Supply Framework of Physical Machine Demand in Elastic Computing Service

Abstract

In the context of Elastic Computing Service (ECS), ensuring an adequate supply of physical machines to meet the varying computing demands is crucial for sustaining high performance and low cost. In industrial practices, different from the typical resource allocation problem that allocates the computing demand into servers, provision of physical servers is a supply chain problem that predicts the future demand for physical machines based on forecasts derived from historical vCPU usage and potential future customer needs, particularly for those customers with high demand. This provision process encompasses three main stages: customer text demand analysis, future demand forecasting, and the allocation of physical servers. However, each stage presents specific challenges. Firstly, large demands from customers are often ambiguously expressed. Secondly, the forecasting process is complicated to model due to the scarce, spiky, and ambiguous nature of the data. Thirdly, the conversion of forecasted vCPU demand into actual physical server quantities is inefficient and ineffective. To address these issues, we propose a novel framework for physical server provisioning. Initially, client requests are aggregated and processed using Large Language Model to extract Potential Future Demand (PFD). Subsequently, future vCPU demand is predicted based on PFD data through a specialized forecasting model tailored with PFD-specific optimizations. Finally, physical machine allocation is executed employing a hierarchical bin-packing algorithm enhanced by heuristic selection and integer programming. Extensive experiments demonstrate the effectiveness and efficiency of the proposed framework with over 60% accuracy improvement and 90% fragment reduction on average compared with the baselines. This framework has been applied to the real industrial scenario of Alibaba Cloud.

Cite

Text

Liu et al. "Supply Framework of Physical Machine Demand in Elastic Computing Service." European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases, 2025. doi:10.1007/978-3-662-72243-5_27

Markdown

[Liu et al. "Supply Framework of Physical Machine Demand in Elastic Computing Service." European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases, 2025.](https://mlanthology.org/ecmlpkdd/2025/liu2025ecmlpkdd-supply/) doi:10.1007/978-3-662-72243-5_27

BibTeX

@inproceedings{liu2025ecmlpkdd-supply,
  title     = {{Supply Framework of Physical Machine Demand in Elastic Computing Service}},
  author    = {Liu, Zhanyu and Zhang, Xudong and Hu, Zhidong and Li, Xiejing and Peng, Fei and Zhou, Jian and Deng, Siyu and Zheng, Guanjie},
  booktitle = {European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases},
  year      = {2025},
  pages     = {474-491},
  doi       = {10.1007/978-3-662-72243-5_27},
  url       = {https://mlanthology.org/ecmlpkdd/2025/liu2025ecmlpkdd-supply/}
}