Online Load and Graph Balancing for Random Order Inputs
Sungjin Im, Ravi Kumar, Shi Li, Aditya Petety, Manish Purohit
TL;DR
The paper studies online makespan minimization for unrelated machines under random arrival order, addressing both lower and upper bounds. It proves an $\Omega(\sqrt{\log m})$ lower bound for graph balancing (even on trees) and presents an $O\left(\frac{\log m}{\log \log m}\right)$-competitive online algorithm for the general problem, using a two-phase restart and a softmax potential. This establishes a separation between random-order and adversarial-order models and provides a near-tight improvement in the random-order setting. The techniques combine fat-tree constructions for lower bounds with a phase-based, potential-driven algorithm to achieve tighter guarantees, with practical implications for scheduling on heterogeneous systems.
Abstract
Online load balancing for heterogeneous machines aims to minimize the makespan (maximum machine workload) by scheduling arriving jobs with varying sizes on different machines. In the adversarial setting, where an adversary chooses not only the collection of job sizes but also their arrival order, the problem is well-understood and the optimal competitive ratio is known to be $Θ(\log m)$ where $m$ is the number of machines. In the more realistic random arrival order model, the understanding is limited. Previously, the best lower bound on the competitive ratio was only $Ω(\log \log m)$. We significantly improve this bound by showing an $Ω( \sqrt {\log m})$ lower bound, even for the restricted case where each job has a unit size on two machines and infinite size on the others. On the positive side, we propose an $O(\log m/\log \log m)$-competitive algorithm, demonstrating that better performance is possible in the random arrival model.
