Trace number 4403176

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.12.3OPT105 2253.8 2209.04

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.80/0.55	c Concrete v3.12.3.1568965526260 running
6.20/3.11	o 165
6.56/3.13	o 152
6.56/3.19	o 151
6.56/3.20	o 141
6.87/3.24	o 138
6.87/3.25	o 134
7.20/3.35	o 129
7.20/3.38	o 126
8.17/3.62	o 123
9.77/4.18	o 111
10.32/4.35	o 106
10.61/4.44	o 105
2253.75/2209.03	v <instantiation
2253.75/2209.03	v         cost = '105'>
2253.75/2209.03	v       <list>
2253.75/2209.03	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]
2253.75/2209.03	v       </list>
2253.75/2209.03	v       <values>
2253.75/2209.03	v         12 7 3 1 2 4 5 0 6 9 11 8 10 14 13 15 6 5 4 6 5 17 10 9 2 10 3 8 1 4
2253.75/2209.03	v       </values>
2253.75/2209.03	v     </instantiation>
2253.75/2209.03	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 (1599 MiB free)
  memory of node 1: 16384 MiB (2119 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4403176-1568979645/watcher-4403176-1568979645 -o /var/tmp/evaluation-result-4403176-1568979645/solver-4403176-1568979645 -C 2400 -W 2500 -M 15500 --bin-var /var/tmp/runsolver-exch-node136-1568967593-19367 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=1419008473 HOME/instance-4403176-1568979645.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=23223, runsolver pid=23220

[startup+0.100674 s]*
/proc/loadavg: 1.49 1.43 1.42 3/218 23280
/proc/meminfo: memFree=3799908/32770624 swapFree=67002224/67108860
[pid=23223] ppid=23220 vsize=9972712 memory=17072 CPUtime=0.09 cores=1,3,5,7
/proc/23223/stat : 23223 (java) S 23220 23223 19335 0 -1 1077944320 4538 13152 0 0 1 1 4 3 20 0 6 0 474213140 10212057088 4268 33554432000 4194304 4196468 140730508366864 140730508349408 139994300223223 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 16633856 140730508368483 140730508371125 140730508371125 140730508373967 0
/proc/23223/statm: 2493178 4268 1934 1 0 2481616 0
[pid=23223/tid=23276] ppid=23220 vsize=9972712 memory=4279135703946853774 CPUtime=0.08 cores=1,3,5,7
/proc/23223/task/23276/stat : 23276 (java) R 23220 23223 19335 0 -1 4202560 2340 13152 0 0 1 0 4 3 20 0 6 0 474213149 10212057088 4334 33554432000 4194304 4196468 140730508366864 139994272059984 139994285397904 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16633856 140730508368483 140730508371125 140730508371125 140730508373967 0
[pid=23223/tid=23277] ppid=23220 vsize=9972712 memory=8257237230052613020 CPUtime=0.07 cores=1,3,5,7
/proc/23223/task/23277/stat : 23277 (java) S 23220 23223 19335 0 -1 1077944384 1 13152 0 0 0 0 4 3 20 0 6 0 474213150 10212057088 4334 33554432000 4194304 4196468 140730508366864 139994304465168 139994300233429 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16633856 140730508368483 140730508371125 140730508371125 140730508373967 0
[pid=23223/tid=23278] ppid=23220 vsize=9972712 memory=140708373026432 CPUtime=0.07 cores=1,3,5,7
/proc/23223/task/23278/stat : 23278 (java) S 23220 23223 19335 0 -1 1077944384 1 13152 0 0 0 0 4 3 20 0 6 0 474213150 10212057088 4334 33554432000 4194304 4196468 140730508366864 139994192738704 139994300233429 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16633856 140730508368483 140730508371125 140730508371125 140730508373967 0
[pid=23223/tid=23279] ppid=23220 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/23223/task/23279/stat : 23279 (java) S 23220 23223 19335 0 -1 1077944384 1 13152 0 0 0 0 4 3 20 0 6 0 474213150 10212057088 4334 33554432000 4194304 4196468 140730508366864 139994191686160 139994300233429 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16633856 140730508368483 140730508371125 140730508371125 140730508373967 0
[pid=23223/tid=23280] ppid=23220 vsize=9972712 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/23223/task/23280/stat : 23280 (java) S 23220 23223 19335 0 -1 1077944384 2 13152 0 0 0 0 4 3 20 0 6 0 474213150 10212057088 4334 33554432000 4194304 4196468 140730508366864 139993871805072 139994300233429 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16633856 140730508368483 140730508371125 140730508371125 140730508373967 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 17072 KiB

[startup+0.209936 s]*
/proc/loadavg: 1.49 1.43 1.42 4/227 23289
/proc/meminfo: memFree=3781392/32770624 swapFree=67002224/67108860
[pid=23223] ppid=23220 vsize=10823808 memory=42296 CPUtime=0.27 cores=1,3,5,7
/proc/23223/stat : 23223 (java) S 23220 23223 19335 0 -1 1077944320 7918 13152 0 0 18 2 4 3 20 0 15 0 474213140 11083579392 10574 33554432000 4194304 4196468 140730508366864 140730508349408 139994300223223 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 16633856 140730508368483 140730508371125 140730508371125 140730508373967 0
/proc/23223/statm: 2705952 10574 3318 1 0 2668052 0
[pid=23223/tid=23276] ppid=23220 vsize=10823808 memory=-6517102902069810590 CPUtime=0.18 cores=1,3,5,7
/proc/23223/task/23276/stat : 23276 (java) R 23220 23223 19335 0 -1 4202560 4569 13152 0 0 10 1 4 3 20 0 15 0 474213149 11083579392 10772 33554432000 4194304 4196468 140730508366864 139994272035584 139994292902941 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16633856 140730508368483 140730508371125 140730508371125 140730508373967 0
[pid=23223/tid=23277] ppid=23220 vsize=10823808 memory=-7025452035940392864 CPUtime=0.07 cores=1,3,5,7
/proc/23223/task/23277/stat : 23277 (java) S 23220 23223 19335 0 -1 1077944384 1 13152 0 0 0 0 4 3 20 0 15 0 474213150 11083579392 10772 33554432000 4194304 4196468 140730508366864 139994304465168 139994300233429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16633856 140730508368483 140730508371125 140730508371125 140730508373967 0
[pid=23223/tid=23278] ppid=23220 vsize=10823808 memory=140708373026432 CPUtime=0.07 cores=1,3,5,7
/proc/23223/task/23278/stat : 23278 (java) S 23220 23223 19335 0 -1 1077944384 1 13152 0 0 0 0 4 3 20 0 15 0 474213150 11083579392 10772 33554432000 4194304 4196468 140730508366864 139994192738704 139994300233429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16633856 140730508368483 140730508371125 140730508371125 140730508373967 0
[pid=23223/tid=23279] ppid=23220 vsize=10823808 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/23223/task/23279/stat : 23279 (java) S 23220 23223 19335 0 -1 1077944384 1 13152 0 0 0 0 4 3 20 0 15 0 474213150 11083579392 10772 33554432000 4194304 4196468 140730508366864 139994191686160 139994300233429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16633856 140730508368483 140730508371125 140730508371125 140730508373967 0
[pid=23223/tid=23280] ppid=23220 vsize=10823808 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/23223/task/23280/stat : 23280 (java) S 23220 23223 19335 0 -1 1077944384 2 13152 0 0 0 0 4 3 20 0 15 0 474213150 11083579392 10838 33554432000 4194304 4196468 140730508366864 139993871805072 139994300233429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16633856 140730508368483 140730508371125 140730508371125 140730508373967 0
[pid=23223/tid=23281] ppid=23220 vsize=10823808 memory=140708373026432 CPUtime=0.07 cores=1,3,5,7
/proc/23223/task/23281/stat : 23281 (java) S 23220 23223 19335 0 -1 1077944384 2 13152 0 0 0 0 4 3 20 0 15 0 474213151 11083579392 10838 33554432000 4194304 4196468 140730508366864 139993759738352 139994300234370 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16633856 140730508368483 140730508371125 140730508371125 140730508373967 0
[pid=23223/tid=23282] ppid=23220 vsize=10823808 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/23223/task/23282/stat : 23282 (java) S 23220 23223 19335 0 -1 1077944384 33 13152 0 0 0 0 4 3 20 0 15 0 474213152 11083579392 10838 33554432000 4194304 4196468 140730508366864 139993758684576 139994300233429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16633856 140730508368483 140730508371125 140730508371125 140730508373967 0
[pid=23223/tid=23283] ppid=23220 vsize=10823808 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/23223/task/23283/stat : 23283 (java) S 23220 23223 19335 0 -1 1077944384 1 13152 0 0 0 0 4 3 20 0 15 0 474213152 11083579392 10838 33554432000 4194304 4196468 140730508366864 139993183938032 139994300233429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16633856 140730508368483 140730508371125 140730508371125 140730508373967 0
[pid=23223/tid=23284] ppid=23220 vsize=10823808 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/23223/task/23284/stat : 23284 (java) S 23220 23223 19335 0 -1 1077944384 3 13152 0 0 0 0 4 3 20 0 15 0 474213155 11083579392 10904 33554432000 4194304 4196468 140730508366864 139992876538576 139994300241819 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16633856 140730508368483 140730508371125 140730508371125 140730508373967 0
[pid=23223/tid=23285] ppid=23220 vsize=10823808 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/23223/task/23285/stat : 23285 (java) S 23220 23223 19335 0 -1 1077944384 356 13152 0 0 1 0 4 3 20 0 15 0 474213155 11083579392 10904 33554432000 4194304 4196468 140730508366864 139993725126640 139994300234370 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16633856 140730508368483 140730508371125 140730508371125 140730508373967 0
[pid=23223/tid=23286] ppid=23220 vsize=10823808 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/23223/task/23286/stat : 23286 (java) R 23220 23223 19335 0 -1 4202560 315 13152 0 0 1 0 4 3 20 0 15 0 474213155 11083579392 10904 33554432000 4194304 4196468 140730508366864 139993724074096 139994281745442 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16633856 140730508368483 140730508371125 140730508371125 140730508373967 0
[pid=23223/tid=23287] ppid=23220 vsize=10823808 memory=140708373026432 CPUtime=0.1 cores=1,3,5,7
/proc/23223/task/23287/stat : 23287 (java) S 23220 23223 19335 0 -1 1077944384 612 13152 0 0 3 0 4 3 20 0 15 0 474213155 11083579392 10904 33554432000 4194304 4196468 140730508366864 139993723021552 139994300234370 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16633856 140730508368483 140730508371125 140730508371125 140730508373967 0
[pid=23223/tid=23288] ppid=23220 vsize=10823808 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/23223/task/23288/stat : 23288 (java) S 23220 23223 19335 0 -1 1077944384 3 13152 0 0 0 0 4 3 20 0 15 0 474213155 11083579392 10904 33554432000 4194304 4196468 140730508366864 139992842979936 139994300233429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16633856 140730508368483 140730508371125 140730508371125 140730508373967 0
[pid=23223/tid=23289] ppid=23220 vsize=10823808 memory=140708373026432 CPUtime=0.07 cores=1,3,5,7
/proc/23223/task/23289/stat : 23289 (java) S 23220 23223 19335 0 -1 1077944384 1 13152 0 0 0 0 4 3 20 0 15 0 474213155 11083579392 10970 33554432000 4194304 4196468 140730508366864 139993721969456 139994300234370 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16633856 140730508368483 140730508371125 140730508371125 140730508373967 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10823808 KiB
Current children cumulated memory: 42296 KiB

[startup+0.310774 s]*
/proc/loadavg: 1.49 1.43 1.42 4/227 23289
/proc/meminfo: memFree=3771220/32770624 swapFree=67002224/67108860
[pid=23223] ppid=23220 vsize=10820196 memory=48600 CPUtime=0.4 cores=1,3,5,7
/proc/23223/stat : 23223 (java) S 23220 23223 19335 0 -1 1077944320 10880 13152 0 0 30 3 4 3 20 0 15 0 474213140 11079880704 12150 33554432000 4194304 4196468 140730508366864 140730508349408 139994300223223 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 16633856 140730508368483 140730508371125 140730508371125 140730508373967 0
/proc/23223/statm: 2705049 12150 3329 1 0 2667149 0
[pid=23223/tid=23276] ppid=23220 vsize=10820196 memory=6791534058613427641 CPUtime=0.29 cores=1,3,5,7
/proc/23223/task/23276/stat : 23276 (java) R 23220 23223 19335 0 -1 4202560 7336 13152 0 0 19 3 4 3 20 0 15 0 474213149 11079880704 12150 33554432000 4194304 4196468 140730508366864 139994272039104 139994286409200 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16633856 140730508368483 140730508371125 140730508371125 140730508373967 0
[pid=23223/tid=23277] ppid=23220 vsize=10820196 memory=7228928657774891088 CPUtime=0.07 cores=1,3,5,7
/proc/23223/task/23277/stat : 23277 (java) S 23220 23223 19335 0 -1 1077944384 1 13152 0 0 0 0 4 3 20 0 15 0 474213150 11079880704 12150 33554432000 4194304 4196468 140730508366864 139994304465168 139994300233429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16633856 140730508368483 140730508371125 140730508371125 140730508373967 0
[pid=23223/tid=23278] ppid=23220 vsize=10820196 memory=2076 CPUtime=0.07 cores=1,3,5,7
/proc/23223/task/23278/stat : 23278 (java) S 23220 23223 19335 0 -1 1077944384 1 13152 0 0 0 0 4 3 20 0 15 0 474213150 11079880704 12150 33554432000 4194304 4196468 140730508366864 139994192738704 139994300233429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16633856 140730508368483 140730508371125 140730508371125 140730508373967 0
[pid=23223/tid=23279] ppid=23220 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/23223/task/23279/stat : 23279 (java) S 23220 23223 19335 0 -1 1077944384 1 13152 0 0 0 0 4 3 20 0 15 0 474213150 11079880704 12150 33554432000 4194304 4196468 140730508366864 139994191686160 139994300233429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16633856 140730508368483 140730508371125 140730508371125 140730508373967 0
[pid=23223/tid=23280] ppid=23220 vsize=10820196 memory=4126316290023845779 CPUtime=0.07 cores=1,3,5,7
/proc/23223/task/23280/stat : 23280 (java) S 23220 23223 19335 0 -1 1077944384 2 13152 0 0 0 0 4 3 20 0 15 0 474213150 11079880704 12150 33554432000 4194304 4196468 140730508366864 139993871805072 139994300233429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16633856 140730508368483 140730508371125 140730508371125 140730508373967 0
[pid=23223/tid=23281] ppid=23220 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/23223/task/23281/stat : 23281 (java) S 23220 23223 19335 0 -1 1077944384 2 13152 0 0 0 0 4 3 20 0 15 0 474213151 11079880704 12150 33554432000 4194304 4196468 140730508366864 139993759738352 139994300234370 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16633856 140730508368483 140730508371125 140730508371125 140730508373967 0
[pid=23223/tid=23282] ppid=23220 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/23223/task/23282/stat : 23282 (java) S 23220 23223 19335 0 -1 1077944384 33 13152 0 0 0 0 4 3 20 0 15 0 474213152 11079880704 12150 33554432000 4194304 4196468 140730508366864 139993758684576 139994300233429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16633856 140730508368483 140730508371125 140730508371125 140730508373967 0
[pid=23223/tid=23283] ppid=23220 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/23223/task/23283/stat : 23283 (java) S 23220 23223 19335 0 -1 1077944384 1 13152 0 0 0 0 4 3 20 0 15 0 474213152 11079880704 12150 33554432000 4194304 4196468 140730508366864 139993183938032 139994300233429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16633856 140730508368483 140730508371125 140730508371125 140730508373967 0
[pid=23223/tid=23284] ppid=23220 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/23223/task/23284/stat : 23284 (java) S 23220 23223 19335 0 -1 1077944384 3 13152 0 0 0 0 4 3 20 0 15 0 474213155 11079880704 12150 33554432000 4194304 4196468 140730508366864 139992876538576 139994300241819 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16633856 140730508368483 140730508371125 140730508371125 140730508373967 0
[pid=23223/tid=23285] ppid=23220 vsize=10820196 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/23223/task/23285/stat : 23285 (java) S 23220 23223 19335 0 -1 1077944384 357 13152 0 0 2 0 4 3 20 0 15 0 474213155 11079880704 12150 33554432000 4194304 4196468 140730508366864 139993725126640 139994300234370 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16633856 140730508368483 140730508371125 140730508371125 140730508373967 0
[pid=23223/tid=23286] ppid=23220 vsize=10820196 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/23223/task/23286/stat : 23286 (java) S 23220 23223 19335 0 -1 1077944384 316 13152 0 0 2 0 4 3 20 0 15 0 474213155 11079880704 12150 33554432000 4194304 4196468 140730508366864 139993724074096 139994300234370 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16633856 140730508368483 140730508371125 140730508371125 140730508373967 0
[pid=23223/tid=23287] ppid=23220 vsize=10820196 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/23223/task/23287/stat : 23287 (java) S 23220 23223 19335 0 -1 1077944384 620 13152 0 0 5 0 4 3 20 0 15 0 474213155 11079880704 12150 33554432000 4194304 4196468 140730508366864 139993723021552 139994300234370 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16633856 140730508368483 140730508371125 140730508371125 140730508373967 0
[pid=23223/tid=23288] ppid=23220 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/23223/task/23288/stat : 23288 (java) S 23220 23223 19335 0 -1 1077944384 3 13152 0 0 0 0 4 3 20 0 15 0 474213155 11079880704 12150 33554432000 4194304 4196468 140730508366864 139992842979936 139994300233429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16633856 140730508368483 140730508371125 140730508371125 140730508373967 0
[pid=23223/tid=23289] ppid=23220 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/23223/task/23289/stat : 23289 (java) S 23220 23223 19335 0 -1 1077944384 1 13152 0 0 0 0 4 3 20 0 15 0 474213155 11079880704 12150 33554432000 4194304 4196468 140730508366864 139993721969456 139994300234370 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16633856 140730508368483 140730508371125 140730508371125 140730508373967 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 48600 KiB

[startup+0.700761 s]
/proc/loadavg: 1.49 1.43 1.42 3/228 23297
/proc/meminfo: memFree=3755392/32770624 swapFree=67002224/67108860
[pid=23223] ppid=23220 vsize=10824364 memory=81744 CPUtime=1.16 cores=1,3,5,7
/proc/23223/stat : 23223 (java) S 23220 23223 19335 0 -1 1077944320 15232 13152 0 0 104 5 4 3 20 0 15 0 474213140 11084148736 20436 33554432000 4194304 4196468 140730508366864 140730508349408 139994300223223 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 16633856 140730508368483 140730508371125 140730508371125 140730508373967 0
/proc/23223/statm: 2706091 20436 3504 1 0 2668173 0
[pid=23223/tid=23276] ppid=23220 vsize=10824364 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/23223/task/23276/stat : 23276 (java) R 23220 23223 19335 0 -1 4202560 10512 13152 0 0 55 4 4 3 20 0 15 0 474213149 11084148736 20436 33554432000 4194304 4196468 140730508366864 139994272044296 139994284303710 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16633856 140730508368483 140730508371125 140730508371125 140730508373967 0
[pid=23223/tid=23277] ppid=23220 vsize=10824364 memory=827 CPUtime=0.07 cores=1,3,5,7
/proc/23223/task/23277/stat : 23277 (java) S 23220 23223 19335 0 -1 1077944384 1 13152 0 0 0 0 4 3 20 0 15 0 474213150 11084148736 20436 33554432000 4194304 4196468 140730508366864 139994304465168 139994300233429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16633856 140730508368483 140730508371125 140730508371125 140730508373967 0
[pid=23223/tid=23278] ppid=23220 vsize=10824364 memory=3616 CPUtime=0.07 cores=1,3,5,7
/proc/23223/task/23278/stat : 23278 (java) S 23220 23223 19335 0 -1 1077944384 1 13152 0 0 0 0 4 3 20 0 15 0 474213150 11084148736 20436 33554432000 4194304 4196468 140730508366864 139994192738704 139994300233429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16633856 140730508368483 140730508371125 140730508371125 140730508373967 0
[pid=23223/tid=23279] ppid=23220 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/23223/task/23279/stat : 23279 (java) S 23220 23223 19335 0 -1 1077944384 1 13152 0 0 0 0 4 3 20 0 15 0 474213150 11084148736 20436 33554432000 4194304 4196468 140730508366864 139994191686160 139994300233429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16633856 140730508368483 140730508371125 140730508371125 140730508373967 0
[pid=23223/tid=23280] ppid=23220 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/23223/task/23280/stat : 23280 (java) S 23220 23223 19335 0 -1 1077944384 2 13152 0 0 0 0 4 3 20 0 15 0 474213150 11084148736 20436 33554432000 4194304 4196468 140730508366864 139993871805072 139994300233429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16633856 140730508368483 140730508371125 140730508371125 140730508373967 0
[pid=23223/tid=23281] ppid=23220 vsize=10824364 memory=4420 CPUtime=0.07 cores=1,3,5,7
/proc/23223/task/23281/stat : 23281 (java) S 23220 23223 19335 0 -1 1077944384 5 13152 0 0 0 0 4 3 20 0 15 0 474213151 11084148736 20436 33554432000 4194304 4196468 140730508366864 139993759738352 139994300234370 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16633856 140730508368483 140730508371125 140730508371125 140730508373967 0
[pid=23223/tid=23282] ppid=23220 vsize=10824364 memory=6628 CPUtime=0.07 cores=1,3,5,7
/proc/23223/task/23282/stat : 23282 (java) S 23220 23223 19335 0 -1 1077944384 33 13152 0 0 0 0 4 3 20 0 15 0 474213152 11084148736 20436 33554432000 4194304 4196468 140730508366864 139993758684576 139994300233429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16633856 140730508368483 140730508371125 140730508371125 140730508373967 0
[pid=23223/tid=23283] ppid=23220 vsize=10824364 memory=8836 CPUtime=0.07 cores=1,3,5,7
/proc/23223/task/23283/stat : 23283 (java) S 23220 23223 19335 0 -1 1077944384 1 13152 0 0 0 0 4 3 20 0 15 0 474213152 11084148736 20436 33554432000 4194304 4196468 140730508366864 139993183938032 139994300233429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16633856 140730508368483 140730508371125 140730508371125 140730508373967 0
[pid=23223/tid=23284] ppid=23220 vsize=10824364 memory=11044 CPUtime=0.07 cores=1,3,5,7
/proc/23223/task/23284/stat : 23284 (java) S 23220 23223 19335 0 -1 1077944384 3 13152 0 0 0 0 4 3 20 0 15 0 474213155 11084148736 20436 33554432000 4194304 4196468 140730508366864 139992876538576 139994300241819 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16633856 140730508368483 140730508371125 140730508371125 140730508373967 0
[pid=23223/tid=23285] ppid=23220 vsize=10824364 memory=13252 CPUtime=0.23 cores=1,3,5,7
/proc/23223/task/23285/stat : 23285 (java) S 23220 23223 19335 0 -1 1077944384 913 13152 0 0 16 0 4 3 20 0 15 0 474213155 11084148736 20436 33554432000 4194304 4196468 140730508366864 139993725126640 139994300234370 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16633856 140730508368483 140730508371125 140730508371125 140730508373967 0
[pid=23223/tid=23286] ppid=23220 vsize=10824364 memory=15460 CPUtime=0.2 cores=1,3,5,7
/proc/23223/task/23286/stat : 23286 (java) R 23220 23223 19335 0 -1 4202560 757 13152 0 0 13 0 4 3 20 0 15 0 474213155 11084148736 20436 33554432000 4194304 4196468 140730508366864 139993724074392 139994292512512 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16633856 140730508368483 140730508371125 140730508371125 140730508373967 0
[pid=23223/tid=23287] ppid=23220 vsize=10824364 memory=17668 CPUtime=0.24 cores=1,3,5,7
/proc/23223/task/23287/stat : 23287 (java) S 23220 23223 19335 0 -1 1077944384 799 13152 0 0 17 0 4 3 20 0 15 0 474213155 11084148736 20436 33554432000 4194304 4196468 140730508366864 139993723021552 139994300234370 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16633856 140730508368483 140730508371125 140730508371125 140730508373967 0
[pid=23223/tid=23288] ppid=23220 vsize=10824364 memory=19876 CPUtime=0.07 cores=1,3,5,7
/proc/23223/task/23288/stat : 23288 (java) S 23220 23223 19335 0 -1 1077944384 3 13152 0 0 0 0 4 3 20 0 15 0 474213155 11084148736 20436 33554432000 4194304 4196468 140730508366864 139992842979936 139994300233429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16633856 140730508368483 140730508371125 140730508371125 140730508373967 0
[pid=23223/tid=23289] ppid=23220 vsize=10824364 memory=22084 CPUtime=0.07 cores=1,3,5,7
/proc/23223/task/23289/stat : 23289 (java) R 23220 23223 19335 0 -1 1077944384 1 13152 0 0 0 0 4 3 20 0 15 0 474213155 11084148736 20436 33554432000 4194304 4196468 140730508366864 139993721969456 139994300234370 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16633856 140730508368483 140730508371125 140730508371125 140730508373967 0
Current children cumulated CPU time: 1.16 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 81744 KiB

[startup+1.50079 s]
/proc/loadavg: 1.49 1.43 1.42 4/228 23297
/proc/meminfo: memFree=3711360/32770624 swapFree=67002224/67108860
[pid=23223] ppid=23220 vsize=10834680 memory=169904 CPUtime=2.47 cores=1,3,5,7
/proc/23223/stat : 23223 (java) S 23220 23223 19335 0 -1 1077944320 22111 13152 0 0 231 9 4 3 20 0 15 0 474213140 11094712320 42476 33554432000 4194304 4196468 140730508366864 140730508349408 139994300223223 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 16633856 140730508368483 140730508371125 140730508371125 140730508373967 0
/proc/23223/statm: 2708670 42476 3582 1 0 2670733 0
[pid=23223/tid=23276] ppid=23220 vsize=10834680 memory=0 CPUtime=1.43 cores=1,3,5,7
/proc/23223/task/23276/stat : 23276 (java) R 23220 23223 19335 0 -1 4202560 15347 13152 0 0 130 6 4 3 20 0 15 0 474213149 11094712320 42476 33554432000 4194304 4196468 140730508366864 139994272024544 139994284266853 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16633856 140730508368483 140730508371125 140730508371125 140730508373967 0
[pid=23223/tid=23277] ppid=23220 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/23223/task/23277/stat : 23277 (java) S 23220 23223 19335 0 -1 1077944384 80 13152 0 0 1 0 4 3 20 0 15 0 474213150 11094712320 42476 33554432000 4194304 4196468 140730508366864 139994304465168 139994300233429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16633856 140730508368483 140730508371125 140730508371125 140730508373967 0
[pid=23223/tid=23278] ppid=23220 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/23223/task/23278/stat : 23278 (java) S 23220 23223 19335 0 -1 1077944384 453 13152 0 0 1 0 4 3 20 0 15 0 474213150 11094712320 42476 33554432000 4194304 4196468 140730508366864 139994192738704 139994300233429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16633856 140730508368483 140730508371125 140730508371125 140730508373967 0
[pid=23223/tid=23279] ppid=23220 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/23223/task/23279/stat : 23279 (java) S 23220 23223 19335 0 -1 1077944384 27 13152 0 0 1 0 4 3 20 0 15 0 474213150 11094712320 42476 33554432000 4194304 4196468 140730508366864 139994191686160 139994300233429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16633856 140730508368483 140730508371125 140730508371125 140730508373967 0
[pid=23223/tid=23280] ppid=23220 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/23223/task/23280/stat : 23280 (java) S 23220 23223 19335 0 -1 1077944384 95 13152 0 0 1 0 4 3 20 0 15 0 474213150 11094712320 42476 33554432000 4194304 4196468 140730508366864 139993871805072 139994300233429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16633856 140730508368483 140730508371125 140730508371125 140730508373967 0
[pid=23223/tid=23281] ppid=23220 vsize=10834680 memory=-7965959130280075168 CPUtime=0.08 cores=1,3,5,7
/proc/23223/task/23281/stat : 23281 (java) S 23220 23223 19335 0 -1 1077944384 170 13152 0 0 1 0 4 3 20 0 15 0 474213151 11094712320 42476 33554432000 4194304 4196468 140730508366864 139993759738352 139994300234370 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16633856 140730508368483 140730508371125 140730508371125 140730508373967 0
[pid=23223/tid=23282] ppid=23220 vsize=10834680 memory=281416457857280 CPUtime=0.07 cores=1,3,5,7
/proc/23223/task/23282/stat : 23282 (java) S 23220 23223 19335 0 -1 1077944384 33 13152 0 0 0 0 4 3 20 0 15 0 474213152 11094712320 42476 33554432000 4194304 4196468 140730508366864 139993758684640 139994300233429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16633856 140730508368483 140730508371125 140730508371125 140730508373967 0
[pid=23223/tid=23283] ppid=23220 vsize=10834680 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/23223/task/23283/stat : 23283 (java) S 23220 23223 19335 0 -1 1077944384 2 13152 0 0 0 0 4 3 20 0 15 0 474213152 11094712320 42476 33554432000 4194304 4196468 140730508366864 139993183938032 139994300233429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16633856 140730508368483 140730508371125 140730508371125 140730508373967 0
[pid=23223/tid=23284] ppid=23220 vsize=10834680 memory=1220 CPUtime=0.07 cores=1,3,5,7
/proc/23223/task/23284/stat : 23284 (java) S 23220 23223 19335 0 -1 1077944384 3 13152 0 0 0 0 4 3 20 0 15 0 474213155 11094712320 42476 33554432000 4194304 4196468 140730508366864 139992876538576 139994300241819 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16633856 140730508368483 140730508371125 140730508371125 140730508373967 0
[pid=23223/tid=23285] ppid=23220 vsize=10834680 memory=10600 CPUtime=0.33 cores=1,3,5,7
/proc/23223/task/23285/stat : 23285 (java) S 23220 23223 19335 0 -1 1077944384 1096 13152 0 0 26 0 4 3 20 0 15 0 474213155 11094712320 42476 33554432000 4194304 4196468 140730508366864 139993725126640 139994300234370 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16633856 140730508368483 140730508371125 140730508371125 140730508373967 0
[pid=23223/tid=23286] ppid=23220 vsize=10834680 memory=1736 CPUtime=0.33 cores=1,3,5,7
/proc/23223/task/23286/stat : 23286 (java) S 23220 23223 19335 0 -1 1077944384 884 13152 0 0 26 0 4 3 20 0 15 0 474213155 11094712320 42476 33554432000 4194304 4196468 140730508366864 139993724074096 139994300234370 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16633856 140730508368483 140730508371125 140730508371125 140730508373967 0
[pid=23223/tid=23287] ppid=23220 vsize=10834680 memory=6068 CPUtime=0.48 cores=1,3,5,7
/proc/23223/task/23287/stat : 23287 (java) S 23220 23223 19335 0 -1 1077944384 1715 13152 0 0 41 0 4 3 20 0 15 0 474213155 11094712320 42476 33554432000 4194304 4196468 140730508366864 139993723021552 139994300234370 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16633856 140730508368483 140730508371125 140730508371125 140730508373967 0
[pid=23223/tid=23288] ppid=23220 vsize=10834680 memory=636 CPUtime=0.07 cores=1,3,5,7
/proc/23223/task/23288/stat : 23288 (java) S 23220 23223 19335 0 -1 1077944384 3 13152 0 0 0 0 4 3 20 0 15 0 474213155 11094712320 42476 33554432000 4194304 4196468 140730508366864 139992842979936 139994300233429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16633856 140730508368483 140730508371125 140730508371125 140730508373967 0
[pid=23223/tid=23289] ppid=23220 vsize=10834680 memory=2836 CPUtime=0.07 cores=1,3,5,7
/proc/23223/task/23289/stat : 23289 (java) S 23220 23223 19335 0 -1 1077944384 1 13152 0 0 0 0 4 3 20 0 15 0 474213155 11094712320 42476 33554432000 4194304 4196468 140730508366864 139993721969456 139994300234370 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16633856 140730508368483 140730508371125 140730508371125 140730508373967 0
Current children cumulated CPU time: 2.47 s
Current children cumulated vsize: 10834680 KiB

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

[pid=23223/tid=23288] ppid=23220 vsize=10849048 memory=55084 CPUtime=0.07 cores=1,3,5,7
/proc/23223/task/23288/stat : 23288 (java) S 23220 23223 19335 0 -1 1077944384 3 13152 0 0 0 0 4 3 20 0 15 0 474213155 11109425152 214901 33554432000 4194304 4196468 140730508366864 139992842979936 139994300233429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16633856 140730508368483 140730508371125 140730508371125 140730508373967 0
[pid=23223/tid=23289] ppid=23220 vsize=10849048 memory=988 CPUtime=1.35 cores=1,3,5,7
/proc/23223/task/23289/stat : 23289 (java) S 23220 23223 19335 0 -1 1077944384 1063 13152 0 0 59 69 4 3 20 0 15 0 474213155 11109425152 214901 33554432000 4194304 4196468 140730508366864 139993721969456 139994300234370 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 9 0 0 6293624 6294260 16633856 140730508368483 140730508371125 140730508371125 140730508373967 0
Current children cumulated CPU time: 2249.48 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 859604 KiB

[startup+2206.4 s]
/proc/loadavg: 1.52 1.58 1.52 3/227 23777
/proc/meminfo: memFree=2998420/32770624 swapFree=67002228/67108860
[pid=23223] ppid=23220 vsize=10849048 memory=859604 CPUtime=2251.09 cores=1,3,5,7
/proc/23223/stat : 23223 (java) S 23220 23223 19335 0 -1 1077944320 188672 13152 0 0 224760 342 4 3 20 0 15 0 474213140 11109425152 214901 33554432000 4194304 4196468 140730508366864 140730508349408 139994300223223 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 16633856 140730508368483 140730508371125 140730508371125 140730508373967 0
/proc/23223/statm: 2712262 214901 3630 1 0 2674317 0
[pid=23223/tid=23276] ppid=23220 vsize=10849048 memory=2120 CPUtime=2181.38 cores=1,3,5,7
/proc/23223/task/23276/stat : 23276 (java) R 23220 23223 19335 0 -1 4202560 61692 13152 0 0 218085 46 4 3 20 0 15 0 474213149 11109425152 214901 33554432000 4194304 4196468 140730508366864 139994272059344 139993883664386 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16633856 140730508368483 140730508371125 140730508371125 140730508373967 0
[pid=23223/tid=23277] ppid=23220 vsize=10849048 memory=6791534058613427641 CPUtime=11.61 cores=1,3,5,7
/proc/23223/task/23277/stat : 23277 (java) S 23220 23223 19335 0 -1 1077944384 8558 13152 0 0 1100 54 4 3 20 0 15 0 474213150 11109425152 214901 33554432000 4194304 4196468 140730508366864 139994304465168 139994300233429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16633856 140730508368483 140730508371125 140730508371125 140730508373967 0
[pid=23223/tid=23278] ppid=23220 vsize=10849048 memory=1398720917958146503 CPUtime=11.62 cores=1,3,5,7
/proc/23223/task/23278/stat : 23278 (java) S 23220 23223 19335 0 -1 1077944384 11730 13152 0 0 1103 52 4 3 20 0 15 0 474213150 11109425152 214901 33554432000 4194304 4196468 140730508366864 139994192738704 139994300233429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16633856 140730508368483 140730508371125 140730508371125 140730508373967 0
[pid=23223/tid=23279] ppid=23220 vsize=10849048 memory=1980 CPUtime=11.65 cores=1,3,5,7
/proc/23223/task/23279/stat : 23279 (java) S 23220 23223 19335 0 -1 1077944384 9559 13152 0 0 1104 54 4 3 20 0 15 0 474213150 11109425152 214901 33554432000 4194304 4196468 140730508366864 139994191686160 139994300233429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16633856 140730508368483 140730508371125 140730508371125 140730508373967 0
[pid=23223/tid=23280] ppid=23220 vsize=10849048 memory=2676 CPUtime=11.64 cores=1,3,5,7
/proc/23223/task/23280/stat : 23280 (java) S 23220 23223 19335 0 -1 1077944384 12617 13152 0 0 1104 53 4 3 20 0 15 0 474213150 11109425152 214901 33554432000 4194304 4196468 140730508366864 139993871805072 139994300233429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16633856 140730508368483 140730508371125 140730508371125 140730508373967 0
[pid=23223/tid=23281] ppid=23220 vsize=10849048 memory=1764 CPUtime=10.59 cores=1,3,5,7
/proc/23223/task/23281/stat : 23281 (java) S 23220 23223 19335 0 -1 1077944384 13044 13152 0 0 995 57 4 3 20 0 15 0 474213151 11109425152 214901 33554432000 4194304 4196468 140730508366864 139993759738352 139994300234370 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16633856 140730508368483 140730508371125 140730508371125 140730508373967 0
[pid=23223/tid=23282] ppid=23220 vsize=10849048 memory=1416 CPUtime=0.07 cores=1,3,5,7
/proc/23223/task/23282/stat : 23282 (java) S 23220 23223 19335 0 -1 1077944384 42 13152 0 0 0 0 4 3 20 0 15 0 474213152 11109425152 214901 33554432000 4194304 4196468 140730508366864 139993758684640 139994300233429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16633856 140730508368483 140730508371125 140730508371125 140730508373967 0
[pid=23223/tid=23283] ppid=23220 vsize=10849048 memory=776 CPUtime=0.07 cores=1,3,5,7
/proc/23223/task/23283/stat : 23283 (java) S 23220 23223 19335 0 -1 1077944384 10 13152 0 0 0 0 4 3 20 0 15 0 474213152 11109425152 214901 33554432000 4194304 4196468 140730508366864 139993183938048 139994300233429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16633856 140730508368483 140730508371125 140730508371125 140730508373967 0
[pid=23223/tid=23284] ppid=23220 vsize=10849048 memory=3540 CPUtime=0.07 cores=1,3,5,7
/proc/23223/task/23284/stat : 23284 (java) S 23220 23223 19335 0 -1 1077944384 3 13152 0 0 0 0 4 3 20 0 15 0 474213155 11109425152 214901 33554432000 4194304 4196468 140730508366864 139992876538576 139994300241819 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16633856 140730508368483 140730508371125 140730508371125 140730508373967 0
[pid=23223/tid=23285] ppid=23220 vsize=10849048 memory=1220 CPUtime=4.32 cores=1,3,5,7
/proc/23223/task/23285/stat : 23285 (java) S 23220 23223 19335 0 -1 1077944384 25524 13152 0 0 420 5 4 3 20 0 15 0 474213155 11109425152 214901 33554432000 4194304 4196468 140730508366864 139993725126640 139994300234370 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16633856 140730508368483 140730508371125 140730508371125 140730508373967 0
[pid=23223/tid=23286] ppid=23220 vsize=10849048 memory=10600 CPUtime=3.79 cores=1,3,5,7
/proc/23223/task/23286/stat : 23286 (java) S 23220 23223 19335 0 -1 1077944384 13481 13152 0 0 369 3 4 3 20 0 15 0 474213155 11109425152 214901 33554432000 4194304 4196468 140730508366864 139993724074096 139994300234370 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 12 0 0 6293624 6294260 16633856 140730508368483 140730508371125 140730508371125 140730508373967 0
[pid=23223/tid=23287] ppid=23220 vsize=10849048 memory=1048 CPUtime=3.67 cores=1,3,5,7
/proc/23223/task/23287/stat : 23287 (java) S 23220 23223 19335 0 -1 1077944384 29133 13152 0 0 354 6 4 3 20 0 15 0 474213155 11109425152 214901 33554432000 4194304 4196468 140730508366864 139993723021552 139994300234370 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 11 0 0 6293624 6294260 16633856 140730508368483 140730508371125 140730508371125 140730508373967 0
[pid=23223/tid=23288] ppid=23220 vsize=10849048 memory=14008 CPUtime=0.07 cores=1,3,5,7
/proc/23223/task/23288/stat : 23288 (java) S 23220 23223 19335 0 -1 1077944384 3 13152 0 0 0 0 4 3 20 0 15 0 474213155 11109425152 214901 33554432000 4194304 4196468 140730508366864 139992842979936 139994300233429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16633856 140730508368483 140730508371125 140730508371125 140730508373967 0
[pid=23223/tid=23289] ppid=23220 vsize=10849048 memory=12040 CPUtime=1.35 cores=1,3,5,7
/proc/23223/task/23289/stat : 23289 (java) S 23220 23223 19335 0 -1 1077944384 1073 13152 0 0 59 69 4 3 20 0 15 0 474213155 11109425152 214901 33554432000 4194304 4196468 140730508366864 139993721969456 139994300234370 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 9 0 0 6293624 6294260 16633856 140730508368483 140730508371125 140730508371125 140730508373967 0
Current children cumulated CPU time: 2251.09 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 859604 KiB

[startup+2208 s]*
/proc/loadavg: 1.56 1.59 1.52 3/227 23777
/proc/meminfo: memFree=2998420/32770624 swapFree=67002228/67108860
[pid=23223] ppid=23220 vsize=10849048 memory=859604 CPUtime=2252.73 cores=1,3,5,7
/proc/23223/stat : 23223 (java) S 23220 23223 19335 0 -1 1077944320 188693 13152 0 0 224923 343 4 3 20 0 15 0 474213140 11109425152 214901 33554432000 4194304 4196468 140730508366864 140730508349408 139994300223223 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 16633856 140730508368483 140730508371125 140730508371125 140730508373967 0
/proc/23223/statm: 2712262 214901 3630 1 0 2674317 0
[pid=23223/tid=23276] ppid=23220 vsize=10849048 memory=1398720917958146503 CPUtime=2182.97 cores=1,3,5,7
/proc/23223/task/23276/stat : 23276 (java) R 23220 23223 19335 0 -1 4202560 61705 13152 0 0 218244 46 4 3 20 0 15 0 474213149 11109425152 214901 33554432000 4194304 4196468 140730508366864 139994272057968 139993872967616 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16633856 140730508368483 140730508371125 140730508371125 140730508373967 0
[pid=23223/tid=23277] ppid=23220 vsize=10849048 memory=4126316290023845779 CPUtime=11.62 cores=1,3,5,7
/proc/23223/task/23277/stat : 23277 (java) S 23220 23223 19335 0 -1 1077944384 8558 13152 0 0 1101 54 4 3 20 0 15 0 474213150 11109425152 214901 33554432000 4194304 4196468 140730508366864 139994304465168 139994300233429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16633856 140730508368483 140730508371125 140730508371125 140730508373967 0
[pid=23223/tid=23278] ppid=23220 vsize=10849048 memory=1220 CPUtime=11.63 cores=1,3,5,7
/proc/23223/task/23278/stat : 23278 (java) S 23220 23223 19335 0 -1 1077944384 11730 13152 0 0 1104 52 4 3 20 0 15 0 474213150 11109425152 214901 33554432000 4194304 4196468 140730508366864 139994192738704 139994300233429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16633856 140730508368483 140730508371125 140730508371125 140730508373967 0
[pid=23223/tid=23279] ppid=23220 vsize=10849048 memory=10600 CPUtime=11.66 cores=1,3,5,7
/proc/23223/task/23279/stat : 23279 (java) S 23220 23223 19335 0 -1 1077944384 9560 13152 0 0 1105 54 4 3 20 0 15 0 474213150 11109425152 214901 33554432000 4194304 4196468 140730508366864 139994191686160 139994300233429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16633856 140730508368483 140730508371125 140730508371125 140730508373967 0
[pid=23223/tid=23280] ppid=23220 vsize=10849048 memory=1736 CPUtime=11.65 cores=1,3,5,7
/proc/23223/task/23280/stat : 23280 (java) S 23220 23223 19335 0 -1 1077944384 12617 13152 0 0 1105 53 4 3 20 0 15 0 474213150 11109425152 214901 33554432000 4194304 4196468 140730508366864 139993871805072 139994300233429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16633856 140730508368483 140730508371125 140730508371125 140730508373967 0
[pid=23223/tid=23281] ppid=23220 vsize=10849048 memory=6068 CPUtime=10.6 cores=1,3,5,7
/proc/23223/task/23281/stat : 23281 (java) S 23220 23223 19335 0 -1 1077944384 13051 13152 0 0 996 57 4 3 20 0 15 0 474213151 11109425152 214901 33554432000 4194304 4196468 140730508366864 139993759738352 139994300234370 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16633856 140730508368483 140730508371125 140730508371125 140730508373967 0
[pid=23223/tid=23282] ppid=23220 vsize=10849048 memory=6791534058613427641 CPUtime=0.07 cores=1,3,5,7
/proc/23223/task/23282/stat : 23282 (java) S 23220 23223 19335 0 -1 1077944384 42 13152 0 0 0 0 4 3 20 0 15 0 474213152 11109425152 214901 33554432000 4194304 4196468 140730508366864 139993758684640 139994300233429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16633856 140730508368483 140730508371125 140730508371125 140730508373967 0
[pid=23223/tid=23283] ppid=23220 vsize=10849048 memory=916 CPUtime=0.07 cores=1,3,5,7
/proc/23223/task/23283/stat : 23283 (java) S 23220 23223 19335 0 -1 1077944384 10 13152 0 0 0 0 4 3 20 0 15 0 474213152 11109425152 214901 33554432000 4194304 4196468 140730508366864 139993183938048 139994300233429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16633856 140730508368483 140730508371125 140730508371125 140730508373967 0
[pid=23223/tid=23284] ppid=23220 vsize=10849048 memory=3852 CPUtime=0.07 cores=1,3,5,7
/proc/23223/task/23284/stat : 23284 (java) S 23220 23223 19335 0 -1 1077944384 3 13152 0 0 0 0 4 3 20 0 15 0 474213155 11109425152 214901 33554432000 4194304 4196468 140730508366864 139992876538576 139994300241819 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16633856 140730508368483 140730508371125 140730508371125 140730508373967 0
[pid=23223/tid=23285] ppid=23220 vsize=10849048 memory=2612 CPUtime=4.32 cores=1,3,5,7
/proc/23223/task/23285/stat : 23285 (java) S 23220 23223 19335 0 -1 1077944384 25524 13152 0 0 420 5 4 3 20 0 15 0 474213155 11109425152 214901 33554432000 4194304 4196468 140730508366864 139993725126640 139994300234370 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16633856 140730508368483 140730508371125 140730508371125 140730508373967 0
[pid=23223/tid=23286] ppid=23220 vsize=10849048 memory=2612 CPUtime=3.79 cores=1,3,5,7
/proc/23223/task/23286/stat : 23286 (java) S 23220 23223 19335 0 -1 1077944384 13481 13152 0 0 369 3 4 3 20 0 15 0 474213155 11109425152 214901 33554432000 4194304 4196468 140730508366864 139993724074096 139994300234370 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 12 0 0 6293624 6294260 16633856 140730508368483 140730508371125 140730508371125 140730508373967 0
[pid=23223/tid=23287] ppid=23220 vsize=10849048 memory=33 CPUtime=3.67 cores=1,3,5,7
/proc/23223/task/23287/stat : 23287 (java) S 23220 23223 19335 0 -1 1077944384 29133 13152 0 0 354 6 4 3 20 0 15 0 474213155 11109425152 214901 33554432000 4194304 4196468 140730508366864 139993723021552 139994300234370 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 11 0 0 6293624 6294260 16633856 140730508368483 140730508371125 140730508371125 140730508373967 0
[pid=23223/tid=23288] ppid=23220 vsize=10849048 memory=859604 CPUtime=0.07 cores=1,3,5,7
/proc/23223/task/23288/stat : 23288 (java) S 23220 23223 19335 0 -1 1077944384 3 13152 0 0 0 0 4 3 20 0 15 0 474213155 11109425152 214901 33554432000 4194304 4196468 140730508366864 139992842979936 139994300233429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16633856 140730508368483 140730508371125 140730508371125 140730508373967 0
[pid=23223/tid=23289] ppid=23220 vsize=10849048 memory=6791534058613427641 CPUtime=1.35 cores=1,3,5,7
/proc/23223/task/23289/stat : 23289 (java) S 23220 23223 19335 0 -1 1077944384 1073 13152 0 0 59 69 4 3 20 0 15 0 474213155 11109425152 214901 33554432000 4194304 4196468 140730508366864 139993721969456 139994300234370 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 9 0 0 6293624 6294260 16633856 140730508368483 140730508371125 140730508371125 140730508373967 0
Current children cumulated CPU time: 2252.73 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 859604 KiB

[startup+2208.8 s]
/proc/loadavg: 1.56 1.59 1.52 3/227 23777
/proc/meminfo: memFree=2998420/32770624 swapFree=67002228/67108860
[pid=23223] ppid=23220 vsize=10849048 memory=859604 CPUtime=2253.54 cores=1,3,5,7
/proc/23223/stat : 23223 (java) S 23220 23223 19335 0 -1 1077944320 188701 13152 0 0 225004 343 4 3 20 0 15 0 474213140 11109425152 214901 33554432000 4194304 4196468 140730508366864 140730508349408 139994300223223 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 16633856 140730508368483 140730508371125 140730508371125 140730508373967 0
/proc/23223/statm: 2712262 214901 3630 1 0 2674317 0
[pid=23223/tid=23276] ppid=23220 vsize=10849048 memory=988 CPUtime=2183.75 cores=1,3,5,7
/proc/23223/task/23276/stat : 23276 (java) R 23220 23223 19335 0 -1 4202560 61712 13152 0 0 218322 46 4 3 20 0 15 0 474213149 11109425152 214901 33554432000 4194304 4196468 140730508366864 139994272058192 139993885303819 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16633856 140730508368483 140730508371125 140730508371125 140730508373967 0
[pid=23223/tid=23277] ppid=23220 vsize=10849048 memory=2024 CPUtime=11.62 cores=1,3,5,7
/proc/23223/task/23277/stat : 23277 (java) S 23220 23223 19335 0 -1 1077944384 8558 13152 0 0 1101 54 4 3 20 0 15 0 474213150 11109425152 214901 33554432000 4194304 4196468 140730508366864 139994304465168 139994300233429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16633856 140730508368483 140730508371125 140730508371125 140730508373967 0
[pid=23223/tid=23278] ppid=23220 vsize=10849048 memory=1416 CPUtime=11.63 cores=1,3,5,7
/proc/23223/task/23278/stat : 23278 (java) S 23220 23223 19335 0 -1 1077944384 11730 13152 0 0 1104 52 4 3 20 0 15 0 474213150 11109425152 214901 33554432000 4194304 4196468 140730508366864 139994192738704 139994300233429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16633856 140730508368483 140730508371125 140730508371125 140730508373967 0
[pid=23223/tid=23279] ppid=23220 vsize=10849048 memory=6791534058613427641 CPUtime=11.67 cores=1,3,5,7
/proc/23223/task/23279/stat : 23279 (java) S 23220 23223 19335 0 -1 1077944384 9560 13152 0 0 1106 54 4 3 20 0 15 0 474213150 11109425152 214901 33554432000 4194304 4196468 140730508366864 139994191686160 139994300233429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16633856 140730508368483 140730508371125 140730508371125 140730508373967 0
[pid=23223/tid=23280] ppid=23220 vsize=10849048 memory=2612 CPUtime=11.65 cores=1,3,5,7
/proc/23223/task/23280/stat : 23280 (java) S 23220 23223 19335 0 -1 1077944384 12617 13152 0 0 1105 53 4 3 20 0 15 0 474213150 11109425152 214901 33554432000 4194304 4196468 140730508366864 139993871805072 139994300233429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16633856 140730508368483 140730508371125 140730508371125 140730508373967 0
[pid=23223/tid=23281] ppid=23220 vsize=10849048 memory=1408 CPUtime=10.6 cores=1,3,5,7
/proc/23223/task/23281/stat : 23281 (java) S 23220 23223 19335 0 -1 1077944384 13052 13152 0 0 996 57 4 3 20 0 15 0 474213151 11109425152 214901 33554432000 4194304 4196468 140730508366864 139993759738352 139994300234370 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16633856 140730508368483 140730508371125 140730508371125 140730508373967 0
[pid=23223/tid=23282] ppid=23220 vsize=10849048 memory=3164 CPUtime=0.07 cores=1,3,5,7
/proc/23223/task/23282/stat : 23282 (java) S 23220 23223 19335 0 -1 1077944384 42 13152 0 0 0 0 4 3 20 0 15 0 474213152 11109425152 214901 33554432000 4194304 4196468 140730508366864 139993758684640 139994300233429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16633856 140730508368483 140730508371125 140730508371125 140730508373967 0
[pid=23223/tid=23283] ppid=23220 vsize=10849048 memory=288230574492221466 CPUtime=0.07 cores=1,3,5,7
/proc/23223/task/23283/stat : 23283 (java) S 23220 23223 19335 0 -1 1077944384 10 13152 0 0 0 0 4 3 20 0 15 0 474213152 11109425152 214901 33554432000 4194304 4196468 140730508366864 139993183938048 139994300233429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16633856 140730508368483 140730508371125 140730508371125 140730508373967 0
[pid=23223/tid=23284] ppid=23220 vsize=10849048 memory=288230621803970871 CPUtime=0.07 cores=1,3,5,7
/proc/23223/task/23284/stat : 23284 (java) S 23220 23223 19335 0 -1 1077944384 3 13152 0 0 0 0 4 3 20 0 15 0 474213155 11109425152 214901 33554432000 4194304 4196468 140730508366864 139992876538576 139994300241819 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16633856 140730508368483 140730508371125 140730508371125 140730508373967 0
[pid=23223/tid=23285] ppid=23220 vsize=10849048 memory=14689690934577713 CPUtime=4.32 cores=1,3,5,7
/proc/23223/task/23285/stat : 23285 (java) S 23220 23223 19335 0 -1 1077944384 25524 13152 0 0 420 5 4 3 20 0 15 0 474213155 11109425152 214901 33554432000 4194304 4196468 140730508366864 139993725126640 139994300234370 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16633856 140730508368483 140730508371125 140730508371125 140730508373967 0
[pid=23223/tid=23286] ppid=23220 vsize=10849048 memory=1416 CPUtime=3.79 cores=1,3,5,7
/proc/23223/task/23286/stat : 23286 (java) S 23220 23223 19335 0 -1 1077944384 13481 13152 0 0 369 3 4 3 20 0 15 0 474213155 11109425152 214901 33554432000 4194304 4196468 140730508366864 139993724074096 139994300234370 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 12 0 0 6293624 6294260 16633856 140730508368483 140730508371125 140730508371125 140730508373967 0
[pid=23223/tid=23287] ppid=23220 vsize=10849048 memory=776 CPUtime=3.67 cores=1,3,5,7
/proc/23223/task/23287/stat : 23287 (java) S 23220 23223 19335 0 -1 1077944384 29133 13152 0 0 354 6 4 3 20 0 15 0 474213155 11109425152 214901 33554432000 4194304 4196468 140730508366864 139993723021552 139994300234370 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 11 0 0 6293624 6294260 16633856 140730508368483 140730508371125 140730508371125 140730508373967 0
[pid=23223/tid=23288] ppid=23220 vsize=10849048 memory=859604 CPUtime=0.07 cores=1,3,5,7
/proc/23223/task/23288/stat : 23288 (java) S 23220 23223 19335 0 -1 1077944384 3 13152 0 0 0 0 4 3 20 0 15 0 474213155 11109425152 214901 33554432000 4194304 4196468 140730508366864 139992842979936 139994300233429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16633856 140730508368483 140730508371125 140730508371125 140730508373967 0
[pid=23223/tid=23289] ppid=23220 vsize=10849048 memory=859604 CPUtime=1.35 cores=1,3,5,7
/proc/23223/task/23289/stat : 23289 (java) S 23220 23223 19335 0 -1 1077944384 1073 13152 0 0 59 69 4 3 20 0 15 0 474213155 11109425152 214901 33554432000 4194304 4196468 140730508366864 139993721969456 139994300234370 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 9 0 0 6293624 6294260 16633856 140730508368483 140730508371125 140730508371125 140730508373967 0
Current children cumulated CPU time: 2253.54 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 859604 KiB

[startup+2209 s]*
/proc/loadavg: 1.56 1.59 1.52 3/227 23777
/proc/meminfo: memFree=2998420/32770624 swapFree=67002228/67108860
[pid=23223] ppid=23220 vsize=10849048 memory=859604 CPUtime=2253.75 cores=1,3,5,7
/proc/23223/stat : 23223 (java) S 23220 23223 19335 0 -1 1077944320 188702 13152 0 0 225025 343 4 3 20 0 15 0 474213140 11109425152 214901 33554432000 4194304 4196468 140730508366864 140730508349408 139994300223223 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 16633856 140730508368483 140730508371125 140730508371125 140730508373967 0
/proc/23223/statm: 2712262 214901 3630 1 0 2674317 0
[pid=23223/tid=23276] ppid=23220 vsize=10849048 memory=1398720917958146503 CPUtime=2183.96 cores=1,3,5,7
/proc/23223/task/23276/stat : 23276 (java) R 23220 23223 19335 0 -1 4202560 61713 13152 0 0 218343 46 4 3 20 0 15 0 474213149 11109425152 214901 33554432000 4194304 4196468 140730508366864 139994272059552 139993883081650 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16633856 140730508368483 140730508371125 140730508371125 140730508373967 0
[pid=23223/tid=23277] ppid=23220 vsize=10849048 memory=4126316290023845779 CPUtime=11.62 cores=1,3,5,7
/proc/23223/task/23277/stat : 23277 (java) S 23220 23223 19335 0 -1 1077944384 8558 13152 0 0 1101 54 4 3 20 0 15 0 474213150 11109425152 214901 33554432000 4194304 4196468 140730508366864 139994304465168 139994300233429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16633856 140730508368483 140730508371125 140730508371125 140730508373967 0
[pid=23223/tid=23278] ppid=23220 vsize=10849048 memory=2612 CPUtime=11.63 cores=1,3,5,7
/proc/23223/task/23278/stat : 23278 (java) S 23220 23223 19335 0 -1 1077944384 11730 13152 0 0 1104 52 4 3 20 0 15 0 474213150 11109425152 214901 33554432000 4194304 4196468 140730508366864 139994192738704 139994300233429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16633856 140730508368483 140730508371125 140730508371125 140730508373967 0
[pid=23223/tid=23279] ppid=23220 vsize=10849048 memory=2612 CPUtime=11.67 cores=1,3,5,7
/proc/23223/task/23279/stat : 23279 (java) S 23220 23223 19335 0 -1 1077944384 9560 13152 0 0 1106 54 4 3 20 0 15 0 474213150 11109425152 214901 33554432000 4194304 4196468 140730508366864 139994191686160 139994300233429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16633856 140730508368483 140730508371125 140730508371125 140730508373967 0
[pid=23223/tid=23280] ppid=23220 vsize=10849048 memory=6225503441715685479 CPUtime=11.65 cores=1,3,5,7
/proc/23223/task/23280/stat : 23280 (java) S 23220 23223 19335 0 -1 1077944384 12617 13152 0 0 1105 53 4 3 20 0 15 0 474213150 11109425152 214901 33554432000 4194304 4196468 140730508366864 139993871805072 139994300233429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16633856 140730508368483 140730508371125 140730508371125 140730508373967 0
[pid=23223/tid=23281] ppid=23220 vsize=10849048 memory=6225503441715685479 CPUtime=10.6 cores=1,3,5,7
/proc/23223/task/23281/stat : 23281 (java) S 23220 23223 19335 0 -1 1077944384 13052 13152 0 0 996 57 4 3 20 0 15 0 474213151 11109425152 214901 33554432000 4194304 4196468 140730508366864 139993759738352 139994300234370 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16633856 140730508368483 140730508371125 140730508371125 140730508373967 0
[pid=23223/tid=23282] ppid=23220 vsize=10849048 memory=5860983489891364712 CPUtime=0.07 cores=1,3,5,7
/proc/23223/task/23282/stat : 23282 (java) S 23220 23223 19335 0 -1 1077944384 42 13152 0 0 0 0 4 3 20 0 15 0 474213152 11109425152 214901 33554432000 4194304 4196468 140730508366864 139993758684640 139994300233429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16633856 140730508368483 140730508371125 140730508371125 140730508373967 0
[pid=23223/tid=23283] ppid=23220 vsize=10849048 memory=8027779862048041063 CPUtime=0.07 cores=1,3,5,7
/proc/23223/task/23283/stat : 23283 (java) S 23220 23223 19335 0 -1 1077944384 10 13152 0 0 0 0 4 3 20 0 15 0 474213152 11109425152 214901 33554432000 4194304 4196468 140730508366864 139993183938048 139994300233429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16633856 140730508368483 140730508371125 140730508371125 140730508373967 0
[pid=23223/tid=23284] ppid=23220 vsize=10849048 memory=7523052502538282866 CPUtime=0.07 cores=1,3,5,7
/proc/23223/task/23284/stat : 23284 (java) S 23220 23223 19335 0 -1 1077944384 3 13152 0 0 0 0 4 3 20 0 15 0 474213155 11109425152 214901 33554432000 4194304 4196468 140730508366864 139992876538576 139994300241819 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16633856 140730508368483 140730508371125 140730508371125 140730508373967 0
[pid=23223/tid=23285] ppid=23220 vsize=10849048 memory=7523052502538282866 CPUtime=4.32 cores=1,3,5,7
/proc/23223/task/23285/stat : 23285 (java) S 23220 23223 19335 0 -1 1077944384 25524 13152 0 0 420 5 4 3 20 0 15 0 474213155 11109425152 214901 33554432000 4194304 4196468 140730508366864 139993725126640 139994300234370 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16633856 140730508368483 140730508371125 140730508371125 140730508373967 0
[pid=23223/tid=23286] ppid=23220 vsize=10849048 memory=5860983489891364712 CPUtime=3.79 cores=1,3,5,7
/proc/23223/task/23286/stat : 23286 (java) S 23220 23223 19335 0 -1 1077944384 13481 13152 0 0 369 3 4 3 20 0 15 0 474213155 11109425152 214901 33554432000 4194304 4196468 140730508366864 139993724074096 139994300234370 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 12 0 0 6293624 6294260 16633856 140730508368483 140730508371125 140730508371125 140730508373967 0
[pid=23223/tid=23287] ppid=23220 vsize=10849048 memory=7453290700992702568 CPUtime=3.67 cores=1,3,5,7
/proc/23223/task/23287/stat : 23287 (java) S 23220 23223 19335 0 -1 1077944384 29133 13152 0 0 354 6 4 3 20 0 15 0 474213155 11109425152 214901 33554432000 4194304 4196468 140730508366864 139993723021552 139994300234370 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 11 0 0 6293624 6294260 16633856 140730508368483 140730508371125 140730508371125 140730508373967 0
[pid=23223/tid=23288] ppid=23220 vsize=10849048 memory=5938961924131481704 CPUtime=0.07 cores=1,3,5,7
/proc/23223/task/23288/stat : 23288 (java) S 23220 23223 19335 0 -1 1077944384 3 13152 0 0 0 0 4 3 20 0 15 0 474213155 11109425152 214901 33554432000 4194304 4196468 140730508366864 139992842979936 139994300233429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16633856 140730508368483 140730508371125 140730508371125 140730508373967 0
[pid=23223/tid=23289] ppid=23220 vsize=10849048 memory=7523376918531162212 CPUtime=1.35 cores=1,3,5,7
/proc/23223/task/23289/stat : 23289 (java) S 23220 23223 19335 0 -1 1077944384 1073 13152 0 0 59 69 4 3 20 0 15 0 474213155 11109425152 214901 33554432000 4194304 4196468 140730508366864 139993721969456 139994300234370 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 9 0 0 6293624 6294260 16633856 140730508368483 140730508371125 140730508371125 140730508373967 0
Current children cumulated CPU time: 2253.75 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 859604 KiB

Child status: 0
Real time (s): 2209.04
CPU time (s): 2253.8
CPU user time (s): 2250.33
CPU system time (s): 3.47451
CPU usage (%): 102.026
Max. virtual memory (cumulated for all children) (KiB): 10852032
Max. memory (cumulated for all children) (KiB): 859604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2250.33
system time used= 3.47451
maximum resident set size= 861688
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 202600
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2616
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 275586
involuntary context switches= 9522


# summary of solver processes directly reported to runsolver:
#   pid: 23223
#   total CPU time (s): 2253.8
#   total CPU user time (s): 2250.33
#   total CPU system time (s): 3.47451

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.2377 second user time and 20.3228 second system time

The end

Launcher Data

Begin job on node136 at 2019-09-20 13:40:01
IDJOB=4403176
IDBENCH=135746
IDSOLVER=2862
FILE ID=node136/4403176-1568979645
RUNJOBID= node136-1568967593-19367
PBS_JOBID= 21704619
Free space on /var/tmp= 13452 MiB

SOLVER NAME= Concrete 3.12.3
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 /var/tmp/evaluation-result-4403176-1568979645/watcher-4403176-1568979645 -o /var/tmp/evaluation-result-4403176-1568979645/solver-4403176-1568979645 -C 2400 -W 2500 -M 15500 --bin-var /var/tmp/runsolver-exch-node136-1568967593-19367 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=1419008473 HOME/instance-4403176-1568979645.xml

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

MD5SUM BENCH= dba33b05662b19bf60999f99ad872bed
RANDOM SEED=1419008473

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:         3808100 kB
MemAvailable:   31047956 kB
Buffers:          142044 kB
Cached:         27005936 kB
SwapCached:         3532 kB
Active:         14353868 kB
Inactive:       13603016 kB
Active(anon):     806328 kB
Inactive(anon):    51248 kB
Active(file):   13547540 kB
Inactive(file): 13551768 kB
Unevictable:      110480 kB
Mlocked:          110480 kB
SwapTotal:      67108860 kB
SwapFree:       67002224 kB
Dirty:             35384 kB
Writeback:             0 kB
AnonPages:        917184 kB
Mapped:            65336 kB
Shmem:             40180 kB
Slab:             597708 kB
SReclaimable:     569008 kB
SUnreclaim:        28700 kB
KernelStack:        3744 kB
PageTables:         7480 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2079808 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    796672 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /var/tmp at the end= 13416 MiB
End job on node136 at 2019-09-20 14:16:50