Trace number 4403197

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.3OPT98 487.804 474.611

General information on the benchmark

NameRcpsp/Rcpsp-m1-j30/
Rcpsp-j30-29-05.xml
MD5SUM28da73d1db83f7f431b4b8f6a2cf23fc
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark98
Best CPU time to get the best result obtained on this benchmark208.649
Satisfiable
(Un)Satisfiability was proved
Number of variables32
Number of constraints62
Number of domains2
Minimum domain size1
Maximum domain size188
Distribution of domain sizes[{"size":1,"count":1},{"size":188,"count":31}]
Minimum variable degree3
Maximum variable degree9
Distribution of variable degrees[{"degree":3,"count":1},{"degree":4,"count":1},{"degree":6,"count":3},{"degree":7,"count":7},{"degree":8,"count":17},{"degree":9,"count":3}]
Minimum constraint arity2
Maximum constraint arity30
Distribution of constraint arities[{"arity":2,"count":58},{"arity":30,"count":4}]
Number of extensional constraints0
Number of intensional constraints58
Distribution of constraint types[{"type":"intension","count":58},{"type":"cumulative","count":4}]
Optimization problemYES
Type of objectivemin VAR

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.3.1568965526260 running
7.39/3.52	o 187
7.70/3.66	o 186
8.00/3.71	o 176
8.31/3.81	o 174
8.62/3.90	o 172
9.21/4.12	o 118
9.21/4.12	o 114
9.21/4.12	o 110
9.21/4.12	o 109
9.89/4.59	o 108
10.05/4.61	o 107
10.05/4.63	o 106
10.05/4.69	o 105
10.17/4.70	o 104
10.17/4.72	o 103
10.17/4.73	o 102
10.17/4.74	o 101
13.72/7.42	o 100
55.91/48.41	o 99
236.01/226.25	o 98
487.68/474.59	v <instantiation
487.68/474.59	v         cost = '98'>
487.68/474.59	v       <list>
487.68/474.59	v         s[0] s[1] s[2] s[3] s[4] s[5] s[6] s[7] s[8] s[9] s[10] s[11] s[12] s[13] s[14] s[15] s[16] s[17] s[18] s[19] s[20] s[21] s[22] s[23] s[24] s[25] s[26] s[27] s[28] s[29] s[30] s[31]
487.68/474.59	v       </list>
487.68/474.59	v       <values>
487.68/474.59	v         0 54 0 2 4 2 12 23 14 34 54 24 46 42 19 57 77 35 63 29 73 45 92 64 85 87 72 80 92 90 94 98
487.68/474.59	v       </values>
487.68/474.59	v     </instantiation>
487.68/474.59	s OPTIMUM FOUND

Verifier Data

OK	98

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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4403197-1568977084/watcher-4403197-1568977084 -o /var/tmp/evaluation-result-4403197-1568977084/solver-4403197-1568977084 -C 2400 -W 2500 -M 15500 --bin-var /var/tmp/runsolver-exch-node145-1568967596-13934 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=2142651045 HOME/instance-4403197-1568977084.xml 

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

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


[startup+0.100061 s]*
/proc/loadavg: 1.36 1.32 1.33 3/219 16282
/proc/meminfo: memFree=3877180/32770624 swapFree=66966844/67108860
[pid=16225] ppid=16222 vsize=9972712 memory=16680 CPUtime=0.09 cores=0,2,4,6
/proc/16225/stat : 16225 (java) S 16222 16225 13903 0 -1 1077944320 4427 13498 0 0 1 0 5 3 20 0 6 0 473644886 10212057088 4170 33554432000 4194304 4196468 140735588632096 140735588614640 139635096563447 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 13283328 140735588633187 140735588635829 140735588635829 140735588638671 0
/proc/16225/statm: 2493178 4170 1932 1 0 2481616 0
[pid=16225/tid=16278] ppid=16222 vsize=9972712 memory=8514726395714820750 CPUtime=0.08 cores=0,2,4,6
/proc/16225/task/16278/stat : 16278 (java) R 16222 16225 13903 0 -1 4202560 2246 13498 0 0 0 0 5 3 20 0 6 0 473644895 10212057088 4236 33554432000 4194304 4196468 140735588632096 139635068400208 139635080643934 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13283328 140735588633187 140735588635829 140735588635829 140735588638671 0
[pid=16225/tid=16279] ppid=16222 vsize=9972712 memory=-7025452035940392864 CPUtime=0.08 cores=0,2,4,6
/proc/16225/task/16279/stat : 16279 (java) S 16222 16225 13903 0 -1 1077944384 1 13498 0 0 0 0 5 3 20 0 6 0 473644896 10212057088 4236 33554432000 4194304 4196468 140735588632096 139635100806160 139635096573653 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13283328 140735588633187 140735588635829 140735588635829 140735588638671 0
[pid=16225/tid=16280] ppid=16222 vsize=9972712 memory=139885104977536 CPUtime=0.08 cores=0,2,4,6
/proc/16225/task/16280/stat : 16280 (java) S 16222 16225 13903 0 -1 1077944384 1 13498 0 0 0 0 5 3 20 0 6 0 473644896 10212057088 4236 33554432000 4194304 4196468 140735588632096 139634670279824 139635096573653 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13283328 140735588633187 140735588635829 140735588635829 140735588638671 0
[pid=16225/tid=16281] ppid=16222 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16225/task/16281/stat : 16281 (java) S 16222 16225 13903 0 -1 1077944384 1 13498 0 0 0 0 5 3 20 0 6 0 473644896 10212057088 4236 33554432000 4194304 4196468 140735588632096 139634669226768 139635096573653 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13283328 140735588633187 140735588635829 140735588635829 140735588638671 0
[pid=16225/tid=16282] ppid=16222 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/16225/task/16282/stat : 16282 (java) S 16222 16225 13903 0 -1 1077944384 2 13498 0 0 0 0 5 3 20 0 6 0 473644896 10212057088 4236 33554432000 4194304 4196468 140735588632096 139634668174224 139635096573653 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13283328 140735588633187 140735588635829 140735588635829 140735588638671 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16680 KiB

[startup+0.210261 s]*
/proc/loadavg: 1.36 1.32 1.33 4/228 16291
/proc/meminfo: memFree=3854156/32770624 swapFree=66966844/67108860
[pid=16225] ppid=16222 vsize=10819716 memory=41968 CPUtime=0.27 cores=0,2,4,6
/proc/16225/stat : 16225 (java) S 16222 16225 13903 0 -1 1077944320 7327 13498 0 0 17 2 5 3 20 0 15 0 473644886 11079389184 10492 33554432000 4194304 4196468 140735588632096 140735588614640 139635096563447 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 13283328 140735588633187 140735588635829 140735588635829 140735588638671 0
/proc/16225/statm: 2704929 10492 3185 1 0 2667149 0
[pid=16225/tid=16278] ppid=16222 vsize=10819716 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/16225/task/16278/stat : 16278 (java) R 16222 16225 13903 0 -1 4202560 3838 13498 0 0 10 1 5 3 20 0 15 0 473644895 11079389184 10556 33554432000 4194304 4196468 140735588632096 139635068359632 139635081729086 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13283328 140735588633187 140735588635829 140735588635829 140735588638671 0
[pid=16225/tid=16279] ppid=16222 vsize=10819716 memory=342 CPUtime=0.08 cores=0,2,4,6
/proc/16225/task/16279/stat : 16279 (java) S 16222 16225 13903 0 -1 1077944384 1 13498 0 0 0 0 5 3 20 0 15 0 473644896 11079389184 10556 33554432000 4194304 4196468 140735588632096 139635100806160 139635096573653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13283328 140735588633187 140735588635829 140735588635829 140735588638671 0
[pid=16225/tid=16280] ppid=16222 vsize=10819716 memory=288370261256689280 CPUtime=0.08 cores=0,2,4,6
/proc/16225/task/16280/stat : 16280 (java) S 16222 16225 13903 0 -1 1077944384 1 13498 0 0 0 0 5 3 20 0 15 0 473644896 11079389184 10556 33554432000 4194304 4196468 140735588632096 139634670279824 139635096573653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13283328 140735588633187 140735588635829 140735588635829 140735588638671 0
[pid=16225/tid=16281] ppid=16222 vsize=10819716 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16225/task/16281/stat : 16281 (java) S 16222 16225 13903 0 -1 1077944384 1 13498 0 0 0 0 5 3 20 0 15 0 473644896 11079389184 10556 33554432000 4194304 4196468 140735588632096 139634669226768 139635096573653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13283328 140735588633187 140735588635829 140735588635829 140735588638671 0
[pid=16225/tid=16282] ppid=16222 vsize=10819716 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/16225/task/16282/stat : 16282 (java) S 16222 16225 13903 0 -1 1077944384 2 13498 0 0 0 0 5 3 20 0 15 0 473644896 11079389184 10556 33554432000 4194304 4196468 140735588632096 139634668174224 139635096573653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13283328 140735588633187 140735588635829 140735588635829 140735588638671 0
[pid=16225/tid=16283] ppid=16222 vsize=10819716 memory=139885104977536 CPUtime=0.08 cores=0,2,4,6
/proc/16225/task/16283/stat : 16283 (java) S 16222 16225 13903 0 -1 1077944384 2 13498 0 0 0 0 5 3 20 0 15 0 473644898 11079389184 10556 33554432000 4194304 4196468 140735588632096 139634623224048 139635096574594 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13283328 140735588633187 140735588635829 140735588635829 140735588638671 0
[pid=16225/tid=16284] ppid=16222 vsize=10819716 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/16225/task/16284/stat : 16284 (java) S 16222 16225 13903 0 -1 1077944384 13 13498 0 0 0 0 5 3 20 0 15 0 473644898 11079389184 10556 33554432000 4194304 4196468 140735588632096 139634554168480 139635096573653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13283328 140735588633187 140735588635829 140735588635829 140735588638671 0
[pid=16225/tid=16285] ppid=16222 vsize=10819716 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16225/task/16285/stat : 16285 (java) S 16222 16225 13903 0 -1 1077944384 1 13498 0 0 0 0 5 3 20 0 15 0 473644898 11079389184 10556 33554432000 4194304 4196468 140735588632096 139633950188272 139635096573653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13283328 140735588633187 140735588635829 140735588635829 140735588638671 0
[pid=16225/tid=16286] ppid=16222 vsize=10819716 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16225/task/16286/stat : 16286 (java) S 16222 16225 13903 0 -1 1077944384 3 13498 0 0 0 0 5 3 20 0 15 0 473644901 11079389184 10556 33554432000 4194304 4196468 140735588632096 139633642788816 139635096582043 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13283328 140735588633187 140735588635829 140735588635829 140735588638671 0
[pid=16225/tid=16287] ppid=16222 vsize=10819716 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/16225/task/16287/stat : 16287 (java) S 16222 16225 13903 0 -1 1077944384 485 13498 0 0 1 0 5 3 20 0 15 0 473644901 11079389184 10556 33554432000 4194304 4196468 140735588632096 139634520611568 139635096574594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13283328 140735588633187 140735588635829 140735588635829 140735588638671 0
[pid=16225/tid=16288] ppid=16222 vsize=10819716 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/16225/task/16288/stat : 16288 (java) S 16222 16225 13903 0 -1 1077944384 166 13498 0 0 1 0 5 3 20 0 15 0 473644901 11079389184 10556 33554432000 4194304 4196468 140735588632096 139634519559024 139635096574594 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13283328 140735588633187 140735588635829 140735588635829 140735588638671 0
[pid=16225/tid=16289] ppid=16222 vsize=10819716 memory=139885104977536 CPUtime=0.11 cores=0,2,4,6
/proc/16225/task/16289/stat : 16289 (java) S 16222 16225 13903 0 -1 1077944384 616 13498 0 0 3 0 5 3 20 0 15 0 473644901 11079389184 10556 33554432000 4194304 4196468 140735588632096 139634518505968 139635096574594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13283328 140735588633187 140735588635829 140735588635829 140735588638671 0
[pid=16225/tid=16290] ppid=16222 vsize=10819716 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/16225/task/16290/stat : 16290 (java) S 16222 16225 13903 0 -1 1077944384 3 13498 0 0 0 0 5 3 20 0 15 0 473644901 11079389184 10556 33554432000 4194304 4196468 140735588632096 139633609231200 139635096573653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13283328 140735588633187 140735588635829 140735588635829 140735588638671 0
[pid=16225/tid=16291] ppid=16222 vsize=10819716 memory=139885104977536 CPUtime=0.08 cores=0,2,4,6
/proc/16225/task/16291/stat : 16291 (java) S 16222 16225 13903 0 -1 1077944384 1 13498 0 0 0 0 5 3 20 0 15 0 473644902 11079389184 10556 33554432000 4194304 4196468 140735588632096 139634517453360 139635096574594 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13283328 140735588633187 140735588635829 140735588635829 140735588638671 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10819716 KiB
Current children cumulated memory: 41968 KiB

[startup+0.310604 s]*
/proc/loadavg: 1.36 1.32 1.33 3/228 16291
/proc/meminfo: memFree=3841232/32770624 swapFree=66966844/67108860
[pid=16225] ppid=16222 vsize=10820196 memory=50824 CPUtime=0.4 cores=0,2,4,6
/proc/16225/stat : 16225 (java) S 16222 16225 13903 0 -1 1077944320 10946 13498 0 0 29 3 5 3 20 0 15 0 473644886 11079880704 12706 33554432000 4194304 4196468 140735588632096 140735588614640 139635096563447 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 13283328 140735588633187 140735588635829 140735588635829 140735588638671 0
/proc/16225/statm: 2705049 12706 3313 1 0 2667149 0
[pid=16225/tid=16278] ppid=16222 vsize=10820196 memory=1398722017469774279 CPUtime=0.29 cores=0,2,4,6
/proc/16225/task/16278/stat : 16278 (java) R 16222 16225 13903 0 -1 4202560 7432 13498 0 0 19 2 5 3 20 0 15 0 473644895 11079880704 12706 33554432000 4194304 4196468 140735588632096 139635068374592 139635096575382 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13283328 140735588633187 140735588635829 140735588635829 140735588638671 0
[pid=16225/tid=16279] ppid=16222 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16225/task/16279/stat : 16279 (java) S 16222 16225 13903 0 -1 1077944384 1 13498 0 0 0 0 5 3 20 0 15 0 473644896 11079880704 12706 33554432000 4194304 4196468 140735588632096 139635100806160 139635096573653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13283328 140735588633187 140735588635829 140735588635829 140735588638671 0
[pid=16225/tid=16280] ppid=16222 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16225/task/16280/stat : 16280 (java) S 16222 16225 13903 0 -1 1077944384 1 13498 0 0 0 0 5 3 20 0 15 0 473644896 11079880704 12706 33554432000 4194304 4196468 140735588632096 139634670279824 139635096573653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13283328 140735588633187 140735588635829 140735588635829 140735588638671 0
[pid=16225/tid=16281] ppid=16222 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16225/task/16281/stat : 16281 (java) S 16222 16225 13903 0 -1 1077944384 1 13498 0 0 0 0 5 3 20 0 15 0 473644896 11079880704 12706 33554432000 4194304 4196468 140735588632096 139634669226768 139635096573653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13283328 140735588633187 140735588635829 140735588635829 140735588638671 0
[pid=16225/tid=16282] ppid=16222 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16225/task/16282/stat : 16282 (java) S 16222 16225 13903 0 -1 1077944384 2 13498 0 0 0 0 5 3 20 0 15 0 473644896 11079880704 12706 33554432000 4194304 4196468 140735588632096 139634668174224 139635096573653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13283328 140735588633187 140735588635829 140735588635829 140735588638671 0
[pid=16225/tid=16283] ppid=16222 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16225/task/16283/stat : 16283 (java) S 16222 16225 13903 0 -1 1077944384 2 13498 0 0 0 0 5 3 20 0 15 0 473644898 11079880704 12706 33554432000 4194304 4196468 140735588632096 139634623224048 139635096574594 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13283328 140735588633187 140735588635829 140735588635829 140735588638671 0
[pid=16225/tid=16284] ppid=16222 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/16225/task/16284/stat : 16284 (java) S 16222 16225 13903 0 -1 1077944384 13 13498 0 0 0 0 5 3 20 0 15 0 473644898 11079880704 12706 33554432000 4194304 4196468 140735588632096 139634554168480 139635096573653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13283328 140735588633187 140735588635829 140735588635829 140735588638671 0
[pid=16225/tid=16285] ppid=16222 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16225/task/16285/stat : 16285 (java) S 16222 16225 13903 0 -1 1077944384 1 13498 0 0 0 0 5 3 20 0 15 0 473644898 11079880704 12706 33554432000 4194304 4196468 140735588632096 139633950188272 139635096573653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13283328 140735588633187 140735588635829 140735588635829 140735588638671 0
[pid=16225/tid=16286] ppid=16222 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16225/task/16286/stat : 16286 (java) S 16222 16225 13903 0 -1 1077944384 3 13498 0 0 0 0 5 3 20 0 15 0 473644901 11079880704 12706 33554432000 4194304 4196468 140735588632096 139633642788816 139635096582043 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13283328 140735588633187 140735588635829 140735588635829 140735588638671 0
[pid=16225/tid=16287] ppid=16222 vsize=10820196 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/16225/task/16287/stat : 16287 (java) S 16222 16225 13903 0 -1 1077944384 494 13498 0 0 2 0 5 3 20 0 15 0 473644901 11079880704 12706 33554432000 4194304 4196468 140735588632096 139634520611568 139635096574594 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13283328 140735588633187 140735588635829 140735588635829 140735588638671 0
[pid=16225/tid=16288] ppid=16222 vsize=10820196 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/16225/task/16288/stat : 16288 (java) S 16222 16225 13903 0 -1 1077944384 167 13498 0 0 1 0 5 3 20 0 15 0 473644901 11079880704 12706 33554432000 4194304 4196468 140735588632096 139634519559024 139635096574594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13283328 140735588633187 140735588635829 140735588635829 140735588638671 0
[pid=16225/tid=16289] ppid=16222 vsize=10820196 memory=139885104977536 CPUtime=0.13 cores=0,2,4,6
/proc/16225/task/16289/stat : 16289 (java) R 16222 16225 13903 0 -1 4202560 624 13498 0 0 5 0 5 3 20 0 15 0 473644901 11079880704 12706 33554432000 4194304 4196468 140735588632096 139634518505968 139635096584794 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13283328 140735588633187 140735588635829 140735588635829 140735588638671 0
[pid=16225/tid=16290] ppid=16222 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/16225/task/16290/stat : 16290 (java) S 16222 16225 13903 0 -1 1077944384 3 13498 0 0 0 0 5 3 20 0 15 0 473644901 11079880704 12706 33554432000 4194304 4196468 140735588632096 139633609231200 139635096573653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13283328 140735588633187 140735588635829 140735588635829 140735588638671 0
[pid=16225/tid=16291] ppid=16222 vsize=10820196 memory=139885104977536 CPUtime=0.08 cores=0,2,4,6
/proc/16225/task/16291/stat : 16291 (java) S 16222 16225 13903 0 -1 1077944384 1 13498 0 0 0 0 5 3 20 0 15 0 473644902 11079880704 12706 33554432000 4194304 4196468 140735588632096 139634517453360 139635096574594 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13283328 140735588633187 140735588635829 140735588635829 140735588638671 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 50824 KiB

[startup+0.700638 s]
/proc/loadavg: 1.36 1.32 1.33 3/228 16291
/proc/meminfo: memFree=3828276/32770624 swapFree=66966844/67108860
[pid=16225] ppid=16222 vsize=10824364 memory=83568 CPUtime=1.14 cores=0,2,4,6
/proc/16225/stat : 16225 (java) S 16222 16225 13903 0 -1 1077944320 15116 13498 0 0 101 5 5 3 20 0 15 0 473644886 11084148736 20892 33554432000 4194304 4196468 140735588632096 140735588614640 139635096563447 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 13283328 140735588633187 140735588635829 140735588635829 140735588638671 0
/proc/16225/statm: 2706091 20892 3510 1 0 2668173 0
[pid=16225/tid=16278] ppid=16222 vsize=10824364 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/16225/task/16278/stat : 16278 (java) R 16222 16225 13903 0 -1 4202560 10510 13498 0 0 55 4 5 3 20 0 15 0 473644895 11084148736 20892 33554432000 4194304 4196468 140735588632096 139635068392992 139635080643934 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13283328 140735588633187 140735588635829 140735588635829 140735588638671 0
[pid=16225/tid=16279] ppid=16222 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16225/task/16279/stat : 16279 (java) S 16222 16225 13903 0 -1 1077944384 1 13498 0 0 0 0 5 3 20 0 15 0 473644896 11084148736 20892 33554432000 4194304 4196468 140735588632096 139635100806160 139635096573653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13283328 140735588633187 140735588635829 140735588635829 140735588638671 0
[pid=16225/tid=16280] ppid=16222 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16225/task/16280/stat : 16280 (java) S 16222 16225 13903 0 -1 1077944384 1 13498 0 0 0 0 5 3 20 0 15 0 473644896 11084148736 20892 33554432000 4194304 4196468 140735588632096 139634670279824 139635096573653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13283328 140735588633187 140735588635829 140735588635829 140735588638671 0
[pid=16225/tid=16281] ppid=16222 vsize=10824364 memory=68 CPUtime=0.08 cores=0,2,4,6
/proc/16225/task/16281/stat : 16281 (java) S 16222 16225 13903 0 -1 1077944384 1 13498 0 0 0 0 5 3 20 0 15 0 473644896 11084148736 20892 33554432000 4194304 4196468 140735588632096 139634669226768 139635096573653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13283328 140735588633187 140735588635829 140735588635829 140735588638671 0
[pid=16225/tid=16282] ppid=16222 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16225/task/16282/stat : 16282 (java) S 16222 16225 13903 0 -1 1077944384 2 13498 0 0 0 0 5 3 20 0 15 0 473644896 11084148736 20892 33554432000 4194304 4196468 140735588632096 139634668174224 139635096573653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13283328 140735588633187 140735588635829 140735588635829 140735588638671 0
[pid=16225/tid=16283] ppid=16222 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16225/task/16283/stat : 16283 (java) S 16222 16225 13903 0 -1 1077944384 5 13498 0 0 0 0 5 3 20 0 15 0 473644898 11084148736 20892 33554432000 4194304 4196468 140735588632096 139634623224048 139635096574594 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13283328 140735588633187 140735588635829 140735588635829 140735588638671 0
[pid=16225/tid=16284] ppid=16222 vsize=10824364 memory=139885004599408 CPUtime=0.08 cores=0,2,4,6
/proc/16225/task/16284/stat : 16284 (java) S 16222 16225 13903 0 -1 1077944384 13 13498 0 0 0 0 5 3 20 0 15 0 473644898 11084148736 20892 33554432000 4194304 4196468 140735588632096 139634554168480 139635096573653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13283328 140735588633187 140735588635829 140735588635829 140735588638671 0
[pid=16225/tid=16285] ppid=16222 vsize=10824364 memory=139887084831310 CPUtime=0.08 cores=0,2,4,6
/proc/16225/task/16285/stat : 16285 (java) S 16222 16225 13903 0 -1 1077944384 1 13498 0 0 0 0 5 3 20 0 15 0 473644898 11084148736 20892 33554432000 4194304 4196468 140735588632096 139633950188272 139635096573653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13283328 140735588633187 140735588635829 140735588635829 140735588638671 0
[pid=16225/tid=16286] ppid=16222 vsize=10824364 memory=8100 CPUtime=0.08 cores=0,2,4,6
/proc/16225/task/16286/stat : 16286 (java) S 16222 16225 13903 0 -1 1077944384 3 13498 0 0 0 0 5 3 20 0 15 0 473644901 11084148736 20892 33554432000 4194304 4196468 140735588632096 139633642788816 139635096582043 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13283328 140735588633187 140735588635829 140735588635829 140735588638671 0
[pid=16225/tid=16287] ppid=16222 vsize=10824364 memory=7518026621751088994 CPUtime=0.24 cores=0,2,4,6
/proc/16225/task/16287/stat : 16287 (java) S 16222 16225 13903 0 -1 1077944384 1014 13498 0 0 16 0 5 3 20 0 15 0 473644901 11084148736 20892 33554432000 4194304 4196468 140735588632096 139634520611568 139635096574594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13283328 140735588633187 140735588635829 140735588635829 140735588638671 0
[pid=16225/tid=16288] ppid=16222 vsize=10824364 memory=7235703887467473233 CPUtime=0.19 cores=0,2,4,6
/proc/16225/task/16288/stat : 16288 (java) S 16222 16225 13903 0 -1 1077944384 614 13498 0 0 11 0 5 3 20 0 15 0 473644901 11084148736 20892 33554432000 4194304 4196468 140735588632096 139634519559024 139635096574594 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13283328 140735588633187 140735588635829 140735588635829 140735588638671 0
[pid=16225/tid=16289] ppid=16222 vsize=10824364 memory=7881696724453321575 CPUtime=0.25 cores=0,2,4,6
/proc/16225/task/16289/stat : 16289 (java) S 16222 16225 13903 0 -1 1077944384 747 13498 0 0 17 0 5 3 20 0 15 0 473644901 11084148736 20892 33554432000 4194304 4196468 140735588632096 139634518505968 139635096574594 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13283328 140735588633187 140735588635829 140735588635829 140735588638671 0
[pid=16225/tid=16290] ppid=16222 vsize=10824364 memory=3612 CPUtime=0.08 cores=0,2,4,6
/proc/16225/task/16290/stat : 16290 (java) S 16222 16225 13903 0 -1 1077944384 3 13498 0 0 0 0 5 3 20 0 15 0 473644901 11084148736 20892 33554432000 4194304 4196468 140735588632096 139633609231200 139635096573653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13283328 140735588633187 140735588635829 140735588635829 140735588638671 0
[pid=16225/tid=16291] ppid=16222 vsize=10824364 memory=2241 CPUtime=0.08 cores=0,2,4,6
/proc/16225/task/16291/stat : 16291 (java) S 16222 16225 13903 0 -1 1077944384 1 13498 0 0 0 0 5 3 20 0 15 0 473644902 11084148736 20892 33554432000 4194304 4196468 140735588632096 139634517453360 139635096574594 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13283328 140735588633187 140735588635829 140735588635829 140735588638671 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 83568 KiB

[startup+1.50075 s]
/proc/loadavg: 1.36 1.32 1.33 3/228 16291
/proc/meminfo: memFree=3784080/32770624 swapFree=66966844/67108860
[pid=16225] ppid=16222 vsize=10834680 memory=169580 CPUtime=2.47 cores=0,2,4,6
/proc/16225/stat : 16225 (java) S 16222 16225 13903 0 -1 1077944320 21809 13498 0 0 229 10 5 3 20 0 15 0 473644886 11094712320 42395 33554432000 4194304 4196468 140735588632096 140735588614640 139635096563447 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 13283328 140735588633187 140735588635829 140735588635829 140735588638671 0
/proc/16225/statm: 2708670 42395 3574 1 0 2670733 0
[pid=16225/tid=16278] ppid=16222 vsize=10834680 memory=9125 CPUtime=1.44 cores=0,2,4,6
/proc/16225/task/16278/stat : 16278 (java) R 16222 16225 13903 0 -1 4202560 15420 13498 0 0 130 6 5 3 20 0 15 0 473644895 11094712320 42395 33554432000 4194304 4196468 140735588632096 139635068363184 139635096575382 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13283328 140735588633187 140735588635829 140735588635829 140735588638671 0
[pid=16225/tid=16279] ppid=16222 vsize=10834680 memory=6791534058613427641 CPUtime=0.09 cores=0,2,4,6
/proc/16225/task/16279/stat : 16279 (java) S 16222 16225 13903 0 -1 1077944384 78 13498 0 0 1 0 5 3 20 0 15 0 473644896 11094712320 42395 33554432000 4194304 4196468 140735588632096 139635100806160 139635096573653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13283328 140735588633187 140735588635829 140735588635829 140735588638671 0
[pid=16225/tid=16280] ppid=16222 vsize=10834680 memory=493056 CPUtime=0.08 cores=0,2,4,6
/proc/16225/task/16280/stat : 16280 (java) S 16222 16225 13903 0 -1 1077944384 59 13498 0 0 0 0 5 3 20 0 15 0 473644896 11094712320 42395 33554432000 4194304 4196468 140735588632096 139634670279824 139635096573653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13283328 140735588633187 140735588635829 140735588635829 140735588638671 0
[pid=16225/tid=16281] ppid=16222 vsize=10834680 memory=1408 CPUtime=0.09 cores=0,2,4,6
/proc/16225/task/16281/stat : 16281 (java) S 16222 16225 13903 0 -1 1077944384 348 13498 0 0 1 0 5 3 20 0 15 0 473644896 11094712320 42395 33554432000 4194304 4196468 140735588632096 139634669226768 139635096573653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13283328 140735588633187 140735588635829 140735588635829 140735588638671 0
[pid=16225/tid=16282] ppid=16222 vsize=10834680 memory=83568 CPUtime=0.09 cores=0,2,4,6
/proc/16225/task/16282/stat : 16282 (java) S 16222 16225 13903 0 -1 1077944384 34 13498 0 0 1 0 5 3 20 0 15 0 473644896 11094712320 42395 33554432000 4194304 4196468 140735588632096 139634668174224 139635096573653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13283328 140735588633187 140735588635829 140735588635829 140735588638671 0
[pid=16225/tid=16283] ppid=16222 vsize=10834680 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/16225/task/16283/stat : 16283 (java) S 16222 16225 13903 0 -1 1077944384 165 13498 0 0 1 0 5 3 20 0 15 0 473644898 11094712320 42395 33554432000 4194304 4196468 140735588632096 139634623224048 139635096574594 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13283328 140735588633187 140735588635829 140735588635829 140735588638671 0
[pid=16225/tid=16284] ppid=16222 vsize=10834680 memory=279770009141792 CPUtime=0.08 cores=0,2,4,6
/proc/16225/task/16284/stat : 16284 (java) S 16222 16225 13903 0 -1 1077944384 14 13498 0 0 0 0 5 3 20 0 15 0 473644898 11094712320 42395 33554432000 4194304 4196468 140735588632096 139634554168544 139635096573653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13283328 140735588633187 140735588635829 140735588635829 140735588638671 0
[pid=16225/tid=16285] ppid=16222 vsize=10834680 memory=279770009192592 CPUtime=0.08 cores=0,2,4,6
/proc/16225/task/16285/stat : 16285 (java) S 16222 16225 13903 0 -1 1077944384 1 13498 0 0 0 0 5 3 20 0 15 0 473644898 11094712320 42395 33554432000 4194304 4196468 140735588632096 139633950188288 139635096573653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13283328 140735588633187 140735588635829 140735588635829 140735588638671 0
[pid=16225/tid=16286] ppid=16222 vsize=10834680 memory=279770009737408 CPUtime=0.08 cores=0,2,4,6
/proc/16225/task/16286/stat : 16286 (java) S 16222 16225 13903 0 -1 1077944384 3 13498 0 0 0 0 5 3 20 0 15 0 473644901 11094712320 42395 33554432000 4194304 4196468 140735588632096 139633642788816 139635096582043 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13283328 140735588633187 140735588635829 140735588635829 140735588638671 0
[pid=16225/tid=16287] ppid=16222 vsize=10834680 memory=3047711553219693942 CPUtime=0.36 cores=0,2,4,6
/proc/16225/task/16287/stat : 16287 (java) S 16222 16225 13903 0 -1 1077944384 1212 13498 0 0 28 0 5 3 20 0 15 0 473644901 11094712320 42395 33554432000 4194304 4196468 140735588632096 139634520611568 139635096574594 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13283328 140735588633187 140735588635829 140735588635829 140735588638671 0
[pid=16225/tid=16288] ppid=16222 vsize=10834680 memory=-7521736447810188379 CPUtime=0.31 cores=0,2,4,6
/proc/16225/task/16288/stat : 16288 (java) S 16222 16225 13903 0 -1 1077944384 788 13498 0 0 23 0 5 3 20 0 15 0 473644901 11094712320 42395 33554432000 4194304 4196468 140735588632096 139634519559024 139635096574594 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13283328 140735588633187 140735588635829 140735588635829 140735588638671 0
[pid=16225/tid=16289] ppid=16222 vsize=10834680 memory=-8412652160765825907 CPUtime=0.48 cores=0,2,4,6
/proc/16225/task/16289/stat : 16289 (java) R 16222 16225 13903 0 -1 4202560 1484 13498 0 0 40 0 5 3 20 0 15 0 473644901 11094712320 42395 33554432000 4194304 4196468 140735588632096 139634518505968 139635075437360 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13283328 140735588633187 140735588635829 140735588635829 140735588638671 0
[pid=16225/tid=16290] ppid=16222 vsize=10834680 memory=7100839878645619564 CPUtime=0.08 cores=0,2,4,6
/proc/16225/task/16290/stat : 16290 (java) S 16222 16225 13903 0 -1 1077944384 3 13498 0 0 0 0 5 3 20 0 15 0 473644901 11094712320 42395 33554432000 4194304 4196468 140735588632096 139633609231200 139635096573653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13283328 140735588633187 140735588635829 140735588635829 140735588638671 0
[pid=16225/tid=16291] ppid=16222 vsize=10834680 memory=-8634980985311628903 CPUtime=0.08 cores=0,2,4,6
/proc/16225/task/16291/stat : 16291 (java) S 16222 16225 13903 0 -1 1077944384 1 13498 0 0 0 0 5 3 20 0 15 0 473644902 11094712320 42395 33554432000 4194304 4196468 140735588632096 139634517453360 139635096574594 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13283328 140735588633187 140735588635829 140735588635829 140735588638671 0
Current children cumulated CPU time: 2.47 s
Current children cumulated vsize: 10834680 KiB

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


[startup+470.401 s]
/proc/loadavg: 1.43 1.39 1.36 3/228 16489
/proc/meminfo: memFree=2699968/32770624 swapFree=66966844/67108860
[pid=16225] ppid=16222 vsize=10846988 memory=694096 CPUtime=483.52 cores=0,2,4,6
/proc/16225/stat : 16225 (java) S 16222 16225 13903 0 -1 1077944320 125159 13498 0 0 48256 88 5 3 20 0 15 0 473644886 11107315712 173524 33554432000 4194304 4196468 140735588632096 140735588614640 139635096563447 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 13283328 140735588633187 140735588635829 140735588635829 140735588638671 0
/proc/16225/statm: 2711747 173524 3631 1 0 2673805 0
[pid=16225/tid=16278] ppid=16222 vsize=10846988 memory=694096 CPUtime=465.82 cores=0,2,4,6
/proc/16225/task/16278/stat : 16278 (java) R 16222 16225 13903 0 -1 4202560 36774 13498 0 0 46557 17 5 3 20 0 15 0 473644895 11107315712 173524 33554432000 4194304 4196468 140735588632096 139635068398576 139634706631052 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13283328 140735588633187 140735588635829 140735588635829 140735588638671 0
[pid=16225/tid=16279] ppid=16222 vsize=10846988 memory=694096 CPUtime=2.03 cores=0,2,4,6
/proc/16225/task/16279/stat : 16279 (java) S 16222 16225 13903 0 -1 1077944384 2983 13498 0 0 185 10 5 3 20 0 15 0 473644896 11107315712 173524 33554432000 4194304 4196468 140735588632096 139635100806160 139635096573653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13283328 140735588633187 140735588635829 140735588635829 140735588638671 0
[pid=16225/tid=16280] ppid=16222 vsize=10846988 memory=1056 CPUtime=2.03 cores=0,2,4,6
/proc/16225/task/16280/stat : 16280 (java) S 16222 16225 13903 0 -1 1077944384 4368 13498 0 0 182 13 5 3 20 0 15 0 473644896 11107315712 173524 33554432000 4194304 4196468 140735588632096 139634670279824 139635096573653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13283328 140735588633187 140735588635829 140735588635829 140735588638671 0
[pid=16225/tid=16281] ppid=16222 vsize=10846988 memory=3616 CPUtime=2.04 cores=0,2,4,6
/proc/16225/task/16281/stat : 16281 (java) S 16222 16225 13903 0 -1 1077944384 5606 13498 0 0 182 14 5 3 20 0 15 0 473644896 11107315712 173524 33554432000 4194304 4196468 140735588632096 139634669226768 139635096573653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13283328 140735588633187 140735588635829 140735588635829 140735588638671 0
[pid=16225/tid=16282] ppid=16222 vsize=10846988 memory=1552 CPUtime=2.04 cores=0,2,4,6
/proc/16225/task/16282/stat : 16282 (java) S 16222 16225 13903 0 -1 1077944384 5944 13498 0 0 184 12 5 3 20 0 15 0 473644896 11107315712 173524 33554432000 4194304 4196468 140735588632096 139634668174224 139635096573653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13283328 140735588633187 140735588635829 140735588635829 140735588638671 0
[pid=16225/tid=16283] ppid=16222 vsize=10846988 memory=3612 CPUtime=1.99 cores=0,2,4,6
/proc/16225/task/16283/stat : 16283 (java) S 16222 16225 13903 0 -1 1077944384 5481 13498 0 0 180 11 5 3 20 0 15 0 473644898 11107315712 173524 33554432000 4194304 4196468 140735588632096 139634623224048 139635096574594 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13283328 140735588633187 140735588635829 140735588635829 140735588638671 0
[pid=16225/tid=16284] ppid=16222 vsize=10846988 memory=54516 CPUtime=0.08 cores=0,2,4,6
/proc/16225/task/16284/stat : 16284 (java) S 16222 16225 13903 0 -1 1077944384 19 13498 0 0 0 0 5 3 20 0 15 0 473644898 11107315712 173524 33554432000 4194304 4196468 140735588632096 139634554168608 139635096573653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13283328 140735588633187 140735588635829 140735588635829 140735588638671 0
[pid=16225/tid=16285] ppid=16222 vsize=10846988 memory=988 CPUtime=0.08 cores=0,2,4,6
/proc/16225/task/16285/stat : 16285 (java) S 16222 16225 13903 0 -1 1077944384 17 13498 0 0 0 0 5 3 20 0 15 0 473644898 11107315712 173524 33554432000 4194304 4196468 140735588632096 139633950188288 139635096573653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13283328 140735588633187 140735588635829 140735588635829 140735588638671 0
[pid=16225/tid=16286] ppid=16222 vsize=10846988 memory=4096 CPUtime=0.08 cores=0,2,4,6
/proc/16225/task/16286/stat : 16286 (java) S 16222 16225 13903 0 -1 1077944384 3 13498 0 0 0 0 5 3 20 0 15 0 473644901 11107315712 173524 33554432000 4194304 4196468 140735588632096 139633642788816 139635096582043 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13283328 140735588633187 140735588635829 140735588635829 140735588638671 0
[pid=16225/tid=16287] ppid=16222 vsize=10846988 memory=1408 CPUtime=3.18 cores=0,2,4,6
/proc/16225/task/16287/stat : 16287 (java) S 16222 16225 13903 0 -1 1077944384 25262 13498 0 0 308 2 5 3 20 0 15 0 473644901 11107315712 173524 33554432000 4194304 4196468 140735588632096 139634520611568 139635096574594 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13283328 140735588633187 140735588635829 140735588635829 140735588638671 0
[pid=16225/tid=16288] ppid=16222 vsize=10846988 memory=694096 CPUtime=3.01 cores=0,2,4,6
/proc/16225/task/16288/stat : 16288 (java) S 16222 16225 13903 0 -1 1077944384 19999 13498 0 0 290 3 5 3 20 0 15 0 473644901 11107315712 173524 33554432000 4194304 4196468 140735588632096 139634519559024 139635096574594 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13283328 140735588633187 140735588635829 140735588635829 140735588638671 0
[pid=16225/tid=16289] ppid=16222 vsize=10846988 memory=54516 CPUtime=1.64 cores=0,2,4,6
/proc/16225/task/16289/stat : 16289 (java) S 16222 16225 13903 0 -1 1077944384 16222 13498 0 0 153 3 5 3 20 0 15 0 473644901 11107315712 173524 33554432000 4194304 4196468 140735588632096 139634518505968 139635096574594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13283328 140735588633187 140735588635829 140735588635829 140735588638671 0
[pid=16225/tid=16290] ppid=16222 vsize=10846988 memory=988 CPUtime=0.08 cores=0,2,4,6
/proc/16225/task/16290/stat : 16290 (java) S 16222 16225 13903 0 -1 1077944384 3 13498 0 0 0 0 5 3 20 0 15 0 473644901 11107315712 173524 33554432000 4194304 4196468 140735588632096 139633609231200 139635096573653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13283328 140735588633187 140735588635829 140735588635829 140735588638671 0
[pid=16225/tid=16291] ppid=16222 vsize=10846988 memory=2020 CPUtime=0.34 cores=0,2,4,6
/proc/16225/task/16291/stat : 16291 (java) S 16222 16225 13903 0 -1 1077944384 276 13498 0 0 12 14 5 3 20 0 15 0 473644902 11107315712 173524 33554432000 4194304 4196468 140735588632096 139634517453360 139635096574594 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13283328 140735588633187 140735588635829 140735588635829 140735588638671 0
Current children cumulated CPU time: 483.52 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 694096 KiB

[startup+472.001 s]*
/proc/loadavg: 1.43 1.39 1.36 3/228 16489
/proc/meminfo: memFree=2702256/32770624 swapFree=66966844/67108860
[pid=16225] ppid=16222 vsize=10846988 memory=694096 CPUtime=485.15 cores=0,2,4,6
/proc/16225/stat : 16225 (java) S 16222 16225 13903 0 -1 1077944320 125169 13498 0 0 48419 88 5 3 20 0 15 0 473644886 11107315712 173524 33554432000 4194304 4196468 140735588632096 140735588614640 139635096563447 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 13283328 140735588633187 140735588635829 140735588635829 140735588638671 0
/proc/16225/statm: 2711747 173524 3631 1 0 2673805 0
[pid=16225/tid=16278] ppid=16222 vsize=10846988 memory=1398722017469774279 CPUtime=467.41 cores=0,2,4,6
/proc/16225/task/16278/stat : 16278 (java) R 16222 16225 13903 0 -1 4202560 36784 13498 0 0 46716 17 5 3 20 0 15 0 473644895 11107315712 173524 33554432000 4194304 4196468 140735588632096 139635068398384 139634712809731 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13283328 140735588633187 140735588635829 140735588635829 140735588638671 0
[pid=16225/tid=16279] ppid=16222 vsize=10846988 memory=4126316290023845779 CPUtime=2.04 cores=0,2,4,6
/proc/16225/task/16279/stat : 16279 (java) S 16222 16225 13903 0 -1 1077944384 2983 13498 0 0 186 10 5 3 20 0 15 0 473644896 11107315712 173524 33554432000 4194304 4196468 140735588632096 139635100806160 139635096573653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13283328 140735588633187 140735588635829 140735588635829 140735588638671 0
[pid=16225/tid=16280] ppid=16222 vsize=10846988 memory=1552 CPUtime=2.04 cores=0,2,4,6
/proc/16225/task/16280/stat : 16280 (java) S 16222 16225 13903 0 -1 1077944384 4368 13498 0 0 183 13 5 3 20 0 15 0 473644896 11107315712 173524 33554432000 4194304 4196468 140735588632096 139634670279824 139635096573653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13283328 140735588633187 140735588635829 140735588635829 140735588638671 0
[pid=16225/tid=16281] ppid=16222 vsize=10846988 memory=1708 CPUtime=2.05 cores=0,2,4,6
/proc/16225/task/16281/stat : 16281 (java) S 16222 16225 13903 0 -1 1077944384 5606 13498 0 0 183 14 5 3 20 0 15 0 473644896 11107315712 173524 33554432000 4194304 4196468 140735588632096 139634669226768 139635096573653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13283328 140735588633187 140735588635829 140735588635829 140735588638671 0
[pid=16225/tid=16282] ppid=16222 vsize=10846988 memory=1196 CPUtime=2.04 cores=0,2,4,6
/proc/16225/task/16282/stat : 16282 (java) S 16222 16225 13903 0 -1 1077944384 5944 13498 0 0 184 12 5 3 20 0 15 0 473644896 11107315712 173524 33554432000 4194304 4196468 140735588632096 139634668174224 139635096573653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13283328 140735588633187 140735588635829 140735588635829 140735588638671 0
[pid=16225/tid=16283] ppid=16222 vsize=10846988 memory=1044 CPUtime=2 cores=0,2,4,6
/proc/16225/task/16283/stat : 16283 (java) S 16222 16225 13903 0 -1 1077944384 5481 13498 0 0 181 11 5 3 20 0 15 0 473644898 11107315712 173524 33554432000 4194304 4196468 140735588632096 139634623224048 139635096574594 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13283328 140735588633187 140735588635829 140735588635829 140735588638671 0
[pid=16225/tid=16284] ppid=16222 vsize=10846988 memory=712 CPUtime=0.08 cores=0,2,4,6
/proc/16225/task/16284/stat : 16284 (java) S 16222 16225 13903 0 -1 1077944384 19 13498 0 0 0 0 5 3 20 0 15 0 473644898 11107315712 173524 33554432000 4194304 4196468 140735588632096 139634554168608 139635096573653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13283328 140735588633187 140735588635829 140735588635829 140735588638671 0
[pid=16225/tid=16285] ppid=16222 vsize=10846988 memory=2832 CPUtime=0.08 cores=0,2,4,6
/proc/16225/task/16285/stat : 16285 (java) S 16222 16225 13903 0 -1 1077944384 17 13498 0 0 0 0 5 3 20 0 15 0 473644898 11107315712 173524 33554432000 4194304 4196468 140735588632096 139633950188288 139635096573653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13283328 140735588633187 140735588635829 140735588635829 140735588638671 0
[pid=16225/tid=16286] ppid=16222 vsize=10846988 memory=8100 CPUtime=0.08 cores=0,2,4,6
/proc/16225/task/16286/stat : 16286 (java) S 16222 16225 13903 0 -1 1077944384 3 13498 0 0 0 0 5 3 20 0 15 0 473644901 11107315712 173524 33554432000 4194304 4196468 140735588632096 139633642788816 139635096582043 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13283328 140735588633187 140735588635829 140735588635829 140735588638671 0
[pid=16225/tid=16287] ppid=16222 vsize=10846988 memory=1398722017469774279 CPUtime=3.18 cores=0,2,4,6
/proc/16225/task/16287/stat : 16287 (java) S 16222 16225 13903 0 -1 1077944384 25262 13498 0 0 308 2 5 3 20 0 15 0 473644901 11107315712 173524 33554432000 4194304 4196468 140735588632096 139634520611568 139635096574594 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13283328 140735588633187 140735588635829 140735588635829 140735588638671 0
[pid=16225/tid=16288] ppid=16222 vsize=10846988 memory=4126316290023845779 CPUtime=3.01 cores=0,2,4,6
/proc/16225/task/16288/stat : 16288 (java) S 16222 16225 13903 0 -1 1077944384 19999 13498 0 0 290 3 5 3 20 0 15 0 473644901 11107315712 173524 33554432000 4194304 4196468 140735588632096 139634519559024 139635096574594 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13283328 140735588633187 140735588635829 140735588635829 140735588638671 0
[pid=16225/tid=16289] ppid=16222 vsize=10846988 memory=14408211662899591 CPUtime=1.64 cores=0,2,4,6
/proc/16225/task/16289/stat : 16289 (java) S 16222 16225 13903 0 -1 1077944384 16222 13498 0 0 153 3 5 3 20 0 15 0 473644901 11107315712 173524 33554432000 4194304 4196468 140735588632096 139634518505968 139635096574594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13283328 140735588633187 140735588635829 140735588635829 140735588638671 0
[pid=16225/tid=16290] ppid=16222 vsize=10846988 memory=3616 CPUtime=0.08 cores=0,2,4,6
/proc/16225/task/16290/stat : 16290 (java) S 16222 16225 13903 0 -1 1077944384 3 13498 0 0 0 0 5 3 20 0 15 0 473644901 11107315712 173524 33554432000 4194304 4196468 140735588632096 139633609231200 139635096573653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13283328 140735588633187 140735588635829 140735588635829 140735588638671 0
[pid=16225/tid=16291] ppid=16222 vsize=10846988 memory=1552 CPUtime=0.34 cores=0,2,4,6
/proc/16225/task/16291/stat : 16291 (java) S 16222 16225 13903 0 -1 1077944384 276 13498 0 0 12 14 5 3 20 0 15 0 473644902 11107315712 173524 33554432000 4194304 4196468 140735588632096 139634517453360 139635096574594 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13283328 140735588633187 140735588635829 140735588635829 140735588638671 0
Current children cumulated CPU time: 485.15 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 694096 KiB

[startup+473.601 s]
/proc/loadavg: 1.43 1.39 1.36 3/228 16489
/proc/meminfo: memFree=2703484/32770624 swapFree=66966844/67108860
[pid=16225] ppid=16222 vsize=10846988 memory=694096 CPUtime=486.77 cores=0,2,4,6
/proc/16225/stat : 16225 (java) S 16222 16225 13903 0 -1 1077944320 125185 13498 0 0 48580 89 5 3 20 0 15 0 473644886 11107315712 173524 33554432000 4194304 4196468 140735588632096 140735588614640 139635096563447 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 13283328 140735588633187 140735588635829 140735588635829 140735588638671 0
/proc/16225/statm: 2711747 173524 3631 1 0 2673805 0
[pid=16225/tid=16278] ppid=16222 vsize=10846988 memory=164 CPUtime=468.99 cores=0,2,4,6
/proc/16225/task/16278/stat : 16278 (java) R 16222 16225 13903 0 -1 4202560 36795 13498 0 0 46874 17 5 3 20 0 15 0 473644895 11107315712 173524 33554432000 4194304 4196468 140735588632096 139635068398320 139634713629976 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13283328 140735588633187 140735588635829 140735588635829 140735588638671 0
[pid=16225/tid=16279] ppid=16222 vsize=10846988 memory=4206468019014099040 CPUtime=2.05 cores=0,2,4,6
/proc/16225/task/16279/stat : 16279 (java) S 16222 16225 13903 0 -1 1077944384 2984 13498 0 0 187 10 5 3 20 0 15 0 473644896 11107315712 173524 33554432000 4194304 4196468 140735588632096 139635100806160 139635096573653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13283328 140735588633187 140735588635829 140735588635829 140735588638671 0
[pid=16225/tid=16280] ppid=16222 vsize=10846988 memory=1432 CPUtime=2.04 cores=0,2,4,6
/proc/16225/task/16280/stat : 16280 (java) S 16222 16225 13903 0 -1 1077944384 4369 13498 0 0 183 13 5 3 20 0 15 0 473644896 11107315712 173524 33554432000 4194304 4196468 140735588632096 139634670279824 139635096573653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13283328 140735588633187 140735588635829 140735588635829 140735588638671 0
[pid=16225/tid=16281] ppid=16222 vsize=10846988 memory=776 CPUtime=2.06 cores=0,2,4,6
/proc/16225/task/16281/stat : 16281 (java) S 16222 16225 13903 0 -1 1077944384 5606 13498 0 0 184 14 5 3 20 0 15 0 473644896 11107315712 173524 33554432000 4194304 4196468 140735588632096 139634669226768 139635096573653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13283328 140735588633187 140735588635829 140735588635829 140735588638671 0
[pid=16225/tid=16282] ppid=16222 vsize=10846988 memory=1056 CPUtime=2.05 cores=0,2,4,6
/proc/16225/task/16282/stat : 16282 (java) S 16222 16225 13903 0 -1 1077944384 5945 13498 0 0 185 12 5 3 20 0 15 0 473644896 11107315712 173524 33554432000 4194304 4196468 140735588632096 139634668174224 139635096573653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13283328 140735588633187 140735588635829 140735588635829 140735588638671 0
[pid=16225/tid=16283] ppid=16222 vsize=10846988 memory=279770009336384 CPUtime=2.01 cores=0,2,4,6
/proc/16225/task/16283/stat : 16283 (java) S 16222 16225 13903 0 -1 1077944384 5483 13498 0 0 182 11 5 3 20 0 15 0 473644898 11107315712 173524 33554432000 4194304 4196468 140735588632096 139634623224048 139635096574594 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13283328 140735588633187 140735588635829 140735588635829 140735588638671 0
[pid=16225/tid=16284] ppid=16222 vsize=10846988 memory=-6667966544890519924 CPUtime=0.08 cores=0,2,4,6
/proc/16225/task/16284/stat : 16284 (java) S 16222 16225 13903 0 -1 1077944384 19 13498 0 0 0 0 5 3 20 0 15 0 473644898 11107315712 173524 33554432000 4194304 4196468 140735588632096 139634554168608 139635096573653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13283328 140735588633187 140735588635829 140735588635829 140735588638671 0
[pid=16225/tid=16285] ppid=16222 vsize=10846988 memory=-3252517613198930781 CPUtime=0.08 cores=0,2,4,6
/proc/16225/task/16285/stat : 16285 (java) S 16222 16225 13903 0 -1 1077944384 17 13498 0 0 0 0 5 3 20 0 15 0 473644898 11107315712 173524 33554432000 4194304 4196468 140735588632096 139633950188288 139635096573653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13283328 140735588633187 140735588635829 140735588635829 140735588638671 0
[pid=16225/tid=16286] ppid=16222 vsize=10846988 memory=1552 CPUtime=0.08 cores=0,2,4,6
/proc/16225/task/16286/stat : 16286 (java) S 16222 16225 13903 0 -1 1077944384 3 13498 0 0 0 0 5 3 20 0 15 0 473644901 11107315712 173524 33554432000 4194304 4196468 140735588632096 139633642788816 139635096582043 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13283328 140735588633187 140735588635829 140735588635829 140735588638671 0
[pid=16225/tid=16287] ppid=16222 vsize=10846988 memory=1708 CPUtime=3.18 cores=0,2,4,6
/proc/16225/task/16287/stat : 16287 (java) S 16222 16225 13903 0 -1 1077944384 25262 13498 0 0 308 2 5 3 20 0 15 0 473644901 11107315712 173524 33554432000 4194304 4196468 140735588632096 139634520611568 139635096574594 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13283328 140735588633187 140735588635829 140735588635829 140735588638671 0
[pid=16225/tid=16288] ppid=16222 vsize=10846988 memory=1196 CPUtime=3.01 cores=0,2,4,6
/proc/16225/task/16288/stat : 16288 (java) S 16222 16225 13903 0 -1 1077944384 19999 13498 0 0 290 3 5 3 20 0 15 0 473644901 11107315712 173524 33554432000 4194304 4196468 140735588632096 139634519559024 139635096574594 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13283328 140735588633187 140735588635829 140735588635829 140735588638671 0
[pid=16225/tid=16289] ppid=16222 vsize=10846988 memory=6791534058613427641 CPUtime=1.64 cores=0,2,4,6
/proc/16225/task/16289/stat : 16289 (java) S 16222 16225 13903 0 -1 1077944384 16222 13498 0 0 153 3 5 3 20 0 15 0 473644901 11107315712 173524 33554432000 4194304 4196468 140735588632096 139634518505968 139635096574594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13283328 140735588633187 140735588635829 140735588635829 140735588638671 0
[pid=16225/tid=16290] ppid=16222 vsize=10846988 memory=2120 CPUtime=0.08 cores=0,2,4,6
/proc/16225/task/16290/stat : 16290 (java) S 16222 16225 13903 0 -1 1077944384 3 13498 0 0 0 0 5 3 20 0 15 0 473644901 11107315712 173524 33554432000 4194304 4196468 140735588632096 139633609231200 139635096573653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13283328 140735588633187 140735588635829 140735588635829 140735588638671 0
[pid=16225/tid=16291] ppid=16222 vsize=10846988 memory=508 CPUtime=0.34 cores=0,2,4,6
/proc/16225/task/16291/stat : 16291 (java) S 16222 16225 13903 0 -1 1077944384 276 13498 0 0 12 14 5 3 20 0 15 0 473644902 11107315712 173524 33554432000 4194304 4196468 140735588632096 139634517453360 139635096574594 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13283328 140735588633187 140735588635829 140735588635829 140735588638671 0
Current children cumulated CPU time: 486.77 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 694096 KiB

[startup+474.401 s]
/proc/loadavg: 1.40 1.38 1.36 3/228 16489
/proc/meminfo: memFree=2705096/32770624 swapFree=66966844/67108860
[pid=16225] ppid=16222 vsize=10846988 memory=694096 CPUtime=487.58 cores=0,2,4,6
/proc/16225/stat : 16225 (java) S 16222 16225 13903 0 -1 1077944320 125190 13498 0 0 48661 89 5 3 20 0 15 0 473644886 11107315712 173524 33554432000 4194304 4196468 140735588632096 140735588614640 139635096563447 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 13283328 140735588633187 140735588635829 140735588635829 140735588638671 0
/proc/16225/statm: 2711747 173524 3631 1 0 2673805 0
[pid=16225/tid=16278] ppid=16222 vsize=10846988 memory=694096 CPUtime=469.78 cores=0,2,4,6
/proc/16225/task/16278/stat : 16278 (java) R 16222 16225 13903 0 -1 4202560 36800 13498 0 0 46953 17 5 3 20 0 15 0 473644895 11107315712 173524 33554432000 4194304 4196468 140735588632096 139635068398816 139634713126575 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13283328 140735588633187 140735588635829 140735588635829 140735588638671 0
[pid=16225/tid=16279] ppid=16222 vsize=10846988 memory=6791534058613427641 CPUtime=2.05 cores=0,2,4,6
/proc/16225/task/16279/stat : 16279 (java) S 16222 16225 13903 0 -1 1077944384 2984 13498 0 0 187 10 5 3 20 0 15 0 473644896 11107315712 173524 33554432000 4194304 4196468 140735588632096 139635100806160 139635096573653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13283328 140735588633187 140735588635829 140735588635829 140735588638671 0
[pid=16225/tid=16280] ppid=16222 vsize=10846988 memory=1568 CPUtime=2.05 cores=0,2,4,6
/proc/16225/task/16280/stat : 16280 (java) S 16222 16225 13903 0 -1 1077944384 4369 13498 0 0 184 13 5 3 20 0 15 0 473644896 11107315712 173524 33554432000 4194304 4196468 140735588632096 139634670279824 139635096573653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13283328 140735588633187 140735588635829 140735588635829 140735588638671 0
[pid=16225/tid=16281] ppid=16222 vsize=10846988 memory=1444 CPUtime=2.06 cores=0,2,4,6
/proc/16225/task/16281/stat : 16281 (java) S 16222 16225 13903 0 -1 1077944384 5606 13498 0 0 184 14 5 3 20 0 15 0 473644896 11107315712 173524 33554432000 4194304 4196468 140735588632096 139634669226768 139635096573653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13283328 140735588633187 140735588635829 140735588635829 140735588638671 0
[pid=16225/tid=16282] ppid=16222 vsize=10846988 memory=864 CPUtime=2.06 cores=0,2,4,6
/proc/16225/task/16282/stat : 16282 (java) S 16222 16225 13903 0 -1 1077944384 5945 13498 0 0 186 12 5 3 20 0 15 0 473644896 11107315712 173524 33554432000 4194304 4196468 140735588632096 139634668174224 139635096573653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13283328 140735588633187 140735588635829 140735588635829 140735588638671 0
[pid=16225/tid=16283] ppid=16222 vsize=10846988 memory=6791534058613427641 CPUtime=2.01 cores=0,2,4,6
/proc/16225/task/16283/stat : 16283 (java) S 16222 16225 13903 0 -1 1077944384 5483 13498 0 0 182 11 5 3 20 0 15 0 473644898 11107315712 173524 33554432000 4194304 4196468 140735588632096 139634623224048 139635096574594 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13283328 140735588633187 140735588635829 140735588635829 140735588638671 0
[pid=16225/tid=16284] ppid=16222 vsize=10846988 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16225/task/16284/stat : 16284 (java) S 16222 16225 13903 0 -1 1077944384 19 13498 0 0 0 0 5 3 20 0 15 0 473644898 11107315712 173524 33554432000 4194304 4196468 140735588632096 139634554168608 139635096573653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13283328 140735588633187 140735588635829 140735588635829 140735588638671 0
[pid=16225/tid=16285] ppid=16222 vsize=10846988 memory=25 CPUtime=0.08 cores=0,2,4,6
/proc/16225/task/16285/stat : 16285 (java) S 16222 16225 13903 0 -1 1077944384 17 13498 0 0 0 0 5 3 20 0 15 0 473644898 11107315712 173524 33554432000 4194304 4196468 140735588632096 139633950188288 139635096573653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13283328 140735588633187 140735588635829 140735588635829 140735588638671 0
[pid=16225/tid=16286] ppid=16222 vsize=10846988 memory=196 CPUtime=0.08 cores=0,2,4,6
/proc/16225/task/16286/stat : 16286 (java) S 16222 16225 13903 0 -1 1077944384 3 13498 0 0 0 0 5 3 20 0 15 0 473644901 11107315712 173524 33554432000 4194304 4196468 140735588632096 139633642788816 139635096582043 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13283328 140735588633187 140735588635829 140735588635829 140735588638671 0
[pid=16225/tid=16287] ppid=16222 vsize=10846988 memory=694096 CPUtime=3.18 cores=0,2,4,6
/proc/16225/task/16287/stat : 16287 (java) S 16222 16225 13903 0 -1 1077944384 25262 13498 0 0 308 2 5 3 20 0 15 0 473644901 11107315712 173524 33554432000 4194304 4196468 140735588632096 139634520611568 139635096574594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13283328 140735588633187 140735588635829 140735588635829 140735588638671 0
[pid=16225/tid=16288] ppid=16222 vsize=10846988 memory=0 CPUtime=3.01 cores=0,2,4,6
/proc/16225/task/16288/stat : 16288 (java) S 16222 16225 13903 0 -1 1077944384 19999 13498 0 0 290 3 5 3 20 0 15 0 473644901 11107315712 173524 33554432000 4194304 4196468 140735588632096 139634519559024 139635096574594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13283328 140735588633187 140735588635829 140735588635829 140735588638671 0
[pid=16225/tid=16289] ppid=16222 vsize=10846988 memory=-6654736624941163865 CPUtime=1.64 cores=0,2,4,6
/proc/16225/task/16289/stat : 16289 (java) S 16222 16225 13903 0 -1 1077944384 16222 13498 0 0 153 3 5 3 20 0 15 0 473644901 11107315712 173524 33554432000 4194304 4196468 140735588632096 139634518505968 139635096574594 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13283328 140735588633187 140735588635829 140735588635829 140735588638671 0
[pid=16225/tid=16290] ppid=16222 vsize=10846988 memory=-6654736624938269017 CPUtime=0.08 cores=0,2,4,6
/proc/16225/task/16290/stat : 16290 (java) S 16222 16225 13903 0 -1 1077944384 3 13498 0 0 0 0 5 3 20 0 15 0 473644901 11107315712 173524 33554432000 4194304 4196468 140735588632096 139633609231200 139635096573653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13283328 140735588633187 140735588635829 140735588635829 140735588638671 0
[pid=16225/tid=16291] ppid=16222 vsize=10846988 memory=6791534058613427641 CPUtime=0.34 cores=0,2,4,6
/proc/16225/task/16291/stat : 16291 (java) S 16222 16225 13903 0 -1 1077944384 276 13498 0 0 12 14 5 3 20 0 15 0 473644902 11107315712 173524 33554432000 4194304 4196468 140735588632096 139634517453360 139635096574594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13283328 140735588633187 140735588635829 140735588635829 140735588638671 0
Current children cumulated CPU time: 487.58 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 694096 KiB

[startup+474.601 s]*
/proc/loadavg: 1.40 1.38 1.36 3/215 16490
/proc/meminfo: memFree=3363604/32770624 swapFree=66966844/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0
Real time (s): 474.611
CPU time (s): 487.804
CPU user time (s): 486.868
CPU system time (s): 0.936287
CPU usage (%): 102.78
Max. virtual memory (cumulated for all children) (KiB): 10849656
Max. memory (cumulated for all children) (KiB): 696476

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 486.868
system time used= 0.936287
maximum resident set size= 698016
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 140171
page faults= 0
swaps= 0
block input operations= 0
block output operations= 752
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 58950
involuntary context switches= 1606


# summary of solver processes directly reported to runsolver:
#   pid: 16225
#   total CPU time (s): 487.804
#   total CPU user time (s): 486.868
#   total CPU system time (s): 0.936287

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.82151 second user time and 4.66122 second system time

The end

Launcher Data

Begin job on node145 at 2019-09-20 12:57:22
IDJOB=4403197
IDBENCH=130150
IDSOLVER=2862
FILE ID=node145/4403197-1568977084
RUNJOBID= node145-1568967596-13934
PBS_JOBID= 21704615
Free space on /var/tmp= 13476 MiB

SOLVER NAME= Concrete 3.12.3
BENCH NAME= XCSP17/Rcpsp/Rcpsp-m1-j30/Rcpsp-j30-29-05.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4403197-1568977084/watcher-4403197-1568977084 -o /var/tmp/evaluation-result-4403197-1568977084/solver-4403197-1568977084 -C 2400 -W 2500 -M 15500 --bin-var /var/tmp/runsolver-exch-node145-1568967596-13934 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=2142651045 HOME/instance-4403197-1568977084.xml

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

MD5SUM BENCH= 28da73d1db83f7f431b4b8f6a2cf23fc
RANDOM SEED=2142651045

node145.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.59
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.59
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.59
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.59
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:         3880208 kB
MemAvailable:   31340336 kB
Buffers:          139316 kB
Cached:         27273668 kB
SwapCached:        32484 kB
Active:         14135576 kB
Inactive:       13792536 kB
Active(anon):     482508 kB
Inactive(anon):    81744 kB
Active(file):   13653068 kB
Inactive(file): 13710792 kB
Unevictable:      110664 kB
Mlocked:          110664 kB
SwapTotal:      67108860 kB
SwapFree:       66966844 kB
Dirty:             35280 kB
Writeback:             0 kB
AnonPages:        594016 kB
Mapped:            65600 kB
Shmem:             40640 kB
Slab:             553304 kB
SReclaimable:     524728 kB
SUnreclaim:        28576 kB
KernelStack:        3712 kB
PageTables:         8844 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1542056 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    497664 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /var/tmp at the end= 13444 MiB
End job on node145 at 2019-09-20 13:05:17