cme...@cmeerw.org (Christof Meerwald) writes: >What I am seeing is that processes end up waiting in "tstile" (just >showing those).
Unfortunately "tstile" doesn't tell much. The process is waiting on some mutex that is held by some other process. The process holding the mutex is either busy or waits itself for something else. You need find this process that stalls all the others.