Dynamic Vector Bin Packing for Online Resource Allocation in the Cloud

04/17/2023
by   Aniket Murhekar, et al.
0

Several cloud-based applications, such as cloud gaming, rent servers to execute jobs which arrive in an online fashion. Each job has a resource demand and must be dispatched to a cloud server which has enough resources to execute the job, which departs after its completion. Under the `pay-as-you-go' billing model, the server rental cost is proportional to the total time that servers are actively running jobs. The problem of efficiently allocating a sequence of online jobs to servers without exceeding the resource capacity of any server while minimizing total server usage time can be modelled as a variant of the dynamic bin packing problem (DBP), called MinUsageTime DBP. In this work, we initiate the study of the problem with multi-dimensional resource demands (e.g. CPU/GPU usage, memory requirement, bandwidth usage, etc.), called MinUsageTime Dynamic Vector Bin Packing (DVBP). We study the competitive ratio (CR) of Any Fit packing algorithms for this problem. We show almost-tight bounds on the CR of three specific Any Fit packing algorithms, namely First Fit, Next Fit, and Move To Front. We prove that the CR of Move To Front is at most (2μ+1)d +1, where μ is the ratio of the max/min item durations. For d=1, this significantly improves the previously known upper bound of 6μ+7 (Kamali Lopez-Ortiz, 2015). We then prove the CR of First Fit and Next Fit are bounded by (μ+2)d+1 and 2μ d+1, respectively. Next, we prove a lower bound of (μ+1)d on the CR of any Any Fit packing algorithm, an improved lower bound of 2μ d for Next Fit, and a lower bound of 2μ for Move To Front in the 1-D case. All our bounds improve or match the best-known bounds for the 1-D case. Finally, we experimentally study the average-case performance of these algorithms on randomly generated synthetic data, and observe that Move To Front outperforms other Any Fit packing algorithms.

READ FULL TEXT

page 1

page 2

page 3

page 4

research
08/27/2021

Renting Servers in the Cloud: The Case of Equal Duration Jobs

Renting servers in the cloud is a generalization of the bin packing prob...
research
05/24/2023

Online Optimization for Randomized Network Resource Allocation with Long-Term Constraints

In this paper, we study an optimal online resource reservation problem i...
research
07/20/2022

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

This paper investigates a critical resource allocation problem in the fi...
research
07/06/2021

On the Fault-Tolerant Online Bin Packing Problem

We study the fault-tolerant variant of the online bin packing problem. S...
research
05/17/2022

Bankrupting DoS Attackers Despite Uncertainty

On-demand provisioning in the cloud allows for services to remain availa...
research
12/01/2020

Best Fit Bin Packing with Random Order Revisited

Best Fit is a well known online algorithm for the bin packing problem, w...
research
04/20/2022

A Best Cost-Sharing Rule for Selfish Bin Packing

In selfish bin packing, each item is regarded as a player, who aims to m...

Please sign up or login with your details

Forgot password? Click here to reset