For this kind situation, it is more likely PHP processes gets into a infinite loop for some reason.
I would just kill those PHP processes, see if it comes back.
Restart LSWS may get those PHP processes killed as well.
If it does come back, try "strace" the process using too much CPU, see if...