Trace number 4402778

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.3OPT116 2090.65 2049.37

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n15/
TravellingSalesman-15-30-04.xml
MD5SUM3ec1135b215453db38ac12e83e420ae6
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark116
Best CPU time to get the best result obtained on this benchmark83.9978
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints16
Number of domains2
Minimum domain size15
Maximum domain size28
Distribution of domain sizes[{"size":15,"count":15},{"size":28,"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.16/3.09	o 172
7.47/3.40	o 169
7.47/3.42	o 166
7.80/3.52	o 157
9.69/4.19	o 153
9.69/4.20	o 151
10.28/4.30	o 147
10.28/4.36	o 145
10.54/4.44	o 142
10.54/4.47	o 141
10.54/4.47	o 139
10.54/4.47	o 137
10.79/4.54	o 135
10.79/4.54	o 132
10.79/4.55	o 131
11.46/5.00	o 129
11.84/5.20	o 128
11.96/5.27	o 126
12.63/5.52	o 122
12.63/5.53	o 116
2090.55/2049.35	v <instantiation
2090.55/2049.35	v         cost = '116'>
2090.55/2049.35	v       <list>
2090.55/2049.35	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]
2090.55/2049.35	v       </list>
2090.55/2049.35	v       <values>
2090.55/2049.35	v         6 7 10 11 14 12 13 8 1 4 3 0 2 5 9 6 6 5 8 8 10 13 14 9 4 10 4 6 7 6
2090.55/2049.35	v       </values>
2090.55/2049.35	v     </instantiation>
2090.55/2049.36	s OPTIMUM FOUND

Verifier Data

OK	116

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4402778-1568982067/watcher-4402778-1568982067 -o /tmp/evaluation-result-4402778-1568982067/solver-4402778-1568982067 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1568967597-26238 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=812206065 HOME/instance-4402778-1568982067.xml 

running on 4 cores: 0,2,4,6

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=30721, runsolver pid=30718
Current StackSize limit: 8192 KiB


[startup+0.100121 s]*
/proc/loadavg: 1.27 1.34 1.39 3/219 30778
/proc/meminfo: memFree=4913384/32770624 swapFree=66955396/67108860
[pid=30721] ppid=30718 vsize=9972712 memory=17080 CPUtime=0.08 cores=0,2,4,6
/proc/30721/stat : 30721 (java) S 30718 30721 26206 0 -1 1077944320 4507 13145 0 0 1 0 5 2 20 0 6 0 474478086 10212057088 4270 33554432000 4194304 4196468 140736902511008 140736902493552 140372132884215 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 26693632 140736902515440 140736902517957 140736902517957 140736902520783 0
/proc/30721/statm: 2493178 4270 1935 1 0 2481616 0
[pid=30721/tid=30774] ppid=30718 vsize=9972712 memory=4628411388058700198 CPUtime=0.08 cores=0,2,4,6
/proc/30721/task/30774/stat : 30774 (java) R 30718 30721 26206 0 -1 4202560 2302 13145 0 0 1 0 5 2 20 0 6 0 474478095 10212057088 4270 33554432000 4194304 4196468 140736902511008 140372104720976 140372116964702 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26693632 140736902515440 140736902517957 140736902517957 140736902520783 0
[pid=30721/tid=30775] ppid=30718 vsize=9972712 memory=5793854967986846137 CPUtime=0.07 cores=0,2,4,6
/proc/30721/task/30775/stat : 30775 (java) S 30718 30721 26206 0 -1 1077944384 1 13145 0 0 0 0 5 2 20 0 6 0 474478096 10212057088 4270 33554432000 4194304 4196468 140736902511008 140372137126928 140372132894421 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26693632 140736902515440 140736902517957 140736902517957 140736902520783 0
[pid=30721/tid=30776] ppid=30718 vsize=9972712 memory=139716976952960 CPUtime=0.07 cores=0,2,4,6
/proc/30721/task/30776/stat : 30776 (java) S 30718 30721 26206 0 -1 1077944384 1 13145 0 0 0 0 5 2 20 0 6 0 474478096 10212057088 4270 33554432000 4194304 4196468 140736902511008 140372025400464 140372132894421 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26693632 140736902515440 140736902517957 140736902517957 140736902520783 0
[pid=30721/tid=30777] ppid=30718 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/30721/task/30777/stat : 30777 (java) S 30718 30721 26206 0 -1 1077944384 2 13145 0 0 0 0 5 2 20 0 6 0 474478096 10212057088 4270 33554432000 4194304 4196468 140736902511008 140372024347408 140372132894421 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26693632 140736902515440 140736902517957 140736902517957 140736902520783 0
[pid=30721/tid=30778] ppid=30718 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/30721/task/30778/stat : 30778 (java) S 30718 30721 26206 0 -1 1077944384 2 13145 0 0 0 0 5 2 20 0 6 0 474478096 10212057088 4270 33554432000 4194304 4196468 140736902511008 140372023294864 140372132894421 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26693632 140736902515440 140736902517957 140736902517957 140736902520783 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 17080 KiB

[startup+0.210036 s]*
/proc/loadavg: 1.27 1.34 1.39 3/228 30787
/proc/meminfo: memFree=4894772/32770624 swapFree=66955396/67108860
[pid=30721] ppid=30718 vsize=10820184 memory=40812 CPUtime=0.25 cores=0,2,4,6
/proc/30721/stat : 30721 (java) S 30718 30721 26206 0 -1 1077944320 7645 13145 0 0 16 2 5 2 20 0 15 0 474478086 11079868416 10203 33554432000 4194304 4196468 140736902511008 140736902493552 140372132884215 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 26693632 140736902515440 140736902517957 140736902517957 140736902520783 0
/proc/30721/statm: 2705046 10203 3287 1 0 2667149 0
[pid=30721/tid=30774] ppid=30718 vsize=10820196 memory=-8540663193526752614 CPUtime=0.18 cores=0,2,4,6
/proc/30721/task/30774/stat : 30774 (java) R 30718 30721 26206 0 -1 4202560 4146 13145 0 0 10 1 5 2 20 0 15 0 474478095 11079880704 10203 33554432000 4194304 4196468 140736902511008 140372104695248 140372055960530 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26693632 140736902515440 140736902517957 140736902517957 140736902520783 0
[pid=30721/tid=30775] ppid=30718 vsize=10820196 memory=4211973443181743498 CPUtime=0.07 cores=0,2,4,6
/proc/30721/task/30775/stat : 30775 (java) S 30718 30721 26206 0 -1 1077944384 1 13145 0 0 0 0 5 2 20 0 15 0 474478096 11079880704 10203 33554432000 4194304 4196468 140736902511008 140372137126928 140372132894421 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26693632 140736902515440 140736902517957 140736902517957 140736902520783 0
[pid=30721/tid=30776] ppid=30718 vsize=10820196 memory=139716976952960 CPUtime=0.07 cores=0,2,4,6
/proc/30721/task/30776/stat : 30776 (java) S 30718 30721 26206 0 -1 1077944384 1 13145 0 0 0 0 5 2 20 0 15 0 474478096 11079880704 10203 33554432000 4194304 4196468 140736902511008 140372025400464 140372132894421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26693632 140736902515440 140736902517957 140736902517957 140736902520783 0
[pid=30721/tid=30777] ppid=30718 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/30721/task/30777/stat : 30777 (java) S 30718 30721 26206 0 -1 1077944384 2 13145 0 0 0 0 5 2 20 0 15 0 474478096 11079880704 10203 33554432000 4194304 4196468 140736902511008 140372024347408 140372132894421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26693632 140736902515440 140736902517957 140736902517957 140736902520783 0
[pid=30721/tid=30778] ppid=30718 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/30721/task/30778/stat : 30778 (java) S 30718 30721 26206 0 -1 1077944384 2 13145 0 0 0 0 5 2 20 0 15 0 474478096 11079880704 10203 33554432000 4194304 4196468 140736902511008 140372023294864 140372132894421 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26693632 140736902515440 140736902517957 140736902517957 140736902520783 0
[pid=30721/tid=30779] ppid=30718 vsize=10820196 memory=139716976952960 CPUtime=0.07 cores=0,2,4,6
/proc/30721/task/30779/stat : 30779 (java) S 30718 30721 26206 0 -1 1077944384 2 13145 0 0 0 0 5 2 20 0 15 0 474478097 11079880704 10203 33554432000 4194304 4196468 140736902511008 140371337124080 140372132895362 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26693632 140736902515440 140736902517957 140736902517957 140736902520783 0
[pid=30721/tid=30780] ppid=30718 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/30721/task/30780/stat : 30780 (java) S 30718 30721 26206 0 -1 1077944384 33 13145 0 0 0 0 5 2 20 0 15 0 474478098 11079880704 10203 33554432000 4194304 4196468 140736902511008 140371336070304 140372132894421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26693632 140736902515440 140736902517957 140736902517957 140736902520783 0
[pid=30721/tid=30781] ppid=30718 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/30721/task/30781/stat : 30781 (java) S 30718 30721 26206 0 -1 1077944384 1 13145 0 0 0 0 5 2 20 0 15 0 474478098 11079880704 10203 33554432000 4194304 4196468 140736902511008 140370939732720 140372132894421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26693632 140736902515440 140736902517957 140736902517957 140736902520783 0
[pid=30721/tid=30782] ppid=30718 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/30721/task/30782/stat : 30782 (java) S 30718 30721 26206 0 -1 1077944384 3 13145 0 0 0 0 5 2 20 0 15 0 474478101 11079880704 10203 33554432000 4194304 4196468 140736902511008 140370699442128 140372132902811 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26693632 140736902515440 140736902517957 140736902517957 140736902520783 0
[pid=30721/tid=30783] ppid=30718 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30721/task/30783/stat : 30783 (java) S 30718 30721 26206 0 -1 1077944384 489 13145 0 0 1 0 5 2 20 0 15 0 474478101 11079880704 10203 33554432000 4194304 4196468 140736902511008 140371302513392 140372132895362 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26693632 140736902515440 140736902517957 140736902517957 140736902520783 0
[pid=30721/tid=30784] ppid=30718 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/30721/task/30784/stat : 30784 (java) R 30718 30721 26206 0 -1 4202560 165 13145 0 0 0 0 5 2 20 0 15 0 474478101 11079880704 10203 33554432000 4194304 4196468 140736902511008 140371301460848 140372125121342 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26693632 140736902515440 140736902517957 140736902517957 140736902520783 0
[pid=30721/tid=30785] ppid=30718 vsize=10820196 memory=139716976952960 CPUtime=0.1 cores=0,2,4,6
/proc/30721/task/30785/stat : 30785 (java) S 30718 30721 26206 0 -1 1077944384 597 13145 0 0 3 0 5 2 20 0 15 0 474478101 11079880704 10203 33554432000 4194304 4196468 140736902511008 140371300407792 140372132895362 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26693632 140736902515440 140736902517957 140736902517957 140736902520783 0
[pid=30721/tid=30786] ppid=30718 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/30721/task/30786/stat : 30786 (java) S 30718 30721 26206 0 -1 1077944384 3 13145 0 0 0 0 5 2 20 0 15 0 474478101 11079880704 10203 33554432000 4194304 4196468 140736902511008 140370665884512 140372132894421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26693632 140736902515440 140736902517957 140736902517957 140736902520783 0
[pid=30721/tid=30787] ppid=30718 vsize=10820196 memory=139716976952960 CPUtime=0.07 cores=0,2,4,6
/proc/30721/task/30787/stat : 30787 (java) S 30718 30721 26206 0 -1 1077944384 1 13145 0 0 0 0 5 2 20 0 15 0 474478101 11079880704 10203 33554432000 4194304 4196468 140736902511008 140371299355184 140372132895362 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26693632 140736902515440 140736902517957 140736902517957 140736902520783 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10820184 KiB
Current children cumulated memory: 40812 KiB

[startup+0.310527 s]*
/proc/loadavg: 1.27 1.34 1.39 4/228 30787
/proc/meminfo: memFree=4881384/32770624 swapFree=66955396/67108860
[pid=30721] ppid=30718 vsize=10820196 memory=49004 CPUtime=0.4 cores=0,2,4,6
/proc/30721/stat : 30721 (java) S 30718 30721 26206 0 -1 1077944320 11014 13145 0 0 29 4 5 2 20 0 15 0 474478086 11079880704 12251 33554432000 4194304 4196468 140736902511008 140736902493552 140372132884215 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 26693632 140736902515440 140736902517957 140736902517957 140736902520783 0
/proc/30721/statm: 2705049 12251 3312 1 0 2667149 0
[pid=30721/tid=30774] ppid=30718 vsize=10820196 memory=6791534058613427641 CPUtime=0.28 cores=0,2,4,6
/proc/30721/task/30774/stat : 30774 (java) R 30718 30721 26206 0 -1 4202560 7491 13145 0 0 19 2 5 2 20 0 15 0 474478095 11079880704 12251 33554432000 4194304 4196468 140736902511008 140372104693136 140372116071024 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26693632 140736902515440 140736902517957 140736902517957 140736902520783 0
[pid=30721/tid=30775] ppid=30718 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/30721/task/30775/stat : 30775 (java) S 30718 30721 26206 0 -1 1077944384 1 13145 0 0 0 0 5 2 20 0 15 0 474478096 11079880704 12251 33554432000 4194304 4196468 140736902511008 140372137126928 140372132894421 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26693632 140736902515440 140736902517957 140736902517957 140736902520783 0
[pid=30721/tid=30776] ppid=30718 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/30721/task/30776/stat : 30776 (java) S 30718 30721 26206 0 -1 1077944384 1 13145 0 0 0 0 5 2 20 0 15 0 474478096 11079880704 12251 33554432000 4194304 4196468 140736902511008 140372025400464 140372132894421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26693632 140736902515440 140736902517957 140736902517957 140736902520783 0
[pid=30721/tid=30777] ppid=30718 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/30721/task/30777/stat : 30777 (java) S 30718 30721 26206 0 -1 1077944384 2 13145 0 0 0 0 5 2 20 0 15 0 474478096 11079880704 12251 33554432000 4194304 4196468 140736902511008 140372024347408 140372132894421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26693632 140736902515440 140736902517957 140736902517957 140736902520783 0
[pid=30721/tid=30778] ppid=30718 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/30721/task/30778/stat : 30778 (java) S 30718 30721 26206 0 -1 1077944384 2 13145 0 0 0 0 5 2 20 0 15 0 474478096 11079880704 12251 33554432000 4194304 4196468 140736902511008 140372023294864 140372132894421 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26693632 140736902515440 140736902517957 140736902517957 140736902520783 0
[pid=30721/tid=30779] ppid=30718 vsize=10820196 memory=139716976952959 CPUtime=0.07 cores=0,2,4,6
/proc/30721/task/30779/stat : 30779 (java) S 30718 30721 26206 0 -1 1077944384 2 13145 0 0 0 0 5 2 20 0 15 0 474478097 11079880704 12251 33554432000 4194304 4196468 140736902511008 140371337124080 140372132895362 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26693632 140736902515440 140736902517957 140736902517957 140736902520783 0
[pid=30721/tid=30780] ppid=30718 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/30721/task/30780/stat : 30780 (java) S 30718 30721 26206 0 -1 1077944384 33 13145 0 0 0 0 5 2 20 0 15 0 474478098 11079880704 12251 33554432000 4194304 4196468 140736902511008 140371336070304 140372132894421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26693632 140736902515440 140736902517957 140736902517957 140736902520783 0
[pid=30721/tid=30781] ppid=30718 vsize=10820196 memory=139716976952960 CPUtime=0.07 cores=0,2,4,6
/proc/30721/task/30781/stat : 30781 (java) S 30718 30721 26206 0 -1 1077944384 1 13145 0 0 0 0 5 2 20 0 15 0 474478098 11079880704 12251 33554432000 4194304 4196468 140736902511008 140370939732720 140372132894421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26693632 140736902515440 140736902517957 140736902517957 140736902520783 0
[pid=30721/tid=30782] ppid=30718 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/30721/task/30782/stat : 30782 (java) S 30718 30721 26206 0 -1 1077944384 3 13145 0 0 0 0 5 2 20 0 15 0 474478101 11079880704 12251 33554432000 4194304 4196468 140736902511008 140370699442128 140372132902811 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26693632 140736902515440 140736902517957 140736902517957 140736902520783 0
[pid=30721/tid=30783] ppid=30718 vsize=10820196 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/30721/task/30783/stat : 30783 (java) S 30718 30721 26206 0 -1 1077944384 490 13145 0 0 2 0 5 2 20 0 15 0 474478101 11079880704 12251 33554432000 4194304 4196468 140736902511008 140371302513392 140372132895362 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26693632 140736902515440 140736902517957 140736902517957 140736902520783 0
[pid=30721/tid=30784] ppid=30718 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/30721/task/30784/stat : 30784 (java) S 30718 30721 26206 0 -1 1077944384 174 13145 0 0 1 0 5 2 20 0 15 0 474478101 11079880704 12251 33554432000 4194304 4196468 140736902511008 140371301460848 140372132895362 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26693632 140736902515440 140736902517957 140736902517957 140736902520783 0
[pid=30721/tid=30785] ppid=30718 vsize=10820196 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/30721/task/30785/stat : 30785 (java) S 30718 30721 26206 0 -1 1077944384 605 13145 0 0 5 0 5 2 20 0 15 0 474478101 11079880704 12251 33554432000 4194304 4196468 140736902511008 140371300407792 140372132895362 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26693632 140736902515440 140736902517957 140736902517957 140736902520783 0
[pid=30721/tid=30786] ppid=30718 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/30721/task/30786/stat : 30786 (java) S 30718 30721 26206 0 -1 1077944384 3 13145 0 0 0 0 5 2 20 0 15 0 474478101 11079880704 12251 33554432000 4194304 4196468 140736902511008 140370665884512 140372132894421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26693632 140736902515440 140736902517957 140736902517957 140736902520783 0
[pid=30721/tid=30787] ppid=30718 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/30721/task/30787/stat : 30787 (java) S 30718 30721 26206 0 -1 1077944384 1 13145 0 0 0 0 5 2 20 0 15 0 474478101 11079880704 12251 33554432000 4194304 4196468 140736902511008 140371299355184 140372132895362 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26693632 140736902515440 140736902517957 140736902517957 140736902520783 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 49004 KiB

[startup+0.700711 s]
/proc/loadavg: 1.27 1.34 1.39 3/228 30787
/proc/meminfo: memFree=4867012/32770624 swapFree=66955396/67108860
[pid=30721] ppid=30718 vsize=10824364 memory=81620 CPUtime=1.14 cores=0,2,4,6
/proc/30721/stat : 30721 (java) S 30718 30721 26206 0 -1 1077944320 15122 13145 0 0 101 6 5 2 20 0 15 0 474478086 11084148736 20405 33554432000 4194304 4196468 140736902511008 140736902493552 140372132884215 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 26693632 140736902515440 140736902517957 140736902517957 140736902520783 0
/proc/30721/statm: 2706091 20405 3500 1 0 2668173 0
[pid=30721/tid=30774] ppid=30718 vsize=10824364 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/30721/task/30774/stat : 30774 (java) R 30718 30721 26206 0 -1 4202560 10540 13145 0 0 55 4 5 2 20 0 15 0 474478095 11084148736 20405 33554432000 4194304 4196468 140736902511008 140372104713760 140372116964702 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26693632 140736902515440 140736902517957 140736902517957 140736902520783 0
[pid=30721/tid=30775] ppid=30718 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/30721/task/30775/stat : 30775 (java) S 30718 30721 26206 0 -1 1077944384 1 13145 0 0 0 0 5 2 20 0 15 0 474478096 11084148736 20405 33554432000 4194304 4196468 140736902511008 140372137126928 140372132894421 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26693632 140736902515440 140736902517957 140736902517957 140736902520783 0
[pid=30721/tid=30776] ppid=30718 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/30721/task/30776/stat : 30776 (java) S 30718 30721 26206 0 -1 1077944384 1 13145 0 0 0 0 5 2 20 0 15 0 474478096 11084148736 20405 33554432000 4194304 4196468 140736902511008 140372025400464 140372132894421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26693632 140736902515440 140736902517957 140736902517957 140736902520783 0
[pid=30721/tid=30777] ppid=30718 vsize=10824364 memory=3620 CPUtime=0.07 cores=0,2,4,6
/proc/30721/task/30777/stat : 30777 (java) S 30718 30721 26206 0 -1 1077944384 2 13145 0 0 0 0 5 2 20 0 15 0 474478096 11084148736 20405 33554432000 4194304 4196468 140736902511008 140372024347408 140372132894421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26693632 140736902515440 140736902517957 140736902517957 140736902520783 0
[pid=30721/tid=30778] ppid=30718 vsize=10824364 memory=2241 CPUtime=0.07 cores=0,2,4,6
/proc/30721/task/30778/stat : 30778 (java) S 30718 30721 26206 0 -1 1077944384 2 13145 0 0 0 0 5 2 20 0 15 0 474478096 11084148736 20405 33554432000 4194304 4196468 140736902511008 140372023294864 140372132894421 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26693632 140736902515440 140736902517957 140736902517957 140736902520783 0
[pid=30721/tid=30779] ppid=30718 vsize=10824364 memory=2244 CPUtime=0.07 cores=0,2,4,6
/proc/30721/task/30779/stat : 30779 (java) S 30718 30721 26206 0 -1 1077944384 5 13145 0 0 0 0 5 2 20 0 15 0 474478097 11084148736 20405 33554432000 4194304 4196468 140736902511008 140371337124080 140372132895362 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26693632 140736902515440 140736902517957 140736902517957 140736902520783 0
[pid=30721/tid=30780] ppid=30718 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/30721/task/30780/stat : 30780 (java) S 30718 30721 26206 0 -1 1077944384 33 13145 0 0 0 0 5 2 20 0 15 0 474478098 11084148736 20405 33554432000 4194304 4196468 140736902511008 140371336070304 140372132894421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26693632 140736902515440 140736902517957 140736902517957 140736902520783 0
[pid=30721/tid=30781] ppid=30718 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/30721/task/30781/stat : 30781 (java) S 30718 30721 26206 0 -1 1077944384 1 13145 0 0 0 0 5 2 20 0 15 0 474478098 11084148736 20405 33554432000 4194304 4196468 140736902511008 140370939732720 140372132894421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26693632 140736902515440 140736902517957 140736902517957 140736902520783 0
[pid=30721/tid=30782] ppid=30718 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/30721/task/30782/stat : 30782 (java) S 30718 30721 26206 0 -1 1077944384 3 13145 0 0 0 0 5 2 20 0 15 0 474478101 11084148736 20405 33554432000 4194304 4196468 140736902511008 140370699442128 140372132902811 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26693632 140736902515440 140736902517957 140736902517957 140736902520783 0
[pid=30721/tid=30783] ppid=30718 vsize=10824364 memory=19265 CPUtime=0.23 cores=0,2,4,6
/proc/30721/task/30783/stat : 30783 (java) R 30718 30721 26206 0 -1 4202560 943 13145 0 0 16 0 5 2 20 0 15 0 474478101 11084148736 20405 33554432000 4194304 4196468 140736902511008 140371302513392 140372117986494 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26693632 140736902515440 140736902517957 140736902517957 140736902520783 0
[pid=30721/tid=30784] ppid=30718 vsize=10824364 memory=0 CPUtime=0.18 cores=0,2,4,6
/proc/30721/task/30784/stat : 30784 (java) S 30718 30721 26206 0 -1 1077944384 632 13145 0 0 11 0 5 2 20 0 15 0 474478101 11084148736 20405 33554432000 4194304 4196468 140736902511008 140371301460848 140372132895362 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26693632 140736902515440 140736902517957 140736902517957 140736902520783 0
[pid=30721/tid=30785] ppid=30718 vsize=10824364 memory=734096885910169699 CPUtime=0.23 cores=0,2,4,6
/proc/30721/task/30785/stat : 30785 (java) S 30718 30721 26206 0 -1 1077944384 752 13145 0 0 16 0 5 2 20 0 15 0 474478101 11084148736 20405 33554432000 4194304 4196468 140736902511008 140371300407792 140372132895362 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26693632 140736902515440 140736902517957 140736902517957 140736902520783 0
[pid=30721/tid=30786] ppid=30718 vsize=10824364 memory=4206186544037388384 CPUtime=0.07 cores=0,2,4,6
/proc/30721/task/30786/stat : 30786 (java) S 30718 30721 26206 0 -1 1077944384 3 13145 0 0 0 0 5 2 20 0 15 0 474478101 11084148736 20405 33554432000 4194304 4196468 140736902511008 140370665884512 140372132894421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26693632 140736902515440 140736902517957 140736902517957 140736902520783 0
[pid=30721/tid=30787] ppid=30718 vsize=10824364 memory=6944656592387989600 CPUtime=0.07 cores=0,2,4,6
/proc/30721/task/30787/stat : 30787 (java) S 30718 30721 26206 0 -1 1077944384 1 13145 0 0 0 0 5 2 20 0 15 0 474478101 11084148736 20405 33554432000 4194304 4196468 140736902511008 140371299355184 140372132895362 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26693632 140736902515440 140736902517957 140736902517957 140736902520783 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 81620 KiB

[startup+1.50065 s]
/proc/loadavg: 1.27 1.34 1.39 4/228 30787
/proc/meminfo: memFree=4822924/32770624 swapFree=66955396/67108860
[pid=30721] ppid=30718 vsize=10834680 memory=169540 CPUtime=2.44 cores=0,2,4,6
/proc/30721/stat : 30721 (java) S 30718 30721 26206 0 -1 1077944320 22262 13145 0 0 226 11 5 2 20 0 15 0 474478086 11094712320 42385 33554432000 4194304 4196468 140736902511008 140736902493552 140372132884215 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 26693632 140736902515440 140736902517957 140736902517957 140736902520783 0
/proc/30721/statm: 2708670 42385 3580 1 0 2670733 0
[pid=30721/tid=30774] ppid=30718 vsize=10834680 memory=200 CPUtime=1.43 cores=0,2,4,6
/proc/30721/task/30774/stat : 30774 (java) R 30718 30721 26206 0 -1 4202560 15334 13145 0 0 130 6 5 2 20 0 15 0 474478095 11094712320 42385 33554432000 4194304 4196468 140736902511008 140372104685248 140372132896150 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26693632 140736902515440 140736902517957 140736902517957 140736902520783 0
[pid=30721/tid=30775] ppid=30718 vsize=10834680 memory=116 CPUtime=0.08 cores=0,2,4,6
/proc/30721/task/30775/stat : 30775 (java) S 30718 30721 26206 0 -1 1077944384 33 13145 0 0 1 0 5 2 20 0 15 0 474478096 11094712320 42385 33554432000 4194304 4196468 140736902511008 140372137126928 140372132894421 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26693632 140736902515440 140736902517957 140736902517957 140736902520783 0
[pid=30721/tid=30776] ppid=30718 vsize=10834680 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/30721/task/30776/stat : 30776 (java) S 30718 30721 26206 0 -1 1077944384 97 13145 0 0 0 0 5 2 20 0 15 0 474478096 11094712320 42385 33554432000 4194304 4196468 140736902511008 140372025400464 140372132894421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26693632 140736902515440 140736902517957 140736902517957 140736902520783 0
[pid=30721/tid=30777] ppid=30718 vsize=10834680 memory=7523657237893509207 CPUtime=0.08 cores=0,2,4,6
/proc/30721/task/30777/stat : 30777 (java) S 30718 30721 26206 0 -1 1077944384 99 13145 0 0 1 0 5 2 20 0 15 0 474478096 11094712320 42385 33554432000 4194304 4196468 140736902511008 140372024347408 140372132894421 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26693632 140736902515440 140736902517957 140736902517957 140736902520783 0
[pid=30721/tid=30778] ppid=30718 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30721/task/30778/stat : 30778 (java) S 30718 30721 26206 0 -1 1077944384 443 13145 0 0 1 0 5 2 20 0 15 0 474478096 11094712320 42385 33554432000 4194304 4196468 140736902511008 140372023294864 140372132894421 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26693632 140736902515440 140736902517957 140736902517957 140736902520783 0
[pid=30721/tid=30779] ppid=30718 vsize=10834680 memory=6656426216303648864 CPUtime=0.08 cores=0,2,4,6
/proc/30721/task/30779/stat : 30779 (java) S 30718 30721 26206 0 -1 1077944384 455 13145 0 0 1 0 5 2 20 0 15 0 474478097 11094712320 42385 33554432000 4194304 4196468 140736902511008 140371337124080 140372132895362 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26693632 140736902515440 140736902517957 140736902517957 140736902520783 0
[pid=30721/tid=30780] ppid=30718 vsize=10834680 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/30721/task/30780/stat : 30780 (java) S 30718 30721 26206 0 -1 1077944384 33 13145 0 0 0 0 5 2 20 0 15 0 474478098 11094712320 42385 33554432000 4194304 4196468 140736902511008 140371336070368 140372132894421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26693632 140736902515440 140736902517957 140736902517957 140736902520783 0
[pid=30721/tid=30781] ppid=30718 vsize=10834680 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/30721/task/30781/stat : 30781 (java) S 30718 30721 26206 0 -1 1077944384 2 13145 0 0 0 0 5 2 20 0 15 0 474478098 11094712320 42385 33554432000 4194304 4196468 140736902511008 140370939732736 140372132894421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26693632 140736902515440 140736902517957 140736902517957 140736902520783 0
[pid=30721/tid=30782] ppid=30718 vsize=10834680 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/30721/task/30782/stat : 30782 (java) S 30718 30721 26206 0 -1 1077944384 3 13145 0 0 0 0 5 2 20 0 15 0 474478101 11094712320 42385 33554432000 4194304 4196468 140736902511008 140370699442128 140372132902811 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26693632 140736902515440 140736902517957 140736902517957 140736902520783 0
[pid=30721/tid=30783] ppid=30718 vsize=10834680 memory=0 CPUtime=0.34 cores=0,2,4,6
/proc/30721/task/30783/stat : 30783 (java) S 30718 30721 26206 0 -1 1077944384 1079 13145 0 0 27 0 5 2 20 0 15 0 474478101 11094712320 42385 33554432000 4194304 4196468 140736902511008 140371302513392 140372132895362 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26693632 140736902515440 140736902517957 140736902517957 140736902520783 0
[pid=30721/tid=30784] ppid=30718 vsize=10834680 memory=4580 CPUtime=0.28 cores=0,2,4,6
/proc/30721/task/30784/stat : 30784 (java) R 30718 30721 26206 0 -1 1077944384 810 13145 0 0 21 0 5 2 20 0 15 0 474478101 11094712320 42385 33554432000 4194304 4196468 140736902511008 140371301460848 140372132895362 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 26693632 140736902515440 140736902517957 140736902517957 140736902520783 0
[pid=30721/tid=30785] ppid=30718 vsize=10834680 memory=0 CPUtime=0.47 cores=0,2,4,6
/proc/30721/task/30785/stat : 30785 (java) R 30718 30721 26206 0 -1 4202560 1665 13145 0 0 39 1 5 2 20 0 15 0 474478101 11094712320 42385 33554432000 4194304 4196468 140736902511008 140371300407792 140372111541744 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26693632 140736902515440 140736902517957 140736902517957 140736902520783 0
[pid=30721/tid=30786] ppid=30718 vsize=10834680 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/30721/task/30786/stat : 30786 (java) S 30718 30721 26206 0 -1 1077944384 3 13145 0 0 0 0 5 2 20 0 15 0 474478101 11094712320 42385 33554432000 4194304 4196468 140736902511008 140370665884512 140372132894421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26693632 140736902515440 140736902517957 140736902517957 140736902520783 0
[pid=30721/tid=30787] ppid=30718 vsize=10834680 memory=139716829898320 CPUtime=0.07 cores=0,2,4,6
/proc/30721/task/30787/stat : 30787 (java) S 30718 30721 26206 0 -1 1077944384 1 13145 0 0 0 0 5 2 20 0 15 0 474478101 11094712320 42385 33554432000 4194304 4196468 140736902511008 140371299355184 140372132895362 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26693632 140736902515440 140736902517957 140736902517957 140736902520783 0
Current children cumulated CPU time: 2.44 s
Current children cumulated vsize: 10834680 KiB

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

[pid=30721/tid=30786] ppid=30718 vsize=10849048 memory=6791534058613427641 CPUtime=0.07 cores=0,2,4,6
/proc/30721/task/30786/stat : 30786 (java) S 30718 30721 26206 0 -1 1077944384 3 13145 0 0 0 0 5 2 20 0 15 0 474478101 11109425152 220665 33554432000 4194304 4196468 140736902511008 140370665884512 140372132894421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26693632 140736902515440 140736902517957 140736902517957 140736902520783 0
[pid=30721/tid=30787] ppid=30718 vsize=10849048 memory=8444 CPUtime=1.16 cores=0,2,4,6
/proc/30721/task/30787/stat : 30787 (java) S 30718 30721 26206 0 -1 1077944384 1335 13145 0 0 54 55 5 2 20 0 15 0 474478101 11109425152 220665 33554432000 4194304 4196468 140736902511008 140371299355184 140372132895362 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26693632 140736902515440 140736902517957 140736902517957 140736902520783 0
Current children cumulated CPU time: 2087.6 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 882660 KiB

[startup+2048 s]*
/proc/loadavg: 1.20 1.26 1.36 4/229 31105
/proc/meminfo: memFree=4742944/32770624 swapFree=66955400/67108860
[pid=30721] ppid=30718 vsize=10849048 memory=882660 CPUtime=2089.24 cores=0,2,4,6
/proc/30721/stat : 30721 (java) S 30718 30721 26206 0 -1 1077944320 185405 13145 0 0 208619 298 5 2 20 0 15 0 474478086 11109425152 220665 33554432000 4194304 4196468 140736902511008 140736902493552 140372132884215 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 26693632 140736902515440 140736902517957 140736902517957 140736902520783 0
/proc/30721/statm: 2712262 220665 3628 1 0 2674317 0
[pid=30721/tid=30774] ppid=30718 vsize=10849048 memory=8377424916951425120 CPUtime=2024.57 cores=0,2,4,6
/proc/30721/task/30774/stat : 30774 (java) R 30718 30721 26206 0 -1 4202560 58801 13145 0 0 202408 42 5 2 20 0 15 0 474478095 11109425152 220665 33554432000 4194304 4196468 140736902511008 140372104718992 140372115404934 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26693632 140736902515440 140736902517957 140736902517957 140736902520783 0
[pid=30721/tid=30775] ppid=30718 vsize=10849048 memory=-7003737579269690708 CPUtime=10.68 cores=0,2,4,6
/proc/30721/task/30775/stat : 30775 (java) S 30718 30721 26206 0 -1 1077944384 12918 13145 0 0 1014 47 5 2 20 0 15 0 474478096 11109425152 220665 33554432000 4194304 4196468 140736902511008 140372137126928 140372132894421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26693632 140736902515440 140736902517957 140736902517957 140736902520783 0
[pid=30721/tid=30776] ppid=30718 vsize=10849048 memory=41896 CPUtime=10.68 cores=0,2,4,6
/proc/30721/task/30776/stat : 30776 (java) S 30718 30721 26206 0 -1 1077944384 8395 13145 0 0 1012 49 5 2 20 0 15 0 474478096 11109425152 220665 33554432000 4194304 4196468 140736902511008 140372025400464 140372132894421 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26693632 140736902515440 140736902517957 140736902517957 140736902520783 0
[pid=30721/tid=30777] ppid=30718 vsize=10849048 memory=744 CPUtime=10.72 cores=0,2,4,6
/proc/30721/task/30777/stat : 30777 (java) S 30718 30721 26206 0 -1 1077944384 11853 13145 0 0 1017 48 5 2 20 0 15 0 474478096 11109425152 220665 33554432000 4194304 4196468 140736902511008 140372024347408 140372132894421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26693632 140736902515440 140736902517957 140736902517957 140736902520783 0
[pid=30721/tid=30778] ppid=30718 vsize=10849048 memory=8444 CPUtime=10.71 cores=0,2,4,6
/proc/30721/task/30778/stat : 30778 (java) S 30718 30721 26206 0 -1 1077944384 13192 13145 0 0 1019 45 5 2 20 0 15 0 474478096 11109425152 220665 33554432000 4194304 4196468 140736902511008 140372023294864 140372132894421 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26693632 140736902515440 140736902517957 140736902517957 140736902520783 0
[pid=30721/tid=30779] ppid=30718 vsize=10849048 memory=6080 CPUtime=9.62 cores=0,2,4,6
/proc/30721/task/30779/stat : 30779 (java) S 30718 30721 26206 0 -1 1077944384 12305 13145 0 0 906 49 5 2 20 0 15 0 474478097 11109425152 220665 33554432000 4194304 4196468 140736902511008 140371337124080 140372132895362 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26693632 140736902515440 140736902517957 140736902517957 140736902520783 0
[pid=30721/tid=30780] ppid=30718 vsize=10849048 memory=139716830032941 CPUtime=0.07 cores=0,2,4,6
/proc/30721/task/30780/stat : 30780 (java) S 30718 30721 26206 0 -1 1077944384 41 13145 0 0 0 0 5 2 20 0 15 0 474478098 11109425152 220665 33554432000 4194304 4196468 140736902511008 140371336070368 140372132894421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26693632 140736902515440 140736902517957 140736902517957 140736902520783 0
[pid=30721/tid=30781] ppid=30718 vsize=10849048 memory=-6510616818092944526 CPUtime=0.07 cores=0,2,4,6
/proc/30721/task/30781/stat : 30781 (java) S 30718 30721 26206 0 -1 1077944384 11 13145 0 0 0 0 5 2 20 0 15 0 474478098 11109425152 220665 33554432000 4194304 4196468 140736902511008 140370939732736 140372132894421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26693632 140736902515440 140736902517957 140736902517957 140736902520783 0
[pid=30721/tid=30782] ppid=30718 vsize=10849048 memory=-2247047206137453913 CPUtime=0.07 cores=0,2,4,6
/proc/30721/task/30782/stat : 30782 (java) S 30718 30721 26206 0 -1 1077944384 3 13145 0 0 0 0 5 2 20 0 15 0 474478101 11109425152 220665 33554432000 4194304 4196468 140736902511008 140370699442128 140372132902811 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26693632 140736902515440 140736902517957 140736902517957 140736902520783 0
[pid=30721/tid=30783] ppid=30718 vsize=10849048 memory=9126232286719478932 CPUtime=3.93 cores=0,2,4,6
/proc/30721/task/30783/stat : 30783 (java) S 30718 30721 26206 0 -1 1077944384 17596 13145 0 0 382 4 5 2 20 0 15 0 474478101 11109425152 220665 33554432000 4194304 4196468 140736902511008 140371302513392 140372132895362 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26693632 140736902515440 140736902517957 140736902517957 140736902520783 0
[pid=30721/tid=30784] ppid=30718 vsize=10849048 memory=4642197910265684584 CPUtime=4.12 cores=0,2,4,6
/proc/30721/task/30784/stat : 30784 (java) S 30718 30721 26206 0 -1 1077944384 21915 13145 0 0 402 3 5 2 20 0 15 0 474478101 11109425152 220665 33554432000 4194304 4196468 140736902511008 140371301460848 140372132895362 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26693632 140736902515440 140736902517957 140736902517957 140736902520783 0
[pid=30721/tid=30785] ppid=30718 vsize=10849048 memory=880612 CPUtime=3.59 cores=0,2,4,6
/proc/30721/task/30785/stat : 30785 (java) S 30718 30721 26206 0 -1 1077944384 24832 13145 0 0 346 6 5 2 20 0 15 0 474478101 11109425152 220665 33554432000 4194304 4196468 140736902511008 140371300407792 140372132895362 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26693632 140736902515440 140736902517957 140736902517957 140736902520783 0
[pid=30721/tid=30786] ppid=30718 vsize=10849048 memory=3616 CPUtime=0.07 cores=0,2,4,6
/proc/30721/task/30786/stat : 30786 (java) S 30718 30721 26206 0 -1 1077944384 3 13145 0 0 0 0 5 2 20 0 15 0 474478101 11109425152 220665 33554432000 4194304 4196468 140736902511008 140370665884512 140372132894421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26693632 140736902515440 140736902517957 140736902517957 140736902520783 0
[pid=30721/tid=30787] ppid=30718 vsize=10849048 memory=279433660515168 CPUtime=1.16 cores=0,2,4,6
/proc/30721/task/30787/stat : 30787 (java) S 30718 30721 26206 0 -1 1077944384 1335 13145 0 0 54 55 5 2 20 0 15 0 474478101 11109425152 220665 33554432000 4194304 4196468 140736902511008 140371299355184 140372132895362 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26693632 140736902515440 140736902517957 140736902517957 140736902520783 0
Current children cumulated CPU time: 2089.24 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 882660 KiB

[startup+2048.8 s]
/proc/loadavg: 1.20 1.26 1.36 4/229 31105
/proc/meminfo: memFree=4742944/32770624 swapFree=66955400/67108860
[pid=30721] ppid=30718 vsize=10849048 memory=882660 CPUtime=2090.05 cores=0,2,4,6
/proc/30721/stat : 30721 (java) S 30718 30721 26206 0 -1 1077944320 185410 13145 0 0 208700 298 5 2 20 0 15 0 474478086 11109425152 220665 33554432000 4194304 4196468 140736902511008 140736902493552 140372132884215 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 26693632 140736902515440 140736902517957 140736902517957 140736902520783 0
/proc/30721/statm: 2712262 220665 3628 1 0 2674317 0
[pid=30721/tid=30774] ppid=30718 vsize=10849048 memory=7 CPUtime=2025.35 cores=0,2,4,6
/proc/30721/task/30774/stat : 30774 (java) R 30718 30721 26206 0 -1 4202560 58806 13145 0 0 202486 42 5 2 20 0 15 0 474478095 11109425152 220665 33554432000 4194304 4196468 140736902511008 140372104719264 140371706918595 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26693632 140736902515440 140736902517957 140736902517957 140736902520783 0
[pid=30721/tid=30775] ppid=30718 vsize=10849048 memory=6791534058613427641 CPUtime=10.69 cores=0,2,4,6
/proc/30721/task/30775/stat : 30775 (java) S 30718 30721 26206 0 -1 1077944384 12918 13145 0 0 1015 47 5 2 20 0 15 0 474478096 11109425152 220665 33554432000 4194304 4196468 140736902511008 140372137126928 140372132894421 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26693632 140736902515440 140736902517957 140736902517957 140736902520783 0
[pid=30721/tid=30776] ppid=30718 vsize=10849048 memory=2124 CPUtime=10.68 cores=0,2,4,6
/proc/30721/task/30776/stat : 30776 (java) S 30718 30721 26206 0 -1 1077944384 8395 13145 0 0 1012 49 5 2 20 0 15 0 474478096 11109425152 220665 33554432000 4194304 4196468 140736902511008 140372025400464 140372132894421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26693632 140736902515440 140736902517957 140736902517957 140736902520783 0
[pid=30721/tid=30777] ppid=30718 vsize=10849048 memory=16308 CPUtime=10.72 cores=0,2,4,6
/proc/30721/task/30777/stat : 30777 (java) S 30718 30721 26206 0 -1 1077944384 11853 13145 0 0 1017 48 5 2 20 0 15 0 474478096 11109425152 220665 33554432000 4194304 4196468 140736902511008 140372024347408 140372132894421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26693632 140736902515440 140736902517957 140736902517957 140736902520783 0
[pid=30721/tid=30778] ppid=30718 vsize=10849048 memory=504 CPUtime=10.71 cores=0,2,4,6
/proc/30721/task/30778/stat : 30778 (java) S 30718 30721 26206 0 -1 1077944384 13192 13145 0 0 1019 45 5 2 20 0 15 0 474478096 11109425152 220665 33554432000 4194304 4196468 140736902511008 140372023294864 140372132894421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26693632 140736902515440 140736902517957 140736902517957 140736902520783 0
[pid=30721/tid=30779] ppid=30718 vsize=10849048 memory=1564 CPUtime=9.62 cores=0,2,4,6
/proc/30721/task/30779/stat : 30779 (java) S 30718 30721 26206 0 -1 1077944384 12305 13145 0 0 906 49 5 2 20 0 15 0 474478097 11109425152 220665 33554432000 4194304 4196468 140736902511008 140371337124080 140372132895362 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26693632 140736902515440 140736902517957 140736902517957 140736902520783 0
[pid=30721/tid=30780] ppid=30718 vsize=10849048 memory=924 CPUtime=0.07 cores=0,2,4,6
/proc/30721/task/30780/stat : 30780 (java) S 30718 30721 26206 0 -1 1077944384 41 13145 0 0 0 0 5 2 20 0 15 0 474478098 11109425152 220665 33554432000 4194304 4196468 140736902511008 140371336070368 140372132894421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26693632 140736902515440 140736902517957 140736902517957 140736902520783 0
[pid=30721/tid=30781] ppid=30718 vsize=10849048 memory=1420 CPUtime=0.07 cores=0,2,4,6
/proc/30721/task/30781/stat : 30781 (java) S 30718 30721 26206 0 -1 1077944384 11 13145 0 0 0 0 5 2 20 0 15 0 474478098 11109425152 220665 33554432000 4194304 4196468 140736902511008 140370939732736 140372132894421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26693632 140736902515440 140736902517957 140736902517957 140736902520783 0
[pid=30721/tid=30782] ppid=30718 vsize=10849048 memory=6791534058613427641 CPUtime=0.07 cores=0,2,4,6
/proc/30721/task/30782/stat : 30782 (java) S 30718 30721 26206 0 -1 1077944384 3 13145 0 0 0 0 5 2 20 0 15 0 474478101 11109425152 220665 33554432000 4194304 4196468 140736902511008 140370699442128 140372132902811 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26693632 140736902515440 140736902517957 140736902517957 140736902520783 0
[pid=30721/tid=30783] ppid=30718 vsize=10849048 memory=14008 CPUtime=3.93 cores=0,2,4,6
/proc/30721/task/30783/stat : 30783 (java) S 30718 30721 26206 0 -1 1077944384 17596 13145 0 0 382 4 5 2 20 0 15 0 474478101 11109425152 220665 33554432000 4194304 4196468 140736902511008 140371302513392 140372132895362 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26693632 140736902515440 140736902517957 140736902517957 140736902520783 0
[pid=30721/tid=30784] ppid=30718 vsize=10849048 memory=12024 CPUtime=4.12 cores=0,2,4,6
/proc/30721/task/30784/stat : 30784 (java) S 30718 30721 26206 0 -1 1077944384 21915 13145 0 0 402 3 5 2 20 0 15 0 474478101 11109425152 220665 33554432000 4194304 4196468 140736902511008 140371301460848 140372132895362 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26693632 140736902515440 140736902517957 140736902517957 140736902520783 0
[pid=30721/tid=30785] ppid=30718 vsize=10849048 memory=2124 CPUtime=3.59 cores=0,2,4,6
/proc/30721/task/30785/stat : 30785 (java) S 30718 30721 26206 0 -1 1077944384 24832 13145 0 0 346 6 5 2 20 0 15 0 474478101 11109425152 220665 33554432000 4194304 4196468 140736902511008 140371300407792 140372132895362 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26693632 140736902515440 140736902517957 140736902517957 140736902520783 0
[pid=30721/tid=30786] ppid=30718 vsize=10849048 memory=16308 CPUtime=0.07 cores=0,2,4,6
/proc/30721/task/30786/stat : 30786 (java) S 30718 30721 26206 0 -1 1077944384 3 13145 0 0 0 0 5 2 20 0 15 0 474478101 11109425152 220665 33554432000 4194304 4196468 140736902511008 140370665884512 140372132894421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26693632 140736902515440 140736902517957 140736902517957 140736902520783 0
[pid=30721/tid=30787] ppid=30718 vsize=10849048 memory=504 CPUtime=1.16 cores=0,2,4,6
/proc/30721/task/30787/stat : 30787 (java) S 30718 30721 26206 0 -1 1077944384 1335 13145 0 0 54 55 5 2 20 0 15 0 474478101 11109425152 220665 33554432000 4194304 4196468 140736902511008 140371299355184 140372132895362 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26693632 140736902515440 140736902517957 140736902517957 140736902520783 0
Current children cumulated CPU time: 2090.05 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 882660 KiB

[startup+2049.2 s]
/proc/loadavg: 1.26 1.27 1.37 3/228 31105
/proc/meminfo: memFree=4742960/32770624 swapFree=66955400/67108860
[pid=30721] ppid=30718 vsize=10849048 memory=882660 CPUtime=2090.45 cores=0,2,4,6
/proc/30721/stat : 30721 (java) S 30718 30721 26206 0 -1 1077944320 185413 13145 0 0 208740 298 5 2 20 0 15 0 474478086 11109425152 220665 33554432000 4194304 4196468 140736902511008 140736902493552 140372132884215 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 26693632 140736902515440 140736902517957 140736902517957 140736902520783 0
/proc/30721/statm: 2712262 220665 3628 1 0 2674317 0
[pid=30721/tid=30774] ppid=30718 vsize=10849048 memory=7 CPUtime=2025.74 cores=0,2,4,6
/proc/30721/task/30774/stat : 30774 (java) R 30718 30721 26206 0 -1 4202560 58809 13145 0 0 202525 42 5 2 20 0 15 0 474478095 11109425152 220665 33554432000 4194304 4196468 140736902511008 140372104717872 140371706919343 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26693632 140736902515440 140736902517957 140736902517957 140736902520783 0
[pid=30721/tid=30775] ppid=30718 vsize=10849048 memory=882660 CPUtime=10.69 cores=0,2,4,6
/proc/30721/task/30775/stat : 30775 (java) S 30718 30721 26206 0 -1 1077944384 12918 13145 0 0 1015 47 5 2 20 0 15 0 474478096 11109425152 220665 33554432000 4194304 4196468 140736902511008 140372137126928 140372132894421 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26693632 140736902515440 140736902517957 140736902517957 140736902520783 0
[pid=30721/tid=30776] ppid=30718 vsize=10849048 memory=2832 CPUtime=10.68 cores=0,2,4,6
/proc/30721/task/30776/stat : 30776 (java) S 30718 30721 26206 0 -1 1077944384 8395 13145 0 0 1012 49 5 2 20 0 15 0 474478096 11109425152 220665 33554432000 4194304 4196468 140736902511008 140372025400464 140372132894421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26693632 140736902515440 140736902517957 140736902517957 140736902520783 0
[pid=30721/tid=30777] ppid=30718 vsize=10849048 memory=6791534058613427641 CPUtime=10.73 cores=0,2,4,6
/proc/30721/task/30777/stat : 30777 (java) S 30718 30721 26206 0 -1 1077944384 11853 13145 0 0 1018 48 5 2 20 0 15 0 474478096 11109425152 220665 33554432000 4194304 4196468 140736902511008 140372024347408 140372132894421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26693632 140736902515440 140736902517957 140736902517957 140736902520783 0
[pid=30721/tid=30778] ppid=30718 vsize=10849048 memory=6944656592455097440 CPUtime=10.72 cores=0,2,4,6
/proc/30721/task/30778/stat : 30778 (java) S 30718 30721 26206 0 -1 1077944384 13192 13145 0 0 1020 45 5 2 20 0 15 0 474478096 11109425152 220665 33554432000 4194304 4196468 140736902511008 140372023294864 140372132894421 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26693632 140736902515440 140736902517957 140736902517957 140736902520783 0
[pid=30721/tid=30779] ppid=30718 vsize=10849048 memory=-2317720213663851332 CPUtime=9.63 cores=0,2,4,6
/proc/30721/task/30779/stat : 30779 (java) S 30718 30721 26206 0 -1 1077944384 12305 13145 0 0 907 49 5 2 20 0 15 0 474478097 11109425152 220665 33554432000 4194304 4196468 140736902511008 140371337124080 140372132895362 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26693632 140736902515440 140736902517957 140736902517957 140736902520783 0
[pid=30721/tid=30780] ppid=30718 vsize=10849048 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/30721/task/30780/stat : 30780 (java) S 30718 30721 26206 0 -1 1077944384 41 13145 0 0 0 0 5 2 20 0 15 0 474478098 11109425152 220665 33554432000 4194304 4196468 140736902511008 140371336070368 140372132894421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26693632 140736902515440 140736902517957 140736902517957 140736902520783 0
[pid=30721/tid=30781] ppid=30718 vsize=10849048 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/30721/task/30781/stat : 30781 (java) S 30718 30721 26206 0 -1 1077944384 11 13145 0 0 0 0 5 2 20 0 15 0 474478098 11109425152 220665 33554432000 4194304 4196468 140736902511008 140370939732736 140372132894421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26693632 140736902515440 140736902517957 140736902517957 140736902520783 0
[pid=30721/tid=30782] ppid=30718 vsize=10849048 memory=6791534058613427641 CPUtime=0.07 cores=0,2,4,6
/proc/30721/task/30782/stat : 30782 (java) S 30718 30721 26206 0 -1 1077944384 3 13145 0 0 0 0 5 2 20 0 15 0 474478101 11109425152 220665 33554432000 4194304 4196468 140736902511008 140370699442128 140372132902811 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26693632 140736902515440 140736902517957 140736902517957 140736902520783 0
[pid=30721/tid=30783] ppid=30718 vsize=10849048 memory=3848 CPUtime=3.93 cores=0,2,4,6
/proc/30721/task/30783/stat : 30783 (java) S 30718 30721 26206 0 -1 1077944384 17596 13145 0 0 382 4 5 2 20 0 15 0 474478101 11109425152 220665 33554432000 4194304 4196468 140736902511008 140371302513392 140372132895362 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26693632 140736902515440 140736902517957 140736902517957 140736902520783 0
[pid=30721/tid=30784] ppid=30718 vsize=10849048 memory=2896 CPUtime=4.12 cores=0,2,4,6
/proc/30721/task/30784/stat : 30784 (java) S 30718 30721 26206 0 -1 1077944384 21915 13145 0 0 402 3 5 2 20 0 15 0 474478101 11109425152 220665 33554432000 4194304 4196468 140736902511008 140371301460848 140372132895362 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26693632 140736902515440 140736902517957 140736902517957 140736902520783 0
[pid=30721/tid=30785] ppid=30718 vsize=10849048 memory=2608 CPUtime=3.59 cores=0,2,4,6
/proc/30721/task/30785/stat : 30785 (java) S 30718 30721 26206 0 -1 1077944384 24832 13145 0 0 346 6 5 2 20 0 15 0 474478101 11109425152 220665 33554432000 4194304 4196468 140736902511008 140371300407792 140372132895362 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26693632 140736902515440 140736902517957 140736902517957 140736902520783 0
[pid=30721/tid=30786] ppid=30718 vsize=10849048 memory=4100 CPUtime=0.07 cores=0,2,4,6
/proc/30721/task/30786/stat : 30786 (java) S 30718 30721 26206 0 -1 1077944384 3 13145 0 0 0 0 5 2 20 0 15 0 474478101 11109425152 220665 33554432000 4194304 4196468 140736902511008 140370665884512 140372132894421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26693632 140736902515440 140736902517957 140736902517957 140736902520783 0
[pid=30721/tid=30787] ppid=30718 vsize=10849048 memory=1408 CPUtime=1.16 cores=0,2,4,6
/proc/30721/task/30787/stat : 30787 (java) S 30718 30721 26206 0 -1 1077944384 1335 13145 0 0 54 55 5 2 20 0 15 0 474478101 11109425152 220665 33554432000 4194304 4196468 140736902511008 140371299355184 140372132895362 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26693632 140736902515440 140736902517957 140736902517957 140736902520783 0
Current children cumulated CPU time: 2090.45 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 882660 KiB

[startup+2049.3 s]
/proc/loadavg: 1.26 1.27 1.37 3/228 31105
/proc/meminfo: memFree=4742960/32770624 swapFree=66955400/67108860
[pid=30721] ppid=30718 vsize=10849048 memory=882660 CPUtime=2090.55 cores=0,2,4,6
/proc/30721/stat : 30721 (java) S 30718 30721 26206 0 -1 1077944320 185413 13145 0 0 208750 298 5 2 20 0 15 0 474478086 11109425152 220665 33554432000 4194304 4196468 140736902511008 140736902493552 140372132884215 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 26693632 140736902515440 140736902517957 140736902517957 140736902520783 0
/proc/30721/statm: 2712262 220665 3628 1 0 2674317 0
[pid=30721/tid=30774] ppid=30718 vsize=10849048 memory=56 CPUtime=2025.84 cores=0,2,4,6
/proc/30721/task/30774/stat : 30774 (java) R 30718 30721 26206 0 -1 4202560 58809 13145 0 0 202535 42 5 2 20 0 15 0 474478095 11109425152 220665 33554432000 4194304 4196468 140736902511008 140372104717872 140371708690795 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26693632 140736902515440 140736902517957 140736902517957 140736902520783 0
[pid=30721/tid=30775] ppid=30718 vsize=10849048 memory=882660 CPUtime=10.69 cores=0,2,4,6
/proc/30721/task/30775/stat : 30775 (java) S 30718 30721 26206 0 -1 1077944384 12918 13145 0 0 1015 47 5 2 20 0 15 0 474478096 11109425152 220665 33554432000 4194304 4196468 140736902511008 140372137126928 140372132894421 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26693632 140736902515440 140736902517957 140736902517957 140736902520783 0
[pid=30721/tid=30776] ppid=30718 vsize=10849048 memory=882660 CPUtime=10.68 cores=0,2,4,6
/proc/30721/task/30776/stat : 30776 (java) S 30718 30721 26206 0 -1 1077944384 8395 13145 0 0 1012 49 5 2 20 0 15 0 474478096 11109425152 220665 33554432000 4194304 4196468 140736902511008 140372025400464 140372132894421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26693632 140736902515440 140736902517957 140736902517957 140736902520783 0
[pid=30721/tid=30777] ppid=30718 vsize=10849048 memory=193320 CPUtime=10.73 cores=0,2,4,6
/proc/30721/task/30777/stat : 30777 (java) S 30718 30721 26206 0 -1 1077944384 11853 13145 0 0 1018 48 5 2 20 0 15 0 474478096 11109425152 220665 33554432000 4194304 4196468 140736902511008 140372024347408 140372132894421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26693632 140736902515440 140736902517957 140736902517957 140736902520783 0
[pid=30721/tid=30778] ppid=30718 vsize=10849048 memory=882660 CPUtime=10.72 cores=0,2,4,6
/proc/30721/task/30778/stat : 30778 (java) S 30718 30721 26206 0 -1 1077944384 13192 13145 0 0 1020 45 5 2 20 0 15 0 474478096 11109425152 220665 33554432000 4194304 4196468 140736902511008 140372023294864 140372132894421 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26693632 140736902515440 140736902517957 140736902517957 140736902520783 0
[pid=30721/tid=30779] ppid=30718 vsize=10849048 memory=882660 CPUtime=9.63 cores=0,2,4,6
/proc/30721/task/30779/stat : 30779 (java) S 30718 30721 26206 0 -1 1077944384 12305 13145 0 0 907 49 5 2 20 0 15 0 474478097 11109425152 220665 33554432000 4194304 4196468 140736902511008 140371337124080 140372132895362 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26693632 140736902515440 140736902517957 140736902517957 140736902520783 0
[pid=30721/tid=30780] ppid=30718 vsize=10849048 memory=880612 CPUtime=0.07 cores=0,2,4,6
/proc/30721/task/30780/stat : 30780 (java) S 30718 30721 26206 0 -1 1077944384 41 13145 0 0 0 0 5 2 20 0 15 0 474478098 11109425152 220665 33554432000 4194304 4196468 140736902511008 140371336070368 140372132894421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26693632 140736902515440 140736902517957 140736902517957 140736902520783 0
[pid=30721/tid=30781] ppid=30718 vsize=10849048 memory=984 CPUtime=0.07 cores=0,2,4,6
/proc/30721/task/30781/stat : 30781 (java) S 30718 30721 26206 0 -1 1077944384 11 13145 0 0 0 0 5 2 20 0 15 0 474478098 11109425152 220665 33554432000 4194304 4196468 140736902511008 140370939732736 140372132894421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26693632 140736902515440 140736902517957 140736902517957 140736902520783 0
[pid=30721/tid=30782] ppid=30718 vsize=10849048 memory=279433659885984 CPUtime=0.07 cores=0,2,4,6
/proc/30721/task/30782/stat : 30782 (java) S 30718 30721 26206 0 -1 1077944384 3 13145 0 0 0 0 5 2 20 0 15 0 474478101 11109425152 220665 33554432000 4194304 4196468 140736902511008 140370699442128 140372132902811 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26693632 140736902515440 140736902517957 140736902517957 140736902520783 0
[pid=30721/tid=30783] ppid=30718 vsize=10849048 memory=-8486080722631693414 CPUtime=3.93 cores=0,2,4,6
/proc/30721/task/30783/stat : 30783 (java) S 30718 30721 26206 0 -1 1077944384 17596 13145 0 0 382 4 5 2 20 0 15 0 474478101 11109425152 220665 33554432000 4194304 4196468 140736902511008 140371302513392 140372132895362 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26693632 140736902515440 140736902517957 140736902517957 140736902520783 0
[pid=30721/tid=30784] ppid=30718 vsize=10849048 memory=201026 CPUtime=4.12 cores=0,2,4,6
/proc/30721/task/30784/stat : 30784 (java) S 30718 30721 26206 0 -1 1077944384 21915 13145 0 0 402 3 5 2 20 0 15 0 474478101 11109425152 220665 33554432000 4194304 4196468 140736902511008 140371301460848 140372132895362 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26693632 140736902515440 140736902517957 140736902517957 140736902520783 0
[pid=30721/tid=30785] ppid=30718 vsize=10849048 memory=1054 CPUtime=3.59 cores=0,2,4,6
/proc/30721/task/30785/stat : 30785 (java) S 30718 30721 26206 0 -1 1077944384 24832 13145 0 0 346 6 5 2 20 0 15 0 474478101 11109425152 220665 33554432000 4194304 4196468 140736902511008 140371300407792 140372132895362 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26693632 140736902515440 140736902517957 140736902517957 140736902520783 0
[pid=30721/tid=30786] ppid=30718 vsize=10849048 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/30721/task/30786/stat : 30786 (java) S 30718 30721 26206 0 -1 1077944384 3 13145 0 0 0 0 5 2 20 0 15 0 474478101 11109425152 220665 33554432000 4194304 4196468 140736902511008 140370665884512 140372132894421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26693632 140736902515440 140736902517957 140736902517957 140736902520783 0
[pid=30721/tid=30787] ppid=30718 vsize=10849048 memory=7739834362435234151 CPUtime=1.16 cores=0,2,4,6
/proc/30721/task/30787/stat : 30787 (java) S 30718 30721 26206 0 -1 1077944384 1335 13145 0 0 54 55 5 2 20 0 15 0 474478101 11109425152 220665 33554432000 4194304 4196468 140736902511008 140371299355184 140372132895362 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26693632 140736902515440 140736902517957 140736902517957 140736902520783 0
Current children cumulated CPU time: 2090.55 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 882660 KiB

Child status: 0
Real time (s): 2049.37
CPU time (s): 2090.65
CPU user time (s): 2087.62
CPU system time (s): 3.0225
CPU usage (%): 102.014
Max. virtual memory (cumulated for all children) (KiB): 10852032
Max. memory (cumulated for all children) (KiB): 882660

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2087.63
system time used= 3.0225
maximum resident set size= 884748
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 199140
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2400
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 259696
involuntary context switches= 9390


# summary of solver processes directly reported to runsolver:
#   pid: 30721
#   total CPU time (s): 2090.65
#   total CPU user time (s): 2087.62
#   total CPU system time (s): 3.0225

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.0885 second user time and 19.3293 second system time

The end

Launcher Data

Begin job on node151 at 2019-09-20 14:20:27
IDJOB=4402778
IDBENCH=135733
IDSOLVER=2861
FILE ID=node151/4402778-1568982067
RUNJOBID= node151-1568967597-26238
PBS_JOBID= 21704609
Free space on /tmp= 12280 MiB

SOLVER NAME= Concrete 3.12.3
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n15/TravellingSalesman-15-30-04.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4402778-1568982067/watcher-4402778-1568982067 -o /tmp/evaluation-result-4402778-1568982067/solver-4402778-1568982067 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1568967597-26238 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=812206065 HOME/instance-4402778-1568982067.xml

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

MD5SUM BENCH= 3ec1135b215453db38ac12e83e420ae6
RANDOM SEED=812206065

node151.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.53
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	: 5335.75
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.53
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	: 5335.75
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.53
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	: 5335.75
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.53
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	: 5335.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:         4920760 kB
MemAvailable:   30743656 kB
Buffers:          128288 kB
Cached:         25706436 kB
SwapCached:        51796 kB
Active:         13933844 kB
Inactive:       13020700 kB
Active(anon):    1065260 kB
Inactive(anon):   100424 kB
Active(file):   12868584 kB
Inactive(file): 12920276 kB
Unevictable:      107584 kB
Mlocked:          107584 kB
SwapTotal:      67108860 kB
SwapFree:       66955396 kB
Dirty:             35496 kB
Writeback:             0 kB
AnonPages:       1176212 kB
Mapped:            62280 kB
Shmem:             36864 kB
Slab:             491532 kB
SReclaimable:     462496 kB
SUnreclaim:        29036 kB
KernelStack:        3712 kB
PageTables:         7888 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2316436 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1087488 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= 12244 MiB
End job on node151 at 2019-09-20 14:54:37