Trace number 4402877

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.3OPT104 1560.77 1527.51

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n15/
TravellingSalesman-15-30-10.xml
MD5SUM3c026331d7bc07d88063d95da0d404ae
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark104
Best CPU time to get the best result obtained on this benchmark39.3333
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints16
Number of domains2
Minimum domain size15
Maximum domain size29
Distribution of domain sizes[{"size":15,"count":15},{"size":29,"count":15}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":15},{"degree":3,"count":15}]
Minimum constraint arity3
Maximum constraint arity15
Distribution of constraint arities[{"arity":3,"count":15},{"arity":15,"count":1}]
Number of extensional constraints15
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":15},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


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

Solver Data

0.78/0.55	c Concrete v3.12.3.1568965526260 running
6.19/3.09	o 144
7.16/3.34	o 128
7.80/3.55	o 116
7.80/3.56	o 115
7.80/3.59	o 110
9.06/3.95	o 105
9.06/3.96	o 104
1560.65/1527.49	v <instantiation
1560.65/1527.49	v         cost = '104'>
1560.65/1527.49	v       <list>
1560.65/1527.49	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]
1560.65/1527.49	v       </list>
1560.65/1527.49	v       <values>
1560.65/1527.49	v         13 11 12 14 8 6 4 1 0 3 2 5 7 9 10 4 7 9 12 10 6 11 1 8 8 7 8 3 4 6
1560.65/1527.49	v       </values>
1560.65/1527.49	v     </instantiation>
1560.65/1527.49	s OPTIMUM FOUND

Verifier Data

OK	104

Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (4845 MiB free)
  memory of node 1: 16384 MiB (1466 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4402877-1568982072/watcher-4402877-1568982072 -o /tmp/evaluation-result-4402877-1568982072/solver-4402877-1568982072 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1568967596-5049 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=2000346299 HOME/instance-4402877-1568982072.xml 

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

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


[startup+0.100216 s]*
/proc/loadavg: 1.13 1.35 1.40 3/220 9358
/proc/meminfo: memFree=6453556/32770624 swapFree=66959532/67108860
[pid=9301] ppid=9298 vsize=9972712 memory=18596 CPUtime=0.1 cores=1,3,5,7
/proc/9301/stat : 9301 (java) S 9298 9301 5017 0 -1 1077944320 4377 13117 0 0 2 0 5 3 20 0 6 0 474476007 10212057088 4649 33554432000 4194304 4196468 140729525298032 140729525280576 139666149506807 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 12525568 140729525304047 140729525306565 140729525306565 140729525309391 0
/proc/9301/statm: 2493178 4649 1935 1 0 2481616 0
[pid=9301/tid=9354] ppid=9298 vsize=9972712 memory=720575944405811505 CPUtime=0.09 cores=1,3,5,7
/proc/9301/task/9354/stat : 9354 (java) R 9298 9301 5017 0 -1 4202560 2176 13117 0 0 1 0 5 3 20 0 6 0 474476016 10212057088 4649 33554432000 4194304 4196468 140729525298032 139666121343568 139666134818809 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12525568 140729525304047 140729525306565 140729525306565 140729525309391 0
[pid=9301/tid=9355] ppid=9298 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9301/task/9355/stat : 9355 (java) S 9298 9301 5017 0 -1 1077944384 2 13117 0 0 0 0 5 3 20 0 6 0 474476017 10212057088 4649 33554432000 4194304 4196468 140729525298032 139666153749008 139666149517013 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12525568 140729525304047 140729525306565 140729525306565 140729525309391 0
[pid=9301/tid=9356] ppid=9298 vsize=9972712 memory=14555409612457624 CPUtime=0.08 cores=1,3,5,7
/proc/9301/task/9356/stat : 9356 (java) S 9298 9301 5017 0 -1 1077944384 2 13117 0 0 0 0 5 3 20 0 6 0 474476017 10212057088 4649 33554432000 4194304 4196468 140729525298032 139666042022544 139666149517013 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12525568 140729525304047 140729525306565 140729525306565 140729525309391 0
[pid=9301/tid=9357] ppid=9298 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9301/task/9357/stat : 9357 (java) S 9298 9301 5017 0 -1 1077944384 1 13117 0 0 0 0 5 3 20 0 6 0 474476017 10212057088 4649 33554432000 4194304 4196468 140729525298032 139666040969488 139666149517013 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12525568 140729525304047 140729525306565 140729525306565 140729525309391 0
[pid=9301/tid=9358] ppid=9298 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9301/task/9358/stat : 9358 (java) S 9298 9301 5017 0 -1 1077944384 2 13117 0 0 0 0 5 3 20 0 6 0 474476017 10212057088 4649 33554432000 4194304 4196468 140729525298032 139666039916944 139666149517013 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12525568 140729525304047 140729525306565 140729525306565 140729525309391 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18596 KiB

[startup+0.209992 s]*
/proc/loadavg: 1.13 1.35 1.40 3/229 9367
/proc/meminfo: memFree=6436088/32770624 swapFree=66959532/67108860
[pid=9301] ppid=9298 vsize=10820196 memory=41028 CPUtime=0.27 cores=1,3,5,7
/proc/9301/stat : 9301 (java) S 9298 9301 5017 0 -1 1077944320 7234 13117 0 0 18 1 5 3 20 0 15 0 474476007 11079880704 10257 33554432000 4194304 4196468 140729525298032 140729525280576 139666149506807 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 12525568 140729525304047 140729525306565 140729525306565 140729525309391 0
/proc/9301/statm: 2705049 10257 3293 1 0 2667149 0
[pid=9301/tid=9354] ppid=9298 vsize=10820196 memory=751940894209540401 CPUtime=0.19 cores=1,3,5,7
/proc/9301/task/9354/stat : 9354 (java) R 9298 9301 5017 0 -1 4202560 3707 13117 0 0 11 0 5 3 20 0 15 0 474476016 11079880704 10257 33554432000 4194304 4196468 140729525298032 139666121320992 139665709607620 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12525568 140729525304047 140729525306565 140729525306565 140729525309391 0
[pid=9301/tid=9355] ppid=9298 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9301/task/9355/stat : 9355 (java) S 9298 9301 5017 0 -1 1077944384 2 13117 0 0 0 0 5 3 20 0 15 0 474476017 11079880704 10257 33554432000 4194304 4196468 140729525298032 139666153749008 139666149517013 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12525568 140729525304047 140729525306565 140729525306565 140729525309391 0
[pid=9301/tid=9356] ppid=9298 vsize=10820196 memory=14555409612457624 CPUtime=0.08 cores=1,3,5,7
/proc/9301/task/9356/stat : 9356 (java) S 9298 9301 5017 0 -1 1077944384 2 13117 0 0 0 0 5 3 20 0 15 0 474476017 11079880704 10257 33554432000 4194304 4196468 140729525298032 139666042022544 139666149517013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12525568 140729525304047 140729525306565 140729525306565 140729525309391 0
[pid=9301/tid=9357] ppid=9298 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9301/task/9357/stat : 9357 (java) S 9298 9301 5017 0 -1 1077944384 1 13117 0 0 0 0 5 3 20 0 15 0 474476017 11079880704 10257 33554432000 4194304 4196468 140729525298032 139666040969488 139666149517013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12525568 140729525304047 140729525306565 140729525306565 140729525309391 0
[pid=9301/tid=9358] ppid=9298 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9301/task/9358/stat : 9358 (java) S 9298 9301 5017 0 -1 1077944384 2 13117 0 0 0 0 5 3 20 0 15 0 474476017 11079880704 10257 33554432000 4194304 4196468 140729525298032 139666039916944 139666149517013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12525568 140729525304047 140729525306565 140729525306565 140729525309391 0
[pid=9301/tid=9359] ppid=9298 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9301/task/9359/stat : 9359 (java) S 9298 9301 5017 0 -1 1077944384 2 13117 0 0 0 0 5 3 20 0 15 0 474476018 11079880704 10257 33554432000 4194304 4196468 140729525298032 139665608899312 139666149517954 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12525568 140729525304047 140729525306565 140729525306565 140729525309391 0
[pid=9301/tid=9360] ppid=9298 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/9301/task/9360/stat : 9360 (java) S 9298 9301 5017 0 -1 1077944384 33 13117 0 0 0 0 5 3 20 0 15 0 474476019 11079880704 10257 33554432000 4194304 4196468 140729525298032 139665607845536 139666149517013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12525568 140729525304047 140729525306565 140729525306565 140729525309391 0
[pid=9301/tid=9361] ppid=9298 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9301/task/9361/stat : 9361 (java) S 9298 9301 5017 0 -1 1077944384 1 13117 0 0 0 0 5 3 20 0 15 0 474476019 11079880704 10257 33554432000 4194304 4196468 140729525298032 139665021592816 139666149517013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12525568 140729525304047 140729525306565 140729525306565 140729525309391 0
[pid=9301/tid=9362] ppid=9298 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9301/task/9362/stat : 9362 (java) S 9298 9301 5017 0 -1 1077944384 3 13117 0 0 0 0 5 3 20 0 15 0 474476022 11079880704 10257 33554432000 4194304 4196468 140729525298032 139664714193360 139666149525403 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12525568 140729525304047 140729525306565 140729525306565 140729525309391 0
[pid=9301/tid=9363] ppid=9298 vsize=10820196 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/9301/task/9363/stat : 9363 (java) S 9298 9301 5017 0 -1 1077944384 491 13117 0 0 1 0 5 3 20 0 15 0 474476022 11079880704 10257 33554432000 4194304 4196468 140729525298032 139665574287600 139666149517954 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12525568 140729525304047 140729525306565 140729525306565 140729525309391 0
[pid=9301/tid=9364] ppid=9298 vsize=10820196 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/9301/task/9364/stat : 9364 (java) S 9298 9301 5017 0 -1 1077944384 171 13117 0 0 1 0 5 3 20 0 15 0 474476022 11079880704 10257 33554432000 4194304 4196468 140729525298032 139665573235056 139666149517954 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12525568 140729525304047 140729525306565 140729525306565 140729525309391 0
[pid=9301/tid=9365] ppid=9298 vsize=10820196 memory=140605057320576 CPUtime=0.11 cores=1,3,5,7
/proc/9301/task/9365/stat : 9365 (java) S 9298 9301 5017 0 -1 1077944384 604 13117 0 0 3 0 5 3 20 0 15 0 474476022 11079880704 10257 33554432000 4194304 4196468 140729525298032 139665572182000 139666149517954 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12525568 140729525304047 140729525306565 140729525306565 140729525309391 0
[pid=9301/tid=9366] ppid=9298 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/9301/task/9366/stat : 9366 (java) S 9298 9301 5017 0 -1 1077944384 3 13117 0 0 0 0 5 3 20 0 15 0 474476022 11079880704 10257 33554432000 4194304 4196468 140729525298032 139664680634720 139666149517013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12525568 140729525304047 140729525306565 140729525306565 140729525309391 0
[pid=9301/tid=9367] ppid=9298 vsize=10820196 memory=140605057320576 CPUtime=0.08 cores=1,3,5,7
/proc/9301/task/9367/stat : 9367 (java) S 9298 9301 5017 0 -1 1077944384 1 13117 0 0 0 0 5 3 20 0 15 0 474476022 11079880704 10257 33554432000 4194304 4196468 140729525298032 139665571130416 139666149517954 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12525568 140729525304047 140729525306565 140729525306565 140729525309391 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 41028 KiB

[startup+0.314847 s]*
/proc/loadavg: 1.13 1.35 1.40 3/229 9367
/proc/meminfo: memFree=6425948/32770624 swapFree=66959532/67108860
[pid=9301] ppid=9298 vsize=10820196 memory=49464 CPUtime=0.4 cores=1,3,5,7
/proc/9301/stat : 9301 (java) S 9298 9301 5017 0 -1 1077944320 10576 13117 0 0 30 2 5 3 20 0 15 0 474476007 11079880704 12366 33554432000 4194304 4196468 140729525298032 140729525280576 139666149506807 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 12525568 140729525304047 140729525306565 140729525306565 140729525309391 0
/proc/9301/statm: 2705049 12366 3315 1 0 2667149 0
[pid=9301/tid=9354] ppid=9298 vsize=10820196 memory=8317482817917895235 CPUtime=0.29 cores=1,3,5,7
/proc/9301/task/9354/stat : 9354 (java) R 9298 9301 5017 0 -1 4202560 7042 13117 0 0 20 1 5 3 20 0 15 0 474476016 11079880704 12366 33554432000 4194304 4196468 140729525298032 139666121313312 139666149528733 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12525568 140729525304047 140729525306565 140729525306565 140729525309391 0
[pid=9301/tid=9355] ppid=9298 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9301/task/9355/stat : 9355 (java) S 9298 9301 5017 0 -1 1077944384 2 13117 0 0 0 0 5 3 20 0 15 0 474476017 11079880704 12366 33554432000 4194304 4196468 140729525298032 139666153749008 139666149517013 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12525568 140729525304047 140729525306565 140729525306565 140729525309391 0
[pid=9301/tid=9356] ppid=9298 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9301/task/9356/stat : 9356 (java) S 9298 9301 5017 0 -1 1077944384 2 13117 0 0 0 0 5 3 20 0 15 0 474476017 11079880704 12366 33554432000 4194304 4196468 140729525298032 139666042022544 139666149517013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12525568 140729525304047 140729525306565 140729525306565 140729525309391 0
[pid=9301/tid=9357] ppid=9298 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9301/task/9357/stat : 9357 (java) S 9298 9301 5017 0 -1 1077944384 1 13117 0 0 0 0 5 3 20 0 15 0 474476017 11079880704 12366 33554432000 4194304 4196468 140729525298032 139666040969488 139666149517013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12525568 140729525304047 140729525306565 140729525306565 140729525309391 0
[pid=9301/tid=9358] ppid=9298 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9301/task/9358/stat : 9358 (java) S 9298 9301 5017 0 -1 1077944384 2 13117 0 0 0 0 5 3 20 0 15 0 474476017 11079880704 12366 33554432000 4194304 4196468 140729525298032 139666039916944 139666149517013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12525568 140729525304047 140729525306565 140729525306565 140729525309391 0
[pid=9301/tid=9359] ppid=9298 vsize=10820196 memory=140605057320575 CPUtime=0.08 cores=1,3,5,7
/proc/9301/task/9359/stat : 9359 (java) S 9298 9301 5017 0 -1 1077944384 2 13117 0 0 0 0 5 3 20 0 15 0 474476018 11079880704 12366 33554432000 4194304 4196468 140729525298032 139665608899312 139666149517954 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12525568 140729525304047 140729525306565 140729525306565 140729525309391 0
[pid=9301/tid=9360] ppid=9298 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/9301/task/9360/stat : 9360 (java) S 9298 9301 5017 0 -1 1077944384 33 13117 0 0 0 0 5 3 20 0 15 0 474476019 11079880704 12366 33554432000 4194304 4196468 140729525298032 139665607845536 139666149517013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12525568 140729525304047 140729525306565 140729525306565 140729525309391 0
[pid=9301/tid=9361] ppid=9298 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9301/task/9361/stat : 9361 (java) S 9298 9301 5017 0 -1 1077944384 1 13117 0 0 0 0 5 3 20 0 15 0 474476019 11079880704 12366 33554432000 4194304 4196468 140729525298032 139665021592816 139666149517013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12525568 140729525304047 140729525306565 140729525306565 140729525309391 0
[pid=9301/tid=9362] ppid=9298 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9301/task/9362/stat : 9362 (java) S 9298 9301 5017 0 -1 1077944384 3 13117 0 0 0 0 5 3 20 0 15 0 474476022 11079880704 12366 33554432000 4194304 4196468 140729525298032 139664714193360 139666149525403 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12525568 140729525304047 140729525306565 140729525306565 140729525309391 0
[pid=9301/tid=9363] ppid=9298 vsize=10820196 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/9301/task/9363/stat : 9363 (java) S 9298 9301 5017 0 -1 1077944384 492 13117 0 0 2 0 5 3 20 0 15 0 474476022 11079880704 12366 33554432000 4194304 4196468 140729525298032 139665574287600 139666149517954 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12525568 140729525304047 140729525306565 140729525306565 140729525309391 0
[pid=9301/tid=9364] ppid=9298 vsize=10820196 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/9301/task/9364/stat : 9364 (java) S 9298 9301 5017 0 -1 1077944384 171 13117 0 0 1 0 5 3 20 0 15 0 474476022 11079880704 12366 33554432000 4194304 4196468 140729525298032 139665573235056 139666149517954 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12525568 140729525304047 140729525306565 140729525306565 140729525309391 0
[pid=9301/tid=9365] ppid=9298 vsize=10820196 memory=140605057320576 CPUtime=0.13 cores=1,3,5,7
/proc/9301/task/9365/stat : 9365 (java) R 9298 9301 5017 0 -1 4202560 612 13117 0 0 5 0 5 3 20 0 15 0 474476022 11079880704 12366 33554432000 4194304 4196468 140729525298032 139665572182000 139666132685320 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12525568 140729525304047 140729525306565 140729525306565 140729525309391 0
[pid=9301/tid=9366] ppid=9298 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/9301/task/9366/stat : 9366 (java) S 9298 9301 5017 0 -1 1077944384 3 13117 0 0 0 0 5 3 20 0 15 0 474476022 11079880704 12366 33554432000 4194304 4196468 140729525298032 139664680634720 139666149517013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12525568 140729525304047 140729525306565 140729525306565 140729525309391 0
[pid=9301/tid=9367] ppid=9298 vsize=10820196 memory=140605057320576 CPUtime=0.08 cores=1,3,5,7
/proc/9301/task/9367/stat : 9367 (java) S 9298 9301 5017 0 -1 1077944384 1 13117 0 0 0 0 5 3 20 0 15 0 474476022 11079880704 12366 33554432000 4194304 4196468 140729525298032 139665571130416 139666149517954 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12525568 140729525304047 140729525306565 140729525306565 140729525309391 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 49464 KiB

[startup+0.700844 s]
/proc/loadavg: 1.13 1.35 1.40 5/229 9367
/proc/meminfo: memFree=6411660/32770624 swapFree=66959532/67108860
[pid=9301] ppid=9298 vsize=10824364 memory=81612 CPUtime=1.15 cores=1,3,5,7
/proc/9301/stat : 9301 (java) S 9298 9301 5017 0 -1 1077944320 14630 13117 0 0 103 4 5 3 20 0 15 0 474476007 11084148736 20403 33554432000 4194304 4196468 140729525298032 140729525280576 139666149506807 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 12525568 140729525304047 140729525306565 140729525306565 140729525309391 0
/proc/9301/statm: 2706091 20403 3511 1 0 2668173 0
[pid=9301/tid=9354] ppid=9298 vsize=10824364 memory=5795117241467496816 CPUtime=0.67 cores=1,3,5,7
/proc/9301/task/9354/stat : 9354 (java) S 9298 9301 5017 0 -1 1077944384 10013 13117 0 0 56 3 5 3 20 0 15 0 474476016 11084148736 20403 33554432000 4194304 4196468 140729525298032 139666121333808 139666149517013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12525568 140729525304047 140729525306565 140729525306565 140729525309391 0
[pid=9301/tid=9355] ppid=9298 vsize=10824364 memory=1384 CPUtime=0.08 cores=1,3,5,7
/proc/9301/task/9355/stat : 9355 (java) S 9298 9301 5017 0 -1 1077944384 2 13117 0 0 0 0 5 3 20 0 15 0 474476017 11084148736 20403 33554432000 4194304 4196468 140729525298032 139666153749008 139666149517013 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12525568 140729525304047 140729525306565 140729525306565 140729525309391 0
[pid=9301/tid=9356] ppid=9298 vsize=10824364 memory=4040 CPUtime=0.08 cores=1,3,5,7
/proc/9301/task/9356/stat : 9356 (java) S 9298 9301 5017 0 -1 1077944384 2 13117 0 0 0 0 5 3 20 0 15 0 474476017 11084148736 20403 33554432000 4194304 4196468 140729525298032 139666042022544 139666149517013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12525568 140729525304047 140729525306565 140729525306565 140729525309391 0
[pid=9301/tid=9357] ppid=9298 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9301/task/9357/stat : 9357 (java) S 9298 9301 5017 0 -1 1077944384 1 13117 0 0 0 0 5 3 20 0 15 0 474476017 11084148736 20403 33554432000 4194304 4196468 140729525298032 139666040969488 139666149517013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12525568 140729525304047 140729525306565 140729525306565 140729525309391 0
[pid=9301/tid=9358] ppid=9298 vsize=10824364 memory=140605057319409 CPUtime=0.08 cores=1,3,5,7
/proc/9301/task/9358/stat : 9358 (java) S 9298 9301 5017 0 -1 1077944384 2 13117 0 0 0 0 5 3 20 0 15 0 474476017 11084148736 20403 33554432000 4194304 4196468 140729525298032 139666039916944 139666149517013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12525568 140729525304047 140729525306565 140729525306565 140729525309391 0
[pid=9301/tid=9359] ppid=9298 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9301/task/9359/stat : 9359 (java) S 9298 9301 5017 0 -1 1077944384 5 13117 0 0 0 0 5 3 20 0 15 0 474476018 11084148736 20403 33554432000 4194304 4196468 140729525298032 139665608899312 139666149517954 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12525568 140729525304047 140729525306565 140729525306565 140729525309391 0
[pid=9301/tid=9360] ppid=9298 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9301/task/9360/stat : 9360 (java) S 9298 9301 5017 0 -1 1077944384 33 13117 0 0 0 0 5 3 20 0 15 0 474476019 11084148736 20403 33554432000 4194304 4196468 140729525298032 139665607845536 139666149517013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12525568 140729525304047 140729525306565 140729525306565 140729525309391 0
[pid=9301/tid=9361] ppid=9298 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9301/task/9361/stat : 9361 (java) S 9298 9301 5017 0 -1 1077944384 1 13117 0 0 0 0 5 3 20 0 15 0 474476019 11084148736 20403 33554432000 4194304 4196468 140729525298032 139665021592816 139666149517013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12525568 140729525304047 140729525306565 140729525306565 140729525309391 0
[pid=9301/tid=9362] ppid=9298 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9301/task/9362/stat : 9362 (java) S 9298 9301 5017 0 -1 1077944384 3 13117 0 0 0 0 5 3 20 0 15 0 474476022 11084148736 20403 33554432000 4194304 4196468 140729525298032 139664714193360 139666149525403 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12525568 140729525304047 140729525306565 140729525306565 140729525309391 0
[pid=9301/tid=9363] ppid=9298 vsize=10824364 memory=0 CPUtime=0.21 cores=1,3,5,7
/proc/9301/task/9363/stat : 9363 (java) R 9298 9301 5017 0 -1 4202560 925 13117 0 0 13 0 5 3 20 0 15 0 474476022 11084148736 20403 33554432000 4194304 4196468 140729525298032 139665574273664 139665709465707 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 12525568 140729525304047 140729525306565 140729525306565 140729525309391 0
[pid=9301/tid=9364] ppid=9298 vsize=10824364 memory=0 CPUtime=0.23 cores=1,3,5,7
/proc/9301/task/9364/stat : 9364 (java) S 9298 9301 5017 0 -1 1077944384 656 13117 0 0 15 0 5 3 20 0 15 0 474476022 11084148736 20403 33554432000 4194304 4196468 140729525298032 139665573235056 139666149517954 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12525568 140729525304047 140729525306565 140729525306565 140729525309391 0
[pid=9301/tid=9365] ppid=9298 vsize=10824364 memory=0 CPUtime=0.25 cores=1,3,5,7
/proc/9301/task/9365/stat : 9365 (java) R 9298 9301 5017 0 -1 4202560 772 13117 0 0 17 0 5 3 20 0 15 0 474476022 11084148736 20403 33554432000 4194304 4196468 140729525298032 139665572182000 139666128183384 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12525568 140729525304047 140729525306565 140729525306565 140729525309391 0
[pid=9301/tid=9366] ppid=9298 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9301/task/9366/stat : 9366 (java) S 9298 9301 5017 0 -1 1077944384 3 13117 0 0 0 0 5 3 20 0 15 0 474476022 11084148736 20403 33554432000 4194304 4196468 140729525298032 139664680634720 139666149517013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12525568 140729525304047 140729525306565 140729525306565 140729525309391 0
[pid=9301/tid=9367] ppid=9298 vsize=10824364 memory=3624 CPUtime=0.08 cores=1,3,5,7
/proc/9301/task/9367/stat : 9367 (java) S 9298 9301 5017 0 -1 1077944384 1 13117 0 0 0 0 5 3 20 0 15 0 474476022 11084148736 20403 33554432000 4194304 4196468 140729525298032 139665571130416 139666149517954 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12525568 140729525304047 140729525306565 140729525306565 140729525309391 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 81612 KiB

[startup+1.50272 s]
/proc/loadavg: 1.13 1.35 1.40 4/229 9367
/proc/meminfo: memFree=6366900/32770624 swapFree=66959532/67108860
[pid=9301] ppid=9298 vsize=10834680 memory=167144 CPUtime=2.47 cores=1,3,5,7
/proc/9301/stat : 9301 (java) S 9298 9301 5017 0 -1 1077944320 20028 13117 0 0 229 10 5 3 20 0 15 0 474476007 11094712320 41786 33554432000 4194304 4196468 140729525298032 140729525280576 139666149506807 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 12525568 140729525304047 140729525306565 140729525306565 140729525309391 0
/proc/9301/statm: 2708670 41786 3572 1 0 2670733 0
[pid=9301/tid=9354] ppid=9298 vsize=10834680 memory=55 CPUtime=1.44 cores=1,3,5,7
/proc/9301/task/9354/stat : 9354 (java) R 9298 9301 5017 0 -1 4202560 14541 13117 0 0 130 6 5 3 20 0 15 0 474476016 11094712320 41786 33554432000 4194304 4196468 140729525298032 139666121328240 139665709542678 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12525568 140729525304047 140729525306565 140729525306565 140729525309391 0
[pid=9301/tid=9355] ppid=9298 vsize=10834680 memory=8112282956445269571 CPUtime=0.09 cores=1,3,5,7
/proc/9301/task/9355/stat : 9355 (java) S 9298 9301 5017 0 -1 1077944384 15 13117 0 0 1 0 5 3 20 0 15 0 474476017 11094712320 41786 33554432000 4194304 4196468 140729525298032 139666153749008 139666149517013 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12525568 140729525304047 140729525306565 140729525306565 140729525309391 0
[pid=9301/tid=9356] ppid=9298 vsize=10834680 memory=140605057330657 CPUtime=0.08 cores=1,3,5,7
/proc/9301/task/9356/stat : 9356 (java) S 9298 9301 5017 0 -1 1077944384 30 13117 0 0 0 0 5 3 20 0 15 0 474476017 11094712320 41786 33554432000 4194304 4196468 140729525298032 139666042022544 139666149517013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12525568 140729525304047 140729525306565 140729525306565 140729525309391 0
[pid=9301/tid=9357] ppid=9298 vsize=10834680 memory=140605057328449 CPUtime=0.09 cores=1,3,5,7
/proc/9301/task/9357/stat : 9357 (java) S 9298 9301 5017 0 -1 1077944384 37 13117 0 0 1 0 5 3 20 0 15 0 474476017 11094712320 41786 33554432000 4194304 4196468 140729525298032 139666040969488 139666149517013 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12525568 140729525304047 140729525306565 140729525306565 140729525309391 0
[pid=9301/tid=9358] ppid=9298 vsize=10834680 memory=140605057330337 CPUtime=0.09 cores=1,3,5,7
/proc/9301/task/9358/stat : 9358 (java) S 9298 9301 5017 0 -1 1077944384 28 13117 0 0 1 0 5 3 20 0 15 0 474476017 11094712320 41786 33554432000 4194304 4196468 140729525298032 139666039916944 139666149517013 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12525568 140729525304047 140729525306565 140729525306565 140729525309391 0
[pid=9301/tid=9359] ppid=9298 vsize=10834680 memory=1384 CPUtime=0.09 cores=1,3,5,7
/proc/9301/task/9359/stat : 9359 (java) S 9298 9301 5017 0 -1 1077944384 43 13117 0 0 1 0 5 3 20 0 15 0 474476018 11094712320 41786 33554432000 4194304 4196468 140729525298032 139665608899312 139666149517954 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12525568 140729525304047 140729525306565 140729525306565 140729525309391 0
[pid=9301/tid=9360] ppid=9298 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9301/task/9360/stat : 9360 (java) S 9298 9301 5017 0 -1 1077944384 34 13117 0 0 0 0 5 3 20 0 15 0 474476019 11094712320 41786 33554432000 4194304 4196468 140729525298032 139665607845600 139666149517013 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12525568 140729525304047 140729525306565 140729525306565 140729525309391 0
[pid=9301/tid=9361] ppid=9298 vsize=10834680 memory=7014751519700570214 CPUtime=0.08 cores=1,3,5,7
/proc/9301/task/9361/stat : 9361 (java) S 9298 9301 5017 0 -1 1077944384 1 13117 0 0 0 0 5 3 20 0 15 0 474476019 11094712320 41786 33554432000 4194304 4196468 140729525298032 139665021592832 139666149517013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12525568 140729525304047 140729525306565 140729525306565 140729525309391 0
[pid=9301/tid=9362] ppid=9298 vsize=10834680 memory=7156901940677797977 CPUtime=0.08 cores=1,3,5,7
/proc/9301/task/9362/stat : 9362 (java) S 9298 9301 5017 0 -1 1077944384 3 13117 0 0 0 0 5 3 20 0 15 0 474476022 11094712320 41786 33554432000 4194304 4196468 140729525298032 139664714193360 139666149525403 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12525568 140729525304047 140729525306565 140729525306565 140729525309391 0
[pid=9301/tid=9363] ppid=9298 vsize=10834680 memory=7306342063483415921 CPUtime=0.32 cores=1,3,5,7
/proc/9301/task/9363/stat : 9363 (java) R 9298 9301 5017 0 -1 4202560 982 13117 0 0 24 0 5 3 20 0 15 0 474476022 11094712320 41786 33554432000 4194304 4196468 140729525298032 139665574287600 139666149528154 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12525568 140729525304047 140729525306565 140729525306565 140729525309391 0
[pid=9301/tid=9364] ppid=9298 vsize=10834680 memory=0 CPUtime=0.35 cores=1,3,5,7
/proc/9301/task/9364/stat : 9364 (java) R 9298 9301 5017 0 -1 1077944384 712 13117 0 0 27 0 5 3 20 0 15 0 474476022 11094712320 41786 33554432000 4194304 4196468 140729525298032 139665573222928 139666149517013 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 12525568 140729525304047 140729525306565 140729525306565 140729525309391 0
[pid=9301/tid=9365] ppid=9298 vsize=10834680 memory=4949696295840688515 CPUtime=0.48 cores=1,3,5,7
/proc/9301/task/9365/stat : 9365 (java) R 9298 9301 5017 0 -1 4202560 1388 13117 0 0 40 0 5 3 20 0 15 0 474476022 11094712320 41786 33554432000 4194304 4196468 140729525298032 139665572182000 139666133587294 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12525568 140729525304047 140729525306565 140729525306565 140729525309391 0
[pid=9301/tid=9366] ppid=9298 vsize=10834680 memory=-7390251449858225344 CPUtime=0.08 cores=1,3,5,7
/proc/9301/task/9366/stat : 9366 (java) S 9298 9301 5017 0 -1 1077944384 3 13117 0 0 0 0 5 3 20 0 15 0 474476022 11094712320 41786 33554432000 4194304 4196468 140729525298032 139664680634720 139666149517013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12525568 140729525304047 140729525306565 140729525306565 140729525309391 0
[pid=9301/tid=9367] ppid=9298 vsize=10834680 memory=8112282956445269571 CPUtime=0.08 cores=1,3,5,7
/proc/9301/task/9367/stat : 9367 (java) S 9298 9301 5017 0 -1 1077944384 1 13117 0 0 0 0 5 3 20 0 15 0 474476022 11094712320 41786 33554432000 4194304 4196468 140729525298032 139665571130416 139666149517954 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12525568 140729525304047 140729525306565 140729525306565 140729525309391 0
Current children cumulated CPU time: 2.47 s
Current children cumulated vsize: 10834680 KiB

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

[pid=9301/tid=9365] ppid=9298 vsize=10849048 memory=8112282956445269571 CPUtime=3.59 cores=1,3,5,7
/proc/9301/task/9365/stat : 9365 (java) S 9298 9301 5017 0 -1 1077944384 27784 13117 0 0 346 5 5 3 20 0 15 0 474476022 11109425152 206218 33554432000 4194304 4196468 140729525298032 139665572182000 139666149517954 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12525568 140729525304047 140729525306565 140729525306565 140729525309391 0
[pid=9301/tid=9366] ppid=9298 vsize=10849048 memory=824872 CPUtime=0.08 cores=1,3,5,7
/proc/9301/task/9366/stat : 9366 (java) S 9298 9301 5017 0 -1 1077944384 3 13117 0 0 0 0 5 3 20 0 15 0 474476022 11109425152 206218 33554432000 4194304 4196468 140729525298032 139664680634720 139666149517013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12525568 140729525304047 140729525306565 140729525306565 140729525309391 0
[pid=9301/tid=9367] ppid=9298 vsize=10849048 memory=1947747 CPUtime=0.92 cores=1,3,5,7
/proc/9301/task/9367/stat : 9367 (java) S 9298 9301 5017 0 -1 1077944384 836 13117 0 0 39 45 5 3 20 0 15 0 474476022 11109425152 206218 33554432000 4194304 4196468 140729525298032 139665571130416 139666149517954 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12525568 140729525304047 140729525306565 140729525306565 140729525309391 0
Current children cumulated CPU time: 1558.01 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 824872 KiB

[startup+1526.4 s]
/proc/loadavg: 1.11 1.37 1.40 3/227 9632
/proc/meminfo: memFree=6551956/32770624 swapFree=66959532/67108860
[pid=9301] ppid=9298 vsize=10849048 memory=824872 CPUtime=1559.64 cores=1,3,5,7
/proc/9301/stat : 9301 (java) S 9298 9301 5017 0 -1 1077944320 177497 13117 0 0 155713 243 5 3 20 0 15 0 474476007 11109425152 206218 33554432000 4194304 4196468 140729525298032 140729525280576 139666149506807 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 12525568 140729525304047 140729525306565 140729525306565 140729525309391 0
/proc/9301/statm: 2712262 206218 3627 1 0 2674317 0
[pid=9301/tid=9354] ppid=9298 vsize=10849048 memory=824872 CPUtime=1509.45 cores=1,3,5,7
/proc/9301/task/9354/stat : 9354 (java) R 9298 9301 5017 0 -1 4202560 53588 13117 0 0 150899 38 5 3 20 0 15 0 474476016 11109425152 206218 33554432000 4194304 4196468 140729525298032 139666121341568 139665720334744 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12525568 140729525304047 140729525306565 140729525306565 140729525309391 0
[pid=9301/tid=9355] ppid=9298 vsize=10849048 memory=8112282956445269571 CPUtime=7.85 cores=1,3,5,7
/proc/9301/task/9355/stat : 9355 (java) S 9298 9301 5017 0 -1 1077944384 10522 13117 0 0 739 38 5 3 20 0 15 0 474476017 11109425152 206218 33554432000 4194304 4196468 140729525298032 139666153749008 139666149517013 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12525568 140729525304047 140729525306565 140729525306565 140729525309391 0
[pid=9301/tid=9356] ppid=9298 vsize=10849048 memory=1496 CPUtime=7.82 cores=1,3,5,7
/proc/9301/task/9356/stat : 9356 (java) S 9298 9301 5017 0 -1 1077944384 8535 13117 0 0 738 36 5 3 20 0 15 0 474476017 11109425152 206218 33554432000 4194304 4196468 140729525298032 139666042022544 139666149517013 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12525568 140729525304047 140729525306565 140729525306565 140729525309391 0
[pid=9301/tid=9357] ppid=9298 vsize=10849048 memory=1016 CPUtime=7.78 cores=1,3,5,7
/proc/9301/task/9357/stat : 9357 (java) S 9298 9301 5017 0 -1 1077944384 11627 13117 0 0 732 38 5 3 20 0 15 0 474476017 11109425152 206218 33554432000 4194304 4196468 140729525298032 139666040969488 139666149517013 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12525568 140729525304047 140729525306565 140729525306565 140729525309391 0
[pid=9301/tid=9358] ppid=9298 vsize=10849048 memory=6044 CPUtime=7.83 cores=1,3,5,7
/proc/9301/task/9358/stat : 9358 (java) S 9298 9301 5017 0 -1 1077944384 13384 13117 0 0 738 37 5 3 20 0 15 0 474476017 11109425152 206218 33554432000 4194304 4196468 140729525298032 139666039916944 139666149517013 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12525568 140729525304047 140729525306565 140729525306565 140729525309391 0
[pid=9301/tid=9359] ppid=9298 vsize=10849048 memory=1536 CPUtime=7.07 cores=1,3,5,7
/proc/9301/task/9359/stat : 9359 (java) S 9298 9301 5017 0 -1 1077944384 10837 13117 0 0 661 38 5 3 20 0 15 0 474476018 11109425152 206218 33554432000 4194304 4196468 140729525298032 139665608899312 139666149517954 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12525568 140729525304047 140729525306565 140729525306565 140729525309391 0
[pid=9301/tid=9360] ppid=9298 vsize=10849048 memory=9592 CPUtime=0.08 cores=1,3,5,7
/proc/9301/task/9360/stat : 9360 (java) S 9298 9301 5017 0 -1 1077944384 37 13117 0 0 0 0 5 3 20 0 15 0 474476019 11109425152 206218 33554432000 4194304 4196468 140729525298032 139665607845600 139666149517013 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12525568 140729525304047 140729525306565 140729525306565 140729525309391 0
[pid=9301/tid=9361] ppid=9298 vsize=10849048 memory=2828 CPUtime=0.08 cores=1,3,5,7
/proc/9301/task/9361/stat : 9361 (java) S 9298 9301 5017 0 -1 1077944384 7 13117 0 0 0 0 5 3 20 0 15 0 474476019 11109425152 206218 33554432000 4194304 4196468 140729525298032 139665021592832 139666149517013 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12525568 140729525304047 140729525306565 140729525306565 140729525309391 0
[pid=9301/tid=9362] ppid=9298 vsize=10849048 memory=780 CPUtime=0.08 cores=1,3,5,7
/proc/9301/task/9362/stat : 9362 (java) S 9298 9301 5017 0 -1 1077944384 3 13117 0 0 0 0 5 3 20 0 15 0 474476022 11109425152 206218 33554432000 4194304 4196468 140729525298032 139664714193360 139666149525403 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12525568 140729525304047 140729525306565 140729525306565 140729525309391 0
[pid=9301/tid=9363] ppid=9298 vsize=10849048 memory=824872 CPUtime=4.02 cores=1,3,5,7
/proc/9301/task/9363/stat : 9363 (java) S 9298 9301 5017 0 -1 1077944384 18896 13117 0 0 390 4 5 3 20 0 15 0 474476022 11109425152 206218 33554432000 4194304 4196468 140729525298032 139665574287600 139666149517954 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12525568 140729525304047 140729525306565 140729525306565 140729525309391 0
[pid=9301/tid=9364] ppid=9298 vsize=10849048 memory=3624 CPUtime=3.9 cores=1,3,5,7
/proc/9301/task/9364/stat : 9364 (java) S 9298 9301 5017 0 -1 1077944384 19227 13117 0 0 377 5 5 3 20 0 15 0 474476022 11109425152 206218 33554432000 4194304 4196468 140729525298032 139665573235056 139666149517954 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12525568 140729525304047 140729525306565 140729525306565 140729525309391 0
[pid=9301/tid=9365] ppid=9298 vsize=10849048 memory=55468 CPUtime=3.59 cores=1,3,5,7
/proc/9301/task/9365/stat : 9365 (java) S 9298 9301 5017 0 -1 1077944384 27784 13117 0 0 346 5 5 3 20 0 15 0 474476022 11109425152 206218 33554432000 4194304 4196468 140729525298032 139665572182000 139666149517954 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12525568 140729525304047 140729525306565 140729525306565 140729525309391 0
[pid=9301/tid=9366] ppid=9298 vsize=10849048 memory=524 CPUtime=0.08 cores=1,3,5,7
/proc/9301/task/9366/stat : 9366 (java) S 9298 9301 5017 0 -1 1077944384 3 13117 0 0 0 0 5 3 20 0 15 0 474476022 11109425152 206218 33554432000 4194304 4196468 140729525298032 139664680634720 139666149517013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12525568 140729525304047 140729525306565 140729525306565 140729525309391 0
[pid=9301/tid=9367] ppid=9298 vsize=10849048 memory=1568 CPUtime=0.93 cores=1,3,5,7
/proc/9301/task/9367/stat : 9367 (java) S 9298 9301 5017 0 -1 1077944384 836 13117 0 0 40 45 5 3 20 0 15 0 474476022 11109425152 206218 33554432000 4194304 4196468 140729525298032 139665571130416 139666149517954 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12525568 140729525304047 140729525306565 140729525306565 140729525309391 0
Current children cumulated CPU time: 1559.64 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 824872 KiB

[startup+1527.2 s]
/proc/loadavg: 1.11 1.37 1.40 3/227 9632
/proc/meminfo: memFree=6552192/32770624 swapFree=66959532/67108860
[pid=9301] ppid=9298 vsize=10849048 memory=824872 CPUtime=1560.45 cores=1,3,5,7
/proc/9301/stat : 9301 (java) S 9298 9301 5017 0 -1 1077944320 177502 13117 0 0 155794 243 5 3 20 0 15 0 474476007 11109425152 206218 33554432000 4194304 4196468 140729525298032 140729525280576 139666149506807 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 12525568 140729525304047 140729525306565 140729525306565 140729525309391 0
/proc/9301/statm: 2712262 206218 3627 1 0 2674317 0
[pid=9301/tid=9354] ppid=9298 vsize=10849048 memory=55468 CPUtime=1510.24 cores=1,3,5,7
/proc/9301/task/9354/stat : 9354 (java) R 9298 9301 5017 0 -1 4202560 53593 13117 0 0 150978 38 5 3 20 0 15 0 474476016 11109425152 206218 33554432000 4194304 4196468 140729525298032 139666121341312 139665720333217 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12525568 140729525304047 140729525306565 140729525306565 140729525309391 0
[pid=9301/tid=9355] ppid=9298 vsize=10849048 memory=988 CPUtime=7.85 cores=1,3,5,7
/proc/9301/task/9355/stat : 9355 (java) S 9298 9301 5017 0 -1 1077944384 10522 13117 0 0 739 38 5 3 20 0 15 0 474476017 11109425152 206218 33554432000 4194304 4196468 140729525298032 139666153749008 139666149517013 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12525568 140729525304047 140729525306565 140729525306565 140729525309391 0
[pid=9301/tid=9356] ppid=9298 vsize=10849048 memory=8112282956445269571 CPUtime=7.82 cores=1,3,5,7
/proc/9301/task/9356/stat : 9356 (java) S 9298 9301 5017 0 -1 1077944384 8535 13117 0 0 738 36 5 3 20 0 15 0 474476017 11109425152 206218 33554432000 4194304 4196468 140729525298032 139666042022544 139666149517013 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12525568 140729525304047 140729525306565 140729525306565 140729525309391 0
[pid=9301/tid=9357] ppid=9298 vsize=10849048 memory=2116 CPUtime=7.79 cores=1,3,5,7
/proc/9301/task/9357/stat : 9357 (java) S 9298 9301 5017 0 -1 1077944384 11627 13117 0 0 733 38 5 3 20 0 15 0 474476017 11109425152 206218 33554432000 4194304 4196468 140729525298032 139666040969488 139666149517013 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12525568 140729525304047 140729525306565 140729525306565 140729525309391 0
[pid=9301/tid=9358] ppid=9298 vsize=10849048 memory=30228 CPUtime=7.83 cores=1,3,5,7
/proc/9301/task/9358/stat : 9358 (java) S 9298 9301 5017 0 -1 1077944384 13384 13117 0 0 738 37 5 3 20 0 15 0 474476017 11109425152 206218 33554432000 4194304 4196468 140729525298032 139666039916944 139666149517013 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12525568 140729525304047 140729525306565 140729525306565 140729525309391 0
[pid=9301/tid=9359] ppid=9298 vsize=10849048 memory=14068 CPUtime=7.07 cores=1,3,5,7
/proc/9301/task/9359/stat : 9359 (java) S 9298 9301 5017 0 -1 1077944384 10837 13117 0 0 661 38 5 3 20 0 15 0 474476018 11109425152 206218 33554432000 4194304 4196468 140729525298032 139665608899312 139666149517954 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12525568 140729525304047 140729525306565 140729525306565 140729525309391 0
[pid=9301/tid=9360] ppid=9298 vsize=10849048 memory=824872 CPUtime=0.08 cores=1,3,5,7
/proc/9301/task/9360/stat : 9360 (java) S 9298 9301 5017 0 -1 1077944384 37 13117 0 0 0 0 5 3 20 0 15 0 474476019 11109425152 206218 33554432000 4194304 4196468 140729525298032 139665607845600 139666149517013 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12525568 140729525304047 140729525306565 140729525306565 140729525309391 0
[pid=9301/tid=9361] ppid=9298 vsize=10849048 memory=824872 CPUtime=0.08 cores=1,3,5,7
/proc/9301/task/9361/stat : 9361 (java) S 9298 9301 5017 0 -1 1077944384 7 13117 0 0 0 0 5 3 20 0 15 0 474476019 11109425152 206218 33554432000 4194304 4196468 140729525298032 139665021592832 139666149517013 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12525568 140729525304047 140729525306565 140729525306565 140729525309391 0
[pid=9301/tid=9362] ppid=9298 vsize=10849048 memory=824872 CPUtime=0.08 cores=1,3,5,7
/proc/9301/task/9362/stat : 9362 (java) S 9298 9301 5017 0 -1 1077944384 3 13117 0 0 0 0 5 3 20 0 15 0 474476022 11109425152 206218 33554432000 4194304 4196468 140729525298032 139664714193360 139666149525403 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12525568 140729525304047 140729525306565 140729525306565 140729525309391 0
[pid=9301/tid=9363] ppid=9298 vsize=10849048 memory=824872 CPUtime=4.02 cores=1,3,5,7
/proc/9301/task/9363/stat : 9363 (java) S 9298 9301 5017 0 -1 1077944384 18896 13117 0 0 390 4 5 3 20 0 15 0 474476022 11109425152 206218 33554432000 4194304 4196468 140729525298032 139665574287600 139666149517954 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12525568 140729525304047 140729525306565 140729525306565 140729525309391 0
[pid=9301/tid=9364] ppid=9298 vsize=10849048 memory=824872 CPUtime=3.9 cores=1,3,5,7
/proc/9301/task/9364/stat : 9364 (java) S 9298 9301 5017 0 -1 1077944384 19227 13117 0 0 377 5 5 3 20 0 15 0 474476022 11109425152 206218 33554432000 4194304 4196468 140729525298032 139665573235056 139666149517954 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12525568 140729525304047 140729525306565 140729525306565 140729525309391 0
[pid=9301/tid=9365] ppid=9298 vsize=10849048 memory=14068 CPUtime=3.59 cores=1,3,5,7
/proc/9301/task/9365/stat : 9365 (java) S 9298 9301 5017 0 -1 1077944384 27784 13117 0 0 346 5 5 3 20 0 15 0 474476022 11109425152 206218 33554432000 4194304 4196468 140729525298032 139665572182000 139666149517954 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12525568 140729525304047 140729525306565 140729525306565 140729525309391 0
[pid=9301/tid=9366] ppid=9298 vsize=10849048 memory=8112282956445269571 CPUtime=0.08 cores=1,3,5,7
/proc/9301/task/9366/stat : 9366 (java) S 9298 9301 5017 0 -1 1077944384 3 13117 0 0 0 0 5 3 20 0 15 0 474476022 11109425152 206218 33554432000 4194304 4196468 140729525298032 139664680634720 139666149517013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12525568 140729525304047 140729525306565 140729525306565 140729525309391 0
[pid=9301/tid=9367] ppid=9298 vsize=10849048 memory=1408 CPUtime=0.93 cores=1,3,5,7
/proc/9301/task/9367/stat : 9367 (java) S 9298 9301 5017 0 -1 1077944384 836 13117 0 0 40 45 5 3 20 0 15 0 474476022 11109425152 206218 33554432000 4194304 4196468 140729525298032 139665571130416 139666149517954 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12525568 140729525304047 140729525306565 140729525306565 140729525309391 0
Current children cumulated CPU time: 1560.45 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 824872 KiB

[startup+1527.4 s]
/proc/loadavg: 1.11 1.37 1.40 3/227 9632
/proc/meminfo: memFree=6552192/32770624 swapFree=66959532/67108860
[pid=9301] ppid=9298 vsize=10849048 memory=824872 CPUtime=1560.65 cores=1,3,5,7
/proc/9301/stat : 9301 (java) S 9298 9301 5017 0 -1 1077944320 177655 13117 0 0 155814 243 5 3 20 0 15 0 474476007 11109425152 206218 33554432000 4194304 4196468 140729525298032 140729525280576 139666149506807 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 12525568 140729525304047 140729525306565 140729525306565 140729525309391 0
/proc/9301/statm: 2712262 206218 3627 1 0 2674317 0
[pid=9301/tid=9354] ppid=9298 vsize=10849048 memory=824872 CPUtime=1510.44 cores=1,3,5,7
/proc/9301/task/9354/stat : 9354 (java) R 9298 9301 5017 0 -1 4202560 53746 13117 0 0 150998 38 5 3 20 0 15 0 474476016 11109425152 206218 33554432000 4194304 4196468 140729525298032 139666121341600 139665722085977 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12525568 140729525304047 140729525306565 140729525306565 140729525309391 0
[pid=9301/tid=9355] ppid=9298 vsize=10849048 memory=1408 CPUtime=7.85 cores=1,3,5,7
/proc/9301/task/9355/stat : 9355 (java) S 9298 9301 5017 0 -1 1077944384 10522 13117 0 0 739 38 5 3 20 0 15 0 474476017 11109425152 206218 33554432000 4194304 4196468 140729525298032 139666153749008 139666149517013 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12525568 140729525304047 140729525306565 140729525306565 140729525309391 0
[pid=9301/tid=9356] ppid=9298 vsize=10849048 memory=8112282956445269571 CPUtime=7.83 cores=1,3,5,7
/proc/9301/task/9356/stat : 9356 (java) S 9298 9301 5017 0 -1 1077944384 8535 13117 0 0 739 36 5 3 20 0 15 0 474476017 11109425152 206218 33554432000 4194304 4196468 140729525298032 139666042022544 139666149517013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12525568 140729525304047 140729525306565 140729525306565 140729525309391 0
[pid=9301/tid=9357] ppid=9298 vsize=10849048 memory=1384 CPUtime=7.79 cores=1,3,5,7
/proc/9301/task/9357/stat : 9357 (java) S 9298 9301 5017 0 -1 1077944384 11627 13117 0 0 733 38 5 3 20 0 15 0 474476017 11109425152 206218 33554432000 4194304 4196468 140729525298032 139666040969488 139666149517013 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12525568 140729525304047 140729525306565 140729525306565 140729525309391 0
[pid=9301/tid=9358] ppid=9298 vsize=10849048 memory=4040 CPUtime=7.83 cores=1,3,5,7
/proc/9301/task/9358/stat : 9358 (java) S 9298 9301 5017 0 -1 1077944384 13384 13117 0 0 738 37 5 3 20 0 15 0 474476017 11109425152 206218 33554432000 4194304 4196468 140729525298032 139666039916944 139666149517013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12525568 140729525304047 140729525306565 140729525306565 140729525309391 0
[pid=9301/tid=9359] ppid=9298 vsize=10849048 memory=1056 CPUtime=7.07 cores=1,3,5,7
/proc/9301/task/9359/stat : 9359 (java) S 9298 9301 5017 0 -1 1077944384 10837 13117 0 0 661 38 5 3 20 0 15 0 474476018 11109425152 206218 33554432000 4194304 4196468 140729525298032 139665608899312 139666149517954 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12525568 140729525304047 140729525306565 140729525306565 140729525309391 0
[pid=9301/tid=9360] ppid=9298 vsize=10849048 memory=1188 CPUtime=0.08 cores=1,3,5,7
/proc/9301/task/9360/stat : 9360 (java) S 9298 9301 5017 0 -1 1077944384 37 13117 0 0 0 0 5 3 20 0 15 0 474476019 11109425152 206218 33554432000 4194304 4196468 140729525298032 139665607845600 139666149517013 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12525568 140729525304047 140729525306565 140729525306565 140729525309391 0
[pid=9301/tid=9361] ppid=9298 vsize=10849048 memory=1536 CPUtime=0.08 cores=1,3,5,7
/proc/9301/task/9361/stat : 9361 (java) S 9298 9301 5017 0 -1 1077944384 7 13117 0 0 0 0 5 3 20 0 15 0 474476019 11109425152 206218 33554432000 4194304 4196468 140729525298032 139665021592832 139666149517013 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12525568 140729525304047 140729525306565 140729525306565 140729525309391 0
[pid=9301/tid=9362] ppid=9298 vsize=10849048 memory=9592 CPUtime=0.08 cores=1,3,5,7
/proc/9301/task/9362/stat : 9362 (java) S 9298 9301 5017 0 -1 1077944384 3 13117 0 0 0 0 5 3 20 0 15 0 474476022 11109425152 206218 33554432000 4194304 4196468 140729525298032 139664714193360 139666149525403 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12525568 140729525304047 140729525306565 140729525306565 140729525309391 0
[pid=9301/tid=9363] ppid=9298 vsize=10849048 memory=2828 CPUtime=4.02 cores=1,3,5,7
/proc/9301/task/9363/stat : 9363 (java) S 9298 9301 5017 0 -1 1077944384 18896 13117 0 0 390 4 5 3 20 0 15 0 474476022 11109425152 206218 33554432000 4194304 4196468 140729525298032 139665574287600 139666149517954 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12525568 140729525304047 140729525306565 140729525306565 140729525309391 0
[pid=9301/tid=9364] ppid=9298 vsize=10849048 memory=780 CPUtime=3.9 cores=1,3,5,7
/proc/9301/task/9364/stat : 9364 (java) S 9298 9301 5017 0 -1 1077944384 19227 13117 0 0 377 5 5 3 20 0 15 0 474476022 11109425152 206218 33554432000 4194304 4196468 140729525298032 139665573235056 139666149517954 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12525568 140729525304047 140729525306565 140729525306565 140729525309391 0
[pid=9301/tid=9365] ppid=9298 vsize=10849048 memory=620 CPUtime=3.59 cores=1,3,5,7
/proc/9301/task/9365/stat : 9365 (java) S 9298 9301 5017 0 -1 1077944384 27784 13117 0 0 346 5 5 3 20 0 15 0 474476022 11109425152 206218 33554432000 4194304 4196468 140729525298032 139665572182000 139666149517954 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12525568 140729525304047 140729525306565 140729525306565 140729525309391 0
[pid=9301/tid=9366] ppid=9298 vsize=10849048 memory=1496 CPUtime=0.08 cores=1,3,5,7
/proc/9301/task/9366/stat : 9366 (java) S 9298 9301 5017 0 -1 1077944384 3 13117 0 0 0 0 5 3 20 0 15 0 474476022 11109425152 206218 33554432000 4194304 4196468 140729525298032 139664680634720 139666149517013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12525568 140729525304047 140729525306565 140729525306565 140729525309391 0
[pid=9301/tid=9367] ppid=9298 vsize=10849048 memory=1016 CPUtime=0.93 cores=1,3,5,7
/proc/9301/task/9367/stat : 9367 (java) S 9298 9301 5017 0 -1 1077944384 836 13117 0 0 40 45 5 3 20 0 15 0 474476022 11109425152 206218 33554432000 4194304 4196468 140729525298032 139665571130416 139666149517954 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12525568 140729525304047 140729525306565 140729525306565 140729525309391 0
Current children cumulated CPU time: 1560.65 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 824872 KiB

[startup+1527.5 s]
/proc/loadavg: 1.11 1.37 1.40 3/227 9632
/proc/meminfo: memFree=6552192/32770624 swapFree=66959532/67108860
[pid=9301] ppid=9298 vsize=10947356 memory=825048 CPUtime=1560.75 cores=1,3,5,7
/proc/9301/stat : 9301 (java) S 9298 9301 5017 0 -1 1077944320 178429 13117 0 0 155824 243 5 3 20 0 14 0 474476007 11210092544 206262 33554432000 4194304 4196468 140729525298032 140729525280576 139666149506807 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 12525568 140729525304047 140729525306565 140729525306565 140729525309391 0
/proc/9301/statm: 2736839 206262 3629 1 0 2698894 0
[pid=9301/tid=9354] ppid=9298 vsize=10947356 memory=824872 CPUtime=1510.53 cores=1,3,5,7
/proc/9301/task/9354/stat : 9354 (java) S 9298 9301 5017 0 -1 1077944384 54060 13117 0 0 151007 38 5 3 20 0 14 0 474476016 11210092544 206262 33554432000 4194304 4196468 140729525298032 139666121350288 139666149517013 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12525568 140729525304047 140729525306565 140729525306565 140729525309391 0
[pid=9301/tid=9355] ppid=9298 vsize=10947356 memory=824872 CPUtime=7.86 cores=1,3,5,7
/proc/9301/task/9355/stat : 9355 (java) S 9298 9301 5017 0 -1 1077944384 10747 13117 0 0 740 38 5 3 20 0 14 0 474476017 11210092544 206262 33554432000 4194304 4196468 140729525298032 139666153749008 139666149517013 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12525568 140729525304047 140729525306565 140729525306565 140729525309391 0
[pid=9301/tid=9356] ppid=9298 vsize=10947356 memory=6044 CPUtime=7.83 cores=1,3,5,7
/proc/9301/task/9356/stat : 9356 (java) S 9298 9301 5017 0 -1 1077944384 8545 13117 0 0 739 36 5 3 20 0 14 0 474476017 11210092544 206262 33554432000 4194304 4196468 140729525298032 139666042022544 139666149517013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12525568 140729525304047 140729525306565 140729525306565 140729525309391 0
[pid=9301/tid=9357] ppid=9298 vsize=10947356 memory=824872 CPUtime=7.79 cores=1,3,5,7
/proc/9301/task/9357/stat : 9357 (java) S 9298 9301 5017 0 -1 1077944384 11642 13117 0 0 733 38 5 3 20 0 14 0 474476017 11210092544 206262 33554432000 4194304 4196468 140729525298032 139666040969488 139666149517013 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12525568 140729525304047 140729525306565 140729525306565 140729525309391 0
[pid=9301/tid=9358] ppid=9298 vsize=10947356 memory=824872 CPUtime=7.83 cores=1,3,5,7
/proc/9301/task/9358/stat : 9358 (java) S 9298 9301 5017 0 -1 1077944384 13420 13117 0 0 738 37 5 3 20 0 14 0 474476017 11210092544 206262 33554432000 4194304 4196468 140729525298032 139666039916944 139666149517013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12525568 140729525304047 140729525306565 140729525306565 140729525309391 0
[pid=9301/tid=9359] ppid=9298 vsize=10947356 memory=824872 CPUtime=7.07 cores=1,3,5,7
/proc/9301/task/9359/stat : 9359 (java) S 9298 9301 5017 0 -1 1077944384 10857 13117 0 0 661 38 5 3 20 0 14 0 474476018 11210092544 206262 33554432000 4194304 4196468 140729525298032 139665608899520 139666149517954 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12525568 140729525304047 140729525306565 140729525306565 140729525309391 0
[pid=9301/tid=9360] ppid=9298 vsize=10947356 memory=824872 CPUtime=0.08 cores=1,3,5,7
/proc/9301/task/9360/stat : 9360 (java) S 9298 9301 5017 0 -1 1077944384 37 13117 0 0 0 0 5 3 20 0 14 0 474476019 11210092544 206262 33554432000 4194304 4196468 140729525298032 139665607845600 139666149517013 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12525568 140729525304047 140729525306565 140729525306565 140729525309391 0
[pid=9301/tid=9361] ppid=9298 vsize=10947356 memory=6044 CPUtime=0.08 cores=1,3,5,7
/proc/9301/task/9361/stat : 9361 (java) S 9298 9301 5017 0 -1 1077944384 7 13117 0 0 0 0 5 3 20 0 14 0 474476019 11210092544 206262 33554432000 4194304 4196468 140729525298032 139665021592832 139666149517013 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12525568 140729525304047 140729525306565 140729525306565 140729525309391 0
[pid=9301/tid=9362] ppid=9298 vsize=10947356 memory=6044 CPUtime=0.08 cores=1,3,5,7
/proc/9301/task/9362/stat : 9362 (java) S 9298 9301 5017 0 -1 1077944384 6 13117 0 0 0 0 5 3 20 0 14 0 474476022 11210092544 206262 33554432000 4194304 4196468 140729525298032 139664714193008 139666149517013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12525568 140729525304047 140729525306565 140729525306565 140729525309391 0
[pid=9301/tid=9363] ppid=9298 vsize=10947356 memory=14012 CPUtime=4.02 cores=1,3,5,7
/proc/9301/task/9363/stat : 9363 (java) S 9298 9301 5017 0 -1 1077944384 18929 13117 0 0 390 4 5 3 20 0 14 0 474476022 11210092544 206262 33554432000 4194304 4196468 140729525298032 139665574268000 139666149517013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12525568 140729525304047 140729525306565 140729525306565 140729525309391 0
[pid=9301/tid=9364] ppid=9298 vsize=10947356 memory=824872 CPUtime=3.9 cores=1,3,5,7
/proc/9301/task/9364/stat : 9364 (java) S 9298 9301 5017 0 -1 1077944384 19229 13117 0 0 377 5 5 3 20 0 14 0 474476022 11210092544 206262 33554432000 4194304 4196468 140729525298032 139665573235056 139666149517954 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12525568 140729525304047 140729525306565 140729525306565 140729525309391 0
[pid=9301/tid=9365] ppid=9298 vsize=10947356 memory=3624 CPUtime=3.59 cores=1,3,5,7
/proc/9301/task/9365/stat : 9365 (java) S 9298 9301 5017 0 -1 1077944384 27804 13117 0 0 346 5 5 3 20 0 14 0 474476022 11210092544 206262 33554432000 4194304 4196468 140729525298032 139665572177872 139666149517013 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12525568 140729525304047 140729525306565 140729525306565 140729525309391 0
[pid=9301/tid=9366] ppid=9298 vsize=10947356 memory=3624 CPUtime=0.08 cores=1,3,5,7
/proc/9301/task/9366/stat : 9366 (java) S 9298 9301 5017 0 -1 1077944384 3 13117 0 0 0 0 5 3 20 0 14 0 474476022 11210092544 206262 33554432000 4194304 4196468 140729525298032 139664680634720 139666149517013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12525568 140729525304047 140729525306565 140729525306565 140729525309391 0
Current children cumulated CPU time: 1560.75 s
Current children cumulated vsize: 10947356 KiB
Current children cumulated memory: 825048 KiB

Child status: 0
Real time (s): 1527.51
CPU time (s): 1560.77
CPU user time (s): 1558.29
CPU system time (s): 2.47324
CPU usage (%): 102.177
Max. virtual memory (cumulated for all children) (KiB): 10947356
Max. memory (cumulated for all children) (KiB): 825048

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1558.29
system time used= 2.47324
maximum resident set size= 827068
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 191573
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1880
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 189340
involuntary context switches= 6744


# summary of solver processes directly reported to runsolver:
#   pid: 9301
#   total CPU time (s): 1560.77
#   total CPU user time (s): 1558.29
#   total CPU system time (s): 2.47324

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.69119 second user time and 15.7777 second system time

The end

Launcher Data

Begin job on node127 at 2019-09-20 14:20:31
IDJOB=4402877
IDBENCH=135736
IDSOLVER=2861
FILE ID=node127/4402877-1568982072
RUNJOBID= node127-1568967596-5049
PBS_JOBID= 21704621
Free space on /tmp= 35784 MiB

SOLVER NAME= Concrete 3.12.3
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n15/TravellingSalesman-15-30-10.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4402877-1568982072/watcher-4402877-1568982072 -o /tmp/evaluation-result-4402877-1568982072/solver-4402877-1568982072 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1568967596-5049 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=2000346299 HOME/instance-4402877-1568982072.xml

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

MD5SUM BENCH= 3c026331d7bc07d88063d95da0d404ae
RANDOM SEED=2000346299

node127.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.55
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.55
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.55
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.55
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:         6463828 kB
MemAvailable:   30532472 kB
Buffers:          103744 kB
Cached:         23931512 kB
SwapCached:        44560 kB
Active:         15256336 kB
Inactive:       10101816 kB
Active(anon):    1276236 kB
Inactive(anon):    96196 kB
Active(file):   13980100 kB
Inactive(file): 10005620 kB
Unevictable:      107128 kB
Mlocked:          107128 kB
SwapTotal:      67108860 kB
SwapFree:       66959532 kB
Dirty:             35808 kB
Writeback:             0 kB
AnonPages:       1387336 kB
Mapped:            66224 kB
Shmem:             40780 kB
Slab:             540072 kB
SReclaimable:     511384 kB
SUnreclaim:        28688 kB
KernelStack:        3776 kB
PageTables:         9112 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2409552 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1230848 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      138624 kB
DirectMap2M:    33406976 kB

Free space on /tmp at the end= 35748 MiB
End job on node127 at 2019-09-20 14:45:59