Trace number 4392116

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.10OPT105 1782.33 1742.57

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n15/
TravellingSalesman-15-30-12.xml
MD5SUMdba33b05662b19bf60999f99ad872bed
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark105
Best CPU time to get the best result obtained on this benchmark42.8643
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints16
Number of domains2
Minimum domain size15
Maximum domain size32
Distribution of domain sizes[{"size":15,"count":15},{"size":32,"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.73/0.54	c Concrete v3.10.1560635388952 running
6.73/3.06	o 133
6.73/3.08	o 132
7.09/3.14	o 131
7.41/3.30	o 127
8.69/3.68	o 122
10.76/4.36	o 120
11.00/4.40	o 119
11.00/4.40	o 118
11.00/4.44	o 117
11.00/4.44	o 116
11.00/4.45	o 113
11.45/4.62	o 110
13.41/5.63	o 109
13.84/5.97	o 106
13.84/5.97	o 105
1782.25/1742.55	v <instantiation
1782.25/1742.55	v         cost = '105'>
1782.25/1742.55	v       <list>
1782.25/1742.55	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]
1782.25/1742.55	v       </list>
1782.25/1742.55	v       <values>
1782.25/1742.55	v         7 12 13 14 10 8 11 9 6 0 5 4 2 1 3 15 4 1 8 3 10 2 9 10 17 5 6 4 5 6
1782.25/1742.55	v       </values>
1782.25/1742.55	v     </instantiation>
1782.25/1742.55	s OPTIMUM FOUND

Verifier Data

OK	105

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4392116-1568321378/watcher-4392116-1568321378 -o /tmp/evaluation-result-4392116-1568321378/solver-4392116-1568321378 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node143-1568309802-8655 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=1666958582 HOME/instance-4392116-1568321378.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=13087, runsolver pid=13084

[startup+0.100126 s]*
/proc/loadavg: 1.52 1.40 1.37 3/218 13144
/proc/meminfo: memFree=23515580/32770624 swapFree=67108848/67108860
[pid=13087] ppid=13084 vsize=9972712 memory=17080 CPUtime=0.09 cores=1,3,5,7
/proc/13087/stat : 13087 (java) S 13084 13087 8623 0 -1 1077944320 4542 13080 0 0 1 1 5 2 20 0 6 0 408075211 10212057088 4270 33554432000 4194304 4196468 140733354712224 140733354694768 139941822717687 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 7602176 140733354715893 140733354718405 140733354718405 140733354721231 0
/proc/13087/statm: 2493178 4270 1935 1 0 2481616 0
[pid=13087/tid=13140] ppid=13084 vsize=9972712 memory=8514726395714820750 CPUtime=0.07 cores=1,3,5,7
/proc/13087/task/13140/stat : 13140 (java) R 13084 13087 8623 0 -1 4202560 2347 13080 0 0 0 0 5 2 20 0 6 0 408075220 10212057088 4336 33554432000 4194304 4196468 140733354712224 139941794554448 139941808029689 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7602176 140733354715893 140733354718405 140733354718405 140733354721231 0
[pid=13087/tid=13141] ppid=13084 vsize=9972712 memory=-9181546050914066336 CPUtime=0.07 cores=1,3,5,7
/proc/13087/task/13141/stat : 13141 (java) S 13084 13087 8623 0 -1 1077944384 2 13080 0 0 0 0 5 2 20 0 6 0 408075221 10212057088 4336 33554432000 4194304 4196468 140733354712224 139941826959632 139941822727893 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7602176 140733354715893 140733354718405 140733354718405 140733354721231 0
[pid=13087/tid=13142] ppid=13084 vsize=9972712 memory=140236266980992 CPUtime=0.07 cores=1,3,5,7
/proc/13087/task/13142/stat : 13142 (java) S 13084 13087 8623 0 -1 1077944384 1 13080 0 0 0 0 5 2 20 0 6 0 408075221 10212057088 4336 33554432000 4194304 4196468 140733354712224 139941715233168 139941822727893 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7602176 140733354715893 140733354718405 140733354718405 140733354721231 0
[pid=13087/tid=13143] ppid=13084 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/13087/task/13143/stat : 13143 (java) S 13084 13087 8623 0 -1 1077944384 1 13080 0 0 0 0 5 2 20 0 6 0 408075221 10212057088 4336 33554432000 4194304 4196468 140733354712224 139941714180624 139941822727893 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7602176 140733354715893 140733354718405 140733354718405 140733354721231 0
[pid=13087/tid=13144] ppid=13084 vsize=9972712 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/13087/task/13144/stat : 13144 (java) S 13084 13087 8623 0 -1 1077944384 2 13080 0 0 0 0 5 2 20 0 6 0 408075221 10212057088 4336 33554432000 4194304 4196468 140733354712224 139941713128080 139941822727893 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7602176 140733354715893 140733354718405 140733354718405 140733354721231 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 17080 KiB

[startup+0.209935 s]*
/proc/loadavg: 1.52 1.40 1.37 3/227 13153
/proc/meminfo: memFree=23499420/32770624 swapFree=67108848/67108860
[pid=13087] ppid=13084 vsize=10818940 memory=36976 CPUtime=0.26 cores=1,3,5,7
/proc/13087/stat : 13087 (java) S 13084 13087 8623 0 -1 1077944320 7054 13080 0 0 17 2 5 2 20 0 15 0 408075211 11078594560 9244 33554432000 4194304 4196468 140733354712224 140733354694768 139941822717687 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 7602176 140733354715893 140733354718405 140733354718405 140733354721231 0
/proc/13087/statm: 2704735 9244 2987 1 0 2667149 0
[pid=13087/tid=13140] ppid=13084 vsize=10818940 memory=5450916389569530688 CPUtime=0.19 cores=1,3,5,7
/proc/13087/task/13140/stat : 13140 (java) R 13084 13087 8623 0 -1 4202560 3549 13080 0 0 11 1 5 2 20 0 15 0 408075220 11078594560 9244 33554432000 4194304 4196468 140733354712224 139941794550416 139941822739613 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7602176 140733354715893 140733354718405 140733354718405 140733354721231 0
[pid=13087/tid=13141] ppid=13084 vsize=10818940 memory=-9181546050914066336 CPUtime=0.07 cores=1,3,5,7
/proc/13087/task/13141/stat : 13141 (java) S 13084 13087 8623 0 -1 1077944384 2 13080 0 0 0 0 5 2 20 0 15 0 408075221 11078594560 9244 33554432000 4194304 4196468 140733354712224 139941826959632 139941822727893 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7602176 140733354715893 140733354718405 140733354718405 140733354721231 0
[pid=13087/tid=13142] ppid=13084 vsize=10818940 memory=140236266980992 CPUtime=0.07 cores=1,3,5,7
/proc/13087/task/13142/stat : 13142 (java) S 13084 13087 8623 0 -1 1077944384 1 13080 0 0 0 0 5 2 20 0 15 0 408075221 11078594560 9244 33554432000 4194304 4196468 140733354712224 139941715233168 139941822727893 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7602176 140733354715893 140733354718405 140733354718405 140733354721231 0
[pid=13087/tid=13143] ppid=13084 vsize=10818940 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/13087/task/13143/stat : 13143 (java) S 13084 13087 8623 0 -1 1077944384 1 13080 0 0 0 0 5 2 20 0 15 0 408075221 11078594560 9244 33554432000 4194304 4196468 140733354712224 139941714180624 139941822727893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7602176 140733354715893 140733354718405 140733354718405 140733354721231 0
[pid=13087/tid=13144] ppid=13084 vsize=10818940 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/13087/task/13144/stat : 13144 (java) S 13084 13087 8623 0 -1 1077944384 2 13080 0 0 0 0 5 2 20 0 15 0 408075221 11078594560 9244 33554432000 4194304 4196468 140733354712224 139941713128080 139941822727893 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7602176 140733354715893 140733354718405 140733354718405 140733354721231 0
[pid=13087/tid=13145] ppid=13084 vsize=10818940 memory=140236266980992 CPUtime=0.07 cores=1,3,5,7
/proc/13087/task/13145/stat : 13145 (java) S 13084 13087 8623 0 -1 1077944384 2 13080 0 0 0 0 5 2 20 0 15 0 408075222 11078594560 9244 33554432000 4194304 4196468 140733354712224 139940825999856 139941822728834 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7602176 140733354715893 140733354718405 140733354718405 140733354721231 0
[pid=13087/tid=13146] ppid=13084 vsize=10818940 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/13087/task/13146/stat : 13146 (java) S 13084 13087 8623 0 -1 1077944384 33 13080 0 0 0 0 5 2 20 0 15 0 408075223 11078594560 9244 33554432000 4194304 4196468 140733354712224 139940824946080 139941822727893 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7602176 140733354715893 140733354718405 140733354718405 140733354721231 0
[pid=13087/tid=13147] ppid=13084 vsize=10818940 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/13087/task/13147/stat : 13147 (java) S 13084 13087 8623 0 -1 1077944384 1 13080 0 0 0 0 5 2 20 0 15 0 408075223 11078594560 9244 33554432000 4194304 4196468 140733354712224 139940704806384 139941822727893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7602176 140733354715893 140733354718405 140733354718405 140733354721231 0
[pid=13087/tid=13148] ppid=13084 vsize=10818940 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/13087/task/13148/stat : 13148 (java) S 13084 13087 8623 0 -1 1077944384 3 13080 0 0 0 0 5 2 20 0 15 0 408075226 11078594560 9244 33554432000 4194304 4196468 140733354712224 139940397406928 139941822736283 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7602176 140733354715893 140733354718405 140733354718405 140733354721231 0
[pid=13087/tid=13149] ppid=13084 vsize=10818940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/13087/task/13149/stat : 13149 (java) S 13084 13087 8623 0 -1 1077944384 357 13080 0 0 1 0 5 2 20 0 15 0 408075226 11078594560 9244 33554432000 4194304 4196468 140733354712224 139940791388144 139941822728834 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7602176 140733354715893 140733354718405 140733354718405 140733354721231 0
[pid=13087/tid=13150] ppid=13084 vsize=10818940 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/13087/task/13150/stat : 13150 (java) S 13084 13087 8623 0 -1 1077944384 272 13080 0 0 0 0 5 2 20 0 15 0 408075226 11078594560 9244 33554432000 4194304 4196468 140733354712224 139940790335600 139941822728834 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7602176 140733354715893 140733354718405 140733354718405 140733354721231 0
[pid=13087/tid=13151] ppid=13084 vsize=10818940 memory=140236266980992 CPUtime=0.1 cores=1,3,5,7
/proc/13087/task/13151/stat : 13151 (java) R 13084 13087 8623 0 -1 4202560 627 13080 0 0 3 0 5 2 20 0 15 0 408075226 11078594560 9244 33554432000 4194304 4196468 140733354712224 139940789283056 139941801859729 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7602176 140733354715893 140733354718405 140733354718405 140733354721231 0
[pid=13087/tid=13152] ppid=13084 vsize=10818940 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/13087/task/13152/stat : 13152 (java) S 13084 13087 8623 0 -1 1077944384 3 13080 0 0 0 0 5 2 20 0 15 0 408075226 11078594560 9244 33554432000 4194304 4196468 140733354712224 139940363848288 139941822727893 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7602176 140733354715893 140733354718405 140733354718405 140733354721231 0
[pid=13087/tid=13153] ppid=13084 vsize=10818940 memory=140236266980992 CPUtime=0.07 cores=1,3,5,7
/proc/13087/task/13153/stat : 13153 (java) S 13084 13087 8623 0 -1 1077944384 1 13080 0 0 0 0 5 2 20 0 15 0 408075226 11078594560 9244 33554432000 4194304 4196468 140733354712224 139940788230960 139941822728834 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7602176 140733354715893 140733354718405 140733354718405 140733354721231 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818940 KiB
Current children cumulated memory: 36976 KiB

[startup+0.310506 s]*
/proc/loadavg: 1.52 1.40 1.37 4/227 13153
/proc/meminfo: memFree=23489416/32770624 swapFree=67108848/67108860
[pid=13087] ppid=13084 vsize=10820244 memory=48308 CPUtime=0.39 cores=1,3,5,7
/proc/13087/stat : 13087 (java) S 13084 13087 8623 0 -1 1077944320 10803 13080 0 0 29 3 5 2 20 0 15 0 408075211 11079929856 12077 33554432000 4194304 4196468 140733354712224 140733354694768 139941822717687 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 7602176 140733354715893 140733354718405 140733354718405 140733354721231 0
/proc/13087/statm: 2705061 12077 3306 1 0 2667149 0
[pid=13087/tid=13140] ppid=13084 vsize=10820244 memory=1398722017469774279 CPUtime=0.28 cores=1,3,5,7
/proc/13087/task/13140/stat : 13140 (java) R 13084 13087 8623 0 -1 4202560 7276 13080 0 0 19 2 5 2 20 0 15 0 408075220 11079929856 12077 33554432000 4194304 4196468 140733354712224 139941794535312 139941822739613 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7602176 140733354715893 140733354718405 140733354718405 140733354721231 0
[pid=13087/tid=13141] ppid=13084 vsize=10820244 memory=6226055413783094630 CPUtime=0.07 cores=1,3,5,7
/proc/13087/task/13141/stat : 13141 (java) S 13084 13087 8623 0 -1 1077944384 2 13080 0 0 0 0 5 2 20 0 15 0 408075221 11079929856 12077 33554432000 4194304 4196468 140733354712224 139941826959632 139941822727893 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7602176 140733354715893 140733354718405 140733354718405 140733354721231 0
[pid=13087/tid=13142] ppid=13084 vsize=10820244 memory=5787213827347079232 CPUtime=0.07 cores=1,3,5,7
/proc/13087/task/13142/stat : 13142 (java) S 13084 13087 8623 0 -1 1077944384 1 13080 0 0 0 0 5 2 20 0 15 0 408075221 11079929856 12077 33554432000 4194304 4196468 140733354712224 139941715233168 139941822727893 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7602176 140733354715893 140733354718405 140733354718405 140733354721231 0
[pid=13087/tid=13143] ppid=13084 vsize=10820244 memory=7649539624744929729 CPUtime=0.07 cores=1,3,5,7
/proc/13087/task/13143/stat : 13143 (java) S 13084 13087 8623 0 -1 1077944384 1 13080 0 0 0 0 5 2 20 0 15 0 408075221 11079929856 12077 33554432000 4194304 4196468 140733354712224 139941714180624 139941822727893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7602176 140733354715893 140733354718405 140733354718405 140733354721231 0
[pid=13087/tid=13144] ppid=13084 vsize=10820244 memory=4872558044660077418 CPUtime=0.07 cores=1,3,5,7
/proc/13087/task/13144/stat : 13144 (java) S 13084 13087 8623 0 -1 1077944384 2 13080 0 0 0 0 5 2 20 0 15 0 408075221 11079929856 12077 33554432000 4194304 4196468 140733354712224 139941713128080 139941822727893 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7602176 140733354715893 140733354718405 140733354718405 140733354721231 0
[pid=13087/tid=13145] ppid=13084 vsize=10820244 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/13087/task/13145/stat : 13145 (java) S 13084 13087 8623 0 -1 1077944384 2 13080 0 0 0 0 5 2 20 0 15 0 408075222 11079929856 12077 33554432000 4194304 4196468 140733354712224 139940825999856 139941822728834 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7602176 140733354715893 140733354718405 140733354718405 140733354721231 0
[pid=13087/tid=13146] ppid=13084 vsize=10820244 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/13087/task/13146/stat : 13146 (java) S 13084 13087 8623 0 -1 1077944384 33 13080 0 0 0 0 5 2 20 0 15 0 408075223 11079929856 12077 33554432000 4194304 4196468 140733354712224 139940824946080 139941822727893 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7602176 140733354715893 140733354718405 140733354718405 140733354721231 0
[pid=13087/tid=13147] ppid=13084 vsize=10820244 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/13087/task/13147/stat : 13147 (java) S 13084 13087 8623 0 -1 1077944384 1 13080 0 0 0 0 5 2 20 0 15 0 408075223 11079929856 12077 33554432000 4194304 4196468 140733354712224 139940704806384 139941822727893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7602176 140733354715893 140733354718405 140733354718405 140733354721231 0
[pid=13087/tid=13148] ppid=13084 vsize=10820244 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/13087/task/13148/stat : 13148 (java) S 13084 13087 8623 0 -1 1077944384 3 13080 0 0 0 0 5 2 20 0 15 0 408075226 11079929856 12077 33554432000 4194304 4196468 140733354712224 139940397406928 139941822736283 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7602176 140733354715893 140733354718405 140733354718405 140733354721231 0
[pid=13087/tid=13149] ppid=13084 vsize=10820244 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/13087/task/13149/stat : 13149 (java) S 13084 13087 8623 0 -1 1077944384 359 13080 0 0 1 0 5 2 20 0 15 0 408075226 11079929856 12077 33554432000 4194304 4196468 140733354712224 139940791388144 139941822728834 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7602176 140733354715893 140733354718405 140733354718405 140733354721231 0
[pid=13087/tid=13150] ppid=13084 vsize=10820244 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/13087/task/13150/stat : 13150 (java) R 13084 13087 8623 0 -1 4202560 272 13080 0 0 1 0 5 2 20 0 15 0 408075226 11079929856 12077 33554432000 4194304 4196468 140733354712224 139940790335600 139941806172818 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7602176 140733354715893 140733354718405 140733354718405 140733354721231 0
[pid=13087/tid=13151] ppid=13084 vsize=10820244 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/13087/task/13151/stat : 13151 (java) S 13084 13087 8623 0 -1 1077944384 640 13080 0 0 5 0 5 2 20 0 15 0 408075226 11079929856 12077 33554432000 4194304 4196468 140733354712224 139940789283056 139941822728834 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7602176 140733354715893 140733354718405 140733354718405 140733354721231 0
[pid=13087/tid=13152] ppid=13084 vsize=10820244 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/13087/task/13152/stat : 13152 (java) S 13084 13087 8623 0 -1 1077944384 3 13080 0 0 0 0 5 2 20 0 15 0 408075226 11079929856 12077 33554432000 4194304 4196468 140733354712224 139940363848288 139941822727893 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7602176 140733354715893 140733354718405 140733354718405 140733354721231 0
[pid=13087/tid=13153] ppid=13084 vsize=10820244 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/13087/task/13153/stat : 13153 (java) S 13084 13087 8623 0 -1 1077944384 1 13080 0 0 0 0 5 2 20 0 15 0 408075226 11079929856 12077 33554432000 4194304 4196468 140733354712224 139940788230960 139941822728834 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7602176 140733354715893 140733354718405 140733354718405 140733354721231 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10820244 KiB
Current children cumulated memory: 48308 KiB

[startup+0.700673 s]
/proc/loadavg: 1.52 1.40 1.37 5/227 13153
/proc/meminfo: memFree=23474068/32770624 swapFree=67108848/67108860
[pid=13087] ppid=13084 vsize=10824340 memory=78740 CPUtime=1.15 cores=1,3,5,7
/proc/13087/stat : 13087 (java) S 13084 13087 8623 0 -1 1077944320 15008 13080 0 0 102 6 5 2 20 0 15 0 408075211 11084124160 19685 33554432000 4194304 4196468 140733354712224 140733354694768 139941822717687 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 7602176 140733354715893 140733354718405 140733354718405 140733354721231 0
/proc/13087/statm: 2706341 19685 3503 1 0 2668429 0
[pid=13087/tid=13140] ppid=13084 vsize=10824340 memory=2241 CPUtime=0.67 cores=1,3,5,7
/proc/13087/task/13140/stat : 13140 (java) R 13084 13087 8623 0 -1 4202560 10690 13080 0 0 56 4 5 2 20 0 15 0 408075220 11084124160 19685 33554432000 4194304 4196468 140733354712224 139941794535648 139941815434791 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7602176 140733354715893 140733354718405 140733354718405 140733354721231 0
[pid=13087/tid=13141] ppid=13084 vsize=10824340 memory=2244 CPUtime=0.07 cores=1,3,5,7
/proc/13087/task/13141/stat : 13141 (java) S 13084 13087 8623 0 -1 1077944384 2 13080 0 0 0 0 5 2 20 0 15 0 408075221 11084124160 19685 33554432000 4194304 4196468 140733354712224 139941826959632 139941822727893 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7602176 140733354715893 140733354718405 140733354718405 140733354721231 0
[pid=13087/tid=13142] ppid=13084 vsize=10824340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/13087/task/13142/stat : 13142 (java) S 13084 13087 8623 0 -1 1077944384 1 13080 0 0 0 0 5 2 20 0 15 0 408075221 11084124160 19685 33554432000 4194304 4196468 140733354712224 139941715233168 139941822727893 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7602176 140733354715893 140733354718405 140733354718405 140733354721231 0
[pid=13087/tid=13143] ppid=13084 vsize=10824340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/13087/task/13143/stat : 13143 (java) S 13084 13087 8623 0 -1 1077944384 1 13080 0 0 0 0 5 2 20 0 15 0 408075221 11084124160 19685 33554432000 4194304 4196468 140733354712224 139941714180624 139941822727893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7602176 140733354715893 140733354718405 140733354718405 140733354721231 0
[pid=13087/tid=13144] ppid=13084 vsize=10824340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/13087/task/13144/stat : 13144 (java) S 13084 13087 8623 0 -1 1077944384 2 13080 0 0 0 0 5 2 20 0 15 0 408075221 11084124160 19685 33554432000 4194304 4196468 140733354712224 139941713128080 139941822727893 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7602176 140733354715893 140733354718405 140733354718405 140733354721231 0
[pid=13087/tid=13145] ppid=13084 vsize=10824340 memory=6944652177228980320 CPUtime=0.07 cores=1,3,5,7
/proc/13087/task/13145/stat : 13145 (java) S 13084 13087 8623 0 -1 1077944384 5 13080 0 0 0 0 5 2 20 0 15 0 408075222 11084124160 19685 33554432000 4194304 4196468 140733354712224 139940825999856 139941822728834 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7602176 140733354715893 140733354718405 140733354718405 140733354721231 0
[pid=13087/tid=13146] ppid=13084 vsize=10824340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/13087/task/13146/stat : 13146 (java) S 13084 13087 8623 0 -1 1077944384 33 13080 0 0 0 0 5 2 20 0 15 0 408075223 11084124160 19685 33554432000 4194304 4196468 140733354712224 139940824946080 139941822727893 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7602176 140733354715893 140733354718405 140733354718405 140733354721231 0
[pid=13087/tid=13147] ppid=13084 vsize=10824340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/13087/task/13147/stat : 13147 (java) S 13084 13087 8623 0 -1 1077944384 1 13080 0 0 0 0 5 2 20 0 15 0 408075223 11084124160 19685 33554432000 4194304 4196468 140733354712224 139940704806384 139941822727893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7602176 140733354715893 140733354718405 140733354718405 140733354721231 0
[pid=13087/tid=13148] ppid=13084 vsize=10824340 memory=6944656592455097440 CPUtime=0.07 cores=1,3,5,7
/proc/13087/task/13148/stat : 13148 (java) S 13084 13087 8623 0 -1 1077944384 3 13080 0 0 0 0 5 2 20 0 15 0 408075226 11084124160 19685 33554432000 4194304 4196468 140733354712224 139940397406928 139941822736283 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7602176 140733354715893 140733354718405 140733354718405 140733354721231 0
[pid=13087/tid=13149] ppid=13084 vsize=10824340 memory=0 CPUtime=0.21 cores=1,3,5,7
/proc/13087/task/13149/stat : 13149 (java) S 13084 13087 8623 0 -1 1077944384 683 13080 0 0 14 0 5 2 20 0 15 0 408075226 11084124160 19685 33554432000 4194304 4196468 140733354712224 139940791388144 139941822728834 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7602176 140733354715893 140733354718405 140733354718405 140733354721231 0
[pid=13087/tid=13150] ppid=13084 vsize=10824340 memory=0 CPUtime=0.2 cores=1,3,5,7
/proc/13087/task/13150/stat : 13150 (java) S 13084 13087 8623 0 -1 1077944384 578 13080 0 0 13 0 5 2 20 0 15 0 408075226 11084124160 19685 33554432000 4194304 4196468 140733354712224 139940790335600 139941822728834 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7602176 140733354715893 140733354718405 140733354718405 140733354721231 0
[pid=13087/tid=13151] ppid=13084 vsize=10824340 memory=0 CPUtime=0.24 cores=1,3,5,7
/proc/13087/task/13151/stat : 13151 (java) R 13084 13087 8623 0 -1 4202560 829 13080 0 0 17 0 5 2 20 0 15 0 408075226 11084124160 19685 33554432000 4194304 4196468 140733354712224 139940789283056 139941822729622 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7602176 140733354715893 140733354718405 140733354718405 140733354721231 0
[pid=13087/tid=13152] ppid=13084 vsize=10824340 memory=280472236065008 CPUtime=0.07 cores=1,3,5,7
/proc/13087/task/13152/stat : 13152 (java) S 13084 13087 8623 0 -1 1077944384 3 13080 0 0 0 0 5 2 20 0 15 0 408075226 11084124160 19685 33554432000 4194304 4196468 140733354712224 139940363848288 139941822727893 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7602176 140733354715893 140733354718405 140733354718405 140733354721231 0
[pid=13087/tid=13153] ppid=13084 vsize=10824340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/13087/task/13153/stat : 13153 (java) S 13084 13087 8623 0 -1 1077944384 1 13080 0 0 0 0 5 2 20 0 15 0 408075226 11084124160 19685 33554432000 4194304 4196468 140733354712224 139940788230960 139941822728834 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7602176 140733354715893 140733354718405 140733354718405 140733354721231 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 10824340 KiB
Current children cumulated memory: 78740 KiB

[startup+1.50245 s]
/proc/loadavg: 1.52 1.40 1.37 4/227 13153
/proc/meminfo: memFree=23430472/32770624 swapFree=67108848/67108860
[pid=13087] ppid=13084 vsize=10834656 memory=164296 CPUtime=2.5 cores=1,3,5,7
/proc/13087/stat : 13087 (java) S 13084 13087 8623 0 -1 1077944320 20289 13080 0 0 232 11 5 2 20 0 15 0 408075211 11094687744 41074 33554432000 4194304 4196468 140733354712224 140733354694768 139941822717687 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 7602176 140733354715893 140733354718405 140733354718405 140733354721231 0
/proc/13087/statm: 2708664 41074 3565 1 0 2670733 0
[pid=13087/tid=13140] ppid=13084 vsize=10834656 memory=16 CPUtime=1.43 cores=1,3,5,7
/proc/13087/task/13140/stat : 13140 (java) R 13084 13087 8623 0 -1 4202560 15039 13080 0 0 130 6 5 2 20 0 15 0 408075220 11094687744 41074 33554432000 4194304 4196468 140733354712224 139941794536128 139941822729622 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7602176 140733354715893 140733354718405 140733354718405 140733354721231 0
[pid=13087/tid=13141] ppid=13084 vsize=10834656 memory=24 CPUtime=0.08 cores=1,3,5,7
/proc/13087/task/13141/stat : 13141 (java) S 13084 13087 8623 0 -1 1077944384 45 13080 0 0 1 0 5 2 20 0 15 0 408075221 11094687744 41074 33554432000 4194304 4196468 140733354712224 139941826959632 139941822727893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7602176 140733354715893 140733354718405 140733354718405 140733354721231 0
[pid=13087/tid=13142] ppid=13084 vsize=10834656 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/13087/task/13142/stat : 13142 (java) S 13084 13087 8623 0 -1 1077944384 25 13080 0 0 0 0 5 2 20 0 15 0 408075221 11094687744 41074 33554432000 4194304 4196468 140733354712224 139941715233168 139941822727893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7602176 140733354715893 140733354718405 140733354718405 140733354721231 0
[pid=13087/tid=13143] ppid=13084 vsize=10834656 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/13087/task/13143/stat : 13143 (java) S 13084 13087 8623 0 -1 1077944384 20 13080 0 0 1 0 5 2 20 0 15 0 408075221 11094687744 41074 33554432000 4194304 4196468 140733354712224 139941714180624 139941822727893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7602176 140733354715893 140733354718405 140733354718405 140733354721231 0
[pid=13087/tid=13144] ppid=13084 vsize=10834656 memory=95772 CPUtime=0.07 cores=1,3,5,7
/proc/13087/task/13144/stat : 13144 (java) S 13084 13087 8623 0 -1 1077944384 20 13080 0 0 0 0 5 2 20 0 15 0 408075221 11094687744 41074 33554432000 4194304 4196468 140733354712224 139941713128080 139941822727893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7602176 140733354715893 140733354718405 140733354718405 140733354721231 0
[pid=13087/tid=13145] ppid=13084 vsize=10834656 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/13087/task/13145/stat : 13145 (java) S 13084 13087 8623 0 -1 1077944384 44 13080 0 0 1 0 5 2 20 0 15 0 408075222 11094687744 41074 33554432000 4194304 4196468 140733354712224 139940825999856 139941822728834 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7602176 140733354715893 140733354718405 140733354718405 140733354721231 0
[pid=13087/tid=13146] ppid=13084 vsize=10834656 memory=6296985926779098984 CPUtime=0.07 cores=1,3,5,7
/proc/13087/task/13146/stat : 13146 (java) S 13084 13087 8623 0 -1 1077944384 33 13080 0 0 0 0 5 2 20 0 15 0 408075223 11094687744 41074 33554432000 4194304 4196468 140733354712224 139940824946144 139941822727893 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7602176 140733354715893 140733354718405 140733354718405 140733354721231 0
[pid=13087/tid=13147] ppid=13084 vsize=10834656 memory=7307764835622742630 CPUtime=0.07 cores=1,3,5,7
/proc/13087/task/13147/stat : 13147 (java) S 13084 13087 8623 0 -1 1077944384 2 13080 0 0 0 0 5 2 20 0 15 0 408075223 11094687744 41074 33554432000 4194304 4196468 140733354712224 139940704806384 139941822727893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7602176 140733354715893 140733354718405 140733354718405 140733354721231 0
[pid=13087/tid=13148] ppid=13084 vsize=10834656 memory=7451303901232197481 CPUtime=0.07 cores=1,3,5,7
/proc/13087/task/13148/stat : 13148 (java) S 13084 13087 8623 0 -1 1077944384 3 13080 0 0 0 0 5 2 20 0 15 0 408075226 11094687744 41074 33554432000 4194304 4196468 140733354712224 139940397406928 139941822736283 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7602176 140733354715893 140733354718405 140733354718405 140733354721231 0
[pid=13087/tid=13149] ppid=13084 vsize=10834656 memory=5787213857246504025 CPUtime=0.33 cores=1,3,5,7
/proc/13087/task/13149/stat : 13149 (java) S 13084 13087 8623 0 -1 1077944384 734 13080 0 0 26 0 5 2 20 0 15 0 408075226 11094687744 41074 33554432000 4194304 4196468 140733354712224 139940791388144 139941822728834 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7602176 140733354715893 140733354718405 140733354718405 140733354721231 0
[pid=13087/tid=13150] ppid=13084 vsize=10834656 memory=6154278186703219557 CPUtime=0.34 cores=1,3,5,7
/proc/13087/task/13150/stat : 13150 (java) R 13084 13087 8623 0 -1 4202560 677 13080 0 0 27 0 5 2 20 0 15 0 408075226 11094687744 41074 33554432000 4194304 4196468 140733354712224 139940790324592 139941804261706 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7602176 140733354715893 140733354718405 140733354718405 140733354721231 0
[pid=13087/tid=13151] ppid=13084 vsize=10834656 memory=6296985926779098984 CPUtime=0.48 cores=1,3,5,7
/proc/13087/task/13151/stat : 13151 (java) R 13084 13087 8623 0 -1 1077944384 1436 13080 0 0 41 0 5 2 20 0 15 0 408075226 11094687744 41074 33554432000 4194304 4196468 140733354712224 139940789283184 139941822727893 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7602176 140733354715893 140733354718405 140733354718405 140733354721231 0
[pid=13087/tid=13152] ppid=13084 vsize=10834656 memory=6296985926779098984 CPUtime=0.07 cores=1,3,5,7
/proc/13087/task/13152/stat : 13152 (java) S 13084 13087 8623 0 -1 1077944384 3 13080 0 0 0 0 5 2 20 0 15 0 408075226 11094687744 41074 33554432000 4194304 4196468 140733354712224 139940363848288 139941822727893 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7602176 140733354715893 140733354718405 140733354718405 140733354721231 0
[pid=13087/tid=13153] ppid=13084 vsize=10834656 memory=56 CPUtime=0.07 cores=1,3,5,7
/proc/13087/task/13153/stat : 13153 (java) S 13084 13087 8623 0 -1 1077944384 1 13080 0 0 0 0 5 2 20 0 15 0 408075226 11094687744 41074 33554432000 4194304 4196468 140733354712224 139940788230960 139941822728834 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7602176 140733354715893 140733354718405 140733354718405 140733354721231 0
Current children cumulated CPU time: 2.5 s
Current children cumulated vsize: 10834656 KiB

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

[pid=13087/tid=13152] ppid=13084 vsize=10849024 memory=56 CPUtime=0.07 cores=1,3,5,7
/proc/13087/task/13152/stat : 13152 (java) S 13084 13087 8623 0 -1 1077944384 3 13080 0 0 0 0 5 2 20 0 15 0 408075226 11109400576 187321 33554432000 4194304 4196468 140733354712224 139940363848288 139941822727893 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7602176 140733354715893 140733354718405 140733354718405 140733354721231 0
[pid=13087/tid=13153] ppid=13084 vsize=10849024 memory=-2893623298589923098 CPUtime=1.11 cores=1,3,5,7
/proc/13087/task/13153/stat : 13153 (java) S 13084 13087 8623 0 -1 1077944384 1323 13080 0 0 48 56 5 2 20 0 15 0 408075226 11109400576 187321 33554432000 4194304 4196468 140733354712224 139940788230960 139941822728834 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7602176 140733354715893 140733354718405 140733354718405 140733354721231 0
Current children cumulated CPU time: 1780.51 s
Current children cumulated vsize: 10849024 KiB
Current children cumulated memory: 749284 KiB

[startup+1741.6 s]
/proc/loadavg: 1.34 1.33 1.39 3/227 13465
/proc/meminfo: memFree=22240260/32770624 swapFree=67108848/67108860
[pid=13087] ppid=13084 vsize=10849024 memory=749284 CPUtime=1781.32 cores=1,3,5,7
/proc/13087/stat : 13087 (java) S 13084 13087 8623 0 -1 1077944320 214624 13080 0 0 177848 277 5 2 20 0 15 0 408075211 11109400576 187321 33554432000 4194304 4196468 140733354712224 140733354694768 139941822717687 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 7602176 140733354715893 140733354718405 140733354718405 140733354721231 0
/proc/13087/statm: 2712256 187321 3622 1 0 2674317 0
[pid=13087/tid=13140] ppid=13084 vsize=10849024 memory=2352 CPUtime=1723.36 cores=1,3,5,7
/proc/13087/task/13140/stat : 13140 (java) R 13084 13087 8623 0 -1 4202560 49508 13080 0 0 172290 39 5 2 20 0 15 0 408075220 11109400576 187321 33554432000 4194304 4196468 140733354712224 139941794553664 139941403843340 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7602176 140733354715893 140733354718405 140733354718405 140733354721231 0
[pid=13087/tid=13141] ppid=13084 vsize=10849024 memory=1792 CPUtime=8.05 cores=1,3,5,7
/proc/13087/task/13141/stat : 13141 (java) S 13084 13087 8623 0 -1 1077944384 11127 13080 0 0 753 45 5 2 20 0 15 0 408075221 11109400576 187321 33554432000 4194304 4196468 140733354712224 139941826959632 139941822727893 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7602176 140733354715893 140733354718405 140733354718405 140733354721231 0
[pid=13087/tid=13142] ppid=13084 vsize=10849024 memory=8612 CPUtime=8.01 cores=1,3,5,7
/proc/13087/task/13142/stat : 13142 (java) S 13084 13087 8623 0 -1 1077944384 5154 13080 0 0 753 41 5 2 20 0 15 0 408075221 11109400576 187321 33554432000 4194304 4196468 140733354712224 139941715233168 139941822727893 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7602176 140733354715893 140733354718405 140733354718405 140733354721231 0
[pid=13087/tid=13143] ppid=13084 vsize=10849024 memory=1192 CPUtime=8.05 cores=1,3,5,7
/proc/13087/task/13143/stat : 13143 (java) S 13084 13087 8623 0 -1 1077944384 3786 13080 0 0 758 40 5 2 20 0 15 0 408075221 11109400576 187321 33554432000 4194304 4196468 140733354712224 139941714180624 139941822727893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7602176 140733354715893 140733354718405 140733354718405 140733354721231 0
[pid=13087/tid=13144] ppid=13084 vsize=10849024 memory=5536 CPUtime=8.01 cores=1,3,5,7
/proc/13087/task/13144/stat : 13144 (java) S 13084 13087 8623 0 -1 1077944384 8943 13080 0 0 751 43 5 2 20 0 15 0 408075221 11109400576 187321 33554432000 4194304 4196468 140733354712224 139941713128080 139941822727893 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7602176 140733354715893 140733354718405 140733354718405 140733354721231 0
[pid=13087/tid=13145] ppid=13084 vsize=10849024 memory=4540 CPUtime=7.58 cores=1,3,5,7
/proc/13087/task/13145/stat : 13145 (java) S 13084 13087 8623 0 -1 1077944384 9083 13080 0 0 710 41 5 2 20 0 15 0 408075222 11109400576 187321 33554432000 4194304 4196468 140733354712224 139940825999856 139941822728834 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7602176 140733354715893 140733354718405 140733354718405 140733354721231 0
[pid=13087/tid=13146] ppid=13084 vsize=10849024 memory=752 CPUtime=0.07 cores=1,3,5,7
/proc/13087/task/13146/stat : 13146 (java) S 13084 13087 8623 0 -1 1077944384 39 13080 0 0 0 0 5 2 20 0 15 0 408075223 11109400576 187321 33554432000 4194304 4196468 140733354712224 139940824946208 139941822727893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7602176 140733354715893 140733354718405 140733354718405 140733354721231 0
[pid=13087/tid=13147] ppid=13084 vsize=10849024 memory=1636 CPUtime=0.07 cores=1,3,5,7
/proc/13087/task/13147/stat : 13147 (java) S 13084 13087 8623 0 -1 1077944384 4 13080 0 0 0 0 5 2 20 0 15 0 408075223 11109400576 187321 33554432000 4194304 4196468 140733354712224 139940704806400 139941822727893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7602176 140733354715893 140733354718405 140733354718405 140733354721231 0
[pid=13087/tid=13148] ppid=13084 vsize=10849024 memory=812 CPUtime=0.07 cores=1,3,5,7
/proc/13087/task/13148/stat : 13148 (java) S 13084 13087 8623 0 -1 1077944384 3 13080 0 0 0 0 5 2 20 0 15 0 408075226 11109400576 187321 33554432000 4194304 4196468 140733354712224 139940397406928 139941822736283 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7602176 140733354715893 140733354718405 140733354718405 140733354721231 0
[pid=13087/tid=13149] ppid=13084 vsize=10849024 memory=1840 CPUtime=6.72 cores=1,3,5,7
/proc/13087/task/13149/stat : 13149 (java) S 13084 13087 8623 0 -1 1077944384 37149 13080 0 0 658 7 5 2 20 0 15 0 408075226 11109400576 187321 33554432000 4194304 4196468 140733354712224 139940791388144 139941822728834 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7602176 140733354715893 140733354718405 140733354718405 140733354721231 0
[pid=13087/tid=13150] ppid=13084 vsize=10849024 memory=1384 CPUtime=6.27 cores=1,3,5,7
/proc/13087/task/13150/stat : 13150 (java) S 13084 13087 8623 0 -1 1077944384 38063 13080 0 0 614 6 5 2 20 0 15 0 408075226 11109400576 187321 33554432000 4194304 4196468 140733354712224 139940790335600 139941822728834 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7602176 140733354715893 140733354718405 140733354718405 140733354721231 0
[pid=13087/tid=13151] ppid=13084 vsize=10849024 memory=7168 CPUtime=4.69 cores=1,3,5,7
/proc/13087/task/13151/stat : 13151 (java) S 13084 13087 8623 0 -1 1077944384 48232 13080 0 0 453 9 5 2 20 0 15 0 408075226 11109400576 187321 33554432000 4194304 4196468 140733354712224 139940789283056 139941822728834 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7602176 140733354715893 140733354718405 140733354718405 140733354721231 0
[pid=13087/tid=13152] ppid=13084 vsize=10849024 memory=804 CPUtime=0.07 cores=1,3,5,7
/proc/13087/task/13152/stat : 13152 (java) S 13084 13087 8623 0 -1 1077944384 3 13080 0 0 0 0 5 2 20 0 15 0 408075226 11109400576 187321 33554432000 4194304 4196468 140733354712224 139940363848288 139941822727893 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7602176 140733354715893 140733354718405 140733354718405 140733354721231 0
[pid=13087/tid=13153] ppid=13084 vsize=10849024 memory=1808 CPUtime=1.11 cores=1,3,5,7
/proc/13087/task/13153/stat : 13153 (java) S 13084 13087 8623 0 -1 1077944384 1323 13080 0 0 48 56 5 2 20 0 15 0 408075226 11109400576 187321 33554432000 4194304 4196468 140733354712224 139940788230960 139941822728834 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7602176 140733354715893 140733354718405 140733354718405 140733354721231 0
Current children cumulated CPU time: 1781.32 s
Current children cumulated vsize: 10849024 KiB
Current children cumulated memory: 749284 KiB

[startup+1742 s]*
/proc/loadavg: 1.34 1.33 1.39 3/227 13465
/proc/meminfo: memFree=22215808/32770624 swapFree=67108848/67108860
[pid=13087] ppid=13084 vsize=10849024 memory=749284 CPUtime=1781.74 cores=1,3,5,7
/proc/13087/stat : 13087 (java) S 13084 13087 8623 0 -1 1077944320 214629 13080 0 0 177890 277 5 2 20 0 15 0 408075211 11109400576 187321 33554432000 4194304 4196468 140733354712224 140733354694768 139941822717687 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 7602176 140733354715893 140733354718405 140733354718405 140733354721231 0
/proc/13087/statm: 2712256 187321 3622 1 0 2674317 0
[pid=13087/tid=13140] ppid=13084 vsize=10849024 memory=1728 CPUtime=1723.76 cores=1,3,5,7
/proc/13087/task/13140/stat : 13140 (java) R 13084 13087 8623 0 -1 4202560 49511 13080 0 0 172330 39 5 2 20 0 15 0 408075220 11109400576 187321 33554432000 4194304 4196468 140733354712224 139941794553344 139941399909904 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7602176 140733354715893 140733354718405 140733354718405 140733354721231 0
[pid=13087/tid=13141] ppid=13084 vsize=10849024 memory=4872558044660077418 CPUtime=8.06 cores=1,3,5,7
/proc/13087/task/13141/stat : 13141 (java) S 13084 13087 8623 0 -1 1077944384 11127 13080 0 0 754 45 5 2 20 0 15 0 408075221 11109400576 187321 33554432000 4194304 4196468 140733354712224 139941826959632 139941822727893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7602176 140733354715893 140733354718405 140733354718405 140733354721231 0
[pid=13087/tid=13142] ppid=13084 vsize=10849024 memory=1384 CPUtime=8.01 cores=1,3,5,7
/proc/13087/task/13142/stat : 13142 (java) S 13084 13087 8623 0 -1 1077944384 5154 13080 0 0 753 41 5 2 20 0 15 0 408075221 11109400576 187321 33554432000 4194304 4196468 140733354712224 139941715233168 139941822727893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7602176 140733354715893 140733354718405 140733354718405 140733354721231 0
[pid=13087/tid=13143] ppid=13084 vsize=10849024 memory=7168 CPUtime=8.05 cores=1,3,5,7
/proc/13087/task/13143/stat : 13143 (java) S 13084 13087 8623 0 -1 1077944384 3786 13080 0 0 758 40 5 2 20 0 15 0 408075221 11109400576 187321 33554432000 4194304 4196468 140733354712224 139941714180624 139941822727893 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7602176 140733354715893 140733354718405 140733354718405 140733354721231 0
[pid=13087/tid=13144] ppid=13084 vsize=10849024 memory=1100 CPUtime=8.02 cores=1,3,5,7
/proc/13087/task/13144/stat : 13144 (java) S 13084 13087 8623 0 -1 1077944384 8943 13080 0 0 752 43 5 2 20 0 15 0 408075221 11109400576 187321 33554432000 4194304 4196468 140733354712224 139941713128080 139941822727893 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7602176 140733354715893 140733354718405 140733354718405 140733354721231 0
[pid=13087/tid=13145] ppid=13084 vsize=10849024 memory=15208 CPUtime=7.58 cores=1,3,5,7
/proc/13087/task/13145/stat : 13145 (java) S 13084 13087 8623 0 -1 1077944384 9083 13080 0 0 710 41 5 2 20 0 15 0 408075222 11109400576 187321 33554432000 4194304 4196468 140733354712224 139940825999856 139941822728834 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7602176 140733354715893 140733354718405 140733354718405 140733354721231 0
[pid=13087/tid=13146] ppid=13084 vsize=10849024 memory=23332 CPUtime=0.07 cores=1,3,5,7
/proc/13087/task/13146/stat : 13146 (java) S 13084 13087 8623 0 -1 1077944384 39 13080 0 0 0 0 5 2 20 0 15 0 408075223 11109400576 187321 33554432000 4194304 4196468 140733354712224 139940824946208 139941822727893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7602176 140733354715893 140733354718405 140733354718405 140733354721231 0
[pid=13087/tid=13147] ppid=13084 vsize=10849024 memory=280472237172608 CPUtime=0.07 cores=1,3,5,7
/proc/13087/task/13147/stat : 13147 (java) S 13084 13087 8623 0 -1 1077944384 4 13080 0 0 0 0 5 2 20 0 15 0 408075223 11109400576 187321 33554432000 4194304 4196468 140733354712224 139940704806400 139941822727893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7602176 140733354715893 140733354718405 140733354718405 140733354721231 0
[pid=13087/tid=13148] ppid=13084 vsize=10849024 memory=280471096420991 CPUtime=0.07 cores=1,3,5,7
/proc/13087/task/13148/stat : 13148 (java) S 13084 13087 8623 0 -1 1077944384 3 13080 0 0 0 0 5 2 20 0 15 0 408075226 11109400576 187321 33554432000 4194304 4196468 140733354712224 139940397406928 139941822736283 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7602176 140733354715893 140733354718405 140733354718405 140733354721231 0
[pid=13087/tid=13149] ppid=13084 vsize=10849024 memory=0 CPUtime=6.72 cores=1,3,5,7
/proc/13087/task/13149/stat : 13149 (java) S 13084 13087 8623 0 -1 1077944384 37151 13080 0 0 658 7 5 2 20 0 15 0 408075226 11109400576 187321 33554432000 4194304 4196468 140733354712224 139940791388144 139941822728834 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7602176 140733354715893 140733354718405 140733354718405 140733354721231 0
[pid=13087/tid=13150] ppid=13084 vsize=10849024 memory=-2893623298589923098 CPUtime=6.27 cores=1,3,5,7
/proc/13087/task/13150/stat : 13150 (java) S 13084 13087 8623 0 -1 1077944384 38063 13080 0 0 614 6 5 2 20 0 15 0 408075226 11109400576 187321 33554432000 4194304 4196468 140733354712224 139940790335600 139941822728834 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7602176 140733354715893 140733354718405 140733354718405 140733354721231 0
[pid=13087/tid=13151] ppid=13084 vsize=10849024 memory=8025814093919579243 CPUtime=4.69 cores=1,3,5,7
/proc/13087/task/13151/stat : 13151 (java) S 13084 13087 8623 0 -1 1077944384 48232 13080 0 0 453 9 5 2 20 0 15 0 408075226 11109400576 187321 33554432000 4194304 4196468 140733354712224 139940789283056 139941822728834 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7602176 140733354715893 140733354718405 140733354718405 140733354721231 0
[pid=13087/tid=13152] ppid=13084 vsize=10849024 memory=7162816196560377192 CPUtime=0.07 cores=1,3,5,7
/proc/13087/task/13152/stat : 13152 (java) S 13084 13087 8623 0 -1 1077944384 3 13080 0 0 0 0 5 2 20 0 15 0 408075226 11109400576 187321 33554432000 4194304 4196468 140733354712224 139940363848288 139941822727893 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7602176 140733354715893 140733354718405 140733354718405 140733354721231 0
[pid=13087/tid=13153] ppid=13084 vsize=10849024 memory=1840 CPUtime=1.11 cores=1,3,5,7
/proc/13087/task/13153/stat : 13153 (java) S 13084 13087 8623 0 -1 1077944384 1323 13080 0 0 48 56 5 2 20 0 15 0 408075226 11109400576 187321 33554432000 4194304 4196468 140733354712224 139940788230960 139941822728834 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7602176 140733354715893 140733354718405 140733354718405 140733354721231 0
Current children cumulated CPU time: 1781.74 s
Current children cumulated vsize: 10849024 KiB
Current children cumulated memory: 749284 KiB

[startup+1742.4 s]
/proc/loadavg: 1.34 1.33 1.39 3/227 13465
/proc/meminfo: memFree=22215808/32770624 swapFree=67108848/67108860
[pid=13087] ppid=13084 vsize=10849024 memory=749284 CPUtime=1782.14 cores=1,3,5,7
/proc/13087/stat : 13087 (java) S 13084 13087 8623 0 -1 1077944320 214632 13080 0 0 177930 277 5 2 20 0 15 0 408075211 11109400576 187321 33554432000 4194304 4196468 140733354712224 140733354694768 139941822717687 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 7602176 140733354715893 140733354718405 140733354718405 140733354721231 0
/proc/13087/statm: 2712256 187321 3622 1 0 2674317 0
[pid=13087/tid=13140] ppid=13084 vsize=10849024 memory=3924 CPUtime=1724.15 cores=1,3,5,7
/proc/13087/task/13140/stat : 13140 (java) R 13084 13087 8623 0 -1 4202560 49513 13080 0 0 172369 39 5 2 20 0 15 0 408075220 11109400576 187321 33554432000 4194304 4196468 140733354712224 139941794552896 139941403842918 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7602176 140733354715893 140733354718405 140733354718405 140733354721231 0
[pid=13087/tid=13141] ppid=13084 vsize=10849024 memory=38324 CPUtime=8.06 cores=1,3,5,7
/proc/13087/task/13141/stat : 13141 (java) S 13084 13087 8623 0 -1 1077944384 11127 13080 0 0 754 45 5 2 20 0 15 0 408075221 11109400576 187321 33554432000 4194304 4196468 140733354712224 139941826959632 139941822727893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7602176 140733354715893 140733354718405 140733354718405 140733354721231 0
[pid=13087/tid=13142] ppid=13084 vsize=10849024 memory=1228 CPUtime=8.01 cores=1,3,5,7
/proc/13087/task/13142/stat : 13142 (java) S 13084 13087 8623 0 -1 1077944384 5154 13080 0 0 753 41 5 2 20 0 15 0 408075221 11109400576 187321 33554432000 4194304 4196468 140733354712224 139941715233168 139941822727893 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7602176 140733354715893 140733354718405 140733354718405 140733354721231 0
[pid=13087/tid=13143] ppid=13084 vsize=10849024 memory=2212 CPUtime=8.05 cores=1,3,5,7
/proc/13087/task/13143/stat : 13143 (java) S 13084 13087 8623 0 -1 1077944384 3786 13080 0 0 758 40 5 2 20 0 15 0 408075221 11109400576 187321 33554432000 4194304 4196468 140733354712224 139941714180624 139941822727893 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7602176 140733354715893 140733354718405 140733354718405 140733354721231 0
[pid=13087/tid=13144] ppid=13084 vsize=10849024 memory=4276 CPUtime=8.02 cores=1,3,5,7
/proc/13087/task/13144/stat : 13144 (java) S 13084 13087 8623 0 -1 1077944384 8943 13080 0 0 752 43 5 2 20 0 15 0 408075221 11109400576 187321 33554432000 4194304 4196468 140733354712224 139941713128080 139941822727893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7602176 140733354715893 140733354718405 140733354718405 140733354721231 0
[pid=13087/tid=13145] ppid=13084 vsize=10849024 memory=1536 CPUtime=7.58 cores=1,3,5,7
/proc/13087/task/13145/stat : 13145 (java) S 13084 13087 8623 0 -1 1077944384 9083 13080 0 0 710 41 5 2 20 0 15 0 408075222 11109400576 187321 33554432000 4194304 4196468 140733354712224 139940825999856 139941822728834 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7602176 140733354715893 140733354718405 140733354718405 140733354721231 0
[pid=13087/tid=13146] ppid=13084 vsize=10849024 memory=3924 CPUtime=0.07 cores=1,3,5,7
/proc/13087/task/13146/stat : 13146 (java) S 13084 13087 8623 0 -1 1077944384 39 13080 0 0 0 0 5 2 20 0 15 0 408075223 11109400576 187321 33554432000 4194304 4196468 140733354712224 139940824946208 139941822727893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7602176 140733354715893 140733354718405 140733354718405 140733354721231 0
[pid=13087/tid=13147] ppid=13084 vsize=10849024 memory=38324 CPUtime=0.07 cores=1,3,5,7
/proc/13087/task/13147/stat : 13147 (java) S 13084 13087 8623 0 -1 1077944384 4 13080 0 0 0 0 5 2 20 0 15 0 408075223 11109400576 187321 33554432000 4194304 4196468 140733354712224 139940704806400 139941822727893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7602176 140733354715893 140733354718405 140733354718405 140733354721231 0
[pid=13087/tid=13148] ppid=13084 vsize=10849024 memory=1228 CPUtime=0.07 cores=1,3,5,7
/proc/13087/task/13148/stat : 13148 (java) S 13084 13087 8623 0 -1 1077944384 3 13080 0 0 0 0 5 2 20 0 15 0 408075226 11109400576 187321 33554432000 4194304 4196468 140733354712224 139940397406928 139941822736283 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7602176 140733354715893 140733354718405 140733354718405 140733354721231 0
[pid=13087/tid=13149] ppid=13084 vsize=10849024 memory=3848 CPUtime=6.72 cores=1,3,5,7
/proc/13087/task/13149/stat : 13149 (java) S 13084 13087 8623 0 -1 1077944384 37151 13080 0 0 658 7 5 2 20 0 15 0 408075226 11109400576 187321 33554432000 4194304 4196468 140733354712224 139940791388144 139941822728834 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7602176 140733354715893 140733354718405 140733354718405 140733354721231 0
[pid=13087/tid=13150] ppid=13084 vsize=10849024 memory=2608 CPUtime=6.27 cores=1,3,5,7
/proc/13087/task/13150/stat : 13150 (java) S 13084 13087 8623 0 -1 1077944384 38063 13080 0 0 614 6 5 2 20 0 15 0 408075226 11109400576 187321 33554432000 4194304 4196468 140733354712224 139940790335600 139941822728834 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7602176 140733354715893 140733354718405 140733354718405 140733354721231 0
[pid=13087/tid=13151] ppid=13084 vsize=10849024 memory=2900 CPUtime=4.69 cores=1,3,5,7
/proc/13087/task/13151/stat : 13151 (java) S 13084 13087 8623 0 -1 1077944384 48233 13080 0 0 453 9 5 2 20 0 15 0 408075226 11109400576 187321 33554432000 4194304 4196468 140733354712224 139940789283056 139941822728834 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7602176 140733354715893 140733354718405 140733354718405 140733354721231 0
[pid=13087/tid=13152] ppid=13084 vsize=10849024 memory=1728 CPUtime=0.07 cores=1,3,5,7
/proc/13087/task/13152/stat : 13152 (java) S 13084 13087 8623 0 -1 1077944384 3 13080 0 0 0 0 5 2 20 0 15 0 408075226 11109400576 187321 33554432000 4194304 4196468 140733354712224 139940363848288 139941822727893 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7602176 140733354715893 140733354718405 140733354718405 140733354721231 0
[pid=13087/tid=13153] ppid=13084 vsize=10849024 memory=924 CPUtime=1.11 cores=1,3,5,7
/proc/13087/task/13153/stat : 13153 (java) S 13084 13087 8623 0 -1 1077944384 1323 13080 0 0 48 56 5 2 20 0 15 0 408075226 11109400576 187321 33554432000 4194304 4196468 140733354712224 139940788230960 139941822728834 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7602176 140733354715893 140733354718405 140733354718405 140733354721231 0
Current children cumulated CPU time: 1782.14 s
Current children cumulated vsize: 10849024 KiB
Current children cumulated memory: 749284 KiB

[startup+1742.5 s]
/proc/loadavg: 1.34 1.33 1.39 3/227 13465
/proc/meminfo: memFree=22215808/32770624 swapFree=67108848/67108860
[pid=13087] ppid=13084 vsize=10849024 memory=749284 CPUtime=1782.25 cores=1,3,5,7
/proc/13087/stat : 13087 (java) S 13084 13087 8623 0 -1 1077944320 214633 13080 0 0 177940 278 5 2 20 0 15 0 408075211 11109400576 187321 33554432000 4194304 4196468 140733354712224 140733354694768 139941822717687 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 7602176 140733354715893 140733354718405 140733354718405 140733354721231 0
/proc/13087/statm: 2712256 187321 3622 1 0 2674317 0
[pid=13087/tid=13140] ppid=13084 vsize=10849024 memory=749284 CPUtime=1724.25 cores=1,3,5,7
/proc/13087/task/13140/stat : 13140 (java) R 13084 13087 8623 0 -1 4202560 49514 13080 0 0 172379 39 5 2 20 0 15 0 408075220 11109400576 187321 33554432000 4194304 4196468 140733354712224 139941794550832 139941403848501 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7602176 140733354715893 140733354718405 140733354718405 140733354721231 0
[pid=13087/tid=13141] ppid=13084 vsize=10849024 memory=749284 CPUtime=8.06 cores=1,3,5,7
/proc/13087/task/13141/stat : 13141 (java) S 13084 13087 8623 0 -1 1077944384 11127 13080 0 0 754 45 5 2 20 0 15 0 408075221 11109400576 187321 33554432000 4194304 4196468 140733354712224 139941826959632 139941822727893 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7602176 140733354715893 140733354718405 140733354718405 140733354721231 0
[pid=13087/tid=13142] ppid=13084 vsize=10849024 memory=749284 CPUtime=8.01 cores=1,3,5,7
/proc/13087/task/13142/stat : 13142 (java) S 13084 13087 8623 0 -1 1077944384 5154 13080 0 0 753 41 5 2 20 0 15 0 408075221 11109400576 187321 33554432000 4194304 4196468 140733354712224 139941715233168 139941822727893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7602176 140733354715893 140733354718405 140733354718405 140733354721231 0
[pid=13087/tid=13143] ppid=13084 vsize=10849024 memory=749284 CPUtime=8.05 cores=1,3,5,7
/proc/13087/task/13143/stat : 13143 (java) S 13084 13087 8623 0 -1 1077944384 3786 13080 0 0 758 40 5 2 20 0 15 0 408075221 11109400576 187321 33554432000 4194304 4196468 140733354712224 139941714180624 139941822727893 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7602176 140733354715893 140733354718405 140733354718405 140733354721231 0
[pid=13087/tid=13144] ppid=13084 vsize=10849024 memory=749284 CPUtime=8.02 cores=1,3,5,7
/proc/13087/task/13144/stat : 13144 (java) S 13084 13087 8623 0 -1 1077944384 8943 13080 0 0 752 43 5 2 20 0 15 0 408075221 11109400576 187321 33554432000 4194304 4196468 140733354712224 139941713128080 139941822727893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7602176 140733354715893 140733354718405 140733354718405 140733354721231 0
[pid=13087/tid=13145] ppid=13084 vsize=10849024 memory=3924 CPUtime=7.58 cores=1,3,5,7
/proc/13087/task/13145/stat : 13145 (java) S 13084 13087 8623 0 -1 1077944384 9083 13080 0 0 710 41 5 2 20 0 15 0 408075222 11109400576 187321 33554432000 4194304 4196468 140733354712224 139940825999856 139941822728834 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7602176 140733354715893 140733354718405 140733354718405 140733354721231 0
[pid=13087/tid=13146] ppid=13084 vsize=10849024 memory=749284 CPUtime=0.07 cores=1,3,5,7
/proc/13087/task/13146/stat : 13146 (java) S 13084 13087 8623 0 -1 1077944384 39 13080 0 0 0 0 5 2 20 0 15 0 408075223 11109400576 187321 33554432000 4194304 4196468 140733354712224 139940824946208 139941822727893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7602176 140733354715893 140733354718405 140733354718405 140733354721231 0
[pid=13087/tid=13147] ppid=13084 vsize=10849024 memory=7 CPUtime=0.07 cores=1,3,5,7
/proc/13087/task/13147/stat : 13147 (java) S 13084 13087 8623 0 -1 1077944384 4 13080 0 0 0 0 5 2 20 0 15 0 408075223 11109400576 187321 33554432000 4194304 4196468 140733354712224 139940704806400 139941822727893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7602176 140733354715893 140733354718405 140733354718405 140733354721231 0
[pid=13087/tid=13148] ppid=13084 vsize=10849024 memory=3924 CPUtime=0.07 cores=1,3,5,7
/proc/13087/task/13148/stat : 13148 (java) S 13084 13087 8623 0 -1 1077944384 3 13080 0 0 0 0 5 2 20 0 15 0 408075226 11109400576 187321 33554432000 4194304 4196468 140733354712224 139940397406928 139941822736283 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7602176 140733354715893 140733354718405 140733354718405 140733354721231 0
[pid=13087/tid=13149] ppid=13084 vsize=10849024 memory=2376 CPUtime=6.72 cores=1,3,5,7
/proc/13087/task/13149/stat : 13149 (java) S 13084 13087 8623 0 -1 1077944384 37151 13080 0 0 658 7 5 2 20 0 15 0 408075226 11109400576 187321 33554432000 4194304 4196468 140733354712224 139940791388144 139941822728834 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7602176 140733354715893 140733354718405 140733354718405 140733354721231 0
[pid=13087/tid=13150] ppid=13084 vsize=10849024 memory=68 CPUtime=6.27 cores=1,3,5,7
/proc/13087/task/13150/stat : 13150 (java) S 13084 13087 8623 0 -1 1077944384 38063 13080 0 0 614 6 5 2 20 0 15 0 408075226 11109400576 187321 33554432000 4194304 4196468 140733354712224 139940790335600 139941822728834 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7602176 140733354715893 140733354718405 140733354718405 140733354721231 0
[pid=13087/tid=13151] ppid=13084 vsize=10849024 memory=132 CPUtime=4.69 cores=1,3,5,7
/proc/13087/task/13151/stat : 13151 (java) S 13084 13087 8623 0 -1 1077944384 48233 13080 0 0 453 9 5 2 20 0 15 0 408075226 11109400576 187321 33554432000 4194304 4196468 140733354712224 139940789283056 139941822728834 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7602176 140733354715893 140733354718405 140733354718405 140733354721231 0
[pid=13087/tid=13152] ppid=13084 vsize=10849024 memory=280472236901360 CPUtime=0.07 cores=1,3,5,7
/proc/13087/task/13152/stat : 13152 (java) S 13084 13087 8623 0 -1 1077944384 3 13080 0 0 0 0 5 2 20 0 15 0 408075226 11109400576 187321 33554432000 4194304 4196468 140733354712224 139940363848288 139941822727893 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7602176 140733354715893 140733354718405 140733354718405 140733354721231 0
[pid=13087/tid=13153] ppid=13084 vsize=10849024 memory=749284 CPUtime=1.11 cores=1,3,5,7
/proc/13087/task/13153/stat : 13153 (java) S 13084 13087 8623 0 -1 1077944384 1323 13080 0 0 48 56 5 2 20 0 15 0 408075226 11109400576 187321 33554432000 4194304 4196468 140733354712224 139940788230960 139941822728834 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7602176 140733354715893 140733354718405 140733354718405 140733354721231 0
Current children cumulated CPU time: 1782.25 s
Current children cumulated vsize: 10849024 KiB
Current children cumulated memory: 749284 KiB

Child status: 0
Real time (s): 1742.57
CPU time (s): 1782.33
CPU user time (s): 1779.52
CPU system time (s): 2.81644
CPU usage (%): 102.282
Max. virtual memory (cumulated for all children) (KiB): 10854328
Max. memory (cumulated for all children) (KiB): 749284

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1779.52
system time used= 2.81644
maximum resident set size= 751344
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 228035
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2456
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 210902
involuntary context switches= 6266


# summary of solver processes directly reported to runsolver:
#   pid: 13087
#   total CPU time (s): 1782.33
#   total CPU user time (s): 1779.52
#   total CPU system time (s): 2.81644

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.7123 second user time and 16.4483 second system time

The end

Launcher Data

Begin job on node143 at 2019-09-12 22:48:57
IDJOB=4392116
IDBENCH=135746
IDSOLVER=2837
FILE ID=node143/4392116-1568321378
RUNJOBID= node143-1568309802-8655
PBS_JOBID= 21701123
Free space on /tmp= 58820 MiB

SOLVER NAME= Concrete 3.10
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n15/TravellingSalesman-15-30-12.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4392116-1568321378/watcher-4392116-1568321378 -o /tmp/evaluation-result-4392116-1568321378/solver-4392116-1568321378 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node143-1568309802-8655 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=1666958582 HOME/instance-4392116-1568321378.xml

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

MD5SUM BENCH= dba33b05662b19bf60999f99ad872bed
RANDOM SEED=1666958582

node143.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.73
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.73
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.73
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.73
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:        23524720 kB
MemAvailable:   31018628 kB
Buffers:          156012 kB
Cached:          7625524 kB
SwapCached:            8 kB
Active:          2939944 kB
Inactive:        5631124 kB
Active(anon):     744256 kB
Inactive(anon):   144520 kB
Active(file):    2195688 kB
Inactive(file):  5486604 kB
Unevictable:      107780 kB
Mlocked:          107780 kB
SwapTotal:      67108860 kB
SwapFree:       67108848 kB
Dirty:             35056 kB
Writeback:             0 kB
AnonPages:        897472 kB
Mapped:            60820 kB
Shmem:             90756 kB
Slab:             268824 kB
SReclaimable:     240076 kB
SUnreclaim:        28748 kB
KernelStack:        3968 kB
PageTables:         7268 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2014984 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    679936 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 58784 MiB
End job on node143 at 2019-09-12 23:18:00