LSF Version 7.3 - Administering Platform LSF

Administering Platform LSF 117
Managing Jobs
View Job Information
The bjobs command is used to display job information. By default, bjobs displays
information for the user who invoked the command. For more information about
bjobs, see the LSF Reference and the bjobs(1) man page.
View all jobs for all users
1 Run bjobs -u all to display all jobs for all users.
Job information is displayed in the following order:
Running jobs
Pending jobs in the order in which they are scheduled
Jobs in high-priority queues are listed before those in lower-priority queues
For example:
bjobs -u all
JOBID USER STAT QUEUE FROM_HOST EXEC_HOST JOB_NAME SUBMIT_TIME
1004 user1 RUN short hostA hostA job0 Dec 16 09:23
1235 user3 PEND priority hostM job1 Dec 11 13:55
1234 user2 SSUSP normal hostD hostM job3 Dec 11 10:09
1250 user1 PEND short hostA job4 Dec 11 13:59
View jobs for specific users
1 Run bjobs -u user_name to display jobs for a specific user:
bjobs -u user1
JOBID USER STAT QUEUE FROM_HOST EXEC_HOST JOB_NAME SUBMIT_TIME
2225 user1 USUSP normal hostA job1 Nov 16 11:55
2226 user1 PSUSP normal hostA job2 Nov 16 12:30
2227 user1 PSUSP normal hostA job3 Nov 16 12:31