Trace number 4401285

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 NameAnswerobjective functionCPU timeWall clock time
Concrete 3.12.2OPT55 2265.67 2225.77

General information on the benchmark

NameGolombRuler/
GolombRuler-a3v18-nodv-10_c18.xml
MD5SUM769ec0f26c47f1b96bb609b2e4d8d5d6
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark55
Best CPU time to get the best result obtained on this benchmark30.6851
Satisfiable
(Un)Satisfiability was proved
Number of variables110
Number of constraints46
Number of domains2
Minimum domain size100
Maximum domain size101
Distribution of domain sizes[{"size":100,"count":45},{"size":101,"count":10}]
Minimum variable degree0
Maximum variable degree10
Distribution of variable degrees[{"degree":0,"count":55},{"degree":2,"count":45},{"degree":9,"count":9},{"degree":10,"count":1}]
Minimum constraint arity3
Maximum constraint arity45
Distribution of constraint arities[{"arity":3,"count":45},{"arity":45,"count":1}]
Number of extensional constraints0
Number of intensional constraints45
Distribution of constraint types[{"type":"intension","count":45},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin VAR

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.73/0.57	c Concrete v3.12.2.1568631193530 running
7.68/3.41	o 80
7.68/3.43	o 67
8.00/3.52	o 63
23.31/16.67	o 62
49.10/41.73	o 61
71.56/64.02	o 60
697.63/681.35	o 58
987.07/966.51	o 56
987.07/966.51	o 55
2265.58/2225.76	v <instantiation
2265.58/2225.76	v         cost = '55'>
2265.58/2225.76	v       <list>
2265.58/2225.76	v         x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] y[0][1] y[0][2] y[0][3] y[0][4] y[0][5] y[0][6] y[0][7] y[0][8] y[0][9] y[1][2] y[1][3] y[1][4] y[1][5] y[1][6] y[1][7] y[1][8] y[1][9] y[2][3] y[2][4] y[2][5] y[2][6] y[2][7] y[2][8] y[2][9] y[3][4] y[3][5] y[3][6] y[3][7] y[3][8] y[3][9] y[4][5] y[4][6] y[4][7] y[4][8] y[4][9] y[5][6] y[5][7] y[5][8] y[5][9] y[6][7] y[6][8] y[6][9] y[7][8] y[7][9] y[8][9]
2265.58/2225.76	v       </list>
2265.58/2225.76	v       <values>
2265.58/2225.76	v         0 2 14 21 29 32 45 49 54 55 2 14 21 29 32 45 49 54 55 12 19 27 30 43 47 52 53 7 15 18 31 35 40 41 8 11 24 28 33 34 3 16 20 25 26 13 17 22 23 4 9 10 5 6 1
2265.58/2225.76	v       </values>
2265.58/2225.76	v     </instantiation>
2265.58/2225.76	s OPTIMUM FOUND

Verifier Data

OK	55

Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

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.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (14517 MiB free)
  memory of node 1: 16384 MiB (13204 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4401285-1568692212/watcher-4401285-1568692212 -o /tmp/evaluation-result-4401285-1568692212/solver-4401285-1568692212 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node119-1568673291-25918 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=146496948 HOME/instance-4401285-1568692212.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=32017, runsolver pid=32014

[startup+0.100173 s]*
/proc/loadavg: 1.85 1.66 1.51 3/219 32074
/proc/meminfo: memFree=28380664/32770624 swapFree=66939904/67108860
[pid=32017] ppid=32014 vsize=9972712 memory=18860 CPUtime=0.09 cores=0,2,4,6
/proc/32017/stat : 32017 (java) S 32014 32017 25887 0 -1 1077944320 4478 13076 0 0 1 1 4 3 20 0 6 0 445136085 10212057088 4715 33554432000 4194304 4196468 140725256880848 140725256863392 140703282237175 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 29945856 140725256882928 140725256885445 140725256885445 140725256888271 0
/proc/32017/statm: 2493178 4715 1935 1 0 2481616 0
[pid=32017/tid=32070] ppid=32014 vsize=9972712 memory=4279135703913235855 CPUtime=0.07 cores=0,2,4,6
/proc/32017/task/32070/stat : 32070 (java) R 32014 32017 25887 0 -1 4202560 2263 13076 0 0 0 0 4 3 20 0 6 0 445136094 10212057088 4715 33554432000 4194304 4196468 140725256880848 140703254073936 140703282259101 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29945856 140725256882928 140725256885445 140725256885445 140725256888271 0
[pid=32017/tid=32071] ppid=32014 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/32017/task/32071/stat : 32071 (java) S 32014 32017 25887 0 -1 1077944384 1 13076 0 0 0 0 4 3 20 0 6 0 445136095 10212057088 4715 33554432000 4194304 4196468 140725256880848 140703286479888 140703282247381 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29945856 140725256882928 140725256885445 140725256885445 140725256888271 0
[pid=32017/tid=32072] ppid=32014 vsize=9972712 memory=139982409393792 CPUtime=0.07 cores=0,2,4,6
/proc/32017/task/32072/stat : 32072 (java) S 32014 32017 25887 0 -1 1077944384 2 13076 0 0 0 0 4 3 20 0 6 0 445136095 10212057088 4715 33554432000 4194304 4196468 140725256880848 140703201299600 140703282247381 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29945856 140725256882928 140725256885445 140725256885445 140725256888271 0
[pid=32017/tid=32073] ppid=32014 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/32017/task/32073/stat : 32073 (java) S 32014 32017 25887 0 -1 1077944384 2 13076 0 0 0 0 4 3 20 0 6 0 445136095 10212057088 4715 33554432000 4194304 4196468 140725256880848 140703200246544 140703282247381 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29945856 140725256882928 140725256885445 140725256885445 140725256888271 0
[pid=32017/tid=32074] ppid=32014 vsize=9972712 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/32017/task/32074/stat : 32074 (java) S 32014 32017 25887 0 -1 1077944384 2 13076 0 0 0 0 4 3 20 0 6 0 445136095 10212057088 4715 33554432000 4194304 4196468 140725256880848 140703199194000 140703282247381 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29945856 140725256882928 140725256885445 140725256885445 140725256888271 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18860 KiB

[startup+0.212205 s]*
/proc/loadavg: 1.85 1.66 1.51 4/228 32083
/proc/meminfo: memFree=28357628/32770624 swapFree=66939904/67108860
[pid=32017] ppid=32014 vsize=10820188 memory=45380 CPUtime=0.26 cores=0,2,4,6
/proc/32017/stat : 32017 (java) S 32014 32017 25887 0 -1 1077944320 7204 13076 0 0 17 2 4 3 20 0 15 0 445136085 11079872512 11345 33554432000 4194304 4196468 140725256880848 140725256863392 140703282237175 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 29945856 140725256882928 140725256885445 140725256885445 140725256888271 0
/proc/32017/statm: 2705047 11345 3233 1 0 2667149 0
[pid=32017/tid=32070] ppid=32014 vsize=10820196 memory=7022364594140610616 CPUtime=0.18 cores=0,2,4,6
/proc/32017/task/32070/stat : 32070 (java) R 32014 32017 25887 0 -1 4202560 3721 13076 0 0 10 1 4 3 20 0 15 0 445136094 11079880704 11345 33554432000 4194304 4196468 140725256880848 140703254060336 140703282259101 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29945856 140725256882928 140725256885445 140725256885445 140725256888271 0
[pid=32017/tid=32071] ppid=32014 vsize=10820196 memory=365 CPUtime=0.07 cores=0,2,4,6
/proc/32017/task/32071/stat : 32071 (java) S 32014 32017 25887 0 -1 1077944384 1 13076 0 0 0 0 4 3 20 0 15 0 445136095 11079880704 11345 33554432000 4194304 4196468 140725256880848 140703286479888 140703282247381 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29945856 140725256882928 140725256885445 140725256885445 140725256888271 0
[pid=32017/tid=32072] ppid=32014 vsize=10820196 memory=139982409423320 CPUtime=0.07 cores=0,2,4,6
/proc/32017/task/32072/stat : 32072 (java) S 32014 32017 25887 0 -1 1077944384 2 13076 0 0 0 0 4 3 20 0 15 0 445136095 11079880704 11345 33554432000 4194304 4196468 140725256880848 140703201299600 140703282247381 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29945856 140725256882928 140725256885445 140725256885445 140725256888271 0
[pid=32017/tid=32073] ppid=32014 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/32017/task/32073/stat : 32073 (java) S 32014 32017 25887 0 -1 1077944384 2 13076 0 0 0 0 4 3 20 0 15 0 445136095 11079880704 11345 33554432000 4194304 4196468 140725256880848 140703200246544 140703282247381 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29945856 140725256882928 140725256885445 140725256885445 140725256888271 0
[pid=32017/tid=32074] ppid=32014 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/32017/task/32074/stat : 32074 (java) S 32014 32017 25887 0 -1 1077944384 2 13076 0 0 0 0 4 3 20 0 15 0 445136095 11079880704 11345 33554432000 4194304 4196468 140725256880848 140703199194000 140703282247381 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29945856 140725256882928 140725256885445 140725256885445 140725256888271 0
[pid=32017/tid=32075] ppid=32014 vsize=10820196 memory=139982409393792 CPUtime=0.07 cores=0,2,4,6
/proc/32017/task/32075/stat : 32075 (java) S 32014 32017 25887 0 -1 1077944384 2 13076 0 0 0 0 4 3 20 0 15 0 445136096 11079880704 11345 33554432000 4194304 4196468 140725256880848 140702808877296 140703282248322 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29945856 140725256882928 140725256885445 140725256885445 140725256888271 0
[pid=32017/tid=32076] ppid=32014 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/32017/task/32076/stat : 32076 (java) S 32014 32017 25887 0 -1 1077944384 13 13076 0 0 0 0 4 3 20 0 15 0 445136097 11079880704 11345 33554432000 4194304 4196468 140725256880848 140702725956768 140703282247381 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29945856 140725256882928 140725256885445 140725256885445 140725256888271 0
[pid=32017/tid=32077] ppid=32014 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/32017/task/32077/stat : 32077 (java) S 32014 32017 25887 0 -1 1077944384 1 13076 0 0 0 0 4 3 20 0 15 0 445136097 11079880704 11345 33554432000 4194304 4196468 140725256880848 140702591738608 140703282247381 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29945856 140725256882928 140725256885445 140725256885445 140725256888271 0
[pid=32017/tid=32078] ppid=32014 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/32017/task/32078/stat : 32078 (java) S 32014 32017 25887 0 -1 1077944384 2 13076 0 0 0 0 4 3 20 0 15 0 445136100 11079880704 11345 33554432000 4194304 4196468 140725256880848 140701987760080 140703282255771 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29945856 140725256882928 140725256885445 140725256885445 140725256888271 0
[pid=32017/tid=32079] ppid=32014 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32017/task/32079/stat : 32079 (java) S 32014 32017 25887 0 -1 1077944384 457 13076 0 0 1 0 4 3 20 0 15 0 445136100 11079880704 11345 33554432000 4194304 4196468 140725256880848 140702807825136 140703282248322 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29945856 140725256882928 140725256885445 140725256885445 140725256888271 0
[pid=32017/tid=32080] ppid=32014 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/32017/task/32080/stat : 32080 (java) R 32014 32017 25887 0 -1 4202560 195 13076 0 0 1 0 4 3 20 0 15 0 445136100 11079880704 11345 33554432000 4194304 4196468 140725256880848 140702806772592 140703261899392 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29945856 140725256882928 140725256885445 140725256885445 140725256888271 0
[pid=32017/tid=32081] ppid=32014 vsize=10820196 memory=139982409393792 CPUtime=0.1 cores=0,2,4,6
/proc/32017/task/32081/stat : 32081 (java) S 32014 32017 25887 0 -1 1077944384 597 13076 0 0 3 0 4 3 20 0 15 0 445136100 11079880704 11345 33554432000 4194304 4196468 140725256880848 140702805719536 140703282248322 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29945856 140725256882928 140725256885445 140725256885445 140725256888271 0
[pid=32017/tid=32082] ppid=32014 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/32017/task/32082/stat : 32082 (java) S 32014 32017 25887 0 -1 1077944384 3 13076 0 0 0 0 4 3 20 0 15 0 445136100 11079880704 11345 33554432000 4194304 4196468 140725256880848 140701517998944 140703282247381 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29945856 140725256882928 140725256885445 140725256885445 140725256888271 0
[pid=32017/tid=32083] ppid=32014 vsize=10820196 memory=139982409393792 CPUtime=0.07 cores=0,2,4,6
/proc/32017/task/32083/stat : 32083 (java) S 32014 32017 25887 0 -1 1077944384 1 13076 0 0 0 0 4 3 20 0 15 0 445136100 11079880704 11345 33554432000 4194304 4196468 140725256880848 140702804666928 140703282248322 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29945856 140725256882928 140725256885445 140725256885445 140725256888271 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10820188 KiB
Current children cumulated memory: 45380 KiB

[startup+0.311209 s]*
/proc/loadavg: 1.85 1.66 1.51 4/228 32083
/proc/meminfo: memFree=28344468/32770624 swapFree=66939904/67108860
[pid=32017] ppid=32014 vsize=10820196 memory=54080 CPUtime=0.38 cores=0,2,4,6
/proc/32017/stat : 32017 (java) S 32014 32017 25887 0 -1 1077944320 10681 13076 0 0 27 4 4 3 20 0 15 0 445136085 11079880704 13520 33554432000 4194304 4196468 140725256880848 140725256863392 140703282237175 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 29945856 140725256882928 140725256885445 140725256885445 140725256888271 0
/proc/32017/statm: 2705049 13520 3316 1 0 2667149 0
[pid=32017/tid=32070] ppid=32014 vsize=10820196 memory=6791534058613427641 CPUtime=0.27 cores=0,2,4,6
/proc/32017/task/32070/stat : 32070 (java) R 32014 32017 25887 0 -1 4202560 7170 13076 0 0 17 3 4 3 20 0 15 0 445136094 11079880704 13520 33554432000 4194304 4196468 140725256880848 140703254042176 140703266317504 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29945856 140725256882928 140725256885445 140725256885445 140725256888271 0
[pid=32017/tid=32071] ppid=32014 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/32017/task/32071/stat : 32071 (java) S 32014 32017 25887 0 -1 1077944384 1 13076 0 0 0 0 4 3 20 0 15 0 445136095 11079880704 13520 33554432000 4194304 4196468 140725256880848 140703286479888 140703282247381 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29945856 140725256882928 140725256885445 140725256885445 140725256888271 0
[pid=32017/tid=32072] ppid=32014 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/32017/task/32072/stat : 32072 (java) S 32014 32017 25887 0 -1 1077944384 2 13076 0 0 0 0 4 3 20 0 15 0 445136095 11079880704 13520 33554432000 4194304 4196468 140725256880848 140703201299600 140703282247381 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29945856 140725256882928 140725256885445 140725256885445 140725256888271 0
[pid=32017/tid=32073] ppid=32014 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/32017/task/32073/stat : 32073 (java) S 32014 32017 25887 0 -1 1077944384 2 13076 0 0 0 0 4 3 20 0 15 0 445136095 11079880704 13520 33554432000 4194304 4196468 140725256880848 140703200246544 140703282247381 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29945856 140725256882928 140725256885445 140725256885445 140725256888271 0
[pid=32017/tid=32074] ppid=32014 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/32017/task/32074/stat : 32074 (java) S 32014 32017 25887 0 -1 1077944384 2 13076 0 0 0 0 4 3 20 0 15 0 445136095 11079880704 13520 33554432000 4194304 4196468 140725256880848 140703199194000 140703282247381 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29945856 140725256882928 140725256885445 140725256885445 140725256888271 0
[pid=32017/tid=32075] ppid=32014 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/32017/task/32075/stat : 32075 (java) S 32014 32017 25887 0 -1 1077944384 2 13076 0 0 0 0 4 3 20 0 15 0 445136096 11079880704 13520 33554432000 4194304 4196468 140725256880848 140702808877296 140703282248322 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29945856 140725256882928 140725256885445 140725256885445 140725256888271 0
[pid=32017/tid=32076] ppid=32014 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/32017/task/32076/stat : 32076 (java) S 32014 32017 25887 0 -1 1077944384 13 13076 0 0 0 0 4 3 20 0 15 0 445136097 11079880704 13520 33554432000 4194304 4196468 140725256880848 140702725956768 140703282247381 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29945856 140725256882928 140725256885445 140725256885445 140725256888271 0
[pid=32017/tid=32077] ppid=32014 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/32017/task/32077/stat : 32077 (java) S 32014 32017 25887 0 -1 1077944384 1 13076 0 0 0 0 4 3 20 0 15 0 445136097 11079880704 13520 33554432000 4194304 4196468 140725256880848 140702591738608 140703282247381 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29945856 140725256882928 140725256885445 140725256885445 140725256888271 0
[pid=32017/tid=32078] ppid=32014 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/32017/task/32078/stat : 32078 (java) S 32014 32017 25887 0 -1 1077944384 2 13076 0 0 0 0 4 3 20 0 15 0 445136100 11079880704 13520 33554432000 4194304 4196468 140725256880848 140701987760080 140703282255771 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29945856 140725256882928 140725256885445 140725256885445 140725256888271 0
[pid=32017/tid=32079] ppid=32014 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32017/task/32079/stat : 32079 (java) S 32014 32017 25887 0 -1 1077944384 457 13076 0 0 1 0 4 3 20 0 15 0 445136100 11079880704 13520 33554432000 4194304 4196468 140725256880848 140702807825136 140703282248322 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29945856 140725256882928 140725256885445 140725256885445 140725256888271 0
[pid=32017/tid=32080] ppid=32014 vsize=10820196 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/32017/task/32080/stat : 32080 (java) S 32014 32017 25887 0 -1 1077944384 205 13076 0 0 2 0 4 3 20 0 15 0 445136100 11079880704 13520 33554432000 4194304 4196468 140725256880848 140702806772592 140703282248322 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29945856 140725256882928 140725256885445 140725256885445 140725256888271 0
[pid=32017/tid=32081] ppid=32014 vsize=10820196 memory=139982409393792 CPUtime=0.12 cores=0,2,4,6
/proc/32017/task/32081/stat : 32081 (java) S 32014 32017 25887 0 -1 1077944384 611 13076 0 0 5 0 4 3 20 0 15 0 445136100 11079880704 13520 33554432000 4194304 4196468 140725256880848 140702805719536 140703282248322 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29945856 140725256882928 140725256885445 140725256885445 140725256888271 0
[pid=32017/tid=32082] ppid=32014 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/32017/task/32082/stat : 32082 (java) S 32014 32017 25887 0 -1 1077944384 3 13076 0 0 0 0 4 3 20 0 15 0 445136100 11079880704 13520 33554432000 4194304 4196468 140725256880848 140701517998944 140703282247381 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29945856 140725256882928 140725256885445 140725256885445 140725256888271 0
[pid=32017/tid=32083] ppid=32014 vsize=10820196 memory=139982409393792 CPUtime=0.07 cores=0,2,4,6
/proc/32017/task/32083/stat : 32083 (java) S 32014 32017 25887 0 -1 1077944384 1 13076 0 0 0 0 4 3 20 0 15 0 445136100 11079880704 13520 33554432000 4194304 4196468 140725256880848 140702804666928 140703282248322 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29945856 140725256882928 140725256885445 140725256885445 140725256888271 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 54080 KiB

[startup+0.704746 s]
/proc/loadavg: 1.85 1.66 1.51 3/228 32083
/proc/meminfo: memFree=28331236/32770624 swapFree=66939904/67108860
[pid=32017] ppid=32014 vsize=10824364 memory=85384 CPUtime=1.09 cores=0,2,4,6
/proc/32017/stat : 32017 (java) S 32014 32017 25887 0 -1 1077944320 15079 13076 0 0 96 6 4 3 20 0 15 0 445136085 11084148736 21346 33554432000 4194304 4196468 140725256880848 140725256863392 140703282237175 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 29945856 140725256882928 140725256885445 140725256885445 140725256888271 0
/proc/32017/statm: 2706091 21346 3502 1 0 2668173 0
[pid=32017/tid=32070] ppid=32014 vsize=10824364 memory=0 CPUtime=0.65 cores=0,2,4,6
/proc/32017/task/32070/stat : 32070 (java) R 32014 32017 25887 0 -1 4202560 10496 13076 0 0 53 5 4 3 20 0 15 0 445136094 11084148736 21346 33554432000 4194304 4196468 140725256880848 140703254068080 140703282249110 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29945856 140725256882928 140725256885445 140725256885445 140725256888271 0
[pid=32017/tid=32071] ppid=32014 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/32017/task/32071/stat : 32071 (java) S 32014 32017 25887 0 -1 1077944384 1 13076 0 0 0 0 4 3 20 0 15 0 445136095 11084148736 21346 33554432000 4194304 4196468 140725256880848 140703286479888 140703282247381 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29945856 140725256882928 140725256885445 140725256885445 140725256888271 0
[pid=32017/tid=32072] ppid=32014 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/32017/task/32072/stat : 32072 (java) S 32014 32017 25887 0 -1 1077944384 2 13076 0 0 0 0 4 3 20 0 15 0 445136095 11084148736 21346 33554432000 4194304 4196468 140725256880848 140703201299600 140703282247381 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29945856 140725256882928 140725256885445 140725256885445 140725256888271 0
[pid=32017/tid=32073] ppid=32014 vsize=10824364 memory=139982312452880 CPUtime=0.07 cores=0,2,4,6
/proc/32017/task/32073/stat : 32073 (java) S 32014 32017 25887 0 -1 1077944384 2 13076 0 0 0 0 4 3 20 0 15 0 445136095 11084148736 21346 33554432000 4194304 4196468 140725256880848 140703200246544 140703282247381 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29945856 140725256882928 140725256885445 140725256885445 140725256888271 0
[pid=32017/tid=32074] ppid=32014 vsize=10824364 memory=139985869079128 CPUtime=0.07 cores=0,2,4,6
/proc/32017/task/32074/stat : 32074 (java) S 32014 32017 25887 0 -1 1077944384 2 13076 0 0 0 0 4 3 20 0 15 0 445136095 11084148736 21346 33554432000 4194304 4196468 140725256880848 140703199194000 140703282247381 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29945856 140725256882928 140725256885445 140725256885445 140725256888271 0
[pid=32017/tid=32075] ppid=32014 vsize=10824364 memory=1256 CPUtime=0.07 cores=0,2,4,6
/proc/32017/task/32075/stat : 32075 (java) S 32014 32017 25887 0 -1 1077944384 5 13076 0 0 0 0 4 3 20 0 15 0 445136096 11084148736 21346 33554432000 4194304 4196468 140725256880848 140702808877296 140703282248322 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29945856 140725256882928 140725256885445 140725256885445 140725256888271 0
[pid=32017/tid=32076] ppid=32014 vsize=10824364 memory=4639098309541127782 CPUtime=0.07 cores=0,2,4,6
/proc/32017/task/32076/stat : 32076 (java) S 32014 32017 25887 0 -1 1077944384 13 13076 0 0 0 0 4 3 20 0 15 0 445136097 11084148736 21346 33554432000 4194304 4196468 140725256880848 140702725956768 140703282247381 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29945856 140725256882928 140725256885445 140725256885445 140725256888271 0
[pid=32017/tid=32077] ppid=32014 vsize=10824364 memory=6081102367496366441 CPUtime=0.07 cores=0,2,4,6
/proc/32017/task/32077/stat : 32077 (java) S 32014 32017 25887 0 -1 1077944384 1 13076 0 0 0 0 4 3 20 0 15 0 445136097 11084148736 21346 33554432000 4194304 4196468 140725256880848 140702591738608 140703282247381 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29945856 140725256882928 140725256885445 140725256885445 140725256888271 0
[pid=32017/tid=32078] ppid=32014 vsize=10824364 memory=26244 CPUtime=0.07 cores=0,2,4,6
/proc/32017/task/32078/stat : 32078 (java) S 32014 32017 25887 0 -1 1077944384 2 13076 0 0 0 0 4 3 20 0 15 0 445136100 11084148736 21346 33554432000 4194304 4196468 140725256880848 140701987760080 140703282255771 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29945856 140725256882928 140725256885445 140725256885445 140725256888271 0
[pid=32017/tid=32079] ppid=32014 vsize=10824364 memory=14056 CPUtime=0.18 cores=0,2,4,6
/proc/32017/task/32079/stat : 32079 (java) S 32014 32017 25887 0 -1 1077944384 830 13076 0 0 11 0 4 3 20 0 15 0 445136100 11084148736 21346 33554432000 4194304 4196468 140725256880848 140702807825136 140703282248322 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29945856 140725256882928 140725256885445 140725256885445 140725256888271 0
[pid=32017/tid=32080] ppid=32014 vsize=10824364 memory=2116 CPUtime=0.21 cores=0,2,4,6
/proc/32017/task/32080/stat : 32080 (java) R 32014 32017 25887 0 -1 1077944384 716 13076 0 0 14 0 4 3 20 0 15 0 445136100 11084148736 21346 33554432000 4194304 4196468 140725256880848 140702806772592 140703282248322 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29945856 140725256882928 140725256885445 140725256885445 140725256888271 0
[pid=32017/tid=32081] ppid=32014 vsize=10824364 memory=520 CPUtime=0.24 cores=0,2,4,6
/proc/32017/task/32081/stat : 32081 (java) R 32014 32017 25887 0 -1 4202560 796 13076 0 0 17 0 4 3 20 0 15 0 445136100 11084148736 21346 33554432000 4194304 4196468 140725256880848 140702805719536 140703260494767 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29945856 140725256882928 140725256885445 140725256885445 140725256888271 0
[pid=32017/tid=32082] ppid=32014 vsize=10824364 memory=1560 CPUtime=0.07 cores=0,2,4,6
/proc/32017/task/32082/stat : 32082 (java) S 32014 32017 25887 0 -1 1077944384 3 13076 0 0 0 0 4 3 20 0 15 0 445136100 11084148736 21346 33554432000 4194304 4196468 140725256880848 140701517998944 140703282247381 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29945856 140725256882928 140725256885445 140725256885445 140725256888271 0
[pid=32017/tid=32083] ppid=32014 vsize=10824364 memory=924 CPUtime=0.07 cores=0,2,4,6
/proc/32017/task/32083/stat : 32083 (java) S 32014 32017 25887 0 -1 1077944384 1 13076 0 0 0 0 4 3 20 0 15 0 445136100 11084148736 21346 33554432000 4194304 4196468 140725256880848 140702804666928 140703282248322 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29945856 140725256882928 140725256885445 140725256885445 140725256888271 0
Current children cumulated CPU time: 1.09 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 85384 KiB

[startup+1.50065 s]
/proc/loadavg: 1.85 1.66 1.51 3/228 32083
/proc/meminfo: memFree=28286980/32770624 swapFree=66939904/67108860
[pid=32017] ppid=32014 vsize=10834680 memory=175160 CPUtime=2.4 cores=0,2,4,6
/proc/32017/stat : 32017 (java) S 32014 32017 25887 0 -1 1077944320 21791 13076 0 0 222 11 4 3 20 0 15 0 445136085 11094712320 43790 33554432000 4194304 4196468 140725256880848 140725256863392 140703282237175 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 29945856 140725256882928 140725256885445 140725256885445 140725256888271 0
/proc/32017/statm: 2708670 43790 3579 1 0 2670733 0
[pid=32017/tid=32070] ppid=32014 vsize=10834680 memory=69348 CPUtime=1.4 cores=0,2,4,6
/proc/32017/task/32070/stat : 32070 (java) R 32014 32017 25887 0 -1 4202560 15417 13076 0 0 127 6 4 3 20 0 15 0 445136094 11094712320 43790 33554432000 4194304 4196468 140725256880848 140703254031568 140703260759233 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29945856 140725256882928 140725256885445 140725256885445 140725256888271 0
[pid=32017/tid=32071] ppid=32014 vsize=10834680 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/32017/task/32071/stat : 32071 (java) S 32014 32017 25887 0 -1 1077944384 61 13076 0 0 1 0 4 3 20 0 15 0 445136095 11094712320 43790 33554432000 4194304 4196468 140725256880848 140703286479888 140703282247381 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29945856 140725256882928 140725256885445 140725256885445 140725256888271 0
[pid=32017/tid=32072] ppid=32014 vsize=10834680 memory=279964624937120 CPUtime=0.07 cores=0,2,4,6
/proc/32017/task/32072/stat : 32072 (java) S 32014 32017 25887 0 -1 1077944384 26 13076 0 0 0 0 4 3 20 0 15 0 445136095 11094712320 43790 33554432000 4194304 4196468 140725256880848 140703201299600 140703282247381 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29945856 140725256882928 140725256885445 140725256885445 140725256888271 0
[pid=32017/tid=32073] ppid=32014 vsize=10834680 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/32017/task/32073/stat : 32073 (java) S 32014 32017 25887 0 -1 1077944384 387 13076 0 0 0 0 4 3 20 0 15 0 445136095 11094712320 43790 33554432000 4194304 4196468 140725256880848 140703200246544 140703282247381 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29945856 140725256882928 140725256885445 140725256885445 140725256888271 0
[pid=32017/tid=32074] ppid=32014 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32017/task/32074/stat : 32074 (java) S 32014 32017 25887 0 -1 1077944384 78 13076 0 0 1 0 4 3 20 0 15 0 445136095 11094712320 43790 33554432000 4194304 4196468 140725256880848 140703199194000 140703282247381 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29945856 140725256882928 140725256885445 140725256885445 140725256888271 0
[pid=32017/tid=32075] ppid=32014 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32017/task/32075/stat : 32075 (java) S 32014 32017 25887 0 -1 1077944384 115 13076 0 0 1 0 4 3 20 0 15 0 445136096 11094712320 43790 33554432000 4194304 4196468 140725256880848 140702808877296 140703282248322 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29945856 140725256882928 140725256885445 140725256885445 140725256888271 0
[pid=32017/tid=32076] ppid=32014 vsize=10834680 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/32017/task/32076/stat : 32076 (java) S 32014 32017 25887 0 -1 1077944384 13 13076 0 0 0 0 4 3 20 0 15 0 445136097 11094712320 43790 33554432000 4194304 4196468 140725256880848 140702725956832 140703282247381 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29945856 140725256882928 140725256885445 140725256885445 140725256888271 0
[pid=32017/tid=32077] ppid=32014 vsize=10834680 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/32017/task/32077/stat : 32077 (java) S 32014 32017 25887 0 -1 1077944384 3 13076 0 0 0 0 4 3 20 0 15 0 445136097 11094712320 43790 33554432000 4194304 4196468 140725256880848 140702591738624 140703282247381 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29945856 140725256882928 140725256885445 140725256885445 140725256888271 0
[pid=32017/tid=32078] ppid=32014 vsize=10834680 memory=-2245088631185882904 CPUtime=0.07 cores=0,2,4,6
/proc/32017/task/32078/stat : 32078 (java) S 32014 32017 25887 0 -1 1077944384 2 13076 0 0 0 0 4 3 20 0 15 0 445136100 11094712320 43790 33554432000 4194304 4196468 140725256880848 140701987760080 140703282255771 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29945856 140725256882928 140725256885445 140725256885445 140725256888271 0
[pid=32017/tid=32079] ppid=32014 vsize=10834680 memory=0 CPUtime=0.31 cores=0,2,4,6
/proc/32017/task/32079/stat : 32079 (java) S 32014 32017 25887 0 -1 1077944384 1025 13076 0 0 24 0 4 3 20 0 15 0 445136100 11094712320 43790 33554432000 4194304 4196468 140725256880848 140702807825136 140703282248322 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29945856 140725256882928 140725256885445 140725256885445 140725256888271 0
[pid=32017/tid=32080] ppid=32014 vsize=10834680 memory=10 CPUtime=0.31 cores=0,2,4,6
/proc/32017/task/32080/stat : 32080 (java) R 32014 32017 25887 0 -1 1077944384 925 13076 0 0 24 0 4 3 20 0 15 0 445136100 11094712320 43790 33554432000 4194304 4196468 140725256880848 140702806772592 140703282248322 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29945856 140725256882928 140725256885445 140725256885445 140725256888271 0
[pid=32017/tid=32081] ppid=32014 vsize=10834680 memory=6791534058613427641 CPUtime=0.45 cores=0,2,4,6
/proc/32017/task/32081/stat : 32081 (java) S 32014 32017 25887 0 -1 1077944384 1526 13076 0 0 38 0 4 3 20 0 15 0 445136100 11094712320 43790 33554432000 4194304 4196468 140725256880848 140702805719536 140703282248322 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29945856 140725256882928 140725256885445 140725256885445 140725256888271 0
[pid=32017/tid=32082] ppid=32014 vsize=10834680 memory=4638778398332698720 CPUtime=0.07 cores=0,2,4,6
/proc/32017/task/32082/stat : 32082 (java) S 32014 32017 25887 0 -1 1077944384 3 13076 0 0 0 0 4 3 20 0 15 0 445136100 11094712320 43790 33554432000 4194304 4196468 140725256880848 140701517998944 140703282247381 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29945856 140725256882928 140725256885445 140725256885445 140725256888271 0
[pid=32017/tid=32083] ppid=32014 vsize=10834680 memory=279964625181568 CPUtime=0.07 cores=0,2,4,6
/proc/32017/task/32083/stat : 32083 (java) S 32014 32017 25887 0 -1 1077944384 1 13076 0 0 0 0 4 3 20 0 15 0 445136100 11094712320 43790 33554432000 4194304 4196468 140725256880848 140702804666928 140703282248322 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29945856 140725256882928 140725256885445 140725256885445 140725256888271 0
Current children cumulated CPU time: 2.4 s
Current children cumulated vsize: 10834680 KiB

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

[pid=32017/tid=32082] ppid=32014 vsize=10846988 memory=816 CPUtime=0.07 cores=0,2,4,6
/proc/32017/task/32082/stat : 32082 (java) S 32014 32017 25887 0 -1 1077944384 3 13076 0 0 0 0 4 3 20 0 15 0 445136100 11107315712 232755 33554432000 4194304 4196468 140725256880848 140701517998944 140703282247381 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29945856 140725256882928 140725256885445 140725256885445 140725256888271 0
[pid=32017/tid=32083] ppid=32014 vsize=10846988 memory=2580 CPUtime=1.59 cores=0,2,4,6
/proc/32017/task/32083/stat : 32083 (java) S 32014 32017 25887 0 -1 1077944384 1050 13076 0 0 77 75 4 3 20 0 15 0 445136100 11107315712 232755 33554432000 4194304 4196468 140725256880848 140702804666928 140703282248322 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 16 0 0 6293624 6294260 29945856 140725256882928 140725256885445 140725256885445 140725256888271 0
Current children cumulated CPU time: 2263.85 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 931020 KiB

[startup+2224.8 s]
/proc/loadavg: 0.63 0.65 0.89 2/206 32385
/proc/meminfo: memFree=28442332/32770624 swapFree=66939908/67108860
[pid=32017] ppid=32014 vsize=10846988 memory=931020 CPUtime=2264.67 cores=0,2,4,6
/proc/32017/stat : 32017 (java) S 32014 32017 25887 0 -1 1077944320 184444 13076 0 0 226103 357 4 3 20 0 15 0 445136085 11107315712 232755 33554432000 4194304 4196468 140725256880848 140725256863392 140703282237175 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 29945856 140725256882928 140725256885445 140725256885445 140725256888271 0
/proc/32017/statm: 2711747 232755 3623 1 0 2673805 0
[pid=32017/tid=32070] ppid=32014 vsize=10846988 memory=1256 CPUtime=2198.12 cores=0,2,4,6
/proc/32017/task/32070/stat : 32070 (java) R 32014 32017 25887 0 -1 4202560 65189 13076 0 0 219755 50 4 3 20 0 15 0 445136094 11107315712 232755 33554432000 4194304 4196468 140725256880848 140703254072880 140702888239329 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29945856 140725256882928 140725256885445 140725256885445 140725256888271 0
[pid=32017/tid=32071] ppid=32014 vsize=10846988 memory=6791534058613427641 CPUtime=11.66 cores=0,2,4,6
/proc/32017/task/32071/stat : 32071 (java) S 32014 32017 25887 0 -1 1077944384 11731 13076 0 0 1098 61 4 3 20 0 15 0 445136095 11107315712 232755 33554432000 4194304 4196468 140725256880848 140703286479888 140703282247381 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29945856 140725256882928 140725256885445 140725256885445 140725256888271 0
[pid=32017/tid=32072] ppid=32014 vsize=10846988 memory=7739506759628777330 CPUtime=11.62 cores=0,2,4,6
/proc/32017/task/32072/stat : 32072 (java) S 32014 32017 25887 0 -1 1077944384 13115 13076 0 0 1095 60 4 3 20 0 15 0 445136095 11107315712 232755 33554432000 4194304 4196468 140725256880848 140703201299600 140703282247381 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29945856 140725256882928 140725256885445 140725256885445 140725256888271 0
[pid=32017/tid=32073] ppid=32014 vsize=10846988 memory=7512114578044973668 CPUtime=11.61 cores=0,2,4,6
/proc/32017/task/32073/stat : 32073 (java) S 32014 32017 25887 0 -1 1077944384 9283 13076 0 0 1095 59 4 3 20 0 15 0 445136095 11107315712 232755 33554432000 4194304 4196468 140725256880848 140703200246544 140703282247381 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29945856 140725256882928 140725256885445 140725256885445 140725256888271 0
[pid=32017/tid=32074] ppid=32014 vsize=10846988 memory=7512114578044973668 CPUtime=11.62 cores=0,2,4,6
/proc/32017/task/32074/stat : 32074 (java) S 32014 32017 25887 0 -1 1077944384 10094 13076 0 0 1094 61 4 3 20 0 15 0 445136095 11107315712 232755 33554432000 4194304 4196468 140725256880848 140703199194000 140703282247381 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29945856 140725256882928 140725256885445 140725256885445 140725256888271 0
[pid=32017/tid=32075] ppid=32014 vsize=10846988 memory=6225503450322594664 CPUtime=11.1 cores=0,2,4,6
/proc/32017/task/32075/stat : 32075 (java) S 32014 32017 25887 0 -1 1077944384 14512 13076 0 0 1049 54 4 3 20 0 15 0 445136096 11107315712 232755 33554432000 4194304 4196468 140725256880848 140702808877296 140703282248322 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 6 0 0 6293624 6294260 29945856 140725256882928 140725256885445 140725256885445 140725256888271 0
[pid=32017/tid=32076] ppid=32014 vsize=10846988 memory=5933041083962913387 CPUtime=0.07 cores=0,2,4,6
/proc/32017/task/32076/stat : 32076 (java) S 32014 32017 25887 0 -1 1077944384 14 13076 0 0 0 0 4 3 20 0 15 0 445136097 11107315712 232755 33554432000 4194304 4196468 140725256880848 140702725956896 140703282247381 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29945856 140725256882928 140725256885445 140725256885445 140725256888271 0
[pid=32017/tid=32077] ppid=32014 vsize=10846988 memory=5933041083962913387 CPUtime=0.07 cores=0,2,4,6
/proc/32017/task/32077/stat : 32077 (java) S 32014 32017 25887 0 -1 1077944384 3 13076 0 0 0 0 4 3 20 0 15 0 445136097 11107315712 232755 33554432000 4194304 4196468 140725256880848 140702591738624 140703282247381 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29945856 140725256882928 140725256885445 140725256885445 140725256888271 0
[pid=32017/tid=32078] ppid=32014 vsize=10846988 memory=7739506759628777330 CPUtime=0.07 cores=0,2,4,6
/proc/32017/task/32078/stat : 32078 (java) S 32014 32017 25887 0 -1 1077944384 2 13076 0 0 0 0 4 3 20 0 15 0 445136100 11107315712 232755 33554432000 4194304 4196468 140725256880848 140701987760080 140703282255771 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29945856 140725256882928 140725256885445 140725256885445 140725256888271 0
[pid=32017/tid=32079] ppid=32014 vsize=10846988 memory=931020 CPUtime=3.05 cores=0,2,4,6
/proc/32017/task/32079/stat : 32079 (java) S 32014 32017 25887 0 -1 1077944384 18228 13076 0 0 295 3 4 3 20 0 15 0 445136100 11107315712 232755 33554432000 4194304 4196468 140725256880848 140702807825136 140703282248322 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 16 0 0 6293624 6294260 29945856 140725256882928 140725256885445 140725256885445 140725256888271 0
[pid=32017/tid=32080] ppid=32014 vsize=10846988 memory=288230596050944315 CPUtime=3.25 cores=0,2,4,6
/proc/32017/task/32080/stat : 32080 (java) S 32014 32017 25887 0 -1 1077944384 19742 13076 0 0 313 5 4 3 20 0 15 0 445136100 11107315712 232755 33554432000 4194304 4196468 140725256880848 140702806772592 140703282248322 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 15 0 0 6293624 6294260 29945856 140725256882928 140725256885445 140725256885445 140725256888271 0
[pid=32017/tid=32081] ppid=32014 vsize=10846988 memory=6791534058613427641 CPUtime=1.57 cores=0,2,4,6
/proc/32017/task/32081/stat : 32081 (java) S 32014 32017 25887 0 -1 1077944384 19269 13076 0 0 146 4 4 3 20 0 15 0 445136100 11107315712 232755 33554432000 4194304 4196468 140725256880848 140702805719536 140703282248322 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 16 0 0 6293624 6294260 29945856 140725256882928 140725256885445 140725256885445 140725256888271 0
[pid=32017/tid=32082] ppid=32014 vsize=10846988 memory=1436 CPUtime=0.07 cores=0,2,4,6
/proc/32017/task/32082/stat : 32082 (java) S 32014 32017 25887 0 -1 1077944384 3 13076 0 0 0 0 4 3 20 0 15 0 445136100 11107315712 232755 33554432000 4194304 4196468 140725256880848 140701517998944 140703282247381 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29945856 140725256882928 140725256885445 140725256885445 140725256888271 0
[pid=32017/tid=32083] ppid=32014 vsize=10846988 memory=4152 CPUtime=1.59 cores=0,2,4,6
/proc/32017/task/32083/stat : 32083 (java) S 32014 32017 25887 0 -1 1077944384 1050 13076 0 0 77 75 4 3 20 0 15 0 445136100 11107315712 232755 33554432000 4194304 4196468 140725256880848 140702804666928 140703282248322 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 16 0 0 6293624 6294260 29945856 140725256882928 140725256885445 140725256885445 140725256888271 0
Current children cumulated CPU time: 2264.67 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 931020 KiB

[startup+2225.2 s]
/proc/loadavg: 0.58 0.64 0.89 2/206 32385
/proc/meminfo: memFree=28442332/32770624 swapFree=66939908/67108860
[pid=32017] ppid=32014 vsize=10846988 memory=931020 CPUtime=2265.07 cores=0,2,4,6
/proc/32017/stat : 32017 (java) S 32014 32017 25887 0 -1 1077944320 184447 13076 0 0 226143 357 4 3 20 0 15 0 445136085 11107315712 232755 33554432000 4194304 4196468 140725256880848 140725256863392 140703282237175 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 29945856 140725256882928 140725256885445 140725256885445 140725256888271 0
/proc/32017/statm: 2711747 232755 3623 1 0 2673805 0
[pid=32017/tid=32070] ppid=32014 vsize=10846988 memory=3257 CPUtime=2198.51 cores=0,2,4,6
/proc/32017/task/32070/stat : 32070 (java) R 32014 32017 25887 0 -1 4202560 65192 13076 0 0 219794 50 4 3 20 0 15 0 445136094 11107315712 232755 33554432000 4194304 4196468 140725256880848 140703254072656 140702888524319 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29945856 140725256882928 140725256885445 140725256885445 140725256888271 0
[pid=32017/tid=32071] ppid=32014 vsize=10846988 memory=930936 CPUtime=11.67 cores=0,2,4,6
/proc/32017/task/32071/stat : 32071 (java) S 32014 32017 25887 0 -1 1077944384 11731 13076 0 0 1098 62 4 3 20 0 15 0 445136095 11107315712 232755 33554432000 4194304 4196468 140725256880848 140703286479888 140703282247381 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29945856 140725256882928 140725256885445 140725256885445 140725256888271 0
[pid=32017/tid=32072] ppid=32014 vsize=10846988 memory=1620 CPUtime=11.62 cores=0,2,4,6
/proc/32017/task/32072/stat : 32072 (java) S 32014 32017 25887 0 -1 1077944384 13115 13076 0 0 1095 60 4 3 20 0 15 0 445136095 11107315712 232755 33554432000 4194304 4196468 140725256880848 140703201299600 140703282247381 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29945856 140725256882928 140725256885445 140725256885445 140725256888271 0
[pid=32017/tid=32073] ppid=32014 vsize=10846988 memory=4112 CPUtime=11.61 cores=0,2,4,6
/proc/32017/task/32073/stat : 32073 (java) S 32014 32017 25887 0 -1 1077944384 9283 13076 0 0 1095 59 4 3 20 0 15 0 445136095 11107315712 232755 33554432000 4194304 4196468 140725256880848 140703200246544 140703282247381 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29945856 140725256882928 140725256885445 140725256885445 140725256888271 0
[pid=32017/tid=32074] ppid=32014 vsize=10846988 memory=288230574492221466 CPUtime=11.62 cores=0,2,4,6
/proc/32017/task/32074/stat : 32074 (java) S 32014 32017 25887 0 -1 1077944384 10094 13076 0 0 1094 61 4 3 20 0 15 0 445136095 11107315712 232755 33554432000 4194304 4196468 140725256880848 140703199194000 140703282247381 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29945856 140725256882928 140725256885445 140725256885445 140725256888271 0
[pid=32017/tid=32075] ppid=32014 vsize=10846988 memory=288230596050944315 CPUtime=11.11 cores=0,2,4,6
/proc/32017/task/32075/stat : 32075 (java) S 32014 32017 25887 0 -1 1077944384 14512 13076 0 0 1050 54 4 3 20 0 15 0 445136096 11107315712 232755 33554432000 4194304 4196468 140725256880848 140702808877296 140703282248322 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 6 0 0 6293624 6294260 29945856 140725256882928 140725256885445 140725256885445 140725256888271 0
[pid=32017/tid=32076] ppid=32014 vsize=10846988 memory=3835153943563087451 CPUtime=0.07 cores=0,2,4,6
/proc/32017/task/32076/stat : 32076 (java) S 32014 32017 25887 0 -1 1077944384 14 13076 0 0 0 0 4 3 20 0 15 0 445136097 11107315712 232755 33554432000 4194304 4196468 140725256880848 140702725956896 140703282247381 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29945856 140725256882928 140725256885445 140725256885445 140725256888271 0
[pid=32017/tid=32077] ppid=32014 vsize=10846988 memory=808 CPUtime=0.07 cores=0,2,4,6
/proc/32017/task/32077/stat : 32077 (java) S 32014 32017 25887 0 -1 1077944384 3 13076 0 0 0 0 4 3 20 0 15 0 445136097 11107315712 232755 33554432000 4194304 4196468 140725256880848 140702591738624 140703282247381 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29945856 140725256882928 140725256885445 140725256885445 140725256888271 0
[pid=32017/tid=32078] ppid=32014 vsize=10846988 memory=1804 CPUtime=0.07 cores=0,2,4,6
/proc/32017/task/32078/stat : 32078 (java) S 32014 32017 25887 0 -1 1077944384 2 13076 0 0 0 0 4 3 20 0 15 0 445136100 11107315712 232755 33554432000 4194304 4196468 140725256880848 140701987760080 140703282255771 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29945856 140725256882928 140725256885445 140725256885445 140725256888271 0
[pid=32017/tid=32079] ppid=32014 vsize=10846988 memory=920 CPUtime=3.05 cores=0,2,4,6
/proc/32017/task/32079/stat : 32079 (java) S 32014 32017 25887 0 -1 1077944384 18228 13076 0 0 295 3 4 3 20 0 15 0 445136100 11107315712 232755 33554432000 4194304 4196468 140725256880848 140702807825136 140703282248322 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 16 0 0 6293624 6294260 29945856 140725256882928 140725256885445 140725256885445 140725256888271 0
[pid=32017/tid=32080] ppid=32014 vsize=10846988 memory=3848 CPUtime=3.25 cores=0,2,4,6
/proc/32017/task/32080/stat : 32080 (java) S 32014 32017 25887 0 -1 1077944384 19742 13076 0 0 313 5 4 3 20 0 15 0 445136100 11107315712 232755 33554432000 4194304 4196468 140725256880848 140702806772592 140703282248322 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 15 0 0 6293624 6294260 29945856 140725256882928 140725256885445 140725256885445 140725256888271 0
[pid=32017/tid=32081] ppid=32014 vsize=10846988 memory=2892 CPUtime=1.57 cores=0,2,4,6
/proc/32017/task/32081/stat : 32081 (java) S 32014 32017 25887 0 -1 1077944384 19269 13076 0 0 146 4 4 3 20 0 15 0 445136100 11107315712 232755 33554432000 4194304 4196468 140725256880848 140702805719536 140703282248322 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 16 0 0 6293624 6294260 29945856 140725256882928 140725256885445 140725256885445 140725256888271 0
[pid=32017/tid=32082] ppid=32014 vsize=10846988 memory=1620 CPUtime=0.07 cores=0,2,4,6
/proc/32017/task/32082/stat : 32082 (java) S 32014 32017 25887 0 -1 1077944384 3 13076 0 0 0 0 4 3 20 0 15 0 445136100 11107315712 232755 33554432000 4194304 4196468 140725256880848 140701517998944 140703282247381 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29945856 140725256882928 140725256885445 140725256885445 140725256888271 0
[pid=32017/tid=32083] ppid=32014 vsize=10846988 memory=4112 CPUtime=1.59 cores=0,2,4,6
/proc/32017/task/32083/stat : 32083 (java) S 32014 32017 25887 0 -1 1077944384 1050 13076 0 0 77 75 4 3 20 0 15 0 445136100 11107315712 232755 33554432000 4194304 4196468 140725256880848 140702804666928 140703282248322 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 16 0 0 6293624 6294260 29945856 140725256882928 140725256885445 140725256885445 140725256888271 0
Current children cumulated CPU time: 2265.07 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 931020 KiB

[startup+2225.6 s]
/proc/loadavg: 0.58 0.64 0.89 2/206 32385
/proc/meminfo: memFree=28442332/32770624 swapFree=66939908/67108860
[pid=32017] ppid=32014 vsize=10846988 memory=931020 CPUtime=2265.48 cores=0,2,4,6
/proc/32017/stat : 32017 (java) S 32014 32017 25887 0 -1 1077944320 184451 13076 0 0 226184 357 4 3 20 0 15 0 445136085 11107315712 232755 33554432000 4194304 4196468 140725256880848 140725256863392 140703282237175 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 29945856 140725256882928 140725256885445 140725256885445 140725256888271 0
/proc/32017/statm: 2711747 232755 3623 1 0 2673805 0
[pid=32017/tid=32070] ppid=32014 vsize=10846988 memory=1548 CPUtime=2198.91 cores=0,2,4,6
/proc/32017/task/32070/stat : 32070 (java) R 32014 32017 25887 0 -1 4202560 65195 13076 0 0 219834 50 4 3 20 0 15 0 445136094 11107315712 232755 33554432000 4194304 4196468 140725256880848 140703254073472 140702890764518 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29945856 140725256882928 140725256885445 140725256885445 140725256888271 0
[pid=32017/tid=32071] ppid=32014 vsize=10846988 memory=1728 CPUtime=11.67 cores=0,2,4,6
/proc/32017/task/32071/stat : 32071 (java) S 32014 32017 25887 0 -1 1077944384 11731 13076 0 0 1098 62 4 3 20 0 15 0 445136095 11107315712 232755 33554432000 4194304 4196468 140725256880848 140703286479888 140703282247381 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29945856 140725256882928 140725256885445 140725256885445 140725256888271 0
[pid=32017/tid=32072] ppid=32014 vsize=10846988 memory=931020 CPUtime=11.62 cores=0,2,4,6
/proc/32017/task/32072/stat : 32072 (java) S 32014 32017 25887 0 -1 1077944384 13116 13076 0 0 1095 60 4 3 20 0 15 0 445136095 11107315712 232755 33554432000 4194304 4196468 140725256880848 140703201299600 140703282247381 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29945856 140725256882928 140725256885445 140725256885445 140725256888271 0
[pid=32017/tid=32073] ppid=32014 vsize=10846988 memory=3504 CPUtime=11.61 cores=0,2,4,6
/proc/32017/task/32073/stat : 32073 (java) S 32014 32017 25887 0 -1 1077944384 9283 13076 0 0 1095 59 4 3 20 0 15 0 445136095 11107315712 232755 33554432000 4194304 4196468 140725256880848 140703200246544 140703282247381 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29945856 140725256882928 140725256885445 140725256885445 140725256888271 0
[pid=32017/tid=32074] ppid=32014 vsize=10846988 memory=6791534058613427641 CPUtime=11.63 cores=0,2,4,6
/proc/32017/task/32074/stat : 32074 (java) S 32014 32017 25887 0 -1 1077944384 10094 13076 0 0 1095 61 4 3 20 0 15 0 445136095 11107315712 232755 33554432000 4194304 4196468 140725256880848 140703199194000 140703282247381 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29945856 140725256882928 140725256885445 140725256885445 140725256888271 0
[pid=32017/tid=32075] ppid=32014 vsize=10846988 memory=988 CPUtime=11.11 cores=0,2,4,6
/proc/32017/task/32075/stat : 32075 (java) S 32014 32017 25887 0 -1 1077944384 14512 13076 0 0 1050 54 4 3 20 0 15 0 445136096 11107315712 232755 33554432000 4194304 4196468 140725256880848 140702808877296 140703282248322 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 6 0 0 6293624 6294260 29945856 140725256882928 140725256885445 140725256885445 140725256888271 0
[pid=32017/tid=32076] ppid=32014 vsize=10846988 memory=2008 CPUtime=0.07 cores=0,2,4,6
/proc/32017/task/32076/stat : 32076 (java) S 32014 32017 25887 0 -1 1077944384 14 13076 0 0 0 0 4 3 20 0 15 0 445136097 11107315712 232755 33554432000 4194304 4196468 140725256880848 140702725956896 140703282247381 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29945856 140725256882928 140725256885445 140725256885445 140725256888271 0
[pid=32017/tid=32077] ppid=32014 vsize=10846988 memory=1436 CPUtime=0.07 cores=0,2,4,6
/proc/32017/task/32077/stat : 32077 (java) S 32014 32017 25887 0 -1 1077944384 3 13076 0 0 0 0 4 3 20 0 15 0 445136097 11107315712 232755 33554432000 4194304 4196468 140725256880848 140702591738624 140703282247381 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29945856 140725256882928 140725256885445 140725256885445 140725256888271 0
[pid=32017/tid=32078] ppid=32014 vsize=10846988 memory=6791534058613427641 CPUtime=0.07 cores=0,2,4,6
/proc/32017/task/32078/stat : 32078 (java) S 32014 32017 25887 0 -1 1077944384 2 13076 0 0 0 0 4 3 20 0 15 0 445136100 11107315712 232755 33554432000 4194304 4196468 140725256880848 140701987760080 140703282255771 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29945856 140725256882928 140725256885445 140725256885445 140725256888271 0
[pid=32017/tid=32079] ppid=32014 vsize=10846988 memory=4126316290023845779 CPUtime=3.05 cores=0,2,4,6
/proc/32017/task/32079/stat : 32079 (java) S 32014 32017 25887 0 -1 1077944384 18228 13076 0 0 295 3 4 3 20 0 15 0 445136100 11107315712 232755 33554432000 4194304 4196468 140725256880848 140702807825136 140703282248322 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 16 0 0 6293624 6294260 29945856 140725256882928 140725256885445 140725256885445 140725256888271 0
[pid=32017/tid=32080] ppid=32014 vsize=10846988 memory=931020 CPUtime=3.25 cores=0,2,4,6
/proc/32017/task/32080/stat : 32080 (java) S 32014 32017 25887 0 -1 1077944384 19742 13076 0 0 313 5 4 3 20 0 15 0 445136100 11107315712 232755 33554432000 4194304 4196468 140725256880848 140702806772592 140703282248322 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 15 0 0 6293624 6294260 29945856 140725256882928 140725256885445 140725256885445 140725256888271 0
[pid=32017/tid=32081] ppid=32014 vsize=10846988 memory=931020 CPUtime=1.57 cores=0,2,4,6
/proc/32017/task/32081/stat : 32081 (java) S 32014 32017 25887 0 -1 1077944384 19269 13076 0 0 146 4 4 3 20 0 15 0 445136100 11107315712 232755 33554432000 4194304 4196468 140725256880848 140702805719536 140703282248322 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 16 0 0 6293624 6294260 29945856 140725256882928 140725256885445 140725256885445 140725256888271 0
[pid=32017/tid=32082] ppid=32014 vsize=10846988 memory=7512114578044973668 CPUtime=0.07 cores=0,2,4,6
/proc/32017/task/32082/stat : 32082 (java) S 32014 32017 25887 0 -1 1077944384 3 13076 0 0 0 0 4 3 20 0 15 0 445136100 11107315712 232755 33554432000 4194304 4196468 140725256880848 140701517998944 140703282247381 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29945856 140725256882928 140725256885445 140725256885445 140725256888271 0
[pid=32017/tid=32083] ppid=32014 vsize=10846988 memory=3504 CPUtime=1.59 cores=0,2,4,6
/proc/32017/task/32083/stat : 32083 (java) S 32014 32017 25887 0 -1 1077944384 1050 13076 0 0 77 75 4 3 20 0 15 0 445136100 11107315712 232755 33554432000 4194304 4196468 140725256880848 140702804666928 140703282248322 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 16 0 0 6293624 6294260 29945856 140725256882928 140725256885445 140725256885445 140725256888271 0
Current children cumulated CPU time: 2265.48 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 931020 KiB

[startup+2225.7 s]
/proc/loadavg: 0.58 0.64 0.89 2/206 32385
/proc/meminfo: memFree=28442332/32770624 swapFree=66939908/67108860
[pid=32017] ppid=32014 vsize=10846988 memory=931020 CPUtime=2265.58 cores=0,2,4,6
/proc/32017/stat : 32017 (java) S 32014 32017 25887 0 -1 1077944320 184451 13076 0 0 226194 357 4 3 20 0 15 0 445136085 11107315712 232755 33554432000 4194304 4196468 140725256880848 140725256863392 140703282237175 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 29945856 140725256882928 140725256885445 140725256885445 140725256888271 0
/proc/32017/statm: 2711747 232755 3623 1 0 2673805 0
[pid=32017/tid=32070] ppid=32014 vsize=10846988 memory=931020 CPUtime=2199.01 cores=0,2,4,6
/proc/32017/task/32070/stat : 32070 (java) R 32014 32017 25887 0 -1 4202560 65195 13076 0 0 219844 50 4 3 20 0 15 0 445136094 11107315712 232755 33554432000 4194304 4196468 140725256880848 140703254073472 140702887615385 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29945856 140725256882928 140725256885445 140725256885445 140725256888271 0
[pid=32017/tid=32071] ppid=32014 vsize=10846988 memory=931020 CPUtime=11.67 cores=0,2,4,6
/proc/32017/task/32071/stat : 32071 (java) S 32014 32017 25887 0 -1 1077944384 11731 13076 0 0 1098 62 4 3 20 0 15 0 445136095 11107315712 232755 33554432000 4194304 4196468 140725256880848 140703286479888 140703282247381 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29945856 140725256882928 140725256885445 140725256885445 140725256888271 0
[pid=32017/tid=32072] ppid=32014 vsize=10846988 memory=931020 CPUtime=11.62 cores=0,2,4,6
/proc/32017/task/32072/stat : 32072 (java) S 32014 32017 25887 0 -1 1077944384 13116 13076 0 0 1095 60 4 3 20 0 15 0 445136095 11107315712 232755 33554432000 4194304 4196468 140725256880848 140703201299600 140703282247381 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29945856 140725256882928 140725256885445 140725256885445 140725256888271 0
[pid=32017/tid=32073] ppid=32014 vsize=10846988 memory=928888 CPUtime=11.61 cores=0,2,4,6
/proc/32017/task/32073/stat : 32073 (java) S 32014 32017 25887 0 -1 1077944384 9283 13076 0 0 1095 59 4 3 20 0 15 0 445136095 11107315712 232755 33554432000 4194304 4196468 140725256880848 140703200246544 140703282247381 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29945856 140725256882928 140725256885445 140725256885445 140725256888271 0
[pid=32017/tid=32074] ppid=32014 vsize=10846988 memory=928888 CPUtime=11.63 cores=0,2,4,6
/proc/32017/task/32074/stat : 32074 (java) S 32014 32017 25887 0 -1 1077944384 10094 13076 0 0 1095 61 4 3 20 0 15 0 445136095 11107315712 232755 33554432000 4194304 4196468 140725256880848 140703199194000 140703282247381 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29945856 140725256882928 140725256885445 140725256885445 140725256888271 0
[pid=32017/tid=32075] ppid=32014 vsize=10846988 memory=930936 CPUtime=11.11 cores=0,2,4,6
/proc/32017/task/32075/stat : 32075 (java) S 32014 32017 25887 0 -1 1077944384 14512 13076 0 0 1050 54 4 3 20 0 15 0 445136096 11107315712 232755 33554432000 4194304 4196468 140725256880848 140702808877296 140703282248322 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 6 0 0 6293624 6294260 29945856 140725256882928 140725256885445 140725256885445 140725256888271 0
[pid=32017/tid=32076] ppid=32014 vsize=10846988 memory=931020 CPUtime=0.07 cores=0,2,4,6
/proc/32017/task/32076/stat : 32076 (java) S 32014 32017 25887 0 -1 1077944384 14 13076 0 0 0 0 4 3 20 0 15 0 445136097 11107315712 232755 33554432000 4194304 4196468 140725256880848 140702725956896 140703282247381 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29945856 140725256882928 140725256885445 140725256885445 140725256888271 0
[pid=32017/tid=32077] ppid=32014 vsize=10846988 memory=931020 CPUtime=0.07 cores=0,2,4,6
/proc/32017/task/32077/stat : 32077 (java) S 32014 32017 25887 0 -1 1077944384 3 13076 0 0 0 0 4 3 20 0 15 0 445136097 11107315712 232755 33554432000 4194304 4196468 140725256880848 140702591738624 140703282247381 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29945856 140725256882928 140725256885445 140725256885445 140725256888271 0
[pid=32017/tid=32078] ppid=32014 vsize=10846988 memory=931020 CPUtime=0.07 cores=0,2,4,6
/proc/32017/task/32078/stat : 32078 (java) S 32014 32017 25887 0 -1 1077944384 2 13076 0 0 0 0 4 3 20 0 15 0 445136100 11107315712 232755 33554432000 4194304 4196468 140725256880848 140701987760080 140703282255771 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29945856 140725256882928 140725256885445 140725256885445 140725256888271 0
[pid=32017/tid=32079] ppid=32014 vsize=10846988 memory=931020 CPUtime=3.05 cores=0,2,4,6
/proc/32017/task/32079/stat : 32079 (java) S 32014 32017 25887 0 -1 1077944384 18228 13076 0 0 295 3 4 3 20 0 15 0 445136100 11107315712 232755 33554432000 4194304 4196468 140725256880848 140702807825136 140703282248322 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 16 0 0 6293624 6294260 29945856 140725256882928 140725256885445 140725256885445 140725256888271 0
[pid=32017/tid=32080] ppid=32014 vsize=10846988 memory=47992 CPUtime=3.25 cores=0,2,4,6
/proc/32017/task/32080/stat : 32080 (java) S 32014 32017 25887 0 -1 1077944384 19742 13076 0 0 313 5 4 3 20 0 15 0 445136100 11107315712 232755 33554432000 4194304 4196468 140725256880848 140702806772592 140703282248322 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 15 0 0 6293624 6294260 29945856 140725256882928 140725256885445 140725256885445 140725256888271 0
[pid=32017/tid=32081] ppid=32014 vsize=10846988 memory=988 CPUtime=1.57 cores=0,2,4,6
/proc/32017/task/32081/stat : 32081 (java) S 32014 32017 25887 0 -1 1077944384 19269 13076 0 0 146 4 4 3 20 0 15 0 445136100 11107315712 232755 33554432000 4194304 4196468 140725256880848 140702805719536 140703282248322 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 16 0 0 6293624 6294260 29945856 140725256882928 140725256885445 140725256885445 140725256888271 0
[pid=32017/tid=32082] ppid=32014 vsize=10846988 memory=6791534058613427641 CPUtime=0.07 cores=0,2,4,6
/proc/32017/task/32082/stat : 32082 (java) S 32014 32017 25887 0 -1 1077944384 3 13076 0 0 0 0 4 3 20 0 15 0 445136100 11107315712 232755 33554432000 4194304 4196468 140725256880848 140701517998944 140703282247381 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29945856 140725256882928 140725256885445 140725256885445 140725256888271 0
[pid=32017/tid=32083] ppid=32014 vsize=10846988 memory=9580 CPUtime=1.59 cores=0,2,4,6
/proc/32017/task/32083/stat : 32083 (java) S 32014 32017 25887 0 -1 1077944384 1050 13076 0 0 77 75 4 3 20 0 15 0 445136100 11107315712 232755 33554432000 4194304 4196468 140725256880848 140702804666928 140703282248322 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 16 0 0 6293624 6294260 29945856 140725256882928 140725256885445 140725256885445 140725256888271 0
Current children cumulated CPU time: 2265.58 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 931020 KiB

Child status: 0
Real time (s): 2225.77
CPU time (s): 2265.67
CPU user time (s): 2262.06
CPU system time (s): 3.61549
CPU usage (%): 101.793
Max. virtual memory (cumulated for all children) (KiB): 10847700
Max. memory (cumulated for all children) (KiB): 931020

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2262.06
system time used= 3.61549
maximum resident set size= 933096
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 198154
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2600
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 288562
involuntary context switches= 9522


# summary of solver processes directly reported to runsolver:
#   pid: 32017
#   total CPU time (s): 2265.67
#   total CPU user time (s): 2262.06
#   total CPU system time (s): 3.61549

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.4748 second user time and 20.7155 second system time

The end

Launcher Data

Begin job on node119 at 2019-09-17 05:49:32
IDJOB=4401285
IDBENCH=141365
IDSOLVER=2858
FILE ID=node119/4401285-1568692212
RUNJOBID= node119-1568673291-25918
PBS_JOBID= 21703790
Free space on /tmp= 61312 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP18/GolombRuler/GolombRuler-a3v18-nodv-10_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4401285-1568692212/watcher-4401285-1568692212 -o /tmp/evaluation-result-4401285-1568692212/solver-4401285-1568692212 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node119-1568673291-25918 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=146496948 HOME/instance-4401285-1568692212.xml

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

MD5SUM BENCH= 769ec0f26c47f1b96bb609b2e4d8d5d6
RANDOM SEED=146496948

node119.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial 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 pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.47
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial 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 pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial 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 pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.47
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial 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 pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial 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 pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.47
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial 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 pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial 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 pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.47
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial 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 pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        28388632 kB
MemAvailable:   30884308 kB
Buffers:          119120 kB
Cached:          2659364 kB
SwapCached:        61076 kB
Active:          2356200 kB
Inactive:        1427836 kB
Active(anon):     944292 kB
Inactive(anon):   110640 kB
Active(file):    1411908 kB
Inactive(file):  1317196 kB
Unevictable:      107752 kB
Mlocked:          107752 kB
SwapTotal:      67108860 kB
SwapFree:       66939904 kB
Dirty:             35128 kB
Writeback:             0 kB
AnonPages:       1054056 kB
Mapped:            62424 kB
Shmem:             41008 kB
Slab:             194020 kB
SReclaimable:     164812 kB
SUnreclaim:        29208 kB
KernelStack:        3712 kB
PageTables:         7780 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2222924 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    915456 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 61312 MiB
End job on node119 at 2019-09-17 06:26:38