Apple Event: May 7th at 7 am PT

Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

Macbook Pro Running Slow and Overheating, High kernel_task CPU Usage

Hi All,



Since about two weeks ago, my MacBook Pro has been running significantly slower using various applications such as


- Google Chrome via Watching Netflix, Twitch.tv, general usage of Facebook/Twitter/Google Searches

- Various Games (WoW, LoL, Hearthstone)

But also just generally when trying to simply look on twitter, open finder, using microsoft word too.


Whilst playing, all the settings have been set to minimum and the macbook runs very sluggishly, yet before this all started I could easily play on around medium settings with no problem.


Generally my Macbook Pro has just been running very slow, opening apps, opening new tabs, typing appears slow additionally on some google searches.


For example, I was using BTSport stream, opened a new app to google another score, and the whole video started to shutter, like a powerpoint of some sort.


Additionally the macbook itself seems to be heating up a lot higher than usual. I'm unsure whether the fans have appeared to slowdown/stopped.


All im looking for is some way to diagnose the problem, potentially solve it whether or not I can do it myself or if I have to take it into the apple store, however it's rather infuriating, having to suddenly stop using my macbook since it can hardly run any applications without feeling extremely sluggish.


As the title says, when watching streams/videos, my CPU usage shoots up, "Google Chrome Helper" hits up to 200%, and when i quit it, "Shockwave Flash has crashed" appears. I then tried to stream using Safari, incase it was a google chrome problem, same thing however "Flash player(safari)" now hits up to higher %'s of CPU usage.


Furthermore, when simply watching a youtube video/google searching "Kernel_task" hit up to 100-200% CPU usage too, and since using google I've found various topic discussions about Mavericks causing it to be high usage.




So yeah any help, telling me how to run a diagnostic, or programme to find out the problem or any genuine solutions that can help would be extremely appreciated!


thanks

MacBook Pro, OS X Mavericks (10.9.2)

Posted on Mar 16, 2014 8:22 PM

Reply
Question marked as Best reply

Posted on Mar 16, 2014 9:22 PM

1. This procedure is a diagnostic test. It changes nothing, for better or worse, and therefore will not, in itself, solve the problem.

2. If you don't already have a current backup, back up all data before doing anything else. The backup is necessary on general principle, not because of anything in the test procedure. There are ways to back up a computer that isn't fully functional. Ask if you need guidance.

3. Below are instructions to run a UNIX shell script, a type of program. All it does is to collect information about the state of the computer. That information goes nowhere unless you choose to share it. However, you should be cautious about running any kind of program (not just a shell script) at the request of a stranger on a public message board. If you have doubts, search this site for other discussions in which this procedure has been followed without any report of ill effects. If you can't satisfy yourself that the instructions are safe, don't follow them. Ask for other options.

Here's a summary of what you need to do, if you choose to proceed: Copy a line of text from this web page into the window of another application. Wait for the script to run. It usually takes a few minutes. Then paste the results, which will have been copied automatically, back into a reply on this page. The sequence is: copy, paste, wait, paste again. Details follow.

4. You may have started the computer in "safe" mode. Preferably, these steps should be taken in “normal” mode. If the system is now in safe mode and works well enough in normal mode to run the test, restart as usual. If you can only test in safe mode, do that.

5. If you have more than one user, and the one affected by the problem is not an administrator, then please run the test twice: once while logged in as the affected user, and once as an administrator. The results may be different. The user that is created automatically on a new computer when you start it for the first time is an administrator. If you can't log in as an administrator, test as the affected user. Most personal Macs have only one user, and in that case this section doesn’t apply. Don't log in as root.

6. The script is a single long line, all of which must be selected. You can accomplish this easily by triple-clicking anywhere in the line. The whole line will highlight, though you may not see all of it in the browser window, and you can then copy it. If you try to select the line by dragging across the part you can see, you won't get all of it.

Triple-click anywhere in the line of text below on this page to select it:

PATH=/usr/bin:/bin:/usr/sbin:/sbin; clear; Fb='%s\n\t(%s)\n'; Fm='\n%s\n\n%s\n'; Fr='\nRAM details\n%s\n'; Fs='\n%s: %s\n'; Fu='user %s%%, system %s%%'; AC="com.autodesk.AutoCAD com.google.GoogleDrive"; H='^[[:space:]]*((127\.0\.0\.1|::1|fe80::1%lo0)[[:space:]]+local|(255\.){3}255[[:space:]]*broadcast)host[[:space:]]*$'; NS=networksetup; PB="/usr/libexec/PlistBuddy -c Print"; A () { [[ a -eq 0 ]]; }; M () { find -L "$d" -type f | while read f; do file -b "$f" | egrep -lq XML\|exec && echo $f; done; }; AT () { o=`file -b "$1" | egrep -v '^(A.{16}t$|cann)'`; Ps "${1##*/} format"; }; Pc () { o=`grep -v '^ *#' "$2"`; l=`wc -l <<< "$o"`; [[ l -gt 25 ]] && o=`head -n25 <<< "$o"`$'\n'"[$((l-25)) more line(s)]"; Pm "$1"; AT "$1"; }; Pm () { [[ "$o" ]] && o=`sed -E '/^ *$/d; s/^ */ /;s/[-0-9A-Fa-f]{22,}/UUID/g;s/(ochat)\.[^.]+(\..+)/\1\2/' <<< "$o"` && printf "$Fm" "$1" "$o"; }; Pp () { o=`$PB "$2" | awk -F'= ' \/$3'/{print $2}'`; Pm "$1"; }; Ps () { o=`echo $o`; [[ ! "$o" =~ ^0?$ ]] && printf "$Fs" "$1" "$o"; }; R () { o=; [[ r -eq 0 ]]; }; SP () { system_profiler SP${1}DataType; }; id -G | grep -qw 80; a=$?; A && sudo true; r=$?; t=`date +%s`; clear; { A || echo $'No admin access\n'; A && ! R && echo $'No root access\n'; SP Software | sed -n 's/^ *//;5p;6p;8p'; h=(`SP Hardware | awk '/ Id/{print $3}; /Mem/{print $2}'`); o=$h; Ps "Model"; o=$((h[1]<4?h[1]:0)); Ps "Total RAM (GB)"; o=`SP Memory | sed '1,5d;/[my].*:/d'`; [[ "$o" =~ s:\ [^O]|x([^08]|0[^2]|8[^0]) ]] && printf "$Fr" "$o"; o=`SP Diagnostics | sed '5,6!d'`; [[ "$o" =~ Pass ]] || Pm "POST"; p=`SP Power`; o=`awk '/Cy/{print $NF}' <<< "$p"`; o=$((o>=300?o:0)); Ps "Battery cycles"; o=`sed -n '/Cond.*: [^N]/{s/^.*://p;}' <<< "$p"`; Ps "Battery condition"; for b in Thunderbolt USB; do o=`SP $b | sed -En '1d;/:$/{s/ *:$//;x;s/\n//p;};/^ *V.* [0N].* /{s/ 0x.... //;s/[()]//g;s/(.*: )(.*)/ \(\2\)/;H;};/Apple|Genesy|Intel|SMSC/{s/.//g;h;}'`; Pm $b; done; o=`pmset -g therm | sed 's/^.*C/C/'`; [[ "$o" =~ No\ th|pms ]] && o=; Pm "Thermal conditions"; o=`pmset -g sysload | grep -v :`; [[ "$o" =~ =\ [^GO] ]] || o=; Pm "System load advisory"; o=`nvram boot-args | awk '{$1=""; print}'`; Ps "boot-args"; a=(/ ""); A=(System User); for i in 0 1; do o=`cd ${a[$i]}L*/Lo*/Diag* || continue; for f in *.{cr,h,pa,s}*; do [[ -f "$f" ]] || continue; d=$(stat -f%Sc -t%F "$f"); [[ "$f" =~ h$ ]] && grep -lq "^Thread c" "$f" && f="$f *"; echo "$d ${f%%_2*} ${f##*.}"; done | sort | tail`; Pm "${A[$i]} diagnostics"; done; grep -lq '*$' <<< "$o" && printf $'\n\t* Code injection\n'; o=`syslog -F bsd -k Sender kernel -k Message CReq 'caug|GPU |hfs: Ru|last value [1-9]|n Cause: -|NVDA\(|pagin|proc: t|Roamed|rror|ssert|Thrott|timed? ?o|WARN' -k Message Ane 'SMC:' | tail -n25 | awk '/:/{$4=""; $5=""};1'`; Pm "Kernel messages"; o=`df -m / | awk 'NR==2 {print $4}'`; o=$((o<5120?o:0)); Ps "Free space (MiB)"; o=$(($(vm_stat | awk '/eo/{sub("\\.",""); print $2}')/256)); o=$((o>=1024?o:0)); Ps "Pageouts (MiB)"; s=( `sar -u 1 10 | sed '$!d'` ); [[ s[4] -lt 85 ]] && o=`printf "$Fu" ${s[1]} ${s[3]}` || o=; Ps "Total CPU usage" && { s=(`ps acrx -o comm,ruid,%cpu | sed '2!d'`); n=$((${#s[*]}-1)); c="${s[*]}"; o=${s[$n]}%; Ps "CPU usage by process \"${c% ${s[$((n-1))]}*}\" with UID ${s[$((n-1))]}"; }; s=(`top -R -l1 -n1 -o prt -stats command,uid,prt | sed '$!d'`); n=$((${#s[*]}-1)); s[$n]=${s[$n]%[+-]}; c="${s[*]}"; o=$((s[$n]>=25000?s[$n]:0)); Ps "Mach ports used by process \"${c% ${s[$((n-1))]}*}\" with UID ${s[$((n-1))]}"; o=`kextstat -kl | grep -v com\\.apple | cut -c53- | cut -d\< -f1`; Pm "Loaded extrinsic kernel extensions"; R && o=`sudo launchctl list | awk 'NR>1 && !/0x|com\.(apple|openssh|vix\.cron)|org\.(amav|apac|calendarse|cups|dove|isc|ntp|openld|post[fg]|x)/{print $3}'`; Pm "Extrinsic daemons"; o=`launchctl list | awk 'NR>1 && !/0x|com\.apple|org\.(x|openbsd)|\.[0-9]+$/{print $3}'`; Pm "Extrinsic agents"; o=`for d in {/,}L*/Lau*; do M; done | egrep -v 'com\.apple\.(CSConfig|server)' | while read f; do ID=$($PB\ :Label "$f") || ID="No job label"; printf "$Fb" "$f" "$ID"; done`; Pm "launchd items"; o=`for d in /{S*/,}L*/StartupItems; do M; done`; Pm "Startup items"; sys=`pkgutil --regexp --only-files --files com.apple.pkg.* | sort | uniq | sed 's:^:/:'`; b=`sed -E '/^.+Lib.+\/Contents\/Info.plist$/!d;s/\/Info.plist$//;/Contents\/./d' <<< "$sys"`; l=`egrep '^/usr/lib/.+dylib$' <<< "$sys"`; [[ "$b" && "$l" ]] && { o=`find -L /S*/L*/{C*/Sec*A,E}* {/,}L*/{A*d,Compon,Ex,In,iTu,Keyb,Mail/B,P*P,Qu*T,Scripti,Sec,Servi,Spo}* -type d -name Contents -prune | grep -Fv "$b" | while read d; do test -f "$d/Info.plist" || continue; ID=$($PB\ :CFBundleIdentifier "$_") || ID="No bundle ID"; printf "$Fb" "${d%/Contents}" "$ID"; done`; Pm "Extrinsic loadable bundles"; o=`find /usr/lib -type f -name *.dylib | grep -Fv "$l"`; Pm "Extrinsic shared libraries"; :; } || echo $'\nReceipts missing'; o=`for e in INSERT_LIBRARIES LIBRARY_PATH; do launchctl getenv DYLD_$e; done`; Pm "Environment"; o=`find -L {,/u*/lo*}/e*/periodic -type f -mtime -10d`; Pm "Modified periodic scripts"; o=`scutil --proxy | grep Prox`; Pm "Proxies"; o=`scutil --dns | awk '/r\[0\] /{if ($NF !~ /^1(0|72\.(1[6-9]|2[0-9]|3[0-1])|92\.168)\./) print $NF; exit}'`; i=`route -n get default | awk '/e:/{print $2}'`; I=`$NS -listnetworkserviceorder | sed -En '/ '$i'\)$/{x;s/^\(.+\) //p;q;};x'`; n=`$NS -getdnsservers "$I" | awk '!/^T/{print "not "}'`; Ps "DNS (${n}from DHCP)"; o=`$NS -getinfo "$I" | awk '/k:/{if ($3 !~ "(255\.){3}0") print $3}'`; Ps "Netmask"; R && o=`sudo profiles -P | grep : | wc -l`; Ps "Profiles"; f=auto_master; [[ `md5 -q /etc/$f` =~ ^b166 ]] || Pc $f /etc/$f; for f in fstab sysctl.conf crontab launchd.conf; do Pc $f /etc/$f; done; f=/etc/hosts; Pc "hosts" <(egrep -v "$H" $f ); AT $f; Pc "User launchd" ~/.launchd*; R && Pc "Root crontab" <(sudo crontab -l); Pc "User crontab" <(crontab -l | sed -E 's:/Users/[^/]+/:/Users/USER/:g'); R && o=`sudo defaults read com.apple.loginwindow LoginHook`; Pm "Login hook"; LD="$(`find /S*/*/F* -type f -name lsregister | head -n1` -dump)"; o=`for ID in $AC; do [[ "$LD" =~ $ID ]] && echo $ID; done`; Pm "Application check"; Pp "Global login items" /L*/P*/loginw* Path; Pp "User login items" L*/P*/*loginit* Name; Pp "Safari extensions" L*/Saf*/*/E*.plist Bundle | sed -E 's/(\..*$|-[1-9])//g'; o=`find ~ $TMPDIR.. \( -flags +sappnd,schg,uappnd,uchg -o ! -user $UID -o ! -perm -600 \) | wc -l`; Ps "Restricted user files"; cd; o=`SP Fonts | egrep 'id: N|te: Y' | wc -l`; Ps "Font problems"; o=`find L*/{Con,Pref}* -type f ! -size 0 -name *.plist | while read f; do plutil -s "$f" >&- || echo $f; done`; Pm "Bad plists"; d=(Desktop L*/Keyc*); n=(20 7); for i in 0 1; do o=`find "${d[$i]}" -type f -maxdepth 1 | wc -l`; o=$((o<=n[$i]?0:o)); Ps "${d[$i]##*/} file count"; done; o=; [[ UID -eq 0 ]] && o=root; Ps "UID"; o=$((`date +%s`-t)); Ps "Elapsed time (s)"; } 2>/dev/null | pbcopy; exit 2>&-

Copy the selected text to the Clipboard by pressing the key combination command-C.

7. Launch the built-in Terminal application in any of the following ways:

☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)

☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.

☞ Open LaunchPad. Click Utilities, then Terminal in the icon grid.

Click anywhere in the Terminal window and paste (command-V). The text you pasted should vanish immediately. If it doesn't, press the return key.

8. If you see an error message in the Terminal window such as "syntax error," enter

exec bash

and press return. Then paste the script again.

9. If you're logged in as an administrator, you'll be prompted for your login password. Nothing will be displayed when you type it. You will not see the usual dots in place of typed characters. Make sure caps lock is off. Type carefully and then press return. You may get a one-time warning to be careful. If you make three failed attempts to enter the password, the test will run anyway, but it will produce less information. In most cases, the difference is not important. If you don't know the password, or if you prefer not to enter it, press the key combination control-C or just press return three times at the password prompt. Again, the script will still run.

If you're not logged in as an administrator, you won't be prompted for a password. The test will still run. It just won't do anything that requires administrator privileges.

10. The test may take a few minutes to run, depending on how many files you have and the speed of the computer. A computer that's abnormally slow may take longer to run the test. While it's running, there will be nothing in the Terminal window and no indication of progress. Wait for the line

[Process completed]

to appear. If you don't see it within half an hour or so, the test probably won't complete in a reasonable time. In that case, close the Terminal window and report the results. No harm will be done.

11. When the test is complete, quit Terminal. The results will have been copied to the Clipboard automatically. They are not shown in the Terminal window. Please don't copy anything from there. All you have to do is start a reply to this comment and then paste by pressing command-V again.

If any private information, such as your name or email address, appears in the results, anonymize it before posting. Usually that won't be necessary.

12. When you post the results, you might see the message, "You have included content in your post that is not permitted." It means that the forum software has misidentified something in the post as a violation of the rules. If that happens, please post the test results on Pastebin, then post a link here to the page you created.

Note: This is a public forum, and others may give you advice based on the results of the test. They speak only for themselves, and I don't necessarily agree with them.


________________________________

Copyright © 2014 by Linc Davis. As the sole author of this work, I reserve all rights to it except as provided in the Terms of Use of the Apple Support Communities website ("ASC"). Readers of ASC may copy it for their own personal use. Neither the whole nor any part may be redistributed.
28 replies

Sep 25, 2014 8:42 PM in response to jolenn

Would replacing my battery cure my problems?

2nd test results:

System Version: OS X 10.9.5 (13F34)

Kernel Version: Darwin 13.4.0

Boot Mode: Normal



Model: MacBookPro7,1



Battery condition: Replace Now



boot-args: -v keepsyms=y



System diagnostics



2014-09-25 UserEventAgent crash

2014-09-25 UserEventAgent crash

2014-09-25 UserEventAgent crash

2014-09-25 UserEventAgent crash

2014-09-25 WindowServer spin

2014-09-25 WindowServer spin

2014-09-25 com.apple.WebKit.WebContent spin

2014-09-25 rpcsvchost spin

2014-09-25 rpcsvchost spin

2014-09-25 rpcsvchost spin



User diagnostics



2014-09-25 com.apple.WebKit.Networking crash

2014-09-25 fontd crash



Kernel messages



Sep 23 11:24:54 WARNING: hibernate_page_list_setall skipped 174744 xpmapped pages

Sep 23 15:11:14 wl0: Roamed or switched channel, reason #4, bssid 00:1d:d3:7c:9a:a0

--- last message repeated 1 time ---

Sep 23 20:30:29 WARNING: hibernate_page_list_setall skipped 18669 xpmapped pages

Sep 24 08:39:35 process WindowServer[93] caught causing excessive wakeups. Observed wakeups rate (per sec): 202; Maximum permitted wakeups rate (per sec): 150; Observation period: 300 seconds; Task lifetime number of wakeups: 192364

Sep 24 09:27:00 wl0: Roamed or switched channel, reason #4, bssid 00:1d:d3:7c:9a:a0

Sep 24 10:38:03 wl0: Roamed or switched channel, reason #8, bssid 00:1d:d3:7c:9a:a0

Sep 24 10:59:00 WARNING: hibernate_page_list_setall skipped 18669 xpmapped pages

Sep 24 10:59:21 WARNING: hibernate_page_list_setall skipped 50629 xpmapped pages

--- last message repeated 1 time ---

Sep 24 11:07:17 WARNING: hibernate_page_list_setall skipped 82599 xpmapped pages

--- last message repeated 1 time ---

Sep 24 13:13:31 WARNING: hibernate_page_list_setall skipped 115719 xpmapped pages

Sep 24 15:02:40 process rpcsvchost[96] thread 717 caught burning CPU! It used more than 50% CPU (Actual recent usage: 58%) over 180 seconds. thread lifetime cpu usage 90.021038 seconds, (71.271479 user, 18.749559 system) ledger info: balance: 90007086703 credit: 90007086703 debit: 0 limit: 90000000000 (50%) period: 180000000000 time since last refill (ns): 154655717674

Sep 25 08:40:26 process rpcsvchost[90] thread 706 caught burning CPU! It used more than 50% CPU (Actual recent usage: 61%) over 180 seconds. thread lifetime cpu usage 90.015570 seconds, (71.438204 user, 18.577366 system) ledger info: balance: 90001307753 credit: 90001307753 debit: 0 limit: 90000000000 (50%) period: 180000000000 time since last refill (ns): 146961814773

Sep 25 11:47:56 process com.apple.WebKit[224] thread 1832 caught burning CPU! It used more than 50% CPU (Actual recent usage: 56%) over 180 seconds. thread lifetime cpu usage 90.215750 seconds, (88.376120 user, 1.839630 system) ledger info: balance: 90004435432 credit: 90004435432 debit: 0 limit: 90000000000 (50%) period: 180000000000 time since last refill (ns): 159679379922

Sep 25 13:44:49 WARNING: hibernate_page_list_setall skipped 16543 xpmapped pages

Sep 25 15:35:14 process WindowServer[89] caught causing excessive wakeups. Observed wakeups rate (per sec): 161; Maximum permitted wakeups rate (per sec): 150; Observation period: 300 seconds; Task lifetime number of wakeups: 446212

Sep 25 16:47:51 wl0: Roamed or switched channel, reason #4, bssid 00:1d:d3:7c:9a:a0

--- last message repeated 2 times ---

Sep 25 17:30:30 process rpcsvchost[94] thread 717 caught burning CPU! It used more than 50% CPU (Actual recent usage: 59%) over 180 seconds. thread lifetime cpu usage 90.021828 seconds, (71.335691 user, 18.686137 system) ledger info: balance: 90008852380 credit: 90008852380 debit: 0 limit: 90000000000 (50%) period: 180000000000 time since last refill (ns): 152450351946

Sep 25 17:44:26 process WindowServer[88] caught causing excessive wakeups. Observed wakeups rate (per sec): 507; Maximum permitted wakeups rate (per sec): 150; Observation period: 300 seconds; Task lifetime number of wakeups: 98462

Sep 25 17:46:36 process pmset[496] caught causing excessive wakeups. Observed wakeups rate (per sec): 48598; Maximum permitted wakeups rate (per sec): 150; Observation period: 300 seconds; Task lifetime number of wakeups: 1000013

Sep 25 18:53:19 wl0: Roamed or switched channel, reason #8, bssid 00:1d:d3:7c:9a:a0

Sep 25 20:08:44 process rpcsvchost[104] thread 775 caught burning CPU! It used more than 50% CPU (Actual recent usage: 57%) over 180 seconds. thread lifetime cpu usage 90.027700 seconds, (71.434681 user, 18.593019 system) ledger info: balance: 90015218784 credit: 90015218784 debit: 0 limit: 90000000000 (50%) period: 180000000000 time since last refill (ns): 155199179324



Total CPU usage: user 50%, system 17%



CPU usage by process "rpcsvchost" with UID 0: 98.1%



Modified periodic scripts



/etc/periodic/daily/110.clean-tmps

/etc/periodic/daily/130.clean-msgs

/etc/periodic/daily/140.clean-rwho

/etc/periodic/daily/199.clean-fax

/etc/periodic/daily/310.accounting

/etc/periodic/daily/400.status-disks

/etc/periodic/daily/420.status-network

/etc/periodic/daily/430.status-rwho

/etc/periodic/daily/999.local

/etc/periodic/monthly/199.rotate-fax

/etc/periodic/monthly/200.accounting

/etc/periodic/monthly/999.local

/etc/periodic/weekly/320.whatis

/etc/periodic/weekly/999.local



Restricted user files: 2



Elapsed time (s): 188

Oct 8, 2014 10:57 PM in response to Linc Davis

System Version: OS X 10.8.5 (12F45)

Kernel Version: Darwin 12.5.0

Boot Mode: Normal



Model: MacBookPro8,1



Battery cycles: 683



System diagnostics



2014-09-15 SophosWebIntelligence crash



User diagnostics



2014-10-01 Google Chrome crash

2014-10-06 Google Chrome crash

2014-10-07 Google Chrome crash

2014-10-08 Google Chrome crash

2014-10-08 Google Chrome crash

2014-10-09 Google Chrome crash



Kernel messages



Oct 7 22:47:05 wl0: Roamed or switched channel, reason #4, bssid 64:70:02:3d:97:a4

Oct 7 23:52:21 PM notification timeout (pid 8951, Google Chrome He)

--- last message repeated 2 times ---

Oct 8 15:23:16 PM notification timeout (pid 9271, Spotify)

Oct 8 15:23:16 PM notification timeout (pid 9281, Spotify Helper)

Oct 8 15:23:16 PM notification timeout (pid 9280, Spotify Helper)

Oct 8 15:23:16 PM notification timeout (pid 9284, Spotify Helper)

Oct 8 15:23:16 PM notification timeout (pid 9319, Spotify Helper)

Oct 8 15:23:16 PM notification timeout (pid 9320, Spotify Helper E)

Oct 8 15:23:16 PM notification timeout (pid 9325, Spotify Helper)

Oct 8 19:51:58 PM notification timeout (pid 9271, Spotify)

Oct 8 19:51:58 PM notification timeout (pid 9281, Spotify Helper)

Oct 8 19:51:58 PM notification timeout (pid 9280, Spotify Helper)

Oct 8 19:51:58 PM notification timeout (pid 9284, Spotify Helper)

Oct 8 19:51:58 PM notification timeout (pid 9319, Spotify Helper)

Oct 8 19:51:58 PM notification timeout (pid 9320, Spotify Helper E)

Oct 8 19:51:58 PM notification timeout (pid 9325, Spotify Helper)

Oct 8 21:45:06 wl0: Roamed or switched channel, reason #4, bssid 64:70:02:3d:97:a4

--- last message repeated 1 time ---

Oct 9 00:38:58 PM notification timeout (pid 9271, Spotify)

Oct 9 00:38:58 PM notification timeout (pid 9281, Spotify Helper)

Oct 9 00:38:58 PM notification timeout (pid 9280, Spotify Helper)

Oct 9 00:38:58 PM notification timeout (pid 9284, Spotify Helper)

Oct 9 00:38:58 PM notification timeout (pid 9325, Spotify Helper)

Oct 9 00:38:58 PM notification timeout (pid 9886, Spotify Helper)



Free space (MiB): 3882



Pageouts (MiB): 6791



Total CPU usage: user 37%, system 10%



CPU usage by process "Google Chrome He" with UID 501: 65.9%



Loaded extrinsic kernel extensions



com.squirrels.driver.AirParrotSpeakers (1.7)

com.squirrels.airparrot.framebuffer (3)

com.sophos.nke.swi (9.1.0)

com.sophos.kext.sav (9.1.5)



Extrinsic daemons



com.google.keystone.daemon

net.sourceforge.MonolingualHelper

com.sophos.webd

com.sophos.sxld

com.sophos.scan

com.sophos.notification

com.sophos.intercheck

com.sophos.configuration

com.sophos.autoupdate

com.microsoft.office.licensing.helper

com.examsoft.softest.service

com.adobe.fpsaud



Extrinsic agents



com.google.keystone.system.agent

com.sophos.uiserver

com.examsoft.softest

com.spotify.webhelper



launchd items



/Library/LaunchAgents/com.examsoft.softest.plist

(com.examsoft.softest)

/Library/LaunchAgents/com.google.keystone.agent.plist

(com.google.keystone.system.agent)

/Library/LaunchAgents/com.sophos.uiserver.plist

(com.sophos.uiserver)

/Library/LaunchDaemons/com.adobe.fpsaud.plist

(com.adobe.fpsaud)

/Library/LaunchDaemons/com.examsoft.softest.service.plist

(com.examsoft.softest.service)

/Library/LaunchDaemons/com.google.keystone.daemon.plist

(com.google.keystone.daemon)

/Library/LaunchDaemons/com.microsoft.office.licensing.helper.plist

(com.microsoft.office.licensing.helper)

/Library/LaunchDaemons/com.sophos.autoupdate.plist

(com.sophos.autoupdate)

/Library/LaunchDaemons/com.sophos.configuration.plist

(com.sophos.configuration)

/Library/LaunchDaemons/com.sophos.intercheck.plist

(com.sophos.intercheck)

/Library/LaunchDaemons/com.sophos.notification.plist

(com.sophos.notification)

/Library/LaunchDaemons/com.sophos.scan.plist

(com.sophos.scan)

/Library/LaunchDaemons/com.sophos.sxld.plist

(com.sophos.sxld)

/Library/LaunchDaemons/com.sophos.webd.plist

(com.sophos.webd)

/Library/LaunchDaemons/net.sourceforge.MonolingualHelper.plist

(net.sourceforge.MonolingualHelper)

Library/LaunchAgents/com.apple.AddressBook.ScheduledSync.PHXCardDAVSource.UUID. plist

(com.apple.AddressBook.ScheduledSync.PHXCardDAVSource.UUID)

Library/LaunchAgents/com.spotify.webhelper.plist

(com.spotify.webhelper)



Extrinsic loadable bundles



/System/Library/Extensions/AirParrotDriver.kext

(com.squirrels.driver.AirParrotSpeakers)

/System/Library/Extensions/APExtFramebuffer.kext

(com.squirrels.airparrot.framebuffer)

/System/Library/Extensions/SophosNetworkInterceptor.kext

(com.sophos.nke.swi)

/System/Library/Extensions/SophosOnAccessInterceptor.kext

(com.sophos.kext.sav)

/Library/Extensions/SophosNetworkInterceptor.kext

(com.sophos.nke.swi)

/Library/Extensions/SophosOnAccessInterceptor.kext

(com.sophos.kext.sav)

/Library/Internet Plug-Ins/Flash Player.plugin

(com.macromedia.Flash Player.plugin)

/Library/Internet Plug-Ins/googletalkbrowserplugin.plugin

(com.google.googletalkbrowserplugin)

/Library/Internet Plug-Ins/JavaAppletPlugin.plugin

(com.apple.java.JavaAppletPlugin)

/Library/Internet Plug-Ins/o1dbrowserplugin.plugin

(com.google.o1dbrowserplugin)

/Library/Internet Plug-Ins/SharePointBrowserPlugin.plugin

(com.microsoft.sharepoint.browserplugin)

/Library/Internet Plug-Ins/SharePointWebKitPlugin.webplugin

(com.microsoft.sharepoint.webkitplugin)

/Library/Internet Plug-Ins/Silverlight.plugin

(com.microsoft.SilverlightPlugin)

/Library/PreferencePanes/Flash Player.prefPane

(com.adobe.flashplayerpreferences)

Library/PreferencePanes/MusicManager.prefPane

(com.google.musicmanager.pref)



Extrinsic shared libraries



/usr/lib/libimckit.dylib

/usr/lib/libimckitsa.dylib



Environment



/usr/lib/libimckit.dylib



launchd.conf



setenv DYLD_INSERT_LIBRARIES /usr/lib/libimckit.dylib



Application check



com.google.GoogleDrive



User login items



Android File Transfer Agent



Safari extensions



Omnibar

extension



Restricted user files: 15



Font problems: 40



Bad plists



Library/Preferences/ooVoo.plist



Desktop file count: 26



Elapsed time (s): 1048

Oct 23, 2014 9:43 AM in response to Linc Davis

Alright, I am having slowdowns/problems on my new MacBook. This only happens (so far) on cpu/gpu intensive programs (Minecraft, in my case). The program runs at full speed initially, and slows down, getting slower the longer I play.


I have ruled out memory/garbage collection (GC logs show no excessive or abnormal collections).


System Version: OS X 10.9.5 (13F34)

Kernel Version: Darwin 13.4.0

Boot Mode: Normal


Model: MacBookPro11,3


USB


Backup+ Desk (Seagate LLC)

External HDD (Western Digital Technologies, Inc.)


boot-args: -v


System diagnostics


2014-10-21 backupd spin

2014-10-21 firefox spin

2014-10-21 firefox spin

2014-10-21 plugin-container spin

2014-10-22 firefox spin

2014-10-22 firefox spin

2014-10-22 firefox spin

2014-10-22 firefox spin

2014-10-22 firefox spin

2014-10-23 firefox spin


User diagnostics


2014-10-10 Audio MIDI Setup crash

2014-10-10 Soundflowerbed crash

2014-10-10 Soundflowerbed crash

2014-10-10 recentsd crash

2014-10-16 plugin-container crash

2014-10-18 QuickLookSatellite crash


Kernel messages


Oct 23 00:09:09 IOPPF: Sent cpu-plimit-notification last value 1 (rounded time weighted average 1)

Oct 23 00:09:21 IOPPF: Sent cpu-plimit-notification last value 3 (rounded time weighted average 3)

Oct 23 00:09:54 IOPPF: Sent cpu-plimit-notification last value 1 (rounded time weighted average 1)

--- last message repeated 5 times ---

Oct 23 00:15:14 IOPPF: Sent cpu-plimit-notification last value 11 (rounded time weighted average 9)

Oct 23 00:15:14 IOPPF: Sent gpu-external-plimit-notification last value 1 (rounded time weighted average 0)

Oct 23 00:15:14 IOPPF: Sent gpu-internal-plimit-notification last value 1 (rounded time weighted average 0)

Oct 23 00:15:27 IOPPF: Sent cpu-plimit-notification last value 10 (rounded time weighted average 11)

Oct 23 00:15:38 IOPPF: Sent cpu-plimit-notification last value 2 (rounded time weighted average 6)

Oct 23 00:17:25 IOPPF: Sent cpu-plimit-notification last value 1 (rounded time weighted average 1)

--- last message repeated 1 time ---

Oct 23 00:20:06 IOPPF: Sent cpu-plimit-notification last value 12 (rounded time weighted average 10)

Oct 23 00:20:17 IOPPF: Sent cpu-plimit-notification last value 12 (rounded time weighted average 12)

Oct 23 00:20:31 IOPPF: Sent cpu-plimit-notification last value 13 (rounded time weighted average 12)

Oct 23 00:20:42 IOPPF: Sent cpu-plimit-notification last value 12 (rounded time weighted average 10)

Oct 23 00:20:42 IOPPF: Sent gpu-external-plimit-notification last value 1 (rounded time weighted average 0)

Oct 23 00:20:42 IOPPF: Sent gpu-internal-plimit-notification last value 1 (rounded time weighted average 0)

Oct 23 00:20:53 IOPPF: Sent gpu-external-plimit-notification last value 1 (rounded time weighted average 1)

Oct 23 00:20:53 IOPPF: Sent gpu-internal-plimit-notification last value 1 (rounded time weighted average 1)

Oct 23 00:20:54 IOPPF: Sent cpu-plimit-notification last value 12 (rounded time weighted average 12)

Oct 23 00:21:05 IOPPF: Sent cpu-plimit-notification last value 11 (rounded time weighted average 10)

Oct 23 00:21:16 IOPPF: Sent cpu-plimit-notification last value 6 (rounded time weighted average 8)

Oct 23 00:21:27 IOPPF: Sent cpu-plimit-notification last value 1 (rounded time weighted average 2)

Oct 23 00:21:38 IOPPF: Sent cpu-plimit-notification last value 1 (rounded time weighted average 1)

Oct 23 00:21:50 IOPPF: Sent cpu-plimit-notification last value 3 (rounded time weighted average 4)


Loaded extrinsic kernel extensions


com.screenrecycler.driver.ScreenRecyclerDriver (1.4.13)

com.Cycling74.driver.Soundflower (1.6.6)

com.techsmith.TACC (1.0.2)

com.yuchens.driver.SoundRecordDevice (1.01)

com.bresink.driver.BRESINKx86Monitoring (9.0)

com.rogueamoeba.InstantOn (6.0.3)


Extrinsic daemons


com.atlassian.SourceTreePrivilegedHelper2

com.adobe.fpsaud


Extrinsic agents


de.milchimgemuesefach.Display-Menu-Helper

org.afraid.freedns

com.valvesoftware.steamclean

com.google.keystone.user.agent

com.divx.agent.postinstall


launchd items


/Library/LaunchAgents/com.adobe.AAM.Updater-1.0.plist

(com.adobe.AAM.Startup-1.0)

/Library/LaunchDaemons/com.adobe.fpsaud.plist

(com.adobe.fpsaud)

/Library/LaunchDaemons/com.atlassian.SourceTreePrivilegedHelper2.plist

(com.atlassian.SourceTreePrivilegedHelper2)

Library/LaunchAgents/com.divx.agent.postinstall.plist

(com.divx.agent.postinstall)

Library/LaunchAgents/com.google.keystone.agent.plist

(com.google.keystone.user.agent)

Library/LaunchAgents/com.valvesoftware.steamclean.plist

(com.valvesoftware.steamclean)

Library/LaunchAgents/org.afraid.freedns.plist

(org.afraid.freedns)


Startup items


/Library/StartupItems/BRESINKx86Monitoring/BRESINKx86Monitoring

/Library/StartupItems/BRESINKx86Monitoring/BRESINKx86Monitoring.kext/Contents/_ CodeSignature/CodeResources

/Library/StartupItems/BRESINKx86Monitoring/BRESINKx86Monitoring.kext/Contents/C odeResources

/Library/StartupItems/BRESINKx86Monitoring/BRESINKx86Monitoring.kext/Contents/I nfo.plist


Extrinsic loadable bundles


/System/Library/Extensions/EPSONUSBPrintClass.kext

(com.epson.print.kext.USBPrintClass)

/System/Library/Extensions/InstantOn.kext

(com.rogueamoeba.InstantOn)

/System/Library/Extensions/ScreenRecyclerDriver.kext

(com.screenrecycler.driver.ScreenRecyclerDriver)

/System/Library/Extensions/Soundflower.kext

(com.Cycling74.driver.Soundflower)

/System/Library/Extensions/TACC.kext

(com.techsmith.TACC)

/System/Library/Extensions/YCSoundRecord.kext

(com.yuchens.driver.SoundRecordDevice)

/Library/Internet Plug-Ins/disabled/JavaAppletPlugin-disabled6.plugin

(com.apple.java.JavaAppletPlugin)

/Library/Internet Plug-Ins/disabled/JavaAppletPlugin.plugin

(com.oracle.java.JavaAppletPlugin)

/Library/Internet Plug-Ins/Flash Player.plugin

(com.macromedia.Flash Player.plugin)

/Library/Internet Plug-Ins/JavaAppletPlugin.plugin

(com.apple.java.JavaAppletPlugin)

/Library/Internet Plug-Ins/Mathematica.plugin

(com.wolfram.mathematica.player.plugin)

/Library/Internet Plug-Ins/SlingPlayer.plugin

(com.slingmedia.slingplayer.plugin.nspapi)

/Library/Internet Plug-Ins/Unity Web Player.plugin

(com.unity.UnityWebPlayer)

/Library/PreferencePanes/Flash Player.prefPane

(com.adobe.flashplayerpreferences)

/Library/PreferencePanes/Growl.prefPane

(com.growl.prefpanel)

/Library/QuickTime/TSC2.component

(com.techsmith.TSC2Component)

/Library/ScriptingAdditions/MumbleOverlay.osax

(net.sourceforge.mumble.OverlayScriptingAddition)

/Library/Spotlight/Wolfram Notebook.mdimporter

(com.wolfram.mathematica.notebook.search.spotlight)

Library/Address Book Plug-Ins/SkypeABDialer.bundle

(com.skype.skypeabdialer)

Library/Address Book Plug-Ins/SkypeABSMS.bundle

(com.skype.skypeabsms)

Library/Internet Plug-Ins/DISH Anywhere Player.plugin

(com.Nagravision.NMPCBrowserPlugin)

Library/Internet Plug-Ins/SlingHealth.plugin

(com.slingmedia.slinghealth.plugin.nspapi)

Library/QuickTime/CamTwist.component

(com.allocinit.CamTwistQTC)


hosts


127.0.0.1 www.finaldllsupdate.com


Root crontab


PATH=/opt/local/bin:/opt/local/sbin:/Users/michael/bin:/usr/bin:/bin:/usr/sbin: /sbin:/usr/local/bin:/usr/X11/bin

MAILTO=michael

44 3-23 * * * safebackup

55,58,59 23 * * * safebackup

15 23 * * * trimTM > /tmp/RemoveThese && logger -f /tmp/RemoveThese && cleanTM < /tmp/RemoveThese


User crontab


PATH=/opt/local/bin:/opt/local/sbin:/Users/USER/bin:/usr/bin:/bin:/usr/sbin:/sb in:/usr/local/bin:/usr/X11/bin

15 * * * * backupMinecraft > /dev/null

25,55 9-17 * * * say half-hour break time

59 8,11,14 * * * say Excersize time

20 6 * * * say Wakeup time, sleepyhead


Application check


com.google.GoogleDrive


Safari extensions


ClickToFlash

AdBlock

Google Analytics Opt-out Browser Add-on

RedditMinimal

Dragon Dictate


Restricted user files: 483


Font problems: 44


Elapsed time (s): 117

Oct 26, 2014 10:37 PM in response to Eric Root

Any way you can diagnose my macbook pro?


System Version: OS X 10.10 (14A386b)

Kernel Version: Darwin 14.0.0

Boot Mode: Normal



Model: MacBookPro8,1



RAM details



BANK 0/DIMM0:



Size: 4 GB

Speed: 1333 MHz

Status: OK

Manufacturer: 0x0000



BANK 1/DIMM0:



Size: 4 GB

Speed: 1333 MHz

Status: OK

Manufacturer: 0x0000



Battery cycles: 487



USB



USB2.0 Hub (VIA Labs, Inc.)

My Passport 071A (Western Digital Technologies, Inc.)



System diagnostics



2014-09-29 com.apple.AmbientDisplayAgent crash

2014-10-14 VLC hang

2014-10-16 Activity Monitor crash

2014-10-22 com.apple.AmbientDisplayAgent crash

2014-10-24 VLC hang



User diagnostics



2014-09-27 Wondershare AllMyMusic crash

2014-09-27 Wondershare AllMyMusic crash

2014-09-27 Wondershare AllMyMusic crash

2014-09-27 Wondershare AllMyMusic crash

2014-09-27 Wondershare AllMyMusic crash

2014-10-02 otherbsd crash

2014-10-16 cloudd crash

2014-10-24 PicCollage Lite crash

2014-10-24 Picture Collage Maker Lite crash



Kernel messages



Oct 26 15:07:37 PM notification timeout (pid 2418, Spotify)

Oct 26 15:07:37 PM notification timeout (pid 2422, Spotify Helper)

Oct 26 15:07:37 PM notification timeout (pid 2423, Spotify Helper)

Oct 26 15:07:37 PM notification timeout (pid 2424, Spotify Helper)

Oct 26 15:07:37 PM notification timeout (pid 2448, Spotify Helper)

Oct 26 15:08:00 WARNING: hibernate_page_list_setall skipped 53743 xpmapped pages

Oct 26 15:08:14 WARNING: hibernate_page_list_setall skipped 55666 xpmapped pages

Oct 26 15:28:38 wl0: Roamed or switched channel, reason #8, bssid 2c:b0:5d:31:2e:0b

--- last message repeated 1 time ---

Oct 26 16:24:53 Previous shutdown cause: -128

Oct 26 16:24:59 BUG in process suhelperd[193]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)

--- last message repeated 120 times ---

Oct 26 16:25:01 utun_start: ifnet_disable_output returned error 12

Oct 26 16:25:16 BUG in process suhelperd[193]: over-released legacy external boost assertions (0 total, 0 external, 0 legacy-external)

Oct 26 16:25:21 wl0: Roamed or switched channel, reason #8, bssid 2c:b0:5d:31:2e:0b

Oct 26 17:42:20 WARNING: hibernate_page_list_setall skipped 14707 xpmapped pages

Oct 26 19:30:25 wl0: Roamed or switched channel, reason #8, bssid 2c:b0:5d:31:2e:0b

Oct 26 19:30:57 WARNING: hibernate_page_list_setall skipped 14707 xpmapped pages

Oct 26 19:31:05 WARNING: hibernate_page_list_setall skipped 14749 xpmapped pages

Oct 26 19:32:58 wl0: Roamed or switched channel, reason #8, bssid 2c:b0:5d:31:2e:0b

--- last message repeated 1 time ---

Oct 26 20:48:03 Over-release of kernel-internal importance assertions for pid 16 (syslogd), dropping 1 assertion(s) but task only has 0 remaining (0 external).

Oct 26 21:06:50 Warning: IOSurface 000002a1 modified by process com.apple.WebKit using the GPU while surface is write locked by process com.apple.WebKit

--- last message repeated 1 time ---

Oct 26 22:28:19 process com.apple.WebKit[2249] thread 281486 caught burning CPU! It used more than 50% CPU (Actual recent usage: 55%) over 180 seconds. thread lifetime cpu usage 155.547230 seconds, (145.206519 user, 10.340711 system) ledger info: balance: 90006051128 credit: 155145836553 debit: 65139785425 limit: 90000000000 (50%) period: 180000000000 time since last refill (ns): 160791119176



Loaded extrinsic kernel extensions



com.wavtap.driver.WavTap (0.4.0)

com.Cycling74.driver.WondershareAudioDevice (1.5.2)



Extrinsic daemons



com.oracle.java.JavaUpdateHelper

com.microsoft.office.licensing.helper

com.teamviewer.service

com.oracle.java.Helper-Tool

com.hercules.hdjsd

com.adobe.fpsaud

com.macpaw.CleanMyMac2.Agent

com.teamviewer.Helper



Extrinsic agents



com.koingosw.MacCleanse4Helper.Reminder

com.koingosw.MacCleanse4Helper.TrashWatcher

com.macpaw.CleanMyMac2Helper.scheduledScan

com.oracle.java.Java-Updater

com.spotify.webhelper



launchd items



/Library/LaunchAgents/com.oracle.java.Java-Updater.plist

(com.oracle.java.Java-Updater)

/Library/LaunchAgents/com.wondershare.AllMyMusic.Agent.plist

(com.wondershare.YouTubeMP3.Agent)

/Library/LaunchDaemons/com.adobe.fpsaud.plist

(com.adobe.fpsaud)

/Library/LaunchDaemons/com.macpaw.CleanMyMac2.Agent.plist

(com.macpaw.CleanMyMac2.Agent)

/Library/LaunchDaemons/com.microsoft.office.licensing.helper.plist

(com.microsoft.office.licensing.helper)

/Library/LaunchDaemons/com.oracle.java.Helper-Tool.plist

(com.oracle.java.Helper-Tool)

/Library/LaunchDaemons/com.oracle.java.JavaUpdateHelper.plist

(com.oracle.java.JavaUpdateHelper)

/Library/LaunchDaemons/com.teamviewer.Helper.plist

(com.teamviewer.Helper)

/Library/LaunchDaemons/com.teamviewer.teamviewer_service.plist

(com.teamviewer.service)

/Library/LaunchDaemons/hdjsd.plist

(com.hercules.hdjsd)

Library/LaunchAgents/com.koingosw.MacCleanse4Helper.Reminder.plist

(com.koingosw.MacCleanse4Helper.Reminder)

Library/LaunchAgents/com.koingosw.MacCleanse4Helper.TrashWatcher.plist

(com.koingosw.MacCleanse4Helper.TrashWatcher)

Library/LaunchAgents/com.macpaw.CleanMyMac2Helper.scheduledScan.plist

(com.macpaw.CleanMyMac2Helper.scheduledScan)

Library/LaunchAgents/com.macpaw.CleanMyMac2Helper.trashWatcher.plist

(com.macpaw.CleanMyMac2Helper.trashWatcher)

Library/LaunchAgents/com.spotify.webhelper.plist

(com.spotify.webhelper)



Extrinsic loadable bundles



/System/Library/Extensions/WondershareAudioDevice.kext

(com.Cycling74.driver.WondershareAudioDevice)

/Library/Audio/MIDI Drivers/hdjsMIDI.plugin

(com.hercules.midi.driver.djcontrolmp3)

/Library/Internet Plug-Ins/Flash Player.plugin

(com.macromedia.Flash Player.plugin)

/Library/Internet Plug-Ins/JavaAppletPlugin.plugin

(com.oracle.java.JavaAppletPlugin)

/Library/Internet Plug-Ins/Silverlight.plugin

(com.microsoft.SilverlightPlugin)

/Library/PreferencePanes/Flash Player.prefPane

(com.adobe.flashplayerpreferences)

/Library/PreferencePanes/JavaControlPanel.prefPane

(com.oracle.java.JavaControlPanel)

/Library/Services/TI Connect Manager X.app

(com.ti.eps.TIConnectX.CommManager)



hosts



0.0.0.0 platform.wondershare.com



User login items



iTunesHelper

uTorrent

BetterSnapTool



Safari extensions



Searchme

Adblock Plus



Restricted user files: 274



Elapsed time (s): 116

Jun 25, 2015 9:16 AM in response to Linc Davis

Hi all, having the same problems.. Hope someone can help.




System Version: OS X 10.10.3 (14D136)

Kernel Version: Darwin 14.3.0

Boot Mode: Normal



Model: MacBookPro9,2



Battery cycles: 1037



Battery condition: Replace Soon



System diagnostics



2015-06-22 Google Chrome spin

2015-06-22 OnyX spin

2015-06-22 OnyX spin

2015-06-22 OnyX spin

2015-06-22 OnyX spin

2015-06-22 OnyX spin

2015-06-22 OnyX spin

2015-06-22 OnyX spin

2015-06-25 Automator spin

2015-06-25 Automator spin



Kernel messages



Jun 24 14:56:49 process Google Chrome He[3560] caught causingexcessivewakeups. EXC_RESOURCEsupresseddue to audio playback

Jun 24 15:22:06 process Google Chrome He[3555] caught causingexcessivewakeups. EXC_RESOURCEsupresseddue to audio playback

Jun 24 15:28:20 wl0: Roamed or switched channel, reason #2,bssid00:fe:f4:13:1d:08, last RSSI -57

Jun 24 15:40:37 Sound assertion in AppleHDAFunctionGroup at line 1058

Jun 24 15:41:18 WARNING: hibernate_page_list_setall skipped 5514xpmappedpages

---lastmessagerepeated 1 time---

Jun 24 17:22:19 WARNING: hibernate_page_list_setall skipped 1688xpmappedpages

Jun 24 17:23:22 WARNING: hibernate_page_list_setall skipped 1688xpmappedpages

---lastmessagerepeated 2 times---

Jun 25 00:15:28 WARNING: hibernate_page_list_setall skipped 1728xpmappedpages

Jun 25 00:30:48 Sound assertion in AppleHDAFunctionGroup at line 1058

Jun 25 00:30:55 WARNING: hibernate_page_list_setall skipped 1728xpmappedpages

Jun 25 01:18:35 wl0: Roamed or switched channel, reason #2,bssid00:fe:f4:13:1d:08, last RSSI -75

Jun 25 01:20:22 WARNING: hibernate_page_list_setall skipped 8826xpmappedpages

Jun 25 09:39:01 wl0: Roamed or switched channel, reason #2,bssid00:fe:f4:13:1d:08, last RSSI -67

Jun 25 10:22:47 process Google Chrome He[4044] caught causingexcessivewakeups. EXC_RESOURCEsupresseddue to audio playback

Jun 25 11:22:16 WARNING: hibernate_page_list_setall skipped 8826xpmappedpages

Jun 25 11:22:48 WARNING: hibernate_page_list_setall skipped 9770xpmappedpages

Jun 25 13:13:41 WARNING: hibernate_page_list_setall skipped 9770xpmappedpages

Jun 25 13:14:11 WARNING: hibernate_page_list_setall skipped 9921xpmappedpages

Jun 25 14:36:12 WARNING: hibernate_page_list_setall skipped 9921xpmappedpages

Jun 25 14:36:44 WARNING: hibernate_page_list_setall skipped 5807xpmappedpages

Jun 25 14:46:01 ### ERROR:opCode= 0x0406 (Disconnect) -- send request failed (err=0xE00002EB (kIOReturnAborted))

Jun 25 16:03:44 process Google Chrome He[4624] caught causingexcessivewakeups. EXC_RESOURCEsupresseddue to audio playback

Jun 25 16:24:28 SIOCPROTODETACH_IN6: utun0 error=6



Extrinsic daemons



com.macpaw.CleanMyMac3.Agent

com.oracle.java.JavaUpdateHelper

com.microsoft.office.licensing.helper

com.oracle.java.Helper-Tool

com.rockysandstudio.WUHelper

net.sourceforge.MonolingualHelper

com.adobe.fpsaud



Extrinsic agents



com.facebook.videochat.updater

com.oracle.java.Java-Updater

com.macpaw.CleanMyMac3.Scheduler

com.google.keystone.user.agent

com.divx.update.agent

com.divx.dms.agent



launchditems



/Library/LaunchAgents/com.divx.dms.agent.plist

(com.divx.dms.agent)

/Library/LaunchAgents/com.divx.update.agent.plist

(com.divx.update.agent)

/Library/LaunchAgents/com.oracle.java.Java-Updater.plist

(com.oracle.java.Java-Updater)

/Library/LaunchDaemons/com.adobe.fpsaud.plist

(com.adobe.fpsaud)

/Library/LaunchDaemons/com.macpaw.CleanMyMac3.Agent.plist

(com.macpaw.CleanMyMac3.Agent)

/Library/LaunchDaemons/com.microsoft.office.licensing.helper.plist

(com.microsoft.office.licensing.helper)

/Library/LaunchDaemons/com.oracle.java.Helper-Tool.plist

(com.oracle.java.Helper-Tool)

/Library/LaunchDaemons/com.oracle.java.JavaUpdateHelper.plist

(com.oracle.java.JavaUpdateHelper)

/Library/LaunchDaemons/com.rockysandstudio.WUHelper.plist

(com.rockysandstudio.WUHelper)

/Library/LaunchDaemons/net.sourceforge.MonolingualHelper.plist

(net.sourceforge.MonolingualHelper)

Library/LaunchAgents/com.apple.FolderActions.enabled.plist

(com.apple.FolderActions.enabled)

Library/LaunchAgents/com.apple.FolderActions.folders.plist

(com.apple.FolderActions.folders)

Library/LaunchAgents/com.facebook.videochat.plist

(com.facebook.videochat.updater)

Library/LaunchAgents/com.google.keystone.agent.plist

(com.google.keystone.user.agent)

Library/LaunchAgents/com.macpaw.CleanMyMac3.Scheduler.plist

(com.macpaw.CleanMyMac3.Scheduler)



Extrinsicloadablebundles



/System/Library/Extensions/JMicronATA.kext

(com.jmicron.JMicronATA)

/Library/Internet Plug-Ins/DirectorShockwave.plugin

(com.adobe.shockwave.pluginshim)

/Library/Internet Plug-Ins/DivX Web Player.plugin

(com.divx.DivXWebPlayer)

/Library/Internet Plug-Ins/Flash Player.plugin

(com.macromedia.Flash Player.plugin)

/Library/Internet Plug-Ins/JavaAppletPlugin.plugin

(com.oracle.java.JavaAppletPlugin)

/Library/Internet Plug-Ins/OVSHelper.plugin

(com.divx.OVSHelper)

/Library/Internet Plug-Ins/SharePointBrowserPlugin.plugin

(com.microsoft.sharepoint.browserplugin)

/Library/Internet Plug-Ins/SharePointWebKitPlugin.webplugin

(com.microsoft.sharepoint.webkitplugin)

/Library/Internet Plug-Ins/Unity Web Player.plugin

(com.unity.UnityWebPlayer)

/Library/PreferencePanes/Flash Player.prefPane

(com.adobe.flashplayerpreferences)

/Library/PreferencePanes/JavaControlPanel.prefPane

(com.oracle.java.JavaControlPanel)

Library/Address Book Plug-Ins/SkypeABDialer.bundle

(com.skype.skypeabdialer)

Library/Address Book Plug-Ins/SkypeABSMS.bundle

(com.skype.skypeabsms)

Library/Internet Plug-Ins/FacebookVideoCalling.bundle

(com.skype.FacebookVideoCalling)

Library/Internet Plug-Ins/Google Earth Web Plug-in.plugin

(com.Google.GoogleEarthPlugin.plugin)



Profiles: 1



User login items



CleanMyMac3 Menu



Safari extensions



Searchme

Ebay Shopping Assistant

Amazon Shopping Assistant



Restricted user files: 445



Elapsed time (s): 164

Jul 27, 2015 10:16 PM in response to BertieDaniels17

Hi, if someone could look through my diagnostics, that would be great!


System Version: OS X 10.9.5 (13F1096)

Kernel Version: Darwin 13.4.0

Boot Mode: Normal



Model: MacBookPro8,1



Battery cycles: 1095



USB



USB Receiver (Logitech Inc.)



System diagnostics



2015-06-29 com.apple.WebKit.Plugin.64 spin

2015-06-29 com.apple.WebKit.Plugin.64 spin

2015-06-29 com.apple.WebKit.Plugin.64 spin

2015-06-29 com.apple.WebKit.Plugin.64 spin

2015-06-29 com.apple.WebKit.Plugin.64 spin

2015-06-29 com.apple.WebKit.WebContent spin

2015-07-28 FileStatsAgent,launchd shutdownStall

2015-07-28 PluginProcess spin

2015-07-28 com.oracle.java.JavaUpdateHelper,coresymbolicatio,CVMCompiler,CV shutdownStall

2015-07-28 uTorrent hang



User diagnostics



2015-07-01 cookied crash

2015-07-11 com.apple.WebKit.Plugin.64 crash

2015-07-28 PluginProcess crash



Kernel messages



Jul 22 00:00:01 wl0: Roamed or switched channel, reason #8, bssid a0:63:91:7a:fe:96

Jul 22 00:25:20 wl0: Roamed or switched channel, reason #1, bssid b8:8d:12:5e:14:37

Jul 22 00:25:26 wl0: Roamed or switched channel, reason #8, bssid b8:8d:12:5e:14:37

--- last message repeated 1 time ---

Jul 22 01:27:19 wl0: Roamed or switched channel, reason #1, bssid b8:8d:12:5e:14:37

Jul 22 01:27:28 wl0: Roamed or switched channel, reason #8, bssid b8:8d:12:5e:14:37

--- last message repeated 1 time ---

Jul 22 01:37:44 wl0: Roamed or switched channel, reason #8, bssid a0:63:91:7a:fe:96

--- last message repeated 1 time ---

Jul 22 02:01:19 WARNING: hibernate_page_list_setall skipped 36133 xpmapped pages

Jul 22 11:06:15 wl0: Roamed or switched channel, reason #8, bssid a0:63:91:7a:fe:96

--- last message repeated 1 time ---

Jul 22 15:40:04 WARNING: hibernate_page_list_setall skipped 36133 xpmapped pages

Jul 27 23:52:46 WARNING: hibernate_page_list_setall skipped 113352 xpmapped pages

Jul 27 23:52:46 Previous Shutdown Cause: -60

Jul 27 23:52:53 IOAudioStream[0xffffff800ea02e00]::clipIfNecessary() - Error: attempting to clip to a position more than one buffer ahead of last clip position (19,2e2c)->(1b,bb4).

Jul 27 23:53:54 wl0: Roamed or switched channel, reason #8, bssid a0:63:91:7a:fe:96

Jul 27 23:56:39 IOAudioStream[0xffffff800ea02e00]::clipIfNecessary() - Error: attempting to clip to a position more than one buffer ahead of last clip position (345,2510)->(347,984).

Jul 28 00:22:58 wl0: Roamed or switched channel, reason #8, bssid a0:63:91:7a:fe:96

Jul 28 00:24:12 Sound assertion in AppleHDAFunctionGroup at line 1057

Jul 28 00:37:51 process PluginProcess[1064] caught causing excessive wakeups. Observed wakeups rate (per sec): 675; Maximum permitted wakeups rate (per sec): 150; Observation period: 300 seconds; Task lifetime number of wakeups: 45001

Jul 28 00:46:49 Previous Shutdown Cause: -60

Jul 28 00:48:25 wl0: Roamed or switched channel, reason #8, bssid a0:63:91:7a:fe:96

--- last message repeated 1 time ---



Extrinsic daemons



com.vsearch.helper

com.oracle.java.JavaUpdateHelper

com.oracle.java.Helper-Tool

com.microsoft.office.licensing.helper

com.google.keystone.daemon

com.adobe.fpsaud



Extrinsic agents



com.oracle.java.Java-Updater

com.hp.productresearch

com.google.keystone.system.agent



launchd items



/Library/LaunchAgents/com.google.keystone.agent.plist

(com.google.keystone.system.agent)

/Library/LaunchAgents/com.hp.productresearch.plist

(com.hp.productresearch)

/Library/LaunchAgents/com.oracle.java.Java-Updater.plist

(com.oracle.java.Java-Updater)

/Library/LaunchDaemons/com.adobe.fpsaud.plist

(com.adobe.fpsaud)

/Library/LaunchDaemons/com.google.keystone.daemon.plist

(com.google.keystone.daemon)

/Library/LaunchDaemons/com.microsoft.office.licensing.helper.plist

(com.microsoft.office.licensing.helper)

/Library/LaunchDaemons/com.oracle.java.Helper-Tool.plist

(com.oracle.java.Helper-Tool)

/Library/LaunchDaemons/com.oracle.java.JavaUpdateHelper.plist

(com.oracle.java.JavaUpdateHelper)

/Library/LaunchDaemons/com.vsearch.daemon.plist

(com.vsearch.daemon)

/Library/LaunchDaemons/com.vsearch.helper.plist

(com.vsearch.helper)



Startup items



/Library/StartupItems/ProTec6b/DemoOver

/Library/StartupItems/ProTec6b/Nalpeirond6b

/Library/StartupItems/ProTec6b/ProTec6b

/Library/StartupItems/ProTec6b/StartupParameters.plist



Extrinsic loadable bundles



/Library/Internet Plug-Ins/Flash Player.plugin

(com.macromedia.Flash Player.plugin)

/Library/Internet Plug-Ins/googletalkbrowserplugin.plugin

(com.google.googletalkbrowserplugin)

/Library/Internet Plug-Ins/JavaAppletPlugin.plugin

(com.oracle.java.JavaAppletPlugin)

/Library/Internet Plug-Ins/o1dbrowserplugin.plugin

(com.google.o1dbrowserplugin)

/Library/Internet Plug-Ins/OfficeLiveBrowserPlugin.plugin

(com.microsoft.officelive.browserplugin)

/Library/Internet Plug-Ins/SharePointBrowserPlugin.plugin

(com.microsoft.sharepoint.browserplugin)

/Library/Internet Plug-Ins/SharePointWebKitPlugin.webplugin

(com.microsoft.sharepoint.webkitplugin)

/Library/Internet Plug-Ins/Silverlight.plugin

(com.microsoft.SilverlightPlugin)

/Library/PreferencePanes/Flash Player.prefPane

(com.adobe.flashplayerpreferences)

/Library/PreferencePanes/JavaControlPanel.prefPane

(com.oracle.java.JavaControlPanel)

Library/Address Book Plug-Ins/SkypeABDialer.bundle

(com.skype.skypeabdialer)

Library/Address Book Plug-Ins/SkypeABSMS.bundle

(com.skype.skypeabsms)



Proxies



ProxyAutoConfigEnable : 1

ProxyAutoConfigURLString : https://mediahint.com/default.pac



Profiles: 2



Safari extensions



extension



Restricted user files: 6477



Font problems: 41



Elapsed time (s): 446

Sep 28, 2015 8:28 PM in response to Linc Davis

This is my output:

System Version: OS X 10.10.5 (14F27)

Kernel Version: Darwin 14.5.0

Boot Mode: Normal



Model: MacBookPro8,1



RAM details



BANK 0/DIMM0:



Size: 8 GB

Speed: 1333 MHz

Status: OK

Manufacturer: 0x0198



BANK 1/DIMM0:



Size: 8 GB

Speed: 1333 MHz

Status: OK

Manufacturer: 0x0198



Battery cycles: 583



USB



USB to ATA/ATAPI Bridge (JMicron Technology Corp.)

USB to ATA/ATAPI bridge (JMicron Technology Corp.)



User diagnostics



2015-09-02 cloudd crash

2015-09-06 cloudd crash

2015-09-06 quicklookd crash

2015-09-14 CallHistoryPluginHelper crash

2015-09-17 cloudd crash

2015-09-20 quicklookd crash



Kernel messages



Sep 24 18:11:14 Over-release of kernel-internal importance assertions for pid 184 (networkd), dropping 1 assertion(s) but task only has 35 remaining (35 external).

Sep 24 19:12:53 IOAudioStream[0xffffff802e3b2e00]::clipIfNecessary() - Error: counted 1 clip more than one buffer ahead errors.

Sep 24 20:16:21 Over-release of kernel-internal importance assertions for pid 272 (cfprefsd), dropping 1 assertion(s) but task only has 0 remaining (0 external).

Sep 24 22:12:25 Over-release of kernel-internal importance assertions for pid 80 (launchservicesd), dropping 1 assertion(s) but task only has 0 remaining (0 external).

Sep 25 03:24:53 process_svrmsg_items: disabling svrmsg notify, error: 60

Sep 25 08:19:42 IOAudioStream[0xffffff802e3b2e00]::clipIfNecessary() - Error: counted 1 clip more than one buffer ahead errors.

--- last message repeated 1 time ---

Sep 26 07:01:22 Over-release of kernel-internal importance assertions for pid 6674 (icbaccountsd), dropping 1 assertion(s) but task only has 0 remaining (0 external).

Sep 26 19:37:21 Over-release of kernel-internal importance assertions for pid 39 (syslogd), dropping 1 assertion(s) but task only has 1 remaining (1 external).

Sep 27 09:12:12 process Transmission[5905] thread 864291 caught burning CPU!; EXC_RESOURCE supressed due to audio playback

Sep 27 17:05:16 jnl: disk3s3: write_journal_header: error writing the journal header!

Sep 27 17:05:16 jnl: disk3s2: write_journal_header: error writing the journal header!

Sep 27 17:18:23 Over-release of kernel-internal importance assertions for pid 129 (cfprefsd), dropping 1 assertion(s) but task only has 0 remaining (0 external).

Sep 27 20:57:12 *IOAHCIBlockStorageDriver::DetermineDeviceFeatures - !!!!! WARNING !!!!! - Force Data Set Management is set

Sep 27 21:14:11 wl0: Roamed or switched channel, reason #4, bssid e8:8d:28:5c:00:b3

Sep 27 21:14:52 wl0: Roamed or switched channel, reason #8, bssid e8:8d:28:5c:00:b3

Sep 27 21:22:41 AFP_VFS afpfs_DoReconnect: Max reconnect time: 30 secs, Connect timeout: 15 secs for /Volumes/admin

Sep 27 21:22:44 wl0: Roamed or switched channel, reason #4, bssid e8:8d:28:5c:00:b3

--- last message repeated 1 time ---

Sep 27 21:39:22 wl0: Roamed or switched channel, reason #8, bssid e8:8d:28:5c:00:b3

--- last message repeated 1 time ---

Sep 27 21:41:08 MacAuthEvent en1 Auth result for: 00:1b:63:2b:0e:9f Auth timed out

Sep 27 21:41:29 MacAuthEvent en1 Auth result for: e8:8d:28:5c:00:b3 Auth timed out

Sep 27 21:41:47 wl0: Roamed or switched channel, reason #2, bssid e8:8d:28:5c:00:b3

Sep 28 14:54:48 process_svrmsg_items: disabling svrmsg notify, error: 60



Loaded extrinsic kernel extensions



com.sektioneins.driver.SUIDGuardNG (1.0.6)

com.protech.NoSleep (1.4.0)

com.Cycling74.driver.Soundflower (1.6.6)

net.telestream.driver.TelestreamAudio (1.0.5)

com.globaldelight.driver.BoomDevice (1.3)

com.taoeffect.ispy.kext (2.0.1)

com.logmein.hamachi (1.0)



Extrinsic daemons



com.adobe.versioncueCS3

com.taoeffect.ispyd

org.gpgtools.gpgmail.uuid-patcher

com.barebones.authd

org.cindori.SenseiTool

com.splashtop.streamer-daemon

com.microsoft.office.licensing.helper

com.oracle.java.Helper-Tool

com.wibu.CodeMeter.Server

com.logmein.hamachi

com.splashtop.streamer-srioframebuffer

com.adobe.fpsaud

com.bombich.ccchelper

com.bombich.ccc



Extrinsic agents



org.gpgtools.macgpg2.shutdown-gpg-agent

org.gpgtools.macgpg2.updater

com.globaldelight.BoomDaemon

com.splashtop.streamer-for-user

org.gpgtools.gpgmail.updater

uk.co.markallan.clamxav.freshclam

com.wacom.wacomtablet

org.gpgtools.gpgmail.user-uuid-patcher

org.gpgtools.gpgmail.enable-bundles

2BUA8C4S2C.com.agilebits.onepassword-osx-helper

com.oracle.java.Java-Updater

com.victorpimentel.TVShowsHelper

com.google.keystone.user.agent

org.gpgtools.macgpg2.fix

org.gpgtools.Libmacgpg.xpc



launchd items



/Library/LaunchAgents/com.adobe.AAM.Updater-1.0.plist

(com.adobe.AAM.Startup-1.0)

/Library/LaunchAgents/com.cooliris.SetLaunchArch.plist

(com.cooliris.SetLaunchArch)

/Library/LaunchAgents/com.oracle.java.Java-Updater.plist

(com.oracle.java.Java-Updater)

/Library/LaunchAgents/com.splashtop.streamer-for-root.plist

(com.splashtop.streamer-for-root)

/Library/LaunchAgents/com.splashtop.streamer-for-user.plist

(com.splashtop.streamer-for-user)

/Library/LaunchAgents/com.teamviewer.teamviewer.plist

(com.teamviewer.teamviewer)

/Library/LaunchAgents/com.teamviewer.teamviewer_desktop.plist

(com.teamviewer.desktop)

/Library/LaunchAgents/com.wacom.wacomtablet.plist

(com.wacom.wacomtablet)

/Library/LaunchAgents/org.gpgtools.gpgmail.enable-bundles.plist

(org.gpgtools.gpgmail.enable-bundles)

/Library/LaunchAgents/org.gpgtools.gpgmail.patch-uuid-user.plist

(org.gpgtools.gpgmail.user-uuid-patcher)

/Library/LaunchAgents/org.gpgtools.gpgmail.updater.plist

(org.gpgtools.gpgmail.updater)

/Library/LaunchAgents/org.gpgtools.Libmacgpg.xpc.plist

(org.gpgtools.Libmacgpg.xpc)

/Library/LaunchAgents/org.gpgtools.macgpg2.fix.plist

(org.gpgtools.macgpg2.fix)

/Library/LaunchAgents/org.gpgtools.macgpg2.shutdown-gpg-agent.plist

(org.gpgtools.macgpg2.shutdown-gpg-agent)

/Library/LaunchAgents/org.gpgtools.macgpg2.updater.plist

(org.gpgtools.macgpg2.updater)

/Library/LaunchDaemons/com.adobe.fpsaud.plist

(com.adobe.fpsaud)

/Library/LaunchDaemons/com.adobe.versioncueCS3.plist

(com.adobe.versioncueCS3)

/Library/LaunchDaemons/com.apple.aelwriter.plist

(com.apple.aelwriter)

/Library/LaunchDaemons/com.barebones.authd.plist

(com.barebones.authd)

/Library/LaunchDaemons/com.bombich.ccc.plist

(com.bombich.ccc)

/Library/LaunchDaemons/com.bombich.ccchelper.plist

(com.bombich.ccchelper)

/Library/LaunchDaemons/com.logmein.hamachi.plist

(com.logmein.hamachi)

/Library/LaunchDaemons/com.microsoft.office.licensing.helper.plist

(com.microsoft.office.licensing.helper)

/Library/LaunchDaemons/com.oracle.java.Helper-Tool.plist

(com.oracle.java.Helper-Tool)

/Library/LaunchDaemons/com.plex.plexconnect.auto.plist

(com.plex.plexconect.auto.plist)

/Library/LaunchDaemons/com.splashtop.streamer-daemon.plist

(com.splashtop.streamer-daemon)

/Library/LaunchDaemons/com.splashtop.streamer-srioframebuffer.plist

(com.splashtop.streamer-srioframebuffer)

/Library/LaunchDaemons/com.taoeffect.ispyd.plist

(com.taoeffect.ispyd)

/Library/LaunchDaemons/com.teamviewer.teamviewer_service.plist

(com.teamviewer.service)

/Library/LaunchDaemons/org.cindori.SenseiTool.plist

(org.cindori.SenseiTool)

/Library/LaunchDaemons/org.gpgtools.gpgmail.patch-uuid.plist

(org.gpgtools.gpgmail.uuid-patcher)

Library/LaunchAgents/com.google.keystone.agent.plist

(com.google.keystone.user.agent)

Library/LaunchAgents/com.splashtop.streamer-for-user.plist

(com.splashtop.streamer-for-user)

Library/LaunchAgents/com.victorpimentel.TVShowsHelper.plist

(com.victorpimentel.TVShowsHelper)

Library/LaunchAgents/uk.co.markallan.clamxav.freshclam.plist

(uk.co.markallan.clamxav.freshclam)



Startup items



/Library/StartupItems/360ControlDaemon/360ControlDaemon

/Library/StartupItems/360ControlDaemon/360Daemon

/Library/StartupItems/360ControlDaemon/StartupParameters.plist

/Library/StartupItems/M-Audio Firmware Loader/M-Audio Firmware Loader

/Library/StartupItems/Parallels/Parallels

/Library/StartupItems/Parallels/pvsnatd

/Library/StartupItems/Parallels/Pvsvnic.kext/Contents/Info.plist

/Library/StartupItems/ParallelsTransporter/llipd

/Library/StartupItems/ParallelsTransporter/ParallelsTransporter



Extrinsic loadable bundles



/System/Library/Extensions/360Controller.kext

(com.mice.driver.Xbox360Controller)

/System/Library/Extensions/BJUSBMP.kext

(jp.co.canon.bj.kext.BJUSBMP)

/System/Library/Extensions/CmUSBMassStorage.kext

(com.wibu.codemeter.CmUSBMassStorage)

/System/Library/Extensions/ConnectUSB.kext

(com.parallels.kext.ConnectUSB)

/System/Library/Extensions/hypervisor.kext

(com.parallels.kext.hypervisor)

/System/Library/Extensions/iSpy.kext

(com.taoeffect.ispy.kext)

/System/Library/Extensions/JMicronATA.kext

(com.jmicron.JMicronATA)

/System/Library/Extensions/NIUSBAudio2DJ.kext

(com.caiaq.driver.NIUSBAudio2DJDriver)

/System/Library/Extensions/NIUSBAudio4DJ.kext

(com.caiaq.driver.NIUSBAudio4DJDriver)

/System/Library/Extensions/NIUSBAudioDriver.kext

(com.caiaq.driver.NIUSBHardwareDriver)

/System/Library/Extensions/NIUSBTraktorKontrolX1.kext

(com.caiaq.driver.NIUSBTraktorKontrolX1Driver)

/System/Library/Extensions/NoSleep.kext

(com.protech.NoSleep)

/System/Library/Extensions/NovationUSBAudio.kext

(com.novationmusic.driver.usb.audio)

/System/Library/Extensions/NumarkNS6Audio.kext

(com.numark.ns6.usb)

/System/Library/Extensions/NumarkNS7Audio.kext

(com.numark.ns7.usb)

/System/Library/Extensions/NumarkV7Audio.kext

(com.numark.v7.usb)

/System/Library/Extensions/Pvsnet.kext

(com.parallels.kext.Pvsnet)

/System/Library/Extensions/Soundflower.kext

(com.Cycling74.driver.Soundflower)

/System/Library/Extensions/SRXDisplayCard.kext

(com.splashtop.driver.SRXDisplayCard)

/System/Library/Extensions/SRXFrameBufferConnector.kext

(com.splashtop.driver.SRXFrameBufferConnector)

/System/Library/Extensions/TabletDriverCFPlugin.bundle

(No bundle ID)

/System/Library/Extensions/TelestreamAudio.kext

(net.telestream.driver.TelestreamAudio)

/System/Library/Extensions/vmmain.kext

(com.parallels.kext.vmmain)

/System/Library/Extensions/Wacom Tablet.kext

(com.wacom.kext.wacomtablet)

/System/Library/Extensions/Wireless360Controller.kext

(com.mice.driver.Wireless360Controller)

/System/Library/Extensions/WirelessGamingReceiver.kext

(com.mice.driver.WirelessGamingReceiver)

/System/Library/Extensions/XONE_DX.kext

(com.ploytec.xonedx.usb)

/Library/Audio/MIDI Drivers/M-Audio USB Support.plugin

(com.midiman.plugin.MIDISportLike)

/Library/Audio/MIDI Drivers/NIUSBMIDIDriver.plugin

(No bundle ID)

/Library/Audio/MIDI Drivers/NIUSBTraktorKontrolX1MIDIDriver.plugin

(No bundle ID)

/Library/Audio/MIDI Drivers/NovationUSBMIDIDriver.plugin

(com.novationmusic.driver.usb.midi)

/Library/Audio/MIDI Drivers/Numark NS6 MIDI Driver.plugin

(com.numark.ns6.midi)

/Library/Audio/MIDI Drivers/Numark NS7 MIDI Driver.plugin

(com.numark.ns7.midi)

/Library/Audio/MIDI Drivers/Numark V7 MIDI Driver.plugin

(com.numark.v7.midi)

/Library/Audio/MIDI Drivers/XONE_DX MIDI Driver.plugin

(com.ploytec.xonedx.midi)

/Library/Audio/Plug-Ins/Components/Flip4Mac WMA Import.component

(net.telestream.wmv.import.audio)

/Library/Audio/Plug-Ins/HAL/NumarkNS6AudioHAL.plugin

(com.numark.ns6.hal)

/Library/Audio/Plug-Ins/HAL/NumarkNS7AudioHAL.plugin

(com.numark.ns7.hal)

/Library/Audio/Plug-Ins/HAL/NumarkV7AudioHAL.plugin

(com.numark.V7.hal)

/Library/Audio/Plug-Ins/HAL/XONE_DX.plugin

(com.ploytec.xonedx.hal)

/Library/Extensions/BoomDevice.kext

(com.globaldelight.driver.BoomDevice)

/Library/Extensions/ham.kext

(com.logmein.hamachi)

/Library/Extensions/SUIDGuardNG.kext

(com.sektioneins.driver.SUIDGuardNG)

/Library/Extensions/TrimEnabler.kext

(org.cindori.TrimEnabler)

/Library/InputManagers/Cooliris/Cooliris.bundle

(com.cooliris.safariplugin)

/Library/Internet Plug-Ins/CoolirisWebKitPlugin.plugin

(com.cooliris.webkitplugin)

/Library/Internet Plug-Ins/DirectorShockwave.plugin

(com.adobe.shockwave.pluginshim)

/Library/Internet Plug-Ins/Flash Player.plugin

(com.macromedia.Flash Player.plugin)

/Library/Internet Plug-Ins/Flip4Mac WMV Plugin.plugin

(net.telestream.wmv.plugin)

/Library/Internet Plug-Ins/iPhotoPhotocast.plugin

(com.apple.plugin.iPhotoPhotocast)

/Library/Internet Plug-Ins/JavaAppletPlugin.plugin

(com.oracle.java.JavaAppletPlugin)

/Library/Internet Plug-Ins/nplastpass.plugin

(com.lastpass.nplastpass)

/Library/Internet Plug-Ins/nppanda3d.plugin

(org.panda3d.nppanda3d)

/Library/Internet Plug-Ins/QuakeLivePlugin.plugin

(com.idsoftware.QuakeLivePlugin)

/Library/Internet Plug-Ins/RealPlayer Plugin.plugin

(com.RealNetworks.RealPlayerPlugin)

/Library/Internet Plug-Ins/SharePointBrowserPlugin.plugin

(com.microsoft.sharepoint.browserplugin)

/Library/Internet Plug-Ins/SharePointWebKitPlugin.webplugin

(com.microsoft.sharepoint.webkitplugin)

/Library/Internet Plug-Ins/Silverlight.plugin

(com.microsoft.SilverlightPlugin)

/Library/Internet Plug-Ins/ToontownBundleManager.plugin

(com.go.disney.premiumcontent.toontownbundlemanagerplugin)

/Library/Internet Plug-Ins/Unity Web Player.plugin

(com.unity.UnityWebPlayer)

/Library/Internet Plug-Ins/WacomNetscape.plugin

(com.wacom.tabletplugin)

/Library/Internet Plug-Ins/WacomSafari.plugin

(com.wacom.safaritabletplugin)

/Library/Mail/Bundles/GPGMail.mailbundle

(org.gpgtools.gpgmail)

/Library/PreferencePanes/Flash Player.prefPane

(com.adobe.flashplayerpreferences)

/Library/PreferencePanes/Flip4Mac WMV.prefPane

(net.telestream.wmv.prefpane)

/Library/PreferencePanes/GPGPreferences.prefPane

(org.gpgtools.gpgpreferences)

/Library/PreferencePanes/JavaControlPanel.prefPane

(com.oracle.java.JavaControlPanel)

/Library/PreferencePanes/NoSleep.prefPane

(com.protech.NoSleepPref)

/Library/PreferencePanes/OSXFUSE.prefPane

(com.github.osxfuse.OSXFUSEPrefPane)

/Library/QuickTime/DivX 6 Decoder.component

(com.DivXInc.DivXDecoder)

/Library/QuickTime/Flip4Mac WMV Advanced.component

(net.telestream.wmv.advanced)

/Library/QuickTime/Flip4Mac WMV Export.component

(net.telestream.wmv.export)

/Library/QuickTime/Flip4Mac WMV Import.component

(net.telestream.wmv.import)

/Library/ScriptingAdditions/Adobe Unit Types.osax

(No bundle ID)

/Library/ScriptingAdditions/BartenderHelper.osax

(com.surteesstudios.BartenderHelper)

/Library/ScriptingAdditions/XtraFinder.osax

(com.trankynam.XtraFinder)

/Library/Services/GPGServices.service

(org.gpgtools.gpgservices)

/Library/Spotlight/FLPlugin.mdimporter

(com.vds. FLPlugIn)

Library/PreferencePanes/AppTrap.prefPane

(com.KumaranVijayan.AppTrap.prefpanel)

Library/PreferencePanes/TVShows.prefPane

(com.victorpimentel.TVShows2)

Library/Services/AppDelete.workflow

(No bundle ID)



Extrinsic shared libraries



/usr/lib/liba52.dylib

/usr/lib/libfaad.dylib

/usr/lib/libmp3lame.dylib



DNS (not

not from DHCP): 219.76.98.90



Profiles: 3



hosts



127.0.0.1 activate.adobe.com

127.0.0.1 practivate.adobe.com

127.0.0.1 ereg.adobe.com

127.0.0.1 activate.wip3.adobe.com

127.0.0.1 wip3.adobe.com

127.0.0.1 3dns-3.adobe.com

127.0.0.1 3dns-2.adobe.com

127.0.0.1 adobe-dns.adobe.com

127.0.0.1 adobe-dns-2.adobe.com

127.0.0.1 adobe-dns-3.adobe.com

127.0.0.1 ereg.wip3.adobe.com

127.0.0.1 activate-sea.adobe.com

127.0.0.1 wwis-dubc1-vip60.adobe.com

127.0.0.1 activate-sjc0.adobe.com

127.0.0.1 hl2rcv.adobe.com



Application check



com.google.GoogleDrive



Safari extensions



1Password

AdBlock

LastPass



Restricted user files: 439



Font problems: 5



Elapsed time (s): 274

Nov 17, 2015 4:18 AM in response to Linc Davis

For a while I have found that my mac book (Lap top) has been running a bit slow and over heating, and as I use it both for school and for games/fun I thought it best to face the problem... I am slightly concerned that I haven't treated my mac book correctly and that possibly I have downloaded something but when reading the terminal thingy I seem to feel a little bit better... (I don't really know most of what that text means...) If possible would be able to tell me what to do and what it's saying!... <3 <3 <3

Thank you


System Version: OS X 10.10.5 (14F27)

Kernel Version: Darwin 14.5.0

Boot Mode: Normal


Model: MacBookPro9,2


RAM details


BANK 0/DIMM0:


Size: 8 GB

Speed: 1600 MHz

Status: OK

Manufacturer: 0x04CD


BANK 1/DIMM0:


Size: 8 GB

Speed: 1600 MHz

Status: OK

Manufacturer: 0x04CD


USB


Microsoft USB Optical Mouse (Microsoft Corporation)


System diagnostics


2015-11-05 sharingd crash

2015-11-06 Unturned hang

2015-11-06 steam_osx hang

2015-11-10 CalendarAgent crash

2015-11-16 Spotify hang

2015-11-16 sharingd crash

2015-11-16 steam_osx hang

2015-11-17 Google Chrome hang

2015-11-17 Spotify hang

2015-11-17 Unturned hang


User diagnostics


2015-11-08 Unturned crash

2015-11-15 Unturned crash


Kernel messages


Nov 17 14:32:13 process Google Chrome He[12095] caught causing excessive wakeups. Observed wakeups rate (per sec): 228; Maximum permitted wakeups rate (per sec): 150; Observation period: 300 seconds; Task lifetime number of wakeups: 69970

Nov 17 14:59:41 process Google Chrome He[12125] caught causing excessive wakeups. Observed wakeups rate (per sec): 235; Maximum permitted wakeups rate (per sec): 150; Observation period: 300 seconds; Task lifetime number of wakeups: 45004

Nov 17 15:11:39 WARNING: hibernate_page_list_setall skipped 50048 xpmapped pages

Nov 17 15:12:07 WARNING: hibernate_page_list_setall skipped 58922 xpmapped pages

Nov 17 16:33:10 process Unturned[12187] thread 859578 caught burning CPU! It used more than 50% CPU (Actual recent usage: 56%) over 180 seconds. thread lifetime cpu usage 90.195195 seconds, (78.529109 user, 11.666086 system) ledger info: balance: 90001867811 credit: 90006832832 debit: 4965021 limit: 90000000000 (50%) period: 180000000000 time since last refill (ns): 158089278110

Nov 17 16:46:40 process Unturned[12214] thread 862633 caught burning CPU! It used more than 50% CPU (Actual recent usage: 66%) over 180 seconds. thread lifetime cpu usage 90.205719 seconds, (78.735213 user, 11.470506 system) ledger info: balance: 90000577027 credit: 90005288652 debit: 4711625 limit: 90000000000 (50%) period: 180000000000 time since last refill (ns): 136028771717

Nov 17 16:54:02 process Google Chrome He[12240] caught causing excessive wakeups. Observed wakeups rate (per sec): 162; Maximum permitted wakeups rate (per sec): 150; Observation period: 300 seconds; Task lifetime number of wakeups: 45001

Nov 17 17:35:00 process Unturned[12291] thread 870086 caught burning CPU! It used more than 50% CPU (Actual recent usage: 67%) over 180 seconds. thread lifetime cpu usage 90.311535 seconds, (80.320238 user, 9.991297 system) ledger info: balance: 90000019872 credit: 90002880604 debit: 2860732 limit: 90000000000 (50%) period: 180000000000 time since last refill (ns): 133708080944

Nov 17 17:47:41 process Google Chrome He[12314] caught causing excessive wakeups. Observed wakeups rate (per sec): 236; Maximum permitted wakeups rate (per sec): 150; Observation period: 300 seconds; Task lifetime number of wakeups: 45007

Nov 17 17:56:44 process Google Chrome He[12321] caught causing excessive wakeups. Observed wakeups rate (per sec): 237; Maximum permitted wakeups rate (per sec): 150; Observation period: 300 seconds; Task lifetime number of wakeups: 45001

Nov 17 18:12:56 process Google Chrome He[12332] caught causing excessive wakeups. Observed wakeups rate (per sec): 223; Maximum permitted wakeups rate (per sec): 150; Observation period: 300 seconds; Task lifetime number of wakeups: 45002

Nov 17 18:16:21 WARNING: hibernate_page_list_setall skipped 58922 xpmapped pages

Nov 17 18:16:25 WARNING: hibernate_page_list_setall skipped 63174 xpmapped pages

Nov 17 18:45:10 process Google Chrome He[12336] caught causing excessive wakeups. Observed wakeups rate (per sec): 207; Maximum permitted wakeups rate (per sec): 150; Observation period: 300 seconds; Task lifetime number of wakeups: 45006

Nov 17 19:23:54 process Unturned[12402] thread 882218 caught burning CPU! It used more than 50% CPU (Actual recent usage: 51%) over 180 seconds. thread lifetime cpu usage 90.182609 seconds, (75.918342 user, 14.264267 system) ledger info: balance: 90001042287 credit: 90006103626 debit: 5061339 limit: 90000000000 (50%) period: 180000000000 time since last refill (ns): 175068066400

Nov 17 20:22:54 WARNING: hibernate_page_list_setall skipped 63174 xpmapped pages

Nov 17 20:23:21 WARNING: hibernate_page_list_setall skipped 66526 xpmapped pages

--- last message repeated 1 time ---

Nov 17 21:16:58 WARNING: hibernate_page_list_setall skipped 66590 xpmapped pages

Nov 17 21:32:20 process Google Chrome He[12451] caught causing excessive wakeups. Observed wakeups rate (per sec): 195; Maximum permitted wakeups rate (per sec): 150; Observation period: 300 seconds; Task lifetime number of wakeups: 60269

Nov 17 22:01:11 process Google Chrome He[12504] caught causing excessive wakeups. Observed wakeups rate (per sec): 294; Maximum permitted wakeups rate (per sec): 150; Observation period: 300 seconds; Task lifetime number of wakeups: 45002

Nov 17 22:25:30 USB Sound assertion in AppleUSBAudioEngine at line 1616

Nov 17 22:25:35 [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)

--- last message repeated 1 time ---

Nov 17 22:25:36 ARPT: 65.165595: Failed to set AWDL Sync Enabled state (0), error code -25


Extrinsic daemons


com.google.keystone.daemon

com.adobe.fpsaud


Extrinsic agents


com.google.keystone.system.agent

com.valvesoftware.steamclean

com.spotify.webhelper


launchd items


/Library/LaunchAgents/com.google.keystone.agent.plist

(com.google.keystone.system.agent)

/Library/LaunchDaemons/com.adobe.fpsaud.plist

(com.adobe.fpsaud)

/Library/LaunchDaemons/com.google.keystone.daemon.plist

(com.google.keystone.daemon)

Library/LaunchAgents/com.spotify.webhelper.plist

(com.spotify.webhelper)

Library/LaunchAgents/com.valvesoftware.steamclean.plist

(com.valvesoftware.steamclean)


Extrinsic loadable bundles


/System/Library/Extensions/JMicronATA.kext

(com.jmicron.JMicronATA)

/Library/Internet Plug-Ins/Flash Player.plugin

(com.macromedia.Flash Player.plugin)

/Library/Internet Plug-Ins/Google Earth Web Plug-in.plugin

(com.Google.GoogleEarthPlugin.plugin)

/Library/Internet Plug-Ins/JavaAppletPlugin.plugin

(com.apple.java.JavaAppletPlugin)

/Library/PreferencePanes/Flash Player.prefPane

(com.adobe.flashplayerpreferences)

Library/Address Book Plug-Ins/SkypeABCaller.bundle

(com.skype.SkypeABCaller)

Library/Address Book Plug-Ins/SkypeABChatter.bundle

(com.skype.SkypeABChatter)

Library/Address Book Plug-Ins/SkypeABDialer.bundle

(com.skype.skypeabdialer)

Library/Address Book Plug-Ins/SkypeABSMS.bundle

(com.skype.skypeabsms)


Proxies


ProxyAutoConfigEnable : 1

ProxyAutoConfigURLString : http://wpad/wpad.dat

ProxyAutoDiscoveryEnable : 1


Application check


com.google.GoogleDrive


User login items


Steam


Restricted user files: 3


Elapsed time (s): 131

Macbook Pro Running Slow and Overheating, High kernel_task CPU Usage

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.