Trace number 3313082

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
STRUCTure 0.1? (TO) 4800.27 1207.33

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/
VanDerWaerden_pd_2-3-23_507.cnf
MD5SUM0c4fc551e2fe598a8074df6204d87f7d
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables254
Number of clauses34289
Sum of the clauses size152236
Maximum clause length23
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2337
Number of clauses of size 331448
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 52504

Solver Data

0.10/0.12	23:54 INFO : Reading from input HOME/instance-3313082-1304184234.cnf
0.63/0.47	Executor set job limit to 1000000
0.63/0.47	Executor set job limit to 1000000
0.63/0.47	Executor set job limit to 1000000
0.63/0.47	Executor set job limit to 1000000
0.63/0.47	Starting Executor!
0.63/0.47	Starting Executor!
0.63/0.47	Starting Executor!
0.63/0.47	Starting Executor!
1.97/1.08	23:55 INFO : 253 variables remaining out of 254
1.97/1.08	23:55 INFO : 185755 literals remaining out of 186525

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3313082-1304184234/watcher-3313082-1304184234 -o /tmp/evaluation-result-3313082-1304184234/solver-3313082-1304184234 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3313082-1304184234.cnf 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 7.16 7.84 7.44 2/177 31745
/proc/meminfo: memFree=30603264/32951124 swapFree=67103364/67111528
[pid=31745] ppid=31743 vsize=24004 CPUtime=0 cores=1,3,5,7
/proc/31745/stat : 31745 (java) S 31743 31745 30707 0 -1 4202496 1382 0 0 0 0 0 0 0 18 0 2 0 608654092 24580096 863 33554432000 1073741824 1073778376 140736157491648 18446744073709551615 224296728549 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/31745/statm: 6014 870 667 9 0 381 0
[pid=31745/tid=31747] ppid=31743 vsize=26088 CPUtime=0 cores=1,3,5,7
/proc/31745/task/31747/stat : 31747 (java) R 31743 31745 30707 0 -1 4202560 42 0 0 0 0 0 0 0 19 0 2 0 608654093 26714112 871 33554432000 1073741824 1073778376 140736157491648 18446744073709551615 224300909595 0 0 4096 0 0 0 0 -1 5 0 0 0

[startup+0.012581 s]
/proc/loadavg: 7.16 7.84 7.44 2/177 31745
/proc/meminfo: memFree=30603264/32951124 swapFree=67103364/67111528
[pid=31745] ppid=31743 vsize=15589660 CPUtime=0 cores=1,3,5,7
/proc/31745/stat : 31745 (java) S 31743 31745 30707 0 -1 4202496 2340 0 1 0 0 0 0 0 18 0 10 0 608654092 15963811840 1786 33554432000 1073741824 1073778376 140736157491648 18446744073709551615 224296728549 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/31745/statm: 3897415 1788 982 9 0 3888571 0
[pid=31745/tid=31747] ppid=31743 vsize=15589660 CPUtime=0 cores=1,3,5,7
/proc/31745/task/31747/stat : 31747 (java) R 31743 31745 30707 0 -1 4202560 978 0 1 0 0 0 0 0 18 0 10 0 608654093 15963811840 1788 33554432000 1073741824 1073778376 140736157491648 18446744073709551615 47110870583217 0 4 0 16784584 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15589660

[startup+0.100579 s]
/proc/loadavg: 7.16 7.84 7.44 2/177 31745
/proc/meminfo: memFree=30603264/32951124 swapFree=67103364/67111528
[pid=31745] ppid=31743 vsize=15676644 CPUtime=0.1 cores=1,3,5,7
/proc/31745/stat : 31745 (java) S 31743 31745 30707 0 -1 4202496 5563 0 1 0 9 1 0 0 18 0 18 0 608654092 16052883456 5004 33554432000 1073741824 1073778376 140736157491648 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/31745/statm: 3919161 5005 2117 9 0 3909880 0
[pid=31745/tid=31747] ppid=31743 vsize=15676644 CPUtime=0.08 cores=1,3,5,7
/proc/31745/task/31747/stat : 31747 (java) R 31743 31745 30707 0 -1 4202560 3460 0 1 0 7 1 0 0 17 0 18 0 608654093 16052883456 5005 33554432000 1073741824 1073778376 140736157491648 18446744073709551615 47110875798627 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15676644

[startup+0.300541 s]
/proc/loadavg: 7.16 7.84 7.44 2/177 31745
/proc/meminfo: memFree=30603264/32951124 swapFree=67103364/67111528
[pid=31745] ppid=31743 vsize=15683016 CPUtime=0.51 cores=1,3,5,7
/proc/31745/stat : 31745 (java) S 31743 31745 30707 0 -1 4202496 15204 0 1 0 49 2 0 0 18 0 18 0 608654092 16059408384 13455 33554432000 1073741824 1073778376 140736157491648 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/31745/statm: 3920754 13462 2208 9 0 3911473 0
[pid=31745/tid=31747] ppid=31743 vsize=15683016 CPUtime=0.28 cores=1,3,5,7
/proc/31745/task/31747/stat : 31747 (java) R 31743 31745 30707 0 -1 4202560 10138 0 1 0 26 2 0 0 18 0 18 0 608654093 16059408384 13465 33554432000 1073741824 1073778376 140736157491648 18446744073709551615 46912505639251 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 15683016

[startup+0.70047 s]
/proc/loadavg: 7.16 7.84 7.44 2/177 31745
/proc/meminfo: memFree=30603264/32951124 swapFree=67103364/67111528
[pid=31745] ppid=31743 vsize=15700808 CPUtime=1.16 cores=1,3,5,7
/proc/31745/stat : 31745 (java) S 31743 31745 30707 0 -1 4202496 46679 0 1 0 110 6 0 0 18 0 22 0 608654092 16077627392 43006 33554432000 1073741824 1073778376 140736157491648 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/31745/statm: 3925202 43006 2256 9 0 3915921 0
[pid=31745/tid=31747] ppid=31743 vsize=15700808 CPUtime=0.68 cores=1,3,5,7
/proc/31745/task/31747/stat : 31747 (java) R 31743 31745 30707 0 -1 4202560 35646 0 1 0 63 5 0 0 20 0 22 0 608654093 16077627392 43006 33554432000 1073741824 1073778376 140736157491648 18446744073709551615 46912505185571 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 15700808

[startup+1.5013 s]
/proc/loadavg: 7.16 7.84 7.44 3/220 31788
/proc/meminfo: memFree=30280948/32951124 swapFree=67103364/67111528
[pid=31745] ppid=31743 vsize=15706852 CPUtime=3.27 cores=1,3,5,7
/proc/31745/stat : 31745 (java) S 31743 31745 30707 0 -1 4202496 50577 0 1 0 320 7 0 0 18 0 22 0 608654092 16083816448 44697 33554432000 1073741824 1073778376 140736157491648 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/31745/statm: 3926713 44697 2275 9 0 3917432 0
[pid=31745/tid=31747] ppid=31743 vsize=15706852 CPUtime=1.07 cores=1,3,5,7
/proc/31745/task/31747/stat : 31747 (java) S 31743 31745 30707 0 -1 4202560 35696 0 1 0 102 5 0 0 21 0 22 0 608654093 16083816448 44697 33554432000 1073741824 1073778376 140736157491648 18446744073709551615 224296741785 0 4 0 16800975 18446604463031671488 0 0 -1 3 0 0 0
[pid=31745/tid=31757] ppid=31743 vsize=15706852 CPUtime=0 cores=1,3,5,7
/proc/31745/task/31757/stat : 31757 (java) S 31743 31745 30707 0 -1 4202560 72 0 0 0 0 0 0 0 16 0 22 0 608654093 16083816448 44697 33554432000 1073741824 1073778376 140736157491648 18446744073709551615 224296741785 0 4 0 16800975 18446604463031671488 0 0 -1 1 0 0 0
[pid=31745/tid=31758] ppid=31743 vsize=15706852 CPUtime=0 cores=1,3,5,7
/proc/31745/task/31758/stat : 31758 (java) S 31743 31745 30707 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 608654093 16083816448 44697 33554432000 1073741824 1073778376 140736157491648 18446744073709551615 224296741785 0 4 0 16800975 18446604463031671488 0 0 -1 1 0 0 0
[pid=31745/tid=31759] ppid=31743 vsize=15706852 CPUtime=0 cores=1,3,5,7
/proc/31745/task/31759/stat : 31759 (java) S 31743 31745 30707 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 22 0 608654093 16083816448 44697 33554432000 1073741824 1073778376 140736157491648 18446744073709551615 224296741785 0 4 0 16800975 18446604463031671488 0 0 -1 1 0 0 0
[pid=31745/tid=31760] ppid=31743 vsize=15706852 CPUtime=0 cores=1,3,5,7
/proc/31745/task/31760/stat : 31760 (java) S 31743 31745 30707 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 608654093 16083816448 44697 33554432000 1073741824 1073778376 140736157491648 18446744073709551615 224296741785 0 4 0 16800975 18446604463031671488 0 0 -1 1 0 0 0
[pid=31745/tid=31761] ppid=31743 vsize=15706852 CPUtime=0 cores=1,3,5,7
/proc/31745/task/31761/stat : 31761 (java) S 31743 31745 30707 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 608654093 16083816448 44697 33554432000 1073741824 1073778376 140736157491648 18446744073709551615 224296741785 0 4 0 16800975 18446604463031671488 0 0 -1 5 0 0 0
[pid=31745/tid=31762] ppid=31743 vsize=15706852 CPUtime=0 cores=1,3,5,7
/proc/31745/task/31762/stat : 31762 (java) S 31743 31745 30707 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 608654093 16083816448 44697 33554432000 1073741824 1073778376 140736157491648 18446744073709551615 224296741785 0 4 0 16800975 18446604463031671488 0 0 -1 1 0 0 0
[pid=31745/tid=31763] ppid=31743 vsize=15706852 CPUtime=0 cores=1,3,5,7
/proc/31745/task/31763/stat : 31763 (java) S 31743 31745 30707 0 -1 4202560 324 0 0 0 0 0 0 0 16 0 22 0 608654093 16083816448 44697 33554432000 1073741824 1073778376 140736157491648 18446744073709551615 224296741785 0 4 0 16800975 18446604463031671488 0 0 -1 5 0 0 0
[pid=31745/tid=31764] ppid=31743 vsize=15706852 CPUtime=0 cores=1,3,5,7
/proc/31745/task/31764/stat : 31764 (java) S 31743 31745 30707 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 608654093 16083816448 44697 33554432000 1073741824 1073778376 140736157491648 18446744073709551615 224296741785 0 4 0 16800975 18446604463031671488 0 0 -1 5 0 0 0
[pid=31745/tid=31768] ppid=31743 vsize=15706852 CPUtime=0 cores=1,3,5,7
/proc/31745/task/31768/stat : 31768 (java) S 31743 31745 30707 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 22 0 608654094 16083816448 44697 33554432000 1073741824 1073778376 140736157491648 18446744073709551615 224296742400 0 0 0 16800975 18446604463031671488 0 0 -1 5 0 0 0
[pid=31745/tid=31769] ppid=31743 vsize=15706852 CPUtime=0 cores=1,3,5,7
/proc/31745/task/31769/stat : 31769 (java) S 31743 31745 30707 0 -1 4202560 17 0 0 0 0 0 0 0 17 0 22 0 608654095 16083816448 44697 33554432000 1073741824 1073778376 140736157491648 18446744073709551615 224296741785 0 4 0 16800975 18446604463031671488 0 0 -1 5 0 0 0
[pid=31745/tid=31770] ppid=31743 vsize=15706852 CPUtime=0 cores=1,3,5,7
/proc/31745/task/31770/stat : 31770 (java) S 31743 31745 30707 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 608654095 16083816448 44697 33554432000 1073741824 1073778376 140736157491648 18446744073709551615 224296741785 0 4 0 16800975 18446604463031671488 0 0 -1 5 0 0 0
[pid=31745/tid=31776] ppid=31743 vsize=15706852 CPUtime=0 cores=1,3,5,7
/proc/31745/task/31776/stat : 31776 (java) S 31743 31745 30707 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 608654097 16083816448 44697 33554432000 1073741824 1073778376 140736157491648 18446744073709551615 224296749489 0 4 0 16800975 18446604463031671488 0 0 -1 5 0 0 0
[pid=31745/tid=31777] ppid=31743 vsize=15706852 CPUtime=0.78 cores=1,3,5,7
/proc/31745/task/31777/stat : 31777 (java) R 31743 31745 30707 0 -1 4202560 10641 0 0 0 77 1 0 0 16 0 22 0 608654097 16083816448 44697 33554432000 1073741824 1073778376 140736157491648 18446744073709551615 224296741785 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31745/tid=31778] ppid=31743 vsize=15706852 CPUtime=0.55 cores=1,3,5,7
/proc/31745/task/31778/stat : 31778 (java) S 31743 31745 30707 0 -1 4202560 2385 0 0 0 55 0 0 0 15 0 22 0 608654097 16083816448 44697 33554432000 1073741824 1073778376 140736157491648 18446744073709551615 224296741785 0 4 0 16800975 18446604463031671488 0 0 -1 7 0 0 0
[pid=31745/tid=31779] ppid=31743 vsize=15706852 CPUtime=0 cores=1,3,5,7
/proc/31745/task/31779/stat : 31779 (java) S 31743 31745 30707 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 608654097 16083816448 44697 33554432000 1073741824 1073778376 140736157491648 18446744073709551615 224296741785 0 4 0 16800975 18446604463031671488 0 0 -1 5 0 0 0
[pid=31745/tid=31780] ppid=31743 vsize=15706852 CPUtime=0 cores=1,3,5,7
/proc/31745/task/31780/stat : 31780 (java) S 31743 31745 30707 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 608654097 16083816448 44697 33554432000 1073741824 1073778376 140736157491648 18446744073709551615 224296742400 0 4 0 16800975 18446604463031671488 0 0 -1 7 0 0 0
[pid=31745/tid=31785] ppid=31743 vsize=15706852 CPUtime=0.39 cores=1,3,5,7
/proc/31745/task/31785/stat : 31785 (java) R 31743 31745 30707 0 -1 4202560 32 0 0 0 39 0 0 0 16 0 22 0 608654139 16083816448 44697 33554432000 1073741824 1073778376 140736157491648 18446744073709551615 47110875461793 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=31745/tid=31786] ppid=31743 vsize=15706852 CPUtime=0.08 cores=1,3,5,7
/proc/31745/task/31786/stat : 31786 (java) R 31743 31745 30707 0 -1 4202560 7 0 0 0 8 0 0 0 15 0 22 0 608654139 16083816448 44697 33554432000 1073741824 1073778376 140736157491648 18446744073709551615 46912506075653 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=31745/tid=31787] ppid=31743 vsize=15706852 CPUtime=0.18 cores=1,3,5,7
/proc/31745/task/31787/stat : 31787 (java) R 31743 31745 30707 0 -1 4202560 11 0 0 0 18 0 0 0 16 0 22 0 608654139 16083816448 44697 33554432000 1073741824 1073778376 140736157491648 18446744073709551615 46912505811393 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=31745/tid=31788] ppid=31743 vsize=15706852 CPUtime=0.17 cores=1,3,5,7
/proc/31745/task/31788/stat : 31788 (java) R 31743 31745 30707 0 -1 4202560 8 0 0 0 17 0 0 0 15 0 22 0 608654140 16083816448 44697 33554432000 1073741824 1073778376 140736157491648 18446744073709551615 46912505811446 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.27
Current children cumulated vsize (KiB) 15706852

[startup+3.10103 s]
/proc/loadavg: 7.07 7.81 7.43 9/220 31788
/proc/meminfo: memFree=30195764/32951124 swapFree=67103364/67111528
[pid=31745] ppid=31743 vsize=15706852 CPUtime=9.63 cores=1,3,5,7
/proc/31745/stat : 31745 (java) S 31743 31745 30707 0 -1 4202496 82952 0 1 0 951 12 0 0 18 0 22 0 608654092 16083816448 76005 33554432000 1073741824 1073778376 140736157491648 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/31745/statm: 3926713 76005 2286 9 0 3917432 0
[pid=31745/tid=31747] ppid=31743 vsize=15706852 CPUtime=1.07 cores=1,3,5,7
/proc/31745/task/31747/stat : 31747 (java) S 31743 31745 30707 0 -1 4202560 35696 0 1 0 102 5 0 0 21 0 22 0 608654093 16083816448 76007 33554432000 1073741824 1073778376 140736157491648 18446744073709551615 224296741785 0 4 0 16800975 18446604463031671488 0 0 -1 3 0 0 0
[pid=31745/tid=31757] ppid=31743 vsize=15706852 CPUtime=0 cores=1,3,5,7
/proc/31745/task/31757/stat : 31757 (java) S 31743 31745 30707 0 -1 4202560 3111 0 0 0 0 0 0 0 16 0 22 0 608654093 16083816448 76012 33554432000 1073741824 1073778376 140736157491648 18446744073709551615 224296741785 0 4 0 16800975 18446604463031671488 0 0 -1 5 0 0 0
[pid=31745/tid=31758] ppid=31743 vsize=15706852 CPUtime=0.01 cores=1,3,5,7
/proc/31745/task/31758/stat : 31758 (java) S 31743 31745 30707 0 -1 4202560 2965 0 0 0 1 0 0 0 16 0 22 0 608654093 16083816448 76015 33554432000 1073741824 1073778376 140736157491648 18446744073709551615 224296741785 0 4 0 16800975 18446604463031671488 0 0 -1 3 0 0 0
[pid=31745/tid=31759] ppid=31743 vsize=15706852 CPUtime=0.01 cores=1,3,5,7
/proc/31745/task/31759/stat : 31759 (java) S 31743 31745 30707 0 -1 4202560 3020 0 0 0 1 0 0 0 15 0 22 0 608654093 16083816448 76019 33554432000 1073741824 1073778376 140736157491648 18446744073709551615 224296741785 0 4 0 16800975 18446604463031671488 0 0 -1 1 0 0 0
[pid=31745/tid=31760] ppid=31743 vsize=15706852 CPUtime=0 cores=1,3,5,7
/proc/31745/task/31760/stat : 31760 (java) S 31743 31745 30707 0 -1 4202560 2794 0 0 0 0 0 0 0 15 0 22 0 608654093 16083816448 76022 33554432000 1073741824 1073778376 140736157491648 18446744073709551615 224296741785 0 4 0 16800975 18446604463031671488 0 0 -1 5 0 0 0
[pid=31745/tid=31761] ppid=31743 vsize=15706852 CPUtime=0 cores=1,3,5,7
/proc/31745/task/31761/stat : 31761 (java) S 31743 31745 30707 0 -1 4202560 1953 0 0 0 0 0 0 0 16 0 22 0 608654093 16083816448 76032 33554432000 1073741824 1073778376 140736157491648 18446744073709551615 224296741785 0 4 0 16800975 18446604463031671488 0 0 -1 5 0 0 0
[pid=31745/tid=31762] ppid=31743 vsize=15706852 CPUtime=0 cores=1,3,5,7
/proc/31745/task/31762/stat : 31762 (java) S 31743 31745 30707 0 -1 4202560 216 0 0 0 0 0 0 0 15 0 22 0 608654093 16083816448 76032 33554432000 1073741824 1073778376 140736157491648 18446744073709551615 224296741785 0 4 0 16800975 18446604463031671488 0 0 -1 1 0 0 0
[pid=31745/tid=31763] ppid=31743 vsize=15706852 CPUtime=0 cores=1,3,5,7
/proc/31745/task/31763/stat : 31763 (java) S 31743 31745 30707 0 -1 4202560 1550 0 0 0 0 0 0 0 15 0 22 0 608654093 16083816448 76046 33554432000 1073741824 1073778376 140736157491648 18446744073709551615 224296741785 0 4 0 16800975 18446604463031671488 0 0 -1 7 0 0 0
[pid=31745/tid=31764] ppid=31743 vsize=15706852 CPUtime=0 cores=1,3,5,7
/proc/31745/task/31764/stat : 31764 (java) S 31743 31745 30707 0 -1 4202560 3066 0 0 0 0 0 0 0 15 0 22 0 608654093 16083816448 76067 33554432000 1073741824 1073778376 140736157491648 18446744073709551615 224296741785 0 4 0 16800975 18446604463031671488 0 0 -1 1 0 0 0
[pid=31745/tid=31768] ppid=31743 vsize=15706852 CPUtime=0 cores=1,3,5,7
/proc/31745/task/31768/stat : 31768 (java) S 31743 31745 30707 0 -1 4202560 89 0 0 0 0 0 0 0 15 0 22 0 608654094 16083816448 76080 33554432000 1073741824 1073778376 140736157491648 18446744073709551615 224296742400 0 0 0 16800975 18446604463031671488 0 0 -1 7 0 0 0
[pid=31745/tid=31769] ppid=31743 vsize=15706852 CPUtime=0 cores=1,3,5,7
/proc/31745/task/31769/stat : 31769 (java) S 31743 31745 30707 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 608654095 16083816448 76103 33554432000 1073741824 1073778376 140736157491648 18446744073709551615 224296741785 0 4 0 16800975 18446604463031671488 0 0 -1 5 0 0 0
[pid=31745/tid=31770] ppid=31743 vsize=15706852 CPUtime=0 cores=1,3,5,7
/proc/31745/task/31770/stat : 31770 (java) S 31743 31745 30707 0 -1 4202560 8 0 0 0 0 0 0 0 17 0 22 0 608654095 16083816448 76111 33554432000 1073741824 1073778376 140736157491648 18446744073709551615 224296741785 0 4 0 16800975 18446604463031671488 0 0 -1 5 0 0 0
[pid=31745/tid=31776] ppid=31743 vsize=15706852 CPUtime=0 cores=1,3,5,7
/proc/31745/task/31776/stat : 31776 (java) S 31743 31745 30707 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 608654097 16083816448 76116 33554432000 1073741824 1073778376 140736157491648 18446744073709551615 224296749489 0 4 0 16800975 18446604463031671488 0 0 -1 5 0 0 0
[pid=31745/tid=31777] ppid=31743 vsize=15706852 CPUtime=0.97 cores=1,3,5,7
/proc/31745/task/31777/stat : 31777 (java) S 31743 31745 30707 0 -1 4202560 11925 0 0 0 96 1 0 0 15 0 22 0 608654097 16083816448 76118 33554432000 1073741824 1073778376 140736157491648 18446744073709551615 224296741785 0 4 0 16800975 18446604463031671488 0 0 -1 1 0 0 0
[pid=31745/tid=31778] ppid=31743 vsize=15706852 CPUtime=0.74 cores=1,3,5,7
/proc/31745/task/31778/stat : 31778 (java) S 31743 31745 30707 0 -1 4202560 2419 0 0 0 74 0 0 0 15 0 22 0 608654097 16083816448 76120 33554432000 1073741824 1073778376 140736157491648 18446744073709551615 224296741785 0 4 0 16800975 18446604463031671488 0 0 -1 3 0 0 0
[pid=31745/tid=31779] ppid=31743 vsize=15706852 CPUtime=0 cores=1,3,5,7
/proc/31745/task/31779/stat : 31779 (java) S 31743 31745 30707 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 608654097 16083816448 76122 33554432000 1073741824 1073778376 140736157491648 18446744073709551615 224296741785 0 4 0 16800975 18446604463031671488 0 0 -1 5 0 0 0
[pid=31745/tid=31780] ppid=31743 vsize=15706852 CPUtime=0 cores=1,3,5,7
/proc/31745/task/31780/stat : 31780 (java) S 31743 31745 30707 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 608654097 16083816448 76134 33554432000 1073741824 1073778376 140736157491648 18446744073709551615 224296742400 0 4 0 16800975 18446604463031671488 0 0 -1 7 0 0 0
[pid=31745/tid=31785] ppid=31743 vsize=15706852 CPUtime=1.77 cores=1,3,5,7
/proc/31745/task/31785/stat : 31785 (java) R 31743 31745 30707 0 -1 4202560 3415 0 0 0 177 0 0 0 17 0 22 0 608654139 16083816448 76136 33554432000 1073741824 1073778376 140736157491648 18446744073709551615 47110875460471 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=31745/tid=31786] ppid=31743 vsize=15706852 CPUtime=1.58 cores=1,3,5,7
/proc/31745/task/31786/stat : 31786 (java) R 31743 31745 30707 0 -1 4202560 3031 0 0 0 158 0 0 0 17 0 22 0 608654139 16083816448 76137 33554432000 1073741824 1073778376 140736157491648 18446744073709551615 46912505746863 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31745/tid=31787] ppid=31743 vsize=15706852 CPUtime=1.75 cores=1,3,5,7
/proc/31745/task/31787/stat : 31787 (java) R 31743 31745 30707 0 -1 4202560 3263 0 0 0 175 0 0 0 17 0 22 0 608654139 16083816448 76153 33554432000 1073741824 1073778376 140736157491648 18446744073709551615 46912505789868 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=31745/tid=31788] ppid=31743 vsize=15706852 CPUtime=1.6 cores=1,3,5,7
/proc/31745/task/31788/stat : 31788 (java) R 31743 31745 30707 0 -1 4202560 3201 0 0 0 160 0 0 0 17 0 22 0 608654140 16083816448 76172 33554432000 1073741824 1073778376 140736157491648 18446744073709551615 46912505749898 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 9.63
Current children cumulated vsize (KiB) 15706852

[startup+6.3015 s]
/proc/loadavg: 7.07 7.81 7.43 9/220 31788
/proc/meminfo: memFree=29426084/32951124 swapFree=67103364/67111528
[pid=31745] ppid=31743 vsize=15706852 CPUtime=22.39 cores=1,3,5,7
/proc/31745/stat : 31745 (java) S 31743 31745 30707 0 -1 4202496 160902 0 1 0 2217 22 0 0 18 0 22 0 608654092 16083816448 151860 33554432000 1073741824 1073778376 140736157491648 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/31745/statm: 3926713 151860 2286 9 0 3917432 0
[pid=31745/tid=31747] ppid=31743 vsize=15706852 CPUtime=1.07 cores=1,3,5,7
/proc/31745/task/31747/stat : 31747 (java) S 31743 31745 30707 0 -1 4202560 35696 0 1 0 102 5 0 0 21 0 22 0 608654093 16083816448 151860 33554432000 1073741824 1073778376 140736157491648 18446744073709551615 224296741785 0 4 0 16800975 18446604463031671488 0 0 -1 3 0 0 0
[pid=31745/tid=31757] ppid=31743 vsize=15706852 CPUtime=0.01 cores=1,3,5,7
/proc/31745/task/31757/stat : 31757 (java) S 31743 31745 30707 0 -1 4202560 5135 0 0 0 1 0 0 0 15 0 22 0 608654093 16083816448 151860 33554432000 1073741824 1073778376 140736157491648 18446744073709551615 224296741785 0 4 0 16800975 18446604463031671488 0 0 -1 5 0 0 0
[pid=31745/tid=31758] ppid=31743 vsize=15706852 CPUtime=0.01 cores=1,3,5,7
/proc/31745/task/31758/stat : 31758 (java) S 31743 31745 30707 0 -1 4202560 3632 0 0 0 1 0 0 0 16 0 22 0 608654093 16083816448 151860 33554432000 1073741824 1073778376 140736157491648 18446744073709551615 224296741785 0 4 0 16800975 18446604463031671488 0 0 -1 3 0 0 0
[pid=31745/tid=31759] ppid=31743 vsize=15706852 CPUtime=0.02 cores=1,3,5,7
/proc/31745/task/31759/stat : 31759 (java) S 31743 31745 30707 0 -1 4202560 4875 0 0 0 1 1 0 0 16 0 22 0 608654093 16083816448 151860 33554432000 1073741824 1073778376 140736157491648 18446744073709551615 224296741785 0 4 0 16800975 18446604463031671488 0 0 -1 5 0 0 0
[pid=31745/tid=31760] ppid=31743 vsize=15706852 CPUtime=0.01 cores=1,3,5,7
/proc/31745/task/31760/stat : 31760 (java) S 31743 31745 30707 0 -1 4202560 5815 0 0 0 1 0 0 0 15 0 22 0 608654093 16083816448 151860 33554432000 1073741824 1073778376 140736157491648 18446744073709551615 224296741785 0 4 0 16800975 18446604463031671488 0 0 -1 5 0 0 0
[pid=31745/tid=31761] ppid=31743 vsize=15706852 CPUtime=0.01 cores=1,3,5,7
/proc/31745/task/31761/stat : 31761 (java) S 31743 31745 30707 0 -1 4202560 3360 0 0 0 1 0 0 0 16 0 22 0 608654093 16083816448 151860 33554432000 1073741824 1073778376 140736157491648 18446744073709551615 224296741785 0 4 0 16800975 18446604463031671488 0 0 -1 7 0 0 0
[pid=31745/tid=31762] ppid=31743 vsize=15706852 CPUtime=0 cores=1,3,5,7
/proc/31745/task/31762/stat : 31762 (java) S 31743 31745 30707 0 -1 4202560 1963 0 0 0 0 0 0 0 15 0 22 0 608654093 16083816448 151860 33554432000 1073741824 1073778376 140736157491648 18446744073709551615 224296741785 0 4 0 16800975 18446604463031671488 0 0 -1 3 0 0 0
[pid=31745/tid=31763] ppid=31743 vsize=15706852 CPUtime=0 cores=1,3,5,7
/proc/31745/task/31763/stat : 31763 (java) S 31743 31745 30707 0 -1 4202560 2606 0 0 0 0 0 0 0 16 0 22 0 608654093 16083816448 151860 33554432000 1073741824 1073778376 140736157491648 18446744073709551615 224296741785 0 4 0 16800975 18446604463031671488 0 0 -1 1 0 0 0
[pid=31745/tid=31764] ppid=31743 vsize=15706852 CPUtime=0.01 cores=1,3,5,7
/proc/31745/task/31764/stat : 31764 (java) S 31743 31745 30707 0 -1 4202560 5704 0 0 0 1 0 0 0 15 0 22 0 608654093 16083816448 151860 33554432000 1073741824 1073778376 140736157491648 18446744073709551615 224296741785 0 4 0 16800975 18446604463031671488 0 0 -1 7 0 0 0

################
# More data... #
################

[pid=31745/tid=31786] ppid=31743 vsize=15772388 CPUtime=1107.68 cores=1,3,5,7
/proc/31745/task/31786/stat : 31786 (java) R 31743 31745 30707 0 -1 4202560 276609 0 0 0 110729 39 0 0 25 0 22 0 608654139 16150925312 81351 33554432000 1073741824 1073778376 140736157491648 18446744073709551615 46912505811489 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=31745/tid=31787] ppid=31743 vsize=15772388 CPUtime=1106.46 cores=1,3,5,7
/proc/31745/task/31787/stat : 31787 (java) R 31743 31745 30707 0 -1 4202560 277597 0 0 0 110608 38 0 0 25 0 22 0 608654139 16150925312 81351 33554432000 1073741824 1073778376 140736157491648 18446744073709551615 46912505855756 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=31745/tid=31788] ppid=31743 vsize=15772388 CPUtime=1107.16 cores=1,3,5,7
/proc/31745/task/31788/stat : 31788 (java) R 31743 31745 30707 0 -1 4202560 270593 0 0 0 110676 40 0 0 25 0 22 0 608654140 16150925312 81351 33554432000 1073741824 1073778376 140736157491648 18446744073709551615 46912505524151 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4462.08
Current children cumulated vsize (KiB) 15772388

[startup+1182.3 s]
/proc/loadavg: 8.08 8.11 7.91 9/220 31823
/proc/meminfo: memFree=29974488/32951124 swapFree=67103364/67111528
[pid=31745] ppid=31743 vsize=15772388 CPUtime=4700.75 cores=1,3,5,7
/proc/31745/stat : 31745 (java) S 31743 31745 30707 0 -1 4202496 2691749 0 1 0 469558 517 0 0 18 0 22 0 608654092 16150925312 83289 33554432000 1073741824 1073778376 140736157491648 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/31745/statm: 3943097 83289 2299 9 0 3933816 0
[pid=31745/tid=31747] ppid=31743 vsize=15772388 CPUtime=1.07 cores=1,3,5,7
/proc/31745/task/31747/stat : 31747 (java) S 31743 31745 30707 0 -1 4202560 35696 0 1 0 102 5 0 0 21 0 22 0 608654093 16150925312 83289 33554432000 1073741824 1073778376 140736157491648 18446744073709551615 224296741785 0 4 0 16800975 18446604463031671488 0 0 -1 3 0 0 0
[pid=31745/tid=31757] ppid=31743 vsize=15772388 CPUtime=3.71 cores=1,3,5,7
/proc/31745/task/31757/stat : 31757 (java) S 31743 31745 30707 0 -1 4202560 181449 0 0 0 337 34 0 0 15 0 22 0 608654093 16150925312 83289 33554432000 1073741824 1073778376 140736157491648 18446744073709551615 224296741785 0 4 0 16800975 18446604463031671488 0 0 -1 7 0 0 0
[pid=31745/tid=31758] ppid=31743 vsize=15772388 CPUtime=3.68 cores=1,3,5,7
/proc/31745/task/31758/stat : 31758 (java) S 31743 31745 30707 0 -1 4202560 188718 0 0 0 337 31 0 0 16 0 22 0 608654093 16150925312 83289 33554432000 1073741824 1073778376 140736157491648 18446744073709551615 224296741785 0 4 0 16800975 18446604463031671488 0 0 -1 1 0 0 0
[pid=31745/tid=31759] ppid=31743 vsize=15772388 CPUtime=3.57 cores=1,3,5,7
/proc/31745/task/31759/stat : 31759 (java) S 31743 31745 30707 0 -1 4202560 177273 0 0 0 321 36 0 0 15 0 22 0 608654093 16150925312 83289 33554432000 1073741824 1073778376 140736157491648 18446744073709551615 224296741785 0 4 0 16800975 18446604463031671488 0 0 -1 7 0 0 0
[pid=31745/tid=31760] ppid=31743 vsize=15772388 CPUtime=3.68 cores=1,3,5,7
/proc/31745/task/31760/stat : 31760 (java) S 31743 31745 30707 0 -1 4202560 191581 0 0 0 332 36 0 0 15 0 22 0 608654093 16150925312 83289 33554432000 1073741824 1073778376 140736157491648 18446744073709551615 224296741785 0 4 0 16800975 18446604463031671488 0 0 -1 3 0 0 0
[pid=31745/tid=31761] ppid=31743 vsize=15772388 CPUtime=3.69 cores=1,3,5,7
/proc/31745/task/31761/stat : 31761 (java) S 31743 31745 30707 0 -1 4202560 188689 0 0 0 332 37 0 0 15 0 22 0 608654093 16150925312 83289 33554432000 1073741824 1073778376 140736157491648 18446744073709551615 224296741785 0 4 0 16800975 18446604463031671488 0 0 -1 3 0 0 0
[pid=31745/tid=31762] ppid=31743 vsize=15772388 CPUtime=3.65 cores=1,3,5,7
/proc/31745/task/31762/stat : 31762 (java) S 31743 31745 30707 0 -1 4202560 174890 0 0 0 331 34 0 0 16 0 22 0 608654093 16150925312 83289 33554432000 1073741824 1073778376 140736157491648 18446744073709551615 224296741785 0 4 0 16800975 18446604463031671488 0 0 -1 1 0 0 0
[pid=31745/tid=31763] ppid=31743 vsize=15772388 CPUtime=3.6 cores=1,3,5,7
/proc/31745/task/31763/stat : 31763 (java) S 31743 31745 30707 0 -1 4202560 181438 0 0 0 329 31 0 0 16 0 22 0 608654093 16150925312 83289 33554432000 1073741824 1073778376 140736157491648 18446744073709551615 224296741785 0 4 0 16800975 18446604463031671488 0 0 -1 5 0 0 0
[pid=31745/tid=31764] ppid=31743 vsize=15772388 CPUtime=3.71 cores=1,3,5,7
/proc/31745/task/31764/stat : 31764 (java) S 31743 31745 30707 0 -1 4202560 188927 0 0 0 338 33 0 0 15 0 22 0 608654093 16150925312 83289 33554432000 1073741824 1073778376 140736157491648 18446744073709551615 224296741785 0 4 0 16800975 18446604463031671488 0 0 -1 5 0 0 0
[pid=31745/tid=31768] ppid=31743 vsize=15772388 CPUtime=2.25 cores=1,3,5,7
/proc/31745/task/31768/stat : 31768 (java) S 31743 31745 30707 0 -1 4202560 6933 0 0 0 156 69 0 0 16 0 22 0 608654094 16150925312 83289 33554432000 1073741824 1073778376 140736157491648 18446744073709551615 224296742400 0 0 0 16800975 18446604463031671488 0 0 -1 5 0 0 0
[pid=31745/tid=31769] ppid=31743 vsize=15772388 CPUtime=0 cores=1,3,5,7
/proc/31745/task/31769/stat : 31769 (java) S 31743 31745 30707 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 608654095 16150925312 83289 33554432000 1073741824 1073778376 140736157491648 18446744073709551615 224296741785 0 4 0 16800975 18446604463031671488 0 0 -1 5 0 0 0
[pid=31745/tid=31770] ppid=31743 vsize=15772388 CPUtime=0 cores=1,3,5,7
/proc/31745/task/31770/stat : 31770 (java) S 31743 31745 30707 0 -1 4202560 8 0 0 0 0 0 0 0 17 0 22 0 608654095 16150925312 83289 33554432000 1073741824 1073778376 140736157491648 18446744073709551615 224296741785 0 4 0 16800975 18446604463031671488 0 0 -1 5 0 0 0
[pid=31745/tid=31776] ppid=31743 vsize=15772388 CPUtime=0 cores=1,3,5,7
/proc/31745/task/31776/stat : 31776 (java) S 31743 31745 30707 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 608654097 16150925312 83289 33554432000 1073741824 1073778376 140736157491648 18446744073709551615 224296749489 0 4 0 16800975 18446604463031671488 0 0 -1 5 0 0 0
[pid=31745/tid=31777] ppid=31743 vsize=15772388 CPUtime=1.28 cores=1,3,5,7
/proc/31745/task/31777/stat : 31777 (java) S 31743 31745 30707 0 -1 4202560 15471 0 0 0 126 2 0 0 15 0 22 0 608654097 16150925312 83289 33554432000 1073741824 1073778376 140736157491648 18446744073709551615 224296741785 0 4 0 16800975 18446604463031671488 0 0 -1 1 0 0 0
[pid=31745/tid=31778] ppid=31743 vsize=15772388 CPUtime=1.13 cores=1,3,5,7
/proc/31745/task/31778/stat : 31778 (java) S 31743 31745 30707 0 -1 4202560 2509 0 0 0 113 0 0 0 16 0 22 0 608654097 16150925312 83289 33554432000 1073741824 1073778376 140736157491648 18446744073709551615 224296741785 0 4 0 16800975 18446604463031671488 0 0 -1 3 0 0 0
[pid=31745/tid=31779] ppid=31743 vsize=15772388 CPUtime=0 cores=1,3,5,7
/proc/31745/task/31779/stat : 31779 (java) S 31743 31745 30707 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 608654097 16150925312 83289 33554432000 1073741824 1073778376 140736157491648 18446744073709551615 224296741785 0 4 0 16800975 18446604463031671488 0 0 -1 5 0 0 0
[pid=31745/tid=31780] ppid=31743 vsize=15772388 CPUtime=0 cores=1,3,5,7
/proc/31745/task/31780/stat : 31780 (java) S 31743 31745 30707 0 -1 4202560 64 0 0 0 0 0 0 0 15 0 22 0 608654097 16150925312 83289 33554432000 1073741824 1073778376 140736157491648 18446744073709551615 224296742400 0 4 0 16800975 18446604463031671488 0 0 -1 1 0 0 0
[pid=31745/tid=31785] ppid=31743 vsize=15772388 CPUtime=1166.5 cores=1,3,5,7
/proc/31745/task/31785/stat : 31785 (java) R 31743 31745 30707 0 -1 4202560 294932 0 0 0 116610 40 0 0 25 0 22 0 608654139 16150925312 83289 33554432000 1073741824 1073778376 140736157491648 18446744073709551615 46912505708840 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=31745/tid=31786] ppid=31743 vsize=15772388 CPUtime=1167.04 cores=1,3,5,7
/proc/31745/task/31786/stat : 31786 (java) R 31743 31745 30707 0 -1 4202560 288390 0 0 0 116663 41 0 0 25 0 22 0 608654139 16150925312 83289 33554432000 1073741824 1073778376 140736157491648 18446744073709551615 46912505769875 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31745/tid=31787] ppid=31743 vsize=15772388 CPUtime=1165.82 cores=1,3,5,7
/proc/31745/task/31787/stat : 31787 (java) R 31743 31745 30707 0 -1 4202560 289693 0 0 0 116542 40 0 0 25 0 22 0 608654139 16150925312 83289 33554432000 1073741824 1073778376 140736157491648 18446744073709551615 46912505747395 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=31745/tid=31788] ppid=31743 vsize=15772388 CPUtime=1166.24 cores=1,3,5,7
/proc/31745/task/31788/stat : 31788 (java) R 31743 31745 30707 0 -1 4202560 283713 0 0 0 116582 42 0 0 25 0 22 0 608654140 16150925312 83289 33554432000 1073741824 1073778376 140736157491648 18446744073709551615 46912505700032 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4700.75
Current children cumulated vsize (KiB) 15772388



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1207.3 s]
/proc/loadavg: 8.11 8.11 7.91 5/198 31826
/proc/meminfo: memFree=30228088/32951124 swapFree=67103364/67111528
[pid=31745] ppid=31743 vsize=15772388 CPUtime=4800.22 cores=1,3,5,7
/proc/31745/stat : 31745 (java) S 31743 31745 30707 0 -1 4202496 2754824 0 1 0 479494 528 0 0 18 0 22 0 608654092 16150925312 94299 33554432000 1073741824 1073778376 140736157491648 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/31745/statm: 3943097 94299 2299 9 0 3933816 0
[pid=31745/tid=31747] ppid=31743 vsize=15772388 CPUtime=1.07 cores=1,3,5,7
/proc/31745/task/31747/stat : 31747 (java) S 31743 31745 30707 0 -1 4202560 35696 0 1 0 102 5 0 0 21 0 22 0 608654093 16150925312 94299 33554432000 1073741824 1073778376 140736157491648 18446744073709551615 224296741785 0 4 0 16800975 18446604463031671488 0 0 -1 3 0 0 0
[pid=31745/tid=31757] ppid=31743 vsize=15772388 CPUtime=3.79 cores=1,3,5,7
/proc/31745/task/31757/stat : 31757 (java) S 31743 31745 30707 0 -1 4202560 185830 0 0 0 345 34 0 0 16 0 22 0 608654093 16150925312 94299 33554432000 1073741824 1073778376 140736157491648 18446744073709551615 224296741785 0 4 0 16800975 18446604463031671488 0 0 -1 5 0 0 0
[pid=31745/tid=31758] ppid=31743 vsize=15772388 CPUtime=3.75 cores=1,3,5,7
/proc/31745/task/31758/stat : 31758 (java) S 31743 31745 30707 0 -1 4202560 194165 0 0 0 343 32 0 0 15 0 22 0 608654093 16150925312 94299 33554432000 1073741824 1073778376 140736157491648 18446744073709551615 224296741785 0 4 0 16800975 18446604463031671488 0 0 -1 7 0 0 0
[pid=31745/tid=31759] ppid=31743 vsize=15772388 CPUtime=3.65 cores=1,3,5,7
/proc/31745/task/31759/stat : 31759 (java) S 31743 31745 30707 0 -1 4202560 182079 0 0 0 329 36 0 0 15 0 22 0 608654093 16150925312 94299 33554432000 1073741824 1073778376 140736157491648 18446744073709551615 224296741785 0 4 0 16800975 18446604463031671488 0 0 -1 1 0 0 0
[pid=31745/tid=31760] ppid=31743 vsize=15772388 CPUtime=3.75 cores=1,3,5,7
/proc/31745/task/31760/stat : 31760 (java) S 31743 31745 30707 0 -1 4202560 195547 0 0 0 338 37 0 0 15 0 22 0 608654093 16150925312 94299 33554432000 1073741824 1073778376 140736157491648 18446744073709551615 224296741785 0 4 0 16800975 18446604463031671488 0 0 -1 3 0 0 0
[pid=31745/tid=31761] ppid=31743 vsize=15772388 CPUtime=3.76 cores=1,3,5,7
/proc/31745/task/31761/stat : 31761 (java) S 31743 31745 30707 0 -1 4202560 196337 0 0 0 338 38 0 0 15 0 22 0 608654093 16150925312 94299 33554432000 1073741824 1073778376 140736157491648 18446744073709551615 224296741785 0 4 0 16800975 18446604463031671488 0 0 -1 1 0 0 0
[pid=31745/tid=31762] ppid=31743 vsize=15772388 CPUtime=3.72 cores=1,3,5,7
/proc/31745/task/31762/stat : 31762 (java) S 31743 31745 30707 0 -1 4202560 180460 0 0 0 338 34 0 0 15 0 22 0 608654093 16150925312 94299 33554432000 1073741824 1073778376 140736157491648 18446744073709551615 224296741785 0 4 0 16800975 18446604463031671488 0 0 -1 3 0 0 0
[pid=31745/tid=31763] ppid=31743 vsize=15772388 CPUtime=3.69 cores=1,3,5,7
/proc/31745/task/31763/stat : 31763 (java) S 31743 31745 30707 0 -1 4202560 186656 0 0 0 337 32 0 0 15 0 22 0 608654093 16150925312 94299 33554432000 1073741824 1073778376 140736157491648 18446744073709551615 224296741785 0 4 0 16800975 18446604463031671488 0 0 -1 7 0 0 0
[pid=31745/tid=31764] ppid=31743 vsize=15772388 CPUtime=3.79 cores=1,3,5,7
/proc/31745/task/31764/stat : 31764 (java) S 31743 31745 30707 0 -1 4202560 194615 0 0 0 345 34 0 0 15 0 22 0 608654093 16150925312 94299 33554432000 1073741824 1073778376 140736157491648 18446744073709551615 224296741785 0 4 0 16800975 18446604463031671488 0 0 -1 5 0 0 0
[pid=31745/tid=31768] ppid=31743 vsize=15772388 CPUtime=2.31 cores=1,3,5,7
/proc/31745/task/31768/stat : 31768 (java) S 31743 31745 30707 0 -1 4202560 7112 0 0 0 160 71 0 0 15 0 22 0 608654094 16150925312 94299 33554432000 1073741824 1073778376 140736157491648 18446744073709551615 224296742400 0 0 0 16800975 18446604463031671488 0 0 -1 5 0 0 0
[pid=31745/tid=31769] ppid=31743 vsize=15772388 CPUtime=0 cores=1,3,5,7
/proc/31745/task/31769/stat : 31769 (java) S 31743 31745 30707 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 608654095 16150925312 94299 33554432000 1073741824 1073778376 140736157491648 18446744073709551615 224296741785 0 4 0 16800975 18446604463031671488 0 0 -1 5 0 0 0
[pid=31745/tid=31770] ppid=31743 vsize=15772388 CPUtime=0 cores=1,3,5,7
/proc/31745/task/31770/stat : 31770 (java) S 31743 31745 30707 0 -1 4202560 8 0 0 0 0 0 0 0 17 0 22 0 608654095 16150925312 94299 33554432000 1073741824 1073778376 140736157491648 18446744073709551615 224296741785 0 4 0 16800975 18446604463031671488 0 0 -1 5 0 0 0
[pid=31745/tid=31776] ppid=31743 vsize=15772388 CPUtime=0 cores=1,3,5,7
/proc/31745/task/31776/stat : 31776 (java) S 31743 31745 30707 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 608654097 16150925312 94299 33554432000 1073741824 1073778376 140736157491648 18446744073709551615 224296749489 0 4 0 16800975 18446604463031671488 0 0 -1 5 0 0 0
[pid=31745/tid=31777] ppid=31743 vsize=15772388 CPUtime=1.28 cores=1,3,5,7
/proc/31745/task/31777/stat : 31777 (java) S 31743 31745 30707 0 -1 4202560 15471 0 0 0 126 2 0 0 15 0 22 0 608654097 16150925312 94299 33554432000 1073741824 1073778376 140736157491648 18446744073709551615 224296741785 0 4 0 16800975 18446604463031671488 0 0 -1 1 0 0 0
[pid=31745/tid=31778] ppid=31743 vsize=15772388 CPUtime=1.13 cores=1,3,5,7
/proc/31745/task/31778/stat : 31778 (java) S 31743 31745 30707 0 -1 4202560 2509 0 0 0 113 0 0 0 16 0 22 0 608654097 16150925312 94299 33554432000 1073741824 1073778376 140736157491648 18446744073709551615 224296741785 0 4 0 16800975 18446604463031671488 0 0 -1 3 0 0 0
[pid=31745/tid=31779] ppid=31743 vsize=15772388 CPUtime=0 cores=1,3,5,7
/proc/31745/task/31779/stat : 31779 (java) S 31743 31745 30707 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 608654097 16150925312 94299 33554432000 1073741824 1073778376 140736157491648 18446744073709551615 224296741785 0 4 0 16800975 18446604463031671488 0 0 -1 5 0 0 0
[pid=31745/tid=31780] ppid=31743 vsize=15772388 CPUtime=0 cores=1,3,5,7
/proc/31745/task/31780/stat : 31780 (java) S 31743 31745 30707 0 -1 4202560 65 0 0 0 0 0 0 0 15 0 22 0 608654097 16150925312 94299 33554432000 1073741824 1073778376 140736157491648 18446744073709551615 224296742400 0 4 0 16800975 18446604463031671488 0 0 -1 1 0 0 0
[pid=31745/tid=31785] ppid=31743 vsize=15772388 CPUtime=1191.21 cores=1,3,5,7
/proc/31745/task/31785/stat : 31785 (java) R 31743 31745 30707 0 -1 4202560 300464 0 0 0 119081 40 0 0 25 0 22 0 608654139 16150925312 94299 33554432000 1073741824 1073778376 140736157491648 18446744073709551615 46912506031063 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31745/tid=31786] ppid=31743 vsize=15772388 CPUtime=1191.77 cores=1,3,5,7
/proc/31745/task/31786/stat : 31786 (java) R 31743 31745 30707 0 -1 4202560 293439 0 0 0 119136 41 0 0 25 0 22 0 608654139 16150925312 94299 33554432000 1073741824 1073778376 140736157491648 18446744073709551615 46912505747114 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=31745/tid=31787] ppid=31743 vsize=15772388 CPUtime=1190.55 cores=1,3,5,7
/proc/31745/task/31787/stat : 31787 (java) R 31743 31745 30707 0 -1 4202560 294399 0 0 0 119015 40 0 0 25 0 22 0 608654139 16150925312 94299 33554432000 1073741824 1073778376 140736157491648 18446744073709551615 46912505985347 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=31745/tid=31788] ppid=31743 vsize=15772388 CPUtime=1190.84 cores=1,3,5,7
/proc/31745/task/31788/stat : 31788 (java) R 31743 31745 30707 0 -1 4202560 288597 0 0 0 119041 43 0 0 25 0 22 0 608654140 16150925312 94299 33554432000 1073741824 1073778376 140736157491648 18446744073709551615 46912505840219 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.22
Current children cumulated vsize (KiB) 15772388

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+1207.3 s]
/proc/loadavg: 8.11 8.11 7.91 5/198 31826
/proc/meminfo: memFree=30228088/32951124 swapFree=67103364/67111528
[pid=31745] ppid=31743 vsize=15772388 CPUtime=4800.22 cores=1,3,5,7
/proc/31745/stat : 31745 (java) S 31743 31745 30707 0 -1 4202496 2754824 0 1 0 479494 528 0 0 18 0 22 0 608654092 16150925312 94299 33554432000 1073741824 1073778376 140736157491648 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/31745/statm: 3943097 94299 2299 9 0 3933816 0
[pid=31745/tid=31747] ppid=31743 vsize=15772388 CPUtime=1.07 cores=1,3,5,7
/proc/31745/task/31747/stat : 31747 (java) S 31743 31745 30707 0 -1 4202560 35696 0 1 0 102 5 0 0 21 0 22 0 608654093 16150925312 94299 33554432000 1073741824 1073778376 140736157491648 18446744073709551615 224296741785 0 4 0 16800975 18446604463031671488 0 0 -1 3 0 0 0
[pid=31745/tid=31757] ppid=31743 vsize=15772388 CPUtime=3.79 cores=1,3,5,7
/proc/31745/task/31757/stat : 31757 (java) S 31743 31745 30707 0 -1 4202560 185830 0 0 0 345 34 0 0 16 0 22 0 608654093 16150925312 94299 33554432000 1073741824 1073778376 140736157491648 18446744073709551615 224296741785 0 4 0 16800975 18446604463031671488 0 0 -1 5 0 0 0
[pid=31745/tid=31758] ppid=31743 vsize=15772388 CPUtime=3.75 cores=1,3,5,7
/proc/31745/task/31758/stat : 31758 (java) S 31743 31745 30707 0 -1 4202560 194165 0 0 0 343 32 0 0 15 0 22 0 608654093 16150925312 94299 33554432000 1073741824 1073778376 140736157491648 18446744073709551615 224296741785 0 4 0 16800975 18446604463031671488 0 0 -1 7 0 0 0
[pid=31745/tid=31759] ppid=31743 vsize=15772388 CPUtime=3.65 cores=1,3,5,7
/proc/31745/task/31759/stat : 31759 (java) S 31743 31745 30707 0 -1 4202560 182079 0 0 0 329 36 0 0 15 0 22 0 608654093 16150925312 94299 33554432000 1073741824 1073778376 140736157491648 18446744073709551615 224296741785 0 4 0 16800975 18446604463031671488 0 0 -1 1 0 0 0
[pid=31745/tid=31760] ppid=31743 vsize=15772388 CPUtime=3.75 cores=1,3,5,7
/proc/31745/task/31760/stat : 31760 (java) S 31743 31745 30707 0 -1 4202560 195547 0 0 0 338 37 0 0 15 0 22 0 608654093 16150925312 94299 33554432000 1073741824 1073778376 140736157491648 18446744073709551615 224296741785 0 4 0 16800975 18446604463031671488 0 0 -1 3 0 0 0
[pid=31745/tid=31761] ppid=31743 vsize=15772388 CPUtime=3.76 cores=1,3,5,7
/proc/31745/task/31761/stat : 31761 (java) S 31743 31745 30707 0 -1 4202560 196337 0 0 0 338 38 0 0 15 0 22 0 608654093 16150925312 94299 33554432000 1073741824 1073778376 140736157491648 18446744073709551615 224296741785 0 4 0 16800975 18446604463031671488 0 0 -1 1 0 0 0
[pid=31745/tid=31762] ppid=31743 vsize=15772388 CPUtime=3.72 cores=1,3,5,7
/proc/31745/task/31762/stat : 31762 (java) S 31743 31745 30707 0 -1 4202560 180460 0 0 0 338 34 0 0 15 0 22 0 608654093 16150925312 94299 33554432000 1073741824 1073778376 140736157491648 18446744073709551615 224296741785 0 4 0 16800975 18446604463031671488 0 0 -1 3 0 0 0
[pid=31745/tid=31763] ppid=31743 vsize=15772388 CPUtime=3.69 cores=1,3,5,7
/proc/31745/task/31763/stat : 31763 (java) S 31743 31745 30707 0 -1 4202560 186656 0 0 0 337 32 0 0 15 0 22 0 608654093 16150925312 94299 33554432000 1073741824 1073778376 140736157491648 18446744073709551615 224296741785 0 4 0 16800975 18446604463031671488 0 0 -1 7 0 0 0
[pid=31745/tid=31764] ppid=31743 vsize=15772388 CPUtime=3.79 cores=1,3,5,7
/proc/31745/task/31764/stat : 31764 (java) S 31743 31745 30707 0 -1 4202560 194615 0 0 0 345 34 0 0 15 0 22 0 608654093 16150925312 94299 33554432000 1073741824 1073778376 140736157491648 18446744073709551615 224296741785 0 4 0 16800975 18446604463031671488 0 0 -1 5 0 0 0
[pid=31745/tid=31768] ppid=31743 vsize=15772388 CPUtime=2.31 cores=1,3,5,7
/proc/31745/task/31768/stat : 31768 (java) S 31743 31745 30707 0 -1 4202560 7112 0 0 0 160 71 0 0 15 0 22 0 608654094 16150925312 94299 33554432000 1073741824 1073778376 140736157491648 18446744073709551615 224296742400 0 0 0 16800975 18446604463031671488 0 0 -1 5 0 0 0
[pid=31745/tid=31769] ppid=31743 vsize=15772388 CPUtime=0 cores=1,3,5,7
/proc/31745/task/31769/stat : 31769 (java) S 31743 31745 30707 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 608654095 16150925312 94299 33554432000 1073741824 1073778376 140736157491648 18446744073709551615 224296741785 0 4 0 16800975 18446604463031671488 0 0 -1 5 0 0 0
[pid=31745/tid=31770] ppid=31743 vsize=15772388 CPUtime=0 cores=1,3,5,7
/proc/31745/task/31770/stat : 31770 (java) S 31743 31745 30707 0 -1 4202560 8 0 0 0 0 0 0 0 17 0 22 0 608654095 16150925312 94299 33554432000 1073741824 1073778376 140736157491648 18446744073709551615 224296741785 0 4 0 16800975 18446604463031671488 0 0 -1 5 0 0 0
[pid=31745/tid=31776] ppid=31743 vsize=15772388 CPUtime=0 cores=1,3,5,7
/proc/31745/task/31776/stat : 31776 (java) S 31743 31745 30707 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 608654097 16150925312 94299 33554432000 1073741824 1073778376 140736157491648 18446744073709551615 224296749489 0 4 0 16800975 18446604463031671488 0 0 -1 5 0 0 0
[pid=31745/tid=31777] ppid=31743 vsize=15772388 CPUtime=1.28 cores=1,3,5,7
/proc/31745/task/31777/stat : 31777 (java) S 31743 31745 30707 0 -1 4202560 15471 0 0 0 126 2 0 0 15 0 22 0 608654097 16150925312 94299 33554432000 1073741824 1073778376 140736157491648 18446744073709551615 224296741785 0 4 0 16800975 18446604463031671488 0 0 -1 1 0 0 0
[pid=31745/tid=31778] ppid=31743 vsize=15772388 CPUtime=1.13 cores=1,3,5,7
/proc/31745/task/31778/stat : 31778 (java) S 31743 31745 30707 0 -1 4202560 2509 0 0 0 113 0 0 0 16 0 22 0 608654097 16150925312 94299 33554432000 1073741824 1073778376 140736157491648 18446744073709551615 224296741785 0 4 0 16800975 18446604463031671488 0 0 -1 3 0 0 0
[pid=31745/tid=31779] ppid=31743 vsize=15772388 CPUtime=0 cores=1,3,5,7
/proc/31745/task/31779/stat : 31779 (java) S 31743 31745 30707 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 608654097 16150925312 94299 33554432000 1073741824 1073778376 140736157491648 18446744073709551615 224296741785 0 4 0 16800975 18446604463031671488 0 0 -1 5 0 0 0
[pid=31745/tid=31780] ppid=31743 vsize=15772388 CPUtime=0 cores=1,3,5,7
/proc/31745/task/31780/stat : 31780 (java) S 31743 31745 30707 0 -1 4202560 65 0 0 0 0 0 0 0 15 0 22 0 608654097 16150925312 94299 33554432000 1073741824 1073778376 140736157491648 18446744073709551615 224296742400 0 4 0 16800975 18446604463031671488 0 0 -1 1 0 0 0
[pid=31745/tid=31785] ppid=31743 vsize=15772388 CPUtime=1191.21 cores=1,3,5,7
/proc/31745/task/31785/stat : 31785 (java) R 31743 31745 30707 0 -1 4202560 300464 0 0 0 119081 40 0 0 25 0 22 0 608654139 16150925312 94299 33554432000 1073741824 1073778376 140736157491648 18446744073709551615 46912506031063 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31745/tid=31786] ppid=31743 vsize=15772388 CPUtime=1191.77 cores=1,3,5,7
/proc/31745/task/31786/stat : 31786 (java) R 31743 31745 30707 0 -1 4202560 293439 0 0 0 119136 41 0 0 25 0 22 0 608654139 16150925312 94299 33554432000 1073741824 1073778376 140736157491648 18446744073709551615 46912505747114 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=31745/tid=31787] ppid=31743 vsize=15772388 CPUtime=1190.55 cores=1,3,5,7
/proc/31745/task/31787/stat : 31787 (java) R 31743 31745 30707 0 -1 4202560 294399 0 0 0 119015 40 0 0 25 0 22 0 608654139 16150925312 94299 33554432000 1073741824 1073778376 140736157491648 18446744073709551615 46912505985347 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=31745/tid=31788] ppid=31743 vsize=15772388 CPUtime=1190.84 cores=1,3,5,7
/proc/31745/task/31788/stat : 31788 (java) R 31743 31745 30707 0 -1 4202560 288597 0 0 0 119041 43 0 0 25 0 22 0 608654140 16150925312 94299 33554432000 1073741824 1073778376 140736157491648 18446744073709551615 46912505840219 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.22
Current children cumulated vsize (KiB) 15772388

Child status: 143
Real time (s): 1207.33
CPU time (s): 4800.27
CPU user time (s): 4794.97
CPU system time (s): 5.29919
CPU usage (%): 397.594
Max. virtual memory (cumulated for all children) (KiB): 15772388

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4794.97
system time used= 5.29919
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2754851
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 198171
involuntary context switches= 123808

runsolver used 1.9737 second user time and 4.66529 second system time

The end

Launcher Data

Begin job on node118 at 2011-04-30 19:23:54
IDJOB=3313082
IDBENCH=83269
IDSOLVER=1699
FILE ID=node118/3313082-1304184234
RUNJOBID= node118-1304184234-31726
PBS_JOBID= 13172422
Free space on /tmp= 71932 MiB

SOLVER NAME= STRUCTure 0.1
BENCH NAME= SAT11/crafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/VanDerWaerden_pd_2-3-23_507.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3313082-1304184234/watcher-3313082-1304184234 -o /tmp/evaluation-result-3313082-1304184234/solver-3313082-1304184234 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3313082-1304184234.cnf

TIME LIMIT= 4800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 0c4fc551e2fe598a8074df6204d87f7d
RANDOM SEED=177448300

node118.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.842
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.842
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.842
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.842
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.842
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.842
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.842
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.842
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5374.59
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30604040 kB
Buffers:        445844 kB
Cached:        1488132 kB
SwapCached:       2708 kB
Active:         165560 kB
Inactive:      1828404 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30604040 kB
SwapTotal:    67111528 kB
SwapFree:     67103364 kB
Dirty:            4792 kB
Writeback:           0 kB
AnonPages:       58636 kB
Mapped:          15288 kB
Slab:           290144 kB
PageTables:       4812 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   199352 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71932 MiB
End job on node118 at 2011-04-30 19:44:04