Trace number 4295361

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.8 2018-06-13OPT871 12.5927 6.22129

General information on the benchmark

NameKnapsack/
Knapsack-30-100-01_c18.xml
MD5SUM29cb88997fb73697c0a266537888e139
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark871
Best CPU time to get the best result obtained on this benchmark0.457333
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints1
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":30}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":30}]
Minimum constraint arity30
Maximum constraint arity30
Distribution of constraint arities[{"arity":30,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":1}]
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.99/0.74	c Concrete v3.8.1528841891564 running
5.68/3.15	o 339
5.68/3.18	o 356
5.68/3.18	o 420
5.68/3.19	o 422
5.68/3.20	o 454
5.99/3.21	o 476
5.99/3.21	o 506
5.99/3.22	o 521
5.99/3.24	o 541
5.99/3.24	o 545
5.99/3.25	o 567
5.99/3.28	o 605
5.99/3.29	o 610
6.32/3.31	o 658
6.32/3.31	o 660
6.32/3.33	o 677
6.32/3.33	o 698
6.32/3.34	o 713
6.32/3.34	o 770
6.32/3.38	o 796
6.65/3.47	o 820
6.99/3.50	o 822
6.99/3.50	o 841
6.99/3.51	o 871
12.42/6.18	v <instantiation cost="871">
12.42/6.18	v       <list>
12.42/6.18	v         x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29]
12.42/6.18	v       </list>
12.42/6.18	v       <values>
12.42/6.18	v         0 0 0 0 1 1 1 0 1 0 0 0 0 0 1 1 0 1 0 0 1 1 1 0 0 1 0 1 0 1
12.42/6.18	v       </values>
12.42/6.18	v     </instantiation>
12.42/6.18	s OPTIMUM FOUND

Verifier Data

OK	871

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4295361-1532544149/watcher-4295361-1532544149 -o /tmp/evaluation-result-4295361-1532544149/solver-4295361-1532544149 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node138-1532523045-23734 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=2103038610 HOME/instance-4295361-1532544149.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=29096, runsolver pid=29093
Current StackSize limit: 8192 KiB


[startup+0.100173 s]*
/proc/loadavg: 1.67 1.55 1.43 3/207 29153
/proc/meminfo: memFree=16850332/32770624 swapFree=67108796/67108860
[pid=29096] ppid=29093 vsize=9972712 memory=16944 CPUtime=0.08 cores=0,2,4,6
/proc/29096/stat : 29096 (java) S 29093 29096 23703 0 -1 1077944320 4392 13085 0 0 1 0 4 3 20 0 6 0 71978055 10212057088 4236 33554432000 4194304 4196468 140735113596352 140735113578896 140466978926327 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 22941696 140735113599598 140735113602396 140735113602396 140735113605071 0
/proc/29096/statm: 2493178 4236 1934 1 0 2481616 0
[pid=29096/tid=29149] ppid=29093 vsize=9972712 memory=4628411388058700198 CPUtime=0.08 cores=0,2,4,6
/proc/29096/task/29149/stat : 29149 (java) R 29093 29096 23703 0 -1 4202560 2202 13085 0 0 1 0 4 3 20 0 6 0 71978064 10212057088 4236 33554432000 4194304 4196468 140735113596352 140466950763088 140466963006844 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22941696 140735113599598 140735113602396 140735113602396 140735113605071 0
[pid=29096/tid=29150] ppid=29093 vsize=9972712 memory=5793855089611987385 CPUtime=0.07 cores=0,2,4,6
/proc/29096/task/29150/stat : 29150 (java) S 29093 29096 23703 0 -1 1077944384 1 13085 0 0 0 0 4 3 20 0 6 0 71978065 10212057088 4236 33554432000 4194304 4196468 140735113596352 140466983169168 140466978936533 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22941696 140735113599598 140735113602396 140735113602396 140735113605071 0
[pid=29096/tid=29151] ppid=29093 vsize=9972712 memory=139838602094208 CPUtime=0.07 cores=0,2,4,6
/proc/29096/task/29151/stat : 29151 (java) S 29093 29096 23703 0 -1 1077944384 1 13085 0 0 0 0 4 3 20 0 6 0 71978065 10212057088 4236 33554432000 4194304 4196468 140735113596352 140466551757840 140466978936533 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22941696 140735113599598 140735113602396 140735113602396 140735113605071 0
[pid=29096/tid=29152] ppid=29093 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/29096/task/29152/stat : 29152 (java) S 29093 29096 23703 0 -1 1077944384 1 13085 0 0 0 0 4 3 20 0 6 0 71978065 10212057088 4236 33554432000 4194304 4196468 140735113596352 140466550705040 140466978936533 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22941696 140735113599598 140735113602396 140735113602396 140735113605071 0
[pid=29096/tid=29153] ppid=29093 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/29096/task/29153/stat : 29153 (java) S 29093 29096 23703 0 -1 1077944384 2 13085 0 0 0 0 4 3 20 0 6 0 71978065 10212057088 4236 33554432000 4194304 4196468 140735113596352 140466549652240 140466978936533 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22941696 140735113599598 140735113602396 140735113602396 140735113605071 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16944 KiB

[startup+0.20995 s]*
/proc/loadavg: 1.67 1.55 1.43 3/216 29162
/proc/meminfo: memFree=16822636/32770624 swapFree=67108796/67108860
[pid=29096] ppid=29093 vsize=10818904 memory=46340 CPUtime=0.25 cores=0,2,4,6
/proc/29096/stat : 29096 (java) S 29093 29096 23703 0 -1 1077944320 7706 13085 0 0 16 2 4 3 20 0 15 0 71978055 11078557696 11585 33554432000 4194304 4196468 140735113596352 140735113578896 140466978926327 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 22941696 140735113599598 140735113602396 140735113602396 140735113605071 0
/proc/29096/statm: 2704726 11585 2974 1 0 2667149 0
[pid=29096/tid=29149] ppid=29093 vsize=10818904 memory=-8540663193526752614 CPUtime=0.19 cores=0,2,4,6
/proc/29096/task/29149/stat : 29149 (java) R 29093 29096 23703 0 -1 4202560 4306 13085 0 0 11 1 4 3 20 0 15 0 71978064 11078557696 11585 33554432000 4194304 4196468 140735113596352 140466950731408 140466959202076 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22941696 140735113599598 140735113602396 140735113602396 140735113605071 0
[pid=29096/tid=29150] ppid=29093 vsize=10818904 memory=4211973564806884746 CPUtime=0.07 cores=0,2,4,6
/proc/29096/task/29150/stat : 29150 (java) S 29093 29096 23703 0 -1 1077944384 1 13085 0 0 0 0 4 3 20 0 15 0 71978065 11078557696 11585 33554432000 4194304 4196468 140735113596352 140466983169168 140466978936533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22941696 140735113599598 140735113602396 140735113602396 140735113605071 0
[pid=29096/tid=29151] ppid=29093 vsize=10818904 memory=139838602094208 CPUtime=0.07 cores=0,2,4,6
/proc/29096/task/29151/stat : 29151 (java) S 29093 29096 23703 0 -1 1077944384 1 13085 0 0 0 0 4 3 20 0 15 0 71978065 11078557696 11651 33554432000 4194304 4196468 140735113596352 140466551757840 140466978936533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22941696 140735113599598 140735113602396 140735113602396 140735113605071 0
[pid=29096/tid=29152] ppid=29093 vsize=10818904 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/29096/task/29152/stat : 29152 (java) S 29093 29096 23703 0 -1 1077944384 1 13085 0 0 0 0 4 3 20 0 15 0 71978065 11078557696 11651 33554432000 4194304 4196468 140735113596352 140466550705040 140466978936533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22941696 140735113599598 140735113602396 140735113602396 140735113605071 0
[pid=29096/tid=29153] ppid=29093 vsize=10818904 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/29096/task/29153/stat : 29153 (java) S 29093 29096 23703 0 -1 1077944384 2 13085 0 0 0 0 4 3 20 0 15 0 71978065 11078557696 11651 33554432000 4194304 4196468 140735113596352 140466549652240 140466978936533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22941696 140735113599598 140735113602396 140735113602396 140735113605071 0
[pid=29096/tid=29154] ppid=29093 vsize=10818904 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/29096/task/29154/stat : 29154 (java) S 29093 29096 23703 0 -1 1077944384 2 13085 0 0 0 0 4 3 20 0 15 0 71978067 11078557696 11651 33554432000 4194304 4196468 140735113596352 140466505558384 140466978937474 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22941696 140735113599598 140735113602396 140735113602396 140735113605071 0
[pid=29096/tid=29155] ppid=29093 vsize=10818904 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/29096/task/29155/stat : 29155 (java) S 29093 29096 23703 0 -1 1077944384 13 13085 0 0 0 0 4 3 20 0 15 0 71978067 11078557696 11651 33554432000 4194304 4196468 140735113596352 140466435646496 140466978936533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22941696 140735113599598 140735113602396 140735113602396 140735113605071 0
[pid=29096/tid=29156] ppid=29093 vsize=10818904 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/29096/task/29156/stat : 29156 (java) S 29093 29096 23703 0 -1 1077944384 1 13085 0 0 0 0 4 3 20 0 15 0 71978067 11078557696 11651 33554432000 4194304 4196468 140735113596352 140466301428592 140466978936533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22941696 140735113599598 140735113602396 140735113602396 140735113605071 0
[pid=29096/tid=29157] ppid=29093 vsize=10818904 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/29096/task/29157/stat : 29157 (java) S 29093 29096 23703 0 -1 1077944384 2 13085 0 0 0 0 4 3 20 0 15 0 71978070 11078557696 11651 33554432000 4194304 4196468 140735113596352 140465697449808 140466978944923 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22941696 140735113599598 140735113602396 140735113602396 140735113605071 0
[pid=29096/tid=29158] ppid=29093 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/29096/task/29158/stat : 29158 (java) S 29093 29096 23703 0 -1 1077944384 475 13085 0 0 1 0 4 3 20 0 15 0 71978070 11078557696 11651 33554432000 4194304 4196468 140735113596352 140466504506224 140466978937474 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22941696 140735113599598 140735113602396 140735113602396 140735113605071 0
[pid=29096/tid=29159] ppid=29093 vsize=10818904 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/29096/task/29159/stat : 29159 (java) S 29093 29096 23703 0 -1 1077944384 142 13085 0 0 0 0 4 3 20 0 15 0 71978070 11078557696 11651 33554432000 4194304 4196468 140735113596352 140466402089712 140466978937474 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22941696 140735113599598 140735113602396 140735113602396 140735113605071 0
[pid=29096/tid=29160] ppid=29093 vsize=10818904 memory=139838602094208 CPUtime=0.1 cores=0,2,4,6
/proc/29096/task/29160/stat : 29160 (java) S 29093 29096 23703 0 -1 1077944384 612 13085 0 0 3 0 4 3 20 0 15 0 71978070 11078557696 11651 33554432000 4194304 4196468 140735113596352 140466401036912 140466978937474 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22941696 140735113599598 140735113602396 140735113602396 140735113605071 0
[pid=29096/tid=29161] ppid=29093 vsize=10818904 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/29096/task/29161/stat : 29161 (java) S 29093 29096 23703 0 -1 1077944384 3 13085 0 0 0 0 4 3 20 0 15 0 71978070 11078557696 11651 33554432000 4194304 4196468 140735113596352 140465227688672 140466978936533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22941696 140735113599598 140735113602396 140735113602396 140735113605071 0
[pid=29096/tid=29162] ppid=29093 vsize=10818904 memory=139838602094208 CPUtime=0.07 cores=0,2,4,6
/proc/29096/task/29162/stat : 29162 (java) S 29093 29096 23703 0 -1 1077944384 1 13085 0 0 0 0 4 3 20 0 15 0 71978070 11078557696 11651 33554432000 4194304 4196468 140735113596352 140466399984304 140466978937474 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22941696 140735113599598 140735113602396 140735113602396 140735113605071 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10818904 KiB
Current children cumulated memory: 46340 KiB

[startup+0.310217 s]*
/proc/loadavg: 1.67 1.55 1.43 3/216 29162
/proc/meminfo: memFree=16809984/32770624 swapFree=67108796/67108860
[pid=29096] ppid=29093 vsize=10819352 memory=58660 CPUtime=0.38 cores=0,2,4,6
/proc/29096/stat : 29096 (java) S 29093 29096 23703 0 -1 1077944320 10693 13085 0 0 28 3 4 3 20 0 15 0 71978055 11079016448 14665 33554432000 4194304 4196468 140735113596352 140735113578896 140466978926327 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 22941696 140735113599598 140735113602396 140735113602396 140735113605071 0
/proc/29096/statm: 2704838 14665 3093 1 0 2667149 0
[pid=29096/tid=29149] ppid=29093 vsize=10819352 memory=6791534058613427641 CPUtime=0.28 cores=0,2,4,6
/proc/29096/task/29149/stat : 29149 (java) R 29093 29096 23703 0 -1 4202560 7232 13085 0 0 19 2 4 3 20 0 15 0 71978064 11079016448 14665 33554432000 4194304 4196468 140735113596352 140466950738336 140466960489837 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22941696 140735113599598 140735113602396 140735113602396 140735113605071 0
[pid=29096/tid=29150] ppid=29093 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/29096/task/29150/stat : 29150 (java) S 29093 29096 23703 0 -1 1077944384 1 13085 0 0 0 0 4 3 20 0 15 0 71978065 11079016448 14665 33554432000 4194304 4196468 140735113596352 140466983169168 140466978936533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22941696 140735113599598 140735113602396 140735113602396 140735113605071 0
[pid=29096/tid=29151] ppid=29093 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/29096/task/29151/stat : 29151 (java) S 29093 29096 23703 0 -1 1077944384 1 13085 0 0 0 0 4 3 20 0 15 0 71978065 11079016448 14665 33554432000 4194304 4196468 140735113596352 140466551757840 140466978936533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22941696 140735113599598 140735113602396 140735113602396 140735113605071 0
[pid=29096/tid=29152] ppid=29093 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/29096/task/29152/stat : 29152 (java) S 29093 29096 23703 0 -1 1077944384 1 13085 0 0 0 0 4 3 20 0 15 0 71978065 11079016448 14665 33554432000 4194304 4196468 140735113596352 140466550705040 140466978936533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22941696 140735113599598 140735113602396 140735113602396 140735113605071 0
[pid=29096/tid=29153] ppid=29093 vsize=10819352 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/29096/task/29153/stat : 29153 (java) S 29093 29096 23703 0 -1 1077944384 2 13085 0 0 0 0 4 3 20 0 15 0 71978065 11079016448 14665 33554432000 4194304 4196468 140735113596352 140466549652240 140466978936533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22941696 140735113599598 140735113602396 140735113602396 140735113605071 0
[pid=29096/tid=29154] ppid=29093 vsize=10819352 memory=139838602094207 CPUtime=0.07 cores=0,2,4,6
/proc/29096/task/29154/stat : 29154 (java) S 29093 29096 23703 0 -1 1077944384 2 13085 0 0 0 0 4 3 20 0 15 0 71978067 11079016448 14665 33554432000 4194304 4196468 140735113596352 140466505558384 140466978937474 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22941696 140735113599598 140735113602396 140735113602396 140735113605071 0
[pid=29096/tid=29155] ppid=29093 vsize=10819352 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/29096/task/29155/stat : 29155 (java) S 29093 29096 23703 0 -1 1077944384 13 13085 0 0 0 0 4 3 20 0 15 0 71978067 11079016448 14665 33554432000 4194304 4196468 140735113596352 140466435646496 140466978936533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22941696 140735113599598 140735113602396 140735113602396 140735113605071 0
[pid=29096/tid=29156] ppid=29093 vsize=10819352 memory=139838602094208 CPUtime=0.07 cores=0,2,4,6
/proc/29096/task/29156/stat : 29156 (java) S 29093 29096 23703 0 -1 1077944384 1 13085 0 0 0 0 4 3 20 0 15 0 71978067 11079016448 14665 33554432000 4194304 4196468 140735113596352 140466301428592 140466978936533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22941696 140735113599598 140735113602396 140735113602396 140735113605071 0
[pid=29096/tid=29157] ppid=29093 vsize=10819352 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/29096/task/29157/stat : 29157 (java) S 29093 29096 23703 0 -1 1077944384 2 13085 0 0 0 0 4 3 20 0 15 0 71978070 11079016448 14665 33554432000 4194304 4196468 140735113596352 140465697449808 140466978944923 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22941696 140735113599598 140735113602396 140735113602396 140735113605071 0
[pid=29096/tid=29158] ppid=29093 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/29096/task/29158/stat : 29158 (java) S 29093 29096 23703 0 -1 1077944384 478 13085 0 0 1 0 4 3 20 0 15 0 71978070 11079016448 14665 33554432000 4194304 4196468 140735113596352 140466504506224 140466978937474 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22941696 140735113599598 140735113602396 140735113602396 140735113605071 0
[pid=29096/tid=29159] ppid=29093 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/29096/task/29159/stat : 29159 (java) S 29093 29096 23703 0 -1 1077944384 146 13085 0 0 1 0 4 3 20 0 15 0 71978070 11079016448 14665 33554432000 4194304 4196468 140735113596352 140466402089712 140466978937474 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22941696 140735113599598 140735113602396 140735113602396 140735113605071 0
[pid=29096/tid=29160] ppid=29093 vsize=10819352 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/29096/task/29160/stat : 29160 (java) S 29093 29096 23703 0 -1 1077944384 618 13085 0 0 4 0 4 3 20 0 15 0 71978070 11079016448 14665 33554432000 4194304 4196468 140735113596352 140466401036912 140466978937474 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22941696 140735113599598 140735113602396 140735113602396 140735113605071 0
[pid=29096/tid=29161] ppid=29093 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/29096/task/29161/stat : 29161 (java) S 29093 29096 23703 0 -1 1077944384 3 13085 0 0 0 0 4 3 20 0 15 0 71978070 11079016448 14665 33554432000 4194304 4196468 140735113596352 140465227688672 140466978936533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22941696 140735113599598 140735113602396 140735113602396 140735113605071 0
[pid=29096/tid=29162] ppid=29093 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/29096/task/29162/stat : 29162 (java) S 29093 29096 23703 0 -1 1077944384 1 13085 0 0 0 0 4 3 20 0 15 0 71978070 11079016448 14665 33554432000 4194304 4196468 140735113596352 140466399984304 140466978937474 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22941696 140735113599598 140735113602396 140735113602396 140735113605071 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 58660 KiB

[startup+0.700784 s]
/proc/loadavg: 1.67 1.55 1.43 4/216 29162
/proc/meminfo: memFree=16798944/32770624 swapFree=67108796/67108860
[pid=29096] ppid=29093 vsize=10819352 memory=90808 CPUtime=0.99 cores=0,2,4,6
/proc/29096/stat : 29096 (java) S 29093 29096 23703 0 -1 1077944320 16770 13085 0 0 88 4 4 3 20 0 15 0 71978055 11079016448 22702 33554432000 4194304 4196468 140735113596352 140735113578896 140466978926327 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 22941696 140735113599598 140735113602396 140735113602396 140735113605071 0
/proc/29096/statm: 2704838 22702 3238 1 0 2667149 0
[pid=29096/tid=29149] ppid=29093 vsize=10819352 memory=21528 CPUtime=0.65 cores=0,2,4,6
/proc/29096/task/29149/stat : 29149 (java) R 29093 29096 23703 0 -1 4202560 12253 13085 0 0 56 2 4 3 20 0 15 0 71978064 11079016448 22702 33554432000 4194304 4196468 140735113596352 140466950747152 140466962113165 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22941696 140735113599598 140735113602396 140735113602396 140735113605071 0
[pid=29096/tid=29150] ppid=29093 vsize=10819352 memory=4580 CPUtime=0.07 cores=0,2,4,6
/proc/29096/task/29150/stat : 29150 (java) S 29093 29096 23703 0 -1 1077944384 1 13085 0 0 0 0 4 3 20 0 15 0 71978065 11079016448 22702 33554432000 4194304 4196468 140735113596352 140466983169168 140466978936533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22941696 140735113599598 140735113602396 140735113602396 140735113605071 0
[pid=29096/tid=29151] ppid=29093 vsize=10819352 memory=139838498316783 CPUtime=0.07 cores=0,2,4,6
/proc/29096/task/29151/stat : 29151 (java) S 29093 29096 23703 0 -1 1077944384 1 13085 0 0 0 0 4 3 20 0 15 0 71978065 11079016448 22702 33554432000 4194304 4196468 140735113596352 140466551757840 140466978936533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22941696 140735113599598 140735113602396 140735113602396 140735113605071 0
[pid=29096/tid=29152] ppid=29093 vsize=10819352 memory=139839840191368 CPUtime=0.07 cores=0,2,4,6
/proc/29096/task/29152/stat : 29152 (java) S 29093 29096 23703 0 -1 1077944384 1 13085 0 0 0 0 4 3 20 0 15 0 71978065 11079016448 22702 33554432000 4194304 4196468 140735113596352 140466550705040 140466978936533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22941696 140735113599598 140735113602396 140735113602396 140735113605071 0
[pid=29096/tid=29153] ppid=29093 vsize=10819352 memory=644 CPUtime=0.07 cores=0,2,4,6
/proc/29096/task/29153/stat : 29153 (java) S 29093 29096 23703 0 -1 1077944384 2 13085 0 0 0 0 4 3 20 0 15 0 71978065 11079016448 22702 33554432000 4194304 4196468 140735113596352 140466549652240 140466978936533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22941696 140735113599598 140735113602396 140735113602396 140735113605071 0
[pid=29096/tid=29154] ppid=29093 vsize=10819352 memory=7305218370954291033 CPUtime=0.07 cores=0,2,4,6
/proc/29096/task/29154/stat : 29154 (java) S 29093 29096 23703 0 -1 1077944384 5 13085 0 0 0 0 4 3 20 0 15 0 71978067 11079016448 22702 33554432000 4194304 4196468 140735113596352 140466505558384 140466978937474 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22941696 140735113599598 140735113602396 140735113602396 140735113605071 0
[pid=29096/tid=29155] ppid=29093 vsize=10819352 memory=7739276948477864808 CPUtime=0.07 cores=0,2,4,6
/proc/29096/task/29155/stat : 29155 (java) S 29093 29096 23703 0 -1 1077944384 13 13085 0 0 0 0 4 3 20 0 15 0 71978067 11079016448 22702 33554432000 4194304 4196468 140735113596352 140466435646496 140466978936533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22941696 140735113599598 140735113602396 140735113602396 140735113605071 0
[pid=29096/tid=29156] ppid=29093 vsize=10819352 memory=5787218246971642213 CPUtime=0.07 cores=0,2,4,6
/proc/29096/task/29156/stat : 29156 (java) S 29093 29096 23703 0 -1 1077944384 1 13085 0 0 0 0 4 3 20 0 15 0 71978067 11079016448 22702 33554432000 4194304 4196468 140735113596352 140466301428592 140466978936533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22941696 140735113599598 140735113602396 140735113602396 140735113605071 0
[pid=29096/tid=29157] ppid=29093 vsize=10819352 memory=8514726395715218844 CPUtime=0.07 cores=0,2,4,6
/proc/29096/task/29157/stat : 29157 (java) S 29093 29096 23703 0 -1 1077944384 2 13085 0 0 0 0 4 3 20 0 15 0 71978070 11079016448 22702 33554432000 4194304 4196468 140735113596352 140465697449808 140466978944923 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22941696 140735113599598 140735113602396 140735113602396 140735113605071 0
[pid=29096/tid=29158] ppid=29093 vsize=10819352 memory=8326441112149131689 CPUtime=0.14 cores=0,2,4,6
/proc/29096/task/29158/stat : 29158 (java) S 29093 29096 23703 0 -1 1077944384 834 13085 0 0 7 0 4 3 20 0 15 0 71978070 11079016448 22702 33554432000 4194304 4196468 140735113596352 140466504506224 140466978937474 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22941696 140735113599598 140735113602396 140735113602396 140735113605071 0
[pid=29096/tid=29159] ppid=29093 vsize=10819352 memory=-8990767739041718176 CPUtime=0.17 cores=0,2,4,6
/proc/29096/task/29159/stat : 29159 (java) S 29093 29096 23703 0 -1 1077944384 801 13085 0 0 10 0 4 3 20 0 15 0 71978070 11079016448 22702 33554432000 4194304 4196468 140735113596352 140466402089712 140466978937474 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22941696 140735113599598 140735113602396 140735113602396 140735113605071 0
[pid=29096/tid=29160] ppid=29093 vsize=10819352 memory=-7384994778349281184 CPUtime=0.2 cores=0,2,4,6
/proc/29096/task/29160/stat : 29160 (java) S 29093 29096 23703 0 -1 1077944384 660 13085 0 0 13 0 4 3 20 0 15 0 71978070 11079016448 22702 33554432000 4194304 4196468 140735113596352 140466401036912 140466978937474 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22941696 140735113599598 140735113602396 140735113602396 140735113605071 0
[pid=29096/tid=29161] ppid=29093 vsize=10819352 memory=-7966001967256141664 CPUtime=0.07 cores=0,2,4,6
/proc/29096/task/29161/stat : 29161 (java) S 29093 29096 23703 0 -1 1077944384 3 13085 0 0 0 0 4 3 20 0 15 0 71978070 11079016448 22702 33554432000 4194304 4196468 140735113596352 140465227688672 140466978936533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22941696 140735113599598 140735113602396 140735113602396 140735113605071 0
[pid=29096/tid=29162] ppid=29093 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/29096/task/29162/stat : 29162 (java) S 29093 29096 23703 0 -1 1077944384 1 13085 0 0 0 0 4 3 20 0 15 0 71978070 11079016448 22702 33554432000 4194304 4196468 140735113596352 140466399984304 140466978937474 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22941696 140735113599598 140735113602396 140735113602396 140735113605071 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 90808 KiB

[startup+1.50079 s]
/proc/loadavg: 1.67 1.55 1.43 4/216 29162
/proc/meminfo: memFree=16753852/32770624 swapFree=67108796/67108860
[pid=29096] ppid=29093 vsize=10834252 memory=181116 CPUtime=2.23 cores=0,2,4,6
/proc/29096/stat : 29096 (java) S 29093 29096 23703 0 -1 1077944320 23796 13085 0 0 206 10 4 3 20 0 15 0 71978055 11094274048 45279 33554432000 4194304 4196468 140735113596352 140735113578896 140466978926327 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 22941696 140735113599598 140735113602396 140735113602396 140735113605071 0
/proc/29096/statm: 2708563 45279 3469 1 0 2670221 0
[pid=29096/tid=29149] ppid=29093 vsize=10834252 memory=0 CPUtime=1.43 cores=0,2,4,6
/proc/29096/task/29149/stat : 29149 (java) R 29093 29096 23703 0 -1 4202560 17860 13085 0 0 130 6 4 3 20 0 15 0 71978064 11094274048 45279 33554432000 4194304 4196468 140735113596352 140466950749632 140466960489902 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22941696 140735113599598 140735113602396 140735113602396 140735113605071 0
[pid=29096/tid=29150] ppid=29093 vsize=10834252 memory=104564 CPUtime=0.08 cores=0,2,4,6
/proc/29096/task/29150/stat : 29150 (java) S 29093 29096 23703 0 -1 1077944384 29 13085 0 0 1 0 4 3 20 0 15 0 71978065 11094274048 45279 33554432000 4194304 4196468 140735113596352 140466983169168 140466978936533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22941696 140735113599598 140735113602396 140735113602396 140735113605071 0
[pid=29096/tid=29151] ppid=29093 vsize=10834252 memory=5790086053191909267 CPUtime=0.08 cores=0,2,4,6
/proc/29096/task/29151/stat : 29151 (java) S 29093 29096 23703 0 -1 1077944384 82 13085 0 0 1 0 4 3 20 0 15 0 71978065 11094274048 45279 33554432000 4194304 4196468 140735113596352 140466551757840 140466978936533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22941696 140735113599598 140735113602396 140735113602396 140735113605071 0
[pid=29096/tid=29152] ppid=29093 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/29096/task/29152/stat : 29152 (java) S 29093 29096 23703 0 -1 1077944384 28 13085 0 0 1 0 4 3 20 0 15 0 71978065 11094274048 45279 33554432000 4194304 4196468 140735113596352 140466550705040 140466978936533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22941696 140735113599598 140735113602396 140735113602396 140735113605071 0
[pid=29096/tid=29153] ppid=29093 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/29096/task/29153/stat : 29153 (java) S 29093 29096 23703 0 -1 1077944384 304 13085 0 0 1 0 4 3 20 0 15 0 71978065 11094274048 45279 33554432000 4194304 4196468 140735113596352 140466549652240 140466978936533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22941696 140735113599598 140735113602396 140735113602396 140735113605071 0
[pid=29096/tid=29154] ppid=29093 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/29096/task/29154/stat : 29154 (java) S 29093 29096 23703 0 -1 1077944384 56 13085 0 0 1 0 4 3 20 0 15 0 71978067 11094274048 45279 33554432000 4194304 4196468 140735113596352 140466505558384 140466978937474 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22941696 140735113599598 140735113602396 140735113602396 140735113605071 0
[pid=29096/tid=29155] ppid=29093 vsize=10834252 memory=-6221781267475802396 CPUtime=0.07 cores=0,2,4,6
/proc/29096/task/29155/stat : 29155 (java) S 29093 29096 23703 0 -1 1077944384 14 13085 0 0 0 0 4 3 20 0 15 0 71978067 11094274048 45279 33554432000 4194304 4196468 140735113596352 140466435646560 140466978936533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22941696 140735113599598 140735113602396 140735113602396 140735113605071 0
[pid=29096/tid=29156] ppid=29093 vsize=10834252 memory=1572 CPUtime=0.07 cores=0,2,4,6
/proc/29096/task/29156/stat : 29156 (java) S 29093 29096 23703 0 -1 1077944384 1 13085 0 0 0 0 4 3 20 0 15 0 71978067 11094274048 45279 33554432000 4194304 4196468 140735113596352 140466301428608 140466978936533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22941696 140735113599598 140735113602396 140735113602396 140735113605071 0
[pid=29096/tid=29157] ppid=29093 vsize=10834252 memory=2092 CPUtime=0.07 cores=0,2,4,6
/proc/29096/task/29157/stat : 29157 (java) S 29093 29096 23703 0 -1 1077944384 2 13085 0 0 0 0 4 3 20 0 15 0 71978070 11094274048 45279 33554432000 4194304 4196468 140735113596352 140465697449808 140466978944923 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22941696 140735113599598 140735113602396 140735113602396 140735113605071 0
[pid=29096/tid=29158] ppid=29093 vsize=10834252 memory=0 CPUtime=0.21 cores=0,2,4,6
/proc/29096/task/29158/stat : 29158 (java) R 29093 29096 23703 0 -1 1077944384 940 13085 0 0 14 0 4 3 20 0 15 0 71978070 11094274048 45279 33554432000 4194304 4196468 140735113596352 140466504506224 140466978937474 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22941696 140735113599598 140735113602396 140735113602396 140735113605071 0
[pid=29096/tid=29159] ppid=29093 vsize=10834252 memory=265053974636545 CPUtime=0.32 cores=0,2,4,6
/proc/29096/task/29159/stat : 29159 (java) S 29093 29096 23703 0 -1 1077944384 1276 13085 0 0 25 0 4 3 20 0 15 0 71978070 11094274048 45279 33554432000 4194304 4196468 140735113596352 140466402089712 140466978937474 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22941696 140735113599598 140735113602396 140735113602396 140735113605071 0
[pid=29096/tid=29160] ppid=29093 vsize=10834252 memory=297290490211296509 CPUtime=0.35 cores=0,2,4,6
/proc/29096/task/29160/stat : 29160 (java) S 29093 29096 23703 0 -1 1077944384 1008 13085 0 0 28 0 4 3 20 0 15 0 71978070 11094274048 45279 33554432000 4194304 4196468 140735113596352 140466401036912 140466978937474 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22941696 140735113599598 140735113602396 140735113602396 140735113605071 0
[pid=29096/tid=29161] ppid=29093 vsize=10834252 memory=4638778398333161808 CPUtime=0.07 cores=0,2,4,6
/proc/29096/task/29161/stat : 29161 (java) S 29093 29096 23703 0 -1 1077944384 3 13085 0 0 0 0 4 3 20 0 15 0 71978070 11094274048 45279 33554432000 4194304 4196468 140735113596352 140465227688672 140466978936533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22941696 140735113599598 140735113602396 140735113602396 140735113605071 0
[pid=29096/tid=29162] ppid=29093 vsize=10834252 memory=6935649255759568960 CPUtime=0.07 cores=0,2,4,6
/proc/29096/task/29162/stat : 29162 (java) S 29093 29096 23703 0 -1 1077944384 1 13085 0 0 0 0 4 3 20 0 15 0 71978070 11094274048 45279 33554432000 4194304 4196468 140735113596352 140466399984304 140466978937474 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22941696 140735113599598 140735113602396 140735113602396 140735113605071 0
Current children cumulated CPU time: 2.23 s
Current children cumulated vsize: 10834252 KiB

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


[startup+3.20096 s]
/proc/loadavg: 1.67 1.55 1.43 5/216 29162
/proc/meminfo: memFree=16584692/32770624 swapFree=67108796/67108860
[pid=29096] ppid=29093 vsize=10912096 memory=306364 CPUtime=5.99 cores=0,2,4,6
/proc/29096/stat : 29096 (java) S 29093 29096 23703 0 -1 1077944320 64156 13085 0 0 572 20 4 3 20 0 15 0 71978055 11173986304 76591 33554432000 4194304 4196468 140735113596352 140735113578896 140466978926327 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 22941696 140735113599598 140735113602396 140735113602396 140735113605071 0
/proc/29096/statm: 2728024 76591 3501 1 0 2689677 0
[pid=29096/tid=29149] ppid=29093 vsize=10912096 memory=13852958290872887 CPUtime=3.07 cores=0,2,4,6
/proc/29096/task/29149/stat : 29149 (java) R 29093 29096 23703 0 -1 4202560 44232 13085 0 0 290 10 4 3 20 0 15 0 71978064 11173986304 76591 33554432000 4194304 4196468 140735113596352 140466950759824 140466963006814 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22941696 140735113599598 140735113602396 140735113602396 140735113605071 0
[pid=29096/tid=29150] ppid=29093 vsize=10912096 memory=2315815 CPUtime=0.09 cores=0,2,4,6
/proc/29096/task/29150/stat : 29150 (java) S 29093 29096 23703 0 -1 1077944384 55 13085 0 0 2 0 4 3 20 0 15 0 71978065 11173986304 76591 33554432000 4194304 4196468 140735113596352 140466983169168 140466978936533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22941696 140735113599598 140735113602396 140735113602396 140735113605071 0
[pid=29096/tid=29151] ppid=29093 vsize=10912096 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/29096/task/29151/stat : 29151 (java) S 29093 29096 23703 0 -1 1077944384 106 13085 0 0 2 0 4 3 20 0 15 0 71978065 11173986304 76591 33554432000 4194304 4196468 140735113596352 140466551757840 140466978936533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22941696 140735113599598 140735113602396 140735113602396 140735113605071 0
[pid=29096/tid=29152] ppid=29093 vsize=10912096 memory=2241 CPUtime=0.1 cores=0,2,4,6
/proc/29096/task/29152/stat : 29152 (java) S 29093 29096 23703 0 -1 1077944384 123 13085 0 0 3 0 4 3 20 0 15 0 71978065 11173986304 76591 33554432000 4194304 4196468 140735113596352 140466550705040 140466978936533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22941696 140735113599598 140735113602396 140735113602396 140735113605071 0
[pid=29096/tid=29153] ppid=29093 vsize=10912096 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/29096/task/29153/stat : 29153 (java) S 29093 29096 23703 0 -1 1077944384 359 13085 0 0 2 0 4 3 20 0 15 0 71978065 11173986304 76591 33554432000 4194304 4196468 140735113596352 140466549652240 140466978936533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22941696 140735113599598 140735113602396 140735113602396 140735113605071 0
[pid=29096/tid=29154] ppid=29093 vsize=10912096 memory=279676996829232 CPUtime=0.1 cores=0,2,4,6
/proc/29096/task/29154/stat : 29154 (java) S 29093 29096 23703 0 -1 1077944384 2859 13085 0 0 3 0 4 3 20 0 15 0 71978067 11173986304 76591 33554432000 4194304 4196468 140735113596352 140466505558384 140466978937474 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22941696 140735113599598 140735113602396 140735113602396 140735113605071 0
[pid=29096/tid=29155] ppid=29093 vsize=10912096 memory=33 CPUtime=0.07 cores=0,2,4,6
/proc/29096/task/29155/stat : 29155 (java) S 29093 29096 23703 0 -1 1077944384 14 13085 0 0 0 0 4 3 20 0 15 0 71978067 11173986304 76591 33554432000 4194304 4196468 140735113596352 140466435646560 140466978936533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22941696 140735113599598 140735113602396 140735113602396 140735113605071 0
[pid=29096/tid=29156] ppid=29093 vsize=10912096 memory=139838498412016 CPUtime=0.07 cores=0,2,4,6
/proc/29096/task/29156/stat : 29156 (java) S 29093 29096 23703 0 -1 1077944384 1 13085 0 0 0 0 4 3 20 0 15 0 71978067 11173986304 76591 33554432000 4194304 4196468 140735113596352 140466301428608 140466978936533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22941696 140735113599598 140735113602396 140735113602396 140735113605071 0
[pid=29096/tid=29157] ppid=29093 vsize=10912096 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/29096/task/29157/stat : 29157 (java) S 29093 29096 23703 0 -1 1077944384 2 13085 0 0 0 0 4 3 20 0 15 0 71978070 11173986304 76591 33554432000 4194304 4196468 140735113596352 140465697449808 140466978944923 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22941696 140735113599598 140735113602396 140735113602396 140735113605071 0
[pid=29096/tid=29158] ppid=29093 vsize=10912096 memory=0 CPUtime=0.89 cores=0,2,4,6
/proc/29096/task/29158/stat : 29158 (java) R 29093 29096 23703 0 -1 4202560 5136 13085 0 0 80 2 4 3 20 0 15 0 71978070 11173986304 76591 33554432000 4194304 4196468 140735113596352 140466504492248 140466964034280 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22941696 140735113599598 140735113602396 140735113602396 140735113605071 0
[pid=29096/tid=29159] ppid=29093 vsize=10912096 memory=0 CPUtime=0.99 cores=0,2,4,6
/proc/29096/task/29159/stat : 29159 (java) R 29093 29096 23703 0 -1 4202560 4983 13085 0 0 91 1 4 3 20 0 15 0 71978070 11173986304 76591 33554432000 4194304 4196468 140735113596352 140466402079504 140466960447302 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22941696 140735113599598 140735113602396 140735113602396 140735113605071 0
[pid=29096/tid=29160] ppid=29093 vsize=10912096 memory=6943526294502006880 CPUtime=1.02 cores=0,2,4,6
/proc/29096/task/29160/stat : 29160 (java) S 29093 29096 23703 0 -1 1077944384 4083 13085 0 0 94 1 4 3 20 0 15 0 71978070 11173986304 76591 33554432000 4194304 4196468 140735113596352 140466401036912 140466978937474 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22941696 140735113599598 140735113602396 140735113602396 140735113605071 0
[pid=29096/tid=29161] ppid=29093 vsize=10912096 memory=6791534058613427641 CPUtime=0.07 cores=0,2,4,6
/proc/29096/task/29161/stat : 29161 (java) S 29093 29096 23703 0 -1 1077944384 3 13085 0 0 0 0 4 3 20 0 15 0 71978070 11173986304 76591 33554432000 4194304 4196468 140735113596352 140465227688672 140466978936533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22941696 140735113599598 140735113602396 140735113602396 140735113605071 0
[pid=29096/tid=29162] ppid=29093 vsize=10912096 memory=2241 CPUtime=0.07 cores=0,2,4,6
/proc/29096/task/29162/stat : 29162 (java) S 29093 29096 23703 0 -1 1077944384 8 13085 0 0 0 0 4 3 20 0 15 0 71978070 11173986304 76591 33554432000 4194304 4196468 140735113596352 140466399984304 140466978937474 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22941696 140735113599598 140735113602396 140735113602396 140735113605071 0
Current children cumulated CPU time: 5.99 s
Current children cumulated vsize: 10912096 KiB
Current children cumulated memory: 306364 KiB

[startup+4.8008 s]
/proc/loadavg: 1.78 1.57 1.44 5/216 29162
/proc/meminfo: memFree=16533400/32770624 swapFree=67108796/67108860
[pid=29096] ppid=29093 vsize=10914144 memory=374284 CPUtime=10.34 cores=0,2,4,6
/proc/29096/stat : 29096 (java) S 29093 29096 23703 0 -1 1077944320 68604 13085 0 0 1004 23 4 3 20 0 15 0 71978055 11176083456 93571 33554432000 4194304 4196468 140735113596352 140735113578896 140466978926327 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 22941696 140735113599598 140735113602396 140735113602396 140735113605071 0
/proc/29096/statm: 2728536 93571 3508 1 0 2690189 0
[pid=29096/tid=29149] ppid=29093 vsize=10914144 memory=0 CPUtime=4.67 cores=0,2,4,6
/proc/29096/task/29149/stat : 29149 (java) R 29093 29096 23703 0 -1 4202560 44337 13085 0 0 448 12 4 3 20 0 15 0 71978064 11176083456 93571 33554432000 4194304 4196468 140735113596352 140466950761216 140466595105984 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22941696 140735113599598 140735113602396 140735113602396 140735113605071 0
[pid=29096/tid=29150] ppid=29093 vsize=10914144 memory=7 CPUtime=0.1 cores=0,2,4,6
/proc/29096/task/29150/stat : 29150 (java) S 29093 29096 23703 0 -1 1077944384 56 13085 0 0 3 0 4 3 20 0 15 0 71978065 11176083456 93571 33554432000 4194304 4196468 140735113596352 140466983169168 140466978936533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22941696 140735113599598 140735113602396 140735113602396 140735113605071 0
[pid=29096/tid=29151] ppid=29093 vsize=10914144 memory=6791534058613427641 CPUtime=0.1 cores=0,2,4,6
/proc/29096/task/29151/stat : 29151 (java) S 29093 29096 23703 0 -1 1077944384 115 13085 0 0 3 0 4 3 20 0 15 0 71978065 11176083456 93571 33554432000 4194304 4196468 140735113596352 140466551757840 140466978936533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22941696 140735113599598 140735113602396 140735113602396 140735113605071 0
[pid=29096/tid=29152] ppid=29093 vsize=10914144 memory=3906648609122435454 CPUtime=0.1 cores=0,2,4,6
/proc/29096/task/29152/stat : 29152 (java) S 29093 29096 23703 0 -1 1077944384 132 13085 0 0 3 0 4 3 20 0 15 0 71978065 11176083456 93571 33554432000 4194304 4196468 140735113596352 140466550705040 140466978936533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22941696 140735113599598 140735113602396 140735113602396 140735113605071 0
[pid=29096/tid=29153] ppid=29093 vsize=10914144 memory=5865778425807006308 CPUtime=0.1 cores=0,2,4,6
/proc/29096/task/29153/stat : 29153 (java) S 29093 29096 23703 0 -1 1077944384 364 13085 0 0 3 0 4 3 20 0 15 0 71978065 11176083456 93571 33554432000 4194304 4196468 140735113596352 140466549652240 140466978936533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22941696 140735113599598 140735113602396 140735113602396 140735113605071 0
[pid=29096/tid=29154] ppid=29093 vsize=10914144 memory=5787213827147326820 CPUtime=0.1 cores=0,2,4,6
/proc/29096/task/29154/stat : 29154 (java) S 29093 29096 23703 0 -1 1077944384 2860 13085 0 0 3 0 4 3 20 0 15 0 71978067 11176083456 93571 33554432000 4194304 4196468 140735113596352 140466505558384 140466978937474 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22941696 140735113599598 140735113602396 140735113602396 140735113605071 0
[pid=29096/tid=29155] ppid=29093 vsize=10914144 memory=6081383868460788330 CPUtime=0.07 cores=0,2,4,6
/proc/29096/task/29155/stat : 29155 (java) S 29093 29096 23703 0 -1 1077944384 14 13085 0 0 0 0 4 3 20 0 15 0 71978067 11176083456 93571 33554432000 4194304 4196468 140735113596352 140466435646560 140466978936533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22941696 140735113599598 140735113602396 140735113602396 140735113605071 0
[pid=29096/tid=29156] ppid=29093 vsize=10914144 memory=7878881940073835373 CPUtime=0.07 cores=0,2,4,6
/proc/29096/task/29156/stat : 29156 (java) S 29093 29096 23703 0 -1 1077944384 1 13085 0 0 0 0 4 3 20 0 15 0 71978067 11176083456 93571 33554432000 4194304 4196468 140735113596352 140466301428608 140466978936533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22941696 140735113599598 140735113602396 140735113602396 140735113605071 0
[pid=29096/tid=29157] ppid=29093 vsize=10914144 memory=7161100971102201433 CPUtime=0.07 cores=0,2,4,6
/proc/29096/task/29157/stat : 29157 (java) S 29093 29096 23703 0 -1 1077944384 2 13085 0 0 0 0 4 3 20 0 15 0 71978070 11176083456 93571 33554432000 4194304 4196468 140735113596352 140465697449808 140466978944923 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22941696 140735113599598 140735113602396 140735113602396 140735113605071 0
[pid=29096/tid=29158] ppid=29093 vsize=10914144 memory=0 CPUtime=2.16 cores=0,2,4,6
/proc/29096/task/29158/stat : 29158 (java) S 29093 29096 23703 0 -1 1077944384 8565 13085 0 0 207 2 4 3 20 0 15 0 71978070 11176083456 93571 33554432000 4194304 4196468 140735113596352 140466504506224 140466978937474 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22941696 140735113599598 140735113602396 140735113602396 140735113605071 0
[pid=29096/tid=29159] ppid=29093 vsize=10914144 memory=0 CPUtime=2.17 cores=0,2,4,6
/proc/29096/task/29159/stat : 29159 (java) S 29093 29096 23703 0 -1 1077944384 5261 13085 0 0 208 2 4 3 20 0 15 0 71978070 11176083456 93571 33554432000 4194304 4196468 140735113596352 140466402089712 140466978937474 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22941696 140735113599598 140735113602396 140735113602396 140735113605071 0
[pid=29096/tid=29160] ppid=29093 vsize=10914144 memory=279676996087680 CPUtime=1.3 cores=0,2,4,6
/proc/29096/task/29160/stat : 29160 (java) S 29093 29096 23703 0 -1 1077944384 4693 13085 0 0 121 2 4 3 20 0 15 0 71978070 11176083456 93571 33554432000 4194304 4196468 140735113596352 140466401036912 140466978937474 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22941696 140735113599598 140735113602396 140735113602396 140735113605071 0
[pid=29096/tid=29161] ppid=29093 vsize=10914144 memory=139838498108992 CPUtime=0.07 cores=0,2,4,6
/proc/29096/task/29161/stat : 29161 (java) S 29093 29096 23703 0 -1 1077944384 3 13085 0 0 0 0 4 3 20 0 15 0 71978070 11176083456 93571 33554432000 4194304 4196468 140735113596352 140465227688672 140466978936533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22941696 140735113599598 140735113602396 140735113602396 140735113605071 0
[pid=29096/tid=29162] ppid=29093 vsize=10914144 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/29096/task/29162/stat : 29162 (java) S 29093 29096 23703 0 -1 1077944384 9 13085 0 0 0 0 4 3 20 0 15 0 71978070 11176083456 93571 33554432000 4194304 4196468 140735113596352 140466399984304 140466978937474 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22941696 140735113599598 140735113602396 140735113602396 140735113605071 0
Current children cumulated CPU time: 10.34 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 374284 KiB

[startup+5.60066 s]
/proc/loadavg: 1.78 1.57 1.44 3/216 29162
/proc/meminfo: memFree=16484676/32770624 swapFree=67108796/67108860
[pid=29096] ppid=29093 vsize=10914144 memory=387844 CPUtime=11.59 cores=0,2,4,6
/proc/29096/stat : 29096 (java) S 29093 29096 23703 0 -1 1077944320 69018 13085 0 0 1127 25 4 3 20 0 15 0 71978055 11176083456 96961 33554432000 4194304 4196468 140735113596352 140735113578896 140466978926327 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 22941696 140735113599598 140735113602396 140735113602396 140735113605071 0
/proc/29096/statm: 2728536 96961 3508 1 0 2690189 0
[pid=29096/tid=29149] ppid=29093 vsize=10914144 memory=2088 CPUtime=5.46 cores=0,2,4,6
/proc/29096/task/29149/stat : 29149 (java) R 29093 29096 23703 0 -1 4202560 44356 13085 0 0 526 13 4 3 20 0 15 0 71978064 11176083456 96961 33554432000 4194304 4196468 140735113596352 140466950757584 140466593579877 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22941696 140735113599598 140735113602396 140735113602396 140735113605071 0
[pid=29096/tid=29150] ppid=29093 vsize=10914144 memory=1040 CPUtime=0.1 cores=0,2,4,6
/proc/29096/task/29150/stat : 29150 (java) S 29093 29096 23703 0 -1 1077944384 59 13085 0 0 3 0 4 3 20 0 15 0 71978065 11176083456 96961 33554432000 4194304 4196468 140735113596352 140466983169168 140466978936533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22941696 140735113599598 140735113602396 140735113602396 140735113605071 0
[pid=29096/tid=29151] ppid=29093 vsize=10914144 memory=1628 CPUtime=0.1 cores=0,2,4,6
/proc/29096/task/29151/stat : 29151 (java) S 29093 29096 23703 0 -1 1077944384 117 13085 0 0 3 0 4 3 20 0 15 0 71978065 11176083456 96961 33554432000 4194304 4196468 140735113596352 140466551757840 140466978936533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22941696 140735113599598 140735113602396 140735113602396 140735113605071 0
[pid=29096/tid=29152] ppid=29093 vsize=10914144 memory=8876 CPUtime=0.1 cores=0,2,4,6
/proc/29096/task/29152/stat : 29152 (java) S 29093 29096 23703 0 -1 1077944384 135 13085 0 0 3 0 4 3 20 0 15 0 71978065 11176083456 96961 33554432000 4194304 4196468 140735113596352 140466550705040 140466978936533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22941696 140735113599598 140735113602396 140735113602396 140735113605071 0
[pid=29096/tid=29153] ppid=29093 vsize=10914144 memory=1120 CPUtime=0.1 cores=0,2,4,6
/proc/29096/task/29153/stat : 29153 (java) S 29093 29096 23703 0 -1 1077944384 367 13085 0 0 3 0 4 3 20 0 15 0 71978065 11176083456 96961 33554432000 4194304 4196468 140735113596352 140466549652240 140466978936533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22941696 140735113599598 140735113602396 140735113602396 140735113605071 0
[pid=29096/tid=29154] ppid=29093 vsize=10914144 memory=792 CPUtime=0.1 cores=0,2,4,6
/proc/29096/task/29154/stat : 29154 (java) S 29093 29096 23703 0 -1 1077944384 2875 13085 0 0 3 0 4 3 20 0 15 0 71978067 11176083456 96961 33554432000 4194304 4196468 140735113596352 140466505558384 140466978937474 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22941696 140735113599598 140735113602396 140735113602396 140735113605071 0
[pid=29096/tid=29155] ppid=29093 vsize=10914144 memory=832 CPUtime=0.07 cores=0,2,4,6
/proc/29096/task/29155/stat : 29155 (java) S 29093 29096 23703 0 -1 1077944384 14 13085 0 0 0 0 4 3 20 0 15 0 71978067 11176083456 96961 33554432000 4194304 4196468 140735113596352 140466435646560 140466978936533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22941696 140735113599598 140735113602396 140735113602396 140735113605071 0
[pid=29096/tid=29156] ppid=29093 vsize=10914144 memory=1600 CPUtime=0.07 cores=0,2,4,6
/proc/29096/task/29156/stat : 29156 (java) S 29093 29096 23703 0 -1 1077944384 1 13085 0 0 0 0 4 3 20 0 15 0 71978067 11176083456 96961 33554432000 4194304 4196468 140735113596352 140466301428608 140466978936533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22941696 140735113599598 140735113602396 140735113602396 140735113605071 0
[pid=29096/tid=29157] ppid=29093 vsize=10914144 memory=5024 CPUtime=0.07 cores=0,2,4,6
/proc/29096/task/29157/stat : 29157 (java) S 29093 29096 23703 0 -1 1077944384 2 13085 0 0 0 0 4 3 20 0 15 0 71978070 11176083456 96961 33554432000 4194304 4196468 140735113596352 140465697449808 140466978944923 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22941696 140735113599598 140735113602396 140735113602396 140735113605071 0
[pid=29096/tid=29158] ppid=29093 vsize=10914144 memory=4032 CPUtime=2.41 cores=0,2,4,6
/proc/29096/task/29158/stat : 29158 (java) S 29093 29096 23703 0 -1 1077944384 8605 13085 0 0 232 2 4 3 20 0 15 0 71978070 11176083456 96961 33554432000 4194304 4196468 140735113596352 140466504506224 140466978937474 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22941696 140735113599598 140735113602396 140735113602396 140735113605071 0
[pid=29096/tid=29159] ppid=29093 vsize=10914144 memory=1284 CPUtime=2.29 cores=0,2,4,6
/proc/29096/task/29159/stat : 29159 (java) S 29093 29096 23703 0 -1 1077944384 5295 13085 0 0 220 2 4 3 20 0 15 0 71978070 11176083456 96961 33554432000 4194304 4196468 140735113596352 140466402089712 140466978937474 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22941696 140735113599598 140735113602396 140735113602396 140735113605071 0
[pid=29096/tid=29160] ppid=29093 vsize=10914144 memory=1088 CPUtime=1.38 cores=0,2,4,6
/proc/29096/task/29160/stat : 29160 (java) S 29093 29096 23703 0 -1 1077944384 4985 13085 0 0 129 2 4 3 20 0 15 0 71978070 11176083456 96961 33554432000 4194304 4196468 140735113596352 140466401036912 140466978937474 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22941696 140735113599598 140735113602396 140735113602396 140735113605071 0
[pid=29096/tid=29161] ppid=29093 vsize=10914144 memory=1796 CPUtime=0.07 cores=0,2,4,6
/proc/29096/task/29161/stat : 29161 (java) S 29093 29096 23703 0 -1 1077944384 3 13085 0 0 0 0 4 3 20 0 15 0 71978070 11176083456 96961 33554432000 4194304 4196468 140735113596352 140465227688672 140466978936533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22941696 140735113599598 140735113602396 140735113602396 140735113605071 0
[pid=29096/tid=29162] ppid=29093 vsize=10914144 memory=383520 CPUtime=0.07 cores=0,2,4,6
/proc/29096/task/29162/stat : 29162 (java) S 29093 29096 23703 0 -1 1077944384 12 13085 0 0 0 0 4 3 20 0 15 0 71978070 11176083456 96961 33554432000 4194304 4196468 140735113596352 140466399984304 140466978937474 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22941696 140735113599598 140735113602396 140735113602396 140735113605071 0
Current children cumulated CPU time: 11.59 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 387844 KiB

[startup+6.00074 s]*
/proc/loadavg: 1.78 1.57 1.44 3/216 29162
/proc/meminfo: memFree=16445980/32770624 swapFree=67108796/67108860
[pid=29096] ppid=29093 vsize=10914144 memory=421188 CPUtime=12.27 cores=0,2,4,6
/proc/29096/stat : 29096 (java) S 29093 29096 23703 0 -1 1077944320 69174 13085 0 0 1194 26 4 3 20 0 15 0 71978055 11176083456 105297 33554432000 4194304 4196468 140735113596352 140735113578896 140466978926327 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 22941696 140735113599598 140735113602396 140735113602396 140735113605071 0
/proc/29096/statm: 2728536 105297 3508 1 0 2690189 0
[pid=29096/tid=29149] ppid=29093 vsize=10914144 memory=6791534058613427641 CPUtime=5.86 cores=0,2,4,6
/proc/29096/task/29149/stat : 29149 (java) R 29093 29096 23703 0 -1 4202560 44377 13085 0 0 565 14 4 3 20 0 15 0 71978064 11176083456 105297 33554432000 4194304 4196468 140735113596352 140466950761080 140466594093912 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22941696 140735113599598 140735113602396 140735113602396 140735113605071 0
[pid=29096/tid=29150] ppid=29093 vsize=10914144 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/29096/task/29150/stat : 29150 (java) S 29093 29096 23703 0 -1 1077944384 64 13085 0 0 3 0 4 3 20 0 15 0 71978065 11176083456 105297 33554432000 4194304 4196468 140735113596352 140466983169168 140466978936533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22941696 140735113599598 140735113602396 140735113602396 140735113605071 0
[pid=29096/tid=29151] ppid=29093 vsize=10914144 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/29096/task/29151/stat : 29151 (java) S 29093 29096 23703 0 -1 1077944384 118 13085 0 0 3 0 4 3 20 0 15 0 71978065 11176083456 105297 33554432000 4194304 4196468 140735113596352 140466551757840 140466978936533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22941696 140735113599598 140735113602396 140735113602396 140735113605071 0
[pid=29096/tid=29152] ppid=29093 vsize=10914144 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/29096/task/29152/stat : 29152 (java) S 29093 29096 23703 0 -1 1077944384 135 13085 0 0 3 0 4 3 20 0 15 0 71978065 11176083456 105297 33554432000 4194304 4196468 140735113596352 140466550705040 140466978936533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22941696 140735113599598 140735113602396 140735113602396 140735113605071 0
[pid=29096/tid=29153] ppid=29093 vsize=10914144 memory=-1 CPUtime=0.1 cores=0,2,4,6
/proc/29096/task/29153/stat : 29153 (java) S 29093 29096 23703 0 -1 1077944384 368 13085 0 0 3 0 4 3 20 0 15 0 71978065 11176083456 105297 33554432000 4194304 4196468 140735113596352 140466549652240 140466978936533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22941696 140735113599598 140735113602396 140735113602396 140735113605071 0
[pid=29096/tid=29154] ppid=29093 vsize=10914144 memory=139838602094208 CPUtime=0.1 cores=0,2,4,6
/proc/29096/task/29154/stat : 29154 (java) S 29093 29096 23703 0 -1 1077944384 2897 13085 0 0 3 0 4 3 20 0 15 0 71978067 11176083456 105297 33554432000 4194304 4196468 140735113596352 140466505558384 140466978937474 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22941696 140735113599598 140735113602396 140735113602396 140735113605071 0
[pid=29096/tid=29155] ppid=29093 vsize=10914144 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/29096/task/29155/stat : 29155 (java) S 29093 29096 23703 0 -1 1077944384 14 13085 0 0 0 0 4 3 20 0 15 0 71978067 11176083456 105297 33554432000 4194304 4196468 140735113596352 140466435646560 140466978936533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22941696 140735113599598 140735113602396 140735113602396 140735113605071 0
[pid=29096/tid=29156] ppid=29093 vsize=10914144 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/29096/task/29156/stat : 29156 (java) S 29093 29096 23703 0 -1 1077944384 1 13085 0 0 0 0 4 3 20 0 15 0 71978067 11176083456 105297 33554432000 4194304 4196468 140735113596352 140466301428608 140466978936533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22941696 140735113599598 140735113602396 140735113602396 140735113605071 0
[pid=29096/tid=29157] ppid=29093 vsize=10914144 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/29096/task/29157/stat : 29157 (java) S 29093 29096 23703 0 -1 1077944384 2 13085 0 0 0 0 4 3 20 0 15 0 71978070 11176083456 105297 33554432000 4194304 4196468 140735113596352 140465697449808 140466978944923 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22941696 140735113599598 140735113602396 140735113602396 140735113605071 0
[pid=29096/tid=29158] ppid=29093 vsize=10914144 memory=0 CPUtime=2.57 cores=0,2,4,6
/proc/29096/task/29158/stat : 29158 (java) R 29093 29096 23703 0 -1 4202560 8630 13085 0 0 248 2 4 3 20 0 15 0 71978070 11176083456 105297 33554432000 4194304 4196468 140735113596352 140466504506224 140466972026174 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22941696 140735113599598 140735113602396 140735113602396 140735113605071 0
[pid=29096/tid=29159] ppid=29093 vsize=10914144 memory=-1 CPUtime=2.38 cores=0,2,4,6
/proc/29096/task/29159/stat : 29159 (java) S 29093 29096 23703 0 -1 1077944384 5313 13085 0 0 229 2 4 3 20 0 15 0 71978070 11176083456 105297 33554432000 4194304 4196468 140735113596352 140466402089712 140466978937474 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22941696 140735113599598 140735113602396 140735113602396 140735113605071 0
[pid=29096/tid=29160] ppid=29093 vsize=10914144 memory=139838602094208 CPUtime=1.41 cores=0,2,4,6
/proc/29096/task/29160/stat : 29160 (java) S 29093 29096 23703 0 -1 1077944384 5049 13085 0 0 132 2 4 3 20 0 15 0 71978070 11176083456 105297 33554432000 4194304 4196468 140735113596352 140466401036912 140466978937474 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22941696 140735113599598 140735113602396 140735113602396 140735113605071 0
[pid=29096/tid=29161] ppid=29093 vsize=10914144 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/29096/task/29161/stat : 29161 (java) S 29093 29096 23703 0 -1 1077944384 3 13085 0 0 0 0 4 3 20 0 15 0 71978070 11176083456 105297 33554432000 4194304 4196468 140735113596352 140465227688672 140466978936533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22941696 140735113599598 140735113602396 140735113602396 140735113605071 0
[pid=29096/tid=29162] ppid=29093 vsize=10914144 memory=139838602094208 CPUtime=0.07 cores=0,2,4,6
/proc/29096/task/29162/stat : 29162 (java) S 29093 29096 23703 0 -1 1077944384 12 13085 0 0 0 0 4 3 20 0 15 0 71978070 11176083456 105297 33554432000 4194304 4196468 140735113596352 140466399984304 140466978937474 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22941696 140735113599598 140735113602396 140735113602396 140735113605071 0
Current children cumulated CPU time: 12.27 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 421188 KiB

[startup+6.21178 s]*
/proc/loadavg: 1.78 1.57 1.44 3/203 29163
/proc/meminfo: memFree=16853036/32770624 swapFree=67108796/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): 6.22129
CPU time (s): 12.5927
CPU user time (s): 12.2728
CPU system time (s): 0.319872
CPU usage (%): 202.413
Max. virtual memory (cumulated for all children) (KiB): 10916852
Max. memory (cumulated for all children) (KiB): 423284

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 12.2728
system time used= 0.319872
maximum resident set size= 425476
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 82361
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= 6659
involuntary context switches= 53


# summary of solver processes directly reported to runsolver:
#   pid: 29096
#   total CPU time (s): 12.5927
#   total CPU user time (s): 12.2728
#   total CPU system time (s): 0.319872

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.075449 second user time and 0.089347 second system time

The end

Launcher Data

Begin job on node138 at 2018-07-25 20:42:29
IDJOB=4295361
IDBENCH=141529
IDSOLVER=2750
FILE ID=node138/4295361-1532544149
RUNJOBID= node138-1532523045-23734
PBS_JOBID= 21021594
Free space on /tmp= 53776 MiB

SOLVER NAME= Concrete 3.8 2018-06-13
BENCH NAME= XCSP18/Knapsack/Knapsack-30-100-01_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4295361-1532544149/watcher-4295361-1532544149 -o /tmp/evaluation-result-4295361-1532544149/solver-4295361-1532544149 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node138-1532523045-23734 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=2103038610 HOME/instance-4295361-1532544149.xml

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

MD5SUM BENCH= 29cb88997fb73697c0a266537888e139
RANDOM SEED=2103038610

node138.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.71
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.71
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.71
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.71
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:        16853292 kB
MemAvailable:   31148456 kB
Buffers:          170112 kB
Cached:         14270892 kB
SwapCached:           44 kB
Active:          3165432 kB
Inactive:       12109540 kB
Active(anon):     784612 kB
Inactive(anon):    77316 kB
Active(file):    2380820 kB
Inactive(file): 12032224 kB
Unevictable:        7284 kB
Mlocked:            7284 kB
SwapTotal:      67108860 kB
SwapFree:       67108796 kB
Dirty:             26644 kB
Writeback:             0 kB
AnonPages:        906080 kB
Mapped:            48056 kB
Shmem:             25164 kB
Slab:             339300 kB
SReclaimable:     310580 kB
SUnreclaim:        28720 kB
KernelStack:        3824 kB
PageTables:         6756 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1816260 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    659456 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 53748 MiB
End job on node138 at 2018-07-25 20:42:35