While a job runs you can also use `scontrol` to check what resources Slurm has allocated along with other important details of your job.
```bash
scontrol show job <jobid>
$ scontrol show job <jobid>
```
### Completed jobs
...
...
@@ -279,13 +279,13 @@ scontrol show job <jobid>
To find job IDs for jobs that have stopped running, use [`sacct`](https://slurm.schedmd.com/sacct.html), and in this example, my user's jobs from the last 30 days:
From the first column, select a job ID for a job. A job that ran for longer may be easier to understand, so if you have one, choose a job with a longer elapsed time.