Trace number 4392118

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.10OPT93 1501.71 1466

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n15/
TravellingSalesman-15-30-00.xml
MD5SUM0f9f8d62bc132272af22ef8ddad99d7d
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark93
Best CPU time to get the best result obtained on this benchmark108.124
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints16
Number of domains2
Minimum domain size15
Maximum domain size31
Distribution of domain sizes[{"size":15,"count":15},{"size":31,"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.74/0.54	c Concrete v3.10.1560635388952 running
6.62/3.08	o 140
6.62/3.10	o 137
6.96/3.12	o 128
6.96/3.13	o 127
7.28/3.25	o 121
7.28/3.27	o 113
7.96/3.49	o 106
7.96/3.49	o 105
9.63/3.99	o 102
9.98/4.04	o 101
10.43/4.29	o 97
11.84/4.97	o 93
1501.60/1465.98	v <instantiation
1501.60/1465.98	v         cost = '93'>
1501.60/1465.98	v       <list>
1501.60/1465.98	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]
1501.60/1465.98	v       </list>
1501.60/1465.98	v       <values>
1501.60/1465.98	v         1 0 2 3 5 7 9 8 10 14 13 12 11 6 4 7 2 2 5 8 4 9 5 7 15 8 1 8 8 4
1501.60/1465.98	v       </values>
1501.60/1465.98	v     </instantiation>
1501.60/1465.98	s OPTIMUM FOUND

Verifier Data

OK	93

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4392118-1568321358/watcher-4392118-1568321358 -o /tmp/evaluation-result-4392118-1568321358/solver-4392118-1568321358 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node119-1568306047-10998 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=1997470768 HOME/instance-4392118-1568321358.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=17913, runsolver pid=17910

[startup+0.100134 s]*
/proc/loadavg: 1.72 1.54 1.43 3/218 17970
/proc/meminfo: memFree=21232800/32770624 swapFree=66939824/67108860
[pid=17913] ppid=17910 vsize=9972712 memory=17080 CPUtime=0.09 cores=1,3,5,7
/proc/17913/stat : 17913 (java) S 17910 17913 9865 0 -1 1077944320 4543 12999 0 0 1 0 5 3 20 0 6 0 408050757 10212057088 4270 33554432000 4194304 4196468 140728109860880 140728109843424 140617941171959 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 10153984 140728109865717 140728109868229 140728109868229 140728109871055 0
/proc/17913/statm: 2493178 4270 1935 1 0 2481616 0
[pid=17913/tid=17966] ppid=17910 vsize=9972712 memory=7892391828772250251 CPUtime=0.09 cores=1,3,5,7
/proc/17913/task/17966/stat : 17966 (java) R 17910 17913 9865 0 -1 4202560 2347 12999 0 0 1 0 5 3 20 0 6 0 408050766 10212057088 4336 33554432000 4194304 4196468 140728109860880 140617913008720 140617926483961 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10153984 140728109865717 140728109868229 140728109868229 140728109871055 0
[pid=17913/tid=17967] ppid=17910 vsize=9972712 memory=-9181546050914066336 CPUtime=0.08 cores=1,3,5,7
/proc/17913/task/17967/stat : 17967 (java) S 17910 17913 9865 0 -1 1077944384 1 12999 0 0 0 0 5 3 20 0 6 0 408050767 10212057088 4336 33554432000 4194304 4196468 140728109860880 140617945414672 140617941182165 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10153984 140728109865717 140728109868229 140728109868229 140728109871055 0
[pid=17913/tid=17968] ppid=17910 vsize=9972712 memory=140098385995392 CPUtime=0.08 cores=1,3,5,7
/proc/17913/task/17968/stat : 17968 (java) S 17910 17913 9865 0 -1 1077944384 1 12999 0 0 0 0 5 3 20 0 6 0 408050767 10212057088 4336 33554432000 4194304 4196468 140728109860880 140617514478736 140617941182165 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10153984 140728109865717 140728109868229 140728109868229 140728109871055 0
[pid=17913/tid=17969] ppid=17910 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/17913/task/17969/stat : 17969 (java) S 17910 17913 9865 0 -1 1077944384 1 12999 0 0 0 0 5 3 20 0 6 0 408050767 10212057088 4336 33554432000 4194304 4196468 140728109860880 140617513425680 140617941182165 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10153984 140728109865717 140728109868229 140728109868229 140728109871055 0
[pid=17913/tid=17970] ppid=17910 vsize=9972712 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/17913/task/17970/stat : 17970 (java) S 17910 17913 9865 0 -1 1077944384 2 12999 0 0 0 0 5 3 20 0 6 0 408050767 10212057088 4336 33554432000 4194304 4196468 140728109860880 140617512373136 140617941182165 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10153984 140728109865717 140728109868229 140728109868229 140728109871055 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 17080 KiB

[startup+0.209991 s]*
/proc/loadavg: 1.72 1.54 1.43 4/227 17979
/proc/meminfo: memFree=21212812/32770624 swapFree=66939824/67108860
[pid=17913] ppid=17910 vsize=10818940 memory=40732 CPUtime=0.27 cores=1,3,5,7
/proc/17913/stat : 17913 (java) S 17910 17913 9865 0 -1 1077944320 7025 12999 0 0 17 2 5 3 20 0 15 0 408050757 11078594560 10183 33554432000 4194304 4196468 140728109860880 140728109843424 140617941171959 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 10153984 140728109865717 140728109868229 140728109868229 140728109871055 0
/proc/17913/statm: 2704735 10183 2983 1 0 2667149 0
[pid=17913/tid=17966] ppid=17910 vsize=10818940 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/17913/task/17966/stat : 17966 (java) R 17910 17913 9865 0 -1 4202560 3507 12999 0 0 11 1 5 3 20 0 15 0 408050766 11078594560 10183 33554432000 4194304 4196468 140728109860880 140617913004976 140617925252446 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10153984 140728109865717 140728109868229 140728109868229 140728109871055 0
[pid=17913/tid=17967] ppid=17910 vsize=10818940 memory=365 CPUtime=0.08 cores=1,3,5,7
/proc/17913/task/17967/stat : 17967 (java) S 17910 17913 9865 0 -1 1077944384 1 12999 0 0 0 0 5 3 20 0 15 0 408050767 11078594560 10183 33554432000 4194304 4196468 140728109860880 140617945414672 140617941182165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10153984 140728109865717 140728109868229 140728109868229 140728109871055 0
[pid=17913/tid=17968] ppid=17910 vsize=10818940 memory=288370474537707136 CPUtime=0.08 cores=1,3,5,7
/proc/17913/task/17968/stat : 17968 (java) S 17910 17913 9865 0 -1 1077944384 1 12999 0 0 0 0 5 3 20 0 15 0 408050767 11078594560 10183 33554432000 4194304 4196468 140728109860880 140617514478736 140617941182165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10153984 140728109865717 140728109868229 140728109868229 140728109871055 0
[pid=17913/tid=17969] ppid=17910 vsize=10818940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/17913/task/17969/stat : 17969 (java) S 17910 17913 9865 0 -1 1077944384 1 12999 0 0 0 0 5 3 20 0 15 0 408050767 11078594560 10183 33554432000 4194304 4196468 140728109860880 140617513425680 140617941182165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10153984 140728109865717 140728109868229 140728109868229 140728109871055 0
[pid=17913/tid=17970] ppid=17910 vsize=10818940 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/17913/task/17970/stat : 17970 (java) S 17910 17913 9865 0 -1 1077944384 2 12999 0 0 0 0 5 3 20 0 15 0 408050767 11078594560 10183 33554432000 4194304 4196468 140728109860880 140617512373136 140617941182165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10153984 140728109865717 140728109868229 140728109868229 140728109871055 0
[pid=17913/tid=17971] ppid=17910 vsize=10818940 memory=140098385995392 CPUtime=0.08 cores=1,3,5,7
/proc/17913/task/17971/stat : 17971 (java) S 17910 17913 9865 0 -1 1077944384 2 12999 0 0 0 0 5 3 20 0 15 0 408050768 11078594560 10183 33554432000 4194304 4196468 140728109860880 140617400576240 140617941183106 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10153984 140728109865717 140728109868229 140728109868229 140728109871055 0
[pid=17913/tid=17972] ppid=17910 vsize=10818940 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/17913/task/17972/stat : 17972 (java) S 17910 17913 9865 0 -1 1077944384 33 12999 0 0 0 0 5 3 20 0 15 0 408050769 11078594560 10183 33554432000 4194304 4196468 140728109860880 140617399522464 140617941182165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10153984 140728109865717 140728109868229 140728109868229 140728109871055 0
[pid=17913/tid=17973] ppid=17910 vsize=10818940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/17913/task/17973/stat : 17973 (java) S 17910 17913 9865 0 -1 1077944384 1 12999 0 0 0 0 5 3 20 0 15 0 408050769 11078594560 10183 33554432000 4194304 4196468 140728109860880 140616826610416 140617941182165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10153984 140728109865717 140728109868229 140728109868229 140728109871055 0
[pid=17913/tid=17974] ppid=17910 vsize=10818940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/17913/task/17974/stat : 17974 (java) S 17910 17913 9865 0 -1 1077944384 3 12999 0 0 0 0 5 3 20 0 15 0 408050772 11078594560 10183 33554432000 4194304 4196468 140728109860880 140616519210960 140617941190555 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10153984 140728109865717 140728109868229 140728109868229 140728109871055 0
[pid=17913/tid=17975] ppid=17910 vsize=10818940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/17913/task/17975/stat : 17975 (java) S 17910 17913 9865 0 -1 1077944384 78 12999 0 0 0 0 5 3 20 0 15 0 408050772 11078594560 10183 33554432000 4194304 4196468 140728109860880 140617365965552 140617941183106 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10153984 140728109865717 140728109868229 140728109868229 140728109871055 0
[pid=17913/tid=17976] ppid=17910 vsize=10818940 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/17913/task/17976/stat : 17976 (java) S 17910 17913 9865 0 -1 1077944384 545 12999 0 0 1 0 5 3 20 0 15 0 408050772 11078594560 10183 33554432000 4194304 4196468 140728109860880 140617364913008 140617941183106 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10153984 140728109865717 140728109868229 140728109868229 140728109871055 0
[pid=17913/tid=17977] ppid=17910 vsize=10818940 memory=140098385995392 CPUtime=0.11 cores=1,3,5,7
/proc/17913/task/17977/stat : 17977 (java) R 17910 17913 9865 0 -1 4202560 640 12999 0 0 3 0 5 3 20 0 15 0 408050772 11078594560 10183 33554432000 4194304 4196468 140728109860880 140617041570288 140617920458568 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10153984 140728109865717 140728109868229 140728109868229 140728109871055 0
[pid=17913/tid=17978] ppid=17910 vsize=10818940 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/17913/task/17978/stat : 17978 (java) S 17910 17913 9865 0 -1 1077944384 3 12999 0 0 0 0 5 3 20 0 15 0 408050772 11078594560 10183 33554432000 4194304 4196468 140728109860880 140616485653344 140617941182165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10153984 140728109865717 140728109868229 140728109868229 140728109871055 0
[pid=17913/tid=17979] ppid=17910 vsize=10818940 memory=140098385995392 CPUtime=0.08 cores=1,3,5,7
/proc/17913/task/17979/stat : 17979 (java) S 17910 17913 9865 0 -1 1077944384 1 12999 0 0 0 0 5 3 20 0 15 0 408050772 11078594560 10183 33554432000 4194304 4196468 140728109860880 140617040517680 140617941183106 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10153984 140728109865717 140728109868229 140728109868229 140728109871055 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10818940 KiB
Current children cumulated memory: 40732 KiB

[startup+0.310415 s]*
/proc/loadavg: 1.72 1.54 1.43 4/227 17979
/proc/meminfo: memFree=21202528/32770624 swapFree=66939824/67108860
[pid=17913] ppid=17910 vsize=10820096 memory=52056 CPUtime=0.41 cores=1,3,5,7
/proc/17913/stat : 17913 (java) S 17910 17913 9865 0 -1 1077944320 10751 12999 0 0 29 4 5 3 20 0 15 0 408050757 11079778304 13014 33554432000 4194304 4196468 140728109860880 140728109843424 140617941171959 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 10153984 140728109865717 140728109868229 140728109868229 140728109871055 0
/proc/17913/statm: 2705024 13014 3238 1 0 2667149 0
[pid=17913/tid=17966] ppid=17910 vsize=10820096 memory=8317482817917895235 CPUtime=0.3 cores=1,3,5,7
/proc/17913/task/17966/stat : 17966 (java) R 17910 17913 9865 0 -1 4202560 7220 12999 0 0 19 3 5 3 20 0 15 0 408050766 11079778304 13014 33554432000 4194304 4196468 140728109860880 140617912993360 140617941183894 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10153984 140728109865717 140728109868229 140728109868229 140728109871055 0
[pid=17913/tid=17967] ppid=17910 vsize=10820096 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/17913/task/17967/stat : 17967 (java) S 17910 17913 9865 0 -1 1077944384 1 12999 0 0 0 0 5 3 20 0 15 0 408050767 11079778304 13014 33554432000 4194304 4196468 140728109860880 140617945414672 140617941182165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10153984 140728109865717 140728109868229 140728109868229 140728109871055 0
[pid=17913/tid=17968] ppid=17910 vsize=10820096 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/17913/task/17968/stat : 17968 (java) S 17910 17913 9865 0 -1 1077944384 1 12999 0 0 0 0 5 3 20 0 15 0 408050767 11079778304 13014 33554432000 4194304 4196468 140728109860880 140617514478736 140617941182165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10153984 140728109865717 140728109868229 140728109868229 140728109871055 0
[pid=17913/tid=17969] ppid=17910 vsize=10820096 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/17913/task/17969/stat : 17969 (java) S 17910 17913 9865 0 -1 1077944384 1 12999 0 0 0 0 5 3 20 0 15 0 408050767 11079778304 13014 33554432000 4194304 4196468 140728109860880 140617513425680 140617941182165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10153984 140728109865717 140728109868229 140728109868229 140728109871055 0
[pid=17913/tid=17970] ppid=17910 vsize=10820096 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/17913/task/17970/stat : 17970 (java) S 17910 17913 9865 0 -1 1077944384 2 12999 0 0 0 0 5 3 20 0 15 0 408050767 11079778304 13014 33554432000 4194304 4196468 140728109860880 140617512373136 140617941182165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10153984 140728109865717 140728109868229 140728109868229 140728109871055 0
[pid=17913/tid=17971] ppid=17910 vsize=10820096 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/17913/task/17971/stat : 17971 (java) S 17910 17913 9865 0 -1 1077944384 2 12999 0 0 0 0 5 3 20 0 15 0 408050768 11079778304 13014 33554432000 4194304 4196468 140728109860880 140617400576240 140617941183106 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10153984 140728109865717 140728109868229 140728109868229 140728109871055 0
[pid=17913/tid=17972] ppid=17910 vsize=10820096 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/17913/task/17972/stat : 17972 (java) S 17910 17913 9865 0 -1 1077944384 33 12999 0 0 0 0 5 3 20 0 15 0 408050769 11079778304 13014 33554432000 4194304 4196468 140728109860880 140617399522464 140617941182165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10153984 140728109865717 140728109868229 140728109868229 140728109871055 0
[pid=17913/tid=17973] ppid=17910 vsize=10820096 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/17913/task/17973/stat : 17973 (java) S 17910 17913 9865 0 -1 1077944384 1 12999 0 0 0 0 5 3 20 0 15 0 408050769 11079778304 13014 33554432000 4194304 4196468 140728109860880 140616826610416 140617941182165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10153984 140728109865717 140728109868229 140728109868229 140728109871055 0
[pid=17913/tid=17974] ppid=17910 vsize=10820096 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/17913/task/17974/stat : 17974 (java) S 17910 17913 9865 0 -1 1077944384 3 12999 0 0 0 0 5 3 20 0 15 0 408050772 11079778304 13014 33554432000 4194304 4196468 140728109860880 140616519210960 140617941190555 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10153984 140728109865717 140728109868229 140728109868229 140728109871055 0
[pid=17913/tid=17975] ppid=17910 vsize=10820096 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/17913/task/17975/stat : 17975 (java) S 17910 17913 9865 0 -1 1077944384 78 12999 0 0 1 0 5 3 20 0 15 0 408050772 11079778304 13014 33554432000 4194304 4196468 140728109860880 140617365965552 140617941183106 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10153984 140728109865717 140728109868229 140728109868229 140728109871055 0
[pid=17913/tid=17976] ppid=17910 vsize=10820096 memory=-1 CPUtime=0.1 cores=1,3,5,7
/proc/17913/task/17976/stat : 17976 (java) S 17910 17913 9865 0 -1 1077944384 547 12999 0 0 2 0 5 3 20 0 15 0 408050772 11079778304 13014 33554432000 4194304 4196468 140728109860880 140617364913008 140617941183106 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10153984 140728109865717 140728109868229 140728109868229 140728109871055 0
[pid=17913/tid=17977] ppid=17910 vsize=10820096 memory=140098385995392 CPUtime=0.13 cores=1,3,5,7
/proc/17913/task/17977/stat : 17977 (java) S 17910 17913 9865 0 -1 1077944384 652 12999 0 0 5 0 5 3 20 0 15 0 408050772 11079778304 13014 33554432000 4194304 4196468 140728109860880 140617041570288 140617941183106 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10153984 140728109865717 140728109868229 140728109868229 140728109871055 0
[pid=17913/tid=17978] ppid=17910 vsize=10820096 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/17913/task/17978/stat : 17978 (java) S 17910 17913 9865 0 -1 1077944384 3 12999 0 0 0 0 5 3 20 0 15 0 408050772 11079778304 13014 33554432000 4194304 4196468 140728109860880 140616485653344 140617941182165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10153984 140728109865717 140728109868229 140728109868229 140728109871055 0
[pid=17913/tid=17979] ppid=17910 vsize=10820096 memory=140098385995392 CPUtime=0.08 cores=1,3,5,7
/proc/17913/task/17979/stat : 17979 (java) S 17910 17913 9865 0 -1 1077944384 1 12999 0 0 0 0 5 3 20 0 15 0 408050772 11079778304 13014 33554432000 4194304 4196468 140728109860880 140617040517680 140617941183106 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10153984 140728109865717 140728109868229 140728109868229 140728109871055 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 10820096 KiB
Current children cumulated memory: 52056 KiB

[startup+0.70139 s]
/proc/loadavg: 1.72 1.54 1.43 5/227 17979
/proc/meminfo: memFree=21186604/32770624 swapFree=66939824/67108860
[pid=17913] ppid=17910 vsize=10824340 memory=82524 CPUtime=1.16 cores=1,3,5,7
/proc/17913/stat : 17913 (java) S 17910 17913 9865 0 -1 1077944320 14890 12999 0 0 102 6 5 3 20 0 15 0 408050757 11084124160 20631 33554432000 4194304 4196468 140728109860880 140728109843424 140617941171959 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 10153984 140728109865717 140728109868229 140728109868229 140728109871055 0
/proc/17913/statm: 2706085 20631 3497 1 0 2668173 0
[pid=17913/tid=17966] ppid=17910 vsize=10824340 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/17913/task/17966/stat : 17966 (java) R 17910 17913 9865 0 -1 1077944384 10524 12999 0 0 55 4 5 3 20 0 15 0 408050766 11084124160 20631 33554432000 4194304 4196468 140728109860880 140617912998944 140617941193981 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 10153984 140728109865717 140728109868229 140728109868229 140728109871055 0
[pid=17913/tid=17967] ppid=17910 vsize=10824340 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/17913/task/17967/stat : 17967 (java) S 17910 17913 9865 0 -1 1077944384 1 12999 0 0 0 0 5 3 20 0 15 0 408050767 11084124160 20631 33554432000 4194304 4196468 140728109860880 140617945414672 140617941182165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10153984 140728109865717 140728109868229 140728109868229 140728109871055 0
[pid=17913/tid=17968] ppid=17910 vsize=10824340 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/17913/task/17968/stat : 17968 (java) S 17910 17913 9865 0 -1 1077944384 1 12999 0 0 0 0 5 3 20 0 15 0 408050767 11084124160 20631 33554432000 4194304 4196468 140728109860880 140617514478736 140617941182165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10153984 140728109865717 140728109868229 140728109868229 140728109871055 0
[pid=17913/tid=17969] ppid=17910 vsize=10824340 memory=140098276569296 CPUtime=0.08 cores=1,3,5,7
/proc/17913/task/17969/stat : 17969 (java) S 17910 17913 9865 0 -1 1077944384 1 12999 0 0 0 0 5 3 20 0 15 0 408050767 11084124160 20631 33554432000 4194304 4196468 140728109860880 140617513425680 140617941182165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10153984 140728109865717 140728109868229 140728109868229 140728109871055 0
[pid=17913/tid=17970] ppid=17910 vsize=10824340 memory=140101833196139 CPUtime=0.08 cores=1,3,5,7
/proc/17913/task/17970/stat : 17970 (java) S 17910 17913 9865 0 -1 1077944384 2 12999 0 0 0 0 5 3 20 0 15 0 408050767 11084124160 20631 33554432000 4194304 4196468 140728109860880 140617512373136 140617941182165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10153984 140728109865717 140728109868229 140728109868229 140728109871055 0
[pid=17913/tid=17971] ppid=17910 vsize=10824340 memory=1064 CPUtime=0.08 cores=1,3,5,7
/proc/17913/task/17971/stat : 17971 (java) S 17910 17913 9865 0 -1 1077944384 5 12999 0 0 0 0 5 3 20 0 15 0 408050768 11084124160 20631 33554432000 4194304 4196468 140728109860880 140617400576240 140617941183106 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10153984 140728109865717 140728109868229 140728109868229 140728109871055 0
[pid=17913/tid=17972] ppid=17910 vsize=10824340 memory=7014751519650698577 CPUtime=0.08 cores=1,3,5,7
/proc/17913/task/17972/stat : 17972 (java) S 17910 17913 9865 0 -1 1077944384 33 12999 0 0 0 0 5 3 20 0 15 0 408050769 11084124160 20631 33554432000 4194304 4196468 140728109860880 140617399522464 140617941182165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10153984 140728109865717 140728109868229 140728109868229 140728109871055 0
[pid=17913/tid=17973] ppid=17910 vsize=10824340 memory=8029751372363158124 CPUtime=0.08 cores=1,3,5,7
/proc/17913/task/17973/stat : 17973 (java) S 17910 17913 9865 0 -1 1077944384 1 12999 0 0 0 0 5 3 20 0 15 0 408050769 11084124160 20631 33554432000 4194304 4196468 140728109860880 140616826610416 140617941182165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10153984 140728109865717 140728109868229 140728109868229 140728109871055 0
[pid=17913/tid=17974] ppid=17910 vsize=10824340 memory=14056 CPUtime=0.08 cores=1,3,5,7
/proc/17913/task/17974/stat : 17974 (java) S 17910 17913 9865 0 -1 1077944384 3 12999 0 0 0 0 5 3 20 0 15 0 408050772 11084124160 20631 33554432000 4194304 4196468 140728109860880 140616519210960 140617941190555 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10153984 140728109865717 140728109868229 140728109868229 140728109871055 0
[pid=17913/tid=17975] ppid=17910 vsize=10824340 memory=2116 CPUtime=0.2 cores=1,3,5,7
/proc/17913/task/17975/stat : 17975 (java) S 17910 17913 9865 0 -1 1077944384 321 12999 0 0 12 0 5 3 20 0 15 0 408050772 11084124160 20631 33554432000 4194304 4196468 140728109860880 140617365965552 140617941183106 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10153984 140728109865717 140728109868229 140728109868229 140728109871055 0
[pid=17913/tid=17976] ppid=17910 vsize=10824340 memory=520 CPUtime=0.23 cores=1,3,5,7
/proc/17913/task/17976/stat : 17976 (java) S 17910 17913 9865 0 -1 1077944384 936 12999 0 0 15 0 5 3 20 0 15 0 408050772 11084124160 20631 33554432000 4194304 4196468 140728109860880 140617364913008 140617941183106 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10153984 140728109865717 140728109868229 140728109868229 140728109871055 0
[pid=17913/tid=17977] ppid=17910 vsize=10824340 memory=1560 CPUtime=0.26 cores=1,3,5,7
/proc/17913/task/17977/stat : 17977 (java) S 17910 17913 9865 0 -1 1077944384 851 12999 0 0 18 0 5 3 20 0 15 0 408050772 11084124160 20631 33554432000 4194304 4196468 140728109860880 140617041570288 140617941183106 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10153984 140728109865717 140728109868229 140728109868229 140728109871055 0
[pid=17913/tid=17978] ppid=17910 vsize=10824340 memory=924 CPUtime=0.08 cores=1,3,5,7
/proc/17913/task/17978/stat : 17978 (java) S 17910 17913 9865 0 -1 1077944384 3 12999 0 0 0 0 5 3 20 0 15 0 408050772 11084124160 20631 33554432000 4194304 4196468 140728109860880 140616485653344 140617941182165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10153984 140728109865717 140728109868229 140728109868229 140728109871055 0
[pid=17913/tid=17979] ppid=17910 vsize=10824340 memory=3688 CPUtime=0.08 cores=1,3,5,7
/proc/17913/task/17979/stat : 17979 (java) S 17910 17913 9865 0 -1 1077944384 1 12999 0 0 0 0 5 3 20 0 15 0 408050772 11084124160 20631 33554432000 4194304 4196468 140728109860880 140617040517680 140617941183106 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10153984 140728109865717 140728109868229 140728109868229 140728109871055 0
Current children cumulated CPU time: 1.16 s
Current children cumulated vsize: 10824340 KiB
Current children cumulated memory: 82524 KiB

[startup+1.50076 s]
/proc/loadavg: 1.72 1.54 1.43 3/227 17979
/proc/meminfo: memFree=21143612/32770624 swapFree=66939824/67108860
[pid=17913] ppid=17910 vsize=10834656 memory=170240 CPUtime=2.45 cores=1,3,5,7
/proc/17913/stat : 17913 (java) S 17910 17913 9865 0 -1 1077944320 20219 12999 0 0 227 10 5 3 20 0 15 0 408050757 11094687744 42560 33554432000 4194304 4196468 140728109860880 140728109843424 140617941171959 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 10153984 140728109865717 140728109868229 140728109868229 140728109871055 0
/proc/17913/statm: 2708664 42560 3567 1 0 2670733 0
[pid=17913/tid=17966] ppid=17910 vsize=10834656 memory=166576 CPUtime=1.44 cores=1,3,5,7
/proc/17913/task/17966/stat : 17966 (java) R 17910 17913 9865 0 -1 4202560 15010 12999 0 0 130 6 5 3 20 0 15 0 408050766 11094687744 42560 33554432000 4194304 4196468 140728109860880 140617912984400 140617514593735 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10153984 140728109865717 140728109868229 140728109868229 140728109871055 0
[pid=17913/tid=17967] ppid=17910 vsize=10834656 memory=6944656592455359580 CPUtime=0.08 cores=1,3,5,7
/proc/17913/task/17967/stat : 17967 (java) S 17910 17913 9865 0 -1 1077944384 18 12999 0 0 0 0 5 3 20 0 15 0 408050767 11094687744 42560 33554432000 4194304 4196468 140728109860880 140617945414672 140617941182165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10153984 140728109865717 140728109868229 140728109868229 140728109871055 0
[pid=17913/tid=17968] ppid=17910 vsize=10834656 memory=7976406965554101975 CPUtime=0.08 cores=1,3,5,7
/proc/17913/task/17968/stat : 17968 (java) S 17910 17913 9865 0 -1 1077944384 24 12999 0 0 0 0 5 3 20 0 15 0 408050767 11094687744 42560 33554432000 4194304 4196468 140728109860880 140617514478736 140617941182165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10153984 140728109865717 140728109868229 140728109868229 140728109871055 0
[pid=17913/tid=17969] ppid=17910 vsize=10834656 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/17913/task/17969/stat : 17969 (java) S 17910 17913 9865 0 -1 1077944384 36 12999 0 0 0 0 5 3 20 0 15 0 408050767 11094687744 42560 33554432000 4194304 4196468 140728109860880 140617513425680 140617941182165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10153984 140728109865717 140728109868229 140728109868229 140728109871055 0
[pid=17913/tid=17970] ppid=17910 vsize=10834656 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/17913/task/17970/stat : 17970 (java) S 17910 17913 9865 0 -1 1077944384 27 12999 0 0 1 0 5 3 20 0 15 0 408050767 11094687744 42560 33554432000 4194304 4196468 140728109860880 140617512373136 140617941182165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10153984 140728109865717 140728109868229 140728109868229 140728109871055 0
[pid=17913/tid=17971] ppid=17910 vsize=10834656 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/17913/task/17971/stat : 17971 (java) S 17910 17913 9865 0 -1 1077944384 37 12999 0 0 1 0 5 3 20 0 15 0 408050768 11094687744 42560 33554432000 4194304 4196468 140728109860880 140617400576240 140617941183106 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10153984 140728109865717 140728109868229 140728109868229 140728109871055 0
[pid=17913/tid=17972] ppid=17910 vsize=10834656 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/17913/task/17972/stat : 17972 (java) S 17910 17913 9865 0 -1 1077944384 34 12999 0 0 0 0 5 3 20 0 15 0 408050769 11094687744 42560 33554432000 4194304 4196468 140728109860880 140617399522528 140617941182165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10153984 140728109865717 140728109868229 140728109868229 140728109871055 0
[pid=17913/tid=17973] ppid=17910 vsize=10834656 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/17913/task/17973/stat : 17973 (java) S 17910 17913 9865 0 -1 1077944384 1 12999 0 0 0 0 5 3 20 0 15 0 408050769 11094687744 42560 33554432000 4194304 4196468 140728109860880 140616826610416 140617941182165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10153984 140728109865717 140728109868229 140728109868229 140728109871055 0
[pid=17913/tid=17974] ppid=17910 vsize=10834656 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/17913/task/17974/stat : 17974 (java) S 17910 17913 9865 0 -1 1077944384 3 12999 0 0 0 0 5 3 20 0 15 0 408050772 11094687744 42560 33554432000 4194304 4196468 140728109860880 140616519210960 140617941190555 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10153984 140728109865717 140728109868229 140728109868229 140728109871055 0
[pid=17913/tid=17975] ppid=17910 vsize=10834656 memory=0 CPUtime=0.34 cores=1,3,5,7
/proc/17913/task/17975/stat : 17975 (java) S 17910 17913 9865 0 -1 1077944384 395 12999 0 0 26 0 5 3 20 0 15 0 408050772 11094687744 42560 33554432000 4194304 4196468 140728109860880 140617365965552 140617941183106 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10153984 140728109865717 140728109868229 140728109868229 140728109871055 0
[pid=17913/tid=17976] ppid=17910 vsize=10834656 memory=4580 CPUtime=0.32 cores=1,3,5,7
/proc/17913/task/17976/stat : 17976 (java) S 17910 17913 9865 0 -1 1077944384 985 12999 0 0 24 0 5 3 20 0 15 0 408050772 11094687744 42560 33554432000 4194304 4196468 140728109860880 140617364913008 140617941183106 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10153984 140728109865717 140728109868229 140728109868229 140728109871055 0
[pid=17913/tid=17977] ppid=17910 vsize=10834656 memory=7661587669002511981 CPUtime=0.48 cores=1,3,5,7
/proc/17913/task/17977/stat : 17977 (java) R 17910 17913 9865 0 -1 4202560 1436 12999 0 0 40 0 5 3 20 0 15 0 408050772 11094687744 42560 33554432000 4194304 4196468 140728109860880 140617041570288 140617941183894 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10153984 140728109865717 140728109868229 140728109868229 140728109871055 0
[pid=17913/tid=17978] ppid=17910 vsize=10834656 memory=7597132098393106257 CPUtime=0.08 cores=1,3,5,7
/proc/17913/task/17978/stat : 17978 (java) S 17910 17913 9865 0 -1 1077944384 3 12999 0 0 0 0 5 3 20 0 15 0 408050772 11094687744 42560 33554432000 4194304 4196468 140728109860880 140616485653344 140617941182165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10153984 140728109865717 140728109868229 140728109868229 140728109871055 0
[pid=17913/tid=17979] ppid=17910 vsize=10834656 memory=7446544124119378529 CPUtime=0.08 cores=1,3,5,7
/proc/17913/task/17979/stat : 17979 (java) S 17910 17913 9865 0 -1 1077944384 1 12999 0 0 0 0 5 3 20 0 15 0 408050772 11094687744 42560 33554432000 4194304 4196468 140728109860880 140617040517680 140617941183106 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10153984 140728109865717 140728109868229 140728109868229 140728109871055 0
Current children cumulated CPU time: 2.45 s
Current children cumulated vsize: 10834656 KiB

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

[pid=17913/tid=17978] ppid=17910 vsize=10849024 memory=2008 CPUtime=0.08 cores=1,3,5,7
/proc/17913/task/17978/stat : 17978 (java) S 17910 17913 9865 0 -1 1077944384 3 12999 0 0 0 0 5 3 20 0 15 0 408050772 11109400576 180528 33554432000 4194304 4196468 140728109860880 140616485653344 140617941182165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10153984 140728109865717 140728109868229 140728109868229 140728109871055 0
[pid=17913/tid=17979] ppid=17910 vsize=10849024 memory=1436 CPUtime=0.89 cores=1,3,5,7
/proc/17913/task/17979/stat : 17979 (java) S 17910 17913 9865 0 -1 1077944384 1210 12999 0 0 38 43 5 3 20 0 15 0 408050772 11109400576 180528 33554432000 4194304 4196468 140728109860880 140617040517680 140617941183106 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10153984 140728109865717 140728109868229 140728109868229 140728109871055 0
Current children cumulated CPU time: 1499.67 s
Current children cumulated vsize: 10849024 KiB
Current children cumulated memory: 722112 KiB

[startup+1464.8 s]
/proc/loadavg: 1.20 1.29 1.36 3/227 18141
/proc/meminfo: memFree=20613096/32770624 swapFree=66939824/67108860
[pid=17913] ppid=17910 vsize=10849024 memory=722112 CPUtime=1500.47 cores=1,3,5,7
/proc/17913/stat : 17913 (java) S 17910 17913 9865 0 -1 1077944320 214878 12999 0 0 149797 242 5 3 20 0 15 0 408050757 11109400576 180528 33554432000 4194304 4196468 140728109860880 140728109843424 140617941171959 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 10153984 140728109865717 140728109868229 140728109868229 140728109871055 0
/proc/17913/statm: 2712256 180528 3625 1 0 2674317 0
[pid=17913/tid=17966] ppid=17910 vsize=10849024 memory=1548 CPUtime=1449.63 cores=1,3,5,7
/proc/17913/task/17966/stat : 17966 (java) R 17910 17913 9865 0 -1 4202560 46458 12999 0 0 144921 34 5 3 20 0 15 0 408050766 11109400576 180528 33554432000 4194304 4196468 140728109860880 140617913006768 140617525262147 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10153984 140728109865717 140728109868229 140728109868229 140728109871055 0
[pid=17913/tid=17967] ppid=17910 vsize=10849024 memory=1608 CPUtime=6.77 cores=1,3,5,7
/proc/17913/task/17967/stat : 17967 (java) S 17910 17913 9865 0 -1 1077944384 8537 12999 0 0 630 39 5 3 20 0 15 0 408050767 11109400576 180528 33554432000 4194304 4196468 140728109860880 140617945414672 140617941182165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10153984 140728109865717 140728109868229 140728109868229 140728109871055 0
[pid=17913/tid=17968] ppid=17910 vsize=10849024 memory=7980 CPUtime=6.81 cores=1,3,5,7
/proc/17913/task/17968/stat : 17968 (java) S 17910 17913 9865 0 -1 1077944384 10918 12999 0 0 632 41 5 3 20 0 15 0 408050767 11109400576 180528 33554432000 4194304 4196468 140728109860880 140617514478736 140617941182165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10153984 140728109865717 140728109868229 140728109868229 140728109871055 0
[pid=17913/tid=17969] ppid=17910 vsize=10849024 memory=9580 CPUtime=6.82 cores=1,3,5,7
/proc/17913/task/17969/stat : 17969 (java) S 17910 17913 9865 0 -1 1077944384 7916 12999 0 0 638 36 5 3 20 0 15 0 408050767 11109400576 180528 33554432000 4194304 4196468 140728109860880 140617513425680 140617941182165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10153984 140728109865717 140728109868229 140728109868229 140728109871055 0
[pid=17913/tid=17970] ppid=17910 vsize=10849024 memory=1052 CPUtime=6.82 cores=1,3,5,7
/proc/17913/task/17970/stat : 17970 (java) S 17910 17913 9865 0 -1 1077944384 6793 12999 0 0 639 35 5 3 20 0 15 0 408050767 11109400576 180528 33554432000 4194304 4196468 140728109860880 140617512373136 140617941182165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10153984 140728109865717 140728109868229 140728109868229 140728109871055 0
[pid=17913/tid=17971] ppid=17910 vsize=10849024 memory=2620 CPUtime=6.33 cores=1,3,5,7
/proc/17913/task/17971/stat : 17971 (java) S 17910 17913 9865 0 -1 1077944384 8864 12999 0 0 591 34 5 3 20 0 15 0 408050768 11109400576 180528 33554432000 4194304 4196468 140728109860880 140617400576240 140617941183106 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10153984 140728109865717 140728109868229 140728109868229 140728109871055 0
[pid=17913/tid=17972] ppid=17910 vsize=10849024 memory=2604 CPUtime=0.08 cores=1,3,5,7
/proc/17913/task/17972/stat : 17972 (java) S 17910 17913 9865 0 -1 1077944384 38 12999 0 0 0 0 5 3 20 0 15 0 408050769 11109400576 180528 33554432000 4194304 4196468 140728109860880 140617399522592 140617941182165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10153984 140728109865717 140728109868229 140728109868229 140728109871055 0
[pid=17913/tid=17973] ppid=17910 vsize=10849024 memory=3504 CPUtime=0.08 cores=1,3,5,7
/proc/17913/task/17973/stat : 17973 (java) S 17910 17913 9865 0 -1 1077944384 1 12999 0 0 0 0 5 3 20 0 15 0 408050769 11109400576 180528 33554432000 4194304 4196468 140728109860880 140616826610432 140617941182165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10153984 140728109865717 140728109868229 140728109868229 140728109871055 0
[pid=17913/tid=17974] ppid=17910 vsize=10849024 memory=38044 CPUtime=0.08 cores=1,3,5,7
/proc/17913/task/17974/stat : 17974 (java) S 17910 17913 9865 0 -1 1077944384 3 12999 0 0 0 0 5 3 20 0 15 0 408050772 11109400576 180528 33554432000 4194304 4196468 140728109860880 140616519210960 140617941190555 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10153984 140728109865717 140728109868229 140728109868229 140728109871055 0
[pid=17913/tid=17975] ppid=17910 vsize=10849024 memory=988 CPUtime=6.51 cores=1,3,5,7
/proc/17913/task/17975/stat : 17975 (java) S 17910 17913 9865 0 -1 1077944384 36320 12999 0 0 638 5 5 3 20 0 15 0 408050772 11109400576 180528 33554432000 4194304 4196468 140728109860880 140617365965552 140617941183106 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10153984 140728109865717 140728109868229 140728109868229 140728109871055 0
[pid=17913/tid=17976] ppid=17910 vsize=10849024 memory=2008 CPUtime=5.82 cores=1,3,5,7
/proc/17913/task/17976/stat : 17976 (java) S 17910 17913 9865 0 -1 1077944384 37549 12999 0 0 567 7 5 3 20 0 15 0 408050772 11109400576 180528 33554432000 4194304 4196468 140728109860880 140617364913008 140617941183106 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10153984 140728109865717 140728109868229 140728109868229 140728109871055 0
[pid=17913/tid=17977] ppid=17910 vsize=10849024 memory=1436 CPUtime=4.68 cores=1,3,5,7
/proc/17913/task/17977/stat : 17977 (java) S 17910 17913 9865 0 -1 1077944384 48059 12999 0 0 450 10 5 3 20 0 15 0 408050772 11109400576 180528 33554432000 4194304 4196468 140728109860880 140617041570288 140617941183106 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10153984 140728109865717 140728109868229 140728109868229 140728109871055 0
[pid=17913/tid=17978] ppid=17910 vsize=10849024 memory=4164 CPUtime=0.08 cores=1,3,5,7
/proc/17913/task/17978/stat : 17978 (java) S 17910 17913 9865 0 -1 1077944384 3 12999 0 0 0 0 5 3 20 0 15 0 408050772 11109400576 180528 33554432000 4194304 4196468 140728109860880 140616485653344 140617941182165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10153984 140728109865717 140728109868229 140728109868229 140728109871055 0
[pid=17913/tid=17979] ppid=17910 vsize=10849024 memory=1548 CPUtime=0.89 cores=1,3,5,7
/proc/17913/task/17979/stat : 17979 (java) S 17910 17913 9865 0 -1 1077944384 1210 12999 0 0 38 43 5 3 20 0 15 0 408050772 11109400576 180528 33554432000 4194304 4196468 140728109860880 140617040517680 140617941183106 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10153984 140728109865717 140728109868229 140728109868229 140728109871055 0
Current children cumulated CPU time: 1500.47 s
Current children cumulated vsize: 10849024 KiB
Current children cumulated memory: 722112 KiB

[startup+1465.6 s]
/proc/loadavg: 1.20 1.29 1.36 3/227 18141
/proc/meminfo: memFree=20613096/32770624 swapFree=66939824/67108860
[pid=17913] ppid=17910 vsize=10849024 memory=722112 CPUtime=1501.29 cores=1,3,5,7
/proc/17913/stat : 17913 (java) S 17910 17913 9865 0 -1 1077944320 214883 12999 0 0 149878 243 5 3 20 0 15 0 408050757 11109400576 180528 33554432000 4194304 4196468 140728109860880 140728109843424 140617941171959 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 10153984 140728109865717 140728109868229 140728109868229 140728109871055 0
/proc/17913/statm: 2712256 180528 3625 1 0 2674317 0
[pid=17913/tid=17966] ppid=17910 vsize=10849024 memory=722112 CPUtime=1450.42 cores=1,3,5,7
/proc/17913/task/17966/stat : 17966 (java) R 17910 17913 9865 0 -1 4202560 46463 12999 0 0 145000 34 5 3 20 0 15 0 408050766 11109400576 180528 33554432000 4194304 4196468 140728109860880 140617913007456 140617525262192 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10153984 140728109865717 140728109868229 140728109868229 140728109871055 0
[pid=17913/tid=17967] ppid=17910 vsize=10849024 memory=288230596050944315 CPUtime=6.78 cores=1,3,5,7
/proc/17913/task/17967/stat : 17967 (java) S 17910 17913 9865 0 -1 1077944384 8537 12999 0 0 631 39 5 3 20 0 15 0 408050767 11109400576 180528 33554432000 4194304 4196468 140728109860880 140617945414672 140617941182165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10153984 140728109865717 140728109868229 140728109868229 140728109871055 0
[pid=17913/tid=17968] ppid=17910 vsize=10849024 memory=722112 CPUtime=6.82 cores=1,3,5,7
/proc/17913/task/17968/stat : 17968 (java) S 17910 17913 9865 0 -1 1077944384 10918 12999 0 0 633 41 5 3 20 0 15 0 408050767 11109400576 180528 33554432000 4194304 4196468 140728109860880 140617514478736 140617941182165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10153984 140728109865717 140728109868229 140728109868229 140728109871055 0
[pid=17913/tid=17969] ppid=17910 vsize=10849024 memory=722112 CPUtime=6.83 cores=1,3,5,7
/proc/17913/task/17969/stat : 17969 (java) S 17910 17913 9865 0 -1 1077944384 7916 12999 0 0 639 36 5 3 20 0 15 0 408050767 11109400576 180528 33554432000 4194304 4196468 140728109860880 140617513425680 140617941182165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10153984 140728109865717 140728109868229 140728109868229 140728109871055 0
[pid=17913/tid=17970] ppid=17910 vsize=10849024 memory=1408 CPUtime=6.83 cores=1,3,5,7
/proc/17913/task/17970/stat : 17970 (java) S 17910 17913 9865 0 -1 1077944384 6793 12999 0 0 640 35 5 3 20 0 15 0 408050767 11109400576 180528 33554432000 4194304 4196468 140728109860880 140617512373136 140617941182165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10153984 140728109865717 140728109868229 140728109868229 140728109871055 0
[pid=17913/tid=17971] ppid=17910 vsize=10849024 memory=3232 CPUtime=6.33 cores=1,3,5,7
/proc/17913/task/17971/stat : 17971 (java) S 17910 17913 9865 0 -1 1077944384 8864 12999 0 0 591 34 5 3 20 0 15 0 408050768 11109400576 180528 33554432000 4194304 4196468 140728109860880 140617400576240 140617941183106 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10153984 140728109865717 140728109868229 140728109868229 140728109871055 0
[pid=17913/tid=17972] ppid=17910 vsize=10849024 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/17913/task/17972/stat : 17972 (java) S 17910 17913 9865 0 -1 1077944384 38 12999 0 0 0 0 5 3 20 0 15 0 408050769 11109400576 180528 33554432000 4194304 4196468 140728109860880 140617399522592 140617941182165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10153984 140728109865717 140728109868229 140728109868229 140728109871055 0
[pid=17913/tid=17973] ppid=17910 vsize=10849024 memory=38044 CPUtime=0.08 cores=1,3,5,7
/proc/17913/task/17973/stat : 17973 (java) S 17910 17913 9865 0 -1 1077944384 1 12999 0 0 0 0 5 3 20 0 15 0 408050769 11109400576 180528 33554432000 4194304 4196468 140728109860880 140616826610432 140617941182165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10153984 140728109865717 140728109868229 140728109868229 140728109871055 0
[pid=17913/tid=17974] ppid=17910 vsize=10849024 memory=988 CPUtime=0.08 cores=1,3,5,7
/proc/17913/task/17974/stat : 17974 (java) S 17910 17913 9865 0 -1 1077944384 3 12999 0 0 0 0 5 3 20 0 15 0 408050772 11109400576 180528 33554432000 4194304 4196468 140728109860880 140616519210960 140617941190555 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10153984 140728109865717 140728109868229 140728109868229 140728109871055 0
[pid=17913/tid=17975] ppid=17910 vsize=10849024 memory=2008 CPUtime=6.51 cores=1,3,5,7
/proc/17913/task/17975/stat : 17975 (java) S 17910 17913 9865 0 -1 1077944384 36320 12999 0 0 638 5 5 3 20 0 15 0 408050772 11109400576 180528 33554432000 4194304 4196468 140728109860880 140617365965552 140617941183106 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10153984 140728109865717 140728109868229 140728109868229 140728109871055 0
[pid=17913/tid=17976] ppid=17910 vsize=10849024 memory=1436 CPUtime=5.82 cores=1,3,5,7
/proc/17913/task/17976/stat : 17976 (java) S 17910 17913 9865 0 -1 1077944384 37549 12999 0 0 567 7 5 3 20 0 15 0 408050772 11109400576 180528 33554432000 4194304 4196468 140728109860880 140617364913008 140617941183106 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10153984 140728109865717 140728109868229 140728109868229 140728109871055 0
[pid=17913/tid=17977] ppid=17910 vsize=10849024 memory=4164 CPUtime=4.68 cores=1,3,5,7
/proc/17913/task/17977/stat : 17977 (java) S 17910 17913 9865 0 -1 1077944384 48059 12999 0 0 450 10 5 3 20 0 15 0 408050772 11109400576 180528 33554432000 4194304 4196468 140728109860880 140617041570288 140617941183106 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10153984 140728109865717 140728109868229 140728109868229 140728109871055 0
[pid=17913/tid=17978] ppid=17910 vsize=10849024 memory=1548 CPUtime=0.08 cores=1,3,5,7
/proc/17913/task/17978/stat : 17978 (java) S 17910 17913 9865 0 -1 1077944384 3 12999 0 0 0 0 5 3 20 0 15 0 408050772 11109400576 180528 33554432000 4194304 4196468 140728109860880 140616485653344 140617941182165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10153984 140728109865717 140728109868229 140728109868229 140728109871055 0
[pid=17913/tid=17979] ppid=17910 vsize=10849024 memory=1608 CPUtime=0.89 cores=1,3,5,7
/proc/17913/task/17979/stat : 17979 (java) S 17910 17913 9865 0 -1 1077944384 1210 12999 0 0 38 43 5 3 20 0 15 0 408050772 11109400576 180528 33554432000 4194304 4196468 140728109860880 140617040517680 140617941183106 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10153984 140728109865717 140728109868229 140728109868229 140728109871055 0
Current children cumulated CPU time: 1501.29 s
Current children cumulated vsize: 10849024 KiB
Current children cumulated memory: 722112 KiB

[startup+1465.8 s]
/proc/loadavg: 1.20 1.29 1.36 3/227 18141
/proc/meminfo: memFree=20613096/32770624 swapFree=66939824/67108860
[pid=17913] ppid=17910 vsize=10849024 memory=722112 CPUtime=1501.5 cores=1,3,5,7
/proc/17913/stat : 17913 (java) S 17910 17913 9865 0 -1 1077944320 214884 12999 0 0 149899 243 5 3 20 0 15 0 408050757 11109400576 180528 33554432000 4194304 4196468 140728109860880 140728109843424 140617941171959 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 10153984 140728109865717 140728109868229 140728109868229 140728109871055 0
/proc/17913/statm: 2712256 180528 3625 1 0 2674317 0
[pid=17913/tid=17966] ppid=17910 vsize=10849024 memory=21028 CPUtime=1450.62 cores=1,3,5,7
/proc/17913/task/17966/stat : 17966 (java) R 17910 17913 9865 0 -1 4202560 46464 12999 0 0 145020 34 5 3 20 0 15 0 408050766 11109400576 180528 33554432000 4194304 4196468 140728109860880 140617913006736 140617525261693 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10153984 140728109865717 140728109868229 140728109868229 140728109871055 0
[pid=17913/tid=17967] ppid=17910 vsize=10849024 memory=14056 CPUtime=6.78 cores=1,3,5,7
/proc/17913/task/17967/stat : 17967 (java) S 17910 17913 9865 0 -1 1077944384 8537 12999 0 0 631 39 5 3 20 0 15 0 408050767 11109400576 180528 33554432000 4194304 4196468 140728109860880 140617945414672 140617941182165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10153984 140728109865717 140728109868229 140728109868229 140728109871055 0
[pid=17913/tid=17968] ppid=17910 vsize=10849024 memory=2116 CPUtime=6.82 cores=1,3,5,7
/proc/17913/task/17968/stat : 17968 (java) S 17910 17913 9865 0 -1 1077944384 10918 12999 0 0 633 41 5 3 20 0 15 0 408050767 11109400576 180528 33554432000 4194304 4196468 140728109860880 140617514478736 140617941182165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10153984 140728109865717 140728109868229 140728109868229 140728109871055 0
[pid=17913/tid=17969] ppid=17910 vsize=10849024 memory=280196553406176 CPUtime=6.83 cores=1,3,5,7
/proc/17913/task/17969/stat : 17969 (java) S 17910 17913 9865 0 -1 1077944384 7916 12999 0 0 639 36 5 3 20 0 15 0 408050767 11109400576 180528 33554432000 4194304 4196468 140728109860880 140617513425680 140617941182165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10153984 140728109865717 140728109868229 140728109868229 140728109871055 0
[pid=17913/tid=17970] ppid=17910 vsize=10849024 memory=-7533511066075829596 CPUtime=6.83 cores=1,3,5,7
/proc/17913/task/17970/stat : 17970 (java) S 17910 17913 9865 0 -1 1077944384 6793 12999 0 0 640 35 5 3 20 0 15 0 408050767 11109400576 180528 33554432000 4194304 4196468 140728109860880 140617512373136 140617941182165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10153984 140728109865717 140728109868229 140728109868229 140728109871055 0
[pid=17913/tid=17971] ppid=17910 vsize=10849024 memory=79109740825066 CPUtime=6.33 cores=1,3,5,7
/proc/17913/task/17971/stat : 17971 (java) S 17910 17913 9865 0 -1 1077944384 8864 12999 0 0 591 34 5 3 20 0 15 0 408050768 11109400576 180528 33554432000 4194304 4196468 140728109860880 140617400576240 140617941183106 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10153984 140728109865717 140728109868229 140728109868229 140728109871055 0
[pid=17913/tid=17972] ppid=17910 vsize=10849024 memory=280196553623344 CPUtime=0.08 cores=1,3,5,7
/proc/17913/task/17972/stat : 17972 (java) S 17910 17913 9865 0 -1 1077944384 38 12999 0 0 0 0 5 3 20 0 15 0 408050769 11109400576 180528 33554432000 4194304 4196468 140728109860880 140617399522592 140617941182165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10153984 140728109865717 140728109868229 140728109868229 140728109871055 0
[pid=17913/tid=17973] ppid=17910 vsize=10849024 memory=7980 CPUtime=0.08 cores=1,3,5,7
/proc/17913/task/17973/stat : 17973 (java) S 17910 17913 9865 0 -1 1077944384 1 12999 0 0 0 0 5 3 20 0 15 0 408050769 11109400576 180528 33554432000 4194304 4196468 140728109860880 140616826610432 140617941182165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10153984 140728109865717 140728109868229 140728109868229 140728109871055 0
[pid=17913/tid=17974] ppid=17910 vsize=10849024 memory=9580 CPUtime=0.08 cores=1,3,5,7
/proc/17913/task/17974/stat : 17974 (java) S 17910 17913 9865 0 -1 1077944384 3 12999 0 0 0 0 5 3 20 0 15 0 408050772 11109400576 180528 33554432000 4194304 4196468 140728109860880 140616519210960 140617941190555 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10153984 140728109865717 140728109868229 140728109868229 140728109871055 0
[pid=17913/tid=17975] ppid=17910 vsize=10849024 memory=1052 CPUtime=6.51 cores=1,3,5,7
/proc/17913/task/17975/stat : 17975 (java) S 17910 17913 9865 0 -1 1077944384 36320 12999 0 0 638 5 5 3 20 0 15 0 408050772 11109400576 180528 33554432000 4194304 4196468 140728109860880 140617365965552 140617941183106 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10153984 140728109865717 140728109868229 140728109868229 140728109871055 0
[pid=17913/tid=17976] ppid=17910 vsize=10849024 memory=776 CPUtime=5.82 cores=1,3,5,7
/proc/17913/task/17976/stat : 17976 (java) S 17910 17913 9865 0 -1 1077944384 37549 12999 0 0 567 7 5 3 20 0 15 0 408050772 11109400576 180528 33554432000 4194304 4196468 140728109860880 140617364913008 140617941183106 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10153984 140728109865717 140728109868229 140728109868229 140728109871055 0
[pid=17913/tid=17977] ppid=17910 vsize=10849024 memory=2832 CPUtime=4.68 cores=1,3,5,7
/proc/17913/task/17977/stat : 17977 (java) S 17910 17913 9865 0 -1 1077944384 48059 12999 0 0 450 10 5 3 20 0 15 0 408050772 11109400576 180528 33554432000 4194304 4196468 140728109860880 140617041570288 140617941183106 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10153984 140728109865717 140728109868229 140728109868229 140728109871055 0
[pid=17913/tid=17978] ppid=17910 vsize=10849024 memory=38044 CPUtime=0.08 cores=1,3,5,7
/proc/17913/task/17978/stat : 17978 (java) S 17910 17913 9865 0 -1 1077944384 3 12999 0 0 0 0 5 3 20 0 15 0 408050772 11109400576 180528 33554432000 4194304 4196468 140728109860880 140616485653344 140617941182165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10153984 140728109865717 140728109868229 140728109868229 140728109871055 0
[pid=17913/tid=17979] ppid=17910 vsize=10849024 memory=988 CPUtime=0.89 cores=1,3,5,7
/proc/17913/task/17979/stat : 17979 (java) S 17910 17913 9865 0 -1 1077944384 1210 12999 0 0 38 43 5 3 20 0 15 0 408050772 11109400576 180528 33554432000 4194304 4196468 140728109860880 140617040517680 140617941183106 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10153984 140728109865717 140728109868229 140728109868229 140728109871055 0
Current children cumulated CPU time: 1501.5 s
Current children cumulated vsize: 10849024 KiB
Current children cumulated memory: 722112 KiB

[startup+1465.9 s]
/proc/loadavg: 1.20 1.29 1.36 3/227 18141
/proc/meminfo: memFree=20613096/32770624 swapFree=66939824/67108860
[pid=17913] ppid=17910 vsize=10849024 memory=722112 CPUtime=1501.6 cores=1,3,5,7
/proc/17913/stat : 17913 (java) S 17910 17913 9865 0 -1 1077944320 214950 12999 0 0 149909 243 5 3 20 0 15 0 408050757 11109400576 180528 33554432000 4194304 4196468 140728109860880 140728109843424 140617941171959 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 10153984 140728109865717 140728109868229 140728109868229 140728109871055 0
/proc/17913/statm: 2712256 180528 3625 1 0 2674317 0
[pid=17913/tid=17966] ppid=17910 vsize=10849024 memory=722104 CPUtime=1450.72 cores=1,3,5,7
/proc/17913/task/17966/stat : 17966 (java) R 17910 17913 9865 0 -1 4202560 46464 12999 0 0 145030 34 5 3 20 0 15 0 408050766 11109400576 180528 33554432000 4194304 4196468 140728109860880 140617913003840 140617525318607 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10153984 140728109865717 140728109868229 140728109868229 140728109871055 0
[pid=17913/tid=17967] ppid=17910 vsize=10849024 memory=722024 CPUtime=6.78 cores=1,3,5,7
/proc/17913/task/17967/stat : 17967 (java) S 17910 17913 9865 0 -1 1077944384 8537 12999 0 0 631 39 5 3 20 0 15 0 408050767 11109400576 180528 33554432000 4194304 4196468 140728109860880 140617945414672 140617941182165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10153984 140728109865717 140728109868229 140728109868229 140728109871055 0
[pid=17913/tid=17968] ppid=17910 vsize=10849024 memory=722104 CPUtime=6.82 cores=1,3,5,7
/proc/17913/task/17968/stat : 17968 (java) S 17910 17913 9865 0 -1 1077944384 10918 12999 0 0 633 41 5 3 20 0 15 0 408050767 11109400576 180528 33554432000 4194304 4196468 140728109860880 140617514478736 140617941182165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10153984 140728109865717 140728109868229 140728109868229 140728109871055 0
[pid=17913/tid=17969] ppid=17910 vsize=10849024 memory=722104 CPUtime=6.83 cores=1,3,5,7
/proc/17913/task/17969/stat : 17969 (java) S 17910 17913 9865 0 -1 1077944384 7916 12999 0 0 639 36 5 3 20 0 15 0 408050767 11109400576 180528 33554432000 4194304 4196468 140728109860880 140617513425680 140617941182165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10153984 140728109865717 140728109868229 140728109868229 140728109871055 0
[pid=17913/tid=17970] ppid=17910 vsize=10849024 memory=722112 CPUtime=6.83 cores=1,3,5,7
/proc/17913/task/17970/stat : 17970 (java) S 17910 17913 9865 0 -1 1077944384 6793 12999 0 0 640 35 5 3 20 0 15 0 408050767 11109400576 180528 33554432000 4194304 4196468 140728109860880 140617512373136 140617941182165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10153984 140728109865717 140728109868229 140728109868229 140728109871055 0
[pid=17913/tid=17971] ppid=17910 vsize=10849024 memory=722112 CPUtime=6.33 cores=1,3,5,7
/proc/17913/task/17971/stat : 17971 (java) S 17910 17913 9865 0 -1 1077944384 8864 12999 0 0 591 34 5 3 20 0 15 0 408050768 11109400576 180528 33554432000 4194304 4196468 140728109860880 140617400576240 140617941183106 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10153984 140728109865717 140728109868229 140728109868229 140728109871055 0
[pid=17913/tid=17972] ppid=17910 vsize=10849024 memory=722112 CPUtime=0.08 cores=1,3,5,7
/proc/17913/task/17972/stat : 17972 (java) S 17910 17913 9865 0 -1 1077944384 38 12999 0 0 0 0 5 3 20 0 15 0 408050769 11109400576 180528 33554432000 4194304 4196468 140728109860880 140617399522592 140617941182165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10153984 140728109865717 140728109868229 140728109868229 140728109871055 0
[pid=17913/tid=17973] ppid=17910 vsize=10849024 memory=722104 CPUtime=0.08 cores=1,3,5,7
/proc/17913/task/17973/stat : 17973 (java) S 17910 17913 9865 0 -1 1077944384 1 12999 0 0 0 0 5 3 20 0 15 0 408050769 11109400576 180528 33554432000 4194304 4196468 140728109860880 140616826610432 140617941182165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10153984 140728109865717 140728109868229 140728109868229 140728109871055 0
[pid=17913/tid=17974] ppid=17910 vsize=10849024 memory=280196552985216 CPUtime=0.08 cores=1,3,5,7
/proc/17913/task/17974/stat : 17974 (java) S 17910 17913 9865 0 -1 1077944384 3 12999 0 0 0 0 5 3 20 0 15 0 408050772 11109400576 180528 33554432000 4194304 4196468 140728109860880 140616519210960 140617941190555 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10153984 140728109865717 140728109868229 140728109868229 140728109871055 0
[pid=17913/tid=17975] ppid=17910 vsize=10849024 memory=722112 CPUtime=6.51 cores=1,3,5,7
/proc/17913/task/17975/stat : 17975 (java) S 17910 17913 9865 0 -1 1077944384 36320 12999 0 0 638 5 5 3 20 0 15 0 408050772 11109400576 180528 33554432000 4194304 4196468 140728109860880 140617365965552 140617941183106 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10153984 140728109865717 140728109868229 140728109868229 140728109871055 0
[pid=17913/tid=17976] ppid=17910 vsize=10849024 memory=1064 CPUtime=5.82 cores=1,3,5,7
/proc/17913/task/17976/stat : 17976 (java) S 17910 17913 9865 0 -1 1077944384 37615 12999 0 0 567 7 5 3 20 0 15 0 408050772 11109400576 180528 33554432000 4194304 4196468 140728109860880 140617364913008 140617941183106 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10153984 140728109865717 140728109868229 140728109868229 140728109871055 0
[pid=17913/tid=17977] ppid=17910 vsize=10849024 memory=14008 CPUtime=4.68 cores=1,3,5,7
/proc/17913/task/17977/stat : 17977 (java) S 17910 17913 9865 0 -1 1077944384 48059 12999 0 0 450 10 5 3 20 0 15 0 408050772 11109400576 180528 33554432000 4194304 4196468 140728109860880 140617041570288 140617941183106 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10153984 140728109865717 140728109868229 140728109868229 140728109871055 0
[pid=17913/tid=17978] ppid=17910 vsize=10849024 memory=722112 CPUtime=0.08 cores=1,3,5,7
/proc/17913/task/17978/stat : 17978 (java) S 17910 17913 9865 0 -1 1077944384 3 12999 0 0 0 0 5 3 20 0 15 0 408050772 11109400576 180528 33554432000 4194304 4196468 140728109860880 140616485653344 140617941182165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10153984 140728109865717 140728109868229 140728109868229 140728109871055 0
[pid=17913/tid=17979] ppid=17910 vsize=10849024 memory=722024 CPUtime=0.89 cores=1,3,5,7
/proc/17913/task/17979/stat : 17979 (java) S 17910 17913 9865 0 -1 1077944384 1210 12999 0 0 38 43 5 3 20 0 15 0 408050772 11109400576 180528 33554432000 4194304 4196468 140728109860880 140617040517680 140617941183106 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10153984 140728109865717 140728109868229 140728109868229 140728109871055 0
Current children cumulated CPU time: 1501.6 s
Current children cumulated vsize: 10849024 KiB
Current children cumulated memory: 722112 KiB

Child status: 0
Real time (s): 1466
CPU time (s): 1501.71
CPU user time (s): 1499.23
CPU system time (s): 2.47865
CPU usage (%): 102.436
Max. virtual memory (cumulated for all children) (KiB): 10852012
Max. memory (cumulated for all children) (KiB): 727320

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1499.23
system time used= 2.47865
maximum resident set size= 729368
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 228850
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2104
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 180926
involuntary context switches= 4672


# summary of solver processes directly reported to runsolver:
#   pid: 17913
#   total CPU time (s): 1501.71
#   total CPU user time (s): 1499.23
#   total CPU system time (s): 2.47865

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.33463 second user time and 14.3041 second system time

The end

Launcher Data

Begin job on node119 at 2019-09-12 22:48:39
IDJOB=4392118
IDBENCH=135739
IDSOLVER=2837
FILE ID=node119/4392118-1568321358
RUNJOBID= node119-1568306047-10998
PBS_JOBID= 21701106
Free space on /tmp= 57236 MiB

SOLVER NAME= Concrete 3.10
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n15/TravellingSalesman-15-30-00.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4392118-1568321358/watcher-4392118-1568321358 -o /tmp/evaluation-result-4392118-1568321358/solver-4392118-1568321358 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node119-1568306047-10998 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=1997470768 HOME/instance-4392118-1568321358.xml

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

MD5SUM BENCH= 0f9f8d62bc132272af22ef8ddad99d7d
RANDOM SEED=1997470768

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.47
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.47
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.47
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.47
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        21241384 kB
MemAvailable:   30696188 kB
Buffers:          164792 kB
Cached:          9513880 kB
SwapCached:        61084 kB
Active:          3391168 kB
Inactive:        7456908 kB
Active(anon):    1108032 kB
Inactive(anon):   102672 kB
Active(file):    2283136 kB
Inactive(file):  7354236 kB
Unevictable:      107484 kB
Mlocked:          107484 kB
SwapTotal:      67108860 kB
SwapFree:       66939824 kB
Dirty:             34952 kB
Writeback:             0 kB
AnonPages:       1217412 kB
Mapped:            56788 kB
Shmem:             32808 kB
Slab:             274464 kB
SReclaimable:     245892 kB
SUnreclaim:        28572 kB
KernelStack:        3744 kB
PageTables:         8568 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2294136 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1042432 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 57200 MiB
End job on node119 at 2019-09-12 23:13:05