Balanced Splitting: A Framework for Achieving Zero-wait in the Multiserver-job Model
Jonatha Anselmi, Josu Doncel
TL;DR
This work introduces Balanced Splitting Framework (BSF) for nonpreemptive, size-oblivious scheduling in the multiserver-job model, leveraging static, class-aware partitions $(\mathcal{A}_i)$ and a helper set $(\mathcal{H})$ to reduce interference. The policy Balanced Splitting-$\pi$ routes arrivals to the appropriate partition or the helper set and reassigns completed class-$i$ jobs to the corresponding partition; a central insight is that the helper-probability $P_{\mathcal{H}}$ vanishes in subcritical and Halfin-Whitt regimes, yielding zero-wait asymptotics. The analysis connects to the classical M/GI/$s$/$s$ queue via Erlang's loss formula to establish stability and asymptotics, with supporting simulations on synthetic data and real HPC traces showing competitive delays against preemptive and size-aware policies. These results provide a scalable, practical mechanism for zero-wait performance in large-scale parallel systems.
Abstract
We present a new framework for designing nonpreemptive and job-size oblivious scheduling policies in the multiserver-job queueing model. The main requirement is to identify a static and balanced sub-partition of the server set and ensure that the servers in each set of that sub-partition can only handle jobs of a given class and in a first-come first-served order. A job class is determined by the number of servers to which it has exclusive access during its entire execution and the probability distribution of its service time. This approach aims to reduce delays by preventing small jobs from being blocked by larger ones that arrived first, and it is particularly beneficial when the job size variability intra resp. inter classes is small resp. large. In this setting, we propose a new scheduling policy, Balanced-Splitting. We provide a sufficient condition for the stability of Balanced-Splitting and show that the resulting queueing probability, i.e., the probability that an arriving job needs to wait for processing upon arrival, vanishes in both the subcritical (the load is kept fixed to a constant less than one) and critical (the load approaches one from below) many-server limiting regimes. Crucial to our analysis is a connection with the M/GI/s/s queue and Erlang's loss formula, which allows our analysis to rely on fundamental results from queueing theory. Numerical simulations show that the proposed policy performs better than several preemptive/nonpreemptive size-aware/oblivious policies in various practical scenarios. This is also confirmed by simulations running on real traces from High Performance Computing (HPC) workloads. The delays induced by Balanced-Splitting are also competitive with those induced by state-of-the-art policies such as First-Fit-SRPT and ServerFilling-SRPT, though our approach has the advantage of not requiring preemption, nor the knowledge of job sizes.
