Trace number 4402734

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.3OPT22 39.5859 40.0238

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.86/2.29	c Concrete v3.12.3.1568965526260 running
7.02/11.40	o 16
7.38/11.43	o 18
7.71/11.53	o 20
8.04/11.69	o 21
8.53/11.87	o 22
39.44/39.98	v <instantiation
39.44/39.98	v         cost = '22'>
39.44/39.98	v       <list>
39.44/39.98	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]
39.44/39.98	v       </list>
39.44/39.98	v       <values>
39.44/39.98	v         1 1 0 0 0 1 1 0 1 1 0 0 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 1 1 0 1 1 0 0 0 1 1 0 1 1 2 3 2 2 2 3 2 4 2 3 2 2 2 2 3 6 3 4 3 6 3 4 3 6 3 4 3 3 2 3 2 4 2 3 2 2 2 3 2 4 3 3
39.44/39.98	v       </values>
39.44/39.98	v     </instantiation>
39.44/39.98	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 (130 MiB free)
  memory of node 1: 16384 MiB (55 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4402734-1568967638/watcher-4402734-1568967638 -o /var/tmp/evaluation-result-4402734-1568967638/solver-4402734-1568967638 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node140-1568967597-29898 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1159292332 HOME/instance-4402734-1568967638.xml 

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

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
solver pid=29935, runsolver pid=29928
Current StackSize limit: 8192 KiB


[startup+0.100205 s]*
/proc/loadavg: 0.45 0.11 0.08 3/205 29946
/proc/meminfo: memFree=188244/32770624 swapFree=66997136/67108860
[pid=29935] ppid=29928 vsize=113256 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/29935/stat : 29935 (bash) S 29928 29935 29867 0 -1 4202496 694 0 0 0 0 0 0 0 20 0 1 0 472703260 115974144 363 33554432000 4194304 5098028 140726852678144 140726852675784 140111428062208 0 0 4100 65536 18446744071580971376 0 0 17 4 0 0 1 0 0 7196144 7232144 23728128 140726852686848 140726852686977 140726852686977 140726852689902 0
/proc/29935/statm: 28314 363 290 221 0 119 0
[pid=29938] ppid=29935 vsize=113256 memory=708 CPUtime=0 cores=0,2,4,6
/proc/29938/stat : 29938 (bash) S 29935 29935 29867 0 -1 4202560 171 0 0 0 0 0 0 0 20 0 1 0 472703262 115974144 177 33554432000 4194304 5098028 140726852678144 140726852674312 140111427887740 0 65536 4096 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 23728128 140726852686848 140726852686977 140726852686977 140726852689902 0
/proc/29938/statm: 28314 177 101 221 0 119 0
[pid=29940] ppid=29938 vsize=113256 memory=888 CPUtime=0 cores=0,2,4,6
/proc/29940/stat : 29940 (bash) S 29938 29935 29867 0 -1 4202560 210 426 0 1 0 0 0 0 20 0 1 0 472703262 115974144 222 33554432000 4194304 5098028 140726852678144 140726852671608 140111428062208 0 0 4096 65538 18446744071580971376 0 0 17 4 0 0 0 0 0 7196144 7232144 23728128 140726852686848 140726852686977 140726852686977 140726852689902 0
/proc/29940/statm: 28314 222 146 221 0 119 0
[pid=29946] ppid=29940 vsize=113256 memory=492 CPUtime=0 cores=0,2,4,6
/proc/29946/stat : 29946 (bash) D 29940 29935 29867 0 -1 4202560 125 0 0 0 0 0 0 0 20 0 1 0 472703267 115974144 123 33554432000 4194304 5098028 140726852678144 140726852670664 140111428060533 0 0 4096 65538 18446744071585676691 0 0 17 0 0 0 0 0 0 7196144 7232144 23728128 140726852686848 140726852686977 140726852686977 140726852689902 0
/proc/29946/statm: 28314 123 47 221 0 119 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 453024 KiB
Current children cumulated memory: 3540 KiB

[startup+0.209944 s]*
/proc/loadavg: 0.45 0.11 0.08 2/205 29992
/proc/meminfo: memFree=186176/32770624 swapFree=66997136/67108860
[pid=29935] ppid=29928 vsize=113256 memory=1616 CPUtime=0.01 cores=0,2,4,6
/proc/29935/stat : 29935 (bash) S 29928 29935 29867 0 -1 4202496 887 5673 0 1 0 0 0 1 20 0 1 0 472703260 115974144 404 33554432000 4194304 5098028 140726852678144 140726852672152 140111428062208 0 0 4100 65536 18446744071580971376 0 0 17 4 0 0 1 0 0 7196144 7232144 23728128 140726852686848 140726852686977 140726852686977 140726852689902 0
/proc/29935/statm: 28314 404 320 221 0 119 0
[pid=29987] ppid=29935 vsize=113256 memory=712 CPUtime=0 cores=0,2,4,6
/proc/29987/stat : 29987 (bash) S 29935 29935 29867 0 -1 4202560 154 0 0 0 0 0 0 0 20 0 1 0 472703278 115974144 178 33554432000 4194304 5098028 140726852678144 140726852670824 140111427887740 0 65536 4096 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 23728128 140726852686848 140726852686977 140726852686977 140726852689902 0
/proc/29987/statm: 28314 178 94 221 0 119 0
[pid=29989] ppid=29987 vsize=113256 memory=532 CPUtime=0 cores=0,2,4,6
/proc/29989/stat : 29989 (bash) D 29987 29935 29867 0 -1 1077944384 89 0 0 0 0 0 0 0 20 0 1 0 472703278 115974144 133 33554432000 4194304 5098028 140726852678144 140726852670600 140111428060533 0 0 4096 65538 18446744072101576228 0 0 17 0 0 0 0 0 0 7196144 7232144 23728128 140726852686848 140726852686977 140726852686977 140726852689902 0
/proc/29989/statm: 28314 133 49 221 0 119 0
[pid=29991] ppid=29987 vsize=113256 memory=524 CPUtime=0 cores=0,2,4,6
/proc/29991/stat : 29991 (bash) D 29987 29935 29867 0 -1 4202560 82 0 0 0 0 0 0 0 20 0 1 0 472703278 115974144 131 33554432000 4194304 5098028 140726852678144 140726852670600 140111428060533 0 0 4096 65538 18446744071585676691 0 0 17 2 0 0 0 0 0 7196144 7232144 23728128 140726852686848 140726852686977 140726852686977 140726852689902 0
/proc/29991/statm: 28314 131 47 221 0 119 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 453024 KiB
Current children cumulated memory: 3384 KiB

[startup+0.309765 s]*
/proc/loadavg: 0.45 0.11 0.08 2/205 29992
/proc/meminfo: memFree=186176/32770624 swapFree=66997136/67108860
[pid=29935] ppid=29928 vsize=113256 memory=1616 CPUtime=0.01 cores=0,2,4,6
/proc/29935/stat : 29935 (bash) S 29928 29935 29867 0 -1 4202496 887 5673 0 1 0 0 0 1 20 0 1 0 472703260 115974144 404 33554432000 4194304 5098028 140726852678144 140726852672152 140111428062208 0 0 4100 65536 18446744071580971376 0 0 17 4 0 0 1 0 0 7196144 7232144 23728128 140726852686848 140726852686977 140726852686977 140726852689902 0
/proc/29935/statm: 28314 404 320 221 0 119 0
[pid=29987] ppid=29935 vsize=113256 memory=712 CPUtime=0 cores=0,2,4,6
/proc/29987/stat : 29987 (bash) S 29935 29935 29867 0 -1 4202560 154 0 0 0 0 0 0 0 20 0 1 0 472703278 115974144 178 33554432000 4194304 5098028 140726852678144 140726852670824 140111427887740 0 65536 4096 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 23728128 140726852686848 140726852686977 140726852686977 140726852689902 0
/proc/29987/statm: 28314 178 94 221 0 119 0
[pid=29989] ppid=29987 vsize=296 memory=4 CPUtime=0 cores=0,2,4,6
/proc/29989/stat : 29989 (java) D 29987 29935 29867 0 -1 1077936128 152 0 0 0 0 0 0 0 20 0 1 0 472703278 303104 1 33554432000 4194304 4196468 140729078672160 140729078669432 140456878577351 0 0 4096 0 18446744072101576228 0 0 17 2 0 0 0 0 0 6293624 6294260 30896128 140729078674556 140729078674570 140729078674570 140729078677455 0
/proc/29989/statm: 74 1 0 1 0 38 0
[pid=29991] ppid=29987 vsize=113488 memory=972 CPUtime=0 cores=0,2,4,6
/proc/29991/stat : 29991 (awk) S 29987 29935 29867 0 -1 4202496 424 0 0 0 0 0 0 0 20 0 1 0 472703278 116211712 243 33554432000 4194304 4609284 140723829168720 140723829167896 140621477673984 0 0 4096 1216 18446744071580971376 0 0 17 4 0 0 0 0 0 6708720 6711756 24686592 140723829175468 140723829175498 140723829175498 140723829178351 0
/proc/29991/statm: 28372 243 205 102 0 88 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 340296 KiB
Current children cumulated memory: 3304 KiB

[startup+0.700526 s]
/proc/loadavg: 0.45 0.11 0.08 2/205 29992
/proc/meminfo: memFree=186176/32770624 swapFree=66997136/67108860
[pid=29935] ppid=29928 vsize=113256 memory=1616 CPUtime=0.01 cores=0,2,4,6
/proc/29935/stat : 29935 (bash) S 29928 29935 29867 0 -1 4202496 887 5673 0 1 0 0 0 1 20 0 1 0 472703260 115974144 404 33554432000 4194304 5098028 140726852678144 140726852672152 140111428062208 0 0 4100 65536 18446744071580971376 0 0 17 4 0 0 1 0 0 7196144 7232144 23728128 140726852686848 140726852686977 140726852686977 140726852689902 0
/proc/29935/statm: 28314 404 320 221 0 119 0
[pid=29987] ppid=29935 vsize=113256 memory=712 CPUtime=0 cores=0,2,4,6
/proc/29987/stat : 29987 (bash) S 29935 29935 29867 0 -1 4202560 154 0 0 0 0 0 0 0 20 0 1 0 472703278 115974144 178 33554432000 4194304 5098028 140726852678144 140726852670824 140111427887740 0 65536 4096 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 23728128 140726852686848 140726852686977 140726852686977 140726852689902 0
/proc/29987/statm: 28314 178 94 221 0 119 0
[pid=29989] ppid=29987 vsize=30188 memory=796 CPUtime=0 cores=0,2,4,6
/proc/29989/stat : 29989 (java) D 29987 29935 29867 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 472703278 30912512 199 33554432000 4194304 4196468 140729078672160 140729078653640 140456878524041 0 0 4096 0 18446744071580431491 0 0 17 2 0 0 0 0 0 6293624 6294260 30896128 140729078674556 140729078674570 140729078674570 140729078677455 0
/proc/29989/statm: 7547 199 161 1 0 159 0
[pid=29991] ppid=29987 vsize=113488 memory=972 CPUtime=0 cores=0,2,4,6
/proc/29991/stat : 29991 (awk) S 29987 29935 29867 0 -1 4202496 424 0 0 0 0 0 0 0 20 0 1 0 472703278 116211712 243 33554432000 4194304 4609284 140723829168720 140723829167896 140621477673984 0 0 4096 1216 18446744071580971376 0 0 17 4 0 0 0 0 0 6708720 6711756 24686592 140723829175468 140723829175498 140723829175498 140723829178351 0
/proc/29991/statm: 28372 243 205 102 0 88 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 370188 KiB
Current children cumulated memory: 4096 KiB

[startup+1.50504 s]
/proc/loadavg: 0.45 0.11 0.08 2/207 29994
/proc/meminfo: memFree=210140/32770624 swapFree=66997136/67108860
[pid=29935] ppid=29928 vsize=10819716 memory=36600 CPUtime=0.25 cores=0,2,4,6
/proc/29935/stat : 29935 (java) S 29928 29935 29867 0 -1 1077944320 6972 13385 0 2 13 4 5 3 20 0 15 0 472703260 11079389184 9150 33554432000 4194304 4196468 140728888290208 140728888272752 140159725043447 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 1 0 0 6293624 6294260 13225984 140728888293987 140728888296629 140728888296629 140728888299471 0
/proc/29935/statm: 2704929 9150 3163 1 0 2667149 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10819716 KiB
Current children cumulated memory: 36600 KiB

[startup+3.10967 s]
/proc/loadavg: 0.66 0.16 0.09 2/227 30066
/proc/meminfo: memFree=216128/32770624 swapFree=66997136/67108860
[pid=29935] ppid=29928 vsize=10822316 memory=70640 CPUtime=0.97 cores=0,2,4,6
/proc/29935/stat : 29935 (java) S 29928 29935 29867 0 -1 1077944320 16040 13385 0 2 79 10 5 3 20 0 15 0 472703260 11082051584 17660 33554432000 4194304 4196468 140728888290208 140728888272752 140159725043447 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 1 0 0 6293624 6294260 13225984 140728888293987 140728888296629 140728888296629 140728888299471 0
/proc/29935/statm: 2705579 17660 3481 1 0 2667661 0
[pid=29935/tid=30039] ppid=29928 vsize=10822316 memory=0 CPUtime=0.64 cores=0,2,4,6
/proc/29935/task/30039/stat : 30039 (java) D 29928 29935 29867 0 -1 4202560 11763 13385 0 2 48 8 5 3 20 0 15 0 472703389 11082051584 17660 33554432000 4194304 4196468 140728888290208 140159696862192 140159725065373 0 4 0 16800975 18446744071580419588 0 0 -1 2 0 0 108 0 0 6293624 6294260 13225984 140728888293987 140728888296629 140728888296629 140728888299471 0
[pid=29935/tid=30043] ppid=29928 vsize=10822316 memory=4639059895069856102 CPUtime=0.08 cores=0,2,4,6
/proc/29935/task/30043/stat : 30043 (java) S 29928 29935 29867 0 -1 1077944384 2 13385 0 2 0 0 5 3 20 0 15 0 472703390 11082051584 17660 33554432000 4194304 4196468 140728888290208 140159729285392 140159725053653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13225984 140728888293987 140728888296629 140728888296629 140728888299471 0
[pid=29935/tid=30045] ppid=29928 vsize=10822316 memory=6745738645062271054 CPUtime=0.08 cores=0,2,4,6
/proc/29935/task/30045/stat : 30045 (java) S 29928 29935 29867 0 -1 1077944384 1 13385 0 2 0 0 5 3 20 0 15 0 472703390 11082051584 17660 33554432000 4194304 4196468 140728888290208 140159617558928 140159725053653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13225984 140728888293987 140728888296629 140728888296629 140728888299471 0
[pid=29935/tid=30046] ppid=29928 vsize=10822316 memory=1616 CPUtime=0.08 cores=0,2,4,6
/proc/29935/task/30046/stat : 30046 (java) S 29928 29935 29867 0 -1 1077944384 1 13385 0 2 0 0 5 3 20 0 15 0 472703390 11082051584 17660 33554432000 4194304 4196468 140728888290208 140159616506384 140159725053653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13225984 140728888293987 140728888296629 140728888296629 140728888299471 0
[pid=29935/tid=30048] ppid=29928 vsize=10822316 memory=712 CPUtime=0.08 cores=0,2,4,6
/proc/29935/task/30048/stat : 30048 (java) S 29928 29935 29867 0 -1 1077944384 1 13385 0 2 0 0 5 3 20 0 15 0 472703390 11082051584 17660 33554432000 4194304 4196468 140728888290208 140159615453840 140159725053653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13225984 140728888293987 140728888296629 140728888296629 140728888299471 0
[pid=29935/tid=30050] ppid=29928 vsize=10822316 memory=4740 CPUtime=0.08 cores=0,2,4,6
/proc/29935/task/30050/stat : 30050 (java) S 29928 29935 29867 0 -1 1077944384 5 13385 0 2 0 0 5 3 20 0 15 0 472703392 11082051584 17660 33554432000 4194304 4196468 140728888290208 140158728346096 140159725054594 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13225984 140728888293987 140728888296629 140728888296629 140728888299471 0
[pid=29935/tid=30051] ppid=29928 vsize=10822316 memory=972 CPUtime=0.08 cores=0,2,4,6
/proc/29935/task/30051/stat : 30051 (java) S 29928 29935 29867 0 -1 1077944384 33 13385 0 2 0 0 5 3 20 0 15 0 472703392 11082051584 17660 33554432000 4194304 4196468 140728888290208 140158727292320 140159725053653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13225984 140728888293987 140728888296629 140728888296629 140728888299471 0
[pid=29935/tid=30053] ppid=29928 vsize=10822316 memory=70308 CPUtime=0.08 cores=0,2,4,6
/proc/29935/task/30053/stat : 30053 (java) S 29928 29935 29867 0 -1 1077944384 1 13385 0 2 0 0 5 3 20 0 15 0 472703392 11082051584 17660 33554432000 4194304 4196468 140728888290208 140158607287792 140159725053653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13225984 140728888293987 140728888296629 140728888296629 140728888299471 0
[pid=29935/tid=30060] ppid=29928 vsize=10822316 memory=48460 CPUtime=0.08 cores=0,2,4,6
/proc/29935/task/30060/stat : 30060 (java) S 29928 29935 29867 0 -1 1077944384 3 13385 0 2 0 0 5 3 20 0 15 0 472703397 11082051584 17660 33554432000 4194304 4196468 140728888290208 140158299888336 140159725062043 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13225984 140728888293987 140728888296629 140728888296629 140728888299471 0
[pid=29935/tid=30061] ppid=29928 vsize=10822316 memory=56 CPUtime=0.15 cores=0,2,4,6
/proc/29935/task/30061/stat : 30061 (java) S 29928 29935 29867 0 -1 1077944384 623 13385 0 2 7 0 5 3 20 0 15 0 472703397 11082051584 17660 33554432000 4194304 4196468 140728888290208 140158693734384 140159725054594 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13225984 140728888293987 140728888296629 140728888296629 140728888299471 0
[pid=29935/tid=30062] ppid=29928 vsize=10822316 memory=10596 CPUtime=0.15 cores=0,2,4,6
/proc/29935/task/30062/stat : 30062 (java) S 29928 29935 29867 0 -1 1077944384 636 13385 0 2 7 0 5 3 20 0 15 0 472703397 11082051584 17660 33554432000 4194304 4196468 140728888290208 140158692681840 140159725054594 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13225984 140728888293987 140728888296629 140728888296629 140728888299471 0
[pid=29935/tid=30063] ppid=29928 vsize=10822316 memory=1712 CPUtime=0.23 cores=0,2,4,6
/proc/29935/task/30063/stat : 30063 (java) S 29928 29935 29867 0 -1 1077944384 765 13385 0 2 15 0 5 3 20 0 15 0 472703397 11082051584 17660 33554432000 4194304 4196468 140728888290208 140158691629296 140159725054594 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 13225984 140728888293987 140728888296629 140728888296629 140728888299471 0
[pid=29935/tid=30064] ppid=29928 vsize=10822316 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/29935/task/30064/stat : 30064 (java) S 29928 29935 29867 0 -1 1077944384 3 13385 0 2 0 0 5 3 20 0 15 0 472703397 11082051584 17660 33554432000 4194304 4196468 140728888290208 140158266329696 140159725053653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13225984 140728888293987 140728888296629 140728888296629 140728888299471 0
[pid=29935/tid=30066] ppid=29928 vsize=10822316 memory=280350634882864 CPUtime=0.08 cores=0,2,4,6
/proc/29935/task/30066/stat : 30066 (java) S 29928 29935 29867 0 -1 1077944384 1 13385 0 2 0 0 5 3 20 0 15 0 472703404 11082051584 17660 33554432000 4194304 4196468 140728888290208 140158690577200 140159725054594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13225984 140728888293987 140728888296629 140728888296629 140728888299471 0
Current children cumulated CPU time: 0.97 s
Current children cumulated vsize: 10822316 KiB
Current children cumulated memory: 70640 KiB
heavy processes:

[startup+6.3007 s]
/proc/loadavg: 0.66 0.16 0.09 2/227 30066
/proc/meminfo: memFree=187156/32770624 swapFree=66997136/67108860
[pid=29935] ppid=29928 vsize=10822316 memory=74708 CPUtime=1.08 cores=0,2,4,6
/proc/29935/stat : 29935 (java) S 29928 29935 29867 0 -1 1077944320 16490 13385 0 2 90 10 5 3 20 0 15 0 472703260 11082051584 18677 33554432000 4194304 4196468 140728888290208 140728888272752 140159725043447 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 1 0 0 6293624 6294260 13225984 140728888293987 140728888296629 140728888296629 140728888299471 0
/proc/29935/statm: 2705579 18677 3490 1 0 2667661 0
[pid=29935/tid=30039] ppid=29928 vsize=10822316 memory=280350635204448 CPUtime=0.68 cores=0,2,4,6
/proc/29935/task/30039/stat : 30039 (java) D 29928 29935 29867 0 -1 4202560 12166 13385 0 2 52 8 5 3 20 0 15 0 472703389 11082051584 18677 33554432000 4194304 4196468 140728888290208 140159696869840 140159725065373 0 4 0 16800975 18446744071580419588 0 0 -1 2 0 0 342 0 0 6293624 6294260 13225984 140728888293987 140728888296629 140728888296629 140728888299471 0
[pid=29935/tid=30043] ppid=29928 vsize=10822316 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/29935/task/30043/stat : 30043 (java) S 29928 29935 29867 0 -1 1077944384 2 13385 0 2 0 0 5 3 20 0 15 0 472703390 11082051584 18677 33554432000 4194304 4196468 140728888290208 140159729285392 140159725053653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13225984 140728888293987 140728888296629 140728888296629 140728888299471 0
[pid=29935/tid=30045] ppid=29928 vsize=10822316 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/29935/task/30045/stat : 30045 (java) S 29928 29935 29867 0 -1 1077944384 1 13385 0 2 0 0 5 3 20 0 15 0 472703390 11082051584 18677 33554432000 4194304 4196468 140728888290208 140159617558928 140159725053653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13225984 140728888293987 140728888296629 140728888296629 140728888299471 0
[pid=29935/tid=30046] ppid=29928 vsize=10822316 memory=7597685182856913236 CPUtime=0.08 cores=0,2,4,6
/proc/29935/task/30046/stat : 30046 (java) S 29928 29935 29867 0 -1 1077944384 1 13385 0 2 0 0 5 3 20 0 15 0 472703390 11082051584 18677 33554432000 4194304 4196468 140728888290208 140159616506384 140159725053653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13225984 140728888293987 140728888296629 140728888296629 140728888299471 0
[pid=29935/tid=30048] ppid=29928 vsize=10822316 memory=280350634890560 CPUtime=0.08 cores=0,2,4,6
/proc/29935/task/30048/stat : 30048 (java) S 29928 29935 29867 0 -1 1077944384 1 13385 0 2 0 0 5 3 20 0 15 0 472703390 11082051584 18677 33554432000 4194304 4196468 140728888290208 140159615453840 140159725053653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13225984 140728888293987 140728888296629 140728888296629 140728888299471 0
[pid=29935/tid=30050] ppid=29928 vsize=10822316 memory=-2827449378222515572 CPUtime=0.08 cores=0,2,4,6
/proc/29935/task/30050/stat : 30050 (java) S 29928 29935 29867 0 -1 1077944384 5 13385 0 2 0 0 5 3 20 0 15 0 472703392 11082051584 18677 33554432000 4194304 4196468 140728888290208 140158728346096 140159725054594 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13225984 140728888293987 140728888296629 140728888296629 140728888299471 0
[pid=29935/tid=30051] ppid=29928 vsize=10822316 memory=6944656592455359580 CPUtime=0.08 cores=0,2,4,6
/proc/29935/task/30051/stat : 30051 (java) S 29928 29935 29867 0 -1 1077944384 33 13385 0 2 0 0 5 3 20 0 15 0 472703392 11082051584 18677 33554432000 4194304 4196468 140728888290208 140158727292320 140159725053653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13225984 140728888293987 140728888296629 140728888296629 140728888299471 0
[pid=29935/tid=30053] ppid=29928 vsize=10822316 memory=6944652177228980320 CPUtime=0.08 cores=0,2,4,6
/proc/29935/task/30053/stat : 30053 (java) S 29928 29935 29867 0 -1 1077944384 1 13385 0 2 0 0 5 3 20 0 15 0 472703392 11082051584 18677 33554432000 4194304 4196468 140728888290208 140158607287792 140159725053653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13225984 140728888293987 140728888296629 140728888296629 140728888299471 0
[pid=29935/tid=30060] ppid=29928 vsize=10822316 memory=74708 CPUtime=0.08 cores=0,2,4,6
/proc/29935/task/30060/stat : 30060 (java) S 29928 29935 29867 0 -1 1077944384 3 13385 0 2 0 0 5 3 20 0 15 0 472703397 11082051584 18677 33554432000 4194304 4196468 140728888290208 140158299888336 140159725062043 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13225984 140728888293987 140728888296629 140728888296629 140728888299471 0
[pid=29935/tid=30061] ppid=29928 vsize=10822316 memory=33 CPUtime=0.18 cores=0,2,4,6
/proc/29935/task/30061/stat : 30061 (java) S 29928 29935 29867 0 -1 1077944384 636 13385 0 2 10 0 5 3 20 0 15 0 472703397 11082051584 18677 33554432000 4194304 4196468 140728888290208 140158693734384 140159725054594 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13225984 140728888293987 140728888296629 140728888296629 140728888299471 0
[pid=29935/tid=30062] ppid=29928 vsize=10822316 memory=7682744562847679290 CPUtime=0.18 cores=0,2,4,6
/proc/29935/task/30062/stat : 30062 (java) S 29928 29935 29867 0 -1 1077944384 639 13385 0 2 10 0 5 3 20 0 15 0 472703397 11082051584 18677 33554432000 4194304 4196468 140728888290208 140158692681840 140159725054594 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13225984 140728888293987 140728888296629 140728888296629 140728888299471 0
[pid=29935/tid=30063] ppid=29928 vsize=10822316 memory=4206468019014099040 CPUtime=0.24 cores=0,2,4,6
/proc/29935/task/30063/stat : 30063 (java) S 29928 29935 29867 0 -1 1077944384 794 13385 0 2 16 0 5 3 20 0 15 0 472703397 11082051584 18677 33554432000 4194304 4196468 140728888290208 140158691629296 140159725054594 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 13225984 140728888293987 140728888296629 140728888296629 140728888299471 0
[pid=29935/tid=30064] ppid=29928 vsize=10822316 memory=1712 CPUtime=0.08 cores=0,2,4,6
/proc/29935/task/30064/stat : 30064 (java) S 29928 29935 29867 0 -1 1077944384 3 13385 0 2 0 0 5 3 20 0 15 0 472703397 11082051584 18677 33554432000 4194304 4196468 140728888290208 140158266329696 140159725053653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13225984 140728888293987 140728888296629 140728888296629 140728888299471 0
[pid=29935/tid=30066] ppid=29928 vsize=10822316 memory=988 CPUtime=0.08 cores=0,2,4,6
/proc/29935/task/30066/stat : 30066 (java) S 29928 29935 29867 0 -1 1077944384 3 13385 0 2 0 0 5 3 20 0 15 0 472703404 11082051584 18677 33554432000 4194304 4196468 140728888290208 140158690577200 140159725054594 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13225984 140728888293987 140728888296629 140728888296629 140728888299471 0
Current children cumulated CPU time: 1.08 s
Current children cumulated vsize: 10822316 KiB
Current children cumulated memory: 74708 KiB
heavy processes:

[startup+12.7007 s]
/proc/loadavg: 0.76 0.19 0.10 8/228 30069
/proc/meminfo: memFree=213080/32770624 swapFree=66997136/67108860
[pid=29935] ppid=29928 vsize=10846988 memory=310628 CPUtime=10.8 cores=0,2,4,6
/proc/29935/stat : 29935 (java) S 29928 29935 29867 0 -1 1077944320 73198 13385 2 2 1023 49 5 3 20 0 15 0 472703260 11107315712 77657 33554432000 4194304 4196468 140728888290208 140728888272752 140159725043447 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 1 0 0 6293624 6294260 13225984 140728888293987 140728888296629 140728888296629 140728888299471 0
/proc/29935/statm: 2711747 77657 3624 1 0 2673805 0

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


[startup+35.2008 s]
/proc/loadavg: 1.11 0.32 0.15 4/227 30069
/proc/meminfo: memFree=308360/32770624 swapFree=66997136/67108860
[pid=29935] ppid=29928 vsize=10849036 memory=1251412 CPUtime=34.7 cores=0,2,4,6
/proc/29935/stat : 29935 (java) S 29928 29935 29867 0 -1 1077944320 364473 13385 2 2 3322 140 5 3 20 0 15 0 472703260 11109412864 312853 33554432000 4194304 4196468 140728888290208 140728888272752 140159725043447 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 1 0 0 6293624 6294260 13225984 140728888293987 140728888296629 140728888296629 140728888299471 0
/proc/29935/statm: 2712259 312853 3626 1 0 2674317 0
[pid=29935/tid=30039] ppid=29928 vsize=10849036 memory=4945125699554088323 CPUtime=27.01 cores=0,2,4,6
/proc/29935/task/30039/stat : 30039 (java) R 29928 29935 29867 0 -1 4202560 304288 13385 2 2 2580 113 5 3 20 0 15 0 472703389 11109412864 312853 33554432000 4194304 4196468 140728888290208 140159696879456 140159307614757 0 4 0 16800975 0 0 0 -1 2 0 0 598 0 0 6293624 6294260 13225984 140728888293987 140728888296629 140728888296629 140728888299471 0
[pid=29935/tid=30043] ppid=29928 vsize=10849036 memory=4945125699554088323 CPUtime=0.17 cores=0,2,4,6
/proc/29935/task/30043/stat : 30043 (java) S 29928 29935 29867 0 -1 1077944384 1748 13385 0 2 6 3 5 3 20 0 15 0 472703390 11109412864 312853 33554432000 4194304 4196468 140728888290208 140159729285392 140159725053653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13225984 140728888293987 140728888296629 140728888296629 140728888299471 0
[pid=29935/tid=30045] ppid=29928 vsize=10849036 memory=7379526700073970281 CPUtime=0.17 cores=0,2,4,6
/proc/29935/task/30045/stat : 30045 (java) S 29928 29935 29867 0 -1 1077944384 2950 13385 0 2 6 3 5 3 20 0 15 0 472703390 11109412864 312853 33554432000 4194304 4196468 140728888290208 140159617558928 140159725053653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13225984 140728888293987 140728888296629 140728888296629 140728888299471 0
[pid=29935/tid=30046] ppid=29928 vsize=10849036 memory=6369607583083817303 CPUtime=0.16 cores=0,2,4,6
/proc/29935/task/30046/stat : 30046 (java) S 29928 29935 29867 0 -1 1077944384 5147 13385 0 2 5 3 5 3 20 0 15 0 472703390 11109412864 312853 33554432000 4194304 4196468 140728888290208 140159616506384 140159725053653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13225984 140728888293987 140728888296629 140728888296629 140728888299471 0
[pid=29935/tid=30048] ppid=29928 vsize=10849036 memory=2129104 CPUtime=0.17 cores=0,2,4,6
/proc/29935/task/30048/stat : 30048 (java) S 29928 29935 29867 0 -1 1077944384 3462 13385 0 2 6 3 5 3 20 0 15 0 472703390 11109412864 312853 33554432000 4194304 4196468 140728888290208 140159615453840 140159725053653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13225984 140728888293987 140728888296629 140728888296629 140728888299471 0
[pid=29935/tid=30050] ppid=29928 vsize=10849036 memory=2140628 CPUtime=0.15 cores=0,2,4,6
/proc/29935/task/30050/stat : 30050 (java) S 29928 29935 29867 0 -1 1077944384 8157 13385 0 2 6 1 5 3 20 0 15 0 472703392 11109412864 312853 33554432000 4194304 4196468 140728888290208 140158728346096 140159725054594 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13225984 140728888293987 140728888296629 140728888296629 140728888299471 0
[pid=29935/tid=30051] ppid=29928 vsize=10849036 memory=3624 CPUtime=0.08 cores=0,2,4,6
/proc/29935/task/30051/stat : 30051 (java) S 29928 29935 29867 0 -1 1077944384 39 13385 0 2 0 0 5 3 20 0 15 0 472703392 11109412864 312853 33554432000 4194304 4196468 140728888290208 140158727292448 140159725053653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13225984 140728888293987 140728888296629 140728888296629 140728888299471 0
[pid=29935/tid=30053] ppid=29928 vsize=10849036 memory=53996 CPUtime=0.08 cores=0,2,4,6
/proc/29935/task/30053/stat : 30053 (java) S 29928 29935 29867 0 -1 1077944384 1 13385 0 2 0 0 5 3 20 0 15 0 472703392 11109412864 312853 33554432000 4194304 4196468 140728888290208 140158607287808 140159725053653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13225984 140728888293987 140728888296629 140728888296629 140728888299471 0
[pid=29935/tid=30060] ppid=29928 vsize=10849036 memory=988 CPUtime=0.08 cores=0,2,4,6
/proc/29935/task/30060/stat : 30060 (java) S 29928 29935 29867 0 -1 1077944384 3 13385 0 2 0 0 5 3 20 0 15 0 472703397 11109412864 312853 33554432000 4194304 4196468 140728888290208 140158299888336 140159725062043 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13225984 140728888293987 140728888296629 140728888296629 140728888299471 0
[pid=29935/tid=30061] ppid=29928 vsize=10849036 memory=2016 CPUtime=2.9 cores=0,2,4,6
/proc/29935/task/30061/stat : 30061 (java) S 29928 29935 29867 0 -1 1077944384 16440 13385 0 2 279 3 5 3 20 0 15 0 472703397 11109412864 312853 33554432000 4194304 4196468 140728888290208 140158693734384 140159725054594 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13225984 140728888293987 140728888296629 140728888296629 140728888299471 0
[pid=29935/tid=30062] ppid=29928 vsize=10849036 memory=1424 CPUtime=2.8 cores=0,2,4,6
/proc/29935/task/30062/stat : 30062 (java) S 29928 29935 29867 0 -1 1077944384 9921 13385 0 2 270 2 5 3 20 0 15 0 472703397 11109412864 312853 33554432000 4194304 4196468 140728888290208 140158692681840 140159725054594 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13225984 140728888293987 140728888296629 140728888296629 140728888299471 0
[pid=29935/tid=30063] ppid=29928 vsize=10849036 memory=1540 CPUtime=1.7 cores=0,2,4,6
/proc/29935/task/30063/stat : 30063 (java) S 29928 29935 29867 0 -1 1077944384 9246 13385 0 2 160 2 5 3 20 0 15 0 472703397 11109412864 312853 33554432000 4194304 4196468 140728888290208 140158691629296 140159725054594 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 13225984 140728888293987 140728888296629 140728888296629 140728888299471 0
[pid=29935/tid=30064] ppid=29928 vsize=10849036 memory=772 CPUtime=0.08 cores=0,2,4,6
/proc/29935/task/30064/stat : 30064 (java) S 29928 29935 29867 0 -1 1077944384 3 13385 0 2 0 0 5 3 20 0 15 0 472703397 11109412864 312853 33554432000 4194304 4196468 140728888290208 140158266329696 140159725053653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13225984 140728888293987 140728888296629 140728888296629 140728888299471 0
[pid=29935/tid=30066] ppid=29928 vsize=10849036 memory=10596 CPUtime=0.09 cores=0,2,4,6
/proc/29935/task/30066/stat : 30066 (java) S 29928 29935 29867 0 -1 1077944384 866 13385 0 2 0 1 5 3 20 0 15 0 472703404 11109412864 312853 33554432000 4194304 4196468 140728888290208 140158690577200 140159725054594 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13225984 140728888293987 140728888296629 140728888296629 140728888299471 0
Current children cumulated CPU time: 34.7 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 1251412 KiB

[startup+38.4008 s]
/proc/loadavg: 1.02 0.31 0.15 4/227 30069
/proc/meminfo: memFree=260748/32770624 swapFree=66997136/67108860
[pid=29935] ppid=29928 vsize=10849036 memory=1295328 CPUtime=37.93 cores=0,2,4,6
/proc/29935/stat : 29935 (java) S 29928 29935 29867 0 -1 1077944320 403921 13385 2 2 3641 144 5 3 20 0 15 0 472703260 11109412864 323832 33554432000 4194304 4196468 140728888290208 140728888272752 140159725043447 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 1 0 0 6293624 6294260 13225984 140728888293987 140728888296629 140728888296629 140728888299471 0
/proc/29935/statm: 2712259 323832 3626 1 0 2674317 0
[pid=29935/tid=30039] ppid=29928 vsize=10849036 memory=288287796528194599 CPUtime=30.2 cores=0,2,4,6
/proc/29935/task/30039/stat : 30039 (java) R 29928 29935 29867 0 -1 4202560 343088 13385 2 2 2895 117 5 3 20 0 15 0 472703389 11109412864 323832 33554432000 4194304 4196468 140728888290208 140159696879552 140159308221410 0 4 0 16800975 0 0 0 -1 4 0 0 598 0 0 6293624 6294260 13225984 140728888293987 140728888296629 140728888296629 140728888299471 0
[pid=29935/tid=30043] ppid=29928 vsize=10849036 memory=1176200 CPUtime=0.17 cores=0,2,4,6
/proc/29935/task/30043/stat : 30043 (java) S 29928 29935 29867 0 -1 1077944384 1754 13385 0 2 6 3 5 3 20 0 15 0 472703390 11109412864 323832 33554432000 4194304 4196468 140728888290208 140159729285392 140159725053653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13225984 140728888293987 140728888296629 140728888296629 140728888299471 0
[pid=29935/tid=30045] ppid=29928 vsize=10849036 memory=-6948047529741492128 CPUtime=0.17 cores=0,2,4,6
/proc/29935/task/30045/stat : 30045 (java) S 29928 29935 29867 0 -1 1077944384 2964 13385 0 2 6 3 5 3 20 0 15 0 472703390 11109412864 323832 33554432000 4194304 4196468 140728888290208 140159617558928 140159725053653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13225984 140728888293987 140728888296629 140728888296629 140728888299471 0
[pid=29935/tid=30046] ppid=29928 vsize=10849036 memory=772 CPUtime=0.16 cores=0,2,4,6
/proc/29935/task/30046/stat : 30046 (java) S 29928 29935 29867 0 -1 1077944384 5150 13385 0 2 5 3 5 3 20 0 15 0 472703390 11109412864 323832 33554432000 4194304 4196468 140728888290208 140159616506384 140159725053653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13225984 140728888293987 140728888296629 140728888296629 140728888299471 0
[pid=29935/tid=30048] ppid=29928 vsize=10849036 memory=10596 CPUtime=0.17 cores=0,2,4,6
/proc/29935/task/30048/stat : 30048 (java) S 29928 29935 29867 0 -1 1077944384 3473 13385 0 2 6 3 5 3 20 0 15 0 472703390 11109412864 323832 33554432000 4194304 4196468 140728888290208 140159615453840 140159725053653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13225984 140728888293987 140728888296629 140728888296629 140728888299471 0
[pid=29935/tid=30050] ppid=29928 vsize=10849036 memory=1712 CPUtime=0.15 cores=0,2,4,6
/proc/29935/task/30050/stat : 30050 (java) S 29928 29935 29867 0 -1 1077944384 8177 13385 0 2 6 1 5 3 20 0 15 0 472703392 11109412864 323832 33554432000 4194304 4196468 140728888290208 140158728346096 140159725054594 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13225984 140728888293987 140728888296629 140728888296629 140728888299471 0
[pid=29935/tid=30051] ppid=29928 vsize=10849036 memory=988 CPUtime=0.08 cores=0,2,4,6
/proc/29935/task/30051/stat : 30051 (java) S 29928 29935 29867 0 -1 1077944384 39 13385 0 2 0 0 5 3 20 0 15 0 472703392 11109412864 323832 33554432000 4194304 4196468 140728888290208 140158727292448 140159725053653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13225984 140728888293987 140728888296629 140728888296629 140728888299471 0
[pid=29935/tid=30053] ppid=29928 vsize=10849036 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/29935/task/30053/stat : 30053 (java) S 29928 29935 29867 0 -1 1077944384 1 13385 0 2 0 0 5 3 20 0 15 0 472703392 11109412864 323832 33554432000 4194304 4196468 140728888290208 140158607287808 140159725053653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13225984 140728888293987 140728888296629 140728888296629 140728888299471 0
[pid=29935/tid=30060] ppid=29928 vsize=10849036 memory=888512 CPUtime=0.08 cores=0,2,4,6
/proc/29935/task/30060/stat : 30060 (java) S 29928 29935 29867 0 -1 1077944384 3 13385 0 2 0 0 5 3 20 0 15 0 472703397 11109412864 323832 33554432000 4194304 4196468 140728888290208 140158299888336 140159725062043 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13225984 140728888293987 140728888296629 140728888296629 140728888299471 0
[pid=29935/tid=30061] ppid=29928 vsize=10849036 memory=2828 CPUtime=2.92 cores=0,2,4,6
/proc/29935/task/30061/stat : 30061 (java) S 29928 29935 29867 0 -1 1077944384 16737 13385 0 2 281 3 5 3 20 0 15 0 472703397 11109412864 323832 33554432000 4194304 4196468 140728888290208 140158693734384 140159725054594 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13225984 140728888293987 140728888296629 140728888296629 140728888299471 0
[pid=29935/tid=30062] ppid=29928 vsize=10849036 memory=989264 CPUtime=2.8 cores=0,2,4,6
/proc/29935/task/30062/stat : 30062 (java) S 29928 29935 29867 0 -1 1077944384 10218 13385 0 2 270 2 5 3 20 0 15 0 472703397 11109412864 323832 33554432000 4194304 4196468 140728888290208 140158692681840 140159725054594 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13225984 140728888293987 140728888296629 140728888296629 140728888299471 0
[pid=29935/tid=30063] ppid=29928 vsize=10849036 memory=280350635777264 CPUtime=1.7 cores=0,2,4,6
/proc/29935/task/30063/stat : 30063 (java) S 29928 29935 29867 0 -1 1077944384 9246 13385 0 2 160 2 5 3 20 0 15 0 472703397 11109412864 323832 33554432000 4194304 4196468 140728888290208 140158691629296 140159725054594 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 13225984 140728888293987 140728888296629 140728888296629 140728888299471 0
[pid=29935/tid=30064] ppid=29928 vsize=10849036 memory=658860 CPUtime=0.08 cores=0,2,4,6
/proc/29935/task/30064/stat : 30064 (java) S 29928 29935 29867 0 -1 1077944384 3 13385 0 2 0 0 5 3 20 0 15 0 472703397 11109412864 323832 33554432000 4194304 4196468 140728888290208 140158266329696 140159725053653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13225984 140728888293987 140728888296629 140728888296629 140728888299471 0
[pid=29935/tid=30066] ppid=29928 vsize=10849036 memory=73168 CPUtime=0.09 cores=0,2,4,6
/proc/29935/task/30066/stat : 30066 (java) S 29928 29935 29867 0 -1 1077944384 866 13385 0 2 0 1 5 3 20 0 15 0 472703404 11109412864 323832 33554432000 4194304 4196468 140728888290208 140158690577200 140159725054594 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13225984 140728888293987 140728888296629 140728888296629 140728888299471 0
Current children cumulated CPU time: 37.93 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 1295328 KiB

[startup+39.2008 s]
/proc/loadavg: 1.02 0.31 0.15 4/227 30069
/proc/meminfo: memFree=260480/32770624 swapFree=66997136/67108860
[pid=29935] ppid=29928 vsize=10849036 memory=1295524 CPUtime=38.73 cores=0,2,4,6
/proc/29935/stat : 29935 (java) S 29928 29935 29867 0 -1 1077944320 404159 13385 2 2 3721 144 5 3 20 0 15 0 472703260 11109412864 323881 33554432000 4194304 4196468 140728888290208 140728888272752 140159725043447 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 1 0 0 6293624 6294260 13225984 140728888293987 140728888296629 140728888296629 140728888299471 0
/proc/29935/statm: 2712259 323881 3626 1 0 2674317 0
[pid=29935/tid=30039] ppid=29928 vsize=10849036 memory=1540 CPUtime=31 cores=0,2,4,6
/proc/29935/task/30039/stat : 30039 (java) R 29928 29935 29867 0 -1 4202560 343324 13385 2 2 2975 117 5 3 20 0 15 0 472703389 11109412864 323881 33554432000 4194304 4196468 140728888290208 140159696879552 140159307382897 0 4 0 16800975 0 0 0 -1 4 0 0 598 0 0 6293624 6294260 13225984 140728888293987 140728888296629 140728888296629 140728888299471 0
[pid=29935/tid=30043] ppid=29928 vsize=10849036 memory=772 CPUtime=0.17 cores=0,2,4,6
/proc/29935/task/30043/stat : 30043 (java) S 29928 29935 29867 0 -1 1077944384 1754 13385 0 2 6 3 5 3 20 0 15 0 472703390 11109412864 323881 33554432000 4194304 4196468 140728888290208 140159729285392 140159725053653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13225984 140728888293987 140728888296629 140728888296629 140728888299471 0
[pid=29935/tid=30045] ppid=29928 vsize=10849036 memory=6791534058613427641 CPUtime=0.17 cores=0,2,4,6
/proc/29935/task/30045/stat : 30045 (java) S 29928 29935 29867 0 -1 1077944384 2964 13385 0 2 6 3 5 3 20 0 15 0 472703390 11109412864 323881 33554432000 4194304 4196468 140728888290208 140159617558928 140159725053653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13225984 140728888293987 140728888296629 140728888296629 140728888299471 0
[pid=29935/tid=30046] ppid=29928 vsize=10849036 memory=268714628934226 CPUtime=0.16 cores=0,2,4,6
/proc/29935/task/30046/stat : 30046 (java) S 29928 29935 29867 0 -1 1077944384 5150 13385 0 2 5 3 5 3 20 0 15 0 472703390 11109412864 323881 33554432000 4194304 4196468 140728888290208 140159616506384 140159725053653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13225984 140728888293987 140728888296629 140728888296629 140728888299471 0
[pid=29935/tid=30048] ppid=29928 vsize=10849036 memory=268714628934228 CPUtime=0.17 cores=0,2,4,6
/proc/29935/task/30048/stat : 30048 (java) S 29928 29935 29867 0 -1 1077944384 3473 13385 0 2 6 3 5 3 20 0 15 0 472703390 11109412864 323881 33554432000 4194304 4196468 140728888290208 140159615453840 140159725053653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13225984 140728888293987 140728888296629 140728888296629 140728888299471 0
[pid=29935/tid=30050] ppid=29928 vsize=10849036 memory=268714628934235 CPUtime=0.15 cores=0,2,4,6
/proc/29935/task/30050/stat : 30050 (java) S 29928 29935 29867 0 -1 1077944384 8177 13385 0 2 6 1 5 3 20 0 15 0 472703392 11109412864 323881 33554432000 4194304 4196468 140728888290208 140158728346096 140159725054594 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13225984 140728888293987 140728888296629 140728888296629 140728888299471 0
[pid=29935/tid=30051] ppid=29928 vsize=10849036 memory=1171960 CPUtime=0.08 cores=0,2,4,6
/proc/29935/task/30051/stat : 30051 (java) S 29928 29935 29867 0 -1 1077944384 39 13385 0 2 0 0 5 3 20 0 15 0 472703392 11109412864 323881 33554432000 4194304 4196468 140728888290208 140158727292448 140159725053653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13225984 140728888293987 140728888296629 140728888296629 140728888299471 0
[pid=29935/tid=30053] ppid=29928 vsize=10849036 memory=887440 CPUtime=0.08 cores=0,2,4,6
/proc/29935/task/30053/stat : 30053 (java) S 29928 29935 29867 0 -1 1077944384 1 13385 0 2 0 0 5 3 20 0 15 0 472703392 11109412864 323881 33554432000 4194304 4196468 140728888290208 140158607287808 140159725053653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13225984 140728888293987 140728888296629 140728888296629 140728888299471 0
[pid=29935/tid=30060] ppid=29928 vsize=10849036 memory=1171960 CPUtime=0.08 cores=0,2,4,6
/proc/29935/task/30060/stat : 30060 (java) S 29928 29935 29867 0 -1 1077944384 3 13385 0 2 0 0 5 3 20 0 15 0 472703397 11109412864 323881 33554432000 4194304 4196468 140728888290208 140158299888336 140159725062043 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13225984 140728888293987 140728888296629 140728888296629 140728888299471 0
[pid=29935/tid=30061] ppid=29928 vsize=10849036 memory=1980 CPUtime=2.92 cores=0,2,4,6
/proc/29935/task/30061/stat : 30061 (java) S 29928 29935 29867 0 -1 1077944384 16737 13385 0 2 281 3 5 3 20 0 15 0 472703397 11109412864 323881 33554432000 4194304 4196468 140728888290208 140158693734384 140159725054594 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13225984 140728888293987 140728888296629 140728888296629 140728888299471 0
[pid=29935/tid=30062] ppid=29928 vsize=10849036 memory=1176200 CPUtime=2.8 cores=0,2,4,6
/proc/29935/task/30062/stat : 30062 (java) S 29928 29935 29867 0 -1 1077944384 10218 13385 0 2 270 2 5 3 20 0 15 0 472703397 11109412864 323881 33554432000 4194304 4196468 140728888290208 140158692681840 140159725054594 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13225984 140728888293987 140728888296629 140728888296629 140728888299471 0
[pid=29935/tid=30063] ppid=29928 vsize=10849036 memory=1760 CPUtime=1.7 cores=0,2,4,6
/proc/29935/task/30063/stat : 30063 (java) S 29928 29935 29867 0 -1 1077944384 9246 13385 0 2 160 2 5 3 20 0 15 0 472703397 11109412864 323881 33554432000 4194304 4196468 140728888290208 140158691629296 140159725054594 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 13225984 140728888293987 140728888296629 140728888296629 140728888299471 0
[pid=29935/tid=30064] ppid=29928 vsize=10849036 memory=111636 CPUtime=0.08 cores=0,2,4,6
/proc/29935/task/30064/stat : 30064 (java) S 29928 29935 29867 0 -1 1077944384 3 13385 0 2 0 0 5 3 20 0 15 0 472703397 11109412864 323881 33554432000 4194304 4196468 140728888290208 140158266329696 140159725053653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13225984 140728888293987 140728888296629 140728888296629 140728888299471 0
[pid=29935/tid=30066] ppid=29928 vsize=10849036 memory=804 CPUtime=0.1 cores=0,2,4,6
/proc/29935/task/30066/stat : 30066 (java) S 29928 29935 29867 0 -1 1077944384 868 13385 0 2 1 1 5 3 20 0 15 0 472703404 11109412864 323881 33554432000 4194304 4196468 140728888290208 140158690577200 140159725054594 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13225984 140728888293987 140728888296629 140728888296629 140728888299471 0
Current children cumulated CPU time: 38.73 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 1295524 KiB

[startup+39.6008 s]
/proc/loadavg: 1.02 0.31 0.15 4/227 30069
/proc/meminfo: memFree=260480/32770624 swapFree=66997136/67108860
[pid=29935] ppid=29928 vsize=10849036 memory=1295524 CPUtime=39.13 cores=0,2,4,6
/proc/29935/stat : 29935 (java) S 29928 29935 29867 0 -1 1077944320 404673 13385 2 2 3761 144 5 3 20 0 15 0 472703260 11109412864 323881 33554432000 4194304 4196468 140728888290208 140728888272752 140159725043447 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 1 0 0 6293624 6294260 13225984 140728888293987 140728888296629 140728888296629 140728888299471 0
/proc/29935/statm: 2712259 323881 3626 1 0 2674317 0
[pid=29935/tid=30039] ppid=29928 vsize=10849036 memory=988 CPUtime=31.4 cores=0,2,4,6
/proc/29935/task/30039/stat : 30039 (java) R 29928 29935 29867 0 -1 4202560 343838 13385 2 2 3015 117 5 3 20 0 15 0 472703389 11109412864 323881 33554432000 4194304 4196468 140728888290208 140159696879552 140159307614408 0 4 0 16800975 0 0 0 -1 4 0 0 598 0 0 6293624 6294260 13225984 140728888293987 140728888296629 140728888296629 140728888299471 0
[pid=29935/tid=30043] ppid=29928 vsize=10849036 memory=2016 CPUtime=0.17 cores=0,2,4,6
/proc/29935/task/30043/stat : 30043 (java) S 29928 29935 29867 0 -1 1077944384 1754 13385 0 2 6 3 5 3 20 0 15 0 472703390 11109412864 323881 33554432000 4194304 4196468 140728888290208 140159729285392 140159725053653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13225984 140728888293987 140728888296629 140728888296629 140728888299471 0
[pid=29935/tid=30045] ppid=29928 vsize=10849036 memory=1424 CPUtime=0.17 cores=0,2,4,6
/proc/29935/task/30045/stat : 30045 (java) S 29928 29935 29867 0 -1 1077944384 2964 13385 0 2 6 3 5 3 20 0 15 0 472703390 11109412864 323881 33554432000 4194304 4196468 140728888290208 140159617558928 140159725053653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13225984 140728888293987 140728888296629 140728888296629 140728888299471 0
[pid=29935/tid=30046] ppid=29928 vsize=10849036 memory=1540 CPUtime=0.16 cores=0,2,4,6
/proc/29935/task/30046/stat : 30046 (java) S 29928 29935 29867 0 -1 1077944384 5150 13385 0 2 5 3 5 3 20 0 15 0 472703390 11109412864 323881 33554432000 4194304 4196468 140728888290208 140159616506384 140159725053653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13225984 140728888293987 140728888296629 140728888296629 140728888299471 0
[pid=29935/tid=30048] ppid=29928 vsize=10849036 memory=772 CPUtime=0.17 cores=0,2,4,6
/proc/29935/task/30048/stat : 30048 (java) S 29928 29935 29867 0 -1 1077944384 3473 13385 0 2 6 3 5 3 20 0 15 0 472703390 11109412864 323881 33554432000 4194304 4196468 140728888290208 140159615453840 140159725053653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13225984 140728888293987 140728888296629 140728888296629 140728888299471 0
[pid=29935/tid=30050] ppid=29928 vsize=10849036 memory=10596 CPUtime=0.15 cores=0,2,4,6
/proc/29935/task/30050/stat : 30050 (java) S 29928 29935 29867 0 -1 1077944384 8177 13385 0 2 6 1 5 3 20 0 15 0 472703392 11109412864 323881 33554432000 4194304 4196468 140728888290208 140158728346096 140159725054594 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13225984 140728888293987 140728888296629 140728888296629 140728888299471 0
[pid=29935/tid=30051] ppid=29928 vsize=10849036 memory=1712 CPUtime=0.08 cores=0,2,4,6
/proc/29935/task/30051/stat : 30051 (java) S 29928 29935 29867 0 -1 1077944384 39 13385 0 2 0 0 5 3 20 0 15 0 472703392 11109412864 323881 33554432000 4194304 4196468 140728888290208 140158727292448 140159725053653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13225984 140728888293987 140728888296629 140728888296629 140728888299471 0
[pid=29935/tid=30053] ppid=29928 vsize=10849036 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/29935/task/30053/stat : 30053 (java) S 29928 29935 29867 0 -1 1077944384 1 13385 0 2 0 0 5 3 20 0 15 0 472703392 11109412864 323881 33554432000 4194304 4196468 140728888290208 140158607287808 140159725053653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13225984 140728888293987 140728888296629 140728888296629 140728888299471 0
[pid=29935/tid=30060] ppid=29928 vsize=10849036 memory=-4695043397844020537 CPUtime=0.08 cores=0,2,4,6
/proc/29935/task/30060/stat : 30060 (java) S 29928 29935 29867 0 -1 1077944384 3 13385 0 2 0 0 5 3 20 0 15 0 472703397 11109412864 323881 33554432000 4194304 4196468 140728888290208 140158299888336 140159725062043 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13225984 140728888293987 140728888296629 140728888296629 140728888299471 0
[pid=29935/tid=30061] ppid=29928 vsize=10849036 memory=1414353297708861353 CPUtime=2.92 cores=0,2,4,6
/proc/29935/task/30061/stat : 30061 (java) S 29928 29935 29867 0 -1 1077944384 16737 13385 0 2 281 3 5 3 20 0 15 0 472703397 11109412864 323881 33554432000 4194304 4196468 140728888290208 140158693734384 140159725054594 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13225984 140728888293987 140728888296629 140728888296629 140728888299471 0
[pid=29935/tid=30062] ppid=29928 vsize=10849036 memory=-7531822216215565666 CPUtime=2.8 cores=0,2,4,6
/proc/29935/task/30062/stat : 30062 (java) S 29928 29935 29867 0 -1 1077944384 10218 13385 0 2 270 2 5 3 20 0 15 0 472703397 11109412864 323881 33554432000 4194304 4196468 140728888290208 140158692681840 140159725054594 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13225984 140728888293987 140728888296629 140728888296629 140728888299471 0
[pid=29935/tid=30063] ppid=29928 vsize=10849036 memory=-7313218805096079717 CPUtime=1.7 cores=0,2,4,6
/proc/29935/task/30063/stat : 30063 (java) S 29928 29935 29867 0 -1 1077944384 9246 13385 0 2 160 2 5 3 20 0 15 0 472703397 11109412864 323881 33554432000 4194304 4196468 140728888290208 140158691629296 140159725054594 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 13225984 140728888293987 140728888296629 140728888296629 140728888299471 0
[pid=29935/tid=30064] ppid=29928 vsize=10849036 memory=8514726395715351173 CPUtime=0.08 cores=0,2,4,6
/proc/29935/task/30064/stat : 30064 (java) S 29928 29935 29867 0 -1 1077944384 3 13385 0 2 0 0 5 3 20 0 15 0 472703397 11109412864 323881 33554432000 4194304 4196468 140728888290208 140158266329696 140159725053653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13225984 140728888293987 140728888296629 140728888296629 140728888299471 0
[pid=29935/tid=30066] ppid=29928 vsize=10849036 memory=6576565900034223272 CPUtime=0.1 cores=0,2,4,6
/proc/29935/task/30066/stat : 30066 (java) S 29928 29935 29867 0 -1 1077944384 868 13385 0 2 1 1 5 3 20 0 15 0 472703404 11109412864 323881 33554432000 4194304 4196468 140728888290208 140158690577200 140159725054594 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13225984 140728888293987 140728888296629 140728888296629 140728888299471 0
Current children cumulated CPU time: 39.13 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 1295524 KiB

[startup+40.0008 s]*
/proc/loadavg: 1.02 0.31 0.15 4/214 30070
/proc/meminfo: memFree=635860/32770624 swapFree=66997136/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): 40.0238
CPU time (s): 39.5859
CPU user time (s): 38.0542
CPU system time (s): 1.5317
CPU usage (%): 98.9058
Max. virtual memory (cumulated for all children) (KiB): 10933144
Max. memory (cumulated for all children) (KiB): 1297900

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 38.0542
system time used= 1.5317
maximum resident set size= 1299972
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 432565
page faults= 4
swaps= 0
block input operations= 56480
block output operations= 224
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9108
involuntary context switches= 538


# summary of solver processes directly reported to runsolver:
#   pid: 29935
#   total CPU time (s): 39.5859
#   total CPU user time (s): 38.0542
#   total CPU system time (s): 1.5317

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.271198 second user time and 0.421864 second system time

The end

Launcher Data

Begin job on node140 at 2019-09-20 10:19:57
IDJOB=4402734
IDBENCH=115951
IDSOLVER=2861
FILE ID=node140/4402734-1568967638
RUNJOBID= node140-1568967597-29898
PBS_JOBID= 21704617
Free space on /var/tmp= 13508 MiB

SOLVER NAME= Concrete 3.12.3
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 /var/tmp/evaluation-result-4402734-1568967638/watcher-4402734-1568967638 -o /var/tmp/evaluation-result-4402734-1568967638/solver-4402734-1568967638 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node140-1568967597-29898 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1159292332 HOME/instance-4402734-1568967638.xml

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

MD5SUM BENCH= bb3a1ca81e7aea213eb86a812d55e65a
RANDOM SEED=1159292332

node140.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.43
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.43
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.43
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.43
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:          190812 kB
MemAvailable:   31856880 kB
Buffers:          134064 kB
Cached:         31471264 kB
SwapCached:         2364 kB
Active:         13160728 kB
Inactive:       18451336 kB
Active(anon):       3536 kB
Inactive(anon):    49868 kB
Active(file):   13157192 kB
Inactive(file): 18401468 kB
Unevictable:      107888 kB
Mlocked:          107888 kB
SwapTotal:      67108860 kB
SwapFree:       66997136 kB
Dirty:             30092 kB
Writeback:             0 kB
AnonPages:        113324 kB
Mapped:            51268 kB
Shmem:             38240 kB
Slab:             564284 kB
SReclaimable:     535868 kB
SUnreclaim:        28416 kB
KernelStack:        3392 kB
PageTables:         5520 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     512184 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:      105856 kB
DirectMap2M:    33439744 kB

Free space on /var/tmp at the end= 13440 MiB
End job on node140 at 2019-09-20 10:20:48