Trace number 4304636

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 15.339 6.46424

General information on the benchmark

NamePeacableArmies/
PeacableArmies-m1-05_c18.xml
MD5SUM4b3a1ce7a352f102282a9a722b8ddb17
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.192942
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints346
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":50}]
Minimum variable degree14
Maximum variable degree19
Distribution of variable degrees[{"degree":14,"count":16},{"degree":15,"count":16},{"degree":16,"count":8},{"degree":17,"count":8},{"degree":18,"count":1},{"degree":19,"count":1}]
Minimum constraint arity2
Maximum constraint arity50
Distribution of constraint arities[{"arity":2,"count":345},{"arity":50,"count":1}]
Number of extensional constraints0
Number of intensional constraints345
Distribution of constraint types[{"type":"intension","count":345},{"type":"sum","count":1}]
Optimization problemYES
Type of objectivemax SUM

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.04/5.29	o 2
12.35/5.32	o 3
14.01/5.83	o 4
15.25/6.44	v <instantiation cost="4">
15.25/6.44	v       <list>
15.25/6.44	v         b[0][0] b[0][1] b[0][2] b[0][3] b[0][4] b[1][0] b[1][1] b[1][2] b[1][3] b[1][4] b[2][0] b[2][1] b[2][2] b[2][3] b[2][4] b[3][0] b[3][1] b[3][2] b[3][3] b[3][4] b[4][0] b[4][1] b[4][2] b[4][3] b[4][4] w[0][0] w[0][1] w[0][2] w[0][3] w[0][4] w[1][0] w[1][1] w[1][2] w[1][3] w[1][4] w[2][0] w[2][1] w[2][2] w[2][3] w[2][4] w[3][0] w[3][1] w[3][2] w[3][3] w[3][4] w[4][0] w[4][1] w[4][2] w[4][3] w[4][4]
15.25/6.44	v       </list>
15.25/6.44	v       <values>
15.25/6.44	v         0 0 0 0 0 0 0 1 0 0 0 1 0 1 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1
15.25/6.44	v       </values>
15.25/6.44	v     </instantiation>
15.25/6.44	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 (9635 MiB free)
  memory of node 1: 16384 MiB (6197 MiB free)
  node distances:
     10  21
     21  10

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

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=32126, runsolver pid=32123
Current StackSize limit: 8192 KiB


[startup+0.10011 s]*
/proc/loadavg: 4.61 3.41 2.44 3/207 32183
/proc/meminfo: memFree=16204168/32770624 swapFree=67108404/67108860
[pid=32126] ppid=32123 vsize=10005480 memory=19252 CPUtime=0.1 cores=0,2,4,6
/proc/32126/stat : 32126 (java) S 32123 32126 27600 0 -1 1077944320 4429 12889 0 0 1 1 5 3 20 0 6 0 229816884 10245611520 4813 33554432000 4194304 4196468 140729621724864 140729621707408 140617806798583 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 38768640 140729621727844 140729621730652 140729621730652 140729621733327 0
/proc/32126/statm: 2501370 4813 1943 1 0 2489808 0
[pid=32126/tid=32179] ppid=32123 vsize=10005480 memory=4279135703946723216 CPUtime=0.08 cores=0,2,4,6
/proc/32126/task/32179/stat : 32179 (java) R 32123 32126 27600 0 -1 4202560 2250 12889 0 0 0 0 5 3 20 0 6 0 229816893 10245611520 4813 33554432000 4194304 4196468 140729621724864 140617778635344 140617792110585 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38768640 140729621727844 140729621730652 140729621730652 140729621733327 0
[pid=32126/tid=32180] ppid=32123 vsize=10005480 memory=-7522837583129502606 CPUtime=0.08 cores=0,2,4,6
/proc/32126/task/32180/stat : 32180 (java) S 32123 32126 27600 0 -1 1077944384 1 12889 0 0 0 0 5 3 20 0 6 0 229816893 10245611520 4813 33554432000 4194304 4196468 140729621724864 140617811040656 140617806808789 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38768640 140729621727844 140729621730652 140729621730652 140729621733327 0
[pid=32126/tid=32181] ppid=32123 vsize=10005480 memory=139847793280640 CPUtime=0.08 cores=0,2,4,6
/proc/32126/task/32181/stat : 32181 (java) S 32123 32126 27600 0 -1 1077944384 1 12889 0 0 0 0 5 3 20 0 6 0 229816893 10245611520 4813 33554432000 4194304 4196468 140729621724864 140617700645136 140617806808789 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38768640 140729621727844 140729621730652 140729621730652 140729621733327 0
[pid=32126/tid=32182] ppid=32123 vsize=10005480 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32126/task/32182/stat : 32182 (java) S 32123 32126 27600 0 -1 1077944384 1 12889 0 0 0 0 5 3 20 0 6 0 229816893 10245611520 4813 33554432000 4194304 4196468 140729621724864 140617345374864 140617806808789 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38768640 140729621727844 140729621730652 140729621730652 140729621733327 0
[pid=32126/tid=32183] ppid=32123 vsize=10005480 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/32126/task/32183/stat : 32183 (java) S 32123 32126 27600 0 -1 1077944384 2 12889 0 0 0 0 5 3 20 0 6 0 229816893 10245611520 4813 33554432000 4194304 4196468 140729621724864 140617344322064 140617806808789 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38768640 140729621727844 140729621730652 140729621730652 140729621733327 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 19252 KiB

[startup+0.209867 s]*
/proc/loadavg: 4.61 3.41 2.44 3/216 32192
/proc/meminfo: memFree=16182800/32770624 swapFree=67108404/67108860
[pid=32126] ppid=32123 vsize=10983736 memory=45524 CPUtime=0.26 cores=0,2,4,6
/proc/32126/stat : 32126 (java) S 32123 32126 27600 0 -1 1077944320 8013 12889 0 0 16 2 5 3 20 0 15 0 229816884 11247345664 11315 33554432000 4194304 4196468 140729621724864 140729621707408 140617806798583 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 38768640 140729621727844 140729621730652 140729621730652 140729621733327 0
/proc/32126/statm: 2745934 11381 2983 1 0 2708357 0
[pid=32126/tid=32179] ppid=32123 vsize=10983736 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/32126/task/32179/stat : 32179 (java) R 32123 32126 27600 0 -1 4202560 4644 12889 0 0 10 1 5 3 20 0 15 0 229816893 11247345664 11447 33554432000 4194304 4196468 140729621724864 140617778623392 140617799478301 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38768640 140729621727844 140729621730652 140729621730652 140729621733327 0
[pid=32126/tid=32180] ppid=32123 vsize=10983736 memory=364 CPUtime=0.08 cores=0,2,4,6
/proc/32126/task/32180/stat : 32180 (java) S 32123 32126 27600 0 -1 1077944384 1 12889 0 0 0 0 5 3 20 0 15 0 229816893 11247345664 11447 33554432000 4194304 4196468 140729621724864 140617811040656 140617806808789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38768640 140729621727844 140729621730652 140729621730652 140729621733327 0
[pid=32126/tid=32181] ppid=32123 vsize=10983736 memory=139847793310706 CPUtime=0.08 cores=0,2,4,6
/proc/32126/task/32181/stat : 32181 (java) S 32123 32126 27600 0 -1 1077944384 1 12889 0 0 0 0 5 3 20 0 15 0 229816893 11247345664 11447 33554432000 4194304 4196468 140729621724864 140617700645136 140617806808789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38768640 140729621727844 140729621730652 140729621730652 140729621733327 0
[pid=32126/tid=32182] ppid=32123 vsize=10983736 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32126/task/32182/stat : 32182 (java) S 32123 32126 27600 0 -1 1077944384 1 12889 0 0 0 0 5 3 20 0 15 0 229816893 11247345664 11447 33554432000 4194304 4196468 140729621724864 140617345374864 140617806808789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38768640 140729621727844 140729621730652 140729621730652 140729621733327 0
[pid=32126/tid=32183] ppid=32123 vsize=10983736 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/32126/task/32183/stat : 32183 (java) S 32123 32126 27600 0 -1 1077944384 2 12889 0 0 0 0 5 3 20 0 15 0 229816893 11247345664 11513 33554432000 4194304 4196468 140729621724864 140617344322064 140617806808789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38768640 140729621727844 140729621730652 140729621730652 140729621733327 0
[pid=32126/tid=32184] ppid=32123 vsize=10983736 memory=139847793280640 CPUtime=0.08 cores=0,2,4,6
/proc/32126/task/32184/stat : 32184 (java) S 32123 32126 27600 0 -1 1077944384 2 12889 0 0 0 0 5 3 20 0 15 0 229816895 11247345664 11513 33554432000 4194304 4196468 140729621724864 140617299880560 140617806809730 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38768640 140729621727844 140729621730652 140729621730652 140729621733327 0
[pid=32126/tid=32185] ppid=32123 vsize=10983736 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/32126/task/32185/stat : 32185 (java) S 32123 32126 27600 0 -1 1077944384 13 12889 0 0 0 0 5 3 20 0 15 0 229816895 11247345664 11513 33554432000 4194304 4196468 140729621724864 140616625284384 140617806808789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38768640 140729621727844 140729621730652 140729621730652 140729621733327 0
[pid=32126/tid=32186] ppid=32123 vsize=10983736 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32126/task/32186/stat : 32186 (java) S 32123 32126 27600 0 -1 1077944384 21 12889 0 0 0 0 5 3 20 0 15 0 229816895 11247345664 11513 33554432000 4194304 4196468 140729621724864 140616558171760 140617806808789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38768640 140729621727844 140729621730652 140729621730652 140729621733327 0
[pid=32126/tid=32187] ppid=32123 vsize=10985364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32126/task/32187/stat : 32187 (java) S 32123 32126 27600 0 -1 1077944384 3 12889 0 0 0 0 5 3 20 0 15 0 229816898 11249012736 11579 33554432000 4194304 4196468 140729621724864 140616250776144 140617806817179 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38768640 140729621727844 140729621730652 140729621730652 140729621733327 0
[pid=32126/tid=32188] ppid=32123 vsize=10985364 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/32126/task/32188/stat : 32188 (java) S 32123 32126 27600 0 -1 1077944384 485 12889 0 0 1 0 5 3 20 0 15 0 229816898 11249012736 11579 33554432000 4194304 4196468 140729621724864 140617298827376 140617806809730 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38768640 140729621727844 140729621730652 140729621730652 140729621733327 0
[pid=32126/tid=32189] ppid=32123 vsize=10985364 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/32126/task/32189/stat : 32189 (java) S 32123 32126 27600 0 -1 1077944384 140 12889 0 0 0 0 5 3 20 0 15 0 229816898 11249012736 11579 33554432000 4194304 4196468 140729621724864 140617297774576 140617806809730 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38768640 140729621727844 140729621730652 140729621730652 140729621733327 0
[pid=32126/tid=32190] ppid=32123 vsize=10985364 memory=139847793280640 CPUtime=0.11 cores=0,2,4,6
/proc/32126/task/32190/stat : 32190 (java) S 32123 32126 27600 0 -1 1077944384 600 12889 0 0 3 0 5 3 20 0 15 0 229816898 11249012736 11579 33554432000 4194304 4196468 140729621724864 140616840243568 140617806809730 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38768640 140729621727844 140729621730652 140729621730652 140729621733327 0
[pid=32126/tid=32191] ppid=32123 vsize=10985364 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/32126/task/32191/stat : 32191 (java) S 32123 32126 27600 0 -1 1077944384 3 12889 0 0 0 0 5 3 20 0 15 0 229816898 11249012736 11579 33554432000 4194304 4196468 140729621724864 140615819979232 140617806808789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38768640 140729621727844 140729621730652 140729621730652 140729621733327 0
[pid=32126/tid=32192] ppid=32123 vsize=10985364 memory=139847793280640 CPUtime=0.08 cores=0,2,4,6
/proc/32126/task/32192/stat : 32192 (java) S 32123 32126 27600 0 -1 1077944384 1 12889 0 0 0 0 5 3 20 0 15 0 229816899 11249012736 11645 33554432000 4194304 4196468 140729621724864 140616839191472 140617806809730 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38768640 140729621727844 140729621730652 140729621730652 140729621733327 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10983736 KiB
Current children cumulated memory: 45524 KiB

[startup+0.310276 s]*
/proc/loadavg: 4.61 3.41 2.44 3/216 32192
/proc/meminfo: memFree=16170608/32770624 swapFree=67108404/67108860
[pid=32126] ppid=32123 vsize=10983192 memory=55772 CPUtime=0.39 cores=0,2,4,6
/proc/32126/stat : 32126 (java) S 32123 32126 27600 0 -1 1077944320 10466 12889 0 0 28 3 5 3 20 0 15 0 229816884 11246788608 13943 33554432000 4194304 4196468 140729621724864 140729621707408 140617806798583 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 38768640 140729621727844 140729621730652 140729621730652 140729621733327 0
/proc/32126/statm: 2745798 13943 3102 1 0 2708109 0
[pid=32126/tid=32179] ppid=32123 vsize=10983192 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/32126/task/32179/stat : 32179 (java) R 32123 32126 27600 0 -1 4202560 6995 12889 0 0 19 2 5 3 20 0 15 0 229816893 11246788608 13943 33554432000 4194304 4196468 140729621724864 140617778610592 140617790879070 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38768640 140729621727844 140729621730652 140729621730652 140729621733327 0
[pid=32126/tid=32180] ppid=32123 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32126/task/32180/stat : 32180 (java) S 32123 32126 27600 0 -1 1077944384 1 12889 0 0 0 0 5 3 20 0 15 0 229816893 11246788608 13943 33554432000 4194304 4196468 140729621724864 140617811040656 140617806808789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38768640 140729621727844 140729621730652 140729621730652 140729621733327 0
[pid=32126/tid=32181] ppid=32123 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32126/task/32181/stat : 32181 (java) S 32123 32126 27600 0 -1 1077944384 1 12889 0 0 0 0 5 3 20 0 15 0 229816893 11246788608 13943 33554432000 4194304 4196468 140729621724864 140617700645136 140617806808789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38768640 140729621727844 140729621730652 140729621730652 140729621733327 0
[pid=32126/tid=32182] ppid=32123 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32126/task/32182/stat : 32182 (java) S 32123 32126 27600 0 -1 1077944384 1 12889 0 0 0 0 5 3 20 0 15 0 229816893 11246788608 13943 33554432000 4194304 4196468 140729621724864 140617345374864 140617806808789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38768640 140729621727844 140729621730652 140729621730652 140729621733327 0
[pid=32126/tid=32183] ppid=32123 vsize=10983192 memory=2240 CPUtime=0.08 cores=0,2,4,6
/proc/32126/task/32183/stat : 32183 (java) S 32123 32126 27600 0 -1 1077944384 2 12889 0 0 0 0 5 3 20 0 15 0 229816893 11246788608 13943 33554432000 4194304 4196468 140729621724864 140617344322064 140617806808789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38768640 140729621727844 140729621730652 140729621730652 140729621733327 0
[pid=32126/tid=32184] ppid=32123 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32126/task/32184/stat : 32184 (java) S 32123 32126 27600 0 -1 1077944384 2 12889 0 0 0 0 5 3 20 0 15 0 229816895 11246788608 13943 33554432000 4194304 4196468 140729621724864 140617299880560 140617806809730 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38768640 140729621727844 140729621730652 140729621730652 140729621733327 0
[pid=32126/tid=32185] ppid=32123 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/32126/task/32185/stat : 32185 (java) S 32123 32126 27600 0 -1 1077944384 13 12889 0 0 0 0 5 3 20 0 15 0 229816895 11246788608 13943 33554432000 4194304 4196468 140729621724864 140616625284384 140617806808789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38768640 140729621727844 140729621730652 140729621730652 140729621733327 0
[pid=32126/tid=32186] ppid=32123 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32126/task/32186/stat : 32186 (java) S 32123 32126 27600 0 -1 1077944384 21 12889 0 0 0 0 5 3 20 0 15 0 229816895 11246788608 13943 33554432000 4194304 4196468 140729621724864 140616558171760 140617806808789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38768640 140729621727844 140729621730652 140729621730652 140729621733327 0
[pid=32126/tid=32187] ppid=32123 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32126/task/32187/stat : 32187 (java) S 32123 32126 27600 0 -1 1077944384 3 12889 0 0 0 0 5 3 20 0 15 0 229816898 11246788608 13943 33554432000 4194304 4196468 140729621724864 140616250776144 140617806817179 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38768640 140729621727844 140729621730652 140729621730652 140729621733327 0
[pid=32126/tid=32188] ppid=32123 vsize=10983192 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/32126/task/32188/stat : 32188 (java) R 32123 32126 27600 0 -1 1077944384 486 12889 0 0 1 0 5 3 20 0 15 0 229816898 11246788608 13943 33554432000 4194304 4196468 140729621724864 140617298827376 140617806809730 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38768640 140729621727844 140729621730652 140729621730652 140729621733327 0
[pid=32126/tid=32189] ppid=32123 vsize=10983192 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/32126/task/32189/stat : 32189 (java) R 32123 32126 27600 0 -1 1077944384 143 12889 0 0 1 0 5 3 20 0 15 0 229816898 11246788608 13943 33554432000 4194304 4196468 140729621724864 140617297774576 140617806809730 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38768640 140729621727844 140729621730652 140729621730652 140729621733327 0
[pid=32126/tid=32190] ppid=32123 vsize=10983192 memory=139847793280640 CPUtime=0.13 cores=0,2,4,6
/proc/32126/task/32190/stat : 32190 (java) S 32123 32126 27600 0 -1 1077944384 607 12889 0 0 5 0 5 3 20 0 15 0 229816898 11246788608 13943 33554432000 4194304 4196468 140729621724864 140616840243568 140617806809730 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38768640 140729621727844 140729621730652 140729621730652 140729621733327 0
[pid=32126/tid=32191] ppid=32123 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/32126/task/32191/stat : 32191 (java) S 32123 32126 27600 0 -1 1077944384 3 12889 0 0 0 0 5 3 20 0 15 0 229816898 11246788608 13943 33554432000 4194304 4196468 140729621724864 140615819979232 140617806808789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38768640 140729621727844 140729621730652 140729621730652 140729621733327 0
[pid=32126/tid=32192] ppid=32123 vsize=10983192 memory=139847793280640 CPUtime=0.08 cores=0,2,4,6
/proc/32126/task/32192/stat : 32192 (java) S 32123 32126 27600 0 -1 1077944384 1 12889 0 0 0 0 5 3 20 0 15 0 229816899 11246788608 13943 33554432000 4194304 4196468 140729621724864 140616839191472 140617806809730 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38768640 140729621727844 140729621730652 140729621730652 140729621733327 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 55772 KiB

[startup+0.700668 s]
/proc/loadavg: 4.61 3.41 2.44 3/216 32192
/proc/meminfo: memFree=16159436/32770624 swapFree=67108404/67108860
[pid=32126] ppid=32123 vsize=10983192 memory=88380 CPUtime=1 cores=0,2,4,6
/proc/32126/stat : 32126 (java) S 32123 32126 27600 0 -1 1077944320 16755 12889 0 0 87 5 5 3 20 0 15 0 229816884 11246788608 22095 33554432000 4194304 4196468 140729621724864 140729621707408 140617806798583 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 38768640 140729621727844 140729621730652 140729621730652 140729621733327 0
/proc/32126/statm: 2745798 22095 3238 1 0 2708109 0
[pid=32126/tid=32179] ppid=32123 vsize=10983192 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/32126/task/32179/stat : 32179 (java) R 32123 32126 27600 0 -1 4202560 12243 12889 0 0 56 3 5 3 20 0 15 0 229816893 11246788608 22095 33554432000 4194304 4196468 140729621724864 140617778619408 140617806820509 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38768640 140729621727844 140729621730652 140729621730652 140729621733327 0
[pid=32126/tid=32180] ppid=32123 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32126/task/32180/stat : 32180 (java) S 32123 32126 27600 0 -1 1077944384 1 12889 0 0 0 0 5 3 20 0 15 0 229816893 11246788608 22095 33554432000 4194304 4196468 140729621724864 140617811040656 140617806808789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38768640 140729621727844 140729621730652 140729621730652 140729621733327 0
[pid=32126/tid=32181] ppid=32123 vsize=10983192 memory=139847692073936 CPUtime=0.08 cores=0,2,4,6
/proc/32126/task/32181/stat : 32181 (java) S 32123 32126 27600 0 -1 1077944384 1 12889 0 0 0 0 5 3 20 0 15 0 229816893 11246788608 22095 33554432000 4194304 4196468 140729621724864 140617700645136 140617806808789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38768640 140729621727844 140729621730652 140729621730652 140729621733327 0
[pid=32126/tid=32182] ppid=32123 vsize=10983192 memory=139848430125641 CPUtime=0.08 cores=0,2,4,6
/proc/32126/task/32182/stat : 32182 (java) S 32123 32126 27600 0 -1 1077944384 1 12889 0 0 0 0 5 3 20 0 15 0 229816893 11246788608 22095 33554432000 4194304 4196468 140729621724864 140617345374864 140617806808789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38768640 140729621727844 140729621730652 140729621730652 140729621733327 0
[pid=32126/tid=32183] ppid=32123 vsize=10983192 memory=1404 CPUtime=0.08 cores=0,2,4,6
/proc/32126/task/32183/stat : 32183 (java) S 32123 32126 27600 0 -1 1077944384 2 12889 0 0 0 0 5 3 20 0 15 0 229816893 11246788608 22095 33554432000 4194304 4196468 140729621724864 140617344322064 140617806808789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38768640 140729621727844 140729621730652 140729621730652 140729621733327 0
[pid=32126/tid=32184] ppid=32123 vsize=10983192 memory=7092418796125250880 CPUtime=0.08 cores=0,2,4,6
/proc/32126/task/32184/stat : 32184 (java) S 32123 32126 27600 0 -1 1077944384 5 12889 0 0 0 0 5 3 20 0 15 0 229816895 11246788608 22095 33554432000 4194304 4196468 140729621724864 140617299880560 140617806809730 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38768640 140729621727844 140729621730652 140729621730652 140729621733327 0
[pid=32126/tid=32185] ppid=32123 vsize=10983192 memory=7597685182856913236 CPUtime=0.08 cores=0,2,4,6
/proc/32126/task/32185/stat : 32185 (java) S 32123 32126 27600 0 -1 1077944384 13 12889 0 0 0 0 5 3 20 0 15 0 229816895 11246788608 22095 33554432000 4194304 4196468 140729621724864 140616625284384 140617806808789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38768640 140729621727844 140729621730652 140729621730652 140729621733327 0
[pid=32126/tid=32186] ppid=32123 vsize=10983192 memory=6154282490091891024 CPUtime=0.08 cores=0,2,4,6
/proc/32126/task/32186/stat : 32186 (java) S 32123 32126 27600 0 -1 1077944384 21 12889 0 0 0 0 5 3 20 0 15 0 229816895 11246788608 22095 33554432000 4194304 4196468 140729621724864 140616558171760 140617806808789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38768640 140729621727844 140729621730652 140729621730652 140729621733327 0
[pid=32126/tid=32187] ppid=32123 vsize=10983192 memory=4044 CPUtime=0.08 cores=0,2,4,6
/proc/32126/task/32187/stat : 32187 (java) S 32123 32126 27600 0 -1 1077944384 3 12889 0 0 0 0 5 3 20 0 15 0 229816898 11246788608 22095 33554432000 4194304 4196468 140729621724864 140616250776144 140617806817179 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38768640 140729621727844 140729621730652 140729621730652 140729621733327 0
[pid=32126/tid=32188] ppid=32123 vsize=10983192 memory=34556 CPUtime=0.18 cores=0,2,4,6
/proc/32126/task/32188/stat : 32188 (java) S 32123 32126 27600 0 -1 1077944384 1082 12889 0 0 10 0 5 3 20 0 15 0 229816898 11246788608 22095 33554432000 4194304 4196468 140729621724864 140617298827376 140617806809730 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38768640 140729621727844 140729621730652 140729621730652 140729621733327 0
[pid=32126/tid=32189] ppid=32123 vsize=10983192 memory=14644 CPUtime=0.14 cores=0,2,4,6
/proc/32126/task/32189/stat : 32189 (java) S 32123 32126 27600 0 -1 1077944384 494 12889 0 0 6 0 5 3 20 0 15 0 229816898 11246788608 22095 33554432000 4194304 4196468 140729621724864 140617297774576 140617806809730 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38768640 140729621727844 140729621730652 140729621730652 140729621733327 0
[pid=32126/tid=32190] ppid=32123 vsize=10983192 memory=1720 CPUtime=0.21 cores=0,2,4,6
/proc/32126/task/32190/stat : 32190 (java) R 32123 32126 27600 0 -1 4202560 695 12889 0 0 13 0 5 3 20 0 15 0 229816898 11246788608 22095 33554432000 4194304 4196468 140729621724864 140616840243568 140617806810518 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38768640 140729621727844 140729621730652 140729621730652 140729621733327 0
[pid=32126/tid=32191] ppid=32123 vsize=10983192 memory=508 CPUtime=0.08 cores=0,2,4,6
/proc/32126/task/32191/stat : 32191 (java) S 32123 32126 27600 0 -1 1077944384 3 12889 0 0 0 0 5 3 20 0 15 0 229816898 11246788608 22095 33554432000 4194304 4196468 140729621724864 140615819979232 140617806808789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38768640 140729621727844 140729621730652 140729621730652 140729621733327 0
[pid=32126/tid=32192] ppid=32123 vsize=10983192 memory=928 CPUtime=0.08 cores=0,2,4,6
/proc/32126/task/32192/stat : 32192 (java) S 32123 32126 27600 0 -1 1077944384 1 12889 0 0 0 0 5 3 20 0 15 0 229816899 11246788608 22095 33554432000 4194304 4196468 140729621724864 140616839191472 140617806809730 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38768640 140729621727844 140729621730652 140729621730652 140729621733327 0
Current children cumulated CPU time: 1 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88380 KiB

[startup+1.50074 s]
/proc/loadavg: 4.40 3.39 2.44 3/216 32192
/proc/meminfo: memFree=16107676/32770624 swapFree=67108404/67108860
[pid=32126] ppid=32123 vsize=10998092 memory=178224 CPUtime=2.32 cores=0,2,4,6
/proc/32126/stat : 32126 (java) S 32123 32126 27600 0 -1 1077944320 23780 12889 0 0 214 10 5 3 20 0 15 0 229816884 11262046208 44556 33554432000 4194304 4196468 140729621724864 140729621707408 140617806798583 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 38768640 140729621727844 140729621730652 140729621730652 140729621733327 0
/proc/32126/statm: 2749523 44556 3467 1 0 2711181 0
[pid=32126/tid=32179] ppid=32123 vsize=10998092 memory=6944656592455097440 CPUtime=1.43 cores=0,2,4,6
/proc/32126/task/32179/stat : 32179 (java) R 32123 32126 27600 0 -1 4202560 17512 12889 0 0 129 6 5 3 20 0 15 0 229816893 11262046208 44556 33554432000 4194304 4196468 140729621724864 140617778615872 140617806820509 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38768640 140729621727844 140729621730652 140729621730652 140729621733327 0
[pid=32126/tid=32180] ppid=32123 vsize=10998092 memory=-7814691523512926820 CPUtime=0.09 cores=0,2,4,6
/proc/32126/task/32180/stat : 32180 (java) S 32123 32126 27600 0 -1 1077944384 162 12889 0 0 1 0 5 3 20 0 15 0 229816893 11262046208 44556 33554432000 4194304 4196468 140729621724864 140617811040656 140617806808789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38768640 140729621727844 140729621730652 140729621730652 140729621733327 0
[pid=32126/tid=32181] ppid=32123 vsize=10998092 memory=7306334212403993719 CPUtime=0.09 cores=0,2,4,6
/proc/32126/task/32181/stat : 32181 (java) S 32123 32126 27600 0 -1 1077944384 17 12889 0 0 1 0 5 3 20 0 15 0 229816893 11262046208 44556 33554432000 4194304 4196468 140729621724864 140617700645136 140617806808789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38768640 140729621727844 140729621730652 140729621730652 140729621733327 0
[pid=32126/tid=32182] ppid=32123 vsize=10998092 memory=2432 CPUtime=0.09 cores=0,2,4,6
/proc/32126/task/32182/stat : 32182 (java) S 32123 32126 27600 0 -1 1077944384 54 12889 0 0 1 0 5 3 20 0 15 0 229816893 11262046208 44556 33554432000 4194304 4196468 140729621724864 140617345374864 140617806808789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38768640 140729621727844 140729621730652 140729621730652 140729621733327 0
[pid=32126/tid=32183] ppid=32123 vsize=10998092 memory=112460 CPUtime=0.09 cores=0,2,4,6
/proc/32126/task/32183/stat : 32183 (java) S 32123 32126 27600 0 -1 1077944384 30 12889 0 0 1 0 5 3 20 0 15 0 229816893 11262046208 44556 33554432000 4194304 4196468 140729621724864 140617344322064 140617806808789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38768640 140729621727844 140729621730652 140729621730652 140729621733327 0
[pid=32126/tid=32184] ppid=32123 vsize=10998092 memory=6791534058613427641 CPUtime=0.09 cores=0,2,4,6
/proc/32126/task/32184/stat : 32184 (java) S 32123 32126 27600 0 -1 1077944384 51 12889 0 0 1 0 5 3 20 0 15 0 229816895 11262046208 44556 33554432000 4194304 4196468 140729621724864 140617299880560 140617806809730 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38768640 140729621727844 140729621730652 140729621730652 140729621733327 0
[pid=32126/tid=32185] ppid=32123 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32126/task/32185/stat : 32185 (java) S 32123 32126 27600 0 -1 1077944384 14 12889 0 0 0 0 5 3 20 0 15 0 229816895 11262046208 44556 33554432000 4194304 4196468 140729621724864 140616625284448 140617806808789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38768640 140729621727844 140729621730652 140729621730652 140729621733327 0
[pid=32126/tid=32186] ppid=32123 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32126/task/32186/stat : 32186 (java) S 32123 32126 27600 0 -1 1077944384 42 12889 0 0 0 0 5 3 20 0 15 0 229816895 11262046208 44556 33554432000 4194304 4196468 140729621724864 140616558171776 140617806808789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38768640 140729621727844 140729621730652 140729621730652 140729621733327 0
[pid=32126/tid=32187] ppid=32123 vsize=10998092 memory=139847692005612 CPUtime=0.08 cores=0,2,4,6
/proc/32126/task/32187/stat : 32187 (java) S 32123 32126 27600 0 -1 1077944384 3 12889 0 0 0 0 5 3 20 0 15 0 229816898 11262046208 44556 33554432000 4194304 4196468 140729621724864 140616250776144 140617806817179 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38768640 140729621727844 140729621730652 140729621730652 140729621733327 0
[pid=32126/tid=32188] ppid=32123 vsize=10998092 memory=14644 CPUtime=0.33 cores=0,2,4,6
/proc/32126/task/32188/stat : 32188 (java) S 32123 32126 27600 0 -1 1077944384 1573 12889 0 0 25 0 5 3 20 0 15 0 229816898 11262046208 44556 33554432000 4194304 4196468 140729621724864 140617298827376 140617806809730 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38768640 140729621727844 140729621730652 140729621730652 140729621733327 0
[pid=32126/tid=32189] ppid=32123 vsize=10998092 memory=0 CPUtime=0.24 cores=0,2,4,6
/proc/32126/task/32189/stat : 32189 (java) S 32123 32126 27600 0 -1 1077944384 764 12889 0 0 16 0 5 3 20 0 15 0 229816898 11262046208 44556 33554432000 4194304 4196468 140729621724864 140617297774576 140617806809730 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38768640 140729621727844 140729621730652 140729621730652 140729621733327 0
[pid=32126/tid=32190] ppid=32123 vsize=10998092 memory=0 CPUtime=0.43 cores=0,2,4,6
/proc/32126/task/32190/stat : 32190 (java) S 32123 32126 27600 0 -1 1077944384 1364 12889 0 0 35 0 5 3 20 0 15 0 229816898 11262046208 44556 33554432000 4194304 4196468 140729621724864 140616840243568 140617806809730 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38768640 140729621727844 140729621730652 140729621730652 140729621733327 0
[pid=32126/tid=32191] ppid=32123 vsize=10998092 memory=4580 CPUtime=0.08 cores=0,2,4,6
/proc/32126/task/32191/stat : 32191 (java) S 32123 32126 27600 0 -1 1077944384 3 12889 0 0 0 0 5 3 20 0 15 0 229816898 11262046208 44556 33554432000 4194304 4196468 140729621724864 140615819979232 140617806808789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38768640 140729621727844 140729621730652 140729621730652 140729621733327 0
[pid=32126/tid=32192] ppid=32123 vsize=10998092 memory=7684433391233106746 CPUtime=0.08 cores=0,2,4,6
/proc/32126/task/32192/stat : 32192 (java) S 32123 32126 27600 0 -1 1077944384 1 12889 0 0 0 0 5 3 20 0 15 0 229816899 11262046208 44556 33554432000 4194304 4196468 140729621724864 140616839191472 140617806809730 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38768640 140729621727844 140729621730652 140729621730652 140729621733327 0
Current children cumulated CPU time: 2.32 s
Current children cumulated vsize: 10998092 KiB
Current children cumulated memory: 178224 KiB

[startup+3.11056 s]
/proc/loadavg: 4.40 3.39 2.44 5/216 32192
/proc/meminfo: memFree=16003852/32770624 swapFree=67108404/67108860
[pid=32126] ppid=32123 vsize=11008352 memory=230804 CPUtime=5.81 cores=0,2,4,6
/proc/32126/stat : 32126 (java) S 32123 32126 27600 0 -1 1077944320 32674 12889 0 0 557 16 5 3 20 0 15 0 229816884 11272552448 57701 33554432000 4194304 4196468 140729621724864 140729621707408 140617806798583 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 38768640 140729621727844 140729621730652 140729621730652 140729621733327 0
/proc/32126/statm: 2752088 57701 3486 1 0 2713741 0
[pid=32126/tid=32179] ppid=32123 vsize=11008352 memory=8976414709404591081 CPUtime=3.04 cores=0,2,4,6
/proc/32126/task/32179/stat : 32179 (java) R 32123 32126 27600 0 -1 4202560 22110 12889 0 0 287 9 5 3 20 0 15 0 229816893 11272552448 57701 33554432000 4194304 4196468 140729621724864 140617778629904 140617806812465 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38768640 140729621727844 140729621730652 140729621730652 140729621733327 0
[pid=32126/tid=32180] ppid=32123 vsize=11008352 memory=-7880843606118635149 CPUtime=0.09 cores=0,2,4,6
/proc/32126/task/32180/stat : 32180 (java) S 32123 32126 27600 0 -1 1077944384 162 12889 0 0 1 0 5 3 20 0 15 0 229816893 11272552448 57701 33554432000 4194304 4196468 140729621724864 140617811040656 140617806808789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38768640 140729621727844 140729621730652 140729621730652 140729621733327 0
[pid=32126/tid=32181] ppid=32123 vsize=11008352 memory=9126232286719478932 CPUtime=0.09 cores=0,2,4,6
/proc/32126/task/32181/stat : 32181 (java) S 32123 32126 27600 0 -1 1077944384 17 12889 0 0 1 0 5 3 20 0 15 0 229816893 11272552448 57701 33554432000 4194304 4196468 140729621724864 140617700645136 140617806808789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38768640 140729621727844 140729621730652 140729621730652 140729621733327 0
[pid=32126/tid=32182] ppid=32123 vsize=11008352 memory=279695384254336 CPUtime=0.09 cores=0,2,4,6
/proc/32126/task/32182/stat : 32182 (java) S 32123 32126 27600 0 -1 1077944384 54 12889 0 0 1 0 5 3 20 0 15 0 229816893 11272552448 57701 33554432000 4194304 4196468 140729621724864 140617345374864 140617806808789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38768640 140729621727844 140729621730652 140729621730652 140729621733327 0
[pid=32126/tid=32183] ppid=32123 vsize=11008352 memory=4639059877604708710 CPUtime=0.09 cores=0,2,4,6
/proc/32126/task/32183/stat : 32183 (java) S 32123 32126 27600 0 -1 1077944384 30 12889 0 0 1 0 5 3 20 0 15 0 229816893 11272552448 57701 33554432000 4194304 4196468 140729621724864 140617344322064 140617806808789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38768640 140729621727844 140729621730652 140729621730652 140729621733327 0
[pid=32126/tid=32184] ppid=32123 vsize=11008352 memory=4639059895069856102 CPUtime=0.09 cores=0,2,4,6
/proc/32126/task/32184/stat : 32184 (java) S 32123 32126 27600 0 -1 1077944384 59 12889 0 0 1 0 5 3 20 0 15 0 229816895 11272552448 57701 33554432000 4194304 4196468 140729621724864 140617299880560 140617806809730 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38768640 140729621727844 140729621730652 140729621730652 140729621733327 0
[pid=32126/tid=32185] ppid=32123 vsize=11008352 memory=6154820267226784105 CPUtime=0.08 cores=0,2,4,6
/proc/32126/task/32185/stat : 32185 (java) S 32123 32126 27600 0 -1 1077944384 14 12889 0 0 0 0 5 3 20 0 15 0 229816895 11272552448 57701 33554432000 4194304 4196468 140729621724864 140616625284448 140617806808789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38768640 140729621727844 140729621730652 140729621730652 140729621733327 0
[pid=32126/tid=32186] ppid=32123 vsize=11008352 memory=56 CPUtime=0.08 cores=0,2,4,6
/proc/32126/task/32186/stat : 32186 (java) S 32123 32126 27600 0 -1 1077944384 42 12889 0 0 0 0 5 3 20 0 15 0 229816895 11272552448 57701 33554432000 4194304 4196468 140729621724864 140616558171776 140617806808789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38768640 140729621727844 140729621730652 140729621730652 140729621733327 0
[pid=32126/tid=32187] ppid=32123 vsize=11008352 memory=1404238533807934838 CPUtime=0.08 cores=0,2,4,6
/proc/32126/task/32187/stat : 32187 (java) S 32123 32126 27600 0 -1 1077944384 3 12889 0 0 0 0 5 3 20 0 15 0 229816898 11272552448 57701 33554432000 4194304 4196468 140729621724864 140616250776144 140617806817179 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38768640 140729621727844 140729621730652 140729621730652 140729621733327 0
[pid=32126/tid=32188] ppid=32123 vsize=11008352 memory=8326441112149131693 CPUtime=0.89 cores=0,2,4,6
/proc/32126/task/32188/stat : 32188 (java) S 32123 32126 27600 0 -1 1077944384 2076 12889 0 0 80 1 5 3 20 0 15 0 229816898 11272552448 57701 33554432000 4194304 4196468 140729621724864 140617298827376 140617806809730 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38768640 140729621727844 140729621730652 140729621730652 140729621733327 0
[pid=32126/tid=32189] ppid=32123 vsize=11008352 memory=-7533522213388100735 CPUtime=0.74 cores=0,2,4,6
/proc/32126/task/32189/stat : 32189 (java) S 32123 32126 27600 0 -1 1077944384 1417 12889 0 0 65 1 5 3 20 0 15 0 229816898 11272552448 57701 33554432000 4194304 4196468 140729621724864 140617297774576 140617806809730 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38768640 140729621727844 140729621730652 140729621730652 140729621733327 0
[pid=32126/tid=32190] ppid=32123 vsize=11008352 memory=-8033973737701895300 CPUtime=1.25 cores=0,2,4,6
/proc/32126/task/32190/stat : 32190 (java) S 32123 32126 27600 0 -1 1077944384 4494 12889 0 0 116 1 5 3 20 0 15 0 229816898 11272552448 57701 33554432000 4194304 4196468 140729621724864 140616840243568 140617806809730 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38768640 140729621727844 140729621730652 140729621730652 140729621733327 0
[pid=32126/tid=32191] ppid=32123 vsize=11008352 memory=1404238533774450294 CPUtime=0.08 cores=0,2,4,6
/proc/32126/task/32191/stat : 32191 (java) S 32123 32126 27600 0 -1 1077944384 3 12889 0 0 0 0 5 3 20 0 15 0 229816898 11272552448 57701 33554432000 4194304 4196468 140729621724864 140615819979232 140617806808789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38768640 140729621727844 140729621730652 140729621730652 140729621733327 0
[pid=32126/tid=32192] ppid=32123 vsize=11008352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32126/task/32192/stat : 32192 (java) S 32123 32126 27600 0 -1 1077944384 3 12889 0 0 0 0 5 3 20 0 15 0 229816899 11272552448 57701 33554432000 4194304 4196468 140729621724864 140616839191472 140617806809730 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38768640 140729621727844 140729621730652 140729621730652 140729621733327 0
Current children cumulated CPU time: 5.81 s
Current children cumulated vsize: 11008352 KiB
Current children cumulated memory: 230804 KiB

[startup+6.30073 s]
/proc/loadavg: 4.29 3.38 2.44 4/216 32192
/proc/meminfo: memFree=15797952/32770624 swapFree=67108404/67108860
[pid=32126] ppid=32123 vsize=11080032 memory=427944 CPUtime=15.09 cores=0,2,4,6
/proc/32126/stat : 32126 (java) S 32123 32126 27600 0 -1 1077944320 66679 12889 0 0 1474 27 5 3 20 0 15 0 229816884 11345952768 106986 33554432000 4194304 4196468 140729621724864 140729621707408 140617806798583 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 38768640 140729621727844 140729621730652 140729621730652 140729621733327 0
/proc/32126/statm: 2770008 106986 3517 1 0 2731661 0
[pid=32126/tid=32179] ppid=32123 vsize=11080032 memory=386780 CPUtime=6.14 cores=0,2,4,6
/proc/32126/task/32179/stat : 32179 (java) R 32123 32126 27600 0 -1 4202560 40343 12889 0 0 591 15 5 3 20 0 15 0 229816893 11345952768 106986 33554432000 4194304 4196468 140729621724864 140617778629520 140617397124103 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38768640 140729621727844 140729621730652 140729621730652 140729621733327 0
[pid=32126/tid=32180] ppid=32123 vsize=11080032 memory=279695383859648 CPUtime=0.12 cores=0,2,4,6
/proc/32126/task/32180/stat : 32180 (java) S 32123 32126 27600 0 -1 1077944384 211 12889 0 0 4 0 5 3 20 0 15 0 229816893 11345952768 106986 33554432000 4194304 4196468 140729621724864 140617811040656 140617806808789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38768640 140729621727844 140729621730652 140729621730652 140729621733327 0
[pid=32126/tid=32181] ppid=32123 vsize=11080032 memory=3984 CPUtime=0.12 cores=0,2,4,6
/proc/32126/task/32181/stat : 32181 (java) S 32123 32126 27600 0 -1 1077944384 160 12889 0 0 4 0 5 3 20 0 15 0 229816893 11345952768 106986 33554432000 4194304 4196468 140729621724864 140617700645136 140617806808789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38768640 140729621727844 140729621730652 140729621730652 140729621733327 0
[pid=32126/tid=32182] ppid=32123 vsize=11080032 memory=2144 CPUtime=0.13 cores=0,2,4,6
/proc/32126/task/32182/stat : 32182 (java) S 32123 32126 27600 0 -1 1077944384 516 12889 0 0 5 0 5 3 20 0 15 0 229816893 11345952768 106986 33554432000 4194304 4196468 140729621724864 140617345374864 140617806808789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38768640 140729621727844 140729621730652 140729621730652 140729621733327 0
[pid=32126/tid=32183] ppid=32123 vsize=11080032 memory=375224 CPUtime=0.13 cores=0,2,4,6
/proc/32126/task/32183/stat : 32183 (java) S 32123 32126 27600 0 -1 1077944384 87 12889 0 0 4 1 5 3 20 0 15 0 229816893 11345952768 106986 33554432000 4194304 4196468 140729621724864 140617344322064 140617806808789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38768640 140729621727844 140729621730652 140729621730652 140729621733327 0
[pid=32126/tid=32184] ppid=32123 vsize=11080032 memory=279695384268496 CPUtime=0.13 cores=0,2,4,6
/proc/32126/task/32184/stat : 32184 (java) S 32123 32126 27600 0 -1 1077944384 3176 12889 0 0 5 0 5 3 20 0 15 0 229816895 11345952768 106986 33554432000 4194304 4196468 140729621724864 140617299880560 140617806809730 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38768640 140729621727844 140729621730652 140729621730652 140729621733327 0
[pid=32126/tid=32185] ppid=32123 vsize=11080032 memory=8 CPUtime=0.08 cores=0,2,4,6
/proc/32126/task/32185/stat : 32185 (java) S 32123 32126 27600 0 -1 1077944384 19 12889 0 0 0 0 5 3 20 0 15 0 229816895 11345952768 106986 33554432000 4194304 4196468 140729621724864 140616625284512 140617806808789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38768640 140729621727844 140729621730652 140729621730652 140729621733327 0
[pid=32126/tid=32186] ppid=32123 vsize=11080032 memory=8 CPUtime=0.08 cores=0,2,4,6
/proc/32126/task/32186/stat : 32186 (java) S 32123 32126 27600 0 -1 1077944384 50 12889 0 0 0 0 5 3 20 0 15 0 229816895 11345952768 106986 33554432000 4194304 4196468 140729621724864 140616558171776 140617806808789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38768640 140729621727844 140729621730652 140729621730652 140729621733327 0
[pid=32126/tid=32187] ppid=32123 vsize=11080032 memory=8 CPUtime=0.08 cores=0,2,4,6
/proc/32126/task/32187/stat : 32187 (java) S 32123 32126 27600 0 -1 1077944384 3 12889 0 0 0 0 5 3 20 0 15 0 229816898 11345952768 106986 33554432000 4194304 4196468 140729621724864 140616250776144 140617806817179 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38768640 140729621727844 140729621730652 140729621730652 140729621733327 0
[pid=32126/tid=32188] ppid=32123 vsize=11080032 memory=0 CPUtime=3.39 cores=0,2,4,6
/proc/32126/task/32188/stat : 32188 (java) S 32123 32126 27600 0 -1 1077944384 6992 12889 0 0 329 2 5 3 20 0 15 0 229816898 11345952768 106986 33554432000 4194304 4196468 140729621724864 140617298827376 140617806809730 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38768640 140729621727844 140729621730652 140729621730652 140729621733327 0
[pid=32126/tid=32189] ppid=32123 vsize=11080032 memory=0 CPUtime=3.14 cores=0,2,4,6
/proc/32126/task/32189/stat : 32189 (java) S 32123 32126 27600 0 -1 1077944384 4563 12889 0 0 304 2 5 3 20 0 15 0 229816898 11345952768 106986 33554432000 4194304 4196468 140729621724864 140617297774576 140617806809730 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38768640 140729621727844 140729621730652 140729621730652 140729621733327 0
[pid=32126/tid=32190] ppid=32123 vsize=11080032 memory=0 CPUtime=2.33 cores=0,2,4,6
/proc/32126/task/32190/stat : 32190 (java) S 32123 32126 27600 0 -1 1077944384 8355 12889 0 0 222 3 5 3 20 0 15 0 229816898 11345952768 106986 33554432000 4194304 4196468 140729621724864 140616840243568 140617806809730 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38768640 140729621727844 140729621730652 140729621730652 140729621733327 0
[pid=32126/tid=32191] ppid=32123 vsize=11080032 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32126/task/32191/stat : 32191 (java) S 32123 32126 27600 0 -1 1077944384 3 12889 0 0 0 0 5 3 20 0 15 0 229816898 11345952768 106986 33554432000 4194304 4196468 140729621724864 140615819979232 140617806808789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38768640 140729621727844 140729621730652 140729621730652 140729621733327 0
[pid=32126/tid=32192] ppid=32123 vsize=11080032 memory=664970774371478432 CPUtime=0.08 cores=0,2,4,6
/proc/32126/task/32192/stat : 32192 (java) S 32123 32126 27600 0 -1 1077944384 11 12889 0 0 0 0 5 3 20 0 15 0 229816899 11345952768 106986 33554432000 4194304 4196468 140729621724864 140616839191472 140617806809730 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38768640 140729621727844 140729621730652 140729621730652 140729621733327 0
Current children cumulated CPU time: 15.09 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 427944 KiB

[startup+6.46419 s]
# the end of solver process 32126 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=15.0041 s, system=0.334869 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+6.40165 s]
/proc/loadavg: 4.29 3.38 2.44 4/216 32192
/proc/meminfo: memFree=15797952/32770624 swapFree=67108404/67108860
[pid=32126] ppid=32123 vsize=11080032 memory=434272 CPUtime=15.25 cores=0,2,4,6
/proc/32126/stat : 32126 (java) S 32123 32126 27600 0 -1 1077944320 66694 12889 0 0 1489 28 5 3 20 0 15 0 229816884 11345952768 108568 33554432000 4194304 4196468 140729621724864 140729621707408 140617806798583 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 38768640 140729621727844 140729621730652 140729621730652 140729621733327 0
/proc/32126/statm: 2770008 108568 3517 1 0 2731661 0
[pid=32126/tid=32179] ppid=32123 vsize=11080032 memory=6944652177228980320 CPUtime=6.24 cores=0,2,4,6
/proc/32126/task/32179/stat : 32179 (java) R 32123 32126 27600 0 -1 4202560 40344 12889 0 0 601 15 5 3 20 0 15 0 229816893 11345952768 108568 33554432000 4194304 4196468 140729621724864 140617778633400 140617397632902 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 38768640 140729621727844 140729621730652 140729621730652 140729621733327 0
[pid=32126/tid=32180] ppid=32123 vsize=11080032 memory=5792874225013385833 CPUtime=0.13 cores=0,2,4,6
/proc/32126/task/32180/stat : 32180 (java) S 32123 32126 27600 0 -1 1077944384 214 12889 0 0 5 0 5 3 20 0 15 0 229816893 11345952768 108568 33554432000 4194304 4196468 140729621724864 140617811040656 140617806808789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38768640 140729621727844 140729621730652 140729621730652 140729621733327 0
[pid=32126/tid=32181] ppid=32123 vsize=11080032 memory=8099531882097108048 CPUtime=0.13 cores=0,2,4,6
/proc/32126/task/32181/stat : 32181 (java) S 32123 32126 27600 0 -1 1077944384 164 12889 0 0 5 0 5 3 20 0 15 0 229816893 11345952768 108568 33554432000 4194304 4196468 140729621724864 140617700645136 140617806808789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38768640 140729621727844 140729621730652 140729621730652 140729621733327 0
[pid=32126/tid=32182] ppid=32123 vsize=11080032 memory=6791534058613427641 CPUtime=0.14 cores=0,2,4,6
/proc/32126/task/32182/stat : 32182 (java) S 32123 32126 27600 0 -1 1077944384 519 12889 0 0 5 1 5 3 20 0 15 0 229816893 11345952768 108568 33554432000 4194304 4196468 140729621724864 140617345374864 140617806808789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38768640 140729621727844 140729621730652 140729621730652 140729621733327 0
[pid=32126/tid=32183] ppid=32123 vsize=11080032 memory=6791534058613427641 CPUtime=0.14 cores=0,2,4,6
/proc/32126/task/32183/stat : 32183 (java) S 32123 32126 27600 0 -1 1077944384 90 12889 0 0 5 1 5 3 20 0 15 0 229816893 11345952768 108568 33554432000 4194304 4196468 140729621724864 140617344322064 140617806808789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38768640 140729621727844 140729621730652 140729621730652 140729621733327 0
[pid=32126/tid=32184] ppid=32123 vsize=11080032 memory=4044 CPUtime=0.13 cores=0,2,4,6
/proc/32126/task/32184/stat : 32184 (java) S 32123 32126 27600 0 -1 1077944384 3177 12889 0 0 5 0 5 3 20 0 15 0 229816895 11345952768 108568 33554432000 4194304 4196468 140729621724864 140617299880560 140617806809730 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38768640 140729621727844 140729621730652 140729621730652 140729621733327 0
[pid=32126/tid=32185] ppid=32123 vsize=11080032 memory=34556 CPUtime=0.08 cores=0,2,4,6
/proc/32126/task/32185/stat : 32185 (java) S 32123 32126 27600 0 -1 1077944384 19 12889 0 0 0 0 5 3 20 0 15 0 229816895 11345952768 108568 33554432000 4194304 4196468 140729621724864 140616625284512 140617806808789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38768640 140729621727844 140729621730652 140729621730652 140729621733327 0
[pid=32126/tid=32186] ppid=32123 vsize=11080032 memory=14644 CPUtime=0.08 cores=0,2,4,6
/proc/32126/task/32186/stat : 32186 (java) S 32123 32126 27600 0 -1 1077944384 50 12889 0 0 0 0 5 3 20 0 15 0 229816895 11345952768 108568 33554432000 4194304 4196468 140729621724864 140616558171776 140617806808789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38768640 140729621727844 140729621730652 140729621730652 140729621733327 0
[pid=32126/tid=32187] ppid=32123 vsize=11080032 memory=1720 CPUtime=0.08 cores=0,2,4,6
/proc/32126/task/32187/stat : 32187 (java) S 32123 32126 27600 0 -1 1077944384 3 12889 0 0 0 0 5 3 20 0 15 0 229816898 11345952768 108568 33554432000 4194304 4196468 140729621724864 140616250776144 140617806817179 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38768640 140729621727844 140729621730652 140729621730652 140729621733327 0
[pid=32126/tid=32188] ppid=32123 vsize=11080032 memory=508 CPUtime=3.41 cores=0,2,4,6
/proc/32126/task/32188/stat : 32188 (java) S 32123 32126 27600 0 -1 1077944384 6992 12889 0 0 331 2 5 3 20 0 15 0 229816898 11345952768 108568 33554432000 4194304 4196468 140729621724864 140617298827376 140617806809730 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38768640 140729621727844 140729621730652 140729621730652 140729621733327 0
[pid=32126/tid=32189] ppid=32123 vsize=11080032 memory=928 CPUtime=3.16 cores=0,2,4,6
/proc/32126/task/32189/stat : 32189 (java) S 32123 32126 27600 0 -1 1077944384 4563 12889 0 0 306 2 5 3 20 0 15 0 229816898 11345952768 108568 33554432000 4194304 4196468 140729621724864 140617297774576 140617806809730 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38768640 140729621727844 140729621730652 140729621730652 140729621733327 0
[pid=32126/tid=32190] ppid=32123 vsize=11080032 memory=1172 CPUtime=2.33 cores=0,2,4,6
/proc/32126/task/32190/stat : 32190 (java) S 32123 32126 27600 0 -1 1077944384 8355 12889 0 0 222 3 5 3 20 0 15 0 229816898 11345952768 108568 33554432000 4194304 4196468 140729621724864 140616840243568 140617806809730 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38768640 140729621727844 140729621730652 140729621730652 140729621733327 0
[pid=32126/tid=32191] ppid=32123 vsize=11080032 memory=2404 CPUtime=0.08 cores=0,2,4,6
/proc/32126/task/32191/stat : 32191 (java) S 32123 32126 27600 0 -1 1077944384 3 12889 0 0 0 0 5 3 20 0 15 0 229816898 11345952768 108568 33554432000 4194304 4196468 140729621724864 140615819979232 140617806808789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38768640 140729621727844 140729621730652 140729621730652 140729621733327 0
[pid=32126/tid=32192] ppid=32123 vsize=11080032 memory=1576 CPUtime=0.08 cores=0,2,4,6
/proc/32126/task/32192/stat : 32192 (java) S 32123 32126 27600 0 -1 1077944384 11 12889 0 0 0 0 5 3 20 0 15 0 229816899 11345952768 108568 33554432000 4194304 4196468 140729621724864 140616839191472 140617806809730 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38768640 140729621727844 140729621730652 140729621730652 140729621733327 0
Current children cumulated CPU time: 15.25 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 434272 KiB

Child status: 0
Real time (s): 6.46424
CPU time (s): 15.339
CPU user time (s): 15.0041
CPU system time (s): 0.334869
CPU usage (%): 237.29
Max. virtual memory (cumulated for all children) (KiB): 11080032
Max. memory (cumulated for all children) (KiB): 434272

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 15.0041
system time used= 0.334869
maximum resident set size= 436436
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 79650
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= 8877
involuntary context switches= 70


# summary of solver processes directly reported to runsolver:
#   pid: 32126
#   total CPU time (s): 15.339
#   total CPU user time (s): 15.0041
#   total CPU system time (s): 0.334869

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.060581 second user time and 0.103344 second system time

The end

Launcher Data

Begin job on node148 at 2018-08-13 03:08:57
IDJOB=4304636
IDBENCH=141489
IDSOLVER=2781
FILE ID=node148/4304636-1534122537
RUNJOBID= node148-1534098057-27631
PBS_JOBID= 21037003
Free space on /tmp= 33932 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/PeacableArmies/PeacableArmies-m1-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-4304636-1534122537/watcher-4304636-1534122537 -o /tmp/evaluation-result-4304636-1534122537/solver-4304636-1534122537 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1534098057-27631 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=465177045 -superng HOME/instance-4304636-1534122537.xml

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

MD5SUM BENCH= 4b3a1ce7a352f102282a9a722b8ddb17
RANDOM SEED=465177045

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:        16214508 kB
MemAvailable:   30979296 kB
Buffers:          199028 kB
Cached:         14615504 kB
SwapCached:          352 kB
Active:          8218548 kB
Inactive:        7576456 kB
Active(anon):     933856 kB
Inactive(anon):    99204 kB
Active(file):    7284692 kB
Inactive(file):  7477252 kB
Unevictable:        7340 kB
Mlocked:            7340 kB
SwapTotal:      67108860 kB
SwapFree:       67108404 kB
Dirty:             26588 kB
Writeback:             0 kB
AnonPages:        987736 kB
Mapped:            67988 kB
Shmem:             49624 kB
Slab:             459380 kB
SReclaimable:     431304 kB
SUnreclaim:        28076 kB
KernelStack:        3520 kB
PageTables:         7704 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2108996 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    886784 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= 33908 MiB
End job on node148 at 2018-08-13 03:09:04