Trace number 3313123

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
STRUCTure 0.1? (TO) 4800.28 1207.04

General information on the benchmark

Namecrafted/skvortsov/battleship/
battleship-24-57-sat.cnf
MD5SUM179851d97340610ea74d8d7b3cffb10b
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.042993
Satisfiable
(Un)Satisfiability was proved
Number of variables1368
Number of clauses16308
Sum of the clauses size64296
Maximum clause length57
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 215732
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 5576

Solver Data

0.10/0.11	10:09 INFO : Reading from input HOME/instance-3313123-1304183408.cnf
0.52/0.36	Executor set job limit to 1000000
0.52/0.36	Executor set job limit to 1000000
0.52/0.36	Executor set job limit to 1000000
0.52/0.36	Executor set job limit to 1000000
0.52/0.36	Starting Executor!
0.52/0.36	Starting Executor!
0.52/0.36	Starting Executor!
0.52/0.36	Starting Executor!
1.68/0.80	10:09 INFO : 1368 variables remaining out of 1368
1.68/0.80	10:09 INFO : 127800 literals remaining out of 80604

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

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

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


[startup+0 s]
/proc/loadavg: 3.41 4.83 6.41 8/198 12212
/proc/meminfo: memFree=28876448/32951124 swapFree=67111356/67111528
[pid=12212] ppid=12210 vsize=26088 CPUtime=0 cores=1,3,5,7
/proc/12212/stat : 12212 (java) S 12210 12212 11613 0 -1 4202496 1413 0 0 0 0 0 0 0 25 0 2 0 529938552 26714112 885 33554432000 1073741824 1073778376 140737481016416 18446744073709551615 218917533669 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/12212/statm: 6793 885 678 9 0 381 0
[pid=12212/tid=12213] ppid=12210 vsize=27172 CPUtime=0 cores=1,3,5,7
/proc/12212/task/12213/stat : 12213 (java) S 12210 12212 11613 0 -1 4202560 66 0 0 0 0 0 0 0 25 0 2 0 529938552 27824128 894 33554432000 1073741824 1073778376 140737481016416 18446744073709551615 218900807303 0 2147483391 4096 0 18446744071699207358 0 0 -1 3 0 0 0

[startup+0.0183321 s]
/proc/loadavg: 3.41 4.83 6.41 8/198 12212
/proc/meminfo: memFree=28876448/32951124 swapFree=67111356/67111528
[pid=12212] ppid=12210 vsize=15591780 CPUtime=0.01 cores=1,3,5,7
/proc/12212/stat : 12212 (java) S 12210 12212 11613 0 -1 4202496 3145 0 1 0 1 0 0 0 25 0 10 0 529938552 15965982720 2587 33554432000 1073741824 1073778376 140737481016416 18446744073709551615 218917533669 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/12212/statm: 3897945 2588 1513 9 0 3888693 0
[pid=12212/tid=12213] ppid=12210 vsize=15591780 CPUtime=0 cores=1,3,5,7
/proc/12212/task/12213/stat : 12213 (java) R 12210 12212 11613 0 -1 4202560 1782 0 1 0 0 0 0 0 25 0 10 0 529938552 15965982720 2589 33554432000 1073741824 1073778376 140737481016416 18446744073709551615 218917557707 0 4 0 16784584 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 15591780

[startup+0.100319 s]
/proc/loadavg: 3.41 4.83 6.41 8/198 12212
/proc/meminfo: memFree=28876448/32951124 swapFree=67111356/67111528
[pid=12212] ppid=12210 vsize=15676188 CPUtime=0.1 cores=1,3,5,7
/proc/12212/stat : 12212 (java) S 12210 12212 11613 0 -1 4202496 5576 0 1 0 9 1 0 0 25 0 18 0 529938552 16052416512 4984 33554432000 1073741824 1073778376 140737481016416 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/12212/statm: 3919047 4987 2117 9 0 3909766 0
[pid=12212/tid=12213] ppid=12210 vsize=15676188 CPUtime=0.08 cores=1,3,5,7
/proc/12212/task/12213/stat : 12213 (java) R 12210 12212 11613 0 -1 4202560 3415 0 1 0 8 0 0 0 18 0 18 0 529938552 16052416512 4989 33554432000 1073741824 1073778376 140737481016416 18446744073709551615 47157291470853 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15676188

[startup+0.300283 s]
/proc/loadavg: 3.41 4.83 6.41 8/198 12212
/proc/meminfo: memFree=28876448/32951124 swapFree=67111356/67111528
[pid=12212] ppid=12210 vsize=15680672 CPUtime=0.52 cores=1,3,5,7
/proc/12212/stat : 12212 (java) S 12210 12212 11613 0 -1 4202496 14342 0 1 0 50 2 0 0 25 0 18 0 529938552 16057008128 12609 33554432000 1073741824 1073778376 140737481016416 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/12212/statm: 3920168 12616 2207 9 0 3910887 0
[pid=12212/tid=12213] ppid=12210 vsize=15680672 CPUtime=0.28 cores=1,3,5,7
/proc/12212/task/12213/stat : 12213 (java) R 12210 12212 11613 0 -1 4202560 9276 0 1 0 27 1 0 0 18 0 18 0 529938552 16057008128 12619 33554432000 1073741824 1073778376 140737481016416 18446744073709551615 46912505640561 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 15680672

[startup+0.70021 s]
/proc/loadavg: 3.41 4.83 6.41 8/198 12212
/proc/meminfo: memFree=28876448/32951124 swapFree=67111356/67111528
[pid=12212] ppid=12210 vsize=15692604 CPUtime=1.43 cores=1,3,5,7
/proc/12212/stat : 12212 (java) S 12210 12212 11613 0 -1 4202496 30988 0 1 0 140 3 0 0 25 0 22 0 529938552 16069226496 26983 33554432000 1073741824 1073778376 140737481016416 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/12212/statm: 3923151 26983 2243 9 0 3913870 0
[pid=12212/tid=12213] ppid=12210 vsize=15692604 CPUtime=0.68 cores=1,3,5,7
/proc/12212/task/12213/stat : 12213 (java) R 12210 12212 11613 0 -1 4202560 19817 0 1 0 66 2 0 0 20 0 22 0 529938552 16069226496 26983 33554432000 1073741824 1073778376 140737481016416 18446744073709551615 46912505600632 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 15692604

[startup+1.50103 s]
/proc/loadavg: 3.41 4.83 6.41 9/220 12234
/proc/meminfo: memFree=28711600/32951124 swapFree=67111356/67111528
[pid=12212] ppid=12210 vsize=15692604 CPUtime=3.99 cores=1,3,5,7
/proc/12212/stat : 12212 (java) S 12210 12212 11613 0 -1 4202496 55722 0 1 0 392 7 0 0 25 0 22 0 529938552 16069226496 50969 33554432000 1073741824 1073778376 140737481016416 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/12212/statm: 3923151 50969 2268 9 0 3913870 0
[pid=12212/tid=12213] ppid=12210 vsize=15692604 CPUtime=0.79 cores=1,3,5,7
/proc/12212/task/12213/stat : 12213 (java) S 12210 12212 11613 0 -1 4202560 20287 0 1 0 76 3 0 0 20 0 22 0 529938552 16069226496 50969 33554432000 1073741824 1073778376 140737481016416 18446744073709551615 218917546905 0 4 0 16800975 18446604471129875584 0 0 -1 1 0 0 0
[pid=12212/tid=12215] ppid=12210 vsize=15692604 CPUtime=0 cores=1,3,5,7
/proc/12212/task/12215/stat : 12215 (java) S 12210 12212 11613 0 -1 4202560 1241 0 0 0 0 0 0 0 16 0 22 0 529938553 16069226496 50969 33554432000 1073741824 1073778376 140737481016416 18446744073709551615 218917546905 0 4 0 16800975 18446604471129875584 0 0 -1 1 0 0 0
[pid=12212/tid=12216] ppid=12210 vsize=15692604 CPUtime=0 cores=1,3,5,7
/proc/12212/task/12216/stat : 12216 (java) S 12210 12212 11613 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 529938553 16069226496 50969 33554432000 1073741824 1073778376 140737481016416 18446744073709551615 218917546905 0 4 0 16800975 18446604471129875584 0 0 -1 1 0 0 0
[pid=12212/tid=12217] ppid=12210 vsize=15692604 CPUtime=0 cores=1,3,5,7
/proc/12212/task/12217/stat : 12217 (java) S 12210 12212 11613 0 -1 4202560 1292 0 0 0 0 0 0 0 16 0 22 0 529938553 16069226496 50969 33554432000 1073741824 1073778376 140737481016416 18446744073709551615 218917546905 0 4 0 16800975 18446604471129875584 0 0 -1 7 0 0 0
[pid=12212/tid=12218] ppid=12210 vsize=15692604 CPUtime=0 cores=1,3,5,7
/proc/12212/task/12218/stat : 12218 (java) S 12210 12212 11613 0 -1 4202560 936 0 0 0 0 0 0 0 16 0 22 0 529938553 16069226496 50969 33554432000 1073741824 1073778376 140737481016416 18446744073709551615 218917546905 0 4 0 16800975 18446604471129875584 0 0 -1 5 0 0 0
[pid=12212/tid=12219] ppid=12210 vsize=15692604 CPUtime=0 cores=1,3,5,7
/proc/12212/task/12219/stat : 12219 (java) S 12210 12212 11613 0 -1 4202560 1911 0 0 0 0 0 0 0 16 0 22 0 529938553 16069226496 50969 33554432000 1073741824 1073778376 140737481016416 18446744073709551615 218917546905 0 4 0 16800975 18446604471129875584 0 0 -1 3 0 0 0
[pid=12212/tid=12220] ppid=12210 vsize=15692604 CPUtime=0 cores=1,3,5,7
/proc/12212/task/12220/stat : 12220 (java) S 12210 12212 11613 0 -1 4202560 913 0 0 0 0 0 0 0 15 0 22 0 529938553 16069226496 50969 33554432000 1073741824 1073778376 140737481016416 18446744073709551615 218917546905 0 4 0 16800975 18446604471129875584 0 0 -1 5 0 0 0
[pid=12212/tid=12221] ppid=12210 vsize=15692604 CPUtime=0 cores=1,3,5,7
/proc/12212/task/12221/stat : 12221 (java) S 12210 12212 11613 0 -1 4202560 976 0 0 0 0 0 0 0 15 0 22 0 529938553 16069226496 50969 33554432000 1073741824 1073778376 140737481016416 18446744073709551615 218917546905 0 4 0 16800975 18446604471129875584 0 0 -1 7 0 0 0
[pid=12212/tid=12222] ppid=12210 vsize=15692604 CPUtime=0 cores=1,3,5,7
/proc/12212/task/12222/stat : 12222 (java) S 12210 12212 11613 0 -1 4202560 516 0 0 0 0 0 0 0 15 0 22 0 529938553 16069226496 50969 33554432000 1073741824 1073778376 140737481016416 18446744073709551615 218917546905 0 4 0 16800975 18446604471129875584 0 0 -1 1 0 0 0
[pid=12212/tid=12223] ppid=12210 vsize=15692604 CPUtime=0 cores=1,3,5,7
/proc/12212/task/12223/stat : 12223 (java) S 12210 12212 11613 0 -1 4202560 74 0 0 0 0 0 0 0 15 0 22 0 529938554 16069226496 50969 33554432000 1073741824 1073778376 140737481016416 18446744073709551615 218917547520 0 0 0 16800975 18446604471129875584 0 0 -1 3 0 0 0
[pid=12212/tid=12224] ppid=12210 vsize=15692604 CPUtime=0 cores=1,3,5,7
/proc/12212/task/12224/stat : 12224 (java) S 12210 12212 11613 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 529938554 16069226496 50969 33554432000 1073741824 1073778376 140737481016416 18446744073709551615 218917546905 0 4 0 16800975 18446604471129875584 0 0 -1 1 0 0 0
[pid=12212/tid=12225] ppid=12210 vsize=15692604 CPUtime=0 cores=1,3,5,7
/proc/12212/task/12225/stat : 12225 (java) S 12210 12212 11613 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 529938554 16069226496 50969 33554432000 1073741824 1073778376 140737481016416 18446744073709551615 218917546905 0 4 0 16800975 18446604471129875584 0 0 -1 1 0 0 0
[pid=12212/tid=12226] ppid=12210 vsize=15692604 CPUtime=0 cores=1,3,5,7
/proc/12212/task/12226/stat : 12226 (java) S 12210 12212 11613 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529938556 16069226496 50969 33554432000 1073741824 1073778376 140737481016416 18446744073709551615 218917554609 0 4 0 16800975 18446604471129875584 0 0 -1 1 0 0 0
[pid=12212/tid=12227] ppid=12210 vsize=15692604 CPUtime=0.55 cores=1,3,5,7
/proc/12212/task/12227/stat : 12227 (java) R 12210 12212 11613 0 -1 4202560 3883 0 0 0 55 0 0 0 24 0 22 0 529938556 16069226496 50969 33554432000 1073741824 1073778376 140737481016416 18446744073709551615 218917556917 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=12212/tid=12228] ppid=12210 vsize=15692604 CPUtime=0.76 cores=1,3,5,7
/proc/12212/task/12228/stat : 12228 (java) S 12210 12212 11613 0 -1 4202560 6895 0 0 0 76 0 0 0 15 0 22 0 529938557 16069226496 50969 33554432000 1073741824 1073778376 140737481016416 18446744073709551615 218917546905 0 4 0 16800975 18446604471129875584 0 0 -1 1 0 0 0
[pid=12212/tid=12229] ppid=12210 vsize=15692604 CPUtime=0 cores=1,3,5,7
/proc/12212/task/12229/stat : 12229 (java) S 12210 12212 11613 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529938557 16069226496 50969 33554432000 1073741824 1073778376 140737481016416 18446744073709551615 218917546905 0 4 0 16800975 18446604471129875584 0 0 -1 1 0 0 0
[pid=12212/tid=12230] ppid=12210 vsize=15692604 CPUtime=0 cores=1,3,5,7
/proc/12212/task/12230/stat : 12230 (java) S 12210 12212 11613 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 529938557 16069226496 50969 33554432000 1073741824 1073778376 140737481016416 18446744073709551615 218917547520 0 4 0 16800975 18446604471129875584 0 0 -1 3 0 0 0
[pid=12212/tid=12231] ppid=12210 vsize=15692604 CPUtime=0.33 cores=1,3,5,7
/proc/12212/task/12231/stat : 12231 (java) R 12210 12212 11613 0 -1 4202560 81 0 0 0 33 0 0 0 16 0 22 0 529938589 16069226496 50969 33554432000 1073741824 1073778376 140737481016416 18446744073709551615 46912505930959 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=12212/tid=12232] ppid=12210 vsize=15692604 CPUtime=0.44 cores=1,3,5,7
/proc/12212/task/12232/stat : 12232 (java) R 12210 12212 11613 0 -1 4202560 4142 0 0 0 44 0 0 0 16 0 22 0 529938589 16069226496 50969 33554432000 1073741824 1073778376 140737481016416 18446744073709551615 46912505822943 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12212/tid=12233] ppid=12210 vsize=15692604 CPUtime=0.59 cores=1,3,5,7
/proc/12212/task/12233/stat : 12233 (java) R 12210 12212 11613 0 -1 4202560 7303 0 0 0 59 0 0 0 16 0 22 0 529938589 16069226496 50969 33554432000 1073741824 1073778376 140737481016416 18446744073709551615 46912506028366 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=12212/tid=12234] ppid=12210 vsize=15692604 CPUtime=0.44 cores=1,3,5,7
/proc/12212/task/12234/stat : 12234 (java) R 12210 12212 11613 0 -1 4202560 3886 0 0 0 44 0 0 0 16 0 22 0 529938589 16069226496 50969 33554432000 1073741824 1073778376 140737481016416 18446744073709551615 46912505600709 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3.99
Current children cumulated vsize (KiB) 15692604

[startup+3.10074 s]
/proc/loadavg: 3.41 4.83 6.41 10/220 12234
/proc/meminfo: memFree=28559576/32951124 swapFree=67111356/67111528
[pid=12212] ppid=12210 vsize=15692604 CPUtime=10.36 cores=1,3,5,7
/proc/12212/stat : 12212 (java) S 12210 12212 11613 0 -1 4202496 158753 0 1 0 1016 20 0 0 25 0 22 0 529938552 16069226496 153853 33554432000 1073741824 1073778376 140737481016416 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/12212/statm: 3923151 153858 2283 9 0 3913870 0
[pid=12212/tid=12213] ppid=12210 vsize=15692604 CPUtime=0.79 cores=1,3,5,7
/proc/12212/task/12213/stat : 12213 (java) S 12210 12212 11613 0 -1 4202560 20287 0 1 0 76 3 0 0 20 0 22 0 529938552 16069226496 153860 33554432000 1073741824 1073778376 140737481016416 18446744073709551615 218917546905 0 4 0 16800975 18446604471129875584 0 0 -1 1 0 0 0
[pid=12212/tid=12215] ppid=12210 vsize=15692604 CPUtime=0.02 cores=1,3,5,7
/proc/12212/task/12215/stat : 12215 (java) S 12210 12212 11613 0 -1 4202560 5701 0 0 0 1 1 0 0 16 0 22 0 529938553 16069226496 153872 33554432000 1073741824 1073778376 140737481016416 18446744073709551615 218917546905 0 4 0 16800975 18446604471129875584 0 0 -1 5 0 0 0
[pid=12212/tid=12216] ppid=12210 vsize=15692604 CPUtime=0 cores=1,3,5,7
/proc/12212/task/12216/stat : 12216 (java) S 12210 12212 11613 0 -1 4202560 780 0 0 0 0 0 0 0 15 0 22 0 529938553 16069226496 153889 33554432000 1073741824 1073778376 140737481016416 18446744073709551615 218917546905 0 4 0 16800975 18446604471129875584 0 0 -1 1 0 0 0
[pid=12212/tid=12217] ppid=12210 vsize=15692604 CPUtime=0.02 cores=1,3,5,7
/proc/12212/task/12217/stat : 12217 (java) S 12210 12212 11613 0 -1 4202560 6760 0 0 0 1 1 0 0 15 0 22 0 529938553 16069226496 153896 33554432000 1073741824 1073778376 140737481016416 18446744073709551615 218917546905 0 4 0 16800975 18446604471129875584 0 0 -1 7 0 0 0
[pid=12212/tid=12218] ppid=12210 vsize=15692604 CPUtime=0.01 cores=1,3,5,7
/proc/12212/task/12218/stat : 12218 (java) S 12210 12212 11613 0 -1 4202560 3057 0 0 0 1 0 0 0 15 0 22 0 529938553 16069226496 153902 33554432000 1073741824 1073778376 140737481016416 18446744073709551615 218917546905 0 4 0 16800975 18446604471129875584 0 0 -1 5 0 0 0
[pid=12212/tid=12219] ppid=12210 vsize=15692604 CPUtime=0.01 cores=1,3,5,7
/proc/12212/task/12219/stat : 12219 (java) S 12210 12212 11613 0 -1 4202560 6216 0 0 0 1 0 0 0 15 0 22 0 529938553 16069226496 153908 33554432000 1073741824 1073778376 140737481016416 18446744073709551615 218917546905 0 4 0 16800975 18446604471129875584 0 0 -1 3 0 0 0
[pid=12212/tid=12220] ppid=12210 vsize=15692604 CPUtime=0.03 cores=1,3,5,7
/proc/12212/task/12220/stat : 12220 (java) S 12210 12212 11613 0 -1 4202560 8085 0 0 0 2 1 0 0 16 0 22 0 529938553 16069226496 153914 33554432000 1073741824 1073778376 140737481016416 18446744073709551615 218917546905 0 4 0 16800975 18446604471129875584 0 0 -1 3 0 0 0
[pid=12212/tid=12221] ppid=12210 vsize=15692604 CPUtime=0.01 cores=1,3,5,7
/proc/12212/task/12221/stat : 12221 (java) S 12210 12212 11613 0 -1 4202560 5405 0 0 0 1 0 0 0 16 0 22 0 529938553 16069226496 153919 33554432000 1073741824 1073778376 140737481016416 18446744073709551615 218917546905 0 4 0 16800975 18446604471129875584 0 0 -1 1 0 0 0
[pid=12212/tid=12222] ppid=12210 vsize=15692604 CPUtime=0.01 cores=1,3,5,7
/proc/12212/task/12222/stat : 12222 (java) S 12210 12212 11613 0 -1 4202560 4865 0 0 0 1 0 0 0 16 0 22 0 529938553 16069226496 153924 33554432000 1073741824 1073778376 140737481016416 18446744073709551615 218917546905 0 4 0 16800975 18446604471129875584 0 0 -1 7 0 0 0
[pid=12212/tid=12223] ppid=12210 vsize=15692604 CPUtime=0 cores=1,3,5,7
/proc/12212/task/12223/stat : 12223 (java) S 12210 12212 11613 0 -1 4202560 231 0 0 0 0 0 0 0 15 0 22 0 529938554 16069226496 153930 33554432000 1073741824 1073778376 140737481016416 18446744073709551615 218917547520 0 0 0 16800975 18446604471129875584 0 0 -1 7 0 0 0
[pid=12212/tid=12224] ppid=12210 vsize=15692604 CPUtime=0 cores=1,3,5,7
/proc/12212/task/12224/stat : 12224 (java) S 12210 12212 11613 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 529938554 16069226496 153935 33554432000 1073741824 1073778376 140737481016416 18446744073709551615 218917546905 0 4 0 16800975 18446604471129875584 0 0 -1 1 0 0 0
[pid=12212/tid=12225] ppid=12210 vsize=15692604 CPUtime=0 cores=1,3,5,7
/proc/12212/task/12225/stat : 12225 (java) S 12210 12212 11613 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 529938554 16069226496 153938 33554432000 1073741824 1073778376 140737481016416 18446744073709551615 218917546905 0 4 0 16800975 18446604471129875584 0 0 -1 1 0 0 0
[pid=12212/tid=12226] ppid=12210 vsize=15692604 CPUtime=0 cores=1,3,5,7
/proc/12212/task/12226/stat : 12226 (java) S 12210 12212 11613 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529938556 16069226496 153942 33554432000 1073741824 1073778376 140737481016416 18446744073709551615 218917554609 0 4 0 16800975 18446604471129875584 0 0 -1 1 0 0 0
[pid=12212/tid=12227] ppid=12210 vsize=15692604 CPUtime=0.55 cores=1,3,5,7
/proc/12212/task/12227/stat : 12227 (java) R 12210 12212 11613 0 -1 4202560 3885 0 0 0 55 0 0 0 24 0 22 0 529938556 16069226496 153947 33554432000 1073741824 1073778376 140737481016416 18446744073709551615 218917556917 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=12212/tid=12228] ppid=12210 vsize=15692604 CPUtime=0.87 cores=1,3,5,7
/proc/12212/task/12228/stat : 12228 (java) S 12210 12212 11613 0 -1 4202560 6919 0 0 0 87 0 0 0 15 0 22 0 529938557 16069226496 153950 33554432000 1073741824 1073778376 140737481016416 18446744073709551615 218917546905 0 4 0 16800975 18446604471129875584 0 0 -1 1 0 0 0
[pid=12212/tid=12229] ppid=12210 vsize=15692604 CPUtime=0 cores=1,3,5,7
/proc/12212/task/12229/stat : 12229 (java) S 12210 12212 11613 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529938557 16069226496 153953 33554432000 1073741824 1073778376 140737481016416 18446744073709551615 218917546905 0 4 0 16800975 18446604471129875584 0 0 -1 1 0 0 0
[pid=12212/tid=12230] ppid=12210 vsize=15692604 CPUtime=0 cores=1,3,5,7
/proc/12212/task/12230/stat : 12230 (java) S 12210 12212 11613 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 529938557 16069226496 153958 33554432000 1073741824 1073778376 140737481016416 18446744073709551615 218917547520 0 4 0 16800975 18446604471129875584 0 0 -1 3 0 0 0
[pid=12212/tid=12231] ppid=12210 vsize=15692604 CPUtime=1.88 cores=1,3,5,7
/proc/12212/task/12231/stat : 12231 (java) R 12210 12212 11613 0 -1 4202560 17767 0 0 0 187 1 0 0 17 0 22 0 529938589 16069226496 153960 33554432000 1073741824 1073778376 140737481016416 18446744073709551615 46912505992022 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=12212/tid=12232] ppid=12210 vsize=15692604 CPUtime=1.9 cores=1,3,5,7
/proc/12212/task/12232/stat : 12232 (java) R 12210 12212 11613 0 -1 4202560 18655 0 0 0 188 2 0 0 17 0 22 0 529938589 16069226496 153965 33554432000 1073741824 1073778376 140737481016416 18446744073709551615 46912505601064 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12212/tid=12233] ppid=12210 vsize=15692604 CPUtime=2.14 cores=1,3,5,7
/proc/12212/task/12233/stat : 12233 (java) R 12210 12212 11613 0 -1 4202560 27419 0 0 0 211 3 0 0 17 0 22 0 529938589 16069226496 153972 33554432000 1073741824 1073778376 140737481016416 18446744073709551615 46912505796513 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=12212/tid=12234] ppid=12210 vsize=15692604 CPUtime=2 cores=1,3,5,7
/proc/12212/task/12234/stat : 12234 (java) R 12210 12212 11613 0 -1 4202560 21457 0 0 0 198 2 0 0 17 0 22 0 529938589 16069226496 153980 33554432000 1073741824 1073778376 140737481016416 18446744073709551615 46912505366066 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 10.36
Current children cumulated vsize (KiB) 15692604

[startup+6.30116 s]
/proc/loadavg: 4.18 4.97 6.44 9/220 12234
/proc/meminfo: memFree=27560840/32951124 swapFree=67111356/67111528
[pid=12212] ppid=12210 vsize=15692604 CPUtime=23.12 cores=1,3,5,7
/proc/12212/stat : 12212 (java) S 12210 12212 11613 0 -1 4202496 368643 0 1 0 2265 47 0 0 25 0 22 0 529938552 16069226496 363636 33554432000 1073741824 1073778376 140737481016416 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/12212/statm: 3923151 363643 2290 9 0 3913870 0
[pid=12212/tid=12213] ppid=12210 vsize=15692604 CPUtime=0.79 cores=1,3,5,7
/proc/12212/task/12213/stat : 12213 (java) S 12210 12212 11613 0 -1 4202560 20287 0 1 0 76 3 0 0 20 0 22 0 529938552 16069226496 363647 33554432000 1073741824 1073778376 140737481016416 18446744073709551615 218917546905 0 4 0 16800975 18446604471129875584 0 0 -1 1 0 0 0
[pid=12212/tid=12215] ppid=12210 vsize=15692604 CPUtime=0.04 cores=1,3,5,7
/proc/12212/task/12215/stat : 12215 (java) S 12210 12212 11613 0 -1 4202560 11186 0 0 0 2 2 0 0 16 0 22 0 529938553 16069226496 363657 33554432000 1073741824 1073778376 140737481016416 18446744073709551615 218917546905 0 4 0 16800975 18446604471129875584 0 0 -1 5 0 0 0
[pid=12212/tid=12216] ppid=12210 vsize=15692604 CPUtime=0.03 cores=1,3,5,7
/proc/12212/task/12216/stat : 12216 (java) S 12210 12212 11613 0 -1 4202560 8447 0 0 0 2 1 0 0 15 0 22 0 529938553 16069226496 363665 33554432000 1073741824 1073778376 140737481016416 18446744073709551615 218917546905 0 4 0 16800975 18446604471129875584 0 0 -1 1 0 0 0
[pid=12212/tid=12217] ppid=12210 vsize=15692604 CPUtime=0.05 cores=1,3,5,7
/proc/12212/task/12217/stat : 12217 (java) S 12210 12212 11613 0 -1 4202560 14369 0 0 0 3 2 0 0 16 0 22 0 529938553 16069226496 363671 33554432000 1073741824 1073778376 140737481016416 18446744073709551615 218917546905 0 4 0 16800975 18446604471129875584 0 0 -1 7 0 0 0
[pid=12212/tid=12218] ppid=12210 vsize=15692604 CPUtime=0.05 cores=1,3,5,7
/proc/12212/task/12218/stat : 12218 (java) S 12210 12212 11613 0 -1 4202560 16230 0 0 0 3 2 0 0 16 0 22 0 529938553 16069226496 363677 33554432000 1073741824 1073778376 140737481016416 18446744073709551615 218917546905 0 4 0 16800975 18446604471129875584 0 0 -1 7 0 0 0
[pid=12212/tid=12219] ppid=12210 vsize=15692604 CPUtime=0.04 cores=1,3,5,7
/proc/12212/task/12219/stat : 12219 (java) S 12210 12212 11613 0 -1 4202560 15305 0 0 0 2 2 0 0 16 0 22 0 529938553 16069226496 363683 33554432000 1073741824 1073778376 140737481016416 18446744073709551615 218917546905 0 4 0 16800975 18446604471129875584 0 0 -1 1 0 0 0
[pid=12212/tid=12220] ppid=12210 vsize=15692604 CPUtime=0.03 cores=1,3,5,7
/proc/12212/task/12220/stat : 12220 (java) S 12210 12212 11613 0 -1 4202560 8085 0 0 0 2 1 0 0 15 0 22 0 529938553 16069226496 363689 33554432000 1073741824 1073778376 140737481016416 18446744073709551615 218917546905 0 4 0 16800975 18446604471129875584 0 0 -1 3 0 0 0
[pid=12212/tid=12221] ppid=12210 vsize=15692604 CPUtime=0.01 cores=1,3,5,7
/proc/12212/task/12221/stat : 12221 (java) S 12210 12212 11613 0 -1 4202560 5405 0 0 0 1 0 0 0 15 0 22 0 529938553 16069226496 363693 33554432000 1073741824 1073778376 140737481016416 18446744073709551615 218917546905 0 4 0 16800975 18446604471129875584 0 0 -1 1 0 0 0
[pid=12212/tid=12222] ppid=12210 vsize=15692604 CPUtime=0.05 cores=1,3,5,7
/proc/12212/task/12222/stat : 12222 (java) S 12210 12212 11613 0 -1 4202560 13314 0 0 0 3 2 0 0 16 0 22 0 529938553 16069226496 363702 33554432000 1073741824 1073778376 140737481016416 18446744073709551615 218917546905 0 4 0 16800975 18446604471129875584 0 0 -1 3 0 0 0

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

[pid=12212/tid=12232] ppid=12210 vsize=15692604 CPUtime=1049.04 cores=1,3,5,7
/proc/12212/task/12232/stat : 12232 (java) R 12210 12212 11613 0 -1 4202560 170180 0 0 0 104874 30 0 0 25 0 22 0 529938589 16069226496 156415 33554432000 1073741824 1073778376 140737481016416 18446744073709551615 46912505817989 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=12212/tid=12233] ppid=12210 vsize=15692604 CPUtime=1049.37 cores=1,3,5,7
/proc/12212/task/12233/stat : 12233 (java) R 12210 12212 11613 0 -1 4202560 180746 0 0 0 104906 31 0 0 25 0 22 0 529938589 16069226496 156415 33554432000 1073741824 1073778376 140737481016416 18446744073709551615 46912505959436 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=12212/tid=12234] ppid=12210 vsize=15692604 CPUtime=1048.73 cores=1,3,5,7
/proc/12212/task/12234/stat : 12234 (java) R 12210 12212 11613 0 -1 4202560 171147 0 0 0 104844 29 0 0 25 0 22 0 529938589 16069226496 156415 33554432000 1073741824 1073778376 140737481016416 18446744073709551615 46912505796595 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4224.62
Current children cumulated vsize (KiB) 15692604

[startup+1122.3 s]
/proc/loadavg: 8.13 8.02 7.57 9/220 12362
/proc/meminfo: memFree=28074564/32951124 swapFree=67111356/67111528
[pid=12212] ppid=12210 vsize=15692604 CPUtime=4463.31 cores=1,3,5,7
/proc/12212/stat : 12212 (java) S 12210 12212 11613 0 -1 4202496 981962 0 1 0 446068 263 0 0 25 0 22 0 529938552 16069226496 159485 33554432000 1073741824 1073778376 140737481016416 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/12212/statm: 3923151 159485 2298 9 0 3913870 0
[pid=12212/tid=12213] ppid=12210 vsize=15692604 CPUtime=0.79 cores=1,3,5,7
/proc/12212/task/12213/stat : 12213 (java) S 12210 12212 11613 0 -1 4202560 20287 0 1 0 76 3 0 0 20 0 22 0 529938552 16069226496 159485 33554432000 1073741824 1073778376 140737481016416 18446744073709551615 218917546905 0 4 0 16800975 18446604471129875584 0 0 -1 1 0 0 0
[pid=12212/tid=12215] ppid=12210 vsize=15692604 CPUtime=3.15 cores=1,3,5,7
/proc/12212/task/12215/stat : 12215 (java) S 12210 12212 11613 0 -1 4202560 28443 0 0 0 306 9 0 0 15 0 22 0 529938553 16069226496 159485 33554432000 1073741824 1073778376 140737481016416 18446744073709551615 218917546905 0 4 0 16800975 18446604471129875584 0 0 -1 3 0 0 0
[pid=12212/tid=12216] ppid=12210 vsize=15692604 CPUtime=3.07 cores=1,3,5,7
/proc/12212/task/12216/stat : 12216 (java) S 12210 12212 11613 0 -1 4202560 26096 0 0 0 298 9 0 0 16 0 22 0 529938553 16069226496 159485 33554432000 1073741824 1073778376 140737481016416 18446744073709551615 218917546905 0 4 0 16800975 18446604471129875584 0 0 -1 1 0 0 0
[pid=12212/tid=12217] ppid=12210 vsize=15692604 CPUtime=3.12 cores=1,3,5,7
/proc/12212/task/12217/stat : 12217 (java) S 12210 12212 11613 0 -1 4202560 31089 0 0 0 302 10 0 0 15 0 22 0 529938553 16069226496 159485 33554432000 1073741824 1073778376 140737481016416 18446744073709551615 218917546905 0 4 0 16800975 18446604471129875584 0 0 -1 1 0 0 0
[pid=12212/tid=12218] ppid=12210 vsize=15692604 CPUtime=3.21 cores=1,3,5,7
/proc/12212/task/12218/stat : 12218 (java) S 12210 12212 11613 0 -1 4202560 33990 0 0 0 310 11 0 0 15 0 22 0 529938553 16069226496 159485 33554432000 1073741824 1073778376 140737481016416 18446744073709551615 218917546905 0 4 0 16800975 18446604471129875584 0 0 -1 1 0 0 0
[pid=12212/tid=12219] ppid=12210 vsize=15692604 CPUtime=3.13 cores=1,3,5,7
/proc/12212/task/12219/stat : 12219 (java) S 12210 12212 11613 0 -1 4202560 32984 0 0 0 301 12 0 0 16 0 22 0 529938553 16069226496 159485 33554432000 1073741824 1073778376 140737481016416 18446744073709551615 218917546905 0 4 0 16800975 18446604471129875584 0 0 -1 3 0 0 0
[pid=12212/tid=12220] ppid=12210 vsize=15692604 CPUtime=3.1 cores=1,3,5,7
/proc/12212/task/12220/stat : 12220 (java) S 12210 12212 11613 0 -1 4202560 24130 0 0 0 301 9 0 0 16 0 22 0 529938553 16069226496 159485 33554432000 1073741824 1073778376 140737481016416 18446744073709551615 218917546905 0 4 0 16800975 18446604471129875584 0 0 -1 7 0 0 0
[pid=12212/tid=12221] ppid=12210 vsize=15692604 CPUtime=3.13 cores=1,3,5,7
/proc/12212/task/12221/stat : 12221 (java) S 12210 12212 11613 0 -1 4202560 21033 0 0 0 304 9 0 0 15 0 22 0 529938553 16069226496 159485 33554432000 1073741824 1073778376 140737481016416 18446744073709551615 218917546905 0 4 0 16800975 18446604471129875584 0 0 -1 7 0 0 0
[pid=12212/tid=12222] ppid=12210 vsize=15692604 CPUtime=3.2 cores=1,3,5,7
/proc/12212/task/12222/stat : 12222 (java) S 12210 12212 11613 0 -1 4202560 31215 0 0 0 309 11 0 0 16 0 22 0 529938553 16069226496 159485 33554432000 1073741824 1073778376 140737481016416 18446744073709551615 218917546905 0 4 0 16800975 18446604471129875584 0 0 -1 5 0 0 0
[pid=12212/tid=12223] ppid=12210 vsize=15692604 CPUtime=1.72 cores=1,3,5,7
/proc/12212/task/12223/stat : 12223 (java) S 12210 12212 11613 0 -1 4202560 2187 0 0 0 123 49 0 0 15 0 22 0 529938554 16069226496 159485 33554432000 1073741824 1073778376 140737481016416 18446744073709551615 218917547520 0 0 0 16800975 18446604471129875584 0 0 -1 3 0 0 0
[pid=12212/tid=12224] ppid=12210 vsize=15692604 CPUtime=0 cores=1,3,5,7
/proc/12212/task/12224/stat : 12224 (java) S 12210 12212 11613 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 529938554 16069226496 159485 33554432000 1073741824 1073778376 140737481016416 18446744073709551615 218917546905 0 4 0 16800975 18446604471129875584 0 0 -1 1 0 0 0
[pid=12212/tid=12225] ppid=12210 vsize=15692604 CPUtime=0 cores=1,3,5,7
/proc/12212/task/12225/stat : 12225 (java) S 12210 12212 11613 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 529938554 16069226496 159485 33554432000 1073741824 1073778376 140737481016416 18446744073709551615 218917546905 0 4 0 16800975 18446604471129875584 0 0 -1 1 0 0 0
[pid=12212/tid=12226] ppid=12210 vsize=15692604 CPUtime=0 cores=1,3,5,7
/proc/12212/task/12226/stat : 12226 (java) S 12210 12212 11613 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529938556 16069226496 159485 33554432000 1073741824 1073778376 140737481016416 18446744073709551615 218917554609 0 4 0 16800975 18446604471129875584 0 0 -1 1 0 0 0
[pid=12212/tid=12227] ppid=12210 vsize=15692604 CPUtime=0.76 cores=1,3,5,7
/proc/12212/task/12227/stat : 12227 (java) S 12210 12212 11613 0 -1 4202560 3927 0 0 0 76 0 0 0 15 0 22 0 529938556 16069226496 159485 33554432000 1073741824 1073778376 140737481016416 18446744073709551615 218917546905 0 4 0 16800975 18446604471129875584 0 0 -1 5 0 0 0
[pid=12212/tid=12228] ppid=12210 vsize=15692604 CPUtime=1.29 cores=1,3,5,7
/proc/12212/task/12228/stat : 12228 (java) S 12210 12212 11613 0 -1 4202560 6970 0 0 0 129 0 0 0 15 0 22 0 529938557 16069226496 159485 33554432000 1073741824 1073778376 140737481016416 18446744073709551615 218917546905 0 4 0 16800975 18446604471129875584 0 0 -1 3 0 0 0
[pid=12212/tid=12229] ppid=12210 vsize=15692604 CPUtime=0 cores=1,3,5,7
/proc/12212/task/12229/stat : 12229 (java) S 12210 12212 11613 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529938557 16069226496 159485 33554432000 1073741824 1073778376 140737481016416 18446744073709551615 218917546905 0 4 0 16800975 18446604471129875584 0 0 -1 1 0 0 0
[pid=12212/tid=12230] ppid=12210 vsize=15692604 CPUtime=0 cores=1,3,5,7
/proc/12212/task/12230/stat : 12230 (java) S 12210 12212 11613 0 -1 4202560 62 0 0 0 0 0 0 0 15 0 22 0 529938557 16069226496 159485 33554432000 1073741824 1073778376 140737481016416 18446744073709551615 218917547520 0 4 0 16800975 18446604471129875584 0 0 -1 3 0 0 0
[pid=12212/tid=12231] ppid=12210 vsize=15692604 CPUtime=1108.45 cores=1,3,5,7
/proc/12212/task/12231/stat : 12231 (java) R 12210 12212 11613 0 -1 4202560 179318 0 0 0 110814 31 0 0 25 0 22 0 529938589 16069226496 159485 33554432000 1073741824 1073778376 140737481016416 18446744073709551615 46912506033684 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=12212/tid=12232] ppid=12210 vsize=15692604 CPUtime=1108.24 cores=1,3,5,7
/proc/12212/task/12232/stat : 12232 (java) R 12210 12212 11613 0 -1 4202560 175832 0 0 0 110793 31 0 0 25 0 22 0 529938589 16069226496 159485 33554432000 1073741824 1073778376 140737481016416 18446744073709551615 46912505947154 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=12212/tid=12233] ppid=12210 vsize=15692604 CPUtime=1108.76 cores=1,3,5,7
/proc/12212/task/12233/stat : 12233 (java) R 12210 12212 11613 0 -1 4202560 186569 0 0 0 110844 32 0 0 25 0 22 0 529938589 16069226496 159485 33554432000 1073741824 1073778376 140737481016416 18446744073709551615 47157295293602 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=12212/tid=12234] ppid=12210 vsize=15692604 CPUtime=1108.04 cores=1,3,5,7
/proc/12212/task/12234/stat : 12234 (java) R 12210 12212 11613 0 -1 4202560 176446 0 0 0 110774 30 0 0 25 0 22 0 529938589 16069226496 159485 33554432000 1073741824 1073778376 140737481016416 18446744073709551615 46912506054277 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4463.31
Current children cumulated vsize (KiB) 15692604

[startup+1182.3 s]
/proc/loadavg: 8.18 8.05 7.61 9/220 12364
/proc/meminfo: memFree=28128212/32951124 swapFree=67111356/67111528
[pid=12212] ppid=12210 vsize=15692604 CPUtime=4701.93 cores=1,3,5,7
/proc/12212/stat : 12212 (java) S 12210 12212 11613 0 -1 4202496 985763 0 1 0 469921 272 0 0 25 0 22 0 529938552 16069226496 124963 33554432000 1073741824 1073778376 140737481016416 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/12212/statm: 3923151 124963 2298 9 0 3913870 0
[pid=12212/tid=12213] ppid=12210 vsize=15692604 CPUtime=0.79 cores=1,3,5,7
/proc/12212/task/12213/stat : 12213 (java) S 12210 12212 11613 0 -1 4202560 20287 0 1 0 76 3 0 0 20 0 22 0 529938552 16069226496 124963 33554432000 1073741824 1073778376 140737481016416 18446744073709551615 218917546905 0 4 0 16800975 18446604471129875584 0 0 -1 1 0 0 0
[pid=12212/tid=12215] ppid=12210 vsize=15692604 CPUtime=3.34 cores=1,3,5,7
/proc/12212/task/12215/stat : 12215 (java) S 12210 12212 11613 0 -1 4202560 28504 0 0 0 324 10 0 0 15 0 22 0 529938553 16069226496 124963 33554432000 1073741824 1073778376 140737481016416 18446744073709551615 218917546905 0 4 0 16800975 18446604471129875584 0 0 -1 1 0 0 0
[pid=12212/tid=12216] ppid=12210 vsize=15692604 CPUtime=3.22 cores=1,3,5,7
/proc/12212/task/12216/stat : 12216 (java) S 12210 12212 11613 0 -1 4202560 26310 0 0 0 313 9 0 0 16 0 22 0 529938553 16069226496 124963 33554432000 1073741824 1073778376 140737481016416 18446744073709551615 218917546905 0 4 0 16800975 18446604471129875584 0 0 -1 7 0 0 0
[pid=12212/tid=12217] ppid=12210 vsize=15692604 CPUtime=3.28 cores=1,3,5,7
/proc/12212/task/12217/stat : 12217 (java) S 12210 12212 11613 0 -1 4202560 31146 0 0 0 318 10 0 0 16 0 22 0 529938553 16069226496 124963 33554432000 1073741824 1073778376 140737481016416 18446744073709551615 218917546905 0 4 0 16800975 18446604471129875584 0 0 -1 3 0 0 0
[pid=12212/tid=12218] ppid=12210 vsize=15692604 CPUtime=3.37 cores=1,3,5,7
/proc/12212/task/12218/stat : 12218 (java) S 12210 12212 11613 0 -1 4202560 34066 0 0 0 326 11 0 0 15 0 22 0 529938553 16069226496 124963 33554432000 1073741824 1073778376 140737481016416 18446744073709551615 218917546905 0 4 0 16800975 18446604471129875584 0 0 -1 7 0 0 0
[pid=12212/tid=12219] ppid=12210 vsize=15692604 CPUtime=3.3 cores=1,3,5,7
/proc/12212/task/12219/stat : 12219 (java) S 12210 12212 11613 0 -1 4202560 33093 0 0 0 317 13 0 0 15 0 22 0 529938553 16069226496 124963 33554432000 1073741824 1073778376 140737481016416 18446744073709551615 218917546905 0 4 0 16800975 18446604471129875584 0 0 -1 5 0 0 0
[pid=12212/tid=12220] ppid=12210 vsize=15692604 CPUtime=3.26 cores=1,3,5,7
/proc/12212/task/12220/stat : 12220 (java) S 12210 12212 11613 0 -1 4202560 24261 0 0 0 316 10 0 0 16 0 22 0 529938553 16069226496 124963 33554432000 1073741824 1073778376 140737481016416 18446744073709551615 218917546905 0 4 0 16800975 18446604471129875584 0 0 -1 5 0 0 0
[pid=12212/tid=12221] ppid=12210 vsize=15692604 CPUtime=3.3 cores=1,3,5,7
/proc/12212/task/12221/stat : 12221 (java) S 12210 12212 11613 0 -1 4202560 21309 0 0 0 321 9 0 0 15 0 22 0 529938553 16069226496 124963 33554432000 1073741824 1073778376 140737481016416 18446744073709551615 218917546905 0 4 0 16800975 18446604471129875584 0 0 -1 5 0 0 0
[pid=12212/tid=12222] ppid=12210 vsize=15692604 CPUtime=3.37 cores=1,3,5,7
/proc/12212/task/12222/stat : 12222 (java) S 12210 12212 11613 0 -1 4202560 31386 0 0 0 325 12 0 0 15 0 22 0 529938553 16069226496 124963 33554432000 1073741824 1073778376 140737481016416 18446744073709551615 218917546905 0 4 0 16800975 18446604471129875584 0 0 -1 1 0 0 0
[pid=12212/tid=12223] ppid=12210 vsize=15692604 CPUtime=1.82 cores=1,3,5,7
/proc/12212/task/12223/stat : 12223 (java) S 12210 12212 11613 0 -1 4202560 2253 0 0 0 131 51 0 0 15 0 22 0 529938554 16069226496 124963 33554432000 1073741824 1073778376 140737481016416 18446744073709551615 218917547520 0 0 0 16800975 18446604471129875584 0 0 -1 1 0 0 0
[pid=12212/tid=12224] ppid=12210 vsize=15692604 CPUtime=0 cores=1,3,5,7
/proc/12212/task/12224/stat : 12224 (java) S 12210 12212 11613 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 529938554 16069226496 124963 33554432000 1073741824 1073778376 140737481016416 18446744073709551615 218917546905 0 4 0 16800975 18446604471129875584 0 0 -1 1 0 0 0
[pid=12212/tid=12225] ppid=12210 vsize=15692604 CPUtime=0 cores=1,3,5,7
/proc/12212/task/12225/stat : 12225 (java) S 12210 12212 11613 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 529938554 16069226496 124963 33554432000 1073741824 1073778376 140737481016416 18446744073709551615 218917546905 0 4 0 16800975 18446604471129875584 0 0 -1 1 0 0 0
[pid=12212/tid=12226] ppid=12210 vsize=15692604 CPUtime=0 cores=1,3,5,7
/proc/12212/task/12226/stat : 12226 (java) S 12210 12212 11613 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529938556 16069226496 124963 33554432000 1073741824 1073778376 140737481016416 18446744073709551615 218917554609 0 4 0 16800975 18446604471129875584 0 0 -1 1 0 0 0
[pid=12212/tid=12227] ppid=12210 vsize=15692604 CPUtime=0.76 cores=1,3,5,7
/proc/12212/task/12227/stat : 12227 (java) S 12210 12212 11613 0 -1 4202560 3927 0 0 0 76 0 0 0 15 0 22 0 529938556 16069226496 124963 33554432000 1073741824 1073778376 140737481016416 18446744073709551615 218917546905 0 4 0 16800975 18446604471129875584 0 0 -1 5 0 0 0
[pid=12212/tid=12228] ppid=12210 vsize=15692604 CPUtime=1.29 cores=1,3,5,7
/proc/12212/task/12228/stat : 12228 (java) S 12210 12212 11613 0 -1 4202560 6970 0 0 0 129 0 0 0 15 0 22 0 529938557 16069226496 124963 33554432000 1073741824 1073778376 140737481016416 18446744073709551615 218917546905 0 4 0 16800975 18446604471129875584 0 0 -1 3 0 0 0
[pid=12212/tid=12229] ppid=12210 vsize=15692604 CPUtime=0 cores=1,3,5,7
/proc/12212/task/12229/stat : 12229 (java) S 12210 12212 11613 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529938557 16069226496 124963 33554432000 1073741824 1073778376 140737481016416 18446744073709551615 218917546905 0 4 0 16800975 18446604471129875584 0 0 -1 1 0 0 0
[pid=12212/tid=12230] ppid=12210 vsize=15692604 CPUtime=0 cores=1,3,5,7
/proc/12212/task/12230/stat : 12230 (java) S 12210 12212 11613 0 -1 4202560 65 0 0 0 0 0 0 0 15 0 22 0 529938557 16069226496 124963 33554432000 1073741824 1073778376 140737481016416 18446744073709551615 218917547520 0 4 0 16800975 18446604471129875584 0 0 -1 3 0 0 0
[pid=12212/tid=12231] ppid=12210 vsize=15692604 CPUtime=1167.81 cores=1,3,5,7
/proc/12212/task/12231/stat : 12231 (java) R 12210 12212 11613 0 -1 4202560 180012 0 0 0 116749 32 0 0 25 0 22 0 529938589 16069226496 124963 33554432000 1073741824 1073778376 140737481016416 18446744073709551615 46912506019189 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=12212/tid=12232] ppid=12210 vsize=15692604 CPUtime=1167.46 cores=1,3,5,7
/proc/12212/task/12232/stat : 12232 (java) R 12210 12212 11613 0 -1 4202560 176357 0 0 0 116715 31 0 0 25 0 22 0 529938589 16069226496 124963 33554432000 1073741824 1073778376 140737481016416 18446744073709551615 46912505998425 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12212/tid=12233] ppid=12210 vsize=15692604 CPUtime=1168.12 cores=1,3,5,7
/proc/12212/task/12233/stat : 12233 (java) R 12210 12212 11613 0 -1 4202560 187384 0 0 0 116779 33 0 0 25 0 22 0 529938589 16069226496 124963 33554432000 1073741824 1073778376 140737481016416 18446744073709551615 46912505791711 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=12212/tid=12234] ppid=12210 vsize=15692604 CPUtime=1167.28 cores=1,3,5,7
/proc/12212/task/12234/stat : 12234 (java) R 12210 12212 11613 0 -1 4202560 177049 0 0 0 116698 30 0 0 25 0 22 0 529938589 16069226496 124963 33554432000 1073741824 1073778376 140737481016416 18446744073709551615 46912506028348 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4701.93
Current children cumulated vsize (KiB) 15692604



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1207 s]
/proc/loadavg: 8.12 8.04 7.62 9/220 12364
/proc/meminfo: memFree=28077860/32951124 swapFree=67111356/67111528
[pid=12212] ppid=12210 vsize=15692604 CPUtime=4800.21 cores=1,3,5,7
/proc/12212/stat : 12212 (java) S 12210 12212 11613 0 -1 4202496 1004322 0 1 0 479744 277 0 0 25 0 22 0 529938552 16069226496 129335 33554432000 1073741824 1073778376 140737481016416 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/12212/statm: 3923151 129335 2298 9 0 3913870 0
[pid=12212/tid=12213] ppid=12210 vsize=15692604 CPUtime=0.79 cores=1,3,5,7
/proc/12212/task/12213/stat : 12213 (java) S 12210 12212 11613 0 -1 4202560 20287 0 1 0 76 3 0 0 20 0 22 0 529938552 16069226496 129335 33554432000 1073741824 1073778376 140737481016416 18446744073709551615 218917546905 0 4 0 16800975 18446604471129875584 0 0 -1 1 0 0 0
[pid=12212/tid=12215] ppid=12210 vsize=15692604 CPUtime=3.41 cores=1,3,5,7
/proc/12212/task/12215/stat : 12215 (java) S 12210 12212 11613 0 -1 4202560 29432 0 0 0 331 10 0 0 15 0 22 0 529938553 16069226496 129335 33554432000 1073741824 1073778376 140737481016416 18446744073709551615 218917546905 0 4 0 16800975 18446604471129875584 0 0 -1 5 0 0 0
[pid=12212/tid=12216] ppid=12210 vsize=15692604 CPUtime=3.29 cores=1,3,5,7
/proc/12212/task/12216/stat : 12216 (java) S 12210 12212 11613 0 -1 4202560 27610 0 0 0 320 9 0 0 15 0 22 0 529938553 16069226496 129335 33554432000 1073741824 1073778376 140737481016416 18446744073709551615 218917546905 0 4 0 16800975 18446604471129875584 0 0 -1 1 0 0 0
[pid=12212/tid=12217] ppid=12210 vsize=15692604 CPUtime=3.36 cores=1,3,5,7
/proc/12212/task/12217/stat : 12217 (java) S 12210 12212 11613 0 -1 4202560 32318 0 0 0 326 10 0 0 15 0 22 0 529938553 16069226496 129335 33554432000 1073741824 1073778376 140737481016416 18446744073709551615 218917546905 0 4 0 16800975 18446604471129875584 0 0 -1 3 0 0 0
[pid=12212/tid=12218] ppid=12210 vsize=15692604 CPUtime=3.44 cores=1,3,5,7
/proc/12212/task/12218/stat : 12218 (java) S 12210 12212 11613 0 -1 4202560 35088 0 0 0 333 11 0 0 16 0 22 0 529938553 16069226496 129335 33554432000 1073741824 1073778376 140737481016416 18446744073709551615 218917546905 0 4 0 16800975 18446604471129875584 0 0 -1 3 0 0 0
[pid=12212/tid=12219] ppid=12210 vsize=15692604 CPUtime=3.37 cores=1,3,5,7
/proc/12212/task/12219/stat : 12219 (java) S 12210 12212 11613 0 -1 4202560 34379 0 0 0 324 13 0 0 16 0 22 0 529938553 16069226496 129335 33554432000 1073741824 1073778376 140737481016416 18446744073709551615 218917546905 0 4 0 16800975 18446604471129875584 0 0 -1 1 0 0 0
[pid=12212/tid=12220] ppid=12210 vsize=15692604 CPUtime=3.33 cores=1,3,5,7
/proc/12212/task/12220/stat : 12220 (java) S 12210 12212 11613 0 -1 4202560 25515 0 0 0 323 10 0 0 16 0 22 0 529938553 16069226496 129335 33554432000 1073741824 1073778376 140737481016416 18446744073709551615 218917546905 0 4 0 16800975 18446604471129875584 0 0 -1 7 0 0 0
[pid=12212/tid=12221] ppid=12210 vsize=15692604 CPUtime=3.38 cores=1,3,5,7
/proc/12212/task/12221/stat : 12221 (java) S 12210 12212 11613 0 -1 4202560 22514 0 0 0 329 9 0 0 15 0 22 0 529938553 16069226496 129335 33554432000 1073741824 1073778376 140737481016416 18446744073709551615 218917546905 0 4 0 16800975 18446604471129875584 0 0 -1 5 0 0 0
[pid=12212/tid=12222] ppid=12210 vsize=15692604 CPUtime=3.44 cores=1,3,5,7
/proc/12212/task/12222/stat : 12222 (java) S 12210 12212 11613 0 -1 4202560 32753 0 0 0 332 12 0 0 15 0 22 0 529938553 16069226496 129335 33554432000 1073741824 1073778376 140737481016416 18446744073709551615 218917546905 0 4 0 16800975 18446604471129875584 0 0 -1 5 0 0 0
[pid=12212/tid=12223] ppid=12210 vsize=15692604 CPUtime=1.85 cores=1,3,5,7
/proc/12212/task/12223/stat : 12223 (java) S 12210 12212 11613 0 -1 4202560 2364 0 0 0 133 52 0 0 16 0 22 0 529938554 16069226496 129335 33554432000 1073741824 1073778376 140737481016416 18446744073709551615 218917547520 0 0 0 16800975 18446604471129875584 0 0 -1 7 0 0 0
[pid=12212/tid=12224] ppid=12210 vsize=15692604 CPUtime=0 cores=1,3,5,7
/proc/12212/task/12224/stat : 12224 (java) S 12210 12212 11613 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 529938554 16069226496 129335 33554432000 1073741824 1073778376 140737481016416 18446744073709551615 218917546905 0 4 0 16800975 18446604471129875584 0 0 -1 1 0 0 0
[pid=12212/tid=12225] ppid=12210 vsize=15692604 CPUtime=0 cores=1,3,5,7
/proc/12212/task/12225/stat : 12225 (java) S 12210 12212 11613 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 529938554 16069226496 129335 33554432000 1073741824 1073778376 140737481016416 18446744073709551615 218917546905 0 4 0 16800975 18446604471129875584 0 0 -1 1 0 0 0
[pid=12212/tid=12226] ppid=12210 vsize=15692604 CPUtime=0 cores=1,3,5,7
/proc/12212/task/12226/stat : 12226 (java) S 12210 12212 11613 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529938556 16069226496 129335 33554432000 1073741824 1073778376 140737481016416 18446744073709551615 218917554609 0 4 0 16800975 18446604471129875584 0 0 -1 1 0 0 0
[pid=12212/tid=12227] ppid=12210 vsize=15692604 CPUtime=0.76 cores=1,3,5,7
/proc/12212/task/12227/stat : 12227 (java) S 12210 12212 11613 0 -1 4202560 3927 0 0 0 76 0 0 0 15 0 22 0 529938556 16069226496 129335 33554432000 1073741824 1073778376 140737481016416 18446744073709551615 218917546905 0 4 0 16800975 18446604471129875584 0 0 -1 5 0 0 0
[pid=12212/tid=12228] ppid=12210 vsize=15692604 CPUtime=1.29 cores=1,3,5,7
/proc/12212/task/12228/stat : 12228 (java) S 12210 12212 11613 0 -1 4202560 6970 0 0 0 129 0 0 0 15 0 22 0 529938557 16069226496 129335 33554432000 1073741824 1073778376 140737481016416 18446744073709551615 218917546905 0 4 0 16800975 18446604471129875584 0 0 -1 3 0 0 0
[pid=12212/tid=12229] ppid=12210 vsize=15692604 CPUtime=0 cores=1,3,5,7
/proc/12212/task/12229/stat : 12229 (java) S 12210 12212 11613 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529938557 16069226496 129335 33554432000 1073741824 1073778376 140737481016416 18446744073709551615 218917546905 0 4 0 16800975 18446604471129875584 0 0 -1 1 0 0 0
[pid=12212/tid=12230] ppid=12210 vsize=15692604 CPUtime=0 cores=1,3,5,7
/proc/12212/task/12230/stat : 12230 (java) S 12210 12212 11613 0 -1 4202560 67 0 0 0 0 0 0 0 15 0 22 0 529938557 16069226496 129335 33554432000 1073741824 1073778376 140737481016416 18446744073709551615 218917547520 0 4 0 16800975 18446604471129875584 0 0 -1 3 0 0 0
[pid=12212/tid=12231] ppid=12210 vsize=15692604 CPUtime=1192.22 cores=1,3,5,7
/proc/12212/task/12231/stat : 12231 (java) R 12210 12212 11613 0 -1 4202560 182247 0 0 0 119190 32 0 0 25 0 22 0 529938589 16069226496 129335 33554432000 1073741824 1073778376 140737481016416 18446744073709551615 46912506027806 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=12212/tid=12232] ppid=12210 vsize=15692604 CPUtime=1191.87 cores=1,3,5,7
/proc/12212/task/12232/stat : 12232 (java) R 12210 12212 11613 0 -1 4202560 178388 0 0 0 119155 32 0 0 25 0 22 0 529938589 16069226496 129335 33554432000 1073741824 1073778376 140737481016416 18446744073709551615 46912506027581 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12212/tid=12233] ppid=12210 vsize=15692604 CPUtime=1192.56 cores=1,3,5,7
/proc/12212/task/12233/stat : 12233 (java) R 12210 12212 11613 0 -1 4202560 189703 0 0 0 119222 34 0 0 25 0 22 0 529938589 16069226496 129335 33554432000 1073741824 1073778376 140737481016416 18446744073709551615 46912505720635 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=12212/tid=12234] ppid=12210 vsize=15692604 CPUtime=1191.68 cores=1,3,5,7
/proc/12212/task/12234/stat : 12234 (java) R 12210 12212 11613 0 -1 4202560 179376 0 0 0 119137 31 0 0 25 0 22 0 529938589 16069226496 129335 33554432000 1073741824 1073778376 140737481016416 18446744073709551615 46912505992322 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.21
Current children cumulated vsize (KiB) 15692604

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

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

Child status: 143
Real time (s): 1207.04
CPU time (s): 4800.28
CPU user time (s): 4797.48
CPU system time (s): 2.80257
CPU usage (%): 397.69
Max. virtual memory (cumulated for all children) (KiB): 15693212

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.48
system time used= 2.80257
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1004347
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= 254469
involuntary context switches= 140415

runsolver used 2.09668 second user time and 4.54531 second system time

The end

Launcher Data

Begin job on node137 at 2011-04-30 19:10:08
IDJOB=3313123
IDBENCH=83208
IDSOLVER=1699
FILE ID=node137/3313123-1304183408
RUNJOBID= node137-1304183408-12123
PBS_JOBID= 13172453
Free space on /tmp= 73212 MiB

SOLVER NAME= STRUCTure 0.1
BENCH NAME= SAT11/crafted/skvortsov/battleship/battleship-24-57-sat.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3313123-1304183408/watcher-3313123-1304183408 -o /tmp/evaluation-result-3313123-1304183408/solver-3313123-1304183408 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3313123-1304183408.cnf

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

MD5SUM BENCH= 179851d97340610ea74d8d7b3cffb10b
RANDOM SEED=394310698

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      28877720 kB
Buffers:        927516 kB
Cached:        2511792 kB
SwapCached:         48 kB
Active:         318268 kB
Inactive:      3299884 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28877720 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:            3248 kB
Writeback:           0 kB
AnonPages:      178180 kB
Mapped:          23016 kB
Slab:           392272 kB
PageTables:       4704 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   793816 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= 73208 MiB
End job on node137 at 2011-04-30 19:30:17