How to debug a job in Torque/Maui
Here are some nice commands to help you to debug jobs in Torque Maui
- Search for opssgm jobs
# qstat | grep opssgm
- Check the state of a given job
# checkjob -v <job id> (ex: 26511.axon-g01)
- Show if there are reservations configured
# showres -n
- Submit an interactive job
# su -l opssgm # qsub -I -q ops
- check the state of the exec nodes (as seen by Torque server)
# pbsnodes -l
