Balancing Flow Time and Energy Consumption
Sami Davies, Samir Khuller, Shirley Zhang

TL;DR
This paper develops dynamic programming algorithms to minimize total flow time in batch scheduling with energy constraints, focusing on agreeable deadlines, and improves runtime efficiency over previous methods.
Contribution
Introduces efficient dynamic programming solutions for flow time minimization under active time constraints, specifically for jobs with agreeable deadlines.
Findings
Achieves O(B·k·n) runtime for unit jobs
Achieves O(B·k·n^5) runtime for uniform length jobs
Outperforms previous DP approaches with higher computational complexity
Abstract
In this paper, we study the following batch scheduling model: find a schedule that minimizes total flow time for uniform length jobs, with release times and deadlines, where the machine is only actively processing jobs in at most synchronized batches of size at most . 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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsParallel Computing and Optimization Techniques · Optimization and Search Problems · Distributed and Parallel Computing Systems
