Platform LSF Reference Version 6.2
bjobs
Platform LSF Reference
62
The suspending reason may not remain the same while the job stays suspended. For
example, a job may have been suspended due to the paging rate, but after the paging rate
dropped another load index could prevent the job from being resumed. The suspending
reason will be updated according to the load index. The reasons could be as old as the
time interval specified by SBD_SLEEP_TIME in
lsb.params. So the reasons shown
may not reflect the current load situation.
-w
Wide format. Displays job information without truncating fields.
-X
Displays uncondensed output for host groups.
-g job_group_name
Displays information about jobs attached to the job group specified by job_group_name.
For example:
% bjobs -g /risk_group
JOBID USER STAT QUEUE FROM_HOST EXEC_HOST JOB_NAME SUBMIT_TIME
113 user1 PEND normal hostA myjob Jun 17 16:15
111 user2 RUN normal hostA hostA myjob Jun 14 15:13
110 user1 RUN normal hostB hostA myjob Jun 12 05:03
104 user3 RUN normal hostA hostC myjob Jun 11 13:18
You cannot use -g with -sla. A job can either be attached to a job group or a service
class, but not both.
bjobs -l with -g displays the full path to the group to which a job is attached. For
example:
% bjobs -l -g /risk_group
Job <101>, User <user1>, Project <default>, Job Group
</risk_group>, Status <RUN>, Queue <normal>, Command <myjob>
Tue Jun 17 16:21:49: Submitted from host <hostA>, CWD
</home/user1;
Tue Jun 17 16:22:01: Started on <hostA>;
...
-J job_name
Displays information about the specified jobs or job arrays.
-Lp ls_project_name
Displays jobs that belong to the specified LSF License Scheduler project.
-m host_name ... | -m host_group ... | -m cluster_name ...
Only displays jobs dispatched to the specified hosts. To see the available hosts, use
bhosts.
If a host group is specified, displays jobs dispatched to all hosts in the group. To
determine the available host groups, use
bmgroup.