Min-energy scheduling for aligned jobs in accelerate model

  • Authors:
  • Weiwei Wu;Minming Li;Enhong Chen

  • Affiliations:
  • School of Computer Science, University of Science and Technology of China, China and Department of Computer Science, City University of Hong Kong, Hong Kong and USTC-CityU Joint Research Institute ...;Department of Computer Science, City University of Hong Kong, Hong Kong;School of Computer Science, University of Science and Technology of China, China

  • Venue:
  • Theoretical Computer Science
  • Year:
  • 2011

Quantified Score

Hi-index 5.23

Visualization

Abstract

A dynamic voltage scaling technique provides the capability for processors to adjust the speed and control the energy consumption. We study the pessimistic accelerate model where the acceleration rate of the processor speed is at most K and jobs cannot be executed during the speed transition period. The objective is to find a min-energy (optimal) schedule that finishes every job within its deadline. The job set we study in this paper is aligned jobs where earlier released jobs have earlier deadlines. We start by investigating a special case where all jobs have a common arrival time and design an O(n^2) algorithm to compute the optimal schedule based on some nice properties of the optimal schedule. Then, we study the general aligned jobs and obtain an O(n^2) algorithm to compute the optimal schedule by using the algorithm for the common arrival time case as a building block. Because our algorithm relies on the computation of the optimal schedule in the ideal model (K=~), in order to achieve O(n^2) complexity, we improve the complexity of computing the optimal schedule in the ideal model for aligned jobs from the currently best known O(n^2logn) to O(n^2).