Trace number 4403117

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.3OPT76 980.331 956.498

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n15/
TravellingSalesman-15-30-11.xml
MD5SUMc9ef4b7723c27fafe529968b8b9ea7d5
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark76
Best CPU time to get the best result obtained on this benchmark49.4245
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints16
Number of domains2
Minimum domain size15
Maximum domain size25
Distribution of domain sizes[{"size":15,"count":15},{"size":25,"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.17/3.09	o 125
6.52/3.11	o 119
6.52/3.19	o 116
7.16/3.38	o 107
7.81/3.50	o 101
7.81/3.52	o 100
7.81/3.52	o 96
8.46/3.77	o 92
8.46/3.78	o 84
9.73/4.11	o 78
10.46/4.54	o 77
10.46/4.56	o 76
980.21/956.48	v <instantiation
980.21/956.48	v         cost = '76'>
980.21/956.48	v       <list>
980.21/956.48	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]
980.21/956.48	v       </list>
980.21/956.48	v       <values>
980.21/956.48	v         1 0 5 6 10 13 14 12 11 9 7 8 4 3 2 8 10 4 4 6 4 12 2 5 1 4 9 5 1 1
980.21/956.48	v       </values>
980.21/956.48	v     </instantiation>
980.21/956.48	s OPTIMUM FOUND

Verifier Data

OK	76

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4403117-1568979526/watcher-4403117-1568979526 -o /tmp/evaluation-result-4403117-1568979526/solver-4403117-1568979526 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node104-1568963417-1149 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=48196352 HOME/instance-4403117-1568979526.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
solver pid=5134, runsolver pid=5131
Current StackSize limit: 8192 KiB


[startup+0.109999 s]*
/proc/loadavg: 1.37 1.37 1.42 3/218 5191
/proc/meminfo: memFree=2171676/32770624 swapFree=66986236/67108860
[pid=5134] ppid=5131 vsize=10153664 memory=20444 CPUtime=0.09 cores=1,3,5,7
/proc/5134/stat : 5134 (java) S 5131 5134 1113 0 -1 1077944320 4836 13167 0 0 1 1 5 2 20 0 8 0 474209595 10397351936 5111 33554432000 4194304 4196468 140729062496512 140729062479056 139629940162295 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 27914240 140729062505201 140729062507717 140729062507717 140729062510543 0
/proc/5134/statm: 2538416 5111 2077 1 0 2526854 0
[pid=5134/tid=5187] ppid=5131 vsize=10186436 memory=-8617482348318186131 CPUtime=0.08 cores=1,3,5,7
/proc/5134/task/5187/stat : 5187 (java) R 5131 5134 1113 0 -1 1077944384 2629 13167 0 0 1 0 5 2 20 0 9 0 474209604 10430910464 5623 33554432000 4194304 4196468 140729062496512 139629912003728 139629940172501 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27914240 140729062505201 140729062507717 140729062507717 140729062510543 0
[pid=5134/tid=5188] ppid=5131 vsize=10186436 memory=-7025452035940392864 CPUtime=0.07 cores=1,3,5,7
/proc/5134/task/5188/stat : 5188 (java) S 5131 5134 1113 0 -1 1077944384 1 13167 0 0 0 0 5 2 20 0 9 0 474209605 10430910464 5623 33554432000 4194304 4196468 140729062496512 139629944404368 139629940172501 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27914240 140729062505201 140729062507717 140729062507717 140729062510543 0
[pid=5134/tid=5189] ppid=5131 vsize=10186436 memory=140608566216320 CPUtime=0.07 cores=1,3,5,7
/proc/5134/task/5189/stat : 5189 (java) S 5131 5134 1113 0 -1 1077944384 1 13167 0 0 0 0 5 2 20 0 9 0 474209605 10430910464 5623 33554432000 4194304 4196468 140729062496512 139629859223824 139629940172501 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27914240 140729062505201 140729062507717 140729062507717 140729062510543 0
[pid=5134/tid=5190] ppid=5131 vsize=10317508 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5134/task/5190/stat : 5190 (java) S 5131 5134 1113 0 -1 1077944384 1 13167 0 0 0 0 5 2 20 0 9 0 474209605 10565128192 5623 33554432000 4194304 4196468 140729062496512 139629858171536 139629940172501 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27914240 140729062505201 140729062507717 140729062507717 140729062510543 0
[pid=5134/tid=5191] ppid=5131 vsize=10251972 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/5134/task/5191/stat : 5191 (java) S 5131 5134 1113 0 -1 1077944384 2 13167 0 0 0 0 5 2 20 0 9 0 474209605 10498019328 5623 33554432000 4194304 4196468 140729062496512 139629511236112 139629940172501 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27914240 140729062505201 140729062507717 140729062507717 140729062510543 0
[pid=5134/tid=5192] ppid=5131 vsize=10355560 memory=140608566216320 CPUtime=0.07 cores=1,3,5,7
/proc/5134/task/5192/stat : 5192 (java) S 5131 5134 1113 0 -1 1077944384 2 13167 0 0 0 0 5 2 20 0 9 0 474209607 10604093440 5623 33554432000 4194304 4196468 140729062496512 139629466794608 139629940173442 0 0 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27914240 140729062505201 140729062507717 140729062507717 140729062510543 0
[pid=5134/tid=5193] ppid=5131 vsize=10355560 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/5134/task/5193/stat : 5193 (java) S 5131 5134 1113 0 -1 1077944384 13 13167 0 0 0 0 5 2 20 0 9 0 474209607 10604093440 5623 33554432000 4194304 4196468 140729062496512 139629386786080 139629940172501 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27914240 140729062505201 140729062507717 140729062507717 140729062510543 0
[pid=5134/tid=5194] ppid=5131 vsize=10355560 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5134/task/5194/stat : 5194 (java) S 5131 5134 1113 0 -1 1077944384 1 13167 0 0 0 0 5 2 20 0 9 0 474209607 10604093440 5667 33554432000 4194304 4196468 140729062496512 139628917024432 139629940172501 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27914240 140729062505201 140729062507717 140729062507717 140729062510543 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10153664 KiB
Current children cumulated memory: 20444 KiB

[startup+0.210271 s]*
/proc/loadavg: 1.37 1.37 1.42 3/227 5200
/proc/meminfo: memFree=2150748/32770624 swapFree=66986236/67108860
[pid=5134] ppid=5131 vsize=10820164 memory=46516 CPUtime=0.26 cores=1,3,5,7
/proc/5134/stat : 5134 (java) S 5131 5134 1113 0 -1 1077944320 7579 13167 0 0 17 2 5 2 20 0 15 0 474209595 11079847936 11629 33554432000 4194304 4196468 140729062496512 140729062479056 139629940162295 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 27914240 140729062505201 140729062507717 140729062507717 140729062510543 0
/proc/5134/statm: 2705041 11629 3261 1 0 2667149 0
[pid=5134/tid=5187] ppid=5131 vsize=10820176 memory=7022364594140610616 CPUtime=0.18 cores=1,3,5,7
/proc/5134/task/5187/stat : 5187 (java) R 5131 5134 1113 0 -1 4202560 4092 13167 0 0 10 1 5 2 20 0 15 0 474209604 11079860224 11629 33554432000 4194304 4196468 140729062496512 139629911973328 139629932399422 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27914240 140729062505201 140729062507717 140729062507717 140729062510543 0
[pid=5134/tid=5188] ppid=5131 vsize=10820176 memory=345 CPUtime=0.07 cores=1,3,5,7
/proc/5134/task/5188/stat : 5188 (java) S 5131 5134 1113 0 -1 1077944384 1 13167 0 0 0 0 5 2 20 0 15 0 474209605 11079860224 11629 33554432000 4194304 4196468 140729062496512 139629944404368 139629940172501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27914240 140729062505201 140729062507717 140729062507717 140729062510543 0
[pid=5134/tid=5189] ppid=5131 vsize=10820176 memory=140608566228633 CPUtime=0.07 cores=1,3,5,7
/proc/5134/task/5189/stat : 5189 (java) S 5131 5134 1113 0 -1 1077944384 1 13167 0 0 0 0 5 2 20 0 15 0 474209605 11079860224 11629 33554432000 4194304 4196468 140729062496512 139629859223824 139629940172501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27914240 140729062505201 140729062507717 140729062507717 140729062510543 0
[pid=5134/tid=5190] ppid=5131 vsize=10820184 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5134/task/5190/stat : 5190 (java) S 5131 5134 1113 0 -1 1077944384 1 13167 0 0 0 0 5 2 20 0 15 0 474209605 11079868416 11629 33554432000 4194304 4196468 140729062496512 139629858171536 139629940172501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27914240 140729062505201 140729062507717 140729062507717 140729062510543 0
[pid=5134/tid=5191] ppid=5131 vsize=10820184 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/5134/task/5191/stat : 5191 (java) S 5131 5134 1113 0 -1 1077944384 2 13167 0 0 0 0 5 2 20 0 15 0 474209605 11079868416 11629 33554432000 4194304 4196468 140729062496512 139629511236112 139629940172501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27914240 140729062505201 140729062507717 140729062507717 140729062510543 0
[pid=5134/tid=5192] ppid=5131 vsize=10820184 memory=140608566216320 CPUtime=0.07 cores=1,3,5,7
/proc/5134/task/5192/stat : 5192 (java) S 5131 5134 1113 0 -1 1077944384 2 13167 0 0 0 0 5 2 20 0 15 0 474209607 11079868416 11629 33554432000 4194304 4196468 140729062496512 139629466794608 139629940173442 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27914240 140729062505201 140729062507717 140729062507717 140729062510543 0
[pid=5134/tid=5193] ppid=5131 vsize=10820184 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/5134/task/5193/stat : 5193 (java) S 5131 5134 1113 0 -1 1077944384 13 13167 0 0 0 0 5 2 20 0 15 0 474209607 11079868416 11629 33554432000 4194304 4196468 140729062496512 139629386786080 139629940172501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27914240 140729062505201 140729062507717 140729062507717 140729062510543 0
[pid=5134/tid=5194] ppid=5131 vsize=10820184 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5134/task/5194/stat : 5194 (java) S 5131 5134 1113 0 -1 1077944384 1 13167 0 0 0 0 5 2 20 0 15 0 474209607 11079868416 11629 33554432000 4194304 4196468 140729062496512 139628917024368 139629940172501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27914240 140729062505201 140729062507717 140729062507717 140729062510543 0
[pid=5134/tid=5195] ppid=5131 vsize=10820184 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5134/task/5195/stat : 5195 (java) S 5131 5134 1113 0 -1 1077944384 2 13167 0 0 0 0 5 2 20 0 15 0 474209610 11079868416 11629 33554432000 4194304 4196468 140729062496512 139628648589904 139629940180891 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27914240 140729062505201 140729062507717 140729062507717 140729062510543 0
[pid=5134/tid=5196] ppid=5131 vsize=10820188 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5134/task/5196/stat : 5196 (java) S 5131 5134 1113 0 -1 1077944384 583 13167 0 0 1 0 5 2 20 0 15 0 474209610 11079872512 11629 33554432000 4194304 4196468 140729062496512 139629465741424 139629940173442 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27914240 140729062505201 140729062507717 140729062507717 140729062510543 0
[pid=5134/tid=5197] ppid=5131 vsize=10820188 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/5134/task/5197/stat : 5197 (java) R 5131 5134 1113 0 -1 4202560 56 13167 0 0 0 0 5 2 20 0 15 0 474209610 11079872512 11629 33554432000 4194304 4196468 140729062496512 139629464688624 139629917989513 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27914240 140729062505201 140729062507717 140729062507717 140729062510543 0
[pid=5134/tid=5198] ppid=5131 vsize=10820188 memory=140608566216320 CPUtime=0.1 cores=1,3,5,7
/proc/5134/task/5198/stat : 5198 (java) S 5131 5134 1113 0 -1 1077944384 623 13167 0 0 3 0 5 2 20 0 15 0 474209610 11079872512 11629 33554432000 4194304 4196468 140729062496512 139629463636336 139629940173442 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27914240 140729062505201 140729062507717 140729062507717 140729062510543 0
[pid=5134/tid=5199] ppid=5131 vsize=10820188 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/5134/task/5199/stat : 5199 (java) S 5131 5134 1113 0 -1 1077944384 3 13167 0 0 0 0 5 2 20 0 15 0 474209610 11079872512 11629 33554432000 4194304 4196468 140729062496512 139628178827744 139629940172501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27914240 140729062505201 140729062507717 140729062507717 140729062510543 0
[pid=5134/tid=5200] ppid=5131 vsize=10820196 memory=140608566216320 CPUtime=0.07 cores=1,3,5,7
/proc/5134/task/5200/stat : 5200 (java) S 5131 5134 1113 0 -1 1077944384 1 13167 0 0 0 0 5 2 20 0 15 0 474209611 11079880704 11629 33554432000 4194304 4196468 140729062496512 139629462584240 139629940173442 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27914240 140729062505201 140729062507717 140729062507717 140729062510543 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10820164 KiB
Current children cumulated memory: 46516 KiB

[startup+0.310546 s]*
/proc/loadavg: 1.37 1.37 1.42 5/227 5200
/proc/meminfo: memFree=2138088/32770624 swapFree=66986236/67108860
[pid=5134] ppid=5131 vsize=10820196 memory=54692 CPUtime=0.39 cores=1,3,5,7
/proc/5134/stat : 5134 (java) S 5131 5134 1113 0 -1 1077944320 10958 13167 0 0 29 3 5 2 20 0 15 0 474209595 11079880704 13673 33554432000 4194304 4196468 140729062496512 140729062479056 139629940162295 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 27914240 140729062505201 140729062507717 140729062507717 140729062510543 0
/proc/5134/statm: 2705049 13673 3283 1 0 2667149 0
[pid=5134/tid=5187] ppid=5131 vsize=10820196 memory=8317482817917895235 CPUtime=0.28 cores=1,3,5,7
/proc/5134/task/5187/stat : 5187 (java) R 5131 5134 1113 0 -1 4202560 7447 13167 0 0 19 2 5 2 20 0 15 0 474209604 11079880704 13673 33554432000 4194304 4196468 140729062496512 139629911971216 139629923349104 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27914240 140729062505201 140729062507717 140729062507717 140729062510543 0
[pid=5134/tid=5188] ppid=5131 vsize=10820196 memory=4126316290023845779 CPUtime=0.07 cores=1,3,5,7
/proc/5134/task/5188/stat : 5188 (java) S 5131 5134 1113 0 -1 1077944384 1 13167 0 0 0 0 5 2 20 0 15 0 474209605 11079880704 13673 33554432000 4194304 4196468 140729062496512 139629944404368 139629940172501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27914240 140729062505201 140729062507717 140729062507717 140729062510543 0
[pid=5134/tid=5189] ppid=5131 vsize=10820196 memory=-6733704525061579059 CPUtime=0.07 cores=1,3,5,7
/proc/5134/task/5189/stat : 5189 (java) S 5131 5134 1113 0 -1 1077944384 1 13167 0 0 0 0 5 2 20 0 15 0 474209605 11079880704 13673 33554432000 4194304 4196468 140729062496512 139629859223824 139629940172501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27914240 140729062505201 140729062507717 140729062507717 140729062510543 0
[pid=5134/tid=5190] ppid=5131 vsize=10820196 memory=140608566223313 CPUtime=0.07 cores=1,3,5,7
/proc/5134/task/5190/stat : 5190 (java) S 5131 5134 1113 0 -1 1077944384 1 13167 0 0 0 0 5 2 20 0 15 0 474209605 11079880704 13673 33554432000 4194304 4196468 140729062496512 139629858171536 139629940172501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27914240 140729062505201 140729062507717 140729062507717 140729062510543 0
[pid=5134/tid=5191] ppid=5131 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5134/task/5191/stat : 5191 (java) S 5131 5134 1113 0 -1 1077944384 2 13167 0 0 0 0 5 2 20 0 15 0 474209605 11079880704 13673 33554432000 4194304 4196468 140729062496512 139629511236112 139629940172501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27914240 140729062505201 140729062507717 140729062507717 140729062510543 0
[pid=5134/tid=5192] ppid=5131 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5134/task/5192/stat : 5192 (java) S 5131 5134 1113 0 -1 1077944384 2 13167 0 0 0 0 5 2 20 0 15 0 474209607 11079880704 13673 33554432000 4194304 4196468 140729062496512 139629466794608 139629940173442 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27914240 140729062505201 140729062507717 140729062507717 140729062510543 0
[pid=5134/tid=5193] ppid=5131 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5134/task/5193/stat : 5193 (java) S 5131 5134 1113 0 -1 1077944384 13 13167 0 0 0 0 5 2 20 0 15 0 474209607 11079880704 13673 33554432000 4194304 4196468 140729062496512 139629386786080 139629940172501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27914240 140729062505201 140729062507717 140729062507717 140729062510543 0
[pid=5134/tid=5194] ppid=5131 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5134/task/5194/stat : 5194 (java) S 5131 5134 1113 0 -1 1077944384 1 13167 0 0 0 0 5 2 20 0 15 0 474209607 11079880704 13673 33554432000 4194304 4196468 140729062496512 139628917024368 139629940172501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27914240 140729062505201 140729062507717 140729062507717 140729062510543 0
[pid=5134/tid=5195] ppid=5131 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5134/task/5195/stat : 5195 (java) S 5131 5134 1113 0 -1 1077944384 2 13167 0 0 0 0 5 2 20 0 15 0 474209610 11079880704 13673 33554432000 4194304 4196468 140729062496512 139628648589904 139629940180891 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27914240 140729062505201 140729062507717 140729062507717 140729062510543 0
[pid=5134/tid=5196] ppid=5131 vsize=10820196 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/5134/task/5196/stat : 5196 (java) S 5131 5134 1113 0 -1 1077944384 584 13167 0 0 2 0 5 2 20 0 15 0 474209610 11079880704 13673 33554432000 4194304 4196468 140729062496512 139629465741424 139629940173442 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27914240 140729062505201 140729062507717 140729062507717 140729062510543 0
[pid=5134/tid=5197] ppid=5131 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/5134/task/5197/stat : 5197 (java) S 5131 5134 1113 0 -1 1077944384 65 13167 0 0 1 0 5 2 20 0 15 0 474209610 11079880704 13673 33554432000 4194304 4196468 140729062496512 139629464688624 139629940173442 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27914240 140729062505201 140729062507717 140729062507717 140729062510543 0
[pid=5134/tid=5198] ppid=5131 vsize=10820196 memory=140608566216320 CPUtime=0.12 cores=1,3,5,7
/proc/5134/task/5198/stat : 5198 (java) S 5131 5134 1113 0 -1 1077944384 631 13167 0 0 5 0 5 2 20 0 15 0 474209610 11079880704 13673 33554432000 4194304 4196468 140729062496512 139629463636336 139629940173442 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27914240 140729062505201 140729062507717 140729062507717 140729062510543 0
[pid=5134/tid=5199] ppid=5131 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/5134/task/5199/stat : 5199 (java) S 5131 5134 1113 0 -1 1077944384 3 13167 0 0 0 0 5 2 20 0 15 0 474209610 11079880704 13673 33554432000 4194304 4196468 140729062496512 139628178827744 139629940172501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27914240 140729062505201 140729062507717 140729062507717 140729062510543 0
[pid=5134/tid=5200] ppid=5131 vsize=10820196 memory=140608566216320 CPUtime=0.07 cores=1,3,5,7
/proc/5134/task/5200/stat : 5200 (java) S 5131 5134 1113 0 -1 1077944384 1 13167 0 0 0 0 5 2 20 0 15 0 474209611 11079880704 13673 33554432000 4194304 4196468 140729062496512 139629462584240 139629940173442 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27914240 140729062505201 140729062507717 140729062507717 140729062510543 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 54692 KiB

[startup+0.701858 s]
/proc/loadavg: 1.37 1.37 1.42 5/227 5200
/proc/meminfo: memFree=2123944/32770624 swapFree=66986236/67108860
[pid=5134] ppid=5131 vsize=10824364 memory=87984 CPUtime=1.15 cores=1,3,5,7
/proc/5134/stat : 5134 (java) S 5131 5134 1113 0 -1 1077944320 15150 13167 0 0 103 5 5 2 20 0 15 0 474209595 11084148736 21996 33554432000 4194304 4196468 140729062496512 140729062479056 139629940162295 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 27914240 140729062505201 140729062507717 140729062507717 140729062510543 0
/proc/5134/statm: 2706091 21996 3513 1 0 2668173 0
[pid=5134/tid=5187] ppid=5131 vsize=10824364 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/5134/task/5187/stat : 5187 (java) R 5131 5134 1113 0 -1 4202560 10461 13167 0 0 55 4 5 2 20 0 15 0 474209604 11084148736 21996 33554432000 4194304 4196468 140729062496512 139629911987552 139629940184221 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27914240 140729062505201 140729062507717 140729062507717 140729062510543 0
[pid=5134/tid=5188] ppid=5131 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5134/task/5188/stat : 5188 (java) S 5131 5134 1113 0 -1 1077944384 1 13167 0 0 0 0 5 2 20 0 15 0 474209605 11084148736 21996 33554432000 4194304 4196468 140729062496512 139629944404368 139629940172501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27914240 140729062505201 140729062507717 140729062507717 140729062510543 0
[pid=5134/tid=5189] ppid=5131 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5134/task/5189/stat : 5189 (java) S 5131 5134 1113 0 -1 1077944384 1 13167 0 0 0 0 5 2 20 0 15 0 474209605 11084148736 21996 33554432000 4194304 4196468 140729062496512 139629859223824 139629940172501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27914240 140729062505201 140729062507717 140729062507717 140729062510543 0
[pid=5134/tid=5190] ppid=5131 vsize=10824364 memory=1316 CPUtime=0.07 cores=1,3,5,7
/proc/5134/task/5190/stat : 5190 (java) S 5131 5134 1113 0 -1 1077944384 1 13167 0 0 0 0 5 2 20 0 15 0 474209605 11084148736 21996 33554432000 4194304 4196468 140729062496512 139629858171536 139629940172501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27914240 140729062505201 140729062507717 140729062507717 140729062510543 0
[pid=5134/tid=5191] ppid=5131 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5134/task/5191/stat : 5191 (java) S 5131 5134 1113 0 -1 1077944384 2 13167 0 0 0 0 5 2 20 0 15 0 474209605 11084148736 21996 33554432000 4194304 4196468 140729062496512 139629511236112 139629940172501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27914240 140729062505201 140729062507717 140729062507717 140729062510543 0
[pid=5134/tid=5192] ppid=5131 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5134/task/5192/stat : 5192 (java) S 5131 5134 1113 0 -1 1077944384 5 13167 0 0 0 0 5 2 20 0 15 0 474209607 11084148736 21996 33554432000 4194304 4196468 140729062496512 139629466794608 139629940173442 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27914240 140729062505201 140729062507717 140729062507717 140729062510543 0
[pid=5134/tid=5193] ppid=5131 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5134/task/5193/stat : 5193 (java) S 5131 5134 1113 0 -1 1077944384 13 13167 0 0 0 0 5 2 20 0 15 0 474209607 11084148736 21996 33554432000 4194304 4196468 140729062496512 139629386786080 139629940172501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27914240 140729062505201 140729062507717 140729062507717 140729062510543 0
[pid=5134/tid=5194] ppid=5131 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5134/task/5194/stat : 5194 (java) S 5131 5134 1113 0 -1 1077944384 1 13167 0 0 0 0 5 2 20 0 15 0 474209607 11084148736 21996 33554432000 4194304 4196468 140729062496512 139628917024368 139629940172501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27914240 140729062505201 140729062507717 140729062507717 140729062510543 0
[pid=5134/tid=5195] ppid=5131 vsize=10824364 memory=140608438052336 CPUtime=0.07 cores=1,3,5,7
/proc/5134/task/5195/stat : 5195 (java) S 5131 5134 1113 0 -1 1077944384 2 13167 0 0 0 0 5 2 20 0 15 0 474209610 11084148736 21996 33554432000 4194304 4196468 140729062496512 139628648589904 139629940180891 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27914240 140729062505201 140729062507717 140729062507717 140729062510543 0
[pid=5134/tid=5196] ppid=5131 vsize=10824364 memory=3616 CPUtime=0.2 cores=1,3,5,7
/proc/5134/task/5196/stat : 5196 (java) S 5131 5134 1113 0 -1 1077944384 1006 13167 0 0 13 0 5 2 20 0 15 0 474209610 11084148736 21996 33554432000 4194304 4196468 140729062496512 139629465741424 139629940173442 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27914240 140729062505201 140729062507717 140729062507717 140729062510543 0
[pid=5134/tid=5197] ppid=5131 vsize=10824364 memory=0 CPUtime=0.23 cores=1,3,5,7
/proc/5134/task/5197/stat : 5197 (java) S 5131 5134 1113 0 -1 1077944384 639 13167 0 0 16 0 5 2 20 0 15 0 474209610 11084148736 21996 33554432000 4194304 4196468 140729062496512 139629464688624 139629940173442 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27914240 140729062505201 140729062507717 140729062507717 140729062510543 0
[pid=5134/tid=5198] ppid=5131 vsize=10824364 memory=16246474644134952 CPUtime=0.24 cores=1,3,5,7
/proc/5134/task/5198/stat : 5198 (java) R 5131 5134 1113 0 -1 4202560 806 13167 0 0 17 0 5 2 20 0 15 0 474209610 11084148736 21996 33554432000 4194304 4196468 140729062496512 139629463630912 139629919506960 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27914240 140729062505201 140729062507717 140729062507717 140729062510543 0
[pid=5134/tid=5199] ppid=5131 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5134/task/5199/stat : 5199 (java) S 5131 5134 1113 0 -1 1077944384 3 13167 0 0 0 0 5 2 20 0 15 0 474209610 11084148736 21996 33554432000 4194304 4196468 140729062496512 139628178827744 139629940172501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27914240 140729062505201 140729062507717 140729062507717 140729062510543 0
[pid=5134/tid=5200] ppid=5131 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5134/task/5200/stat : 5200 (java) S 5131 5134 1113 0 -1 1077944384 1 13167 0 0 0 0 5 2 20 0 15 0 474209611 11084148736 21996 33554432000 4194304 4196468 140729062496512 139629462584240 139629940173442 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27914240 140729062505201 140729062507717 140729062507717 140729062510543 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 87984 KiB

[startup+1.50442 s]
/proc/loadavg: 1.37 1.37 1.42 4/227 5200
/proc/meminfo: memFree=2081204/32770624 swapFree=66986236/67108860
[pid=5134] ppid=5131 vsize=10834680 memory=173696 CPUtime=2.48 cores=1,3,5,7
/proc/5134/stat : 5134 (java) S 5131 5134 1113 0 -1 1077944320 22044 13167 0 0 230 11 5 2 20 0 15 0 474209595 11094712320 43424 33554432000 4194304 4196468 140729062496512 140729062479056 139629940162295 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 27914240 140729062505201 140729062507717 140729062507717 140729062510543 0
/proc/5134/statm: 2708670 43424 3579 1 0 2670733 0
[pid=5134/tid=5187] ppid=5131 vsize=10834680 memory=281216876226560 CPUtime=1.43 cores=1,3,5,7
/proc/5134/task/5187/stat : 5187 (java) R 5131 5134 1113 0 -1 4202560 15286 13167 0 0 130 6 5 2 20 0 15 0 474209604 11094712320 43424 33554432000 4194304 4196468 140729062496512 139629911965584 139629940174230 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27914240 140729062505201 140729062507717 140729062507717 140729062510543 0
[pid=5134/tid=5188] ppid=5131 vsize=10834680 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5134/task/5188/stat : 5188 (java) S 5131 5134 1113 0 -1 1077944384 452 13167 0 0 0 0 5 2 20 0 15 0 474209605 11094712320 43424 33554432000 4194304 4196468 140729062496512 139629944404368 139629940172501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27914240 140729062505201 140729062507717 140729062507717 140729062510543 0
[pid=5134/tid=5189] ppid=5131 vsize=10834680 memory=281216876102816 CPUtime=0.07 cores=1,3,5,7
/proc/5134/task/5189/stat : 5189 (java) S 5131 5134 1113 0 -1 1077944384 92 13167 0 0 0 0 5 2 20 0 15 0 474209605 11094712320 43424 33554432000 4194304 4196468 140729062496512 139629859223824 139629940172501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27914240 140729062505201 140729062507717 140729062507717 140729062510543 0
[pid=5134/tid=5190] ppid=5131 vsize=10834680 memory=55 CPUtime=0.08 cores=1,3,5,7
/proc/5134/task/5190/stat : 5190 (java) S 5131 5134 1113 0 -1 1077944384 94 13167 0 0 1 0 5 2 20 0 15 0 474209605 11094712320 43424 33554432000 4194304 4196468 140729062496512 139629858171536 139629940172501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27914240 140729062505201 140729062507717 140729062507717 140729062510543 0
[pid=5134/tid=5191] ppid=5131 vsize=10834680 memory=1898397 CPUtime=0.08 cores=1,3,5,7
/proc/5134/task/5191/stat : 5191 (java) S 5131 5134 1113 0 -1 1077944384 33 13167 0 0 1 0 5 2 20 0 15 0 474209605 11094712320 43424 33554432000 4194304 4196468 140729062496512 139629511236112 139629940172501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27914240 140729062505201 140729062507717 140729062507717 140729062510543 0
[pid=5134/tid=5192] ppid=5131 vsize=10834680 memory=1899624 CPUtime=0.08 cores=1,3,5,7
/proc/5134/task/5192/stat : 5192 (java) S 5131 5134 1113 0 -1 1077944384 161 13167 0 0 1 0 5 2 20 0 15 0 474209607 11094712320 43424 33554432000 4194304 4196468 140729062496512 139629466794608 139629940173442 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27914240 140729062505201 140729062507717 140729062507717 140729062510543 0
[pid=5134/tid=5193] ppid=5131 vsize=10834680 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5134/task/5193/stat : 5193 (java) S 5131 5134 1113 0 -1 1077944384 14 13167 0 0 0 0 5 2 20 0 15 0 474209607 11094712320 43424 33554432000 4194304 4196468 140729062496512 139629386786144 139629940172501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27914240 140729062505201 140729062507717 140729062507717 140729062510543 0
[pid=5134/tid=5194] ppid=5131 vsize=10834680 memory=-3253322038155611931 CPUtime=0.07 cores=1,3,5,7
/proc/5134/task/5194/stat : 5194 (java) S 5131 5134 1113 0 -1 1077944384 3 13167 0 0 0 0 5 2 20 0 15 0 474209607 11094712320 43424 33554432000 4194304 4196468 140729062496512 139628917024368 139629940172501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27914240 140729062505201 140729062507717 140729062507717 140729062510543 0
[pid=5134/tid=5195] ppid=5131 vsize=10834680 memory=8112282956445269571 CPUtime=0.07 cores=1,3,5,7
/proc/5134/task/5195/stat : 5195 (java) S 5131 5134 1113 0 -1 1077944384 2 13167 0 0 0 0 5 2 20 0 15 0 474209610 11094712320 43424 33554432000 4194304 4196468 140729062496512 139628648589904 139629940180891 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27914240 140729062505201 140729062507717 140729062507717 140729062510543 0
[pid=5134/tid=5196] ppid=5131 vsize=10834680 memory=4638778398332698720 CPUtime=0.32 cores=1,3,5,7
/proc/5134/task/5196/stat : 5196 (java) R 5131 5134 1113 0 -1 4202560 1206 13167 0 0 24 1 5 2 20 0 15 0 474209610 11094712320 43424 33554432000 4194304 4196468 140729062496512 139629465734448 139629940174230 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27914240 140729062505201 140729062507717 140729062507717 140729062510543 0
[pid=5134/tid=5197] ppid=5131 vsize=10834680 memory=7372784292808190053 CPUtime=0.34 cores=1,3,5,7
/proc/5134/task/5197/stat : 5197 (java) R 5131 5134 1113 0 -1 1077944384 909 13167 0 0 27 0 5 2 20 0 15 0 474209610 11094712320 43424 33554432000 4194304 4196468 140729062496512 139629464675408 139629940172501 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 27914240 140729062505201 140729062507717 140729062507717 140729062510543 0
[pid=5134/tid=5198] ppid=5131 vsize=10834680 memory=7739811328609576000 CPUtime=0.48 cores=1,3,5,7
/proc/5134/task/5198/stat : 5198 (java) R 5131 5134 1113 0 -1 4202560 1580 13167 0 0 41 0 5 2 20 0 15 0 474209610 11094712320 43424 33554432000 4194304 4196468 140729062496512 139629463636336 139629940174230 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27914240 140729062505201 140729062507717 140729062507717 140729062510543 0

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

[pid=5134/tid=5199] ppid=5131 vsize=10849048 memory=7552 CPUtime=0.07 cores=1,3,5,7
/proc/5134/task/5199/stat : 5199 (java) S 5131 5134 1113 0 -1 1077944384 3 13167 0 0 0 0 5 2 20 0 15 0 474209610 11109425152 198946 33554432000 4194304 4196468 140729062496512 139628178827744 139629940172501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27914240 140729062505201 140729062507717 140729062507717 140729062510543 0
[pid=5134/tid=5200] ppid=5131 vsize=10849048 memory=2832 CPUtime=0.62 cores=1,3,5,7
/proc/5134/task/5200/stat : 5200 (java) S 5131 5134 1113 0 -1 1077944384 717 13167 0 0 24 31 5 2 20 0 15 0 474209611 11109425152 198946 33554432000 4194304 4196468 140729062496512 139629462584240 139629940173442 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27914240 140729062505201 140729062507717 140729062507717 140729062510543 0
Current children cumulated CPU time: 974.13 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 795784 KiB

[startup+953.601 s]
/proc/loadavg: 1.23 1.30 1.38 3/226 5288
/proc/meminfo: memFree=2492108/32770624 swapFree=66986236/67108860
[pid=5134] ppid=5131 vsize=10849048 memory=795784 CPUtime=977.37 cores=1,3,5,7
/proc/5134/stat : 5134 (java) S 5131 5134 1113 0 -1 1077944320 155571 13167 0 0 97563 167 5 2 20 0 15 0 474209595 11109425152 198946 33554432000 4194304 4196468 140729062496512 140729062479056 139629940162295 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 27914240 140729062505201 140729062507717 140729062507717 140729062510543 0
/proc/5134/statm: 2712262 198946 3628 1 0 2674317 0
[pid=5134/tid=5187] ppid=5131 vsize=10849048 memory=3616 CPUtime=942.88 cores=1,3,5,7
/proc/5134/task/5187/stat : 5187 (java) R 5131 5134 1113 0 -1 4202560 45678 13167 0 0 94250 31 5 2 20 0 15 0 474209604 11109425152 198946 33554432000 4194304 4196468 140729062496512 139629911997632 139629548838312 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27914240 140729062505201 140729062507717 140729062507717 140729062510543 0
[pid=5134/tid=5188] ppid=5131 vsize=10849048 memory=795784 CPUtime=4.55 cores=1,3,5,7
/proc/5134/task/5188/stat : 5188 (java) S 5131 5134 1113 0 -1 1077944384 5887 13167 0 0 427 21 5 2 20 0 15 0 474209605 11109425152 198946 33554432000 4194304 4196468 140729062496512 139629944404368 139629940172501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27914240 140729062505201 140729062507717 140729062507717 140729062510543 0
[pid=5134/tid=5189] ppid=5131 vsize=10849048 memory=795784 CPUtime=4.54 cores=1,3,5,7
/proc/5134/task/5189/stat : 5189 (java) S 5131 5134 1113 0 -1 1077944384 7008 13167 0 0 427 20 5 2 20 0 15 0 474209605 11109425152 198946 33554432000 4194304 4196468 140729062496512 139629859223824 139629940172501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27914240 140729062505201 140729062507717 140729062507717 140729062510543 0
[pid=5134/tid=5190] ppid=5131 vsize=10849048 memory=795784 CPUtime=4.57 cores=1,3,5,7
/proc/5134/task/5190/stat : 5190 (java) S 5131 5134 1113 0 -1 1077944384 9131 13167 0 0 425 25 5 2 20 0 15 0 474209605 11109425152 198946 33554432000 4194304 4196468 140729062496512 139629858171536 139629940172501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27914240 140729062505201 140729062507717 140729062507717 140729062510543 0
[pid=5134/tid=5191] ppid=5131 vsize=10849048 memory=3616 CPUtime=4.54 cores=1,3,5,7
/proc/5134/task/5191/stat : 5191 (java) S 5131 5134 1113 0 -1 1077944384 11237 13167 0 0 424 23 5 2 20 0 15 0 474209605 11109425152 198946 33554432000 4194304 4196468 140729062496512 139629511236112 139629940172501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27914240 140729062505201 140729062507717 140729062507717 140729062510543 0
[pid=5134/tid=5192] ppid=5131 vsize=10849048 memory=1112 CPUtime=4.59 cores=1,3,5,7
/proc/5134/task/5192/stat : 5192 (java) S 5131 5134 1113 0 -1 1077944384 8155 13167 0 0 428 24 5 2 20 0 15 0 474209607 11109425152 198946 33554432000 4194304 4196468 140729062496512 139629466794608 139629940173442 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27914240 140729062505201 140729062507717 140729062507717 140729062510543 0
[pid=5134/tid=5193] ppid=5131 vsize=10849048 memory=8112282956445269571 CPUtime=0.07 cores=1,3,5,7
/proc/5134/task/5193/stat : 5193 (java) S 5131 5134 1113 0 -1 1077944384 23 13167 0 0 0 0 5 2 20 0 15 0 474209607 11109425152 198946 33554432000 4194304 4196468 140729062496512 139629386786144 139629940172501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27914240 140729062505201 140729062507717 140729062507717 140729062510543 0
[pid=5134/tid=5194] ppid=5131 vsize=10849048 memory=924 CPUtime=0.07 cores=1,3,5,7
/proc/5134/task/5194/stat : 5194 (java) S 5131 5134 1113 0 -1 1077944384 7 13167 0 0 0 0 5 2 20 0 15 0 474209607 11109425152 198946 33554432000 4194304 4196468 140729062496512 139628917024384 139629940172501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27914240 140729062505201 140729062507717 140729062507717 140729062510543 0
[pid=5134/tid=5195] ppid=5131 vsize=10849048 memory=1808 CPUtime=0.07 cores=1,3,5,7
/proc/5134/task/5195/stat : 5195 (java) S 5131 5134 1113 0 -1 1077944384 2 13167 0 0 0 0 5 2 20 0 15 0 474209610 11109425152 198946 33554432000 4194304 4196468 140729062496512 139628648589904 139629940180891 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27914240 140729062505201 140729062507717 140729062507717 140729062510543 0
[pid=5134/tid=5196] ppid=5131 vsize=10849048 memory=920 CPUtime=3.81 cores=1,3,5,7
/proc/5134/task/5196/stat : 5196 (java) S 5131 5134 1113 0 -1 1077944384 22266 13167 0 0 369 5 5 2 20 0 15 0 474209610 11109425152 198946 33554432000 4194304 4196468 140729062496512 139629465741424 139629940173442 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27914240 140729062505201 140729062507717 140729062507717 140729062510543 0
[pid=5134/tid=5197] ppid=5131 vsize=10849048 memory=8112282956445269571 CPUtime=4.07 cores=1,3,5,7
/proc/5134/task/5197/stat : 5197 (java) S 5131 5134 1113 0 -1 1077944384 17526 13167 0 0 397 3 5 2 20 0 15 0 474209610 11109425152 198946 33554432000 4194304 4196468 140729062496512 139629464688624 139629940173442 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27914240 140729062505201 140729062507717 140729062507717 140729062510543 0
[pid=5134/tid=5198] ppid=5131 vsize=10849048 memory=2004 CPUtime=3.7 cores=1,3,5,7
/proc/5134/task/5198/stat : 5198 (java) S 5131 5134 1113 0 -1 1077944384 25723 13167 0 0 356 7 5 2 20 0 15 0 474209610 11109425152 198946 33554432000 4194304 4196468 140729062496512 139629463636336 139629940173442 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27914240 140729062505201 140729062507717 140729062507717 140729062510543 0
[pid=5134/tid=5199] ppid=5131 vsize=10849048 memory=1416 CPUtime=0.07 cores=1,3,5,7
/proc/5134/task/5199/stat : 5199 (java) S 5131 5134 1113 0 -1 1077944384 3 13167 0 0 0 0 5 2 20 0 15 0 474209610 11109425152 198946 33554432000 4194304 4196468 140729062496512 139628178827744 139629940172501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27914240 140729062505201 140729062507717 140729062507717 140729062510543 0
[pid=5134/tid=5200] ppid=5131 vsize=10849048 memory=1712 CPUtime=0.62 cores=1,3,5,7
/proc/5134/task/5200/stat : 5200 (java) S 5131 5134 1113 0 -1 1077944384 717 13167 0 0 24 31 5 2 20 0 15 0 474209611 11109425152 198946 33554432000 4194304 4196468 140729062496512 139629462584240 139629940173442 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27914240 140729062505201 140729062507717 140729062507717 140729062510543 0
Current children cumulated CPU time: 977.37 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 795784 KiB

[startup+955.201 s]
/proc/loadavg: 1.23 1.30 1.38 3/226 5288
/proc/meminfo: memFree=2492108/32770624 swapFree=66986236/67108860
[pid=5134] ppid=5131 vsize=10849048 memory=795784 CPUtime=978.99 cores=1,3,5,7
/proc/5134/stat : 5134 (java) S 5131 5134 1113 0 -1 1077944320 155584 13167 0 0 97724 168 5 2 20 0 15 0 474209595 11109425152 198946 33554432000 4194304 4196468 140729062496512 140729062479056 139629940162295 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 27914240 140729062505201 140729062507717 140729062507717 140729062510543 0
/proc/5134/statm: 2712262 198946 3628 1 0 2674317 0
[pid=5134/tid=5187] ppid=5131 vsize=10849048 memory=988 CPUtime=944.46 cores=1,3,5,7
/proc/5134/task/5187/stat : 5187 (java) R 5131 5134 1113 0 -1 4202560 45688 13167 0 0 94408 31 5 2 20 0 15 0 474209604 11109425152 198946 33554432000 4194304 4196468 140729062496512 139629911997072 139629548839854 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27914240 140729062505201 140729062507717 140729062507717 140729062510543 0
[pid=5134/tid=5188] ppid=5131 vsize=10849048 memory=2004 CPUtime=4.56 cores=1,3,5,7
/proc/5134/task/5188/stat : 5188 (java) S 5131 5134 1113 0 -1 1077944384 5887 13167 0 0 428 21 5 2 20 0 15 0 474209605 11109425152 198946 33554432000 4194304 4196468 140729062496512 139629944404368 139629940172501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27914240 140729062505201 140729062507717 140729062507717 140729062510543 0
[pid=5134/tid=5189] ppid=5131 vsize=10849048 memory=8112282956445269571 CPUtime=4.55 cores=1,3,5,7
/proc/5134/task/5189/stat : 5189 (java) S 5131 5134 1113 0 -1 1077944384 7009 13167 0 0 428 20 5 2 20 0 15 0 474209605 11109425152 198946 33554432000 4194304 4196468 140729062496512 139629859223824 139629940172501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27914240 140729062505201 140729062507717 140729062507717 140729062510543 0
[pid=5134/tid=5190] ppid=5131 vsize=10849048 memory=1712 CPUtime=4.58 cores=1,3,5,7
/proc/5134/task/5190/stat : 5190 (java) S 5131 5134 1113 0 -1 1077944384 9132 13167 0 0 426 25 5 2 20 0 15 0 474209605 11109425152 198946 33554432000 4194304 4196468 140729062496512 139629858171536 139629940172501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27914240 140729062505201 140729062507717 140729062507717 140729062510543 0
[pid=5134/tid=5191] ppid=5131 vsize=10849048 memory=692 CPUtime=4.55 cores=1,3,5,7
/proc/5134/task/5191/stat : 5191 (java) S 5131 5134 1113 0 -1 1077944384 11238 13167 0 0 425 23 5 2 20 0 15 0 474209605 11109425152 198946 33554432000 4194304 4196468 140729062496512 139629511236112 139629940172501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27914240 140729062505201 140729062507717 140729062507717 140729062510543 0
[pid=5134/tid=5192] ppid=5131 vsize=10849048 memory=1056 CPUtime=4.6 cores=1,3,5,7
/proc/5134/task/5192/stat : 5192 (java) S 5131 5134 1113 0 -1 1077944384 8155 13167 0 0 429 24 5 2 20 0 15 0 474209607 11109425152 198946 33554432000 4194304 4196468 140729062496512 139629466794608 139629940173442 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27914240 140729062505201 140729062507717 140729062507717 140729062510543 0
[pid=5134/tid=5193] ppid=5131 vsize=10849048 memory=1556 CPUtime=0.07 cores=1,3,5,7
/proc/5134/task/5193/stat : 5193 (java) S 5131 5134 1113 0 -1 1077944384 23 13167 0 0 0 0 5 2 20 0 15 0 474209607 11109425152 198946 33554432000 4194304 4196468 140729062496512 139629386786144 139629940172501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27914240 140729062505201 140729062507717 140729062507717 140729062510543 0
[pid=5134/tid=5194] ppid=5131 vsize=10849048 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5134/task/5194/stat : 5194 (java) S 5131 5134 1113 0 -1 1077944384 7 13167 0 0 0 0 5 2 20 0 15 0 474209607 11109425152 198946 33554432000 4194304 4196468 140729062496512 139628917024384 139629940172501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27914240 140729062505201 140729062507717 140729062507717 140729062510543 0
[pid=5134/tid=5195] ppid=5131 vsize=10849048 memory=162641821575253 CPUtime=0.07 cores=1,3,5,7
/proc/5134/task/5195/stat : 5195 (java) S 5131 5134 1113 0 -1 1077944384 2 13167 0 0 0 0 5 2 20 0 15 0 474209610 11109425152 198946 33554432000 4194304 4196468 140729062496512 139628648589904 139629940180891 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27914240 140729062505201 140729062507717 140729062507717 140729062510543 0
[pid=5134/tid=5196] ppid=5131 vsize=10849048 memory=162641821575254 CPUtime=3.81 cores=1,3,5,7
/proc/5134/task/5196/stat : 5196 (java) S 5131 5134 1113 0 -1 1077944384 22266 13167 0 0 369 5 5 2 20 0 15 0 474209610 11109425152 198946 33554432000 4194304 4196468 140729062496512 139629465741424 139629940173442 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27914240 140729062505201 140729062507717 140729062507717 140729062510543 0
[pid=5134/tid=5197] ppid=5131 vsize=10849048 memory=162641821575255 CPUtime=4.07 cores=1,3,5,7
/proc/5134/task/5197/stat : 5197 (java) S 5131 5134 1113 0 -1 1077944384 17526 13167 0 0 397 3 5 2 20 0 15 0 474209610 11109425152 198946 33554432000 4194304 4196468 140729062496512 139629464688624 139629940173442 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27914240 140729062505201 140729062507717 140729062507717 140729062510543 0
[pid=5134/tid=5198] ppid=5131 vsize=10849048 memory=162641821575256 CPUtime=3.7 cores=1,3,5,7
/proc/5134/task/5198/stat : 5198 (java) S 5131 5134 1113 0 -1 1077944384 25723 13167 0 0 356 7 5 2 20 0 15 0 474209610 11109425152 198946 33554432000 4194304 4196468 140729062496512 139629463636336 139629940173442 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27914240 140729062505201 140729062507717 140729062507717 140729062510543 0
[pid=5134/tid=5199] ppid=5131 vsize=10849048 memory=162641821575257 CPUtime=0.07 cores=1,3,5,7
/proc/5134/task/5199/stat : 5199 (java) S 5131 5134 1113 0 -1 1077944384 3 13167 0 0 0 0 5 2 20 0 15 0 474209610 11109425152 198946 33554432000 4194304 4196468 140729062496512 139628178827744 139629940172501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27914240 140729062505201 140729062507717 140729062507717 140729062510543 0
[pid=5134/tid=5200] ppid=5131 vsize=10849048 memory=6048 CPUtime=0.62 cores=1,3,5,7
/proc/5134/task/5200/stat : 5200 (java) S 5131 5134 1113 0 -1 1077944384 717 13167 0 0 24 31 5 2 20 0 15 0 474209611 11109425152 198946 33554432000 4194304 4196468 140729062496512 139629462584240 139629940173442 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27914240 140729062505201 140729062507717 140729062507717 140729062510543 0
Current children cumulated CPU time: 978.99 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 795784 KiB

[startup+956.001 s]*
/proc/loadavg: 1.23 1.30 1.38 3/226 5288
/proc/meminfo: memFree=2492108/32770624 swapFree=66986236/67108860
[pid=5134] ppid=5131 vsize=10849048 memory=795784 CPUtime=979.81 cores=1,3,5,7
/proc/5134/stat : 5134 (java) S 5131 5134 1113 0 -1 1077944320 155591 13167 0 0 97806 168 5 2 20 0 15 0 474209595 11109425152 198946 33554432000 4194304 4196468 140729062496512 140729062479056 139629940162295 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 27914240 140729062505201 140729062507717 140729062507717 140729062510543 0
/proc/5134/statm: 2712262 198946 3628 1 0 2674317 0
[pid=5134/tid=5187] ppid=5131 vsize=10849048 memory=8317482817917895235 CPUtime=945.26 cores=1,3,5,7
/proc/5134/task/5187/stat : 5187 (java) R 5131 5134 1113 0 -1 4202560 45694 13167 0 0 94488 31 5 2 20 0 15 0 474209604 11109425152 198946 33554432000 4194304 4196468 140729062496512 139629911997280 139629548944927 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27914240 140729062505201 140729062507717 140729062507717 140729062510543 0
[pid=5134/tid=5188] ppid=5131 vsize=10849048 memory=4126316290023845779 CPUtime=4.56 cores=1,3,5,7
/proc/5134/task/5188/stat : 5188 (java) S 5131 5134 1113 0 -1 1077944384 5887 13167 0 0 428 21 5 2 20 0 15 0 474209605 11109425152 198946 33554432000 4194304 4196468 140729062496512 139629944404368 139629940172501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27914240 140729062505201 140729062507717 140729062507717 140729062510543 0
[pid=5134/tid=5189] ppid=5131 vsize=10849048 memory=6048 CPUtime=4.56 cores=1,3,5,7
/proc/5134/task/5189/stat : 5189 (java) S 5131 5134 1113 0 -1 1077944384 7009 13167 0 0 428 21 5 2 20 0 15 0 474209605 11109425152 198946 33554432000 4194304 4196468 140729062496512 139629859223824 139629940172501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27914240 140729062505201 140729062507717 140729062507717 140729062510543 0
[pid=5134/tid=5190] ppid=5131 vsize=10849048 memory=7552 CPUtime=4.58 cores=1,3,5,7
/proc/5134/task/5190/stat : 5190 (java) S 5131 5134 1113 0 -1 1077944384 9132 13167 0 0 426 25 5 2 20 0 15 0 474209605 11109425152 198946 33554432000 4194304 4196468 140729062496512 139629858171536 139629940172501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27914240 140729062505201 140729062507717 140729062507717 140729062510543 0
[pid=5134/tid=5191] ppid=5131 vsize=10849048 memory=2832 CPUtime=4.55 cores=1,3,5,7
/proc/5134/task/5191/stat : 5191 (java) S 5131 5134 1113 0 -1 1077944384 11239 13167 0 0 425 23 5 2 20 0 15 0 474209605 11109425152 198946 33554432000 4194304 4196468 140729062496512 139629511236112 139629940172501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27914240 140729062505201 140729062507717 140729062507717 140729062510543 0
[pid=5134/tid=5192] ppid=5131 vsize=10849048 memory=1084 CPUtime=4.6 cores=1,3,5,7
/proc/5134/task/5192/stat : 5192 (java) S 5131 5134 1113 0 -1 1077944384 8155 13167 0 0 429 24 5 2 20 0 15 0 474209607 11109425152 198946 33554432000 4194304 4196468 140729062496512 139629466794608 139629940173442 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27914240 140729062505201 140729062507717 140729062507717 140729062510543 0
[pid=5134/tid=5193] ppid=5131 vsize=10849048 memory=14012 CPUtime=0.07 cores=1,3,5,7
/proc/5134/task/5193/stat : 5193 (java) S 5131 5134 1113 0 -1 1077944384 23 13167 0 0 0 0 5 2 20 0 15 0 474209607 11109425152 198946 33554432000 4194304 4196468 140729062496512 139629386786144 139629940172501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27914240 140729062505201 140729062507717 140729062507717 140729062510543 0
[pid=5134/tid=5194] ppid=5131 vsize=10849048 memory=14048 CPUtime=0.07 cores=1,3,5,7
/proc/5134/task/5194/stat : 5194 (java) S 5131 5134 1113 0 -1 1077944384 7 13167 0 0 0 0 5 2 20 0 15 0 474209607 11109425152 198946 33554432000 4194304 4196468 140729062496512 139628917024384 139629940172501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27914240 140729062505201 140729062507717 140729062507717 140729062510543 0
[pid=5134/tid=5195] ppid=5131 vsize=10849048 memory=6048 CPUtime=0.07 cores=1,3,5,7
/proc/5134/task/5195/stat : 5195 (java) S 5131 5134 1113 0 -1 1077944384 2 13167 0 0 0 0 5 2 20 0 15 0 474209610 11109425152 198946 33554432000 4194304 4196468 140729062496512 139628648589904 139629940180891 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27914240 140729062505201 140729062507717 140729062507717 140729062510543 0
[pid=5134/tid=5196] ppid=5131 vsize=10849048 memory=7552 CPUtime=3.81 cores=1,3,5,7
/proc/5134/task/5196/stat : 5196 (java) S 5131 5134 1113 0 -1 1077944384 22266 13167 0 0 369 5 5 2 20 0 15 0 474209610 11109425152 198946 33554432000 4194304 4196468 140729062496512 139629465741424 139629940173442 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27914240 140729062505201 140729062507717 140729062507717 140729062510543 0
[pid=5134/tid=5197] ppid=5131 vsize=10849048 memory=2832 CPUtime=4.07 cores=1,3,5,7
/proc/5134/task/5197/stat : 5197 (java) S 5131 5134 1113 0 -1 1077944384 17526 13167 0 0 397 3 5 2 20 0 15 0 474209610 11109425152 198946 33554432000 4194304 4196468 140729062496512 139629464688624 139629940173442 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27914240 140729062505201 140729062507717 140729062507717 140729062510543 0
[pid=5134/tid=5198] ppid=5131 vsize=10849048 memory=1084 CPUtime=3.7 cores=1,3,5,7
/proc/5134/task/5198/stat : 5198 (java) S 5131 5134 1113 0 -1 1077944384 25723 13167 0 0 356 7 5 2 20 0 15 0 474209610 11109425152 198946 33554432000 4194304 4196468 140729062496512 139629463636336 139629940173442 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27914240 140729062505201 140729062507717 140729062507717 140729062510543 0
[pid=5134/tid=5199] ppid=5131 vsize=10849048 memory=14012 CPUtime=0.07 cores=1,3,5,7
/proc/5134/task/5199/stat : 5199 (java) S 5131 5134 1113 0 -1 1077944384 3 13167 0 0 0 0 5 2 20 0 15 0 474209610 11109425152 198946 33554432000 4194304 4196468 140729062496512 139628178827744 139629940172501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27914240 140729062505201 140729062507717 140729062507717 140729062510543 0
[pid=5134/tid=5200] ppid=5131 vsize=10849048 memory=14048 CPUtime=0.62 cores=1,3,5,7
/proc/5134/task/5200/stat : 5200 (java) S 5131 5134 1113 0 -1 1077944384 717 13167 0 0 24 31 5 2 20 0 15 0 474209611 11109425152 198946 33554432000 4194304 4196468 140729062496512 139629462584240 139629940173442 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27914240 140729062505201 140729062507717 140729062507717 140729062510543 0
Current children cumulated CPU time: 979.81 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 795784 KiB

[startup+956.401 s]
/proc/loadavg: 1.23 1.30 1.38 3/226 5288
/proc/meminfo: memFree=2492108/32770624 swapFree=66986236/67108860
[pid=5134] ppid=5131 vsize=10849048 memory=795784 CPUtime=980.21 cores=1,3,5,7
/proc/5134/stat : 5134 (java) S 5131 5134 1113 0 -1 1077944320 155594 13167 0 0 97846 168 5 2 20 0 15 0 474209595 11109425152 198946 33554432000 4194304 4196468 140729062496512 140729062479056 139629940162295 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 27914240 140729062505201 140729062507717 140729062507717 140729062510543 0
/proc/5134/statm: 2712262 198946 3628 1 0 2674317 0
[pid=5134/tid=5187] ppid=5131 vsize=10849048 memory=8112282956445269571 CPUtime=945.65 cores=1,3,5,7
/proc/5134/task/5187/stat : 5187 (java) R 5131 5134 1113 0 -1 4202560 45696 13167 0 0 94527 31 5 2 20 0 15 0 474209604 11109425152 198946 33554432000 4194304 4196468 140729062496512 139629911997136 139629548834222 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27914240 140729062505201 140729062507717 140729062507717 140729062510543 0
[pid=5134/tid=5188] ppid=5131 vsize=10849048 memory=1556 CPUtime=4.56 cores=1,3,5,7
/proc/5134/task/5188/stat : 5188 (java) S 5131 5134 1113 0 -1 1077944384 5887 13167 0 0 428 21 5 2 20 0 15 0 474209605 11109425152 198946 33554432000 4194304 4196468 140729062496512 139629944404368 139629940172501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27914240 140729062505201 140729062507717 140729062507717 140729062510543 0
[pid=5134/tid=5189] ppid=5131 vsize=10849048 memory=780 CPUtime=4.56 cores=1,3,5,7
/proc/5134/task/5189/stat : 5189 (java) S 5131 5134 1113 0 -1 1077944384 7009 13167 0 0 428 21 5 2 20 0 15 0 474209605 11109425152 198946 33554432000 4194304 4196468 140729062496512 139629859223824 139629940172501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27914240 140729062505201 140729062507717 140729062507717 140729062510543 0
[pid=5134/tid=5190] ppid=5131 vsize=10849048 memory=3616 CPUtime=4.58 cores=1,3,5,7
/proc/5134/task/5190/stat : 5190 (java) S 5131 5134 1113 0 -1 1077944384 9133 13167 0 0 426 25 5 2 20 0 15 0 474209605 11109425152 198946 33554432000 4194304 4196468 140729062496512 139629858171536 139629940172501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27914240 140729062505201 140729062507717 140729062507717 140729062510543 0
[pid=5134/tid=5191] ppid=5131 vsize=10849048 memory=1112 CPUtime=4.55 cores=1,3,5,7
/proc/5134/task/5191/stat : 5191 (java) S 5131 5134 1113 0 -1 1077944384 11239 13167 0 0 425 23 5 2 20 0 15 0 474209605 11109425152 198946 33554432000 4194304 4196468 140729062496512 139629511236112 139629940172501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27914240 140729062505201 140729062507717 140729062507717 140729062510543 0
[pid=5134/tid=5192] ppid=5131 vsize=10849048 memory=1808 CPUtime=4.61 cores=1,3,5,7
/proc/5134/task/5192/stat : 5192 (java) S 5131 5134 1113 0 -1 1077944384 8155 13167 0 0 430 24 5 2 20 0 15 0 474209607 11109425152 198946 33554432000 4194304 4196468 140729062496512 139629466794608 139629940173442 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27914240 140729062505201 140729062507717 140729062507717 140729062510543 0
[pid=5134/tid=5193] ppid=5131 vsize=10849048 memory=920 CPUtime=0.07 cores=1,3,5,7
/proc/5134/task/5193/stat : 5193 (java) S 5131 5134 1113 0 -1 1077944384 23 13167 0 0 0 0 5 2 20 0 15 0 474209607 11109425152 198946 33554432000 4194304 4196468 140729062496512 139629386786144 139629940172501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27914240 140729062505201 140729062507717 140729062507717 140729062510543 0
[pid=5134/tid=5194] ppid=5131 vsize=10849048 memory=3852 CPUtime=0.07 cores=1,3,5,7
/proc/5134/task/5194/stat : 5194 (java) S 5131 5134 1113 0 -1 1077944384 7 13167 0 0 0 0 5 2 20 0 15 0 474209607 11109425152 198946 33554432000 4194304 4196468 140729062496512 139628917024384 139629940172501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27914240 140729062505201 140729062507717 140729062507717 140729062510543 0
[pid=5134/tid=5195] ppid=5131 vsize=10849048 memory=2712 CPUtime=0.07 cores=1,3,5,7
/proc/5134/task/5195/stat : 5195 (java) S 5131 5134 1113 0 -1 1077944384 2 13167 0 0 0 0 5 2 20 0 15 0 474209610 11109425152 198946 33554432000 4194304 4196468 140729062496512 139628648589904 139629940180891 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27914240 140729062505201 140729062507717 140729062507717 140729062510543 0
[pid=5134/tid=5196] ppid=5131 vsize=10849048 memory=2876 CPUtime=3.81 cores=1,3,5,7
/proc/5134/task/5196/stat : 5196 (java) S 5131 5134 1113 0 -1 1077944384 22266 13167 0 0 369 5 5 2 20 0 15 0 474209610 11109425152 198946 33554432000 4194304 4196468 140729062496512 139629465741424 139629940173442 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27914240 140729062505201 140729062507717 140729062507717 140729062510543 0
[pid=5134/tid=5197] ppid=5131 vsize=10849048 memory=1680 CPUtime=4.07 cores=1,3,5,7
/proc/5134/task/5197/stat : 5197 (java) S 5131 5134 1113 0 -1 1077944384 17526 13167 0 0 397 3 5 2 20 0 15 0 474209610 11109425152 198946 33554432000 4194304 4196468 140729062496512 139629464688624 139629940173442 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27914240 140729062505201 140729062507717 140729062507717 140729062510543 0
[pid=5134/tid=5198] ppid=5131 vsize=10849048 memory=1440 CPUtime=3.7 cores=1,3,5,7
/proc/5134/task/5198/stat : 5198 (java) S 5131 5134 1113 0 -1 1077944384 25723 13167 0 0 356 7 5 2 20 0 15 0 474209610 11109425152 198946 33554432000 4194304 4196468 140729062496512 139629463636336 139629940173442 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27914240 140729062505201 140729062507717 140729062507717 140729062510543 0
[pid=5134/tid=5199] ppid=5131 vsize=10849048 memory=912 CPUtime=0.07 cores=1,3,5,7
/proc/5134/task/5199/stat : 5199 (java) S 5131 5134 1113 0 -1 1077944384 3 13167 0 0 0 0 5 2 20 0 15 0 474209610 11109425152 198946 33554432000 4194304 4196468 140729062496512 139628178827744 139629940172501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27914240 140729062505201 140729062507717 140729062507717 140729062510543 0
[pid=5134/tid=5200] ppid=5131 vsize=10849048 memory=1984 CPUtime=0.62 cores=1,3,5,7
/proc/5134/task/5200/stat : 5200 (java) S 5131 5134 1113 0 -1 1077944384 717 13167 0 0 24 31 5 2 20 0 15 0 474209611 11109425152 198946 33554432000 4194304 4196468 140729062496512 139629462584240 139629940173442 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27914240 140729062505201 140729062507717 140729062507717 140729062510543 0
Current children cumulated CPU time: 980.21 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 795784 KiB

Child status: 0
Real time (s): 956.498
CPU time (s): 980.331
CPU user time (s): 978.601
CPU system time (s): 1.72926
CPU usage (%): 102.492
Max. virtual memory (cumulated for all children) (KiB): 10852020
Max. memory (cumulated for all children) (KiB): 795784

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 978.601
system time used= 1.72926
maximum resident set size= 797876
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 170628
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1280
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 118598
involuntary context switches= 4369


# summary of solver processes directly reported to runsolver:
#   pid: 5134
#   total CPU time (s): 980.331
#   total CPU user time (s): 978.601
#   total CPU system time (s): 1.72926

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.01055 second user time and 8.88433 second system time

The end

Launcher Data

Begin job on node104 at 2019-09-20 12:28:25
IDJOB=4403117
IDBENCH=135738
IDSOLVER=2862
FILE ID=node104/4403117-1568979526
RUNJOBID= node104-1568963417-1149
PBS_JOBID= 21704634
Free space on /tmp= 9548 MiB

SOLVER NAME= Concrete 3.12.3
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n15/TravellingSalesman-15-30-11.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4403117-1568979526/watcher-4403117-1568979526 -o /tmp/evaluation-result-4403117-1568979526/solver-4403117-1568979526 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node104-1568963417-1149 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=48196352 HOME/instance-4403117-1568979526.xml

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

MD5SUM BENCH= c9ef4b7723c27fafe529968b8b9ea7d5
RANDOM SEED=48196352

node104.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	: 5334.09
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	: 5334.09
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	: 5334.09
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	: 5334.09
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:         2179984 kB
MemAvailable:   30318580 kB
Buffers:          124920 kB
Cached:         27920616 kB
SwapCached:        22656 kB
Active:         15431172 kB
Inactive:       14144384 kB
Active(anon):    1433812 kB
Inactive(anon):   145784 kB
Active(file):   13997360 kB
Inactive(file): 13998600 kB
Unevictable:      111380 kB
Mlocked:          111380 kB
SwapTotal:      67108860 kB
SwapFree:       66986236 kB
Dirty:             35468 kB
Writeback:             0 kB
AnonPages:       1619892 kB
Mapped:            65600 kB
Shmem:             40700 kB
Slab:             600800 kB
SReclaimable:     571096 kB
SUnreclaim:        29704 kB
KernelStack:        3968 kB
PageTables:        10060 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2571536 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1462272 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 9516 MiB
End job on node104 at 2019-09-20 12:44:23