8.0 Cluster/Job Status
8.0.1 Requirements
Valid Credentials and Submitted Jobs
8.1 Checking the Status of the Cluster and Jobs
To check the status of the cluster and the jobs you have submitted, follow these steps:
Check Cluster Status Use the following command to get an overview of the cluster’s status:
qstat -g c
Note: The physical state of the QUEVEDO cluster can be seen here.
Check Job Status To view the status of your submitted jobs, use:
qstat -u your_username
Replace
your_usernamewith your actual username.Detailed Job Information For detailed information about a specific job, use:
qstat -f job_id
Replace
job_idwith the ID of the job you want to inspect.Check Compute Nodes To see the status of the compute nodes, use:
qstat -fOtherwise use,
qhost
Monitor Resource Usage To monitor resource usage of jobs, you can use:
qacct -j job_id
Again, replace
job_idwith the ID of the job you want to check.
NB: DO NOT RUN JOBS ON YOUR LOGIN NODE!!! as this will make production slow accross the cluster. Use job submission scripts to request queues and resources. In case of errors, Notify the administration (Check our Website for Who to Contact).