Trace number 4400934

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 36.2285 29.2109

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.70527
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.70/0.98	c Concrete v3.12.2.1568631193530 running
7.38/3.93	o 19
7.38/3.99	o 20
9.33/4.56	o 21
10.50/4.93	o 22
36.11/29.19	v <instantiation
36.11/29.19	v         cost = '22'>
36.11/29.19	v       <list>
36.11/29.19	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]
36.11/29.19	v       </list>
36.11/29.19	v       <values>
36.11/29.19	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
36.11/29.19	v       </values>
36.11/29.19	v     </instantiation>
36.11/29.19	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 (14979 MiB free)
  memory of node 1: 16384 MiB (15329 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4400934-1568673331/watcher-4400934-1568673331 -o /tmp/evaluation-result-4400934-1568673331/solver-4400934-1568673331 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1568673291-22998 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1889038206 HOME/instance-4400934-1568673331.xml 

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

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

solver pid=23027, runsolver pid=23021

[startup+0.100162 s]*
/proc/loadavg: 0.24 0.91 2.06 2/211 23085
/proc/meminfo: memFree=31033808/32770624 swapFree=67004520/67108860
[pid=23027] ppid=23021 vsize=113256 memory=1616 CPUtime=0.01 cores=1,3,5,7
/proc/23027/stat : 23027 (bash) S 23021 23027 22966 0 -1 4202496 892 5690 0 0 0 0 0 1 20 0 1 0 443573280 115974144 404 33554432000 4194304 5098028 140735478858656 140735478852664 140567133338624 0 0 4100 65536 18446744071580971376 0 0 17 7 0 0 0 0 0 7196144 7232144 13852672 140735478862868 140735478862993 140735478862993 140735478865902 0
/proc/23027/statm: 28314 404 320 221 0 119 0
[pid=23079] ppid=23027 vsize=113256 memory=712 CPUtime=0 cores=1,3,5,7
/proc/23079/stat : 23079 (bash) S 23027 23027 22966 0 -1 4202560 154 0 0 0 0 0 0 0 20 0 1 0 443573282 115974144 178 33554432000 4194304 5098028 140735478858656 140735478851336 140567133164156 0 65536 4096 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 13852672 140735478862868 140735478862993 140735478862993 140735478865902 0
/proc/23079/statm: 28314 178 94 221 0 119 0
[pid=23081] ppid=23079 vsize=10648 memory=688 CPUtime=0 cores=1,3,5,7
/proc/23081/stat : 23081 (java) D 23079 23027 22966 0 -1 1077944320 327 0 0 0 0 0 0 0 20 0 1 0 443573282 10903552 172 33554432000 4194304 4196468 140728476017888 140728475998584 139873515566791 0 0 4096 0 18446744072101711396 0 0 17 5 0 0 0 0 0 6293624 6294260 12738560 140728476025996 140728476026010 140728476026010 140728476028879 0
/proc/23081/statm: 2662 172 139 1 0 84 0
[pid=23082] ppid=23079 vsize=113488 memory=972 CPUtime=0 cores=1,3,5,7
/proc/23082/stat : 23082 (awk) S 23079 23027 22966 0 -1 4202496 425 0 0 0 0 0 0 0 20 0 1 0 443573282 116211712 243 33554432000 4194304 4609284 140723392977136 140723392976312 139964916067328 0 0 4096 1216 18446744071580971376 0 0 17 7 0 0 0 0 0 6708720 6711756 26931200 140723392980156 140723392980186 140723392980186 140723392983023 0
/proc/23082/statm: 28372 243 204 102 0 88 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 350648 KiB
Current children cumulated memory: 3988 KiB

[startup+0.210512 s]*
/proc/loadavg: 0.24 0.91 2.06 2/213 23087
/proc/meminfo: memFree=31028824/32770624 swapFree=67004520/67108860
[pid=23027] ppid=23021 vsize=113256 memory=1616 CPUtime=0.01 cores=1,3,5,7
/proc/23027/stat : 23027 (bash) S 23021 23027 22966 0 -1 4202496 892 5690 0 0 0 0 0 1 20 0 1 0 443573280 115974144 404 33554432000 4194304 5098028 140735478858656 140735478852664 140567133338624 0 0 4100 65536 18446744071580971376 0 0 17 7 0 0 0 0 0 7196144 7232144 13852672 140735478862868 140735478862993 140735478862993 140735478865902 0
/proc/23027/statm: 28314 404 320 221 0 119 0
[pid=23079] ppid=23027 vsize=113256 memory=712 CPUtime=0 cores=1,3,5,7
/proc/23079/stat : 23079 (bash) S 23027 23027 22966 0 -1 4202560 154 0 0 0 0 0 0 0 20 0 1 0 443573282 115974144 178 33554432000 4194304 5098028 140735478858656 140735478851336 140567133164156 0 65536 4096 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 13852672 140735478862868 140735478862993 140735478862993 140735478865902 0
/proc/23079/statm: 28314 178 94 221 0 119 0
[pid=23081] ppid=23079 vsize=9938756 memory=13424 CPUtime=0 cores=1,3,5,7
/proc/23081/stat : 23081 (java) S 23079 23027 22966 0 -1 1077944320 2683 0 0 0 0 0 0 0 20 0 6 0 443573282 10177286144 3356 33554432000 4194304 4196468 140728476017888 140728476000432 139873513291511 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 12738560 140728476025996 140728476026010 140728476026010 140728476028879 0
/proc/23081/statm: 2484689 3356 1348 1 0 2473600 0
[pid=23081/tid=23087] ppid=23079 vsize=9938756 memory=7751702667093440019 CPUtime=0 cores=1,3,5,7
/proc/23081/task/23087/stat : 23087 (java) D 23079 23027 22966 0 -1 1077944384 1395 0 0 0 0 0 0 0 20 0 6 0 443573291 10177286144 3356 33554432000 4194304 4196468 140728476017888 139873517527632 139873513315389 0 4 0 16784584 18446744072101711396 0 0 -1 1 0 0 0 0 0 6293624 6294260 12738560 140728476025996 140728476026010 140728476026010 140728476028879 0
[pid=23081/tid=23088] ppid=23079 vsize=9938756 memory=4210146916469654281 CPUtime=0 cores=1,3,5,7
/proc/23081/task/23088/stat : 23088 (java) S 23079 23027 22966 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 443573301 10177286144 3356 33554432000 4194304 4196468 140728476017888 139873465912336 139873513301717 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12738560 140728476025996 140728476026010 140728476026010 140728476028879 0
[pid=23081/tid=23089] ppid=23079 vsize=9938756 memory=139721364534912 CPUtime=0 cores=1,3,5,7
/proc/23081/task/23089/stat : 23089 (java) S 23079 23027 22966 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 443573301 10177286144 3356 33554432000 4194304 4196468 140728476017888 139873464859792 139873513301717 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12738560 140728476025996 140728476026010 140728476026010 140728476028879 0
[pid=23081/tid=23090] ppid=23079 vsize=9938756 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23081/task/23090/stat : 23090 (java) S 23079 23027 22966 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 443573301 10177286144 3356 33554432000 4194304 4196468 140728476017888 139873463806736 139873513301717 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12738560 140728476025996 140728476026010 140728476026010 140728476028879 0
[pid=23081/tid=23091] ppid=23079 vsize=9938756 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23081/task/23091/stat : 23091 (java) S 23079 23027 22966 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 443573301 10177286144 3356 33554432000 4194304 4196468 140728476017888 139873116412816 139873513301717 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12738560 140728476025996 140728476026010 140728476026010 140728476028879 0
[pid=23082] ppid=23079 vsize=113488 memory=972 CPUtime=0 cores=1,3,5,7
/proc/23082/stat : 23082 (awk) S 23079 23027 22966 0 -1 4202496 425 0 0 0 0 0 0 0 20 0 1 0 443573282 116211712 243 33554432000 4194304 4609284 140723392977136 140723392976312 139964916067328 0 0 4096 1216 18446744071580971376 0 0 17 7 0 0 0 0 0 6708720 6711756 26931200 140723392980156 140723392980186 140723392980186 140723392983023 0
/proc/23082/statm: 28372 243 204 102 0 88 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 10278756 KiB
Current children cumulated memory: 16724 KiB

[startup+0.310902 s]*
/proc/loadavg: 0.24 0.91 2.06 2/227 23101
/proc/meminfo: memFree=31008584/32770624 swapFree=67004520/67108860
[pid=23027] ppid=23021 vsize=113256 memory=1616 CPUtime=0.01 cores=1,3,5,7
/proc/23027/stat : 23027 (bash) S 23021 23027 22966 0 -1 4202496 892 5690 0 0 0 0 0 1 20 0 1 0 443573280 115974144 404 33554432000 4194304 5098028 140735478858656 140735478852664 140567133338624 0 0 4100 65536 18446744071580971376 0 0 17 7 0 0 0 0 0 7196144 7232144 13852672 140735478862868 140735478862993 140735478862993 140735478865902 0
/proc/23027/statm: 28314 404 320 221 0 119 0
[pid=23079] ppid=23027 vsize=113256 memory=712 CPUtime=0 cores=1,3,5,7
/proc/23079/stat : 23079 (bash) S 23027 23027 22966 0 -1 4202560 154 0 0 0 0 0 0 0 20 0 1 0 443573282 115974144 178 33554432000 4194304 5098028 140735478858656 140735478851336 140567133164156 0 65536 4096 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 13852672 140735478862868 140735478862993 140735478862993 140735478865902 0
/proc/23079/statm: 28314 178 94 221 0 119 0
[pid=23081] ppid=23079 vsize=10260324 memory=21880 CPUtime=0.04 cores=1,3,5,7
/proc/23081/stat : 23081 (java) S 23079 23027 22966 0 -1 1077944320 4366 0 0 0 3 1 0 0 20 0 9 0 443573282 10506571776 5470 33554432000 4194304 4196468 140728476017888 140728476000432 139873513291511 0 0 0 16800971 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 12738560 140728476025996 140728476026010 140728476026010 140728476028879 0
/proc/23081/statm: 2565081 5470 2193 1 0 2527622 0
[pid=23081/tid=23087] ppid=23079 vsize=10260324 memory=576567874760998942 CPUtime=0.04 cores=1,3,5,7
/proc/23081/task/23087/stat : 23087 (java) D 23079 23027 22966 0 -1 1077944384 3022 0 0 0 3 1 0 0 20 0 9 0 443573291 10506571776 5470 33554432000 4194304 4196468 140728476017888 139873517526552 139873505969525 0 4 0 16800971 18446744072101711396 0 0 -1 1 0 0 0 0 0 6293624 6294260 12738560 140728476025996 140728476026010 140728476026010 140728476028879 0
[pid=23081/tid=23088] ppid=23079 vsize=10260324 memory=4294980846 CPUtime=0 cores=1,3,5,7
/proc/23081/task/23088/stat : 23088 (java) S 23079 23027 22966 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 443573301 10506571776 5470 33554432000 4194304 4196468 140728476017888 139873465912336 139873513301717 0 4 0 16800971 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12738560 140728476025996 140728476026010 140728476026010 140728476028879 0
[pid=23081/tid=23089] ppid=23079 vsize=10260324 memory=139721364548492 CPUtime=0 cores=1,3,5,7
/proc/23081/task/23089/stat : 23089 (java) S 23079 23027 22966 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 443573301 10506571776 5470 33554432000 4194304 4196468 140728476017888 139873464859792 139873513301717 0 4 0 16800971 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12738560 140728476025996 140728476026010 140728476026010 140728476028879 0
[pid=23081/tid=23090] ppid=23079 vsize=10260324 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23081/task/23090/stat : 23090 (java) S 23079 23027 22966 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 443573301 10506571776 5470 33554432000 4194304 4196468 140728476017888 139873463806736 139873513301717 0 4 0 16800971 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12738560 140728476025996 140728476026010 140728476026010 140728476028879 0
[pid=23081/tid=23091] ppid=23079 vsize=10260324 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23081/task/23091/stat : 23091 (java) S 23079 23027 22966 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 443573301 10506571776 5470 33554432000 4194304 4196468 140728476017888 139873116412816 139873513301717 0 4 0 16800971 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12738560 140728476025996 140728476026010 140728476026010 140728476028879 0
[pid=23081/tid=23096] ppid=23079 vsize=10260324 memory=139721364534912 CPUtime=0 cores=1,3,5,7
/proc/23081/task/23096/stat : 23096 (java) S 23079 23027 22966 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 443573303 10506571776 5470 33554432000 4194304 4196468 140728476017888 139873072453872 139873513302658 0 0 0 16800971 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12738560 140728476025996 140728476026010 140728476026010 140728476028879 0
[pid=23081/tid=23098] ppid=23079 vsize=10260324 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23081/task/23098/stat : 23098 (java) S 23079 23027 22966 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 443573303 10506571776 5470 33554432000 4194304 4196468 140728476017888 139873071400096 139873513301717 0 4 0 16800971 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12738560 140728476025996 140728476026010 140728476026010 140728476028879 0
[pid=23081/tid=23100] ppid=23079 vsize=10260324 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23081/task/23100/stat : 23100 (java) S 23079 23027 22966 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 443573304 10506571776 5470 33554432000 4194304 4196468 140728476017888 139873070346992 139873513301717 0 4 0 16800971 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12738560 140728476025996 140728476026010 140728476026010 140728476028879 0
[pid=23082] ppid=23079 vsize=113488 memory=972 CPUtime=0 cores=1,3,5,7
/proc/23082/stat : 23082 (awk) S 23079 23027 22966 0 -1 4202496 425 0 0 0 0 0 0 0 20 0 1 0 443573282 116211712 243 33554432000 4194304 4609284 140723392977136 140723392976312 139964916067328 0 0 4096 1216 18446744071580971376 0 0 17 7 0 0 0 0 0 6708720 6711756 26931200 140723392980156 140723392980186 140723392980186 140723392983023 0
/proc/23082/statm: 28372 243 204 102 0 88 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 10600324 KiB
Current children cumulated memory: 25180 KiB

[startup+0.700759 s]
/proc/loadavg: 0.24 0.91 2.06 3/226 23152
/proc/meminfo: memFree=31004112/32770624 swapFree=67004520/67108860
[pid=23027] ppid=23021 vsize=10820196 memory=47368 CPUtime=0.33 cores=1,3,5,7
/proc/23027/stat : 23027 (java) S 23021 23027 22966 0 -1 1077944320 10046 13390 0 0 22 3 5 3 20 0 15 0 443573280 11079880704 11842 33554432000 4194304 4196468 140726534118880 140726534101424 139739534175991 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 18161664 140726534126319 140726534128837 140726534128837 140726534131663 0
/proc/23027/statm: 2705049 11842 3314 1 0 2667149 0
[pid=23027/tid=23133] ppid=23021 vsize=10820196 memory=91908 CPUtime=0.24 cores=1,3,5,7
/proc/23027/task/23133/stat : 23133 (java) R 23021 23027 22966 0 -1 4202560 6538 13390 0 0 14 2 5 3 20 0 15 0 443573324 11079880704 11842 33554432000 4194304 4196468 140726534118880 139739506004928 139739519856116 0 4 0 16800975 0 0 0 -1 5 0 0 1 0 0 6293624 6294260 18161664 140726534126319 140726534128837 140726534128837 140726534131663 0
[pid=23027/tid=23138] ppid=23021 vsize=10820196 memory=6944656592455360604 CPUtime=0.08 cores=1,3,5,7
/proc/23027/task/23138/stat : 23138 (java) S 23021 23027 22966 0 -1 1077944384 1 13390 0 0 0 0 5 3 20 0 15 0 443573325 11079880704 11842 33554432000 4194304 4196468 140726534118880 139739538418448 139739534186197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18161664 140726534126319 140726534128837 140726534128837 140726534131663 0
[pid=23027/tid=23139] ppid=23021 vsize=10820196 memory=6943526294502006880 CPUtime=0.08 cores=1,3,5,7
/proc/23027/task/23139/stat : 23139 (java) S 23021 23027 22966 0 -1 1077944384 1 13390 0 0 0 0 5 3 20 0 15 0 443573325 11079880704 11842 33554432000 4194304 4196468 140726534118880 139739453238160 139739534186197 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18161664 140726534126319 140726534128837 140726534128837 140726534131663 0
[pid=23027/tid=23140] ppid=23021 vsize=10820196 memory=-7595718147998063045 CPUtime=0.08 cores=1,3,5,7
/proc/23027/task/23140/stat : 23140 (java) S 23021 23027 22966 0 -1 1077944384 1 13390 0 0 0 0 5 3 20 0 15 0 443573325 11079880704 11842 33554432000 4194304 4196468 140726534118880 139739452185616 139739534186197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18161664 140726534126319 140726534128837 140726534128837 140726534131663 0
[pid=23027/tid=23141] ppid=23021 vsize=10820196 memory=8764164798949659492 CPUtime=0.08 cores=1,3,5,7
/proc/23027/task/23141/stat : 23141 (java) S 23021 23027 22966 0 -1 1077944384 2 13390 0 0 0 0 5 3 20 0 15 0 443573325 11079880704 11842 33554432000 4194304 4196468 140726534118880 139739451133072 139739534186197 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18161664 140726534126319 140726534128837 140726534128837 140726534131663 0
[pid=23027/tid=23145] ppid=23021 vsize=10820196 memory=-7737605734073681312 CPUtime=0.08 cores=1,3,5,7
/proc/23027/task/23145/stat : 23145 (java) S 23021 23027 22966 0 -1 1077944384 2 13390 0 0 0 0 5 3 20 0 15 0 443573327 11079880704 11842 33554432000 4194304 4196468 140726534118880 139739060824048 139739534187138 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18161664 140726534126319 140726534128837 140726534128837 140726534131663 0
[pid=23027/tid=23146] ppid=23021 vsize=10820196 memory=1056 CPUtime=0.08 cores=1,3,5,7
/proc/23027/task/23146/stat : 23146 (java) S 23021 23027 22966 0 -1 1077944384 13 13390 0 0 0 0 5 3 20 0 15 0 443573327 11079880704 11842 33554432000 4194304 4196468 140726534118880 139738975560608 139739534186197 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18161664 140726534126319 140726534128837 140726534128837 140726534131663 0
[pid=23027/tid=23147] ppid=23021 vsize=10820196 memory=1540 CPUtime=0.08 cores=1,3,5,7
/proc/23027/task/23147/stat : 23147 (java) S 23021 23027 22966 0 -1 1077944384 1 13390 0 0 0 0 5 3 20 0 15 0 443573327 11079880704 11842 33554432000 4194304 4196468 140726534118880 139738371580912 139739534186197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18161664 140726534126319 140726534128837 140726534128837 140726534131663 0
[pid=23027/tid=23153] ppid=23021 vsize=10820196 memory=728 CPUtime=0.08 cores=1,3,5,7
/proc/23027/task/23153/stat : 23153 (java) S 23021 23027 22966 0 -1 1077944384 3 13390 0 0 0 0 5 3 20 0 15 0 443573331 11079880704 11842 33554432000 4194304 4196468 140726534118880 139738064181456 139739534194587 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18161664 140726534126319 140726534128837 140726534128837 140726534131663 0
[pid=23027/tid=23154] ppid=23021 vsize=10820196 memory=4000 CPUtime=0.1 cores=1,3,5,7
/proc/23027/task/23154/stat : 23154 (java) R 23021 23027 22966 0 -1 4202560 354 13390 0 0 2 0 5 3 20 0 15 0 443573331 11079880704 11842 33554432000 4194304 4196468 140726534118880 139739059763536 139739517629973 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18161664 140726534126319 140726534128837 140726534128837 140726534131663 0
[pid=23027/tid=23155] ppid=23021 vsize=10820196 memory=2832 CPUtime=0.09 cores=1,3,5,7
/proc/23027/task/23155/stat : 23155 (java) R 23021 23027 22966 0 -1 1077944384 308 13390 0 0 1 0 5 3 20 0 15 0 443573331 11079880704 11842 33554432000 4194304 4196468 140726534118880 139739058719344 139739534187138 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18161664 140726534126319 140726534128837 140726534128837 140726534131663 0
[pid=23027/tid=23156] ppid=23021 vsize=10820196 memory=1212 CPUtime=0.12 cores=1,3,5,7
/proc/23027/task/23156/stat : 23156 (java) S 23021 23027 22966 0 -1 1077944384 608 13390 0 0 4 0 5 3 20 0 15 0 443573331 11079880704 11842 33554432000 4194304 4196468 140726534118880 139739057666800 139739534187138 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18161664 140726534126319 140726534128837 140726534128837 140726534131663 0
[pid=23027/tid=23157] ppid=23021 vsize=10820196 memory=1036 CPUtime=0.08 cores=1,3,5,7
/proc/23027/task/23157/stat : 23157 (java) S 23021 23027 22966 0 -1 1077944384 3 13390 0 0 0 0 5 3 20 0 15 0 443573331 11079880704 11842 33554432000 4194304 4196468 140726534118880 139738030623840 139739534186197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18161664 140726534126319 140726534128837 140726534128837 140726534131663 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 47368 KiB

[startup+1.50074 s]
/proc/loadavg: 0.24 0.91 2.06 9/233 23159
/proc/meminfo: memFree=30920432/32770624 swapFree=67004520/67108860
[pid=23027] ppid=23021 vsize=10826488 memory=100588 CPUtime=1.62 cores=1,3,5,7
/proc/23027/stat : 23027 (java) S 23021 23027 22966 0 -1 1077944320 16962 13390 0 0 146 8 5 3 20 0 15 0 443573280 11086323712 25147 33554432000 4194304 4196468 140726534118880 140726534101424 139739534175991 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 18161664 140726534126319 140726534128837 140726534128837 140726534131663 0
/proc/23027/statm: 2706622 25147 3539 1 0 2668685 0
[pid=23027/tid=23133] ppid=23021 vsize=10826488 memory=279442517957440 CPUtime=0.89 cores=1,3,5,7
/proc/23027/task/23133/stat : 23133 (java) R 23021 23027 22966 0 -1 4202560 12043 13390 0 0 76 5 5 3 20 0 15 0 443573324 11086323712 25147 33554432000 4194304 4196468 140726534118880 139739506006832 139739457219956 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 6293624 6294260 18161664 140726534126319 140726534128837 140726534128837 140726534131663 0
[pid=23027/tid=23138] ppid=23021 vsize=10826488 memory=288230377041179877 CPUtime=0.08 cores=1,3,5,7
/proc/23027/task/23138/stat : 23138 (java) S 23021 23027 22966 0 -1 1077944384 1 13390 0 0 0 0 5 3 20 0 15 0 443573325 11086323712 25147 33554432000 4194304 4196468 140726534118880 139739538418448 139739534186197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18161664 140726534126319 140726534128837 140726534128837 140726534131663 0
[pid=23027/tid=23139] ppid=23021 vsize=10826488 memory=288283372709752810 CPUtime=0.08 cores=1,3,5,7
/proc/23027/task/23139/stat : 23139 (java) S 23021 23027 22966 0 -1 1077944384 1 13390 0 0 0 0 5 3 20 0 15 0 443573325 11086323712 25147 33554432000 4194304 4196468 140726534118880 139739453238160 139739534186197 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18161664 140726534126319 140726534128837 140726534128837 140726534131663 0
[pid=23027/tid=23140] ppid=23021 vsize=10826488 memory=288230376152883723 CPUtime=0.08 cores=1,3,5,7
/proc/23027/task/23140/stat : 23140 (java) S 23021 23027 22966 0 -1 1077944384 1 13390 0 0 0 0 5 3 20 0 15 0 443573325 11086323712 25147 33554432000 4194304 4196468 140726534118880 139739452185616 139739534186197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18161664 140726534126319 140726534128837 140726534128837 140726534131663 0
[pid=23027/tid=23141] ppid=23021 vsize=10826488 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/23027/task/23141/stat : 23141 (java) S 23021 23027 22966 0 -1 1077944384 2 13390 0 0 0 0 5 3 20 0 15 0 443573325 11086323712 25147 33554432000 4194304 4196468 140726534118880 139739451133072 139739534186197 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18161664 140726534126319 140726534128837 140726534128837 140726534131663 0
[pid=23027/tid=23145] ppid=23021 vsize=10826488 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/23027/task/23145/stat : 23145 (java) S 23021 23027 22966 0 -1 1077944384 6 13390 0 0 0 0 5 3 20 0 15 0 443573327 11086323712 25147 33554432000 4194304 4196468 140726534118880 139739060824048 139739534187138 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18161664 140726534126319 140726534128837 140726534128837 140726534131663 0
[pid=23027/tid=23146] ppid=23021 vsize=10826488 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/23027/task/23146/stat : 23146 (java) S 23021 23027 22966 0 -1 1077944384 13 13390 0 0 0 0 5 3 20 0 15 0 443573327 11086323712 25147 33554432000 4194304 4196468 140726534118880 139738975560608 139739534186197 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18161664 140726534126319 140726534128837 140726534128837 140726534131663 0
[pid=23027/tid=23147] ppid=23021 vsize=10826488 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/23027/task/23147/stat : 23147 (java) S 23021 23027 22966 0 -1 1077944384 1 13390 0 0 0 0 5 3 20 0 15 0 443573327 11086323712 25147 33554432000 4194304 4196468 140726534118880 139738371580912 139739534186197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18161664 140726534126319 140726534128837 140726534128837 140726534131663 0
[pid=23027/tid=23153] ppid=23021 vsize=10826488 memory=6944656592455360604 CPUtime=0.08 cores=1,3,5,7
/proc/23027/task/23153/stat : 23153 (java) S 23021 23027 22966 0 -1 1077944384 3 13390 0 0 0 0 5 3 20 0 15 0 443573331 11086323712 25147 33554432000 4194304 4196468 140726534118880 139738064181456 139739534194587 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18161664 140726534126319 140726534128837 140726534128837 140726534131663 0
[pid=23027/tid=23154] ppid=23021 vsize=10826488 memory=-8976644418600983157 CPUtime=0.31 cores=1,3,5,7
/proc/23027/task/23154/stat : 23154 (java) S 23021 23027 22966 0 -1 1077944384 822 13390 0 0 23 0 5 3 20 0 15 0 443573331 11086323712 25147 33554432000 4194304 4196468 140726534118880 139739059771888 139739534187138 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18161664 140726534126319 140726534128837 140726534128837 140726534131663 0
[pid=23027/tid=23155] ppid=23021 vsize=10826488 memory=-8183434687109307589 CPUtime=0.24 cores=1,3,5,7
/proc/23027/task/23155/stat : 23155 (java) S 23021 23027 22966 0 -1 1077944384 759 13390 0 0 16 0 5 3 20 0 15 0 443573331 11086323712 25147 33554432000 4194304 4196468 140726534118880 139739058719344 139739534187138 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18161664 140726534126319 140726534128837 140726534128837 140726534131663 0
[pid=23027/tid=23156] ppid=23021 vsize=10826488 memory=279442517655792 CPUtime=0.36 cores=1,3,5,7
/proc/23027/task/23156/stat : 23156 (java) S 23021 23027 22966 0 -1 1077944384 1096 13390 0 0 28 0 5 3 20 0 15 0 443573331 11086323712 25147 33554432000 4194304 4196468 140726534118880 139739057666800 139739534187138 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18161664 140726534126319 140726534128837 140726534128837 140726534131663 0
[pid=23027/tid=23157] ppid=23021 vsize=10826488 memory=4951091520932780916 CPUtime=0.08 cores=1,3,5,7
/proc/23027/task/23157/stat : 23157 (java) S 23021 23027 22966 0 -1 1077944384 3 13390 0 0 0 0 5 3 20 0 15 0 443573331 11086323712 25147 33554432000 4194304 4196468 140726534118880 139738030623840 139739534186197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18161664 140726534126319 140726534128837 140726534128837 140726534131663 0
[pid=23027/tid=23159] ppid=23021 vsize=10826488 memory=-7384449411272656017 CPUtime=0.08 cores=1,3,5,7
/proc/23027/task/23159/stat : 23159 (java) S 23021 23027 22966 0 -1 1077944384 1 13390 0 0 0 0 5 3 20 0 15 0 443573337 11086323712 25147 33554432000 4194304 4196468 140726534118880 139739056613680 139739534187138 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18161664 140726534126319 140726534128837 140726534128837 140726534131663 0
Current children cumulated CPU time: 1.62 s
Current children cumulated vsize: 10826488 KiB
Current children cumulated memory: 100588 KiB

[startup+3.11407 s]
/proc/loadavg: 0.24 0.91 2.06 7/233 23159
/proc/meminfo: memFree=30674180/32770624 swapFree=67004520/67108860
[pid=23027] ppid=23021 vsize=10842892 memory=204968 CPUtime=5.18 cores=1,3,5,7
/proc/23027/stat : 23027 (java) S 23021 23027 22966 0 -1 1077944320 37418 13390 0 0 495 15 5 3 20 0 15 0 443573280 11103121408 51242 33554432000 4194304 4196468 140726534118880 140726534101424 139739534175991 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 18161664 140726534126319 140726534128837 140726534128837 140726534131663 0
/proc/23027/statm: 2710723 51242 3596 1 0 2672781 0
[pid=23027/tid=23133] ppid=23021 vsize=10842892 memory=0 CPUtime=2.45 cores=1,3,5,7
/proc/23027/task/23133/stat : 23133 (java) R 23021 23027 22966 0 -1 4202560 21603 13390 0 0 228 9 5 3 20 0 15 0 443573324 11103121408 51242 33554432000 4194304 4196468 140726534118880 139739506009904 139739126679519 0 4 0 16800975 0 0 0 -1 3 0 0 1 0 0 6293624 6294260 18161664 140726534126319 140726534128837 140726534128837 140726534131663 0
[pid=23027/tid=23138] ppid=23021 vsize=10842892 memory=2276 CPUtime=0.09 cores=1,3,5,7
/proc/23027/task/23138/stat : 23138 (java) S 23021 23027 22966 0 -1 1077944384 21 13390 0 0 1 0 5 3 20 0 15 0 443573325 11103121408 51242 33554432000 4194304 4196468 140726534118880 139739538418448 139739534186197 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18161664 140726534126319 140726534128837 140726534128837 140726534131663 0
[pid=23027/tid=23139] ppid=23021 vsize=10842892 memory=238594023273578 CPUtime=0.08 cores=1,3,5,7
/proc/23027/task/23139/stat : 23139 (java) S 23021 23027 22966 0 -1 1077944384 42 13390 0 0 0 0 5 3 20 0 15 0 443573325 11103121408 51242 33554432000 4194304 4196468 140726534118880 139739453238160 139739534186197 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18161664 140726534126319 140726534128837 140726534128837 140726534131663 0
[pid=23027/tid=23140] ppid=23021 vsize=10842892 memory=988 CPUtime=0.09 cores=1,3,5,7

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


[startup+25.601 s]
/proc/loadavg: 0.66 0.96 2.04 4/233 23162
/proc/meminfo: memFree=29347700/32770624 swapFree=67004520/67108860
[pid=23027] ppid=23021 vsize=10846988 memory=839972 CPUtime=32.59 cores=1,3,5,7
/proc/23027/stat : 23027 (java) S 23021 23027 22966 0 -1 1077944320 68245 13390 0 0 3214 37 5 3 20 0 15 0 443573280 11107315712 209993 33554432000 4194304 4196468 140726534118880 140726534101424 139739534175991 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 18161664 140726534126319 140726534128837 140726534128837 140726534131663 0
/proc/23027/statm: 2711747 209993 3626 1 0 2673805 0
[pid=23027/tid=23133] ppid=23021 vsize=10846988 memory=1716 CPUtime=24.79 cores=1,3,5,7
/proc/23027/task/23133/stat : 23133 (java) R 23021 23027 22966 0 -1 4202560 25831 13390 0 0 2453 18 5 3 20 0 15 0 443573324 11107315712 209993 33554432000 4194304 4196468 140726534118880 139739506012528 139739141479610 0 4 0 16800975 0 0 0 -1 5 0 0 1 0 0 6293624 6294260 18161664 140726534126319 140726534128837 140726534128837 140726534131663 0
[pid=23027/tid=23138] ppid=23021 vsize=10846988 memory=784 CPUtime=0.16 cores=1,3,5,7
/proc/23027/task/23138/stat : 23138 (java) S 23021 23027 22966 0 -1 1077944384 225 13390 0 0 6 2 5 3 20 0 15 0 443573325 11107315712 209993 33554432000 4194304 4196468 140726534118880 139739538418448 139739534186197 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18161664 140726534126319 140726534128837 140726534128837 140726534131663 0
[pid=23027/tid=23139] ppid=23021 vsize=10846988 memory=8252 CPUtime=0.16 cores=1,3,5,7
/proc/23027/task/23139/stat : 23139 (java) S 23021 23027 22966 0 -1 1077944384 2089 13390 0 0 6 2 5 3 20 0 15 0 443573325 11107315712 209993 33554432000 4194304 4196468 140726534118880 139739453238160 139739534186197 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18161664 140726534126319 140726534128837 140726534128837 140726534131663 0
[pid=23027/tid=23140] ppid=23021 vsize=10846988 memory=4000 CPUtime=0.16 cores=1,3,5,7
/proc/23027/task/23140/stat : 23140 (java) S 23021 23027 22966 0 -1 1077944384 747 13390 0 0 6 2 5 3 20 0 15 0 443573325 11107315712 209993 33554432000 4194304 4196468 140726534118880 139739452185616 139739534186197 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18161664 140726534126319 140726534128837 140726534128837 140726534131663 0
[pid=23027/tid=23141] ppid=23021 vsize=10846988 memory=2832 CPUtime=0.16 cores=1,3,5,7
/proc/23027/task/23141/stat : 23141 (java) S 23021 23027 22966 0 -1 1077944384 523 13390 0 0 6 2 5 3 20 0 15 0 443573325 11107315712 209993 33554432000 4194304 4196468 140726534118880 139739451133072 139739534186197 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18161664 140726534126319 140726534128837 140726534128837 140726534131663 0
[pid=23027/tid=23145] ppid=23021 vsize=10846988 memory=1212 CPUtime=0.14 cores=1,3,5,7
/proc/23027/task/23145/stat : 23145 (java) S 23021 23027 22966 0 -1 1077944384 3259 13390 0 0 6 0 5 3 20 0 15 0 443573327 11107315712 209993 33554432000 4194304 4196468 140726534118880 139739060824048 139739534187138 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18161664 140726534126319 140726534128837 140726534128837 140726534131663 0
[pid=23027/tid=23146] ppid=23021 vsize=10846988 memory=1036 CPUtime=0.08 cores=1,3,5,7
/proc/23027/task/23146/stat : 23146 (java) S 23021 23027 22966 0 -1 1077944384 15 13390 0 0 0 0 5 3 20 0 15 0 443573327 11107315712 209993 33554432000 4194304 4196468 140726534118880 139738975560736 139739534186197 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18161664 140726534126319 140726534128837 140726534128837 140726534131663 0
[pid=23027/tid=23147] ppid=23021 vsize=10846988 memory=798944 CPUtime=0.08 cores=1,3,5,7
/proc/23027/task/23147/stat : 23147 (java) S 23021 23027 22966 0 -1 1077944384 1 13390 0 0 0 0 5 3 20 0 15 0 443573327 11107315712 209993 33554432000 4194304 4196468 140726534118880 139738371580928 139739534186197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18161664 140726534126319 140726534128837 140726534128837 140726534131663 0
[pid=23027/tid=23153] ppid=23021 vsize=10846988 memory=1744 CPUtime=0.08 cores=1,3,5,7
/proc/23027/task/23153/stat : 23153 (java) S 23021 23027 22966 0 -1 1077944384 3 13390 0 0 0 0 5 3 20 0 15 0 443573331 11107315712 209993 33554432000 4194304 4196468 140726534118880 139738064181456 139739534194587 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18161664 140726534126319 140726534128837 140726534128837 140726534131663 0
[pid=23027/tid=23154] ppid=23021 vsize=10846988 memory=792 CPUtime=3.04 cores=1,3,5,7
/proc/23027/task/23154/stat : 23154 (java) S 23021 23027 22966 0 -1 1077944384 10374 13390 0 0 294 2 5 3 20 0 15 0 443573331 11107315712 209993 33554432000 4194304 4196468 140726534118880 139739059771888 139739534187138 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18161664 140726534126319 140726534128837 140726534128837 140726534131663 0
[pid=23027/tid=23155] ppid=23021 vsize=10846988 memory=1440 CPUtime=2.81 cores=1,3,5,7
/proc/23027/task/23155/stat : 23155 (java) S 23021 23027 22966 0 -1 1077944384 12832 13390 0 0 271 2 5 3 20 0 15 0 443573331 11107315712 209993 33554432000 4194304 4196468 140726534118880 139739058719344 139739534187138 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18161664 140726534126319 140726534128837 140726534128837 140726534131663 0
[pid=23027/tid=23156] ppid=23021 vsize=10846988 memory=0 CPUtime=1.71 cores=1,3,5,7
/proc/23027/task/23156/stat : 23156 (java) S 23021 23027 22966 0 -1 1077944384 10004 13390 0 0 161 2 5 3 20 0 15 0 443573331 11107315712 209993 33554432000 4194304 4196468 140726534118880 139739057666800 139739534187138 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18161664 140726534126319 140726534128837 140726534128837 140726534131663 0
[pid=23027/tid=23157] ppid=23021 vsize=10846988 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/23027/task/23157/stat : 23157 (java) S 23021 23027 22966 0 -1 1077944384 3 13390 0 0 0 0 5 3 20 0 15 0 443573331 11107315712 209993 33554432000 4194304 4196468 140726534118880 139738030623840 139739534186197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18161664 140726534126319 140726534128837 140726534128837 140726534131663 0
[pid=23027/tid=23159] ppid=23021 vsize=10846988 memory=263 CPUtime=0.08 cores=1,3,5,7
/proc/23027/task/23159/stat : 23159 (java) S 23021 23027 22966 0 -1 1077944384 129 13390 0 0 0 0 5 3 20 0 15 0 443573337 11107315712 209993 33554432000 4194304 4196468 140726534118880 139739056613680 139739534187138 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18161664 140726534126319 140726534128837 140726534128837 140726534131663 0
Current children cumulated CPU time: 32.59 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 839972 KiB

[startup+27.2008 s]
/proc/loadavg: 0.66 0.96 2.04 5/233 23162
/proc/meminfo: memFree=29310992/32770624 swapFree=67004520/67108860
[pid=23027] ppid=23021 vsize=10846988 memory=856396 CPUtime=34.19 cores=1,3,5,7
/proc/23027/stat : 23027 (java) S 23021 23027 22966 0 -1 1077944320 68916 13390 0 0 3374 37 5 3 20 0 15 0 443573280 11107315712 214099 33554432000 4194304 4196468 140726534118880 140726534101424 139739534175991 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 18161664 140726534126319 140726534128837 140726534128837 140726534131663 0
/proc/23027/statm: 2711747 214099 3626 1 0 2673805 0
[pid=23027/tid=23133] ppid=23021 vsize=10846988 memory=7595440001688102255 CPUtime=26.39 cores=1,3,5,7
/proc/23027/task/23133/stat : 23133 (java) R 23021 23027 22966 0 -1 4202560 26364 13390 0 0 2612 19 5 3 20 0 15 0 443573324 11107315712 214099 33554432000 4194304 4196468 140726534118880 139739506012304 139739135621660 0 4 0 16800975 0 0 0 -1 3 0 0 1 0 0 6293624 6294260 18161664 140726534126319 140726534128837 140726534128837 140726534131663 0
[pid=23027/tid=23138] ppid=23021 vsize=10846988 memory=7518026630507422829 CPUtime=0.16 cores=1,3,5,7
/proc/23027/task/23138/stat : 23138 (java) S 23021 23027 22966 0 -1 1077944384 225 13390 0 0 6 2 5 3 20 0 15 0 443573325 11107315712 214099 33554432000 4194304 4196468 140726534118880 139739538418448 139739534186197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18161664 140726534126319 140726534128837 140726534128837 140726534131663 0
[pid=23027/tid=23139] ppid=23021 vsize=10846988 memory=7085153150227949204 CPUtime=0.16 cores=1,3,5,7
/proc/23027/task/23139/stat : 23139 (java) S 23021 23027 22966 0 -1 1077944384 2089 13390 0 0 6 2 5 3 20 0 15 0 443573325 11107315712 214099 33554432000 4194304 4196468 140726534118880 139739453238160 139739534186197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18161664 140726534126319 140726534128837 140726534128837 140726534131663 0
[pid=23027/tid=23140] ppid=23021 vsize=10846988 memory=198899935524068 CPUtime=0.16 cores=1,3,5,7
/proc/23027/task/23140/stat : 23140 (java) S 23021 23027 22966 0 -1 1077944384 747 13390 0 0 6 2 5 3 20 0 15 0 443573325 11107315712 214099 33554432000 4194304 4196468 140726534118880 139739452185616 139739534186197 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18161664 140726534126319 140726534128837 140726534128837 140726534131663 0
[pid=23027/tid=23141] ppid=23021 vsize=10846988 memory=2319829108574996578 CPUtime=0.16 cores=1,3,5,7
/proc/23027/task/23141/stat : 23141 (java) S 23021 23027 22966 0 -1 1077944384 524 13390 0 0 6 2 5 3 20 0 15 0 443573325 11107315712 214099 33554432000 4194304 4196468 140726534118880 139739451133072 139739534186197 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18161664 140726534126319 140726534128837 140726534128837 140726534131663 0
[pid=23027/tid=23145] ppid=23021 vsize=10846988 memory=14008 CPUtime=0.15 cores=1,3,5,7
/proc/23027/task/23145/stat : 23145 (java) S 23021 23027 22966 0 -1 1077944384 3272 13390 0 0 7 0 5 3 20 0 15 0 443573327 11107315712 214099 33554432000 4194304 4196468 140726534118880 139739060824048 139739534187138 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18161664 140726534126319 140726534128837 140726534128837 140726534131663 0
[pid=23027/tid=23146] ppid=23021 vsize=10846988 memory=12024 CPUtime=0.08 cores=1,3,5,7
/proc/23027/task/23146/stat : 23146 (java) S 23021 23027 22966 0 -1 1077944384 15 13390 0 0 0 0 5 3 20 0 15 0 443573327 11107315712 214099 33554432000 4194304 4196468 140726534118880 139738975560736 139739534186197 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18161664 140726534126319 140726534128837 140726534128837 140726534131663 0
[pid=23027/tid=23147] ppid=23021 vsize=10846988 memory=2116 CPUtime=0.08 cores=1,3,5,7
/proc/23027/task/23147/stat : 23147 (java) S 23021 23027 22966 0 -1 1077944384 1 13390 0 0 0 0 5 3 20 0 15 0 443573327 11107315712 214099 33554432000 4194304 4196468 140726534118880 139738371580928 139739534186197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18161664 140726534126319 140726534128837 140726534128837 140726534131663 0
[pid=23027/tid=23153] ppid=23021 vsize=10846988 memory=25180 CPUtime=0.08 cores=1,3,5,7
/proc/23027/task/23153/stat : 23153 (java) S 23021 23027 22966 0 -1 1077944384 3 13390 0 0 0 0 5 3 20 0 15 0 443573331 11107315712 214099 33554432000 4194304 4196468 140726534118880 139738064181456 139739534194587 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18161664 140726534126319 140726534128837 140726534128837 140726534131663 0
[pid=23027/tid=23154] ppid=23021 vsize=10846988 memory=496 CPUtime=3.04 cores=1,3,5,7
/proc/23027/task/23154/stat : 23154 (java) S 23021 23027 22966 0 -1 1077944384 10374 13390 0 0 294 2 5 3 20 0 15 0 443573331 11107315712 214099 33554432000 4194304 4196468 140726534118880 139739059771888 139739534187138 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18161664 140726534126319 140726534128837 140726534128837 140726534131663 0
[pid=23027/tid=23155] ppid=23021 vsize=10846988 memory=1564 CPUtime=2.81 cores=1,3,5,7
/proc/23027/task/23155/stat : 23155 (java) S 23021 23027 22966 0 -1 1077944384 12832 13390 0 0 271 2 5 3 20 0 15 0 443573331 11107315712 214099 33554432000 4194304 4196468 140726534118880 139739058719344 139739534187138 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18161664 140726534126319 140726534128837 140726534128837 140726534131663 0
[pid=23027/tid=23156] ppid=23021 vsize=10846988 memory=928 CPUtime=1.71 cores=1,3,5,7
/proc/23027/task/23156/stat : 23156 (java) S 23021 23027 22966 0 -1 1077944384 10004 13390 0 0 161 2 5 3 20 0 15 0 443573331 11107315712 214099 33554432000 4194304 4196468 140726534118880 139739057666800 139739534187138 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18161664 140726534126319 140726534128837 140726534128837 140726534131663 0
[pid=23027/tid=23157] ppid=23021 vsize=10846988 memory=139721258967361 CPUtime=0.08 cores=1,3,5,7
/proc/23027/task/23157/stat : 23157 (java) S 23021 23027 22966 0 -1 1077944384 3 13390 0 0 0 0 5 3 20 0 15 0 443573331 11107315712 214099 33554432000 4194304 4196468 140726534118880 139738030623840 139739534186197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18161664 140726534126319 140726534128837 140726534128837 140726534131663 0
[pid=23027/tid=23159] ppid=23021 vsize=10846988 memory=6655300316396806240 CPUtime=0.09 cores=1,3,5,7
/proc/23027/task/23159/stat : 23159 (java) S 23021 23027 22966 0 -1 1077944384 253 13390 0 0 1 0 5 3 20 0 15 0 443573337 11107315712 214099 33554432000 4194304 4196468 140726534118880 139739056613680 139739534187138 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18161664 140726534126319 140726534128837 140726534128837 140726534131663 0
Current children cumulated CPU time: 34.19 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 856396 KiB

[startup+28.0008 s]*
/proc/loadavg: 0.66 0.96 2.04 5/233 23162
/proc/meminfo: memFree=29308944/32770624 swapFree=67004520/67108860
[pid=23027] ppid=23021 vsize=10846988 memory=858472 CPUtime=35.01 cores=1,3,5,7
/proc/23027/stat : 23027 (java) S 23021 23027 22966 0 -1 1077944320 70037 13390 0 0 3455 38 5 3 20 0 15 0 443573280 11107315712 214618 33554432000 4194304 4196468 140726534118880 140726534101424 139739534175991 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 18161664 140726534126319 140726534128837 140726534128837 140726534131663 0
/proc/23027/statm: 2711747 214618 3626 1 0 2673805 0
[pid=23027/tid=23133] ppid=23021 vsize=10846988 memory=6791534058613427641 CPUtime=27.2 cores=1,3,5,7
/proc/23027/task/23133/stat : 23133 (java) R 23021 23027 22966 0 -1 4202560 26590 13390 0 0 2693 19 5 3 20 0 15 0 443573324 11107315712 214618 33554432000 4194304 4196468 140726534118880 139739506012240 139739141114891 0 4 0 16800975 0 0 0 -1 3 0 0 1 0 0 6293624 6294260 18161664 140726534126319 140726534128837 140726534128837 140726534131663 0
[pid=23027/tid=23138] ppid=23021 vsize=10846988 memory=4872558044660077418 CPUtime=0.16 cores=1,3,5,7
/proc/23027/task/23138/stat : 23138 (java) S 23021 23027 22966 0 -1 1077944384 287 13390 0 0 6 2 5 3 20 0 15 0 443573325 11107315712 214618 33554432000 4194304 4196468 140726534118880 139739538418448 139739534186197 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18161664 140726534126319 140726534128837 140726534128837 140726534131663 0
[pid=23027/tid=23139] ppid=23021 vsize=10846988 memory=11550889037 CPUtime=0.16 cores=1,3,5,7
/proc/23027/task/23139/stat : 23139 (java) S 23021 23027 22966 0 -1 1077944384 2111 13390 0 0 6 2 5 3 20 0 15 0 443573325 11107315712 214618 33554432000 4194304 4196468 140726534118880 139739453238160 139739534186197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18161664 140726534126319 140726534128837 140726534128837 140726534131663 0
[pid=23027/tid=23140] ppid=23021 vsize=10846988 memory=33 CPUtime=0.16 cores=1,3,5,7
/proc/23027/task/23140/stat : 23140 (java) S 23021 23027 22966 0 -1 1077944384 752 13390 0 0 6 2 5 3 20 0 15 0 443573325 11107315712 214618 33554432000 4194304 4196468 140726534118880 139739452185616 139739534186197 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18161664 140726534126319 140726534128837 140726534128837 140726534131663 0
[pid=23027/tid=23141] ppid=23021 vsize=10846988 memory=279442517714216 CPUtime=0.16 cores=1,3,5,7
/proc/23027/task/23141/stat : 23141 (java) S 23021 23027 22966 0 -1 1077944384 1068 13390 0 0 6 2 5 3 20 0 15 0 443573325 11107315712 214618 33554432000 4194304 4196468 140726534118880 139739451133072 139739534186197 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18161664 140726534126319 140726534128837 140726534128837 140726534131663 0
[pid=23027/tid=23145] ppid=23021 vsize=10846988 memory=11550889039 CPUtime=0.15 cores=1,3,5,7
/proc/23027/task/23145/stat : 23145 (java) S 23021 23027 22966 0 -1 1077944384 3528 13390 0 0 7 0 5 3 20 0 15 0 443573327 11107315712 214618 33554432000 4194304 4196468 140726534118880 139739060824048 139739534187138 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18161664 140726534126319 140726534128837 140726534128837 140726534131663 0
[pid=23027/tid=23146] ppid=23021 vsize=10846988 memory=11550889039 CPUtime=0.08 cores=1,3,5,7
/proc/23027/task/23146/stat : 23146 (java) S 23021 23027 22966 0 -1 1077944384 15 13390 0 0 0 0 5 3 20 0 15 0 443573327 11107315712 214618 33554432000 4194304 4196468 140726534118880 139738975560736 139739534186197 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18161664 140726534126319 140726534128837 140726534128837 140726534131663 0
[pid=23027/tid=23147] ppid=23021 vsize=10846988 memory=11550889043 CPUtime=0.08 cores=1,3,5,7
/proc/23027/task/23147/stat : 23147 (java) S 23021 23027 22966 0 -1 1077944384 1 13390 0 0 0 0 5 3 20 0 15 0 443573327 11107315712 214618 33554432000 4194304 4196468 140726534118880 139738371580928 139739534186197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18161664 140726534126319 140726534128837 140726534128837 140726534131663 0
[pid=23027/tid=23153] ppid=23021 vsize=10846988 memory=11550889043 CPUtime=0.08 cores=1,3,5,7
/proc/23027/task/23153/stat : 23153 (java) S 23021 23027 22966 0 -1 1077944384 3 13390 0 0 0 0 5 3 20 0 15 0 443573331 11107315712 214618 33554432000 4194304 4196468 140726534118880 139738064181456 139739534194587 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18161664 140726534126319 140726534128837 140726534128837 140726534131663 0
[pid=23027/tid=23154] ppid=23021 vsize=10846988 memory=11550889043 CPUtime=3.04 cores=1,3,5,7
/proc/23027/task/23154/stat : 23154 (java) S 23021 23027 22966 0 -1 1077944384 10376 13390 0 0 294 2 5 3 20 0 15 0 443573331 11107315712 214618 33554432000 4194304 4196468 140726534118880 139739059771888 139739534187138 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18161664 140726534126319 140726534128837 140726534128837 140726534131663 0
[pid=23027/tid=23155] ppid=23021 vsize=10846988 memory=11550889043 CPUtime=2.81 cores=1,3,5,7
/proc/23027/task/23155/stat : 23155 (java) S 23021 23027 22966 0 -1 1077944384 12834 13390 0 0 271 2 5 3 20 0 15 0 443573331 11107315712 214618 33554432000 4194304 4196468 140726534118880 139739058719344 139739534187138 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18161664 140726534126319 140726534128837 140726534128837 140726534131663 0
[pid=23027/tid=23156] ppid=23021 vsize=10846988 memory=11550889043 CPUtime=1.71 cores=1,3,5,7
/proc/23027/task/23156/stat : 23156 (java) S 23021 23027 22966 0 -1 1077944384 10006 13390 0 0 161 2 5 3 20 0 15 0 443573331 11107315712 214618 33554432000 4194304 4196468 140726534118880 139739057666800 139739534187138 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18161664 140726534126319 140726534128837 140726534128837 140726534131663 0
[pid=23027/tid=23157] ppid=23021 vsize=10846988 memory=11550889049 CPUtime=0.08 cores=1,3,5,7
/proc/23027/task/23157/stat : 23157 (java) S 23021 23027 22966 0 -1 1077944384 3 13390 0 0 0 0 5 3 20 0 15 0 443573331 11107315712 214618 33554432000 4194304 4196468 140726534118880 139738030623840 139739534186197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18161664 140726534126319 140726534128837 140726534128837 140726534131663 0
[pid=23027/tid=23159] ppid=23021 vsize=10846988 memory=3280 CPUtime=0.09 cores=1,3,5,7
/proc/23027/task/23159/stat : 23159 (java) S 23021 23027 22966 0 -1 1077944384 253 13390 0 0 1 0 5 3 20 0 15 0 443573337 11107315712 214618 33554432000 4194304 4196468 140726534118880 139739056613680 139739534187138 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18161664 140726534126319 140726534128837 140726534128837 140726534131663 0
Current children cumulated CPU time: 35.01 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 858472 KiB

[startup+28.8008 s]
/proc/loadavg: 0.66 0.96 2.04 5/233 23162
/proc/meminfo: memFree=29308944/32770624 swapFree=67004520/67108860
[pid=23027] ppid=23021 vsize=10846988 memory=872808 CPUtime=35.8 cores=1,3,5,7
/proc/23027/stat : 23027 (java) S 23021 23027 22966 0 -1 1077944320 70067 13390 0 0 3534 38 5 3 20 0 15 0 443573280 11107315712 218202 33554432000 4194304 4196468 140726534118880 140726534101424 139739534175991 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 18161664 140726534126319 140726534128837 140726534128837 140726534131663 0
/proc/23027/statm: 2711747 218202 3626 1 0 2673805 0
[pid=23027/tid=23133] ppid=23021 vsize=10846988 memory=4420 CPUtime=27.98 cores=1,3,5,7
/proc/23027/task/23133/stat : 23133 (java) R 23021 23027 22966 0 -1 4202560 26606 13390 0 0 2771 19 5 3 20 0 15 0 443573324 11107315712 218202 33554432000 4194304 4196468 140726534118880 139739506011968 139739140981952 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 6293624 6294260 18161664 140726534126319 140726534128837 140726534128837 140726534131663 0
[pid=23027/tid=23138] ppid=23021 vsize=10846988 memory=6628 CPUtime=0.16 cores=1,3,5,7
/proc/23027/task/23138/stat : 23138 (java) S 23021 23027 22966 0 -1 1077944384 287 13390 0 0 6 2 5 3 20 0 15 0 443573325 11107315712 218202 33554432000 4194304 4196468 140726534118880 139739538418448 139739534186197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18161664 140726534126319 140726534128837 140726534128837 140726534131663 0
[pid=23027/tid=23139] ppid=23021 vsize=10846988 memory=8836 CPUtime=0.16 cores=1,3,5,7
/proc/23027/task/23139/stat : 23139 (java) S 23021 23027 22966 0 -1 1077944384 2111 13390 0 0 6 2 5 3 20 0 15 0 443573325 11107315712 218202 33554432000 4194304 4196468 140726534118880 139739453238160 139739534186197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18161664 140726534126319 140726534128837 140726534128837 140726534131663 0
[pid=23027/tid=23140] ppid=23021 vsize=10846988 memory=6791534058613427641 CPUtime=0.16 cores=1,3,5,7
/proc/23027/task/23140/stat : 23140 (java) S 23021 23027 22966 0 -1 1077944384 752 13390 0 0 6 2 5 3 20 0 15 0 443573325 11107315712 218202 33554432000 4194304 4196468 140726534118880 139739452185616 139739534186197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18161664 140726534126319 140726534128837 140726534128837 140726534131663 0
[pid=23027/tid=23141] ppid=23021 vsize=10846988 memory=159 CPUtime=0.16 cores=1,3,5,7
/proc/23027/task/23141/stat : 23141 (java) S 23021 23027 22966 0 -1 1077944384 1069 13390 0 0 6 2 5 3 20 0 15 0 443573325 11107315712 218202 33554432000 4194304 4196468 140726534118880 139739451133072 139739534186197 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18161664 140726534126319 140726534128837 140726534128837 140726534131663 0
[pid=23027/tid=23145] ppid=23021 vsize=10846988 memory=0 CPUtime=0.15 cores=1,3,5,7
/proc/23027/task/23145/stat : 23145 (java) S 23021 23027 22966 0 -1 1077944384 3541 13390 0 0 7 0 5 3 20 0 15 0 443573327 11107315712 218202 33554432000 4194304 4196468 140726534118880 139739060824048 139739534187138 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18161664 140726534126319 140726534128837 140726534128837 140726534131663 0
[pid=23027/tid=23146] ppid=23021 vsize=10846988 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/23027/task/23146/stat : 23146 (java) S 23021 23027 22966 0 -1 1077944384 15 13390 0 0 0 0 5 3 20 0 15 0 443573327 11107315712 218202 33554432000 4194304 4196468 140726534118880 139738975560736 139739534186197 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18161664 140726534126319 140726534128837 140726534128837 140726534131663 0
[pid=23027/tid=23147] ppid=23021 vsize=10846988 memory=872808 CPUtime=0.08 cores=1,3,5,7
/proc/23027/task/23147/stat : 23147 (java) S 23021 23027 22966 0 -1 1077944384 1 13390 0 0 0 0 5 3 20 0 15 0 443573327 11107315712 218202 33554432000 4194304 4196468 140726534118880 139738371580928 139739534186197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18161664 140726534126319 140726534128837 140726534128837 140726534131663 0
[pid=23027/tid=23153] ppid=23021 vsize=10846988 memory=988 CPUtime=0.08 cores=1,3,5,7
/proc/23027/task/23153/stat : 23153 (java) S 23021 23027 22966 0 -1 1077944384 3 13390 0 0 0 0 5 3 20 0 15 0 443573331 11107315712 218202 33554432000 4194304 4196468 140726534118880 139738064181456 139739534194587 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18161664 140726534126319 140726534128837 140726534128837 140726534131663 0
[pid=23027/tid=23154] ppid=23021 vsize=10846988 memory=2052 CPUtime=3.04 cores=1,3,5,7
/proc/23027/task/23154/stat : 23154 (java) S 23021 23027 22966 0 -1 1077944384 10376 13390 0 0 294 2 5 3 20 0 15 0 443573331 11107315712 218202 33554432000 4194304 4196468 140726534118880 139739059771888 139739534187138 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18161664 140726534126319 140726534128837 140726534128837 140726534131663 0
[pid=23027/tid=23155] ppid=23021 vsize=10846988 memory=1220 CPUtime=2.81 cores=1,3,5,7
/proc/23027/task/23155/stat : 23155 (java) S 23021 23027 22966 0 -1 1077944384 12834 13390 0 0 271 2 5 3 20 0 15 0 443573331 11107315712 218202 33554432000 4194304 4196468 140726534118880 139739058719344 139739534187138 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18161664 140726534126319 140726534128837 140726534128837 140726534131663 0
[pid=23027/tid=23156] ppid=23021 vsize=10846988 memory=1716 CPUtime=1.71 cores=1,3,5,7
/proc/23027/task/23156/stat : 23156 (java) S 23021 23027 22966 0 -1 1077944384 10006 13390 0 0 161 2 5 3 20 0 15 0 443573331 11107315712 218202 33554432000 4194304 4196468 140726534118880 139739057666800 139739534187138 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18161664 140726534126319 140726534128837 140726534128837 140726534131663 0
[pid=23027/tid=23157] ppid=23021 vsize=10846988 memory=784 CPUtime=0.08 cores=1,3,5,7
/proc/23027/task/23157/stat : 23157 (java) S 23021 23027 22966 0 -1 1077944384 3 13390 0 0 0 0 5 3 20 0 15 0 443573331 11107315712 218202 33554432000 4194304 4196468 140726534118880 139738030623840 139739534186197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18161664 140726534126319 140726534128837 140726534128837 140726534131663 0
[pid=23027/tid=23159] ppid=23021 vsize=10846988 memory=8252 CPUtime=0.09 cores=1,3,5,7
/proc/23027/task/23159/stat : 23159 (java) S 23021 23027 22966 0 -1 1077944384 253 13390 0 0 1 0 5 3 20 0 15 0 443573337 11107315712 218202 33554432000 4194304 4196468 140726534118880 139739056613680 139739534187138 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18161664 140726534126319 140726534128837 140726534128837 140726534131663 0
Current children cumulated CPU time: 35.8 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 872808 KiB

[startup+29.2008 s]*
/proc/loadavg: 0.77 0.98 2.04 4/220 23163
/proc/meminfo: memFree=30043740/32770624 swapFree=67004520/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0
Real time (s): 29.2109
CPU time (s): 36.2285
CPU user time (s): 35.7912
CPU system time (s): 0.437243
CPU usage (%): 124.024
Max. virtual memory (cumulated for all children) (KiB): 10849652
Max. memory (cumulated for all children) (KiB): 872808

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 35.7912
system time used= 0.437243
maximum resident set size= 874892
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 85040
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= 8446
involuntary context switches= 142


# summary of solver processes directly reported to runsolver:
#   pid: 23027
#   total CPU time (s): 36.2285
#   total CPU user time (s): 35.7912
#   total CPU system time (s): 0.437243

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.164504 second user time and 0.365077 second system time

The end

Launcher Data

Begin job on node133 at 2019-09-17 00:34:51
IDJOB=4400934
IDBENCH=115951
IDSOLVER=2857
FILE ID=node133/4400934-1568673331
RUNJOBID= node133-1568673291-22998
PBS_JOBID= 21703782
Free space on /tmp= 59576 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-4400934-1568673331/watcher-4400934-1568673331 -o /tmp/evaluation-result-4400934-1568673331/solver-4400934-1568673331 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1568673291-22998 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1889038206 HOME/instance-4400934-1568673331.xml

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

MD5SUM BENCH= bb3a1ca81e7aea213eb86a812d55e65a
RANDOM SEED=1889038206

node133.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.18
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.18
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.18
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.18
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:        31036892 kB
MemAvailable:   31893456 kB
Buffers:          234212 kB
Cached:           913152 kB
SwapCached:         3180 kB
Active:           570120 kB
Inactive:         580304 kB
Active(anon):      27348 kB
Inactive(anon):    24424 kB
Active(file):     542772 kB
Inactive(file):   555880 kB
Unevictable:      111224 kB
Mlocked:          111224 kB
SwapTotal:      67108860 kB
SwapFree:       67004520 kB
Dirty:              9832 kB
Writeback:         14308 kB
AnonPages:        113036 kB
Mapped:            48032 kB
Shmem:             40072 kB
Slab:             176508 kB
SReclaimable:     147492 kB
SUnreclaim:        29016 kB
KernelStack:        3472 kB
PageTables:         5544 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     511812 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:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 59508 MiB
End job on node133 at 2019-09-17 00:35:26