Firstly check if pid and .sock exist under following path
~# cd /opt/cpanel/ea-php55/root/usr/var/run/php-fpm
If .sock exist rename it.
#mv examplesock.sock examplesock.sock.bak
Now restart php-fpm process, if it restarted successfully. delete the .bak file.