Trace number 4302665

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.9.2-SuperNGOPT4 36.1192 25.3333

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.505646
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

1.00/0.75	c Concrete v3.9.2.1532736233296 running
14.33/6.05	o 3
16.53/7.37	o 4
36.07/25.31	v <instantiation cost="4">
36.07/25.31	v       <list>
36.07/25.31	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
36.07/25.31	v       </list>
36.07/25.31	v       <values>
36.07/25.31	v         2 0 2 0 0 0 0 0 0 1 2 0 2 0 0 0 0 0 0 1 0 1 0 1 0 4 4
36.07/25.31	v       </values>
36.07/25.31	v     </instantiation>
36.07/25.31	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 (9536 MiB free)
  memory of node 1: 16384 MiB (13407 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302665-1532898049/watcher-4302665-1532898049 -o /tmp/evaluation-result-4302665-1532898049/solver-4302665-1532898049 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node132-1532897795-31991 --watchdog 312 bin/xcsp-3-concrete -J-Xss64M -randomseed=903558441 -superng HOME/instance-4302665-1532898049.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 282 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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=32738, runsolver pid=32735


[startup+0.101847 s]*
/proc/loadavg: 1.52 1.21 1.15 3/213 333
/proc/meminfo: memFree=23486276/32770624 swapFree=67108860/67108860
[pid=32738] ppid=32735 vsize=10005480 memory=19120 CPUtime=0.1 cores=0,2,4,6
/proc/32738/stat : 32738 (java) S 32735 32738 29938 0 -1 1077944320 4408 13274 0 0 1 1 5 3 20 0 6 0 107368052 10245611520 4780 33554432000 4194304 4196468 140728322282544 140728322265088 140019076251383 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 22577152 140728322284137 140728322286945 140728322286945 140728322289615 0
/proc/32738/statm: 2501370 4780 1935 1 0 2489808 0
[pid=32738/tid=329] ppid=32735 vsize=10005480 memory=4279135703912971920 CPUtime=0.08 cores=0,2,4,6
/proc/32738/task/329/stat : 329 (java) R 32735 32738 29938 0 -1 4202560 2210 13274 0 0 0 0 5 3 20 0 6 0 107368061 10245611520 4780 33554432000 4194304 4196468 140728322282544 140019048088144 140019053475536 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22577152 140728322284137 140728322286945 140728322286945 140728322289615 0
[pid=32738/tid=330] ppid=32735 vsize=10005480 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32738/task/330/stat : 330 (java) S 32735 32738 29938 0 -1 1077944384 1 13274 0 0 0 0 5 3 20 0 6 0 107368062 10245611520 4780 33554432000 4194304 4196468 140728322282544 140019080493968 140019076261589 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22577152 140728322284137 140728322286945 140728322286945 140728322289615 0
[pid=32738/tid=331] ppid=32735 vsize=10005480 memory=139815298500224 CPUtime=0.08 cores=0,2,4,6
/proc/32738/task/331/stat : 331 (java) S 32735 32738 29938 0 -1 1077944384 1 13274 0 0 0 0 5 3 20 0 6 0 107368062 10245611520 4780 33554432000 4194304 4196468 140728322282544 140018961758992 140019076261589 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22577152 140728322284137 140728322286945 140728322286945 140728322289615 0
[pid=32738/tid=332] ppid=32735 vsize=10005480 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32738/task/332/stat : 332 (java) S 32735 32738 29938 0 -1 1077944384 1 13274 0 0 0 0 5 3 20 0 6 0 107368062 10245611520 4780 33554432000 4194304 4196468 140728322282544 140018960706704 140019076261589 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22577152 140728322284137 140728322286945 140728322286945 140728322289615 0
[pid=32738/tid=333] ppid=32735 vsize=10005480 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/32738/task/333/stat : 333 (java) S 32735 32738 29938 0 -1 1077944384 2 13274 0 0 0 0 5 3 20 0 6 0 107368062 10245611520 4780 33554432000 4194304 4196468 140728322282544 140018959653904 140019076261589 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22577152 140728322284137 140728322286945 140728322286945 140728322289615 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 19120 KiB

[startup+0.210184 s]*
/proc/loadavg: 1.52 1.21 1.15 5/222 342
/proc/meminfo: memFree=23466852/32770624 swapFree=67108860/67108860
[pid=32738] ppid=32735 vsize=10982744 memory=43660 CPUtime=0.26 cores=0,2,4,6
/proc/32738/stat : 32738 (java) S 32735 32738 29938 0 -1 1077944320 7612 13274 0 0 17 1 5 3 20 0 15 0 107368052 11246329856 10915 33554432000 4194304 4196468 140728322282544 140728322265088 140019076251383 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 22577152 140728322284137 140728322286945 140728322286945 140728322289615 0
/proc/32738/statm: 2745686 10915 2948 1 0 2708109 0
[pid=32738/tid=329] ppid=32735 vsize=10982744 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/32738/task/329/stat : 329 (java) R 32735 32738 29938 0 -1 4202560 4193 13274 0 0 11 1 5 3 20 0 15 0 107368061 11246329856 10915 33554432000 4194304 4196468 140728322282544 140019048069624 140019056527104 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22577152 140728322284137 140728322286945 140728322286945 140728322289615 0
[pid=32738/tid=330] ppid=32735 vsize=10982744 memory=364 CPUtime=0.08 cores=0,2,4,6
/proc/32738/task/330/stat : 330 (java) S 32735 32738 29938 0 -1 1077944384 1 13274 0 0 0 0 5 3 20 0 15 0 107368062 11246329856 10915 33554432000 4194304 4196468 140728322282544 140019080493968 140019076261589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22577152 140728322284137 140728322286945 140728322286945 140728322289615 0
[pid=32738/tid=331] ppid=32735 vsize=10982744 memory=3835297078888072864 CPUtime=0.08 cores=0,2,4,6
/proc/32738/task/331/stat : 331 (java) S 32735 32738 29938 0 -1 1077944384 1 13274 0 0 0 0 5 3 20 0 15 0 107368062 11246329856 10915 33554432000 4194304 4196468 140728322282544 140018961758992 140019076261589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22577152 140728322284137 140728322286945 140728322286945 140728322289615 0
[pid=32738/tid=332] ppid=32735 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32738/task/332/stat : 332 (java) S 32735 32738 29938 0 -1 1077944384 1 13274 0 0 0 0 5 3 20 0 15 0 107368062 11246329856 10915 33554432000 4194304 4196468 140728322282544 140018960706704 140019076261589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22577152 140728322284137 140728322286945 140728322286945 140728322289615 0
[pid=32738/tid=333] ppid=32735 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/32738/task/333/stat : 333 (java) S 32735 32738 29938 0 -1 1077944384 2 13274 0 0 0 0 5 3 20 0 15 0 107368062 11246329856 10915 33554432000 4194304 4196468 140728322282544 140018959653904 140019076261589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22577152 140728322284137 140728322286945 140728322286945 140728322289615 0
[pid=32738/tid=334] ppid=32735 vsize=10982744 memory=139815298500224 CPUtime=0.08 cores=0,2,4,6
/proc/32738/task/334/stat : 334 (java) S 32735 32738 29938 0 -1 1077944384 2 13274 0 0 0 0 5 3 20 0 15 0 107368063 11246329856 10981 33554432000 4194304 4196468 140728322282544 140018569377904 140019076262530 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22577152 140728322284137 140728322286945 140728322286945 140728322289615 0
[pid=32738/tid=335] ppid=32735 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/32738/task/335/stat : 335 (java) S 32735 32738 29938 0 -1 1077944384 13 13274 0 0 0 0 5 3 20 0 15 0 107368064 11246329856 10981 33554432000 4194304 4196468 140728322282544 140017947108128 140019076261589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22577152 140728322284137 140728322286945 140728322286945 140728322289615 0
[pid=32738/tid=336] ppid=32735 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32738/task/336/stat : 336 (java) S 32735 32738 29938 0 -1 1077944384 1 13274 0 0 0 0 5 3 20 0 15 0 107368064 11246329856 10981 33554432000 4194304 4196468 140728322282544 140017745781872 140019076261589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22577152 140728322284137 140728322286945 140728322286945 140728322289615 0
[pid=32738/tid=337] ppid=32735 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32738/task/337/stat : 337 (java) S 32735 32738 29938 0 -1 1077944384 3 13274 0 0 0 0 5 3 20 0 15 0 107368067 11246329856 10981 33554432000 4194304 4196468 140728322282544 140017438382160 140019076269979 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22577152 140728322284137 140728322286945 140728322286945 140728322289615 0
[pid=32738/tid=338] ppid=32735 vsize=10982744 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/32738/task/338/stat : 338 (java) S 32735 32738 29938 0 -1 1077944384 375 13274 0 0 1 0 5 3 20 0 15 0 107368067 11246329856 10981 33554432000 4194304 4196468 140728322282544 140018568325744 140019076262530 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22577152 140728322284137 140728322286945 140728322286945 140728322289615 0
[pid=32738/tid=339] ppid=32735 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/32738/task/339/stat : 339 (java) S 32735 32738 29938 0 -1 1077944384 245 13274 0 0 0 0 5 3 20 0 15 0 107368067 11246329856 10981 33554432000 4194304 4196468 140728322282544 140018567272944 140019076262530 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22577152 140728322284137 140728322286945 140728322286945 140728322289615 0
[pid=32738/tid=340] ppid=32735 vsize=10982744 memory=139815298500224 CPUtime=0.11 cores=0,2,4,6
/proc/32738/task/340/stat : 340 (java) S 32735 32738 29938 0 -1 1077944384 603 13274 0 0 3 0 5 3 20 0 15 0 107368067 11246329856 10981 33554432000 4194304 4196468 140728322282544 140018566220656 140019076262530 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22577152 140728322284137 140728322286945 140728322286945 140728322289615 0
[pid=32738/tid=341] ppid=32735 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/32738/task/341/stat : 341 (java) S 32735 32738 29938 0 -1 1077944384 3 13274 0 0 0 0 5 3 20 0 15 0 107368067 11246329856 10981 33554432000 4194304 4196468 140728322282544 140017007586272 140019076261589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22577152 140728322284137 140728322286945 140728322286945 140728322289615 0
[pid=32738/tid=342] ppid=32735 vsize=10982744 memory=139815298500224 CPUtime=0.08 cores=0,2,4,6
/proc/32738/task/342/stat : 342 (java) S 32735 32738 29938 0 -1 1077944384 1 13274 0 0 0 0 5 3 20 0 15 0 107368067 11246329856 10981 33554432000 4194304 4196468 140728322282544 140018565167536 140019076262530 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22577152 140728322284137 140728322286945 140728322286945 140728322289615 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 43660 KiB

[startup+0.310631 s]*
/proc/loadavg: 1.52 1.21 1.15 5/222 342
/proc/meminfo: memFree=23452464/32770624 swapFree=67108860/67108860
[pid=32738] ppid=32735 vsize=10983192 memory=55416 CPUtime=0.39 cores=0,2,4,6
/proc/32738/stat : 32738 (java) S 32735 32738 29938 0 -1 1077944320 10413 13274 0 0 29 2 5 3 20 0 15 0 107368052 11246788608 13854 33554432000 4194304 4196468 140728322282544 140728322265088 140019076251383 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 22577152 140728322284137 140728322286945 140728322286945 140728322289615 0
/proc/32738/statm: 2745798 13854 3067 1 0 2708109 0
[pid=32738/tid=329] ppid=32735 vsize=10983192 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/32738/task/329/stat : 329 (java) R 32735 32738 29938 0 -1 4202560 6957 13274 0 0 20 1 5 3 20 0 15 0 107368061 11246788608 13854 33554432000 4194304 4196468 140728322282544 140019048063392 140019060331870 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22577152 140728322284137 140728322286945 140728322286945 140728322289615 0
[pid=32738/tid=330] ppid=32735 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32738/task/330/stat : 330 (java) S 32735 32738 29938 0 -1 1077944384 1 13274 0 0 0 0 5 3 20 0 15 0 107368062 11246788608 13854 33554432000 4194304 4196468 140728322282544 140019080493968 140019076261589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22577152 140728322284137 140728322286945 140728322286945 140728322289615 0
[pid=32738/tid=331] ppid=32735 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32738/task/331/stat : 331 (java) S 32735 32738 29938 0 -1 1077944384 1 13274 0 0 0 0 5 3 20 0 15 0 107368062 11246788608 13854 33554432000 4194304 4196468 140728322282544 140018961758992 140019076261589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22577152 140728322284137 140728322286945 140728322286945 140728322289615 0
[pid=32738/tid=332] ppid=32735 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32738/task/332/stat : 332 (java) S 32735 32738 29938 0 -1 1077944384 1 13274 0 0 0 0 5 3 20 0 15 0 107368062 11246788608 13854 33554432000 4194304 4196468 140728322282544 140018960706704 140019076261589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22577152 140728322284137 140728322286945 140728322286945 140728322289615 0
[pid=32738/tid=333] ppid=32735 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32738/task/333/stat : 333 (java) S 32735 32738 29938 0 -1 1077944384 2 13274 0 0 0 0 5 3 20 0 15 0 107368062 11246788608 13854 33554432000 4194304 4196468 140728322282544 140018959653904 140019076261589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22577152 140728322284137 140728322286945 140728322286945 140728322289615 0
[pid=32738/tid=334] ppid=32735 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32738/task/334/stat : 334 (java) S 32735 32738 29938 0 -1 1077944384 2 13274 0 0 0 0 5 3 20 0 15 0 107368063 11246788608 13854 33554432000 4194304 4196468 140728322282544 140018569377904 140019076262530 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22577152 140728322284137 140728322286945 140728322286945 140728322289615 0
[pid=32738/tid=335] ppid=32735 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/32738/task/335/stat : 335 (java) S 32735 32738 29938 0 -1 1077944384 13 13274 0 0 0 0 5 3 20 0 15 0 107368064 11246788608 13854 33554432000 4194304 4196468 140728322282544 140017947108128 140019076261589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22577152 140728322284137 140728322286945 140728322286945 140728322289615 0
[pid=32738/tid=336] ppid=32735 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32738/task/336/stat : 336 (java) S 32735 32738 29938 0 -1 1077944384 1 13274 0 0 0 0 5 3 20 0 15 0 107368064 11246788608 13854 33554432000 4194304 4196468 140728322282544 140017745781872 140019076261589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22577152 140728322284137 140728322286945 140728322286945 140728322289615 0
[pid=32738/tid=337] ppid=32735 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32738/task/337/stat : 337 (java) S 32735 32738 29938 0 -1 1077944384 3 13274 0 0 0 0 5 3 20 0 15 0 107368067 11246788608 13854 33554432000 4194304 4196468 140728322282544 140017438382160 140019076269979 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22577152 140728322284137 140728322286945 140728322286945 140728322289615 0
[pid=32738/tid=338] ppid=32735 vsize=10983192 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/32738/task/338/stat : 338 (java) S 32735 32738 29938 0 -1 1077944384 376 13274 0 0 2 0 5 3 20 0 15 0 107368067 11246788608 13854 33554432000 4194304 4196468 140728322282544 140018568325744 140019076262530 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22577152 140728322284137 140728322286945 140728322286945 140728322289615 0
[pid=32738/tid=339] ppid=32735 vsize=10983192 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/32738/task/339/stat : 339 (java) S 32735 32738 29938 0 -1 1077944384 245 13274 0 0 1 0 5 3 20 0 15 0 107368067 11246788608 13854 33554432000 4194304 4196468 140728322282544 140018567272944 140019076262530 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22577152 140728322284137 140728322286945 140728322286945 140728322289615 0
[pid=32738/tid=340] ppid=32735 vsize=10983192 memory=139815298500224 CPUtime=0.13 cores=0,2,4,6
/proc/32738/task/340/stat : 340 (java) S 32735 32738 29938 0 -1 1077944384 614 13274 0 0 5 0 5 3 20 0 15 0 107368067 11246788608 13854 33554432000 4194304 4196468 140728322282544 140018566220656 140019076262530 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22577152 140728322284137 140728322286945 140728322286945 140728322289615 0
[pid=32738/tid=341] ppid=32735 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/32738/task/341/stat : 341 (java) S 32735 32738 29938 0 -1 1077944384 3 13274 0 0 0 0 5 3 20 0 15 0 107368067 11246788608 13854 33554432000 4194304 4196468 140728322282544 140017007586272 140019076261589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22577152 140728322284137 140728322286945 140728322286945 140728322289615 0
[pid=32738/tid=342] ppid=32735 vsize=10983192 memory=139815298500224 CPUtime=0.08 cores=0,2,4,6
/proc/32738/task/342/stat : 342 (java) S 32735 32738 29938 0 -1 1077944384 1 13274 0 0 0 0 5 3 20 0 15 0 107368067 11246788608 13854 33554432000 4194304 4196468 140728322282544 140018565167536 140019076262530 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22577152 140728322284137 140728322286945 140728322286945 140728322289615 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 55416 KiB

[startup+0.700754 s]
/proc/loadavg: 1.52 1.21 1.15 3/222 342
/proc/meminfo: memFree=23443284/32770624 swapFree=67108860/67108860
[pid=32738] ppid=32735 vsize=10983192 memory=88360 CPUtime=1 cores=0,2,4,6
/proc/32738/stat : 32738 (java) S 32735 32738 29938 0 -1 1077944320 16759 13274 0 0 88 4 5 3 20 0 15 0 107368052 11246788608 22090 33554432000 4194304 4196468 140728322282544 140728322265088 140019076251383 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 22577152 140728322284137 140728322286945 140728322286945 140728322289615 0
/proc/32738/statm: 2745798 22090 3245 1 0 2708109 0
[pid=32738/tid=329] ppid=32735 vsize=10983192 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/32738/task/329/stat : 329 (java) R 32735 32738 29938 0 -1 4202560 12254 13274 0 0 56 3 5 3 20 0 15 0 107368061 11246788608 22090 33554432000 4194304 4196468 140728322282544 140019048074384 140019057814943 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22577152 140728322284137 140728322286945 140728322286945 140728322289615 0
[pid=32738/tid=330] ppid=32735 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32738/task/330/stat : 330 (java) S 32735 32738 29938 0 -1 1077944384 1 13274 0 0 0 0 5 3 20 0 15 0 107368062 11246788608 22090 33554432000 4194304 4196468 140728322282544 140019080493968 140019076261589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22577152 140728322284137 140728322286945 140728322286945 140728322289615 0
[pid=32738/tid=331] ppid=32735 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32738/task/331/stat : 331 (java) S 32735 32738 29938 0 -1 1077944384 1 13274 0 0 0 0 5 3 20 0 15 0 107368062 11246788608 22090 33554432000 4194304 4196468 140728322282544 140018961758992 140019076261589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22577152 140728322284137 140728322286945 140728322286945 140728322289615 0
[pid=32738/tid=332] ppid=32735 vsize=10983192 memory=932 CPUtime=0.08 cores=0,2,4,6
/proc/32738/task/332/stat : 332 (java) S 32735 32738 29938 0 -1 1077944384 1 13274 0 0 0 0 5 3 20 0 15 0 107368062 11246788608 22090 33554432000 4194304 4196468 140728322282544 140018960706704 140019076261589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22577152 140728322284137 140728322286945 140728322286945 140728322289615 0
[pid=32738/tid=333] ppid=32735 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32738/task/333/stat : 333 (java) S 32735 32738 29938 0 -1 1077944384 2 13274 0 0 0 0 5 3 20 0 15 0 107368062 11246788608 22090 33554432000 4194304 4196468 140728322282544 140018959653904 140019076261589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22577152 140728322284137 140728322286945 140728322286945 140728322289615 0
[pid=32738/tid=334] ppid=32735 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32738/task/334/stat : 334 (java) S 32735 32738 29938 0 -1 1077944384 5 13274 0 0 0 0 5 3 20 0 15 0 107368063 11246788608 22090 33554432000 4194304 4196468 140728322282544 140018569377904 140019076262530 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22577152 140728322284137 140728322286945 140728322286945 140728322289615 0
[pid=32738/tid=335] ppid=32735 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32738/task/335/stat : 335 (java) S 32735 32738 29938 0 -1 1077944384 13 13274 0 0 0 0 5 3 20 0 15 0 107368064 11246788608 22090 33554432000 4194304 4196468 140728322282544 140017947108128 140019076261589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22577152 140728322284137 140728322286945 140728322286945 140728322289615 0
[pid=32738/tid=336] ppid=32735 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32738/task/336/stat : 336 (java) S 32735 32738 29938 0 -1 1077944384 1 13274 0 0 0 0 5 3 20 0 15 0 107368064 11246788608 22090 33554432000 4194304 4196468 140728322282544 140017745781872 140019076261589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22577152 140728322284137 140728322286945 140728322286945 140728322289615 0
[pid=32738/tid=337] ppid=32735 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32738/task/337/stat : 337 (java) S 32735 32738 29938 0 -1 1077944384 3 13274 0 0 0 0 5 3 20 0 15 0 107368067 11246788608 22090 33554432000 4194304 4196468 140728322282544 140017438382160 140019076269979 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22577152 140728322284137 140728322286945 140728322286945 140728322289615 0
[pid=32738/tid=338] ppid=32735 vsize=10983192 memory=139815144170480 CPUtime=0.17 cores=0,2,4,6
/proc/32738/task/338/stat : 338 (java) S 32735 32738 29938 0 -1 1077944384 971 13274 0 0 9 0 5 3 20 0 15 0 107368067 11246788608 22090 33554432000 4194304 4196468 140728322282544 140018568325744 140019076262530 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22577152 140728322284137 140728322286945 140728322286945 140728322289615 0
[pid=32738/tid=339] ppid=32735 vsize=10983192 memory=139818365354597 CPUtime=0.15 cores=0,2,4,6
/proc/32738/task/339/stat : 339 (java) S 32735 32738 29938 0 -1 1077944384 606 13274 0 0 7 0 5 3 20 0 15 0 107368067 11246788608 22090 33554432000 4194304 4196468 140728322282544 140018567272944 140019076262530 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22577152 140728322284137 140728322286945 140728322286945 140728322289615 0
[pid=32738/tid=340] ppid=32735 vsize=10983192 memory=15872 CPUtime=0.21 cores=0,2,4,6
/proc/32738/task/340/stat : 340 (java) S 32735 32738 29938 0 -1 1077944384 704 13274 0 0 13 0 5 3 20 0 15 0 107368067 11246788608 22090 33554432000 4194304 4196468 140728322282544 140018566220656 140019076262530 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22577152 140728322284137 140728322286945 140728322286945 140728322289615 0
[pid=32738/tid=341] ppid=32735 vsize=10983192 memory=4132 CPUtime=0.08 cores=0,2,4,6
/proc/32738/task/341/stat : 341 (java) S 32735 32738 29938 0 -1 1077944384 3 13274 0 0 0 0 5 3 20 0 15 0 107368067 11246788608 22090 33554432000 4194304 4196468 140728322282544 140017007586272 140019076261589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22577152 140728322284137 140728322286945 140728322286945 140728322289615 0
[pid=32738/tid=342] ppid=32735 vsize=10983192 memory=2241 CPUtime=0.08 cores=0,2,4,6
/proc/32738/task/342/stat : 342 (java) S 32735 32738 29938 0 -1 1077944384 1 13274 0 0 0 0 5 3 20 0 15 0 107368067 11246788608 22090 33554432000 4194304 4196468 140728322282544 140018565167536 140019076262530 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22577152 140728322284137 140728322286945 140728322286945 140728322289615 0
Current children cumulated CPU time: 1 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88360 KiB

[startup+1.50077 s]
/proc/loadavg: 1.52 1.21 1.15 6/222 342
/proc/meminfo: memFree=23283064/32770624 swapFree=67108860/67108860
[pid=32738] ppid=32735 vsize=10998092 memory=179720 CPUtime=2.31 cores=0,2,4,6
/proc/32738/stat : 32738 (java) S 32735 32738 29938 0 -1 1077944320 24039 13274 0 0 214 9 5 3 20 0 15 0 107368052 11262046208 44930 33554432000 4194304 4196468 140728322282544 140728322265088 140019076251383 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 22577152 140728322284137 140728322286945 140728322286945 140728322289615 0
/proc/32738/statm: 2749523 44930 3468 1 0 2711181 0
[pid=32738/tid=329] ppid=32735 vsize=10998092 memory=3303 CPUtime=1.43 cores=0,2,4,6
/proc/32738/task/329/stat : 329 (java) R 32735 32738 29938 0 -1 4202560 17707 13274 0 0 130 5 5 3 20 0 15 0 107368061 11262046208 44930 33554432000 4194304 4196468 140728322282544 140019048074480 140019062500639 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22577152 140728322284137 140728322286945 140728322286945 140728322289615 0
[pid=32738/tid=330] ppid=32735 vsize=10998092 memory=6791534058613427641 CPUtime=0.09 cores=0,2,4,6
/proc/32738/task/330/stat : 330 (java) S 32735 32738 29938 0 -1 1077944384 27 13274 0 0 1 0 5 3 20 0 15 0 107368062 11262046208 44930 33554432000 4194304 4196468 140728322282544 140019080493968 140019076261589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22577152 140728322284137 140728322286945 140728322286945 140728322289615 0
[pid=32738/tid=331] ppid=32735 vsize=10998092 memory=1404 CPUtime=0.09 cores=0,2,4,6
/proc/32738/task/331/stat : 331 (java) S 32735 32738 29938 0 -1 1077944384 184 13274 0 0 1 0 5 3 20 0 15 0 107368062 11262046208 44930 33554432000 4194304 4196468 140728322282544 140018961758992 140019076261589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22577152 140728322284137 140728322286945 140728322286945 140728322289615 0
[pid=32738/tid=332] ppid=32735 vsize=10998092 memory=2540 CPUtime=0.09 cores=0,2,4,6
/proc/32738/task/332/stat : 332 (java) S 32735 32738 29938 0 -1 1077944384 31 13274 0 0 1 0 5 3 20 0 15 0 107368062 11262046208 44930 33554432000 4194304 4196468 140728322282544 140018960706704 140019076261589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22577152 140728322284137 140728322286945 140728322286945 140728322289615 0
[pid=32738/tid=333] ppid=32735 vsize=10998092 memory=88360 CPUtime=0.09 cores=0,2,4,6
/proc/32738/task/333/stat : 333 (java) S 32735 32738 29938 0 -1 1077944384 60 13274 0 0 1 0 5 3 20 0 15 0 107368062 11262046208 44930 33554432000 4194304 4196468 140728322282544 140018959653904 140019076261589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22577152 140728322284137 140728322286945 140728322286945 140728322289615 0
[pid=32738/tid=334] ppid=32735 vsize=10998092 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/32738/task/334/stat : 334 (java) S 32735 32738 29938 0 -1 1077944384 58 13274 0 0 1 0 5 3 20 0 15 0 107368063 11262046208 44930 33554432000 4194304 4196468 140728322282544 140018569377904 140019076262530 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22577152 140728322284137 140728322286945 140728322286945 140728322289615 0
[pid=32738/tid=335] ppid=32735 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32738/task/335/stat : 335 (java) S 32735 32738 29938 0 -1 1077944384 14 13274 0 0 0 0 5 3 20 0 15 0 107368064 11262046208 44930 33554432000 4194304 4196468 140728322282544 140017947108192 140019076261589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22577152 140728322284137 140728322286945 140728322286945 140728322289615 0
[pid=32738/tid=336] ppid=32735 vsize=10998092 memory=279630288308000 CPUtime=0.08 cores=0,2,4,6
/proc/32738/task/336/stat : 336 (java) S 32735 32738 29938 0 -1 1077944384 2 13274 0 0 0 0 5 3 20 0 15 0 107368064 11262046208 44930 33554432000 4194304 4196468 140728322282544 140017745781888 140019076261589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22577152 140728322284137 140728322286945 140728322286945 140728322289615 0
[pid=32738/tid=337] ppid=32735 vsize=10998092 memory=33 CPUtime=0.08 cores=0,2,4,6
/proc/32738/task/337/stat : 337 (java) S 32735 32738 29938 0 -1 1077944384 3 13274 0 0 0 0 5 3 20 0 15 0 107368067 11262046208 44930 33554432000 4194304 4196468 140728322282544 140017438382160 140019076269979 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22577152 140728322284137 140728322286945 140728322286945 140728322289615 0
[pid=32738/tid=338] ppid=32735 vsize=10998092 memory=6944656592455359580 CPUtime=0.28 cores=0,2,4,6
/proc/32738/task/338/stat : 338 (java) S 32735 32738 29938 0 -1 1077944384 1225 13274 0 0 20 0 5 3 20 0 15 0 107368067 11262046208 44930 33554432000 4194304 4196468 140728322282544 140018568325744 140019076262530 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22577152 140728322284137 140728322286945 140728322286945 140728322289615 0
[pid=32738/tid=339] ppid=32735 vsize=10998092 memory=4206186544037388384 CPUtime=0.29 cores=0,2,4,6
/proc/32738/task/339/stat : 339 (java) S 32735 32738 29938 0 -1 1077944384 1163 13274 0 0 21 0 5 3 20 0 15 0 107368067 11262046208 44930 33554432000 4194304 4196468 140728322282544 140018567272944 140019076262530 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22577152 140728322284137 140728322286945 140728322286945 140728322289615 0
[pid=32738/tid=340] ppid=32735 vsize=10998092 memory=9023629670928638048 CPUtime=0.41 cores=0,2,4,6
/proc/32738/task/340/stat : 340 (java) S 32735 32738 29938 0 -1 1077944384 1368 13274 0 0 33 0 5 3 20 0 15 0 107368067 11262046208 44930 33554432000 4194304 4196468 140728322282544 140018566220656 140019076262530 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22577152 140728322284137 140728322286945 140728322286945 140728322289615 0
[pid=32738/tid=341] ppid=32735 vsize=10998092 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/32738/task/341/stat : 341 (java) S 32735 32738 29938 0 -1 1077944384 3 13274 0 0 0 0 5 3 20 0 15 0 107368067 11262046208 44930 33554432000 4194304 4196468 140728322282544 140017007586272 140019076261589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22577152 140728322284137 140728322286945 140728322286945 140728322289615 0
[pid=32738/tid=342] ppid=32735 vsize=10998092 memory=4638778398332698720 CPUtime=0.08 cores=0,2,4,6
/proc/32738/task/342/stat : 342 (java) S 32735 32738 29938 0 -1 1077944384 1 13274 0 0 0 0 5 3 20 0 15 0 107368067 11262046208 44930 33554432000 4194304 4196468 140728322282544 140018565167536 140019076262530 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22577152 140728322284137 140728322286945 140728322286945 140728322289615 0
Current children cumulated CPU time: 2.31 s
Current children cumulated vsize: 10998092 KiB

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

[pid=32738/tid=341] ppid=32735 vsize=11080032 memory=13 CPUtime=0.08 cores=0,2,4,6
/proc/32738/task/341/stat : 341 (java) S 32735 32738 29938 0 -1 1077944384 3 13274 0 0 0 0 5 3 20 0 15 0 107368067 11345952768 199363 33554432000 4194304 4196468 140728322282544 140017007586272 140019076261589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22577152 140728322284137 140728322286945 140728322286945 140728322289615 0
[pid=32738/tid=342] ppid=32735 vsize=11080032 memory=26180 CPUtime=0.09 cores=0,2,4,6
/proc/32738/task/342/stat : 342 (java) S 32735 32738 29938 0 -1 1077944384 425 13274 0 0 1 0 5 3 20 0 15 0 107368067 11345952768 199363 33554432000 4194304 4196468 140728322282544 140018565167536 140019076262530 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22577152 140728322284137 140728322286945 140728322286945 140728322289615 0
Current children cumulated CPU time: 33.01 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 797452 KiB

[startup+24.0008 s]*
/proc/loadavg: 1.69 1.28 1.18 3/223 367
/proc/meminfo: memFree=22546804/32770624 swapFree=67108860/67108860
[pid=32738] ppid=32735 vsize=11080032 memory=801548 CPUtime=34.74 cores=0,2,4,6
/proc/32738/stat : 32738 (java) S 32735 32738 29938 0 -1 1077944320 88212 13274 0 0 3429 37 5 3 20 0 15 0 107368052 11345952768 200387 33554432000 4194304 4196468 140728322282544 140728322265088 140019076251383 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 22577152 140728322284137 140728322286945 140728322286945 140728322289615 0
/proc/32738/statm: 2770008 200387 3523 1 0 2731661 0
[pid=32738/tid=329] ppid=32735 vsize=11080032 memory=6791534058613427641 CPUtime=23.75 cores=0,2,4,6
/proc/32738/task/329/stat : 329 (java) R 32735 32738 29938 0 -1 4202560 45787 13274 0 0 2351 16 5 3 20 0 15 0 107368061 11345952768 200387 33554432000 4194304 4196468 140728322282544 140019048086784 140018650447127 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22577152 140728322284137 140728322286945 140728322286945 140728322289615 0
[pid=32738/tid=330] ppid=32735 vsize=11080032 memory=0 CPUtime=0.17 cores=0,2,4,6
/proc/32738/task/330/stat : 330 (java) S 32735 32738 29938 0 -1 1077944384 1760 13274 0 0 7 2 5 3 20 0 15 0 107368062 11345952768 200387 33554432000 4194304 4196468 140728322282544 140019080493968 140019076261589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22577152 140728322284137 140728322286945 140728322286945 140728322289615 0
[pid=32738/tid=331] ppid=32735 vsize=11080032 memory=0 CPUtime=0.17 cores=0,2,4,6
/proc/32738/task/331/stat : 331 (java) S 32735 32738 29938 0 -1 1077944384 332 13274 0 0 7 2 5 3 20 0 15 0 107368062 11345952768 200387 33554432000 4194304 4196468 140728322282544 140018961758992 140019076261589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22577152 140728322284137 140728322286945 140728322286945 140728322289615 0
[pid=32738/tid=332] ppid=32735 vsize=11080032 memory=0 CPUtime=0.17 cores=0,2,4,6
/proc/32738/task/332/stat : 332 (java) S 32735 32738 29938 0 -1 1077944384 382 13274 0 0 7 2 5 3 20 0 15 0 107368062 11345952768 200387 33554432000 4194304 4196468 140728322282544 140018960706704 140019076261589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22577152 140728322284137 140728322286945 140728322286945 140728322289615 0
[pid=32738/tid=333] ppid=32735 vsize=11080032 memory=0 CPUtime=0.17 cores=0,2,4,6
/proc/32738/task/333/stat : 333 (java) S 32735 32738 29938 0 -1 1077944384 600 13274 0 0 7 2 5 3 20 0 15 0 107368062 11345952768 200387 33554432000 4194304 4196468 140728322282544 140018959653904 140019076261589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22577152 140728322284137 140728322286945 140728322286945 140728322289615 0
[pid=32738/tid=334] ppid=32735 vsize=11080032 memory=0 CPUtime=0.14 cores=0,2,4,6
/proc/32738/task/334/stat : 334 (java) S 32735 32738 29938 0 -1 1077944384 4347 13274 0 0 6 0 5 3 20 0 15 0 107368063 11345952768 200387 33554432000 4194304 4196468 140728322282544 140018569377904 140019076262530 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22577152 140728322284137 140728322286945 140728322286945 140728322289615 0
[pid=32738/tid=335] ppid=32735 vsize=11080032 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32738/task/335/stat : 335 (java) S 32735 32738 29938 0 -1 1077944384 14 13274 0 0 0 0 5 3 20 0 15 0 107368064 11345952768 200387 33554432000 4194304 4196468 140728322282544 140017947108256 140019076261589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22577152 140728322284137 140728322286945 140728322286945 140728322289615 0
[pid=32738/tid=336] ppid=32735 vsize=11080032 memory=-7522837583129502606 CPUtime=0.08 cores=0,2,4,6
/proc/32738/task/336/stat : 336 (java) S 32735 32738 29938 0 -1 1077944384 2 13274 0 0 0 0 5 3 20 0 15 0 107368064 11345952768 200387 33554432000 4194304 4196468 140728322282544 140017745781888 140019076261589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22577152 140728322284137 140728322286945 140728322286945 140728322289615 0
[pid=32738/tid=337] ppid=32735 vsize=11080032 memory=5931355334999303488 CPUtime=0.08 cores=0,2,4,6
/proc/32738/task/337/stat : 337 (java) S 32735 32738 29938 0 -1 1077944384 3 13274 0 0 0 0 5 3 20 0 15 0 107368067 11345952768 200387 33554432000 4194304 4196468 140728322282544 140017438382160 140019076269979 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22577152 140728322284137 140728322286945 140728322286945 140728322289615 0
[pid=32738/tid=338] ppid=32735 vsize=11080032 memory=0 CPUtime=4.17 cores=0,2,4,6
/proc/32738/task/338/stat : 338 (java) S 32735 32738 29938 0 -1 1077944384 12563 13274 0 0 407 2 5 3 20 0 15 0 107368067 11345952768 200387 33554432000 4194304 4196468 140728322282544 140018568325744 140019076262530 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22577152 140728322284137 140728322286945 140728322286945 140728322289615 0
[pid=32738/tid=339] ppid=32735 vsize=11080032 memory=4 CPUtime=4.5 cores=0,2,4,6
/proc/32738/task/339/stat : 339 (java) S 32735 32738 29938 0 -1 1077944384 11705 13274 0 0 440 2 5 3 20 0 15 0 107368067 11345952768 200387 33554432000 4194304 4196468 140728322282544 140018567272944 140019076262530 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22577152 140728322284137 140728322286945 140728322286945 140728322289615 0
[pid=32738/tid=340] ppid=32735 vsize=11080032 memory=0 CPUtime=1.97 cores=0,2,4,6
/proc/32738/task/340/stat : 340 (java) S 32735 32738 29938 0 -1 1077944384 8096 13274 0 0 187 2 5 3 20 0 15 0 107368067 11345952768 200387 33554432000 4194304 4196468 140728322282544 140018566220656 140019076262530 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22577152 140728322284137 140728322286945 140728322286945 140728322289615 0
[pid=32738/tid=341] ppid=32735 vsize=11080032 memory=6476810683592 CPUtime=0.08 cores=0,2,4,6
/proc/32738/task/341/stat : 341 (java) S 32735 32738 29938 0 -1 1077944384 3 13274 0 0 0 0 5 3 20 0 15 0 107368067 11345952768 200387 33554432000 4194304 4196468 140728322282544 140017007586272 140019076261589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22577152 140728322284137 140728322286945 140728322286945 140728322289615 0
[pid=32738/tid=342] ppid=32735 vsize=11080032 memory=4213833509450449544 CPUtime=0.09 cores=0,2,4,6
/proc/32738/task/342/stat : 342 (java) S 32735 32738 29938 0 -1 1077944384 425 13274 0 0 1 0 5 3 20 0 15 0 107368067 11345952768 200387 33554432000 4194304 4196468 140728322282544 140018565167536 140019076262530 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22577152 140728322284137 140728322286945 140728322286945 140728322289615 0
Current children cumulated CPU time: 34.74 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 801548 KiB

[startup+24.8008 s]
/proc/loadavg: 1.69 1.28 1.18 3/223 367
/proc/meminfo: memFree=22546804/32770624 swapFree=67108860/67108860
[pid=32738] ppid=32735 vsize=11080032 memory=801548 CPUtime=35.54 cores=0,2,4,6
/proc/32738/stat : 32738 (java) S 32735 32738 29938 0 -1 1077944320 88373 13274 0 0 3509 37 5 3 20 0 15 0 107368052 11345952768 200387 33554432000 4194304 4196468 140728322282544 140728322265088 140019076251383 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 22577152 140728322284137 140728322286945 140728322286945 140728322289615 0
/proc/32738/statm: 2770008 200387 3523 1 0 2731661 0
[pid=32738/tid=329] ppid=32735 vsize=11080032 memory=1200 CPUtime=24.54 cores=0,2,4,6
/proc/32738/task/329/stat : 329 (java) R 32735 32738 29938 0 -1 4202560 45787 13274 0 0 2430 16 5 3 20 0 15 0 107368061 11345952768 200387 33554432000 4194304 4196468 140728322282544 140019048084456 140018650447122 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22577152 140728322284137 140728322286945 140728322286945 140728322289615 0
[pid=32738/tid=330] ppid=32735 vsize=11080032 memory=12136 CPUtime=0.17 cores=0,2,4,6
/proc/32738/task/330/stat : 330 (java) S 32735 32738 29938 0 -1 1077944384 1760 13274 0 0 7 2 5 3 20 0 15 0 107368062 11345952768 200387 33554432000 4194304 4196468 140728322282544 140019080493968 140019076261589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22577152 140728322284137 140728322286945 140728322286945 140728322289615 0
[pid=32738/tid=331] ppid=32735 vsize=11080032 memory=1008 CPUtime=0.17 cores=0,2,4,6
/proc/32738/task/331/stat : 331 (java) S 32735 32738 29938 0 -1 1077944384 332 13274 0 0 7 2 5 3 20 0 15 0 107368062 11345952768 200387 33554432000 4194304 4196468 140728322282544 140018961758992 140019076261589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22577152 140728322284137 140728322286945 140728322286945 140728322289615 0
[pid=32738/tid=332] ppid=32735 vsize=11080032 memory=4620 CPUtime=0.17 cores=0,2,4,6
/proc/32738/task/332/stat : 332 (java) S 32735 32738 29938 0 -1 1077944384 382 13274 0 0 7 2 5 3 20 0 15 0 107368062 11345952768 200387 33554432000 4194304 4196468 140728322282544 140018960706704 140019076261589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22577152 140728322284137 140728322286945 140728322286945 140728322289615 0
[pid=32738/tid=333] ppid=32735 vsize=11080032 memory=15872 CPUtime=0.17 cores=0,2,4,6
/proc/32738/task/333/stat : 333 (java) S 32735 32738 29938 0 -1 1077944384 600 13274 0 0 7 2 5 3 20 0 15 0 107368062 11345952768 200387 33554432000 4194304 4196468 140728322282544 140018959653904 140019076261589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22577152 140728322284137 140728322286945 140728322286945 140728322289615 0
[pid=32738/tid=334] ppid=32735 vsize=11080032 memory=692784 CPUtime=0.14 cores=0,2,4,6
/proc/32738/task/334/stat : 334 (java) S 32735 32738 29938 0 -1 1077944384 4347 13274 0 0 6 0 5 3 20 0 15 0 107368063 11345952768 200387 33554432000 4194304 4196468 140728322282544 140018569377904 140019076262530 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22577152 140728322284137 140728322286945 140728322286945 140728322289615 0
[pid=32738/tid=335] ppid=32735 vsize=11080032 memory=7005738693937936738 CPUtime=0.08 cores=0,2,4,6
/proc/32738/task/335/stat : 335 (java) S 32735 32738 29938 0 -1 1077944384 14 13274 0 0 0 0 5 3 20 0 15 0 107368064 11345952768 200387 33554432000 4194304 4196468 140728322282544 140017947108256 140019076261589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22577152 140728322284137 140728322286945 140728322286945 140728322289615 0
[pid=32738/tid=336] ppid=32735 vsize=11080032 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32738/task/336/stat : 336 (java) S 32735 32738 29938 0 -1 1077944384 2 13274 0 0 0 0 5 3 20 0 15 0 107368064 11345952768 200387 33554432000 4194304 4196468 140728322282544 140017745781888 140019076261589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22577152 140728322284137 140728322286945 140728322286945 140728322289615 0
[pid=32738/tid=337] ppid=32735 vsize=11080032 memory=801548 CPUtime=0.08 cores=0,2,4,6
/proc/32738/task/337/stat : 337 (java) S 32735 32738 29938 0 -1 1077944384 3 13274 0 0 0 0 5 3 20 0 15 0 107368067 11345952768 200387 33554432000 4194304 4196468 140728322282544 140017438382160 140019076269979 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22577152 140728322284137 140728322286945 140728322286945 140728322289615 0
[pid=32738/tid=338] ppid=32735 vsize=11080032 memory=2444 CPUtime=4.17 cores=0,2,4,6
/proc/32738/task/338/stat : 338 (java) S 32735 32738 29938 0 -1 1077944384 12563 13274 0 0 407 2 5 3 20 0 15 0 107368067 11345952768 200387 33554432000 4194304 4196468 140728322282544 140018568325744 140019076262530 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22577152 140728322284137 140728322286945 140728322286945 140728322289615 0
[pid=32738/tid=339] ppid=32735 vsize=11080032 memory=1832 CPUtime=4.52 cores=0,2,4,6
/proc/32738/task/339/stat : 339 (java) S 32735 32738 29938 0 -1 1077944384 11866 13274 0 0 442 2 5 3 20 0 15 0 107368067 11345952768 200387 33554432000 4194304 4196468 140728322282544 140018567272944 140019076262530 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22577152 140728322284137 140728322286945 140728322286945 140728322289615 0
[pid=32738/tid=340] ppid=32735 vsize=11080032 memory=1948 CPUtime=1.97 cores=0,2,4,6
/proc/32738/task/340/stat : 340 (java) S 32735 32738 29938 0 -1 1077944384 8096 13274 0 0 187 2 5 3 20 0 15 0 107368067 11345952768 200387 33554432000 4194304 4196468 140728322282544 140018566220656 140019076262530 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22577152 140728322284137 140728322286945 140728322286945 140728322289615 0
[pid=32738/tid=341] ppid=32735 vsize=11080032 memory=1224 CPUtime=0.08 cores=0,2,4,6
/proc/32738/task/341/stat : 341 (java) S 32735 32738 29938 0 -1 1077944384 3 13274 0 0 0 0 5 3 20 0 15 0 107368067 11345952768 200387 33554432000 4194304 4196468 140728322282544 140017007586272 140019076261589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22577152 140728322284137 140728322286945 140728322286945 140728322289615 0
[pid=32738/tid=342] ppid=32735 vsize=11080032 memory=1716 CPUtime=0.09 cores=0,2,4,6
/proc/32738/task/342/stat : 342 (java) S 32735 32738 29938 0 -1 1077944384 425 13274 0 0 1 0 5 3 20 0 15 0 107368067 11345952768 200387 33554432000 4194304 4196468 140728322282544 140018565167536 140019076262530 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22577152 140728322284137 140728322286945 140728322286945 140728322289615 0
Current children cumulated CPU time: 35.54 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 801548 KiB

[startup+25.2007 s]
/proc/loadavg: 1.64 1.27 1.18 4/223 367
/proc/meminfo: memFree=22530420/32770624 swapFree=67108860/67108860
[pid=32738] ppid=32735 vsize=11080032 memory=828228 CPUtime=35.97 cores=0,2,4,6
/proc/32738/stat : 32738 (java) S 32735 32738 29938 0 -1 1077944320 88859 13274 0 0 3552 37 5 3 20 0 15 0 107368052 11345952768 207057 33554432000 4194304 4196468 140728322282544 140728322265088 140019076251383 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 22577152 140728322284137 140728322286945 140728322286945 140728322289615 0
/proc/32738/statm: 2770008 207057 3523 1 0 2731661 0
[pid=32738/tid=329] ppid=32735 vsize=11080032 memory=0 CPUtime=24.95 cores=0,2,4,6
/proc/32738/task/329/stat : 329 (java) R 32735 32738 29938 0 -1 4202560 46040 13274 0 0 2470 17 5 3 20 0 15 0 107368061 11345952768 207057 33554432000 4194304 4196468 140728322282544 140019048084072 140018650447108 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22577152 140728322284137 140728322286945 140728322286945 140728322289615 0
[pid=32738/tid=330] ppid=32735 vsize=11080032 memory=0 CPUtime=0.17 cores=0,2,4,6
/proc/32738/task/330/stat : 330 (java) S 32735 32738 29938 0 -1 1077944384 1760 13274 0 0 7 2 5 3 20 0 15 0 107368062 11345952768 207057 33554432000 4194304 4196468 140728322282544 140019080493968 140019076261589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22577152 140728322284137 140728322286945 140728322286945 140728322289615 0
[pid=32738/tid=331] ppid=32735 vsize=11080032 memory=0 CPUtime=0.18 cores=0,2,4,6
/proc/32738/task/331/stat : 331 (java) S 32735 32738 29938 0 -1 1077944384 332 13274 0 0 8 2 5 3 20 0 15 0 107368062 11345952768 207057 33554432000 4194304 4196468 140728322282544 140018961758992 140019076261589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22577152 140728322284137 140728322286945 140728322286945 140728322289615 0
[pid=32738/tid=332] ppid=32735 vsize=11080032 memory=0 CPUtime=0.17 cores=0,2,4,6
/proc/32738/task/332/stat : 332 (java) S 32735 32738 29938 0 -1 1077944384 382 13274 0 0 7 2 5 3 20 0 15 0 107368062 11345952768 207057 33554432000 4194304 4196468 140728322282544 140018960706704 140019076261589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22577152 140728322284137 140728322286945 140728322286945 140728322289615 0
[pid=32738/tid=333] ppid=32735 vsize=11080032 memory=0 CPUtime=0.17 cores=0,2,4,6
/proc/32738/task/333/stat : 333 (java) S 32735 32738 29938 0 -1 1077944384 600 13274 0 0 7 2 5 3 20 0 15 0 107368062 11345952768 207057 33554432000 4194304 4196468 140728322282544 140018959653904 140019076261589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22577152 140728322284137 140728322286945 140728322286945 140728322289615 0
[pid=32738/tid=334] ppid=32735 vsize=11080032 memory=0 CPUtime=0.14 cores=0,2,4,6
/proc/32738/task/334/stat : 334 (java) S 32735 32738 29938 0 -1 1077944384 4356 13274 0 0 6 0 5 3 20 0 15 0 107368063 11345952768 207057 33554432000 4194304 4196468 140728322282544 140018569377904 140019076262530 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22577152 140728322284137 140728322286945 140728322286945 140728322289615 0
[pid=32738/tid=335] ppid=32735 vsize=11080032 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32738/task/335/stat : 335 (java) S 32735 32738 29938 0 -1 1077944384 14 13274 0 0 0 0 5 3 20 0 15 0 107368064 11345952768 207057 33554432000 4194304 4196468 140728322282544 140017947108256 140019076261589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22577152 140728322284137 140728322286945 140728322286945 140728322289615 0
[pid=32738/tid=336] ppid=32735 vsize=11080032 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32738/task/336/stat : 336 (java) S 32735 32738 29938 0 -1 1077944384 2 13274 0 0 0 0 5 3 20 0 15 0 107368064 11345952768 207057 33554432000 4194304 4196468 140728322282544 140017745781888 140019076261589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22577152 140728322284137 140728322286945 140728322286945 140728322289615 0
[pid=32738/tid=337] ppid=32735 vsize=11080032 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32738/task/337/stat : 337 (java) S 32735 32738 29938 0 -1 1077944384 3 13274 0 0 0 0 5 3 20 0 15 0 107368067 11345952768 207057 33554432000 4194304 4196468 140728322282544 140017438382160 140019076269979 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22577152 140728322284137 140728322286945 140728322286945 140728322289615 0
[pid=32738/tid=338] ppid=32735 vsize=11080032 memory=0 CPUtime=4.2 cores=0,2,4,6
/proc/32738/task/338/stat : 338 (java) S 32735 32738 29938 0 -1 1077944384 12708 13274 0 0 410 2 5 3 20 0 15 0 107368067 11345952768 207057 33554432000 4194304 4196468 140728322282544 140018568325744 140019076262530 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22577152 140728322284137 140728322286945 140728322286945 140728322289615 0
[pid=32738/tid=339] ppid=32735 vsize=11080032 memory=0 CPUtime=4.52 cores=0,2,4,6
/proc/32738/task/339/stat : 339 (java) S 32735 32738 29938 0 -1 1077944384 11945 13274 0 0 442 2 5 3 20 0 15 0 107368067 11345952768 207057 33554432000 4194304 4196468 140728322282544 140018567272944 140019076262530 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22577152 140728322284137 140728322286945 140728322286945 140728322289615 0
[pid=32738/tid=340] ppid=32735 vsize=11080032 memory=0 CPUtime=1.97 cores=0,2,4,6
/proc/32738/task/340/stat : 340 (java) S 32735 32738 29938 0 -1 1077944384 8096 13274 0 0 187 2 5 3 20 0 15 0 107368067 11345952768 207057 33554432000 4194304 4196468 140728322282544 140018566220656 140019076262530 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22577152 140728322284137 140728322286945 140728322286945 140728322289615 0
[pid=32738/tid=341] ppid=32735 vsize=11080032 memory=801548 CPUtime=0.08 cores=0,2,4,6
/proc/32738/task/341/stat : 341 (java) S 32735 32738 29938 0 -1 1077944384 3 13274 0 0 0 0 5 3 20 0 15 0 107368067 11345952768 207057 33554432000 4194304 4196468 140728322282544 140017007586272 140019076261589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22577152 140728322284137 140728322286945 140728322286945 140728322289615 0
[pid=32738/tid=342] ppid=32735 vsize=11080032 memory=801548 CPUtime=0.09 cores=0,2,4,6
/proc/32738/task/342/stat : 342 (java) S 32735 32738 29938 0 -1 1077944384 425 13274 0 0 1 0 5 3 20 0 15 0 107368067 11345952768 207057 33554432000 4194304 4196468 140728322282544 140018565167536 140019076262530 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22577152 140728322284137 140728322286945 140728322286945 140728322289615 0
Current children cumulated CPU time: 35.97 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 828228 KiB

[startup+25.3007 s]
/proc/loadavg: 1.64 1.27 1.18 4/223 367
/proc/meminfo: memFree=22530420/32770624 swapFree=67108860/67108860
[pid=32738] ppid=32735 vsize=11080032 memory=828228 CPUtime=36.07 cores=0,2,4,6
/proc/32738/stat : 32738 (java) S 32735 32738 29938 0 -1 1077944320 89117 13274 0 0 3562 37 5 3 20 0 15 0 107368052 11345952768 207057 33554432000 4194304 4196468 140728322282544 140728322265088 140019076251383 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 22577152 140728322284137 140728322286945 140728322286945 140728322289615 0
/proc/32738/statm: 2770008 207057 3523 1 0 2731661 0
[pid=32738/tid=329] ppid=32735 vsize=11080032 memory=288230574492221466 CPUtime=25.05 cores=0,2,4,6
/proc/32738/task/329/stat : 329 (java) R 32735 32738 29938 0 -1 4202560 46040 13274 0 0 2480 17 5 3 20 0 15 0 107368061 11345952768 207057 33554432000 4194304 4196468 140728322282544 140019048084072 140018651301221 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22577152 140728322284137 140728322286945 140728322286945 140728322289615 0
[pid=32738/tid=330] ppid=32735 vsize=11080032 memory=6791534058613427641 CPUtime=0.17 cores=0,2,4,6
/proc/32738/task/330/stat : 330 (java) S 32735 32738 29938 0 -1 1077944384 1760 13274 0 0 7 2 5 3 20 0 15 0 107368062 11345952768 207057 33554432000 4194304 4196468 140728322282544 140019080493968 140019076261589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22577152 140728322284137 140728322286945 140728322286945 140728322289615 0
[pid=32738/tid=331] ppid=32735 vsize=11080032 memory=2196 CPUtime=0.18 cores=0,2,4,6
/proc/32738/task/331/stat : 331 (java) S 32735 32738 29938 0 -1 1077944384 332 13274 0 0 8 2 5 3 20 0 15 0 107368062 11345952768 207057 33554432000 4194304 4196468 140728322282544 140018961758992 140019076261589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22577152 140728322284137 140728322286945 140728322286945 140728322289615 0
[pid=32738/tid=332] ppid=32735 vsize=11080032 memory=801548 CPUtime=0.17 cores=0,2,4,6
/proc/32738/task/332/stat : 332 (java) S 32735 32738 29938 0 -1 1077944384 382 13274 0 0 7 2 5 3 20 0 15 0 107368062 11345952768 207057 33554432000 4194304 4196468 140728322282544 140018960706704 140019076261589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22577152 140728322284137 140728322286945 140728322286945 140728322289615 0
[pid=32738/tid=333] ppid=32735 vsize=11080032 memory=0 CPUtime=0.17 cores=0,2,4,6
/proc/32738/task/333/stat : 333 (java) S 32735 32738 29938 0 -1 1077944384 600 13274 0 0 7 2 5 3 20 0 15 0 107368062 11345952768 207057 33554432000 4194304 4196468 140728322282544 140018959653904 140019076261589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22577152 140728322284137 140728322286945 140728322286945 140728322289615 0
[pid=32738/tid=334] ppid=32735 vsize=11080032 memory=2257 CPUtime=0.14 cores=0,2,4,6
/proc/32738/task/334/stat : 334 (java) S 32735 32738 29938 0 -1 1077944384 4356 13274 0 0 6 0 5 3 20 0 15 0 107368063 11345952768 207057 33554432000 4194304 4196468 140728322282544 140018569377904 140019076262530 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22577152 140728322284137 140728322286945 140728322286945 140728322289615 0
[pid=32738/tid=335] ppid=32735 vsize=11080032 memory=4465 CPUtime=0.08 cores=0,2,4,6
/proc/32738/task/335/stat : 335 (java) S 32735 32738 29938 0 -1 1077944384 14 13274 0 0 0 0 5 3 20 0 15 0 107368064 11345952768 207057 33554432000 4194304 4196468 140728322282544 140017947108256 140019076261589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22577152 140728322284137 140728322286945 140728322286945 140728322289615 0
[pid=32738/tid=336] ppid=32735 vsize=11080032 memory=4420 CPUtime=0.08 cores=0,2,4,6
/proc/32738/task/336/stat : 336 (java) S 32735 32738 29938 0 -1 1077944384 2 13274 0 0 0 0 5 3 20 0 15 0 107368064 11345952768 207057 33554432000 4194304 4196468 140728322282544 140017745781888 140019076261589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22577152 140728322284137 140728322286945 140728322286945 140728322289615 0
[pid=32738/tid=337] ppid=32735 vsize=11080032 memory=796 CPUtime=0.08 cores=0,2,4,6
/proc/32738/task/337/stat : 337 (java) S 32735 32738 29938 0 -1 1077944384 3 13274 0 0 0 0 5 3 20 0 15 0 107368067 11345952768 207057 33554432000 4194304 4196468 140728322282544 140017438382160 140019076269979 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22577152 140728322284137 140728322286945 140728322286945 140728322289615 0
[pid=32738/tid=338] ppid=32735 vsize=11080032 memory=8460 CPUtime=4.2 cores=0,2,4,6
/proc/32738/task/338/stat : 338 (java) S 32735 32738 29938 0 -1 1077944384 12708 13274 0 0 410 2 5 3 20 0 15 0 107368067 11345952768 207057 33554432000 4194304 4196468 140728322282544 140018568325744 140019076262530 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22577152 140728322284137 140728322286945 140728322286945 140728322289615 0
[pid=32738/tid=339] ppid=32735 vsize=11080032 memory=279630288857680 CPUtime=4.52 cores=0,2,4,6
/proc/32738/task/339/stat : 339 (java) S 32735 32738 29938 0 -1 1077944384 11945 13274 0 0 442 2 5 3 20 0 15 0 107368067 11345952768 207057 33554432000 4194304 4196468 140728322282544 140018567272944 140019076262530 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22577152 140728322284137 140728322286945 140728322286945 140728322289615 0
[pid=32738/tid=340] ppid=32735 vsize=11080032 memory=4132 CPUtime=1.97 cores=0,2,4,6
/proc/32738/task/340/stat : 340 (java) S 32735 32738 29938 0 -1 1077944384 8096 13274 0 0 187 2 5 3 20 0 15 0 107368067 11345952768 207057 33554432000 4194304 4196468 140728322282544 140018566220656 140019076262530 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22577152 140728322284137 140728322286945 140728322286945 140728322289615 0
[pid=32738/tid=341] ppid=32735 vsize=11080032 memory=586084 CPUtime=0.08 cores=0,2,4,6
/proc/32738/task/341/stat : 341 (java) S 32735 32738 29938 0 -1 1077944384 3 13274 0 0 0 0 5 3 20 0 15 0 107368067 11345952768 207057 33554432000 4194304 4196468 140728322282544 140017007586272 140019076261589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22577152 140728322284137 140728322286945 140728322286945 140728322289615 0
[pid=32738/tid=342] ppid=32735 vsize=11080032 memory=546404 CPUtime=0.09 cores=0,2,4,6
/proc/32738/task/342/stat : 342 (java) S 32735 32738 29938 0 -1 1077944384 683 13274 0 0 1 0 5 3 20 0 15 0 107368067 11345952768 207057 33554432000 4194304 4196468 140728322282544 140018565167536 140019076262530 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22577152 140728322284137 140728322286945 140728322286945 140728322289615 0
Current children cumulated CPU time: 36.07 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 828228 KiB

Child status: 0
Real time (s): 25.3333
CPU time (s): 36.1192
CPU user time (s): 35.6908
CPU system time (s): 0.428352
CPU usage (%): 142.576
Max. virtual memory (cumulated for all children) (KiB): 11080860
Max. memory (cumulated for all children) (KiB): 828228

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 35.6908
system time used= 0.428352
maximum resident set size= 830344
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 103362
page faults= 0
swaps= 0
block input operations= 0
block output operations= 184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8933
involuntary context switches= 118


# summary of solver processes directly reported to runsolver:
#   pid: 32738
#   total CPU time (s): 36.1192
#   total CPU user time (s): 35.6908
#   total CPU system time (s): 0.428352

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.164694 second user time and 0.302168 second system time

The end

Launcher Data

Begin job on node132 at 2018-07-29 23:00:49
IDJOB=4302665
IDBENCH=141491
IDSOLVER=2777
FILE ID=node132/4302665-1532898049
RUNJOBID= node132-1532897795-31991
PBS_JOBID= 21022524
Free space on /tmp= 58392 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/PeacableArmies/PeacableArmies-m2-05_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302665-1532898049/watcher-4302665-1532898049 -o /tmp/evaluation-result-4302665-1532898049/solver-4302665-1532898049 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node132-1532897795-31991 --watchdog 312  bin/xcsp-3-concrete -J-Xss64M -randomseed=903558441 -superng HOME/instance-4302665-1532898049.xml

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

MD5SUM BENCH= 5e5be4f605afa886fe94f4d001b03361
RANDOM SEED=903558441

node132.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.65
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.65
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.65
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.65
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:        23495060 kB
MemAvailable:   31185260 kB
Buffers:          226048 kB
Cached:          7692536 kB
SwapCached:            0 kB
Active:          3353972 kB
Inactive:        5363556 kB
Active(anon):     749296 kB
Inactive(anon):    77820 kB
Active(file):    2604676 kB
Inactive(file):  5285736 kB
Unevictable:        6992 kB
Mlocked:            6992 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             27180 kB
Writeback:             0 kB
AnonPages:        807444 kB
Mapped:            57956 kB
Shmem:             25248 kB
Slab:             256392 kB
SReclaimable:     228248 kB
SUnreclaim:        28144 kB
KernelStack:        3776 kB
PageTables:         6804 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2123352 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    643072 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= 58368 MiB
End job on node132 at 2018-07-29 23:01:14