Trace number 4387382

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.10OPT93 1264.84 1232.57

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n15/
TravellingSalesman-15-30-00.xml
MD5SUM0f9f8d62bc132272af22ef8ddad99d7d
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark93
Best CPU time to get the best result obtained on this benchmark106.813
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints16
Number of domains2
Minimum domain size15
Maximum domain size31
Distribution of domain sizes[{"size":15,"count":15},{"size":31,"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.73/0.54	c Concrete v3.10.1560635388952 running
6.58/3.06	o 201
6.58/3.08	o 199
6.58/3.08	o 198
6.58/3.11	o 190
6.58/3.11	o 185
6.94/3.13	o 184
6.94/3.14	o 180
7.25/3.23	o 176
7.25/3.23	o 167
7.25/3.26	o 166
7.25/3.28	o 162
7.62/3.33	o 161
7.62/3.34	o 158
7.62/3.40	o 153
7.62/3.40	o 117
7.62/3.40	o 116
7.96/3.48	o 115
7.96/3.48	o 111
7.96/3.49	o 110
8.62/3.66	o 104
8.92/3.71	o 103
8.92/3.72	o 101
8.92/3.78	o 99
10.12/4.12	o 97
10.12/4.14	o 93
1264.76/1232.55	v <instantiation
1264.76/1232.55	v         cost = '93'>
1264.76/1232.55	v       <list>
1264.76/1232.55	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]
1264.76/1232.55	v       </list>
1264.76/1232.55	v       <values>
1264.76/1232.55	v         11 6 4 1 0 2 3 5 7 9 8 10 14 13 12 8 8 4 7 2 2 5 8 4 9 5 7 15 8 1
1264.76/1232.55	v       </values>
1264.76/1232.55	v     </instantiation>
1264.76/1232.55	s OPTIMUM FOUND

Verifier Data

OK	93

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4387382-1568301767/watcher-4387382-1568301767 -o /tmp/evaluation-result-4387382-1568301767/solver-4387382-1568301767 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1568286041-32307 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1532801669 HOME/instance-4387382-1568301767.xml 

running on 4 cores: 1,3,5,7

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

solver pid=4801, runsolver pid=4798

[startup+0.100093 s]*
/proc/loadavg: 1.17 1.41 1.44 3/218 4858
/proc/meminfo: memFree=19164824/32770624 swapFree=66939716/67108860
[pid=4801] ppid=4798 vsize=9972712 memory=16816 CPUtime=0.09 cores=1,3,5,7
/proc/4801/stat : 4801 (java) S 4798 4801 31346 0 -1 1077944320 4466 13284 0 0 1 0 5 3 20 0 6 0 406443542 10212057088 4204 33554432000 4194304 4196468 140736786183072 140736786165616 140430829752055 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24743936 140736786189045 140736786191557 140736786191557 140736786194383 0
/proc/4801/statm: 2493178 4204 1935 1 0 2481616 0
[pid=4801/tid=4854] ppid=4798 vsize=9972712 memory=-8171376296011865461 CPUtime=0.09 cores=1,3,5,7
/proc/4801/task/4854/stat : 4854 (java) R 4798 4801 31346 0 -1 4202560 2320 13284 0 0 1 0 5 3 20 0 6 0 406443551 10212057088 4270 33554432000 4194304 4196468 140736786183072 140430801588816 140430811249072 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24743936 140736786189045 140736786191557 140736786191557 140736786194383 0
[pid=4801/tid=4855] ppid=4798 vsize=9972712 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/4801/task/4855/stat : 4855 (java) S 4798 4801 31346 0 -1 1077944384 1 13284 0 0 0 0 5 3 20 0 6 0 406443551 10212057088 4270 33554432000 4194304 4196468 140736786183072 140430833994768 140430829762261 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24743936 140736786189045 140736786191557 140736786191557 140736786194383 0
[pid=4801/tid=4856] ppid=4798 vsize=9972712 memory=139943561574016 CPUtime=0.08 cores=1,3,5,7
/proc/4801/task/4856/stat : 4856 (java) S 4798 4801 31346 0 -1 1077944384 1 13284 0 0 0 0 5 3 20 0 6 0 406443551 10212057088 4270 33554432000 4194304 4196468 140736786183072 140430738197648 140430829762261 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24743936 140736786189045 140736786191557 140736786191557 140736786194383 0
[pid=4801/tid=4857] ppid=4798 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/4801/task/4857/stat : 4857 (java) S 4798 4801 31346 0 -1 1077944384 1 13284 0 0 0 0 5 3 20 0 6 0 406443551 10212057088 4270 33554432000 4194304 4196468 140736786183072 140430737144592 140430829762261 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24743936 140736786189045 140736786191557 140736786191557 140736786194383 0
[pid=4801/tid=4858] ppid=4798 vsize=9972712 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/4801/task/4858/stat : 4858 (java) S 4798 4801 31346 0 -1 1077944384 2 13284 0 0 0 0 5 3 20 0 6 0 406443551 10212057088 4270 33554432000 4194304 4196468 140736786183072 140430736092048 140430829762261 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24743936 140736786189045 140736786191557 140736786191557 140736786194383 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16816 KiB

[startup+0.21003 s]*
/proc/loadavg: 1.17 1.41 1.44 5/227 4867
/proc/meminfo: memFree=19144596/32770624 swapFree=66939716/67108860
[pid=4801] ppid=4798 vsize=10818940 memory=38960 CPUtime=0.26 cores=1,3,5,7
/proc/4801/stat : 4801 (java) S 4798 4801 31346 0 -1 1077944320 7053 13284 0 0 16 2 5 3 20 0 15 0 406443542 11078594560 9740 33554432000 4194304 4196468 140736786183072 140736786165616 140430829752055 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24743936 140736786189045 140736786191557 140736786191557 140736786194383 0
/proc/4801/statm: 2704735 9740 2983 1 0 2667149 0
[pid=4801/tid=4854] ppid=4798 vsize=10818940 memory=8389772277269004345 CPUtime=0.19 cores=1,3,5,7
/proc/4801/task/4854/stat : 4854 (java) R 4798 4801 31346 0 -1 4202560 3574 13284 0 0 10 1 5 3 20 0 15 0 406443551 11078594560 9740 33554432000 4194304 4196468 140736786183072 140430801584752 140430829773981 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24743936 140736786189045 140736786191557 140736786191557 140736786194383 0
[pid=4801/tid=4855] ppid=4798 vsize=10818940 memory=4294967660 CPUtime=0.08 cores=1,3,5,7
/proc/4801/task/4855/stat : 4855 (java) S 4798 4801 31346 0 -1 1077944384 1 13284 0 0 0 0 5 3 20 0 15 0 406443551 11078594560 9740 33554432000 4194304 4196468 140736786183072 140430833994768 140430829762261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24743936 140736786189045 140736786191557 140736786191557 140736786194383 0
[pid=4801/tid=4856] ppid=4798 vsize=10818940 memory=3690617969593464480 CPUtime=0.08 cores=1,3,5,7
/proc/4801/task/4856/stat : 4856 (java) S 4798 4801 31346 0 -1 1077944384 1 13284 0 0 0 0 5 3 20 0 15 0 406443551 11078594560 9740 33554432000 4194304 4196468 140736786183072 140430738197648 140430829762261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24743936 140736786189045 140736786191557 140736786191557 140736786194383 0
[pid=4801/tid=4857] ppid=4798 vsize=10818940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/4801/task/4857/stat : 4857 (java) S 4798 4801 31346 0 -1 1077944384 1 13284 0 0 0 0 5 3 20 0 15 0 406443551 11078594560 9740 33554432000 4194304 4196468 140736786183072 140430737144592 140430829762261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24743936 140736786189045 140736786191557 140736786191557 140736786194383 0
[pid=4801/tid=4858] ppid=4798 vsize=10818940 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/4801/task/4858/stat : 4858 (java) S 4798 4801 31346 0 -1 1077944384 2 13284 0 0 0 0 5 3 20 0 15 0 406443551 11078594560 9740 33554432000 4194304 4196468 140736786183072 140430736092048 140430829762261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24743936 140736786189045 140736786191557 140736786191557 140736786194383 0
[pid=4801/tid=4859] ppid=4798 vsize=10818940 memory=139943561574016 CPUtime=0.08 cores=1,3,5,7
/proc/4801/task/4859/stat : 4859 (java) S 4798 4801 31346 0 -1 1077944384 2 13284 0 0 0 0 5 3 20 0 15 0 406443553 11078594560 9740 33554432000 4194304 4196468 140736786183072 140430289037552 140430829763202 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24743936 140736786189045 140736786191557 140736786191557 140736786194383 0
[pid=4801/tid=4860] ppid=4798 vsize=10818940 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/4801/task/4860/stat : 4860 (java) S 4798 4801 31346 0 -1 1077944384 13 13284 0 0 0 0 5 3 20 0 15 0 406443553 11078594560 9740 33554432000 4194304 4196468 140736786183072 140429727098016 140430829762261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24743936 140736786189045 140736786191557 140736786191557 140736786194383 0
[pid=4801/tid=4861] ppid=4798 vsize=10818940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/4801/task/4861/stat : 4861 (java) S 4798 4801 31346 0 -1 1077944384 1 13284 0 0 0 0 5 3 20 0 15 0 406443554 11078594560 9740 33554432000 4194304 4196468 140736786183072 140429592879856 140430829762261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24743936 140736786189045 140736786191557 140736786191557 140736786194383 0
[pid=4801/tid=4862] ppid=4798 vsize=10818940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/4801/task/4862/stat : 4862 (java) S 4798 4801 31346 0 -1 1077944384 3 13284 0 0 0 0 5 3 20 0 15 0 406443556 11078594560 9740 33554432000 4194304 4196468 140736786183072 140429352589264 140430829770651 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24743936 140736786189045 140736786191557 140736786191557 140736786194383 0
[pid=4801/tid=4863] ppid=4798 vsize=10818940 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/4801/task/4863/stat : 4863 (java) S 4798 4801 31346 0 -1 1077944384 343 13284 0 0 1 0 5 3 20 0 15 0 406443556 11078594560 9740 33554432000 4194304 4196468 140736786183072 140430287985392 140430829763202 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24743936 140736786189045 140736786191557 140736786191557 140736786194383 0
[pid=4801/tid=4864] ppid=4798 vsize=10818940 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/4801/task/4864/stat : 4864 (java) S 4798 4801 31346 0 -1 1077944384 279 13284 0 0 1 0 5 3 20 0 15 0 406443556 11078594560 9740 33554432000 4194304 4196468 140736786183072 140430286932848 140430829763202 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24743936 140736786189045 140736786191557 140736786191557 140736786194383 0
[pid=4801/tid=4865] ppid=4798 vsize=10818940 memory=139943561574016 CPUtime=0.11 cores=1,3,5,7
/proc/4801/task/4865/stat : 4865 (java) R 4798 4801 31346 0 -1 4202560 635 13284 0 0 3 0 5 3 20 0 15 0 406443556 11078594560 9740 33554432000 4194304 4196468 140736786183072 140430285879792 140430821993445 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24743936 140736786189045 140736786191557 140736786191557 140736786194383 0
[pid=4801/tid=4866] ppid=4798 vsize=10818940 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/4801/task/4866/stat : 4866 (java) S 4798 4801 31346 0 -1 1077944384 3 13284 0 0 0 0 5 3 20 0 15 0 406443556 11078594560 9740 33554432000 4194304 4196468 140736786183072 140429319031648 140430829762261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24743936 140736786189045 140736786191557 140736786191557 140736786194383 0
[pid=4801/tid=4867] ppid=4798 vsize=10818940 memory=139943561574016 CPUtime=0.08 cores=1,3,5,7
/proc/4801/task/4867/stat : 4867 (java) S 4798 4801 31346 0 -1 1077944384 1 13284 0 0 0 0 5 3 20 0 15 0 406443557 11078594560 9740 33554432000 4194304 4196468 140736786183072 140430284827184 140430829763202 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24743936 140736786189045 140736786191557 140736786191557 140736786194383 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818940 KiB
Current children cumulated memory: 38960 KiB

[startup+0.310427 s]*
/proc/loadavg: 1.17 1.41 1.44 3/227 4867
/proc/meminfo: memFree=19135196/32770624 swapFree=66939716/67108860
[pid=4801] ppid=4798 vsize=10820096 memory=50292 CPUtime=0.41 cores=1,3,5,7
/proc/4801/stat : 4801 (java) S 4798 4801 31346 0 -1 1077944320 10791 13284 0 0 29 4 5 3 20 0 15 0 406443542 11079778304 12573 33554432000 4194304 4196468 140736786183072 140736786165616 140430829752055 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24743936 140736786189045 140736786191557 140736786191557 140736786194383 0
/proc/4801/statm: 2705024 12573 3237 1 0 2667149 0
[pid=4801/tid=4854] ppid=4798 vsize=10820096 memory=6935054825532540783 CPUtime=0.3 cores=1,3,5,7
/proc/4801/task/4854/stat : 4854 (java) R 4798 4801 31346 0 -1 4202560 7290 13284 0 0 19 3 5 3 20 0 15 0 406443551 11079778304 12573 33554432000 4194304 4196468 140736786183072 140430801569680 140430829763990 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24743936 140736786189045 140736786191557 140736786191557 140736786194383 0
[pid=4801/tid=4855] ppid=4798 vsize=10820096 memory=-8813974798734826869 CPUtime=0.08 cores=1,3,5,7
/proc/4801/task/4855/stat : 4855 (java) S 4798 4801 31346 0 -1 1077944384 1 13284 0 0 0 0 5 3 20 0 15 0 406443551 11079778304 12573 33554432000 4194304 4196468 140736786183072 140430833994768 140430829762261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24743936 140736786189045 140736786191557 140736786191557 140736786194383 0
[pid=4801/tid=4856] ppid=4798 vsize=10820096 memory=-2843878425754191006 CPUtime=0.08 cores=1,3,5,7
/proc/4801/task/4856/stat : 4856 (java) S 4798 4801 31346 0 -1 1077944384 1 13284 0 0 0 0 5 3 20 0 15 0 406443551 11079778304 12573 33554432000 4194304 4196468 140736786183072 140430738197648 140430829762261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24743936 140736786189045 140736786191557 140736786191557 140736786194383 0
[pid=4801/tid=4857] ppid=4798 vsize=10820096 memory=-8412656567334364540 CPUtime=0.08 cores=1,3,5,7
/proc/4801/task/4857/stat : 4857 (java) S 4798 4801 31346 0 -1 1077944384 1 13284 0 0 0 0 5 3 20 0 15 0 406443551 11079778304 12573 33554432000 4194304 4196468 140736786183072 140430737144592 140430829762261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24743936 140736786189045 140736786191557 140736786191557 140736786194383 0
[pid=4801/tid=4858] ppid=4798 vsize=10820096 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/4801/task/4858/stat : 4858 (java) S 4798 4801 31346 0 -1 1077944384 2 13284 0 0 0 0 5 3 20 0 15 0 406443551 11079778304 12573 33554432000 4194304 4196468 140736786183072 140430736092048 140430829762261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24743936 140736786189045 140736786191557 140736786191557 140736786194383 0
[pid=4801/tid=4859] ppid=4798 vsize=10820096 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/4801/task/4859/stat : 4859 (java) S 4798 4801 31346 0 -1 1077944384 2 13284 0 0 0 0 5 3 20 0 15 0 406443553 11079778304 12573 33554432000 4194304 4196468 140736786183072 140430289037552 140430829763202 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24743936 140736786189045 140736786191557 140736786191557 140736786194383 0
[pid=4801/tid=4860] ppid=4798 vsize=10820096 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/4801/task/4860/stat : 4860 (java) S 4798 4801 31346 0 -1 1077944384 13 13284 0 0 0 0 5 3 20 0 15 0 406443553 11079778304 12573 33554432000 4194304 4196468 140736786183072 140429727098016 140430829762261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24743936 140736786189045 140736786191557 140736786191557 140736786194383 0
[pid=4801/tid=4861] ppid=4798 vsize=10820096 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/4801/task/4861/stat : 4861 (java) S 4798 4801 31346 0 -1 1077944384 1 13284 0 0 0 0 5 3 20 0 15 0 406443554 11079778304 12573 33554432000 4194304 4196468 140736786183072 140429592879856 140430829762261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24743936 140736786189045 140736786191557 140736786191557 140736786194383 0
[pid=4801/tid=4862] ppid=4798 vsize=10820096 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/4801/task/4862/stat : 4862 (java) S 4798 4801 31346 0 -1 1077944384 3 13284 0 0 0 0 5 3 20 0 15 0 406443556 11079778304 12573 33554432000 4194304 4196468 140736786183072 140429352589264 140430829770651 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24743936 140736786189045 140736786191557 140736786191557 140736786194383 0
[pid=4801/tid=4863] ppid=4798 vsize=10820096 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/4801/task/4863/stat : 4863 (java) S 4798 4801 31346 0 -1 1077944384 343 13284 0 0 1 0 5 3 20 0 15 0 406443556 11079778304 12573 33554432000 4194304 4196468 140736786183072 140430287985392 140430829763202 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24743936 140736786189045 140736786191557 140736786191557 140736786194383 0
[pid=4801/tid=4864] ppid=4798 vsize=10820096 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/4801/task/4864/stat : 4864 (java) S 4798 4801 31346 0 -1 1077944384 281 13284 0 0 1 0 5 3 20 0 15 0 406443556 11079778304 12573 33554432000 4194304 4196468 140736786183072 140430286932848 140430829763202 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24743936 140736786189045 140736786191557 140736786191557 140736786194383 0
[pid=4801/tid=4865] ppid=4798 vsize=10820096 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/4801/task/4865/stat : 4865 (java) R 4798 4801 31346 0 -1 4202560 647 13284 0 0 5 0 5 3 20 0 15 0 406443556 11079778304 12573 33554432000 4194304 4196468 140736786183072 140430285879792 140430829773402 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24743936 140736786189045 140736786191557 140736786191557 140736786194383 0
[pid=4801/tid=4866] ppid=4798 vsize=10820096 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/4801/task/4866/stat : 4866 (java) S 4798 4801 31346 0 -1 1077944384 3 13284 0 0 0 0 5 3 20 0 15 0 406443556 11079778304 12573 33554432000 4194304 4196468 140736786183072 140429319031648 140430829762261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24743936 140736786189045 140736786191557 140736786191557 140736786194383 0
[pid=4801/tid=4867] ppid=4798 vsize=10820096 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/4801/task/4867/stat : 4867 (java) S 4798 4801 31346 0 -1 1077944384 1 13284 0 0 0 0 5 3 20 0 15 0 406443557 11079778304 12573 33554432000 4194304 4196468 140736786183072 140430284827184 140430829763202 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24743936 140736786189045 140736786191557 140736786191557 140736786194383 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 10820096 KiB
Current children cumulated memory: 50292 KiB

[startup+0.701426 s]
/proc/loadavg: 1.17 1.41 1.44 5/227 4867
/proc/meminfo: memFree=19119892/32770624 swapFree=66939716/67108860
[pid=4801] ppid=4798 vsize=10824340 memory=80796 CPUtime=1.15 cores=1,3,5,7
/proc/4801/stat : 4801 (java) S 4798 4801 31346 0 -1 1077944320 14873 13284 0 0 102 5 5 3 20 0 15 0 406443542 11084124160 20199 33554432000 4194304 4196468 140736786183072 140736786165616 140430829752055 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24743936 140736786189045 140736786191557 140736786191557 140736786194383 0
/proc/4801/statm: 2706085 20199 3508 1 0 2668173 0
[pid=4801/tid=4854] ppid=4798 vsize=10824340 memory=2435783329537 CPUtime=0.67 cores=1,3,5,7
/proc/4801/task/4854/stat : 4854 (java) D 4798 4801 31346 0 -1 1077944384 10532 13284 0 0 55 4 5 3 20 0 15 0 406443551 11084124160 20199 33554432000 4194304 4196468 140736786183072 140430801579040 140430829774077 0 4 0 16800975 18446744072101731876 0 0 -1 7 0 0 0 0 0 6293624 6294260 24743936 140736786189045 140736786191557 140736786191557 140736786194383 0
[pid=4801/tid=4855] ppid=4798 vsize=10824340 memory=2448668231425 CPUtime=0.08 cores=1,3,5,7
/proc/4801/task/4855/stat : 4855 (java) S 4798 4801 31346 0 -1 1077944384 1 13284 0 0 0 0 5 3 20 0 15 0 406443551 11084124160 20199 33554432000 4194304 4196468 140736786183072 140430833994768 140430829762261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24743936 140736786189045 140736786191557 140736786191557 140736786194383 0
[pid=4801/tid=4856] ppid=4798 vsize=10824340 memory=2470143067905 CPUtime=0.08 cores=1,3,5,7
/proc/4801/task/4856/stat : 4856 (java) S 4798 4801 31346 0 -1 1077944384 1 13284 0 0 0 0 5 3 20 0 15 0 406443551 11084124160 20199 33554432000 4194304 4196468 140736786183072 140430738197648 140430829762261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24743936 140736786189045 140736786191557 140736786191557 140736786194383 0
[pid=4801/tid=4857] ppid=4798 vsize=10824340 memory=2474438035201 CPUtime=0.08 cores=1,3,5,7
/proc/4801/task/4857/stat : 4857 (java) S 4798 4801 31346 0 -1 1077944384 1 13284 0 0 0 0 5 3 20 0 15 0 406443551 11084124160 20199 33554432000 4194304 4196468 140736786183072 140430737144592 140430829762261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24743936 140736786189045 140736786191557 140736786191557 140736786194383 0
[pid=4801/tid=4858] ppid=4798 vsize=10824340 memory=8730425 CPUtime=0.08 cores=1,3,5,7
/proc/4801/task/4858/stat : 4858 (java) S 4798 4801 31346 0 -1 1077944384 2 13284 0 0 0 0 5 3 20 0 15 0 406443551 11084124160 20199 33554432000 4194304 4196468 140736786183072 140430736092048 140430829762261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24743936 140736786189045 140736786191557 140736786191557 140736786194383 0
[pid=4801/tid=4859] ppid=4798 vsize=10824340 memory=4639649383340284835 CPUtime=0.08 cores=1,3,5,7
/proc/4801/task/4859/stat : 4859 (java) S 4798 4801 31346 0 -1 1077944384 5 13284 0 0 0 0 5 3 20 0 15 0 406443553 11084124160 20199 33554432000 4194304 4196468 140736786183072 140430289037552 140430829763202 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24743936 140736786189045 140736786191557 140736786191557 140736786194383 0
[pid=4801/tid=4860] ppid=4798 vsize=10824340 memory=5861826720752095312 CPUtime=0.08 cores=1,3,5,7
/proc/4801/task/4860/stat : 4860 (java) S 4798 4801 31346 0 -1 1077944384 13 13284 0 0 0 0 5 3 20 0 15 0 406443553 11084124160 20199 33554432000 4194304 4196468 140736786183072 140429727098016 140430829762261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24743936 140736786189045 140736786191557 140736786191557 140736786194383 0
[pid=4801/tid=4861] ppid=4798 vsize=10824340 memory=7013340846366745708 CPUtime=0.08 cores=1,3,5,7
/proc/4801/task/4861/stat : 4861 (java) S 4798 4801 31346 0 -1 1077944384 1 13284 0 0 0 0 5 3 20 0 15 0 406443554 11084124160 20199 33554432000 4194304 4196468 140736786183072 140429592879856 140430829762261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24743936 140736786189045 140736786191557 140736786191557 140736786194383 0
[pid=4801/tid=4862] ppid=4798 vsize=10824340 memory=279886913119808 CPUtime=0.08 cores=1,3,5,7
/proc/4801/task/4862/stat : 4862 (java) S 4798 4801 31346 0 -1 1077944384 3 13284 0 0 0 0 5 3 20 0 15 0 406443556 11084124160 20199 33554432000 4194304 4196468 140736786183072 140429352589264 140430829770651 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24743936 140736786189045 140736786191557 140736786191557 140736786194383 0
[pid=4801/tid=4863] ppid=4798 vsize=10824340 memory=139947214373473 CPUtime=0.23 cores=1,3,5,7
/proc/4801/task/4863/stat : 4863 (java) S 4798 4801 31346 0 -1 1077944384 662 13284 0 0 15 0 5 3 20 0 15 0 406443556 11084124160 20199 33554432000 4194304 4196468 140736786183072 140430287985392 140430829763202 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24743936 140736786189045 140736786191557 140736786191557 140736786194383 0
[pid=4801/tid=4864] ppid=4798 vsize=10824340 memory=142412525601418 CPUtime=0.21 cores=1,3,5,7
/proc/4801/task/4864/stat : 4864 (java) S 4798 4801 31346 0 -1 1077944384 591 13284 0 0 13 0 5 3 20 0 15 0 406443556 11084124160 20199 33554432000 4194304 4196468 140736786183072 140430286932848 140430829763202 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24743936 140736786189045 140736786191557 140736786191557 140736786194383 0
[pid=4801/tid=4865] ppid=4798 vsize=10824340 memory=139947214373753 CPUtime=0.25 cores=1,3,5,7
/proc/4801/task/4865/stat : 4865 (java) S 4798 4801 31346 0 -1 1077944384 853 13284 0 0 17 0 5 3 20 0 15 0 406443556 11084124160 20199 33554432000 4194304 4196468 140736786183072 140430285879792 140430829763202 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24743936 140736786189045 140736786191557 140736786191557 140736786194383 0
[pid=4801/tid=4866] ppid=4798 vsize=10824340 memory=139947214373755 CPUtime=0.08 cores=1,3,5,7
/proc/4801/task/4866/stat : 4866 (java) S 4798 4801 31346 0 -1 1077944384 3 13284 0 0 0 0 5 3 20 0 15 0 406443556 11084124160 20199 33554432000 4194304 4196468 140736786183072 140429319031648 140430829762261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24743936 140736786189045 140736786191557 140736786191557 140736786194383 0
[pid=4801/tid=4867] ppid=4798 vsize=10824340 memory=139947214373785 CPUtime=0.08 cores=1,3,5,7
/proc/4801/task/4867/stat : 4867 (java) S 4798 4801 31346 0 -1 1077944384 1 13284 0 0 0 0 5 3 20 0 15 0 406443557 11084124160 20199 33554432000 4194304 4196468 140736786183072 140430284827184 140430829763202 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24743936 140736786189045 140736786191557 140736786191557 140736786194383 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 10824340 KiB
Current children cumulated memory: 80796 KiB

[startup+1.50067 s]
/proc/loadavg: 1.17 1.41 1.44 3/227 4867
/proc/meminfo: memFree=19077240/32770624 swapFree=66939716/67108860
[pid=4801] ppid=4798 vsize=10834656 memory=166052 CPUtime=2.43 cores=1,3,5,7
/proc/4801/stat : 4801 (java) S 4798 4801 31346 0 -1 1077944320 20190 13284 0 0 225 10 5 3 20 0 15 0 406443542 11094687744 41513 33554432000 4194304 4196468 140736786183072 140736786165616 140430829752055 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24743936 140736786189045 140736786191557 140736786191557 140736786194383 0
/proc/4801/statm: 2708664 41513 3567 1 0 2670733 0
[pid=4801/tid=4854] ppid=4798 vsize=10834656 memory=0 CPUtime=1.42 cores=1,3,5,7
/proc/4801/task/4854/stat : 4854 (java) R 4798 4801 31346 0 -1 4202560 15016 13284 0 0 128 6 5 3 20 0 15 0 406443551 11094687744 41513 33554432000 4194304 4196468 140736786183072 140430801562720 140430829763990 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24743936 140736786189045 140736786191557 140736786191557 140736786194383 0
[pid=4801/tid=4855] ppid=4798 vsize=10834656 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/4801/task/4855/stat : 4855 (java) S 4798 4801 31346 0 -1 1077944384 12 13284 0 0 0 0 5 3 20 0 15 0 406443551 11094687744 41513 33554432000 4194304 4196468 140736786183072 140430833994768 140430829762261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24743936 140736786189045 140736786191557 140736786191557 140736786194383 0
[pid=4801/tid=4856] ppid=4798 vsize=10834656 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/4801/task/4856/stat : 4856 (java) S 4798 4801 31346 0 -1 1077944384 53 13284 0 0 1 0 5 3 20 0 15 0 406443551 11094687744 41513 33554432000 4194304 4196468 140736786183072 140430738197648 140430829762261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24743936 140736786189045 140736786191557 140736786191557 140736786194383 0
[pid=4801/tid=4857] ppid=4798 vsize=10834656 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/4801/task/4857/stat : 4857 (java) S 4798 4801 31346 0 -1 1077944384 25 13284 0 0 1 0 5 3 20 0 15 0 406443551 11094687744 41513 33554432000 4194304 4196468 140736786183072 140430737144592 140430829762261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24743936 140736786189045 140736786191557 140736786191557 140736786194383 0
[pid=4801/tid=4858] ppid=4798 vsize=10834656 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/4801/task/4858/stat : 4858 (java) S 4798 4801 31346 0 -1 1077944384 15 13284 0 0 0 0 5 3 20 0 15 0 406443551 11094687744 41513 33554432000 4194304 4196468 140736786183072 140430736092048 140430829762261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24743936 140736786189045 140736786191557 140736786191557 140736786194383 0
[pid=4801/tid=4859] ppid=4798 vsize=10834656 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/4801/task/4859/stat : 4859 (java) S 4798 4801 31346 0 -1 1077944384 44 13284 0 0 0 0 5 3 20 0 15 0 406443553 11094687744 41513 33554432000 4194304 4196468 140736786183072 140430289037552 140430829763202 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24743936 140736786189045 140736786191557 140736786191557 140736786194383 0
[pid=4801/tid=4860] ppid=4798 vsize=10834656 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/4801/task/4860/stat : 4860 (java) S 4798 4801 31346 0 -1 1077944384 13 13284 0 0 0 0 5 3 20 0 15 0 406443553 11094687744 41513 33554432000 4194304 4196468 140736786183072 140429727098080 140430829762261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24743936 140736786189045 140736786191557 140736786191557 140736786194383 0
[pid=4801/tid=4861] ppid=4798 vsize=10834656 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/4801/task/4861/stat : 4861 (java) S 4798 4801 31346 0 -1 1077944384 2 13284 0 0 0 0 5 3 20 0 15 0 406443554 11094687744 41513 33554432000 4194304 4196468 140736786183072 140429592879856 140430829762261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24743936 140736786189045 140736786191557 140736786191557 140736786194383 0
[pid=4801/tid=4862] ppid=4798 vsize=10834656 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/4801/task/4862/stat : 4862 (java) S 4798 4801 31346 0 -1 1077944384 3 13284 0 0 0 0 5 3 20 0 15 0 406443556 11094687744 41513 33554432000 4194304 4196468 140736786183072 140429352589264 140430829770651 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24743936 140736786189045 140736786191557 140736786191557 140736786194383 0
[pid=4801/tid=4863] ppid=4798 vsize=10834656 memory=0 CPUtime=0.34 cores=1,3,5,7
/proc/4801/task/4863/stat : 4863 (java) S 4798 4801 31346 0 -1 1077944384 714 13284 0 0 26 0 5 3 20 0 15 0 406443556 11094687744 41513 33554432000 4194304 4196468 140736786183072 140430287985392 140430829763202 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24743936 140736786189045 140736786191557 140736786191557 140736786194383 0
[pid=4801/tid=4864] ppid=4798 vsize=10834656 memory=-7966001967407402336 CPUtime=0.31 cores=1,3,5,7
/proc/4801/task/4864/stat : 4864 (java) S 4798 4801 31346 0 -1 1077944384 648 13284 0 0 23 0 5 3 20 0 15 0 406443556 11094687744 41513 33554432000 4194304 4196468 140736786183072 140430286932848 140430829763202 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24743936 140736786189045 140736786191557 140736786191557 140736786194383 0
[pid=4801/tid=4865] ppid=4798 vsize=10834656 memory=6944938067432061290 CPUtime=0.48 cores=1,3,5,7
/proc/4801/task/4865/stat : 4865 (java) R 4798 4801 31346 0 -1 4202560 1436 13284 0 0 40 0 5 3 20 0 15 0 406443556 11094687744 41513 33554432000 4194304 4196468 140736786183072 140430285879792 140430829773402 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24743936 140736786189045 140736786191557 140736786191557 140736786194383 0
[pid=4801/tid=4866] ppid=4798 vsize=10834656 memory=7100839870102598768 CPUtime=0.08 cores=1,3,5,7
/proc/4801/task/4866/stat : 4866 (java) S 4798 4801 31346 0 -1 1077944384 3 13284 0 0 0 0 5 3 20 0 15 0 406443556 11094687744 41513 33554432000 4194304 4196468 140736786183072 140429319031648 140430829762261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24743936 140736786189045 140736786191557 140736786191557 140736786194383 0
[pid=4801/tid=4867] ppid=4798 vsize=10834656 memory=4627829655977429107 CPUtime=0.08 cores=1,3,5,7
/proc/4801/task/4867/stat : 4867 (java) S 4798 4801 31346 0 -1 1077944384 1 13284 0 0 0 0 5 3 20 0 15 0 406443557 11094687744 41513 33554432000 4194304 4196468 140736786183072 140430284827184 140430829763202 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24743936 140736786189045 140736786191557 140736786191557 140736786194383 0
Current children cumulated CPU time: 2.43 s
Current children cumulated vsize: 10834656 KiB

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

[pid=4801/tid=4866] ppid=4798 vsize=10849024 memory=1556 CPUtime=0.08 cores=1,3,5,7
/proc/4801/task/4866/stat : 4866 (java) S 4798 4801 31346 0 -1 1077944384 3 13284 0 0 0 0 5 3 20 0 15 0 406443556 11109400576 179974 33554432000 4194304 4196468 140736786183072 140429319031648 140430829762261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24743936 140736786189045 140736786191557 140736786191557 140736786194383 0
[pid=4801/tid=4867] ppid=4798 vsize=10849024 memory=928 CPUtime=0.76 cores=1,3,5,7
/proc/4801/task/4867/stat : 4867 (java) S 4798 4801 31346 0 -1 1077944384 1380 13284 0 0 31 37 5 3 20 0 15 0 406443557 11109400576 179974 33554432000 4194304 4196468 140736786183072 140430284827184 140430829763202 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24743936 140736786189045 140736786191557 140736786191557 140736786194383 0
Current children cumulated CPU time: 1262.63 s
Current children cumulated vsize: 10849024 KiB
Current children cumulated memory: 719896 KiB

[startup+1231.2 s]
/proc/loadavg: 1.22 1.26 1.34 3/227 4980
/proc/meminfo: memFree=19448116/32770624 swapFree=66939716/67108860
[pid=4801] ppid=4798 vsize=10849024 memory=719896 CPUtime=1263.44 cores=1,3,5,7
/proc/4801/stat : 4801 (java) S 4798 4801 31346 0 -1 1077944320 203084 13284 0 0 126120 216 5 3 20 0 15 0 406443542 11109400576 179974 33554432000 4194304 4196468 140736786183072 140736786165616 140430829752055 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24743936 140736786189045 140736786191557 140736786191557 140736786194383 0
/proc/4801/statm: 2712256 179974 3622 1 0 2674317 0
[pid=4801/tid=4854] ppid=4798 vsize=10849024 memory=3620 CPUtime=1218.19 cores=1,3,5,7
/proc/4801/task/4854/stat : 4854 (java) R 4798 4801 31346 0 -1 4202560 44392 13284 0 0 121777 34 5 3 20 0 15 0 406443551 11109400576 179974 33554432000 4194304 4196468 140736786183072 140430801587760 140430424838919 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24743936 140736786189045 140736786191557 140736786191557 140736786194383 0
[pid=4801/tid=4855] ppid=4798 vsize=10849024 memory=36400 CPUtime=5.8 cores=1,3,5,7
/proc/4801/task/4855/stat : 4855 (java) S 4798 4801 31346 0 -1 1077944384 7048 13284 0 0 542 30 5 3 20 0 15 0 406443551 11109400576 179974 33554432000 4194304 4196468 140736786183072 140430833994768 140430829762261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24743936 140736786189045 140736786191557 140736786191557 140736786194383 0
[pid=4801/tid=4856] ppid=4798 vsize=10849024 memory=8112282956445269571 CPUtime=5.79 cores=1,3,5,7
/proc/4801/task/4856/stat : 4856 (java) S 4798 4801 31346 0 -1 1077944384 6997 13284 0 0 536 35 5 3 20 0 15 0 406443551 11109400576 179974 33554432000 4194304 4196468 140736786183072 140430738197648 140430829762261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24743936 140736786189045 140736786191557 140736786191557 140736786194383 0
[pid=4801/tid=4857] ppid=4798 vsize=10849024 memory=2604 CPUtime=5.8 cores=1,3,5,7
/proc/4801/task/4857/stat : 4857 (java) S 4798 4801 31346 0 -1 1077944384 10312 13284 0 0 538 34 5 3 20 0 15 0 406443551 11109400576 179974 33554432000 4194304 4196468 140736786183072 140430737144592 140430829762261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24743936 140736786189045 140736786191557 140736786191557 140736786194383 0
[pid=4801/tid=4858] ppid=4798 vsize=10849024 memory=2832 CPUtime=5.82 cores=1,3,5,7
/proc/4801/task/4858/stat : 4858 (java) S 4798 4801 31346 0 -1 1077944384 7432 13284 0 0 545 29 5 3 20 0 15 0 406443551 11109400576 179974 33554432000 4194304 4196468 140736786183072 140430736092048 140430829762261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24743936 140736786189045 140736786191557 140736786191557 140736786194383 0
[pid=4801/tid=4859] ppid=4798 vsize=10849024 memory=1192 CPUtime=5.3 cores=1,3,5,7
/proc/4801/task/4859/stat : 4859 (java) S 4798 4801 31346 0 -1 1077944384 6044 13284 0 0 490 32 5 3 20 0 15 0 406443553 11109400576 179974 33554432000 4194304 4196468 140736786183072 140430289037552 140430829763202 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24743936 140736786189045 140736786191557 140736786191557 140736786194383 0
[pid=4801/tid=4860] ppid=4798 vsize=10849024 memory=719896 CPUtime=0.08 cores=1,3,5,7
/proc/4801/task/4860/stat : 4860 (java) S 4798 4801 31346 0 -1 1077944384 13 13284 0 0 0 0 5 3 20 0 15 0 406443553 11109400576 179974 33554432000 4194304 4196468 140736786183072 140429727098080 140430829762261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24743936 140736786189045 140736786191557 140736786191557 140736786194383 0
[pid=4801/tid=4861] ppid=4798 vsize=10849024 memory=1060 CPUtime=0.08 cores=1,3,5,7
/proc/4801/task/4861/stat : 4861 (java) S 4798 4801 31346 0 -1 1077944384 2 13284 0 0 0 0 5 3 20 0 15 0 406443554 11109400576 179974 33554432000 4194304 4196468 140736786183072 140429592879872 140430829762261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24743936 140736786189045 140736786191557 140736786191557 140736786194383 0
[pid=4801/tid=4862] ppid=4798 vsize=10849024 memory=3248 CPUtime=0.08 cores=1,3,5,7
/proc/4801/task/4862/stat : 4862 (java) S 4798 4801 31346 0 -1 1077944384 3 13284 0 0 0 0 5 3 20 0 15 0 406443556 11109400576 179974 33554432000 4194304 4196468 140736786183072 140429352589264 140430829770651 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24743936 140736786189045 140736786191557 140736786191557 140736786194383 0
[pid=4801/tid=4863] ppid=4798 vsize=10849024 memory=1724 CPUtime=6.14 cores=1,3,5,7
/proc/4801/task/4863/stat : 4863 (java) S 4798 4801 31346 0 -1 1077944384 37243 13284 0 0 601 5 5 3 20 0 15 0 406443556 11109400576 179974 33554432000 4194304 4196468 140736786183072 140430287985392 140430829763202 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24743936 140736786189045 140736786191557 140736786191557 140736786194383 0
[pid=4801/tid=4864] ppid=4798 vsize=10849024 memory=5956 CPUtime=5.93 cores=1,3,5,7
/proc/4801/task/4864/stat : 4864 (java) S 4798 4801 31346 0 -1 1077944384 34240 13284 0 0 578 7 5 3 20 0 15 0 406443556 11109400576 179974 33554432000 4194304 4196468 140736786183072 140430286932848 140430829763202 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24743936 140736786189045 140736786191557 140736786191557 140736786194383 0
[pid=4801/tid=4865] ppid=4798 vsize=10849024 memory=10604 CPUtime=4.52 cores=1,3,5,7
/proc/4801/task/4865/stat : 4865 (java) S 4798 4801 31346 0 -1 1077944384 45770 13284 0 0 437 7 5 3 20 0 15 0 406443556 11109400576 179974 33554432000 4194304 4196468 140736786183072 140430285879792 140430829763202 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24743936 140736786189045 140736786191557 140736786191557 140736786194383 0
[pid=4801/tid=4866] ppid=4798 vsize=10849024 memory=728 CPUtime=0.08 cores=1,3,5,7
/proc/4801/task/4866/stat : 4866 (java) S 4798 4801 31346 0 -1 1077944384 3 13284 0 0 0 0 5 3 20 0 15 0 406443556 11109400576 179974 33554432000 4194304 4196468 140736786183072 140429319031648 140430829762261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24743936 140736786189045 140736786191557 140736786191557 140736786194383 0
[pid=4801/tid=4867] ppid=4798 vsize=10849024 memory=780 CPUtime=0.76 cores=1,3,5,7
/proc/4801/task/4867/stat : 4867 (java) S 4798 4801 31346 0 -1 1077944384 1380 13284 0 0 31 37 5 3 20 0 15 0 406443557 11109400576 179974 33554432000 4194304 4196468 140736786183072 140430284827184 140430829763202 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24743936 140736786189045 140736786191557 140736786191557 140736786194383 0
Current children cumulated CPU time: 1263.44 s
Current children cumulated vsize: 10849024 KiB
Current children cumulated memory: 719896 KiB

[startup+1232 s]*
/proc/loadavg: 1.22 1.26 1.34 3/227 4980
/proc/meminfo: memFree=19449980/32770624 swapFree=66939716/67108860
[pid=4801] ppid=4798 vsize=10849024 memory=719896 CPUtime=1264.26 cores=1,3,5,7
/proc/4801/stat : 4801 (java) S 4798 4801 31346 0 -1 1077944320 203090 13284 0 0 126202 216 5 3 20 0 15 0 406443542 11109400576 179974 33554432000 4194304 4196468 140736786183072 140736786165616 140430829752055 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24743936 140736786189045 140736786191557 140736786191557 140736786194383 0
/proc/4801/statm: 2712256 179974 3622 1 0 2674317 0
[pid=4801/tid=4854] ppid=4798 vsize=10849024 memory=535 CPUtime=1218.99 cores=1,3,5,7
/proc/4801/task/4854/stat : 4854 (java) R 4798 4801 31346 0 -1 4202560 44397 13284 0 0 121857 34 5 3 20 0 15 0 406443551 11109400576 179974 33554432000 4194304 4196468 140736786183072 140430801587632 140430425724775 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24743936 140736786189045 140736786191557 140736786191557 140736786194383 0
[pid=4801/tid=4855] ppid=4798 vsize=10849024 memory=486 CPUtime=5.8 cores=1,3,5,7
/proc/4801/task/4855/stat : 4855 (java) S 4798 4801 31346 0 -1 1077944384 7048 13284 0 0 542 30 5 3 20 0 15 0 406443551 11109400576 179974 33554432000 4194304 4196468 140736786183072 140430833994768 140430829762261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24743936 140736786189045 140736786191557 140736786191557 140736786194383 0
[pid=4801/tid=4856] ppid=4798 vsize=10849024 memory=0 CPUtime=5.8 cores=1,3,5,7
/proc/4801/task/4856/stat : 4856 (java) S 4798 4801 31346 0 -1 1077944384 6997 13284 0 0 537 35 5 3 20 0 15 0 406443551 11109400576 179974 33554432000 4194304 4196468 140736786183072 140430738197648 140430829762261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24743936 140736786189045 140736786191557 140736786191557 140736786194383 0
[pid=4801/tid=4857] ppid=4798 vsize=10849024 memory=6935054825532540783 CPUtime=5.8 cores=1,3,5,7
/proc/4801/task/4857/stat : 4857 (java) S 4798 4801 31346 0 -1 1077944384 10312 13284 0 0 538 34 5 3 20 0 15 0 406443551 11109400576 179974 33554432000 4194304 4196468 140736786183072 140430737144592 140430829762261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24743936 140736786189045 140736786191557 140736786191557 140736786194383 0
[pid=4801/tid=4858] ppid=4798 vsize=10849024 memory=3248 CPUtime=5.82 cores=1,3,5,7
/proc/4801/task/4858/stat : 4858 (java) S 4798 4801 31346 0 -1 1077944384 7432 13284 0 0 545 29 5 3 20 0 15 0 406443551 11109400576 179974 33554432000 4194304 4196468 140736786183072 140430736092048 140430829762261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24743936 140736786189045 140736786191557 140736786191557 140736786194383 0
[pid=4801/tid=4859] ppid=4798 vsize=10849024 memory=1724 CPUtime=5.3 cores=1,3,5,7
/proc/4801/task/4859/stat : 4859 (java) S 4798 4801 31346 0 -1 1077944384 6045 13284 0 0 490 32 5 3 20 0 15 0 406443553 11109400576 179974 33554432000 4194304 4196468 140736786183072 140430289037552 140430829763202 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24743936 140736786189045 140736786191557 140736786191557 140736786194383 0
[pid=4801/tid=4860] ppid=4798 vsize=10849024 memory=1724 CPUtime=0.08 cores=1,3,5,7
/proc/4801/task/4860/stat : 4860 (java) S 4798 4801 31346 0 -1 1077944384 13 13284 0 0 0 0 5 3 20 0 15 0 406443553 11109400576 179974 33554432000 4194304 4196468 140736786183072 140429727098080 140430829762261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24743936 140736786189045 140736786191557 140736786191557 140736786194383 0
[pid=4801/tid=4861] ppid=4798 vsize=10849024 memory=5956 CPUtime=0.08 cores=1,3,5,7
/proc/4801/task/4861/stat : 4861 (java) S 4798 4801 31346 0 -1 1077944384 2 13284 0 0 0 0 5 3 20 0 15 0 406443554 11109400576 179974 33554432000 4194304 4196468 140736786183072 140429592879872 140430829762261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24743936 140736786189045 140736786191557 140736786191557 140736786194383 0
[pid=4801/tid=4862] ppid=4798 vsize=10849024 memory=10604 CPUtime=0.08 cores=1,3,5,7
/proc/4801/task/4862/stat : 4862 (java) S 4798 4801 31346 0 -1 1077944384 3 13284 0 0 0 0 5 3 20 0 15 0 406443556 11109400576 179974 33554432000 4194304 4196468 140736786183072 140429352589264 140430829770651 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24743936 140736786189045 140736786191557 140736786191557 140736786194383 0
[pid=4801/tid=4863] ppid=4798 vsize=10849024 memory=719896 CPUtime=6.14 cores=1,3,5,7
/proc/4801/task/4863/stat : 4863 (java) S 4798 4801 31346 0 -1 1077944384 37243 13284 0 0 601 5 5 3 20 0 15 0 406443556 11109400576 179974 33554432000 4194304 4196468 140736786183072 140430287985392 140430829763202 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24743936 140736786189045 140736786191557 140736786191557 140736786194383 0
[pid=4801/tid=4864] ppid=4798 vsize=10849024 memory=0 CPUtime=5.93 cores=1,3,5,7
/proc/4801/task/4864/stat : 4864 (java) S 4798 4801 31346 0 -1 1077944384 34240 13284 0 0 578 7 5 3 20 0 15 0 406443556 11109400576 179974 33554432000 4194304 4196468 140736786183072 140430286932848 140430829763202 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24743936 140736786189045 140736786191557 140736786191557 140736786194383 0
[pid=4801/tid=4865] ppid=4798 vsize=10849024 memory=0 CPUtime=4.52 cores=1,3,5,7
/proc/4801/task/4865/stat : 4865 (java) S 4798 4801 31346 0 -1 1077944384 45770 13284 0 0 437 7 5 3 20 0 15 0 406443556 11109400576 179974 33554432000 4194304 4196468 140736786183072 140430285879792 140430829763202 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24743936 140736786189045 140736786191557 140736786191557 140736786194383 0
[pid=4801/tid=4866] ppid=4798 vsize=10849024 memory=601 CPUtime=0.08 cores=1,3,5,7
/proc/4801/task/4866/stat : 4866 (java) S 4798 4801 31346 0 -1 1077944384 3 13284 0 0 0 0 5 3 20 0 15 0 406443556 11109400576 179974 33554432000 4194304 4196468 140736786183072 140429319031648 140430829762261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24743936 140736786189045 140736786191557 140736786191557 140736786194383 0
[pid=4801/tid=4867] ppid=4798 vsize=10849024 memory=580 CPUtime=0.77 cores=1,3,5,7
/proc/4801/task/4867/stat : 4867 (java) S 4798 4801 31346 0 -1 1077944384 1380 13284 0 0 31 38 5 3 20 0 15 0 406443557 11109400576 179974 33554432000 4194304 4196468 140736786183072 140430284827184 140430829763202 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24743936 140736786189045 140736786191557 140736786191557 140736786194383 0
Current children cumulated CPU time: 1264.26 s
Current children cumulated vsize: 10849024 KiB
Current children cumulated memory: 719896 KiB

[startup+1232.4 s]
/proc/loadavg: 1.22 1.26 1.34 3/227 4980
/proc/meminfo: memFree=19449980/32770624 swapFree=66939716/67108860
[pid=4801] ppid=4798 vsize=10849024 memory=719896 CPUtime=1264.65 cores=1,3,5,7
/proc/4801/stat : 4801 (java) S 4798 4801 31346 0 -1 1077944320 203092 13284 0 0 126241 216 5 3 20 0 15 0 406443542 11109400576 179974 33554432000 4194304 4196468 140736786183072 140736786165616 140430829752055 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24743936 140736786189045 140736786191557 140736786191557 140736786194383 0
/proc/4801/statm: 2712256 179974 3622 1 0 2674317 0
[pid=4801/tid=4854] ppid=4798 vsize=10849024 memory=1192 CPUtime=1219.38 cores=1,3,5,7
/proc/4801/task/4854/stat : 4854 (java) R 4798 4801 31346 0 -1 4202560 44399 13284 0 0 121896 34 5 3 20 0 15 0 406443551 11109400576 179974 33554432000 4194304 4196468 140736786183072 140430801584560 140430425724746 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24743936 140736786189045 140736786191557 140736786191557 140736786194383 0
[pid=4801/tid=4855] ppid=4798 vsize=10849024 memory=940 CPUtime=5.8 cores=1,3,5,7
/proc/4801/task/4855/stat : 4855 (java) S 4798 4801 31346 0 -1 1077944384 7048 13284 0 0 542 30 5 3 20 0 15 0 406443551 11109400576 179974 33554432000 4194304 4196468 140736786183072 140430833994768 140430829762261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24743936 140736786189045 140736786191557 140736786191557 140736786194383 0
[pid=4801/tid=4856] ppid=4798 vsize=10849024 memory=14008 CPUtime=5.8 cores=1,3,5,7
/proc/4801/task/4856/stat : 4856 (java) S 4798 4801 31346 0 -1 1077944384 6997 13284 0 0 537 35 5 3 20 0 15 0 406443551 11109400576 179974 33554432000 4194304 4196468 140736786183072 140430738197648 140430829762261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24743936 140736786189045 140736786191557 140736786191557 140736786194383 0
[pid=4801/tid=4857] ppid=4798 vsize=10849024 memory=12040 CPUtime=5.81 cores=1,3,5,7
/proc/4801/task/4857/stat : 4857 (java) S 4798 4801 31346 0 -1 1077944384 10312 13284 0 0 539 34 5 3 20 0 15 0 406443551 11109400576 179974 33554432000 4194304 4196468 140736786183072 140430737144592 140430829762261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24743936 140736786189045 140736786191557 140736786191557 140736786194383 0
[pid=4801/tid=4858] ppid=4798 vsize=10849024 memory=3200 CPUtime=5.83 cores=1,3,5,7
/proc/4801/task/4858/stat : 4858 (java) S 4798 4801 31346 0 -1 1077944384 7432 13284 0 0 546 29 5 3 20 0 15 0 406443551 11109400576 179974 33554432000 4194304 4196468 140736786183072 140430736092048 140430829762261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24743936 140736786189045 140736786191557 140736786191557 140736786194383 0
[pid=4801/tid=4859] ppid=4798 vsize=10849024 memory=717668 CPUtime=5.3 cores=1,3,5,7
/proc/4801/task/4859/stat : 4859 (java) S 4798 4801 31346 0 -1 1077944384 6045 13284 0 0 490 32 5 3 20 0 15 0 406443553 11109400576 179974 33554432000 4194304 4196468 140736786183072 140430289037552 140430829763202 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24743936 140736786189045 140736786191557 140736786191557 140736786194383 0
[pid=4801/tid=4860] ppid=4798 vsize=10849024 memory=4100 CPUtime=0.08 cores=1,3,5,7
/proc/4801/task/4860/stat : 4860 (java) S 4798 4801 31346 0 -1 1077944384 13 13284 0 0 0 0 5 3 20 0 15 0 406443553 11109400576 179974 33554432000 4194304 4196468 140736786183072 140429727098080 140430829762261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24743936 140736786189045 140736786191557 140736786191557 140736786194383 0
[pid=4801/tid=4861] ppid=4798 vsize=10849024 memory=1772 CPUtime=0.08 cores=1,3,5,7
/proc/4801/task/4861/stat : 4861 (java) S 4798 4801 31346 0 -1 1077944384 2 13284 0 0 0 0 5 3 20 0 15 0 406443554 11109400576 179974 33554432000 4194304 4196468 140736786183072 140429592879872 140430829762261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24743936 140736786189045 140736786191557 140736786191557 140736786194383 0
[pid=4801/tid=4862] ppid=4798 vsize=10849024 memory=1804 CPUtime=0.08 cores=1,3,5,7
/proc/4801/task/4862/stat : 4862 (java) S 4798 4801 31346 0 -1 1077944384 3 13284 0 0 0 0 5 3 20 0 15 0 406443556 11109400576 179974 33554432000 4194304 4196468 140736786183072 140429352589264 140430829770651 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24743936 140736786189045 140736786191557 140736786191557 140736786194383 0
[pid=4801/tid=4863] ppid=4798 vsize=10849024 memory=719896 CPUtime=6.14 cores=1,3,5,7
/proc/4801/task/4863/stat : 4863 (java) S 4798 4801 31346 0 -1 1077944384 37243 13284 0 0 601 5 5 3 20 0 15 0 406443556 11109400576 179974 33554432000 4194304 4196468 140736786183072 140430287985392 140430829763202 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24743936 140736786189045 140736786191557 140736786191557 140736786194383 0
[pid=4801/tid=4864] ppid=4798 vsize=10849024 memory=4100 CPUtime=5.93 cores=1,3,5,7
/proc/4801/task/4864/stat : 4864 (java) S 4798 4801 31346 0 -1 1077944384 34240 13284 0 0 578 7 5 3 20 0 15 0 406443556 11109400576 179974 33554432000 4194304 4196468 140736786183072 140430286932848 140430829763202 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24743936 140736786189045 140736786191557 140736786191557 140736786194383 0
[pid=4801/tid=4865] ppid=4798 vsize=10849024 memory=1772 CPUtime=4.52 cores=1,3,5,7
/proc/4801/task/4865/stat : 4865 (java) S 4798 4801 31346 0 -1 1077944384 45770 13284 0 0 437 7 5 3 20 0 15 0 406443556 11109400576 179974 33554432000 4194304 4196468 140736786183072 140430285879792 140430829763202 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24743936 140736786189045 140736786191557 140736786191557 140736786194383 0
[pid=4801/tid=4866] ppid=4798 vsize=10849024 memory=1804 CPUtime=0.08 cores=1,3,5,7
/proc/4801/task/4866/stat : 4866 (java) S 4798 4801 31346 0 -1 1077944384 3 13284 0 0 0 0 5 3 20 0 15 0 406443556 11109400576 179974 33554432000 4194304 4196468 140736786183072 140429319031648 140430829762261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24743936 140736786189045 140736786191557 140736786191557 140736786194383 0
[pid=4801/tid=4867] ppid=4798 vsize=10849024 memory=920 CPUtime=0.77 cores=1,3,5,7
/proc/4801/task/4867/stat : 4867 (java) S 4798 4801 31346 0 -1 1077944384 1380 13284 0 0 31 38 5 3 20 0 15 0 406443557 11109400576 179974 33554432000 4194304 4196468 140736786183072 140430284827184 140430829763202 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24743936 140736786189045 140736786191557 140736786191557 140736786194383 0
Current children cumulated CPU time: 1264.65 s
Current children cumulated vsize: 10849024 KiB
Current children cumulated memory: 719896 KiB

[startup+1232.5 s]
/proc/loadavg: 1.22 1.26 1.34 3/227 4980
/proc/meminfo: memFree=19449980/32770624 swapFree=66939716/67108860
[pid=4801] ppid=4798 vsize=10849024 memory=719896 CPUtime=1264.76 cores=1,3,5,7
/proc/4801/stat : 4801 (java) S 4798 4801 31346 0 -1 1077944320 203093 13284 0 0 126252 216 5 3 20 0 15 0 406443542 11109400576 179974 33554432000 4194304 4196468 140736786183072 140736786165616 140430829752055 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24743936 140736786189045 140736786191557 140736786191557 140736786194383 0
/proc/4801/statm: 2712256 179974 3622 1 0 2674317 0
[pid=4801/tid=4854] ppid=4798 vsize=10849024 memory=55 CPUtime=1219.47 cores=1,3,5,7
/proc/4801/task/4854/stat : 4854 (java) R 4798 4801 31346 0 -1 4202560 44400 13284 0 0 121905 34 5 3 20 0 15 0 406443551 11109400576 179974 33554432000 4194304 4196468 140736786183072 140430801584464 140430426105217 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24743936 140736786189045 140736786191557 140736786191557 140736786194383 0
[pid=4801/tid=4855] ppid=4798 vsize=10849024 memory=8112282956445269571 CPUtime=5.8 cores=1,3,5,7
/proc/4801/task/4855/stat : 4855 (java) S 4798 4801 31346 0 -1 1077944384 7048 13284 0 0 542 30 5 3 20 0 15 0 406443551 11109400576 179974 33554432000 4194304 4196468 140736786183072 140430833994768 140430829762261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24743936 140736786189045 140736786191557 140736786191557 140736786194383 0
[pid=4801/tid=4856] ppid=4798 vsize=10849024 memory=719872 CPUtime=5.8 cores=1,3,5,7
/proc/4801/task/4856/stat : 4856 (java) S 4798 4801 31346 0 -1 1077944384 6997 13284 0 0 537 35 5 3 20 0 15 0 406443551 11109400576 179974 33554432000 4194304 4196468 140736786183072 140430738197648 140430829762261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24743936 140736786189045 140736786191557 140736786191557 140736786194383 0
[pid=4801/tid=4857] ppid=4798 vsize=10849024 memory=719896 CPUtime=5.81 cores=1,3,5,7
/proc/4801/task/4857/stat : 4857 (java) S 4798 4801 31346 0 -1 1077944384 10312 13284 0 0 539 34 5 3 20 0 15 0 406443551 11109400576 179974 33554432000 4194304 4196468 140736786183072 140430737144592 140430829762261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24743936 140736786189045 140736786191557 140736786191557 140736786194383 0
[pid=4801/tid=4858] ppid=4798 vsize=10849024 memory=719896 CPUtime=5.83 cores=1,3,5,7
/proc/4801/task/4858/stat : 4858 (java) S 4798 4801 31346 0 -1 1077944384 7432 13284 0 0 546 29 5 3 20 0 15 0 406443551 11109400576 179974 33554432000 4194304 4196468 140736786183072 140430736092048 140430829762261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24743936 140736786189045 140736786191557 140736786191557 140736786194383 0
[pid=4801/tid=4859] ppid=4798 vsize=10849024 memory=719896 CPUtime=5.3 cores=1,3,5,7
/proc/4801/task/4859/stat : 4859 (java) S 4798 4801 31346 0 -1 1077944384 6045 13284 0 0 490 32 5 3 20 0 15 0 406443553 11109400576 179974 33554432000 4194304 4196468 140736786183072 140430289037552 140430829763202 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24743936 140736786189045 140736786191557 140736786191557 140736786194383 0
[pid=4801/tid=4860] ppid=4798 vsize=10849024 memory=719896 CPUtime=0.08 cores=1,3,5,7
/proc/4801/task/4860/stat : 4860 (java) S 4798 4801 31346 0 -1 1077944384 13 13284 0 0 0 0 5 3 20 0 15 0 406443553 11109400576 179974 33554432000 4194304 4196468 140736786183072 140429727098080 140430829762261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24743936 140736786189045 140736786191557 140736786191557 140736786194383 0
[pid=4801/tid=4861] ppid=4798 vsize=10849024 memory=8 CPUtime=0.08 cores=1,3,5,7
/proc/4801/task/4861/stat : 4861 (java) S 4798 4801 31346 0 -1 1077944384 2 13284 0 0 0 0 5 3 20 0 15 0 406443554 11109400576 179974 33554432000 4194304 4196468 140736786183072 140429592879872 140430829762261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24743936 140736786189045 140736786191557 140736786191557 140736786194383 0
[pid=4801/tid=4862] ppid=4798 vsize=10849024 memory=719896 CPUtime=0.08 cores=1,3,5,7
/proc/4801/task/4862/stat : 4862 (java) S 4798 4801 31346 0 -1 1077944384 3 13284 0 0 0 0 5 3 20 0 15 0 406443556 11109400576 179974 33554432000 4194304 4196468 140736786183072 140429352589264 140430829770651 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24743936 140736786189045 140736786191557 140736786191557 140736786194383 0
[pid=4801/tid=4863] ppid=4798 vsize=10849024 memory=1548 CPUtime=6.14 cores=1,3,5,7
/proc/4801/task/4863/stat : 4863 (java) S 4798 4801 31346 0 -1 1077944384 37243 13284 0 0 601 5 5 3 20 0 15 0 406443556 11109400576 179974 33554432000 4194304 4196468 140736786183072 140430287985392 140430829763202 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24743936 140736786189045 140736786191557 140736786191557 140736786194383 0
[pid=4801/tid=4864] ppid=4798 vsize=10849024 memory=719896 CPUtime=5.93 cores=1,3,5,7
/proc/4801/task/4864/stat : 4864 (java) S 4798 4801 31346 0 -1 1077944384 34240 13284 0 0 578 7 5 3 20 0 15 0 406443556 11109400576 179974 33554432000 4194304 4196468 140736786183072 140430286932848 140430829763202 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24743936 140736786189045 140736786191557 140736786191557 140736786194383 0
[pid=4801/tid=4865] ppid=4798 vsize=10849024 memory=3620 CPUtime=4.52 cores=1,3,5,7
/proc/4801/task/4865/stat : 4865 (java) S 4798 4801 31346 0 -1 1077944384 45770 13284 0 0 437 7 5 3 20 0 15 0 406443556 11109400576 179974 33554432000 4194304 4196468 140736786183072 140430285879792 140430829763202 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24743936 140736786189045 140736786191557 140736786191557 140736786194383 0
[pid=4801/tid=4866] ppid=4798 vsize=10849024 memory=984 CPUtime=0.08 cores=1,3,5,7
/proc/4801/task/4866/stat : 4866 (java) S 4798 4801 31346 0 -1 1077944384 3 13284 0 0 0 0 5 3 20 0 15 0 406443556 11109400576 179974 33554432000 4194304 4196468 140736786183072 140429319031648 140430829762261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24743936 140736786189045 140736786191557 140736786191557 140736786194383 0
[pid=4801/tid=4867] ppid=4798 vsize=10849024 memory=2004 CPUtime=0.77 cores=1,3,5,7
/proc/4801/task/4867/stat : 4867 (java) S 4798 4801 31346 0 -1 1077944384 1380 13284 0 0 31 38 5 3 20 0 15 0 406443557 11109400576 179974 33554432000 4194304 4196468 140736786183072 140430284827184 140430829763202 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24743936 140736786189045 140736786191557 140736786191557 140736786194383 0
Current children cumulated CPU time: 1264.76 s
Current children cumulated vsize: 10849024 KiB
Current children cumulated memory: 719896 KiB

Child status: 0
Real time (s): 1232.57
CPU time (s): 1264.84
CPU user time (s): 1262.63
CPU system time (s): 2.21327
CPU usage (%): 102.619
Max. virtual memory (cumulated for all children) (KiB): 10852008
Max. memory (cumulated for all children) (KiB): 722828

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1262.63
system time used= 2.21327
maximum resident set size= 724876
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 217883
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1896
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 153060
involuntary context switches= 3816


# summary of solver processes directly reported to runsolver:
#   pid: 4801
#   total CPU time (s): 1264.84
#   total CPU user time (s): 1262.63
#   total CPU system time (s): 2.21327

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.84879 second user time and 11.2395 second system time

The end

Launcher Data

Begin job on node125 at 2019-09-12 17:22:05
IDJOB=4387382
IDBENCH=135739
IDSOLVER=2823
FILE ID=node125/4387382-1568301767
RUNJOBID= node125-1568286041-32307
PBS_JOBID= 21701079
Free space on /tmp= 57344 MiB

SOLVER NAME= Concrete 3.10
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n15/TravellingSalesman-15-30-00.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4387382-1568301767/watcher-4387382-1568301767 -o /tmp/evaluation-result-4387382-1568301767/solver-4387382-1568301767 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1568286041-32307 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1532801669 HOME/instance-4387382-1568301767.xml

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

MD5SUM BENCH= 0f9f8d62bc132272af22ef8ddad99d7d
RANDOM SEED=1532801669

node125.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.29
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.29
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.29
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.29
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:        19170880 kB
MemAvailable:   30197940 kB
Buffers:          172664 kB
Cached:         11041976 kB
SwapCached:        66668 kB
Active:          2604880 kB
Inactive:       10271744 kB
Active(anon):    1599452 kB
Inactive(anon):   103312 kB
Active(file):    1005428 kB
Inactive(file): 10168432 kB
Unevictable:      108816 kB
Mlocked:          108816 kB
SwapTotal:      67108860 kB
SwapFree:       66939716 kB
Dirty:             35008 kB
Writeback:             0 kB
AnonPages:       1705676 kB
Mapped:            55452 kB
Shmem:             32136 kB
Slab:             310600 kB
SReclaimable:     281660 kB
SUnreclaim:        28940 kB
KernelStack:        3696 kB
PageTables:        10892 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2755096 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1540096 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 57308 MiB
End job on node125 at 2019-09-12 17:42:37