English

Balancing Flow Time and Energy Consumption

Data Structures and Algorithms 2022-06-06 v1

Abstract

In this paper, we study the following batch scheduling model: find a schedule that minimizes total flow time for nn uniform length jobs, with release times and deadlines, where the machine is only actively processing jobs in at most kk synchronized batches of size at most BB. Prior work on such batch scheduling models has considered only feasibility with no regard to the flow time of the schedule. However, algorithms that minimize the cost from the scheduler's perspective -- such as ones that minimize the active time of the processor -- can result in schedules where the total flow time is arbitrarily high \cite{ChangGabowKhuller}. Such schedules are not valuable from the perspective of the client. In response, our work provides dynamic programs which minimize flow time subject to active time constraints. Our main contribution focuses on jobs with agreeable deadlines; for such job instances, we introduce dynamic programs that achieve runtimes of O(Bkn)(B \cdot k \cdot n) for unit jobs and O(Bkn5)(B \cdot k \cdot n^5) for uniform length jobs. These results improve upon our modification of a different, classical dynamic programming approach by Baptiste. While the modified DP works when deadlines are non-agreeable, this solution is more expensive, with runtime O(Bk2n7)O(B \cdot k^2 \cdot n^7) \cite{Baptiste00}.

Keywords

Cite

@article{arxiv.2206.01360,
  title  = {Balancing Flow Time and Energy Consumption},
  author = {Sami Davies and Samir Khuller and Shirley Zhang},
  journal= {arXiv preprint arXiv:2206.01360},
  year   = {2022}
}
R2 v1 2026-06-24T11:37:51.060Z