# Overcommitment in Cloud Services -- Bin packing with Chance Constraints

**Authors:** Maxime C. Cohen, Philipp W. Keller, Vahab Mirrokni, Morteza, Zadimoghaddam

arXiv: 1705.09335 · 2017-05-29

## TL;DR

This paper models overcommitment in cloud resource scheduling as a bin packing problem with chance constraints, proposing algorithms and demonstrating cost savings through real workload data analysis.

## Contribution

It introduces a novel model for overcommitment using chance constraints and submodular functions, along with online algorithms with guaranteed performance.

## Key findings

- Cost reduction of 1.5% to 17% demonstrated
- Model captures risk pooling effects effectively
- Algorithms provide constant factor guarantees

## Abstract

This paper considers a traditional problem of resource allocation, scheduling jobs on machines. One such recent application is cloud computing, where jobs arrive in an online fashion with capacity requirements and need to be immediately scheduled on physical machines in data centers. It is often observed that the requested capacities are not fully utilized, hence offering an opportunity to employ an overcommitment policy, i.e., selling resources beyond capacity. Setting the right overcommitment level can induce a significant cost reduction for the cloud provider, while only inducing a very low risk of violating capacity constraints. We introduce and study a model that quantifies the value of overcommitment by modeling the problem as a bin packing with chance constraints. We then propose an alternative formulation that transforms each chance constraint into a submodular function. We show that our model captures the risk pooling effect and can guide scheduling and overcommitment decisions. We also develop a family of online algorithms that are intuitive, easy to implement and provide a constant factor guarantee from optimal. Finally, we calibrate our model using realistic workload data, and test our approach in a practical setting. Our analysis and experiments illustrate the benefit of overcommitment in cloud services, and suggest a cost reduction of 1.5% to 17% depending on the provider's risk tolerance.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1705.09335/full.md

## Figures

13 figures with captions in the complete paper: https://tomesphere.com/paper/1705.09335/full.md

## References

38 references — full list in the complete paper: https://tomesphere.com/paper/1705.09335/full.md

---
Source: https://tomesphere.com/paper/1705.09335