It's possible that you're hitting resource contention when running both these processes at the same time. I'm assuming users are also accessing the system? You may want to separate the processes so that they don't run at the same time.
Have you looked at the waiting states of the running processes to see what is blocking them?