Instructions for monitoring the status of your jobs in the queue: Students should ssh into one of the login nodes for the cluster -- login1 or login2 -- and then run one or more of the following commands: To see a high level overview of the cluster including all queued and running jobs: rqs To see the scheduler's estimate (effectively an upper bound) for when a queued job will start: showstart To see information about all of a specific user's running jobs: qstat -rnu To see information about all of a specific user's queued jobs: qstat -iu To see additional information about a specific job (including the amount of time spent in the queue): mdiag -j -v To see very detailed information about a specific job: qstat -f