Trace number 4295207

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-SuperNG 2018-06-13OPT4 47.3395 37.2994

General information on the benchmark

NamePeacableArmies/
PeacableArmies-m2-05_c18.xml
MD5SUM5e5be4f605afa886fe94f4d001b03361
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark4
Best CPU time to get the best result obtained on this benchmark0.159336
Satisfiable
(Un)Satisfiability was proved
Number of variables27
Number of constraints163
Number of domains2
Minimum domain size3
Maximum domain size12
Distribution of domain sizes[{"size":3,"count":25},{"size":12,"count":2}]
Minimum variable degree2
Maximum variable degree18
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":1},{"degree":14,"count":16},{"degree":16,"count":8},{"degree":18,"count":1}]
Minimum constraint arity2
Maximum constraint arity26
Distribution of constraint arities[{"arity":2,"count":161},{"arity":26,"count":2}]
Number of extensional constraints0
Number of intensional constraints161
Distribution of constraint types[{"type":"intension","count":161},{"type":"count","count":2}]
Optimization problemYES
Type of objectivemax VAR

Quality of the solution as a function of time


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

Solver Data

0.98/0.74	c Concrete v3.8.1528841891564 running
8.57/4.05	o 1
8.57/4.07	o 2
8.57/4.09	o 3
9.89/4.42	o 4
47.21/37.28	v <instantiation cost="4">
47.21/37.28	v       <list>
47.21/37.28	v         x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] nb nw
47.21/37.28	v       </list>
47.21/37.28	v       <values>
47.21/37.28	v         1 0 1 0 0 0 0 0 0 2 1 0 1 0 0 0 0 0 0 2 0 2 0 2 0 4 4
47.21/37.28	v       </values>
47.21/37.28	v     </instantiation>
47.21/37.28	s OPTIMUM FOUND

Verifier Data

OK	4

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4295207-1532539514/watcher-4295207-1532539514 -o /tmp/evaluation-result-4295207-1532539514/solver-4295207-1532539514 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node139-1532535188-26469 --watchdog 2580 concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=2083335951 -superng HOME/instance-4295207-1532539514.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=27227, runsolver pid=27224

[startup+0.102814 s]*
/proc/loadavg: 1.85 1.80 1.78 2/206 27284
/proc/meminfo: memFree=8205932/32770624 swapFree=67108860/67108860
[pid=27227] ppid=27224 vsize=9972712 memory=18328 CPUtime=0.08 cores=0,2,4,6
/proc/27227/stat : 27227 (java) S 27224 27227 26438 0 -1 1077944320 4243 13363 0 0 1 0 5 2 20 0 6 0 71514604 10212057088 4582 33554432000 4194304 4196468 140732265581216 140732265563760 139825927659255 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 12648448 140732265588907 140732265592156 140732265592156 140732265594831 0
/proc/27227/statm: 2493178 4582 1930 1 0 2481616 0
[pid=27227/tid=27280] ppid=27224 vsize=9972712 memory=4628411388058700198 CPUtime=0.08 cores=0,2,4,6
/proc/27227/task/27280/stat : 27280 (java) R 27224 27227 26438 0 -1 4202560 2055 13363 0 0 1 0 5 2 20 0 6 0 71514613 10212057088 4582 33554432000 4194304 4196468 140732265581216 139825899496016 139825909052989 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12648448 140732265588907 140732265592156 140732265592156 140732265594831 0
[pid=27227/tid=27281] ppid=27224 vsize=9972712 memory=5793854980056189369 CPUtime=0.07 cores=0,2,4,6
/proc/27227/task/27281/stat : 27281 (java) S 27224 27227 26438 0 -1 1077944384 1 13363 0 0 0 0 5 2 20 0 6 0 71514613 10212057088 4582 33554432000 4194304 4196468 140732265581216 139825931901712 139825927669461 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12648448 140732265588907 140732265592156 140732265592156 140732265594831 0
[pid=27227/tid=27282] ppid=27224 vsize=9972712 memory=139729046296192 CPUtime=0.07 cores=0,2,4,6
/proc/27227/task/27282/stat : 27282 (java) S 27224 27227 26438 0 -1 1077944384 1 13363 0 0 0 0 5 2 20 0 6 0 71514613 10212057088 4582 33554432000 4194304 4196468 140732265581216 139825820175248 139825927669461 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12648448 140732265588907 140732265592156 140732265592156 140732265594831 0
[pid=27227/tid=27283] ppid=27224 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27227/task/27283/stat : 27283 (java) S 27224 27227 26438 0 -1 1077944384 1 13363 0 0 0 0 5 2 20 0 6 0 71514614 10212057088 4582 33554432000 4194304 4196468 140732265581216 139825819122704 139825927669461 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12648448 140732265588907 140732265592156 140732265592156 140732265594831 0
[pid=27227/tid=27284] ppid=27224 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27227/task/27284/stat : 27284 (java) S 27224 27227 26438 0 -1 1077944384 2 13363 0 0 0 0 5 2 20 0 6 0 71514614 10212057088 4582 33554432000 4194304 4196468 140732265581216 139825818070160 139825927669461 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12648448 140732265588907 140732265592156 140732265592156 140732265594831 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18328 KiB

[startup+0.210244 s]*
/proc/loadavg: 1.85 1.80 1.78 3/215 27293
/proc/meminfo: memFree=8189036/32770624 swapFree=67108860/67108860
[pid=27227] ppid=27224 vsize=10818904 memory=42100 CPUtime=0.25 cores=0,2,4,6
/proc/27227/stat : 27227 (java) S 27224 27227 26438 0 -1 1077944320 7816 13363 0 0 17 1 5 2 20 0 15 0 71514604 11078557696 10525 33554432000 4194304 4196468 140732265581216 140732265563760 139825927659255 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 12648448 140732265588907 140732265592156 140732265592156 140732265594831 0
/proc/27227/statm: 2704726 10525 2935 1 0 2667149 0
[pid=27227/tid=27280] ppid=27224 vsize=10818904 memory=-8540663193526752614 CPUtime=0.18 cores=0,2,4,6
/proc/27227/task/27280/stat : 27280 (java) R 27224 27227 26438 0 -1 4202560 4446 13363 0 0 10 1 5 2 20 0 15 0 71514613 11078557696 10525 33554432000 4194304 4196468 140732265581216 139825899484064 139825920338477 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12648448 140732265588907 140732265592156 140732265592156 140732265594831 0
[pid=27227/tid=27281] ppid=27224 vsize=10818936 memory=4211973455251086730 CPUtime=0.07 cores=0,2,4,6
/proc/27227/task/27281/stat : 27281 (java) S 27224 27227 26438 0 -1 1077944384 1 13363 0 0 0 0 5 2 20 0 15 0 71514613 11078590464 10525 33554432000 4194304 4196468 140732265581216 139825931901712 139825927669461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12648448 140732265588907 140732265592156 140732265592156 140732265594831 0
[pid=27227/tid=27282] ppid=27224 vsize=10818936 memory=139729046296192 CPUtime=0.07 cores=0,2,4,6
/proc/27227/task/27282/stat : 27282 (java) S 27224 27227 26438 0 -1 1077944384 1 13363 0 0 0 0 5 2 20 0 15 0 71514613 11078590464 10525 33554432000 4194304 4196468 140732265581216 139825820175248 139825927669461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12648448 140732265588907 140732265592156 140732265592156 140732265594831 0
[pid=27227/tid=27283] ppid=27224 vsize=10819896 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27227/task/27283/stat : 27283 (java) S 27224 27227 26438 0 -1 1077944384 1 13363 0 0 0 0 5 2 20 0 15 0 71514614 11079573504 10525 33554432000 4194304 4196468 140732265581216 139825819122704 139825927669461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12648448 140732265588907 140732265592156 140732265592156 140732265594831 0
[pid=27227/tid=27284] ppid=27224 vsize=10819896 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/27227/task/27284/stat : 27284 (java) S 27224 27227 26438 0 -1 1077944384 2 13363 0 0 0 0 5 2 20 0 15 0 71514614 11079573504 10591 33554432000 4194304 4196468 140732265581216 139825818070160 139825927669461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12648448 140732265588907 140732265592156 140732265592156 140732265594831 0
[pid=27227/tid=27285] ppid=27224 vsize=10819896 memory=139729046296192 CPUtime=0.07 cores=0,2,4,6
/proc/27227/task/27285/stat : 27285 (java) S 27224 27227 26438 0 -1 1077944384 2 13363 0 0 0 0 5 2 20 0 15 0 71514615 11079573504 10591 33554432000 4194304 4196468 140732265581216 139825386715120 139825927670402 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12648448 140732265588907 140732265592156 140732265592156 140732265594831 0
[pid=27227/tid=27286] ppid=27224 vsize=10819896 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/27227/task/27286/stat : 27286 (java) S 27224 27227 26438 0 -1 1077944384 33 13363 0 0 0 0 5 2 20 0 15 0 71514616 11079573504 10591 33554432000 4194304 4196468 140732265581216 139825385661344 139825927669461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12648448 140732265588907 140732265592156 140732265592156 140732265594831 0
[pid=27227/tid=27287] ppid=27224 vsize=10819896 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27227/task/27287/stat : 27287 (java) S 27224 27227 26438 0 -1 1077944384 1 13363 0 0 0 0 5 2 20 0 15 0 71514616 11079573504 10591 33554432000 4194304 4196468 140732265581216 139824807797744 139825927669461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12648448 140732265588907 140732265592156 140732265592156 140732265594831 0
[pid=27227/tid=27288] ppid=27224 vsize=10819896 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27227/task/27288/stat : 27288 (java) S 27224 27227 26438 0 -1 1077944384 3 13363 0 0 0 0 5 2 20 0 15 0 71514618 11079573504 10591 33554432000 4194304 4196468 140732265581216 139824500398288 139825927677851 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12648448 140732265588907 140732265592156 140732265592156 140732265594831 0
[pid=27227/tid=27289] ppid=27224 vsize=10819896 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27227/task/27289/stat : 27289 (java) S 27224 27227 26438 0 -1 1077944384 515 13363 0 0 1 0 5 2 20 0 15 0 71514618 11079573504 10657 33554432000 4194304 4196468 140732265581216 139825352104432 139825927670402 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12648448 140732265588907 140732265592156 140732265592156 140732265594831 0
[pid=27227/tid=27290] ppid=27224 vsize=10819896 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/27227/task/27290/stat : 27290 (java) S 27224 27227 26438 0 -1 1077944384 54 13363 0 0 0 0 5 2 20 0 15 0 71514618 11079573504 10657 33554432000 4194304 4196468 140732265581216 139825351051888 139825927670402 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12648448 140732265588907 140732265592156 140732265592156 140732265594831 0
[pid=27227/tid=27291] ppid=27224 vsize=10819896 memory=139729046296192 CPUtime=0.1 cores=0,2,4,6
/proc/27227/task/27291/stat : 27291 (java) S 27224 27227 26438 0 -1 1077944384 565 13363 0 0 3 0 5 2 20 0 15 0 71514618 11079573504 10657 33554432000 4194304 4196468 140732265581216 139825349999344 139825927670402 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12648448 140732265588907 140732265592156 140732265592156 140732265594831 0
[pid=27227/tid=27292] ppid=27224 vsize=10819896 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/27227/task/27292/stat : 27292 (java) S 27224 27227 26438 0 -1 1077944384 3 13363 0 0 0 0 5 2 20 0 15 0 71514619 11079573504 10657 33554432000 4194304 4196468 140732265581216 139824466840672 139825927669461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12648448 140732265588907 140732265592156 140732265592156 140732265594831 0
[pid=27227/tid=27293] ppid=27224 vsize=10819896 memory=139729046296192 CPUtime=0.07 cores=0,2,4,6
/proc/27227/task/27293/stat : 27293 (java) S 27224 27227 26438 0 -1 1077944384 1 13363 0 0 0 0 5 2 20 0 15 0 71514619 11079573504 10723 33554432000 4194304 4196468 140732265581216 139825348946224 139825927670402 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12648448 140732265588907 140732265592156 140732265592156 140732265594831 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10818904 KiB
Current children cumulated memory: 42100 KiB

[startup+0.310275 s]*
/proc/loadavg: 1.85 1.80 1.78 3/215 27293
/proc/meminfo: memFree=8177996/32770624 swapFree=67108860/67108860
[pid=27227] ppid=27224 vsize=10819352 memory=52732 CPUtime=0.37 cores=0,2,4,6
/proc/27227/stat : 27227 (java) S 27224 27227 26438 0 -1 1077944320 10311 13363 0 0 28 2 5 2 20 0 15 0 71514604 11079016448 13183 33554432000 4194304 4196468 140732265581216 140732265563760 139825927659255 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 12648448 140732265588907 140732265592156 140732265592156 140732265594831 0
/proc/27227/statm: 2704838 13183 3054 1 0 2667149 0
[pid=27227/tid=27280] ppid=27224 vsize=10819352 memory=6791534058613427641 CPUtime=0.28 cores=0,2,4,6
/proc/27227/task/27280/stat : 27280 (java) R 27224 27227 26438 0 -1 4202560 6936 13363 0 0 19 2 5 2 20 0 15 0 71514613 11079016448 13183 33554432000 4194304 4196468 140732265581216 139825899471264 139825911739742 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12648448 140732265588907 140732265592156 140732265592156 140732265594831 0
[pid=27227/tid=27281] ppid=27224 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27227/task/27281/stat : 27281 (java) S 27224 27227 26438 0 -1 1077944384 1 13363 0 0 0 0 5 2 20 0 15 0 71514613 11079016448 13183 33554432000 4194304 4196468 140732265581216 139825931901712 139825927669461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12648448 140732265588907 140732265592156 140732265592156 140732265594831 0
[pid=27227/tid=27282] ppid=27224 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27227/task/27282/stat : 27282 (java) S 27224 27227 26438 0 -1 1077944384 1 13363 0 0 0 0 5 2 20 0 15 0 71514613 11079016448 13183 33554432000 4194304 4196468 140732265581216 139825820175248 139825927669461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12648448 140732265588907 140732265592156 140732265592156 140732265594831 0
[pid=27227/tid=27283] ppid=27224 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27227/task/27283/stat : 27283 (java) S 27224 27227 26438 0 -1 1077944384 1 13363 0 0 0 0 5 2 20 0 15 0 71514614 11079016448 13183 33554432000 4194304 4196468 140732265581216 139825819122704 139825927669461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12648448 140732265588907 140732265592156 140732265592156 140732265594831 0
[pid=27227/tid=27284] ppid=27224 vsize=10819352 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/27227/task/27284/stat : 27284 (java) S 27224 27227 26438 0 -1 1077944384 2 13363 0 0 0 0 5 2 20 0 15 0 71514614 11079016448 13183 33554432000 4194304 4196468 140732265581216 139825818070160 139825927669461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12648448 140732265588907 140732265592156 140732265592156 140732265594831 0
[pid=27227/tid=27285] ppid=27224 vsize=10819352 memory=139729046296191 CPUtime=0.07 cores=0,2,4,6
/proc/27227/task/27285/stat : 27285 (java) S 27224 27227 26438 0 -1 1077944384 2 13363 0 0 0 0 5 2 20 0 15 0 71514615 11079016448 13183 33554432000 4194304 4196468 140732265581216 139825386715120 139825927670402 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12648448 140732265588907 140732265592156 140732265592156 140732265594831 0
[pid=27227/tid=27286] ppid=27224 vsize=10819352 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/27227/task/27286/stat : 27286 (java) S 27224 27227 26438 0 -1 1077944384 33 13363 0 0 0 0 5 2 20 0 15 0 71514616 11079016448 13183 33554432000 4194304 4196468 140732265581216 139825385661344 139825927669461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12648448 140732265588907 140732265592156 140732265592156 140732265594831 0
[pid=27227/tid=27287] ppid=27224 vsize=10819352 memory=139729046296192 CPUtime=0.07 cores=0,2,4,6
/proc/27227/task/27287/stat : 27287 (java) S 27224 27227 26438 0 -1 1077944384 1 13363 0 0 0 0 5 2 20 0 15 0 71514616 11079016448 13183 33554432000 4194304 4196468 140732265581216 139824807797744 139825927669461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12648448 140732265588907 140732265592156 140732265592156 140732265594831 0
[pid=27227/tid=27288] ppid=27224 vsize=10819352 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/27227/task/27288/stat : 27288 (java) S 27224 27227 26438 0 -1 1077944384 3 13363 0 0 0 0 5 2 20 0 15 0 71514618 11079016448 13183 33554432000 4194304 4196468 140732265581216 139824500398288 139825927677851 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12648448 140732265588907 140732265592156 140732265592156 140732265594831 0
[pid=27227/tid=27289] ppid=27224 vsize=10819352 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/27227/task/27289/stat : 27289 (java) S 27224 27227 26438 0 -1 1077944384 515 13363 0 0 2 0 5 2 20 0 15 0 71514618 11079016448 13183 33554432000 4194304 4196468 140732265581216 139825352104432 139825927670402 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12648448 140732265588907 140732265592156 140732265592156 140732265594831 0
[pid=27227/tid=27290] ppid=27224 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/27227/task/27290/stat : 27290 (java) R 27224 27227 26438 0 -1 4202560 55 13363 0 0 1 0 5 2 20 0 15 0 71514618 11079016448 13183 33554432000 4194304 4196468 140732265581216 139825351051888 139825908981485 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12648448 140732265588907 140732265592156 140732265592156 140732265594831 0
[pid=27227/tid=27291] ppid=27224 vsize=10819352 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/27227/task/27291/stat : 27291 (java) S 27224 27227 26438 0 -1 1077944384 570 13363 0 0 5 0 5 2 20 0 15 0 71514618 11079016448 13183 33554432000 4194304 4196468 140732265581216 139825349999344 139825927670402 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12648448 140732265588907 140732265592156 140732265592156 140732265594831 0
[pid=27227/tid=27292] ppid=27224 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27227/task/27292/stat : 27292 (java) S 27224 27227 26438 0 -1 1077944384 3 13363 0 0 0 0 5 2 20 0 15 0 71514619 11079016448 13183 33554432000 4194304 4196468 140732265581216 139824466840672 139825927669461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12648448 140732265588907 140732265592156 140732265592156 140732265594831 0
[pid=27227/tid=27293] ppid=27224 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27227/task/27293/stat : 27293 (java) S 27224 27227 26438 0 -1 1077944384 1 13363 0 0 0 0 5 2 20 0 15 0 71514619 11079016448 13183 33554432000 4194304 4196468 140732265581216 139825348946224 139825927670402 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12648448 140732265588907 140732265592156 140732265592156 140732265594831 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 52732 KiB

[startup+0.700807 s]
/proc/loadavg: 1.85 1.80 1.78 3/215 27293
/proc/meminfo: memFree=8166584/32770624 swapFree=67108860/67108860
[pid=27227] ppid=27224 vsize=10819352 memory=84964 CPUtime=0.98 cores=0,2,4,6
/proc/27227/stat : 27227 (java) S 27224 27227 26438 0 -1 1077944320 16395 13363 0 0 88 3 5 2 20 0 15 0 71514604 11079016448 21241 33554432000 4194304 4196468 140732265581216 140732265563760 139825927659255 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 12648448 140732265588907 140732265592156 140732265592156 140732265594831 0
/proc/27227/statm: 2704838 21241 3237 1 0 2667149 0
[pid=27227/tid=27280] ppid=27224 vsize=10819352 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/27227/task/27280/stat : 27280 (java) R 27224 27227 26438 0 -1 4202560 11977 13363 0 0 56 3 5 2 20 0 15 0 71514613 11079016448 21241 33554432000 4194304 4196468 140732265581216 139825899480080 139825909222815 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12648448 140732265588907 140732265592156 140732265592156 140732265594831 0
[pid=27227/tid=27281] ppid=27224 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27227/task/27281/stat : 27281 (java) S 27224 27227 26438 0 -1 1077944384 1 13363 0 0 0 0 5 2 20 0 15 0 71514613 11079016448 21241 33554432000 4194304 4196468 140732265581216 139825931901712 139825927669461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12648448 140732265588907 140732265592156 140732265592156 140732265594831 0
[pid=27227/tid=27282] ppid=27224 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27227/task/27282/stat : 27282 (java) S 27224 27227 26438 0 -1 1077944384 1 13363 0 0 0 0 5 2 20 0 15 0 71514613 11079016448 21241 33554432000 4194304 4196468 140732265581216 139825820175248 139825927669461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12648448 140732265588907 140732265592156 140732265592156 140732265594831 0
[pid=27227/tid=27283] ppid=27224 vsize=10819352 memory=4128 CPUtime=0.07 cores=0,2,4,6
/proc/27227/task/27283/stat : 27283 (java) S 27224 27227 26438 0 -1 1077944384 1 13363 0 0 0 0 5 2 20 0 15 0 71514614 11079016448 21241 33554432000 4194304 4196468 140732265581216 139825819122704 139825927669461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12648448 140732265588907 140732265592156 140732265592156 140732265594831 0
[pid=27227/tid=27284] ppid=27224 vsize=10819352 memory=2241 CPUtime=0.07 cores=0,2,4,6
/proc/27227/task/27284/stat : 27284 (java) S 27224 27227 26438 0 -1 1077944384 2 13363 0 0 0 0 5 2 20 0 15 0 71514614 11079016448 21241 33554432000 4194304 4196468 140732265581216 139825818070160 139825927669461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12648448 140732265588907 140732265592156 140732265592156 140732265594831 0
[pid=27227/tid=27285] ppid=27224 vsize=10819352 memory=2244 CPUtime=0.07 cores=0,2,4,6
/proc/27227/task/27285/stat : 27285 (java) S 27224 27227 26438 0 -1 1077944384 6 13363 0 0 0 0 5 2 20 0 15 0 71514615 11079016448 21241 33554432000 4194304 4196468 140732265581216 139825386715120 139825927670402 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12648448 140732265588907 140732265592156 140732265592156 140732265594831 0
[pid=27227/tid=27286] ppid=27224 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27227/task/27286/stat : 27286 (java) S 27224 27227 26438 0 -1 1077944384 33 13363 0 0 0 0 5 2 20 0 15 0 71514616 11079016448 21241 33554432000 4194304 4196468 140732265581216 139825385661344 139825927669461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12648448 140732265588907 140732265592156 140732265592156 140732265594831 0
[pid=27227/tid=27287] ppid=27224 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27227/task/27287/stat : 27287 (java) S 27224 27227 26438 0 -1 1077944384 1 13363 0 0 0 0 5 2 20 0 15 0 71514616 11079016448 21241 33554432000 4194304 4196468 140732265581216 139824807797744 139825927669461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12648448 140732265588907 140732265592156 140732265592156 140732265594831 0
[pid=27227/tid=27288] ppid=27224 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27227/task/27288/stat : 27288 (java) S 27224 27227 26438 0 -1 1077944384 3 13363 0 0 0 0 5 2 20 0 15 0 71514618 11079016448 21241 33554432000 4194304 4196468 140732265581216 139824500398288 139825927677851 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12648448 140732265588907 140732265592156 140732265592156 140732265594831 0
[pid=27227/tid=27289] ppid=27224 vsize=10819352 memory=6655300316396806240 CPUtime=0.14 cores=0,2,4,6
/proc/27227/task/27289/stat : 27289 (java) S 27224 27227 26438 0 -1 1077944384 897 13363 0 0 7 0 5 2 20 0 15 0 71514618 11079016448 21241 33554432000 4194304 4196468 140732265581216 139825352104432 139825927670402 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12648448 140732265588907 140732265592156 140732265592156 140732265594831 0
[pid=27227/tid=27290] ppid=27224 vsize=10819352 memory=0 CPUtime=0.17 cores=0,2,4,6
/proc/27227/task/27290/stat : 27290 (java) S 27224 27227 26438 0 -1 1077944384 657 13363 0 0 10 0 5 2 20 0 15 0 71514618 11079016448 21241 33554432000 4194304 4196468 140732265581216 139825351051888 139825927670402 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12648448 140732265588907 140732265592156 140732265592156 140732265594831 0
[pid=27227/tid=27291] ppid=27224 vsize=10819352 memory=0 CPUtime=0.2 cores=0,2,4,6
/proc/27227/task/27291/stat : 27291 (java) S 27224 27227 26438 0 -1 1077944384 624 13363 0 0 13 0 5 2 20 0 15 0 71514618 11079016448 21241 33554432000 4194304 4196468 140732265581216 139825349999344 139825927670402 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12648448 140732265588907 140732265592156 140732265592156 140732265594831 0
[pid=27227/tid=27292] ppid=27224 vsize=10819352 memory=279457818476784 CPUtime=0.07 cores=0,2,4,6
/proc/27227/task/27292/stat : 27292 (java) S 27224 27227 26438 0 -1 1077944384 3 13363 0 0 0 0 5 2 20 0 15 0 71514619 11079016448 21241 33554432000 4194304 4196468 140732265581216 139824466840672 139825927669461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12648448 140732265588907 140732265592156 140732265592156 140732265594831 0
[pid=27227/tid=27293] ppid=27224 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27227/task/27293/stat : 27293 (java) S 27224 27227 26438 0 -1 1077944384 1 13363 0 0 0 0 5 2 20 0 15 0 71514619 11079016448 21241 33554432000 4194304 4196468 140732265581216 139825348946224 139825927670402 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12648448 140732265588907 140732265592156 140732265592156 140732265594831 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 84964 KiB

[startup+1.50077 s]
/proc/loadavg: 1.85 1.80 1.78 4/215 27293
/proc/meminfo: memFree=8121196/32770624 swapFree=67108860/67108860
[pid=27227] ppid=27224 vsize=10834252 memory=175264 CPUtime=2.3 cores=0,2,4,6
/proc/27227/stat : 27227 (java) S 27224 27227 26438 0 -1 1077944320 24063 13363 0 0 214 9 5 2 20 0 15 0 71514604 11094274048 43816 33554432000 4194304 4196468 140732265581216 140732265563760 139825927659255 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 12648448 140732265588907 140732265592156 140732265592156 140732265594831 0
/proc/27227/statm: 2708563 43816 3470 1 0 2670221 0
[pid=27227/tid=27280] ppid=27224 vsize=10834252 memory=191 CPUtime=1.42 cores=0,2,4,6
/proc/27227/task/27280/stat : 27280 (java) R 27224 27227 26438 0 -1 4202560 17534 13363 0 0 129 6 5 2 20 0 15 0 71514613 11094274048 43816 33554432000 4194304 4196468 140732265581216 139825899491248 139825911739772 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12648448 140732265588907 140732265592156 140732265592156 140732265594831 0
[pid=27227/tid=27281] ppid=27224 vsize=10834252 memory=118 CPUtime=0.08 cores=0,2,4,6
/proc/27227/task/27281/stat : 27281 (java) S 27224 27227 26438 0 -1 1077944384 28 13363 0 0 1 0 5 2 20 0 15 0 71514613 11094274048 43816 33554432000 4194304 4196468 140732265581216 139825931901712 139825927669461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12648448 140732265588907 140732265592156 140732265592156 140732265594831 0
[pid=27227/tid=27282] ppid=27224 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27227/task/27282/stat : 27282 (java) S 27224 27227 26438 0 -1 1077944384 58 13363 0 0 1 0 5 2 20 0 15 0 71514613 11094274048 43816 33554432000 4194304 4196468 140732265581216 139825820175248 139825927669461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12648448 140732265588907 140732265592156 140732265592156 140732265594831 0
[pid=27227/tid=27283] ppid=27224 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27227/task/27283/stat : 27283 (java) S 27224 27227 26438 0 -1 1077944384 17 13363 0 0 1 0 5 2 20 0 15 0 71514614 11094274048 43816 33554432000 4194304 4196468 140732265581216 139825819122704 139825927669461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12648448 140732265588907 140732265592156 140732265592156 140732265594831 0
[pid=27227/tid=27284] ppid=27224 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27227/task/27284/stat : 27284 (java) S 27224 27227 26438 0 -1 1077944384 208 13363 0 0 1 0 5 2 20 0 15 0 71514614 11094274048 43816 33554432000 4194304 4196468 140732265581216 139825818070160 139825927669461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12648448 140732265588907 140732265592156 140732265592156 140732265594831 0
[pid=27227/tid=27285] ppid=27224 vsize=10834252 memory=6944656575208382560 CPUtime=0.08 cores=0,2,4,6
/proc/27227/task/27285/stat : 27285 (java) S 27224 27227 26438 0 -1 1077944384 410 13363 0 0 1 0 5 2 20 0 15 0 71514615 11094274048 43816 33554432000 4194304 4196468 140732265581216 139825386715120 139825927670402 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12648448 140732265588907 140732265592156 140732265592156 140732265594831 0
[pid=27227/tid=27286] ppid=27224 vsize=10834252 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27227/task/27286/stat : 27286 (java) S 27224 27227 26438 0 -1 1077944384 34 13363 0 0 0 0 5 2 20 0 15 0 71514616 11094274048 43816 33554432000 4194304 4196468 140732265581216 139825385661408 139825927669461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12648448 140732265588907 140732265592156 140732265592156 140732265594831 0
[pid=27227/tid=27287] ppid=27224 vsize=10834252 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27227/task/27287/stat : 27287 (java) S 27224 27227 26438 0 -1 1077944384 1 13363 0 0 0 0 5 2 20 0 15 0 71514616 11094274048 43816 33554432000 4194304 4196468 140732265581216 139824807797760 139825927669461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12648448 140732265588907 140732265592156 140732265592156 140732265594831 0
[pid=27227/tid=27288] ppid=27224 vsize=10834252 memory=279457818512928 CPUtime=0.07 cores=0,2,4,6
/proc/27227/task/27288/stat : 27288 (java) S 27224 27227 26438 0 -1 1077944384 3 13363 0 0 0 0 5 2 20 0 15 0 71514618 11094274048 43816 33554432000 4194304 4196468 140732265581216 139824500398288 139825927677851 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12648448 140732265588907 140732265592156 140732265592156 140732265594831 0
[pid=27227/tid=27289] ppid=27224 vsize=10834252 memory=2209 CPUtime=0.25 cores=0,2,4,6
/proc/27227/task/27289/stat : 27289 (java) S 27224 27227 26438 0 -1 1077944384 1109 13363 0 0 18 0 5 2 20 0 15 0 71514618 11094274048 43816 33554432000 4194304 4196468 140732265581216 139825352104432 139825927670402 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12648448 140732265588907 140732265592156 140732265592156 140732265594831 0
[pid=27227/tid=27290] ppid=27224 vsize=10834252 memory=20132 CPUtime=0.3 cores=0,2,4,6
/proc/27227/task/27290/stat : 27290 (java) S 27224 27227 26438 0 -1 1077944384 1113 13363 0 0 23 0 5 2 20 0 15 0 71514618 11094274048 43816 33554432000 4194304 4196468 140732265581216 139825351051888 139825927670402 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12648448 140732265588907 140732265592156 140732265592156 140732265594831 0
[pid=27227/tid=27291] ppid=27224 vsize=10834252 memory=0 CPUtime=0.42 cores=0,2,4,6
/proc/27227/task/27291/stat : 27291 (java) S 27224 27227 26438 0 -1 1077944384 1357 13363 0 0 35 0 5 2 20 0 15 0 71514618 11094274048 43816 33554432000 4194304 4196468 140732265581216 139825349999344 139825927670402 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12648448 140732265588907 140732265592156 140732265592156 140732265594831 0
[pid=27227/tid=27292] ppid=27224 vsize=10834252 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27227/task/27292/stat : 27292 (java) S 27224 27227 26438 0 -1 1077944384 3 13363 0 0 0 0 5 2 20 0 15 0 71514619 11094274048 43816 33554432000 4194304 4196468 140732265581216 139824466840672 139825927669461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12648448 140732265588907 140732265592156 140732265592156 140732265594831 0
[pid=27227/tid=27293] ppid=27224 vsize=10834252 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27227/task/27293/stat : 27293 (java) S 27224 27227 26438 0 -1 1077944384 1 13363 0 0 0 0 5 2 20 0 15 0 71514619 11094274048 43816 33554432000 4194304 4196468 140732265581216 139825348946224 139825927670402 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12648448 140732265588907 140732265592156 140732265592156 140732265594831 0
Current children cumulated CPU time: 2.3 s
Current children cumulated vsize: 10834252 KiB

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

[pid=27227/tid=27292] ppid=27224 vsize=10916192 memory=3046 CPUtime=0.07 cores=0,2,4,6
/proc/27227/task/27292/stat : 27292 (java) S 27224 27227 26438 0 -1 1077944384 3 13363 0 0 0 0 5 2 20 0 15 0 71514619 11178180608 221821 33554432000 4194304 4196468 140732265581216 139824466840672 139825927669461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12648448 140732265588907 140732265592156 140732265592156 140732265594831 0
[pid=27227/tid=27293] ppid=27224 vsize=10916192 memory=10 CPUtime=0.08 cores=0,2,4,6
/proc/27227/task/27293/stat : 27293 (java) S 27224 27227 26438 0 -1 1077944384 464 13363 0 0 0 1 5 2 20 0 15 0 71514619 11178180608 221821 33554432000 4194304 4196468 140732265581216 139825348946224 139825927670402 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12648448 140732265588907 140732265592156 140732265592156 140732265594831 0
Current children cumulated CPU time: 42.01 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 887284 KiB

[startup+35.2008 s]
/proc/loadavg: 1.76 1.79 1.78 3/215 27293
/proc/meminfo: memFree=7341460/32770624 swapFree=67108860/67108860
[pid=27227] ppid=27224 vsize=10916192 memory=889332 CPUtime=45.21 cores=0,2,4,6
/proc/27227/stat : 27227 (java) S 27224 27227 26438 0 -1 1077944320 93556 13363 0 0 4475 39 5 2 20 0 15 0 71514604 11178180608 222333 33554432000 4194304 4196468 140732265581216 140732265563760 139825927659255 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 12648448 140732265588907 140732265592156 140732265592156 140732265594831 0
/proc/27227/statm: 2729048 222333 3527 1 0 2690701 0
[pid=27227/tid=27280] ppid=27224 vsize=10916192 memory=1292 CPUtime=34.92 cores=0,2,4,6
/proc/27227/task/27280/stat : 27280 (java) R 27224 27227 26438 0 -1 4202560 47156 13363 0 0 3469 16 5 2 20 0 15 0 71514613 11178180608 222333 33554432000 4194304 4196468 140732265581216 139825899494448 139825504626828 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12648448 140732265588907 140732265592156 140732265592156 140732265594831 0
[pid=27227/tid=27281] ppid=27224 vsize=10916192 memory=6791534058613427641 CPUtime=0.18 cores=0,2,4,6
/proc/27227/task/27281/stat : 27281 (java) S 27224 27227 26438 0 -1 1077944384 444 13363 0 0 8 3 5 2 20 0 15 0 71514613 11178180608 222333 33554432000 4194304 4196468 140732265581216 139825931901712 139825927669461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12648448 140732265588907 140732265592156 140732265592156 140732265594831 0
[pid=27227/tid=27282] ppid=27224 vsize=10916192 memory=932 CPUtime=0.17 cores=0,2,4,6
/proc/27227/task/27282/stat : 27282 (java) S 27224 27227 26438 0 -1 1077944384 1935 13363 0 0 8 2 5 2 20 0 15 0 71514613 11178180608 222333 33554432000 4194304 4196468 140732265581216 139825820175248 139825927669461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12648448 140732265588907 140732265592156 140732265592156 140732265594831 0
[pid=27227/tid=27283] ppid=27224 vsize=10916192 memory=1580 CPUtime=0.18 cores=0,2,4,6
/proc/27227/task/27283/stat : 27283 (java) S 27224 27227 26438 0 -1 1077944384 1634 13363 0 0 8 3 5 2 20 0 15 0 71514614 11178180608 222333 33554432000 4194304 4196468 140732265581216 139825819122704 139825927669461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12648448 140732265588907 140732265592156 140732265592156 140732265594831 0
[pid=27227/tid=27284] ppid=27224 vsize=10916192 memory=2240 CPUtime=0.18 cores=0,2,4,6
/proc/27227/task/27284/stat : 27284 (java) S 27224 27227 26438 0 -1 1077944384 1089 13363 0 0 8 3 5 2 20 0 15 0 71514614 11178180608 222333 33554432000 4194304 4196468 140732265581216 139825818070160 139825927669461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12648448 140732265588907 140732265592156 140732265592156 140732265594831 0
[pid=27227/tid=27285] ppid=27224 vsize=10916192 memory=887284 CPUtime=0.14 cores=0,2,4,6
/proc/27227/task/27285/stat : 27285 (java) S 27224 27227 26438 0 -1 1077944384 4049 13363 0 0 7 0 5 2 20 0 15 0 71514615 11178180608 222333 33554432000 4194304 4196468 140732265581216 139825386715120 139825927670402 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12648448 140732265588907 140732265592156 140732265592156 140732265594831 0
[pid=27227/tid=27286] ppid=27224 vsize=10916192 memory=21488 CPUtime=0.07 cores=0,2,4,6
/proc/27227/task/27286/stat : 27286 (java) S 27224 27227 26438 0 -1 1077944384 37 13363 0 0 0 0 5 2 20 0 15 0 71514616 11178180608 222333 33554432000 4194304 4196468 140732265581216 139825385661408 139825927669461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12648448 140732265588907 140732265592156 140732265592156 140732265594831 0
[pid=27227/tid=27287] ppid=27224 vsize=10916192 memory=1292 CPUtime=0.07 cores=0,2,4,6
/proc/27227/task/27287/stat : 27287 (java) S 27224 27227 26438 0 -1 1077944384 1 13363 0 0 0 0 5 2 20 0 15 0 71514616 11178180608 222333 33554432000 4194304 4196468 140732265581216 139824807797760 139825927669461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12648448 140732265588907 140732265592156 140732265592156 140732265594831 0
[pid=27227/tid=27288] ppid=27224 vsize=10916192 memory=2416 CPUtime=0.07 cores=0,2,4,6
/proc/27227/task/27288/stat : 27288 (java) S 27224 27227 26438 0 -1 1077944384 3 13363 0 0 0 0 5 2 20 0 15 0 71514618 11178180608 222333 33554432000 4194304 4196468 140732265581216 139824500398288 139825927677851 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12648448 140732265588907 140732265592156 140732265592156 140732265594831 0
[pid=27227/tid=27289] ppid=27224 vsize=10916192 memory=1728 CPUtime=3.89 cores=0,2,4,6
/proc/27227/task/27289/stat : 27289 (java) S 27224 27227 26438 0 -1 1077944384 14829 13363 0 0 381 1 5 2 20 0 15 0 71514618 11178180608 222333 33554432000 4194304 4196468 140732265581216 139825352104432 139825927670402 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12648448 140732265588907 140732265592156 140732265592156 140732265594831 0
[pid=27227/tid=27290] ppid=27224 vsize=10916192 memory=1700 CPUtime=4.02 cores=0,2,4,6
/proc/27227/task/27290/stat : 27290 (java) S 27224 27227 26438 0 -1 1077944384 12212 13363 0 0 393 2 5 2 20 0 15 0 71514618 11178180608 222333 33554432000 4194304 4196468 140732265581216 139825351051888 139825927670402 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12648448 140732265588907 140732265592156 140732265592156 140732265594831 0
[pid=27227/tid=27291] ppid=27224 vsize=10916192 memory=796 CPUtime=1.97 cores=0,2,4,6
/proc/27227/task/27291/stat : 27291 (java) S 27224 27227 26438 0 -1 1077944384 7510 13363 0 0 186 4 5 2 20 0 15 0 71514618 11178180608 222333 33554432000 4194304 4196468 140732265581216 139825349999344 139825927670402 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12648448 140732265588907 140732265592156 140732265592156 140732265594831 0
[pid=27227/tid=27292] ppid=27224 vsize=10916192 memory=5408 CPUtime=0.07 cores=0,2,4,6
/proc/27227/task/27292/stat : 27292 (java) S 27224 27227 26438 0 -1 1077944384 3 13363 0 0 0 0 5 2 20 0 15 0 71514619 11178180608 222333 33554432000 4194304 4196468 140732265581216 139824466840672 139825927669461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12648448 140732265588907 140732265592156 140732265592156 140732265594831 0
[pid=27227/tid=27293] ppid=27224 vsize=10916192 memory=1008 CPUtime=0.09 cores=0,2,4,6
/proc/27227/task/27293/stat : 27293 (java) S 27224 27227 26438 0 -1 1077944384 466 13363 0 0 1 1 5 2 20 0 15 0 71514619 11178180608 222333 33554432000 4194304 4196468 140732265581216 139825348946224 139825927670402 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12648448 140732265588907 140732265592156 140732265592156 140732265594831 0
Current children cumulated CPU time: 45.21 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 889332 KiB

[startup+36.0008 s]*
/proc/loadavg: 1.76 1.79 1.78 3/215 27293
/proc/meminfo: memFree=7325076/32770624 swapFree=67108860/67108860
[pid=27227] ppid=27224 vsize=10916192 memory=905752 CPUtime=46.02 cores=0,2,4,6
/proc/27227/stat : 27227 (java) S 27224 27227 26438 0 -1 1077944320 93581 13363 0 0 4556 39 5 2 20 0 15 0 71514604 11178180608 226438 33554432000 4194304 4196468 140732265581216 140732265563760 139825927659255 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 12648448 140732265588907 140732265592156 140732265592156 140732265594831 0
/proc/27227/statm: 2729048 226438 3527 1 0 2690701 0
[pid=27227/tid=27280] ppid=27224 vsize=10916192 memory=6791534058613427641 CPUtime=35.72 cores=0,2,4,6
/proc/27227/task/27280/stat : 27280 (java) R 27224 27227 26438 0 -1 4202560 47165 13363 0 0 3549 16 5 2 20 0 15 0 71514613 11178180608 226438 33554432000 4194304 4196468 140732265581216 139825899494368 139825501016839 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12648448 140732265588907 140732265592156 140732265592156 140732265594831 0
[pid=27227/tid=27281] ppid=27224 vsize=10916192 memory=-7003737579269690708 CPUtime=0.18 cores=0,2,4,6
/proc/27227/task/27281/stat : 27281 (java) S 27224 27227 26438 0 -1 1077944384 445 13363 0 0 8 3 5 2 20 0 15 0 71514613 11178180608 226438 33554432000 4194304 4196468 140732265581216 139825931901712 139825927669461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12648448 140732265588907 140732265592156 140732265592156 140732265594831 0
[pid=27227/tid=27282] ppid=27224 vsize=10916192 memory=3472468007957665216 CPUtime=0.18 cores=0,2,4,6
/proc/27227/task/27282/stat : 27282 (java) S 27224 27227 26438 0 -1 1077944384 1937 13363 0 0 8 3 5 2 20 0 15 0 71514613 11178180608 226438 33554432000 4194304 4196468 140732265581216 139825820175248 139825927669461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12648448 140732265588907 140732265592156 140732265592156 140732265594831 0
[pid=27227/tid=27283] ppid=27224 vsize=10916192 memory=0 CPUtime=0.18 cores=0,2,4,6
/proc/27227/task/27283/stat : 27283 (java) S 27224 27227 26438 0 -1 1077944384 1635 13363 0 0 8 3 5 2 20 0 15 0 71514614 11178180608 226438 33554432000 4194304 4196468 140732265581216 139825819122704 139825927669461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12648448 140732265588907 140732265592156 140732265592156 140732265594831 0
[pid=27227/tid=27284] ppid=27224 vsize=10916192 memory=7450195585038440041 CPUtime=0.18 cores=0,2,4,6
/proc/27227/task/27284/stat : 27284 (java) S 27224 27227 26438 0 -1 1077944384 1090 13363 0 0 8 3 5 2 20 0 15 0 71514614 11178180608 226438 33554432000 4194304 4196468 140732265581216 139825818070160 139825927669461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12648448 140732265588907 140732265592156 140732265592156 140732265594831 0
[pid=27227/tid=27285] ppid=27224 vsize=10916192 memory=5787213827147326820 CPUtime=0.14 cores=0,2,4,6
/proc/27227/task/27285/stat : 27285 (java) S 27224 27227 26438 0 -1 1077944384 4060 13363 0 0 7 0 5 2 20 0 15 0 71514615 11178180608 226438 33554432000 4194304 4196468 140732265581216 139825386715120 139825927670402 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12648448 140732265588907 140732265592156 140732265592156 140732265594831 0
[pid=27227/tid=27286] ppid=27224 vsize=10916192 memory=7295950583417696866 CPUtime=0.07 cores=0,2,4,6
/proc/27227/task/27286/stat : 27286 (java) S 27224 27227 26438 0 -1 1077944384 37 13363 0 0 0 0 5 2 20 0 15 0 71514616 11178180608 226438 33554432000 4194304 4196468 140732265581216 139825385661408 139825927669461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12648448 140732265588907 140732265592156 140732265592156 140732265594831 0
[pid=27227/tid=27287] ppid=27224 vsize=10916192 memory=7522230080571991890 CPUtime=0.07 cores=0,2,4,6
/proc/27227/task/27287/stat : 27287 (java) S 27224 27227 26438 0 -1 1077944384 1 13363 0 0 0 0 5 2 20 0 15 0 71514616 11178180608 226438 33554432000 4194304 4196468 140732265581216 139824807797760 139825927669461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12648448 140732265588907 140732265592156 140732265592156 140732265594831 0
[pid=27227/tid=27288] ppid=27224 vsize=10916192 memory=256951452291308 CPUtime=0.07 cores=0,2,4,6
/proc/27227/task/27288/stat : 27288 (java) S 27224 27227 26438 0 -1 1077944384 3 13363 0 0 0 0 5 2 20 0 15 0 71514618 11178180608 226438 33554432000 4194304 4196468 140732265581216 139824500398288 139825927677851 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12648448 140732265588907 140732265592156 140732265592156 140732265594831 0
[pid=27227/tid=27289] ppid=27224 vsize=10916192 memory=0 CPUtime=3.89 cores=0,2,4,6
/proc/27227/task/27289/stat : 27289 (java) S 27224 27227 26438 0 -1 1077944384 14829 13363 0 0 381 1 5 2 20 0 15 0 71514618 11178180608 226438 33554432000 4194304 4196468 140732265581216 139825352104432 139825927670402 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12648448 140732265588907 140732265592156 140732265592156 140732265594831 0
[pid=27227/tid=27290] ppid=27224 vsize=10916192 memory=0 CPUtime=4.02 cores=0,2,4,6
/proc/27227/task/27290/stat : 27290 (java) S 27224 27227 26438 0 -1 1077944384 12212 13363 0 0 393 2 5 2 20 0 15 0 71514618 11178180608 226438 33554432000 4194304 4196468 140732265581216 139825351051888 139825927670402 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12648448 140732265588907 140732265592156 140732265592156 140732265594831 0
[pid=27227/tid=27291] ppid=27224 vsize=10916192 memory=0 CPUtime=1.97 cores=0,2,4,6
/proc/27227/task/27291/stat : 27291 (java) S 27224 27227 26438 0 -1 1077944384 7510 13363 0 0 186 4 5 2 20 0 15 0 71514618 11178180608 226438 33554432000 4194304 4196468 140732265581216 139825349999344 139825927670402 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12648448 140732265588907 140732265592156 140732265592156 140732265594831 0
[pid=27227/tid=27292] ppid=27224 vsize=10916192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27227/task/27292/stat : 27292 (java) S 27224 27227 26438 0 -1 1077944384 3 13363 0 0 0 0 5 2 20 0 15 0 71514619 11178180608 226438 33554432000 4194304 4196468 140732265581216 139824466840672 139825927669461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12648448 140732265588907 140732265592156 140732265592156 140732265594831 0
[pid=27227/tid=27293] ppid=27224 vsize=10916192 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/27227/task/27293/stat : 27293 (java) S 27224 27227 26438 0 -1 1077944384 466 13363 0 0 1 1 5 2 20 0 15 0 71514619 11178180608 226438 33554432000 4194304 4196468 140732265581216 139825348946224 139825927670402 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12648448 140732265588907 140732265592156 140732265592156 140732265594831 0
Current children cumulated CPU time: 46.02 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 905752 KiB

[startup+36.8008 s]
/proc/loadavg: 1.76 1.79 1.78 3/215 27293
/proc/meminfo: memFree=7325076/32770624 swapFree=67108860/67108860
[pid=27227] ppid=27224 vsize=10916192 memory=905752 CPUtime=46.81 cores=0,2,4,6
/proc/27227/stat : 27227 (java) S 27224 27227 26438 0 -1 1077944320 93581 13363 0 0 4635 39 5 2 20 0 15 0 71514604 11178180608 226438 33554432000 4194304 4196468 140732265581216 140732265563760 139825927659255 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 12648448 140732265588907 140732265592156 140732265592156 140732265594831 0
/proc/27227/statm: 2729048 226438 3527 1 0 2690701 0
[pid=27227/tid=27280] ppid=27224 vsize=10916192 memory=6791534058613427641 CPUtime=36.51 cores=0,2,4,6
/proc/27227/task/27280/stat : 27280 (java) R 27224 27227 26438 0 -1 4202560 47165 13363 0 0 3628 16 5 2 20 0 15 0 71514613 11178180608 226438 33554432000 4194304 4196468 140732265581216 139825899494368 139825512010420 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12648448 140732265588907 140732265592156 140732265592156 140732265594831 0
[pid=27227/tid=27281] ppid=27224 vsize=10916192 memory=279457818476784 CPUtime=0.18 cores=0,2,4,6
/proc/27227/task/27281/stat : 27281 (java) S 27224 27227 26438 0 -1 1077944384 445 13363 0 0 8 3 5 2 20 0 15 0 71514613 11178180608 226438 33554432000 4194304 4196468 140732265581216 139825931901712 139825927669461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12648448 140732265588907 140732265592156 140732265592156 140732265594831 0
[pid=27227/tid=27282] ppid=27224 vsize=10916192 memory=6943526294502006880 CPUtime=0.18 cores=0,2,4,6
/proc/27227/task/27282/stat : 27282 (java) S 27224 27227 26438 0 -1 1077944384 1937 13363 0 0 8 3 5 2 20 0 15 0 71514613 11178180608 226438 33554432000 4194304 4196468 140732265581216 139825820175248 139825927669461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12648448 140732265588907 140732265592156 140732265592156 140732265594831 0
[pid=27227/tid=27283] ppid=27224 vsize=10916192 memory=279457818480400 CPUtime=0.18 cores=0,2,4,6
/proc/27227/task/27283/stat : 27283 (java) S 27224 27227 26438 0 -1 1077944384 1635 13363 0 0 8 3 5 2 20 0 15 0 71514614 11178180608 226438 33554432000 4194304 4196468 140732265581216 139825819122704 139825927669461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12648448 140732265588907 140732265592156 140732265592156 140732265594831 0
[pid=27227/tid=27284] ppid=27224 vsize=10916192 memory=5408 CPUtime=0.18 cores=0,2,4,6
/proc/27227/task/27284/stat : 27284 (java) S 27224 27227 26438 0 -1 1077944384 1090 13363 0 0 8 3 5 2 20 0 15 0 71514614 11178180608 226438 33554432000 4194304 4196468 140732265581216 139825818070160 139825927669461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12648448 140732265588907 140732265592156 140732265592156 140732265594831 0
[pid=27227/tid=27285] ppid=27224 vsize=10916192 memory=1008 CPUtime=0.14 cores=0,2,4,6
/proc/27227/task/27285/stat : 27285 (java) S 27224 27227 26438 0 -1 1077944384 4060 13363 0 0 7 0 5 2 20 0 15 0 71514615 11178180608 226438 33554432000 4194304 4196468 140732265581216 139825386715120 139825927670402 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12648448 140732265588907 140732265592156 140732265592156 140732265594831 0
[pid=27227/tid=27286] ppid=27224 vsize=10916192 memory=9992 CPUtime=0.07 cores=0,2,4,6
/proc/27227/task/27286/stat : 27286 (java) S 27224 27227 26438 0 -1 1077944384 37 13363 0 0 0 0 5 2 20 0 15 0 71514616 11178180608 226438 33554432000 4194304 4196468 140732265581216 139825385661408 139825927669461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12648448 140732265588907 140732265592156 140732265592156 140732265594831 0
[pid=27227/tid=27287] ppid=27224 vsize=10916192 memory=1228 CPUtime=0.07 cores=0,2,4,6
/proc/27227/task/27287/stat : 27287 (java) S 27224 27227 26438 0 -1 1077944384 1 13363 0 0 0 0 5 2 20 0 15 0 71514616 11178180608 226438 33554432000 4194304 4196468 140732265581216 139824807797760 139825927669461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12648448 140732265588907 140732265592156 140732265592156 140732265594831 0
[pid=27227/tid=27288] ppid=27224 vsize=10916192 memory=1952 CPUtime=0.07 cores=0,2,4,6
/proc/27227/task/27288/stat : 27288 (java) S 27224 27227 26438 0 -1 1077944384 3 13363 0 0 0 0 5 2 20 0 15 0 71514618 11178180608 226438 33554432000 4194304 4196468 140732265581216 139824500398288 139825927677851 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12648448 140732265588907 140732265592156 140732265592156 140732265594831 0
[pid=27227/tid=27289] ppid=27224 vsize=10916192 memory=1200 CPUtime=3.89 cores=0,2,4,6
/proc/27227/task/27289/stat : 27289 (java) S 27224 27227 26438 0 -1 1077944384 14829 13363 0 0 381 1 5 2 20 0 15 0 71514618 11178180608 226438 33554432000 4194304 4196468 140732265581216 139825352104432 139825927670402 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12648448 140732265588907 140732265592156 140732265592156 140732265594831 0
[pid=27227/tid=27290] ppid=27224 vsize=10916192 memory=10592 CPUtime=4.02 cores=0,2,4,6
/proc/27227/task/27290/stat : 27290 (java) S 27224 27227 26438 0 -1 1077944384 12212 13363 0 0 393 2 5 2 20 0 15 0 71514618 11178180608 226438 33554432000 4194304 4196468 140732265581216 139825351051888 139825927670402 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12648448 140732265588907 140732265592156 140732265592156 140732265594831 0
[pid=27227/tid=27291] ppid=27224 vsize=10916192 memory=4616 CPUtime=1.97 cores=0,2,4,6
/proc/27227/task/27291/stat : 27291 (java) S 27224 27227 26438 0 -1 1077944384 7510 13363 0 0 186 4 5 2 20 0 15 0 71514618 11178180608 226438 33554432000 4194304 4196468 140732265581216 139825349999344 139825927670402 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12648448 140732265588907 140732265592156 140732265592156 140732265594831 0
[pid=27227/tid=27292] ppid=27224 vsize=10916192 memory=6791534058613427641 CPUtime=0.07 cores=0,2,4,6
/proc/27227/task/27292/stat : 27292 (java) S 27224 27227 26438 0 -1 1077944384 3 13363 0 0 0 0 5 2 20 0 15 0 71514619 11178180608 226438 33554432000 4194304 4196468 140732265581216 139824466840672 139825927669461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12648448 140732265588907 140732265592156 140732265592156 140732265594831 0
[pid=27227/tid=27293] ppid=27224 vsize=10916192 memory=15876 CPUtime=0.09 cores=0,2,4,6
/proc/27227/task/27293/stat : 27293 (java) S 27224 27227 26438 0 -1 1077944384 466 13363 0 0 1 1 5 2 20 0 15 0 71514619 11178180608 226438 33554432000 4194304 4196468 140732265581216 139825348946224 139825927670402 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12648448 140732265588907 140732265592156 140732265592156 140732265594831 0
Current children cumulated CPU time: 46.81 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 905752 KiB

[startup+37.2008 s]
/proc/loadavg: 1.70 1.78 1.77 3/215 27293
/proc/meminfo: memFree=7324952/32770624 swapFree=67108860/67108860
[pid=27227] ppid=27224 vsize=10916192 memory=905752 CPUtime=47.21 cores=0,2,4,6
/proc/27227/stat : 27227 (java) S 27224 27227 26438 0 -1 1077944320 93581 13363 0 0 4675 39 5 2 20 0 15 0 71514604 11178180608 226438 33554432000 4194304 4196468 140732265581216 140732265563760 139825927659255 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 12648448 140732265588907 140732265592156 140732265592156 140732265594831 0
/proc/27227/statm: 2729048 226438 3527 1 0 2690701 0
[pid=27227/tid=27280] ppid=27224 vsize=10916192 memory=1292 CPUtime=36.91 cores=0,2,4,6
/proc/27227/task/27280/stat : 27280 (java) R 27224 27227 26438 0 -1 4202560 47165 13363 0 0 3668 16 5 2 20 0 15 0 71514613 11178180608 226438 33554432000 4194304 4196468 140732265581216 139825899494368 139825512072303 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12648448 140732265588907 140732265592156 140732265592156 140732265594831 0
[pid=27227/tid=27281] ppid=27224 vsize=10916192 memory=2416 CPUtime=0.18 cores=0,2,4,6
/proc/27227/task/27281/stat : 27281 (java) S 27224 27227 26438 0 -1 1077944384 445 13363 0 0 8 3 5 2 20 0 15 0 71514613 11178180608 226438 33554432000 4194304 4196468 140732265581216 139825931901712 139825927669461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12648448 140732265588907 140732265592156 140732265592156 140732265594831 0
[pid=27227/tid=27282] ppid=27224 vsize=10916192 memory=0 CPUtime=0.18 cores=0,2,4,6
/proc/27227/task/27282/stat : 27282 (java) S 27224 27227 26438 0 -1 1077944384 1937 13363 0 0 8 3 5 2 20 0 15 0 71514613 11178180608 226438 33554432000 4194304 4196468 140732265581216 139825820175248 139825927669461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12648448 140732265588907 140732265592156 140732265592156 140732265594831 0
[pid=27227/tid=27283] ppid=27224 vsize=10916192 memory=0 CPUtime=0.18 cores=0,2,4,6
/proc/27227/task/27283/stat : 27283 (java) S 27224 27227 26438 0 -1 1077944384 1635 13363 0 0 8 3 5 2 20 0 15 0 71514614 11178180608 226438 33554432000 4194304 4196468 140732265581216 139825819122704 139825927669461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12648448 140732265588907 140732265592156 140732265592156 140732265594831 0
[pid=27227/tid=27284] ppid=27224 vsize=10916192 memory=3184237648985876256 CPUtime=0.18 cores=0,2,4,6
/proc/27227/task/27284/stat : 27284 (java) S 27224 27227 26438 0 -1 1077944384 1090 13363 0 0 8 3 5 2 20 0 15 0 71514614 11178180608 226438 33554432000 4194304 4196468 140732265581216 139825818070160 139825927669461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12648448 140732265588907 140732265592156 140732265592156 140732265594831 0
[pid=27227/tid=27285] ppid=27224 vsize=10916192 memory=6656426216303648864 CPUtime=0.14 cores=0,2,4,6
/proc/27227/task/27285/stat : 27285 (java) S 27224 27227 26438 0 -1 1077944384 4060 13363 0 0 7 0 5 2 20 0 15 0 71514615 11178180608 226438 33554432000 4194304 4196468 140732265581216 139825386715120 139825927670402 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12648448 140732265588907 140732265592156 140732265592156 140732265594831 0
[pid=27227/tid=27286] ppid=27224 vsize=10916192 memory=4572164749098055210 CPUtime=0.07 cores=0,2,4,6
/proc/27227/task/27286/stat : 27286 (java) S 27224 27227 26438 0 -1 1077944384 37 13363 0 0 0 0 5 2 20 0 15 0 71514616 11178180608 226438 33554432000 4194304 4196468 140732265581216 139825385661408 139825927669461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12648448 140732265588907 140732265592156 140732265592156 140732265594831 0
[pid=27227/tid=27287] ppid=27224 vsize=10916192 memory=6944656592455360604 CPUtime=0.07 cores=0,2,4,6
/proc/27227/task/27287/stat : 27287 (java) S 27224 27227 26438 0 -1 1077944384 1 13363 0 0 0 0 5 2 20 0 15 0 71514616 11178180608 226438 33554432000 4194304 4196468 140732265581216 139824807797760 139825927669461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12648448 140732265588907 140732265592156 140732265592156 140732265594831 0
[pid=27227/tid=27288] ppid=27224 vsize=10916192 memory=279457818476784 CPUtime=0.07 cores=0,2,4,6
/proc/27227/task/27288/stat : 27288 (java) S 27224 27227 26438 0 -1 1077944384 3 13363 0 0 0 0 5 2 20 0 15 0 71514618 11178180608 226438 33554432000 4194304 4196468 140732265581216 139824500398288 139825927677851 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12648448 140732265588907 140732265592156 140732265592156 140732265594831 0
[pid=27227/tid=27289] ppid=27224 vsize=10916192 memory=-8634980985311628903 CPUtime=3.89 cores=0,2,4,6
/proc/27227/task/27289/stat : 27289 (java) S 27224 27227 26438 0 -1 1077944384 14829 13363 0 0 381 1 5 2 20 0 15 0 71514618 11178180608 226438 33554432000 4194304 4196468 140732265581216 139825352104432 139825927670402 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12648448 140732265588907 140732265592156 140732265592156 140732265594831 0
[pid=27227/tid=27290] ppid=27224 vsize=10916192 memory=-6582110392737227623 CPUtime=4.02 cores=0,2,4,6
/proc/27227/task/27290/stat : 27290 (java) S 27224 27227 26438 0 -1 1077944384 12212 13363 0 0 393 2 5 2 20 0 15 0 71514618 11178180608 226438 33554432000 4194304 4196468 140732265581216 139825351051888 139825927670402 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12648448 140732265588907 140732265592156 140732265592156 140732265594831 0
[pid=27227/tid=27291] ppid=27224 vsize=10916192 memory=7897517683652307531 CPUtime=1.97 cores=0,2,4,6
/proc/27227/task/27291/stat : 27291 (java) S 27224 27227 26438 0 -1 1077944384 7510 13363 0 0 186 4 5 2 20 0 15 0 71514618 11178180608 226438 33554432000 4194304 4196468 140732265581216 139825349999344 139825927670402 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12648448 140732265588907 140732265592156 140732265592156 140732265594831 0
[pid=27227/tid=27292] ppid=27224 vsize=10916192 memory=8514726395715349656 CPUtime=0.07 cores=0,2,4,6
/proc/27227/task/27292/stat : 27292 (java) S 27224 27227 26438 0 -1 1077944384 3 13363 0 0 0 0 5 2 20 0 15 0 71514619 11178180608 226438 33554432000 4194304 4196468 140732265581216 139824466840672 139825927669461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12648448 140732265588907 140732265592156 140732265592156 140732265594831 0
[pid=27227/tid=27293] ppid=27224 vsize=10916192 memory=279457819855008 CPUtime=0.09 cores=0,2,4,6
/proc/27227/task/27293/stat : 27293 (java) S 27224 27227 26438 0 -1 1077944384 466 13363 0 0 1 1 5 2 20 0 15 0 71514619 11178180608 226438 33554432000 4194304 4196468 140732265581216 139825348946224 139825927670402 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12648448 140732265588907 140732265592156 140732265592156 140732265594831 0
Current children cumulated CPU time: 47.21 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 905752 KiB

Child status: 0
Real time (s): 37.2994
CPU time (s): 47.3395
CPU user time (s): 46.8944
CPU system time (s): 0.445135
CPU usage (%): 126.918
Max. virtual memory (cumulated for all children) (KiB): 10917020
Max. memory (cumulated for all children) (KiB): 905752

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 46.8944
system time used= 0.445135
maximum resident set size= 909448
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 108545
page faults= 0
swaps= 0
block input operations= 0
block output operations= 224
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9401
involuntary context switches= 116


# summary of solver processes directly reported to runsolver:
#   pid: 27227
#   total CPU time (s): 47.3395
#   total CPU user time (s): 46.8944
#   total CPU system time (s): 0.445135

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.215379 second user time and 0.416977 second system time

The end

Launcher Data

Begin job on node139 at 2018-07-25 19:25:14
IDJOB=4295207
IDBENCH=141491
IDSOLVER=2751
FILE ID=node139/4295207-1532539514
RUNJOBID= node139-1532535188-26469
PBS_JOBID= 21021948
Free space on /tmp= 38816 MiB

SOLVER NAME= Concrete 3.8-SuperNG 2018-06-13
BENCH NAME= XCSP18/PeacableArmies/PeacableArmies-m2-05_c18.xml
COMMAND LINE= concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4295207-1532539514/watcher-4295207-1532539514 -o /tmp/evaluation-result-4295207-1532539514/solver-4295207-1532539514 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node139-1532535188-26469 --watchdog 2580  concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=2083335951 -superng HOME/instance-4295207-1532539514.xml

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

MD5SUM BENCH= 5e5be4f605afa886fe94f4d001b03361
RANDOM SEED=2083335951

node139.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.80
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.80
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.80
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.80
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:         8216696 kB
MemAvailable:   28122152 kB
Buffers:          217308 kB
Cached:         19632884 kB
SwapCached:            0 kB
Active:          6131992 kB
Inactive:       17574204 kB
Active(anon):    3284412 kB
Inactive(anon):   599748 kB
Active(file):    2847580 kB
Inactive(file): 16974456 kB
Unevictable:        7312 kB
Mlocked:            7312 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26652 kB
Writeback:             0 kB
AnonPages:       3863508 kB
Mapped:            52972 kB
Shmem:             25228 kB
Slab:             539084 kB
SReclaimable:     511880 kB
SUnreclaim:        27204 kB
KernelStack:        3520 kB
PageTables:        12740 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4592456 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3629056 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 38788 MiB
End job on node139 at 2018-07-25 19:25:52