I have a new intel i7-9700k running in ubuntu 20.04. This processor should clock at base frequency 3.6 GHz with maximum frequency 4.9 GHz in overclocking.
I did an expensive computation today and took a look at the clock frequencies with
watch -n.1 "cat /proc/cpuinfo | grep \"^[c]pu MHz\""
and the cpu kernels clocked at ~4.5 GHz. How can this be? I didn't change the BIOS settings? The temperatures where in the normal range according to lm-sensors (below 80 'C mostly). By demand :
cat /sys/devices/system/cpu/cpu*/cpufreq/scaling_driver
returns
intel_pstate
intel_pstate
intel_pstate
intel_pstate
intel_pstate
intel_pstate
intel_pstate
intel_pstate
and
cat /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor
returns
powersave
powersave
powersave
powersave
powersave
powersave
powersave
powersave