Trace number 4401234

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.2OPT22 30.0302 22.6188

General information on the benchmark

NameStillLife/StillLife-m1-s1/
StillLife-03-14.xml
MD5SUMbb3a1ca81e7aea213eb86a812d55e65a
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark22
Best CPU time to get the best result obtained on this benchmark4.78559
Satisfiable
(Un)Satisfiability was proved
Number of variables84
Number of constraints110
Number of domains2
Minimum domain size2
Maximum domain size9
Distribution of domain sizes[{"size":2,"count":42},{"size":9,"count":42}]
Minimum variable degree2
Maximum variable degree10
Distribution of variable degrees[{"degree":2,"count":42},{"degree":7,"count":4},{"degree":8,"count":26},{"degree":10,"count":12}]
Minimum constraint arity2
Maximum constraint arity9
Distribution of constraint arities[{"arity":2,"count":42},{"arity":3,"count":26},{"arity":4,"count":4},{"arity":6,"count":26},{"arity":9,"count":12}]
Number of extensional constraints68
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":68},{"type":"sum","count":42}]
Optimization problemYES
Type of objectivemax SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.75/0.56	c Concrete v3.12.2.1568631193530 running
6.74/3.41	o 12
6.74/3.48	o 13
6.74/3.48	o 14
6.74/3.48	o 18
6.74/3.48	o 20
6.74/3.48	o 21
8.98/3.84	o 22
30.00/22.60	v <instantiation
30.00/22.60	v         cost = '22'>
30.00/22.60	v       <list>
30.00/22.60	v         x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[0][7] x[0][8] x[0][9] x[0][10] x[0][11] x[0][12] x[0][13] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[1][7] x[1][8] x[1][9] x[1][10] x[1][11] x[1][12] x[1][13] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[2][7] x[2][8] x[2][9] x[2][10] x[2][11] x[2][12] x[2][13] s[0][0] s[0][1] s[0][2] s[0][3] s[0][4] s[0][5] s[0][6] s[0][7] s[0][8] s[0][9] s[0][10] s[0][11] s[0][12] s[0][13] s[1][0] s[1][1] s[1][2] s[1][3] s[1][4] s[1][5] s[1][6] s[1][7] s[1][8] s[1][9] s[1][10] s[1][11] s[1][12] s[1][13] s[2][0] s[2][1] s[2][2] s[2][3] s[2][4] s[2][5] s[2][6] s[2][7] s[2][8] s[2][9] s[2][10] s[2][11] s[2][12] s[2][13]
30.00/22.60	v       </list>
30.00/22.60	v       <values>
30.00/22.60	v         0 1 1 0 1 1 0 1 1 0 0 0 1 1 1 0 1 0 1 1 0 1 0 1 0 1 0 1 1 1 0 0 0 0 0 0 1 1 0 1 1 0 2 3 2 4 3 3 4 2 3 2 2 2 3 2 3 6 3 4 3 3 4 3 6 3 4 3 6 3 2 3 2 2 2 2 2 2 3 2 4 2 3 2
30.00/22.60	v       </values>
30.00/22.60	v     </instantiation>
30.00/22.60	s OPTIMUM FOUND

Verifier Data

OK	22

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4401234-1568673332/watcher-4401234-1568673332 -o /tmp/evaluation-result-4401234-1568673332/solver-4401234-1568673332 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node106-1568669653-20874 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=516042084 HOME/instance-4401234-1568673332.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=20899, runsolver pid=20895
Current StackSize limit: 8192 KiB


[startup+0.100128 s]*
/proc/loadavg: 0.91 3.42 3.84 3/199 21006
/proc/meminfo: memFree=30353416/32770624 swapFree=66999852/67108860
[pid=20899] ppid=20895 vsize=8381492 memory=8980 CPUtime=0.08 cores=1,3,5,7
/proc/20899/stat : 20899 (java) S 20895 20899 20842 0 -1 1077944320 2978 13324 0 0 0 0 5 3 20 0 2 0 443588427 8582647808 2245 33554432000 4194304 4196468 140731339834240 140731339816784 140618051366647 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 20328448 140731339840240 140731339842757 140731339842757 140731339845583 0
/proc/20899/statm: 2095373 2245 1181 1 0 2084284 0
[pid=20899/tid=21008] ppid=20895 vsize=8382520 memory=720575944405811505 CPUtime=0.08 cores=1,3,5,7
/proc/20899/task/21008/stat : 21008 (java) S 20895 20899 20842 0 -1 1077944384 996 13324 0 0 0 0 5 3 20 0 3 0 443588438 8583700480 2443 33554432000 4194304 4196468 140731339834240 140618023208656 140618051376853 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20328448 140731339840240 140731339842757 140731339842757 140731339845583 0
[pid=20899/tid=21013] ppid=20895 vsize=8382520 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20899/task/21013/stat : 21013 (java) R 20895 20899 20842 0 -1 4202560 0 13324 0 0 0 0 5 3 20 0 3 0 443588438 8583700480 2443 33554432000 4194304 4196468 140731339834240 140618023209376 140618044106497 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20328448 140731339840240 140731339842757 140731339842757 140731339845583 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 8381492 KiB
Current children cumulated memory: 8980 KiB

[startup+0.209877 s]*
/proc/loadavg: 0.91 3.42 3.84 4/227 21034
/proc/meminfo: memFree=30303484/32770624 swapFree=66999852/67108860
[pid=20899] ppid=20895 vsize=10819712 memory=43580 CPUtime=0.25 cores=1,3,5,7
/proc/20899/stat : 20899 (java) S 20895 20899 20842 0 -1 1077944320 7230 13324 0 0 16 1 5 3 20 0 15 0 443588427 11079385088 10895 33554432000 4194304 4196468 140731339834240 140731339816784 140618051366647 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 20328448 140731339840240 140731339842757 140731339842757 140731339845583 0
/proc/20899/statm: 2704928 10895 3139 1 0 2667149 0
[pid=20899/tid=21008] ppid=20895 vsize=10819712 memory=7022364594140610616 CPUtime=0.18 cores=1,3,5,7
/proc/20899/task/21008/stat : 21008 (java) R 20895 20899 20842 0 -1 4202560 3738 13324 0 0 9 1 5 3 20 0 15 0 443588438 11079385088 10895 33554432000 4194304 4196468 140731339834240 140618023180768 140618051388573 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20328448 140731339840240 140731339842757 140731339842757 140731339845583 0
[pid=20899/tid=21013] ppid=20895 vsize=10819712 memory=339 CPUtime=0.08 cores=1,3,5,7
/proc/20899/task/21013/stat : 21013 (java) S 20895 20899 20842 0 -1 1077944384 2 13324 0 0 0 0 5 3 20 0 15 0 443588438 11079385088 10895 33554432000 4194304 4196468 140731339834240 140618055609104 140618051376853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20328448 140731339840240 140731339842757 140731339842757 140731339845583 0
[pid=20899/tid=21014] ppid=20895 vsize=10819712 memory=4120987389407921824 CPUtime=0.08 cores=1,3,5,7
/proc/20899/task/21014/stat : 21014 (java) S 20895 20899 20842 0 -1 1077944384 1 13324 0 0 0 0 5 3 20 0 15 0 443588438 11079385088 10895 33554432000 4194304 4196468 140731339834240 140617970428816 140618051376853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20328448 140731339840240 140731339842757 140731339842757 140731339845583 0
[pid=20899/tid=21015] ppid=20895 vsize=10819712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20899/task/21015/stat : 21015 (java) S 20895 20899 20842 0 -1 1077944384 1 13324 0 0 0 0 5 3 20 0 15 0 443588438 11079385088 10895 33554432000 4194304 4196468 140731339834240 140617969376272 140618051376853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20328448 140731339840240 140731339842757 140731339842757 140731339845583 0
[pid=20899/tid=21016] ppid=20895 vsize=10819712 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/20899/task/21016/stat : 21016 (java) S 20895 20899 20842 0 -1 1077944384 2 13324 0 0 0 0 5 3 20 0 15 0 443588438 11079385088 10895 33554432000 4194304 4196468 140731339834240 140617622150288 140618051376853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20328448 140731339840240 140731339842757 140731339842757 140731339845583 0
[pid=20899/tid=21018] ppid=20895 vsize=10819712 memory=140712465270400 CPUtime=0.08 cores=1,3,5,7
/proc/20899/task/21018/stat : 21018 (java) S 20895 20899 20842 0 -1 1077944384 2 13324 0 0 0 0 5 3 20 0 15 0 443588440 11079385088 10895 33554432000 4194304 4196468 140731339834240 140617578055664 140618051377794 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20328448 140731339840240 140731339842757 140731339842757 140731339845583 0
[pid=20899/tid=21020] ppid=20895 vsize=10819712 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/20899/task/21020/stat : 21020 (java) S 20895 20899 20842 0 -1 1077944384 13 13324 0 0 0 0 5 3 20 0 15 0 443588440 11079385088 10895 33554432000 4194304 4196468 140731339834240 140617497699232 140618051376853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20328448 140731339840240 140731339842757 140731339842757 140731339845583 0
[pid=20899/tid=21022] ppid=20895 vsize=10819712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20899/task/21022/stat : 21022 (java) S 20895 20899 20842 0 -1 1077944384 1 13324 0 0 0 0 5 3 20 0 15 0 443588441 11079385088 10895 33554432000 4194304 4196468 140731339834240 140617363481584 140618051376853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20328448 140731339840240 140731339842757 140731339842757 140731339845583 0
[pid=20899/tid=21028] ppid=20895 vsize=10819712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20899/task/21028/stat : 21028 (java) S 20895 20899 20842 0 -1 1077944384 2 13324 0 0 0 0 5 3 20 0 15 0 443588443 11079385088 10895 33554432000 4194304 4196468 140731339834240 140616759503056 140618051385243 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20328448 140731339840240 140731339842757 140731339842757 140731339845583 0
[pid=20899/tid=21029] ppid=20895 vsize=10819712 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/20899/task/21029/stat : 21029 (java) S 20895 20899 20842 0 -1 1077944384 452 13324 0 0 1 0 5 3 20 0 15 0 443588443 11079385088 10895 33554432000 4194304 4196468 140731339834240 140617577003504 140618051377794 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20328448 140731339840240 140731339842757 140731339842757 140731339845583 0
[pid=20899/tid=21030] ppid=20895 vsize=10819712 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/20899/task/21030/stat : 21030 (java) S 20895 20899 20842 0 -1 1077944384 197 13324 0 0 1 0 5 3 20 0 15 0 443588443 11079385088 10895 33554432000 4194304 4196468 140731339834240 140617575950960 140618051377794 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20328448 140731339840240 140731339842757 140731339842757 140731339845583 0
[pid=20899/tid=21031] ppid=20895 vsize=10819712 memory=140712465270400 CPUtime=0.11 cores=1,3,5,7
/proc/20899/task/21031/stat : 21031 (java) R 20895 20899 20842 0 -1 4202560 605 13324 0 0 3 0 5 3 20 0 15 0 443588443 11079385088 10895 33554432000 4194304 4196468 140731339834240 140617574898416 140618030502171 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20328448 140731339840240 140731339842757 140731339842757 140731339845583 0
[pid=20899/tid=21033] ppid=20895 vsize=10819712 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/20899/task/21033/stat : 21033 (java) S 20895 20899 20842 0 -1 1077944384 3 13324 0 0 0 0 5 3 20 0 15 0 443588443 11079385088 10895 33554432000 4194304 4196468 140731339834240 140616289741920 140618051376853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20328448 140731339840240 140731339842757 140731339842757 140731339845583 0
[pid=20899/tid=21034] ppid=20895 vsize=10819712 memory=140712465270400 CPUtime=0.08 cores=1,3,5,7
/proc/20899/task/21034/stat : 21034 (java) S 20895 20899 20842 0 -1 1077944384 1 13324 0 0 0 0 5 3 20 0 15 0 443588444 11079385088 10895 33554432000 4194304 4196468 140731339834240 140617573845296 140618051377794 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20328448 140731339840240 140731339842757 140731339842757 140731339845583 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10819712 KiB
Current children cumulated memory: 43580 KiB

[startup+0.316267 s]*
/proc/loadavg: 0.91 3.42 3.84 5/227 21034
/proc/meminfo: memFree=30277432/32770624 swapFree=66999852/67108860
[pid=20899] ppid=20895 vsize=10820196 memory=54960 CPUtime=0.4 cores=1,3,5,7
/proc/20899/stat : 20899 (java) S 20895 20899 20842 0 -1 1077944320 10566 13324 0 0 29 3 5 3 20 0 15 0 443588427 11079880704 13740 33554432000 4194304 4196468 140731339834240 140731339816784 140618051366647 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 20328448 140731339840240 140731339842757 140731339842757 140731339845583 0
/proc/20899/statm: 2705049 13740 3302 1 0 2667149 0
[pid=20899/tid=21008] ppid=20895 vsize=10820196 memory=6944656575208382560 CPUtime=0.28 cores=1,3,5,7
/proc/20899/task/21008/stat : 21008 (java) R 20895 20899 20842 0 -1 4202560 7057 13324 0 0 18 2 5 3 20 0 15 0 443588438 11079880704 13740 33554432000 4194304 4196468 140731339834240 140618023169744 140618035447134 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20328448 140731339840240 140731339842757 140731339842757 140731339845583 0
[pid=20899/tid=21013] ppid=20895 vsize=10820196 memory=2240 CPUtime=0.08 cores=1,3,5,7
/proc/20899/task/21013/stat : 21013 (java) S 20895 20899 20842 0 -1 1077944384 2 13324 0 0 0 0 5 3 20 0 15 0 443588438 11079880704 13740 33554432000 4194304 4196468 140731339834240 140618055609104 140618051376853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20328448 140731339840240 140731339842757 140731339842757 140731339845583 0
[pid=20899/tid=21014] ppid=20895 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20899/task/21014/stat : 21014 (java) S 20895 20899 20842 0 -1 1077944384 1 13324 0 0 0 0 5 3 20 0 15 0 443588438 11079880704 13740 33554432000 4194304 4196468 140731339834240 140617970428816 140618051376853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20328448 140731339840240 140731339842757 140731339842757 140731339845583 0
[pid=20899/tid=21015] ppid=20895 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20899/task/21015/stat : 21015 (java) S 20895 20899 20842 0 -1 1077944384 1 13324 0 0 0 0 5 3 20 0 15 0 443588438 11079880704 13740 33554432000 4194304 4196468 140731339834240 140617969376272 140618051376853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20328448 140731339840240 140731339842757 140731339842757 140731339845583 0
[pid=20899/tid=21016] ppid=20895 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/20899/task/21016/stat : 21016 (java) S 20895 20899 20842 0 -1 1077944384 2 13324 0 0 0 0 5 3 20 0 15 0 443588438 11079880704 13740 33554432000 4194304 4196468 140731339834240 140617622150288 140618051376853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20328448 140731339840240 140731339842757 140731339842757 140731339845583 0
[pid=20899/tid=21018] ppid=20895 vsize=10820196 memory=140712465270400 CPUtime=0.08 cores=1,3,5,7
/proc/20899/task/21018/stat : 21018 (java) S 20895 20899 20842 0 -1 1077944384 2 13324 0 0 0 0 5 3 20 0 15 0 443588440 11079880704 13740 33554432000 4194304 4196468 140731339834240 140617578055664 140618051377794 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20328448 140731339840240 140731339842757 140731339842757 140731339845583 0
[pid=20899/tid=21020] ppid=20895 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/20899/task/21020/stat : 21020 (java) S 20895 20899 20842 0 -1 1077944384 13 13324 0 0 0 0 5 3 20 0 15 0 443588440 11079880704 13740 33554432000 4194304 4196468 140731339834240 140617497699232 140618051376853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20328448 140731339840240 140731339842757 140731339842757 140731339845583 0
[pid=20899/tid=21022] ppid=20895 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20899/task/21022/stat : 21022 (java) S 20895 20899 20842 0 -1 1077944384 1 13324 0 0 0 0 5 3 20 0 15 0 443588441 11079880704 13740 33554432000 4194304 4196468 140731339834240 140617363481584 140618051376853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20328448 140731339840240 140731339842757 140731339842757 140731339845583 0
[pid=20899/tid=21028] ppid=20895 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20899/task/21028/stat : 21028 (java) S 20895 20899 20842 0 -1 1077944384 2 13324 0 0 0 0 5 3 20 0 15 0 443588443 11079880704 13740 33554432000 4194304 4196468 140731339834240 140616759503056 140618051385243 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20328448 140731339840240 140731339842757 140731339842757 140731339845583 0
[pid=20899/tid=21029] ppid=20895 vsize=10820196 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/20899/task/21029/stat : 21029 (java) S 20895 20899 20842 0 -1 1077944384 461 13324 0 0 2 0 5 3 20 0 15 0 443588443 11079880704 13740 33554432000 4194304 4196468 140731339834240 140617577003504 140618051377794 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20328448 140731339840240 140731339842757 140731339842757 140731339845583 0
[pid=20899/tid=21030] ppid=20895 vsize=10820196 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/20899/task/21030/stat : 21030 (java) S 20895 20899 20842 0 -1 1077944384 198 13324 0 0 1 0 5 3 20 0 15 0 443588443 11079880704 13740 33554432000 4194304 4196468 140731339834240 140617575950960 140618051377794 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20328448 140731339840240 140731339842757 140731339842757 140731339845583 0
[pid=20899/tid=21031] ppid=20895 vsize=10820196 memory=140712465270400 CPUtime=0.13 cores=1,3,5,7
/proc/20899/task/21031/stat : 21031 (java) S 20895 20899 20842 0 -1 1077944384 616 13324 0 0 5 0 5 3 20 0 15 0 443588443 11079880704 13740 33554432000 4194304 4196468 140731339834240 140617574898416 140618051377794 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20328448 140731339840240 140731339842757 140731339842757 140731339845583 0
[pid=20899/tid=21033] ppid=20895 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/20899/task/21033/stat : 21033 (java) S 20895 20899 20842 0 -1 1077944384 3 13324 0 0 0 0 5 3 20 0 15 0 443588443 11079880704 13740 33554432000 4194304 4196468 140731339834240 140616289741920 140618051376853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20328448 140731339840240 140731339842757 140731339842757 140731339845583 0
[pid=20899/tid=21034] ppid=20895 vsize=10820196 memory=140712465270400 CPUtime=0.08 cores=1,3,5,7
/proc/20899/task/21034/stat : 21034 (java) S 20895 20899 20842 0 -1 1077944384 1 13324 0 0 0 0 5 3 20 0 15 0 443588444 11079880704 13740 33554432000 4194304 4196468 140731339834240 140617573845296 140618051377794 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20328448 140731339840240 140731339842757 140731339842757 140731339845583 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 54960 KiB

[startup+0.706266 s]
/proc/loadavg: 0.91 3.42 3.84 3/227 21034
/proc/meminfo: memFree=30252640/32770624 swapFree=66999852/67108860
[pid=20899] ppid=20895 vsize=10824364 memory=87484 CPUtime=1.12 cores=1,3,5,7
/proc/20899/stat : 20899 (java) S 20895 20899 20842 0 -1 1077944320 15064 13324 0 0 99 5 5 3 20 0 15 0 443588427 11084148736 21871 33554432000 4194304 4196468 140731339834240 140731339816784 140618051366647 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 20328448 140731339840240 140731339842757 140731339842757 140731339845583 0
/proc/20899/statm: 2706091 21871 3510 1 0 2668173 0
[pid=20899/tid=21008] ppid=20895 vsize=10824364 memory=6440256672713103209 CPUtime=0.66 cores=1,3,5,7
/proc/20899/task/21008/stat : 21008 (java) R 20895 20899 20842 0 -1 4202560 10583 13324 0 0 55 3 5 3 20 0 15 0 443588438 11084148736 21871 33554432000 4194304 4196468 140731339834240 140618023182560 140617974440400 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 20328448 140731339840240 140731339842757 140731339842757 140731339845583 0
[pid=20899/tid=21013] ppid=20895 vsize=10824364 memory=3804 CPUtime=0.08 cores=1,3,5,7
/proc/20899/task/21013/stat : 21013 (java) S 20895 20899 20842 0 -1 1077944384 2 13324 0 0 0 0 5 3 20 0 15 0 443588438 11084148736 21871 33554432000 4194304 4196468 140731339834240 140618055609104 140618051376853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20328448 140731339840240 140731339842757 140731339842757 140731339845583 0
[pid=20899/tid=21014] ppid=20895 vsize=10824364 memory=2308 CPUtime=0.08 cores=1,3,5,7
/proc/20899/task/21014/stat : 21014 (java) S 20895 20899 20842 0 -1 1077944384 1 13324 0 0 0 0 5 3 20 0 15 0 443588438 11084148736 21871 33554432000 4194304 4196468 140731339834240 140617970428816 140618051376853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20328448 140731339840240 140731339842757 140731339842757 140731339845583 0
[pid=20899/tid=21015] ppid=20895 vsize=10824364 memory=2308 CPUtime=0.08 cores=1,3,5,7
/proc/20899/task/21015/stat : 21015 (java) S 20895 20899 20842 0 -1 1077944384 1 13324 0 0 0 0 5 3 20 0 15 0 443588438 11084148736 21871 33554432000 4194304 4196468 140731339834240 140617969376272 140618051376853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20328448 140731339840240 140731339842757 140731339842757 140731339845583 0
[pid=20899/tid=21016] ppid=20895 vsize=10824364 memory=1408 CPUtime=0.08 cores=1,3,5,7
/proc/20899/task/21016/stat : 21016 (java) S 20895 20899 20842 0 -1 1077944384 2 13324 0 0 0 0 5 3 20 0 15 0 443588438 11084148736 21871 33554432000 4194304 4196468 140731339834240 140617622150288 140618051376853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20328448 140731339840240 140731339842757 140731339842757 140731339845583 0
[pid=20899/tid=21018] ppid=20895 vsize=10824364 memory=1408 CPUtime=0.08 cores=1,3,5,7
/proc/20899/task/21018/stat : 21018 (java) S 20895 20899 20842 0 -1 1077944384 6 13324 0 0 0 0 5 3 20 0 15 0 443588440 11084148736 21871 33554432000 4194304 4196468 140731339834240 140617578055664 140618051377794 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20328448 140731339840240 140731339842757 140731339842757 140731339845583 0
[pid=20899/tid=21020] ppid=20895 vsize=10824364 memory=2420 CPUtime=0.08 cores=1,3,5,7
/proc/20899/task/21020/stat : 21020 (java) S 20895 20899 20842 0 -1 1077944384 13 13324 0 0 0 0 5 3 20 0 15 0 443588440 11084148736 21871 33554432000 4194304 4196468 140731339834240 140617497699232 140618051376853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20328448 140731339840240 140731339842757 140731339842757 140731339845583 0
[pid=20899/tid=21022] ppid=20895 vsize=10824364 memory=2424 CPUtime=0.08 cores=1,3,5,7
/proc/20899/task/21022/stat : 21022 (java) S 20895 20899 20842 0 -1 1077944384 1 13324 0 0 0 0 5 3 20 0 15 0 443588441 11084148736 21871 33554432000 4194304 4196468 140731339834240 140617363481584 140618051376853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20328448 140731339840240 140731339842757 140731339842757 140731339845583 0
[pid=20899/tid=21028] ppid=20895 vsize=10824364 memory=71072 CPUtime=0.08 cores=1,3,5,7
/proc/20899/task/21028/stat : 21028 (java) S 20895 20899 20842 0 -1 1077944384 2 13324 0 0 0 0 5 3 20 0 15 0 443588443 11084148736 21871 33554432000 4194304 4196468 140731339834240 140616759503056 140618051385243 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20328448 140731339840240 140731339842757 140731339842757 140731339845583 0
[pid=20899/tid=21029] ppid=20895 vsize=10824364 memory=64440 CPUtime=0.22 cores=1,3,5,7
/proc/20899/task/21029/stat : 21029 (java) S 20895 20899 20842 0 -1 1077944384 854 13324 0 0 14 0 5 3 20 0 15 0 443588443 11084148736 21871 33554432000 4194304 4196468 140731339834240 140617577003504 140618051377794 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20328448 140731339840240 140731339842757 140731339842757 140731339845583 0
[pid=20899/tid=21030] ppid=20895 vsize=10824364 memory=0 CPUtime=0.19 cores=1,3,5,7
/proc/20899/task/21030/stat : 21030 (java) R 20895 20899 20842 0 -1 4202560 615 13324 0 0 11 0 5 3 20 0 15 0 443588443 11084148736 21871 33554432000 4194304 4196468 140731339834240 140617575950960 140618035677425 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20328448 140731339840240 140731339842757 140731339842757 140731339845583 0
[pid=20899/tid=21031] ppid=20895 vsize=10824364 memory=1556 CPUtime=0.25 cores=1,3,5,7
/proc/20899/task/21031/stat : 21031 (java) S 20895 20899 20842 0 -1 1077944384 770 13324 0 0 17 0 5 3 20 0 15 0 443588443 11084148736 21871 33554432000 4194304 4196468 140731339834240 140617574898416 140618051377794 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20328448 140731339840240 140731339842757 140731339842757 140731339845583 0
[pid=20899/tid=21033] ppid=20895 vsize=10824364 memory=500 CPUtime=0.08 cores=1,3,5,7
/proc/20899/task/21033/stat : 21033 (java) S 20895 20899 20842 0 -1 1077944384 3 13324 0 0 0 0 5 3 20 0 15 0 443588443 11084148736 21871 33554432000 4194304 4196468 140731339834240 140616289741920 140618051376853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20328448 140731339840240 140731339842757 140731339842757 140731339845583 0
[pid=20899/tid=21034] ppid=20895 vsize=10824364 memory=928 CPUtime=0.08 cores=1,3,5,7
/proc/20899/task/21034/stat : 21034 (java) S 20895 20899 20842 0 -1 1077944384 1 13324 0 0 0 0 5 3 20 0 15 0 443588444 11084148736 21871 33554432000 4194304 4196468 140731339834240 140617573845296 140618051377794 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20328448 140731339840240 140731339842757 140731339842757 140731339845583 0
Current children cumulated CPU time: 1.12 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 87484 KiB

[startup+1.50075 s]
/proc/loadavg: 0.91 3.42 3.84 3/227 21034
/proc/meminfo: memFree=30165988/32770624 swapFree=66999852/67108860
[pid=20899] ppid=20895 vsize=10834680 memory=175104 CPUtime=2.43 cores=1,3,5,7
/proc/20899/stat : 20899 (java) S 20895 20899 20842 0 -1 1077944320 21563 13324 0 0 226 9 5 3 20 0 15 0 443588427 11094712320 43776 33554432000 4194304 4196468 140731339834240 140731339816784 140618051366647 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 20328448 140731339840240 140731339842757 140731339842757 140731339845583 0
/proc/20899/statm: 2708670 43776 3577 1 0 2670733 0
[pid=20899/tid=21008] ppid=20895 vsize=10834680 memory=164 CPUtime=1.42 cores=1,3,5,7
/proc/20899/task/21008/stat : 21008 (java) R 20895 20899 20842 0 -1 4202560 15432 13324 0 0 129 5 5 3 20 0 15 0 443588438 11094712320 43776 33554432000 4194304 4196468 140731339834240 140618023167088 140618051378582 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20328448 140731339840240 140731339842757 140731339842757 140731339845583 0
[pid=20899/tid=21013] ppid=20895 vsize=10834680 memory=56 CPUtime=0.09 cores=1,3,5,7
/proc/20899/task/21013/stat : 21013 (java) S 20895 20899 20842 0 -1 1077944384 344 13324 0 0 1 0 5 3 20 0 15 0 443588438 11094712320 43776 33554432000 4194304 4196468 140731339834240 140618055609104 140618051376853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20328448 140731339840240 140731339842757 140731339842757 140731339845583 0
[pid=20899/tid=21014] ppid=20895 vsize=10834680 memory=2670038 CPUtime=0.08 cores=1,3,5,7
/proc/20899/task/21014/stat : 21014 (java) S 20895 20899 20842 0 -1 1077944384 64 13324 0 0 0 0 5 3 20 0 15 0 443588438 11094712320 43776 33554432000 4194304 4196468 140731339834240 140617970428816 140618051376853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20328448 140731339840240 140731339842757 140731339842757 140731339845583 0
[pid=20899/tid=21015] ppid=20895 vsize=10834680 memory=281424645096576 CPUtime=0.09 cores=1,3,5,7
/proc/20899/task/21015/stat : 21015 (java) S 20895 20899 20842 0 -1 1077944384 67 13324 0 0 1 0 5 3 20 0 15 0 443588438 11094712320 43776 33554432000 4194304 4196468 140731339834240 140617969376272 140618051376853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20328448 140731339840240 140731339842757 140731339842757 140731339845583 0
[pid=20899/tid=21016] ppid=20895 vsize=10834680 memory=2244 CPUtime=0.09 cores=1,3,5,7
/proc/20899/task/21016/stat : 21016 (java) S 20895 20899 20842 0 -1 1077944384 34 13324 0 0 1 0 5 3 20 0 15 0 443588438 11094712320 43776 33554432000 4194304 4196468 140731339834240 140617622150288 140618051376853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20328448 140731339840240 140731339842757 140731339842757 140731339845583 0
[pid=20899/tid=21018] ppid=20895 vsize=10834680 memory=6872598998417432672 CPUtime=0.09 cores=1,3,5,7
/proc/20899/task/21018/stat : 21018 (java) S 20895 20899 20842 0 -1 1077944384 122 13324 0 0 1 0 5 3 20 0 15 0 443588440 11094712320 43776 33554432000 4194304 4196468 140731339834240 140617578055664 140618051377794 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20328448 140731339840240 140731339842757 140731339842757 140731339845583 0
[pid=20899/tid=21020] ppid=20895 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20899/task/21020/stat : 21020 (java) S 20895 20899 20842 0 -1 1077944384 14 13324 0 0 0 0 5 3 20 0 15 0 443588440 11094712320 43776 33554432000 4194304 4196468 140731339834240 140617497699296 140618051376853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20328448 140731339840240 140731339842757 140731339842757 140731339845583 0
[pid=20899/tid=21022] ppid=20895 vsize=10834680 memory=6944656592455097440 CPUtime=0.08 cores=1,3,5,7
/proc/20899/task/21022/stat : 21022 (java) S 20895 20899 20842 0 -1 1077944384 1 13324 0 0 0 0 5 3 20 0 15 0 443588441 11094712320 43776 33554432000 4194304 4196468 140731339834240 140617363481584 140618051376853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20328448 140731339840240 140731339842757 140731339842757 140731339845583 0
[pid=20899/tid=21028] ppid=20895 vsize=10834680 memory=7153 CPUtime=0.08 cores=1,3,5,7
/proc/20899/task/21028/stat : 21028 (java) S 20895 20899 20842 0 -1 1077944384 2 13324 0 0 0 0 5 3 20 0 15 0 443588443 11094712320 43776 33554432000 4194304 4196468 140731339834240 140616759503056 140618051385243 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20328448 140731339840240 140731339842757 140731339842757 140731339845583 0
[pid=20899/tid=21029] ppid=20895 vsize=10834680 memory=-2245088631185882904 CPUtime=0.34 cores=1,3,5,7
/proc/20899/task/21029/stat : 21029 (java) R 20895 20899 20842 0 -1 4202560 1017 13324 0 0 26 0 5 3 20 0 15 0 443588443 11094712320 43776 33554432000 4194304 4196468 140731339834240 140617577003504 140618034777312 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20328448 140731339840240 140731339842757 140731339842757 140731339845583 0
[pid=20899/tid=21030] ppid=20895 vsize=10834680 memory=6943526294502006880 CPUtime=0.3 cores=1,3,5,7
/proc/20899/task/21030/stat : 21030 (java) S 20895 20899 20842 0 -1 1077944384 683 13324 0 0 22 0 5 3 20 0 15 0 443588443 11094712320 43776 33554432000 4194304 4196468 140731339834240 140617575950960 140618051377794 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20328448 140731339840240 140731339842757 140731339842757 140731339845583 0
[pid=20899/tid=21031] ppid=20895 vsize=10834680 memory=6944656592455097440 CPUtime=0.48 cores=1,3,5,7
/proc/20899/task/21031/stat : 21031 (java) R 20895 20899 20842 0 -1 1077944384 1569 13324 0 0 40 0 5 3 20 0 15 0 443588443 11094712320 43776 33554432000 4194304 4196468 140731339834240 140617574898416 140618051377794 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 20328448 140731339840240 140731339842757 140731339842757 140731339845583 0
[pid=20899/tid=21033] ppid=20895 vsize=10834680 memory=-6786428918777463953 CPUtime=0.08 cores=1,3,5,7
/proc/20899/task/21033/stat : 21033 (java) S 20895 20899 20842 0 -1 1077944384 3 13324 0 0 0 0 5 3 20 0 15 0 443588443 11094712320 43776 33554432000 4194304 4196468 140731339834240 140616289741920 140618051376853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20328448 140731339840240 140731339842757 140731339842757 140731339845583 0
[pid=20899/tid=21034] ppid=20895 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20899/task/21034/stat : 21034 (java) S 20895 20899 20842 0 -1 1077944384 1 13324 0 0 0 0 5 3 20 0 15 0 443588444 11094712320 43776 33554432000 4194304 4196468 140731339834240 140617573845296 140618051377794 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20328448 140731339840240 140731339842757 140731339842757 140731339845583 0
Current children cumulated CPU time: 2.43 s
Current children cumulated vsize: 10834680 KiB
Current children cumulated memory: 175104 KiB

[startup+3.11304 s]
/proc/loadavg: 1.32 3.46 3.85 7/227 21034
/proc/meminfo: memFree=29859800/32770624 swapFree=66999852/67108860
[pid=20899] ppid=20895 vsize=10846988 memory=252100 CPUtime=6.74 cores=1,3,5,7

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

[pid=20899/tid=21033] ppid=20895 vsize=10846988 memory=772 CPUtime=0.08 cores=1,3,5,7
/proc/20899/task/21033/stat : 21033 (java) S 20895 20899 20842 0 -1 1077944384 3 13324 0 0 0 0 5 3 20 0 15 0 443588443 11107315712 201816 33554432000 4194304 4196468 140731339834240 140616289741920 140618051376853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20328448 140731339840240 140731339842757 140731339842757 140731339845583 0
[pid=20899/tid=21034] ppid=20895 vsize=10846988 memory=4168 CPUtime=0.08 cores=1,3,5,7
/proc/20899/task/21034/stat : 21034 (java) S 20895 20899 20842 0 -1 1077944384 49 13324 0 0 0 0 5 3 20 0 15 0 443588444 11107315712 201816 33554432000 4194304 4196468 140731339834240 140617573845296 140618051377794 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20328448 140731339840240 140731339842757 140731339842757 140731339845583 0
Current children cumulated CPU time: 28.47 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 807264 KiB

[startup+21.9007 s]
/proc/loadavg: 1.47 3.39 3.82 3/227 21036
/proc/meminfo: memFree=28792736/32770624 swapFree=66999852/67108860
[pid=20899] ppid=20895 vsize=10846988 memory=807272 CPUtime=29.27 cores=1,3,5,7
/proc/20899/stat : 20899 (java) S 20895 20899 20842 0 -1 1077944320 69205 13324 0 0 2883 36 5 3 20 0 15 0 443588427 11107315712 201818 33554432000 4194304 4196468 140731339834240 140731339816784 140618051366647 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 20328448 140731339840240 140731339842757 140731339842757 140731339845583 0
/proc/20899/statm: 2711747 201818 3627 1 0 2673805 0
[pid=20899/tid=21008] ppid=20895 vsize=10846988 memory=6791534058613427641 CPUtime=21.68 cores=1,3,5,7
/proc/20899/task/21008/stat : 21008 (java) R 20895 20899 20842 0 -1 4202560 26711 13324 0 0 2144 16 5 3 20 0 15 0 443588438 11107315712 201818 33554432000 4194304 4196468 140731339834240 140618023202264 140617664043769 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20328448 140731339840240 140731339842757 140731339842757 140731339845583 0
[pid=20899/tid=21013] ppid=20895 vsize=10846988 memory=2024 CPUtime=0.15 cores=1,3,5,7
/proc/20899/task/21013/stat : 21013 (java) S 20895 20899 20842 0 -1 1077944384 459 13324 0 0 6 1 5 3 20 0 15 0 443588438 11107315712 201818 33554432000 4194304 4196468 140731339834240 140618055609104 140618051376853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20328448 140731339840240 140731339842757 140731339842757 140731339845583 0
[pid=20899/tid=21014] ppid=20895 vsize=10846988 memory=1380 CPUtime=0.15 cores=1,3,5,7
/proc/20899/task/21014/stat : 21014 (java) S 20895 20899 20842 0 -1 1077944384 316 13324 0 0 5 2 5 3 20 0 15 0 443588438 11107315712 201818 33554432000 4194304 4196468 140731339834240 140617970428816 140618051376853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20328448 140731339840240 140731339842757 140731339842757 140731339845583 0
[pid=20899/tid=21015] ppid=20895 vsize=10846988 memory=1128 CPUtime=0.16 cores=1,3,5,7
/proc/20899/task/21015/stat : 21015 (java) S 20895 20899 20842 0 -1 1077944384 805 13324 0 0 6 2 5 3 20 0 15 0 443588438 11107315712 201818 33554432000 4194304 4196468 140731339834240 140617969376272 140618051376853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20328448 140731339840240 140731339842757 140731339842757 140731339845583 0
[pid=20899/tid=21016] ppid=20895 vsize=10846988 memory=772 CPUtime=0.15 cores=1,3,5,7
/proc/20899/task/21016/stat : 21016 (java) S 20895 20899 20842 0 -1 1077944384 1382 13324 0 0 6 1 5 3 20 0 15 0 443588438 11107315712 201818 33554432000 4194304 4196468 140731339834240 140617622150288 140618051376853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20328448 140731339840240 140731339842757 140731339842757 140731339845583 0
[pid=20899/tid=21018] ppid=20895 vsize=10846988 memory=4168 CPUtime=0.14 cores=1,3,5,7
/proc/20899/task/21018/stat : 21018 (java) S 20895 20899 20842 0 -1 1077944384 3873 13324 0 0 6 0 5 3 20 0 15 0 443588440 11107315712 201818 33554432000 4194304 4196468 140731339834240 140617578055664 140618051377794 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20328448 140731339840240 140731339842757 140731339842757 140731339845583 0
[pid=20899/tid=21020] ppid=20895 vsize=10846988 memory=948 CPUtime=0.08 cores=1,3,5,7
/proc/20899/task/21020/stat : 21020 (java) S 20895 20899 20842 0 -1 1077944384 15 13324 0 0 0 0 5 3 20 0 15 0 443588440 11107315712 201818 33554432000 4194304 4196468 140731339834240 140617497699360 140618051376853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20328448 140731339840240 140731339842757 140731339842757 140731339845583 0
[pid=20899/tid=21022] ppid=20895 vsize=10846988 memory=2832 CPUtime=0.08 cores=1,3,5,7
/proc/20899/task/21022/stat : 21022 (java) S 20895 20899 20842 0 -1 1077944384 1 13324 0 0 0 0 5 3 20 0 15 0 443588441 11107315712 201818 33554432000 4194304 4196468 140731339834240 140617363481600 140618051376853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20328448 140731339840240 140731339842757 140731339842757 140731339845583 0
[pid=20899/tid=21028] ppid=20895 vsize=10846988 memory=9492 CPUtime=0.08 cores=1,3,5,7
/proc/20899/task/21028/stat : 21028 (java) S 20895 20899 20842 0 -1 1077944384 2 13324 0 0 0 0 5 3 20 0 15 0 443588443 11107315712 201818 33554432000 4194304 4196468 140731339834240 140616759503056 140618051385243 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20328448 140731339840240 140731339842757 140731339842757 140731339845583 0
[pid=20899/tid=21029] ppid=20895 vsize=10846988 memory=1548 CPUtime=2.94 cores=1,3,5,7
/proc/20899/task/21029/stat : 21029 (java) S 20895 20899 20842 0 -1 1077944384 12719 13324 0 0 284 2 5 3 20 0 15 0 443588443 11107315712 201818 33554432000 4194304 4196468 140731339834240 140617577003504 140618051377794 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20328448 140731339840240 140731339842757 140731339842757 140731339845583 0
[pid=20899/tid=21030] ppid=20895 vsize=10846988 memory=628 CPUtime=2.72 cores=1,3,5,7
/proc/20899/task/21030/stat : 21030 (java) S 20895 20899 20842 0 -1 1077944384 10857 13324 0 0 259 5 5 3 20 0 15 0 443588443 11107315712 201818 33554432000 4194304 4196468 140731339834240 140617575950960 140618051377794 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20328448 140731339840240 140731339842757 140731339842757 140731339845583 0
[pid=20899/tid=21031] ppid=20895 vsize=10846988 memory=1056 CPUtime=1.71 cores=1,3,5,7
/proc/20899/task/21031/stat : 21031 (java) S 20895 20899 20842 0 -1 1077944384 9803 13324 0 0 161 2 5 3 20 0 15 0 443588443 11107315712 201818 33554432000 4194304 4196468 140731339834240 140617574898416 140618051377794 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20328448 140731339840240 140731339842757 140731339842757 140731339845583 0
[pid=20899/tid=21033] ppid=20895 vsize=10846988 memory=1724 CPUtime=0.08 cores=1,3,5,7
/proc/20899/task/21033/stat : 21033 (java) S 20895 20899 20842 0 -1 1077944384 3 13324 0 0 0 0 5 3 20 0 15 0 443588443 11107315712 201818 33554432000 4194304 4196468 140731339834240 140616289741920 140618051376853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20328448 140731339840240 140731339842757 140731339842757 140731339845583 0
[pid=20899/tid=21034] ppid=20895 vsize=10846988 memory=6044 CPUtime=0.08 cores=1,3,5,7
/proc/20899/task/21034/stat : 21034 (java) S 20895 20899 20842 0 -1 1077944384 49 13324 0 0 0 0 5 3 20 0 15 0 443588444 11107315712 201818 33554432000 4194304 4196468 140731339834240 140617573845296 140618051377794 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20328448 140731339840240 140731339842757 140731339842757 140731339845583 0
Current children cumulated CPU time: 29.27 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 807272 KiB

[startup+22.3007 s]*
/proc/loadavg: 1.47 3.39 3.82 3/227 21036
/proc/meminfo: memFree=28774428/32770624 swapFree=66999852/67108860
[pid=20899] ppid=20895 vsize=10846988 memory=809420 CPUtime=29.71 cores=1,3,5,7
/proc/20899/stat : 20899 (java) S 20895 20899 20842 0 -1 1077944320 71556 13324 0 0 2926 37 5 3 20 0 15 0 443588427 11107315712 202355 33554432000 4194304 4196468 140731339834240 140731339816784 140618051366647 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 20328448 140731339840240 140731339842757 140731339842757 140731339845583 0
/proc/20899/statm: 2711747 202355 3627 1 0 2673805 0
[pid=20899/tid=21008] ppid=20895 vsize=10846988 memory=8317482817917895235 CPUtime=22.09 cores=1,3,5,7
/proc/20899/task/21008/stat : 21008 (java) R 20895 20899 20842 0 -1 4202560 26743 13324 0 0 2185 16 5 3 20 0 15 0 443588438 11107315712 202355 33554432000 4194304 4196468 140731339834240 140618023202600 140617652842416 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20328448 140731339840240 140731339842757 140731339842757 140731339845583 0
[pid=20899/tid=21013] ppid=20895 vsize=10846988 memory=0 CPUtime=0.15 cores=1,3,5,7
/proc/20899/task/21013/stat : 21013 (java) S 20895 20899 20842 0 -1 1077944384 502 13324 0 0 6 1 5 3 20 0 15 0 443588438 11107315712 202355 33554432000 4194304 4196468 140731339834240 140618055609104 140618051376853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20328448 140731339840240 140731339842757 140731339842757 140731339845583 0
[pid=20899/tid=21014] ppid=20895 vsize=10846988 memory=0 CPUtime=0.15 cores=1,3,5,7
/proc/20899/task/21014/stat : 21014 (java) S 20895 20899 20842 0 -1 1077944384 340 13324 0 0 5 2 5 3 20 0 15 0 443588438 11107315712 202355 33554432000 4194304 4196468 140731339834240 140617970428816 140618051376853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20328448 140731339840240 140731339842757 140731339842757 140731339845583 0
[pid=20899/tid=21015] ppid=20895 vsize=10846988 memory=0 CPUtime=0.16 cores=1,3,5,7
/proc/20899/task/21015/stat : 21015 (java) S 20895 20899 20842 0 -1 1077944384 1837 13324 0 0 6 2 5 3 20 0 15 0 443588438 11107315712 202355 33554432000 4194304 4196468 140731339834240 140617969376272 140618051376853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20328448 140731339840240 140731339842757 140731339842757 140731339845583 0
[pid=20899/tid=21016] ppid=20895 vsize=10846988 memory=0 CPUtime=0.16 cores=1,3,5,7
/proc/20899/task/21016/stat : 21016 (java) S 20895 20899 20842 0 -1 1077944384 1432 13324 0 0 6 2 5 3 20 0 15 0 443588438 11107315712 202355 33554432000 4194304 4196468 140731339834240 140617622150288 140618051376853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20328448 140731339840240 140731339842757 140731339842757 140731339845583 0
[pid=20899/tid=21018] ppid=20895 vsize=10846988 memory=2609 CPUtime=0.14 cores=1,3,5,7
/proc/20899/task/21018/stat : 21018 (java) S 20895 20899 20842 0 -1 1077944384 3893 13324 0 0 6 0 5 3 20 0 15 0 443588440 11107315712 202355 33554432000 4194304 4196468 140731339834240 140617578055664 140618051377794 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20328448 140731339840240 140731339842757 140731339842757 140731339845583 0
[pid=20899/tid=21020] ppid=20895 vsize=10846988 memory=6944656592455359580 CPUtime=0.08 cores=1,3,5,7
/proc/20899/task/21020/stat : 21020 (java) S 20895 20899 20842 0 -1 1077944384 15 13324 0 0 0 0 5 3 20 0 15 0 443588440 11107315712 202355 33554432000 4194304 4196468 140731339834240 140617497699360 140618051376853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20328448 140731339840240 140731339842757 140731339842757 140731339845583 0
[pid=20899/tid=21022] ppid=20895 vsize=10846988 memory=6944656592455360604 CPUtime=0.08 cores=1,3,5,7
/proc/20899/task/21022/stat : 21022 (java) S 20895 20899 20842 0 -1 1077944384 1 13324 0 0 0 0 5 3 20 0 15 0 443588441 11107315712 202355 33554432000 4194304 4196468 140731339834240 140617363481600 140618051376853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20328448 140731339840240 140731339842757 140731339842757 140731339845583 0
[pid=20899/tid=21028] ppid=20895 vsize=10846988 memory=6943526294502006880 CPUtime=0.08 cores=1,3,5,7
/proc/20899/task/21028/stat : 21028 (java) S 20895 20899 20842 0 -1 1077944384 2 13324 0 0 0 0 5 3 20 0 15 0 443588443 11107315712 202355 33554432000 4194304 4196468 140731339834240 140616759503056 140618051385243 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20328448 140731339840240 140731339842757 140731339842757 140731339845583 0
[pid=20899/tid=21029] ppid=20895 vsize=10846988 memory=-7361183220417256563 CPUtime=2.96 cores=1,3,5,7
/proc/20899/task/21029/stat : 21029 (java) S 20895 20899 20842 0 -1 1077944384 13869 13324 0 0 286 2 5 3 20 0 15 0 443588443 11107315712 202355 33554432000 4194304 4196468 140731339834240 140617577003504 140618051377794 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20328448 140731339840240 140731339842757 140731339842757 140731339845583 0
[pid=20899/tid=21030] ppid=20895 vsize=10846988 memory=-6237260533277354362 CPUtime=2.72 cores=1,3,5,7
/proc/20899/task/21030/stat : 21030 (java) S 20895 20899 20842 0 -1 1077944384 10857 13324 0 0 259 5 5 3 20 0 15 0 443588443 11107315712 202355 33554432000 4194304 4196468 140731339834240 140617575950960 140618051377794 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20328448 140731339840240 140731339842757 140731339842757 140731339845583 0
[pid=20899/tid=21031] ppid=20895 vsize=10846988 memory=6944663189525129274 CPUtime=1.71 cores=1,3,5,7
/proc/20899/task/21031/stat : 21031 (java) S 20895 20899 20842 0 -1 1077944384 9803 13324 0 0 161 2 5 3 20 0 15 0 443588443 11107315712 202355 33554432000 4194304 4196468 140731339834240 140617574898416 140618051377794 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20328448 140731339840240 140731339842757 140731339842757 140731339845583 0
[pid=20899/tid=21033] ppid=20895 vsize=10846988 memory=-9001734013606258791 CPUtime=0.08 cores=1,3,5,7
/proc/20899/task/21033/stat : 21033 (java) S 20895 20899 20842 0 -1 1077944384 3 13324 0 0 0 0 5 3 20 0 15 0 443588443 11107315712 202355 33554432000 4194304 4196468 140731339834240 140616289741920 140618051376853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20328448 140731339840240 140731339842757 140731339842757 140731339845583 0
[pid=20899/tid=21034] ppid=20895 vsize=10846988 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20899/task/21034/stat : 21034 (java) S 20895 20899 20842 0 -1 1077944384 49 13324 0 0 0 0 5 3 20 0 15 0 443588444 11107315712 202355 33554432000 4194304 4196468 140731339834240 140617573845296 140618051377794 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20328448 140731339840240 140731339842757 140731339842757 140731339845583 0
Current children cumulated CPU time: 29.71 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 809420 KiB

[startup+22.5008 s]
/proc/loadavg: 1.47 3.39 3.82 3/227 21036
/proc/meminfo: memFree=28774428/32770624 swapFree=66999852/67108860
[pid=20899] ppid=20895 vsize=10846988 memory=809420 CPUtime=29.9 cores=1,3,5,7
/proc/20899/stat : 20899 (java) S 20895 20899 20842 0 -1 1077944320 71884 13324 0 0 2945 37 5 3 20 0 15 0 443588427 11107315712 202355 33554432000 4194304 4196468 140731339834240 140731339816784 140618051366647 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 20328448 140731339840240 140731339842757 140731339842757 140731339845583 0
/proc/20899/statm: 2711747 202355 3627 1 0 2673805 0
[pid=20899/tid=21008] ppid=20895 vsize=10846988 memory=303430253383254335 CPUtime=22.28 cores=1,3,5,7
/proc/20899/task/21008/stat : 21008 (java) R 20895 20899 20842 0 -1 4202560 26747 13324 0 0 2204 16 5 3 20 0 15 0 443588438 11107315712 202355 33554432000 4194304 4196468 140731339834240 140618023200072 140617662187714 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20328448 140731339840240 140731339842757 140731339842757 140731339845583 0
[pid=20899/tid=21013] ppid=20895 vsize=10846988 memory=15254861453205315 CPUtime=0.15 cores=1,3,5,7
/proc/20899/task/21013/stat : 21013 (java) S 20895 20899 20842 0 -1 1077944384 502 13324 0 0 6 1 5 3 20 0 15 0 443588438 11107315712 202355 33554432000 4194304 4196468 140731339834240 140618055609104 140618051376853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20328448 140731339840240 140731339842757 140731339842757 140731339845583 0
[pid=20899/tid=21014] ppid=20895 vsize=10846988 memory=7885350306599758183 CPUtime=0.15 cores=1,3,5,7
/proc/20899/task/21014/stat : 21014 (java) S 20895 20899 20842 0 -1 1077944384 340 13324 0 0 5 2 5 3 20 0 15 0 443588438 11107315712 202355 33554432000 4194304 4196468 140731339834240 140617970428816 140618051376853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20328448 140731339840240 140731339842757 140731339842757 140731339845583 0
[pid=20899/tid=21015] ppid=20895 vsize=10846988 memory=7091313804405335912 CPUtime=0.16 cores=1,3,5,7
/proc/20899/task/21015/stat : 21015 (java) S 20895 20899 20842 0 -1 1077944384 1837 13324 0 0 6 2 5 3 20 0 15 0 443588438 11107315712 202355 33554432000 4194304 4196468 140731339834240 140617969376272 140618051376853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20328448 140731339840240 140731339842757 140731339842757 140731339845583 0
[pid=20899/tid=21016] ppid=20895 vsize=10846988 memory=7228952860318393920 CPUtime=0.16 cores=1,3,5,7
/proc/20899/task/21016/stat : 21016 (java) S 20895 20899 20842 0 -1 1077944384 1432 13324 0 0 6 2 5 3 20 0 15 0 443588438 11107315712 202355 33554432000 4194304 4196468 140731339834240 140617622150288 140618051376853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20328448 140731339840240 140731339842757 140731339842757 140731339845583 0
[pid=20899/tid=21018] ppid=20895 vsize=10846988 memory=7379826819436532586 CPUtime=0.14 cores=1,3,5,7
/proc/20899/task/21018/stat : 21018 (java) S 20895 20899 20842 0 -1 1077944384 3893 13324 0 0 6 0 5 3 20 0 15 0 443588440 11107315712 202355 33554432000 4194304 4196468 140731339834240 140617578055664 140618051377794 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20328448 140731339840240 140731339842757 140731339842757 140731339845583 0
[pid=20899/tid=21020] ppid=20895 vsize=10846988 memory=7164498496528540245 CPUtime=0.08 cores=1,3,5,7
/proc/20899/task/21020/stat : 21020 (java) S 20895 20899 20842 0 -1 1077944384 15 13324 0 0 0 0 5 3 20 0 15 0 443588440 11107315712 202355 33554432000 4194304 4196468 140731339834240 140617497699360 140618051376853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20328448 140731339840240 140731339842757 140731339842757 140731339845583 0
[pid=20899/tid=21022] ppid=20895 vsize=10846988 memory=7800344859672537426 CPUtime=0.08 cores=1,3,5,7
/proc/20899/task/21022/stat : 21022 (java) S 20895 20899 20842 0 -1 1077944384 1 13324 0 0 0 0 5 3 20 0 15 0 443588441 11107315712 202355 33554432000 4194304 4196468 140731339834240 140617363481600 140618051376853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20328448 140731339840240 140731339842757 140731339842757 140731339845583 0
[pid=20899/tid=21028] ppid=20895 vsize=10846988 memory=6010729259900103786 CPUtime=0.08 cores=1,3,5,7
/proc/20899/task/21028/stat : 21028 (java) S 20895 20899 20842 0 -1 1077944384 2 13324 0 0 0 0 5 3 20 0 15 0 443588443 11107315712 202355 33554432000 4194304 4196468 140731339834240 140616759503056 140618051385243 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20328448 140731339840240 140731339842757 140731339842757 140731339845583 0
[pid=20899/tid=21029] ppid=20895 vsize=10846988 memory=7524784246135022702 CPUtime=2.96 cores=1,3,5,7
/proc/20899/task/21029/stat : 21029 (java) S 20895 20899 20842 0 -1 1077944384 13869 13324 0 0 286 2 5 3 20 0 15 0 443588443 11107315712 202355 33554432000 4194304 4196468 140731339834240 140617577003504 140618051377794 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20328448 140731339840240 140731339842757 140731339842757 140731339845583 0
[pid=20899/tid=21030] ppid=20895 vsize=10846988 memory=4639924115538006630 CPUtime=2.72 cores=1,3,5,7
/proc/20899/task/21030/stat : 21030 (java) S 20895 20899 20842 0 -1 1077944384 10857 13324 0 0 259 5 5 3 20 0 15 0 443588443 11107315712 202355 33554432000 4194304 4196468 140731339834240 140617575950960 140618051377794 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20328448 140731339840240 140731339842757 140731339842757 140731339845583 0
[pid=20899/tid=21031] ppid=20895 vsize=10846988 memory=6010729259900103786 CPUtime=1.71 cores=1,3,5,7
/proc/20899/task/21031/stat : 21031 (java) S 20895 20899 20842 0 -1 1077944384 10127 13324 0 0 161 2 5 3 20 0 15 0 443588443 11107315712 202355 33554432000 4194304 4196468 140731339834240 140617574898416 140618051377794 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20328448 140731339840240 140731339842757 140731339842757 140731339845583 0
[pid=20899/tid=21033] ppid=20895 vsize=10846988 memory=-7737903650269872488 CPUtime=0.08 cores=1,3,5,7
/proc/20899/task/21033/stat : 21033 (java) S 20895 20899 20842 0 -1 1077944384 3 13324 0 0 0 0 5 3 20 0 15 0 443588443 11107315712 202355 33554432000 4194304 4196468 140731339834240 140616289741920 140618051376853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20328448 140731339840240 140731339842757 140731339842757 140731339845583 0
[pid=20899/tid=21034] ppid=20895 vsize=10846988 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20899/task/21034/stat : 21034 (java) S 20895 20899 20842 0 -1 1077944384 49 13324 0 0 0 0 5 3 20 0 15 0 443588444 11107315712 202355 33554432000 4194304 4196468 140731339834240 140617573845296 140618051377794 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20328448 140731339840240 140731339842757 140731339842757 140731339845583 0
Current children cumulated CPU time: 29.9 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 809420 KiB

[startup+22.6008 s]
/proc/loadavg: 1.47 3.39 3.82 3/227 21036
/proc/meminfo: memFree=28774428/32770624 swapFree=66999852/67108860
[pid=20899] ppid=20895 vsize=10846988 memory=809420 CPUtime=30 cores=1,3,5,7
/proc/20899/stat : 20899 (java) S 20895 20899 20842 0 -1 1077944320 71884 13324 0 0 2955 37 5 3 20 0 15 0 443588427 11107315712 202355 33554432000 4194304 4196468 140731339834240 140731339816784 140618051366647 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 20328448 140731339840240 140731339842757 140731339842757 140731339845583 0
/proc/20899/statm: 2711747 202355 3627 1 0 2673805 0
[pid=20899/tid=21008] ppid=20895 vsize=10846988 memory=6791534058613427641 CPUtime=22.38 cores=1,3,5,7
/proc/20899/task/21008/stat : 21008 (java) R 20895 20899 20842 0 -1 4202560 26747 13324 0 0 2214 16 5 3 20 0 15 0 443588438 11107315712 202355 33554432000 4194304 4196468 140731339834240 140618023200072 140617663746249 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20328448 140731339840240 140731339842757 140731339842757 140731339845583 0
[pid=20899/tid=21013] ppid=20895 vsize=10846988 memory=1728 CPUtime=0.15 cores=1,3,5,7
/proc/20899/task/21013/stat : 21013 (java) S 20895 20899 20842 0 -1 1077944384 502 13324 0 0 6 1 5 3 20 0 15 0 443588438 11107315712 202355 33554432000 4194304 4196468 140731339834240 140618055609104 140618051376853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20328448 140731339840240 140731339842757 140731339842757 140731339845583 0
[pid=20899/tid=21014] ppid=20895 vsize=10846988 memory=56 CPUtime=0.15 cores=1,3,5,7
/proc/20899/task/21014/stat : 21014 (java) S 20895 20899 20842 0 -1 1077944384 340 13324 0 0 5 2 5 3 20 0 15 0 443588438 11107315712 202355 33554432000 4194304 4196468 140731339834240 140617970428816 140618051376853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20328448 140731339840240 140731339842757 140731339842757 140731339845583 0
[pid=20899/tid=21015] ppid=20895 vsize=10846988 memory=0 CPUtime=0.16 cores=1,3,5,7
/proc/20899/task/21015/stat : 21015 (java) S 20895 20899 20842 0 -1 1077944384 1837 13324 0 0 6 2 5 3 20 0 15 0 443588438 11107315712 202355 33554432000 4194304 4196468 140731339834240 140617969376272 140618051376853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20328448 140731339840240 140731339842757 140731339842757 140731339845583 0
[pid=20899/tid=21016] ppid=20895 vsize=10846988 memory=948 CPUtime=0.16 cores=1,3,5,7
/proc/20899/task/21016/stat : 21016 (java) S 20895 20899 20842 0 -1 1077944384 1432 13324 0 0 6 2 5 3 20 0 15 0 443588438 11107315712 202355 33554432000 4194304 4196468 140731339834240 140617622150288 140618051376853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20328448 140731339840240 140731339842757 140731339842757 140731339845583 0
[pid=20899/tid=21018] ppid=20895 vsize=10846988 memory=2832 CPUtime=0.14 cores=1,3,5,7
/proc/20899/task/21018/stat : 21018 (java) S 20895 20899 20842 0 -1 1077944384 3893 13324 0 0 6 0 5 3 20 0 15 0 443588440 11107315712 202355 33554432000 4194304 4196468 140731339834240 140617578055664 140618051377794 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20328448 140731339840240 140731339842757 140731339842757 140731339845583 0
[pid=20899/tid=21020] ppid=20895 vsize=10846988 memory=8 CPUtime=0.08 cores=1,3,5,7
/proc/20899/task/21020/stat : 21020 (java) S 20895 20899 20842 0 -1 1077944384 15 13324 0 0 0 0 5 3 20 0 15 0 443588440 11107315712 202355 33554432000 4194304 4196468 140731339834240 140617497699360 140618051376853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20328448 140731339840240 140731339842757 140731339842757 140731339845583 0
[pid=20899/tid=21022] ppid=20895 vsize=10846988 memory=8 CPUtime=0.08 cores=1,3,5,7
/proc/20899/task/21022/stat : 21022 (java) S 20895 20899 20842 0 -1 1077944384 1 13324 0 0 0 0 5 3 20 0 15 0 443588441 11107315712 202355 33554432000 4194304 4196468 140731339834240 140617363481600 140618051376853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20328448 140731339840240 140731339842757 140731339842757 140731339845583 0
[pid=20899/tid=21028] ppid=20895 vsize=10846988 memory=807264 CPUtime=0.08 cores=1,3,5,7
/proc/20899/task/21028/stat : 21028 (java) S 20895 20899 20842 0 -1 1077944384 2 13324 0 0 0 0 5 3 20 0 15 0 443588443 11107315712 202355 33554432000 4194304 4196468 140731339834240 140616759503056 140618051385243 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20328448 140731339840240 140731339842757 140731339842757 140731339845583 0
[pid=20899/tid=21029] ppid=20895 vsize=10846988 memory=2849 CPUtime=2.96 cores=1,3,5,7
/proc/20899/task/21029/stat : 21029 (java) S 20895 20899 20842 0 -1 1077944384 13869 13324 0 0 286 2 5 3 20 0 15 0 443588443 11107315712 202355 33554432000 4194304 4196468 140731339834240 140617577003504 140618051377794 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20328448 140731339840240 140731339842757 140731339842757 140731339845583 0
[pid=20899/tid=21030] ppid=20895 vsize=10846988 memory=8 CPUtime=2.72 cores=1,3,5,7
/proc/20899/task/21030/stat : 21030 (java) S 20895 20899 20842 0 -1 1077944384 10857 13324 0 0 259 5 5 3 20 0 15 0 443588443 11107315712 202355 33554432000 4194304 4196468 140731339834240 140617575950960 140618051377794 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20328448 140731339840240 140731339842757 140731339842757 140731339845583 0
[pid=20899/tid=21031] ppid=20895 vsize=10846988 memory=8 CPUtime=1.71 cores=1,3,5,7
/proc/20899/task/21031/stat : 21031 (java) S 20895 20899 20842 0 -1 1077944384 10127 13324 0 0 161 2 5 3 20 0 15 0 443588443 11107315712 202355 33554432000 4194304 4196468 140731339834240 140617574898416 140618051377794 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20328448 140731339840240 140731339842757 140731339842757 140731339845583 0
[pid=20899/tid=21033] ppid=20895 vsize=10846988 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20899/task/21033/stat : 21033 (java) S 20895 20899 20842 0 -1 1077944384 3 13324 0 0 0 0 5 3 20 0 15 0 443588443 11107315712 202355 33554432000 4194304 4196468 140731339834240 140616289741920 140618051376853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20328448 140731339840240 140731339842757 140731339842757 140731339845583 0
[pid=20899/tid=21034] ppid=20895 vsize=10846988 memory=6944656592387989600 CPUtime=0.08 cores=1,3,5,7
/proc/20899/task/21034/stat : 21034 (java) S 20895 20899 20842 0 -1 1077944384 49 13324 0 0 0 0 5 3 20 0 15 0 443588444 11107315712 202355 33554432000 4194304 4196468 140731339834240 140617573845296 140618051377794 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20328448 140731339840240 140731339842757 140731339842757 140731339845583 0
Current children cumulated CPU time: 30 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 809420 KiB

Child status: 0
Real time (s): 22.6188
CPU time (s): 30.0302
CPU user time (s): 29.6126
CPU system time (s): 0.41767
CPU usage (%): 132.767
Max. virtual memory (cumulated for all children) (KiB): 10849632
Max. memory (cumulated for all children) (KiB): 809420

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 29.6126
system time used= 0.41767
maximum resident set size= 811504
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 86044
page faults= 0
swaps= 0
block input operations= 0
block output operations= 184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7920
involuntary context switches= 123


# summary of solver processes directly reported to runsolver:
#   pid: 20899
#   total CPU time (s): 30.0302
#   total CPU user time (s): 29.6126
#   total CPU system time (s): 0.41767

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.159838 second user time and 0.254079 second system time

The end

Launcher Data

Begin job on node106 at 2019-09-16 23:34:13
IDJOB=4401234
IDBENCH=115951
IDSOLVER=2858
FILE ID=node106/4401234-1568673332
RUNJOBID= node106-1568669653-20874
PBS_JOBID= 21703794
Free space on /tmp= 59088 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/StillLife/StillLife-m1-s1/StillLife-03-14.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4401234-1568673332/watcher-4401234-1568673332 -o /tmp/evaluation-result-4401234-1568673332/solver-4401234-1568673332 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node106-1568669653-20874 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=516042084 HOME/instance-4401234-1568673332.xml

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

MD5SUM BENCH= bb3a1ca81e7aea213eb86a812d55e65a
RANDOM SEED=516042084

node106.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.79
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.79
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.79
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.79
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:        30357788 kB
MemAvailable:   31893664 kB
Buffers:          186308 kB
Cached:          1639512 kB
SwapCached:         7556 kB
Active:           616236 kB
Inactive:        1219492 kB
Active(anon):      10416 kB
Inactive(anon):    44204 kB
Active(file):     605820 kB
Inactive(file):  1175288 kB
Unevictable:      108936 kB
Mlocked:          108936 kB
SwapTotal:      67108860 kB
SwapFree:       66999852 kB
Dirty:             64088 kB
Writeback:             0 kB
AnonPages:        112288 kB
Mapped:            43580 kB
Shmem:             35604 kB
Slab:             171092 kB
SReclaimable:     141208 kB
SUnreclaim:        29884 kB
KernelStack:        3392 kB
PageTables:         5448 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     501980 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     69632 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 59016 MiB
End job on node106 at 2019-09-16 23:34:43