Longitudinal Analysis of GPU Workloads on Perlmutter
Onur Cankur, Brian Austin, Abhinav Bhatele
TL;DR
This work analyzes GPU workloads on the Perlmutter supercomputer by leveraging GPU-level time-series counters collected with LDMS/DCGM and linked to Slurm metadata. It introduces and applies spatial and temporal analysis methods, including a time-windowed spatial imbalance metric, temporal imbalance, and burstiness to characterize per-job GPU usage. The study reveals notable spatial and temporal imbalances, diverse utilization patterns across job types and GPU cores, and strong relationships between compute activity, data transfer, and overall GPUUtilization, with ML workloads showing distinct patterns. These findings offer actionable guidance for workload optimization and future HPC system design, and point to extensions into anomaly detection and energy-aware analyses.
Abstract
GPGPU-based clusters and supercomputers have become extremely popular in the last ten years. There is a large number of GPGPU hardware counters exposed to the users, however, very little analysis has been done regarding insights they might offer about workloads running on them. In this work, we address this gap by analyzing previously unexplored GPU hardware counters collected via Lightweight Distributed Metric Service on Perlmutter, a leadership-class supercomputer. We examine several hardware counters related to utilization of GPU cores and memory and present a detailed spatial and temporal analysis of GPU workloads. We investigate spatial imbalance -- uneven GPU usage across multiple GPUs within a job. Our temporal study examines how GPU usage fluctuates during a job's lifetime, introducing two new metrics -- burstiness (the irregularity of large utilization changes) and temporal imbalance (deviations from mean utilization over time). Additionally, we compare machine learning and traditional high performance computing jobs. Our findings uncover inefficiencies and imbalances that can inform workload optimization and future HPC system design.
