You can make a difference in the Apple Support Community!

When you sign up with your Apple Account, you can provide valuable feedback to other community members by upvoting helpful replies and User Tips.

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

kernel_task using 100% CPU

Hey guys,

my Macbook Air 2013 is two month old, and ever since I upgraded to Mavericks, kernel_task will sometimes eat up to 100% of my CPU. The system will remain usable, but battery life goes down significantly. A reboot will solve this issue for a time, so will quitting all applications in the menu bar, but some time later kernel_task will return in full force.

Things I did and checked:

  • no faulty sensor
  • hardware check
  • no overheating
  • no app seems to be directly responsible
  • SMC and NVRAM/PRAM reset
  • repaired disk permissions and repaired SSD through the recovery partition
  • not yet reinstalled Mavericks
  • no issues in safe mode, at least yet


I suspect that this is caused by some kernel extension, but I have no idea which one and how to fix that.

I have in the past installed: some fishy USB to Ethernet driver, BOOM (system wide equilizer), LaTEX and probably more things.

MacBook Air, OS X Mavericks (10.9)

Posted on Nov 3, 2013 6:30 AM

Reply
Question marked as Top-ranking reply

Posted on Nov 3, 2013 2:44 PM

Please read this whole message before doing anything.

This procedure is a diagnostic test. It won’t solve your problem. Don’t be disappointed when you find that nothing has changed after you complete it.

Third-party system modifications are a common cause of usability problems. By a “system modification,” I mean software that affects the operation of other software — potentially for the worse. The following procedure will help identify which such modifications you've installed. Don’t be alarmed by the complexity of these instructions — they’re easy to carry out and won’t change anything on your Mac.


These steps are to be taken while booted in “normal” mode, not in safe mode. If you’re now running in safe mode, reboot as usual before continuing.


Below are instructions to enter some UNIX shell commands. The commands are harmless, but they must be entered exactly as given in order to work. If you have doubts about the safety of the procedure suggested here, search this site for other discussions in which it’s been followed without any report of ill effects.


Some of the commands will line-wrap or scroll in your browser, but each one is really just a single line, all of which must be selected. You can accomplish this easily by triple-clicking anywhere in the line. The whole line will highlight, and you can then copy it. The headings “Step 1” and so on are not part of the commands.


Note: If you have more than one user account, Step 2 must be taken as an administrator. Ordinarily that would be the user created automatically when you booted the system for the first time. The other steps should be taken as the user who has the problem, if different. Most personal Macs have only one user, and in that case this paragraph doesn’t apply.


Launch the 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.


When you launch Terminal, a text window will open with a line already in it, ending either in a dollar sign (“$”) or a percent sign (“%”). If you get the percent sign, enter “sh” and press return. You should then get a new line ending in a dollar sign.


Step 1


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

kextstat -kl | awk '!/com\.apple/{printf "%s %s\n", $6, $7}' | open -ef

Copy the selected text to the Clipboard by pressing the key combination command-C. Then click anywhere in the Terminal window and paste (command-V). I've tested these instructions only with the Safari web browser. If you use another browser, you may have to press the return key after pasting. A TextEdit window will open with the output of the command. If the command produced no output, the window will be empty. Post the contents of the TextEdit window (not the Terminal window), if any — the text, please, not a screenshot. You can then close the TextEdit window. The title of the window doesn't matter, and you don't need to post that. No typing is involved in this step.

Step 2


Repeat with this line:

{ sudo launchctl list | sed 1d | awk '!/0x|com\.(apple|openssh|vix\.cron)|org\.(amav|apac|cups|isc|ntp|postf|x)/{print $3}'; echo; sudo defaults read com.apple.loginwindow LoginHook; echo; sudo crontab -l; } 2> /dev/null | open -ef

This time you'll be prompted for your login password, which you do have to type. Nothing will be displayed when you type it. Type it carefully and then press return. You may get a one-time warning to be careful. Heed that warning, but don't post it. If you see a message that your username "is not in the sudoers file," then you're not logged in as an administrator.


Note: If you don’t have a login password, you’ll need to set one before taking this step. If that’s not possible, skip to the next step.


Step 3

{ launchctl list | sed 1d | awk '!/0x|com\.apple|org\.(x|openbsd)/{print $3}'; echo; crontab -l 2> /dev/null; } | open -ef

Step 4

ls -A /e*/{cr,la,mach}* {,/}Lib*/{Ad,Compon,Ex,Fram,In,Keyb,La,Mail/Bu,P*P,Priv,Qu,Scripti,Servi,Spo,Sta}* L*/Fonts .la* 2> /dev/null | open -ef

Important: If you formerly synchronized with a MobileMe account, your me.com email address may appear in the output of the above command. If so, anonymize it before posting.


Step 5

osascript -e 'tell application "System Events" to get name of login items' | open -ef

Remember, steps 1-5 are all copy-and-paste — no typing, except your password. Also remember to post the output.


You can then quit Terminal.

73 replies

Jan 25, 2014 5:43 PM in response to kuerbiskopf

Seems to be related with AppleHDA Audio Codecs (old ones from OS10.8 work), that's why when you guys unplug the headphones the CPU level cames to normal levels. This problem is still not solved.


I've been chating with some Apple amployees about it and they say it's a Maverick's problem. I've said them that so many people is having this problem in Apple's official forums and they reccommend me to say you guys to open a "Feedback Bug Report" in Apple's website: http://www.apple.com/feedback/


They told me that in the forums where you guys explain this issue, they don't read it them all, and the worst of all, apple enginyeers don't read them. So, i reccommend you to open a Bug Report in order to let them know about this problem and giving them enough information to solve it.


Thanks

Feb 3, 2014 5:59 AM in response to Linc Davis

Step 1:

org.virtualbox.kext.VBoxDrv (4.3.4)

org.virtualbox.kext.VBoxUSB (4.3.4)

org.virtualbox.kext.VBoxNetFlt (4.3.4)

org.virtualbox.kext.VBoxNetAdp (4.3.4)


Step 2:

com.teamviewer.service

com.microsoft.office.licensing.helper

com.google.keystone.daemon

com.disc-soft.DAEMONTools.PrivilegedHelper

com.adobe.SwitchBoard

com.adobe.fpsaud


Step 3:

com.hegenberg.BetterSnapTool.26256

com.microsoft.autoupdate.fba.46672

com.microsoft.Word.912

com.wunderkinder.wunderlistdesktop.24320

jp.co.canon.cijscannerregister.6720

com.copy.agent.68320

com.getdropbox.dropbox.49312

com.evernote.EvernoteHelper

com.dayoneapp.dayone-agent

com.teamviewer.desktop

com.teamviewer.teamviewer

com.google.keystone.system.agent

com.spotify.webhelper

com.google.GoogleContactSyncAgent

com.facebook.videochat.juliapedrosa.updater

com.adobe.ARM.202f4087f2bbde52e3ac2df389f53a4f123223c9cc56a8fd83a6f7ae


Step 4:

/Library/Components:



/Library/Extensions:

ATTOCelerityFC8.kext

ATTOExpressSASHBA2.kext

ATTOExpressSASRAID2.kext

ArcMSR.kext

CalDigitHDProDrv.kext

HighPointIOP.kext

HighPointRR.kext

PromiseSTEX.kext

SoftRAID.kext



/Library/Frameworks:

AEProfiling.framework

AERegistration.framework

Adobe AIR.framework

AudioMixEngine.framework

NyxAudioAnalysis.framework

OSXFUSE.framework

PluginManager.framework

iTunesLibrary.framework



/Library/Input Methods:



/Library/Internet Plug-Ins:

AdobeExManDetect.plugin

AmazonMP3DownloaderPlugin1017287.plugin

Default Browser.plugin

DirectorShockwave.plugin

Flash Player.plugin

JavaAppletPlugin.plugin

Quartz Composer.webplugin

QuickTime Plugin.plugin

SharePointBrowserPlugin.plugin

SharePointWebKitPlugin.webplugin

Silverlight.plugin

flashplayer.xpt

googletalkbrowserplugin.plugin

npgtpo3dautoplugin.plugin

nsIQTScriptablePlugin.xpt

o1dbrowserplugin.plugin



/Library/Keyboard Layouts:



/Library/LaunchAgents:

com.adobe.AAM.Updater-1.0.plist

com.google.keystone.agent.plist

com.teamviewer.teamviewer.plist

com.teamviewer.teamviewer_desktop.plist



/Library/LaunchDaemons:

com.adobe.SwitchBoard.plist

com.adobe.fpsaud.plist

com.disc-soft.DAEMONTools.PrivilegedHelper.plist

com.google.keystone.daemon.plist

com.microsoft.office.licensing.helper.plist

com.teamviewer.teamviewer_service.plist

org.virtualbox.startup.plist



/Library/PreferencePanes:

Flash Player.prefPane

OSXFUSE.prefPane



/Library/PrivilegedHelperTools:

com.disc-soft.DAEMONTools.PrivilegedHelper

com.microsoft.office.licensing.helper



/Library/QuickLook:

iBooksAuthor.qlgenerator

iWork.qlgenerator



/Library/QuickTime:

AppleIntermediateCodec.component

AppleMPEG2Codec.component



/Library/ScriptingAdditions:

Adobe Unit Types.osax



/Library/Spotlight:

Microsoft Office.mdimporter

iBooksAuthor.mdimporter

iWork.mdimporter



/Library/StartupItems:

cma



/etc/mach_init.d:



/etc/mach_init_per_login_session.d:



/etc/mach_init_per_user.d:



Library/Address Book Plug-Ins:

SkypeABDialer.bundle

SkypeABSMS.bundle



Library/Fonts:

Soho Gothic FlipFont.ttf

SohoGothicPro-Bold.otf

SohoGothicPro-BoldItalic.otf

SohoGothicPro-ExtraBold.otf

SohoGothicPro-ExtraBoldIt.otf

SohoGothicPro-Italic.otf

SohoGothicPro-Light.otf

SohoGothicPro-LightItalic.otf

SohoGothicPro-Medium.otf

SohoGothicPro-MediumIt.otf

SohoGothicPro-Regular.otf

SohoGothicPro-Thin.otf

SohoGothicPro-ThinItalic.otf

SohoGothicPro-Ultra.otf

SohoGothicPro-UltraItalic.otf



Library/Input Methods:

.localized



Library/Internet Accounts:

V1



Library/Internet Plug-Ins:

FacebookVideoCalling.bundle



Library/Keyboard Layouts:



Library/LaunchAgents:

com.adobe.ARM.202f4087f2bbde52e3ac2df389f53a4f123223c9cc56a8fd83a6f7ae.plist

com.facebook.videochat.juliapedrosa.plist

com.google.GoogleContactSyncAgent.plist

com.spotify.webhelper.plist

org.virtualbox.vboxwebsrv.plist



Library/PreferencePanes:



Library/QuickTime:



Library/Services:

.localized


Step 5:

Citations, Dropbox, Copy

Feb 12, 2014 8:09 AM in response to kuerbiskopf

It turns out that this happens when your headphones are plugged in, then you put you MacBook into sleep then wake it up while your headphones are plugged in -- the result is kernel_task goes 100% CPU. To fix this just unplug your headphones and wait for about 10 secounds to make kernel_task come down.

The solution resource is here: http://www.youtube.com/watch?v=Q8OqdMq98j4

Feb 12, 2014 12:47 PM in response to Linc Davis

Hi Linc,


i read your post in regards to the 'KERNEL_TASK' because my macbook pro has all of a sudden had the CPU full all the time regardless of what is open, so i followed the steps and these are the results;


step 1


com.rim.driver.BlackBerryUSBDriverInt (0.0.74)

com.metakine.handsoff.driver (2.0.8)

at.obdev.nke.LittleSnitch (4050)

net.telestream.driver.TelestreamAudio (1.1.0)

com.paragon-software.filesystems.ntfs (263.1.11)



step 2


com.sec.faxdb

com.rim.BBDaemon

com.microsoft.office.licensing.helper

com.metakine.handsoff.daemon

com.macpaw.CleanMyMac2.Agent

PenCommService

com.google.keystone.daemon

com.bjango.istatmenusdaemon

com.adobe.fpsaud

at.obdev.littlesnitchd




step 3


com.SiberSystems.RoboFormIcon.77648

org.videolan.vlc.54592

com.microsoft.Word.108448

com.skype.skype.11648

org.m0k.transmission.35936

com.microsoft.autoupdate.fba.65504

OpenObject.fuspredownloader.111968

com.yourcompany.KiesAgent.56704

com.kapeli.dockview.13936

com.flexibits.fantastical.15168

com.panic.TransmitMenu.56176

com.runningwithcrayons.Alfred-2.9360

com.TechSmith.Snagit.32944

com.paragon.ntfs.trial

com.paragon.extfs.trial

com.huawei.HWPortCfg.plist

com.rim.BBLaunchAgent

com.paragon.updater

com.metakine.handsoff.agent

com.maintain.SystemEvents

com.google.keystone.system.agent

com.bjango.istatmenusagent

at.obdev.LittleSnitchUIAgent

com.spotify.webhelper

com.macpaw.CleanMyMac2Helper.trashWatcher

com.macpaw.CleanMyMac2Helper.scheduledScan

com.citrixonline.GoToMeeting.G2MUpdate

com.adobe.ARM.de23d1e3aa2d00ce38d73f10fcbdc8dcaaaf6be989610710a1ddda77

com.adobe.AAM.Scheduler-1.0



step 4


/Library/Components:


/Library/Extensions:

ATTOCelerityFC8.kext

ATTOExpressSASHBA2.kext

ATTOExpressSASRAID2.kext

ArcMSR.kext

CalDigitHDProDrv.kext

HighPointIOP.kext

HighPointRR.kext

LittleSnitch.kext

PromiseSTEX.kext

SoftRAID.kext


/Library/Frameworks:

AEProfiling.framework

AERegistration.framework

Adobe AIR.framework

AudioMixEngine.framework

MacFUSE.framework

NyxAudioAnalysis.framework

OSXFUSE.framework

PluginManager.framework

RimBlackBerryUSB.framework

XSKey.framework

iLifeFaceRecognition.framework

iLifeKit.framework

iLifePageLayout.framework

iLifeSQLAccess.framework

iLifeSlideshow.framework

iTunesLibrary.framework


/Library/Input Methods:


/Library/Internet Plug-Ins:

AdobeAAMDetect.plugin

AdobePDFViewer.plugin

AdobePDFViewerNPAPI.plugin

Default Browser.plugin

DirectorShockwave.plugin

Flash Player.plugin

JavaAppletPlugin.plugin

MeetingJoinPlugin.plugin

OfficeLiveBrowserPlugin.plugin

Quartz Composer.webplugin

QuickTime Plugin.plugin

SharePointBrowserPlugin.plugin

SharePointWebKitPlugin.webplugin

flashplayer.xpt

googletalkbrowserplugin.plugin

npgtpo3dautoplugin.plugin

nsIQTScriptablePlugin.xpt

o1dbrowserplugin.plugin


/Library/Keyboard Layouts:


/Library/LaunchAgents:

HWPortCfg.plist

at.obdev.LittleSnitchUIAgent.plist

com.adobe.AAM.Updater-1.0.plist

com.bjango.istatmenusagent.plist

com.google.keystone.agent.plist

com.maintain.LogOut.plist

com.maintain.PurgeInactiveMemory.plist

com.maintain.Restart.plist

com.maintain.ShutDown.plist

com.maintain.Sleep.plist

com.maintain.SystemEvents.plist

com.metakine.handsoff.agent.plist

com.oracle.java.Java-Updater.plist

com.paragon.updater.plist

com.rim.BBLaunchAgent.plist


/Library/LaunchDaemons:

at.obdev.littlesnitchd.plist

com.adobe.fpsaud.plist

com.apple.aelwriter.plist

com.bjango.istatmenusdaemon.plist

com.google.keystone.daemon.plist

com.livescribe.PenCommService.plist

com.macpaw.CleanMyMac2.Agent.plist

com.maintain.CocktailScheduler.plist

com.maintain.HideSpotlightMenuBarIcon.plist

com.metakine.handsoff.daemon.plist

com.microsoft.office.licensing.helper.plist

com.oracle.java.Helper-Tool.plist

com.rim.BBDaemon.plist

com.sec.faxdb.plist


/Library/PreferencePanes:

ExtFSforMacOSX.prefPane

Flash Player.prefPane

JavaControlPanel.prefPane

NTFSforMacOSX.prefPane

OSXFUSE.prefPane


/Library/PrivilegedHelperTools:

com.macpaw.CleanMyMac2.Agent

com.microsoft.office.licensing.helper


/Library/QuickLook:

iBooksAuthor.qlgenerator

iWork.qlgenerator


/Library/QuickTime:

AppleIntermediateCodec.component

AppleMPEG2Codec.component


/Library/ScriptingAdditions:

Paperless Addition.osax


/Library/Spotlight:

Microsoft Office.mdimporter

iBooksAuthor.mdimporter

iWork.mdimporter


/Library/StartupItems:

HWNetMgr

HWPortDetect

StartOuc


/etc/mach_init.d:


/etc/mach_init_per_login_session.d:


/etc/mach_init_per_user.d:


Library/Address Book Plug-Ins:

SkypeABDialer.bundle

SkypeABSMS.bundle


Library/Fonts:

Filmotype Keynote.otf

Lora-Regular.ttf


Library/Frameworks:

EWSMac-GC.framework

SamsungKiesFoundation.framework

SamsungKiesSerialPort.framework


Library/Input Methods:

.localized


Library/Internet Plug-Ins:

CitrixOnlineWebDeploymentPlugin.plugin

rf-firefox-plugin.plugin

rf-safari-plugin.webplugin


Library/Keyboard Layouts:


Library/LaunchAgents:

com.adobe.AAM.Updater-1.0.plist

com.adobe.ARM.de23d1e3aa2d00ce38d73f10fcbdc8dcaaaf6be989610710a1ddda77.plist

com.apple.FolderActions.enabled.plist

com.apple.FolderActions.folders.plist

com.citrixonline.GoToMeeting.G2MUpdate.plist

com.macpaw.CleanMyMac2Helper.scheduledScan.plist

com.macpaw.CleanMyMac2Helper.trashWatcher.plist

com.spotify.webhelper.plist


Library/PreferencePanes:

Perian.prefPane


Library/QuickTime:

AC3MovieImport.component

Perian.component


Library/ScriptingAdditions:


Library/Services:

ToastIt.service

iClipboardService.bundle




step 5


iTunesHelper, Snagit, Alfred 2, TransmitMenu, Fantastical, DockView, Livescribe AutoLaunch, Livescribe Connect AutoLaunch, KiesAgent, fuspredownloader



So my question is, the details in step 1, are these the ones taking up the most amount of RAM/CPU?


Thanks


Rick

Feb 13, 2014 10:19 PM in response to kuerbiskopf

My Mac is very slow and kernel_task has a lot of processes and take the 100% of CPU.



Hardware Information:

MacBook Pro (13-inch, Early 2011)

MacBook Pro - model: MacBookPro8,1

1 2.7 GHz Intel Core i7 CPU: 2 cores

16 GB RAM


Video Information:

Intel HD Graphics 3000 - VRAM: 512 MB


System Software:

OS X 10.9.1 (13B42) - Uptime: 0 days 3:30:31


Disk Information:

Hitachi HTS545050B9A302 disk0 : (500.11 GB)

EFI (disk0s1) <not mounted>: 209.7 MB

Macintosh HD (disk0s2) /: 438.49 GB (28.73 GB free)

Recovery HD (disk0s3) <not mounted>: 650 MB

Windows HD (disk0s4) /Volumes/Windows HD: 60.76 GB (9.59 GB free)


MATSHITADVD-R UJ-898


USB Information:

Apple Inc. FaceTime HD Camera (Built-in)


Apple Inc. Apple Internal Keyboard / Trackpad


Apple Inc. BRCM2070 Hub

Apple Inc. Bluetooth USB Host Controller


Apple Computer, Inc. IR Receiver


FireWire Information:


Thunderbolt Information:

Apple Inc. thunderbolt_bus


Kernel Extensions:

com.rim.driver.BlackBerryUSBDriverInt (0.0.74)

com.iospirit.driver.rbiokithelper (1.21 - SDK 10.6)

com.Cycling74.driver.Soundflower (1.5.1)

com.techsmith.TACC (1.0.2 - SDK 10.8)

foo.tap (1.0)

foo.tun (1.0)


Startup Items:

tap: Path: /Library/StartupItems/tap

tun: Path: /Library/StartupItems/tun


Problem System Launch Daemons:


Problem System Launch Agents:


Launch Daemons:

[System] com.adobe.fpsaud.plist 3rd-Party support link

[System] com.adobe.SwitchBoard.plist 3rd-Party support link

[System] com.github.GitHub.GHInstallCLI.plist 3rd-Party support link

[System] com.google.keystone.daemon.plist 3rd-Party support link

[System] com.iospirit.candelair.daemon.plist 3rd-Party support link

[System] com.iospirit.candelair.sync.plist 3rd-Party support link

[System] com.macpaw.CleanMyMac2.Agent.plist 3rd-Party support link

[System] com.microsoft.office.licensing.helper.plist 3rd-Party support link

[invalid] com.oracle.java.Helper-Tool.plist

[System] com.rim.BBDaemon.plist 3rd-Party support link

[System] com.teamviewer.teamviewer_service.plist 3rd-Party support link


Launch Agents:

[System] com.adobe.AAM.Updater-1.0.plist 3rd-Party support link

[System] com.amazon.sendtokindle.launcher.plist 3rd-Party support link

[System] com.canon.MFManager.plist 3rd-Party support link

[System] com.divx.dms.agent.plist 3rd-Party support link

[System] com.divx.update.agent.plist 3rd-Party support link

[System] com.google.keystone.agent.plist 3rd-Party support link

[invalid] com.oracle.java.Java-Updater.plist

[System] com.rim.BBAlbumArtCacher.plist 3rd-Party support link

[System] com.rim.BBLaunchAgent.plist 3rd-Party support link

[System] com.teamviewer.teamviewer.plist 3rd-Party support link

[System] com.teamviewer.teamviewer_desktop.plist 3rd-Party support link

[System] ConferenceRS.plist 3rd-Party support link


User Launch Agents:

[not loaded] com.adobe.AAM.Updater-1.0.plist 3rd-Party support link

[not loaded] com.facebook.videochat.[redacted].plist 3rd-Party support link

[not loaded] com.macpaw.CleanMyMac2Helper.diskSpaceWatcher.plist 3rd-Party support link

[not loaded] com.macpaw.CleanMyMac2Helper.scheduledScan.plist 3rd-Party support link

[not loaded] com.macpaw.CleanMyMac2Helper.trashWatcher.plist 3rd-Party support link

[not loaded] ws.agile.1PasswordAgent.plist 3rd-Party support link


User Login Items:

None


Internet Plug-ins:

OVSHelper: Version: 1.1 3rd-Party support link

Default Browser: Version: 537 - SDK 10.9

Google Earth Web Plug-in: Version: 6.2 3rd-Party support link

AdobePDFViewerNPAPI: Version: 10.1.6 3rd-Party support link

FlashPlayer-10.6: Version: 12.0.0.44 - SDK 10.6 3rd-Party support link

DivX Web Player: Version: 3.1.0.13 - SDK 10.5 3rd-Party support link

Silverlight: Version: 5.1.20913.0 - SDK 10.6 3rd-Party support link

Flash Player: Version: 12.0.0.44 - SDK 10.6 3rd-Party support link

QuickTime Plugin: Version: 7.7.3

iPhotoPhotocast: Version: 7.0 - SDK 10.8

SharePointBrowserPlugin: Version: 14.1.0 3rd-Party support link

AdobePDFViewer: Version: 10.1.6 3rd-Party support link

JavaAppletPlugin: Version: 14.9.0 - SDK 10.7 Outdated! Update


Audio Plug-ins:

BluetoothAudioPlugIn: Version: 1.0 - SDK 10.9

AirPlay: Version: 1.9 - SDK 10.9

AppleAVBAudio: Version: 2.0.0 - SDK 10.9

iSightAudio: Version: 7.7.3 - SDK 10.9


User Internet Plug-ins:

CitrixOnlineWebDeploymentPlugin: Version: 1.0.105 3rd-Party support link

WebEx64: Version: 1.0 - SDK 10.6 3rd-Party support link


3rd Party Preference Panes:

Flash Player 3rd-Party support link

FUSE for OS X (OSXFUSE) 3rd-Party support link

Growl 3rd-Party support link

MacFUSE 3rd-Party support link

Perian 3rd-Party support link

Tuxera NTFS 3rd-Party support link


Bad Fonts:

None


Old Applications:

CameraWindow: Version: 7.11.0.1 - SDK 10.5 3rd-Party support link

/Applications/Canon Utilities/CameraWindow/CameraWindow.app

SLLauncher: Version: 1.0 - SDK 10.5 3rd-Party support link

/Library/Application Support/Microsoft/Silverlight/OutOfBrowser/SLLauncher.app

DivX Converter: Version: 10.1.0 (Build 10.1.0.166) - SDK 10.5 3rd-Party support link

eMaps: Version: 2.7 - SDK 10.5

Celestia: Version: 1.6.1 - SDK 10.5 3rd-Party support link

DivX Player: Version: 10.1.0 (Build 11.3.0.40) - SDK 10.5 3rd-Party support link

LIMBO: Version: 1.0.0 - SDK 10.0 3rd-Party support link

iFinance: Version: 3.3.12 - SDK 10.5 3rd-Party support link

Transmit: Version: 4.1.9 - SDK 10.5 3rd-Party support link

Wondershare Video Converter: Version: 2.6.1 - SDK 10.5 3rd-Party support link

Remote Buddy: Version: 1.23 - SDK 10.4 3rd-Party support link

/Users/[redacted]/Library/Application Support/WebEx Folder/12_1324

convertpdf: Version: 1.2 - SDK 10.5 3rd-Party support link

Cisco WebEx Meetings: Version: 1304.23.2811.0 - SDK 10.5 3rd-Party support link

asannotation2: Version: 1206.25.2804.0 - SDK 10.5 3rd-Party support link

atmsupload: Version: 1209.12.2806.0 - SDK 10.5 3rd-Party support link

Wondershare Helper Compact: Version: 2.2.5.6 - SDK 10.5 3rd-Party support link

/Applications/Wondershare Helper Compact/Wondershare Helper Compact.app

/Users/[redacted]/Library/Application Support/WebEx Folder/1324

convertpdf: Version: 1.2 - SDK 10.5 3rd-Party support link

Cisco WebEx Meeting Center: Version: 1304.23.2811.0 - SDK 10.5 3rd-Party support link

asannotation2: Version: 1206.25.2804.0 - SDK 10.5 3rd-Party support link

atmsupload: Version: 1209.12.2806.0 - SDK 10.5 3rd-Party support link

/Applications/iWork '09

Microsoft AutoUpdate: Version: 2.3.5 - SDK 10.4 3rd-Party support link

/Library/Application Support/Microsoft/MAU2.0/Microsoft AutoUpdate.app

Solution Browser: Version: 1.1.5.27 - SDK 10.5 3rd-Party support link

/Applications/ConceptDraw Office 2/Solution Browser.app

/Users/[redacted]/Downloads

DVD Info X 3: Version: 3.0b5 - SDK 10.0 3rd-Party support link

Kext Wizard: Version: 3.7.3 - SDK 10.0 3rd-Party support link

/Library/Application Support/DivX

DivXUpdate: Version: 1.0 - SDK 10.5 3rd-Party support link

DivXMediaServer: Version: 10.1 - SDK 10.5 3rd-Party support link

DivXTransferWizard: Version: 10.1.0 (Build 10.1.0.102) - SDK 10.5 3rd-Party support link

DMSLaunch: Version: 1.0 - SDK 10.5 3rd-Party support link

Epson Printer Utility 4: Version: 9.11 - SDK 10.5 3rd-Party support link

/Library/Printers/EPSON/InkjetPrinter2/Utility/UT4/Epson Printer Utility 4.app


Time Machine:

Skip System Files: NO

Mobile backups: OFF

Auto backup: NO - Auto backup turned off

Volumes being backed up:

Macintosh HD: Disk size: 408.37 GB Disk used: 381.62 GB

Destinations:

Intranet [Network] (Last used)

Total size: 2

Total number of backups: 13

Oldest backup: 2013-03-26 03:54:38 +0000

Last backup: 2014-01-08 03:10:17 +0000

Size of backup disk: Excellent

Backup size 2 > (Disk size 408.37 GB X 3)

Time Machine details may not be accurate.

All volumes being backed up may not be listed.


Top Processes by CPU:

112% Dropbox

3% WindowServer

1% Google Chrome

1% launchservicesd

1% EtreCheck


Top Processes by Memory:

311 MB mds_stores

213 MB com.apple.IconServicesAgent

131 MB Finder

131 MB Dropbox

131 MB Google Chrome


Virtual Memory Information:

10.68 GB Free RAM

3.05 GB Active RAM

565 MB Inactive RAM

1.72 GB Wired RAM

697 MB Page-ins

0 B Page-outs

Feb 21, 2014 3:29 PM in response to kuerbiskopf

Greetings,

Within the past week CPU usage has been going through the roof, Kernal task at 403.mb. The other day my system shut down 16 times. I am only using 32gb HD space & have 4 gb RAM. I am contemplating going back to Snow leopard until the kinks are worked out of Mavericks. I initially thought it was because of Mavericks (still not convinced otherwise) but happy I stumbled upon this discussion. Whatever imput is appreciated.


Step 1 - NOTHING (BLANK)

Step 2 - com.parallels.vm.prl_naptd

com.sophos.updatemanager

com.rim.BBDaemon

com.parallels.desktop.launchdaemon

com.motorola-mobility.mmcfgd

com.adobe.fpsaud


Step 3 - com.rim.BBLaunchAgent

com.parallels.vm.prl_pcproxy

com.parallels.DesktopControlAgent

com.parallels.desktop.client.launch

com.motorola.motohelperUpdater

com.motorola.motohelper

com.motorola.MDMUpdaterPlist

uk.co.markallan.clamxav.freshclam

uk.co.markallan.clamxav.clamscan

com.google.keystone.user.agent


Step 4 - /Library/Components:


/Library/Extensions:

ATTOCelerityFC8.kext

ATTOExpressSASHBA2.kext

ATTOExpressSASRAID2.kext

ArcMSR.kext

CalDigitHDProDrv.kext

HighPointIOP.kext

HighPointRR.kext

PromiseSTEX.kext

SoftRAID.kext


/Library/Frameworks:

AEProfiling.framework

AERegistration.framework

AudioMixEngine.framework

EWSMac-GC.framework

EWSMac.framework

Frameworks

NyxAudioAnalysis.framework

PluginManager.framework

RIM_VSP.framework

RimBlackBerryUSB.framework

TSLicense.framework

iTunesLibrary.framework


/Library/Input Methods:


/Library/Internet Plug-Ins:

CouponPrinter-FireFox.plugin

CouponPrinter-Safari.webplugin

Default Browser.plugin

Flash Player.plugin

Google Earth Web Plug-in.plugin

JavaAppletPlugin.plugin

Quartz Composer.webplugin

QuickTime Plugin.plugin

Silverlight.plugin

flashplayer.xpt

iPhotoPhotocast.plugin

nsIQTScriptablePlugin.xpt


/Library/Keyboard Layouts:


/Library/LaunchAgents:

com.motorola.MDMUpdater.plist

com.motorola.motohelper.plist

com.motorola.motohelperUpdater.plist

com.parallels.DesktopControlAgent.plist

com.parallels.desktop.launch.plist

com.parallels.vm.prl_pcproxy.plist

com.rim.BBLaunchAgent.plist


/Library/LaunchDaemons:

com.adobe.fpsaud.plist

com.motorola-mobility.mmcfgd.plist

com.parallels.desktop.launchdaemon.plist

com.rim.BBDaemon.plist

com.sophos.updatemanager.plist


/Library/PreferencePanes:

Flash Player.prefPane


/Library/PrivilegedHelperTools:


/Library/QuickLook:

GBQLGenerator.qlgenerator

ParallelsQL.qlgenerator

iBooksAuthor.qlgenerator

iWork.qlgenerator


/Library/QuickTime:

AppleIntermediateCodec.component

AppleMPEG2Codec.component


/Library/ScriptingAdditions:


/Library/Spotlight:

GBSpotlightImporter.mdimporter

Microsoft Office.mdimporter

ParallelsMD.mdimporter

iBooksAuthor.mdimporter

iWork.mdimporter


/Library/StartupItems:


/etc/mach_init.d:


/etc/mach_init_per_login_session.d:


/etc/mach_init_per_user.d:


Library/Address Book Plug-Ins:


Library/Fonts:


Library/Frameworks:

EWSMac-GC.framework


Library/Input Methods:

.localized


Library/Internet Plug-Ins:

BrowserPlus_2.9.8.plugin


Library/Keyboard Layouts:


Library/LaunchAgents:

com.google.keystone.agent.plist

uk.co.markallan.clamxav.clamscan.plist

uk.co.markallan.clamxav.freshclam.plist


Library/PreferencePanes:

.DS_Store

BrowserPlusPrefs.prefPane


Library/Services:

WinzipAdd.workflow

WinzipEmail.workflow

WinzipUnzip.workflow


Step 5 - NOTHING (BLANK)



Thanks in advance!

John

Mar 4, 2014 2:34 PM in response to kuerbiskopf

Hi guys,


I've found a solution and it worked with me .. just follow these steps


1- Go to About This Mac

2- click on More Info

3- click on system report

4- save the model

example : Model Identifier: MacBookPro8,1

5- go to Go in the toolbar

6-click on Go To Folder

7-copy this line and paste it /System/Library/Extensions/IOPlatformPluginFamily.kext/Contents/PlugIns/ACPI_SM C_PlatformPlugin.kext/Contents/Resources/

8- find the model that you got it from step 4

9- copy and paste it on the desktop then delete from the folder

10- restart your mac

11- check now the acitivty monitor



wish that's clear .

Mar 6, 2014 11:16 AM in response to Linc Davis

I am having the same problem with kernel_task using my CPU & memory under Mavericks and my computer hanging constantly. I have tried isolating it to one of the programs I use most - Chrome, iTunes, Mail or Microsoft word for mac - but it happens even when only one of these programs is open and it doesn't seem to matter which one. I took the liberty of following the steps outlined above in the hopes someone can help me with this. Thanks.


Step 1:


com.rim.driver.BlackBerryUSBDriverInt (0.0.68)


Step 2:


com.sonos.SmbBump

com.microsoft.office.licensing.helper

com.google.keystone.daemon

com.adobe.fpsaud


Step 3:


com.microsoft.autoupdate.fba.9360

com.microsoft.Office365Service.33120

com.microsoft.Word.31888

com.google.Chrome.framework.service_process/Users/margueriteoconnell/Library/App lication_Support/Google/Chrome

com.google.GoogleTalkPluginD.82576.1F34C0B4-1A4A-4829-8C12-ED194A0EECCD

com.getdropbox.dropbox.10768

com.evernote.EvernoteHelper

com.google.keystone.system.agent

com.spotify.webhelper

com.leadertech.PowerRegister.EPS2.fa8d34509cfddcea6fdfd2f145193825

com.facebook.videochat.margueriteoconnell.updater

com.divx.agent.postinstall

com.adobe.ARM.202f4087f2bbde52e3ac2df389f53a4f123223c9cc56a8fd83a6f7ae



Step 4:


/Library/Components:


/Library/Extensions:

ATTOCelerityFC8.kext

ATTOExpressSASHBA2.kext


ATTOExpressSASRAID2.kext

ArcMSR.kext

CalDigitHDProDrv.kext

HighPointIOP.kext

HighPointRR.kext

PromiseSTEX.kext

SoftRAID.kext


/Library/Frameworks:

AEProfiling.framework

AERegistration.framework

Adobe AIR.framework

AudioMixEngine.framework

NyxAudioAnalysis.framework

PluginManager.framework

RIM_VSP.framework

RimBlackBerryUSB.framework

TSLicense.framework

iTunesLibrary.framework


/Library/Input Methods:


/Library/Internet Plug-Ins:

AdobePDFViewer.plugin

AdobePDFViewerNPAPI.plugin

AmazonMP3DownloaderPlugin101750.plugin

Default Browser.plugin

Flash Player.plugin

Flip4Mac WMV Plugin.plugin

JavaAppletPlugin.plugin

Quartz Composer.webplugin

QuickTime Plugin.plugin

SharePointBrowserPlugin.plugin

SharePointWebKitPlugin.webplugin

disabled

ebldetect.bundle

flashplayer.xpt

googletalkbrowserplugin.plugin

npgtpo3dautoplugin.plugin

nplastpass.plugin

nsIQTScriptablePlugin.xpt

o1dbrowserplugin.plugin


/Library/Keyboard Layouts:


/Library/LaunchAgents:

com.google.keystone.agent.plist

com.sony.ReaderLibrary.RunReaderLibrary.plist


/Library/LaunchDaemons:

com.adobe.fpsaud.plist

com.google.keystone.daemon.plist

com.microsoft.office.licensing.helper.plist

com.sonos.smbbump.plist


/Library/PreferencePanes:

Flash Player.prefPane

Flip4Mac WMV.prefPane


/Library/PrivilegedHelperTools:

com.microsoft.office.licensing.helper


/Library/QuickLook:

iBooksAuthor.qlgenerator

iWork.qlgenerator


/Library/QuickTime:

AppleIntermediateCodec.component

AppleMPEG2Codec.component

Flip4Mac WMV Advanced.component

Flip4Mac WMV Export.component

Flip4Mac WMV Import.component


/Library/ScriptingAdditions:


/Library/Spotlight:

Microsoft Office.mdimporter

iBooksAuthor.mdimporter

iWork.mdimporter


/Library/StartupItems:


/etc/mach_init.d:


/etc/mach_init_per_login_session.d:


/etc/mach_init_per_user.d:


Library/Address Book Plug-Ins:

SkypeABDialer.bundle

SkypeABSMS.bundle


Library/Fonts:

BurstMyBubble.ttf

ChopinScript.otf

Damion-Regular.ttf

Elegant.ttf

Jellyka_Estrya_Handwriting.ttf

RockSalt.ttf

Snickles.ttf

Walt_Disney_Script.ttf

Windsong.ttf

angelina.TTF

carefree.ttf

stylo_.ttf

wds052801.ttf


Library/Input Methods:

.localized


Library/Internet Plug-Ins:

.DS_Store

FacebookVideoCalling.bundle


Library/Keyboard Layouts:


Library/LaunchAgents:

com.adobe.ARM.202f4087f2bbde52e3ac2df389f53a4f123223c9cc56a8fd83a6f7ae.plist

com.divx.agent.postinstall.plist

com.facebook.videochat.margueriteoconnell.plist

com.leadertech.PowerRegister.EPS2.fa8d34509cfddcea6fdfd2f145193825.plist

com.spotify.webhelper.plist


Library/PreferencePanes:

Perian.prefPane


Library/QuickTime:

AC3MovieImport.component

Perian.component


Library/Services:

image to pdf.workflow



Step 5:


Dropbox





Mar 7, 2014 10:12 AM in response to Linc Davis

Hello Linc Davis,

I hope this tread is still working. It's actually my first post here..!

I got the same problem with MBPro 15' 8GB 2013. Following your suggestions, I receive the following output; thanks in advaance for the help!


bests,

Two Socks / Due Calzini



step 1

com.displaylink.driver.DisplayLinkDriver (2.1)

com.usboverdrive.driver.hid (3.0.2)

org.virtualbox.kext.VBoxDrv (4.3.4)

org.virtualbox.kext.VBoxUSB (4.3.4)

org.virtualbox.kext.VBoxNetFlt (4.3.4)

org.virtualbox.kext.VBoxNetAdp (4.3.4)


step 2

org.macosforge.xquartz.privileged_startx

com.sierrawireless.SwitchTool

com.oracle.java.JavaUpdateHelper

com.oracle.java.Helper-Tool

com.microsoft.office.licensing.helper

com.google.keystone.daemon

com.displaylink.displaylinkmanager

com.adobe.SwitchBoard

com.adobe.fpsaud


step 3

com.adobe.Acrobat.Pro.24144

com.microsoft.autoupdate.fba.78352

com.microsoft.Word.48080

com.codeweavers.crossover

com.realnetworks.realplayerdownloaderagent.72720

com.montalcini.usboverdrivehelper.185888

com.getdropbox.dropbox.34352

com.evernote.EvernoteHelper

org.macosforge.xquartz.startx

com.oracle.java.Java-Updater

com.google.keystone.system.agent

com.displaylink.useragent

com.adobe.CS5ServiceManager

com.adobe.AAM.Startup-1.0

com.AVerMedia.AVerQuick

com.spotify.webhelper

com.adobe.ARM.930da3ce175de4e82bd3cdf1dd8571f74bd3b6a7236bc94bfc00f6e9

com.adobe.AAM.Scheduler-1.0



step 4

/Library/Components:


/Library/Extensions:

ATTOCelerityFC8.kext

ATTOExpressSASHBA2.kext

ATTOExpressSASRAID2.kext

ArcMSR.kext

CalDigitHDProDrv.kext

DisplayLinkDriver.kext

DisplayLinkEthernetDriver.kext

HighPointIOP.kext

HighPointRR.kext

PromiseSTEX.kext

SoftRAID.kext


/Library/Frameworks:

AEProfiling.framework

AERegistration.framework

Adlm.framework

Adobe AIR.framework

AquaTerm.framework

AudioMixEngine.framework

Intel_MKL.framework

MacFUSE.framework

NyxAudioAnalysis.framework

PluginManager.framework

TSLicense.framework

iLifeFaceRecognition.framework

iLifeKit.framework

iLifePageLayout.framework

iLifeSQLAccess.framework

iLifeSlideshow.framework

iTunesLibrary.framework


/Library/Input Methods:


/Library/Internet Plug-Ins:

AdobePDFViewer.plugin

Default Browser.plugin

Flash Player.plugin

Flip4Mac WMV Plugin.plugin

JavaAppletPlugin.plugin

Mathematica.plugin

OfficeLiveBrowserPlugin.plugin

Quartz Composer.webplugin

QuickTime Plugin.plugin

RealPlayer Plugin.plugin

SharePointBrowserPlugin.plugin

SharePointWebKitPlugin.webplugin

Silverlight.plugin

flashplayer.xpt

googletalkbrowserplugin.plugin

iPhotoPhotocast.plugin

npgtpo3dautoplugin.plugin

nsIQTScriptablePlugin.xpt

o1dbrowserplugin.plugin


/Library/Keyboard Layouts:


/Library/LaunchAgents:

AVerQuick.plist

com.adobe.AAM.Updater-1.0.plist

com.adobe.CS5ServiceManager.plist

com.displaylink.useragent-prelogin.plist

com.displaylink.useragent.plist

com.google.keystone.agent.plist

com.oracle.java.Java-Updater.plist

com.teamviewer.teamviewer.plist

com.teamviewer.teamviewer_desktop.plist

org.macosforge.xquartz.startx.plist


/Library/LaunchDaemons:

com.adobe.SwitchBoard.plist

com.adobe.fpsaud.plist

com.displaylink.displaylinkmanager.plist

com.google.keystone.daemon.plist

com.microsoft.office.licensing.helper.plist

com.oracle.java.Helper-Tool.plist

com.oracle.java.JavaUpdateHelper.plist

com.sierrawireless.SwitchTool.plist

com.teamviewer.teamviewer_service.plist

org.macosforge.xquartz.privileged_startx.plist

org.virtualbox.startup.plist


/Library/PreferencePanes:

Fan Control.prefPane

Flash Player.prefPane

Flip4Mac WMV.prefPane

Growl.prefPane

JavaControlPanel.prefPane

MacFUSE.prefPane

TeXDistPrefPane.prefPane

USB Overdrive.prefPane


/Library/PrivilegedHelperTools:

DisplayLink

Google Drive Icon Helper

com.microsoft.office.licensing.helper

com.oracle.java.JavaUpdateHelper


/Library/QuickLook:

GBQLGenerator.qlgenerator

iBooksAuthor.qlgenerator

iWork.qlgenerator


/Library/QuickTime:

AppleIntermediateCodec.component

AppleMPEG2Codec.component


/Library/ScriptingAdditions:

Adobe Unit Types.osax


/Library/Spotlight:

GBSpotlightImporter.mdimporter

Keynote.mdimporter

LogicPro.mdimporter

Microsoft Office.mdimporter

Numbers.mdimporter

Pages.mdimporter

Wolfram Notebook.mdimporter

iBooksAuthor.mdimporter

iWork.mdimporter


/Library/StartupItems:

FanControlDaemon

daemonic-dbus


/etc/mach_init.d:


/etc/mach_init_per_login_session.d:


/etc/mach_init_per_user.d:


Library/Address Book Plug-Ins:

AdiumAddressBookAction_AIM.scpt

AdiumAddressBookAction_ICQ.scpt

AdiumAddressBookAction_Jabber.scpt

AdiumAddressBookAction_MSN.scpt

AdiumAddressBookAction_SMS.scpt

AdiumAddressBookAction_Yahoo.scpt

SkypeABDialer.bundle

SkypeABSMS.bundle


Library/Fonts:


Library/Input Methods:

.localized


Library/Internet Plug-Ins:

CitrixOnlineWebDeploymentPlugin.plugin

Google Earth Web Plug-in.plugin

Picasa.plugin


Library/Keyboard Layouts:


Library/LaunchAgents:

com.adobe.AAM.Updater-1.0.plist

com.adobe.ARM.930da3ce175de4e82bd3cdf1dd8571f74bd3b6a7236bc94bfc00f6e9.plist

com.spotify.webhelper.plist

org.virtualbox.vboxwebsrv.plist


Library/PreferencePanes:


Library/Services:

.localized



step 5

Dropbox, USBOverdriveHelper, CrossOver CD Helper, RealPlayer Downloader Agent

Mar 24, 2014 7:43 PM in response to Linc Davis

Hi Linc Davis. I am experiencing the same problem and as you seem to be adept at solving it, was wondering if you could analyze mine as well. Thanks in advance


Step 1

nothing

Step 2

com.iobit.AMCDaemon

com.adobe.fpsaud


step 3

  1. com.microsoft.autoupdate.fba.37872
  2. com.microsoft.Office365Service.47728
  3. com.microsoft.Word.48256

org.mozilla.firefox.12000

  1. com.valvesoftware.steamclean
  2. com.google.keystone.user.agent
  3. com.valvesoftware.steam.ipctool

step 4

/Library/Components:


/Library/Extensions:

ATTOCelerityFC8.kext

ATTOExpressSASHBA2.kext

ATTOExpressSASRAID2.kext

  1. ArcMSR.kext
  2. CalDigitHDProDrv.kext
  3. HighPointIOP.kext
  4. HighPointRR.kext
  5. PromiseSTEX.kext
  6. SoftRAID.kext


/Library/Frameworks:

  1. AEProfiling.framework
  2. AERegistration.framework
  3. AudioMixEngine.framework
  4. NyxAudioAnalysis.framework
  5. PluginManager.framework
  6. iTunesLibrary.framework


/Library/Input Methods:


/Library/Internet Plug-Ins:

Default Browser.plugin

Flash Player.plugin

Quartz Composer.webplugin

QuickTime Plugin.plugin

  1. SharePointBrowserPlugin.plugin
  2. SharePointWebKitPlugin.webplugin

Unity Web Player.plugin

Unused

  1. flashplayer.xpt
  2. nsIQTScriptablePlugin.xpt


/Library/Keyboard Layouts:


/Library/LaunchAgents:


/Library/LaunchDaemons:

  1. com.adobe.fpsaud.plist
  2. com.iobit.AMCDaemon.plist


/Library/PreferencePanes:

Flash Player.prefPane


/Library/PrivilegedHelperTools:

com.microsoft.office.licensing.helper


/Library/QuickLook:

  1. iBooksAuthor.qlgenerator
  2. iWork.qlgenerator


/Library/QuickTime:

AppleIntermediateCodec.component

AppleMPEG2Codec.component


/Library/ScriptingAdditions:


/Library/Spotlight:

Microsoft Office.mdimporter

  1. iBooksAuthor.mdimporter
  2. iWork.mdimporter


/Library/StartupItems:


/etc/mach_init.d:


/etc/mach_init_per_login_session.d:


/etc/mach_init_per_user.d:


Library/Address Book Plug-Ins:

  1. SkypeABDialer.bundle
  2. SkypeABSMS.bundle


Library/Fonts:


Library/Input Methods:

.localized


Library/Internet Plug-Ins:


Library/Keyboard Layouts:


Library/LaunchAgents:

  1. com.google.keystone.agent.plist
  2. com.iobit.AMCUpdate.plist
  3. com.user.UninstallAD.plist
  4. com.valvesoftware.steamclean.plist


Library/PreferencePanes:


Library/Services:

.localized

step 5

Steam, iTunesHelper

Mar 25, 2014 7:15 AM in response to kuerbiskopf

step 1

com.motu.driver.FireWireAudio (1.6

com.digidesign.iokit.DigiDal (9.0f4)

com.paceap.kext.pacesupport.snowleopard (5.7.2)

com.eltima.ElmediaPlayer.kext (1.0)

step 2

com.paceap.pacesupport

com.sibelius.sari

com.paceap.eden.licensed

com.eltima.ElmediaPlayer.daemon

com.digidesign.fwfamily.helper

com.digidesign.elevenrack.helper

com.adobe.fpsaud

step 3

MOTU.FireWire.Cnsl.47728

com.eidac.smcFanControl2.47552

com.sony.WirelessAutoImportLauncher.agent

com.robohippo.HippoConnectAgent

com.motu.MOTULauncher

com.divx.update.agent

com.divx.dms.agent

com.spotify.webhelper

com.macpaw.CleanMyMac.trashSizeWatcher

com.macpaw.CleanMyMac.helperTool

com.google.keystone.user.agent

com.facebook.videochat.carlosfabianarcepenner.updater

com.codecm.uploader

step 4

/Library/Components:



/Library/Extensions:

ATTOCelerityFC8.kext

ATTOExpressSASHBA2.kext

ATTOExpressSASRAID2.kext

ArcMSR.kext

CalDigitHDProDrv.kext

HighPointIOP.kext

HighPointRR.kext

PromiseSTEX.kext

SoftRAID.kext



/Library/Frameworks:

AECore.framework

AEProfiling.framework

AERegistration.framework

AFnd.framework

AVCVideoServices.framework

AudioMixEngine.framework

AvidCoreServices.framework

AvidCoreThreads.framework

AvidCoreUtils.framework

AvidDigitalIO.framework

AvidMPEG2Parser.framework

AvidStorageAPI.framework

CFnd.framework

Compressor.framework

DAE.framework

DFW.framework

DHS.framework

DSI.framework

DSPManager.framework

DSPPublishing.framework

DUI.framework

DigiPlatformSupport.framework

DigiStreamManager.framework

DigidesignFWDriver.framework

DirectIO.framework

DivX Toolkit.framework

DivXInstallerUtilities.framework

FxPlug.framework

MediaServerAPI.framework

NyxAudioAnalysis.framework

PluginManager.framework

ProMetadataSupport.framework

Qmaster.framework

SystemLink.framework

XSKey.framework

iLifeFaceRecognition.framework

iLifeKit.framework

iLifePageLayout.framework

iLifeSQLAccess.framework

iLifeSlideshow.framework

iTunesLibrary.framework



/Library/Input Methods:



/Library/Internet Plug-Ins:

DFusionWebPlugin.plugin

DFusionWebPluginS64.plugin

Default Browser.plugin

DivX Web Player.plugin

Flash Player.plugin

GameTreeDM.plugin

GameTreeDM_NPAPI.plugin

JavaAppletPlugin.plugin

OVSHelper.plugin

Quartz Composer.webplugin

QuickTime Plugin.plugin

RealPlayer Plugin.plugin

Scorch.plugin

Silverlight.plugin

flashplayer.xpt

iPhotoPhotocast.plugin

nsIQTScriptablePlugin.xpt



/Library/Keyboard Layouts:



/Library/LaunchAgents:

com.divx.dms.agent.plist

com.divx.update.agent.plist

com.motu.MOTULauncher.plist

com.robohippo.HippoConnectAgent.plist

com.sony.WirelessAutoImportLauncher.agent.plist



/Library/LaunchDaemons:

PACESupport.plist

com.adobe.fpsaud.plist

com.apple.aelwriter.plist

com.apple.qmaster.qmasterd.plist

com.digidesign.elevenrack.helper.plist

com.digidesign.fwfamily.helper.plist

com.eltima.ElmediaPlayer.daemon.plist

com.paceap.eden.licensed.plist

com.robohippo.HippoConnectDaemon.plist

com.sibelius.sari.plist



/Library/PreferencePanes:

Apple Qmaster.prefPane

Digidesign Eleven Rack.prefPane

Flash Player.prefPane

Growl.prefPane

NTFSforMacOSX.prefPane

Perian.prefPane

SANE.prefPane

YAMAHA-USBMIDIPatch.prefPane



/Library/PrivilegedHelperTools:

com.sibelius.sari

licenseDaemon.app



/Library/QuickLook:

Finale.qlgenerator

iBooksAuthor.qlgenerator

iWork.qlgenerator



/Library/QuickTime:

A52Codec.component

AC3 Codec.component

AC3MovieImport.component

AppleHDVCodec.component

AppleIntermediateCodec.component

AppleMPEG2Codec.component

AppleProResCodec.component

DVCPROHDCodec.component

DVCPROHDMuxer.component

DVCPROHDVideoDigitizer.component

DVCPROHDVideoOutput.component

DVCPROHDVideoOutputClock.component

DVCPROHDVideoOutputCodec.component

DesktopVideoOut.component

DigiVout.component

DivX Decoder.component

DivX Encoder.component

FCP Uncompressed 422.component

IMXCodec.component

Perian.component



/Library/ScriptingAdditions:



/Library/Spotlight:

Finale.mdimporter

Microsoft Office.mdimporter

iBooksAuthor.mdimporter

iWork.mdimporter



/Library/StartupItems:

Digidesign Mbox 2

DigidesignLoader

HWNetMgr

HWPortDetect

PACESupport

StartOuc



/etc/mach_init.d:



/etc/mach_init_per_login_session.d:



/etc/mach_init_per_user.d:



Library/Address Book Plug-Ins:

SkypeABDialer.bundle

SkypeABSMS.bundle



Library/Fonts:



Library/Input Methods:

.localized



Library/Internet Plug-Ins:

BlueStacks Install Detector.plugin

FacebookVideoCalling.bundle



Library/Keyboard Layouts:



Library/LaunchAgents:

com.apple.FolderActions.enabled.plist

com.apple.FolderActions.folders.plist

com.codecm.uploader.plist

com.facebook.videochat.carlosfabianarcepenner.plist

com.google.keystone.agent.plist

com.macpaw.CleanMyMac.helperTool.plist

com.macpaw.CleanMyMac.trashSizeWatcher.plist

com.spotify.webhelper.plist



Library/PreferencePanes:

.DS_Store

.TZ2B9J16MQAAK

.VSNRQTP0RUAQCW7BL7

.localized

.nVcd2Zkt2tM=



Library/Services:

.localized


step 5

Last login: Tue Mar 25 09:45:39 on console

MacBook-Pro-de-Carlos-Fabian-Arce-Penner-2:~ carlosfabianarcepenner$ kextstat -kl | awk '!/com\.apple/{printf "%s %s\n", $6, $7}' | open -ef

MacBook-Pro-de-Carlos-Fabian-Arce-Penner-2:~ carlosfabianarcepenner$ { sudo launchctl list | sed 1d | awk '!/0x|com\.(apple|openssh|vix\.cron)|org\.(amav|apac|cups|isc|ntp|postf|x)/{pri nt $3}'; echo; sudo defaults read com.apple.loginwindow LoginHook; echo; sudo crontab -l; } 2> /dev/null | open -ef

Password:

MacBook-Pro-de-Carlos-Fabian-Arce-Penner-2:~ carlosfabianarcepenner$ { launchctl list | sed 1d | awk '!/0x|com\.apple|org\.(x|openbsd)/{print $3}'; echo; crontab -l 2> /dev/null; } | open -ef

MacBook-Pro-de-Carlos-Fabian-Arce-Penner-2:~ carlosfabianarcepenner$ ls -A /e*/{cr,la,mach}* {,/}Lib*/{Ad,Compon,Ex,Fram,In,Keyb,La,Mail/Bu,P*P,Priv,Qu,Scripti,Servi,Spo,St a}* L*/Fonts .la* 2> /dev/null | open -ef

MacBook-Pro-de-Carlos-Fabian-Arce-Penner-2:~ carlosfabianarcepenner$ osascript -e 'tell application "System Events" to get name of login items' | open -ef

MacBook-Pro-de-Carlos-Fabian-Arce-Penner-2:~ carlosfabianarcepenner$



step 6

uHD-Agent, smcFanControl, TotalFinder

Mar 31, 2014 4:36 PM in response to Linc Davis

Please help:


STEP 1:

blank


STEP 2:

com.microsoft.office.licensing.helper

com.adobe.fpsaud


STEP 3:

blank


STEP 4:


/Library/Components:


/Library/Extensions:

ATTOCelerityFC8.kext

ATTOExpressSASHBA2.kext

ATTOExpressSASRAID2.kext

ArcMSR.kext

CalDigitHDProDrv.kext

HighPointIOP.kext

HighPointRR.kext

PromiseSTEX.kext

SoftRAID.kext


/Library/Frameworks:

AEProfiling.framework

AERegistration.framework

AudioMixEngine.framework

NyxAudioAnalysis.framework

PluginManager.framework

TSLicense.framework

iTunesLibrary.framework


/Library/Input Methods:


/Library/Internet Plug-Ins:

Default Browser.plugin

Flash Player.plugin

Flip4Mac WMV Plugin.plugin

JavaAppletPlugin.plugin

Quartz Composer.webplugin

QuickTime Plugin.plugin

SharePointBrowserPlugin.plugin

SharePointWebKitPlugin.webplugin

Silverlight.plugin

flashplayer.xpt

nsIQTScriptablePlugin.xpt


/Library/Keyboard Layouts:


/Library/LaunchAgents:


/Library/LaunchDaemons:

com.acclivity.fileconnect.plist

com.adobe.fpsaud.plist

com.microsoft.office.licensing.helper.plist


/Library/PreferencePanes:

AccountEdge.prefPane

Flash Player.prefPane

Flip4Mac WMV.prefPane


/Library/PrivilegedHelperTools:

com.microsoft.office.licensing.helper


/Library/QuickLook:

iBooksAuthor.qlgenerator

iWork.qlgenerator


/Library/QuickTime:

AppleIntermediateCodec.component

AppleMPEG2Codec.component

Flip4Mac WMV Advanced.component

Flip4Mac WMV Export.component

Flip4Mac WMV Import.component


/Library/ScriptingAdditions:


/Library/Spotlight:

Microsoft Office.mdimporter

iBooksAuthor.mdimporter

iWork.mdimporter


/Library/StartupItems:


/etc/mach_init.d:


/etc/mach_init_per_login_session.d:


/etc/mach_init_per_user.d:


Library/Address Book Plug-Ins:

SkypeABDialer.bundle

SkypeABSMS.bundle


Library/Fonts:


Library/Input Methods:

.localized


Library/Internet Plug-Ins:

CitrixOnlineWebDeploymentPlugin.plugin


Library/Keyboard Layouts:


Library/PreferencePanes:


Library/Services:

.localized


STEP 5:

iTunesHelper

kernel_task using 100% CPU

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