Trace number 4403078

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 2010.3 1969.21

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 benchmark84.9302
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.77/0.57	c Concrete v3.12.3.1568965526260 running
6.50/3.12	o 176
6.50/3.13	o 175
6.50/3.14	o 171
6.50/3.17	o 169
6.50/3.18	o 165
6.50/3.19	o 163
6.81/3.30	o 162
7.15/3.32	o 158
7.47/3.41	o 154
7.47/3.42	o 150
7.47/3.42	o 148
7.47/3.43	o 146
7.80/3.51	o 144
7.80/3.52	o 141
7.80/3.52	o 136
8.77/3.80	o 129
8.77/3.80	o 127
8.77/3.80	o 122
9.39/4.03	o 116
2010.18/1969.20	v <instantiation
2010.18/1969.20	v         cost = '116'>
2010.18/1969.20	v       <list>
2010.18/1969.20	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]
2010.18/1969.20	v       </list>
2010.18/1969.20	v       <values>
2010.18/1969.20	v         13 8 1 4 3 0 2 5 9 6 7 10 11 14 12 13 14 9 4 10 4 6 7 6 6 6 5 8 8 10
2010.18/1969.20	v       </values>
2010.18/1969.20	v     </instantiation>
2010.18/1969.20	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 (2092 MiB free)
  memory of node 1: 16384 MiB (1065 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4403078-1568979386/watcher-4403078-1568979386 -o /var/tmp/evaluation-result-4403078-1568979386/solver-4403078-1568979386 -C 2400 -W 2500 -M 15500 --bin-var /var/tmp/runsolver-exch-node124-1568967597-26298 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=1814303096 HOME/instance-4403078-1568979386.xml 

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

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


[startup+0.100105 s]*
/proc/loadavg: 1.04 1.27 1.39 3/214 29538
/proc/meminfo: memFree=3230524/32770624 swapFree=66976740/67108860
[pid=29485] ppid=29482 vsize=9970504 memory=13384 CPUtime=0.08 cores=0,2,4,6
/proc/29485/stat : 29485 (java) S 29482 29485 26267 0 -1 1077944320 3596 12967 0 0 0 0 5 3 20 0 6 0 473878727 10209796096 3346 33554432000 4194304 4196468 140729239643504 140729239626048 139727556947703 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 7557120 140729239644771 140729239647413 140729239647413 140729239650255 0
/proc/29485/statm: 2492626 3346 1337 1 0 2481537 0
[pid=29485/tid=29538] ppid=29482 vsize=9972712 memory=4279135703980474506 CPUtime=0.08 cores=0,2,4,6
/proc/29485/task/29538/stat : 29538 (java) R 29482 29485 26267 0 -1 4202560 1412 12967 0 0 0 0 5 3 20 0 6 0 473878737 10212057088 3346 33554432000 4194304 4196468 140729239643504 139727528784464 139727480024685 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7557120 140729239644771 140729239647413 140729239647413 140729239650255 0
[pid=29485/tid=29539] ppid=29482 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/29485/task/29539/stat : 29539 (java) S 29482 29485 26267 0 -1 1077944384 1 12967 0 0 0 0 5 3 20 0 6 0 473878738 10212057088 3410 33554432000 4194304 4196468 140729239643504 139727561189904 139727556957909 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7557120 140729239644771 140729239647413 140729239647413 140729239650255 0
[pid=29485/tid=29540] ppid=29482 vsize=9972712 memory=140060491351680 CPUtime=0.08 cores=0,2,4,6
/proc/29485/task/29540/stat : 29540 (java) S 29482 29485 26267 0 -1 1077944384 1 12967 0 0 0 0 5 3 20 0 6 0 473878738 10212057088 3410 33554432000 4194304 4196468 140729239643504 139727449463440 139727556957909 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7557120 140729239644771 140729239647413 140729239647413 140729239650255 0
[pid=29485/tid=29541] ppid=29482 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/29485/task/29541/stat : 29541 (java) S 29482 29485 26267 0 -1 1077944384 2 12967 0 0 0 0 5 3 20 0 6 0 473878738 10212057088 3410 33554432000 4194304 4196468 140729239643504 139727448410384 139727556957909 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7557120 140729239644771 140729239647413 140729239647413 140729239650255 0
[pid=29485/tid=29542] ppid=29482 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/29485/task/29542/stat : 29542 (java) S 29482 29485 26267 0 -1 1077944384 2 12967 0 0 0 0 5 3 20 0 6 0 473878738 10212057088 3410 33554432000 4194304 4196468 140729239643504 139727447357840 139727556957909 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7557120 140729239644771 140729239647413 140729239647413 140729239650255 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9970504 KiB
Current children cumulated memory: 13384 KiB

[startup+0.210418 s]*
/proc/loadavg: 1.04 1.27 1.39 4/227 29551
/proc/meminfo: memFree=3208484/32770624 swapFree=66976740/67108860
[pid=29485] ppid=29482 vsize=10819716 memory=37400 CPUtime=0.26 cores=0,2,4,6
/proc/29485/stat : 29485 (java) S 29482 29485 26267 0 -1 1077944320 7184 12967 0 0 17 1 5 3 20 0 15 0 473878727 11079389184 9350 33554432000 4194304 4196468 140729239643504 140729239626048 139727556947703 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 7557120 140729239644771 140729239647413 140729239647413 140729239650255 0
/proc/29485/statm: 2704929 9350 3187 1 0 2667149 0
[pid=29485/tid=29538] ppid=29482 vsize=10819716 memory=7022364594140610616 CPUtime=0.18 cores=0,2,4,6
/proc/29485/task/29538/stat : 29538 (java) R 29482 29485 26267 0 -1 4202560 3682 12967 0 0 10 0 5 3 20 0 15 0 473878737 11079389184 9350 33554432000 4194304 4196468 140729239643504 139727528752784 139727538511232 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7557120 140729239644771 140729239647413 140729239647413 140729239650255 0
[pid=29485/tid=29539] ppid=29482 vsize=10819716 memory=345 CPUtime=0.08 cores=0,2,4,6
/proc/29485/task/29539/stat : 29539 (java) S 29482 29485 26267 0 -1 1077944384 1 12967 0 0 0 0 5 3 20 0 15 0 473878738 11079389184 9350 33554432000 4194304 4196468 140729239643504 139727561189904 139727556957909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7557120 140729239644771 140729239647413 140729239647413 140729239650255 0
[pid=29485/tid=29540] ppid=29482 vsize=10819716 memory=288370436643063424 CPUtime=0.08 cores=0,2,4,6
/proc/29485/task/29540/stat : 29540 (java) S 29482 29485 26267 0 -1 1077944384 1 12967 0 0 0 0 5 3 20 0 15 0 473878738 11079389184 9350 33554432000 4194304 4196468 140729239643504 139727449463440 139727556957909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7557120 140729239644771 140729239647413 140729239647413 140729239650255 0
[pid=29485/tid=29541] ppid=29482 vsize=10819716 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/29485/task/29541/stat : 29541 (java) S 29482 29485 26267 0 -1 1077944384 2 12967 0 0 0 0 5 3 20 0 15 0 473878738 11079389184 9350 33554432000 4194304 4196468 140729239643504 139727448410384 139727556957909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7557120 140729239644771 140729239647413 140729239647413 140729239650255 0
[pid=29485/tid=29542] ppid=29482 vsize=10819716 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/29485/task/29542/stat : 29542 (java) S 29482 29485 26267 0 -1 1077944384 2 12967 0 0 0 0 5 3 20 0 15 0 473878738 11079389184 9350 33554432000 4194304 4196468 140729239643504 139727447357840 139727556957909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7557120 140729239644771 140729239647413 140729239647413 140729239650255 0
[pid=29485/tid=29543] ppid=29482 vsize=10819716 memory=140060491351680 CPUtime=0.08 cores=0,2,4,6
/proc/29485/task/29543/stat : 29543 (java) S 29482 29485 26267 0 -1 1077944384 2 12967 0 0 0 0 5 3 20 0 15 0 473878739 11079389184 9350 33554432000 4194304 4196468 140729239643504 139727015447280 139727556958850 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7557120 140729239644771 140729239647413 140729239647413 140729239650255 0
[pid=29485/tid=29544] ppid=29482 vsize=10819716 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/29485/task/29544/stat : 29544 (java) S 29482 29485 26267 0 -1 1077944384 33 12967 0 0 0 0 5 3 20 0 15 0 473878739 11079389184 9350 33554432000 4194304 4196468 140729239643504 139727014393504 139727556957909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7557120 140729239644771 140729239647413 140729239647413 140729239650255 0
[pid=29485/tid=29545] ppid=29482 vsize=10819716 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/29485/task/29545/stat : 29545 (java) S 29482 29485 26267 0 -1 1077944384 1 12967 0 0 0 0 5 3 20 0 15 0 473878740 11079389184 9350 33554432000 4194304 4196468 140729239643504 139726426203376 139727556957909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7557120 140729239644771 140729239647413 140729239647413 140729239650255 0
[pid=29485/tid=29546] ppid=29482 vsize=10819716 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/29485/task/29546/stat : 29546 (java) S 29482 29485 26267 0 -1 1077944384 3 12967 0 0 0 0 5 3 20 0 15 0 473878742 11079389184 9350 33554432000 4194304 4196468 140729239643504 139726118803920 139727556966299 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7557120 140729239644771 140729239647413 140729239647413 140729239650255 0
[pid=29485/tid=29547] ppid=29482 vsize=10819716 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/29485/task/29547/stat : 29547 (java) S 29482 29485 26267 0 -1 1077944384 349 12967 0 0 1 0 5 3 20 0 15 0 473878742 11079389184 9350 33554432000 4194304 4196468 140729239643504 139726980835568 139727556958850 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7557120 140729239644771 140729239647413 140729239647413 140729239650255 0
[pid=29485/tid=29548] ppid=29482 vsize=10819716 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/29485/task/29548/stat : 29548 (java) S 29482 29485 26267 0 -1 1077944384 289 12967 0 0 1 0 5 3 20 0 15 0 473878742 11079389184 9350 33554432000 4194304 4196468 140729239643504 139726979783024 139727556958850 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7557120 140729239644771 140729239647413 140729239647413 140729239650255 0
[pid=29485/tid=29549] ppid=29482 vsize=10819716 memory=140060491351680 CPUtime=0.11 cores=0,2,4,6
/proc/29485/task/29549/stat : 29549 (java) S 29482 29485 26267 0 -1 1077944384 608 12967 0 0 3 0 5 3 20 0 15 0 473878742 11079389184 9350 33554432000 4194304 4196468 140729239643504 139726978729968 139727556958850 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7557120 140729239644771 140729239647413 140729239647413 140729239650255 0
[pid=29485/tid=29550] ppid=29482 vsize=10819716 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/29485/task/29550/stat : 29550 (java) S 29482 29485 26267 0 -1 1077944384 3 12967 0 0 0 0 5 3 20 0 15 0 473878743 11079389184 9350 33554432000 4194304 4196468 140729239643504 139726085245280 139727556957909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7557120 140729239644771 140729239647413 140729239647413 140729239650255 0
[pid=29485/tid=29551] ppid=29482 vsize=10819716 memory=140060491351680 CPUtime=0.08 cores=0,2,4,6
/proc/29485/task/29551/stat : 29551 (java) S 29482 29485 26267 0 -1 1077944384 1 12967 0 0 0 0 5 3 20 0 15 0 473878743 11079389184 9350 33554432000 4194304 4196468 140729239643504 139726977678384 139727556958850 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7557120 140729239644771 140729239647413 140729239647413 140729239650255 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10819716 KiB
Current children cumulated memory: 37400 KiB

[startup+0.318396 s]*
/proc/loadavg: 1.04 1.27 1.39 4/227 29551
/proc/meminfo: memFree=3196300/32770624 swapFree=66976740/67108860
[pid=29485] ppid=29482 vsize=10820196 memory=48548 CPUtime=0.4 cores=0,2,4,6
/proc/29485/stat : 29485 (java) S 29482 29485 26267 0 -1 1077944320 10896 12967 0 0 29 3 5 3 20 0 15 0 473878727 11079880704 12137 33554432000 4194304 4196468 140729239643504 140729239626048 139727556947703 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 7557120 140729239644771 140729239647413 140729239647413 140729239650255 0
/proc/29485/statm: 2705049 12137 3318 1 0 2667149 0
[pid=29485/tid=29538] ppid=29482 vsize=10820196 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/29485/task/29538/stat : 29538 (java) R 29482 29485 26267 0 -1 4202560 7375 12967 0 0 19 2 5 3 20 0 15 0 473878737 11079880704 12137 33554432000 4194304 4196468 140729239643504 139727528763968 139727541028190 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7557120 140729239644771 140729239647413 140729239647413 140729239650255 0
[pid=29485/tid=29539] ppid=29482 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/29485/task/29539/stat : 29539 (java) S 29482 29485 26267 0 -1 1077944384 1 12967 0 0 0 0 5 3 20 0 15 0 473878738 11079880704 12137 33554432000 4194304 4196468 140729239643504 139727561189904 139727556957909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7557120 140729239644771 140729239647413 140729239647413 140729239650255 0
[pid=29485/tid=29540] ppid=29482 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/29485/task/29540/stat : 29540 (java) S 29482 29485 26267 0 -1 1077944384 1 12967 0 0 0 0 5 3 20 0 15 0 473878738 11079880704 12137 33554432000 4194304 4196468 140729239643504 139727449463440 139727556957909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7557120 140729239644771 140729239647413 140729239647413 140729239650255 0
[pid=29485/tid=29541] ppid=29482 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/29485/task/29541/stat : 29541 (java) S 29482 29485 26267 0 -1 1077944384 2 12967 0 0 0 0 5 3 20 0 15 0 473878738 11079880704 12137 33554432000 4194304 4196468 140729239643504 139727448410384 139727556957909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7557120 140729239644771 140729239647413 140729239647413 140729239650255 0
[pid=29485/tid=29542] ppid=29482 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/29485/task/29542/stat : 29542 (java) S 29482 29485 26267 0 -1 1077944384 2 12967 0 0 0 0 5 3 20 0 15 0 473878738 11079880704 12137 33554432000 4194304 4196468 140729239643504 139727447357840 139727556957909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7557120 140729239644771 140729239647413 140729239647413 140729239650255 0
[pid=29485/tid=29543] ppid=29482 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/29485/task/29543/stat : 29543 (java) S 29482 29485 26267 0 -1 1077944384 2 12967 0 0 0 0 5 3 20 0 15 0 473878739 11079880704 12137 33554432000 4194304 4196468 140729239643504 139727015447280 139727556958850 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7557120 140729239644771 140729239647413 140729239647413 140729239650255 0
[pid=29485/tid=29544] ppid=29482 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/29485/task/29544/stat : 29544 (java) S 29482 29485 26267 0 -1 1077944384 33 12967 0 0 0 0 5 3 20 0 15 0 473878739 11079880704 12137 33554432000 4194304 4196468 140729239643504 139727014393504 139727556957909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7557120 140729239644771 140729239647413 140729239647413 140729239650255 0
[pid=29485/tid=29545] ppid=29482 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/29485/task/29545/stat : 29545 (java) S 29482 29485 26267 0 -1 1077944384 1 12967 0 0 0 0 5 3 20 0 15 0 473878740 11079880704 12137 33554432000 4194304 4196468 140729239643504 139726426203376 139727556957909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7557120 140729239644771 140729239647413 140729239647413 140729239650255 0
[pid=29485/tid=29546] ppid=29482 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/29485/task/29546/stat : 29546 (java) S 29482 29485 26267 0 -1 1077944384 3 12967 0 0 0 0 5 3 20 0 15 0 473878742 11079880704 12137 33554432000 4194304 4196468 140729239643504 139726118803920 139727556966299 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7557120 140729239644771 140729239647413 140729239647413 140729239650255 0
[pid=29485/tid=29547] ppid=29482 vsize=10820196 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/29485/task/29547/stat : 29547 (java) S 29482 29485 26267 0 -1 1077944384 350 12967 0 0 1 0 5 3 20 0 15 0 473878742 11079880704 12137 33554432000 4194304 4196468 140729239643504 139726980835568 139727556958850 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7557120 140729239644771 140729239647413 140729239647413 140729239650255 0
[pid=29485/tid=29548] ppid=29482 vsize=10820196 memory=-1 CPUtime=0.1 cores=0,2,4,6
/proc/29485/task/29548/stat : 29548 (java) S 29482 29485 26267 0 -1 1077944384 298 12967 0 0 2 0 5 3 20 0 15 0 473878742 11079880704 12137 33554432000 4194304 4196468 140729239643504 139726979783024 139727556958850 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7557120 140729239644771 140729239647413 140729239647413 140729239650255 0
[pid=29485/tid=29549] ppid=29482 vsize=10820196 memory=140060491351680 CPUtime=0.13 cores=0,2,4,6
/proc/29485/task/29549/stat : 29549 (java) S 29482 29485 26267 0 -1 1077944384 617 12967 0 0 5 0 5 3 20 0 15 0 473878742 11079880704 12137 33554432000 4194304 4196468 140729239643504 139726978729968 139727556958850 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7557120 140729239644771 140729239647413 140729239647413 140729239650255 0
[pid=29485/tid=29550] ppid=29482 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/29485/task/29550/stat : 29550 (java) S 29482 29485 26267 0 -1 1077944384 3 12967 0 0 0 0 5 3 20 0 15 0 473878743 11079880704 12137 33554432000 4194304 4196468 140729239643504 139726085245280 139727556957909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7557120 140729239644771 140729239647413 140729239647413 140729239650255 0
[pid=29485/tid=29551] ppid=29482 vsize=10820196 memory=140060491351680 CPUtime=0.08 cores=0,2,4,6
/proc/29485/task/29551/stat : 29551 (java) S 29482 29485 26267 0 -1 1077944384 1 12967 0 0 0 0 5 3 20 0 15 0 473878743 11079880704 12137 33554432000 4194304 4196468 140729239643504 139726977678384 139727556958850 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7557120 140729239644771 140729239647413 140729239647413 140729239650255 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 48548 KiB

[startup+0.701227 s]
/proc/loadavg: 1.04 1.27 1.39 3/227 29551
/proc/meminfo: memFree=3184252/32770624 swapFree=66976740/67108860
[pid=29485] ppid=29482 vsize=10824364 memory=79448 CPUtime=1.13 cores=0,2,4,6
/proc/29485/stat : 29485 (java) S 29482 29485 26267 0 -1 1077944320 15086 12967 0 0 100 5 5 3 20 0 15 0 473878727 11084148736 19862 33554432000 4194304 4196468 140729239643504 140729239626048 139727556947703 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 7557120 140729239644771 140729239647413 140729239647413 140729239650255 0
/proc/29485/statm: 2706091 19862 3505 1 0 2668173 0
[pid=29485/tid=29538] ppid=29482 vsize=10824364 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/29485/task/29538/stat : 29538 (java) R 29482 29485 26267 0 -1 4202560 10404 12967 0 0 55 3 5 3 20 0 15 0 473878737 11084148736 19862 33554432000 4194304 4196468 140729239643504 139727528777248 139727541028190 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7557120 140729239644771 140729239647413 140729239647413 140729239650255 0
[pid=29485/tid=29539] ppid=29482 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/29485/task/29539/stat : 29539 (java) S 29482 29485 26267 0 -1 1077944384 1 12967 0 0 0 0 5 3 20 0 15 0 473878738 11084148736 19862 33554432000 4194304 4196468 140729239643504 139727561189904 139727556957909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7557120 140729239644771 140729239647413 140729239647413 140729239650255 0
[pid=29485/tid=29540] ppid=29482 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/29485/task/29540/stat : 29540 (java) S 29482 29485 26267 0 -1 1077944384 1 12967 0 0 0 0 5 3 20 0 15 0 473878738 11084148736 19862 33554432000 4194304 4196468 140729239643504 139727449463440 139727556957909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7557120 140729239644771 140729239647413 140729239647413 140729239650255 0
[pid=29485/tid=29541] ppid=29482 vsize=10824364 memory=607 CPUtime=0.08 cores=0,2,4,6
/proc/29485/task/29541/stat : 29541 (java) S 29482 29485 26267 0 -1 1077944384 2 12967 0 0 0 0 5 3 20 0 15 0 473878738 11084148736 19862 33554432000 4194304 4196468 140729239643504 139727448410384 139727556957909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7557120 140729239644771 140729239647413 140729239647413 140729239650255 0
[pid=29485/tid=29542] ppid=29482 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/29485/task/29542/stat : 29542 (java) S 29482 29485 26267 0 -1 1077944384 2 12967 0 0 0 0 5 3 20 0 15 0 473878738 11084148736 19862 33554432000 4194304 4196468 140729239643504 139727447357840 139727556957909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7557120 140729239644771 140729239647413 140729239647413 140729239650255 0
[pid=29485/tid=29543] ppid=29482 vsize=10824364 memory=6004251925163823717 CPUtime=0.08 cores=0,2,4,6
/proc/29485/task/29543/stat : 29543 (java) S 29482 29485 26267 0 -1 1077944384 5 12967 0 0 0 0 5 3 20 0 15 0 473878739 11084148736 19862 33554432000 4194304 4196468 140729239643504 139727015447280 139727556958850 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7557120 140729239644771 140729239647413 140729239647413 140729239650255 0
[pid=29485/tid=29544] ppid=29482 vsize=10824364 memory=32804 CPUtime=0.08 cores=0,2,4,6
/proc/29485/task/29544/stat : 29544 (java) S 29482 29485 26267 0 -1 1077944384 33 12967 0 0 0 0 5 3 20 0 15 0 473878739 11084148736 19862 33554432000 4194304 4196468 140729239643504 139727014393504 139727556957909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7557120 140729239644771 140729239647413 140729239647413 140729239650255 0
[pid=29485/tid=29545] ppid=29482 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/29485/task/29545/stat : 29545 (java) S 29482 29485 26267 0 -1 1077944384 1 12967 0 0 0 0 5 3 20 0 15 0 473878740 11084148736 19862 33554432000 4194304 4196468 140729239643504 139726426203376 139727556957909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7557120 140729239644771 140729239647413 140729239647413 140729239650255 0
[pid=29485/tid=29546] ppid=29482 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/29485/task/29546/stat : 29546 (java) S 29482 29485 26267 0 -1 1077944384 3 12967 0 0 0 0 5 3 20 0 15 0 473878742 11084148736 19862 33554432000 4194304 4196468 140729239643504 139726118803920 139727556966299 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7557120 140729239644771 140729239647413 140729239647413 140729239650255 0
[pid=29485/tid=29547] ppid=29482 vsize=10824364 memory=0 CPUtime=0.23 cores=0,2,4,6
/proc/29485/task/29547/stat : 29547 (java) S 29482 29485 26267 0 -1 1077944384 869 12967 0 0 15 0 5 3 20 0 15 0 473878742 11084148736 19862 33554432000 4194304 4196468 140729239643504 139726980835568 139727556958850 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7557120 140729239644771 140729239647413 140729239647413 140729239650255 0
[pid=29485/tid=29548] ppid=29482 vsize=10824364 memory=0 CPUtime=0.19 cores=0,2,4,6
/proc/29485/task/29548/stat : 29548 (java) S 29482 29485 26267 0 -1 1077944384 758 12967 0 0 11 0 5 3 20 0 15 0 473878742 11084148736 19862 33554432000 4194304 4196468 140729239643504 139726979783024 139727556958850 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7557120 140729239644771 140729239647413 140729239647413 140729239650255 0
[pid=29485/tid=29549] ppid=29482 vsize=10824364 memory=0 CPUtime=0.25 cores=0,2,4,6
/proc/29485/task/29549/stat : 29549 (java) S 29482 29485 26267 0 -1 1077944384 800 12967 0 0 17 0 5 3 20 0 15 0 473878742 11084148736 19862 33554432000 4194304 4196468 140729239643504 139726978729968 139727556958850 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7557120 140729239644771 140729239647413 140729239647413 140729239650255 0
[pid=29485/tid=29550] ppid=29482 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/29485/task/29550/stat : 29550 (java) S 29482 29485 26267 0 -1 1077944384 3 12967 0 0 0 0 5 3 20 0 15 0 473878743 11084148736 19862 33554432000 4194304 4196468 140729239643504 139726085245280 139727556957909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7557120 140729239644771 140729239647413 140729239647413 140729239650255 0
[pid=29485/tid=29551] ppid=29482 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/29485/task/29551/stat : 29551 (java) S 29482 29485 26267 0 -1 1077944384 1 12967 0 0 0 0 5 3 20 0 15 0 473878743 11084148736 19862 33554432000 4194304 4196468 140729239643504 139726977678384 139727556958850 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7557120 140729239644771 140729239647413 140729239647413 140729239650255 0
Current children cumulated CPU time: 1.13 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 79448 KiB

[startup+1.50157 s]
/proc/loadavg: 1.04 1.27 1.39 4/227 29551
/proc/meminfo: memFree=3140452/32770624 swapFree=66976740/67108860
[pid=29485] ppid=29482 vsize=10834680 memory=167472 CPUtime=2.43 cores=0,2,4,6
/proc/29485/stat : 29485 (java) S 29482 29485 26267 0 -1 1077944320 21917 12967 0 0 225 10 5 3 20 0 15 0 473878727 11094712320 41868 33554432000 4194304 4196468 140729239643504 140729239626048 139727556947703 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 7557120 140729239644771 140729239647413 140729239647413 140729239650255 0
/proc/29485/statm: 2708670 41868 3582 1 0 2670733 0
[pid=29485/tid=29538] ppid=29482 vsize=10834680 memory=7372787767302777196 CPUtime=1.43 cores=0,2,4,6
/proc/29485/task/29538/stat : 29538 (java) R 29482 29485 26267 0 -1 4202560 15401 12967 0 0 130 5 5 3 20 0 15 0 473878737 11094712320 41868 33554432000 4194304 4196468 140729239643504 139727528748800 139727538597303 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7557120 140729239644771 140729239647413 140729239647413 140729239650255 0
[pid=29485/tid=29539] ppid=29482 vsize=10834680 memory=7739833366004722007 CPUtime=0.09 cores=0,2,4,6
/proc/29485/task/29539/stat : 29539 (java) S 29482 29485 26267 0 -1 1077944384 412 12967 0 0 1 0 5 3 20 0 15 0 473878738 11094712320 41868 33554432000 4194304 4196468 140729239643504 139727561189904 139727556957909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7557120 140729239644771 140729239647413 140729239647413 140729239650255 0
[pid=29485/tid=29540] ppid=29482 vsize=10834680 memory=7092436470133516389 CPUtime=0.08 cores=0,2,4,6
/proc/29485/task/29540/stat : 29540 (java) S 29482 29485 26267 0 -1 1077944384 27 12967 0 0 0 0 5 3 20 0 15 0 473878738 11094712320 41868 33554432000 4194304 4196468 140729239643504 139727449463440 139727556957909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7557120 140729239644771 140729239647413 140729239647413 140729239650255 0
[pid=29485/tid=29541] ppid=29482 vsize=10834680 memory=4629537128864320886 CPUtime=0.09 cores=0,2,4,6
/proc/29485/task/29541/stat : 29541 (java) S 29482 29485 26267 0 -1 1077944384 84 12967 0 0 1 0 5 3 20 0 15 0 473878738 11094712320 41868 33554432000 4194304 4196468 140729239643504 139727448410384 139727556957909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7557120 140729239644771 140729239647413 140729239647413 140729239650255 0
[pid=29485/tid=29542] ppid=29482 vsize=10834680 memory=121688 CPUtime=0.09 cores=0,2,4,6
/proc/29485/task/29542/stat : 29542 (java) S 29482 29485 26267 0 -1 1077944384 90 12967 0 0 1 0 5 3 20 0 15 0 473878738 11094712320 41868 33554432000 4194304 4196468 140729239643504 139727447357840 139727556957909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7557120 140729239644771 140729239647413 140729239647413 140729239650255 0
[pid=29485/tid=29543] ppid=29482 vsize=10834680 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/29485/task/29543/stat : 29543 (java) S 29482 29485 26267 0 -1 1077944384 175 12967 0 0 1 0 5 3 20 0 15 0 473878739 11094712320 41868 33554432000 4194304 4196468 140729239643504 139727015447280 139727556958850 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7557120 140729239644771 140729239647413 140729239647413 140729239650255 0
[pid=29485/tid=29544] ppid=29482 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/29485/task/29544/stat : 29544 (java) S 29482 29485 26267 0 -1 1077944384 33 12967 0 0 0 0 5 3 20 0 15 0 473878739 11094712320 41868 33554432000 4194304 4196468 140729239643504 139727014393568 139727556957909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7557120 140729239644771 140729239647413 140729239647413 140729239650255 0
[pid=29485/tid=29545] ppid=29482 vsize=10834680 memory=280120719900960 CPUtime=0.08 cores=0,2,4,6
/proc/29485/task/29545/stat : 29545 (java) S 29482 29485 26267 0 -1 1077944384 2 12967 0 0 0 0 5 3 20 0 15 0 473878740 11094712320 41868 33554432000 4194304 4196468 140729239643504 139726426203392 139727556957909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7557120 140729239644771 140729239647413 140729239647413 140729239650255 0
[pid=29485/tid=29546] ppid=29482 vsize=10834680 memory=280120720315904 CPUtime=0.08 cores=0,2,4,6
/proc/29485/task/29546/stat : 29546 (java) S 29482 29485 26267 0 -1 1077944384 3 12967 0 0 0 0 5 3 20 0 15 0 473878742 11094712320 41868 33554432000 4194304 4196468 140729239643504 139726118803920 139727556966299 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7557120 140729239644771 140729239647413 140729239647413 140729239650255 0
[pid=29485/tid=29547] ppid=29482 vsize=10834680 memory=140060359960192 CPUtime=0.34 cores=0,2,4,6
/proc/29485/task/29547/stat : 29547 (java) S 29482 29485 26267 0 -1 1077944384 1003 12967 0 0 26 0 5 3 20 0 15 0 473878742 11094712320 41868 33554432000 4194304 4196468 140729239643504 139726980835568 139727556958850 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7557120 140729239644771 140729239647413 140729239647413 140729239650255 0
[pid=29485/tid=29548] ppid=29482 vsize=10834680 memory=0 CPUtime=0.31 cores=0,2,4,6
/proc/29485/task/29548/stat : 29548 (java) R 29482 29485 26267 0 -1 4202560 900 12967 0 0 23 0 5 3 20 0 15 0 473878742 11094712320 41868 33554432000 4194304 4196468 140729239643504 139726979772016 139727535395003 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7557120 140729239644771 140729239647413 140729239647413 140729239650255 0
[pid=29485/tid=29549] ppid=29482 vsize=10834680 memory=1216 CPUtime=0.46 cores=0,2,4,6
/proc/29485/task/29549/stat : 29549 (java) S 29482 29485 26267 0 -1 1077944384 1576 12967 0 0 38 0 5 3 20 0 15 0 473878742 11094712320 41868 33554432000 4194304 4196468 140729239643504 139726978729968 139727556958850 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7557120 140729239644771 140729239647413 140729239647413 140729239650255 0
[pid=29485/tid=29550] ppid=29482 vsize=10834680 memory=984 CPUtime=0.08 cores=0,2,4,6
/proc/29485/task/29550/stat : 29550 (java) S 29482 29485 26267 0 -1 1077944384 3 12967 0 0 0 0 5 3 20 0 15 0 473878743 11094712320 41868 33554432000 4194304 4196468 140729239643504 139726085245280 139727556957909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7557120 140729239644771 140729239647413 140729239647413 140729239650255 0
[pid=29485/tid=29551] ppid=29482 vsize=10834680 memory=14004 CPUtime=0.08 cores=0,2,4,6
/proc/29485/task/29551/stat : 29551 (java) S 29482 29485 26267 0 -1 1077944384 1 12967 0 0 0 0 5 3 20 0 15 0 473878743 11094712320 41868 33554432000 4194304 4196468 140729239643504 139726977678384 139727556958850 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7557120 140729239644771 140729239647413 140729239647413 140729239650255 0
Current children cumulated CPU time: 2.43 s
Current children cumulated vsize: 10834680 KiB

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

[pid=29485/tid=29549] ppid=29482 vsize=10849048 memory=2828 CPUtime=3.66 cores=0,2,4,6
/proc/29485/task/29549/stat : 29549 (java) S 29482 29485 26267 0 -1 1077944384 28756 12967 0 0 352 6 5 3 20 0 15 0 473878742 11109425152 238919 33554432000 4194304 4196468 140729239643504 139726978729968 139727556958850 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7557120 140729239644771 140729239647413 140729239647413 140729239650255 0
[pid=29485/tid=29550] ppid=29482 vsize=10849048 memory=2008 CPUtime=0.08 cores=0,2,4,6
/proc/29485/task/29550/stat : 29550 (java) S 29482 29485 26267 0 -1 1077944384 3 12967 0 0 0 0 5 3 20 0 15 0 473878743 11109425152 238919 33554432000 4194304 4196468 140729239643504 139726085245280 139727556957909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7557120 140729239644771 140729239647413 140729239647413 140729239650255 0
[pid=29485/tid=29551] ppid=29482 vsize=10849048 memory=1436 CPUtime=1.3 cores=0,2,4,6
/proc/29485/task/29551/stat : 29551 (java) S 29482 29485 26267 0 -1 1077944384 1123 12967 0 0 67 55 5 3 20 0 15 0 473878743 11109425152 238919 33554432000 4194304 4196468 140729239643504 139726977678384 139727556958850 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7557120 140729239644771 140729239647413 140729239647413 140729239650255 0
Current children cumulated CPU time: 2005.81 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 955676 KiB

[startup+1966.4 s]
/proc/loadavg: 1.63 1.53 1.51 3/227 29880
/proc/meminfo: memFree=3437272/32770624 swapFree=66976740/67108860
[pid=29485] ppid=29482 vsize=10849048 memory=955676 CPUtime=2007.42 cores=0,2,4,6
/proc/29485/stat : 29485 (java) S 29482 29485 26267 0 -1 1077944320 206407 12967 0 0 200431 303 5 3 20 0 15 0 473878727 11109425152 238919 33554432000 4194304 4196468 140729239643504 140729239626048 139727556947703 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 7557120 140729239644771 140729239647413 140729239647413 140729239650255 0
/proc/29485/statm: 2712262 238919 3629 1 0 2674317 0
[pid=29485/tid=29538] ppid=29482 vsize=10849048 memory=1760 CPUtime=1943.46 cores=0,2,4,6
/proc/29485/task/29538/stat : 29538 (java) R 29482 29485 26267 0 -1 4202560 64287 12967 0 0 194300 38 5 3 20 0 15 0 473878737 11109425152 238919 33554432000 4194304 4196468 140729239643504 139727528780688 139727125453243 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7557120 140729239644771 140729239647413 140729239647413 140729239650255 0
[pid=29485/tid=29539] ppid=29482 vsize=10849048 memory=6791534058613427641 CPUtime=10.35 cores=0,2,4,6
/proc/29485/task/29539/stat : 29539 (java) S 29482 29485 26267 0 -1 1077944384 13944 12967 0 0 977 50 5 3 20 0 15 0 473878738 11109425152 238919 33554432000 4194304 4196468 140729239643504 139727561189904 139727556957909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7557120 140729239644771 140729239647413 140729239647413 140729239650255 0
[pid=29485/tid=29540] ppid=29482 vsize=10849048 memory=984 CPUtime=10.37 cores=0,2,4,6
/proc/29485/task/29540/stat : 29540 (java) S 29482 29485 26267 0 -1 1077944384 17392 12967 0 0 972 57 5 3 20 0 15 0 473878738 11109425152 238919 33554432000 4194304 4196468 140729239643504 139727449463440 139727556957909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7557120 140729239644771 140729239647413 140729239647413 140729239650255 0
[pid=29485/tid=29541] ppid=29482 vsize=10849048 memory=14004 CPUtime=10.33 cores=0,2,4,6
/proc/29485/task/29541/stat : 29541 (java) S 29482 29485 26267 0 -1 1077944384 14425 12967 0 0 976 49 5 3 20 0 15 0 473878738 11109425152 238919 33554432000 4194304 4196468 140729239643504 139727448410384 139727556957909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7557120 140729239644771 140729239647413 140729239647413 140729239650255 0
[pid=29485/tid=29542] ppid=29482 vsize=10849048 memory=29876 CPUtime=10.35 cores=0,2,4,6
/proc/29485/task/29542/stat : 29542 (java) S 29482 29485 26267 0 -1 1077944384 11394 12967 0 0 979 48 5 3 20 0 15 0 473878738 11109425152 238919 33554432000 4194304 4196468 140729239643504 139727447357840 139727556957909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7557120 140729239644771 140729239647413 140729239647413 140729239650255 0
[pid=29485/tid=29543] ppid=29482 vsize=10849048 memory=1660 CPUtime=9.41 cores=0,2,4,6
/proc/29485/task/29543/stat : 29543 (java) S 29482 29485 26267 0 -1 1077944384 13562 12967 0 0 886 47 5 3 20 0 15 0 473878739 11109425152 238919 33554432000 4194304 4196468 140729239643504 139727015447280 139727556958850 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7557120 140729239644771 140729239647413 140729239647413 140729239650255 0
[pid=29485/tid=29544] ppid=29482 vsize=10849048 memory=55648 CPUtime=0.08 cores=0,2,4,6
/proc/29485/task/29544/stat : 29544 (java) S 29482 29485 26267 0 -1 1077944384 45 12967 0 0 0 0 5 3 20 0 15 0 473878739 11109425152 238919 33554432000 4194304 4196468 140729239643504 139727014393568 139727556957909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7557120 140729239644771 140729239647413 140729239647413 140729239650255 0
[pid=29485/tid=29545] ppid=29482 vsize=10849048 memory=988 CPUtime=0.08 cores=0,2,4,6
/proc/29485/task/29545/stat : 29545 (java) S 29482 29485 26267 0 -1 1077944384 13 12967 0 0 0 0 5 3 20 0 15 0 473878740 11109425152 238919 33554432000 4194304 4196468 140729239643504 139726426203392 139727556957909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7557120 140729239644771 140729239647413 140729239647413 140729239650255 0
[pid=29485/tid=29546] ppid=29482 vsize=10849048 memory=2008 CPUtime=0.08 cores=0,2,4,6
/proc/29485/task/29546/stat : 29546 (java) S 29482 29485 26267 0 -1 1077944384 3 12967 0 0 0 0 5 3 20 0 15 0 473878742 11109425152 238919 33554432000 4194304 4196468 140729239643504 139726118803920 139727556966299 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7557120 140729239644771 140729239647413 140729239647413 140729239650255 0
[pid=29485/tid=29547] ppid=29482 vsize=10849048 memory=1436 CPUtime=4.36 cores=0,2,4,6
/proc/29485/task/29547/stat : 29547 (java) S 29482 29485 26267 0 -1 1077944384 17107 12967 0 0 423 5 5 3 20 0 15 0 473878742 11109425152 238919 33554432000 4194304 4196468 140729239643504 139726980835568 139727556958850 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7557120 140729239644771 140729239647413 140729239647413 140729239650255 0
[pid=29485/tid=29548] ppid=29482 vsize=10849048 memory=580 CPUtime=4.44 cores=0,2,4,6
/proc/29485/task/29548/stat : 29548 (java) S 29482 29485 26267 0 -1 1077944384 22146 12967 0 0 432 4 5 3 20 0 15 0 473878742 11109425152 238919 33554432000 4194304 4196468 140729239643504 139726979783024 139727556958850 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7557120 140729239644771 140729239647413 140729239647413 140729239650255 0
[pid=29485/tid=29549] ppid=29482 vsize=10849048 memory=1716 CPUtime=3.66 cores=0,2,4,6
/proc/29485/task/29549/stat : 29549 (java) S 29482 29485 26267 0 -1 1077944384 28756 12967 0 0 352 6 5 3 20 0 15 0 473878742 11109425152 238919 33554432000 4194304 4196468 140729239643504 139726978729968 139727556958850 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7557120 140729239644771 140729239647413 140729239647413 140729239650255 0
[pid=29485/tid=29550] ppid=29482 vsize=10849048 memory=955676 CPUtime=0.08 cores=0,2,4,6
/proc/29485/task/29550/stat : 29550 (java) S 29482 29485 26267 0 -1 1077944384 3 12967 0 0 0 0 5 3 20 0 15 0 473878743 11109425152 238919 33554432000 4194304 4196468 140729239643504 139726085245280 139727556957909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7557120 140729239644771 140729239647413 140729239647413 140729239650255 0
[pid=29485/tid=29551] ppid=29482 vsize=10849048 memory=6791534058613427641 CPUtime=1.3 cores=0,2,4,6
/proc/29485/task/29551/stat : 29551 (java) S 29482 29485 26267 0 -1 1077944384 1123 12967 0 0 67 55 5 3 20 0 15 0 473878743 11109425152 238919 33554432000 4194304 4196468 140729239643504 139726977678384 139727556958850 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7557120 140729239644771 140729239647413 140729239647413 140729239650255 0
Current children cumulated CPU time: 2007.42 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 955676 KiB

[startup+1968 s]*
/proc/loadavg: 1.63 1.53 1.51 3/227 29880
/proc/meminfo: memFree=3438788/32770624 swapFree=66976740/67108860
[pid=29485] ppid=29482 vsize=10849048 memory=955676 CPUtime=2009.06 cores=0,2,4,6
/proc/29485/stat : 29485 (java) S 29482 29485 26267 0 -1 1077944320 206418 12967 0 0 200595 303 5 3 20 0 15 0 473878727 11109425152 238919 33554432000 4194304 4196468 140729239643504 140729239626048 139727556947703 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 7557120 140729239644771 140729239647413 140729239647413 140729239650255 0
/proc/29485/statm: 2712262 238919 3629 1 0 2674317 0
[pid=29485/tid=29538] ppid=29482 vsize=10849048 memory=1772 CPUtime=1945.05 cores=0,2,4,6
/proc/29485/task/29538/stat : 29538 (java) R 29482 29485 26267 0 -1 4202560 64298 12967 0 0 194459 38 5 3 20 0 15 0 473878737 11109425152 238919 33554432000 4194304 4196468 140729239643504 139727528783248 139727125454995 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7557120 140729239644771 140729239647413 140729239647413 140729239650255 0
[pid=29485/tid=29539] ppid=29482 vsize=10849048 memory=816 CPUtime=10.36 cores=0,2,4,6
/proc/29485/task/29539/stat : 29539 (java) S 29482 29485 26267 0 -1 1077944384 13944 12967 0 0 978 50 5 3 20 0 15 0 473878738 11109425152 238919 33554432000 4194304 4196468 140729239643504 139727561189904 139727556957909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7557120 140729239644771 140729239647413 140729239647413 140729239650255 0
[pid=29485/tid=29540] ppid=29482 vsize=10849048 memory=955676 CPUtime=10.38 cores=0,2,4,6
/proc/29485/task/29540/stat : 29540 (java) S 29482 29485 26267 0 -1 1077944384 17392 12967 0 0 973 57 5 3 20 0 15 0 473878738 11109425152 238919 33554432000 4194304 4196468 140729239643504 139727449463440 139727556957909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7557120 140729239644771 140729239647413 140729239647413 140729239650255 0
[pid=29485/tid=29541] ppid=29482 vsize=10849048 memory=4126316290023845779 CPUtime=10.34 cores=0,2,4,6
/proc/29485/task/29541/stat : 29541 (java) S 29482 29485 26267 0 -1 1077944384 14425 12967 0 0 977 49 5 3 20 0 15 0 473878738 11109425152 238919 33554432000 4194304 4196468 140729239643504 139727448410384 139727556957909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7557120 140729239644771 140729239647413 140729239647413 140729239650255 0
[pid=29485/tid=29542] ppid=29482 vsize=10849048 memory=955676 CPUtime=10.36 cores=0,2,4,6
/proc/29485/task/29542/stat : 29542 (java) S 29482 29485 26267 0 -1 1077944384 11394 12967 0 0 980 48 5 3 20 0 15 0 473878738 11109425152 238919 33554432000 4194304 4196468 140729239643504 139727447357840 139727556957909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7557120 140729239644771 140729239647413 140729239647413 140729239650255 0
[pid=29485/tid=29543] ppid=29482 vsize=10849048 memory=500 CPUtime=9.41 cores=0,2,4,6
/proc/29485/task/29543/stat : 29543 (java) S 29482 29485 26267 0 -1 1077944384 13562 12967 0 0 886 47 5 3 20 0 15 0 473878739 11109425152 238919 33554432000 4194304 4196468 140729239643504 139727015447280 139727556958850 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7557120 140729239644771 140729239647413 140729239647413 140729239650255 0
[pid=29485/tid=29544] ppid=29482 vsize=10849048 memory=1556 CPUtime=0.08 cores=0,2,4,6
/proc/29485/task/29544/stat : 29544 (java) S 29482 29485 26267 0 -1 1077944384 45 12967 0 0 0 0 5 3 20 0 15 0 473878739 11109425152 238919 33554432000 4194304 4196468 140729239643504 139727014393568 139727556957909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7557120 140729239644771 140729239647413 140729239647413 140729239650255 0
[pid=29485/tid=29545] ppid=29482 vsize=10849048 memory=928 CPUtime=0.08 cores=0,2,4,6
/proc/29485/task/29545/stat : 29545 (java) S 29482 29485 26267 0 -1 1077944384 13 12967 0 0 0 0 5 3 20 0 15 0 473878740 11109425152 238919 33554432000 4194304 4196468 140729239643504 139726426203392 139727556957909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7557120 140729239644771 140729239647413 140729239647413 140729239650255 0
[pid=29485/tid=29546] ppid=29482 vsize=10849048 memory=1772 CPUtime=0.08 cores=0,2,4,6
/proc/29485/task/29546/stat : 29546 (java) S 29482 29485 26267 0 -1 1077944384 3 12967 0 0 0 0 5 3 20 0 15 0 473878742 11109425152 238919 33554432000 4194304 4196468 140729239643504 139726118803920 139727556966299 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7557120 140729239644771 140729239647413 140729239647413 140729239650255 0
[pid=29485/tid=29547] ppid=29482 vsize=10849048 memory=816 CPUtime=4.36 cores=0,2,4,6
/proc/29485/task/29547/stat : 29547 (java) S 29482 29485 26267 0 -1 1077944384 17107 12967 0 0 423 5 5 3 20 0 15 0 473878742 11109425152 238919 33554432000 4194304 4196468 140729239643504 139726980835568 139727556958850 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7557120 140729239644771 140729239647413 140729239647413 140729239650255 0
[pid=29485/tid=29548] ppid=29482 vsize=10849048 memory=1436 CPUtime=4.44 cores=0,2,4,6
/proc/29485/task/29548/stat : 29548 (java) S 29482 29485 26267 0 -1 1077944384 22146 12967 0 0 432 4 5 3 20 0 15 0 473878742 11109425152 238919 33554432000 4194304 4196468 140729239643504 139726979783024 139727556958850 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7557120 140729239644771 140729239647413 140729239647413 140729239650255 0
[pid=29485/tid=29549] ppid=29482 vsize=10849048 memory=1984 CPUtime=3.66 cores=0,2,4,6
/proc/29485/task/29549/stat : 29549 (java) S 29482 29485 26267 0 -1 1077944384 28756 12967 0 0 352 6 5 3 20 0 15 0 473878742 11109425152 238919 33554432000 4194304 4196468 140729239643504 139726978729968 139727556958850 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7557120 140729239644771 140729239647413 140729239647413 140729239650255 0
[pid=29485/tid=29550] ppid=29482 vsize=10849048 memory=2580 CPUtime=0.08 cores=0,2,4,6
/proc/29485/task/29550/stat : 29550 (java) S 29482 29485 26267 0 -1 1077944384 3 12967 0 0 0 0 5 3 20 0 15 0 473878743 11109425152 238919 33554432000 4194304 4196468 140729239643504 139726085245280 139727556957909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7557120 140729239644771 140729239647413 140729239647413 140729239650255 0
[pid=29485/tid=29551] ppid=29482 vsize=10849048 memory=1760 CPUtime=1.3 cores=0,2,4,6
/proc/29485/task/29551/stat : 29551 (java) S 29482 29485 26267 0 -1 1077944384 1123 12967 0 0 67 55 5 3 20 0 15 0 473878743 11109425152 238919 33554432000 4194304 4196468 140729239643504 139726977678384 139727556958850 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7557120 140729239644771 140729239647413 140729239647413 140729239650255 0
Current children cumulated CPU time: 2009.06 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 955676 KiB

[startup+1968.8 s]
/proc/loadavg: 1.63 1.53 1.51 3/227 29880
/proc/meminfo: memFree=3438788/32770624 swapFree=66976740/67108860
[pid=29485] ppid=29482 vsize=10849048 memory=955676 CPUtime=2009.87 cores=0,2,4,6
/proc/29485/stat : 29485 (java) S 29482 29485 26267 0 -1 1077944320 206425 12967 0 0 200676 303 5 3 20 0 15 0 473878727 11109425152 238919 33554432000 4194304 4196468 140729239643504 140729239626048 139727556947703 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 7557120 140729239644771 140729239647413 140729239647413 140729239650255 0
/proc/29485/statm: 2712262 238919 3629 1 0 2674317 0
[pid=29485/tid=29538] ppid=29482 vsize=10849048 memory=1060 CPUtime=1945.83 cores=0,2,4,6
/proc/29485/task/29538/stat : 29538 (java) R 29482 29485 26267 0 -1 4202560 64305 12967 0 0 194537 38 5 3 20 0 15 0 473878737 11109425152 238919 33554432000 4194304 4196468 140729239643504 139727528784064 139727126373538 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7557120 140729239644771 140729239647413 140729239647413 140729239650255 0
[pid=29485/tid=29539] ppid=29482 vsize=10849048 memory=2828 CPUtime=10.37 cores=0,2,4,6
/proc/29485/task/29539/stat : 29539 (java) S 29482 29485 26267 0 -1 1077944384 13944 12967 0 0 979 50 5 3 20 0 15 0 473878738 11109425152 238919 33554432000 4194304 4196468 140729239643504 139727561189904 139727556957909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7557120 140729239644771 140729239647413 140729239647413 140729239650255 0
[pid=29485/tid=29540] ppid=29482 vsize=10849048 memory=6791534058613427641 CPUtime=10.39 cores=0,2,4,6
/proc/29485/task/29540/stat : 29540 (java) S 29482 29485 26267 0 -1 1077944384 17392 12967 0 0 974 57 5 3 20 0 15 0 473878738 11109425152 238919 33554432000 4194304 4196468 140729239643504 139727449463440 139727556957909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7557120 140729239644771 140729239647413 140729239647413 140729239650255 0
[pid=29485/tid=29541] ppid=29482 vsize=10849048 memory=6791534058613427641 CPUtime=10.34 cores=0,2,4,6
/proc/29485/task/29541/stat : 29541 (java) S 29482 29485 26267 0 -1 1077944384 14425 12967 0 0 977 49 5 3 20 0 15 0 473878738 11109425152 238919 33554432000 4194304 4196468 140729239643504 139727448410384 139727556957909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7557120 140729239644771 140729239647413 140729239647413 140729239650255 0
[pid=29485/tid=29542] ppid=29482 vsize=10849048 memory=4126316290023845779 CPUtime=10.36 cores=0,2,4,6
/proc/29485/task/29542/stat : 29542 (java) S 29482 29485 26267 0 -1 1077944384 11394 12967 0 0 980 48 5 3 20 0 15 0 473878738 11109425152 238919 33554432000 4194304 4196468 140729239643504 139727447357840 139727556957909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7557120 140729239644771 140729239647413 140729239647413 140729239650255 0
[pid=29485/tid=29543] ppid=29482 vsize=10849048 memory=4126316290023845779 CPUtime=9.42 cores=0,2,4,6
/proc/29485/task/29543/stat : 29543 (java) S 29482 29485 26267 0 -1 1077944384 13562 12967 0 0 887 47 5 3 20 0 15 0 473878739 11109425152 238919 33554432000 4194304 4196468 140729239643504 139727015447280 139727556958850 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7557120 140729239644771 140729239647413 140729239647413 140729239650255 0
[pid=29485/tid=29544] ppid=29482 vsize=10849048 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/29485/task/29544/stat : 29544 (java) S 29482 29485 26267 0 -1 1077944384 45 12967 0 0 0 0 5 3 20 0 15 0 473878739 11109425152 238919 33554432000 4194304 4196468 140729239643504 139727014393568 139727556957909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7557120 140729239644771 140729239647413 140729239647413 140729239650255 0
[pid=29485/tid=29545] ppid=29482 vsize=10849048 memory=4126316290023845779 CPUtime=0.08 cores=0,2,4,6
/proc/29485/task/29545/stat : 29545 (java) S 29482 29485 26267 0 -1 1077944384 13 12967 0 0 0 0 5 3 20 0 15 0 473878740 11109425152 238919 33554432000 4194304 4196468 140729239643504 139726426203392 139727556957909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7557120 140729239644771 140729239647413 140729239647413 140729239650255 0
[pid=29485/tid=29546] ppid=29482 vsize=10849048 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/29485/task/29546/stat : 29546 (java) S 29482 29485 26267 0 -1 1077944384 3 12967 0 0 0 0 5 3 20 0 15 0 473878742 11109425152 238919 33554432000 4194304 4196468 140729239643504 139726118803920 139727556966299 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7557120 140729239644771 140729239647413 140729239647413 140729239650255 0
[pid=29485/tid=29547] ppid=29482 vsize=10849048 memory=4126316290023845779 CPUtime=4.36 cores=0,2,4,6
/proc/29485/task/29547/stat : 29547 (java) S 29482 29485 26267 0 -1 1077944384 17107 12967 0 0 423 5 5 3 20 0 15 0 473878742 11109425152 238919 33554432000 4194304 4196468 140729239643504 139726980835568 139727556958850 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7557120 140729239644771 140729239647413 140729239647413 140729239650255 0
[pid=29485/tid=29548] ppid=29482 vsize=10849048 memory=8174723239089013032 CPUtime=4.44 cores=0,2,4,6
/proc/29485/task/29548/stat : 29548 (java) S 29482 29485 26267 0 -1 1077944384 22146 12967 0 0 432 4 5 3 20 0 15 0 473878742 11109425152 238919 33554432000 4194304 4196468 140729239643504 139726979783024 139727556958850 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7557120 140729239644771 140729239647413 140729239647413 140729239650255 0
[pid=29485/tid=29549] ppid=29482 vsize=10849048 memory=320444968273707298 CPUtime=3.66 cores=0,2,4,6
/proc/29485/task/29549/stat : 29549 (java) S 29482 29485 26267 0 -1 1077944384 28756 12967 0 0 352 6 5 3 20 0 15 0 473878742 11109425152 238919 33554432000 4194304 4196468 140729239643504 139726978729968 139727556958850 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7557120 140729239644771 140729239647413 140729239647413 140729239650255 0
[pid=29485/tid=29550] ppid=29482 vsize=10849048 memory=14695184180971024 CPUtime=0.08 cores=0,2,4,6
/proc/29485/task/29550/stat : 29550 (java) S 29482 29485 26267 0 -1 1077944384 3 12967 0 0 0 0 5 3 20 0 15 0 473878743 11109425152 238919 33554432000 4194304 4196468 140729239643504 139726085245280 139727556957909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7557120 140729239644771 140729239647413 140729239647413 140729239650255 0
[pid=29485/tid=29551] ppid=29482 vsize=10849048 memory=288288891727904702 CPUtime=1.3 cores=0,2,4,6
/proc/29485/task/29551/stat : 29551 (java) S 29482 29485 26267 0 -1 1077944384 1123 12967 0 0 67 55 5 3 20 0 15 0 473878743 11109425152 238919 33554432000 4194304 4196468 140729239643504 139726977678384 139727556958850 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7557120 140729239644771 140729239647413 140729239647413 140729239650255 0
Current children cumulated CPU time: 2009.87 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 955676 KiB

[startup+1969.2 s]
/proc/loadavg: 1.63 1.53 1.51 3/227 29880
/proc/meminfo: memFree=3439284/32770624 swapFree=66976740/67108860
[pid=29485] ppid=29482 vsize=10947356 memory=955880 CPUtime=2010.27 cores=0,2,4,6
/proc/29485/stat : 29485 (java) S 29482 29485 26267 0 -1 1077944320 207007 12967 0 0 200716 303 5 3 20 0 15 0 473878727 11210092544 238970 33554432000 4194304 4196468 140729239643504 140729239626048 139727556947703 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 7557120 140729239644771 140729239647413 140729239647413 140729239650255 0
/proc/29485/statm: 2736839 238970 3631 1 0 2698894 0
[pid=29485/tid=29538] ppid=29482 vsize=10947356 memory=288230583166042426 CPUtime=1946.23 cores=0,2,4,6
/proc/29485/task/29538/stat : 29538 (java) S 29482 29485 26267 0 -1 1077944384 64711 12967 0 0 194577 38 5 3 20 0 15 0 473878737 11210092544 238970 33554432000 4194304 4196468 140729239643504 139727528791184 139727556957909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7557120 140729239644771 140729239647413 140729239647413 140729239650255 0
[pid=29485/tid=29539] ppid=29482 vsize=10947356 memory=14981057220971048 CPUtime=10.37 cores=0,2,4,6
/proc/29485/task/29539/stat : 29539 (java) S 29482 29485 26267 0 -1 1077944384 13944 12967 0 0 979 50 5 3 20 0 15 0 473878738 11210092544 238970 33554432000 4194304 4196468 140729239643504 139727561189904 139727556957909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7557120 140729239644771 140729239647413 140729239647413 140729239650255 0
[pid=29485/tid=29540] ppid=29482 vsize=10947356 memory=14048 CPUtime=10.39 cores=0,2,4,6
/proc/29485/task/29540/stat : 29540 (java) S 29482 29485 26267 0 -1 1077944384 17392 12967 0 0 974 57 5 3 20 0 15 0 473878738 11210092544 238970 33554432000 4194304 4196468 140729239643504 139727449463440 139727556957909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7557120 140729239644771 140729239647413 140729239647413 140729239650255 0
[pid=29485/tid=29541] ppid=29482 vsize=10947356 memory=2124 CPUtime=10.35 cores=0,2,4,6
/proc/29485/task/29541/stat : 29541 (java) S 29482 29485 26267 0 -1 1077944384 14425 12967 0 0 978 49 5 3 20 0 15 0 473878738 11210092544 238970 33554432000 4194304 4196468 140729239643504 139727448410384 139727556957909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7557120 140729239644771 140729239647413 140729239647413 140729239650255 0
[pid=29485/tid=29542] ppid=29482 vsize=10947356 memory=500 CPUtime=10.37 cores=0,2,4,6
/proc/29485/task/29542/stat : 29542 (java) S 29482 29485 26267 0 -1 1077944384 11394 12967 0 0 981 48 5 3 20 0 14 0 473878738 11210092544 238970 33554432000 4194304 4196468 140729239643504 139727447357840 139727556957909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7557120 140729239644771 140729239647413 140729239647413 140729239650255 0
[pid=29485/tid=29543] ppid=29482 vsize=10947356 memory=1556 CPUtime=9.42 cores=0,2,4,6
/proc/29485/task/29543/stat : 29543 (java) D 29482 29485 26267 0 -1 4202560 13562 12967 0 0 887 47 5 3 20 0 14 0 473878739 11210092544 238992 33554432000 4194304 4196468 140729239643504 139727015447800 139727549664855 0 0 0 16800975 18446744071582151463 0 0 -1 4 0 0 0 0 0 6293624 6294260 7557120 140729239644771 140729239647413 140729239647413 140729239650255 0
[pid=29485/tid=29544] ppid=29482 vsize=10947356 memory=928 CPUtime=0.08 cores=0,2,4,6
/proc/29485/task/29544/stat : 29544 (java) S 29482 29485 26267 0 -1 1077944384 45 12967 0 0 0 0 5 3 20 0 14 0 473878739 11210092544 238992 33554432000 4194304 4196468 140729239643504 139727014393568 139727556957909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7557120 140729239644771 140729239647413 140729239647413 140729239650255 0
[pid=29485/tid=29545] ppid=29482 vsize=10947356 memory=1772 CPUtime=0.08 cores=0,2,4,6
/proc/29485/task/29545/stat : 29545 (java) S 29482 29485 26267 0 -1 1077944384 13 12967 0 0 0 0 5 3 20 0 14 0 473878740 11210092544 238992 33554432000 4194304 4196468 140729239643504 139726426203392 139727556957909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7557120 140729239644771 140729239647413 140729239647413 140729239650255 0
[pid=29485/tid=29546] ppid=29482 vsize=10947356 memory=816 CPUtime=0.08 cores=0,2,4,6
/proc/29485/task/29546/stat : 29546 (java) S 29482 29485 26267 0 -1 1077944384 25 12967 0 0 0 0 5 3 20 0 14 0 473878742 11210092544 238992 33554432000 4194304 4196468 140729239643504 139726118803632 139727556957909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7557120 140729239644771 140729239647413 140729239647413 140729239650255 0
[pid=29485/tid=29547] ppid=29482 vsize=10947356 memory=1436 CPUtime=4.36 cores=0,2,4,6
/proc/29485/task/29547/stat : 29547 (java) S 29482 29485 26267 0 -1 1077944384 17107 12967 0 0 423 5 5 3 20 0 14 0 473878742 11210092544 238992 33554432000 4194304 4196468 140729239643504 139726980835568 139727556958850 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7557120 140729239644771 140729239647413 140729239647413 140729239650255 0
[pid=29485/tid=29548] ppid=29482 vsize=10947356 memory=1984 CPUtime=4.44 cores=0,2,4,6
/proc/29485/task/29548/stat : 29548 (java) S 29482 29485 26267 0 -1 1077944384 22199 12967 0 0 432 4 5 3 20 0 14 0 473878742 11210092544 238992 33554432000 4194304 4196468 140729239643504 139726979762576 139727556957909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7557120 140729239644771 140729239647413 140729239647413 140729239650255 0
[pid=29485/tid=29549] ppid=29482 vsize=10947356 memory=2580 CPUtime=3.66 cores=0,2,4,6
/proc/29485/task/29549/stat : 29549 (java) S 29482 29485 26267 0 -1 1077944384 28756 12967 0 0 352 6 5 3 20 0 14 0 473878742 11210092544 238992 33554432000 4194304 4196468 140729239643504 139726978729968 139727556958850 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7557120 140729239644771 140729239647413 140729239647413 140729239650255 0
[pid=29485/tid=29550] ppid=29482 vsize=10947356 memory=1760 CPUtime=0.08 cores=0,2,4,6
/proc/29485/task/29550/stat : 29550 (java) S 29482 29485 26267 0 -1 1077944384 3 12967 0 0 0 0 5 3 20 0 14 0 473878743 11210092544 238992 33554432000 4194304 4196468 140729239643504 139726085245280 139727556957909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7557120 140729239644771 140729239647413 140729239647413 140729239650255 0
Current children cumulated CPU time: 2010.27 s
Current children cumulated vsize: 10947356 KiB
Current children cumulated memory: 955880 KiB

Child status: 0
Real time (s): 1969.21
CPU time (s): 2010.3
CPU user time (s): 2007.22
CPU system time (s): 3.07984
CPU usage (%): 102.087
Max. virtual memory (cumulated for all children) (KiB): 10947356
Max. memory (cumulated for all children) (KiB): 955880

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2007.22
system time used= 3.07984
maximum resident set size= 957856
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 220028
page faults= 0
swaps= 0
block input operations= 8
block output operations= 2360
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 247081
involuntary context switches= 10397


# summary of solver processes directly reported to runsolver:
#   pid: 29485
#   total CPU time (s): 2010.3
#   total CPU user time (s): 2007.22
#   total CPU system time (s): 3.07984

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.4809 second user time and 17.1805 second system time

The end

Launcher Data

Begin job on node124 at 2019-09-20 13:35:45
IDJOB=4403078
IDBENCH=135733
IDSOLVER=2862
FILE ID=node124/4403078-1568979386
RUNJOBID= node124-1568967597-26298
PBS_JOBID= 21704624
Free space on /var/tmp= 13476 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 /var/tmp/evaluation-result-4403078-1568979386/watcher-4403078-1568979386 -o /var/tmp/evaluation-result-4403078-1568979386/solver-4403078-1568979386 -C 2400 -W 2500 -M 15500 --bin-var /var/tmp/runsolver-exch-node124-1568967597-26298 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=1814303096 HOME/instance-4403078-1568979386.xml

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

MD5SUM BENCH= 3ec1135b215453db38ac12e83e420ae6
RANDOM SEED=1814303096

node124.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.47
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.47
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.47
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.47
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:         3234568 kB
MemAvailable:   30336652 kB
Buffers:          143984 kB
Cached:         26887980 kB
SwapCached:        28940 kB
Active:         14887500 kB
Inactive:       13665448 kB
Active(anon):    1482876 kB
Inactive(anon):    87752 kB
Active(file):   13404624 kB
Inactive(file): 13577696 kB
Unevictable:      107388 kB
Mlocked:          107388 kB
SwapTotal:      67108860 kB
SwapFree:       66976740 kB
Dirty:             35376 kB
Writeback:             0 kB
AnonPages:       1614864 kB
Mapped:            66016 kB
Shmem:             40884 kB
Slab:             576880 kB
SReclaimable:     548224 kB
SUnreclaim:        28656 kB
KernelStack:        3984 kB
PageTables:        10480 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2599296 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1437696 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /var/tmp at the end= 13440 MiB
End job on node124 at 2019-09-20 14:08:35