In the output of the `squeue` command, the "ST" column provides the job status. The most common status are:
In the output of the `squeue` command, the "ST" column provides the job state. The most common states are:
***R**: running.
***PD**: pending. The job is awaiting for resources.
***S**: suspended. This typically happens when the job is preempted by another job. In this case, no action is required. Slurm will resume the job when the preemptor job ends.