Ubuntu – CPU overheating in Ubuntu 18.04

18.04cpuintel-cpuoverheatingtemperature

As I was checking the kernel logs I noticed :

kernel: CPU2: Package temperature above threshold, cpu clock throttled (total events = 13430).

I have 4 CPUs and all of them have the same issue.
My laptop hardware info :

K46CB (ASUS-NotebookSKU)

CPU info :

  1. Architecture: x86_64

  2. Model name: Intel(R) Core(TM) i7-3537U CPU @ 2.00GHz

I searched the log and found this CPU hardware errors in Ubuntu 17.04
and Stop cpu from overheating, I checked my packages and I have thermald and intel-microcode installed.

I can hear my laptop's fan working, but sometimes it really gets hot and I can feel it through the case.

In Windows-10, although CPU usage gets high, the temperature is usually normal.

Any idea what may have gone wrong? and what can I do to further investigate this issue?

Update

I checked thermald.service status and I found this line :

thermald[879]:sysfs read failed /sys/class/thermal/cooling_device0/cur_state

Best Answer

You should see (and possibly subscribe to) this bug report:

There have been numerous posts in Ask Ubuntu about CPU throttling recently:

All these posts say the same thing which happens to me periodically:

~$ journalctl | grep 'cpu clock throttled'
Jun 22 10:55:52 alien kernel: CPU4: Core temperature above threshold, cpu clock throttled (total events = 1)
Jun 22 10:55:52 alien kernel: CPU0: Core temperature above threshold, cpu clock throttled (total events = 1)
Jun 22 10:55:52 alien kernel: CPU6: Package temperature above threshold, cpu clock throttled (total events = 1)
Jun 22 10:55:52 alien kernel: CPU2: Package temperature above threshold, cpu clock throttled (total events = 1)
Jun 22 10:55:52 alien kernel: CPU3: Package temperature above threshold, cpu clock throttled (total events = 1)
Jun 22 10:55:52 alien kernel: CPU7: Package temperature above threshold, cpu clock throttled (total events = 1)
Jun 22 10:55:52 alien kernel: CPU5: Package temperature above threshold, cpu clock throttled (total events = 1)
Jun 22 10:55:52 alien kernel: CPU1: Package temperature above threshold, cpu clock throttled (total events = 1)
Jun 22 10:55:52 alien kernel: CPU0: Package temperature above threshold, cpu clock throttled (total events = 1)
Jun 22 10:55:52 alien kernel: CPU4: Package temperature above threshold, cpu clock throttled (total events = 1)

In my case it happens so rarely and with no adverse side-effects I've chosen to ignore the errors.

Similar launchpad bug reports on the same issue:

And just so you know it's not just Ubuntu, from Redhat: