If you're using Nginx then you need to configure FASTCGI. As it is now, all php processes are being processed directly and that's why your CPU is getting chocked!
For now, consider restarting php as a temporary solution. It will kill all the redundant php processes that have hit a dead end.