Trace number 4295119

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-SuperNG 2018-06-13OPT47 7.70471 4.47147

General information on the benchmark

NameRcpsp/
Rcpsp-j30-01-02_c18.xml
MD5SUM89f30685fe777f1ae52e0ef342afd904
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark47
Best CPU time to get the best result obtained on this benchmark1.21042
Satisfiable
(Un)Satisfiability was proved
Number of variables32
Number of constraints52
Number of domains2
Minimum domain size1
Maximum domain size160
Distribution of domain sizes[{"size":1,"count":1},{"size":160,"count":31}]
Minimum variable degree3
Maximum variable degree5
Distribution of variable degrees[{"degree":3,"count":12},{"degree":4,"count":9},{"degree":5,"count":11}]
Minimum constraint arity2
Maximum constraint arity9
Distribution of constraint arities[{"arity":2,"count":48},{"arity":6,"count":1},{"arity":7,"count":1},{"arity":8,"count":1},{"arity":9,"count":1}]
Number of extensional constraints0
Number of intensional constraints48
Distribution of constraint types[{"type":"intension","count":48},{"type":"cumulative","count":4}]
Optimization problemYES
Type of objectivemin VAR

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.97/0.74	c Concrete v3.8.1528841891564 running
7.33/3.65	o 48
7.33/3.67	o 47
7.67/4.37	v <instantiation cost="47">
7.67/4.37	v       <list>
7.67/4.37	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] s[15] s[16] s[17] s[18] s[19] s[20] s[21] s[22] s[23] s[24] s[25] s[26] s[27] s[28] s[29] s[30] s[31]
7.67/4.37	v       </list>
7.67/4.37	v       <values>
7.67/4.37	v         0 0 0 0 10 11 7 18 10 2 13 7 14 23 27 14 13 24 14 25 31 7 33 31 25 24 33 35 40 39 35 47
7.67/4.37	v       </values>
7.67/4.37	v     </instantiation>
7.67/4.37	s OPTIMUM FOUND

Verifier Data

OK	47

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4295119-1532519932/watcher-4295119-1532519932 -o /tmp/evaluation-result-4295119-1532519932/solver-4295119-1532519932 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1532498695-4224 --watchdog 2580 concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=673592792 -superng HOME/instance-4295119-1532519932.xml 

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

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

solver pid=8565, runsolver pid=8562

[startup+0.101236 s]*
/proc/loadavg: 2.70 2.18 2.06 2/209 8622
/proc/meminfo: memFree=15717304/32770624 swapFree=67108860/67108860
[pid=8565] ppid=8562 vsize=9972712 memory=16544 CPUtime=0.08 cores=1,3,5,7
/proc/8565/stat : 8565 (java) S 8562 8565 4192 0 -1 1077944320 4279 13176 0 0 1 0 5 2 20 0 6 0 69556382 10212057088 4136 33554432000 4194304 4196468 140722703065376 140722703047920 140341435002615 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 32563200 140722703067308 140722703070556 140722703070556 140722703073231 0
/proc/8565/statm: 2493178 4136 1932 1 0 2481616 0
[pid=8565/tid=8618] ppid=8562 vsize=9972712 memory=4718545630382498451 CPUtime=0.07 cores=1,3,5,7
/proc/8565/task/8618/stat : 8618 (java) R 8562 8565 4192 0 -1 4202560 2115 13176 0 0 0 0 5 2 20 0 6 0 69556391 10212057088 4136 33554432000 4194304 4196468 140722703065376 140341406839376 140341419083102 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32563200 140722703067308 140722703070556 140722703070556 140722703073231 0
[pid=8565/tid=8619] ppid=8562 vsize=9972712 memory=5793854888588683705 CPUtime=0.07 cores=1,3,5,7
/proc/8565/task/8619/stat : 8619 (java) S 8562 8565 4192 0 -1 1077944384 1 13176 0 0 0 0 5 2 20 0 6 0 69556392 10212057088 4136 33554432000 4194304 4196468 140722703065376 140341439244816 140341435012821 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32563200 140722703067308 140722703070556 140722703070556 140722703073231 0
[pid=8565/tid=8620] ppid=8562 vsize=9972712 memory=139637578790528 CPUtime=0.07 cores=1,3,5,7
/proc/8565/task/8620/stat : 8620 (java) S 8562 8565 4192 0 -1 1077944384 1 13176 0 0 0 0 5 2 20 0 6 0 69556392 10212057088 4136 33554432000 4194304 4196468 140722703065376 140341354064528 140341435012821 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32563200 140722703067308 140722703070556 140722703070556 140722703073231 0
[pid=8565/tid=8621] ppid=8562 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8565/task/8621/stat : 8621 (java) S 8562 8565 4192 0 -1 1077944384 1 13176 0 0 0 0 5 2 20 0 6 0 69556392 10212057088 4136 33554432000 4194304 4196468 140722703065376 140341353011472 140341435012821 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32563200 140722703067308 140722703070556 140722703070556 140722703073231 0
[pid=8565/tid=8622] ppid=8562 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8565/task/8622/stat : 8622 (java) S 8562 8565 4192 0 -1 1077944384 2 13176 0 0 0 0 5 2 20 0 6 0 69556392 10212057088 4136 33554432000 4194304 4196468 140722703065376 140341351958928 140341435012821 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32563200 140722703067308 140722703070556 140722703070556 140722703073231 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16544 KiB

[startup+0.21267 s]*
/proc/loadavg: 2.70 2.18 2.06 3/218 8631
/proc/meminfo: memFree=15697652/32770624 swapFree=67108860/67108860
[pid=8565] ppid=8562 vsize=10821524 memory=44172 CPUtime=0.25 cores=1,3,5,7
/proc/8565/stat : 8565 (java) S 8562 8565 4192 0 -1 1077944320 8215 13176 0 0 17 1 5 2 20 0 15 0 69556382 11081240576 11043 33554432000 4194304 4196468 140722703065376 140722703047920 140341435002615 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 32563200 140722703067308 140722703070556 140722703070556 140722703073231 0
/proc/8565/statm: 2705381 11043 2972 1 0 2667804 0
[pid=8565/tid=8618] ppid=8562 vsize=10818904 memory=-2899909650764262549 CPUtime=0.18 cores=1,3,5,7
/proc/8565/task/8618/stat : 8618 (java) R 8562 8565 4192 0 -1 4202560 5235 13176 0 0 10 1 5 2 20 0 15 0 69556391 11078557696 10764 33554432000 4194304 4196468 140722703065376 140341406827424 140341427681837 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32563200 140722703067308 140722703070556 140722703070556 140722703073231 0
[pid=8565/tid=8619] ppid=8562 vsize=10818904 memory=4211973363783581066 CPUtime=0.07 cores=1,3,5,7
/proc/8565/task/8619/stat : 8619 (java) S 8562 8565 4192 0 -1 1077944384 1 13176 0 0 0 0 5 2 20 0 15 0 69556392 11078557696 10764 33554432000 4194304 4196468 140722703065376 140341439244816 140341435012821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32563200 140722703067308 140722703070556 140722703070556 140722703073231 0
[pid=8565/tid=8620] ppid=8562 vsize=10818904 memory=139637578790528 CPUtime=0.07 cores=1,3,5,7
/proc/8565/task/8620/stat : 8620 (java) S 8562 8565 4192 0 -1 1077944384 1 13176 0 0 0 0 5 2 20 0 15 0 69556392 11078557696 10764 33554432000 4194304 4196468 140722703065376 140341354064528 140341435012821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32563200 140722703067308 140722703070556 140722703070556 140722703073231 0
[pid=8565/tid=8621] ppid=8562 vsize=10818904 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8565/task/8621/stat : 8621 (java) S 8562 8565 4192 0 -1 1077944384 1 13176 0 0 0 0 5 2 20 0 15 0 69556392 11078557696 10764 33554432000 4194304 4196468 140722703065376 140341353011472 140341435012821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32563200 140722703067308 140722703070556 140722703070556 140722703073231 0
[pid=8565/tid=8622] ppid=8562 vsize=10818904 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/8565/task/8622/stat : 8622 (java) S 8562 8565 4192 0 -1 1077944384 2 13176 0 0 0 0 5 2 20 0 15 0 69556392 11078557696 10764 33554432000 4194304 4196468 140722703065376 140341351958928 140341435012821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32563200 140722703067308 140722703070556 140722703070556 140722703073231 0
[pid=8565/tid=8623] ppid=8562 vsize=10818904 memory=139637578790528 CPUtime=0.07 cores=1,3,5,7
/proc/8565/task/8623/stat : 8623 (java) S 8562 8565 4192 0 -1 1077944384 2 13176 0 0 0 0 5 2 20 0 15 0 69556394 11078557696 10764 33554432000 4194304 4196468 140722703065376 140340961413872 140341435013762 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32563200 140722703067308 140722703070556 140722703070556 140722703073231 0
[pid=8565/tid=8624] ppid=8562 vsize=10818904 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/8565/task/8624/stat : 8624 (java) S 8562 8565 4192 0 -1 1077944384 13 13176 0 0 0 0 5 2 20 0 15 0 69556394 11078557696 10764 33554432000 4194304 4196468 140722703065376 140340874962592 140341435012821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32563200 140722703067308 140722703070556 140722703070556 140722703073231 0
[pid=8565/tid=8625] ppid=8562 vsize=10818904 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8565/task/8625/stat : 8625 (java) S 8562 8565 4192 0 -1 1077944384 1 13176 0 0 0 0 5 2 20 0 15 0 69556394 11078557696 10764 33554432000 4194304 4196468 140722703065376 140340270982384 140341435012821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32563200 140722703067308 140722703070556 140722703070556 140722703073231 0
[pid=8565/tid=8626] ppid=8562 vsize=10818936 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8565/task/8626/stat : 8626 (java) S 8562 8565 4192 0 -1 1077944384 3 13176 0 0 0 0 5 2 20 0 15 0 69556397 11078590464 10764 33554432000 4194304 4196468 140722703065376 140339963582928 140341435021211 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32563200 140722703067308 140722703070556 140722703070556 140722703073231 0
[pid=8565/tid=8627] ppid=8562 vsize=10818936 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8565/task/8627/stat : 8627 (java) S 8562 8565 4192 0 -1 1077944384 496 13176 0 0 1 0 5 2 20 0 15 0 69556397 11078590464 10764 33554432000 4194304 4196468 140722703065376 140340960360688 140341435013762 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32563200 140722703067308 140722703070556 140722703070556 140722703073231 0
[pid=8565/tid=8628] ppid=8562 vsize=10818936 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/8565/task/8628/stat : 8628 (java) S 8562 8565 4192 0 -1 1077944384 88 13176 0 0 1 0 5 2 20 0 15 0 69556397 11078590464 10764 33554432000 4194304 4196468 140722703065376 140340959308144 140341435013762 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32563200 140722703067308 140722703070556 140722703070556 140722703073231 0
[pid=8565/tid=8629] ppid=8562 vsize=10818936 memory=139637578790528 CPUtime=0.1 cores=1,3,5,7
/proc/8565/task/8629/stat : 8629 (java) S 8562 8565 4192 0 -1 1077944384 545 13176 0 0 3 0 5 2 20 0 15 0 69556397 11078590464 10764 33554432000 4194304 4196468 140722703065376 140340958255088 140341435013762 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32563200 140722703067308 140722703070556 140722703070556 140722703073231 0
[pid=8565/tid=8630] ppid=8562 vsize=10818936 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/8565/task/8630/stat : 8630 (java) S 8562 8565 4192 0 -1 1077944384 3 13176 0 0 0 0 5 2 20 0 15 0 69556397 11078590464 10829 33554432000 4194304 4196468 140722703065376 140339930024288 140341435012821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32563200 140722703067308 140722703070556 140722703070556 140722703073231 0
[pid=8565/tid=8631] ppid=8562 vsize=10818936 memory=139637578790528 CPUtime=0.07 cores=1,3,5,7
/proc/8565/task/8631/stat : 8631 (java) S 8562 8565 4192 0 -1 1077944384 1 13176 0 0 0 0 5 2 20 0 15 0 69556397 11078590464 10829 33554432000 4194304 4196468 140722703065376 140340957203504 140341435013762 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32563200 140722703067308 140722703070556 140722703070556 140722703073231 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10821524 KiB
Current children cumulated memory: 44172 KiB

[startup+0.3104 s]*
/proc/loadavg: 2.64 2.17 2.06 3/218 8631
/proc/meminfo: memFree=15686568/32770624 swapFree=67108860/67108860
[pid=8565] ppid=8562 vsize=10819352 memory=53516 CPUtime=0.37 cores=1,3,5,7
/proc/8565/stat : 8565 (java) S 8562 8565 4192 0 -1 1077944320 10415 13176 0 0 28 2 5 2 20 0 15 0 69556382 11079016448 13379 33554432000 4194304 4196468 140722703065376 140722703047920 140341435002615 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 32563200 140722703067308 140722703070556 140722703070556 140722703073231 0
/proc/8565/statm: 2704838 13379 3091 1 0 2667149 0
[pid=8565/tid=8618] ppid=8562 vsize=10819352 memory=8112282956445269571 CPUtime=0.28 cores=1,3,5,7
/proc/8565/task/8618/stat : 8618 (java) R 8562 8565 4192 0 -1 4202560 7060 13176 0 0 19 2 5 2 20 0 15 0 69556391 11079016448 13379 33554432000 4194304 4196468 140722703065376 140341406814624 140341419083102 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32563200 140722703067308 140722703070556 140722703070556 140722703073231 0
[pid=8565/tid=8619] ppid=8562 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8565/task/8619/stat : 8619 (java) S 8562 8565 4192 0 -1 1077944384 1 13176 0 0 0 0 5 2 20 0 15 0 69556392 11079016448 13379 33554432000 4194304 4196468 140722703065376 140341439244816 140341435012821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32563200 140722703067308 140722703070556 140722703070556 140722703073231 0
[pid=8565/tid=8620] ppid=8562 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8565/task/8620/stat : 8620 (java) S 8562 8565 4192 0 -1 1077944384 1 13176 0 0 0 0 5 2 20 0 15 0 69556392 11079016448 13379 33554432000 4194304 4196468 140722703065376 140341354064528 140341435012821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32563200 140722703067308 140722703070556 140722703070556 140722703073231 0
[pid=8565/tid=8621] ppid=8562 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8565/task/8621/stat : 8621 (java) S 8562 8565 4192 0 -1 1077944384 1 13176 0 0 0 0 5 2 20 0 15 0 69556392 11079016448 13379 33554432000 4194304 4196468 140722703065376 140341353011472 140341435012821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32563200 140722703067308 140722703070556 140722703070556 140722703073231 0
[pid=8565/tid=8622] ppid=8562 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/8565/task/8622/stat : 8622 (java) S 8562 8565 4192 0 -1 1077944384 2 13176 0 0 0 0 5 2 20 0 15 0 69556392 11079016448 13379 33554432000 4194304 4196468 140722703065376 140341351958928 140341435012821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32563200 140722703067308 140722703070556 140722703070556 140722703073231 0
[pid=8565/tid=8623] ppid=8562 vsize=10819352 memory=139637578790527 CPUtime=0.07 cores=1,3,5,7
/proc/8565/task/8623/stat : 8623 (java) S 8562 8565 4192 0 -1 1077944384 2 13176 0 0 0 0 5 2 20 0 15 0 69556394 11079016448 13379 33554432000 4194304 4196468 140722703065376 140340961413872 140341435013762 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32563200 140722703067308 140722703070556 140722703070556 140722703073231 0
[pid=8565/tid=8624] ppid=8562 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/8565/task/8624/stat : 8624 (java) S 8562 8565 4192 0 -1 1077944384 13 13176 0 0 0 0 5 2 20 0 15 0 69556394 11079016448 13379 33554432000 4194304 4196468 140722703065376 140340874962592 140341435012821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32563200 140722703067308 140722703070556 140722703070556 140722703073231 0
[pid=8565/tid=8625] ppid=8562 vsize=10819352 memory=139637578790528 CPUtime=0.07 cores=1,3,5,7
/proc/8565/task/8625/stat : 8625 (java) S 8562 8565 4192 0 -1 1077944384 1 13176 0 0 0 0 5 2 20 0 15 0 69556394 11079016448 13379 33554432000 4194304 4196468 140722703065376 140340270982384 140341435012821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32563200 140722703067308 140722703070556 140722703070556 140722703073231 0
[pid=8565/tid=8626] ppid=8562 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/8565/task/8626/stat : 8626 (java) S 8562 8565 4192 0 -1 1077944384 3 13176 0 0 0 0 5 2 20 0 15 0 69556397 11079016448 13379 33554432000 4194304 4196468 140722703065376 140339963582928 140341435021211 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32563200 140722703067308 140722703070556 140722703070556 140722703073231 0
[pid=8565/tid=8627] ppid=8562 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8565/task/8627/stat : 8627 (java) S 8562 8565 4192 0 -1 1077944384 497 13176 0 0 1 0 5 2 20 0 15 0 69556397 11079016448 13379 33554432000 4194304 4196468 140722703065376 140340960360688 140341435013762 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32563200 140722703067308 140722703070556 140722703070556 140722703073231 0
[pid=8565/tid=8628] ppid=8562 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/8565/task/8628/stat : 8628 (java) S 8562 8565 4192 0 -1 1077944384 88 13176 0 0 1 0 5 2 20 0 15 0 69556397 11079016448 13379 33554432000 4194304 4196468 140722703065376 140340959308144 140341435013762 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32563200 140722703067308 140722703070556 140722703070556 140722703073231 0
[pid=8565/tid=8629] ppid=8562 vsize=10819352 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/8565/task/8629/stat : 8629 (java) S 8562 8565 4192 0 -1 1077944384 550 13176 0 0 5 0 5 2 20 0 15 0 69556397 11079016448 13379 33554432000 4194304 4196468 140722703065376 140340958255088 140341435013762 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32563200 140722703067308 140722703070556 140722703070556 140722703073231 0
[pid=8565/tid=8630] ppid=8562 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8565/task/8630/stat : 8630 (java) S 8562 8565 4192 0 -1 1077944384 3 13176 0 0 0 0 5 2 20 0 15 0 69556397 11079016448 13379 33554432000 4194304 4196468 140722703065376 140339930024288 140341435012821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32563200 140722703067308 140722703070556 140722703070556 140722703073231 0
[pid=8565/tid=8631] ppid=8562 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8565/task/8631/stat : 8631 (java) S 8562 8565 4192 0 -1 1077944384 1 13176 0 0 0 0 5 2 20 0 15 0 69556397 11079016448 13379 33554432000 4194304 4196468 140722703065376 140340957203504 140341435013762 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32563200 140722703067308 140722703070556 140722703070556 140722703073231 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 53516 KiB

[startup+0.700739 s]
/proc/loadavg: 2.64 2.17 2.06 3/218 8631
/proc/meminfo: memFree=15675280/32770624 swapFree=67108860/67108860
[pid=8565] ppid=8562 vsize=10819352 memory=86616 CPUtime=0.97 cores=1,3,5,7
/proc/8565/stat : 8565 (java) S 8562 8565 4192 0 -1 1077944320 16738 13176 0 0 86 4 5 2 20 0 15 0 69556382 11079016448 21654 33554432000 4194304 4196468 140722703065376 140722703047920 140341435002615 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 32563200 140722703067308 140722703070556 140722703070556 140722703073231 0
/proc/8565/statm: 2704838 21654 3238 1 0 2667149 0
[pid=8565/tid=8618] ppid=8562 vsize=10819352 memory=0 CPUtime=0.65 cores=1,3,5,7
/proc/8565/task/8618/stat : 8618 (java) R 8562 8565 4192 0 -1 4202560 12260 13176 0 0 55 3 5 2 20 0 15 0 69556391 11079016448 21654 33554432000 4194304 4196468 140722703065376 140341406823440 140341416566190 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32563200 140722703067308 140722703070556 140722703070556 140722703073231 0
[pid=8565/tid=8619] ppid=8562 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8565/task/8619/stat : 8619 (java) S 8562 8565 4192 0 -1 1077944384 1 13176 0 0 0 0 5 2 20 0 15 0 69556392 11079016448 21654 33554432000 4194304 4196468 140722703065376 140341439244816 140341435012821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32563200 140722703067308 140722703070556 140722703070556 140722703073231 0
[pid=8565/tid=8620] ppid=8562 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8565/task/8620/stat : 8620 (java) S 8562 8565 4192 0 -1 1077944384 1 13176 0 0 0 0 5 2 20 0 15 0 69556392 11079016448 21654 33554432000 4194304 4196468 140722703065376 140341354064528 140341435012821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32563200 140722703067308 140722703070556 140722703070556 140722703073231 0
[pid=8565/tid=8621] ppid=8562 vsize=10819352 memory=4132 CPUtime=0.07 cores=1,3,5,7
/proc/8565/task/8621/stat : 8621 (java) S 8562 8565 4192 0 -1 1077944384 1 13176 0 0 0 0 5 2 20 0 15 0 69556392 11079016448 21654 33554432000 4194304 4196468 140722703065376 140341353011472 140341435012821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32563200 140722703067308 140722703070556 140722703070556 140722703073231 0
[pid=8565/tid=8622] ppid=8562 vsize=10819352 memory=2241 CPUtime=0.07 cores=1,3,5,7
/proc/8565/task/8622/stat : 8622 (java) S 8562 8565 4192 0 -1 1077944384 2 13176 0 0 0 0 5 2 20 0 15 0 69556392 11079016448 21654 33554432000 4194304 4196468 140722703065376 140341351958928 140341435012821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32563200 140722703067308 140722703070556 140722703070556 140722703073231 0
[pid=8565/tid=8623] ppid=8562 vsize=10819352 memory=2244 CPUtime=0.07 cores=1,3,5,7
/proc/8565/task/8623/stat : 8623 (java) S 8562 8565 4192 0 -1 1077944384 5 13176 0 0 0 0 5 2 20 0 15 0 69556394 11079016448 21654 33554432000 4194304 4196468 140722703065376 140340961413872 140341435013762 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32563200 140722703067308 140722703070556 140722703070556 140722703073231 0
[pid=8565/tid=8624] ppid=8562 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8565/task/8624/stat : 8624 (java) S 8562 8565 4192 0 -1 1077944384 13 13176 0 0 0 0 5 2 20 0 15 0 69556394 11079016448 21654 33554432000 4194304 4196468 140722703065376 140340874962592 140341435012821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32563200 140722703067308 140722703070556 140722703070556 140722703073231 0
[pid=8565/tid=8625] ppid=8562 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8565/task/8625/stat : 8625 (java) S 8562 8565 4192 0 -1 1077944384 1 13176 0 0 0 0 5 2 20 0 15 0 69556394 11079016448 21654 33554432000 4194304 4196468 140722703065376 140340270982384 140341435012821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32563200 140722703067308 140722703070556 140722703070556 140722703073231 0
[pid=8565/tid=8626] ppid=8562 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8565/task/8626/stat : 8626 (java) S 8562 8565 4192 0 -1 1077944384 3 13176 0 0 0 0 5 2 20 0 15 0 69556397 11079016448 21654 33554432000 4194304 4196468 140722703065376 140339963582928 140341435021211 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32563200 140722703067308 140722703070556 140722703070556 140722703073231 0
[pid=8565/tid=8627] ppid=8562 vsize=10819352 memory=30305 CPUtime=0.14 cores=1,3,5,7
/proc/8565/task/8627/stat : 8627 (java) S 8562 8565 4192 0 -1 1077944384 871 13176 0 0 7 0 5 2 20 0 15 0 69556397 11079016448 21654 33554432000 4194304 4196468 140722703065376 140340960360688 140341435013762 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32563200 140722703067308 140722703070556 140722703070556 140722703073231 0
[pid=8565/tid=8628] ppid=8562 vsize=10819352 memory=0 CPUtime=0.16 cores=1,3,5,7
/proc/8565/task/8628/stat : 8628 (java) S 8562 8565 4192 0 -1 1077944384 748 13176 0 0 9 0 5 2 20 0 15 0 69556397 11079016448 21654 33554432000 4194304 4196468 140722703065376 140340959308144 140341435013762 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32563200 140722703067308 140722703070556 140722703070556 140722703073231 0
[pid=8565/tid=8629] ppid=8562 vsize=10819352 memory=3533419649945857444 CPUtime=0.19 cores=1,3,5,7
/proc/8565/task/8629/stat : 8629 (java) S 8562 8565 4192 0 -1 1077944384 635 13176 0 0 12 0 5 2 20 0 15 0 69556397 11079016448 21654 33554432000 4194304 4196468 140722703065376 140340958255088 140341435013762 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32563200 140722703067308 140722703070556 140722703070556 140722703073231 0
[pid=8565/tid=8630] ppid=8562 vsize=10819352 memory=-6305718312468242048 CPUtime=0.07 cores=1,3,5,7
/proc/8565/task/8630/stat : 8630 (java) S 8562 8565 4192 0 -1 1077944384 3 13176 0 0 0 0 5 2 20 0 15 0 69556397 11079016448 21654 33554432000 4194304 4196468 140722703065376 140339930024288 140341435012821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32563200 140722703067308 140722703070556 140722703070556 140722703073231 0
[pid=8565/tid=8631] ppid=8562 vsize=10819352 memory=-7094132109863559211 CPUtime=0.07 cores=1,3,5,7
/proc/8565/task/8631/stat : 8631 (java) S 8562 8565 4192 0 -1 1077944384 1 13176 0 0 0 0 5 2 20 0 15 0 69556397 11079016448 21654 33554432000 4194304 4196468 140722703065376 140340957203504 140341435013762 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32563200 140722703067308 140722703070556 140722703070556 140722703073231 0
Current children cumulated CPU time: 0.97 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 86616 KiB

[startup+1.5047 s]
/proc/loadavg: 2.64 2.17 2.06 4/218 8631
/proc/meminfo: memFree=15629320/32770624 swapFree=67108860/67108860
[pid=8565] ppid=8562 vsize=10834252 memory=174940 CPUtime=2.24 cores=1,3,5,7
/proc/8565/stat : 8565 (java) S 8562 8565 4192 0 -1 1077944320 23848 13176 0 0 209 8 5 2 20 0 15 0 69556382 11094274048 43735 33554432000 4194304 4196468 140722703065376 140722703047920 140341435002615 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 32563200 140722703067308 140722703070556 140722703070556 140722703073231 0
/proc/8565/statm: 2708563 43735 3466 1 0 2670221 0
[pid=8565/tid=8618] ppid=8562 vsize=10834252 memory=188 CPUtime=1.42 cores=1,3,5,7
/proc/8565/task/8618/stat : 8618 (java) R 8562 8565 4192 0 -1 4202560 17867 13176 0 0 131 4 5 2 20 0 15 0 69556391 11094274048 43735 33554432000 4194304 4196468 140722703065376 140341406816088 140341420168179 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32563200 140722703067308 140722703070556 140722703070556 140722703073231 0
[pid=8565/tid=8619] ppid=8562 vsize=10834252 memory=117 CPUtime=0.07 cores=1,3,5,7
/proc/8565/task/8619/stat : 8619 (java) S 8562 8565 4192 0 -1 1077944384 23 13176 0 0 0 0 5 2 20 0 15 0 69556392 11094274048 43735 33554432000 4194304 4196468 140722703065376 140341439244816 140341435012821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32563200 140722703067308 140722703070556 140722703070556 140722703073231 0
[pid=8565/tid=8620] ppid=8562 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8565/task/8620/stat : 8620 (java) S 8562 8565 4192 0 -1 1077944384 235 13176 0 0 1 0 5 2 20 0 15 0 69556392 11094274048 43735 33554432000 4194304 4196468 140722703065376 140341354064528 140341435012821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32563200 140722703067308 140722703070556 140722703070556 140722703073231 0
[pid=8565/tid=8621] ppid=8562 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8565/task/8621/stat : 8621 (java) S 8562 8565 4192 0 -1 1077944384 30 13176 0 0 1 0 5 2 20 0 15 0 69556392 11094274048 43735 33554432000 4194304 4196468 140722703065376 140341353011472 140341435012821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32563200 140722703067308 140722703070556 140722703070556 140722703073231 0
[pid=8565/tid=8622] ppid=8562 vsize=10834252 memory=55 CPUtime=0.08 cores=1,3,5,7
/proc/8565/task/8622/stat : 8622 (java) S 8562 8565 4192 0 -1 1077944384 64 13176 0 0 1 0 5 2 20 0 15 0 69556392 11094274048 43735 33554432000 4194304 4196468 140722703065376 140341351958928 140341435012821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32563200 140722703067308 140722703070556 140722703070556 140722703073231 0
[pid=8565/tid=8623] ppid=8562 vsize=10834252 memory=3533419649945857444 CPUtime=0.08 cores=1,3,5,7
/proc/8565/task/8623/stat : 8623 (java) S 8562 8565 4192 0 -1 1077944384 58 13176 0 0 1 0 5 2 20 0 15 0 69556394 11094274048 43735 33554432000 4194304 4196468 140722703065376 140340961413872 140341435013762 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32563200 140722703067308 140722703070556 140722703070556 140722703073231 0
[pid=8565/tid=8624] ppid=8562 vsize=10834252 memory=279274879758400 CPUtime=0.07 cores=1,3,5,7
/proc/8565/task/8624/stat : 8624 (java) S 8562 8565 4192 0 -1 1077944384 13 13176 0 0 0 0 5 2 20 0 15 0 69556394 11094274048 43735 33554432000 4194304 4196468 140722703065376 140340874962656 140341435012821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32563200 140722703067308 140722703070556 140722703070556 140722703073231 0
[pid=8565/tid=8625] ppid=8562 vsize=10834252 memory=279274879762848 CPUtime=0.07 cores=1,3,5,7
/proc/8565/task/8625/stat : 8625 (java) S 8562 8565 4192 0 -1 1077944384 2 13176 0 0 0 0 5 2 20 0 15 0 69556394 11094274048 43735 33554432000 4194304 4196468 140722703065376 140340270982400 140341435012821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32563200 140722703067308 140722703070556 140722703070556 140722703073231 0
[pid=8565/tid=8626] ppid=8562 vsize=10834252 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8565/task/8626/stat : 8626 (java) S 8562 8565 4192 0 -1 1077944384 3 13176 0 0 0 0 5 2 20 0 15 0 69556397 11094274048 43735 33554432000 4194304 4196468 140722703065376 140339963582928 140341435021211 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32563200 140722703067308 140722703070556 140722703070556 140722703073231 0
[pid=8565/tid=8627] ppid=8562 vsize=10834252 memory=6944656575208382560 CPUtime=0.22 cores=1,3,5,7
/proc/8565/task/8627/stat : 8627 (java) S 8562 8565 4192 0 -1 1077944384 1029 13176 0 0 15 0 5 2 20 0 15 0 69556397 11094274048 43735 33554432000 4194304 4196468 140722703065376 140340960360688 140341435013762 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32563200 140722703067308 140722703070556 140722703070556 140722703073231 0
[pid=8565/tid=8628] ppid=8562 vsize=10834252 memory=0 CPUtime=0.31 cores=1,3,5,7
/proc/8565/task/8628/stat : 8628 (java) S 8562 8565 4192 0 -1 1077944384 1181 13176 0 0 24 0 5 2 20 0 15 0 69556397 11094274048 43735 33554432000 4194304 4196468 140722703065376 140340959308144 140341435013762 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32563200 140722703067308 140722703070556 140722703070556 140722703073231 0
[pid=8565/tid=8629] ppid=8562 vsize=10834252 memory=0 CPUtime=0.37 cores=1,3,5,7
/proc/8565/task/8629/stat : 8629 (java) S 8562 8565 4192 0 -1 1077944384 1146 13176 0 0 30 0 5 2 20 0 15 0 69556397 11094274048 43735 33554432000 4194304 4196468 140722703065376 140340958255088 140341435013762 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32563200 140722703067308 140722703070556 140722703070556 140722703073231 0
[pid=8565/tid=8630] ppid=8562 vsize=10834252 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8565/task/8630/stat : 8630 (java) S 8562 8565 4192 0 -1 1077944384 3 13176 0 0 0 0 5 2 20 0 15 0 69556397 11094274048 43735 33554432000 4194304 4196468 140722703065376 140339930024288 140341435012821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32563200 140722703067308 140722703070556 140722703070556 140722703073231 0
[pid=8565/tid=8631] ppid=8562 vsize=10834252 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8565/task/8631/stat : 8631 (java) S 8562 8565 4192 0 -1 1077944384 1 13176 0 0 0 0 5 2 20 0 15 0 69556397 11094274048 43735 33554432000 4194304 4196468 140722703065376 140340957203504 140341435013762 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32563200 140722703067308 140722703070556 140722703070556 140722703073231 0
Current children cumulated CPU time: 2.24 s
Current children cumulated vsize: 10834252 KiB
Current children cumulated memory: 174940 KiB

[startup+3.11873 s]
/proc/loadavg: 2.64 2.17 2.06 3/218 8631
/proc/meminfo: memFree=15513496/32770624 swapFree=67108860/67108860
[pid=8565] ppid=8562 vsize=10846560 memory=245980 CPUtime=6.06 cores=1,3,5,7
/proc/8565/stat : 8565 (java) S 8562 8565 4192 0 -1 1077944320 47035 13176 0 0 584 15 5 2 20 0 15 0 69556382 11106877440 61495 33554432000 4194304 4196468 140722703065376 140722703047920 140341435002615 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 32563200 140722703067308 140722703070556 140722703070556 140722703073231 0
/proc/8565/statm: 2711640 61495 3501 1 0 2673293 0
[pid=8565/tid=8618] ppid=8562 vsize=10846560 memory=0 CPUtime=2.98 cores=1,3,5,7
/proc/8565/task/8618/stat : 8618 (java) R 8562 8565 4192 0 -1 4202560 29457 13176 0 0 284 7 5 2 20 0 15 0 69556391 11106877440 61495 33554432000 4194304 4196468 140722703065376 140341406833440 140341415277937 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32563200 140722703067308 140722703070556 140722703070556 140722703073231 0
[pid=8565/tid=8619] ppid=8562 vsize=10846560 memory=80 CPUtime=0.1 cores=1,3,5,7
/proc/8565/task/8619/stat : 8619 (java) S 8562 8565 4192 0 -1 1077944384 60 13176 0 0 3 0 5 2 20 0 15 0 69556392 11106877440 61495 33554432000 4194304 4196468 140722703065376 140341439244816 140341435012821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32563200 140722703067308 140722703070556 140722703070556 140722703073231 0
[pid=8565/tid=8620] ppid=8562 vsize=10846560 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/8565/task/8620/stat : 8620 (java) S 8562 8565 4192 0 -1 1077944384 262 13176 0 0 3 0 5 2 20 0 15 0 69556392 11106877440 61495 33554432000 4194304 4196468 140722703065376 140341354064528 140341435012821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32563200 140722703067308 140722703070556 140722703070556 140722703073231 0
[pid=8565/tid=8621] ppid=8562 vsize=10846560 memory=279274879758304 CPUtime=0.1 cores=1,3,5,7
/proc/8565/task/8621/stat : 8621 (java) S 8562 8565 4192 0 -1 1077944384 96 13176 0 0 3 0 5 2 20 0 15 0 69556392 11106877440 61495 33554432000 4194304 4196468 140722703065376 140341353011472 140341435012821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32563200 140722703067308 140722703070556 140722703070556 140722703073231 0
[pid=8565/tid=8622] ppid=8562 vsize=10846560 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/8565/task/8622/stat : 8622 (java) S 8562 8565 4192 0 -1 1077944384 72 13176 0 0 3 0 5 2 20 0 15 0 69556392 11106877440 61495 33554432000 4194304 4196468 140722703065376 140341351958928 140341435012821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32563200 140722703067308 140722703070556 140722703070556 140722703073231 0
[pid=8565/tid=8623] ppid=8562 vsize=10846560 memory=55 CPUtime=0.1 cores=1,3,5,7
/proc/8565/task/8623/stat : 8623 (java) S 8562 8565 4192 0 -1 1077944384 2230 13176 0 0 3 0 5 2 20 0 15 0 69556394 11106877440 61495 33554432000 4194304 4196468 140722703065376 140340961413872 140341435013762 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32563200 140722703067308 140722703070556 140722703070556 140722703073231 0
[pid=8565/tid=8624] ppid=8562 vsize=10846560 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8565/task/8624/stat : 8624 (java) S 8562 8565 4192 0 -1 1077944384 13 13176 0 0 0 0 5 2 20 0 15 0 69556394 11106877440 61495 33554432000 4194304 4196468 140722703065376 140340874962656 140341435012821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32563200 140722703067308 140722703070556 140722703070556 140722703073231 0
[pid=8565/tid=8625] ppid=8562 vsize=10846560 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8565/task/8625/stat : 8625 (java) S 8562 8565 4192 0 -1 1077944384 2 13176 0 0 0 0 5 2 20 0 15 0 69556394 11106877440 61495 33554432000 4194304 4196468 140722703065376 140340270982400 140341435012821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32563200 140722703067308 140722703070556 140722703070556 140722703073231 0
[pid=8565/tid=8626] ppid=8562 vsize=10846560 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8565/task/8626/stat : 8626 (java) S 8562 8565 4192 0 -1 1077944384 3 13176 0 0 0 0 5 2 20 0 15 0 69556397 11106877440 61495 33554432000 4194304 4196468 140722703065376 140339963582928 140341435021211 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32563200 140722703067308 140722703070556 140722703070556 140722703073231 0
[pid=8565/tid=8627] ppid=8562 vsize=10846560 memory=9130442918640058242 CPUtime=1.04 cores=1,3,5,7
/proc/8565/task/8627/stat : 8627 (java) R 8562 8565 4192 0 -1 4202560 3901 13176 0 0 96 1 5 2 20 0 15 0 69556397 11106877440 61495 33554432000 4194304 4196468 140722703065376 140340960340768 140341414220480 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32563200 140722703067308 140722703070556 140722703070556 140722703073231 0
[pid=8565/tid=8628] ppid=8562 vsize=10846560 memory=667680 CPUtime=0.84 cores=1,3,5,7
/proc/8565/task/8628/stat : 8628 (java) S 8562 8565 4192 0 -1 1077944384 2663 13176 0 0 76 1 5 2 20 0 15 0 69556397 11106877440 61495 33554432000 4194304 4196468 140722703065376 140340959308144 140341435013762 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32563200 140722703067308 140722703070556 140722703070556 140722703073231 0
[pid=8565/tid=8629] ppid=8562 vsize=10846560 memory=0 CPUtime=1.17 cores=1,3,5,7
/proc/8565/task/8629/stat : 8629 (java) S 8562 8565 4192 0 -1 1077944384 6070 13176 0 0 108 2 5 2 20 0 15 0 69556397 11106877440 61495 33554432000 4194304 4196468 140722703065376 140340958255088 140341435013762 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32563200 140722703067308 140722703070556 140722703070556 140722703073231 0
[pid=8565/tid=8630] ppid=8562 vsize=10846560 memory=303993173188018202 CPUtime=0.07 cores=1,3,5,7
/proc/8565/task/8630/stat : 8630 (java) S 8562 8565 4192 0 -1 1077944384 3 13176 0 0 0 0 5 2 20 0 15 0 69556397 11106877440 61495 33554432000 4194304 4196468 140722703065376 140339930024288 140341435012821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32563200 140722703067308 140722703070556 140722703070556 140722703073231 0
[pid=8565/tid=8631] ppid=8562 vsize=10846560 memory=302022869909766459 CPUtime=0.07 cores=1,3,5,7
/proc/8565/task/8631/stat : 8631 (java) S 8562 8565 4192 0 -1 1077944384 10 13176 0 0 0 0 5 2 20 0 15 0 69556397 11106877440 61495 33554432000 4194304 4196468 140722703065376 140340957203504 140341435013762 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32563200 140722703067308 140722703070556 140722703070556 140722703073231 0
Current children cumulated CPU time: 6.06 s
Current children cumulated vsize: 10846560 KiB
Current children cumulated memory: 245980 KiB

[startup+4.47143 s]
# the end of solver process 8565 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=7.47047 s, system=0.234241 s

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

[startup+3.20082 s]
/proc/loadavg: 2.64 2.17 2.06 3/218 8631
/proc/meminfo: memFree=15513496/32770624 swapFree=67108860/67108860
[pid=8565] ppid=8562 vsize=10846560 memory=247352 CPUtime=6.25 cores=1,3,5,7
/proc/8565/stat : 8565 (java) S 8562 8565 4192 0 -1 1077944320 47408 13176 0 0 603 15 5 2 20 0 15 0 69556382 11106877440 61838 33554432000 4194304 4196468 140722703065376 140722703047920 140341435002615 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 32563200 140722703067308 140722703070556 140722703070556 140722703073231 0
/proc/8565/statm: 2711640 61838 3501 1 0 2673293 0
[pid=8565/tid=8618] ppid=8562 vsize=10846560 memory=279274880499472 CPUtime=3.06 cores=1,3,5,7
/proc/8565/task/8618/stat : 8618 (java) R 8562 8565 4192 0 -1 4202560 29697 13176 0 0 292 7 5 2 20 0 15 0 69556391 11106877440 61838 33554432000 4194304 4196468 140722703065376 140341406835824 140341435014550 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32563200 140722703067308 140722703070556 140722703070556 140722703073231 0
[pid=8565/tid=8619] ppid=8562 vsize=10846560 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/8565/task/8619/stat : 8619 (java) S 8562 8565 4192 0 -1 1077944384 60 13176 0 0 3 0 5 2 20 0 15 0 69556392 11106877440 61838 33554432000 4194304 4196468 140722703065376 140341439244816 140341435012821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32563200 140722703067308 140722703070556 140722703070556 140722703073231 0
[pid=8565/tid=8620] ppid=8562 vsize=10846560 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/8565/task/8620/stat : 8620 (java) S 8562 8565 4192 0 -1 1077944384 262 13176 0 0 3 0 5 2 20 0 15 0 69556392 11106877440 61838 33554432000 4194304 4196468 140722703065376 140341354064528 140341435012821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32563200 140722703067308 140722703070556 140722703070556 140722703073231 0
[pid=8565/tid=8621] ppid=8562 vsize=10846560 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/8565/task/8621/stat : 8621 (java) S 8562 8565 4192 0 -1 1077944384 96 13176 0 0 3 0 5 2 20 0 15 0 69556392 11106877440 61838 33554432000 4194304 4196468 140722703065376 140341353011472 140341435012821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32563200 140722703067308 140722703070556 140722703070556 140722703073231 0
[pid=8565/tid=8622] ppid=8562 vsize=10846560 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/8565/task/8622/stat : 8622 (java) S 8562 8565 4192 0 -1 1077944384 72 13176 0 0 3 0 5 2 20 0 15 0 69556392 11106877440 61838 33554432000 4194304 4196468 140722703065376 140341351958928 140341435012821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32563200 140722703067308 140722703070556 140722703070556 140722703073231 0
[pid=8565/tid=8623] ppid=8562 vsize=10846560 memory=3009 CPUtime=0.1 cores=1,3,5,7
/proc/8565/task/8623/stat : 8623 (java) S 8562 8565 4192 0 -1 1077944384 2230 13176 0 0 3 0 5 2 20 0 15 0 69556394 11106877440 61838 33554432000 4194304 4196468 140722703065376 140340961413872 140341435013762 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32563200 140722703067308 140722703070556 140722703070556 140722703073231 0
[pid=8565/tid=8624] ppid=8562 vsize=10846560 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8565/task/8624/stat : 8624 (java) S 8562 8565 4192 0 -1 1077944384 13 13176 0 0 0 0 5 2 20 0 15 0 69556394 11106877440 61838 33554432000 4194304 4196468 140722703065376 140340874962656 140341435012821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32563200 140722703067308 140722703070556 140722703070556 140722703073231 0
[pid=8565/tid=8625] ppid=8562 vsize=10846560 memory=-5628408999910123566 CPUtime=0.07 cores=1,3,5,7
/proc/8565/task/8625/stat : 8625 (java) S 8562 8565 4192 0 -1 1077944384 2 13176 0 0 0 0 5 2 20 0 15 0 69556394 11106877440 61838 33554432000 4194304 4196468 140722703065376 140340270982400 140341435012821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32563200 140722703067308 140722703070556 140722703070556 140722703073231 0
[pid=8565/tid=8626] ppid=8562 vsize=10846560 memory=6944652177228980320 CPUtime=0.07 cores=1,3,5,7
/proc/8565/task/8626/stat : 8626 (java) S 8562 8565 4192 0 -1 1077944384 3 13176 0 0 0 0 5 2 20 0 15 0 69556397 11106877440 61838 33554432000 4194304 4196468 140722703065376 140339963582928 140341435021211 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32563200 140722703067308 140722703070556 140722703070556 140722703073231 0
[pid=8565/tid=8627] ppid=8562 vsize=10846560 memory=6944656592455360604 CPUtime=1.08 cores=1,3,5,7
/proc/8565/task/8627/stat : 8627 (java) S 8562 8565 4192 0 -1 1077944384 3917 13176 0 0 100 1 5 2 20 0 15 0 69556397 11106877440 61838 33554432000 4194304 4196468 140722703065376 140340960360688 140341435013762 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32563200 140722703067308 140722703070556 140722703070556 140722703073231 0
[pid=8565/tid=8628] ppid=8562 vsize=10846560 memory=-5628408999910123566 CPUtime=0.86 cores=1,3,5,7
/proc/8565/task/8628/stat : 8628 (java) S 8562 8565 4192 0 -1 1077944384 2679 13176 0 0 78 1 5 2 20 0 15 0 69556397 11106877440 61838 33554432000 4194304 4196468 140722703065376 140340959308144 140341435013762 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32563200 140722703067308 140722703070556 140722703070556 140722703073231 0
[pid=8565/tid=8629] ppid=8562 vsize=10846560 memory=164 CPUtime=1.21 cores=1,3,5,7
/proc/8565/task/8629/stat : 8629 (java) R 8562 8565 4192 0 -1 4202560 6172 13176 0 0 112 2 5 2 20 0 15 0 69556397 11106877440 61838 33554432000 4194304 4196468 140722703065376 140340958255088 140341435014550 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32563200 140722703067308 140722703070556 140722703070556 140722703073231 0
[pid=8565/tid=8630] ppid=8562 vsize=10846560 memory=6944656592455350634 CPUtime=0.07 cores=1,3,5,7
/proc/8565/task/8630/stat : 8630 (java) S 8562 8565 4192 0 -1 1077944384 3 13176 0 0 0 0 5 2 20 0 15 0 69556397 11106877440 61838 33554432000 4194304 4196468 140722703065376 140339930024288 140341435012821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32563200 140722703067308 140722703070556 140722703070556 140722703073231 0
[pid=8565/tid=8631] ppid=8562 vsize=10846560 memory=139637578791105 CPUtime=0.07 cores=1,3,5,7
/proc/8565/task/8631/stat : 8631 (java) S 8562 8565 4192 0 -1 1077944384 10 13176 0 0 0 0 5 2 20 0 15 0 69556397 11106877440 61838 33554432000 4194304 4196468 140722703065376 140340957203504 140341435013762 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32563200 140722703067308 140722703070556 140722703070556 140722703073231 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 10846560 KiB
Current children cumulated memory: 247352 KiB

[startup+4.00048 s]*
/proc/loadavg: 2.64 2.17 2.06 2/216 8632
/proc/meminfo: memFree=15425300/32770624 swapFree=67108860/67108860
[pid=8565] ppid=8562 vsize=11015260 memory=305704 CPUtime=7.67 cores=1,3,5,7
/proc/8565/stat : 8565 (java) S 8562 8565 4192 0 -1 1077944320 62694 13176 0 0 741 19 5 2 20 0 13 0 69556382 11279626240 76426 33554432000 4194304 4196468 140722703065376 140722703047920 140341435002615 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 32563200 140722703067308 140722703070556 140722703070556 140722703073231 0
/proc/8565/statm: 2753815 76426 3504 1 0 2715468 0
[pid=8565/tid=8618] ppid=8562 vsize=11015260 memory=4026532047 CPUtime=3.55 cores=1,3,5,7
/proc/8565/task/8618/stat : 8618 (java) D 8562 8565 4192 0 -1 4202560 41588 13176 0 0 338 10 5 2 20 0 13 0 69556391 11279626240 76426 33554432000 4194304 4196468 140722703065376 140341406846264 140341427688247 0 0 0 16800975 18446744072100891781 0 0 -1 7 0 0 0 0 0 6293624 6294260 32563200 140722703067308 140722703070556 140722703070556 140722703073231 0
[pid=8565/tid=8619] ppid=8562 vsize=11015260 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/8565/task/8619/stat : 8619 (java) S 8562 8565 4192 0 -1 1077944384 60 13176 0 0 3 0 5 2 20 0 13 0 69556392 11279626240 76426 33554432000 4194304 4196468 140722703065376 140341439244816 140341435012821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32563200 140722703067308 140722703070556 140722703070556 140722703073231 0
[pid=8565/tid=8620] ppid=8562 vsize=11015260 memory=139637578795008 CPUtime=0.1 cores=1,3,5,7
/proc/8565/task/8620/stat : 8620 (java) S 8562 8565 4192 0 -1 1077944384 262 13176 0 0 3 0 5 2 20 0 13 0 69556392 11279626240 76426 33554432000 4194304 4196468 140722703065376 140341354064528 140341435012821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32563200 140722703067308 140722703070556 140722703070556 140722703073231 0
[pid=8565/tid=8621] ppid=8562 vsize=11015260 memory=7517182124006532451 CPUtime=0.1 cores=1,3,5,7
/proc/8565/task/8621/stat : 8621 (java) S 8562 8565 4192 0 -1 1077944384 96 13176 0 0 3 0 5 2 20 0 13 0 69556392 11279626240 76426 33554432000 4194304 4196468 140722703065376 140341353011472 140341435012821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32563200 140722703067308 140722703070556 140722703070556 140722703073231 0
[pid=8565/tid=8622] ppid=8562 vsize=11015260 memory=7590655979367786604 CPUtime=0.1 cores=1,3,5,7
/proc/8565/task/8622/stat : 8622 (java) S 8562 8565 4192 0 -1 1077944384 72 13176 0 0 3 0 5 2 20 0 13 0 69556392 11279626240 76426 33554432000 4194304 4196468 140722703065376 140341351958928 140341435012821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32563200 140722703067308 140722703070556 140722703070556 140722703073231 0
[pid=8565/tid=8624] ppid=8562 vsize=11015260 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8565/task/8624/stat : 8624 (java) S 8562 8565 4192 0 -1 1077944384 13 13176 0 0 0 0 5 2 20 0 13 0 69556394 11279626240 76426 33554432000 4194304 4196468 140722703065376 140340874962656 140341435012821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32563200 140722703067308 140722703070556 140722703070556 140722703073231 0
[pid=8565/tid=8625] ppid=8562 vsize=11015260 memory=3618413826336110132 CPUtime=0.07 cores=1,3,5,7
/proc/8565/task/8625/stat : 8625 (java) S 8562 8565 4192 0 -1 1077944384 2 13176 0 0 0 0 5 2 20 0 13 0 69556394 11279626240 76426 33554432000 4194304 4196468 140722703065376 140340270982400 140341435012821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32563200 140722703067308 140722703070556 140722703070556 140722703073231 0
[pid=8565/tid=8626] ppid=8562 vsize=11015260 memory=6008456349533556840 CPUtime=0.07 cores=1,3,5,7
/proc/8565/task/8626/stat : 8626 (java) S 8562 8565 4192 0 -1 1077944384 26 13176 0 0 0 0 5 2 20 0 13 0 69556397 11279626240 76426 33554432000 4194304 4196468 140722703065376 140339963581696 140341435012821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32563200 140722703067308 140722703070556 140722703070556 140722703073231 0
[pid=8565/tid=8627] ppid=8562 vsize=11015260 memory=7089908701475328848 CPUtime=1.64 cores=1,3,5,7
/proc/8565/task/8627/stat : 8627 (java) S 8562 8565 4192 0 -1 1077944384 6788 13176 0 0 156 1 5 2 20 0 13 0 69556397 11279626240 76426 33554432000 4194304 4196468 140722703065376 140340960345200 140341435012821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32563200 140722703067308 140722703070556 140722703070556 140722703073231 0
[pid=8565/tid=8628] ppid=8562 vsize=11015260 memory=0 CPUtime=1.06 cores=1,3,5,7
/proc/8565/task/8628/stat : 8628 (java) S 8562 8565 4192 0 -1 1077944384 2781 13176 0 0 98 1 5 2 20 0 13 0 69556397 11279626240 76426 33554432000 4194304 4196468 140722703065376 140340959293136 140341435012821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32563200 140722703067308 140722703070556 140722703070556 140722703073231 0
[pid=8565/tid=8629] ppid=8562 vsize=11015260 memory=-1 CPUtime=1.38 cores=1,3,5,7
/proc/8565/task/8629/stat : 8629 (java) S 8562 8565 4192 0 -1 1077944384 6558 13176 0 0 129 2 5 2 20 0 13 0 69556397 11279626240 76426 33554432000 4194304 4196468 140722703065376 140340958255088 140341435013762 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32563200 140722703067308 140722703070556 140722703070556 140722703073231 0
[pid=8565/tid=8630] ppid=8562 vsize=11015260 memory=139637578790528 CPUtime=0.07 cores=1,3,5,7
/proc/8565/task/8630/stat : 8630 (java) S 8562 8565 4192 0 -1 1077944384 3 13176 0 0 0 0 5 2 20 0 13 0 69556397 11279626240 76426 33554432000 4194304 4196468 140722703065376 140339930024288 140341435012821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32563200 140722703067308 140722703070556 140722703070556 140722703073231 0
Current children cumulated CPU time: 7.67 s
Current children cumulated vsize: 11015260 KiB
Current children cumulated memory: 305704 KiB

[startup+4.40057 s]*
/proc/loadavg: 2.64 2.17 2.06 2/205 8632
/proc/meminfo: memFree=15724900/32770624 swapFree=67108860/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0
Real time (s): 4.47147
CPU time (s): 7.70471
CPU user time (s): 7.47047
CPU system time (s): 0.234241
CPU usage (%): 172.308
Max. virtual memory (cumulated for all children) (KiB): 11015260
Max. memory (cumulated for all children) (KiB): 305704

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.47047
system time used= 0.234241
maximum resident set size= 307084
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 75895
page faults= 0
swaps= 0
block input operations= 0
block output operations= 176
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6139
involuntary context switches= 33


# summary of solver processes directly reported to runsolver:
#   pid: 8565
#   total CPU time (s): 7.70471
#   total CPU user time (s): 7.47047
#   total CPU system time (s): 0.234241

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.047344 second user time and 0.086272 second system time

The end

Launcher Data

Begin job on node132 at 2018-07-25 13:58:52
IDJOB=4295119
IDBENCH=141469
IDSOLVER=2751
FILE ID=node132/4295119-1532519932
RUNJOBID= node132-1532498695-4224
PBS_JOBID= 21021589
Free space on /tmp= 52120 MiB

SOLVER NAME= Concrete 3.8-SuperNG 2018-06-13
BENCH NAME= XCSP18/Rcpsp/Rcpsp-j30-01-02_c18.xml
COMMAND LINE= concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4295119-1532519932/watcher-4295119-1532519932 -o /tmp/evaluation-result-4295119-1532519932/solver-4295119-1532519932 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1532498695-4224 --watchdog 2580  concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=673592792 -superng HOME/instance-4295119-1532519932.xml

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

MD5SUM BENCH= 89f30685fe777f1ae52e0ef342afd904
RANDOM SEED=673592792

node132.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.65
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.65
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.65
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.65
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:        15725864 kB
MemAvailable:   27066504 kB
Buffers:          199764 kB
Cached:         11307884 kB
SwapCached:            0 kB
Active:          7992252 kB
Inactive:        8424808 kB
Active(anon):    4860000 kB
Inactive(anon):    77616 kB
Active(file):    3132252 kB
Inactive(file):  8347192 kB
Unevictable:        7020 kB
Mlocked:            7020 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             27232 kB
Writeback:             0 kB
AnonPages:       4836484 kB
Mapped:            52880 kB
Shmem:             25248 kB
Slab:             317624 kB
SReclaimable:     289656 kB
SUnreclaim:        27968 kB
KernelStack:        3856 kB
PageTables:        14896 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    6566268 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4581376 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 52092 MiB
End job on node132 at 2018-07-25 13:58:57