English

Energy-Efficient Scheduling with Time and Processors Eligibility Restrictions

Data Structures and Algorithms 2013-09-17 v3

Abstract

While previous work on energy-efficient algorithms focused on assumption that tasks can be assigned to any processor, we initially study the problem of task scheduling on restricted parallel processors. The objective is to minimize the overall energy consumption while speed scaling (SS) method is used to reduce energy consumption under the execution time constraint (Makespan CmaxC_{max}). In this work, we discuss the speed setting in the continuous model that processors can run at arbitrary speed in [smin,smax][s_{min},s_{max}]. The energy-efficient scheduling problem, involving task assignment and speed scaling, is inherently complicated as it is proved to be NP-Complete. We formulate the problem as an Integer Programming (IP) problem. Specifically, we devise a polynomial time optimal scheduling algorithm for the case tasks have a uniform size. Our algorithm runs in O(mn3logn)O(mn^3logn) time, where mm is the number of processors and nn is the number of tasks. We then present a polynomial time algorithm that achieves an approximation factor of 2α1(21mα)2^{\alpha-1}(2-\frac{1}{m^{\alpha}}) (α\alpha is the power parameter) when the tasks have arbitrary size work. Experimental results demonstrate that our algorithm could provide an efficient scheduling for the problem of task scheduling on restricted parallel processors.

Keywords

Cite

@article{arxiv.1301.4131,
  title  = {Energy-Efficient Scheduling with Time and Processors Eligibility Restrictions},
  author = {Xibo Jin and Fa Zhang and Ying Song and Liya Fan and Zhiyong Liu},
  journal= {arXiv preprint arXiv:1301.4131},
  year   = {2013}
}

Comments

18 pages, 4 figures

R2 v1 2026-06-21T23:11:17.055Z