Trace number 3312897

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.36 1207.63

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v150-c3195-S1787844685-006.SATISFIABLE.cnf
MD5SUM08f7f98549a111fea2bbc5a28af8d7eb
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.054991
Satisfiable
(Un)Satisfiability was proved
Number of variables150
Number of clauses3195
Sum of the clauses size15975
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 53195
Number of clauses of size over 50

Solver Data

0.10/0.11	59:30 INFO : Reading from input HOME/instance-3312897-1304179170.cnf
0.28/0.27	Executor set job limit to 1000000
0.28/0.27	Executor set job limit to 1000000
0.28/0.27	Executor set job limit to 1000000
0.28/0.27	Executor set job limit to 1000000
0.28/0.27	Starting Executor!
0.28/0.27	Starting Executor!
0.28/0.28	Starting Executor!
0.28/0.28	Starting Executor!
0.81/0.44	59:30 INFO : 150 variables remaining out of 150
0.81/0.44	59:30 INFO : 19170 literals remaining out of 19170

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-3312897-1304179170/watcher-3312897-1304179170 -o /tmp/evaluation-result-3312897-1304179170/solver-3312897-1304179170 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3312897-1304179170.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.54 7.97 7.97 2/189 15218
/proc/meminfo: memFree=20828200/32950904 swapFree=67082284/67111528
[pid=15218] ppid=15216 vsize=27172 CPUtime=0 cores=1,3,5,7
/proc/15218/stat : 15218 (java) S 15216 15218 15033 0 -1 4202496 1423 0 0 0 0 0 0 0 25 0 2 0 529516734 27824128 894 33554432000 1073741824 1073778376 140736176547088 18446744073709551615 237290682341 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/15218/statm: 6793 894 684 9 0 381 0
[pid=15218/tid=15224] ppid=15216 vsize=30580 CPUtime=0 cores=1,3,5,7
/proc/15218/task/15224/stat : 15224 (java) R 15216 15218 15033 0 -1 4202560 78 0 0 0 0 0 0 0 25 0 2 0 529516734 31313920 905 33554432000 1073741824 1073778376 140736176547088 18446744073709551615 237273956362 0 0 4096 0 0 0 0 -1 3 0 0 0

[startup+0.0528561 s]
/proc/loadavg: 7.54 7.97 7.97 2/189 15218
/proc/meminfo: memFree=20828200/32950904 swapFree=67082284/67111528
[pid=15218] ppid=15216 vsize=15609644 CPUtime=0.04 cores=1,3,5,7
/proc/15218/stat : 15218 (java) S 15216 15218 15033 0 -1 4202496 4131 0 1 0 4 0 0 0 25 0 18 0 529516734 15984275456 3571 33554432000 1073741824 1073778376 140736176547088 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/15218/statm: 3902411 3571 1755 9 0 3893130 0
[pid=15218/tid=15224] ppid=15216 vsize=15609644 CPUtime=0.03 cores=1,3,5,7
/proc/15218/task/15224/stat : 15224 (java) R 15216 15218 15033 0 -1 4202560 2714 0 1 0 3 0 0 0 25 0 18 0 529516734 15984275456 3571 33554432000 1073741824 1073778376 140736176547088 18446744073709551615 237290706379 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 15609644

[startup+0.100847 s]
/proc/loadavg: 7.54 7.97 7.97 2/189 15218
/proc/meminfo: memFree=20828200/32950904 swapFree=67082284/67111528
[pid=15218] ppid=15216 vsize=15676488 CPUtime=0.1 cores=1,3,5,7
/proc/15218/stat : 15218 (java) S 15216 15218 15033 0 -1 4202496 5651 0 1 0 10 0 0 0 25 0 18 0 529516734 16052723712 5067 33554432000 1073741824 1073778376 140736176547088 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/15218/statm: 3919122 5068 2118 9 0 3909841 0
[pid=15218/tid=15224] ppid=15216 vsize=15676488 CPUtime=0.08 cores=1,3,5,7
/proc/15218/task/15224/stat : 15224 (java) R 15216 15218 15033 0 -1 4202560 3491 0 1 0 8 0 0 0 25 0 18 0 529516734 16052723712 5068 33554432000 1073741824 1073778376 140736176547088 18446744073709551615 47050940564227 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15676488

[startup+0.300814 s]
/proc/loadavg: 7.54 7.97 7.97 2/189 15218
/proc/meminfo: memFree=20828200/32950904 swapFree=67082284/67111528
[pid=15218] ppid=15216 vsize=15685728 CPUtime=0.54 cores=1,3,5,7
/proc/15218/stat : 15218 (java) S 15216 15218 15033 0 -1 4202496 13020 0 1 0 52 2 0 0 25 0 22 0 529516734 16062185472 11097 33554432000 1073741824 1073778376 140736176547088 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/15218/statm: 3921432 11098 2214 9 0 3912151 0
[pid=15218/tid=15224] ppid=15216 vsize=15685728 CPUtime=0.28 cores=1,3,5,7
/proc/15218/task/15224/stat : 15224 (java) R 15216 15218 15033 0 -1 4202560 7657 0 1 0 27 1 0 0 25 0 22 0 529516734 16062185472 11098 33554432000 1073741824 1073778376 140736176547088 18446744073709551615 47050945059667 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 15685728

[startup+0.700746 s]
/proc/loadavg: 7.54 7.97 7.97 2/189 15218
/proc/meminfo: memFree=20828200/32950904 swapFree=67082284/67111528
[pid=15218] ppid=15216 vsize=15706692 CPUtime=1.8 cores=1,3,5,7
/proc/15218/stat : 15218 (java) S 15216 15218 15033 0 -1 4202496 29273 0 1 0 175 5 0 0 25 0 22 0 529516734 16083652608 23027 33554432000 1073741824 1073778376 140736176547088 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/15218/statm: 3926673 23029 2261 9 0 3917392 0
[pid=15218/tid=15224] ppid=15216 vsize=15706692 CPUtime=0.42 cores=1,3,5,7
/proc/15218/task/15224/stat : 15224 (java) S 15216 15218 15033 0 -1 4202560 8098 0 1 0 41 1 0 0 25 0 22 0 529516734 16083652608 23030 33554432000 1073741824 1073778376 140736176547088 18446744073709551615 237290695577 0 4 0 16800975 18446604460172644736 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.8
Current children cumulated vsize (KiB) 15706692

[startup+1.5016 s]
/proc/loadavg: 7.54 7.97 7.97 13/220 15249
/proc/meminfo: memFree=20552612/32950904 swapFree=67082284/67111528
[pid=15218] ppid=15216 vsize=15704288 CPUtime=4.97 cores=1,3,5,7
/proc/15218/stat : 15218 (java) S 15216 15218 15033 0 -1 4202496 59458 0 1 0 488 9 0 0 25 0 22 0 529516734 16081190912 50674 33554432000 1073741824 1073778376 140736176547088 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/15218/statm: 3926072 50674 2286 9 0 3916791 0
[pid=15218/tid=15224] ppid=15216 vsize=15704288 CPUtime=0.42 cores=1,3,5,7
/proc/15218/task/15224/stat : 15224 (java) S 15216 15218 15033 0 -1 4202560 8098 0 1 0 41 1 0 0 25 0 22 0 529516734 16081190912 50674 33554432000 1073741824 1073778376 140736176547088 18446744073709551615 237290695577 0 4 0 16800975 18446604460172644736 0 0 -1 3 0 0 0
[pid=15218/tid=15226] ppid=15216 vsize=15704288 CPUtime=0 cores=1,3,5,7
/proc/15218/task/15226/stat : 15226 (java) S 15216 15218 15033 0 -1 4202560 677 0 0 0 0 0 0 0 15 0 22 0 529516735 16081190912 50674 33554432000 1073741824 1073778376 140736176547088 18446744073709551615 237290695577 0 4 0 16800975 18446604460172644736 0 0 -1 7 0 0 0
[pid=15218/tid=15227] ppid=15216 vsize=15704288 CPUtime=0 cores=1,3,5,7
/proc/15218/task/15227/stat : 15227 (java) S 15216 15218 15033 0 -1 4202560 485 0 0 0 0 0 0 0 15 0 22 0 529516735 16081190912 50674 33554432000 1073741824 1073778376 140736176547088 18446744073709551615 237290695577 0 4 0 16800975 18446604460172644736 0 0 -1 7 0 0 0
[pid=15218/tid=15228] ppid=15216 vsize=15704288 CPUtime=0 cores=1,3,5,7
/proc/15218/task/15228/stat : 15228 (java) S 15216 15218 15033 0 -1 4202560 533 0 0 0 0 0 0 0 15 0 22 0 529516735 16081190912 50674 33554432000 1073741824 1073778376 140736176547088 18446744073709551615 237290695577 0 4 0 16800975 18446604460172644736 0 0 -1 1 0 0 0
[pid=15218/tid=15229] ppid=15216 vsize=15704288 CPUtime=0 cores=1,3,5,7
/proc/15218/task/15229/stat : 15229 (java) S 15216 15218 15033 0 -1 4202560 226 0 0 0 0 0 0 0 15 0 22 0 529516735 16081190912 50674 33554432000 1073741824 1073778376 140736176547088 18446744073709551615 237290695577 0 4 0 16800975 18446604460172644736 0 0 -1 7 0 0 0
[pid=15218/tid=15230] ppid=15216 vsize=15704288 CPUtime=0 cores=1,3,5,7
/proc/15218/task/15230/stat : 15230 (java) S 15216 15218 15033 0 -1 4202560 79 0 0 0 0 0 0 0 15 0 22 0 529516735 16081190912 50674 33554432000 1073741824 1073778376 140736176547088 18446744073709551615 237290695577 0 4 0 16800975 18446604460172644736 0 0 -1 1 0 0 0
[pid=15218/tid=15231] ppid=15216 vsize=15704288 CPUtime=0 cores=1,3,5,7
/proc/15218/task/15231/stat : 15231 (java) S 15216 15218 15033 0 -1 4202560 432 0 0 0 0 0 0 0 15 0 22 0 529516735 16081190912 50674 33554432000 1073741824 1073778376 140736176547088 18446744073709551615 237290695577 0 4 0 16800975 18446604460172644736 0 0 -1 7 0 0 0
[pid=15218/tid=15232] ppid=15216 vsize=15704288 CPUtime=0 cores=1,3,5,7
/proc/15218/task/15232/stat : 15232 (java) S 15216 15218 15033 0 -1 4202560 796 0 0 0 0 0 0 0 15 0 22 0 529516735 16081190912 50674 33554432000 1073741824 1073778376 140736176547088 18446744073709551615 237290695577 0 4 0 16800975 18446604460172644736 0 0 -1 3 0 0 0
[pid=15218/tid=15233] ppid=15216 vsize=15704288 CPUtime=0 cores=1,3,5,7
/proc/15218/task/15233/stat : 15233 (java) S 15216 15218 15033 0 -1 4202560 605 0 0 0 0 0 0 0 15 0 22 0 529516735 16081190912 50674 33554432000 1073741824 1073778376 140736176547088 18446744073709551615 237290695577 0 4 0 16800975 18446604460172644736 0 0 -1 7 0 0 0
[pid=15218/tid=15234] ppid=15216 vsize=15704288 CPUtime=0 cores=1,3,5,7
/proc/15218/task/15234/stat : 15234 (java) S 15216 15218 15033 0 -1 4202560 74 0 0 0 0 0 0 0 16 0 22 0 529516736 16081190912 50674 33554432000 1073741824 1073778376 140736176547088 18446744073709551615 237290696192 0 0 0 16800975 18446604460172644736 0 0 -1 3 0 0 0
[pid=15218/tid=15235] ppid=15216 vsize=15704288 CPUtime=0 cores=1,3,5,7
/proc/15218/task/15235/stat : 15235 (java) S 15216 15218 15033 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 529516736 16081190912 50674 33554432000 1073741824 1073778376 140736176547088 18446744073709551615 237290695577 0 4 0 16800975 18446604460172644736 0 0 -1 3 0 0 0
[pid=15218/tid=15236] ppid=15216 vsize=15704288 CPUtime=0 cores=1,3,5,7
/proc/15218/task/15236/stat : 15236 (java) S 15216 15218 15033 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 529516736 16081190912 50674 33554432000 1073741824 1073778376 140736176547088 18446744073709551615 237290695577 0 4 0 16800975 18446604460172644736 0 0 -1 3 0 0 0
[pid=15218/tid=15237] ppid=15216 vsize=15704288 CPUtime=0 cores=1,3,5,7
/proc/15218/task/15237/stat : 15237 (java) S 15216 15218 15033 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529516738 16081190912 50674 33554432000 1073741824 1073778376 140736176547088 18446744073709551615 237290703281 0 4 0 16800975 18446604460172644736 0 0 -1 3 0 0 0
[pid=15218/tid=15238] ppid=15216 vsize=15704288 CPUtime=0.92 cores=1,3,5,7
/proc/15218/task/15238/stat : 15238 (java) S 15216 15218 15033 0 -1 4202560 11487 0 0 0 91 1 0 0 23 0 22 0 529516738 16081190912 50674 33554432000 1073741824 1073778376 140736176547088 18446744073709551615 237290695577 0 4 0 16800975 18446604460172644736 0 0 -1 5 0 0 0
[pid=15218/tid=15239] ppid=15216 vsize=15704288 CPUtime=0.92 cores=1,3,5,7
/proc/15218/task/15239/stat : 15239 (java) R 15216 15218 15033 0 -1 4202560 7022 0 0 0 91 1 0 0 25 0 22 0 529516738 16081190912 50674 33554432000 1073741824 1073778376 140736176547088 18446744073709551615 237290695577 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=15218/tid=15240] ppid=15216 vsize=15704288 CPUtime=0 cores=1,3,5,7
/proc/15218/task/15240/stat : 15240 (java) S 15216 15218 15033 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529516738 16081190912 50674 33554432000 1073741824 1073778376 140736176547088 18446744073709551615 237290695577 0 4 0 16800975 18446604460172644736 0 0 -1 3 0 0 0
[pid=15218/tid=15241] ppid=15216 vsize=15704288 CPUtime=0 cores=1,3,5,7
/proc/15218/task/15241/stat : 15241 (java) S 15216 15218 15033 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 529516738 16081190912 50674 33554432000 1073741824 1073778376 140736176547088 18446744073709551615 237290696192 0 4 0 16800975 18446604460172644736 0 0 -1 5 0 0 0
[pid=15218/tid=15246] ppid=15216 vsize=15704288 CPUtime=0.67 cores=1,3,5,7
/proc/15218/task/15246/stat : 15246 (java) R 15216 15218 15033 0 -1 4202560 8504 0 0 0 66 1 0 0 22 0 22 0 529516762 16081190912 50674 33554432000 1073741824 1073778376 140736176547088 18446744073709551615 46912505800705 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=15218/tid=15247] ppid=15216 vsize=15704288 CPUtime=0.77 cores=1,3,5,7
/proc/15218/task/15247/stat : 15247 (java) R 15216 15218 15033 0 -1 4202560 7459 0 0 0 76 1 0 0 25 0 22 0 529516762 16081190912 50674 33554432000 1073741824 1073778376 140736176547088 18446744073709551615 46912505962532 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15218/tid=15248] ppid=15216 vsize=15704288 CPUtime=0.57 cores=1,3,5,7
/proc/15218/task/15248/stat : 15248 (java) R 15216 15218 15033 0 -1 4202560 4806 0 0 0 57 0 0 0 25 0 22 0 529516762 16081190912 50674 33554432000 1073741824 1073778376 140736176547088 18446744073709551615 46912505920679 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=15218/tid=15249] ppid=15216 vsize=15704288 CPUtime=0.61 cores=1,3,5,7
/proc/15218/task/15249/stat : 15249 (java) R 15216 15218 15033 0 -1 4202560 6790 0 0 0 61 0 0 0 21 0 22 0 529516762 16081190912 50674 33554432000 1073741824 1073778376 140736176547088 18446744073709551615 46912505778300 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4.97
Current children cumulated vsize (KiB) 15704288

[startup+3.10132 s]
/proc/loadavg: 7.54 7.97 7.97 9/220 15249
/proc/meminfo: memFree=20326808/32950904 swapFree=67082284/67111528
[pid=15218] ppid=15216 vsize=15704288 CPUtime=11.34 cores=1,3,5,7
/proc/15218/stat : 15218 (java) S 15216 15218 15033 0 -1 4202496 156017 0 1 0 1116 18 0 0 25 0 22 0 529516734 16081190912 145306 33554432000 1073741824 1073778376 140736176547088 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/15218/statm: 3926072 145306 2286 9 0 3916791 0
[pid=15218/tid=15224] ppid=15216 vsize=15704288 CPUtime=0.42 cores=1,3,5,7
/proc/15218/task/15224/stat : 15224 (java) S 15216 15218 15033 0 -1 4202560 8098 0 1 0 41 1 0 0 25 0 22 0 529516734 16081190912 145306 33554432000 1073741824 1073778376 140736176547088 18446744073709551615 237290695577 0 4 0 16800975 18446604460172644736 0 0 -1 3 0 0 0
[pid=15218/tid=15226] ppid=15216 vsize=15704288 CPUtime=0 cores=1,3,5,7
/proc/15218/task/15226/stat : 15226 (java) S 15216 15218 15033 0 -1 4202560 2374 0 0 0 0 0 0 0 15 0 22 0 529516735 16081190912 145306 33554432000 1073741824 1073778376 140736176547088 18446744073709551615 237290695577 0 4 0 16800975 18446604460172644736 0 0 -1 5 0 0 0
[pid=15218/tid=15227] ppid=15216 vsize=15704288 CPUtime=0 cores=1,3,5,7
/proc/15218/task/15227/stat : 15227 (java) S 15216 15218 15033 0 -1 4202560 1358 0 0 0 0 0 0 0 15 0 22 0 529516735 16081190912 145306 33554432000 1073741824 1073778376 140736176547088 18446744073709551615 237290695577 0 4 0 16800975 18446604460172644736 0 0 -1 3 0 0 0
[pid=15218/tid=15228] ppid=15216 vsize=15704288 CPUtime=0 cores=1,3,5,7
/proc/15218/task/15228/stat : 15228 (java) S 15216 15218 15033 0 -1 4202560 1131 0 0 0 0 0 0 0 15 0 22 0 529516735 16081190912 145306 33554432000 1073741824 1073778376 140736176547088 18446744073709551615 237290695577 0 4 0 16800975 18446604460172644736 0 0 -1 1 0 0 0
[pid=15218/tid=15229] ppid=15216 vsize=15704288 CPUtime=0 cores=1,3,5,7
/proc/15218/task/15229/stat : 15229 (java) S 15216 15218 15033 0 -1 4202560 1532 0 0 0 0 0 0 0 15 0 22 0 529516735 16081190912 145306 33554432000 1073741824 1073778376 140736176547088 18446744073709551615 237290695577 0 4 0 16800975 18446604460172644736 0 0 -1 7 0 0 0
[pid=15218/tid=15230] ppid=15216 vsize=15704288 CPUtime=0 cores=1,3,5,7
/proc/15218/task/15230/stat : 15230 (java) S 15216 15218 15033 0 -1 4202560 811 0 0 0 0 0 0 0 16 0 22 0 529516735 16081190912 145306 33554432000 1073741824 1073778376 140736176547088 18446744073709551615 237290695577 0 4 0 16800975 18446604460172644736 0 0 -1 1 0 0 0
[pid=15218/tid=15231] ppid=15216 vsize=15704288 CPUtime=0 cores=1,3,5,7
/proc/15218/task/15231/stat : 15231 (java) S 15216 15218 15033 0 -1 4202560 1267 0 0 0 0 0 0 0 15 0 22 0 529516735 16081190912 145306 33554432000 1073741824 1073778376 140736176547088 18446744073709551615 237290695577 0 4 0 16800975 18446604460172644736 0 0 -1 3 0 0 0
[pid=15218/tid=15232] ppid=15216 vsize=15704288 CPUtime=0 cores=1,3,5,7
/proc/15218/task/15232/stat : 15232 (java) S 15216 15218 15033 0 -1 4202560 1594 0 0 0 0 0 0 0 15 0 22 0 529516735 16081190912 145306 33554432000 1073741824 1073778376 140736176547088 18446744073709551615 237290695577 0 4 0 16800975 18446604460172644736 0 0 -1 3 0 0 0
[pid=15218/tid=15233] ppid=15216 vsize=15704288 CPUtime=0 cores=1,3,5,7
/proc/15218/task/15233/stat : 15233 (java) S 15216 15218 15033 0 -1 4202560 1338 0 0 0 0 0 0 0 15 0 22 0 529516735 16081190912 145306 33554432000 1073741824 1073778376 140736176547088 18446744073709551615 237290695577 0 4 0 16800975 18446604460172644736 0 0 -1 7 0 0 0
[pid=15218/tid=15234] ppid=15216 vsize=15704288 CPUtime=0 cores=1,3,5,7
/proc/15218/task/15234/stat : 15234 (java) S 15216 15218 15033 0 -1 4202560 188 0 0 0 0 0 0 0 16 0 22 0 529516736 16081190912 145306 33554432000 1073741824 1073778376 140736176547088 18446744073709551615 237290696192 0 0 0 16800975 18446604460172644736 0 0 -1 3 0 0 0
[pid=15218/tid=15235] ppid=15216 vsize=15704288 CPUtime=0 cores=1,3,5,7
/proc/15218/task/15235/stat : 15235 (java) S 15216 15218 15033 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 529516736 16081190912 145306 33554432000 1073741824 1073778376 140736176547088 18446744073709551615 237290695577 0 4 0 16800975 18446604460172644736 0 0 -1 3 0 0 0
[pid=15218/tid=15236] ppid=15216 vsize=15704288 CPUtime=0 cores=1,3,5,7
/proc/15218/task/15236/stat : 15236 (java) S 15216 15218 15033 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 529516736 16081190912 145306 33554432000 1073741824 1073778376 140736176547088 18446744073709551615 237290695577 0 4 0 16800975 18446604460172644736 0 0 -1 3 0 0 0
[pid=15218/tid=15237] ppid=15216 vsize=15704288 CPUtime=0 cores=1,3,5,7
/proc/15218/task/15237/stat : 15237 (java) S 15216 15218 15033 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529516738 16081190912 145306 33554432000 1073741824 1073778376 140736176547088 18446744073709551615 237290703281 0 4 0 16800975 18446604460172644736 0 0 -1 3 0 0 0
[pid=15218/tid=15238] ppid=15216 vsize=15704288 CPUtime=0.99 cores=1,3,5,7
/proc/15218/task/15238/stat : 15238 (java) S 15216 15218 15033 0 -1 4202560 11497 0 0 0 98 1 0 0 15 0 22 0 529516738 16081190912 145306 33554432000 1073741824 1073778376 140736176547088 18446744073709551615 237290695577 0 4 0 16800975 18446604460172644736 0 0 -1 5 0 0 0
[pid=15218/tid=15239] ppid=15216 vsize=15704288 CPUtime=0.97 cores=1,3,5,7
/proc/15218/task/15239/stat : 15239 (java) S 15216 15218 15033 0 -1 4202560 7023 0 0 0 96 1 0 0 16 0 22 0 529516738 16081190912 145306 33554432000 1073741824 1073778376 140736176547088 18446744073709551615 237290695577 0 4 0 16800975 18446604460172644736 0 0 -1 1 0 0 0
[pid=15218/tid=15240] ppid=15216 vsize=15704288 CPUtime=0 cores=1,3,5,7
/proc/15218/task/15240/stat : 15240 (java) S 15216 15218 15033 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529516738 16081190912 145306 33554432000 1073741824 1073778376 140736176547088 18446744073709551615 237290695577 0 4 0 16800975 18446604460172644736 0 0 -1 3 0 0 0
[pid=15218/tid=15241] ppid=15216 vsize=15704288 CPUtime=0 cores=1,3,5,7
/proc/15218/task/15241/stat : 15241 (java) S 15216 15218 15033 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 529516738 16081190912 145306 33554432000 1073741824 1073778376 140736176547088 18446744073709551615 237290696192 0 4 0 16800975 18446604460172644736 0 0 -1 5 0 0 0
[pid=15218/tid=15246] ppid=15216 vsize=15704288 CPUtime=2.21 cores=1,3,5,7
/proc/15218/task/15246/stat : 15246 (java) R 15216 15218 15033 0 -1 4202560 31014 0 0 0 218 3 0 0 25 0 22 0 529516762 16081190912 145306 33554432000 1073741824 1073778376 140736176547088 18446744073709551615 46912505816291 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=15218/tid=15247] ppid=15216 vsize=15704288 CPUtime=2.31 cores=1,3,5,7
/proc/15218/task/15247/stat : 15247 (java) R 15216 15218 15033 0 -1 4202560 30071 0 0 0 228 3 0 0 25 0 22 0 529516762 16081190912 145306 33554432000 1073741824 1073778376 140736176547088 18446744073709551615 46912505799813 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15218/tid=15248] ppid=15216 vsize=15704288 CPUtime=2.12 cores=1,3,5,7
/proc/15218/task/15248/stat : 15248 (java) R 15216 15218 15033 0 -1 4202560 25299 0 0 0 210 2 0 0 25 0 22 0 529516762 16081190912 145306 33554432000 1073741824 1073778376 140736176547088 18446744073709551615 46912505941014 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=15218/tid=15249] ppid=15216 vsize=15704288 CPUtime=2.19 cores=1,3,5,7
/proc/15218/task/15249/stat : 15249 (java) R 15216 15218 15033 0 -1 4202560 30037 0 0 0 216 3 0 0 25 0 22 0 529516762 16081190912 145306 33554432000 1073741824 1073778376 140736176547088 18446744073709551615 46912505920498 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 11.34
Current children cumulated vsize (KiB) 15704288

[startup+6.30075 s]
/proc/loadavg: 7.58 7.97 7.97 9/220 15249
/proc/meminfo: memFree=20100460/32950904 swapFree=67082284/67111528
[pid=15218] ppid=15216 vsize=15699444 CPUtime=24.1 cores=1,3,5,7
/proc/15218/stat : 15218 (java) S 15216 15218 15033 0 -1 4202496 156545 0 1 0 2392 18 0 0 25 0 22 0 529516734 16076230656 139236 33554432000 1073741824 1073778376 140736176547088 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/15218/statm: 3924861 139236 2289 9 0 3915580 0
[pid=15218/tid=15224] ppid=15216 vsize=15699444 CPUtime=0.42 cores=1,3,5,7
/proc/15218/task/15224/stat : 15224 (java) S 15216 15218 15033 0 -1 4202560 8098 0 1 0 41 1 0 0 25 0 22 0 529516734 16076230656 139236 33554432000 1073741824 1073778376 140736176547088 18446744073709551615 237290695577 0 4 0 16800975 18446604460172644736 0 0 -1 3 0 0 0
[pid=15218/tid=15226] ppid=15216 vsize=15699444 CPUtime=0 cores=1,3,5,7
/proc/15218/task/15226/stat : 15226 (java) S 15216 15218 15033 0 -1 4202560 2430 0 0 0 0 0 0 0 16 0 22 0 529516735 16076230656 139236 33554432000 1073741824 1073778376 140736176547088 18446744073709551615 237290695577 0 4 0 16800975 18446604460172644736 0 0 -1 5 0 0 0
[pid=15218/tid=15227] ppid=15216 vsize=15699444 CPUtime=0 cores=1,3,5,7
/proc/15218/task/15227/stat : 15227 (java) S 15216 15218 15033 0 -1 4202560 1360 0 0 0 0 0 0 0 15 0 22 0 529516735 16076230656 139236 33554432000 1073741824 1073778376 140736176547088 18446744073709551615 237290695577 0 4 0 16800975 18446604460172644736 0 0 -1 5 0 0 0
[pid=15218/tid=15228] ppid=15216 vsize=15699444 CPUtime=0 cores=1,3,5,7
/proc/15218/task/15228/stat : 15228 (java) S 15216 15218 15033 0 -1 4202560 1235 0 0 0 0 0 0 0 15 0 22 0 529516735 16076230656 139236 33554432000 1073741824 1073778376 140736176547088 18446744073709551615 237290695577 0 4 0 16800975 18446604460172644736 0 0 -1 1 0 0 0
[pid=15218/tid=15229] ppid=15216 vsize=15699444 CPUtime=0 cores=1,3,5,7
/proc/15218/task/15229/stat : 15229 (java) S 15216 15218 15033 0 -1 4202560 1532 0 0 0 0 0 0 0 15 0 22 0 529516735 16076230656 139236 33554432000 1073741824 1073778376 140736176547088 18446744073709551615 237290695577 0 4 0 16800975 18446604460172644736 0 0 -1 7 0 0 0
[pid=15218/tid=15230] ppid=15216 vsize=15699444 CPUtime=0 cores=1,3,5,7
/proc/15218/task/15230/stat : 15230 (java) S 15216 15218 15033 0 -1 4202560 843 0 0 0 0 0 0 0 15 0 22 0 529516735 16076230656 139236 33554432000 1073741824 1073778376 140736176547088 18446744073709551615 237290695577 0 4 0 16800975 18446604460172644736 0 0 -1 1 0 0 0
[pid=15218/tid=15231] ppid=15216 vsize=15699444 CPUtime=0 cores=1,3,5,7
/proc/15218/task/15231/stat : 15231 (java) S 15216 15218 15033 0 -1 4202560 1396 0 0 0 0 0 0 0 15 0 22 0 529516735 16076230656 139236 33554432000 1073741824 1073778376 140736176547088 18446744073709551615 237290695577 0 4 0 16800975 18446604460172644736 0 0 -1 5 0 0 0
[pid=15218/tid=15232] ppid=15216 vsize=15699444 CPUtime=0 cores=1,3,5,7
/proc/15218/task/15232/stat : 15232 (java) S 15216 15218 15033 0 -1 4202560 1607 0 0 0 0 0 0 0 16 0 22 0 529516735 16076230656 139236 33554432000 1073741824 1073778376 140736176547088 18446744073709551615 237290695577 0 4 0 16800975 18446604460172644736 0 0 -1 3 0 0 0
[pid=15218/tid=15233] ppid=15216 vsize=15699444 CPUtime=0 cores=1,3,5,7
/proc/15218/task/15233/stat : 15233 (java) S 15216 15218 15033 0 -1 4202560 1468 0 0 0 0 0 0 0 16 0 22 0 529516735 16076230656 139236 33554432000 1073741824 1073778376 140736176547088 18446744073709551615 237290695577 0 4 0 16800975 18446604460172644736 0 0 -1 7 0 0 0

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

[pid=15218/tid=15247] ppid=15216 vsize=15699444 CPUtime=1049.09 cores=1,3,5,7
/proc/15218/task/15247/stat : 15247 (java) R 15216 15218 15033 0 -1 4202560 179944 0 0 0 104875 34 0 0 25 0 22 0 529516762 16076230656 71771 33554432000 1073741824 1073778376 140736176547088 18446744073709551615 46912505800508 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=15218/tid=15248] ppid=15216 vsize=15699444 CPUtime=1048.68 cores=1,3,5,7
/proc/15218/task/15248/stat : 15248 (java) R 15216 15218 15033 0 -1 4202560 176905 0 0 0 104834 34 0 0 25 0 22 0 529516762 16076230656 71773 33554432000 1073741824 1073778376 140736176547088 18446744073709551615 46912505941082 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=15218/tid=15249] ppid=15216 vsize=15699444 CPUtime=1048.42 cores=1,3,5,7
/proc/15218/task/15249/stat : 15249 (java) R 15216 15218 15033 0 -1 4202560 181708 0 0 0 104810 32 0 0 25 0 22 0 529516762 16076230656 71775 33554432000 1073741824 1073778376 140736176547088 18446744073709551615 46912505778258 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4222.78
Current children cumulated vsize (KiB) 15699444

[startup+1122.3 s]
/proc/loadavg: 8.22 8.10 8.02 9/220 15339
/proc/meminfo: memFree=20126872/32950904 swapFree=67082284/67111528
[pid=15218] ppid=15216 vsize=15699444 CPUtime=4461.36 cores=1,3,5,7
/proc/15218/stat : 15218 (java) S 15216 15218 15033 0 -1 4202496 1328779 0 1 0 445796 340 0 0 25 0 22 0 529516734 16076230656 68251 33554432000 1073741824 1073778376 140736176547088 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/15218/statm: 3924861 68251 2299 9 0 3915580 0
[pid=15218/tid=15224] ppid=15216 vsize=15699444 CPUtime=0.42 cores=1,3,5,7
/proc/15218/task/15224/stat : 15224 (java) S 15216 15218 15033 0 -1 4202560 8098 0 1 0 41 1 0 0 25 0 22 0 529516734 16076230656 68251 33554432000 1073741824 1073778376 140736176547088 18446744073709551615 237290695577 0 4 0 16800975 18446604460172644736 0 0 -1 3 0 0 0
[pid=15218/tid=15226] ppid=15216 vsize=15699444 CPUtime=3.03 cores=1,3,5,7
/proc/15218/task/15226/stat : 15226 (java) S 15216 15218 15033 0 -1 4202560 70172 0 0 0 288 15 0 0 15 0 22 0 529516735 16076230656 68251 33554432000 1073741824 1073778376 140736176547088 18446744073709551615 237290695577 0 4 0 16800975 18446604460172644736 0 0 -1 5 0 0 0
[pid=15218/tid=15227] ppid=15216 vsize=15699444 CPUtime=3.01 cores=1,3,5,7
/proc/15218/task/15227/stat : 15227 (java) S 15216 15218 15033 0 -1 4202560 66691 0 0 0 285 16 0 0 15 0 22 0 529516735 16076230656 68251 33554432000 1073741824 1073778376 140736176547088 18446744073709551615 237290695577 0 4 0 16800975 18446604460172644736 0 0 -1 7 0 0 0
[pid=15218/tid=15228] ppid=15216 vsize=15699444 CPUtime=3.03 cores=1,3,5,7
/proc/15218/task/15228/stat : 15228 (java) S 15216 15218 15033 0 -1 4202560 65184 0 0 0 287 16 0 0 16 0 22 0 529516735 16076230656 68251 33554432000 1073741824 1073778376 140736176547088 18446744073709551615 237290695577 0 4 0 16800975 18446604460172644736 0 0 -1 7 0 0 0
[pid=15218/tid=15229] ppid=15216 vsize=15699444 CPUtime=3.06 cores=1,3,5,7
/proc/15218/task/15229/stat : 15229 (java) S 15216 15218 15033 0 -1 4202560 67408 0 0 0 290 16 0 0 15 0 22 0 529516735 16076230656 68251 33554432000 1073741824 1073778376 140736176547088 18446744073709551615 237290695577 0 4 0 16800975 18446604460172644736 0 0 -1 3 0 0 0
[pid=15218/tid=15230] ppid=15216 vsize=15699444 CPUtime=3.07 cores=1,3,5,7
/proc/15218/task/15230/stat : 15230 (java) S 15216 15218 15033 0 -1 4202560 66077 0 0 0 292 15 0 0 16 0 22 0 529516735 16076230656 68251 33554432000 1073741824 1073778376 140736176547088 18446744073709551615 237290695577 0 4 0 16800975 18446604460172644736 0 0 -1 1 0 0 0
[pid=15218/tid=15231] ppid=15216 vsize=15699444 CPUtime=3.06 cores=1,3,5,7
/proc/15218/task/15231/stat : 15231 (java) S 15216 15218 15033 0 -1 4202560 68516 0 0 0 292 14 0 0 15 0 22 0 529516735 16076230656 68251 33554432000 1073741824 1073778376 140736176547088 18446744073709551615 237290695577 0 4 0 16800975 18446604460172644736 0 0 -1 3 0 0 0
[pid=15218/tid=15232] ppid=15216 vsize=15699444 CPUtime=3 cores=1,3,5,7
/proc/15218/task/15232/stat : 15232 (java) S 15216 15218 15033 0 -1 4202560 66381 0 0 0 284 16 0 0 16 0 22 0 529516735 16076230656 68251 33554432000 1073741824 1073778376 140736176547088 18446744073709551615 237290695577 0 4 0 16800975 18446604460172644736 0 0 -1 3 0 0 0
[pid=15218/tid=15233] ppid=15216 vsize=15699444 CPUtime=2.99 cores=1,3,5,7
/proc/15218/task/15233/stat : 15233 (java) S 15216 15218 15033 0 -1 4202560 66031 0 0 0 283 16 0 0 15 0 22 0 529516735 16076230656 68251 33554432000 1073741824 1073778376 140736176547088 18446744073709551615 237290695577 0 4 0 16800975 18446604460172644736 0 0 -1 3 0 0 0
[pid=15218/tid=15234] ppid=15216 vsize=15699444 CPUtime=2.29 cores=1,3,5,7
/proc/15218/task/15234/stat : 15234 (java) S 15216 15218 15033 0 -1 4202560 3332 0 0 0 165 64 0 0 15 0 22 0 529516736 16076230656 68251 33554432000 1073741824 1073778376 140736176547088 18446744073709551615 237290696192 0 0 0 16800975 18446604460172644736 0 0 -1 7 0 0 0
[pid=15218/tid=15235] ppid=15216 vsize=15699444 CPUtime=0 cores=1,3,5,7
/proc/15218/task/15235/stat : 15235 (java) S 15216 15218 15033 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 529516736 16076230656 68251 33554432000 1073741824 1073778376 140736176547088 18446744073709551615 237290695577 0 4 0 16800975 18446604460172644736 0 0 -1 3 0 0 0
[pid=15218/tid=15236] ppid=15216 vsize=15699444 CPUtime=0 cores=1,3,5,7
/proc/15218/task/15236/stat : 15236 (java) S 15216 15218 15033 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 529516736 16076230656 68251 33554432000 1073741824 1073778376 140736176547088 18446744073709551615 237290695577 0 4 0 16800975 18446604460172644736 0 0 -1 3 0 0 0
[pid=15218/tid=15237] ppid=15216 vsize=15699444 CPUtime=0 cores=1,3,5,7
/proc/15218/task/15237/stat : 15237 (java) S 15216 15218 15033 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529516738 16076230656 68251 33554432000 1073741824 1073778376 140736176547088 18446744073709551615 237290703281 0 4 0 16800975 18446604460172644736 0 0 -1 3 0 0 0
[pid=15218/tid=15238] ppid=15216 vsize=15699444 CPUtime=1.08 cores=1,3,5,7
/proc/15218/task/15238/stat : 15238 (java) S 15216 15218 15033 0 -1 4202560 11516 0 0 0 107 1 0 0 15 0 22 0 529516738 16076230656 68251 33554432000 1073741824 1073778376 140736176547088 18446744073709551615 237290695577 0 4 0 16800975 18446604460172644736 0 0 -1 5 0 0 0
[pid=15218/tid=15239] ppid=15216 vsize=15699444 CPUtime=1.1 cores=1,3,5,7
/proc/15218/task/15239/stat : 15239 (java) S 15216 15218 15033 0 -1 4202560 7040 0 0 0 109 1 0 0 15 0 22 0 529516738 16076230656 68251 33554432000 1073741824 1073778376 140736176547088 18446744073709551615 237290695577 0 4 0 16800975 18446604460172644736 0 0 -1 1 0 0 0
[pid=15218/tid=15240] ppid=15216 vsize=15699444 CPUtime=0 cores=1,3,5,7
/proc/15218/task/15240/stat : 15240 (java) S 15216 15218 15033 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529516738 16076230656 68251 33554432000 1073741824 1073778376 140736176547088 18446744073709551615 237290695577 0 4 0 16800975 18446604460172644736 0 0 -1 3 0 0 0
[pid=15218/tid=15241] ppid=15216 vsize=15699444 CPUtime=0 cores=1,3,5,7
/proc/15218/task/15241/stat : 15241 (java) S 15216 15218 15033 0 -1 4202560 61 0 0 0 0 0 0 0 15 0 22 0 529516738 16076230656 68251 33554432000 1073741824 1073778376 140736176547088 18446744073709551615 237290696192 0 4 0 16800975 18446604460172644736 0 0 -1 3 0 0 0
[pid=15218/tid=15246] ppid=15216 vsize=15699444 CPUtime=1107.95 cores=1,3,5,7
/proc/15218/task/15246/stat : 15246 (java) R 15216 15218 15033 0 -1 4202560 193673 0 0 0 110760 35 0 0 25 0 22 0 529516762 16076230656 68251 33554432000 1073741824 1073778376 140736176547088 18446744073709551615 46912506018470 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=15218/tid=15247] ppid=15216 vsize=15699444 CPUtime=1108.38 cores=1,3,5,7
/proc/15218/task/15247/stat : 15247 (java) R 15216 15218 15033 0 -1 4202560 189410 0 0 0 110803 35 0 0 25 0 22 0 529516762 16076230656 68251 33554432000 1073741824 1073778376 140736176547088 18446744073709551615 47050944382137 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15218/tid=15248] ppid=15216 vsize=15699444 CPUtime=1108.04 cores=1,3,5,7
/proc/15218/task/15248/stat : 15248 (java) R 15216 15218 15033 0 -1 4202560 186517 0 0 0 110769 35 0 0 25 0 22 0 529516762 16076230656 68251 33554432000 1073741824 1073778376 140736176547088 18446744073709551615 46912505871306 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=15218/tid=15249] ppid=15216 vsize=15699444 CPUtime=1107.66 cores=1,3,5,7
/proc/15218/task/15249/stat : 15249 (java) R 15216 15218 15033 0 -1 4202560 191288 0 0 0 110732 34 0 0 25 0 22 0 529516762 16076230656 68251 33554432000 1073741824 1073778376 140736176547088 18446744073709551615 18446744073699065949 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4461.36
Current children cumulated vsize (KiB) 15699444

[startup+1182.3 s]
/proc/loadavg: 8.14 8.09 8.01 9/220 15341
/proc/meminfo: memFree=20152520/32950904 swapFree=67082284/67111528
[pid=15218] ppid=15216 vsize=15699444 CPUtime=4699.75 cores=1,3,5,7
/proc/15218/stat : 15218 (java) S 15216 15218 15033 0 -1 4202496 1396057 0 1 0 469619 356 0 0 25 0 22 0 529516734 16076230656 66163 33554432000 1073741824 1073778376 140736176547088 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/15218/statm: 3924861 66163 2299 9 0 3915580 0
[pid=15218/tid=15224] ppid=15216 vsize=15699444 CPUtime=0.42 cores=1,3,5,7
/proc/15218/task/15224/stat : 15224 (java) S 15216 15218 15033 0 -1 4202560 8098 0 1 0 41 1 0 0 25 0 22 0 529516734 16076230656 66163 33554432000 1073741824 1073778376 140736176547088 18446744073709551615 237290695577 0 4 0 16800975 18446604460172644736 0 0 -1 3 0 0 0
[pid=15218/tid=15226] ppid=15216 vsize=15699444 CPUtime=3.2 cores=1,3,5,7
/proc/15218/task/15226/stat : 15226 (java) S 15216 15218 15033 0 -1 4202560 73497 0 0 0 304 16 0 0 15 0 22 0 529516735 16076230656 66163 33554432000 1073741824 1073778376 140736176547088 18446744073709551615 237290695577 0 4 0 16800975 18446604460172644736 0 0 -1 7 0 0 0
[pid=15218/tid=15227] ppid=15216 vsize=15699444 CPUtime=3.15 cores=1,3,5,7
/proc/15218/task/15227/stat : 15227 (java) S 15216 15218 15033 0 -1 4202560 69700 0 0 0 298 17 0 0 15 0 22 0 529516735 16076230656 66163 33554432000 1073741824 1073778376 140736176547088 18446744073709551615 237290695577 0 4 0 16800975 18446604460172644736 0 0 -1 5 0 0 0
[pid=15218/tid=15228] ppid=15216 vsize=15699444 CPUtime=3.18 cores=1,3,5,7
/proc/15218/task/15228/stat : 15228 (java) S 15216 15218 15033 0 -1 4202560 69042 0 0 0 301 17 0 0 15 0 22 0 529516735 16076230656 66163 33554432000 1073741824 1073778376 140736176547088 18446744073709551615 237290695577 0 4 0 16800975 18446604460172644736 0 0 -1 7 0 0 0
[pid=15218/tid=15229] ppid=15216 vsize=15699444 CPUtime=3.22 cores=1,3,5,7
/proc/15218/task/15229/stat : 15229 (java) S 15216 15218 15033 0 -1 4202560 71180 0 0 0 305 17 0 0 15 0 22 0 529516735 16076230656 66163 33554432000 1073741824 1073778376 140736176547088 18446744073709551615 237290695577 0 4 0 16800975 18446604460172644736 0 0 -1 3 0 0 0
[pid=15218/tid=15230] ppid=15216 vsize=15699444 CPUtime=3.21 cores=1,3,5,7
/proc/15218/task/15230/stat : 15230 (java) S 15216 15218 15033 0 -1 4202560 69861 0 0 0 305 16 0 0 16 0 22 0 529516735 16076230656 66163 33554432000 1073741824 1073778376 140736176547088 18446744073709551615 237290695577 0 4 0 16800975 18446604460172644736 0 0 -1 1 0 0 0
[pid=15218/tid=15231] ppid=15216 vsize=15699444 CPUtime=3.19 cores=1,3,5,7
/proc/15218/task/15231/stat : 15231 (java) S 15216 15218 15033 0 -1 4202560 72357 0 0 0 305 14 0 0 15 0 22 0 529516735 16076230656 66163 33554432000 1073741824 1073778376 140736176547088 18446744073709551615 237290695577 0 4 0 16800975 18446604460172644736 0 0 -1 7 0 0 0
[pid=15218/tid=15232] ppid=15216 vsize=15699444 CPUtime=3.16 cores=1,3,5,7
/proc/15218/task/15232/stat : 15232 (java) S 15216 15218 15033 0 -1 4202560 70576 0 0 0 299 17 0 0 16 0 22 0 529516735 16076230656 66163 33554432000 1073741824 1073778376 140736176547088 18446744073709551615 237290695577 0 4 0 16800975 18446604460172644736 0 0 -1 3 0 0 0
[pid=15218/tid=15233] ppid=15216 vsize=15699444 CPUtime=3.15 cores=1,3,5,7
/proc/15218/task/15233/stat : 15233 (java) S 15216 15218 15033 0 -1 4202560 70007 0 0 0 298 17 0 0 15 0 22 0 529516735 16076230656 66163 33554432000 1073741824 1073778376 140736176547088 18446744073709551615 237290695577 0 4 0 16800975 18446604460172644736 0 0 -1 5 0 0 0
[pid=15218/tid=15234] ppid=15216 vsize=15699444 CPUtime=2.43 cores=1,3,5,7
/proc/15218/task/15234/stat : 15234 (java) S 15216 15218 15033 0 -1 4202560 3536 0 0 0 175 68 0 0 15 0 22 0 529516736 16076230656 66163 33554432000 1073741824 1073778376 140736176547088 18446744073709551615 237290696192 0 0 0 16800975 18446604460172644736 0 0 -1 1 0 0 0
[pid=15218/tid=15235] ppid=15216 vsize=15699444 CPUtime=0 cores=1,3,5,7
/proc/15218/task/15235/stat : 15235 (java) S 15216 15218 15033 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 529516736 16076230656 66163 33554432000 1073741824 1073778376 140736176547088 18446744073709551615 237290695577 0 4 0 16800975 18446604460172644736 0 0 -1 3 0 0 0
[pid=15218/tid=15236] ppid=15216 vsize=15699444 CPUtime=0 cores=1,3,5,7
/proc/15218/task/15236/stat : 15236 (java) S 15216 15218 15033 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 529516736 16076230656 66163 33554432000 1073741824 1073778376 140736176547088 18446744073709551615 237290695577 0 4 0 16800975 18446604460172644736 0 0 -1 3 0 0 0
[pid=15218/tid=15237] ppid=15216 vsize=15699444 CPUtime=0 cores=1,3,5,7
/proc/15218/task/15237/stat : 15237 (java) S 15216 15218 15033 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529516738 16076230656 66163 33554432000 1073741824 1073778376 140736176547088 18446744073709551615 237290703281 0 4 0 16800975 18446604460172644736 0 0 -1 3 0 0 0
[pid=15218/tid=15238] ppid=15216 vsize=15699444 CPUtime=1.08 cores=1,3,5,7
/proc/15218/task/15238/stat : 15238 (java) S 15216 15218 15033 0 -1 4202560 11516 0 0 0 107 1 0 0 15 0 22 0 529516738 16076230656 66163 33554432000 1073741824 1073778376 140736176547088 18446744073709551615 237290695577 0 4 0 16800975 18446604460172644736 0 0 -1 5 0 0 0
[pid=15218/tid=15239] ppid=15216 vsize=15699444 CPUtime=1.1 cores=1,3,5,7
/proc/15218/task/15239/stat : 15239 (java) S 15216 15218 15033 0 -1 4202560 7040 0 0 0 109 1 0 0 15 0 22 0 529516738 16076230656 66163 33554432000 1073741824 1073778376 140736176547088 18446744073709551615 237290695577 0 4 0 16800975 18446604460172644736 0 0 -1 1 0 0 0
[pid=15218/tid=15240] ppid=15216 vsize=15699444 CPUtime=0 cores=1,3,5,7
/proc/15218/task/15240/stat : 15240 (java) S 15216 15218 15033 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529516738 16076230656 66163 33554432000 1073741824 1073778376 140736176547088 18446744073709551615 237290695577 0 4 0 16800975 18446604460172644736 0 0 -1 3 0 0 0
[pid=15218/tid=15241] ppid=15216 vsize=15699444 CPUtime=0 cores=1,3,5,7
/proc/15218/task/15241/stat : 15241 (java) S 15216 15218 15033 0 -1 4202560 64 0 0 0 0 0 0 0 15 0 22 0 529516738 16076230656 66163 33554432000 1073741824 1073778376 140736176547088 18446744073709551615 237290696192 0 4 0 16800975 18446604460172644736 0 0 -1 1 0 0 0
[pid=15218/tid=15246] ppid=15216 vsize=15699444 CPUtime=1167.25 cores=1,3,5,7
/proc/15218/task/15246/stat : 15246 (java) R 15216 15218 15033 0 -1 4202560 203194 0 0 0 116689 36 0 0 25 0 22 0 529516762 16076230656 66163 33554432000 1073741824 1073778376 140736176547088 18446744073709551615 46912505800691 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=15218/tid=15247] ppid=15216 vsize=15699444 CPUtime=1167.65 cores=1,3,5,7
/proc/15218/task/15247/stat : 15247 (java) R 15216 15218 15033 0 -1 4202560 198477 0 0 0 116728 37 0 0 25 0 22 0 529516762 16076230656 66163 33554432000 1073741824 1073778376 140736176547088 18446744073709551615 46912505677504 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15218/tid=15248] ppid=15216 vsize=15699444 CPUtime=1167.23 cores=1,3,5,7
/proc/15218/task/15248/stat : 15248 (java) R 15216 15218 15033 0 -1 4202560 195774 0 0 0 116686 37 0 0 25 0 22 0 529516762 16076230656 66163 33554432000 1073741824 1073778376 140736176547088 18446744073709551615 46912505767554 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=15218/tid=15249] ppid=15216 vsize=15699444 CPUtime=1166.95 cores=1,3,5,7
/proc/15218/task/15249/stat : 15249 (java) R 15216 15218 15033 0 -1 4202560 200754 0 0 0 116659 36 0 0 25 0 22 0 529516762 16076230656 66163 33554432000 1073741824 1073778376 140736176547088 18446744073709551615 46912506008780 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4699.75
Current children cumulated vsize (KiB) 15699444



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1207.6 s]
/proc/loadavg: 8.09 8.08 8.01 9/220 15342
/proc/meminfo: memFree=20020568/32950904 swapFree=67082284/67111528
[pid=15218] ppid=15216 vsize=15699444 CPUtime=4800.31 cores=1,3,5,7
/proc/15218/stat : 15218 (java) S 15216 15218 15033 0 -1 4202496 1435581 0 1 0 479663 368 0 0 25 0 22 0 529516734 16076230656 74869 33554432000 1073741824 1073778376 140736176547088 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/15218/statm: 3924861 74869 2299 9 0 3915580 0
[pid=15218/tid=15224] ppid=15216 vsize=15699444 CPUtime=0.42 cores=1,3,5,7
/proc/15218/task/15224/stat : 15224 (java) S 15216 15218 15033 0 -1 4202560 8098 0 1 0 41 1 0 0 25 0 22 0 529516734 16076230656 74869 33554432000 1073741824 1073778376 140736176547088 18446744073709551615 237290695577 0 4 0 16800975 18446604460172644736 0 0 -1 3 0 0 0
[pid=15218/tid=15226] ppid=15216 vsize=15699444 CPUtime=3.27 cores=1,3,5,7
/proc/15218/task/15226/stat : 15226 (java) S 15216 15218 15033 0 -1 4202560 74655 0 0 0 310 17 0 0 15 0 22 0 529516735 16076230656 74869 33554432000 1073741824 1073778376 140736176547088 18446744073709551615 237290695577 0 4 0 16800975 18446604460172644736 0 0 -1 7 0 0 0
[pid=15218/tid=15227] ppid=15216 vsize=15699444 CPUtime=3.21 cores=1,3,5,7
/proc/15218/task/15227/stat : 15227 (java) S 15216 15218 15033 0 -1 4202560 71424 0 0 0 303 18 0 0 15 0 22 0 529516735 16076230656 74869 33554432000 1073741824 1073778376 140736176547088 18446744073709551615 237290695577 0 4 0 16800975 18446604460172644736 0 0 -1 5 0 0 0
[pid=15218/tid=15228] ppid=15216 vsize=15699444 CPUtime=3.25 cores=1,3,5,7
/proc/15218/task/15228/stat : 15228 (java) S 15216 15218 15033 0 -1 4202560 70205 0 0 0 307 18 0 0 15 0 22 0 529516735 16076230656 74869 33554432000 1073741824 1073778376 140736176547088 18446744073709551615 237290695577 0 4 0 16800975 18446604460172644736 0 0 -1 3 0 0 0
[pid=15218/tid=15229] ppid=15216 vsize=15699444 CPUtime=3.29 cores=1,3,5,7
/proc/15218/task/15229/stat : 15229 (java) S 15216 15218 15033 0 -1 4202560 72306 0 0 0 311 18 0 0 16 0 22 0 529516735 16076230656 74869 33554432000 1073741824 1073778376 140736176547088 18446744073709551615 237290695577 0 4 0 16800975 18446604460172644736 0 0 -1 1 0 0 0
[pid=15218/tid=15230] ppid=15216 vsize=15699444 CPUtime=3.28 cores=1,3,5,7
/proc/15218/task/15230/stat : 15230 (java) S 15216 15218 15033 0 -1 4202560 71175 0 0 0 312 16 0 0 16 0 22 0 529516735 16076230656 74869 33554432000 1073741824 1073778376 140736176547088 18446744073709551615 237290695577 0 4 0 16800975 18446604460172644736 0 0 -1 3 0 0 0
[pid=15218/tid=15231] ppid=15216 vsize=15699444 CPUtime=3.27 cores=1,3,5,7
/proc/15218/task/15231/stat : 15231 (java) S 15216 15218 15033 0 -1 4202560 73583 0 0 0 312 15 0 0 15 0 22 0 529516735 16076230656 74869 33554432000 1073741824 1073778376 140736176547088 18446744073709551615 237290695577 0 4 0 16800975 18446604460172644736 0 0 -1 1 0 0 0
[pid=15218/tid=15232] ppid=15216 vsize=15699444 CPUtime=3.22 cores=1,3,5,7
/proc/15218/task/15232/stat : 15232 (java) S 15216 15218 15033 0 -1 4202560 71773 0 0 0 305 17 0 0 16 0 22 0 529516735 16076230656 74869 33554432000 1073741824 1073778376 140736176547088 18446744073709551615 237290695577 0 4 0 16800975 18446604460172644736 0 0 -1 5 0 0 0
[pid=15218/tid=15233] ppid=15216 vsize=15699444 CPUtime=3.22 cores=1,3,5,7
/proc/15218/task/15233/stat : 15233 (java) S 15216 15218 15033 0 -1 4202560 71562 0 0 0 305 17 0 0 15 0 22 0 529516735 16076230656 74869 33554432000 1073741824 1073778376 140736176547088 18446744073709551615 237290695577 0 4 0 16800975 18446604460172644736 0 0 -1 7 0 0 0
[pid=15218/tid=15234] ppid=15216 vsize=15699444 CPUtime=2.49 cores=1,3,5,7
/proc/15218/task/15234/stat : 15234 (java) S 15216 15218 15033 0 -1 4202560 3656 0 0 0 179 70 0 0 15 0 22 0 529516736 16076230656 74869 33554432000 1073741824 1073778376 140736176547088 18446744073709551615 237290696192 0 0 0 16800975 18446604460172644736 0 0 -1 7 0 0 0
[pid=15218/tid=15235] ppid=15216 vsize=15699444 CPUtime=0 cores=1,3,5,7
/proc/15218/task/15235/stat : 15235 (java) S 15216 15218 15033 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 529516736 16076230656 74869 33554432000 1073741824 1073778376 140736176547088 18446744073709551615 237290695577 0 4 0 16800975 18446604460172644736 0 0 -1 3 0 0 0
[pid=15218/tid=15236] ppid=15216 vsize=15699444 CPUtime=0 cores=1,3,5,7
/proc/15218/task/15236/stat : 15236 (java) S 15216 15218 15033 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 529516736 16076230656 74869 33554432000 1073741824 1073778376 140736176547088 18446744073709551615 237290695577 0 4 0 16800975 18446604460172644736 0 0 -1 3 0 0 0
[pid=15218/tid=15237] ppid=15216 vsize=15699444 CPUtime=0 cores=1,3,5,7
/proc/15218/task/15237/stat : 15237 (java) S 15216 15218 15033 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529516738 16076230656 74869 33554432000 1073741824 1073778376 140736176547088 18446744073709551615 237290703281 0 4 0 16800975 18446604460172644736 0 0 -1 3 0 0 0
[pid=15218/tid=15238] ppid=15216 vsize=15699444 CPUtime=1.08 cores=1,3,5,7
/proc/15218/task/15238/stat : 15238 (java) S 15216 15218 15033 0 -1 4202560 11516 0 0 0 107 1 0 0 15 0 22 0 529516738 16076230656 74869 33554432000 1073741824 1073778376 140736176547088 18446744073709551615 237290695577 0 4 0 16800975 18446604460172644736 0 0 -1 5 0 0 0
[pid=15218/tid=15239] ppid=15216 vsize=15699444 CPUtime=1.1 cores=1,3,5,7
/proc/15218/task/15239/stat : 15239 (java) S 15216 15218 15033 0 -1 4202560 7040 0 0 0 109 1 0 0 15 0 22 0 529516738 16076230656 74869 33554432000 1073741824 1073778376 140736176547088 18446744073709551615 237290695577 0 4 0 16800975 18446604460172644736 0 0 -1 1 0 0 0
[pid=15218/tid=15240] ppid=15216 vsize=15699444 CPUtime=0 cores=1,3,5,7
/proc/15218/task/15240/stat : 15240 (java) S 15216 15218 15033 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529516738 16076230656 74869 33554432000 1073741824 1073778376 140736176547088 18446744073709551615 237290695577 0 4 0 16800975 18446604460172644736 0 0 -1 3 0 0 0
[pid=15218/tid=15241] ppid=15216 vsize=15699444 CPUtime=0 cores=1,3,5,7
/proc/15218/task/15241/stat : 15241 (java) S 15216 15218 15033 0 -1 4202560 66 0 0 0 0 0 0 0 15 0 22 0 529516738 16076230656 74869 33554432000 1073741824 1073778376 140736176547088 18446744073709551615 237290696192 0 4 0 16800975 18446604460172644736 0 0 -1 7 0 0 0
[pid=15218/tid=15246] ppid=15216 vsize=15699444 CPUtime=1192.28 cores=1,3,5,7
/proc/15218/task/15246/stat : 15246 (java) R 15216 15218 15033 0 -1 4202560 210397 0 0 0 119190 38 0 0 25 0 22 0 529516762 16076230656 74869 33554432000 1073741824 1073778376 140736176547088 18446744073709551615 46912505799764 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15218/tid=15247] ppid=15216 vsize=15699444 CPUtime=1192.6 cores=1,3,5,7
/proc/15218/task/15247/stat : 15247 (java) R 15216 15218 15033 0 -1 4202560 205560 0 0 0 119222 38 0 0 25 0 22 0 529516762 16076230656 74869 33554432000 1073741824 1073778376 140736176547088 18446744073709551615 46912505874253 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=15218/tid=15248] ppid=15216 vsize=15699444 CPUtime=1192.24 cores=1,3,5,7
/proc/15218/task/15248/stat : 15248 (java) R 15216 15218 15033 0 -1 4202560 203154 0 0 0 119186 38 0 0 25 0 22 0 529516762 16076230656 74869 33554432000 1073741824 1073778376 140736176547088 18446744073709551615 46912505778499 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=15218/tid=15249] ppid=15216 vsize=15699444 CPUtime=1191.92 cores=1,3,5,7
/proc/15218/task/15249/stat : 15249 (java) R 15216 15218 15033 0 -1 4202560 208027 0 0 0 119155 37 0 0 25 0 22 0 529516762 16076230656 74869 33554432000 1073741824 1073778376 140736176547088 18446744073709551615 46912505889469 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.31
Current children cumulated vsize (KiB) 15699444

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): 1207.63
CPU time (s): 4800.36
CPU user time (s): 4796.67
CPU system time (s): 3.69444
CPU usage (%): 397.503
Max. virtual memory (cumulated for all children) (KiB): 15706704

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4796.67
system time used= 3.69444
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1435608
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= 318510
involuntary context switches= 173902

runsolver used 2.04669 second user time and 4.5913 second system time

The end

Launcher Data

Begin job on node121 at 2011-04-30 17:59:30
IDJOB=3312897
IDBENCH=83082
IDSOLVER=1699
FILE ID=node121/3312897-1304179170
RUNJOBID= node121-1304177961-15052
PBS_JOBID= 13172442
Free space on /tmp= 73560 MiB

SOLVER NAME= STRUCTure 0.1
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v150-c3195-S1787844685-006.SATISFIABLE.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3312897-1304179170/watcher-3312897-1304179170 -o /tmp/evaluation-result-3312897-1304179170/solver-3312897-1304179170 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3312897-1304179170.cnf

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

MD5SUM BENCH= 08f7f98549a111fea2bbc5a28af8d7eb
RANDOM SEED=1407722751

node121.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.817
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.63
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.817
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	: 5226.07
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.817
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.84
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.817
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.77
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.817
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.82
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.817
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.74
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.817
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.817
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:     32950904 kB
MemFree:      20828604 kB
Buffers:       2188708 kB
Cached:        9377508 kB
SwapCached:       2776 kB
Active:        8609676 kB
Inactive:      3001844 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:      20828604 kB
SwapTotal:    67111528 kB
SwapFree:     67082284 kB
Dirty:            3176 kB
Writeback:           4 kB
AnonPages:       43800 kB
Mapped:          19576 kB
Slab:           446052 kB
PageTables:       5152 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS:   774204 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= 73560 MiB
End job on node121 at 2011-04-30 18:19:39