Platform LSF Reference Version 6.2

bjobs
Platform LSF Reference
68
ARRAY_SPEC
Array specification in the format of
name[index]. The array specification
may be truncated, use
-w option together with -A to show the full array
specification.
OWNER
Owner of the job array.
NJOBS
Number of jobs in the job array.
PEND
Number of pending jobs of the job array.
RUN
Number of running jobs of the job array.
DONE
Number of successfully completed jobs of the job array.
EXIT
Number of unsuccessfully completed jobs of the job array.
SSUSP
Number of LSF system suspended jobs of the job array.
USUSP
Number of user suspended jobs of the job array.
PSUSP
Number of held jobs of the job array.
EXAMPLES
% bjobs -pl
Displays detailed information about all pending jobs of the invoker.
% bjobs -ps
Display only pending and suspended jobs.
% bjobs -u all -a
Displays all jobs of all users.
% bjobs -d -q short -m hostA -u user1
Displays all the recently finished jobs submitted by user1 to the queue short, and
executed on the host
hostA.
% bjobs 101 102 203 509
Display jobs with job_ID 101, 102, 203, and 509.
% bjobs -X 101 102 203 509
Display jobs with job_ID 101, 102, 203, and 509 as uncondensed output even if
these jobs belong to hosts in condensed host groups.
% bjobs -sla Uclulet
Displays all jobs belonging to the service class Uclulet.