English

Green Bin Packing

Data Structures and Algorithms 2025-11-03 v1

Abstract

The online bin packing problem and its variants are regularly used to model server allocation problems. Modern concerns surrounding sustainability and overcommitment in cloud computing motivate bin packing models that capture costs associated with highly utilized servers. In this work, we introduce the green bin packing problem, an online variant with a linear cost β\beta for filling above a fixed level GG. For a given instance, the goal is to minimize the sum of the number of opened bins and the linear cost. We show that when βG1\beta G \le 1, classical online bin packing algorithms such as FirstFit or Harmonic perform well, and can achieve competitive ratios lower than in the classic setting. However, when βG>1\beta G > 1, new algorithmic solutions can improve both worst-case and typical performance. We introduce variants of classic online bin packing algorithms and establish theoretical bounds, as well as test their empirical performance.

Keywords

Cite

@article{arxiv.2510.26968,
  title  = {Green Bin Packing},
  author = {Jackson Bibbens and Cooper Sigrist and Bo Sun and Shahin Kamali and Mohammad Hajiesmaili},
  journal= {arXiv preprint arXiv:2510.26968},
  year   = {2025}
}

Comments

50 pages, 12 figures

R2 v1 2026-07-01T07:14:43.186Z