Trace number 3311306

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
STRUCTure 0.1 (hbr=2)? (TO) 4800.3 1205.05

General information on the benchmark

Namerandom/large/
unif-k7-r85-v400-c34000-S94779963-093-UNKNOWN.cnf
MD5SUMaef8bd4e13046b42a5bc777dc56e10de
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of clauses34000
Sum of the clauses size238000
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 534000

Solver Data

0.11/0.11	17:39 INFO : Reading from input HOME/instance-3311306-1304119059.cnf
0.71/0.53	Executor set job limit to 1000000
0.71/0.53	Executor set job limit to 1000000
0.71/0.53	Executor set job limit to 1000000
0.71/0.53	Executor set job limit to 1000000
0.71/0.53	Starting Executor!
0.71/0.53	Starting Executor!
0.71/0.53	Starting Executor!
0.71/0.53	Starting Executor!
1.85/1.09	17:40 INFO : 400 variables remaining out of 400
1.85/1.09	17:40 INFO : 272000 literals remaining out of 272000

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

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.75 4.01 4.91 2/189 26268
/proc/meminfo: memFree=31100708/32951124 swapFree=67106388/67111528
[pid=26268] ppid=26266 vsize=30528 CPUtime=0 cores=1,3,5,7
/proc/26268/stat : 26268 (java) S 26266 26268 25707 0 -1 4202496 1493 0 0 0 0 0 0 0 22 0 2 0 504322143 31260672 954 33554432000 1073741824 1073778376 140734620954080 18446744073709551615 212051458021 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/26268/statm: 7632 954 733 9 0 383 0
[pid=26268/tid=26274] ppid=26266 vsize=30528 CPUtime=0 cores=1,3,5,7
/proc/26268/task/26274/stat : 26274 (java) R 26266 26268 25707 0 -1 4202560 133 0 0 0 0 0 0 0 24 0 2 0 504322144 31260672 954 33554432000 1073741824 1073778376 140734620954080 18446744073709551615 212039709865 0 0 4096 0 0 0 0 -1 5 0 0 0

[startup+0.0397749 s]
/proc/loadavg: 3.75 4.01 4.91 2/189 26268
/proc/meminfo: memFree=31100708/32951124 swapFree=67106388/67111528
[pid=26268] ppid=26266 vsize=15669784 CPUtime=0.02 cores=1,3,5,7
/proc/26268/stat : 26268 (java) S 26266 26268 25707 0 -1 4202496 3797 0 1 0 2 0 0 0 22 0 13 0 504322143 16045858816 3235 33554432000 1073741824 1073778376 140734620954080 18446744073709551615 212051458021 0 0 0 16800971 18446744073709551615 0 0 17 5 0 0 0
/proc/26268/statm: 3917446 3235 1682 9 0 3908194 0
[pid=26268/tid=26274] ppid=26266 vsize=15669784 CPUtime=0.02 cores=1,3,5,7
/proc/26268/task/26274/stat : 26274 (java) R 26266 26268 25707 0 -1 4202560 2402 0 1 0 2 0 0 0 18 0 13 0 504322144 16045858816 3235 33554432000 1073741824 1073778376 140734620954080 18446744073709551615 212039651173 0 4 0 16800971 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 15669784

[startup+0.104801 s]
/proc/loadavg: 3.75 4.01 4.91 2/189 26268
/proc/meminfo: memFree=31100708/32951124 swapFree=67106388/67111528
[pid=26268] ppid=26266 vsize=15741748 CPUtime=0.11 cores=1,3,5,7
/proc/26268/stat : 26268 (java) S 26266 26268 25707 0 -1 4202496 5667 0 1 0 10 1 0 0 22 0 18 0 504322143 16119549952 5096 33554432000 1073741824 1073778376 140734620954080 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/26268/statm: 3935437 5096 2118 9 0 3926156 0
[pid=26268/tid=26274] ppid=26266 vsize=15741748 CPUtime=0.09 cores=1,3,5,7
/proc/26268/task/26274/stat : 26274 (java) R 26266 26268 25707 0 -1 4202560 3539 0 1 0 8 1 0 0 18 0 18 0 504322144 16119549952 5096 33554432000 1073741824 1073778376 140734620954080 18446744073709551615 47261910835971 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) 15741748

[startup+0.300729 s]
/proc/loadavg: 3.75 4.01 4.91 2/189 26268
/proc/meminfo: memFree=31100708/32951124 swapFree=67106388/67111528
[pid=26268] ppid=26266 vsize=15745096 CPUtime=0.51 cores=1,3,5,7
/proc/26268/stat : 26268 (java) S 26266 26268 25707 0 -1 4202496 16035 0 1 0 48 3 0 0 22 0 18 0 504322143 16122978304 14489 33554432000 1073741824 1073778376 140734620954080 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/26268/statm: 3936274 14496 2207 9 0 3926993 0
[pid=26268/tid=26274] ppid=26266 vsize=15745096 CPUtime=0.28 cores=1,3,5,7
/proc/26268/task/26274/stat : 26274 (java) R 26266 26268 25707 0 -1 4202560 10966 0 1 0 26 2 0 0 18 0 18 0 504322144 16122978304 14500 33554432000 1073741824 1073778376 140734620954080 18446744073709551615 46912505641414 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 15745096

[startup+0.700651 s]
/proc/loadavg: 3.75 4.01 4.91 2/189 26268
/proc/meminfo: memFree=31100708/32951124 swapFree=67106388/67111528
[pid=26268] ppid=26266 vsize=15760296 CPUtime=1.06 cores=1,3,5,7
/proc/26268/stat : 26268 (java) S 26266 26268 25707 0 -1 4202496 45685 0 1 0 99 7 0 0 22 0 22 0 504322143 16138543104 42324 33554432000 1073741824 1073778376 140734620954080 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/26268/statm: 3940074 42324 2248 9 0 3930793 0
[pid=26268/tid=26274] ppid=26266 vsize=15760296 CPUtime=0.67 cores=1,3,5,7
/proc/26268/task/26274/stat : 26274 (java) R 26266 26268 25707 0 -1 4202560 35669 0 1 0 62 5 0 0 20 0 22 0 504322144 16138543104 42324 33554432000 1073741824 1073778376 140734620954080 18446744073709551615 46912505217836 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.06
Current children cumulated vsize (KiB) 15760296

[startup+1.50551 s]
/proc/loadavg: 3.75 4.01 4.91 9/220 26299
/proc/meminfo: memFree=30775396/32951124 swapFree=67106388/67111528
[pid=26268] ppid=26266 vsize=15773100 CPUtime=3.25 cores=1,3,5,7
/proc/26268/stat : 26268 (java) S 26266 26268 25707 0 -1 4202496 60339 0 1 0 316 9 0 0 22 0 22 0 504322143 16151654400 50376 33554432000 1073741824 1073778376 140734620954080 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/26268/statm: 3943275 50376 2273 9 0 3933994 0
[pid=26268/tid=26274] ppid=26266 vsize=15773100 CPUtime=1.07 cores=1,3,5,7
/proc/26268/task/26274/stat : 26274 (java) S 26266 26268 25707 0 -1 4202560 35721 0 1 0 102 5 0 0 20 0 22 0 504322144 16151654400 50376 33554432000 1073741824 1073778376 140734620954080 18446744073709551615 212051471257 0 4 0 16800975 18446604464085214272 0 0 -1 5 0 0 0
[pid=26268/tid=26276] ppid=26266 vsize=15773100 CPUtime=0 cores=1,3,5,7
/proc/26268/task/26276/stat : 26276 (java) S 26266 26268 25707 0 -1 4202560 44 0 0 0 0 0 0 0 15 0 22 0 504322144 16151654400 50376 33554432000 1073741824 1073778376 140734620954080 18446744073709551615 212051471257 0 4 0 16800975 18446604464085214272 0 0 -1 5 0 0 0
[pid=26268/tid=26277] ppid=26266 vsize=15773100 CPUtime=0 cores=1,3,5,7
/proc/26268/task/26277/stat : 26277 (java) S 26266 26268 25707 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 22 0 504322144 16151654400 50376 33554432000 1073741824 1073778376 140734620954080 18446744073709551615 212051471257 0 4 0 16800975 18446604464085214272 0 0 -1 3 0 0 0
[pid=26268/tid=26278] ppid=26266 vsize=15773100 CPUtime=0 cores=1,3,5,7
/proc/26268/task/26278/stat : 26278 (java) S 26266 26268 25707 0 -1 4202560 602 0 0 0 0 0 0 0 16 0 22 0 504322144 16151654400 50376 33554432000 1073741824 1073778376 140734620954080 18446744073709551615 212051471257 0 4 0 16800975 18446604464085214272 0 0 -1 1 0 0 0
[pid=26268/tid=26279] ppid=26266 vsize=15773100 CPUtime=0 cores=1,3,5,7
/proc/26268/task/26279/stat : 26279 (java) S 26266 26268 25707 0 -1 4202560 815 0 0 0 0 0 0 0 16 0 22 0 504322144 16151654400 50376 33554432000 1073741824 1073778376 140734620954080 18446744073709551615 212051471257 0 4 0 16800975 18446604464085214272 0 0 -1 7 0 0 0
[pid=26268/tid=26280] ppid=26266 vsize=15773100 CPUtime=0 cores=1,3,5,7
/proc/26268/task/26280/stat : 26280 (java) S 26266 26268 25707 0 -1 4202560 306 0 0 0 0 0 0 0 16 0 22 0 504322144 16151654400 50376 33554432000 1073741824 1073778376 140734620954080 18446744073709551615 212051471257 0 4 0 16800975 18446604464085214272 0 0 -1 7 0 0 0
[pid=26268/tid=26281] ppid=26266 vsize=15773100 CPUtime=0 cores=1,3,5,7
/proc/26268/task/26281/stat : 26281 (java) S 26266 26268 25707 0 -1 4202560 549 0 0 0 0 0 0 0 16 0 22 0 504322144 16151654400 50376 33554432000 1073741824 1073778376 140734620954080 18446744073709551615 212051471257 0 4 0 16800975 18446604464085214272 0 0 -1 3 0 0 0
[pid=26268/tid=26282] ppid=26266 vsize=15773100 CPUtime=0 cores=1,3,5,7
/proc/26268/task/26282/stat : 26282 (java) S 26266 26268 25707 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 504322144 16151654400 50376 33554432000 1073741824 1073778376 140734620954080 18446744073709551615 212051471257 0 4 0 16800975 18446604464085214272 0 0 -1 5 0 0 0
[pid=26268/tid=26283] ppid=26266 vsize=15773100 CPUtime=0 cores=1,3,5,7
/proc/26268/task/26283/stat : 26283 (java) S 26266 26268 25707 0 -1 4202560 278 0 0 0 0 0 0 0 15 0 22 0 504322144 16151654400 50376 33554432000 1073741824 1073778376 140734620954080 18446744073709551615 212051471257 0 4 0 16800975 18446604464085214272 0 0 -1 1 0 0 0
[pid=26268/tid=26284] ppid=26266 vsize=15773100 CPUtime=0 cores=1,3,5,7
/proc/26268/task/26284/stat : 26284 (java) S 26266 26268 25707 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 22 0 504322145 16151654400 50376 33554432000 1073741824 1073778376 140734620954080 18446744073709551615 212051471872 0 0 0 16800975 18446604464085214272 0 0 -1 7 0 0 0
[pid=26268/tid=26285] ppid=26266 vsize=15773100 CPUtime=0 cores=1,3,5,7
/proc/26268/task/26285/stat : 26285 (java) S 26266 26268 25707 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 504322146 16151654400 50376 33554432000 1073741824 1073778376 140734620954080 18446744073709551615 212051471257 0 4 0 16800975 18446604464085214272 0 0 -1 7 0 0 0
[pid=26268/tid=26286] ppid=26266 vsize=15773100 CPUtime=0 cores=1,3,5,7
/proc/26268/task/26286/stat : 26286 (java) S 26266 26268 25707 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 504322146 16151654400 50376 33554432000 1073741824 1073778376 140734620954080 18446744073709551615 212051471257 0 4 0 16800975 18446604464085214272 0 0 -1 3 0 0 0
[pid=26268/tid=26287] ppid=26266 vsize=15773100 CPUtime=0 cores=1,3,5,7
/proc/26268/task/26287/stat : 26287 (java) S 26266 26268 25707 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 504322148 16151654400 50376 33554432000 1073741824 1073778376 140734620954080 18446744073709551615 212051478961 0 4 0 16800975 18446604464085214272 0 0 -1 5 0 0 0
[pid=26268/tid=26288] ppid=26266 vsize=15773100 CPUtime=0.65 cores=1,3,5,7
/proc/26268/task/26288/stat : 26288 (java) S 26266 26268 25707 0 -1 4202560 6635 0 0 0 64 1 0 0 15 0 22 0 504322148 16151654400 50376 33554432000 1073741824 1073778376 140734620954080 18446744073709551615 212051471257 0 4 0 16800975 18446604464085214272 0 0 -1 3 0 0 0
[pid=26268/tid=26289] ppid=26266 vsize=15773100 CPUtime=0.85 cores=1,3,5,7
/proc/26268/task/26289/stat : 26289 (java) S 26266 26268 25707 0 -1 4202560 13922 0 0 0 84 1 0 0 16 0 22 0 504322148 16151654400 50376 33554432000 1073741824 1073778376 140734620954080 18446744073709551615 212051471257 0 4 0 16800975 18446604464085214272 0 0 -1 1 0 0 0
[pid=26268/tid=26290] ppid=26266 vsize=15773100 CPUtime=0 cores=1,3,5,7
/proc/26268/task/26290/stat : 26290 (java) S 26266 26268 25707 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 504322148 16151654400 50376 33554432000 1073741824 1073778376 140734620954080 18446744073709551615 212051471257 0 4 0 16800975 18446604464085214272 0 0 -1 7 0 0 0
[pid=26268/tid=26291] ppid=26266 vsize=15773100 CPUtime=0 cores=1,3,5,7
/proc/26268/task/26291/stat : 26291 (java) S 26266 26268 25707 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 504322148 16151654400 50376 33554432000 1073741824 1073778376 140734620954080 18446744073709551615 212051471872 0 4 0 16800975 18446604464085214272 0 0 -1 3 0 0 0
[pid=26268/tid=26296] ppid=26266 vsize=15773100 CPUtime=0.29 cores=1,3,5,7
/proc/26268/task/26296/stat : 26296 (java) S 26266 26268 25707 0 -1 4202560 30 0 0 0 29 0 0 0 15 0 22 0 504322196 16151654400 50376 33554432000 1073741824 1073778376 140734620954080 18446744073709551615 212051471872 0 4 0 16800975 18446604464085214272 0 0 -1 3 0 0 0
[pid=26268/tid=26297] ppid=26266 vsize=15773100 CPUtime=0.16 cores=1,3,5,7
/proc/26268/task/26297/stat : 26297 (java) R 26266 26268 25707 0 -1 4202560 14 0 0 0 16 0 0 0 16 0 22 0 504322196 16151654400 50376 33554432000 1073741824 1073778376 140734620954080 18446744073709551615 46912505797534 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=26268/tid=26298] ppid=26266 vsize=15773100 CPUtime=0.05 cores=1,3,5,7
/proc/26268/task/26298/stat : 26298 (java) R 26266 26268 25707 0 -1 4202560 7 0 0 0 5 0 0 0 15 0 22 0 504322197 16151654400 50376 33554432000 1073741824 1073778376 140734620954080 18446744073709551615 46912505712512 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=26268/tid=26299] ppid=26266 vsize=15773100 CPUtime=0.13 cores=1,3,5,7
/proc/26268/task/26299/stat : 26299 (java) R 26266 26268 25707 0 -1 4202560 9 0 0 0 13 0 0 0 15 0 22 0 504322197 16151654400 50376 33554432000 1073741824 1073778376 140734620954080 18446744073709551615 46912505845925 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3.25
Current children cumulated vsize (KiB) 15773100

[startup+3.10119 s]
/proc/loadavg: 4.01 4.05 4.92 11/220 26299
/proc/meminfo: memFree=30623068/32951124 swapFree=67106388/67111528
[pid=26268] ppid=26266 vsize=15773100 CPUtime=9.52 cores=1,3,5,7
/proc/26268/stat : 26268 (java) S 26266 26268 25707 0 -1 4202496 90137 0 1 0 937 15 0 0 22 0 22 0 504322143 16151654400 80082 33554432000 1073741824 1073778376 140734620954080 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/26268/statm: 3943275 80082 2273 9 0 3933994 0
[pid=26268/tid=26274] ppid=26266 vsize=15773100 CPUtime=1.07 cores=1,3,5,7
/proc/26268/task/26274/stat : 26274 (java) S 26266 26268 25707 0 -1 4202560 35721 0 1 0 102 5 0 0 20 0 22 0 504322144 16151654400 80082 33554432000 1073741824 1073778376 140734620954080 18446744073709551615 212051471257 0 4 0 16800975 18446604464085214272 0 0 -1 5 0 0 0
[pid=26268/tid=26276] ppid=26266 vsize=15773100 CPUtime=0.02 cores=1,3,5,7
/proc/26268/task/26276/stat : 26276 (java) S 26266 26268 25707 0 -1 4202560 6181 0 0 0 1 1 0 0 16 0 22 0 504322144 16151654400 80082 33554432000 1073741824 1073778376 140734620954080 18446744073709551615 212051471257 0 4 0 16800975 18446604464085214272 0 0 -1 7 0 0 0
[pid=26268/tid=26277] ppid=26266 vsize=15773100 CPUtime=0 cores=1,3,5,7
/proc/26268/task/26277/stat : 26277 (java) S 26266 26268 25707 0 -1 4202560 1474 0 0 0 0 0 0 0 15 0 22 0 504322144 16151654400 80082 33554432000 1073741824 1073778376 140734620954080 18446744073709551615 212051471257 0 4 0 16800975 18446604464085214272 0 0 -1 3 0 0 0
[pid=26268/tid=26278] ppid=26266 vsize=15773100 CPUtime=0.02 cores=1,3,5,7
/proc/26268/task/26278/stat : 26278 (java) S 26266 26268 25707 0 -1 4202560 4872 0 0 0 1 1 0 0 16 0 22 0 504322144 16151654400 80082 33554432000 1073741824 1073778376 140734620954080 18446744073709551615 212051471257 0 4 0 16800975 18446604464085214272 0 0 -1 1 0 0 0
[pid=26268/tid=26279] ppid=26266 vsize=15773100 CPUtime=0 cores=1,3,5,7
/proc/26268/task/26279/stat : 26279 (java) S 26266 26268 25707 0 -1 4202560 2850 0 0 0 0 0 0 0 15 0 22 0 504322144 16151654400 80082 33554432000 1073741824 1073778376 140734620954080 18446744073709551615 212051471257 0 4 0 16800975 18446604464085214272 0 0 -1 5 0 0 0
[pid=26268/tid=26280] ppid=26266 vsize=15773100 CPUtime=0.01 cores=1,3,5,7
/proc/26268/task/26280/stat : 26280 (java) S 26266 26268 25707 0 -1 4202560 6307 0 0 0 0 1 0 0 16 0 22 0 504322144 16151654400 80082 33554432000 1073741824 1073778376 140734620954080 18446744073709551615 212051471257 0 4 0 16800975 18446604464085214272 0 0 -1 3 0 0 0
[pid=26268/tid=26281] ppid=26266 vsize=15773100 CPUtime=0 cores=1,3,5,7
/proc/26268/task/26281/stat : 26281 (java) S 26266 26268 25707 0 -1 4202560 2918 0 0 0 0 0 0 0 15 0 22 0 504322144 16151654400 80082 33554432000 1073741824 1073778376 140734620954080 18446744073709551615 212051471257 0 4 0 16800975 18446604464085214272 0 0 -1 3 0 0 0
[pid=26268/tid=26282] ppid=26266 vsize=15773100 CPUtime=0.01 cores=1,3,5,7
/proc/26268/task/26282/stat : 26282 (java) S 26266 26268 25707 0 -1 4202560 4197 0 0 0 1 0 0 0 16 0 22 0 504322144 16151654400 80082 33554432000 1073741824 1073778376 140734620954080 18446744073709551615 212051471257 0 4 0 16800975 18446604464085214272 0 0 -1 5 0 0 0
[pid=26268/tid=26283] ppid=26266 vsize=15773100 CPUtime=0.01 cores=1,3,5,7
/proc/26268/task/26283/stat : 26283 (java) S 26266 26268 25707 0 -1 4202560 3465 0 0 0 1 0 0 0 15 0 22 0 504322144 16151654400 80082 33554432000 1073741824 1073778376 140734620954080 18446744073709551615 212051471257 0 4 0 16800975 18446604464085214272 0 0 -1 7 0 0 0
[pid=26268/tid=26284] ppid=26266 vsize=15773100 CPUtime=0 cores=1,3,5,7
/proc/26268/task/26284/stat : 26284 (java) S 26266 26268 25707 0 -1 4202560 118 0 0 0 0 0 0 0 15 0 22 0 504322145 16151654400 80082 33554432000 1073741824 1073778376 140734620954080 18446744073709551615 212051471872 0 0 0 16800975 18446604464085214272 0 0 -1 7 0 0 0
[pid=26268/tid=26285] ppid=26266 vsize=15773100 CPUtime=0 cores=1,3,5,7
/proc/26268/task/26285/stat : 26285 (java) S 26266 26268 25707 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 504322146 16151654400 80082 33554432000 1073741824 1073778376 140734620954080 18446744073709551615 212051471257 0 4 0 16800975 18446604464085214272 0 0 -1 7 0 0 0
[pid=26268/tid=26286] ppid=26266 vsize=15773100 CPUtime=0 cores=1,3,5,7
/proc/26268/task/26286/stat : 26286 (java) S 26266 26268 25707 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 504322146 16151654400 80082 33554432000 1073741824 1073778376 140734620954080 18446744073709551615 212051471257 0 4 0 16800975 18446604464085214272 0 0 -1 3 0 0 0
[pid=26268/tid=26287] ppid=26266 vsize=15773100 CPUtime=0 cores=1,3,5,7
/proc/26268/task/26287/stat : 26287 (java) S 26266 26268 25707 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 504322148 16151654400 80082 33554432000 1073741824 1073778376 140734620954080 18446744073709551615 212051478961 0 4 0 16800975 18446604464085214272 0 0 -1 5 0 0 0
[pid=26268/tid=26288] ppid=26266 vsize=15773100 CPUtime=0.77 cores=1,3,5,7
/proc/26268/task/26288/stat : 26288 (java) S 26266 26268 25707 0 -1 4202560 6655 0 0 0 76 1 0 0 15 0 22 0 504322148 16151654400 80082 33554432000 1073741824 1073778376 140734620954080 18446744073709551615 212051471257 0 4 0 16800975 18446604464085214272 0 0 -1 7 0 0 0
[pid=26268/tid=26289] ppid=26266 vsize=15773100 CPUtime=0.87 cores=1,3,5,7
/proc/26268/task/26289/stat : 26289 (java) S 26266 26268 25707 0 -1 4202560 13925 0 0 0 86 1 0 0 15 0 22 0 504322148 16151654400 80082 33554432000 1073741824 1073778376 140734620954080 18446744073709551615 212051471257 0 4 0 16800975 18446604464085214272 0 0 -1 1 0 0 0
[pid=26268/tid=26290] ppid=26266 vsize=15773100 CPUtime=0 cores=1,3,5,7
/proc/26268/task/26290/stat : 26290 (java) S 26266 26268 25707 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 504322148 16151654400 80082 33554432000 1073741824 1073778376 140734620954080 18446744073709551615 212051471257 0 4 0 16800975 18446604464085214272 0 0 -1 7 0 0 0
[pid=26268/tid=26291] ppid=26266 vsize=15773100 CPUtime=0 cores=1,3,5,7
/proc/26268/task/26291/stat : 26291 (java) S 26266 26268 25707 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 504322148 16151654400 80082 33554432000 1073741824 1073778376 140734620954080 18446744073709551615 212051471872 0 4 0 16800975 18446604464085214272 0 0 -1 7 0 0 0
[pid=26268/tid=26296] ppid=26266 vsize=15773100 CPUtime=1.63 cores=1,3,5,7
/proc/26268/task/26296/stat : 26296 (java) R 26266 26268 25707 0 -1 4202560 31 0 0 0 163 0 0 0 17 0 22 0 504322196 16151654400 80082 33554432000 1073741824 1073778376 140734620954080 18446744073709551615 46912505797430 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=26268/tid=26297] ppid=26266 vsize=15773100 CPUtime=1.72 cores=1,3,5,7
/proc/26268/task/26297/stat : 26297 (java) R 26266 26268 25707 0 -1 4202560 15 0 0 0 172 0 0 0 17 0 22 0 504322196 16151654400 80082 33554432000 1073741824 1073778376 140734620954080 18446744073709551615 46912505785639 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=26268/tid=26298] ppid=26266 vsize=15773100 CPUtime=1.59 cores=1,3,5,7
/proc/26268/task/26298/stat : 26298 (java) R 26266 26268 25707 0 -1 4202560 8 0 0 0 159 0 0 0 17 0 22 0 504322197 16151654400 80082 33554432000 1073741824 1073778376 140734620954080 18446744073709551615 46912505797397 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=26268/tid=26299] ppid=26266 vsize=15773100 CPUtime=1.69 cores=1,3,5,7
/proc/26268/task/26299/stat : 26299 (java) R 26266 26268 25707 0 -1 4202560 11 0 0 0 169 0 0 0 17 0 22 0 504322197 16151654400 80082 33554432000 1073741824 1073778376 140734620954080 18446744073709551615 46912505797480 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 9.52
Current children cumulated vsize (KiB) 15773100

[startup+6.30162 s]
/proc/loadavg: 4.01 4.05 4.92 9/220 26299
/proc/meminfo: memFree=29457300/32951124 swapFree=67106388/67111528
[pid=26268] ppid=26266 vsize=15773100 CPUtime=22.28 cores=1,3,5,7
/proc/26268/stat : 26268 (java) S 26266 26268 25707 0 -1 4202496 240412 0 1 0 2188 40 0 0 22 0 22 0 504322143 16151654400 230207 33554432000 1073741824 1073778376 140734620954080 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/26268/statm: 3943275 230207 2273 9 0 3933994 0
[pid=26268/tid=26274] ppid=26266 vsize=15773100 CPUtime=1.07 cores=1,3,5,7
/proc/26268/task/26274/stat : 26274 (java) S 26266 26268 25707 0 -1 4202560 35721 0 1 0 102 5 0 0 20 0 22 0 504322144 16151654400 230207 33554432000 1073741824 1073778376 140734620954080 18446744073709551615 212051471257 0 4 0 16800975 18446604464085214272 0 0 -1 5 0 0 0
[pid=26268/tid=26276] ppid=26266 vsize=15773100 CPUtime=0.06 cores=1,3,5,7
/proc/26268/task/26276/stat : 26276 (java) S 26266 26268 25707 0 -1 4202560 19070 0 0 0 3 3 0 0 16 0 22 0 504322144 16151654400 230207 33554432000 1073741824 1073778376 140734620954080 18446744073709551615 212051471257 0 4 0 16800975 18446604464085214272 0 0 -1 7 0 0 0
[pid=26268/tid=26277] ppid=26266 vsize=15773100 CPUtime=0.03 cores=1,3,5,7
/proc/26268/task/26277/stat : 26277 (java) S 26266 26268 25707 0 -1 4202560 13576 0 0 0 1 2 0 0 15 0 22 0 504322144 16151654400 230207 33554432000 1073741824 1073778376 140734620954080 18446744073709551615 212051471257 0 4 0 16800975 18446604464085214272 0 0 -1 5 0 0 0
[pid=26268/tid=26278] ppid=26266 vsize=15773100 CPUtime=0.04 cores=1,3,5,7
/proc/26268/task/26278/stat : 26278 (java) S 26266 26268 25707 0 -1 4202560 13320 0 0 0 2 2 0 0 16 0 22 0 504322144 16151654400 230207 33554432000 1073741824 1073778376 140734620954080 18446744073709551615 212051471257 0 4 0 16800975 18446604464085214272 0 0 -1 1 0 0 0
[pid=26268/tid=26279] ppid=26266 vsize=15773100 CPUtime=0.02 cores=1,3,5,7
/proc/26268/task/26279/stat : 26279 (java) S 26266 26268 25707 0 -1 4202560 8564 0 0 0 1 1 0 0 15 0 22 0 504322144 16151654400 230207 33554432000 1073741824 1073778376 140734620954080 18446744073709551615 212051471257 0 4 0 16800975 18446604464085214272 0 0 -1 5 0 0 0
[pid=26268/tid=26280] ppid=26266 vsize=15773100 CPUtime=0.06 cores=1,3,5,7
/proc/26268/task/26280/stat : 26280 (java) S 26266 26268 25707 0 -1 4202560 18038 0 0 0 3 3 0 0 15 0 22 0 504322144 16151654400 230207 33554432000 1073741824 1073778376 140734620954080 18446744073709551615 212051471257 0 4 0 16800975 18446604464085214272 0 0 -1 1 0 0 0
[pid=26268/tid=26281] ppid=26266 vsize=15773100 CPUtime=0.08 cores=1,3,5,7
/proc/26268/task/26281/stat : 26281 (java) S 26266 26268 25707 0 -1 4202560 23037 0 0 0 4 4 0 0 16 0 22 0 504322144 16151654400 230207 33554432000 1073741824 1073778376 140734620954080 18446744073709551615 212051471257 0 4 0 16800975 18446604464085214272 0 0 -1 5 0 0 0
[pid=26268/tid=26282] ppid=26266 vsize=15773100 CPUtime=0.06 cores=1,3,5,7
/proc/26268/task/26282/stat : 26282 (java) S 26266 26268 25707 0 -1 4202560 19387 0 0 0 4 2 0 0 15 0 22 0 504322144 16151654400 230207 33554432000 1073741824 1073778376 140734620954080 18446744073709551615 212051471257 0 4 0 16800975 18446604464085214272 0 0 -1 3 0 0 0
[pid=26268/tid=26283] ppid=26266 vsize=15773100 CPUtime=0.06 cores=1,3,5,7
/proc/26268/task/26283/stat : 26283 (java) S 26266 26268 25707 0 -1 4202560 16659 0 0 0 3 3 0 0 16 0 22 0 504322144 16151654400 230207 33554432000 1073741824 1073778376 140734620954080 18446744073709551615 212051471257 0 4 0 16800975 18446604464085214272 0 0 -1 3 0 0 0

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

[pid=26268/tid=26297] ppid=26266 vsize=15766904 CPUtime=1051.85 cores=1,3,5,7
/proc/26268/task/26297/stat : 26297 (java) R 26266 26268 25707 0 -1 4202560 219826 0 0 0 105157 28 0 0 25 0 22 0 504322196 16145309696 199932 33554432000 1073741824 1073778376 140734620954080 18446744073709551615 46912505797394 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=26268/tid=26298] ppid=26266 vsize=15766904 CPUtime=1051.63 cores=1,3,5,7
/proc/26268/task/26298/stat : 26298 (java) R 26266 26268 25707 0 -1 4202560 216113 0 0 0 105133 30 0 0 25 0 22 0 504322197 16145309696 199932 33554432000 1073741824 1073778376 140734620954080 18446744073709551615 46912505743520 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=26268/tid=26299] ppid=26266 vsize=15766904 CPUtime=1050.71 cores=1,3,5,7
/proc/26268/task/26299/stat : 26299 (java) R 26266 26268 25707 0 -1 4202560 224695 0 0 0 105042 29 0 0 25 0 22 0 504322197 16145309696 199932 33554432000 1073741824 1073778376 140734620954080 18446744073709551615 46912505712513 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4231.65
Current children cumulated vsize (KiB) 15766904

[startup+1122.3 s]
/proc/loadavg: 8.12 8.02 7.15 9/220 26332
/proc/meminfo: memFree=29464584/32951124 swapFree=67106388/67111528
[pid=26268] ppid=26266 vsize=15766904 CPUtime=4470.7 cores=1,3,5,7
/proc/26268/stat : 26268 (java) S 26266 26268 25707 0 -1 4202496 1670833 0 1 0 446752 318 0 0 22 0 22 0 504322143 16145309696 205384 33554432000 1073741824 1073778376 140734620954080 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/26268/statm: 3941726 205384 2298 9 0 3932445 0
[pid=26268/tid=26274] ppid=26266 vsize=15766904 CPUtime=1.07 cores=1,3,5,7
/proc/26268/task/26274/stat : 26274 (java) S 26266 26268 25707 0 -1 4202560 35721 0 1 0 102 5 0 0 20 0 22 0 504322144 16145309696 205384 33554432000 1073741824 1073778376 140734620954080 18446744073709551615 212051471257 0 4 0 16800975 18446604464085214272 0 0 -1 5 0 0 0
[pid=26268/tid=26276] ppid=26266 vsize=15766904 CPUtime=2.99 cores=1,3,5,7
/proc/26268/task/26276/stat : 26276 (java) S 26266 26268 25707 0 -1 4202560 80726 0 0 0 282 17 0 0 16 0 22 0 504322144 16145309696 205384 33554432000 1073741824 1073778376 140734620954080 18446744073709551615 212051471257 0 4 0 16800975 18446604464085214272 0 0 -1 3 0 0 0
[pid=26268/tid=26277] ppid=26266 vsize=15766904 CPUtime=2.97 cores=1,3,5,7
/proc/26268/task/26277/stat : 26277 (java) S 26266 26268 25707 0 -1 4202560 87803 0 0 0 278 19 0 0 15 0 22 0 504322144 16145309696 205384 33554432000 1073741824 1073778376 140734620954080 18446744073709551615 212051471257 0 4 0 16800975 18446604464085214272 0 0 -1 7 0 0 0
[pid=26268/tid=26278] ppid=26266 vsize=15766904 CPUtime=2.86 cores=1,3,5,7
/proc/26268/task/26278/stat : 26278 (java) S 26266 26268 25707 0 -1 4202560 84888 0 0 0 267 19 0 0 16 0 22 0 504322144 16145309696 205384 33554432000 1073741824 1073778376 140734620954080 18446744073709551615 212051471257 0 4 0 16800975 18446604464085214272 0 0 -1 5 0 0 0
[pid=26268/tid=26279] ppid=26266 vsize=15766904 CPUtime=2.95 cores=1,3,5,7
/proc/26268/task/26279/stat : 26279 (java) S 26266 26268 25707 0 -1 4202560 77835 0 0 0 279 16 0 0 15 0 22 0 504322144 16145309696 205384 33554432000 1073741824 1073778376 140734620954080 18446744073709551615 212051471257 0 4 0 16800975 18446604464085214272 0 0 -1 5 0 0 0
[pid=26268/tid=26280] ppid=26266 vsize=15766904 CPUtime=3.05 cores=1,3,5,7
/proc/26268/task/26280/stat : 26280 (java) S 26266 26268 25707 0 -1 4202560 90723 0 0 0 287 18 0 0 15 0 22 0 504322144 16145309696 205384 33554432000 1073741824 1073778376 140734620954080 18446744073709551615 212051471257 0 4 0 16800975 18446604464085214272 0 0 -1 7 0 0 0
[pid=26268/tid=26281] ppid=26266 vsize=15766904 CPUtime=2.89 cores=1,3,5,7
/proc/26268/task/26281/stat : 26281 (java) S 26266 26268 25707 0 -1 4202560 91471 0 0 0 269 20 0 0 15 0 22 0 504322144 16145309696 205384 33554432000 1073741824 1073778376 140734620954080 18446744073709551615 212051471257 0 4 0 16800975 18446604464085214272 0 0 -1 3 0 0 0
[pid=26268/tid=26282] ppid=26266 vsize=15766904 CPUtime=3.05 cores=1,3,5,7
/proc/26268/task/26282/stat : 26282 (java) S 26266 26268 25707 0 -1 4202560 84625 0 0 0 288 17 0 0 16 0 22 0 504322144 16145309696 205384 33554432000 1073741824 1073778376 140734620954080 18446744073709551615 212051471257 0 4 0 16800975 18446604464085214272 0 0 -1 5 0 0 0
[pid=26268/tid=26283] ppid=26266 vsize=15766904 CPUtime=2.9 cores=1,3,5,7
/proc/26268/task/26283/stat : 26283 (java) S 26266 26268 25707 0 -1 4202560 79764 0 0 0 274 16 0 0 16 0 22 0 504322144 16145309696 205384 33554432000 1073741824 1073778376 140734620954080 18446744073709551615 212051471257 0 4 0 16800975 18446604464085214272 0 0 -1 3 0 0 0
[pid=26268/tid=26284] ppid=26266 vsize=15766904 CPUtime=1.12 cores=1,3,5,7
/proc/26268/task/26284/stat : 26284 (java) S 26266 26268 25707 0 -1 4202560 4254 0 0 0 77 35 0 0 15 0 22 0 504322145 16145309696 205384 33554432000 1073741824 1073778376 140734620954080 18446744073709551615 212051471872 0 0 0 16800975 18446604464085214272 0 0 -1 1 0 0 0
[pid=26268/tid=26285] ppid=26266 vsize=15766904 CPUtime=0 cores=1,3,5,7
/proc/26268/task/26285/stat : 26285 (java) S 26266 26268 25707 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 504322146 16145309696 205384 33554432000 1073741824 1073778376 140734620954080 18446744073709551615 212051471257 0 4 0 16800975 18446604464085214272 0 0 -1 7 0 0 0
[pid=26268/tid=26286] ppid=26266 vsize=15766904 CPUtime=0 cores=1,3,5,7
/proc/26268/task/26286/stat : 26286 (java) S 26266 26268 25707 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 504322146 16145309696 205384 33554432000 1073741824 1073778376 140734620954080 18446744073709551615 212051471257 0 4 0 16800975 18446604464085214272 0 0 -1 3 0 0 0
[pid=26268/tid=26287] ppid=26266 vsize=15766904 CPUtime=0 cores=1,3,5,7
/proc/26268/task/26287/stat : 26287 (java) S 26266 26268 25707 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 504322148 16145309696 205384 33554432000 1073741824 1073778376 140734620954080 18446744073709551615 212051478961 0 4 0 16800975 18446604464085214272 0 0 -1 5 0 0 0
[pid=26268/tid=26288] ppid=26266 vsize=15766904 CPUtime=1.15 cores=1,3,5,7
/proc/26268/task/26288/stat : 26288 (java) S 26266 26268 25707 0 -1 4202560 6714 0 0 0 114 1 0 0 15 0 22 0 504322148 16145309696 205384 33554432000 1073741824 1073778376 140734620954080 18446744073709551615 212051471257 0 4 0 16800975 18446604464085214272 0 0 -1 7 0 0 0
[pid=26268/tid=26289] ppid=26266 vsize=15766904 CPUtime=1.09 cores=1,3,5,7
/proc/26268/task/26289/stat : 26289 (java) S 26266 26268 25707 0 -1 4202560 13973 0 0 0 108 1 0 0 15 0 22 0 504322148 16145309696 205384 33554432000 1073741824 1073778376 140734620954080 18446744073709551615 212051471257 0 4 0 16800975 18446604464085214272 0 0 -1 1 0 0 0
[pid=26268/tid=26290] ppid=26266 vsize=15766904 CPUtime=0 cores=1,3,5,7
/proc/26268/task/26290/stat : 26290 (java) S 26266 26268 25707 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 504322148 16145309696 205384 33554432000 1073741824 1073778376 140734620954080 18446744073709551615 212051471257 0 4 0 16800975 18446604464085214272 0 0 -1 7 0 0 0
[pid=26268/tid=26291] ppid=26266 vsize=15766904 CPUtime=0 cores=1,3,5,7
/proc/26268/task/26291/stat : 26291 (java) S 26266 26268 25707 0 -1 4202560 62 0 0 0 0 0 0 0 15 0 22 0 504322148 16145309696 205384 33554432000 1073741824 1073778376 140734620954080 18446744073709551615 212051471872 0 4 0 16800975 18446604464085214272 0 0 -1 7 0 0 0
[pid=26268/tid=26296] ppid=26266 vsize=15766904 CPUtime=1110.25 cores=1,3,5,7
/proc/26268/task/26296/stat : 26296 (java) R 26266 26268 25707 0 -1 4202560 234981 0 0 0 110992 33 0 0 25 0 22 0 504322196 16145309696 205384 33554432000 1073741824 1073778376 140734620954080 18446744073709551615 46912505821061 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=26268/tid=26297] ppid=26266 vsize=15766904 CPUtime=1111.14 cores=1,3,5,7
/proc/26268/task/26297/stat : 26297 (java) R 26266 26268 25707 0 -1 4202560 232645 0 0 0 111085 29 0 0 25 0 22 0 504322196 16145309696 205384 33554432000 1073741824 1073778376 140734620954080 18446744073709551615 46912505873976 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=26268/tid=26298] ppid=26266 vsize=15766904 CPUtime=1110.96 cores=1,3,5,7
/proc/26268/task/26298/stat : 26298 (java) R 26266 26268 25707 0 -1 4202560 227842 0 0 0 111065 31 0 0 25 0 22 0 504322197 16145309696 205384 33554432000 1073741824 1073778376 140734620954080 18446744073709551615 46912505768348 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=26268/tid=26299] ppid=26266 vsize=15766904 CPUtime=1110.07 cores=1,3,5,7
/proc/26268/task/26299/stat : 26299 (java) R 26266 26268 25707 0 -1 4202560 235418 0 0 0 110977 30 0 0 25 0 22 0 504322197 16145309696 205384 33554432000 1073741824 1073778376 140734620954080 18446744073709551615 46912506080400 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4470.7
Current children cumulated vsize (KiB) 15766904

[startup+1182.3 s]
/proc/loadavg: 8.12 8.03 7.20 9/220 26334
/proc/meminfo: memFree=29519952/32951124 swapFree=67106388/67111528
[pid=26268] ppid=26266 vsize=15766904 CPUtime=4709.75 cores=1,3,5,7
/proc/26268/stat : 26268 (java) S 26266 26268 25707 0 -1 4202496 1756939 0 1 0 470640 335 0 0 22 0 22 0 504322143 16145309696 195006 33554432000 1073741824 1073778376 140734620954080 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/26268/statm: 3941726 195006 2298 9 0 3932445 0
[pid=26268/tid=26274] ppid=26266 vsize=15766904 CPUtime=1.07 cores=1,3,5,7
/proc/26268/task/26274/stat : 26274 (java) S 26266 26268 25707 0 -1 4202560 35721 0 1 0 102 5 0 0 20 0 22 0 504322144 16145309696 195006 33554432000 1073741824 1073778376 140734620954080 18446744073709551615 212051471257 0 4 0 16800975 18446604464085214272 0 0 -1 5 0 0 0
[pid=26268/tid=26276] ppid=26266 vsize=15766904 CPUtime=3.21 cores=1,3,5,7
/proc/26268/task/26276/stat : 26276 (java) S 26266 26268 25707 0 -1 4202560 87230 0 0 0 303 18 0 0 16 0 22 0 504322144 16145309696 195006 33554432000 1073741824 1073778376 140734620954080 18446744073709551615 212051471257 0 4 0 16800975 18446604464085214272 0 0 -1 5 0 0 0
[pid=26268/tid=26277] ppid=26266 vsize=15766904 CPUtime=3.17 cores=1,3,5,7
/proc/26268/task/26277/stat : 26277 (java) S 26266 26268 25707 0 -1 4202560 93932 0 0 0 297 20 0 0 16 0 22 0 504322144 16145309696 195006 33554432000 1073741824 1073778376 140734620954080 18446744073709551615 212051471257 0 4 0 16800975 18446604464085214272 0 0 -1 7 0 0 0
[pid=26268/tid=26278] ppid=26266 vsize=15766904 CPUtime=3.05 cores=1,3,5,7
/proc/26268/task/26278/stat : 26278 (java) S 26266 26268 25707 0 -1 4202560 89459 0 0 0 285 20 0 0 16 0 22 0 504322144 16145309696 195006 33554432000 1073741824 1073778376 140734620954080 18446744073709551615 212051471257 0 4 0 16800975 18446604464085214272 0 0 -1 7 0 0 0
[pid=26268/tid=26279] ppid=26266 vsize=15766904 CPUtime=3.14 cores=1,3,5,7
/proc/26268/task/26279/stat : 26279 (java) S 26266 26268 25707 0 -1 4202560 83840 0 0 0 296 18 0 0 15 0 22 0 504322144 16145309696 195006 33554432000 1073741824 1073778376 140734620954080 18446744073709551615 212051471257 0 4 0 16800975 18446604464085214272 0 0 -1 7 0 0 0
[pid=26268/tid=26280] ppid=26266 vsize=15766904 CPUtime=3.24 cores=1,3,5,7
/proc/26268/task/26280/stat : 26280 (java) S 26266 26268 25707 0 -1 4202560 95714 0 0 0 304 20 0 0 15 0 22 0 504322144 16145309696 195006 33554432000 1073741824 1073778376 140734620954080 18446744073709551615 212051471257 0 4 0 16800975 18446604464085214272 0 0 -1 1 0 0 0
[pid=26268/tid=26281] ppid=26266 vsize=15766904 CPUtime=3.07 cores=1,3,5,7
/proc/26268/task/26281/stat : 26281 (java) S 26266 26268 25707 0 -1 4202560 95188 0 0 0 286 21 0 0 16 0 22 0 504322144 16145309696 195006 33554432000 1073741824 1073778376 140734620954080 18446744073709551615 212051471257 0 4 0 16800975 18446604464085214272 0 0 -1 3 0 0 0
[pid=26268/tid=26282] ppid=26266 vsize=15766904 CPUtime=3.24 cores=1,3,5,7
/proc/26268/task/26282/stat : 26282 (java) S 26266 26268 25707 0 -1 4202560 89984 0 0 0 306 18 0 0 15 0 22 0 504322144 16145309696 195006 33554432000 1073741824 1073778376 140734620954080 18446744073709551615 212051471257 0 4 0 16800975 18446604464085214272 0 0 -1 5 0 0 0
[pid=26268/tid=26283] ppid=26266 vsize=15766904 CPUtime=3.1 cores=1,3,5,7
/proc/26268/task/26283/stat : 26283 (java) S 26266 26268 25707 0 -1 4202560 85043 0 0 0 293 17 0 0 15 0 22 0 504322144 16145309696 195006 33554432000 1073741824 1073778376 140734620954080 18446744073709551615 212051471257 0 4 0 16800975 18446604464085214272 0 0 -1 5 0 0 0
[pid=26268/tid=26284] ppid=26266 vsize=15766904 CPUtime=1.19 cores=1,3,5,7
/proc/26268/task/26284/stat : 26284 (java) S 26266 26268 25707 0 -1 4202560 4473 0 0 0 81 38 0 0 15 0 22 0 504322145 16145309696 195006 33554432000 1073741824 1073778376 140734620954080 18446744073709551615 212051471872 0 0 0 16800975 18446604464085214272 0 0 -1 1 0 0 0
[pid=26268/tid=26285] ppid=26266 vsize=15766904 CPUtime=0 cores=1,3,5,7
/proc/26268/task/26285/stat : 26285 (java) S 26266 26268 25707 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 504322146 16145309696 195006 33554432000 1073741824 1073778376 140734620954080 18446744073709551615 212051471257 0 4 0 16800975 18446604464085214272 0 0 -1 7 0 0 0
[pid=26268/tid=26286] ppid=26266 vsize=15766904 CPUtime=0 cores=1,3,5,7
/proc/26268/task/26286/stat : 26286 (java) S 26266 26268 25707 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 504322146 16145309696 195006 33554432000 1073741824 1073778376 140734620954080 18446744073709551615 212051471257 0 4 0 16800975 18446604464085214272 0 0 -1 3 0 0 0
[pid=26268/tid=26287] ppid=26266 vsize=15766904 CPUtime=0 cores=1,3,5,7
/proc/26268/task/26287/stat : 26287 (java) S 26266 26268 25707 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 504322148 16145309696 195006 33554432000 1073741824 1073778376 140734620954080 18446744073709551615 212051478961 0 4 0 16800975 18446604464085214272 0 0 -1 5 0 0 0
[pid=26268/tid=26288] ppid=26266 vsize=15766904 CPUtime=1.15 cores=1,3,5,7
/proc/26268/task/26288/stat : 26288 (java) S 26266 26268 25707 0 -1 4202560 6714 0 0 0 114 1 0 0 15 0 22 0 504322148 16145309696 195006 33554432000 1073741824 1073778376 140734620954080 18446744073709551615 212051471257 0 4 0 16800975 18446604464085214272 0 0 -1 7 0 0 0
[pid=26268/tid=26289] ppid=26266 vsize=15766904 CPUtime=1.09 cores=1,3,5,7
/proc/26268/task/26289/stat : 26289 (java) S 26266 26268 25707 0 -1 4202560 13973 0 0 0 108 1 0 0 15 0 22 0 504322148 16145309696 195006 33554432000 1073741824 1073778376 140734620954080 18446744073709551615 212051471257 0 4 0 16800975 18446604464085214272 0 0 -1 1 0 0 0
[pid=26268/tid=26290] ppid=26266 vsize=15766904 CPUtime=0 cores=1,3,5,7
/proc/26268/task/26290/stat : 26290 (java) S 26266 26268 25707 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 504322148 16145309696 195006 33554432000 1073741824 1073778376 140734620954080 18446744073709551615 212051471257 0 4 0 16800975 18446604464085214272 0 0 -1 7 0 0 0
[pid=26268/tid=26291] ppid=26266 vsize=15766904 CPUtime=0 cores=1,3,5,7
/proc/26268/task/26291/stat : 26291 (java) S 26266 26268 25707 0 -1 4202560 66 0 0 0 0 0 0 0 15 0 22 0 504322148 16145309696 195006 33554432000 1073741824 1073778376 140734620954080 18446744073709551615 212051471872 0 4 0 16800975 18446604464085214272 0 0 -1 1 0 0 0
[pid=26268/tid=26296] ppid=26266 vsize=15766904 CPUtime=1169.65 cores=1,3,5,7
/proc/26268/task/26296/stat : 26296 (java) R 26266 26268 25707 0 -1 4202560 247610 0 0 0 116931 34 0 0 25 0 22 0 504322196 16145309696 195006 33554432000 1073741824 1073778376 140734620954080 18446744073709551615 46912506080173 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=26268/tid=26297] ppid=26266 vsize=15766904 CPUtime=1170.48 cores=1,3,5,7
/proc/26268/task/26297/stat : 26297 (java) R 26266 26268 25707 0 -1 4202560 242662 0 0 0 117017 31 0 0 25 0 22 0 504322196 16145309696 195006 33554432000 1073741824 1073778376 140734620954080 18446744073709551615 46912505927390 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=26268/tid=26298] ppid=26266 vsize=15766904 CPUtime=1170.23 cores=1,3,5,7
/proc/26268/task/26298/stat : 26298 (java) R 26266 26268 25707 0 -1 4202560 238396 0 0 0 116991 32 0 0 25 0 22 0 504322197 16145309696 195006 33554432000 1073741824 1073778376 140734620954080 18446744073709551615 46912506080132 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=26268/tid=26299] ppid=26266 vsize=15766904 CPUtime=1169.5 cores=1,3,5,7
/proc/26268/task/26299/stat : 26299 (java) R 26266 26268 25707 0 -1 4202560 245546 0 0 0 116918 32 0 0 25 0 22 0 504322197 16145309696 195006 33554432000 1073741824 1073778376 140734620954080 18446744073709551615 46912505833113 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4709.75
Current children cumulated vsize (KiB) 15766904



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1205 s]
/proc/loadavg: 8.08 8.02 7.22 5/197 26337
/proc/meminfo: memFree=30308136/32951124 swapFree=67106388/67111528
[pid=26268] ppid=26266 vsize=15766904 CPUtime=4800.23 cores=1,3,5,7
/proc/26268/stat : 26268 (java) S 26266 26268 25707 0 -1 4202496 1789929 0 1 0 479682 341 0 0 22 0 22 0 504322143 16145309696 199546 33554432000 1073741824 1073778376 140734620954080 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/26268/statm: 3941726 199546 2298 9 0 3932445 0
[pid=26268/tid=26274] ppid=26266 vsize=15766904 CPUtime=1.07 cores=1,3,5,7
/proc/26268/task/26274/stat : 26274 (java) S 26266 26268 25707 0 -1 4202560 35721 0 1 0 102 5 0 0 20 0 22 0 504322144 16145309696 199546 33554432000 1073741824 1073778376 140734620954080 18446744073709551615 212051471257 0 4 0 16800975 18446604464085214272 0 0 -1 5 0 0 0
[pid=26268/tid=26276] ppid=26266 vsize=15766904 CPUtime=3.29 cores=1,3,5,7
/proc/26268/task/26276/stat : 26276 (java) S 26266 26268 25707 0 -1 4202560 88593 0 0 0 311 18 0 0 15 0 22 0 504322144 16145309696 199546 33554432000 1073741824 1073778376 140734620954080 18446744073709551615 212051471257 0 4 0 16800975 18446604464085214272 0 0 -1 7 0 0 0
[pid=26268/tid=26277] ppid=26266 vsize=15766904 CPUtime=3.25 cores=1,3,5,7
/proc/26268/task/26277/stat : 26277 (java) S 26266 26268 25707 0 -1 4202560 95221 0 0 0 304 21 0 0 15 0 22 0 504322144 16145309696 199546 33554432000 1073741824 1073778376 140734620954080 18446744073709551615 212051471257 0 4 0 16800975 18446604464085214272 0 0 -1 1 0 0 0
[pid=26268/tid=26278] ppid=26266 vsize=15766904 CPUtime=3.11 cores=1,3,5,7
/proc/26268/task/26278/stat : 26278 (java) S 26266 26268 25707 0 -1 4202560 90488 0 0 0 291 20 0 0 15 0 22 0 504322144 16145309696 199546 33554432000 1073741824 1073778376 140734620954080 18446744073709551615 212051471257 0 4 0 16800975 18446604464085214272 0 0 -1 3 0 0 0
[pid=26268/tid=26279] ppid=26266 vsize=15766904 CPUtime=3.22 cores=1,3,5,7
/proc/26268/task/26279/stat : 26279 (java) S 26266 26268 25707 0 -1 4202560 84434 0 0 0 304 18 0 0 16 0 22 0 504322144 16145309696 199546 33554432000 1073741824 1073778376 140734620954080 18446744073709551615 212051471257 0 4 0 16800975 18446604464085214272 0 0 -1 5 0 0 0
[pid=26268/tid=26280] ppid=26266 vsize=15766904 CPUtime=3.32 cores=1,3,5,7
/proc/26268/task/26280/stat : 26280 (java) S 26266 26268 25707 0 -1 4202560 97151 0 0 0 312 20 0 0 16 0 22 0 504322144 16145309696 199546 33554432000 1073741824 1073778376 140734620954080 18446744073709551615 212051471257 0 4 0 16800975 18446604464085214272 0 0 -1 1 0 0 0
[pid=26268/tid=26281] ppid=26266 vsize=15766904 CPUtime=3.14 cores=1,3,5,7
/proc/26268/task/26281/stat : 26281 (java) S 26266 26268 25707 0 -1 4202560 96553 0 0 0 293 21 0 0 15 0 22 0 504322144 16145309696 199546 33554432000 1073741824 1073778376 140734620954080 18446744073709551615 212051471257 0 4 0 16800975 18446604464085214272 0 0 -1 3 0 0 0
[pid=26268/tid=26282] ppid=26266 vsize=15766904 CPUtime=3.33 cores=1,3,5,7
/proc/26268/task/26282/stat : 26282 (java) S 26266 26268 25707 0 -1 4202560 91852 0 0 0 315 18 0 0 15 0 22 0 504322144 16145309696 199546 33554432000 1073741824 1073778376 140734620954080 18446744073709551615 212051471257 0 4 0 16800975 18446604464085214272 0 0 -1 7 0 0 0
[pid=26268/tid=26283] ppid=26266 vsize=15766904 CPUtime=3.17 cores=1,3,5,7
/proc/26268/task/26283/stat : 26283 (java) S 26266 26268 25707 0 -1 4202560 86496 0 0 0 300 17 0 0 15 0 22 0 504322144 16145309696 199546 33554432000 1073741824 1073778376 140734620954080 18446744073709551615 212051471257 0 4 0 16800975 18446604464085214272 0 0 -1 3 0 0 0
[pid=26268/tid=26284] ppid=26266 vsize=15766904 CPUtime=1.21 cores=1,3,5,7
/proc/26268/task/26284/stat : 26284 (java) S 26266 26268 25707 0 -1 4202560 4551 0 0 0 82 39 0 0 16 0 22 0 504322145 16145309696 199546 33554432000 1073741824 1073778376 140734620954080 18446744073709551615 212051471872 0 0 0 16800975 18446604464085214272 0 0 -1 5 0 0 0
[pid=26268/tid=26285] ppid=26266 vsize=15766904 CPUtime=0 cores=1,3,5,7
/proc/26268/task/26285/stat : 26285 (java) S 26266 26268 25707 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 504322146 16145309696 199546 33554432000 1073741824 1073778376 140734620954080 18446744073709551615 212051471257 0 4 0 16800975 18446604464085214272 0 0 -1 7 0 0 0
[pid=26268/tid=26286] ppid=26266 vsize=15766904 CPUtime=0 cores=1,3,5,7
/proc/26268/task/26286/stat : 26286 (java) S 26266 26268 25707 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 504322146 16145309696 199546 33554432000 1073741824 1073778376 140734620954080 18446744073709551615 212051471257 0 4 0 16800975 18446604464085214272 0 0 -1 3 0 0 0
[pid=26268/tid=26287] ppid=26266 vsize=15766904 CPUtime=0 cores=1,3,5,7
/proc/26268/task/26287/stat : 26287 (java) S 26266 26268 25707 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 504322148 16145309696 199546 33554432000 1073741824 1073778376 140734620954080 18446744073709551615 212051478961 0 4 0 16800975 18446604464085214272 0 0 -1 5 0 0 0
[pid=26268/tid=26288] ppid=26266 vsize=15766904 CPUtime=1.15 cores=1,3,5,7
/proc/26268/task/26288/stat : 26288 (java) S 26266 26268 25707 0 -1 4202560 6714 0 0 0 114 1 0 0 15 0 22 0 504322148 16145309696 199546 33554432000 1073741824 1073778376 140734620954080 18446744073709551615 212051471257 0 4 0 16800975 18446604464085214272 0 0 -1 7 0 0 0
[pid=26268/tid=26289] ppid=26266 vsize=15766904 CPUtime=1.09 cores=1,3,5,7
/proc/26268/task/26289/stat : 26289 (java) S 26266 26268 25707 0 -1 4202560 13973 0 0 0 108 1 0 0 15 0 22 0 504322148 16145309696 199546 33554432000 1073741824 1073778376 140734620954080 18446744073709551615 212051471257 0 4 0 16800975 18446604464085214272 0 0 -1 1 0 0 0
[pid=26268/tid=26290] ppid=26266 vsize=15766904 CPUtime=0 cores=1,3,5,7
/proc/26268/task/26290/stat : 26290 (java) S 26266 26268 25707 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 504322148 16145309696 199546 33554432000 1073741824 1073778376 140734620954080 18446744073709551615 212051471257 0 4 0 16800975 18446604464085214272 0 0 -1 7 0 0 0
[pid=26268/tid=26291] ppid=26266 vsize=15766904 CPUtime=0 cores=1,3,5,7
/proc/26268/task/26291/stat : 26291 (java) S 26266 26268 25707 0 -1 4202560 68 0 0 0 0 0 0 0 15 0 22 0 504322148 16145309696 199546 33554432000 1073741824 1073778376 140734620954080 18446744073709551615 212051471872 0 4 0 16800975 18446604464085214272 0 0 -1 5 0 0 0
[pid=26268/tid=26296] ppid=26266 vsize=15766904 CPUtime=1192.15 cores=1,3,5,7
/proc/26268/task/26296/stat : 26296 (java) R 26266 26268 25707 0 -1 4202560 252642 0 0 0 119180 35 0 0 25 0 22 0 504322196 16145309696 199546 33554432000 1073741824 1073778376 140734620954080 18446744073709551615 46912505797338 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=26268/tid=26297] ppid=26266 vsize=15766904 CPUtime=1192.97 cores=1,3,5,7
/proc/26268/task/26297/stat : 26297 (java) R 26266 26268 25707 0 -1 4202560 249164 0 0 0 119265 32 0 0 25 0 22 0 504322196 16145309696 199546 33554432000 1073741824 1073778376 140734620954080 18446744073709551615 46912505797371 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=26268/tid=26298] ppid=26266 vsize=15766904 CPUtime=1192.67 cores=1,3,5,7
/proc/26268/task/26298/stat : 26298 (java) R 26266 26268 25707 0 -1 4202560 243718 0 0 0 119234 33 0 0 25 0 22 0 504322197 16145309696 199546 33554432000 1073741824 1073778376 140734620954080 18446744073709551615 46912505927721 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=26268/tid=26299] ppid=26266 vsize=15766904 CPUtime=1191.92 cores=1,3,5,7
/proc/26268/task/26299/stat : 26299 (java) R 26266 26268 25707 0 -1 4202560 251202 0 0 0 119159 33 0 0 25 0 22 0 504322197 16145309696 199546 33554432000 1073741824 1073778376 140734620954080 18446744073709551615 46912505797397 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.23
Current children cumulated vsize (KiB) 15766904

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): 1205.05
CPU time (s): 4800.3
CPU user time (s): 4796.85
CPU system time (s): 3.44648
CPU usage (%): 398.349
Max. virtual memory (cumulated for all children) (KiB): 15775300

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4796.85
system time used= 3.44648
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1789956
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= 113759
involuntary context switches= 79923

runsolver used 2.09868 second user time and 4.52631 second system time

The end

Launcher Data

Begin job on node146 at 2011-04-30 01:17:39
IDJOB=3311306
IDBENCH=82691
IDSOLVER=1698
FILE ID=node146/3311306-1304119059
RUNJOBID= node146-1304119059-26237
PBS_JOBID= 13170703
Free space on /tmp= 72992 MiB

SOLVER NAME= STRUCTure 0.1 (hbr=2)
BENCH NAME= SAT11/random/large/unif-k7-r85-v400-c34000-S94779963-093-UNKNOWN.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME -hbr 2
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3311306-1304119059/watcher-3311306-1304119059 -o /tmp/evaluation-result-3311306-1304119059/solver-3311306-1304119059 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3311306-1304119059.cnf -hbr 2

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

MD5SUM BENCH= aef8bd4e13046b42a5bc777dc56e10de
RANDOM SEED=401775863

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31101228 kB
Buffers:        384552 kB
Cached:        1026732 kB
SwapCached:        540 kB
Active:          88520 kB
Inactive:      1388768 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31101228 kB
SwapTotal:    67111528 kB
SwapFree:     67106388 kB
Dirty:            4684 kB
Writeback:           0 kB
AnonPages:       65000 kB
Mapped:          20924 kB
Slab:           309836 kB
PageTables:       5112 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   771004 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= 72992 MiB
End job on node146 at 2011-04-30 01:37:46