Trace number 4302752

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.9.2-SuperNGOPT8 52.9065 43.3119

General information on the benchmark

NameQuadraticAssignment/
QuadraticAssignment-esc16d_c18.xml
MD5SUM797dd3ed6ca3fcac5df6221abf320949
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark8
Best CPU time to get the best result obtained on this benchmark52.9065
Satisfiable
(Un)Satisfiability was proved
Number of variables272
Number of constraints22
Number of domains2
Minimum domain size4
Maximum domain size16
Distribution of domain sizes[{"size":4,"count":21},{"size":16,"count":16}]
Minimum variable degree0
Maximum variable degree7
Distribution of variable degrees[{"degree":0,"count":235},{"degree":1,"count":2},{"degree":2,"count":22},{"degree":3,"count":6},{"degree":4,"count":2},{"degree":5,"count":3},{"degree":6,"count":1},{"degree":7,"count":1}]
Minimum constraint arity3
Maximum constraint arity16
Distribution of constraint arities[{"arity":3,"count":21},{"arity":16,"count":1}]
Number of extensional constraints21
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":21},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


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

Solver Data

0.99/0.74	c Concrete v3.9.2.1532736233296 running
7.34/3.79	o 17
7.67/3.82	o 15
9.34/4.31	o 10
9.34/4.31	o 9
9.34/4.31	o 8
52.78/43.29	v <instantiation cost="8">
52.78/43.29	v       <list>
52.78/43.29	v         x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] d[0][3] d[0][4] d[1][6] d[1][8] d[1][11] d[1][14] d[2][12] d[2][14] d[3][4] d[6][8] d[6][11] d[6][14] d[7][9] d[8][11] d[8][14] d[9][10] d[10][13] d[11][12] d[11][13] d[11][14] d[12][13]
52.78/43.29	v       </list>
52.78/43.29	v       <values>
52.78/43.29	v         11 12 13 3 2 1 0 5 8 7 6 10 15 14 9 4 0 1 1 0 1 1 0 0 0 0 1 1 0 0 0 0 0 1 0 1 0
52.78/43.29	v       </values>
52.78/43.29	v     </instantiation>
52.78/43.29	s OPTIMUM FOUND

Verifier Data

OK	8

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 (11218 MiB free)
  memory of node 1: 16384 MiB (15800 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302752-1532896460/watcher-4302752-1532896460 -o /tmp/evaluation-result-4302752-1532896460/solver-4302752-1532896460 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532893975-22777 --watchdog 312 bin/xcsp-3-concrete -J-Xss64M -randomseed=1826881487 -superng HOME/instance-4302752-1532896460.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 282 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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=26427, runsolver pid=26424

[startup+0.10009 s]*
/proc/loadavg: 1.76 1.65 1.75 3/207 26484
/proc/meminfo: memFree=27661664/32770624 swapFree=67108860/67108860
[pid=26427] ppid=26424 vsize=10005480 memory=18864 CPUtime=0.08 cores=1,3,5,7
/proc/26427/stat : 26427 (java) S 26424 26427 13514 0 -1 1077944320 4389 12919 0 0 1 0 5 2 20 0 6 0 107209155 10245611520 4716 33554432000 4194304 4196468 140736531840016 140736531822560 139794463506167 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 17825792 140736531847784 140736531850593 140736531850593 140736531853263 0
/proc/26427/statm: 2501370 4716 1935 1 0 2489808 0
[pid=26427/tid=26480] ppid=26424 vsize=10005480 memory=4279135703980344719 CPUtime=0.08 cores=1,3,5,7
/proc/26427/task/26480/stat : 26480 (java) R 26424 26427 13514 0 -1 4202560 2191 12919 0 0 1 0 5 2 20 0 6 0 107209164 10245611520 4716 33554432000 4194304 4196468 140736531840016 139794435342928 139794449188693 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17825792 140736531847784 140736531850593 140736531850593 140736531853263 0
[pid=26427/tid=26481] ppid=26424 vsize=10005480 memory=8257237230052613020 CPUtime=0.07 cores=1,3,5,7
/proc/26427/task/26481/stat : 26481 (java) S 26424 26427 13514 0 -1 1077944384 1 12919 0 0 0 0 5 2 20 0 6 0 107209164 10245611520 4716 33554432000 4194304 4196468 140736531840016 139794467748624 139794463516373 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17825792 140736531847784 140736531850593 140736531850593 140736531853263 0
[pid=26427/tid=26482] ppid=26424 vsize=10005480 memory=140446733686400 CPUtime=0.07 cores=1,3,5,7
/proc/26427/task/26482/stat : 26482 (java) S 26424 26427 13514 0 -1 1077944384 1 12919 0 0 0 0 5 2 20 0 6 0 107209164 10245611520 4716 33554432000 4194304 4196468 140736531840016 139794349013904 139794463516373 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17825792 140736531847784 140736531850593 140736531850593 140736531853263 0
[pid=26427/tid=26483] ppid=26424 vsize=10005480 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/26427/task/26483/stat : 26483 (java) S 26424 26427 13514 0 -1 1077944384 1 12919 0 0 0 0 5 2 20 0 6 0 107209164 10245611520 4716 33554432000 4194304 4196468 140736531840016 139794347961360 139794463516373 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17825792 140736531847784 140736531850593 140736531850593 140736531853263 0
[pid=26427/tid=26484] ppid=26424 vsize=10005480 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/26427/task/26484/stat : 26484 (java) S 26424 26427 13514 0 -1 1077944384 2 12919 0 0 0 0 5 2 20 0 6 0 107209164 10245611520 4716 33554432000 4194304 4196468 140736531840016 139794346908816 139794463516373 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17825792 140736531847784 140736531850593 140736531850593 140736531853263 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 18864 KiB

[startup+0.209883 s]*
/proc/loadavg: 1.76 1.65 1.75 3/216 26493
/proc/meminfo: memFree=27637912/32770624 swapFree=67108860/67108860
[pid=26427] ppid=26424 vsize=10982744 memory=45024 CPUtime=0.25 cores=1,3,5,7
/proc/26427/stat : 26427 (java) S 26424 26427 13514 0 -1 1077944320 7918 12919 0 0 16 2 5 2 20 0 15 0 107209155 11246329856 11256 33554432000 4194304 4196468 140736531840016 140736531822560 139794463506167 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 17825792 140736531847784 140736531850593 140736531850593 140736531853263 0
/proc/26427/statm: 2745686 11256 2982 1 0 2708109 0
[pid=26427/tid=26480] ppid=26424 vsize=10982744 memory=7022364594140610616 CPUtime=0.18 cores=1,3,5,7
/proc/26427/task/26480/stat : 26480 (java) R 26424 26427 13514 0 -1 4202560 4485 12919 0 0 10 1 5 2 20 0 15 0 107209164 11246329856 11256 33554432000 4194304 4196468 140736531840016 139794435329824 139794463528093 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17825792 140736531847784 140736531850593 140736531850593 140736531853263 0
[pid=26427/tid=26481] ppid=26424 vsize=10982744 memory=339 CPUtime=0.07 cores=1,3,5,7
/proc/26427/task/26481/stat : 26481 (java) S 26424 26427 13514 0 -1 1077944384 1 12919 0 0 0 0 5 2 20 0 15 0 107209164 11246329856 11256 33554432000 4194304 4196468 140736531840016 139794467748624 139794463516373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17825792 140736531847784 140736531850593 140736531850593 140736531853263 0
[pid=26427/tid=26482] ppid=26424 vsize=10982744 memory=3617997911611135648 CPUtime=0.07 cores=1,3,5,7
/proc/26427/task/26482/stat : 26482 (java) S 26424 26427 13514 0 -1 1077944384 1 12919 0 0 0 0 5 2 20 0 15 0 107209164 11246329856 11256 33554432000 4194304 4196468 140736531840016 139794349013904 139794463516373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17825792 140736531847784 140736531850593 140736531850593 140736531853263 0
[pid=26427/tid=26483] ppid=26424 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/26427/task/26483/stat : 26483 (java) S 26424 26427 13514 0 -1 1077944384 1 12919 0 0 0 0 5 2 20 0 15 0 107209164 11246329856 11256 33554432000 4194304 4196468 140736531840016 139794347961360 139794463516373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17825792 140736531847784 140736531850593 140736531850593 140736531853263 0
[pid=26427/tid=26484] ppid=26424 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/26427/task/26484/stat : 26484 (java) S 26424 26427 13514 0 -1 1077944384 2 12919 0 0 0 0 5 2 20 0 15 0 107209164 11246329856 11256 33554432000 4194304 4196468 140736531840016 139794346908816 139794463516373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17825792 140736531847784 140736531850593 140736531850593 140736531853263 0
[pid=26427/tid=26485] ppid=26424 vsize=10982744 memory=140446733686400 CPUtime=0.07 cores=1,3,5,7
/proc/26427/task/26485/stat : 26485 (java) S 26424 26427 13514 0 -1 1077944384 2 12919 0 0 0 0 5 2 20 0 15 0 107209166 11246329856 11256 33554432000 4194304 4196468 140736531840016 139793956521968 139794463517314 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17825792 140736531847784 140736531850593 140736531850593 140736531853263 0
[pid=26427/tid=26486] ppid=26424 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/26427/task/26486/stat : 26486 (java) S 26424 26427 13514 0 -1 1077944384 13 12919 0 0 0 0 5 2 20 0 15 0 107209166 11246329856 11256 33554432000 4194304 4196468 140736531840016 139793266631584 139794463516373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17825792 140736531847784 140736531850593 140736531850593 140736531853263 0
[pid=26427/tid=26487] ppid=26424 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/26427/task/26487/stat : 26487 (java) S 26424 26427 13514 0 -1 1077944384 1 12919 0 0 0 0 5 2 20 0 15 0 107209167 11246329856 11256 33554432000 4194304 4196468 140736531840016 139793065305072 139794463516373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17825792 140736531847784 140736531850593 140736531850593 140736531853263 0
[pid=26427/tid=26488] ppid=26424 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/26427/task/26488/stat : 26488 (java) S 26424 26427 13514 0 -1 1077944384 3 12919 0 0 0 0 5 2 20 0 15 0 107209169 11246329856 11256 33554432000 4194304 4196468 140736531840016 139792757905616 139794463524763 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17825792 140736531847784 140736531850593 140736531850593 140736531853263 0
[pid=26427/tid=26489] ppid=26424 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/26427/task/26489/stat : 26489 (java) S 26424 26427 13514 0 -1 1077944384 267 12919 0 0 0 0 5 2 20 0 15 0 107209169 11246329856 11256 33554432000 4194304 4196468 140736531840016 139793955469808 139794463517314 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17825792 140736531847784 140736531850593 140736531850593 140736531853263 0
[pid=26427/tid=26490] ppid=26424 vsize=10982744 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/26427/task/26490/stat : 26490 (java) S 26424 26427 13514 0 -1 1077944384 341 12919 0 0 1 0 5 2 20 0 15 0 107209169 11246329856 11256 33554432000 4194304 4196468 140736531840016 139793954417264 139794463517314 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17825792 140736531847784 140736531850593 140736531850593 140736531853263 0
[pid=26427/tid=26491] ppid=26424 vsize=10982744 memory=140446733686400 CPUtime=0.1 cores=1,3,5,7
/proc/26427/task/26491/stat : 26491 (java) R 26424 26427 13514 0 -1 4202560 601 12919 0 0 3 0 5 2 20 0 15 0 107209169 11246329856 11256 33554432000 4194304 4196468 140736531840016 139793953364720 139794463527514 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17825792 140736531847784 140736531850593 140736531850593 140736531853263 0
[pid=26427/tid=26492] ppid=26424 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/26427/task/26492/stat : 26492 (java) S 26424 26427 13514 0 -1 1077944384 3 12919 0 0 0 0 5 2 20 0 15 0 107209169 11246329856 11256 33554432000 4194304 4196468 140736531840016 139792327109728 139794463516373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17825792 140736531847784 140736531850593 140736531850593 140736531853263 0
[pid=26427/tid=26493] ppid=26424 vsize=10982744 memory=140446733686400 CPUtime=0.07 cores=1,3,5,7
/proc/26427/task/26493/stat : 26493 (java) S 26424 26427 13514 0 -1 1077944384 1 12919 0 0 0 0 5 2 20 0 15 0 107209170 11246329856 11256 33554432000 4194304 4196468 140736531840016 139793952311600 139794463517314 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17825792 140736531847784 140736531850593 140736531850593 140736531853263 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 45024 KiB

[startup+0.31013 s]*
/proc/loadavg: 1.76 1.65 1.75 3/216 26493
/proc/meminfo: memFree=27626532/32770624 swapFree=67108860/67108860
[pid=26427] ppid=26424 vsize=10983192 memory=55732 CPUtime=0.38 cores=1,3,5,7
/proc/26427/stat : 26427 (java) S 26424 26427 13514 0 -1 1077944320 10425 12919 0 0 28 3 5 2 20 0 15 0 107209155 11246788608 13933 33554432000 4194304 4196468 140736531840016 140736531822560 139794463506167 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 17825792 140736531847784 140736531850593 140736531850593 140736531853263 0
/proc/26427/statm: 2745798 13933 3101 1 0 2708109 0
[pid=26427/tid=26480] ppid=26424 vsize=10983192 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/26427/task/26480/stat : 26480 (java) R 26424 26427 13514 0 -1 4202560 6979 12919 0 0 19 2 5 2 20 0 15 0 107209164 11246788608 13933 33554432000 4194304 4196468 140736531840016 139794435318176 139794447586654 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17825792 140736531847784 140736531850593 140736531850593 140736531853263 0
[pid=26427/tid=26481] ppid=26424 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/26427/task/26481/stat : 26481 (java) S 26424 26427 13514 0 -1 1077944384 1 12919 0 0 0 0 5 2 20 0 15 0 107209164 11246788608 13933 33554432000 4194304 4196468 140736531840016 139794467748624 139794463516373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17825792 140736531847784 140736531850593 140736531850593 140736531853263 0
[pid=26427/tid=26482] ppid=26424 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/26427/task/26482/stat : 26482 (java) S 26424 26427 13514 0 -1 1077944384 1 12919 0 0 0 0 5 2 20 0 15 0 107209164 11246788608 13933 33554432000 4194304 4196468 140736531840016 139794349013904 139794463516373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17825792 140736531847784 140736531850593 140736531850593 140736531853263 0
[pid=26427/tid=26483] ppid=26424 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/26427/task/26483/stat : 26483 (java) S 26424 26427 13514 0 -1 1077944384 1 12919 0 0 0 0 5 2 20 0 15 0 107209164 11246788608 13933 33554432000 4194304 4196468 140736531840016 139794347961360 139794463516373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17825792 140736531847784 140736531850593 140736531850593 140736531853263 0
[pid=26427/tid=26484] ppid=26424 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/26427/task/26484/stat : 26484 (java) S 26424 26427 13514 0 -1 1077944384 2 12919 0 0 0 0 5 2 20 0 15 0 107209164 11246788608 13933 33554432000 4194304 4196468 140736531840016 139794346908816 139794463516373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17825792 140736531847784 140736531850593 140736531850593 140736531853263 0
[pid=26427/tid=26485] ppid=26424 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/26427/task/26485/stat : 26485 (java) S 26424 26427 13514 0 -1 1077944384 2 12919 0 0 0 0 5 2 20 0 15 0 107209166 11246788608 13933 33554432000 4194304 4196468 140736531840016 139793956521968 139794463517314 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17825792 140736531847784 140736531850593 140736531850593 140736531853263 0
[pid=26427/tid=26486] ppid=26424 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/26427/task/26486/stat : 26486 (java) S 26424 26427 13514 0 -1 1077944384 13 12919 0 0 0 0 5 2 20 0 15 0 107209166 11246788608 13933 33554432000 4194304 4196468 140736531840016 139793266631584 139794463516373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17825792 140736531847784 140736531850593 140736531850593 140736531853263 0
[pid=26427/tid=26487] ppid=26424 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/26427/task/26487/stat : 26487 (java) S 26424 26427 13514 0 -1 1077944384 1 12919 0 0 0 0 5 2 20 0 15 0 107209167 11246788608 13933 33554432000 4194304 4196468 140736531840016 139793065305072 139794463516373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17825792 140736531847784 140736531850593 140736531850593 140736531853263 0
[pid=26427/tid=26488] ppid=26424 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/26427/task/26488/stat : 26488 (java) S 26424 26427 13514 0 -1 1077944384 3 12919 0 0 0 0 5 2 20 0 15 0 107209169 11246788608 13933 33554432000 4194304 4196468 140736531840016 139792757905616 139794463524763 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17825792 140736531847784 140736531850593 140736531850593 140736531853263 0
[pid=26427/tid=26489] ppid=26424 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26427/task/26489/stat : 26489 (java) S 26424 26427 13514 0 -1 1077944384 271 12919 0 0 1 0 5 2 20 0 15 0 107209169 11246788608 13933 33554432000 4194304 4196468 140736531840016 139793955469808 139794463517314 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17825792 140736531847784 140736531850593 140736531850593 140736531853263 0
[pid=26427/tid=26490] ppid=26424 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/26427/task/26490/stat : 26490 (java) S 26424 26427 13514 0 -1 1077944384 344 12919 0 0 1 0 5 2 20 0 15 0 107209169 11246788608 13933 33554432000 4194304 4196468 140736531840016 139793954417264 139794463517314 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17825792 140736531847784 140736531850593 140736531850593 140736531853263 0
[pid=26427/tid=26491] ppid=26424 vsize=10983192 memory=140446733686400 CPUtime=0.11 cores=1,3,5,7
/proc/26427/task/26491/stat : 26491 (java) S 26424 26427 13514 0 -1 1077944384 608 12919 0 0 4 0 5 2 20 0 15 0 107209169 11246788608 13933 33554432000 4194304 4196468 140736531840016 139793953364720 139794463517314 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17825792 140736531847784 140736531850593 140736531850593 140736531853263 0
[pid=26427/tid=26492] ppid=26424 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/26427/task/26492/stat : 26492 (java) S 26424 26427 13514 0 -1 1077944384 3 12919 0 0 0 0 5 2 20 0 15 0 107209169 11246788608 13933 33554432000 4194304 4196468 140736531840016 139792327109728 139794463516373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17825792 140736531847784 140736531850593 140736531850593 140736531853263 0
[pid=26427/tid=26493] ppid=26424 vsize=10983192 memory=140446733686400 CPUtime=0.07 cores=1,3,5,7
/proc/26427/task/26493/stat : 26493 (java) S 26424 26427 13514 0 -1 1077944384 1 12919 0 0 0 0 5 2 20 0 15 0 107209170 11246788608 13933 33554432000 4194304 4196468 140736531840016 139793952311600 139794463517314 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17825792 140736531847784 140736531850593 140736531850593 140736531853263 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 55732 KiB

[startup+0.700755 s]
/proc/loadavg: 1.76 1.65 1.75 3/216 26493
/proc/meminfo: memFree=27614872/32770624 swapFree=67108860/67108860
[pid=26427] ppid=26424 vsize=10983192 memory=88748 CPUtime=0.99 cores=1,3,5,7
/proc/26427/stat : 26427 (java) S 26424 26427 13514 0 -1 1077944320 16749 12919 0 0 87 5 5 2 20 0 15 0 107209155 11246788608 22187 33554432000 4194304 4196468 140736531840016 140736531822560 139794463506167 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 17825792 140736531847784 140736531850593 140736531850593 140736531853263 0
/proc/26427/statm: 2745798 22187 3247 1 0 2708109 0
[pid=26427/tid=26480] ppid=26424 vsize=10983192 memory=0 CPUtime=0.65 cores=1,3,5,7
/proc/26427/task/26480/stat : 26480 (java) R 26424 26427 13514 0 -1 4202560 12215 12919 0 0 55 3 5 2 20 0 15 0 107209164 11246788608 22187 33554432000 4194304 4196468 140736531840016 139794435326992 139794463520031 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17825792 140736531847784 140736531850593 140736531850593 140736531853263 0
[pid=26427/tid=26481] ppid=26424 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/26427/task/26481/stat : 26481 (java) S 26424 26427 13514 0 -1 1077944384 1 12919 0 0 0 0 5 2 20 0 15 0 107209164 11246788608 22187 33554432000 4194304 4196468 140736531840016 139794467748624 139794463516373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17825792 140736531847784 140736531850593 140736531850593 140736531853263 0
[pid=26427/tid=26482] ppid=26424 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/26427/task/26482/stat : 26482 (java) S 26424 26427 13514 0 -1 1077944384 1 12919 0 0 0 0 5 2 20 0 15 0 107209164 11246788608 22187 33554432000 4194304 4196468 140736531840016 139794349013904 139794463516373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17825792 140736531847784 140736531850593 140736531850593 140736531853263 0
[pid=26427/tid=26483] ppid=26424 vsize=10983192 memory=32804 CPUtime=0.07 cores=1,3,5,7
/proc/26427/task/26483/stat : 26483 (java) S 26424 26427 13514 0 -1 1077944384 1 12919 0 0 0 0 5 2 20 0 15 0 107209164 11246788608 22187 33554432000 4194304 4196468 140736531840016 139794347961360 139794463516373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17825792 140736531847784 140736531850593 140736531850593 140736531853263 0
[pid=26427/tid=26484] ppid=26424 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/26427/task/26484/stat : 26484 (java) S 26424 26427 13514 0 -1 1077944384 2 12919 0 0 0 0 5 2 20 0 15 0 107209164 11246788608 22187 33554432000 4194304 4196468 140736531840016 139794346908816 139794463516373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17825792 140736531847784 140736531850593 140736531850593 140736531853263 0
[pid=26427/tid=26485] ppid=26424 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/26427/task/26485/stat : 26485 (java) S 26424 26427 13514 0 -1 1077944384 6 12919 0 0 0 0 5 2 20 0 15 0 107209166 11246788608 22187 33554432000 4194304 4196468 140736531840016 139793956521968 139794463517314 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17825792 140736531847784 140736531850593 140736531850593 140736531853263 0
[pid=26427/tid=26486] ppid=26424 vsize=10983192 memory=140446571573936 CPUtime=0.07 cores=1,3,5,7
/proc/26427/task/26486/stat : 26486 (java) S 26424 26427 13514 0 -1 1077944384 13 12919 0 0 0 0 5 2 20 0 15 0 107209166 11246788608 22187 33554432000 4194304 4196468 140736531840016 139793266631584 139794463516373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17825792 140736531847784 140736531850593 140736531850593 140736531853263 0
[pid=26427/tid=26487] ppid=26424 vsize=10983192 memory=140449725547088 CPUtime=0.07 cores=1,3,5,7
/proc/26427/task/26487/stat : 26487 (java) S 26424 26427 13514 0 -1 1077944384 1 12919 0 0 0 0 5 2 20 0 15 0 107209167 11246788608 22187 33554432000 4194304 4196468 140736531840016 139793065305072 139794463516373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17825792 140736531847784 140736531850593 140736531850593 140736531853263 0
[pid=26427/tid=26488] ppid=26424 vsize=10983192 memory=1020 CPUtime=0.07 cores=1,3,5,7
/proc/26427/task/26488/stat : 26488 (java) S 26424 26427 13514 0 -1 1077944384 3 12919 0 0 0 0 5 2 20 0 15 0 107209169 11246788608 22187 33554432000 4194304 4196468 140736531840016 139792757905616 139794463524763 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17825792 140736531847784 140736531850593 140736531850593 140736531853263 0
[pid=26427/tid=26489] ppid=26424 vsize=10983192 memory=7089042195949315648 CPUtime=0.14 cores=1,3,5,7
/proc/26427/task/26489/stat : 26489 (java) S 26424 26427 13514 0 -1 1077944384 667 12919 0 0 7 0 5 2 20 0 15 0 107209169 11246788608 22187 33554432000 4194304 4196468 140736531840016 139793955469808 139794463517314 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17825792 140736531847784 140736531850593 140736531850593 140736531853263 0
[pid=26427/tid=26490] ppid=26424 vsize=10983192 memory=7881696724453321575 CPUtime=0.17 cores=1,3,5,7
/proc/26427/task/26490/stat : 26490 (java) S 26424 26427 13514 0 -1 1077944384 940 12919 0 0 10 0 5 2 20 0 15 0 107209169 11246788608 22187 33554432000 4194304 4196468 140736531840016 139793954417264 139794463517314 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17825792 140736531847784 140736531850593 140736531850593 140736531853263 0
[pid=26427/tid=26491] ppid=26424 vsize=10983192 memory=5789189752906409301 CPUtime=0.2 cores=1,3,5,7
/proc/26427/task/26491/stat : 26491 (java) S 26424 26427 13514 0 -1 1077944384 699 12919 0 0 13 0 5 2 20 0 15 0 107209169 11246788608 22187 33554432000 4194304 4196468 140736531840016 139793953364720 139794463517314 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17825792 140736531847784 140736531850593 140736531850593 140736531853263 0
[pid=26427/tid=26492] ppid=26424 vsize=10983192 memory=4140 CPUtime=0.07 cores=1,3,5,7
/proc/26427/task/26492/stat : 26492 (java) S 26424 26427 13514 0 -1 1077944384 3 12919 0 0 0 0 5 2 20 0 15 0 107209169 11246788608 22187 33554432000 4194304 4196468 140736531840016 139792327109728 139794463516373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17825792 140736531847784 140736531850593 140736531850593 140736531853263 0
[pid=26427/tid=26493] ppid=26424 vsize=10983192 memory=2241 CPUtime=0.07 cores=1,3,5,7
/proc/26427/task/26493/stat : 26493 (java) S 26424 26427 13514 0 -1 1077944384 1 12919 0 0 0 0 5 2 20 0 15 0 107209170 11246788608 22187 33554432000 4194304 4196468 140736531840016 139793952311600 139794463517314 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17825792 140736531847784 140736531850593 140736531850593 140736531853263 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88748 KiB

[startup+1.50079 s]
/proc/loadavg: 1.76 1.65 1.75 5/216 26493
/proc/meminfo: memFree=27568540/32770624 swapFree=67108860/67108860
[pid=26427] ppid=26424 vsize=10998092 memory=180152 CPUtime=2.26 cores=1,3,5,7
/proc/26427/stat : 26427 (java) S 26424 26427 13514 0 -1 1077944320 23999 12919 0 0 208 11 5 2 20 0 15 0 107209155 11262046208 45038 33554432000 4194304 4196468 140736531840016 140736531822560 139794463506167 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 17825792 140736531847784 140736531850593 140736531850593 140736531853263 0
/proc/26427/statm: 2749523 45038 3466 1 0 2711181 0
[pid=26427/tid=26480] ppid=26424 vsize=10998092 memory=10757 CPUtime=1.42 cores=1,3,5,7
/proc/26427/task/26480/stat : 26480 (java) R 26424 26427 13514 0 -1 4202560 17877 12919 0 0 129 6 5 2 20 0 15 0 107209164 11262046208 45038 33554432000 4194304 4196468 140736531840016 139794435338176 139794449201152 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17825792 140736531847784 140736531850593 140736531850593 140736531853263 0
[pid=26427/tid=26481] ppid=26424 vsize=10998092 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/26427/task/26481/stat : 26481 (java) S 26424 26427 13514 0 -1 1077944384 56 12919 0 0 1 0 5 2 20 0 15 0 107209164 11262046208 45038 33554432000 4194304 4196468 140736531840016 139794467748624 139794463516373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17825792 140736531847784 140736531850593 140736531850593 140736531853263 0
[pid=26427/tid=26482] ppid=26424 vsize=10998092 memory=1408 CPUtime=0.07 cores=1,3,5,7
/proc/26427/task/26482/stat : 26482 (java) S 26424 26427 13514 0 -1 1077944384 6 12919 0 0 0 0 5 2 20 0 15 0 107209164 11262046208 45038 33554432000 4194304 4196468 140736531840016 139794349013904 139794463516373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17825792 140736531847784 140736531850593 140736531850593 140736531853263 0
[pid=26427/tid=26483] ppid=26424 vsize=10998092 memory=2840 CPUtime=0.08 cores=1,3,5,7
/proc/26427/task/26483/stat : 26483 (java) S 26424 26427 13514 0 -1 1077944384 225 12919 0 0 1 0 5 2 20 0 15 0 107209164 11262046208 45038 33554432000 4194304 4196468 140736531840016 139794347961360 139794463516373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17825792 140736531847784 140736531850593 140736531850593 140736531853263 0
[pid=26427/tid=26484] ppid=26424 vsize=10998092 memory=88748 CPUtime=0.07 cores=1,3,5,7
/proc/26427/task/26484/stat : 26484 (java) S 26424 26427 13514 0 -1 1077944384 38 12919 0 0 0 0 5 2 20 0 15 0 107209164 11262046208 45038 33554432000 4194304 4196468 140736531840016 139794346908816 139794463516373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17825792 140736531847784 140736531850593 140736531850593 140736531853263 0
[pid=26427/tid=26485] ppid=26424 vsize=10998092 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26427/task/26485/stat : 26485 (java) S 26424 26427 13514 0 -1 1077944384 58 12919 0 0 1 0 5 2 20 0 15 0 107209166 11262046208 45038 33554432000 4194304 4196468 140736531840016 139793956521968 139794463517314 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17825792 140736531847784 140736531850593 140736531850593 140736531853263 0
[pid=26427/tid=26486] ppid=26424 vsize=10998092 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/26427/task/26486/stat : 26486 (java) S 26424 26427 13514 0 -1 1077944384 14 12919 0 0 0 0 5 2 20 0 15 0 107209166 11262046208 45038 33554432000 4194304 4196468 140736531840016 139793266631648 139794463516373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17825792 140736531847784 140736531850593 140736531850593 140736531853263 0
[pid=26427/tid=26487] ppid=26424 vsize=10998092 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/26427/task/26487/stat : 26487 (java) S 26424 26427 13514 0 -1 1077944384 1 12919 0 0 0 0 5 2 20 0 15 0 107209167 11262046208 45038 33554432000 4194304 4196468 140736531840016 139793065305088 139794463516373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17825792 140736531847784 140736531850593 140736531850593 140736531853263 0
[pid=26427/tid=26488] ppid=26424 vsize=10998092 memory=6791534058613427641 CPUtime=0.07 cores=1,3,5,7
/proc/26427/task/26488/stat : 26488 (java) S 26424 26427 13514 0 -1 1077944384 3 12919 0 0 0 0 5 2 20 0 15 0 107209169 11262046208 45038 33554432000 4194304 4196468 140736531840016 139792757905616 139794463524763 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17825792 140736531847784 140736531850593 140736531850593 140736531853263 0
[pid=26427/tid=26489] ppid=26424 vsize=10998092 memory=4638778398332698720 CPUtime=0.27 cores=1,3,5,7
/proc/26427/task/26489/stat : 26489 (java) S 26424 26427 13514 0 -1 1077944384 1179 12919 0 0 20 0 5 2 20 0 15 0 107209169 11262046208 45038 33554432000 4194304 4196468 140736531840016 139793955469808 139794463517314 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17825792 140736531847784 140736531850593 140736531850593 140736531853263 0
[pid=26427/tid=26490] ppid=26424 vsize=10998092 memory=280893143423872 CPUtime=0.28 cores=1,3,5,7
/proc/26427/task/26490/stat : 26490 (java) S 26424 26427 13514 0 -1 1077944384 1095 12919 0 0 21 0 5 2 20 0 15 0 107209169 11262046208 45038 33554432000 4194304 4196468 140736531840016 139793954417264 139794463517314 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17825792 140736531847784 140736531850593 140736531850593 140736531853263 0
[pid=26427/tid=26491] ppid=26424 vsize=10998092 memory=6944656592452807323 CPUtime=0.38 cores=1,3,5,7
/proc/26427/task/26491/stat : 26491 (java) S 26424 26427 13514 0 -1 1077944384 1247 12919 0 0 31 0 5 2 20 0 15 0 107209169 11262046208 45038 33554432000 4194304 4196468 140736531840016 139793953364720 139794463517314 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17825792 140736531847784 140736531850593 140736531850593 140736531853263 0
[pid=26427/tid=26492] ppid=26424 vsize=10998092 memory=6944656591801719708 CPUtime=0.07 cores=1,3,5,7
/proc/26427/task/26492/stat : 26492 (java) S 26424 26427 13514 0 -1 1077944384 3 12919 0 0 0 0 5 2 20 0 15 0 107209169 11262046208 45038 33554432000 4194304 4196468 140736531840016 139792327109728 139794463516373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17825792 140736531847784 140736531850593 140736531850593 140736531853263 0
[pid=26427/tid=26493] ppid=26424 vsize=10998092 memory=1399101730491701635 CPUtime=0.07 cores=1,3,5,7
/proc/26427/task/26493/stat : 26493 (java) S 26424 26427 13514 0 -1 1077944384 1 12919 0 0 0 0 5 2 20 0 15 0 107209170 11262046208 45038 33554432000 4194304 4196468 140736531840016 139793952311600 139794463517314 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17825792 140736531847784 140736531850593 140736531850593 140736531853263 0
Current children cumulated CPU time: 2.26 s
Current children cumulated vsize: 10998092 KiB

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

[pid=26427/tid=26492] ppid=26424 vsize=11080032 memory=6656426216303648864 CPUtime=0.07 cores=1,3,5,7
/proc/26427/task/26492/stat : 26492 (java) S 26424 26427 13514 0 -1 1077944384 3 12919 0 0 0 0 5 2 20 0 15 0 107209169 11345952768 161647 33554432000 4194304 4196468 140736531840016 139792327109728 139794463516373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17825792 140736531847784 140736531850593 140736531850593 140736531853263 0
[pid=26427/tid=26493] ppid=26424 vsize=11080032 memory=6944656592455097440 CPUtime=0.08 cores=1,3,5,7
/proc/26427/task/26493/stat : 26493 (java) S 26424 26427 13514 0 -1 1077944384 450 12919 0 0 0 1 5 2 20 0 15 0 107209170 11345952768 161647 33554432000 4194304 4196468 140736531840016 139793952311600 139794463517314 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17825792 140736531847784 140736531850593 140736531850593 140736531853263 0
Current children cumulated CPU time: 47.92 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 646588 KiB

[startup+41.6008 s]
/proc/loadavg: 1.50 1.61 1.73 3/216 26493
/proc/meminfo: memFree=27087212/32770624 swapFree=67108860/67108860
[pid=26427] ppid=26424 vsize=11080032 memory=644020 CPUtime=51.15 cores=1,3,5,7
/proc/26427/stat : 26427 (java) S 26424 26427 13514 0 -1 1077944320 102397 12919 0 0 5072 36 5 2 20 0 15 0 107209155 11345952768 161005 33554432000 4194304 4196468 140736531840016 140736531822560 139794463506167 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 17825792 140736531847784 140736531850593 140736531850593 140736531853263 0
/proc/26427/statm: 2770008 161005 3520 1 0 2731661 0
[pid=26427/tid=26480] ppid=26424 vsize=11080032 memory=644020 CPUtime=41.37 cores=1,3,5,7
/proc/26427/task/26480/stat : 26480 (java) R 26424 26427 13514 0 -1 4202560 50274 12919 0 0 4113 17 5 2 20 0 15 0 107209164 11345952768 161005 33554432000 4194304 4196468 140736531840016 139794435340704 139794033012380 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17825792 140736531847784 140736531850593 140736531850593 140736531853263 0
[pid=26427/tid=26481] ppid=26424 vsize=11080032 memory=647108 CPUtime=0.14 cores=1,3,5,7
/proc/26427/task/26481/stat : 26481 (java) S 26424 26427 13514 0 -1 1077944384 1854 12919 0 0 6 1 5 2 20 0 15 0 107209164 11345952768 161005 33554432000 4194304 4196468 140736531840016 139794467748624 139794463516373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17825792 140736531847784 140736531850593 140736531850593 140736531853263 0
[pid=26427/tid=26482] ppid=26424 vsize=11080032 memory=632232 CPUtime=0.15 cores=1,3,5,7
/proc/26427/task/26482/stat : 26482 (java) S 26424 26427 13514 0 -1 1077944384 1598 12919 0 0 6 2 5 2 20 0 15 0 107209164 11345952768 161005 33554432000 4194304 4196468 140736531840016 139794349013904 139794463516373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17825792 140736531847784 140736531850593 140736531850593 140736531853263 0
[pid=26427/tid=26483] ppid=26424 vsize=11080032 memory=644544 CPUtime=0.15 cores=1,3,5,7
/proc/26427/task/26483/stat : 26483 (java) S 26424 26427 13514 0 -1 1077944384 1590 12919 0 0 6 2 5 2 20 0 15 0 107209164 11345952768 161005 33554432000 4194304 4196468 140736531840016 139794347961360 139794463516373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17825792 140736531847784 140736531850593 140736531850593 140736531853263 0
[pid=26427/tid=26484] ppid=26424 vsize=11080032 memory=6791534058613427641 CPUtime=0.15 cores=1,3,5,7
/proc/26427/task/26484/stat : 26484 (java) S 26424 26427 13514 0 -1 1077944384 819 12919 0 0 6 2 5 2 20 0 15 0 107209164 11345952768 161005 33554432000 4194304 4196468 140736531840016 139794346908816 139794463516373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17825792 140736531847784 140736531850593 140736531850593 140736531853263 0
[pid=26427/tid=26485] ppid=26424 vsize=11080032 memory=1172 CPUtime=0.13 cores=1,3,5,7
/proc/26427/task/26485/stat : 26485 (java) S 26424 26427 13514 0 -1 1077944384 2061 12919 0 0 6 0 5 2 20 0 15 0 107209166 11345952768 161005 33554432000 4194304 4196468 140736531840016 139793956521968 139794463517314 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17825792 140736531847784 140736531850593 140736531850593 140736531853263 0
[pid=26427/tid=26486] ppid=26424 vsize=11080032 memory=1968 CPUtime=0.07 cores=1,3,5,7
/proc/26427/task/26486/stat : 26486 (java) S 26424 26427 13514 0 -1 1077944384 15 12919 0 0 0 0 5 2 20 0 15 0 107209166 11345952768 161005 33554432000 4194304 4196468 140736531840016 139793266631712 139794463516373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17825792 140736531847784 140736531850593 140736531850593 140736531853263 0
[pid=26427/tid=26487] ppid=26424 vsize=11080032 memory=1572 CPUtime=0.07 cores=1,3,5,7
/proc/26427/task/26487/stat : 26487 (java) S 26424 26427 13514 0 -1 1077944384 6 12919 0 0 0 0 5 2 20 0 15 0 107209167 11345952768 161005 33554432000 4194304 4196468 140736531840016 139793065305088 139794463516373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17825792 140736531847784 140736531850593 140736531850593 140736531853263 0
[pid=26427/tid=26488] ppid=26424 vsize=11080032 memory=924 CPUtime=0.07 cores=1,3,5,7
/proc/26427/task/26488/stat : 26488 (java) S 26424 26427 13514 0 -1 1077944384 3 12919 0 0 0 0 5 2 20 0 15 0 107209169 11345952768 161005 33554432000 4194304 4196468 140736531840016 139792757905616 139794463524763 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17825792 140736531847784 140736531850593 140736531850593 140736531853263 0
[pid=26427/tid=26489] ppid=26424 vsize=11080032 memory=6791534058613427641 CPUtime=4.2 cores=1,3,5,7
/proc/26427/task/26489/stat : 26489 (java) S 26424 26427 13514 0 -1 1077944384 16914 12919 0 0 409 4 5 2 20 0 15 0 107209169 11345952768 161005 33554432000 4194304 4196468 140736531840016 139793955469808 139794463517314 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17825792 140736531847784 140736531850593 140736531850593 140736531853263 0
[pid=26427/tid=26490] ppid=26424 vsize=11080032 memory=6154820266538449519 CPUtime=3.59 cores=1,3,5,7
/proc/26427/task/26490/stat : 26490 (java) S 26424 26427 13514 0 -1 1077944384 12016 12919 0 0 351 1 5 2 20 0 15 0 107209169 11345952768 161005 33554432000 4194304 4196468 140736531840016 139793954417264 139794463517314 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17825792 140736531847784 140736531850593 140736531850593 140736531853263 0
[pid=26427/tid=26491] ppid=26424 vsize=11080032 memory=7660742144744843625 CPUtime=1.72 cores=1,3,5,7
/proc/26427/task/26491/stat : 26491 (java) S 26424 26427 13514 0 -1 1077944384 12488 12919 0 0 163 2 5 2 20 0 15 0 107209169 11345952768 161005 33554432000 4194304 4196468 140736531840016 139793953364720 139794463517314 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17825792 140736531847784 140736531850593 140736531850593 140736531853263 0
[pid=26427/tid=26492] ppid=26424 vsize=11080032 memory=5865465064658194540 CPUtime=0.07 cores=1,3,5,7
/proc/26427/task/26492/stat : 26492 (java) S 26424 26427 13514 0 -1 1077944384 3 12919 0 0 0 0 5 2 20 0 15 0 107209169 11345952768 161005 33554432000 4194304 4196468 140736531840016 139792327109728 139794463516373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17825792 140736531847784 140736531850593 140736531850593 140736531853263 0
[pid=26427/tid=26493] ppid=26424 vsize=11080032 memory=140446733691457 CPUtime=0.08 cores=1,3,5,7
/proc/26427/task/26493/stat : 26493 (java) S 26424 26427 13514 0 -1 1077944384 560 12919 0 0 0 1 5 2 20 0 15 0 107209170 11345952768 161005 33554432000 4194304 4196468 140736531840016 139793952311600 139794463517314 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17825792 140736531847784 140736531850593 140736531850593 140736531853263 0
Current children cumulated CPU time: 51.15 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 644020 KiB

[startup+42.4007 s]
/proc/loadavg: 1.50 1.61 1.73 3/216 26493
/proc/meminfo: memFree=27088252/32770624 swapFree=67108860/67108860
[pid=26427] ppid=26424 vsize=11080032 memory=644020 CPUtime=51.96 cores=1,3,5,7
/proc/26427/stat : 26427 (java) S 26424 26427 13514 0 -1 1077944320 102995 12919 0 0 5153 36 5 2 20 0 15 0 107209155 11345952768 161005 33554432000 4194304 4196468 140736531840016 140736531822560 139794463506167 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 17825792 140736531847784 140736531850593 140736531850593 140736531853263 0
/proc/26427/statm: 2770008 161005 3520 1 0 2731661 0
[pid=26427/tid=26480] ppid=26424 vsize=11080032 memory=6791534058613427641 CPUtime=42.17 cores=1,3,5,7
/proc/26427/task/26480/stat : 26480 (java) R 26424 26427 13514 0 -1 4202560 50281 12919 0 0 4193 17 5 2 20 0 15 0 107209164 11345952768 161005 33554432000 4194304 4196468 140736531840016 139794435340704 139794033605525 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17825792 140736531847784 140736531850593 140736531850593 140736531853263 0
[pid=26427/tid=26481] ppid=26424 vsize=11080032 memory=14572 CPUtime=0.14 cores=1,3,5,7
/proc/26427/task/26481/stat : 26481 (java) S 26424 26427 13514 0 -1 1077944384 1854 12919 0 0 6 1 5 2 20 0 15 0 107209164 11345952768 161005 33554432000 4194304 4196468 140736531840016 139794467748624 139794463516373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17825792 140736531847784 140736531850593 140736531850593 140736531853263 0
[pid=26427/tid=26482] ppid=26424 vsize=11080032 memory=12708 CPUtime=0.15 cores=1,3,5,7
/proc/26427/task/26482/stat : 26482 (java) S 26424 26427 13514 0 -1 1077944384 1598 12919 0 0 6 2 5 2 20 0 15 0 107209164 11345952768 161005 33554432000 4194304 4196468 140736531840016 139794349013904 139794463516373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17825792 140736531847784 140736531850593 140736531850593 140736531853263 0
[pid=26427/tid=26483] ppid=26424 vsize=11080032 memory=17020 CPUtime=0.15 cores=1,3,5,7
/proc/26427/task/26483/stat : 26483 (java) S 26424 26427 13514 0 -1 1077944384 1590 12919 0 0 6 2 5 2 20 0 15 0 107209164 11345952768 161005 33554432000 4194304 4196468 140736531840016 139794347961360 139794463516373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17825792 140736531847784 140736531850593 140736531850593 140736531853263 0
[pid=26427/tid=26484] ppid=26424 vsize=11080032 memory=2324 CPUtime=0.15 cores=1,3,5,7
/proc/26427/task/26484/stat : 26484 (java) S 26424 26427 13514 0 -1 1077944384 819 12919 0 0 6 2 5 2 20 0 15 0 107209164 11345952768 161005 33554432000 4194304 4196468 140736531840016 139794346908816 139794463516373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17825792 140736531847784 140736531850593 140736531850593 140736531853263 0
[pid=26427/tid=26485] ppid=26424 vsize=11080032 memory=1584 CPUtime=0.13 cores=1,3,5,7
/proc/26427/task/26485/stat : 26485 (java) S 26424 26427 13514 0 -1 1077944384 2061 12919 0 0 6 0 5 2 20 0 15 0 107209166 11345952768 161005 33554432000 4194304 4196468 140736531840016 139793956521968 139794463517314 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17825792 140736531847784 140736531850593 140736531850593 140736531853263 0
[pid=26427/tid=26486] ppid=26424 vsize=11080032 memory=496 CPUtime=0.07 cores=1,3,5,7
/proc/26427/task/26486/stat : 26486 (java) S 26424 26427 13514 0 -1 1077944384 15 12919 0 0 0 0 5 2 20 0 15 0 107209166 11345952768 161005 33554432000 4194304 4196468 140736531840016 139793266631712 139794463516373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17825792 140736531847784 140736531850593 140736531850593 140736531853263 0
[pid=26427/tid=26487] ppid=26424 vsize=11080032 memory=288230574492221466 CPUtime=0.07 cores=1,3,5,7
/proc/26427/task/26487/stat : 26487 (java) S 26424 26427 13514 0 -1 1077944384 6 12919 0 0 0 0 5 2 20 0 15 0 107209167 11345952768 161005 33554432000 4194304 4196468 140736531840016 139793065305088 139794463516373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17825792 140736531847784 140736531850593 140736531850593 140736531853263 0
[pid=26427/tid=26488] ppid=26424 vsize=11080032 memory=288230617509003574 CPUtime=0.07 cores=1,3,5,7
/proc/26427/task/26488/stat : 26488 (java) S 26424 26427 13514 0 -1 1077944384 3 12919 0 0 0 0 5 2 20 0 15 0 107209169 11345952768 161005 33554432000 4194304 4196468 140736531840016 139792757905616 139794463524763 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17825792 140736531847784 140736531850593 140736531850593 140736531853263 0
[pid=26427/tid=26489] ppid=26424 vsize=11080032 memory=13847486485760432 CPUtime=4.2 cores=1,3,5,7
/proc/26427/task/26489/stat : 26489 (java) S 26424 26427 13514 0 -1 1077944384 17069 12919 0 0 409 4 5 2 20 0 15 0 107209169 11345952768 161005 33554432000 4194304 4196468 140736531840016 139793955469808 139794463517314 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17825792 140736531847784 140736531850593 140736531850593 140736531853263 0
[pid=26427/tid=26490] ppid=26424 vsize=11080032 memory=14572 CPUtime=3.6 cores=1,3,5,7
/proc/26427/task/26490/stat : 26490 (java) S 26424 26427 13514 0 -1 1077944384 12251 12919 0 0 352 1 5 2 20 0 15 0 107209169 11345952768 161005 33554432000 4194304 4196468 140736531840016 139793954417264 139794463517314 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17825792 140736531847784 140736531850593 140736531850593 140736531853263 0
[pid=26427/tid=26491] ppid=26424 vsize=11080032 memory=12708 CPUtime=1.72 cores=1,3,5,7
/proc/26427/task/26491/stat : 26491 (java) S 26424 26427 13514 0 -1 1077944384 12689 12919 0 0 163 2 5 2 20 0 15 0 107209169 11345952768 161005 33554432000 4194304 4196468 140736531840016 139793953364720 139794463517314 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17825792 140736531847784 140736531850593 140736531850593 140736531853263 0
[pid=26427/tid=26492] ppid=26424 vsize=11080032 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/26427/task/26492/stat : 26492 (java) S 26424 26427 13514 0 -1 1077944384 3 12919 0 0 0 0 5 2 20 0 15 0 107209169 11345952768 161005 33554432000 4194304 4196468 140736531840016 139792327109728 139794463516373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17825792 140736531847784 140736531850593 140736531850593 140736531853263 0
[pid=26427/tid=26493] ppid=26424 vsize=11080032 memory=280893143814976 CPUtime=0.08 cores=1,3,5,7
/proc/26427/task/26493/stat : 26493 (java) S 26424 26427 13514 0 -1 1077944384 560 12919 0 0 0 1 5 2 20 0 15 0 107209170 11345952768 161005 33554432000 4194304 4196468 140736531840016 139793952311600 139794463517314 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17825792 140736531847784 140736531850593 140736531850593 140736531853263 0
Current children cumulated CPU time: 51.96 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 644020 KiB

[startup+42.8008 s]
/proc/loadavg: 1.50 1.61 1.73 3/216 26493
/proc/meminfo: memFree=27088252/32770624 swapFree=67108860/67108860
[pid=26427] ppid=26424 vsize=11080032 memory=644020 CPUtime=52.37 cores=1,3,5,7
/proc/26427/stat : 26427 (java) S 26424 26427 13514 0 -1 1077944320 103004 12919 0 0 5194 36 5 2 20 0 15 0 107209155 11345952768 161005 33554432000 4194304 4196468 140736531840016 140736531822560 139794463506167 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 17825792 140736531847784 140736531850593 140736531850593 140736531853263 0
/proc/26427/statm: 2770008 161005 3520 1 0 2731661 0
[pid=26427/tid=26480] ppid=26424 vsize=11080032 memory=4190 CPUtime=42.57 cores=1,3,5,7
/proc/26427/task/26480/stat : 26480 (java) R 26424 26427 13514 0 -1 4202560 50281 12919 0 0 4233 17 5 2 20 0 15 0 107209164 11345952768 161005 33554432000 4194304 4196468 140736531840016 139794435340704 139794033171754 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17825792 140736531847784 140736531850593 140736531850593 140736531853263 0
[pid=26427/tid=26481] ppid=26424 vsize=11080032 memory=7 CPUtime=0.14 cores=1,3,5,7
/proc/26427/task/26481/stat : 26481 (java) S 26424 26427 13514 0 -1 1077944384 1854 12919 0 0 6 1 5 2 20 0 15 0 107209164 11345952768 161005 33554432000 4194304 4196468 140736531840016 139794467748624 139794463516373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17825792 140736531847784 140736531850593 140736531850593 140736531853263 0
[pid=26427/tid=26482] ppid=26424 vsize=11080032 memory=8 CPUtime=0.15 cores=1,3,5,7
/proc/26427/task/26482/stat : 26482 (java) S 26424 26427 13514 0 -1 1077944384 1598 12919 0 0 6 2 5 2 20 0 15 0 107209164 11345952768 161005 33554432000 4194304 4196468 140736531840016 139794349013904 139794463516373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17825792 140736531847784 140736531850593 140736531850593 140736531853263 0
[pid=26427/tid=26483] ppid=26424 vsize=11080032 memory=8 CPUtime=0.15 cores=1,3,5,7
/proc/26427/task/26483/stat : 26483 (java) S 26424 26427 13514 0 -1 1077944384 1590 12919 0 0 6 2 5 2 20 0 15 0 107209164 11345952768 161005 33554432000 4194304 4196468 140736531840016 139794347961360 139794463516373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17825792 140736531847784 140736531850593 140736531850593 140736531853263 0
[pid=26427/tid=26484] ppid=26424 vsize=11080032 memory=8 CPUtime=0.15 cores=1,3,5,7
/proc/26427/task/26484/stat : 26484 (java) S 26424 26427 13514 0 -1 1077944384 819 12919 0 0 6 2 5 2 20 0 15 0 107209164 11345952768 161005 33554432000 4194304 4196468 140736531840016 139794346908816 139794463516373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17825792 140736531847784 140736531850593 140736531850593 140736531853263 0
[pid=26427/tid=26485] ppid=26424 vsize=11080032 memory=6 CPUtime=0.13 cores=1,3,5,7
/proc/26427/task/26485/stat : 26485 (java) S 26424 26427 13514 0 -1 1077944384 2061 12919 0 0 6 0 5 2 20 0 15 0 107209166 11345952768 161005 33554432000 4194304 4196468 140736531840016 139793956521968 139794463517314 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17825792 140736531847784 140736531850593 140736531850593 140736531853263 0
[pid=26427/tid=26486] ppid=26424 vsize=11080032 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/26427/task/26486/stat : 26486 (java) S 26424 26427 13514 0 -1 1077944384 15 12919 0 0 0 0 5 2 20 0 15 0 107209166 11345952768 161005 33554432000 4194304 4196468 140736531840016 139793266631712 139794463516373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17825792 140736531847784 140736531850593 140736531850593 140736531853263 0
[pid=26427/tid=26487] ppid=26424 vsize=11080032 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/26427/task/26487/stat : 26487 (java) S 26424 26427 13514 0 -1 1077944384 6 12919 0 0 0 0 5 2 20 0 15 0 107209167 11345952768 161005 33554432000 4194304 4196468 140736531840016 139793065305088 139794463516373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17825792 140736531847784 140736531850593 140736531850593 140736531853263 0
[pid=26427/tid=26488] ppid=26424 vsize=11080032 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/26427/task/26488/stat : 26488 (java) S 26424 26427 13514 0 -1 1077944384 3 12919 0 0 0 0 5 2 20 0 15 0 107209169 11345952768 161005 33554432000 4194304 4196468 140736531840016 139792757905616 139794463524763 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17825792 140736531847784 140736531850593 140736531850593 140736531853263 0
[pid=26427/tid=26489] ppid=26424 vsize=11080032 memory=413 CPUtime=4.21 cores=1,3,5,7
/proc/26427/task/26489/stat : 26489 (java) S 26424 26427 13514 0 -1 1077944384 17069 12919 0 0 410 4 5 2 20 0 15 0 107209169 11345952768 161005 33554432000 4194304 4196468 140736531840016 139793955469808 139794463517314 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17825792 140736531847784 140736531850593 140736531850593 140736531853263 0
[pid=26427/tid=26490] ppid=26424 vsize=11080032 memory=352 CPUtime=3.6 cores=1,3,5,7
/proc/26427/task/26490/stat : 26490 (java) S 26424 26427 13514 0 -1 1077944384 12251 12919 0 0 352 1 5 2 20 0 15 0 107209169 11345952768 161005 33554432000 4194304 4196468 140736531840016 139793954417264 139794463517314 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17825792 140736531847784 140736531850593 140736531850593 140736531853263 0
[pid=26427/tid=26491] ppid=26424 vsize=11080032 memory=165 CPUtime=1.72 cores=1,3,5,7
/proc/26427/task/26491/stat : 26491 (java) S 26424 26427 13514 0 -1 1077944384 12698 12919 0 0 163 2 5 2 20 0 15 0 107209169 11345952768 161005 33554432000 4194304 4196468 140736531840016 139793953364720 139794463517314 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17825792 140736531847784 140736531850593 140736531850593 140736531853263 0
[pid=26427/tid=26492] ppid=26424 vsize=11080032 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/26427/task/26492/stat : 26492 (java) S 26424 26427 13514 0 -1 1077944384 3 12919 0 0 0 0 5 2 20 0 15 0 107209169 11345952768 161005 33554432000 4194304 4196468 140736531840016 139792327109728 139794463516373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17825792 140736531847784 140736531850593 140736531850593 140736531853263 0
[pid=26427/tid=26493] ppid=26424 vsize=11080032 memory=140446572217825 CPUtime=0.08 cores=1,3,5,7
/proc/26427/task/26493/stat : 26493 (java) S 26424 26427 13514 0 -1 1077944384 560 12919 0 0 0 1 5 2 20 0 15 0 107209170 11345952768 161005 33554432000 4194304 4196468 140736531840016 139793952311600 139794463517314 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17825792 140736531847784 140736531850593 140736531850593 140736531853263 0
Current children cumulated CPU time: 52.37 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 644020 KiB

[startup+43.2008 s]
/proc/loadavg: 1.54 1.62 1.73 3/215 26493
/proc/meminfo: memFree=27091936/32770624 swapFree=67108860/67108860
[pid=26427] ppid=26424 vsize=11080032 memory=639916 CPUtime=52.78 cores=1,3,5,7
/proc/26427/stat : 26427 (java) S 26424 26427 13514 0 -1 1077944320 103529 12919 0 0 5234 37 5 2 20 0 15 0 107209155 11345952768 159979 33554432000 4194304 4196468 140736531840016 140736531822560 139794463506167 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 17825792 140736531847784 140736531850593 140736531850593 140736531853263 0
/proc/26427/statm: 2770008 159979 3520 1 0 2731661 0
[pid=26427/tid=26480] ppid=26424 vsize=11080032 memory=6791534058613427641 CPUtime=42.96 cores=1,3,5,7
/proc/26427/task/26480/stat : 26480 (java) R 26424 26427 13514 0 -1 4202560 50789 12919 0 0 4272 17 5 2 20 0 15 0 107209164 11345952768 159979 33554432000 4194304 4196468 140736531840016 139794435337376 139794033780878 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17825792 140736531847784 140736531850593 140736531850593 140736531853263 0
[pid=26427/tid=26481] ppid=26424 vsize=11080032 memory=6944656592455097440 CPUtime=0.15 cores=1,3,5,7
/proc/26427/task/26481/stat : 26481 (java) S 26424 26427 13514 0 -1 1077944384 1854 12919 0 0 7 1 5 2 20 0 15 0 107209164 11345952768 159979 33554432000 4194304 4196468 140736531840016 139794467748624 139794463516373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17825792 140736531847784 140736531850593 140736531850593 140736531853263 0
[pid=26427/tid=26482] ppid=26424 vsize=11080032 memory=7956293069297570663 CPUtime=0.15 cores=1,3,5,7
/proc/26427/task/26482/stat : 26482 (java) S 26424 26427 13514 0 -1 1077944384 1598 12919 0 0 6 2 5 2 20 0 15 0 107209164 11345952768 159979 33554432000 4194304 4196468 140736531840016 139794349013904 139794463516373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17825792 140736531847784 140736531850593 140736531850593 140736531853263 0
[pid=26427/tid=26483] ppid=26424 vsize=11080032 memory=7447093755344479319 CPUtime=0.15 cores=1,3,5,7
/proc/26427/task/26483/stat : 26483 (java) S 26424 26427 13514 0 -1 1077944384 1590 12919 0 0 6 2 5 2 20 0 15 0 107209164 11345952768 159979 33554432000 4194304 4196468 140736531840016 139794347961360 139794463516373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17825792 140736531847784 140736531850593 140736531850593 140736531853263 0
[pid=26427/tid=26484] ppid=26424 vsize=11080032 memory=4639341369761616238 CPUtime=0.15 cores=1,3,5,7
/proc/26427/task/26484/stat : 26484 (java) S 26424 26427 13514 0 -1 1077944384 819 12919 0 0 6 2 5 2 20 0 15 0 107209164 11345952768 159979 33554432000 4194304 4196468 140736531840016 139794346908816 139794463516373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17825792 140736531847784 140736531850593 140736531850593 140736531853263 0
[pid=26427/tid=26485] ppid=26424 vsize=11080032 memory=644020 CPUtime=0.14 cores=1,3,5,7
/proc/26427/task/26485/stat : 26485 (java) S 26424 26427 13514 0 -1 1077944384 2062 12919 0 0 7 0 5 2 20 0 15 0 107209166 11345952768 159979 33554432000 4194304 4196468 140736531840016 139793956521968 139794463517314 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17825792 140736531847784 140736531850593 140736531850593 140736531853263 0
[pid=26427/tid=26486] ppid=26424 vsize=11080032 memory=30460 CPUtime=0.07 cores=1,3,5,7
/proc/26427/task/26486/stat : 26486 (java) S 26424 26427 13514 0 -1 1077944384 15 12919 0 0 0 0 5 2 20 0 15 0 107209166 11345952768 159979 33554432000 4194304 4196468 140736531840016 139793266631712 139794463516373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17825792 140736531847784 140736531850593 140736531850593 140736531853263 0
[pid=26427/tid=26487] ppid=26424 vsize=11080032 memory=2204 CPUtime=0.07 cores=1,3,5,7
/proc/26427/task/26487/stat : 26487 (java) S 26424 26427 13514 0 -1 1077944384 6 12919 0 0 0 0 5 2 20 0 15 0 107209167 11345952768 159979 33554432000 4194304 4196468 140736531840016 139793065305088 139794463516373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17825792 140736531847784 140736531850593 140736531850593 140736531853263 0
[pid=26427/tid=26488] ppid=26424 vsize=11080032 memory=1240 CPUtime=0.07 cores=1,3,5,7
/proc/26427/task/26488/stat : 26488 (java) S 26424 26427 13514 0 -1 1077944384 3 12919 0 0 0 0 5 2 20 0 15 0 107209169 11345952768 159979 33554432000 4194304 4196468 140736531840016 139792757905616 139794463524763 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17825792 140736531847784 140736531850593 140736531850593 140736531853263 0
[pid=26427/tid=26489] ppid=26424 vsize=11080032 memory=1520 CPUtime=4.21 cores=1,3,5,7
/proc/26427/task/26489/stat : 26489 (java) S 26424 26427 13514 0 -1 1077944384 17069 12919 0 0 410 4 5 2 20 0 15 0 107209169 11345952768 159979 33554432000 4194304 4196468 140736531840016 139793955469808 139794463517314 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17825792 140736531847784 140736531850593 140736531850593 140736531853263 0
[pid=26427/tid=26490] ppid=26424 vsize=11080032 memory=844 CPUtime=3.6 cores=1,3,5,7
/proc/26427/task/26490/stat : 26490 (java) S 26424 26427 13514 0 -1 1077944384 12251 12919 0 0 352 1 5 2 20 0 15 0 107209169 11345952768 159979 33554432000 4194304 4196468 140736531840016 139793954417264 139794463517314 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17825792 140736531847784 140736531850593 140736531850593 140736531853263 0
[pid=26427/tid=26491] ppid=26424 vsize=11080032 memory=3360 CPUtime=1.72 cores=1,3,5,7
/proc/26427/task/26491/stat : 26491 (java) S 26424 26427 13514 0 -1 1077944384 12698 12919 0 0 163 2 5 2 20 0 15 0 107209169 11345952768 159979 33554432000 4194304 4196468 140736531840016 139793953364720 139794463517314 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17825792 140736531847784 140736531850593 140736531850593 140736531853263 0
[pid=26427/tid=26492] ppid=26424 vsize=11080032 memory=2724 CPUtime=0.07 cores=1,3,5,7
/proc/26427/task/26492/stat : 26492 (java) S 26424 26427 13514 0 -1 1077944384 3 12919 0 0 0 0 5 2 20 0 15 0 107209169 11345952768 159979 33554432000 4194304 4196468 140736531840016 139792327109728 139794463516373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17825792 140736531847784 140736531850593 140736531850593 140736531853263 0
[pid=26427/tid=26493] ppid=26424 vsize=11080032 memory=644020 CPUtime=0.08 cores=1,3,5,7
/proc/26427/task/26493/stat : 26493 (java) S 26424 26427 13514 0 -1 1077944384 576 12919 0 0 0 1 5 2 20 0 15 0 107209170 11345952768 159979 33554432000 4194304 4196468 140736531840016 139793952311600 139794463517314 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17825792 140736531847784 140736531850593 140736531850593 140736531853263 0
Current children cumulated CPU time: 52.78 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 639916 KiB

Child status: 0
Real time (s): 43.3119
CPU time (s): 52.9065
CPU user time (s): 52.4955
CPU system time (s): 0.411084
CPU usage (%): 122.152
Max. virtual memory (cumulated for all children) (KiB): 11082744
Max. memory (cumulated for all children) (KiB): 648636

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 52.4955
system time used= 0.411084
maximum resident set size= 649672
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 119569
page faults= 0
swaps= 0
block input operations= 0
block output operations= 224
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9197
involuntary context switches= 101


# summary of solver processes directly reported to runsolver:
#   pid: 26427
#   total CPU time (s): 52.9065
#   total CPU user time (s): 52.4955
#   total CPU system time (s): 0.411084

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.269216 second user time and 0.466016 second system time

The end

Launcher Data

Begin job on node136 at 2018-07-29 22:34:20
IDJOB=4302752
IDBENCH=141256
IDSOLVER=2777
FILE ID=node136/4302752-1532896460
RUNJOBID= node136-1532893975-22777
PBS_JOBID= 21022516
Free space on /tmp= 60204 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/QuadraticAssignment/QuadraticAssignment-esc16d_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302752-1532896460/watcher-4302752-1532896460 -o /tmp/evaluation-result-4302752-1532896460/solver-4302752-1532896460 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532893975-22777 --watchdog 312  bin/xcsp-3-concrete -J-Xss64M -randomseed=1826881487 -superng HOME/instance-4302752-1532896460.xml

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

MD5SUM BENCH= 797dd3ed6ca3fcac5df6221abf320949
RANDOM SEED=1826881487

node136.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.50
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.50
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.50
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.50
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:        27667824 kB
MemAvailable:   31078116 kB
Buffers:          218480 kB
Cached:          3462072 kB
SwapCached:            0 kB
Active:          2667144 kB
Inactive:        1957576 kB
Active(anon):     895484 kB
Inactive(anon):    76480 kB
Active(file):    1771660 kB
Inactive(file):  1881096 kB
Unevictable:        7328 kB
Mlocked:            7328 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26512 kB
Writeback:             0 kB
AnonPages:        842772 kB
Mapped:            48248 kB
Shmem:             25228 kB
Slab:             174664 kB
SReclaimable:     146740 kB
SUnreclaim:        27924 kB
KernelStack:        3856 kB
PageTables:         6996 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2103640 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    608256 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 60176 MiB
End job on node136 at 2018-07-29 22:35:03