Interchange - CPU

I´m having this process in loop:

--------
Process 11048 attached - interrupt to quit
select(16, [7 8 9], NULL, NULL, {1, 690000}) = 0 (Timeout)
time(NULL) = 1075426062
open("/usr/local/cpanel/3rdparty/interchange/etc", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 2
fstat64(2, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
fcntl64(2, F_SETFD, FD_CLOEXEC) = 0
getdents64(2, /* 10 entries */, 4096) = 320
getdents64(2, /* 0 entries */, 4096) = 0
close(2) = 0
select(16, [7 8 9], NULL, NULL, {3, 0}) = 0 (Timeout)
time(NULL) = 1075426065
open("/usr/local/cpanel/3rdparty/interchange/etc", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 2
fstat64(2, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
fcntl64(2, F_SETFD, FD_CLOEXEC) = 0
getdents64(2, /* 10 entries */, 4096) = 320
getdents64(2, /* 0 entries */, 4096) = 0
close(2) = 0
...
----------------

MEM %: 2.5

I´ve already restarted Interchange, but I get a new process like that after restarting.

What can I do?

 

 

 

 

Top