I've got five machines that aren't turning in any work. They've been running, but something's not right. Here's what a machine that *is* turning in results looks like after a few days:

Code:
  PID USER     PRI  NI  SIZE  RSS SHARE STAT %CPU %MEM   TIME CPU COMMAND
14859 root      25   0 52928  51M   796 R    99.9 10.2  4560m   0 DockWin.exe
Here's what a machine that *isn't* turning in results looks like:

Code:
  PID USER     PRI  NI  SIZE  RSS SHARE STAT %CPU %MEM   TIME CPU COMMAND
24859 root      25   0 28648  23M  2576 S    65.2  4.9  3659m   0 java
31283 root      25   0 15728  15M   544 R    18.0  3.2   0:36   0 GridWin.exe
31281 root      25   0 15736  15M   544 R    16.6  3.2   0:39   0 GridWin.exe
Something is obviously wrong. 'java' is getting the bulk of the CPU time, rather than one of the d2ol executables.

I haven't had time to do anything other than look for obvious errors (which I didn't find), but here's the log file from the machine shown above:

http://www.zerothelement.com/tmp/d2ol-log.txt

So, does anyone know what's going on here? They're both Linux boxes, both running the exact same client & version of Java.