Trace number 3313191

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.15 1206.06

General information on the benchmark

NameCRAFTED/rbsat/random/
forced/rbsat-v2640c305320gyes2.cnf
MD5SUMa931e6258afb576eab04f38421c07518
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 variables2640
Number of clauses305320
Sum of the clauses size613120
Maximum clause length33
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2305240
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 580

Solver Data

0.11/0.12	12:34 INFO : Reading from input HOME/instance-3313191-1304082753.cnf
1.24/1.06	Executor set job limit to 1000000
1.24/1.06	Executor set job limit to 1000000
1.24/1.06	Executor set job limit to 1000000
1.24/1.06	Executor set job limit to 1000000
1.24/1.06	Starting Executor!
1.24/1.06	Starting Executor!
1.24/1.06	Starting Executor!
1.24/1.06	Starting Executor!
3.35/2.32	12:36 INFO : 2640 variables remaining out of 2640
3.35/2.32	12:36 INFO : 1774736 literals remaining out of 918440

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-3313191-1304082753/watcher-3313191-1304082753 -o /tmp/evaluation-result-3313191-1304082753/solver-3313191-1304082753 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3313191-1304082753.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: 3.82 5.90 7.16 2/194 29264
/proc/meminfo: memFree=30956832/32951124 swapFree=67111364/67111528
[pid=29264] ppid=29262 vsize=27172 CPUtime=0 cores=1,3,5,7
/proc/29264/stat : 29264 (java) S 29262 29264 28877 0 -1 4202496 1418 0 0 0 0 0 0 0 21 0 2 0 519873308 27824128 888 33554432000 1073741824 1073778376 140736927522400 18446744073709551615 228256151525 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/29264/statm: 6793 893 684 9 0 381 0
[pid=29264/tid=29265] ppid=29262 vsize=27172 CPUtime=0 cores=1,3,5,7
/proc/29264/task/29265/stat : 29265 (java) S 29262 29264 28877 0 -1 4202560 66 0 0 0 0 0 0 0 23 0 2 0 519873309 27824128 893 33554432000 1073741824 1073778376 140736927522400 18446744073709551615 228239425159 0 2147483391 4096 0 18446744071699199166 0 0 -1 5 0 0 0

[startup+0.061538 s]
/proc/loadavg: 3.82 5.90 7.16 2/194 29264
/proc/meminfo: memFree=30956832/32951124 swapFree=67111364/67111528
[pid=29264] ppid=29262 vsize=15609780 CPUtime=0.05 cores=1,3,5,7
/proc/29264/stat : 29264 (java) S 29262 29264 28877 0 -1 4202496 4303 0 1 0 5 0 0 0 21 0 18 0 519873308 15984414720 3742 33554432000 1073741824 1073778376 140736927522400 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/29264/statm: 3902445 3743 1778 9 0 3893164 0
[pid=29264/tid=29265] ppid=29262 vsize=15609780 CPUtime=0.04 cores=1,3,5,7
/proc/29264/task/29265/stat : 29265 (java) R 29262 29264 28877 0 -1 4202560 2887 0 1 0 4 0 0 0 25 0 18 0 519873309 15984414720 3743 33554432000 1073741824 1073778376 140736927522400 18446744073709551615 46985760749050 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 15609780

[startup+0.10052 s]
/proc/loadavg: 3.82 5.90 7.16 2/194 29264
/proc/meminfo: memFree=30956832/32951124 swapFree=67111364/67111528
[pid=29264] ppid=29262 vsize=15676400 CPUtime=0.11 cores=1,3,5,7
/proc/29264/stat : 29264 (java) S 29262 29264 28877 0 -1 4202496 5591 0 1 0 10 1 0 0 21 0 18 0 519873308 16052633600 4999 33554432000 1073741824 1073778376 140736927522400 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/29264/statm: 3919100 4999 2117 9 0 3909819 0
[pid=29264/tid=29265] ppid=29262 vsize=15676400 CPUtime=0.09 cores=1,3,5,7
/proc/29264/task/29265/stat : 29265 (java) R 29262 29264 28877 0 -1 4202560 3435 0 1 0 8 1 0 0 18 0 18 0 519873309 16052633600 4999 33554432000 1073741824 1073778376 140736927522400 18446744073709551615 46985760749080 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) 15676400

[startup+0.301484 s]
/proc/loadavg: 3.82 5.90 7.16 2/194 29264
/proc/meminfo: memFree=30956832/32951124 swapFree=67111364/67111528
[pid=29264] ppid=29262 vsize=15680972 CPUtime=0.52 cores=1,3,5,7
/proc/29264/stat : 29264 (java) S 29262 29264 28877 0 -1 4202496 14666 0 1 0 50 2 0 0 21 0 18 0 519873308 16057315328 12915 33554432000 1073741824 1073778376 140736927522400 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/29264/statm: 3920243 12921 2208 9 0 3910962 0
[pid=29264/tid=29265] ppid=29262 vsize=15680972 CPUtime=0.28 cores=1,3,5,7
/proc/29264/task/29265/stat : 29265 (java) R 29262 29264 28877 0 -1 4202560 9569 0 1 0 27 1 0 0 18 0 18 0 519873309 16057315328 12925 33554432000 1073741824 1073778376 140736927522400 18446744073709551615 46912505640945 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 15680972

[startup+0.700415 s]
/proc/loadavg: 3.82 5.90 7.16 2/194 29264
/proc/meminfo: memFree=30956832/32951124 swapFree=67111364/67111528
[pid=29264] ppid=29262 vsize=15680972 CPUtime=0.92 cores=1,3,5,7
/proc/29264/stat : 29264 (java) S 29262 29264 28877 0 -1 4202496 41733 0 1 0 87 5 0 0 21 0 18 0 519873308 16057315328 39979 33554432000 1073741824 1073778376 140736927522400 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/29264/statm: 3920243 39979 2224 9 0 3910962 0
[pid=29264/tid=29265] ppid=29262 vsize=15680972 CPUtime=0.68 cores=1,3,5,7
/proc/29264/task/29265/stat : 29265 (java) R 29262 29264 28877 0 -1 4202560 35506 0 1 0 64 4 0 0 18 0 18 0 519873309 16057315328 39979 33554432000 1073741824 1073778376 140736927522400 18446744073709551615 46912505527200 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.92
Current children cumulated vsize (KiB) 15680972

[startup+1.50129 s]
/proc/loadavg: 3.82 5.90 7.16 5/216 29286
/proc/meminfo: memFree=30641468/32951124 swapFree=67111364/67111528
[pid=29264] ppid=29262 vsize=15685084 CPUtime=2.07 cores=1,3,5,7
/proc/29264/stat : 29264 (java) S 29262 29264 28877 0 -1 4202496 49981 0 1 0 201 6 0 0 21 0 22 0 519873308 16061526016 45847 33554432000 1073741824 1073778376 140736927522400 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/29264/statm: 3921271 45847 2255 9 0 3911990 0
[pid=29264/tid=29265] ppid=29262 vsize=15685084 CPUtime=1.47 cores=1,3,5,7
/proc/29264/task/29265/stat : 29265 (java) R 29262 29264 28877 0 -1 4202560 35615 0 1 0 143 4 0 0 21 0 22 0 519873309 16061526016 45847 33554432000 1073741824 1073778376 140736927522400 18446744073709551615 46912505698783 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=29264/tid=29267] ppid=29262 vsize=15685084 CPUtime=0 cores=1,3,5,7
/proc/29264/task/29267/stat : 29267 (java) S 29262 29264 28877 0 -1 4202560 58 0 0 0 0 0 0 0 15 0 22 0 519873309 16061526016 45847 33554432000 1073741824 1073778376 140736927522400 18446744073709551615 228256164761 0 4 0 16800975 18446604466619192640 0 0 -1 3 0 0 0
[pid=29264/tid=29268] ppid=29262 vsize=15685084 CPUtime=0 cores=1,3,5,7
/proc/29264/task/29268/stat : 29268 (java) S 29262 29264 28877 0 -1 4202560 76 0 0 0 0 0 0 0 15 0 22 0 519873309 16061526016 45847 33554432000 1073741824 1073778376 140736927522400 18446744073709551615 228256164761 0 4 0 16800975 18446604466619192640 0 0 -1 5 0 0 0
[pid=29264/tid=29269] ppid=29262 vsize=15685084 CPUtime=0 cores=1,3,5,7
/proc/29264/task/29269/stat : 29269 (java) S 29262 29264 28877 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 519873309 16061526016 45847 33554432000 1073741824 1073778376 140736927522400 18446744073709551615 228256164761 0 4 0 16800975 18446604466619192640 0 0 -1 7 0 0 0
[pid=29264/tid=29270] ppid=29262 vsize=15685084 CPUtime=0 cores=1,3,5,7
/proc/29264/task/29270/stat : 29270 (java) S 29262 29264 28877 0 -1 4202560 659 0 0 0 0 0 0 0 15 0 22 0 519873309 16061526016 45847 33554432000 1073741824 1073778376 140736927522400 18446744073709551615 228256164761 0 4 0 16800975 18446604466619192640 0 0 -1 5 0 0 0
[pid=29264/tid=29271] ppid=29262 vsize=15685084 CPUtime=0 cores=1,3,5,7
/proc/29264/task/29271/stat : 29271 (java) S 29262 29264 28877 0 -1 4202560 1509 0 0 0 0 0 0 0 16 0 22 0 519873309 16061526016 45847 33554432000 1073741824 1073778376 140736927522400 18446744073709551615 228256164761 0 4 0 16800975 18446604466619192640 0 0 -1 3 0 0 0
[pid=29264/tid=29272] ppid=29262 vsize=15685084 CPUtime=0 cores=1,3,5,7
/proc/29264/task/29272/stat : 29272 (java) S 29262 29264 28877 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 22 0 519873309 16061526016 45847 33554432000 1073741824 1073778376 140736927522400 18446744073709551615 228256164761 0 4 0 16800975 18446604466619192640 0 0 -1 7 0 0 0
[pid=29264/tid=29273] ppid=29262 vsize=15685084 CPUtime=0 cores=1,3,5,7
/proc/29264/task/29273/stat : 29273 (java) S 29262 29264 28877 0 -1 4202560 13 0 0 0 0 0 0 0 16 0 22 0 519873309 16061526016 45847 33554432000 1073741824 1073778376 140736927522400 18446744073709551615 228256164761 0 4 0 16800975 18446604466619192640 0 0 -1 5 0 0 0
[pid=29264/tid=29274] ppid=29262 vsize=15685084 CPUtime=0 cores=1,3,5,7
/proc/29264/task/29274/stat : 29274 (java) S 29262 29264 28877 0 -1 4202560 399 0 0 0 0 0 0 0 16 0 22 0 519873309 16061526016 45847 33554432000 1073741824 1073778376 140736927522400 18446744073709551615 228256164761 0 4 0 16800975 18446604466619192640 0 0 -1 7 0 0 0
[pid=29264/tid=29275] ppid=29262 vsize=15685084 CPUtime=0 cores=1,3,5,7
/proc/29264/task/29275/stat : 29275 (java) S 29262 29264 28877 0 -1 4202560 71 0 0 0 0 0 0 0 15 0 22 0 519873310 16061526016 45847 33554432000 1073741824 1073778376 140736927522400 18446744073709551615 228256165376 0 0 0 16800975 18446604466619192640 0 0 -1 1 0 0 0
[pid=29264/tid=29276] ppid=29262 vsize=15685084 CPUtime=0 cores=1,3,5,7
/proc/29264/task/29276/stat : 29276 (java) S 29262 29264 28877 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 22 0 519873311 16061526016 45847 33554432000 1073741824 1073778376 140736927522400 18446744073709551615 228256164761 0 4 0 16800975 18446604466619192640 0 0 -1 3 0 0 0
[pid=29264/tid=29277] ppid=29262 vsize=15685084 CPUtime=0 cores=1,3,5,7
/proc/29264/task/29277/stat : 29277 (java) S 29262 29264 28877 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 22 0 519873311 16061526016 45847 33554432000 1073741824 1073778376 140736927522400 18446744073709551615 228256164761 0 4 0 16800975 18446604466619192640 0 0 -1 3 0 0 0
[pid=29264/tid=29278] ppid=29262 vsize=15685084 CPUtime=0 cores=1,3,5,7
/proc/29264/task/29278/stat : 29278 (java) S 29262 29264 28877 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 519873313 16061526016 45847 33554432000 1073741824 1073778376 140736927522400 18446744073709551615 228256172465 0 4 0 16800975 18446604466619192640 0 0 -1 5 0 0 0
[pid=29264/tid=29279] ppid=29262 vsize=15685084 CPUtime=0.17 cores=1,3,5,7
/proc/29264/task/29279/stat : 29279 (java) S 29262 29264 28877 0 -1 4202560 1265 0 0 0 17 0 0 0 16 0 22 0 519873313 16061526016 45847 33554432000 1073741824 1073778376 140736927522400 18446744073709551615 228256164761 0 4 0 16800975 18446604466619192640 0 0 -1 3 0 0 0
[pid=29264/tid=29280] ppid=29262 vsize=15685084 CPUtime=0.38 cores=1,3,5,7
/proc/29264/task/29280/stat : 29280 (java) S 29262 29264 28877 0 -1 4202560 8877 0 0 0 37 1 0 0 16 0 22 0 519873313 16061526016 45847 33554432000 1073741824 1073778376 140736927522400 18446744073709551615 228256164761 0 4 0 16800975 18446604466619192640 0 0 -1 1 0 0 0
[pid=29264/tid=29281] ppid=29262 vsize=15685084 CPUtime=0 cores=1,3,5,7
/proc/29264/task/29281/stat : 29281 (java) S 29262 29264 28877 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 519873313 16061526016 45847 33554432000 1073741824 1073778376 140736927522400 18446744073709551615 228256164761 0 4 0 16800975 18446604466619192640 0 0 -1 5 0 0 0
[pid=29264/tid=29282] ppid=29262 vsize=15685084 CPUtime=0 cores=1,3,5,7
/proc/29264/task/29282/stat : 29282 (java) S 29262 29264 28877 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 519873313 16061526016 45847 33554432000 1073741824 1073778376 140736927522400 18446744073709551615 228256165376 0 4 0 16800975 18446604466619192640 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2.07
Current children cumulated vsize (KiB) 15685084

[startup+3.10534 s]
/proc/loadavg: 3.82 5.90 7.16 8/220 29290
/proc/meminfo: memFree=30542484/32951124 swapFree=67111364/67111528
[pid=29264] ppid=29262 vsize=15685248 CPUtime=5.07 cores=1,3,5,7
/proc/29264/stat : 29264 (java) S 29262 29264 28877 0 -1 4202496 65232 0 1 0 498 9 0 0 21 0 22 0 519873308 16061693952 60049 33554432000 1073741824 1073778376 140736927522400 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/29264/statm: 3921312 60049 2274 9 0 3912031 0
[pid=29264/tid=29265] ppid=29262 vsize=15685248 CPUtime=2.29 cores=1,3,5,7
/proc/29264/task/29265/stat : 29265 (java) S 29262 29264 28877 0 -1 4202560 35673 0 1 0 225 4 0 0 25 0 22 0 519873309 16061693952 60049 33554432000 1073741824 1073778376 140736927522400 18446744073709551615 228256164761 0 4 0 16800975 18446604466619192640 0 0 -1 5 0 0 0
[pid=29264/tid=29267] ppid=29262 vsize=15685248 CPUtime=0 cores=1,3,5,7
/proc/29264/task/29267/stat : 29267 (java) S 29262 29264 28877 0 -1 4202560 2497 0 0 0 0 0 0 0 16 0 22 0 519873309 16061693952 60049 33554432000 1073741824 1073778376 140736927522400 18446744073709551615 228256164761 0 4 0 16800975 18446604466619192640 0 0 -1 1 0 0 0
[pid=29264/tid=29268] ppid=29262 vsize=15685248 CPUtime=0 cores=1,3,5,7
/proc/29264/task/29268/stat : 29268 (java) S 29262 29264 28877 0 -1 4202560 76 0 0 0 0 0 0 0 15 0 22 0 519873309 16061693952 60049 33554432000 1073741824 1073778376 140736927522400 18446744073709551615 228256164761 0 4 0 16800975 18446604466619192640 0 0 -1 3 0 0 0
[pid=29264/tid=29269] ppid=29262 vsize=15685248 CPUtime=0 cores=1,3,5,7
/proc/29264/task/29269/stat : 29269 (java) S 29262 29264 28877 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 519873309 16061693952 60049 33554432000 1073741824 1073778376 140736927522400 18446744073709551615 228256164761 0 4 0 16800975 18446604466619192640 0 0 -1 3 0 0 0
[pid=29264/tid=29270] ppid=29262 vsize=15685248 CPUtime=0 cores=1,3,5,7
/proc/29264/task/29270/stat : 29270 (java) S 29262 29264 28877 0 -1 4202560 659 0 0 0 0 0 0 0 15 0 22 0 519873309 16061693952 60049 33554432000 1073741824 1073778376 140736927522400 18446744073709551615 228256164761 0 4 0 16800975 18446604466619192640 0 0 -1 3 0 0 0
[pid=29264/tid=29271] ppid=29262 vsize=15685248 CPUtime=0.01 cores=1,3,5,7
/proc/29264/task/29271/stat : 29271 (java) S 29262 29264 28877 0 -1 4202560 3483 0 0 0 1 0 0 0 16 0 22 0 519873309 16061693952 60049 33554432000 1073741824 1073778376 140736927522400 18446744073709551615 228256164761 0 4 0 16800975 18446604466619192640 0 0 -1 3 0 0 0
[pid=29264/tid=29272] ppid=29262 vsize=15685248 CPUtime=0 cores=1,3,5,7
/proc/29264/task/29272/stat : 29272 (java) S 29262 29264 28877 0 -1 4202560 3235 0 0 0 0 0 0 0 16 0 22 0 519873309 16061693952 60049 33554432000 1073741824 1073778376 140736927522400 18446744073709551615 228256164761 0 4 0 16800975 18446604466619192640 0 0 -1 1 0 0 0
[pid=29264/tid=29273] ppid=29262 vsize=15685248 CPUtime=0 cores=1,3,5,7
/proc/29264/task/29273/stat : 29273 (java) S 29262 29264 28877 0 -1 4202560 3616 0 0 0 0 0 0 0 15 0 22 0 519873309 16061693952 60049 33554432000 1073741824 1073778376 140736927522400 18446744073709551615 228256164761 0 4 0 16800975 18446604466619192640 0 0 -1 1 0 0 0
[pid=29264/tid=29274] ppid=29262 vsize=15685248 CPUtime=0 cores=1,3,5,7
/proc/29264/task/29274/stat : 29274 (java) S 29262 29264 28877 0 -1 4202560 399 0 0 0 0 0 0 0 15 0 22 0 519873309 16061693952 60049 33554432000 1073741824 1073778376 140736927522400 18446744073709551615 228256164761 0 4 0 16800975 18446604466619192640 0 0 -1 7 0 0 0
[pid=29264/tid=29275] ppid=29262 vsize=15685248 CPUtime=0 cores=1,3,5,7
/proc/29264/task/29275/stat : 29275 (java) S 29262 29264 28877 0 -1 4202560 95 0 0 0 0 0 0 0 15 0 22 0 519873310 16061693952 60049 33554432000 1073741824 1073778376 140736927522400 18446744073709551615 228256165376 0 0 0 16800975 18446604466619192640 0 0 -1 1 0 0 0
[pid=29264/tid=29276] ppid=29262 vsize=15685248 CPUtime=0 cores=1,3,5,7
/proc/29264/task/29276/stat : 29276 (java) S 29262 29264 28877 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 519873311 16061693952 60049 33554432000 1073741824 1073778376 140736927522400 18446744073709551615 228256164761 0 4 0 16800975 18446604466619192640 0 0 -1 3 0 0 0
[pid=29264/tid=29277] ppid=29262 vsize=15685248 CPUtime=0 cores=1,3,5,7
/proc/29264/task/29277/stat : 29277 (java) S 29262 29264 28877 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 519873311 16061693952 60049 33554432000 1073741824 1073778376 140736927522400 18446744073709551615 228256164761 0 4 0 16800975 18446604466619192640 0 0 -1 3 0 0 0
[pid=29264/tid=29278] ppid=29262 vsize=15685248 CPUtime=0 cores=1,3,5,7
/proc/29264/task/29278/stat : 29278 (java) S 29262 29264 28877 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 519873313 16061693952 60049 33554432000 1073741824 1073778376 140736927522400 18446744073709551615 228256172465 0 4 0 16800975 18446604466619192640 0 0 -1 5 0 0 0
[pid=29264/tid=29279] ppid=29262 vsize=15685248 CPUtime=0.72 cores=1,3,5,7
/proc/29264/task/29279/stat : 29279 (java) S 29262 29264 28877 0 -1 4202560 2484 0 0 0 72 0 0 0 15 0 22 0 519873313 16061693952 60049 33554432000 1073741824 1073778376 140736927522400 18446744073709551615 228256164761 0 4 0 16800975 18446604466619192640 0 0 -1 7 0 0 0
[pid=29264/tid=29280] ppid=29262 vsize=15685248 CPUtime=0.67 cores=1,3,5,7
/proc/29264/task/29280/stat : 29280 (java) R 29262 29264 28877 0 -1 4202560 8925 0 0 0 66 1 0 0 15 0 22 0 519873313 16061693952 60049 33554432000 1073741824 1073778376 140736927522400 18446744073709551615 46985762170331 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=29264/tid=29281] ppid=29262 vsize=15685248 CPUtime=0 cores=1,3,5,7
/proc/29264/task/29281/stat : 29281 (java) S 29262 29264 28877 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 519873313 16061693952 60049 33554432000 1073741824 1073778376 140736927522400 18446744073709551615 228256164761 0 4 0 16800975 18446604466619192640 0 0 -1 5 0 0 0
[pid=29264/tid=29282] ppid=29262 vsize=15685248 CPUtime=0 cores=1,3,5,7
/proc/29264/task/29282/stat : 29282 (java) S 29262 29264 28877 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 519873313 16061693952 60049 33554432000 1073741824 1073778376 140736927522400 18446744073709551615 228256165376 0 4 0 16800975 18446604466619192640 0 0 -1 5 0 0 0
[pid=29264/tid=29287] ppid=29262 vsize=15685248 CPUtime=0.14 cores=1,3,5,7
/proc/29264/task/29287/stat : 29287 (java) R 29262 29264 28877 0 -1 4202560 29 0 0 0 14 0 0 0 15 0 22 0 519873415 16061693952 60049 33554432000 1073741824 1073778376 140736927522400 18446744073709551615 46985761503752 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=29264/tid=29288] ppid=29262 vsize=15685248 CPUtime=0 cores=1,3,5,7
/proc/29264/task/29288/stat : 29288 (java) S 29262 29264 28877 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 22 0 519873415 16061693952 60049 33554432000 1073741824 1073778376 140736927522400 18446744073709551615 228256165376 0 4 0 16800975 18446604466619192640 0 0 -1 1 0 0 0
[pid=29264/tid=29289] ppid=29262 vsize=15685248 CPUtime=0.55 cores=1,3,5,7
/proc/29264/task/29289/stat : 29289 (java) R 29262 29264 28877 0 -1 4202560 1612 0 0 0 55 0 0 0 16 0 22 0 519873415 16061693952 60049 33554432000 1073741824 1073778376 140736927522400 18446744073709551615 46912506204040 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=29264/tid=29290] ppid=29262 vsize=15685248 CPUtime=0.57 cores=1,3,5,7
/proc/29264/task/29290/stat : 29290 (java) S 29262 29264 28877 0 -1 4202560 1053 0 0 0 57 0 0 0 16 0 22 0 519873415 16061693952 60049 33554432000 1073741824 1073778376 140736927522400 18446744073709551615 228256165376 0 4 0 16800975 18446604466619192640 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.07
Current children cumulated vsize (KiB) 15685248

[startup+6.3014 s]
/proc/loadavg: 4.00 5.90 7.16 10/220 29291
/proc/meminfo: memFree=28933792/32951124 swapFree=67111364/67111528
[pid=29264] ppid=29262 vsize=15685248 CPUtime=17.56 cores=1,3,5,7
/proc/29264/stat : 29264 (java) S 29262 29264 28877 0 -1 4202496 239147 0 1 0 1720 36 0 0 21 0 22 0 519873308 16061693952 231562 33554432000 1073741824 1073778376 140736927522400 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/29264/statm: 3921312 231566 2274 9 0 3912031 0
[pid=29264/tid=29265] ppid=29262 vsize=15685248 CPUtime=2.29 cores=1,3,5,7
/proc/29264/task/29265/stat : 29265 (java) S 29262 29264 28877 0 -1 4202560 35673 0 1 0 225 4 0 0 25 0 22 0 519873309 16061693952 231568 33554432000 1073741824 1073778376 140736927522400 18446744073709551615 228256164761 0 4 0 16800975 18446604466619192640 0 0 -1 5 0 0 0
[pid=29264/tid=29267] ppid=29262 vsize=15685248 CPUtime=0.06 cores=1,3,5,7
/proc/29264/task/29267/stat : 29267 (java) S 29262 29264 28877 0 -1 4202560 19195 0 0 0 4 2 0 0 15 0 22 0 519873309 16061693952 231570 33554432000 1073741824 1073778376 140736927522400 18446744073709551615 228256164761 0 4 0 16800975 18446604466619192640 0 0 -1 5 0 0 0
[pid=29264/tid=29268] ppid=29262 vsize=15685248 CPUtime=0.06 cores=1,3,5,7
/proc/29264/task/29268/stat : 29268 (java) S 29262 29264 28877 0 -1 4202560 18544 0 0 0 3 3 0 0 16 0 22 0 519873309 16061693952 231573 33554432000 1073741824 1073778376 140736927522400 18446744073709551615 228256164761 0 4 0 16800975 18446604466619192640 0 0 -1 5 0 0 0
[pid=29264/tid=29269] ppid=29262 vsize=15685248 CPUtime=0.02 cores=1,3,5,7
/proc/29264/task/29269/stat : 29269 (java) S 29262 29264 28877 0 -1 4202560 7565 0 0 0 2 0 0 0 16 0 22 0 519873309 16061693952 231576 33554432000 1073741824 1073778376 140736927522400 18446744073709551615 228256164761 0 4 0 16800975 18446604466619192640 0 0 -1 3 0 0 0
[pid=29264/tid=29270] ppid=29262 vsize=15685248 CPUtime=0.02 cores=1,3,5,7
/proc/29264/task/29270/stat : 29270 (java) S 29262 29264 28877 0 -1 4202560 9599 0 0 0 1 1 0 0 16 0 22 0 519873309 16061693952 231578 33554432000 1073741824 1073778376 140736927522400 18446744073709551615 228256164761 0 4 0 16800975 18446604466619192640 0 0 -1 3 0 0 0
[pid=29264/tid=29271] ppid=29262 vsize=15685248 CPUtime=0.06 cores=1,3,5,7
/proc/29264/task/29271/stat : 29271 (java) S 29262 29264 28877 0 -1 4202560 13700 0 0 0 4 2 0 0 15 0 22 0 519873309 16061693952 231581 33554432000 1073741824 1073778376 140736927522400 18446744073709551615 228256164761 0 4 0 16800975 18446604466619192640 0 0 -1 7 0 0 0
[pid=29264/tid=29272] ppid=29262 vsize=15685248 CPUtime=0.03 cores=1,3,5,7
/proc/29264/task/29272/stat : 29272 (java) S 29262 29264 28877 0 -1 4202560 9992 0 0 0 2 1 0 0 15 0 22 0 519873309 16061693952 231583 33554432000 1073741824 1073778376 140736927522400 18446744073709551615 228256164761 0 4 0 16800975 18446604466619192640 0 0 -1 3 0 0 0
[pid=29264/tid=29273] ppid=29262 vsize=15685248 CPUtime=0.06 cores=1,3,5,7
/proc/29264/task/29273/stat : 29273 (java) S 29262 29264 28877 0 -1 4202560 19229 0 0 0 3 3 0 0 16 0 22 0 519873309 16061693952 231585 33554432000 1073741824 1073778376 140736927522400 18446744073709551615 228256164761 0 4 0 16800975 18446604466619192640 0 0 -1 1 0 0 0
[pid=29264/tid=29274] ppid=29262 vsize=15685248 CPUtime=0.06 cores=1,3,5,7
/proc/29264/task/29274/stat : 29274 (java) S 29262 29264 28877 0 -1 4202560 17170 0 0 0 3 3 0 0 16 0 22 0 519873309 16061693952 231588 33554432000 1073741824 1073778376 140736927522400 18446744073709551615 228256164761 0 4 0 16800975 18446604466619192640 0 0 -1 7 0 0 0
[pid=29264/tid=29275] ppid=29262 vsize=15685248 CPUtime=0 cores=1,3,5,7
/proc/29264/task/29275/stat : 29275 (java) S 29262 29264 28877 0 -1 4202560 407 0 0 0 0 0 0 0 15 0 22 0 519873310 16061693952 231590 33554432000 1073741824 1073778376 140736927522400 18446744073709551615 228256165376 0 0 0 16800975 18446604466619192640 0 0 -1 5 0 0 0
[pid=29264/tid=29276] ppid=29262 vsize=15685248 CPUtime=0 cores=1,3,5,7
/proc/29264/task/29276/stat : 29276 (java) S 29262 29264 28877 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 519873311 16061693952 231592 33554432000 1073741824 1073778376 140736927522400 18446744073709551615 228256164761 0 4 0 16800975 18446604466619192640 0 0 -1 3 0 0 0
[pid=29264/tid=29277] ppid=29262 vsize=15685248 CPUtime=0 cores=1,3,5,7
/proc/29264/task/29277/stat : 29277 (java) S 29262 29264 28877 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 519873311 16061693952 231595 33554432000 1073741824 1073778376 140736927522400 18446744073709551615 228256164761 0 4 0 16800975 18446604466619192640 0 0 -1 3 0 0 0
[pid=29264/tid=29278] ppid=29262 vsize=15685248 CPUtime=0 cores=1,3,5,7
/proc/29264/task/29278/stat : 29278 (java) S 29262 29264 28877 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 519873313 16061693952 231598 33554432000 1073741824 1073778376 140736927522400 18446744073709551615 228256172465 0 4 0 16800975 18446604466619192640 0 0 -1 5 0 0 0

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

[pid=29264/tid=29288] ppid=29262 vsize=15750784 CPUtime=1049.46 cores=1,3,5,7
/proc/29264/task/29288/stat : 29288 (java) R 29262 29264 28877 0 -1 4202560 358296 0 0 0 104901 45 0 0 25 0 22 0 519873415 16128802816 221546 33554432000 1073741824 1073778376 140736927522400 18446744073709551615 46912505976994 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=29264/tid=29289] ppid=29262 vsize=15750784 CPUtime=1048.55 cores=1,3,5,7
/proc/29264/task/29289/stat : 29289 (java) R 29262 29264 28877 0 -1 4202560 342347 0 0 0 104811 44 0 0 25 0 22 0 519873415 16128802816 221546 33554432000 1073741824 1073778376 140736927522400 18446744073709551615 46912506039109 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=29264/tid=29290] ppid=29262 vsize=15750784 CPUtime=1050.57 cores=1,3,5,7
/proc/29264/task/29290/stat : 29290 (java) R 29262 29264 28877 0 -1 4202560 351386 0 0 0 105013 44 0 0 25 0 22 0 519873415 16128802816 221546 33554432000 1073741824 1073778376 140736927522400 18446744073709551615 46912506268601 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4227.55
Current children cumulated vsize (KiB) 15750784

[startup+1122.3 s]
/proc/loadavg: 8.01 7.98 7.77 10/220 29320
/proc/meminfo: memFree=29235980/32951124 swapFree=67111364/67111528
[pid=29264] ppid=29262 vsize=15750784 CPUtime=4466.61 cores=1,3,5,7
/proc/29264/stat : 29264 (java) S 29262 29264 28877 0 -1 4202496 2539505 0 1 0 446226 435 0 0 21 0 22 0 519873308 16128802816 256172 33554432000 1073741824 1073778376 140736927522400 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/29264/statm: 3937696 256172 2298 9 0 3928415 0
[pid=29264/tid=29265] ppid=29262 vsize=15750784 CPUtime=2.29 cores=1,3,5,7
/proc/29264/task/29265/stat : 29265 (java) S 29262 29264 28877 0 -1 4202560 35673 0 1 0 225 4 0 0 25 0 22 0 519873309 16128802816 256172 33554432000 1073741824 1073778376 140736927522400 18446744073709551615 228256164761 0 4 0 16800975 18446604466619192640 0 0 -1 5 0 0 0
[pid=29264/tid=29267] ppid=29262 vsize=15750784 CPUtime=3.3 cores=1,3,5,7
/proc/29264/task/29267/stat : 29267 (java) S 29262 29264 28877 0 -1 4202560 129442 0 0 0 305 25 0 0 15 0 22 0 519873309 16128802816 256172 33554432000 1073741824 1073778376 140736927522400 18446744073709551615 228256164761 0 4 0 16800975 18446604466619192640 0 0 -1 1 0 0 0
[pid=29264/tid=29268] ppid=29262 vsize=15750784 CPUtime=3.19 cores=1,3,5,7
/proc/29264/task/29268/stat : 29268 (java) S 29262 29264 28877 0 -1 4202560 121084 0 0 0 295 24 0 0 15 0 22 0 519873309 16128802816 256172 33554432000 1073741824 1073778376 140736927522400 18446744073709551615 228256164761 0 4 0 16800975 18446604466619192640 0 0 -1 3 0 0 0
[pid=29264/tid=29269] ppid=29262 vsize=15750784 CPUtime=3.19 cores=1,3,5,7
/proc/29264/task/29269/stat : 29269 (java) S 29262 29264 28877 0 -1 4202560 125263 0 0 0 296 23 0 0 15 0 22 0 519873309 16128802816 256172 33554432000 1073741824 1073778376 140736927522400 18446744073709551615 228256164761 0 4 0 16800975 18446604466619192640 0 0 -1 5 0 0 0
[pid=29264/tid=29270] ppid=29262 vsize=15750784 CPUtime=3.27 cores=1,3,5,7
/proc/29264/task/29270/stat : 29270 (java) S 29262 29264 28877 0 -1 4202560 118641 0 0 0 306 21 0 0 15 0 22 0 519873309 16128802816 256172 33554432000 1073741824 1073778376 140736927522400 18446744073709551615 228256164761 0 4 0 16800975 18446604466619192640 0 0 -1 3 0 0 0
[pid=29264/tid=29271] ppid=29262 vsize=15750784 CPUtime=3.21 cores=1,3,5,7
/proc/29264/task/29271/stat : 29271 (java) S 29262 29264 28877 0 -1 4202560 132764 0 0 0 297 24 0 0 16 0 22 0 519873309 16128802816 256172 33554432000 1073741824 1073778376 140736927522400 18446744073709551615 228256164761 0 4 0 16800975 18446604466619192640 0 0 -1 5 0 0 0
[pid=29264/tid=29272] ppid=29262 vsize=15750784 CPUtime=3.26 cores=1,3,5,7
/proc/29264/task/29272/stat : 29272 (java) S 29262 29264 28877 0 -1 4202560 110795 0 0 0 304 22 0 0 15 0 22 0 519873309 16128802816 256172 33554432000 1073741824 1073778376 140736927522400 18446744073709551615 228256164761 0 4 0 16800975 18446604466619192640 0 0 -1 1 0 0 0
[pid=29264/tid=29273] ppid=29262 vsize=15750784 CPUtime=3.29 cores=1,3,5,7
/proc/29264/task/29273/stat : 29273 (java) S 29262 29264 28877 0 -1 4202560 132253 0 0 0 304 25 0 0 16 0 22 0 519873309 16128802816 256172 33554432000 1073741824 1073778376 140736927522400 18446744073709551615 228256164761 0 4 0 16800975 18446604466619192640 0 0 -1 7 0 0 0
[pid=29264/tid=29274] ppid=29262 vsize=15750784 CPUtime=3.29 cores=1,3,5,7
/proc/29264/task/29274/stat : 29274 (java) S 29262 29264 28877 0 -1 4202560 130274 0 0 0 308 21 0 0 15 0 22 0 519873309 16128802816 256172 33554432000 1073741824 1073778376 140736927522400 18446744073709551615 228256164761 0 4 0 16800975 18446604466619192640 0 0 -1 3 0 0 0
[pid=29264/tid=29275] ppid=29262 vsize=15750784 CPUtime=1.35 cores=1,3,5,7
/proc/29264/task/29275/stat : 29275 (java) S 29262 29264 28877 0 -1 4202560 6214 0 0 0 86 49 0 0 15 0 22 0 519873310 16128802816 256172 33554432000 1073741824 1073778376 140736927522400 18446744073709551615 228256165376 0 0 0 16800975 18446604466619192640 0 0 -1 3 0 0 0
[pid=29264/tid=29276] ppid=29262 vsize=15750784 CPUtime=0 cores=1,3,5,7
/proc/29264/task/29276/stat : 29276 (java) S 29262 29264 28877 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 519873311 16128802816 256172 33554432000 1073741824 1073778376 140736927522400 18446744073709551615 228256164761 0 4 0 16800975 18446604466619192640 0 0 -1 3 0 0 0
[pid=29264/tid=29277] ppid=29262 vsize=15750784 CPUtime=0 cores=1,3,5,7
/proc/29264/task/29277/stat : 29277 (java) S 29262 29264 28877 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 519873311 16128802816 256172 33554432000 1073741824 1073778376 140736927522400 18446744073709551615 228256164761 0 4 0 16800975 18446604466619192640 0 0 -1 3 0 0 0
[pid=29264/tid=29278] ppid=29262 vsize=15750784 CPUtime=0 cores=1,3,5,7
/proc/29264/task/29278/stat : 29278 (java) S 29262 29264 28877 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 519873313 16128802816 256172 33554432000 1073741824 1073778376 140736927522400 18446744073709551615 228256172465 0 4 0 16800975 18446604466619192640 0 0 -1 5 0 0 0
[pid=29264/tid=29279] ppid=29262 vsize=15750784 CPUtime=1.1 cores=1,3,5,7
/proc/29264/task/29279/stat : 29279 (java) S 29262 29264 28877 0 -1 4202560 2516 0 0 0 110 0 0 0 15 0 22 0 519873313 16128802816 256172 33554432000 1073741824 1073778376 140736927522400 18446744073709551615 228256164761 0 4 0 16800975 18446604466619192640 0 0 -1 5 0 0 0
[pid=29264/tid=29280] ppid=29262 vsize=15750784 CPUtime=0.84 cores=1,3,5,7
/proc/29264/task/29280/stat : 29280 (java) S 29262 29264 28877 0 -1 4202560 8973 0 0 0 83 1 0 0 16 0 22 0 519873313 16128802816 256172 33554432000 1073741824 1073778376 140736927522400 18446744073709551615 228256164761 0 4 0 16800975 18446604466619192640 0 0 -1 1 0 0 0
[pid=29264/tid=29281] ppid=29262 vsize=15750784 CPUtime=0 cores=1,3,5,7
/proc/29264/task/29281/stat : 29281 (java) S 29262 29264 28877 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 519873313 16128802816 256172 33554432000 1073741824 1073778376 140736927522400 18446744073709551615 228256164761 0 4 0 16800975 18446604466619192640 0 0 -1 5 0 0 0
[pid=29264/tid=29282] ppid=29262 vsize=15750784 CPUtime=0 cores=1,3,5,7
/proc/29264/task/29282/stat : 29282 (java) S 29262 29264 28877 0 -1 4202560 65 0 0 0 0 0 0 0 15 0 22 0 519873313 16128802816 256172 33554432000 1073741824 1073778376 140736927522400 18446744073709551615 228256165376 0 4 0 16800975 18446604466619192640 0 0 -1 5 0 0 0
[pid=29264/tid=29287] ppid=29262 vsize=15750784 CPUtime=1108.47 cores=1,3,5,7
/proc/29264/task/29287/stat : 29287 (java) R 29262 29264 28877 0 -1 4202560 366917 0 0 0 110801 46 0 0 25 0 22 0 519873415 16128802816 256172 33554432000 1073741824 1073778376 140736927522400 18446744073709551615 46912506229604 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=29264/tid=29288] ppid=29262 vsize=15750784 CPUtime=1108.67 cores=1,3,5,7
/proc/29264/task/29288/stat : 29288 (java) R 29262 29264 28877 0 -1 4202560 379417 0 0 0 110820 47 0 0 25 0 22 0 519873415 16128802816 256172 33554432000 1073741824 1073778376 140736927522400 18446744073709551615 46912506149692 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=29264/tid=29289] ppid=29262 vsize=15750784 CPUtime=1107.94 cores=1,3,5,7
/proc/29264/task/29289/stat : 29289 (java) R 29262 29264 28877 0 -1 4202560 365560 0 0 0 110747 47 0 0 25 0 22 0 519873415 16128802816 256172 33554432000 1073741824 1073778376 140736927522400 18446744073709551615 46912506184403 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=29264/tid=29290] ppid=29262 vsize=15750784 CPUtime=1109.78 cores=1,3,5,7
/proc/29264/task/29290/stat : 29290 (java) R 29262 29264 28877 0 -1 4202560 372270 0 0 0 110931 47 0 0 25 0 22 0 519873415 16128802816 256172 33554432000 1073741824 1073778376 140736927522400 18446744073709551615 46912506360341 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4466.61
Current children cumulated vsize (KiB) 15750784

[startup+1182.3 s]
/proc/loadavg: 8.18 8.03 7.80 11/220 29322
/proc/meminfo: memFree=29510692/32951124 swapFree=67111364/67111528
[pid=29264] ppid=29262 vsize=15750784 CPUtime=4705.65 cores=1,3,5,7
/proc/29264/stat : 29264 (java) S 29262 29264 28877 0 -1 4202496 2654279 0 1 0 470106 459 0 0 21 0 22 0 519873308 16128802816 232330 33554432000 1073741824 1073778376 140736927522400 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/29264/statm: 3937696 232330 2298 9 0 3928415 0
[pid=29264/tid=29265] ppid=29262 vsize=15750784 CPUtime=2.29 cores=1,3,5,7
/proc/29264/task/29265/stat : 29265 (java) S 29262 29264 28877 0 -1 4202560 35673 0 1 0 225 4 0 0 25 0 22 0 519873309 16128802816 232330 33554432000 1073741824 1073778376 140736927522400 18446744073709551615 228256164761 0 4 0 16800975 18446604466619192640 0 0 -1 5 0 0 0
[pid=29264/tid=29267] ppid=29262 vsize=15750784 CPUtime=3.5 cores=1,3,5,7
/proc/29264/task/29267/stat : 29267 (java) S 29262 29264 28877 0 -1 4202560 139314 0 0 0 323 27 0 0 16 0 22 0 519873309 16128802816 232330 33554432000 1073741824 1073778376 140736927522400 18446744073709551615 228256164761 0 4 0 16800975 18446604466619192640 0 0 -1 7 0 0 0
[pid=29264/tid=29268] ppid=29262 vsize=15750784 CPUtime=3.4 cores=1,3,5,7
/proc/29264/task/29268/stat : 29268 (java) S 29262 29264 28877 0 -1 4202560 128134 0 0 0 314 26 0 0 15 0 22 0 519873309 16128802816 232330 33554432000 1073741824 1073778376 140736927522400 18446744073709551615 228256164761 0 4 0 16800975 18446604466619192640 0 0 -1 5 0 0 0
[pid=29264/tid=29269] ppid=29262 vsize=15750784 CPUtime=3.42 cores=1,3,5,7
/proc/29264/task/29269/stat : 29269 (java) S 29262 29264 28877 0 -1 4202560 134921 0 0 0 317 25 0 0 15 0 22 0 519873309 16128802816 232330 33554432000 1073741824 1073778376 140736927522400 18446744073709551615 228256164761 0 4 0 16800975 18446604466619192640 0 0 -1 5 0 0 0
[pid=29264/tid=29270] ppid=29262 vsize=15750784 CPUtime=3.53 cores=1,3,5,7
/proc/29264/task/29270/stat : 29270 (java) S 29262 29264 28877 0 -1 4202560 128272 0 0 0 329 24 0 0 16 0 22 0 519873309 16128802816 232330 33554432000 1073741824 1073778376 140736927522400 18446744073709551615 228256164761 0 4 0 16800975 18446604466619192640 0 0 -1 1 0 0 0
[pid=29264/tid=29271] ppid=29262 vsize=15750784 CPUtime=3.42 cores=1,3,5,7
/proc/29264/task/29271/stat : 29271 (java) S 29262 29264 28877 0 -1 4202560 141118 0 0 0 316 26 0 0 16 0 22 0 519873309 16128802816 232330 33554432000 1073741824 1073778376 140736927522400 18446744073709551615 228256164761 0 4 0 16800975 18446604466619192640 0 0 -1 5 0 0 0
[pid=29264/tid=29272] ppid=29262 vsize=15750784 CPUtime=3.47 cores=1,3,5,7
/proc/29264/task/29272/stat : 29272 (java) S 29262 29264 28877 0 -1 4202560 118379 0 0 0 323 24 0 0 16 0 22 0 519873309 16128802816 232330 33554432000 1073741824 1073778376 140736927522400 18446744073709551615 228256164761 0 4 0 16800975 18446604466619192640 0 0 -1 5 0 0 0
[pid=29264/tid=29273] ppid=29262 vsize=15750784 CPUtime=3.54 cores=1,3,5,7
/proc/29264/task/29273/stat : 29273 (java) S 29262 29264 28877 0 -1 4202560 139925 0 0 0 327 27 0 0 16 0 22 0 519873309 16128802816 232330 33554432000 1073741824 1073778376 140736927522400 18446744073709551615 228256164761 0 4 0 16800975 18446604466619192640 0 0 -1 1 0 0 0
[pid=29264/tid=29274] ppid=29262 vsize=15750784 CPUtime=3.49 cores=1,3,5,7
/proc/29264/task/29274/stat : 29274 (java) S 29262 29264 28877 0 -1 4202560 135848 0 0 0 327 22 0 0 15 0 22 0 519873309 16128802816 232330 33554432000 1073741824 1073778376 140736927522400 18446744073709551615 228256164761 0 4 0 16800975 18446604466619192640 0 0 -1 7 0 0 0
[pid=29264/tid=29275] ppid=29262 vsize=15750784 CPUtime=1.43 cores=1,3,5,7
/proc/29264/task/29275/stat : 29275 (java) S 29262 29264 28877 0 -1 4202560 6655 0 0 0 91 52 0 0 15 0 22 0 519873310 16128802816 232330 33554432000 1073741824 1073778376 140736927522400 18446744073709551615 228256165376 0 0 0 16800975 18446604466619192640 0 0 -1 3 0 0 0
[pid=29264/tid=29276] ppid=29262 vsize=15750784 CPUtime=0 cores=1,3,5,7
/proc/29264/task/29276/stat : 29276 (java) S 29262 29264 28877 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 519873311 16128802816 232330 33554432000 1073741824 1073778376 140736927522400 18446744073709551615 228256164761 0 4 0 16800975 18446604466619192640 0 0 -1 3 0 0 0
[pid=29264/tid=29277] ppid=29262 vsize=15750784 CPUtime=0 cores=1,3,5,7
/proc/29264/task/29277/stat : 29277 (java) S 29262 29264 28877 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 519873311 16128802816 232330 33554432000 1073741824 1073778376 140736927522400 18446744073709551615 228256164761 0 4 0 16800975 18446604466619192640 0 0 -1 3 0 0 0
[pid=29264/tid=29278] ppid=29262 vsize=15750784 CPUtime=0 cores=1,3,5,7
/proc/29264/task/29278/stat : 29278 (java) S 29262 29264 28877 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 519873313 16128802816 232330 33554432000 1073741824 1073778376 140736927522400 18446744073709551615 228256172465 0 4 0 16800975 18446604466619192640 0 0 -1 5 0 0 0
[pid=29264/tid=29279] ppid=29262 vsize=15750784 CPUtime=1.1 cores=1,3,5,7
/proc/29264/task/29279/stat : 29279 (java) S 29262 29264 28877 0 -1 4202560 2516 0 0 0 110 0 0 0 15 0 22 0 519873313 16128802816 232330 33554432000 1073741824 1073778376 140736927522400 18446744073709551615 228256164761 0 4 0 16800975 18446604466619192640 0 0 -1 5 0 0 0
[pid=29264/tid=29280] ppid=29262 vsize=15750784 CPUtime=0.84 cores=1,3,5,7
/proc/29264/task/29280/stat : 29280 (java) S 29262 29264 28877 0 -1 4202560 8973 0 0 0 83 1 0 0 16 0 22 0 519873313 16128802816 232330 33554432000 1073741824 1073778376 140736927522400 18446744073709551615 228256164761 0 4 0 16800975 18446604466619192640 0 0 -1 1 0 0 0
[pid=29264/tid=29281] ppid=29262 vsize=15750784 CPUtime=0 cores=1,3,5,7
/proc/29264/task/29281/stat : 29281 (java) S 29262 29264 28877 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 519873313 16128802816 232330 33554432000 1073741824 1073778376 140736927522400 18446744073709551615 228256164761 0 4 0 16800975 18446604466619192640 0 0 -1 5 0 0 0
[pid=29264/tid=29282] ppid=29262 vsize=15750784 CPUtime=0 cores=1,3,5,7
/proc/29264/task/29282/stat : 29282 (java) S 29262 29264 28877 0 -1 4202560 67 0 0 0 0 0 0 0 15 0 22 0 519873313 16128802816 232330 33554432000 1073741824 1073778376 140736927522400 18446744073709551615 228256165376 0 4 0 16800975 18446604466619192640 0 0 -1 5 0 0 0
[pid=29264/tid=29287] ppid=29262 vsize=15750784 CPUtime=1167.85 cores=1,3,5,7
/proc/29264/task/29287/stat : 29287 (java) R 29262 29264 28877 0 -1 4202560 379278 0 0 0 116737 48 0 0 25 0 22 0 519873415 16128802816 232330 33554432000 1073741824 1073778376 140736927522400 18446744073709551615 46912505608983 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=29264/tid=29288] ppid=29262 vsize=15750784 CPUtime=1167.8 cores=1,3,5,7
/proc/29264/task/29288/stat : 29288 (java) R 29262 29264 28877 0 -1 4202560 391173 0 0 0 116731 49 0 0 25 0 22 0 519873415 16128802816 232330 33554432000 1073741824 1073778376 140736927522400 18446744073709551615 46912506149902 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=29264/tid=29289] ppid=29262 vsize=15750784 CPUtime=1167.26 cores=1,3,5,7
/proc/29264/task/29289/stat : 29289 (java) R 29262 29264 28877 0 -1 4202560 377805 0 0 0 116678 48 0 0 25 0 22 0 519873415 16128802816 232330 33554432000 1073741824 1073778376 140736927522400 18446744073709551615 46985761507602 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=29264/tid=29290] ppid=29262 vsize=15750784 CPUtime=1169.15 cores=1,3,5,7
/proc/29264/task/29290/stat : 29290 (java) R 29262 29264 28877 0 -1 4202560 384844 0 0 0 116867 48 0 0 25 0 22 0 519873415 16128802816 232330 33554432000 1073741824 1073778376 140736927522400 18446744073709551615 46912506149713 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4705.65
Current children cumulated vsize (KiB) 15750784



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1206 s]
/proc/loadavg: 8.12 8.03 7.80 9/220 29323
/proc/meminfo: memFree=29408996/32951124 swapFree=67111364/67111528
[pid=29264] ppid=29262 vsize=15750784 CPUtime=4800.06 cores=1,3,5,7
/proc/29264/stat : 29264 (java) S 29262 29264 28877 0 -1 4202496 2716363 0 1 0 479536 470 0 0 21 0 22 0 519873308 16128802816 233202 33554432000 1073741824 1073778376 140736927522400 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/29264/statm: 3937696 233202 2298 9 0 3928415 0
[pid=29264/tid=29265] ppid=29262 vsize=15750784 CPUtime=2.29 cores=1,3,5,7
/proc/29264/task/29265/stat : 29265 (java) S 29262 29264 28877 0 -1 4202560 35673 0 1 0 225 4 0 0 25 0 22 0 519873309 16128802816 233202 33554432000 1073741824 1073778376 140736927522400 18446744073709551615 228256164761 0 4 0 16800975 18446604466619192640 0 0 -1 5 0 0 0
[pid=29264/tid=29267] ppid=29262 vsize=15750784 CPUtime=3.6 cores=1,3,5,7
/proc/29264/task/29267/stat : 29267 (java) S 29262 29264 28877 0 -1 4202560 142578 0 0 0 333 27 0 0 15 0 22 0 519873309 16128802816 233202 33554432000 1073741824 1073778376 140736927522400 18446744073709551615 228256164761 0 4 0 16800975 18446604466619192640 0 0 -1 1 0 0 0
[pid=29264/tid=29268] ppid=29262 vsize=15750784 CPUtime=3.48 cores=1,3,5,7
/proc/29264/task/29268/stat : 29268 (java) S 29262 29264 28877 0 -1 4202560 132352 0 0 0 322 26 0 0 16 0 22 0 519873309 16128802816 233202 33554432000 1073741824 1073778376 140736927522400 18446744073709551615 228256164761 0 4 0 16800975 18446604466619192640 0 0 -1 1 0 0 0
[pid=29264/tid=29269] ppid=29262 vsize=15750784 CPUtime=3.51 cores=1,3,5,7
/proc/29264/task/29269/stat : 29269 (java) S 29262 29264 28877 0 -1 4202560 138562 0 0 0 326 25 0 0 15 0 22 0 519873309 16128802816 233202 33554432000 1073741824 1073778376 140736927522400 18446744073709551615 228256164761 0 4 0 16800975 18446604466619192640 0 0 -1 1 0 0 0
[pid=29264/tid=29270] ppid=29262 vsize=15750784 CPUtime=3.62 cores=1,3,5,7
/proc/29264/task/29270/stat : 29270 (java) S 29262 29264 28877 0 -1 4202560 131722 0 0 0 337 25 0 0 15 0 22 0 519873309 16128802816 233202 33554432000 1073741824 1073778376 140736927522400 18446744073709551615 228256164761 0 4 0 16800975 18446604466619192640 0 0 -1 5 0 0 0
[pid=29264/tid=29271] ppid=29262 vsize=15750784 CPUtime=3.49 cores=1,3,5,7
/proc/29264/task/29271/stat : 29271 (java) S 29262 29264 28877 0 -1 4202560 144247 0 0 0 323 26 0 0 16 0 22 0 519873309 16128802816 233202 33554432000 1073741824 1073778376 140736927522400 18446744073709551615 228256164761 0 4 0 16800975 18446604466619192640 0 0 -1 5 0 0 0
[pid=29264/tid=29272] ppid=29262 vsize=15750784 CPUtime=3.56 cores=1,3,5,7
/proc/29264/task/29272/stat : 29272 (java) S 29262 29264 28877 0 -1 4202560 122403 0 0 0 331 25 0 0 15 0 22 0 519873309 16128802816 233202 33554432000 1073741824 1073778376 140736927522400 18446744073709551615 228256164761 0 4 0 16800975 18446604466619192640 0 0 -1 7 0 0 0
[pid=29264/tid=29273] ppid=29262 vsize=15750784 CPUtime=3.62 cores=1,3,5,7
/proc/29264/task/29273/stat : 29273 (java) S 29262 29264 28877 0 -1 4202560 141509 0 0 0 335 27 0 0 16 0 22 0 519873309 16128802816 233202 33554432000 1073741824 1073778376 140736927522400 18446744073709551615 228256164761 0 4 0 16800975 18446604466619192640 0 0 -1 3 0 0 0
[pid=29264/tid=29274] ppid=29262 vsize=15750784 CPUtime=3.58 cores=1,3,5,7
/proc/29264/task/29274/stat : 29274 (java) S 29262 29264 28877 0 -1 4202560 139634 0 0 0 335 23 0 0 16 0 22 0 519873309 16128802816 233202 33554432000 1073741824 1073778376 140736927522400 18446744073709551615 228256164761 0 4 0 16800975 18446604466619192640 0 0 -1 7 0 0 0
[pid=29264/tid=29275] ppid=29262 vsize=15750784 CPUtime=1.47 cores=1,3,5,7
/proc/29264/task/29275/stat : 29275 (java) S 29262 29264 28877 0 -1 4202560 6754 0 0 0 94 53 0 0 15 0 22 0 519873310 16128802816 233202 33554432000 1073741824 1073778376 140736927522400 18446744073709551615 228256165376 0 0 0 16800975 18446604466619192640 0 0 -1 3 0 0 0
[pid=29264/tid=29276] ppid=29262 vsize=15750784 CPUtime=0 cores=1,3,5,7
/proc/29264/task/29276/stat : 29276 (java) S 29262 29264 28877 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 519873311 16128802816 233202 33554432000 1073741824 1073778376 140736927522400 18446744073709551615 228256164761 0 4 0 16800975 18446604466619192640 0 0 -1 3 0 0 0
[pid=29264/tid=29277] ppid=29262 vsize=15750784 CPUtime=0 cores=1,3,5,7
/proc/29264/task/29277/stat : 29277 (java) S 29262 29264 28877 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 519873311 16128802816 233202 33554432000 1073741824 1073778376 140736927522400 18446744073709551615 228256164761 0 4 0 16800975 18446604466619192640 0 0 -1 3 0 0 0
[pid=29264/tid=29278] ppid=29262 vsize=15750784 CPUtime=0 cores=1,3,5,7
/proc/29264/task/29278/stat : 29278 (java) S 29262 29264 28877 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 519873313 16128802816 233202 33554432000 1073741824 1073778376 140736927522400 18446744073709551615 228256172465 0 4 0 16800975 18446604466619192640 0 0 -1 5 0 0 0
[pid=29264/tid=29279] ppid=29262 vsize=15750784 CPUtime=1.1 cores=1,3,5,7
/proc/29264/task/29279/stat : 29279 (java) S 29262 29264 28877 0 -1 4202560 2516 0 0 0 110 0 0 0 15 0 22 0 519873313 16128802816 233202 33554432000 1073741824 1073778376 140736927522400 18446744073709551615 228256164761 0 4 0 16800975 18446604466619192640 0 0 -1 5 0 0 0
[pid=29264/tid=29280] ppid=29262 vsize=15750784 CPUtime=0.84 cores=1,3,5,7
/proc/29264/task/29280/stat : 29280 (java) S 29262 29264 28877 0 -1 4202560 8973 0 0 0 83 1 0 0 16 0 22 0 519873313 16128802816 233202 33554432000 1073741824 1073778376 140736927522400 18446744073709551615 228256164761 0 4 0 16800975 18446604466619192640 0 0 -1 1 0 0 0
[pid=29264/tid=29281] ppid=29262 vsize=15750784 CPUtime=0 cores=1,3,5,7
/proc/29264/task/29281/stat : 29281 (java) S 29262 29264 28877 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 519873313 16128802816 233202 33554432000 1073741824 1073778376 140736927522400 18446744073709551615 228256164761 0 4 0 16800975 18446604466619192640 0 0 -1 5 0 0 0
[pid=29264/tid=29282] ppid=29262 vsize=15750784 CPUtime=0 cores=1,3,5,7
/proc/29264/task/29282/stat : 29282 (java) S 29262 29264 28877 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 22 0 519873313 16128802816 233202 33554432000 1073741824 1073778376 140736927522400 18446744073709551615 228256165376 0 4 0 16800975 18446604466619192640 0 0 -1 1 0 0 0
[pid=29264/tid=29287] ppid=29262 vsize=15750784 CPUtime=1191.31 cores=1,3,5,7
/proc/29264/task/29287/stat : 29287 (java) R 29262 29264 28877 0 -1 4202560 388810 0 0 0 119081 50 0 0 25 0 22 0 519873415 16128802816 233202 33554432000 1073741824 1073778376 140736927522400 18446744073709551615 46912505969433 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=29264/tid=29288] ppid=29262 vsize=15750784 CPUtime=1191.26 cores=1,3,5,7
/proc/29264/task/29288/stat : 29288 (java) R 29262 29264 28877 0 -1 4202560 399646 0 0 0 119076 50 0 0 25 0 22 0 519873415 16128802816 233202 33554432000 1073741824 1073778376 140736927522400 18446744073709551615 46912506231197 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=29264/tid=29289] ppid=29262 vsize=15750784 CPUtime=1190.62 cores=1,3,5,7
/proc/29264/task/29289/stat : 29289 (java) R 29262 29264 28877 0 -1 4202560 386115 0 0 0 119013 49 0 0 25 0 22 0 519873415 16128802816 233202 33554432000 1073741824 1073778376 140736927522400 18446744073709551615 46912506147922 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=29264/tid=29290] ppid=29262 vsize=15750784 CPUtime=1192.54 cores=1,3,5,7
/proc/29264/task/29290/stat : 29290 (java) R 29262 29264 28877 0 -1 4202560 393416 0 0 0 119205 49 0 0 25 0 22 0 519873415 16128802816 233202 33554432000 1073741824 1073778376 140736927522400 18446744073709551615 46912505969475 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.06
Current children cumulated vsize (KiB) 15750784

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): 1206.06
CPU time (s): 4800.15
CPU user time (s): 4795.4
CPU system time (s): 4.74928
CPU usage (%): 398.004
Max. virtual memory (cumulated for all children) (KiB): 15750784

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4795.4
system time used= 4.74928
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2716389
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= 92440
involuntary context switches= 82718

runsolver used 2.08968 second user time and 4.54631 second system time

The end

Launcher Data

Begin job on node136 at 2011-04-29 15:12:33
IDJOB=3313191
IDBENCH=71345
IDSOLVER=1699
FILE ID=node136/3313191-1304082753
RUNJOBID= node136-1304082753-29228
PBS_JOBID= 13170526
Free space on /tmp= 72328 MiB

SOLVER NAME= STRUCTure 0.1
BENCH NAME= SAT09/CRAFTED/rbsat/random/forced/rbsat-v2640c305320gyes2.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3313191-1304082753/watcher-3313191-1304082753 -o /tmp/evaluation-result-3313191-1304082753/solver-3313191-1304082753 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3313191-1304082753.cnf

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

MD5SUM BENCH= a931e6258afb576eab04f38421c07518
RANDOM SEED=753224785

node136.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	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30956980 kB
Buffers:        569216 kB
Cached:         924464 kB
SwapCached:          0 kB
Active:         124764 kB
Inactive:      1444752 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30956980 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:            8160 kB
Writeback:           0 kB
AnonPages:       75012 kB
Mapped:          22248 kB
Slab:           359732 kB
PageTables:       4736 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   777160 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= 72328 MiB
End job on node136 at 2011-04-29 15:32:41