in reply to Maximum all CPU usage
why can't fork use the other CPUs?
It can and does. If your code isn't, it is a limitation of your program; or perhaps your environment (affinity). If you show us the code, you'll probably get an explanation.