Trace number 3313050

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
STRUCTure 0.1? (TO) 4800.13 1208.03

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_70_18_80_10-dir.shuffled-as.sat03-140.cnf
MD5SUM1037a2754a0a53f62ba8ec901741c9e9
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 variables540
Number of clauses40510
Sum of the clauses size81524
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 240492
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 518

Solver Data

0.10/0.11	48:41 INFO : Reading from input HOME/instance-3313050-1304185721.cnf
0.50/0.39	Executor set job limit to 1000000
0.50/0.39	Executor set job limit to 1000000
0.50/0.39	Executor set job limit to 1000000
0.50/0.39	Executor set job limit to 1000000
0.50/0.39	Starting Executor!
0.61/0.40	Starting Executor!
0.61/0.40	Starting Executor!
0.61/0.40	Starting Executor!
1.80/1.00	48:42 INFO : 540 variables remaining out of 540
1.80/1.00	48:42 INFO : 243510 literals remaining out of 122034

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-3313050-1304185721/watcher-3313050-1304185721 -o /tmp/evaluation-result-3313050-1304185721/solver-3313050-1304185721 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3313050-1304185721.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: 8.05 8.02 7.84 2/187 11499
/proc/meminfo: memFree=30913072/32950928 swapFree=67111404/67111528
[pid=11499] ppid=11496 vsize=28384 CPUtime=0 cores=1,3,5,7
/proc/11499/stat : 11499 (java) S 11496 11499 10804 0 -1 4202496 1428 0 0 0 0 0 0 0 24 0 2 0 530170827 29065216 898 33554432000 1073741824 1073778376 140734776891552 18446744073709551615 235606669285 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/11499/statm: 7096 898 686 9 0 381 0
[pid=11499/tid=11502] ppid=11496 vsize=30580 CPUtime=0 cores=1,3,5,7
/proc/11499/task/11502/stat : 11502 (java) R 11496 11499 10804 0 -1 4202560 100 0 0 0 0 0 0 0 25 0 2 0 530170828 31313920 926 33554432000 1073741824 1073778376 140734776891552 18446744073709551615 235589898532 0 0 4096 0 0 0 0 -1 1 0 0 0

[startup+0.0885329 s]
/proc/loadavg: 8.05 8.02 7.84 2/187 11499
/proc/meminfo: memFree=30913072/32950928 swapFree=67111404/67111528
[pid=11499] ppid=11496 vsize=15676872 CPUtime=0.09 cores=1,3,5,7
/proc/11499/stat : 11499 (java) S 11496 11499 10804 0 -1 4202496 5444 0 1 0 8 1 0 0 24 0 18 0 530170827 16053116928 4884 33554432000 1073741824 1073778376 140734776891552 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/11499/statm: 3919218 4884 2115 9 0 3909937 0
[pid=11499/tid=11502] ppid=11496 vsize=15676872 CPUtime=0.07 cores=1,3,5,7
/proc/11499/task/11502/stat : 11502 (java) R 11496 11499 10804 0 -1 4202560 3330 0 1 0 7 0 0 0 18 0 18 0 530170828 16053116928 4884 33554432000 1073741824 1073778376 140734776891552 18446744073709551615 46912505199175 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15676872

[startup+0.100531 s]
/proc/loadavg: 8.05 8.02 7.84 2/187 11499
/proc/meminfo: memFree=30913072/32950928 swapFree=67111404/67111528
[pid=11499] ppid=11496 vsize=15676872 CPUtime=0.1 cores=1,3,5,7
/proc/11499/stat : 11499 (java) S 11496 11499 10804 0 -1 4202496 5588 0 1 0 9 1 0 0 24 0 18 0 530170827 16053116928 5028 33554432000 1073741824 1073778376 140734776891552 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/11499/statm: 3919218 5028 2117 9 0 3909937 0
[pid=11499/tid=11502] ppid=11496 vsize=15676872 CPUtime=0.08 cores=1,3,5,7
/proc/11499/task/11502/stat : 11502 (java) R 11496 11499 10804 0 -1 4202560 3474 0 1 0 7 1 0 0 18 0 18 0 530170828 16053116928 5028 33554432000 1073741824 1073778376 140734776891552 18446744073709551615 235606693323 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) 15676872

[startup+0.300536 s]
/proc/loadavg: 8.05 8.02 7.84 2/187 11499
/proc/meminfo: memFree=30913072/32950928 swapFree=67111404/67111528
[pid=11499] ppid=11496 vsize=15682436 CPUtime=0.5 cores=1,3,5,7
/proc/11499/stat : 11499 (java) S 11496 11499 10804 0 -1 4202496 15663 0 1 0 48 2 0 0 24 0 18 0 530170827 16058814464 13842 33554432000 1073741824 1073778376 140734776891552 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/11499/statm: 3920609 13849 2206 9 0 3911328 0
[pid=11499/tid=11502] ppid=11496 vsize=15682436 CPUtime=0.28 cores=1,3,5,7
/proc/11499/task/11502/stat : 11502 (java) R 11496 11499 10804 0 -1 4202560 10520 0 1 0 27 1 0 0 18 0 18 0 530170828 16058814464 13852 33554432000 1073741824 1073778376 140734776891552 18446744073709551615 46912505640467 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 15682436

[startup+0.700392 s]
/proc/loadavg: 8.05 8.02 7.84 2/187 11499
/proc/meminfo: memFree=30913072/32950928 swapFree=67111404/67111528
[pid=11499] ppid=11496 vsize=15688624 CPUtime=1.23 cores=1,3,5,7
/proc/11499/stat : 11499 (java) S 11496 11499 10804 0 -1 4202496 39854 0 1 0 118 5 0 0 24 0 22 0 530170827 16065150976 35966 33554432000 1073741824 1073778376 140734776891552 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/11499/statm: 3922156 35966 2233 9 0 3912875 0
[pid=11499/tid=11502] ppid=11496 vsize=15688624 CPUtime=0.68 cores=1,3,5,7
/proc/11499/task/11502/stat : 11502 (java) R 11496 11499 10804 0 -1 4202560 26817 0 1 0 65 3 0 0 20 0 22 0 530170828 16065150976 35966 33554432000 1073741824 1073778376 140734776891552 18446744073709551615 47389821211505 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 15688624

[startup+1.50125 s]
/proc/loadavg: 8.05 8.02 7.84 6/220 11532
/proc/meminfo: memFree=30580304/32950928 swapFree=67111404/67111528
[pid=11499] ppid=11496 vsize=15690900 CPUtime=3.78 cores=1,3,5,7
/proc/11499/stat : 11499 (java) S 11496 11499 10804 0 -1 4202496 59787 0 1 0 370 8 0 0 24 0 22 0 530170827 16067481600 51577 33554432000 1073741824 1073778376 140734776891552 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/11499/statm: 3922725 51577 2270 9 0 3913444 0
[pid=11499/tid=11502] ppid=11496 vsize=15690900 CPUtime=0.98 cores=1,3,5,7
/proc/11499/task/11502/stat : 11502 (java) S 11496 11499 10804 0 -1 4202560 28620 0 1 0 95 3 0 0 21 0 22 0 530170828 16067481600 51577 33554432000 1073741824 1073778376 140734776891552 18446744073709551615 235606682521 0 4 0 16800975 18446604471150036864 0 0 -1 5 0 0 0
[pid=11499/tid=11504] ppid=11496 vsize=15690900 CPUtime=0 cores=1,3,5,7
/proc/11499/task/11504/stat : 11504 (java) S 11496 11499 10804 0 -1 4202560 883 0 0 0 0 0 0 0 16 0 22 0 530170828 16067481600 51577 33554432000 1073741824 1073778376 140734776891552 18446744073709551615 235606682521 0 4 0 16800975 18446604471150036864 0 0 -1 7 0 0 0
[pid=11499/tid=11505] ppid=11496 vsize=15690900 CPUtime=0 cores=1,3,5,7
/proc/11499/task/11505/stat : 11505 (java) S 11496 11499 10804 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 530170828 16067481600 51577 33554432000 1073741824 1073778376 140734776891552 18446744073709551615 235606682521 0 4 0 16800975 18446604471150036864 0 0 -1 7 0 0 0
[pid=11499/tid=11506] ppid=11496 vsize=15690900 CPUtime=0 cores=1,3,5,7
/proc/11499/task/11506/stat : 11506 (java) S 11496 11499 10804 0 -1 4202560 942 0 0 0 0 0 0 0 16 0 22 0 530170828 16067481600 51577 33554432000 1073741824 1073778376 140734776891552 18446744073709551615 235606682521 0 4 0 16800975 18446604471150036864 0 0 -1 5 0 0 0
[pid=11499/tid=11507] ppid=11496 vsize=15690900 CPUtime=0 cores=1,3,5,7
/proc/11499/task/11507/stat : 11507 (java) S 11496 11499 10804 0 -1 4202560 670 0 0 0 0 0 0 0 16 0 22 0 530170828 16067481600 51577 33554432000 1073741824 1073778376 140734776891552 18446744073709551615 235606682521 0 4 0 16800975 18446604471150036864 0 0 -1 1 0 0 0
[pid=11499/tid=11508] ppid=11496 vsize=15690900 CPUtime=0 cores=1,3,5,7
/proc/11499/task/11508/stat : 11508 (java) S 11496 11499 10804 0 -1 4202560 281 0 0 0 0 0 0 0 15 0 22 0 530170828 16067481600 51577 33554432000 1073741824 1073778376 140734776891552 18446744073709551615 235606682521 0 4 0 16800975 18446604471150036864 0 0 -1 5 0 0 0
[pid=11499/tid=11509] ppid=11496 vsize=15690900 CPUtime=0 cores=1,3,5,7
/proc/11499/task/11509/stat : 11509 (java) S 11496 11499 10804 0 -1 4202560 646 0 0 0 0 0 0 0 15 0 22 0 530170828 16067481600 51577 33554432000 1073741824 1073778376 140734776891552 18446744073709551615 235606682521 0 4 0 16800975 18446604471150036864 0 0 -1 5 0 0 0
[pid=11499/tid=11510] ppid=11496 vsize=15690900 CPUtime=0 cores=1,3,5,7
/proc/11499/task/11510/stat : 11510 (java) S 11496 11499 10804 0 -1 4202560 705 0 0 0 0 0 0 0 15 0 22 0 530170828 16067481600 51577 33554432000 1073741824 1073778376 140734776891552 18446744073709551615 235606682521 0 4 0 16800975 18446604471150036864 0 0 -1 3 0 0 0
[pid=11499/tid=11511] ppid=11496 vsize=15690900 CPUtime=0 cores=1,3,5,7
/proc/11499/task/11511/stat : 11511 (java) S 11496 11499 10804 0 -1 4202560 766 0 0 0 0 0 0 0 15 0 22 0 530170828 16067481600 51577 33554432000 1073741824 1073778376 140734776891552 18446744073709551615 235606682521 0 4 0 16800975 18446604471150036864 0 0 -1 7 0 0 0
[pid=11499/tid=11512] ppid=11496 vsize=15690900 CPUtime=0 cores=1,3,5,7
/proc/11499/task/11512/stat : 11512 (java) S 11496 11499 10804 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 22 0 530170829 16067481600 51577 33554432000 1073741824 1073778376 140734776891552 18446744073709551615 235606683136 0 0 0 16800975 18446604471150036864 0 0 -1 1 0 0 0
[pid=11499/tid=11513] ppid=11496 vsize=15690900 CPUtime=0 cores=1,3,5,7
/proc/11499/task/11513/stat : 11513 (java) S 11496 11499 10804 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 22 0 530170830 16067481600 51577 33554432000 1073741824 1073778376 140734776891552 18446744073709551615 235606682521 0 4 0 16800975 18446604471150036864 0 0 -1 7 0 0 0
[pid=11499/tid=11514] ppid=11496 vsize=15690900 CPUtime=0 cores=1,3,5,7
/proc/11499/task/11514/stat : 11514 (java) S 11496 11499 10804 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 530170830 16067481600 51577 33554432000 1073741824 1073778376 140734776891552 18446744073709551615 235606682521 0 4 0 16800975 18446604471150036864 0 0 -1 7 0 0 0
[pid=11499/tid=11520] ppid=11496 vsize=15690900 CPUtime=0 cores=1,3,5,7
/proc/11499/task/11520/stat : 11520 (java) S 11496 11499 10804 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530170832 16067481600 51577 33554432000 1073741824 1073778376 140734776891552 18446744073709551615 235606690225 0 4 0 16800975 18446604471150036864 0 0 -1 1 0 0 0
[pid=11499/tid=11521] ppid=11496 vsize=15690900 CPUtime=0.85 cores=1,3,5,7
/proc/11499/task/11521/stat : 11521 (java) R 11496 11499 10804 0 -1 4202560 13967 0 0 0 84 1 0 0 25 0 22 0 530170832 16067481600 51577 33554432000 1073741824 1073778376 140734776891552 18446744073709551615 235606692533 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=11499/tid=11522] ppid=11496 vsize=15690900 CPUtime=0.57 cores=1,3,5,7
/proc/11499/task/11522/stat : 11522 (java) R 11496 11499 10804 0 -1 4202560 4046 0 0 0 57 0 0 0 21 0 22 0 530170832 16067481600 51577 33554432000 1073741824 1073778376 140734776891552 18446744073709551615 235606682521 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=11499/tid=11523] ppid=11496 vsize=15690900 CPUtime=0 cores=1,3,5,7
/proc/11499/task/11523/stat : 11523 (java) S 11496 11499 10804 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530170832 16067481600 51577 33554432000 1073741824 1073778376 140734776891552 18446744073709551615 235606682521 0 4 0 16800975 18446604471150036864 0 0 -1 1 0 0 0
[pid=11499/tid=11524] ppid=11496 vsize=15690900 CPUtime=0 cores=1,3,5,7
/proc/11499/task/11524/stat : 11524 (java) S 11496 11499 10804 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 530170832 16067481600 51577 33554432000 1073741824 1073778376 140734776891552 18446744073709551615 235606683136 0 4 0 16800975 18446604471150036864 0 0 -1 1 0 0 0
[pid=11499/tid=11525] ppid=11496 vsize=15690900 CPUtime=0.36 cores=1,3,5,7
/proc/11499/task/11525/stat : 11525 (java) R 11496 11499 10804 0 -1 4202560 3094 0 0 0 36 0 0 0 16 0 22 0 530170867 16067481600 51577 33554432000 1073741824 1073778376 140734776891552 18446744073709551615 46912505768941 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=11499/tid=11526] ppid=11496 vsize=15690900 CPUtime=0.36 cores=1,3,5,7
/proc/11499/task/11526/stat : 11526 (java) R 11496 11499 10804 0 -1 4202560 2964 0 0 0 36 0 0 0 16 0 22 0 530170867 16067481600 51577 33554432000 1073741824 1073778376 140734776891552 18446744073709551615 46912505878066 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=11499/tid=11527] ppid=11496 vsize=15690900 CPUtime=0.31 cores=1,3,5,7
/proc/11499/task/11527/stat : 11527 (java) R 11496 11499 10804 0 -1 4202560 348 0 0 0 31 0 0 0 16 0 22 0 530170867 16067481600 51577 33554432000 1073741824 1073778376 140734776891552 18446744073709551615 46912505121166 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11499/tid=11528] ppid=11496 vsize=15690900 CPUtime=0.26 cores=1,3,5,7
/proc/11499/task/11528/stat : 11528 (java) R 11496 11499 10804 0 -1 4202560 458 0 0 0 26 0 0 0 16 0 22 0 530170867 16067481600 51577 33554432000 1073741824 1073778376 140734776891552 18446744073709551615 46912505925831 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3.78
Current children cumulated vsize (KiB) 15690900

[startup+3.10097 s]
/proc/loadavg: 8.05 8.02 7.84 12/220 11532
/proc/meminfo: memFree=30347372/32950928 swapFree=67111404/67111528
[pid=11499] ppid=11496 vsize=15690900 CPUtime=10.13 cores=1,3,5,7
/proc/11499/stat : 11499 (java) S 11496 11499 10804 0 -1 4202496 159231 0 1 0 993 20 0 0 24 0 22 0 530170827 16067481600 150997 33554432000 1073741824 1073778376 140734776891552 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/11499/statm: 3922725 150997 2273 9 0 3913444 0
[pid=11499/tid=11502] ppid=11496 vsize=15690900 CPUtime=0.98 cores=1,3,5,7
/proc/11499/task/11502/stat : 11502 (java) S 11496 11499 10804 0 -1 4202560 28620 0 1 0 95 3 0 0 21 0 22 0 530170828 16067481600 150997 33554432000 1073741824 1073778376 140734776891552 18446744073709551615 235606682521 0 4 0 16800975 18446604471150036864 0 0 -1 5 0 0 0
[pid=11499/tid=11504] ppid=11496 vsize=15690900 CPUtime=0 cores=1,3,5,7
/proc/11499/task/11504/stat : 11504 (java) S 11496 11499 10804 0 -1 4202560 2726 0 0 0 0 0 0 0 15 0 22 0 530170828 16067481600 150997 33554432000 1073741824 1073778376 140734776891552 18446744073709551615 235606682521 0 4 0 16800975 18446604471150036864 0 0 -1 7 0 0 0
[pid=11499/tid=11505] ppid=11496 vsize=15690900 CPUtime=0 cores=1,3,5,7
/proc/11499/task/11505/stat : 11505 (java) S 11496 11499 10804 0 -1 4202560 2427 0 0 0 0 0 0 0 15 0 22 0 530170828 16067481600 150997 33554432000 1073741824 1073778376 140734776891552 18446744073709551615 235606682521 0 4 0 16800975 18446604471150036864 0 0 -1 5 0 0 0
[pid=11499/tid=11506] ppid=11496 vsize=15690900 CPUtime=0 cores=1,3,5,7
/proc/11499/task/11506/stat : 11506 (java) S 11496 11499 10804 0 -1 4202560 2897 0 0 0 0 0 0 0 16 0 22 0 530170828 16067481600 150997 33554432000 1073741824 1073778376 140734776891552 18446744073709551615 235606682521 0 4 0 16800975 18446604471150036864 0 0 -1 7 0 0 0
[pid=11499/tid=11507] ppid=11496 vsize=15690900 CPUtime=0 cores=1,3,5,7
/proc/11499/task/11507/stat : 11507 (java) S 11496 11499 10804 0 -1 4202560 3125 0 0 0 0 0 0 0 16 0 22 0 530170828 16067481600 150997 33554432000 1073741824 1073778376 140734776891552 18446744073709551615 235606682521 0 4 0 16800975 18446604471150036864 0 0 -1 1 0 0 0
[pid=11499/tid=11508] ppid=11496 vsize=15690900 CPUtime=0 cores=1,3,5,7
/proc/11499/task/11508/stat : 11508 (java) S 11496 11499 10804 0 -1 4202560 1278 0 0 0 0 0 0 0 15 0 22 0 530170828 16067481600 150997 33554432000 1073741824 1073778376 140734776891552 18446744073709551615 235606682521 0 4 0 16800975 18446604471150036864 0 0 -1 5 0 0 0
[pid=11499/tid=11509] ppid=11496 vsize=15690900 CPUtime=0.01 cores=1,3,5,7
/proc/11499/task/11509/stat : 11509 (java) S 11496 11499 10804 0 -1 4202560 4054 0 0 0 1 0 0 0 15 0 22 0 530170828 16067481600 150997 33554432000 1073741824 1073778376 140734776891552 18446744073709551615 235606682521 0 4 0 16800975 18446604471150036864 0 0 -1 3 0 0 0
[pid=11499/tid=11510] ppid=11496 vsize=15690900 CPUtime=0 cores=1,3,5,7
/proc/11499/task/11510/stat : 11510 (java) S 11496 11499 10804 0 -1 4202560 2202 0 0 0 0 0 0 0 15 0 22 0 530170828 16067481600 150997 33554432000 1073741824 1073778376 140734776891552 18446744073709551615 235606682521 0 4 0 16800975 18446604471150036864 0 0 -1 1 0 0 0
[pid=11499/tid=11511] ppid=11496 vsize=15690900 CPUtime=0 cores=1,3,5,7
/proc/11499/task/11511/stat : 11511 (java) S 11496 11499 10804 0 -1 4202560 766 0 0 0 0 0 0 0 15 0 22 0 530170828 16067481600 150997 33554432000 1073741824 1073778376 140734776891552 18446744073709551615 235606682521 0 4 0 16800975 18446604471150036864 0 0 -1 3 0 0 0
[pid=11499/tid=11512] ppid=11496 vsize=15690900 CPUtime=0 cores=1,3,5,7
/proc/11499/task/11512/stat : 11512 (java) S 11496 11499 10804 0 -1 4202560 445 0 0 0 0 0 0 0 15 0 22 0 530170829 16067481600 150997 33554432000 1073741824 1073778376 140734776891552 18446744073709551615 235606683136 0 0 0 16800975 18446604471150036864 0 0 -1 7 0 0 0
[pid=11499/tid=11513] ppid=11496 vsize=15690900 CPUtime=0 cores=1,3,5,7
/proc/11499/task/11513/stat : 11513 (java) S 11496 11499 10804 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 22 0 530170830 16067481600 150997 33554432000 1073741824 1073778376 140734776891552 18446744073709551615 235606682521 0 4 0 16800975 18446604471150036864 0 0 -1 7 0 0 0
[pid=11499/tid=11514] ppid=11496 vsize=15690900 CPUtime=0 cores=1,3,5,7
/proc/11499/task/11514/stat : 11514 (java) S 11496 11499 10804 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 530170830 16067481600 150997 33554432000 1073741824 1073778376 140734776891552 18446744073709551615 235606682521 0 4 0 16800975 18446604471150036864 0 0 -1 7 0 0 0
[pid=11499/tid=11520] ppid=11496 vsize=15690900 CPUtime=0 cores=1,3,5,7
/proc/11499/task/11520/stat : 11520 (java) S 11496 11499 10804 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530170832 16067481600 150997 33554432000 1073741824 1073778376 140734776891552 18446744073709551615 235606690225 0 4 0 16800975 18446604471150036864 0 0 -1 1 0 0 0
[pid=11499/tid=11521] ppid=11496 vsize=15690900 CPUtime=0.91 cores=1,3,5,7
/proc/11499/task/11521/stat : 11521 (java) R 11496 11499 10804 0 -1 4202560 13979 0 0 0 90 1 0 0 25 0 22 0 530170832 16067481600 150997 33554432000 1073741824 1073778376 140734776891552 18446744073709551615 47389816430427 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=11499/tid=11522] ppid=11496 vsize=15690900 CPUtime=0.57 cores=1,3,5,7
/proc/11499/task/11522/stat : 11522 (java) R 11496 11499 10804 0 -1 4202560 4048 0 0 0 57 0 0 0 19 0 22 0 530170832 16067481600 150997 33554432000 1073741824 1073778376 140734776891552 18446744073709551615 47389816386672 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=11499/tid=11523] ppid=11496 vsize=15690900 CPUtime=0 cores=1,3,5,7
/proc/11499/task/11523/stat : 11523 (java) S 11496 11499 10804 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530170832 16067481600 150997 33554432000 1073741824 1073778376 140734776891552 18446744073709551615 235606682521 0 4 0 16800975 18446604471150036864 0 0 -1 1 0 0 0
[pid=11499/tid=11524] ppid=11496 vsize=15690900 CPUtime=0 cores=1,3,5,7
/proc/11499/task/11524/stat : 11524 (java) S 11496 11499 10804 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 530170832 16067481600 150997 33554432000 1073741824 1073778376 140734776891552 18446744073709551615 235606683136 0 4 0 16800975 18446604471150036864 0 0 -1 1 0 0 0
[pid=11499/tid=11525] ppid=11496 vsize=15690900 CPUtime=1.87 cores=1,3,5,7
/proc/11499/task/11525/stat : 11525 (java) R 11496 11499 10804 0 -1 4202560 24918 0 0 0 184 3 0 0 17 0 22 0 530170867 16067481600 150997 33554432000 1073741824 1073778376 140734776891552 18446744073709551615 46912505790989 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=11499/tid=11526] ppid=11496 vsize=15690900 CPUtime=1.93 cores=1,3,5,7
/proc/11499/task/11526/stat : 11526 (java) R 11496 11499 10804 0 -1 4202560 24118 0 0 0 190 3 0 0 17 0 22 0 530170867 16067481600 150997 33554432000 1073741824 1073778376 140734776891552 18446744073709551615 46912505228260 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=11499/tid=11527] ppid=11496 vsize=15690900 CPUtime=1.88 cores=1,3,5,7
/proc/11499/task/11527/stat : 11527 (java) R 11496 11499 10804 0 -1 4202560 21549 0 0 0 187 1 0 0 17 0 22 0 530170867 16067481600 150997 33554432000 1073741824 1073778376 140734776891552 18446744073709551615 47389817070421 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11499/tid=11528] ppid=11496 vsize=15690900 CPUtime=1.83 cores=1,3,5,7
/proc/11499/task/11528/stat : 11528 (java) R 11496 11499 10804 0 -1 4202560 20695 0 0 0 181 2 0 0 17 0 22 0 530170867 16067481600 150997 33554432000 1073741824 1073778376 140734776891552 18446744073709551615 46912505120858 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 10.13
Current children cumulated vsize (KiB) 15690900

[startup+6.30141 s]
/proc/loadavg: 8.29 8.07 7.85 11/220 11532
/proc/meminfo: memFree=28690608/32950928 swapFree=67111404/67111528
[pid=11499] ppid=11496 vsize=15692672 CPUtime=22.9 cores=1,3,5,7
/proc/11499/stat : 11499 (java) S 11496 11499 10804 0 -1 4202496 288524 0 1 0 2253 37 0 0 24 0 22 0 530170827 16069296128 275829 33554432000 1073741824 1073778376 140734776891552 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/11499/statm: 3923168 275829 2287 9 0 3913887 0
[pid=11499/tid=11502] ppid=11496 vsize=15692672 CPUtime=0.98 cores=1,3,5,7
/proc/11499/task/11502/stat : 11502 (java) S 11496 11499 10804 0 -1 4202560 28620 0 1 0 95 3 0 0 21 0 22 0 530170828 16069296128 275829 33554432000 1073741824 1073778376 140734776891552 18446744073709551615 235606682521 0 4 0 16800975 18446604471150036864 0 0 -1 5 0 0 0
[pid=11499/tid=11504] ppid=11496 vsize=15692672 CPUtime=0 cores=1,3,5,7
/proc/11499/task/11504/stat : 11504 (java) S 11496 11499 10804 0 -1 4202560 3691 0 0 0 0 0 0 0 16 0 22 0 530170828 16069296128 275829 33554432000 1073741824 1073778376 140734776891552 18446744073709551615 235606682521 0 4 0 16800975 18446604471150036864 0 0 -1 5 0 0 0
[pid=11499/tid=11505] ppid=11496 vsize=15692672 CPUtime=0.01 cores=1,3,5,7
/proc/11499/task/11505/stat : 11505 (java) S 11496 11499 10804 0 -1 4202560 3386 0 0 0 1 0 0 0 15 0 22 0 530170828 16069296128 275829 33554432000 1073741824 1073778376 140734776891552 18446744073709551615 235606682521 0 4 0 16800975 18446604471150036864 0 0 -1 5 0 0 0
[pid=11499/tid=11506] ppid=11496 vsize=15692672 CPUtime=0 cores=1,3,5,7
/proc/11499/task/11506/stat : 11506 (java) S 11496 11499 10804 0 -1 4202560 3717 0 0 0 0 0 0 0 15 0 22 0 530170828 16069296128 275829 33554432000 1073741824 1073778376 140734776891552 18446744073709551615 235606682521 0 4 0 16800975 18446604471150036864 0 0 -1 5 0 0 0
[pid=11499/tid=11507] ppid=11496 vsize=15692672 CPUtime=0 cores=1,3,5,7
/proc/11499/task/11507/stat : 11507 (java) S 11496 11499 10804 0 -1 4202560 3883 0 0 0 0 0 0 0 15 0 22 0 530170828 16069296128 275829 33554432000 1073741824 1073778376 140734776891552 18446744073709551615 235606682521 0 4 0 16800975 18446604471150036864 0 0 -1 1 0 0 0
[pid=11499/tid=11508] ppid=11496 vsize=15692672 CPUtime=0 cores=1,3,5,7
/proc/11499/task/11508/stat : 11508 (java) S 11496 11499 10804 0 -1 4202560 2048 0 0 0 0 0 0 0 15 0 22 0 530170828 16069296128 275829 33554432000 1073741824 1073778376 140734776891552 18446744073709551615 235606682521 0 4 0 16800975 18446604471150036864 0 0 -1 5 0 0 0
[pid=11499/tid=11509] ppid=11496 vsize=15692672 CPUtime=0.01 cores=1,3,5,7
/proc/11499/task/11509/stat : 11509 (java) S 11496 11499 10804 0 -1 4202560 4467 0 0 0 1 0 0 0 16 0 22 0 530170828 16069296128 275829 33554432000 1073741824 1073778376 140734776891552 18446744073709551615 235606682521 0 4 0 16800975 18446604471150036864 0 0 -1 3 0 0 0
[pid=11499/tid=11510] ppid=11496 vsize=15692672 CPUtime=0 cores=1,3,5,7
/proc/11499/task/11510/stat : 11510 (java) S 11496 11499 10804 0 -1 4202560 3382 0 0 0 0 0 0 0 16 0 22 0 530170828 16069296128 275829 33554432000 1073741824 1073778376 140734776891552 18446744073709551615 235606682521 0 4 0 16800975 18446604471150036864 0 0 -1 1 0 0 0
[pid=11499/tid=11511] ppid=11496 vsize=15692672 CPUtime=0 cores=1,3,5,7
/proc/11499/task/11511/stat : 11511 (java) S 11496 11499 10804 0 -1 4202560 2551 0 0 0 0 0 0 0 16 0 22 0 530170828 16069296128 275829 33554432000 1073741824 1073778376 140734776891552 18446744073709551615 235606682521 0 4 0 16800975 18446604471150036864 0 0 -1 7 0 0 0

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

[pid=11499/tid=11526] ppid=11496 vsize=15692672 CPUtime=1048.01 cores=1,3,5,7
/proc/11499/task/11526/stat : 11526 (java) R 11496 11499 10804 0 -1 4202560 212118 0 0 0 104765 36 0 0 25 0 22 0 530170867 16069296128 122049 33554432000 1073741824 1073778376 140734776891552 18446744073709551615 46912505823164 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=11499/tid=11527] ppid=11496 vsize=15692672 CPUtime=1047.18 cores=1,3,5,7
/proc/11499/task/11527/stat : 11527 (java) R 11496 11499 10804 0 -1 4202560 198354 0 0 0 104682 36 0 0 25 0 22 0 530170867 16069296128 122049 33554432000 1073741824 1073778376 140734776891552 18446744073709551615 46912505823036 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=11499/tid=11528] ppid=11496 vsize=15692672 CPUtime=1048.09 cores=1,3,5,7
/proc/11499/task/11528/stat : 11528 (java) R 11496 11499 10804 0 -1 4202560 205802 0 0 0 104774 35 0 0 25 0 22 0 530170867 16069296128 122049 33554432000 1073741824 1073778376 140734776891552 18446744073709551615 46912505790927 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4221.75
Current children cumulated vsize (KiB) 15692672

[startup+1122.3 s]
/proc/loadavg: 8.24 8.19 8.03 10/220 11573
/proc/meminfo: memFree=29753668/32950928 swapFree=67111404/67111528
[pid=11499] ppid=11496 vsize=15692672 CPUtime=4460.23 cores=1,3,5,7
/proc/11499/stat : 11499 (java) S 11496 11499 10804 0 -1 4202496 1454805 0 1 0 445680 343 0 0 24 0 22 0 530170827 16069296128 120141 33554432000 1073741824 1073778376 140734776891552 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/11499/statm: 3923168 120141 2298 9 0 3913887 0
[pid=11499/tid=11502] ppid=11496 vsize=15692672 CPUtime=0.98 cores=1,3,5,7
/proc/11499/task/11502/stat : 11502 (java) S 11496 11499 10804 0 -1 4202560 28620 0 1 0 95 3 0 0 21 0 22 0 530170828 16069296128 120141 33554432000 1073741824 1073778376 140734776891552 18446744073709551615 235606682521 0 4 0 16800975 18446604471150036864 0 0 -1 5 0 0 0
[pid=11499/tid=11504] ppid=11496 vsize=15692672 CPUtime=3.2 cores=1,3,5,7
/proc/11499/task/11504/stat : 11504 (java) S 11496 11499 10804 0 -1 4202560 65362 0 0 0 307 13 0 0 15 0 22 0 530170828 16069296128 120141 33554432000 1073741824 1073778376 140734776891552 18446744073709551615 235606682521 0 4 0 16800975 18446604471150036864 0 0 -1 3 0 0 0
[pid=11499/tid=11505] ppid=11496 vsize=15692672 CPUtime=3.2 cores=1,3,5,7
/proc/11499/task/11505/stat : 11505 (java) S 11496 11499 10804 0 -1 4202560 65714 0 0 0 306 14 0 0 15 0 22 0 530170828 16069296128 120141 33554432000 1073741824 1073778376 140734776891552 18446744073709551615 235606682521 0 4 0 16800975 18446604471150036864 0 0 -1 5 0 0 0
[pid=11499/tid=11506] ppid=11496 vsize=15692672 CPUtime=3.12 cores=1,3,5,7
/proc/11499/task/11506/stat : 11506 (java) S 11496 11499 10804 0 -1 4202560 65479 0 0 0 298 14 0 0 16 0 22 0 530170828 16069296128 120141 33554432000 1073741824 1073778376 140734776891552 18446744073709551615 235606682521 0 4 0 16800975 18446604471150036864 0 0 -1 5 0 0 0
[pid=11499/tid=11507] ppid=11496 vsize=15692672 CPUtime=3.14 cores=1,3,5,7
/proc/11499/task/11507/stat : 11507 (java) S 11496 11499 10804 0 -1 4202560 64252 0 0 0 298 16 0 0 16 0 22 0 530170828 16069296128 120141 33554432000 1073741824 1073778376 140734776891552 18446744073709551615 235606682521 0 4 0 16800975 18446604471150036864 0 0 -1 7 0 0 0
[pid=11499/tid=11508] ppid=11496 vsize=15692672 CPUtime=3.08 cores=1,3,5,7
/proc/11499/task/11508/stat : 11508 (java) S 11496 11499 10804 0 -1 4202560 62335 0 0 0 295 13 0 0 16 0 22 0 530170828 16069296128 120141 33554432000 1073741824 1073778376 140734776891552 18446744073709551615 235606682521 0 4 0 16800975 18446604471150036864 0 0 -1 3 0 0 0
[pid=11499/tid=11509] ppid=11496 vsize=15692672 CPUtime=3.13 cores=1,3,5,7
/proc/11499/task/11509/stat : 11509 (java) S 11496 11499 10804 0 -1 4202560 66182 0 0 0 299 14 0 0 16 0 22 0 530170828 16069296128 120141 33554432000 1073741824 1073778376 140734776891552 18446744073709551615 235606682521 0 4 0 16800975 18446604471150036864 0 0 -1 7 0 0 0
[pid=11499/tid=11510] ppid=11496 vsize=15692672 CPUtime=3.2 cores=1,3,5,7
/proc/11499/task/11510/stat : 11510 (java) S 11496 11499 10804 0 -1 4202560 63406 0 0 0 304 16 0 0 15 0 22 0 530170828 16069296128 120141 33554432000 1073741824 1073778376 140734776891552 18446744073709551615 235606682521 0 4 0 16800975 18446604471150036864 0 0 -1 1 0 0 0
[pid=11499/tid=11511] ppid=11496 vsize=15692672 CPUtime=3.19 cores=1,3,5,7
/proc/11499/task/11511/stat : 11511 (java) S 11496 11499 10804 0 -1 4202560 65423 0 0 0 305 14 0 0 15 0 22 0 530170828 16069296128 120141 33554432000 1073741824 1073778376 140734776891552 18446744073709551615 235606682521 0 4 0 16800975 18446604471150036864 0 0 -1 5 0 0 0
[pid=11499/tid=11512] ppid=11496 vsize=15692672 CPUtime=2.19 cores=1,3,5,7
/proc/11499/task/11512/stat : 11512 (java) S 11496 11499 10804 0 -1 4202560 4140 0 0 0 159 60 0 0 16 0 22 0 530170829 16069296128 120141 33554432000 1073741824 1073778376 140734776891552 18446744073709551615 235606683136 0 0 0 16800975 18446604471150036864 0 0 -1 1 0 0 0
[pid=11499/tid=11513] ppid=11496 vsize=15692672 CPUtime=0 cores=1,3,5,7
/proc/11499/task/11513/stat : 11513 (java) S 11496 11499 10804 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 22 0 530170830 16069296128 120141 33554432000 1073741824 1073778376 140734776891552 18446744073709551615 235606682521 0 4 0 16800975 18446604471150036864 0 0 -1 7 0 0 0
[pid=11499/tid=11514] ppid=11496 vsize=15692672 CPUtime=0 cores=1,3,5,7
/proc/11499/task/11514/stat : 11514 (java) S 11496 11499 10804 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 530170830 16069296128 120141 33554432000 1073741824 1073778376 140734776891552 18446744073709551615 235606682521 0 4 0 16800975 18446604471150036864 0 0 -1 7 0 0 0
[pid=11499/tid=11520] ppid=11496 vsize=15692672 CPUtime=0 cores=1,3,5,7
/proc/11499/task/11520/stat : 11520 (java) S 11496 11499 10804 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530170832 16069296128 120141 33554432000 1073741824 1073778376 140734776891552 18446744073709551615 235606690225 0 4 0 16800975 18446604471150036864 0 0 -1 1 0 0 0
[pid=11499/tid=11521] ppid=11496 vsize=15692672 CPUtime=1.44 cores=1,3,5,7
/proc/11499/task/11521/stat : 11521 (java) S 11496 11499 10804 0 -1 4202560 14070 0 0 0 143 1 0 0 15 0 22 0 530170832 16069296128 120141 33554432000 1073741824 1073778376 140734776891552 18446744073709551615 235606682521 0 4 0 16800975 18446604471150036864 0 0 -1 5 0 0 0
[pid=11499/tid=11522] ppid=11496 vsize=15692672 CPUtime=1.45 cores=1,3,5,7
/proc/11499/task/11522/stat : 11522 (java) S 11496 11499 10804 0 -1 4202560 5917 0 0 0 145 0 0 0 15 0 22 0 530170832 16069296128 120141 33554432000 1073741824 1073778376 140734776891552 18446744073709551615 235606682521 0 4 0 16800975 18446604471150036864 0 0 -1 3 0 0 0
[pid=11499/tid=11523] ppid=11496 vsize=15692672 CPUtime=0 cores=1,3,5,7
/proc/11499/task/11523/stat : 11523 (java) S 11496 11499 10804 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530170832 16069296128 120141 33554432000 1073741824 1073778376 140734776891552 18446744073709551615 235606682521 0 4 0 16800975 18446604471150036864 0 0 -1 1 0 0 0
[pid=11499/tid=11524] ppid=11496 vsize=15692672 CPUtime=0 cores=1,3,5,7
/proc/11499/task/11524/stat : 11524 (java) S 11496 11499 10804 0 -1 4202560 61 0 0 0 0 0 0 0 15 0 22 0 530170832 16069296128 120141 33554432000 1073741824 1073778376 140734776891552 18446744073709551615 235606683136 0 4 0 16800975 18446604471150036864 0 0 -1 5 0 0 0
[pid=11499/tid=11525] ppid=11496 vsize=15692672 CPUtime=1107.63 cores=1,3,5,7
/proc/11499/task/11525/stat : 11525 (java) R 11496 11499 10804 0 -1 4202560 230934 0 0 0 110721 42 0 0 25 0 22 0 530170867 16069296128 120141 33554432000 1073741824 1073778376 140734776891552 18446744073709551615 46912505523295 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=11499/tid=11526] ppid=11496 vsize=15692672 CPUtime=1107.32 cores=1,3,5,7
/proc/11499/task/11526/stat : 11526 (java) R 11496 11499 10804 0 -1 4202560 224529 0 0 0 110693 39 0 0 25 0 22 0 530170867 16069296128 120141 33554432000 1073741824 1073778376 140734776891552 18446744073709551615 46912505523303 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11499/tid=11527] ppid=11496 vsize=15692672 CPUtime=1106.45 cores=1,3,5,7
/proc/11499/task/11527/stat : 11527 (java) R 11496 11499 10804 0 -1 4202560 209988 0 0 0 110607 38 0 0 25 0 22 0 530170867 16069296128 120141 33554432000 1073741824 1073778376 140734776891552 18446744073709551615 46912506051455 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=11499/tid=11528] ppid=11496 vsize=15692672 CPUtime=1107.35 cores=1,3,5,7
/proc/11499/task/11528/stat : 11528 (java) R 11496 11499 10804 0 -1 4202560 217010 0 0 0 110698 37 0 0 25 0 22 0 530170867 16069296128 120141 33554432000 1073741824 1073778376 140734776891552 18446744073709551615 46912505823000 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4460.23
Current children cumulated vsize (KiB) 15692672

[startup+1182.3 s]
/proc/loadavg: 8.15 8.17 8.03 10/220 11575
/proc/meminfo: memFree=29757684/32950928 swapFree=67111404/67111528
[pid=11499] ppid=11496 vsize=15692672 CPUtime=4698.67 cores=1,3,5,7
/proc/11499/stat : 11499 (java) S 11496 11499 10804 0 -1 4202496 1543913 0 1 0 469505 362 0 0 24 0 22 0 530170827 16069296128 120758 33554432000 1073741824 1073778376 140734776891552 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/11499/statm: 3923168 120758 2298 9 0 3913887 0
[pid=11499/tid=11502] ppid=11496 vsize=15692672 CPUtime=0.98 cores=1,3,5,7
/proc/11499/task/11502/stat : 11502 (java) S 11496 11499 10804 0 -1 4202560 28620 0 1 0 95 3 0 0 21 0 22 0 530170828 16069296128 120758 33554432000 1073741824 1073778376 140734776891552 18446744073709551615 235606682521 0 4 0 16800975 18446604471150036864 0 0 -1 5 0 0 0
[pid=11499/tid=11504] ppid=11496 vsize=15692672 CPUtime=3.36 cores=1,3,5,7
/proc/11499/task/11504/stat : 11504 (java) S 11496 11499 10804 0 -1 4202560 67358 0 0 0 323 13 0 0 15 0 22 0 530170828 16069296128 120758 33554432000 1073741824 1073778376 140734776891552 18446744073709551615 235606682521 0 4 0 16800975 18446604471150036864 0 0 -1 3 0 0 0
[pid=11499/tid=11505] ppid=11496 vsize=15692672 CPUtime=3.39 cores=1,3,5,7
/proc/11499/task/11505/stat : 11505 (java) S 11496 11499 10804 0 -1 4202560 69240 0 0 0 324 15 0 0 15 0 22 0 530170828 16069296128 120758 33554432000 1073741824 1073778376 140734776891552 18446744073709551615 235606682521 0 4 0 16800975 18446604471150036864 0 0 -1 3 0 0 0
[pid=11499/tid=11506] ppid=11496 vsize=15692672 CPUtime=3.31 cores=1,3,5,7
/proc/11499/task/11506/stat : 11506 (java) S 11496 11499 10804 0 -1 4202560 67511 0 0 0 316 15 0 0 16 0 22 0 530170828 16069296128 120758 33554432000 1073741824 1073778376 140734776891552 18446744073709551615 235606682521 0 4 0 16800975 18446604471150036864 0 0 -1 7 0 0 0
[pid=11499/tid=11507] ppid=11496 vsize=15692672 CPUtime=3.31 cores=1,3,5,7
/proc/11499/task/11507/stat : 11507 (java) S 11496 11499 10804 0 -1 4202560 66796 0 0 0 314 17 0 0 15 0 22 0 530170828 16069296128 120758 33554432000 1073741824 1073778376 140734776891552 18446744073709551615 235606682521 0 4 0 16800975 18446604471150036864 0 0 -1 5 0 0 0
[pid=11499/tid=11508] ppid=11496 vsize=15692672 CPUtime=3.25 cores=1,3,5,7
/proc/11499/task/11508/stat : 11508 (java) S 11496 11499 10804 0 -1 4202560 65285 0 0 0 311 14 0 0 15 0 22 0 530170828 16069296128 120758 33554432000 1073741824 1073778376 140734776891552 18446744073709551615 235606682521 0 4 0 16800975 18446604471150036864 0 0 -1 5 0 0 0
[pid=11499/tid=11509] ppid=11496 vsize=15692672 CPUtime=3.3 cores=1,3,5,7
/proc/11499/task/11509/stat : 11509 (java) S 11496 11499 10804 0 -1 4202560 67979 0 0 0 315 15 0 0 15 0 22 0 530170828 16069296128 120758 33554432000 1073741824 1073778376 140734776891552 18446744073709551615 235606682521 0 4 0 16800975 18446604471150036864 0 0 -1 1 0 0 0
[pid=11499/tid=11510] ppid=11496 vsize=15692672 CPUtime=3.36 cores=1,3,5,7
/proc/11499/task/11510/stat : 11510 (java) S 11496 11499 10804 0 -1 4202560 65825 0 0 0 320 16 0 0 15 0 22 0 530170828 16069296128 120758 33554432000 1073741824 1073778376 140734776891552 18446744073709551615 235606682521 0 4 0 16800975 18446604471150036864 0 0 -1 1 0 0 0
[pid=11499/tid=11511] ppid=11496 vsize=15692672 CPUtime=3.36 cores=1,3,5,7
/proc/11499/task/11511/stat : 11511 (java) S 11496 11499 10804 0 -1 4202560 67811 0 0 0 321 15 0 0 15 0 22 0 530170828 16069296128 120758 33554432000 1073741824 1073778376 140734776891552 18446744073709551615 235606682521 0 4 0 16800975 18446604471150036864 0 0 -1 3 0 0 0
[pid=11499/tid=11512] ppid=11496 vsize=15692672 CPUtime=2.33 cores=1,3,5,7
/proc/11499/task/11512/stat : 11512 (java) S 11496 11499 10804 0 -1 4202560 4410 0 0 0 170 63 0 0 15 0 22 0 530170829 16069296128 120758 33554432000 1073741824 1073778376 140734776891552 18446744073709551615 235606683136 0 0 0 16800975 18446604471150036864 0 0 -1 1 0 0 0
[pid=11499/tid=11513] ppid=11496 vsize=15692672 CPUtime=0 cores=1,3,5,7
/proc/11499/task/11513/stat : 11513 (java) S 11496 11499 10804 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 22 0 530170830 16069296128 120758 33554432000 1073741824 1073778376 140734776891552 18446744073709551615 235606682521 0 4 0 16800975 18446604471150036864 0 0 -1 7 0 0 0
[pid=11499/tid=11514] ppid=11496 vsize=15692672 CPUtime=0 cores=1,3,5,7
/proc/11499/task/11514/stat : 11514 (java) S 11496 11499 10804 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 530170830 16069296128 120758 33554432000 1073741824 1073778376 140734776891552 18446744073709551615 235606682521 0 4 0 16800975 18446604471150036864 0 0 -1 7 0 0 0
[pid=11499/tid=11520] ppid=11496 vsize=15692672 CPUtime=0 cores=1,3,5,7
/proc/11499/task/11520/stat : 11520 (java) S 11496 11499 10804 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530170832 16069296128 120758 33554432000 1073741824 1073778376 140734776891552 18446744073709551615 235606690225 0 4 0 16800975 18446604471150036864 0 0 -1 1 0 0 0
[pid=11499/tid=11521] ppid=11496 vsize=15692672 CPUtime=1.44 cores=1,3,5,7
/proc/11499/task/11521/stat : 11521 (java) S 11496 11499 10804 0 -1 4202560 14070 0 0 0 143 1 0 0 15 0 22 0 530170832 16069296128 120758 33554432000 1073741824 1073778376 140734776891552 18446744073709551615 235606682521 0 4 0 16800975 18446604471150036864 0 0 -1 5 0 0 0
[pid=11499/tid=11522] ppid=11496 vsize=15692672 CPUtime=1.45 cores=1,3,5,7
/proc/11499/task/11522/stat : 11522 (java) S 11496 11499 10804 0 -1 4202560 5917 0 0 0 145 0 0 0 15 0 22 0 530170832 16069296128 120758 33554432000 1073741824 1073778376 140734776891552 18446744073709551615 235606682521 0 4 0 16800975 18446604471150036864 0 0 -1 3 0 0 0
[pid=11499/tid=11523] ppid=11496 vsize=15692672 CPUtime=0 cores=1,3,5,7
/proc/11499/task/11523/stat : 11523 (java) S 11496 11499 10804 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530170832 16069296128 120758 33554432000 1073741824 1073778376 140734776891552 18446744073709551615 235606682521 0 4 0 16800975 18446604471150036864 0 0 -1 1 0 0 0
[pid=11499/tid=11524] ppid=11496 vsize=15692672 CPUtime=0 cores=1,3,5,7
/proc/11499/task/11524/stat : 11524 (java) S 11496 11499 10804 0 -1 4202560 65 0 0 0 0 0 0 0 15 0 22 0 530170832 16069296128 120758 33554432000 1073741824 1073778376 140734776891552 18446744073709551615 235606683136 0 4 0 16800975 18446604471150036864 0 0 -1 3 0 0 0
[pid=11499/tid=11525] ppid=11496 vsize=15692672 CPUtime=1166.76 cores=1,3,5,7
/proc/11499/task/11525/stat : 11525 (java) R 11496 11499 10804 0 -1 4202560 248324 0 0 0 116631 45 0 0 25 0 22 0 530170867 16069296128 120758 33554432000 1073741824 1073778376 140734776891552 18446744073709551615 46912505926938 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11499/tid=11526] ppid=11496 vsize=15692672 CPUtime=1166.58 cores=1,3,5,7
/proc/11499/task/11526/stat : 11526 (java) R 11496 11499 10804 0 -1 4202560 242660 0 0 0 116617 41 0 0 25 0 22 0 530170867 16069296128 120758 33554432000 1073741824 1073778376 140734776891552 18446744073709551615 46912506109020 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=11499/tid=11527] ppid=11496 vsize=15692672 CPUtime=1165.67 cores=1,3,5,7
/proc/11499/task/11527/stat : 11527 (java) R 11496 11499 10804 0 -1 4202560 226808 0 0 0 116527 40 0 0 25 0 22 0 530170867 16069296128 120758 33554432000 1073741824 1073778376 140734776891552 18446744073709551615 46912505822895 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=11499/tid=11528] ppid=11496 vsize=15692672 CPUtime=1166.65 cores=1,3,5,7
/proc/11499/task/11528/stat : 11528 (java) R 11496 11499 10804 0 -1 4202560 233851 0 0 0 116625 40 0 0 25 0 22 0 530170867 16069296128 120758 33554432000 1073741824 1073778376 140734776891552 18446744073709551615 46912505768949 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4698.67
Current children cumulated vsize (KiB) 15692672



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1208 s]
/proc/loadavg: 8.09 8.15 8.03 5/197 11579
/proc/meminfo: memFree=30457948/32950928 swapFree=67111404/67111528
[pid=11499] ppid=11496 vsize=15692672 CPUtime=4800.08 cores=1,3,5,7
/proc/11499/stat : 11499 (java) S 11496 11499 10804 0 -1 4202496 1583419 0 1 0 479636 372 0 0 24 0 22 0 530170827 16069296128 115424 33554432000 1073741824 1073778376 140734776891552 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/11499/statm: 3923168 115424 2298 9 0 3913887 0
[pid=11499/tid=11502] ppid=11496 vsize=15692672 CPUtime=0.98 cores=1,3,5,7
/proc/11499/task/11502/stat : 11502 (java) S 11496 11499 10804 0 -1 4202560 28620 0 1 0 95 3 0 0 21 0 22 0 530170828 16069296128 115424 33554432000 1073741824 1073778376 140734776891552 18446744073709551615 235606682521 0 4 0 16800975 18446604471150036864 0 0 -1 5 0 0 0
[pid=11499/tid=11504] ppid=11496 vsize=15692672 CPUtime=3.45 cores=1,3,5,7
/proc/11499/task/11504/stat : 11504 (java) S 11496 11499 10804 0 -1 4202560 69387 0 0 0 331 14 0 0 15 0 22 0 530170828 16069296128 115424 33554432000 1073741824 1073778376 140734776891552 18446744073709551615 235606682521 0 4 0 16800975 18446604471150036864 0 0 -1 3 0 0 0
[pid=11499/tid=11505] ppid=11496 vsize=15692672 CPUtime=3.46 cores=1,3,5,7
/proc/11499/task/11505/stat : 11505 (java) S 11496 11499 10804 0 -1 4202560 71213 0 0 0 331 15 0 0 15 0 22 0 530170828 16069296128 115424 33554432000 1073741824 1073778376 140734776891552 18446744073709551615 235606682521 0 4 0 16800975 18446604471150036864 0 0 -1 1 0 0 0
[pid=11499/tid=11506] ppid=11496 vsize=15692672 CPUtime=3.38 cores=1,3,5,7
/proc/11499/task/11506/stat : 11506 (java) S 11496 11499 10804 0 -1 4202560 70138 0 0 0 322 16 0 0 15 0 22 0 530170828 16069296128 115424 33554432000 1073741824 1073778376 140734776891552 18446744073709551615 235606682521 0 4 0 16800975 18446604471150036864 0 0 -1 7 0 0 0
[pid=11499/tid=11507] ppid=11496 vsize=15692672 CPUtime=3.38 cores=1,3,5,7
/proc/11499/task/11507/stat : 11507 (java) S 11496 11499 10804 0 -1 4202560 69434 0 0 0 321 17 0 0 15 0 22 0 530170828 16069296128 115424 33554432000 1073741824 1073778376 140734776891552 18446744073709551615 235606682521 0 4 0 16800975 18446604471150036864 0 0 -1 1 0 0 0
[pid=11499/tid=11508] ppid=11496 vsize=15692672 CPUtime=3.33 cores=1,3,5,7
/proc/11499/task/11508/stat : 11508 (java) S 11496 11499 10804 0 -1 4202560 67964 0 0 0 318 15 0 0 15 0 22 0 530170828 16069296128 115424 33554432000 1073741824 1073778376 140734776891552 18446744073709551615 235606682521 0 4 0 16800975 18446604471150036864 0 0 -1 1 0 0 0
[pid=11499/tid=11509] ppid=11496 vsize=15692672 CPUtime=3.38 cores=1,3,5,7
/proc/11499/task/11509/stat : 11509 (java) S 11496 11499 10804 0 -1 4202560 70958 0 0 0 322 16 0 0 16 0 22 0 530170828 16069296128 115424 33554432000 1073741824 1073778376 140734776891552 18446744073709551615 235606682521 0 4 0 16800975 18446604471150036864 0 0 -1 5 0 0 0
[pid=11499/tid=11510] ppid=11496 vsize=15692672 CPUtime=3.42 cores=1,3,5,7
/proc/11499/task/11510/stat : 11510 (java) S 11496 11499 10804 0 -1 4202560 67319 0 0 0 326 16 0 0 16 0 22 0 530170828 16069296128 115424 33554432000 1073741824 1073778376 140734776891552 18446744073709551615 235606682521 0 4 0 16800975 18446604471150036864 0 0 -1 3 0 0 0
[pid=11499/tid=11511] ppid=11496 vsize=15692672 CPUtime=3.43 cores=1,3,5,7
/proc/11499/task/11511/stat : 11511 (java) S 11496 11499 10804 0 -1 4202560 69684 0 0 0 327 16 0 0 15 0 22 0 530170828 16069296128 115424 33554432000 1073741824 1073778376 140734776891552 18446744073709551615 235606682521 0 4 0 16800975 18446604471150036864 0 0 -1 7 0 0 0
[pid=11499/tid=11512] ppid=11496 vsize=15692672 CPUtime=2.41 cores=1,3,5,7
/proc/11499/task/11512/stat : 11512 (java) S 11496 11499 10804 0 -1 4202560 4559 0 0 0 176 65 0 0 15 0 22 0 530170829 16069296128 115424 33554432000 1073741824 1073778376 140734776891552 18446744073709551615 235606683136 0 0 0 16800975 18446604471150036864 0 0 -1 5 0 0 0
[pid=11499/tid=11513] ppid=11496 vsize=15692672 CPUtime=0 cores=1,3,5,7
/proc/11499/task/11513/stat : 11513 (java) S 11496 11499 10804 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 22 0 530170830 16069296128 115424 33554432000 1073741824 1073778376 140734776891552 18446744073709551615 235606682521 0 4 0 16800975 18446604471150036864 0 0 -1 7 0 0 0
[pid=11499/tid=11514] ppid=11496 vsize=15692672 CPUtime=0 cores=1,3,5,7
/proc/11499/task/11514/stat : 11514 (java) S 11496 11499 10804 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 530170830 16069296128 115424 33554432000 1073741824 1073778376 140734776891552 18446744073709551615 235606682521 0 4 0 16800975 18446604471150036864 0 0 -1 7 0 0 0
[pid=11499/tid=11520] ppid=11496 vsize=15692672 CPUtime=0 cores=1,3,5,7
/proc/11499/task/11520/stat : 11520 (java) S 11496 11499 10804 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530170832 16069296128 115424 33554432000 1073741824 1073778376 140734776891552 18446744073709551615 235606690225 0 4 0 16800975 18446604471150036864 0 0 -1 1 0 0 0
[pid=11499/tid=11521] ppid=11496 vsize=15692672 CPUtime=1.44 cores=1,3,5,7
/proc/11499/task/11521/stat : 11521 (java) S 11496 11499 10804 0 -1 4202560 14070 0 0 0 143 1 0 0 15 0 22 0 530170832 16069296128 115424 33554432000 1073741824 1073778376 140734776891552 18446744073709551615 235606682521 0 4 0 16800975 18446604471150036864 0 0 -1 5 0 0 0
[pid=11499/tid=11522] ppid=11496 vsize=15692672 CPUtime=1.45 cores=1,3,5,7
/proc/11499/task/11522/stat : 11522 (java) S 11496 11499 10804 0 -1 4202560 5917 0 0 0 145 0 0 0 15 0 22 0 530170832 16069296128 115424 33554432000 1073741824 1073778376 140734776891552 18446744073709551615 235606682521 0 4 0 16800975 18446604471150036864 0 0 -1 3 0 0 0
[pid=11499/tid=11523] ppid=11496 vsize=15692672 CPUtime=0 cores=1,3,5,7
/proc/11499/task/11523/stat : 11523 (java) S 11496 11499 10804 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530170832 16069296128 115424 33554432000 1073741824 1073778376 140734776891552 18446744073709551615 235606682521 0 4 0 16800975 18446604471150036864 0 0 -1 1 0 0 0
[pid=11499/tid=11524] ppid=11496 vsize=15692672 CPUtime=0 cores=1,3,5,7
/proc/11499/task/11524/stat : 11524 (java) S 11496 11499 10804 0 -1 4202560 67 0 0 0 0 0 0 0 15 0 22 0 530170832 16069296128 115424 33554432000 1073741824 1073778376 140734776891552 18446744073709551615 235606683136 0 4 0 16800975 18446604471150036864 0 0 -1 3 0 0 0
[pid=11499/tid=11525] ppid=11496 vsize=15692672 CPUtime=1191.68 cores=1,3,5,7
/proc/11499/task/11525/stat : 11525 (java) R 11496 11499 10804 0 -1 4202560 253648 0 0 0 119122 46 0 0 25 0 22 0 530170867 16069296128 115424 33554432000 1073741824 1073778376 140734776891552 18446744073709551615 46912506051010 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=11499/tid=11526] ppid=11496 vsize=15692672 CPUtime=1191.98 cores=1,3,5,7
/proc/11499/task/11526/stat : 11526 (java) R 11496 11499 10804 0 -1 4202560 248375 0 0 0 119156 42 0 0 25 0 22 0 530170867 16069296128 115424 33554432000 1073741824 1073778376 140734776891552 18446744073709551615 46912505904930 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11499/tid=11527] ppid=11496 vsize=15692672 CPUtime=1191.09 cores=1,3,5,7
/proc/11499/task/11527/stat : 11527 (java) R 11496 11499 10804 0 -1 4202560 231649 0 0 0 119068 41 0 0 25 0 22 0 530170867 16069296128 115424 33554432000 1073741824 1073778376 140734776891552 18446744073709551615 46912505898369 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=11499/tid=11528] ppid=11496 vsize=15692672 CPUtime=1191.67 cores=1,3,5,7
/proc/11499/task/11528/stat : 11528 (java) R 11496 11499 10804 0 -1 4202560 239034 0 0 0 119126 41 0 0 25 0 22 0 530170867 16069296128 115424 33554432000 1073741824 1073778376 140734776891552 18446744073709551615 46912505523283 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.08
Current children cumulated vsize (KiB) 15692672

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

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

Child status: 143
Real time (s): 1208.03
CPU time (s): 4800.13
CPU user time (s): 4796.39
CPU system time (s): 3.74343
CPU usage (%): 397.351
Max. virtual memory (cumulated for all children) (KiB): 15696340

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4796.39
system time used= 3.74343
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1583445
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= 260998
involuntary context switches= 148616

runsolver used 2.15967 second user time and 4.47332 second system time

The end

Launcher Data

Begin job on node120 at 2011-04-30 19:48:41
IDJOB=3313050
IDBENCH=83945
IDSOLVER=1699
FILE ID=node120/3313050-1304185721
RUNJOBID= node120-1304184511-11335
PBS_JOBID= 13172454
Free space on /tmp= 73164 MiB

SOLVER NAME= STRUCTure 0.1
BENCH NAME= SAT03/handmade/anton/UNSAT/SGI_30_70_18_80_10-dir.shuffled-as.sat03-140.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3313050-1304185721/watcher-3313050-1304185721 -o /tmp/evaluation-result-3313050-1304185721/solver-3313050-1304185721 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3313050-1304185721.cnf

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

MD5SUM BENCH= 1037a2754a0a53f62ba8ec901741c9e9
RANDOM SEED=1728085300

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

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
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.809
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.809
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.82
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.809
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:     32950928 kB
MemFree:      30913600 kB
Buffers:        547632 kB
Cached:        1060740 kB
SwapCached:          8 kB
Active:         668896 kB
Inactive:      1008068 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30913600 kB
SwapTotal:    67111528 kB
SwapFree:     67111404 kB
Dirty:            4364 kB
Writeback:          48 kB
AnonPages:       68268 kB
Mapped:          20208 kB
Slab:           297116 kB
PageTables:       4684 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   760436 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73168 MiB
End job on node120 at 2011-04-30 20:08:51