Trace number 4396396

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 2149.62 2106.02

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 benchmark113.298
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.78/0.56	c Concrete v3.12.2.1568380929293 running
7.42/3.33	o 135
7.42/3.35	o 132
8.40/3.66	o 128
8.40/3.67	o 124
8.72/3.71	o 120
8.72/3.71	o 118
8.72/3.77	o 114
9.06/3.81	o 101
9.37/3.91	o 99
9.37/3.95	o 87
9.37/3.98	o 85
2149.59/2106.01	v <instantiation
2149.59/2106.01	v         cost = '85'>
2149.59/2106.01	v       <list>
2149.59/2106.01	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]
2149.59/2106.01	v       </list>
2149.59/2106.01	v       <values>
2149.59/2106.01	v         1 2 4 0 5 6 12 14 10 11 13 9 8 7 3 6 1 10 5 4 11 5 13 6 2 8 4 1 8 1
2149.59/2106.01	v       </values>
2149.59/2106.01	v     </instantiation>
2149.59/2106.01	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 (15210 MiB free)
  memory of node 1: 16384 MiB (14896 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4396396-1568405048/watcher-4396396-1568405048 -o /tmp/evaluation-result-4396396-1568405048/solver-4396396-1568405048 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node103-1568393993-23927 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=1217571544 HOME/instance-4396396-1568405048.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
Current StackSize limit: 8192 KiB

solver pid=28106, runsolver pid=28103

[startup+0.100089 s]*
/proc/loadavg: 1.57 1.39 1.39 3/220 28160
/proc/meminfo: memFree=30824664/32770624 swapFree=66996936/67108860
[pid=28106] ppid=28103 vsize=9972712 memory=16812 CPUtime=0.1 cores=0,2,4,6
/proc/28106/stat : 28106 (java) S 28103 28106 22378 0 -1 1077944320 4431 13348 0 0 1 1 5 3 20 0 6 0 416757867 10212057088 4203 33554432000 4194304 4196468 140734045308608 140734045291152 139632114089719 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 10190848 140734045309679 140734045312197 140734045312197 140734045315023 0
/proc/28106/statm: 2493178 4203 1935 1 0 2481616 0
[pid=28106/tid=28159] ppid=28103 vsize=9972712 memory=720575944405811505 CPUtime=0.08 cores=0,2,4,6
/proc/28106/task/28159/stat : 28159 (java) R 28103 28106 22378 0 -1 4202560 2225 13348 0 0 0 0 5 3 20 0 6 0 416757876 10212057088 4203 33554432000 4194304 4196468 140734045308608 139632085926480 139632098170206 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10190848 140734045309679 140734045312197 140734045312197 140734045315023 0
[pid=28106/tid=28160] ppid=28103 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28106/task/28160/stat : 28160 (java) S 28103 28106 22378 0 -1 1077944384 1 13348 0 0 0 0 5 3 20 0 6 0 416757877 10212057088 4203 33554432000 4194304 4196468 140734045308608 139632118332304 139632114099925 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10190848 140734045309679 140734045312197 140734045312197 140734045315023 0
[pid=28106/tid=28161] ppid=28103 vsize=9972712 memory=139883181452416 CPUtime=0.08 cores=0,2,4,6
/proc/28106/task/28161/stat : 28161 (java) S 28103 28106 22378 0 -1 1077944384 1 13348 0 0 0 0 5 3 20 0 6 0 416757877 10212057088 4203 33554432000 4194304 4196468 140734045308608 139632006605584 139632114099925 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10190848 140734045309679 140734045312197 140734045312197 140734045315023 0
[pid=28106/tid=28162] ppid=28103 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28106/task/28162/stat : 28162 (java) S 28103 28106 22378 0 -1 1077944384 2 13348 0 0 0 0 5 3 20 0 6 0 416757877 10212057088 4203 33554432000 4194304 4196468 140734045308608 139632005553296 139632114099925 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10190848 140734045309679 140734045312197 140734045312197 140734045315023 0
[pid=28106/tid=28163] ppid=28103 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28106/task/28163/stat : 28163 (java) S 28103 28106 22378 0 -1 1077944384 2 13348 0 0 0 0 5 3 20 0 6 0 416757877 10212057088 4203 33554432000 4194304 4196468 140734045308608 139631685266448 139632114099925 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10190848 140734045309679 140734045312197 140734045312197 140734045315023 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16812 KiB

[startup+0.210177 s]*
/proc/loadavg: 1.57 1.39 1.39 4/232 28172
/proc/meminfo: memFree=30805096/32770624 swapFree=66996936/67108860
[pid=28106] ppid=28103 vsize=10819664 memory=39220 CPUtime=0.26 cores=0,2,4,6
/proc/28106/stat : 28106 (java) S 28103 28106 22378 0 -1 1077944320 7145 13348 0 0 16 2 5 3 20 0 15 0 416757867 11079335936 9805 33554432000 4194304 4196468 140734045308608 140734045291152 139632114089719 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 10190848 140734045309679 140734045312197 140734045312197 140734045315023 0
/proc/28106/statm: 2704916 9805 3166 1 0 2667149 0
[pid=28106/tid=28159] ppid=28103 vsize=10819664 memory=751940894209540401 CPUtime=0.19 cores=0,2,4,6
/proc/28106/task/28159/stat : 28159 (java) R 28103 28106 22378 0 -1 4202560 3624 13348 0 0 10 1 5 3 20 0 15 0 416757876 11079335936 9805 33554432000 4194304 4196468 140734045308608 139632085919712 139632098170206 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10190848 140734045309679 140734045312197 140734045312197 140734045315023 0
[pid=28106/tid=28160] ppid=28103 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28106/task/28160/stat : 28160 (java) S 28103 28106 22378 0 -1 1077944384 1 13348 0 0 0 0 5 3 20 0 15 0 416757877 11079335936 9805 33554432000 4194304 4196468 140734045308608 139632118332304 139632114099925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10190848 140734045309679 140734045312197 140734045312197 140734045315023 0
[pid=28106/tid=28161] ppid=28103 vsize=10819664 memory=139883181452416 CPUtime=0.08 cores=0,2,4,6
/proc/28106/task/28161/stat : 28161 (java) S 28103 28106 22378 0 -1 1077944384 1 13348 0 0 0 0 5 3 20 0 15 0 416757877 11079335936 9805 33554432000 4194304 4196468 140734045308608 139632006605584 139632114099925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10190848 140734045309679 140734045312197 140734045312197 140734045315023 0
[pid=28106/tid=28162] ppid=28103 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28106/task/28162/stat : 28162 (java) S 28103 28106 22378 0 -1 1077944384 2 13348 0 0 0 0 5 3 20 0 15 0 416757877 11079335936 9805 33554432000 4194304 4196468 140734045308608 139632005553296 139632114099925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10190848 140734045309679 140734045312197 140734045312197 140734045315023 0
[pid=28106/tid=28163] ppid=28103 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28106/task/28163/stat : 28163 (java) S 28103 28106 22378 0 -1 1077944384 2 13348 0 0 0 0 5 3 20 0 15 0 416757877 11079335936 9805 33554432000 4194304 4196468 140734045308608 139631685266448 139632114099925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10190848 140734045309679 140734045312197 140734045312197 140734045315023 0
[pid=28106/tid=28164] ppid=28103 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28106/task/28164/stat : 28164 (java) S 28103 28106 22378 0 -1 1077944384 2 13348 0 0 0 0 5 3 20 0 15 0 416757878 11079335936 9805 33554432000 4194304 4196468 140734045308608 139631573469296 139632114100866 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10190848 140734045309679 140734045312197 140734045312197 140734045315023 0
[pid=28106/tid=28165] ppid=28103 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/28106/task/28165/stat : 28165 (java) S 28103 28106 22378 0 -1 1077944384 33 13348 0 0 0 0 5 3 20 0 15 0 416757879 11079335936 9805 33554432000 4194304 4196468 140734045308608 139631572415264 139632114099925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10190848 140734045309679 140734045312197 140734045312197 140734045315023 0
[pid=28106/tid=28166] ppid=28103 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28106/task/28166/stat : 28166 (java) S 28103 28106 22378 0 -1 1077944384 1 13348 0 0 0 0 5 3 20 0 15 0 416757879 11079335936 9805 33554432000 4194304 4196468 140734045308608 139630997398640 139632114099925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10190848 140734045309679 140734045312197 140734045312197 140734045315023 0
[pid=28106/tid=28167] ppid=28103 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28106/task/28167/stat : 28167 (java) S 28103 28106 22378 0 -1 1077944384 3 13348 0 0 0 0 5 3 20 0 15 0 416757882 11079335936 9805 33554432000 4194304 4196468 140734045308608 139630689998928 139632114108315 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10190848 140734045309679 140734045312197 140734045312197 140734045315023 0
[pid=28106/tid=28168] ppid=28103 vsize=10819664 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/28106/task/28168/stat : 28168 (java) S 28103 28106 22378 0 -1 1077944384 473 13348 0 0 1 0 5 3 20 0 15 0 416757882 11079335936 9805 33554432000 4194304 4196468 140734045308608 139631538858608 139632114100866 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10190848 140734045309679 140734045312197 140734045312197 140734045315023 0
[pid=28106/tid=28169] ppid=28103 vsize=10819664 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/28106/task/28169/stat : 28169 (java) S 28103 28106 22378 0 -1 1077944384 176 13348 0 0 1 0 5 3 20 0 15 0 416757882 11079335936 9805 33554432000 4194304 4196468 140734045308608 139631537805808 139632114100866 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10190848 140734045309679 140734045312197 140734045312197 140734045315023 0
[pid=28106/tid=28170] ppid=28103 vsize=10819664 memory=139883178161792 CPUtime=0.11 cores=0,2,4,6
/proc/28106/task/28170/stat : 28170 (java) S 28103 28106 22378 0 -1 1077944384 613 13348 0 0 3 0 5 3 20 0 15 0 416757882 11079335936 9805 33554432000 4194304 4196468 140734045308608 139631536753520 139632114100866 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10190848 140734045309679 140734045312197 140734045312197 140734045315023 0
[pid=28106/tid=28171] ppid=28103 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/28106/task/28171/stat : 28171 (java) S 28103 28106 22378 0 -1 1077944384 3 13348 0 0 0 0 5 3 20 0 15 0 416757882 11079335936 9805 33554432000 4194304 4196468 140734045308608 139630656441312 139632114099925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10190848 140734045309679 140734045312197 140734045312197 140734045315023 0
[pid=28106/tid=28172] ppid=28103 vsize=10819664 memory=139883178161792 CPUtime=0.08 cores=0,2,4,6
/proc/28106/task/28172/stat : 28172 (java) S 28103 28106 22378 0 -1 1077944384 1 13348 0 0 0 0 5 3 20 0 15 0 416757882 11079335936 9805 33554432000 4194304 4196468 140734045308608 139631535700400 139632114100866 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10190848 140734045309679 140734045312197 140734045312197 140734045315023 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 39220 KiB

[startup+0.310543 s]*
/proc/loadavg: 1.57 1.39 1.39 3/232 28172
/proc/meminfo: memFree=30791276/32770624 swapFree=66996936/67108860
[pid=28106] ppid=28103 vsize=10820148 memory=50328 CPUtime=0.4 cores=0,2,4,6
/proc/28106/stat : 28106 (java) S 28103 28106 22378 0 -1 1077944320 10833 13348 0 0 28 4 5 3 20 0 15 0 416757867 11079831552 12582 33554432000 4194304 4196468 140734045308608 140734045291152 139632114089719 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 10190848 140734045309679 140734045312197 140734045312197 140734045315023 0
/proc/28106/statm: 2705037 12582 3298 1 0 2667149 0
[pid=28106/tid=28159] ppid=28103 vsize=10820148 memory=8317482817917895235 CPUtime=0.29 cores=0,2,4,6
/proc/28106/task/28159/stat : 28159 (java) R 28103 28106 22378 0 -1 4202560 7294 13348 0 0 18 3 5 3 20 0 15 0 416757876 11079831552 12582 33554432000 4194304 4196468 140734045308608 139632085889632 139632098170206 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10190848 140734045309679 140734045312197 140734045312197 140734045315023 0
[pid=28106/tid=28160] ppid=28103 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28106/task/28160/stat : 28160 (java) S 28103 28106 22378 0 -1 1077944384 1 13348 0 0 0 0 5 3 20 0 15 0 416757877 11079831552 12582 33554432000 4194304 4196468 140734045308608 139632118332304 139632114099925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10190848 140734045309679 140734045312197 140734045312197 140734045315023 0
[pid=28106/tid=28161] ppid=28103 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28106/task/28161/stat : 28161 (java) S 28103 28106 22378 0 -1 1077944384 1 13348 0 0 0 0 5 3 20 0 15 0 416757877 11079831552 12582 33554432000 4194304 4196468 140734045308608 139632006605584 139632114099925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10190848 140734045309679 140734045312197 140734045312197 140734045315023 0
[pid=28106/tid=28162] ppid=28103 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28106/task/28162/stat : 28162 (java) S 28103 28106 22378 0 -1 1077944384 2 13348 0 0 0 0 5 3 20 0 15 0 416757877 11079831552 12582 33554432000 4194304 4196468 140734045308608 139632005553296 139632114099925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10190848 140734045309679 140734045312197 140734045312197 140734045315023 0
[pid=28106/tid=28163] ppid=28103 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28106/task/28163/stat : 28163 (java) S 28103 28106 22378 0 -1 1077944384 2 13348 0 0 0 0 5 3 20 0 15 0 416757877 11079831552 12582 33554432000 4194304 4196468 140734045308608 139631685266448 139632114099925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10190848 140734045309679 140734045312197 140734045312197 140734045315023 0
[pid=28106/tid=28164] ppid=28103 vsize=10820148 memory=139883178161791 CPUtime=0.08 cores=0,2,4,6
/proc/28106/task/28164/stat : 28164 (java) S 28103 28106 22378 0 -1 1077944384 2 13348 0 0 0 0 5 3 20 0 15 0 416757878 11079831552 12582 33554432000 4194304 4196468 140734045308608 139631573469296 139632114100866 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10190848 140734045309679 140734045312197 140734045312197 140734045315023 0
[pid=28106/tid=28165] ppid=28103 vsize=10820148 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/28106/task/28165/stat : 28165 (java) S 28103 28106 22378 0 -1 1077944384 33 13348 0 0 0 0 5 3 20 0 15 0 416757879 11079831552 12582 33554432000 4194304 4196468 140734045308608 139631572415264 139632114099925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10190848 140734045309679 140734045312197 140734045312197 140734045315023 0
[pid=28106/tid=28166] ppid=28103 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28106/task/28166/stat : 28166 (java) S 28103 28106 22378 0 -1 1077944384 1 13348 0 0 0 0 5 3 20 0 15 0 416757879 11079831552 12582 33554432000 4194304 4196468 140734045308608 139630997398640 139632114099925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10190848 140734045309679 140734045312197 140734045312197 140734045315023 0
[pid=28106/tid=28167] ppid=28103 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28106/task/28167/stat : 28167 (java) S 28103 28106 22378 0 -1 1077944384 3 13348 0 0 0 0 5 3 20 0 15 0 416757882 11079831552 12582 33554432000 4194304 4196468 140734045308608 139630689998928 139632114108315 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10190848 140734045309679 140734045312197 140734045312197 140734045315023 0
[pid=28106/tid=28168] ppid=28103 vsize=10820148 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/28106/task/28168/stat : 28168 (java) S 28103 28106 22378 0 -1 1077944384 474 13348 0 0 2 0 5 3 20 0 15 0 416757882 11079831552 12582 33554432000 4194304 4196468 140734045308608 139631538858608 139632114100866 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10190848 140734045309679 140734045312197 140734045312197 140734045315023 0
[pid=28106/tid=28169] ppid=28103 vsize=10820148 memory=-1 CPUtime=0.1 cores=0,2,4,6
/proc/28106/task/28169/stat : 28169 (java) S 28103 28106 22378 0 -1 1077944384 185 13348 0 0 2 0 5 3 20 0 15 0 416757882 11079831552 12582 33554432000 4194304 4196468 140734045308608 139631537805808 139632114100866 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10190848 140734045309679 140734045312197 140734045312197 140734045315023 0
[pid=28106/tid=28170] ppid=28103 vsize=10820148 memory=139883178161792 CPUtime=0.13 cores=0,2,4,6
/proc/28106/task/28170/stat : 28170 (java) R 28103 28106 22378 0 -1 4202560 622 13348 0 0 5 0 5 3 20 0 15 0 416757882 11079831552 12582 33554432000 4194304 4196468 140734045308608 139631536753520 139632114111066 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10190848 140734045309679 140734045312197 140734045312197 140734045315023 0
[pid=28106/tid=28171] ppid=28103 vsize=10820148 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/28106/task/28171/stat : 28171 (java) S 28103 28106 22378 0 -1 1077944384 3 13348 0 0 0 0 5 3 20 0 15 0 416757882 11079831552 12582 33554432000 4194304 4196468 140734045308608 139630656441312 139632114099925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10190848 140734045309679 140734045312197 140734045312197 140734045315023 0
[pid=28106/tid=28172] ppid=28103 vsize=10820148 memory=139883178161792 CPUtime=0.08 cores=0,2,4,6
/proc/28106/task/28172/stat : 28172 (java) S 28103 28106 22378 0 -1 1077944384 1 13348 0 0 0 0 5 3 20 0 15 0 416757882 11079831552 12582 33554432000 4194304 4196468 140734045308608 139631535700400 139632114100866 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10190848 140734045309679 140734045312197 140734045312197 140734045315023 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 50328 KiB

[startup+0.707467 s]
/proc/loadavg: 1.57 1.39 1.39 3/232 28172
/proc/meminfo: memFree=30777380/32770624 swapFree=66996936/67108860
[pid=28106] ppid=28103 vsize=10824360 memory=83864 CPUtime=1.12 cores=0,2,4,6
/proc/28106/stat : 28106 (java) S 28103 28106 22378 0 -1 1077944320 15177 13348 0 0 97 7 5 3 20 0 15 0 416757867 11084144640 20966 33554432000 4194304 4196468 140734045308608 140734045291152 139632114089719 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 10190848 140734045309679 140734045312197 140734045312197 140734045315023 0
/proc/28106/statm: 2706090 20966 3511 1 0 2668173 0
[pid=28106/tid=28159] ppid=28103 vsize=10824360 memory=5795117241467496816 CPUtime=0.68 cores=0,2,4,6
/proc/28106/task/28159/stat : 28159 (java) R 28103 28106 22378 0 -1 4202560 10290 13348 0 0 54 6 5 3 20 0 15 0 416757876 11084144640 20966 33554432000 4194304 4196468 140734045308608 139632085900176 139632100251796 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 10190848 140734045309679 140734045312197 140734045312197 140734045315023 0
[pid=28106/tid=28160] ppid=28103 vsize=10824360 memory=1388 CPUtime=0.08 cores=0,2,4,6
/proc/28106/task/28160/stat : 28160 (java) S 28103 28106 22378 0 -1 1077944384 1 13348 0 0 0 0 5 3 20 0 15 0 416757877 11084144640 20966 33554432000 4194304 4196468 140734045308608 139632118332304 139632114099925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10190848 140734045309679 140734045312197 140734045312197 140734045315023 0
[pid=28106/tid=28161] ppid=28103 vsize=10824360 memory=776 CPUtime=0.08 cores=0,2,4,6
/proc/28106/task/28161/stat : 28161 (java) S 28103 28106 22378 0 -1 1077944384 1 13348 0 0 0 0 5 3 20 0 15 0 416757877 11084144640 20966 33554432000 4194304 4196468 140734045308608 139632006605584 139632114099925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10190848 140734045309679 140734045312197 140734045312197 140734045315023 0
[pid=28106/tid=28162] ppid=28103 vsize=10824360 memory=4580 CPUtime=0.08 cores=0,2,4,6
/proc/28106/task/28162/stat : 28162 (java) S 28103 28106 22378 0 -1 1077944384 2 13348 0 0 0 0 5 3 20 0 15 0 416757877 11084144640 20966 33554432000 4194304 4196468 140734045308608 139632005553296 139632114099925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10190848 140734045309679 140734045312197 140734045312197 140734045315023 0
[pid=28106/tid=28163] ppid=28103 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28106/task/28163/stat : 28163 (java) S 28103 28106 22378 0 -1 1077944384 2 13348 0 0 0 0 5 3 20 0 15 0 416757877 11084144640 20966 33554432000 4194304 4196468 140734045308608 139631685266448 139632114099925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10190848 140734045309679 140734045312197 140734045312197 140734045315023 0
[pid=28106/tid=28164] ppid=28103 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28106/task/28164/stat : 28164 (java) S 28103 28106 22378 0 -1 1077944384 5 13348 0 0 0 0 5 3 20 0 15 0 416757878 11084144640 20966 33554432000 4194304 4196468 140734045308608 139631573469296 139632114100866 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10190848 140734045309679 140734045312197 140734045312197 140734045315023 0
[pid=28106/tid=28165] ppid=28103 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28106/task/28165/stat : 28165 (java) S 28103 28106 22378 0 -1 1077944384 33 13348 0 0 0 0 5 3 20 0 15 0 416757879 11084144640 20966 33554432000 4194304 4196468 140734045308608 139631572415264 139632114099925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10190848 140734045309679 140734045312197 140734045312197 140734045315023 0
[pid=28106/tid=28166] ppid=28103 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28106/task/28166/stat : 28166 (java) S 28103 28106 22378 0 -1 1077944384 1 13348 0 0 0 0 5 3 20 0 15 0 416757879 11084144640 20966 33554432000 4194304 4196468 140734045308608 139630997398640 139632114099925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10190848 140734045309679 140734045312197 140734045312197 140734045315023 0
[pid=28106/tid=28167] ppid=28103 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28106/task/28167/stat : 28167 (java) S 28103 28106 22378 0 -1 1077944384 3 13348 0 0 0 0 5 3 20 0 15 0 416757882 11084144640 20966 33554432000 4194304 4196468 140734045308608 139630689998928 139632114108315 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10190848 140734045309679 140734045312197 140734045312197 140734045315023 0
[pid=28106/tid=28168] ppid=28103 vsize=10824360 memory=0 CPUtime=0.18 cores=0,2,4,6
/proc/28106/task/28168/stat : 28168 (java) R 28103 28106 22378 0 -1 4202560 903 13348 0 0 10 0 5 3 20 0 15 0 416757882 11084144640 20966 33554432000 4194304 4196468 140734045308608 139631538858608 139632097500680 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10190848 140734045309679 140734045312197 140734045312197 140734045315023 0
[pid=28106/tid=28169] ppid=28103 vsize=10824360 memory=0 CPUtime=0.23 cores=0,2,4,6
/proc/28106/task/28169/stat : 28169 (java) S 28103 28106 22378 0 -1 1077944384 806 13348 0 0 15 0 5 3 20 0 15 0 416757882 11084144640 20966 33554432000 4194304 4196468 140734045308608 139631537805808 139632114100866 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10190848 140734045309679 140734045312197 140734045312197 140734045315023 0
[pid=28106/tid=28170] ppid=28103 vsize=10824360 memory=0 CPUtime=0.25 cores=0,2,4,6
/proc/28106/task/28170/stat : 28170 (java) S 28103 28106 22378 0 -1 1077944384 916 13348 0 0 17 0 5 3 20 0 15 0 416757882 11084144640 20966 33554432000 4194304 4196468 140734045308608 139631536753520 139632114100866 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10190848 140734045309679 140734045312197 140734045312197 140734045315023 0
[pid=28106/tid=28171] ppid=28103 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28106/task/28171/stat : 28171 (java) S 28103 28106 22378 0 -1 1077944384 3 13348 0 0 0 0 5 3 20 0 15 0 416757882 11084144640 20966 33554432000 4194304 4196468 140734045308608 139630656441312 139632114099925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10190848 140734045309679 140734045312197 140734045312197 140734045315023 0
[pid=28106/tid=28172] ppid=28103 vsize=10824360 memory=3504 CPUtime=0.08 cores=0,2,4,6
/proc/28106/task/28172/stat : 28172 (java) S 28103 28106 22378 0 -1 1077944384 1 13348 0 0 0 0 5 3 20 0 15 0 416757882 11084144640 20966 33554432000 4194304 4196468 140734045308608 139631535700400 139632114100866 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10190848 140734045309679 140734045312197 140734045312197 140734045315023 0
Current children cumulated CPU time: 1.12 s
Current children cumulated vsize: 10824360 KiB
Current children cumulated memory: 83864 KiB

[startup+1.50319 s]
/proc/loadavg: 1.57 1.39 1.39 3/232 28172
/proc/meminfo: memFree=30732576/32770624 swapFree=66996936/67108860
[pid=28106] ppid=28103 vsize=10834676 memory=173488 CPUtime=2.41 cores=0,2,4,6
/proc/28106/stat : 28106 (java) S 28103 28106 22378 0 -1 1077944320 22016 13348 0 0 222 11 5 3 20 0 15 0 416757867 11094708224 43372 33554432000 4194304 4196468 140734045308608 140734045291152 139632114089719 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 10190848 140734045309679 140734045312197 140734045312197 140734045315023 0
/proc/28106/statm: 2708669 43372 3580 1 0 2670733 0
[pid=28106/tid=28159] ppid=28103 vsize=10834676 memory=139883058303576 CPUtime=1.44 cores=0,2,4,6
/proc/28106/task/28159/stat : 28159 (java) R 28103 28106 22378 0 -1 4202560 15197 13348 0 0 129 7 5 3 20 0 15 0 416757876 11094708224 43372 33554432000 4194304 4196468 140734045308608 139632085903248 139632114101654 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10190848 140734045309679 140734045312197 140734045312197 140734045315023 0
[pid=28106/tid=28160] ppid=28103 vsize=10834676 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/28106/task/28160/stat : 28160 (java) S 28103 28106 22378 0 -1 1077944384 79 13348 0 0 1 0 5 3 20 0 15 0 416757877 11094708224 43372 33554432000 4194304 4196468 140734045308608 139632118332304 139632114099925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10190848 140734045309679 140734045312197 140734045312197 140734045315023 0
[pid=28106/tid=28161] ppid=28103 vsize=10834676 memory=6628 CPUtime=0.09 cores=0,2,4,6
/proc/28106/task/28161/stat : 28161 (java) S 28103 28106 22378 0 -1 1077944384 26 13348 0 0 1 0 5 3 20 0 15 0 416757877 11094708224 43372 33554432000 4194304 4196468 140734045308608 139632006605584 139632114099925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10190848 140734045309679 140734045312197 140734045312197 140734045315023 0
[pid=28106/tid=28162] ppid=28103 vsize=10834676 memory=8 CPUtime=0.09 cores=0,2,4,6
/proc/28106/task/28162/stat : 28162 (java) S 28103 28106 22378 0 -1 1077944384 414 13348 0 0 1 0 5 3 20 0 15 0 416757877 11094708224 43372 33554432000 4194304 4196468 140734045308608 139632005553296 139632114099925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10190848 140734045309679 140734045312197 140734045312197 140734045315023 0
[pid=28106/tid=28163] ppid=28103 vsize=10834676 memory=279766117013920 CPUtime=0.09 cores=0,2,4,6
/proc/28106/task/28163/stat : 28163 (java) S 28103 28106 22378 0 -1 1077944384 90 13348 0 0 1 0 5 3 20 0 15 0 416757877 11094708224 43372 33554432000 4194304 4196468 140734045308608 139631685266448 139632114099925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10190848 140734045309679 140734045312197 140734045312197 140734045315023 0
[pid=28106/tid=28164] ppid=28103 vsize=10834676 memory=260584255839178 CPUtime=0.09 cores=0,2,4,6
/proc/28106/task/28164/stat : 28164 (java) S 28103 28106 22378 0 -1 1077944384 168 13348 0 0 1 0 5 3 20 0 15 0 416757878 11094708224 43387 33554432000 4194304 4196468 140734045308608 139631573469296 139632114100866 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10190848 140734045309679 140734045312197 140734045312197 140734045315023 0
[pid=28106/tid=28165] ppid=28103 vsize=10834676 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28106/task/28165/stat : 28165 (java) S 28103 28106 22378 0 -1 1077944384 34 13348 0 0 0 0 5 3 20 0 15 0 416757879 11094708224 43387 33554432000 4194304 4196468 140734045308608 139631572415328 139632114099925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10190848 140734045309679 140734045312197 140734045312197 140734045315023 0
[pid=28106/tid=28166] ppid=28103 vsize=10834676 memory=7517784841428108599 CPUtime=0.08 cores=0,2,4,6
/proc/28106/task/28166/stat : 28166 (java) S 28103 28106 22378 0 -1 1077944384 1 13348 0 0 0 0 5 3 20 0 15 0 416757879 11094708224 43387 33554432000 4194304 4196468 140734045308608 139630997398656 139632114099925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10190848 140734045309679 140734045312197 140734045312197 140734045315023 0
[pid=28106/tid=28167] ppid=28103 vsize=10834676 memory=-8412658770403813517 CPUtime=0.08 cores=0,2,4,6
/proc/28106/task/28167/stat : 28167 (java) S 28103 28106 22378 0 -1 1077944384 3 13348 0 0 0 0 5 3 20 0 15 0 416757882 11094708224 43387 33554432000 4194304 4196468 140734045308608 139630689998928 139632114108315 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10190848 140734045309679 140734045312197 140734045312197 140734045315023 0
[pid=28106/tid=28168] ppid=28103 vsize=10834676 memory=-7668917182949848256 CPUtime=0.29 cores=0,2,4,6
/proc/28106/task/28168/stat : 28168 (java) S 28103 28106 22378 0 -1 1077944384 1172 13348 0 0 21 0 5 3 20 0 15 0 416757882 11094708224 43387 33554432000 4194304 4196468 140734045308608 139631538858704 139632114099925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10190848 140734045309679 140734045312197 140734045312197 140734045315023 0
[pid=28106/tid=28169] ppid=28103 vsize=10834676 memory=8514726395714956677 CPUtime=0.33 cores=0,2,4,6
/proc/28106/task/28169/stat : 28169 (java) S 28103 28106 22378 0 -1 1077944384 1024 13348 0 0 25 0 5 3 20 0 15 0 416757882 11094708224 43387 33554432000 4194304 4196468 140734045308608 139631537805808 139632114100866 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10190848 140734045309679 140734045312197 140734045312197 140734045315023 0
[pid=28106/tid=28170] ppid=28103 vsize=10834676 memory=7100839870004429938 CPUtime=0.47 cores=0,2,4,6
/proc/28106/task/28170/stat : 28170 (java) R 28103 28106 22378 0 -1 4202560 1616 13348 0 0 38 1 5 3 20 0 15 0 416757882 11094708224 43387 33554432000 4194304 4196468 140734045308608 139631536752704 139632098616061 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10190848 140734045309679 140734045312197 140734045312197 140734045315023 0
[pid=28106/tid=28171] ppid=28103 vsize=10834676 memory=4628420171383865741 CPUtime=0.08 cores=0,2,4,6
/proc/28106/task/28171/stat : 28171 (java) S 28103 28106 22378 0 -1 1077944384 3 13348 0 0 0 0 5 3 20 0 15 0 416757882 11094708224 43387 33554432000 4194304 4196468 140734045308608 139630656441312 139632114099925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10190848 140734045309679 140734045312197 140734045312197 140734045315023 0
[pid=28106/tid=28172] ppid=28103 vsize=10834676 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28106/task/28172/stat : 28172 (java) S 28103 28106 22378 0 -1 1077944384 1 13348 0 0 0 0 5 3 20 0 15 0 416757882 11094708224 43387 33554432000 4194304 4196468 140734045308608 139631535700400 139632114100866 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10190848 140734045309679 140734045312197 140734045312197 140734045315023 0
Current children cumulated CPU time: 2.41 s
Current children cumulated vsize: 10834676 KiB

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

[pid=28106/tid=28171] ppid=28103 vsize=10849044 memory=796 CPUtime=0.08 cores=0,2,4,6
/proc/28106/task/28171/stat : 28171 (java) S 28103 28106 22378 0 -1 1077944384 3 13348 0 0 0 0 5 3 20 0 15 0 416757882 11109421056 203054 33554432000 4194304 4196468 140734045308608 139630656441312 139632114099925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10190848 140734045309679 140734045312197 140734045312197 140734045315023 0
[pid=28106/tid=28172] ppid=28103 vsize=10849044 memory=776 CPUtime=1.34 cores=0,2,4,6
/proc/28106/task/28172/stat : 28172 (java) S 28103 28106 22378 0 -1 1077944384 1220 13348 0 0 62 64 5 3 20 0 15 0 416757882 11109421056 203054 33554432000 4194304 4196468 140734045308608 139631535700400 139632114100866 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 10190848 140734045309679 140734045312197 140734045312197 140734045315023 0
Current children cumulated CPU time: 2145.92 s
Current children cumulated vsize: 10849044 KiB
Current children cumulated memory: 812216 KiB

[startup+2104 s]*
/proc/loadavg: 1.57 1.47 1.42 3/228 28492
/proc/meminfo: memFree=28277748/32770624 swapFree=66996936/67108860
[pid=28106] ppid=28103 vsize=10849044 memory=812216 CPUtime=2147.56 cores=0,2,4,6
/proc/28106/stat : 28106 (java) S 28103 28106 22378 0 -1 1077944320 218047 13348 0 0 214405 343 5 3 20 0 15 0 416757867 11109421056 203054 33554432000 4194304 4196468 140734045308608 140734045291152 139632114089719 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 10190848 140734045309679 140734045312197 140734045312197 140734045315023 0
/proc/28106/statm: 2712261 203054 3628 1 0 2674317 0
[pid=28106/tid=28159] ppid=28103 vsize=10849044 memory=8317482817917895235 CPUtime=2080.53 cores=0,2,4,6
/proc/28106/task/28159/stat : 28159 (java) R 28103 28106 22378 0 -1 4202560 64688 13348 0 0 207999 46 5 3 20 0 15 0 416757876 11109421056 203054 33554432000 4194304 4196468 140734045308608 139632085923984 139631697063438 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10190848 140734045309679 140734045312197 140734045312197 140734045315023 0
[pid=28106/tid=28160] ppid=28103 vsize=10849044 memory=40092 CPUtime=10.82 cores=0,2,4,6
/proc/28106/task/28160/stat : 28160 (java) S 28103 28106 22378 0 -1 1077944384 9985 13348 0 0 1019 55 5 3 20 0 15 0 416757877 11109421056 203054 33554432000 4194304 4196468 140734045308608 139632118332304 139632114099925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10190848 140734045309679 140734045312197 140734045312197 140734045315023 0
[pid=28106/tid=28161] ppid=28103 vsize=10849044 memory=3028 CPUtime=10.8 cores=0,2,4,6
/proc/28106/task/28161/stat : 28161 (java) S 28103 28106 22378 0 -1 1077944384 16678 13348 0 0 1020 52 5 3 20 0 15 0 416757877 11109421056 203054 33554432000 4194304 4196468 140734045308608 139632006605584 139632114099925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10190848 140734045309679 140734045312197 140734045312197 140734045315023 0
[pid=28106/tid=28162] ppid=28103 vsize=10849044 memory=2012 CPUtime=10.85 cores=0,2,4,6
/proc/28106/task/28162/stat : 28162 (java) S 28103 28106 22378 0 -1 1077944384 16214 13348 0 0 1020 57 5 3 20 0 15 0 416757877 11109421056 203054 33554432000 4194304 4196468 140734045308608 139632005553296 139632114099925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10190848 140734045309679 140734045312197 140734045312197 140734045315023 0
[pid=28106/tid=28163] ppid=28103 vsize=10849044 memory=1388 CPUtime=10.81 cores=0,2,4,6
/proc/28106/task/28163/stat : 28163 (java) S 28103 28106 22378 0 -1 1077944384 12582 13348 0 0 1019 54 5 3 20 0 15 0 416757877 11109421056 203054 33554432000 4194304 4196468 140734045308608 139631685266448 139632114099925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10190848 140734045309679 140734045312197 140734045312197 140734045315023 0
[pid=28106/tid=28164] ppid=28103 vsize=10849044 memory=776 CPUtime=9.69 cores=0,2,4,6
/proc/28106/task/28164/stat : 28164 (java) S 28103 28106 22378 0 -1 1077944384 13562 13348 0 0 906 55 5 3 20 0 15 0 416757878 11109421056 203054 33554432000 4194304 4196468 140734045308608 139631573469296 139632114100866 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10190848 140734045309679 140734045312197 140734045312197 140734045315023 0
[pid=28106/tid=28165] ppid=28103 vsize=10849044 memory=3972 CPUtime=0.08 cores=0,2,4,6
/proc/28106/task/28165/stat : 28165 (java) S 28103 28106 22378 0 -1 1077944384 40 13348 0 0 0 0 5 3 20 0 15 0 416757879 11109421056 203054 33554432000 4194304 4196468 140734045308608 139631572415328 139632114099925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10190848 140734045309679 140734045312197 140734045312197 140734045315023 0
[pid=28106/tid=28166] ppid=28103 vsize=10849044 memory=2828 CPUtime=0.08 cores=0,2,4,6
/proc/28106/task/28166/stat : 28166 (java) S 28103 28106 22378 0 -1 1077944384 6 13348 0 0 0 0 5 3 20 0 15 0 416757879 11109421056 203054 33554432000 4194304 4196468 140734045308608 139630997398656 139632114099925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10190848 140734045309679 140734045312197 140734045312197 140734045315023 0
[pid=28106/tid=28167] ppid=28103 vsize=10849044 memory=1644 CPUtime=0.08 cores=0,2,4,6
/proc/28106/task/28167/stat : 28167 (java) S 28103 28106 22378 0 -1 1077944384 3 13348 0 0 0 0 5 3 20 0 15 0 416757882 11109421056 203054 33554432000 4194304 4196468 140734045308608 139630689998928 139632114108315 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10190848 140734045309679 140734045312197 140734045312197 140734045315023 0
[pid=28106/tid=28168] ppid=28103 vsize=10849044 memory=8317482817917895235 CPUtime=4.66 cores=0,2,4,6
/proc/28106/task/28168/stat : 28168 (java) S 28103 28106 22378 0 -1 1077944384 22701 13348 0 0 452 6 5 3 20 0 15 0 416757882 11109421056 203054 33554432000 4194304 4196468 140734045308608 139631538858608 139632114100866 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 10190848 140734045309679 140734045312197 140734045312197 140734045315023 0
[pid=28106/tid=28169] ppid=28103 vsize=10849044 memory=812216 CPUtime=4.89 cores=0,2,4,6
/proc/28106/task/28169/stat : 28169 (java) S 28103 28106 22378 0 -1 1077944384 24013 13348 0 0 476 5 5 3 20 0 15 0 416757882 11109421056 203054 33554432000 4194304 4196468 140734045308608 139631537805808 139632114100866 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10190848 140734045309679 140734045312197 140734045312197 140734045315023 0
[pid=28106/tid=28170] ppid=28103 vsize=10849044 memory=111628 CPUtime=3.79 cores=0,2,4,6
/proc/28106/task/28170/stat : 28170 (java) S 28103 28106 22378 0 -1 1077944384 34142 13348 0 0 363 8 5 3 20 0 15 0 416757882 11109421056 203054 33554432000 4194304 4196468 140734045308608 139631536753520 139632114100866 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 3 0 0 6293624 6294260 10190848 140734045309679 140734045312197 140734045312197 140734045315023 0
[pid=28106/tid=28171] ppid=28103 vsize=10849044 memory=11960 CPUtime=0.08 cores=0,2,4,6
/proc/28106/task/28171/stat : 28171 (java) S 28103 28106 22378 0 -1 1077944384 3 13348 0 0 0 0 5 3 20 0 15 0 416757882 11109421056 203054 33554432000 4194304 4196468 140734045308608 139630656441312 139632114099925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10190848 140734045309679 140734045312197 140734045312197 140734045315023 0
[pid=28106/tid=28172] ppid=28103 vsize=10849044 memory=500 CPUtime=1.34 cores=0,2,4,6
/proc/28106/task/28172/stat : 28172 (java) S 28103 28106 22378 0 -1 1077944384 1220 13348 0 0 62 64 5 3 20 0 15 0 416757882 11109421056 203054 33554432000 4194304 4196468 140734045308608 139631535700400 139632114100866 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 10190848 140734045309679 140734045312197 140734045312197 140734045315023 0
Current children cumulated CPU time: 2147.56 s
Current children cumulated vsize: 10849044 KiB
Current children cumulated memory: 812216 KiB

[startup+2104.8 s]
/proc/loadavg: 1.57 1.47 1.42 3/228 28492
/proc/meminfo: memFree=28277748/32770624 swapFree=66996936/67108860
[pid=28106] ppid=28103 vsize=10849044 memory=812216 CPUtime=2148.36 cores=0,2,4,6
/proc/28106/stat : 28106 (java) S 28103 28106 22378 0 -1 1077944320 218052 13348 0 0 214485 343 5 3 20 0 15 0 416757867 11109421056 203054 33554432000 4194304 4196468 140734045308608 140734045291152 139632114089719 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 10190848 140734045309679 140734045312197 140734045312197 140734045315023 0
/proc/28106/statm: 2712261 203054 3628 1 0 2674317 0
[pid=28106/tid=28159] ppid=28103 vsize=10849044 memory=3028 CPUtime=2081.31 cores=0,2,4,6
/proc/28106/task/28159/stat : 28159 (java) R 28103 28106 22378 0 -1 4202560 64693 13348 0 0 208077 46 5 3 20 0 15 0 416757876 11109421056 203054 33554432000 4194304 4196468 140734045308608 139632085925488 139631692498431 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10190848 140734045309679 140734045312197 140734045312197 140734045315023 0
[pid=28106/tid=28160] ppid=28103 vsize=10849044 memory=2012 CPUtime=10.82 cores=0,2,4,6
/proc/28106/task/28160/stat : 28160 (java) S 28103 28106 22378 0 -1 1077944384 9985 13348 0 0 1019 55 5 3 20 0 15 0 416757877 11109421056 203054 33554432000 4194304 4196468 140734045308608 139632118332304 139632114099925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10190848 140734045309679 140734045312197 140734045312197 140734045315023 0
[pid=28106/tid=28161] ppid=28103 vsize=10849044 memory=6791534058613427641 CPUtime=10.81 cores=0,2,4,6
/proc/28106/task/28161/stat : 28161 (java) S 28103 28106 22378 0 -1 1077944384 16678 13348 0 0 1021 52 5 3 20 0 15 0 416757877 11109421056 203054 33554432000 4194304 4196468 140734045308608 139632006605584 139632114099925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10190848 140734045309679 140734045312197 140734045312197 140734045315023 0
[pid=28106/tid=28162] ppid=28103 vsize=10849044 memory=1668 CPUtime=10.85 cores=0,2,4,6
/proc/28106/task/28162/stat : 28162 (java) S 28103 28106 22378 0 -1 1077944384 16214 13348 0 0 1020 57 5 3 20 0 15 0 416757877 11109421056 203054 33554432000 4194304 4196468 140734045308608 139632005553296 139632114099925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10190848 140734045309679 140734045312197 140734045312197 140734045315023 0
[pid=28106/tid=28163] ppid=28103 vsize=10849044 memory=1112 CPUtime=10.81 cores=0,2,4,6
/proc/28106/task/28163/stat : 28163 (java) S 28103 28106 22378 0 -1 1077944384 12582 13348 0 0 1019 54 5 3 20 0 15 0 416757877 11109421056 203054 33554432000 4194304 4196468 140734045308608 139631685266448 139632114099925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10190848 140734045309679 140734045312197 140734045312197 140734045315023 0
[pid=28106/tid=28164] ppid=28103 vsize=10849044 memory=1004 CPUtime=9.7 cores=0,2,4,6
/proc/28106/task/28164/stat : 28164 (java) S 28103 28106 22378 0 -1 1077944384 13562 13348 0 0 907 55 5 3 20 0 15 0 416757878 11109421056 203054 33554432000 4194304 4196468 140734045308608 139631573469296 139632114100866 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10190848 140734045309679 140734045312197 140734045312197 140734045315023 0
[pid=28106/tid=28165] ppid=28103 vsize=10849044 memory=5948 CPUtime=0.08 cores=0,2,4,6
/proc/28106/task/28165/stat : 28165 (java) S 28103 28106 22378 0 -1 1077944384 40 13348 0 0 0 0 5 3 20 0 15 0 416757879 11109421056 203054 33554432000 4194304 4196468 140734045308608 139631572415328 139632114099925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10190848 140734045309679 140734045312197 140734045312197 140734045315023 0
[pid=28106/tid=28166] ppid=28103 vsize=10849044 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/28106/task/28166/stat : 28166 (java) S 28103 28106 22378 0 -1 1077944384 6 13348 0 0 0 0 5 3 20 0 15 0 416757879 11109421056 203054 33554432000 4194304 4196468 140734045308608 139630997398656 139632114099925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10190848 140734045309679 140734045312197 140734045312197 140734045315023 0
[pid=28106/tid=28167] ppid=28103 vsize=10849044 memory=776 CPUtime=0.08 cores=0,2,4,6
/proc/28106/task/28167/stat : 28167 (java) S 28103 28106 22378 0 -1 1077944384 3 13348 0 0 0 0 5 3 20 0 15 0 416757882 11109421056 203054 33554432000 4194304 4196468 140734045308608 139630689998928 139632114108315 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10190848 140734045309679 140734045312197 140734045312197 140734045315023 0
[pid=28106/tid=28168] ppid=28103 vsize=10849044 memory=3972 CPUtime=4.66 cores=0,2,4,6
/proc/28106/task/28168/stat : 28168 (java) S 28103 28106 22378 0 -1 1077944384 22701 13348 0 0 452 6 5 3 20 0 15 0 416757882 11109421056 203054 33554432000 4194304 4196468 140734045308608 139631538858608 139632114100866 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 10190848 140734045309679 140734045312197 140734045312197 140734045315023 0
[pid=28106/tid=28169] ppid=28103 vsize=10849044 memory=2828 CPUtime=4.89 cores=0,2,4,6
/proc/28106/task/28169/stat : 28169 (java) S 28103 28106 22378 0 -1 1077944384 24013 13348 0 0 476 5 5 3 20 0 15 0 416757882 11109421056 203054 33554432000 4194304 4196468 140734045308608 139631537805808 139632114100866 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10190848 140734045309679 140734045312197 140734045312197 140734045315023 0
[pid=28106/tid=28170] ppid=28103 vsize=10849044 memory=676 CPUtime=3.79 cores=0,2,4,6
/proc/28106/task/28170/stat : 28170 (java) S 28103 28106 22378 0 -1 1077944384 34142 13348 0 0 363 8 5 3 20 0 15 0 416757882 11109421056 203054 33554432000 4194304 4196468 140734045308608 139631536753520 139632114100866 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 3 0 0 6293624 6294260 10190848 140734045309679 140734045312197 140734045312197 140734045315023 0
[pid=28106/tid=28171] ppid=28103 vsize=10849044 memory=1060 CPUtime=0.08 cores=0,2,4,6
/proc/28106/task/28171/stat : 28171 (java) S 28103 28106 22378 0 -1 1077944384 3 13348 0 0 0 0 5 3 20 0 15 0 416757882 11109421056 203054 33554432000 4194304 4196468 140734045308608 139630656441312 139632114099925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10190848 140734045309679 140734045312197 140734045312197 140734045315023 0
[pid=28106/tid=28172] ppid=28103 vsize=10849044 memory=1548 CPUtime=1.34 cores=0,2,4,6
/proc/28106/task/28172/stat : 28172 (java) S 28103 28106 22378 0 -1 1077944384 1220 13348 0 0 62 64 5 3 20 0 15 0 416757882 11109421056 203054 33554432000 4194304 4196468 140734045308608 139631535700400 139632114100866 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 10190848 140734045309679 140734045312197 140734045312197 140734045315023 0
Current children cumulated CPU time: 2148.36 s
Current children cumulated vsize: 10849044 KiB
Current children cumulated memory: 812216 KiB

[startup+2105.6 s]
/proc/loadavg: 1.57 1.47 1.42 3/228 28492
/proc/meminfo: memFree=28277748/32770624 swapFree=66996936/67108860
[pid=28106] ppid=28103 vsize=10849044 memory=812216 CPUtime=2149.17 cores=0,2,4,6
/proc/28106/stat : 28106 (java) S 28103 28106 22378 0 -1 1077944320 218061 13348 0 0 214566 343 5 3 20 0 15 0 416757867 11109421056 203054 33554432000 4194304 4196468 140734045308608 140734045291152 139632114089719 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 10190848 140734045309679 140734045312197 140734045312197 140734045315023 0
/proc/28106/statm: 2712261 203054 3628 1 0 2674317 0
[pid=28106/tid=28159] ppid=28103 vsize=10849044 memory=2828 CPUtime=2082.1 cores=0,2,4,6
/proc/28106/task/28159/stat : 28159 (java) R 28103 28106 22378 0 -1 4202560 64699 13348 0 0 208156 46 5 3 20 0 15 0 416757876 11109421056 203054 33554432000 4194304 4196468 140734045308608 139632085924320 139631697223395 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10190848 140734045309679 140734045312197 140734045312197 140734045315023 0
[pid=28106/tid=28160] ppid=28103 vsize=10849044 memory=812216 CPUtime=10.82 cores=0,2,4,6
/proc/28106/task/28160/stat : 28160 (java) S 28103 28106 22378 0 -1 1077944384 9987 13348 0 0 1019 55 5 3 20 0 15 0 416757877 11109421056 203054 33554432000 4194304 4196468 140734045308608 139632118332304 139632114099925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10190848 140734045309679 140734045312197 140734045312197 140734045315023 0
[pid=28106/tid=28161] ppid=28103 vsize=10849044 memory=2124 CPUtime=10.81 cores=0,2,4,6
/proc/28106/task/28161/stat : 28161 (java) S 28103 28106 22378 0 -1 1077944384 16678 13348 0 0 1021 52 5 3 20 0 15 0 416757877 11109421056 203054 33554432000 4194304 4196468 140734045308608 139632006605584 139632114099925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10190848 140734045309679 140734045312197 140734045312197 140734045315023 0
[pid=28106/tid=28162] ppid=28103 vsize=10849044 memory=3972 CPUtime=10.86 cores=0,2,4,6
/proc/28106/task/28162/stat : 28162 (java) S 28103 28106 22378 0 -1 1077944384 16214 13348 0 0 1021 57 5 3 20 0 15 0 416757877 11109421056 203054 33554432000 4194304 4196468 140734045308608 139632005553296 139632114099925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10190848 140734045309679 140734045312197 140734045312197 140734045315023 0
[pid=28106/tid=28163] ppid=28103 vsize=10849044 memory=2828 CPUtime=10.82 cores=0,2,4,6
/proc/28106/task/28163/stat : 28163 (java) S 28103 28106 22378 0 -1 1077944384 12582 13348 0 0 1020 54 5 3 20 0 15 0 416757877 11109421056 203054 33554432000 4194304 4196468 140734045308608 139631685266448 139632114099925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10190848 140734045309679 140734045312197 140734045312197 140734045315023 0
[pid=28106/tid=28164] ppid=28103 vsize=10849044 memory=676 CPUtime=9.7 cores=0,2,4,6
/proc/28106/task/28164/stat : 28164 (java) S 28103 28106 22378 0 -1 1077944384 13563 13348 0 0 907 55 5 3 20 0 15 0 416757878 11109421056 203054 33554432000 4194304 4196468 140734045308608 139631573469296 139632114100866 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10190848 140734045309679 140734045312197 140734045312197 140734045315023 0
[pid=28106/tid=28165] ppid=28103 vsize=10849044 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/28106/task/28165/stat : 28165 (java) S 28103 28106 22378 0 -1 1077944384 40 13348 0 0 0 0 5 3 20 0 15 0 416757879 11109421056 203054 33554432000 4194304 4196468 140734045308608 139631572415328 139632114099925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10190848 140734045309679 140734045312197 140734045312197 140734045315023 0
[pid=28106/tid=28166] ppid=28103 vsize=10849044 memory=812216 CPUtime=0.08 cores=0,2,4,6
/proc/28106/task/28166/stat : 28166 (java) S 28103 28106 22378 0 -1 1077944384 6 13348 0 0 0 0 5 3 20 0 15 0 416757879 11109421056 203054 33554432000 4194304 4196468 140734045308608 139630997398656 139632114099925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10190848 140734045309679 140734045312197 140734045312197 140734045315023 0
[pid=28106/tid=28167] ppid=28103 vsize=10849044 memory=3028 CPUtime=0.08 cores=0,2,4,6
/proc/28106/task/28167/stat : 28167 (java) S 28103 28106 22378 0 -1 1077944384 3 13348 0 0 0 0 5 3 20 0 15 0 416757882 11109421056 203054 33554432000 4194304 4196468 140734045308608 139630689998928 139632114108315 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10190848 140734045309679 140734045312197 140734045312197 140734045315023 0
[pid=28106/tid=28168] ppid=28103 vsize=10849044 memory=2012 CPUtime=4.66 cores=0,2,4,6
/proc/28106/task/28168/stat : 28168 (java) S 28103 28106 22378 0 -1 1077944384 22701 13348 0 0 452 6 5 3 20 0 15 0 416757882 11109421056 203054 33554432000 4194304 4196468 140734045308608 139631538858608 139632114100866 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 10190848 140734045309679 140734045312197 140734045312197 140734045315023 0
[pid=28106/tid=28169] ppid=28103 vsize=10849044 memory=4763 CPUtime=4.89 cores=0,2,4,6
/proc/28106/task/28169/stat : 28169 (java) S 28103 28106 22378 0 -1 1077944384 24013 13348 0 0 476 5 5 3 20 0 15 0 416757882 11109421056 203054 33554432000 4194304 4196468 140734045308608 139631537805808 139632114100866 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10190848 140734045309679 140734045312197 140734045312197 140734045315023 0
[pid=28106/tid=28170] ppid=28103 vsize=10849044 memory=1954 CPUtime=3.79 cores=0,2,4,6
/proc/28106/task/28170/stat : 28170 (java) S 28103 28106 22378 0 -1 1077944384 34142 13348 0 0 363 8 5 3 20 0 15 0 416757882 11109421056 203054 33554432000 4194304 4196468 140734045308608 139631536753520 139632114100866 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 3 0 0 6293624 6294260 10190848 140734045309679 140734045312197 140734045312197 140734045315023 0
[pid=28106/tid=28171] ppid=28103 vsize=10849044 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28106/task/28171/stat : 28171 (java) S 28103 28106 22378 0 -1 1077944384 3 13348 0 0 0 0 5 3 20 0 15 0 416757882 11109421056 203054 33554432000 4194304 4196468 140734045308608 139630656441312 139632114099925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10190848 140734045309679 140734045312197 140734045312197 140734045315023 0
[pid=28106/tid=28172] ppid=28103 vsize=10849044 memory=1074 CPUtime=1.34 cores=0,2,4,6
/proc/28106/task/28172/stat : 28172 (java) S 28103 28106 22378 0 -1 1077944384 1220 13348 0 0 62 64 5 3 20 0 15 0 416757882 11109421056 203054 33554432000 4194304 4196468 140734045308608 139631535700400 139632114100866 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 10190848 140734045309679 140734045312197 140734045312197 140734045315023 0
Current children cumulated CPU time: 2149.17 s
Current children cumulated vsize: 10849044 KiB
Current children cumulated memory: 812216 KiB

[startup+2106 s]*
/proc/loadavg: 1.60 1.47 1.42 3/228 28492
/proc/meminfo: memFree=28277748/32770624 swapFree=66996936/67108860
[pid=28106] ppid=28103 vsize=10849044 memory=812216 CPUtime=2149.59 cores=0,2,4,6
/proc/28106/stat : 28106 (java) S 28103 28106 22378 0 -1 1077944320 218063 13348 0 0 214608 343 5 3 20 0 15 0 416757867 11109421056 203054 33554432000 4194304 4196468 140734045308608 140734045291152 139632114089719 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 10190848 140734045309679 140734045312197 140734045312197 140734045315023 0
/proc/28106/statm: 2712261 203054 3628 1 0 2674317 0
[pid=28106/tid=28159] ppid=28103 vsize=10849044 memory=6791534058613427641 CPUtime=2082.51 cores=0,2,4,6
/proc/28106/task/28159/stat : 28159 (java) R 28103 28106 22378 0 -1 4202560 64702 13348 0 0 208197 46 5 3 20 0 15 0 416757876 11109421056 203054 33554432000 4194304 4196468 140734045308608 139632085924512 139632098404956 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10190848 140734045309679 140734045312197 140734045312197 140734045315023 0
[pid=28106/tid=28160] ppid=28103 vsize=10849044 memory=8317482817917895235 CPUtime=10.83 cores=0,2,4,6
/proc/28106/task/28160/stat : 28160 (java) S 28103 28106 22378 0 -1 1077944384 9987 13348 0 0 1020 55 5 3 20 0 15 0 416757877 11109421056 203054 33554432000 4194304 4196468 140734045308608 139632118332304 139632114099925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10190848 140734045309679 140734045312197 140734045312197 140734045315023 0
[pid=28106/tid=28161] ppid=28103 vsize=10849044 memory=111628 CPUtime=10.82 cores=0,2,4,6
/proc/28106/task/28161/stat : 28161 (java) S 28103 28106 22378 0 -1 1077944384 16678 13348 0 0 1022 52 5 3 20 0 15 0 416757877 11109421056 203054 33554432000 4194304 4196468 140734045308608 139632006605584 139632114099925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10190848 140734045309679 140734045312197 140734045312197 140734045315023 0
[pid=28106/tid=28162] ppid=28103 vsize=10849044 memory=6791534058613427641 CPUtime=10.86 cores=0,2,4,6
/proc/28106/task/28162/stat : 28162 (java) S 28103 28106 22378 0 -1 1077944384 16214 13348 0 0 1021 57 5 3 20 0 15 0 416757877 11109421056 203054 33554432000 4194304 4196468 140734045308608 139632005553296 139632114099925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10190848 140734045309679 140734045312197 140734045312197 140734045315023 0
[pid=28106/tid=28163] ppid=28103 vsize=10849044 memory=1804 CPUtime=10.82 cores=0,2,4,6
/proc/28106/task/28163/stat : 28163 (java) S 28103 28106 22378 0 -1 1077944384 12582 13348 0 0 1020 54 5 3 20 0 15 0 416757877 11109421056 203054 33554432000 4194304 4196468 140734045308608 139631685266448 139632114099925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10190848 140734045309679 140734045312197 140734045312197 140734045315023 0
[pid=28106/tid=28164] ppid=28103 vsize=10849044 memory=2012 CPUtime=9.7 cores=0,2,4,6
/proc/28106/task/28164/stat : 28164 (java) S 28103 28106 22378 0 -1 1077944384 13563 13348 0 0 907 55 5 3 20 0 15 0 416757878 11109421056 203054 33554432000 4194304 4196468 140734045308608 139631573469296 139632114100866 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10190848 140734045309679 140734045312197 140734045312197 140734045315023 0
[pid=28106/tid=28165] ppid=28103 vsize=10849044 memory=1388 CPUtime=0.08 cores=0,2,4,6
/proc/28106/task/28165/stat : 28165 (java) S 28103 28106 22378 0 -1 1077944384 40 13348 0 0 0 0 5 3 20 0 15 0 416757879 11109421056 203054 33554432000 4194304 4196468 140734045308608 139631572415328 139632114099925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10190848 140734045309679 140734045312197 140734045312197 140734045315023 0
[pid=28106/tid=28166] ppid=28103 vsize=10849044 memory=776 CPUtime=0.08 cores=0,2,4,6
/proc/28106/task/28166/stat : 28166 (java) S 28103 28106 22378 0 -1 1077944384 6 13348 0 0 0 0 5 3 20 0 15 0 416757879 11109421056 203054 33554432000 4194304 4196468 140734045308608 139630997398656 139632114099925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10190848 140734045309679 140734045312197 140734045312197 140734045315023 0
[pid=28106/tid=28167] ppid=28103 vsize=10849044 memory=3972 CPUtime=0.08 cores=0,2,4,6
/proc/28106/task/28167/stat : 28167 (java) S 28103 28106 22378 0 -1 1077944384 3 13348 0 0 0 0 5 3 20 0 15 0 416757882 11109421056 203054 33554432000 4194304 4196468 140734045308608 139630689998928 139632114108315 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10190848 140734045309679 140734045312197 140734045312197 140734045315023 0
[pid=28106/tid=28168] ppid=28103 vsize=10849044 memory=2828 CPUtime=4.66 cores=0,2,4,6
/proc/28106/task/28168/stat : 28168 (java) S 28103 28106 22378 0 -1 1077944384 22701 13348 0 0 452 6 5 3 20 0 15 0 416757882 11109421056 203054 33554432000 4194304 4196468 140734045308608 139631538858608 139632114100866 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 10190848 140734045309679 140734045312197 140734045312197 140734045315023 0
[pid=28106/tid=28169] ppid=28103 vsize=10849044 memory=812216 CPUtime=4.89 cores=0,2,4,6
/proc/28106/task/28169/stat : 28169 (java) S 28103 28106 22378 0 -1 1077944384 24013 13348 0 0 476 5 5 3 20 0 15 0 416757882 11109421056 203054 33554432000 4194304 4196468 140734045308608 139631537805808 139632114100866 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10190848 140734045309679 140734045312197 140734045312197 140734045315023 0
[pid=28106/tid=28170] ppid=28103 vsize=10849044 memory=6791534058613427641 CPUtime=3.79 cores=0,2,4,6
/proc/28106/task/28170/stat : 28170 (java) S 28103 28106 22378 0 -1 1077944384 34142 13348 0 0 363 8 5 3 20 0 15 0 416757882 11109421056 203054 33554432000 4194304 4196468 140734045308608 139631536753520 139632114100866 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 3 0 0 6293624 6294260 10190848 140734045309679 140734045312197 140734045312197 140734045315023 0
[pid=28106/tid=28171] ppid=28103 vsize=10849044 memory=776 CPUtime=0.08 cores=0,2,4,6
/proc/28106/task/28171/stat : 28171 (java) S 28103 28106 22378 0 -1 1077944384 3 13348 0 0 0 0 5 3 20 0 15 0 416757882 11109421056 203054 33554432000 4194304 4196468 140734045308608 139630656441312 139632114099925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10190848 140734045309679 140734045312197 140734045312197 140734045315023 0
[pid=28106/tid=28172] ppid=28103 vsize=10849044 memory=3972 CPUtime=1.34 cores=0,2,4,6
/proc/28106/task/28172/stat : 28172 (java) S 28103 28106 22378 0 -1 1077944384 1220 13348 0 0 62 64 5 3 20 0 15 0 416757882 11109421056 203054 33554432000 4194304 4196468 140734045308608 139631535700400 139632114100866 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 10190848 140734045309679 140734045312197 140734045312197 140734045315023 0
Current children cumulated CPU time: 2149.59 s
Current children cumulated vsize: 10849044 KiB
Current children cumulated memory: 812216 KiB

Child status: 0
Real time (s): 2106.02
CPU time (s): 2149.62
CPU user time (s): 2146.14
CPU system time (s): 3.47888
CPU usage (%): 102.07
Max. virtual memory (cumulated for all children) (KiB): 10851988
Max. memory (cumulated for all children) (KiB): 812216

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2146.14
system time used= 3.47888
maximum resident set size= 814300
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 231936
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2536
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 255866
involuntary context switches= 8339


# summary of solver processes directly reported to runsolver:
#   pid: 28106
#   total CPU time (s): 2149.62
#   total CPU user time (s): 2146.14
#   total CPU system time (s): 3.47888

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.5295 second user time and 20.146 second system time

The end

Launcher Data

Begin job on node103 at 2019-09-13 22:03:09
IDJOB=4396396
IDBENCH=135750
IDSOLVER=2847
FILE ID=node103/4396396-1568405048
RUNJOBID= node103-1568393993-23927
PBS_JOBID= 21701854
Free space on /tmp= 61684 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-4396396-1568405048/watcher-4396396-1568405048 -o /tmp/evaluation-result-4396396-1568405048/solver-4396396-1568405048 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node103-1568393993-23927 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=1217571544 HOME/instance-4396396-1568405048.xml

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

MD5SUM BENCH= 97cdfd39e69e24a1288603b41de82026
RANDOM SEED=1217571544

node103.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.74
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.74
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.74
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.74
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:        30830172 kB
MemAvailable:   31104064 kB
Buffers:           72348 kB
Cached:           485424 kB
SwapCached:         9136 kB
Active:          1231804 kB
Inactive:         124456 kB
Active(anon):     792840 kB
Inactive(anon):    46792 kB
Active(file):     438964 kB
Inactive(file):    77664 kB
Unevictable:      111360 kB
Mlocked:          111360 kB
SwapTotal:      67108860 kB
SwapFree:       66996936 kB
Dirty:             35460 kB
Writeback:             0 kB
AnonPages:        901744 kB
Mapped:            57756 kB
Shmem:             32624 kB
Slab:             175224 kB
SReclaimable:     146196 kB
SUnreclaim:        29028 kB
KernelStack:        3824 kB
PageTables:         7808 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2045192 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    714752 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 61648 MiB
End job on node103 at 2019-09-13 22:38:15