Trace number 4396096

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.2OPT85 2182.4 2139.51

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n15/
TravellingSalesman-15-30-17.xml
MD5SUM97cdfd39e69e24a1288603b41de82026
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark85
Best CPU time to get the best result obtained on this benchmark115.403
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints16
Number of domains2
Minimum domain size15
Maximum domain size27
Distribution of domain sizes[{"size":15,"count":15},{"size":27,"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.77/0.56	c Concrete v3.12.2.1568380929293 running
7.46/3.34	o 158
7.79/3.42	o 144
8.12/3.52	o 138
8.46/3.64	o 133
8.46/3.65	o 129
8.78/3.78	o 127
10.89/4.53	o 126
11.23/4.60	o 124
11.23/4.61	o 109
11.23/4.61	o 105
11.23/4.66	o 101
11.23/4.70	o 85
2182.28/2139.49	v <instantiation
2182.28/2139.49	v         cost = '85'>
2182.28/2139.49	v       <list>
2182.28/2139.49	v         c[0] c[1] c[2] c[3] c[4] c[5] c[6] c[7] c[8] c[9] c[10] c[11] c[12] c[13] c[14] d[0] d[1] d[2] d[3] d[4] d[5] d[6] d[7] d[8] d[9] d[10] d[11] d[12] d[13] d[14]
2182.28/2139.49	v       </list>
2182.28/2139.49	v       <values>
2182.28/2139.49	v         12 6 5 0 4 2 1 3 7 8 9 13 11 10 14 11 4 5 10 1 6 1 8 1 4 8 2 6 13 5
2182.28/2139.49	v       </values>
2182.28/2139.49	v     </instantiation>
2182.28/2139.49	s OPTIMUM FOUND

Verifier Data

OK	85

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4396096-1568409140/watcher-4396096-1568409140 -o /tmp/evaluation-result-4396096-1568409140/solver-4396096-1568409140 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1568393375-17084 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=2073279923 HOME/instance-4396096-1568409140.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
Current StackSize limit: 8192 KiB

solver pid=22629, runsolver pid=22626

[startup+0.102462 s]*
/proc/loadavg: 1.26 1.26 1.35 3/222 22686
/proc/meminfo: memFree=29261224/32770624 swapFree=66916552/67108860
[pid=22629] ppid=22626 vsize=9972712 memory=17224 CPUtime=0.09 cores=0,2,4,6
/proc/22629/stat : 22629 (java) S 22626 22629 15665 0 -1 1077944320 4550 13352 0 0 1 0 5 3 20 0 6 0 417164526 10212057088 4306 33554432000 4194304 4196468 140736942711376 140736942693920 140241019916023 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 16093184 140736942713583 140736942716101 140736942716101 140736942718927 0
/proc/22629/statm: 2493178 4306 1935 1 0 2481616 0
[pid=22629/tid=22682] ppid=22626 vsize=9972712 memory=4279135703980081038 CPUtime=0.09 cores=0,2,4,6
/proc/22629/task/22682/stat : 22682 (java) R 22626 22629 15665 0 -1 4202560 2345 13352 0 0 1 0 5 3 20 0 6 0 417164535 10212057088 4306 33554432000 4194304 4196468 140736942711376 140240991752784 140241003108357 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16093184 140736942713583 140736942716101 140736942716101 140736942718927 0
[pid=22629/tid=22683] ppid=22626 vsize=9972712 memory=-7522837583129502606 CPUtime=0.08 cores=0,2,4,6
/proc/22629/task/22683/stat : 22683 (java) S 22626 22629 15665 0 -1 1077944384 1 13352 0 0 0 0 5 3 20 0 6 0 417164536 10212057088 4306 33554432000 4194304 4196468 140736942711376 140241024158224 140241019926229 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16093184 140736942713583 140736942716101 140736942716101 140736942718927 0
[pid=22629/tid=22684] ppid=22626 vsize=9972712 memory=140067145336448 CPUtime=0.08 cores=0,2,4,6
/proc/22629/task/22684/stat : 22684 (java) S 22626 22629 15665 0 -1 1077944384 1 13352 0 0 0 0 5 3 20 0 6 0 417164536 10212057088 4306 33554432000 4194304 4196468 140736942711376 140240951638672 140241019926229 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16093184 140736942713583 140736942716101 140736942716101 140736942718927 0
[pid=22629/tid=22685] ppid=22626 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22629/task/22685/stat : 22685 (java) S 22626 22629 15665 0 -1 1077944384 1 13352 0 0 0 0 5 3 20 0 6 0 417164536 10212057088 4306 33554432000 4194304 4196468 140736942711376 140240591890704 140241019926229 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16093184 140736942713583 140736942716101 140736942716101 140736942718927 0
[pid=22629/tid=22686] ppid=22626 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/22629/task/22686/stat : 22686 (java) S 22626 22629 15665 0 -1 1077944384 2 13352 0 0 0 0 5 3 20 0 6 0 417164536 10212057088 4306 33554432000 4194304 4196468 140736942711376 140240590838160 140241019926229 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16093184 140736942713583 140736942716101 140736942716101 140736942718927 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 17224 KiB

[startup+0.210215 s]*
/proc/loadavg: 1.26 1.26 1.35 3/231 22695
/proc/meminfo: memFree=29242148/32770624 swapFree=66916552/67108860
[pid=22629] ppid=22626 vsize=10819664 memory=38756 CPUtime=0.26 cores=0,2,4,6
/proc/22629/stat : 22629 (java) S 22626 22629 15665 0 -1 1077944320 7062 13352 0 0 17 1 5 3 20 0 15 0 417164526 11079335936 9689 33554432000 4194304 4196468 140736942711376 140736942693920 140241019916023 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 16093184 140736942713583 140736942716101 140736942716101 140736942718927 0
/proc/22629/statm: 2704916 9689 3155 1 0 2667149 0
[pid=22629/tid=22682] ppid=22626 vsize=10819664 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/22629/task/22682/stat : 22682 (java) R 22626 22629 15665 0 -1 4202560 3569 13352 0 0 10 1 5 3 20 0 15 0 417164535 11079335936 9689 33554432000 4194304 4196468 140736942711376 140240991730864 140241003102832 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16093184 140736942713583 140736942716101 140736942716101 140736942718927 0
[pid=22629/tid=22683] ppid=22626 vsize=10819664 memory=365 CPUtime=0.08 cores=0,2,4,6
/proc/22629/task/22683/stat : 22683 (java) S 22626 22629 15665 0 -1 1077944384 1 13352 0 0 0 0 5 3 20 0 15 0 417164536 11079335936 9689 33554432000 4194304 4196468 140736942711376 140241024158224 140241019926229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16093184 140736942713583 140736942716101 140736942716101 140736942718927 0
[pid=22629/tid=22684] ppid=22626 vsize=10819664 memory=140067145356307 CPUtime=0.08 cores=0,2,4,6
/proc/22629/task/22684/stat : 22684 (java) S 22626 22629 15665 0 -1 1077944384 1 13352 0 0 0 0 5 3 20 0 15 0 417164536 11079335936 9689 33554432000 4194304 4196468 140736942711376 140240951638672 140241019926229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16093184 140736942713583 140736942716101 140736942716101 140736942718927 0
[pid=22629/tid=22685] ppid=22626 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22629/task/22685/stat : 22685 (java) S 22626 22629 15665 0 -1 1077944384 1 13352 0 0 0 0 5 3 20 0 15 0 417164536 11079335936 9689 33554432000 4194304 4196468 140736942711376 140240591890704 140241019926229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16093184 140736942713583 140736942716101 140736942716101 140736942718927 0
[pid=22629/tid=22686] ppid=22626 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/22629/task/22686/stat : 22686 (java) S 22626 22629 15665 0 -1 1077944384 2 13352 0 0 0 0 5 3 20 0 15 0 417164536 11079335936 9689 33554432000 4194304 4196468 140736942711376 140240590838160 140241019926229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16093184 140736942713583 140736942716101 140736942716101 140736942718927 0
[pid=22629/tid=22687] ppid=22626 vsize=10819664 memory=140067145336448 CPUtime=0.08 cores=0,2,4,6
/proc/22629/task/22687/stat : 22687 (java) S 22626 22629 15665 0 -1 1077944384 2 13352 0 0 0 0 5 3 20 0 15 0 417164537 11079335936 9689 33554432000 4194304 4196468 140736942711376 140240022919920 140241019927170 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16093184 140736942713583 140736942716101 140736942716101 140736942718927 0
[pid=22629/tid=22688] ppid=22626 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/22629/task/22688/stat : 22688 (java) S 22626 22629 15665 0 -1 1077944384 13 13352 0 0 0 0 5 3 20 0 15 0 417164538 11079335936 9689 33554432000 4194304 4196468 140736942711376 140239943231136 140241019926229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16093184 140736942713583 140736942716101 140736942716101 140736942718927 0
[pid=22629/tid=22689] ppid=22626 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22629/task/22689/stat : 22689 (java) S 22626 22629 15665 0 -1 1077944384 1 13352 0 0 0 0 5 3 20 0 15 0 417164538 11079335936 9689 33554432000 4194304 4196468 140736942711376 140239809012976 140241019926229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16093184 140736942713583 140736942716101 140736942716101 140736942718927 0
[pid=22629/tid=22690] ppid=22626 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22629/task/22690/stat : 22690 (java) S 22626 22629 15665 0 -1 1077944384 3 13352 0 0 0 0 5 3 20 0 15 0 417164541 11079335936 9689 33554432000 4194304 4196468 140736942711376 140239568722384 140241019934619 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16093184 140736942713583 140736942716101 140736942716101 140736942718927 0
[pid=22629/tid=22691] ppid=22626 vsize=10819664 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/22629/task/22691/stat : 22691 (java) S 22626 22629 15665 0 -1 1077944384 326 13352 0 0 1 0 5 3 20 0 15 0 417164541 11079335936 9689 33554432000 4194304 4196468 140736942711376 140240021866736 140241019927170 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16093184 140736942713583 140736942716101 140736942716101 140736942718927 0
[pid=22629/tid=22692] ppid=22626 vsize=10819664 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/22629/task/22692/stat : 22692 (java) S 22626 22629 15665 0 -1 1077944384 318 13352 0 0 1 0 5 3 20 0 15 0 417164541 11079335936 9689 33554432000 4194304 4196468 140736942711376 140240020814192 140241019927170 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16093184 140736942713583 140736942716101 140736942716101 140736942718927 0
[pid=22629/tid=22693] ppid=22626 vsize=10819664 memory=140067145336448 CPUtime=0.11 cores=0,2,4,6
/proc/22629/task/22693/stat : 22693 (java) S 22626 22629 15665 0 -1 1077944384 618 13352 0 0 3 0 5 3 20 0 15 0 417164541 11079335936 9689 33554432000 4194304 4196468 140736942711376 140240019761136 140241019927170 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16093184 140736942713583 140736942716101 140736942716101 140736942718927 0
[pid=22629/tid=22694] ppid=22626 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/22629/task/22694/stat : 22694 (java) S 22626 22629 15665 0 -1 1077944384 3 13352 0 0 0 0 5 3 20 0 15 0 417164541 11079335936 9689 33554432000 4194304 4196468 140736942711376 140239535163744 140241019926229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16093184 140736942713583 140736942716101 140736942716101 140736942718927 0
[pid=22629/tid=22695] ppid=22626 vsize=10819664 memory=140067145336448 CPUtime=0.08 cores=0,2,4,6
/proc/22629/task/22695/stat : 22695 (java) S 22626 22629 15665 0 -1 1077944384 1 13352 0 0 0 0 5 3 20 0 15 0 417164541 11079335936 9689 33554432000 4194304 4196468 140736942711376 140240018709552 140241019927170 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16093184 140736942713583 140736942716101 140736942716101 140736942718927 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 38756 KiB

[startup+0.310596 s]*
/proc/loadavg: 1.26 1.26 1.35 3/231 22695
/proc/meminfo: memFree=29228424/32770624 swapFree=66916552/67108860
[pid=22629] ppid=22626 vsize=10820148 memory=49880 CPUtime=0.4 cores=0,2,4,6
/proc/22629/stat : 22629 (java) S 22626 22629 15665 0 -1 1077944320 10770 13352 0 0 29 3 5 3 20 0 15 0 417164526 11079831552 12470 33554432000 4194304 4196468 140736942711376 140736942693920 140241019916023 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 16093184 140736942713583 140736942716101 140736942716101 140736942718927 0
/proc/22629/statm: 2705037 12470 3287 1 0 2667149 0
[pid=22629/tid=22682] ppid=22626 vsize=10820148 memory=6791534058613427641 CPUtime=0.3 cores=0,2,4,6
/proc/22629/task/22682/stat : 22682 (java) R 22626 22629 15665 0 -1 4202560 7245 13352 0 0 19 3 5 3 20 0 15 0 417164535 11079831552 12470 33554432000 4194304 4196468 140736942711376 140240991715936 140240998268336 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16093184 140736942713583 140736942716101 140736942716101 140736942718927 0
[pid=22629/tid=22683] ppid=22626 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22629/task/22683/stat : 22683 (java) S 22626 22629 15665 0 -1 1077944384 1 13352 0 0 0 0 5 3 20 0 15 0 417164536 11079831552 12470 33554432000 4194304 4196468 140736942711376 140241024158224 140241019926229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16093184 140736942713583 140736942716101 140736942716101 140736942718927 0
[pid=22629/tid=22684] ppid=22626 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22629/task/22684/stat : 22684 (java) S 22626 22629 15665 0 -1 1077944384 1 13352 0 0 0 0 5 3 20 0 15 0 417164536 11079831552 12470 33554432000 4194304 4196468 140736942711376 140240951638672 140241019926229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16093184 140736942713583 140736942716101 140736942716101 140736942718927 0
[pid=22629/tid=22685] ppid=22626 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22629/task/22685/stat : 22685 (java) S 22626 22629 15665 0 -1 1077944384 1 13352 0 0 0 0 5 3 20 0 15 0 417164536 11079831552 12470 33554432000 4194304 4196468 140736942711376 140240591890704 140241019926229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16093184 140736942713583 140736942716101 140736942716101 140736942718927 0
[pid=22629/tid=22686] ppid=22626 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22629/task/22686/stat : 22686 (java) S 22626 22629 15665 0 -1 1077944384 2 13352 0 0 0 0 5 3 20 0 15 0 417164536 11079831552 12470 33554432000 4194304 4196468 140736942711376 140240590838160 140241019926229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16093184 140736942713583 140736942716101 140736942716101 140736942718927 0
[pid=22629/tid=22687] ppid=22626 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22629/task/22687/stat : 22687 (java) S 22626 22629 15665 0 -1 1077944384 2 13352 0 0 0 0 5 3 20 0 15 0 417164537 11079831552 12470 33554432000 4194304 4196468 140736942711376 140240022919920 140241019927170 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16093184 140736942713583 140736942716101 140736942716101 140736942718927 0
[pid=22629/tid=22688] ppid=22626 vsize=10820148 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/22629/task/22688/stat : 22688 (java) S 22626 22629 15665 0 -1 1077944384 13 13352 0 0 0 0 5 3 20 0 15 0 417164538 11079831552 12470 33554432000 4194304 4196468 140736942711376 140239943231136 140241019926229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16093184 140736942713583 140736942716101 140736942716101 140736942718927 0
[pid=22629/tid=22689] ppid=22626 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22629/task/22689/stat : 22689 (java) S 22626 22629 15665 0 -1 1077944384 1 13352 0 0 0 0 5 3 20 0 15 0 417164538 11079831552 12470 33554432000 4194304 4196468 140736942711376 140239809012976 140241019926229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16093184 140736942713583 140736942716101 140736942716101 140736942718927 0
[pid=22629/tid=22690] ppid=22626 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22629/task/22690/stat : 22690 (java) S 22626 22629 15665 0 -1 1077944384 3 13352 0 0 0 0 5 3 20 0 15 0 417164541 11079831552 12470 33554432000 4194304 4196468 140736942711376 140239568722384 140241019934619 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16093184 140736942713583 140736942716101 140736942716101 140736942718927 0
[pid=22629/tid=22691] ppid=22626 vsize=10820148 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/22629/task/22691/stat : 22691 (java) S 22626 22629 15665 0 -1 1077944384 326 13352 0 0 1 0 5 3 20 0 15 0 417164541 11079831552 12470 33554432000 4194304 4196468 140736942711376 140240021866736 140241019927170 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16093184 140736942713583 140736942716101 140736942716101 140736942718927 0
[pid=22629/tid=22692] ppid=22626 vsize=10820148 memory=-1 CPUtime=0.1 cores=0,2,4,6
/proc/22629/task/22692/stat : 22692 (java) S 22626 22629 15665 0 -1 1077944384 328 13352 0 0 2 0 5 3 20 0 15 0 417164541 11079831552 12470 33554432000 4194304 4196468 140736942711376 140240020814192 140241019927170 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16093184 140736942713583 140736942716101 140736942716101 140736942718927 0
[pid=22629/tid=22693] ppid=22626 vsize=10820148 memory=140067145336448 CPUtime=0.13 cores=0,2,4,6
/proc/22629/task/22693/stat : 22693 (java) S 22626 22629 15665 0 -1 1077944384 642 13352 0 0 5 0 5 3 20 0 15 0 417164541 11079831552 12470 33554432000 4194304 4196468 140736942711376 140240019761136 140241019927170 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16093184 140736942713583 140736942716101 140736942716101 140736942718927 0
[pid=22629/tid=22694] ppid=22626 vsize=10820148 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/22629/task/22694/stat : 22694 (java) S 22626 22629 15665 0 -1 1077944384 3 13352 0 0 0 0 5 3 20 0 15 0 417164541 11079831552 12470 33554432000 4194304 4196468 140736942711376 140239535163744 140241019926229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16093184 140736942713583 140736942716101 140736942716101 140736942718927 0
[pid=22629/tid=22695] ppid=22626 vsize=10820148 memory=140067145336448 CPUtime=0.08 cores=0,2,4,6
/proc/22629/task/22695/stat : 22695 (java) S 22626 22629 15665 0 -1 1077944384 1 13352 0 0 0 0 5 3 20 0 15 0 417164541 11079831552 12470 33554432000 4194304 4196468 140736942711376 140240018709552 140241019927170 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16093184 140736942713583 140736942716101 140736942716101 140736942718927 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 49880 KiB

[startup+0.700728 s]
/proc/loadavg: 1.26 1.26 1.35 3/231 22695
/proc/meminfo: memFree=29214224/32770624 swapFree=66916552/67108860
[pid=22629] ppid=22626 vsize=10824360 memory=80936 CPUtime=1.12 cores=0,2,4,6
/proc/22629/stat : 22629 (java) S 22626 22629 15665 0 -1 1077944320 14980 13352 0 0 98 6 5 3 20 0 15 0 417164526 11084144640 20234 33554432000 4194304 4196468 140736942711376 140736942693920 140241019916023 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 16093184 140736942713583 140736942716101 140736942716101 140736942718927 0
/proc/22629/statm: 2706090 20234 3506 1 0 2668173 0
[pid=22629/tid=22682] ppid=22626 vsize=10824360 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/22629/task/22682/stat : 22682 (java) R 22626 22629 15665 0 -1 4202560 10286 13352 0 0 54 4 5 3 20 0 15 0 417164535 11084144640 20234 33554432000 4194304 4196468 140736942711376 140240991745568 140241003959653 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16093184 140736942713583 140736942716101 140736942716101 140736942718927 0
[pid=22629/tid=22683] ppid=22626 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22629/task/22683/stat : 22683 (java) S 22626 22629 15665 0 -1 1077944384 1 13352 0 0 0 0 5 3 20 0 15 0 417164536 11084144640 20234 33554432000 4194304 4196468 140736942711376 140241024158224 140241019926229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16093184 140736942713583 140736942716101 140736942716101 140736942718927 0
[pid=22629/tid=22684] ppid=22626 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22629/task/22684/stat : 22684 (java) S 22626 22629 15665 0 -1 1077944384 1 13352 0 0 0 0 5 3 20 0 15 0 417164536 11084144640 20234 33554432000 4194304 4196468 140736942711376 140240951638672 140241019926229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16093184 140736942713583 140736942716101 140736942716101 140736942718927 0
[pid=22629/tid=22685] ppid=22626 vsize=10824360 memory=140067003839248 CPUtime=0.08 cores=0,2,4,6
/proc/22629/task/22685/stat : 22685 (java) S 22626 22629 15665 0 -1 1077944384 1 13352 0 0 0 0 5 3 20 0 15 0 417164536 11084144640 20234 33554432000 4194304 4196468 140736942711376 140240591890704 140241019926229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16093184 140736942713583 140736942716101 140736942716101 140736942718927 0
[pid=22629/tid=22686] ppid=22626 vsize=10824360 memory=140067473457754 CPUtime=0.08 cores=0,2,4,6
/proc/22629/task/22686/stat : 22686 (java) S 22626 22629 15665 0 -1 1077944384 2 13352 0 0 0 0 5 3 20 0 15 0 417164536 11084144640 20234 33554432000 4194304 4196468 140736942711376 140240590838160 140241019926229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16093184 140736942713583 140736942716101 140736942716101 140736942718927 0
[pid=22629/tid=22687] ppid=22626 vsize=10824360 memory=8300 CPUtime=0.08 cores=0,2,4,6
/proc/22629/task/22687/stat : 22687 (java) S 22626 22629 15665 0 -1 1077944384 5 13352 0 0 0 0 5 3 20 0 15 0 417164537 11084144640 20234 33554432000 4194304 4196468 140736942711376 140240022919920 140241019927170 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16093184 140736942713583 140736942716101 140736942716101 140736942718927 0
[pid=22629/tid=22688] ppid=22626 vsize=10824360 memory=6297835844906604903 CPUtime=0.08 cores=0,2,4,6
/proc/22629/task/22688/stat : 22688 (java) S 22626 22629 15665 0 -1 1077944384 13 13352 0 0 0 0 5 3 20 0 15 0 417164538 11084144640 20234 33554432000 4194304 4196468 140736942711376 140239943231136 140241019926229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16093184 140736942713583 140736942716101 140736942716101 140736942718927 0
[pid=22629/tid=22689] ppid=22626 vsize=10824360 memory=6081102367496366441 CPUtime=0.08 cores=0,2,4,6
/proc/22629/task/22689/stat : 22689 (java) S 22626 22629 15665 0 -1 1077944384 1 13352 0 0 0 0 5 3 20 0 15 0 417164538 11084144640 20234 33554432000 4194304 4196468 140736942711376 140239809012976 140241019926229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16093184 140736942713583 140736942716101 140736942716101 140736942718927 0
[pid=22629/tid=22690] ppid=22626 vsize=10824360 memory=20428 CPUtime=0.08 cores=0,2,4,6
/proc/22629/task/22690/stat : 22690 (java) S 22626 22629 15665 0 -1 1077944384 3 13352 0 0 0 0 5 3 20 0 15 0 417164541 11084144640 20234 33554432000 4194304 4196468 140736942711376 140239568722384 140241019934619 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16093184 140736942713583 140736942716101 140736942716101 140736942718927 0
[pid=22629/tid=22691] ppid=22626 vsize=10824360 memory=12036 CPUtime=0.19 cores=0,2,4,6
/proc/22629/task/22691/stat : 22691 (java) S 22626 22629 15665 0 -1 1077944384 850 13352 0 0 11 0 5 3 20 0 15 0 417164541 11084144640 20234 33554432000 4194304 4196468 140736942711376 140240021866736 140241019927170 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16093184 140736942713583 140736942716101 140736942716101 140736942718927 0
[pid=22629/tid=22692] ppid=22626 vsize=10824360 memory=2116 CPUtime=0.21 cores=0,2,4,6
/proc/22629/task/22692/stat : 22692 (java) S 22626 22629 15665 0 -1 1077944384 820 13352 0 0 13 0 5 3 20 0 15 0 417164541 11084144640 20234 33554432000 4194304 4196468 140736942711376 140240020814192 140241019927170 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16093184 140736942713583 140736942716101 140736942716101 140736942718927 0
[pid=22629/tid=22693] ppid=22626 vsize=10824360 memory=500 CPUtime=0.25 cores=0,2,4,6
/proc/22629/task/22693/stat : 22693 (java) S 22626 22629 15665 0 -1 1077944384 789 13352 0 0 17 0 5 3 20 0 15 0 417164541 11084144640 20234 33554432000 4194304 4196468 140736942711376 140240019761136 140241019927170 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16093184 140736942713583 140736942716101 140736942716101 140736942718927 0
[pid=22629/tid=22694] ppid=22626 vsize=10824360 memory=1556 CPUtime=0.08 cores=0,2,4,6
/proc/22629/task/22694/stat : 22694 (java) S 22626 22629 15665 0 -1 1077944384 3 13352 0 0 0 0 5 3 20 0 15 0 417164541 11084144640 20234 33554432000 4194304 4196468 140736942711376 140239535163744 140241019926229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16093184 140736942713583 140736942716101 140736942716101 140736942718927 0
[pid=22629/tid=22695] ppid=22626 vsize=10824360 memory=928 CPUtime=0.08 cores=0,2,4,6
/proc/22629/task/22695/stat : 22695 (java) S 22626 22629 15665 0 -1 1077944384 1 13352 0 0 0 0 5 3 20 0 15 0 417164541 11084144640 20234 33554432000 4194304 4196468 140736942711376 140240018709552 140241019927170 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16093184 140736942713583 140736942716101 140736942716101 140736942718927 0
Current children cumulated CPU time: 1.12 s
Current children cumulated vsize: 10824360 KiB
Current children cumulated memory: 80936 KiB

[startup+1.5023 s]
/proc/loadavg: 1.26 1.26 1.35 3/231 22695
/proc/meminfo: memFree=29172844/32770624 swapFree=66916552/67108860
[pid=22629] ppid=22626 vsize=10834676 memory=173036 CPUtime=2.41 cores=0,2,4,6
/proc/22629/stat : 22629 (java) S 22626 22629 15665 0 -1 1077944320 21878 13352 0 0 222 11 5 3 20 0 15 0 417164526 11094708224 43259 33554432000 4194304 4196468 140736942711376 140736942693920 140241019916023 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 16093184 140736942713583 140736942716101 140736942716101 140736942718927 0
/proc/22629/statm: 2708669 43259 3573 1 0 2670733 0
[pid=22629/tid=22682] ppid=22626 vsize=10834676 memory=67832 CPUtime=1.43 cores=0,2,4,6
/proc/22629/task/22682/stat : 22682 (java) R 22626 22629 15665 0 -1 4202560 15310 13352 0 0 128 7 5 3 20 0 15 0 417164535 11094708224 43259 33554432000 4194304 4196468 140736942711376 140240991710576 140241000759068 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16093184 140736942713583 140736942716101 140736942716101 140736942718927 0
[pid=22629/tid=22683] ppid=22626 vsize=10834676 memory=6791534058613427641 CPUtime=0.09 cores=0,2,4,6
/proc/22629/task/22683/stat : 22683 (java) S 22626 22629 15665 0 -1 1077944384 23 13352 0 0 1 0 5 3 20 0 15 0 417164536 11094708224 43259 33554432000 4194304 4196468 140736942711376 140241024158224 140241019926229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16093184 140736942713583 140736942716101 140736942716101 140736942718927 0
[pid=22629/tid=22684] ppid=22626 vsize=10834676 memory=280134007709856 CPUtime=0.08 cores=0,2,4,6
/proc/22629/task/22684/stat : 22684 (java) S 22626 22629 15665 0 -1 1077944384 81 13352 0 0 0 0 5 3 20 0 15 0 417164536 11094708224 43259 33554432000 4194304 4196468 140736942711376 140240951638672 140241019926229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16093184 140736942713583 140736942716101 140736942716101 140736942718927 0
[pid=22629/tid=22685] ppid=22626 vsize=10834676 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/22629/task/22685/stat : 22685 (java) S 22626 22629 15665 0 -1 1077944384 385 13352 0 0 1 0 5 3 20 0 15 0 417164536 11094708224 43259 33554432000 4194304 4196468 140736942711376 140240591890704 140241019926229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16093184 140736942713583 140736942716101 140736942716101 140736942718927 0
[pid=22629/tid=22686] ppid=22626 vsize=10834676 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/22629/task/22686/stat : 22686 (java) S 22626 22629 15665 0 -1 1077944384 61 13352 0 0 1 0 5 3 20 0 15 0 417164536 11094708224 43259 33554432000 4194304 4196468 140736942711376 140240590838160 140241019926229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16093184 140736942713583 140736942716101 140736942716101 140736942718927 0
[pid=22629/tid=22687] ppid=22626 vsize=10834676 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/22629/task/22687/stat : 22687 (java) S 22626 22629 15665 0 -1 1077944384 143 13352 0 0 1 0 5 3 20 0 15 0 417164537 11094708224 43259 33554432000 4194304 4196468 140736942711376 140240022919920 140241019927170 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16093184 140736942713583 140736942716101 140736942716101 140736942718927 0
[pid=22629/tid=22688] ppid=22626 vsize=10834676 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22629/task/22688/stat : 22688 (java) S 22626 22629 15665 0 -1 1077944384 13 13352 0 0 0 0 5 3 20 0 15 0 417164538 11094708224 43259 33554432000 4194304 4196468 140736942711376 140239943231200 140241019926229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16093184 140736942713583 140736942716101 140736942716101 140736942718927 0
[pid=22629/tid=22689] ppid=22626 vsize=10834676 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22629/task/22689/stat : 22689 (java) S 22626 22629 15665 0 -1 1077944384 2 13352 0 0 0 0 5 3 20 0 15 0 417164538 11094708224 43259 33554432000 4194304 4196468 140736942711376 140239809012992 140241019926229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16093184 140736942713583 140736942716101 140736942716101 140736942718927 0
[pid=22629/tid=22690] ppid=22626 vsize=10834676 memory=-2245088631185882904 CPUtime=0.08 cores=0,2,4,6
/proc/22629/task/22690/stat : 22690 (java) S 22626 22629 15665 0 -1 1077944384 3 13352 0 0 0 0 5 3 20 0 15 0 417164541 11094708224 43259 33554432000 4194304 4196468 140736942711376 140239568722384 140241019934619 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16093184 140736942713583 140736942716101 140736942716101 140736942718927 0
[pid=22629/tid=22691] ppid=22626 vsize=10834676 memory=0 CPUtime=0.29 cores=0,2,4,6
/proc/22629/task/22691/stat : 22691 (java) S 22626 22629 15665 0 -1 1077944384 1085 13352 0 0 21 0 5 3 20 0 15 0 417164541 11094708224 43259 33554432000 4194304 4196468 140736942711376 140240021866736 140241019927170 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16093184 140736942713583 140736942716101 140736942716101 140736942718927 0
[pid=22629/tid=22692] ppid=22626 vsize=10834676 memory=0 CPUtime=0.32 cores=0,2,4,6
/proc/22629/task/22692/stat : 22692 (java) R 22626 22629 15665 0 -1 4202560 1000 13352 0 0 24 0 5 3 20 0 15 0 417164541 11094708224 43259 33554432000 4194304 4196468 140736942711376 140240020805024 140241000609287 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16093184 140736942713583 140736942716101 140736942716101 140736942718927 0
[pid=22629/tid=22693] ppid=22626 vsize=10834676 memory=6791534058613427641 CPUtime=0.47 cores=0,2,4,6
/proc/22629/task/22693/stat : 22693 (java) S 22626 22629 15665 0 -1 1077944384 1562 13352 0 0 39 0 5 3 20 0 15 0 417164541 11094708224 43259 33554432000 4194304 4196468 140736942711376 140240019761136 140241019927170 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16093184 140736942713583 140736942716101 140736942716101 140736942718927 0
[pid=22629/tid=22694] ppid=22626 vsize=10834676 memory=6935649255759568960 CPUtime=0.08 cores=0,2,4,6
/proc/22629/task/22694/stat : 22694 (java) S 22626 22629 15665 0 -1 1077944384 3 13352 0 0 0 0 5 3 20 0 15 0 417164541 11094708224 43259 33554432000 4194304 4196468 140736942711376 140239535163744 140241019926229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16093184 140736942713583 140736942716101 140736942716101 140736942718927 0
[pid=22629/tid=22695] ppid=22626 vsize=10834676 memory=280134007954304 CPUtime=0.08 cores=0,2,4,6
/proc/22629/task/22695/stat : 22695 (java) S 22626 22629 15665 0 -1 1077944384 1 13352 0 0 0 0 5 3 20 0 15 0 417164541 11094708224 43259 33554432000 4194304 4196468 140736942711376 140240018709552 140241019927170 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16093184 140736942713583 140736942716101 140736942716101 140736942718927 0
Current children cumulated CPU time: 2.41 s
Current children cumulated vsize: 10834676 KiB

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

[pid=22629/tid=22694] ppid=22626 vsize=10849044 memory=288230574492221466 CPUtime=0.08 cores=0,2,4,6
/proc/22629/task/22694/stat : 22694 (java) S 22626 22629 15665 0 -1 1077944384 3 13352 0 0 0 0 5 3 20 0 15 0 417164541 11109421056 200588 33554432000 4194304 4196468 140736942711376 140239535163744 140241019926229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16093184 140736942713583 140736942716101 140736942716101 140736942718927 0
[pid=22629/tid=22695] ppid=22626 vsize=10849044 memory=288230596050944315 CPUtime=1.36 cores=0,2,4,6
/proc/22629/task/22695/stat : 22695 (java) S 22626 22629 15665 0 -1 1077944384 882 13352 0 0 62 66 5 3 20 0 15 0 417164541 11109421056 200588 33554432000 4194304 4196468 140736942711376 140240018709552 140241019927170 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 17 0 0 6293624 6294260 16093184 140736942713583 140736942716101 140736942716101 140736942718927 0
Current children cumulated CPU time: 2177.19 s
Current children cumulated vsize: 10849044 KiB
Current children cumulated memory: 802352 KiB

[startup+2137.6 s]
/proc/loadavg: 1.36 1.35 1.38 3/231 23027
/proc/meminfo: memFree=28735008/32770624 swapFree=66916556/67108860
[pid=22629] ppid=22626 vsize=10849044 memory=802352 CPUtime=2180.45 cores=0,2,4,6
/proc/22629/stat : 22629 (java) S 22626 22629 15665 0 -1 1077944320 181700 13352 0 0 217724 313 5 3 20 0 15 0 417164526 11109421056 200588 33554432000 4194304 4196468 140736942711376 140736942693920 140241019916023 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 16093184 140736942713583 140736942716101 140736942716101 140736942718927 0
/proc/22629/statm: 2712261 200588 3627 1 0 2674317 0
[pid=22629/tid=22682] ppid=22626 vsize=10849044 memory=802352 CPUtime=2113.7 cores=0,2,4,6
/proc/22629/task/22682/stat : 22682 (java) R 22626 22629 15665 0 -1 4202560 59523 13352 0 0 211320 42 5 3 20 0 15 0 417164535 11109421056 200588 33554432000 4194304 4196468 140736942711376 140240991751456 140240634764957 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16093184 140736942713583 140736942716101 140736942716101 140736942718927 0
[pid=22629/tid=22683] ppid=22626 vsize=10849044 memory=802352 CPUtime=10.61 cores=0,2,4,6
/proc/22629/task/22683/stat : 22683 (java) S 22626 22629 15665 0 -1 1077944384 5972 13352 0 0 1001 52 5 3 20 0 15 0 417164536 11109421056 200588 33554432000 4194304 4196468 140736942711376 140241024158224 140241019926229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16093184 140736942713583 140736942716101 140736942716101 140736942718927 0
[pid=22629/tid=22684] ppid=22626 vsize=10849044 memory=4100 CPUtime=10.63 cores=0,2,4,6
/proc/22629/task/22684/stat : 22684 (java) S 22626 22629 15665 0 -1 1077944384 8319 13352 0 0 1003 52 5 3 20 0 15 0 417164536 11109421056 200588 33554432000 4194304 4196468 140736942711376 140240951638672 140241019926229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16093184 140736942713583 140736942716101 140736942716101 140736942718927 0
[pid=22629/tid=22685] ppid=22626 vsize=10849044 memory=1398720917958146503 CPUtime=10.67 cores=0,2,4,6
/proc/22629/task/22685/stat : 22685 (java) S 22626 22629 15665 0 -1 1077944384 8762 13352 0 0 1008 51 5 3 20 0 15 0 417164536 11109421056 200588 33554432000 4194304 4196468 140736942711376 140240591890704 140241019926229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16093184 140736942713583 140736942716101 140736942716101 140736942718927 0
[pid=22629/tid=22686] ppid=22626 vsize=10849044 memory=4872558044660077418 CPUtime=10.65 cores=0,2,4,6
/proc/22629/task/22686/stat : 22686 (java) S 22626 22629 15665 0 -1 1077944384 12673 13352 0 0 1008 49 5 3 20 0 15 0 417164536 11109421056 200588 33554432000 4194304 4196468 140736942711376 140240590838160 140241019926229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16093184 140736942713583 140736942716101 140736942716101 140736942718927 0
[pid=22629/tid=22687] ppid=22626 vsize=10849044 memory=3628 CPUtime=9.64 cores=0,2,4,6
/proc/22629/task/22687/stat : 22687 (java) S 22626 22629 15665 0 -1 1077944384 11759 13352 0 0 910 46 5 3 20 0 15 0 417164537 11109421056 200588 33554432000 4194304 4196468 140736942711376 140240022919920 140241019927170 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16093184 140736942713583 140736942716101 140736942716101 140736942718927 0
[pid=22629/tid=22688] ppid=22626 vsize=10849044 memory=39284 CPUtime=0.08 cores=0,2,4,6
/proc/22629/task/22688/stat : 22688 (java) S 22626 22629 15665 0 -1 1077944384 15 13352 0 0 0 0 5 3 20 0 15 0 417164538 11109421056 200588 33554432000 4194304 4196468 140736942711376 140239943231200 140241019926229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16093184 140736942713583 140736942716101 140736942716101 140736942718927 0
[pid=22629/tid=22689] ppid=22626 vsize=10849044 memory=992 CPUtime=0.08 cores=0,2,4,6
/proc/22629/task/22689/stat : 22689 (java) S 22626 22629 15665 0 -1 1077944384 5 13352 0 0 0 0 5 3 20 0 15 0 417164538 11109421056 200588 33554432000 4194304 4196468 140736942711376 140239809012992 140241019926229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16093184 140736942713583 140736942716101 140736942716101 140736942718927 0
[pid=22629/tid=22690] ppid=22626 vsize=10849044 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/22629/task/22690/stat : 22690 (java) S 22626 22629 15665 0 -1 1077944384 3 13352 0 0 0 0 5 3 20 0 15 0 417164541 11109421056 200588 33554432000 4194304 4196468 140736942711376 140239568722384 140241019934619 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16093184 140736942713583 140736942716101 140736942716101 140736942718927 0
[pid=22629/tid=22691] ppid=22626 vsize=10849044 memory=802352 CPUtime=4.64 cores=0,2,4,6
/proc/22629/task/22691/stat : 22691 (java) S 22626 22629 15665 0 -1 1077944384 19388 13352 0 0 452 4 5 3 20 0 15 0 417164541 11109421056 200588 33554432000 4194304 4196468 140736942711376 140240021866736 140241019927170 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16093184 140736942713583 140736942716101 140736942716101 140736942718927 0
[pid=22629/tid=22692] ppid=22626 vsize=10849044 memory=3628 CPUtime=5.32 cores=0,2,4,6
/proc/22629/task/22692/stat : 22692 (java) S 22626 22629 15665 0 -1 1077944384 22047 13352 0 0 521 3 5 3 20 0 15 0 417164541 11109421056 200588 33554432000 4194304 4196468 140736942711376 140240020814192 140241019927170 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16093184 140736942713583 140736942716101 140736942716101 140736942718927 0
[pid=22629/tid=22693] ppid=22626 vsize=10849044 memory=39284 CPUtime=3.84 cores=0,2,4,6
/proc/22629/task/22693/stat : 22693 (java) S 22626 22629 15665 0 -1 1077944384 30143 13352 0 0 370 6 5 3 20 0 15 0 417164541 11109421056 200588 33554432000 4194304 4196468 140736942711376 140240019761136 140241019927170 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 16 0 0 6293624 6294260 16093184 140736942713583 140736942716101 140736942716101 140736942718927 0
[pid=22629/tid=22694] ppid=22626 vsize=10849044 memory=792 CPUtime=0.08 cores=0,2,4,6
/proc/22629/task/22694/stat : 22694 (java) S 22626 22629 15665 0 -1 1077944384 3 13352 0 0 0 0 5 3 20 0 15 0 417164541 11109421056 200588 33554432000 4194304 4196468 140736942711376 140239535163744 140241019926229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16093184 140736942713583 140736942716101 140736942716101 140736942718927 0
[pid=22629/tid=22695] ppid=22626 vsize=10849044 memory=1640 CPUtime=1.36 cores=0,2,4,6
/proc/22629/task/22695/stat : 22695 (java) S 22626 22629 15665 0 -1 1077944384 882 13352 0 0 62 66 5 3 20 0 15 0 417164541 11109421056 200588 33554432000 4194304 4196468 140736942711376 140240018709552 140241019927170 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 17 0 0 6293624 6294260 16093184 140736942713583 140736942716101 140736942716101 140736942718927 0
Current children cumulated CPU time: 2180.45 s
Current children cumulated vsize: 10849044 KiB
Current children cumulated memory: 802352 KiB

[startup+2138.4 s]
/proc/loadavg: 1.36 1.35 1.38 3/231 23027
/proc/meminfo: memFree=28735008/32770624 swapFree=66916556/67108860
[pid=22629] ppid=22626 vsize=10849044 memory=802352 CPUtime=2181.26 cores=0,2,4,6
/proc/22629/stat : 22629 (java) S 22626 22629 15665 0 -1 1077944320 181705 13352 0 0 217805 313 5 3 20 0 15 0 417164526 11109421056 200588 33554432000 4194304 4196468 140736942711376 140736942693920 140241019916023 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 16093184 140736942713583 140736942716101 140736942716101 140736942718927 0
/proc/22629/statm: 2712261 200588 3627 1 0 2674317 0
[pid=22629/tid=22682] ppid=22626 vsize=10849044 memory=802352 CPUtime=2114.49 cores=0,2,4,6
/proc/22629/task/22682/stat : 22682 (java) R 22626 22629 15665 0 -1 4202560 59528 13352 0 0 211399 42 5 3 20 0 15 0 417164535 11109421056 200588 33554432000 4194304 4196468 140736942711376 140240991751552 140240635059777 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16093184 140736942713583 140736942716101 140736942716101 140736942718927 0
[pid=22629/tid=22683] ppid=22626 vsize=10849044 memory=20456 CPUtime=10.61 cores=0,2,4,6
/proc/22629/task/22683/stat : 22683 (java) S 22626 22629 15665 0 -1 1077944384 5972 13352 0 0 1001 52 5 3 20 0 15 0 417164536 11109421056 200588 33554432000 4194304 4196468 140736942711376 140241024158224 140241019926229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16093184 140736942713583 140736942716101 140736942716101 140736942718927 0
[pid=22629/tid=22684] ppid=22626 vsize=10849044 memory=12036 CPUtime=10.64 cores=0,2,4,6
/proc/22629/task/22684/stat : 22684 (java) S 22626 22629 15665 0 -1 1077944384 8319 13352 0 0 1004 52 5 3 20 0 15 0 417164536 11109421056 200588 33554432000 4194304 4196468 140736942711376 140240951638672 140241019926229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16093184 140736942713583 140736942716101 140736942716101 140736942718927 0
[pid=22629/tid=22685] ppid=22626 vsize=10849044 memory=6791534058613427641 CPUtime=10.67 cores=0,2,4,6
/proc/22629/task/22685/stat : 22685 (java) S 22626 22629 15665 0 -1 1077944384 8762 13352 0 0 1008 51 5 3 20 0 15 0 417164536 11109421056 200588 33554432000 4194304 4196468 140736942711376 140240591890704 140241019926229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16093184 140736942713583 140736942716101 140736942716101 140736942718927 0
[pid=22629/tid=22686] ppid=22626 vsize=10849044 memory=1764 CPUtime=10.65 cores=0,2,4,6
/proc/22629/task/22686/stat : 22686 (java) S 22626 22629 15665 0 -1 1077944384 12673 13352 0 0 1008 49 5 3 20 0 15 0 417164536 11109421056 200588 33554432000 4194304 4196468 140736942711376 140240590838160 140241019926229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16093184 140736942713583 140736942716101 140736942716101 140736942718927 0
[pid=22629/tid=22687] ppid=22626 vsize=10849044 memory=280134007788016 CPUtime=9.65 cores=0,2,4,6
/proc/22629/task/22687/stat : 22687 (java) S 22626 22629 15665 0 -1 1077944384 11759 13352 0 0 911 46 5 3 20 0 15 0 417164537 11109421056 200588 33554432000 4194304 4196468 140736942711376 140240022919920 140241019927170 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16093184 140736942713583 140736942716101 140736942716101 140736942718927 0
[pid=22629/tid=22688] ppid=22626 vsize=10849044 memory=-6520478321162704286 CPUtime=0.08 cores=0,2,4,6
/proc/22629/task/22688/stat : 22688 (java) S 22626 22629 15665 0 -1 1077944384 15 13352 0 0 0 0 5 3 20 0 15 0 417164538 11109421056 200588 33554432000 4194304 4196468 140736942711376 140239943231200 140241019926229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16093184 140736942713583 140736942716101 140736942716101 140736942718927 0
[pid=22629/tid=22689] ppid=22626 vsize=10849044 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/22629/task/22689/stat : 22689 (java) S 22626 22629 15665 0 -1 1077944384 5 13352 0 0 0 0 5 3 20 0 15 0 417164538 11109421056 200588 33554432000 4194304 4196468 140736942711376 140239809012992 140241019926229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16093184 140736942713583 140736942716101 140736942716101 140736942718927 0
[pid=22629/tid=22690] ppid=22626 vsize=10849044 memory=2828 CPUtime=0.08 cores=0,2,4,6
/proc/22629/task/22690/stat : 22690 (java) S 22626 22629 15665 0 -1 1077944384 3 13352 0 0 0 0 5 3 20 0 15 0 417164541 11109421056 200588 33554432000 4194304 4196468 140736942711376 140239568722384 140241019934619 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16093184 140736942713583 140736942716101 140736942716101 140736942718927 0
[pid=22629/tid=22691] ppid=22626 vsize=10849044 memory=1712 CPUtime=4.64 cores=0,2,4,6
/proc/22629/task/22691/stat : 22691 (java) S 22626 22629 15665 0 -1 1077944384 19388 13352 0 0 452 4 5 3 20 0 15 0 417164541 11109421056 200588 33554432000 4194304 4196468 140736942711376 140240021866736 140241019927170 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16093184 140736942713583 140736942716101 140736942716101 140736942718927 0
[pid=22629/tid=22692] ppid=22626 vsize=10849044 memory=1156 CPUtime=5.32 cores=0,2,4,6
/proc/22629/task/22692/stat : 22692 (java) S 22626 22629 15665 0 -1 1077944384 22047 13352 0 0 521 3 5 3 20 0 15 0 417164541 11109421056 200588 33554432000 4194304 4196468 140736942711376 140240020814192 140241019927170 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16093184 140736942713583 140736942716101 140736942716101 140736942718927 0
[pid=22629/tid=22693] ppid=22626 vsize=10849044 memory=944 CPUtime=3.84 cores=0,2,4,6
/proc/22629/task/22693/stat : 22693 (java) S 22626 22629 15665 0 -1 1077944384 30143 13352 0 0 370 6 5 3 20 0 15 0 417164541 11109421056 200588 33554432000 4194304 4196468 140736942711376 140240019761136 140241019927170 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 16 0 0 6293624 6294260 16093184 140736942713583 140736942716101 140736942716101 140736942718927 0
[pid=22629/tid=22694] ppid=22626 vsize=10849044 memory=288230574492221466 CPUtime=0.08 cores=0,2,4,6
/proc/22629/task/22694/stat : 22694 (java) S 22626 22629 15665 0 -1 1077944384 3 13352 0 0 0 0 5 3 20 0 15 0 417164541 11109421056 200588 33554432000 4194304 4196468 140736942711376 140239535163744 140241019926229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16093184 140736942713583 140736942716101 140736942716101 140736942718927 0
[pid=22629/tid=22695] ppid=22626 vsize=10849044 memory=288230596050944315 CPUtime=1.36 cores=0,2,4,6
/proc/22629/task/22695/stat : 22695 (java) S 22626 22629 15665 0 -1 1077944384 882 13352 0 0 62 66 5 3 20 0 15 0 417164541 11109421056 200588 33554432000 4194304 4196468 140736942711376 140240018709552 140241019927170 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 17 0 0 6293624 6294260 16093184 140736942713583 140736942716101 140736942716101 140736942718927 0
Current children cumulated CPU time: 2181.26 s
Current children cumulated vsize: 10849044 KiB
Current children cumulated memory: 802352 KiB

[startup+2139.2 s]
/proc/loadavg: 1.36 1.35 1.38 3/231 23027
/proc/meminfo: memFree=28735132/32770624 swapFree=66916556/67108860
[pid=22629] ppid=22626 vsize=10849044 memory=802352 CPUtime=2182.07 cores=0,2,4,6
/proc/22629/stat : 22629 (java) S 22626 22629 15665 0 -1 1077944320 181712 13352 0 0 217886 313 5 3 20 0 15 0 417164526 11109421056 200588 33554432000 4194304 4196468 140736942711376 140736942693920 140241019916023 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 16093184 140736942713583 140736942716101 140736942716101 140736942718927 0
/proc/22629/statm: 2712261 200588 3627 1 0 2674317 0
[pid=22629/tid=22682] ppid=22626 vsize=10849044 memory=3208 CPUtime=2115.29 cores=0,2,4,6
/proc/22629/task/22682/stat : 22682 (java) R 22626 22629 15665 0 -1 4202560 59533 13352 0 0 211479 42 5 3 20 0 15 0 417164535 11109421056 200588 33554432000 4194304 4196468 140736942711376 140240991752464 140240635125663 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16093184 140736942713583 140736942716101 140736942716101 140736942718927 0
[pid=22629/tid=22683] ppid=22626 vsize=10849044 memory=802352 CPUtime=10.62 cores=0,2,4,6
/proc/22629/task/22683/stat : 22683 (java) S 22626 22629 15665 0 -1 1077944384 5972 13352 0 0 1002 52 5 3 20 0 15 0 417164536 11109421056 200588 33554432000 4194304 4196468 140736942711376 140241024158224 140241019926229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16093184 140736942713583 140736942716101 140736942716101 140736942718927 0
[pid=22629/tid=22684] ppid=22626 vsize=10849044 memory=920 CPUtime=10.64 cores=0,2,4,6
/proc/22629/task/22684/stat : 22684 (java) S 22626 22629 15665 0 -1 1077944384 8319 13352 0 0 1004 52 5 3 20 0 15 0 417164536 11109421056 200588 33554432000 4194304 4196468 140736942711376 140240951638672 140241019926229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16093184 140736942713583 140736942716101 140736942716101 140736942718927 0
[pid=22629/tid=22685] ppid=22626 vsize=10849044 memory=802352 CPUtime=10.67 cores=0,2,4,6
/proc/22629/task/22685/stat : 22685 (java) S 22626 22629 15665 0 -1 1077944384 8763 13352 0 0 1008 51 5 3 20 0 15 0 417164536 11109421056 200588 33554432000 4194304 4196468 140736942711376 140240591890704 140241019926229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16093184 140736942713583 140736942716101 140736942716101 140736942718927 0
[pid=22629/tid=22686] ppid=22626 vsize=10849044 memory=1640 CPUtime=10.65 cores=0,2,4,6
/proc/22629/task/22686/stat : 22686 (java) S 22626 22629 15665 0 -1 1077944384 12674 13352 0 0 1008 49 5 3 20 0 15 0 417164536 11109421056 200588 33554432000 4194304 4196468 140736942711376 140240590838160 140241019926229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16093184 140736942713583 140736942716101 140736942716101 140736942718927 0
[pid=22629/tid=22687] ppid=22626 vsize=10849044 memory=8 CPUtime=9.65 cores=0,2,4,6
/proc/22629/task/22687/stat : 22687 (java) S 22626 22629 15665 0 -1 1077944384 11759 13352 0 0 911 46 5 3 20 0 15 0 417164537 11109421056 200588 33554432000 4194304 4196468 140736942711376 140240022919920 140241019927170 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16093184 140736942713583 140736942716101 140736942716101 140736942718927 0
[pid=22629/tid=22688] ppid=22626 vsize=10849044 memory=39284 CPUtime=0.08 cores=0,2,4,6
/proc/22629/task/22688/stat : 22688 (java) S 22626 22629 15665 0 -1 1077944384 15 13352 0 0 0 0 5 3 20 0 15 0 417164538 11109421056 200588 33554432000 4194304 4196468 140736942711376 140239943231200 140241019926229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16093184 140736942713583 140736942716101 140736942716101 140736942718927 0
[pid=22629/tid=22689] ppid=22626 vsize=10849044 memory=992 CPUtime=0.08 cores=0,2,4,6
/proc/22629/task/22689/stat : 22689 (java) S 22626 22629 15665 0 -1 1077944384 5 13352 0 0 0 0 5 3 20 0 15 0 417164538 11109421056 200588 33554432000 4194304 4196468 140736942711376 140239809012992 140241019926229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16093184 140736942713583 140736942716101 140736942716101 140736942718927 0
[pid=22629/tid=22690] ppid=22626 vsize=10849044 memory=2044 CPUtime=0.08 cores=0,2,4,6
/proc/22629/task/22690/stat : 22690 (java) S 22626 22629 15665 0 -1 1077944384 3 13352 0 0 0 0 5 3 20 0 15 0 417164541 11109421056 200588 33554432000 4194304 4196468 140736942711376 140239568722384 140241019934619 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16093184 140736942713583 140736942716101 140736942716101 140736942718927 0
[pid=22629/tid=22691] ppid=22626 vsize=10849044 memory=6791534058613427641 CPUtime=4.64 cores=0,2,4,6
/proc/22629/task/22691/stat : 22691 (java) S 22626 22629 15665 0 -1 1077944384 19388 13352 0 0 452 4 5 3 20 0 15 0 417164541 11109421056 200588 33554432000 4194304 4196468 140736942711376 140240021866736 140241019927170 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16093184 140736942713583 140736942716101 140736942716101 140736942718927 0
[pid=22629/tid=22692] ppid=22626 vsize=10849044 memory=20456 CPUtime=5.32 cores=0,2,4,6
/proc/22629/task/22692/stat : 22692 (java) S 22626 22629 15665 0 -1 1077944384 22047 13352 0 0 521 3 5 3 20 0 15 0 417164541 11109421056 200588 33554432000 4194304 4196468 140736942711376 140240020814192 140241019927170 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16093184 140736942713583 140736942716101 140736942716101 140736942718927 0
[pid=22629/tid=22693] ppid=22626 vsize=10849044 memory=12036 CPUtime=3.84 cores=0,2,4,6
/proc/22629/task/22693/stat : 22693 (java) S 22626 22629 15665 0 -1 1077944384 30143 13352 0 0 370 6 5 3 20 0 15 0 417164541 11109421056 200588 33554432000 4194304 4196468 140736942711376 140240019761136 140241019927170 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 16 0 0 6293624 6294260 16093184 140736942713583 140736942716101 140736942716101 140736942718927 0
[pid=22629/tid=22694] ppid=22626 vsize=10849044 memory=2116 CPUtime=0.08 cores=0,2,4,6
/proc/22629/task/22694/stat : 22694 (java) S 22626 22629 15665 0 -1 1077944384 3 13352 0 0 0 0 5 3 20 0 15 0 417164541 11109421056 200588 33554432000 4194304 4196468 140736942711376 140239535163744 140241019926229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16093184 140736942713583 140736942716101 140736942716101 140736942718927 0
[pid=22629/tid=22695] ppid=22626 vsize=10849044 memory=500 CPUtime=1.36 cores=0,2,4,6
/proc/22629/task/22695/stat : 22695 (java) S 22626 22629 15665 0 -1 1077944384 882 13352 0 0 62 66 5 3 20 0 15 0 417164541 11109421056 200588 33554432000 4194304 4196468 140736942711376 140240018709552 140241019927170 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 17 0 0 6293624 6294260 16093184 140736942713583 140736942716101 140736942716101 140736942718927 0
Current children cumulated CPU time: 2182.07 s
Current children cumulated vsize: 10849044 KiB
Current children cumulated memory: 802352 KiB

[startup+2139.4 s]
/proc/loadavg: 1.36 1.35 1.38 3/231 23027
/proc/meminfo: memFree=28735132/32770624 swapFree=66916556/67108860
[pid=22629] ppid=22626 vsize=10849044 memory=802352 CPUtime=2182.28 cores=0,2,4,6
/proc/22629/stat : 22629 (java) S 22626 22629 15665 0 -1 1077944320 181714 13352 0 0 217907 313 5 3 20 0 15 0 417164526 11109421056 200588 33554432000 4194304 4196468 140736942711376 140736942693920 140241019916023 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 16093184 140736942713583 140736942716101 140736942716101 140736942718927 0
/proc/22629/statm: 2712261 200588 3627 1 0 2674317 0
[pid=22629/tid=22682] ppid=22626 vsize=10849044 memory=207459805314353 CPUtime=2115.48 cores=0,2,4,6
/proc/22629/task/22682/stat : 22682 (java) R 22626 22629 15665 0 -1 4202560 59535 13352 0 0 211498 42 5 3 20 0 15 0 417164535 11109421056 200588 33554432000 4194304 4196468 140736942711376 140240991751856 140240634761043 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16093184 140736942713583 140736942716101 140736942716101 140736942718927 0
[pid=22629/tid=22683] ppid=22626 vsize=10849044 memory=-3535359994705172060 CPUtime=10.62 cores=0,2,4,6
/proc/22629/task/22683/stat : 22683 (java) S 22626 22629 15665 0 -1 1077944384 5972 13352 0 0 1002 52 5 3 20 0 15 0 417164536 11109421056 200588 33554432000 4194304 4196468 140736942711376 140241024158224 140241019926229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16093184 140736942713583 140736942716101 140736942716101 140736942718927 0
[pid=22629/tid=22684] ppid=22626 vsize=10849044 memory=6944656592387989600 CPUtime=10.64 cores=0,2,4,6
/proc/22629/task/22684/stat : 22684 (java) S 22626 22629 15665 0 -1 1077944384 8319 13352 0 0 1004 52 5 3 20 0 15 0 417164536 11109421056 200588 33554432000 4194304 4196468 140736942711376 140240951638672 140241019926229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16093184 140736942713583 140736942716101 140736942716101 140736942718927 0
[pid=22629/tid=22685] ppid=22626 vsize=10849044 memory=6944652177228980320 CPUtime=10.68 cores=0,2,4,6
/proc/22629/task/22685/stat : 22685 (java) S 22626 22629 15665 0 -1 1077944384 8763 13352 0 0 1009 51 5 3 20 0 15 0 417164536 11109421056 200588 33554432000 4194304 4196468 140736942711376 140240591890704 140241019926229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16093184 140736942713583 140736942716101 140736942716101 140736942718927 0
[pid=22629/tid=22686] ppid=22626 vsize=10849044 memory=6655300316396806240 CPUtime=10.66 cores=0,2,4,6
/proc/22629/task/22686/stat : 22686 (java) S 22626 22629 15665 0 -1 1077944384 12674 13352 0 0 1009 49 5 3 20 0 15 0 417164536 11109421056 200588 33554432000 4194304 4196468 140736942711376 140240590838160 140241019926229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16093184 140736942713583 140736942716101 140736942716101 140736942718927 0
[pid=22629/tid=22687] ppid=22626 vsize=10849044 memory=1296 CPUtime=9.65 cores=0,2,4,6
/proc/22629/task/22687/stat : 22687 (java) S 22626 22629 15665 0 -1 1077944384 11759 13352 0 0 911 46 5 3 20 0 15 0 417164537 11109421056 200588 33554432000 4194304 4196468 140736942711376 140240022919920 140241019927170 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16093184 140736942713583 140736942716101 140736942716101 140736942718927 0
[pid=22629/tid=22688] ppid=22626 vsize=10849044 memory=620 CPUtime=0.08 cores=0,2,4,6
/proc/22629/task/22688/stat : 22688 (java) S 22626 22629 15665 0 -1 1077944384 15 13352 0 0 0 0 5 3 20 0 15 0 417164538 11109421056 200588 33554432000 4194304 4196468 140736942711376 140239943231200 140241019926229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16093184 140736942713583 140736942716101 140736942716101 140736942718927 0
[pid=22629/tid=22689] ppid=22626 vsize=10849044 memory=4000 CPUtime=0.08 cores=0,2,4,6
/proc/22629/task/22689/stat : 22689 (java) S 22626 22629 15665 0 -1 1077944384 5 13352 0 0 0 0 5 3 20 0 15 0 417164538 11109421056 200588 33554432000 4194304 4196468 140736942711376 140239809012992 140241019926229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16093184 140736942713583 140736942716101 140736942716101 140736942718927 0
[pid=22629/tid=22690] ppid=22626 vsize=10849044 memory=2828 CPUtime=0.08 cores=0,2,4,6
/proc/22629/task/22690/stat : 22690 (java) S 22626 22629 15665 0 -1 1077944384 3 13352 0 0 0 0 5 3 20 0 15 0 417164541 11109421056 200588 33554432000 4194304 4196468 140736942711376 140239568722384 140241019934619 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16093184 140736942713583 140736942716101 140736942716101 140736942718927 0
[pid=22629/tid=22691] ppid=22626 vsize=10849044 memory=1712 CPUtime=4.64 cores=0,2,4,6
/proc/22629/task/22691/stat : 22691 (java) S 22626 22629 15665 0 -1 1077944384 19388 13352 0 0 452 4 5 3 20 0 15 0 417164541 11109421056 200588 33554432000 4194304 4196468 140736942711376 140240021866736 140241019927170 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16093184 140736942713583 140736942716101 140736942716101 140736942718927 0
[pid=22629/tid=22692] ppid=22626 vsize=10849044 memory=1156 CPUtime=5.32 cores=0,2,4,6
/proc/22629/task/22692/stat : 22692 (java) S 22626 22629 15665 0 -1 1077944384 22047 13352 0 0 521 3 5 3 20 0 15 0 417164541 11109421056 200588 33554432000 4194304 4196468 140736942711376 140240020814192 140241019927170 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16093184 140736942713583 140736942716101 140736942716101 140736942718927 0
[pid=22629/tid=22693] ppid=22626 vsize=10849044 memory=944 CPUtime=3.84 cores=0,2,4,6
/proc/22629/task/22693/stat : 22693 (java) S 22626 22629 15665 0 -1 1077944384 30143 13352 0 0 370 6 5 3 20 0 15 0 417164541 11109421056 200588 33554432000 4194304 4196468 140736942711376 140240019761136 140241019927170 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 16 0 0 6293624 6294260 16093184 140736942713583 140736942716101 140736942716101 140736942718927 0
[pid=22629/tid=22694] ppid=22626 vsize=10849044 memory=1552 CPUtime=0.08 cores=0,2,4,6
/proc/22629/task/22694/stat : 22694 (java) S 22626 22629 15665 0 -1 1077944384 3 13352 0 0 0 0 5 3 20 0 15 0 417164541 11109421056 200588 33554432000 4194304 4196468 140736942711376 140239535163744 140241019926229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16093184 140736942713583 140736942716101 140736942716101 140736942718927 0
[pid=22629/tid=22695] ppid=22626 vsize=10849044 memory=1052 CPUtime=1.36 cores=0,2,4,6
/proc/22629/task/22695/stat : 22695 (java) S 22626 22629 15665 0 -1 1077944384 882 13352 0 0 62 66 5 3 20 0 15 0 417164541 11109421056 200588 33554432000 4194304 4196468 140736942711376 140240018709552 140241019927170 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 17 0 0 6293624 6294260 16093184 140736942713583 140736942716101 140736942716101 140736942718927 0
Current children cumulated CPU time: 2182.28 s
Current children cumulated vsize: 10849044 KiB
Current children cumulated memory: 802352 KiB

Child status: 0
Real time (s): 2139.51
CPU time (s): 2182.4
CPU user time (s): 2179.22
CPU system time (s): 3.17833
CPU usage (%): 102.004
Max. virtual memory (cumulated for all children) (KiB): 10851996
Max. memory (cumulated for all children) (KiB): 802352

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2179.22
system time used= 3.17833
maximum resident set size= 804440
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 195568
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2600
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 255234
involuntary context switches= 9808


# summary of solver processes directly reported to runsolver:
#   pid: 22629
#   total CPU time (s): 2182.4
#   total CPU user time (s): 2179.22
#   total CPU system time (s): 3.17833

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.6422 second user time and 20.8885 second system time

The end

Launcher Data

Begin job on node134 at 2019-09-13 23:11:38
IDJOB=4396096
IDBENCH=135750
IDSOLVER=2846
FILE ID=node134/4396096-1568409140
RUNJOBID= node134-1568393375-17084
PBS_JOBID= 21701859
Free space on /tmp= 59540 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n15/TravellingSalesman-15-30-17.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4396096-1568409140/watcher-4396096-1568409140 -o /tmp/evaluation-result-4396096-1568409140/solver-4396096-1568409140 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1568393375-17084 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=2073279923 HOME/instance-4396096-1568409140.xml

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

MD5SUM BENCH= 97cdfd39e69e24a1288603b41de82026
RANDOM SEED=2073279923

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

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

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

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.76
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:        29267016 kB
MemAvailable:   30833648 kB
Buffers:          187872 kB
Cached:          1646052 kB
SwapCached:        90664 kB
Active:          1482076 kB
Inactive:        1402104 kB
Active(anon):     983652 kB
Inactive(anon):   106556 kB
Active(file):     498424 kB
Inactive(file):  1295548 kB
Unevictable:      110920 kB
Mlocked:          110920 kB
SwapTotal:      67108860 kB
SwapFree:       66916552 kB
Dirty:             35624 kB
Writeback:             0 kB
AnonPages:       1078064 kB
Mapped:            57300 kB
Shmem:             31004 kB
Slab:             207844 kB
SReclaimable:     176992 kB
SUnreclaim:        30852 kB
KernelStack:        4048 kB
PageTables:         9048 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2074592 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    989184 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 59508 MiB
End job on node134 at 2019-09-13 23:47:18