This page covers the commands you will need to submit, and manage your jobs on the Lilac LSF queuing system. These are the commands you run from the command line to check on and monitor your jobs. If something is unclear, feel free to ask or add it to this page. Most LSF commands have very complete man
pages.
This page is not the options you give to your bsub
jobs, that page can be found here: LSF bsub flags.
bsub < myjob.sh
qsub
where you just did qsub myjob.sh
bhosts
or lshosts
-l
flag for more detail on all nodes-l <hostname>
for detail on that one hostbjobs
bjobs <JobID> information about a specific job you have running
-a
lists even completed recent jobs -l
lists more information about the job you have running<JobID>
is optional-l <JobID>
bjobs -u <user>
to get jobs by a specific userbjobs -u all
to get ALL jobs from ALL usersbkill <JobID>
bhist
-a
shows your recent job history -l
gets more details about your history of jobs<JobID>
number to bhist
or bhist -l
to see details about that job in specificlsload
lsload -l <node>
to see more details on the specific node-m
flag of bsub
commands)bmgroup