fgcid errors

I have recently been getting more fgcid errors and I cannot work out why!

[Mon Jul 27 12:47:37 2015] [error] FastCGI process 24170 still did not exit, terminating forcefully
[Mon Jul 27 12:47:37 2015] [error] FastCGI process 24910 still did not exit, terminating forcefully
[Mon Jul 27 12:47:37 2015] [error] FastCGI process 24913 still did not exit, terminating forcefully
[Mon Jul 27 12:47:37 2015] [error] FastCGI process 25152 still did not exit, terminating forcefully
[Mon Jul 27 12:47:37 2015] [error] FastCGI process 25067 still did not exit, terminating forcefully
[Mon Jul 27 12:47:37 2015] [error] FastCGI process 25069 still did not exit, terminating forcefully
[Mon Jul 27 12:47:37 2015] [error] FastCGI process 24557 still did not exit, terminating forcefully

[Tue Jul 28 22:57:40 2015] [warn] mod_fcgid: process 27919 graceful kill fail, sending SIGKILL
[Tue Jul 28 22:57:46 2015] [warn] mod_fcgid: process 2626 graceful kill fail, sending SIGKILL
[Tue Jul 28 22:57:46 2015] [warn] mod_fcgid: process 27924 graceful kill fail, sending SIGKILL
[Tue Jul 28 22:57:53 2015] [warn] mod_fcgid: process 2594 graceful kill fail, sending SIGKILL
[Tue Jul 28 22:58:09 2015] [warn] mod_fcgid: process 27873 graceful kill fail, sending SIGKILL
[Tue Jul 28 22:58:12 2015] [warn] mod_fcgid: process 27822 graceful kill fail, sending SIGKILL
[Tue Jul 28 22:58:29 2015] [warn] mod_fcgid: process 2287 graceful kill fail, sending SIGKILL
[Tue Jul 28 22:58:47 2015] [warn] mod_fcgid: process 8116 graceful kill fail, sending SIGKILL

Can anyone point me in a direction to help resolve these?

Status: 
Active

Comments

Howdy -- well, I'm not sure that I'd be too concerned about just those messages -- are you getting other related errors though?

Or are you seeing problems with any of your sites?

My server has been freezing, which lead me to sfinding these errors.

I cannot find another reason for the freezes, however, I feel it may be related to cron jobs firing out emails on wp/mailpoet or Joomla/Acymail. Alas, I cannot trace (due to knowledge) anything specific here.

Ah, it's possible that if you're seeing poor performance, it may be taking those processes longer than normal to refresh, which could cause them to generate that message you saw.

Are certain services freezing up? Or is it the entire server? And does it come back on it's own, or do you have to do something, such as rebooting or stopping a service?

The whole server freezes and all sites go down.

It can take time to log into VM or via ssh. A couple reboots seem to resolve it, but that is not a solution!

Ah, it sounds like you're experiencing high load and/or heavy resource usage then.

What you may want to do is run these commands next time that happens, which will help troubleshoot the issue:

uptime
free -m
ps auxw
mailq | tail -1
netstat -ntu | awk '{print $5}' | cut -d: -f1 | sort | uniq -c | sort -nr | head -20

It may be tough to run those commands with the system performing badly, but we'd need as much information as possible to determine the source of the problem you're experiencing.

Great - thanks for the pointers and will will report if (when!) it happens again.

I managed to get this, but after a reboot, as, during the issue, I got booted out a few times - reboot too several minutes!

[root@beta ~]# free -m
             total       used       free     shared    buffers     cached
Mem:          7869       2704       5164        386         96        995
-/+ buffers/cache:       1611       6257
Swap:         4095          0       4095
[root@beta ~]# ps auxw
USER       PID %CPU %MEM    VSZ   RSS TTY      STAT START   TIME COMMAND
root         1  0.3  0.0  19232  1512 ?        Ss   16:18   0:00 /sbin/init
root         2  0.0  0.0      0     0 ?        S    16:18   0:00 [kthreadd]
root         3  0.0  0.0      0     0 ?        S    16:18   0:00 [migration/0]
root         4  0.0  0.0      0     0 ?        S    16:18   0:00 [ksoftirqd/0]
root         5  0.0  0.0      0     0 ?        S    16:18   0:00 [stopper/0]
root         6  0.0  0.0      0     0 ?        S    16:18   0:00 [watchdog/0]
root         7  0.0  0.0      0     0 ?        S    16:18   0:00 [migration/1]
root         8  0.0  0.0      0     0 ?        S    16:18   0:00 [stopper/1]
root         9  0.0  0.0      0     0 ?        S    16:18   0:00 [ksoftirqd/1]
root        10  0.0  0.0      0     0 ?        S    16:18   0:00 [watchdog/1]
root        11  0.0  0.0      0     0 ?        S    16:18   0:00 [migration/2]
root        12  0.0  0.0      0     0 ?        S    16:18   0:00 [stopper/2]
root        13  0.0  0.0      0     0 ?        S    16:18   0:00 [ksoftirqd/2]
root        14  0.0  0.0      0     0 ?        S    16:18   0:00 [watchdog/2]
root        15  0.0  0.0      0     0 ?        S    16:18   0:00 [migration/3]
root        16  0.0  0.0      0     0 ?        S    16:18   0:00 [stopper/3]
root        17  0.0  0.0      0     0 ?        S    16:18   0:00 [ksoftirqd/3]
root        18  0.0  0.0      0     0 ?        S    16:18   0:00 [watchdog/3]
root        19  0.0  0.0      0     0 ?        S    16:18   0:00 [events/0]
root        20  0.0  0.0      0     0 ?        S    16:18   0:00 [events/1]
root        21  0.0  0.0      0     0 ?        S    16:18   0:00 [events/2]
root        22  0.0  0.0      0     0 ?        S    16:18   0:00 [events/3]
root        23  0.0  0.0      0     0 ?        S    16:18   0:00 [events/0]
root        24  0.0  0.0      0     0 ?        S    16:18   0:00 [events/1]
root        25  0.0  0.0      0     0 ?        S    16:18   0:00 [events/2]
root        26  0.0  0.0      0     0 ?        S    16:18   0:00 [events/3]
root        27  0.0  0.0      0     0 ?        S    16:18   0:00 [events_long/0]
root        28  0.0  0.0      0     0 ?        S    16:18   0:00 [events_long/1]
root        29  0.0  0.0      0     0 ?        S    16:18   0:00 [events_long/2]
root        30  0.0  0.0      0     0 ?        S    16:18   0:00 [events_long/3]
root        31  0.0  0.0      0     0 ?        S    16:18   0:00 [events_power_ef]
root        32  0.0  0.0      0     0 ?        S    16:18   0:00 [events_power_ef]
root        33  0.0  0.0      0     0 ?        S    16:18   0:00 [events_power_ef]
root        34  0.0  0.0      0     0 ?        S    16:18   0:00 [events_power_ef]
root        35  0.0  0.0      0     0 ?        S    16:18   0:00 [cgroup]
root        36  0.0  0.0      0     0 ?        S    16:18   0:00 [khelper]
root        37  0.0  0.0      0     0 ?        S    16:18   0:00 [netns]
root        38  0.0  0.0      0     0 ?        S    16:18   0:00 [async/mgr]
root        39  0.0  0.0      0     0 ?        S    16:18   0:00 [pm]
root        40  0.0  0.0      0     0 ?        S    16:18   0:00 [sync_supers]
root        41  0.0  0.0      0     0 ?        S    16:18   0:00 [bdi-default]
root        42  0.0  0.0      0     0 ?        S    16:18   0:00 [kintegrityd/0]
root        43  0.0  0.0      0     0 ?        S    16:18   0:00 [kintegrityd/1]
root        44  0.0  0.0      0     0 ?        S    16:18   0:00 [kintegrityd/2]
root        45  0.0  0.0      0     0 ?        S    16:18   0:00 [kintegrityd/3]
root        46  0.0  0.0      0     0 ?        S    16:18   0:00 [kblockd/0]
root        47  0.0  0.0      0     0 ?        S    16:18   0:00 [kblockd/1]
root        48  0.0  0.0      0     0 ?        S    16:18   0:00 [kblockd/2]
root        49  0.0  0.0      0     0 ?        S    16:18   0:00 [kblockd/3]
root        50  0.0  0.0      0     0 ?        S    16:18   0:00 [kacpid]
root        51  0.0  0.0      0     0 ?        S    16:18   0:00 [kacpi_notify]
root        52  0.0  0.0      0     0 ?        S    16:18   0:00 [kacpi_hotplug]
root        53  0.0  0.0      0     0 ?        S    16:18   0:00 [ata_aux]
root        54  0.0  0.0      0     0 ?        S    16:18   0:00 [ata_sff/0]
root        55  0.0  0.0      0     0 ?        S    16:18   0:00 [ata_sff/1]
root        56  0.0  0.0      0     0 ?        S    16:18   0:00 [ata_sff/2]
root        57  0.0  0.0      0     0 ?        S    16:18   0:00 [ata_sff/3]
root        58  0.0  0.0      0     0 ?        S    16:18   0:00 [ksuspend_usbd]
root        59  0.0  0.0      0     0 ?        S    16:18   0:00 [khubd]
root        60  0.0  0.0      0     0 ?        S    16:18   0:00 [kseriod]
root        61  0.0  0.0      0     0 ?        S    16:18   0:00 [md/0]
root        62  0.0  0.0      0     0 ?        S    16:18   0:00 [md/1]
root        63  0.0  0.0      0     0 ?        S    16:18   0:00 [md/2]
root        64  0.0  0.0      0     0 ?        S    16:18   0:00 [md/3]
root        65  0.0  0.0      0     0 ?        S    16:18   0:00 [md_misc/0]
root        66  0.0  0.0      0     0 ?        S    16:18   0:00 [md_misc/1]
root        67  0.0  0.0      0     0 ?        S    16:18   0:00 [md_misc/2]
root        68  0.0  0.0      0     0 ?        S    16:18   0:00 [md_misc/3]
root        69  0.0  0.0      0     0 ?        S    16:18   0:00 [linkwatch]
root        70  0.0  0.0      0     0 ?        S    16:18   0:00 [khungtaskd]
root        71  0.0  0.0      0     0 ?        S    16:18   0:00 [kswapd0]
root        72  0.0  0.0      0     0 ?        SN   16:18   0:00 [ksmd]
root        73  0.0  0.0      0     0 ?        SN   16:18   0:00 [khugepaged]
root        74  0.0  0.0      0     0 ?        S    16:18   0:00 [aio/0]
root        75  0.0  0.0      0     0 ?        S    16:18   0:00 [aio/1]
root        76  0.0  0.0      0     0 ?        S    16:18   0:00 [aio/2]
root        77  0.0  0.0      0     0 ?        S    16:18   0:00 [aio/3]
root        78  0.0  0.0      0     0 ?        S    16:18   0:00 [crypto/0]
root        79  0.0  0.0      0     0 ?        S    16:18   0:00 [crypto/1]
root        80  0.0  0.0      0     0 ?        S    16:18   0:00 [crypto/2]
root        81  0.0  0.0      0     0 ?        S    16:18   0:00 [crypto/3]
root        88  0.0  0.0      0     0 ?        S    16:18   0:00 [kthrotld/0]
root        89  0.0  0.0      0     0 ?        S    16:18   0:00 [kthrotld/1]
root        90  0.0  0.0      0     0 ?        S    16:18   0:00 [kthrotld/2]
root        91  0.0  0.0      0     0 ?        S    16:18   0:00 [kthrotld/3]
root        92  0.0  0.0      0     0 ?        S    16:18   0:00 [pciehpd]
root        94  0.0  0.0      0     0 ?        S    16:18   0:00 [kpsmoused]
root        95  0.0  0.0      0     0 ?        S    16:18   0:00 [usbhid_resumer]
root        96  0.0  0.0      0     0 ?        S    16:18   0:00 [deferwq]
root       128  0.0  0.0      0     0 ?        S    16:18   0:00 [kdmremove]
root       129  0.0  0.0      0     0 ?        S    16:18   0:00 [kstriped]
root       163  0.0  0.0      0     0 ?        S    16:18   0:00 [ttm_swap]
root       170  0.0  0.0      0     0 ?        S    16:18   0:00 [radeon-crtc]
root       296  0.0  0.0      0     0 ?        S    16:18   0:00 [scsi_eh_0]
root       297  0.0  0.0      0     0 ?        S    16:18   0:00 [scsi_eh_1]
root       396  0.1  0.0      0     0 ?        S    16:19   0:00 [md1_raid1]
root       424  0.0  0.0      0     0 ?        S    16:19   0:00 [kdmflush]
root       426  0.0  0.0      0     0 ?        S    16:19   0:00 [kdmflush]
root       452  0.0  0.0      0     0 ?        S    16:19   0:00 [jbd2/dm-0-8]
root       453  0.0  0.0      0     0 ?        S    16:19   0:00 [ext4-dio-unwrit]
root       479  0.0  0.0      0     0 ?        S    16:19   0:00 [flush-8:0]
root       480  0.0  0.0      0     0 ?        S    16:19   0:00 [flush-8:16]
root       531  0.0  0.0  10948  1044 ?        S<s  16:19   0:00 /sbin/udevd -d
root       683  0.0  0.0      0     0 ?        S    16:19   0:00 [edac-poller]
root       835  0.0  0.0      0     0 ?        SN   16:19   0:00 [kipmi0]
root       836  0.0  0.0      0     0 ?        S    16:19   0:00 [md0_raid1]
root       899  0.0  0.0      0     0 ?        S    16:19   0:00 [flush-253:0]
root       900  0.0  0.0      0     0 ?        S    16:19   0:00 [flush-9:0]
root      1621  0.0  0.0      0     0 ?        S    16:19   0:00 [kauditd]
root      1935  0.0  0.0  27620   840 ?        S<sl 16:19   0:00 auditd
root      1959  0.0  0.0   6160   568 ?        Ss   16:19   0:00 /sbin/portreserve
root      1969  0.0  0.0 249088  3644 ?        Sl   16:19   0:00 /sbin/rsyslogd -i /var/run/syslogd.pid -c 5
named     1991  0.2  0.4 407944 35612 ?        Ssl  16:19   0:00 /usr/sbin/named -u named
root      2013  0.0  0.0   4720   716 ?        Ss   16:19   0:00 mdadm --monitor --scan -f --pid-file=/var/run/mdadm/mdadm.pid
dbus      2025  0.0  0.0  21432   872 ?        Ss   16:19   0:00 dbus-daemon --system
root      2075  0.0  0.0  66224  1220 ?        Ss   16:19   0:00 /usr/sbin/sshd
clam      2086  0.0  3.7 446636 305648 ?       Ssl  16:19   0:00 clamd
root      2126  0.0  0.0 110352  1596 ?        S    16:19   0:00 /bin/sh /usr/bin/mysqld_safe --datadir=/var/lib/mysql --socket=/var
mysql     2516  1.5  2.5 1630116 203596 ?      Sl   16:19   0:02 /usr/libexec/mysqld --basedir=/usr --datadir=/var/lib/mysql --plugi
root      2571  0.0  0.0  19264   780 ?        Ss   16:19   0:00 /usr/sbin/dovecot
dovecot   2573  0.0  0.0  12984  1040 ?        S    16:19   0:00 dovecot/anvil
root      2574  0.0  0.0  13112  1140 ?        S    16:19   0:00 dovecot/log
root      2580  0.0  0.0  15088  3200 ?        S    16:19   0:00 dovecot/config
root      2587  0.0  0.0  66408   952 ?        Ss   16:19   0:00 /usr/sbin/saslauthd -m /var/run/saslauthd -a pam -r
root      2588  0.0  0.0  66408   696 ?        S    16:19   0:00 /usr/sbin/saslauthd -m /var/run/saslauthd -a pam -r
root      2589  0.0  0.0  66408   692 ?        S    16:19   0:00 /usr/sbin/saslauthd -m /var/run/saslauthd -a pam -r
root      2590  0.0  0.0  66408   692 ?        S    16:19   0:00 /usr/sbin/saslauthd -m /var/run/saslauthd -a pam -r
root      2591  0.0  0.0  66408   692 ?        S    16:19   0:00 /usr/sbin/saslauthd -m /var/run/saslauthd -a pam -r
root      2670  0.0  0.0  81424  3592 ?        Ss   16:19   0:00 /usr/libexec/postfix/master
postfix   2681  0.0  0.0  81504  3572 ?        S    16:19   0:00 pickup -l -t fifo -u
postfix   2682  0.0  0.0  81652  3728 ?        S    16:19   0:00 qmgr -l -t fifo -u
nobody    2778  0.0  0.0 152228  1956 ?        Ss   16:19   0:00 proftpd: (accepting connections)
root      2795  0.1  0.4 584900 34468 ?        Ss   16:19   0:00 /usr/sbin/httpd
apache    2803  0.0  0.0 250996  6712 ?        S    16:19   0:00 /usr/sbin/httpd
root      2808  0.0  0.0 116856  1260 ?        Ss   16:19   0:00 crond
root      2820 14.2  0.1 740512 13004 ?        Sl   16:20   0:19 /usr/bin/python -Es /usr/bin/fail2ban-server -s /var/run/fail2ban/f
apache    2825  0.0  0.2 585172 17748 ?        S    16:20   0:00 /usr/sbin/httpd
apache    2826  0.0  0.2 585340 17288 ?        S    16:20   0:00 /usr/sbin/httpd
apache    2827  0.0  0.2 585172 17032 ?        S    16:20   0:00 /usr/sbin/httpd
apache    2828  0.0  0.2 585032 16864 ?        S    16:20   0:00 /usr/sbin/httpd
apache    2829  0.0  0.2 585164 16960 ?        S    16:20   0:00 /usr/sbin/httpd
apache    2830  0.0  0.2 585032 16820 ?        S    16:20   0:00 /usr/sbin/httpd
apache    2831  0.0  0.2 585164 16368 ?        S    16:20   0:00 /usr/sbin/httpd
apache    2832  0.0  0.2 585296 17904 ?        S    16:20   0:00 /usr/sbin/httpd
647       2833  1.0  1.4 485708 114416 ?       S    16:20   0:01 /usr/bin/php-cgi
cantors   2834  1.7  1.1 452144 90232 ?        S    16:20   0:02 /usr/bin/php-cgi
647       2905  0.8  1.2 460584 100268 ?       S    16:20   0:01 /usr/bin/php-cgi
root      2920  0.0  0.2  87192 16740 ?        Ss   16:20   0:00 /usr/bin/perl /usr/libexec/usermin/miniserv.pl /etc/usermin/miniser
apache    2928  0.0  0.2 585164 17664 ?        S    16:20   0:00 /usr/sbin/httpd
647       2929  2.4  1.4 473476 113724 ?       S    16:20   0:03 /usr/bin/php-cgi
smesites  2931  0.9  0.8 432096 70048 ?        S    16:20   0:01 /usr/bin/php-cgi
apache    2932  0.0  0.2 585228 16432 ?        S    16:20   0:00 /usr/sbin/httpd
647       2934  0.8  1.4 486148 114772 ?       S    16:20   0:01 /usr/bin/php-cgi
589       2936  5.2  1.7 504360 142828 ?       S    16:20   0:06 /usr/bin/php-cgi
apache    2937  0.0  0.2 585196 16420 ?        S    16:20   0:00 /usr/sbin/httpd
apache    2938  0.0  0.2 585196 17040 ?        S    16:20   0:00 /usr/sbin/httpd
root      2940  0.0  0.8 138472 65936 ?        Ss   16:20   0:00 /usr/bin/perl /usr/libexec/webmin/miniserv.pl /etc/webmin/miniserv.
root      2948  0.0  0.0   4064   572 tty1     Ss+  16:20   0:00 /sbin/mingetty /dev/tty1
root      2950  0.0  0.0   4064   572 tty2     Ss+  16:20   0:00 /sbin/mingetty /dev/tty2
root      2952  0.0  0.0   4064   572 tty3     Ss+  16:20   0:00 /sbin/mingetty /dev/tty3
root      2954  0.0  0.0   4064   572 tty4     Ss+  16:20   0:00 /sbin/mingetty /dev/tty4
root      2956  0.0  0.0   4064   572 tty5     Ss+  16:20   0:00 /sbin/mingetty /dev/tty5
root      2958  0.0  0.0   4064   576 tty6     Ss+  16:20   0:00 /sbin/mingetty /dev/tty6
root      2959  0.0  0.0  10944  1016 ?        S<   16:20   0:00 /sbin/udevd -d
root      2960  0.0  0.0  10944  1012 ?        S<   16:20   0:00 /sbin/udevd -d
589       2983 11.3  1.7 505384 143872 ?       S    16:20   0:13 /usr/bin/php-cgi
smesites  2988  0.7  0.8 432744 72384 ?        S    16:20   0:00 /usr/bin/php-cgi
650       3012  0.7  0.7 434276 58476 ?        S    16:21   0:00 /usr/bin/php-cgi
625       3013  1.6  1.1 451348 88832 ?        S    16:21   0:01 /usr/bin/php-cgi
bridal    3014  1.8  0.7 441920 62072 ?        S    16:21   0:00 /usr/bin/php-cgi
bridal    3015  1.8  0.7 443456 63620 ?        S    16:21   0:00 /usr/bin/php-cgi
root      3016  0.2  0.0 102512  4772 ?        Ss   16:21   0:00 sshd: root@pts/0
root      3018  0.0  0.0 110492  1936 pts/0    Ss   16:21   0:00 -bash
625       3050  2.8  0.7 434572 60448 ?        S    16:22   0:00 /usr/bin/php-cgi
postfix   3055  0.0  0.0  82172  4480 ?        S    16:22   0:00 cleanup -z -t unix -u
postfix   3057  0.0  0.0  81800  4252 ?        S    16:22   0:00 local -t unix
root      3064  1.3  0.8 146160 71632 ?        S    16:22   0:00 /usr/libexec/webmin/webmincron/webmincron.pl
root      3065 30.6  1.6 218044 132132 ?       S    16:22   0:02 /usr/libexec/webmin/virtual-server/collectinfo.pl
root      3254  0.0  0.0  11300  1252 ?        S    16:22   0:00 sh -c (webalizer -V 2>&1 </dev/null)
root      3255  0.0  0.0  42708  1412 ?        D    16:22   0:00 webalizer -V
root      3258  0.0  0.0 110200  1096 pts/0    R+   16:22   0:00 ps auxw
[root@beta ~]# mailq | tail -1
Mail queue is empty
[root@beta ~]# netstat -ntu | awk '{print $5}' | cut -d: -f1 | sort | uniq -c | sort -nr | head -20
      5
      2 2a00
      1 servers)
      1 Address
      1 185.53.224.150
      1 149.255.110.141
      1 149.255.110.139
      1 149.255.110.137
[root@beta ~]#

Well, here's the bad news... those commands showed absolutely nothing :-)

That is, from what those commands showed, your server is running wonderfully.

There's plenty of available RAM, no processes appear to be running away with the CPU, and you don't have a mail queue filled with email (which is a common source of problems).

Did you happen to run the "uptime" command during that? I'd be curious what it shows.

Is this a dedicated server, or a VPS? If it's a VPS, what kind of VPS is it?

Sorry, missed the uptime command.

It is a dedicated server.

I initially thought that this was a WP issue, but I can rule that out now, as the mail service was not running.

Reviewing your process list again, there are three processes that stand out as "interesting".

In theory, none of them should be making your server unavailable.

But maybe they're a place to start.

The first one offers a good place to start -- the collectinfo cron job.

For that, it really doesn't need to run frequently. So maybe what we could do there is go into System Settings -> Virtualmin Config -> Status Collection, and there, set "Interval between status collection job runs" to something larger... perhaps "60" or "90" minutes.

Another one is Fail2ban, which does seem to be using a chunk of the CPU there.

You could always try disabling that for a few days to see if the problem goes away.

Lastly, there's a couple of PHP apps owned by the user with the userid "589" that have a slightly higher CPU time. I normally wouldn't think anything of it, but you may want to look in the logs for that domain and just see if anything stands out to you regarding what the web page is doing and who all is accessing it.

OK, I think I have the data during a bad moment:

[root@beta ~]# uptime
13:22:10 up 12 days, 23:23,  1 user,  load average: 155.18, 138.79, 95.72
[root@beta ~]# free -m
             total       used       free     shared    buffers     cached
Mem:          7869       6959        910       1666         29       1771
-/+ buffers/cache:       5158       2711
Swap:         4095       1429       2666

[root@beta ~]# ps auxw USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND root 1 0.0 0.0 19232 592 ? Ss Sep25 0:01 /sbin/init root 2 0.0 0.0 0 0 ? S Sep25 0:00 [kthreadd] root 3 0.0 0.0 0 0 ? S Sep25 0:09 [migration/0] root 4 0.0 0.0 0 0 ? S Sep25 0:11 [ksoftirqd/0] root 5 0.0 0.0 0 0 ? S Sep25 0:00 [stopper/0] root 6 0.0 0.0 0 0 ? S Sep25 0:00 [watchdog/0] root 7 0.0 0.0 0 0 ? S Sep25 0:02 [migration/1] root 8 0.0 0.0 0 0 ? S Sep25 0:00 [stopper/1] root 9 0.0 0.0 0 0 ? S Sep25 0:10 [ksoftirqd/1] root 10 0.0 0.0 0 0 ? S Sep25 0:00 [watchdog/1] root 11 0.0 0.0 0 0 ? S Sep25 0:09 [migration/2] root 12 0.0 0.0 0 0 ? S Sep25 0:00 [stopper/2] root 13 0.0 0.0 0 0 ? S Sep25 0:10 [ksoftirqd/2] root 14 0.0 0.0 0 0 ? S Sep25 0:00 [watchdog/2] root 15 0.0 0.0 0 0 ? S Sep25 0:02 [migration/3] root 16 0.0 0.0 0 0 ? S Sep25 0:00 [stopper/3] root 17 0.0 0.0 0 0 ? S Sep25 0:10 [ksoftirqd/3] root 18 0.0 0.0 0 0 ? S Sep25 0:00 [watchdog/3] root 19 0.0 0.0 0 0 ? S Sep25 1:01 [events/0] root 20 0.0 0.0 0 0 ? S Sep25 0:45 [events/1] root 21 0.0 0.0 0 0 ? S Sep25 0:30 [events/2] root 22 0.0 0.0 0 0 ? S Sep25 0:53 [events/3] root 23 0.0 0.0 0 0 ? S Sep25 0:00 [events/0] root 24 0.0 0.0 0 0 ? S Sep25 0:00 [events/1] root 25 0.0 0.0 0 0 ? S Sep25 0:00 [events/2] root 26 0.0 0.0 0 0 ? S Sep25 0:00 [events/3] root 27 0.0 0.0 0 0 ? S Sep25 0:00 [events_long/0] root 28 0.0 0.0 0 0 ? S Sep25 0:00 [events_long/1] root 29 0.0 0.0 0 0 ? S Sep25 0:00 [events_long/2] root 30 0.0 0.0 0 0 ? S Sep25 0:00 [events_long/3] root 31 0.0 0.0 0 0 ? S Sep25 0:00 [events_power_e f] root 32 0.0 0.0 0 0 ? S Sep25 0:00 [events_power_e f] root 33 0.0 0.0 0 0 ? S Sep25 0:00 [events_power_e f] root 34 0.0 0.0 0 0 ? S Sep25 0:00 [events_power_e f] root 35 0.0 0.0 0 0 ? S Sep25 0:00 [cgroup] root 36 0.0 0.0 0 0 ? S Sep25 0:00 [khelper] root 37 0.0 0.0 0 0 ? S Sep25 0:00 [netns] root 38 0.0 0.0 0 0 ? S Sep25 0:00 [async/mgr] root 39 0.0 0.0 0 0 ? S Sep25 0:00 [pm] root 40 0.0 0.0 0 0 ? S Sep25 0:01 [sync_supers] root 41 0.0 0.0 0 0 ? S Sep25 0:02 [bdi-default] root 42 0.0 0.0 0 0 ? S Sep25 0:00 [kintegrityd/0] root 43 0.0 0.0 0 0 ? S Sep25 0:00 [kintegrityd/1] root 44 0.0 0.0 0 0 ? S Sep25 0:00 [kintegrityd/2] root 45 0.0 0.0 0 0 ? S Sep25 0:00 [kintegrityd/3] root 46 0.0 0.0 0 0 ? S Sep25 7:16 [kblockd/0] root 47 0.0 0.0 0 0 ? S Sep25 4:03 [kblockd/1] root 48 0.0 0.0 0 0 ? S Sep25 7:13 [kblockd/2] root 49 0.0 0.0 0 0 ? S Sep25 4:01 [kblockd/3] root 50 0.0 0.0 0 0 ? S Sep25 0:00 [kacpid] root 51 0.0 0.0 0 0 ? S Sep25 0:00 [kacpi_notify] root 52 0.0 0.0 0 0 ? S Sep25 0:00 [kacpi_hotplug] root 53 0.0 0.0 0 0 ? S Sep25 0:00 [ata_aux] root 54 0.0 0.0 0 0 ? S Sep25 0:00 [ata_sff/0] root 55 0.0 0.0 0 0 ? S Sep25 0:00 [ata_sff/1] root 56 0.0 0.0 0 0 ? S Sep25 0:00 [ata_sff/2] root 57 0.0 0.0 0 0 ? S Sep25 0:00 [ata_sff/3] root 58 0.0 0.0 0 0 ? S Sep25 0:00 [ksuspend_usbd] root 59 0.0 0.0 0 0 ? S Sep25 0:00 [khubd] root 60 0.0 0.0 0 0 ? S Sep25 0:00 [kseriod] root 61 0.0 0.0 0 0 ? S Sep25 0:00 [md/0] root 62 0.0 0.0 0 0 ? S Sep25 0:00 [md/1] root 63 0.0 0.0 0 0 ? S Sep25 0:00 [md/2] root 64 0.0 0.0 0 0 ? S Sep25 0:00 [md/3] root 65 0.0 0.0 0 0 ? S Sep25 0:00 [md_misc/0] root 66 0.0 0.0 0 0 ? S Sep25 0:00 [md_misc/1] root 67 0.0 0.0 0 0 ? S Sep25 0:00 [md_misc/2] root 68 0.0 0.0 0 0 ? S Sep25 0:00 [md_misc/3] root 69 0.0 0.0 0 0 ? S Sep25 0:00 [linkwatch] root 70 0.0 0.0 0 0 ? S Sep25 0:00 [khungtaskd] root 71 0.0 0.0 0 0 ? S Sep25 3:35 [kswapd0] root 72 0.0 0.0 0 0 ? SN Sep25 0:00 [ksmd] root 73 0.0 0.0 0 0 ? SN Sep25 4:49 [khugepaged] root 74 0.0 0.0 0 0 ? S Sep25 0:00 [aio/0] root 75 0.0 0.0 0 0 ? S Sep25 0:00 [aio/1] root 76 0.0 0.0 0 0 ? S Sep25 0:00 [aio/2] root 77 0.0 0.0 0 0 ? S Sep25 0:00 [aio/3] root 78 0.0 0.0 0 0 ? S Sep25 0:00 [crypto/0] root 79 0.0 0.0 0 0 ? S Sep25 0:00 [crypto/1] root 80 0.0 0.0 0 0 ? S Sep25 0:00 [crypto/2] root 81 0.0 0.0 0 0 ? S Sep25 0:00 [crypto/3] root 88 0.0 0.0 0 0 ? S Sep25 0:00 [kthrotld/0] root 89 0.0 0.0 0 0 ? S Sep25 0:00 [kthrotld/1] root 90 0.0 0.0 0 0 ? S Sep25 0:00 [kthrotld/2] root 91 0.0 0.0 0 0 ? S Sep25 0:00 [kthrotld/3] root 92 0.0 0.0 0 0 ? S Sep25 0:00 [pciehpd] root 94 0.0 0.0 0 0 ? S Sep25 0:00 [kpsmoused] root 95 0.0 0.0 0 0 ? S Sep25 0:00 [usbhid_resumer ] root 96 0.0 0.0 0 0 ? S Sep25 0:00 [deferwq] root 128 0.0 0.0 0 0 ? S Sep25 0:00 [kdmremove] root 129 0.0 0.0 0 0 ? S Sep25 0:00 [kstriped] root 163 0.0 0.0 0 0 ? S Sep25 0:00 [ttm_swap] root 170 0.0 0.0 0 0 ? S Sep25 0:00 [radeon-crtc] root 302 0.0 0.0 0 0 ? S Sep25 0:00 [scsi_eh_0] root 303 0.0 0.0 0 0 ? S Sep25 0:00 [scsi_eh_1] root 396 0.2 0.0 0 0 ? S Sep25 45:12 [md1_raid1] root 424 0.0 0.0 0 0 ? S Sep25 0:41 [kdmflush] root 426 0.0 0.0 0 0 ? S Sep25 0:00 [kdmflush] root 452 0.0 0.0 0 0 ? D Sep25 7:14 [jbd2/dm-0-8] root 453 0.0 0.0 0 0 ? S Sep25 0:00 [ext4-dio-unwri t] root 533 0.0 0.0 10948 224 ? S 650 11795 0.1 0.3 427608 30480 ? S 13:12 0:01 /usr/bin/php-cg i apache 11835 0.0 0.0 592012 4808 ? S 13:12 0:00 /usr/sbin/httpd apache 11840 0.0 0.0 592132 4796 ? S 13:12 0:00 /usr/sbin/httpd apache 11842 0.0 0.0 592012 4820 ? S 13:12 0:00 /usr/sbin/httpd apache 11844 0.0 0.0 591688 5296 ? S 13:12 0:00 /usr/sbin/httpd apache 11866 0.0 0.0 592008 4796 ? S 13:12 0:00 /usr/sbin/httpd apache 11867 0.0 0.0 592132 4804 ? S 13:12 0:00 /usr/sbin/httpd 589 11871 0.3 0.0 0 0 ? Z 13:12 0:01 [php-cgi] 589 11872 0.3 0.0 0 0 ? Z 13:12 0:01 [php-cgi] 589 11877 0.2 0.0 0 0 ? Z 13:12 0:01 [php-cgi] apache 11882 0.0 0.0 591680 4740 ? S 13:12 0:00 /usr/sbin/httpd apache 11897 0.0 0.0 592132 4796 ? S 13:13 0:00 /usr/sbin/httpd apache 11898 0.0 0.0 592004 6048 ? S 13:13 0:00 /usr/sbin/httpd apache 11900 0.0 0.0 592024 4840 ? S 13:13 0:00 /usr/sbin/httpd 625 11915 0.2 0.4 429860 37392 ? S 13:13 0:01 /usr/bin/php-cg i apache 11943 0.0 0.0 592132 4700 ? S 13:13 0:00 /usr/sbin/httpd apache 11946 0.0 0.0 592072 5704 ? S 13:13 0:00 /usr/sbin/httpd apache 11948 0.0 0.0 592132 4796 ? S 13:13 0:00 /usr/sbin/httpd apache 11949 0.0 0.0 592132 4832 ? S 13:13 0:00 /usr/sbin/httpd apache 11951 0.0 0.0 592132 4800 ? S 13:13 0:00 /usr/sbin/httpd apache 11953 0.0 0.0 592132 5672 ? S 13:13 0:00 /usr/sbin/httpd apache 11954 0.0 0.0 591684 4868 ? S 13:13 0:00 /usr/sbin/httpd apache 11955 0.0 0.0 592012 4832 ? S 13:13 0:00 /usr/sbin/httpd apache 11956 0.0 0.0 592132 4824 ? S 13:13 0:00 /usr/sbin/httpd apache 11957 0.0 0.0 591812 5596 ? S 13:13 0:00 /usr/sbin/httpd apache 11958 0.0 0.0 592132 4820 ? S 13:13 0:00 /usr/sbin/httpd apache 11959 0.0 0.0 592132 4716 ? S 13:13 0:00 /usr/sbin/httpd apache 11960 0.0 0.0 591676 5412 ? S 13:13 0:00 /usr/sbin/httpd apache 11961 0.0 0.0 591680 4436 ? S 13:13 0:00 /usr/sbin/httpd apache 11962 0.0 0.0 591684 4472 ? S 13:13 0:00 /usr/sbin/httpd apache 11963 0.0 0.0 592132 4816 ? S 13:13 0:00 /usr/sbin/httpd apache 11964 0.0 0.0 592132 4804 ? S 13:13 0:00 /usr/sbin/httpd apache 11966 0.0 0.0 592132 4700 ? S 13:13 0:00 /usr/sbin/httpd apache 11967 0.0 0.1 342284 9116 ? D 13:13 0:00 /usr/sbin/httpd apache 11969 0.0 0.0 592132 5804 ? S 13:13 0:00 /usr/sbin/httpd apache 11980 0.0 0.0 591676 5512 ? S 13:13 0:00 /usr/sbin/httpd apache 11981 0.0 0.0 591684 4584 ? S 13:13 0:00 /usr/sbin/httpd root 11990 0.0 0.0 139748 1244 ? S 13:14 0:00 CROND apache 11994 0.0 0.0 591684 4552 ? S 13:13 0:00 /usr/sbin/httpd root 11995 0.0 0.0 139748 1244 ? S 13:14 0:00 CROND 625 11996 0.0 0.0 108116 1084 ? Ss 13:14 0:00 /bin/sh -c /usr /bin/wget -O -q "https://www.yourbusinesscommunity.c 589 12002 0.0 0.0 108116 1084 ? Ss 13:14 0:00 /bin/sh -c curl --silent "http://londonmeansbusiness.co.uk/wp-cron. 625 12005 0.0 0.0 141852 4556 ? S 13:14 0:00 /usr/bin/wget - O -q https://www.yourbusinesscommunity.co.uk/index.p 589 12007 0.0 0.0 172484 2996 ? S 13:14 0:00 curl --silent h ttp://londonmeansbusiness.co.uk/wp-cron.php?d9c334f7 apache 12009 0.0 0.0 591684 4400 ? S 13:14 0:00 /usr/sbin/httpd apache 12010 0.0 0.0 591684 4568 ? S 13:14 0:00 /usr/sbin/httpd apache 12012 0.0 0.0 591684 4380 ? S 13:14 0:00 /usr/sbin/httpd apache 12013 0.0 0.0 591684 4400 ? S 13:14 0:00 /usr/sbin/httpd apache 12014 0.0 0.0 592132 5708 ? S 13:14 0:00 /usr/sbin/httpd apache 12015 0.0 0.0 591684 4580 ? S 13:14 0:00 /usr/sbin/httpd postfix 12019 0.0 0.0 81800 3604 ? S 13:14 0:00 local -t unix apache 12022 0.0 0.0 591676 4536 ? S 13:14 0:00 /usr/sbin/httpd apache 12023 0.0 0.0 592132 6012 ? S 13:14 0:00 /usr/sbin/httpd root 12026 0.0 0.0 139748 1288 ? S 13:15 0:00 CROND root 12030 0.0 0.0 139748 1288 ? S 13:15 0:00 CROND apache 12032 0.0 0.0 591812 5668 ? S 13:14 0:00 /usr/sbin/httpd apache 12033 0.0 0.0 592132 5764 ? S 13:15 0:00 /usr/sbin/httpd root 12037 0.0 0.0 139748 1288 ? S 13:15 0:00 CROND apache 12040 0.0 0.0 591684 4544 ? S 13:15 0:00 /usr/sbin/httpd 625 12048 0.0 0.0 108116 1116 ? Ss 13:15 0:00 /bin/sh -c /usr /bin/wget -O -q "https://www.yourbusinesscommunity.c 625 12049 0.0 0.0 141852 4560 ? S 13:15 0:00 /usr/bin/wget - O -q https://www.yourbusinesscommunity.co.uk/index.p apache 12053 0.0 0.0 591684 4736 ? S 13:15 0:00 /usr/sbin/httpd apache 12054 0.0 0.0 591684 4408 ? S 13:15 0:00 /usr/sbin/httpd 625 12055 0.3 0.9 452880 77744 ? S 13:15 0:01 /usr/bin/php-cg i apache 12056 0.0 0.0 592132 4700 ? S 13:15 0:00 /usr/sbin/httpd apache 12057 0.0 0.0 591684 4916 ? S 13:15 0:00 /usr/sbin/httpd apache 12058 0.0 0.0 591688 5244 ? S 13:15 0:00 /usr/sbin/httpd apache 12060 0.0 0.0 592132 4792 ? S 13:15 0:00 /usr/sbin/httpd 625 12064 0.3 0.7 445052 63000 ? D 13:15 0:01 /usr/bin/php-cg i 589 12068 0.0 0.0 108116 1112 ? Ss 13:15 0:00 /bin/sh -c curl --silent "http://londonmeansbusiness.co.uk/wp-cron. 589 12073 0.0 0.0 172484 3064 ? S 13:15 0:00 curl --silent h ttp://londonmeansbusiness.co.uk/wp-cron.php?d9c334f7 625 12076 0.0 0.0 108116 1116 ? Ss 13:15 0:00 /bin/sh -c /usr /bin/wget -O -q "http://yourbusinesscommunity.co.uk/ 625 12077 0.0 0.0 139780 4492 ? S 13:15 0:00 /usr/bin/wget - O -q http://yourbusinesscommunity.co.uk/index.php?op 625 12094 0.2 0.4 426124 32648 ? D 13:15 0:00 /usr/bin/php-cg i 625 12095 0.3 0.9 452880 76740 ? S 13:15 0:01 /usr/bin/php-cg i 625 12109 0.3 0.8 449968 72252 ? D 13:15 0:01 /usr/bin/php-cg i 625 12136 0.3 0.8 457124 67216 ? D 13:15 0:01 /usr/bin/php-cg i 625 12140 0.3 0.7 441860 58200 ? S 13:15 0:01 /usr/bin/php-cg i root 12148 0.0 0.0 139748 1288 ? S 13:16 0:00 CROND root 12152 0.0 0.0 139748 1288 ? S 13:16 0:00 CROND 589 12153 0.0 0.0 108116 1120 ? Ss 13:16 0:00 /bin/sh -c curl --silent "http://londonmeansbusiness.co.uk/wp-cron. 625 12155 0.0 0.0 108116 1112 ? Ss 13:16 0:00 /bin/sh -c /usr /bin/wget -O -q "https://www.yourbusinesscommunity.c 589 12157 0.0 0.0 172484 3068 ? S 13:16 0:00 curl --silent h ttp://londonmeansbusiness.co.uk/wp-cron.php?d9c334f7 625 12158 0.0 0.0 141852 4556 ? S 13:16 0:00 /usr/bin/wget - O -q https://www.yourbusinesscommunity.co.uk/index.p 625 12176 0.4 0.8 457896 68048 ? D 13:16 0:01 /usr/bin/php-cg i 589 12189 0.4 1.1 477508 93204 ? D 13:16 0:01 /usr/bin/php-cg i 589 12191 0.2 0.9 451296 75132 ? D 13:16 0:01 /usr/bin/php-cg i 589 12192 0.3 0.8 451724 71600 ? D 13:16 0:01 /usr/bin/php-cg i 589 12197 0.3 0.9 451724 77212 ? D 13:16 0:01 /usr/bin/php-cg i 589 12198 0.3 0.9 451984 74576 ? D 13:16 0:01 /usr/bin/php-cg i 589 12202 0.3 0.9 453112 77916 ? D 13:16 0:01 /usr/bin/php-cg i 589 12214 0.4 1.5 488836 122296 ? S 13:16 0:01 /usr/bin/php-cg i 589 12220 0.3 0.8 451724 71752 ? D 13:16 0:01 /usr/bin/php-cg i 589 12221 0.3 0.9 451724 76648 ? D 13:16 0:01 /usr/bin/php-cg i 625 12222 0.3 0.3 425632 32060 ? D 13:16 0:01 /usr/bin/php-cg i 589 12223 0.3 0.9 452284 79540 ? D 13:16 0:01 /usr/bin/php-cg i root 12224 0.0 0.0 8824 840 ? Ss 13:16 0:00 /usr/bin/procma il-wrapper -o -a beta.smesites.co.uk -d antiqueevent root 12225 0.0 0.0 8824 232 ? S 13:16 0:00 /usr/bin/procma il-wrapper -o -a beta.smesites.co.uk -d antiqueevent root 12226 0.7 1.4 158004 120480 ? D 13:16 0:02 /usr/bin/perl / usr/libexec/webmin/virtual-server/lookup-domain.pl a 589 12229 0.3 0.9 451296 72664 ? D 13:16 0:01 /usr/bin/php-cg i 589 12232 0.3 0.8 451296 69632 ? D 13:16 0:01 /usr/bin/php-cg i 589 12233 0.3 0.9 452284 77416 ? D 13:16 0:01 /usr/bin/php-cg i 589 12234 0.4 1.5 488704 122188 ? S 13:16 0:01 /usr/bin/php-cg i 589 12237 0.3 1.0 460044 84272 ? D 13:16 0:01 /usr/bin/php-cg i 589 12239 0.3 1.0 457964 84568 ? D 13:16 0:01 /usr/bin/php-cg i 589 12240 0.5 1.7 507192 138504 ? S 13:16 0:02 /usr/bin/php-cg i 589 12245 0.5 1.5 491584 124508 ? R 13:16 0:01 /usr/bin/php-cg i 589 12247 0.2 0.9 471108 76264 ? S 13:16 0:00 /usr/bin/php-cg i 589 12269 0.5 1.7 507192 139620 ? S 13:16 0:01 /usr/bin/php-cg i 589 12270 0.5 1.5 492052 126040 ? R 13:16 0:01 /usr/bin/php-cg i 589 12271 0.8 1.6 500136 135336 ? S 13:16 0:02 /usr/bin/php-cg i 589 12272 0.5 1.5 488488 122616 ? S 13:16 0:01 /usr/bin/php-cg i 589 12273 0.3 1.2 471104 103436 ? S 13:16 0:01 /usr/bin/php-cg i 625 12275 0.2 0.6 434436 52280 ? R 13:16 0:00 /usr/bin/php-cg i apache 12282 0.0 0.0 591684 4548 ? S 13:16 0:00 /usr/sbin/httpd postfix 12284 0.0 0.0 82176 4460 ? D 13:16 0:00 cleanup -z -t u nix -u root 12285 0.0 0.0 139748 1288 ? S 13:17 0:00 CROND root 12288 0.0 0.0 143756 5308 ? S 13:17 0:00 CROND root 12292 0.0 0.0 139748 1312 ? S 13:17 0:00 CROND root 12294 0.0 0.0 139748 1288 ? S 13:17 0:00 CROND 625 12299 0.3 0.9 445116 75248 ? S 13:17 0:00 /usr/bin/php-cg i 625 12301 0.2 0.4 420608 33928 ? S 13:17 0:00 /usr/bin/php-cg i cantors 12302 0.1 0.5 427224 43580 ? D 13:17 0:00 /usr/bin/php-cg i 589 12303 0.0 0.0 108116 1120 ? Ss 13:17 0:00 /bin/sh -c curl --silent "http://londonmeansbusiness.co.uk/wp-cron. 625 12311 0.0 0.0 108116 1112 ? Ss 13:17 0:00 /bin/sh -c /usr /bin/wget -O -q "https://www.yourbusinesscommunity.c 650 12312 0.0 0.0 140528 2368 ? Ss 13:17 0:00 /usr/bin/wget - -spider http://www.icanhelpyourbusiness.co.uk/index. 650 12313 0.0 0.0 0 0 ? Z 13:17 0:00 [crond] 625 12315 0.0 0.0 141852 4644 ? S 13:17 0:00 /usr/bin/wget - O -q https://www.yourbusinesscommunity.co.uk/index.p 589 12316 0.0 0.0 172484 3220 ? S 13:17 0:00 curl --silent h ttp://londonmeansbusiness.co.uk/wp-cron.php?d9c334f7 apache 12318 0.0 0.0 591684 4380 ? S 13:17 0:00 /usr/sbin/httpd apache 12319 0.0 0.0 591680 4308 ? S 13:17 0:00 /usr/sbin/httpd 650 12320 0.0 0.0 81484 3500 ? S 13:17 0:00 /usr/sbin/sendm ail -FCronDaemon -i -odi -oem -oi -t -f root 589 12321 0.3 1.3 471704 108460 ? S 13:17 0:01 /usr/bin/php-cg i 625 12322 0.1 0.4 420608 33932 ? S 13:17 0:00 /usr/bin/php-cg i 650 12323 0.0 0.3 418532 29876 ? D 13:17 0:00 /usr/bin/php-cg i apache 12324 0.0 0.0 591684 4380 ? S 13:17 0:00 /usr/sbin/httpd apache 12325 0.0 0.0 591684 4844 ? S 13:17 0:00 /usr/sbin/httpd apache 12326 0.0 0.0 591684 4376 ? S 13:17 0:00 /usr/sbin/httpd apache 12327 0.0 0.0 591676 4688 ? S 13:17 0:00 /usr/sbin/httpd apache 12328 0.0 0.0 591676 4692 ? S 13:17 0:00 /usr/sbin/httpd 589 12329 0.4 1.6 492352 130612 ? S 13:17 0:01 /usr/bin/php-cg i cantors 12330 0.2 0.5 427248 43600 ? D 13:17 0:00 /usr/bin/php-cg i cantors 12331 0.1 0.5 427524 43620 ? D 13:17 0:00 /usr/bin/php-cg i 647 12332 0.3 1.3 466164 105176 ? D 13:17 0:01 /usr/bin/php-cg i apache 12333 0.0 0.0 591684 4568 ? S 13:17 0:00 /usr/sbin/httpd cantors 12336 0.1 0.5 427228 43580 ? D 13:18 0:00 /usr/bin/php-cg i root 12337 0.0 0.0 139748 1312 ? S 13:18 0:00 CROND root 12338 0.0 0.0 139748 1312 ? S 13:18 0:00 CROND root 12340 0.0 0.0 139748 1312 ? S 13:18 0:00 CROND root 12342 0.0 0.0 139748 1312 ? S 13:18 0:00 CROND apache 12343 0.0 0.0 341832 7440 ? D 13:18 0:00 /usr/sbin/httpd apache 12344 0.0 0.0 591676 4692 ? S 13:18 0:00 /usr/sbin/httpd apache 12345 0.0 0.0 591684 4388 ? S 13:18 0:00 /usr/sbin/httpd apache 12346 0.0 0.0 591684 4388 ? S 13:18 0:00 /usr/sbin/httpd 647 12347 0.4 1.3 468284 105316 ? D 13:18 0:01 /usr/bin/php-cg i 625 12349 0.0 0.0 108116 1300 ? Ss 13:18 0:00 /bin/sh -c /usr /bin/wget -O -q "http://yourbusinesscommunity.co.uk/ 625 12350 0.0 0.0 138456 2336 ? S 13:18 0:00 /usr/bin/wget - O -q http://yourbusinesscommunity.co.uk/index.php?op 625 12351 0.0 0.0 108116 1296 ? Ss 13:18 0:00 /bin/sh -c /usr /bin/wget -O -q "http://www.yourbusinesscommunity.co 625 12353 0.1 0.4 420660 33988 ? S 13:18 0:00 /usr/bin/php-cg i 625 12354 0.0 0.0 108116 1296 ? Ss 13:18 0:00 /bin/sh -c /usr /bin/wget -O -q "https://www.yourbusinesscommunity.c 625 12355 0.0 0.0 141852 4644 ? S 13:18 0:00 /usr/bin/wget - O -q https://www.yourbusinesscommunity.co.uk/index.p 589 12359 0.0 0.0 108116 1304 ? Ss 13:18 0:00 /bin/sh -c curl --silent "http://londonmeansbusiness.co.uk/wp-cron. 650 12361 0.0 0.0 108116 1300 ? Ss 13:18 0:00 /bin/sh -c /usr /bin/wget -O -q "http://www.icanhelpyourbusiness.co. 650 12362 0.0 0.0 140528 2400 ? S 13:18 0:00 /usr/bin/wget - O -q http://www.icanhelpyourbusiness.co.uk/index.php 650 12363 0.0 0.0 81448 3500 ? S 13:18 0:00 /usr/sbin/postd rop -r apache 12364 0.0 0.0 591684 4368 ? S 13:18 0:00 /usr/sbin/httpd 625 12366 0.0 0.0 140528 2400 ? S 13:18 0:00 /usr/bin/wget - O -q http://www.yourbusinesscommunity.co.uk/index.ph root 12367 0.2 0.3 146184 24228 ? D 13:18 0:00 /usr/libexec/we bmin/syslog/save_log.cgi 589 12368 0.0 0.0 172484 3216 ? S 13:18 0:00 curl --silent h ttp://londonmeansbusiness.co.uk/wp-cron.php?d9c334f7 cantors 12369 0.2 0.5 427256 43616 ? D 13:18 0:00 /usr/bin/php-cg i 625 12376 0.2 0.4 420660 33984 ? S 13:18 0:00 /usr/bin/php-cg i 650 12377 0.1 0.3 418532 29872 ? D 13:18 0:00 /usr/bin/php-cg i root 12381 0.0 0.0 139748 1312 ? S 13:19 0:00 CROND root 12385 0.0 0.0 139748 1312 ? S 13:19 0:00 CROND apache 12386 0.0 0.0 591676 4708 ? S 13:18 0:00 /usr/sbin/httpd apache 12387 0.0 0.0 591684 4364 ? S 13:19 0:00 /usr/sbin/httpd root 12388 0.0 0.0 102648 4688 ? Rs 13:19 0:00 sshd: root@pts/ 0 625 12389 0.0 0.0 108116 1296 ? Ss 13:19 0:00 /bin/sh -c /usr /bin/wget -O -q "https://www.yourbusinesscommunity.c 625 12390 0.0 0.0 141852 4648 ? S 13:19 0:00 /usr/bin/wget - O -q https://www.yourbusinesscommunity.co.uk/index.p 650 12397 0.0 0.0 108116 1296 ? Ss 13:19 0:00 /bin/sh -c /usr /bin/wget -O -q "http://www.icanhelpyourbusiness.co. 650 12398 0.0 0.0 140528 2400 ? S 13:19 0:00 /usr/bin/wget - O -q http://www.icanhelpyourbusiness.co.uk/index.php 625 12399 0.1 0.4 420608 34336 ? S 13:19 0:00 /usr/bin/php-cg i 625 12400 0.1 0.4 420660 34396 ? S 13:19 0:00 /usr/bin/php-cg i apache 12401 0.0 0.0 591684 4388 ? S 13:19 0:00 /usr/sbin/httpd apache 12402 0.0 0.0 591684 4592 ? S 13:19 0:00 /usr/sbin/httpd apache 12403 0.0 0.0 591684 4388 ? S 13:19 0:00 /usr/sbin/httpd apache 12404 0.1 0.0 591684 4368 ? S 13:19 0:00 /usr/sbin/httpd apache 12405 0.0 0.0 591688 5332 ? S 13:19 0:00 /usr/sbin/httpd apache 12406 0.0 0.0 591684 4388 ? S 13:19 0:00 /usr/sbin/httpd cantors 12407 0.1 0.5 427264 44016 ? D 13:19 0:00 /usr/bin/php-cg i 647 12409 0.5 1.3 466208 105044 ? D 13:19 0:00 /usr/bin/php-cg i apache 12410 0.0 0.0 591676 4552 ? S 13:19 0:00 /usr/sbin/httpd apache 12411 0.0 0.0 591684 4364 ? S 13:19 0:00 /usr/sbin/httpd apache 12412 0.0 0.0 591676 4660 ? S 13:19 0:00 /usr/sbin/httpd apache 12413 0.0 0.1 341980 8696 ? D 13:19 0:00 /usr/sbin/httpd apache 12414 0.0 0.0 591676 4372 ? S 13:19 0:00 /usr/sbin/httpd apache 12415 0.0 0.0 591684 4372 ? S 13:19 0:00 /usr/sbin/httpd cantors 12416 0.1 0.5 427248 44000 ? D 13:19 0:00 /usr/bin/php-cg i 647 12417 0.5 1.3 466184 105028 ? D 13:19 0:00 /usr/bin/php-cg i apache 12418 0.0 0.0 591684 4564 ? S 13:19 0:00 /usr/sbin/httpd apache 12419 0.0 0.0 591684 4388 ? S 13:19 0:00 /usr/sbin/httpd apache 12420 0.0 0.0 591688 5308 ? S 13:19 0:00 /usr/sbin/httpd apache 12421 0.0 0.0 341836 7436 ? D 13:19 0:00 /usr/sbin/httpd apache 12422 0.0 0.0 591684 4388 ? S 13:19 0:00 /usr/sbin/httpd apache 12423 0.0 0.0 591684 4304 ? S 13:19 0:00 /usr/sbin/httpd apache 12424 0.0 0.0 591676 4708 ? S 13:19 0:00 /usr/sbin/httpd apache 12425 0.0 0.0 591684 4548 ? S 13:19 0:00 /usr/sbin/httpd 589 12438 0.6 1.5 488704 127760 ? S 13:19 0:01 /usr/bin/php-cg i 589 12439 0.6 1.5 488488 127292 ? S 13:19 0:01 /usr/bin/php-cg i 589 12440 0.7 1.6 492952 131624 ? S 13:19 0:01 /usr/bin/php-cg i apache 12442 0.0 0.0 591680 4340 ? S 13:19 0:00 /usr/sbin/httpd root 12443 0.2 0.3 144016 26932 ? D 13:19 0:00 /usr/libexec/we bmin/webmincron/webmincron.pl root 12445 0.0 0.0 139748 1312 ? S 13:20 0:00 CROND root 12446 0.0 0.0 139748 1312 ? S 13:20 0:00 CROND root 12447 0.0 0.0 139748 1312 ? S 13:20 0:00 CROND root 12449 0.0 0.0 139748 1312 ? S 13:20 0:00 CROND root 12452 0.0 0.0 139748 1312 ? S 13:20 0:00 CROND apache 12454 0.0 0.0 591680 4340 ? S 13:20 0:00 /usr/sbin/httpd root 12457 0.1 0.1 142684 14756 ? Ss 13:20 0:00 /usr/bin/perl / usr/libexec/webmin/status/monitor.pl 625 12458 0.0 0.0 108116 1300 ? Ss 13:20 0:00 /bin/sh -c /usr /bin/wget -O -q "http://yourbusinesscommunity.co.uk/ 589 12460 0.0 0.0 108116 1304 ? Ss 13:20 0:00 /bin/sh -c curl --silent "http://londonmeansbusiness.co.uk/wp-cron. 625 12461 0.0 0.0 108116 1292 ? Ss 13:20 0:00 /bin/sh -c /usr /bin/wget -O -q "https://www.yourbusinesscommunity.c 650 12463 0.0 0.0 108116 1300 ? Ss 13:20 0:00 /bin/sh -c /usr /bin/wget -O -q "http://www.icanhelpyourbusiness.co. 625 12466 0.0 0.0 138456 2340 ? S 13:20 0:00 /usr/bin/wget - O -q http://yourbusinesscommunity.co.uk/index.php?op 589 12468 0.0 0.0 172484 3236 ? S 13:20 0:00 curl --silent h ttp://londonmeansbusiness.co.uk/wp-cron.php?d9c334f7 625 12469 0.0 0.0 141852 4652 ? S 13:20 0:00 /usr/bin/wget - O -q https://www.yourbusinesscommunity.co.uk/index.p 650 12470 0.0 0.0 140528 2404 ? S 13:20 0:00 /usr/bin/wget - O -q http://www.icanhelpyourbusiness.co.uk/index.php apache 12474 0.0 0.0 591684 4360 ? S 13:20 0:00 /usr/sbin/httpd apache 12475 0.0 0.0 591684 4568 ? S 13:20 0:00 /usr/sbin/httpd apache 12520 0.0 0.0 341836 7420 ? D 13:20 0:00 /usr/sbin/httpd apache 12521 0.0 0.0 591684 4360 ? S 13:20 0:00 /usr/sbin/httpd apache 12522 0.0 0.0 591676 4708 ? S 13:20 0:00 /usr/sbin/httpd apache 12523 0.0 0.0 591684 4388 ? S 13:20 0:00 /usr/sbin/httpd apache 12524 0.0 0.0 591684 4556 ? S 13:20 0:00 /usr/sbin/httpd apache 12525 0.0 0.0 591684 4548 ? S 13:20 0:00 /usr/sbin/httpd apache 12526 0.0 0.0 591684 4388 ? S 13:20 0:00 /usr/sbin/httpd apache 12527 0.0 0.0 341836 7428 ? D 13:20 0:00 /usr/sbin/httpd apache 12528 0.0 0.0 591684 4592 ? S 13:20 0:00 /usr/sbin/httpd apache 12529 0.0 0.0 591684 4388 ? S 13:20 0:00 /usr/sbin/httpd apache 12530 0.0 0.0 591684 4388 ? S 13:20 0:00 /usr/sbin/httpd apache 12531 0.0 0.0 591684 4388 ? S 13:20 0:00 /usr/sbin/httpd apache 12532 0.0 0.0 591684 4568 ? S 13:20 0:00 /usr/sbin/httpd apache 12533 0.1 0.0 341836 7400 ? D 13:20 0:00 /usr/sbin/httpd apache 12534 0.0 0.0 591684 4388 ? S 13:20 0:00 /usr/sbin/httpd apache 12535 0.0 0.0 591544 4148 ? S 13:20 0:00 /usr/sbin/httpd apache 12536 0.0 0.0 591684 4304 ? S 13:20 0:00 /usr/sbin/httpd apache 12537 0.0 0.0 591684 4548 ? S 13:20 0:00 /usr/sbin/httpd apache 12538 0.0 0.0 591684 4388 ? S 13:20 0:00 /usr/sbin/httpd apache 12539 0.0 0.0 341836 7448 ? D 13:20 0:00 /usr/sbin/httpd apache 12540 0.0 0.0 591684 4388 ? S 13:20 0:00 /usr/sbin/httpd apache 12541 0.0 0.0 341836 7428 ? D 13:20 0:00 /usr/sbin/httpd apache 12542 0.0 0.0 591684 4596 ? S 13:20 0:00 /usr/sbin/httpd apache 12543 0.0 0.0 591684 4372 ? S 13:20 0:00 /usr/sbin/httpd apache 12544 0.0 0.0 341836 7424 ? D 13:20 0:00 /usr/sbin/httpd apache 12545 0.0 0.0 591684 4384 ? S 13:20 0:00 /usr/sbin/httpd apache 12546 0.0 0.0 591684 4544 ? S 13:20 0:00 /usr/sbin/httpd root 12548 0.0 0.0 110492 1944 pts/0 Ss 13:20 0:00 -bash root 12552 0.0 0.0 139748 1316 ? S 13:21 0:00 CROND root 12553 0.0 0.0 139748 1316 ? S 13:21 0:00 CROND root 12556 0.0 0.0 139748 1316 ? S 13:21 0:00 CROND 625 12558 0.0 0.0 108116 1300 ? Ss 13:21 0:00 /bin/sh -c /usr /bin/wget -O -q "https://www.yourbusinesscommunity.c 650 12559 0.0 0.0 108116 1296 ? Ss 13:21 0:00 /bin/sh -c /usr /bin/wget -O -q "http://www.icanhelpyourbusiness.co. 625 12560 0.0 0.0 141852 4652 ? S 13:21 0:00 /usr/bin/wget - O -q https://www.yourbusinesscommunity.co.uk/index.p 650 12561 0.0 0.0 140528 2400 ? S 13:21 0:00 /usr/bin/wget - O -q http://www.icanhelpyourbusiness.co.uk/index.php 589 12564 0.0 0.0 108116 1308 ? Ss 13:21 0:00 /bin/sh -c curl --silent "http://londonmeansbusiness.co.uk/wp-cron. 589 12565 0.0 0.0 172484 3240 ? S 13:21 0:00 curl --silent h ttp://londonmeansbusiness.co.uk/wp-cron.php?d9c334f7 589 12567 1.4 1.4 475656 114036 ? D 13:21 0:00 /usr/bin/php-cg i 625 12569 0.2 0.4 420660 34392 ? S 13:21 0:00 /usr/bin/php-cg i cantors 12570 0.5 0.5 427248 44000 ? D 13:21 0:00 /usr/bin/php-cg i 647 12573 1.3 1.3 466208 105048 ? D 13:21 0:00 /usr/bin/php-cg i 647 12574 1.4 1.3 465908 104940 ? D 13:21 0:00 /usr/bin/php-cg i 625 12575 0.2 0.4 420608 34328 ? S 13:21 0:00 /usr/bin/php-cg i 647 12577 1.4 1.3 465908 104936 ? D 13:21 0:00 /usr/bin/php-cg i cantors 12578 0.3 0.5 427248 44000 ? D 13:21 0:00 /usr/bin/php-cg i 592 12580 0.2 0.4 420336 33868 ? S 13:21 0:00 /usr/bin/php-cg i cantors 12582 0.3 0.5 427224 43980 ? D 13:21 0:00 /usr/bin/php-cg i 625 12583 0.2 0.4 420660 34384 ? S 13:21 0:00 /usr/bin/php-cg i 592 12584 0.3 0.4 420336 33864 ? S 13:21 0:00 /usr/bin/php-cg i 647 12585 1.4 1.3 466208 105048 ? D 13:21 0:00 /usr/bin/php-cg i 650 12586 0.2 0.3 418532 29872 ? D 13:21 0:00 /usr/bin/php-cg i 625 12587 0.2 0.4 420660 34388 ? S 13:21 0:00 /usr/bin/php-cg i 625 12588 0.2 0.4 420660 34388 ? S 13:21 0:00 /usr/bin/php-cg i 592 12589 0.2 0.4 420336 33692 ? S 13:21 0:00 /usr/bin/php-cg i postfix 12592 0.0 0.0 81712 4136 ? S 13:21 0:00 trivial-rewrite -n rewrite -t unix -u 650 12597 0.2 0.3 418532 29876 ? D 13:21 0:00 /usr/bin/php-cg i 650 12598 0.2 0.3 418532 29880 ? D 13:21 0:00 /usr/bin/php-cg i 625 12599 0.3 0.4 420604 34332 ? S 13:21 0:00 /usr/bin/php-cg i 625 12602 0.4 0.4 420660 34388 ? S 13:21 0:00 /usr/bin/php-cg i 625 12607 0.7 0.4 420608 34336 ? S 13:21 0:00 /usr/bin/php-cg i postfix 12608 0.0 0.0 81708 3848 ? S 13:21 0:00 smtp -t unix -u postfix 12610 0.0 0.0 81540 3604 ? S 13:21 0:00 bounce -z -t un ix -u 625 12613 0.5 0.3 416772 26724 ? S 13:21 0:00 /usr/bin/php-cg i root 12622 0.0 0.0 139748 1312 ? S 13:22 0:00 CROND root 12623 0.0 0.0 139748 1312 ? S 13:22 0:00 CROND root 12624 2.2 0.0 143756 5332 ? S 13:22 0:00 CROND root 12626 0.0 0.0 139748 1312 ? S 13:22 0:00 CROND root 12628 0.0 0.0 139748 1312 ? S 13:22 0:00 CROND 625 12629 0.0 0.0 108116 1292 ? Ss 13:22 0:00 /bin/sh -c /usr /bin/wget -O -q "http://yourbusinesscommunity.co.uk/ 589 12630 0.0 0.0 108116 1304 ? Ss 13:22 0:00 /bin/sh -c curl --silent "http://londonmeansbusiness.co.uk/wp-cron. 650 12632 0.0 0.0 108116 1300 ? Ss 13:22 0:00 /bin/sh -c /usr /bin/wget -O -q "http://www.icanhelpyourbusiness.co. 650 12634 0.0 0.0 140528 2404 ? Ss 13:22 0:00 /usr/bin/wget - -spider http://www.icanhelpyourbusiness.co.uk/index. 589 12635 0.0 0.0 172484 3236 ? S 13:22 0:00 curl --silent h ttp://londonmeansbusiness.co.uk/wp-cron.php?d9c334f7 625 12636 0.0 0.0 108116 1296 ? Ss 13:22 0:00 /bin/sh -c /usr /bin/wget -O -q "https://www.yourbusinesscommunity.c 650 12637 0.0 0.0 0 0 ? Z 13:22 0:00 [crond] 625 12639 0.0 0.0 138456 2340 ? S 13:22 0:00 /usr/bin/wget - O -q http://yourbusinesscommunity.co.uk/index.php?op 625 12641 0.1 0.0 141852 4652 ? S 13:22 0:00 /usr/bin/wget - O -q https://www.yourbusinesscommunity.co.uk/index.p 650 12642 0.0 0.0 140528 2400 ? S 13:22 0:00 /usr/bin/wget - O -q http://www.icanhelpyourbusiness.co.uk/index.php 650 12643 0.0 0.0 81484 3516 ? S 13:22 0:00 /usr/sbin/sendm ail -FCronDaemon -i -odi -oem -oi -t -f root 650 12644 0.0 0.0 81448 3496 ? S 13:22 0:00 /usr/sbin/postd rop -r 647 12645 6.8 1.3 466208 105044 ? D 13:22 0:00 /usr/bin/php-cg i 650 12646 1.0 0.3 418532 29876 ? D 13:22 0:00 /usr/bin/php-cg i 650 12647 1.0 0.3 418532 29880 ? D 13:22 0:00 /usr/bin/php-cg i 625 12648 1.2 0.4 420660 34388 ? S 13:22 0:00 /usr/bin/php-cg i 625 12649 1.3 0.4 420660 34396 ? S 13:22 0:00 /usr/bin/php-cg i 647 12650 7.4 1.3 466256 105280 ? D 13:22 0:00 /usr/bin/php-cg i root 12669 0.0 0.0 108116 1308 ? S 13:22 0:00 sh -c "/usr/sha re/awstats/wwwroot/cgi-bin/awstats.pl" -update -conf root 12670 5.2 0.2 139888 16228 ? D 13:22 0:00 /usr/bin/perl / usr/share/awstats/wwwroot/cgi-bin/awstats.pl -update root 12677 2.5 0.0 110200 1120 pts/0 R+ 13:22 0:00 ps auxw root 12678 0.0 0.0 81424 176 ? D 13:22 0:00 /usr/libexec/po stfix/master root 12679 0.0 0.0 81424 176 ? D 13:22 0:00 /usr/libexec/po stfix/master gis-uk 12680 9.0 0.3 417036 26544 ? D 13:22 0:00 /usr/bin/php-cg i root 15722 0.0 0.0 591544 4884 ? Ss Sep28 1:08 /usr/sbin/httpd root 16251 0.0 0.0 39616 572 ? S Oct05 0:00 dovecot/ssl-par ams 199app 22003 0.1 0.5 503064 45692 ? D Oct06 4:48 /usr/bin/php-cg i smesites 31678 0.9 0.1 499308 9976 ? S Oct06 21:44 /usr/bin/php-cg i [root@beta ~]# mailq | tail -1

-- 7 Kbytes in 8 Requests. [root@beta ~]# netstat -ntu | awk '{print $5}' | cut -d: -f1 | sort | uniq -c | sort -nr | head -20 184 15 149.255.110.139 10 149.255.110.137 8 149.255.110.141 3 149.255.110.138 1 servers) 1 Address 1 185.53.224.150 1 149.255.110.140 [root@beta ~]#

The issue appears when I run a newsletter send using WP/Mailpoet - it is 40k emails, which used to run fine and I used to send a lot more.

I think it could be cron related (to send 60 messages a minute)

Aha! Yeah that's definitely an issue!

The load average is 155.00 when you ran that, which is crazy high.

You mentioned sending 40k emails... I see you also mentioned that it's just 60 messages a minute though?

If they were all going out at once, I wouldn't be surprised to see an issue like that. Slowing it down to just 60 messages a minute should be fine though.

However, I suppose it couldn't hurt to slow it more? Is that possible?

Sorry, I just checked the system and I had upped it to 200 per minute.

After some delving about, with the cron firing every minute, Mailpoet can only process 1 email per second, so, the the 61st email is sent, the next cron triggers. This creates the load, I guess.

Do I sound about right?

Any thoughts on how I might get around this?

Ideally, I need to emails to go out at least in the same day, but, ideally, within a couple hours. Slowing things down will cause a few headaches.

I do not seen to have this issue with Acymailer, on Joomla!

Well, it wouldn't be a problem at first... but once it backs up so that there are 1000+ emails in the queue, that can cause the load you're seeing.

When using Acymailer and Joomla, are you trying those on the same server, and sending the same quantity of emails?

Also, I know this is a long shot, but do you have any other running servers available to you that aren't working as live web servers?

I have a server that I use for * PBX. Low spec & virtual.

BTW, I am passing the emails to Mandrill, so they are not actually being sent from my server (via my SMTP).

Ah, then there goes that suggestion :-)

I was just about to say, maybe we could use a remote server to send all the emails through.

If the emails are not going through Postfix at all, then it's not the typical email resource usage you are seeing. At that point, I wouldn't look at this as a web app sending 40k emails, I'd look at it simply as a long-running web app... I'll review your process list above to see if I can spot any processes that seem CPU hungry.

Just to be sure the emails are in fact skipping your Postfix queue, you may want to run "mailq | tail -1" and make sure that queue isn't growing.