MacOS – Backup verification canceled due to thermal pressure

backupmacostime-machine

After a Time Machine backup, a verification kicked off:

2016-10-29 23:47:35.736819-0500 localhost backupd[198]: (TimeMachine) [com.apple.TimeMachine.TMLogInfo] Checking for runtime corruption on /dev/disk5s2
2016-10-29 23:47:36.450339-0500 localhost backupd[198]: (TimeMachine) [com.apple.TimeMachine.TMLogInfo] Verifying backup disk image.
2016-10-30 09:18:16.815734-0500 localhost backupd[198]: (TimeMachine) [com.apple.TimeMachine.TMLogInfo] Backup verification canceled due to thermal pressure.
2016-10-30 09:18:17.167520-0500 localhost backupd[198]: (TimeMachine) [com.apple.TimeMachine.TMLogInfo] Backup verification skipped during fsck.
2016-10-30 09:19:01.016411-0500 localhost backupd[198]: (TimeMachine [com.apple.TimeMachine.TMLogError] Backup verification incomplete!

My problem is I want the verification to complete. The error is Backup verification incomplete!.

Does this mean that my Mac overheated or is it memory pressure or something similar?

Best Answer

Thermal pressure comes and goes. Unless your verification cannot complete after a week of attempts, I wouldn't worry about that specific error.

However, this is some cool technology to manage variable workloads on Mac hardware that integrates with Intel chipset power management for multiple core and variable clock rate CPU. If you don't mind using the command line - open terminal and type:

pmset -g thermlog

Then you can watch as you run some programs that use the CPU to see the various warnings come and go. Basically the OS will schedule the kernel_task to "soak" CPU and idle the system to keep the thermal heat generation from overwhelming the cooling method.

On my MacBook - there is no blower or fan, so the thermal throttling lets the conduction of heat from the CPU / GPU to move out to the frame. Sometimes I have to remember get my Mac up off a thick conformer / blanket (which insulates the case) or open the display when I run it attached to a USB-C display in closed clamshell mode. More air past the frame = better heat dissipation. The keyboard area can also let off a lot of heat when the closed screen (thin layer of glass and air - a nice greenhouse) is causing thermal pressure on the CPU during a movie render or long compile cycle that uses all the cores.

Other Macs with active cooling, the blowers will speed up in response to thermal events. Once they can no longer turn faster, the same CPU throttling will take place.