Gpu023 being slow

Hi,

At the time of writing, I am the only user running jobs on both gpu023 and gpu024.

When I check the gpu and cpu utilisation on both ~

  1. on gpu023 the CPU utilisation is maxed at 100% and GPU is ~10%.
  2. on gpu024 the CPU utilisation is maxed at 100% and GPU at ~ 24%.

GPU023


GPU024


The slurm script for these jobs had the following specs:

#!/bin/sh
#SBATCH --job-name=hpfatwide
#SBATCH --cpus-per-task=2
#SBATCH --time=01-20:00:00
#SBATCH --partition=private-dpnc-gpu
#SBATCH --output=/home/users/s/senguptd/UniGe/Anomaly/curtains/CURTAINS/jobs/slurm-%A-%x_%a.out
#SBATCH --chdir=/home/users/s/senguptd/UniGe/Anomaly/curtains/CURTAINS
#SBATCH --mem=16GB
#SBATCH --gpus=1
#SBATCH --constraint="COMPUTE_TYPE_RTX|COMPUTE_TYPE_AMPERE"
#SBATCH -a 0-80