English

On the Value of Job Migration in Online Makespan Minimization

Data Structures and Algorithms 2012-03-09 v2

Abstract

Makespan minimization on identical parallel machines is a classical scheduling problem. We consider the online scenario where a sequence of nn jobs has to be scheduled non-preemptively on mm machines so as to minimize the maximum completion time of any job. The best competitive ratio that can be achieved by deterministic online algorithms is in the range [1.88,1.9201][1.88,1.9201]. Currently no randomized online algorithm with a smaller competitiveness is known, for general mm. In this paper we explore the power of job migration, i.e.\ an online scheduler is allowed to perform a limited number of job reassignments. Migration is a common technique used in theory and practice to balance load in parallel processing environments. As our main result we settle the performance that can be achieved by deterministic online algorithms. We develop an algorithm that is αm\alpha_m-competitive, for any m2m\geq 2, where αm\alpha_m is the solution of a certain equation. For m=2m=2, α2=4/3\alpha_2 = 4/3 and limmαm=W1(1/e2)/(1+W1(1/e2))1.4659\lim_{m\rightarrow \infty} \alpha_m = W_{-1}(-1/e^2)/(1+ W_{-1}(-1/e^2)) \approx 1.4659. Here W1W_{-1} is the lower branch of the Lambert WW function. For m11m\geq 11, the algorithm uses at most 7m7m migration operations. For smaller mm, 8m8m to 10m10m operations may be performed. We complement this result by a matching lower bound: No online algorithm that uses o(n)o(n) job migrations can achieve a competitive ratio smaller than αm\alpha_m. We finally trade performance for migrations. We give a family of algorithms that is cc-competitive, for any 5/3c25/3\leq c \leq 2. For c=5/3c= 5/3, the strategy uses at most 4m4m job migrations. For c=1.75c=1.75, at most 2.5m2.5m migrations are used.

Keywords

Cite

@article{arxiv.1111.0773,
  title  = {On the Value of Job Migration in Online Makespan Minimization},
  author = {Susanne Albers and Matthias Hellwig},
  journal= {arXiv preprint arXiv:1111.0773},
  year   = {2012}
}

Comments

Revised version