Ubuntu – What does it mean when the system monitor reports a program as using over 100 percent CPU

system-monitor

I've seen this behavior in MacOS's Activity Monitor as well.

An example: Playing Minecraft with OpenJDK. I frequently see over 100 CPU when the game's abusing the system. My girlfriend's MacOS has reported over 100 percent as well on her own programs (not just minecraft).

Best Answer

100% CPU usage represents full usage of one CPU core.

Anything above 100% represents a multithreaded process utilizing more than one core.