High CPU usage by unknown Apache processes

Solution 1:

You can use debugging utility "strace" with CPU-hogging PIDs to see the cause of it. It may point you to the problem it has, strace -p <PID>