Trace number 3312453

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.45 1207.23

General information on the benchmark

Namerandom/large/
unif-k7-r85-v200-c17000-S970203146-047-UNKNOWN.cnf
MD5SUM635ea520fe16a78d41337039f98997e5
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2027.46
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of clauses17000
Sum of the clauses size119000
Maximum clause length7
Minimum clause length7
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 50
Number of clauses of size over 517000

Solver Data

0.10/0.11	18:03 INFO : Reading from input HOME/instance-3312453-1304115483.cnf
0.62/0.41	Executor set job limit to 1000000
0.62/0.41	Executor set job limit to 1000000
0.62/0.41	Executor set job limit to 1000000
0.62/0.41	Executor set job limit to 1000000
0.62/0.41	Starting Executor!
0.62/0.41	Starting Executor!
0.62/0.41	Starting Executor!
0.62/0.41	Starting Executor!
1.63/0.86	18:04 INFO : 200 variables remaining out of 200
1.63/0.86	18:04 INFO : 136000 literals remaining out of 136000

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-3312453-1304115483/watcher-3312453-1304115483 -o /tmp/evaluation-result-3312453-1304115483/solver-3312453-1304115483 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3312453-1304115483.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: 7.26 7.92 7.88 4/198 22357
/proc/meminfo: memFree=30145160/32951124 swapFree=67111364/67111528
[pid=22357] ppid=22355 vsize=26088 CPUtime=0 cores=1,3,5,7
/proc/22357/stat : 22357 (java) S 22355 22357 22152 0 -1 4202496 1414 0 0 0 0 0 0 0 24 0 2 0 523148691 26714112 885 33554432000 1073741824 1073778376 140734812589136 18446744073709551615 253652662245 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/22357/statm: 6793 888 679 9 0 381 0
[pid=22357/tid=22358] ppid=22355 vsize=27172 CPUtime=0 cores=1,3,5,7
/proc/22357/task/22358/stat : 22358 (java) S 22355 22357 22152 0 -1 4202560 66 0 0 0 0 0 0 0 25 0 2 0 523148692 27824128 894 33554432000 1073741824 1073778376 140734812589136 18446744073709551615 253635935879 0 2147483391 4096 0 18446744071699199166 0 0 -1 5 0 0 0

[startup+0.0125609 s]
/proc/loadavg: 7.26 7.92 7.88 4/198 22357
/proc/meminfo: memFree=30145160/32951124 swapFree=67111364/67111528
[pid=22357] ppid=22355 vsize=15591648 CPUtime=0 cores=1,3,5,7
/proc/22357/stat : 22357 (java) S 22355 22357 22152 0 -1 4202496 2584 0 1 0 0 0 0 0 24 0 10 0 523148691 15965847552 2025 33554432000 1073741824 1073778376 140734812589136 18446744073709551615 253652662245 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/22357/statm: 3897912 2032 1165 9 0 3888660 0
[pid=22357/tid=22358] ppid=22355 vsize=15591648 CPUtime=0 cores=1,3,5,7
/proc/22357/task/22358/stat : 22358 (java) R 22355 22357 22152 0 -1 4202560 1229 0 1 0 0 0 0 0 25 0 10 0 523148692 15965847552 2036 33554432000 1073741824 1073778376 140734812589136 18446744073709551615 46912504009831 0 4 0 16784584 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15591648

[startup+0.100554 s]
/proc/loadavg: 7.26 7.92 7.88 4/198 22357
/proc/meminfo: memFree=30145160/32951124 swapFree=67111364/67111528
[pid=22357] ppid=22355 vsize=15676900 CPUtime=0.1 cores=1,3,5,7
/proc/22357/stat : 22357 (java) S 22355 22357 22152 0 -1 4202496 5650 0 1 0 9 1 0 0 24 0 18 0 523148691 16053145600 5052 33554432000 1073741824 1073778376 140734812589136 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/22357/statm: 3919225 5054 2118 9 0 3909944 0
[pid=22357/tid=22358] ppid=22355 vsize=15676900 CPUtime=0.08 cores=1,3,5,7
/proc/22357/task/22358/stat : 22358 (java) R 22355 22357 22152 0 -1 4202560 3464 0 1 0 8 0 0 0 18 0 18 0 523148692 16053145600 5054 33554432000 1073741824 1073778376 140734812589136 18446744073709551615 47187889694739 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15676900

[startup+0.300515 s]
/proc/loadavg: 7.26 7.92 7.88 4/198 22357
/proc/meminfo: memFree=30145160/32951124 swapFree=67111364/67111528
[pid=22357] ppid=22355 vsize=15683312 CPUtime=0.52 cores=1,3,5,7
/proc/22357/stat : 22357 (java) S 22355 22357 22152 0 -1 4202496 16247 0 1 0 49 3 0 0 24 0 18 0 523148691 16059711488 14375 33554432000 1073741824 1073778376 140734812589136 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/22357/statm: 3920828 14383 2207 9 0 3911547 0
[pid=22357/tid=22358] ppid=22355 vsize=15683312 CPUtime=0.28 cores=1,3,5,7
/proc/22357/task/22358/stat : 22358 (java) R 22355 22357 22152 0 -1 4202560 11008 0 1 0 27 1 0 0 18 0 18 0 523148692 16059711488 14386 33554432000 1073741824 1073778376 140734812589136 18446744073709551615 46912505635155 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 15683312

[startup+0.700404 s]
/proc/loadavg: 7.26 7.92 7.88 4/198 22357
/proc/meminfo: memFree=30145160/32951124 swapFree=67111364/67111528
[pid=22357] ppid=22355 vsize=15693880 CPUtime=1.33 cores=1,3,5,7
/proc/22357/stat : 22357 (java) S 22355 22357 22152 0 -1 4202496 43655 0 1 0 127 6 0 0 24 0 22 0 523148691 16070533120 38954 33554432000 1073741824 1073778376 140734812589136 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/22357/statm: 3923470 38955 2242 9 0 3914189 0
[pid=22357/tid=22358] ppid=22355 vsize=15693880 CPUtime=0.68 cores=1,3,5,7
/proc/22357/task/22358/stat : 22358 (java) R 22355 22357 22152 0 -1 4202560 29559 0 1 0 64 4 0 0 20 0 22 0 523148692 16070533120 38957 33554432000 1073741824 1073778376 140734812589136 18446744073709551615 46912505164284 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 15693880

[startup+1.50126 s]
/proc/loadavg: 7.26 7.92 7.88 11/220 22379
/proc/meminfo: memFree=29938524/32951124 swapFree=67111364/67111528
[pid=22357] ppid=22355 vsize=15702612 CPUtime=3.88 cores=1,3,5,7
/proc/22357/stat : 22357 (java) S 22355 22357 22152 0 -1 4202496 58332 0 1 0 380 8 0 0 24 0 22 0 523148691 16079474688 48029 33554432000 1073741824 1073778376 140734812589136 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/22357/statm: 3925653 48029 2274 9 0 3916372 0
[pid=22357/tid=22358] ppid=22355 vsize=15702612 CPUtime=0.85 cores=1,3,5,7
/proc/22357/task/22358/stat : 22358 (java) S 22355 22357 22152 0 -1 4202560 29644 0 1 0 81 4 0 0 20 0 22 0 523148692 16079474688 48029 33554432000 1073741824 1073778376 140734812589136 18446744073709551615 253652675481 0 4 0 16800975 18446604469718988928 0 0 -1 5 0 0 0
[pid=22357/tid=22360] ppid=22355 vsize=15702612 CPUtime=0 cores=1,3,5,7
/proc/22357/task/22360/stat : 22360 (java) S 22355 22357 22152 0 -1 4202560 328 0 0 0 0 0 0 0 18 0 22 0 523148692 16079474688 48029 33554432000 1073741824 1073778376 140734812589136 18446744073709551615 253652675481 0 4 0 16800975 18446604469718988928 0 0 -1 5 0 0 0
[pid=22357/tid=22361] ppid=22355 vsize=15702612 CPUtime=0 cores=1,3,5,7
/proc/22357/task/22361/stat : 22361 (java) S 22355 22357 22152 0 -1 4202560 800 0 0 0 0 0 0 0 18 0 22 0 523148692 16079474688 48029 33554432000 1073741824 1073778376 140734812589136 18446744073709551615 253652675481 0 4 0 16800975 18446604469718988928 0 0 -1 3 0 0 0
[pid=22357/tid=22362] ppid=22355 vsize=15702612 CPUtime=0 cores=1,3,5,7
/proc/22357/task/22362/stat : 22362 (java) S 22355 22357 22152 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 523148692 16079474688 48029 33554432000 1073741824 1073778376 140734812589136 18446744073709551615 253652675481 0 4 0 16800975 18446604469718988928 0 0 -1 3 0 0 0
[pid=22357/tid=22363] ppid=22355 vsize=15702612 CPUtime=0 cores=1,3,5,7
/proc/22357/task/22363/stat : 22363 (java) S 22355 22357 22152 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 523148692 16079474688 48029 33554432000 1073741824 1073778376 140734812589136 18446744073709551615 253652675481 0 4 0 16800975 18446604469718988928 0 0 -1 5 0 0 0
[pid=22357/tid=22364] ppid=22355 vsize=15702612 CPUtime=0 cores=1,3,5,7
/proc/22357/task/22364/stat : 22364 (java) S 22355 22357 22152 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 523148692 16079474688 48029 33554432000 1073741824 1073778376 140734812589136 18446744073709551615 253652675481 0 4 0 16800975 18446604469718988928 0 0 -1 5 0 0 0
[pid=22357/tid=22365] ppid=22355 vsize=15702612 CPUtime=0 cores=1,3,5,7
/proc/22357/task/22365/stat : 22365 (java) S 22355 22357 22152 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 523148692 16079474688 48029 33554432000 1073741824 1073778376 140734812589136 18446744073709551615 253652675481 0 4 0 16800975 18446604469718988928 0 0 -1 5 0 0 0
[pid=22357/tid=22366] ppid=22355 vsize=15702612 CPUtime=0 cores=1,3,5,7
/proc/22357/task/22366/stat : 22366 (java) S 22355 22357 22152 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 523148692 16079474688 48029 33554432000 1073741824 1073778376 140734812589136 18446744073709551615 253652675481 0 4 0 16800975 18446604469718988928 0 0 -1 5 0 0 0
[pid=22357/tid=22367] ppid=22355 vsize=15702612 CPUtime=0 cores=1,3,5,7
/proc/22357/task/22367/stat : 22367 (java) S 22355 22357 22152 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 523148692 16079474688 48030 33554432000 1073741824 1073778376 140734812589136 18446744073709551615 253652675481 0 4 0 16800975 18446604469718988928 0 0 -1 5 0 0 0
[pid=22357/tid=22368] ppid=22355 vsize=15702612 CPUtime=0 cores=1,3,5,7
/proc/22357/task/22368/stat : 22368 (java) S 22355 22357 22152 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 22 0 523148693 16079474688 48031 33554432000 1073741824 1073778376 140734812589136 18446744073709551615 253652676096 0 0 0 16800975 18446604469718988928 0 0 -1 3 0 0 0
[pid=22357/tid=22369] ppid=22355 vsize=15702612 CPUtime=0 cores=1,3,5,7
/proc/22357/task/22369/stat : 22369 (java) S 22355 22357 22152 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 523148694 16079474688 48034 33554432000 1073741824 1073778376 140734812589136 18446744073709551615 253652675481 0 4 0 16800975 18446604469718988928 0 0 -1 3 0 0 0
[pid=22357/tid=22370] ppid=22355 vsize=15702612 CPUtime=0 cores=1,3,5,7
/proc/22357/task/22370/stat : 22370 (java) S 22355 22357 22152 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 523148694 16079474688 48036 33554432000 1073741824 1073778376 140734812589136 18446744073709551615 253652675481 0 4 0 16800975 18446604469718988928 0 0 -1 3 0 0 0
[pid=22357/tid=22371] ppid=22355 vsize=15702612 CPUtime=0 cores=1,3,5,7
/proc/22357/task/22371/stat : 22371 (java) S 22355 22357 22152 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523148696 16079474688 48037 33554432000 1073741824 1073778376 140734812589136 18446744073709551615 253652683185 0 4 0 16800975 18446604469718988928 0 0 -1 3 0 0 0
[pid=22357/tid=22372] ppid=22355 vsize=15702612 CPUtime=0.85 cores=1,3,5,7
/proc/22357/task/22372/stat : 22372 (java) R 22355 22357 22152 0 -1 4202560 14316 0 0 0 84 1 0 0 24 0 22 0 523148696 16079474688 48039 33554432000 1073741824 1073778376 140734812589136 18446744073709551615 253652675481 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=22357/tid=22373] ppid=22355 vsize=15702612 CPUtime=0.72 cores=1,3,5,7
/proc/22357/task/22373/stat : 22373 (java) S 22355 22357 22152 0 -1 4202560 6413 0 0 0 72 0 0 0 25 0 22 0 523148696 16079474688 48041 33554432000 1073741824 1073778376 140734812589136 18446744073709551615 253652675481 0 4 0 16800975 18446604469718988928 0 0 -1 3 0 0 0
[pid=22357/tid=22374] ppid=22355 vsize=15702612 CPUtime=0 cores=1,3,5,7
/proc/22357/task/22374/stat : 22374 (java) S 22355 22357 22152 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523148696 16079474688 48043 33554432000 1073741824 1073778376 140734812589136 18446744073709551615 253652675481 0 4 0 16800975 18446604469718988928 0 0 -1 3 0 0 0
[pid=22357/tid=22375] ppid=22355 vsize=15702612 CPUtime=0 cores=1,3,5,7
/proc/22357/task/22375/stat : 22375 (java) S 22355 22357 22152 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 523148696 16079474688 48046 33554432000 1073741824 1073778376 140734812589136 18446744073709551615 253652676096 0 4 0 16800975 18446604469718988928 0 0 -1 3 0 0 0
[pid=22357/tid=22376] ppid=22355 vsize=15702612 CPUtime=0.36 cores=1,3,5,7
/proc/22357/task/22376/stat : 22376 (java) R 22355 22357 22152 0 -1 4202560 2059 0 0 0 36 0 0 0 16 0 22 0 523148733 16079474688 48047 33554432000 1073741824 1073778376 140734812589136 18446744073709551615 46912505883217 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=22357/tid=22377] ppid=22355 vsize=15702612 CPUtime=0.4 cores=1,3,5,7
/proc/22357/task/22377/stat : 22377 (java) R 22355 22357 22152 0 -1 4202560 699 0 0 0 40 0 0 0 16 0 22 0 523148733 16079474688 48050 33554432000 1073741824 1073778376 140734812589136 18446744073709551615 46912505838520 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=22357/tid=22378] ppid=22355 vsize=15702612 CPUtime=0.4 cores=1,3,5,7
/proc/22357/task/22378/stat : 22378 (java) R 22355 22357 22152 0 -1 4202560 2512 0 0 0 40 0 0 0 16 0 22 0 523148733 16079474688 48051 33554432000 1073741824 1073778376 140734812589136 18446744073709551615 46912505903329 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=22357/tid=22379] ppid=22355 vsize=15702612 CPUtime=0.23 cores=1,3,5,7
/proc/22357/task/22379/stat : 22379 (java) R 22355 22357 22152 0 -1 4202560 177 0 0 0 23 0 0 0 16 0 22 0 523148733 16079474688 48053 33554432000 1073741824 1073778376 140734812589136 18446744073709551615 46912505768848 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.88
Current children cumulated vsize (KiB) 15702612

[startup+3.10097 s]
/proc/loadavg: 7.26 7.92 7.88 12/220 22379
/proc/meminfo: memFree=29594920/32951124 swapFree=67111364/67111528
[pid=22357] ppid=22355 vsize=15702612 CPUtime=10.26 cores=1,3,5,7
/proc/22357/stat : 22357 (java) S 22355 22357 22152 0 -1 4202496 110692 0 1 0 1009 17 0 0 24 0 22 0 523148691 16079474688 100277 33554432000 1073741824 1073778376 140734812589136 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/22357/statm: 3925653 100277 2274 9 0 3916372 0
[pid=22357/tid=22358] ppid=22355 vsize=15702612 CPUtime=0.85 cores=1,3,5,7
/proc/22357/task/22358/stat : 22358 (java) S 22355 22357 22152 0 -1 4202560 29644 0 1 0 81 4 0 0 20 0 22 0 523148692 16079474688 100277 33554432000 1073741824 1073778376 140734812589136 18446744073709551615 253652675481 0 4 0 16800975 18446604469718988928 0 0 -1 5 0 0 0
[pid=22357/tid=22360] ppid=22355 vsize=15702612 CPUtime=0 cores=1,3,5,7
/proc/22357/task/22360/stat : 22360 (java) S 22355 22357 22152 0 -1 4202560 328 0 0 0 0 0 0 0 15 0 22 0 523148692 16079474688 100277 33554432000 1073741824 1073778376 140734812589136 18446744073709551615 253652675481 0 4 0 16800975 18446604469718988928 0 0 -1 5 0 0 0
[pid=22357/tid=22361] ppid=22355 vsize=15702612 CPUtime=0.01 cores=1,3,5,7
/proc/22357/task/22361/stat : 22361 (java) S 22355 22357 22152 0 -1 4202560 5700 0 0 0 1 0 0 0 16 0 22 0 523148692 16079474688 100277 33554432000 1073741824 1073778376 140734812589136 18446744073709551615 253652675481 0 4 0 16800975 18446604469718988928 0 0 -1 3 0 0 0
[pid=22357/tid=22362] ppid=22355 vsize=15702612 CPUtime=0.01 cores=1,3,5,7
/proc/22357/task/22362/stat : 22362 (java) S 22355 22357 22152 0 -1 4202560 5555 0 0 0 1 0 0 0 16 0 22 0 523148692 16079474688 100277 33554432000 1073741824 1073778376 140734812589136 18446744073709551615 253652675481 0 4 0 16800975 18446604469718988928 0 0 -1 5 0 0 0
[pid=22357/tid=22363] ppid=22355 vsize=15702612 CPUtime=0 cores=1,3,5,7
/proc/22357/task/22363/stat : 22363 (java) S 22355 22357 22152 0 -1 4202560 2708 0 0 0 0 0 0 0 15 0 22 0 523148692 16079474688 100277 33554432000 1073741824 1073778376 140734812589136 18446744073709551615 253652675481 0 4 0 16800975 18446604469718988928 0 0 -1 1 0 0 0
[pid=22357/tid=22364] ppid=22355 vsize=15702612 CPUtime=0.02 cores=1,3,5,7
/proc/22357/task/22364/stat : 22364 (java) S 22355 22357 22152 0 -1 4202560 6924 0 0 0 1 1 0 0 16 0 22 0 523148692 16079474688 100277 33554432000 1073741824 1073778376 140734812589136 18446744073709551615 253652675481 0 4 0 16800975 18446604469718988928 0 0 -1 1 0 0 0
[pid=22357/tid=22365] ppid=22355 vsize=15702612 CPUtime=0.01 cores=1,3,5,7
/proc/22357/task/22365/stat : 22365 (java) S 22355 22357 22152 0 -1 4202560 6696 0 0 0 0 1 0 0 16 0 22 0 523148692 16079474688 100277 33554432000 1073741824 1073778376 140734812589136 18446744073709551615 253652675481 0 4 0 16800975 18446604469718988928 0 0 -1 7 0 0 0
[pid=22357/tid=22366] ppid=22355 vsize=15702612 CPUtime=0 cores=1,3,5,7
/proc/22357/task/22366/stat : 22366 (java) S 22355 22357 22152 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 523148692 16079474688 100277 33554432000 1073741824 1073778376 140734812589136 18446744073709551615 253652675481 0 4 0 16800975 18446604469718988928 0 0 -1 3 0 0 0
[pid=22357/tid=22367] ppid=22355 vsize=15702612 CPUtime=0 cores=1,3,5,7
/proc/22357/task/22367/stat : 22367 (java) S 22355 22357 22152 0 -1 4202560 2895 0 0 0 0 0 0 0 15 0 22 0 523148692 16079474688 100277 33554432000 1073741824 1073778376 140734812589136 18446744073709551615 253652675481 0 4 0 16800975 18446604469718988928 0 0 -1 5 0 0 0
[pid=22357/tid=22368] ppid=22355 vsize=15702612 CPUtime=0 cores=1,3,5,7
/proc/22357/task/22368/stat : 22368 (java) S 22355 22357 22152 0 -1 4202560 231 0 0 0 0 0 0 0 16 0 22 0 523148693 16079474688 100277 33554432000 1073741824 1073778376 140734812589136 18446744073709551615 253652676096 0 0 0 16800975 18446604469718988928 0 0 -1 1 0 0 0
[pid=22357/tid=22369] ppid=22355 vsize=15702612 CPUtime=0 cores=1,3,5,7
/proc/22357/task/22369/stat : 22369 (java) S 22355 22357 22152 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 523148694 16079474688 100277 33554432000 1073741824 1073778376 140734812589136 18446744073709551615 253652675481 0 4 0 16800975 18446604469718988928 0 0 -1 3 0 0 0
[pid=22357/tid=22370] ppid=22355 vsize=15702612 CPUtime=0 cores=1,3,5,7
/proc/22357/task/22370/stat : 22370 (java) S 22355 22357 22152 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 523148694 16079474688 100277 33554432000 1073741824 1073778376 140734812589136 18446744073709551615 253652675481 0 4 0 16800975 18446604469718988928 0 0 -1 3 0 0 0
[pid=22357/tid=22371] ppid=22355 vsize=15702612 CPUtime=0 cores=1,3,5,7
/proc/22357/task/22371/stat : 22371 (java) S 22355 22357 22152 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523148696 16079474688 100277 33554432000 1073741824 1073778376 140734812589136 18446744073709551615 253652683185 0 4 0 16800975 18446604469718988928 0 0 -1 3 0 0 0
[pid=22357/tid=22372] ppid=22355 vsize=15702612 CPUtime=0.85 cores=1,3,5,7
/proc/22357/task/22372/stat : 22372 (java) R 22355 22357 22152 0 -1 4202560 14317 0 0 0 84 1 0 0 22 0 22 0 523148696 16079474688 100277 33554432000 1073741824 1073778376 140734812589136 18446744073709551615 253652675481 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=22357/tid=22373] ppid=22355 vsize=15702612 CPUtime=0.72 cores=1,3,5,7
/proc/22357/task/22373/stat : 22373 (java) R 22355 22357 22152 0 -1 4202560 6413 0 0 0 72 0 0 0 21 0 22 0 523148696 16079474688 100277 33554432000 1073741824 1073778376 140734812589136 18446744073709551615 253652685493 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=22357/tid=22374] ppid=22355 vsize=15702612 CPUtime=0 cores=1,3,5,7
/proc/22357/task/22374/stat : 22374 (java) S 22355 22357 22152 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523148696 16079474688 100277 33554432000 1073741824 1073778376 140734812589136 18446744073709551615 253652675481 0 4 0 16800975 18446604469718988928 0 0 -1 3 0 0 0
[pid=22357/tid=22375] ppid=22355 vsize=15702612 CPUtime=0 cores=1,3,5,7
/proc/22357/task/22375/stat : 22375 (java) S 22355 22357 22152 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 523148696 16079474688 100277 33554432000 1073741824 1073778376 140734812589136 18446744073709551615 253652676096 0 4 0 16800975 18446604469718988928 0 0 -1 3 0 0 0
[pid=22357/tid=22376] ppid=22355 vsize=15702612 CPUtime=1.92 cores=1,3,5,7
/proc/22357/task/22376/stat : 22376 (java) R 22355 22357 22152 0 -1 4202560 7511 0 0 0 191 1 0 0 17 0 22 0 523148733 16079474688 100277 33554432000 1073741824 1073778376 140734812589136 18446744073709551615 46912505198358 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=22357/tid=22377] ppid=22355 vsize=15702612 CPUtime=1.96 cores=1,3,5,7
/proc/22357/task/22377/stat : 22377 (java) R 22355 22357 22152 0 -1 4202560 6338 0 0 0 196 0 0 0 17 0 22 0 523148733 16079474688 100277 33554432000 1073741824 1073778376 140734812589136 18446744073709551615 46912505201599 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=22357/tid=22378] ppid=22355 vsize=15702612 CPUtime=1.97 cores=1,3,5,7
/proc/22357/task/22378/stat : 22378 (java) R 22355 22357 22152 0 -1 4202560 8144 0 0 0 196 1 0 0 17 0 22 0 523148733 16079474688 100277 33554432000 1073741824 1073778376 140734812589136 18446744073709551615 47187887313749 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=22357/tid=22379] ppid=22355 vsize=15702612 CPUtime=1.78 cores=1,3,5,7
/proc/22357/task/22379/stat : 22379 (java) R 22355 22357 22152 0 -1 4202560 5901 0 0 0 178 0 0 0 17 0 22 0 523148733 16079474688 100277 33554432000 1073741824 1073778376 140734812589136 18446744073709551615 46912505838547 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 10.26
Current children cumulated vsize (KiB) 15702612

[startup+6.30138 s]
/proc/loadavg: 7.56 7.97 7.90 10/220 22379
/proc/meminfo: memFree=28612356/32951124 swapFree=67111364/67111528
[pid=22357] ppid=22355 vsize=15704484 CPUtime=23.02 cores=1,3,5,7
/proc/22357/stat : 22357 (java) S 22355 22357 22152 0 -1 4202496 194416 0 1 0 2275 27 0 0 24 0 22 0 523148691 16081391616 182841 33554432000 1073741824 1073778376 140734812589136 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/22357/statm: 3926121 182841 2288 9 0 3916840 0
[pid=22357/tid=22358] ppid=22355 vsize=15704484 CPUtime=0.85 cores=1,3,5,7
/proc/22357/task/22358/stat : 22358 (java) S 22355 22357 22152 0 -1 4202560 29644 0 1 0 81 4 0 0 20 0 22 0 523148692 16081391616 182841 33554432000 1073741824 1073778376 140734812589136 18446744073709551615 253652675481 0 4 0 16800975 18446604469718988928 0 0 -1 5 0 0 0
[pid=22357/tid=22360] ppid=22355 vsize=15704484 CPUtime=0.01 cores=1,3,5,7
/proc/22357/task/22360/stat : 22360 (java) S 22355 22357 22152 0 -1 4202560 4840 0 0 0 1 0 0 0 16 0 22 0 523148692 16081391616 182841 33554432000 1073741824 1073778376 140734812589136 18446744073709551615 253652675481 0 4 0 16800975 18446604469718988928 0 0 -1 7 0 0 0
[pid=22357/tid=22361] ppid=22355 vsize=15704484 CPUtime=0.02 cores=1,3,5,7
/proc/22357/task/22361/stat : 22361 (java) S 22355 22357 22152 0 -1 4202560 8283 0 0 0 1 1 0 0 16 0 22 0 523148692 16081391616 182841 33554432000 1073741824 1073778376 140734812589136 18446744073709551615 253652675481 0 4 0 16800975 18446604469718988928 0 0 -1 3 0 0 0
[pid=22357/tid=22362] ppid=22355 vsize=15704484 CPUtime=0.03 cores=1,3,5,7
/proc/22357/task/22362/stat : 22362 (java) S 22355 22357 22152 0 -1 4202560 10712 0 0 0 2 1 0 0 15 0 22 0 523148692 16081391616 182841 33554432000 1073741824 1073778376 140734812589136 18446744073709551615 253652675481 0 4 0 16800975 18446604469718988928 0 0 -1 5 0 0 0
[pid=22357/tid=22363] ppid=22355 vsize=15704484 CPUtime=0.02 cores=1,3,5,7
/proc/22357/task/22363/stat : 22363 (java) S 22355 22357 22152 0 -1 4202560 7880 0 0 0 1 1 0 0 16 0 22 0 523148692 16081391616 182841 33554432000 1073741824 1073778376 140734812589136 18446744073709551615 253652675481 0 4 0 16800975 18446604469718988928 0 0 -1 1 0 0 0
[pid=22357/tid=22364] ppid=22355 vsize=15704484 CPUtime=0.03 cores=1,3,5,7
/proc/22357/task/22364/stat : 22364 (java) S 22355 22357 22152 0 -1 4202560 9456 0 0 0 2 1 0 0 16 0 22 0 523148692 16081391616 182841 33554432000 1073741824 1073778376 140734812589136 18446744073709551615 253652675481 0 4 0 16800975 18446604469718988928 0 0 -1 1 0 0 0
[pid=22357/tid=22365] ppid=22355 vsize=15704484 CPUtime=0.02 cores=1,3,5,7
/proc/22357/task/22365/stat : 22365 (java) S 22355 22357 22152 0 -1 4202560 9010 0 0 0 1 1 0 0 15 0 22 0 523148692 16081391616 182841 33554432000 1073741824 1073778376 140734812589136 18446744073709551615 253652675481 0 4 0 16800975 18446604469718988928 0 0 -1 7 0 0 0
[pid=22357/tid=22366] ppid=22355 vsize=15704484 CPUtime=0 cores=1,3,5,7
/proc/22357/task/22366/stat : 22366 (java) S 22355 22357 22152 0 -1 4202560 2713 0 0 0 0 0 0 0 16 0 22 0 523148692 16081391616 182841 33554432000 1073741824 1073778376 140734812589136 18446744073709551615 253652675481 0 4 0 16800975 18446604469718988928 0 0 -1 3 0 0 0
[pid=22357/tid=22367] ppid=22355 vsize=15704484 CPUtime=0.01 cores=1,3,5,7
/proc/22357/task/22367/stat : 22367 (java) S 22355 22357 22152 0 -1 4202560 7629 0 0 0 0 1 0 0 16 0 22 0 523148692 16081391616 182841 33554432000 1073741824 1073778376 140734812589136 18446744073709551615 253652675481 0 4 0 16800975 18446604469718988928 0 0 -1 5 0 0 0

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

[pid=22357/tid=22377] ppid=22355 vsize=15704484 CPUtime=1048.63 cores=1,3,5,7
/proc/22357/task/22377/stat : 22377 (java) R 22355 22357 22152 0 -1 4202560 215262 0 0 0 104827 36 0 0 25 0 22 0 523148733 16081391616 98192 33554432000 1073741824 1073778376 140734812589136 18446744073709551615 46912505862196 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=22357/tid=22378] ppid=22355 vsize=15704484 CPUtime=1048.6 cores=1,3,5,7
/proc/22357/task/22378/stat : 22378 (java) R 22355 22357 22152 0 -1 4202560 214401 0 0 0 104823 37 0 0 25 0 22 0 523148733 16081391616 98192 33554432000 1073741824 1073778376 140734812589136 18446744073709551615 46912505883626 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=22357/tid=22379] ppid=22355 vsize=15704484 CPUtime=1047.85 cores=1,3,5,7
/proc/22357/task/22379/stat : 22379 (java) R 22355 22357 22152 0 -1 4202560 210652 0 0 0 104752 33 0 0 25 0 22 0 523148733 16081391616 98192 33554432000 1073741824 1073778376 140734812589136 18446744073709551615 46912505768799 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4224
Current children cumulated vsize (KiB) 15704484

[startup+1122.3 s]
/proc/loadavg: 7.98 8.05 8.00 10/220 22409
/proc/meminfo: memFree=25103244/32951124 swapFree=67111364/67111528
[pid=22357] ppid=22355 vsize=15704484 CPUtime=4462.68 cores=1,3,5,7
/proc/22357/stat : 22357 (java) S 22355 22357 22152 0 -1 4202496 1612367 0 1 0 445908 360 0 0 24 0 22 0 523148691 16081391616 94528 33554432000 1073741824 1073778376 140734812589136 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/22357/statm: 3926121 94528 2299 9 0 3916840 0
[pid=22357/tid=22358] ppid=22355 vsize=15704484 CPUtime=0.85 cores=1,3,5,7
/proc/22357/task/22358/stat : 22358 (java) S 22355 22357 22152 0 -1 4202560 29644 0 1 0 81 4 0 0 20 0 22 0 523148692 16081391616 94528 33554432000 1073741824 1073778376 140734812589136 18446744073709551615 253652675481 0 4 0 16800975 18446604469718988928 0 0 -1 5 0 0 0
[pid=22357/tid=22360] ppid=22355 vsize=15704484 CPUtime=3.3 cores=1,3,5,7
/proc/22357/task/22360/stat : 22360 (java) S 22355 22357 22152 0 -1 4202560 80664 0 0 0 313 17 0 0 15 0 22 0 523148692 16081391616 94528 33554432000 1073741824 1073778376 140734812589136 18446744073709551615 253652675481 0 4 0 16800975 18446604469718988928 0 0 -1 7 0 0 0
[pid=22357/tid=22361] ppid=22355 vsize=15704484 CPUtime=3.34 cores=1,3,5,7
/proc/22357/task/22361/stat : 22361 (java) S 22355 22357 22152 0 -1 4202560 84196 0 0 0 314 20 0 0 16 0 22 0 523148692 16081391616 94528 33554432000 1073741824 1073778376 140734812589136 18446744073709551615 253652675481 0 4 0 16800975 18446604469718988928 0 0 -1 1 0 0 0
[pid=22357/tid=22362] ppid=22355 vsize=15704484 CPUtime=3.41 cores=1,3,5,7
/proc/22357/task/22362/stat : 22362 (java) S 22355 22357 22152 0 -1 4202560 85112 0 0 0 324 17 0 0 15 0 22 0 523148692 16081391616 94528 33554432000 1073741824 1073778376 140734812589136 18446744073709551615 253652675481 0 4 0 16800975 18446604469718988928 0 0 -1 5 0 0 0
[pid=22357/tid=22363] ppid=22355 vsize=15704484 CPUtime=3.39 cores=1,3,5,7
/proc/22357/task/22363/stat : 22363 (java) S 22355 22357 22152 0 -1 4202560 85255 0 0 0 320 19 0 0 15 0 22 0 523148692 16081391616 94528 33554432000 1073741824 1073778376 140734812589136 18446744073709551615 253652675481 0 4 0 16800975 18446604469718988928 0 0 -1 5 0 0 0
[pid=22357/tid=22364] ppid=22355 vsize=15704484 CPUtime=3.36 cores=1,3,5,7
/proc/22357/task/22364/stat : 22364 (java) S 22355 22357 22152 0 -1 4202560 84672 0 0 0 318 18 0 0 16 0 22 0 523148692 16081391616 94528 33554432000 1073741824 1073778376 140734812589136 18446744073709551615 253652675481 0 4 0 16800975 18446604469718988928 0 0 -1 7 0 0 0
[pid=22357/tid=22365] ppid=22355 vsize=15704484 CPUtime=3.33 cores=1,3,5,7
/proc/22357/task/22365/stat : 22365 (java) S 22355 22357 22152 0 -1 4202560 83819 0 0 0 315 18 0 0 16 0 22 0 523148692 16081391616 94528 33554432000 1073741824 1073778376 140734812589136 18446744073709551615 253652675481 0 4 0 16800975 18446604469718988928 0 0 -1 5 0 0 0
[pid=22357/tid=22366] ppid=22355 vsize=15704484 CPUtime=3.26 cores=1,3,5,7
/proc/22357/task/22366/stat : 22366 (java) S 22355 22357 22152 0 -1 4202560 74503 0 0 0 310 16 0 0 16 0 22 0 523148692 16081391616 94528 33554432000 1073741824 1073778376 140734812589136 18446744073709551615 253652675481 0 4 0 16800975 18446604469718988928 0 0 -1 3 0 0 0
[pid=22357/tid=22367] ppid=22355 vsize=15704484 CPUtime=3.3 cores=1,3,5,7
/proc/22357/task/22367/stat : 22367 (java) S 22355 22357 22152 0 -1 4202560 78949 0 0 0 313 17 0 0 16 0 22 0 523148692 16081391616 94528 33554432000 1073741824 1073778376 140734812589136 18446744073709551615 253652675481 0 4 0 16800975 18446604469718988928 0 0 -1 1 0 0 0
[pid=22357/tid=22368] ppid=22355 vsize=15704484 CPUtime=1.93 cores=1,3,5,7
/proc/22357/task/22368/stat : 22368 (java) S 22355 22357 22152 0 -1 4202560 4472 0 0 0 135 58 0 0 16 0 22 0 523148693 16081391616 94528 33554432000 1073741824 1073778376 140734812589136 18446744073709551615 253652676096 0 0 0 16800975 18446604469718988928 0 0 -1 3 0 0 0
[pid=22357/tid=22369] ppid=22355 vsize=15704484 CPUtime=0 cores=1,3,5,7
/proc/22357/task/22369/stat : 22369 (java) S 22355 22357 22152 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 523148694 16081391616 94528 33554432000 1073741824 1073778376 140734812589136 18446744073709551615 253652675481 0 4 0 16800975 18446604469718988928 0 0 -1 3 0 0 0
[pid=22357/tid=22370] ppid=22355 vsize=15704484 CPUtime=0 cores=1,3,5,7
/proc/22357/task/22370/stat : 22370 (java) S 22355 22357 22152 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 523148694 16081391616 94528 33554432000 1073741824 1073778376 140734812589136 18446744073709551615 253652675481 0 4 0 16800975 18446604469718988928 0 0 -1 3 0 0 0
[pid=22357/tid=22371] ppid=22355 vsize=15704484 CPUtime=0 cores=1,3,5,7
/proc/22357/task/22371/stat : 22371 (java) S 22355 22357 22152 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523148696 16081391616 94528 33554432000 1073741824 1073778376 140734812589136 18446744073709551615 253652683185 0 4 0 16800975 18446604469718988928 0 0 -1 3 0 0 0
[pid=22357/tid=22372] ppid=22355 vsize=15704484 CPUtime=1.17 cores=1,3,5,7
/proc/22357/task/22372/stat : 22372 (java) S 22355 22357 22152 0 -1 4202560 14399 0 0 0 116 1 0 0 15 0 22 0 523148696 16081391616 94528 33554432000 1073741824 1073778376 140734812589136 18446744073709551615 253652675481 0 4 0 16800975 18446604469718988928 0 0 -1 1 0 0 0
[pid=22357/tid=22373] ppid=22355 vsize=15704484 CPUtime=1.33 cores=1,3,5,7
/proc/22357/task/22373/stat : 22373 (java) S 22355 22357 22152 0 -1 4202560 7049 0 0 0 132 1 0 0 15 0 22 0 523148696 16081391616 94528 33554432000 1073741824 1073778376 140734812589136 18446744073709551615 253652675481 0 4 0 16800975 18446604469718988928 0 0 -1 3 0 0 0
[pid=22357/tid=22374] ppid=22355 vsize=15704484 CPUtime=0 cores=1,3,5,7
/proc/22357/task/22374/stat : 22374 (java) S 22355 22357 22152 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523148696 16081391616 94528 33554432000 1073741824 1073778376 140734812589136 18446744073709551615 253652675481 0 4 0 16800975 18446604469718988928 0 0 -1 3 0 0 0
[pid=22357/tid=22375] ppid=22355 vsize=15704484 CPUtime=0 cores=1,3,5,7
/proc/22357/task/22375/stat : 22375 (java) S 22355 22357 22152 0 -1 4202560 65 0 0 0 0 0 0 0 15 0 22 0 523148696 16081391616 94528 33554432000 1073741824 1073778376 140734812589136 18446744073709551615 253652676096 0 4 0 16800975 18446604469718988928 0 0 -1 1 0 0 0
[pid=22357/tid=22376] ppid=22355 vsize=15704484 CPUtime=1107.6 cores=1,3,5,7
/proc/22357/task/22376/stat : 22376 (java) R 22355 22357 22152 0 -1 4202560 223504 0 0 0 110726 34 0 0 25 0 22 0 523148733 16081391616 94528 33554432000 1073741824 1073778376 140734812589136 18446744073709551615 47187891115040 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=22357/tid=22377] ppid=22355 vsize=15704484 CPUtime=1107.84 cores=1,3,5,7
/proc/22357/task/22377/stat : 22377 (java) R 22355 22357 22152 0 -1 4202560 226420 0 0 0 110746 38 0 0 25 0 22 0 523148733 16081391616 94528 33554432000 1073741824 1073778376 140734812589136 18446744073709551615 46912505838627 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=22357/tid=22378] ppid=22355 vsize=15704484 CPUtime=1107.94 cores=1,3,5,7
/proc/22357/task/22378/stat : 22378 (java) R 22355 22357 22152 0 -1 4202560 226104 0 0 0 110755 39 0 0 25 0 22 0 523148733 16081391616 94528 33554432000 1073741824 1073778376 140734812589136 18446744073709551615 46912505768946 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=22357/tid=22379] ppid=22355 vsize=15704484 CPUtime=1107.17 cores=1,3,5,7
/proc/22357/task/22379/stat : 22379 (java) R 22355 22357 22152 0 -1 4202560 222155 0 0 0 110682 35 0 0 25 0 22 0 523148733 16081391616 94528 33554432000 1073741824 1073778376 140734812589136 18446744073709551615 18446744073699065939 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4462.68
Current children cumulated vsize (KiB) 15704484

[startup+1182.3 s]
/proc/loadavg: 8.03 8.05 8.00 10/220 22410
/proc/meminfo: memFree=25292064/32951124 swapFree=67111364/67111528
[pid=22357] ppid=22355 vsize=15704484 CPUtime=4701.33 cores=1,3,5,7
/proc/22357/stat : 22357 (java) S 22355 22357 22152 0 -1 4202496 1701902 0 1 0 469754 379 0 0 24 0 22 0 523148691 16081391616 99331 33554432000 1073741824 1073778376 140734812589136 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/22357/statm: 3926121 99331 2299 9 0 3916840 0
[pid=22357/tid=22358] ppid=22355 vsize=15704484 CPUtime=0.85 cores=1,3,5,7
/proc/22357/task/22358/stat : 22358 (java) S 22355 22357 22152 0 -1 4202560 29644 0 1 0 81 4 0 0 20 0 22 0 523148692 16081391616 99331 33554432000 1073741824 1073778376 140734812589136 18446744073709551615 253652675481 0 4 0 16800975 18446604469718988928 0 0 -1 5 0 0 0
[pid=22357/tid=22360] ppid=22355 vsize=15704484 CPUtime=3.47 cores=1,3,5,7
/proc/22357/task/22360/stat : 22360 (java) S 22355 22357 22152 0 -1 4202560 84519 0 0 0 330 17 0 0 16 0 22 0 523148692 16081391616 99331 33554432000 1073741824 1073778376 140734812589136 18446744073709551615 253652675481 0 4 0 16800975 18446604469718988928 0 0 -1 7 0 0 0
[pid=22357/tid=22361] ppid=22355 vsize=15704484 CPUtime=3.5 cores=1,3,5,7
/proc/22357/task/22361/stat : 22361 (java) S 22355 22357 22152 0 -1 4202560 86850 0 0 0 329 21 0 0 15 0 22 0 523148692 16081391616 99331 33554432000 1073741824 1073778376 140734812589136 18446744073709551615 253652675481 0 4 0 16800975 18446604469718988928 0 0 -1 7 0 0 0
[pid=22357/tid=22362] ppid=22355 vsize=15704484 CPUtime=3.58 cores=1,3,5,7
/proc/22357/task/22362/stat : 22362 (java) S 22355 22357 22152 0 -1 4202560 88539 0 0 0 341 17 0 0 15 0 22 0 523148692 16081391616 99331 33554432000 1073741824 1073778376 140734812589136 18446744073709551615 253652675481 0 4 0 16800975 18446604469718988928 0 0 -1 5 0 0 0
[pid=22357/tid=22363] ppid=22355 vsize=15704484 CPUtime=3.59 cores=1,3,5,7
/proc/22357/task/22363/stat : 22363 (java) S 22355 22357 22152 0 -1 4202560 88945 0 0 0 339 20 0 0 15 0 22 0 523148692 16081391616 99331 33554432000 1073741824 1073778376 140734812589136 18446744073709551615 253652675481 0 4 0 16800975 18446604469718988928 0 0 -1 1 0 0 0
[pid=22357/tid=22364] ppid=22355 vsize=15704484 CPUtime=3.53 cores=1,3,5,7
/proc/22357/task/22364/stat : 22364 (java) S 22355 22357 22152 0 -1 4202560 88660 0 0 0 335 18 0 0 15 0 22 0 523148692 16081391616 99331 33554432000 1073741824 1073778376 140734812589136 18446744073709551615 253652675481 0 4 0 16800975 18446604469718988928 0 0 -1 3 0 0 0
[pid=22357/tid=22365] ppid=22355 vsize=15704484 CPUtime=3.53 cores=1,3,5,7
/proc/22357/task/22365/stat : 22365 (java) S 22355 22357 22152 0 -1 4202560 87595 0 0 0 334 19 0 0 15 0 22 0 523148692 16081391616 99331 33554432000 1073741824 1073778376 140734812589136 18446744073709551615 253652675481 0 4 0 16800975 18446604469718988928 0 0 -1 1 0 0 0
[pid=22357/tid=22366] ppid=22355 vsize=15704484 CPUtime=3.44 cores=1,3,5,7
/proc/22357/task/22366/stat : 22366 (java) S 22355 22357 22152 0 -1 4202560 78556 0 0 0 327 17 0 0 15 0 22 0 523148692 16081391616 99331 33554432000 1073741824 1073778376 140734812589136 18446744073709551615 253652675481 0 4 0 16800975 18446604469718988928 0 0 -1 5 0 0 0
[pid=22357/tid=22367] ppid=22355 vsize=15704484 CPUtime=3.47 cores=1,3,5,7
/proc/22357/task/22367/stat : 22367 (java) S 22355 22357 22152 0 -1 4202560 81901 0 0 0 329 18 0 0 15 0 22 0 523148692 16081391616 99331 33554432000 1073741824 1073778376 140734812589136 18446744073709551615 253652675481 0 4 0 16800975 18446604469718988928 0 0 -1 3 0 0 0
[pid=22357/tid=22368] ppid=22355 vsize=15704484 CPUtime=2.06 cores=1,3,5,7
/proc/22357/task/22368/stat : 22368 (java) S 22355 22357 22152 0 -1 4202560 4739 0 0 0 145 61 0 0 15 0 22 0 523148693 16081391616 99331 33554432000 1073741824 1073778376 140734812589136 18446744073709551615 253652676096 0 0 0 16800975 18446604469718988928 0 0 -1 7 0 0 0
[pid=22357/tid=22369] ppid=22355 vsize=15704484 CPUtime=0 cores=1,3,5,7
/proc/22357/task/22369/stat : 22369 (java) S 22355 22357 22152 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 523148694 16081391616 99331 33554432000 1073741824 1073778376 140734812589136 18446744073709551615 253652675481 0 4 0 16800975 18446604469718988928 0 0 -1 3 0 0 0
[pid=22357/tid=22370] ppid=22355 vsize=15704484 CPUtime=0 cores=1,3,5,7
/proc/22357/task/22370/stat : 22370 (java) S 22355 22357 22152 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 523148694 16081391616 99331 33554432000 1073741824 1073778376 140734812589136 18446744073709551615 253652675481 0 4 0 16800975 18446604469718988928 0 0 -1 3 0 0 0
[pid=22357/tid=22371] ppid=22355 vsize=15704484 CPUtime=0 cores=1,3,5,7
/proc/22357/task/22371/stat : 22371 (java) S 22355 22357 22152 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523148696 16081391616 99331 33554432000 1073741824 1073778376 140734812589136 18446744073709551615 253652683185 0 4 0 16800975 18446604469718988928 0 0 -1 3 0 0 0
[pid=22357/tid=22372] ppid=22355 vsize=15704484 CPUtime=1.17 cores=1,3,5,7
/proc/22357/task/22372/stat : 22372 (java) S 22355 22357 22152 0 -1 4202560 14399 0 0 0 116 1 0 0 15 0 22 0 523148696 16081391616 99331 33554432000 1073741824 1073778376 140734812589136 18446744073709551615 253652675481 0 4 0 16800975 18446604469718988928 0 0 -1 1 0 0 0
[pid=22357/tid=22373] ppid=22355 vsize=15704484 CPUtime=1.33 cores=1,3,5,7
/proc/22357/task/22373/stat : 22373 (java) S 22355 22357 22152 0 -1 4202560 7049 0 0 0 132 1 0 0 15 0 22 0 523148696 16081391616 99331 33554432000 1073741824 1073778376 140734812589136 18446744073709551615 253652675481 0 4 0 16800975 18446604469718988928 0 0 -1 3 0 0 0
[pid=22357/tid=22374] ppid=22355 vsize=15704484 CPUtime=0 cores=1,3,5,7
/proc/22357/task/22374/stat : 22374 (java) S 22355 22357 22152 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523148696 16081391616 99331 33554432000 1073741824 1073778376 140734812589136 18446744073709551615 253652675481 0 4 0 16800975 18446604469718988928 0 0 -1 3 0 0 0
[pid=22357/tid=22375] ppid=22355 vsize=15704484 CPUtime=0 cores=1,3,5,7
/proc/22357/task/22375/stat : 22375 (java) S 22355 22357 22152 0 -1 4202560 66 0 0 0 0 0 0 0 15 0 22 0 523148696 16081391616 99331 33554432000 1073741824 1073778376 140734812589136 18446744073709551615 253652676096 0 4 0 16800975 18446604469718988928 0 0 -1 1 0 0 0
[pid=22357/tid=22376] ppid=22355 vsize=15704484 CPUtime=1166.84 cores=1,3,5,7
/proc/22357/task/22376/stat : 22376 (java) R 22355 22357 22152 0 -1 4202560 238216 0 0 0 116648 36 0 0 25 0 22 0 523148733 16081391616 99331 33554432000 1073741824 1073778376 140734812589136 18446744073709551615 46912506013050 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=22357/tid=22377] ppid=22355 vsize=15704484 CPUtime=1167.1 cores=1,3,5,7
/proc/22357/task/22377/stat : 22377 (java) R 22355 22357 22152 0 -1 4202560 241695 0 0 0 116670 40 0 0 25 0 22 0 523148733 16081391616 99331 33554432000 1073741824 1073778376 140734812589136 18446744073709551615 46912505523255 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=22357/tid=22378] ppid=22355 vsize=15704484 CPUtime=1167.31 cores=1,3,5,7
/proc/22357/task/22378/stat : 22378 (java) R 22355 22357 22152 0 -1 4202560 241320 0 0 0 116689 42 0 0 25 0 22 0 523148733 16081391616 99331 33554432000 1073741824 1073778376 140734812589136 18446744073709551615 46912506176478 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=22357/tid=22379] ppid=22355 vsize=15704484 CPUtime=1166.4 cores=1,3,5,7
/proc/22357/task/22379/stat : 22379 (java) R 22355 22357 22152 0 -1 4202560 237824 0 0 0 116602 38 0 0 25 0 22 0 523148733 16081391616 99331 33554432000 1073741824 1073778376 140734812589136 18446744073709551615 18446744073699065939 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4701.33
Current children cumulated vsize (KiB) 15704484



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1207.2 s]
/proc/loadavg: 7.82 8.02 7.99 9/220 22462
/proc/meminfo: memFree=29522896/32951124 swapFree=67111364/67111528
[pid=22357] ppid=22355 vsize=15704484 CPUtime=4800.4 cores=1,3,5,7
/proc/22357/stat : 22357 (java) S 22355 22357 22152 0 -1 4202496 1738461 0 1 0 479653 387 0 0 24 0 22 0 523148691 16081391616 102717 33554432000 1073741824 1073778376 140734812589136 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/22357/statm: 3926121 102717 2299 9 0 3916840 0
[pid=22357/tid=22358] ppid=22355 vsize=15704484 CPUtime=0.85 cores=1,3,5,7
/proc/22357/task/22358/stat : 22358 (java) S 22355 22357 22152 0 -1 4202560 29644 0 1 0 81 4 0 0 20 0 22 0 523148692 16081391616 102717 33554432000 1073741824 1073778376 140734812589136 18446744073709551615 253652675481 0 4 0 16800975 18446604469718988928 0 0 -1 5 0 0 0
[pid=22357/tid=22360] ppid=22355 vsize=15704484 CPUtime=3.56 cores=1,3,5,7
/proc/22357/task/22360/stat : 22360 (java) S 22355 22357 22152 0 -1 4202560 87389 0 0 0 338 18 0 0 16 0 22 0 523148692 16081391616 102717 33554432000 1073741824 1073778376 140734812589136 18446744073709551615 253652675481 0 4 0 16800975 18446604469718988928 0 0 -1 7 0 0 0
[pid=22357/tid=22361] ppid=22355 vsize=15704484 CPUtime=3.58 cores=1,3,5,7
/proc/22357/task/22361/stat : 22361 (java) S 22355 22357 22152 0 -1 4202560 88019 0 0 0 336 22 0 0 16 0 22 0 523148692 16081391616 102717 33554432000 1073741824 1073778376 140734812589136 18446744073709551615 253652675481 0 4 0 16800975 18446604469718988928 0 0 -1 3 0 0 0
[pid=22357/tid=22362] ppid=22355 vsize=15704484 CPUtime=3.66 cores=1,3,5,7
/proc/22357/task/22362/stat : 22362 (java) S 22355 22357 22152 0 -1 4202560 90730 0 0 0 348 18 0 0 15 0 22 0 523148692 16081391616 102717 33554432000 1073741824 1073778376 140734812589136 18446744073709551615 253652675481 0 4 0 16800975 18446604469718988928 0 0 -1 7 0 0 0
[pid=22357/tid=22363] ppid=22355 vsize=15704484 CPUtime=3.67 cores=1,3,5,7
/proc/22357/task/22363/stat : 22363 (java) S 22355 22357 22152 0 -1 4202560 90925 0 0 0 347 20 0 0 16 0 22 0 523148692 16081391616 102717 33554432000 1073741824 1073778376 140734812589136 18446744073709551615 253652675481 0 4 0 16800975 18446604469718988928 0 0 -1 5 0 0 0
[pid=22357/tid=22364] ppid=22355 vsize=15704484 CPUtime=3.61 cores=1,3,5,7
/proc/22357/task/22364/stat : 22364 (java) S 22355 22357 22152 0 -1 4202560 89952 0 0 0 342 19 0 0 15 0 22 0 523148692 16081391616 102717 33554432000 1073741824 1073778376 140734812589136 18446744073709551615 253652675481 0 4 0 16800975 18446604469718988928 0 0 -1 7 0 0 0
[pid=22357/tid=22365] ppid=22355 vsize=15704484 CPUtime=3.59 cores=1,3,5,7
/proc/22357/task/22365/stat : 22365 (java) S 22355 22357 22152 0 -1 4202560 89468 0 0 0 340 19 0 0 15 0 22 0 523148692 16081391616 102717 33554432000 1073741824 1073778376 140734812589136 18446744073709551615 253652675481 0 4 0 16800975 18446604469718988928 0 0 -1 5 0 0 0
[pid=22357/tid=22366] ppid=22355 vsize=15704484 CPUtime=3.52 cores=1,3,5,7
/proc/22357/task/22366/stat : 22366 (java) S 22355 22357 22152 0 -1 4202560 80952 0 0 0 335 17 0 0 15 0 22 0 523148692 16081391616 102717 33554432000 1073741824 1073778376 140734812589136 18446744073709551615 253652675481 0 4 0 16800975 18446604469718988928 0 0 -1 3 0 0 0
[pid=22357/tid=22367] ppid=22355 vsize=15704484 CPUtime=3.54 cores=1,3,5,7
/proc/22357/task/22367/stat : 22367 (java) S 22355 22357 22152 0 -1 4202560 83137 0 0 0 336 18 0 0 16 0 22 0 523148692 16081391616 102717 33554432000 1073741824 1073778376 140734812589136 18446744073709551615 253652675481 0 4 0 16800975 18446604469718988928 0 0 -1 1 0 0 0
[pid=22357/tid=22368] ppid=22355 vsize=15704484 CPUtime=2.1 cores=1,3,5,7
/proc/22357/task/22368/stat : 22368 (java) S 22355 22357 22152 0 -1 4202560 4845 0 0 0 147 63 0 0 15 0 22 0 523148693 16081391616 102717 33554432000 1073741824 1073778376 140734812589136 18446744073709551615 253652676096 0 0 0 16800975 18446604469718988928 0 0 -1 5 0 0 0
[pid=22357/tid=22369] ppid=22355 vsize=15704484 CPUtime=0 cores=1,3,5,7
/proc/22357/task/22369/stat : 22369 (java) S 22355 22357 22152 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 523148694 16081391616 102717 33554432000 1073741824 1073778376 140734812589136 18446744073709551615 253652675481 0 4 0 16800975 18446604469718988928 0 0 -1 3 0 0 0
[pid=22357/tid=22370] ppid=22355 vsize=15704484 CPUtime=0 cores=1,3,5,7
/proc/22357/task/22370/stat : 22370 (java) S 22355 22357 22152 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 523148694 16081391616 102717 33554432000 1073741824 1073778376 140734812589136 18446744073709551615 253652675481 0 4 0 16800975 18446604469718988928 0 0 -1 3 0 0 0
[pid=22357/tid=22371] ppid=22355 vsize=15704484 CPUtime=0 cores=1,3,5,7
/proc/22357/task/22371/stat : 22371 (java) S 22355 22357 22152 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523148696 16081391616 102717 33554432000 1073741824 1073778376 140734812589136 18446744073709551615 253652683185 0 4 0 16800975 18446604469718988928 0 0 -1 3 0 0 0
[pid=22357/tid=22372] ppid=22355 vsize=15704484 CPUtime=1.17 cores=1,3,5,7
/proc/22357/task/22372/stat : 22372 (java) S 22355 22357 22152 0 -1 4202560 14399 0 0 0 116 1 0 0 15 0 22 0 523148696 16081391616 102717 33554432000 1073741824 1073778376 140734812589136 18446744073709551615 253652675481 0 4 0 16800975 18446604469718988928 0 0 -1 1 0 0 0
[pid=22357/tid=22373] ppid=22355 vsize=15704484 CPUtime=1.33 cores=1,3,5,7
/proc/22357/task/22373/stat : 22373 (java) S 22355 22357 22152 0 -1 4202560 7049 0 0 0 132 1 0 0 15 0 22 0 523148696 16081391616 102717 33554432000 1073741824 1073778376 140734812589136 18446744073709551615 253652675481 0 4 0 16800975 18446604469718988928 0 0 -1 3 0 0 0
[pid=22357/tid=22374] ppid=22355 vsize=15704484 CPUtime=0 cores=1,3,5,7
/proc/22357/task/22374/stat : 22374 (java) S 22355 22357 22152 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523148696 16081391616 102717 33554432000 1073741824 1073778376 140734812589136 18446744073709551615 253652675481 0 4 0 16800975 18446604469718988928 0 0 -1 3 0 0 0
[pid=22357/tid=22375] ppid=22355 vsize=15704484 CPUtime=0 cores=1,3,5,7
/proc/22357/task/22375/stat : 22375 (java) S 22355 22357 22152 0 -1 4202560 68 0 0 0 0 0 0 0 15 0 22 0 523148696 16081391616 102717 33554432000 1073741824 1073778376 140734812589136 18446744073709551615 253652676096 0 4 0 16800975 18446604469718988928 0 0 -1 1 0 0 0
[pid=22357/tid=22376] ppid=22355 vsize=15704484 CPUtime=1191.48 cores=1,3,5,7
/proc/22357/task/22376/stat : 22376 (java) R 22355 22357 22152 0 -1 4202560 243458 0 0 0 119111 37 0 0 25 0 22 0 523148733 16081391616 102717 33554432000 1073741824 1073778376 140734812589136 18446744073709551615 46912505838784 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=22357/tid=22377] ppid=22355 vsize=15704484 CPUtime=1191.74 cores=1,3,5,7
/proc/22357/task/22377/stat : 22377 (java) R 22355 22357 22152 0 -1 4202560 246786 0 0 0 119134 40 0 0 25 0 22 0 523148733 16081391616 102717 33554432000 1073741824 1073778376 140734812589136 18446744073709551615 46912505807013 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=22357/tid=22378] ppid=22355 vsize=15704484 CPUtime=1191.85 cores=1,3,5,7
/proc/22357/task/22378/stat : 22378 (java) R 22355 22357 22152 0 -1 4202560 247227 0 0 0 119142 43 0 0 25 0 22 0 523148733 16081391616 102717 33554432000 1073741824 1073778376 140734812589136 18446744073709551615 46912505989911 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=22357/tid=22379] ppid=22355 vsize=15704484 CPUtime=1191 cores=1,3,5,7
/proc/22357/task/22379/stat : 22379 (java) R 22355 22357 22152 0 -1 4202560 243028 0 0 0 119061 39 0 0 25 0 22 0 523148733 16081391616 102717 33554432000 1073741824 1073778376 140734812589136 18446744073709551615 46912505838627 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.4
Current children cumulated vsize (KiB) 15704484

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): 1207.23
CPU time (s): 4800.45
CPU user time (s): 4796.56
CPU system time (s): 3.88641
CPU usage (%): 397.641
Max. virtual memory (cumulated for all children) (KiB): 15705272

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4796.56
system time used= 3.88641
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1738487
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= 230819
involuntary context switches= 142807

runsolver used 2.00469 second user time and 4.6353 second system time

The end

Launcher Data

Begin job on node106 at 2011-04-30 00:18:03
IDJOB=3312453
IDBENCH=82638
IDSOLVER=1699
FILE ID=node106/3312453-1304115483
RUNJOBID= node106-1304114276-22171
PBS_JOBID= 13170704
Free space on /tmp= 72156 MiB

SOLVER NAME= STRUCTure 0.1
BENCH NAME= SAT11/random/large/unif-k7-r85-v200-c17000-S970203146-047-UNKNOWN.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3312453-1304115483/watcher-3312453-1304115483 -o /tmp/evaluation-result-3312453-1304115483/solver-3312453-1304115483 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3312453-1304115483.cnf

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

MD5SUM BENCH= 635ea520fe16a78d41337039f98997e5
RANDOM SEED=1998243521

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30145556 kB
Buffers:        261152 kB
Cached:        2083788 kB
SwapCached:         88 kB
Active:         986036 kB
Inactive:      1607532 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30145556 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:            4808 kB
Writeback:           0 kB
AnonPages:      248340 kB
Mapped:          22984 kB
Slab:           147076 kB
PageTables:       5256 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   829596 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= 72156 MiB
End job on node106 at 2011-04-30 00:38:12