Trace number 3313161

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.35 1208.03

General information on the benchmark

NameSAT04/handmade/hirsch03/
hgen8-n320-01-S1432474240.shuffled-as.sat03-890.used-as.sat04-841.cnf
MD5SUMf97e40b22ad62886042ca9677daf337d
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 variables260
Number of clauses486
Sum of the clauses size1102
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2421
Number of clauses of size 30
Number of clauses of size 465
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.10/0.11	06:49 INFO : Reading from input HOME/instance-3313161-1304186808.cnf
0.10/0.18	Executor set job limit to 1000000
0.10/0.18	Executor set job limit to 1000000
0.10/0.18	Executor set job limit to 1000000
0.10/0.18	Executor set job limit to 1000000
0.10/0.18	Starting Executor!
0.10/0.18	Starting Executor!
0.10/0.18	Starting Executor!
0.10/0.18	Starting Executor!
0.27/0.22	06:49 INFO : 260 variables remaining out of 260
0.27/0.22	06:49 INFO : 2851 literals remaining out of 1588

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-3313161-1304186808/watcher-3313161-1304186808 -o /tmp/evaluation-result-3313161-1304186808/solver-3313161-1304186808 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3313161-1304186808.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.80 7.94 7.03 6/198 866
/proc/meminfo: memFree=29232908/32951124 swapFree=67106388/67111528
[pid=866] ppid=864 vsize=9100 CPUtime=0 cores=1,3,5,7
/proc/866/stat : 866 (java) S 864 866 647 0 -1 4202496 667 0 0 0 0 0 0 0 25 0 1 0 511097109 9318400 156 33554432000 1073741824 1073778376 140736194901200 18446744073709551615 212034731655 0 2147483391 4096 0 18446744071699199166 0 0 17 1 0 0 0
/proc/866/statm: 2275 156 126 9 0 67 0
[pid=866/tid=867] ppid=864 vsize=27172 CPUtime=0 cores=1,3,5,7
/proc/866/task/867/stat : 867 (java) S 864 866 647 0 -1 4202560 66 0 0 0 0 0 0 0 25 0 2 0 511097109 27824128 894 33554432000 1073741824 1073778376 140736194901200 18446744073709551615 212034731655 0 2147483391 4096 0 18446744071699199166 0 0 -1 1 0 0 0

[startup+0.0949821 s]
/proc/loadavg: 7.80 7.94 7.03 6/198 866
/proc/meminfo: memFree=29232908/32951124 swapFree=67106388/67111528
[pid=866] ppid=864 vsize=15676948 CPUtime=0.09 cores=1,3,5,7
/proc/866/stat : 866 (java) S 864 866 647 0 -1 4202496 5511 0 1 0 9 0 0 0 25 0 18 0 511097109 16053194752 4951 33554432000 1073741824 1073778376 140736194901200 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/866/statm: 3919237 4952 2116 9 0 3909956 0
[pid=866/tid=867] ppid=864 vsize=15676948 CPUtime=0.07 cores=1,3,5,7
/proc/866/task/867/stat : 867 (java) R 864 866 647 0 -1 4202560 3393 0 1 0 7 0 0 0 25 0 18 0 511097109 16053194752 4952 33554432000 1073741824 1073778376 140736194901200 18446744073709551615 46937724225555 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15676948

[startup+0.100992 s]
/proc/loadavg: 7.80 7.94 7.03 6/198 866
/proc/meminfo: memFree=29232908/32951124 swapFree=67106388/67111528
[pid=866] ppid=864 vsize=15676948 CPUtime=0.1 cores=1,3,5,7
/proc/866/stat : 866 (java) S 864 866 647 0 -1 4202496 5577 0 1 0 9 1 0 0 25 0 18 0 511097109 16053194752 5017 33554432000 1073741824 1073778376 140736194901200 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/866/statm: 3919237 5017 2117 9 0 3909956 0
[pid=866/tid=867] ppid=864 vsize=15676948 CPUtime=0.08 cores=1,3,5,7
/proc/866/task/867/stat : 867 (java) R 864 866 647 0 -1 4202560 3458 0 1 0 8 0 0 0 25 0 18 0 511097109 16053194752 5017 33554432000 1073741824 1073778376 140736194901200 18446744073709551615 212051482059 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15676948

[startup+0.30091 s]
/proc/loadavg: 7.80 7.94 7.03 6/198 866
/proc/meminfo: memFree=29232908/32951124 swapFree=67106388/67111528
[pid=866] ppid=864 vsize=15684724 CPUtime=0.47 cores=1,3,5,7
/proc/866/stat : 866 (java) S 864 866 647 0 -1 4202496 9696 0 1 0 46 1 0 0 25 0 22 0 511097109 16061157376 8201 33554432000 1073741824 1073778376 140736194901200 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/866/statm: 3921181 8201 2215 9 0 3911900 0
[pid=866/tid=867] ppid=864 vsize=15684724 CPUtime=0.2 cores=1,3,5,7
/proc/866/task/867/stat : 867 (java) S 864 866 647 0 -1 4202560 4703 0 1 0 20 0 0 0 25 0 22 0 511097109 16061157376 8201 33554432000 1073741824 1073778376 140736194901200 18446744073709551615 212051471257 0 4 0 16800975 18446604454223471552 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 15684724

[startup+0.700842 s]
/proc/loadavg: 7.80 7.94 7.03 6/198 866
/proc/meminfo: memFree=29232908/32951124 swapFree=67106388/67111528
[pid=866] ppid=864 vsize=15686664 CPUtime=2.06 cores=1,3,5,7
/proc/866/stat : 866 (java) S 864 866 647 0 -1 4202496 36664 0 1 0 201 5 0 0 25 0 22 0 511097109 16063143936 33644 33554432000 1073741824 1073778376 140736194901200 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/866/statm: 3921666 33644 2265 9 0 3912385 0
[pid=866/tid=867] ppid=864 vsize=15686664 CPUtime=0.2 cores=1,3,5,7
/proc/866/task/867/stat : 867 (java) S 864 866 647 0 -1 4202560 4703 0 1 0 20 0 0 0 25 0 22 0 511097109 16063143936 33652 33554432000 1073741824 1073778376 140736194901200 18446744073709551615 212051471257 0 4 0 16800975 18446604454223471552 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.06
Current children cumulated vsize (KiB) 15686664

[startup+1.5007 s]
/proc/loadavg: 7.80 7.94 7.03 11/220 889
/proc/meminfo: memFree=29096024/32951124 swapFree=67106388/67111528
[pid=866] ppid=864 vsize=15752736 CPUtime=5.23 cores=1,3,5,7
/proc/866/stat : 866 (java) S 864 866 647 0 -1 4202496 87217 0 1 0 510 13 0 0 25 0 22 0 511097109 16130801664 82950 33554432000 1073741824 1073778376 140736194901200 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/866/statm: 3938184 82966 2289 9 0 3928903 0
[pid=866/tid=867] ppid=864 vsize=15752736 CPUtime=0.2 cores=1,3,5,7
/proc/866/task/867/stat : 867 (java) S 864 866 647 0 -1 4202560 4703 0 1 0 20 0 0 0 25 0 22 0 511097109 16130801664 82974 33554432000 1073741824 1073778376 140736194901200 18446744073709551615 212051471257 0 4 0 16800975 18446604454223471552 0 0 -1 7 0 0 0
[pid=866/tid=869] ppid=864 vsize=15752736 CPUtime=0 cores=1,3,5,7
/proc/866/task/869/stat : 869 (java) S 864 866 647 0 -1 4202560 254 0 0 0 0 0 0 0 15 0 22 0 511097110 16130801664 82984 33554432000 1073741824 1073778376 140736194901200 18446744073709551615 212051471257 0 4 0 16800975 18446604454223471552 0 0 -1 5 0 0 0
[pid=866/tid=870] ppid=864 vsize=15752736 CPUtime=0 cores=1,3,5,7
/proc/866/task/870/stat : 870 (java) S 864 866 647 0 -1 4202560 375 0 0 0 0 0 0 0 16 0 22 0 511097110 16130801664 82996 33554432000 1073741824 1073778376 140736194901200 18446744073709551615 212051471257 0 4 0 16800975 18446604454223471552 0 0 -1 1 0 0 0
[pid=866/tid=871] ppid=864 vsize=15752736 CPUtime=0 cores=1,3,5,7
/proc/866/task/871/stat : 871 (java) S 864 866 647 0 -1 4202560 690 0 0 0 0 0 0 0 16 0 22 0 511097110 16130801664 83004 33554432000 1073741824 1073778376 140736194901200 18446744073709551615 212051471257 0 4 0 16800975 18446604454223471552 0 0 -1 5 0 0 0
[pid=866/tid=872] ppid=864 vsize=15752736 CPUtime=0 cores=1,3,5,7
/proc/866/task/872/stat : 872 (java) S 864 866 647 0 -1 4202560 356 0 0 0 0 0 0 0 15 0 22 0 511097110 16130801664 83017 33554432000 1073741824 1073778376 140736194901200 18446744073709551615 212051471257 0 4 0 16800975 18446604454223471552 0 0 -1 7 0 0 0
[pid=866/tid=873] ppid=864 vsize=15752736 CPUtime=0 cores=1,3,5,7
/proc/866/task/873/stat : 873 (java) S 864 866 647 0 -1 4202560 126 0 0 0 0 0 0 0 15 0 22 0 511097110 16130801664 83022 33554432000 1073741824 1073778376 140736194901200 18446744073709551615 212051471257 0 4 0 16800975 18446604454223471552 0 0 -1 1 0 0 0
[pid=866/tid=874] ppid=864 vsize=15752736 CPUtime=0 cores=1,3,5,7
/proc/866/task/874/stat : 874 (java) S 864 866 647 0 -1 4202560 634 0 0 0 0 0 0 0 16 0 22 0 511097110 16130801664 83025 33554432000 1073741824 1073778376 140736194901200 18446744073709551615 212051471257 0 4 0 16800975 18446604454223471552 0 0 -1 3 0 0 0
[pid=866/tid=875] ppid=864 vsize=15752736 CPUtime=0 cores=1,3,5,7
/proc/866/task/875/stat : 875 (java) S 864 866 647 0 -1 4202560 819 0 0 0 0 0 0 0 15 0 22 0 511097110 16130801664 83031 33554432000 1073741824 1073778376 140736194901200 18446744073709551615 212051471257 0 4 0 16800975 18446604454223471552 0 0 -1 7 0 0 0
[pid=866/tid=877] ppid=864 vsize=15752736 CPUtime=0 cores=1,3,5,7
/proc/866/task/877/stat : 877 (java) S 864 866 647 0 -1 4202560 668 0 0 0 0 0 0 0 16 0 22 0 511097110 16130801664 83042 33554432000 1073741824 1073778376 140736194901200 18446744073709551615 212051471257 0 4 0 16800975 18446604454223471552 0 0 -1 7 0 0 0
[pid=866/tid=878] ppid=864 vsize=15752736 CPUtime=0 cores=1,3,5,7
/proc/866/task/878/stat : 878 (java) S 864 866 647 0 -1 4202560 181 0 0 0 0 0 0 0 15 0 22 0 511097111 16130801664 83047 33554432000 1073741824 1073778376 140736194901200 18446744073709551615 212051471872 0 0 0 16800975 18446604454223471552 0 0 -1 1 0 0 0
[pid=866/tid=879] ppid=864 vsize=15752736 CPUtime=0 cores=1,3,5,7
/proc/866/task/879/stat : 879 (java) S 864 866 647 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 22 0 511097111 16130801664 83051 33554432000 1073741824 1073778376 140736194901200 18446744073709551615 212051471257 0 4 0 16800975 18446604454223471552 0 0 -1 1 0 0 0
[pid=866/tid=880] ppid=864 vsize=15752736 CPUtime=0 cores=1,3,5,7
/proc/866/task/880/stat : 880 (java) S 864 866 647 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 511097111 16130801664 83061 33554432000 1073741824 1073778376 140736194901200 18446744073709551615 212051471257 0 4 0 16800975 18446604454223471552 0 0 -1 1 0 0 0
[pid=866/tid=881] ppid=864 vsize=15752736 CPUtime=0 cores=1,3,5,7
/proc/866/task/881/stat : 881 (java) S 864 866 647 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 511097113 16130801664 83069 33554432000 1073741824 1073778376 140736194901200 18446744073709551615 212051478961 0 4 0 16800975 18446604454223471552 0 0 -1 1 0 0 0
[pid=866/tid=882] ppid=864 vsize=15752736 CPUtime=0.59 cores=1,3,5,7
/proc/866/task/882/stat : 882 (java) S 864 866 647 0 -1 4202560 4056 0 0 0 59 0 0 0 22 0 22 0 511097113 16130801664 83075 33554432000 1073741824 1073778376 140736194901200 18446744073709551615 212051471257 0 4 0 16800975 18446604454223471552 0 0 -1 3 0 0 0
[pid=866/tid=883] ppid=864 vsize=15752736 CPUtime=0.7 cores=1,3,5,7
/proc/866/task/883/stat : 883 (java) S 864 866 647 0 -1 4202560 3204 0 0 0 70 0 0 0 22 0 22 0 511097113 16130801664 83088 33554432000 1073741824 1073778376 140736194901200 18446744073709551615 212051471257 0 4 0 16800975 18446604454223471552 0 0 -1 7 0 0 0
[pid=866/tid=884] ppid=864 vsize=15752736 CPUtime=0 cores=1,3,5,7
/proc/866/task/884/stat : 884 (java) S 864 866 647 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 511097113 16130801664 83096 33554432000 1073741824 1073778376 140736194901200 18446744073709551615 212051471257 0 4 0 16800975 18446604454223471552 0 0 -1 1 0 0 0
[pid=866/tid=885] ppid=864 vsize=15752736 CPUtime=0 cores=1,3,5,7
/proc/866/task/885/stat : 885 (java) S 864 866 647 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 511097113 16130801664 83109 33554432000 1073741824 1073778376 140736194901200 18446744073709551615 212051471872 0 4 0 16800975 18446604454223471552 0 0 -1 1 0 0 0
[pid=866/tid=886] ppid=864 vsize=15752736 CPUtime=0.74 cores=1,3,5,7
/proc/866/task/886/stat : 886 (java) R 864 866 647 0 -1 4202560 14231 0 0 0 72 2 0 0 25 0 22 0 511097127 16130801664 83114 33554432000 1073741824 1073778376 140736194901200 18446744073709551615 46912505580865 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=866/tid=887] ppid=864 vsize=15752736 CPUtime=0.74 cores=1,3,5,7
/proc/866/task/887/stat : 887 (java) R 864 866 647 0 -1 4202560 13602 0 0 0 73 1 0 0 25 0 22 0 511097127 16130801664 83123 33554432000 1073741824 1073778376 140736194901200 18446744073709551615 46912505744048 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=866/tid=888] ppid=864 vsize=15752736 CPUtime=0.92 cores=1,3,5,7
/proc/866/task/888/stat : 888 (java) R 864 866 647 0 -1 4202560 17229 0 0 0 90 2 0 0 25 0 22 0 511097127 16130801664 83129 33554432000 1073741824 1073778376 140736194901200 18446744073709551615 46912505743874 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=866/tid=889] ppid=864 vsize=15752736 CPUtime=1.22 cores=1,3,5,7
/proc/866/task/889/stat : 889 (java) R 864 866 647 0 -1 4202560 24883 0 0 0 119 3 0 0 19 0 22 0 511097127 16130801664 83133 33554432000 1073741824 1073778376 140736194901200 18446744073709551615 46912505939710 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5.23
Current children cumulated vsize (KiB) 15752736

[startup+3.10141 s]
/proc/loadavg: 7.80 7.94 7.03 9/220 889
/proc/meminfo: memFree=28712548/32951124 swapFree=67106388/67111528
[pid=866] ppid=864 vsize=15752736 CPUtime=11.61 cores=1,3,5,7
/proc/866/stat : 866 (java) S 864 866 647 0 -1 4202496 142823 0 1 0 1141 20 0 0 25 0 22 0 511097109 16130801664 135570 33554432000 1073741824 1073778376 140736194901200 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/866/statm: 3938184 135570 2289 9 0 3928903 0
[pid=866/tid=867] ppid=864 vsize=15752736 CPUtime=0.2 cores=1,3,5,7
/proc/866/task/867/stat : 867 (java) S 864 866 647 0 -1 4202560 4703 0 1 0 20 0 0 0 25 0 22 0 511097109 16130801664 135570 33554432000 1073741824 1073778376 140736194901200 18446744073709551615 212051471257 0 4 0 16800975 18446604454223471552 0 0 -1 7 0 0 0
[pid=866/tid=869] ppid=864 vsize=15752736 CPUtime=0 cores=1,3,5,7
/proc/866/task/869/stat : 869 (java) S 864 866 647 0 -1 4202560 256 0 0 0 0 0 0 0 15 0 22 0 511097110 16130801664 135570 33554432000 1073741824 1073778376 140736194901200 18446744073709551615 212051471257 0 4 0 16800975 18446604454223471552 0 0 -1 5 0 0 0
[pid=866/tid=870] ppid=864 vsize=15752736 CPUtime=0 cores=1,3,5,7
/proc/866/task/870/stat : 870 (java) S 864 866 647 0 -1 4202560 625 0 0 0 0 0 0 0 15 0 22 0 511097110 16130801664 135570 33554432000 1073741824 1073778376 140736194901200 18446744073709551615 212051471257 0 4 0 16800975 18446604454223471552 0 0 -1 1 0 0 0
[pid=866/tid=871] ppid=864 vsize=15752736 CPUtime=0 cores=1,3,5,7
/proc/866/task/871/stat : 871 (java) S 864 866 647 0 -1 4202560 1011 0 0 0 0 0 0 0 15 0 22 0 511097110 16130801664 135570 33554432000 1073741824 1073778376 140736194901200 18446744073709551615 212051471257 0 4 0 16800975 18446604454223471552 0 0 -1 5 0 0 0
[pid=866/tid=872] ppid=864 vsize=15752736 CPUtime=0 cores=1,3,5,7
/proc/866/task/872/stat : 872 (java) S 864 866 647 0 -1 4202560 481 0 0 0 0 0 0 0 15 0 22 0 511097110 16130801664 135570 33554432000 1073741824 1073778376 140736194901200 18446744073709551615 212051471257 0 4 0 16800975 18446604454223471552 0 0 -1 7 0 0 0
[pid=866/tid=873] ppid=864 vsize=15752736 CPUtime=0 cores=1,3,5,7
/proc/866/task/873/stat : 873 (java) S 864 866 647 0 -1 4202560 140 0 0 0 0 0 0 0 15 0 22 0 511097110 16130801664 135570 33554432000 1073741824 1073778376 140736194901200 18446744073709551615 212051471257 0 4 0 16800975 18446604454223471552 0 0 -1 1 0 0 0
[pid=866/tid=874] ppid=864 vsize=15752736 CPUtime=0 cores=1,3,5,7
/proc/866/task/874/stat : 874 (java) S 864 866 647 0 -1 4202560 756 0 0 0 0 0 0 0 15 0 22 0 511097110 16130801664 135570 33554432000 1073741824 1073778376 140736194901200 18446744073709551615 212051471257 0 4 0 16800975 18446604454223471552 0 0 -1 1 0 0 0
[pid=866/tid=875] ppid=864 vsize=15752736 CPUtime=0 cores=1,3,5,7
/proc/866/task/875/stat : 875 (java) S 864 866 647 0 -1 4202560 876 0 0 0 0 0 0 0 15 0 22 0 511097110 16130801664 135570 33554432000 1073741824 1073778376 140736194901200 18446744073709551615 212051471257 0 4 0 16800975 18446604454223471552 0 0 -1 3 0 0 0
[pid=866/tid=877] ppid=864 vsize=15752736 CPUtime=0 cores=1,3,5,7
/proc/866/task/877/stat : 877 (java) S 864 866 647 0 -1 4202560 947 0 0 0 0 0 0 0 15 0 22 0 511097110 16130801664 135570 33554432000 1073741824 1073778376 140736194901200 18446744073709551615 212051471257 0 4 0 16800975 18446604454223471552 0 0 -1 7 0 0 0
[pid=866/tid=878] ppid=864 vsize=15752736 CPUtime=0 cores=1,3,5,7
/proc/866/task/878/stat : 878 (java) S 864 866 647 0 -1 4202560 182 0 0 0 0 0 0 0 15 0 22 0 511097111 16130801664 135570 33554432000 1073741824 1073778376 140736194901200 18446744073709551615 212051471872 0 0 0 16800975 18446604454223471552 0 0 -1 1 0 0 0
[pid=866/tid=879] ppid=864 vsize=15752736 CPUtime=0 cores=1,3,5,7
/proc/866/task/879/stat : 879 (java) S 864 866 647 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 22 0 511097111 16130801664 135570 33554432000 1073741824 1073778376 140736194901200 18446744073709551615 212051471257 0 4 0 16800975 18446604454223471552 0 0 -1 1 0 0 0
[pid=866/tid=880] ppid=864 vsize=15752736 CPUtime=0 cores=1,3,5,7
/proc/866/task/880/stat : 880 (java) S 864 866 647 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 511097111 16130801664 135570 33554432000 1073741824 1073778376 140736194901200 18446744073709551615 212051471257 0 4 0 16800975 18446604454223471552 0 0 -1 1 0 0 0
[pid=866/tid=881] ppid=864 vsize=15752736 CPUtime=0 cores=1,3,5,7
/proc/866/task/881/stat : 881 (java) S 864 866 647 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 511097113 16130801664 135570 33554432000 1073741824 1073778376 140736194901200 18446744073709551615 212051478961 0 4 0 16800975 18446604454223471552 0 0 -1 1 0 0 0
[pid=866/tid=882] ppid=864 vsize=15752736 CPUtime=0.61 cores=1,3,5,7
/proc/866/task/882/stat : 882 (java) S 864 866 647 0 -1 4202560 4094 0 0 0 61 0 0 0 17 0 22 0 511097113 16130801664 135570 33554432000 1073741824 1073778376 140736194901200 18446744073709551615 212051471257 0 4 0 16800975 18446604454223471552 0 0 -1 3 0 0 0
[pid=866/tid=883] ppid=864 vsize=15752736 CPUtime=0.77 cores=1,3,5,7
/proc/866/task/883/stat : 883 (java) S 864 866 647 0 -1 4202560 3894 0 0 0 77 0 0 0 15 0 22 0 511097113 16130801664 135570 33554432000 1073741824 1073778376 140736194901200 18446744073709551615 212051471257 0 4 0 16800975 18446604454223471552 0 0 -1 7 0 0 0
[pid=866/tid=884] ppid=864 vsize=15752736 CPUtime=0 cores=1,3,5,7
/proc/866/task/884/stat : 884 (java) S 864 866 647 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 511097113 16130801664 135570 33554432000 1073741824 1073778376 140736194901200 18446744073709551615 212051471257 0 4 0 16800975 18446604454223471552 0 0 -1 1 0 0 0
[pid=866/tid=885] ppid=864 vsize=15752736 CPUtime=0 cores=1,3,5,7
/proc/866/task/885/stat : 885 (java) S 864 866 647 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 511097113 16130801664 135570 33554432000 1073741824 1073778376 140736194901200 18446744073709551615 212051471872 0 4 0 16800975 18446604454223471552 0 0 -1 1 0 0 0
[pid=866/tid=886] ppid=864 vsize=15752736 CPUtime=2.26 cores=1,3,5,7
/proc/866/task/886/stat : 886 (java) R 864 866 647 0 -1 4202560 27364 0 0 0 223 3 0 0 25 0 22 0 511097127 16130801664 135570 33554432000 1073741824 1073778376 140736194901200 18446744073709551615 46912505175421 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=866/tid=887] ppid=864 vsize=15752736 CPUtime=2.32 cores=1,3,5,7
/proc/866/task/887/stat : 887 (java) R 864 866 647 0 -1 4202560 26898 0 0 0 229 3 0 0 25 0 22 0 511097127 16130801664 135570 33554432000 1073741824 1073778376 140736194901200 18446744073709551615 46912505631299 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=866/tid=888] ppid=864 vsize=15752736 CPUtime=2.52 cores=1,3,5,7
/proc/866/task/888/stat : 888 (java) R 864 866 647 0 -1 4202560 30741 0 0 0 248 4 0 0 25 0 22 0 511097127 16130801664 135570 33554432000 1073741824 1073778376 140736194901200 18446744073709551615 46912505893122 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=866/tid=889] ppid=864 vsize=15752736 CPUtime=2.82 cores=1,3,5,7
/proc/866/task/889/stat : 889 (java) R 864 866 647 0 -1 4202560 38471 0 0 0 277 5 0 0 22 0 22 0 511097127 16130801664 135570 33554432000 1073741824 1073778376 140736194901200 18446744073709551615 46912505606810 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 11.61
Current children cumulated vsize (KiB) 15752736

[startup+6.30084 s]
/proc/loadavg: 7.82 7.94 7.03 9/220 889
/proc/meminfo: memFree=28781808/32951124 swapFree=67106388/67111528
[pid=866] ppid=864 vsize=15752736 CPUtime=24.34 cores=1,3,5,7
/proc/866/stat : 866 (java) S 864 866 647 0 -1 4202496 143313 0 1 0 2411 23 0 0 25 0 22 0 511097109 16130801664 126066 33554432000 1073741824 1073778376 140736194901200 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/866/statm: 3938184 126066 2289 9 0 3928903 0
[pid=866/tid=867] ppid=864 vsize=15752736 CPUtime=0.2 cores=1,3,5,7
/proc/866/task/867/stat : 867 (java) S 864 866 647 0 -1 4202560 4703 0 1 0 20 0 0 0 25 0 22 0 511097109 16130801664 126066 33554432000 1073741824 1073778376 140736194901200 18446744073709551615 212051471257 0 4 0 16800975 18446604454223471552 0 0 -1 7 0 0 0
[pid=866/tid=869] ppid=864 vsize=15752736 CPUtime=0.01 cores=1,3,5,7
/proc/866/task/869/stat : 869 (java) S 864 866 647 0 -1 4202560 309 0 0 0 1 0 0 0 15 0 22 0 511097110 16130801664 126066 33554432000 1073741824 1073778376 140736194901200 18446744073709551615 212051471257 0 4 0 16800975 18446604454223471552 0 0 -1 5 0 0 0
[pid=866/tid=870] ppid=864 vsize=15752736 CPUtime=0 cores=1,3,5,7
/proc/866/task/870/stat : 870 (java) S 864 866 647 0 -1 4202560 660 0 0 0 0 0 0 0 16 0 22 0 511097110 16130801664 126066 33554432000 1073741824 1073778376 140736194901200 18446744073709551615 212051471257 0 4 0 16800975 18446604454223471552 0 0 -1 1 0 0 0
[pid=866/tid=871] ppid=864 vsize=15752736 CPUtime=0 cores=1,3,5,7
/proc/866/task/871/stat : 871 (java) S 864 866 647 0 -1 4202560 1104 0 0 0 0 0 0 0 15 0 22 0 511097110 16130801664 126066 33554432000 1073741824 1073778376 140736194901200 18446744073709551615 212051471257 0 4 0 16800975 18446604454223471552 0 0 -1 7 0 0 0
[pid=866/tid=872] ppid=864 vsize=15752736 CPUtime=0 cores=1,3,5,7
/proc/866/task/872/stat : 872 (java) S 864 866 647 0 -1 4202560 515 0 0 0 0 0 0 0 16 0 22 0 511097110 16130801664 126066 33554432000 1073741824 1073778376 140736194901200 18446744073709551615 212051471257 0 4 0 16800975 18446604454223471552 0 0 -1 7 0 0 0
[pid=866/tid=873] ppid=864 vsize=15752736 CPUtime=0 cores=1,3,5,7
/proc/866/task/873/stat : 873 (java) S 864 866 647 0 -1 4202560 174 0 0 0 0 0 0 0 16 0 22 0 511097110 16130801664 126066 33554432000 1073741824 1073778376 140736194901200 18446744073709551615 212051471257 0 4 0 16800975 18446604454223471552 0 0 -1 3 0 0 0
[pid=866/tid=874] ppid=864 vsize=15752736 CPUtime=0 cores=1,3,5,7
/proc/866/task/874/stat : 874 (java) S 864 866 647 0 -1 4202560 828 0 0 0 0 0 0 0 15 0 22 0 511097110 16130801664 126066 33554432000 1073741824 1073778376 140736194901200 18446744073709551615 212051471257 0 4 0 16800975 18446604454223471552 0 0 -1 5 0 0 0
[pid=866/tid=875] ppid=864 vsize=15752736 CPUtime=0 cores=1,3,5,7
/proc/866/task/875/stat : 875 (java) S 864 866 647 0 -1 4202560 952 0 0 0 0 0 0 0 15 0 22 0 511097110 16130801664 126066 33554432000 1073741824 1073778376 140736194901200 18446744073709551615 212051471257 0 4 0 16800975 18446604454223471552 0 0 -1 5 0 0 0
[pid=866/tid=877] ppid=864 vsize=15752736 CPUtime=0.01 cores=1,3,5,7
/proc/866/task/877/stat : 877 (java) S 864 866 647 0 -1 4202560 1002 0 0 0 1 0 0 0 15 0 22 0 511097110 16130801664 126066 33554432000 1073741824 1073778376 140736194901200 18446744073709551615 212051471257 0 4 0 16800975 18446604454223471552 0 0 -1 3 0 0 0

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

[pid=866/tid=887] ppid=864 vsize=15752736 CPUtime=1048.26 cores=1,3,5,7
/proc/866/task/887/stat : 887 (java) R 864 866 647 0 -1 4202560 79791 0 0 0 104730 96 0 0 25 0 22 0 511097127 16130801664 143136 33554432000 1073741824 1073778376 140736194901200 18446744073709551615 46912505581132 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=866/tid=888] ppid=864 vsize=15752736 CPUtime=1048.63 cores=1,3,5,7
/proc/866/task/888/stat : 888 (java) R 864 866 647 0 -1 4202560 83536 0 0 0 104769 94 0 0 25 0 22 0 511097127 16130801664 143136 33554432000 1073741824 1073778376 140736194901200 18446744073709551615 46912505672324 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=866/tid=889] ppid=864 vsize=15752736 CPUtime=1049.24 cores=1,3,5,7
/proc/866/task/889/stat : 889 (java) R 864 866 647 0 -1 4202560 91678 0 0 0 104825 99 0 0 25 0 22 0 511097127 16130801664 143136 33554432000 1073741824 1073778376 140736194901200 18446744073709551615 46912505640372 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4222.15
Current children cumulated vsize (KiB) 15752736

[startup+1122.3 s]
/proc/loadavg: 8.08 8.03 7.72 9/220 923
/proc/meminfo: memFree=30005772/32951124 swapFree=67106388/67111528
[pid=866] ppid=864 vsize=15752736 CPUtime=4459.87 cores=1,3,5,7
/proc/866/stat : 866 (java) S 864 866 647 0 -1 4202496 626688 0 1 0 445426 561 0 0 25 0 22 0 511097109 16130801664 138517 33554432000 1073741824 1073778376 140736194901200 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/866/statm: 3938184 138517 2298 9 0 3928903 0
[pid=866/tid=867] ppid=864 vsize=15752736 CPUtime=0.2 cores=1,3,5,7
/proc/866/task/867/stat : 867 (java) S 864 866 647 0 -1 4202560 4703 0 1 0 20 0 0 0 25 0 22 0 511097109 16130801664 138517 33554432000 1073741824 1073778376 140736194901200 18446744073709551615 212051471257 0 4 0 16800975 18446604454223471552 0 0 -1 7 0 0 0
[pid=866/tid=869] ppid=864 vsize=15752736 CPUtime=3.2 cores=1,3,5,7
/proc/866/task/869/stat : 869 (java) S 864 866 647 0 -1 4202560 32896 0 0 0 306 14 0 0 15 0 22 0 511097110 16130801664 138517 33554432000 1073741824 1073778376 140736194901200 18446744073709551615 212051471257 0 4 0 16800975 18446604454223471552 0 0 -1 3 0 0 0
[pid=866/tid=870] ppid=864 vsize=15752736 CPUtime=3.13 cores=1,3,5,7
/proc/866/task/870/stat : 870 (java) S 864 866 647 0 -1 4202560 34403 0 0 0 300 13 0 0 16 0 22 0 511097110 16130801664 138517 33554432000 1073741824 1073778376 140736194901200 18446744073709551615 212051471257 0 4 0 16800975 18446604454223471552 0 0 -1 1 0 0 0
[pid=866/tid=871] ppid=864 vsize=15752736 CPUtime=3.15 cores=1,3,5,7
/proc/866/task/871/stat : 871 (java) S 864 866 647 0 -1 4202560 34376 0 0 0 302 13 0 0 15 0 22 0 511097110 16130801664 138517 33554432000 1073741824 1073778376 140736194901200 18446744073709551615 212051471257 0 4 0 16800975 18446604454223471552 0 0 -1 5 0 0 0
[pid=866/tid=872] ppid=864 vsize=15752736 CPUtime=3.06 cores=1,3,5,7
/proc/866/task/872/stat : 872 (java) S 864 866 647 0 -1 4202560 33565 0 0 0 295 11 0 0 16 0 22 0 511097110 16130801664 138517 33554432000 1073741824 1073778376 140736194901200 18446744073709551615 212051471257 0 4 0 16800975 18446604454223471552 0 0 -1 1 0 0 0
[pid=866/tid=873] ppid=864 vsize=15752736 CPUtime=3.19 cores=1,3,5,7
/proc/866/task/873/stat : 873 (java) S 864 866 647 0 -1 4202560 33170 0 0 0 307 12 0 0 15 0 22 0 511097110 16130801664 138517 33554432000 1073741824 1073778376 140736194901200 18446744073709551615 212051471257 0 4 0 16800975 18446604454223471552 0 0 -1 3 0 0 0
[pid=866/tid=874] ppid=864 vsize=15752736 CPUtime=3.1 cores=1,3,5,7
/proc/866/task/874/stat : 874 (java) S 864 866 647 0 -1 4202560 32764 0 0 0 295 15 0 0 15 0 22 0 511097110 16130801664 138517 33554432000 1073741824 1073778376 140736194901200 18446744073709551615 212051471257 0 4 0 16800975 18446604454223471552 0 0 -1 3 0 0 0
[pid=866/tid=875] ppid=864 vsize=15752736 CPUtime=3.11 cores=1,3,5,7
/proc/866/task/875/stat : 875 (java) S 864 866 647 0 -1 4202560 34890 0 0 0 298 13 0 0 16 0 22 0 511097110 16130801664 138517 33554432000 1073741824 1073778376 140736194901200 18446744073709551615 212051471257 0 4 0 16800975 18446604454223471552 0 0 -1 7 0 0 0
[pid=866/tid=877] ppid=864 vsize=15752736 CPUtime=3.12 cores=1,3,5,7
/proc/866/task/877/stat : 877 (java) S 864 866 647 0 -1 4202560 34652 0 0 0 300 12 0 0 15 0 22 0 511097110 16130801664 138517 33554432000 1073741824 1073778376 140736194901200 18446744073709551615 212051471257 0 4 0 16800975 18446604454223471552 0 0 -1 5 0 0 0
[pid=866/tid=878] ppid=864 vsize=15752736 CPUtime=1.95 cores=1,3,5,7
/proc/866/task/878/stat : 878 (java) S 864 866 647 0 -1 4202560 1293 0 0 0 148 47 0 0 15 0 22 0 511097111 16130801664 138517 33554432000 1073741824 1073778376 140736194901200 18446744073709551615 212051471872 0 0 0 16800975 18446604454223471552 0 0 -1 7 0 0 0
[pid=866/tid=879] ppid=864 vsize=15752736 CPUtime=0 cores=1,3,5,7
/proc/866/task/879/stat : 879 (java) S 864 866 647 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 22 0 511097111 16130801664 138517 33554432000 1073741824 1073778376 140736194901200 18446744073709551615 212051471257 0 4 0 16800975 18446604454223471552 0 0 -1 1 0 0 0
[pid=866/tid=880] ppid=864 vsize=15752736 CPUtime=0 cores=1,3,5,7
/proc/866/task/880/stat : 880 (java) S 864 866 647 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 511097111 16130801664 138517 33554432000 1073741824 1073778376 140736194901200 18446744073709551615 212051471257 0 4 0 16800975 18446604454223471552 0 0 -1 1 0 0 0
[pid=866/tid=881] ppid=864 vsize=15752736 CPUtime=0 cores=1,3,5,7
/proc/866/task/881/stat : 881 (java) S 864 866 647 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 511097113 16130801664 138517 33554432000 1073741824 1073778376 140736194901200 18446744073709551615 212051478961 0 4 0 16800975 18446604454223471552 0 0 -1 1 0 0 0
[pid=866/tid=882] ppid=864 vsize=15752736 CPUtime=0.62 cores=1,3,5,7
/proc/866/task/882/stat : 882 (java) S 864 866 647 0 -1 4202560 4095 0 0 0 62 0 0 0 15 0 22 0 511097113 16130801664 138517 33554432000 1073741824 1073778376 140736194901200 18446744073709551615 212051471257 0 4 0 16800975 18446604454223471552 0 0 -1 3 0 0 0
[pid=866/tid=883] ppid=864 vsize=15752736 CPUtime=0.84 cores=1,3,5,7
/proc/866/task/883/stat : 883 (java) S 864 866 647 0 -1 4202560 3907 0 0 0 84 0 0 0 15 0 22 0 511097113 16130801664 138517 33554432000 1073741824 1073778376 140736194901200 18446744073709551615 212051471257 0 4 0 16800975 18446604454223471552 0 0 -1 7 0 0 0
[pid=866/tid=884] ppid=864 vsize=15752736 CPUtime=0 cores=1,3,5,7
/proc/866/task/884/stat : 884 (java) S 864 866 647 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 511097113 16130801664 138517 33554432000 1073741824 1073778376 140736194901200 18446744073709551615 212051471257 0 4 0 16800975 18446604454223471552 0 0 -1 1 0 0 0
[pid=866/tid=885] ppid=864 vsize=15752736 CPUtime=0 cores=1,3,5,7
/proc/866/task/885/stat : 885 (java) S 864 866 647 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 22 0 511097113 16130801664 138517 33554432000 1073741824 1073778376 140736194901200 18446744073709551615 212051471872 0 4 0 16800975 18446604454223471552 0 0 -1 1 0 0 0
[pid=866/tid=886] ppid=864 vsize=15752736 CPUtime=1107.63 cores=1,3,5,7
/proc/866/task/886/stat : 886 (java) R 864 866 647 0 -1 4202560 81187 0 0 0 110665 98 0 0 25 0 22 0 511097127 16130801664 138517 33554432000 1073741824 1073778376 140736194901200 18446744073709551615 46912505597566 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=866/tid=887] ppid=864 vsize=15752736 CPUtime=1107.43 cores=1,3,5,7
/proc/866/task/887/stat : 887 (java) R 864 866 647 0 -1 4202560 81455 0 0 0 110642 101 0 0 25 0 22 0 511097127 16130801664 138517 33554432000 1073741824 1073778376 140736194901200 18446744073709551615 46912505670961 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=866/tid=888] ppid=864 vsize=15752736 CPUtime=1107.81 cores=1,3,5,7
/proc/866/task/888/stat : 888 (java) R 864 866 647 0 -1 4202560 84905 0 0 0 110682 99 0 0 22 0 22 0 511097127 16130801664 138517 33554432000 1073741824 1073778376 140736194901200 18446744073709551615 46912505590175 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=866/tid=889] ppid=864 vsize=15752736 CPUtime=1108.16 cores=1,3,5,7
/proc/866/task/889/stat : 889 (java) R 864 866 647 0 -1 4202560 92989 0 0 0 110712 104 0 0 25 0 22 0 511097127 16130801664 138517 33554432000 1073741824 1073778376 140736194901200 18446744073709551615 46912505670650 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4459.87
Current children cumulated vsize (KiB) 15752736

[startup+1182.3 s]
/proc/loadavg: 8.03 8.02 7.73 9/220 924
/proc/meminfo: memFree=30036712/32951124 swapFree=67106388/67111528
[pid=866] ppid=864 vsize=15752736 CPUtime=4698.2 cores=1,3,5,7
/proc/866/stat : 866 (java) S 864 866 647 0 -1 4202496 646829 0 1 0 469226 594 0 0 25 0 22 0 511097109 16130801664 129898 33554432000 1073741824 1073778376 140736194901200 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/866/statm: 3938184 129898 2298 9 0 3928903 0
[pid=866/tid=867] ppid=864 vsize=15752736 CPUtime=0.2 cores=1,3,5,7
/proc/866/task/867/stat : 867 (java) S 864 866 647 0 -1 4202560 4703 0 1 0 20 0 0 0 25 0 22 0 511097109 16130801664 129898 33554432000 1073741824 1073778376 140736194901200 18446744073709551615 212051471257 0 4 0 16800975 18446604454223471552 0 0 -1 7 0 0 0
[pid=866/tid=869] ppid=864 vsize=15752736 CPUtime=3.36 cores=1,3,5,7
/proc/866/task/869/stat : 869 (java) S 864 866 647 0 -1 4202560 35489 0 0 0 321 15 0 0 16 0 22 0 511097110 16130801664 129898 33554432000 1073741824 1073778376 140736194901200 18446744073709551615 212051471257 0 4 0 16800975 18446604454223471552 0 0 -1 5 0 0 0
[pid=866/tid=870] ppid=864 vsize=15752736 CPUtime=3.29 cores=1,3,5,7
/proc/866/task/870/stat : 870 (java) S 864 866 647 0 -1 4202560 36721 0 0 0 315 14 0 0 15 0 22 0 511097110 16130801664 129898 33554432000 1073741824 1073778376 140736194901200 18446744073709551615 212051471257 0 4 0 16800975 18446604454223471552 0 0 -1 7 0 0 0
[pid=866/tid=871] ppid=864 vsize=15752736 CPUtime=3.32 cores=1,3,5,7
/proc/866/task/871/stat : 871 (java) S 864 866 647 0 -1 4202560 37047 0 0 0 319 13 0 0 15 0 22 0 511097110 16130801664 129898 33554432000 1073741824 1073778376 140736194901200 18446744073709551615 212051471257 0 4 0 16800975 18446604454223471552 0 0 -1 3 0 0 0
[pid=866/tid=872] ppid=864 vsize=15752736 CPUtime=3.23 cores=1,3,5,7
/proc/866/task/872/stat : 872 (java) S 864 866 647 0 -1 4202560 35954 0 0 0 311 12 0 0 15 0 22 0 511097110 16130801664 129898 33554432000 1073741824 1073778376 140736194901200 18446744073709551615 212051471257 0 4 0 16800975 18446604454223471552 0 0 -1 1 0 0 0
[pid=866/tid=873] ppid=864 vsize=15752736 CPUtime=3.35 cores=1,3,5,7
/proc/866/task/873/stat : 873 (java) S 864 866 647 0 -1 4202560 35433 0 0 0 323 12 0 0 16 0 22 0 511097110 16130801664 129898 33554432000 1073741824 1073778376 140736194901200 18446744073709551615 212051471257 0 4 0 16800975 18446604454223471552 0 0 -1 1 0 0 0
[pid=866/tid=874] ppid=864 vsize=15752736 CPUtime=3.27 cores=1,3,5,7
/proc/866/task/874/stat : 874 (java) S 864 866 647 0 -1 4202560 35170 0 0 0 311 16 0 0 15 0 22 0 511097110 16130801664 129898 33554432000 1073741824 1073778376 140736194901200 18446744073709551615 212051471257 0 4 0 16800975 18446604454223471552 0 0 -1 5 0 0 0
[pid=866/tid=875] ppid=864 vsize=15752736 CPUtime=3.28 cores=1,3,5,7
/proc/866/task/875/stat : 875 (java) S 864 866 647 0 -1 4202560 37020 0 0 0 314 14 0 0 16 0 22 0 511097110 16130801664 129898 33554432000 1073741824 1073778376 140736194901200 18446744073709551615 212051471257 0 4 0 16800975 18446604454223471552 0 0 -1 3 0 0 0
[pid=866/tid=877] ppid=864 vsize=15752736 CPUtime=3.27 cores=1,3,5,7
/proc/866/task/877/stat : 877 (java) S 864 866 647 0 -1 4202560 37100 0 0 0 314 13 0 0 15 0 22 0 511097110 16130801664 129898 33554432000 1073741824 1073778376 140736194901200 18446744073709551615 212051471257 0 4 0 16800975 18446604454223471552 0 0 -1 3 0 0 0
[pid=866/tid=878] ppid=864 vsize=15752736 CPUtime=2.12 cores=1,3,5,7
/proc/866/task/878/stat : 878 (java) S 864 866 647 0 -1 4202560 1366 0 0 0 161 51 0 0 15 0 22 0 511097111 16130801664 129898 33554432000 1073741824 1073778376 140736194901200 18446744073709551615 212051471872 0 0 0 16800975 18446604454223471552 0 0 -1 3 0 0 0
[pid=866/tid=879] ppid=864 vsize=15752736 CPUtime=0 cores=1,3,5,7
/proc/866/task/879/stat : 879 (java) S 864 866 647 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 22 0 511097111 16130801664 129898 33554432000 1073741824 1073778376 140736194901200 18446744073709551615 212051471257 0 4 0 16800975 18446604454223471552 0 0 -1 1 0 0 0
[pid=866/tid=880] ppid=864 vsize=15752736 CPUtime=0 cores=1,3,5,7
/proc/866/task/880/stat : 880 (java) S 864 866 647 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 511097111 16130801664 129898 33554432000 1073741824 1073778376 140736194901200 18446744073709551615 212051471257 0 4 0 16800975 18446604454223471552 0 0 -1 1 0 0 0
[pid=866/tid=881] ppid=864 vsize=15752736 CPUtime=0 cores=1,3,5,7
/proc/866/task/881/stat : 881 (java) S 864 866 647 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 511097113 16130801664 129898 33554432000 1073741824 1073778376 140736194901200 18446744073709551615 212051478961 0 4 0 16800975 18446604454223471552 0 0 -1 1 0 0 0
[pid=866/tid=882] ppid=864 vsize=15752736 CPUtime=0.62 cores=1,3,5,7
/proc/866/task/882/stat : 882 (java) S 864 866 647 0 -1 4202560 4095 0 0 0 62 0 0 0 15 0 22 0 511097113 16130801664 129898 33554432000 1073741824 1073778376 140736194901200 18446744073709551615 212051471257 0 4 0 16800975 18446604454223471552 0 0 -1 3 0 0 0
[pid=866/tid=883] ppid=864 vsize=15752736 CPUtime=0.84 cores=1,3,5,7
/proc/866/task/883/stat : 883 (java) S 864 866 647 0 -1 4202560 3907 0 0 0 84 0 0 0 15 0 22 0 511097113 16130801664 129898 33554432000 1073741824 1073778376 140736194901200 18446744073709551615 212051471257 0 4 0 16800975 18446604454223471552 0 0 -1 7 0 0 0
[pid=866/tid=884] ppid=864 vsize=15752736 CPUtime=0 cores=1,3,5,7
/proc/866/task/884/stat : 884 (java) S 864 866 647 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 511097113 16130801664 129898 33554432000 1073741824 1073778376 140736194901200 18446744073709551615 212051471257 0 4 0 16800975 18446604454223471552 0 0 -1 1 0 0 0
[pid=866/tid=885] ppid=864 vsize=15752736 CPUtime=0 cores=1,3,5,7
/proc/866/task/885/stat : 885 (java) S 864 866 647 0 -1 4202560 59 0 0 0 0 0 0 0 15 0 22 0 511097113 16130801664 129898 33554432000 1073741824 1073778376 140736194901200 18446744073709551615 212051471872 0 4 0 16800975 18446604454223471552 0 0 -1 1 0 0 0
[pid=866/tid=886] ppid=864 vsize=15752736 CPUtime=1166.89 cores=1,3,5,7
/proc/866/task/886/stat : 886 (java) R 864 866 647 0 -1 4202560 81412 0 0 0 116584 105 0 0 25 0 22 0 511097127 16130801664 129898 33554432000 1073741824 1073778376 140736194901200 18446744073709551615 46912505590359 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=866/tid=887] ppid=864 vsize=15752736 CPUtime=1166.58 cores=1,3,5,7
/proc/866/task/887/stat : 887 (java) R 864 866 647 0 -1 4202560 81646 0 0 0 116551 107 0 0 18 0 22 0 511097127 16130801664 129898 33554432000 1073741824 1073778376 140736194901200 18446744073709551615 46912505778183 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=866/tid=888] ppid=864 vsize=15752736 CPUtime=1167.09 cores=1,3,5,7
/proc/866/task/888/stat : 888 (java) R 864 866 647 0 -1 4202560 85140 0 0 0 116606 103 0 0 18 0 22 0 511097127 16130801664 129898 33554432000 1073741824 1073778376 140736194901200 18446744073709551615 46912505640444 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=866/tid=889] ppid=864 vsize=15752736 CPUtime=1167.32 cores=1,3,5,7
/proc/866/task/889/stat : 889 (java) R 864 866 647 0 -1 4202560 93184 0 0 0 116622 110 0 0 20 0 22 0 511097127 16130801664 129898 33554432000 1073741824 1073778376 140736194901200 18446744073709551615 46912505640298 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4698.2
Current children cumulated vsize (KiB) 15752736



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1208 s]
/proc/loadavg: 8.30 8.08 7.76 9/220 978
/proc/meminfo: memFree=28732944/32951124 swapFree=67106388/67111528
[pid=866] ppid=864 vsize=15752736 CPUtime=4800.3 cores=1,3,5,7
/proc/866/stat : 866 (java) S 864 866 647 0 -1 4202496 650443 0 1 0 479424 606 0 0 25 0 22 0 511097109 16130801664 121066 33554432000 1073741824 1073778376 140736194901200 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/866/statm: 3938184 121066 2298 9 0 3928903 0
[pid=866/tid=867] ppid=864 vsize=15752736 CPUtime=0.2 cores=1,3,5,7
/proc/866/task/867/stat : 867 (java) S 864 866 647 0 -1 4202560 4703 0 1 0 20 0 0 0 25 0 22 0 511097109 16130801664 121066 33554432000 1073741824 1073778376 140736194901200 18446744073709551615 212051471257 0 4 0 16800975 18446604454223471552 0 0 -1 7 0 0 0
[pid=866/tid=869] ppid=864 vsize=15752736 CPUtime=3.43 cores=1,3,5,7
/proc/866/task/869/stat : 869 (java) S 864 866 647 0 -1 4202560 35685 0 0 0 328 15 0 0 16 0 22 0 511097110 16130801664 121066 33554432000 1073741824 1073778376 140736194901200 18446744073709551615 212051471257 0 4 0 16800975 18446604454223471552 0 0 -1 5 0 0 0
[pid=866/tid=870] ppid=864 vsize=15752736 CPUtime=3.35 cores=1,3,5,7
/proc/866/task/870/stat : 870 (java) S 864 866 647 0 -1 4202560 37046 0 0 0 321 14 0 0 15 0 22 0 511097110 16130801664 121066 33554432000 1073741824 1073778376 140736194901200 18446744073709551615 212051471257 0 4 0 16800975 18446604454223471552 0 0 -1 3 0 0 0
[pid=866/tid=871] ppid=864 vsize=15752736 CPUtime=3.39 cores=1,3,5,7
/proc/866/task/871/stat : 871 (java) S 864 866 647 0 -1 4202560 37522 0 0 0 326 13 0 0 16 0 22 0 511097110 16130801664 121066 33554432000 1073741824 1073778376 140736194901200 18446744073709551615 212051471257 0 4 0 16800975 18446604454223471552 0 0 -1 5 0 0 0
[pid=866/tid=872] ppid=864 vsize=15752736 CPUtime=3.3 cores=1,3,5,7
/proc/866/task/872/stat : 872 (java) S 864 866 647 0 -1 4202560 36270 0 0 0 318 12 0 0 16 0 22 0 511097110 16130801664 121066 33554432000 1073741824 1073778376 140736194901200 18446744073709551615 212051471257 0 4 0 16800975 18446604454223471552 0 0 -1 7 0 0 0
[pid=866/tid=873] ppid=864 vsize=15752736 CPUtime=3.41 cores=1,3,5,7
/proc/866/task/873/stat : 873 (java) S 864 866 647 0 -1 4202560 35987 0 0 0 328 13 0 0 15 0 22 0 511097110 16130801664 121066 33554432000 1073741824 1073778376 140736194901200 18446744073709551615 212051471257 0 4 0 16800975 18446604454223471552 0 0 -1 3 0 0 0
[pid=866/tid=874] ppid=864 vsize=15752736 CPUtime=3.34 cores=1,3,5,7
/proc/866/task/874/stat : 874 (java) S 864 866 647 0 -1 4202560 35689 0 0 0 318 16 0 0 15 0 22 0 511097110 16130801664 121066 33554432000 1073741824 1073778376 140736194901200 18446744073709551615 212051471257 0 4 0 16800975 18446604454223471552 0 0 -1 1 0 0 0
[pid=866/tid=875] ppid=864 vsize=15752736 CPUtime=3.36 cores=1,3,5,7
/proc/866/task/875/stat : 875 (java) S 864 866 647 0 -1 4202560 37326 0 0 0 321 15 0 0 15 0 22 0 511097110 16130801664 121066 33554432000 1073741824 1073778376 140736194901200 18446744073709551615 212051471257 0 4 0 16800975 18446604454223471552 0 0 -1 7 0 0 0
[pid=866/tid=877] ppid=864 vsize=15752736 CPUtime=3.33 cores=1,3,5,7
/proc/866/task/877/stat : 877 (java) S 864 866 647 0 -1 4202560 37628 0 0 0 320 13 0 0 15 0 22 0 511097110 16130801664 121066 33554432000 1073741824 1073778376 140736194901200 18446744073709551615 212051471257 0 4 0 16800975 18446604454223471552 0 0 -1 1 0 0 0
[pid=866/tid=878] ppid=864 vsize=15752736 CPUtime=2.18 cores=1,3,5,7
/proc/866/task/878/stat : 878 (java) S 864 866 647 0 -1 4202560 1378 0 0 0 166 52 0 0 15 0 22 0 511097111 16130801664 121066 33554432000 1073741824 1073778376 140736194901200 18446744073709551615 212051471872 0 0 0 16800975 18446604454223471552 0 0 -1 1 0 0 0
[pid=866/tid=879] ppid=864 vsize=15752736 CPUtime=0 cores=1,3,5,7
/proc/866/task/879/stat : 879 (java) S 864 866 647 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 22 0 511097111 16130801664 121066 33554432000 1073741824 1073778376 140736194901200 18446744073709551615 212051471257 0 4 0 16800975 18446604454223471552 0 0 -1 1 0 0 0
[pid=866/tid=880] ppid=864 vsize=15752736 CPUtime=0 cores=1,3,5,7
/proc/866/task/880/stat : 880 (java) S 864 866 647 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 511097111 16130801664 121066 33554432000 1073741824 1073778376 140736194901200 18446744073709551615 212051471257 0 4 0 16800975 18446604454223471552 0 0 -1 1 0 0 0
[pid=866/tid=881] ppid=864 vsize=15752736 CPUtime=0 cores=1,3,5,7
/proc/866/task/881/stat : 881 (java) S 864 866 647 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 511097113 16130801664 121066 33554432000 1073741824 1073778376 140736194901200 18446744073709551615 212051478961 0 4 0 16800975 18446604454223471552 0 0 -1 1 0 0 0
[pid=866/tid=882] ppid=864 vsize=15752736 CPUtime=0.62 cores=1,3,5,7
/proc/866/task/882/stat : 882 (java) S 864 866 647 0 -1 4202560 4095 0 0 0 62 0 0 0 15 0 22 0 511097113 16130801664 121066 33554432000 1073741824 1073778376 140736194901200 18446744073709551615 212051471257 0 4 0 16800975 18446604454223471552 0 0 -1 3 0 0 0
[pid=866/tid=883] ppid=864 vsize=15752736 CPUtime=0.84 cores=1,3,5,7
/proc/866/task/883/stat : 883 (java) S 864 866 647 0 -1 4202560 3907 0 0 0 84 0 0 0 15 0 22 0 511097113 16130801664 121066 33554432000 1073741824 1073778376 140736194901200 18446744073709551615 212051471257 0 4 0 16800975 18446604454223471552 0 0 -1 7 0 0 0
[pid=866/tid=884] ppid=864 vsize=15752736 CPUtime=0 cores=1,3,5,7
/proc/866/task/884/stat : 884 (java) S 864 866 647 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 511097113 16130801664 121066 33554432000 1073741824 1073778376 140736194901200 18446744073709551615 212051471257 0 4 0 16800975 18446604454223471552 0 0 -1 1 0 0 0
[pid=866/tid=885] ppid=864 vsize=15752736 CPUtime=0 cores=1,3,5,7
/proc/866/task/885/stat : 885 (java) S 864 866 647 0 -1 4202560 61 0 0 0 0 0 0 0 15 0 22 0 511097113 16130801664 121066 33554432000 1073741824 1073778376 140736194901200 18446744073709551615 212051471872 0 4 0 16800975 18446604454223471552 0 0 -1 5 0 0 0
[pid=866/tid=886] ppid=864 vsize=15752736 CPUtime=1192.23 cores=1,3,5,7
/proc/866/task/886/stat : 886 (java) R 864 866 647 0 -1 4202560 81491 0 0 0 119116 107 0 0 20 0 22 0 511097127 16130801664 121066 33554432000 1073741824 1073778376 140736194901200 18446744073709551615 46912505656094 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=866/tid=887] ppid=864 vsize=15752736 CPUtime=1191.99 cores=1,3,5,7
/proc/866/task/887/stat : 887 (java) R 864 866 647 0 -1 4202560 81751 0 0 0 119090 109 0 0 25 0 22 0 511097127 16130801664 121066 33554432000 1073741824 1073778376 140736194901200 18446744073709551615 46912505581172 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=866/tid=888] ppid=864 vsize=15752736 CPUtime=1192.46 cores=1,3,5,7
/proc/866/task/888/stat : 888 (java) R 864 866 647 0 -1 4202560 85248 0 0 0 119140 106 0 0 20 0 22 0 511097127 16130801664 121066 33554432000 1073741824 1073778376 140736194901200 18446744073709551615 46912505655888 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=866/tid=889] ppid=864 vsize=15752736 CPUtime=1192.69 cores=1,3,5,7
/proc/866/task/889/stat : 889 (java) R 864 866 647 0 -1 4202560 93273 0 0 0 119157 112 0 0 25 0 22 0 511097127 16130801664 121066 33554432000 1073741824 1073778376 140736194901200 18446744073709551615 18446744073699065939 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.3
Current children cumulated vsize (KiB) 15752736

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

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

Child status: 143
Real time (s): 1208.03
CPU time (s): 4800.35
CPU user time (s): 4794.27
CPU system time (s): 6.08408
CPU usage (%): 397.369
Max. virtual memory (cumulated for all children) (KiB): 15752736

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4794.27
system time used= 6.08408
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 650470
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= 649968
involuntary context switches= 184007

runsolver used 1.9927 second user time and 4.63829 second system time

The end

Launcher Data

Begin job on node146 at 2011-04-30 20:06:48
IDJOB=3313161
IDBENCH=84715
IDSOLVER=1699
FILE ID=node146/3313161-1304186808
RUNJOBID= node146-1304185588-666
PBS_JOBID= 13172484
Free space on /tmp= 73348 MiB

SOLVER NAME= STRUCTure 0.1
BENCH NAME= SAT04/handmade/hirsch03/hgen8-n320-01-S1432474240.shuffled-as.sat03-890.used-as.sat04-841.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3313161-1304186808/watcher-3313161-1304186808 -o /tmp/evaluation-result-3313161-1304186808/solver-3313161-1304186808 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3313161-1304186808.cnf

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

MD5SUM BENCH= f97e40b22ad62886042ca9677daf337d
RANDOM SEED=396209883

node146.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.830
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.66
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.830
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.830
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.75
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.830
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.86
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.830
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.75
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.830
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.830
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.830
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	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      29233056 kB
Buffers:        441408 kB
Cached:        1111908 kB
SwapCached:        732 kB
Active:        1860392 kB
Inactive:      1480820 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29233056 kB
SwapTotal:    67111528 kB
SwapFree:     67106388 kB
Dirty:            3752 kB
Writeback:           0 kB
AnonPages:     1787628 kB
Mapped:          23284 kB
Slab:           310648 kB
PageTables:       7892 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  2308232 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= 73348 MiB
End job on node146 at 2011-04-30 20:26:59