Trace number 3313473

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) 3758.09 1302.53

General information on the benchmark

NameSAT-Race-2010-CNF/hardware-verification/
velev/2dlx_ca_bp_f_liveness.cnf
MD5SUM99cd8de7f06ce8c087a5c7fb299dfb62
Bench CategoryAPPLICATION (applications 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 variables202253
Number of clauses4313014
Sum of the clauses size12562188
Maximum clause length651
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 23935640
Number of clauses of size 3199653
Number of clauses of size 410363
Number of clauses of size 55846
Number of clauses of size over 5161511

Solver Data

0.11/0.11	35:13 INFO : Reading from input HOME/instance-3313473-1304188512.cnf
15.49/15.06	Executor set job limit to 1000000
15.49/15.06	Executor set job limit to 1000000
15.49/15.06	Executor set job limit to 1000000
15.49/15.06	Executor set job limit to 1000000
15.49/15.06	Starting Executor!
15.49/15.06	Starting Executor!
15.49/15.06	Starting Executor!
15.49/15.07	Starting Executor!
68.40/65.40	36:18 INFO : 191964 variables remaining out of 202253
68.40/65.40	36:18 INFO : 26451590 literals remaining out of 16875202

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-3313473-1304188512/watcher-3313473-1304188512 -o /tmp/evaluation-result-3313473-1304188512/solver-3313473-1304188512 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3313473-1304188512.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: 6.62 7.80 7.89 2/202 12413
/proc/meminfo: memFree=29100520/32951124 swapFree=67111336/67111528
[pid=12413] ppid=12411 vsize=30528 CPUtime=0 cores=1,3,5,7
/proc/12413/stat : 12413 (java) S 12411 12413 11976 0 -1 4202496 1475 0 0 0 0 0 0 0 25 0 2 0 530449170 31260672 938 33554432000 1073741824 1073778376 140734904832912 18446744073709551615 271562340325 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/12413/statm: 7632 946 728 9 0 383 0
[pid=12413/tid=12414] ppid=12411 vsize=30528 CPUtime=0 cores=1,3,5,7
/proc/12413/task/12414/stat : 12414 (java) R 12411 12413 11976 0 -1 4202560 133 0 0 0 0 0 0 0 25 0 2 0 530449171 31260672 953 33554432000 1073741824 1073778376 140734904832912 18446744073709551615 271550537472 0 0 4096 0 0 0 0 -1 3 0 0 0

[startup+0.034248 s]
/proc/loadavg: 6.62 7.80 7.89 2/202 12413
/proc/meminfo: memFree=29100520/32951124 swapFree=67111336/67111528
[pid=12413] ppid=12411 vsize=15604248 CPUtime=0.02 cores=1,3,5,7
/proc/12413/stat : 12413 (java) S 12411 12413 11976 0 -1 4202496 3674 0 1 0 2 0 0 0 25 0 13 0 530449170 15978749952 3114 33554432000 1073741824 1073778376 140734904832912 18446744073709551615 271562340325 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/12413/statm: 3901062 3114 1677 9 0 3891810 0
[pid=12413/tid=12414] ppid=12411 vsize=15604248 CPUtime=0.02 cores=1,3,5,7
/proc/12413/task/12414/stat : 12414 (java) R 12411 12413 11976 0 -1 4202560 2284 0 1 0 2 0 0 0 25 0 13 0 530449171 15978749952 3114 33554432000 1073741824 1073778376 140734904832912 18446744073709551615 271562364363 0 4 0 16784584 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 15604248

[startup+0.103258 s]
/proc/loadavg: 6.62 7.80 7.89 2/202 12413
/proc/meminfo: memFree=29100520/32951124 swapFree=67111336/67111528
[pid=12413] ppid=12411 vsize=15676712 CPUtime=0.11 cores=1,3,5,7
/proc/12413/stat : 12413 (java) S 12411 12413 11976 0 -1 4202496 5706 0 1 0 10 1 0 0 25 0 18 0 530449170 16052953088 5116 33554432000 1073741824 1073778376 140734904832912 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/12413/statm: 3919178 5116 2119 9 0 3909897 0
[pid=12413/tid=12414] ppid=12411 vsize=15676712 CPUtime=0.09 cores=1,3,5,7
/proc/12413/task/12414/stat : 12414 (java) R 12411 12413 11976 0 -1 4202560 3570 0 1 0 8 1 0 0 18 0 18 0 530449171 16052953088 5116 33554432000 1073741824 1073778376 140734904832912 18446744073709551615 47355108048803 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 15676712

[startup+0.300183 s]
/proc/loadavg: 6.62 7.80 7.89 2/202 12413
/proc/meminfo: memFree=29100520/32951124 swapFree=67111336/67111528
[pid=12413] ppid=12411 vsize=15679900 CPUtime=0.52 cores=1,3,5,7
/proc/12413/stat : 12413 (java) S 12411 12413 11976 0 -1 4202496 15999 0 1 0 49 3 0 0 25 0 18 0 530449170 16056217600 14403 33554432000 1073741824 1073778376 140734904832912 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/12413/statm: 3919975 14410 2206 9 0 3910694 0
[pid=12413/tid=12414] ppid=12411 vsize=15679900 CPUtime=0.28 cores=1,3,5,7
/proc/12413/task/12414/stat : 12414 (java) R 12411 12413 11976 0 -1 4202560 10849 0 1 0 26 2 0 0 18 0 18 0 530449171 16056217600 14413 33554432000 1073741824 1073778376 140734904832912 18446744073709551615 46912505637465 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 15679900

[startup+0.70111 s]
/proc/loadavg: 6.62 7.80 7.89 2/202 12413
/proc/meminfo: memFree=29100520/32951124 swapFree=67111336/67111528
[pid=12413] ppid=12411 vsize=15679900 CPUtime=0.93 cores=1,3,5,7
/proc/12413/stat : 12413 (java) S 12411 12413 11976 0 -1 4202496 42223 0 1 0 87 6 0 0 25 0 18 0 530449170 16056217600 40623 33554432000 1073741824 1073778376 140734904832912 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/12413/statm: 3919975 40623 2222 9 0 3910694 0
[pid=12413/tid=12414] ppid=12411 vsize=15679900 CPUtime=0.68 cores=1,3,5,7
/proc/12413/task/12414/stat : 12414 (java) R 12411 12413 11976 0 -1 4202560 35552 0 1 0 63 5 0 0 18 0 18 0 530449171 16056217600 40623 33554432000 1073741824 1073778376 140734904832912 18446744073709551615 46912505639626 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.93
Current children cumulated vsize (KiB) 15679900

[startup+1.50096 s]
/proc/loadavg: 6.62 7.80 7.89 3/220 12431
/proc/meminfo: memFree=28938620/32951124 swapFree=67111336/67111528
[pid=12413] ppid=12411 vsize=15679900 CPUtime=1.74 cores=1,3,5,7
/proc/12413/stat : 12413 (java) S 12411 12413 11976 0 -1 4202496 76184 0 1 0 164 10 0 0 25 0 18 0 530449170 16056217600 74581 33554432000 1073741824 1073778376 140734904832912 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/12413/statm: 3919975 74581 2222 9 0 3910694 0
[pid=12413/tid=12414] ppid=12411 vsize=15679900 CPUtime=1.47 cores=1,3,5,7
/proc/12413/task/12414/stat : 12414 (java) R 12411 12413 11976 0 -1 4202560 65914 0 1 0 139 8 0 0 19 0 18 0 530449171 16056217600 74581 33554432000 1073741824 1073778376 140734904832912 18446744073709551615 271562364363 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12413/tid=12416] ppid=12411 vsize=15679900 CPUtime=0 cores=1,3,5,7
/proc/12413/task/12416/stat : 12416 (java) S 12411 12413 11976 0 -1 4202560 1484 0 0 0 0 0 0 0 15 0 18 0 530449171 16056217600 74581 33554432000 1073741824 1073778376 140734904832912 18446744073709551615 271562353561 0 4 0 16800975 18446604468949409920 0 0 -1 1 0 0 0
[pid=12413/tid=12417] ppid=12411 vsize=15679900 CPUtime=0 cores=1,3,5,7
/proc/12413/task/12417/stat : 12417 (java) S 12411 12413 11976 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 530449171 16056217600 74581 33554432000 1073741824 1073778376 140734904832912 18446744073709551615 271562353561 0 4 0 16800975 18446604468949409920 0 0 -1 3 0 0 0
[pid=12413/tid=12418] ppid=12411 vsize=15679900 CPUtime=0 cores=1,3,5,7
/proc/12413/task/12418/stat : 12418 (java) S 12411 12413 11976 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 530449171 16056217600 74581 33554432000 1073741824 1073778376 140734904832912 18446744073709551615 271562353561 0 4 0 16800975 18446604468949409920 0 0 -1 3 0 0 0
[pid=12413/tid=12419] ppid=12411 vsize=15679900 CPUtime=0 cores=1,3,5,7
/proc/12413/task/12419/stat : 12419 (java) S 12411 12413 11976 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 530449171 16056217600 74581 33554432000 1073741824 1073778376 140734904832912 18446744073709551615 271562353561 0 4 0 16800975 18446604468949409920 0 0 -1 7 0 0 0
[pid=12413/tid=12420] ppid=12411 vsize=15679900 CPUtime=0 cores=1,3,5,7
/proc/12413/task/12420/stat : 12420 (java) S 12411 12413 11976 0 -1 4202560 675 0 0 0 0 0 0 0 15 0 18 0 530449171 16056217600 74581 33554432000 1073741824 1073778376 140734904832912 18446744073709551615 271562353561 0 4 0 16800975 18446604468949409920 0 0 -1 7 0 0 0
[pid=12413/tid=12421] ppid=12411 vsize=15679900 CPUtime=0 cores=1,3,5,7
/proc/12413/task/12421/stat : 12421 (java) S 12411 12413 11976 0 -1 4202560 1927 0 0 0 0 0 0 0 16 0 18 0 530449171 16056217600 74581 33554432000 1073741824 1073778376 140734904832912 18446744073709551615 271562353561 0 4 0 16800975 18446604468949409920 0 0 -1 5 0 0 0
[pid=12413/tid=12422] ppid=12411 vsize=15679900 CPUtime=0 cores=1,3,5,7
/proc/12413/task/12422/stat : 12422 (java) S 12411 12413 11976 0 -1 4202560 494 0 0 0 0 0 0 0 16 0 18 0 530449171 16056217600 74581 33554432000 1073741824 1073778376 140734904832912 18446744073709551615 271562353561 0 4 0 16800975 18446604468949409920 0 0 -1 1 0 0 0
[pid=12413/tid=12423] ppid=12411 vsize=15679900 CPUtime=0 cores=1,3,5,7
/proc/12413/task/12423/stat : 12423 (java) S 12411 12413 11976 0 -1 4202560 351 0 0 0 0 0 0 0 15 0 18 0 530449171 16056217600 74581 33554432000 1073741824 1073778376 140734904832912 18446744073709551615 271562353561 0 4 0 16800975 18446604468949409920 0 0 -1 3 0 0 0
[pid=12413/tid=12424] ppid=12411 vsize=15679900 CPUtime=0 cores=1,3,5,7
/proc/12413/task/12424/stat : 12424 (java) S 12411 12413 11976 0 -1 4202560 183 0 0 0 0 0 0 0 15 0 18 0 530449172 16056217600 74581 33554432000 1073741824 1073778376 140734904832912 18446744073709551615 271562354176 0 0 0 16800975 18446604468949409920 0 0 -1 7 0 0 0
[pid=12413/tid=12425] ppid=12411 vsize=15679900 CPUtime=0 cores=1,3,5,7
/proc/12413/task/12425/stat : 12425 (java) S 12411 12413 11976 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 18 0 530449173 16056217600 74581 33554432000 1073741824 1073778376 140734904832912 18446744073709551615 271562353561 0 4 0 16800975 18446604468949409920 0 0 -1 7 0 0 0
[pid=12413/tid=12426] ppid=12411 vsize=15679900 CPUtime=0 cores=1,3,5,7
/proc/12413/task/12426/stat : 12426 (java) S 12411 12413 11976 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 18 0 530449173 16056217600 74581 33554432000 1073741824 1073778376 140734904832912 18446744073709551615 271562353561 0 4 0 16800975 18446604468949409920 0 0 -1 7 0 0 0
[pid=12413/tid=12427] ppid=12411 vsize=15679900 CPUtime=0 cores=1,3,5,7
/proc/12413/task/12427/stat : 12427 (java) S 12411 12413 11976 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 530449175 16056217600 74581 33554432000 1073741824 1073778376 140734904832912 18446744073709551615 271562361265 0 4 0 16800975 18446604468949409920 0 0 -1 7 0 0 0
[pid=12413/tid=12428] ppid=12411 vsize=15679900 CPUtime=0.12 cores=1,3,5,7
/proc/12413/task/12428/stat : 12428 (java) S 12411 12413 11976 0 -1 4202560 1188 0 0 0 12 0 0 0 25 0 18 0 530449175 16056217600 74581 33554432000 1073741824 1073778376 140734904832912 18446744073709551615 271562353561 0 4 0 16800975 18446604468949409920 0 0 -1 3 0 0 0
[pid=12413/tid=12429] ppid=12411 vsize=15679900 CPUtime=0.1 cores=1,3,5,7
/proc/12413/task/12429/stat : 12429 (java) S 12411 12413 11976 0 -1 4202560 2580 0 0 0 10 0 0 0 16 0 18 0 530449175 16056217600 74581 33554432000 1073741824 1073778376 140734904832912 18446744073709551615 271562353561 0 4 0 16800975 18446604468949409920 0 0 -1 5 0 0 0
[pid=12413/tid=12430] ppid=12411 vsize=15679900 CPUtime=0 cores=1,3,5,7
/proc/12413/task/12430/stat : 12430 (java) S 12411 12413 11976 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 530449175 16056217600 74581 33554432000 1073741824 1073778376 140734904832912 18446744073709551615 271562353561 0 4 0 16800975 18446604468949409920 0 0 -1 5 0 0 0
[pid=12413/tid=12431] ppid=12411 vsize=15679900 CPUtime=0 cores=1,3,5,7
/proc/12413/task/12431/stat : 12431 (java) S 12411 12413 11976 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 530449175 16056217600 74581 33554432000 1073741824 1073778376 140734904832912 18446744073709551615 271562354176 0 4 0 16800975 18446604468949409920 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.74
Current children cumulated vsize (KiB) 15679900

[startup+3.10067 s]
/proc/loadavg: 6.62 7.80 7.89 3/220 12431
/proc/meminfo: memFree=28681068/32951124 swapFree=67111336/67111528
[pid=12413] ppid=12411 vsize=15679900 CPUtime=3.43 cores=1,3,5,7
/proc/12413/stat : 12413 (java) S 12411 12413 11976 0 -1 4202496 145914 0 1 0 325 18 0 0 25 0 18 0 530449170 16056217600 144305 33554432000 1073741824 1073778376 140734904832912 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/12413/statm: 3919975 144305 2240 9 0 3910694 0
[pid=12413/tid=12414] ppid=12411 vsize=15679900 CPUtime=3.04 cores=1,3,5,7
/proc/12413/task/12414/stat : 12414 (java) R 12411 12413 11976 0 -1 4202560 127094 0 1 0 289 15 0 0 23 0 18 0 530449171 16056217600 144305 33554432000 1073741824 1073778376 140734904832912 18446744073709551615 46912505621141 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=12413/tid=12416] ppid=12411 vsize=15679900 CPUtime=0.01 cores=1,3,5,7
/proc/12413/task/12416/stat : 12416 (java) S 12411 12413 11976 0 -1 4202560 1686 0 0 0 1 0 0 0 16 0 18 0 530449171 16056217600 144305 33554432000 1073741824 1073778376 140734904832912 18446744073709551615 271562353561 0 4 0 16800975 18446604468949409920 0 0 -1 1 0 0 0
[pid=12413/tid=12417] ppid=12411 vsize=15679900 CPUtime=0 cores=1,3,5,7
/proc/12413/task/12417/stat : 12417 (java) S 12411 12413 11976 0 -1 4202560 29 0 0 0 0 0 0 0 15 0 18 0 530449171 16056217600 144305 33554432000 1073741824 1073778376 140734904832912 18446744073709551615 271562353561 0 4 0 16800975 18446604468949409920 0 0 -1 3 0 0 0
[pid=12413/tid=12418] ppid=12411 vsize=15679900 CPUtime=0 cores=1,3,5,7
/proc/12413/task/12418/stat : 12418 (java) S 12411 12413 11976 0 -1 4202560 2578 0 0 0 0 0 0 0 16 0 18 0 530449171 16056217600 144305 33554432000 1073741824 1073778376 140734904832912 18446744073709551615 271562353561 0 4 0 16800975 18446604468949409920 0 0 -1 5 0 0 0
[pid=12413/tid=12419] ppid=12411 vsize=15679900 CPUtime=0 cores=1,3,5,7
/proc/12413/task/12419/stat : 12419 (java) S 12411 12413 11976 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 18 0 530449171 16056217600 144305 33554432000 1073741824 1073778376 140734904832912 18446744073709551615 271562353561 0 4 0 16800975 18446604468949409920 0 0 -1 7 0 0 0
[pid=12413/tid=12420] ppid=12411 vsize=15679900 CPUtime=0.01 cores=1,3,5,7
/proc/12413/task/12420/stat : 12420 (java) S 12411 12413 11976 0 -1 4202560 747 0 0 0 1 0 0 0 16 0 18 0 530449171 16056217600 144305 33554432000 1073741824 1073778376 140734904832912 18446744073709551615 271562353561 0 4 0 16800975 18446604468949409920 0 0 -1 7 0 0 0
[pid=12413/tid=12421] ppid=12411 vsize=15679900 CPUtime=0.01 cores=1,3,5,7
/proc/12413/task/12421/stat : 12421 (java) S 12411 12413 11976 0 -1 4202560 1946 0 0 0 1 0 0 0 16 0 18 0 530449171 16056217600 144305 33554432000 1073741824 1073778376 140734904832912 18446744073709551615 271562353561 0 4 0 16800975 18446604468949409920 0 0 -1 5 0 0 0
[pid=12413/tid=12422] ppid=12411 vsize=15679900 CPUtime=0.01 cores=1,3,5,7
/proc/12413/task/12422/stat : 12422 (java) S 12411 12413 11976 0 -1 4202560 696 0 0 0 1 0 0 0 16 0 18 0 530449171 16056217600 144305 33554432000 1073741824 1073778376 140734904832912 18446744073709551615 271562353561 0 4 0 16800975 18446604468949409920 0 0 -1 1 0 0 0
[pid=12413/tid=12423] ppid=12411 vsize=15679900 CPUtime=0 cores=1,3,5,7
/proc/12413/task/12423/stat : 12423 (java) S 12411 12413 11976 0 -1 4202560 5472 0 0 0 0 0 0 0 16 0 18 0 530449171 16056217600 144305 33554432000 1073741824 1073778376 140734904832912 18446744073709551615 271562353561 0 4 0 16800975 18446604468949409920 0 0 -1 3 0 0 0
[pid=12413/tid=12424] ppid=12411 vsize=15679900 CPUtime=0 cores=1,3,5,7
/proc/12413/task/12424/stat : 12424 (java) S 12411 12413 11976 0 -1 4202560 435 0 0 0 0 0 0 0 15 0 18 0 530449172 16056217600 144305 33554432000 1073741824 1073778376 140734904832912 18446744073709551615 271562354176 0 0 0 16800975 18446604468949409920 0 0 -1 7 0 0 0
[pid=12413/tid=12425] ppid=12411 vsize=15679900 CPUtime=0 cores=1,3,5,7
/proc/12413/task/12425/stat : 12425 (java) S 12411 12413 11976 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 18 0 530449173 16056217600 144305 33554432000 1073741824 1073778376 140734904832912 18446744073709551615 271562353561 0 4 0 16800975 18446604468949409920 0 0 -1 7 0 0 0
[pid=12413/tid=12426] ppid=12411 vsize=15679900 CPUtime=0 cores=1,3,5,7
/proc/12413/task/12426/stat : 12426 (java) S 12411 12413 11976 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 18 0 530449173 16056217600 144305 33554432000 1073741824 1073778376 140734904832912 18446744073709551615 271562353561 0 4 0 16800975 18446604468949409920 0 0 -1 7 0 0 0
[pid=12413/tid=12427] ppid=12411 vsize=15679900 CPUtime=0 cores=1,3,5,7
/proc/12413/task/12427/stat : 12427 (java) S 12411 12413 11976 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 530449175 16056217600 144305 33554432000 1073741824 1073778376 140734904832912 18446744073709551615 271562361265 0 4 0 16800975 18446604468949409920 0 0 -1 7 0 0 0
[pid=12413/tid=12428] ppid=12411 vsize=15679900 CPUtime=0.14 cores=1,3,5,7
/proc/12413/task/12428/stat : 12428 (java) S 12411 12413 11976 0 -1 4202560 1204 0 0 0 14 0 0 0 15 0 18 0 530449175 16056217600 144305 33554432000 1073741824 1073778376 140734904832912 18446744073709551615 271562353561 0 4 0 16800975 18446604468949409920 0 0 -1 3 0 0 0
[pid=12413/tid=12429] ppid=12411 vsize=15679900 CPUtime=0.13 cores=1,3,5,7
/proc/12413/task/12429/stat : 12429 (java) S 12411 12413 11976 0 -1 4202560 2641 0 0 0 13 0 0 0 15 0 18 0 530449175 16056217600 144305 33554432000 1073741824 1073778376 140734904832912 18446744073709551615 271562353561 0 4 0 16800975 18446604468949409920 0 0 -1 5 0 0 0
[pid=12413/tid=12430] ppid=12411 vsize=15679900 CPUtime=0 cores=1,3,5,7
/proc/12413/task/12430/stat : 12430 (java) S 12411 12413 11976 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 530449175 16056217600 144305 33554432000 1073741824 1073778376 140734904832912 18446744073709551615 271562353561 0 4 0 16800975 18446604468949409920 0 0 -1 5 0 0 0
[pid=12413/tid=12431] ppid=12411 vsize=15679900 CPUtime=0 cores=1,3,5,7
/proc/12413/task/12431/stat : 12431 (java) S 12411 12413 11976 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 530449175 16056217600 144305 33554432000 1073741824 1073778376 140734904832912 18446744073709551615 271562354176 0 4 0 16800975 18446604468949409920 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.43
Current children cumulated vsize (KiB) 15679900

[startup+6.30109 s]
/proc/loadavg: 6.25 7.70 7.86 3/220 12431
/proc/meminfo: memFree=28013704/32951124 swapFree=67111336/67111528
[pid=12413] ppid=12411 vsize=15678848 CPUtime=6.68 cores=1,3,5,7
/proc/12413/stat : 12413 (java) S 12411 12413 11976 0 -1 4202496 284769 0 1 0 634 34 0 0 25 0 18 0 530449170 16055140352 282902 33554432000 1073741824 1073778376 140734904832912 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/12413/statm: 3919712 282902 2240 9 0 3910431 0
[pid=12413/tid=12414] ppid=12411 vsize=15678848 CPUtime=6.23 cores=1,3,5,7
/proc/12413/task/12414/stat : 12414 (java) R 12411 12413 11976 0 -1 4202560 255436 0 1 0 593 30 0 0 20 0 18 0 530449171 16055140352 282902 33554432000 1073741824 1073778376 140734904832912 18446744073709551615 271562364363 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=12413/tid=12416] ppid=12411 vsize=15678848 CPUtime=0.02 cores=1,3,5,7
/proc/12413/task/12416/stat : 12416 (java) S 12411 12413 11976 0 -1 4202560 1686 0 0 0 2 0 0 0 15 0 18 0 530449171 16055140352 282902 33554432000 1073741824 1073778376 140734904832912 18446744073709551615 271562353561 0 4 0 16800975 18446604468949409920 0 0 -1 1 0 0 0
[pid=12413/tid=12417] ppid=12411 vsize=15678848 CPUtime=0.01 cores=1,3,5,7
/proc/12413/task/12417/stat : 12417 (java) S 12411 12413 11976 0 -1 4202560 29 0 0 0 1 0 0 0 15 0 18 0 530449171 16055140352 282902 33554432000 1073741824 1073778376 140734904832912 18446744073709551615 271562353561 0 4 0 16800975 18446604468949409920 0 0 -1 3 0 0 0
[pid=12413/tid=12418] ppid=12411 vsize=15678848 CPUtime=0.01 cores=1,3,5,7
/proc/12413/task/12418/stat : 12418 (java) S 12411 12413 11976 0 -1 4202560 12821 0 0 0 0 1 0 0 16 0 18 0 530449171 16055140352 282902 33554432000 1073741824 1073778376 140734904832912 18446744073709551615 271562353561 0 4 0 16800975 18446604468949409920 0 0 -1 5 0 0 0
[pid=12413/tid=12419] ppid=12411 vsize=15678848 CPUtime=0.01 cores=1,3,5,7
/proc/12413/task/12419/stat : 12419 (java) S 12411 12413 11976 0 -1 4202560 1 0 0 0 1 0 0 0 15 0 18 0 530449171 16055140352 282902 33554432000 1073741824 1073778376 140734904832912 18446744073709551615 271562353561 0 4 0 16800975 18446604468949409920 0 0 -1 7 0 0 0
[pid=12413/tid=12420] ppid=12411 vsize=15678848 CPUtime=0.02 cores=1,3,5,7
/proc/12413/task/12420/stat : 12420 (java) S 12411 12413 11976 0 -1 4202560 747 0 0 0 2 0 0 0 15 0 18 0 530449171 16055140352 282902 33554432000 1073741824 1073778376 140734904832912 18446744073709551615 271562353561 0 4 0 16800975 18446604468949409920 0 0 -1 7 0 0 0
[pid=12413/tid=12421] ppid=12411 vsize=15678848 CPUtime=0.01 cores=1,3,5,7
/proc/12413/task/12421/stat : 12421 (java) S 12411 12413 11976 0 -1 4202560 1946 0 0 0 1 0 0 0 15 0 18 0 530449171 16055140352 282902 33554432000 1073741824 1073778376 140734904832912 18446744073709551615 271562353561 0 4 0 16800975 18446604468949409920 0 0 -1 3 0 0 0
[pid=12413/tid=12422] ppid=12411 vsize=15678848 CPUtime=0.01 cores=1,3,5,7
/proc/12413/task/12422/stat : 12422 (java) S 12411 12413 11976 0 -1 4202560 696 0 0 0 1 0 0 0 15 0 18 0 530449171 16055140352 282902 33554432000 1073741824 1073778376 140734904832912 18446744073709551615 271562353561 0 4 0 16800975 18446604468949409920 0 0 -1 1 0 0 0
[pid=12413/tid=12423] ppid=12411 vsize=15678848 CPUtime=0.01 cores=1,3,5,7
/proc/12413/task/12423/stat : 12423 (java) S 12411 12413 11976 0 -1 4202560 5472 0 0 0 1 0 0 0 15 0 18 0 530449171 16055140352 282902 33554432000 1073741824 1073778376 140734904832912 18446744073709551615 271562353561 0 4 0 16800975 18446604468949409920 0 0 -1 3 0 0 0
[pid=12413/tid=12424] ppid=12411 vsize=15678848 CPUtime=0 cores=1,3,5,7
/proc/12413/task/12424/stat : 12424 (java) S 12411 12413 11976 0 -1 4202560 705 0 0 0 0 0 0 0 15 0 18 0 530449172 16055140352 282902 33554432000 1073741824 1073778376 140734904832912 18446744073709551615 271562354176 0 0 0 16800975 18446604468949409920 0 0 -1 5 0 0 0
[pid=12413/tid=12425] ppid=12411 vsize=15678848 CPUtime=0 cores=1,3,5,7
/proc/12413/task/12425/stat : 12425 (java) S 12411 12413 11976 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 18 0 530449173 16055140352 282902 33554432000 1073741824 1073778376 140734904832912 18446744073709551615 271562353561 0 4 0 16800975 18446604468949409920 0 0 -1 7 0 0 0
[pid=12413/tid=12426] ppid=12411 vsize=15678848 CPUtime=0 cores=1,3,5,7
/proc/12413/task/12426/stat : 12426 (java) S 12411 12413 11976 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 18 0 530449173 16055140352 282902 33554432000 1073741824 1073778376 140734904832912 18446744073709551615 271562353561 0 4 0 16800975 18446604468949409920 0 0 -1 7 0 0 0
[pid=12413/tid=12427] ppid=12411 vsize=15678848 CPUtime=0 cores=1,3,5,7
/proc/12413/task/12427/stat : 12427 (java) S 12411 12413 11976 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 530449175 16055140352 282902 33554432000 1073741824 1073778376 140734904832912 18446744073709551615 271562361265 0 4 0 16800975 18446604468949409920 0 0 -1 7 0 0 0
[pid=12413/tid=12428] ppid=12411 vsize=15678848 CPUtime=0.14 cores=1,3,5,7
/proc/12413/task/12428/stat : 12428 (java) S 12411 12413 11976 0 -1 4202560 1204 0 0 0 14 0 0 0 15 0 18 0 530449175 16055140352 282902 33554432000 1073741824 1073778376 140734904832912 18446744073709551615 271562353561 0 4 0 16800975 18446604468949409920 0 0 -1 3 0 0 0
[pid=12413/tid=12429] ppid=12411 vsize=15678848 CPUtime=0.13 cores=1,3,5,7
/proc/12413/task/12429/stat : 12429 (java) S 12411 12413 11976 0 -1 4202560 2641 0 0 0 13 0 0 0 15 0 18 0 530449175 16055140352 282902 33554432000 1073741824 1073778376 140734904832912 18446744073709551615 271562353561 0 4 0 16800975 18446604468949409920 0 0 -1 5 0 0 0
[pid=12413/tid=12430] ppid=12411 vsize=15678848 CPUtime=0 cores=1,3,5,7
/proc/12413/task/12430/stat : 12430 (java) S 12411 12413 11976 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 530449175 16055140352 282902 33554432000 1073741824 1073778376 140734904832912 18446744073709551615 271562353561 0 4 0 16800975 18446604468949409920 0 0 -1 5 0 0 0
[pid=12413/tid=12431] ppid=12411 vsize=15678848 CPUtime=0 cores=1,3,5,7
/proc/12413/task/12431/stat : 12431 (java) S 12411 12413 11976 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 530449175 16055140352 282902 33554432000 1073741824 1073778376 140734904832912 18446744073709551615 271562354176 0 4 0 16800975 18446604468949409920 0 0 -1 3 0 0 0

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

/proc/12413/task/12420/stat : 12420 (java) S 12411 12413 11976 0 -1 4202560 632617 0 0 0 848 91 0 0 16 0 22 0 530449171 16133738496 3833148 33554432000 1073741824 1073778376 140734904832912 18446744073709551615 271562353561 0 4 0 16800975 18446604468949409920 0 0 -1 3 0 0 0
[pid=12413/tid=12421] ppid=12411 vsize=15755604 CPUtime=9.56 cores=1,3,5,7
/proc/12413/task/12421/stat : 12421 (java) S 12411 12413 11976 0 -1 4202560 325980 0 0 0 904 52 0 0 16 0 22 0 530449171 16133738496 3833148 33554432000 1073741824 1073778376 140734904832912 18446744073709551615 271562353561 0 4 0 16800975 18446604468949409920 0 0 -1 7 0 0 0
[pid=12413/tid=12422] ppid=12411 vsize=15755604 CPUtime=9.24 cores=1,3,5,7
/proc/12413/task/12422/stat : 12422 (java) S 12411 12413 11976 0 -1 4202560 406431 0 0 0 858 66 0 0 16 0 22 0 530449171 16133738496 3833148 33554432000 1073741824 1073778376 140734904832912 18446744073709551615 271562353561 0 4 0 16800975 18446604468949409920 0 0 -1 1 0 0 0
[pid=12413/tid=12423] ppid=12411 vsize=15755604 CPUtime=8.33 cores=1,3,5,7
/proc/12413/task/12423/stat : 12423 (java) S 12411 12413 11976 0 -1 4202560 487357 0 0 0 753 80 0 0 16 0 22 0 530449171 16133738496 3833148 33554432000 1073741824 1073778376 140734904832912 18446744073709551615 271562353561 0 4 0 16800975 18446604468949409920 0 0 -1 7 0 0 0
[pid=12413/tid=12424] ppid=12411 vsize=15755604 CPUtime=268.54 cores=1,3,5,7
/proc/12413/task/12424/stat : 12424 (java) R 12411 12413 11976 0 -1 4202560 223821 0 0 0 26809 45 0 0 25 0 22 0 530449172 16133738496 3833148 33554432000 1073741824 1073778376 140734904832912 18446744073709551615 47355107321664 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=12413/tid=12425] ppid=12411 vsize=15755604 CPUtime=0 cores=1,3,5,7
/proc/12413/task/12425/stat : 12425 (java) S 12411 12413 11976 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 530449173 16133738496 3833148 33554432000 1073741824 1073778376 140734904832912 18446744073709551615 271562353561 0 4 0 16800975 18446604468949409920 0 0 -1 5 0 0 0
[pid=12413/tid=12426] ppid=12411 vsize=15755604 CPUtime=0 cores=1,3,5,7
/proc/12413/task/12426/stat : 12426 (java) S 12411 12413 11976 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 530449173 16133738496 3833148 33554432000 1073741824 1073778376 140734904832912 18446744073709551615 271562353561 0 4 0 16800975 18446604468949409920 0 0 -1 5 0 0 0
[pid=12413/tid=12427] ppid=12411 vsize=15755604 CPUtime=0 cores=1,3,5,7
/proc/12413/task/12427/stat : 12427 (java) S 12411 12413 11976 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530449175 16133738496 3833148 33554432000 1073741824 1073778376 140734904832912 18446744073709551615 271562361265 0 4 0 16800975 18446604468949409920 0 0 -1 7 0 0 0
[pid=12413/tid=12428] ppid=12411 vsize=15755604 CPUtime=1.49 cores=1,3,5,7
/proc/12413/task/12428/stat : 12428 (java) S 12411 12413 11976 0 -1 4202560 3131 0 0 0 149 0 0 0 15 0 22 0 530449175 16133738496 3833148 33554432000 1073741824 1073778376 140734904832912 18446744073709551615 271562353561 0 4 0 16800975 18446604468949409920 0 0 -1 3 0 0 0
[pid=12413/tid=12429] ppid=12411 vsize=15755604 CPUtime=2.04 cores=1,3,5,7
/proc/12413/task/12429/stat : 12429 (java) S 12411 12413 11976 0 -1 4202560 18483 0 0 0 202 2 0 0 16 0 22 0 530449175 16133738496 3833148 33554432000 1073741824 1073778376 140734904832912 18446744073709551615 271562353561 0 4 0 16800975 18446604468949409920 0 0 -1 1 0 0 0
[pid=12413/tid=12430] ppid=12411 vsize=15755604 CPUtime=0 cores=1,3,5,7
/proc/12413/task/12430/stat : 12430 (java) S 12411 12413 11976 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530449175 16133738496 3833148 33554432000 1073741824 1073778376 140734904832912 18446744073709551615 271562353561 0 4 0 16800975 18446604468949409920 0 0 -1 5 0 0 0
[pid=12413/tid=12431] ppid=12411 vsize=15755604 CPUtime=0 cores=1,3,5,7
/proc/12413/task/12431/stat : 12431 (java) S 12411 12413 11976 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 22 0 530449175 16133738496 3833148 33554432000 1073741824 1073778376 140734904832912 18446744073709551615 271562354176 0 4 0 16800975 18446604468949409920 0 0 -1 5 0 0 0
[pid=12413/tid=12432] ppid=12411 vsize=15755604 CPUtime=790.79 cores=1,3,5,7
/proc/12413/task/12432/stat : 12432 (java) S 12411 12413 11976 0 -1 4202560 856 0 0 0 79078 1 0 0 15 0 22 0 530450677 16133738496 3833148 33554432000 1073741824 1073778376 140734904832912 18446744073709551615 271562353561 0 4 0 16800975 18446604468949409920 0 0 -1 1 0 0 0
[pid=12413/tid=12433] ppid=12411 vsize=15755604 CPUtime=789.86 cores=1,3,5,7
/proc/12413/task/12433/stat : 12433 (java) S 12411 12413 11976 0 -1 4202560 224 0 0 0 78986 0 0 0 15 0 22 0 530450677 16133738496 3833148 33554432000 1073741824 1073778376 140734904832912 18446744073709551615 271562353561 0 4 0 16800975 18446604468949409920 0 0 -1 3 0 0 0
[pid=12413/tid=12434] ppid=12411 vsize=15755604 CPUtime=826.07 cores=1,3,5,7
/proc/12413/task/12434/stat : 12434 (java) S 12411 12413 11976 0 -1 4202560 17763 0 0 0 82603 4 0 0 15 0 22 0 530450677 16133738496 3833148 33554432000 1073741824 1073778376 140734904832912 18446744073709551615 271562353561 0 4 0 16800975 18446604468949409920 0 0 -1 1 0 0 0
[pid=12413/tid=12435] ppid=12411 vsize=15755604 CPUtime=824.18 cores=1,3,5,7
/proc/12413/task/12435/stat : 12435 (java) S 12411 12413 11976 0 -1 4202560 17997 0 0 0 82416 2 0 0 15 0 22 0 530450677 16133738496 3833148 33554432000 1073741824 1073778376 140734904832912 18446744073709551615 271562353561 0 4 0 16800975 18446604468949409920 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3637.84
Current children cumulated vsize (KiB) 15755604

[startup+1242.3 s]
/proc/loadavg: 3.75 5.11 6.50 3/224 12468
/proc/meminfo: memFree=95272/32951124 swapFree=67111336/67111528
[pid=12413] ppid=12411 vsize=15755604 CPUtime=3697.85 cores=1,3,5,7
/proc/12413/stat : 12413 (java) S 12411 12413 11976 0 -1 4202496 3989126 0 1 0 369156 629 0 0 25 0 22 0 530449170 16133738496 3833148 33554432000 1073741824 1073778376 140734904832912 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/12413/statm: 3938901 3833148 2294 9 0 3929620 0
[pid=12413/tid=12414] ppid=12411 vsize=15755604 CPUtime=64.9 cores=1,3,5,7
/proc/12413/task/12414/stat : 12414 (java) S 12411 12413 11976 0 -1 4202560 255608 0 1 0 6455 35 0 0 18 0 22 0 530449171 16133738496 3833148 33554432000 1073741824 1073778376 140734904832912 18446744073709551615 271562353561 0 4 0 16800975 18446604468949409920 0 0 -1 1 0 0 0
[pid=12413/tid=12416] ppid=12411 vsize=15755604 CPUtime=7.63 cores=1,3,5,7
/proc/12413/task/12416/stat : 12416 (java) S 12411 12413 11976 0 -1 4202560 427891 0 0 0 698 65 0 0 16 0 22 0 530449171 16133738496 3833148 33554432000 1073741824 1073778376 140734904832912 18446744073709551615 271562353561 0 4 0 16800975 18446604468949409920 0 0 -1 1 0 0 0
[pid=12413/tid=12417] ppid=12411 vsize=15755604 CPUtime=8.51 cores=1,3,5,7
/proc/12413/task/12417/stat : 12417 (java) S 12411 12413 11976 0 -1 4202560 260293 0 0 0 811 40 0 0 16 0 22 0 530449171 16133738496 3833148 33554432000 1073741824 1073778376 140734904832912 18446744073709551615 271562353561 0 4 0 16800975 18446604468949409920 0 0 -1 7 0 0 0
[pid=12413/tid=12418] ppid=12411 vsize=15755604 CPUtime=8.45 cores=1,3,5,7
/proc/12413/task/12418/stat : 12418 (java) S 12411 12413 11976 0 -1 4202560 366206 0 0 0 794 51 0 0 16 0 22 0 530449171 16133738496 3833148 33554432000 1073741824 1073778376 140734904832912 18446744073709551615 271562353561 0 4 0 16800975 18446604468949409920 0 0 -1 7 0 0 0
[pid=12413/tid=12419] ppid=12411 vsize=15755604 CPUtime=8.7 cores=1,3,5,7
/proc/12413/task/12419/stat : 12419 (java) S 12411 12413 11976 0 -1 4202560 542609 0 0 0 786 84 0 0 16 0 22 0 530449171 16133738496 3833148 33554432000 1073741824 1073778376 140734904832912 18446744073709551615 271562353561 0 4 0 16800975 18446604468949409920 0 0 -1 3 0 0 0
[pid=12413/tid=12420] ppid=12411 vsize=15755604 CPUtime=9.39 cores=1,3,5,7
/proc/12413/task/12420/stat : 12420 (java) S 12411 12413 11976 0 -1 4202560 632617 0 0 0 848 91 0 0 16 0 22 0 530449171 16133738496 3833148 33554432000 1073741824 1073778376 140734904832912 18446744073709551615 271562353561 0 4 0 16800975 18446604468949409920 0 0 -1 3 0 0 0
[pid=12413/tid=12421] ppid=12411 vsize=15755604 CPUtime=9.56 cores=1,3,5,7
/proc/12413/task/12421/stat : 12421 (java) S 12411 12413 11976 0 -1 4202560 325980 0 0 0 904 52 0 0 16 0 22 0 530449171 16133738496 3833148 33554432000 1073741824 1073778376 140734904832912 18446744073709551615 271562353561 0 4 0 16800975 18446604468949409920 0 0 -1 7 0 0 0
[pid=12413/tid=12422] ppid=12411 vsize=15755604 CPUtime=9.24 cores=1,3,5,7
/proc/12413/task/12422/stat : 12422 (java) S 12411 12413 11976 0 -1 4202560 406431 0 0 0 858 66 0 0 16 0 22 0 530449171 16133738496 3833148 33554432000 1073741824 1073778376 140734904832912 18446744073709551615 271562353561 0 4 0 16800975 18446604468949409920 0 0 -1 1 0 0 0
[pid=12413/tid=12423] ppid=12411 vsize=15755604 CPUtime=8.33 cores=1,3,5,7
/proc/12413/task/12423/stat : 12423 (java) S 12411 12413 11976 0 -1 4202560 487357 0 0 0 753 80 0 0 16 0 22 0 530449171 16133738496 3833148 33554432000 1073741824 1073778376 140734904832912 18446744073709551615 271562353561 0 4 0 16800975 18446604468949409920 0 0 -1 7 0 0 0
[pid=12413/tid=12424] ppid=12411 vsize=15755604 CPUtime=328.53 cores=1,3,5,7
/proc/12413/task/12424/stat : 12424 (java) R 12411 12413 11976 0 -1 4202560 223826 0 0 0 32805 48 0 0 18 0 22 0 530449172 16133738496 3833148 33554432000 1073741824 1073778376 140734904832912 18446744073709551615 47355108913483 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=12413/tid=12425] ppid=12411 vsize=15755604 CPUtime=0 cores=1,3,5,7
/proc/12413/task/12425/stat : 12425 (java) S 12411 12413 11976 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 530449173 16133738496 3833148 33554432000 1073741824 1073778376 140734904832912 18446744073709551615 271562353561 0 4 0 16800975 18446604468949409920 0 0 -1 5 0 0 0
[pid=12413/tid=12426] ppid=12411 vsize=15755604 CPUtime=0 cores=1,3,5,7
/proc/12413/task/12426/stat : 12426 (java) S 12411 12413 11976 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 530449173 16133738496 3833148 33554432000 1073741824 1073778376 140734904832912 18446744073709551615 271562353561 0 4 0 16800975 18446604468949409920 0 0 -1 5 0 0 0
[pid=12413/tid=12427] ppid=12411 vsize=15755604 CPUtime=0 cores=1,3,5,7
/proc/12413/task/12427/stat : 12427 (java) S 12411 12413 11976 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530449175 16133738496 3833148 33554432000 1073741824 1073778376 140734904832912 18446744073709551615 271562361265 0 4 0 16800975 18446604468949409920 0 0 -1 7 0 0 0
[pid=12413/tid=12428] ppid=12411 vsize=15755604 CPUtime=1.49 cores=1,3,5,7
/proc/12413/task/12428/stat : 12428 (java) S 12411 12413 11976 0 -1 4202560 3131 0 0 0 149 0 0 0 15 0 22 0 530449175 16133738496 3833148 33554432000 1073741824 1073778376 140734904832912 18446744073709551615 271562353561 0 4 0 16800975 18446604468949409920 0 0 -1 3 0 0 0
[pid=12413/tid=12429] ppid=12411 vsize=15755604 CPUtime=2.04 cores=1,3,5,7
/proc/12413/task/12429/stat : 12429 (java) S 12411 12413 11976 0 -1 4202560 18483 0 0 0 202 2 0 0 16 0 22 0 530449175 16133738496 3833148 33554432000 1073741824 1073778376 140734904832912 18446744073709551615 271562353561 0 4 0 16800975 18446604468949409920 0 0 -1 1 0 0 0
[pid=12413/tid=12430] ppid=12411 vsize=15755604 CPUtime=0 cores=1,3,5,7
/proc/12413/task/12430/stat : 12430 (java) S 12411 12413 11976 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530449175 16133738496 3833148 33554432000 1073741824 1073778376 140734904832912 18446744073709551615 271562353561 0 4 0 16800975 18446604468949409920 0 0 -1 5 0 0 0
[pid=12413/tid=12431] ppid=12411 vsize=15755604 CPUtime=0 cores=1,3,5,7
/proc/12413/task/12431/stat : 12431 (java) S 12411 12413 11976 0 -1 4202560 72 0 0 0 0 0 0 0 15 0 22 0 530449175 16133738496 3833148 33554432000 1073741824 1073778376 140734904832912 18446744073709551615 271562354176 0 4 0 16800975 18446604468949409920 0 0 -1 5 0 0 0
[pid=12413/tid=12432] ppid=12411 vsize=15755604 CPUtime=790.8 cores=1,3,5,7
/proc/12413/task/12432/stat : 12432 (java) S 12411 12413 11976 0 -1 4202560 1038 0 0 0 79078 2 0 0 15 0 22 0 530450677 16133738496 3833148 33554432000 1073741824 1073778376 140734904832912 18446744073709551615 271562353561 0 4 0 16800975 18446604468949409920 0 0 -1 1 0 0 0
[pid=12413/tid=12433] ppid=12411 vsize=15755604 CPUtime=789.86 cores=1,3,5,7
/proc/12413/task/12433/stat : 12433 (java) S 12411 12413 11976 0 -1 4202560 230 0 0 0 78986 0 0 0 15 0 22 0 530450677 16133738496 3833148 33554432000 1073741824 1073778376 140734904832912 18446744073709551615 271562353561 0 4 0 16800975 18446604468949409920 0 0 -1 3 0 0 0
[pid=12413/tid=12434] ppid=12411 vsize=15755604 CPUtime=826.07 cores=1,3,5,7
/proc/12413/task/12434/stat : 12434 (java) S 12411 12413 11976 0 -1 4202560 17766 0 0 0 82603 4 0 0 15 0 22 0 530450677 16133738496 3833148 33554432000 1073741824 1073778376 140734904832912 18446744073709551615 271562353561 0 4 0 16800975 18446604468949409920 0 0 -1 1 0 0 0
[pid=12413/tid=12435] ppid=12411 vsize=15755604 CPUtime=824.18 cores=1,3,5,7
/proc/12413/task/12435/stat : 12435 (java) S 12411 12413 11976 0 -1 4202560 18204 0 0 0 82416 2 0 0 15 0 22 0 530450677 16133738496 3833148 33554432000 1073741824 1073778376 140734904832912 18446744073709551615 271562353561 0 4 0 16800975 18446604468949409920 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3697.85
Current children cumulated vsize (KiB) 15755604



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.60 4.58 6.23 2/197 12488
/proc/meminfo: memFree=15423084/32951124 swapFree=67111336/67111528
[pid=12413] ppid=12411 vsize=15755604 CPUtime=3755.56 cores=1,3,5,7
/proc/12413/stat : 12413 (java) S 12411 12413 11976 0 -1 4202496 3989506 0 1 0 374926 630 0 0 25 0 22 0 530449170 16133738496 3833148 33554432000 1073741824 1073778376 140734904832912 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/12413/statm: 3938901 3833148 2294 9 0 3929620 0
[pid=12413/tid=12414] ppid=12411 vsize=15755604 CPUtime=64.9 cores=1,3,5,7
/proc/12413/task/12414/stat : 12414 (java) S 12411 12413 11976 0 -1 4202560 255608 0 1 0 6455 35 0 0 18 0 22 0 530449171 16133738496 3833148 33554432000 1073741824 1073778376 140734904832912 18446744073709551615 271562353561 0 4 0 16800975 18446604468949409920 0 0 -1 1 0 0 0
[pid=12413/tid=12416] ppid=12411 vsize=15755604 CPUtime=7.63 cores=1,3,5,7
/proc/12413/task/12416/stat : 12416 (java) S 12411 12413 11976 0 -1 4202560 427891 0 0 0 698 65 0 0 16 0 22 0 530449171 16133738496 3833148 33554432000 1073741824 1073778376 140734904832912 18446744073709551615 271562353561 0 4 0 16800975 18446604468949409920 0 0 -1 1 0 0 0
[pid=12413/tid=12417] ppid=12411 vsize=15755604 CPUtime=8.51 cores=1,3,5,7
/proc/12413/task/12417/stat : 12417 (java) S 12411 12413 11976 0 -1 4202560 260293 0 0 0 811 40 0 0 16 0 22 0 530449171 16133738496 3833148 33554432000 1073741824 1073778376 140734904832912 18446744073709551615 271562353561 0 4 0 16800975 18446604468949409920 0 0 -1 7 0 0 0
[pid=12413/tid=12418] ppid=12411 vsize=15755604 CPUtime=8.45 cores=1,3,5,7
/proc/12413/task/12418/stat : 12418 (java) S 12411 12413 11976 0 -1 4202560 366206 0 0 0 794 51 0 0 16 0 22 0 530449171 16133738496 3833148 33554432000 1073741824 1073778376 140734904832912 18446744073709551615 271562353561 0 4 0 16800975 18446604468949409920 0 0 -1 7 0 0 0
[pid=12413/tid=12419] ppid=12411 vsize=15755604 CPUtime=8.7 cores=1,3,5,7
/proc/12413/task/12419/stat : 12419 (java) S 12411 12413 11976 0 -1 4202560 542609 0 0 0 786 84 0 0 16 0 22 0 530449171 16133738496 3833148 33554432000 1073741824 1073778376 140734904832912 18446744073709551615 271562353561 0 4 0 16800975 18446604468949409920 0 0 -1 3 0 0 0
[pid=12413/tid=12420] ppid=12411 vsize=15755604 CPUtime=9.39 cores=1,3,5,7
/proc/12413/task/12420/stat : 12420 (java) S 12411 12413 11976 0 -1 4202560 632617 0 0 0 848 91 0 0 16 0 22 0 530449171 16133738496 3833148 33554432000 1073741824 1073778376 140734904832912 18446744073709551615 271562353561 0 4 0 16800975 18446604468949409920 0 0 -1 3 0 0 0
[pid=12413/tid=12421] ppid=12411 vsize=15755604 CPUtime=9.56 cores=1,3,5,7
/proc/12413/task/12421/stat : 12421 (java) S 12411 12413 11976 0 -1 4202560 325980 0 0 0 904 52 0 0 16 0 22 0 530449171 16133738496 3833148 33554432000 1073741824 1073778376 140734904832912 18446744073709551615 271562353561 0 4 0 16800975 18446604468949409920 0 0 -1 7 0 0 0
[pid=12413/tid=12422] ppid=12411 vsize=15755604 CPUtime=9.24 cores=1,3,5,7
/proc/12413/task/12422/stat : 12422 (java) S 12411 12413 11976 0 -1 4202560 406431 0 0 0 858 66 0 0 16 0 22 0 530449171 16133738496 3833148 33554432000 1073741824 1073778376 140734904832912 18446744073709551615 271562353561 0 4 0 16800975 18446604468949409920 0 0 -1 1 0 0 0
[pid=12413/tid=12423] ppid=12411 vsize=15755604 CPUtime=8.33 cores=1,3,5,7
/proc/12413/task/12423/stat : 12423 (java) S 12411 12413 11976 0 -1 4202560 487357 0 0 0 753 80 0 0 16 0 22 0 530449171 16133738496 3833148 33554432000 1073741824 1073778376 140734904832912 18446744073709551615 271562353561 0 4 0 16800975 18446604468949409920 0 0 -1 7 0 0 0
[pid=12413/tid=12424] ppid=12411 vsize=15755604 CPUtime=386.22 cores=1,3,5,7
/proc/12413/task/12424/stat : 12424 (java) R 12411 12413 11976 0 -1 4202560 223830 0 0 0 38574 48 0 0 18 0 22 0 530449172 16133738496 3833148 33554432000 1073741824 1073778376 140734904832912 18446744073709551615 47355106947640 0 0 0 16800975 0 0 0 -1 5 0 0 0
[pid=12413/tid=12425] ppid=12411 vsize=15755604 CPUtime=0 cores=1,3,5,7
/proc/12413/task/12425/stat : 12425 (java) S 12411 12413 11976 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 530449173 16133738496 3833148 33554432000 1073741824 1073778376 140734904832912 18446744073709551615 271562353561 0 4 0 16800975 18446604468949409920 0 0 -1 5 0 0 0
[pid=12413/tid=12426] ppid=12411 vsize=15755604 CPUtime=0 cores=1,3,5,7
/proc/12413/task/12426/stat : 12426 (java) S 12411 12413 11976 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 530449173 16133738496 3833148 33554432000 1073741824 1073778376 140734904832912 18446744073709551615 271562353561 0 4 0 16800975 18446604468949409920 0 0 -1 5 0 0 0
[pid=12413/tid=12427] ppid=12411 vsize=15755604 CPUtime=0 cores=1,3,5,7
/proc/12413/task/12427/stat : 12427 (java) S 12411 12413 11976 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530449175 16133738496 3833148 33554432000 1073741824 1073778376 140734904832912 18446744073709551615 271562361265 0 4 0 16800975 18446604468949409920 0 0 -1 7 0 0 0
[pid=12413/tid=12428] ppid=12411 vsize=15755604 CPUtime=1.49 cores=1,3,5,7
/proc/12413/task/12428/stat : 12428 (java) S 12411 12413 11976 0 -1 4202560 3131 0 0 0 149 0 0 0 15 0 22 0 530449175 16133738496 3833148 33554432000 1073741824 1073778376 140734904832912 18446744073709551615 271562353561 0 4 0 16800975 18446604468949409920 0 0 -1 3 0 0 0
[pid=12413/tid=12429] ppid=12411 vsize=15755604 CPUtime=2.04 cores=1,3,5,7
/proc/12413/task/12429/stat : 12429 (java) S 12411 12413 11976 0 -1 4202560 18483 0 0 0 202 2 0 0 16 0 22 0 530449175 16133738496 3833148 33554432000 1073741824 1073778376 140734904832912 18446744073709551615 271562353561 0 4 0 16800975 18446604468949409920 0 0 -1 1 0 0 0
[pid=12413/tid=12430] ppid=12411 vsize=15755604 CPUtime=0 cores=1,3,5,7
/proc/12413/task/12430/stat : 12430 (java) S 12411 12413 11976 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530449175 16133738496 3833148 33554432000 1073741824 1073778376 140734904832912 18446744073709551615 271562353561 0 4 0 16800975 18446604468949409920 0 0 -1 5 0 0 0
[pid=12413/tid=12431] ppid=12411 vsize=15755604 CPUtime=0 cores=1,3,5,7
/proc/12413/task/12431/stat : 12431 (java) S 12411 12413 11976 0 -1 4202560 76 0 0 0 0 0 0 0 15 0 22 0 530449175 16133738496 3833148 33554432000 1073741824 1073778376 140734904832912 18446744073709551615 271562354176 0 4 0 16800975 18446604468949409920 0 0 -1 5 0 0 0
[pid=12413/tid=12432] ppid=12411 vsize=15755604 CPUtime=790.8 cores=1,3,5,7
/proc/12413/task/12432/stat : 12432 (java) S 12411 12413 11976 0 -1 4202560 1110 0 0 0 79078 2 0 0 15 0 22 0 530450677 16133738496 3833148 33554432000 1073741824 1073778376 140734904832912 18446744073709551615 271562353561 0 4 0 16800975 18446604468949409920 0 0 -1 1 0 0 0
[pid=12413/tid=12433] ppid=12411 vsize=15755604 CPUtime=789.86 cores=1,3,5,7
/proc/12413/task/12433/stat : 12433 (java) S 12411 12413 11976 0 -1 4202560 235 0 0 0 78986 0 0 0 15 0 22 0 530450677 16133738496 3833148 33554432000 1073741824 1073778376 140734904832912 18446744073709551615 271562353561 0 4 0 16800975 18446604468949409920 0 0 -1 3 0 0 0
[pid=12413/tid=12434] ppid=12411 vsize=15755604 CPUtime=826.07 cores=1,3,5,7
/proc/12413/task/12434/stat : 12434 (java) S 12411 12413 11976 0 -1 4202560 17770 0 0 0 82603 4 0 0 15 0 22 0 530450677 16133738496 3833148 33554432000 1073741824 1073778376 140734904832912 18446744073709551615 271562353561 0 4 0 16800975 18446604468949409920 0 0 -1 1 0 0 0
[pid=12413/tid=12435] ppid=12411 vsize=15755604 CPUtime=824.19 cores=1,3,5,7
/proc/12413/task/12435/stat : 12435 (java) S 12411 12413 11976 0 -1 4202560 18495 0 0 0 82417 2 0 0 15 0 22 0 530450677 16133738496 3833148 33554432000 1073741824 1073778376 140734904832912 18446744073709551615 271562353561 0 4 0 16800975 18446604468949409920 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3755.56
Current children cumulated vsize (KiB) 15755604

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -12413

[startup+1302.3 s]
/proc/loadavg: 2.60 4.58 6.23 2/198 12489
/proc/meminfo: memFree=15423076/32951124 swapFree=67111336/67111528
[pid=12413] ppid=12411 vsize=0 CPUtime=3757.85 cores=1,3,5,7
/proc/12413/stat : 12413 (java) Z 12411 12413 11976 0 -1 4203548 3989526 0 1 0 375127 658 0 0 18 0 2 0 530449170 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/12413/statm: 0 0 0 0 0 0 0
[pid=12413/tid=12427] ppid=12411 vsize=0 CPUtime=0.28 cores=1,3,5,7
/proc/12413/task/12427/stat : 12427 (java) R 12411 12413 11976 0 -1 4203588 8 0 0 0 0 28 0 0 16 0 2 0 530449175 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3757.85
Current children cumulated vsize (KiB) 0

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

[startup+1302.51 s]
/proc/loadavg: 2.60 4.58 6.23 2/177 12489
/proc/meminfo: memFree=26953384/32951124 swapFree=67111336/67111528
[pid=12413] ppid=12411 vsize=0 CPUtime=3758.05 cores=1,3,5,7
/proc/12413/stat : 12413 (java) Z 12411 12413 11976 0 -1 4203548 3989526 0 1 0 375127 678 0 0 18 0 2 0 530449170 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/12413/statm: 0 0 0 0 0 0 0
[pid=12413/tid=12427] ppid=12411 vsize=0 CPUtime=0.48 cores=1,3,5,7
/proc/12413/task/12427/stat : 12427 (java) R 12411 12413 11976 0 -1 4203588 8 0 0 0 0 48 0 0 16 0 2 0 530449175 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3758.05
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1302.53
CPU time (s): 3758.09
CPU user time (s): 3751.28
CPU system time (s): 6.81096
CPU usage (%): 288.522
Max. virtual memory (cumulated for all children) (KiB): 15755604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3751.28
system time used= 6.81096
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3989526
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= 58960
involuntary context switches= 66381

runsolver used 2.02669 second user time and 5.15022 second system time

The end

Launcher Data

Begin job on node133 at 2011-04-30 20:35:13
IDJOB=3313473
IDBENCH=88165
IDSOLVER=1699
FILE ID=node133/3313473-1304188512
RUNJOBID= node133-1304186065-11995
PBS_JOBID= 13172488
Free space on /tmp= 72584 MiB

SOLVER NAME= STRUCTure 0.1
BENCH NAME= SAT-Race-2010-CNF/hardware-verification/velev/2dlx_ca_bp_f_liveness.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3313473-1304188512/watcher-3313473-1304188512 -o /tmp/evaluation-result-3313473-1304188512/solver-3313473-1304188512 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3313473-1304188512.cnf

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

MD5SUM BENCH= 99cd8de7f06ce8c087a5c7fb299dfb62
RANDOM SEED=1061199068

node133.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.834
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.834
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.834
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.82
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.834
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	: 6741.12
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.834
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.74
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.834
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.83
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.834
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.74
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.834
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:      29100792 kB
Buffers:        556808 kB
Cached:        1433008 kB
SwapCached:        124 kB
Active:        1954020 kB
Inactive:      1547696 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29100792 kB
SwapTotal:    67111528 kB
SwapFree:     67111336 kB
Dirty:          177820 kB
Writeback:           0 kB
AnonPages:     1511864 kB
Mapped:          23516 kB
Slab:           283472 kB
PageTables:       7812 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  2532228 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72660 MiB
End job on node133 at 2011-04-30 20:56:56