Trace number 4302315

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.2OPT4 44.4837 35.4016

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
12.73/5.77	o 3
14.07/6.36	o 4
44.37/35.38	v <instantiation cost="4">
44.37/35.38	v       <list>
44.37/35.38	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
44.37/35.38	v       </list>
44.37/35.38	v       <values>
44.37/35.38	v         0 2 0 2 0 2 0 0 0 0 0 0 1 0 1 2 0 0 0 0 0 0 1 0 1 4 4
44.37/35.38	v       </values>
44.37/35.38	v     </instantiation>
44.37/35.38	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 (10826 MiB free)
  memory of node 1: 16384 MiB (14046 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302315-1532897784/watcher-4302315-1532897784 -o /tmp/evaluation-result-4302315-1532897784/solver-4302315-1532897784 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node137-1532893235-14550 --watchdog 312 bin/xcsp-3-concrete -J-Xss64M -randomseed=137573362 HOME/instance-4302315-1532897784.xml 

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

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=21990, runsolver pid=21987

[startup+0.100093 s]*
/proc/loadavg: 1.66 1.62 1.77 3/206 22047
/proc/meminfo: memFree=25467300/32770624 swapFree=67108436/67108860
[pid=21990] ppid=21987 vsize=10005480 memory=14652 CPUtime=0.09 cores=1,3,5,7
/proc/21990/stat : 21990 (java) S 21987 21990 9814 0 -1 1077944320 4344 13218 0 0 1 0 5 3 20 0 6 0 107341610 10245611520 3663 33554432000 4194304 4196468 140726357417600 140726357400144 140356005703415 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 38674432 140726357424754 140726357427553 140726357427553 140726357430223 0
/proc/21990/statm: 2501370 3663 1933 1 0 2489808 0
[pid=21990/tid=22043] ppid=21987 vsize=10005480 memory=4279135703946724235 CPUtime=0.08 cores=1,3,5,7
/proc/21990/task/22043/stat : 22043 (java) R 21987 21990 9814 0 -1 4202560 2178 13218 0 0 0 0 5 3 20 0 6 0 107341619 10245611520 3729 33554432000 4194304 4196468 140726357417600 140355977540176 140355989783902 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38674432 140726357424754 140726357427553 140726357427553 140726357430223 0
[pid=21990/tid=22044] ppid=21987 vsize=10005480 memory=8257237230052613020 CPUtime=0.08 cores=1,3,5,7
/proc/21990/task/22044/stat : 22044 (java) S 21987 21990 9814 0 -1 1077944384 1 13218 0 0 0 0 5 3 20 0 6 0 107341620 10245611520 3729 33554432000 4194304 4196468 140726357417600 140356009945488 140356005713621 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38674432 140726357424754 140726357427553 140726357427553 140726357430223 0
[pid=21990/tid=22045] ppid=21987 vsize=10005480 memory=140342641346176 CPUtime=0.08 cores=1,3,5,7
/proc/21990/task/22045/stat : 22045 (java) S 21987 21990 9814 0 -1 1077944384 1 13218 0 0 0 0 5 3 20 0 6 0 107341620 10245611520 3729 33554432000 4194304 4196468 140726357417600 140355544942864 140356005713621 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38674432 140726357424754 140726357427553 140726357427553 140726357430223 0
[pid=21990/tid=22046] ppid=21987 vsize=10005480 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21990/task/22046/stat : 22046 (java) S 21987 21990 9814 0 -1 1077944384 2 13218 0 0 0 0 5 3 20 0 6 0 107341620 10245611520 3729 33554432000 4194304 4196468 140726357417600 140355543890576 140356005713621 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38674432 140726357424754 140726357427553 140726357427553 140726357430223 0
[pid=21990/tid=22047] ppid=21987 vsize=10005480 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/21990/task/22047/stat : 22047 (java) S 21987 21990 9814 0 -1 1077944384 1 13218 0 0 0 0 5 3 20 0 6 0 107341620 10245611520 3729 33554432000 4194304 4196468 140726357417600 140355542837776 140356005713621 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38674432 140726357424754 140726357427553 140726357427553 140726357430223 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 14652 KiB

[startup+0.209922 s]*
/proc/loadavg: 1.66 1.62 1.77 3/215 22056
/proc/meminfo: memFree=25442372/32770624 swapFree=67108436/67108860
[pid=21990] ppid=21987 vsize=10982744 memory=41660 CPUtime=0.26 cores=1,3,5,7
/proc/21990/stat : 21990 (java) S 21987 21990 9814 0 -1 1077944320 7663 13218 0 0 16 2 5 3 20 0 15 0 107341610 11246329856 10415 33554432000 4194304 4196468 140726357417600 140726357400144 140356005703415 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 38674432 140726357424754 140726357427553 140726357427553 140726357430223 0
/proc/21990/statm: 2745686 10415 2970 1 0 2708109 0
[pid=21990/tid=22043] ppid=21987 vsize=10982744 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/21990/task/22043/stat : 22043 (java) R 21987 21990 9814 0 -1 4202560 4281 13218 0 0 10 1 5 3 20 0 15 0 107341619 11246329856 10547 33554432000 4194304 4196468 140726357417600 140355977481376 140355985979136 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38674432 140726357424754 140726357427553 140726357427553 140726357430223 0
[pid=21990/tid=22044] ppid=21987 vsize=10982744 memory=345 CPUtime=0.08 cores=1,3,5,7
/proc/21990/task/22044/stat : 22044 (java) S 21987 21990 9814 0 -1 1077944384 1 13218 0 0 0 0 5 3 20 0 15 0 107341620 11246329856 10547 33554432000 4194304 4196468 140726357417600 140356009945488 140356005713621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38674432 140726357424754 140726357427553 140726357427553 140726357430223 0
[pid=21990/tid=22045] ppid=21987 vsize=10982744 memory=140342641367477 CPUtime=0.08 cores=1,3,5,7
/proc/21990/task/22045/stat : 22045 (java) S 21987 21990 9814 0 -1 1077944384 1 13218 0 0 0 0 5 3 20 0 15 0 107341620 11246329856 10547 33554432000 4194304 4196468 140726357417600 140355544942864 140356005713621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38674432 140726357424754 140726357427553 140726357427553 140726357430223 0
[pid=21990/tid=22046] ppid=21987 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21990/task/22046/stat : 22046 (java) S 21987 21990 9814 0 -1 1077944384 2 13218 0 0 0 0 5 3 20 0 15 0 107341620 11246329856 10613 33554432000 4194304 4196468 140726357417600 140355543890576 140356005713621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38674432 140726357424754 140726357427553 140726357427553 140726357430223 0
[pid=21990/tid=22047] ppid=21987 vsize=10982744 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/21990/task/22047/stat : 22047 (java) S 21987 21990 9814 0 -1 1077944384 1 13218 0 0 0 0 5 3 20 0 15 0 107341620 11246329856 10613 33554432000 4194304 4196468 140726357417600 140355542837776 140356005713621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38674432 140726357424754 140726357427553 140726357427553 140726357430223 0
[pid=21990/tid=22048] ppid=21987 vsize=10982744 memory=140342641346176 CPUtime=0.08 cores=1,3,5,7
/proc/21990/task/22048/stat : 22048 (java) S 21987 21990 9814 0 -1 1077944384 2 13218 0 0 0 0 5 3 20 0 15 0 107341621 11246329856 10613 33554432000 4194304 4196468 140726357417600 140355431271024 140356005714562 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38674432 140726357424754 140726357427553 140726357427553 140726357430223 0
[pid=21990/tid=22049] ppid=21987 vsize=10982744 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/21990/task/22049/stat : 22049 (java) S 21987 21990 9814 0 -1 1077944384 13 13218 0 0 0 0 5 3 20 0 15 0 107341622 11246329856 10613 33554432000 4194304 4196468 140726357417600 140354766497056 140356005713621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38674432 140726357424754 140726357427553 140726357427553 140726357430223 0
[pid=21990/tid=22050] ppid=21987 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21990/task/22050/stat : 22050 (java) S 21987 21990 9814 0 -1 1077944384 1 13218 0 0 0 0 5 3 20 0 15 0 107341622 11246329856 10613 33554432000 4194304 4196468 140726357417600 140354565170800 140356005713621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38674432 140726357424754 140726357427553 140726357427553 140726357430223 0
[pid=21990/tid=22051] ppid=21987 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21990/task/22051/stat : 22051 (java) S 21987 21990 9814 0 -1 1077944384 3 13218 0 0 0 0 5 3 20 0 15 0 107341625 11246329856 10613 33554432000 4194304 4196468 140726357417600 140354257771088 140356005722011 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38674432 140726357424754 140726357427553 140726357427553 140726357430223 0
[pid=21990/tid=22052] ppid=21987 vsize=10982744 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/21990/task/22052/stat : 22052 (java) S 21987 21990 9814 0 -1 1077944384 502 13218 0 0 1 0 5 3 20 0 15 0 107341625 11246329856 10613 33554432000 4194304 4196468 140726357417600 140355430217840 140356005714562 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38674432 140726357424754 140726357427553 140726357427553 140726357430223 0
[pid=21990/tid=22053] ppid=21987 vsize=10982744 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/21990/task/22053/stat : 22053 (java) S 21987 21990 9814 0 -1 1077944384 136 13218 0 0 0 0 5 3 20 0 15 0 107341625 11246329856 10613 33554432000 4194304 4196468 140726357417600 140355429165040 140356005714562 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38674432 140726357424754 140726357427553 140726357427553 140726357430223 0
[pid=21990/tid=22054] ppid=21987 vsize=10982744 memory=140342641346176 CPUtime=0.11 cores=1,3,5,7
/proc/21990/task/22054/stat : 22054 (java) S 21987 21990 9814 0 -1 1077944384 654 13218 0 0 3 0 5 3 20 0 15 0 107341625 11246329856 10613 33554432000 4194304 4196468 140726357417600 140355428112752 140356005714562 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38674432 140726357424754 140726357427553 140726357427553 140726357430223 0
[pid=21990/tid=22055] ppid=21987 vsize=10982744 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/21990/task/22055/stat : 22055 (java) S 21987 21990 9814 0 -1 1077944384 3 13218 0 0 0 0 5 3 20 0 15 0 107341625 11246329856 10613 33554432000 4194304 4196468 140726357417600 140353826974176 140356005713621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38674432 140726357424754 140726357427553 140726357427553 140726357430223 0
[pid=21990/tid=22056] ppid=21987 vsize=10982744 memory=140342641346176 CPUtime=0.08 cores=1,3,5,7
/proc/21990/task/22056/stat : 22056 (java) S 21987 21990 9814 0 -1 1077944384 1 13218 0 0 0 0 5 3 20 0 15 0 107341625 11246329856 10613 33554432000 4194304 4196468 140726357417600 140355427060656 140356005714562 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38674432 140726357424754 140726357427553 140726357427553 140726357430223 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 41660 KiB

[startup+0.310182 s]*
/proc/loadavg: 1.66 1.62 1.77 3/215 22056
/proc/meminfo: memFree=25424848/32770624 swapFree=67108436/67108860
[pid=21990] ppid=21987 vsize=10983192 memory=55384 CPUtime=0.39 cores=1,3,5,7
/proc/21990/stat : 21990 (java) S 21987 21990 9814 0 -1 1077944320 10897 13218 0 0 28 3 5 3 20 0 15 0 107341610 11246788608 13846 33554432000 4194304 4196468 140726357417600 140726357400144 140356005703415 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 38674432 140726357424754 140726357427553 140726357427553 140726357430223 0
/proc/21990/statm: 2745798 13846 3103 1 0 2708109 0
[pid=21990/tid=22043] ppid=21987 vsize=10983192 memory=6791534058613427641 CPUtime=0.29 cores=1,3,5,7
/proc/21990/task/22043/stat : 22043 (java) R 21987 21990 9814 0 -1 4202560 7348 13218 0 0 19 2 5 3 20 0 15 0 107341619 11246788608 13846 33554432000 4194304 4196468 140726357417600 140355977515424 140355989783902 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38674432 140726357424754 140726357427553 140726357427553 140726357430223 0
[pid=21990/tid=22044] ppid=21987 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21990/task/22044/stat : 22044 (java) S 21987 21990 9814 0 -1 1077944384 1 13218 0 0 0 0 5 3 20 0 15 0 107341620 11246788608 13846 33554432000 4194304 4196468 140726357417600 140356009945488 140356005713621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38674432 140726357424754 140726357427553 140726357427553 140726357430223 0
[pid=21990/tid=22045] ppid=21987 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21990/task/22045/stat : 22045 (java) S 21987 21990 9814 0 -1 1077944384 1 13218 0 0 0 0 5 3 20 0 15 0 107341620 11246788608 13846 33554432000 4194304 4196468 140726357417600 140355544942864 140356005713621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38674432 140726357424754 140726357427553 140726357427553 140726357430223 0
[pid=21990/tid=22046] ppid=21987 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21990/task/22046/stat : 22046 (java) S 21987 21990 9814 0 -1 1077944384 2 13218 0 0 0 0 5 3 20 0 15 0 107341620 11246788608 13846 33554432000 4194304 4196468 140726357417600 140355543890576 140356005713621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38674432 140726357424754 140726357427553 140726357427553 140726357430223 0
[pid=21990/tid=22047] ppid=21987 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21990/task/22047/stat : 22047 (java) S 21987 21990 9814 0 -1 1077944384 1 13218 0 0 0 0 5 3 20 0 15 0 107341620 11246788608 13846 33554432000 4194304 4196468 140726357417600 140355542837776 140356005713621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38674432 140726357424754 140726357427553 140726357427553 140726357430223 0
[pid=21990/tid=22048] ppid=21987 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21990/task/22048/stat : 22048 (java) S 21987 21990 9814 0 -1 1077944384 2 13218 0 0 0 0 5 3 20 0 15 0 107341621 11246788608 13846 33554432000 4194304 4196468 140726357417600 140355431271024 140356005714562 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38674432 140726357424754 140726357427553 140726357427553 140726357430223 0
[pid=21990/tid=22049] ppid=21987 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/21990/task/22049/stat : 22049 (java) S 21987 21990 9814 0 -1 1077944384 13 13218 0 0 0 0 5 3 20 0 15 0 107341622 11246788608 13846 33554432000 4194304 4196468 140726357417600 140354766497056 140356005713621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38674432 140726357424754 140726357427553 140726357427553 140726357430223 0
[pid=21990/tid=22050] ppid=21987 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21990/task/22050/stat : 22050 (java) S 21987 21990 9814 0 -1 1077944384 1 13218 0 0 0 0 5 3 20 0 15 0 107341622 11246788608 13846 33554432000 4194304 4196468 140726357417600 140354565170800 140356005713621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38674432 140726357424754 140726357427553 140726357427553 140726357430223 0
[pid=21990/tid=22051] ppid=21987 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21990/task/22051/stat : 22051 (java) S 21987 21990 9814 0 -1 1077944384 3 13218 0 0 0 0 5 3 20 0 15 0 107341625 11246788608 13846 33554432000 4194304 4196468 140726357417600 140354257771088 140356005722011 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38674432 140726357424754 140726357427553 140726357427553 140726357430223 0
[pid=21990/tid=22052] ppid=21987 vsize=10983192 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/21990/task/22052/stat : 22052 (java) S 21987 21990 9814 0 -1 1077944384 505 13218 0 0 2 0 5 3 20 0 15 0 107341625 11246788608 13846 33554432000 4194304 4196468 140726357417600 140355430217840 140356005714562 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38674432 140726357424754 140726357427553 140726357427553 140726357430223 0
[pid=21990/tid=22053] ppid=21987 vsize=10983192 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/21990/task/22053/stat : 22053 (java) S 21987 21990 9814 0 -1 1077944384 142 13218 0 0 1 0 5 3 20 0 15 0 107341625 11246788608 13846 33554432000 4194304 4196468 140726357417600 140355429165040 140356005714562 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38674432 140726357424754 140726357427553 140726357427553 140726357430223 0
[pid=21990/tid=22054] ppid=21987 vsize=10983192 memory=140342641346176 CPUtime=0.12 cores=1,3,5,7
/proc/21990/task/22054/stat : 22054 (java) S 21987 21990 9814 0 -1 1077944384 690 13218 0 0 4 0 5 3 20 0 15 0 107341625 11246788608 13846 33554432000 4194304 4196468 140726357417600 140355428112752 140356005714562 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38674432 140726357424754 140726357427553 140726357427553 140726357430223 0
[pid=21990/tid=22055] ppid=21987 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/21990/task/22055/stat : 22055 (java) S 21987 21990 9814 0 -1 1077944384 3 13218 0 0 0 0 5 3 20 0 15 0 107341625 11246788608 13846 33554432000 4194304 4196468 140726357417600 140353826974176 140356005713621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38674432 140726357424754 140726357427553 140726357427553 140726357430223 0
[pid=21990/tid=22056] ppid=21987 vsize=10983192 memory=140342641346176 CPUtime=0.08 cores=1,3,5,7
/proc/21990/task/22056/stat : 22056 (java) S 21987 21990 9814 0 -1 1077944384 1 13218 0 0 0 0 5 3 20 0 15 0 107341625 11246788608 13846 33554432000 4194304 4196468 140726357417600 140355427060656 140356005714562 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38674432 140726357424754 140726357427553 140726357427553 140726357430223 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 55384 KiB

[startup+0.700816 s]
/proc/loadavg: 1.66 1.62 1.77 3/215 22056
/proc/meminfo: memFree=25413684/32770624 swapFree=67108436/67108860
[pid=21990] ppid=21987 vsize=10983192 memory=88228 CPUtime=1 cores=1,3,5,7
/proc/21990/stat : 21990 (java) S 21987 21990 9814 0 -1 1077944320 17169 13218 0 0 87 5 5 3 20 0 15 0 107341610 11246788608 22057 33554432000 4194304 4196468 140726357417600 140726357400144 140356005703415 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 38674432 140726357424754 140726357427553 140726357427553 140726357430223 0
/proc/21990/statm: 2745798 22057 3238 1 0 2708109 0
[pid=21990/tid=22043] ppid=21987 vsize=10983192 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/21990/task/22043/stat : 22043 (java) R 21987 21990 9814 0 -1 4202560 12371 13218 0 0 55 3 5 3 20 0 15 0 107341619 11246788608 22057 33554432000 4194304 4196468 140726357417600 140355977527680 140355989783902 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38674432 140726357424754 140726357427553 140726357427553 140726357430223 0
[pid=21990/tid=22044] ppid=21987 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21990/task/22044/stat : 22044 (java) S 21987 21990 9814 0 -1 1077944384 1 13218 0 0 0 0 5 3 20 0 15 0 107341620 11246788608 22057 33554432000 4194304 4196468 140726357417600 140356009945488 140356005713621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38674432 140726357424754 140726357427553 140726357427553 140726357430223 0
[pid=21990/tid=22045] ppid=21987 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21990/task/22045/stat : 22045 (java) S 21987 21990 9814 0 -1 1077944384 1 13218 0 0 0 0 5 3 20 0 15 0 107341620 11246788608 22057 33554432000 4194304 4196468 140726357417600 140355544942864 140356005713621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38674432 140726357424754 140726357427553 140726357427553 140726357430223 0
[pid=21990/tid=22046] ppid=21987 vsize=10983192 memory=140342485726000 CPUtime=0.08 cores=1,3,5,7
/proc/21990/task/22046/stat : 22046 (java) S 21987 21990 9814 0 -1 1077944384 2 13218 0 0 0 0 5 3 20 0 15 0 107341620 11246788608 22057 33554432000 4194304 4196468 140726357417600 140355543890576 140356005713621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38674432 140726357424754 140726357427553 140726357427553 140726357430223 0
[pid=21990/tid=22047] ppid=21987 vsize=10983192 memory=140346646331993 CPUtime=0.08 cores=1,3,5,7
/proc/21990/task/22047/stat : 22047 (java) S 21987 21990 9814 0 -1 1077944384 1 13218 0 0 0 0 5 3 20 0 15 0 107341620 11246788608 22057 33554432000 4194304 4196468 140726357417600 140355542837776 140356005713621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38674432 140726357424754 140726357427553 140726357427553 140726357430223 0
[pid=21990/tid=22048] ppid=21987 vsize=10983192 memory=1388 CPUtime=0.08 cores=1,3,5,7
/proc/21990/task/22048/stat : 22048 (java) S 21987 21990 9814 0 -1 1077944384 5 13218 0 0 0 0 5 3 20 0 15 0 107341621 11246788608 22057 33554432000 4194304 4196468 140726357417600 140355431271024 140356005714562 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38674432 140726357424754 140726357427553 140726357427553 140726357430223 0
[pid=21990/tid=22049] ppid=21987 vsize=10983192 memory=4639098309541127525 CPUtime=0.08 cores=1,3,5,7
/proc/21990/task/22049/stat : 22049 (java) S 21987 21990 9814 0 -1 1077944384 13 13218 0 0 0 0 5 3 20 0 15 0 107341622 11246788608 22057 33554432000 4194304 4196468 140726357417600 140354766497056 140356005713621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38674432 140726357424754 140726357427553 140726357427553 140726357430223 0
[pid=21990/tid=22050] ppid=21987 vsize=10983192 memory=8027477668130812270 CPUtime=0.08 cores=1,3,5,7
/proc/21990/task/22050/stat : 22050 (java) S 21987 21990 9814 0 -1 1077944384 1 13218 0 0 0 0 5 3 20 0 15 0 107341622 11246788608 22057 33554432000 4194304 4196468 140726357417600 140354565170800 140356005713621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38674432 140726357424754 140726357427553 140726357427553 140726357430223 0
[pid=21990/tid=22051] ppid=21987 vsize=10983192 memory=17476 CPUtime=0.08 cores=1,3,5,7
/proc/21990/task/22051/stat : 22051 (java) S 21987 21990 9814 0 -1 1077944384 3 13218 0 0 0 0 5 3 20 0 15 0 107341625 11246788608 22057 33554432000 4194304 4196468 140726357417600 140354257771088 140356005722011 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38674432 140726357424754 140726357427553 140726357427553 140726357430223 0
[pid=21990/tid=22052] ppid=21987 vsize=10983192 memory=16148 CPUtime=0.15 cores=1,3,5,7
/proc/21990/task/22052/stat : 22052 (java) S 21987 21990 9814 0 -1 1077944384 885 13218 0 0 7 0 5 3 20 0 15 0 107341625 11246788608 22057 33554432000 4194304 4196468 140726357417600 140355430217840 140356005714562 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38674432 140726357424754 140726357427553 140726357427553 140726357430223 0
[pid=21990/tid=22053] ppid=21987 vsize=10983192 memory=4004 CPUtime=0.18 cores=1,3,5,7
/proc/21990/task/22053/stat : 22053 (java) S 21987 21990 9814 0 -1 1077944384 826 13218 0 0 10 0 5 3 20 0 15 0 107341625 11246788608 22057 33554432000 4194304 4196468 140726357417600 140355429165040 140356005714562 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38674432 140726357424754 140726357427553 140726357427553 140726357430223 0
[pid=21990/tid=22054] ppid=21987 vsize=10983192 memory=636 CPUtime=0.21 cores=1,3,5,7
/proc/21990/task/22054/stat : 22054 (java) S 21987 21990 9814 0 -1 1077944384 864 13218 0 0 13 0 5 3 20 0 15 0 107341625 11246788608 22057 33554432000 4194304 4196468 140726357417600 140355428112752 140356005714562 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38674432 140726357424754 140726357427553 140726357427553 140726357430223 0
[pid=21990/tid=22055] ppid=21987 vsize=10983192 memory=1780 CPUtime=0.08 cores=1,3,5,7
/proc/21990/task/22055/stat : 22055 (java) S 21987 21990 9814 0 -1 1077944384 3 13218 0 0 0 0 5 3 20 0 15 0 107341625 11246788608 22057 33554432000 4194304 4196468 140726357417600 140353826974176 140356005713621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38674432 140726357424754 140726357427553 140726357427553 140726357430223 0
[pid=21990/tid=22056] ppid=21987 vsize=10983192 memory=1236 CPUtime=0.08 cores=1,3,5,7
/proc/21990/task/22056/stat : 22056 (java) S 21987 21990 9814 0 -1 1077944384 1 13218 0 0 0 0 5 3 20 0 15 0 107341625 11246788608 22057 33554432000 4194304 4196468 140726357417600 140355427060656 140356005714562 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38674432 140726357424754 140726357427553 140726357427553 140726357430223 0
Current children cumulated CPU time: 1 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88228 KiB

[startup+1.50076 s]
/proc/loadavg: 1.66 1.62 1.77 3/215 22056
/proc/meminfo: memFree=25368220/32770624 swapFree=67108436/67108860
[pid=21990] ppid=21987 vsize=10998092 memory=181116 CPUtime=2.3 cores=1,3,5,7
/proc/21990/stat : 21990 (java) S 21987 21990 9814 0 -1 1077944320 24327 13218 0 0 213 9 5 3 20 0 15 0 107341610 11262046208 45279 33554432000 4194304 4196468 140726357417600 140726357400144 140356005703415 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 38674432 140726357424754 140726357427553 140726357427553 140726357430223 0
/proc/21990/statm: 2749523 45279 3478 1 0 2711181 0
[pid=21990/tid=22043] ppid=21987 vsize=10998092 memory=64720 CPUtime=1.43 cores=1,3,5,7
/proc/21990/task/22043/stat : 22043 (java) R 21987 21990 9814 0 -1 4202560 17801 13218 0 0 130 5 5 3 20 0 15 0 107341619 11262046208 45279 33554432000 4194304 4196468 140726357417600 140355977534624 140356005725341 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38674432 140726357424754 140726357427553 140726357427553 140726357430223 0
[pid=21990/tid=22044] ppid=21987 vsize=10998092 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/21990/task/22044/stat : 22044 (java) S 21987 21990 9814 0 -1 1077944384 17 13218 0 0 0 0 5 3 20 0 15 0 107341620 11262046208 45279 33554432000 4194304 4196468 140726357417600 140356009945488 140356005713621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38674432 140726357424754 140726357427553 140726357427553 140726357430223 0
[pid=21990/tid=22045] ppid=21987 vsize=10998092 memory=280684971483296 CPUtime=0.09 cores=1,3,5,7
/proc/21990/task/22045/stat : 22045 (java) S 21987 21990 9814 0 -1 1077944384 21 13218 0 0 1 0 5 3 20 0 15 0 107341620 11262046208 45279 33554432000 4194304 4196468 140726357417600 140355544942864 140356005713621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38674432 140726357424754 140726357427553 140726357427553 140726357430223 0
[pid=21990/tid=22046] ppid=21987 vsize=10998092 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/21990/task/22046/stat : 22046 (java) S 21987 21990 9814 0 -1 1077944384 79 13218 0 0 1 0 5 3 20 0 15 0 107341620 11262046208 45279 33554432000 4194304 4196468 140726357417600 140355543890576 140356005713621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38674432 140726357424754 140726357427553 140726357427553 140726357430223 0
[pid=21990/tid=22047] ppid=21987 vsize=10998092 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21990/task/22047/stat : 22047 (java) S 21987 21990 9814 0 -1 1077944384 184 13218 0 0 0 0 5 3 20 0 15 0 107341620 11262046208 45279 33554432000 4194304 4196468 140726357417600 140355542837776 140356005713621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38674432 140726357424754 140726357427553 140726357427553 140726357430223 0
[pid=21990/tid=22048] ppid=21987 vsize=10998092 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/21990/task/22048/stat : 22048 (java) S 21987 21990 9814 0 -1 1077944384 43 13218 0 0 1 0 5 3 20 0 15 0 107341621 11262046208 45279 33554432000 4194304 4196468 140726357417600 140355431271024 140356005714562 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38674432 140726357424754 140726357427553 140726357427553 140726357430223 0
[pid=21990/tid=22049] ppid=21987 vsize=10998092 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21990/task/22049/stat : 22049 (java) S 21987 21990 9814 0 -1 1077944384 13 13218 0 0 0 0 5 3 20 0 15 0 107341622 11262046208 45279 33554432000 4194304 4196468 140726357417600 140354766497120 140356005713621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38674432 140726357424754 140726357427553 140726357427553 140726357430223 0
[pid=21990/tid=22050] ppid=21987 vsize=10998092 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21990/task/22050/stat : 22050 (java) S 21987 21990 9814 0 -1 1077944384 2 13218 0 0 0 0 5 3 20 0 15 0 107341622 11262046208 45279 33554432000 4194304 4196468 140726357417600 140354565170816 140356005713621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38674432 140726357424754 140726357427553 140726357427553 140726357430223 0
[pid=21990/tid=22051] ppid=21987 vsize=10998092 memory=-5921431000321636112 CPUtime=0.08 cores=1,3,5,7
/proc/21990/task/22051/stat : 22051 (java) S 21987 21990 9814 0 -1 1077944384 3 13218 0 0 0 0 5 3 20 0 15 0 107341625 11262046208 45279 33554432000 4194304 4196468 140726357417600 140354257771088 140356005722011 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38674432 140726357424754 140726357427553 140726357427553 140726357430223 0
[pid=21990/tid=22052] ppid=21987 vsize=10998092 memory=0 CPUtime=0.28 cores=1,3,5,7
/proc/21990/task/22052/stat : 22052 (java) S 21987 21990 9814 0 -1 1077944384 1390 13218 0 0 20 0 5 3 20 0 15 0 107341625 11262046208 45279 33554432000 4194304 4196468 140726357417600 140355430217840 140356005714562 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38674432 140726357424754 140726357427553 140726357427553 140726357430223 0
[pid=21990/tid=22053] ppid=21987 vsize=10998092 memory=0 CPUtime=0.3 cores=1,3,5,7
/proc/21990/task/22053/stat : 22053 (java) S 21987 21990 9814 0 -1 1077944384 1073 13218 0 0 22 0 5 3 20 0 15 0 107341625 11262046208 45279 33554432000 4194304 4196468 140726357417600 140355429165040 140356005714562 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38674432 140726357424754 140726357427553 140726357427553 140726357430223 0
[pid=21990/tid=22054] ppid=21987 vsize=10998092 memory=6791534058613427641 CPUtime=0.42 cores=1,3,5,7
/proc/21990/task/22054/stat : 22054 (java) S 21987 21990 9814 0 -1 1077944384 1503 13218 0 0 34 0 5 3 20 0 15 0 107341625 11262046208 45279 33554432000 4194304 4196468 140726357417600 140355428112752 140356005714562 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38674432 140726357424754 140726357427553 140726357427553 140726357430223 0
[pid=21990/tid=22055] ppid=21987 vsize=10998092 memory=4638778398332698720 CPUtime=0.08 cores=1,3,5,7
/proc/21990/task/22055/stat : 22055 (java) S 21987 21990 9814 0 -1 1077944384 3 13218 0 0 0 0 5 3 20 0 15 0 107341625 11262046208 45279 33554432000 4194304 4196468 140726357417600 140353826974176 140356005713621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38674432 140726357424754 140726357427553 140726357427553 140726357430223 0
[pid=21990/tid=22056] ppid=21987 vsize=10998092 memory=280684971727744 CPUtime=0.08 cores=1,3,5,7
/proc/21990/task/22056/stat : 22056 (java) S 21987 21990 9814 0 -1 1077944384 1 13218 0 0 0 0 5 3 20 0 15 0 107341625 11262046208 45279 33554432000 4194304 4196468 140726357417600 140355427060656 140356005714562 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38674432 140726357424754 140726357427553 140726357427553 140726357430223 0
Current children cumulated CPU time: 2.3 s
Current children cumulated vsize: 10998092 KiB

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

[pid=21990/tid=22055] ppid=21987 vsize=11077984 memory=960 CPUtime=0.08 cores=1,3,5,7
/proc/21990/task/22055/stat : 22055 (java) S 21987 21990 9814 0 -1 1077944384 3 13218 0 0 0 0 5 3 20 0 15 0 107341625 11343855616 264248 33554432000 4194304 4196468 140726357417600 140353826974176 140356005713621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38674432 140726357424754 140726357427553 140726357427553 140726357430223 0
[pid=21990/tid=22056] ppid=21987 vsize=11077984 memory=6504 CPUtime=0.09 cores=1,3,5,7
/proc/21990/task/22056/stat : 22056 (java) S 21987 21990 9814 0 -1 1077944384 103 13218 0 0 0 1 5 3 20 0 15 0 107341625 11343855616 264248 33554432000 4194304 4196468 140726357417600 140355427060656 140356005714562 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38674432 140726357424754 140726357427553 140726357427553 140726357430223 0
Current children cumulated CPU time: 42.63 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 1056992 KiB

[startup+34.4008 s]
/proc/loadavg: 1.52 1.60 1.76 6/215 22056
/proc/meminfo: memFree=24450488/32770624 swapFree=67108436/67108860
[pid=21990] ppid=21987 vsize=11077984 memory=1059040 CPUtime=43.47 cores=1,3,5,7
/proc/21990/stat : 21990 (java) S 21987 21990 9814 0 -1 1077944320 92813 13218 0 0 4297 42 5 3 20 0 15 0 107341610 11343855616 264760 33554432000 4194304 4196468 140726357417600 140726357400144 140356005703415 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 38674432 140726357424754 140726357427553 140726357427553 140726357430223 0
/proc/21990/statm: 2769496 264760 3521 1 0 2731149 0
[pid=21990/tid=22043] ppid=21987 vsize=11077984 memory=6791534058613427641 CPUtime=34.14 cores=1,3,5,7
/proc/21990/task/22043/stat : 22043 (java) R 21987 21990 9814 0 -1 4202560 46837 13218 0 0 3385 21 5 3 20 0 15 0 107341619 11343855616 264760 33554432000 4194304 4196468 140726357417600 140355977536016 140355590275445 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38674432 140726357424754 140726357427553 140726357427553 140726357430223 0
[pid=21990/tid=22044] ppid=21987 vsize=11077984 memory=636 CPUtime=0.16 cores=1,3,5,7
/proc/21990/task/22044/stat : 22044 (java) S 21987 21990 9814 0 -1 1077944384 809 13218 0 0 6 2 5 3 20 0 15 0 107341620 11343855616 264760 33554432000 4194304 4196468 140726357417600 140356009945488 140356005713621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38674432 140726357424754 140726357427553 140726357427553 140726357430223 0
[pid=21990/tid=22045] ppid=21987 vsize=11077984 memory=1780 CPUtime=0.18 cores=1,3,5,7
/proc/21990/task/22045/stat : 22045 (java) S 21987 21990 9814 0 -1 1077944384 1228 13218 0 0 8 2 5 3 20 0 15 0 107341620 11343855616 264760 33554432000 4194304 4196468 140726357417600 140355544942864 140356005713621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38674432 140726357424754 140726357427553 140726357427553 140726357430223 0
[pid=21990/tid=22046] ppid=21987 vsize=11077984 memory=1236 CPUtime=0.17 cores=1,3,5,7
/proc/21990/task/22046/stat : 22046 (java) S 21987 21990 9814 0 -1 1077944384 1681 13218 0 0 7 2 5 3 20 0 15 0 107341620 11343855616 264760 33554432000 4194304 4196468 140726357417600 140355543890576 140356005713621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38674432 140726357424754 140726357427553 140726357427553 140726357430223 0
[pid=21990/tid=22047] ppid=21987 vsize=11077984 memory=30600 CPUtime=0.18 cores=1,3,5,7
/proc/21990/task/22047/stat : 22047 (java) S 21987 21990 9814 0 -1 1077944384 1020 13218 0 0 7 3 5 3 20 0 15 0 107341620 11343855616 264760 33554432000 4194304 4196468 140726357417600 140355542837776 140356005713621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38674432 140726357424754 140726357427553 140726357427553 140726357430223 0
[pid=21990/tid=22048] ppid=21987 vsize=11077984 memory=1388 CPUtime=0.16 cores=1,3,5,7
/proc/21990/task/22048/stat : 22048 (java) S 21987 21990 9814 0 -1 1077944384 5865 13218 0 0 8 0 5 3 20 0 15 0 107341621 11343855616 264760 33554432000 4194304 4196468 140726357417600 140355431271024 140356005714562 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38674432 140726357424754 140726357427553 140726357427553 140726357430223 0
[pid=21990/tid=22049] ppid=21987 vsize=11077984 memory=1136 CPUtime=0.08 cores=1,3,5,7
/proc/21990/task/22049/stat : 22049 (java) S 21987 21990 9814 0 -1 1077944384 13 13218 0 0 0 0 5 3 20 0 15 0 107341622 11343855616 264760 33554432000 4194304 4196468 140726357417600 140354766497184 140356005713621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38674432 140726357424754 140726357427553 140726357427553 140726357430223 0
[pid=21990/tid=22050] ppid=21987 vsize=11077984 memory=15872 CPUtime=0.08 cores=1,3,5,7
/proc/21990/task/22050/stat : 22050 (java) S 21987 21990 9814 0 -1 1077944384 2 13218 0 0 0 0 5 3 20 0 15 0 107341622 11343855616 264760 33554432000 4194304 4196468 140726357417600 140354565170816 140356005713621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38674432 140726357424754 140726357427553 140726357427553 140726357430223 0
[pid=21990/tid=22051] ppid=21987 vsize=11077984 memory=17476 CPUtime=0.08 cores=1,3,5,7
/proc/21990/task/22051/stat : 22051 (java) S 21987 21990 9814 0 -1 1077944384 3 13218 0 0 0 0 5 3 20 0 15 0 107341625 11343855616 264760 33554432000 4194304 4196468 140726357417600 140354257771088 140356005722011 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38674432 140726357424754 140726357427553 140726357427553 140726357430223 0
[pid=21990/tid=22052] ppid=21987 vsize=11077984 memory=16148 CPUtime=3.52 cores=1,3,5,7
/proc/21990/task/22052/stat : 22052 (java) S 21987 21990 9814 0 -1 1077944384 13321 13218 0 0 342 2 5 3 20 0 15 0 107341625 11343855616 264760 33554432000 4194304 4196468 140726357417600 140355430217840 140356005714562 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38674432 140726357424754 140726357427553 140726357427553 140726357430223 0
[pid=21990/tid=22053] ppid=21987 vsize=11077984 memory=4004 CPUtime=3.62 cores=1,3,5,7
/proc/21990/task/22053/stat : 22053 (java) S 21987 21990 9814 0 -1 1077944384 10315 13218 0 0 352 2 5 3 20 0 15 0 107341625 11343855616 264760 33554432000 4194304 4196468 140726357417600 140355429165040 140356005714562 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38674432 140726357424754 140726357427553 140726357427553 140726357430223 0
[pid=21990/tid=22054] ppid=21987 vsize=11077984 memory=6791534058613427641 CPUtime=1.86 cores=1,3,5,7
/proc/21990/task/22054/stat : 22054 (java) S 21987 21990 9814 0 -1 1077944384 9419 13218 0 0 175 3 5 3 20 0 15 0 107341625 11343855616 264760 33554432000 4194304 4196468 140726357417600 140355428112752 140356005714562 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38674432 140726357424754 140726357427553 140726357427553 140726357430223 0
[pid=21990/tid=22055] ppid=21987 vsize=11077984 memory=940072 CPUtime=0.08 cores=1,3,5,7
/proc/21990/task/22055/stat : 22055 (java) S 21987 21990 9814 0 -1 1077944384 3 13218 0 0 0 0 5 3 20 0 15 0 107341625 11343855616 264760 33554432000 4194304 4196468 140726357417600 140353826974176 140356005713621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38674432 140726357424754 140726357427553 140726357427553 140726357430223 0
[pid=21990/tid=22056] ppid=21987 vsize=11077984 memory=6791534058613427641 CPUtime=0.09 cores=1,3,5,7
/proc/21990/task/22056/stat : 22056 (java) S 21987 21990 9814 0 -1 1077944384 103 13218 0 0 0 1 5 3 20 0 15 0 107341625 11343855616 264760 33554432000 4194304 4196468 140726357417600 140355427060656 140356005714562 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38674432 140726357424754 140726357427553 140726357427553 140726357430223 0
Current children cumulated CPU time: 43.47 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 1059040 KiB

[startup+34.8008 s]
/proc/loadavg: 1.52 1.60 1.76 6/215 22056
/proc/meminfo: memFree=24450488/32770624 swapFree=67108436/67108860
[pid=21990] ppid=21987 vsize=11077984 memory=1059040 CPUtime=43.87 cores=1,3,5,7
/proc/21990/stat : 21990 (java) S 21987 21990 9814 0 -1 1077944320 92813 13218 0 0 4337 42 5 3 20 0 15 0 107341610 11343855616 264760 33554432000 4194304 4196468 140726357417600 140726357400144 140356005703415 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 38674432 140726357424754 140726357427553 140726357427553 140726357430223 0
/proc/21990/statm: 2769496 264760 3521 1 0 2731149 0
[pid=21990/tid=22043] ppid=21987 vsize=11077984 memory=288230596050944315 CPUtime=34.54 cores=1,3,5,7
/proc/21990/task/22043/stat : 22043 (java) R 21987 21990 9814 0 -1 4202560 46837 13218 0 0 3425 21 5 3 20 0 15 0 107341619 11343855616 264760 33554432000 4194304 4196468 140726357417600 140355977535904 140355592708589 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38674432 140726357424754 140726357427553 140726357427553 140726357430223 0
[pid=21990/tid=22044] ppid=21987 vsize=11077984 memory=16101468159609422 CPUtime=0.16 cores=1,3,5,7
/proc/21990/task/22044/stat : 22044 (java) S 21987 21990 9814 0 -1 1077944384 809 13218 0 0 6 2 5 3 20 0 15 0 107341620 11343855616 264760 33554432000 4194304 4196468 140726357417600 140356009945488 140356005713621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38674432 140726357424754 140726357427553 140726357427553 140726357430223 0
[pid=21990/tid=22045] ppid=21987 vsize=11077984 memory=7532 CPUtime=0.18 cores=1,3,5,7
/proc/21990/task/22045/stat : 22045 (java) S 21987 21990 9814 0 -1 1077944384 1228 13218 0 0 8 2 5 3 20 0 15 0 107341620 11343855616 264760 33554432000 4194304 4196468 140726357417600 140355544942864 140356005713621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38674432 140726357424754 140726357427553 140726357427553 140726357430223 0
[pid=21990/tid=22046] ppid=21987 vsize=11077984 memory=840 CPUtime=0.17 cores=1,3,5,7
/proc/21990/task/22046/stat : 22046 (java) S 21987 21990 9814 0 -1 1077944384 1681 13218 0 0 7 2 5 3 20 0 15 0 107341620 11343855616 264760 33554432000 4194304 4196468 140726357417600 140355543890576 140356005713621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38674432 140726357424754 140726357427553 140726357427553 140726357430223 0
[pid=21990/tid=22047] ppid=21987 vsize=11077984 memory=1796 CPUtime=0.18 cores=1,3,5,7
/proc/21990/task/22047/stat : 22047 (java) S 21987 21990 9814 0 -1 1077944384 1020 13218 0 0 7 3 5 3 20 0 15 0 107341620 11343855616 264760 33554432000 4194304 4196468 140726357417600 140355542837776 140356005713621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38674432 140726357424754 140726357427553 140726357427553 140726357430223 0
[pid=21990/tid=22048] ppid=21987 vsize=11077984 memory=0 CPUtime=0.16 cores=1,3,5,7
/proc/21990/task/22048/stat : 22048 (java) S 21987 21990 9814 0 -1 1077944384 5865 13218 0 0 8 0 5 3 20 0 15 0 107341621 11343855616 264760 33554432000 4194304 4196468 140726357417600 140355431271024 140356005714562 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38674432 140726357424754 140726357427553 140726357427553 140726357430223 0
[pid=21990/tid=22049] ppid=21987 vsize=11077984 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21990/task/22049/stat : 22049 (java) S 21987 21990 9814 0 -1 1077944384 13 13218 0 0 0 0 5 3 20 0 15 0 107341622 11343855616 264760 33554432000 4194304 4196468 140726357417600 140354766497184 140356005713621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38674432 140726357424754 140726357427553 140726357427553 140726357430223 0
[pid=21990/tid=22050] ppid=21987 vsize=11077984 memory=140342485847340 CPUtime=0.08 cores=1,3,5,7
/proc/21990/task/22050/stat : 22050 (java) S 21987 21990 9814 0 -1 1077944384 2 13218 0 0 0 0 5 3 20 0 15 0 107341622 11343855616 264760 33554432000 4194304 4196468 140726357417600 140354565170816 140356005713621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38674432 140726357424754 140726357427553 140726357427553 140726357430223 0
[pid=21990/tid=22051] ppid=21987 vsize=11077984 memory=2704 CPUtime=0.08 cores=1,3,5,7
/proc/21990/task/22051/stat : 22051 (java) S 21987 21990 9814 0 -1 1077944384 3 13218 0 0 0 0 5 3 20 0 15 0 107341625 11343855616 264760 33554432000 4194304 4196468 140726357417600 140354257771088 140356005722011 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38674432 140726357424754 140726357427553 140726357427553 140726357430223 0
[pid=21990/tid=22052] ppid=21987 vsize=11077984 memory=2592 CPUtime=3.52 cores=1,3,5,7
/proc/21990/task/22052/stat : 22052 (java) S 21987 21990 9814 0 -1 1077944384 13321 13218 0 0 342 2 5 3 20 0 15 0 107341625 11343855616 264760 33554432000 4194304 4196468 140726357417600 140355430217840 140356005714562 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38674432 140726357424754 140726357427553 140726357427553 140726357430223 0
[pid=21990/tid=22053] ppid=21987 vsize=11077984 memory=1408 CPUtime=3.62 cores=1,3,5,7
/proc/21990/task/22053/stat : 22053 (java) S 21987 21990 9814 0 -1 1077944384 10315 13218 0 0 352 2 5 3 20 0 15 0 107341625 11343855616 264760 33554432000 4194304 4196468 140726357417600 140355429165040 140356005714562 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38674432 140726357424754 140726357427553 140726357427553 140726357430223 0
[pid=21990/tid=22054] ppid=21987 vsize=11077984 memory=2996 CPUtime=1.86 cores=1,3,5,7
/proc/21990/task/22054/stat : 22054 (java) S 21987 21990 9814 0 -1 1077944384 9419 13218 0 0 175 3 5 3 20 0 15 0 107341625 11343855616 264760 33554432000 4194304 4196468 140726357417600 140355428112752 140356005714562 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38674432 140726357424754 140726357427553 140726357427553 140726357430223 0
[pid=21990/tid=22055] ppid=21987 vsize=11077984 memory=2629232 CPUtime=0.08 cores=1,3,5,7
/proc/21990/task/22055/stat : 22055 (java) S 21987 21990 9814 0 -1 1077944384 3 13218 0 0 0 0 5 3 20 0 15 0 107341625 11343855616 264760 33554432000 4194304 4196468 140726357417600 140353826974176 140356005713621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38674432 140726357424754 140726357427553 140726357427553 140726357430223 0
[pid=21990/tid=22056] ppid=21987 vsize=11077984 memory=-8341965534556230502 CPUtime=0.09 cores=1,3,5,7
/proc/21990/task/22056/stat : 22056 (java) S 21987 21990 9814 0 -1 1077944384 103 13218 0 0 0 1 5 3 20 0 15 0 107341625 11343855616 264760 33554432000 4194304 4196468 140726357417600 140355427060656 140356005714562 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38674432 140726357424754 140726357427553 140726357427553 140726357430223 0
Current children cumulated CPU time: 43.87 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 1059040 KiB

[startup+35.2008 s]
/proc/loadavg: 1.52 1.60 1.76 3/215 22056
/proc/meminfo: memFree=24440184/32770624 swapFree=67108436/67108860
[pid=21990] ppid=21987 vsize=11077984 memory=1073408 CPUtime=44.27 cores=1,3,5,7
/proc/21990/stat : 21990 (java) S 21987 21990 9814 0 -1 1077944320 92833 13218 0 0 4377 42 5 3 20 0 15 0 107341610 11343855616 268352 33554432000 4194304 4196468 140726357417600 140726357400144 140356005703415 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 38674432 140726357424754 140726357427553 140726357427553 140726357430223 0
/proc/21990/statm: 2769496 268352 3521 1 0 2731149 0
[pid=21990/tid=22043] ppid=21987 vsize=11077984 memory=6791534058613427641 CPUtime=34.94 cores=1,3,5,7
/proc/21990/task/22043/stat : 22043 (java) R 21987 21990 9814 0 -1 4202560 46845 13218 0 0 3465 21 5 3 20 0 15 0 107341619 11343855616 268352 33554432000 4194304 4196468 140726357417600 140355977538768 140355590692882 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38674432 140726357424754 140726357427553 140726357427553 140726357430223 0
[pid=21990/tid=22044] ppid=21987 vsize=11077984 memory=1228 CPUtime=0.16 cores=1,3,5,7
/proc/21990/task/22044/stat : 22044 (java) S 21987 21990 9814 0 -1 1077944384 810 13218 0 0 6 2 5 3 20 0 15 0 107341620 11343855616 268352 33554432000 4194304 4196468 140726357417600 140356009945488 140356005713621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38674432 140726357424754 140726357427553 140726357427553 140726357430223 0
[pid=21990/tid=22045] ppid=21987 vsize=11077984 memory=1056992 CPUtime=0.18 cores=1,3,5,7
/proc/21990/task/22045/stat : 22045 (java) S 21987 21990 9814 0 -1 1077944384 1228 13218 0 0 8 2 5 3 20 0 15 0 107341620 11343855616 268352 33554432000 4194304 4196468 140726357417600 140355544942864 140356005713621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38674432 140726357424754 140726357427553 140726357427553 140726357430223 0
[pid=21990/tid=22046] ppid=21987 vsize=11077984 memory=1038524 CPUtime=0.17 cores=1,3,5,7
/proc/21990/task/22046/stat : 22046 (java) S 21987 21990 9814 0 -1 1077944384 1684 13218 0 0 7 2 5 3 20 0 15 0 107341620 11343855616 268352 33554432000 4194304 4196468 140726357417600 140355543890576 140356005713621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38674432 140726357424754 140726357427553 140726357427553 140726357430223 0
[pid=21990/tid=22047] ppid=21987 vsize=11077984 memory=1038524 CPUtime=0.18 cores=1,3,5,7
/proc/21990/task/22047/stat : 22047 (java) S 21987 21990 9814 0 -1 1077944384 1020 13218 0 0 7 3 5 3 20 0 15 0 107341620 11343855616 268352 33554432000 4194304 4196468 140726357417600 140355542837776 140356005713621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38674432 140726357424754 140726357427553 140726357427553 140726357430223 0
[pid=21990/tid=22048] ppid=21987 vsize=11077984 memory=30600 CPUtime=0.16 cores=1,3,5,7
/proc/21990/task/22048/stat : 22048 (java) S 21987 21990 9814 0 -1 1077944384 5873 13218 0 0 8 0 5 3 20 0 15 0 107341621 11343855616 268352 33554432000 4194304 4196468 140726357417600 140355431271024 140356005714562 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38674432 140726357424754 140726357427553 140726357427553 140726357430223 0
[pid=21990/tid=22049] ppid=21987 vsize=11077984 memory=1296 CPUtime=0.08 cores=1,3,5,7
/proc/21990/task/22049/stat : 22049 (java) S 21987 21990 9814 0 -1 1077944384 13 13218 0 0 0 0 5 3 20 0 15 0 107341622 11343855616 268352 33554432000 4194304 4196468 140726357417600 140354766497184 140356005713621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38674432 140726357424754 140726357427553 140726357427553 140726357430223 0
[pid=21990/tid=22050] ppid=21987 vsize=11077984 memory=2412 CPUtime=0.08 cores=1,3,5,7
/proc/21990/task/22050/stat : 22050 (java) S 21987 21990 9814 0 -1 1077944384 2 13218 0 0 0 0 5 3 20 0 15 0 107341622 11343855616 268352 33554432000 4194304 4196468 140726357417600 140354565170816 140356005713621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38674432 140726357424754 140726357427553 140726357427553 140726357430223 0
[pid=21990/tid=22051] ppid=21987 vsize=11077984 memory=1059040 CPUtime=0.08 cores=1,3,5,7
/proc/21990/task/22051/stat : 22051 (java) S 21987 21990 9814 0 -1 1077944384 3 13218 0 0 0 0 5 3 20 0 15 0 107341625 11343855616 268352 33554432000 4194304 4196468 140726357417600 140354257771088 140356005722011 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38674432 140726357424754 140726357427553 140726357427553 140726357430223 0
[pid=21990/tid=22052] ppid=21987 vsize=11077984 memory=315533668858986851 CPUtime=3.52 cores=1,3,5,7
/proc/21990/task/22052/stat : 22052 (java) S 21987 21990 9814 0 -1 1077944384 13321 13218 0 0 342 2 5 3 20 0 15 0 107341625 11343855616 268352 33554432000 4194304 4196468 140726357417600 140355430217840 140356005714562 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38674432 140726357424754 140726357427553 140726357427553 140726357430223 0
[pid=21990/tid=22053] ppid=21987 vsize=11077984 memory=288230376152362461 CPUtime=3.62 cores=1,3,5,7
/proc/21990/task/22053/stat : 22053 (java) S 21987 21990 9814 0 -1 1077944384 10315 13218 0 0 352 2 5 3 20 0 15 0 107341625 11343855616 268352 33554432000 4194304 4196468 140726357417600 140355429165040 140356005714562 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38674432 140726357424754 140726357427553 140726357427553 140726357430223 0
[pid=21990/tid=22054] ppid=21987 vsize=11077984 memory=6944665225511868275 CPUtime=1.86 cores=1,3,5,7
/proc/21990/task/22054/stat : 22054 (java) S 21987 21990 9814 0 -1 1077944384 9419 13218 0 0 175 3 5 3 20 0 15 0 107341625 11343855616 268352 33554432000 4194304 4196468 140726357417600 140355428112752 140356005714562 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38674432 140726357424754 140726357427553 140726357427553 140726357430223 0
[pid=21990/tid=22055] ppid=21987 vsize=11077984 memory=56 CPUtime=0.08 cores=1,3,5,7
/proc/21990/task/22055/stat : 22055 (java) S 21987 21990 9814 0 -1 1077944384 3 13218 0 0 0 0 5 3 20 0 15 0 107341625 11343855616 268352 33554432000 4194304 4196468 140726357417600 140353826974176 140356005713621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38674432 140726357424754 140726357427553 140726357427553 140726357430223 0
[pid=21990/tid=22056] ppid=21987 vsize=11077984 memory=6944656574621848725 CPUtime=0.09 cores=1,3,5,7
/proc/21990/task/22056/stat : 22056 (java) S 21987 21990 9814 0 -1 1077944384 103 13218 0 0 0 1 5 3 20 0 15 0 107341625 11343855616 268352 33554432000 4194304 4196468 140726357417600 140355427060656 140356005714562 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38674432 140726357424754 140726357427553 140726357427553 140726357430223 0
Current children cumulated CPU time: 44.27 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 1073408 KiB

[startup+35.3008 s]
/proc/loadavg: 1.52 1.60 1.76 3/215 22056
/proc/meminfo: memFree=24440184/32770624 swapFree=67108436/67108860
[pid=21990] ppid=21987 vsize=11077984 memory=1073408 CPUtime=44.37 cores=1,3,5,7
/proc/21990/stat : 21990 (java) S 21987 21990 9814 0 -1 1077944320 92846 13218 0 0 4387 42 5 3 20 0 15 0 107341610 11343855616 268352 33554432000 4194304 4196468 140726357417600 140726357400144 140356005703415 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 38674432 140726357424754 140726357427553 140726357427553 140726357430223 0
/proc/21990/statm: 2769496 268352 3521 1 0 2731149 0
[pid=21990/tid=22043] ppid=21987 vsize=11077984 memory=1059040 CPUtime=35.04 cores=1,3,5,7
/proc/21990/task/22043/stat : 22043 (java) R 21987 21990 9814 0 -1 4202560 46845 13218 0 0 3475 21 5 3 20 0 15 0 107341619 11343855616 268352 33554432000 4194304 4196468 140726357417600 140355977538768 140355592901173 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38674432 140726357424754 140726357427553 140726357427553 140726357430223 0
[pid=21990/tid=22044] ppid=21987 vsize=11077984 memory=1073408 CPUtime=0.16 cores=1,3,5,7
/proc/21990/task/22044/stat : 22044 (java) S 21987 21990 9814 0 -1 1077944384 810 13218 0 0 6 2 5 3 20 0 15 0 107341620 11343855616 268352 33554432000 4194304 4196468 140726357417600 140356009945488 140356005713621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38674432 140726357424754 140726357427553 140726357427553 140726357430223 0
[pid=21990/tid=22045] ppid=21987 vsize=11077984 memory=1001592 CPUtime=0.18 cores=1,3,5,7
/proc/21990/task/22045/stat : 22045 (java) S 21987 21990 9814 0 -1 1077944384 1228 13218 0 0 8 2 5 3 20 0 15 0 107341620 11343855616 268352 33554432000 4194304 4196468 140726357417600 140355544942864 140356005713621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38674432 140726357424754 140726357427553 140726357427553 140726357430223 0
[pid=21990/tid=22046] ppid=21987 vsize=11077984 memory=8 CPUtime=0.17 cores=1,3,5,7
/proc/21990/task/22046/stat : 22046 (java) S 21987 21990 9814 0 -1 1077944384 1684 13218 0 0 7 2 5 3 20 0 15 0 107341620 11343855616 268352 33554432000 4194304 4196468 140726357417600 140355543890576 140356005713621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38674432 140726357424754 140726357427553 140726357427553 140726357430223 0
[pid=21990/tid=22047] ppid=21987 vsize=11077984 memory=0 CPUtime=0.18 cores=1,3,5,7
/proc/21990/task/22047/stat : 22047 (java) S 21987 21990 9814 0 -1 1077944384 1020 13218 0 0 7 3 5 3 20 0 15 0 107341620 11343855616 268352 33554432000 4194304 4196468 140726357417600 140355542837776 140356005713621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38674432 140726357424754 140726357427553 140726357427553 140726357430223 0
[pid=21990/tid=22048] ppid=21987 vsize=11077984 memory=1003640 CPUtime=0.16 cores=1,3,5,7
/proc/21990/task/22048/stat : 22048 (java) S 21987 21990 9814 0 -1 1077944384 5873 13218 0 0 8 0 5 3 20 0 15 0 107341621 11343855616 268352 33554432000 4194304 4196468 140726357417600 140355431271024 140356005714562 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38674432 140726357424754 140726357427553 140726357427553 140726357430223 0
[pid=21990/tid=22049] ppid=21987 vsize=11077984 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21990/task/22049/stat : 22049 (java) S 21987 21990 9814 0 -1 1077944384 13 13218 0 0 0 0 5 3 20 0 15 0 107341622 11343855616 268352 33554432000 4194304 4196468 140726357417600 140354766497184 140356005713621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38674432 140726357424754 140726357427553 140726357427553 140726357430223 0
[pid=21990/tid=22050] ppid=21987 vsize=11077984 memory=7236229500900889449 CPUtime=0.08 cores=1,3,5,7
/proc/21990/task/22050/stat : 22050 (java) S 21987 21990 9814 0 -1 1077944384 2 13218 0 0 0 0 5 3 20 0 15 0 107341622 11343855616 268352 33554432000 4194304 4196468 140726357417600 140354565170816 140356005713621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38674432 140726357424754 140726357427553 140726357427553 140726357430223 0
[pid=21990/tid=22051] ppid=21987 vsize=11077984 memory=-7882018838379555936 CPUtime=0.08 cores=1,3,5,7
/proc/21990/task/22051/stat : 22051 (java) S 21987 21990 9814 0 -1 1077944384 3 13218 0 0 0 0 5 3 20 0 15 0 107341625 11343855616 268352 33554432000 4194304 4196468 140726357417600 140354257771088 140356005722011 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38674432 140726357424754 140726357427553 140726357427553 140726357430223 0
[pid=21990/tid=22052] ppid=21987 vsize=11077984 memory=7454130749351154278 CPUtime=3.52 cores=1,3,5,7
/proc/21990/task/22052/stat : 22052 (java) S 21987 21990 9814 0 -1 1077944384 13321 13218 0 0 342 2 5 3 20 0 15 0 107341625 11343855616 268352 33554432000 4194304 4196468 140726357417600 140355430217840 140356005714562 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38674432 140726357424754 140726357427553 140726357427553 140726357430223 0
[pid=21990/tid=22053] ppid=21987 vsize=11077984 memory=6504 CPUtime=3.62 cores=1,3,5,7
/proc/21990/task/22053/stat : 22053 (java) S 21987 21990 9814 0 -1 1077944384 10315 13218 0 0 352 2 5 3 20 0 15 0 107341625 11343855616 268352 33554432000 4194304 4196468 140726357417600 140355429165040 140356005714562 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38674432 140726357424754 140726357427553 140726357427553 140726357430223 0
[pid=21990/tid=22054] ppid=21987 vsize=11077984 memory=1576 CPUtime=1.86 cores=1,3,5,7
/proc/21990/task/22054/stat : 22054 (java) S 21987 21990 9814 0 -1 1077944384 9419 13218 0 0 175 3 5 3 20 0 15 0 107341625 11343855616 268352 33554432000 4194304 4196468 140726357417600 140355428112752 140356005714562 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38674432 140726357424754 140726357427553 140726357427553 140726357430223 0
[pid=21990/tid=22055] ppid=21987 vsize=11077984 memory=932 CPUtime=0.08 cores=1,3,5,7
/proc/21990/task/22055/stat : 22055 (java) S 21987 21990 9814 0 -1 1077944384 3 13218 0 0 0 0 5 3 20 0 15 0 107341625 11343855616 268352 33554432000 4194304 4196468 140726357417600 140353826974176 140356005713621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38674432 140726357424754 140726357427553 140726357427553 140726357430223 0
[pid=21990/tid=22056] ppid=21987 vsize=11077984 memory=4140 CPUtime=0.09 cores=1,3,5,7
/proc/21990/task/22056/stat : 22056 (java) S 21987 21990 9814 0 -1 1077944384 116 13218 0 0 0 1 5 3 20 0 15 0 107341625 11343855616 268352 33554432000 4194304 4196468 140726357417600 140355427060656 140356005714562 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38674432 140726357424754 140726357427553 140726357427553 140726357430223 0
Current children cumulated CPU time: 44.37 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 1073408 KiB

Child status: 0
Real time (s): 35.4016
CPU time (s): 44.4837
CPU user time (s): 44.0118
CPU system time (s): 0.471927
CPU usage (%): 125.654
Max. virtual memory (cumulated for all children) (KiB): 11080844
Max. memory (cumulated for all children) (KiB): 1073408

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 44.0118
system time used= 0.471927
maximum resident set size= 1075540
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 107634
page faults= 0
swaps= 0
block input operations= 0
block output operations= 224
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9354
involuntary context switches= 120


# summary of solver processes directly reported to runsolver:
#   pid: 21990
#   total CPU time (s): 44.4837
#   total CPU user time (s): 44.0118
#   total CPU system time (s): 0.471927

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.21912 second user time and 0.394416 second system time

The end

Launcher Data

Begin job on node137 at 2018-07-29 22:56:24
IDJOB=4302315
IDBENCH=141491
IDSOLVER=2776
FILE ID=node137/4302315-1532897784
RUNJOBID= node137-1532893235-14550
PBS_JOBID= 21022513
Free space on /tmp= 48508 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/PeacableArmies/PeacableArmies-m2-05_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302315-1532897784/watcher-4302315-1532897784 -o /tmp/evaluation-result-4302315-1532897784/solver-4302315-1532897784 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node137-1532893235-14550 --watchdog 312  bin/xcsp-3-concrete -J-Xss64M -randomseed=137573362 HOME/instance-4302315-1532897784.xml

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

MD5SUM BENCH= 5e5be4f605afa886fe94f4d001b03361
RANDOM SEED=137573362

node137.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.54
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.56
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.54
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.56
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.54
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.56
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.54
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        25471052 kB
MemAvailable:   29285880 kB
Buffers:          221328 kB
Cached:          3828852 kB
SwapCached:           32 kB
Active:          4448932 kB
Inactive:        2302764 kB
Active(anon):    2648904 kB
Inactive(anon):    79972 kB
Active(file):    1800028 kB
Inactive(file):  2222792 kB
Unevictable:        7424 kB
Mlocked:            7424 kB
SwapTotal:      67108860 kB
SwapFree:       67108436 kB
Dirty:             26452 kB
Writeback:             0 kB
AnonPages:       2698256 kB
Mapped:            55524 kB
Shmem:             25052 kB
Slab:             244024 kB
SReclaimable:     215684 kB
SUnreclaim:        28340 kB
KernelStack:        3808 kB
PageTables:        10288 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3818944 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2480128 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 48484 MiB
End job on node137 at 2018-07-29 22:57:00