Trace number 3312974

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.41 1207.43

General information on the benchmark

Namecrafted/skvortsov/battleship/
battleship-14-14-unsat.cnf
MD5SUM78a2cc7b74fc3d9947709f16156cc565
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 variables196
Number of clauses1470
Sum of the clauses size5292
Maximum clause length14
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21274
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 5196

Solver Data

0.10/0.12	10:13 INFO : Reading from input HOME/instance-3312974-1304183413.cnf
0.26/0.24	Executor set job limit to 1000000
0.26/0.24	Executor set job limit to 1000000
0.26/0.24	Executor set job limit to 1000000
0.26/0.24	Executor set job limit to 1000000
0.26/0.24	Starting Executor!
0.26/0.24	Starting Executor!
0.26/0.24	Starting Executor!
0.26/0.24	Starting Executor!
0.49/0.33	10:13 INFO : 196 variables remaining out of 196
0.49/0.33	10:13 INFO : 10584 literals remaining out of 6762

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

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

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


[startup+0 s]
/proc/loadavg: 7.82 8.00 7.99 5/198 27509
/proc/meminfo: memFree=26589516/32950928 swapFree=67111356/67111528
[pid=27509] ppid=27507 vsize=28436 CPUtime=0 cores=1,3,5,7
/proc/27509/stat : 27509 (java) S 27507 27509 26973 0 -1 4202496 1435 0 0 0 0 0 0 0 25 0 2 0 529940976 29118464 905 33554432000 1073741824 1073778376 140736450224096 18446744073709551615 208092035045 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/27509/statm: 7645 909 695 9 0 383 0
[pid=27509/tid=27510] ppid=27507 vsize=30580 CPUtime=0 cores=1,3,5,7
/proc/27509/task/27510/stat : 27510 (java) R 27507 27509 26973 0 -1 4202560 96 0 0 0 0 0 0 0 25 0 2 0 529940977 31313920 922 33554432000 1073741824 1073778376 140736450224096 18446744073709551615 208075269909 0 0 4096 0 0 0 0 -1 3 0 0 0

[startup+0.034165 s]
/proc/loadavg: 7.82 8.00 7.99 5/198 27509
/proc/meminfo: memFree=26589516/32950928 swapFree=67111356/67111528
[pid=27509] ppid=27507 vsize=15604116 CPUtime=0.01 cores=1,3,5,7
/proc/27509/stat : 27509 (java) S 27507 27509 26973 0 -1 4202496 3489 0 1 0 1 0 0 0 25 0 13 0 529940976 15978614784 2929 33554432000 1073741824 1073778376 140736450224096 18446744073709551615 208092035045 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/27509/statm: 3901029 2930 1651 9 0 3891777 0
[pid=27509/tid=27510] ppid=27507 vsize=15604116 CPUtime=0.01 cores=1,3,5,7
/proc/27509/task/27510/stat : 27510 (java) R 27507 27509 26973 0 -1 4202560 2101 0 1 0 1 0 0 0 25 0 13 0 529940977 15978614784 2931 33554432000 1073741824 1073778376 140736450224096 18446744073709551615 47722899510890 0 4 0 16784584 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 15604116

[startup+0.101152 s]
/proc/loadavg: 7.82 8.00 7.99 5/198 27509
/proc/meminfo: memFree=26589516/32950928 swapFree=67111356/67111528
[pid=27509] ppid=27507 vsize=15676544 CPUtime=0.1 cores=1,3,5,7
/proc/27509/stat : 27509 (java) S 27507 27509 26973 0 -1 4202496 5526 0 1 0 9 1 0 0 25 0 18 0 529940976 16052781056 4934 33554432000 1073741824 1073778376 140736450224096 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/27509/statm: 3919136 4934 2115 9 0 3909855 0
[pid=27509/tid=27510] ppid=27507 vsize=15676544 CPUtime=0.07 cores=1,3,5,7
/proc/27509/task/27510/stat : 27510 (java) R 27507 27509 26973 0 -1 4202560 3372 0 1 0 7 0 0 0 25 0 18 0 529940977 16052781056 4934 33554432000 1073741824 1073778376 140736450224096 18446744073709551615 46912505492915 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15676544

[startup+0.301115 s]
/proc/loadavg: 7.82 8.00 7.99 5/198 27509
/proc/meminfo: memFree=26589516/32950928 swapFree=67111356/67111528
[pid=27509] ppid=27507 vsize=15689320 CPUtime=0.49 cores=1,3,5,7
/proc/27509/stat : 27509 (java) S 27507 27509 26973 0 -1 4202496 11142 0 1 0 47 2 0 0 25 0 22 0 529940976 16065863680 9579 33554432000 1073741824 1073778376 140736450224096 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/27509/statm: 3922330 9579 2207 9 0 3913049 0
[pid=27509/tid=27510] ppid=27507 vsize=15689320 CPUtime=0.27 cores=1,3,5,7
/proc/27509/task/27510/stat : 27510 (java) R 27507 27509 26973 0 -1 4202560 5572 0 1 0 26 1 0 0 25 0 22 0 529940977 16065863680 9579 33554432000 1073741824 1073778376 140736450224096 18446744073709551615 46912505178908 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 15689320

[startup+0.701045 s]
/proc/loadavg: 7.82 8.00 7.99 5/198 27509
/proc/meminfo: memFree=26589516/32950928 swapFree=67111356/67111528
[pid=27509] ppid=27507 vsize=15692840 CPUtime=1.9 cores=1,3,5,7
/proc/27509/stat : 27509 (java) S 27507 27509 26973 0 -1 4202496 32296 0 1 0 186 4 0 0 25 0 22 0 529940976 16069468160 28945 33554432000 1073741824 1073778376 140736450224096 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/27509/statm: 3923210 28948 2255 9 0 3913929 0
[pid=27509/tid=27510] ppid=27507 vsize=15692840 CPUtime=0.31 cores=1,3,5,7
/proc/27509/task/27510/stat : 27510 (java) S 27507 27509 26973 0 -1 4202560 5721 0 1 0 30 1 0 0 25 0 22 0 529940977 16069468160 28950 33554432000 1073741824 1073778376 140736450224096 18446744073709551615 208092048281 0 4 0 16800975 18446604471139878144 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.9
Current children cumulated vsize (KiB) 15692840

[startup+1.50089 s]
/proc/loadavg: 7.82 8.00 7.99 11/220 27531
/proc/meminfo: memFree=26425408/32950928 swapFree=67111356/67111528
[pid=27509] ppid=27507 vsize=15692840 CPUtime=5.03 cores=1,3,5,7
/proc/27509/stat : 27509 (java) S 27507 27509 26973 0 -1 4202496 78738 0 1 0 493 10 0 0 25 0 22 0 529940976 16069468160 75179 33554432000 1073741824 1073778376 140736450224096 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/27509/statm: 3923210 75179 2276 9 0 3913929 0
[pid=27509/tid=27510] ppid=27507 vsize=15692840 CPUtime=0.31 cores=1,3,5,7
/proc/27509/task/27510/stat : 27510 (java) S 27507 27509 26973 0 -1 4202560 5721 0 1 0 30 1 0 0 25 0 22 0 529940977 16069468160 75179 33554432000 1073741824 1073778376 140736450224096 18446744073709551615 208092048281 0 4 0 16800975 18446604471139878144 0 0 -1 1 0 0 0
[pid=27509/tid=27512] ppid=27507 vsize=15692840 CPUtime=0 cores=1,3,5,7
/proc/27509/task/27512/stat : 27512 (java) S 27507 27509 26973 0 -1 4202560 451 0 0 0 0 0 0 0 15 0 22 0 529940978 16069468160 75179 33554432000 1073741824 1073778376 140736450224096 18446744073709551615 208092048281 0 4 0 16800975 18446604471139878144 0 0 -1 1 0 0 0
[pid=27509/tid=27513] ppid=27507 vsize=15692840 CPUtime=0 cores=1,3,5,7
/proc/27509/task/27513/stat : 27513 (java) S 27507 27509 26973 0 -1 4202560 431 0 0 0 0 0 0 0 16 0 22 0 529940978 16069468160 75179 33554432000 1073741824 1073778376 140736450224096 18446744073709551615 208092048281 0 4 0 16800975 18446604471139878144 0 0 -1 5 0 0 0
[pid=27509/tid=27514] ppid=27507 vsize=15692840 CPUtime=0 cores=1,3,5,7
/proc/27509/task/27514/stat : 27514 (java) S 27507 27509 26973 0 -1 4202560 275 0 0 0 0 0 0 0 15 0 22 0 529940978 16069468160 75179 33554432000 1073741824 1073778376 140736450224096 18446744073709551615 208092048281 0 4 0 16800975 18446604471139878144 0 0 -1 3 0 0 0
[pid=27509/tid=27515] ppid=27507 vsize=15692840 CPUtime=0 cores=1,3,5,7
/proc/27509/task/27515/stat : 27515 (java) S 27507 27509 26973 0 -1 4202560 321 0 0 0 0 0 0 0 15 0 22 0 529940978 16069468160 75179 33554432000 1073741824 1073778376 140736450224096 18446744073709551615 208092048281 0 4 0 16800975 18446604471139878144 0 0 -1 7 0 0 0
[pid=27509/tid=27516] ppid=27507 vsize=15692840 CPUtime=0 cores=1,3,5,7
/proc/27509/task/27516/stat : 27516 (java) S 27507 27509 26973 0 -1 4202560 292 0 0 0 0 0 0 0 15 0 22 0 529940978 16069468160 75179 33554432000 1073741824 1073778376 140736450224096 18446744073709551615 208092048281 0 4 0 16800975 18446604471139878144 0 0 -1 1 0 0 0
[pid=27509/tid=27517] ppid=27507 vsize=15692840 CPUtime=0 cores=1,3,5,7
/proc/27509/task/27517/stat : 27517 (java) S 27507 27509 26973 0 -1 4202560 415 0 0 0 0 0 0 0 16 0 22 0 529940978 16069468160 75179 33554432000 1073741824 1073778376 140736450224096 18446744073709551615 208092048281 0 4 0 16800975 18446604471139878144 0 0 -1 3 0 0 0
[pid=27509/tid=27518] ppid=27507 vsize=15692840 CPUtime=0 cores=1,3,5,7
/proc/27509/task/27518/stat : 27518 (java) S 27507 27509 26973 0 -1 4202560 424 0 0 0 0 0 0 0 15 0 22 0 529940978 16069468160 75179 33554432000 1073741824 1073778376 140736450224096 18446744073709551615 208092048281 0 4 0 16800975 18446604471139878144 0 0 -1 3 0 0 0
[pid=27509/tid=27519] ppid=27507 vsize=15692840 CPUtime=0 cores=1,3,5,7
/proc/27509/task/27519/stat : 27519 (java) S 27507 27509 26973 0 -1 4202560 146 0 0 0 0 0 0 0 15 0 22 0 529940978 16069468160 75179 33554432000 1073741824 1073778376 140736450224096 18446744073709551615 208092048281 0 4 0 16800975 18446604471139878144 0 0 -1 7 0 0 0
[pid=27509/tid=27520] ppid=27507 vsize=15692840 CPUtime=0 cores=1,3,5,7
/proc/27509/task/27520/stat : 27520 (java) S 27507 27509 26973 0 -1 4202560 182 0 0 0 0 0 0 0 16 0 22 0 529940979 16069468160 75179 33554432000 1073741824 1073778376 140736450224096 18446744073709551615 208092048896 0 0 0 16800975 18446604471139878144 0 0 -1 5 0 0 0
[pid=27509/tid=27521] ppid=27507 vsize=15692840 CPUtime=0 cores=1,3,5,7
/proc/27509/task/27521/stat : 27521 (java) S 27507 27509 26973 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 529940979 16069468160 75179 33554432000 1073741824 1073778376 140736450224096 18446744073709551615 208092048281 0 4 0 16800975 18446604471139878144 0 0 -1 3 0 0 0
[pid=27509/tid=27522] ppid=27507 vsize=15692840 CPUtime=0 cores=1,3,5,7
/proc/27509/task/27522/stat : 27522 (java) S 27507 27509 26973 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 529940980 16069468160 75179 33554432000 1073741824 1073778376 140736450224096 18446744073709551615 208092048281 0 4 0 16800975 18446604471139878144 0 0 -1 3 0 0 0
[pid=27509/tid=27523] ppid=27507 vsize=15692840 CPUtime=0 cores=1,3,5,7
/proc/27509/task/27523/stat : 27523 (java) S 27507 27509 26973 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529940982 16069468160 75179 33554432000 1073741824 1073778376 140736450224096 18446744073709551615 208092055985 0 4 0 16800975 18446604471139878144 0 0 -1 3 0 0 0
[pid=27509/tid=27524] ppid=27507 vsize=15692840 CPUtime=0.61 cores=1,3,5,7
/proc/27509/task/27524/stat : 27524 (java) S 27507 27509 26973 0 -1 4202560 2726 0 0 0 61 0 0 0 21 0 22 0 529940982 16069468160 75179 33554432000 1073741824 1073778376 140736450224096 18446744073709551615 208092048281 0 4 0 16800975 18446604471139878144 0 0 -1 7 0 0 0
[pid=27509/tid=27525] ppid=27507 vsize=15692840 CPUtime=0.6 cores=1,3,5,7
/proc/27509/task/27525/stat : 27525 (java) S 27507 27509 26973 0 -1 4202560 5541 0 0 0 60 0 0 0 21 0 22 0 529940982 16069468160 75179 33554432000 1073741824 1073778376 140736450224096 18446744073709551615 208092048281 0 4 0 16800975 18446604471139878144 0 0 -1 1 0 0 0
[pid=27509/tid=27526] ppid=27507 vsize=15692840 CPUtime=0 cores=1,3,5,7
/proc/27509/task/27526/stat : 27526 (java) S 27507 27509 26973 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529940982 16069468160 75179 33554432000 1073741824 1073778376 140736450224096 18446744073709551615 208092048281 0 4 0 16800975 18446604471139878144 0 0 -1 3 0 0 0
[pid=27509/tid=27527] ppid=27507 vsize=15692840 CPUtime=0 cores=1,3,5,7
/proc/27509/task/27527/stat : 27527 (java) S 27507 27509 26973 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 529940982 16069468160 75179 33554432000 1073741824 1073778376 140736450224096 18446744073709551615 208092048896 0 4 0 16800975 18446604471139878144 0 0 -1 5 0 0 0
[pid=27509/tid=27528] ppid=27507 vsize=15692840 CPUtime=1.04 cores=1,3,5,7
/proc/27509/task/27528/stat : 27528 (java) R 27507 27509 26973 0 -1 4202560 20622 0 0 0 102 2 0 0 25 0 22 0 529941001 16069468160 75179 33554432000 1073741824 1073778376 140736450224096 18446744073709551615 46912505684496 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=27509/tid=27529] ppid=27507 vsize=15692840 CPUtime=0.71 cores=1,3,5,7
/proc/27509/task/27529/stat : 27529 (java) R 27507 27509 26973 0 -1 4202560 8670 0 0 0 70 1 0 0 22 0 22 0 529941001 16069468160 75179 33554432000 1073741824 1073778376 140736450224096 18446744073709551615 46912505524165 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=27509/tid=27530] ppid=27507 vsize=15692840 CPUtime=0.85 cores=1,3,5,7
/proc/27509/task/27530/stat : 27530 (java) R 27507 27509 26973 0 -1 4202560 15434 0 0 0 84 1 0 0 25 0 22 0 529941001 16069468160 75179 33554432000 1073741824 1073778376 140736450224096 18446744073709551615 46912505646650 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=27509/tid=27531] ppid=27507 vsize=15692840 CPUtime=0.82 cores=1,3,5,7
/proc/27509/task/27531/stat : 27531 (java) R 27507 27509 26973 0 -1 4202560 15702 0 0 0 81 1 0 0 25 0 22 0 529941001 16069468160 75179 33554432000 1073741824 1073778376 140736450224096 18446744073709551615 46912505634330 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.03
Current children cumulated vsize (KiB) 15692840

[startup+3.10159 s]
/proc/loadavg: 7.82 8.00 7.99 9/220 27531
/proc/meminfo: memFree=26041876/32950928 swapFree=67111356/67111528
[pid=27509] ppid=27507 vsize=15692840 CPUtime=11.42 cores=1,3,5,7
/proc/27509/stat : 27509 (java) S 27507 27509 26973 0 -1 4202496 143588 0 1 0 1123 19 0 0 25 0 22 0 529940976 16069468160 138686 33554432000 1073741824 1073778376 140736450224096 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/27509/statm: 3923210 138686 2286 9 0 3913929 0
[pid=27509/tid=27510] ppid=27507 vsize=15692840 CPUtime=0.31 cores=1,3,5,7
/proc/27509/task/27510/stat : 27510 (java) S 27507 27509 26973 0 -1 4202560 5721 0 1 0 30 1 0 0 25 0 22 0 529940977 16069468160 138686 33554432000 1073741824 1073778376 140736450224096 18446744073709551615 208092048281 0 4 0 16800975 18446604471139878144 0 0 -1 1 0 0 0
[pid=27509/tid=27512] ppid=27507 vsize=15692840 CPUtime=0 cores=1,3,5,7
/proc/27509/task/27512/stat : 27512 (java) S 27507 27509 26973 0 -1 4202560 774 0 0 0 0 0 0 0 15 0 22 0 529940978 16069468160 138686 33554432000 1073741824 1073778376 140736450224096 18446744073709551615 208092048281 0 4 0 16800975 18446604471139878144 0 0 -1 5 0 0 0
[pid=27509/tid=27513] ppid=27507 vsize=15692840 CPUtime=0 cores=1,3,5,7
/proc/27509/task/27513/stat : 27513 (java) S 27507 27509 26973 0 -1 4202560 637 0 0 0 0 0 0 0 15 0 22 0 529940978 16069468160 138686 33554432000 1073741824 1073778376 140736450224096 18446744073709551615 208092048281 0 4 0 16800975 18446604471139878144 0 0 -1 5 0 0 0
[pid=27509/tid=27514] ppid=27507 vsize=15692840 CPUtime=0 cores=1,3,5,7
/proc/27509/task/27514/stat : 27514 (java) S 27507 27509 26973 0 -1 4202560 551 0 0 0 0 0 0 0 15 0 22 0 529940978 16069468160 138686 33554432000 1073741824 1073778376 140736450224096 18446744073709551615 208092048281 0 4 0 16800975 18446604471139878144 0 0 -1 7 0 0 0
[pid=27509/tid=27515] ppid=27507 vsize=15692840 CPUtime=0 cores=1,3,5,7
/proc/27509/task/27515/stat : 27515 (java) S 27507 27509 26973 0 -1 4202560 809 0 0 0 0 0 0 0 15 0 22 0 529940978 16069468160 138686 33554432000 1073741824 1073778376 140736450224096 18446744073709551615 208092048281 0 4 0 16800975 18446604471139878144 0 0 -1 7 0 0 0
[pid=27509/tid=27516] ppid=27507 vsize=15692840 CPUtime=0 cores=1,3,5,7
/proc/27509/task/27516/stat : 27516 (java) S 27507 27509 26973 0 -1 4202560 510 0 0 0 0 0 0 0 16 0 22 0 529940978 16069468160 138686 33554432000 1073741824 1073778376 140736450224096 18446744073709551615 208092048281 0 4 0 16800975 18446604471139878144 0 0 -1 1 0 0 0
[pid=27509/tid=27517] ppid=27507 vsize=15692840 CPUtime=0 cores=1,3,5,7
/proc/27509/task/27517/stat : 27517 (java) S 27507 27509 26973 0 -1 4202560 593 0 0 0 0 0 0 0 15 0 22 0 529940978 16069468160 138686 33554432000 1073741824 1073778376 140736450224096 18446744073709551615 208092048281 0 4 0 16800975 18446604471139878144 0 0 -1 3 0 0 0
[pid=27509/tid=27518] ppid=27507 vsize=15692840 CPUtime=0 cores=1,3,5,7
/proc/27509/task/27518/stat : 27518 (java) S 27507 27509 26973 0 -1 4202560 477 0 0 0 0 0 0 0 15 0 22 0 529940978 16069468160 138686 33554432000 1073741824 1073778376 140736450224096 18446744073709551615 208092048281 0 4 0 16800975 18446604471139878144 0 0 -1 3 0 0 0
[pid=27509/tid=27519] ppid=27507 vsize=15692840 CPUtime=0 cores=1,3,5,7
/proc/27509/task/27519/stat : 27519 (java) S 27507 27509 26973 0 -1 4202560 200 0 0 0 0 0 0 0 15 0 22 0 529940978 16069468160 138686 33554432000 1073741824 1073778376 140736450224096 18446744073709551615 208092048281 0 4 0 16800975 18446604471139878144 0 0 -1 7 0 0 0
[pid=27509/tid=27520] ppid=27507 vsize=15692840 CPUtime=0 cores=1,3,5,7
/proc/27509/task/27520/stat : 27520 (java) S 27507 27509 26973 0 -1 4202560 182 0 0 0 0 0 0 0 15 0 22 0 529940979 16069468160 138686 33554432000 1073741824 1073778376 140736450224096 18446744073709551615 208092048896 0 0 0 16800975 18446604471139878144 0 0 -1 5 0 0 0
[pid=27509/tid=27521] ppid=27507 vsize=15692840 CPUtime=0 cores=1,3,5,7
/proc/27509/task/27521/stat : 27521 (java) S 27507 27509 26973 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 529940979 16069468160 138686 33554432000 1073741824 1073778376 140736450224096 18446744073709551615 208092048281 0 4 0 16800975 18446604471139878144 0 0 -1 3 0 0 0
[pid=27509/tid=27522] ppid=27507 vsize=15692840 CPUtime=0 cores=1,3,5,7
/proc/27509/task/27522/stat : 27522 (java) S 27507 27509 26973 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 529940980 16069468160 138686 33554432000 1073741824 1073778376 140736450224096 18446744073709551615 208092048281 0 4 0 16800975 18446604471139878144 0 0 -1 3 0 0 0
[pid=27509/tid=27523] ppid=27507 vsize=15692840 CPUtime=0 cores=1,3,5,7
/proc/27509/task/27523/stat : 27523 (java) S 27507 27509 26973 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529940982 16069468160 138686 33554432000 1073741824 1073778376 140736450224096 18446744073709551615 208092055985 0 4 0 16800975 18446604471139878144 0 0 -1 3 0 0 0
[pid=27509/tid=27524] ppid=27507 vsize=15692840 CPUtime=0.69 cores=1,3,5,7
/proc/27509/task/27524/stat : 27524 (java) S 27507 27509 26973 0 -1 4202560 2740 0 0 0 69 0 0 0 15 0 22 0 529940982 16069468160 138686 33554432000 1073741824 1073778376 140736450224096 18446744073709551615 208092048281 0 4 0 16800975 18446604471139878144 0 0 -1 7 0 0 0
[pid=27509/tid=27525] ppid=27507 vsize=15692840 CPUtime=0.69 cores=1,3,5,7
/proc/27509/task/27525/stat : 27525 (java) S 27507 27509 26973 0 -1 4202560 5971 0 0 0 69 0 0 0 16 0 22 0 529940982 16069468160 138686 33554432000 1073741824 1073778376 140736450224096 18446744073709551615 208092048281 0 4 0 16800975 18446604471139878144 0 0 -1 1 0 0 0
[pid=27509/tid=27526] ppid=27507 vsize=15692840 CPUtime=0 cores=1,3,5,7
/proc/27509/task/27526/stat : 27526 (java) S 27507 27509 26973 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529940982 16069468160 138686 33554432000 1073741824 1073778376 140736450224096 18446744073709551615 208092048281 0 4 0 16800975 18446604471139878144 0 0 -1 3 0 0 0
[pid=27509/tid=27527] ppid=27507 vsize=15692840 CPUtime=0 cores=1,3,5,7
/proc/27509/task/27527/stat : 27527 (java) S 27507 27509 26973 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 529940982 16069468160 138686 33554432000 1073741824 1073778376 140736450224096 18446744073709551615 208092048896 0 4 0 16800975 18446604471139878144 0 0 -1 5 0 0 0
[pid=27509/tid=27528] ppid=27507 vsize=15692840 CPUtime=2.61 cores=1,3,5,7
/proc/27509/task/27528/stat : 27528 (java) R 27507 27509 26973 0 -1 4202560 35709 0 0 0 257 4 0 0 25 0 22 0 529941001 16069468160 138686 33554432000 1073741824 1073778376 140736450224096 18446744073709551615 46912505634221 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=27509/tid=27529] ppid=27507 vsize=15692840 CPUtime=2.31 cores=1,3,5,7
/proc/27509/task/27529/stat : 27529 (java) R 27507 27509 26973 0 -1 4202560 24759 0 0 0 228 3 0 0 25 0 22 0 529941001 16069468160 138686 33554432000 1073741824 1073778376 140736450224096 18446744073709551615 46912506032451 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=27509/tid=27530] ppid=27507 vsize=15692840 CPUtime=2.38 cores=1,3,5,7
/proc/27509/task/27530/stat : 27530 (java) R 27507 27509 26973 0 -1 4202560 31503 0 0 0 235 3 0 0 25 0 22 0 529941001 16069468160 138686 33554432000 1073741824 1073778376 140736450224096 18446744073709551615 46912505659372 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=27509/tid=27531] ppid=27507 vsize=15692840 CPUtime=2.33 cores=1,3,5,7
/proc/27509/task/27531/stat : 27531 (java) R 27507 27509 26973 0 -1 4202560 31067 0 0 0 230 3 0 0 25 0 22 0 529941001 16069468160 138686 33554432000 1073741824 1073778376 140736450224096 18446744073709551615 46912505634297 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 11.42
Current children cumulated vsize (KiB) 15692840

[startup+6.30098 s]
/proc/loadavg: 7.83 8.00 7.99 9/220 27531
/proc/meminfo: memFree=26052172/32950928 swapFree=67111356/67111528
[pid=27509] ppid=27507 vsize=15692840 CPUtime=24.18 cores=1,3,5,7
/proc/27509/stat : 27509 (java) S 27507 27509 26973 0 -1 4202496 144212 0 1 0 2398 20 0 0 25 0 22 0 529940976 16069468160 134130 33554432000 1073741824 1073778376 140736450224096 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/27509/statm: 3923210 134130 2290 9 0 3913929 0
[pid=27509/tid=27510] ppid=27507 vsize=15692840 CPUtime=0.31 cores=1,3,5,7
/proc/27509/task/27510/stat : 27510 (java) S 27507 27509 26973 0 -1 4202560 5721 0 1 0 30 1 0 0 25 0 22 0 529940977 16069468160 134130 33554432000 1073741824 1073778376 140736450224096 18446744073709551615 208092048281 0 4 0 16800975 18446604471139878144 0 0 -1 1 0 0 0
[pid=27509/tid=27512] ppid=27507 vsize=15692840 CPUtime=0 cores=1,3,5,7
/proc/27509/task/27512/stat : 27512 (java) S 27507 27509 26973 0 -1 4202560 815 0 0 0 0 0 0 0 15 0 22 0 529940978 16069468160 134130 33554432000 1073741824 1073778376 140736450224096 18446744073709551615 208092048281 0 4 0 16800975 18446604471139878144 0 0 -1 7 0 0 0
[pid=27509/tid=27513] ppid=27507 vsize=15692840 CPUtime=0 cores=1,3,5,7
/proc/27509/task/27513/stat : 27513 (java) S 27507 27509 26973 0 -1 4202560 704 0 0 0 0 0 0 0 15 0 22 0 529940978 16069468160 134130 33554432000 1073741824 1073778376 140736450224096 18446744073709551615 208092048281 0 4 0 16800975 18446604471139878144 0 0 -1 5 0 0 0
[pid=27509/tid=27514] ppid=27507 vsize=15692840 CPUtime=0 cores=1,3,5,7
/proc/27509/task/27514/stat : 27514 (java) S 27507 27509 26973 0 -1 4202560 574 0 0 0 0 0 0 0 15 0 22 0 529940978 16069468160 134130 33554432000 1073741824 1073778376 140736450224096 18446744073709551615 208092048281 0 4 0 16800975 18446604471139878144 0 0 -1 1 0 0 0
[pid=27509/tid=27515] ppid=27507 vsize=15692840 CPUtime=0 cores=1,3,5,7
/proc/27509/task/27515/stat : 27515 (java) S 27507 27509 26973 0 -1 4202560 1054 0 0 0 0 0 0 0 15 0 22 0 529940978 16069468160 134130 33554432000 1073741824 1073778376 140736450224096 18446744073709551615 208092048281 0 4 0 16800975 18446604471139878144 0 0 -1 7 0 0 0
[pid=27509/tid=27516] ppid=27507 vsize=15692840 CPUtime=0 cores=1,3,5,7
/proc/27509/task/27516/stat : 27516 (java) S 27507 27509 26973 0 -1 4202560 582 0 0 0 0 0 0 0 15 0 22 0 529940978 16069468160 134130 33554432000 1073741824 1073778376 140736450224096 18446744073709551615 208092048281 0 4 0 16800975 18446604471139878144 0 0 -1 1 0 0 0
[pid=27509/tid=27517] ppid=27507 vsize=15692840 CPUtime=0 cores=1,3,5,7
/proc/27509/task/27517/stat : 27517 (java) S 27507 27509 26973 0 -1 4202560 679 0 0 0 0 0 0 0 15 0 22 0 529940978 16069468160 134130 33554432000 1073741824 1073778376 140736450224096 18446744073709551615 208092048281 0 4 0 16800975 18446604471139878144 0 0 -1 7 0 0 0
[pid=27509/tid=27518] ppid=27507 vsize=15692840 CPUtime=0 cores=1,3,5,7
/proc/27509/task/27518/stat : 27518 (java) S 27507 27509 26973 0 -1 4202560 524 0 0 0 0 0 0 0 15 0 22 0 529940978 16069468160 134130 33554432000 1073741824 1073778376 140736450224096 18446744073709551615 208092048281 0 4 0 16800975 18446604471139878144 0 0 -1 3 0 0 0
[pid=27509/tid=27519] ppid=27507 vsize=15692840 CPUtime=0 cores=1,3,5,7
/proc/27509/task/27519/stat : 27519 (java) S 27507 27509 26973 0 -1 4202560 220 0 0 0 0 0 0 0 15 0 22 0 529940978 16069468160 134130 33554432000 1073741824 1073778376 140736450224096 18446744073709551615 208092048281 0 4 0 16800975 18446604471139878144 0 0 -1 7 0 0 0

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

[pid=27509/tid=27529] ppid=27507 vsize=15692840 CPUtime=1048.61 cores=1,3,5,7
/proc/27509/task/27529/stat : 27529 (java) R 27507 27509 26973 0 -1 4202560 145241 0 0 0 104828 33 0 0 25 0 22 0 529941001 16069468160 112378 33554432000 1073741824 1073778376 140736450224096 18446744073709551615 46912505625766 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=27509/tid=27530] ppid=27507 vsize=15692840 CPUtime=1049.02 cores=1,3,5,7
/proc/27509/task/27530/stat : 27530 (java) R 27507 27509 26973 0 -1 4202560 153389 0 0 0 104867 35 0 0 25 0 22 0 529941001 16069468160 112378 33554432000 1073741824 1073778376 140736450224096 18446744073709551615 46912505979690 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=27509/tid=27531] ppid=27507 vsize=15692840 CPUtime=1048.46 cores=1,3,5,7
/proc/27509/task/27531/stat : 27531 (java) R 27507 27509 26973 0 -1 4202560 151592 0 0 0 104814 32 0 0 25 0 22 0 529941001 16069468160 112378 33554432000 1073741824 1073778376 140736450224096 18446744073709551615 46912505366066 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4223.35
Current children cumulated vsize (KiB) 15692840

[startup+1122.3 s]
/proc/loadavg: 8.13 8.07 8.01 9/220 27561
/proc/meminfo: memFree=26858576/32950928 swapFree=67111356/67111528
[pid=27509] ppid=27507 vsize=15758376 CPUtime=4461.91 cores=1,3,5,7
/proc/27509/stat : 27509 (java) S 27507 27509 26973 0 -1 4202496 1005787 0 1 0 445866 325 0 0 25 0 22 0 529940976 16136577024 100277 33554432000 1073741824 1073778376 140736450224096 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/27509/statm: 3939594 100277 2298 9 0 3930313 0
[pid=27509/tid=27510] ppid=27507 vsize=15758376 CPUtime=0.31 cores=1,3,5,7
/proc/27509/task/27510/stat : 27510 (java) S 27507 27509 26973 0 -1 4202560 5721 0 1 0 30 1 0 0 25 0 22 0 529940977 16136577024 100277 33554432000 1073741824 1073778376 140736450224096 18446744073709551615 208092048281 0 4 0 16800975 18446604471139878144 0 0 -1 1 0 0 0
[pid=27509/tid=27512] ppid=27507 vsize=15758376 CPUtime=3.08 cores=1,3,5,7
/proc/27509/task/27512/stat : 27512 (java) S 27507 27509 26973 0 -1 4202560 45785 0 0 0 294 14 0 0 15 0 22 0 529940978 16136577024 100277 33554432000 1073741824 1073778376 140736450224096 18446744073709551615 208092048281 0 4 0 16800975 18446604471139878144 0 0 -1 3 0 0 0
[pid=27509/tid=27513] ppid=27507 vsize=15758376 CPUtime=3.12 cores=1,3,5,7
/proc/27509/task/27513/stat : 27513 (java) S 27507 27509 26973 0 -1 4202560 42261 0 0 0 298 14 0 0 16 0 22 0 529940978 16136577024 100277 33554432000 1073741824 1073778376 140736450224096 18446744073709551615 208092048281 0 4 0 16800975 18446604471139878144 0 0 -1 3 0 0 0
[pid=27509/tid=27514] ppid=27507 vsize=15758376 CPUtime=3.09 cores=1,3,5,7
/proc/27509/task/27514/stat : 27514 (java) S 27507 27509 26973 0 -1 4202560 43602 0 0 0 296 13 0 0 16 0 22 0 529940978 16136577024 100277 33554432000 1073741824 1073778376 140736450224096 18446744073709551615 208092048281 0 4 0 16800975 18446604471139878144 0 0 -1 7 0 0 0
[pid=27509/tid=27515] ppid=27507 vsize=15758376 CPUtime=3.07 cores=1,3,5,7
/proc/27509/task/27515/stat : 27515 (java) S 27507 27509 26973 0 -1 4202560 44471 0 0 0 292 15 0 0 15 0 22 0 529940978 16136577024 100277 33554432000 1073741824 1073778376 140736450224096 18446744073709551615 208092048281 0 4 0 16800975 18446604471139878144 0 0 -1 5 0 0 0
[pid=27509/tid=27516] ppid=27507 vsize=15758376 CPUtime=3.09 cores=1,3,5,7
/proc/27509/task/27516/stat : 27516 (java) S 27507 27509 26973 0 -1 4202560 43500 0 0 0 295 14 0 0 15 0 22 0 529940978 16136577024 100277 33554432000 1073741824 1073778376 140736450224096 18446744073709551615 208092048281 0 4 0 16800975 18446604471139878144 0 0 -1 5 0 0 0
[pid=27509/tid=27517] ppid=27507 vsize=15758376 CPUtime=3.15 cores=1,3,5,7
/proc/27509/task/27517/stat : 27517 (java) S 27507 27509 26973 0 -1 4202560 42478 0 0 0 300 15 0 0 15 0 22 0 529940978 16136577024 100277 33554432000 1073741824 1073778376 140736450224096 18446744073709551615 208092048281 0 4 0 16800975 18446604471139878144 0 0 -1 5 0 0 0
[pid=27509/tid=27518] ppid=27507 vsize=15758376 CPUtime=3.15 cores=1,3,5,7
/proc/27509/task/27518/stat : 27518 (java) S 27507 27509 26973 0 -1 4202560 42373 0 0 0 300 15 0 0 15 0 22 0 529940978 16136577024 100277 33554432000 1073741824 1073778376 140736450224096 18446744073709551615 208092048281 0 4 0 16800975 18446604471139878144 0 0 -1 5 0 0 0
[pid=27509/tid=27519] ppid=27507 vsize=15758376 CPUtime=3.02 cores=1,3,5,7
/proc/27509/task/27519/stat : 27519 (java) S 27507 27509 26973 0 -1 4202560 41801 0 0 0 288 14 0 0 15 0 22 0 529940978 16136577024 100277 33554432000 1073741824 1073778376 140736450224096 18446744073709551615 208092048281 0 4 0 16800975 18446604471139878144 0 0 -1 1 0 0 0
[pid=27509/tid=27520] ppid=27507 vsize=15758376 CPUtime=2.21 cores=1,3,5,7
/proc/27509/task/27520/stat : 27520 (java) S 27507 27509 26973 0 -1 4202560 2454 0 0 0 165 56 0 0 15 0 22 0 529940979 16136577024 100277 33554432000 1073741824 1073778376 140736450224096 18446744073709551615 208092048896 0 0 0 16800975 18446604471139878144 0 0 -1 1 0 0 0
[pid=27509/tid=27521] ppid=27507 vsize=15758376 CPUtime=0 cores=1,3,5,7
/proc/27509/task/27521/stat : 27521 (java) S 27507 27509 26973 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 529940979 16136577024 100277 33554432000 1073741824 1073778376 140736450224096 18446744073709551615 208092048281 0 4 0 16800975 18446604471139878144 0 0 -1 3 0 0 0
[pid=27509/tid=27522] ppid=27507 vsize=15758376 CPUtime=0 cores=1,3,5,7
/proc/27509/task/27522/stat : 27522 (java) S 27507 27509 26973 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 529940980 16136577024 100277 33554432000 1073741824 1073778376 140736450224096 18446744073709551615 208092048281 0 4 0 16800975 18446604471139878144 0 0 -1 3 0 0 0
[pid=27509/tid=27523] ppid=27507 vsize=15758376 CPUtime=0 cores=1,3,5,7
/proc/27509/task/27523/stat : 27523 (java) S 27507 27509 26973 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529940982 16136577024 100277 33554432000 1073741824 1073778376 140736450224096 18446744073709551615 208092055985 0 4 0 16800975 18446604471139878144 0 0 -1 3 0 0 0
[pid=27509/tid=27524] ppid=27507 vsize=15758376 CPUtime=0.72 cores=1,3,5,7
/proc/27509/task/27524/stat : 27524 (java) S 27507 27509 26973 0 -1 4202560 2746 0 0 0 72 0 0 0 15 0 22 0 529940982 16136577024 100277 33554432000 1073741824 1073778376 140736450224096 18446744073709551615 208092048281 0 4 0 16800975 18446604471139878144 0 0 -1 7 0 0 0
[pid=27509/tid=27525] ppid=27507 vsize=15758376 CPUtime=0.81 cores=1,3,5,7
/proc/27509/task/27525/stat : 27525 (java) S 27507 27509 26973 0 -1 4202560 6082 0 0 0 81 0 0 0 15 0 22 0 529940982 16136577024 100277 33554432000 1073741824 1073778376 140736450224096 18446744073709551615 208092048281 0 4 0 16800975 18446604471139878144 0 0 -1 1 0 0 0
[pid=27509/tid=27526] ppid=27507 vsize=15758376 CPUtime=0 cores=1,3,5,7
/proc/27509/task/27526/stat : 27526 (java) S 27507 27509 26973 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529940982 16136577024 100277 33554432000 1073741824 1073778376 140736450224096 18446744073709551615 208092048281 0 4 0 16800975 18446604471139878144 0 0 -1 3 0 0 0
[pid=27509/tid=27527] ppid=27507 vsize=15758376 CPUtime=0 cores=1,3,5,7
/proc/27509/task/27527/stat : 27527 (java) S 27507 27509 26973 0 -1 4202560 58 0 0 0 0 0 0 0 15 0 22 0 529940982 16136577024 100277 33554432000 1073741824 1073778376 140736450224096 18446744073709551615 208092048896 0 4 0 16800975 18446604471139878144 0 0 -1 5 0 0 0
[pid=27509/tid=27528] ppid=27507 vsize=15758376 CPUtime=1108.99 cores=1,3,5,7
/proc/27509/task/27528/stat : 27528 (java) R 27507 27509 26973 0 -1 4202560 164923 0 0 0 110861 38 0 0 25 0 22 0 529941001 16136577024 100277 33554432000 1073741824 1073778376 140736450224096 18446744073709551615 46912505684769 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=27509/tid=27529] ppid=27507 vsize=15758376 CPUtime=1107.94 cores=1,3,5,7
/proc/27509/task/27529/stat : 27529 (java) R 27507 27509 26973 0 -1 4202560 154386 0 0 0 110759 35 0 0 25 0 22 0 529941001 16136577024 100277 33554432000 1073741824 1073778376 140736450224096 18446744073709551615 46912505816078 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=27509/tid=27530] ppid=27507 vsize=15758376 CPUtime=1108.35 cores=1,3,5,7
/proc/27509/task/27530/stat : 27530 (java) R 27507 27509 26973 0 -1 4202560 162094 0 0 0 110798 37 0 0 25 0 22 0 529941001 16136577024 100277 33554432000 1073741824 1073778376 140736450224096 18446744073709551615 46912505815304 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=27509/tid=27531] ppid=27507 vsize=15758376 CPUtime=1107.62 cores=1,3,5,7
/proc/27509/task/27531/stat : 27531 (java) R 27507 27509 26973 0 -1 4202560 159668 0 0 0 110728 34 0 0 25 0 22 0 529941001 16136577024 100277 33554432000 1073741824 1073778376 140736450224096 18446744073709551615 46912505850638 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4461.91
Current children cumulated vsize (KiB) 15758376

[startup+1182.3 s]
/proc/loadavg: 8.12 8.09 8.02 9/220 27563
/proc/meminfo: memFree=26879860/32950928 swapFree=67111356/67111528
[pid=27509] ppid=27507 vsize=15758376 CPUtime=4700.54 cores=1,3,5,7
/proc/27509/stat : 27509 (java) S 27507 27509 26973 0 -1 4202496 1050815 0 1 0 469714 340 0 0 25 0 22 0 529940976 16136577024 96588 33554432000 1073741824 1073778376 140736450224096 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/27509/statm: 3939594 96588 2298 9 0 3930313 0
[pid=27509/tid=27510] ppid=27507 vsize=15758376 CPUtime=0.31 cores=1,3,5,7
/proc/27509/task/27510/stat : 27510 (java) S 27507 27509 26973 0 -1 4202560 5721 0 1 0 30 1 0 0 25 0 22 0 529940977 16136577024 96588 33554432000 1073741824 1073778376 140736450224096 18446744073709551615 208092048281 0 4 0 16800975 18446604471139878144 0 0 -1 1 0 0 0
[pid=27509/tid=27512] ppid=27507 vsize=15758376 CPUtime=3.23 cores=1,3,5,7
/proc/27509/task/27512/stat : 27512 (java) S 27507 27509 26973 0 -1 4202560 47762 0 0 0 309 14 0 0 16 0 22 0 529940978 16136577024 96588 33554432000 1073741824 1073778376 140736450224096 18446744073709551615 208092048281 0 4 0 16800975 18446604471139878144 0 0 -1 7 0 0 0
[pid=27509/tid=27513] ppid=27507 vsize=15758376 CPUtime=3.28 cores=1,3,5,7
/proc/27509/task/27513/stat : 27513 (java) S 27507 27509 26973 0 -1 4202560 44088 0 0 0 314 14 0 0 15 0 22 0 529940978 16136577024 96588 33554432000 1073741824 1073778376 140736450224096 18446744073709551615 208092048281 0 4 0 16800975 18446604471139878144 0 0 -1 3 0 0 0
[pid=27509/tid=27514] ppid=27507 vsize=15758376 CPUtime=3.26 cores=1,3,5,7
/proc/27509/task/27514/stat : 27514 (java) S 27507 27509 26973 0 -1 4202560 45607 0 0 0 312 14 0 0 15 0 22 0 529940978 16136577024 96588 33554432000 1073741824 1073778376 140736450224096 18446744073709551615 208092048281 0 4 0 16800975 18446604471139878144 0 0 -1 1 0 0 0
[pid=27509/tid=27515] ppid=27507 vsize=15758376 CPUtime=3.25 cores=1,3,5,7
/proc/27509/task/27515/stat : 27515 (java) S 27507 27509 26973 0 -1 4202560 46281 0 0 0 308 17 0 0 15 0 22 0 529940978 16136577024 96588 33554432000 1073741824 1073778376 140736450224096 18446744073709551615 208092048281 0 4 0 16800975 18446604471139878144 0 0 -1 3 0 0 0
[pid=27509/tid=27516] ppid=27507 vsize=15758376 CPUtime=3.28 cores=1,3,5,7
/proc/27509/task/27516/stat : 27516 (java) S 27507 27509 26973 0 -1 4202560 45570 0 0 0 313 15 0 0 15 0 22 0 529940978 16136577024 96588 33554432000 1073741824 1073778376 140736450224096 18446744073709551615 208092048281 0 4 0 16800975 18446604471139878144 0 0 -1 1 0 0 0
[pid=27509/tid=27517] ppid=27507 vsize=15758376 CPUtime=3.32 cores=1,3,5,7
/proc/27509/task/27517/stat : 27517 (java) S 27507 27509 26973 0 -1 4202560 44374 0 0 0 317 15 0 0 15 0 22 0 529940978 16136577024 96588 33554432000 1073741824 1073778376 140736450224096 18446744073709551615 208092048281 0 4 0 16800975 18446604471139878144 0 0 -1 5 0 0 0
[pid=27509/tid=27518] ppid=27507 vsize=15758376 CPUtime=3.33 cores=1,3,5,7
/proc/27509/task/27518/stat : 27518 (java) S 27507 27509 26973 0 -1 4202560 44573 0 0 0 317 16 0 0 15 0 22 0 529940978 16136577024 96588 33554432000 1073741824 1073778376 140736450224096 18446744073709551615 208092048281 0 4 0 16800975 18446604471139878144 0 0 -1 5 0 0 0
[pid=27509/tid=27519] ppid=27507 vsize=15758376 CPUtime=3.18 cores=1,3,5,7
/proc/27509/task/27519/stat : 27519 (java) S 27507 27509 26973 0 -1 4202560 44212 0 0 0 303 15 0 0 15 0 22 0 529940978 16136577024 96588 33554432000 1073741824 1073778376 140736450224096 18446744073709551615 208092048281 0 4 0 16800975 18446604471139878144 0 0 -1 3 0 0 0
[pid=27509/tid=27520] ppid=27507 vsize=15758376 CPUtime=2.34 cores=1,3,5,7
/proc/27509/task/27520/stat : 27520 (java) S 27507 27509 26973 0 -1 4202560 2557 0 0 0 175 59 0 0 15 0 22 0 529940979 16136577024 96588 33554432000 1073741824 1073778376 140736450224096 18446744073709551615 208092048896 0 0 0 16800975 18446604471139878144 0 0 -1 3 0 0 0
[pid=27509/tid=27521] ppid=27507 vsize=15758376 CPUtime=0 cores=1,3,5,7
/proc/27509/task/27521/stat : 27521 (java) S 27507 27509 26973 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 529940979 16136577024 96588 33554432000 1073741824 1073778376 140736450224096 18446744073709551615 208092048281 0 4 0 16800975 18446604471139878144 0 0 -1 3 0 0 0
[pid=27509/tid=27522] ppid=27507 vsize=15758376 CPUtime=0 cores=1,3,5,7
/proc/27509/task/27522/stat : 27522 (java) S 27507 27509 26973 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 529940980 16136577024 96588 33554432000 1073741824 1073778376 140736450224096 18446744073709551615 208092048281 0 4 0 16800975 18446604471139878144 0 0 -1 3 0 0 0
[pid=27509/tid=27523] ppid=27507 vsize=15758376 CPUtime=0 cores=1,3,5,7
/proc/27509/task/27523/stat : 27523 (java) S 27507 27509 26973 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529940982 16136577024 96588 33554432000 1073741824 1073778376 140736450224096 18446744073709551615 208092055985 0 4 0 16800975 18446604471139878144 0 0 -1 3 0 0 0
[pid=27509/tid=27524] ppid=27507 vsize=15758376 CPUtime=0.72 cores=1,3,5,7
/proc/27509/task/27524/stat : 27524 (java) S 27507 27509 26973 0 -1 4202560 2746 0 0 0 72 0 0 0 15 0 22 0 529940982 16136577024 96588 33554432000 1073741824 1073778376 140736450224096 18446744073709551615 208092048281 0 4 0 16800975 18446604471139878144 0 0 -1 7 0 0 0
[pid=27509/tid=27525] ppid=27507 vsize=15758376 CPUtime=0.81 cores=1,3,5,7
/proc/27509/task/27525/stat : 27525 (java) S 27507 27509 26973 0 -1 4202560 6082 0 0 0 81 0 0 0 15 0 22 0 529940982 16136577024 96588 33554432000 1073741824 1073778376 140736450224096 18446744073709551615 208092048281 0 4 0 16800975 18446604471139878144 0 0 -1 1 0 0 0
[pid=27509/tid=27526] ppid=27507 vsize=15758376 CPUtime=0 cores=1,3,5,7
/proc/27509/task/27526/stat : 27526 (java) S 27507 27509 26973 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529940982 16136577024 96588 33554432000 1073741824 1073778376 140736450224096 18446744073709551615 208092048281 0 4 0 16800975 18446604471139878144 0 0 -1 3 0 0 0
[pid=27509/tid=27527] ppid=27507 vsize=15758376 CPUtime=0 cores=1,3,5,7
/proc/27509/task/27527/stat : 27527 (java) S 27507 27509 26973 0 -1 4202560 62 0 0 0 0 0 0 0 15 0 22 0 529940982 16136577024 96588 33554432000 1073741824 1073778376 140736450224096 18446744073709551615 208092048896 0 4 0 16800975 18446604471139878144 0 0 -1 7 0 0 0
[pid=27509/tid=27528] ppid=27507 vsize=15758376 CPUtime=1168.36 cores=1,3,5,7
/proc/27509/task/27528/stat : 27528 (java) R 27507 27509 26973 0 -1 4202560 172265 0 0 0 116796 40 0 0 25 0 22 0 529941001 16136577024 96588 33554432000 1073741824 1073778376 140736450224096 18446744073709551615 46912505708733 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=27509/tid=27529] ppid=27507 vsize=15758376 CPUtime=1167.26 cores=1,3,5,7
/proc/27509/task/27529/stat : 27529 (java) R 27507 27509 26973 0 -1 4202560 161722 0 0 0 116689 37 0 0 25 0 22 0 529941001 16136577024 96588 33554432000 1073741824 1073778376 140736450224096 18446744073709551615 18446744073699065971 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=27509/tid=27530] ppid=27507 vsize=15758376 CPUtime=1167.6 cores=1,3,5,7
/proc/27509/task/27530/stat : 27530 (java) R 27507 27509 26973 0 -1 4202560 169176 0 0 0 116721 39 0 0 25 0 22 0 529941001 16136577024 96588 33554432000 1073741824 1073778376 140736450224096 18446744073709551615 46912505659413 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=27509/tid=27531] ppid=27507 vsize=15758376 CPUtime=1166.84 cores=1,3,5,7
/proc/27509/task/27531/stat : 27531 (java) R 27507 27509 26973 0 -1 4202560 166633 0 0 0 116648 36 0 0 25 0 22 0 529941001 16136577024 96588 33554432000 1073741824 1073778376 140736450224096 18446744073709551615 46912505816093 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4700.54
Current children cumulated vsize (KiB) 15758376



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1207.4 s]
/proc/loadavg: 7.46 7.95 7.97 5/194 27583
/proc/meminfo: memFree=27400576/32950928 swapFree=67111356/67111528
[pid=27509] ppid=27507 vsize=15758376 CPUtime=4800.36 cores=1,3,5,7
/proc/27509/stat : 27509 (java) S 27507 27509 26973 0 -1 4202496 1057380 0 1 0 479690 346 0 0 25 0 22 0 529940976 16136577024 80335 33554432000 1073741824 1073778376 140736450224096 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/27509/statm: 3939594 80335 2298 9 0 3930313 0
[pid=27509/tid=27510] ppid=27507 vsize=15758376 CPUtime=0.31 cores=1,3,5,7
/proc/27509/task/27510/stat : 27510 (java) S 27507 27509 26973 0 -1 4202560 5721 0 1 0 30 1 0 0 25 0 22 0 529940977 16136577024 80335 33554432000 1073741824 1073778376 140736450224096 18446744073709551615 208092048281 0 4 0 16800975 18446604471139878144 0 0 -1 1 0 0 0
[pid=27509/tid=27512] ppid=27507 vsize=15758376 CPUtime=3.31 cores=1,3,5,7
/proc/27509/task/27512/stat : 27512 (java) S 27507 27509 26973 0 -1 4202560 48256 0 0 0 316 15 0 0 16 0 22 0 529940978 16136577024 80335 33554432000 1073741824 1073778376 140736450224096 18446744073709551615 208092048281 0 4 0 16800975 18446604471139878144 0 0 -1 1 0 0 0
[pid=27509/tid=27513] ppid=27507 vsize=15758376 CPUtime=3.35 cores=1,3,5,7
/proc/27509/task/27513/stat : 27513 (java) S 27507 27509 26973 0 -1 4202560 44600 0 0 0 321 14 0 0 16 0 22 0 529940978 16136577024 80335 33554432000 1073741824 1073778376 140736450224096 18446744073709551615 208092048281 0 4 0 16800975 18446604471139878144 0 0 -1 5 0 0 0
[pid=27509/tid=27514] ppid=27507 vsize=15758376 CPUtime=3.32 cores=1,3,5,7
/proc/27509/task/27514/stat : 27514 (java) S 27507 27509 26973 0 -1 4202560 46099 0 0 0 318 14 0 0 15 0 22 0 529940978 16136577024 80335 33554432000 1073741824 1073778376 140736450224096 18446744073709551615 208092048281 0 4 0 16800975 18446604471139878144 0 0 -1 1 0 0 0
[pid=27509/tid=27515] ppid=27507 vsize=15758376 CPUtime=3.31 cores=1,3,5,7
/proc/27509/task/27515/stat : 27515 (java) S 27507 27509 26973 0 -1 4202560 46695 0 0 0 314 17 0 0 16 0 22 0 529940978 16136577024 80335 33554432000 1073741824 1073778376 140736450224096 18446744073709551615 208092048281 0 4 0 16800975 18446604471139878144 0 0 -1 7 0 0 0
[pid=27509/tid=27516] ppid=27507 vsize=15758376 CPUtime=3.34 cores=1,3,5,7
/proc/27509/task/27516/stat : 27516 (java) S 27507 27509 26973 0 -1 4202560 45950 0 0 0 319 15 0 0 15 0 22 0 529940978 16136577024 80335 33554432000 1073741824 1073778376 140736450224096 18446744073709551615 208092048281 0 4 0 16800975 18446604471139878144 0 0 -1 3 0 0 0
[pid=27509/tid=27517] ppid=27507 vsize=15758376 CPUtime=3.39 cores=1,3,5,7
/proc/27509/task/27517/stat : 27517 (java) S 27507 27509 26973 0 -1 4202560 44859 0 0 0 323 16 0 0 16 0 22 0 529940978 16136577024 80335 33554432000 1073741824 1073778376 140736450224096 18446744073709551615 208092048281 0 4 0 16800975 18446604471139878144 0 0 -1 3 0 0 0
[pid=27509/tid=27518] ppid=27507 vsize=15758376 CPUtime=3.4 cores=1,3,5,7
/proc/27509/task/27518/stat : 27518 (java) S 27507 27509 26973 0 -1 4202560 44942 0 0 0 324 16 0 0 15 0 22 0 529940978 16136577024 80335 33554432000 1073741824 1073778376 140736450224096 18446744073709551615 208092048281 0 4 0 16800975 18446604471139878144 0 0 -1 5 0 0 0
[pid=27509/tid=27519] ppid=27507 vsize=15758376 CPUtime=3.24 cores=1,3,5,7
/proc/27509/task/27519/stat : 27519 (java) S 27507 27509 26973 0 -1 4202560 44564 0 0 0 309 15 0 0 15 0 22 0 529940978 16136577024 80335 33554432000 1073741824 1073778376 140736450224096 18446744073709551615 208092048281 0 4 0 16800975 18446604471139878144 0 0 -1 1 0 0 0
[pid=27509/tid=27520] ppid=27507 vsize=15758376 CPUtime=2.39 cores=1,3,5,7
/proc/27509/task/27520/stat : 27520 (java) S 27507 27509 26973 0 -1 4202560 2571 0 0 0 179 60 0 0 15 0 22 0 529940979 16136577024 80335 33554432000 1073741824 1073778376 140736450224096 18446744073709551615 208092048896 0 0 0 16800975 18446604471139878144 0 0 -1 3 0 0 0
[pid=27509/tid=27521] ppid=27507 vsize=15758376 CPUtime=0 cores=1,3,5,7
/proc/27509/task/27521/stat : 27521 (java) S 27507 27509 26973 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 529940979 16136577024 80335 33554432000 1073741824 1073778376 140736450224096 18446744073709551615 208092048281 0 4 0 16800975 18446604471139878144 0 0 -1 3 0 0 0
[pid=27509/tid=27522] ppid=27507 vsize=15758376 CPUtime=0 cores=1,3,5,7
/proc/27509/task/27522/stat : 27522 (java) S 27507 27509 26973 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 529940980 16136577024 80335 33554432000 1073741824 1073778376 140736450224096 18446744073709551615 208092048281 0 4 0 16800975 18446604471139878144 0 0 -1 3 0 0 0
[pid=27509/tid=27523] ppid=27507 vsize=15758376 CPUtime=0 cores=1,3,5,7
/proc/27509/task/27523/stat : 27523 (java) S 27507 27509 26973 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529940982 16136577024 80335 33554432000 1073741824 1073778376 140736450224096 18446744073709551615 208092055985 0 4 0 16800975 18446604471139878144 0 0 -1 3 0 0 0
[pid=27509/tid=27524] ppid=27507 vsize=15758376 CPUtime=0.72 cores=1,3,5,7
/proc/27509/task/27524/stat : 27524 (java) S 27507 27509 26973 0 -1 4202560 2746 0 0 0 72 0 0 0 15 0 22 0 529940982 16136577024 80335 33554432000 1073741824 1073778376 140736450224096 18446744073709551615 208092048281 0 4 0 16800975 18446604471139878144 0 0 -1 7 0 0 0
[pid=27509/tid=27525] ppid=27507 vsize=15758376 CPUtime=0.81 cores=1,3,5,7
/proc/27509/task/27525/stat : 27525 (java) S 27507 27509 26973 0 -1 4202560 6082 0 0 0 81 0 0 0 15 0 22 0 529940982 16136577024 80335 33554432000 1073741824 1073778376 140736450224096 18446744073709551615 208092048281 0 4 0 16800975 18446604471139878144 0 0 -1 1 0 0 0
[pid=27509/tid=27526] ppid=27507 vsize=15758376 CPUtime=0 cores=1,3,5,7
/proc/27509/task/27526/stat : 27526 (java) S 27507 27509 26973 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529940982 16136577024 80335 33554432000 1073741824 1073778376 140736450224096 18446744073709551615 208092048281 0 4 0 16800975 18446604471139878144 0 0 -1 3 0 0 0
[pid=27509/tid=27527] ppid=27507 vsize=15758376 CPUtime=0 cores=1,3,5,7
/proc/27509/task/27527/stat : 27527 (java) S 27507 27509 26973 0 -1 4202560 62 0 0 0 0 0 0 0 15 0 22 0 529940982 16136577024 80335 33554432000 1073741824 1073778376 140736450224096 18446744073709551615 208092048896 0 4 0 16800975 18446604471139878144 0 0 -1 3 0 0 0
[pid=27509/tid=27528] ppid=27507 vsize=15758376 CPUtime=1193.18 cores=1,3,5,7
/proc/27509/task/27528/stat : 27528 (java) R 27507 27509 26973 0 -1 4202560 173153 0 0 0 119278 40 0 0 25 0 22 0 529941001 16136577024 80335 33554432000 1073741824 1073778376 140736450224096 18446744073709551615 46912505684766 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=27509/tid=27529] ppid=27507 vsize=15758376 CPUtime=1192.06 cores=1,3,5,7
/proc/27509/task/27529/stat : 27529 (java) R 27507 27509 26973 0 -1 4202560 162391 0 0 0 119169 37 0 0 25 0 22 0 529941001 16136577024 80335 33554432000 1073741824 1073778376 140736450224096 18446744073709551615 46912505670604 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=27509/tid=27530] ppid=27507 vsize=15758376 CPUtime=1192.42 cores=1,3,5,7
/proc/27509/task/27530/stat : 27530 (java) R 27507 27509 26973 0 -1 4202560 169971 0 0 0 119203 39 0 0 25 0 22 0 529941001 16136577024 80335 33554432000 1073741824 1073778376 140736450224096 18446744073709551615 46912505806972 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=27509/tid=27531] ppid=27507 vsize=15758376 CPUtime=1191.63 cores=1,3,5,7
/proc/27509/task/27531/stat : 27531 (java) R 27507 27509 26973 0 -1 4202560 167334 0 0 0 119126 37 0 0 25 0 22 0 529941001 16136577024 80335 33554432000 1073741824 1073778376 140736450224096 18446744073709551615 46912505722767 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.36
Current children cumulated vsize (KiB) 15758376

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.43
CPU time (s): 4800.41
CPU user time (s): 4796.93
CPU system time (s): 3.47947
CPU usage (%): 397.572
Max. virtual memory (cumulated for all children) (KiB): 15758376

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4796.93
system time used= 3.47947
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1057407
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= 338299
involuntary context switches= 168825

runsolver used 1.91171 second user time and 4.71228 second system time

The end

Launcher Data

Begin job on node127 at 2011-04-30 19:10:13
IDJOB=3312974
IDBENCH=83211
IDSOLVER=1699
FILE ID=node127/3312974-1304183413
RUNJOBID= node127-1304180985-26992
PBS_JOBID= 13172458
Free space on /tmp= 72736 MiB

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

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

MD5SUM BENCH= 78a2cc7b74fc3d9947709f16156cc565
RANDOM SEED=335743673

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      26589788 kB
Buffers:       1316356 kB
Cached:        3390792 kB
SwapCached:          8 kB
Active:        1392868 kB
Inactive:      4502524 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      26589788 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:            3760 kB
Writeback:           0 kB
AnonPages:     1188068 kB
Mapped:          23600 kB
Slab:           400148 kB
PageTables:       7128 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  2285572 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= 72736 MiB
End job on node127 at 2011-04-30 19:30:23