Trace number 3311974

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 (hbr=2)? (TO) 4800.48 1206.95

General information on the benchmark

NameCRAFTED/rbsat/crafted/
forced/rbsat-v2100c215164gyes4.cnf
MD5SUM2caae162eff2e5f641cadfad345a5401
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2100
Number of clauses215164
Sum of the clauses size432288
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2215094
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 570

Solver Data

0.11/0.11	39:14 INFO : Reading from input HOME/instance-3311974-1304091554.cnf
1.02/0.85	Executor set job limit to 1000000
1.02/0.85	Executor set job limit to 1000000
1.02/0.85	Executor set job limit to 1000000
1.02/0.85	Executor set job limit to 1000000
1.02/0.85	Starting Executor!
1.02/0.85	Starting Executor!
1.02/0.85	Starting Executor!
1.02/0.85	Starting Executor!
2.93/1.93	39:16 INFO : 2100 variables remaining out of 2100
2.93/1.93	39:16 INFO : 1292734 literals remaining out of 647452

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-3311974-1304091554/watcher-3311974-1304091554 -o /tmp/evaluation-result-3311974-1304091554/solver-3311974-1304091554 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3311974-1304091554.cnf -hbr 2 

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.17 7.96 8.07 2/198 6463
/proc/meminfo: memFree=29718380/32951124 swapFree=67111352/67111528
[pid=6463] ppid=6461 vsize=30580 CPUtime=0 cores=1,3,5,7
/proc/6463/stat : 6463 (java) S 6461 6463 5931 0 -1 4202496 1456 0 0 0 0 0 0 0 21 0 2 0 520753283 31313920 924 33554432000 1073741824 1073778376 140734390635760 18446744073709551615 255389104101 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/6463/statm: 7645 926 707 9 0 383 0
[pid=6463/tid=6464] ppid=6461 vsize=30528 CPUtime=0 cores=1,3,5,7
/proc/6463/task/6464/stat : 6464 (java) R 6461 6463 5931 0 -1 4202560 133 0 0 0 0 0 0 0 24 0 2 0 520753283 31260672 954 33554432000 1073741824 1073778376 140734390635760 18446744073709551615 255377301248 0 0 4096 0 0 0 0 -1 5 0 0 0

[startup+0.099142 s]
/proc/loadavg: 7.17 7.96 8.07 2/198 6463
/proc/meminfo: memFree=29718380/32951124 swapFree=67111352/67111528
[pid=6463] ppid=6461 vsize=15676652 CPUtime=0.1 cores=1,3,5,7
/proc/6463/stat : 6463 (java) S 6461 6463 5931 0 -1 4202496 5575 0 1 0 9 1 0 0 21 0 18 0 520753283 16052891648 5004 33554432000 1073741824 1073778376 140734390635760 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/6463/statm: 3919163 5004 2116 9 0 3909882 0
[pid=6463/tid=6464] ppid=6461 vsize=15676652 CPUtime=0.08 cores=1,3,5,7
/proc/6463/task/6464/stat : 6464 (java) R 6461 6463 5931 0 -1 4202560 3471 0 1 0 7 1 0 0 18 0 18 0 520753283 16052891648 5039 33554432000 1073741824 1073778376 140734390635760 18446744073709551615 47030280940410 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15676652

[startup+0.102747 s]
/proc/loadavg: 7.17 7.96 8.07 2/198 6463
/proc/meminfo: memFree=29718380/32951124 swapFree=67111352/67111528
[pid=6463] ppid=6461 vsize=15676652 CPUtime=0.11 cores=1,3,5,7
/proc/6463/stat : 6463 (java) S 6461 6463 5931 0 -1 4202496 5638 0 1 0 9 2 0 0 21 0 18 0 520753283 16052891648 5067 33554432000 1073741824 1073778376 140734390635760 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/6463/statm: 3919163 5067 2117 9 0 3909882 0
[pid=6463/tid=6464] ppid=6461 vsize=15676652 CPUtime=0.08 cores=1,3,5,7
/proc/6463/task/6464/stat : 6464 (java) R 6461 6463 5931 0 -1 4202560 3499 0 1 0 7 1 0 0 18 0 18 0 520753283 16052891648 5067 33554432000 1073741824 1073778376 140734390635760 18446744073709551615 255389128139 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) 15676652

[startup+0.300748 s]
/proc/loadavg: 7.17 7.96 8.07 2/198 6463
/proc/meminfo: memFree=29718380/32951124 swapFree=67111352/67111528
[pid=6463] ppid=6461 vsize=15683216 CPUtime=0.52 cores=1,3,5,7
/proc/6463/stat : 6463 (java) S 6461 6463 5931 0 -1 4202496 14422 0 1 0 49 3 0 0 21 0 18 0 520753283 16059613184 12684 33554432000 1073741824 1073778376 140734390635760 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/6463/statm: 3920804 12691 2207 9 0 3911523 0
[pid=6463/tid=6464] ppid=6461 vsize=15683216 CPUtime=0.28 cores=1,3,5,7
/proc/6463/task/6464/stat : 6464 (java) R 6461 6463 5931 0 -1 4202560 9341 0 1 0 26 2 0 0 18 0 18 0 520753283 16059613184 12694 33554432000 1073741824 1073778376 140734390635760 18446744073709551615 46912505640945 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) 15683216

[startup+0.700691 s]
/proc/loadavg: 7.17 7.96 8.07 2/198 6463
/proc/meminfo: memFree=29718380/32951124 swapFree=67111352/67111528
[pid=6463] ppid=6461 vsize=15683216 CPUtime=0.92 cores=1,3,5,7
/proc/6463/stat : 6463 (java) S 6461 6463 5931 0 -1 4202496 41820 0 1 0 85 7 0 0 21 0 18 0 520753283 16059613184 40080 33554432000 1073741824 1073778376 140734390635760 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/6463/statm: 3920804 40080 2223 9 0 3911523 0
[pid=6463/tid=6464] ppid=6461 vsize=15683216 CPUtime=0.68 cores=1,3,5,7
/proc/6463/task/6464/stat : 6464 (java) R 6461 6463 5931 0 -1 4202560 35549 0 1 0 62 6 0 0 18 0 18 0 520753283 16059613184 40080 33554432000 1073741824 1073778376 140734390635760 18446744073709551615 46912505579073 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.92
Current children cumulated vsize (KiB) 15683216

[startup+1.50153 s]
/proc/loadavg: 7.17 7.96 8.07 6/224 6489
/proc/meminfo: memFree=29395464/32951124 swapFree=67111352/67111528
[pid=6463] ppid=6461 vsize=15686532 CPUtime=2.28 cores=1,3,5,7
/proc/6463/stat : 6463 (java) S 6461 6463 5931 0 -1 4202496 50954 0 1 0 220 8 0 0 21 0 22 0 520753283 16063008768 45015 33554432000 1073741824 1073778376 140734390635760 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/6463/statm: 3921633 45015 2256 9 0 3912352 0
[pid=6463/tid=6464] ppid=6461 vsize=15686532 CPUtime=1.47 cores=1,3,5,7
/proc/6463/task/6464/stat : 6464 (java) R 6461 6463 5931 0 -1 4202560 35653 0 1 0 141 6 0 0 21 0 22 0 520753283 16063008768 45015 33554432000 1073741824 1073778376 140734390635760 18446744073709551615 46912505633874 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6463/tid=6466] ppid=6461 vsize=15686532 CPUtime=0 cores=1,3,5,7
/proc/6463/task/6466/stat : 6466 (java) S 6461 6463 5931 0 -1 4202560 712 0 0 0 0 0 0 0 18 0 22 0 520753284 16063008768 45015 33554432000 1073741824 1073778376 140734390635760 18446744073709551615 255389117337 0 4 0 16800975 18446604454653630592 0 0 -1 1 0 0 0
[pid=6463/tid=6467] ppid=6461 vsize=15686532 CPUtime=0 cores=1,3,5,7
/proc/6463/task/6467/stat : 6467 (java) S 6461 6463 5931 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 520753284 16063008768 45015 33554432000 1073741824 1073778376 140734390635760 18446744073709551615 255389117337 0 4 0 16800975 18446604454653630592 0 0 -1 1 0 0 0
[pid=6463/tid=6468] ppid=6461 vsize=15686532 CPUtime=0 cores=1,3,5,7
/proc/6463/task/6468/stat : 6468 (java) S 6461 6463 5931 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 520753284 16063008768 45015 33554432000 1073741824 1073778376 140734390635760 18446744073709551615 255389117337 0 4 0 16800975 18446604454653630592 0 0 -1 1 0 0 0
[pid=6463/tid=6469] ppid=6461 vsize=15686532 CPUtime=0 cores=1,3,5,7
/proc/6463/task/6469/stat : 6469 (java) S 6461 6463 5931 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 520753284 16063008768 45015 33554432000 1073741824 1073778376 140734390635760 18446744073709551615 255389117337 0 4 0 16800975 18446604454653630592 0 0 -1 1 0 0 0
[pid=6463/tid=6470] ppid=6461 vsize=15686532 CPUtime=0 cores=1,3,5,7
/proc/6463/task/6470/stat : 6470 (java) S 6461 6463 5931 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 520753284 16063008768 45015 33554432000 1073741824 1073778376 140734390635760 18446744073709551615 255389117337 0 4 0 16800975 18446604454653630592 0 0 -1 1 0 0 0
[pid=6463/tid=6471] ppid=6461 vsize=15686532 CPUtime=0 cores=1,3,5,7
/proc/6463/task/6471/stat : 6471 (java) S 6461 6463 5931 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 520753284 16063008768 45015 33554432000 1073741824 1073778376 140734390635760 18446744073709551615 255389117337 0 4 0 16800975 18446604454653630592 0 0 -1 1 0 0 0
[pid=6463/tid=6472] ppid=6461 vsize=15686532 CPUtime=0 cores=1,3,5,7
/proc/6463/task/6472/stat : 6472 (java) S 6461 6463 5931 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 520753284 16063008768 45015 33554432000 1073741824 1073778376 140734390635760 18446744073709551615 255389117337 0 4 0 16800975 18446604454653630592 0 0 -1 1 0 0 0
[pid=6463/tid=6473] ppid=6461 vsize=15686532 CPUtime=0 cores=1,3,5,7
/proc/6463/task/6473/stat : 6473 (java) S 6461 6463 5931 0 -1 4202560 718 0 0 0 0 0 0 0 18 0 22 0 520753284 16063008768 45015 33554432000 1073741824 1073778376 140734390635760 18446744073709551615 255389117337 0 4 0 16800975 18446604454653630592 0 0 -1 1 0 0 0
[pid=6463/tid=6474] ppid=6461 vsize=15686532 CPUtime=0 cores=1,3,5,7
/proc/6463/task/6474/stat : 6474 (java) S 6461 6463 5931 0 -1 4202560 71 0 0 0 0 0 0 0 18 0 22 0 520753285 16063008768 45015 33554432000 1073741824 1073778376 140734390635760 18446744073709551615 255389117952 0 0 0 16800975 18446604454653630592 0 0 -1 5 0 0 0
[pid=6463/tid=6475] ppid=6461 vsize=15686532 CPUtime=0 cores=1,3,5,7
/proc/6463/task/6475/stat : 6475 (java) S 6461 6463 5931 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 22 0 520753285 16063008768 45015 33554432000 1073741824 1073778376 140734390635760 18446744073709551615 255389117337 0 4 0 16800975 18446604454653630592 0 0 -1 5 0 0 0
[pid=6463/tid=6476] ppid=6461 vsize=15686532 CPUtime=0 cores=1,3,5,7
/proc/6463/task/6476/stat : 6476 (java) S 6461 6463 5931 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 22 0 520753285 16063008768 45015 33554432000 1073741824 1073778376 140734390635760 18446744073709551615 255389117337 0 4 0 16800975 18446604454653630592 0 0 -1 5 0 0 0
[pid=6463/tid=6477] ppid=6461 vsize=15686532 CPUtime=0 cores=1,3,5,7
/proc/6463/task/6477/stat : 6477 (java) S 6461 6463 5931 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 520753287 16063008768 45015 33554432000 1073741824 1073778376 140734390635760 18446744073709551615 255389125041 0 4 0 16800975 18446604454653630592 0 0 -1 5 0 0 0
[pid=6463/tid=6478] ppid=6461 vsize=15686532 CPUtime=0.42 cores=1,3,5,7
/proc/6463/task/6478/stat : 6478 (java) S 6461 6463 5931 0 -1 4202560 8742 0 0 0 42 0 0 0 15 0 22 0 520753287 16063008768 45015 33554432000 1073741824 1073778376 140734390635760 18446744073709551615 255389117337 0 4 0 16800975 18446604454653630592 0 0 -1 3 0 0 0
[pid=6463/tid=6479] ppid=6461 vsize=15686532 CPUtime=0.34 cores=1,3,5,7
/proc/6463/task/6479/stat : 6479 (java) S 6461 6463 5931 0 -1 4202560 3621 0 0 0 34 0 0 0 16 0 22 0 520753287 16063008768 45015 33554432000 1073741824 1073778376 140734390635760 18446744073709551615 255389117337 0 4 0 16800975 18446604454653630592 0 0 -1 5 0 0 0
[pid=6463/tid=6480] ppid=6461 vsize=15686532 CPUtime=0 cores=1,3,5,7
/proc/6463/task/6480/stat : 6480 (java) S 6461 6463 5931 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 520753287 16063008768 45015 33554432000 1073741824 1073778376 140734390635760 18446744073709551615 255389117337 0 4 0 16800975 18446604454653630592 0 0 -1 5 0 0 0
[pid=6463/tid=6481] ppid=6461 vsize=15686532 CPUtime=0 cores=1,3,5,7
/proc/6463/task/6481/stat : 6481 (java) S 6461 6463 5931 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 520753287 16063008768 45015 33554432000 1073741824 1073778376 140734390635760 18446744073709551615 255389117952 0 4 0 16800975 18446604454653630592 0 0 -1 7 0 0 0
[pid=6463/tid=6486] ppid=6461 vsize=15686532 CPUtime=0 cores=1,3,5,7
/proc/6463/task/6486/stat : 6486 (java) S 6461 6463 5931 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 22 0 520753368 16063008768 45015 33554432000 1073741824 1073778376 140734390635760 18446744073709551615 255389117952 0 4 0 16800975 18446604454653630592 0 0 -1 1 0 0 0
[pid=6463/tid=6487] ppid=6461 vsize=15686532 CPUtime=0 cores=1,3,5,7
/proc/6463/task/6487/stat : 6487 (java) S 6461 6463 5931 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 22 0 520753368 16063008768 45015 33554432000 1073741824 1073778376 140734390635760 18446744073709551615 255389117952 0 4 0 16800975 18446604454653630592 0 0 -1 7 0 0 0
[pid=6463/tid=6488] ppid=6461 vsize=15686532 CPUtime=0 cores=1,3,5,7
/proc/6463/task/6488/stat : 6488 (java) S 6461 6463 5931 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 22 0 520753368 16063008768 45015 33554432000 1073741824 1073778376 140734390635760 18446744073709551615 255389117952 0 4 0 16800975 18446604454653630592 0 0 -1 7 0 0 0
[pid=6463/tid=6489] ppid=6461 vsize=15686532 CPUtime=0 cores=1,3,5,7
/proc/6463/task/6489/stat : 6489 (java) S 6461 6463 5931 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 22 0 520753368 16063008768 45015 33554432000 1073741824 1073778376 140734390635760 18446744073709551615 255389117952 0 4 0 16800975 18446604454653630592 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.28
Current children cumulated vsize (KiB) 15686532

[startup+3.1012 s]
/proc/loadavg: 7.17 7.96 8.07 11/224 6489
/proc/meminfo: memFree=29302324/32951124 swapFree=67111352/67111528
[pid=6463] ppid=6461 vsize=15687408 CPUtime=6.3 cores=1,3,5,7
/proc/6463/stat : 6463 (java) S 6461 6463 5931 0 -1 4202496 106804 0 1 0 613 17 0 0 21 0 22 0 520753283 16063905792 100052 33554432000 1073741824 1073778376 140734390635760 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/6463/statm: 3921852 100052 2273 9 0 3912571 0
[pid=6463/tid=6464] ppid=6461 vsize=15687408 CPUtime=1.9 cores=1,3,5,7
/proc/6463/task/6464/stat : 6464 (java) S 6461 6463 5931 0 -1 4202560 35706 0 1 0 184 6 0 0 22 0 22 0 520753283 16063905792 100052 33554432000 1073741824 1073778376 140734390635760 18446744073709551615 255389117337 0 4 0 16800975 18446604454653630592 0 0 -1 1 0 0 0
[pid=6463/tid=6466] ppid=6461 vsize=15687408 CPUtime=0.01 cores=1,3,5,7
/proc/6463/task/6466/stat : 6466 (java) S 6461 6463 5931 0 -1 4202560 5974 0 0 0 1 0 0 0 16 0 22 0 520753284 16063905792 100052 33554432000 1073741824 1073778376 140734390635760 18446744073709551615 255389117337 0 4 0 16800975 18446604454653630592 0 0 -1 5 0 0 0
[pid=6463/tid=6467] ppid=6461 vsize=15687408 CPUtime=0.01 cores=1,3,5,7
/proc/6463/task/6467/stat : 6467 (java) S 6461 6463 5931 0 -1 4202560 4632 0 0 0 0 1 0 0 16 0 22 0 520753284 16063905792 100052 33554432000 1073741824 1073778376 140734390635760 18446744073709551615 255389117337 0 4 0 16800975 18446604454653630592 0 0 -1 5 0 0 0
[pid=6463/tid=6468] ppid=6461 vsize=15687408 CPUtime=0 cores=1,3,5,7
/proc/6463/task/6468/stat : 6468 (java) S 6461 6463 5931 0 -1 4202560 817 0 0 0 0 0 0 0 18 0 22 0 520753284 16063905792 100052 33554432000 1073741824 1073778376 140734390635760 18446744073709551615 255389117337 0 4 0 16800975 18446604454653630592 0 0 -1 3 0 0 0
[pid=6463/tid=6469] ppid=6461 vsize=15687408 CPUtime=0.01 cores=1,3,5,7
/proc/6463/task/6469/stat : 6469 (java) S 6461 6463 5931 0 -1 4202560 4867 0 0 0 1 0 0 0 16 0 22 0 520753284 16063905792 100052 33554432000 1073741824 1073778376 140734390635760 18446744073709551615 255389117337 0 4 0 16800975 18446604454653630592 0 0 -1 3 0 0 0
[pid=6463/tid=6470] ppid=6461 vsize=15687408 CPUtime=0 cores=1,3,5,7
/proc/6463/task/6470/stat : 6470 (java) S 6461 6463 5931 0 -1 4202560 2950 0 0 0 0 0 0 0 18 0 22 0 520753284 16063905792 100052 33554432000 1073741824 1073778376 140734390635760 18446744073709551615 255389117337 0 4 0 16800975 18446604454653630592 0 0 -1 5 0 0 0
[pid=6463/tid=6471] ppid=6461 vsize=15687408 CPUtime=0 cores=1,3,5,7
/proc/6463/task/6471/stat : 6471 (java) S 6461 6463 5931 0 -1 4202560 569 0 0 0 0 0 0 0 18 0 22 0 520753284 16063905792 100052 33554432000 1073741824 1073778376 140734390635760 18446744073709551615 255389117337 0 4 0 16800975 18446604454653630592 0 0 -1 3 0 0 0
[pid=6463/tid=6472] ppid=6461 vsize=15687408 CPUtime=0 cores=1,3,5,7
/proc/6463/task/6472/stat : 6472 (java) S 6461 6463 5931 0 -1 4202560 1327 0 0 0 0 0 0 0 16 0 22 0 520753284 16063905792 100052 33554432000 1073741824 1073778376 140734390635760 18446744073709551615 255389117337 0 4 0 16800975 18446604454653630592 0 0 -1 7 0 0 0
[pid=6463/tid=6473] ppid=6461 vsize=15687408 CPUtime=0.01 cores=1,3,5,7
/proc/6463/task/6473/stat : 6473 (java) S 6461 6463 5931 0 -1 4202560 5426 0 0 0 1 0 0 0 16 0 22 0 520753284 16063905792 100052 33554432000 1073741824 1073778376 140734390635760 18446744073709551615 255389117337 0 4 0 16800975 18446604454653630592 0 0 -1 7 0 0 0
[pid=6463/tid=6474] ppid=6461 vsize=15687408 CPUtime=0 cores=1,3,5,7
/proc/6463/task/6474/stat : 6474 (java) S 6461 6463 5931 0 -1 4202560 242 0 0 0 0 0 0 0 16 0 22 0 520753285 16063905792 100052 33554432000 1073741824 1073778376 140734390635760 18446744073709551615 255389117952 0 0 0 16800975 18446604454653630592 0 0 -1 1 0 0 0
[pid=6463/tid=6475] ppid=6461 vsize=15687408 CPUtime=0 cores=1,3,5,7
/proc/6463/task/6475/stat : 6475 (java) S 6461 6463 5931 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 520753285 16063905792 100052 33554432000 1073741824 1073778376 140734390635760 18446744073709551615 255389117337 0 4 0 16800975 18446604454653630592 0 0 -1 5 0 0 0
[pid=6463/tid=6476] ppid=6461 vsize=15687408 CPUtime=0 cores=1,3,5,7
/proc/6463/task/6476/stat : 6476 (java) S 6461 6463 5931 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 520753285 16063905792 100052 33554432000 1073741824 1073778376 140734390635760 18446744073709551615 255389117337 0 4 0 16800975 18446604454653630592 0 0 -1 5 0 0 0
[pid=6463/tid=6477] ppid=6461 vsize=15687408 CPUtime=0 cores=1,3,5,7
/proc/6463/task/6477/stat : 6477 (java) S 6461 6463 5931 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 520753287 16063905792 100052 33554432000 1073741824 1073778376 140734390635760 18446744073709551615 255389125041 0 4 0 16800975 18446604454653630592 0 0 -1 5 0 0 0
[pid=6463/tid=6478] ppid=6461 vsize=15687408 CPUtime=0.81 cores=1,3,5,7
/proc/6463/task/6478/stat : 6478 (java) S 6461 6463 5931 0 -1 4202560 8824 0 0 0 81 0 0 0 15 0 22 0 520753287 16063905792 100052 33554432000 1073741824 1073778376 140734390635760 18446744073709551615 255389117337 0 4 0 16800975 18446604454653630592 0 0 -1 5 0 0 0
[pid=6463/tid=6479] ppid=6461 vsize=15687408 CPUtime=0.68 cores=1,3,5,7
/proc/6463/task/6479/stat : 6479 (java) S 6461 6463 5931 0 -1 4202560 3783 0 0 0 68 0 0 0 15 0 22 0 520753287 16063905792 100052 33554432000 1073741824 1073778376 140734390635760 18446744073709551615 255389117337 0 4 0 16800975 18446604454653630592 0 0 -1 3 0 0 0
[pid=6463/tid=6480] ppid=6461 vsize=15687408 CPUtime=0 cores=1,3,5,7
/proc/6463/task/6480/stat : 6480 (java) S 6461 6463 5931 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 520753287 16063905792 100052 33554432000 1073741824 1073778376 140734390635760 18446744073709551615 255389117337 0 4 0 16800975 18446604454653630592 0 0 -1 5 0 0 0
[pid=6463/tid=6481] ppid=6461 vsize=15687408 CPUtime=0 cores=1,3,5,7
/proc/6463/task/6481/stat : 6481 (java) S 6461 6463 5931 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 520753287 16063905792 100052 33554432000 1073741824 1073778376 140734390635760 18446744073709551615 255389117952 0 4 0 16800975 18446604454653630592 0 0 -1 5 0 0 0
[pid=6463/tid=6486] ppid=6461 vsize=15687408 CPUtime=0.56 cores=1,3,5,7
/proc/6463/task/6486/stat : 6486 (java) R 6461 6463 5931 0 -1 4202560 7371 0 0 0 55 1 0 0 16 0 22 0 520753368 16063905792 100052 33554432000 1073741824 1073778376 140734390635760 18446744073709551615 46912506181681 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=6463/tid=6487] ppid=6461 vsize=15687408 CPUtime=0.44 cores=1,3,5,7
/proc/6463/task/6487/stat : 6487 (java) R 6461 6463 5931 0 -1 4202560 4949 0 0 0 44 0 0 0 16 0 22 0 520753368 16063905792 100052 33554432000 1073741824 1073778376 140734390635760 18446744073709551615 46912506229127 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=6463/tid=6488] ppid=6461 vsize=15687408 CPUtime=0.92 cores=1,3,5,7
/proc/6463/task/6488/stat : 6488 (java) R 6461 6463 5931 0 -1 4202560 9724 0 0 0 91 1 0 0 16 0 22 0 520753368 16063905792 100052 33554432000 1073741824 1073778376 140734390635760 18446744073709551615 46912505983839 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6463/tid=6489] ppid=6461 vsize=15687408 CPUtime=0.83 cores=1,3,5,7
/proc/6463/task/6489/stat : 6489 (java) R 6461 6463 5931 0 -1 4202560 8255 0 0 0 82 1 0 0 16 0 22 0 520753368 16063905792 100052 33554432000 1073741824 1073778376 140734390635760 18446744073709551615 46912505524195 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 15687408

[startup+6.3016 s]
/proc/loadavg: 7.31 7.98 8.08 10/224 6489
/proc/meminfo: memFree=27742048/32951124 swapFree=67111352/67111528
[pid=6463] ppid=6461 vsize=15687408 CPUtime=19.07 cores=1,3,5,7
/proc/6463/stat : 6463 (java) S 6461 6463 5931 0 -1 4202496 336691 0 1 0 1856 51 0 0 21 0 22 0 520753283 16063905792 328914 33554432000 1073741824 1073778376 140734390635760 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/6463/statm: 3921852 328914 2284 9 0 3912571 0
[pid=6463/tid=6464] ppid=6461 vsize=15687408 CPUtime=1.9 cores=1,3,5,7
/proc/6463/task/6464/stat : 6464 (java) S 6461 6463 5931 0 -1 4202560 35706 0 1 0 184 6 0 0 22 0 22 0 520753283 16063905792 328914 33554432000 1073741824 1073778376 140734390635760 18446744073709551615 255389117337 0 4 0 16800975 18446604454653630592 0 0 -1 1 0 0 0
[pid=6463/tid=6466] ppid=6461 vsize=15687408 CPUtime=0.1 cores=1,3,5,7
/proc/6463/task/6466/stat : 6466 (java) S 6461 6463 5931 0 -1 4202560 29912 0 0 0 6 4 0 0 16 0 22 0 520753284 16063905792 328914 33554432000 1073741824 1073778376 140734390635760 18446744073709551615 255389117337 0 4 0 16800975 18446604454653630592 0 0 -1 7 0 0 0
[pid=6463/tid=6467] ppid=6461 vsize=15687408 CPUtime=0.01 cores=1,3,5,7
/proc/6463/task/6467/stat : 6467 (java) S 6461 6463 5931 0 -1 4202560 4632 0 0 0 0 1 0 0 15 0 22 0 520753284 16063905792 328914 33554432000 1073741824 1073778376 140734390635760 18446744073709551615 255389117337 0 4 0 16800975 18446604454653630592 0 0 -1 5 0 0 0
[pid=6463/tid=6468] ppid=6461 vsize=15687408 CPUtime=0.05 cores=1,3,5,7
/proc/6463/task/6468/stat : 6468 (java) S 6461 6463 5931 0 -1 4202560 13614 0 0 0 2 3 0 0 16 0 22 0 520753284 16063905792 328914 33554432000 1073741824 1073778376 140734390635760 18446744073709551615 255389117337 0 4 0 16800975 18446604454653630592 0 0 -1 5 0 0 0
[pid=6463/tid=6469] ppid=6461 vsize=15687408 CPUtime=0.08 cores=1,3,5,7
/proc/6463/task/6469/stat : 6469 (java) S 6461 6463 5931 0 -1 4202560 25272 0 0 0 5 3 0 0 16 0 22 0 520753284 16063905792 328914 33554432000 1073741824 1073778376 140734390635760 18446744073709551615 255389117337 0 4 0 16800975 18446604454653630592 0 0 -1 3 0 0 0
[pid=6463/tid=6470] ppid=6461 vsize=15687408 CPUtime=0.08 cores=1,3,5,7
/proc/6463/task/6470/stat : 6470 (java) S 6461 6463 5931 0 -1 4202560 21756 0 0 0 4 4 0 0 16 0 22 0 520753284 16063905792 328914 33554432000 1073741824 1073778376 140734390635760 18446744073709551615 255389117337 0 4 0 16800975 18446604454653630592 0 0 -1 7 0 0 0
[pid=6463/tid=6471] ppid=6461 vsize=15687408 CPUtime=0.01 cores=1,3,5,7
/proc/6463/task/6471/stat : 6471 (java) S 6461 6463 5931 0 -1 4202560 5380 0 0 0 1 0 0 0 16 0 22 0 520753284 16063905792 328914 33554432000 1073741824 1073778376 140734390635760 18446744073709551615 255389117337 0 4 0 16800975 18446604454653630592 0 0 -1 3 0 0 0
[pid=6463/tid=6472] ppid=6461 vsize=15687408 CPUtime=0.06 cores=1,3,5,7
/proc/6463/task/6472/stat : 6472 (java) S 6461 6463 5931 0 -1 4202560 18076 0 0 0 3 3 0 0 16 0 22 0 520753284 16063905792 328914 33554432000 1073741824 1073778376 140734390635760 18446744073709551615 255389117337 0 4 0 16800975 18446604454653630592 0 0 -1 5 0 0 0
[pid=6463/tid=6473] ppid=6461 vsize=15687408 CPUtime=0.02 cores=1,3,5,7
/proc/6463/task/6473/stat : 6473 (java) S 6461 6463 5931 0 -1 4202560 7038 0 0 0 1 1 0 0 16 0 22 0 520753284 16063905792 328914 33554432000 1073741824 1073778376 140734390635760 18446744073709551615 255389117337 0 4 0 16800975 18446604454653630592 0 0 -1 7 0 0 0

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

[pid=6463/tid=6487] ppid=6461 vsize=15687408 CPUtime=1106.67 cores=1,3,5,7
/proc/6463/task/6487/stat : 6487 (java) R 6461 6463 5931 0 -1 4202560 344241 0 0 0 110620 47 0 0 25 0 22 0 520753368 16063905792 176813 33554432000 1073741824 1073778376 140734390635760 18446744073709551615 46912505984088 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=6463/tid=6488] ppid=6461 vsize=15687408 CPUtime=1106.9 cores=1,3,5,7
/proc/6463/task/6488/stat : 6488 (java) R 6461 6463 5931 0 -1 4202560 361682 0 0 0 110639 51 0 0 25 0 22 0 520753368 16063905792 176813 33554432000 1073741824 1073778376 140734390635760 18446744073709551615 46912505972664 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=6463/tid=6489] ppid=6461 vsize=15687408 CPUtime=1106.63 cores=1,3,5,7
/proc/6463/task/6489/stat : 6489 (java) R 6461 6463 5931 0 -1 4202560 354718 0 0 0 110614 49 0 0 25 0 22 0 520753368 16063905792 176813 33554432000 1073741824 1073778376 140734390635760 18446744073709551615 46912505953299 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4463.51
Current children cumulated vsize (KiB) 15687408

[startup+1182.3 s]
/proc/loadavg: 8.14 8.19 8.13 9/224 6521
/proc/meminfo: memFree=28434848/32951124 swapFree=67111352/67111528
[pid=6463] ppid=6461 vsize=15687408 CPUtime=4702.52 cores=1,3,5,7
/proc/6463/stat : 6463 (java) S 6461 6463 5931 0 -1 4202496 2928244 0 1 0 469705 547 0 0 21 0 22 0 520753283 16063905792 200606 33554432000 1073741824 1073778376 140734390635760 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/6463/statm: 3921852 200606 2297 9 0 3912571 0
[pid=6463/tid=6464] ppid=6461 vsize=15687408 CPUtime=1.9 cores=1,3,5,7
/proc/6463/task/6464/stat : 6464 (java) S 6461 6463 5931 0 -1 4202560 35706 0 1 0 184 6 0 0 22 0 22 0 520753283 16063905792 200606 33554432000 1073741824 1073778376 140734390635760 18446744073709551615 255389117337 0 4 0 16800975 18446604454653630592 0 0 -1 1 0 0 0
[pid=6463/tid=6466] ppid=6461 vsize=15687408 CPUtime=3.96 cores=1,3,5,7
/proc/6463/task/6466/stat : 6466 (java) S 6461 6463 5931 0 -1 4202560 182424 0 0 0 362 34 0 0 16 0 22 0 520753284 16063905792 200606 33554432000 1073741824 1073778376 140734390635760 18446744073709551615 255389117337 0 4 0 16800975 18446604454653630592 0 0 -1 7 0 0 0
[pid=6463/tid=6467] ppid=6461 vsize=15687408 CPUtime=3.9 cores=1,3,5,7
/proc/6463/task/6467/stat : 6467 (java) S 6461 6463 5931 0 -1 4202560 162103 0 0 0 359 31 0 0 15 0 22 0 520753284 16063905792 200606 33554432000 1073741824 1073778376 140734390635760 18446744073709551615 255389117337 0 4 0 16800975 18446604454653630592 0 0 -1 5 0 0 0
[pid=6463/tid=6468] ppid=6461 vsize=15687408 CPUtime=4.04 cores=1,3,5,7
/proc/6463/task/6468/stat : 6468 (java) S 6461 6463 5931 0 -1 4202560 170391 0 0 0 371 33 0 0 15 0 22 0 520753284 16063905792 200606 33554432000 1073741824 1073778376 140734390635760 18446744073709551615 255389117337 0 4 0 16800975 18446604454653630592 0 0 -1 5 0 0 0
[pid=6463/tid=6469] ppid=6461 vsize=15687408 CPUtime=4.13 cores=1,3,5,7
/proc/6463/task/6469/stat : 6469 (java) S 6461 6463 5931 0 -1 4202560 184349 0 0 0 380 33 0 0 15 0 22 0 520753284 16063905792 200606 33554432000 1073741824 1073778376 140734390635760 18446744073709551615 255389117337 0 4 0 16800975 18446604454653630592 0 0 -1 3 0 0 0
[pid=6463/tid=6470] ppid=6461 vsize=15687408 CPUtime=4.11 cores=1,3,5,7
/proc/6463/task/6470/stat : 6470 (java) S 6461 6463 5931 0 -1 4202560 188046 0 0 0 377 34 0 0 15 0 22 0 520753284 16063905792 200606 33554432000 1073741824 1073778376 140734390635760 18446744073709551615 255389117337 0 4 0 16800975 18446604454653630592 0 0 -1 1 0 0 0
[pid=6463/tid=6471] ppid=6461 vsize=15687408 CPUtime=4.09 cores=1,3,5,7
/proc/6463/task/6471/stat : 6471 (java) S 6461 6463 5931 0 -1 4202560 167033 0 0 0 375 34 0 0 16 0 22 0 520753284 16063905792 200606 33554432000 1073741824 1073778376 140734390635760 18446744073709551615 255389117337 0 4 0 16800975 18446604454653630592 0 0 -1 3 0 0 0
[pid=6463/tid=6472] ppid=6461 vsize=15687408 CPUtime=3.94 cores=1,3,5,7
/proc/6463/task/6472/stat : 6472 (java) S 6461 6463 5931 0 -1 4202560 166564 0 0 0 364 30 0 0 16 0 22 0 520753284 16063905792 200606 33554432000 1073741824 1073778376 140734390635760 18446744073709551615 255389117337 0 4 0 16800975 18446604454653630592 0 0 -1 1 0 0 0
[pid=6463/tid=6473] ppid=6461 vsize=15687408 CPUtime=3.93 cores=1,3,5,7
/proc/6463/task/6473/stat : 6473 (java) S 6461 6463 5931 0 -1 4202560 161940 0 0 0 361 32 0 0 16 0 22 0 520753284 16063905792 200606 33554432000 1073741824 1073778376 140734390635760 18446744073709551615 255389117337 0 4 0 16800975 18446604454653630592 0 0 -1 5 0 0 0
[pid=6463/tid=6474] ppid=6461 vsize=15687408 CPUtime=2.13 cores=1,3,5,7
/proc/6463/task/6474/stat : 6474 (java) S 6461 6463 5931 0 -1 4202560 7892 0 0 0 145 68 0 0 15 0 22 0 520753285 16063905792 200606 33554432000 1073741824 1073778376 140734390635760 18446744073709551615 255389117952 0 0 0 16800975 18446604454653630592 0 0 -1 1 0 0 0
[pid=6463/tid=6475] ppid=6461 vsize=15687408 CPUtime=0 cores=1,3,5,7
/proc/6463/task/6475/stat : 6475 (java) S 6461 6463 5931 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 520753285 16063905792 200606 33554432000 1073741824 1073778376 140734390635760 18446744073709551615 255389117337 0 4 0 16800975 18446604454653630592 0 0 -1 5 0 0 0
[pid=6463/tid=6476] ppid=6461 vsize=15687408 CPUtime=0 cores=1,3,5,7
/proc/6463/task/6476/stat : 6476 (java) S 6461 6463 5931 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 520753285 16063905792 200606 33554432000 1073741824 1073778376 140734390635760 18446744073709551615 255389117337 0 4 0 16800975 18446604454653630592 0 0 -1 5 0 0 0
[pid=6463/tid=6477] ppid=6461 vsize=15687408 CPUtime=0 cores=1,3,5,7
/proc/6463/task/6477/stat : 6477 (java) S 6461 6463 5931 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 520753287 16063905792 200606 33554432000 1073741824 1073778376 140734390635760 18446744073709551615 255389125041 0 4 0 16800975 18446604454653630592 0 0 -1 5 0 0 0
[pid=6463/tid=6478] ppid=6461 vsize=15687408 CPUtime=1.08 cores=1,3,5,7
/proc/6463/task/6478/stat : 6478 (java) S 6461 6463 5931 0 -1 4202560 8846 0 0 0 108 0 0 0 15 0 22 0 520753287 16063905792 200606 33554432000 1073741824 1073778376 140734390635760 18446744073709551615 255389117337 0 4 0 16800975 18446604454653630592 0 0 -1 5 0 0 0
[pid=6463/tid=6479] ppid=6461 vsize=15687408 CPUtime=0.92 cores=1,3,5,7
/proc/6463/task/6479/stat : 6479 (java) S 6461 6463 5931 0 -1 4202560 3857 0 0 0 92 0 0 0 15 0 22 0 520753287 16063905792 200606 33554432000 1073741824 1073778376 140734390635760 18446744073709551615 255389117337 0 4 0 16800975 18446604454653630592 0 0 -1 3 0 0 0
[pid=6463/tid=6480] ppid=6461 vsize=15687408 CPUtime=0 cores=1,3,5,7
/proc/6463/task/6480/stat : 6480 (java) S 6461 6463 5931 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 520753287 16063905792 200606 33554432000 1073741824 1073778376 140734390635760 18446744073709551615 255389117337 0 4 0 16800975 18446604454653630592 0 0 -1 5 0 0 0
[pid=6463/tid=6481] ppid=6461 vsize=15687408 CPUtime=0 cores=1,3,5,7
/proc/6463/task/6481/stat : 6481 (java) S 6461 6463 5931 0 -1 4202560 66 0 0 0 0 0 0 0 15 0 22 0 520753287 16063905792 200606 33554432000 1073741824 1073778376 140734390635760 18446744073709551615 255389117952 0 4 0 16800975 18446604454653630592 0 0 -1 3 0 0 0
[pid=6463/tid=6486] ppid=6461 vsize=15687408 CPUtime=1166.21 cores=1,3,5,7
/proc/6463/task/6486/stat : 6486 (java) R 6461 6463 5931 0 -1 4202560 376863 0 0 0 116572 49 0 0 25 0 22 0 520753368 16063905792 200606 33554432000 1073741824 1073778376 140734390635760 18446744073709551615 46912505524151 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6463/tid=6487] ppid=6461 vsize=15687408 CPUtime=1166.01 cores=1,3,5,7
/proc/6463/task/6487/stat : 6487 (java) R 6461 6463 5931 0 -1 4202560 361439 0 0 0 116552 49 0 0 25 0 22 0 520753368 16063905792 200606 33554432000 1073741824 1073778376 140734390635760 18446744073709551615 46912505980992 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=6463/tid=6488] ppid=6461 vsize=15687408 CPUtime=1166.14 cores=1,3,5,7
/proc/6463/task/6488/stat : 6488 (java) R 6461 6463 5931 0 -1 4202560 378128 0 0 0 116561 53 0 0 25 0 22 0 520753368 16063905792 200606 33554432000 1073741824 1073778376 140734390635760 18446744073709551615 46912506020332 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=6463/tid=6489] ppid=6461 vsize=15687408 CPUtime=1165.87 cores=1,3,5,7
/proc/6463/task/6489/stat : 6489 (java) R 6461 6463 5931 0 -1 4202560 371210 0 0 0 116535 52 0 0 25 0 22 0 520753368 16063905792 200606 33554432000 1073741824 1073778376 140734390635760 18446744073709551615 46912505783684 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4702.52
Current children cumulated vsize (KiB) 15687408



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1206.9 s]
/proc/loadavg: 8.22 8.20 8.13 9/224 6521
/proc/meminfo: memFree=28373940/32951124 swapFree=67111352/67111528
[pid=6463] ppid=6461 vsize=15687408 CPUtime=4800.41 cores=1,3,5,7
/proc/6463/stat : 6463 (java) S 6461 6463 5931 0 -1 4202496 2979303 0 1 0 479484 557 0 0 21 0 22 0 520753283 16063905792 191709 33554432000 1073741824 1073778376 140734390635760 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/6463/statm: 3921852 191709 2297 9 0 3912571 0
[pid=6463/tid=6464] ppid=6461 vsize=15687408 CPUtime=1.9 cores=1,3,5,7
/proc/6463/task/6464/stat : 6464 (java) S 6461 6463 5931 0 -1 4202560 35706 0 1 0 184 6 0 0 22 0 22 0 520753283 16063905792 191709 33554432000 1073741824 1073778376 140734390635760 18446744073709551615 255389117337 0 4 0 16800975 18446604454653630592 0 0 -1 1 0 0 0
[pid=6463/tid=6466] ppid=6461 vsize=15687408 CPUtime=4.04 cores=1,3,5,7
/proc/6463/task/6466/stat : 6466 (java) S 6461 6463 5931 0 -1 4202560 184876 0 0 0 369 35 0 0 16 0 22 0 520753284 16063905792 191709 33554432000 1073741824 1073778376 140734390635760 18446744073709551615 255389117337 0 4 0 16800975 18446604454653630592 0 0 -1 3 0 0 0
[pid=6463/tid=6467] ppid=6461 vsize=15687408 CPUtime=4 cores=1,3,5,7
/proc/6463/task/6467/stat : 6467 (java) S 6461 6463 5931 0 -1 4202560 164931 0 0 0 368 32 0 0 16 0 22 0 520753284 16063905792 191709 33554432000 1073741824 1073778376 140734390635760 18446744073709551615 255389117337 0 4 0 16800975 18446604454653630592 0 0 -1 1 0 0 0
[pid=6463/tid=6468] ppid=6461 vsize=15687408 CPUtime=4.13 cores=1,3,5,7
/proc/6463/task/6468/stat : 6468 (java) S 6461 6463 5931 0 -1 4202560 173462 0 0 0 379 34 0 0 15 0 22 0 520753284 16063905792 191709 33554432000 1073741824 1073778376 140734390635760 18446744073709551615 255389117337 0 4 0 16800975 18446604454653630592 0 0 -1 7 0 0 0
[pid=6463/tid=6469] ppid=6461 vsize=15687408 CPUtime=4.22 cores=1,3,5,7
/proc/6463/task/6469/stat : 6469 (java) S 6461 6463 5931 0 -1 4202560 187436 0 0 0 388 34 0 0 16 0 22 0 520753284 16063905792 191709 33554432000 1073741824 1073778376 140734390635760 18446744073709551615 255389117337 0 4 0 16800975 18446604454653630592 0 0 -1 7 0 0 0
[pid=6463/tid=6470] ppid=6461 vsize=15687408 CPUtime=4.18 cores=1,3,5,7
/proc/6463/task/6470/stat : 6470 (java) S 6461 6463 5931 0 -1 4202560 191420 0 0 0 383 35 0 0 15 0 22 0 520753284 16063905792 191709 33554432000 1073741824 1073778376 140734390635760 18446744073709551615 255389117337 0 4 0 16800975 18446604454653630592 0 0 -1 5 0 0 0
[pid=6463/tid=6471] ppid=6461 vsize=15687408 CPUtime=4.17 cores=1,3,5,7
/proc/6463/task/6471/stat : 6471 (java) S 6461 6463 5931 0 -1 4202560 169340 0 0 0 382 35 0 0 15 0 22 0 520753284 16063905792 191709 33554432000 1073741824 1073778376 140734390635760 18446744073709551615 255389117337 0 4 0 16800975 18446604454653630592 0 0 -1 5 0 0 0
[pid=6463/tid=6472] ppid=6461 vsize=15687408 CPUtime=4.01 cores=1,3,5,7
/proc/6463/task/6472/stat : 6472 (java) S 6461 6463 5931 0 -1 4202560 169269 0 0 0 371 30 0 0 15 0 22 0 520753284 16063905792 191709 33554432000 1073741824 1073778376 140734390635760 18446744073709551615 255389117337 0 4 0 16800975 18446604454653630592 0 0 -1 3 0 0 0
[pid=6463/tid=6473] ppid=6461 vsize=15687408 CPUtime=4.02 cores=1,3,5,7
/proc/6463/task/6473/stat : 6473 (java) S 6461 6463 5931 0 -1 4202560 165344 0 0 0 369 33 0 0 16 0 22 0 520753284 16063905792 191709 33554432000 1073741824 1073778376 140734390635760 18446744073709551615 255389117337 0 4 0 16800975 18446604454653630592 0 0 -1 5 0 0 0
[pid=6463/tid=6474] ppid=6461 vsize=15687408 CPUtime=2.19 cores=1,3,5,7
/proc/6463/task/6474/stat : 6474 (java) S 6461 6463 5931 0 -1 4202560 7980 0 0 0 150 69 0 0 15 0 22 0 520753285 16063905792 191709 33554432000 1073741824 1073778376 140734390635760 18446744073709551615 255389117952 0 0 0 16800975 18446604454653630592 0 0 -1 3 0 0 0
[pid=6463/tid=6475] ppid=6461 vsize=15687408 CPUtime=0 cores=1,3,5,7
/proc/6463/task/6475/stat : 6475 (java) S 6461 6463 5931 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 520753285 16063905792 191709 33554432000 1073741824 1073778376 140734390635760 18446744073709551615 255389117337 0 4 0 16800975 18446604454653630592 0 0 -1 5 0 0 0
[pid=6463/tid=6476] ppid=6461 vsize=15687408 CPUtime=0 cores=1,3,5,7
/proc/6463/task/6476/stat : 6476 (java) S 6461 6463 5931 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 520753285 16063905792 191709 33554432000 1073741824 1073778376 140734390635760 18446744073709551615 255389117337 0 4 0 16800975 18446604454653630592 0 0 -1 5 0 0 0
[pid=6463/tid=6477] ppid=6461 vsize=15687408 CPUtime=0 cores=1,3,5,7
/proc/6463/task/6477/stat : 6477 (java) S 6461 6463 5931 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 520753287 16063905792 191709 33554432000 1073741824 1073778376 140734390635760 18446744073709551615 255389125041 0 4 0 16800975 18446604454653630592 0 0 -1 5 0 0 0
[pid=6463/tid=6478] ppid=6461 vsize=15687408 CPUtime=1.08 cores=1,3,5,7
/proc/6463/task/6478/stat : 6478 (java) S 6461 6463 5931 0 -1 4202560 8846 0 0 0 108 0 0 0 15 0 22 0 520753287 16063905792 191709 33554432000 1073741824 1073778376 140734390635760 18446744073709551615 255389117337 0 4 0 16800975 18446604454653630592 0 0 -1 5 0 0 0
[pid=6463/tid=6479] ppid=6461 vsize=15687408 CPUtime=0.92 cores=1,3,5,7
/proc/6463/task/6479/stat : 6479 (java) S 6461 6463 5931 0 -1 4202560 3857 0 0 0 92 0 0 0 15 0 22 0 520753287 16063905792 191709 33554432000 1073741824 1073778376 140734390635760 18446744073709551615 255389117337 0 4 0 16800975 18446604454653630592 0 0 -1 3 0 0 0
[pid=6463/tid=6480] ppid=6461 vsize=15687408 CPUtime=0 cores=1,3,5,7
/proc/6463/task/6480/stat : 6480 (java) S 6461 6463 5931 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 520753287 16063905792 191709 33554432000 1073741824 1073778376 140734390635760 18446744073709551615 255389117337 0 4 0 16800975 18446604454653630592 0 0 -1 5 0 0 0
[pid=6463/tid=6481] ppid=6461 vsize=15687408 CPUtime=0 cores=1,3,5,7
/proc/6463/task/6481/stat : 6481 (java) S 6461 6463 5931 0 -1 4202560 68 0 0 0 0 0 0 0 15 0 22 0 520753287 16063905792 191709 33554432000 1073741824 1073778376 140734390635760 18446744073709551615 255389117952 0 4 0 16800975 18446604454653630592 0 0 -1 1 0 0 0
[pid=6463/tid=6486] ppid=6461 vsize=15687408 CPUtime=1190.49 cores=1,3,5,7
/proc/6463/task/6486/stat : 6486 (java) R 6461 6463 5931 0 -1 4202560 383759 0 0 0 118999 50 0 0 25 0 22 0 520753368 16063905792 191709 33554432000 1073741824 1073778376 140734390635760 18446744073709551615 46912506020076 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=6463/tid=6487] ppid=6461 vsize=15687408 CPUtime=1190.29 cores=1,3,5,7
/proc/6463/task/6487/stat : 6487 (java) R 6461 6463 5931 0 -1 4202560 369351 0 0 0 118979 50 0 0 25 0 22 0 520753368 16063905792 191709 33554432000 1073741824 1073778376 140734390635760 18446744073709551615 46912505631917 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=6463/tid=6488] ppid=6461 vsize=15687408 CPUtime=1190.44 cores=1,3,5,7
/proc/6463/task/6488/stat : 6488 (java) R 6461 6463 5931 0 -1 4202560 384894 0 0 0 118990 54 0 0 25 0 22 0 520753368 16063905792 191709 33554432000 1073741824 1073778376 140734390635760 18446744073709551615 46912506061131 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=6463/tid=6489] ppid=6461 vsize=15687408 CPUtime=1190.16 cores=1,3,5,7
/proc/6463/task/6489/stat : 6489 (java) R 6461 6463 5931 0 -1 4202560 377377 0 0 0 118964 52 0 0 25 0 22 0 520753368 16063905792 191709 33554432000 1073741824 1073778376 140734390635760 18446744073709551615 46912506148472 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.41
Current children cumulated vsize (KiB) 15687408

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

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

[startup+1206.9 s]
/proc/loadavg: 8.22 8.20 8.13 9/224 6521
/proc/meminfo: memFree=28373940/32951124 swapFree=67111352/67111528
[pid=6463] ppid=6461 vsize=15687408 CPUtime=4800.41 cores=1,3,5,7
/proc/6463/stat : 6463 (java) S 6461 6463 5931 0 -1 4202496 2979303 0 1 0 479484 557 0 0 21 0 22 0 520753283 16063905792 191709 33554432000 1073741824 1073778376 140734390635760 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/6463/statm: 3921852 191709 2297 9 0 3912571 0
[pid=6463/tid=6464] ppid=6461 vsize=15687408 CPUtime=1.9 cores=1,3,5,7
/proc/6463/task/6464/stat : 6464 (java) S 6461 6463 5931 0 -1 4202560 35706 0 1 0 184 6 0 0 22 0 22 0 520753283 16063905792 191709 33554432000 1073741824 1073778376 140734390635760 18446744073709551615 255389117337 0 4 0 16800975 18446604454653630592 0 0 -1 1 0 0 0
[pid=6463/tid=6466] ppid=6461 vsize=15687408 CPUtime=4.04 cores=1,3,5,7
/proc/6463/task/6466/stat : 6466 (java) S 6461 6463 5931 0 -1 4202560 184876 0 0 0 369 35 0 0 16 0 22 0 520753284 16063905792 191709 33554432000 1073741824 1073778376 140734390635760 18446744073709551615 255389117337 0 4 0 16800975 18446604454653630592 0 0 -1 3 0 0 0
[pid=6463/tid=6467] ppid=6461 vsize=15687408 CPUtime=4 cores=1,3,5,7
/proc/6463/task/6467/stat : 6467 (java) S 6461 6463 5931 0 -1 4202560 164931 0 0 0 368 32 0 0 16 0 22 0 520753284 16063905792 191709 33554432000 1073741824 1073778376 140734390635760 18446744073709551615 255389117337 0 4 0 16800975 18446604454653630592 0 0 -1 1 0 0 0
[pid=6463/tid=6468] ppid=6461 vsize=15687408 CPUtime=4.13 cores=1,3,5,7
/proc/6463/task/6468/stat : 6468 (java) S 6461 6463 5931 0 -1 4202560 173462 0 0 0 379 34 0 0 15 0 22 0 520753284 16063905792 191709 33554432000 1073741824 1073778376 140734390635760 18446744073709551615 255389117337 0 4 0 16800975 18446604454653630592 0 0 -1 7 0 0 0
[pid=6463/tid=6469] ppid=6461 vsize=15687408 CPUtime=4.22 cores=1,3,5,7
/proc/6463/task/6469/stat : 6469 (java) S 6461 6463 5931 0 -1 4202560 187436 0 0 0 388 34 0 0 16 0 22 0 520753284 16063905792 191709 33554432000 1073741824 1073778376 140734390635760 18446744073709551615 255389117337 0 4 0 16800975 18446604454653630592 0 0 -1 7 0 0 0
[pid=6463/tid=6470] ppid=6461 vsize=15687408 CPUtime=4.18 cores=1,3,5,7
/proc/6463/task/6470/stat : 6470 (java) S 6461 6463 5931 0 -1 4202560 191420 0 0 0 383 35 0 0 15 0 22 0 520753284 16063905792 191709 33554432000 1073741824 1073778376 140734390635760 18446744073709551615 255389117337 0 4 0 16800975 18446604454653630592 0 0 -1 5 0 0 0
[pid=6463/tid=6471] ppid=6461 vsize=15687408 CPUtime=4.17 cores=1,3,5,7
/proc/6463/task/6471/stat : 6471 (java) S 6461 6463 5931 0 -1 4202560 169340 0 0 0 382 35 0 0 15 0 22 0 520753284 16063905792 191709 33554432000 1073741824 1073778376 140734390635760 18446744073709551615 255389117337 0 4 0 16800975 18446604454653630592 0 0 -1 5 0 0 0
[pid=6463/tid=6472] ppid=6461 vsize=15687408 CPUtime=4.01 cores=1,3,5,7
/proc/6463/task/6472/stat : 6472 (java) S 6461 6463 5931 0 -1 4202560 169269 0 0 0 371 30 0 0 15 0 22 0 520753284 16063905792 191709 33554432000 1073741824 1073778376 140734390635760 18446744073709551615 255389117337 0 4 0 16800975 18446604454653630592 0 0 -1 3 0 0 0
[pid=6463/tid=6473] ppid=6461 vsize=15687408 CPUtime=4.02 cores=1,3,5,7
/proc/6463/task/6473/stat : 6473 (java) S 6461 6463 5931 0 -1 4202560 165344 0 0 0 369 33 0 0 16 0 22 0 520753284 16063905792 191709 33554432000 1073741824 1073778376 140734390635760 18446744073709551615 255389117337 0 4 0 16800975 18446604454653630592 0 0 -1 5 0 0 0
[pid=6463/tid=6474] ppid=6461 vsize=15687408 CPUtime=2.19 cores=1,3,5,7
/proc/6463/task/6474/stat : 6474 (java) S 6461 6463 5931 0 -1 4202560 7980 0 0 0 150 69 0 0 15 0 22 0 520753285 16063905792 191709 33554432000 1073741824 1073778376 140734390635760 18446744073709551615 255389117952 0 0 0 16800975 18446604454653630592 0 0 -1 3 0 0 0
[pid=6463/tid=6475] ppid=6461 vsize=15687408 CPUtime=0 cores=1,3,5,7
/proc/6463/task/6475/stat : 6475 (java) S 6461 6463 5931 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 520753285 16063905792 191709 33554432000 1073741824 1073778376 140734390635760 18446744073709551615 255389117337 0 4 0 16800975 18446604454653630592 0 0 -1 5 0 0 0
[pid=6463/tid=6476] ppid=6461 vsize=15687408 CPUtime=0 cores=1,3,5,7
/proc/6463/task/6476/stat : 6476 (java) S 6461 6463 5931 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 520753285 16063905792 191709 33554432000 1073741824 1073778376 140734390635760 18446744073709551615 255389117337 0 4 0 16800975 18446604454653630592 0 0 -1 5 0 0 0
[pid=6463/tid=6477] ppid=6461 vsize=15687408 CPUtime=0 cores=1,3,5,7
/proc/6463/task/6477/stat : 6477 (java) S 6461 6463 5931 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 520753287 16063905792 191709 33554432000 1073741824 1073778376 140734390635760 18446744073709551615 255389125041 0 4 0 16800975 18446604454653630592 0 0 -1 5 0 0 0
[pid=6463/tid=6478] ppid=6461 vsize=15687408 CPUtime=1.08 cores=1,3,5,7
/proc/6463/task/6478/stat : 6478 (java) S 6461 6463 5931 0 -1 4202560 8846 0 0 0 108 0 0 0 15 0 22 0 520753287 16063905792 191709 33554432000 1073741824 1073778376 140734390635760 18446744073709551615 255389117337 0 4 0 16800975 18446604454653630592 0 0 -1 5 0 0 0
[pid=6463/tid=6479] ppid=6461 vsize=15687408 CPUtime=0.92 cores=1,3,5,7
/proc/6463/task/6479/stat : 6479 (java) S 6461 6463 5931 0 -1 4202560 3857 0 0 0 92 0 0 0 15 0 22 0 520753287 16063905792 191709 33554432000 1073741824 1073778376 140734390635760 18446744073709551615 255389117337 0 4 0 16800975 18446604454653630592 0 0 -1 3 0 0 0
[pid=6463/tid=6480] ppid=6461 vsize=15687408 CPUtime=0 cores=1,3,5,7
/proc/6463/task/6480/stat : 6480 (java) S 6461 6463 5931 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 520753287 16063905792 191709 33554432000 1073741824 1073778376 140734390635760 18446744073709551615 255389117337 0 4 0 16800975 18446604454653630592 0 0 -1 5 0 0 0
[pid=6463/tid=6481] ppid=6461 vsize=15687408 CPUtime=0 cores=1,3,5,7
/proc/6463/task/6481/stat : 6481 (java) S 6461 6463 5931 0 -1 4202560 68 0 0 0 0 0 0 0 15 0 22 0 520753287 16063905792 191709 33554432000 1073741824 1073778376 140734390635760 18446744073709551615 255389117952 0 4 0 16800975 18446604454653630592 0 0 -1 1 0 0 0
[pid=6463/tid=6486] ppid=6461 vsize=15687408 CPUtime=1190.49 cores=1,3,5,7
/proc/6463/task/6486/stat : 6486 (java) R 6461 6463 5931 0 -1 4202560 383759 0 0 0 118999 50 0 0 25 0 22 0 520753368 16063905792 191709 33554432000 1073741824 1073778376 140734390635760 18446744073709551615 46912506020076 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=6463/tid=6487] ppid=6461 vsize=15687408 CPUtime=1190.29 cores=1,3,5,7
/proc/6463/task/6487/stat : 6487 (java) R 6461 6463 5931 0 -1 4202560 369351 0 0 0 118979 50 0 0 25 0 22 0 520753368 16063905792 191709 33554432000 1073741824 1073778376 140734390635760 18446744073709551615 46912505631917 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=6463/tid=6488] ppid=6461 vsize=15687408 CPUtime=1190.44 cores=1,3,5,7
/proc/6463/task/6488/stat : 6488 (java) R 6461 6463 5931 0 -1 4202560 384894 0 0 0 118990 54 0 0 25 0 22 0 520753368 16063905792 191709 33554432000 1073741824 1073778376 140734390635760 18446744073709551615 46912506061131 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=6463/tid=6489] ppid=6461 vsize=15687408 CPUtime=1190.16 cores=1,3,5,7
/proc/6463/task/6489/stat : 6489 (java) R 6461 6463 5931 0 -1 4202560 377377 0 0 0 118964 52 0 0 25 0 22 0 520753368 16063905792 191709 33554432000 1073741824 1073778376 140734390635760 18446744073709551615 46912506148472 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.41
Current children cumulated vsize (KiB) 15687408

Child status: 143
Real time (s): 1206.95
CPU time (s): 4800.48
CPU user time (s): 4794.87
CPU system time (s): 5.61315
CPU usage (%): 397.737
Max. virtual memory (cumulated for all children) (KiB): 15690212

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4794.87
system time used= 5.61315
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2979329
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= 127710
involuntary context switches= 94035

runsolver used 1.92671 second user time and 4.73628 second system time

The end

Launcher Data

Begin job on node135 at 2011-04-29 17:39:14
IDJOB=3311974
IDBENCH=71571
IDSOLVER=1698
FILE ID=node135/3311974-1304091554
RUNJOBID= node135-1304091554-6427
PBS_JOBID= 13170565
Free space on /tmp= 71116 MiB

SOLVER NAME= STRUCTure 0.1 (hbr=2)
BENCH NAME= SAT09/CRAFTED/rbsat/crafted/forced/rbsat-v2100c215164gyes4.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME -hbr 2
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3311974-1304091554/watcher-3311974-1304091554 -o /tmp/evaluation-result-3311974-1304091554/solver-3311974-1304091554 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3311974-1304091554.cnf -hbr 2

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

MD5SUM BENCH= 2caae162eff2e5f641cadfad345a5401
RANDOM SEED=2044861536

node135.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.851
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.70
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.851
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.83
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.851
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.851
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.851
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      29718652 kB
Buffers:        909040 kB
Cached:        1732184 kB
SwapCached:        172 kB
Active:         128656 kB
Inactive:      2586728 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29718652 kB
SwapTotal:    67111528 kB
SwapFree:     67111352 kB
Dirty:            6760 kB
Writeback:           8 kB
AnonPages:       73708 kB
Mapped:          21320 kB
Slab:           453704 kB
PageTables:       5004 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   779328 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= 71112 MiB
End job on node135 at 2011-04-29 17:59:23