Trace number 4403194

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.3OPT82 1961.92 1929.76

General information on the benchmark

NameRcpsp/Rcpsp-m1-j30/
Rcpsp-j30-45-01.xml
MD5SUM1713c5d1d522f34d444b6ff7755d5ded
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark82
Best CPU time to get the best result obtained on this benchmark244.284
Satisfiable
(Un)Satisfiability was proved
Number of variables32
Number of constraints72
Number of domains2
Minimum domain size1
Maximum domain size151
Distribution of domain sizes[{"size":1,"count":1},{"size":151,"count":31}]
Minimum variable degree3
Maximum variable degree10
Distribution of variable degrees[{"degree":3,"count":1},{"degree":4,"count":1},{"degree":7,"count":1},{"degree":8,"count":21},{"degree":9,"count":5},{"degree":10,"count":3}]
Minimum constraint arity2
Maximum constraint arity30
Distribution of constraint arities[{"arity":2,"count":68},{"arity":30,"count":4}]
Number of extensional constraints0
Number of intensional constraints68
Distribution of constraint types[{"type":"intension","count":68},{"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.80/0.55	c Concrete v3.12.3.1568965526260 running
8.39/3.88	o 100
9.78/4.32	o 98
9.78/4.33	o 96
10.39/4.72	o 95
10.39/4.72	o 91
10.39/4.73	o 90
12.33/6.20	o 89
12.42/6.20	o 88
16.89/10.23	o 87
16.89/10.24	o 84
393.81/382.13	o 83
477.51/464.65	o 82
1961.84/1929.75	v <instantiation
1961.84/1929.75	v         cost = '82'>
1961.84/1929.75	v       <list>
1961.84/1929.75	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]
1961.84/1929.75	v       </list>
1961.84/1929.75	v       <values>
1961.84/1929.75	v         0 0 13 0 2 25 3 17 24 4 11 13 20 17 26 61 29 24 35 36 53 44 44 57 57 71 49 66 73 75 69 82
1961.84/1929.75	v       </values>
1961.84/1929.75	v     </instantiation>
1961.84/1929.75	s OPTIMUM FOUND

Verifier Data

OK	82

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4403194-1568977047/watcher-4403194-1568977047 -o /tmp/evaluation-result-4403194-1568977047/solver-4403194-1568977047 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node125-1568967595-6472 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=2142651045 HOME/instance-4403194-1568977047.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=8896, runsolver pid=8893
Current StackSize limit: 8192 KiB


[startup+0.10009 s]*
/proc/loadavg: 1.43 1.47 1.47 3/218 8953
/proc/meminfo: memFree=6167856/32770624 swapFree=66974400/67108860
[pid=8896] ppid=8893 vsize=9972712 memory=17076 CPUtime=0.09 cores=1,3,5,7
/proc/8896/stat : 8896 (java) S 8893 8896 6440 0 -1 1077944320 4507 13285 0 0 1 0 5 3 20 0 6 0 473971551 10212057088 4269 33554432000 4194304 4196468 140735675314256 140735675296800 140320260779767 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 36237312 140735675316975 140735675319493 140735675319493 140735675322319 0
/proc/8896/statm: 2493178 4269 1935 1 0 2481616 0
[pid=8896/tid=8949] ppid=8893 vsize=9972712 memory=8514726395714820750 CPUtime=0.09 cores=1,3,5,7
/proc/8896/task/8949/stat : 8949 (java) R 8893 8896 6440 0 -1 4202560 2329 13285 0 0 1 0 5 3 20 0 6 0 473971560 10212057088 4269 33554432000 4194304 4196468 140735675314256 140320232616528 140320243972472 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36237312 140735675316975 140735675319493 140735675319493 140735675322319 0
[pid=8896/tid=8950] ppid=8893 vsize=9972712 memory=-9181546050914066336 CPUtime=0.08 cores=1,3,5,7
/proc/8896/task/8950/stat : 8950 (java) S 8893 8896 6440 0 -1 1077944384 1 13285 0 0 0 0 5 3 20 0 6 0 473971560 10212057088 4269 33554432000 4194304 4196468 140735675314256 140320265022608 140320260789973 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36237312 140735675316975 140735675319493 140735675319493 140735675322319 0
[pid=8896/tid=8951] ppid=8893 vsize=9972712 memory=140549713290880 CPUtime=0.08 cores=1,3,5,7
/proc/8896/task/8951/stat : 8951 (java) S 8893 8896 6440 0 -1 1077944384 1 13285 0 0 0 0 5 3 20 0 6 0 473971560 10212057088 4269 33554432000 4194304 4196468 140735675314256 140320153295888 140320260789973 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36237312 140735675316975 140735675319493 140735675319493 140735675322319 0
[pid=8896/tid=8952] ppid=8893 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8896/task/8952/stat : 8952 (java) S 8893 8896 6440 0 -1 1077944384 1 13285 0 0 0 0 5 3 20 0 6 0 473971560 10212057088 4269 33554432000 4194304 4196468 140735675314256 140320152243088 140320260789973 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36237312 140735675316975 140735675319493 140735675319493 140735675322319 0
[pid=8896/tid=8953] ppid=8893 vsize=9972712 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/8896/task/8953/stat : 8953 (java) S 8893 8896 6440 0 -1 1077944384 2 13285 0 0 0 0 5 3 20 0 6 0 473971560 10212057088 4269 33554432000 4194304 4196468 140735675314256 140320151190288 140320260789973 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36237312 140735675316975 140735675319493 140735675319493 140735675322319 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 17076 KiB

[startup+0.209879 s]*
/proc/loadavg: 1.43 1.47 1.47 3/227 8962
/proc/meminfo: memFree=6152112/32770624 swapFree=66974400/67108860
[pid=8896] ppid=8893 vsize=10820196 memory=39612 CPUtime=0.27 cores=1,3,5,7
/proc/8896/stat : 8896 (java) S 8893 8896 6440 0 -1 1077944320 7427 13285 0 0 18 1 5 3 20 0 15 0 473971551 11079880704 9903 33554432000 4194304 4196468 140735675314256 140735675296800 140320260779767 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 36237312 140735675316975 140735675319493 140735675319493 140735675322319 0
/proc/8896/statm: 2705049 9903 3261 1 0 2667149 0
[pid=8896/tid=8949] ppid=8893 vsize=10820196 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/8896/task/8949/stat : 8949 (java) R 8893 8896 6440 0 -1 4202560 3928 13285 0 0 11 1 5 3 20 0 15 0 473971560 11079880704 9903 33554432000 4194304 4196468 140735675314256 140320232590800 140320244860254 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36237312 140735675316975 140735675319493 140735675319493 140735675322319 0
[pid=8896/tid=8950] ppid=8893 vsize=10820196 memory=364 CPUtime=0.08 cores=1,3,5,7
/proc/8896/task/8950/stat : 8950 (java) S 8893 8896 6440 0 -1 1077944384 1 13285 0 0 0 0 5 3 20 0 15 0 473971560 11079880704 9903 33554432000 4194304 4196468 140735675314256 140320265022608 140320260789973 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36237312 140735675316975 140735675319493 140735675319493 140735675322319 0
[pid=8896/tid=8951] ppid=8893 vsize=10820196 memory=140549713300030 CPUtime=0.08 cores=1,3,5,7
/proc/8896/task/8951/stat : 8951 (java) S 8893 8896 6440 0 -1 1077944384 1 13285 0 0 0 0 5 3 20 0 15 0 473971560 11079880704 9903 33554432000 4194304 4196468 140735675314256 140320153295888 140320260789973 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36237312 140735675316975 140735675319493 140735675319493 140735675322319 0
[pid=8896/tid=8952] ppid=8893 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8896/task/8952/stat : 8952 (java) S 8893 8896 6440 0 -1 1077944384 1 13285 0 0 0 0 5 3 20 0 15 0 473971560 11079880704 9903 33554432000 4194304 4196468 140735675314256 140320152243088 140320260789973 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36237312 140735675316975 140735675319493 140735675319493 140735675322319 0
[pid=8896/tid=8953] ppid=8893 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/8896/task/8953/stat : 8953 (java) S 8893 8896 6440 0 -1 1077944384 2 13285 0 0 0 0 5 3 20 0 15 0 473971560 11079880704 9903 33554432000 4194304 4196468 140735675314256 140320151190288 140320260789973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36237312 140735675316975 140735675319493 140735675319493 140735675322319 0
[pid=8896/tid=8954] ppid=8893 vsize=10820196 memory=140549713290880 CPUtime=0.08 cores=1,3,5,7
/proc/8896/task/8954/stat : 8954 (java) S 8893 8896 6440 0 -1 1077944384 2 13285 0 0 0 0 5 3 20 0 15 0 473971562 11079880704 9903 33554432000 4194304 4196468 140735675314256 140319263750512 140320260790914 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36237312 140735675316975 140735675319493 140735675319493 140735675322319 0
[pid=8896/tid=8955] ppid=8893 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/8896/task/8955/stat : 8955 (java) S 8893 8896 6440 0 -1 1077944384 33 13285 0 0 0 0 5 3 20 0 15 0 473971562 11079880704 9903 33554432000 4194304 4196468 140735675314256 140319262696480 140320260789973 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36237312 140735675316975 140735675319493 140735675319493 140735675322319 0
[pid=8896/tid=8956] ppid=8893 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8896/task/8956/stat : 8956 (java) S 8893 8896 6440 0 -1 1077944384 1 13285 0 0 0 0 5 3 20 0 15 0 473971563 11079880704 9903 33554432000 4194304 4196468 140735675314256 140319131689840 140320260789973 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36237312 140735675316975 140735675319493 140735675319493 140735675322319 0
[pid=8896/tid=8957] ppid=8893 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8896/task/8957/stat : 8957 (java) S 8893 8896 6440 0 -1 1077944384 3 13285 0 0 0 0 5 3 20 0 15 0 473971565 11079880704 9903 33554432000 4194304 4196468 140735675314256 140318824290128 140320260798363 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36237312 140735675316975 140735675319493 140735675319493 140735675322319 0
[pid=8896/tid=8958] ppid=8893 vsize=10820196 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/8896/task/8958/stat : 8958 (java) R 8893 8896 6440 0 -1 4202560 457 13285 0 0 1 0 5 3 20 0 15 0 473971565 11079880704 9903 33554432000 4194304 4196468 140735675314256 140319229139824 140320242300973 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36237312 140735675316975 140735675319493 140735675319493 140735675322319 0
[pid=8896/tid=8959] ppid=8893 vsize=10820196 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/8896/task/8959/stat : 8959 (java) S 8893 8896 6440 0 -1 1077944384 190 13285 0 0 1 0 5 3 20 0 15 0 473971565 11079880704 9903 33554432000 4194304 4196468 140735675314256 140319228087024 140320260790914 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36237312 140735675316975 140735675319493 140735675319493 140735675322319 0
[pid=8896/tid=8960] ppid=8893 vsize=10820196 memory=140549713290880 CPUtime=0.11 cores=1,3,5,7
/proc/8896/task/8960/stat : 8960 (java) R 8893 8896 6440 0 -1 1077944384 610 13285 0 0 3 0 5 3 20 0 15 0 473971565 11079880704 9903 33554432000 4194304 4196468 140735675314256 140319227034224 140320260790914 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36237312 140735675316975 140735675319493 140735675319493 140735675322319 0
[pid=8896/tid=8961] ppid=8893 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/8896/task/8961/stat : 8961 (java) S 8893 8896 6440 0 -1 1077944384 3 13285 0 0 0 0 5 3 20 0 15 0 473971565 11079880704 9903 33554432000 4194304 4196468 140735675314256 140318790732512 140320260789973 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36237312 140735675316975 140735675319493 140735675319493 140735675322319 0
[pid=8896/tid=8962] ppid=8893 vsize=10820196 memory=140549713290880 CPUtime=0.08 cores=1,3,5,7
/proc/8896/task/8962/stat : 8962 (java) S 8893 8896 6440 0 -1 1077944384 1 13285 0 0 0 0 5 3 20 0 15 0 473971566 11079880704 9903 33554432000 4194304 4196468 140735675314256 140319225981616 140320260790914 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36237312 140735675316975 140735675319493 140735675319493 140735675322319 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 39612 KiB

[startup+0.310476 s]*
/proc/loadavg: 1.43 1.47 1.47 4/227 8962
/proc/meminfo: memFree=6139316/32770624 swapFree=66974400/67108860
[pid=8896] ppid=8893 vsize=10820196 memory=47792 CPUtime=0.41 cores=1,3,5,7
/proc/8896/stat : 8896 (java) S 8893 8896 6440 0 -1 1077944320 10785 13285 0 0 30 3 5 3 20 0 15 0 473971551 11079880704 11948 33554432000 4194304 4196468 140735675314256 140735675296800 140320260779767 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 36237312 140735675316975 140735675319493 140735675319493 140735675322319 0
/proc/8896/statm: 2705049 11948 3281 1 0 2667149 0
[pid=8896/tid=8949] ppid=8893 vsize=10820196 memory=1398722017469774279 CPUtime=0.29 cores=1,3,5,7
/proc/8896/task/8949/stat : 8949 (java) R 8893 8896 6440 0 -1 4202560 7261 13285 0 0 19 2 5 3 20 0 15 0 473971560 11079880704 12013 33554432000 4194304 4196468 140735675314256 140320232595920 140320246968357 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36237312 140735675316975 140735675319493 140735675319493 140735675322319 0
[pid=8896/tid=8950] ppid=8893 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8896/task/8950/stat : 8950 (java) S 8893 8896 6440 0 -1 1077944384 1 13285 0 0 0 0 5 3 20 0 15 0 473971560 11079880704 12013 33554432000 4194304 4196468 140735675314256 140320265022608 140320260789973 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36237312 140735675316975 140735675319493 140735675319493 140735675322319 0
[pid=8896/tid=8951] ppid=8893 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8896/task/8951/stat : 8951 (java) S 8893 8896 6440 0 -1 1077944384 1 13285 0 0 0 0 5 3 20 0 15 0 473971560 11079880704 12013 33554432000 4194304 4196468 140735675314256 140320153295888 140320260789973 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36237312 140735675316975 140735675319493 140735675319493 140735675322319 0
[pid=8896/tid=8952] ppid=8893 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8896/task/8952/stat : 8952 (java) S 8893 8896 6440 0 -1 1077944384 1 13285 0 0 0 0 5 3 20 0 15 0 473971560 11079880704 12013 33554432000 4194304 4196468 140735675314256 140320152243088 140320260789973 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36237312 140735675316975 140735675319493 140735675319493 140735675322319 0
[pid=8896/tid=8953] ppid=8893 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8896/task/8953/stat : 8953 (java) S 8893 8896 6440 0 -1 1077944384 2 13285 0 0 0 0 5 3 20 0 15 0 473971560 11079880704 12013 33554432000 4194304 4196468 140735675314256 140320151190288 140320260789973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36237312 140735675316975 140735675319493 140735675319493 140735675322319 0
[pid=8896/tid=8954] ppid=8893 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8896/task/8954/stat : 8954 (java) S 8893 8896 6440 0 -1 1077944384 2 13285 0 0 0 0 5 3 20 0 15 0 473971562 11079880704 12013 33554432000 4194304 4196468 140735675314256 140319263750512 140320260790914 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36237312 140735675316975 140735675319493 140735675319493 140735675322319 0
[pid=8896/tid=8955] ppid=8893 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/8896/task/8955/stat : 8955 (java) S 8893 8896 6440 0 -1 1077944384 33 13285 0 0 0 0 5 3 20 0 15 0 473971562 11079880704 12013 33554432000 4194304 4196468 140735675314256 140319262696480 140320260789973 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36237312 140735675316975 140735675319493 140735675319493 140735675322319 0
[pid=8896/tid=8956] ppid=8893 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8896/task/8956/stat : 8956 (java) S 8893 8896 6440 0 -1 1077944384 1 13285 0 0 0 0 5 3 20 0 15 0 473971563 11079880704 12013 33554432000 4194304 4196468 140735675314256 140319131689840 140320260789973 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36237312 140735675316975 140735675319493 140735675319493 140735675322319 0
[pid=8896/tid=8957] ppid=8893 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8896/task/8957/stat : 8957 (java) S 8893 8896 6440 0 -1 1077944384 3 13285 0 0 0 0 5 3 20 0 15 0 473971565 11079880704 12013 33554432000 4194304 4196468 140735675314256 140318824290128 140320260798363 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36237312 140735675316975 140735675319493 140735675319493 140735675322319 0
[pid=8896/tid=8958] ppid=8893 vsize=10820196 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/8896/task/8958/stat : 8958 (java) S 8893 8896 6440 0 -1 1077944384 460 13285 0 0 2 0 5 3 20 0 15 0 473971565 11079880704 12013 33554432000 4194304 4196468 140735675314256 140319229139824 140320260790914 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36237312 140735675316975 140735675319493 140735675319493 140735675322319 0
[pid=8896/tid=8959] ppid=8893 vsize=10820196 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/8896/task/8959/stat : 8959 (java) S 8893 8896 6440 0 -1 1077944384 190 13285 0 0 1 0 5 3 20 0 15 0 473971565 11079880704 12013 33554432000 4194304 4196468 140735675314256 140319228087024 140320260790914 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36237312 140735675316975 140735675319493 140735675319493 140735675322319 0
[pid=8896/tid=8960] ppid=8893 vsize=10820196 memory=140549713290880 CPUtime=0.13 cores=1,3,5,7
/proc/8896/task/8960/stat : 8960 (java) S 8893 8896 6440 0 -1 1077944384 619 13285 0 0 5 0 5 3 20 0 15 0 473971565 11079880704 12013 33554432000 4194304 4196468 140735675314256 140319227034224 140320260790914 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36237312 140735675316975 140735675319493 140735675319493 140735675322319 0
[pid=8896/tid=8961] ppid=8893 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/8896/task/8961/stat : 8961 (java) S 8893 8896 6440 0 -1 1077944384 3 13285 0 0 0 0 5 3 20 0 15 0 473971565 11079880704 12013 33554432000 4194304 4196468 140735675314256 140318790732512 140320260789973 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36237312 140735675316975 140735675319493 140735675319493 140735675322319 0
[pid=8896/tid=8962] ppid=8893 vsize=10820196 memory=140549713290880 CPUtime=0.08 cores=1,3,5,7
/proc/8896/task/8962/stat : 8962 (java) S 8893 8896 6440 0 -1 1077944384 1 13285 0 0 0 0 5 3 20 0 15 0 473971566 11079880704 12013 33554432000 4194304 4196468 140735675314256 140319225981616 140320260790914 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36237312 140735675316975 140735675319493 140735675319493 140735675322319 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 47792 KiB

[startup+0.700736 s]
/proc/loadavg: 1.43 1.47 1.47 3/227 8962
/proc/meminfo: memFree=6124148/32770624 swapFree=66974400/67108860
[pid=8896] ppid=8893 vsize=10824364 memory=81720 CPUtime=1.16 cores=1,3,5,7
/proc/8896/stat : 8896 (java) S 8893 8896 6440 0 -1 1077944320 15150 13285 0 0 103 5 5 3 20 0 15 0 473971551 11084148736 20430 33554432000 4194304 4196468 140735675314256 140735675296800 140320260779767 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 36237312 140735675316975 140735675319493 140735675319493 140735675322319 0
/proc/8896/statm: 2706091 20430 3514 1 0 2668173 0
[pid=8896/tid=8949] ppid=8893 vsize=10824364 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/8896/task/8949/stat : 8949 (java) R 8893 8896 6440 0 -1 4202560 10511 13285 0 0 56 3 5 3 20 0 15 0 473971560 11084148736 20430 33554432000 4194304 4196468 140735675314256 140320232603232 140320253016894 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36237312 140735675316975 140735675319493 140735675319493 140735675322319 0
[pid=8896/tid=8950] ppid=8893 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8896/task/8950/stat : 8950 (java) S 8893 8896 6440 0 -1 1077944384 1 13285 0 0 0 0 5 3 20 0 15 0 473971560 11084148736 20430 33554432000 4194304 4196468 140735675314256 140320265022608 140320260789973 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36237312 140735675316975 140735675319493 140735675319493 140735675322319 0
[pid=8896/tid=8951] ppid=8893 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8896/task/8951/stat : 8951 (java) S 8893 8896 6440 0 -1 1077944384 1 13285 0 0 0 0 5 3 20 0 15 0 473971560 11084148736 20430 33554432000 4194304 4196468 140735675314256 140320153295888 140320260789973 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36237312 140735675316975 140735675319493 140735675319493 140735675322319 0
[pid=8896/tid=8952] ppid=8893 vsize=10824364 memory=281099167647712 CPUtime=0.08 cores=1,3,5,7
/proc/8896/task/8952/stat : 8952 (java) S 8893 8896 6440 0 -1 1077944384 1 13285 0 0 0 0 5 3 20 0 15 0 473971560 11084148736 20430 33554432000 4194304 4196468 140735675314256 140320152243088 140320260789973 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36237312 140735675316975 140735675319493 140735675319493 140735675322319 0
[pid=8896/tid=8953] ppid=8893 vsize=10824364 memory=140549583679408 CPUtime=0.08 cores=1,3,5,7
/proc/8896/task/8953/stat : 8953 (java) S 8893 8896 6440 0 -1 1077944384 2 13285 0 0 0 0 5 3 20 0 15 0 473971560 11084148736 20430 33554432000 4194304 4196468 140735675314256 140320151190288 140320260789973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36237312 140735675316975 140735675319493 140735675319493 140735675322319 0
[pid=8896/tid=8954] ppid=8893 vsize=10824364 memory=140552804762182 CPUtime=0.08 cores=1,3,5,7
/proc/8896/task/8954/stat : 8954 (java) S 8893 8896 6440 0 -1 1077944384 5 13285 0 0 0 0 5 3 20 0 15 0 473971562 11084148736 20430 33554432000 4194304 4196468 140735675314256 140319263750512 140320260790914 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36237312 140735675316975 140735675319493 140735675319493 140735675322319 0
[pid=8896/tid=8955] ppid=8893 vsize=10824364 memory=1552 CPUtime=0.08 cores=1,3,5,7
/proc/8896/task/8955/stat : 8955 (java) S 8893 8896 6440 0 -1 1077944384 33 13285 0 0 0 0 5 3 20 0 15 0 473971562 11084148736 20430 33554432000 4194304 4196468 140735675314256 140319262696480 140320260789973 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36237312 140735675316975 140735675319493 140735675319493 140735675322319 0
[pid=8896/tid=8956] ppid=8893 vsize=10824364 memory=7092418796125250880 CPUtime=0.08 cores=1,3,5,7
/proc/8896/task/8956/stat : 8956 (java) S 8893 8896 6440 0 -1 1077944384 1 13285 0 0 0 0 5 3 20 0 15 0 473971563 11084148736 20430 33554432000 4194304 4196468 140735675314256 140319131689840 140320260789973 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36237312 140735675316975 140735675319493 140735675319493 140735675322319 0
[pid=8896/tid=8957] ppid=8893 vsize=10824364 memory=7453282923411564372 CPUtime=0.08 cores=1,3,5,7
/proc/8896/task/8957/stat : 8957 (java) S 8893 8896 6440 0 -1 1077944384 3 13285 0 0 0 0 5 3 20 0 15 0 473971565 11084148736 20430 33554432000 4194304 4196468 140735675314256 140318824290128 140320260798363 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36237312 140735675316975 140735675319493 140735675319493 140735675322319 0
[pid=8896/tid=8958] ppid=8893 vsize=10824364 memory=5787213827163908199 CPUtime=0.22 cores=1,3,5,7
/proc/8896/task/8958/stat : 8958 (java) R 8893 8896 6440 0 -1 4202560 877 13285 0 0 14 0 5 3 20 0 15 0 473971565 11084148736 20430 33554432000 4194304 4196468 140735675314256 140319229139824 140320242300946 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36237312 140735675316975 140735675319493 140735675319493 140735675322319 0
[pid=8896/tid=8959] ppid=8893 vsize=10824364 memory=0 CPUtime=0.23 cores=1,3,5,7
/proc/8896/task/8959/stat : 8959 (java) S 8893 8896 6440 0 -1 1077944384 701 13285 0 0 15 0 5 3 20 0 15 0 473971565 11084148736 20430 33554432000 4194304 4196468 140735675314256 140319228087024 140320260790914 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36237312 140735675316975 140735675319493 140735675319493 140735675322319 0
[pid=8896/tid=8960] ppid=8893 vsize=10824364 memory=0 CPUtime=0.25 cores=1,3,5,7
/proc/8896/task/8960/stat : 8960 (java) S 8893 8896 6440 0 -1 1077944384 803 13285 0 0 17 0 5 3 20 0 15 0 473971565 11084148736 20430 33554432000 4194304 4196468 140735675314256 140319227034224 140320260790914 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36237312 140735675316975 140735675319493 140735675319493 140735675322319 0
[pid=8896/tid=8961] ppid=8893 vsize=10824364 memory=3620 CPUtime=0.08 cores=1,3,5,7
/proc/8896/task/8961/stat : 8961 (java) S 8893 8896 6440 0 -1 1077944384 3 13285 0 0 0 0 5 3 20 0 15 0 473971565 11084148736 20430 33554432000 4194304 4196468 140735675314256 140318790732512 140320260789973 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36237312 140735675316975 140735675319493 140735675319493 140735675322319 0
[pid=8896/tid=8962] ppid=8893 vsize=10824364 memory=2241 CPUtime=0.08 cores=1,3,5,7
/proc/8896/task/8962/stat : 8962 (java) S 8893 8896 6440 0 -1 1077944384 1 13285 0 0 0 0 5 3 20 0 15 0 473971566 11084148736 20430 33554432000 4194304 4196468 140735675314256 140319225981616 140320260790914 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36237312 140735675316975 140735675319493 140735675319493 140735675322319 0
Current children cumulated CPU time: 1.16 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 81720 KiB

[startup+1.50931 s]
/proc/loadavg: 1.43 1.47 1.47 3/227 8962
/proc/meminfo: memFree=6079096/32770624 swapFree=66974400/67108860
[pid=8896] ppid=8893 vsize=10834680 memory=169876 CPUtime=2.52 cores=1,3,5,7
/proc/8896/stat : 8896 (java) S 8893 8896 6440 0 -1 1077944320 22065 13285 0 0 235 9 5 3 20 0 15 0 473971551 11094712320 42469 33554432000 4194304 4196468 140735675314256 140735675296800 140320260779767 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 36237312 140735675316975 140735675319493 140735675319493 140735675322319 0
/proc/8896/statm: 2708670 42469 3582 1 0 2670733 0
[pid=8896/tid=8949] ppid=8893 vsize=10834680 memory=9252 CPUtime=1.45 cores=1,3,5,7
/proc/8896/task/8949/stat : 8949 (java) R 8893 8896 6440 0 -1 4202560 15398 13285 0 0 132 5 5 3 20 0 15 0 473971560 11094712320 42469 33554432000 4194304 4196468 140735675314256 140320232579008 140319823900732 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36237312 140735675316975 140735675319493 140735675319493 140735675322319 0
[pid=8896/tid=8950] ppid=8893 vsize=10834680 memory=8112282956445269571 CPUtime=0.09 cores=1,3,5,7
/proc/8896/task/8950/stat : 8950 (java) S 8893 8896 6440 0 -1 1077944384 89 13285 0 0 1 0 5 3 20 0 15 0 473971560 11094712320 42469 33554432000 4194304 4196468 140735675314256 140320265022608 140320260789973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36237312 140735675316975 140735675319493 140735675319493 140735675322319 0
[pid=8896/tid=8951] ppid=8893 vsize=10834680 memory=763056 CPUtime=0.09 cores=1,3,5,7
/proc/8896/task/8951/stat : 8951 (java) S 8893 8896 6440 0 -1 1077944384 397 13285 0 0 1 0 5 3 20 0 15 0 473971560 11094712320 42469 33554432000 4194304 4196468 140735675314256 140320153295888 140320260789973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36237312 140735675316975 140735675319493 140735675319493 140735675322319 0
[pid=8896/tid=8952] ppid=8893 vsize=10834680 memory=1408 CPUtime=0.09 cores=1,3,5,7
/proc/8896/task/8952/stat : 8952 (java) S 8893 8896 6440 0 -1 1077944384 25 13285 0 0 1 0 5 3 20 0 15 0 473971560 11094712320 42469 33554432000 4194304 4196468 140735675314256 140320152243088 140320260789973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36237312 140735675316975 140735675319493 140735675319493 140735675322319 0
[pid=8896/tid=8953] ppid=8893 vsize=10834680 memory=81720 CPUtime=0.09 cores=1,3,5,7
/proc/8896/task/8953/stat : 8953 (java) S 8893 8896 6440 0 -1 1077944384 76 13285 0 0 1 0 5 3 20 0 15 0 473971560 11094712320 42469 33554432000 4194304 4196468 140735675314256 140320151190288 140320260789973 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36237312 140735675316975 140735675319493 140735675319493 140735675322319 0
[pid=8896/tid=8954] ppid=8893 vsize=10834680 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/8896/task/8954/stat : 8954 (java) S 8893 8896 6440 0 -1 1077944384 135 13285 0 0 1 0 5 3 20 0 15 0 473971562 11094712320 42469 33554432000 4194304 4196468 140735675314256 140319263750512 140320260790914 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36237312 140735675316975 140735675319493 140735675319493 140735675322319 0
[pid=8896/tid=8955] ppid=8893 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8896/task/8955/stat : 8955 (java) S 8893 8896 6440 0 -1 1077944384 34 13285 0 0 0 0 5 3 20 0 15 0 473971562 11094712320 42469 33554432000 4194304 4196468 140735675314256 140319262696544 140320260789973 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36237312 140735675316975 140735675319493 140735675319493 140735675322319 0
[pid=8896/tid=8956] ppid=8893 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8896/task/8956/stat : 8956 (java) S 8893 8896 6440 0 -1 1077944384 1 13285 0 0 0 0 5 3 20 0 15 0 473971563 11094712320 42469 33554432000 4194304 4196468 140735675314256 140319131689840 140320260789973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36237312 140735675316975 140735675319493 140735675319493 140735675322319 0
[pid=8896/tid=8957] ppid=8893 vsize=10834680 memory=8112282956445269571 CPUtime=0.08 cores=1,3,5,7
/proc/8896/task/8957/stat : 8957 (java) S 8893 8896 6440 0 -1 1077944384 3 13285 0 0 0 0 5 3 20 0 15 0 473971565 11094712320 42469 33554432000 4194304 4196468 140735675314256 140318824290128 140320260798363 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36237312 140735675316975 140735675319493 140735675319493 140735675322319 0
[pid=8896/tid=8958] ppid=8893 vsize=10834680 memory=4638778398332698720 CPUtime=0.37 cores=1,3,5,7
/proc/8896/task/8958/stat : 8958 (java) S 8893 8896 6440 0 -1 1077944384 1169 13285 0 0 29 0 5 3 20 0 15 0 473971565 11094712320 42469 33554432000 4194304 4196468 140735675314256 140319229139824 140320260790914 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36237312 140735675316975 140735675319493 140735675319493 140735675322319 0
[pid=8896/tid=8959] ppid=8893 vsize=10834680 memory=281099167635792 CPUtime=0.31 cores=1,3,5,7
/proc/8896/task/8959/stat : 8959 (java) S 8893 8896 6440 0 -1 1077944384 841 13285 0 0 23 0 5 3 20 0 15 0 473971565 11094712320 42469 33554432000 4194304 4196468 140735675314256 140319228087024 140320260790914 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36237312 140735675316975 140735675319493 140735675319493 140735675322319 0
[pid=8896/tid=8960] ppid=8893 vsize=10834680 memory=6944656425123290226 CPUtime=0.5 cores=1,3,5,7
/proc/8896/task/8960/stat : 8960 (java) R 8893 8896 6440 0 -1 4202560 1683 13285 0 0 42 0 5 3 20 0 15 0 473971565 11094712320 42469 33554432000 4194304 4196468 140735675314256 140319227034224 140320238771070 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36237312 140735675316975 140735675319493 140735675319493 140735675322319 0
[pid=8896/tid=8961] ppid=8893 vsize=10834680 memory=-7233780906022716832 CPUtime=0.08 cores=1,3,5,7
/proc/8896/task/8961/stat : 8961 (java) S 8893 8896 6440 0 -1 1077944384 3 13285 0 0 0 0 5 3 20 0 15 0 473971565 11094712320 42469 33554432000 4194304 4196468 140735675314256 140318790732512 140320260789973 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36237312 140735675316975 140735675319493 140735675319493 140735675322319 0
[pid=8896/tid=8962] ppid=8893 vsize=10834680 memory=-7522837583129502606 CPUtime=0.08 cores=1,3,5,7
/proc/8896/task/8962/stat : 8962 (java) S 8893 8896 6440 0 -1 1077944384 1 13285 0 0 0 0 5 3 20 0 15 0 473971566 11094712320 42469 33554432000 4194304 4196468 140735675314256 140319225981616 140320260790914 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36237312 140735675316975 140735675319493 140735675319493 140735675322319 0
Current children cumulated CPU time: 2.52 s
Current children cumulated vsize: 10834680 KiB

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

[pid=8896/tid=8961] ppid=8893 vsize=10846988 memory=2450388 CPUtime=0.08 cores=1,3,5,7
/proc/8896/task/8961/stat : 8961 (java) S 8893 8896 6440 0 -1 1077944384 3 13285 0 0 0 0 5 3 20 0 15 0 473971565 11107315712 183881 33554432000 4194304 4196468 140735675314256 140318790732512 140320260789973 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36237312 140735675316975 140735675319493 140735675319493 140735675322319 0
[pid=8896/tid=8962] ppid=8893 vsize=10846988 memory=1724 CPUtime=1.18 cores=1,3,5,7
/proc/8896/task/8962/stat : 8962 (java) S 8893 8896 6440 0 -1 1077944384 796 13285 0 0 55 55 5 3 20 0 15 0 473971566 11107315712 183881 33554432000 4194304 4196468 140735675314256 140319225981616 140320260790914 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36237312 140735675316975 140735675319493 140735675319493 140735675322319 0
Current children cumulated CPU time: 1960.13 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 735524 KiB

[startup+1928.8 s]
/proc/loadavg: 2.01 1.70 1.52 3/227 9288
/proc/meminfo: memFree=3756992/32770624 swapFree=66974416/67108860
[pid=8896] ppid=8893 vsize=10846988 memory=735524 CPUtime=1960.93 cores=1,3,5,7
/proc/8896/stat : 8896 (java) S 8893 8896 6440 0 -1 1077944320 166996 13285 0 0 195811 274 5 3 20 0 15 0 473971551 11107315712 183881 33554432000 4194304 4196468 140735675314256 140735675296800 140320260779767 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 36237312 140735675316975 140735675319493 140735675319493 140735675322319 0
/proc/8896/statm: 2711747 183881 3630 1 0 2673805 0
[pid=8896/tid=8949] ppid=8893 vsize=10846988 memory=8112282956445269571 CPUtime=1909.08 cores=1,3,5,7
/proc/8896/task/8949/stat : 8949 (java) R 8893 8896 6440 0 -1 4202560 54689 13285 0 0 190862 38 5 3 20 0 15 0 473971560 11107315712 183881 33554432000 4194304 4196468 140735675314256 140320232614784 140319833162980 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36237312 140735675316975 140735675319493 140735675319493 140735675322319 0
[pid=8896/tid=8950] ppid=8893 vsize=10846988 memory=4872558044660077418 CPUtime=8.74 cores=1,3,5,7
/proc/8896/task/8950/stat : 8950 (java) S 8893 8896 6440 0 -1 1077944384 8370 13285 0 0 824 42 5 3 20 0 15 0 473971560 11107315712 183881 33554432000 4194304 4196468 140735675314256 140320265022608 140320260789973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36237312 140735675316975 140735675319493 140735675319493 140735675322319 0
[pid=8896/tid=8951] ppid=8893 vsize=10846988 memory=735428 CPUtime=8.77 cores=1,3,5,7
/proc/8896/task/8951/stat : 8951 (java) S 8893 8896 6440 0 -1 1077944384 17051 13285 0 0 824 45 5 3 20 0 15 0 473971560 11107315712 183881 33554432000 4194304 4196468 140735675314256 140320153295888 140320260789973 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36237312 140735675316975 140735675319493 140735675319493 140735675322319 0
[pid=8896/tid=8952] ppid=8893 vsize=10846988 memory=3620 CPUtime=8.8 cores=1,3,5,7
/proc/8896/task/8952/stat : 8952 (java) S 8893 8896 6440 0 -1 1077944384 9412 13285 0 0 826 46 5 3 20 0 15 0 473971560 11107315712 183881 33554432000 4194304 4196468 140735675314256 140320152243088 140320260789973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36237312 140735675316975 140735675319493 140735675319493 140735675322319 0
[pid=8896/tid=8953] ppid=8893 vsize=10846988 memory=735428 CPUtime=8.75 cores=1,3,5,7
/proc/8896/task/8953/stat : 8953 (java) S 8893 8896 6440 0 -1 1077944384 7797 13285 0 0 818 49 5 3 20 0 15 0 473971560 11107315712 183881 33554432000 4194304 4196468 140735675314256 140320151190288 140320260789973 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36237312 140735675316975 140735675319493 140735675319493 140735675322319 0
[pid=8896/tid=8954] ppid=8893 vsize=10846988 memory=716 CPUtime=8.43 cores=1,3,5,7
/proc/8896/task/8954/stat : 8954 (java) S 8893 8896 6440 0 -1 1077944384 11777 13285 0 0 793 42 5 3 20 0 15 0 473971562 11107315712 183881 33554432000 4194304 4196468 140735675314256 140319263750512 140320260790914 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36237312 140735675316975 140735675319493 140735675319493 140735675322319 0
[pid=8896/tid=8955] ppid=8893 vsize=10846988 memory=780 CPUtime=0.08 cores=1,3,5,7
/proc/8896/task/8955/stat : 8955 (java) S 8893 8896 6440 0 -1 1077944384 41 13285 0 0 0 0 5 3 20 0 15 0 473971562 11107315712 183881 33554432000 4194304 4196468 140735675314256 140319262696544 140320260789973 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36237312 140735675316975 140735675319493 140735675319493 140735675322319 0
[pid=8896/tid=8956] ppid=8893 vsize=10846988 memory=1552 CPUtime=0.08 cores=1,3,5,7
/proc/8896/task/8956/stat : 8956 (java) S 8893 8896 6440 0 -1 1077944384 3 13285 0 0 0 0 5 3 20 0 15 0 473971563 11107315712 183881 33554432000 4194304 4196468 140735675314256 140319131689856 140320260789973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36237312 140735675316975 140735675319493 140735675319493 140735675322319 0
[pid=8896/tid=8957] ppid=8893 vsize=10846988 memory=2832 CPUtime=0.08 cores=1,3,5,7
/proc/8896/task/8957/stat : 8957 (java) S 8893 8896 6440 0 -1 1077944384 3 13285 0 0 0 0 5 3 20 0 15 0 473971565 11107315712 183881 33554432000 4194304 4196468 140735675314256 140318824290128 140320260798363 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36237312 140735675316975 140735675319493 140735675319493 140735675322319 0
[pid=8896/tid=8958] ppid=8893 vsize=10846988 memory=1192 CPUtime=3.15 cores=1,3,5,7
/proc/8896/task/8958/stat : 8958 (java) S 8893 8896 6440 0 -1 1077944384 19153 13285 0 0 304 3 5 3 20 0 15 0 473971565 11107315712 183881 33554432000 4194304 4196468 140735675314256 140319229139824 140320260790914 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36237312 140735675316975 140735675319493 140735675319493 140735675322319 0
[pid=8896/tid=8959] ppid=8893 vsize=10846988 memory=195234 CPUtime=3 cores=1,3,5,7
/proc/8896/task/8959/stat : 8959 (java) S 8893 8896 6440 0 -1 1077944384 22174 13285 0 0 288 4 5 3 20 0 15 0 473971565 11107315712 183881 33554432000 4194304 4196468 140735675314256 140319228087024 140320260790914 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36237312 140735675316975 140735675319493 140735675319493 140735675322319 0
[pid=8896/tid=8960] ppid=8893 vsize=10846988 memory=8112282956445269571 CPUtime=1.66 cores=1,3,5,7
/proc/8896/task/8960/stat : 8960 (java) S 8893 8896 6440 0 -1 1077944384 13517 13285 0 0 155 3 5 3 20 0 15 0 473971565 11107315712 183881 33554432000 4194304 4196468 140735675314256 140319227034224 140320260790914 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36237312 140735675316975 140735675319493 140735675319493 140735675322319 0
[pid=8896/tid=8961] ppid=8893 vsize=10846988 memory=54116 CPUtime=0.08 cores=1,3,5,7
/proc/8896/task/8961/stat : 8961 (java) S 8893 8896 6440 0 -1 1077944384 3 13285 0 0 0 0 5 3 20 0 15 0 473971565 11107315712 183881 33554432000 4194304 4196468 140735675314256 140318790732512 140320260789973 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36237312 140735675316975 140735675319493 140735675319493 140735675322319 0
[pid=8896/tid=8962] ppid=8893 vsize=10846988 memory=984 CPUtime=1.18 cores=1,3,5,7
/proc/8896/task/8962/stat : 8962 (java) S 8893 8896 6440 0 -1 1077944384 796 13285 0 0 55 55 5 3 20 0 15 0 473971566 11107315712 183881 33554432000 4194304 4196468 140735675314256 140319225981616 140320260790914 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36237312 140735675316975 140735675319493 140735675319493 140735675322319 0
Current children cumulated CPU time: 1960.93 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 735524 KiB

[startup+1929.2 s]
/proc/loadavg: 2.01 1.70 1.52 3/227 9288
/proc/meminfo: memFree=3758292/32770624 swapFree=66974416/67108860
[pid=8896] ppid=8893 vsize=10846988 memory=735524 CPUtime=1961.33 cores=1,3,5,7
/proc/8896/stat : 8896 (java) S 8893 8896 6440 0 -1 1077944320 166998 13285 0 0 195851 274 5 3 20 0 15 0 473971551 11107315712 183881 33554432000 4194304 4196468 140735675314256 140735675296800 140320260779767 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 36237312 140735675316975 140735675319493 140735675319493 140735675322319 0
/proc/8896/statm: 2711747 183881 3630 1 0 2673805 0
[pid=8896/tid=8949] ppid=8893 vsize=10846988 memory=8112282956445269571 CPUtime=1909.48 cores=1,3,5,7
/proc/8896/task/8949/stat : 8949 (java) R 8893 8896 6440 0 -1 4202560 54691 13285 0 0 190902 38 5 3 20 0 15 0 473971560 11107315712 183881 33554432000 4194304 4196468 140735675314256 140320232615472 140319834204685 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 36237312 140735675316975 140735675319493 140735675319493 140735675322319 0
[pid=8896/tid=8950] ppid=8893 vsize=10846988 memory=735460 CPUtime=8.74 cores=1,3,5,7
/proc/8896/task/8950/stat : 8950 (java) S 8893 8896 6440 0 -1 1077944384 8370 13285 0 0 824 42 5 3 20 0 15 0 473971560 11107315712 183881 33554432000 4194304 4196468 140735675314256 140320265022608 140320260789973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36237312 140735675316975 140735675319493 140735675319493 140735675322319 0
[pid=8896/tid=8951] ppid=8893 vsize=10846988 memory=8112282956445269571 CPUtime=8.77 cores=1,3,5,7
/proc/8896/task/8951/stat : 8951 (java) S 8893 8896 6440 0 -1 1077944384 17051 13285 0 0 824 45 5 3 20 0 15 0 473971560 11107315712 183881 33554432000 4194304 4196468 140735675314256 140320153295888 140320260789973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36237312 140735675316975 140735675319493 140735675319493 140735675322319 0
[pid=8896/tid=8952] ppid=8893 vsize=10846988 memory=14008 CPUtime=8.8 cores=1,3,5,7
/proc/8896/task/8952/stat : 8952 (java) S 8893 8896 6440 0 -1 1077944384 9412 13285 0 0 826 46 5 3 20 0 15 0 473971560 11107315712 183881 33554432000 4194304 4196468 140735675314256 140320152243088 140320260789973 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36237312 140735675316975 140735675319493 140735675319493 140735675322319 0
[pid=8896/tid=8953] ppid=8893 vsize=10846988 memory=2608 CPUtime=8.75 cores=1,3,5,7
/proc/8896/task/8953/stat : 8953 (java) S 8893 8896 6440 0 -1 1077944384 7797 13285 0 0 818 49 5 3 20 0 15 0 473971560 11107315712 183881 33554432000 4194304 4196468 140735675314256 140320151190288 140320260789973 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36237312 140735675316975 140735675319493 140735675319493 140735675322319 0
[pid=8896/tid=8954] ppid=8893 vsize=10846988 memory=2696 CPUtime=8.43 cores=1,3,5,7
/proc/8896/task/8954/stat : 8954 (java) S 8893 8896 6440 0 -1 1077944384 11777 13285 0 0 793 42 5 3 20 0 15 0 473971562 11107315712 183881 33554432000 4194304 4196468 140735675314256 140319263750512 140320260790914 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36237312 140735675316975 140735675319493 140735675319493 140735675322319 0
[pid=8896/tid=8955] ppid=8893 vsize=10846988 memory=4096 CPUtime=0.08 cores=1,3,5,7
/proc/8896/task/8955/stat : 8955 (java) S 8893 8896 6440 0 -1 1077944384 41 13285 0 0 0 0 5 3 20 0 15 0 473971562 11107315712 183881 33554432000 4194304 4196468 140735675314256 140319262696544 140320260789973 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36237312 140735675316975 140735675319493 140735675319493 140735675322319 0
[pid=8896/tid=8956] ppid=8893 vsize=10846988 memory=1408 CPUtime=0.08 cores=1,3,5,7
/proc/8896/task/8956/stat : 8956 (java) S 8893 8896 6440 0 -1 1077944384 3 13285 0 0 0 0 5 3 20 0 15 0 473971563 11107315712 183881 33554432000 4194304 4196468 140735675314256 140319131689856 140320260789973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36237312 140735675316975 140735675319493 140735675319493 140735675322319 0
[pid=8896/tid=8957] ppid=8893 vsize=10846988 memory=3160 CPUtime=0.08 cores=1,3,5,7
/proc/8896/task/8957/stat : 8957 (java) S 8893 8896 6440 0 -1 1077944384 3 13285 0 0 0 0 5 3 20 0 15 0 473971565 11107315712 183881 33554432000 4194304 4196468 140735675314256 140318824290128 140320260798363 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36237312 140735675316975 140735675319493 140735675319493 140735675322319 0
[pid=8896/tid=8958] ppid=8893 vsize=10846988 memory=735524 CPUtime=3.15 cores=1,3,5,7
/proc/8896/task/8958/stat : 8958 (java) S 8893 8896 6440 0 -1 1077944384 19153 13285 0 0 304 3 5 3 20 0 15 0 473971565 11107315712 183881 33554432000 4194304 4196468 140735675314256 140319229139824 140320260790914 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36237312 140735675316975 140735675319493 140735675319493 140735675322319 0
[pid=8896/tid=8959] ppid=8893 vsize=10846988 memory=1408 CPUtime=3 cores=1,3,5,7
/proc/8896/task/8959/stat : 8959 (java) S 8893 8896 6440 0 -1 1077944384 22174 13285 0 0 288 4 5 3 20 0 15 0 473971565 11107315712 183881 33554432000 4194304 4196468 140735675314256 140319228087024 140320260790914 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36237312 140735675316975 140735675319493 140735675319493 140735675322319 0
[pid=8896/tid=8960] ppid=8893 vsize=10846988 memory=3072 CPUtime=1.66 cores=1,3,5,7
/proc/8896/task/8960/stat : 8960 (java) S 8893 8896 6440 0 -1 1077944384 13517 13285 0 0 155 3 5 3 20 0 15 0 473971565 11107315712 183881 33554432000 4194304 4196468 140735675314256 140319227034224 140320260790914 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36237312 140735675316975 140735675319493 140735675319493 140735675322319 0
[pid=8896/tid=8961] ppid=8893 vsize=10846988 memory=2457572 CPUtime=0.08 cores=1,3,5,7
/proc/8896/task/8961/stat : 8961 (java) S 8893 8896 6440 0 -1 1077944384 3 13285 0 0 0 0 5 3 20 0 15 0 473971565 11107315712 183881 33554432000 4194304 4196468 140735675314256 140318790732512 140320260789973 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36237312 140735675316975 140735675319493 140735675319493 140735675322319 0
[pid=8896/tid=8962] ppid=8893 vsize=10846988 memory=1724 CPUtime=1.18 cores=1,3,5,7
/proc/8896/task/8962/stat : 8962 (java) S 8893 8896 6440 0 -1 1077944384 796 13285 0 0 55 55 5 3 20 0 15 0 473971566 11107315712 183881 33554432000 4194304 4196468 140735675314256 140319225981616 140320260790914 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36237312 140735675316975 140735675319493 140735675319493 140735675322319 0
Current children cumulated CPU time: 1961.33 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 735524 KiB

[startup+1929.6 s]
/proc/loadavg: 2.01 1.70 1.52 3/227 9288
/proc/meminfo: memFree=3758292/32770624 swapFree=66974416/67108860
[pid=8896] ppid=8893 vsize=10846988 memory=735524 CPUtime=1961.74 cores=1,3,5,7
/proc/8896/stat : 8896 (java) S 8893 8896 6440 0 -1 1077944320 167001 13285 0 0 195892 274 5 3 20 0 15 0 473971551 11107315712 183881 33554432000 4194304 4196468 140735675314256 140735675296800 140320260779767 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 36237312 140735675316975 140735675319493 140735675319493 140735675322319 0
/proc/8896/statm: 2711747 183881 3630 1 0 2673805 0
[pid=8896/tid=8949] ppid=8893 vsize=10846988 memory=735524 CPUtime=1909.87 cores=1,3,5,7
/proc/8896/task/8949/stat : 8949 (java) R 8893 8896 6440 0 -1 4202560 54693 13285 0 0 190941 38 5 3 20 0 15 0 473971560 11107315712 183881 33554432000 4194304 4196468 140735675314256 140320232614672 140319832192387 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36237312 140735675316975 140735675319493 140735675319493 140735675322319 0
[pid=8896/tid=8950] ppid=8893 vsize=10846988 memory=12040 CPUtime=8.74 cores=1,3,5,7
/proc/8896/task/8950/stat : 8950 (java) S 8893 8896 6440 0 -1 1077944384 8370 13285 0 0 824 42 5 3 20 0 15 0 473971560 11107315712 183881 33554432000 4194304 4196468 140735675314256 140320265022608 140320260789973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36237312 140735675316975 140735675319493 140735675319493 140735675322319 0
[pid=8896/tid=8951] ppid=8893 vsize=10846988 memory=735524 CPUtime=8.78 cores=1,3,5,7
/proc/8896/task/8951/stat : 8951 (java) S 8893 8896 6440 0 -1 1077944384 17051 13285 0 0 825 45 5 3 20 0 15 0 473971560 11107315712 183881 33554432000 4194304 4196468 140735675314256 140320153295888 140320260789973 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36237312 140735675316975 140735675319493 140735675319493 140735675322319 0
[pid=8896/tid=8952] ppid=8893 vsize=10846988 memory=3620 CPUtime=8.8 cores=1,3,5,7
/proc/8896/task/8952/stat : 8952 (java) S 8893 8896 6440 0 -1 1077944384 9412 13285 0 0 826 46 5 3 20 0 15 0 473971560 11107315712 183881 33554432000 4194304 4196468 140735675314256 140320152243088 140320260789973 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36237312 140735675316975 140735675319493 140735675319493 140735675322319 0
[pid=8896/tid=8953] ppid=8893 vsize=10846988 memory=54116 CPUtime=8.75 cores=1,3,5,7
/proc/8896/task/8953/stat : 8953 (java) S 8893 8896 6440 0 -1 1077944384 7797 13285 0 0 818 49 5 3 20 0 15 0 473971560 11107315712 183881 33554432000 4194304 4196468 140735675314256 140320151190288 140320260789973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36237312 140735675316975 140735675319493 140735675319493 140735675322319 0
[pid=8896/tid=8954] ppid=8893 vsize=10846988 memory=984 CPUtime=8.43 cores=1,3,5,7
/proc/8896/task/8954/stat : 8954 (java) S 8893 8896 6440 0 -1 1077944384 11778 13285 0 0 793 42 5 3 20 0 15 0 473971562 11107315712 183881 33554432000 4194304 4196468 140735675314256 140319263750512 140320260790914 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36237312 140735675316975 140735675319493 140735675319493 140735675322319 0
[pid=8896/tid=8955] ppid=8893 vsize=10846988 memory=8112282956445269571 CPUtime=0.08 cores=1,3,5,7
/proc/8896/task/8955/stat : 8955 (java) S 8893 8896 6440 0 -1 1077944384 41 13285 0 0 0 0 5 3 20 0 15 0 473971562 11107315712 183881 33554432000 4194304 4196468 140735675314256 140319262696544 140320260789973 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36237312 140735675316975 140735675319493 140735675319493 140735675322319 0
[pid=8896/tid=8956] ppid=8893 vsize=10846988 memory=1556 CPUtime=0.08 cores=1,3,5,7
/proc/8896/task/8956/stat : 8956 (java) S 8893 8896 6440 0 -1 1077944384 3 13285 0 0 0 0 5 3 20 0 15 0 473971563 11107315712 183881 33554432000 4194304 4196468 140735675314256 140319131689856 140320260789973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36237312 140735675316975 140735675319493 140735675319493 140735675322319 0
[pid=8896/tid=8957] ppid=8893 vsize=10846988 memory=928 CPUtime=0.08 cores=1,3,5,7
/proc/8896/task/8957/stat : 8957 (java) S 8893 8896 6440 0 -1 1077944384 3 13285 0 0 0 0 5 3 20 0 15 0 473971565 11107315712 183881 33554432000 4194304 4196468 140735675314256 140318824290128 140320260798363 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36237312 140735675316975 140735675319493 140735675319493 140735675322319 0
[pid=8896/tid=8958] ppid=8893 vsize=10846988 memory=1640 CPUtime=3.15 cores=1,3,5,7
/proc/8896/task/8958/stat : 8958 (java) S 8893 8896 6440 0 -1 1077944384 19153 13285 0 0 304 3 5 3 20 0 15 0 473971565 11107315712 183881 33554432000 4194304 4196468 140735675314256 140319229139824 140320260790914 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36237312 140735675316975 140735675319493 140735675319493 140735675322319 0
[pid=8896/tid=8959] ppid=8893 vsize=10846988 memory=3620 CPUtime=3 cores=1,3,5,7
/proc/8896/task/8959/stat : 8959 (java) S 8893 8896 6440 0 -1 1077944384 22174 13285 0 0 288 4 5 3 20 0 15 0 473971565 11107315712 183881 33554432000 4194304 4196468 140735675314256 140319228087024 140320260790914 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36237312 140735675316975 140735675319493 140735675319493 140735675322319 0
[pid=8896/tid=8960] ppid=8893 vsize=10846988 memory=54116 CPUtime=1.66 cores=1,3,5,7
/proc/8896/task/8960/stat : 8960 (java) S 8893 8896 6440 0 -1 1077944384 13517 13285 0 0 155 3 5 3 20 0 15 0 473971565 11107315712 183881 33554432000 4194304 4196468 140735675314256 140319227034224 140320260790914 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36237312 140735675316975 140735675319493 140735675319493 140735675322319 0
[pid=8896/tid=8961] ppid=8893 vsize=10846988 memory=984 CPUtime=0.08 cores=1,3,5,7
/proc/8896/task/8961/stat : 8961 (java) S 8893 8896 6440 0 -1 1077944384 3 13285 0 0 0 0 5 3 20 0 15 0 473971565 11107315712 183881 33554432000 4194304 4196468 140735675314256 140318790732512 140320260789973 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36237312 140735675316975 140735675319493 140735675319493 140735675322319 0
[pid=8896/tid=8962] ppid=8893 vsize=10846988 memory=2004 CPUtime=1.18 cores=1,3,5,7
/proc/8896/task/8962/stat : 8962 (java) S 8893 8896 6440 0 -1 1077944384 796 13285 0 0 55 55 5 3 20 0 15 0 473971566 11107315712 183881 33554432000 4194304 4196468 140735675314256 140319225981616 140320260790914 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36237312 140735675316975 140735675319493 140735675319493 140735675322319 0
Current children cumulated CPU time: 1961.74 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 735524 KiB

[startup+1929.7 s]
/proc/loadavg: 2.01 1.70 1.52 3/227 9288
/proc/meminfo: memFree=3758292/32770624 swapFree=66974416/67108860
[pid=8896] ppid=8893 vsize=10846988 memory=735524 CPUtime=1961.84 cores=1,3,5,7
/proc/8896/stat : 8896 (java) S 8893 8896 6440 0 -1 1077944320 167002 13285 0 0 195902 274 5 3 20 0 15 0 473971551 11107315712 183881 33554432000 4194304 4196468 140735675314256 140735675296800 140320260779767 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 36237312 140735675316975 140735675319493 140735675319493 140735675322319 0
/proc/8896/statm: 2711747 183881 3630 1 0 2673805 0
[pid=8896/tid=8949] ppid=8893 vsize=10846988 memory=735524 CPUtime=1909.97 cores=1,3,5,7
/proc/8896/task/8949/stat : 8949 (java) R 8893 8896 6440 0 -1 4202560 54694 13285 0 0 190951 38 5 3 20 0 15 0 473971560 11107315712 183881 33554432000 4194304 4196468 140735675314256 140320232615760 140319834256289 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36237312 140735675316975 140735675319493 140735675319493 140735675322319 0
[pid=8896/tid=8950] ppid=8893 vsize=10846988 memory=735524 CPUtime=8.74 cores=1,3,5,7
/proc/8896/task/8950/stat : 8950 (java) S 8893 8896 6440 0 -1 1077944384 8370 13285 0 0 824 42 5 3 20 0 15 0 473971560 11107315712 183881 33554432000 4194304 4196468 140735675314256 140320265022608 140320260789973 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36237312 140735675316975 140735675319493 140735675319493 140735675322319 0
[pid=8896/tid=8951] ppid=8893 vsize=10846988 memory=735524 CPUtime=8.78 cores=1,3,5,7
/proc/8896/task/8951/stat : 8951 (java) S 8893 8896 6440 0 -1 1077944384 17051 13285 0 0 825 45 5 3 20 0 15 0 473971560 11107315712 183881 33554432000 4194304 4196468 140735675314256 140320153295888 140320260789973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36237312 140735675316975 140735675319493 140735675319493 140735675322319 0
[pid=8896/tid=8952] ppid=8893 vsize=10846988 memory=735460 CPUtime=8.8 cores=1,3,5,7
/proc/8896/task/8952/stat : 8952 (java) S 8893 8896 6440 0 -1 1077944384 9412 13285 0 0 826 46 5 3 20 0 15 0 473971560 11107315712 183881 33554432000 4194304 4196468 140735675314256 140320152243088 140320260789973 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36237312 140735675316975 140735675319493 140735675319493 140735675322319 0
[pid=8896/tid=8953] ppid=8893 vsize=10846988 memory=735460 CPUtime=8.76 cores=1,3,5,7
/proc/8896/task/8953/stat : 8953 (java) S 8893 8896 6440 0 -1 1077944384 7797 13285 0 0 819 49 5 3 20 0 15 0 473971560 11107315712 183881 33554432000 4194304 4196468 140735675314256 140320151190288 140320260789973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36237312 140735675316975 140735675319493 140735675319493 140735675322319 0
[pid=8896/tid=8954] ppid=8893 vsize=10846988 memory=735428 CPUtime=8.43 cores=1,3,5,7
/proc/8896/task/8954/stat : 8954 (java) S 8893 8896 6440 0 -1 1077944384 11778 13285 0 0 793 42 5 3 20 0 15 0 473971562 11107315712 183881 33554432000 4194304 4196468 140735675314256 140319263750512 140320260790914 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36237312 140735675316975 140735675319493 140735675319493 140735675322319 0
[pid=8896/tid=8955] ppid=8893 vsize=10846988 memory=735460 CPUtime=0.08 cores=1,3,5,7
/proc/8896/task/8955/stat : 8955 (java) S 8893 8896 6440 0 -1 1077944384 41 13285 0 0 0 0 5 3 20 0 15 0 473971562 11107315712 183881 33554432000 4194304 4196468 140735675314256 140319262696544 140320260789973 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36237312 140735675316975 140735675319493 140735675319493 140735675322319 0
[pid=8896/tid=8956] ppid=8893 vsize=10846988 memory=735460 CPUtime=0.08 cores=1,3,5,7
/proc/8896/task/8956/stat : 8956 (java) S 8893 8896 6440 0 -1 1077944384 3 13285 0 0 0 0 5 3 20 0 15 0 473971563 11107315712 183881 33554432000 4194304 4196468 140735675314256 140319131689856 140320260789973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36237312 140735675316975 140735675319493 140735675319493 140735675322319 0
[pid=8896/tid=8957] ppid=8893 vsize=10846988 memory=735524 CPUtime=0.08 cores=1,3,5,7
/proc/8896/task/8957/stat : 8957 (java) S 8893 8896 6440 0 -1 1077944384 3 13285 0 0 0 0 5 3 20 0 15 0 473971565 11107315712 183881 33554432000 4194304 4196468 140735675314256 140318824290128 140320260798363 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36237312 140735675316975 140735675319493 140735675319493 140735675322319 0
[pid=8896/tid=8958] ppid=8893 vsize=10846988 memory=3620 CPUtime=3.15 cores=1,3,5,7
/proc/8896/task/8958/stat : 8958 (java) S 8893 8896 6440 0 -1 1077944384 19153 13285 0 0 304 3 5 3 20 0 15 0 473971565 11107315712 183881 33554432000 4194304 4196468 140735675314256 140319229139824 140320260790914 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36237312 140735675316975 140735675319493 140735675319493 140735675322319 0
[pid=8896/tid=8959] ppid=8893 vsize=10846988 memory=735460 CPUtime=3 cores=1,3,5,7
/proc/8896/task/8959/stat : 8959 (java) S 8893 8896 6440 0 -1 1077944384 22174 13285 0 0 288 4 5 3 20 0 15 0 473971565 11107315712 183881 33554432000 4194304 4196468 140735675314256 140319228087024 140320260790914 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36237312 140735675316975 140735675319493 140735675319493 140735675322319 0
[pid=8896/tid=8960] ppid=8893 vsize=10846988 memory=1192 CPUtime=1.66 cores=1,3,5,7
/proc/8896/task/8960/stat : 8960 (java) S 8893 8896 6440 0 -1 1077944384 13517 13285 0 0 155 3 5 3 20 0 15 0 473971565 11107315712 183881 33554432000 4194304 4196468 140735675314256 140319227034224 140320260790914 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36237312 140735675316975 140735675319493 140735675319493 140735675322319 0
[pid=8896/tid=8961] ppid=8893 vsize=10846988 memory=735524 CPUtime=0.08 cores=1,3,5,7
/proc/8896/task/8961/stat : 8961 (java) S 8893 8896 6440 0 -1 1077944384 3 13285 0 0 0 0 5 3 20 0 15 0 473971565 11107315712 183881 33554432000 4194304 4196468 140735675314256 140318790732512 140320260789973 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36237312 140735675316975 140735675319493 140735675319493 140735675322319 0
[pid=8896/tid=8962] ppid=8893 vsize=10846988 memory=3620 CPUtime=1.18 cores=1,3,5,7
/proc/8896/task/8962/stat : 8962 (java) S 8893 8896 6440 0 -1 1077944384 796 13285 0 0 55 55 5 3 20 0 15 0 473971566 11107315712 183881 33554432000 4194304 4196468 140735675314256 140319225981616 140320260790914 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36237312 140735675316975 140735675319493 140735675319493 140735675322319 0
Current children cumulated CPU time: 1961.84 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 735524 KiB

Child status: 0
Real time (s): 1929.76
CPU time (s): 1961.92
CPU user time (s): 1959.13
CPU system time (s): 2.78603
CPU usage (%): 101.666
Max. virtual memory (cumulated for all children) (KiB): 10849656
Max. memory (cumulated for all children) (KiB): 735524

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1959.13
system time used= 2.78602
maximum resident set size= 737728
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 181048
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2304
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 223480
involuntary context switches= 6185


# summary of solver processes directly reported to runsolver:
#   pid: 8896
#   total CPU time (s): 1961.92
#   total CPU user time (s): 1959.13
#   total CPU system time (s): 2.78603

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.1765 second user time and 18.2287 second system time

The end

Launcher Data

Begin job on node125 at 2019-09-20 12:56:45
IDJOB=4403194
IDBENCH=129972
IDSOLVER=2862
FILE ID=node125/4403194-1568977047
RUNJOBID= node125-1568967595-6472
PBS_JOBID= 21704623
Free space on /tmp= 4128 MiB

SOLVER NAME= Concrete 3.12.3
BENCH NAME= XCSP17/Rcpsp/Rcpsp-m1-j30/Rcpsp-j30-45-01.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4403194-1568977047/watcher-4403194-1568977047 -o /tmp/evaluation-result-4403194-1568977047/solver-4403194-1568977047 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node125-1568967595-6472 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=2142651045 HOME/instance-4403194-1568977047.xml

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

MD5SUM BENCH= 1713c5d1d522f34d444b6ff7755d5ded
RANDOM SEED=2142651045

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:         6176960 kB
MemAvailable:   31077772 kB
Buffers:          119952 kB
Cached:         24661500 kB
SwapCached:        29920 kB
Active:         13117724 kB
Inactive:       12446352 kB
Active(anon):     752024 kB
Inactive(anon):    77148 kB
Active(file):   12365700 kB
Inactive(file): 12369204 kB
Unevictable:      109196 kB
Mlocked:          109196 kB
SwapTotal:      67108860 kB
SwapFree:       66974400 kB
Dirty:             35456 kB
Writeback:             0 kB
AnonPages:        908256 kB
Mapped:            65268 kB
Shmem:             38052 kB
Slab:             623904 kB
SReclaimable:     594368 kB
SUnreclaim:        29536 kB
KernelStack:        3984 kB
PageTables:         7456 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2021820 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    747520 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 4092 MiB
End job on node125 at 2019-09-20 13:28:55