Trace number 3311997

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
STRUCTure 0.1 (hbr=2)? (TO) 4800.44 1207.35

General information on the benchmark

NameCRAFTED/rbsat/random/unforced/
rbsat-v2400c266431g3.cnf
MD5SUM231f625a25c77518fbce98fe99f807b5
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2400
Number of clauses266431
Sum of the clauses size535112
Maximum clause length32
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2266356
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 575

Solver Data

0.10/0.12	31:22 INFO : Reading from input HOME/instance-3311997-1304080282.cnf
1.12/0.96	Executor set job limit to 1000000
1.12/0.96	Executor set job limit to 1000000
1.12/0.96	Executor set job limit to 1000000
1.12/0.96	Executor set job limit to 1000000
1.12/0.96	Starting Executor!
1.12/0.96	Starting Executor!
1.12/0.96	Starting Executor!
1.12/0.96	Starting Executor!
3.13/2.18	31:24 INFO : 2400 variables remaining out of 2400
3.13/2.18	31:24 INFO : 1543407 literals remaining out of 801543

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-3311997-1304080282/watcher-3311997-1304080282 -o /tmp/evaluation-result-3311997-1304080282/solver-3311997-1304080282 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3311997-1304080282.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: 8.23 8.00 6.72 1/175 27228
/proc/meminfo: memFree=18294756/32950928 swapFree=67111528/67111528
[pid=27228] ppid=27226 vsize=24004 CPUtime=0 cores=1,3,5,7
/proc/27228/stat : 27228 (java) S 27226 27228 25471 0 -1 4202496 1369 0 0 0 0 0 0 0 19 0 2 0 519624886 24580096 849 33554432000 1073741824 1073778376 140735615234320 18446744073709551615 254512494565 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/27228/statm: 6001 849 648 9 0 381 0
[pid=27228/tid=27229] ppid=27226 vsize=24008 CPUtime=0 cores=1,3,5,7
/proc/27228/task/27229/stat : 27229 (java) R 27226 27228 25471 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 2 0 519624886 24584192 858 33554432000 1073741824 1073778376 140735615234320 18446744073709551615 254500222570 0 0 4096 0 0 0 0 -1 5 0 0 0

[startup+0.033005 s]
/proc/loadavg: 8.23 8.00 6.72 1/175 27228
/proc/meminfo: memFree=18294756/32950928 swapFree=67111528/67111528
[pid=27228] ppid=27226 vsize=15604248 CPUtime=0.02 cores=1,3,5,7
/proc/27228/stat : 27228 (java) S 27226 27228 25471 0 -1 4202496 3632 0 1 0 2 0 0 0 19 0 13 0 519624886 15978749952 3071 33554432000 1073741824 1073778376 140735615234320 18446744073709551615 254512494565 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/27228/statm: 3901062 3071 1673 9 0 3891810 0
[pid=27228/tid=27229] ppid=27226 vsize=15604248 CPUtime=0.02 cores=1,3,5,7
/proc/27228/task/27229/stat : 27229 (java) R 27226 27228 25471 0 -1 4202560 2241 0 1 0 2 0 0 0 18 0 13 0 519624886 15978749952 3071 33554432000 1073741824 1073778376 140735615234320 18446744073709551615 47767554002949 0 4 0 16784584 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 15604248

[startup+0.100999 s]
/proc/loadavg: 8.23 8.00 6.72 1/175 27228
/proc/meminfo: memFree=18294756/32950928 swapFree=67111528/67111528
[pid=27228] ppid=27226 vsize=15676496 CPUtime=0.1 cores=1,3,5,7
/proc/27228/stat : 27228 (java) S 27226 27228 25471 0 -1 4202496 5588 0 1 0 9 1 0 0 19 0 18 0 519624886 16052731904 5002 33554432000 1073741824 1073778376 140735615234320 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/27228/statm: 3919124 5003 2117 9 0 3909843 0
[pid=27228/tid=27229] ppid=27226 vsize=15676496 CPUtime=0.08 cores=1,3,5,7
/proc/27228/task/27229/stat : 27229 (java) R 27226 27228 25471 0 -1 4202560 3448 0 1 0 8 0 0 0 18 0 18 0 519624886 16052731904 5003 33554432000 1073741824 1073778376 140735615234320 18446744073709551615 47767554007811 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15676496

[startup+0.300878 s]
/proc/loadavg: 8.23 8.00 6.72 1/175 27228
/proc/meminfo: memFree=18294756/32950928 swapFree=67111528/67111528
[pid=27228] ppid=27226 vsize=15680048 CPUtime=0.51 cores=1,3,5,7
/proc/27228/stat : 27228 (java) S 27226 27228 25471 0 -1 4202496 14366 0 1 0 49 2 0 0 19 0 18 0 519624886 16056369152 12801 33554432000 1073741824 1073778376 140735615234320 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/27228/statm: 3920012 12808 2208 9 0 3910731 0
[pid=27228/tid=27229] ppid=27226 vsize=15680048 CPUtime=0.28 cores=1,3,5,7
/proc/27228/task/27229/stat : 27229 (java) R 27226 27228 25471 0 -1 4202560 9314 0 1 0 27 1 0 0 18 0 18 0 519624886 16056369152 12811 33554432000 1073741824 1073778376 140735615234320 18446744073709551615 46912505579170 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) 15680048

[startup+0.700875 s]
/proc/loadavg: 8.23 8.00 6.72 1/175 27228
/proc/meminfo: memFree=18294756/32950928 swapFree=67111528/67111528
[pid=27228] ppid=27226 vsize=15680048 CPUtime=0.92 cores=1,3,5,7
/proc/27228/stat : 27228 (java) S 27226 27228 25471 0 -1 4202496 41710 0 1 0 87 5 0 0 19 0 18 0 519624886 16056369152 40142 33554432000 1073741824 1073778376 140735615234320 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/27228/statm: 3920012 40142 2224 9 0 3910731 0
[pid=27228/tid=27229] ppid=27226 vsize=15680048 CPUtime=0.68 cores=1,3,5,7
/proc/27228/task/27229/stat : 27229 (java) R 27226 27228 25471 0 -1 4202560 35525 0 1 0 64 4 0 0 18 0 18 0 519624886 16056369152 40142 33554432000 1073741824 1073778376 140735615234320 18446744073709551615 46912505640561 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.92
Current children cumulated vsize (KiB) 15680048

[startup+1.5017 s]
/proc/loadavg: 8.23 8.00 6.72 6/216 27294
/proc/meminfo: memFree=17995132/32950928 swapFree=67111528/67111528
[pid=27228] ppid=27226 vsize=15700584 CPUtime=2.12 cores=1,3,5,7
/proc/27228/stat : 27228 (java) S 27226 27228 25471 0 -1 4202496 50873 0 1 0 206 6 0 0 19 0 22 0 519624886 16077398016 46072 33554432000 1073741824 1073778376 140735615234320 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/27228/statm: 3925146 46072 2256 9 0 3915865 0
[pid=27228/tid=27229] ppid=27226 vsize=15700584 CPUtime=1.47 cores=1,3,5,7
/proc/27228/task/27229/stat : 27229 (java) R 27226 27228 25471 0 -1 4202560 35628 0 1 0 143 4 0 0 20 0 22 0 519624886 16077398016 46072 33554432000 1073741824 1073778376 140735615234320 18446744073709551615 47767554024339 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=27228/tid=27231] ppid=27226 vsize=15700584 CPUtime=0 cores=1,3,5,7
/proc/27228/task/27231/stat : 27231 (java) S 27226 27228 25471 0 -1 4202560 664 0 0 0 0 0 0 0 15 0 22 0 519624887 16077398016 46072 33554432000 1073741824 1073778376 140735615234320 18446744073709551615 254512507801 0 4 0 16800975 18446604469223548928 0 0 -1 5 0 0 0
[pid=27228/tid=27232] ppid=27226 vsize=15700584 CPUtime=0 cores=1,3,5,7
/proc/27228/task/27232/stat : 27232 (java) S 27226 27228 25471 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 22 0 519624887 16077398016 46072 33554432000 1073741824 1073778376 140735615234320 18446744073709551615 254512507801 0 4 0 16800975 18446604469223548928 0 0 -1 3 0 0 0
[pid=27228/tid=27233] ppid=27226 vsize=15700584 CPUtime=0 cores=1,3,5,7
/proc/27228/task/27233/stat : 27233 (java) S 27226 27228 25471 0 -1 4202560 321 0 0 0 0 0 0 0 15 0 22 0 519624887 16077398016 46072 33554432000 1073741824 1073778376 140735615234320 18446744073709551615 254512507801 0 4 0 16800975 18446604469223548928 0 0 -1 1 0 0 0
[pid=27228/tid=27234] ppid=27226 vsize=15700584 CPUtime=0 cores=1,3,5,7
/proc/27228/task/27234/stat : 27234 (java) S 27226 27228 25471 0 -1 4202560 31 0 0 0 0 0 0 0 15 0 22 0 519624887 16077398016 46072 33554432000 1073741824 1073778376 140735615234320 18446744073709551615 254512507801 0 4 0 16800975 18446604469223548928 0 0 -1 5 0 0 0
[pid=27228/tid=27235] ppid=27226 vsize=15700584 CPUtime=0 cores=1,3,5,7
/proc/27228/task/27235/stat : 27235 (java) S 27226 27228 25471 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 519624887 16077398016 46073 33554432000 1073741824 1073778376 140735615234320 18446744073709551615 254512507801 0 4 0 16800975 18446604469223548928 0 0 -1 1 0 0 0
[pid=27228/tid=27236] ppid=27226 vsize=15700584 CPUtime=0 cores=1,3,5,7
/proc/27228/task/27236/stat : 27236 (java) S 27226 27228 25471 0 -1 4202560 99 0 0 0 0 0 0 0 15 0 22 0 519624887 16077398016 46073 33554432000 1073741824 1073778376 140735615234320 18446744073709551615 254512507801 0 4 0 16800975 18446604469223548928 0 0 -1 3 0 0 0
[pid=27228/tid=27237] ppid=27226 vsize=15700584 CPUtime=0 cores=1,3,5,7
/proc/27228/task/27237/stat : 27237 (java) S 27226 27228 25471 0 -1 4202560 937 0 0 0 0 0 0 0 16 0 22 0 519624887 16077398016 46074 33554432000 1073741824 1073778376 140735615234320 18446744073709551615 254512507801 0 4 0 16800975 18446604469223548928 0 0 -1 7 0 0 0
[pid=27228/tid=27238] ppid=27226 vsize=15700584 CPUtime=0 cores=1,3,5,7
/proc/27228/task/27238/stat : 27238 (java) S 27226 27228 25471 0 -1 4202560 26 0 0 0 0 0 0 0 15 0 22 0 519624887 16077398016 46074 33554432000 1073741824 1073778376 140735615234320 18446744073709551615 254512507801 0 4 0 16800975 18446604469223548928 0 0 -1 5 0 0 0
[pid=27228/tid=27239] ppid=27226 vsize=15700584 CPUtime=0 cores=1,3,5,7
/proc/27228/task/27239/stat : 27239 (java) S 27226 27228 25471 0 -1 4202560 72 0 0 0 0 0 0 0 15 0 22 0 519624888 16077398016 46074 33554432000 1073741824 1073778376 140735615234320 18446744073709551615 254512508416 0 0 0 16800975 18446604469223548928 0 0 -1 3 0 0 0
[pid=27228/tid=27240] ppid=27226 vsize=15700584 CPUtime=0 cores=1,3,5,7
/proc/27228/task/27240/stat : 27240 (java) S 27226 27228 25471 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 22 0 519624888 16077398016 46080 33554432000 1073741824 1073778376 140735615234320 18446744073709551615 254512507801 0 4 0 16800975 18446604469223548928 0 0 -1 7 0 0 0
[pid=27228/tid=27241] ppid=27226 vsize=15700584 CPUtime=0 cores=1,3,5,7
/proc/27228/task/27241/stat : 27241 (java) S 27226 27228 25471 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 519624888 16077398016 46089 33554432000 1073741824 1073778376 140735615234320 18446744073709551615 254512507801 0 4 0 16800975 18446604469223548928 0 0 -1 3 0 0 0
[pid=27228/tid=27242] ppid=27226 vsize=15700584 CPUtime=0 cores=1,3,5,7
/proc/27228/task/27242/stat : 27242 (java) S 27226 27228 25471 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 519624890 16077398016 46092 33554432000 1073741824 1073778376 140735615234320 18446744073709551615 254512515505 0 4 0 16800975 18446604469223548928 0 0 -1 5 0 0 0
[pid=27228/tid=27243] ppid=27226 vsize=15700584 CPUtime=0.41 cores=1,3,5,7
/proc/27228/task/27243/stat : 27243 (java) S 27226 27228 25471 0 -1 4202560 7619 0 0 0 40 1 0 0 15 0 22 0 519624890 16077398016 46092 33554432000 1073741824 1073778376 140735615234320 18446744073709551615 254512507801 0 4 0 16800975 18446604469223548928 0 0 -1 3 0 0 0
[pid=27228/tid=27244] ppid=27226 vsize=15700584 CPUtime=0.21 cores=1,3,5,7
/proc/27228/task/27244/stat : 27244 (java) R 27226 27228 25471 0 -1 4202560 4057 0 0 0 21 0 0 0 15 0 22 0 519624890 16077398016 46092 33554432000 1073741824 1073778376 140735615234320 18446744073709551615 47767557712666 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=27228/tid=27245] ppid=27226 vsize=15700584 CPUtime=0 cores=1,3,5,7
/proc/27228/task/27245/stat : 27245 (java) S 27226 27228 25471 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 519624890 16077398016 46092 33554432000 1073741824 1073778376 140735615234320 18446744073709551615 254512507801 0 4 0 16800975 18446604469223548928 0 0 -1 5 0 0 0
[pid=27228/tid=27246] ppid=27226 vsize=15700584 CPUtime=0 cores=1,3,5,7
/proc/27228/task/27246/stat : 27246 (java) S 27226 27228 25471 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 519624890 16077398016 46092 33554432000 1073741824 1073778376 140735615234320 18446744073709551615 254512508416 0 4 0 16800975 18446604469223548928 0 0 -1 3 0 0 0
[pid=27228/tid=27291] ppid=27226 vsize=15700584 CPUtime=0 cores=1,3,5,7
/proc/27228/task/27291/stat : 27291 (java) S 27226 27228 25471 0 -1 4202560 18 0 0 0 0 0 0 0 15 0 22 0 519624982 16077398016 46092 33554432000 1073741824 1073778376 140735615234320 18446744073709551615 254512508416 0 4 0 16800975 18446604469223548928 0 0 -1 5 0 0 0
[pid=27228/tid=27292] ppid=27226 vsize=15700584 CPUtime=0 cores=1,3,5,7
/proc/27228/task/27292/stat : 27292 (java) S 27226 27228 25471 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 22 0 519624982 16077398016 46092 33554432000 1073741824 1073778376 140735615234320 18446744073709551615 254512508416 0 4 0 16800975 18446604469223548928 0 0 -1 7 0 0 0
[pid=27228/tid=27293] ppid=27226 vsize=15700584 CPUtime=0 cores=1,3,5,7
/proc/27228/task/27293/stat : 27293 (java) S 27226 27228 25471 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 22 0 519624982 16077398016 46092 33554432000 1073741824 1073778376 140735615234320 18446744073709551615 254512508416 0 4 0 16800975 18446604469223548928 0 0 -1 7 0 0 0
[pid=27228/tid=27294] ppid=27226 vsize=15700584 CPUtime=0 cores=1,3,5,7
/proc/27228/task/27294/stat : 27294 (java) S 27226 27228 25471 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 22 0 519624982 16077398016 46092 33554432000 1073741824 1073778376 140735615234320 18446744073709551615 254512508416 0 4 0 16800975 18446604469223548928 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2.12
Current children cumulated vsize (KiB) 15700584

[startup+3.1014 s]
/proc/loadavg: 8.23 8.00 6.72 4/220 27298
/proc/meminfo: memFree=17948096/32950928 swapFree=67111528/67111528
[pid=27228] ppid=27226 vsize=15700584 CPUtime=4.97 cores=1,3,5,7
/proc/27228/stat : 27228 (java) S 27226 27228 25471 0 -1 4202496 71151 0 1 0 486 11 0 0 19 0 22 0 519624886 16077398016 62159 33554432000 1073741824 1073778376 140735615234320 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/27228/statm: 3925146 62159 2274 9 0 3915865 0
[pid=27228/tid=27229] ppid=27226 vsize=15700584 CPUtime=2.15 cores=1,3,5,7
/proc/27228/task/27229/stat : 27229 (java) S 27226 27228 25471 0 -1 4202560 35680 0 1 0 211 4 0 0 22 0 22 0 519624886 16077398016 62159 33554432000 1073741824 1073778376 140735615234320 18446744073709551615 254512507801 0 4 0 16800975 18446604469223548928 0 0 -1 5 0 0 0
[pid=27228/tid=27231] ppid=27226 vsize=15700584 CPUtime=0 cores=1,3,5,7
/proc/27228/task/27231/stat : 27231 (java) S 27226 27228 25471 0 -1 4202560 1246 0 0 0 0 0 0 0 15 0 22 0 519624887 16077398016 62159 33554432000 1073741824 1073778376 140735615234320 18446744073709551615 254512507801 0 4 0 16800975 18446604469223548928 0 0 -1 5 0 0 0
[pid=27228/tid=27232] ppid=27226 vsize=15700584 CPUtime=0 cores=1,3,5,7
/proc/27228/task/27232/stat : 27232 (java) S 27226 27228 25471 0 -1 4202560 3253 0 0 0 0 0 0 0 16 0 22 0 519624887 16077398016 62159 33554432000 1073741824 1073778376 140735615234320 18446744073709551615 254512507801 0 4 0 16800975 18446604469223548928 0 0 -1 3 0 0 0
[pid=27228/tid=27233] ppid=27226 vsize=15700584 CPUtime=0 cores=1,3,5,7
/proc/27228/task/27233/stat : 27233 (java) S 27226 27228 25471 0 -1 4202560 4352 0 0 0 0 0 0 0 16 0 22 0 519624887 16077398016 62159 33554432000 1073741824 1073778376 140735615234320 18446744073709551615 254512507801 0 4 0 16800975 18446604469223548928 0 0 -1 1 0 0 0
[pid=27228/tid=27234] ppid=27226 vsize=15700584 CPUtime=0 cores=1,3,5,7
/proc/27228/task/27234/stat : 27234 (java) S 27226 27228 25471 0 -1 4202560 31 0 0 0 0 0 0 0 15 0 22 0 519624887 16077398016 62159 33554432000 1073741824 1073778376 140735615234320 18446744073709551615 254512507801 0 4 0 16800975 18446604469223548928 0 0 -1 5 0 0 0
[pid=27228/tid=27235] ppid=27226 vsize=15700584 CPUtime=0.01 cores=1,3,5,7
/proc/27228/task/27235/stat : 27235 (java) S 27226 27228 25471 0 -1 4202560 4317 0 0 0 1 0 0 0 16 0 22 0 519624887 16077398016 62159 33554432000 1073741824 1073778376 140735615234320 18446744073709551615 254512507801 0 4 0 16800975 18446604469223548928 0 0 -1 7 0 0 0
[pid=27228/tid=27236] ppid=27226 vsize=15700584 CPUtime=0.02 cores=1,3,5,7
/proc/27228/task/27236/stat : 27236 (java) S 27226 27228 25471 0 -1 4202560 5460 0 0 0 1 1 0 0 16 0 22 0 519624887 16077398016 62159 33554432000 1073741824 1073778376 140735615234320 18446744073709551615 254512507801 0 4 0 16800975 18446604469223548928 0 0 -1 3 0 0 0
[pid=27228/tid=27237] ppid=27226 vsize=15700584 CPUtime=0 cores=1,3,5,7
/proc/27228/task/27237/stat : 27237 (java) S 27226 27228 25471 0 -1 4202560 1640 0 0 0 0 0 0 0 15 0 22 0 519624887 16077398016 62159 33554432000 1073741824 1073778376 140735615234320 18446744073709551615 254512507801 0 4 0 16800975 18446604469223548928 0 0 -1 7 0 0 0
[pid=27228/tid=27238] ppid=27226 vsize=15700584 CPUtime=0 cores=1,3,5,7
/proc/27228/task/27238/stat : 27238 (java) S 27226 27228 25471 0 -1 4202560 26 0 0 0 0 0 0 0 15 0 22 0 519624887 16077398016 62159 33554432000 1073741824 1073778376 140735615234320 18446744073709551615 254512507801 0 4 0 16800975 18446604469223548928 0 0 -1 5 0 0 0
[pid=27228/tid=27239] ppid=27226 vsize=15700584 CPUtime=0 cores=1,3,5,7
/proc/27228/task/27239/stat : 27239 (java) S 27226 27228 25471 0 -1 4202560 165 0 0 0 0 0 0 0 15 0 22 0 519624888 16077398016 62159 33554432000 1073741824 1073778376 140735615234320 18446744073709551615 254512508416 0 0 0 16800975 18446604469223548928 0 0 -1 3 0 0 0
[pid=27228/tid=27240] ppid=27226 vsize=15700584 CPUtime=0 cores=1,3,5,7
/proc/27228/task/27240/stat : 27240 (java) S 27226 27228 25471 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 519624888 16077398016 62159 33554432000 1073741824 1073778376 140735615234320 18446744073709551615 254512507801 0 4 0 16800975 18446604469223548928 0 0 -1 7 0 0 0
[pid=27228/tid=27241] ppid=27226 vsize=15700584 CPUtime=0 cores=1,3,5,7
/proc/27228/task/27241/stat : 27241 (java) S 27226 27228 25471 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 519624888 16077398016 62159 33554432000 1073741824 1073778376 140735615234320 18446744073709551615 254512507801 0 4 0 16800975 18446604469223548928 0 0 -1 3 0 0 0
[pid=27228/tid=27242] ppid=27226 vsize=15700584 CPUtime=0 cores=1,3,5,7
/proc/27228/task/27242/stat : 27242 (java) S 27226 27228 25471 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 519624890 16077398016 62159 33554432000 1073741824 1073778376 140735615234320 18446744073709551615 254512515505 0 4 0 16800975 18446604469223548928 0 0 -1 5 0 0 0
[pid=27228/tid=27243] ppid=27226 vsize=15700584 CPUtime=0.65 cores=1,3,5,7
/proc/27228/task/27243/stat : 27243 (java) S 27226 27228 25471 0 -1 4202560 7668 0 0 0 64 1 0 0 15 0 22 0 519624890 16077398016 62159 33554432000 1073741824 1073778376 140735615234320 18446744073709551615 254512507801 0 4 0 16800975 18446604469223548928 0 0 -1 3 0 0 0
[pid=27228/tid=27244] ppid=27226 vsize=15700584 CPUtime=0.76 cores=1,3,5,7
/proc/27228/task/27244/stat : 27244 (java) S 27226 27228 25471 0 -1 4202560 5870 0 0 0 76 0 0 0 15 0 22 0 519624890 16077398016 62159 33554432000 1073741824 1073778376 140735615234320 18446744073709551615 254512507801 0 4 0 16800975 18446604469223548928 0 0 -1 7 0 0 0
[pid=27228/tid=27245] ppid=27226 vsize=15700584 CPUtime=0 cores=1,3,5,7
/proc/27228/task/27245/stat : 27245 (java) S 27226 27228 25471 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 519624890 16077398016 62159 33554432000 1073741824 1073778376 140735615234320 18446744073709551615 254512507801 0 4 0 16800975 18446604469223548928 0 0 -1 5 0 0 0
[pid=27228/tid=27246] ppid=27226 vsize=15700584 CPUtime=0 cores=1,3,5,7
/proc/27228/task/27246/stat : 27246 (java) S 27226 27228 25471 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 519624890 16077398016 62159 33554432000 1073741824 1073778376 140735615234320 18446744073709551615 254512508416 0 4 0 16800975 18446604469223548928 0 0 -1 3 0 0 0
[pid=27228/tid=27291] ppid=27226 vsize=15700584 CPUtime=0.35 cores=1,3,5,7
/proc/27228/task/27291/stat : 27291 (java) R 27226 27228 25471 0 -1 4202560 29 0 0 0 35 0 0 0 16 0 22 0 519624982 16077398016 62159 33554432000 1073741824 1073778376 140735615234320 18446744073709551615 46912506031424 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=27228/tid=27292] ppid=27226 vsize=15700584 CPUtime=0 cores=1,3,5,7
/proc/27228/task/27292/stat : 27292 (java) S 27226 27228 25471 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 22 0 519624982 16077398016 62159 33554432000 1073741824 1073778376 140735615234320 18446744073709551615 254512508416 0 4 0 16800975 18446604469223548928 0 0 -1 3 0 0 0
[pid=27228/tid=27293] ppid=27226 vsize=15700584 CPUtime=0.46 cores=1,3,5,7
/proc/27228/task/27293/stat : 27293 (java) S 27226 27228 25471 0 -1 4202560 12 0 0 0 46 0 0 0 15 0 22 0 519624982 16077398016 62159 33554432000 1073741824 1073778376 140735615234320 18446744073709551615 254512508416 0 4 0 16800975 18446604469223548928 0 0 -1 5 0 0 0
[pid=27228/tid=27294] ppid=27226 vsize=15700584 CPUtime=0.46 cores=1,3,5,7
/proc/27228/task/27294/stat : 27294 (java) S 27226 27228 25471 0 -1 4202560 8 0 0 0 46 0 0 0 15 0 22 0 519624982 16077398016 62159 33554432000 1073741824 1073778376 140735615234320 18446744073709551615 254512508416 0 4 0 16800975 18446604469223548928 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4.97
Current children cumulated vsize (KiB) 15700584

[startup+6.30068 s]
/proc/loadavg: 7.81 7.91 6.70 10/220 27298
/proc/meminfo: memFree=16927700/32950928 swapFree=67111528/67111528
[pid=27228] ppid=27226 vsize=15700584 CPUtime=16.29 cores=1,3,5,7
/proc/27228/stat : 27228 (java) S 27226 27228 25471 0 -1 4202496 207496 0 1 0 1593 36 0 0 19 0 22 0 519624886 16077398016 197668 33554432000 1073741824 1073778376 140735615234320 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/27228/statm: 3925146 197668 2274 9 0 3915865 0
[pid=27228/tid=27229] ppid=27226 vsize=15700584 CPUtime=2.15 cores=1,3,5,7
/proc/27228/task/27229/stat : 27229 (java) S 27226 27228 25471 0 -1 4202560 35680 0 1 0 211 4 0 0 22 0 22 0 519624886 16077398016 197668 33554432000 1073741824 1073778376 140735615234320 18446744073709551615 254512507801 0 4 0 16800975 18446604469223548928 0 0 -1 5 0 0 0
[pid=27228/tid=27231] ppid=27226 vsize=15700584 CPUtime=0.05 cores=1,3,5,7
/proc/27228/task/27231/stat : 27231 (java) S 27226 27228 25471 0 -1 4202560 14947 0 0 0 3 2 0 0 16 0 22 0 519624887 16077398016 197668 33554432000 1073741824 1073778376 140735615234320 18446744073709551615 254512507801 0 4 0 16800975 18446604469223548928 0 0 -1 7 0 0 0
[pid=27228/tid=27232] ppid=27226 vsize=15700584 CPUtime=0.08 cores=1,3,5,7
/proc/27228/task/27232/stat : 27232 (java) S 27226 27228 25471 0 -1 4202560 19152 0 0 0 4 4 0 0 16 0 22 0 519624887 16077398016 197668 33554432000 1073741824 1073778376 140735615234320 18446744073709551615 254512507801 0 4 0 16800975 18446604469223548928 0 0 -1 3 0 0 0
[pid=27228/tid=27233] ppid=27226 vsize=15700584 CPUtime=0.06 cores=1,3,5,7
/proc/27228/task/27233/stat : 27233 (java) S 27226 27228 25471 0 -1 4202560 17042 0 0 0 3 3 0 0 15 0 22 0 519624887 16077398016 197668 33554432000 1073741824 1073778376 140735615234320 18446744073709551615 254512507801 0 4 0 16800975 18446604469223548928 0 0 -1 7 0 0 0
[pid=27228/tid=27234] ppid=27226 vsize=15700584 CPUtime=0.04 cores=1,3,5,7
/proc/27228/task/27234/stat : 27234 (java) S 27226 27228 25471 0 -1 4202560 10520 0 0 0 2 2 0 0 15 0 22 0 519624887 16077398016 197668 33554432000 1073741824 1073778376 140735615234320 18446744073709551615 254512507801 0 4 0 16800975 18446604469223548928 0 0 -1 5 0 0 0
[pid=27228/tid=27235] ppid=27226 vsize=15700584 CPUtime=0.09 cores=1,3,5,7
/proc/27228/task/27235/stat : 27235 (java) S 27226 27228 25471 0 -1 4202560 20163 0 0 0 6 3 0 0 16 0 22 0 519624887 16077398016 197668 33554432000 1073741824 1073778376 140735615234320 18446744073709551615 254512507801 0 4 0 16800975 18446604469223548928 0 0 -1 5 0 0 0
[pid=27228/tid=27236] ppid=27226 vsize=15700584 CPUtime=0.05 cores=1,3,5,7
/proc/27228/task/27236/stat : 27236 (java) S 27226 27228 25471 0 -1 4202560 14727 0 0 0 3 2 0 0 16 0 22 0 519624887 16077398016 197668 33554432000 1073741824 1073778376 140735615234320 18446744073709551615 254512507801 0 4 0 16800975 18446604469223548928 0 0 -1 1 0 0 0
[pid=27228/tid=27237] ppid=27226 vsize=15700584 CPUtime=0.08 cores=1,3,5,7
/proc/27228/task/27237/stat : 27237 (java) S 27226 27228 25471 0 -1 4202560 21476 0 0 0 5 3 0 0 15 0 22 0 519624887 16077398016 197668 33554432000 1073741824 1073778376 140735615234320 18446744073709551615 254512507801 0 4 0 16800975 18446604469223548928 0 0 -1 5 0 0 0
[pid=27228/tid=27238] ppid=27226 vsize=15700584 CPUtime=0.05 cores=1,3,5,7
/proc/27228/task/27238/stat : 27238 (java) S 27226 27228 25471 0 -1 4202560 13520 0 0 0 3 2 0 0 15 0 22 0 519624887 16077398016 197668 33554432000 1073741824 1073778376 140735615234320 18446744073709551615 254512507801 0 4 0 16800975 18446604469223548928 0 0 -1 7 0 0 0

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

[pid=27228/tid=27292] ppid=27226 vsize=15700584 CPUtime=1104.11 cores=1,3,5,7
/proc/27228/task/27292/stat : 27292 (java) R 27226 27228 25471 0 -1 4202560 415816 0 0 0 110357 54 0 0 25 0 22 0 519624982 16077398016 203060 33554432000 1073741824 1073778376 140735615234320 18446744073709551615 46912506031326 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=27228/tid=27293] ppid=27226 vsize=15700584 CPUtime=1106.14 cores=1,3,5,7
/proc/27228/task/27293/stat : 27293 (java) R 27226 27228 25471 0 -1 4202560 418201 0 0 0 110558 56 0 0 25 0 22 0 519624982 16077398016 203060 33554432000 1073741824 1073778376 140735615234320 18446744073709551615 46912506031224 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=27228/tid=27294] ppid=27226 vsize=15700584 CPUtime=1106.53 cores=1,3,5,7
/proc/27228/task/27294/stat : 27294 (java) R 27226 27228 25471 0 -1 4202560 411805 0 0 0 110598 55 0 0 25 0 22 0 519624982 16077398016 203060 33554432000 1073741824 1073778376 140735615234320 18446744073709551615 46912505972976 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4461.71
Current children cumulated vsize (KiB) 15700584

[startup+1182.3 s]
/proc/loadavg: 8.07 8.11 7.70 9/220 27330
/proc/meminfo: memFree=16610752/32950928 swapFree=67111528/67111528
[pid=27228] ppid=27226 vsize=15700584 CPUtime=4700.77 cores=1,3,5,7
/proc/27228/stat : 27228 (java) S 27226 27228 25471 0 -1 4202496 3220676 0 1 0 469494 583 0 0 19 0 22 0 519624886 16077398016 213552 33554432000 1073741824 1073778376 140735615234320 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/27228/statm: 3925146 213552 2297 9 0 3915865 0
[pid=27228/tid=27229] ppid=27226 vsize=15700584 CPUtime=2.15 cores=1,3,5,7
/proc/27228/task/27229/stat : 27229 (java) S 27226 27228 25471 0 -1 4202560 35680 0 1 0 211 4 0 0 22 0 22 0 519624886 16077398016 213552 33554432000 1073741824 1073778376 140735615234320 18446744073709551615 254512507801 0 4 0 16800975 18446604469223548928 0 0 -1 5 0 0 0
[pid=27228/tid=27231] ppid=27226 vsize=15700584 CPUtime=4.11 cores=1,3,5,7
/proc/27228/task/27231/stat : 27231 (java) S 27226 27228 25471 0 -1 4202560 171731 0 0 0 378 33 0 0 15 0 22 0 519624887 16077398016 213552 33554432000 1073741824 1073778376 140735615234320 18446744073709551615 254512507801 0 4 0 16800975 18446604469223548928 0 0 -1 5 0 0 0
[pid=27228/tid=27232] ppid=27226 vsize=15700584 CPUtime=4.26 cores=1,3,5,7
/proc/27228/task/27232/stat : 27232 (java) S 27226 27228 25471 0 -1 4202560 188252 0 0 0 390 36 0 0 16 0 22 0 519624887 16077398016 213552 33554432000 1073741824 1073778376 140735615234320 18446744073709551615 254512507801 0 4 0 16800975 18446604469223548928 0 0 -1 1 0 0 0
[pid=27228/tid=27233] ppid=27226 vsize=15700584 CPUtime=4.06 cores=1,3,5,7
/proc/27228/task/27233/stat : 27233 (java) S 27226 27228 25471 0 -1 4202560 177453 0 0 0 373 33 0 0 15 0 22 0 519624887 16077398016 213552 33554432000 1073741824 1073778376 140735615234320 18446744073709551615 254512507801 0 4 0 16800975 18446604469223548928 0 0 -1 5 0 0 0
[pid=27228/tid=27234] ppid=27226 vsize=15700584 CPUtime=4.15 cores=1,3,5,7
/proc/27228/task/27234/stat : 27234 (java) S 27226 27228 25471 0 -1 4202560 168248 0 0 0 380 35 0 0 16 0 22 0 519624887 16077398016 213552 33554432000 1073741824 1073778376 140735615234320 18446744073709551615 254512507801 0 4 0 16800975 18446604469223548928 0 0 -1 3 0 0 0
[pid=27228/tid=27235] ppid=27226 vsize=15700584 CPUtime=4.07 cores=1,3,5,7
/proc/27228/task/27235/stat : 27235 (java) S 27226 27228 25471 0 -1 4202560 166683 0 0 0 377 30 0 0 15 0 22 0 519624887 16077398016 213552 33554432000 1073741824 1073778376 140735615234320 18446744073709551615 254512507801 0 4 0 16800975 18446604469223548928 0 0 -1 1 0 0 0
[pid=27228/tid=27236] ppid=27226 vsize=15700584 CPUtime=4.1 cores=1,3,5,7
/proc/27228/task/27236/stat : 27236 (java) S 27226 27228 25471 0 -1 4202560 170682 0 0 0 379 31 0 0 16 0 22 0 519624887 16077398016 213552 33554432000 1073741824 1073778376 140735615234320 18446744073709551615 254512507801 0 4 0 16800975 18446604469223548928 0 0 -1 5 0 0 0
[pid=27228/tid=27237] ppid=27226 vsize=15700584 CPUtime=4.16 cores=1,3,5,7
/proc/27228/task/27237/stat : 27237 (java) S 27226 27228 25471 0 -1 4202560 182712 0 0 0 383 33 0 0 16 0 22 0 519624887 16077398016 213552 33554432000 1073741824 1073778376 140735615234320 18446744073709551615 254512507801 0 4 0 16800975 18446604469223548928 0 0 -1 7 0 0 0
[pid=27228/tid=27238] ppid=27226 vsize=15700584 CPUtime=4.29 cores=1,3,5,7
/proc/27228/task/27238/stat : 27238 (java) S 27226 27228 25471 0 -1 4202560 177753 0 0 0 394 35 0 0 15 0 22 0 519624887 16077398016 213552 33554432000 1073741824 1073778376 140735615234320 18446744073709551615 254512507801 0 4 0 16800975 18446604469223548928 0 0 -1 3 0 0 0
[pid=27228/tid=27239] ppid=27226 vsize=15700584 CPUtime=2.1 cores=1,3,5,7
/proc/27228/task/27239/stat : 27239 (java) S 27226 27228 25471 0 -1 4202560 8847 0 0 0 140 70 0 0 15 0 22 0 519624888 16077398016 213552 33554432000 1073741824 1073778376 140735615234320 18446744073709551615 254512508416 0 0 0 16800975 18446604469223548928 0 0 -1 1 0 0 0
[pid=27228/tid=27240] ppid=27226 vsize=15700584 CPUtime=0 cores=1,3,5,7
/proc/27228/task/27240/stat : 27240 (java) S 27226 27228 25471 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 519624888 16077398016 213552 33554432000 1073741824 1073778376 140735615234320 18446744073709551615 254512507801 0 4 0 16800975 18446604469223548928 0 0 -1 7 0 0 0
[pid=27228/tid=27241] ppid=27226 vsize=15700584 CPUtime=0 cores=1,3,5,7
/proc/27228/task/27241/stat : 27241 (java) S 27226 27228 25471 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 519624888 16077398016 213552 33554432000 1073741824 1073778376 140735615234320 18446744073709551615 254512507801 0 4 0 16800975 18446604469223548928 0 0 -1 3 0 0 0
[pid=27228/tid=27242] ppid=27226 vsize=15700584 CPUtime=0 cores=1,3,5,7
/proc/27228/task/27242/stat : 27242 (java) S 27226 27228 25471 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 519624890 16077398016 213552 33554432000 1073741824 1073778376 140735615234320 18446744073709551615 254512515505 0 4 0 16800975 18446604469223548928 0 0 -1 5 0 0 0
[pid=27228/tid=27243] ppid=27226 vsize=15700584 CPUtime=1.1 cores=1,3,5,7
/proc/27228/task/27243/stat : 27243 (java) S 27226 27228 25471 0 -1 4202560 7748 0 0 0 109 1 0 0 15 0 22 0 519624890 16077398016 213552 33554432000 1073741824 1073778376 140735615234320 18446744073709551615 254512507801 0 4 0 16800975 18446604469223548928 0 0 -1 1 0 0 0
[pid=27228/tid=27244] ppid=27226 vsize=15700584 CPUtime=0.9 cores=1,3,5,7
/proc/27228/task/27244/stat : 27244 (java) S 27226 27228 25471 0 -1 4202560 5928 0 0 0 90 0 0 0 15 0 22 0 519624890 16077398016 213552 33554432000 1073741824 1073778376 140735615234320 18446744073709551615 254512507801 0 4 0 16800975 18446604469223548928 0 0 -1 7 0 0 0
[pid=27228/tid=27245] ppid=27226 vsize=15700584 CPUtime=0 cores=1,3,5,7
/proc/27228/task/27245/stat : 27245 (java) S 27226 27228 25471 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 519624890 16077398016 213552 33554432000 1073741824 1073778376 140735615234320 18446744073709551615 254512507801 0 4 0 16800975 18446604469223548928 0 0 -1 5 0 0 0
[pid=27228/tid=27246] ppid=27226 vsize=15700584 CPUtime=0 cores=1,3,5,7
/proc/27228/task/27246/stat : 27246 (java) S 27226 27228 25471 0 -1 4202560 70 0 0 0 0 0 0 0 15 0 22 0 519624890 16077398016 213552 33554432000 1073741824 1073778376 140735615234320 18446744073709551615 254512508416 0 4 0 16800975 18446604469223548928 0 0 -1 3 0 0 0
[pid=27228/tid=27291] ppid=27226 vsize=15700584 CPUtime=1166.49 cores=1,3,5,7
/proc/27228/task/27291/stat : 27291 (java) R 27226 27228 25471 0 -1 4202560 448842 0 0 0 116589 60 0 0 25 0 22 0 519624982 16077398016 213552 33554432000 1073741824 1073778376 140735615234320 18446744073709551615 46912505608640 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=27228/tid=27292] ppid=27226 vsize=15700584 CPUtime=1163.37 cores=1,3,5,7
/proc/27228/task/27292/stat : 27292 (java) R 27226 27228 25471 0 -1 4202560 434741 0 0 0 116281 56 0 0 25 0 22 0 519624982 16077398016 213552 33554432000 1073741824 1073778376 140735615234320 18446744073709551615 46912506031479 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=27228/tid=27293] ppid=27226 vsize=15700584 CPUtime=1165.35 cores=1,3,5,7
/proc/27228/task/27293/stat : 27293 (java) R 27226 27228 25471 0 -1 4202560 441150 0 0 0 116476 59 0 0 25 0 22 0 519624982 16077398016 213552 33554432000 1073741824 1073778376 140735615234320 18446744073709551615 46912505972895 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=27228/tid=27294] ppid=27226 vsize=15700584 CPUtime=1165.93 cores=1,3,5,7
/proc/27228/task/27294/stat : 27294 (java) R 27226 27228 25471 0 -1 4202560 432771 0 0 0 116535 58 0 0 25 0 22 0 519624982 16077398016 213552 33554432000 1073741824 1073778376 140735615234320 18446744073709551615 46912506143600 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4700.77
Current children cumulated vsize (KiB) 15700584



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1207.3 s]
/proc/loadavg: 8.10 8.11 7.72 5/197 27333
/proc/meminfo: memFree=17475084/32950928 swapFree=67111528/67111528
[pid=27228] ppid=27226 vsize=15700584 CPUtime=4800.37 cores=1,3,5,7
/proc/27228/stat : 27228 (java) S 27226 27228 25471 0 -1 4202496 3277739 0 1 0 479444 593 0 0 19 0 22 0 519624886 16077398016 206938 33554432000 1073741824 1073778376 140735615234320 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/27228/statm: 3925146 206938 2297 9 0 3915865 0
[pid=27228/tid=27229] ppid=27226 vsize=15700584 CPUtime=2.15 cores=1,3,5,7
/proc/27228/task/27229/stat : 27229 (java) S 27226 27228 25471 0 -1 4202560 35680 0 1 0 211 4 0 0 22 0 22 0 519624886 16077398016 206938 33554432000 1073741824 1073778376 140735615234320 18446744073709551615 254512507801 0 4 0 16800975 18446604469223548928 0 0 -1 5 0 0 0
[pid=27228/tid=27231] ppid=27226 vsize=15700584 CPUtime=4.21 cores=1,3,5,7
/proc/27228/task/27231/stat : 27231 (java) S 27226 27228 25471 0 -1 4202560 175386 0 0 0 387 34 0 0 15 0 22 0 519624887 16077398016 206938 33554432000 1073741824 1073778376 140735615234320 18446744073709551615 254512507801 0 4 0 16800975 18446604469223548928 0 0 -1 1 0 0 0
[pid=27228/tid=27232] ppid=27226 vsize=15700584 CPUtime=4.35 cores=1,3,5,7
/proc/27228/task/27232/stat : 27232 (java) S 27226 27228 25471 0 -1 4202560 190931 0 0 0 398 37 0 0 15 0 22 0 519624887 16077398016 206938 33554432000 1073741824 1073778376 140735615234320 18446744073709551615 254512507801 0 4 0 16800975 18446604469223548928 0 0 -1 1 0 0 0
[pid=27228/tid=27233] ppid=27226 vsize=15700584 CPUtime=4.16 cores=1,3,5,7
/proc/27228/task/27233/stat : 27233 (java) S 27226 27228 25471 0 -1 4202560 181257 0 0 0 382 34 0 0 15 0 22 0 519624887 16077398016 206938 33554432000 1073741824 1073778376 140735615234320 18446744073709551615 254512507801 0 4 0 16800975 18446604469223548928 0 0 -1 7 0 0 0
[pid=27228/tid=27234] ppid=27226 vsize=15700584 CPUtime=4.23 cores=1,3,5,7
/proc/27228/task/27234/stat : 27234 (java) S 27226 27228 25471 0 -1 4202560 170917 0 0 0 388 35 0 0 16 0 22 0 519624887 16077398016 206938 33554432000 1073741824 1073778376 140735615234320 18446744073709551615 254512507801 0 4 0 16800975 18446604469223548928 0 0 -1 3 0 0 0
[pid=27228/tid=27235] ppid=27226 vsize=15700584 CPUtime=4.14 cores=1,3,5,7
/proc/27228/task/27235/stat : 27235 (java) S 27226 27228 25471 0 -1 4202560 169153 0 0 0 384 30 0 0 16 0 22 0 519624887 16077398016 206938 33554432000 1073741824 1073778376 140735615234320 18446744073709551615 254512507801 0 4 0 16800975 18446604469223548928 0 0 -1 5 0 0 0
[pid=27228/tid=27236] ppid=27226 vsize=15700584 CPUtime=4.19 cores=1,3,5,7
/proc/27228/task/27236/stat : 27236 (java) S 27226 27228 25471 0 -1 4202560 171825 0 0 0 387 32 0 0 15 0 22 0 519624887 16077398016 206938 33554432000 1073741824 1073778376 140735615234320 18446744073709551615 254512507801 0 4 0 16800975 18446604469223548928 0 0 -1 5 0 0 0
[pid=27228/tid=27237] ppid=27226 vsize=15700584 CPUtime=4.26 cores=1,3,5,7
/proc/27228/task/27237/stat : 27237 (java) S 27226 27228 25471 0 -1 4202560 185544 0 0 0 392 34 0 0 16 0 22 0 519624887 16077398016 206938 33554432000 1073741824 1073778376 140735615234320 18446744073709551615 254512507801 0 4 0 16800975 18446604469223548928 0 0 -1 1 0 0 0
[pid=27228/tid=27238] ppid=27226 vsize=15700584 CPUtime=4.39 cores=1,3,5,7
/proc/27228/task/27238/stat : 27238 (java) S 27226 27228 25471 0 -1 4202560 180286 0 0 0 403 36 0 0 16 0 22 0 519624887 16077398016 206938 33554432000 1073741824 1073778376 140735615234320 18446744073709551615 254512507801 0 4 0 16800975 18446604469223548928 0 0 -1 7 0 0 0
[pid=27228/tid=27239] ppid=27226 vsize=15700584 CPUtime=2.14 cores=1,3,5,7
/proc/27228/task/27239/stat : 27239 (java) S 27226 27228 25471 0 -1 4202560 9054 0 0 0 143 71 0 0 16 0 22 0 519624888 16077398016 206938 33554432000 1073741824 1073778376 140735615234320 18446744073709551615 254512508416 0 0 0 16800975 18446604469223548928 0 0 -1 3 0 0 0
[pid=27228/tid=27240] ppid=27226 vsize=15700584 CPUtime=0 cores=1,3,5,7
/proc/27228/task/27240/stat : 27240 (java) S 27226 27228 25471 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 519624888 16077398016 206938 33554432000 1073741824 1073778376 140735615234320 18446744073709551615 254512507801 0 4 0 16800975 18446604469223548928 0 0 -1 7 0 0 0
[pid=27228/tid=27241] ppid=27226 vsize=15700584 CPUtime=0 cores=1,3,5,7
/proc/27228/task/27241/stat : 27241 (java) S 27226 27228 25471 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 519624888 16077398016 206938 33554432000 1073741824 1073778376 140735615234320 18446744073709551615 254512507801 0 4 0 16800975 18446604469223548928 0 0 -1 3 0 0 0
[pid=27228/tid=27242] ppid=27226 vsize=15700584 CPUtime=0 cores=1,3,5,7
/proc/27228/task/27242/stat : 27242 (java) S 27226 27228 25471 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 519624890 16077398016 206938 33554432000 1073741824 1073778376 140735615234320 18446744073709551615 254512515505 0 4 0 16800975 18446604469223548928 0 0 -1 5 0 0 0
[pid=27228/tid=27243] ppid=27226 vsize=15700584 CPUtime=1.1 cores=1,3,5,7
/proc/27228/task/27243/stat : 27243 (java) S 27226 27228 25471 0 -1 4202560 7748 0 0 0 109 1 0 0 15 0 22 0 519624890 16077398016 206938 33554432000 1073741824 1073778376 140735615234320 18446744073709551615 254512507801 0 4 0 16800975 18446604469223548928 0 0 -1 1 0 0 0
[pid=27228/tid=27244] ppid=27226 vsize=15700584 CPUtime=0.9 cores=1,3,5,7
/proc/27228/task/27244/stat : 27244 (java) S 27226 27228 25471 0 -1 4202560 5928 0 0 0 90 0 0 0 15 0 22 0 519624890 16077398016 206938 33554432000 1073741824 1073778376 140735615234320 18446744073709551615 254512507801 0 4 0 16800975 18446604469223548928 0 0 -1 7 0 0 0
[pid=27228/tid=27245] ppid=27226 vsize=15700584 CPUtime=0 cores=1,3,5,7
/proc/27228/task/27245/stat : 27245 (java) S 27226 27228 25471 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 519624890 16077398016 206938 33554432000 1073741824 1073778376 140735615234320 18446744073709551615 254512507801 0 4 0 16800975 18446604469223548928 0 0 -1 5 0 0 0
[pid=27228/tid=27246] ppid=27226 vsize=15700584 CPUtime=0 cores=1,3,5,7
/proc/27228/task/27246/stat : 27246 (java) S 27226 27228 25471 0 -1 4202560 72 0 0 0 0 0 0 0 15 0 22 0 519624890 16077398016 206938 33554432000 1073741824 1073778376 140735615234320 18446744073709551615 254512508416 0 4 0 16800975 18446604469223548928 0 0 -1 3 0 0 0
[pid=27228/tid=27291] ppid=27226 vsize=15700584 CPUtime=1191.23 cores=1,3,5,7
/proc/27228/task/27291/stat : 27291 (java) R 27226 27228 25471 0 -1 4202560 457368 0 0 0 119062 61 0 0 25 0 22 0 519624982 16077398016 206938 33554432000 1073741824 1073778376 140735615234320 18446744073709551615 46912506031313 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=27228/tid=27292] ppid=27226 vsize=15700584 CPUtime=1188.11 cores=1,3,5,7
/proc/27228/task/27292/stat : 27292 (java) R 27226 27228 25471 0 -1 4202560 443195 0 0 0 118753 58 0 0 25 0 22 0 519624982 16077398016 206938 33554432000 1073741824 1073778376 140735615234320 18446744073709551615 46912505366066 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=27228/tid=27293] ppid=27226 vsize=15700584 CPUtime=1190.1 cores=1,3,5,7
/proc/27228/task/27293/stat : 27293 (java) R 27226 27228 25471 0 -1 4202560 449992 0 0 0 118950 60 0 0 25 0 22 0 519624982 16077398016 206938 33554432000 1073741824 1073778376 140735615234320 18446744073709551615 46912506115517 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=27228/tid=27294] ppid=27226 vsize=15700584 CPUtime=1190.56 cores=1,3,5,7
/proc/27228/task/27294/stat : 27294 (java) R 27226 27228 25471 0 -1 4202560 442018 0 0 0 118997 59 0 0 25 0 22 0 519624982 16077398016 206938 33554432000 1073741824 1073778376 140735615234320 18446744073709551615 46912506144344 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.37
Current children cumulated vsize (KiB) 15700584

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

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

[startup+1207.3 s]
/proc/loadavg: 8.10 8.11 7.72 5/197 27333
/proc/meminfo: memFree=17475084/32950928 swapFree=67111528/67111528
[pid=27228] ppid=27226 vsize=15700584 CPUtime=4800.37 cores=1,3,5,7
/proc/27228/stat : 27228 (java) S 27226 27228 25471 0 -1 4202496 3277739 0 1 0 479444 593 0 0 19 0 22 0 519624886 16077398016 206938 33554432000 1073741824 1073778376 140735615234320 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/27228/statm: 3925146 206938 2297 9 0 3915865 0
[pid=27228/tid=27229] ppid=27226 vsize=15700584 CPUtime=2.15 cores=1,3,5,7
/proc/27228/task/27229/stat : 27229 (java) S 27226 27228 25471 0 -1 4202560 35680 0 1 0 211 4 0 0 22 0 22 0 519624886 16077398016 206938 33554432000 1073741824 1073778376 140735615234320 18446744073709551615 254512507801 0 4 0 16800975 18446604469223548928 0 0 -1 5 0 0 0
[pid=27228/tid=27231] ppid=27226 vsize=15700584 CPUtime=4.21 cores=1,3,5,7
/proc/27228/task/27231/stat : 27231 (java) S 27226 27228 25471 0 -1 4202560 175386 0 0 0 387 34 0 0 15 0 22 0 519624887 16077398016 206938 33554432000 1073741824 1073778376 140735615234320 18446744073709551615 254512507801 0 4 0 16800975 18446604469223548928 0 0 -1 1 0 0 0
[pid=27228/tid=27232] ppid=27226 vsize=15700584 CPUtime=4.35 cores=1,3,5,7
/proc/27228/task/27232/stat : 27232 (java) S 27226 27228 25471 0 -1 4202560 190931 0 0 0 398 37 0 0 15 0 22 0 519624887 16077398016 206938 33554432000 1073741824 1073778376 140735615234320 18446744073709551615 254512507801 0 4 0 16800975 18446604469223548928 0 0 -1 1 0 0 0
[pid=27228/tid=27233] ppid=27226 vsize=15700584 CPUtime=4.16 cores=1,3,5,7
/proc/27228/task/27233/stat : 27233 (java) S 27226 27228 25471 0 -1 4202560 181257 0 0 0 382 34 0 0 15 0 22 0 519624887 16077398016 206938 33554432000 1073741824 1073778376 140735615234320 18446744073709551615 254512507801 0 4 0 16800975 18446604469223548928 0 0 -1 7 0 0 0
[pid=27228/tid=27234] ppid=27226 vsize=15700584 CPUtime=4.23 cores=1,3,5,7
/proc/27228/task/27234/stat : 27234 (java) S 27226 27228 25471 0 -1 4202560 170917 0 0 0 388 35 0 0 16 0 22 0 519624887 16077398016 206938 33554432000 1073741824 1073778376 140735615234320 18446744073709551615 254512507801 0 4 0 16800975 18446604469223548928 0 0 -1 3 0 0 0
[pid=27228/tid=27235] ppid=27226 vsize=15700584 CPUtime=4.14 cores=1,3,5,7
/proc/27228/task/27235/stat : 27235 (java) S 27226 27228 25471 0 -1 4202560 169153 0 0 0 384 30 0 0 16 0 22 0 519624887 16077398016 206938 33554432000 1073741824 1073778376 140735615234320 18446744073709551615 254512507801 0 4 0 16800975 18446604469223548928 0 0 -1 5 0 0 0
[pid=27228/tid=27236] ppid=27226 vsize=15700584 CPUtime=4.19 cores=1,3,5,7
/proc/27228/task/27236/stat : 27236 (java) S 27226 27228 25471 0 -1 4202560 171825 0 0 0 387 32 0 0 15 0 22 0 519624887 16077398016 206938 33554432000 1073741824 1073778376 140735615234320 18446744073709551615 254512507801 0 4 0 16800975 18446604469223548928 0 0 -1 5 0 0 0
[pid=27228/tid=27237] ppid=27226 vsize=15700584 CPUtime=4.26 cores=1,3,5,7
/proc/27228/task/27237/stat : 27237 (java) S 27226 27228 25471 0 -1 4202560 185544 0 0 0 392 34 0 0 16 0 22 0 519624887 16077398016 206938 33554432000 1073741824 1073778376 140735615234320 18446744073709551615 254512507801 0 4 0 16800975 18446604469223548928 0 0 -1 1 0 0 0
[pid=27228/tid=27238] ppid=27226 vsize=15700584 CPUtime=4.39 cores=1,3,5,7
/proc/27228/task/27238/stat : 27238 (java) S 27226 27228 25471 0 -1 4202560 180286 0 0 0 403 36 0 0 16 0 22 0 519624887 16077398016 206938 33554432000 1073741824 1073778376 140735615234320 18446744073709551615 254512507801 0 4 0 16800975 18446604469223548928 0 0 -1 7 0 0 0
[pid=27228/tid=27239] ppid=27226 vsize=15700584 CPUtime=2.14 cores=1,3,5,7
/proc/27228/task/27239/stat : 27239 (java) S 27226 27228 25471 0 -1 4202560 9054 0 0 0 143 71 0 0 16 0 22 0 519624888 16077398016 206938 33554432000 1073741824 1073778376 140735615234320 18446744073709551615 254512508416 0 0 0 16800975 18446604469223548928 0 0 -1 3 0 0 0
[pid=27228/tid=27240] ppid=27226 vsize=15700584 CPUtime=0 cores=1,3,5,7
/proc/27228/task/27240/stat : 27240 (java) S 27226 27228 25471 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 519624888 16077398016 206938 33554432000 1073741824 1073778376 140735615234320 18446744073709551615 254512507801 0 4 0 16800975 18446604469223548928 0 0 -1 7 0 0 0
[pid=27228/tid=27241] ppid=27226 vsize=15700584 CPUtime=0 cores=1,3,5,7
/proc/27228/task/27241/stat : 27241 (java) S 27226 27228 25471 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 519624888 16077398016 206938 33554432000 1073741824 1073778376 140735615234320 18446744073709551615 254512507801 0 4 0 16800975 18446604469223548928 0 0 -1 3 0 0 0
[pid=27228/tid=27242] ppid=27226 vsize=15700584 CPUtime=0 cores=1,3,5,7
/proc/27228/task/27242/stat : 27242 (java) S 27226 27228 25471 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 519624890 16077398016 206938 33554432000 1073741824 1073778376 140735615234320 18446744073709551615 254512515505 0 4 0 16800975 18446604469223548928 0 0 -1 5 0 0 0
[pid=27228/tid=27243] ppid=27226 vsize=15700584 CPUtime=1.1 cores=1,3,5,7
/proc/27228/task/27243/stat : 27243 (java) S 27226 27228 25471 0 -1 4202560 7748 0 0 0 109 1 0 0 15 0 22 0 519624890 16077398016 206938 33554432000 1073741824 1073778376 140735615234320 18446744073709551615 254512507801 0 4 0 16800975 18446604469223548928 0 0 -1 1 0 0 0
[pid=27228/tid=27244] ppid=27226 vsize=15700584 CPUtime=0.9 cores=1,3,5,7
/proc/27228/task/27244/stat : 27244 (java) S 27226 27228 25471 0 -1 4202560 5928 0 0 0 90 0 0 0 15 0 22 0 519624890 16077398016 206938 33554432000 1073741824 1073778376 140735615234320 18446744073709551615 254512507801 0 4 0 16800975 18446604469223548928 0 0 -1 7 0 0 0
[pid=27228/tid=27245] ppid=27226 vsize=15700584 CPUtime=0 cores=1,3,5,7
/proc/27228/task/27245/stat : 27245 (java) S 27226 27228 25471 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 519624890 16077398016 206938 33554432000 1073741824 1073778376 140735615234320 18446744073709551615 254512507801 0 4 0 16800975 18446604469223548928 0 0 -1 5 0 0 0
[pid=27228/tid=27246] ppid=27226 vsize=15700584 CPUtime=0 cores=1,3,5,7
/proc/27228/task/27246/stat : 27246 (java) S 27226 27228 25471 0 -1 4202560 72 0 0 0 0 0 0 0 15 0 22 0 519624890 16077398016 206938 33554432000 1073741824 1073778376 140735615234320 18446744073709551615 254512508416 0 4 0 16800975 18446604469223548928 0 0 -1 3 0 0 0
[pid=27228/tid=27291] ppid=27226 vsize=15700584 CPUtime=1191.23 cores=1,3,5,7
/proc/27228/task/27291/stat : 27291 (java) R 27226 27228 25471 0 -1 4202560 457368 0 0 0 119062 61 0 0 25 0 22 0 519624982 16077398016 206938 33554432000 1073741824 1073778376 140735615234320 18446744073709551615 46912506031313 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=27228/tid=27292] ppid=27226 vsize=15700584 CPUtime=1188.11 cores=1,3,5,7
/proc/27228/task/27292/stat : 27292 (java) R 27226 27228 25471 0 -1 4202560 443195 0 0 0 118753 58 0 0 25 0 22 0 519624982 16077398016 206938 33554432000 1073741824 1073778376 140735615234320 18446744073709551615 46912505366066 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=27228/tid=27293] ppid=27226 vsize=15700584 CPUtime=1190.1 cores=1,3,5,7
/proc/27228/task/27293/stat : 27293 (java) R 27226 27228 25471 0 -1 4202560 449992 0 0 0 118950 60 0 0 25 0 22 0 519624982 16077398016 206938 33554432000 1073741824 1073778376 140735615234320 18446744073709551615 46912506115517 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=27228/tid=27294] ppid=27226 vsize=15700584 CPUtime=1190.56 cores=1,3,5,7
/proc/27228/task/27294/stat : 27294 (java) R 27226 27228 25471 0 -1 4202560 442018 0 0 0 118997 59 0 0 25 0 22 0 519624982 16077398016 206938 33554432000 1073741824 1073778376 140735615234320 18446744073709551615 46912506144344 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.37
Current children cumulated vsize (KiB) 15700584

Child status: 143
Real time (s): 1207.35
CPU time (s): 4800.44
CPU user time (s): 4794.47
CPU system time (s): 5.97309
CPU usage (%): 397.602
Max. virtual memory (cumulated for all children) (KiB): 15702236

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4794.47
system time used= 5.97309
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3277764
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= 113828
involuntary context switches= 88355

runsolver used 1.77873 second user time and 4.87226 second system time

The end

Launcher Data

Begin job on node149 at 2011-04-29 14:31:22
IDJOB=3311997
IDBENCH=71269
IDSOLVER=1698
FILE ID=node149/3311997-1304080282
RUNJOBID= node149-1304079071-27053
PBS_JOBID= 13170452
Free space on /tmp= 71920 MiB

SOLVER NAME= STRUCTure 0.1 (hbr=2)
BENCH NAME= SAT09/CRAFTED/rbsat/random/unforced/rbsat-v2400c266431g3.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME -hbr 2
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3311997-1304080282/watcher-3311997-1304080282 -o /tmp/evaluation-result-3311997-1304080282/solver-3311997-1304080282 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3311997-1304080282.cnf -hbr 2

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

MD5SUM BENCH= 231f625a25c77518fbce98fe99f807b5
RANDOM SEED=1821496537

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      18295028 kB
Buffers:       2224276 kB
Cached:       11814972 kB
SwapCached:          0 kB
Active:        5979548 kB
Inactive:      8126616 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      18295028 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            5112 kB
Writeback:          24 kB
AnonPages:       66348 kB
Mapped:          15096 kB
Slab:           485936 kB
PageTables:       4448 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   222604 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= 71928 MiB
End job on node149 at 2011-04-29 14:51:31