Trace number 3313147

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.1UNSAT 126.324 32.7413

General information on the benchmark

Namecrafted/skvortsov/battleship/
battleship-7-12-unsat.cnf
MD5SUM72a4d94c7603cb921acb8c9bb848aa10
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark11.2073
Satisfiable
(Un)Satisfiability was proved
Number of variables84
Number of clauses301
Sum of the clauses size1092
Maximum clause length12
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2252
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 549

Solver Data

0.10/0.11	11:10 INFO : Reading from input HOME/instance-3313147-1304183470.cnf
0.10/0.17	Executor set job limit to 1000000
0.10/0.17	Executor set job limit to 1000000
0.10/0.17	Executor set job limit to 1000000
0.10/0.17	Executor set job limit to 1000000
0.10/0.17	Starting Executor!
0.10/0.18	Starting Executor!
0.10/0.18	Starting Executor!
0.10/0.18	Starting Executor!
0.24/0.20	11:10 INFO : 84 variables remaining out of 84
0.24/0.20	11:10 INFO : 2149 literals remaining out of 1393
126.30/32.72	c Elapsed time 32.61
126.30/32.72	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

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

running on 4 cores: 0,2,4,6

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.47 7.95 8.04 5/198 30108
/proc/meminfo: memFree=29423216/32951124 swapFree=67111464/67111528
[pid=30108] ppid=30106 vsize=26088 CPUtime=0 cores=0,2,4,6
/proc/30108/stat : 30108 (java) S 30106 30108 29719 0 -1 4202496 1411 0 0 0 0 0 0 0 25 0 2 0 608577531 26714112 881 33554432000 1073741824 1073778376 140733586638288 18446744073709551615 260032198629 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/30108/statm: 6522 885 678 9 0 381 0
[pid=30108/tid=30109] ppid=30106 vsize=26088 CPUtime=0 cores=0,2,4,6
/proc/30108/task/30109/stat : 30109 (java) S 30106 30108 29719 0 -1 4202560 56 0 0 0 0 0 0 0 25 0 2 0 608577531 26714112 885 33554432000 1073741824 1073778376 140733586638288 18446744073709551615 260015472263 0 2147483391 4096 0 18446744071699199166 0 0 -1 4 0 0 0

[startup+0.0443499 s]
/proc/loadavg: 7.47 7.95 8.04 5/198 30108
/proc/meminfo: memFree=29423216/32951124 swapFree=67111464/67111528
[pid=30108] ppid=30106 vsize=15604248 CPUtime=0.03 cores=0,2,4,6
/proc/30108/stat : 30108 (java) S 30106 30108 29719 0 -1 4202496 3883 0 1 0 3 0 0 0 25 0 13 0 608577531 15978749952 3321 33554432000 1073741824 1073778376 140733586638288 18446744073709551615 260032198629 0 0 0 16800971 18446744073709551615 0 0 17 4 0 0 0
/proc/30108/statm: 3901062 3321 1689 9 0 3891810 0
[pid=30108/tid=30109] ppid=30106 vsize=15604248 CPUtime=0.03 cores=0,2,4,6
/proc/30108/task/30109/stat : 30109 (java) R 30106 30108 29719 0 -1 4202560 2491 0 1 0 3 0 0 0 25 0 13 0 608577531 15978749952 3321 33554432000 1073741824 1073778376 140733586638288 18446744073709551615 260020393984 0 4 0 16800971 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 15604248

[startup+0.100316 s]
/proc/loadavg: 7.47 7.95 8.04 5/198 30108
/proc/meminfo: memFree=29423216/32951124 swapFree=67111464/67111528
[pid=30108] ppid=30106 vsize=15742148 CPUtime=0.1 cores=0,2,4,6
/proc/30108/stat : 30108 (java) S 30106 30108 29719 0 -1 4202496 5637 0 1 0 9 1 0 0 25 0 18 0 608577531 16119959552 5033 33554432000 1073741824 1073778376 140733586638288 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/30108/statm: 3935537 5034 2117 9 0 3926256 0
[pid=30108/tid=30109] ppid=30106 vsize=15742148 CPUtime=0.08 cores=0,2,4,6
/proc/30108/task/30109/stat : 30109 (java) R 30106 30108 29719 0 -1 4202560 3476 0 1 0 7 1 0 0 18 0 18 0 608577531 16119959552 5035 33554432000 1073741824 1073778376 140733586638288 18446744073709551615 47523941687203 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15742148

[startup+0.30527 s]
/proc/loadavg: 7.47 7.95 8.04 5/198 30108
/proc/meminfo: memFree=29423216/32951124 swapFree=67111464/67111528
[pid=30108] ppid=30106 vsize=15746400 CPUtime=0.46 cores=0,2,4,6
/proc/30108/stat : 30108 (java) S 30106 30108 29719 0 -1 4202496 9758 0 1 0 44 2 0 0 25 0 22 0 608577531 16124313600 8191 33554432000 1073741824 1073778376 140733586638288 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/30108/statm: 3936600 8191 2212 9 0 3927319 0
[pid=30108/tid=30109] ppid=30106 vsize=15746400 CPUtime=0.19 cores=0,2,4,6
/proc/30108/task/30109/stat : 30109 (java) S 30106 30108 29719 0 -1 4202560 4585 0 1 0 18 1 0 0 19 0 22 0 608577531 16124313600 8191 33554432000 1073741824 1073778376 140733586638288 18446744073709551615 260032211865 0 4 0 16800975 18446604453928053696 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 15746400

[startup+0.807147 s]
/proc/loadavg: 7.47 7.95 8.04 5/198 30108
/proc/meminfo: memFree=29423216/32951124 swapFree=67111464/67111528
[pid=30108] ppid=30106 vsize=15746400 CPUtime=2.42 cores=0,2,4,6
/proc/30108/stat : 30108 (java) S 30106 30108 29719 0 -1 4202496 45924 0 1 0 235 7 0 0 25 0 22 0 608577531 16124313600 40562 33554432000 1073741824 1073778376 140733586638288 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/30108/statm: 3936600 40563 2282 9 0 3927319 0
[pid=30108/tid=30109] ppid=30106 vsize=15746400 CPUtime=0.19 cores=0,2,4,6
/proc/30108/task/30109/stat : 30109 (java) S 30106 30108 29719 0 -1 4202560 4585 0 1 0 18 1 0 0 19 0 22 0 608577531 16124313600 40563 33554432000 1073741824 1073778376 140733586638288 18446744073709551615 260032211865 0 4 0 16800975 18446604453928053696 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.42
Current children cumulated vsize (KiB) 15746400

[startup+1.50102 s]
/proc/loadavg: 7.47 7.95 8.04 9/220 30130
/proc/meminfo: memFree=29144636/32951124 swapFree=67111464/67111528
[pid=30108] ppid=30106 vsize=15746400 CPUtime=5.17 cores=0,2,4,6
/proc/30108/stat : 30108 (java) S 30106 30108 29719 0 -1 4202496 78694 0 1 0 507 10 0 0 25 0 22 0 608577531 16124313600 72676 33554432000 1073741824 1073778376 140733586638288 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/30108/statm: 3936600 72676 2287 9 0 3927319 0
[pid=30108/tid=30109] ppid=30106 vsize=15746400 CPUtime=0.19 cores=0,2,4,6
/proc/30108/task/30109/stat : 30109 (java) S 30106 30108 29719 0 -1 4202560 4585 0 1 0 18 1 0 0 19 0 22 0 608577531 16124313600 72676 33554432000 1073741824 1073778376 140733586638288 18446744073709551615 260032211865 0 4 0 16800975 18446604453928053696 0 0 -1 0 0 0 0
[pid=30108/tid=30111] ppid=30106 vsize=15746400 CPUtime=0 cores=0,2,4,6
/proc/30108/task/30111/stat : 30111 (java) S 30106 30108 29719 0 -1 4202560 252 0 0 0 0 0 0 0 15 0 22 0 608577532 16124313600 72676 33554432000 1073741824 1073778376 140733586638288 18446744073709551615 260032211865 0 4 0 16800975 18446604453928053696 0 0 -1 4 0 0 0
[pid=30108/tid=30112] ppid=30106 vsize=15746400 CPUtime=0 cores=0,2,4,6
/proc/30108/task/30112/stat : 30112 (java) S 30106 30108 29719 0 -1 4202560 136 0 0 0 0 0 0 0 16 0 22 0 608577532 16124313600 72676 33554432000 1073741824 1073778376 140733586638288 18446744073709551615 260032211865 0 4 0 16800975 18446604453928053696 0 0 -1 6 0 0 0
[pid=30108/tid=30113] ppid=30106 vsize=15746400 CPUtime=0 cores=0,2,4,6
/proc/30108/task/30113/stat : 30113 (java) S 30106 30108 29719 0 -1 4202560 189 0 0 0 0 0 0 0 15 0 22 0 608577532 16124313600 72676 33554432000 1073741824 1073778376 140733586638288 18446744073709551615 260032211865 0 4 0 16800975 18446604453928053696 0 0 -1 6 0 0 0
[pid=30108/tid=30114] ppid=30106 vsize=15746400 CPUtime=0 cores=0,2,4,6
/proc/30108/task/30114/stat : 30114 (java) S 30106 30108 29719 0 -1 4202560 204 0 0 0 0 0 0 0 15 0 22 0 608577532 16124313600 72676 33554432000 1073741824 1073778376 140733586638288 18446744073709551615 260032211865 0 4 0 16800975 18446604453928053696 0 0 -1 0 0 0 0
[pid=30108/tid=30115] ppid=30106 vsize=15746400 CPUtime=0 cores=0,2,4,6
/proc/30108/task/30115/stat : 30115 (java) S 30106 30108 29719 0 -1 4202560 31 0 0 0 0 0 0 0 15 0 22 0 608577532 16124313600 72676 33554432000 1073741824 1073778376 140733586638288 18446744073709551615 260032211865 0 4 0 16800975 18446604453928053696 0 0 -1 4 0 0 0
[pid=30108/tid=30116] ppid=30106 vsize=15746400 CPUtime=0 cores=0,2,4,6
/proc/30108/task/30116/stat : 30116 (java) S 30106 30108 29719 0 -1 4202560 201 0 0 0 0 0 0 0 15 0 22 0 608577532 16124313600 72676 33554432000 1073741824 1073778376 140733586638288 18446744073709551615 260032211865 0 4 0 16800975 18446604453928053696 0 0 -1 2 0 0 0
[pid=30108/tid=30117] ppid=30106 vsize=15746400 CPUtime=0 cores=0,2,4,6
/proc/30108/task/30117/stat : 30117 (java) S 30106 30108 29719 0 -1 4202560 166 0 0 0 0 0 0 0 15 0 22 0 608577532 16124313600 72676 33554432000 1073741824 1073778376 140733586638288 18446744073709551615 260032211865 0 4 0 16800975 18446604453928053696 0 0 -1 6 0 0 0
[pid=30108/tid=30118] ppid=30106 vsize=15746400 CPUtime=0 cores=0,2,4,6
/proc/30108/task/30118/stat : 30118 (java) S 30106 30108 29719 0 -1 4202560 161 0 0 0 0 0 0 0 16 0 22 0 608577532 16124313600 72676 33554432000 1073741824 1073778376 140733586638288 18446744073709551615 260032211865 0 4 0 16800975 18446604453928053696 0 0 -1 2 0 0 0
[pid=30108/tid=30119] ppid=30106 vsize=15746400 CPUtime=0 cores=0,2,4,6
/proc/30108/task/30119/stat : 30119 (java) S 30106 30108 29719 0 -1 4202560 71 0 0 0 0 0 0 0 15 0 22 0 608577533 16124313600 72676 33554432000 1073741824 1073778376 140733586638288 18446744073709551615 260032212480 0 0 0 16800975 18446604453928053696 0 0 -1 0 0 0 0
[pid=30108/tid=30120] ppid=30106 vsize=15746400 CPUtime=0 cores=0,2,4,6
/proc/30108/task/30120/stat : 30120 (java) S 30106 30108 29719 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 22 0 608577533 16124313600 72676 33554432000 1073741824 1073778376 140733586638288 18446744073709551615 260032211865 0 4 0 16800975 18446604453928053696 0 0 -1 2 0 0 0
[pid=30108/tid=30121] ppid=30106 vsize=15746400 CPUtime=0 cores=0,2,4,6
/proc/30108/task/30121/stat : 30121 (java) S 30106 30108 29719 0 -1 4202560 13 0 0 0 0 0 0 0 19 0 22 0 608577533 16124313600 72676 33554432000 1073741824 1073778376 140733586638288 18446744073709551615 260032211865 0 4 0 16800975 18446604453928053696 0 0 -1 2 0 0 0
[pid=30108/tid=30122] ppid=30106 vsize=15746400 CPUtime=0 cores=0,2,4,6
/proc/30108/task/30122/stat : 30122 (java) S 30106 30108 29719 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 608577535 16124313600 72676 33554432000 1073741824 1073778376 140733586638288 18446744073709551615 260032219569 0 4 0 16800975 18446604453928053696 0 0 -1 4 0 0 0
[pid=30108/tid=30123] ppid=30106 vsize=15746400 CPUtime=0.54 cores=0,2,4,6
/proc/30108/task/30123/stat : 30123 (java) S 30106 30108 29719 0 -1 4202560 5184 0 0 0 54 0 0 0 16 0 22 0 608577535 16124313600 72676 33554432000 1073741824 1073778376 140733586638288 18446744073709551615 260032211865 0 4 0 16800975 18446604453928053696 0 0 -1 2 0 0 0
[pid=30108/tid=30124] ppid=30106 vsize=15746400 CPUtime=0.62 cores=0,2,4,6
/proc/30108/task/30124/stat : 30124 (java) S 30106 30108 29719 0 -1 4202560 3900 0 0 0 62 0 0 0 16 0 22 0 608577535 16124313600 72676 33554432000 1073741824 1073778376 140733586638288 18446744073709551615 260032211865 0 4 0 16800975 18446604453928053696 0 0 -1 0 0 0 0
[pid=30108/tid=30125] ppid=30106 vsize=15746400 CPUtime=0 cores=0,2,4,6
/proc/30108/task/30125/stat : 30125 (java) S 30106 30108 29719 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 608577535 16124313600 72676 33554432000 1073741824 1073778376 140733586638288 18446744073709551615 260032211865 0 4 0 16800975 18446604453928053696 0 0 -1 4 0 0 0
[pid=30108/tid=30126] ppid=30106 vsize=15746400 CPUtime=0 cores=0,2,4,6
/proc/30108/task/30126/stat : 30126 (java) S 30106 30108 29719 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 608577535 16124313600 72676 33554432000 1073741824 1073778376 140733586638288 18446744073709551615 260032212480 0 4 0 16800975 18446604453928053696 0 0 -1 4 0 0 0
[pid=30108/tid=30127] ppid=30106 vsize=15746400 CPUtime=0.78 cores=0,2,4,6
/proc/30108/task/30127/stat : 30127 (java) R 30106 30108 29719 0 -1 4202560 10504 0 0 0 78 0 0 0 20 0 22 0 608577549 16124313600 72676 33554432000 1073741824 1073778376 140733586638288 18446744073709551615 46912505643127 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30108/tid=30128] ppid=30106 vsize=15746400 CPUtime=1.02 cores=0,2,4,6
/proc/30108/task/30128/stat : 30128 (java) R 30106 30108 29719 0 -1 4202560 19394 0 0 0 100 2 0 0 19 0 22 0 608577549 16124313600 72676 33554432000 1073741824 1073778376 140733586638288 18446744073709551615 46912505545951 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=30108/tid=30129] ppid=30106 vsize=15746400 CPUtime=1.15 cores=0,2,4,6
/proc/30108/task/30129/stat : 30129 (java) R 30106 30108 29719 0 -1 4202560 21919 0 0 0 113 2 0 0 17 0 22 0 608577549 16124313600 72676 33554432000 1073741824 1073778376 140733586638288 18446744073709551615 46912505635997 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=30108/tid=30130] ppid=30106 vsize=15746400 CPUtime=0.79 cores=0,2,4,6
/proc/30108/task/30130/stat : 30130 (java) R 30106 30108 29719 0 -1 4202560 10405 0 0 0 78 1 0 0 20 0 22 0 608577549 16124313600 72676 33554432000 1073741824 1073778376 140733586638288 18446744073709551615 46912505589228 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5.17
Current children cumulated vsize (KiB) 15746400

[startup+3.10073 s]
/proc/loadavg: 7.47 7.95 8.04 9/220 30130
/proc/meminfo: memFree=29153812/32951124 swapFree=67111464/67111528
[pid=30108] ppid=30106 vsize=15746400 CPUtime=11.53 cores=0,2,4,6
/proc/30108/stat : 30108 (java) S 30106 30108 29719 0 -1 4202496 79666 0 1 0 1142 11 0 0 25 0 22 0 608577531 16124313600 72893 33554432000 1073741824 1073778376 140733586638288 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/30108/statm: 3936600 72893 2287 9 0 3927319 0
[pid=30108/tid=30109] ppid=30106 vsize=15746400 CPUtime=0.19 cores=0,2,4,6
/proc/30108/task/30109/stat : 30109 (java) S 30106 30108 29719 0 -1 4202560 4585 0 1 0 18 1 0 0 19 0 22 0 608577531 16124313600 72893 33554432000 1073741824 1073778376 140733586638288 18446744073709551615 260032211865 0 4 0 16800975 18446604453928053696 0 0 -1 0 0 0 0
[pid=30108/tid=30111] ppid=30106 vsize=15746400 CPUtime=0 cores=0,2,4,6
/proc/30108/task/30111/stat : 30111 (java) S 30106 30108 29719 0 -1 4202560 355 0 0 0 0 0 0 0 15 0 22 0 608577532 16124313600 72893 33554432000 1073741824 1073778376 140733586638288 18446744073709551615 260032211865 0 4 0 16800975 18446604453928053696 0 0 -1 4 0 0 0
[pid=30108/tid=30112] ppid=30106 vsize=15746400 CPUtime=0 cores=0,2,4,6
/proc/30108/task/30112/stat : 30112 (java) S 30106 30108 29719 0 -1 4202560 245 0 0 0 0 0 0 0 15 0 22 0 608577532 16124313600 72893 33554432000 1073741824 1073778376 140733586638288 18446744073709551615 260032211865 0 4 0 16800975 18446604453928053696 0 0 -1 4 0 0 0
[pid=30108/tid=30113] ppid=30106 vsize=15746400 CPUtime=0 cores=0,2,4,6
/proc/30108/task/30113/stat : 30113 (java) S 30106 30108 29719 0 -1 4202560 242 0 0 0 0 0 0 0 15 0 22 0 608577532 16124313600 72893 33554432000 1073741824 1073778376 140733586638288 18446744073709551615 260032211865 0 4 0 16800975 18446604453928053696 0 0 -1 0 0 0 0
[pid=30108/tid=30114] ppid=30106 vsize=15746400 CPUtime=0 cores=0,2,4,6
/proc/30108/task/30114/stat : 30114 (java) S 30106 30108 29719 0 -1 4202560 354 0 0 0 0 0 0 0 15 0 22 0 608577532 16124313600 72893 33554432000 1073741824 1073778376 140733586638288 18446744073709551615 260032211865 0 4 0 16800975 18446604453928053696 0 0 -1 0 0 0 0
[pid=30108/tid=30115] ppid=30106 vsize=15746400 CPUtime=0 cores=0,2,4,6
/proc/30108/task/30115/stat : 30115 (java) S 30106 30108 29719 0 -1 4202560 204 0 0 0 0 0 0 0 15 0 22 0 608577532 16124313600 72893 33554432000 1073741824 1073778376 140733586638288 18446744073709551615 260032211865 0 4 0 16800975 18446604453928053696 0 0 -1 4 0 0 0
[pid=30108/tid=30116] ppid=30106 vsize=15746400 CPUtime=0 cores=0,2,4,6
/proc/30108/task/30116/stat : 30116 (java) S 30106 30108 29719 0 -1 4202560 298 0 0 0 0 0 0 0 15 0 22 0 608577532 16124313600 72893 33554432000 1073741824 1073778376 140733586638288 18446744073709551615 260032211865 0 4 0 16800975 18446604453928053696 0 0 -1 2 0 0 0
[pid=30108/tid=30117] ppid=30106 vsize=15746400 CPUtime=0 cores=0,2,4,6
/proc/30108/task/30117/stat : 30117 (java) S 30106 30108 29719 0 -1 4202560 314 0 0 0 0 0 0 0 15 0 22 0 608577532 16124313600 72893 33554432000 1073741824 1073778376 140733586638288 18446744073709551615 260032211865 0 4 0 16800975 18446604453928053696 0 0 -1 6 0 0 0
[pid=30108/tid=30118] ppid=30106 vsize=15746400 CPUtime=0 cores=0,2,4,6
/proc/30108/task/30118/stat : 30118 (java) S 30106 30108 29719 0 -1 4202560 284 0 0 0 0 0 0 0 15 0 22 0 608577532 16124313600 72893 33554432000 1073741824 1073778376 140733586638288 18446744073709551615 260032211865 0 4 0 16800975 18446604453928053696 0 0 -1 6 0 0 0
[pid=30108/tid=30119] ppid=30106 vsize=15746400 CPUtime=0 cores=0,2,4,6
/proc/30108/task/30119/stat : 30119 (java) S 30106 30108 29719 0 -1 4202560 71 0 0 0 0 0 0 0 16 0 22 0 608577533 16124313600 72893 33554432000 1073741824 1073778376 140733586638288 18446744073709551615 260032212480 0 0 0 16800975 18446604453928053696 0 0 -1 0 0 0 0
[pid=30108/tid=30120] ppid=30106 vsize=15746400 CPUtime=0 cores=0,2,4,6
/proc/30108/task/30120/stat : 30120 (java) S 30106 30108 29719 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 22 0 608577533 16124313600 72893 33554432000 1073741824 1073778376 140733586638288 18446744073709551615 260032211865 0 4 0 16800975 18446604453928053696 0 0 -1 2 0 0 0
[pid=30108/tid=30121] ppid=30106 vsize=15746400 CPUtime=0 cores=0,2,4,6
/proc/30108/task/30121/stat : 30121 (java) S 30106 30108 29719 0 -1 4202560 13 0 0 0 0 0 0 0 19 0 22 0 608577533 16124313600 72893 33554432000 1073741824 1073778376 140733586638288 18446744073709551615 260032211865 0 4 0 16800975 18446604453928053696 0 0 -1 2 0 0 0
[pid=30108/tid=30122] ppid=30106 vsize=15746400 CPUtime=0 cores=0,2,4,6
/proc/30108/task/30122/stat : 30122 (java) S 30106 30108 29719 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 608577535 16124313600 72893 33554432000 1073741824 1073778376 140733586638288 18446744073709551615 260032219569 0 4 0 16800975 18446604453928053696 0 0 -1 4 0 0 0
[pid=30108/tid=30123] ppid=30106 vsize=15746400 CPUtime=0.54 cores=0,2,4,6
/proc/30108/task/30123/stat : 30123 (java) S 30106 30108 29719 0 -1 4202560 5184 0 0 0 54 0 0 0 16 0 22 0 608577535 16124313600 72893 33554432000 1073741824 1073778376 140733586638288 18446744073709551615 260032211865 0 4 0 16800975 18446604453928053696 0 0 -1 2 0 0 0
[pid=30108/tid=30124] ppid=30106 vsize=15746400 CPUtime=0.62 cores=0,2,4,6
/proc/30108/task/30124/stat : 30124 (java) S 30106 30108 29719 0 -1 4202560 3900 0 0 0 62 0 0 0 15 0 22 0 608577535 16124313600 72893 33554432000 1073741824 1073778376 140733586638288 18446744073709551615 260032211865 0 4 0 16800975 18446604453928053696 0 0 -1 0 0 0 0
[pid=30108/tid=30125] ppid=30106 vsize=15746400 CPUtime=0 cores=0,2,4,6
/proc/30108/task/30125/stat : 30125 (java) S 30106 30108 29719 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 608577535 16124313600 72893 33554432000 1073741824 1073778376 140733586638288 18446744073709551615 260032211865 0 4 0 16800975 18446604453928053696 0 0 -1 4 0 0 0
[pid=30108/tid=30126] ppid=30106 vsize=15746400 CPUtime=0 cores=0,2,4,6
/proc/30108/task/30126/stat : 30126 (java) S 30106 30108 29719 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 608577535 16124313600 72893 33554432000 1073741824 1073778376 140733586638288 18446744073709551615 260032212480 0 4 0 16800975 18446604453928053696 0 0 -1 4 0 0 0
[pid=30108/tid=30127] ppid=30106 vsize=15746400 CPUtime=2.36 cores=0,2,4,6
/proc/30108/task/30127/stat : 30127 (java) R 30106 30108 29719 0 -1 4202560 10506 0 0 0 236 0 0 0 25 0 22 0 608577549 16124313600 72893 33554432000 1073741824 1073778376 140733586638288 18446744073709551615 46912505700184 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30108/tid=30128] ppid=30106 vsize=15746400 CPUtime=2.6 cores=0,2,4,6
/proc/30108/task/30128/stat : 30128 (java) R 30106 30108 29719 0 -1 4202560 19398 0 0 0 258 2 0 0 19 0 22 0 608577549 16124313600 72893 33554432000 1073741824 1073778376 140733586638288 18446744073709551615 46912505535814 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=30108/tid=30129] ppid=30106 vsize=15746400 CPUtime=2.73 cores=0,2,4,6
/proc/30108/task/30129/stat : 30129 (java) R 30106 30108 29719 0 -1 4202560 21923 0 0 0 271 2 0 0 19 0 22 0 608577549 16124313600 72893 33554432000 1073741824 1073778376 140733586638288 18446744073709551615 46912505893178 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=30108/tid=30130] ppid=30106 vsize=15746400 CPUtime=2.37 cores=0,2,4,6
/proc/30108/task/30130/stat : 30130 (java) R 30106 30108 29719 0 -1 4202560 10411 0 0 0 236 1 0 0 25 0 22 0 608577549 16124313600 72893 33554432000 1073741824 1073778376 140733586638288 18446744073709551615 46912505689632 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 11.53
Current children cumulated vsize (KiB) 15746400

[startup+6.30113 s]
/proc/loadavg: 7.51 7.95 8.04 9/220 30130
/proc/meminfo: memFree=29183140/32951124 swapFree=67111464/67111528
[pid=30108] ppid=30106 vsize=15746400 CPUtime=24.21 cores=0,2,4,6
/proc/30108/stat : 30108 (java) S 30106 30108 29719 0 -1 4202496 82190 0 1 0 2407 14 0 0 25 0 22 0 608577531 16124313600 73930 33554432000 1073741824 1073778376 140733586638288 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/30108/statm: 3936600 73930 2287 9 0 3927319 0
[pid=30108/tid=30109] ppid=30106 vsize=15746400 CPUtime=0.19 cores=0,2,4,6
/proc/30108/task/30109/stat : 30109 (java) S 30106 30108 29719 0 -1 4202560 4585 0 1 0 18 1 0 0 19 0 22 0 608577531 16124313600 73930 33554432000 1073741824 1073778376 140733586638288 18446744073709551615 260032211865 0 4 0 16800975 18446604453928053696 0 0 -1 0 0 0 0
[pid=30108/tid=30111] ppid=30106 vsize=15746400 CPUtime=0.01 cores=0,2,4,6
/proc/30108/task/30111/stat : 30111 (java) S 30106 30108 29719 0 -1 4202560 580 0 0 0 1 0 0 0 15 0 22 0 608577532 16124313600 73930 33554432000 1073741824 1073778376 140733586638288 18446744073709551615 260032211865 0 4 0 16800975 18446604453928053696 0 0 -1 6 0 0 0
[pid=30108/tid=30112] ppid=30106 vsize=15746400 CPUtime=0 cores=0,2,4,6
/proc/30108/task/30112/stat : 30112 (java) S 30106 30108 29719 0 -1 4202560 517 0 0 0 0 0 0 0 15 0 22 0 608577532 16124313600 73930 33554432000 1073741824 1073778376 140733586638288 18446744073709551615 260032211865 0 4 0 16800975 18446604453928053696 0 0 -1 0 0 0 0
[pid=30108/tid=30113] ppid=30106 vsize=15746400 CPUtime=0.01 cores=0,2,4,6
/proc/30108/task/30113/stat : 30113 (java) S 30106 30108 29719 0 -1 4202560 407 0 0 0 1 0 0 0 15 0 22 0 608577532 16124313600 73930 33554432000 1073741824 1073778376 140733586638288 18446744073709551615 260032211865 0 4 0 16800975 18446604453928053696 0 0 -1 6 0 0 0
[pid=30108/tid=30114] ppid=30106 vsize=15746400 CPUtime=0.01 cores=0,2,4,6
/proc/30108/task/30114/stat : 30114 (java) S 30106 30108 29719 0 -1 4202560 476 0 0 0 1 0 0 0 16 0 22 0 608577532 16124313600 73930 33554432000 1073741824 1073778376 140733586638288 18446744073709551615 260032211865 0 4 0 16800975 18446604453928053696 0 0 -1 4 0 0 0
[pid=30108/tid=30115] ppid=30106 vsize=15746400 CPUtime=0.01 cores=0,2,4,6
/proc/30108/task/30115/stat : 30115 (java) S 30106 30108 29719 0 -1 4202560 540 0 0 0 1 0 0 0 15 0 22 0 608577532 16124313600 73930 33554432000 1073741824 1073778376 140733586638288 18446744073709551615 260032211865 0 4 0 16800975 18446604453928053696 0 0 -1 0 0 0 0
[pid=30108/tid=30116] ppid=30106 vsize=15746400 CPUtime=0.01 cores=0,2,4,6
/proc/30108/task/30116/stat : 30116 (java) S 30106 30108 29719 0 -1 4202560 558 0 0 0 1 0 0 0 15 0 22 0 608577532 16124313600 73930 33554432000 1073741824 1073778376 140733586638288 18446744073709551615 260032211865 0 4 0 16800975 18446604453928053696 0 0 -1 2 0 0 0
[pid=30108/tid=30117] ppid=30106 vsize=15746400 CPUtime=0 cores=0,2,4,6
/proc/30108/task/30117/stat : 30117 (java) S 30106 30108 29719 0 -1 4202560 501 0 0 0 0 0 0 0 15 0 22 0 608577532 16124313600 73930 33554432000 1073741824 1073778376 140733586638288 18446744073709551615 260032211865 0 4 0 16800975 18446604453928053696 0 0 -1 4 0 0 0
[pid=30108/tid=30118] ppid=30106 vsize=15746400 CPUtime=0.01 cores=0,2,4,6
/proc/30108/task/30118/stat : 30118 (java) S 30106 30108 29719 0 -1 4202560 511 0 0 0 1 0 0 0 15 0 22 0 608577532 16124313600 73930 33554432000 1073741824 1073778376 140733586638288 18446744073709551615 260032211865 0 4 0 16800975 18446604453928053696 0 0 -1 6 0 0 0

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

/proc/30108/task/30123/stat : 30123 (java) S 30106 30108 29719 0 -1 4202560 5186 0 0 0 55 0 0 0 15 0 22 0 608577535 16124313600 87008 33554432000 1073741824 1073778376 140733586638288 18446744073709551615 260032211865 0 4 0 16800975 18446604453928053696 0 0 -1 2 0 0 0
[pid=30108/tid=30124] ppid=30106 vsize=15746400 CPUtime=0.69 cores=0,2,4,6
/proc/30108/task/30124/stat : 30124 (java) S 30106 30108 29719 0 -1 4202560 3910 0 0 0 69 0 0 0 15 0 22 0 608577535 16124313600 87008 33554432000 1073741824 1073778376 140733586638288 18446744073709551615 260032211865 0 4 0 16800975 18446604453928053696 0 0 -1 0 0 0 0
[pid=30108/tid=30125] ppid=30106 vsize=15746400 CPUtime=0 cores=0,2,4,6
/proc/30108/task/30125/stat : 30125 (java) S 30106 30108 29719 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 608577535 16124313600 87008 33554432000 1073741824 1073778376 140733586638288 18446744073709551615 260032211865 0 4 0 16800975 18446604453928053696 0 0 -1 4 0 0 0
[pid=30108/tid=30126] ppid=30106 vsize=15746400 CPUtime=0 cores=0,2,4,6
/proc/30108/task/30126/stat : 30126 (java) S 30106 30108 29719 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 608577535 16124313600 87008 33554432000 1073741824 1073778376 140733586638288 18446744073709551615 260032212480 0 4 0 16800975 18446604453928053696 0 0 -1 2 0 0 0
[pid=30108/tid=30127] ppid=30106 vsize=15746400 CPUtime=29.97 cores=0,2,4,6
/proc/30108/task/30127/stat : 30127 (java) R 30106 30108 29719 0 -1 4202560 12917 0 0 0 2994 3 0 0 19 0 22 0 608577549 16124313600 87008 33554432000 1073741824 1073778376 140733586638288 18446744073709551615 46912505641062 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30108/tid=30128] ppid=30106 vsize=15746400 CPUtime=29.91 cores=0,2,4,6
/proc/30108/task/30128/stat : 30128 (java) R 30106 30108 29719 0 -1 4202560 22046 0 0 0 2984 7 0 0 18 0 22 0 608577549 16124313600 87008 33554432000 1073741824 1073778376 140733586638288 18446744073709551615 46912505545491 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=30108/tid=30129] ppid=30106 vsize=15746400 CPUtime=30.28 cores=0,2,4,6
/proc/30108/task/30129/stat : 30129 (java) R 30106 30108 29719 0 -1 4202560 24389 0 0 0 3023 5 0 0 18 0 22 0 608577549 16124313600 87008 33554432000 1073741824 1073778376 140733586638288 18446744073709551615 46912505589573 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=30108/tid=30130] ppid=30106 vsize=15746400 CPUtime=30.06 cores=0,2,4,6
/proc/30108/task/30130/stat : 30130 (java) R 30106 30108 29719 0 -1 4202560 12970 0 0 0 3002 4 0 0 17 0 22 0 608577549 16124313600 87008 33554432000 1073741824 1073778376 140733586638288 18446744073709551615 46912505571301 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 122.43
Current children cumulated vsize (KiB) 15746400

[startup+32.2074 s]
/proc/loadavg: 7.59 7.94 8.03 8/220 30130
/proc/meminfo: memFree=29229532/32951124 swapFree=67111464/67111528
[pid=30108] ppid=30106 vsize=15746400 CPUtime=125.46 cores=0,2,4,6
/proc/30108/stat : 30108 (java) S 30106 30108 29719 0 -1 4202496 105401 0 1 0 12515 31 0 0 25 0 22 0 608577531 16124313600 87073 33554432000 1073741824 1073778376 140733586638288 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/30108/statm: 3936600 87073 2287 9 0 3927319 0
[pid=30108/tid=30109] ppid=30106 vsize=15746400 CPUtime=0.19 cores=0,2,4,6
/proc/30108/task/30109/stat : 30109 (java) S 30106 30108 29719 0 -1 4202560 4585 0 1 0 18 1 0 0 19 0 22 0 608577531 16124313600 87073 33554432000 1073741824 1073778376 140733586638288 18446744073709551615 260032211865 0 4 0 16800975 18446604453928053696 0 0 -1 0 0 0 0
[pid=30108/tid=30111] ppid=30106 vsize=15746400 CPUtime=0.07 cores=0,2,4,6
/proc/30108/task/30111/stat : 30111 (java) S 30106 30108 29719 0 -1 4202560 2145 0 0 0 7 0 0 0 15 0 22 0 608577532 16124313600 87073 33554432000 1073741824 1073778376 140733586638288 18446744073709551615 260032211865 0 4 0 16800975 18446604453928053696 0 0 -1 0 0 0 0
[pid=30108/tid=30112] ppid=30106 vsize=15746400 CPUtime=0.07 cores=0,2,4,6
/proc/30108/task/30112/stat : 30112 (java) S 30106 30108 29719 0 -1 4202560 2230 0 0 0 7 0 0 0 15 0 22 0 608577532 16124313600 87073 33554432000 1073741824 1073778376 140733586638288 18446744073709551615 260032211865 0 4 0 16800975 18446604453928053696 0 0 -1 0 0 0 0
[pid=30108/tid=30113] ppid=30106 vsize=15746400 CPUtime=0.06 cores=0,2,4,6
/proc/30108/task/30113/stat : 30113 (java) S 30106 30108 29719 0 -1 4202560 1968 0 0 0 6 0 0 0 16 0 22 0 608577532 16124313600 87073 33554432000 1073741824 1073778376 140733586638288 18446744073709551615 260032211865 0 4 0 16800975 18446604453928053696 0 0 -1 4 0 0 0
[pid=30108/tid=30114] ppid=30106 vsize=15746400 CPUtime=0.07 cores=0,2,4,6
/proc/30108/task/30114/stat : 30114 (java) S 30106 30108 29719 0 -1 4202560 2173 0 0 0 7 0 0 0 15 0 22 0 608577532 16124313600 87073 33554432000 1073741824 1073778376 140733586638288 18446744073709551615 260032211865 0 4 0 16800975 18446604453928053696 0 0 -1 2 0 0 0
[pid=30108/tid=30115] ppid=30106 vsize=15746400 CPUtime=0.08 cores=0,2,4,6
/proc/30108/task/30115/stat : 30115 (java) S 30106 30108 29719 0 -1 4202560 2556 0 0 0 8 0 0 0 15 0 22 0 608577532 16124313600 87073 33554432000 1073741824 1073778376 140733586638288 18446744073709551615 260032211865 0 4 0 16800975 18446604453928053696 0 0 -1 2 0 0 0
[pid=30108/tid=30116] ppid=30106 vsize=15746400 CPUtime=0.07 cores=0,2,4,6
/proc/30108/task/30116/stat : 30116 (java) S 30106 30108 29719 0 -1 4202560 2267 0 0 0 7 0 0 0 15 0 22 0 608577532 16124313600 87073 33554432000 1073741824 1073778376 140733586638288 18446744073709551615 260032211865 0 4 0 16800975 18446604453928053696 0 0 -1 2 0 0 0
[pid=30108/tid=30117] ppid=30106 vsize=15746400 CPUtime=0.06 cores=0,2,4,6
/proc/30108/task/30117/stat : 30117 (java) S 30106 30108 29719 0 -1 4202560 1990 0 0 0 6 0 0 0 15 0 22 0 608577532 16124313600 87073 33554432000 1073741824 1073778376 140733586638288 18446744073709551615 260032211865 0 4 0 16800975 18446604453928053696 0 0 -1 4 0 0 0
[pid=30108/tid=30118] ppid=30106 vsize=15746400 CPUtime=0.08 cores=0,2,4,6
/proc/30108/task/30118/stat : 30118 (java) S 30106 30108 29719 0 -1 4202560 2546 0 0 0 8 0 0 0 15 0 22 0 608577532 16124313600 87073 33554432000 1073741824 1073778376 140733586638288 18446744073709551615 260032211865 0 4 0 16800975 18446604453928053696 0 0 -1 0 0 0 0
[pid=30108/tid=30119] ppid=30106 vsize=15746400 CPUtime=0.07 cores=0,2,4,6
/proc/30108/task/30119/stat : 30119 (java) S 30106 30108 29719 0 -1 4202560 116 0 0 0 6 1 0 0 15 0 22 0 608577533 16124313600 87073 33554432000 1073741824 1073778376 140733586638288 18446744073709551615 260032212480 0 0 0 16800975 18446604453928053696 0 0 -1 2 0 0 0
[pid=30108/tid=30120] ppid=30106 vsize=15746400 CPUtime=0 cores=0,2,4,6
/proc/30108/task/30120/stat : 30120 (java) S 30106 30108 29719 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 22 0 608577533 16124313600 87073 33554432000 1073741824 1073778376 140733586638288 18446744073709551615 260032211865 0 4 0 16800975 18446604453928053696 0 0 -1 2 0 0 0
[pid=30108/tid=30121] ppid=30106 vsize=15746400 CPUtime=0 cores=0,2,4,6
/proc/30108/task/30121/stat : 30121 (java) S 30106 30108 29719 0 -1 4202560 13 0 0 0 0 0 0 0 19 0 22 0 608577533 16124313600 87073 33554432000 1073741824 1073778376 140733586638288 18446744073709551615 260032211865 0 4 0 16800975 18446604453928053696 0 0 -1 2 0 0 0
[pid=30108/tid=30122] ppid=30106 vsize=15746400 CPUtime=0 cores=0,2,4,6
/proc/30108/task/30122/stat : 30122 (java) S 30106 30108 29719 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 608577535 16124313600 87073 33554432000 1073741824 1073778376 140733586638288 18446744073709551615 260032219569 0 4 0 16800975 18446604453928053696 0 0 -1 4 0 0 0
[pid=30108/tid=30123] ppid=30106 vsize=15746400 CPUtime=0.55 cores=0,2,4,6
/proc/30108/task/30123/stat : 30123 (java) S 30106 30108 29719 0 -1 4202560 5186 0 0 0 55 0 0 0 15 0 22 0 608577535 16124313600 87073 33554432000 1073741824 1073778376 140733586638288 18446744073709551615 260032211865 0 4 0 16800975 18446604453928053696 0 0 -1 2 0 0 0
[pid=30108/tid=30124] ppid=30106 vsize=15746400 CPUtime=0.69 cores=0,2,4,6
/proc/30108/task/30124/stat : 30124 (java) S 30106 30108 29719 0 -1 4202560 3910 0 0 0 69 0 0 0 15 0 22 0 608577535 16124313600 87073 33554432000 1073741824 1073778376 140733586638288 18446744073709551615 260032211865 0 4 0 16800975 18446604453928053696 0 0 -1 0 0 0 0
[pid=30108/tid=30125] ppid=30106 vsize=15746400 CPUtime=0 cores=0,2,4,6
/proc/30108/task/30125/stat : 30125 (java) S 30106 30108 29719 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 608577535 16124313600 87073 33554432000 1073741824 1073778376 140733586638288 18446744073709551615 260032211865 0 4 0 16800975 18446604453928053696 0 0 -1 4 0 0 0
[pid=30108/tid=30126] ppid=30106 vsize=15746400 CPUtime=0 cores=0,2,4,6
/proc/30108/task/30126/stat : 30126 (java) S 30106 30108 29719 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 608577535 16124313600 87073 33554432000 1073741824 1073778376 140733586638288 18446744073709551615 260032212480 0 4 0 16800975 18446604453928053696 0 0 -1 2 0 0 0
[pid=30108/tid=30127] ppid=30106 vsize=15746400 CPUtime=30.71 cores=0,2,4,6
/proc/30108/task/30127/stat : 30127 (java) R 30106 30108 29719 0 -1 4202560 12919 0 0 0 3068 3 0 0 17 0 22 0 608577549 16124313600 87073 33554432000 1073741824 1073778376 140733586638288 18446744073709551615 46912505566992 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=30108/tid=30128] ppid=30106 vsize=15746400 CPUtime=30.71 cores=0,2,4,6
/proc/30108/task/30128/stat : 30128 (java) R 30106 30108 29719 0 -1 4202560 22049 0 0 0 3064 7 0 0 18 0 22 0 608577549 16124313600 87073 33554432000 1073741824 1073778376 140733586638288 18446744073709551615 46912505546178 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=30108/tid=30129] ppid=30106 vsize=15746400 CPUtime=31 cores=0,2,4,6
/proc/30108/task/30129/stat : 30129 (java) S 30106 30108 29719 0 -1 4202560 24392 0 0 0 3095 5 0 0 18 0 22 0 608577549 16124313600 87073 33554432000 1073741824 1073778376 140733586638288 18446744073709551615 260032212480 0 4 0 16800975 18446604453928053696 0 0 -1 0 0 0 0
[pid=30108/tid=30130] ppid=30106 vsize=15746400 CPUtime=30.8 cores=0,2,4,6
/proc/30108/task/30130/stat : 30130 (java) R 30106 30108 29719 0 -1 4202560 12977 0 0 0 3076 4 0 0 18 0 22 0 608577549 16124313600 87073 33554432000 1073741824 1073778376 140733586638288 18446744073709551615 46912505545951 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 125.46
Current children cumulated vsize (KiB) 15746400

[startup+32.6013 s]
/proc/loadavg: 7.59 7.94 8.03 8/220 30130
/proc/meminfo: memFree=29229532/32951124 swapFree=67111464/67111528
[pid=30108] ppid=30106 vsize=15746400 CPUtime=126.3 cores=0,2,4,6
/proc/30108/stat : 30108 (java) S 30106 30108 29719 0 -1 4202496 105494 0 1 0 12599 31 0 0 25 0 22 0 608577531 16124313600 87102 33554432000 1073741824 1073778376 140733586638288 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/30108/statm: 3936600 87102 2287 9 0 3927319 0
[pid=30108/tid=30109] ppid=30106 vsize=15746400 CPUtime=0.19 cores=0,2,4,6
/proc/30108/task/30109/stat : 30109 (java) S 30106 30108 29719 0 -1 4202560 4585 0 1 0 18 1 0 0 19 0 22 0 608577531 16124313600 87102 33554432000 1073741824 1073778376 140733586638288 18446744073709551615 260032211865 0 4 0 16800975 18446604453928053696 0 0 -1 0 0 0 0
[pid=30108/tid=30111] ppid=30106 vsize=15746400 CPUtime=0.07 cores=0,2,4,6
/proc/30108/task/30111/stat : 30111 (java) S 30106 30108 29719 0 -1 4202560 2157 0 0 0 7 0 0 0 15 0 22 0 608577532 16124313600 87102 33554432000 1073741824 1073778376 140733586638288 18446744073709551615 260032211865 0 4 0 16800975 18446604453928053696 0 0 -1 0 0 0 0
[pid=30108/tid=30112] ppid=30106 vsize=15746400 CPUtime=0.07 cores=0,2,4,6
/proc/30108/task/30112/stat : 30112 (java) S 30106 30108 29719 0 -1 4202560 2272 0 0 0 7 0 0 0 15 0 22 0 608577532 16124313600 87102 33554432000 1073741824 1073778376 140733586638288 18446744073709551615 260032211865 0 4 0 16800975 18446604453928053696 0 0 -1 6 0 0 0
[pid=30108/tid=30113] ppid=30106 vsize=15746400 CPUtime=0.06 cores=0,2,4,6
/proc/30108/task/30113/stat : 30113 (java) S 30106 30108 29719 0 -1 4202560 1968 0 0 0 6 0 0 0 15 0 22 0 608577532 16124313600 87102 33554432000 1073741824 1073778376 140733586638288 18446744073709551615 260032211865 0 4 0 16800975 18446604453928053696 0 0 -1 6 0 0 0
[pid=30108/tid=30114] ppid=30106 vsize=15746400 CPUtime=0.07 cores=0,2,4,6
/proc/30108/task/30114/stat : 30114 (java) S 30106 30108 29719 0 -1 4202560 2173 0 0 0 7 0 0 0 15 0 22 0 608577532 16124313600 87102 33554432000 1073741824 1073778376 140733586638288 18446744073709551615 260032211865 0 4 0 16800975 18446604453928053696 0 0 -1 2 0 0 0
[pid=30108/tid=30115] ppid=30106 vsize=15746400 CPUtime=0.08 cores=0,2,4,6
/proc/30108/task/30115/stat : 30115 (java) S 30106 30108 29719 0 -1 4202560 2567 0 0 0 8 0 0 0 15 0 22 0 608577532 16124313600 87102 33554432000 1073741824 1073778376 140733586638288 18446744073709551615 260032211865 0 4 0 16800975 18446604453928053696 0 0 -1 2 0 0 0
[pid=30108/tid=30116] ppid=30106 vsize=15746400 CPUtime=0.07 cores=0,2,4,6
/proc/30108/task/30116/stat : 30116 (java) S 30106 30108 29719 0 -1 4202560 2267 0 0 0 7 0 0 0 15 0 22 0 608577532 16124313600 87102 33554432000 1073741824 1073778376 140733586638288 18446744073709551615 260032211865 0 4 0 16800975 18446604453928053696 0 0 -1 2 0 0 0
[pid=30108/tid=30117] ppid=30106 vsize=15746400 CPUtime=0.07 cores=0,2,4,6
/proc/30108/task/30117/stat : 30117 (java) S 30106 30108 29719 0 -1 4202560 2015 0 0 0 7 0 0 0 15 0 22 0 608577532 16124313600 87102 33554432000 1073741824 1073778376 140733586638288 18446744073709551615 260032211865 0 4 0 16800975 18446604453928053696 0 0 -1 4 0 0 0
[pid=30108/tid=30118] ppid=30106 vsize=15746400 CPUtime=0.08 cores=0,2,4,6
/proc/30108/task/30118/stat : 30118 (java) S 30106 30108 29719 0 -1 4202560 2546 0 0 0 8 0 0 0 15 0 22 0 608577532 16124313600 87102 33554432000 1073741824 1073778376 140733586638288 18446744073709551615 260032211865 0 4 0 16800975 18446604453928053696 0 0 -1 0 0 0 0
[pid=30108/tid=30119] ppid=30106 vsize=15746400 CPUtime=0.07 cores=0,2,4,6
/proc/30108/task/30119/stat : 30119 (java) S 30106 30108 29719 0 -1 4202560 116 0 0 0 6 1 0 0 15 0 22 0 608577533 16124313600 87102 33554432000 1073741824 1073778376 140733586638288 18446744073709551615 260032212480 0 0 0 16800975 18446604453928053696 0 0 -1 2 0 0 0
[pid=30108/tid=30120] ppid=30106 vsize=15746400 CPUtime=0 cores=0,2,4,6
/proc/30108/task/30120/stat : 30120 (java) S 30106 30108 29719 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 22 0 608577533 16124313600 87102 33554432000 1073741824 1073778376 140733586638288 18446744073709551615 260032211865 0 4 0 16800975 18446604453928053696 0 0 -1 2 0 0 0
[pid=30108/tid=30121] ppid=30106 vsize=15746400 CPUtime=0 cores=0,2,4,6
/proc/30108/task/30121/stat : 30121 (java) S 30106 30108 29719 0 -1 4202560 13 0 0 0 0 0 0 0 19 0 22 0 608577533 16124313600 87102 33554432000 1073741824 1073778376 140733586638288 18446744073709551615 260032211865 0 4 0 16800975 18446604453928053696 0 0 -1 2 0 0 0
[pid=30108/tid=30122] ppid=30106 vsize=15746400 CPUtime=0 cores=0,2,4,6
/proc/30108/task/30122/stat : 30122 (java) S 30106 30108 29719 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 608577535 16124313600 87102 33554432000 1073741824 1073778376 140733586638288 18446744073709551615 260032219569 0 4 0 16800975 18446604453928053696 0 0 -1 4 0 0 0
[pid=30108/tid=30123] ppid=30106 vsize=15746400 CPUtime=0.55 cores=0,2,4,6
/proc/30108/task/30123/stat : 30123 (java) S 30106 30108 29719 0 -1 4202560 5186 0 0 0 55 0 0 0 15 0 22 0 608577535 16124313600 87102 33554432000 1073741824 1073778376 140733586638288 18446744073709551615 260032211865 0 4 0 16800975 18446604453928053696 0 0 -1 2 0 0 0
[pid=30108/tid=30124] ppid=30106 vsize=15746400 CPUtime=0.69 cores=0,2,4,6
/proc/30108/task/30124/stat : 30124 (java) S 30106 30108 29719 0 -1 4202560 3910 0 0 0 69 0 0 0 15 0 22 0 608577535 16124313600 87102 33554432000 1073741824 1073778376 140733586638288 18446744073709551615 260032211865 0 4 0 16800975 18446604453928053696 0 0 -1 0 0 0 0
[pid=30108/tid=30125] ppid=30106 vsize=15746400 CPUtime=0 cores=0,2,4,6
/proc/30108/task/30125/stat : 30125 (java) S 30106 30108 29719 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 608577535 16124313600 87102 33554432000 1073741824 1073778376 140733586638288 18446744073709551615 260032211865 0 4 0 16800975 18446604453928053696 0 0 -1 4 0 0 0
[pid=30108/tid=30126] ppid=30106 vsize=15746400 CPUtime=0 cores=0,2,4,6
/proc/30108/task/30126/stat : 30126 (java) S 30106 30108 29719 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 608577535 16124313600 87102 33554432000 1073741824 1073778376 140733586638288 18446744073709551615 260032212480 0 4 0 16800975 18446604453928053696 0 0 -1 2 0 0 0
[pid=30108/tid=30127] ppid=30106 vsize=15746400 CPUtime=30.91 cores=0,2,4,6
/proc/30108/task/30127/stat : 30127 (java) S 30106 30108 29719 0 -1 4202560 12919 0 0 0 3088 3 0 0 16 0 22 0 608577549 16124313600 87102 33554432000 1073741824 1073778376 140733586638288 18446744073709551615 260032212480 0 4 0 16800975 18446604453928053696 0 0 -1 6 0 0 0
[pid=30108/tid=30128] ppid=30106 vsize=15746400 CPUtime=30.98 cores=0,2,4,6
/proc/30108/task/30128/stat : 30128 (java) S 30106 30108 29719 0 -1 4202560 22049 0 0 0 3091 7 0 0 17 0 22 0 608577549 16124313600 87102 33554432000 1073741824 1073778376 140733586638288 18446744073709551615 260032212480 0 4 0 16800975 18446604453928053696 0 0 -1 2 0 0 0
[pid=30108/tid=30129] ppid=30106 vsize=15746400 CPUtime=31.18 cores=0,2,4,6
/proc/30108/task/30129/stat : 30129 (java) S 30106 30108 29719 0 -1 4202560 24393 0 0 0 3113 5 0 0 16 0 22 0 608577549 16124313600 87102 33554432000 1073741824 1073778376 140733586638288 18446744073709551615 260032212480 0 4 0 16800975 18446604453928053696 0 0 -1 0 0 0 0
[pid=30108/tid=30130] ppid=30106 vsize=15746400 CPUtime=30.98 cores=0,2,4,6
/proc/30108/task/30130/stat : 30130 (java) S 30106 30108 29719 0 -1 4202560 12979 0 0 0 3094 4 0 0 16 0 22 0 608577549 16124313600 87102 33554432000 1073741824 1073778376 140733586638288 18446744073709551615 260032212480 0 4 0 16800975 18446604453928053696 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 126.3
Current children cumulated vsize (KiB) 15746400

[startup+32.7013 s]
/proc/loadavg: 7.59 7.94 8.03 8/220 30130
/proc/meminfo: memFree=29229532/32951124 swapFree=67111464/67111528
[pid=30108] ppid=30106 vsize=15746400 CPUtime=126.3 cores=0,2,4,6
/proc/30108/stat : 30108 (java) S 30106 30108 29719 0 -1 4202496 105494 0 1 0 12599 31 0 0 25 0 22 0 608577531 16124313600 87102 33554432000 1073741824 1073778376 140733586638288 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/30108/statm: 3936600 87102 2287 9 0 3927319 0
[pid=30108/tid=30109] ppid=30106 vsize=15746400 CPUtime=0.19 cores=0,2,4,6
/proc/30108/task/30109/stat : 30109 (java) S 30106 30108 29719 0 -1 4202560 4585 0 1 0 18 1 0 0 19 0 22 0 608577531 16124313600 87102 33554432000 1073741824 1073778376 140733586638288 18446744073709551615 260032211865 0 4 0 16800975 18446604453928053696 0 0 -1 0 0 0 0
[pid=30108/tid=30111] ppid=30106 vsize=15746400 CPUtime=0.07 cores=0,2,4,6
/proc/30108/task/30111/stat : 30111 (java) S 30106 30108 29719 0 -1 4202560 2157 0 0 0 7 0 0 0 15 0 22 0 608577532 16124313600 87102 33554432000 1073741824 1073778376 140733586638288 18446744073709551615 260032211865 0 4 0 16800975 18446604453928053696 0 0 -1 0 0 0 0
[pid=30108/tid=30112] ppid=30106 vsize=15746400 CPUtime=0.07 cores=0,2,4,6
/proc/30108/task/30112/stat : 30112 (java) S 30106 30108 29719 0 -1 4202560 2272 0 0 0 7 0 0 0 15 0 22 0 608577532 16124313600 87102 33554432000 1073741824 1073778376 140733586638288 18446744073709551615 260032211865 0 4 0 16800975 18446604453928053696 0 0 -1 6 0 0 0
[pid=30108/tid=30113] ppid=30106 vsize=15746400 CPUtime=0.06 cores=0,2,4,6
/proc/30108/task/30113/stat : 30113 (java) S 30106 30108 29719 0 -1 4202560 1968 0 0 0 6 0 0 0 15 0 22 0 608577532 16124313600 87102 33554432000 1073741824 1073778376 140733586638288 18446744073709551615 260032211865 0 4 0 16800975 18446604453928053696 0 0 -1 6 0 0 0
[pid=30108/tid=30114] ppid=30106 vsize=15746400 CPUtime=0.07 cores=0,2,4,6
/proc/30108/task/30114/stat : 30114 (java) S 30106 30108 29719 0 -1 4202560 2173 0 0 0 7 0 0 0 15 0 22 0 608577532 16124313600 87102 33554432000 1073741824 1073778376 140733586638288 18446744073709551615 260032211865 0 4 0 16800975 18446604453928053696 0 0 -1 2 0 0 0
[pid=30108/tid=30115] ppid=30106 vsize=15746400 CPUtime=0.08 cores=0,2,4,6
/proc/30108/task/30115/stat : 30115 (java) S 30106 30108 29719 0 -1 4202560 2567 0 0 0 8 0 0 0 15 0 22 0 608577532 16124313600 87102 33554432000 1073741824 1073778376 140733586638288 18446744073709551615 260032211865 0 4 0 16800975 18446604453928053696 0 0 -1 2 0 0 0
[pid=30108/tid=30116] ppid=30106 vsize=15746400 CPUtime=0.07 cores=0,2,4,6
/proc/30108/task/30116/stat : 30116 (java) S 30106 30108 29719 0 -1 4202560 2267 0 0 0 7 0 0 0 15 0 22 0 608577532 16124313600 87102 33554432000 1073741824 1073778376 140733586638288 18446744073709551615 260032211865 0 4 0 16800975 18446604453928053696 0 0 -1 2 0 0 0
[pid=30108/tid=30117] ppid=30106 vsize=15746400 CPUtime=0.07 cores=0,2,4,6
/proc/30108/task/30117/stat : 30117 (java) S 30106 30108 29719 0 -1 4202560 2015 0 0 0 7 0 0 0 15 0 22 0 608577532 16124313600 87102 33554432000 1073741824 1073778376 140733586638288 18446744073709551615 260032211865 0 4 0 16800975 18446604453928053696 0 0 -1 4 0 0 0
[pid=30108/tid=30118] ppid=30106 vsize=15746400 CPUtime=0.08 cores=0,2,4,6
/proc/30108/task/30118/stat : 30118 (java) S 30106 30108 29719 0 -1 4202560 2546 0 0 0 8 0 0 0 15 0 22 0 608577532 16124313600 87102 33554432000 1073741824 1073778376 140733586638288 18446744073709551615 260032211865 0 4 0 16800975 18446604453928053696 0 0 -1 0 0 0 0
[pid=30108/tid=30119] ppid=30106 vsize=15746400 CPUtime=0.07 cores=0,2,4,6
/proc/30108/task/30119/stat : 30119 (java) S 30106 30108 29719 0 -1 4202560 116 0 0 0 6 1 0 0 15 0 22 0 608577533 16124313600 87102 33554432000 1073741824 1073778376 140733586638288 18446744073709551615 260032212480 0 0 0 16800975 18446604453928053696 0 0 -1 2 0 0 0
[pid=30108/tid=30120] ppid=30106 vsize=15746400 CPUtime=0 cores=0,2,4,6
/proc/30108/task/30120/stat : 30120 (java) S 30106 30108 29719 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 22 0 608577533 16124313600 87102 33554432000 1073741824 1073778376 140733586638288 18446744073709551615 260032211865 0 4 0 16800975 18446604453928053696 0 0 -1 2 0 0 0
[pid=30108/tid=30121] ppid=30106 vsize=15746400 CPUtime=0 cores=0,2,4,6
/proc/30108/task/30121/stat : 30121 (java) S 30106 30108 29719 0 -1 4202560 13 0 0 0 0 0 0 0 19 0 22 0 608577533 16124313600 87102 33554432000 1073741824 1073778376 140733586638288 18446744073709551615 260032211865 0 4 0 16800975 18446604453928053696 0 0 -1 2 0 0 0
[pid=30108/tid=30122] ppid=30106 vsize=15746400 CPUtime=0 cores=0,2,4,6
/proc/30108/task/30122/stat : 30122 (java) S 30106 30108 29719 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 608577535 16124313600 87102 33554432000 1073741824 1073778376 140733586638288 18446744073709551615 260032219569 0 4 0 16800975 18446604453928053696 0 0 -1 4 0 0 0
[pid=30108/tid=30123] ppid=30106 vsize=15746400 CPUtime=0.55 cores=0,2,4,6
/proc/30108/task/30123/stat : 30123 (java) S 30106 30108 29719 0 -1 4202560 5186 0 0 0 55 0 0 0 15 0 22 0 608577535 16124313600 87102 33554432000 1073741824 1073778376 140733586638288 18446744073709551615 260032211865 0 4 0 16800975 18446604453928053696 0 0 -1 2 0 0 0
[pid=30108/tid=30124] ppid=30106 vsize=15746400 CPUtime=0.69 cores=0,2,4,6
/proc/30108/task/30124/stat : 30124 (java) S 30106 30108 29719 0 -1 4202560 3910 0 0 0 69 0 0 0 15 0 22 0 608577535 16124313600 87102 33554432000 1073741824 1073778376 140733586638288 18446744073709551615 260032211865 0 4 0 16800975 18446604453928053696 0 0 -1 0 0 0 0
[pid=30108/tid=30125] ppid=30106 vsize=15746400 CPUtime=0 cores=0,2,4,6
/proc/30108/task/30125/stat : 30125 (java) S 30106 30108 29719 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 608577535 16124313600 87102 33554432000 1073741824 1073778376 140733586638288 18446744073709551615 260032211865 0 4 0 16800975 18446604453928053696 0 0 -1 4 0 0 0
[pid=30108/tid=30126] ppid=30106 vsize=15746400 CPUtime=0 cores=0,2,4,6
/proc/30108/task/30126/stat : 30126 (java) S 30106 30108 29719 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 608577535 16124313600 87102 33554432000 1073741824 1073778376 140733586638288 18446744073709551615 260032212480 0 4 0 16800975 18446604453928053696 0 0 -1 2 0 0 0
[pid=30108/tid=30127] ppid=30106 vsize=15746400 CPUtime=30.91 cores=0,2,4,6
/proc/30108/task/30127/stat : 30127 (java) S 30106 30108 29719 0 -1 4202560 12919 0 0 0 3088 3 0 0 15 0 22 0 608577549 16124313600 87102 33554432000 1073741824 1073778376 140733586638288 18446744073709551615 260032212480 0 4 0 16800975 18446604453928053696 0 0 -1 6 0 0 0
[pid=30108/tid=30128] ppid=30106 vsize=15746400 CPUtime=30.98 cores=0,2,4,6
/proc/30108/task/30128/stat : 30128 (java) S 30106 30108 29719 0 -1 4202560 22049 0 0 0 3091 7 0 0 16 0 22 0 608577549 16124313600 87102 33554432000 1073741824 1073778376 140733586638288 18446744073709551615 260032212480 0 4 0 16800975 18446604453928053696 0 0 -1 2 0 0 0
[pid=30108/tid=30129] ppid=30106 vsize=15746400 CPUtime=31.18 cores=0,2,4,6
/proc/30108/task/30129/stat : 30129 (java) S 30106 30108 29719 0 -1 4202560 24393 0 0 0 3113 5 0 0 15 0 22 0 608577549 16124313600 87102 33554432000 1073741824 1073778376 140733586638288 18446744073709551615 260032212480 0 4 0 16800975 18446604453928053696 0 0 -1 0 0 0 0
[pid=30108/tid=30130] ppid=30106 vsize=15746400 CPUtime=30.98 cores=0,2,4,6
/proc/30108/task/30130/stat : 30130 (java) S 30106 30108 29719 0 -1 4202560 12979 0 0 0 3094 4 0 0 15 0 22 0 608577549 16124313600 87102 33554432000 1073741824 1073778376 140733586638288 18446744073709551615 260032212480 0 4 0 16800975 18446604453928053696 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 126.3
Current children cumulated vsize (KiB) 15746400

Child status: 20
Real time (s): 32.7413
CPU time (s): 126.324
CPU user time (s): 125.994
CPU system time (s): 0.329949
CPU usage (%): 385.824
Max. virtual memory (cumulated for all children) (KiB): 15746400

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 125.994
system time used= 0.329949
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 105530
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= 25697
involuntary context switches= 6170

runsolver used 0.042993 second user time and 0.139978 second system time

The end

Launcher Data

Begin job on node110 at 2011-04-30 19:11:10
IDJOB=3313147
IDBENCH=83222
IDSOLVER=1699
FILE ID=node110/3313147-1304183470
RUNJOBID= node110-1304181047-29737
PBS_JOBID= 13172462
Free space on /tmp= 73472 MiB

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

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

MD5SUM BENCH= 72a4d94c7603cb921acb8c9bb848aa10
RANDOM SEED=1448915933

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      29423488 kB
Buffers:       1004528 kB
Cached:         988880 kB
SwapCached:         64 kB
Active:        1343860 kB
Inactive:      1769436 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29423488 kB
SwapTotal:    67111528 kB
SwapFree:     67111464 kB
Dirty:            3604 kB
Writeback:           0 kB
AnonPages:     1119880 kB
Mapped:          23640 kB
Slab:           349484 kB
PageTables:       6748 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1661164 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= 73472 MiB
End job on node110 at 2011-04-30 19:11:42