Computing/Jobs
Job tracking
Job info by qstat
The current state of the job can be probed by qstat
command.
Example:
Job states
PBS Pro uses different codes to mark job state within the PBS ecosystem.
State | Description |
---|---|
Q | Queued |
H | Held. Job is put into a held state by the server, user or administrator. Job stays in a held state until it is released by a user or administrator. |
R | Running |
S | Suspended (substate of R) |
E | Exiting after having run |
F | Finished |
X | Finished (subjobs only) |
W | Waiting. Job is waiting for its requested execution time to be reached, or job is delayed due to stagein failure. |
Output of running jobs
Although the input and temporary files for calculation lie in $SCRATCHDIR
, the standard output (STDOUT) and standard error output (STDERR) are elsewhere.
To see current state of these files in a running job, proceed in these steps:
For example:
Last updated on