Trace number 3311158

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.44 1203.38

General information on the benchmark

Namerandom/large/
unif-k5-r20-v2000-c40000-S319509287-085-UNKNOWN.cnf
MD5SUMbb548a1e884feefbb349d3449e849f5e
Bench CategoryRANDOM (random 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 variables2000
Number of clauses40000
Sum of the clauses size200000
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 540000
Number of clauses of size over 50

Solver Data

0.11/0.11	23:41 INFO : Reading from input HOME/instance-3311158-1304112220.cnf
0.71/0.52	Executor set job limit to 1000000
0.71/0.52	Executor set job limit to 1000000
0.71/0.52	Executor set job limit to 1000000
0.71/0.52	Executor set job limit to 1000000
0.71/0.52	Starting Executor!
0.71/0.52	Starting Executor!
0.71/0.52	Starting Executor!
0.71/0.52	Starting Executor!
2.44/1.21	23:42 INFO : 2000 variables remaining out of 2000
2.44/1.21	23:42 INFO : 240000 literals remaining out of 240000

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-3311158-1304112220/watcher-3311158-1304112220 -o /tmp/evaluation-result-3311158-1304112220/solver-3311158-1304112220 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3311158-1304112220.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.16 7.98 7.93 2/190 12017
/proc/meminfo: memFree=30129596/32951124 swapFree=67102692/67111528
[pid=12017] ppid=12015 vsize=27172 CPUtime=0 cores=1,3,5,7
/proc/12017/stat : 12017 (java) S 12015 12017 11448 0 -1 4202496 1421 0 0 0 0 0 0 0 22 0 2 0 522820241 27824128 891 33554432000 1073741824 1073778376 140735367555968 18446744073709551615 246528636901 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/12017/statm: 6793 894 684 9 0 381 0
[pid=12017/tid=12019] ppid=12015 vsize=27172 CPUtime=0 cores=1,3,5,7
/proc/12017/task/12019/stat : 12019 (java) R 12015 12017 11448 0 -1 4202560 66 0 0 0 0 0 0 0 24 0 2 0 522820241 27824128 894 33554432000 1073741824 1073778376 140735367555968 18446744073709551615 246511910535 0 2147483391 4096 0 0 0 0 -1 5 0 0 0

[startup+0.109387 s]
/proc/loadavg: 7.16 7.98 7.93 2/190 12017
/proc/meminfo: memFree=30129596/32951124 swapFree=67102692/67111528
[pid=12017] ppid=12015 vsize=15675500 CPUtime=0.11 cores=1,3,5,7
/proc/12017/stat : 12017 (java) S 12015 12017 11448 0 -1 4202496 5746 0 1 0 10 1 0 0 22 0 18 0 522820241 16051712000 5150 33554432000 1073741824 1073778376 140735367555968 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/12017/statm: 3918875 5150 2119 9 0 3909594 0
[pid=12017/tid=12019] ppid=12015 vsize=15675500 CPUtime=0.09 cores=1,3,5,7
/proc/12017/task/12019/stat : 12019 (java) R 12015 12017 11448 0 -1 4202560 3576 0 1 0 8 1 0 0 18 0 18 0 522820241 16051712000 5150 33554432000 1073741824 1073778376 140735367555968 18446744073709551615 46912505170474 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 15675500

[startup+0.208344 s]
/proc/loadavg: 7.16 7.98 7.93 2/190 12017
/proc/meminfo: memFree=30129596/32951124 swapFree=67102692/67111528
[pid=12017] ppid=12015 vsize=15675500 CPUtime=0.3 cores=1,3,5,7
/proc/12017/stat : 12017 (java) S 12015 12017 11448 0 -1 4202496 7256 0 1 0 28 2 0 0 22 0 18 0 522820241 16051712000 6648 33554432000 1073741824 1073778376 140735367555968 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/12017/statm: 3918875 6649 2187 9 0 3909594 0
[pid=12017/tid=12019] ppid=12015 vsize=15675500 CPUtime=0.19 cores=1,3,5,7
/proc/12017/task/12019/stat : 12019 (java) R 12015 12017 11448 0 -1 4202560 4643 0 1 0 18 1 0 0 18 0 18 0 522820241 16051712000 6649 33554432000 1073741824 1073778376 140735367555968 18446744073709551615 46912505511518 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 15675500

[startup+0.30033 s]
/proc/loadavg: 7.16 7.98 7.93 2/190 12017
/proc/meminfo: memFree=30129596/32951124 swapFree=67102692/67111528
[pid=12017] ppid=12015 vsize=15680368 CPUtime=0.51 cores=1,3,5,7
/proc/12017/stat : 12017 (java) S 12015 12017 11448 0 -1 4202496 15744 0 1 0 49 2 0 0 22 0 18 0 522820241 16056696832 13991 33554432000 1073741824 1073778376 140735367555968 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/12017/statm: 3920092 13998 2206 9 0 3910811 0
[pid=12017/tid=12019] ppid=12015 vsize=15680368 CPUtime=0.28 cores=1,3,5,7
/proc/12017/task/12019/stat : 12019 (java) R 12015 12017 11448 0 -1 4202560 10655 0 1 0 26 2 0 0 18 0 18 0 522820241 16056696832 14002 33554432000 1073741824 1073778376 140735367555968 18446744073709551615 46912505586127 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 15680368

[startup+0.700253 s]
/proc/loadavg: 7.16 7.98 7.93 2/190 12017
/proc/meminfo: memFree=30129596/32951124 swapFree=67102692/67111528
[pid=12017] ppid=12015 vsize=15684480 CPUtime=1.07 cores=1,3,5,7
/proc/12017/stat : 12017 (java) S 12015 12017 11448 0 -1 4202496 45706 0 1 0 101 6 0 0 22 0 22 0 522820241 16060907520 42167 33554432000 1073741824 1073778376 140735367555968 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/12017/statm: 3921120 42167 2251 9 0 3911839 0
[pid=12017/tid=12019] ppid=12015 vsize=15684480 CPUtime=0.67 cores=1,3,5,7
/proc/12017/task/12019/stat : 12019 (java) R 12015 12017 11448 0 -1 4202560 35611 0 1 0 63 4 0 0 20 0 22 0 522820241 16060907520 42167 33554432000 1073741824 1073778376 140735367555968 18446744073709551615 47380001662855 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.07
Current children cumulated vsize (KiB) 15684480

[startup+1.50511 s]
/proc/loadavg: 7.16 7.98 7.93 11/224 12051
/proc/meminfo: memFree=29767308/32951124 swapFree=67102692/67111528
[pid=12017] ppid=12015 vsize=15690368 CPUtime=3.29 cores=1,3,5,7
/proc/12017/stat : 12017 (java) S 12015 12017 11448 0 -1 4202496 56391 0 1 0 322 7 0 0 22 0 22 0 522820241 16066936832 47833 33554432000 1073741824 1073778376 140735367555968 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/12017/statm: 3922592 47833 2273 9 0 3913311 0
[pid=12017/tid=12019] ppid=12015 vsize=15690368 CPUtime=1.18 cores=1,3,5,7
/proc/12017/task/12019/stat : 12019 (java) S 12015 12017 11448 0 -1 4202560 35670 0 1 0 114 4 0 0 20 0 22 0 522820241 16066936832 47833 33554432000 1073741824 1073778376 140735367555968 18446744073709551615 246528650137 0 4 0 16800975 18446604454224049216 0 0 -1 1 0 0 0
[pid=12017/tid=12023] ppid=12015 vsize=15690368 CPUtime=0 cores=1,3,5,7
/proc/12017/task/12023/stat : 12023 (java) S 12015 12017 11448 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 22 0 522820242 16066936832 47833 33554432000 1073741824 1073778376 140735367555968 18446744073709551615 246528650137 0 4 0 16800975 18446604454224049216 0 0 -1 3 0 0 0
[pid=12017/tid=12024] ppid=12015 vsize=15690368 CPUtime=0 cores=1,3,5,7
/proc/12017/task/12024/stat : 12024 (java) S 12015 12017 11448 0 -1 4202560 339 0 0 0 0 0 0 0 18 0 22 0 522820242 16066936832 47833 33554432000 1073741824 1073778376 140735367555968 18446744073709551615 246528650137 0 4 0 16800975 18446604454224049216 0 0 -1 7 0 0 0
[pid=12017/tid=12025] ppid=12015 vsize=15690368 CPUtime=0 cores=1,3,5,7
/proc/12017/task/12025/stat : 12025 (java) S 12015 12017 11448 0 -1 4202560 47 0 0 0 0 0 0 0 18 0 22 0 522820242 16066936832 47833 33554432000 1073741824 1073778376 140735367555968 18446744073709551615 246528650137 0 4 0 16800975 18446604454224049216 0 0 -1 3 0 0 0
[pid=12017/tid=12026] ppid=12015 vsize=15690368 CPUtime=0 cores=1,3,5,7
/proc/12017/task/12026/stat : 12026 (java) S 12015 12017 11448 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 522820242 16066936832 47833 33554432000 1073741824 1073778376 140735367555968 18446744073709551615 246528650137 0 4 0 16800975 18446604454224049216 0 0 -1 1 0 0 0
[pid=12017/tid=12027] ppid=12015 vsize=15690368 CPUtime=0 cores=1,3,5,7
/proc/12017/task/12027/stat : 12027 (java) S 12015 12017 11448 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 522820242 16066936832 47833 33554432000 1073741824 1073778376 140735367555968 18446744073709551615 246528650137 0 4 0 16800975 18446604454224049216 0 0 -1 5 0 0 0
[pid=12017/tid=12028] ppid=12015 vsize=15690368 CPUtime=0 cores=1,3,5,7
/proc/12017/task/12028/stat : 12028 (java) S 12015 12017 11448 0 -1 4202560 13 0 0 0 0 0 0 0 21 0 22 0 522820242 16066936832 47833 33554432000 1073741824 1073778376 140735367555968 18446744073709551615 246528650137 0 4 0 16800975 18446604454224049216 0 0 -1 5 0 0 0
[pid=12017/tid=12029] ppid=12015 vsize=15690368 CPUtime=0 cores=1,3,5,7
/proc/12017/task/12029/stat : 12029 (java) S 12015 12017 11448 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 522820242 16066936832 47833 33554432000 1073741824 1073778376 140735367555968 18446744073709551615 246528650137 0 4 0 16800975 18446604454224049216 0 0 -1 5 0 0 0
[pid=12017/tid=12030] ppid=12015 vsize=15690368 CPUtime=0 cores=1,3,5,7
/proc/12017/task/12030/stat : 12030 (java) S 12015 12017 11448 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 522820242 16066936832 47833 33554432000 1073741824 1073778376 140735367555968 18446744073709551615 246528650137 0 4 0 16800975 18446604454224049216 0 0 -1 3 0 0 0
[pid=12017/tid=12031] ppid=12015 vsize=15690368 CPUtime=0 cores=1,3,5,7
/proc/12017/task/12031/stat : 12031 (java) S 12015 12017 11448 0 -1 4202560 10 0 0 0 0 0 0 0 16 0 22 0 522820243 16066936832 47833 33554432000 1073741824 1073778376 140735367555968 18446744073709551615 246528650752 0 0 0 16800975 18446604454224049216 0 0 -1 1 0 0 0
[pid=12017/tid=12032] ppid=12015 vsize=15690368 CPUtime=0 cores=1,3,5,7
/proc/12017/task/12032/stat : 12032 (java) S 12015 12017 11448 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 22 0 522820243 16066936832 47833 33554432000 1073741824 1073778376 140735367555968 18446744073709551615 246528650137 0 4 0 16800975 18446604454224049216 0 0 -1 5 0 0 0
[pid=12017/tid=12033] ppid=12015 vsize=15690368 CPUtime=0 cores=1,3,5,7
/proc/12017/task/12033/stat : 12033 (java) S 12015 12017 11448 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 22 0 522820243 16066936832 47833 33554432000 1073741824 1073778376 140735367555968 18446744073709551615 246528650137 0 4 0 16800975 18446604454224049216 0 0 -1 7 0 0 0
[pid=12017/tid=12039] ppid=12015 vsize=15690368 CPUtime=0 cores=1,3,5,7
/proc/12017/task/12039/stat : 12039 (java) S 12015 12017 11448 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 522820245 16066936832 47833 33554432000 1073741824 1073778376 140735367555968 18446744073709551615 246528657841 0 4 0 16800975 18446604454224049216 0 0 -1 5 0 0 0
[pid=12017/tid=12040] ppid=12015 vsize=15690368 CPUtime=0.96 cores=1,3,5,7
/proc/12017/task/12040/stat : 12040 (java) S 12015 12017 11448 0 -1 4202560 13637 0 0 0 94 2 0 0 16 0 22 0 522820245 16066936832 47833 33554432000 1073741824 1073778376 140735367555968 18446744073709551615 246528650137 0 4 0 16800975 18446604454224049216 0 0 -1 5 0 0 0
[pid=12017/tid=12041] ppid=12015 vsize=15690368 CPUtime=0.7 cores=1,3,5,7
/proc/12017/task/12041/stat : 12041 (java) S 12015 12017 11448 0 -1 4202560 5226 0 0 0 70 0 0 0 15 0 22 0 522820245 16066936832 47833 33554432000 1073741824 1073778376 140735367555968 18446744073709551615 246528650137 0 4 0 16800975 18446604454224049216 0 0 -1 3 0 0 0
[pid=12017/tid=12042] ppid=12015 vsize=15690368 CPUtime=0 cores=1,3,5,7
/proc/12017/task/12042/stat : 12042 (java) S 12015 12017 11448 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 522820245 16066936832 47833 33554432000 1073741824 1073778376 140735367555968 18446744073709551615 246528650137 0 4 0 16800975 18446604454224049216 0 0 -1 7 0 0 0
[pid=12017/tid=12043] ppid=12015 vsize=15690368 CPUtime=0 cores=1,3,5,7
/proc/12017/task/12043/stat : 12043 (java) S 12015 12017 11448 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 522820245 16066936832 47833 33554432000 1073741824 1073778376 140735367555968 18446744073709551615 246528650752 0 4 0 16800975 18446604454224049216 0 0 -1 5 0 0 0
[pid=12017/tid=12048] ppid=12015 vsize=15690368 CPUtime=0.09 cores=1,3,5,7
/proc/12017/task/12048/stat : 12048 (java) S 12015 12017 11448 0 -1 4202560 17 0 0 0 9 0 0 0 15 0 22 0 522820293 16066936832 47833 33554432000 1073741824 1073778376 140735367555968 18446744073709551615 246528650752 0 4 0 16800975 18446604454224049216 0 0 -1 5 0 0 0
[pid=12017/tid=12049] ppid=12015 vsize=15690368 CPUtime=0 cores=1,3,5,7
/proc/12017/task/12049/stat : 12049 (java) S 12015 12017 11448 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 22 0 522820293 16066936832 47833 33554432000 1073741824 1073778376 140735367555968 18446744073709551615 246528650752 0 4 0 16800975 18446604454224049216 0 0 -1 5 0 0 0
[pid=12017/tid=12050] ppid=12015 vsize=15690368 CPUtime=0.25 cores=1,3,5,7
/proc/12017/task/12050/stat : 12050 (java) R 12015 12017 11448 0 -1 4202560 20 0 0 0 25 0 0 0 16 0 22 0 522820293 16066936832 47833 33554432000 1073741824 1073778376 140735367555968 18446744073709551615 46912506148559 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12017/tid=12051] ppid=12015 vsize=15690368 CPUtime=0.07 cores=1,3,5,7
/proc/12017/task/12051/stat : 12051 (java) R 12015 12017 11448 0 -1 4202560 7 0 0 0 7 0 0 0 15 0 22 0 522820293 16066936832 47833 33554432000 1073741824 1073778376 140735367555968 18446744073709551615 46912506148628 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3.29
Current children cumulated vsize (KiB) 15690368

[startup+3.10078 s]
/proc/loadavg: 7.06 7.95 7.92 10/224 12051
/proc/meminfo: memFree=29629784/32951124 swapFree=67102692/67111528
[pid=12017] ppid=12015 vsize=15690368 CPUtime=9.49 cores=1,3,5,7
/proc/12017/stat : 12017 (java) S 12015 12017 11448 0 -1 4202496 113171 0 1 0 933 16 0 0 22 0 22 0 522820241 16066936832 104389 33554432000 1073741824 1073778376 140735367555968 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/12017/statm: 3922592 104391 2273 9 0 3913311 0
[pid=12017/tid=12019] ppid=12015 vsize=15690368 CPUtime=1.18 cores=1,3,5,7
/proc/12017/task/12019/stat : 12019 (java) S 12015 12017 11448 0 -1 4202560 35670 0 1 0 114 4 0 0 20 0 22 0 522820241 16066936832 104392 33554432000 1073741824 1073778376 140735367555968 18446744073709551615 246528650137 0 4 0 16800975 18446604454224049216 0 0 -1 1 0 0 0
[pid=12017/tid=12023] ppid=12015 vsize=15690368 CPUtime=0 cores=1,3,5,7
/proc/12017/task/12023/stat : 12023 (java) S 12015 12017 11448 0 -1 4202560 2486 0 0 0 0 0 0 0 15 0 22 0 522820242 16066936832 104394 33554432000 1073741824 1073778376 140735367555968 18446744073709551615 246528650137 0 4 0 16800975 18446604454224049216 0 0 -1 1 0 0 0
[pid=12017/tid=12024] ppid=12015 vsize=15690368 CPUtime=0.01 cores=1,3,5,7
/proc/12017/task/12024/stat : 12024 (java) S 12015 12017 11448 0 -1 4202560 4355 0 0 0 0 1 0 0 15 0 22 0 522820242 16066936832 104395 33554432000 1073741824 1073778376 140735367555968 18446744073709551615 246528650137 0 4 0 16800975 18446604454224049216 0 0 -1 3 0 0 0
[pid=12017/tid=12025] ppid=12015 vsize=15690368 CPUtime=0.01 cores=1,3,5,7
/proc/12017/task/12025/stat : 12025 (java) S 12015 12017 11448 0 -1 4202560 4527 0 0 0 1 0 0 0 16 0 22 0 522820242 16066936832 104396 33554432000 1073741824 1073778376 140735367555968 18446744073709551615 246528650137 0 4 0 16800975 18446604454224049216 0 0 -1 5 0 0 0
[pid=12017/tid=12026] ppid=12015 vsize=15690368 CPUtime=0.01 cores=1,3,5,7
/proc/12017/task/12026/stat : 12026 (java) S 12015 12017 11448 0 -1 4202560 4987 0 0 0 1 0 0 0 16 0 22 0 522820242 16066936832 104397 33554432000 1073741824 1073778376 140735367555968 18446744073709551615 246528650137 0 4 0 16800975 18446604454224049216 0 0 -1 3 0 0 0
[pid=12017/tid=12027] ppid=12015 vsize=15690368 CPUtime=0.01 cores=1,3,5,7
/proc/12017/task/12027/stat : 12027 (java) S 12015 12017 11448 0 -1 4202560 6147 0 0 0 1 0 0 0 16 0 22 0 522820242 16066936832 104398 33554432000 1073741824 1073778376 140735367555968 18446744073709551615 246528650137 0 4 0 16800975 18446604454224049216 0 0 -1 7 0 0 0
[pid=12017/tid=12028] ppid=12015 vsize=15690368 CPUtime=0.02 cores=1,3,5,7
/proc/12017/task/12028/stat : 12028 (java) S 12015 12017 11448 0 -1 4202560 6330 0 0 0 1 1 0 0 16 0 22 0 522820242 16066936832 104399 33554432000 1073741824 1073778376 140735367555968 18446744073709551615 246528650137 0 4 0 16800975 18446604454224049216 0 0 -1 5 0 0 0
[pid=12017/tid=12029] ppid=12015 vsize=15690368 CPUtime=0 cores=1,3,5,7
/proc/12017/task/12029/stat : 12029 (java) S 12015 12017 11448 0 -1 4202560 3928 0 0 0 0 0 0 0 15 0 22 0 522820242 16066936832 104400 33554432000 1073741824 1073778376 140735367555968 18446744073709551615 246528650137 0 4 0 16800975 18446604454224049216 0 0 -1 3 0 0 0
[pid=12017/tid=12030] ppid=12015 vsize=15690368 CPUtime=0 cores=1,3,5,7
/proc/12017/task/12030/stat : 12030 (java) S 12015 12017 11448 0 -1 4202560 1725 0 0 0 0 0 0 0 15 0 22 0 522820242 16066936832 104401 33554432000 1073741824 1073778376 140735367555968 18446744073709551615 246528650137 0 4 0 16800975 18446604454224049216 0 0 -1 5 0 0 0
[pid=12017/tid=12031] ppid=12015 vsize=15690368 CPUtime=0 cores=1,3,5,7
/proc/12017/task/12031/stat : 12031 (java) S 12015 12017 11448 0 -1 4202560 245 0 0 0 0 0 0 0 15 0 22 0 522820243 16066936832 104402 33554432000 1073741824 1073778376 140735367555968 18446744073709551615 246528650752 0 0 0 16800975 18446604454224049216 0 0 -1 1 0 0 0
[pid=12017/tid=12032] ppid=12015 vsize=15690368 CPUtime=0 cores=1,3,5,7
/proc/12017/task/12032/stat : 12032 (java) S 12015 12017 11448 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 522820243 16066936832 104404 33554432000 1073741824 1073778376 140735367555968 18446744073709551615 246528650137 0 4 0 16800975 18446604454224049216 0 0 -1 3 0 0 0
[pid=12017/tid=12033] ppid=12015 vsize=15690368 CPUtime=0 cores=1,3,5,7
/proc/12017/task/12033/stat : 12033 (java) S 12015 12017 11448 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 522820243 16066936832 104405 33554432000 1073741824 1073778376 140735367555968 18446744073709551615 246528650137 0 4 0 16800975 18446604454224049216 0 0 -1 3 0 0 0
[pid=12017/tid=12039] ppid=12015 vsize=15690368 CPUtime=0 cores=1,3,5,7
/proc/12017/task/12039/stat : 12039 (java) S 12015 12017 11448 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 522820245 16066936832 104407 33554432000 1073741824 1073778376 140735367555968 18446744073709551615 246528657841 0 4 0 16800975 18446604454224049216 0 0 -1 5 0 0 0
[pid=12017/tid=12040] ppid=12015 vsize=15690368 CPUtime=0.97 cores=1,3,5,7
/proc/12017/task/12040/stat : 12040 (java) S 12015 12017 11448 0 -1 4202560 13638 0 0 0 95 2 0 0 15 0 22 0 522820245 16066936832 104408 33554432000 1073741824 1073778376 140735367555968 18446744073709551615 246528650137 0 4 0 16800975 18446604454224049216 0 0 -1 7 0 0 0
[pid=12017/tid=12041] ppid=12015 vsize=15690368 CPUtime=0.76 cores=1,3,5,7
/proc/12017/task/12041/stat : 12041 (java) S 12015 12017 11448 0 -1 4202560 5235 0 0 0 76 0 0 0 15 0 22 0 522820245 16066936832 104409 33554432000 1073741824 1073778376 140735367555968 18446744073709551615 246528650137 0 4 0 16800975 18446604454224049216 0 0 -1 3 0 0 0
[pid=12017/tid=12042] ppid=12015 vsize=15690368 CPUtime=0 cores=1,3,5,7
/proc/12017/task/12042/stat : 12042 (java) S 12015 12017 11448 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 522820245 16066936832 104410 33554432000 1073741824 1073778376 140735367555968 18446744073709551615 246528650137 0 4 0 16800975 18446604454224049216 0 0 -1 7 0 0 0
[pid=12017/tid=12043] ppid=12015 vsize=15690368 CPUtime=0 cores=1,3,5,7
/proc/12017/task/12043/stat : 12043 (java) S 12015 12017 11448 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 522820245 16066936832 104411 33554432000 1073741824 1073778376 140735367555968 18446744073709551615 246528650752 0 4 0 16800975 18446604454224049216 0 0 -1 3 0 0 0
[pid=12017/tid=12048] ppid=12015 vsize=15690368 CPUtime=1.51 cores=1,3,5,7
/proc/12017/task/12048/stat : 12048 (java) R 12015 12017 11448 0 -1 4202560 5592 0 0 0 151 0 0 0 17 0 22 0 522820293 16066936832 104413 33554432000 1073741824 1073778376 140735367555968 18446744073709551615 46912505882168 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=12017/tid=12049] ppid=12015 vsize=15690368 CPUtime=1.47 cores=1,3,5,7
/proc/12017/task/12049/stat : 12049 (java) R 12015 12017 11448 0 -1 4202560 5706 0 0 0 147 0 0 0 17 0 22 0 522820293 16066936832 104414 33554432000 1073741824 1073778376 140735367555968 18446744073709551615 46912505891170 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=12017/tid=12050] ppid=12015 vsize=15690368 CPUtime=1.76 cores=1,3,5,7
/proc/12017/task/12050/stat : 12050 (java) R 12015 12017 11448 0 -1 4202560 5526 0 0 0 176 0 0 0 17 0 22 0 522820293 16066936832 104415 33554432000 1073741824 1073778376 140735367555968 18446744073709551615 46912505891363 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=12017/tid=12051] ppid=12015 vsize=15690368 CPUtime=1.62 cores=1,3,5,7
/proc/12017/task/12051/stat : 12051 (java) R 12015 12017 11448 0 -1 4202560 5712 0 0 0 162 0 0 0 17 0 22 0 522820293 16066936832 104416 33554432000 1073741824 1073778376 140735367555968 18446744073709551615 46912505772574 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 9.49
Current children cumulated vsize (KiB) 15690368

[startup+6.3012 s]
/proc/loadavg: 7.06 7.95 7.92 9/224 12051
/proc/meminfo: memFree=28346128/32951124 swapFree=67102692/67111528
[pid=12017] ppid=12015 vsize=15690368 CPUtime=22.26 cores=1,3,5,7
/proc/12017/stat : 12017 (java) S 12015 12017 11448 0 -1 4202496 245674 0 1 0 2189 37 0 0 22 0 22 0 522820241 16066936832 236661 33554432000 1073741824 1073778376 140735367555968 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/12017/statm: 3922592 236679 2273 9 0 3913311 0
[pid=12017/tid=12019] ppid=12015 vsize=15690368 CPUtime=1.18 cores=1,3,5,7
/proc/12017/task/12019/stat : 12019 (java) S 12015 12017 11448 0 -1 4202560 35670 0 1 0 114 4 0 0 20 0 22 0 522820241 16066936832 236688 33554432000 1073741824 1073778376 140735367555968 18446744073709551615 246528650137 0 4 0 16800975 18446604454224049216 0 0 -1 1 0 0 0
[pid=12017/tid=12023] ppid=12015 vsize=15690368 CPUtime=0.04 cores=1,3,5,7
/proc/12017/task/12023/stat : 12023 (java) S 12015 12017 11448 0 -1 4202560 13669 0 0 0 2 2 0 0 15 0 22 0 522820242 16066936832 236698 33554432000 1073741824 1073778376 140735367555968 18446744073709551615 246528650137 0 4 0 16800975 18446604454224049216 0 0 -1 1 0 0 0
[pid=12017/tid=12024] ppid=12015 vsize=15690368 CPUtime=0.06 cores=1,3,5,7
/proc/12017/task/12024/stat : 12024 (java) S 12015 12017 11448 0 -1 4202560 19070 0 0 0 3 3 0 0 16 0 22 0 522820242 16066936832 236708 33554432000 1073741824 1073778376 140735367555968 18446744073709551615 246528650137 0 4 0 16800975 18446604454224049216 0 0 -1 3 0 0 0
[pid=12017/tid=12025] ppid=12015 vsize=15690368 CPUtime=0.01 cores=1,3,5,7
/proc/12017/task/12025/stat : 12025 (java) S 12015 12017 11448 0 -1 4202560 5016 0 0 0 1 0 0 0 15 0 22 0 522820242 16066936832 236717 33554432000 1073741824 1073778376 140735367555968 18446744073709551615 246528650137 0 4 0 16800975 18446604454224049216 0 0 -1 7 0 0 0
[pid=12017/tid=12026] ppid=12015 vsize=15690368 CPUtime=0.01 cores=1,3,5,7
/proc/12017/task/12026/stat : 12026 (java) S 12015 12017 11448 0 -1 4202560 5057 0 0 0 1 0 0 0 15 0 22 0 522820242 16066936832 236727 33554432000 1073741824 1073778376 140735367555968 18446744073709551615 246528650137 0 4 0 16800975 18446604454224049216 0 0 -1 3 0 0 0
[pid=12017/tid=12027] ppid=12015 vsize=15690368 CPUtime=0.04 cores=1,3,5,7
/proc/12017/task/12027/stat : 12027 (java) S 12015 12017 11448 0 -1 4202560 13938 0 0 0 3 1 0 0 15 0 22 0 522820242 16066936832 236737 33554432000 1073741824 1073778376 140735367555968 18446744073709551615 246528650137 0 4 0 16800975 18446604454224049216 0 0 -1 7 0 0 0
[pid=12017/tid=12028] ppid=12015 vsize=15690368 CPUtime=0.05 cores=1,3,5,7
/proc/12017/task/12028/stat : 12028 (java) S 12015 12017 11448 0 -1 4202560 15884 0 0 0 3 2 0 0 16 0 22 0 522820242 16066936832 236746 33554432000 1073741824 1073778376 140735367555968 18446744073709551615 246528650137 0 4 0 16800975 18446604454224049216 0 0 -1 7 0 0 0
[pid=12017/tid=12029] ppid=12015 vsize=15690368 CPUtime=0.08 cores=1,3,5,7
/proc/12017/task/12029/stat : 12029 (java) S 12015 12017 11448 0 -1 4202560 24350 0 0 0 4 4 0 0 16 0 22 0 522820242 16066936832 236755 33554432000 1073741824 1073778376 140735367555968 18446744073709551615 246528650137 0 4 0 16800975 18446604454224049216 0 0 -1 1 0 0 0
[pid=12017/tid=12030] ppid=12015 vsize=15690368 CPUtime=0.04 cores=1,3,5,7
/proc/12017/task/12030/stat : 12030 (java) S 12015 12017 11448 0 -1 4202560 13351 0 0 0 2 2 0 0 16 0 22 0 522820242 16066936832 236765 33554432000 1073741824 1073778376 140735367555968 18446744073709551615 246528650137 0 4 0 16800975 18446604454224049216 0 0 -1 5 0 0 0

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

/proc/meminfo: memFree=24447180/32951124 swapFree=67102692/67111528
[pid=12017] ppid=12015 vsize=15755904 CPUtime=4477.13 cores=1,3,5,7
/proc/12017/stat : 12017 (java) S 12015 12017 11448 0 -1 4202496 2278826 0 1 0 447366 347 0 0 22 0 22 0 522820241 16134045696 1293711 33554432000 1073741824 1073778376 140735367555968 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/12017/statm: 3938976 1293711 2296 9 0 3929695 0
[pid=12017/tid=12019] ppid=12015 vsize=15755904 CPUtime=1.18 cores=1,3,5,7
/proc/12017/task/12019/stat : 12019 (java) S 12015 12017 11448 0 -1 4202560 35670 0 1 0 114 4 0 0 20 0 22 0 522820241 16134045696 1293711 33554432000 1073741824 1073778376 140735367555968 18446744073709551615 246528650137 0 4 0 16800975 18446604454224049216 0 0 -1 1 0 0 0
[pid=12017/tid=12023] ppid=12015 vsize=15755904 CPUtime=1.59 cores=1,3,5,7
/proc/12017/task/12023/stat : 12023 (java) S 12015 12017 11448 0 -1 4202560 174138 0 0 0 128 31 0 0 15 0 22 0 522820242 16134045696 1293711 33554432000 1073741824 1073778376 140735367555968 18446744073709551615 246528650137 0 4 0 16800975 18446604454224049216 0 0 -1 1 0 0 0
[pid=12017/tid=12024] ppid=12015 vsize=15755904 CPUtime=1.76 cores=1,3,5,7
/proc/12017/task/12024/stat : 12024 (java) S 12015 12017 11448 0 -1 4202560 184219 0 0 0 144 32 0 0 16 0 22 0 522820242 16134045696 1293711 33554432000 1073741824 1073778376 140735367555968 18446744073709551615 246528650137 0 4 0 16800975 18446604454224049216 0 0 -1 3 0 0 0
[pid=12017/tid=12025] ppid=12015 vsize=15755904 CPUtime=1.57 cores=1,3,5,7
/proc/12017/task/12025/stat : 12025 (java) S 12015 12017 11448 0 -1 4202560 156708 0 0 0 133 24 0 0 15 0 22 0 522820242 16134045696 1293711 33554432000 1073741824 1073778376 140735367555968 18446744073709551615 246528650137 0 4 0 16800975 18446604454224049216 0 0 -1 7 0 0 0
[pid=12017/tid=12026] ppid=12015 vsize=15755904 CPUtime=1.44 cores=1,3,5,7
/proc/12017/task/12026/stat : 12026 (java) S 12015 12017 11448 0 -1 4202560 132785 0 0 0 122 22 0 0 16 0 22 0 522820242 16134045696 1293711 33554432000 1073741824 1073778376 140735367555968 18446744073709551615 246528650137 0 4 0 16800975 18446604454224049216 0 0 -1 7 0 0 0
[pid=12017/tid=12027] ppid=12015 vsize=15755904 CPUtime=1.35 cores=1,3,5,7
/proc/12017/task/12027/stat : 12027 (java) S 12015 12017 11448 0 -1 4202560 105372 0 0 0 120 15 0 0 15 0 22 0 522820242 16134045696 1293711 33554432000 1073741824 1073778376 140735367555968 18446744073709551615 246528650137 0 4 0 16800975 18446604454224049216 0 0 -1 7 0 0 0
[pid=12017/tid=12028] ppid=12015 vsize=15755904 CPUtime=1.69 cores=1,3,5,7
/proc/12017/task/12028/stat : 12028 (java) S 12015 12017 11448 0 -1 4202560 193541 0 0 0 138 31 0 0 15 0 22 0 522820242 16134045696 1293711 33554432000 1073741824 1073778376 140735367555968 18446744073709551615 246528650137 0 4 0 16800975 18446604454224049216 0 0 -1 7 0 0 0
[pid=12017/tid=12029] ppid=12015 vsize=15755904 CPUtime=1.53 cores=1,3,5,7
/proc/12017/task/12029/stat : 12029 (java) S 12015 12017 11448 0 -1 4202560 163071 0 0 0 128 25 0 0 16 0 22 0 522820242 16134045696 1293711 33554432000 1073741824 1073778376 140735367555968 18446744073709551615 246528650137 0 4 0 16800975 18446604454224049216 0 0 -1 1 0 0 0
[pid=12017/tid=12030] ppid=12015 vsize=15755904 CPUtime=1.75 cores=1,3,5,7
/proc/12017/task/12030/stat : 12030 (java) S 12015 12017 11448 0 -1 4202560 234450 0 0 0 136 39 0 0 15 0 22 0 522820242 16134045696 1293711 33554432000 1073741824 1073778376 140735367555968 18446744073709551615 246528650137 0 4 0 16800975 18446604454224049216 0 0 -1 3 0 0 0
[pid=12017/tid=12031] ppid=12015 vsize=15755904 CPUtime=0.82 cores=1,3,5,7
/proc/12017/task/12031/stat : 12031 (java) S 12015 12017 11448 0 -1 4202560 29606 0 0 0 65 17 0 0 15 0 22 0 522820243 16134045696 1293711 33554432000 1073741824 1073778376 140735367555968 18446744073709551615 246528650752 0 0 0 16800975 18446604454224049216 0 0 -1 5 0 0 0
[pid=12017/tid=12032] ppid=12015 vsize=15755904 CPUtime=0 cores=1,3,5,7
/proc/12017/task/12032/stat : 12032 (java) S 12015 12017 11448 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 522820243 16134045696 1293711 33554432000 1073741824 1073778376 140735367555968 18446744073709551615 246528650137 0 4 0 16800975 18446604454224049216 0 0 -1 3 0 0 0
[pid=12017/tid=12033] ppid=12015 vsize=15755904 CPUtime=0 cores=1,3,5,7
/proc/12017/task/12033/stat : 12033 (java) S 12015 12017 11448 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 522820243 16134045696 1293711 33554432000 1073741824 1073778376 140735367555968 18446744073709551615 246528650137 0 4 0 16800975 18446604454224049216 0 0 -1 3 0 0 0
[pid=12017/tid=12039] ppid=12015 vsize=15755904 CPUtime=0 cores=1,3,5,7
/proc/12017/task/12039/stat : 12039 (java) S 12015 12017 11448 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 522820245 16134045696 1293711 33554432000 1073741824 1073778376 140735367555968 18446744073709551615 246528657841 0 4 0 16800975 18446604454224049216 0 0 -1 5 0 0 0
[pid=12017/tid=12040] ppid=12015 vsize=15755904 CPUtime=1.06 cores=1,3,5,7
/proc/12017/task/12040/stat : 12040 (java) S 12015 12017 11448 0 -1 4202560 13654 0 0 0 104 2 0 0 16 0 22 0 522820245 16134045696 1293711 33554432000 1073741824 1073778376 140735367555968 18446744073709551615 246528650137 0 4 0 16800975 18446604454224049216 0 0 -1 7 0 0 0
[pid=12017/tid=12041] ppid=12015 vsize=15755904 CPUtime=1.23 cores=1,3,5,7
/proc/12017/task/12041/stat : 12041 (java) S 12015 12017 11448 0 -1 4202560 5315 0 0 0 123 0 0 0 15 0 22 0 522820245 16134045696 1293711 33554432000 1073741824 1073778376 140735367555968 18446744073709551615 246528650137 0 4 0 16800975 18446604454224049216 0 0 -1 3 0 0 0
[pid=12017/tid=12042] ppid=12015 vsize=15755904 CPUtime=0 cores=1,3,5,7
/proc/12017/task/12042/stat : 12042 (java) S 12015 12017 11448 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 522820245 16134045696 1293711 33554432000 1073741824 1073778376 140735367555968 18446744073709551615 246528650137 0 4 0 16800975 18446604454224049216 0 0 -1 7 0 0 0
[pid=12017/tid=12043] ppid=12015 vsize=15755904 CPUtime=0 cores=1,3,5,7
/proc/12017/task/12043/stat : 12043 (java) S 12015 12017 11448 0 -1 4202560 67 0 0 0 0 0 0 0 15 0 22 0 522820245 16134045696 1293711 33554432000 1073741824 1073778376 140735367555968 18446744073709551615 246528650752 0 4 0 16800975 18446604454224049216 0 0 -1 3 0 0 0
[pid=12017/tid=12048] ppid=12015 vsize=15755904 CPUtime=1114.89 cores=1,3,5,7
/proc/12017/task/12048/stat : 12048 (java) R 12015 12017 11448 0 -1 4202560 216281 0 0 0 111465 24 0 0 25 0 22 0 522820293 16134045696 1293711 33554432000 1073741824 1073778376 140735367555968 18446744073709551615 46912505840749 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=12017/tid=12049] ppid=12015 vsize=15755904 CPUtime=1116.53 cores=1,3,5,7
/proc/12017/task/12049/stat : 12049 (java) R 12015 12017 11448 0 -1 4202560 207369 0 0 0 111628 25 0 0 25 0 22 0 522820293 16134045696 1293711 33554432000 1073741824 1073778376 140735367555968 18446744073709551615 46912505749501 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=12017/tid=12050] ppid=12015 vsize=15755904 CPUtime=1113.35 cores=1,3,5,7
/proc/12017/task/12050/stat : 12050 (java) R 12015 12017 11448 0 -1 4202560 211829 0 0 0 111314 21 0 0 25 0 22 0 522820293 16134045696 1293711 33554432000 1073741824 1073778376 140735367555968 18446744073709551615 46912505891461 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12017/tid=12051] ppid=12015 vsize=15755904 CPUtime=1115.19 cores=1,3,5,7
/proc/12017/task/12051/stat : 12051 (java) R 12015 12017 11448 0 -1 4202560 213365 0 0 0 111494 25 0 0 25 0 22 0 522820293 16134045696 1293711 33554432000 1073741824 1073778376 140735367555968 18446744073709551615 47380006016773 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4477.13
Current children cumulated vsize (KiB) 15755904

[startup+1182.3 s]
/proc/loadavg: 8.30 8.24 8.11 9/224 12083
/proc/meminfo: memFree=24684976/32951124 swapFree=67102692/67111528
[pid=12017] ppid=12015 vsize=15755904 CPUtime=4716.75 cores=1,3,5,7
/proc/12017/stat : 12017 (java) S 12015 12017 11448 0 -1 4202496 2278864 0 1 0 471327 348 0 0 22 0 22 0 522820241 16134045696 1230312 33554432000 1073741824 1073778376 140735367555968 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/12017/statm: 3938976 1230312 2296 9 0 3929695 0
[pid=12017/tid=12019] ppid=12015 vsize=15755904 CPUtime=1.18 cores=1,3,5,7
/proc/12017/task/12019/stat : 12019 (java) S 12015 12017 11448 0 -1 4202560 35670 0 1 0 114 4 0 0 20 0 22 0 522820241 16134045696 1230312 33554432000 1073741824 1073778376 140735367555968 18446744073709551615 246528650137 0 4 0 16800975 18446604454224049216 0 0 -1 1 0 0 0
[pid=12017/tid=12023] ppid=12015 vsize=15755904 CPUtime=1.69 cores=1,3,5,7
/proc/12017/task/12023/stat : 12023 (java) S 12015 12017 11448 0 -1 4202560 174139 0 0 0 138 31 0 0 15 0 22 0 522820242 16134045696 1230312 33554432000 1073741824 1073778376 140735367555968 18446744073709551615 246528650137 0 4 0 16800975 18446604454224049216 0 0 -1 5 0 0 0
[pid=12017/tid=12024] ppid=12015 vsize=15755904 CPUtime=1.82 cores=1,3,5,7
/proc/12017/task/12024/stat : 12024 (java) S 12015 12017 11448 0 -1 4202560 184221 0 0 0 150 32 0 0 16 0 22 0 522820242 16134045696 1230312 33554432000 1073741824 1073778376 140735367555968 18446744073709551615 246528650137 0 4 0 16800975 18446604454224049216 0 0 -1 3 0 0 0
[pid=12017/tid=12025] ppid=12015 vsize=15755904 CPUtime=1.61 cores=1,3,5,7
/proc/12017/task/12025/stat : 12025 (java) S 12015 12017 11448 0 -1 4202560 156708 0 0 0 137 24 0 0 16 0 22 0 522820242 16134045696 1230312 33554432000 1073741824 1073778376 140735367555968 18446744073709551615 246528650137 0 4 0 16800975 18446604454224049216 0 0 -1 5 0 0 0
[pid=12017/tid=12026] ppid=12015 vsize=15755904 CPUtime=1.48 cores=1,3,5,7
/proc/12017/task/12026/stat : 12026 (java) S 12015 12017 11448 0 -1 4202560 132786 0 0 0 126 22 0 0 16 0 22 0 522820242 16134045696 1230312 33554432000 1073741824 1073778376 140735367555968 18446744073709551615 246528650137 0 4 0 16800975 18446604454224049216 0 0 -1 7 0 0 0
[pid=12017/tid=12027] ppid=12015 vsize=15755904 CPUtime=1.42 cores=1,3,5,7
/proc/12017/task/12027/stat : 12027 (java) S 12015 12017 11448 0 -1 4202560 105376 0 0 0 127 15 0 0 16 0 22 0 522820242 16134045696 1230312 33554432000 1073741824 1073778376 140735367555968 18446744073709551615 246528650137 0 4 0 16800975 18446604454224049216 0 0 -1 1 0 0 0
[pid=12017/tid=12028] ppid=12015 vsize=15755904 CPUtime=1.74 cores=1,3,5,7
/proc/12017/task/12028/stat : 12028 (java) S 12015 12017 11448 0 -1 4202560 193542 0 0 0 143 31 0 0 15 0 22 0 522820242 16134045696 1230312 33554432000 1073741824 1073778376 140735367555968 18446744073709551615 246528650137 0 4 0 16800975 18446604454224049216 0 0 -1 1 0 0 0
[pid=12017/tid=12029] ppid=12015 vsize=15755904 CPUtime=1.57 cores=1,3,5,7
/proc/12017/task/12029/stat : 12029 (java) S 12015 12017 11448 0 -1 4202560 163077 0 0 0 132 25 0 0 15 0 22 0 522820242 16134045696 1230312 33554432000 1073741824 1073778376 140735367555968 18446744073709551615 246528650137 0 4 0 16800975 18446604454224049216 0 0 -1 7 0 0 0
[pid=12017/tid=12030] ppid=12015 vsize=15755904 CPUtime=1.8 cores=1,3,5,7
/proc/12017/task/12030/stat : 12030 (java) S 12015 12017 11448 0 -1 4202560 234457 0 0 0 141 39 0 0 15 0 22 0 522820242 16134045696 1230312 33554432000 1073741824 1073778376 140735367555968 18446744073709551615 246528650137 0 4 0 16800975 18446604454224049216 0 0 -1 3 0 0 0
[pid=12017/tid=12031] ppid=12015 vsize=15755904 CPUtime=0.83 cores=1,3,5,7
/proc/12017/task/12031/stat : 12031 (java) S 12015 12017 11448 0 -1 4202560 29610 0 0 0 65 18 0 0 15 0 22 0 522820243 16134045696 1230312 33554432000 1073741824 1073778376 140735367555968 18446744073709551615 246528650752 0 0 0 16800975 18446604454224049216 0 0 -1 3 0 0 0
[pid=12017/tid=12032] ppid=12015 vsize=15755904 CPUtime=0 cores=1,3,5,7
/proc/12017/task/12032/stat : 12032 (java) S 12015 12017 11448 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 522820243 16134045696 1230312 33554432000 1073741824 1073778376 140735367555968 18446744073709551615 246528650137 0 4 0 16800975 18446604454224049216 0 0 -1 3 0 0 0
[pid=12017/tid=12033] ppid=12015 vsize=15755904 CPUtime=0 cores=1,3,5,7
/proc/12017/task/12033/stat : 12033 (java) S 12015 12017 11448 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 522820243 16134045696 1230312 33554432000 1073741824 1073778376 140735367555968 18446744073709551615 246528650137 0 4 0 16800975 18446604454224049216 0 0 -1 3 0 0 0
[pid=12017/tid=12039] ppid=12015 vsize=15755904 CPUtime=0 cores=1,3,5,7
/proc/12017/task/12039/stat : 12039 (java) S 12015 12017 11448 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 522820245 16134045696 1230312 33554432000 1073741824 1073778376 140735367555968 18446744073709551615 246528657841 0 4 0 16800975 18446604454224049216 0 0 -1 5 0 0 0
[pid=12017/tid=12040] ppid=12015 vsize=15755904 CPUtime=1.06 cores=1,3,5,7
/proc/12017/task/12040/stat : 12040 (java) S 12015 12017 11448 0 -1 4202560 13654 0 0 0 104 2 0 0 16 0 22 0 522820245 16134045696 1230312 33554432000 1073741824 1073778376 140735367555968 18446744073709551615 246528650137 0 4 0 16800975 18446604454224049216 0 0 -1 7 0 0 0
[pid=12017/tid=12041] ppid=12015 vsize=15755904 CPUtime=1.23 cores=1,3,5,7
/proc/12017/task/12041/stat : 12041 (java) S 12015 12017 11448 0 -1 4202560 5315 0 0 0 123 0 0 0 15 0 22 0 522820245 16134045696 1230312 33554432000 1073741824 1073778376 140735367555968 18446744073709551615 246528650137 0 4 0 16800975 18446604454224049216 0 0 -1 3 0 0 0
[pid=12017/tid=12042] ppid=12015 vsize=15755904 CPUtime=0 cores=1,3,5,7
/proc/12017/task/12042/stat : 12042 (java) S 12015 12017 11448 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 522820245 16134045696 1230312 33554432000 1073741824 1073778376 140735367555968 18446744073709551615 246528650137 0 4 0 16800975 18446604454224049216 0 0 -1 7 0 0 0
[pid=12017/tid=12043] ppid=12015 vsize=15755904 CPUtime=0 cores=1,3,5,7
/proc/12017/task/12043/stat : 12043 (java) S 12015 12017 11448 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 22 0 522820245 16134045696 1230312 33554432000 1073741824 1073778376 140735367555968 18446744073709551615 246528650752 0 4 0 16800975 18446604454224049216 0 0 -1 3 0 0 0
[pid=12017/tid=12048] ppid=12015 vsize=15755904 CPUtime=1174.44 cores=1,3,5,7
/proc/12017/task/12048/stat : 12048 (java) R 12015 12017 11448 0 -1 4202560 216283 0 0 0 117420 24 0 0 25 0 22 0 522820293 16134045696 1230312 33554432000 1073741824 1073778376 140735367555968 18446744073709551615 46912506195613 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=12017/tid=12049] ppid=12015 vsize=15755904 CPUtime=1176.41 cores=1,3,5,7
/proc/12017/task/12049/stat : 12049 (java) R 12015 12017 11448 0 -1 4202560 207372 0 0 0 117616 25 0 0 25 0 22 0 522820293 16134045696 1230312 33554432000 1073741824 1073778376 140735367555968 18446744073709551615 46912506144561 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=12017/tid=12050] ppid=12015 vsize=15755904 CPUtime=1173.23 cores=1,3,5,7
/proc/12017/task/12050/stat : 12050 (java) R 12015 12017 11448 0 -1 4202560 211831 0 0 0 117302 21 0 0 25 0 22 0 522820293 16134045696 1230312 33554432000 1073741824 1073778376 140735367555968 18446744073709551615 46912505844651 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12017/tid=12051] ppid=12015 vsize=15755904 CPUtime=1175.06 cores=1,3,5,7
/proc/12017/task/12051/stat : 12051 (java) R 12015 12017 11448 0 -1 4202560 213368 0 0 0 117481 25 0 0 25 0 22 0 522820293 16134045696 1230312 33554432000 1073741824 1073778376 140735367555968 18446744073709551615 46912506144484 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4716.75
Current children cumulated vsize (KiB) 15755904



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.2 s]
/proc/loadavg: 8.29 8.24 8.11 9/224 12083
/proc/meminfo: memFree=24808088/32951124 swapFree=67102692/67111528
[pid=12017] ppid=12015 vsize=15755904 CPUtime=4800.23 cores=1,3,5,7
/proc/12017/stat : 12017 (java) S 12015 12017 11448 0 -1 4202496 2278873 0 1 0 479674 349 0 0 22 0 22 0 522820241 16134045696 1200897 33554432000 1073741824 1073778376 140735367555968 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/12017/statm: 3938976 1200897 2296 9 0 3929695 0
[pid=12017/tid=12019] ppid=12015 vsize=15755904 CPUtime=1.18 cores=1,3,5,7
/proc/12017/task/12019/stat : 12019 (java) S 12015 12017 11448 0 -1 4202560 35670 0 1 0 114 4 0 0 20 0 22 0 522820241 16134045696 1200897 33554432000 1073741824 1073778376 140735367555968 18446744073709551615 246528650137 0 4 0 16800975 18446604454224049216 0 0 -1 1 0 0 0
[pid=12017/tid=12023] ppid=12015 vsize=15755904 CPUtime=1.71 cores=1,3,5,7
/proc/12017/task/12023/stat : 12023 (java) S 12015 12017 11448 0 -1 4202560 174139 0 0 0 140 31 0 0 16 0 22 0 522820242 16134045696 1200897 33554432000 1073741824 1073778376 140735367555968 18446744073709551615 246528650137 0 4 0 16800975 18446604454224049216 0 0 -1 5 0 0 0
[pid=12017/tid=12024] ppid=12015 vsize=15755904 CPUtime=1.83 cores=1,3,5,7
/proc/12017/task/12024/stat : 12024 (java) S 12015 12017 11448 0 -1 4202560 184221 0 0 0 151 32 0 0 15 0 22 0 522820242 16134045696 1200897 33554432000 1073741824 1073778376 140735367555968 18446744073709551615 246528650137 0 4 0 16800975 18446604454224049216 0 0 -1 5 0 0 0
[pid=12017/tid=12025] ppid=12015 vsize=15755904 CPUtime=1.64 cores=1,3,5,7
/proc/12017/task/12025/stat : 12025 (java) S 12015 12017 11448 0 -1 4202560 156709 0 0 0 140 24 0 0 16 0 22 0 522820242 16134045696 1200897 33554432000 1073741824 1073778376 140735367555968 18446744073709551615 246528650137 0 4 0 16800975 18446604454224049216 0 0 -1 3 0 0 0
[pid=12017/tid=12026] ppid=12015 vsize=15755904 CPUtime=1.49 cores=1,3,5,7
/proc/12017/task/12026/stat : 12026 (java) S 12015 12017 11448 0 -1 4202560 132786 0 0 0 127 22 0 0 15 0 22 0 522820242 16134045696 1200897 33554432000 1073741824 1073778376 140735367555968 18446744073709551615 246528650137 0 4 0 16800975 18446604454224049216 0 0 -1 7 0 0 0
[pid=12017/tid=12027] ppid=12015 vsize=15755904 CPUtime=1.42 cores=1,3,5,7
/proc/12017/task/12027/stat : 12027 (java) S 12015 12017 11448 0 -1 4202560 105376 0 0 0 127 15 0 0 15 0 22 0 522820242 16134045696 1200897 33554432000 1073741824 1073778376 140735367555968 18446744073709551615 246528650137 0 4 0 16800975 18446604454224049216 0 0 -1 1 0 0 0
[pid=12017/tid=12028] ppid=12015 vsize=15755904 CPUtime=1.76 cores=1,3,5,7
/proc/12017/task/12028/stat : 12028 (java) S 12015 12017 11448 0 -1 4202560 193542 0 0 0 145 31 0 0 15 0 22 0 522820242 16134045696 1200897 33554432000 1073741824 1073778376 140735367555968 18446744073709551615 246528650137 0 4 0 16800975 18446604454224049216 0 0 -1 5 0 0 0
[pid=12017/tid=12029] ppid=12015 vsize=15755904 CPUtime=1.58 cores=1,3,5,7
/proc/12017/task/12029/stat : 12029 (java) S 12015 12017 11448 0 -1 4202560 163077 0 0 0 133 25 0 0 16 0 22 0 522820242 16134045696 1200897 33554432000 1073741824 1073778376 140735367555968 18446744073709551615 246528650137 0 4 0 16800975 18446604454224049216 0 0 -1 7 0 0 0
[pid=12017/tid=12030] ppid=12015 vsize=15755904 CPUtime=1.82 cores=1,3,5,7
/proc/12017/task/12030/stat : 12030 (java) S 12015 12017 11448 0 -1 4202560 234457 0 0 0 143 39 0 0 16 0 22 0 522820242 16134045696 1200897 33554432000 1073741824 1073778376 140735367555968 18446744073709551615 246528650137 0 4 0 16800975 18446604454224049216 0 0 -1 1 0 0 0
[pid=12017/tid=12031] ppid=12015 vsize=15755904 CPUtime=0.83 cores=1,3,5,7
/proc/12017/task/12031/stat : 12031 (java) S 12015 12017 11448 0 -1 4202560 29612 0 0 0 65 18 0 0 15 0 22 0 522820243 16134045696 1200897 33554432000 1073741824 1073778376 140735367555968 18446744073709551615 246528650752 0 0 0 16800975 18446604454224049216 0 0 -1 3 0 0 0
[pid=12017/tid=12032] ppid=12015 vsize=15755904 CPUtime=0 cores=1,3,5,7
/proc/12017/task/12032/stat : 12032 (java) S 12015 12017 11448 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 522820243 16134045696 1200897 33554432000 1073741824 1073778376 140735367555968 18446744073709551615 246528650137 0 4 0 16800975 18446604454224049216 0 0 -1 3 0 0 0
[pid=12017/tid=12033] ppid=12015 vsize=15755904 CPUtime=0 cores=1,3,5,7
/proc/12017/task/12033/stat : 12033 (java) S 12015 12017 11448 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 522820243 16134045696 1200897 33554432000 1073741824 1073778376 140735367555968 18446744073709551615 246528650137 0 4 0 16800975 18446604454224049216 0 0 -1 3 0 0 0
[pid=12017/tid=12039] ppid=12015 vsize=15755904 CPUtime=0 cores=1,3,5,7
/proc/12017/task/12039/stat : 12039 (java) S 12015 12017 11448 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 522820245 16134045696 1200897 33554432000 1073741824 1073778376 140735367555968 18446744073709551615 246528657841 0 4 0 16800975 18446604454224049216 0 0 -1 5 0 0 0
[pid=12017/tid=12040] ppid=12015 vsize=15755904 CPUtime=1.06 cores=1,3,5,7
/proc/12017/task/12040/stat : 12040 (java) S 12015 12017 11448 0 -1 4202560 13654 0 0 0 104 2 0 0 16 0 22 0 522820245 16134045696 1200897 33554432000 1073741824 1073778376 140735367555968 18446744073709551615 246528650137 0 4 0 16800975 18446604454224049216 0 0 -1 7 0 0 0
[pid=12017/tid=12041] ppid=12015 vsize=15755904 CPUtime=1.23 cores=1,3,5,7
/proc/12017/task/12041/stat : 12041 (java) S 12015 12017 11448 0 -1 4202560 5315 0 0 0 123 0 0 0 15 0 22 0 522820245 16134045696 1200897 33554432000 1073741824 1073778376 140735367555968 18446744073709551615 246528650137 0 4 0 16800975 18446604454224049216 0 0 -1 3 0 0 0
[pid=12017/tid=12042] ppid=12015 vsize=15755904 CPUtime=0 cores=1,3,5,7
/proc/12017/task/12042/stat : 12042 (java) S 12015 12017 11448 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 522820245 16134045696 1200897 33554432000 1073741824 1073778376 140735367555968 18446744073709551615 246528650137 0 4 0 16800975 18446604454224049216 0 0 -1 7 0 0 0
[pid=12017/tid=12043] ppid=12015 vsize=15755904 CPUtime=0 cores=1,3,5,7
/proc/12017/task/12043/stat : 12043 (java) S 12015 12017 11448 0 -1 4202560 71 0 0 0 0 0 0 0 15 0 22 0 522820245 16134045696 1200897 33554432000 1073741824 1073778376 140735367555968 18446744073709551615 246528650752 0 4 0 16800975 18446604454224049216 0 0 -1 3 0 0 0
[pid=12017/tid=12048] ppid=12015 vsize=15755904 CPUtime=1195.19 cores=1,3,5,7
/proc/12017/task/12048/stat : 12048 (java) R 12015 12017 11448 0 -1 4202560 216283 0 0 0 119495 24 0 0 25 0 22 0 522820293 16134045696 1200897 33554432000 1073741824 1073778376 140735367555968 18446744073709551615 46912505716201 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=12017/tid=12049] ppid=12015 vsize=15755904 CPUtime=1197.28 cores=1,3,5,7
/proc/12017/task/12049/stat : 12049 (java) R 12015 12017 11448 0 -1 4202560 207374 0 0 0 119703 25 0 0 25 0 22 0 522820293 16134045696 1200897 33554432000 1073741824 1073778376 140735367555968 18446744073709551615 18446744073699065918 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=12017/tid=12050] ppid=12015 vsize=15755904 CPUtime=1194.1 cores=1,3,5,7
/proc/12017/task/12050/stat : 12050 (java) R 12015 12017 11448 0 -1 4202560 211832 0 0 0 119389 21 0 0 25 0 22 0 522820293 16134045696 1200897 33554432000 1073741824 1073778376 140735367555968 18446744073709551615 46912505601775 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12017/tid=12051] ppid=12015 vsize=15755904 CPUtime=1195.93 cores=1,3,5,7
/proc/12017/task/12051/stat : 12051 (java) R 12015 12017 11448 0 -1 4202560 213369 0 0 0 119568 25 0 0 25 0 22 0 522820293 16134045696 1200897 33554432000 1073741824 1073778376 140735367555968 18446744073709551615 46912506191998 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.23
Current children cumulated vsize (KiB) 15755904

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

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

[startup+1203.31 s]
/proc/loadavg: 8.29 8.24 8.11 9/224 12083
/proc/meminfo: memFree=24808088/32951124 swapFree=67102692/67111528
[pid=12017] ppid=12015 vsize=0 CPUtime=4800.37 cores=1,3,5,7
/proc/12017/stat : 12017 (java) Z 12015 12017 11448 0 -1 4203548 2278899 0 1 0 479678 359 0 0 17 0 2 0 522820241 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/12017/statm: 0 0 0 0 0 0 0
[pid=12017/tid=12051] ppid=12015 vsize=0 CPUtime=1196.04 cores=1,3,5,7
/proc/12017/task/12051/stat : 12051 (java) R 12015 12017 11448 0 -1 4203588 213369 0 0 0 119569 35 0 0 25 0 2 0 522820293 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.37
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1203.38
CPU time (s): 4800.44
CPU user time (s): 4796.78
CPU system time (s): 3.66144
CPU usage (%): 398.912
Max. virtual memory (cumulated for all children) (KiB): 15755904

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4796.78
system time used= 3.66144
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2278899
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= 33214
involuntary context switches= 64175

runsolver used 1.91471 second user time and 4.68129 second system time

The end

Launcher Data

Begin job on node134 at 2011-04-29 23:23:40
IDJOB=3311158
IDBENCH=82543
IDSOLVER=1698
FILE ID=node134/3311158-1304112220
RUNJOBID= node134-1304112220-11989
PBS_JOBID= 13170663
Free space on /tmp= 71580 MiB

SOLVER NAME= STRUCTure 0.1 (hbr=2)
BENCH NAME= SAT11/random/large/unif-k5-r20-v2000-c40000-S319509287-085-UNKNOWN.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME -hbr 2
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3311158-1304112220/watcher-3311158-1304112220 -o /tmp/evaluation-result-3311158-1304112220/solver-3311158-1304112220 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3311158-1304112220.cnf -hbr 2

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

MD5SUM BENCH= bb548a1e884feefbb349d3449e849f5e
RANDOM SEED=1556241287

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30130240 kB
Buffers:        994288 kB
Cached:        1364712 kB
SwapCached:       4464 kB
Active:         122960 kB
Inactive:      2300084 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30130240 kB
SwapTotal:    67111528 kB
SwapFree:     67102692 kB
Dirty:            5200 kB
Writeback:           0 kB
AnonPages:       61004 kB
Mapped:          19956 kB
Slab:           334868 kB
PageTables:       4852 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   762536 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= 71580 MiB
End job on node134 at 2011-04-29 23:43:46