Options
With MultiCluster,
Each pending reason is associated with one or more hosts and it states the cause why these hosts are not allocated to run the job. In situations where the job requests specific hosts (using bsub
The life cycle of a pending reason ends after the time indicated by
PEND_REASON_UPDATE_INTERVAL in lsb.params.
When the job slot limit is reached for a job array
(bsub
The job array has reached its job slot limit.
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 is 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.
SWAP, PIDS, START_TIME, FINISH_TIME.
Displays information about jobs submitted to the specified application profile. You must specify an existing application profile.
The
bjobs |
|
|
|
|
|
| ||
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 |
68Platform LSF Command Reference