LSF Version 7.3 - Running Jobs With Platform LSF

Viewing Job Information (bjobs)
The bjobs command has options to display the status of jobs in the LSF system. For
more details on these or other
bjobs options, see the bjobs command in the
Platform LSF Command Reference.
Unfinished current jobs
The bjobs command reports the status of LSF jobs.
When no options are specified,
bjobs displays information about jobs in the PEND,
RUN, USUSP, PSUSP, and SSUSP states for the current user.
For example:
bjobs
JOBID USER STAT QUEUE FROM_HOST EXEC_HOST JOB_NAME SUBMIT_TIME
3926 user1 RUN priority hostf hostc verilog Oct 22 13:51
605 user1 SSUSP idle hostq hostc Test4 Oct 17 18:07
1480 user1 PEND priority hostd generator Oct 19 18:13
7678 user1 PEND priority hostd verilog Oct 28 13:08
7679 user1 PEND priority hosta coreHunter Oct 28 13:12
7680 user1 PEND priority hostb myjob Oct 28 13:17
All jobs
bjobs -a displays the same information as bjobs and in addition displays information
about recently finished jobs (PEND, RUN, USUSP, PSUSP, SSUSP, DONE and EXIT
statuses).
All your jobs that are still in the system and jobs that have recently finished are displayed.
Running jobs
bjobs -r displays information only for running jobs (RUN state).