paper-with-me

Papers

Solving the Batch Stochastic Bin Packing Problem in Cloud: A Chance-constrained Optimization Approach

2022-07-20 · Jie Yan, Yunlei Lu, Liting Chen, Si Qin, Yixin Fang, QIngwei Lin, Thomas Moscibroda, Saravan Rajmohan, Dongmei Zhang

This paper investigates a critical resource allocation problem in the first party cloud: scheduling containers to machines. There are tens of services and each service runs a set of homogeneous containers with dynamic resource usage; containers of a service are scheduled daily in a batch fashion. This problem can be naturally formulated as Stochastic Bin Packing Problem (SBPP). However, traditional SBPP research often focuses on cases of empty machines, whose objective, i.e., to minimize the number of used machines, is not well-defined for the more common reality with nonempty machines. This paper aims to close this gap. First, we define a new objective metric, Used Capacity at Confidence (UCaC), which measures the maximum used resources at a probability and is proved to be consistent for both empty and nonempty machines, and reformulate the SBPP under chance constraints. Second, by modeling the container resource usage distribution in a generative approach, we reveal that UCaC can be approximated with Gaussian, which is verified by trace data of real-world applications. Third, we propose an exact solver by solving the equivalent cutting stock variant as well as two heuristics-based solvers -- UCaC best fit, bi-level heuristics. We experimentally evaluate these solvers on both synthetic datasets and real application traces, demonstrating our methodology's advantage over traditional SBPP optimal solver minimizing the number of used machines, with a low rate of resource violations.

📄 PDF Abstract BibTeX arXiv:2207.11122

Code (0)

등록된 구현이 없습니다.

Tasks

Scheduling

Methods 이 논문이 사용한 방법론

Golden Queue Managers 설명 없음

Similar Papers 제목 키워드 기반

Stochastic Item Descent Method for Large Scale Equal Circle Packing Problem

2020-01-22 · Kun He, Min Zhang, Jianrong Zhou, Yan Jin 외

Stochastic gradient descent (SGD) is a powerful method for large-scale optimization problems in the area of machine learning, especially for a finite-sum formulation with numerous variables. In recent years, mini-batch S…

Hybrid Approach for Solving Real-World Bin Packing Problem Instances Using Quantum Annealers

2023-03-01 · Sebastián V. Romero, Eneko Osaba, Esther Villar-Rodriguez, Izaskun Oregi 외

Efficient packing of items into bins is a common daily task. Known as Bin Packing Problem, it has been intensively studied in the field of artificial intelligence, thanks to the wide interest from industry and logistics.…

Greedy Approaches for Packing While Travelling with Deterministic and Stochastic Constraints

2026-04-15 · Thilina Pathirage Don, Aneta Neumann, Frank Neumann arxiv

The travelling thief problem (TTP) is a well-known multi-component optimisation problem that captures the interdependence between two components: the tour across cities and the packing of items. The packing while travell…

Deliberate Planning of 3D Bin Packing on Packing Configuration Trees

2025-04-06 · Hang Zhao, Juzhan Xu, Kexiong Yu, Ruizhen Hu 외

Online 3D Bin Packing Problem (3D-BPP) has widespread applications in industrial automation. Existing methods usually solve the problem with limited resolution of spatial discretization, and/or cannot deal with complex p…

3D Bin PackingDeep Reinforcement Learning

Solving Logistic-Oriented Bin Packing Problems Through a Hybrid Quantum-Classical Approach

2023-08-05 · Sebastián V. Romero, Eneko Osaba, Esther Villar-Rodriguez, Antón Asla

The Bin Packing Problem is a classic problem with wide industrial applicability. In fact, the efficient packing of items into bins is one of the toughest challenges in many logistic corporations and is a critical issue f…