Trace number 4295321

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.8 2018-06-13OPT628 9.25622 4.46462

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.73	c Concrete v3.8.1528841891564 running
7.75/3.86	o 542
8.74/4.19	o 567
9.03/4.22	o 581
9.23/4.41	o 614
9.23/4.41	o 628
9.23/4.41	v <instantiation cost="628">
9.23/4.41	v       <list>
9.23/4.41	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]
9.23/4.41	v       </list>
9.23/4.41	v       <values>
9.23/4.41	v         13 0 4 1 10 9 3 5 14 6 12 7 11 8 2 86 0 110 83 101 222 31 12 420 27 334 226 33 167 73 0 0 40 67 89 50 6 19 47 68 94 86 34 14 14
9.23/4.41	v       </values>
9.23/4.41	v     </instantiation>
9.23/4.41	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 (6200 MiB free)
  memory of node 1: 16384 MiB (10526 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4295321-1532543381/watcher-4295321-1532543381 -o /tmp/evaluation-result-4295321-1532543381/solver-4295321-1532543381 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node138-1532523045-23735 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1769005467 HOME/instance-4295321-1532543381.xml 

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

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


[startup+0.100118 s]*
/proc/loadavg: 1.18 1.28 1.30 3/206 28607
/proc/meminfo: memFree=17122688/32770624 swapFree=67108796/67108860
[pid=28550] ppid=28547 vsize=9972712 memory=16812 CPUtime=0.09 cores=1,3,5,7
/proc/28550/stat : 28550 (java) S 28547 28550 23703 0 -1 1077944320 4362 12840 0 0 1 0 5 3 20 0 6 0 71901237 10212057088 4203 33554432000 4194304 4196468 140727204658192 140727204640736 139911565209335 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 14458880 140727204661870 140727204664668 140727204664668 140727204667343 0
/proc/28550/statm: 2493178 4203 1934 1 0 2481616 0
[pid=28550/tid=28603] ppid=28547 vsize=9972712 memory=4628411388058700198 CPUtime=0.08 cores=1,3,5,7
/proc/28550/task/28603/stat : 28603 (java) R 28547 28550 23703 0 -1 4202560 2175 12840 0 0 0 0 5 3 20 0 6 0 71901246 10212057088 4203 33554432000 4194304 4196468 140727204658192 139911537046096 139911549289822 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14458880 140727204661870 140727204664668 140727204664668 140727204667343 0
[pid=28550/tid=28604] ppid=28547 vsize=9972712 memory=5793854901218433465 CPUtime=0.08 cores=1,3,5,7
/proc/28550/task/28604/stat : 28604 (java) S 28547 28550 23703 0 -1 1077944384 1 12840 0 0 0 0 5 3 20 0 6 0 71901247 10212057088 4203 33554432000 4194304 4196468 140727204658192 139911569451408 139911565219541 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14458880 140727204661870 140727204664668 140727204664668 140727204667343 0
[pid=28550/tid=28605] ppid=28547 vsize=9972712 memory=139650208540288 CPUtime=0.08 cores=1,3,5,7
/proc/28550/task/28605/stat : 28605 (java) S 28547 28550 23703 0 -1 1077944384 1 12840 0 0 0 0 5 3 20 0 6 0 71901247 10212057088 4203 33554432000 4194304 4196468 140727204658192 139911457724688 139911565219541 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14458880 140727204661870 140727204664668 140727204664668 140727204667343 0
[pid=28550/tid=28606] ppid=28547 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28550/task/28606/stat : 28606 (java) S 28547 28550 23703 0 -1 1077944384 1 12840 0 0 0 0 5 3 20 0 6 0 71901247 10212057088 4203 33554432000 4194304 4196468 140727204658192 139911456672400 139911565219541 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14458880 140727204661870 140727204664668 140727204664668 140727204667343 0
[pid=28550/tid=28607] ppid=28547 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28550/task/28607/stat : 28607 (java) S 28547 28550 23703 0 -1 1077944384 2 12840 0 0 0 0 5 3 20 0 6 0 71901247 10212057088 4203 33554432000 4194304 4196468 140727204658192 139911455619600 139911565219541 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14458880 140727204661870 140727204664668 140727204664668 140727204667343 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16812 KiB

[startup+0.209827 s]*
/proc/loadavg: 1.18 1.28 1.30 3/215 28616
/proc/meminfo: memFree=17098256/32770624 swapFree=67108796/67108860
[pid=28550] ppid=28547 vsize=10818904 memory=45460 CPUtime=0.26 cores=1,3,5,7
/proc/28550/stat : 28550 (java) S 28547 28550 23703 0 -1 1077944320 8118 12840 0 0 16 2 5 3 20 0 15 0 71901237 11078557696 11365 33554432000 4194304 4196468 140727204658192 140727204640736 139911565209335 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 14458880 140727204661870 140727204664668 140727204664668 140727204667343 0
/proc/28550/statm: 2704726 11365 2957 1 0 2667149 0
[pid=28550/tid=28603] ppid=28547 vsize=10818904 memory=-8540663193526752614 CPUtime=0.19 cores=1,3,5,7
/proc/28550/task/28603/stat : 28603 (java) R 28547 28550 23703 0 -1 4202560 4661 12840 0 0 10 1 5 3 20 0 15 0 71901246 11078557696 11365 33554432000 4194304 4196468 140727204658192 139911537030880 139911565221270 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14458880 140727204661870 140727204664668 140727204664668 140727204667343 0
[pid=28550/tid=28604] ppid=28547 vsize=10818904 memory=4211973376413330826 CPUtime=0.08 cores=1,3,5,7
/proc/28550/task/28604/stat : 28604 (java) S 28547 28550 23703 0 -1 1077944384 1 12840 0 0 0 0 5 3 20 0 15 0 71901247 11078557696 11365 33554432000 4194304 4196468 140727204658192 139911569451408 139911565219541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14458880 140727204661870 140727204664668 140727204664668 140727204667343 0
[pid=28550/tid=28605] ppid=28547 vsize=10818904 memory=139650208540288 CPUtime=0.08 cores=1,3,5,7
/proc/28550/task/28605/stat : 28605 (java) S 28547 28550 23703 0 -1 1077944384 1 12840 0 0 0 0 5 3 20 0 15 0 71901247 11078557696 11365 33554432000 4194304 4196468 140727204658192 139911457724688 139911565219541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14458880 140727204661870 140727204664668 140727204664668 140727204667343 0
[pid=28550/tid=28606] ppid=28547 vsize=10818904 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28550/task/28606/stat : 28606 (java) S 28547 28550 23703 0 -1 1077944384 1 12840 0 0 0 0 5 3 20 0 15 0 71901247 11078557696 11365 33554432000 4194304 4196468 140727204658192 139911456672400 139911565219541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14458880 140727204661870 140727204664668 140727204664668 140727204667343 0
[pid=28550/tid=28607] ppid=28547 vsize=10818904 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28550/task/28607/stat : 28607 (java) S 28547 28550 23703 0 -1 1077944384 2 12840 0 0 0 0 5 3 20 0 15 0 71901247 11078557696 11365 33554432000 4194304 4196468 140727204658192 139911455619600 139911565219541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14458880 140727204661870 140727204664668 140727204664668 140727204667343 0
[pid=28550/tid=28608] ppid=28547 vsize=10818904 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28550/task/28608/stat : 28608 (java) S 28547 28550 23703 0 -1 1077944384 2 12840 0 0 0 0 5 3 20 0 15 0 71901248 11078557696 11365 33554432000 4194304 4196468 140727204658192 139911024691824 139911565220482 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14458880 140727204661870 140727204664668 140727204664668 140727204667343 0
[pid=28550/tid=28609] ppid=28547 vsize=10818904 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/28550/task/28609/stat : 28609 (java) S 28547 28550 23703 0 -1 1077944384 33 12840 0 0 0 0 5 3 20 0 15 0 71901248 11078557696 11365 33554432000 4194304 4196468 140727204658192 139911023637792 139911565219541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14458880 140727204661870 140727204664668 140727204664668 140727204667343 0
[pid=28550/tid=28610] ppid=28547 vsize=10818904 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28550/task/28610/stat : 28610 (java) S 28547 28550 23703 0 -1 1077944384 1 12840 0 0 0 0 5 3 20 0 15 0 71901249 11078557696 11365 33554432000 4194304 4196468 140727204658192 139910572926576 139911565219541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14458880 140727204661870 140727204664668 140727204664668 140727204667343 0
[pid=28550/tid=28611] ppid=28547 vsize=10818904 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28550/task/28611/stat : 28611 (java) S 28547 28550 23703 0 -1 1077944384 2 12840 0 0 0 0 5 3 20 0 15 0 71901251 11078557696 11365 33554432000 4194304 4196468 140727204658192 139910304492112 139911565227931 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14458880 140727204661870 140727204664668 140727204664668 140727204667343 0
[pid=28550/tid=28612] ppid=28547 vsize=10818904 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/28550/task/28612/stat : 28612 (java) S 28547 28550 23703 0 -1 1077944384 372 12840 0 0 1 0 5 3 20 0 15 0 71901251 11078557696 11365 33554432000 4194304 4196468 140727204658192 139910990080112 139911565220482 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14458880 140727204661870 140727204664668 140727204664668 140727204667343 0
[pid=28550/tid=28613] ppid=28547 vsize=10818904 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/28550/task/28613/stat : 28613 (java) S 28547 28550 23703 0 -1 1077944384 248 12840 0 0 0 0 5 3 20 0 15 0 71901251 11078557696 11365 33554432000 4194304 4196468 140727204658192 139910989027312 139911565220482 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14458880 140727204661870 140727204664668 140727204664668 140727204667343 0
[pid=28550/tid=28614] ppid=28547 vsize=10818904 memory=139650208540288 CPUtime=0.11 cores=1,3,5,7
/proc/28550/task/28614/stat : 28614 (java) R 28547 28550 23703 0 -1 4202560 602 12840 0 0 3 0 5 3 20 0 15 0 71901251 11078557696 11365 33554432000 4194304 4196468 140727204658192 139910987975024 139911543769779 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14458880 140727204661870 140727204664668 140727204664668 140727204667343 0
[pid=28550/tid=28615] ppid=28547 vsize=10818904 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/28550/task/28615/stat : 28615 (java) S 28547 28550 23703 0 -1 1077944384 3 12840 0 0 0 0 5 3 20 0 15 0 71901252 11078557696 11365 33554432000 4194304 4196468 140727204658192 139909834729952 139911565219541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14458880 140727204661870 140727204664668 140727204664668 140727204667343 0
[pid=28550/tid=28616] ppid=28547 vsize=10818904 memory=139650208540288 CPUtime=0.08 cores=1,3,5,7
/proc/28550/task/28616/stat : 28616 (java) S 28547 28550 23703 0 -1 1077944384 1 12840 0 0 0 0 5 3 20 0 15 0 71901252 11078557696 11365 33554432000 4194304 4196468 140727204658192 139910986922928 139911565220482 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14458880 140727204661870 140727204664668 140727204664668 140727204667343 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818904 KiB
Current children cumulated memory: 45460 KiB

[startup+0.310108 s]*
/proc/loadavg: 1.18 1.28 1.30 3/215 28616
/proc/meminfo: memFree=17086224/32770624 swapFree=67108796/67108860
[pid=28550] ppid=28547 vsize=10819352 memory=56176 CPUtime=0.39 cores=1,3,5,7
/proc/28550/stat : 28550 (java) S 28547 28550 23703 0 -1 1077944320 10628 12840 0 0 28 3 5 3 20 0 15 0 71901237 11079016448 14044 33554432000 4194304 4196468 140727204658192 140727204640736 139911565209335 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 14458880 140727204661870 140727204664668 140727204664668 140727204667343 0
/proc/28550/statm: 2704838 14044 3076 1 0 2667149 0
[pid=28550/tid=28603] ppid=28547 vsize=10819352 memory=6791534058613427641 CPUtime=0.29 cores=1,3,5,7
/proc/28550/task/28603/stat : 28603 (java) R 28547 28550 23703 0 -1 4202560 7162 12840 0 0 19 2 5 3 20 0 15 0 71901246 11079016448 14044 33554432000 4194304 4196468 140727204658192 139911537021344 139911549289822 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14458880 140727204661870 140727204664668 140727204664668 140727204667343 0
[pid=28550/tid=28604] ppid=28547 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28550/task/28604/stat : 28604 (java) S 28547 28550 23703 0 -1 1077944384 1 12840 0 0 0 0 5 3 20 0 15 0 71901247 11079016448 14044 33554432000 4194304 4196468 140727204658192 139911569451408 139911565219541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14458880 140727204661870 140727204664668 140727204664668 140727204667343 0
[pid=28550/tid=28605] ppid=28547 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28550/task/28605/stat : 28605 (java) S 28547 28550 23703 0 -1 1077944384 1 12840 0 0 0 0 5 3 20 0 15 0 71901247 11079016448 14044 33554432000 4194304 4196468 140727204658192 139911457724688 139911565219541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14458880 140727204661870 140727204664668 140727204664668 140727204667343 0
[pid=28550/tid=28606] ppid=28547 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28550/task/28606/stat : 28606 (java) S 28547 28550 23703 0 -1 1077944384 1 12840 0 0 0 0 5 3 20 0 15 0 71901247 11079016448 14044 33554432000 4194304 4196468 140727204658192 139911456672400 139911565219541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14458880 140727204661870 140727204664668 140727204664668 140727204667343 0
[pid=28550/tid=28607] ppid=28547 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/28550/task/28607/stat : 28607 (java) S 28547 28550 23703 0 -1 1077944384 2 12840 0 0 0 0 5 3 20 0 15 0 71901247 11079016448 14044 33554432000 4194304 4196468 140727204658192 139911455619600 139911565219541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14458880 140727204661870 140727204664668 140727204664668 140727204667343 0
[pid=28550/tid=28608] ppid=28547 vsize=10819352 memory=139650208540287 CPUtime=0.08 cores=1,3,5,7
/proc/28550/task/28608/stat : 28608 (java) S 28547 28550 23703 0 -1 1077944384 2 12840 0 0 0 0 5 3 20 0 15 0 71901248 11079016448 14044 33554432000 4194304 4196468 140727204658192 139911024691824 139911565220482 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14458880 140727204661870 140727204664668 140727204664668 140727204667343 0
[pid=28550/tid=28609] ppid=28547 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/28550/task/28609/stat : 28609 (java) S 28547 28550 23703 0 -1 1077944384 33 12840 0 0 0 0 5 3 20 0 15 0 71901248 11079016448 14044 33554432000 4194304 4196468 140727204658192 139911023637792 139911565219541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14458880 140727204661870 140727204664668 140727204664668 140727204667343 0
[pid=28550/tid=28610] ppid=28547 vsize=10819352 memory=139650208540288 CPUtime=0.08 cores=1,3,5,7
/proc/28550/task/28610/stat : 28610 (java) S 28547 28550 23703 0 -1 1077944384 1 12840 0 0 0 0 5 3 20 0 15 0 71901249 11079016448 14044 33554432000 4194304 4196468 140727204658192 139910572926576 139911565219541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14458880 140727204661870 140727204664668 140727204664668 140727204667343 0
[pid=28550/tid=28611] ppid=28547 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/28550/task/28611/stat : 28611 (java) S 28547 28550 23703 0 -1 1077944384 2 12840 0 0 0 0 5 3 20 0 15 0 71901251 11079016448 14044 33554432000 4194304 4196468 140727204658192 139910304492112 139911565227931 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14458880 140727204661870 140727204664668 140727204664668 140727204667343 0
[pid=28550/tid=28612] ppid=28547 vsize=10819352 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/28550/task/28612/stat : 28612 (java) S 28547 28550 23703 0 -1 1077944384 372 12840 0 0 1 0 5 3 20 0 15 0 71901251 11079016448 14044 33554432000 4194304 4196468 140727204658192 139910990080112 139911565220482 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14458880 140727204661870 140727204664668 140727204664668 140727204667343 0
[pid=28550/tid=28613] ppid=28547 vsize=10819352 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/28550/task/28613/stat : 28613 (java) S 28547 28550 23703 0 -1 1077944384 251 12840 0 0 1 0 5 3 20 0 15 0 71901251 11079016448 14044 33554432000 4194304 4196468 140727204658192 139910989027312 139911565220482 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14458880 140727204661870 140727204664668 140727204664668 140727204667343 0
[pid=28550/tid=28614] ppid=28547 vsize=10819352 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/28550/task/28614/stat : 28614 (java) R 28547 28550 23703 0 -1 4202560 608 12840 0 0 5 0 5 3 20 0 15 0 71901251 11079016448 14044 33554432000 4194304 4196468 140727204658192 139910987975024 139911565230682 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14458880 140727204661870 140727204664668 140727204664668 140727204667343 0
[pid=28550/tid=28615] ppid=28547 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28550/task/28615/stat : 28615 (java) S 28547 28550 23703 0 -1 1077944384 3 12840 0 0 0 0 5 3 20 0 15 0 71901252 11079016448 14044 33554432000 4194304 4196468 140727204658192 139909834729952 139911565219541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14458880 140727204661870 140727204664668 140727204664668 140727204667343 0
[pid=28550/tid=28616] ppid=28547 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28550/task/28616/stat : 28616 (java) S 28547 28550 23703 0 -1 1077944384 1 12840 0 0 0 0 5 3 20 0 15 0 71901252 11079016448 14044 33554432000 4194304 4196468 140727204658192 139910986922928 139911565220482 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14458880 140727204661870 140727204664668 140727204664668 140727204667343 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 56176 KiB

[startup+0.700759 s]
/proc/loadavg: 1.18 1.28 1.30 3/215 28616
/proc/meminfo: memFree=17075508/32770624 swapFree=67108796/67108860
[pid=28550] ppid=28547 vsize=10819352 memory=88736 CPUtime=1 cores=1,3,5,7
/proc/28550/stat : 28550 (java) S 28547 28550 23703 0 -1 1077944320 16793 12840 0 0 88 4 5 3 20 0 15 0 71901237 11079016448 22184 33554432000 4194304 4196468 140727204658192 140727204640736 139911565209335 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 14458880 140727204661870 140727204664668 140727204664668 140727204667343 0
/proc/28550/statm: 2704838 22184 3238 1 0 2667149 0
[pid=28550/tid=28603] ppid=28547 vsize=10819352 memory=21516 CPUtime=0.67 cores=1,3,5,7
/proc/28550/task/28603/stat : 28603 (java) R 28547 28550 23703 0 -1 4202560 12210 12840 0 0 56 3 5 3 20 0 15 0 71901246 11079016448 22184 33554432000 4194304 4196468 140727204658192 139911537030160 139911546772912 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14458880 140727204661870 140727204664668 140727204664668 140727204667343 0
[pid=28550/tid=28604] ppid=28547 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28550/task/28604/stat : 28604 (java) S 28547 28550 23703 0 -1 1077944384 1 12840 0 0 0 0 5 3 20 0 15 0 71901247 11079016448 22184 33554432000 4194304 4196468 140727204658192 139911569451408 139911565219541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14458880 140727204661870 140727204664668 140727204664668 140727204667343 0
[pid=28550/tid=28605] ppid=28547 vsize=10819352 memory=288230583132496621 CPUtime=0.08 cores=1,3,5,7
/proc/28550/task/28605/stat : 28605 (java) S 28547 28550 23703 0 -1 1077944384 1 12840 0 0 0 0 5 3 20 0 15 0 71901247 11079016448 22184 33554432000 4194304 4196468 140727204658192 139911457724688 139911565219541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14458880 140727204661870 140727204664668 140727204664668 140727204667343 0
[pid=28550/tid=28606] ppid=28547 vsize=10819352 memory=15823278816102057 CPUtime=0.08 cores=1,3,5,7
/proc/28550/task/28606/stat : 28606 (java) S 28547 28550 23703 0 -1 1077944384 1 12840 0 0 0 0 5 3 20 0 15 0 71901247 11079016448 22184 33554432000 4194304 4196468 140727204658192 139911456672400 139911565219541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14458880 140727204661870 140727204664668 140727204664668 140727204667343 0
[pid=28550/tid=28607] ppid=28547 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28550/task/28607/stat : 28607 (java) S 28547 28550 23703 0 -1 1077944384 2 12840 0 0 0 0 5 3 20 0 15 0 71901247 11079016448 22184 33554432000 4194304 4196468 140727204658192 139911455619600 139911565219541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14458880 140727204661870 140727204664668 140727204664668 140727204667343 0
[pid=28550/tid=28608] ppid=28547 vsize=10819352 memory=139650056626688 CPUtime=0.08 cores=1,3,5,7
/proc/28550/task/28608/stat : 28608 (java) S 28547 28550 23703 0 -1 1077944384 5 12840 0 0 0 0 5 3 20 0 15 0 71901248 11079016448 22184 33554432000 4194304 4196468 140727204658192 139911024691824 139911565220482 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14458880 140727204661870 140727204664668 140727204664668 140727204667343 0
[pid=28550/tid=28609] ppid=28547 vsize=10819352 memory=139650861630440 CPUtime=0.08 cores=1,3,5,7
/proc/28550/task/28609/stat : 28609 (java) S 28547 28550 23703 0 -1 1077944384 33 12840 0 0 0 0 5 3 20 0 15 0 71901248 11079016448 22184 33554432000 4194304 4196468 140727204658192 139911023637792 139911565219541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14458880 140727204661870 140727204664668 140727204664668 140727204667343 0
[pid=28550/tid=28610] ppid=28547 vsize=10819352 memory=1232 CPUtime=0.08 cores=1,3,5,7
/proc/28550/task/28610/stat : 28610 (java) S 28547 28550 23703 0 -1 1077944384 1 12840 0 0 0 0 5 3 20 0 15 0 71901249 11079016448 22184 33554432000 4194304 4196468 140727204658192 139910572926576 139911565219541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14458880 140727204661870 140727204664668 140727204664668 140727204667343 0
[pid=28550/tid=28611] ppid=28547 vsize=10819352 memory=7305218370954486355 CPUtime=0.08 cores=1,3,5,7
/proc/28550/task/28611/stat : 28611 (java) S 28547 28550 23703 0 -1 1077944384 2 12840 0 0 0 0 5 3 20 0 15 0 71901251 11079016448 22184 33554432000 4194304 4196468 140727204658192 139910304492112 139911565227931 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14458880 140727204661870 140727204664668 140727204664668 140727204667343 0
[pid=28550/tid=28612] ppid=28547 vsize=10819352 memory=7733916894068367721 CPUtime=0.16 cores=1,3,5,7
/proc/28550/task/28612/stat : 28612 (java) S 28547 28550 23703 0 -1 1077944384 783 12840 0 0 8 0 5 3 20 0 15 0 71901251 11079016448 22184 33554432000 4194304 4196468 140727204658192 139910990080112 139911565220482 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14458880 140727204661870 140727204664668 140727204664668 140727204667343 0
[pid=28550/tid=28613] ppid=28547 vsize=10819352 memory=6154282490091891024 CPUtime=0.17 cores=1,3,5,7
/proc/28550/task/28613/stat : 28613 (java) S 28547 28550 23703 0 -1 1077944384 873 12840 0 0 9 0 5 3 20 0 15 0 71901251 11079016448 22184 33554432000 4194304 4196468 140727204658192 139910989027312 139911565220482 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14458880 140727204661870 140727204664668 140727204664668 140727204667343 0
[pid=28550/tid=28614] ppid=28547 vsize=10819352 memory=5450916479948256810 CPUtime=0.21 cores=1,3,5,7
/proc/28550/task/28614/stat : 28614 (java) S 28547 28550 23703 0 -1 1077944384 684 12840 0 0 13 0 5 3 20 0 15 0 71901251 11079016448 22184 33554432000 4194304 4196468 140727204658192 139910987975024 139911565220482 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14458880 140727204661870 140727204664668 140727204664668 140727204667343 0
[pid=28550/tid=28615] ppid=28547 vsize=10819352 memory=-8033973737701895300 CPUtime=0.08 cores=1,3,5,7
/proc/28550/task/28615/stat : 28615 (java) S 28547 28550 23703 0 -1 1077944384 3 12840 0 0 0 0 5 3 20 0 15 0 71901252 11079016448 22184 33554432000 4194304 4196468 140727204658192 139909834729952 139911565219541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14458880 140727204661870 140727204664668 140727204664668 140727204667343 0
[pid=28550/tid=28616] ppid=28547 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28550/task/28616/stat : 28616 (java) S 28547 28550 23703 0 -1 1077944384 1 12840 0 0 0 0 5 3 20 0 15 0 71901252 11079016448 22184 33554432000 4194304 4196468 140727204658192 139910986922928 139911565220482 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14458880 140727204661870 140727204664668 140727204664668 140727204667343 0
Current children cumulated CPU time: 1 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 88736 KiB

[startup+1.50254 s]
/proc/loadavg: 1.18 1.28 1.30 3/215 28616
/proc/meminfo: memFree=17029052/32770624 swapFree=67108796/67108860
[pid=28550] ppid=28547 vsize=10836300 memory=180508 CPUtime=2.29 cores=1,3,5,7
/proc/28550/stat : 28550 (java) S 28547 28550 23703 0 -1 1077944320 24182 12840 0 0 212 9 5 3 20 0 15 0 71901237 11096371200 45127 33554432000 4194304 4196468 140727204658192 140727204640736 139911565209335 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 14458880 140727204661870 140727204664668 140727204664668 140727204667343 0
/proc/28550/statm: 2709075 45127 3473 1 0 2670733 0
[pid=28550/tid=28603] ppid=28547 vsize=10836300 memory=164744 CPUtime=1.44 cores=1,3,5,7
/proc/28550/task/28603/stat : 28603 (java) R 28547 28550 23703 0 -1 4202560 17936 12840 0 0 130 6 5 3 20 0 15 0 71901246 11096371200 45127 33554432000 4194304 4196468 140727204658192 139911537019952 139911550578138 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 14458880 140727204661870 140727204664668 140727204664668 140727204667343 0
[pid=28550/tid=28604] ppid=28547 vsize=10836300 memory=-3117775541953849957 CPUtime=0.08 cores=1,3,5,7
/proc/28550/task/28604/stat : 28604 (java) S 28547 28550 23703 0 -1 1077944384 24 12840 0 0 0 0 5 3 20 0 15 0 71901247 11096371200 45127 33554432000 4194304 4196468 140727204658192 139911569451408 139911565219541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14458880 140727204661870 140727204664668 140727204664668 140727204667343 0
[pid=28550/tid=28605] ppid=28547 vsize=10836300 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/28550/task/28605/stat : 28605 (java) S 28547 28550 23703 0 -1 1077944384 17 12840 0 0 1 0 5 3 20 0 15 0 71901247 11096371200 45127 33554432000 4194304 4196468 140727204658192 139911457724688 139911565219541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14458880 140727204661870 140727204664668 140727204664668 140727204667343 0
[pid=28550/tid=28606] ppid=28547 vsize=10836300 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/28550/task/28606/stat : 28606 (java) S 28547 28550 23703 0 -1 1077944384 65 12840 0 0 1 0 5 3 20 0 15 0 71901247 11096371200 45127 33554432000 4194304 4196468 140727204658192 139911456672400 139911565219541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14458880 140727204661870 140727204664668 140727204664668 140727204667343 0
[pid=28550/tid=28607] ppid=28547 vsize=10836300 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28550/task/28607/stat : 28607 (java) S 28547 28550 23703 0 -1 1077944384 204 12840 0 0 0 0 5 3 20 0 15 0 71901247 11096371200 45127 33554432000 4194304 4196468 140727204658192 139911455619600 139911565219541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14458880 140727204661870 140727204664668 140727204664668 140727204667343 0
[pid=28550/tid=28608] ppid=28547 vsize=10836300 memory=262520480802271 CPUtime=0.09 cores=1,3,5,7
/proc/28550/task/28608/stat : 28608 (java) S 28547 28550 23703 0 -1 1077944384 58 12840 0 0 1 0 5 3 20 0 15 0 71901248 11096371200 45127 33554432000 4194304 4196468 140727204658192 139911024691824 139911565220482 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14458880 140727204661870 140727204664668 140727204664668 140727204667343 0
[pid=28550/tid=28609] ppid=28547 vsize=10836300 memory=297290490211296509 CPUtime=0.08 cores=1,3,5,7
/proc/28550/task/28609/stat : 28609 (java) S 28547 28550 23703 0 -1 1077944384 34 12840 0 0 0 0 5 3 20 0 15 0 71901248 11096371200 45127 33554432000 4194304 4196468 140727204658192 139911023637856 139911565219541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14458880 140727204661870 140727204664668 140727204664668 140727204667343 0
[pid=28550/tid=28610] ppid=28547 vsize=10836300 memory=4638778424102965584 CPUtime=0.08 cores=1,3,5,7
/proc/28550/task/28610/stat : 28610 (java) S 28547 28550 23703 0 -1 1077944384 1 12840 0 0 0 0 5 3 20 0 15 0 71901249 11096371200 45127 33554432000 4194304 4196468 140727204658192 139910572926592 139911565219541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14458880 140727204661870 140727204664668 140727204664668 140727204667343 0
[pid=28550/tid=28611] ppid=28547 vsize=10836300 memory=6935649255759568960 CPUtime=0.08 cores=1,3,5,7
/proc/28550/task/28611/stat : 28611 (java) S 28547 28550 23703 0 -1 1077944384 2 12840 0 0 0 0 5 3 20 0 15 0 71901251 11096371200 45127 33554432000 4194304 4196468 140727204658192 139910304492112 139911565227931 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14458880 140727204661870 140727204664668 140727204664668 140727204667343 0
[pid=28550/tid=28612] ppid=28547 vsize=10836300 memory=279300112646384 CPUtime=0.33 cores=1,3,5,7
/proc/28550/task/28612/stat : 28612 (java) S 28547 28550 23703 0 -1 1077944384 1351 12840 0 0 25 0 5 3 20 0 15 0 71901251 11096371200 45127 33554432000 4194304 4196468 140727204658192 139910990080112 139911565220482 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14458880 140727204661870 140727204664668 140727204664668 140727204667343 0
[pid=28550/tid=28613] ppid=28547 vsize=10836300 memory=6935649255759568960 CPUtime=0.24 cores=1,3,5,7
/proc/28550/task/28613/stat : 28613 (java) S 28547 28550 23703 0 -1 1077944384 1030 12840 0 0 16 0 5 3 20 0 15 0 71901251 11096371200 45127 33554432000 4194304 4196468 140727204658192 139910989027312 139911565220482 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14458880 140727204661870 140727204664668 140727204664668 140727204667343 0
[pid=28550/tid=28614] ppid=28547 vsize=10836300 memory=-6293880016585517672 CPUtime=0.41 cores=1,3,5,7
/proc/28550/task/28614/stat : 28614 (java) S 28547 28550 23703 0 -1 1077944384 1263 12840 0 0 33 0 5 3 20 0 15 0 71901251 11096371200 45127 33554432000 4194304 4196468 140727204658192 139910987975024 139911565220482 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14458880 140727204661870 140727204664668 140727204664668 140727204667343 0
[pid=28550/tid=28615] ppid=28547 vsize=10836300 memory=6944656575208382560 CPUtime=0.08 cores=1,3,5,7
/proc/28550/task/28615/stat : 28615 (java) S 28547 28550 23703 0 -1 1077944384 3 12840 0 0 0 0 5 3 20 0 15 0 71901252 11096371200 45127 33554432000 4194304 4196468 140727204658192 139909834729952 139911565219541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14458880 140727204661870 140727204664668 140727204664668 140727204667343 0
[pid=28550/tid=28616] ppid=28547 vsize=10836300 memory=6944656592455360604 CPUtime=0.08 cores=1,3,5,7
/proc/28550/task/28616/stat : 28616 (java) S 28547 28550 23703 0 -1 1077944384 1 12840 0 0 0 0 5 3 20 0 15 0 71901252 11096371200 45127 33554432000 4194304 4196468 140727204658192 139910986922928 139911565220482 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14458880 140727204661870 140727204664668 140727204664668 140727204667343 0
Current children cumulated CPU time: 2.29 s
Current children cumulated vsize: 10836300 KiB
Current children cumulated memory: 180508 KiB

[startup+3.11025 s]
/proc/loadavg: 1.25 1.29 1.31 4/215 28616
/proc/meminfo: memFree=16894436/32770624 swapFree=67108796/67108860
[pid=28550] ppid=28547 vsize=10846560 memory=251060 CPUtime=5.52 cores=1,3,5,7
/proc/28550/stat : 28550 (java) S 28547 28550 23703 0 -1 1077944320 40015 12840 0 0 530 14 5 3 20 0 15 0 71901237 11106877440 62765 33554432000 4194304 4196468 140727204658192 140727204640736 139911565209335 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 14458880 140727204661870 140727204664668 140727204664668 140727204667343 0
/proc/28550/statm: 2711640 62765 3495 1 0 2673293 0
[pid=28550/tid=28603] ppid=28547 vsize=10846560 memory=7306060584108187733 CPUtime=2.99 cores=1,3,5,7
/proc/28550/task/28603/stat : 28603 (java) R 28547 28550 23703 0 -1 4202560 27442 12840 0 0 283 8 5 3 20 0 15 0 71901246 11106877440 62765 33554432000 4194304 4196468 140727204658192 139911537043184 139911565231261 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14458880 140727204661870 140727204664668 140727204664668 140727204667343 0
[pid=28550/tid=28604] ppid=28547 vsize=10846560 memory=2289 CPUtime=0.1 cores=1,3,5,7
/proc/28550/task/28604/stat : 28604 (java) S 28547 28550 23703 0 -1 1077944384 59 12840 0 0 2 0 5 3 20 0 15 0 71901247 11106877440 62765 33554432000 4194304 4196468 140727204658192 139911569451408 139911565219541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14458880 140727204661870 140727204664668 140727204664668 140727204667343 0
[pid=28550/tid=28605] ppid=28547 vsize=10846560 memory=56 CPUtime=0.1 cores=1,3,5,7
/proc/28550/task/28605/stat : 28605 (java) S 28547 28550 23703 0 -1 1077944384 32 12840 0 0 2 0 5 3 20 0 15 0 71901247 11106877440 62765 33554432000 4194304 4196468 140727204658192 139911457724688 139911565219541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14458880 140727204661870 140727204664668 140727204664668 140727204667343 0
[pid=28550/tid=28606] ppid=28547 vsize=10846560 memory=56 CPUtime=0.11 cores=1,3,5,7
/proc/28550/task/28606/stat : 28606 (java) S 28547 28550 23703 0 -1 1077944384 72 12840 0 0 3 0 5 3 20 0 15 0 71901247 11106877440 62765 33554432000 4194304 4196468 140727204658192 139911456672400 139911565219541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14458880 140727204661870 140727204664668 140727204664668 140727204667343 0
[pid=28550/tid=28607] ppid=28547 vsize=10846560 memory=2 CPUtime=0.11 cores=1,3,5,7
/proc/28550/task/28607/stat : 28607 (java) S 28547 28550 23703 0 -1 1077944384 225 12840 0 0 3 0 5 3 20 0 15 0 71901247 11106877440 62765 33554432000 4194304 4196468 140727204658192 139911455619600 139911565219541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14458880 140727204661870 140727204664668 140727204664668 140727204667343 0
[pid=28550/tid=28608] ppid=28547 vsize=10846560 memory=3 CPUtime=0.11 cores=1,3,5,7
/proc/28550/task/28608/stat : 28608 (java) S 28547 28550 23703 0 -1 1077944384 1402 12840 0 0 3 0 5 3 20 0 15 0 71901248 11106877440 62765 33554432000 4194304 4196468 140727204658192 139911024691824 139911565220482 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14458880 140727204661870 140727204664668 140727204664668 140727204667343 0
[pid=28550/tid=28609] ppid=28547 vsize=10846560 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28550/task/28609/stat : 28609 (java) S 28547 28550 23703 0 -1 1077944384 34 12840 0 0 0 0 5 3 20 0 15 0 71901248 11106877440 62765 33554432000 4194304 4196468 140727204658192 139911023637856 139911565219541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14458880 140727204661870 140727204664668 140727204664668 140727204667343 0
[pid=28550/tid=28610] ppid=28547 vsize=10846560 memory=12877 CPUtime=0.08 cores=1,3,5,7
/proc/28550/task/28610/stat : 28610 (java) S 28547 28550 23703 0 -1 1077944384 1 12840 0 0 0 0 5 3 20 0 15 0 71901249 11106877440 62765 33554432000 4194304 4196468 140727204658192 139910572926592 139911565219541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14458880 140727204661870 140727204664668 140727204664668 140727204667343 0
[pid=28550/tid=28611] ppid=28547 vsize=10846560 memory=1 CPUtime=0.08 cores=1,3,5,7
/proc/28550/task/28611/stat : 28611 (java) S 28547 28550 23703 0 -1 1077944384 2 12840 0 0 0 0 5 3 20 0 15 0 71901251 11106877440 62765 33554432000 4194304 4196468 140727204658192 139910304492112 139911565227931 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14458880 140727204661870 140727204664668 140727204664668 140727204667343 0
[pid=28550/tid=28612] ppid=28547 vsize=10846560 memory=0 CPUtime=0.82 cores=1,3,5,7
/proc/28550/task/28612/stat : 28612 (java) R 28547 28550 23703 0 -1 4202560 3206 12840 0 0 73 1 5 3 20 0 15 0 71901251 11106877440 62765 33554432000 4194304 4196468 140727204658192 139910990060144 139911550108842 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14458880 140727204661870 140727204664668 140727204664668 140727204667343 0
[pid=28550/tid=28613] ppid=28547 vsize=10846560 memory=0 CPUtime=0.63 cores=1,3,5,7
/proc/28550/task/28613/stat : 28613 (java) S 28547 28550 23703 0 -1 1077944384 1871 12840 0 0 55 0 5 3 20 0 15 0 71901251 11106877440 62765 33554432000 4194304 4196468 140727204658192 139910989027312 139911565220482 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14458880 140727204661870 140727204664668 140727204664668 140727204667343 0
[pid=28550/tid=28614] ppid=28547 vsize=10846560 memory=14 CPUtime=1.11 cores=1,3,5,7
/proc/28550/task/28614/stat : 28614 (java) S 28547 28550 23703 0 -1 1077944384 3472 12840 0 0 102 1 5 3 20 0 15 0 71901251 11106877440 62765 33554432000 4194304 4196468 140727204658192 139910987975024 139911565220482 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14458880 140727204661870 140727204664668 140727204664668 140727204667343 0
[pid=28550/tid=28615] ppid=28547 vsize=10846560 memory=210824 CPUtime=0.08 cores=1,3,5,7
/proc/28550/task/28615/stat : 28615 (java) S 28547 28550 23703 0 -1 1077944384 3 12840 0 0 0 0 5 3 20 0 15 0 71901252 11106877440 62765 33554432000 4194304 4196468 140727204658192 139909834729952 139911565219541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14458880 140727204661870 140727204664668 140727204664668 140727204667343 0
[pid=28550/tid=28616] ppid=28547 vsize=10846560 memory=28961 CPUtime=0.08 cores=1,3,5,7
/proc/28550/task/28616/stat : 28616 (java) S 28547 28550 23703 0 -1 1077944384 1 12840 0 0 0 0 5 3 20 0 15 0 71901252 11106877440 62765 33554432000 4194304 4196468 140727204658192 139910986922928 139911565220482 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14458880 140727204661870 140727204664668 140727204664668 140727204667343 0
Current children cumulated CPU time: 5.52 s
Current children cumulated vsize: 10846560 KiB
Current children cumulated memory: 251060 KiB

[startup+4.46457 s]
# the end of solver process 28550 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=9.00595 s, system=0.250272 s

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

[startup+3.20092 s]
/proc/loadavg: 1.25 1.29 1.31 4/215 28616
/proc/meminfo: memFree=16894436/32770624 swapFree=67108796/67108860
[pid=28550] ppid=28547 vsize=10848608 memory=255060 CPUtime=5.77 cores=1,3,5,7
/proc/28550/stat : 28550 (java) S 28547 28550 23703 0 -1 1077944320 44081 12840 0 0 555 14 5 3 20 0 15 0 71901237 11108974592 63765 33554432000 4194304 4196468 140727204658192 140727204640736 139911565209335 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 14458880 140727204661870 140727204664668 140727204664668 140727204667343 0
/proc/28550/statm: 2712152 63765 3495 1 0 2673805 0
[pid=28550/tid=28603] ppid=28547 vsize=10848608 memory=7666622358700452710 CPUtime=3.08 cores=1,3,5,7
/proc/28550/task/28603/stat : 28603 (java) R 28547 28550 23703 0 -1 4202560 29206 12840 0 0 292 8 5 3 20 0 15 0 71901246 11108974592 63765 33554432000 4194304 4196468 140727204658192 139911537023280 139911550578733 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14458880 140727204661870 140727204664668 140727204664668 140727204667343 0
[pid=28550/tid=28604] ppid=28547 vsize=10848608 memory=2689 CPUtime=0.1 cores=1,3,5,7
/proc/28550/task/28604/stat : 28604 (java) S 28547 28550 23703 0 -1 1077944384 59 12840 0 0 2 0 5 3 20 0 15 0 71901247 11108974592 63765 33554432000 4194304 4196468 140727204658192 139911569451408 139911565219541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14458880 140727204661870 140727204664668 140727204664668 140727204667343 0
[pid=28550/tid=28605] ppid=28547 vsize=10848608 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/28550/task/28605/stat : 28605 (java) S 28547 28550 23703 0 -1 1077944384 32 12840 0 0 2 0 5 3 20 0 15 0 71901247 11108974592 63766 33554432000 4194304 4196468 140727204658192 139911457724688 139911565219541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14458880 140727204661870 140727204664668 140727204664668 140727204667343 0
[pid=28550/tid=28606] ppid=28547 vsize=10848608 memory=279300112804992 CPUtime=0.11 cores=1,3,5,7
/proc/28550/task/28606/stat : 28606 (java) S 28547 28550 23703 0 -1 1077944384 72 12840 0 0 3 0 5 3 20 0 15 0 71901247 11108974592 63766 33554432000 4194304 4196468 140727204658192 139911456672400 139911565219541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14458880 140727204661870 140727204664668 140727204664668 140727204667343 0
[pid=28550/tid=28607] ppid=28547 vsize=10848608 memory=133 CPUtime=0.11 cores=1,3,5,7
/proc/28550/task/28607/stat : 28607 (java) S 28547 28550 23703 0 -1 1077944384 225 12840 0 0 3 0 5 3 20 0 15 0 71901247 11108974592 63766 33554432000 4194304 4196468 140727204658192 139911455619600 139911565219541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14458880 140727204661870 140727204664668 140727204664668 140727204667343 0
[pid=28550/tid=28608] ppid=28547 vsize=10848608 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/28550/task/28608/stat : 28608 (java) S 28547 28550 23703 0 -1 1077944384 1402 12840 0 0 3 0 5 3 20 0 15 0 71901248 11108974592 63766 33554432000 4194304 4196468 140727204658192 139911024691824 139911565220482 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14458880 140727204661870 140727204664668 140727204664668 140727204667343 0
[pid=28550/tid=28609] ppid=28547 vsize=10848608 memory=5864320455873620583 CPUtime=0.08 cores=1,3,5,7
/proc/28550/task/28609/stat : 28609 (java) S 28547 28550 23703 0 -1 1077944384 34 12840 0 0 0 0 5 3 20 0 15 0 71901248 11108974592 63766 33554432000 4194304 4196468 140727204658192 139911023637856 139911565219541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14458880 140727204661870 140727204664668 140727204664668 140727204667343 0
[pid=28550/tid=28610] ppid=28547 vsize=10848608 memory=7372786582024121444 CPUtime=0.08 cores=1,3,5,7
/proc/28550/task/28610/stat : 28610 (java) S 28547 28550 23703 0 -1 1077944384 1 12840 0 0 0 0 5 3 20 0 15 0 71901249 11108974592 63766 33554432000 4194304 4196468 140727204658192 139910572926592 139911565219541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14458880 140727204661870 140727204664668 140727204664668 140727204667343 0
[pid=28550/tid=28611] ppid=28547 vsize=10848608 memory=7444819964895187024 CPUtime=0.08 cores=1,3,5,7
/proc/28550/task/28611/stat : 28611 (java) S 28547 28550 23703 0 -1 1077944384 2 12840 0 0 0 0 5 3 20 0 15 0 71901251 11108974592 63766 33554432000 4194304 4196468 140727204658192 139910304492112 139911565227931 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14458880 140727204661870 140727204664668 140727204664668 140727204667343 0
[pid=28550/tid=28612] ppid=28547 vsize=10848608 memory=-6800859132029471843 CPUtime=0.91 cores=1,3,5,7
/proc/28550/task/28612/stat : 28612 (java) R 28547 28550 23703 0 -1 4202560 5404 12840 0 0 82 1 5 3 20 0 15 0 71901251 11108974592 63766 33554432000 4194304 4196468 140727204658192 139910990061720 139911542956830 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14458880 140727204661870 140727204664668 140727204664668 140727204667343 0
[pid=28550/tid=28613] ppid=28547 vsize=10848608 memory=6944656592455097440 CPUtime=0.65 cores=1,3,5,7
/proc/28550/task/28613/stat : 28613 (java) S 28547 28550 23703 0 -1 1077944384 1893 12840 0 0 57 0 5 3 20 0 15 0 71901251 11108974592 63766 33554432000 4194304 4196468 140727204658192 139910989027312 139911565220482 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14458880 140727204661870 140727204664668 140727204664668 140727204667343 0
[pid=28550/tid=28614] ppid=28547 vsize=10848608 memory=8 CPUtime=1.15 cores=1,3,5,7
/proc/28550/task/28614/stat : 28614 (java) S 28547 28550 23703 0 -1 1077944384 3560 12840 0 0 106 1 5 3 20 0 15 0 71901251 11108974592 63766 33554432000 4194304 4196468 140727204658192 139910987975024 139911565220482 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14458880 140727204661870 140727204664668 140727204664668 140727204667343 0
[pid=28550/tid=28615] ppid=28547 vsize=10848608 memory=8 CPUtime=0.08 cores=1,3,5,7
/proc/28550/task/28615/stat : 28615 (java) S 28547 28550 23703 0 -1 1077944384 3 12840 0 0 0 0 5 3 20 0 15 0 71901252 11108974592 63766 33554432000 4194304 4196468 140727204658192 139909834729952 139911565219541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14458880 140727204661870 140727204664668 140727204664668 140727204667343 0
[pid=28550/tid=28616] ppid=28547 vsize=10848608 memory=8 CPUtime=0.08 cores=1,3,5,7
/proc/28550/task/28616/stat : 28616 (java) S 28547 28550 23703 0 -1 1077944384 1 12840 0 0 0 0 5 3 20 0 15 0 71901252 11108974592 63766 33554432000 4194304 4196468 140727204658192 139910986922928 139911565220482 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14458880 140727204661870 140727204664668 140727204664668 140727204667343 0
Current children cumulated CPU time: 5.77 s
Current children cumulated vsize: 10848608 KiB
Current children cumulated memory: 255060 KiB

[startup+4.00158 s]*
/proc/loadavg: 1.25 1.29 1.31 5/215 28616
/proc/meminfo: memFree=16816964/32770624 swapFree=67108796/67108860
[pid=28550] ppid=28547 vsize=10916192 memory=325260 CPUtime=8.42 cores=1,3,5,7
/proc/28550/stat : 28550 (java) S 28547 28550 23703 0 -1 1077944320 75940 12840 0 0 815 19 5 3 20 0 15 0 71901237 11178180608 81315 33554432000 4194304 4196468 140727204658192 140727204640736 139911565209335 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 14458880 140727204661870 140727204664668 140727204664668 140727204667343 0
/proc/28550/statm: 2729048 81315 3501 1 0 2690701 0
[pid=28550/tid=28603] ppid=28547 vsize=10916192 memory=590024538737094835 CPUtime=3.88 cores=1,3,5,7
/proc/28550/task/28603/stat : 28603 (java) R 28547 28550 23703 0 -1 4202560 47476 12840 0 0 370 10 5 3 20 0 15 0 71901246 11178180608 81315 33554432000 4194304 4196468 140727204658192 139911537037072 139911137861220 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14458880 140727204661870 140727204664668 140727204664668 140727204667343 0
[pid=28550/tid=28604] ppid=28547 vsize=10916192 memory=288230613264376610 CPUtime=0.1 cores=1,3,5,7
/proc/28550/task/28604/stat : 28604 (java) S 28547 28550 23703 0 -1 1077944384 59 12840 0 0 2 0 5 3 20 0 15 0 71901247 11178180608 81315 33554432000 4194304 4196468 140727204658192 139911569451408 139911565219541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14458880 140727204661870 140727204664668 140727204664668 140727204667343 0
[pid=28550/tid=28605] ppid=28547 vsize=10916192 memory=300932141174600111 CPUtime=0.1 cores=1,3,5,7
/proc/28550/task/28605/stat : 28605 (java) S 28547 28550 23703 0 -1 1077944384 32 12840 0 0 2 0 5 3 20 0 15 0 71901247 11178180608 81315 33554432000 4194304 4196468 140727204658192 139911457724688 139911565219541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14458880 140727204661870 140727204664668 140727204664668 140727204667343 0
[pid=28550/tid=28606] ppid=28547 vsize=10916192 memory=7300445429834933610 CPUtime=0.11 cores=1,3,5,7
/proc/28550/task/28606/stat : 28606 (java) S 28547 28550 23703 0 -1 1077944384 72 12840 0 0 3 0 5 3 20 0 15 0 71901247 11178180608 81315 33554432000 4194304 4196468 140727204658192 139911456672400 139911565219541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14458880 140727204661870 140727204664668 140727204664668 140727204667343 0
[pid=28550/tid=28607] ppid=28547 vsize=10916192 memory=7446848495401937817 CPUtime=0.11 cores=1,3,5,7
/proc/28550/task/28607/stat : 28607 (java) S 28547 28550 23703 0 -1 1077944384 225 12840 0 0 3 0 5 3 20 0 15 0 71901247 11178180608 81315 33554432000 4194304 4196468 140727204658192 139911455619600 139911565219541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14458880 140727204661870 140727204664668 140727204664668 140727204667343 0
[pid=28550/tid=28608] ppid=28547 vsize=10916192 memory=1 CPUtime=0.11 cores=1,3,5,7
/proc/28550/task/28608/stat : 28608 (java) S 28547 28550 23703 0 -1 1077944384 1721 12840 0 0 3 0 5 3 20 0 15 0 71901248 11178180608 81315 33554432000 4194304 4196468 140727204658192 139911024691824 139911565220482 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14458880 140727204661870 140727204664668 140727204664668 140727204667343 0
[pid=28550/tid=28609] ppid=28547 vsize=10916192 memory=139650056439982 CPUtime=0.08 cores=1,3,5,7
/proc/28550/task/28609/stat : 28609 (java) S 28547 28550 23703 0 -1 1077944384 34 12840 0 0 0 0 5 3 20 0 15 0 71901248 11178180608 81315 33554432000 4194304 4196468 140727204658192 139911023637856 139911565219541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14458880 140727204661870 140727204664668 140727204664668 140727204667343 0
[pid=28550/tid=28610] ppid=28547 vsize=10916192 memory=279300112831792 CPUtime=0.08 cores=1,3,5,7
/proc/28550/task/28610/stat : 28610 (java) S 28547 28550 23703 0 -1 1077944384 1 12840 0 0 0 0 5 3 20 0 15 0 71901249 11178180608 81315 33554432000 4194304 4196468 140727204658192 139910572926592 139911565219541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14458880 140727204661870 140727204664668 140727204664668 140727204667343 0
[pid=28550/tid=28611] ppid=28547 vsize=10916192 memory=7163370358993670508 CPUtime=0.08 cores=1,3,5,7
/proc/28550/task/28611/stat : 28611 (java) S 28547 28550 23703 0 -1 1077944384 2 12840 0 0 0 0 5 3 20 0 15 0 71901251 11178180608 81315 33554432000 4194304 4196468 140727204658192 139910304492112 139911565227931 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14458880 140727204661870 140727204664668 140727204664668 140727204667343 0
[pid=28550/tid=28612] ppid=28547 vsize=10916192 memory=7380662456761216358 CPUtime=1.69 cores=1,3,5,7
/proc/28550/task/28612/stat : 28612 (java) R 28547 28550 23703 0 -1 4202560 14128 12840 0 0 158 3 5 3 20 0 15 0 71901251 11178180608 81315 33554432000 4194304 4196468 140727204658192 139910990066432 139911546385287 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14458880 140727204661870 140727204664668 140727204664668 140727204667343 0
[pid=28550/tid=28613] ppid=28547 vsize=10916192 memory=3049007661551544886 CPUtime=1.39 cores=1,3,5,7
/proc/28550/task/28613/stat : 28613 (java) R 28547 28550 23703 0 -1 4202560 4807 12840 0 0 130 1 5 3 20 0 15 0 71901251 11178180608 81315 33554432000 4194304 4196468 140727204658192 139910989020504 139911548695349 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 14458880 140727204661870 140727204664668 140727204664668 140727204667343 0
[pid=28550/tid=28614] ppid=28547 vsize=10916192 memory=0 CPUtime=1.47 cores=1,3,5,7
/proc/28550/task/28614/stat : 28614 (java) R 28547 28550 23703 0 -1 4202560 5187 12840 0 0 138 1 5 3 20 0 15 0 71901251 11178180608 81315 33554432000 4194304 4196468 140727204658192 139910987975024 139911543889504 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14458880 140727204661870 140727204664668 140727204664668 140727204667343 0
[pid=28550/tid=28615] ppid=28547 vsize=10916192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28550/task/28615/stat : 28615 (java) S 28547 28550 23703 0 -1 1077944384 3 12840 0 0 0 0 5 3 20 0 15 0 71901252 11178180608 81315 33554432000 4194304 4196468 140727204658192 139909834729952 139911565219541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14458880 140727204661870 140727204664668 140727204664668 140727204667343 0
[pid=28550/tid=28616] ppid=28547 vsize=10916192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28550/task/28616/stat : 28616 (java) S 28547 28550 23703 0 -1 1077944384 6 12840 0 0 0 0 5 3 20 0 15 0 71901252 11178180608 81315 33554432000 4194304 4196468 140727204658192 139910986922928 139911565220482 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14458880 140727204661870 140727204664668 140727204664668 140727204667343 0
Current children cumulated CPU time: 8.42 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 325260 KiB

[startup+4.4006 s]
/proc/loadavg: 1.25 1.29 1.31 5/215 28616
/proc/meminfo: memFree=16816964/32770624 swapFree=67108796/67108860
[pid=28550] ppid=28547 vsize=10981728 memory=339024 CPUtime=9.23 cores=1,3,5,7
/proc/28550/stat : 28550 (java) S 28547 28550 23703 0 -1 1077944320 76534 12840 0 0 895 20 5 3 20 0 12 0 71901237 11245289472 84756 33554432000 4194304 4196468 140727204658192 140727204640736 139911565209335 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 14458880 140727204661870 140727204664668 140727204664668 140727204667343 0
/proc/28550/statm: 2745432 84756 3504 1 0 2707085 0
[pid=28550/tid=28603] ppid=28547 vsize=10981728 memory=7446848495401937817 CPUtime=4.11 cores=1,3,5,7
/proc/28550/task/28603/stat : 28603 (java) D 28547 28550 23703 0 -1 4202560 47588 12840 0 0 393 10 5 3 20 0 12 0 71901246 11245289472 84756 33554432000 4194304 4196468 140727204658192 139911537052984 139911557894967 0 0 0 16800975 18446744072099916933 0 0 -1 5 0 0 0 0 0 6293624 6294260 14458880 140727204661870 140727204664668 140727204664668 140727204667343 0
[pid=28550/tid=28604] ppid=28547 vsize=10981728 memory=7446848495401937817 CPUtime=0.1 cores=1,3,5,7
/proc/28550/task/28604/stat : 28604 (java) S 28547 28550 23703 0 -1 1077944384 59 12840 0 0 2 0 5 3 20 0 12 0 71901247 11245289472 84756 33554432000 4194304 4196468 140727204658192 139911569451408 139911565219541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14458880 140727204661870 140727204664668 140727204664668 140727204667343 0
[pid=28550/tid=28605] ppid=28547 vsize=10981728 memory=7446848495401937817 CPUtime=0.1 cores=1,3,5,7
/proc/28550/task/28605/stat : 28605 (java) S 28547 28550 23703 0 -1 1077944384 32 12840 0 0 2 0 5 3 20 0 12 0 71901247 11245289472 84756 33554432000 4194304 4196468 140727204658192 139911457724688 139911565219541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14458880 140727204661870 140727204664668 140727204664668 140727204667343 0
[pid=28550/tid=28606] ppid=28547 vsize=10981728 memory=7446848495401937817 CPUtime=0.11 cores=1,3,5,7
/proc/28550/task/28606/stat : 28606 (java) S 28547 28550 23703 0 -1 1077944384 72 12840 0 0 3 0 5 3 20 0 12 0 71901247 11245289472 84756 33554432000 4194304 4196468 140727204658192 139911456672400 139911565219541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14458880 140727204661870 140727204664668 140727204664668 140727204667343 0
[pid=28550/tid=28607] ppid=28547 vsize=10981728 memory=11153014849 CPUtime=0.11 cores=1,3,5,7
/proc/28550/task/28607/stat : 28607 (java) S 28547 28550 23703 0 -1 1077944384 225 12840 0 0 3 0 5 3 20 0 12 0 71901247 11245289472 84756 33554432000 4194304 4196468 140727204658192 139911455619600 139911565219541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14458880 140727204661870 140727204664668 140727204664668 140727204667343 0
[pid=28550/tid=28609] ppid=28547 vsize=10981728 memory=279300112780208 CPUtime=0.08 cores=1,3,5,7
/proc/28550/task/28609/stat : 28609 (java) S 28547 28550 23703 0 -1 1077944384 34 12840 0 0 0 0 5 3 20 0 12 0 71901248 11245289472 84756 33554432000 4194304 4196468 140727204658192 139911023637856 139911565219541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14458880 140727204661870 140727204664668 140727204664668 140727204667343 0
[pid=28550/tid=28610] ppid=28547 vsize=10981728 memory=279300112689136 CPUtime=0.08 cores=1,3,5,7
/proc/28550/task/28610/stat : 28610 (java) S 28547 28550 23703 0 -1 1077944384 1 12840 0 0 0 0 5 3 20 0 12 0 71901249 11245289472 84756 33554432000 4194304 4196468 140727204658192 139910572926592 139911565219541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14458880 140727204661870 140727204664668 140727204664668 140727204667343 0
[pid=28550/tid=28612] ppid=28547 vsize=10981728 memory=0 CPUtime=1.91 cores=1,3,5,7
/proc/28550/task/28612/stat : 28612 (java) S 28547 28550 23703 0 -1 1077944384 14203 12840 0 0 180 3 5 3 20 0 12 0 71901251 11245289472 84756 33554432000 4194304 4196468 140727204658192 139910990080112 139911565220482 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14458880 140727204661870 140727204664668 140727204664668 140727204667343 0
[pid=28550/tid=28613] ppid=28547 vsize=10981728 memory=0 CPUtime=1.63 cores=1,3,5,7
/proc/28550/task/28613/stat : 28613 (java) S 28547 28550 23703 0 -1 1077944384 4893 12840 0 0 154 1 5 3 20 0 12 0 71901251 11245289472 84756 33554432000 4194304 4196468 140727204658192 139910989007792 139911565219541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14458880 140727204661870 140727204664668 140727204664668 140727204667343 0
[pid=28550/tid=28614] ppid=28547 vsize=10981728 memory=0 CPUtime=1.58 cores=1,3,5,7
/proc/28550/task/28614/stat : 28614 (java) S 28547 28550 23703 0 -1 1077944384 5476 12840 0 0 149 1 5 3 20 0 12 0 71901251 11245289472 84756 33554432000 4194304 4196468 140727204658192 139910987972528 139911565219541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14458880 140727204661870 140727204664668 140727204664668 140727204667343 0
[pid=28550/tid=28615] ppid=28547 vsize=10981728 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28550/task/28615/stat : 28615 (java) S 28547 28550 23703 0 -1 1077944384 3 12840 0 0 0 0 5 3 20 0 12 0 71901252 11245289472 84756 33554432000 4194304 4196468 140727204658192 139909834729952 139911565219541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14458880 140727204661870 140727204664668 140727204664668 140727204667343 0
Current children cumulated CPU time: 9.23 s
Current children cumulated vsize: 10981728 KiB
Current children cumulated memory: 339024 KiB

Child status: 0
Real time (s): 4.46462
CPU time (s): 9.25622
CPU user time (s): 9.00595
CPU system time (s): 0.250272
CPU usage (%): 207.324
Max. virtual memory (cumulated for all children) (KiB): 10981728
Max. memory (cumulated for all children) (KiB): 339024

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.00595
system time used= 0.250272
maximum resident set size= 343052
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 89402
page faults= 0
swaps= 0
block input operations= 24
block output operations= 184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6891
involuntary context switches= 55


# summary of solver processes directly reported to runsolver:
#   pid: 28550
#   total CPU time (s): 9.25622
#   total CPU user time (s): 9.00595
#   total CPU system time (s): 0.250272

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.053627 second user time and 0.077901 second system time

The end

Launcher Data

Begin job on node138 at 2018-07-25 20:29:41
IDJOB=4295321
IDBENCH=141519
IDSOLVER=2750
FILE ID=node138/4295321-1532543381
RUNJOBID= node138-1532523045-23735
PBS_JOBID= 21021594
Free space on /tmp= 53776 MiB

SOLVER NAME= Concrete 3.8 2018-06-13
BENCH NAME= XCSP18/Mario/Mario-easy-2_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4295321-1532543381/watcher-4295321-1532543381 -o /tmp/evaluation-result-4295321-1532543381/solver-4295321-1532543381 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node138-1532523045-23735 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1769005467 HOME/instance-4295321-1532543381.xml

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

MD5SUM BENCH= f67e3538ea675b4814e62926b7227759
RANDOM SEED=1769005467

node138.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.71
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.71
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.71
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.71
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:        17128716 kB
MemAvailable:   31422808 kB
Buffers:          169372 kB
Cached:         14270540 kB
SwapCached:           44 kB
Active:          2892752 kB
Inactive:       12108912 kB
Active(anon):     512308 kB
Inactive(anon):    77312 kB
Active(file):    2380444 kB
Inactive(file): 12031600 kB
Unevictable:        7288 kB
Mlocked:            7288 kB
SwapTotal:      67108860 kB
SwapFree:       67108796 kB
Dirty:             26472 kB
Writeback:             0 kB
AnonPages:        569124 kB
Mapped:            47828 kB
Shmem:             25164 kB
Slab:             338976 kB
SReclaimable:     310508 kB
SUnreclaim:        28468 kB
KernelStack:        3504 kB
PageTables:         6316 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1523584 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    471040 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 53748 MiB
End job on node138 at 2018-07-25 20:29:45