Execution time budget assignment for mixed criticality systems
Mohamed Amine Khelassi, Yasmina Abdeddaïm
TL;DR
The paper addresses allocating execution-time budgets to low-criticality tasks in mixed-criticality real-time systems by accounting for execution-time variability. It defines dispersion-based variability, notably $VWCET$, and presents a greedy budget-assignment heuristic that uses $TV_i$ to set LO budgets while assigning HI budgets to their maximum. Evaluations on ARM-Cortex A53 simulations and Zynq hardware demonstrate that the variability-aware approach improves the probability of staying within budgets and meeting high-criticality deadlines, with the optimal solution offering better scores at higher computational cost. The method provides a practical, scheduling-agnostic tool for budget assignment that does not rely on full probabilistic distributions, and shows promise for online adaptation in future work.
Abstract
In this paper we propose to quantify execution time variability of programs using statistical dispersion parameters. We show how the execution time variability can be exploited in mixed criticality real-time systems. We propose a heuristic to compute the execution time budget to be allocated to each low criticality real-time task according to its execution time variability. We show using experiments and simulations that the proposed heuristic reduces the probability of exceeding the allocated budget compared to algorithms which do not take into account the execution time variability parameter.
