I upgraded my ubuntu vsp from 11.04 to 11.10 using the following guide:
http://library.linode.com/troubleshooting/upgrade-to-ubuntu-11.10-oneiric. The upgrade went as expected but now I am experiencing abnormally high CPU usage. While trying to track down the cause, I've noticed a process (fuser -s ./sess_e5jeolldk7gvn73ugcobp7ao16) that continues to run and consume large amounts of CPU. I'm not sure if this is the culprit, or what this process is trying to do. I am using the latest 3.0 kernel (3.0.4-linode38). Any help is appreciated.
I've also noticed the following process running (which seem to be calling fuser):
/bin/sh -c [ -x /usr/lib/php5/maxlifetime ] && [ -d /var/lib/php5 ] && find /var/lib/php5/ -depth -mindepth 1- maxdepth 1 -type f -cmin +$(/usr/lib/php5/maxlifetime) ! -execdir fuser -s {} 2>/dev/null \; -delete
find /var/lib/php5/ -depth -mindepth 1 -maxdepth 1 -type f -cmin +24 ! -execdir fuser -s {} ' -delete
What would be spawning these processes?