Finished jobs
Last 24 hours
Use qstat -x
command.
To include in qstat
also finished (F
) and moved (M
) jobs, use -x
option:
The finished jobs are displayed only if they are max. 24 hours old.
Older
Use pbs-get-job-history
custom command.
Users can get complex information about their current or historical (several months) batch jobs. For this there exists custom command pbs-get-job-history
, which is available on all frontends and compute nodes and extracts the following information:
- complete batch job (submitted shell script)
- standard output and standard error files
- various technical logs
Basic usage is:
When the job history is found, individual files are stored in one folder named by its jobid.
Example of the output:
The pbs-get-job-history
utility does not retrieve input data and job results (they are not stored anywhere).
Output for interactive jobs does not contain .ER
, .OU
and .SC
files
Last updated on