MacOS – Mac OS stops for a minute

macmacbook promacos

I have MacBook Pro Late 2008 version. Recently I updated my OS to Yosemite 10.10.1. Ever since I've installed it I've been experiencing problems. The screen would freeze and nothing except the trackpad works. Actually the mouse pointer turns into the circle with rainbow colors and you can just move it, but you can't click on anything. After a minute or so everything turns back to normal and everything works fine. This was happening once per week or so and I was OK with it.

But yesterday I tried to update Java to the newest version 8.25 and Flash Player to version 16. After I updated them both the freezing have been occuring every 3-5 minutes. Everything else is working OK, except during the freeze time when I can only move the mouse. I tried to uninstall both Java and Flash, but the problem continue. Also I tried to install the previous versions, for example Java 8.20 and Flash Player 13 but it doesn't stop the freezing. What could I do?

P.S. I took me 15-20 to write this question since the freezing occured 5 times.

EDIT: You can download the console log from http://www.filedropper.com/consolelog. I have noticed that I receive certain message in the console log every 3-5 minutes and somehow it coinciedes with the timing of the freezes.

13.1.15 20:34:01,001    systemstatsd[358]   assertion failed: 14B25: systemstatsd + 4255 [8BF02DBC-09E8-3994-8C2D-1C0A869EF157]: 0xa
13.1.15 20:34:01,452    com.apple.xpc.launchd[1]    (com.apple.systemstatsd[358]) Service exited with abnormal code: 1

I can't provide an screenshot from my Activity Monitor since it constantly changing. And I don't know any other way to extract data from it. I was able to monitor the Activity Monitor during the freezes and there are no proccesses in the CPU menu and the CPU load is 0. But when things come back to normal the CPU Load jumps up to the max and it takes a while for it to return back to normal.

Best Answer

Your systemstatsd

The systemstats process is used to retrieve information about system statistics and power usage, and though it usually runs unnoticed in the background, the systemstatsd and systemstats processes have been known to randomly go haywire.

One method is to just kill that process for now.

In Terminal copy this and paste following

sudo killall systemstats

Enter your usual log in password.

You can do the same as above using your activity monitor, find the systemstatsd and kill it from there. (Force Quit)

After stopping it with one of above, do a SMC reset and normally it should not appear again.