Trace number 4304647

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.2OPT628 7.76777 4.36224

General information on the benchmark

NameMario/
Mario-easy-2_c18.xml
MD5SUMf67e3538ea675b4814e62926b7227759
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark628
Best CPU time to get the best result obtained on this benchmark1.31422
Satisfiable
(Un)Satisfiability was proved
Number of variables45
Number of constraints31
Number of domains29
Minimum domain size1
Maximum domain size15
Distribution of domain sizes[{"size":1,"count":2},{"size":2,"count":13},{"size":14,"count":3},{"size":15,"count":27}]
Minimum variable degree1
Maximum variable degree3
Distribution of variable degrees[{"degree":1,"count":2},{"degree":2,"count":29},{"degree":3,"count":14}]
Minimum constraint arity1
Maximum constraint arity15
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":28},{"arity":15,"count":2}]
Number of extensional constraints15
Number of intensional constraints14
Distribution of constraint types[{"type":"extension","count":15},{"type":"intension","count":14},{"type":"sum","count":1},{"type":"circuit","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.74	c Concrete v3.9.2.1532736233296 running
7.27/4.29	o 614
7.63/4.33	o 628
7.63/4.33	v <instantiation cost="628">
7.63/4.33	v       <list>
7.63/4.33	v         s[0] s[1] s[2] s[3] s[4] s[5] s[6] s[7] s[8] s[9] s[10] s[11] s[12] s[13] s[14] f[0] f[1] f[2] f[3] f[4] f[5] f[6] f[7] f[8] f[9] f[10] f[11] f[12] f[13] f[14] g[0] g[1] g[2] g[3] g[4] g[5] g[6] g[7] g[8] g[9] g[10] g[11] g[12] g[13] g[14]
7.63/4.33	v       </list>
7.63/4.33	v       <values>
7.63/4.33	v         10 0 5 6 2 3 9 14 12 7 4 1 11 8 13 13 0 72 31 110 80 27 118 267 221 101 528 33 167 143 0 0 40 67 89 50 6 19 47 68 94 86 34 14 14
7.63/4.33	v       </values>
7.63/4.33	v     </instantiation>
7.63/4.33	s OPTIMUM FOUND

Verifier Data

OK	628

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4304647-1534123827/watcher-4304647-1534123827 -o /tmp/evaluation-result-4304647-1534123827/solver-4304647-1534123827 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1534095354-25287 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=1480620332 HOME/instance-4304647-1534123827.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=32281, runsolver pid=32278
Current StackSize limit: 8192 KiB


[startup+0.102809 s]*
/proc/loadavg: 1.57 1.76 1.76 2/207 32338
/proc/meminfo: memFree=27801752/32770624 swapFree=67030660/67108860
[pid=32281] ppid=32278 vsize=10005480 memory=18328 CPUtime=0.09 cores=0,2,4,6
/proc/32281/stat : 32281 (java) S 32278 32281 25256 0 -1 1077944320 4253 13134 0 0 1 0 5 3 20 0 6 0 229945880 10245611520 4582 33554432000 4194304 4196468 140725846534208 140725846516752 140619323268855 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 39571456 140725846542956 140725846545756 140725846545756 140725846548431 0
/proc/32281/statm: 2501370 4582 1930 1 0 2489808 0
[pid=32281/tid=32334] ppid=32278 vsize=10005480 memory=4279135704047190159 CPUtime=0.09 cores=0,2,4,6
/proc/32281/task/32334/stat : 32334 (java) R 32278 32281 25256 0 -1 4202560 2057 13134 0 0 1 0 5 3 20 0 6 0 229945889 10245611520 4582 33554432000 4194304 4196468 140725846534208 140619295105616 140619323290781 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39571456 140725846542956 140725846545756 140725846545756 140725846548431 0
[pid=32281/tid=32335] ppid=32278 vsize=10005480 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32281/task/32335/stat : 32335 (java) S 32278 32281 25256 0 -1 1077944384 1 13134 0 0 0 0 5 3 20 0 6 0 229945890 10245611520 4582 33554432000 4194304 4196468 140725846534208 140619327511568 140619323279061 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39571456 140725846542956 140725846545756 140725846545756 140725846548431 0
[pid=32281/tid=32336] ppid=32278 vsize=10005480 memory=139909701158528 CPUtime=0.08 cores=0,2,4,6
/proc/32281/task/32336/stat : 32336 (java) S 32278 32281 25256 0 -1 1077944384 1 13134 0 0 0 0 5 3 20 0 6 0 229945890 10245611520 4582 33554432000 4194304 4196468 140725846534208 140619182230672 140619323279061 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39571456 140725846542956 140725846545756 140725846545756 140725846548431 0
[pid=32281/tid=32337] ppid=32278 vsize=10005480 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32281/task/32337/stat : 32337 (java) S 32278 32281 25256 0 -1 1077944384 1 13134 0 0 0 0 5 3 20 0 6 0 229945890 10245611520 4582 33554432000 4194304 4196468 140725846534208 140619181177616 140619323279061 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39571456 140725846542956 140725846545756 140725846545756 140725846548431 0
[pid=32281/tid=32338] ppid=32278 vsize=10005480 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/32281/task/32338/stat : 32338 (java) S 32278 32281 25256 0 -1 1077944384 2 13134 0 0 0 0 5 3 20 0 6 0 229945890 10245611520 4582 33554432000 4194304 4196468 140725846534208 140619180125072 140619323279061 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39571456 140725846542956 140725846545756 140725846545756 140725846548431 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 18328 KiB

[startup+0.209947 s]*
/proc/loadavg: 1.57 1.76 1.76 3/216 32347
/proc/meminfo: memFree=27780140/32770624 swapFree=67030660/67108860
[pid=32281] ppid=32278 vsize=10982744 memory=44900 CPUtime=0.26 cores=0,2,4,6
/proc/32281/stat : 32281 (java) S 32278 32281 25256 0 -1 1077944320 6945 13134 0 0 16 2 5 3 20 0 15 0 229945880 11246329856 11225 33554432000 4194304 4196468 140725846534208 140725846516752 140619323268855 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 39571456 140725846542956 140725846545756 140725846545756 140725846548431 0
/proc/32281/statm: 2745686 11225 2952 1 0 2708109 0
[pid=32281/tid=32334] ppid=32278 vsize=10982744 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/32281/task/32334/stat : 32334 (java) R 32278 32281 25256 0 -1 4202560 3503 13134 0 0 10 1 5 3 20 0 15 0 229945889 11246329856 11225 33554432000 4194304 4196468 140725846534208 140619295090864 140619323282759 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39571456 140725846542956 140725846545756 140725846545756 140725846548431 0
[pid=32281/tid=32335] ppid=32278 vsize=10982744 memory=343 CPUtime=0.08 cores=0,2,4,6
/proc/32281/task/32335/stat : 32335 (java) S 32278 32281 25256 0 -1 1077944384 1 13134 0 0 0 0 5 3 20 0 15 0 229945890 11246329856 11225 33554432000 4194304 4196468 140725846534208 140619327511568 140619323279061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39571456 140725846542956 140725846545756 140725846545756 140725846548431 0
[pid=32281/tid=32336] ppid=32278 vsize=10982744 memory=139909701186889 CPUtime=0.08 cores=0,2,4,6
/proc/32281/task/32336/stat : 32336 (java) S 32278 32281 25256 0 -1 1077944384 1 13134 0 0 0 0 5 3 20 0 15 0 229945890 11246329856 11291 33554432000 4194304 4196468 140725846534208 140619182230672 140619323279061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39571456 140725846542956 140725846545756 140725846545756 140725846548431 0
[pid=32281/tid=32337] ppid=32278 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32281/task/32337/stat : 32337 (java) S 32278 32281 25256 0 -1 1077944384 1 13134 0 0 0 0 5 3 20 0 15 0 229945890 11246329856 11291 33554432000 4194304 4196468 140725846534208 140619181177616 140619323279061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39571456 140725846542956 140725846545756 140725846545756 140725846548431 0
[pid=32281/tid=32338] ppid=32278 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/32281/task/32338/stat : 32338 (java) S 32278 32281 25256 0 -1 1077944384 2 13134 0 0 0 0 5 3 20 0 15 0 229945890 11246329856 11291 33554432000 4194304 4196468 140725846534208 140619180125072 140619323279061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39571456 140725846542956 140725846545756 140725846545756 140725846548431 0
[pid=32281/tid=32339] ppid=32278 vsize=10982744 memory=139909701158528 CPUtime=0.08 cores=0,2,4,6
/proc/32281/task/32339/stat : 32339 (java) S 32278 32281 25256 0 -1 1077944384 2 13134 0 0 0 0 5 3 20 0 15 0 229945892 11246329856 11291 33554432000 4194304 4196468 140725846534208 140618748590320 140619323280002 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39571456 140725846542956 140725846545756 140725846545756 140725846548431 0
[pid=32281/tid=32340] ppid=32278 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/32281/task/32340/stat : 32340 (java) S 32278 32281 25256 0 -1 1077944384 13 13134 0 0 0 0 5 3 20 0 15 0 229945892 11246329856 11291 33554432000 4194304 4196468 140725846534208 140618115310752 140619323279061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39571456 140725846542956 140725846545756 140725846545756 140725846548431 0
[pid=32281/tid=32341] ppid=32278 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32281/task/32341/stat : 32341 (java) S 32278 32281 25256 0 -1 1077944384 1 13134 0 0 0 0 5 3 20 0 15 0 229945893 11246329856 11291 33554432000 4194304 4196468 140725846534208 140617967461104 140619323279061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39571456 140725846542956 140725846545756 140725846545756 140725846548431 0
[pid=32281/tid=32342] ppid=32278 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32281/task/32342/stat : 32342 (java) S 32278 32281 25256 0 -1 1077944384 3 13134 0 0 0 0 5 3 20 0 15 0 229945895 11246329856 11291 33554432000 4194304 4196468 140725846534208 140617660061648 140619323287451 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39571456 140725846542956 140725846545756 140725846545756 140725846548431 0
[pid=32281/tid=32343] ppid=32278 vsize=10982744 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/32281/task/32343/stat : 32343 (java) S 32278 32281 25256 0 -1 1077944384 364 13134 0 0 1 0 5 3 20 0 15 0 229945895 11246329856 11291 33554432000 4194304 4196468 140725846534208 140618747538160 140619323280002 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39571456 140725846542956 140725846545756 140725846545756 140725846548431 0
[pid=32281/tid=32344] ppid=32278 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/32281/task/32344/stat : 32344 (java) S 32278 32281 25256 0 -1 1077944384 255 13134 0 0 0 0 5 3 20 0 15 0 229945895 11246329856 11291 33554432000 4194304 4196468 140725846534208 140618746485616 140619323280002 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39571456 140725846542956 140725846545756 140725846545756 140725846548431 0
[pid=32281/tid=32345] ppid=32278 vsize=10982744 memory=139909701158528 CPUtime=0.11 cores=0,2,4,6
/proc/32281/task/32345/stat : 32345 (java) S 32278 32281 25256 0 -1 1077944384 602 13134 0 0 3 0 5 3 20 0 15 0 229945895 11246329856 11291 33554432000 4194304 4196468 140725846534208 140618745432560 140619323280002 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39571456 140725846542956 140725846545756 140725846545756 140725846548431 0
[pid=32281/tid=32346] ppid=32278 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/32281/task/32346/stat : 32346 (java) S 32278 32281 25256 0 -1 1077944384 3 13134 0 0 0 0 5 3 20 0 15 0 229945895 11246329856 11291 33554432000 4194304 4196468 140725846534208 140617229265760 140619323279061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39571456 140725846542956 140725846545756 140725846545756 140725846548431 0
[pid=32281/tid=32347] ppid=32278 vsize=10982744 memory=139909701158528 CPUtime=0.08 cores=0,2,4,6
/proc/32281/task/32347/stat : 32347 (java) S 32278 32281 25256 0 -1 1077944384 1 13134 0 0 0 0 5 3 20 0 15 0 229945896 11246329856 11291 33554432000 4194304 4196468 140725846534208 140618744379952 140619323280002 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39571456 140725846542956 140725846545756 140725846545756 140725846548431 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 44900 KiB

[startup+0.310515 s]*
/proc/loadavg: 1.57 1.76 1.76 3/216 32347
/proc/meminfo: memFree=27767240/32770624 swapFree=67030660/67108860
[pid=32281] ppid=32278 vsize=10983192 memory=58840 CPUtime=0.39 cores=0,2,4,6
/proc/32281/stat : 32281 (java) S 32278 32281 25256 0 -1 1077944320 10258 13134 0 0 28 3 5 3 20 0 15 0 229945880 11246788608 14710 33554432000 4194304 4196468 140725846534208 140725846516752 140619323268855 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 39571456 140725846542956 140725846545756 140725846545756 140725846548431 0
/proc/32281/statm: 2745798 14710 3071 1 0 2708109 0
[pid=32281/tid=32334] ppid=32278 vsize=10983192 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/32281/task/32334/stat : 32334 (java) R 32278 32281 25256 0 -1 4202560 6803 13134 0 0 19 2 5 3 20 0 15 0 229945889 11246788608 14710 33554432000 4194304 4196468 140725846534208 140619295080864 140619323290781 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39571456 140725846542956 140725846545756 140725846545756 140725846548431 0
[pid=32281/tid=32335] ppid=32278 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32281/task/32335/stat : 32335 (java) S 32278 32281 25256 0 -1 1077944384 1 13134 0 0 0 0 5 3 20 0 15 0 229945890 11246788608 14710 33554432000 4194304 4196468 140725846534208 140619327511568 140619323279061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39571456 140725846542956 140725846545756 140725846545756 140725846548431 0
[pid=32281/tid=32336] ppid=32278 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32281/task/32336/stat : 32336 (java) S 32278 32281 25256 0 -1 1077944384 1 13134 0 0 0 0 5 3 20 0 15 0 229945890 11246788608 14710 33554432000 4194304 4196468 140725846534208 140619182230672 140619323279061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39571456 140725846542956 140725846545756 140725846545756 140725846548431 0
[pid=32281/tid=32337] ppid=32278 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32281/task/32337/stat : 32337 (java) S 32278 32281 25256 0 -1 1077944384 1 13134 0 0 0 0 5 3 20 0 15 0 229945890 11246788608 14710 33554432000 4194304 4196468 140725846534208 140619181177616 140619323279061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39571456 140725846542956 140725846545756 140725846545756 140725846548431 0
[pid=32281/tid=32338] ppid=32278 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32281/task/32338/stat : 32338 (java) S 32278 32281 25256 0 -1 1077944384 2 13134 0 0 0 0 5 3 20 0 15 0 229945890 11246788608 14710 33554432000 4194304 4196468 140725846534208 140619180125072 140619323279061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39571456 140725846542956 140725846545756 140725846545756 140725846548431 0
[pid=32281/tid=32339] ppid=32278 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32281/task/32339/stat : 32339 (java) S 32278 32281 25256 0 -1 1077944384 2 13134 0 0 0 0 5 3 20 0 15 0 229945892 11246788608 14710 33554432000 4194304 4196468 140725846534208 140618748590320 140619323280002 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39571456 140725846542956 140725846545756 140725846545756 140725846548431 0
[pid=32281/tid=32340] ppid=32278 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/32281/task/32340/stat : 32340 (java) S 32278 32281 25256 0 -1 1077944384 13 13134 0 0 0 0 5 3 20 0 15 0 229945892 11246788608 14710 33554432000 4194304 4196468 140725846534208 140618115310752 140619323279061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39571456 140725846542956 140725846545756 140725846545756 140725846548431 0
[pid=32281/tid=32341] ppid=32278 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32281/task/32341/stat : 32341 (java) S 32278 32281 25256 0 -1 1077944384 1 13134 0 0 0 0 5 3 20 0 15 0 229945893 11246788608 14710 33554432000 4194304 4196468 140725846534208 140617967461104 140619323279061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39571456 140725846542956 140725846545756 140725846545756 140725846548431 0
[pid=32281/tid=32342] ppid=32278 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32281/task/32342/stat : 32342 (java) S 32278 32281 25256 0 -1 1077944384 3 13134 0 0 0 0 5 3 20 0 15 0 229945895 11246788608 14710 33554432000 4194304 4196468 140725846534208 140617660061648 140619323287451 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39571456 140725846542956 140725846545756 140725846545756 140725846548431 0
[pid=32281/tid=32343] ppid=32278 vsize=10983192 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/32281/task/32343/stat : 32343 (java) S 32278 32281 25256 0 -1 1077944384 364 13134 0 0 1 0 5 3 20 0 15 0 229945895 11246788608 14710 33554432000 4194304 4196468 140725846534208 140618747538160 140619323280002 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39571456 140725846542956 140725846545756 140725846545756 140725846548431 0
[pid=32281/tid=32344] ppid=32278 vsize=10983192 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/32281/task/32344/stat : 32344 (java) S 32278 32281 25256 0 -1 1077944384 262 13134 0 0 1 0 5 3 20 0 15 0 229945895 11246788608 14710 33554432000 4194304 4196468 140725846534208 140618746485616 140619323280002 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39571456 140725846542956 140725846545756 140725846545756 140725846548431 0
[pid=32281/tid=32345] ppid=32278 vsize=10983192 memory=139909701158528 CPUtime=0.12 cores=0,2,4,6
/proc/32281/task/32345/stat : 32345 (java) S 32278 32281 25256 0 -1 1077944384 608 13134 0 0 4 0 5 3 20 0 15 0 229945895 11246788608 14710 33554432000 4194304 4196468 140725846534208 140618745432560 140619323280002 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39571456 140725846542956 140725846545756 140725846545756 140725846548431 0
[pid=32281/tid=32346] ppid=32278 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/32281/task/32346/stat : 32346 (java) S 32278 32281 25256 0 -1 1077944384 3 13134 0 0 0 0 5 3 20 0 15 0 229945895 11246788608 14710 33554432000 4194304 4196468 140725846534208 140617229265760 140619323279061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39571456 140725846542956 140725846545756 140725846545756 140725846548431 0
[pid=32281/tid=32347] ppid=32278 vsize=10983192 memory=139909701158528 CPUtime=0.08 cores=0,2,4,6
/proc/32281/task/32347/stat : 32347 (java) S 32278 32281 25256 0 -1 1077944384 1 13134 0 0 0 0 5 3 20 0 15 0 229945896 11246788608 14710 33554432000 4194304 4196468 140725846534208 140618744379952 140619323280002 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39571456 140725846542956 140725846545756 140725846545756 140725846548431 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 58840 KiB

[startup+0.700815 s]
/proc/loadavg: 1.57 1.76 1.76 3/216 32347
/proc/meminfo: memFree=27756480/32770624 swapFree=67030660/67108860
[pid=32281] ppid=32278 vsize=10983192 memory=91240 CPUtime=1 cores=0,2,4,6
/proc/32281/stat : 32281 (java) S 32278 32281 25256 0 -1 1077944320 16384 13134 0 0 87 5 5 3 20 0 15 0 229945880 11246788608 22810 33554432000 4194304 4196468 140725846534208 140725846516752 140619323268855 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 39571456 140725846542956 140725846545756 140725846545756 140725846548431 0
/proc/32281/statm: 2745798 22810 3238 1 0 2708109 0
[pid=32281/tid=32334] ppid=32278 vsize=10983192 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/32281/task/32334/stat : 32334 (java) R 32278 32281 25256 0 -1 4202560 11866 13134 0 0 55 3 5 3 20 0 15 0 229945889 11246788608 22810 33554432000 4194304 4196468 140725846534208 140619295089680 140619302869209 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39571456 140725846542956 140725846545756 140725846545756 140725846548431 0
[pid=32281/tid=32335] ppid=32278 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32281/task/32335/stat : 32335 (java) S 32278 32281 25256 0 -1 1077944384 1 13134 0 0 0 0 5 3 20 0 15 0 229945890 11246788608 22810 33554432000 4194304 4196468 140725846534208 140619327511568 140619323279061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39571456 140725846542956 140725846545756 140725846545756 140725846548431 0
[pid=32281/tid=32336] ppid=32278 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32281/task/32336/stat : 32336 (java) S 32278 32281 25256 0 -1 1077944384 1 13134 0 0 0 0 5 3 20 0 15 0 229945890 11246788608 22810 33554432000 4194304 4196468 140725846534208 140619182230672 140619323279061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39571456 140725846542956 140725846545756 140725846545756 140725846548431 0
[pid=32281/tid=32337] ppid=32278 vsize=10983192 memory=139909566444304 CPUtime=0.08 cores=0,2,4,6
/proc/32281/task/32337/stat : 32337 (java) S 32278 32281 25256 0 -1 1077944384 1 13134 0 0 0 0 5 3 20 0 15 0 229945890 11246788608 22810 33554432000 4194304 4196468 140725846534208 140619181177616 140619323279061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39571456 140725846542956 140725846545756 140725846545756 140725846548431 0
[pid=32281/tid=32338] ppid=32278 vsize=10983192 memory=139912854635081 CPUtime=0.08 cores=0,2,4,6
/proc/32281/task/32338/stat : 32338 (java) S 32278 32281 25256 0 -1 1077944384 2 13134 0 0 0 0 5 3 20 0 15 0 229945890 11246788608 22810 33554432000 4194304 4196468 140725846534208 140619180125072 140619323279061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39571456 140725846542956 140725846545756 140725846545756 140725846548431 0
[pid=32281/tid=32339] ppid=32278 vsize=10983192 memory=752 CPUtime=0.08 cores=0,2,4,6
/proc/32281/task/32339/stat : 32339 (java) S 32278 32281 25256 0 -1 1077944384 5 13134 0 0 0 0 5 3 20 0 15 0 229945892 11246788608 22810 33554432000 4194304 4196468 140725846534208 140618748590320 140619323280002 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39571456 140725846542956 140725846545756 140725846545756 140725846548431 0
[pid=32281/tid=32340] ppid=32278 vsize=10983192 memory=7014751519650764113 CPUtime=0.08 cores=0,2,4,6
/proc/32281/task/32340/stat : 32340 (java) S 32278 32281 25256 0 -1 1077944384 13 13134 0 0 0 0 5 3 20 0 15 0 229945892 11246788608 22810 33554432000 4194304 4196468 140725846534208 140618115310752 140619323279061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39571456 140725846542956 140725846545756 140725846545756 140725846548431 0
[pid=32281/tid=32341] ppid=32278 vsize=10983192 memory=6082220498109819240 CPUtime=0.08 cores=0,2,4,6
/proc/32281/task/32341/stat : 32341 (java) S 32278 32281 25256 0 -1 1077944384 1 13134 0 0 0 0 5 3 20 0 15 0 229945893 11246788608 22810 33554432000 4194304 4196468 140725846534208 140617967461104 140619323279061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39571456 140725846542956 140725846545756 140725846545756 140725846548431 0
[pid=32281/tid=32342] ppid=32278 vsize=10983192 memory=2228 CPUtime=0.08 cores=0,2,4,6
/proc/32281/task/32342/stat : 32342 (java) S 32278 32281 25256 0 -1 1077944384 3 13134 0 0 0 0 5 3 20 0 15 0 229945895 11246788608 22810 33554432000 4194304 4196468 140725846534208 140617660061648 140619323287451 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39571456 140725846542956 140725846545756 140725846545756 140725846548431 0
[pid=32281/tid=32343] ppid=32278 vsize=10983192 memory=30952 CPUtime=0.17 cores=0,2,4,6
/proc/32281/task/32343/stat : 32343 (java) S 32278 32281 25256 0 -1 1077944384 1003 13134 0 0 9 0 5 3 20 0 15 0 229945895 11246788608 22810 33554432000 4194304 4196468 140725846534208 140618747538160 140619323280002 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39571456 140725846542956 140725846545756 140725846545756 140725846548431 0
[pid=32281/tid=32344] ppid=32278 vsize=10983192 memory=11904 CPUtime=0.15 cores=0,2,4,6
/proc/32281/task/32344/stat : 32344 (java) S 32278 32281 25256 0 -1 1077944384 630 13134 0 0 7 0 5 3 20 0 15 0 229945895 11246788608 22810 33554432000 4194304 4196468 140725846534208 140618746485616 140619323280002 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39571456 140725846542956 140725846545756 140725846545756 140725846548431 0
[pid=32281/tid=32345] ppid=32278 vsize=10983192 memory=492 CPUtime=0.21 cores=0,2,4,6
/proc/32281/task/32345/stat : 32345 (java) S 32278 32281 25256 0 -1 1077944384 662 13134 0 0 13 0 5 3 20 0 15 0 229945895 11246788608 22810 33554432000 4194304 4196468 140725846534208 140618745432560 140619323280002 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39571456 140725846542956 140725846545756 140725846545756 140725846548431 0
[pid=32281/tid=32346] ppid=32278 vsize=10983192 memory=1560 CPUtime=0.08 cores=0,2,4,6
/proc/32281/task/32346/stat : 32346 (java) S 32278 32281 25256 0 -1 1077944384 3 13134 0 0 0 0 5 3 20 0 15 0 229945895 11246788608 22810 33554432000 4194304 4196468 140725846534208 140617229265760 140619323279061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39571456 140725846542956 140725846545756 140725846545756 140725846548431 0
[pid=32281/tid=32347] ppid=32278 vsize=10983192 memory=932 CPUtime=0.08 cores=0,2,4,6
/proc/32281/task/32347/stat : 32347 (java) S 32278 32281 25256 0 -1 1077944384 1 13134 0 0 0 0 5 3 20 0 15 0 229945896 11246788608 22810 33554432000 4194304 4196468 140725846534208 140618744379952 140619323280002 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39571456 140725846542956 140725846545756 140725846545756 140725846548431 0
Current children cumulated CPU time: 1 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 91240 KiB

[startup+1.50079 s]
/proc/loadavg: 1.60 1.76 1.76 5/216 32347
/proc/meminfo: memFree=27711576/32770624 swapFree=67030660/67108860
[pid=32281] ppid=32278 vsize=10998092 memory=181932 CPUtime=2.29 cores=0,2,4,6
/proc/32281/stat : 32281 (java) S 32278 32281 25256 0 -1 1077944320 23426 13134 0 0 211 10 5 3 20 0 15 0 229945880 11262046208 45483 33554432000 4194304 4196468 140725846534208 140725846516752 140619323268855 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 39571456 140725846542956 140725846545756 140725846545756 140725846548431 0
/proc/32281/statm: 2749523 45483 3466 1 0 2711181 0
[pid=32281/tid=32334] ppid=32278 vsize=10998092 memory=67872 CPUtime=1.44 cores=0,2,4,6
/proc/32281/task/32334/stat : 32334 (java) R 32278 32281 25256 0 -1 4202560 17297 13134 0 0 130 6 5 3 20 0 15 0 229945889 11262046208 45483 33554432000 4194304 4196468 140725846534208 140619295098800 140619212757550 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39571456 140725846542956 140725846545756 140725846545756 140725846548431 0
[pid=32281/tid=32335] ppid=32278 vsize=10998092 memory=6791534058613427641 CPUtime=0.09 cores=0,2,4,6
/proc/32281/task/32335/stat : 32335 (java) S 32278 32281 25256 0 -1 1077944384 60 13134 0 0 1 0 5 3 20 0 15 0 229945890 11262046208 45483 33554432000 4194304 4196468 140725846534208 140619327511568 140619323279061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39571456 140725846542956 140725846545756 140725846545756 140725846548431 0
[pid=32281/tid=32336] ppid=32278 vsize=10998092 memory=279819132919968 CPUtime=0.09 cores=0,2,4,6
/proc/32281/task/32336/stat : 32336 (java) S 32278 32281 25256 0 -1 1077944384 16 13134 0 0 1 0 5 3 20 0 15 0 229945890 11262046208 45483 33554432000 4194304 4196468 140725846534208 140619182230672 140619323279061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39571456 140725846542956 140725846545756 140725846545756 140725846548431 0
[pid=32281/tid=32337] ppid=32278 vsize=10998092 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/32281/task/32337/stat : 32337 (java) S 32278 32281 25256 0 -1 1077944384 193 13134 0 0 1 0 5 3 20 0 15 0 229945890 11262046208 45483 33554432000 4194304 4196468 140725846534208 140619181177616 140619323279061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39571456 140725846542956 140725846545756 140725846545756 140725846548431 0
[pid=32281/tid=32338] ppid=32278 vsize=10998092 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/32281/task/32338/stat : 32338 (java) S 32278 32281 25256 0 -1 1077944384 41 13134 0 0 1 0 5 3 20 0 15 0 229945890 11262046208 45483 33554432000 4194304 4196468 140725846534208 140619180125072 140619323279061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39571456 140725846542956 140725846545756 140725846545756 140725846548431 0
[pid=32281/tid=32339] ppid=32278 vsize=10998092 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/32281/task/32339/stat : 32339 (java) S 32278 32281 25256 0 -1 1077944384 51 13134 0 0 1 0 5 3 20 0 15 0 229945892 11262046208 45483 33554432000 4194304 4196468 140725846534208 140618748590320 140619323280002 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39571456 140725846542956 140725846545756 140725846545756 140725846548431 0
[pid=32281/tid=32340] ppid=32278 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32281/task/32340/stat : 32340 (java) S 32278 32281 25256 0 -1 1077944384 14 13134 0 0 0 0 5 3 20 0 15 0 229945892 11262046208 45483 33554432000 4194304 4196468 140725846534208 140618115310816 140619323279061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39571456 140725846542956 140725846545756 140725846545756 140725846548431 0
[pid=32281/tid=32341] ppid=32278 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32281/task/32341/stat : 32341 (java) S 32278 32281 25256 0 -1 1077944384 1 13134 0 0 0 0 5 3 20 0 15 0 229945893 11262046208 45483 33554432000 4194304 4196468 140725846534208 140617967461120 140619323279061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39571456 140725846542956 140725846545756 140725846545756 140725846548431 0
[pid=32281/tid=32342] ppid=32278 vsize=10998092 memory=-2746958450906831424 CPUtime=0.08 cores=0,2,4,6
/proc/32281/task/32342/stat : 32342 (java) S 32278 32281 25256 0 -1 1077944384 3 13134 0 0 0 0 5 3 20 0 15 0 229945895 11262046208 45483 33554432000 4194304 4196468 140725846534208 140617660061648 140619323287451 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39571456 140725846542956 140725846545756 140725846545756 140725846548431 0
[pid=32281/tid=32343] ppid=32278 vsize=10998092 memory=0 CPUtime=0.25 cores=0,2,4,6
/proc/32281/task/32343/stat : 32343 (java) S 32278 32281 25256 0 -1 1077944384 1160 13134 0 0 17 0 5 3 20 0 15 0 229945895 11262046208 45483 33554432000 4194304 4196468 140725846534208 140618747538160 140619323280002 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39571456 140725846542956 140725846545756 140725846545756 140725846548431 0
[pid=32281/tid=32344] ppid=32278 vsize=10998092 memory=10 CPUtime=0.31 cores=0,2,4,6
/proc/32281/task/32344/stat : 32344 (java) S 32278 32281 25256 0 -1 1077944384 1191 13134 0 0 23 0 5 3 20 0 15 0 229945895 11262046208 45483 33554432000 4194304 4196468 140725846534208 140618746485616 140619323280002 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39571456 140725846542956 140725846545756 140725846545756 140725846548431 0
[pid=32281/tid=32345] ppid=32278 vsize=10998092 memory=6791534058613427641 CPUtime=0.4 cores=0,2,4,6
/proc/32281/task/32345/stat : 32345 (java) S 32278 32281 25256 0 -1 1077944384 1202 13134 0 0 32 0 5 3 20 0 15 0 229945895 11262046208 45483 33554432000 4194304 4196468 140725846534208 140618745432560 140619323280002 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39571456 140725846542956 140725846545756 140725846545756 140725846548431 0
[pid=32281/tid=32346] ppid=32278 vsize=10998092 memory=4638778398332698720 CPUtime=0.08 cores=0,2,4,6
/proc/32281/task/32346/stat : 32346 (java) S 32278 32281 25256 0 -1 1077944384 3 13134 0 0 0 0 5 3 20 0 15 0 229945895 11262046208 45483 33554432000 4194304 4196468 140725846534208 140617229265760 140619323279061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39571456 140725846542956 140725846545756 140725846545756 140725846548431 0
[pid=32281/tid=32347] ppid=32278 vsize=10998092 memory=279819133164416 CPUtime=0.08 cores=0,2,4,6
/proc/32281/task/32347/stat : 32347 (java) S 32278 32281 25256 0 -1 1077944384 1 13134 0 0 0 0 5 3 20 0 15 0 229945896 11262046208 45483 33554432000 4194304 4196468 140725846534208 140618744379952 140619323280002 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39571456 140725846542956 140725846545756 140725846545756 140725846548431 0
Current children cumulated CPU time: 2.29 s
Current children cumulated vsize: 10998092 KiB

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

[startup+3.1099 s]
/proc/loadavg: 1.60 1.76 1.76 2/216 32347
/proc/meminfo: memFree=27568812/32770624 swapFree=67030660/67108860
[pid=32281] ppid=32278 vsize=11008352 memory=245496 CPUtime=4.96 cores=0,2,4,6
/proc/32281/stat : 32281 (java) S 32278 32281 25256 0 -1 1077944320 33307 13134 0 0 473 15 5 3 20 0 15 0 229945880 11272552448 61374 33554432000 4194304 4196468 140725846534208 140725846516752 140619323268855 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 39571456 140725846542956 140725846545756 140725846545756 140725846548431 0
/proc/32281/statm: 2752088 61374 3487 1 0 2713741 0
[pid=32281/tid=32334] ppid=32278 vsize=11008352 memory=8 CPUtime=2.78 cores=0,2,4,6
/proc/32281/task/32334/stat : 32334 (java) S 32278 32281 25256 0 -1 1077944384 24776 13134 0 0 262 8 5 3 20 0 15 0 229945889 11272552448 61374 33554432000 4194304 4196468 140725846534208 140619295095024 140619323279061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39571456 140725846542956 140725846545756 140725846545756 140725846548431 0
[pid=32281/tid=32335] ppid=32278 vsize=11008352 memory=211248 CPUtime=0.11 cores=0,2,4,6
/proc/32281/task/32335/stat : 32335 (java) S 32278 32281 25256 0 -1 1077944384 63 13134 0 0 3 0 5 3 20 0 15 0 229945890 11272552448 61374 33554432000 4194304 4196468 140725846534208 140619327511568 140619323279061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39571456 140725846542956 140725846545756 140725846545756 140725846548431 0
[pid=32281/tid=32336] ppid=32278 vsize=11008352 memory=3544 CPUtime=0.1 cores=0,2,4,6
/proc/32281/task/32336/stat : 32336 (java) S 32278 32281 25256 0 -1 1077944384 17 13134 0 0 2 0 5 3 20 0 15 0 229945890 11272552448 61374 33554432000 4194304 4196468 140725846534208 140619182230672 140619323279061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39571456 140725846542956 140725846545756 140725846545756 140725846548431 0
[pid=32281/tid=32337] ppid=32278 vsize=11008352 memory=60552 CPUtime=0.11 cores=0,2,4,6
/proc/32281/task/32337/stat : 32337 (java) S 32278 32281 25256 0 -1 1077944384 198 13134 0 0 3 0 5 3 20 0 15 0 229945890 11272552448 61374 33554432000 4194304 4196468 140725846534208 140619181177616 140619323279061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39571456 140725846542956 140725846545756 140725846545756 140725846548431 0
[pid=32281/tid=32338] ppid=32278 vsize=11008352 memory=776 CPUtime=0.12 cores=0,2,4,6
/proc/32281/task/32338/stat : 32338 (java) S 32278 32281 25256 0 -1 1077944384 62 13134 0 0 4 0 5 3 20 0 15 0 229945890 11272552448 61374 33554432000 4194304 4196468 140725846534208 140619180125072 140619323279061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39571456 140725846542956 140725846545756 140725846545756 140725846548431 0
[pid=32281/tid=32339] ppid=32278 vsize=11008352 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/32281/task/32339/stat : 32339 (java) D 32278 32281 25256 0 -1 4202560 249 13134 0 0 3 0 5 3 20 0 15 0 229945892 11272552448 61374 33554432000 4194304 4196468 140725846534208 140618748588472 140619308251728 0 0 0 16800975 18446744072099953797 0 0 -1 2 0 0 0 0 0 6293624 6294260 39571456 140725846542956 140725846545756 140725846545756 140725846548431 0
[pid=32281/tid=32340] ppid=32278 vsize=11008352 memory=-3472574513799858009 CPUtime=0.08 cores=0,2,4,6
/proc/32281/task/32340/stat : 32340 (java) S 32278 32281 25256 0 -1 1077944384 14 13134 0 0 0 0 5 3 20 0 15 0 229945892 11272552448 61374 33554432000 4194304 4196468 140725846534208 140618115310816 140619323279061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39571456 140725846542956 140725846545756 140725846545756 140725846548431 0
[pid=32281/tid=32341] ppid=32278 vsize=11008352 memory=6944652177228980320 CPUtime=0.08 cores=0,2,4,6
/proc/32281/task/32341/stat : 32341 (java) S 32278 32281 25256 0 -1 1077944384 1 13134 0 0 0 0 5 3 20 0 15 0 229945893 11272552448 61374 33554432000 4194304 4196468 140725846534208 140617967461120 140619323279061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39571456 140725846542956 140725846545756 140725846545756 140725846548431 0
[pid=32281/tid=32342] ppid=32278 vsize=11008352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32281/task/32342/stat : 32342 (java) S 32278 32281 25256 0 -1 1077944384 3 13134 0 0 0 0 5 3 20 0 15 0 229945895 11272552448 61374 33554432000 4194304 4196468 140725846534208 140617660061648 140619323287451 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39571456 140725846542956 140725846545756 140725846545756 140725846548431 0
[pid=32281/tid=32343] ppid=32278 vsize=11008352 memory=0 CPUtime=0.53 cores=0,2,4,6
/proc/32281/task/32343/stat : 32343 (java) S 32278 32281 25256 0 -1 1077944384 1482 13134 0 0 44 1 5 3 20 0 15 0 229945895 11272552448 61374 33554432000 4194304 4196468 140725846534208 140618747529440 140619323279061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39571456 140725846542956 140725846545756 140725846545756 140725846548431 0
[pid=32281/tid=32344] ppid=32278 vsize=11008352 memory=3467964537446160448 CPUtime=0.63 cores=0,2,4,6
/proc/32281/task/32344/stat : 32344 (java) S 32278 32281 25256 0 -1 1077944384 1412 13134 0 0 54 1 5 3 20 0 15 0 229945895 11272552448 61374 33554432000 4194304 4196468 140725846534208 140618746470608 140619323279061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39571456 140725846542956 140725846545756 140725846545756 140725846548431 0
[pid=32281/tid=32345] ppid=32278 vsize=11008352 memory=56 CPUtime=1.03 cores=0,2,4,6
/proc/32281/task/32345/stat : 32345 (java) S 32278 32281 25256 0 -1 1077944384 2833 13134 0 0 94 1 5 3 20 0 15 0 229945895 11272552448 61374 33554432000 4194304 4196468 140725846534208 140618745432560 140619323280002 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39571456 140725846542956 140725846545756 140725846545756 140725846548431 0
[pid=32281/tid=32346] ppid=32278 vsize=11008352 memory=3470692292451393600 CPUtime=0.08 cores=0,2,4,6
/proc/32281/task/32346/stat : 32346 (java) S 32278 32281 25256 0 -1 1077944384 3 13134 0 0 0 0 5 3 20 0 15 0 229945895 11272552448 61374 33554432000 4194304 4196468 140725846534208 140617229265760 140619323279061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39571456 140725846542956 140725846545756 140725846545756 140725846548431 0
[pid=32281/tid=32347] ppid=32278 vsize=11008352 memory=4638778398332698720 CPUtime=0.08 cores=0,2,4,6
/proc/32281/task/32347/stat : 32347 (java) D 32278 32281 25256 0 -1 4202560 1 13134 0 0 0 0 5 3 20 0 15 0 229945896 11272552448 61374 33554432000 4194304 4196468 140725846534208 140618744379872 140619308124942 0 4 0 16800975 18446744072099953797 0 0 -1 4 0 0 0 0 0 6293624 6294260 39571456 140725846542956 140725846545756 140725846545756 140725846548431 0
Current children cumulated CPU time: 4.96 s
Current children cumulated vsize: 11008352 KiB
Current children cumulated memory: 245496 KiB

[startup+4.3622 s]
# the end of solver process 32281 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=7.52288 s, system=0.244891 s

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

[startup+3.50269 s]
/proc/loadavg: 1.60 1.76 1.76 2/216 32347
/proc/meminfo: memFree=27568812/32770624 swapFree=67030660/67108860
[pid=32281] ppid=32278 vsize=11010400 memory=247352 CPUtime=5.16 cores=0,2,4,6
/proc/32281/stat : 32281 (java) S 32278 32281 25256 0 -1 1077944320 33804 13134 0 0 493 15 5 3 20 0 15 0 229945880 11274649600 61838 33554432000 4194304 4196468 140725846534208 140725846516752 140619323268855 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 39571456 140725846542956 140725846545756 140725846545756 140725846548431 0
/proc/32281/statm: 2752600 61838 3487 1 0 2714253 0
[pid=32281/tid=32334] ppid=32278 vsize=11010400 memory=6525018278055845907 CPUtime=2.87 cores=0,2,4,6
/proc/32281/task/32334/stat : 32334 (java) R 32278 32281 25256 0 -1 4202560 25037 13134 0 0 271 8 5 3 20 0 15 0 229945889 11274649600 61838 33554432000 4194304 4196468 140725846534208 140619295099408 140619323290781 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39571456 140725846542956 140725846545756 140725846545756 140725846548431 0
[pid=32281/tid=32335] ppid=32278 vsize=11010400 memory=4640467248192962656 CPUtime=0.11 cores=0,2,4,6
/proc/32281/task/32335/stat : 32335 (java) S 32278 32281 25256 0 -1 1077944384 63 13134 0 0 3 0 5 3 20 0 15 0 229945890 11274649600 61838 33554432000 4194304 4196468 140725846534208 140619327511568 140619323279061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39571456 140725846542956 140725846545756 140725846545756 140725846548431 0
[pid=32281/tid=32336] ppid=32278 vsize=11010400 memory=2319389199166351968 CPUtime=0.1 cores=0,2,4,6
/proc/32281/task/32336/stat : 32336 (java) S 32278 32281 25256 0 -1 1077944384 17 13134 0 0 2 0 5 3 20 0 15 0 229945890 11274649600 61838 33554432000 4194304 4196468 140725846534208 140619182230672 140619323279061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39571456 140725846542956 140725846545756 140725846545756 140725846548431 0
[pid=32281/tid=32337] ppid=32278 vsize=11010400 memory=5795117241467496816 CPUtime=0.11 cores=0,2,4,6
/proc/32281/task/32337/stat : 32337 (java) S 32278 32281 25256 0 -1 1077944384 198 13134 0 0 3 0 5 3 20 0 15 0 229945890 11274649600 61838 33554432000 4194304 4196468 140725846534208 140619181177616 140619323279061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39571456 140725846542956 140725846545756 140725846545756 140725846548431 0
[pid=32281/tid=32338] ppid=32278 vsize=11010400 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/32281/task/32338/stat : 32338 (java) S 32278 32281 25256 0 -1 1077944384 62 13134 0 0 4 0 5 3 20 0 15 0 229945890 11274649600 61838 33554432000 4194304 4196468 140725846534208 140619180125072 140619323279061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39571456 140725846542956 140725846545756 140725846545756 140725846548431 0
[pid=32281/tid=32339] ppid=32278 vsize=11010400 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/32281/task/32339/stat : 32339 (java) S 32278 32281 25256 0 -1 1077944384 252 13134 0 0 3 0 5 3 20 0 15 0 229945892 11274649600 61838 33554432000 4194304 4196468 140725846534208 140618748590320 140619323280002 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 50 0 0 6293624 6294260 39571456 140725846542956 140725846545756 140725846545756 140725846548431 0
[pid=32281/tid=32340] ppid=32278 vsize=11010400 memory=2241 CPUtime=0.08 cores=0,2,4,6
/proc/32281/task/32340/stat : 32340 (java) S 32278 32281 25256 0 -1 1077944384 14 13134 0 0 0 0 5 3 20 0 15 0 229945892 11274649600 61838 33554432000 4194304 4196468 140725846534208 140618115310816 140619323279061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39571456 140725846542956 140725846545756 140725846545756 140725846548431 0
[pid=32281/tid=32341] ppid=32278 vsize=11010400 memory=2244 CPUtime=0.08 cores=0,2,4,6
/proc/32281/task/32341/stat : 32341 (java) S 32278 32281 25256 0 -1 1077944384 1 13134 0 0 0 0 5 3 20 0 15 0 229945893 11274649600 61838 33554432000 4194304 4196468 140725846534208 140617967461120 140619323279061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39571456 140725846542956 140725846545756 140725846545756 140725846548431 0
[pid=32281/tid=32342] ppid=32278 vsize=11010400 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32281/task/32342/stat : 32342 (java) S 32278 32281 25256 0 -1 1077944384 3 13134 0 0 0 0 5 3 20 0 15 0 229945895 11274649600 61838 33554432000 4194304 4196468 140725846534208 140617660061648 140619323287451 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39571456 140725846542956 140725846545756 140725846545756 140725846548431 0
[pid=32281/tid=32343] ppid=32278 vsize=11010400 memory=0 CPUtime=0.57 cores=0,2,4,6
/proc/32281/task/32343/stat : 32343 (java) S 32278 32281 25256 0 -1 1077944384 1593 13134 0 0 48 1 5 3 20 0 15 0 229945895 11274649600 61838 33554432000 4194304 4196468 140725846534208 140618747538160 140619323280002 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39571456 140725846542956 140725846545756 140725846545756 140725846548431 0
[pid=32281/tid=32344] ppid=32278 vsize=11010400 memory=0 CPUtime=0.65 cores=0,2,4,6
/proc/32281/task/32344/stat : 32344 (java) S 32278 32281 25256 0 -1 1077944384 1433 13134 0 0 56 1 5 3 20 0 15 0 229945895 11274649600 61838 33554432000 4194304 4196468 140725846534208 140618746485616 140619323280002 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39571456 140725846542956 140725846545756 140725846545756 140725846548431 0
[pid=32281/tid=32345] ppid=32278 vsize=11010400 memory=0 CPUtime=1.07 cores=0,2,4,6
/proc/32281/task/32345/stat : 32345 (java) S 32278 32281 25256 0 -1 1077944384 2932 13134 0 0 98 1 5 3 20 0 15 0 229945895 11274649600 61838 33554432000 4194304 4196468 140725846534208 140618745432560 140619323280002 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39571456 140725846542956 140725846545756 140725846545756 140725846548431 0
[pid=32281/tid=32346] ppid=32278 vsize=11010400 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32281/task/32346/stat : 32346 (java) S 32278 32281 25256 0 -1 1077944384 3 13134 0 0 0 0 5 3 20 0 15 0 229945895 11274649600 61838 33554432000 4194304 4196468 140725846534208 140617229265760 140619323279061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39571456 140725846542956 140725846545756 140725846545756 140725846548431 0
[pid=32281/tid=32347] ppid=32278 vsize=11010400 memory=245 CPUtime=0.08 cores=0,2,4,6
/proc/32281/task/32347/stat : 32347 (java) S 32278 32281 25256 0 -1 1077944384 3 13134 0 0 0 0 5 3 20 0 15 0 229945896 11274649600 61838 33554432000 4194304 4196468 140725846534208 140618744379952 140619323280002 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 50 0 0 6293624 6294260 39571456 140725846542956 140725846545756 140725846545756 140725846548431 0
Current children cumulated CPU time: 5.16 s
Current children cumulated vsize: 11010400 KiB
Current children cumulated memory: 247352 KiB

[startup+3.90096 s]
/proc/loadavg: 1.60 1.76 1.76 2/216 32347
/proc/meminfo: memFree=27568812/32770624 swapFree=67030660/67108860
[pid=32281] ppid=32278 vsize=11077984 memory=292976 CPUtime=6.25 cores=0,2,4,6
/proc/32281/stat : 32281 (java) S 32278 32281 25256 0 -1 1077944320 63558 13134 0 0 599 18 5 3 20 0 15 0 229945880 11343855616 73244 33554432000 4194304 4196468 140725846534208 140725846516752 140619323268855 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 39571456 140725846542956 140725846545756 140725846545756 140725846548431 0
/proc/32281/statm: 2769496 73244 3488 1 0 2731149 0
[pid=32281/tid=32334] ppid=32278 vsize=11077984 memory=1876 CPUtime=3.27 cores=0,2,4,6
/proc/32281/task/32334/stat : 32334 (java) R 32278 32281 25256 0 -1 4202560 42765 13134 0 0 310 9 5 3 20 0 15 0 229945889 11343855616 73244 33554432000 4194304 4196468 140725846534208 140619295053336 140619306455664 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39571456 140725846542956 140725846545756 140725846545756 140725846548431 0
[pid=32281/tid=32335] ppid=32278 vsize=11077984 memory=1396 CPUtime=0.11 cores=0,2,4,6
/proc/32281/task/32335/stat : 32335 (java) S 32278 32281 25256 0 -1 1077944384 63 13134 0 0 3 0 5 3 20 0 15 0 229945890 11343855616 73244 33554432000 4194304 4196468 140725846534208 140619327511568 140619323279061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39571456 140725846542956 140725846545756 140725846545756 140725846548431 0
[pid=32281/tid=32336] ppid=32278 vsize=11077984 memory=1684 CPUtime=0.1 cores=0,2,4,6
/proc/32281/task/32336/stat : 32336 (java) S 32278 32281 25256 0 -1 1077944384 17 13134 0 0 2 0 5 3 20 0 15 0 229945890 11343855616 73244 33554432000 4194304 4196468 140725846534208 140619182230672 140619323279061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39571456 140725846542956 140725846545756 140725846545756 140725846548431 0
[pid=32281/tid=32337] ppid=32278 vsize=11077984 memory=768 CPUtime=0.11 cores=0,2,4,6
/proc/32281/task/32337/stat : 32337 (java) S 32278 32281 25256 0 -1 1077944384 198 13134 0 0 3 0 5 3 20 0 15 0 229945890 11343855616 73244 33554432000 4194304 4196468 140725846534208 140619181177616 140619323279061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39571456 140725846542956 140725846545756 140725846545756 140725846548431 0
[pid=32281/tid=32338] ppid=32278 vsize=11077984 memory=5268 CPUtime=0.12 cores=0,2,4,6
/proc/32281/task/32338/stat : 32338 (java) S 32278 32281 25256 0 -1 1077944384 62 13134 0 0 4 0 5 3 20 0 15 0 229945890 11343855616 73244 33554432000 4194304 4196468 140725846534208 140619180125072 140619323279061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39571456 140725846542956 140725846545756 140725846545756 140725846548431 0
[pid=32281/tid=32339] ppid=32278 vsize=11077984 memory=11068 CPUtime=0.11 cores=0,2,4,6
/proc/32281/task/32339/stat : 32339 (java) S 32278 32281 25256 0 -1 1077944384 299 13134 0 0 3 0 5 3 20 0 15 0 229945892 11343855616 73244 33554432000 4194304 4196468 140725846534208 140618748590320 140619323280002 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 50 0 0 6293624 6294260 39571456 140725846542956 140725846545756 140725846545756 140725846548431 0
[pid=32281/tid=32340] ppid=32278 vsize=11077984 memory=1192 CPUtime=0.08 cores=0,2,4,6
/proc/32281/task/32340/stat : 32340 (java) S 32278 32281 25256 0 -1 1077944384 14 13134 0 0 0 0 5 3 20 0 15 0 229945892 11343855616 73244 33554432000 4194304 4196468 140725846534208 140618115310816 140619323279061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39571456 140725846542956 140725846545756 140725846545756 140725846548431 0
[pid=32281/tid=32341] ppid=32278 vsize=11077984 memory=279819133435136 CPUtime=0.08 cores=0,2,4,6
/proc/32281/task/32341/stat : 32341 (java) S 32278 32281 25256 0 -1 1077944384 1 13134 0 0 0 0 5 3 20 0 15 0 229945893 11343855616 73244 33554432000 4194304 4196468 140725846534208 140617967461120 140619323279061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39571456 140725846542956 140725846545756 140725846545756 140725846548431 0
[pid=32281/tid=32342] ppid=32278 vsize=11077984 memory=7595440001688102255 CPUtime=0.08 cores=0,2,4,6
/proc/32281/task/32342/stat : 32342 (java) S 32278 32281 25256 0 -1 1077944384 3 13134 0 0 0 0 5 3 20 0 15 0 229945895 11343855616 73244 33554432000 4194304 4196468 140725846534208 140617660061648 140619323287451 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39571456 140725846542956 140725846545756 140725846545756 140725846548431 0
[pid=32281/tid=32343] ppid=32278 vsize=11077984 memory=7524512692651257697 CPUtime=0.77 cores=0,2,4,6
/proc/32281/task/32343/stat : 32343 (java) R 32278 32281 25256 0 -1 4202560 3322 13134 0 0 68 1 5 3 20 0 15 0 229945895 11343855616 73244 33554432000 4194304 4196468 140725846534208 140618747519176 140619306765730 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39571456 140725846542956 140725846545756 140725846545756 140725846548431 0
[pid=32281/tid=32344] ppid=32278 vsize=11077984 memory=0 CPUtime=1.03 cores=0,2,4,6
/proc/32281/task/32344/stat : 32344 (java) R 32278 32281 25256 0 -1 4202560 8122 13134 0 0 94 1 5 3 20 0 15 0 229945895 11343855616 73244 33554432000 4194304 4196468 140725846534208 140618746470200 140619300864016 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 39571456 140725846542956 140725846545756 140725846545756 140725846548431 0
[pid=32281/tid=32345] ppid=32278 vsize=11077984 memory=8188280381027619708 CPUtime=1.16 cores=0,2,4,6
/proc/32281/task/32345/stat : 32345 (java) S 32278 32281 25256 0 -1 1077944384 6488 13134 0 0 107 1 5 3 20 0 15 0 229945895 11343855616 73244 33554432000 4194304 4196468 140725846534208 140618745432560 140619323280002 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39571456 140725846542956 140725846545756 140725846545756 140725846548431 0
[pid=32281/tid=32346] ppid=32278 vsize=11077984 memory=-8412656558948453747 CPUtime=0.08 cores=0,2,4,6
/proc/32281/task/32346/stat : 32346 (java) S 32278 32281 25256 0 -1 1077944384 3 13134 0 0 0 0 5 3 20 0 15 0 229945895 11343855616 73244 33554432000 4194304 4196468 140725846534208 140617229265760 140619323279061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39571456 140725846542956 140725846545756 140725846545756 140725846548431 0
[pid=32281/tid=32347] ppid=32278 vsize=11077984 memory=6656426216303648864 CPUtime=0.08 cores=0,2,4,6
/proc/32281/task/32347/stat : 32347 (java) S 32278 32281 25256 0 -1 1077944384 8 13134 0 0 0 0 5 3 20 0 15 0 229945896 11343855616 73244 33554432000 4194304 4196468 140725846534208 140618744379952 140619323280002 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 50 0 0 6293624 6294260 39571456 140725846542956 140725846545756 140725846545756 140725846548431 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 292976 KiB

[startup+4.30101 s]*
/proc/loadavg: 1.60 1.76 1.76 6/216 32347
/proc/meminfo: memFree=27495868/32770624 swapFree=67030660/67108860
[pid=32281] ppid=32278 vsize=11082852 memory=330208 CPUtime=7.63 cores=0,2,4,6
/proc/32281/stat : 32281 (java) S 32278 32281 25256 0 -1 1077944320 75185 13134 0 0 736 19 5 3 20 0 15 0 229945880 11348840448 82552 33554432000 4194304 4196468 140725846534208 140725846516752 140619323268855 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 39571456 140725846542956 140725846545756 140725846545756 140725846548431 0
/proc/32281/statm: 2770713 82552 3491 1 0 2732366 0
[pid=32281/tid=32334] ppid=32278 vsize=11082852 memory=0 CPUtime=3.68 cores=0,2,4,6
/proc/32281/task/32334/stat : 32334 (java) R 32278 32281 25256 0 -1 4202560 47824 13134 0 0 350 10 5 3 20 0 15 0 229945889 11348840448 82552 33554432000 4194304 4196468 140725846534208 140619295104832 140619303461662 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39571456 140725846542956 140725846545756 140725846545756 140725846548431 0
[pid=32281/tid=32335] ppid=32278 vsize=11082852 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/32281/task/32335/stat : 32335 (java) S 32278 32281 25256 0 -1 1077944384 63 13134 0 0 3 0 5 3 20 0 15 0 229945890 11348840448 82552 33554432000 4194304 4196468 140725846534208 140619327511568 140619323279061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39571456 140725846542956 140725846545756 140725846545756 140725846548431 0
[pid=32281/tid=32336] ppid=32278 vsize=11082852 memory=-1 CPUtime=0.1 cores=0,2,4,6
/proc/32281/task/32336/stat : 32336 (java) S 32278 32281 25256 0 -1 1077944384 17 13134 0 0 2 0 5 3 20 0 15 0 229945890 11348840448 82552 33554432000 4194304 4196468 140725846534208 140619182230672 140619323279061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39571456 140725846542956 140725846545756 140725846545756 140725846548431 0
[pid=32281/tid=32337] ppid=32278 vsize=11082852 memory=279819132817952 CPUtime=0.11 cores=0,2,4,6
/proc/32281/task/32337/stat : 32337 (java) S 32278 32281 25256 0 -1 1077944384 198 13134 0 0 3 0 5 3 20 0 15 0 229945890 11348840448 82552 33554432000 4194304 4196468 140725846534208 140619181177616 140619323279061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39571456 140725846542956 140725846545756 140725846545756 140725846548431 0
[pid=32281/tid=32338] ppid=32278 vsize=11082852 memory=139909566492719 CPUtime=0.12 cores=0,2,4,6
/proc/32281/task/32338/stat : 32338 (java) S 32278 32281 25256 0 -1 1077944384 62 13134 0 0 4 0 5 3 20 0 15 0 229945890 11348840448 82552 33554432000 4194304 4196468 140725846534208 140619180125072 140619323279061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39571456 140725846542956 140725846545756 140725846545756 140725846548431 0
[pid=32281/tid=32339] ppid=32278 vsize=11082852 memory=279819267651216 CPUtime=0.11 cores=0,2,4,6
/proc/32281/task/32339/stat : 32339 (java) S 32278 32281 25256 0 -1 1077944384 299 13134 0 0 3 0 5 3 20 0 15 0 229945892 11348840448 82552 33554432000 4194304 4196468 140725846534208 140618748590320 140619323280002 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 50 0 0 6293624 6294260 39571456 140725846542956 140725846545756 140725846545756 140725846548431 0
[pid=32281/tid=32340] ppid=32278 vsize=11082852 memory=139909566497327 CPUtime=0.08 cores=0,2,4,6
/proc/32281/task/32340/stat : 32340 (java) S 32278 32281 25256 0 -1 1077944384 14 13134 0 0 0 0 5 3 20 0 15 0 229945892 11348840448 82552 33554432000 4194304 4196468 140725846534208 140618115310816 140619323279061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39571456 140725846542956 140725846545756 140725846545756 140725846548431 0
[pid=32281/tid=32341] ppid=32278 vsize=11082852 memory=279819132999264 CPUtime=0.08 cores=0,2,4,6
/proc/32281/task/32341/stat : 32341 (java) S 32278 32281 25256 0 -1 1077944384 1 13134 0 0 0 0 5 3 20 0 15 0 229945893 11348840448 82552 33554432000 4194304 4196468 140725846534208 140617967461120 140619323279061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39571456 140725846542956 140725846545756 140725846545756 140725846548431 0
[pid=32281/tid=32342] ppid=32278 vsize=11082852 memory=279819133003872 CPUtime=0.08 cores=0,2,4,6
/proc/32281/task/32342/stat : 32342 (java) S 32278 32281 25256 0 -1 1077944384 3 13134 0 0 0 0 5 3 20 0 15 0 229945895 11348840448 82552 33554432000 4194304 4196468 140725846534208 140617660061648 140619323287451 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39571456 140725846542956 140725846545756 140725846545756 140725846548431 0
[pid=32281/tid=32343] ppid=32278 vsize=11082852 memory=0 CPUtime=1.18 cores=0,2,4,6
/proc/32281/task/32343/stat : 32343 (java) R 32278 32281 25256 0 -1 4202560 4583 13134 0 0 109 1 5 3 20 0 15 0 229945895 11348840448 82552 33554432000 4194304 4196468 140725846534208 140618747522992 140619307662304 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39571456 140725846542956 140725846545756 140725846545756 140725846548431 0
[pid=32281/tid=32344] ppid=32278 vsize=11082852 memory=67 CPUtime=1.43 cores=0,2,4,6
/proc/32281/task/32344/stat : 32344 (java) R 32278 32281 25256 0 -1 4202560 12916 13134 0 0 133 2 5 3 20 0 15 0 229945895 11348840448 82552 33554432000 4194304 4196468 140725846534208 140618746471872 140619308193131 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 39571456 140725846542956 140725846545756 140725846545756 140725846548431 0
[pid=32281/tid=32345] ppid=32278 vsize=11082852 memory=279819267662784 CPUtime=1.34 cores=0,2,4,6
/proc/32281/task/32345/stat : 32345 (java) R 32278 32281 25256 0 -1 4202560 7003 13134 0 0 125 1 5 3 20 0 15 0 229945895 11348840448 82552 33554432000 4194304 4196468 140725846534208 140618745432560 140619302561293 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39571456 140725846542956 140725846545756 140725846545756 140725846548431 0
[pid=32281/tid=32346] ppid=32278 vsize=11082852 memory=67 CPUtime=0.08 cores=0,2,4,6
/proc/32281/task/32346/stat : 32346 (java) S 32278 32281 25256 0 -1 1077944384 3 13134 0 0 0 0 5 3 20 0 15 0 229945895 11348840448 82552 33554432000 4194304 4196468 140725846534208 140617229265760 140619323279061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39571456 140725846542956 140725846545756 140725846545756 140725846548431 0
[pid=32281/tid=32347] ppid=32278 vsize=11082852 memory=279819267669696 CPUtime=0.08 cores=0,2,4,6
/proc/32281/task/32347/stat : 32347 (java) S 32278 32281 25256 0 -1 1077944384 8 13134 0 0 0 0 5 3 20 0 15 0 229945896 11348840448 82552 33554432000 4194304 4196468 140725846534208 140618744379952 140619323280002 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 50 0 0 6293624 6294260 39571456 140725846542956 140725846545756 140725846545756 140725846548431 0
Current children cumulated CPU time: 7.63 s
Current children cumulated vsize: 11082852 KiB
Current children cumulated memory: 330208 KiB

Child status: 0
Real time (s): 4.36224
CPU time (s): 7.76777
CPU user time (s): 7.52288
CPU system time (s): 0.244891
CPU usage (%): 178.069
Max. virtual memory (cumulated for all children) (KiB): 11082852
Max. memory (cumulated for all children) (KiB): 330208

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.52288
system time used= 0.244891
maximum resident set size= 330208
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 88466
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= 6605
involuntary context switches= 51


# summary of solver processes directly reported to runsolver:
#   pid: 32281
#   total CPU time (s): 7.76777
#   total CPU user time (s): 7.52288
#   total CPU system time (s): 0.244891

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.042495 second user time and 0.088026 second system time

The end

Launcher Data

Begin job on node102 at 2018-08-13 03:30:27
IDJOB=4304647
IDBENCH=141519
IDSOLVER=2780
FILE ID=node102/4304647-1534123827
RUNJOBID= node102-1534095354-25287
PBS_JOBID= 21036992
Free space on /tmp= 38448 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/Mario/Mario-easy-2_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4304647-1534123827/watcher-4304647-1534123827 -o /tmp/evaluation-result-4304647-1534123827/solver-4304647-1534123827 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1534095354-25287 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=1480620332 HOME/instance-4304647-1534123827.xml

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

MD5SUM BENCH= f67e3538ea675b4814e62926b7227759
RANDOM SEED=1480620332

node102.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.51
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.51
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.51
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.51
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:        27812140 kB
MemAvailable:   30803060 kB
Buffers:          157968 kB
Cached:          3080812 kB
SwapCached:        51244 kB
Active:          2731552 kB
Inactive:        1662020 kB
Active(anon):    1079384 kB
Inactive(anon):   126908 kB
Active(file):    1652168 kB
Inactive(file):  1535112 kB
Unevictable:        7360 kB
Mlocked:            7360 kB
SwapTotal:      67108860 kB
SwapFree:       67030660 kB
Dirty:             26792 kB
Writeback:             0 kB
AnonPages:       1168364 kB
Mapped:            63564 kB
Shmem:             48984 kB
Slab:             260740 kB
SReclaimable:     232100 kB
SUnreclaim:        28640 kB
KernelStack:        3856 kB
PageTables:         6932 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2242388 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    958464 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 38424 MiB
End job on node102 at 2018-08-13 03:30:32