Trace number 4396518

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.2OPT90 2196.42 2167.17

General information on the benchmark

NameRcpsp/Rcpsp-m1-j30/
Rcpsp-j30-29-02.xml
MD5SUMfbff45376af17ae2a145abecb1f2c180
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark90
Best CPU time to get the best result obtained on this benchmark226.554
Satisfiable
(Un)Satisfiability was proved
Number of variables32
Number of constraints62
Number of domains2
Minimum domain size1
Maximum domain size180
Distribution of domain sizes[{"size":1,"count":1},{"size":180,"count":31}]
Minimum variable degree3
Maximum variable degree9
Distribution of variable degrees[{"degree":3,"count":1},{"degree":4,"count":1},{"degree":6,"count":1},{"degree":7,"count":10},{"degree":8,"count":17},{"degree":9,"count":2}]
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.55	c Concrete v3.12.2.1568380929293 running
8.01/3.62	o 118
8.33/3.77	o 117
8.94/3.98	o 116
9.49/4.14	o 115
9.49/4.16	o 114
9.49/4.18	o 111
10.13/4.54	o 110
10.13/4.55	o 105
10.38/4.63	o 100
10.38/4.66	o 99
11.87/5.71	o 98
13.54/6.87	o 97
14.43/7.65	o 96
16.18/9.31	o 95
16.18/9.32	o 94
16.31/9.40	o 93
19.04/12.02	o 92
19.55/12.53	o 91
56.03/47.29	o 90
2196.33/2167.16	v <instantiation
2196.33/2167.16	v         cost = '90'>
2196.33/2167.16	v       <list>
2196.33/2167.16	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]
2196.33/2167.16	v       </list>
2196.33/2167.16	v       <values>
2196.33/2167.16	v         0 6 0 0 14 7 20 25 32 12 52 14 18 45 61 30 18 19 40 61 27 73 72 50 62 40 53 79 42 85 71 90
2196.33/2167.16	v       </values>
2196.33/2167.16	v     </instantiation>
2196.33/2167.16	s OPTIMUM FOUND

Verifier Data

OK	90

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4396518-1568401719/watcher-4396518-1568401719 -o /tmp/evaluation-result-4396518-1568401719/solver-4396518-1568401719 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node103-1568393993-23928 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=1217571544 HOME/instance-4396518-1568401719.xml 

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

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=26869, runsolver pid=26866
Current StackSize limit: 8192 KiB


[startup+0.10009 s]*
/proc/loadavg: 1.41 1.55 1.47 3/220 26926
/proc/meminfo: memFree=29974872/32770624 swapFree=66996936/67108860
[pid=26869] ppid=26866 vsize=9972712 memory=17080 CPUtime=0.1 cores=1,3,5,7
/proc/26869/stat : 26869 (java) S 26866 26869 22378 0 -1 1077944320 4491 13368 0 0 1 1 5 3 20 0 6 0 416425017 10212057088 4270 33554432000 4194304 4196468 140736643514192 140736643496736 139920555155191 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 9195520 140736643521263 140736643523781 140736643523781 140736643526607 0
/proc/26869/statm: 2493178 4270 1935 1 0 2481616 0
[pid=26869/tid=26922] ppid=26866 vsize=9972712 memory=720575944405811505 CPUtime=0.08 cores=1,3,5,7
/proc/26869/task/26922/stat : 26922 (java) R 26866 26869 22378 0 -1 4202560 2286 13368 0 0 0 0 5 3 20 0 6 0 416425026 10212057088 4270 33554432000 4194304 4196468 140736643514192 139920526991952 139920539235678 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9195520 140736643521263 140736643523781 140736643523781 140736643526607 0
[pid=26869/tid=26923] ppid=26866 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26869/task/26923/stat : 26923 (java) S 26866 26869 22378 0 -1 1077944384 1 13368 0 0 0 0 5 3 20 0 6 0 416425027 10212057088 4270 33554432000 4194304 4196468 140736643514192 139920559397392 139920555165397 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9195520 140736643521263 140736643523781 140736643523781 140736643526607 0
[pid=26869/tid=26924] ppid=26866 vsize=9972712 memory=140262940542200 CPUtime=0.08 cores=1,3,5,7
/proc/26869/task/26924/stat : 26924 (java) S 26866 26869 22378 0 -1 1077944384 1 13368 0 0 0 0 5 3 20 0 6 0 416425027 10212057088 4270 33554432000 4194304 4196468 140736643514192 139920447670928 139920555165397 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9195520 140736643521263 140736643523781 140736643523781 140736643526607 0
[pid=26869/tid=26925] ppid=26866 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26869/task/26925/stat : 26925 (java) S 26866 26869 22378 0 -1 1077944384 1 13368 0 0 0 0 5 3 20 0 6 0 416425027 10212057088 4270 33554432000 4194304 4196468 140736643514192 139920446617872 139920555165397 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9195520 140736643521263 140736643523781 140736643523781 140736643526607 0
[pid=26869/tid=26926] ppid=26866 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26869/task/26926/stat : 26926 (java) S 26866 26869 22378 0 -1 1077944384 2 13368 0 0 0 0 5 3 20 0 6 0 416425027 10212057088 4270 33554432000 4194304 4196468 140736643514192 139920445565328 139920555165397 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9195520 140736643521263 140736643523781 140736643523781 140736643526607 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 17080 KiB

[startup+0.213298 s]*
/proc/loadavg: 1.41 1.55 1.47 4/229 26935
/proc/meminfo: memFree=29956616/32770624 swapFree=66996936/67108860
[pid=26869] ppid=26866 vsize=10819664 memory=37224 CPUtime=0.26 cores=1,3,5,7
/proc/26869/stat : 26869 (java) S 26866 26869 22378 0 -1 1077944320 7169 13368 0 0 16 2 5 3 20 0 15 0 416425017 11079335936 9306 33554432000 4194304 4196468 140736643514192 140736643496736 139920555155191 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 9195520 140736643521263 140736643523781 140736643523781 140736643526607 0
/proc/26869/statm: 2704916 9306 3165 1 0 2667149 0
[pid=26869/tid=26922] ppid=26866 vsize=10819664 memory=751940894209540401 CPUtime=0.19 cores=1,3,5,7
/proc/26869/task/26922/stat : 26922 (java) R 26866 26869 22378 0 -1 4202560 3646 13368 0 0 10 1 5 3 20 0 15 0 416425026 11079335936 9306 33554432000 4194304 4196468 140736643514192 139920526972304 139920555176538 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9195520 140736643521263 140736643523781 140736643523781 140736643526607 0
[pid=26869/tid=26923] ppid=26866 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26869/task/26923/stat : 26923 (java) S 26866 26869 22378 0 -1 1077944384 1 13368 0 0 0 0 5 3 20 0 15 0 416425027 11079335936 9306 33554432000 4194304 4196468 140736643514192 139920559397392 139920555165397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9195520 140736643521263 140736643523781 140736643523781 140736643526607 0
[pid=26869/tid=26924] ppid=26866 vsize=10819664 memory=140262940542200 CPUtime=0.08 cores=1,3,5,7
/proc/26869/task/26924/stat : 26924 (java) S 26866 26869 22378 0 -1 1077944384 1 13368 0 0 0 0 5 3 20 0 15 0 416425027 11079335936 9306 33554432000 4194304 4196468 140736643514192 139920447670928 139920555165397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9195520 140736643521263 140736643523781 140736643523781 140736643526607 0
[pid=26869/tid=26925] ppid=26866 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26869/task/26925/stat : 26925 (java) S 26866 26869 22378 0 -1 1077944384 1 13368 0 0 0 0 5 3 20 0 15 0 416425027 11079335936 9306 33554432000 4194304 4196468 140736643514192 139920446617872 139920555165397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9195520 140736643521263 140736643523781 140736643523781 140736643526607 0
[pid=26869/tid=26926] ppid=26866 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26869/task/26926/stat : 26926 (java) S 26866 26869 22378 0 -1 1077944384 2 13368 0 0 0 0 5 3 20 0 15 0 416425027 11079335936 9306 33554432000 4194304 4196468 140736643514192 139920445565328 139920555165397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9195520 140736643521263 140736643523781 140736643523781 140736643526607 0
[pid=26869/tid=26927] ppid=26866 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26869/task/26927/stat : 26927 (java) S 26866 26869 22378 0 -1 1077944384 2 13368 0 0 0 0 5 3 20 0 15 0 416425028 11079335936 9306 33554432000 4194304 4196468 140736643514192 139919558126320 139920555166338 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9195520 140736643521263 140736643523781 140736643523781 140736643526607 0
[pid=26869/tid=26928] ppid=26866 vsize=10819664 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/26869/task/26928/stat : 26928 (java) S 26866 26869 22378 0 -1 1077944384 33 13368 0 0 0 0 5 3 20 0 15 0 416425029 11079335936 9306 33554432000 4194304 4196468 140736643514192 139919557072544 139920555165397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9195520 140736643521263 140736643523781 140736643523781 140736643526607 0
[pid=26869/tid=26929] ppid=26866 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26869/task/26929/stat : 26929 (java) S 26866 26869 22378 0 -1 1077944384 1 13368 0 0 0 0 5 3 20 0 15 0 416425029 11079335936 9306 33554432000 4194304 4196468 140736643514192 139919431296240 139920555165397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9195520 140736643521263 140736643523781 140736643523781 140736643526607 0
[pid=26869/tid=26930] ppid=26866 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26869/task/26930/stat : 26930 (java) S 26866 26869 22378 0 -1 1077944384 3 13368 0 0 0 0 5 3 20 0 15 0 416425032 11079335936 9306 33554432000 4194304 4196468 140736643514192 139919123896784 139920555173787 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9195520 140736643521263 140736643523781 140736643523781 140736643526607 0
[pid=26869/tid=26931] ppid=26866 vsize=10819664 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/26869/task/26931/stat : 26931 (java) S 26866 26869 22378 0 -1 1077944384 469 13368 0 0 1 0 5 3 20 0 15 0 416425032 11079335936 9306 33554432000 4194304 4196468 140736643514192 139919523514608 139920555166338 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9195520 140736643521263 140736643523781 140736643523781 140736643526607 0
[pid=26869/tid=26932] ppid=26866 vsize=10819664 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/26869/task/26932/stat : 26932 (java) S 26866 26869 22378 0 -1 1077944384 183 13368 0 0 1 0 5 3 20 0 15 0 416425032 11079335936 9306 33554432000 4194304 4196468 140736643514192 139919522462064 139920555166338 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9195520 140736643521263 140736643523781 140736643523781 140736643526607 0
[pid=26869/tid=26933] ppid=26866 vsize=10819664 memory=140262940518016 CPUtime=0.11 cores=1,3,5,7
/proc/26869/task/26933/stat : 26933 (java) R 26866 26869 22378 0 -1 4202560 616 13368 0 0 3 0 5 3 20 0 15 0 416425032 11079335936 9306 33554432000 4194304 4196468 140736643514192 139919521409008 139920534503200 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9195520 140736643521263 140736643523781 140736643523781 140736643526607 0
[pid=26869/tid=26934] ppid=26866 vsize=10819664 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/26869/task/26934/stat : 26934 (java) S 26866 26869 22378 0 -1 1077944384 3 13368 0 0 0 0 5 3 20 0 15 0 416425032 11079335936 9306 33554432000 4194304 4196468 140736643514192 139919090338144 139920555165397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9195520 140736643521263 140736643523781 140736643523781 140736643526607 0
[pid=26869/tid=26935] ppid=26866 vsize=10819664 memory=140262940518016 CPUtime=0.08 cores=1,3,5,7
/proc/26869/task/26935/stat : 26935 (java) S 26866 26869 22378 0 -1 1077944384 1 13368 0 0 0 0 5 3 20 0 15 0 416425032 11079335936 9306 33554432000 4194304 4196468 140736643514192 139919520357424 139920555166338 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9195520 140736643521263 140736643523781 140736643523781 140736643526607 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 37224 KiB

[startup+0.311299 s]*
/proc/loadavg: 1.41 1.55 1.47 3/229 26935
/proc/meminfo: memFree=29944068/32770624 swapFree=66996936/67108860
[pid=26869] ppid=26866 vsize=10820148 memory=48372 CPUtime=0.4 cores=1,3,5,7
/proc/26869/stat : 26869 (java) S 26866 26869 22378 0 -1 1077944320 10860 13368 0 0 28 4 5 3 20 0 15 0 416425017 11079831552 12093 33554432000 4194304 4196468 140736643514192 140736643496736 139920555155191 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 9195520 140736643521263 140736643523781 140736643523781 140736643526607 0
/proc/26869/statm: 2705037 12093 3297 1 0 2667149 0
[pid=26869/tid=26922] ppid=26866 vsize=10820148 memory=8317482817917895235 CPUtime=0.29 cores=1,3,5,7
/proc/26869/task/26922/stat : 26922 (java) R 26866 26869 22378 0 -1 4202560 7319 13368 0 0 18 3 5 3 20 0 15 0 416425026 11079831552 12093 33554432000 4194304 4196468 140736643514192 139920526960560 139920539235678 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9195520 140736643521263 140736643523781 140736643523781 140736643526607 0
[pid=26869/tid=26923] ppid=26866 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26869/task/26923/stat : 26923 (java) S 26866 26869 22378 0 -1 1077944384 1 13368 0 0 0 0 5 3 20 0 15 0 416425027 11079831552 12093 33554432000 4194304 4196468 140736643514192 139920559397392 139920555165397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9195520 140736643521263 140736643523781 140736643523781 140736643526607 0
[pid=26869/tid=26924] ppid=26866 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26869/task/26924/stat : 26924 (java) S 26866 26869 22378 0 -1 1077944384 1 13368 0 0 0 0 5 3 20 0 15 0 416425027 11079831552 12093 33554432000 4194304 4196468 140736643514192 139920447670928 139920555165397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9195520 140736643521263 140736643523781 140736643523781 140736643526607 0
[pid=26869/tid=26925] ppid=26866 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26869/task/26925/stat : 26925 (java) S 26866 26869 22378 0 -1 1077944384 1 13368 0 0 0 0 5 3 20 0 15 0 416425027 11079831552 12093 33554432000 4194304 4196468 140736643514192 139920446617872 139920555165397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9195520 140736643521263 140736643523781 140736643523781 140736643526607 0
[pid=26869/tid=26926] ppid=26866 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26869/task/26926/stat : 26926 (java) S 26866 26869 22378 0 -1 1077944384 2 13368 0 0 0 0 5 3 20 0 15 0 416425027 11079831552 12093 33554432000 4194304 4196468 140736643514192 139920445565328 139920555165397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9195520 140736643521263 140736643523781 140736643523781 140736643526607 0
[pid=26869/tid=26927] ppid=26866 vsize=10820148 memory=140262940518015 CPUtime=0.08 cores=1,3,5,7
/proc/26869/task/26927/stat : 26927 (java) S 26866 26869 22378 0 -1 1077944384 2 13368 0 0 0 0 5 3 20 0 15 0 416425028 11079831552 12093 33554432000 4194304 4196468 140736643514192 139919558126320 139920555166338 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9195520 140736643521263 140736643523781 140736643523781 140736643526607 0
[pid=26869/tid=26928] ppid=26866 vsize=10820148 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/26869/task/26928/stat : 26928 (java) S 26866 26869 22378 0 -1 1077944384 33 13368 0 0 0 0 5 3 20 0 15 0 416425029 11079831552 12093 33554432000 4194304 4196468 140736643514192 139919557072544 139920555165397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9195520 140736643521263 140736643523781 140736643523781 140736643526607 0
[pid=26869/tid=26929] ppid=26866 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26869/task/26929/stat : 26929 (java) S 26866 26869 22378 0 -1 1077944384 1 13368 0 0 0 0 5 3 20 0 15 0 416425029 11079831552 12093 33554432000 4194304 4196468 140736643514192 139919431296240 139920555165397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9195520 140736643521263 140736643523781 140736643523781 140736643526607 0
[pid=26869/tid=26930] ppid=26866 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26869/task/26930/stat : 26930 (java) S 26866 26869 22378 0 -1 1077944384 3 13368 0 0 0 0 5 3 20 0 15 0 416425032 11079831552 12093 33554432000 4194304 4196468 140736643514192 139919123896784 139920555173787 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9195520 140736643521263 140736643523781 140736643523781 140736643526607 0
[pid=26869/tid=26931] ppid=26866 vsize=10820148 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/26869/task/26931/stat : 26931 (java) S 26866 26869 22378 0 -1 1077944384 470 13368 0 0 2 0 5 3 20 0 15 0 416425032 11079831552 12093 33554432000 4194304 4196468 140736643514192 139919523514608 139920555166338 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9195520 140736643521263 140736643523781 140736643523781 140736643526607 0
[pid=26869/tid=26932] ppid=26866 vsize=10820148 memory=-1 CPUtime=0.1 cores=1,3,5,7
/proc/26869/task/26932/stat : 26932 (java) S 26866 26869 22378 0 -1 1077944384 192 13368 0 0 2 0 5 3 20 0 15 0 416425032 11079831552 12093 33554432000 4194304 4196468 140736643514192 139919522462064 139920555166338 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9195520 140736643521263 140736643523781 140736643523781 140736643526607 0
[pid=26869/tid=26933] ppid=26866 vsize=10820148 memory=140262940518016 CPUtime=0.13 cores=1,3,5,7
/proc/26869/task/26933/stat : 26933 (java) S 26866 26869 22378 0 -1 1077944384 625 13368 0 0 5 0 5 3 20 0 15 0 416425032 11079831552 12093 33554432000 4194304 4196468 140736643514192 139919521409008 139920555166338 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9195520 140736643521263 140736643523781 140736643523781 140736643526607 0
[pid=26869/tid=26934] ppid=26866 vsize=10820148 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/26869/task/26934/stat : 26934 (java) S 26866 26869 22378 0 -1 1077944384 3 13368 0 0 0 0 5 3 20 0 15 0 416425032 11079831552 12093 33554432000 4194304 4196468 140736643514192 139919090338144 139920555165397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9195520 140736643521263 140736643523781 140736643523781 140736643526607 0
[pid=26869/tid=26935] ppid=26866 vsize=10820148 memory=140262940518016 CPUtime=0.08 cores=1,3,5,7
/proc/26869/task/26935/stat : 26935 (java) S 26866 26869 22378 0 -1 1077944384 1 13368 0 0 0 0 5 3 20 0 15 0 416425032 11079831552 12093 33554432000 4194304 4196468 140736643514192 139919520357424 139920555166338 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9195520 140736643521263 140736643523781 140736643523781 140736643526607 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 48372 KiB

[startup+0.70073 s]
/proc/loadavg: 1.41 1.55 1.47 6/229 26935
/proc/meminfo: memFree=29929632/32770624 swapFree=66996936/67108860
[pid=26869] ppid=26866 vsize=10824360 memory=81624 CPUtime=1.14 cores=1,3,5,7
/proc/26869/stat : 26869 (java) S 26866 26869 22378 0 -1 1077944320 15137 13368 0 0 99 7 5 3 20 0 15 0 416425017 11084144640 20406 33554432000 4194304 4196468 140736643514192 140736643496736 139920555155191 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 9195520 140736643521263 140736643523781 140736643523781 140736643526607 0
/proc/26869/statm: 2706090 20406 3510 1 0 2668173 0
[pid=26869/tid=26922] ppid=26866 vsize=10824360 memory=5795117241467496816 CPUtime=0.66 cores=1,3,5,7
/proc/26869/task/26922/stat : 26922 (java) R 26866 26869 22378 0 -1 4202560 10319 13368 0 0 53 5 5 3 20 0 15 0 416425026 11084144640 20406 33554432000 4194304 4196468 140736643514192 139920526984736 139920539235678 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9195520 140736643521263 140736643523781 140736643523781 140736643526607 0
[pid=26869/tid=26923] ppid=26866 vsize=10824360 memory=1388 CPUtime=0.08 cores=1,3,5,7
/proc/26869/task/26923/stat : 26923 (java) S 26866 26869 22378 0 -1 1077944384 1 13368 0 0 0 0 5 3 20 0 15 0 416425027 11084144640 20406 33554432000 4194304 4196468 140736643514192 139920559397392 139920555165397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9195520 140736643521263 140736643523781 140736643523781 140736643526607 0
[pid=26869/tid=26924] ppid=26866 vsize=10824360 memory=776 CPUtime=0.08 cores=1,3,5,7
/proc/26869/task/26924/stat : 26924 (java) S 26866 26869 22378 0 -1 1077944384 1 13368 0 0 0 0 5 3 20 0 15 0 416425027 11084144640 20406 33554432000 4194304 4196468 140736643514192 139920447670928 139920555165397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9195520 140736643521263 140736643523781 140736643523781 140736643526607 0
[pid=26869/tid=26925] ppid=26866 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26869/task/26925/stat : 26925 (java) S 26866 26869 22378 0 -1 1077944384 1 13368 0 0 0 0 5 3 20 0 15 0 416425027 11084144640 20406 33554432000 4194304 4196468 140736643514192 139920446617872 139920555165397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9195520 140736643521263 140736643523781 140736643523781 140736643526607 0
[pid=26869/tid=26926] ppid=26866 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26869/task/26926/stat : 26926 (java) S 26866 26869 22378 0 -1 1077944384 2 13368 0 0 0 0 5 3 20 0 15 0 416425027 11084144640 20406 33554432000 4194304 4196468 140736643514192 139920445565328 139920555165397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9195520 140736643521263 140736643523781 140736643523781 140736643526607 0
[pid=26869/tid=26927] ppid=26866 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26869/task/26927/stat : 26927 (java) S 26866 26869 22378 0 -1 1077944384 5 13368 0 0 0 0 5 3 20 0 15 0 416425028 11084144640 20406 33554432000 4194304 4196468 140736643514192 139919558126320 139920555166338 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9195520 140736643521263 140736643523781 140736643523781 140736643526607 0
[pid=26869/tid=26928] ppid=26866 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26869/task/26928/stat : 26928 (java) S 26866 26869 22378 0 -1 1077944384 33 13368 0 0 0 0 5 3 20 0 15 0 416425029 11084144640 20406 33554432000 4194304 4196468 140736643514192 139919557072544 139920555165397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9195520 140736643521263 140736643523781 140736643523781 140736643526607 0
[pid=26869/tid=26929] ppid=26866 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26869/task/26929/stat : 26929 (java) S 26866 26869 22378 0 -1 1077944384 1 13368 0 0 0 0 5 3 20 0 15 0 416425029 11084144640 20406 33554432000 4194304 4196468 140736643514192 139919431296240 139920555165397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9195520 140736643521263 140736643523781 140736643523781 140736643526607 0
[pid=26869/tid=26930] ppid=26866 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26869/task/26930/stat : 26930 (java) S 26866 26869 22378 0 -1 1077944384 3 13368 0 0 0 0 5 3 20 0 15 0 416425032 11084144640 20406 33554432000 4194304 4196468 140736643514192 139919123896784 139920555173787 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9195520 140736643521263 140736643523781 140736643523781 140736643526607 0
[pid=26869/tid=26931] ppid=26866 vsize=10824360 memory=0 CPUtime=0.23 cores=1,3,5,7
/proc/26869/task/26931/stat : 26931 (java) R 26866 26869 22378 0 -1 4202560 1063 13368 0 0 15 0 5 3 20 0 15 0 416425032 11084144640 20406 33554432000 4194304 4196468 140736643514192 139919523514608 139920534371136 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9195520 140736643521263 140736643523781 140736643523781 140736643526607 0
[pid=26869/tid=26932] ppid=26866 vsize=10824360 memory=0 CPUtime=0.2 cores=1,3,5,7
/proc/26869/task/26932/stat : 26932 (java) S 26866 26869 22378 0 -1 1077944384 628 13368 0 0 12 0 5 3 20 0 15 0 416425032 11084144640 20406 33554432000 4194304 4196468 140736643514192 139919522462064 139920555166338 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9195520 140736643521263 140736643523781 140736643523781 140736643526607 0
[pid=26869/tid=26933] ppid=26866 vsize=10824360 memory=0 CPUtime=0.25 cores=1,3,5,7
/proc/26869/task/26933/stat : 26933 (java) S 26866 26869 22378 0 -1 1077944384 870 13368 0 0 17 0 5 3 20 0 15 0 416425032 11084144640 20406 33554432000 4194304 4196468 140736643514192 139919521409008 139920555166338 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9195520 140736643521263 140736643523781 140736643523781 140736643526607 0
[pid=26869/tid=26934] ppid=26866 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26869/task/26934/stat : 26934 (java) S 26866 26869 22378 0 -1 1077944384 3 13368 0 0 0 0 5 3 20 0 15 0 416425032 11084144640 20406 33554432000 4194304 4196468 140736643514192 139919090338144 139920555165397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9195520 140736643521263 140736643523781 140736643523781 140736643526607 0
[pid=26869/tid=26935] ppid=26866 vsize=10824360 memory=3504 CPUtime=0.08 cores=1,3,5,7
/proc/26869/task/26935/stat : 26935 (java) S 26866 26869 22378 0 -1 1077944384 1 13368 0 0 0 0 5 3 20 0 15 0 416425032 11084144640 20406 33554432000 4194304 4196468 140736643514192 139919520357424 139920555166338 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9195520 140736643521263 140736643523781 140736643523781 140736643526607 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 10824360 KiB
Current children cumulated memory: 81624 KiB

[startup+1.50069 s]
/proc/loadavg: 1.41 1.55 1.47 3/229 26935
/proc/meminfo: memFree=29884588/32770624 swapFree=66996936/67108860
[pid=26869] ppid=26866 vsize=10834676 memory=169844 CPUtime=2.46 cores=1,3,5,7
/proc/26869/stat : 26869 (java) S 26866 26869 22378 0 -1 1077944320 21903 13368 0 0 226 12 5 3 20 0 15 0 416425017 11094708224 42461 33554432000 4194304 4196468 140736643514192 140736643496736 139920555155191 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 9195520 140736643521263 140736643523781 140736643523781 140736643526607 0
/proc/26869/statm: 2708669 42461 3584 1 0 2670733 0
[pid=26869/tid=26922] ppid=26866 vsize=10834676 memory=0 CPUtime=1.43 cores=1,3,5,7
/proc/26869/task/26922/stat : 26922 (java) R 26866 26869 22378 0 -1 4202560 15279 13368 0 0 128 7 5 3 20 0 15 0 416425026 11094708224 42461 33554432000 4194304 4196468 140736643514192 139920526951544 139920555167126 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9195520 140736643521263 140736643523781 140736643523781 140736643526607 0
[pid=26869/tid=26923] ppid=26866 vsize=10834676 memory=-7522837583129502606 CPUtime=0.09 cores=1,3,5,7
/proc/26869/task/26923/stat : 26923 (java) S 26866 26869 22378 0 -1 1077944384 397 13368 0 0 1 0 5 3 20 0 15 0 416425027 11094708224 42461 33554432000 4194304 4196468 140736643514192 139920559397392 139920555165397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9195520 140736643521263 140736643523781 140736643523781 140736643526607 0
[pid=26869/tid=26924] ppid=26866 vsize=10834676 memory=7523354863787338070 CPUtime=0.08 cores=1,3,5,7
/proc/26869/task/26924/stat : 26924 (java) S 26866 26869 22378 0 -1 1077944384 24 13368 0 0 0 0 5 3 20 0 15 0 416425027 11094708224 42461 33554432000 4194304 4196468 140736643514192 139920447670928 139920555165397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9195520 140736643521263 140736643523781 140736643523781 140736643526607 0
[pid=26869/tid=26925] ppid=26866 vsize=10834676 memory=7378979048558977361 CPUtime=0.08 cores=1,3,5,7
/proc/26869/task/26925/stat : 26925 (java) S 26866 26869 22378 0 -1 1077944384 72 13368 0 0 0 0 5 3 20 0 15 0 416425027 11094708224 42461 33554432000 4194304 4196468 140736643514192 139920446617872 139920555165397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9195520 140736643521263 140736643523781 140736643523781 140736643526607 0
[pid=26869/tid=26926] ppid=26866 vsize=10834676 memory=280525655157088 CPUtime=0.09 cores=1,3,5,7
/proc/26869/task/26926/stat : 26926 (java) S 26866 26869 22378 0 -1 1077944384 89 13368 0 0 1 0 5 3 20 0 15 0 416425027 11094708224 42461 33554432000 4194304 4196468 140736643514192 139920445565328 139920555165397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9195520 140736643521263 140736643523781 140736643523781 140736643526607 0
[pid=26869/tid=26927] ppid=26866 vsize=10834676 memory=255649338413609 CPUtime=0.09 cores=1,3,5,7
/proc/26869/task/26927/stat : 26927 (java) S 26866 26869 22378 0 -1 1077944384 197 13368 0 0 1 0 5 3 20 0 15 0 416425028 11094708224 42461 33554432000 4194304 4196468 140736643514192 139919558126320 139920555166338 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9195520 140736643521263 140736643523781 140736643523781 140736643526607 0
[pid=26869/tid=26928] ppid=26866 vsize=10834676 memory=255649338413610 CPUtime=0.08 cores=1,3,5,7
/proc/26869/task/26928/stat : 26928 (java) S 26866 26869 22378 0 -1 1077944384 34 13368 0 0 0 0 5 3 20 0 15 0 416425029 11094708224 42461 33554432000 4194304 4196468 140736643514192 139919557072608 139920555165397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9195520 140736643521263 140736643523781 140736643523781 140736643526607 0
[pid=26869/tid=26929] ppid=26866 vsize=10834676 memory=255649338413611 CPUtime=0.08 cores=1,3,5,7
/proc/26869/task/26929/stat : 26929 (java) S 26866 26869 22378 0 -1 1077944384 1 13368 0 0 0 0 5 3 20 0 15 0 416425029 11094708224 42461 33554432000 4194304 4196468 140736643514192 139919431296256 139920555165397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9195520 140736643521263 140736643523781 140736643523781 140736643526607 0
[pid=26869/tid=26930] ppid=26866 vsize=10834676 memory=255649338413612 CPUtime=0.08 cores=1,3,5,7
/proc/26869/task/26930/stat : 26930 (java) S 26866 26869 22378 0 -1 1077944384 3 13368 0 0 0 0 5 3 20 0 15 0 416425032 11094708224 42461 33554432000 4194304 4196468 140736643514192 139919123896784 139920555173787 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9195520 140736643521263 140736643523781 140736643523781 140736643526607 0
[pid=26869/tid=26931] ppid=26866 vsize=10834676 memory=0 CPUtime=0.34 cores=1,3,5,7
/proc/26869/task/26931/stat : 26931 (java) S 26866 26869 22378 0 -1 1077944384 1134 13368 0 0 26 0 5 3 20 0 15 0 416425032 11094708224 42461 33554432000 4194304 4196468 140736643514192 139919523514608 139920555166338 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9195520 140736643521263 140736643523781 140736643523781 140736643526607 0
[pid=26869/tid=26932] ppid=26866 vsize=10834676 memory=280525654751152 CPUtime=0.31 cores=1,3,5,7
/proc/26869/task/26932/stat : 26932 (java) S 26866 26869 22378 0 -1 1077944384 817 13368 0 0 23 0 5 3 20 0 15 0 416425032 11094708224 42461 33554432000 4194304 4196468 140736643514192 139919522462064 139920555166338 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9195520 140736643521263 140736643523781 140736643523781 140736643526607 0
[pid=26869/tid=26933] ppid=26866 vsize=10834676 memory=280525654749296 CPUtime=0.49 cores=1,3,5,7
/proc/26869/task/26933/stat : 26933 (java) R 26866 26869 22378 0 -1 4202560 1645 13368 0 0 41 0 5 3 20 0 15 0 416425032 11094708224 42461 33554432000 4194304 4196468 140736643514192 139919521409008 139920555167126 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9195520 140736643521263 140736643523781 140736643523781 140736643526607 0
[pid=26869/tid=26934] ppid=26866 vsize=10834676 memory=280525654749360 CPUtime=0.08 cores=1,3,5,7
/proc/26869/task/26934/stat : 26934 (java) S 26866 26869 22378 0 -1 1077944384 3 13368 0 0 0 0 5 3 20 0 15 0 416425032 11094708224 42461 33554432000 4194304 4196468 140736643514192 139919090338144 139920555165397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9195520 140736643521263 140736643523781 140736643523781 140736643526607 0
[pid=26869/tid=26935] ppid=26866 vsize=10834676 memory=280525655196880 CPUtime=0.08 cores=1,3,5,7
/proc/26869/task/26935/stat : 26935 (java) S 26866 26869 22378 0 -1 1077944384 1 13368 0 0 0 0 5 3 20 0 15 0 416425032 11094708224 42461 33554432000 4194304 4196468 140736643514192 139919520357424 139920555166338 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9195520 140736643521263 140736643523781 140736643523781 140736643526607 0
Current children cumulated CPU time: 2.46 s
Current children cumulated vsize: 10834676 KiB

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

[pid=26869/tid=26934] ppid=26866 vsize=10846984 memory=39992 CPUtime=0.08 cores=1,3,5,7
/proc/26869/task/26934/stat : 26934 (java) S 26866 26869 22378 0 -1 1077944384 3 13368 0 0 0 0 5 3 20 0 15 0 416425032 11107311616 152535 33554432000 4194304 4196468 140736643514192 139919090338144 139920555165397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9195520 140736643521263 140736643523781 140736643523781 140736643526607 0
[pid=26869/tid=26935] ppid=26866 vsize=10846984 memory=3028 CPUtime=1.2 cores=1,3,5,7
/proc/26869/task/26935/stat : 26935 (java) S 26866 26869 22378 0 -1 1077944384 782 13368 0 0 55 57 5 3 20 0 15 0 416425032 11107311616 152535 33554432000 4194304 4196468 140736643514192 139919520357424 139920555166338 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9195520 140736643521263 140736643523781 140736643523781 140736643526607 0
Current children cumulated CPU time: 2194 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 610140 KiB

[startup+2166.4 s]
/proc/loadavg: 1.25 1.33 1.39 3/229 27526
/proc/meminfo: memFree=30169128/32770624 swapFree=66996936/67108860
[pid=26869] ppid=26866 vsize=10846984 memory=610140 CPUtime=2195.62 cores=1,3,5,7
/proc/26869/stat : 26869 (java) S 26866 26869 22378 0 -1 1077944320 178914 13368 0 0 219308 246 5 3 20 0 15 0 416425017 11107311616 152535 33554432000 4194304 4196468 140736643514192 140736643496736 139920555155191 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 9195520 140736643521263 140736643523781 140736643523781 140736643526607 0
/proc/26869/statm: 2711746 152535 3630 1 0 2673805 0
[pid=26869/tid=26922] ppid=26866 vsize=10846984 memory=500 CPUtime=2150.07 cores=1,3,5,7
/proc/26869/task/26922/stat : 26922 (java) R 26866 26869 22378 0 -1 4202560 53112 13368 0 0 214964 35 5 3 20 0 15 0 416425026 11107311616 152535 33554432000 4194304 4196468 140736643514192 139920526990448 139920131051931 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9195520 140736643521263 140736643523781 140736643523781 140736643526607 0
[pid=26869/tid=26923] ppid=26866 vsize=10846984 memory=610140 CPUtime=7.1 cores=1,3,5,7
/proc/26869/task/26923/stat : 26923 (java) S 26866 26869 22378 0 -1 1077944384 10986 13368 0 0 662 40 5 3 20 0 15 0 416425027 11107311616 152535 33554432000 4194304 4196468 140736643514192 139920559397392 139920555165397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9195520 140736643521263 140736643523781 140736643523781 140736643526607 0
[pid=26869/tid=26924] ppid=26866 vsize=10846984 memory=1408 CPUtime=7.06 cores=1,3,5,7
/proc/26869/task/26924/stat : 26924 (java) S 26866 26869 22378 0 -1 1077944384 7157 13368 0 0 663 35 5 3 20 0 15 0 416425027 11107311616 152535 33554432000 4194304 4196468 140736643514192 139920447670928 139920555165397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9195520 140736643521263 140736643523781 140736643523781 140736643526607 0
[pid=26869/tid=26925] ppid=26866 vsize=10846984 memory=610140 CPUtime=7.07 cores=1,3,5,7
/proc/26869/task/26925/stat : 26925 (java) S 26866 26869 22378 0 -1 1077944384 8063 13368 0 0 663 36 5 3 20 0 15 0 416425027 11107311616 152535 33554432000 4194304 4196468 140736643514192 139920446617872 139920555165397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9195520 140736643521263 140736643523781 140736643523781 140736643526607 0
[pid=26869/tid=26926] ppid=26866 vsize=10846984 memory=3504 CPUtime=7.08 cores=1,3,5,7
/proc/26869/task/26926/stat : 26926 (java) S 26866 26869 22378 0 -1 1077944384 9267 13368 0 0 660 40 5 3 20 0 15 0 416425027 11107311616 152535 33554432000 4194304 4196468 140736643514192 139920445565328 139920555165397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9195520 140736643521263 140736643523781 140736643523781 140736643526607 0
[pid=26869/tid=26927] ppid=26866 vsize=10846984 memory=39992 CPUtime=6.94 cores=1,3,5,7
/proc/26869/task/26927/stat : 26927 (java) S 26866 26869 22378 0 -1 1077944384 10869 13368 0 0 650 36 5 3 20 0 15 0 416425028 11107311616 152535 33554432000 4194304 4196468 140736643514192 139919558126320 139920555166338 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9195520 140736643521263 140736643523781 140736643523781 140736643526607 0
[pid=26869/tid=26928] ppid=26866 vsize=10846984 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/26869/task/26928/stat : 26928 (java) S 26866 26869 22378 0 -1 1077944384 42 13368 0 0 0 0 5 3 20 0 15 0 416425029 11107311616 152535 33554432000 4194304 4196468 140736643514192 139919557072672 139920555165397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9195520 140736643521263 140736643523781 140736643523781 140736643526607 0
[pid=26869/tid=26929] ppid=26866 vsize=10846984 memory=288230596050944315 CPUtime=0.08 cores=1,3,5,7
/proc/26869/task/26929/stat : 26929 (java) S 26866 26869 22378 0 -1 1077944384 2 13368 0 0 0 0 5 3 20 0 15 0 416425029 11107311616 152535 33554432000 4194304 4196468 140736643514192 139919431296256 139920555165397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9195520 140736643521263 140736643523781 140736643523781 140736643526607 0
[pid=26869/tid=26930] ppid=26866 vsize=10846984 memory=2828 CPUtime=0.08 cores=1,3,5,7
/proc/26869/task/26930/stat : 26930 (java) S 26866 26869 22378 0 -1 1077944384 3 13368 0 0 0 0 5 3 20 0 15 0 416425032 11107311616 152535 33554432000 4194304 4196468 140736643514192 139919123896784 139920555173787 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9195520 140736643521263 140736643523781 140736643523781 140736643526607 0
[pid=26869/tid=26931] ppid=26866 vsize=10846984 memory=676 CPUtime=4.04 cores=1,3,5,7
/proc/26869/task/26931/stat : 26931 (java) S 26866 26869 22378 0 -1 1077944384 29519 13368 0 0 391 5 5 3 20 0 15 0 416425032 11107311616 152535 33554432000 4194304 4196468 140736643514192 139919523514608 139920555166338 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9195520 140736643521263 140736643523781 140736643523781 140736643526607 0
[pid=26869/tid=26932] ppid=26866 vsize=10846984 memory=6791534058613427641 CPUtime=3.87 cores=1,3,5,7
/proc/26869/task/26932/stat : 26932 (java) S 26866 26869 22378 0 -1 1077944384 24475 13368 0 0 377 2 5 3 20 0 15 0 416425032 11107311616 152535 33554432000 4194304 4196468 140736643514192 139919522462064 139920555166338 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9195520 140736643521263 140736643523781 140736643523781 140736643526607 0
[pid=26869/tid=26933] ppid=26866 vsize=10846984 memory=1548 CPUtime=1.81 cores=1,3,5,7
/proc/26869/task/26933/stat : 26933 (java) S 26866 26869 22378 0 -1 1077944384 22427 13368 0 0 168 5 5 3 20 0 15 0 416425032 11107311616 152535 33554432000 4194304 4196468 140736643514192 139919521409008 139920555166338 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9195520 140736643521263 140736643523781 140736643523781 140736643526607 0
[pid=26869/tid=26934] ppid=26866 vsize=10846984 memory=8560 CPUtime=0.08 cores=1,3,5,7
/proc/26869/task/26934/stat : 26934 (java) S 26866 26869 22378 0 -1 1077944384 3 13368 0 0 0 0 5 3 20 0 15 0 416425032 11107311616 152535 33554432000 4194304 4196468 140736643514192 139919090338144 139920555165397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9195520 140736643521263 140736643523781 140736643523781 140736643526607 0
[pid=26869/tid=26935] ppid=26866 vsize=10846984 memory=1668 CPUtime=1.2 cores=1,3,5,7
/proc/26869/task/26935/stat : 26935 (java) S 26866 26869 22378 0 -1 1077944384 782 13368 0 0 55 57 5 3 20 0 15 0 416425032 11107311616 152535 33554432000 4194304 4196468 140736643514192 139919520357424 139920555166338 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9195520 140736643521263 140736643523781 140736643523781 140736643526607 0
Current children cumulated CPU time: 2195.62 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 610140 KiB

[startup+2166.8 s]
/proc/loadavg: 1.25 1.33 1.39 3/229 27526
/proc/meminfo: memFree=30169128/32770624 swapFree=66996936/67108860
[pid=26869] ppid=26866 vsize=10846984 memory=610140 CPUtime=2196.02 cores=1,3,5,7
/proc/26869/stat : 26869 (java) S 26866 26869 22378 0 -1 1077944320 178915 13368 0 0 219348 246 5 3 20 0 15 0 416425017 11107311616 152535 33554432000 4194304 4196468 140736643514192 140736643496736 139920555155191 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 9195520 140736643521263 140736643523781 140736643523781 140736643526607 0
/proc/26869/statm: 2711746 152535 3630 1 0 2673805 0
[pid=26869/tid=26922] ppid=26866 vsize=10846984 memory=1560 CPUtime=2150.47 cores=1,3,5,7
/proc/26869/task/26922/stat : 26922 (java) R 26866 26869 22378 0 -1 4202560 53113 13368 0 0 215004 35 5 3 20 0 15 0 416425026 11107311616 152535 33554432000 4194304 4196468 140736643514192 139920526990144 139920132954700 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9195520 140736643521263 140736643523781 140736643523781 140736643526607 0
[pid=26869/tid=26923] ppid=26866 vsize=10846984 memory=6791534058613427641 CPUtime=7.1 cores=1,3,5,7
/proc/26869/task/26923/stat : 26923 (java) S 26866 26869 22378 0 -1 1077944384 10986 13368 0 0 662 40 5 3 20 0 15 0 416425027 11107311616 152535 33554432000 4194304 4196468 140736643514192 139920559397392 139920555165397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9195520 140736643521263 140736643523781 140736643523781 140736643526607 0
[pid=26869/tid=26924] ppid=26866 vsize=10846984 memory=4096 CPUtime=7.06 cores=1,3,5,7
/proc/26869/task/26924/stat : 26924 (java) S 26866 26869 22378 0 -1 1077944384 7157 13368 0 0 663 35 5 3 20 0 15 0 416425027 11107311616 152535 33554432000 4194304 4196468 140736643514192 139920447670928 139920555165397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9195520 140736643521263 140736643523781 140736643523781 140736643526607 0
[pid=26869/tid=26925] ppid=26866 vsize=10846984 memory=1408 CPUtime=7.08 cores=1,3,5,7
/proc/26869/task/26925/stat : 26925 (java) S 26866 26869 22378 0 -1 1077944384 8063 13368 0 0 664 36 5 3 20 0 15 0 416425027 11107311616 152535 33554432000 4194304 4196468 140736643514192 139920446617872 139920555165397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9195520 140736643521263 140736643523781 140736643523781 140736643526607 0
[pid=26869/tid=26926] ppid=26866 vsize=10846984 memory=3224 CPUtime=7.08 cores=1,3,5,7
/proc/26869/task/26926/stat : 26926 (java) S 26866 26869 22378 0 -1 1077944384 9267 13368 0 0 660 40 5 3 20 0 15 0 416425027 11107311616 152535 33554432000 4194304 4196468 140736643514192 139920445565328 139920555165397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9195520 140736643521263 140736643523781 140736643523781 140736643526607 0
[pid=26869/tid=26927] ppid=26866 vsize=10846984 memory=610140 CPUtime=6.94 cores=1,3,5,7
/proc/26869/task/26927/stat : 26927 (java) S 26866 26869 22378 0 -1 1077944384 10869 13368 0 0 650 36 5 3 20 0 15 0 416425028 11107311616 152535 33554432000 4194304 4196468 140736643514192 139919558126320 139920555166338 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9195520 140736643521263 140736643523781 140736643523781 140736643526607 0
[pid=26869/tid=26928] ppid=26866 vsize=10846984 memory=5948 CPUtime=0.08 cores=1,3,5,7
/proc/26869/task/26928/stat : 26928 (java) S 26866 26869 22378 0 -1 1077944384 42 13368 0 0 0 0 5 3 20 0 15 0 416425029 11107311616 152535 33554432000 4194304 4196468 140736643514192 139919557072672 139920555165397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9195520 140736643521263 140736643523781 140736643523781 140736643526607 0
[pid=26869/tid=26929] ppid=26866 vsize=10846984 memory=14004 CPUtime=0.08 cores=1,3,5,7
/proc/26869/task/26929/stat : 26929 (java) S 26866 26869 22378 0 -1 1077944384 2 13368 0 0 0 0 5 3 20 0 15 0 416425029 11107311616 152535 33554432000 4194304 4196468 140736643514192 139919431296256 139920555165397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9195520 140736643521263 140736643523781 140736643523781 140736643526607 0
[pid=26869/tid=26930] ppid=26866 vsize=10846984 memory=2124 CPUtime=0.08 cores=1,3,5,7
/proc/26869/task/26930/stat : 26930 (java) S 26866 26869 22378 0 -1 1077944384 3 13368 0 0 0 0 5 3 20 0 15 0 416425032 11107311616 152535 33554432000 4194304 4196468 140736643514192 139919123896784 139920555173787 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9195520 140736643521263 140736643523781 140736643523781 140736643526607 0
[pid=26869/tid=26931] ppid=26866 vsize=10846984 memory=21944 CPUtime=4.04 cores=1,3,5,7
/proc/26869/task/26931/stat : 26931 (java) S 26866 26869 22378 0 -1 1077944384 29519 13368 0 0 391 5 5 3 20 0 15 0 416425032 11107311616 152535 33554432000 4194304 4196468 140736643514192 139919523514608 139920555166338 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9195520 140736643521263 140736643523781 140736643523781 140736643526607 0
[pid=26869/tid=26932] ppid=26866 vsize=10846984 memory=11960 CPUtime=3.87 cores=1,3,5,7
/proc/26869/task/26932/stat : 26932 (java) S 26866 26869 22378 0 -1 1077944384 24475 13368 0 0 377 2 5 3 20 0 15 0 416425032 11107311616 152535 33554432000 4194304 4196468 140736643514192 139919522462064 139920555166338 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9195520 140736643521263 140736643523781 140736643523781 140736643526607 0
[pid=26869/tid=26933] ppid=26866 vsize=10846984 memory=1388 CPUtime=1.81 cores=1,3,5,7
/proc/26869/task/26933/stat : 26933 (java) S 26866 26869 22378 0 -1 1077944384 22427 13368 0 0 168 5 5 3 20 0 15 0 416425032 11107311616 152535 33554432000 4194304 4196468 140736643514192 139919521409008 139920555166338 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9195520 140736643521263 140736643523781 140736643523781 140736643526607 0
[pid=26869/tid=26934] ppid=26866 vsize=10846984 memory=56 CPUtime=0.08 cores=1,3,5,7
/proc/26869/task/26934/stat : 26934 (java) S 26866 26869 22378 0 -1 1077944384 3 13368 0 0 0 0 5 3 20 0 15 0 416425032 11107311616 152535 33554432000 4194304 4196468 140736643514192 139919090338144 139920555165397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9195520 140736643521263 140736643523781 140736643523781 140736643526607 0
[pid=26869/tid=26935] ppid=26866 vsize=10846984 memory=6944656592387989600 CPUtime=1.2 cores=1,3,5,7
/proc/26869/task/26935/stat : 26935 (java) S 26866 26869 22378 0 -1 1077944384 782 13368 0 0 55 57 5 3 20 0 15 0 416425032 11107311616 152535 33554432000 4194304 4196468 140736643514192 139919520357424 139920555166338 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9195520 140736643521263 140736643523781 140736643523781 140736643526607 0
Current children cumulated CPU time: 2196.02 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 610140 KiB

[startup+2167 s]*
/proc/loadavg: 1.25 1.33 1.39 3/229 27526
/proc/meminfo: memFree=30169128/32770624 swapFree=66996936/67108860
[pid=26869] ppid=26866 vsize=10846984 memory=610140 CPUtime=2196.23 cores=1,3,5,7
/proc/26869/stat : 26869 (java) S 26866 26869 22378 0 -1 1077944320 178916 13368 0 0 219369 246 5 3 20 0 15 0 416425017 11107311616 152535 33554432000 4194304 4196468 140736643514192 140736643496736 139920555155191 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 9195520 140736643521263 140736643523781 140736643523781 140736643526607 0
/proc/26869/statm: 2711746 152535 3630 1 0 2673805 0
[pid=26869/tid=26922] ppid=26866 vsize=10846984 memory=8317482817917895235 CPUtime=2150.68 cores=1,3,5,7
/proc/26869/task/26922/stat : 26922 (java) R 26866 26869 22378 0 -1 4202560 53114 13368 0 0 215025 35 5 3 20 0 15 0 416425026 11107311616 152535 33554432000 4194304 4196468 140736643514192 139920526990480 139920134902304 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9195520 140736643521263 140736643523781 140736643523781 140736643526607 0
[pid=26869/tid=26923] ppid=26866 vsize=10846984 memory=3972 CPUtime=7.1 cores=1,3,5,7
/proc/26869/task/26923/stat : 26923 (java) S 26866 26869 22378 0 -1 1077944384 10986 13368 0 0 662 40 5 3 20 0 15 0 416425027 11107311616 152535 33554432000 4194304 4196468 140736643514192 139920559397392 139920555165397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9195520 140736643521263 140736643523781 140736643523781 140736643526607 0
[pid=26869/tid=26924] ppid=26866 vsize=10846984 memory=2828 CPUtime=7.06 cores=1,3,5,7
/proc/26869/task/26924/stat : 26924 (java) S 26866 26869 22378 0 -1 1077944384 7157 13368 0 0 663 35 5 3 20 0 15 0 416425027 11107311616 152535 33554432000 4194304 4196468 140736643514192 139920447670928 139920555165397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9195520 140736643521263 140736643523781 140736643523781 140736643526607 0
[pid=26869/tid=26925] ppid=26866 vsize=10846984 memory=776 CPUtime=7.08 cores=1,3,5,7
/proc/26869/task/26925/stat : 26925 (java) S 26866 26869 22378 0 -1 1077944384 8063 13368 0 0 664 36 5 3 20 0 15 0 416425027 11107311616 152535 33554432000 4194304 4196468 140736643514192 139920446617872 139920555165397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9195520 140736643521263 140736643523781 140736643523781 140736643526607 0
[pid=26869/tid=26926] ppid=26866 vsize=10846984 memory=3972 CPUtime=7.08 cores=1,3,5,7
/proc/26869/task/26926/stat : 26926 (java) S 26866 26869 22378 0 -1 1077944384 9267 13368 0 0 660 40 5 3 20 0 15 0 416425027 11107311616 152535 33554432000 4194304 4196468 140736643514192 139920445565328 139920555165397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9195520 140736643521263 140736643523781 140736643523781 140736643526607 0
[pid=26869/tid=26927] ppid=26866 vsize=10846984 memory=39992 CPUtime=6.94 cores=1,3,5,7
/proc/26869/task/26927/stat : 26927 (java) S 26866 26869 22378 0 -1 1077944384 10869 13368 0 0 650 36 5 3 20 0 15 0 416425028 11107311616 152535 33554432000 4194304 4196468 140736643514192 139919558126320 139920555166338 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9195520 140736643521263 140736643523781 140736643523781 140736643526607 0
[pid=26869/tid=26928] ppid=26866 vsize=10846984 memory=3028 CPUtime=0.08 cores=1,3,5,7
/proc/26869/task/26928/stat : 26928 (java) S 26866 26869 22378 0 -1 1077944384 42 13368 0 0 0 0 5 3 20 0 15 0 416425029 11107311616 152535 33554432000 4194304 4196468 140736643514192 139919557072672 139920555165397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9195520 140736643521263 140736643523781 140736643523781 140736643526607 0
[pid=26869/tid=26929] ppid=26866 vsize=10846984 memory=2012 CPUtime=0.08 cores=1,3,5,7
/proc/26869/task/26929/stat : 26929 (java) S 26866 26869 22378 0 -1 1077944384 2 13368 0 0 0 0 5 3 20 0 15 0 416425029 11107311616 152535 33554432000 4194304 4196468 140736643514192 139919431296256 139920555165397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9195520 140736643521263 140736643523781 140736643523781 140736643526607 0
[pid=26869/tid=26930] ppid=26866 vsize=10846984 memory=1388 CPUtime=0.08 cores=1,3,5,7
/proc/26869/task/26930/stat : 26930 (java) S 26866 26869 22378 0 -1 1077944384 3 13368 0 0 0 0 5 3 20 0 15 0 416425032 11107311616 152535 33554432000 4194304 4196468 140736643514192 139919123896784 139920555173787 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9195520 140736643521263 140736643523781 140736643523781 140736643526607 0
[pid=26869/tid=26931] ppid=26866 vsize=10846984 memory=776 CPUtime=4.04 cores=1,3,5,7
/proc/26869/task/26931/stat : 26931 (java) S 26866 26869 22378 0 -1 1077944384 29519 13368 0 0 391 5 5 3 20 0 15 0 416425032 11107311616 152535 33554432000 4194304 4196468 140736643514192 139919523514608 139920555166338 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9195520 140736643521263 140736643523781 140736643523781 140736643526607 0
[pid=26869/tid=26932] ppid=26866 vsize=10846984 memory=3972 CPUtime=3.87 cores=1,3,5,7
/proc/26869/task/26932/stat : 26932 (java) S 26866 26869 22378 0 -1 1077944384 24475 13368 0 0 377 2 5 3 20 0 15 0 416425032 11107311616 152535 33554432000 4194304 4196468 140736643514192 139919522462064 139920555166338 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9195520 140736643521263 140736643523781 140736643523781 140736643526607 0
[pid=26869/tid=26933] ppid=26866 vsize=10846984 memory=3028 CPUtime=1.81 cores=1,3,5,7
/proc/26869/task/26933/stat : 26933 (java) S 26866 26869 22378 0 -1 1077944384 22427 13368 0 0 168 5 5 3 20 0 15 0 416425032 11107311616 152535 33554432000 4194304 4196468 140736643514192 139919521409008 139920555166338 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9195520 140736643521263 140736643523781 140736643523781 140736643526607 0
[pid=26869/tid=26934] ppid=26866 vsize=10846984 memory=2012 CPUtime=0.08 cores=1,3,5,7
/proc/26869/task/26934/stat : 26934 (java) S 26866 26869 22378 0 -1 1077944384 3 13368 0 0 0 0 5 3 20 0 15 0 416425032 11107311616 152535 33554432000 4194304 4196468 140736643514192 139919090338144 139920555165397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9195520 140736643521263 140736643523781 140736643523781 140736643526607 0
[pid=26869/tid=26935] ppid=26866 vsize=10846984 memory=1388 CPUtime=1.2 cores=1,3,5,7
/proc/26869/task/26935/stat : 26935 (java) S 26866 26869 22378 0 -1 1077944384 782 13368 0 0 55 57 5 3 20 0 15 0 416425032 11107311616 152535 33554432000 4194304 4196468 140736643514192 139919520357424 139920555166338 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9195520 140736643521263 140736643523781 140736643523781 140736643526607 0
Current children cumulated CPU time: 2196.23 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 610140 KiB

[startup+2167.11 s]
/proc/loadavg: 1.25 1.33 1.39 3/229 27526
/proc/meminfo: memFree=30169128/32770624 swapFree=66996936/67108860
[pid=26869] ppid=26866 vsize=10846984 memory=610140 CPUtime=2196.33 cores=1,3,5,7
/proc/26869/stat : 26869 (java) S 26866 26869 22378 0 -1 1077944320 178917 13368 0 0 219379 246 5 3 20 0 15 0 416425017 11107311616 152535 33554432000 4194304 4196468 140736643514192 140736643496736 139920555155191 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 9195520 140736643521263 140736643523781 140736643523781 140736643526607 0
/proc/26869/statm: 2711746 152535 3630 1 0 2673805 0
[pid=26869/tid=26922] ppid=26866 vsize=10846984 memory=610140 CPUtime=2150.78 cores=1,3,5,7
/proc/26869/task/26922/stat : 26922 (java) R 26866 26869 22378 0 -1 4202560 53115 13368 0 0 215035 35 5 3 20 0 15 0 416425026 11107311616 152535 33554432000 4194304 4196468 140736643514192 139920526990448 139920131619413 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9195520 140736643521263 140736643523781 140736643523781 140736643526607 0
[pid=26869/tid=26923] ppid=26866 vsize=10846984 memory=610140 CPUtime=7.1 cores=1,3,5,7
/proc/26869/task/26923/stat : 26923 (java) S 26866 26869 22378 0 -1 1077944384 10986 13368 0 0 662 40 5 3 20 0 15 0 416425027 11107311616 152535 33554432000 4194304 4196468 140736643514192 139920559397392 139920555165397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9195520 140736643521263 140736643523781 140736643523781 140736643526607 0
[pid=26869/tid=26924] ppid=26866 vsize=10846984 memory=610140 CPUtime=7.06 cores=1,3,5,7
/proc/26869/task/26924/stat : 26924 (java) S 26866 26869 22378 0 -1 1077944384 7157 13368 0 0 663 35 5 3 20 0 15 0 416425027 11107311616 152535 33554432000 4194304 4196468 140736643514192 139920447670928 139920555165397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9195520 140736643521263 140736643523781 140736643523781 140736643526607 0
[pid=26869/tid=26925] ppid=26866 vsize=10846984 memory=610140 CPUtime=7.08 cores=1,3,5,7
/proc/26869/task/26925/stat : 26925 (java) S 26866 26869 22378 0 -1 1077944384 8063 13368 0 0 664 36 5 3 20 0 15 0 416425027 11107311616 152535 33554432000 4194304 4196468 140736643514192 139920446617872 139920555165397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9195520 140736643521263 140736643523781 140736643523781 140736643526607 0
[pid=26869/tid=26926] ppid=26866 vsize=10846984 memory=610140 CPUtime=7.08 cores=1,3,5,7
/proc/26869/task/26926/stat : 26926 (java) S 26866 26869 22378 0 -1 1077944384 9267 13368 0 0 660 40 5 3 20 0 15 0 416425027 11107311616 152535 33554432000 4194304 4196468 140736643514192 139920445565328 139920555165397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9195520 140736643521263 140736643523781 140736643523781 140736643526607 0
[pid=26869/tid=26927] ppid=26866 vsize=10846984 memory=610140 CPUtime=6.94 cores=1,3,5,7
/proc/26869/task/26927/stat : 26927 (java) S 26866 26869 22378 0 -1 1077944384 10869 13368 0 0 650 36 5 3 20 0 15 0 416425028 11107311616 152535 33554432000 4194304 4196468 140736643514192 139919558126320 139920555166338 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9195520 140736643521263 140736643523781 140736643523781 140736643526607 0
[pid=26869/tid=26928] ppid=26866 vsize=10846984 memory=610140 CPUtime=0.08 cores=1,3,5,7
/proc/26869/task/26928/stat : 26928 (java) S 26866 26869 22378 0 -1 1077944384 42 13368 0 0 0 0 5 3 20 0 15 0 416425029 11107311616 152535 33554432000 4194304 4196468 140736643514192 139919557072672 139920555165397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9195520 140736643521263 140736643523781 140736643523781 140736643526607 0
[pid=26869/tid=26929] ppid=26866 vsize=10846984 memory=164 CPUtime=0.08 cores=1,3,5,7
/proc/26869/task/26929/stat : 26929 (java) S 26866 26869 22378 0 -1 1077944384 2 13368 0 0 0 0 5 3 20 0 15 0 416425029 11107311616 152535 33554432000 4194304 4196468 140736643514192 139919431296256 139920555165397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9195520 140736643521263 140736643523781 140736643523781 140736643526607 0
[pid=26869/tid=26930] ppid=26866 vsize=10846984 memory=610140 CPUtime=0.08 cores=1,3,5,7
/proc/26869/task/26930/stat : 26930 (java) S 26866 26869 22378 0 -1 1077944384 3 13368 0 0 0 0 5 3 20 0 15 0 416425032 11107311616 152535 33554432000 4194304 4196468 140736643514192 139919123896784 139920555173787 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9195520 140736643521263 140736643523781 140736643523781 140736643526607 0
[pid=26869/tid=26931] ppid=26866 vsize=10846984 memory=610140 CPUtime=4.04 cores=1,3,5,7
/proc/26869/task/26931/stat : 26931 (java) S 26866 26869 22378 0 -1 1077944384 29519 13368 0 0 391 5 5 3 20 0 15 0 416425032 11107311616 152535 33554432000 4194304 4196468 140736643514192 139919523514608 139920555166338 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9195520 140736643521263 140736643523781 140736643523781 140736643526607 0
[pid=26869/tid=26932] ppid=26866 vsize=10846984 memory=610140 CPUtime=3.87 cores=1,3,5,7
/proc/26869/task/26932/stat : 26932 (java) S 26866 26869 22378 0 -1 1077944384 24475 13368 0 0 377 2 5 3 20 0 15 0 416425032 11107311616 152535 33554432000 4194304 4196468 140736643514192 139919522462064 139920555166338 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9195520 140736643521263 140736643523781 140736643523781 140736643526607 0
[pid=26869/tid=26933] ppid=26866 vsize=10846984 memory=610140 CPUtime=1.81 cores=1,3,5,7
/proc/26869/task/26933/stat : 26933 (java) S 26866 26869 22378 0 -1 1077944384 22427 13368 0 0 168 5 5 3 20 0 15 0 416425032 11107311616 152535 33554432000 4194304 4196468 140736643514192 139919521409008 139920555166338 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9195520 140736643521263 140736643523781 140736643523781 140736643526607 0
[pid=26869/tid=26934] ppid=26866 vsize=10846984 memory=610140 CPUtime=0.08 cores=1,3,5,7
/proc/26869/task/26934/stat : 26934 (java) S 26866 26869 22378 0 -1 1077944384 3 13368 0 0 0 0 5 3 20 0 15 0 416425032 11107311616 152535 33554432000 4194304 4196468 140736643514192 139919090338144 139920555165397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9195520 140736643521263 140736643523781 140736643523781 140736643526607 0
[pid=26869/tid=26935] ppid=26866 vsize=10846984 memory=610140 CPUtime=1.2 cores=1,3,5,7
/proc/26869/task/26935/stat : 26935 (java) S 26866 26869 22378 0 -1 1077944384 782 13368 0 0 55 57 5 3 20 0 15 0 416425032 11107311616 152535 33554432000 4194304 4196468 140736643514192 139919520357424 139920555166338 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9195520 140736643521263 140736643523781 140736643523781 140736643526607 0
Current children cumulated CPU time: 2196.33 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 610140 KiB

Child status: 0
Real time (s): 2167.17
CPU time (s): 2196.42
CPU user time (s): 2193.91
CPU system time (s): 2.50906
CPU usage (%): 101.349
Max. virtual memory (cumulated for all children) (KiB): 10846984
Max. memory (cumulated for all children) (KiB): 610140

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2193.91
system time used= 2.50906
maximum resident set size= 612200
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 192894
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2672
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 197685
involuntary context switches= 5006


# summary of solver processes directly reported to runsolver:
#   pid: 26869
#   total CPU time (s): 2196.42
#   total CPU user time (s): 2193.91
#   total CPU system time (s): 2.50906

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.2268 second user time and 17.9376 second system time

The end

Launcher Data

Begin job on node103 at 2019-09-13 21:07:40
IDJOB=4396518
IDBENCH=129796
IDSOLVER=2847
FILE ID=node103/4396518-1568401719
RUNJOBID= node103-1568393993-23928
PBS_JOBID= 21701854
Free space on /tmp= 61684 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/Rcpsp/Rcpsp-m1-j30/Rcpsp-j30-29-02.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4396518-1568401719/watcher-4396518-1568401719 -o /tmp/evaluation-result-4396518-1568401719/solver-4396518-1568401719 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node103-1568393993-23928 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=1217571544 HOME/instance-4396518-1568401719.xml

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

MD5SUM BENCH= fbff45376af17ae2a145abecb1f2c180
RANDOM SEED=1217571544

node103.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        29981420 kB
MemAvailable:   30251216 kB
Buffers:           69124 kB
Cached:           484928 kB
SwapCached:         9136 kB
Active:          2081716 kB
Inactive:         120804 kB
Active(anon):    1643184 kB
Inactive(anon):    46792 kB
Active(file):     438532 kB
Inactive(file):    74012 kB
Unevictable:      111360 kB
Mlocked:          111360 kB
SwapTotal:      67108860 kB
SwapFree:       66996936 kB
Dirty:             35472 kB
Writeback:             0 kB
AnonPages:       1768380 kB
Mapped:            57832 kB
Shmem:             32624 kB
Slab:             175848 kB
SReclaimable:     146176 kB
SUnreclaim:        29672 kB
KernelStack:        4016 kB
PageTables:         9124 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2781620 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1595392 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 61648 MiB
End job on node103 at 2019-09-13 21:43:48