Hi, I've got a similar problem. I did some digging and here's what I've got:
1. For no reason that can currently be explained the "System" process (NT Kernel) takes up 100% of 1 CPU for a long period of time. For me, this does not go away until I restart the computer.
2. This will not show up in task manager unless you show processes from all users.
3. SysInternals Process Explorer gives additional details when showing the properties of the "System" process (under the Threads tab):
It shows that the ntoskrnl.exe thread, KdPollBreakIn at address 0x1a0 is using approx. 50% of the CPU (I have 2, so that's one whole CPU).
4. Because this is a kernel thread and the system process, I cannot get any additional info about it.
5. There are some discussions I've been able to find by Googling for KdPollBreakIn, but none have led to a solution to my particular problem. Here are some examples:
http://forums.pcper.com/showthread.php?t=466616
http://social.answers.microsoft.com/...e-0f2733c5f789
No good solutions thus far. I'm not sure if sleeping the computer or hibernation are related, but I do know that KdPollBreakIn is related to some debugging functions. I'm not sure what exactly.