When the acpi_pad module is loaded on Red Hat Enterprise Linux (RHEL), sometimes acpi_pad will take up 95% of the CPU utilization on all cores.
Solution
rmmod acpi_pad |
Permanent blacklist the module by add to
/etc/modprobe.d/blacklist.conf
blacklist acpi_pad |