To check you job(s) status, using myqueue
command.
For example,
hpcuser@x3002c0s7b0n0:~>myqueue JOBID PARTITION NAME USER ST TIME NODES NODELIST(REASON) 29745 compute sander.M hpcuser R 7:33 1 lanta-c-065 29746 compute sleep hpcuser R 0:09 1 lanta-c-065
Where,
JOBID | job ID of a given job |
PARTITION | running partition of a given job |
NAME | name of a given job |
USER | user who run the given job |
ST | state of a given job (R: running, PD: Pending) |
TIME | running time of a given job |
NODE | number of nodes used by a given job |
NODELIST(REASON) | list of node(s) used by a given job (Reason why given is in PD (Pending) state. |