Trace number 4304640

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 32.8173 22.5494

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.9.2.1532736233296 running
14.40/6.32	o 2
15.17/6.76	o 3
15.17/6.79	o 4
32.74/22.53	v <instantiation cost="4">
32.74/22.53	v       <list>
32.74/22.53	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
32.74/22.53	v       </list>
32.74/22.53	v       <values>
32.74/22.53	v         0 0 1 0 1 2 0 0 0 0 0 2 0 2 0 2 0 0 0 0 0 0 1 0 1 4 4
32.74/22.53	v       </values>
32.74/22.53	v     </instantiation>
32.74/22.53	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 (6945 MiB free)
  memory of node 1: 16384 MiB (7108 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4304640-1534122755/watcher-4304640-1534122755 -o /tmp/evaluation-result-4304640-1534122755/solver-4304640-1534122755 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1534098057-27632 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=13933042 -superng HOME/instance-4304640-1534122755.xml 

running on 4 cores: 1,3,5,7

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=32390, runsolver pid=32387

[startup+0.100196 s]*
/proc/loadavg: 1.75 2.56 2.30 3/205 32445
/proc/meminfo: memFree=14387936/32770624 swapFree=67108404/67108860
[pid=32390] ppid=32387 vsize=10005480 memory=14912 CPUtime=0.08 cores=1,3,5,7
/proc/32390/stat : 32390 (java) S 32387 32390 27600 0 -1 1077944320 4370 13172 0 0 1 0 5 2 20 0 6 0 229838676 10245611520 3728 33554432000 4194304 4196468 140734555318464 140734555301008 140108910612215 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 10305536 140734555327077 140734555329884 140734555329884 140734555332559 0
/proc/32390/statm: 2501370 3728 1934 1 0 2489808 0
[pid=32390/tid=32443] ppid=32387 vsize=10005480 memory=4279135703946462859 CPUtime=0.07 cores=1,3,5,7
/proc/32390/task/32443/stat : 32443 (java) R 32387 32390 27600 0 -1 4202560 2175 13172 0 0 0 0 5 2 20 0 6 0 229838685 10245611520 3728 33554432000 4194304 4196468 140734555318464 140108882448976 140108894692702 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10305536 140734555327077 140734555329884 140734555329884 140734555332559 0
[pid=32390/tid=32444] ppid=32387 vsize=10005480 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32390/task/32444/stat : 32444 (java) S 32387 32390 27600 0 -1 1077944384 1 13172 0 0 0 0 5 2 20 0 6 0 229838686 10245611520 3728 33554432000 4194304 4196468 140734555318464 140108914854288 140108910622421 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10305536 140734555327077 140734555329884 140734555329884 140734555332559 0
[pid=32390/tid=32445] ppid=32387 vsize=10005480 memory=139850344068736 CPUtime=0.07 cores=1,3,5,7
/proc/32390/task/32445/stat : 32445 (java) S 32387 32390 27600 0 -1 1077944384 1 13172 0 0 0 0 5 2 20 0 6 0 229838686 10245611520 3728 33554432000 4194304 4196468 140734555318464 140108450105616 140108910622421 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10305536 140734555327077 140734555329884 140734555329884 140734555332559 0
[pid=32390/tid=32446] ppid=32387 vsize=10005480 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32390/task/32446/stat : 32446 (java) S 32387 32390 27600 0 -1 1077944384 1 13172 0 0 0 0 5 2 20 0 6 0 229838686 10245611520 3728 33554432000 4194304 4196468 140734555318464 140108449053328 140108910622421 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10305536 140734555327077 140734555329884 140734555329884 140734555332559 0
[pid=32390/tid=32447] ppid=32387 vsize=10005480 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/32390/task/32447/stat : 32447 (java) S 32387 32390 27600 0 -1 1077944384 2 13172 0 0 0 0 5 2 20 0 6 0 229838686 10245611520 3728 33554432000 4194304 4196468 140734555318464 140108448000528 140108910622421 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10305536 140734555327077 140734555329884 140734555329884 140734555332559 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 14912 KiB

[startup+0.21043 s]*
/proc/loadavg: 1.75 2.56 2.30 3/216 32456
/proc/meminfo: memFree=14363084/32770624 swapFree=67108404/67108860
[pid=32390] ppid=32387 vsize=10982744 memory=43232 CPUtime=0.25 cores=1,3,5,7
/proc/32390/stat : 32390 (java) S 32387 32390 27600 0 -1 1077944320 8003 13172 0 0 17 1 5 2 20 0 15 0 229838676 11246329856 10808 33554432000 4194304 4196468 140734555318464 140734555301008 140108910612215 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 10305536 140734555327077 140734555329884 140734555329884 140734555332559 0
/proc/32390/statm: 2745686 10808 2984 1 0 2708109 0
[pid=32390/tid=32443] ppid=32387 vsize=10982744 memory=7022364594140610616 CPUtime=0.18 cores=1,3,5,7
/proc/32390/task/32443/stat : 32443 (java) R 32387 32390 27600 0 -1 4202560 4491 13172 0 0 11 0 5 2 20 0 15 0 229838685 11246329856 10808 33554432000 4194304 4196468 140734555318464 140108882418568 140108890887964 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10305536 140734555327077 140734555329884 140734555329884 140734555332559 0
[pid=32390/tid=32444] ppid=32387 vsize=10982744 memory=364 CPUtime=0.07 cores=1,3,5,7
/proc/32390/task/32444/stat : 32444 (java) S 32387 32390 27600 0 -1 1077944384 1 13172 0 0 0 0 5 2 20 0 15 0 229838686 11246329856 10874 33554432000 4194304 4196468 140734555318464 140108914854288 140108910622421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10305536 140734555327077 140734555329884 140734555329884 140734555332559 0
[pid=32390/tid=32445] ppid=32387 vsize=10982744 memory=139850344098802 CPUtime=0.07 cores=1,3,5,7
/proc/32390/task/32445/stat : 32445 (java) S 32387 32390 27600 0 -1 1077944384 1 13172 0 0 0 0 5 2 20 0 15 0 229838686 11246329856 10874 33554432000 4194304 4196468 140734555318464 140108450105616 140108910622421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10305536 140734555327077 140734555329884 140734555329884 140734555332559 0
[pid=32390/tid=32446] ppid=32387 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32390/task/32446/stat : 32446 (java) S 32387 32390 27600 0 -1 1077944384 1 13172 0 0 0 0 5 2 20 0 15 0 229838686 11246329856 10874 33554432000 4194304 4196468 140734555318464 140108449053328 140108910622421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10305536 140734555327077 140734555329884 140734555329884 140734555332559 0
[pid=32390/tid=32447] ppid=32387 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/32390/task/32447/stat : 32447 (java) S 32387 32390 27600 0 -1 1077944384 2 13172 0 0 0 0 5 2 20 0 15 0 229838686 11246329856 10874 33554432000 4194304 4196468 140734555318464 140108448000528 140108910622421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10305536 140734555327077 140734555329884 140734555329884 140734555332559 0
[pid=32390/tid=32448] ppid=32387 vsize=10982744 memory=139850344068736 CPUtime=0.07 cores=1,3,5,7
/proc/32390/task/32448/stat : 32448 (java) S 32387 32390 27600 0 -1 1077944384 2 13172 0 0 0 0 5 2 20 0 15 0 229838688 11246329856 10874 33554432000 4194304 4196468 140734555318464 140108336433776 140108910623362 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10305536 140734555327077 140734555329884 140734555329884 140734555332559 0
[pid=32390/tid=32449] ppid=32387 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/32390/task/32449/stat : 32449 (java) S 32387 32390 27600 0 -1 1077944384 13 13172 0 0 0 0 5 2 20 0 15 0 229838688 11246329856 10874 33554432000 4194304 4196468 140734555318464 140107685291296 140108910622421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10305536 140734555327077 140734555329884 140734555329884 140734555332559 0
[pid=32390/tid=32450] ppid=32387 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32390/task/32450/stat : 32450 (java) S 32387 32390 27600 0 -1 1077944384 1 13172 0 0 0 0 5 2 20 0 15 0 229838688 11246329856 10874 33554432000 4194304 4196468 140734555318464 140107537442416 140108910622421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10305536 140734555327077 140734555329884 140734555329884 140734555332559 0
[pid=32390/tid=32451] ppid=32387 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32390/task/32451/stat : 32451 (java) S 32387 32390 27600 0 -1 1077944384 3 13172 0 0 0 0 5 2 20 0 15 0 229838691 11246329856 10874 33554432000 4194304 4196468 140734555318464 140107230042704 140108910630811 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10305536 140734555327077 140734555329884 140734555329884 140734555332559 0
[pid=32390/tid=32452] ppid=32387 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32390/task/32452/stat : 32452 (java) S 32387 32390 27600 0 -1 1077944384 499 13172 0 0 1 0 5 2 20 0 15 0 229838691 11246329856 10874 33554432000 4194304 4196468 140734555318464 140108335380592 140108910623362 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10305536 140734555327077 140734555329884 140734555329884 140734555332559 0
[pid=32390/tid=32453] ppid=32387 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/32390/task/32453/stat : 32453 (java) S 32387 32390 27600 0 -1 1077944384 143 13172 0 0 0 0 5 2 20 0 15 0 229838691 11246329856 10874 33554432000 4194304 4196468 140734555318464 140108334327792 140108910623362 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10305536 140734555327077 140734555329884 140734555329884 140734555332559 0
[pid=32390/tid=32454] ppid=32387 vsize=10982744 memory=139850344068736 CPUtime=0.1 cores=1,3,5,7
/proc/32390/task/32454/stat : 32454 (java) S 32387 32390 27600 0 -1 1077944384 671 13172 0 0 3 0 5 2 20 0 15 0 229838691 11246329856 10874 33554432000 4194304 4196468 140734555318464 140108333275504 140108910623362 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10305536 140734555327077 140734555329884 140734555329884 140734555332559 0
[pid=32390/tid=32455] ppid=32387 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/32390/task/32455/stat : 32455 (java) S 32387 32390 27600 0 -1 1077944384 3 13172 0 0 0 0 5 2 20 0 15 0 229838691 11246329856 10940 33554432000 4194304 4196468 140734555318464 140106799245792 140108910622421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10305536 140734555327077 140734555329884 140734555329884 140734555332559 0
[pid=32390/tid=32456] ppid=32387 vsize=10982744 memory=139850344068736 CPUtime=0.07 cores=1,3,5,7
/proc/32390/task/32456/stat : 32456 (java) S 32387 32390 27600 0 -1 1077944384 1 13172 0 0 0 0 5 2 20 0 15 0 229838691 11246329856 10940 33554432000 4194304 4196468 140734555318464 140108332223408 140108910623362 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10305536 140734555327077 140734555329884 140734555329884 140734555332559 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 43232 KiB

[startup+0.310321 s]*
/proc/loadavg: 1.75 2.56 2.30 3/216 32456
/proc/meminfo: memFree=14349936/32770624 swapFree=67108404/67108860
[pid=32390] ppid=32387 vsize=10983192 memory=55472 CPUtime=0.38 cores=1,3,5,7
/proc/32390/stat : 32390 (java) S 32387 32390 27600 0 -1 1077944320 10929 13172 0 0 29 2 5 2 20 0 15 0 229838676 11246788608 13868 33554432000 4194304 4196468 140734555318464 140734555301008 140108910612215 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 10305536 140734555327077 140734555329884 140734555329884 140734555332559 0
/proc/32390/statm: 2745798 13868 3103 1 0 2708109 0
[pid=32390/tid=32443] ppid=32387 vsize=10983192 memory=6791534058613427641 CPUtime=0.27 cores=1,3,5,7
/proc/32390/task/32443/stat : 32443 (java) R 32387 32390 27600 0 -1 4202560 7350 13172 0 0 19 1 5 2 20 0 15 0 229838685 11246788608 13868 33554432000 4194304 4196468 140734555318464 140108882424224 140108910634141 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10305536 140734555327077 140734555329884 140734555329884 140734555332559 0
[pid=32390/tid=32444] ppid=32387 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32390/task/32444/stat : 32444 (java) S 32387 32390 27600 0 -1 1077944384 1 13172 0 0 0 0 5 2 20 0 15 0 229838686 11246788608 13868 33554432000 4194304 4196468 140734555318464 140108914854288 140108910622421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10305536 140734555327077 140734555329884 140734555329884 140734555332559 0
[pid=32390/tid=32445] ppid=32387 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32390/task/32445/stat : 32445 (java) S 32387 32390 27600 0 -1 1077944384 1 13172 0 0 0 0 5 2 20 0 15 0 229838686 11246788608 13868 33554432000 4194304 4196468 140734555318464 140108450105616 140108910622421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10305536 140734555327077 140734555329884 140734555329884 140734555332559 0
[pid=32390/tid=32446] ppid=32387 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32390/task/32446/stat : 32446 (java) S 32387 32390 27600 0 -1 1077944384 1 13172 0 0 0 0 5 2 20 0 15 0 229838686 11246788608 13868 33554432000 4194304 4196468 140734555318464 140108449053328 140108910622421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10305536 140734555327077 140734555329884 140734555329884 140734555332559 0
[pid=32390/tid=32447] ppid=32387 vsize=10983192 memory=2240 CPUtime=0.07 cores=1,3,5,7
/proc/32390/task/32447/stat : 32447 (java) S 32387 32390 27600 0 -1 1077944384 2 13172 0 0 0 0 5 2 20 0 15 0 229838686 11246788608 13868 33554432000 4194304 4196468 140734555318464 140108448000528 140108910622421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10305536 140734555327077 140734555329884 140734555329884 140734555332559 0
[pid=32390/tid=32448] ppid=32387 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32390/task/32448/stat : 32448 (java) S 32387 32390 27600 0 -1 1077944384 2 13172 0 0 0 0 5 2 20 0 15 0 229838688 11246788608 13868 33554432000 4194304 4196468 140734555318464 140108336433776 140108910623362 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10305536 140734555327077 140734555329884 140734555329884 140734555332559 0
[pid=32390/tid=32449] ppid=32387 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/32390/task/32449/stat : 32449 (java) S 32387 32390 27600 0 -1 1077944384 13 13172 0 0 0 0 5 2 20 0 15 0 229838688 11246788608 13868 33554432000 4194304 4196468 140734555318464 140107685291296 140108910622421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10305536 140734555327077 140734555329884 140734555329884 140734555332559 0
[pid=32390/tid=32450] ppid=32387 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32390/task/32450/stat : 32450 (java) S 32387 32390 27600 0 -1 1077944384 1 13172 0 0 0 0 5 2 20 0 15 0 229838688 11246788608 13868 33554432000 4194304 4196468 140734555318464 140107537442416 140108910622421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10305536 140734555327077 140734555329884 140734555329884 140734555332559 0
[pid=32390/tid=32451] ppid=32387 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32390/task/32451/stat : 32451 (java) S 32387 32390 27600 0 -1 1077944384 3 13172 0 0 0 0 5 2 20 0 15 0 229838691 11246788608 13868 33554432000 4194304 4196468 140734555318464 140107230042704 140108910630811 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10305536 140734555327077 140734555329884 140734555329884 140734555332559 0
[pid=32390/tid=32452] ppid=32387 vsize=10983192 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/32390/task/32452/stat : 32452 (java) S 32387 32390 27600 0 -1 1077944384 503 13172 0 0 2 0 5 2 20 0 15 0 229838691 11246788608 13868 33554432000 4194304 4196468 140734555318464 140108335380592 140108910623362 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10305536 140734555327077 140734555329884 140734555329884 140734555332559 0
[pid=32390/tid=32453] ppid=32387 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/32390/task/32453/stat : 32453 (java) S 32387 32390 27600 0 -1 1077944384 149 13172 0 0 1 0 5 2 20 0 15 0 229838691 11246788608 13868 33554432000 4194304 4196468 140734555318464 140108334327792 140108910623362 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10305536 140734555327077 140734555329884 140734555329884 140734555332559 0
[pid=32390/tid=32454] ppid=32387 vsize=10983192 memory=139850344068736 CPUtime=0.12 cores=1,3,5,7
/proc/32390/task/32454/stat : 32454 (java) S 32387 32390 27600 0 -1 1077944384 703 13172 0 0 5 0 5 2 20 0 15 0 229838691 11246788608 13868 33554432000 4194304 4196468 140734555318464 140108333275504 140108910623362 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10305536 140734555327077 140734555329884 140734555329884 140734555332559 0
[pid=32390/tid=32455] ppid=32387 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/32390/task/32455/stat : 32455 (java) S 32387 32390 27600 0 -1 1077944384 3 13172 0 0 0 0 5 2 20 0 15 0 229838691 11246788608 13868 33554432000 4194304 4196468 140734555318464 140106799245792 140108910622421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10305536 140734555327077 140734555329884 140734555329884 140734555332559 0
[pid=32390/tid=32456] ppid=32387 vsize=10983192 memory=139850344068736 CPUtime=0.07 cores=1,3,5,7
/proc/32390/task/32456/stat : 32456 (java) S 32387 32390 27600 0 -1 1077944384 1 13172 0 0 0 0 5 2 20 0 15 0 229838691 11246788608 13868 33554432000 4194304 4196468 140734555318464 140108332223408 140108910623362 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10305536 140734555327077 140734555329884 140734555329884 140734555332559 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 55472 KiB

[startup+0.700735 s]
/proc/loadavg: 1.75 2.56 2.30 3/216 32456
/proc/meminfo: memFree=14338524/32770624 swapFree=67108404/67108860
[pid=32390] ppid=32387 vsize=10983192 memory=88552 CPUtime=0.98 cores=1,3,5,7
/proc/32390/stat : 32390 (java) S 32387 32390 27600 0 -1 1077944320 17193 13172 0 0 88 3 5 2 20 0 15 0 229838676 11246788608 22138 33554432000 4194304 4196468 140734555318464 140734555301008 140108910612215 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 10305536 140734555327077 140734555329884 140734555329884 140734555332559 0
/proc/32390/statm: 2745798 22138 3247 1 0 2708109 0
[pid=32390/tid=32443] ppid=32387 vsize=10983192 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/32390/task/32443/stat : 32443 (java) R 32387 32390 27600 0 -1 4202560 12414 13172 0 0 56 3 5 2 20 0 15 0 229838685 11246788608 22138 33554432000 4194304 4196468 140734555318464 140108882433040 140108894692702 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10305536 140734555327077 140734555329884 140734555329884 140734555332559 0
[pid=32390/tid=32444] ppid=32387 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32390/task/32444/stat : 32444 (java) S 32387 32390 27600 0 -1 1077944384 1 13172 0 0 0 0 5 2 20 0 15 0 229838686 11246788608 22138 33554432000 4194304 4196468 140734555318464 140108914854288 140108910622421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10305536 140734555327077 140734555329884 140734555329884 140734555332559 0
[pid=32390/tid=32445] ppid=32387 vsize=10983192 memory=139850242210768 CPUtime=0.07 cores=1,3,5,7
/proc/32390/task/32445/stat : 32445 (java) S 32387 32390 27600 0 -1 1077944384 1 13172 0 0 0 0 5 2 20 0 15 0 229838686 11246788608 22138 33554432000 4194304 4196468 140734555318464 140108450105616 140108910622421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10305536 140734555327077 140734555329884 140734555329884 140734555332559 0
[pid=32390/tid=32446] ppid=32387 vsize=10983192 memory=139852725092937 CPUtime=0.07 cores=1,3,5,7
/proc/32390/task/32446/stat : 32446 (java) S 32387 32390 27600 0 -1 1077944384 1 13172 0 0 0 0 5 2 20 0 15 0 229838686 11246788608 22138 33554432000 4194304 4196468 140734555318464 140108449053328 140108910622421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10305536 140734555327077 140734555329884 140734555329884 140734555332559 0
[pid=32390/tid=32447] ppid=32387 vsize=10983192 memory=1404 CPUtime=0.07 cores=1,3,5,7
/proc/32390/task/32447/stat : 32447 (java) S 32387 32390 27600 0 -1 1077944384 2 13172 0 0 0 0 5 2 20 0 15 0 229838686 11246788608 22138 33554432000 4194304 4196468 140734555318464 140108448000528 140108910622421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10305536 140734555327077 140734555329884 140734555329884 140734555332559 0
[pid=32390/tid=32448] ppid=32387 vsize=10983192 memory=7092418796125250880 CPUtime=0.07 cores=1,3,5,7
/proc/32390/task/32448/stat : 32448 (java) S 32387 32390 27600 0 -1 1077944384 5 13172 0 0 0 0 5 2 20 0 15 0 229838688 11246788608 22138 33554432000 4194304 4196468 140734555318464 140108336433776 140108910623362 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10305536 140734555327077 140734555329884 140734555329884 140734555332559 0
[pid=32390/tid=32449] ppid=32387 vsize=10983192 memory=7597685182856913236 CPUtime=0.07 cores=1,3,5,7
/proc/32390/task/32449/stat : 32449 (java) S 32387 32390 27600 0 -1 1077944384 13 13172 0 0 0 0 5 2 20 0 15 0 229838688 11246788608 22138 33554432000 4194304 4196468 140734555318464 140107685291296 140108910622421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10305536 140734555327077 140734555329884 140734555329884 140734555332559 0
[pid=32390/tid=32450] ppid=32387 vsize=10983192 memory=6154282490091891024 CPUtime=0.07 cores=1,3,5,7
/proc/32390/task/32450/stat : 32450 (java) S 32387 32390 27600 0 -1 1077944384 1 13172 0 0 0 0 5 2 20 0 15 0 229838688 11246788608 22138 33554432000 4194304 4196468 140734555318464 140107537442416 140108910622421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10305536 140734555327077 140734555329884 140734555329884 140734555332559 0
[pid=32390/tid=32451] ppid=32387 vsize=10983192 memory=4044 CPUtime=0.07 cores=1,3,5,7
/proc/32390/task/32451/stat : 32451 (java) S 32387 32390 27600 0 -1 1077944384 3 13172 0 0 0 0 5 2 20 0 15 0 229838691 11246788608 22138 33554432000 4194304 4196468 140734555318464 140107230042704 140108910630811 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10305536 140734555327077 140734555329884 140734555329884 140734555332559 0
[pid=32390/tid=32452] ppid=32387 vsize=10983192 memory=34556 CPUtime=0.18 cores=1,3,5,7
/proc/32390/task/32452/stat : 32452 (java) S 32387 32390 27600 0 -1 1077944384 1141 13172 0 0 11 0 5 2 20 0 15 0 229838691 11246788608 22138 33554432000 4194304 4196468 140734555318464 140108335380592 140108910623362 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10305536 140734555327077 140734555329884 140734555329884 140734555332559 0
[pid=32390/tid=32453] ppid=32387 vsize=10983192 memory=14644 CPUtime=0.13 cores=1,3,5,7
/proc/32390/task/32453/stat : 32453 (java) S 32387 32390 27600 0 -1 1077944384 537 13172 0 0 6 0 5 2 20 0 15 0 229838691 11246788608 22138 33554432000 4194304 4196468 140734555318464 140108334327792 140108910623362 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10305536 140734555327077 140734555329884 140734555329884 140734555332559 0
[pid=32390/tid=32454] ppid=32387 vsize=10983192 memory=1720 CPUtime=0.2 cores=1,3,5,7
/proc/32390/task/32454/stat : 32454 (java) S 32387 32390 27600 0 -1 1077944384 875 13172 0 0 13 0 5 2 20 0 15 0 229838691 11246788608 22138 33554432000 4194304 4196468 140734555318464 140108333275504 140108910623362 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10305536 140734555327077 140734555329884 140734555329884 140734555332559 0
[pid=32390/tid=32455] ppid=32387 vsize=10983192 memory=508 CPUtime=0.07 cores=1,3,5,7
/proc/32390/task/32455/stat : 32455 (java) S 32387 32390 27600 0 -1 1077944384 3 13172 0 0 0 0 5 2 20 0 15 0 229838691 11246788608 22138 33554432000 4194304 4196468 140734555318464 140106799245792 140108910622421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10305536 140734555327077 140734555329884 140734555329884 140734555332559 0
[pid=32390/tid=32456] ppid=32387 vsize=10983192 memory=928 CPUtime=0.07 cores=1,3,5,7
/proc/32390/task/32456/stat : 32456 (java) S 32387 32390 27600 0 -1 1077944384 1 13172 0 0 0 0 5 2 20 0 15 0 229838691 11246788608 22138 33554432000 4194304 4196468 140734555318464 140108332223408 140108910623362 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10305536 140734555327077 140734555329884 140734555329884 140734555332559 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88552 KiB

[startup+1.50073 s]
/proc/loadavg: 1.75 2.56 2.30 3/216 32456
/proc/meminfo: memFree=14292928/32770624 swapFree=67108404/67108860
[pid=32390] ppid=32387 vsize=10998092 memory=181200 CPUtime=2.28 cores=1,3,5,7
/proc/32390/stat : 32390 (java) S 32387 32390 27600 0 -1 1077944320 24221 13172 0 0 212 9 5 2 20 0 15 0 229838676 11262046208 45300 33554432000 4194304 4196468 140734555318464 140734555301008 140108910612215 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 10305536 140734555327077 140734555329884 140734555329884 140734555332559 0
/proc/32390/statm: 2749523 45300 3472 1 0 2711181 0
[pid=32390/tid=32443] ppid=32387 vsize=10998092 memory=6656426216303648864 CPUtime=1.43 cores=1,3,5,7
/proc/32390/task/32443/stat : 32443 (java) R 32387 32390 27600 0 -1 4202560 17711 13172 0 0 130 6 5 2 20 0 15 0 229838685 11262046208 45300 33554432000 4194304 4196468 140734555318464 140108882436048 140108894692702 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10305536 140734555327077 140734555329884 140734555329884 140734555332559 0
[pid=32390/tid=32444] ppid=32387 vsize=10998092 memory=-4866523618376441967 CPUtime=0.08 cores=1,3,5,7
/proc/32390/task/32444/stat : 32444 (java) S 32387 32390 27600 0 -1 1077944384 214 13172 0 0 1 0 5 2 20 0 15 0 229838686 11262046208 45300 33554432000 4194304 4196468 140734555318464 140108914854288 140108910622421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10305536 140734555327077 140734555329884 140734555329884 140734555332559 0
[pid=32390/tid=32445] ppid=32387 vsize=10998092 memory=7306334212403993719 CPUtime=0.08 cores=1,3,5,7
/proc/32390/task/32445/stat : 32445 (java) S 32387 32390 27600 0 -1 1077944384 23 13172 0 0 1 0 5 2 20 0 15 0 229838686 11262046208 45300 33554432000 4194304 4196468 140734555318464 140108450105616 140108910622421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10305536 140734555327077 140734555329884 140734555329884 140734555332559 0
[pid=32390/tid=32446] ppid=32387 vsize=10998092 memory=2432 CPUtime=0.08 cores=1,3,5,7
/proc/32390/task/32446/stat : 32446 (java) S 32387 32390 27600 0 -1 1077944384 21 13172 0 0 1 0 5 2 20 0 15 0 229838686 11262046208 45300 33554432000 4194304 4196468 140734555318464 140108449053328 140108910622421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10305536 140734555327077 140734555329884 140734555329884 140734555332559 0
[pid=32390/tid=32447] ppid=32387 vsize=10998092 memory=113912 CPUtime=0.07 cores=1,3,5,7
/proc/32390/task/32447/stat : 32447 (java) S 32387 32390 27600 0 -1 1077944384 69 13172 0 0 0 0 5 2 20 0 15 0 229838686 11262046208 45300 33554432000 4194304 4196468 140734555318464 140108448000528 140108910622421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10305536 140734555327077 140734555329884 140734555329884 140734555332559 0
[pid=32390/tid=32448] ppid=32387 vsize=10998092 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/32390/task/32448/stat : 32448 (java) S 32387 32390 27600 0 -1 1077944384 41 13172 0 0 1 0 5 2 20 0 15 0 229838688 11262046208 45300 33554432000 4194304 4196468 140734555318464 140108336433776 140108910623362 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10305536 140734555327077 140734555329884 140734555329884 140734555332559 0
[pid=32390/tid=32449] ppid=32387 vsize=10998092 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32390/task/32449/stat : 32449 (java) S 32387 32390 27600 0 -1 1077944384 14 13172 0 0 0 0 5 2 20 0 15 0 229838688 11262046208 45300 33554432000 4194304 4196468 140734555318464 140107685291360 140108910622421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10305536 140734555327077 140734555329884 140734555329884 140734555332559 0
[pid=32390/tid=32450] ppid=32387 vsize=10998092 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32390/task/32450/stat : 32450 (java) S 32387 32390 27600 0 -1 1077944384 2 13172 0 0 0 0 5 2 20 0 15 0 229838688 11262046208 45300 33554432000 4194304 4196468 140734555318464 140107537442432 140108910622421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10305536 140734555327077 140734555329884 140734555329884 140734555332559 0
[pid=32390/tid=32451] ppid=32387 vsize=10998092 memory=139850242142444 CPUtime=0.07 cores=1,3,5,7
/proc/32390/task/32451/stat : 32451 (java) S 32387 32390 27600 0 -1 1077944384 3 13172 0 0 0 0 5 2 20 0 15 0 229838691 11262046208 45300 33554432000 4194304 4196468 140734555318464 140107230042704 140108910630811 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10305536 140734555327077 140734555329884 140734555329884 140734555332559 0
[pid=32390/tid=32452] ppid=32387 vsize=10998092 memory=14644 CPUtime=0.25 cores=1,3,5,7
/proc/32390/task/32452/stat : 32452 (java) S 32387 32390 27600 0 -1 1077944384 1314 13172 0 0 18 0 5 2 20 0 15 0 229838691 11262046208 45300 33554432000 4194304 4196468 140734555318464 140108335380592 140108910623362 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10305536 140734555327077 140734555329884 140734555329884 140734555332559 0
[pid=32390/tid=32453] ppid=32387 vsize=10998092 memory=0 CPUtime=0.29 cores=1,3,5,7
/proc/32390/task/32453/stat : 32453 (java) S 32387 32390 27600 0 -1 1077944384 1100 13172 0 0 22 0 5 2 20 0 15 0 229838691 11262046208 45300 33554432000 4194304 4196468 140734555318464 140108334327792 140108910623362 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10305536 140734555327077 140734555329884 140734555329884 140734555332559 0
[pid=32390/tid=32454] ppid=32387 vsize=10998092 memory=0 CPUtime=0.41 cores=1,3,5,7
/proc/32390/task/32454/stat : 32454 (java) S 32387 32390 27600 0 -1 1077944384 1509 13172 0 0 34 0 5 2 20 0 15 0 229838691 11262046208 45300 33554432000 4194304 4196468 140734555318464 140108333275504 140108910623362 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10305536 140734555327077 140734555329884 140734555329884 140734555332559 0
[pid=32390/tid=32455] ppid=32387 vsize=10998092 memory=4580 CPUtime=0.07 cores=1,3,5,7
/proc/32390/task/32455/stat : 32455 (java) S 32387 32390 27600 0 -1 1077944384 3 13172 0 0 0 0 5 2 20 0 15 0 229838691 11262046208 45300 33554432000 4194304 4196468 140734555318464 140106799245792 140108910622421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10305536 140734555327077 140734555329884 140734555329884 140734555332559 0
[pid=32390/tid=32456] ppid=32387 vsize=10998092 memory=7684433391233106746 CPUtime=0.07 cores=1,3,5,7
/proc/32390/task/32456/stat : 32456 (java) S 32387 32390 27600 0 -1 1077944384 1 13172 0 0 0 0 5 2 20 0 15 0 229838691 11262046208 45300 33554432000 4194304 4196468 140734555318464 140108332223408 140108910623362 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10305536 140734555327077 140734555329884 140734555329884 140734555332559 0
Current children cumulated CPU time: 2.28 s
Current children cumulated vsize: 10998092 KiB

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

[pid=32390/tid=32455] ppid=32387 vsize=11080032 memory=653392 CPUtime=0.07 cores=1,3,5,7
/proc/32390/task/32455/stat : 32455 (java) S 32387 32390 27600 0 -1 1077944384 3 13172 0 0 0 0 5 2 20 0 15 0 229838691 11345952768 199842 33554432000 4194304 4196468 140734555318464 140106799245792 140108910622421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10305536 140734555327077 140734555329884 140734555329884 140734555332559 0
[pid=32390/tid=32456] ppid=32387 vsize=11080032 memory=799368 CPUtime=0.07 cores=1,3,5,7
/proc/32390/task/32456/stat : 32456 (java) S 32387 32390 27600 0 -1 1077944384 155 13172 0 0 0 0 5 2 20 0 15 0 229838691 11345952768 199842 33554432000 4194304 4196468 140734555318464 140108332223408 140108910623362 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10305536 140734555327077 140734555329884 140734555329884 140734555332559 0
Current children cumulated CPU time: 30.96 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 799368 KiB

[startup+21.6007 s]
/proc/loadavg: 1.73 2.51 2.29 3/216 32456
/proc/meminfo: memFree=13509708/32770624 swapFree=67108404/67108860
[pid=32390] ppid=32387 vsize=11080032 memory=803536 CPUtime=31.82 cores=1,3,5,7
/proc/32390/stat : 32390 (java) S 32387 32390 27600 0 -1 1077944320 89538 13172 0 0 3137 38 5 2 20 0 15 0 229838676 11345952768 200884 33554432000 4194304 4196468 140734555318464 140734555301008 140108910612215 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 10305536 140734555327077 140734555329884 140734555329884 140734555332559 0
/proc/32390/statm: 2770008 200884 3530 1 0 2731661 0
[pid=32390/tid=32443] ppid=32387 vsize=11080032 memory=723140 CPUtime=21.35 cores=1,3,5,7
/proc/32390/task/32443/stat : 32443 (java) R 32387 32390 27600 0 -1 4202560 46218 13172 0 0 2111 17 5 2 20 0 15 0 229838685 11345952768 200884 33554432000 4194304 4196468 140734555318464 140108882444800 140108496180330 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10305536 140734555327077 140734555329884 140734555329884 140734555332559 0
[pid=32390/tid=32444] ppid=32387 vsize=11080032 memory=756 CPUtime=0.16 cores=1,3,5,7
/proc/32390/task/32444/stat : 32444 (java) S 32387 32390 27600 0 -1 1077944384 707 13172 0 0 7 2 5 2 20 0 15 0 229838686 11345952768 200884 33554432000 4194304 4196468 140734555318464 140108914854288 140108910622421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10305536 140734555327077 140734555329884 140734555329884 140734555332559 0
[pid=32390/tid=32445] ppid=32387 vsize=11080032 memory=9624 CPUtime=0.17 cores=1,3,5,7
/proc/32390/task/32445/stat : 32445 (java) S 32387 32390 27600 0 -1 1077944384 323 13172 0 0 7 3 5 2 20 0 15 0 229838686 11345952768 200884 33554432000 4194304 4196468 140734555318464 140108450105616 140108910622421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10305536 140734555327077 140734555329884 140734555329884 140734555332559 0
[pid=32390/tid=32446] ppid=32387 vsize=11080032 memory=876 CPUtime=0.17 cores=1,3,5,7
/proc/32390/task/32446/stat : 32446 (java) S 32387 32390 27600 0 -1 1077944384 325 13172 0 0 8 2 5 2 20 0 15 0 229838686 11345952768 200884 33554432000 4194304 4196468 140734555318464 140108449053328 140108910622421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10305536 140734555327077 140734555329884 140734555329884 140734555332559 0
[pid=32390/tid=32447] ppid=32387 vsize=11080032 memory=1924 CPUtime=0.16 cores=1,3,5,7
/proc/32390/task/32447/stat : 32447 (java) S 32387 32390 27600 0 -1 1077944384 1362 13172 0 0 7 2 5 2 20 0 15 0 229838686 11345952768 200884 33554432000 4194304 4196468 140734555318464 140108448000528 140108910622421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10305536 140734555327077 140734555329884 140734555329884 140734555332559 0
[pid=32390/tid=32448] ppid=32387 vsize=11080032 memory=7000 CPUtime=0.14 cores=1,3,5,7
/proc/32390/task/32448/stat : 32448 (java) S 32387 32390 27600 0 -1 1077944384 5935 13172 0 0 7 0 5 2 20 0 15 0 229838688 11345952768 200884 33554432000 4194304 4196468 140734555318464 140108336433776 140108910623362 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10305536 140734555327077 140734555329884 140734555329884 140734555332559 0
[pid=32390/tid=32449] ppid=32387 vsize=11080032 memory=1224 CPUtime=0.07 cores=1,3,5,7
/proc/32390/task/32449/stat : 32449 (java) S 32387 32390 27600 0 -1 1077944384 14 13172 0 0 0 0 5 2 20 0 15 0 229838688 11345952768 200884 33554432000 4194304 4196468 140734555318464 140107685291360 140108910622421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10305536 140734555327077 140734555329884 140734555329884 140734555332559 0
[pid=32390/tid=32450] ppid=32387 vsize=11080032 memory=4700 CPUtime=0.07 cores=1,3,5,7
/proc/32390/task/32450/stat : 32450 (java) S 32387 32390 27600 0 -1 1077944384 2 13172 0 0 0 0 5 2 20 0 15 0 229838688 11345952768 200884 33554432000 4194304 4196468 140734555318464 140107537442432 140108910622421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10305536 140734555327077 140734555329884 140734555329884 140734555332559 0
[pid=32390/tid=32451] ppid=32387 vsize=11080032 memory=1404 CPUtime=0.07 cores=1,3,5,7
/proc/32390/task/32451/stat : 32451 (java) S 32387 32390 27600 0 -1 1077944384 3 13172 0 0 0 0 5 2 20 0 15 0 229838691 11345952768 200884 33554432000 4194304 4196468 140734555318464 140107230042704 140108910630811 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10305536 140734555327077 140734555329884 140734555329884 140734555332559 0
[pid=32390/tid=32452] ppid=32387 vsize=11080032 memory=4000 CPUtime=4.35 cores=1,3,5,7
/proc/32390/task/32452/stat : 32452 (java) S 32387 32390 27600 0 -1 1077944384 16557 13172 0 0 425 3 5 2 20 0 15 0 229838691 11345952768 200884 33554432000 4194304 4196468 140734555318464 140108335380592 140108910623362 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10305536 140734555327077 140734555329884 140734555329884 140734555332559 0
[pid=32390/tid=32453] ppid=32387 vsize=11080032 memory=1156 CPUtime=3.83 cores=1,3,5,7
/proc/32390/task/32453/stat : 32453 (java) S 32387 32390 27600 0 -1 1077944384 7805 13172 0 0 375 1 5 2 20 0 15 0 229838691 11345952768 200884 33554432000 4194304 4196468 140734555318464 140108334327792 140108910623362 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10305536 140734555327077 140734555329884 140734555329884 140734555332559 0
[pid=32390/tid=32454] ppid=32387 vsize=11080032 memory=15212 CPUtime=1.94 cores=1,3,5,7
/proc/32390/task/32454/stat : 32454 (java) S 32387 32390 27600 0 -1 1077944384 7933 13172 0 0 184 3 5 2 20 0 15 0 229838691 11345952768 200884 33554432000 4194304 4196468 140734555318464 140108333275504 140108910623362 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10305536 140734555327077 140734555329884 140734555329884 140734555332559 0
[pid=32390/tid=32455] ppid=32387 vsize=11080032 memory=4044 CPUtime=0.07 cores=1,3,5,7
/proc/32390/task/32455/stat : 32455 (java) S 32387 32390 27600 0 -1 1077944384 3 13172 0 0 0 0 5 2 20 0 15 0 229838691 11345952768 200884 33554432000 4194304 4196468 140734555318464 140106799245792 140108910622421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10305536 140734555327077 140734555329884 140734555329884 140734555332559 0
[pid=32390/tid=32456] ppid=32387 vsize=11080032 memory=62532 CPUtime=0.07 cores=1,3,5,7
/proc/32390/task/32456/stat : 32456 (java) S 32387 32390 27600 0 -1 1077944384 155 13172 0 0 0 0 5 2 20 0 15 0 229838691 11345952768 200884 33554432000 4194304 4196468 140734555318464 140108332223408 140108910623362 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10305536 140734555327077 140734555329884 140734555329884 140734555332559 0
Current children cumulated CPU time: 31.82 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 803536 KiB

[startup+22.0007 s]*
/proc/loadavg: 1.73 2.51 2.29 3/216 32456
/proc/meminfo: memFree=13509708/32770624 swapFree=67108404/67108860
[pid=32390] ppid=32387 vsize=11080032 memory=803544 CPUtime=32.25 cores=1,3,5,7
/proc/32390/stat : 32390 (java) S 32387 32390 27600 0 -1 1077944320 90352 13172 0 0 3180 38 5 2 20 0 15 0 229838676 11345952768 200886 33554432000 4194304 4196468 140734555318464 140734555301008 140108910612215 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 10305536 140734555327077 140734555329884 140734555329884 140734555332559 0
/proc/32390/statm: 2770008 200886 3530 1 0 2731661 0
[pid=32390/tid=32443] ppid=32387 vsize=11080032 memory=6791534058613427641 CPUtime=21.76 cores=1,3,5,7
/proc/32390/task/32443/stat : 32443 (java) R 32387 32390 27600 0 -1 4202560 46263 13172 0 0 2152 17 5 2 20 0 15 0 229838685 11345952768 200886 33554432000 4194304 4196468 140734555318464 140108882444624 140108492547031 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10305536 140734555327077 140734555329884 140734555329884 140734555332559 0
[pid=32390/tid=32444] ppid=32387 vsize=11080032 memory=0 CPUtime=0.16 cores=1,3,5,7
/proc/32390/task/32444/stat : 32444 (java) S 32387 32390 27600 0 -1 1077944384 707 13172 0 0 7 2 5 2 20 0 15 0 229838686 11345952768 200886 33554432000 4194304 4196468 140734555318464 140108914854288 140108910622421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10305536 140734555327077 140734555329884 140734555329884 140734555332559 0
[pid=32390/tid=32445] ppid=32387 vsize=11080032 memory=2321798476289649074 CPUtime=0.17 cores=1,3,5,7
/proc/32390/task/32445/stat : 32445 (java) S 32387 32390 27600 0 -1 1077944384 323 13172 0 0 7 3 5 2 20 0 15 0 229838686 11345952768 200886 33554432000 4194304 4196468 140734555318464 140108450105616 140108910622421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10305536 140734555327077 140734555329884 140734555329884 140734555332559 0
[pid=32390/tid=32446] ppid=32387 vsize=11080032 memory=6083354206233319521 CPUtime=0.17 cores=1,3,5,7
/proc/32390/task/32446/stat : 32446 (java) S 32387 32390 27600 0 -1 1077944384 325 13172 0 0 8 2 5 2 20 0 15 0 229838686 11345952768 200886 33554432000 4194304 4196468 140734555318464 140108449053328 140108910622421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10305536 140734555327077 140734555329884 140734555329884 140734555332559 0
[pid=32390/tid=32447] ppid=32387 vsize=11080032 memory=3539891086865545013 CPUtime=0.16 cores=1,3,5,7
/proc/32390/task/32447/stat : 32447 (java) S 32387 32390 27600 0 -1 1077944384 1362 13172 0 0 7 2 5 2 20 0 15 0 229838686 11345952768 200886 33554432000 4194304 4196468 140734555318464 140108448000528 140108910622421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10305536 140734555327077 140734555329884 140734555329884 140734555332559 0
[pid=32390/tid=32448] ppid=32387 vsize=11080032 memory=3544811626602278841 CPUtime=0.14 cores=1,3,5,7
/proc/32390/task/32448/stat : 32448 (java) S 32387 32390 27600 0 -1 1077944384 5935 13172 0 0 7 0 5 2 20 0 15 0 229838688 11345952768 200886 33554432000 4194304 4196468 140734555318464 140108336433776 140108910623362 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10305536 140734555327077 140734555329884 140734555329884 140734555332559 0
[pid=32390/tid=32449] ppid=32387 vsize=11080032 memory=3690471420374037814 CPUtime=0.07 cores=1,3,5,7
/proc/32390/task/32449/stat : 32449 (java) S 32387 32390 27600 0 -1 1077944384 14 13172 0 0 0 0 5 2 20 0 15 0 229838688 11345952768 200886 33554432000 4194304 4196468 140734555318464 140107685291360 140108910622421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10305536 140734555327077 140734555329884 140734555329884 140734555332559 0
[pid=32390/tid=32450] ppid=32387 vsize=11080032 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32390/task/32450/stat : 32450 (java) S 32387 32390 27600 0 -1 1077944384 2 13172 0 0 0 0 5 2 20 0 15 0 229838688 11345952768 200886 33554432000 4194304 4196468 140734555318464 140107537442432 140108910622421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10305536 140734555327077 140734555329884 140734555329884 140734555332559 0
[pid=32390/tid=32451] ppid=32387 vsize=11080032 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32390/task/32451/stat : 32451 (java) S 32387 32390 27600 0 -1 1077944384 3 13172 0 0 0 0 5 2 20 0 15 0 229838691 11345952768 200886 33554432000 4194304 4196468 140734555318464 140107230042704 140108910630811 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10305536 140734555327077 140734555329884 140734555329884 140734555332559 0
[pid=32390/tid=32452] ppid=32387 vsize=11080032 memory=0 CPUtime=4.35 cores=1,3,5,7
/proc/32390/task/32452/stat : 32452 (java) S 32387 32390 27600 0 -1 1077944384 16557 13172 0 0 425 3 5 2 20 0 15 0 229838691 11345952768 200886 33554432000 4194304 4196468 140734555318464 140108335380592 140108910623362 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10305536 140734555327077 140734555329884 140734555329884 140734555332559 0
[pid=32390/tid=32453] ppid=32387 vsize=11080032 memory=-1 CPUtime=3.85 cores=1,3,5,7
/proc/32390/task/32453/stat : 32453 (java) S 32387 32390 27600 0 -1 1077944384 8003 13172 0 0 377 1 5 2 20 0 15 0 229838691 11345952768 200886 33554432000 4194304 4196468 140734555318464 140108334327792 140108910623362 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10305536 140734555327077 140734555329884 140734555329884 140734555332559 0
[pid=32390/tid=32454] ppid=32387 vsize=11080032 memory=8462976646541072334 CPUtime=1.94 cores=1,3,5,7
/proc/32390/task/32454/stat : 32454 (java) R 32387 32390 27600 0 -1 4202560 8602 13172 0 0 184 3 5 2 20 0 15 0 229838691 11345952768 200886 33554432000 4194304 4196468 140734555318464 140108333275504 140108894935552 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10305536 140734555327077 140734555329884 140734555329884 140734555332559 0
[pid=32390/tid=32455] ppid=32387 vsize=11080032 memory=7310575247366447477 CPUtime=0.07 cores=1,3,5,7
/proc/32390/task/32455/stat : 32455 (java) S 32387 32390 27600 0 -1 1077944384 3 13172 0 0 0 0 5 2 20 0 15 0 229838691 11345952768 200886 33554432000 4194304 4196468 140734555318464 140106799245792 140108910622421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10305536 140734555327077 140734555329884 140734555329884 140734555332559 0
[pid=32390/tid=32456] ppid=32387 vsize=11080032 memory=139850344068736 CPUtime=0.07 cores=1,3,5,7
/proc/32390/task/32456/stat : 32456 (java) S 32387 32390 27600 0 -1 1077944384 155 13172 0 0 0 0 5 2 20 0 15 0 229838691 11345952768 200886 33554432000 4194304 4196468 140734555318464 140108332223408 140108910623362 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10305536 140734555327077 140734555329884 140734555329884 140734555332559 0
Current children cumulated CPU time: 32.25 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 803544 KiB

[startup+22.4007 s]
/proc/loadavg: 1.73 2.51 2.29 3/216 32456
/proc/meminfo: memFree=13509708/32770624 swapFree=67108404/67108860
[pid=32390] ppid=32387 vsize=11080032 memory=811736 CPUtime=32.64 cores=1,3,5,7
/proc/32390/stat : 32390 (java) S 32387 32390 27600 0 -1 1077944320 90588 13172 0 0 3219 38 5 2 20 0 15 0 229838676 11345952768 202934 33554432000 4194304 4196468 140734555318464 140734555301008 140108910612215 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 10305536 140734555327077 140734555329884 140734555329884 140734555332559 0
/proc/32390/statm: 2770008 202934 3530 1 0 2731661 0
[pid=32390/tid=32443] ppid=32387 vsize=11080032 memory=4044 CPUtime=22.15 cores=1,3,5,7
/proc/32390/task/32443/stat : 32443 (java) R 32387 32390 27600 0 -1 4202560 46267 13172 0 0 2191 17 5 2 20 0 15 0 229838685 11345952768 202934 33554432000 4194304 4196468 140734555318464 140108882444624 140108497100000 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10305536 140734555327077 140734555329884 140734555329884 140734555332559 0
[pid=32390/tid=32444] ppid=32387 vsize=11080032 memory=34556 CPUtime=0.16 cores=1,3,5,7
/proc/32390/task/32444/stat : 32444 (java) S 32387 32390 27600 0 -1 1077944384 707 13172 0 0 7 2 5 2 20 0 15 0 229838686 11345952768 202934 33554432000 4194304 4196468 140734555318464 140108914854288 140108910622421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10305536 140734555327077 140734555329884 140734555329884 140734555332559 0
[pid=32390/tid=32445] ppid=32387 vsize=11080032 memory=14644 CPUtime=0.17 cores=1,3,5,7
/proc/32390/task/32445/stat : 32445 (java) S 32387 32390 27600 0 -1 1077944384 323 13172 0 0 7 3 5 2 20 0 15 0 229838686 11345952768 202934 33554432000 4194304 4196468 140734555318464 140108450105616 140108910622421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10305536 140734555327077 140734555329884 140734555329884 140734555332559 0
[pid=32390/tid=32446] ppid=32387 vsize=11080032 memory=1720 CPUtime=0.17 cores=1,3,5,7
/proc/32390/task/32446/stat : 32446 (java) S 32387 32390 27600 0 -1 1077944384 325 13172 0 0 8 2 5 2 20 0 15 0 229838686 11345952768 202934 33554432000 4194304 4196468 140734555318464 140108449053328 140108910622421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10305536 140734555327077 140734555329884 140734555329884 140734555332559 0
[pid=32390/tid=32447] ppid=32387 vsize=11080032 memory=508 CPUtime=0.16 cores=1,3,5,7
/proc/32390/task/32447/stat : 32447 (java) S 32387 32390 27600 0 -1 1077944384 1362 13172 0 0 7 2 5 2 20 0 15 0 229838686 11345952768 202934 33554432000 4194304 4196468 140734555318464 140108448000528 140108910622421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10305536 140734555327077 140734555329884 140734555329884 140734555332559 0
[pid=32390/tid=32448] ppid=32387 vsize=11080032 memory=3684 CPUtime=0.14 cores=1,3,5,7
/proc/32390/task/32448/stat : 32448 (java) S 32387 32390 27600 0 -1 1077944384 5935 13172 0 0 7 0 5 2 20 0 15 0 229838688 11345952768 202934 33554432000 4194304 4196468 140734555318464 140108336433776 140108910623362 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10305536 140734555327077 140734555329884 140734555329884 140734555332559 0
[pid=32390/tid=32449] ppid=32387 vsize=11080032 memory=62532 CPUtime=0.07 cores=1,3,5,7
/proc/32390/task/32449/stat : 32449 (java) S 32387 32390 27600 0 -1 1077944384 14 13172 0 0 0 0 5 2 20 0 15 0 229838688 11345952768 202934 33554432000 4194304 4196468 140734555318464 140107685291360 140108910622421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10305536 140734555327077 140734555329884 140734555329884 140734555332559 0
[pid=32390/tid=32450] ppid=32387 vsize=11080032 memory=2148 CPUtime=0.07 cores=1,3,5,7
/proc/32390/task/32450/stat : 32450 (java) S 32387 32390 27600 0 -1 1077944384 2 13172 0 0 0 0 5 2 20 0 15 0 229838688 11345952768 202934 33554432000 4194304 4196468 140734555318464 140107537442432 140108910622421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10305536 140734555327077 140734555329884 140734555329884 140734555332559 0
[pid=32390/tid=32451] ppid=32387 vsize=11080032 memory=1160 CPUtime=0.07 cores=1,3,5,7
/proc/32390/task/32451/stat : 32451 (java) S 32387 32390 27600 0 -1 1077944384 3 13172 0 0 0 0 5 2 20 0 15 0 229838691 11345952768 202934 33554432000 4194304 4196468 140734555318464 140107230042704 140108910630811 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10305536 140734555327077 140734555329884 140734555329884 140734555332559 0
[pid=32390/tid=32452] ppid=32387 vsize=11080032 memory=1784 CPUtime=4.35 cores=1,3,5,7
/proc/32390/task/32452/stat : 32452 (java) S 32387 32390 27600 0 -1 1077944384 16557 13172 0 0 425 3 5 2 20 0 15 0 229838691 11345952768 202934 33554432000 4194304 4196468 140734555318464 140108335380592 140108910623362 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10305536 140734555327077 140734555329884 140734555329884 140734555332559 0
[pid=32390/tid=32453] ppid=32387 vsize=11080032 memory=1616 CPUtime=3.85 cores=1,3,5,7
/proc/32390/task/32453/stat : 32453 (java) S 32387 32390 27600 0 -1 1077944384 8003 13172 0 0 377 1 5 2 20 0 15 0 229838691 11345952768 202934 33554432000 4194304 4196468 140734555318464 140108334327792 140108910623362 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10305536 140734555327077 140734555329884 140734555329884 140734555332559 0
[pid=32390/tid=32454] ppid=32387 vsize=11080032 memory=756 CPUtime=1.94 cores=1,3,5,7
/proc/32390/task/32454/stat : 32454 (java) S 32387 32390 27600 0 -1 1077944384 8736 13172 0 0 184 3 5 2 20 0 15 0 229838691 11345952768 202934 33554432000 4194304 4196468 140734555318464 140108333275504 140108910623362 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10305536 140734555327077 140734555329884 140734555329884 140734555332559 0
[pid=32390/tid=32455] ppid=32387 vsize=11080032 memory=4000 CPUtime=0.07 cores=1,3,5,7
/proc/32390/task/32455/stat : 32455 (java) S 32387 32390 27600 0 -1 1077944384 3 13172 0 0 0 0 5 2 20 0 15 0 229838691 11345952768 202934 33554432000 4194304 4196468 140734555318464 140106799245792 140108910622421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10305536 140734555327077 140734555329884 140734555329884 140734555332559 0
[pid=32390/tid=32456] ppid=32387 vsize=11080032 memory=1156 CPUtime=0.07 cores=1,3,5,7
/proc/32390/task/32456/stat : 32456 (java) S 32387 32390 27600 0 -1 1077944384 155 13172 0 0 0 0 5 2 20 0 15 0 229838691 11345952768 202934 33554432000 4194304 4196468 140734555318464 140108332223408 140108910623362 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10305536 140734555327077 140734555329884 140734555329884 140734555332559 0
Current children cumulated CPU time: 32.64 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 811736 KiB

[startup+22.5007 s]
/proc/loadavg: 1.73 2.51 2.29 3/216 32456
/proc/meminfo: memFree=13509708/32770624 swapFree=67108404/67108860
[pid=32390] ppid=32387 vsize=11080032 memory=836312 CPUtime=32.74 cores=1,3,5,7
/proc/32390/stat : 32390 (java) S 32387 32390 27600 0 -1 1077944320 90621 13172 0 0 3229 38 5 2 20 0 15 0 229838676 11345952768 209078 33554432000 4194304 4196468 140734555318464 140734555301008 140108910612215 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 10305536 140734555327077 140734555329884 140734555329884 140734555332559 0
/proc/32390/statm: 2770008 209078 3530 1 0 2731661 0
[pid=32390/tid=32443] ppid=32387 vsize=11080032 memory=803544 CPUtime=22.25 cores=1,3,5,7
/proc/32390/task/32443/stat : 32443 (java) R 32387 32390 27600 0 -1 4202560 46279 13172 0 0 2200 18 5 2 20 0 15 0 229838685 11345952768 209078 33554432000 4194304 4196468 140734555318464 140108882447696 140108491789693 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10305536 140734555327077 140734555329884 140734555329884 140734555332559 0
[pid=32390/tid=32444] ppid=32387 vsize=11080032 memory=799368 CPUtime=0.16 cores=1,3,5,7
/proc/32390/task/32444/stat : 32444 (java) S 32387 32390 27600 0 -1 1077944384 708 13172 0 0 7 2 5 2 20 0 15 0 229838686 11345952768 209078 33554432000 4194304 4196468 140734555318464 140108914854288 140108910622421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10305536 140734555327077 140734555329884 140734555329884 140734555332559 0
[pid=32390/tid=32445] ppid=32387 vsize=11080032 memory=768364 CPUtime=0.17 cores=1,3,5,7
/proc/32390/task/32445/stat : 32445 (java) S 32387 32390 27600 0 -1 1077944384 324 13172 0 0 7 3 5 2 20 0 15 0 229838686 11345952768 209078 33554432000 4194304 4196468 140734555318464 140108450105616 140108910622421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10305536 140734555327077 140734555329884 140734555329884 140734555332559 0
[pid=32390/tid=32446] ppid=32387 vsize=11080032 memory=3684 CPUtime=0.17 cores=1,3,5,7
/proc/32390/task/32446/stat : 32446 (java) S 32387 32390 27600 0 -1 1077944384 326 13172 0 0 8 2 5 2 20 0 15 0 229838686 11345952768 209078 33554432000 4194304 4196468 140734555318464 140108449053328 140108910622421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10305536 140734555327077 140734555329884 140734555329884 140734555332559 0
[pid=32390/tid=32447] ppid=32387 vsize=11080032 memory=4516 CPUtime=0.16 cores=1,3,5,7
/proc/32390/task/32447/stat : 32447 (java) S 32387 32390 27600 0 -1 1077944384 1363 13172 0 0 7 2 5 2 20 0 15 0 229838686 11345952768 209078 33554432000 4194304 4196468 140734555318464 140108448000528 140108910622421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10305536 140734555327077 140734555329884 140734555329884 140734555332559 0
[pid=32390/tid=32448] ppid=32387 vsize=11080032 memory=187 CPUtime=0.14 cores=1,3,5,7
/proc/32390/task/32448/stat : 32448 (java) S 32387 32390 27600 0 -1 1077944384 5952 13172 0 0 7 0 5 2 20 0 15 0 229838688 11345952768 209078 33554432000 4194304 4196468 140734555318464 140108336433776 140108910623362 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10305536 140734555327077 140734555329884 140734555329884 140734555332559 0
[pid=32390/tid=32449] ppid=32387 vsize=11080032 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32390/task/32449/stat : 32449 (java) S 32387 32390 27600 0 -1 1077944384 14 13172 0 0 0 0 5 2 20 0 15 0 229838688 11345952768 209078 33554432000 4194304 4196468 140734555318464 140107685291360 140108910622421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10305536 140734555327077 140734555329884 140734555329884 140734555332559 0
[pid=32390/tid=32450] ppid=32387 vsize=11080032 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32390/task/32450/stat : 32450 (java) S 32387 32390 27600 0 -1 1077944384 2 13172 0 0 0 0 5 2 20 0 15 0 229838688 11345952768 209078 33554432000 4194304 4196468 140734555318464 140107537442432 140108910622421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10305536 140734555327077 140734555329884 140734555329884 140734555332559 0
[pid=32390/tid=32451] ppid=32387 vsize=11080032 memory=657604 CPUtime=0.07 cores=1,3,5,7
/proc/32390/task/32451/stat : 32451 (java) S 32387 32390 27600 0 -1 1077944384 3 13172 0 0 0 0 5 2 20 0 15 0 229838691 11345952768 209078 33554432000 4194304 4196468 140734555318464 140107230042704 140108910630811 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10305536 140734555327077 140734555329884 140734555329884 140734555332559 0
[pid=32390/tid=32452] ppid=32387 vsize=11080032 memory=9624 CPUtime=4.35 cores=1,3,5,7
/proc/32390/task/32452/stat : 32452 (java) S 32387 32390 27600 0 -1 1077944384 16557 13172 0 0 425 3 5 2 20 0 15 0 229838691 11345952768 209078 33554432000 4194304 4196468 140734555318464 140108335380592 140108910623362 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10305536 140734555327077 140734555329884 140734555329884 140734555332559 0
[pid=32390/tid=32453] ppid=32387 vsize=11080032 memory=876 CPUtime=3.85 cores=1,3,5,7
/proc/32390/task/32453/stat : 32453 (java) S 32387 32390 27600 0 -1 1077944384 8003 13172 0 0 377 1 5 2 20 0 15 0 229838691 11345952768 209078 33554432000 4194304 4196468 140734555318464 140108334327792 140108910623362 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10305536 140734555327077 140734555329884 140734555329884 140734555332559 0
[pid=32390/tid=32454] ppid=32387 vsize=11080032 memory=537356 CPUtime=1.94 cores=1,3,5,7
/proc/32390/task/32454/stat : 32454 (java) S 32387 32390 27600 0 -1 1077944384 8736 13172 0 0 184 3 5 2 20 0 15 0 229838691 11345952768 209078 33554432000 4194304 4196468 140734555318464 140108333275504 140108910623362 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10305536 140734555327077 140734555329884 140734555329884 140734555332559 0
[pid=32390/tid=32455] ppid=32387 vsize=11080032 memory=876 CPUtime=0.07 cores=1,3,5,7
/proc/32390/task/32455/stat : 32455 (java) S 32387 32390 27600 0 -1 1077944384 3 13172 0 0 0 0 5 2 20 0 15 0 229838691 11345952768 209078 33554432000 4194304 4196468 140734555318464 140106799245792 140108910622421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10305536 140734555327077 140734555329884 140734555329884 140734555332559 0
[pid=32390/tid=32456] ppid=32387 vsize=11080032 memory=799368 CPUtime=0.07 cores=1,3,5,7
/proc/32390/task/32456/stat : 32456 (java) S 32387 32390 27600 0 -1 1077944384 155 13172 0 0 0 0 5 2 20 0 15 0 229838691 11345952768 209078 33554432000 4194304 4196468 140734555318464 140108332223408 140108910623362 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10305536 140734555327077 140734555329884 140734555329884 140734555332559 0
Current children cumulated CPU time: 32.74 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 836312 KiB

Child status: 0
Real time (s): 22.5494
CPU time (s): 32.8173
CPU user time (s): 32.3836
CPU system time (s): 0.433695
CPU usage (%): 145.535
Max. virtual memory (cumulated for all children) (KiB): 11080860
Max. memory (cumulated for all children) (KiB): 836312

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 32.3836
system time used= 0.433695
maximum resident set size= 838436
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 104500
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= 9031
involuntary context switches= 101


# summary of solver processes directly reported to runsolver:
#   pid: 32390
#   total CPU time (s): 32.8173
#   total CPU user time (s): 32.3836
#   total CPU system time (s): 0.433695

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.154121 second user time and 0.26182 second system time

The end

Launcher Data

Begin job on node148 at 2018-08-13 03:12:35
IDJOB=4304640
IDBENCH=141491
IDSOLVER=2781
FILE ID=node148/4304640-1534122755
RUNJOBID= node148-1534098057-27632
PBS_JOBID= 21037003
Free space on /tmp= 33932 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-4304640-1534122755/watcher-4304640-1534122755 -o /tmp/evaluation-result-4304640-1534122755/solver-4304640-1534122755 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1534098057-27632 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=13933042 -superng HOME/instance-4304640-1534122755.xml

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

MD5SUM BENCH= 5e5be4f605afa886fe94f4d001b03361
RANDOM SEED=13933042

node148.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.50
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.50
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.50
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.50
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:        14391204 kB
MemAvailable:   29158188 kB
Buffers:          199272 kB
Cached:         14617184 kB
SwapCached:          352 kB
Active:         10038252 kB
Inactive:        7576744 kB
Active(anon):    2751664 kB
Inactive(anon):    99204 kB
Active(file):    7286588 kB
Inactive(file):  7477540 kB
Unevictable:        7340 kB
Mlocked:            7340 kB
SwapTotal:      67108860 kB
SwapFree:       67108404 kB
Dirty:             26620 kB
Writeback:             0 kB
AnonPages:       2805540 kB
Mapped:            67868 kB
Shmem:             49624 kB
Slab:             459372 kB
SReclaimable:     431316 kB
SUnreclaim:        28056 kB
KernelStack:        3504 kB
PageTables:        10868 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4089640 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2611200 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 33904 MiB
End job on node148 at 2018-08-13 03:12:58