Trace number 4401018

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.2OPT40 137.904 128.262

General information on the benchmark

NamePizzaVoucher/
PizzaVoucher-12a_c18.xml
MD5SUM56cb9e23f693fb34c9078bf93399e92e
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark40
Best CPU time to get the best result obtained on this benchmark13.8479
Satisfiable
(Un)Satisfiability was proved
Number of variables44
Number of constraints105
Number of domains18
Minimum domain size1
Maximum domain size21
Distribution of domain sizes[{"size":1,"count":1},{"size":2,"count":24},{"size":3,"count":3},{"size":4,"count":2},{"size":5,"count":1},{"size":7,"count":1},{"size":21,"count":12}]
Minimum variable degree2
Maximum variable degree32
Distribution of variable degrees[{"degree":2,"count":32},{"degree":31,"count":6},{"degree":32,"count":6}]
Minimum constraint arity2
Maximum constraint arity13
Distribution of constraint arities[{"arity":2,"count":85},{"arity":13,"count":20}]
Number of extensional constraints0
Number of intensional constraints85
Distribution of constraint types[{"type":"intension","count":85},{"type":"count","count":20}]
Optimization problemYES
Type of objectivemin 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.76/0.55	c Concrete v3.12.2.1568631193530 running
7.31/3.21	o 53
7.31/3.27	o 51
7.31/3.28	o 50
7.98/3.48	o 47
10.21/4.12	o 46
10.21/4.13	o 45
10.57/4.31	o 44
21.01/13.32	o 43
23.27/15.53	o 42
39.18/30.50	o 41
76.92/68.03	o 40
137.82/128.24	v <instantiation
137.82/128.24	v         cost = '40'>
137.82/128.24	v       <list>
137.82/128.24	v         v[0] v[1] v[2] v[3] v[4] v[5] v[6] v[7] v[8] v[9] v[10] v[11] np[0] np[1] np[2] np[3] np[4] np[5] np[6] np[7] np[8] np[9] nf[0] nf[1] nf[2] nf[3] nf[4] nf[5] nf[6] nf[7] nf[8] nf[9] pp[0] pp[1] pp[2] pp[3] pp[4] pp[5] pp[6] pp[7] pp[8] pp[9] pp[10] pp[11]
137.82/128.24	v       </list>
137.82/128.24	v       <values>
137.82/128.24	v         9 9 -9 9 1 9 9 9 -9 -9 1 -1 1 0 0 0 0 0 0 0 3 0 2 0 0 0 0 0 0 0 6 0 0 0 9 0 0 0 0 0 10 8 0 13
137.82/128.24	v       </values>
137.82/128.24	v     </instantiation>
137.82/128.24	s OPTIMUM FOUND

Verifier Data

OK	40

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4401018-1568695667/watcher-4401018-1568695667 -o /tmp/evaluation-result-4401018-1568695667/solver-4401018-1568695667 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node145-1568673289-32267 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=2063277470 HOME/instance-4401018-1568695667.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
Current StackSize limit: 8192 KiB

solver pid=5565, runsolver pid=5562

[startup+0.100165 s]*
/proc/loadavg: 1.65 1.42 1.43 3/218 5622
/proc/meminfo: memFree=27699340/32770624 swapFree=66958320/67108860
[pid=5565] ppid=5562 vsize=9972712 memory=18332 CPUtime=0.08 cores=0,2,4,6
/proc/5565/stat : 5565 (java) S 5562 5565 32236 0 -1 1077944320 4343 13396 0 0 1 0 5 2 20 0 6 0 445503160 10212057088 4583 33554432000 4194304 4196468 140736647141408 140736647123952 139889283821303 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 24842240 140736647150319 140736647152837 140736647152837 140736647155663 0
/proc/5565/statm: 2493178 4583 1931 1 0 2481616 0
[pid=5565/tid=5618] ppid=5562 vsize=9972712 memory=-8171376296011865461 CPUtime=0.07 cores=0,2,4,6
/proc/5565/task/5618/stat : 5618 (java) R 5562 5565 32236 0 -1 4202560 2142 13396 0 0 0 0 5 2 20 0 6 0 445503169 10212057088 4649 33554432000 4194304 4196468 140736647141408 139889255658064 139889283843229 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24842240 140736647150319 140736647152837 140736647152837 140736647155663 0
[pid=5565/tid=5619] ppid=5562 vsize=9972712 memory=7948963741541478447 CPUtime=0.07 cores=0,2,4,6
/proc/5565/task/5619/stat : 5619 (java) S 5562 5565 32236 0 -1 1077944384 1 13396 0 0 0 0 5 2 20 0 6 0 445503169 10212057088 4649 33554432000 4194304 4196468 140736647141408 139889288063504 139889283831509 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24842240 140736647150319 140736647152837 140736647152837 140736647155663 0
[pid=5565/tid=5620] ppid=5562 vsize=9972712 memory=139905460278912 CPUtime=0.07 cores=0,2,4,6
/proc/5565/task/5620/stat : 5620 (java) S 5562 5565 32236 0 -1 1077944384 2 13396 0 0 0 0 5 2 20 0 6 0 445503169 10212057088 4649 33554432000 4194304 4196468 140736647141408 139889176337040 139889283831509 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24842240 140736647150319 140736647152837 140736647152837 140736647155663 0
[pid=5565/tid=5621] ppid=5562 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5565/task/5621/stat : 5621 (java) S 5562 5565 32236 0 -1 1077944384 1 13396 0 0 0 0 5 2 20 0 6 0 445503169 10212057088 4649 33554432000 4194304 4196468 140736647141408 139889175283984 139889283831509 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24842240 140736647150319 140736647152837 140736647152837 140736647155663 0
[pid=5565/tid=5622] ppid=5562 vsize=9972712 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/5565/task/5622/stat : 5622 (java) S 5562 5565 32236 0 -1 1077944384 2 13396 0 0 0 0 5 2 20 0 6 0 445503169 10212057088 4649 33554432000 4194304 4196468 140736647141408 139889174231440 139889283831509 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24842240 140736647150319 140736647152837 140736647152837 140736647155663 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18332 KiB

[startup+0.210068 s]*
/proc/loadavg: 1.65 1.42 1.43 4/227 5631
/proc/meminfo: memFree=27682852/32770624 swapFree=66958320/67108860
[pid=5565] ppid=5562 vsize=10820196 memory=41336 CPUtime=0.26 cores=0,2,4,6
/proc/5565/stat : 5565 (java) S 5562 5565 32236 0 -1 1077944320 7157 13396 0 0 18 1 5 2 20 0 15 0 445503160 11079880704 10334 33554432000 4194304 4196468 140736647141408 140736647123952 139889283821303 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 24842240 140736647150319 140736647152837 140736647152837 140736647155663 0
/proc/5565/statm: 2705049 10334 3276 1 0 2667149 0
[pid=5565/tid=5618] ppid=5562 vsize=10820196 memory=8389772277269004345 CPUtime=0.19 cores=0,2,4,6
/proc/5565/task/5618/stat : 5618 (java) R 5562 5565 32236 0 -1 4202560 3654 13396 0 0 11 1 5 2 20 0 15 0 445503169 11079880704 10334 33554432000 4194304 4196468 140736647141408 139889255644464 139889265215034 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24842240 140736647150319 140736647152837 140736647152837 140736647155663 0
[pid=5565/tid=5619] ppid=5562 vsize=10820196 memory=4294967638 CPUtime=0.07 cores=0,2,4,6
/proc/5565/task/5619/stat : 5619 (java) S 5562 5565 32236 0 -1 1077944384 1 13396 0 0 0 0 5 2 20 0 15 0 445503169 11079880704 10334 33554432000 4194304 4196468 140736647141408 139889288063504 139889283831509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24842240 140736647150319 140736647152837 140736647152837 140736647155663 0
[pid=5565/tid=5620] ppid=5562 vsize=10820196 memory=139905460304734 CPUtime=0.07 cores=0,2,4,6
/proc/5565/task/5620/stat : 5620 (java) S 5562 5565 32236 0 -1 1077944384 2 13396 0 0 0 0 5 2 20 0 15 0 445503169 11079880704 10334 33554432000 4194304 4196468 140736647141408 139889176337040 139889283831509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24842240 140736647150319 140736647152837 140736647152837 140736647155663 0
[pid=5565/tid=5621] ppid=5562 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5565/task/5621/stat : 5621 (java) S 5562 5565 32236 0 -1 1077944384 1 13396 0 0 0 0 5 2 20 0 15 0 445503169 11079880704 10334 33554432000 4194304 4196468 140736647141408 139889175283984 139889283831509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24842240 140736647150319 140736647152837 140736647152837 140736647155663 0
[pid=5565/tid=5622] ppid=5562 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/5565/task/5622/stat : 5622 (java) S 5562 5565 32236 0 -1 1077944384 2 13396 0 0 0 0 5 2 20 0 15 0 445503169 11079880704 10334 33554432000 4194304 4196468 140736647141408 139889174231440 139889283831509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24842240 140736647150319 140736647152837 140736647152837 140736647155663 0
[pid=5565/tid=5623] ppid=5562 vsize=10820196 memory=139905460278912 CPUtime=0.07 cores=0,2,4,6
/proc/5565/task/5623/stat : 5623 (java) S 5562 5565 32236 0 -1 1077944384 2 13396 0 0 0 0 5 2 20 0 15 0 445503171 11079880704 10334 33554432000 4194304 4196468 140736647141408 139888742578928 139889283832450 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24842240 140736647150319 140736647152837 140736647152837 140736647155663 0
[pid=5565/tid=5624] ppid=5562 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/5565/task/5624/stat : 5624 (java) S 5562 5565 32236 0 -1 1077944384 33 13396 0 0 0 0 5 2 20 0 15 0 445503171 11079880704 10334 33554432000 4194304 4196468 140736647141408 139888741525152 139889283831509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24842240 140736647150319 140736647152837 140736647152837 140736647155663 0
[pid=5565/tid=5625] ppid=5562 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5565/task/5625/stat : 5625 (java) S 5562 5565 32236 0 -1 1077944384 1 13396 0 0 0 0 5 2 20 0 15 0 445503171 11079880704 10334 33554432000 4194304 4196468 140736647141408 139888091456752 139889283831509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24842240 140736647150319 140736647152837 140736647152837 140736647155663 0
[pid=5565/tid=5626] ppid=5562 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5565/task/5626/stat : 5626 (java) S 5562 5565 32236 0 -1 1077944384 3 13396 0 0 0 0 5 2 20 0 15 0 445503174 11079880704 10334 33554432000 4194304 4196468 140736647141408 139887851166160 139889283839899 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24842240 140736647150319 140736647152837 140736647152837 140736647155663 0
[pid=5565/tid=5627] ppid=5562 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5565/task/5627/stat : 5627 (java) S 5562 5565 32236 0 -1 1077944384 588 13396 0 0 1 0 5 2 20 0 15 0 445503174 11079880704 10334 33554432000 4194304 4196468 140736647141408 139888707967216 139889283832450 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24842240 140736647150319 140736647152837 140736647152837 140736647155663 0
[pid=5565/tid=5628] ppid=5562 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/5565/task/5628/stat : 5628 (java) R 5562 5565 32236 0 -1 4202560 82 13396 0 0 1 0 5 2 20 0 15 0 445503174 11079880704 10334 33554432000 4194304 4196468 140736647141408 139888706914672 139889283842650 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24842240 140736647150319 140736647152837 140736647152837 140736647155663 0
[pid=5565/tid=5629] ppid=5562 vsize=10820196 memory=139905460278912 CPUtime=0.1 cores=0,2,4,6
/proc/5565/task/5629/stat : 5629 (java) S 5562 5565 32236 0 -1 1077944384 596 13396 0 0 3 0 5 2 20 0 15 0 445503174 11079880704 10334 33554432000 4194304 4196468 140736647141408 139888705861616 139889283832450 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24842240 140736647150319 140736647152837 140736647152837 140736647155663 0
[pid=5565/tid=5630] ppid=5562 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/5565/task/5630/stat : 5630 (java) S 5562 5565 32236 0 -1 1077944384 3 13396 0 0 0 0 5 2 20 0 15 0 445503174 11079880704 10334 33554432000 4194304 4196468 140736647141408 139887817607520 139889283831509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24842240 140736647150319 140736647152837 140736647152837 140736647155663 0
[pid=5565/tid=5631] ppid=5562 vsize=10820196 memory=139905460278912 CPUtime=0.07 cores=0,2,4,6
/proc/5565/task/5631/stat : 5631 (java) S 5562 5565 32236 0 -1 1077944384 1 13396 0 0 0 0 5 2 20 0 15 0 445503175 11079880704 10334 33554432000 4194304 4196468 140736647141408 139888704810032 139889283832450 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24842240 140736647150319 140736647152837 140736647152837 140736647155663 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 41336 KiB

[startup+0.310427 s]*
/proc/loadavg: 1.65 1.42 1.43 4/227 5631
/proc/meminfo: memFree=27668728/32770624 swapFree=66958320/67108860
[pid=5565] ppid=5562 vsize=10820196 memory=49536 CPUtime=0.39 cores=0,2,4,6
/proc/5565/stat : 5565 (java) S 5562 5565 32236 0 -1 1077944320 10640 13396 0 0 29 3 5 2 20 0 15 0 445503160 11079880704 12384 33554432000 4194304 4196468 140736647141408 140736647123952 139889283821303 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 24842240 140736647150319 140736647152837 140736647152837 140736647155663 0
/proc/5565/statm: 2705049 12384 3301 1 0 2667149 0
[pid=5565/tid=5618] ppid=5562 vsize=10820196 memory=6935054825532540783 CPUtime=0.28 cores=0,2,4,6
/proc/5565/task/5618/stat : 5618 (java) R 5562 5565 32236 0 -1 4202560 7106 13396 0 0 19 2 5 2 20 0 15 0 445503169 11079880704 12384 33554432000 4194304 4196468 140736647141408 139889255643696 139889267901790 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24842240 140736647150319 140736647152837 140736647152837 140736647155663 0
[pid=5565/tid=5619] ppid=5562 vsize=10820196 memory=4126316290023845779 CPUtime=0.07 cores=0,2,4,6
/proc/5565/task/5619/stat : 5619 (java) S 5562 5565 32236 0 -1 1077944384 1 13396 0 0 0 0 5 2 20 0 15 0 445503169 11079880704 12384 33554432000 4194304 4196468 140736647141408 139889288063504 139889283831509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24842240 140736647150319 140736647152837 140736647152837 140736647155663 0
[pid=5565/tid=5620] ppid=5562 vsize=10820196 memory=-2843871807209587870 CPUtime=0.07 cores=0,2,4,6
/proc/5565/task/5620/stat : 5620 (java) S 5562 5565 32236 0 -1 1077944384 2 13396 0 0 0 0 5 2 20 0 15 0 445503169 11079880704 12384 33554432000 4194304 4196468 140736647141408 139889176337040 139889283831509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24842240 140736647150319 140736647152837 140736647152837 140736647155663 0
[pid=5565/tid=5621] ppid=5562 vsize=10820196 memory=-8412656567334364540 CPUtime=0.07 cores=0,2,4,6
/proc/5565/task/5621/stat : 5621 (java) S 5562 5565 32236 0 -1 1077944384 1 13396 0 0 0 0 5 2 20 0 15 0 445503169 11079880704 12384 33554432000 4194304 4196468 140736647141408 139889175283984 139889283831509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24842240 140736647150319 140736647152837 140736647152837 140736647155663 0
[pid=5565/tid=5622] ppid=5562 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/5565/task/5622/stat : 5622 (java) S 5562 5565 32236 0 -1 1077944384 2 13396 0 0 0 0 5 2 20 0 15 0 445503169 11079880704 12384 33554432000 4194304 4196468 140736647141408 139889174231440 139889283831509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24842240 140736647150319 140736647152837 140736647152837 140736647155663 0
[pid=5565/tid=5623] ppid=5562 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5565/task/5623/stat : 5623 (java) S 5562 5565 32236 0 -1 1077944384 2 13396 0 0 0 0 5 2 20 0 15 0 445503171 11079880704 12384 33554432000 4194304 4196468 140736647141408 139888742578928 139889283832450 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24842240 140736647150319 140736647152837 140736647152837 140736647155663 0
[pid=5565/tid=5624] ppid=5562 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5565/task/5624/stat : 5624 (java) S 5562 5565 32236 0 -1 1077944384 33 13396 0 0 0 0 5 2 20 0 15 0 445503171 11079880704 12384 33554432000 4194304 4196468 140736647141408 139888741525152 139889283831509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24842240 140736647150319 140736647152837 140736647152837 140736647155663 0
[pid=5565/tid=5625] ppid=5562 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5565/task/5625/stat : 5625 (java) S 5562 5565 32236 0 -1 1077944384 1 13396 0 0 0 0 5 2 20 0 15 0 445503171 11079880704 12384 33554432000 4194304 4196468 140736647141408 139888091456752 139889283831509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24842240 140736647150319 140736647152837 140736647152837 140736647155663 0
[pid=5565/tid=5626] ppid=5562 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5565/task/5626/stat : 5626 (java) S 5562 5565 32236 0 -1 1077944384 3 13396 0 0 0 0 5 2 20 0 15 0 445503174 11079880704 12384 33554432000 4194304 4196468 140736647141408 139887851166160 139889283839899 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24842240 140736647150319 140736647152837 140736647152837 140736647155663 0
[pid=5565/tid=5627] ppid=5562 vsize=10820196 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/5565/task/5627/stat : 5627 (java) S 5562 5565 32236 0 -1 1077944384 591 13396 0 0 2 0 5 2 20 0 15 0 445503174 11079880704 12384 33554432000 4194304 4196468 140736647141408 139888707967216 139889283832450 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24842240 140736647150319 140736647152837 140736647152837 140736647155663 0
[pid=5565/tid=5628] ppid=5562 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5565/task/5628/stat : 5628 (java) S 5562 5565 32236 0 -1 1077944384 83 13396 0 0 1 0 5 2 20 0 15 0 445503174 11079880704 12384 33554432000 4194304 4196468 140736647141408 139888706914672 139889283832450 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24842240 140736647150319 140736647152837 140736647152837 140736647155663 0
[pid=5565/tid=5629] ppid=5562 vsize=10820196 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/5565/task/5629/stat : 5629 (java) R 5562 5565 32236 0 -1 4202560 603 13396 0 0 5 0 5 2 20 0 15 0 445503174 11079880704 12384 33554432000 4194304 4196468 140736647141408 139888705861616 139889283842650 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24842240 140736647150319 140736647152837 140736647152837 140736647155663 0
[pid=5565/tid=5630] ppid=5562 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5565/task/5630/stat : 5630 (java) S 5562 5565 32236 0 -1 1077944384 3 13396 0 0 0 0 5 2 20 0 15 0 445503174 11079880704 12384 33554432000 4194304 4196468 140736647141408 139887817607520 139889283831509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24842240 140736647150319 140736647152837 140736647152837 140736647155663 0
[pid=5565/tid=5631] ppid=5562 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5565/task/5631/stat : 5631 (java) S 5562 5565 32236 0 -1 1077944384 1 13396 0 0 0 0 5 2 20 0 15 0 445503175 11079880704 12384 33554432000 4194304 4196468 140736647141408 139888704810032 139889283832450 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24842240 140736647150319 140736647152837 140736647152837 140736647155663 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 49536 KiB

[startup+0.701269 s]
/proc/loadavg: 1.65 1.42 1.43 4/227 5631
/proc/meminfo: memFree=27655204/32770624 swapFree=66958320/67108860
[pid=5565] ppid=5562 vsize=10824364 memory=81564 CPUtime=1.15 cores=0,2,4,6
/proc/5565/stat : 5565 (java) S 5562 5565 32236 0 -1 1077944320 14626 13396 0 0 103 5 5 2 20 0 15 0 445503160 11084148736 20391 33554432000 4194304 4196468 140736647141408 140736647123952 139889283821303 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 24842240 140736647150319 140736647152837 140736647152837 140736647155663 0
/proc/5565/statm: 2706091 20391 3512 1 0 2668173 0
[pid=5565/tid=5618] ppid=5562 vsize=10824364 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/5565/task/5618/stat : 5618 (java) R 5562 5565 32236 0 -1 4202560 10108 13396 0 0 55 4 5 2 20 0 15 0 445503169 11084148736 20391 33554432000 4194304 4196468 140736647141408 139889255648464 139889265406474 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24842240 140736647150319 140736647152837 140736647152837 140736647155663 0
[pid=5565/tid=5619] ppid=5562 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5565/task/5619/stat : 5619 (java) S 5562 5565 32236 0 -1 1077944384 1 13396 0 0 0 0 5 2 20 0 15 0 445503169 11084148736 20391 33554432000 4194304 4196468 140736647141408 139889288063504 139889283831509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24842240 140736647150319 140736647152837 140736647152837 140736647155663 0
[pid=5565/tid=5620] ppid=5562 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5565/task/5620/stat : 5620 (java) S 5562 5565 32236 0 -1 1077944384 2 13396 0 0 0 0 5 2 20 0 15 0 445503169 11084148736 20391 33554432000 4194304 4196468 140736647141408 139889176337040 139889283831509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24842240 140736647150319 140736647152837 140736647152837 140736647155663 0
[pid=5565/tid=5621] ppid=5562 vsize=10824364 memory=279810676887312 CPUtime=0.07 cores=0,2,4,6
/proc/5565/task/5621/stat : 5621 (java) S 5562 5565 32236 0 -1 1077944384 1 13396 0 0 0 0 5 2 20 0 15 0 445503169 11084148736 20391 33554432000 4194304 4196468 140736647141408 139889175283984 139889283831509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24842240 140736647150319 140736647152837 140736647152837 140736647155663 0
[pid=5565/tid=5622] ppid=5562 vsize=10824364 memory=2444910135041 CPUtime=0.07 cores=0,2,4,6
/proc/5565/task/5622/stat : 5622 (java) S 5562 5565 32236 0 -1 1077944384 2 13396 0 0 0 0 5 2 20 0 15 0 445503169 11084148736 20432 33554432000 4194304 4196468 140736647141408 139889174231440 139889283831509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24842240 140736647150319 140736647152837 140736647152837 140736647155663 0
[pid=5565/tid=5623] ppid=5562 vsize=10824364 memory=218158872 CPUtime=0.07 cores=0,2,4,6
/proc/5565/task/5623/stat : 5623 (java) S 5562 5565 32236 0 -1 1077944384 5 13396 0 0 0 0 5 2 20 0 15 0 445503171 11084148736 20432 33554432000 4194304 4196468 140736647141408 139888742578928 139889283832450 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24842240 140736647150319 140736647152837 140736647152837 140736647155663 0
[pid=5565/tid=5624] ppid=5562 vsize=10824364 memory=-7453528518462155811 CPUtime=0.07 cores=0,2,4,6
/proc/5565/task/5624/stat : 5624 (java) S 5562 5565 32236 0 -1 1077944384 33 13396 0 0 0 0 5 2 20 0 15 0 445503171 11084148736 20432 33554432000 4194304 4196468 140736647141408 139888741525152 139889283831509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24842240 140736647150319 140736647152837 140736647152837 140736647155663 0
[pid=5565/tid=5625] ppid=5562 vsize=10824364 memory=7809618204846806625 CPUtime=0.07 cores=0,2,4,6
/proc/5565/task/5625/stat : 5625 (java) S 5562 5565 32236 0 -1 1077944384 1 13396 0 0 0 0 5 2 20 0 15 0 445503171 11084148736 20432 33554432000 4194304 4196468 140736647141408 139888091456752 139889283831509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24842240 140736647150319 140736647152837 140736647152837 140736647155663 0
[pid=5565/tid=5626] ppid=5562 vsize=10824364 memory=8099279071866868842 CPUtime=0.07 cores=0,2,4,6
/proc/5565/task/5626/stat : 5626 (java) S 5562 5565 32236 0 -1 1077944384 3 13396 0 0 0 0 5 2 20 0 15 0 445503174 11084148736 20432 33554432000 4194304 4196468 140736647141408 139887851166160 139889283839899 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24842240 140736647150319 140736647152837 140736647152837 140736647155663 0
[pid=5565/tid=5627] ppid=5562 vsize=10824364 memory=6656426216303648864 CPUtime=0.19 cores=0,2,4,6
/proc/5565/task/5627/stat : 5627 (java) R 5562 5565 32236 0 -1 4202560 1004 13396 0 0 12 0 5 2 20 0 15 0 445503174 11084148736 20432 33554432000 4194304 4196468 140736647141408 139888707948608 139889268742349 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24842240 140736647150319 140736647152837 140736647152837 140736647155663 0
[pid=5565/tid=5628] ppid=5562 vsize=10824364 memory=0 CPUtime=0.22 cores=0,2,4,6
/proc/5565/task/5628/stat : 5628 (java) R 5562 5565 32236 0 -1 4202560 485 13396 0 0 15 0 5 2 20 0 15 0 445503174 11084148736 20432 33554432000 4194304 4196468 140736647141408 139888706902112 139889264518855 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24842240 140736647150319 140736647152837 140736647152837 140736647155663 0
[pid=5565/tid=5629] ppid=5562 vsize=10824364 memory=0 CPUtime=0.24 cores=0,2,4,6
/proc/5565/task/5629/stat : 5629 (java) R 5562 5565 32236 0 -1 4202560 769 13396 0 0 17 0 5 2 20 0 15 0 445503174 11084148736 20432 33554432000 4194304 4196468 140736647141408 139888705861616 139889276918139 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24842240 140736647150319 140736647152837 140736647152837 140736647155663 0
[pid=5565/tid=5630] ppid=5562 vsize=10824364 memory=279810677450304 CPUtime=0.07 cores=0,2,4,6
/proc/5565/task/5630/stat : 5630 (java) S 5562 5565 32236 0 -1 1077944384 3 13396 0 0 0 0 5 2 20 0 15 0 445503174 11084148736 20432 33554432000 4194304 4196468 140736647141408 139887817607520 139889283831509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24842240 140736647150319 140736647152837 140736647152837 140736647155663 0
[pid=5565/tid=5631] ppid=5562 vsize=10824364 memory=139908559667792 CPUtime=0.07 cores=0,2,4,6
/proc/5565/task/5631/stat : 5631 (java) R 5562 5565 32236 0 -1 1077944384 1 13396 0 0 0 0 5 2 20 0 15 0 445503175 11084148736 20432 33554432000 4194304 4196468 140736647141408 139888704810032 139889283832450 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24842240 140736647150319 140736647152837 140736647152837 140736647155663 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 81564 KiB

[startup+1.50067 s]
/proc/loadavg: 1.65 1.42 1.43 4/227 5631
/proc/meminfo: memFree=27611820/32770624 swapFree=66958320/67108860
[pid=5565] ppid=5562 vsize=10834680 memory=169528 CPUtime=2.47 cores=0,2,4,6
/proc/5565/stat : 5565 (java) S 5562 5565 32236 0 -1 1077944320 22066 13396 0 0 230 10 5 2 20 0 15 0 445503160 11094712320 42382 33554432000 4194304 4196468 140736647141408 140736647123952 139889283821303 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 24842240 140736647150319 140736647152837 140736647152837 140736647155663 0
/proc/5565/statm: 2708670 42382 3576 1 0 2670733 0
[pid=5565/tid=5618] ppid=5562 vsize=10834680 memory=-6948614817169703622 CPUtime=1.43 cores=0,2,4,6
/proc/5565/task/5618/stat : 5618 (java) R 5562 5565 32236 0 -1 4202560 15158 13396 0 0 130 6 5 2 20 0 15 0 445503169 11094712320 42382 33554432000 4194304 4196468 140736647141408 139889255619184 139889283833238 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24842240 140736647150319 140736647152837 140736647152837 140736647155663 0
[pid=5565/tid=5619] ppid=5562 vsize=10834680 memory=81564 CPUtime=0.08 cores=0,2,4,6
/proc/5565/task/5619/stat : 5619 (java) S 5562 5565 32236 0 -1 1077944384 77 13396 0 0 1 0 5 2 20 0 15 0 445503169 11094712320 42382 33554432000 4194304 4196468 140736647141408 139889288063504 139889283831509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24842240 140736647150319 140736647152837 140736647152837 140736647155663 0
[pid=5565/tid=5620] ppid=5562 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5565/task/5620/stat : 5620 (java) S 5562 5565 32236 0 -1 1077944384 56 13396 0 0 1 0 5 2 20 0 15 0 445503169 11094712320 42382 33554432000 4194304 4196468 140736647141408 139889176337040 139889283831509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24842240 140736647150319 140736647152837 140736647152837 140736647155663 0
[pid=5565/tid=5621] ppid=5562 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5565/task/5621/stat : 5621 (java) S 5562 5565 32236 0 -1 1077944384 335 13396 0 0 1 0 5 2 20 0 15 0 445503169 11094712320 42382 33554432000 4194304 4196468 140736647141408 139889175283984 139889283831509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24842240 140736647150319 140736647152837 140736647152837 140736647155663 0
[pid=5565/tid=5622] ppid=5562 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5565/task/5622/stat : 5622 (java) S 5562 5565 32236 0 -1 1077944384 31 13396 0 0 1 0 5 2 20 0 15 0 445503169 11094712320 42382 33554432000 4194304 4196468 140736647141408 139889174231440 139889283831509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24842240 140736647150319 140736647152837 140736647152837 140736647155663 0
[pid=5565/tid=5623] ppid=5562 vsize=10834680 memory=8112282956445269571 CPUtime=0.08 cores=0,2,4,6
/proc/5565/task/5623/stat : 5623 (java) S 5562 5565 32236 0 -1 1077944384 637 13396 0 0 1 0 5 2 20 0 15 0 445503171 11094712320 42382 33554432000 4194304 4196468 140736647141408 139888742578928 139889283832450 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24842240 140736647150319 140736647152837 140736647152837 140736647155663 0
[pid=5565/tid=5624] ppid=5562 vsize=10834680 memory=4206186544037388384 CPUtime=0.07 cores=0,2,4,6
/proc/5565/task/5624/stat : 5624 (java) S 5562 5565 32236 0 -1 1077944384 34 13396 0 0 0 0 5 2 20 0 15 0 445503171 11094712320 42382 33554432000 4194304 4196468 140736647141408 139888741525216 139889283831509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24842240 140736647150319 140736647152837 140736647152837 140736647155663 0
[pid=5565/tid=5625] ppid=5562 vsize=10834680 memory=6944656575208382560 CPUtime=0.07 cores=0,2,4,6
/proc/5565/task/5625/stat : 5625 (java) S 5562 5565 32236 0 -1 1077944384 1 13396 0 0 0 0 5 2 20 0 15 0 445503171 11094712320 42382 33554432000 4194304 4196468 140736647141408 139888091456768 139889283831509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24842240 140736647150319 140736647152837 140736647152837 140736647155663 0
[pid=5565/tid=5626] ppid=5562 vsize=10834680 memory=6943526294502006880 CPUtime=0.07 cores=0,2,4,6
/proc/5565/task/5626/stat : 5626 (java) S 5562 5565 32236 0 -1 1077944384 3 13396 0 0 0 0 5 2 20 0 15 0 445503174 11094712320 42382 33554432000 4194304 4196468 140736647141408 139887851166160 139889283839899 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24842240 140736647150319 140736647152837 140736647152837 140736647155663 0
[pid=5565/tid=5627] ppid=5562 vsize=10834680 memory=0 CPUtime=0.28 cores=0,2,4,6
/proc/5565/task/5627/stat : 5627 (java) R 5562 5565 32236 0 -1 1077944384 1091 13396 0 0 21 0 5 2 20 0 15 0 445503174 11094712320 42382 33554432000 4194304 4196468 140736647141408 139888707967216 139889283832450 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24842240 140736647150319 140736647152837 140736647152837 140736647155663 0
[pid=5565/tid=5628] ppid=5562 vsize=10834680 memory=0 CPUtime=0.36 cores=0,2,4,6
/proc/5565/task/5628/stat : 5628 (java) S 5562 5565 32236 0 -1 1077944384 677 13396 0 0 29 0 5 2 20 0 15 0 445503174 11094712320 42382 33554432000 4194304 4196468 140736647141408 139888706914672 139889283832450 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24842240 140736647150319 140736647152837 140736647152837 140736647155663 0
[pid=5565/tid=5629] ppid=5562 vsize=10834680 memory=-7966001967407402336 CPUtime=0.49 cores=0,2,4,6
/proc/5565/task/5629/stat : 5629 (java) R 5562 5565 32236 0 -1 4202560 1752 13396 0 0 42 0 5 2 20 0 15 0 445503174 11094712320 42382 33554432000 4194304 4196468 140736647141408 139888705861616 139889262779171 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24842240 140736647150319 140736647152837 140736647152837 140736647155663 0
[pid=5565/tid=5630] ppid=5562 vsize=10834680 memory=6944613755495348631 CPUtime=0.07 cores=0,2,4,6
/proc/5565/task/5630/stat : 5630 (java) S 5562 5565 32236 0 -1 1077944384 3 13396 0 0 0 0 5 2 20 0 15 0 445503174 11094712320 42382 33554432000 4194304 4196468 140736647141408 139887817607520 139889283831509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24842240 140736647150319 140736647152837 140736647152837 140736647155663 0
[pid=5565/tid=5631] ppid=5562 vsize=10834680 memory=7100839870102598768 CPUtime=0.07 cores=0,2,4,6
/proc/5565/task/5631/stat : 5631 (java) S 5562 5565 32236 0 -1 1077944384 1 13396 0 0 0 0 5 2 20 0 15 0 445503175 11094712320 42382 33554432000 4194304 4196468 140736647141408 139888704810032 139889283832450 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24842240 140736647150319 140736647152837 140736647152837 140736647155663 0
Current children cumulated CPU time: 2.47 s
Current children cumulated vsize: 10834680 KiB

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

[pid=5565/tid=5630] ppid=5562 vsize=10846988 memory=4000 CPUtime=0.07 cores=0,2,4,6
/proc/5565/task/5630/stat : 5630 (java) S 5562 5565 32236 0 -1 1077944384 3 13396 0 0 0 0 5 2 20 0 15 0 445503174 11107315712 214620 33554432000 4194304 4196468 140736647141408 139887817607520 139889283831509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24842240 140736647150319 140736647152837 140736647152837 140736647155663 0
[pid=5565/tid=5631] ppid=5562 vsize=10846988 memory=1552 CPUtime=0.13 cores=0,2,4,6
/proc/5565/task/5631/stat : 5631 (java) S 5562 5565 32236 0 -1 1077944384 339 13396 0 0 2 4 5 2 20 0 15 0 445503175 11107315712 214620 33554432000 4194304 4196468 140736647141408 139888704810032 139889283832450 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24842240 140736647150319 140736647152837 140736647152837 140736647155663 0
Current children cumulated CPU time: 134.38 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 858480 KiB

[startup+126.401 s]
/proc/loadavg: 1.14 1.31 1.39 3/227 5641
/proc/meminfo: memFree=26924236/32770624 swapFree=66958320/67108860
[pid=5565] ppid=5562 vsize=10846988 memory=858480 CPUtime=136 cores=0,2,4,6
/proc/5565/stat : 5565 (java) S 5562 5565 32236 0 -1 1077944320 101644 13396 0 0 13542 51 5 2 20 0 15 0 445503160 11107315712 214620 33554432000 4194304 4196468 140736647141408 140736647123952 139889283821303 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 24842240 140736647150319 140736647152837 140736647152837 140736647155663 0
/proc/5565/statm: 2711747 214620 3621 1 0 2673805 0
[pid=5565/tid=5618] ppid=5562 vsize=10846988 memory=6147501797536719424 CPUtime=125.56 cores=0,2,4,6
/proc/5565/task/5618/stat : 5618 (java) R 5562 5565 32236 0 -1 4202560 30436 13396 0 0 12531 18 5 2 20 0 15 0 445503169 11107315712 214620 33554432000 4194304 4196468 140736647141408 139889255656640 139888860049643 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24842240 140736647150319 140736647152837 140736647152837 140736647155663 0
[pid=5565/tid=5619] ppid=5562 vsize=10846988 memory=858480 CPUtime=0.43 cores=0,2,4,6
/proc/5565/task/5619/stat : 5619 (java) S 5562 5565 32236 0 -1 1077944384 2919 13396 0 0 32 4 5 2 20 0 15 0 445503169 11107315712 214620 33554432000 4194304 4196468 140736647141408 139889288063504 139889283831509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24842240 140736647150319 140736647152837 140736647152837 140736647155663 0
[pid=5565/tid=5620] ppid=5562 vsize=10846988 memory=804 CPUtime=0.43 cores=0,2,4,6
/proc/5565/task/5620/stat : 5620 (java) S 5562 5565 32236 0 -1 1077944384 1455 13396 0 0 31 5 5 2 20 0 15 0 445503169 11107315712 214620 33554432000 4194304 4196468 140736647141408 139889176337040 139889283831509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24842240 140736647150319 140736647152837 140736647152837 140736647155663 0
[pid=5565/tid=5621] ppid=5562 vsize=10846988 memory=4100 CPUtime=0.43 cores=0,2,4,6
/proc/5565/task/5621/stat : 5621 (java) S 5562 5565 32236 0 -1 1077944384 2533 13396 0 0 31 5 5 2 20 0 15 0 445503169 11107315712 214620 33554432000 4194304 4196468 140736647141408 139889175283984 139889283831509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24842240 140736647150319 140736647152837 140736647152837 140736647155663 0
[pid=5565/tid=5622] ppid=5562 vsize=10846988 memory=8112282956445269571 CPUtime=0.44 cores=0,2,4,6
/proc/5565/task/5622/stat : 5622 (java) S 5562 5565 32236 0 -1 1077944384 1171 13396 0 0 33 4 5 2 20 0 15 0 445503169 11107315712 214620 33554432000 4194304 4196468 140736647141408 139889174231440 139889283831509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24842240 140736647150319 140736647152837 140736647152837 140736647155663 0
[pid=5565/tid=5623] ppid=5562 vsize=10846988 memory=880 CPUtime=0.4 cores=0,2,4,6
/proc/5565/task/5623/stat : 5623 (java) S 5562 5565 32236 0 -1 1077944384 4367 13396 0 0 31 2 5 2 20 0 15 0 445503171 11107315712 214620 33554432000 4194304 4196468 140736647141408 139888742578928 139889283832450 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24842240 140736647150319 140736647152837 140736647152837 140736647155663 0
[pid=5565/tid=5624] ppid=5562 vsize=10846988 memory=1976 CPUtime=0.07 cores=0,2,4,6
/proc/5565/task/5624/stat : 5624 (java) S 5562 5565 32236 0 -1 1077944384 39 13396 0 0 0 0 5 2 20 0 15 0 445503171 11107315712 214620 33554432000 4194304 4196468 140736647141408 139888741525216 139889283831509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24842240 140736647150319 140736647152837 140736647152837 140736647155663 0
[pid=5565/tid=5625] ppid=5562 vsize=10846988 memory=8112282956445269571 CPUtime=0.07 cores=0,2,4,6
/proc/5565/task/5625/stat : 5625 (java) S 5562 5565 32236 0 -1 1077944384 1 13396 0 0 0 0 5 2 20 0 15 0 445503171 11107315712 214620 33554432000 4194304 4196468 140736647141408 139888091456768 139889283831509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24842240 140736647150319 140736647152837 140736647152837 140736647155663 0
[pid=5565/tid=5626] ppid=5562 vsize=10846988 memory=776 CPUtime=0.07 cores=0,2,4,6
/proc/5565/task/5626/stat : 5626 (java) S 5562 5565 32236 0 -1 1077944384 3 13396 0 0 0 0 5 2 20 0 15 0 445503174 11107315712 214620 33554432000 4194304 4196468 140736647141408 139887851166160 139889283839899 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24842240 140736647150319 140736647152837 140736647152837 140736647155663 0
[pid=5565/tid=5627] ppid=5562 vsize=10846988 memory=1056 CPUtime=3.51 cores=0,2,4,6
/proc/5565/task/5627/stat : 5627 (java) S 5562 5565 32236 0 -1 1077944384 23533 13396 0 0 341 3 5 2 20 0 15 0 445503174 11107315712 214620 33554432000 4194304 4196468 140736647141408 139888707967216 139889283832450 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24842240 140736647150319 140736647152837 140736647152837 140736647155663 0
[pid=5565/tid=5628] ppid=5562 vsize=10846988 memory=4000 CPUtime=3.47 cores=0,2,4,6
/proc/5565/task/5628/stat : 5628 (java) S 5562 5565 32236 0 -1 1077944384 18049 13396 0 0 337 3 5 2 20 0 15 0 445503174 11107315712 214620 33554432000 4194304 4196468 140736647141408 139888706914672 139889283832450 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24842240 140736647150319 140736647152837 140736647152837 140736647155663 0
[pid=5565/tid=5629] ppid=5562 vsize=10846988 memory=8112282956445269571 CPUtime=1.71 cores=0,2,4,6
/proc/5565/task/5629/stat : 5629 (java) S 5562 5565 32236 0 -1 1077944384 14586 13396 0 0 161 3 5 2 20 0 15 0 445503174 11107315712 214620 33554432000 4194304 4196468 140736647141408 139888705861616 139889283832450 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24842240 140736647150319 140736647152837 140736647152837 140736647155663 0
[pid=5565/tid=5630] ppid=5562 vsize=10846988 memory=5931351108770885990 CPUtime=0.07 cores=0,2,4,6
/proc/5565/task/5630/stat : 5630 (java) S 5562 5565 32236 0 -1 1077944384 3 13396 0 0 0 0 5 2 20 0 15 0 445503174 11107315712 214620 33554432000 4194304 4196468 140736647141408 139887817607520 139889283831509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24842240 140736647150319 140736647152837 140736647152837 140736647155663 0
[pid=5565/tid=5631] ppid=5562 vsize=10846988 memory=5792869801163581032 CPUtime=0.13 cores=0,2,4,6
/proc/5565/task/5631/stat : 5631 (java) S 5562 5565 32236 0 -1 1077944384 339 13396 0 0 2 4 5 2 20 0 15 0 445503175 11107315712 214620 33554432000 4194304 4196468 140736647141408 139888704810032 139889283832450 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24842240 140736647150319 140736647152837 140736647152837 140736647155663 0
Current children cumulated CPU time: 136 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 858480 KiB

[startup+127.201 s]
/proc/loadavg: 1.14 1.31 1.39 3/227 5641
/proc/meminfo: memFree=26925448/32770624 swapFree=66958320/67108860
[pid=5565] ppid=5562 vsize=10846988 memory=858480 CPUtime=136.81 cores=0,2,4,6
/proc/5565/stat : 5565 (java) S 5562 5565 32236 0 -1 1077944320 101650 13396 0 0 13623 51 5 2 20 0 15 0 445503160 11107315712 214620 33554432000 4194304 4196468 140736647141408 140736647123952 139889283821303 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 24842240 140736647150319 140736647152837 140736647152837 140736647155663 0
/proc/5565/statm: 2711747 214620 3621 1 0 2673805 0
[pid=5565/tid=5618] ppid=5562 vsize=10846988 memory=1044 CPUtime=126.35 cores=0,2,4,6
/proc/5565/task/5618/stat : 5618 (java) R 5562 5565 32236 0 -1 4202560 30441 13396 0 0 12610 18 5 2 20 0 15 0 445503169 11107315712 214620 33554432000 4194304 4196468 140736647141408 139889255656576 139888861146848 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24842240 140736647150319 140736647152837 140736647152837 140736647155663 0
[pid=5565/tid=5619] ppid=5562 vsize=10846988 memory=0 CPUtime=0.43 cores=0,2,4,6
/proc/5565/task/5619/stat : 5619 (java) S 5562 5565 32236 0 -1 1077944384 2919 13396 0 0 32 4 5 2 20 0 15 0 445503169 11107315712 214620 33554432000 4194304 4196468 140736647141408 139889288063504 139889283831509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24842240 140736647150319 140736647152837 140736647152837 140736647155663 0
[pid=5565/tid=5620] ppid=5562 vsize=10846988 memory=1408 CPUtime=0.43 cores=0,2,4,6
/proc/5565/task/5620/stat : 5620 (java) S 5562 5565 32236 0 -1 1077944384 1455 13396 0 0 31 5 5 2 20 0 15 0 445503169 11107315712 214620 33554432000 4194304 4196468 140736647141408 139889176337040 139889283831509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24842240 140736647150319 140736647152837 140736647152837 140736647155663 0
[pid=5565/tid=5621] ppid=5562 vsize=10846988 memory=8112282956445269571 CPUtime=0.43 cores=0,2,4,6
/proc/5565/task/5621/stat : 5621 (java) S 5562 5565 32236 0 -1 1077944384 2533 13396 0 0 31 5 5 2 20 0 15 0 445503169 11107315712 214620 33554432000 4194304 4196468 140736647141408 139889175283984 139889283831509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24842240 140736647150319 140736647152837 140736647152837 140736647155663 0
[pid=5565/tid=5622] ppid=5562 vsize=10846988 memory=1056 CPUtime=0.44 cores=0,2,4,6
/proc/5565/task/5622/stat : 5622 (java) S 5562 5565 32236 0 -1 1077944384 1172 13396 0 0 33 4 5 2 20 0 15 0 445503169 11107315712 214620 33554432000 4194304 4196468 140736647141408 139889174231440 139889283831509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24842240 140736647150319 140736647152837 140736647152837 140736647155663 0
[pid=5565/tid=5623] ppid=5562 vsize=10846988 memory=4000 CPUtime=0.4 cores=0,2,4,6
/proc/5565/task/5623/stat : 5623 (java) S 5562 5565 32236 0 -1 1077944384 4367 13396 0 0 31 2 5 2 20 0 15 0 445503171 11107315712 214620 33554432000 4194304 4196468 140736647141408 139888742578928 139889283832450 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24842240 140736647150319 140736647152837 140736647152837 140736647155663 0
[pid=5565/tid=5624] ppid=5562 vsize=10846988 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5565/task/5624/stat : 5624 (java) S 5562 5565 32236 0 -1 1077944384 39 13396 0 0 0 0 5 2 20 0 15 0 445503171 11107315712 214620 33554432000 4194304 4196468 140736647141408 139888741525216 139889283831509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24842240 140736647150319 140736647152837 140736647152837 140736647155663 0
[pid=5565/tid=5625] ppid=5562 vsize=10846988 memory=2832 CPUtime=0.07 cores=0,2,4,6
/proc/5565/task/5625/stat : 5625 (java) S 5562 5565 32236 0 -1 1077944384 1 13396 0 0 0 0 5 2 20 0 15 0 445503171 11107315712 214620 33554432000 4194304 4196468 140736647141408 139888091456768 139889283831509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24842240 140736647150319 140736647152837 140736647152837 140736647155663 0
[pid=5565/tid=5626] ppid=5562 vsize=10846988 memory=8024 CPUtime=0.07 cores=0,2,4,6
/proc/5565/task/5626/stat : 5626 (java) S 5562 5565 32236 0 -1 1077944384 3 13396 0 0 0 0 5 2 20 0 15 0 445503174 11107315712 214620 33554432000 4194304 4196468 140736647141408 139887851166160 139889283839899 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24842240 140736647150319 140736647152837 140736647152837 140736647155663 0
[pid=5565/tid=5627] ppid=5562 vsize=10846988 memory=10428 CPUtime=3.51 cores=0,2,4,6
/proc/5565/task/5627/stat : 5627 (java) S 5562 5565 32236 0 -1 1077944384 23533 13396 0 0 341 3 5 2 20 0 15 0 445503174 11107315712 214620 33554432000 4194304 4196468 140736647141408 139888707967216 139889283832450 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24842240 140736647150319 140736647152837 140736647152837 140736647155663 0
[pid=5565/tid=5628] ppid=5562 vsize=10846988 memory=14012 CPUtime=3.47 cores=0,2,4,6
/proc/5565/task/5628/stat : 5628 (java) S 5562 5565 32236 0 -1 1077944384 18049 13396 0 0 337 3 5 2 20 0 15 0 445503174 11107315712 214620 33554432000 4194304 4196468 140736647141408 139888706914672 139889283832450 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24842240 140736647150319 140736647152837 140736647152837 140736647155663 0
[pid=5565/tid=5629] ppid=5562 vsize=10846988 memory=14080 CPUtime=1.71 cores=0,2,4,6
/proc/5565/task/5629/stat : 5629 (java) S 5562 5565 32236 0 -1 1077944384 14586 13396 0 0 161 3 5 2 20 0 15 0 445503174 11107315712 214620 33554432000 4194304 4196468 140736647141408 139888705861616 139889283832450 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24842240 140736647150319 140736647152837 140736647152837 140736647155663 0
[pid=5565/tid=5630] ppid=5562 vsize=10846988 memory=26012 CPUtime=0.07 cores=0,2,4,6
/proc/5565/task/5630/stat : 5630 (java) S 5562 5565 32236 0 -1 1077944384 3 13396 0 0 0 0 5 2 20 0 15 0 445503174 11107315712 214620 33554432000 4194304 4196468 140736647141408 139887817607520 139889283831509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24842240 140736647150319 140736647152837 140736647152837 140736647155663 0
[pid=5565/tid=5631] ppid=5562 vsize=10846988 memory=2120 CPUtime=0.13 cores=0,2,4,6
/proc/5565/task/5631/stat : 5631 (java) S 5562 5565 32236 0 -1 1077944384 339 13396 0 0 2 4 5 2 20 0 15 0 445503175 11107315712 214620 33554432000 4194304 4196468 140736647141408 139888704810032 139889283832450 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24842240 140736647150319 140736647152837 140736647152837 140736647155663 0
Current children cumulated CPU time: 136.81 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 858480 KiB

[startup+128.001 s]*
/proc/loadavg: 1.14 1.31 1.39 3/227 5641
/proc/meminfo: memFree=26926488/32770624 swapFree=66958320/67108860
[pid=5565] ppid=5562 vsize=10846988 memory=858480 CPUtime=137.62 cores=0,2,4,6
/proc/5565/stat : 5565 (java) S 5562 5565 32236 0 -1 1077944320 101657 13396 0 0 13704 51 5 2 20 0 15 0 445503160 11107315712 214620 33554432000 4194304 4196468 140736647141408 140736647123952 139889283821303 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 24842240 140736647150319 140736647152837 140736647152837 140736647155663 0
/proc/5565/statm: 2711747 214620 3621 1 0 2673805 0
[pid=5565/tid=5618] ppid=5562 vsize=10846988 memory=6935054825532540783 CPUtime=127.15 cores=0,2,4,6
/proc/5565/task/5618/stat : 5618 (java) R 5562 5565 32236 0 -1 4202560 30448 13396 0 0 12690 18 5 2 20 0 15 0 445503169 11107315712 214620 33554432000 4194304 4196468 140736647141408 139889255656832 139888858891724 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24842240 140736647150319 140736647152837 140736647152837 140736647155663 0
[pid=5565/tid=5619] ppid=5562 vsize=10846988 memory=4126316290023845779 CPUtime=0.44 cores=0,2,4,6
/proc/5565/task/5619/stat : 5619 (java) S 5562 5565 32236 0 -1 1077944384 2919 13396 0 0 32 5 5 2 20 0 15 0 445503169 11107315712 214620 33554432000 4194304 4196468 140736647141408 139889288063504 139889283831509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24842240 140736647150319 140736647152837 140736647152837 140736647155663 0
[pid=5565/tid=5620] ppid=5562 vsize=10846988 memory=2832 CPUtime=0.44 cores=0,2,4,6
/proc/5565/task/5620/stat : 5620 (java) S 5562 5565 32236 0 -1 1077944384 1455 13396 0 0 32 5 5 2 20 0 15 0 445503169 11107315712 214620 33554432000 4194304 4196468 140736647141408 139889176337040 139889283831509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24842240 140736647150319 140736647152837 140736647152837 140736647155663 0
[pid=5565/tid=5621] ppid=5562 vsize=10846988 memory=8024 CPUtime=0.44 cores=0,2,4,6
/proc/5565/task/5621/stat : 5621 (java) S 5562 5565 32236 0 -1 1077944384 2533 13396 0 0 32 5 5 2 20 0 15 0 445503169 11107315712 214620 33554432000 4194304 4196468 140736647141408 139889175283984 139889283831509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24842240 140736647150319 140736647152837 140736647152837 140736647155663 0
[pid=5565/tid=5622] ppid=5562 vsize=10846988 memory=10428 CPUtime=0.44 cores=0,2,4,6
/proc/5565/task/5622/stat : 5622 (java) S 5562 5565 32236 0 -1 1077944384 1172 13396 0 0 33 4 5 2 20 0 15 0 445503169 11107315712 214620 33554432000 4194304 4196468 140736647141408 139889174231440 139889283831509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24842240 140736647150319 140736647152837 140736647152837 140736647155663 0
[pid=5565/tid=5623] ppid=5562 vsize=10846988 memory=14012 CPUtime=0.4 cores=0,2,4,6
/proc/5565/task/5623/stat : 5623 (java) S 5562 5565 32236 0 -1 1077944384 4367 13396 0 0 31 2 5 2 20 0 15 0 445503171 11107315712 214620 33554432000 4194304 4196468 140736647141408 139888742578928 139889283832450 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24842240 140736647150319 140736647152837 140736647152837 140736647155663 0
[pid=5565/tid=5624] ppid=5562 vsize=10846988 memory=14080 CPUtime=0.07 cores=0,2,4,6
/proc/5565/task/5624/stat : 5624 (java) S 5562 5565 32236 0 -1 1077944384 39 13396 0 0 0 0 5 2 20 0 15 0 445503171 11107315712 214620 33554432000 4194304 4196468 140736647141408 139888741525216 139889283831509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24842240 140736647150319 140736647152837 140736647152837 140736647155663 0
[pid=5565/tid=5625] ppid=5562 vsize=10846988 memory=288230574492221466 CPUtime=0.07 cores=0,2,4,6
/proc/5565/task/5625/stat : 5625 (java) S 5562 5565 32236 0 -1 1077944384 1 13396 0 0 0 0 5 2 20 0 15 0 445503171 11107315712 214620 33554432000 4194304 4196468 140736647141408 139888091456768 139889283831509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24842240 140736647150319 140736647152837 140736647152837 140736647155663 0
[pid=5565/tid=5626] ppid=5562 vsize=10846988 memory=288230617509003574 CPUtime=0.07 cores=0,2,4,6
/proc/5565/task/5626/stat : 5626 (java) S 5562 5565 32236 0 -1 1077944384 3 13396 0 0 0 0 5 2 20 0 15 0 445503174 11107315712 214620 33554432000 4194304 4196468 140736647141408 139887851166160 139889283839899 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24842240 140736647150319 140736647152837 140736647152837 140736647155663 0
[pid=5565/tid=5627] ppid=5562 vsize=10846988 memory=15534145912703117 CPUtime=3.51 cores=0,2,4,6
/proc/5565/task/5627/stat : 5627 (java) S 5562 5565 32236 0 -1 1077944384 23533 13396 0 0 341 3 5 2 20 0 15 0 445503174 11107315712 214620 33554432000 4194304 4196468 140736647141408 139888707967216 139889283832450 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24842240 140736647150319 140736647152837 140736647152837 140736647155663 0
[pid=5565/tid=5628] ppid=5562 vsize=10846988 memory=8112282956445269571 CPUtime=3.47 cores=0,2,4,6
/proc/5565/task/5628/stat : 5628 (java) S 5562 5565 32236 0 -1 1077944384 18049 13396 0 0 337 3 5 2 20 0 15 0 445503174 11107315712 214620 33554432000 4194304 4196468 140736647141408 139888706914672 139889283832450 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24842240 140736647150319 140736647152837 140736647152837 140736647155663 0
[pid=5565/tid=5629] ppid=5562 vsize=10846988 memory=3848 CPUtime=1.71 cores=0,2,4,6
/proc/5565/task/5629/stat : 5629 (java) S 5562 5565 32236 0 -1 1077944384 14586 13396 0 0 161 3 5 2 20 0 15 0 445503174 11107315712 214620 33554432000 4194304 4196468 140736647141408 139888705861616 139889283832450 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24842240 140736647150319 140736647152837 140736647152837 140736647155663 0
[pid=5565/tid=5630] ppid=5562 vsize=10846988 memory=2776 CPUtime=0.07 cores=0,2,4,6
/proc/5565/task/5630/stat : 5630 (java) S 5562 5565 32236 0 -1 1077944384 3 13396 0 0 0 0 5 2 20 0 15 0 445503174 11107315712 214620 33554432000 4194304 4196468 140736647141408 139887817607520 139889283831509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24842240 140736647150319 140736647152837 140736647152837 140736647155663 0
[pid=5565/tid=5631] ppid=5562 vsize=10846988 memory=2612 CPUtime=0.13 cores=0,2,4,6
/proc/5565/task/5631/stat : 5631 (java) S 5562 5565 32236 0 -1 1077944384 339 13396 0 0 2 4 5 2 20 0 15 0 445503175 11107315712 214620 33554432000 4194304 4196468 140736647141408 139888704810032 139889283832450 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24842240 140736647150319 140736647152837 140736647152837 140736647155663 0
Current children cumulated CPU time: 137.62 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 858480 KiB

[startup+128.201 s]
/proc/loadavg: 1.14 1.31 1.39 3/227 5641
/proc/meminfo: memFree=26926488/32770624 swapFree=66958320/67108860
[pid=5565] ppid=5562 vsize=10846988 memory=858480 CPUtime=137.82 cores=0,2,4,6
/proc/5565/stat : 5565 (java) S 5562 5565 32236 0 -1 1077944320 101658 13396 0 0 13724 51 5 2 20 0 15 0 445503160 11107315712 214620 33554432000 4194304 4196468 140736647141408 140736647123952 139889283821303 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 24842240 140736647150319 140736647152837 140736647152837 140736647155663 0
/proc/5565/statm: 2711747 214620 3621 1 0 2673805 0
[pid=5565/tid=5618] ppid=5562 vsize=10846988 memory=0 CPUtime=127.34 cores=0,2,4,6
/proc/5565/task/5618/stat : 5618 (java) R 5562 5565 32236 0 -1 4202560 30449 13396 0 0 12709 18 5 2 20 0 15 0 445503169 11107315712 214620 33554432000 4194304 4196468 140736647141408 139889255656272 139888858928063 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24842240 140736647150319 140736647152837 140736647152837 140736647155663 0
[pid=5565/tid=5619] ppid=5562 vsize=10846988 memory=0 CPUtime=0.44 cores=0,2,4,6
/proc/5565/task/5619/stat : 5619 (java) S 5562 5565 32236 0 -1 1077944384 2919 13396 0 0 32 5 5 2 20 0 15 0 445503169 11107315712 214620 33554432000 4194304 4196468 140736647141408 139889288063504 139889283831509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24842240 140736647150319 140736647152837 140736647152837 140736647155663 0
[pid=5565/tid=5620] ppid=5562 vsize=10846988 memory=8112282956445269571 CPUtime=0.44 cores=0,2,4,6
/proc/5565/task/5620/stat : 5620 (java) S 5562 5565 32236 0 -1 1077944384 1455 13396 0 0 32 5 5 2 20 0 15 0 445503169 11107315712 214620 33554432000 4194304 4196468 140736647141408 139889176337040 139889283831509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24842240 140736647150319 140736647152837 140736647152837 140736647155663 0
[pid=5565/tid=5621] ppid=5562 vsize=10846988 memory=1552 CPUtime=0.44 cores=0,2,4,6
/proc/5565/task/5621/stat : 5621 (java) S 5562 5565 32236 0 -1 1077944384 2533 13396 0 0 32 5 5 2 20 0 15 0 445503169 11107315712 214620 33554432000 4194304 4196468 140736647141408 139889175283984 139889283831509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24842240 140736647150319 140736647152837 140736647152837 140736647155663 0
[pid=5565/tid=5622] ppid=5562 vsize=10846988 memory=1712 CPUtime=0.44 cores=0,2,4,6
/proc/5565/task/5622/stat : 5622 (java) S 5562 5565 32236 0 -1 1077944384 1172 13396 0 0 33 4 5 2 20 0 15 0 445503169 11107315712 214620 33554432000 4194304 4196468 140736647141408 139889174231440 139889283831509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24842240 140736647150319 140736647152837 140736647152837 140736647155663 0
[pid=5565/tid=5623] ppid=5562 vsize=10846988 memory=880 CPUtime=0.4 cores=0,2,4,6
/proc/5565/task/5623/stat : 5623 (java) S 5562 5565 32236 0 -1 1077944384 4367 13396 0 0 31 2 5 2 20 0 15 0 445503171 11107315712 214620 33554432000 4194304 4196468 140736647141408 139888742578928 139889283832450 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24842240 140736647150319 140736647152837 140736647152837 140736647155663 0
[pid=5565/tid=5624] ppid=5562 vsize=10846988 memory=1976 CPUtime=0.07 cores=0,2,4,6
/proc/5565/task/5624/stat : 5624 (java) S 5562 5565 32236 0 -1 1077944384 39 13396 0 0 0 0 5 2 20 0 15 0 445503171 11107315712 214620 33554432000 4194304 4196468 140736647141408 139888741525216 139889283831509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24842240 140736647150319 140736647152837 140736647152837 140736647155663 0
[pid=5565/tid=5625] ppid=5562 vsize=10846988 memory=2496 CPUtime=0.07 cores=0,2,4,6
/proc/5565/task/5625/stat : 5625 (java) S 5562 5565 32236 0 -1 1077944384 1 13396 0 0 0 0 5 2 20 0 15 0 445503171 11107315712 214620 33554432000 4194304 4196468 140736647141408 139888091456768 139889283831509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24842240 140736647150319 140736647152837 140736647152837 140736647155663 0
[pid=5565/tid=5626] ppid=5562 vsize=10846988 memory=1760 CPUtime=0.07 cores=0,2,4,6
/proc/5565/task/5626/stat : 5626 (java) S 5562 5565 32236 0 -1 1077944384 3 13396 0 0 0 0 5 2 20 0 15 0 445503174 11107315712 214620 33554432000 4194304 4196468 140736647141408 139887851166160 139889283839899 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24842240 140736647150319 140736647152837 140736647152837 140736647155663 0
[pid=5565/tid=5627] ppid=5562 vsize=10846988 memory=111636 CPUtime=3.51 cores=0,2,4,6
/proc/5565/task/5627/stat : 5627 (java) S 5562 5565 32236 0 -1 1077944384 23533 13396 0 0 341 3 5 2 20 0 15 0 445503174 11107315712 214620 33554432000 4194304 4196468 140736647141408 139888707967216 139889283832450 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24842240 140736647150319 140736647152837 140736647152837 140736647155663 0
[pid=5565/tid=5628] ppid=5562 vsize=10846988 memory=804 CPUtime=3.47 cores=0,2,4,6
/proc/5565/task/5628/stat : 5628 (java) S 5562 5565 32236 0 -1 1077944384 18049 13396 0 0 337 3 5 2 20 0 15 0 445503174 11107315712 214620 33554432000 4194304 4196468 140736647141408 139888706914672 139889283832450 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24842240 140736647150319 140736647152837 140736647152837 140736647155663 0
[pid=5565/tid=5629] ppid=5562 vsize=10846988 memory=4100 CPUtime=1.71 cores=0,2,4,6
/proc/5565/task/5629/stat : 5629 (java) S 5562 5565 32236 0 -1 1077944384 14586 13396 0 0 161 3 5 2 20 0 15 0 445503174 11107315712 214620 33554432000 4194304 4196468 140736647141408 139888705861616 139889283832450 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24842240 140736647150319 140736647152837 140736647152837 140736647155663 0
[pid=5565/tid=5630] ppid=5562 vsize=10846988 memory=1408 CPUtime=0.07 cores=0,2,4,6
/proc/5565/task/5630/stat : 5630 (java) S 5562 5565 32236 0 -1 1077944384 3 13396 0 0 0 0 5 2 20 0 15 0 445503174 11107315712 214620 33554432000 4194304 4196468 140736647141408 139887817607520 139889283831509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24842240 140736647150319 140736647152837 140736647152837 140736647155663 0
[pid=5565/tid=5631] ppid=5562 vsize=10846988 memory=8112282956445269571 CPUtime=0.13 cores=0,2,4,6
/proc/5565/task/5631/stat : 5631 (java) S 5562 5565 32236 0 -1 1077944384 339 13396 0 0 2 4 5 2 20 0 15 0 445503175 11107315712 214620 33554432000 4194304 4196468 140736647141408 139888704810032 139889283832450 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24842240 140736647150319 140736647152837 140736647152837 140736647155663 0
Current children cumulated CPU time: 137.82 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 858480 KiB

Child status: 0
Real time (s): 128.262
CPU time (s): 137.904
CPU user time (s): 137.343
CPU system time (s): 0.56102
CPU usage (%): 107.517
Max. virtual memory (cumulated for all children) (KiB): 10852380
Max. memory (cumulated for all children) (KiB): 869240

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 137.343
system time used= 0.56102
maximum resident set size= 869732
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 116341
page faults= 0
swaps= 0
block input operations= 0
block output operations= 336
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 15840
involuntary context switches= 370


# summary of solver processes directly reported to runsolver:
#   pid: 5565
#   total CPU time (s): 137.904
#   total CPU user time (s): 137.343
#   total CPU system time (s): 0.56102

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.818287 second user time and 1.24054 second system time

The end

Launcher Data

Begin job on node145 at 2019-09-17 06:47:05
IDJOB=4401018
IDBENCH=141325
IDSOLVER=2857
FILE ID=node145/4401018-1568695667
RUNJOBID= node145-1568673289-32267
PBS_JOBID= 21703777
Free space on /tmp= 59496 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP18/PizzaVoucher/PizzaVoucher-12a_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4401018-1568695667/watcher-4401018-1568695667 -o /tmp/evaluation-result-4401018-1568695667/solver-4401018-1568695667 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node145-1568673289-32267 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=2063277470 HOME/instance-4401018-1568695667.xml

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

MD5SUM BENCH= 56cb9e23f693fb34c9078bf93399e92e
RANDOM SEED=2063277470

node145.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.59
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.59
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.59
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.59
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:        27709484 kB
MemAvailable:   30236560 kB
Buffers:          185800 kB
Cached:          2633044 kB
SwapCached:        41072 kB
Active:          3012528 kB
Inactive:        1463404 kB
Active(anon):    1620644 kB
Inactive(anon):    86528 kB
Active(file):    1391884 kB
Inactive(file):  1376876 kB
Unevictable:      109612 kB
Mlocked:          109612 kB
SwapTotal:      67108860 kB
SwapFree:       66958320 kB
Dirty:             35180 kB
Writeback:             0 kB
AnonPages:       1792332 kB
Mapped:            61940 kB
Shmem:             40616 kB
Slab:             177052 kB
SReclaimable:     148304 kB
SUnreclaim:        28748 kB
KernelStack:        4032 kB
PageTables:        10312 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2706104 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1630208 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 59464 MiB
End job on node145 at 2019-09-17 06:49:13