THEAS: Efficient Power Management in Multi-Core CPUs via Cache-Aware Resource Scheduling
Said Muhammad, Lahlou Laaziz, Nadjia Kara, Phat Tan Nguyen, Timothy Murphy
TL;DR
THEAS introduces cache-aware resource scheduling for multicore ARM CPUs to address power efficiency under heterogeneous, non-pinning workloads. By leveraging PMCs (notably IPC and cache misses) and an empirical power model, THEAS dynamically adjusts per-core resource levels and assigns tasks to appropriate cores within Gem5, and it is benchmarked against standard schedulers (CFS, EAS, HeteroSched, Utility-Based) for performance-power trade-offs. The approach is validated with both Gem5 simulations and real Raspberry Pi 4 hardware, showing measurable power reductions (up to ~$4.6\%$–$4.8\%$) without degrading performance and maintaining reasonable modeling accuracy ($\approx5.6\%$). This work demonstrates a practical framework for energy-aware scheduling in heterogeneous, cache-sensitive multicore environments and points to future extensions involving per-core DVFS and uncore integration for broader applicability.
Abstract
The dynamic adaptation of resource levels enables the system to enhance energy efficiency while maintaining the necessary computational resources, particularly in scenarios where workloads fluctuate significantly over time. The proposed approach can play a crucial role in heterogeneous systems where workload characteristics are not uniformly distributed, such as non-pinning tasks. The deployed THEAS algorithm in this research work ensures a balance between performance and power consumption, making it suitable for a wide range of real-time applications. A comparative analysis of the proposed THEAS algorithm with well-known scheduling techniques such as Completely Fair Scheduler (CFS), Energy-Aware Scheduling (EAS), Heterogeneous Scheduling (HeteroSched), and Utility-Based Scheduling is presented in Table III. Each scheme is compared based on adaptability, core selection criteria, performance scaling, cache awareness, overhead, and real-time suitability.
