Platform LSF Administration Guide Version 6.2

Chapter 27
Job Arrays
Administering Platform LSF
423
Specific job status
Current
To display the current status of a specific job submitted from a job array, specify in
quotes, the job array job ID and an index value with
bjobs. For example, the status of
the 5th job in a job array with job ID 123:
%
bjobs "123[5]"
JOBID USER STAT QUEUE FROM_HOST EXEC_HOST JOB_NAME SUBMIT_TIME
123 user1 RUN default hostA hostL myArray[5] Feb 29 12:34
Past
To display the past status of a specific job submitted from a job array, specify, in quotes,
the job array job ID and an index value with
bhist. For example, the status of the 5th
job in a job array with job ID 456:
%
bhist "456[5]"
Summary of time in seconds spent in various states:
JOBID USER JOB_NAME PEND PSUSP RUN USUSP SSUSP UNKWN TOTAL
456[5] user1 *rray[5] 214 0 29 0 0 0 243