Trace number 3312950

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.44 1207.13

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/
VanderWaerden3k/VanDerWaerden_2-3-19_349.cnf
MD5SUMfaed4f95ee485d18812f5d39a28df3e5
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 variables349
Number of clauses33487
Sum of the clauses size151837
Maximum clause length19
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 330276
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 53211

Solver Data

0.10/0.11	28:31 INFO : Reading from input HOME/instance-3312950-1304184511.cnf
0.62/0.46	Executor set job limit to 1000000
0.62/0.46	Executor set job limit to 1000000
0.62/0.46	Executor set job limit to 1000000
0.62/0.46	Executor set job limit to 1000000
0.62/0.46	Starting Executor!
0.62/0.46	Starting Executor!
0.62/0.46	Starting Executor!
0.62/0.46	Starting Executor!
2.00/1.04	28:32 INFO : 349 variables remaining out of 349
2.00/1.05	28:32 INFO : 185324 literals remaining out of 185324

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-3312950-1304184511/watcher-3312950-1304184511 -o /tmp/evaluation-result-3312950-1304184511/solver-3312950-1304184511 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3312950-1304184511.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.99 6.28 7.27 2/189 11366
/proc/meminfo: memFree=30913476/32950928 swapFree=67111404/67111528
[pid=11366] ppid=11364 vsize=27172 CPUtime=0 cores=1,3,5,7
/proc/11366/stat : 11366 (java) S 11364 11366 10804 0 -1 4202496 1424 0 0 0 0 0 0 0 25 0 2 0 530049894 27824128 894 33554432000 1073741824 1073778376 140733258947120 18446744073709551615 235606669285 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/11366/statm: 7096 898 686 9 0 381 0
[pid=11366/tid=11367] ppid=11364 vsize=30580 CPUtime=0 cores=1,3,5,7
/proc/11366/task/11367/stat : 11367 (java) R 11364 11366 10804 0 -1 4202560 97 0 0 0 0 0 0 0 25 0 2 0 530049894 31313920 923 33554432000 1073741824 1073778376 140733258947120 18446744073709551615 235589904149 0 0 4096 0 0 0 0 -1 5 0 0 0

[startup+0.0518619 s]
/proc/loadavg: 3.99 6.28 7.27 2/189 11366
/proc/meminfo: memFree=30913476/32950928 swapFree=67111404/67111528
[pid=11366] ppid=11364 vsize=15609644 CPUtime=0.04 cores=1,3,5,7
/proc/11366/stat : 11366 (java) S 11364 11366 10804 0 -1 4202496 4089 0 1 0 4 0 0 0 25 0 18 0 530049894 15984275456 3528 33554432000 1073741824 1073778376 140733258947120 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/11366/statm: 3902411 3528 1754 9 0 3893130 0
[pid=11366/tid=11367] ppid=11364 vsize=15609644 CPUtime=0.03 cores=1,3,5,7
/proc/11366/task/11367/stat : 11367 (java) R 11364 11366 10804 0 -1 4202560 2671 0 1 0 3 0 0 0 25 0 18 0 530049894 15984275456 3528 33554432000 1073741824 1073778376 140733258947120 18446744073709551615 47567522927885 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 15609644

[startup+0.100855 s]
/proc/loadavg: 3.99 6.28 7.27 2/189 11366
/proc/meminfo: memFree=30913476/32950928 swapFree=67111404/67111528
[pid=11366] ppid=11364 vsize=15676820 CPUtime=0.1 cores=1,3,5,7
/proc/11366/stat : 11366 (java) S 11364 11366 10804 0 -1 4202496 5640 0 1 0 10 0 0 0 25 0 18 0 530049894 16053063680 5045 33554432000 1073741824 1073778376 140733258947120 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/11366/statm: 3919205 5046 2117 9 0 3909924 0
[pid=11366/tid=11367] ppid=11364 vsize=15676820 CPUtime=0.08 cores=1,3,5,7
/proc/11366/task/11367/stat : 11367 (java) R 11364 11366 10804 0 -1 4202560 3482 0 1 0 8 0 0 0 18 0 18 0 530049894 16053063680 5047 33554432000 1073741824 1073778376 140733258947120 18446744073709551615 47567526682104 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) 15676820

[startup+0.300823 s]
/proc/loadavg: 3.99 6.28 7.27 2/189 11366
/proc/meminfo: memFree=30913476/32950928 swapFree=67111404/67111528
[pid=11366] ppid=11364 vsize=15680516 CPUtime=0.51 cores=1,3,5,7
/proc/11366/stat : 11366 (java) S 11364 11366 10804 0 -1 4202496 15705 0 1 0 49 2 0 0 25 0 18 0 530049894 16056848384 14176 33554432000 1073741824 1073778376 140733258947120 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/11366/statm: 3920129 14183 2207 9 0 3910848 0
[pid=11366/tid=11367] ppid=11364 vsize=15680516 CPUtime=0.29 cores=1,3,5,7
/proc/11366/task/11367/stat : 11367 (java) R 11364 11366 10804 0 -1 4202560 10692 0 1 0 27 2 0 0 18 0 18 0 530049894 16056848384 14187 33554432000 1073741824 1073778376 140733258947120 18446744073709551615 46912505639251 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) 15680516

[startup+0.700753 s]
/proc/loadavg: 3.99 6.28 7.27 2/189 11366
/proc/meminfo: memFree=30913476/32950928 swapFree=67111404/67111528
[pid=11366] ppid=11364 vsize=15700956 CPUtime=1.17 cores=1,3,5,7
/proc/11366/stat : 11366 (java) S 11364 11366 10804 0 -1 4202496 47026 0 1 0 111 6 0 0 25 0 22 0 530049894 16077778944 43623 33554432000 1073741824 1073778376 140733258947120 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/11366/statm: 3925239 43623 2255 9 0 3915958 0
[pid=11366/tid=11367] ppid=11364 vsize=15700956 CPUtime=0.68 cores=1,3,5,7
/proc/11366/task/11367/stat : 11367 (java) R 11364 11366 10804 0 -1 4202560 35634 0 1 0 63 5 0 0 20 0 22 0 530049894 16077778944 43623 33554432000 1073741824 1073778376 140733258947120 18446744073709551615 47567526343569 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 15700956

[startup+1.50661 s]
/proc/loadavg: 3.99 6.28 7.27 8/220 11397
/proc/meminfo: memFree=30581784/32950928 swapFree=67111404/67111528
[pid=11366] ppid=11364 vsize=15702104 CPUtime=3.03 cores=1,3,5,7
/proc/11366/stat : 11366 (java) S 11364 11366 10804 0 -1 4202496 53238 0 1 0 296 7 0 0 25 0 22 0 530049894 16078954496 45389 33554432000 1073741824 1073778376 140733258947120 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/11366/statm: 3925526 45389 2274 9 0 3916245 0
[pid=11366/tid=11367] ppid=11364 vsize=15702104 CPUtime=1.03 cores=1,3,5,7
/proc/11366/task/11367/stat : 11367 (java) S 11364 11366 10804 0 -1 4202560 35687 0 1 0 98 5 0 0 20 0 22 0 530049894 16078954496 45389 33554432000 1073741824 1073778376 140733258947120 18446744073709551615 235606682521 0 4 0 16800975 18446604460272466112 0 0 -1 5 0 0 0
[pid=11366/tid=11369] ppid=11364 vsize=15702104 CPUtime=0 cores=1,3,5,7
/proc/11366/task/11369/stat : 11369 (java) S 11364 11366 10804 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 530049895 16078954496 45389 33554432000 1073741824 1073778376 140733258947120 18446744073709551615 235606682521 0 4 0 16800975 18446604460272466112 0 0 -1 1 0 0 0
[pid=11366/tid=11370] ppid=11364 vsize=15702104 CPUtime=0 cores=1,3,5,7
/proc/11366/task/11370/stat : 11370 (java) S 11364 11366 10804 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 530049895 16078954496 45389 33554432000 1073741824 1073778376 140733258947120 18446744073709551615 235606682521 0 4 0 16800975 18446604460272466112 0 0 -1 1 0 0 0
[pid=11366/tid=11371] ppid=11364 vsize=15702104 CPUtime=0 cores=1,3,5,7
/proc/11366/task/11371/stat : 11371 (java) S 11364 11366 10804 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 530049895 16078954496 45389 33554432000 1073741824 1073778376 140733258947120 18446744073709551615 235606682521 0 4 0 16800975 18446604460272466112 0 0 -1 1 0 0 0
[pid=11366/tid=11372] ppid=11364 vsize=15702104 CPUtime=0 cores=1,3,5,7
/proc/11366/task/11372/stat : 11372 (java) S 11364 11366 10804 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 530049895 16078954496 45389 33554432000 1073741824 1073778376 140733258947120 18446744073709551615 235606682521 0 4 0 16800975 18446604460272466112 0 0 -1 1 0 0 0
[pid=11366/tid=11373] ppid=11364 vsize=15702104 CPUtime=0 cores=1,3,5,7
/proc/11366/task/11373/stat : 11373 (java) S 11364 11366 10804 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 530049895 16078954496 45389 33554432000 1073741824 1073778376 140733258947120 18446744073709551615 235606682521 0 4 0 16800975 18446604460272466112 0 0 -1 1 0 0 0
[pid=11366/tid=11374] ppid=11364 vsize=15702104 CPUtime=0 cores=1,3,5,7
/proc/11366/task/11374/stat : 11374 (java) S 11364 11366 10804 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 530049895 16078954496 45389 33554432000 1073741824 1073778376 140733258947120 18446744073709551615 235606682521 0 4 0 16800975 18446604460272466112 0 0 -1 1 0 0 0
[pid=11366/tid=11375] ppid=11364 vsize=15702104 CPUtime=0 cores=1,3,5,7
/proc/11366/task/11375/stat : 11375 (java) S 11364 11366 10804 0 -1 4202560 325 0 0 0 0 0 0 0 21 0 22 0 530049895 16078954496 45389 33554432000 1073741824 1073778376 140733258947120 18446744073709551615 235606682521 0 4 0 16800975 18446604460272466112 0 0 -1 1 0 0 0
[pid=11366/tid=11376] ppid=11364 vsize=15702104 CPUtime=0 cores=1,3,5,7
/proc/11366/task/11376/stat : 11376 (java) S 11364 11366 10804 0 -1 4202560 72 0 0 0 0 0 0 0 21 0 22 0 530049895 16078954496 45389 33554432000 1073741824 1073778376 140733258947120 18446744073709551615 235606682521 0 4 0 16800975 18446604460272466112 0 0 -1 1 0 0 0
[pid=11366/tid=11382] ppid=11364 vsize=15702104 CPUtime=0 cores=1,3,5,7
/proc/11366/task/11382/stat : 11382 (java) S 11364 11366 10804 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 22 0 530049896 16078954496 45389 33554432000 1073741824 1073778376 140733258947120 18446744073709551615 235606683136 0 0 0 16800975 18446604460272466112 0 0 -1 1 0 0 0
[pid=11366/tid=11383] ppid=11364 vsize=15702104 CPUtime=0 cores=1,3,5,7
/proc/11366/task/11383/stat : 11383 (java) S 11364 11366 10804 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 22 0 530049896 16078954496 45389 33554432000 1073741824 1073778376 140733258947120 18446744073709551615 235606682521 0 4 0 16800975 18446604460272466112 0 0 -1 1 0 0 0
[pid=11366/tid=11384] ppid=11364 vsize=15702104 CPUtime=0 cores=1,3,5,7
/proc/11366/task/11384/stat : 11384 (java) S 11364 11366 10804 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 22 0 530049896 16078954496 45389 33554432000 1073741824 1073778376 140733258947120 18446744073709551615 235606682521 0 4 0 16800975 18446604460272466112 0 0 -1 1 0 0 0
[pid=11366/tid=11385] ppid=11364 vsize=15702104 CPUtime=0 cores=1,3,5,7
/proc/11366/task/11385/stat : 11385 (java) S 11364 11366 10804 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530049898 16078954496 45389 33554432000 1073741824 1073778376 140733258947120 18446744073709551615 235606690225 0 4 0 16800975 18446604460272466112 0 0 -1 5 0 0 0
[pid=11366/tid=11386] ppid=11364 vsize=15702104 CPUtime=0.78 cores=1,3,5,7
/proc/11366/task/11386/stat : 11386 (java) S 11364 11366 10804 0 -1 4202560 9635 0 0 0 77 1 0 0 24 0 22 0 530049898 16078954496 45389 33554432000 1073741824 1073778376 140733258947120 18446744073709551615 235606682521 0 4 0 16800975 18446604460272466112 0 0 -1 5 0 0 0
[pid=11366/tid=11387] ppid=11364 vsize=15702104 CPUtime=0.62 cores=1,3,5,7
/proc/11366/task/11387/stat : 11387 (java) S 11364 11366 10804 0 -1 4202560 6058 0 0 0 62 0 0 0 20 0 22 0 530049898 16078954496 45389 33554432000 1073741824 1073778376 140733258947120 18446744073709551615 235606682521 0 4 0 16800975 18446604460272466112 0 0 -1 5 0 0 0
[pid=11366/tid=11388] ppid=11364 vsize=15702104 CPUtime=0 cores=1,3,5,7
/proc/11366/task/11388/stat : 11388 (java) S 11364 11366 10804 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530049898 16078954496 45389 33554432000 1073741824 1073778376 140733258947120 18446744073709551615 235606682521 0 4 0 16800975 18446604460272466112 0 0 -1 5 0 0 0
[pid=11366/tid=11389] ppid=11364 vsize=15702104 CPUtime=0 cores=1,3,5,7
/proc/11366/task/11389/stat : 11389 (java) S 11364 11366 10804 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 530049898 16078954496 45389 33554432000 1073741824 1073778376 140733258947120 18446744073709551615 235606683136 0 4 0 16800975 18446604460272466112 0 0 -1 5 0 0 0
[pid=11366/tid=11394] ppid=11364 vsize=15702104 CPUtime=0.31 cores=1,3,5,7
/proc/11366/task/11394/stat : 11394 (java) R 11364 11366 10804 0 -1 4202560 32 0 0 0 31 0 0 0 16 0 22 0 530049940 16078954496 45389 33554432000 1073741824 1073778376 140733258947120 18446744073709551615 46912506070646 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=11366/tid=11395] ppid=11364 vsize=15702104 CPUtime=0.04 cores=1,3,5,7
/proc/11366/task/11395/stat : 11395 (java) R 11364 11366 10804 0 -1 4202560 11 0 0 0 4 0 0 0 15 0 22 0 530049940 16078954496 45389 33554432000 1073741824 1073778376 140733258947120 18446744073709551615 46912506115854 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=11366/tid=11396] ppid=11364 vsize=15702104 CPUtime=0 cores=1,3,5,7
/proc/11366/task/11396/stat : 11396 (java) S 11364 11366 10804 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 22 0 530049940 16078954496 45389 33554432000 1073741824 1073778376 140733258947120 18446744073709551615 235606683136 0 4 0 16800975 18446604460272466112 0 0 -1 7 0 0 0
[pid=11366/tid=11397] ppid=11364 vsize=15702104 CPUtime=0.2 cores=1,3,5,7
/proc/11366/task/11397/stat : 11397 (java) R 11364 11366 10804 0 -1 4202560 8 0 0 0 20 0 0 0 16 0 22 0 530049941 16078954496 45389 33554432000 1073741824 1073778376 140733258947120 18446744073709551615 46912505809912 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 15702104

[startup+3.10133 s]
/proc/loadavg: 4.63 6.37 7.29 11/220 11397
/proc/meminfo: memFree=30461616/32950928 swapFree=67111404/67111528
[pid=11366] ppid=11364 vsize=15702104 CPUtime=9.38 cores=1,3,5,7
/proc/11366/stat : 11366 (java) S 11364 11366 10804 0 -1 4202496 101227 0 1 0 922 16 0 0 25 0 22 0 530049894 16078954496 92941 33554432000 1073741824 1073778376 140733258947120 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/11366/statm: 3925526 92941 2275 9 0 3916245 0
[pid=11366/tid=11367] ppid=11364 vsize=15702104 CPUtime=1.03 cores=1,3,5,7
/proc/11366/task/11367/stat : 11367 (java) S 11364 11366 10804 0 -1 4202560 35687 0 1 0 98 5 0 0 20 0 22 0 530049894 16078954496 92941 33554432000 1073741824 1073778376 140733258947120 18446744073709551615 235606682521 0 4 0 16800975 18446604460272466112 0 0 -1 5 0 0 0
[pid=11366/tid=11369] ppid=11364 vsize=15702104 CPUtime=0.01 cores=1,3,5,7
/proc/11366/task/11369/stat : 11369 (java) S 11364 11366 10804 0 -1 4202560 5150 0 0 0 0 1 0 0 15 0 22 0 530049895 16078954496 92941 33554432000 1073741824 1073778376 140733258947120 18446744073709551615 235606682521 0 4 0 16800975 18446604460272466112 0 0 -1 5 0 0 0
[pid=11366/tid=11370] ppid=11364 vsize=15702104 CPUtime=0 cores=1,3,5,7
/proc/11366/task/11370/stat : 11370 (java) S 11364 11366 10804 0 -1 4202560 5024 0 0 0 0 0 0 0 16 0 22 0 530049895 16078954496 92941 33554432000 1073741824 1073778376 140733258947120 18446744073709551615 235606682521 0 4 0 16800975 18446604460272466112 0 0 -1 5 0 0 0
[pid=11366/tid=11371] ppid=11364 vsize=15702104 CPUtime=0 cores=1,3,5,7
/proc/11366/task/11371/stat : 11371 (java) S 11364 11366 10804 0 -1 4202560 3723 0 0 0 0 0 0 0 15 0 22 0 530049895 16078954496 92941 33554432000 1073741824 1073778376 140733258947120 18446744073709551615 235606682521 0 4 0 16800975 18446604460272466112 0 0 -1 7 0 0 0
[pid=11366/tid=11372] ppid=11364 vsize=15702104 CPUtime=0 cores=1,3,5,7
/proc/11366/task/11372/stat : 11372 (java) S 11364 11366 10804 0 -1 4202560 2705 0 0 0 0 0 0 0 15 0 22 0 530049895 16078954496 92941 33554432000 1073741824 1073778376 140733258947120 18446744073709551615 235606682521 0 4 0 16800975 18446604460272466112 0 0 -1 3 0 0 0
[pid=11366/tid=11373] ppid=11364 vsize=15702104 CPUtime=0 cores=1,3,5,7
/proc/11366/task/11373/stat : 11373 (java) S 11364 11366 10804 0 -1 4202560 2635 0 0 0 0 0 0 0 16 0 22 0 530049895 16078954496 92941 33554432000 1073741824 1073778376 140733258947120 18446744073709551615 235606682521 0 4 0 16800975 18446604460272466112 0 0 -1 7 0 0 0
[pid=11366/tid=11374] ppid=11364 vsize=15702104 CPUtime=0 cores=1,3,5,7
/proc/11366/task/11374/stat : 11374 (java) S 11364 11366 10804 0 -1 4202560 2152 0 0 0 0 0 0 0 16 0 22 0 530049895 16078954496 92941 33554432000 1073741824 1073778376 140733258947120 18446744073709551615 235606682521 0 4 0 16800975 18446604460272466112 0 0 -1 1 0 0 0
[pid=11366/tid=11375] ppid=11364 vsize=15702104 CPUtime=0 cores=1,3,5,7
/proc/11366/task/11375/stat : 11375 (java) S 11364 11366 10804 0 -1 4202560 3096 0 0 0 0 0 0 0 15 0 22 0 530049895 16078954496 92941 33554432000 1073741824 1073778376 140733258947120 18446744073709551615 235606682521 0 4 0 16800975 18446604460272466112 0 0 -1 5 0 0 0
[pid=11366/tid=11376] ppid=11364 vsize=15702104 CPUtime=0 cores=1,3,5,7
/proc/11366/task/11376/stat : 11376 (java) S 11364 11366 10804 0 -1 4202560 2618 0 0 0 0 0 0 0 16 0 22 0 530049895 16078954496 92941 33554432000 1073741824 1073778376 140733258947120 18446744073709551615 235606682521 0 4 0 16800975 18446604460272466112 0 0 -1 7 0 0 0
[pid=11366/tid=11382] ppid=11364 vsize=15702104 CPUtime=0 cores=1,3,5,7
/proc/11366/task/11382/stat : 11382 (java) S 11364 11366 10804 0 -1 4202560 224 0 0 0 0 0 0 0 15 0 22 0 530049896 16078954496 92941 33554432000 1073741824 1073778376 140733258947120 18446744073709551615 235606683136 0 0 0 16800975 18446604460272466112 0 0 -1 3 0 0 0
[pid=11366/tid=11383] ppid=11364 vsize=15702104 CPUtime=0 cores=1,3,5,7
/proc/11366/task/11383/stat : 11383 (java) S 11364 11366 10804 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 530049896 16078954496 92941 33554432000 1073741824 1073778376 140733258947120 18446744073709551615 235606682521 0 4 0 16800975 18446604460272466112 0 0 -1 7 0 0 0
[pid=11366/tid=11384] ppid=11364 vsize=15702104 CPUtime=0 cores=1,3,5,7
/proc/11366/task/11384/stat : 11384 (java) S 11364 11366 10804 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 530049896 16078954496 92941 33554432000 1073741824 1073778376 140733258947120 18446744073709551615 235606682521 0 4 0 16800975 18446604460272466112 0 0 -1 1 0 0 0
[pid=11366/tid=11385] ppid=11364 vsize=15702104 CPUtime=0 cores=1,3,5,7
/proc/11366/task/11385/stat : 11385 (java) S 11364 11366 10804 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530049898 16078954496 92941 33554432000 1073741824 1073778376 140733258947120 18446744073709551615 235606690225 0 4 0 16800975 18446604460272466112 0 0 -1 5 0 0 0
[pid=11366/tid=11386] ppid=11364 vsize=15702104 CPUtime=0.79 cores=1,3,5,7
/proc/11366/task/11386/stat : 11386 (java) R 11364 11366 10804 0 -1 4202560 9639 0 0 0 78 1 0 0 22 0 22 0 530049898 16078954496 92941 33554432000 1073741824 1073778376 140733258947120 18446744073709551615 235606682521 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=11366/tid=11387] ppid=11364 vsize=15702104 CPUtime=0.92 cores=1,3,5,7
/proc/11366/task/11387/stat : 11387 (java) S 11364 11366 10804 0 -1 4202560 6464 0 0 0 92 0 0 0 16 0 22 0 530049898 16078954496 92941 33554432000 1073741824 1073778376 140733258947120 18446744073709551615 235606682521 0 4 0 16800975 18446604460272466112 0 0 -1 7 0 0 0
[pid=11366/tid=11388] ppid=11364 vsize=15702104 CPUtime=0 cores=1,3,5,7
/proc/11366/task/11388/stat : 11388 (java) S 11364 11366 10804 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530049898 16078954496 92941 33554432000 1073741824 1073778376 140733258947120 18446744073709551615 235606682521 0 4 0 16800975 18446604460272466112 0 0 -1 5 0 0 0
[pid=11366/tid=11389] ppid=11364 vsize=15702104 CPUtime=0 cores=1,3,5,7
/proc/11366/task/11389/stat : 11389 (java) S 11364 11366 10804 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 530049898 16078954496 92941 33554432000 1073741824 1073778376 140733258947120 18446744073709551615 235606683136 0 4 0 16800975 18446604460272466112 0 0 -1 5 0 0 0
[pid=11366/tid=11394] ppid=11364 vsize=15702104 CPUtime=1.87 cores=1,3,5,7
/proc/11366/task/11394/stat : 11394 (java) R 11364 11366 10804 0 -1 4202560 6390 0 0 0 186 1 0 0 17 0 22 0 530049940 16078954496 92941 33554432000 1073741824 1073778376 140733258947120 18446744073709551615 46912505749594 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=11366/tid=11395] ppid=11364 vsize=15702104 CPUtime=1.57 cores=1,3,5,7
/proc/11366/task/11395/stat : 11395 (java) R 11364 11366 10804 0 -1 4202560 5542 0 0 0 157 0 0 0 16 0 22 0 530049940 16078954496 92941 33554432000 1073741824 1073778376 140733258947120 18446744073709551615 46912506070271 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=11366/tid=11396] ppid=11364 vsize=15702104 CPUtime=1.46 cores=1,3,5,7
/proc/11366/task/11396/stat : 11396 (java) R 11364 11366 10804 0 -1 4202560 3637 0 0 0 146 0 0 0 17 0 22 0 530049940 16078954496 92941 33554432000 1073741824 1073778376 140733258947120 18446744073709551615 46912505819326 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=11366/tid=11397] ppid=11364 vsize=15702104 CPUtime=1.57 cores=1,3,5,7
/proc/11366/task/11397/stat : 11397 (java) R 11364 11366 10804 0 -1 4202560 5155 0 0 0 157 0 0 0 16 0 22 0 530049941 16078954496 92941 33554432000 1073741824 1073778376 140733258947120 18446744073709551615 46912505556972 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 9.38
Current children cumulated vsize (KiB) 15702104

[startup+6.30077 s]
/proc/loadavg: 4.63 6.37 7.29 9/220 11397
/proc/meminfo: memFree=29592896/32950928 swapFree=67111404/67111528
[pid=11366] ppid=11364 vsize=15702104 CPUtime=22.14 cores=1,3,5,7
/proc/11366/stat : 11366 (java) S 11364 11366 10804 0 -1 4202496 259460 0 1 0 2179 35 0 0 25 0 22 0 530049894 16078954496 250932 33554432000 1073741824 1073778376 140733258947120 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/11366/statm: 3925526 250935 2285 9 0 3916245 0
[pid=11366/tid=11367] ppid=11364 vsize=15702104 CPUtime=1.03 cores=1,3,5,7
/proc/11366/task/11367/stat : 11367 (java) S 11364 11366 10804 0 -1 4202560 35687 0 1 0 98 5 0 0 20 0 22 0 530049894 16078954496 250937 33554432000 1073741824 1073778376 140733258947120 18446744073709551615 235606682521 0 4 0 16800975 18446604460272466112 0 0 -1 5 0 0 0
[pid=11366/tid=11369] ppid=11364 vsize=15702104 CPUtime=0.01 cores=1,3,5,7
/proc/11366/task/11369/stat : 11369 (java) S 11364 11366 10804 0 -1 4202560 6688 0 0 0 0 1 0 0 15 0 22 0 530049895 16078954496 250941 33554432000 1073741824 1073778376 140733258947120 18446744073709551615 235606682521 0 4 0 16800975 18446604460272466112 0 0 -1 5 0 0 0
[pid=11366/tid=11370] ppid=11364 vsize=15702104 CPUtime=0.01 cores=1,3,5,7
/proc/11366/task/11370/stat : 11370 (java) S 11364 11366 10804 0 -1 4202560 5024 0 0 0 1 0 0 0 15 0 22 0 530049895 16078954496 250942 33554432000 1073741824 1073778376 140733258947120 18446744073709551615 235606682521 0 4 0 16800975 18446604460272466112 0 0 -1 3 0 0 0
[pid=11366/tid=11371] ppid=11364 vsize=15702104 CPUtime=0.01 cores=1,3,5,7
/proc/11366/task/11371/stat : 11371 (java) S 11364 11366 10804 0 -1 4202560 6918 0 0 0 1 0 0 0 15 0 22 0 530049895 16078954496 250943 33554432000 1073741824 1073778376 140733258947120 18446744073709551615 235606682521 0 4 0 16800975 18446604460272466112 0 0 -1 7 0 0 0
[pid=11366/tid=11372] ppid=11364 vsize=15702104 CPUtime=0 cores=1,3,5,7
/proc/11366/task/11372/stat : 11372 (java) S 11364 11366 10804 0 -1 4202560 3949 0 0 0 0 0 0 0 15 0 22 0 530049895 16078954496 250944 33554432000 1073741824 1073778376 140733258947120 18446744073709551615 235606682521 0 4 0 16800975 18446604460272466112 0 0 -1 7 0 0 0
[pid=11366/tid=11373] ppid=11364 vsize=15702104 CPUtime=0.01 cores=1,3,5,7
/proc/11366/task/11373/stat : 11373 (java) S 11364 11366 10804 0 -1 4202560 6608 0 0 0 1 0 0 0 16 0 22 0 530049895 16078954496 250945 33554432000 1073741824 1073778376 140733258947120 18446744073709551615 235606682521 0 4 0 16800975 18446604460272466112 0 0 -1 7 0 0 0
[pid=11366/tid=11374] ppid=11364 vsize=15702104 CPUtime=0 cores=1,3,5,7
/proc/11366/task/11374/stat : 11374 (java) S 11364 11366 10804 0 -1 4202560 4701 0 0 0 0 0 0 0 16 0 22 0 530049895 16078954496 250946 33554432000 1073741824 1073778376 140733258947120 18446744073709551615 235606682521 0 4 0 16800975 18446604460272466112 0 0 -1 3 0 0 0
[pid=11366/tid=11375] ppid=11364 vsize=15702104 CPUtime=0 cores=1,3,5,7
/proc/11366/task/11375/stat : 11375 (java) S 11364 11366 10804 0 -1 4202560 4098 0 0 0 0 0 0 0 16 0 22 0 530049895 16078954496 250947 33554432000 1073741824 1073778376 140733258947120 18446744073709551615 235606682521 0 4 0 16800975 18446604460272466112 0 0 -1 5 0 0 0
[pid=11366/tid=11376] ppid=11364 vsize=15702104 CPUtime=0 cores=1,3,5,7
/proc/11366/task/11376/stat : 11376 (java) S 11364 11366 10804 0 -1 4202560 5222 0 0 0 0 0 0 0 16 0 22 0 530049895 16078954496 250949 33554432000 1073741824 1073778376 140733258947120 18446744073709551615 235606682521 0 4 0 16800975 18446604460272466112 0 0 -1 1 0 0 0

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

[pid=11366/tid=11395] ppid=11364 vsize=15695972 CPUtime=1107.73 cores=1,3,5,7
/proc/11366/task/11395/stat : 11395 (java) R 11364 11366 10804 0 -1 4202560 287222 0 0 0 110730 43 0 0 25 0 22 0 530049940 16072675328 104036 33554432000 1073741824 1073778376 140733258947120 18446744073709551615 46912506032982 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11366/tid=11396] ppid=11364 vsize=15695972 CPUtime=1107.24 cores=1,3,5,7
/proc/11366/task/11396/stat : 11396 (java) R 11364 11366 10804 0 -1 4202560 286141 0 0 0 110679 45 0 0 25 0 22 0 530049940 16072675328 104036 33554432000 1073741824 1073778376 140733258947120 18446744073709551615 46912505809946 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=11366/tid=11397] ppid=11364 vsize=15695972 CPUtime=1107.38 cores=1,3,5,7
/proc/11366/task/11397/stat : 11397 (java) R 11364 11366 10804 0 -1 4202560 296397 0 0 0 110694 44 0 0 25 0 22 0 530049941 16072675328 104036 33554432000 1073741824 1073778376 140733258947120 18446744073709551615 46912505524191 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4463.08
Current children cumulated vsize (KiB) 15695972

[startup+1182.3 s]
/proc/loadavg: 8.08 8.02 7.83 9/220 11429
/proc/meminfo: memFree=30276220/32950928 swapFree=67111404/67111528
[pid=11366] ppid=11364 vsize=15695972 CPUtime=4701.75 cores=1,3,5,7
/proc/11366/stat : 11366 (java) S 11364 11366 10804 0 -1 4202496 2542547 0 1 0 469674 501 0 0 25 0 22 0 530049894 16072675328 85465 33554432000 1073741824 1073778376 140733258947120 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/11366/statm: 3923993 85465 2298 9 0 3914712 0
[pid=11366/tid=11367] ppid=11364 vsize=15695972 CPUtime=1.03 cores=1,3,5,7
/proc/11366/task/11367/stat : 11367 (java) S 11364 11366 10804 0 -1 4202560 35687 0 1 0 98 5 0 0 20 0 22 0 530049894 16072675328 85465 33554432000 1073741824 1073778376 140733258947120 18446744073709551615 235606682521 0 4 0 16800975 18446604460272466112 0 0 -1 5 0 0 0
[pid=11366/tid=11369] ppid=11364 vsize=15695972 CPUtime=3.69 cores=1,3,5,7
/proc/11366/task/11369/stat : 11369 (java) S 11364 11366 10804 0 -1 4202560 153487 0 0 0 341 28 0 0 16 0 22 0 530049895 16072675328 85465 33554432000 1073741824 1073778376 140733258947120 18446744073709551615 235606682521 0 4 0 16800975 18446604460272466112 0 0 -1 1 0 0 0
[pid=11366/tid=11370] ppid=11364 vsize=15695972 CPUtime=3.76 cores=1,3,5,7
/proc/11366/task/11370/stat : 11370 (java) S 11364 11366 10804 0 -1 4202560 160269 0 0 0 345 31 0 0 15 0 22 0 530049895 16072675328 85465 33554432000 1073741824 1073778376 140733258947120 18446744073709551615 235606682521 0 4 0 16800975 18446604460272466112 0 0 -1 7 0 0 0
[pid=11366/tid=11371] ppid=11364 vsize=15695972 CPUtime=3.63 cores=1,3,5,7
/proc/11366/task/11371/stat : 11371 (java) S 11364 11366 10804 0 -1 4202560 160800 0 0 0 333 30 0 0 16 0 22 0 530049895 16072675328 85465 33554432000 1073741824 1073778376 140733258947120 18446744073709551615 235606682521 0 4 0 16800975 18446604460272466112 0 0 -1 5 0 0 0
[pid=11366/tid=11372] ppid=11364 vsize=15695972 CPUtime=3.62 cores=1,3,5,7
/proc/11366/task/11372/stat : 11372 (java) S 11364 11366 10804 0 -1 4202560 156737 0 0 0 332 30 0 0 16 0 22 0 530049895 16072675328 85465 33554432000 1073741824 1073778376 140733258947120 18446744073709551615 235606682521 0 4 0 16800975 18446604460272466112 0 0 -1 5 0 0 0
[pid=11366/tid=11373] ppid=11364 vsize=15695972 CPUtime=3.76 cores=1,3,5,7
/proc/11366/task/11373/stat : 11373 (java) S 11364 11366 10804 0 -1 4202560 160365 0 0 0 344 32 0 0 15 0 22 0 530049895 16072675328 85465 33554432000 1073741824 1073778376 140733258947120 18446744073709551615 235606682521 0 4 0 16800975 18446604460272466112 0 0 -1 5 0 0 0
[pid=11366/tid=11374] ppid=11364 vsize=15695972 CPUtime=3.7 cores=1,3,5,7
/proc/11366/task/11374/stat : 11374 (java) S 11364 11366 10804 0 -1 4202560 158302 0 0 0 343 27 0 0 15 0 22 0 530049895 16072675328 85465 33554432000 1073741824 1073778376 140733258947120 18446744073709551615 235606682521 0 4 0 16800975 18446604460272466112 0 0 -1 3 0 0 0
[pid=11366/tid=11375] ppid=11364 vsize=15695972 CPUtime=3.65 cores=1,3,5,7
/proc/11366/task/11375/stat : 11375 (java) S 11364 11366 10804 0 -1 4202560 158152 0 0 0 335 30 0 0 15 0 22 0 530049895 16072675328 85465 33554432000 1073741824 1073778376 140733258947120 18446744073709551615 235606682521 0 4 0 16800975 18446604460272466112 0 0 -1 7 0 0 0
[pid=11366/tid=11376] ppid=11364 vsize=15695972 CPUtime=3.68 cores=1,3,5,7
/proc/11366/task/11376/stat : 11376 (java) S 11364 11366 10804 0 -1 4202560 156592 0 0 0 337 31 0 0 15 0 22 0 530049895 16072675328 85465 33554432000 1073741824 1073778376 140733258947120 18446744073709551615 235606682521 0 4 0 16800975 18446604460272466112 0 0 -1 3 0 0 0
[pid=11366/tid=11382] ppid=11364 vsize=15695972 CPUtime=2.1 cores=1,3,5,7
/proc/11366/task/11382/stat : 11382 (java) S 11364 11366 10804 0 -1 4202560 6272 0 0 0 148 62 0 0 15 0 22 0 530049896 16072675328 85465 33554432000 1073741824 1073778376 140733258947120 18446744073709551615 235606683136 0 0 0 16800975 18446604460272466112 0 0 -1 1 0 0 0
[pid=11366/tid=11383] ppid=11364 vsize=15695972 CPUtime=0 cores=1,3,5,7
/proc/11366/task/11383/stat : 11383 (java) S 11364 11366 10804 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 530049896 16072675328 85465 33554432000 1073741824 1073778376 140733258947120 18446744073709551615 235606682521 0 4 0 16800975 18446604460272466112 0 0 -1 7 0 0 0
[pid=11366/tid=11384] ppid=11364 vsize=15695972 CPUtime=0 cores=1,3,5,7
/proc/11366/task/11384/stat : 11384 (java) S 11364 11366 10804 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 530049896 16072675328 85465 33554432000 1073741824 1073778376 140733258947120 18446744073709551615 235606682521 0 4 0 16800975 18446604460272466112 0 0 -1 1 0 0 0
[pid=11366/tid=11385] ppid=11364 vsize=15695972 CPUtime=0 cores=1,3,5,7
/proc/11366/task/11385/stat : 11385 (java) S 11364 11366 10804 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530049898 16072675328 85465 33554432000 1073741824 1073778376 140733258947120 18446744073709551615 235606690225 0 4 0 16800975 18446604460272466112 0 0 -1 5 0 0 0
[pid=11366/tid=11386] ppid=11364 vsize=15695972 CPUtime=1 cores=1,3,5,7
/proc/11366/task/11386/stat : 11386 (java) S 11364 11366 10804 0 -1 4202560 9693 0 0 0 99 1 0 0 16 0 22 0 530049898 16072675328 85465 33554432000 1073741824 1073778376 140733258947120 18446744073709551615 235606682521 0 4 0 16800975 18446604460272466112 0 0 -1 3 0 0 0
[pid=11366/tid=11387] ppid=11364 vsize=15695972 CPUtime=1.13 cores=1,3,5,7
/proc/11366/task/11387/stat : 11387 (java) S 11364 11366 10804 0 -1 4202560 6727 0 0 0 113 0 0 0 15 0 22 0 530049898 16072675328 85465 33554432000 1073741824 1073778376 140733258947120 18446744073709551615 235606682521 0 4 0 16800975 18446604460272466112 0 0 -1 7 0 0 0
[pid=11366/tid=11388] ppid=11364 vsize=15695972 CPUtime=0 cores=1,3,5,7
/proc/11366/task/11388/stat : 11388 (java) S 11364 11366 10804 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530049898 16072675328 85465 33554432000 1073741824 1073778376 140733258947120 18446744073709551615 235606682521 0 4 0 16800975 18446604460272466112 0 0 -1 5 0 0 0
[pid=11366/tid=11389] ppid=11364 vsize=15695972 CPUtime=0 cores=1,3,5,7
/proc/11366/task/11389/stat : 11389 (java) S 11364 11366 10804 0 -1 4202560 66 0 0 0 0 0 0 0 15 0 22 0 530049898 16072675328 85465 33554432000 1073741824 1073778376 140733258947120 18446744073709551615 235606683136 0 4 0 16800975 18446604460272466112 0 0 -1 1 0 0 0
[pid=11366/tid=11394] ppid=11364 vsize=15695972 CPUtime=1166.59 cores=1,3,5,7
/proc/11366/task/11394/stat : 11394 (java) R 11364 11366 10804 0 -1 4202560 304557 0 0 0 116612 47 0 0 25 0 22 0 530049940 16072675328 85465 33554432000 1073741824 1073778376 140733258947120 18446744073709551615 46912505749251 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11366/tid=11395] ppid=11364 vsize=15695972 CPUtime=1167.02 cores=1,3,5,7
/proc/11366/task/11395/stat : 11395 (java) R 11364 11366 10804 0 -1 4202560 301051 0 0 0 116656 46 0 0 25 0 22 0 530049940 16072675328 85465 33554432000 1073741824 1073778376 140733258947120 18446744073709551615 47567526002843 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=11366/tid=11396] ppid=11364 vsize=15695972 CPUtime=1166.53 cores=1,3,5,7
/proc/11366/task/11396/stat : 11396 (java) R 11364 11366 10804 0 -1 4202560 300981 0 0 0 116606 47 0 0 25 0 22 0 530049940 16072675328 85465 33554432000 1073741824 1073778376 140733258947120 18446744073709551615 46912505830989 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=11366/tid=11397] ppid=11364 vsize=15695972 CPUtime=1166.7 cores=1,3,5,7
/proc/11366/task/11397/stat : 11397 (java) R 11364 11366 10804 0 -1 4202560 311424 0 0 0 116624 46 0 0 20 0 22 0 530049941 16072675328 85465 33554432000 1073741824 1073778376 140733258947120 18446744073709551615 47567526004802 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4701.75
Current children cumulated vsize (KiB) 15695972



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1207.1 s]
/proc/loadavg: 8.05 8.02 7.84 5/198 11432
/proc/meminfo: memFree=30565884/32950928 swapFree=67111404/67111528
[pid=11366] ppid=11364 vsize=15695972 CPUtime=4800.4 cores=1,3,5,7
/proc/11366/stat : 11366 (java) S 11364 11366 10804 0 -1 4202496 2590457 0 1 0 479527 513 0 0 25 0 22 0 530049894 16072675328 88537 33554432000 1073741824 1073778376 140733258947120 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/11366/statm: 3923993 88537 2298 9 0 3914712 0
[pid=11366/tid=11367] ppid=11364 vsize=15695972 CPUtime=1.03 cores=1,3,5,7
/proc/11366/task/11367/stat : 11367 (java) S 11364 11366 10804 0 -1 4202560 35687 0 1 0 98 5 0 0 20 0 22 0 530049894 16072675328 88537 33554432000 1073741824 1073778376 140733258947120 18446744073709551615 235606682521 0 4 0 16800975 18446604460272466112 0 0 -1 5 0 0 0
[pid=11366/tid=11369] ppid=11364 vsize=15695972 CPUtime=3.77 cores=1,3,5,7
/proc/11366/task/11369/stat : 11369 (java) S 11364 11366 10804 0 -1 4202560 156722 0 0 0 348 29 0 0 16 0 22 0 530049895 16072675328 88537 33554432000 1073741824 1073778376 140733258947120 18446744073709551615 235606682521 0 4 0 16800975 18446604460272466112 0 0 -1 5 0 0 0
[pid=11366/tid=11370] ppid=11364 vsize=15695972 CPUtime=3.83 cores=1,3,5,7
/proc/11366/task/11370/stat : 11370 (java) S 11364 11366 10804 0 -1 4202560 162891 0 0 0 352 31 0 0 15 0 22 0 530049895 16072675328 88537 33554432000 1073741824 1073778376 140733258947120 18446744073709551615 235606682521 0 4 0 16800975 18446604460272466112 0 0 -1 3 0 0 0
[pid=11366/tid=11371] ppid=11364 vsize=15695972 CPUtime=3.69 cores=1,3,5,7
/proc/11366/task/11371/stat : 11371 (java) S 11364 11366 10804 0 -1 4202560 163616 0 0 0 339 30 0 0 15 0 22 0 530049895 16072675328 88537 33554432000 1073741824 1073778376 140733258947120 18446744073709551615 235606682521 0 4 0 16800975 18446604460272466112 0 0 -1 1 0 0 0
[pid=11366/tid=11372] ppid=11364 vsize=15695972 CPUtime=3.7 cores=1,3,5,7
/proc/11366/task/11372/stat : 11372 (java) S 11364 11366 10804 0 -1 4202560 159753 0 0 0 339 31 0 0 15 0 22 0 530049895 16072675328 88537 33554432000 1073741824 1073778376 140733258947120 18446744073709551615 235606682521 0 4 0 16800975 18446604460272466112 0 0 -1 7 0 0 0
[pid=11366/tid=11373] ppid=11364 vsize=15695972 CPUtime=3.82 cores=1,3,5,7
/proc/11366/task/11373/stat : 11373 (java) S 11364 11366 10804 0 -1 4202560 162791 0 0 0 350 32 0 0 15 0 22 0 530049895 16072675328 88537 33554432000 1073741824 1073778376 140733258947120 18446744073709551615 235606682521 0 4 0 16800975 18446604460272466112 0 0 -1 1 0 0 0
[pid=11366/tid=11374] ppid=11364 vsize=15695972 CPUtime=3.78 cores=1,3,5,7
/proc/11366/task/11374/stat : 11374 (java) S 11364 11366 10804 0 -1 4202560 160915 0 0 0 350 28 0 0 16 0 22 0 530049895 16072675328 88537 33554432000 1073741824 1073778376 140733258947120 18446744073709551615 235606682521 0 4 0 16800975 18446604460272466112 0 0 -1 1 0 0 0
[pid=11366/tid=11375] ppid=11364 vsize=15695972 CPUtime=3.72 cores=1,3,5,7
/proc/11366/task/11375/stat : 11375 (java) S 11364 11366 10804 0 -1 4202560 160859 0 0 0 341 31 0 0 16 0 22 0 530049895 16072675328 88537 33554432000 1073741824 1073778376 140733258947120 18446744073709551615 235606682521 0 4 0 16800975 18446604460272466112 0 0 -1 7 0 0 0
[pid=11366/tid=11376] ppid=11364 vsize=15695972 CPUtime=3.74 cores=1,3,5,7
/proc/11366/task/11376/stat : 11376 (java) S 11364 11366 10804 0 -1 4202560 158577 0 0 0 343 31 0 0 15 0 22 0 530049895 16072675328 88537 33554432000 1073741824 1073778376 140733258947120 18446744073709551615 235606682521 0 4 0 16800975 18446604460272466112 0 0 -1 3 0 0 0
[pid=11366/tid=11382] ppid=11364 vsize=15695972 CPUtime=2.15 cores=1,3,5,7
/proc/11366/task/11382/stat : 11382 (java) S 11364 11366 10804 0 -1 4202560 6426 0 0 0 151 64 0 0 15 0 22 0 530049896 16072675328 88537 33554432000 1073741824 1073778376 140733258947120 18446744073709551615 235606683136 0 0 0 16800975 18446604460272466112 0 0 -1 1 0 0 0
[pid=11366/tid=11383] ppid=11364 vsize=15695972 CPUtime=0 cores=1,3,5,7
/proc/11366/task/11383/stat : 11383 (java) S 11364 11366 10804 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 530049896 16072675328 88537 33554432000 1073741824 1073778376 140733258947120 18446744073709551615 235606682521 0 4 0 16800975 18446604460272466112 0 0 -1 7 0 0 0
[pid=11366/tid=11384] ppid=11364 vsize=15695972 CPUtime=0 cores=1,3,5,7
/proc/11366/task/11384/stat : 11384 (java) S 11364 11366 10804 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 530049896 16072675328 88537 33554432000 1073741824 1073778376 140733258947120 18446744073709551615 235606682521 0 4 0 16800975 18446604460272466112 0 0 -1 1 0 0 0
[pid=11366/tid=11385] ppid=11364 vsize=15695972 CPUtime=0 cores=1,3,5,7
/proc/11366/task/11385/stat : 11385 (java) S 11364 11366 10804 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530049898 16072675328 88537 33554432000 1073741824 1073778376 140733258947120 18446744073709551615 235606690225 0 4 0 16800975 18446604460272466112 0 0 -1 5 0 0 0
[pid=11366/tid=11386] ppid=11364 vsize=15695972 CPUtime=1 cores=1,3,5,7
/proc/11366/task/11386/stat : 11386 (java) S 11364 11366 10804 0 -1 4202560 9693 0 0 0 99 1 0 0 16 0 22 0 530049898 16072675328 88537 33554432000 1073741824 1073778376 140733258947120 18446744073709551615 235606682521 0 4 0 16800975 18446604460272466112 0 0 -1 3 0 0 0
[pid=11366/tid=11387] ppid=11364 vsize=15695972 CPUtime=1.13 cores=1,3,5,7
/proc/11366/task/11387/stat : 11387 (java) S 11364 11366 10804 0 -1 4202560 6727 0 0 0 113 0 0 0 15 0 22 0 530049898 16072675328 88537 33554432000 1073741824 1073778376 140733258947120 18446744073709551615 235606682521 0 4 0 16800975 18446604460272466112 0 0 -1 7 0 0 0
[pid=11366/tid=11388] ppid=11364 vsize=15695972 CPUtime=0 cores=1,3,5,7
/proc/11366/task/11388/stat : 11388 (java) S 11364 11366 10804 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530049898 16072675328 88537 33554432000 1073741824 1073778376 140733258947120 18446744073709551615 235606682521 0 4 0 16800975 18446604460272466112 0 0 -1 5 0 0 0
[pid=11366/tid=11389] ppid=11364 vsize=15695972 CPUtime=0 cores=1,3,5,7
/proc/11366/task/11389/stat : 11389 (java) S 11364 11366 10804 0 -1 4202560 68 0 0 0 0 0 0 0 15 0 22 0 530049898 16072675328 88537 33554432000 1073741824 1073778376 140733258947120 18446744073709551615 235606683136 0 4 0 16800975 18446604460272466112 0 0 -1 1 0 0 0
[pid=11366/tid=11394] ppid=11364 vsize=15695972 CPUtime=1191.13 cores=1,3,5,7
/proc/11366/task/11394/stat : 11394 (java) R 11364 11366 10804 0 -1 4202560 310924 0 0 0 119065 48 0 0 25 0 22 0 530049940 16072675328 88537 33554432000 1073741824 1073778376 140733258947120 18446744073709551615 46912506188119 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=11366/tid=11395] ppid=11364 vsize=15695972 CPUtime=1191.44 cores=1,3,5,7
/proc/11366/task/11395/stat : 11395 (java) R 11364 11366 10804 0 -1 4202560 307487 0 0 0 119096 48 0 0 25 0 22 0 530049940 16072675328 88537 33554432000 1073741824 1073778376 140733258947120 18446744073709551615 46912506010588 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=11366/tid=11396] ppid=11364 vsize=15695972 CPUtime=1191.07 cores=1,3,5,7
/proc/11366/task/11396/stat : 11396 (java) R 11364 11366 10804 0 -1 4202560 307516 0 0 0 119059 48 0 0 25 0 22 0 530049940 16072675328 88537 33554432000 1073741824 1073778376 140733258947120 18446744073709551615 46912505831010 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=11366/tid=11397] ppid=11364 vsize=15695972 CPUtime=1191.22 cores=1,3,5,7
/proc/11366/task/11397/stat : 11397 (java) R 11364 11366 10804 0 -1 4202560 318420 0 0 0 119075 47 0 0 25 0 22 0 530049941 16072675328 88537 33554432000 1073741824 1073778376 140733258947120 18446744073709551615 46912505831135 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.4
Current children cumulated vsize (KiB) 15695972

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

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

[startup+1207.1 s]
/proc/loadavg: 8.05 8.02 7.84 5/198 11432
/proc/meminfo: memFree=30565884/32950928 swapFree=67111404/67111528
[pid=11366] ppid=11364 vsize=15695972 CPUtime=4800.4 cores=1,3,5,7
/proc/11366/stat : 11366 (java) S 11364 11366 10804 0 -1 4202496 2590457 0 1 0 479527 513 0 0 25 0 22 0 530049894 16072675328 88537 33554432000 1073741824 1073778376 140733258947120 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/11366/statm: 3923993 88537 2298 9 0 3914712 0
[pid=11366/tid=11367] ppid=11364 vsize=15695972 CPUtime=1.03 cores=1,3,5,7
/proc/11366/task/11367/stat : 11367 (java) S 11364 11366 10804 0 -1 4202560 35687 0 1 0 98 5 0 0 20 0 22 0 530049894 16072675328 88537 33554432000 1073741824 1073778376 140733258947120 18446744073709551615 235606682521 0 4 0 16800975 18446604460272466112 0 0 -1 5 0 0 0
[pid=11366/tid=11369] ppid=11364 vsize=15695972 CPUtime=3.77 cores=1,3,5,7
/proc/11366/task/11369/stat : 11369 (java) S 11364 11366 10804 0 -1 4202560 156722 0 0 0 348 29 0 0 16 0 22 0 530049895 16072675328 88537 33554432000 1073741824 1073778376 140733258947120 18446744073709551615 235606682521 0 4 0 16800975 18446604460272466112 0 0 -1 5 0 0 0
[pid=11366/tid=11370] ppid=11364 vsize=15695972 CPUtime=3.83 cores=1,3,5,7
/proc/11366/task/11370/stat : 11370 (java) S 11364 11366 10804 0 -1 4202560 162891 0 0 0 352 31 0 0 15 0 22 0 530049895 16072675328 88537 33554432000 1073741824 1073778376 140733258947120 18446744073709551615 235606682521 0 4 0 16800975 18446604460272466112 0 0 -1 3 0 0 0
[pid=11366/tid=11371] ppid=11364 vsize=15695972 CPUtime=3.69 cores=1,3,5,7
/proc/11366/task/11371/stat : 11371 (java) S 11364 11366 10804 0 -1 4202560 163616 0 0 0 339 30 0 0 15 0 22 0 530049895 16072675328 88537 33554432000 1073741824 1073778376 140733258947120 18446744073709551615 235606682521 0 4 0 16800975 18446604460272466112 0 0 -1 1 0 0 0
[pid=11366/tid=11372] ppid=11364 vsize=15695972 CPUtime=3.7 cores=1,3,5,7
/proc/11366/task/11372/stat : 11372 (java) S 11364 11366 10804 0 -1 4202560 159753 0 0 0 339 31 0 0 15 0 22 0 530049895 16072675328 88537 33554432000 1073741824 1073778376 140733258947120 18446744073709551615 235606682521 0 4 0 16800975 18446604460272466112 0 0 -1 7 0 0 0
[pid=11366/tid=11373] ppid=11364 vsize=15695972 CPUtime=3.82 cores=1,3,5,7
/proc/11366/task/11373/stat : 11373 (java) S 11364 11366 10804 0 -1 4202560 162791 0 0 0 350 32 0 0 15 0 22 0 530049895 16072675328 88537 33554432000 1073741824 1073778376 140733258947120 18446744073709551615 235606682521 0 4 0 16800975 18446604460272466112 0 0 -1 1 0 0 0
[pid=11366/tid=11374] ppid=11364 vsize=15695972 CPUtime=3.78 cores=1,3,5,7
/proc/11366/task/11374/stat : 11374 (java) S 11364 11366 10804 0 -1 4202560 160915 0 0 0 350 28 0 0 16 0 22 0 530049895 16072675328 88537 33554432000 1073741824 1073778376 140733258947120 18446744073709551615 235606682521 0 4 0 16800975 18446604460272466112 0 0 -1 1 0 0 0
[pid=11366/tid=11375] ppid=11364 vsize=15695972 CPUtime=3.72 cores=1,3,5,7
/proc/11366/task/11375/stat : 11375 (java) S 11364 11366 10804 0 -1 4202560 160859 0 0 0 341 31 0 0 16 0 22 0 530049895 16072675328 88537 33554432000 1073741824 1073778376 140733258947120 18446744073709551615 235606682521 0 4 0 16800975 18446604460272466112 0 0 -1 7 0 0 0
[pid=11366/tid=11376] ppid=11364 vsize=15695972 CPUtime=3.74 cores=1,3,5,7
/proc/11366/task/11376/stat : 11376 (java) S 11364 11366 10804 0 -1 4202560 158577 0 0 0 343 31 0 0 15 0 22 0 530049895 16072675328 88537 33554432000 1073741824 1073778376 140733258947120 18446744073709551615 235606682521 0 4 0 16800975 18446604460272466112 0 0 -1 3 0 0 0
[pid=11366/tid=11382] ppid=11364 vsize=15695972 CPUtime=2.15 cores=1,3,5,7
/proc/11366/task/11382/stat : 11382 (java) S 11364 11366 10804 0 -1 4202560 6426 0 0 0 151 64 0 0 15 0 22 0 530049896 16072675328 88537 33554432000 1073741824 1073778376 140733258947120 18446744073709551615 235606683136 0 0 0 16800975 18446604460272466112 0 0 -1 1 0 0 0
[pid=11366/tid=11383] ppid=11364 vsize=15695972 CPUtime=0 cores=1,3,5,7
/proc/11366/task/11383/stat : 11383 (java) S 11364 11366 10804 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 530049896 16072675328 88537 33554432000 1073741824 1073778376 140733258947120 18446744073709551615 235606682521 0 4 0 16800975 18446604460272466112 0 0 -1 7 0 0 0
[pid=11366/tid=11384] ppid=11364 vsize=15695972 CPUtime=0 cores=1,3,5,7
/proc/11366/task/11384/stat : 11384 (java) S 11364 11366 10804 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 530049896 16072675328 88537 33554432000 1073741824 1073778376 140733258947120 18446744073709551615 235606682521 0 4 0 16800975 18446604460272466112 0 0 -1 1 0 0 0
[pid=11366/tid=11385] ppid=11364 vsize=15695972 CPUtime=0 cores=1,3,5,7
/proc/11366/task/11385/stat : 11385 (java) S 11364 11366 10804 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530049898 16072675328 88537 33554432000 1073741824 1073778376 140733258947120 18446744073709551615 235606690225 0 4 0 16800975 18446604460272466112 0 0 -1 5 0 0 0
[pid=11366/tid=11386] ppid=11364 vsize=15695972 CPUtime=1 cores=1,3,5,7
/proc/11366/task/11386/stat : 11386 (java) S 11364 11366 10804 0 -1 4202560 9693 0 0 0 99 1 0 0 16 0 22 0 530049898 16072675328 88537 33554432000 1073741824 1073778376 140733258947120 18446744073709551615 235606682521 0 4 0 16800975 18446604460272466112 0 0 -1 3 0 0 0
[pid=11366/tid=11387] ppid=11364 vsize=15695972 CPUtime=1.13 cores=1,3,5,7
/proc/11366/task/11387/stat : 11387 (java) S 11364 11366 10804 0 -1 4202560 6727 0 0 0 113 0 0 0 15 0 22 0 530049898 16072675328 88537 33554432000 1073741824 1073778376 140733258947120 18446744073709551615 235606682521 0 4 0 16800975 18446604460272466112 0 0 -1 7 0 0 0
[pid=11366/tid=11388] ppid=11364 vsize=15695972 CPUtime=0 cores=1,3,5,7
/proc/11366/task/11388/stat : 11388 (java) S 11364 11366 10804 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530049898 16072675328 88537 33554432000 1073741824 1073778376 140733258947120 18446744073709551615 235606682521 0 4 0 16800975 18446604460272466112 0 0 -1 5 0 0 0
[pid=11366/tid=11389] ppid=11364 vsize=15695972 CPUtime=0 cores=1,3,5,7
/proc/11366/task/11389/stat : 11389 (java) S 11364 11366 10804 0 -1 4202560 68 0 0 0 0 0 0 0 15 0 22 0 530049898 16072675328 88537 33554432000 1073741824 1073778376 140733258947120 18446744073709551615 235606683136 0 4 0 16800975 18446604460272466112 0 0 -1 1 0 0 0
[pid=11366/tid=11394] ppid=11364 vsize=15695972 CPUtime=1191.13 cores=1,3,5,7
/proc/11366/task/11394/stat : 11394 (java) R 11364 11366 10804 0 -1 4202560 310924 0 0 0 119065 48 0 0 25 0 22 0 530049940 16072675328 88537 33554432000 1073741824 1073778376 140733258947120 18446744073709551615 46912506188119 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=11366/tid=11395] ppid=11364 vsize=15695972 CPUtime=1191.44 cores=1,3,5,7
/proc/11366/task/11395/stat : 11395 (java) R 11364 11366 10804 0 -1 4202560 307487 0 0 0 119096 48 0 0 25 0 22 0 530049940 16072675328 88537 33554432000 1073741824 1073778376 140733258947120 18446744073709551615 46912506010588 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=11366/tid=11396] ppid=11364 vsize=15695972 CPUtime=1191.07 cores=1,3,5,7
/proc/11366/task/11396/stat : 11396 (java) R 11364 11366 10804 0 -1 4202560 307516 0 0 0 119059 48 0 0 25 0 22 0 530049940 16072675328 88537 33554432000 1073741824 1073778376 140733258947120 18446744073709551615 46912505831010 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=11366/tid=11397] ppid=11364 vsize=15695972 CPUtime=1191.22 cores=1,3,5,7
/proc/11366/task/11397/stat : 11397 (java) R 11364 11366 10804 0 -1 4202560 318420 0 0 0 119075 47 0 0 25 0 22 0 530049941 16072675328 88537 33554432000 1073741824 1073778376 140733258947120 18446744073709551615 46912505831135 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.4
Current children cumulated vsize (KiB) 15695972

Child status: 143
Real time (s): 1207.13
CPU time (s): 4800.44
CPU user time (s): 4795.3
CPU system time (s): 5.14622
CPU usage (%): 397.674
Max. virtual memory (cumulated for all children) (KiB): 15704328

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4795.3
system time used= 5.14622
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2590483
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= 202492
involuntary context switches= 118969

runsolver used 2.11368 second user time and 4.52731 second system time

The end

Launcher Data

Begin job on node120 at 2011-04-30 19:28:31
IDJOB=3312950
IDBENCH=83336
IDSOLVER=1699
FILE ID=node120/3312950-1304184511
RUNJOBID= node120-1304184511-11335
PBS_JOBID= 13172454
Free space on /tmp= 73164 MiB

SOLVER NAME= STRUCTure 0.1
BENCH NAME= SAT11/crafted/kullmann/VanDerWaerden/VanderWaerden3k/VanDerWaerden_2-3-19_349.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3312950-1304184511/watcher-3312950-1304184511 -o /tmp/evaluation-result-3312950-1304184511/solver-3312950-1304184511 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3312950-1304184511.cnf

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

MD5SUM BENCH= faed4f95ee485d18812f5d39a28df3e5
RANDOM SEED=767909816

node120.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      30913632 kB
Buffers:        546996 kB
Cached:        1060520 kB
SwapCached:          8 kB
Active:         669484 kB
Inactive:      1007396 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30913632 kB
SwapTotal:    67111528 kB
SwapFree:     67111404 kB
Dirty:            4780 kB
Writeback:           0 kB
AnonPages:       69056 kB
Mapped:          20904 kB
Slab:           296844 kB
PageTables:       5088 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   771980 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= 73164 MiB
End job on node120 at 2011-04-30 19:48:40