Sometimes when I check my CPU usage, my 2nd CPU (#1) is stuck going around 90% while the others are around 20% max

0

i have checked the 'affinity' of all my processes and all of them are set to all CPUs, yet I check my CPU usage and my 2nd CPU (it's called #1 because my first CPU is #0) is jumping around 90% and it's stuck there until I close basically everything that uses the CPU.

I have tried to search for solutions before. I have been told that it's some old Windows program that auto updates and glitched out. I have heard that it's a malware/Trojan-virus. I've tried downloading a few programs that are supposed to notify me whenever a process uses a lot of of CPU, and the programs are either broken or it's not a process.

Even right now my CPU usage is at 50%, and the only things I have open are the internet and Steam. I have around 8.2GB of RAM. I have 6 CPUs ~ 2.7 GHz each, and a AMD Phenom II X6.

I don't know everything about tech, but I don't need anything to be dumbed down for me.

Lukas Murphy

Posted 2014-03-14T14:32:52.543

Reputation: 1

Maybe this will help http://www.coderbag.com/programming-c/disable-cpu-core-parking-utility

– Davidenko – 2015-01-17T19:22:45.057

Do you have one process that is intensive and only runs in one thread? – secretformula – 2014-03-14T14:35:25.537

2

Can you identify which process uses the CPU through task manager? In the case it's the system, a faulty driver may cause it. See this question for more info about it.

– Varaquilex – 2014-03-14T14:35:43.907

Just because you set a specific affinity does not mean the program is multi-threaded. If its only single threaded then a single core being used is normal. Your question is not clear as the problem you describe isn't actually a problem. – Ramhound – 2014-03-14T14:54:46.663

Answers

0

To see what's going on: ctrl+alt+del, 'Start Task Manager', 'Processes' tab, click on the 'CPU' column to sort processes from highest to lowest.

This should give you some preliminary insight to what's hogging up your CPU.

If you don't see that process, click 'Show processes from all users'.

This instructions are for Windows 7, other versions may have minor differences.

On a side note, by opening 'The Internet' you probably mean IE/Chrome/Fifrefox. Some web pages can take a lot of processing power, especially on Internet Explorer.

If your browser is the culprit then close tabs until the CPU stabilises. Start with flash-heavy tabs.

zamber

Posted 2014-03-14T14:32:52.543

Reputation: 136

0

If task manager does not show you what you are looking for (and it might not), I suggest downloading a tool from SysInternals called Process Explorer. Here is the blurb from the SysInternals site

Ever wondered which program has a particular file or directory open? Now you can find out. Process Explorer shows you information about which handles and DLLs processes have opened or loaded.

The Process Explorer display consists of two sub-windows. The top window always shows a list of the currently active processes, including the names of their owning accounts, whereas the information displayed in the bottom window depends on the mode that Process Explorer is in: if it is in handle mode you'll see the handles that the process selected in the top window has opened; if Process Explorer is in DLL mode you'll see the DLLs and memory-mapped files that the process has loaded. Process Explorer also has a powerful search capability that will quickly show you which processes have particular handles opened or DLLs loaded. The unique capabilities of Process Explorer make it useful for tracking down DLL-version problems or handle leaks, and provide insight into the way Windows and applications work.

sysinternals process explorer 1 2 3

Here is the URL to download Process Explorer. Very handy little tool..

http://technet.microsoft.com/en-us/sysinternals/bb896653

Richie086

Posted 2014-03-14T14:32:52.543

Reputation: 4 299

thanks for all the help and whatnot but, im afraid that it's just broken. I downloaded technet.microsoft and checked everything but nothing stands out, i also have everything set to work on all CPU's. I'm taking my computer so future shop soon to get it checked out and see what exactly is wrong, but can you give me a range of how much money it could be for a repair or replacement. @zamber i checked everything and i closed everything that could have been causing it. – Lukas Murphy – 2014-03-14T20:08:01.953