Trace number 4401077

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.2OPT104 1396.53 1364.78

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n15/
TravellingSalesman-15-30-10.xml
MD5SUM3c026331d7bc07d88063d95da0d404ae
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark104
Best CPU time to get the best result obtained on this benchmark39.3333
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints16
Number of domains2
Minimum domain size15
Maximum domain size29
Distribution of domain sizes[{"size":15,"count":15},{"size":29,"count":15}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":15},{"degree":3,"count":15}]
Minimum constraint arity3
Maximum constraint arity15
Distribution of constraint arities[{"arity":3,"count":15},{"arity":15,"count":1}]
Number of extensional constraints15
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":15},{"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.75/0.56	c Concrete v3.12.2.1568631193530 running
7.17/3.27	o 187
7.17/3.28	o 184
7.17/3.29	o 176
7.51/3.33	o 168
7.84/3.46	o 167
7.84/3.47	o 162
8.18/3.53	o 150
8.18/3.53	o 142
8.18/3.55	o 128
8.18/3.56	o 127
8.82/3.71	o 125
8.82/3.74	o 123
9.15/3.87	o 104
1396.45/1364.75	v <instantiation
1396.45/1364.75	v         cost = '104'>
1396.45/1364.75	v       <list>
1396.45/1364.75	v         c[0] c[1] c[2] c[3] c[4] c[5] c[6] c[7] c[8] c[9] c[10] c[11] c[12] c[13] c[14] d[0] d[1] d[2] d[3] d[4] d[5] d[6] d[7] d[8] d[9] d[10] d[11] d[12] d[13] d[14]
1396.45/1364.75	v       </list>
1396.45/1364.75	v       <values>
1396.45/1364.75	v         10 9 7 5 2 3 0 1 4 6 8 14 12 11 13 4 3 8 7 8 8 1 11 6 10 12 9 7 4 6
1396.45/1364.75	v       </values>
1396.45/1364.75	v     </instantiation>
1396.45/1364.75	s OPTIMUM FOUND

Verifier Data

OK	104

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4401077-1568689147/watcher-4401077-1568689147 -o /tmp/evaluation-result-4401077-1568689147/solver-4401077-1568689147 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node140-1568673290-15914 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=455458796 HOME/instance-4401077-1568689147.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 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
solver pid=21320, runsolver pid=21317
Current StackSize limit: 8192 KiB


[startup+0.100089 s]*
/proc/loadavg: 1.71 1.49 1.49 3/214 21373
/proc/meminfo: memFree=26023892/32770624 swapFree=66999436/67108860
[pid=21320] ppid=21317 vsize=9972712 memory=16644 CPUtime=0.09 cores=0,2,4,6
/proc/21320/stat : 21320 (java) S 21317 21320 15883 0 -1 1077944320 4391 13483 0 0 1 0 5 3 20 0 6 0 444853106 10212057088 4161 33554432000 4194304 4196468 140727365741424 140727365723968 139731871047415 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 33185792 140727365745392 140727365747909 140727365747909 140727365750735 0
/proc/21320/statm: 2493178 4161 1933 1 0 2481616 0
[pid=21320/tid=21373] ppid=21317 vsize=9972712 memory=4279135703980213133 CPUtime=0.08 cores=0,2,4,6
/proc/21320/task/21373/stat : 21373 (java) R 21317 21320 15883 0 -1 4202560 2186 13483 0 0 0 0 5 3 20 0 6 0 444853115 10212057088 4161 33554432000 4194304 4196468 140727365741424 139731842884176 139731855127902 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33185792 140727365745392 140727365747909 140727365747909 140727365750735 0
[pid=21320/tid=21374] ppid=21317 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21320/task/21374/stat : 21374 (java) S 21317 21320 15883 0 -1 1077944384 1 13483 0 0 0 0 5 3 20 0 6 0 444853116 10212057088 4161 33554432000 4194304 4196468 140727365741424 139731875290256 139731871057621 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33185792 140727365745392 140727365747909 140727365747909 140727365750735 0
[pid=21320/tid=21375] ppid=21317 vsize=9972712 memory=140071791154816 CPUtime=0.08 cores=0,2,4,6
/proc/21320/task/21375/stat : 21375 (java) S 21317 21320 15883 0 -1 1077944384 1 13483 0 0 0 0 5 3 20 0 6 0 444853116 10212057088 4161 33554432000 4194304 4196468 140727365741424 139731796249616 139731871057621 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33185792 140727365745392 140727365747909 140727365747909 140727365750735 0
[pid=21320/tid=21376] ppid=21317 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21320/task/21376/stat : 21376 (java) S 21317 21320 15883 0 -1 1077944384 2 13483 0 0 0 0 5 3 20 0 6 0 444853116 10212057088 4161 33554432000 4194304 4196468 140727365741424 139731443461008 139731871057621 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33185792 140727365745392 140727365747909 140727365747909 140727365750735 0
[pid=21320/tid=21377] ppid=21317 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/21320/task/21377/stat : 21377 (java) S 21317 21320 15883 0 -1 1077944384 1 13483 0 0 0 0 5 3 20 0 6 0 444853116 10212057088 4161 33554432000 4194304 4196468 140727365741424 139731442408208 139731871057621 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33185792 140727365745392 140727365747909 140727365747909 140727365750735 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16644 KiB

[startup+0.211424 s]*
/proc/loadavg: 1.71 1.49 1.49 4/227 21386
/proc/meminfo: memFree=25999968/32770624 swapFree=66999436/67108860
[pid=21320] ppid=21317 vsize=10820020 memory=41188 CPUtime=0.27 cores=0,2,4,6
/proc/21320/stat : 21320 (java) S 21317 21320 15883 0 -1 1077944320 7261 13483 0 0 17 2 5 3 20 0 15 0 444853106 11079700480 10297 33554432000 4194304 4196468 140727365741424 140727365723968 139731871047415 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 33185792 140727365745392 140727365747909 140727365747909 140727365750735 0
/proc/21320/statm: 2705005 10297 3191 1 0 2667149 0
[pid=21320/tid=21373] ppid=21317 vsize=10820020 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/21320/task/21373/stat : 21373 (java) R 21317 21320 15883 0 -1 4202560 3766 13483 0 0 10 1 5 3 20 0 15 0 444853115 11079700480 10363 33554432000 4194304 4196468 140727365741424 139731842841472 139731863284542 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33185792 140727365745392 140727365747909 140727365747909 140727365750735 0
[pid=21320/tid=21374] ppid=21317 vsize=10820020 memory=345 CPUtime=0.08 cores=0,2,4,6
/proc/21320/task/21374/stat : 21374 (java) S 21317 21320 15883 0 -1 1077944384 1 13483 0 0 0 0 5 3 20 0 15 0 444853116 11079700480 10363 33554432000 4194304 4196468 140727365741424 139731875290256 139731871057621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33185792 140727365745392 140727365747909 140727365747909 140727365750735 0
[pid=21320/tid=21375] ppid=21317 vsize=10820020 memory=140071794165941 CPUtime=0.08 cores=0,2,4,6
/proc/21320/task/21375/stat : 21375 (java) S 21317 21320 15883 0 -1 1077944384 1 13483 0 0 0 0 5 3 20 0 15 0 444853116 11079700480 10363 33554432000 4194304 4196468 140727365741424 139731796249616 139731871057621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33185792 140727365745392 140727365747909 140727365747909 140727365750735 0
[pid=21320/tid=21376] ppid=21317 vsize=10820020 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21320/task/21376/stat : 21376 (java) S 21317 21320 15883 0 -1 1077944384 2 13483 0 0 0 0 5 3 20 0 15 0 444853116 11079700480 10363 33554432000 4194304 4196468 140727365741424 139731443461008 139731871057621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33185792 140727365745392 140727365747909 140727365747909 140727365750735 0
[pid=21320/tid=21377] ppid=21317 vsize=10820020 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/21320/task/21377/stat : 21377 (java) S 21317 21320 15883 0 -1 1077944384 1 13483 0 0 0 0 5 3 20 0 15 0 444853116 11079700480 10363 33554432000 4194304 4196468 140727365741424 139731442408208 139731871057621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33185792 140727365745392 140727365747909 140727365747909 140727365750735 0
[pid=21320/tid=21378] ppid=21317 vsize=10820020 memory=140071791154816 CPUtime=0.08 cores=0,2,4,6
/proc/21320/task/21378/stat : 21378 (java) S 21317 21320 15883 0 -1 1077944384 2 13483 0 0 0 0 5 3 20 0 15 0 444853117 11079700480 10363 33554432000 4194304 4196468 140727365741424 139731397728624 139731871058562 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33185792 140727365745392 140727365747909 140727365747909 140727365750735 0
[pid=21320/tid=21379] ppid=21317 vsize=10820020 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/21320/task/21379/stat : 21379 (java) S 21317 21320 15883 0 -1 1077944384 13 13483 0 0 0 0 5 3 20 0 15 0 444853118 11079700480 10363 33554432000 4194304 4196468 140727365741424 139731325150240 139731871057621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33185792 140727365745392 140727365747909 140727365747909 140727365750735 0
[pid=21320/tid=21380] ppid=21317 vsize=10820020 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21320/task/21380/stat : 21380 (java) S 21317 21320 15883 0 -1 1077944384 1 13483 0 0 0 0 5 3 20 0 15 0 444853118 11079700480 10363 33554432000 4194304 4196468 140727365741424 139730721170288 139731871057621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33185792 140727365745392 140727365747909 140727365747909 140727365750735 0
[pid=21320/tid=21381] ppid=21317 vsize=10820020 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21320/task/21381/stat : 21381 (java) S 21317 21320 15883 0 -1 1077944384 3 13483 0 0 0 0 5 3 20 0 15 0 444853120 11079700480 10363 33554432000 4194304 4196468 140727365741424 139730413770576 139731871066011 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33185792 140727365745392 140727365747909 140727365747909 140727365750735 0
[pid=21320/tid=21382] ppid=21317 vsize=10820020 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/21320/task/21382/stat : 21382 (java) S 21317 21320 15883 0 -1 1077944384 354 13483 0 0 1 0 5 3 20 0 15 0 444853121 11079700480 10363 33554432000 4194304 4196468 140727365741424 139731396676464 139731871058562 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33185792 140727365745392 140727365747909 140727365747909 140727365750735 0
[pid=21320/tid=21383] ppid=21317 vsize=10820020 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/21320/task/21383/stat : 21383 (java) S 21317 21320 15883 0 -1 1077944384 307 13483 0 0 1 0 5 3 20 0 15 0 444853121 11079700480 10363 33554432000 4194304 4196468 140727365741424 139731395623664 139731871058562 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33185792 140727365745392 140727365747909 140727365747909 140727365750735 0
[pid=21320/tid=21384] ppid=21317 vsize=10820020 memory=140071791154816 CPUtime=0.11 cores=0,2,4,6
/proc/21320/task/21384/stat : 21384 (java) S 21317 21320 15883 0 -1 1077944384 616 13483 0 0 3 0 5 3 20 0 15 0 444853121 11079700480 10363 33554432000 4194304 4196468 140727365741424 139731394570864 139731871058562 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33185792 140727365745392 140727365747909 140727365747909 140727365750735 0
[pid=21320/tid=21385] ppid=21317 vsize=10820020 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/21320/task/21385/stat : 21385 (java) S 21317 21320 15883 0 -1 1077944384 3 13483 0 0 0 0 5 3 20 0 15 0 444853121 11079700480 10363 33554432000 4194304 4196468 140727365741424 139730380212960 139731871057621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33185792 140727365745392 140727365747909 140727365747909 140727365750735 0
[pid=21320/tid=21386] ppid=21317 vsize=10820020 memory=140071791154816 CPUtime=0.08 cores=0,2,4,6
/proc/21320/task/21386/stat : 21386 (java) S 21317 21320 15883 0 -1 1077944384 1 13483 0 0 0 0 5 3 20 0 15 0 444853121 11079700480 10363 33554432000 4194304 4196468 140727365741424 139731393518256 139731871058562 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33185792 140727365745392 140727365747909 140727365747909 140727365750735 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10820020 KiB
Current children cumulated memory: 41188 KiB

[startup+0.310547 s]*
/proc/loadavg: 1.71 1.49 1.49 3/227 21386
/proc/meminfo: memFree=25987116/32770624 swapFree=66999436/67108860
[pid=21320] ppid=21317 vsize=10820196 memory=49940 CPUtime=0.4 cores=0,2,4,6
/proc/21320/stat : 21320 (java) S 21317 21320 15883 0 -1 1077944320 10723 13483 0 0 28 4 5 3 20 0 15 0 444853106 11079880704 12485 33554432000 4194304 4196468 140727365741424 140727365723968 139731871047415 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 33185792 140727365745392 140727365747909 140727365747909 140727365750735 0
/proc/21320/statm: 2705049 12485 3310 1 0 2667149 0
[pid=21320/tid=21373] ppid=21317 vsize=10820196 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/21320/task/21373/stat : 21373 (java) R 21317 21320 15883 0 -1 4202560 7186 13483 0 0 18 3 5 3 20 0 15 0 444853115 11079880704 12485 33554432000 4194304 4196468 140727365741424 139731842843744 139731855127902 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33185792 140727365745392 140727365747909 140727365747909 140727365750735 0
[pid=21320/tid=21374] ppid=21317 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21320/task/21374/stat : 21374 (java) S 21317 21320 15883 0 -1 1077944384 1 13483 0 0 0 0 5 3 20 0 15 0 444853116 11079880704 12485 33554432000 4194304 4196468 140727365741424 139731875290256 139731871057621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33185792 140727365745392 140727365747909 140727365747909 140727365750735 0
[pid=21320/tid=21375] ppid=21317 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21320/task/21375/stat : 21375 (java) S 21317 21320 15883 0 -1 1077944384 1 13483 0 0 0 0 5 3 20 0 15 0 444853116 11079880704 12485 33554432000 4194304 4196468 140727365741424 139731796249616 139731871057621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33185792 140727365745392 140727365747909 140727365747909 140727365750735 0
[pid=21320/tid=21376] ppid=21317 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21320/task/21376/stat : 21376 (java) S 21317 21320 15883 0 -1 1077944384 2 13483 0 0 0 0 5 3 20 0 15 0 444853116 11079880704 12485 33554432000 4194304 4196468 140727365741424 139731443461008 139731871057621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33185792 140727365745392 140727365747909 140727365747909 140727365750735 0
[pid=21320/tid=21377] ppid=21317 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21320/task/21377/stat : 21377 (java) S 21317 21320 15883 0 -1 1077944384 1 13483 0 0 0 0 5 3 20 0 15 0 444853116 11079880704 12485 33554432000 4194304 4196468 140727365741424 139731442408208 139731871057621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33185792 140727365745392 140727365747909 140727365747909 140727365750735 0
[pid=21320/tid=21378] ppid=21317 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21320/task/21378/stat : 21378 (java) S 21317 21320 15883 0 -1 1077944384 2 13483 0 0 0 0 5 3 20 0 15 0 444853117 11079880704 12485 33554432000 4194304 4196468 140727365741424 139731397728624 139731871058562 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33185792 140727365745392 140727365747909 140727365747909 140727365750735 0
[pid=21320/tid=21379] ppid=21317 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/21320/task/21379/stat : 21379 (java) S 21317 21320 15883 0 -1 1077944384 13 13483 0 0 0 0 5 3 20 0 15 0 444853118 11079880704 12485 33554432000 4194304 4196468 140727365741424 139731325150240 139731871057621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33185792 140727365745392 140727365747909 140727365747909 140727365750735 0
[pid=21320/tid=21380] ppid=21317 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21320/task/21380/stat : 21380 (java) S 21317 21320 15883 0 -1 1077944384 1 13483 0 0 0 0 5 3 20 0 15 0 444853118 11079880704 12485 33554432000 4194304 4196468 140727365741424 139730721170288 139731871057621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33185792 140727365745392 140727365747909 140727365747909 140727365750735 0
[pid=21320/tid=21381] ppid=21317 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21320/task/21381/stat : 21381 (java) S 21317 21320 15883 0 -1 1077944384 3 13483 0 0 0 0 5 3 20 0 15 0 444853120 11079880704 12485 33554432000 4194304 4196468 140727365741424 139730413770576 139731871066011 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33185792 140727365745392 140727365747909 140727365747909 140727365750735 0
[pid=21320/tid=21382] ppid=21317 vsize=10820196 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/21320/task/21382/stat : 21382 (java) S 21317 21320 15883 0 -1 1077944384 364 13483 0 0 1 0 5 3 20 0 15 0 444853121 11079880704 12485 33554432000 4194304 4196468 140727365741424 139731396676464 139731871058562 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33185792 140727365745392 140727365747909 140727365747909 140727365750735 0
[pid=21320/tid=21383] ppid=21317 vsize=10820196 memory=-1 CPUtime=0.1 cores=0,2,4,6
/proc/21320/task/21383/stat : 21383 (java) S 21317 21320 15883 0 -1 1077944384 308 13483 0 0 2 0 5 3 20 0 15 0 444853121 11079880704 12485 33554432000 4194304 4196468 140727365741424 139731395623664 139731871058562 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33185792 140727365745392 140727365747909 140727365747909 140727365750735 0
[pid=21320/tid=21384] ppid=21317 vsize=10820196 memory=140071791154816 CPUtime=0.13 cores=0,2,4,6
/proc/21320/task/21384/stat : 21384 (java) S 21317 21320 15883 0 -1 1077944384 634 13483 0 0 5 0 5 3 20 0 15 0 444853121 11079880704 12485 33554432000 4194304 4196468 140727365741424 139731394570864 139731871058562 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33185792 140727365745392 140727365747909 140727365747909 140727365750735 0
[pid=21320/tid=21385] ppid=21317 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/21320/task/21385/stat : 21385 (java) S 21317 21320 15883 0 -1 1077944384 3 13483 0 0 0 0 5 3 20 0 15 0 444853121 11079880704 12485 33554432000 4194304 4196468 140727365741424 139730380212960 139731871057621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33185792 140727365745392 140727365747909 140727365747909 140727365750735 0
[pid=21320/tid=21386] ppid=21317 vsize=10820196 memory=140071791154816 CPUtime=0.08 cores=0,2,4,6
/proc/21320/task/21386/stat : 21386 (java) S 21317 21320 15883 0 -1 1077944384 1 13483 0 0 0 0 5 3 20 0 15 0 444853121 11079880704 12485 33554432000 4194304 4196468 140727365741424 139731393518256 139731871058562 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33185792 140727365745392 140727365747909 140727365747909 140727365750735 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 49940 KiB

[startup+0.701548 s]
/proc/loadavg: 1.71 1.49 1.49 3/227 21386
/proc/meminfo: memFree=25972488/32770624 swapFree=66999436/67108860
[pid=21320] ppid=21317 vsize=10824364 memory=83524 CPUtime=1.11 cores=0,2,4,6
/proc/21320/stat : 21320 (java) S 21317 21320 15883 0 -1 1077944320 15081 13483 0 0 97 6 5 3 20 0 15 0 444853106 11084148736 20881 33554432000 4194304 4196468 140727365741424 140727365723968 139731871047415 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 33185792 140727365745392 140727365747909 140727365747909 140727365750735 0
/proc/21320/statm: 2706091 20881 3507 1 0 2668173 0
[pid=21320/tid=21373] ppid=21317 vsize=10824364 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/21320/task/21373/stat : 21373 (java) R 21317 21320 15883 0 -1 4202560 10425 13483 0 0 54 5 5 3 20 0 15 0 444853115 11084148736 20881 33554432000 4194304 4196468 140727365741424 139731842863328 139731725676928 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 33185792 140727365745392 140727365747909 140727365747909 140727365750735 0
[pid=21320/tid=21374] ppid=21317 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21320/task/21374/stat : 21374 (java) S 21317 21320 15883 0 -1 1077944384 1 13483 0 0 0 0 5 3 20 0 15 0 444853116 11084148736 20881 33554432000 4194304 4196468 140727365741424 139731875290256 139731871057621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33185792 140727365745392 140727365747909 140727365747909 140727365750735 0
[pid=21320/tid=21375] ppid=21317 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21320/task/21375/stat : 21375 (java) S 21317 21320 15883 0 -1 1077944384 1 13483 0 0 0 0 5 3 20 0 15 0 444853116 11084148736 20881 33554432000 4194304 4196468 140727365741424 139731796249616 139731871057621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33185792 140727365745392 140727365747909 140727365747909 140727365750735 0
[pid=21320/tid=21376] ppid=21317 vsize=10824364 memory=140071634350864 CPUtime=0.08 cores=0,2,4,6
/proc/21320/task/21376/stat : 21376 (java) S 21317 21320 15883 0 -1 1077944384 2 13483 0 0 0 0 5 3 20 0 15 0 444853116 11084148736 20881 33554432000 4194304 4196468 140727365741424 139731443461008 139731871057621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33185792 140727365745392 140727365747909 140727365747909 140727365750735 0
[pid=21320/tid=21377] ppid=21317 vsize=10824364 memory=140071768425052 CPUtime=0.08 cores=0,2,4,6
/proc/21320/task/21377/stat : 21377 (java) S 21317 21320 15883 0 -1 1077944384 1 13483 0 0 0 0 5 3 20 0 15 0 444853116 11084148736 20881 33554432000 4194304 4196468 140727365741424 139731442408208 139731871057621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33185792 140727365745392 140727365747909 140727365747909 140727365750735 0
[pid=21320/tid=21378] ppid=21317 vsize=10824364 memory=612 CPUtime=0.08 cores=0,2,4,6
/proc/21320/task/21378/stat : 21378 (java) S 21317 21320 15883 0 -1 1077944384 5 13483 0 0 0 0 5 3 20 0 15 0 444853117 11084148736 20881 33554432000 4194304 4196468 140727365741424 139731397728624 139731871058562 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33185792 140727365745392 140727365747909 140727365747909 140727365750735 0
[pid=21320/tid=21379] ppid=21317 vsize=10824364 memory=7302135314614015845 CPUtime=0.08 cores=0,2,4,6
/proc/21320/task/21379/stat : 21379 (java) S 21317 21320 15883 0 -1 1077944384 13 13483 0 0 0 0 5 3 20 0 15 0 444853118 11084148736 20881 33554432000 4194304 4196468 140727365741424 139731325150240 139731871057621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33185792 140727365745392 140727365747909 140727365747909 140727365750735 0
[pid=21320/tid=21380] ppid=21317 vsize=10824364 memory=6081102367496956009 CPUtime=0.08 cores=0,2,4,6
/proc/21320/task/21380/stat : 21380 (java) S 21317 21320 15883 0 -1 1077944384 1 13483 0 0 0 0 5 3 20 0 15 0 444853118 11084148736 20881 33554432000 4194304 4196468 140727365741424 139730721170288 139731871057621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33185792 140727365745392 140727365747909 140727365747909 140727365750735 0
[pid=21320/tid=21381] ppid=21317 vsize=10824364 memory=14060 CPUtime=0.08 cores=0,2,4,6
/proc/21320/task/21381/stat : 21381 (java) S 21317 21320 15883 0 -1 1077944384 3 13483 0 0 0 0 5 3 20 0 15 0 444853120 11084148736 20881 33554432000 4194304 4196468 140727365741424 139730413770576 139731871066011 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33185792 140727365745392 140727365747909 140727365747909 140727365750735 0
[pid=21320/tid=21382] ppid=21317 vsize=10824364 memory=2116 CPUtime=0.19 cores=0,2,4,6
/proc/21320/task/21382/stat : 21382 (java) R 21317 21320 15883 0 -1 4202560 827 13483 0 0 11 0 5 3 20 0 15 0 444853121 11084148736 20881 33554432000 4194304 4196468 140727365741424 139731396676464 139731854545958 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33185792 140727365745392 140727365747909 140727365747909 140727365750735 0
[pid=21320/tid=21383] ppid=21317 vsize=10824364 memory=23448 CPUtime=0.21 cores=0,2,4,6
/proc/21320/task/21383/stat : 21383 (java) R 21317 21320 15883 0 -1 4202560 718 13483 0 0 13 0 5 3 20 0 15 0 444853121 11084148736 20881 33554432000 4194304 4196468 140727365741424 139731395623664 139731855037736 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33185792 140727365745392 140727365747909 140727365747909 140727365750735 0
[pid=21320/tid=21384] ppid=21317 vsize=10824364 memory=532 CPUtime=0.25 cores=0,2,4,6
/proc/21320/task/21384/stat : 21384 (java) S 21317 21320 15883 0 -1 1077944384 876 13483 0 0 17 0 5 3 20 0 15 0 444853121 11084148736 20881 33554432000 4194304 4196468 140727365741424 139731394570864 139731871058562 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33185792 140727365745392 140727365747909 140727365747909 140727365750735 0
[pid=21320/tid=21385] ppid=21317 vsize=10824364 memory=1556 CPUtime=0.08 cores=0,2,4,6
/proc/21320/task/21385/stat : 21385 (java) S 21317 21320 15883 0 -1 1077944384 3 13483 0 0 0 0 5 3 20 0 15 0 444853121 11084148736 20881 33554432000 4194304 4196468 140727365741424 139730380212960 139731871057621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33185792 140727365745392 140727365747909 140727365747909 140727365750735 0
[pid=21320/tid=21386] ppid=21317 vsize=10824364 memory=932 CPUtime=0.08 cores=0,2,4,6
/proc/21320/task/21386/stat : 21386 (java) S 21317 21320 15883 0 -1 1077944384 1 13483 0 0 0 0 5 3 20 0 15 0 444853121 11084148736 20881 33554432000 4194304 4196468 140727365741424 139731393518256 139731871058562 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33185792 140727365745392 140727365747909 140727365747909 140727365750735 0
Current children cumulated CPU time: 1.11 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 83524 KiB

[startup+1.50066 s]
/proc/loadavg: 1.71 1.49 1.49 4/227 21386
/proc/meminfo: memFree=25929656/32770624 swapFree=66999436/67108860
[pid=21320] ppid=21317 vsize=10834680 memory=171448 CPUtime=2.41 cores=0,2,4,6
/proc/21320/stat : 21320 (java) S 21317 21320 15883 0 -1 1077944320 21875 13483 0 0 221 12 5 3 20 0 15 0 444853106 11094712320 42862 33554432000 4194304 4196468 140727365741424 140727365723968 139731871047415 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 33185792 140727365745392 140727365747909 140727365747909 140727365750735 0
/proc/21320/statm: 2708670 42862 3581 1 0 2670733 0
[pid=21320/tid=21373] ppid=21317 vsize=10834680 memory=67496 CPUtime=1.43 cores=0,2,4,6
/proc/21320/task/21373/stat : 21373 (java) R 21317 21320 15883 0 -1 4202560 15405 13483 0 0 128 7 5 3 20 0 15 0 444853115 11094712320 42862 33554432000 4194304 4196468 140727365741424 139731842856416 139731871059350 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33185792 140727365745392 140727365747909 140727365747909 140727365750735 0
[pid=21320/tid=21374] ppid=21317 vsize=10834680 memory=6791534058613427641 CPUtime=0.09 cores=0,2,4,6
/proc/21320/task/21374/stat : 21374 (java) S 21317 21320 15883 0 -1 1077944384 409 13483 0 0 1 0 5 3 20 0 15 0 444853116 11094712320 42862 33554432000 4194304 4196468 140727365741424 139731875290256 139731871057621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33185792 140727365745392 140727365747909 140727365747909 140727365750735 0
[pid=21320/tid=21375] ppid=21317 vsize=10834680 memory=280143268733088 CPUtime=0.08 cores=0,2,4,6
/proc/21320/task/21375/stat : 21375 (java) S 21317 21320 15883 0 -1 1077944384 32 13483 0 0 0 0 5 3 20 0 15 0 444853116 11094712320 42862 33554432000 4194304 4196468 140727365741424 139731796249616 139731871057621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33185792 140727365745392 140727365747909 140727365747909 140727365750735 0
[pid=21320/tid=21376] ppid=21317 vsize=10834680 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/21320/task/21376/stat : 21376 (java) S 21317 21320 15883 0 -1 1077944384 83 13483 0 0 1 0 5 3 20 0 15 0 444853116 11094712320 42862 33554432000 4194304 4196468 140727365741424 139731443461008 139731871057621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33185792 140727365745392 140727365747909 140727365747909 140727365750735 0
[pid=21320/tid=21377] ppid=21317 vsize=10834680 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/21320/task/21377/stat : 21377 (java) S 21317 21320 15883 0 -1 1077944384 86 13483 0 0 1 0 5 3 20 0 15 0 444853116 11094712320 42862 33554432000 4194304 4196468 140727365741424 139731442408208 139731871057621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33185792 140727365745392 140727365747909 140727365747909 140727365750735 0
[pid=21320/tid=21378] ppid=21317 vsize=10834680 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/21320/task/21378/stat : 21378 (java) S 21317 21320 15883 0 -1 1077944384 141 13483 0 0 1 0 5 3 20 0 15 0 444853117 11094712320 42862 33554432000 4194304 4196468 140727365741424 139731397728624 139731871058562 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33185792 140727365745392 140727365747909 140727365747909 140727365750735 0
[pid=21320/tid=21379] ppid=21317 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21320/task/21379/stat : 21379 (java) S 21317 21320 15883 0 -1 1077944384 14 13483 0 0 0 0 5 3 20 0 15 0 444853118 11094712320 42862 33554432000 4194304 4196468 140727365741424 139731325150304 139731871057621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33185792 140727365745392 140727365747909 140727365747909 140727365750735 0
[pid=21320/tid=21380] ppid=21317 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21320/task/21380/stat : 21380 (java) S 21317 21320 15883 0 -1 1077944384 1 13483 0 0 0 0 5 3 20 0 15 0 444853118 11094712320 42862 33554432000 4194304 4196468 140727365741424 139730721170304 139731871057621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33185792 140727365745392 140727365747909 140727365747909 140727365750735 0
[pid=21320/tid=21381] ppid=21317 vsize=10834680 memory=-2245088631185882904 CPUtime=0.08 cores=0,2,4,6
/proc/21320/task/21381/stat : 21381 (java) S 21317 21320 15883 0 -1 1077944384 3 13483 0 0 0 0 5 3 20 0 15 0 444853120 11094712320 42862 33554432000 4194304 4196468 140727365741424 139730413770576 139731871066011 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33185792 140727365745392 140727365747909 140727365747909 140727365750735 0
[pid=21320/tid=21382] ppid=21317 vsize=10834680 memory=0 CPUtime=0.29 cores=0,2,4,6
/proc/21320/task/21382/stat : 21382 (java) S 21317 21320 15883 0 -1 1077944384 956 13483 0 0 21 0 5 3 20 0 15 0 444853121 11094712320 42862 33554432000 4194304 4196468 140727365741424 139731396676464 139731871058562 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33185792 140727365745392 140727365747909 140727365747909 140727365750735 0
[pid=21320/tid=21383] ppid=21317 vsize=10834680 memory=10 CPUtime=0.34 cores=0,2,4,6
/proc/21320/task/21383/stat : 21383 (java) S 21317 21320 15883 0 -1 1077944384 866 13483 0 0 26 0 5 3 20 0 15 0 444853121 11094712320 42862 33554432000 4194304 4196468 140727365741424 139731395623664 139731871058562 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33185792 140727365745392 140727365747909 140727365747909 140727365750735 0
[pid=21320/tid=21384] ppid=21317 vsize=10834680 memory=6791534058613427641 CPUtime=0.47 cores=0,2,4,6
/proc/21320/task/21384/stat : 21384 (java) R 21317 21320 15883 0 -1 4202560 1674 13483 0 0 39 0 5 3 20 0 15 0 444853121 11094712320 42862 33554432000 4194304 4196468 140727365741424 139731394570864 139731855127902 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33185792 140727365745392 140727365747909 140727365747909 140727365750735 0
[pid=21320/tid=21385] ppid=21317 vsize=10834680 memory=4638778398332698720 CPUtime=0.08 cores=0,2,4,6
/proc/21320/task/21385/stat : 21385 (java) S 21317 21320 15883 0 -1 1077944384 3 13483 0 0 0 0 5 3 20 0 15 0 444853121 11094712320 42862 33554432000 4194304 4196468 140727365741424 139730380212960 139731871057621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33185792 140727365745392 140727365747909 140727365747909 140727365750735 0
[pid=21320/tid=21386] ppid=21317 vsize=10834680 memory=280143268977536 CPUtime=0.08 cores=0,2,4,6
/proc/21320/task/21386/stat : 21386 (java) S 21317 21320 15883 0 -1 1077944384 1 13483 0 0 0 0 5 3 20 0 15 0 444853121 11094712320 42862 33554432000 4194304 4196468 140727365741424 139731393518256 139731871058562 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33185792 140727365745392 140727365747909 140727365747909 140727365750735 0
Current children cumulated CPU time: 2.41 s
Current children cumulated vsize: 10834680 KiB

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

[pid=21320/tid=21385] ppid=21317 vsize=10849048 memory=10596 CPUtime=0.08 cores=0,2,4,6
/proc/21320/task/21385/stat : 21385 (java) S 21317 21320 15883 0 -1 1077944384 3 13483 0 0 0 0 5 3 20 0 15 0 444853121 11109425152 205216 33554432000 4194304 4196468 140727365741424 139730380212960 139731871057621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33185792 140727365745392 140727365747909 140727365747909 140727365750735 0
[pid=21320/tid=21386] ppid=21317 vsize=10849048 memory=1712 CPUtime=0.95 cores=0,2,4,6
/proc/21320/task/21386/stat : 21386 (java) S 21317 21320 15883 0 -1 1077944384 1091 13483 0 0 46 41 5 3 20 0 15 0 444853121 11109425152 205216 33554432000 4194304 4196468 140727365741424 139731393518256 139731871058562 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33185792 140727365745392 140727365747909 140727365747909 140727365750735 0
Current children cumulated CPU time: 1394.92 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 820864 KiB

[startup+1364 s]*
/proc/loadavg: 1.43 1.43 1.47 3/228 21541
/proc/meminfo: memFree=23256160/32770624 swapFree=66999436/67108860
[pid=21320] ppid=21317 vsize=10849048 memory=820864 CPUtime=1395.73 cores=0,2,4,6
/proc/21320/stat : 21320 (java) S 21317 21320 15883 0 -1 1077944320 174764 13483 0 0 139336 229 5 3 20 0 15 0 444853106 11109425152 205216 33554432000 4194304 4196468 140727365741424 140727365723968 139731871047415 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 33185792 140727365745392 140727365747909 140727365747909 140727365750735 0
/proc/21320/statm: 2712262 205216 3632 1 0 2674317 0
[pid=21320/tid=21373] ppid=21317 vsize=10849048 memory=1398720917958146503 CPUtime=1348.65 cores=0,2,4,6
/proc/21320/task/21373/stat : 21373 (java) R 21317 21320 15883 0 -1 4202560 53602 13483 0 0 134819 38 5 3 20 0 15 0 444853115 11109425152 205216 33554432000 4194304 4196468 140727365741424 139731842882672 139731484851656 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33185792 140727365745392 140727365747909 140727365747909 140727365750735 0
[pid=21320/tid=21374] ppid=21317 vsize=10849048 memory=4126316290023845779 CPUtime=6.92 cores=0,2,4,6
/proc/21320/task/21374/stat : 21374 (java) S 21317 21320 15883 0 -1 1077944384 15840 13483 0 0 647 37 5 3 20 0 15 0 444853116 11109425152 205216 33554432000 4194304 4196468 140727365741424 139731875290256 139731871057621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33185792 140727365745392 140727365747909 140727365747909 140727365750735 0
[pid=21320/tid=21375] ppid=21317 vsize=10849048 memory=804 CPUtime=6.93 cores=0,2,4,6
/proc/21320/task/21375/stat : 21375 (java) S 21317 21320 15883 0 -1 1077944384 8768 13483 0 0 646 39 5 3 20 0 15 0 444853116 11109425152 205216 33554432000 4194304 4196468 140727365741424 139731796249616 139731871057621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33185792 140727365745392 140727365747909 140727365747909 140727365750735 0
[pid=21320/tid=21376] ppid=21317 vsize=10849048 memory=1804 CPUtime=6.91 cores=0,2,4,6
/proc/21320/task/21376/stat : 21376 (java) S 21317 21320 15883 0 -1 1077944384 8044 13483 0 0 647 36 5 3 20 0 15 0 444853116 11109425152 205216 33554432000 4194304 4196468 140727365741424 139731443461008 139731871057621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33185792 140727365745392 140727365747909 140727365747909 140727365750735 0
[pid=21320/tid=21377] ppid=21317 vsize=10849048 memory=916 CPUtime=6.94 cores=0,2,4,6
/proc/21320/task/21377/stat : 21377 (java) S 21317 21320 15883 0 -1 1077944384 8760 13483 0 0 652 34 5 3 20 0 15 0 444853116 11109425152 205216 33554432000 4194304 4196468 140727365741424 139731442408208 139731871057621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33185792 140727365745392 140727365747909 140727365747909 140727365750735 0
[pid=21320/tid=21378] ppid=21317 vsize=10849048 memory=3848 CPUtime=6.38 cores=0,2,4,6
/proc/21320/task/21378/stat : 21378 (java) S 21317 21320 15883 0 -1 1077944384 9825 13483 0 0 603 27 5 3 20 0 15 0 444853117 11109425152 205216 33554432000 4194304 4196468 140727365741424 139731397728624 139731871058562 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33185792 140727365745392 140727365747909 140727365747909 140727365750735 0
[pid=21320/tid=21379] ppid=21317 vsize=10849048 memory=2704 CPUtime=0.08 cores=0,2,4,6
/proc/21320/task/21379/stat : 21379 (java) S 21317 21320 15883 0 -1 1077944384 21 13483 0 0 0 0 5 3 20 0 15 0 444853118 11109425152 205216 33554432000 4194304 4196468 140727365741424 139731325150304 139731871057621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33185792 140727365745392 140727365747909 140727365747909 140727365750735 0
[pid=21320/tid=21380] ppid=21317 vsize=10849048 memory=2608 CPUtime=0.08 cores=0,2,4,6
/proc/21320/task/21380/stat : 21380 (java) S 21317 21320 15883 0 -1 1077944384 11 13483 0 0 0 0 5 3 20 0 15 0 444853118 11109425152 205216 33554432000 4194304 4196468 140727365741424 139730721170304 139731871057621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33185792 140727365745392 140727365747909 140727365747909 140727365750735 0
[pid=21320/tid=21381] ppid=21317 vsize=10849048 memory=1408 CPUtime=0.08 cores=0,2,4,6
/proc/21320/task/21381/stat : 21381 (java) S 21317 21320 15883 0 -1 1077944384 3 13483 0 0 0 0 5 3 20 0 15 0 444853120 11109425152 205216 33554432000 4194304 4196468 140727365741424 139730413770576 139731871066011 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33185792 140727365745392 140727365747909 140727365747909 140727365750735 0
[pid=21320/tid=21382] ppid=21317 vsize=10849048 memory=3304 CPUtime=4.09 cores=0,2,4,6
/proc/21320/task/21382/stat : 21382 (java) S 21317 21320 15883 0 -1 1077944384 20391 13483 0 0 396 5 5 3 20 0 15 0 444853121 11109425152 205216 33554432000 4194304 4196468 140727365741424 139731396676464 139731871058562 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33185792 140727365745392 140727365747909 140727365747909 140727365750735 0
[pid=21320/tid=21383] ppid=21317 vsize=10849048 memory=3155776 CPUtime=4.86 cores=0,2,4,6
/proc/21320/task/21383/stat : 21383 (java) S 21317 21320 15883 0 -1 1077944384 18658 13483 0 0 474 4 5 3 20 0 15 0 444853121 11109425152 205216 33554432000 4194304 4196468 140727365741424 139731395623664 139731871058562 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33185792 140727365745392 140727365747909 140727365747909 140727365750735 0
[pid=21320/tid=21384] ppid=21317 vsize=10849048 memory=1408 CPUtime=3.72 cores=0,2,4,6
/proc/21320/task/21384/stat : 21384 (java) S 21317 21320 15883 0 -1 1077944384 27543 13483 0 0 358 6 5 3 20 0 15 0 444853121 11109425152 205216 33554432000 4194304 4196468 140727365741424 139731394570864 139731871058562 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33185792 140727365745392 140727365747909 140727365747909 140727365750735 0
[pid=21320/tid=21385] ppid=21317 vsize=10849048 memory=3292 CPUtime=0.08 cores=0,2,4,6
/proc/21320/task/21385/stat : 21385 (java) S 21317 21320 15883 0 -1 1077944384 3 13483 0 0 0 0 5 3 20 0 15 0 444853121 11109425152 205216 33554432000 4194304 4196468 140727365741424 139730380212960 139731871057621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33185792 140727365745392 140727365747909 140727365747909 140727365750735 0
[pid=21320/tid=21386] ppid=21317 vsize=10849048 memory=820864 CPUtime=0.95 cores=0,2,4,6
/proc/21320/task/21386/stat : 21386 (java) S 21317 21320 15883 0 -1 1077944384 1091 13483 0 0 46 41 5 3 20 0 15 0 444853121 11109425152 205216 33554432000 4194304 4196468 140727365741424 139731393518256 139731871058562 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33185792 140727365745392 140727365747909 140727365747909 140727365750735 0
Current children cumulated CPU time: 1395.73 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 820864 KiB

[startup+1364.4 s]
/proc/loadavg: 1.43 1.43 1.47 3/228 21541
/proc/meminfo: memFree=23256160/32770624 swapFree=66999436/67108860
[pid=21320] ppid=21317 vsize=10849048 memory=820864 CPUtime=1396.13 cores=0,2,4,6
/proc/21320/stat : 21320 (java) S 21317 21320 15883 0 -1 1077944320 174767 13483 0 0 139376 229 5 3 20 0 15 0 444853106 11109425152 205216 33554432000 4194304 4196468 140727365741424 140727365723968 139731871047415 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 33185792 140727365745392 140727365747909 140727365747909 140727365750735 0
/proc/21320/statm: 2712262 205216 3632 1 0 2674317 0
[pid=21320/tid=21373] ppid=21317 vsize=10849048 memory=988 CPUtime=1349.03 cores=0,2,4,6
/proc/21320/task/21373/stat : 21373 (java) R 21317 21320 15883 0 -1 4202560 53605 13483 0 0 134857 38 5 3 20 0 15 0 444853115 11109425152 205216 33554432000 4194304 4196468 140727365741424 139731842882608 139731484851043 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33185792 140727365745392 140727365747909 140727365747909 140727365750735 0
[pid=21320/tid=21374] ppid=21317 vsize=10849048 memory=820864 CPUtime=6.92 cores=0,2,4,6
/proc/21320/task/21374/stat : 21374 (java) S 21317 21320 15883 0 -1 1077944384 15840 13483 0 0 647 37 5 3 20 0 15 0 444853116 11109425152 205216 33554432000 4194304 4196468 140727365741424 139731875290256 139731871057621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33185792 140727365745392 140727365747909 140727365747909 140727365750735 0
[pid=21320/tid=21375] ppid=21317 vsize=10849048 memory=1424 CPUtime=6.93 cores=0,2,4,6
/proc/21320/task/21375/stat : 21375 (java) S 21317 21320 15883 0 -1 1077944384 8768 13483 0 0 646 39 5 3 20 0 15 0 444853116 11109425152 205216 33554432000 4194304 4196468 140727365741424 139731796249616 139731871057621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33185792 140727365745392 140727365747909 140727365747909 140727365750735 0
[pid=21320/tid=21376] ppid=21317 vsize=10849048 memory=1540 CPUtime=6.91 cores=0,2,4,6
/proc/21320/task/21376/stat : 21376 (java) S 21317 21320 15883 0 -1 1077944384 8044 13483 0 0 647 36 5 3 20 0 15 0 444853116 11109425152 205216 33554432000 4194304 4196468 140727365741424 139731443461008 139731871057621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33185792 140727365745392 140727365747909 140727365747909 140727365750735 0
[pid=21320/tid=21377] ppid=21317 vsize=10849048 memory=772 CPUtime=6.95 cores=0,2,4,6
/proc/21320/task/21377/stat : 21377 (java) S 21317 21320 15883 0 -1 1077944384 8760 13483 0 0 653 34 5 3 20 0 15 0 444853116 11109425152 205216 33554432000 4194304 4196468 140727365741424 139731442408208 139731871057621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33185792 140727365745392 140727365747909 140727365747909 140727365750735 0
[pid=21320/tid=21378] ppid=21317 vsize=10849048 memory=10596 CPUtime=6.38 cores=0,2,4,6
/proc/21320/task/21378/stat : 21378 (java) S 21317 21320 15883 0 -1 1077944384 9825 13483 0 0 603 27 5 3 20 0 15 0 444853117 11109425152 205216 33554432000 4194304 4196468 140727365741424 139731397728624 139731871058562 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33185792 140727365745392 140727365747909 140727365747909 140727365750735 0
[pid=21320/tid=21379] ppid=21317 vsize=10849048 memory=820864 CPUtime=0.08 cores=0,2,4,6
/proc/21320/task/21379/stat : 21379 (java) S 21317 21320 15883 0 -1 1077944384 21 13483 0 0 0 0 5 3 20 0 15 0 444853118 11109425152 205216 33554432000 4194304 4196468 140727365741424 139731325150304 139731871057621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33185792 140727365745392 140727365747909 140727365747909 140727365750735 0
[pid=21320/tid=21380] ppid=21317 vsize=10849048 memory=1712 CPUtime=0.08 cores=0,2,4,6
/proc/21320/task/21380/stat : 21380 (java) S 21317 21320 15883 0 -1 1077944384 11 13483 0 0 0 0 5 3 20 0 15 0 444853118 11109425152 205216 33554432000 4194304 4196468 140727365741424 139730721170304 139731871057621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33185792 140727365745392 140727365747909 140727365747909 140727365750735 0
[pid=21320/tid=21381] ppid=21317 vsize=10849048 memory=988 CPUtime=0.08 cores=0,2,4,6
/proc/21320/task/21381/stat : 21381 (java) S 21317 21320 15883 0 -1 1077944384 3 13483 0 0 0 0 5 3 20 0 15 0 444853120 11109425152 205216 33554432000 4194304 4196468 140727365741424 139730413770576 139731871066011 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33185792 140727365745392 140727365747909 140727365747909 140727365750735 0
[pid=21320/tid=21382] ppid=21317 vsize=10849048 memory=4164 CPUtime=4.09 cores=0,2,4,6
/proc/21320/task/21382/stat : 21382 (java) S 21317 21320 15883 0 -1 1077944384 20391 13483 0 0 396 5 5 3 20 0 15 0 444853121 11109425152 205216 33554432000 4194304 4196468 140727365741424 139731396676464 139731871058562 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33185792 140727365745392 140727365747909 140727365747909 140727365750735 0
[pid=21320/tid=21383] ppid=21317 vsize=10849048 memory=2828 CPUtime=4.86 cores=0,2,4,6
/proc/21320/task/21383/stat : 21383 (java) S 21317 21320 15883 0 -1 1077944384 18658 13483 0 0 474 4 5 3 20 0 15 0 444853121 11109425152 205216 33554432000 4194304 4196468 140727365741424 139731395623664 139731871058562 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33185792 140727365745392 140727365747909 140727365747909 140727365750735 0
[pid=21320/tid=21384] ppid=21317 vsize=10849048 memory=1048 CPUtime=3.72 cores=0,2,4,6
/proc/21320/task/21384/stat : 21384 (java) S 21317 21320 15883 0 -1 1077944384 27543 13483 0 0 358 6 5 3 20 0 15 0 444853121 11109425152 205216 33554432000 4194304 4196468 140727365741424 139731394570864 139731871058562 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33185792 140727365745392 140727365747909 140727365747909 140727365750735 0
[pid=21320/tid=21385] ppid=21317 vsize=10849048 memory=6020 CPUtime=0.08 cores=0,2,4,6
/proc/21320/task/21385/stat : 21385 (java) S 21317 21320 15883 0 -1 1077944384 3 13483 0 0 0 0 5 3 20 0 15 0 444853121 11109425152 205216 33554432000 4194304 4196468 140727365741424 139730380212960 139731871057621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33185792 140727365745392 140727365747909 140727365747909 140727365750735 0
[pid=21320/tid=21386] ppid=21317 vsize=10849048 memory=612 CPUtime=0.95 cores=0,2,4,6
/proc/21320/task/21386/stat : 21386 (java) S 21317 21320 15883 0 -1 1077944384 1091 13483 0 0 46 41 5 3 20 0 15 0 444853121 11109425152 205216 33554432000 4194304 4196468 140727365741424 139731393518256 139731871058562 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33185792 140727365745392 140727365747909 140727365747909 140727365750735 0
Current children cumulated CPU time: 1396.13 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 820864 KiB

[startup+1364.6 s]
/proc/loadavg: 1.43 1.43 1.47 3/228 21541
/proc/meminfo: memFree=23256160/32770624 swapFree=66999436/67108860
[pid=21320] ppid=21317 vsize=10849048 memory=820864 CPUtime=1396.33 cores=0,2,4,6
/proc/21320/stat : 21320 (java) S 21317 21320 15883 0 -1 1077944320 174768 13483 0 0 139396 229 5 3 20 0 15 0 444853106 11109425152 205216 33554432000 4194304 4196468 140727365741424 140727365723968 139731871047415 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 33185792 140727365745392 140727365747909 140727365747909 140727365750735 0
/proc/21320/statm: 2712262 205216 3632 1 0 2674317 0
[pid=21320/tid=21373] ppid=21317 vsize=10849048 memory=4126316290023845779 CPUtime=1349.23 cores=0,2,4,6
/proc/21320/task/21373/stat : 21373 (java) R 21317 21320 15883 0 -1 4202560 53606 13483 0 0 134877 38 5 3 20 0 15 0 444853115 11109425152 205216 33554432000 4194304 4196468 140727365741424 139731842882416 139731485273228 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33185792 140727365745392 140727365747909 140727365747909 140727365750735 0
[pid=21320/tid=21374] ppid=21317 vsize=10849048 memory=804 CPUtime=6.92 cores=0,2,4,6
/proc/21320/task/21374/stat : 21374 (java) S 21317 21320 15883 0 -1 1077944384 15840 13483 0 0 647 37 5 3 20 0 15 0 444853116 11109425152 205216 33554432000 4194304 4196468 140727365741424 139731875290256 139731871057621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33185792 140727365745392 140727365747909 140727365747909 140727365750735 0
[pid=21320/tid=21375] ppid=21317 vsize=10849048 memory=1804 CPUtime=6.94 cores=0,2,4,6
/proc/21320/task/21375/stat : 21375 (java) S 21317 21320 15883 0 -1 1077944384 8768 13483 0 0 647 39 5 3 20 0 15 0 444853116 11109425152 205216 33554432000 4194304 4196468 140727365741424 139731796249616 139731871057621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33185792 140727365745392 140727365747909 140727365747909 140727365750735 0
[pid=21320/tid=21376] ppid=21317 vsize=10849048 memory=916 CPUtime=6.91 cores=0,2,4,6
/proc/21320/task/21376/stat : 21376 (java) S 21317 21320 15883 0 -1 1077944384 8044 13483 0 0 647 36 5 3 20 0 15 0 444853116 11109425152 205216 33554432000 4194304 4196468 140727365741424 139731443461008 139731871057621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33185792 140727365745392 140727365747909 140727365747909 140727365750735 0
[pid=21320/tid=21377] ppid=21317 vsize=10849048 memory=3848 CPUtime=6.95 cores=0,2,4,6
/proc/21320/task/21377/stat : 21377 (java) S 21317 21320 15883 0 -1 1077944384 8760 13483 0 0 653 34 5 3 20 0 15 0 444853116 11109425152 205216 33554432000 4194304 4196468 140727365741424 139731442408208 139731871057621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33185792 140727365745392 140727365747909 140727365747909 140727365750735 0
[pid=21320/tid=21378] ppid=21317 vsize=10849048 memory=2704 CPUtime=6.38 cores=0,2,4,6
/proc/21320/task/21378/stat : 21378 (java) S 21317 21320 15883 0 -1 1077944384 9825 13483 0 0 603 27 5 3 20 0 15 0 444853117 11109425152 205216 33554432000 4194304 4196468 140727365741424 139731397728624 139731871058562 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33185792 140727365745392 140727365747909 140727365747909 140727365750735 0
[pid=21320/tid=21379] ppid=21317 vsize=10849048 memory=2608 CPUtime=0.08 cores=0,2,4,6
/proc/21320/task/21379/stat : 21379 (java) S 21317 21320 15883 0 -1 1077944384 21 13483 0 0 0 0 5 3 20 0 15 0 444853118 11109425152 205216 33554432000 4194304 4196468 140727365741424 139731325150304 139731871057621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33185792 140727365745392 140727365747909 140727365747909 140727365750735 0
[pid=21320/tid=21380] ppid=21317 vsize=10849048 memory=1408 CPUtime=0.08 cores=0,2,4,6
/proc/21320/task/21380/stat : 21380 (java) S 21317 21320 15883 0 -1 1077944384 11 13483 0 0 0 0 5 3 20 0 15 0 444853118 11109425152 205216 33554432000 4194304 4196468 140727365741424 139730721170304 139731871057621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33185792 140727365745392 140727365747909 140727365747909 140727365750735 0
[pid=21320/tid=21381] ppid=21317 vsize=10849048 memory=3304 CPUtime=0.08 cores=0,2,4,6
/proc/21320/task/21381/stat : 21381 (java) S 21317 21320 15883 0 -1 1077944384 3 13483 0 0 0 0 5 3 20 0 15 0 444853120 11109425152 205216 33554432000 4194304 4196468 140727365741424 139730413770576 139731871066011 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33185792 140727365745392 140727365747909 140727365747909 140727365750735 0
[pid=21320/tid=21382] ppid=21317 vsize=10849048 memory=3155776 CPUtime=4.09 cores=0,2,4,6
/proc/21320/task/21382/stat : 21382 (java) S 21317 21320 15883 0 -1 1077944384 20391 13483 0 0 396 5 5 3 20 0 15 0 444853121 11109425152 205216 33554432000 4194304 4196468 140727365741424 139731396676464 139731871058562 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33185792 140727365745392 140727365747909 140727365747909 140727365750735 0
[pid=21320/tid=21383] ppid=21317 vsize=10849048 memory=1408 CPUtime=4.86 cores=0,2,4,6
/proc/21320/task/21383/stat : 21383 (java) S 21317 21320 15883 0 -1 1077944384 18658 13483 0 0 474 4 5 3 20 0 15 0 444853121 11109425152 205216 33554432000 4194304 4196468 140727365741424 139731395623664 139731871058562 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33185792 140727365745392 140727365747909 140727365747909 140727365750735 0
[pid=21320/tid=21384] ppid=21317 vsize=10849048 memory=3292 CPUtime=3.72 cores=0,2,4,6
/proc/21320/task/21384/stat : 21384 (java) S 21317 21320 15883 0 -1 1077944384 27543 13483 0 0 358 6 5 3 20 0 15 0 444853121 11109425152 205216 33554432000 4194304 4196468 140727365741424 139731394570864 139731871058562 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33185792 140727365745392 140727365747909 140727365747909 140727365750735 0
[pid=21320/tid=21385] ppid=21317 vsize=10849048 memory=820864 CPUtime=0.08 cores=0,2,4,6
/proc/21320/task/21385/stat : 21385 (java) S 21317 21320 15883 0 -1 1077944384 3 13483 0 0 0 0 5 3 20 0 15 0 444853121 11109425152 205216 33554432000 4194304 4196468 140727365741424 139730380212960 139731871057621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33185792 140727365745392 140727365747909 140727365747909 140727365750735 0
[pid=21320/tid=21386] ppid=21317 vsize=10849048 memory=4104 CPUtime=0.95 cores=0,2,4,6
/proc/21320/task/21386/stat : 21386 (java) S 21317 21320 15883 0 -1 1077944384 1091 13483 0 0 46 41 5 3 20 0 15 0 444853121 11109425152 205216 33554432000 4194304 4196468 140727365741424 139731393518256 139731871058562 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33185792 140727365745392 140727365747909 140727365747909 140727365750735 0
Current children cumulated CPU time: 1396.33 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 820864 KiB

[startup+1364.7 s]
/proc/loadavg: 1.43 1.43 1.47 3/228 21541
/proc/meminfo: memFree=23256160/32770624 swapFree=66999436/67108860
[pid=21320] ppid=21317 vsize=10849048 memory=820864 CPUtime=1396.45 cores=0,2,4,6
/proc/21320/stat : 21320 (java) S 21317 21320 15883 0 -1 1077944320 174769 13483 0 0 139407 230 5 3 20 0 15 0 444853106 11109425152 205216 33554432000 4194304 4196468 140727365741424 140727365723968 139731871047415 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 33185792 140727365745392 140727365747909 140727365747909 140727365750735 0
/proc/21320/statm: 2712262 205216 3632 1 0 2674317 0
[pid=21320/tid=21373] ppid=21317 vsize=10849048 memory=772 CPUtime=1349.33 cores=0,2,4,6
/proc/21320/task/21373/stat : 21373 (java) R 21317 21320 15883 0 -1 4202560 53607 13483 0 0 134887 38 5 3 20 0 15 0 444853115 11109425152 205216 33554432000 4194304 4196468 140727365741424 139731842881888 139731485269043 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33185792 140727365745392 140727365747909 140727365747909 140727365750735 0
[pid=21320/tid=21374] ppid=21317 vsize=10849048 memory=820864 CPUtime=6.92 cores=0,2,4,6
/proc/21320/task/21374/stat : 21374 (java) S 21317 21320 15883 0 -1 1077944384 15840 13483 0 0 647 37 5 3 20 0 15 0 444853116 11109425152 205216 33554432000 4194304 4196468 140727365741424 139731875290256 139731871057621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33185792 140727365745392 140727365747909 140727365747909 140727365750735 0
[pid=21320/tid=21375] ppid=21317 vsize=10849048 memory=280143269385904 CPUtime=6.94 cores=0,2,4,6
/proc/21320/task/21375/stat : 21375 (java) S 21317 21320 15883 0 -1 1077944384 8768 13483 0 0 647 39 5 3 20 0 15 0 444853116 11109425152 205216 33554432000 4194304 4196468 140727365741424 139731796249616 139731871057621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33185792 140727365745392 140727365747909 140727365747909 140727365750735 0
[pid=21320/tid=21376] ppid=21317 vsize=10849048 memory=820864 CPUtime=6.91 cores=0,2,4,6
/proc/21320/task/21376/stat : 21376 (java) S 21317 21320 15883 0 -1 1077944384 8044 13483 0 0 647 36 5 3 20 0 15 0 444853116 11109425152 205216 33554432000 4194304 4196468 140727365741424 139731443461008 139731871057621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33185792 140727365745392 140727365747909 140727365747909 140727365750735 0
[pid=21320/tid=21377] ppid=21317 vsize=10849048 memory=820864 CPUtime=6.95 cores=0,2,4,6
/proc/21320/task/21377/stat : 21377 (java) S 21317 21320 15883 0 -1 1077944384 8760 13483 0 0 653 34 5 3 20 0 15 0 444853116 11109425152 205216 33554432000 4194304 4196468 140727365741424 139731442408208 139731871057621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33185792 140727365745392 140727365747909 140727365747909 140727365750735 0
[pid=21320/tid=21378] ppid=21317 vsize=10849048 memory=820864 CPUtime=6.38 cores=0,2,4,6
/proc/21320/task/21378/stat : 21378 (java) S 21317 21320 15883 0 -1 1077944384 9825 13483 0 0 603 27 5 3 20 0 15 0 444853117 11109425152 205216 33554432000 4194304 4196468 140727365741424 139731397728624 139731871058562 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33185792 140727365745392 140727365747909 140727365747909 140727365750735 0
[pid=21320/tid=21379] ppid=21317 vsize=10849048 memory=820864 CPUtime=0.08 cores=0,2,4,6
/proc/21320/task/21379/stat : 21379 (java) S 21317 21320 15883 0 -1 1077944384 21 13483 0 0 0 0 5 3 20 0 15 0 444853118 11109425152 205216 33554432000 4194304 4196468 140727365741424 139731325150304 139731871057621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33185792 140727365745392 140727365747909 140727365747909 140727365750735 0
[pid=21320/tid=21380] ppid=21317 vsize=10849048 memory=820864 CPUtime=0.08 cores=0,2,4,6
/proc/21320/task/21380/stat : 21380 (java) S 21317 21320 15883 0 -1 1077944384 11 13483 0 0 0 0 5 3 20 0 15 0 444853118 11109425152 205216 33554432000 4194304 4196468 140727365741424 139730721170304 139731871057621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33185792 140727365745392 140727365747909 140727365747909 140727365750735 0
[pid=21320/tid=21381] ppid=21317 vsize=10849048 memory=820864 CPUtime=0.08 cores=0,2,4,6
/proc/21320/task/21381/stat : 21381 (java) S 21317 21320 15883 0 -1 1077944384 3 13483 0 0 0 0 5 3 20 0 15 0 444853120 11109425152 205216 33554432000 4194304 4196468 140727365741424 139730413770576 139731871066011 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33185792 140727365745392 140727365747909 140727365747909 140727365750735 0
[pid=21320/tid=21382] ppid=21317 vsize=10849048 memory=820864 CPUtime=4.09 cores=0,2,4,6
/proc/21320/task/21382/stat : 21382 (java) S 21317 21320 15883 0 -1 1077944384 20391 13483 0 0 396 5 5 3 20 0 15 0 444853121 11109425152 205216 33554432000 4194304 4196468 140727365741424 139731396676464 139731871058562 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33185792 140727365745392 140727365747909 140727365747909 140727365750735 0
[pid=21320/tid=21383] ppid=21317 vsize=10849048 memory=6791534058613427641 CPUtime=4.86 cores=0,2,4,6
/proc/21320/task/21383/stat : 21383 (java) S 21317 21320 15883 0 -1 1077944384 18658 13483 0 0 474 4 5 3 20 0 15 0 444853121 11109425152 205216 33554432000 4194304 4196468 140727365741424 139731395623664 139731871058562 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33185792 140727365745392 140727365747909 140727365747909 140727365750735 0
[pid=21320/tid=21384] ppid=21317 vsize=10849048 memory=14004 CPUtime=3.72 cores=0,2,4,6
/proc/21320/task/21384/stat : 21384 (java) S 21317 21320 15883 0 -1 1077944384 27543 13483 0 0 358 6 5 3 20 0 15 0 444853121 11109425152 205216 33554432000 4194304 4196468 140727365741424 139731394570864 139731871058562 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33185792 140727365745392 140727365747909 140727365747909 140727365750735 0
[pid=21320/tid=21385] ppid=21317 vsize=10849048 memory=3848 CPUtime=0.08 cores=0,2,4,6
/proc/21320/task/21385/stat : 21385 (java) S 21317 21320 15883 0 -1 1077944384 3 13483 0 0 0 0 5 3 20 0 15 0 444853121 11109425152 205216 33554432000 4194304 4196468 140727365741424 139730380212960 139731871057621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33185792 140727365745392 140727365747909 140727365747909 140727365750735 0
[pid=21320/tid=21386] ppid=21317 vsize=10849048 memory=988 CPUtime=0.95 cores=0,2,4,6
/proc/21320/task/21386/stat : 21386 (java) S 21317 21320 15883 0 -1 1077944384 1091 13483 0 0 46 41 5 3 20 0 15 0 444853121 11109425152 205216 33554432000 4194304 4196468 140727365741424 139731393518256 139731871058562 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33185792 140727365745392 140727365747909 140727365747909 140727365750735 0
Current children cumulated CPU time: 1396.45 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 820864 KiB

Child status: 0
Real time (s): 1364.78
CPU time (s): 1396.53
CPU user time (s): 1394.18
CPU system time (s): 2.34184
CPU usage (%): 102.326
Max. virtual memory (cumulated for all children) (KiB): 10852032
Max. memory (cumulated for all children) (KiB): 820864

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1394.18
system time used= 2.34184
maximum resident set size= 823080
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 188753
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1744
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 171007
involuntary context switches= 5255


# summary of solver processes directly reported to runsolver:
#   pid: 21320
#   total CPU time (s): 1396.53
#   total CPU user time (s): 1394.18
#   total CPU system time (s): 2.34184

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.02272 second user time and 13.0005 second system time

The end

Launcher Data

Begin job on node140 at 2019-09-17 04:58:26
IDJOB=4401077
IDBENCH=135736
IDSOLVER=2857
FILE ID=node140/4401077-1568689147
RUNJOBID= node140-1568673290-15914
PBS_JOBID= 21703779
Free space on /tmp= 58080 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n15/TravellingSalesman-15-30-10.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4401077-1568689147/watcher-4401077-1568689147 -o /tmp/evaluation-result-4401077-1568689147/solver-4401077-1568689147 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node140-1568673290-15914 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=455458796 HOME/instance-4401077-1568689147.xml

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

MD5SUM BENCH= 3c026331d7bc07d88063d95da0d404ae
RANDOM SEED=455458796

node140.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.43
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.43
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.43
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.43
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:        26027952 kB
MemAvailable:   30661320 kB
Buffers:          191280 kB
Cached:          4685124 kB
SwapCached:         2596 kB
Active:          2827072 kB
Inactive:        3245684 kB
Active(anon):    1193056 kB
Inactive(anon):    52664 kB
Active(file):    1634016 kB
Inactive(file):  3193020 kB
Unevictable:      107540 kB
Mlocked:          107540 kB
SwapTotal:      67108860 kB
SwapFree:       66999436 kB
Dirty:             35308 kB
Writeback:             0 kB
AnonPages:       1347108 kB
Mapped:            61748 kB
Shmem:             40584 kB
Slab:             264456 kB
SReclaimable:     234792 kB
SUnreclaim:        29664 kB
KernelStack:        4016 kB
PageTables:        10976 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2225412 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1185792 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 58044 MiB
End job on node140 at 2019-09-17 05:21:11