not the same as your output but is related to backups (have removed IPs and credentials which were being displayed in plain text)
admin 5223 0.0 0.0 2420 1064 ? S 2017 0:00 sh -c cd /var/log/CPbackup/backups ; rm -f /tmp/ftp_bkp ; (echo open xx.xx.xx.xx ; echo user 'user' password; echo bin; echo cd / ;echo put backup_HOSTNAME.com_29_Jul_2017_23_00.tgz;) | ftp -n > /tmp/ftp_tmp 2>>/tmp/ftp_tmp; cat /tmp/ftp_tmp | wc | awk '{ if ( $3 != 0 ) { exit 1} else { exit
i killed it and have been able to run backup function without issue; many thanks for your help!