Trace number 4304598

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.9.2-SuperNGOPT47 8.74757 4.38029

General information on the benchmark

NameRcpsp/
Rcpsp-j30-01-03_c18.xml
MD5SUM8a13baf19e90b4c1b4d6531a9d16222f
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.35259
Satisfiable
(Un)Satisfiability was proved
Number of variables32
Number of constraints52
Number of domains2
Minimum domain size1
Maximum domain size141
Distribution of domain sizes[{"size":1,"count":1},{"size":141,"count":31}]
Minimum variable degree3
Maximum variable degree5
Distribution of variable degrees[{"degree":3,"count":11},{"degree":4,"count":11},{"degree":5,"count":10}]
Minimum constraint arity2
Maximum constraint arity8
Distribution of constraint arities[{"arity":2,"count":48},{"arity":6,"count":1},{"arity":8,"count":3}]
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.98/0.74	c Concrete v3.9.2.1532736233296 running
7.66/3.79	o 140
8.28/3.92	o 133
8.28/3.99	o 55
8.28/4.00	o 54
8.28/4.00	o 52
8.63/4.02	o 47
8.63/4.03	v <instantiation cost="47">
8.63/4.03	v       <list>
8.63/4.03	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]
8.63/4.03	v       </list>
8.63/4.03	v       <values>
8.63/4.03	v         0 22 0 0 10 1 1 5 5 17 13 5 16 10 6 30 21 10 13 1 29 36 27 23 40 44 27 28 46 45 36 47
8.63/4.03	v       </values>
8.63/4.03	v     </instantiation>
8.63/4.03	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 (1834 MiB free)
  memory of node 1: 16384 MiB (4091 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4304598-1534119800/watcher-4304598-1534119800 -o /tmp/evaluation-result-4304598-1534119800/solver-4304598-1534119800 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1534097471-21026 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=413618872 -superng HOME/instance-4304598-1534119800.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=26101, runsolver pid=26098
Current StackSize limit: 8192 KiB


[startup+0.100121 s]*
/proc/loadavg: 2.18 1.88 1.75 4/210 26158
/proc/meminfo: memFree=6061908/32770624 swapFree=67108852/67108860
[pid=26101] ppid=26098 vsize=10005480 memory=18952 CPUtime=0.08 cores=1,3,5,7
/proc/26101/stat : 26101 (java) S 26098 26101 20994 0 -1 1077944320 4367 13170 0 0 1 0 5 2 20 0 6 0 229543197 10245611520 4738 33554432000 4194304 4196468 140737158810496 140737158793040 140535466573559 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 15134720 140737158814308 140737158817116 140737158817116 140737158819791 0
/proc/26101/statm: 2501370 4738 1934 1 0 2489808 0
[pid=26101/tid=26154] ppid=26098 vsize=10005480 memory=4279135703946725007 CPUtime=0.08 cores=1,3,5,7
/proc/26101/task/26154/stat : 26154 (java) R 26098 26101 20994 0 -1 4202560 2170 13170 0 0 1 0 5 2 20 0 6 0 229543206 10245611520 4738 33554432000 4194304 4196468 140737158810496 140535438410320 140535450654046 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15134720 140737158814308 140737158817116 140737158817116 140737158819791 0
[pid=26101/tid=26155] ppid=26098 vsize=10005480 memory=8257237230052613020 CPUtime=0.07 cores=1,3,5,7
/proc/26101/task/26155/stat : 26155 (java) S 26098 26101 20994 0 -1 1077944384 1 13170 0 0 0 0 5 2 20 0 6 0 229543207 10245611520 4738 33554432000 4194304 4196468 140737158810496 140535470815760 140535466583765 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15134720 140737158814308 140737158817116 140737158817116 140737158819791 0
[pid=26101/tid=26156] ppid=26098 vsize=10005480 memory=139731263616640 CPUtime=0.07 cores=1,3,5,7
/proc/26101/task/26156/stat : 26156 (java) S 26098 26101 20994 0 -1 1077944384 1 13170 0 0 0 0 5 2 20 0 6 0 229543207 10245611520 4738 33554432000 4194304 4196468 140737158810496 140535358220944 140535466583765 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15134720 140737158814308 140737158817116 140737158817116 140737158819791 0
[pid=26101/tid=26157] ppid=26098 vsize=10005480 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/26101/task/26157/stat : 26157 (java) S 26098 26101 20994 0 -1 1077944384 1 13170 0 0 0 0 5 2 20 0 6 0 229543207 10245611520 4738 33554432000 4194304 4196468 140737158810496 140535004997904 140535466583765 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15134720 140737158814308 140737158817116 140737158817116 140737158819791 0
[pid=26101/tid=26158] ppid=26098 vsize=10005480 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/26101/task/26158/stat : 26158 (java) S 26098 26101 20994 0 -1 1077944384 2 13170 0 0 0 0 5 2 20 0 6 0 229543207 10245611520 4738 33554432000 4194304 4196468 140737158810496 140535003945360 140535466583765 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15134720 140737158814308 140737158817116 140737158817116 140737158819791 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 18952 KiB

[startup+0.210149 s]*
/proc/loadavg: 2.18 1.88 1.75 4/219 26167
/proc/meminfo: memFree=6038144/32770624 swapFree=67108852/67108860
[pid=26101] ppid=26098 vsize=10982744 memory=44972 CPUtime=0.25 cores=1,3,5,7
/proc/26101/stat : 26101 (java) S 26098 26101 20994 0 -1 1077944320 7936 13170 0 0 16 2 5 2 20 0 15 0 229543197 11246329856 11243 33554432000 4194304 4196468 140737158810496 140737158793040 140535466573559 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 15134720 140737158814308 140737158817116 140737158817116 140737158819791 0
/proc/26101/statm: 2745686 11243 2976 1 0 2708109 0
[pid=26101/tid=26154] ppid=26098 vsize=10982744 memory=-6517102902069810590 CPUtime=0.18 cores=1,3,5,7
/proc/26101/task/26154/stat : 26154 (java) R 26098 26101 20994 0 -1 4202560 4459 13170 0 0 10 1 5 2 20 0 15 0 229543206 11246329856 11243 33554432000 4194304 4196468 140737158810496 140535438369600 140535450654046 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15134720 140737158814308 140737158817116 140737158817116 140737158819791 0
[pid=26101/tid=26155] ppid=26098 vsize=10982744 memory=-7025452035940392864 CPUtime=0.07 cores=1,3,5,7
/proc/26101/task/26155/stat : 26155 (java) S 26098 26101 20994 0 -1 1077944384 1 13170 0 0 0 0 5 2 20 0 15 0 229543207 11246329856 11243 33554432000 4194304 4196468 140737158810496 140535470815760 140535466583765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15134720 140737158814308 140737158817116 140737158817116 140737158819791 0
[pid=26101/tid=26156] ppid=26098 vsize=10982744 memory=139731263616640 CPUtime=0.07 cores=1,3,5,7
/proc/26101/task/26156/stat : 26156 (java) S 26098 26101 20994 0 -1 1077944384 1 13170 0 0 0 0 5 2 20 0 15 0 229543207 11246329856 11243 33554432000 4194304 4196468 140737158810496 140535358220944 140535466583765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15134720 140737158814308 140737158817116 140737158817116 140737158819791 0
[pid=26101/tid=26157] ppid=26098 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/26101/task/26157/stat : 26157 (java) S 26098 26101 20994 0 -1 1077944384 1 13170 0 0 0 0 5 2 20 0 15 0 229543207 11246329856 11243 33554432000 4194304 4196468 140737158810496 140535004997904 140535466583765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15134720 140737158814308 140737158817116 140737158817116 140737158819791 0
[pid=26101/tid=26158] ppid=26098 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/26101/task/26158/stat : 26158 (java) S 26098 26101 20994 0 -1 1077944384 2 13170 0 0 0 0 5 2 20 0 15 0 229543207 11246329856 11243 33554432000 4194304 4196468 140737158810496 140535003945360 140535466583765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15134720 140737158814308 140737158817116 140737158817116 140737158819791 0
[pid=26101/tid=26159] ppid=26098 vsize=10982744 memory=139731263616640 CPUtime=0.07 cores=1,3,5,7
/proc/26101/task/26159/stat : 26159 (java) S 26098 26101 20994 0 -1 1077944384 2 13170 0 0 0 0 5 2 20 0 15 0 229543208 11246329856 11243 33554432000 4194304 4196468 140737158810496 140534959692528 140535466584706 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15134720 140737158814308 140737158817116 140737158817116 140737158819791 0
[pid=26101/tid=26160] ppid=26098 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/26101/task/26160/stat : 26160 (java) S 26098 26101 20994 0 -1 1077944384 13 13170 0 0 0 0 5 2 20 0 15 0 229543209 11246329856 11243 33554432000 4194304 4196468 140737158810496 140534229231264 140535466583765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15134720 140737158814308 140737158817116 140737158817116 140737158819791 0
[pid=26101/tid=26161] ppid=26098 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/26101/task/26161/stat : 26161 (java) S 26098 26101 20994 0 -1 1077944384 1 13170 0 0 0 0 5 2 20 0 15 0 229543209 11246329856 11243 33554432000 4194304 4196468 140737158810496 140534081381616 140535466583765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15134720 140737158814308 140737158817116 140737158817116 140737158819791 0
[pid=26101/tid=26162] ppid=26098 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/26101/task/26162/stat : 26162 (java) S 26098 26101 20994 0 -1 1077944384 3 13170 0 0 0 0 5 2 20 0 15 0 229543212 11246329856 11243 33554432000 4194304 4196468 140737158810496 140533773982160 140535466592155 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15134720 140737158814308 140737158817116 140737158817116 140737158819791 0
[pid=26101/tid=26163] ppid=26098 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26101/task/26163/stat : 26163 (java) S 26098 26101 20994 0 -1 1077944384 361 13170 0 0 1 0 5 2 20 0 15 0 229543212 11246329856 11243 33554432000 4194304 4196468 140737158810496 140534958639344 140535466584706 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15134720 140737158814308 140737158817116 140737158817116 140737158819791 0
[pid=26101/tid=26164] ppid=26098 vsize=10982744 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/26101/task/26164/stat : 26164 (java) S 26098 26101 20994 0 -1 1077944384 275 13170 0 0 1 0 5 2 20 0 15 0 229543212 11246329856 11243 33554432000 4194304 4196468 140737158810496 140534957586800 140535466584706 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15134720 140737158814308 140737158817116 140737158817116 140737158819791 0
[pid=26101/tid=26165] ppid=26098 vsize=10982744 memory=139731263616640 CPUtime=0.1 cores=1,3,5,7
/proc/26101/task/26165/stat : 26165 (java) R 26098 26101 20994 0 -1 4202560 619 13170 0 0 3 0 5 2 20 0 15 0 229543212 11246329856 11243 33554432000 4194304 4196468 140737158810496 140534956533744 140535444707160 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15134720 140737158814308 140737158817116 140737158817116 140737158819791 0
[pid=26101/tid=26166] ppid=26098 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/26101/task/26166/stat : 26166 (java) S 26098 26101 20994 0 -1 1077944384 3 13170 0 0 0 0 5 2 20 0 15 0 229543212 11246329856 11243 33554432000 4194304 4196468 140737158810496 140533343185248 140535466583765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15134720 140737158814308 140737158817116 140737158817116 140737158819791 0
[pid=26101/tid=26167] ppid=26098 vsize=10982744 memory=139731263616640 CPUtime=0.07 cores=1,3,5,7
/proc/26101/task/26167/stat : 26167 (java) S 26098 26101 20994 0 -1 1077944384 1 13170 0 0 0 0 5 2 20 0 15 0 229543212 11246329856 11243 33554432000 4194304 4196468 140737158810496 140534955482160 140535466584706 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15134720 140737158814308 140737158817116 140737158817116 140737158819791 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 44972 KiB

[startup+0.31056 s]*
/proc/loadavg: 2.18 1.88 1.75 3/219 26167
/proc/meminfo: memFree=6026112/32770624 swapFree=67108852/67108860
[pid=26101] ppid=26098 vsize=10983192 memory=55616 CPUtime=0.38 cores=1,3,5,7
/proc/26101/stat : 26101 (java) S 26098 26101 20994 0 -1 1077944320 10455 13170 0 0 28 3 5 2 20 0 15 0 229543197 11246788608 13904 33554432000 4194304 4196468 140737158810496 140737158793040 140535466573559 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 15134720 140737158814308 140737158817116 140737158817116 140737158819791 0
/proc/26101/statm: 2745798 13904 3095 1 0 2708109 0
[pid=26101/tid=26154] ppid=26098 vsize=10983192 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/26101/task/26154/stat : 26154 (java) R 26098 26101 20994 0 -1 4202560 6961 13170 0 0 18 3 5 2 20 0 15 0 229543206 11246788608 13904 33554432000 4194304 4196468 140737158810496 140535438385568 140535458810686 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15134720 140737158814308 140737158817116 140737158817116 140737158819791 0
[pid=26101/tid=26155] ppid=26098 vsize=10983192 memory=7084813469699035216 CPUtime=0.07 cores=1,3,5,7
/proc/26101/task/26155/stat : 26155 (java) S 26098 26101 20994 0 -1 1077944384 1 13170 0 0 0 0 5 2 20 0 15 0 229543207 11246788608 13904 33554432000 4194304 4196468 140737158810496 140535470815760 140535466583765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15134720 140737158814308 140737158817116 140737158817116 140737158819791 0
[pid=26101/tid=26156] ppid=26098 vsize=10983192 memory=2076 CPUtime=0.07 cores=1,3,5,7
/proc/26101/task/26156/stat : 26156 (java) S 26098 26101 20994 0 -1 1077944384 1 13170 0 0 0 0 5 2 20 0 15 0 229543207 11246788608 13904 33554432000 4194304 4196468 140737158810496 140535358220944 140535466583765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15134720 140737158814308 140737158817116 140737158817116 140737158819791 0
[pid=26101/tid=26157] ppid=26098 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/26101/task/26157/stat : 26157 (java) S 26098 26101 20994 0 -1 1077944384 1 13170 0 0 0 0 5 2 20 0 15 0 229543207 11246788608 13904 33554432000 4194304 4196468 140737158810496 140535004997904 140535466583765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15134720 140737158814308 140737158817116 140737158817116 140737158819791 0
[pid=26101/tid=26158] ppid=26098 vsize=10983192 memory=4126316290023845779 CPUtime=0.07 cores=1,3,5,7
/proc/26101/task/26158/stat : 26158 (java) S 26098 26101 20994 0 -1 1077944384 2 13170 0 0 0 0 5 2 20 0 15 0 229543207 11246788608 13904 33554432000 4194304 4196468 140737158810496 140535003945360 140535466583765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15134720 140737158814308 140737158817116 140737158817116 140737158819791 0
[pid=26101/tid=26159] ppid=26098 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/26101/task/26159/stat : 26159 (java) S 26098 26101 20994 0 -1 1077944384 2 13170 0 0 0 0 5 2 20 0 15 0 229543208 11246788608 13904 33554432000 4194304 4196468 140737158810496 140534959692528 140535466584706 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15134720 140737158814308 140737158817116 140737158817116 140737158819791 0
[pid=26101/tid=26160] ppid=26098 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/26101/task/26160/stat : 26160 (java) S 26098 26101 20994 0 -1 1077944384 13 13170 0 0 0 0 5 2 20 0 15 0 229543209 11246788608 13904 33554432000 4194304 4196468 140737158810496 140534229231264 140535466583765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15134720 140737158814308 140737158817116 140737158817116 140737158819791 0
[pid=26101/tid=26161] ppid=26098 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/26101/task/26161/stat : 26161 (java) S 26098 26101 20994 0 -1 1077944384 1 13170 0 0 0 0 5 2 20 0 15 0 229543209 11246788608 13904 33554432000 4194304 4196468 140737158810496 140534081381616 140535466583765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15134720 140737158814308 140737158817116 140737158817116 140737158819791 0
[pid=26101/tid=26162] ppid=26098 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/26101/task/26162/stat : 26162 (java) S 26098 26101 20994 0 -1 1077944384 3 13170 0 0 0 0 5 2 20 0 15 0 229543212 11246788608 13904 33554432000 4194304 4196468 140737158810496 140533773982160 140535466592155 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15134720 140737158814308 140737158817116 140737158817116 140737158819791 0
[pid=26101/tid=26163] ppid=26098 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26101/task/26163/stat : 26163 (java) S 26098 26101 20994 0 -1 1077944384 362 13170 0 0 1 0 5 2 20 0 15 0 229543212 11246788608 13904 33554432000 4194304 4196468 140737158810496 140534958639344 140535466584706 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15134720 140737158814308 140737158817116 140737158817116 140737158819791 0
[pid=26101/tid=26164] ppid=26098 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26101/task/26164/stat : 26164 (java) S 26098 26101 20994 0 -1 1077944384 275 13170 0 0 1 0 5 2 20 0 15 0 229543212 11246788608 13904 33554432000 4194304 4196468 140737158810496 140534957586800 140535466584706 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15134720 140737158814308 140737158817116 140737158817116 140737158819791 0
[pid=26101/tid=26165] ppid=26098 vsize=10983192 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/26101/task/26165/stat : 26165 (java) R 26098 26101 20994 0 -1 4202560 634 13170 0 0 5 0 5 2 20 0 15 0 229543212 11246788608 13904 33554432000 4194304 4196468 140737158810496 140534956533744 140535466594906 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15134720 140737158814308 140737158817116 140737158817116 140737158819791 0
[pid=26101/tid=26166] ppid=26098 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/26101/task/26166/stat : 26166 (java) S 26098 26101 20994 0 -1 1077944384 3 13170 0 0 0 0 5 2 20 0 15 0 229543212 11246788608 13904 33554432000 4194304 4196468 140737158810496 140533343185248 140535466583765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15134720 140737158814308 140737158817116 140737158817116 140737158819791 0
[pid=26101/tid=26167] ppid=26098 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/26101/task/26167/stat : 26167 (java) S 26098 26101 20994 0 -1 1077944384 1 13170 0 0 0 0 5 2 20 0 15 0 229543212 11246788608 13904 33554432000 4194304 4196468 140737158810496 140534955482160 140535466584706 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15134720 140737158814308 140737158817116 140737158817116 140737158819791 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 55616 KiB

[startup+0.700746 s]
/proc/loadavg: 2.18 1.88 1.75 3/219 26167
/proc/meminfo: memFree=6015072/32770624 swapFree=67108852/67108860
[pid=26101] ppid=26098 vsize=10983192 memory=88540 CPUtime=0.98 cores=1,3,5,7
/proc/26101/stat : 26101 (java) S 26098 26101 20994 0 -1 1077944320 16762 13170 0 0 86 5 5 2 20 0 15 0 229543197 11246788608 22135 33554432000 4194304 4196468 140737158810496 140737158793040 140535466573559 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 15134720 140737158814308 140737158817116 140737158817116 140737158819791 0
/proc/26101/statm: 2745798 22135 3238 1 0 2708109 0
[pid=26101/tid=26154] ppid=26098 vsize=10983192 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/26101/task/26154/stat : 26154 (java) R 26098 26101 20994 0 -1 4202560 12168 13170 0 0 55 4 5 2 20 0 15 0 229543206 11246788608 22135 33554432000 4194304 4196468 140737158810496 140535438394384 140535451739198 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15134720 140737158814308 140737158817116 140737158817116 140737158819791 0
[pid=26101/tid=26155] ppid=26098 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/26101/task/26155/stat : 26155 (java) S 26098 26101 20994 0 -1 1077944384 1 13170 0 0 0 0 5 2 20 0 15 0 229543207 11246788608 22135 33554432000 4194304 4196468 140737158810496 140535470815760 140535466583765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15134720 140737158814308 140737158817116 140737158817116 140737158819791 0
[pid=26101/tid=26156] ppid=26098 vsize=10983192 memory=3768 CPUtime=0.07 cores=1,3,5,7
/proc/26101/task/26156/stat : 26156 (java) S 26098 26101 20994 0 -1 1077944384 1 13170 0 0 0 0 5 2 20 0 15 0 229543207 11246788608 22135 33554432000 4194304 4196468 140737158810496 140535358220944 140535466583765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15134720 140737158814308 140737158817116 140737158817116 140737158819791 0
[pid=26101/tid=26157] ppid=26098 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/26101/task/26157/stat : 26157 (java) S 26098 26101 20994 0 -1 1077944384 1 13170 0 0 0 0 5 2 20 0 15 0 229543207 11246788608 22135 33554432000 4194304 4196468 140737158810496 140535004997904 140535466583765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15134720 140737158814308 140737158817116 140737158817116 140737158819791 0
[pid=26101/tid=26158] ppid=26098 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/26101/task/26158/stat : 26158 (java) S 26098 26101 20994 0 -1 1077944384 2 13170 0 0 0 0 5 2 20 0 15 0 229543207 11246788608 22135 33554432000 4194304 4196468 140737158810496 140535003945360 140535466583765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15134720 140737158814308 140737158817116 140737158817116 140737158819791 0
[pid=26101/tid=26159] ppid=26098 vsize=10983192 memory=4420 CPUtime=0.07 cores=1,3,5,7
/proc/26101/task/26159/stat : 26159 (java) S 26098 26101 20994 0 -1 1077944384 5 13170 0 0 0 0 5 2 20 0 15 0 229543208 11246788608 22135 33554432000 4194304 4196468 140737158810496 140534959692528 140535466584706 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15134720 140737158814308 140737158817116 140737158817116 140737158819791 0
[pid=26101/tid=26160] ppid=26098 vsize=10983192 memory=6628 CPUtime=0.07 cores=1,3,5,7
/proc/26101/task/26160/stat : 26160 (java) S 26098 26101 20994 0 -1 1077944384 13 13170 0 0 0 0 5 2 20 0 15 0 229543209 11246788608 22135 33554432000 4194304 4196468 140737158810496 140534229231264 140535466583765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15134720 140737158814308 140737158817116 140737158817116 140737158819791 0
[pid=26101/tid=26161] ppid=26098 vsize=10983192 memory=8836 CPUtime=0.07 cores=1,3,5,7
/proc/26101/task/26161/stat : 26161 (java) S 26098 26101 20994 0 -1 1077944384 1 13170 0 0 0 0 5 2 20 0 15 0 229543209 11246788608 22135 33554432000 4194304 4196468 140737158810496 140534081381616 140535466583765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15134720 140737158814308 140737158817116 140737158817116 140737158819791 0
[pid=26101/tid=26162] ppid=26098 vsize=10983192 memory=11044 CPUtime=0.07 cores=1,3,5,7
/proc/26101/task/26162/stat : 26162 (java) S 26098 26101 20994 0 -1 1077944384 3 13170 0 0 0 0 5 2 20 0 15 0 229543212 11246788608 22135 33554432000 4194304 4196468 140737158810496 140533773982160 140535466592155 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15134720 140737158814308 140737158817116 140737158817116 140737158819791 0
[pid=26101/tid=26163] ppid=26098 vsize=10983192 memory=13252 CPUtime=0.16 cores=1,3,5,7
/proc/26101/task/26163/stat : 26163 (java) S 26098 26101 20994 0 -1 1077944384 969 13170 0 0 9 0 5 2 20 0 15 0 229543212 11246788608 22135 33554432000 4194304 4196468 140737158810496 140534958639344 140535466584706 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15134720 140737158814308 140737158817116 140737158817116 140737158819791 0
[pid=26101/tid=26164] ppid=26098 vsize=10983192 memory=15460 CPUtime=0.14 cores=1,3,5,7
/proc/26101/task/26164/stat : 26164 (java) S 26098 26101 20994 0 -1 1077944384 681 13170 0 0 7 0 5 2 20 0 15 0 229543212 11246788608 22135 33554432000 4194304 4196468 140737158810496 140534957586800 140535466584706 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15134720 140737158814308 140737158817116 140737158817116 140737158819791 0
[pid=26101/tid=26165] ppid=26098 vsize=10983192 memory=17668 CPUtime=0.2 cores=1,3,5,7
/proc/26101/task/26165/stat : 26165 (java) S 26098 26101 20994 0 -1 1077944384 717 13170 0 0 13 0 5 2 20 0 15 0 229543212 11246788608 22135 33554432000 4194304 4196468 140737158810496 140534956533744 140535466584706 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15134720 140737158814308 140737158817116 140737158817116 140737158819791 0
[pid=26101/tid=26166] ppid=26098 vsize=10983192 memory=19876 CPUtime=0.07 cores=1,3,5,7
/proc/26101/task/26166/stat : 26166 (java) S 26098 26101 20994 0 -1 1077944384 3 13170 0 0 0 0 5 2 20 0 15 0 229543212 11246788608 22135 33554432000 4194304 4196468 140737158810496 140533343185248 140535466583765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15134720 140737158814308 140737158817116 140737158817116 140737158819791 0
[pid=26101/tid=26167] ppid=26098 vsize=10983192 memory=22084 CPUtime=0.07 cores=1,3,5,7
/proc/26101/task/26167/stat : 26167 (java) S 26098 26101 20994 0 -1 1077944384 1 13170 0 0 0 0 5 2 20 0 15 0 229543212 11246788608 22135 33554432000 4194304 4196468 140737158810496 140534955482160 140535466584706 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15134720 140737158814308 140737158817116 140737158817116 140737158819791 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88540 KiB

[startup+1.50069 s]
/proc/loadavg: 2.18 1.88 1.75 3/219 26167
/proc/meminfo: memFree=5968880/32770624 swapFree=67108852/67108860
[pid=26101] ppid=26098 vsize=10998092 memory=177676 CPUtime=2.24 cores=1,3,5,7
/proc/26101/stat : 26101 (java) S 26098 26101 20994 0 -1 1077944320 23836 13170 0 0 207 10 5 2 20 0 15 0 229543197 11262046208 44419 33554432000 4194304 4196468 140737158810496 140737158793040 140535466573559 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 15134720 140737158814308 140737158817116 140737158817116 140737158819791 0
/proc/26101/statm: 2749523 44419 3465 1 0 2711181 0
[pid=26101/tid=26154] ppid=26098 vsize=10998092 memory=0 CPUtime=1.43 cores=1,3,5,7
/proc/26101/task/26154/stat : 26154 (java) R 26098 26101 20994 0 -1 4202560 17730 13170 0 0 130 6 5 2 20 0 15 0 229543206 11262046208 44419 33554432000 4194304 4196468 140737158810496 140535438405152 140535448137088 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15134720 140737158814308 140737158817116 140737158817116 140737158819791 0
[pid=26101/tid=26155] ppid=26098 vsize=10998092 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/26101/task/26155/stat : 26155 (java) S 26098 26101 20994 0 -1 1077944384 24 13170 0 0 0 0 5 2 20 0 15 0 229543207 11262046208 44419 33554432000 4194304 4196468 140737158810496 140535470815760 140535466583765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15134720 140737158814308 140737158817116 140737158817116 140737158819791 0
[pid=26101/tid=26156] ppid=26098 vsize=10998092 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26101/task/26156/stat : 26156 (java) S 26098 26101 20994 0 -1 1077944384 188 13170 0 0 1 0 5 2 20 0 15 0 229543207 11262046208 44419 33554432000 4194304 4196468 140737158810496 140535358220944 140535466583765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15134720 140737158814308 140737158817116 140737158817116 140737158819791 0
[pid=26101/tid=26157] ppid=26098 vsize=10998092 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/26101/task/26157/stat : 26157 (java) S 26098 26101 20994 0 -1 1077944384 57 13170 0 0 0 0 5 2 20 0 15 0 229543207 11262046208 44419 33554432000 4194304 4196468 140737158810496 140535004997904 140535466583765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15134720 140737158814308 140737158817116 140737158817116 140737158819791 0
[pid=26101/tid=26158] ppid=26098 vsize=10998092 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/26101/task/26158/stat : 26158 (java) S 26098 26101 20994 0 -1 1077944384 37 13170 0 0 0 0 5 2 20 0 15 0 229543207 11262046208 44419 33554432000 4194304 4196468 140737158810496 140535003945360 140535466583765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15134720 140737158814308 140737158817116 140737158817116 140737158819791 0
[pid=26101/tid=26159] ppid=26098 vsize=10998092 memory=-7965959130280075168 CPUtime=0.08 cores=1,3,5,7
/proc/26101/task/26159/stat : 26159 (java) S 26098 26101 20994 0 -1 1077944384 56 13170 0 0 1 0 5 2 20 0 15 0 229543208 11262046208 44419 33554432000 4194304 4196468 140737158810496 140534959692528 140535466584706 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15134720 140737158814308 140737158817116 140737158817116 140737158819791 0
[pid=26101/tid=26160] ppid=26098 vsize=10998092 memory=279462247737600 CPUtime=0.07 cores=1,3,5,7
/proc/26101/task/26160/stat : 26160 (java) S 26098 26101 20994 0 -1 1077944384 14 13170 0 0 0 0 5 2 20 0 15 0 229543209 11262046208 44419 33554432000 4194304 4196468 140737158810496 140534229231328 140535466583765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15134720 140737158814308 140737158817116 140737158817116 140737158819791 0
[pid=26101/tid=26161] ppid=26098 vsize=10998092 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/26101/task/26161/stat : 26161 (java) S 26098 26101 20994 0 -1 1077944384 1 13170 0 0 0 0 5 2 20 0 15 0 229543209 11262046208 44419 33554432000 4194304 4196468 140737158810496 140534081381616 140535466583765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15134720 140737158814308 140737158817116 140737158817116 140737158819791 0
[pid=26101/tid=26162] ppid=26098 vsize=10998092 memory=11796 CPUtime=0.07 cores=1,3,5,7
/proc/26101/task/26162/stat : 26162 (java) S 26098 26101 20994 0 -1 1077944384 3 13170 0 0 0 0 5 2 20 0 15 0 229543212 11262046208 44419 33554432000 4194304 4196468 140737158810496 140533773982160 140535466592155 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15134720 140737158814308 140737158817116 140737158817116 140737158819791 0
[pid=26101/tid=26163] ppid=26098 vsize=10998092 memory=5772 CPUtime=0.26 cores=1,3,5,7
/proc/26101/task/26163/stat : 26163 (java) S 26098 26101 20994 0 -1 1077944384 1110 13170 0 0 19 0 5 2 20 0 15 0 229543212 11262046208 44419 33554432000 4194304 4196468 140737158810496 140534958639344 140535466584706 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15134720 140737158814308 140737158817116 140737158817116 140737158819791 0
[pid=26101/tid=26164] ppid=26098 vsize=10998092 memory=4616 CPUtime=0.26 cores=1,3,5,7
/proc/26101/task/26164/stat : 26164 (java) S 26098 26101 20994 0 -1 1077944384 1147 13170 0 0 19 0 5 2 20 0 15 0 229543212 11262046208 44419 33554432000 4194304 4196468 140737158810496 140534957586800 140535466584706 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15134720 140737158814308 140737158817116 140737158817116 140737158819791 0
[pid=26101/tid=26165] ppid=26098 vsize=10998092 memory=1388 CPUtime=0.38 cores=1,3,5,7
/proc/26101/task/26165/stat : 26165 (java) S 26098 26101 20994 0 -1 1077944384 1269 13170 0 0 31 0 5 2 20 0 15 0 229543212 11262046208 44419 33554432000 4194304 4196468 140737158810496 140534956533744 140535466584706 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15134720 140737158814308 140737158817116 140737158817116 140737158819791 0
[pid=26101/tid=26166] ppid=26098 vsize=10998092 memory=1228 CPUtime=0.07 cores=1,3,5,7
/proc/26101/task/26166/stat : 26166 (java) S 26098 26101 20994 0 -1 1077944384 3 13170 0 0 0 0 5 2 20 0 15 0 229543212 11262046208 44419 33554432000 4194304 4196468 140737158810496 140533343185248 140535466583765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15134720 140737158814308 140737158817116 140737158817116 140737158819791 0
[pid=26101/tid=26167] ppid=26098 vsize=10998092 memory=880 CPUtime=0.07 cores=1,3,5,7
/proc/26101/task/26167/stat : 26167 (java) S 26098 26101 20994 0 -1 1077944384 1 13170 0 0 0 0 5 2 20 0 15 0 229543212 11262046208 44419 33554432000 4194304 4196468 140737158810496 140534955482160 140535466584706 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15134720 140737158814308 140737158817116 140737158817116 140737158819791 0
Current children cumulated CPU time: 2.24 s
Current children cumulated vsize: 10998092 KiB
Current children cumulated memory: 177676 KiB

[startup+3.11233 s]
/proc/loadavg: 2.25 1.90 1.76 4/219 26167
/proc/meminfo: memFree=5858516/32770624 swapFree=67108852/67108860
[pid=26101] ppid=26098 vsize=11008352 memory=242772 CPUtime=6.1 cores=1,3,5,7
/proc/26101/stat : 26101 (java) S 26098 26101 20994 0 -1 1077944320 36133 13170 0 0 586 17 5 2 20 0 15 0 229543197 11272552448 60693 33554432000 4194304 4196468 140737158810496 140737158793040 140535466573559 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 15134720 140737158814308 140737158817116 140737158817116 140737158819791 0
/proc/26101/statm: 2752088 60693 3497 1 0 2713741 0
[pid=26101/tid=26154] ppid=26098 vsize=11008352 memory=279462248156480 CPUtime=2.98 cores=1,3,5,7
/proc/26101/task/26154/stat : 26154 (java) R 26098 26101 20994 0 -1 4202560 23539 13170 0 0 283 8 5 2 20 0 15 0 229543206 11272552448 60693 33554432000 4194304 4196468 140737158810496 140535438406608 140535466585494 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15134720 140737158814308 140737158817116 140737158817116 140737158819791 0
[pid=26101/tid=26155] ppid=26098 vsize=11008352 memory=388 CPUtime=0.09 cores=1,3,5,7
/proc/26101/task/26155/stat : 26155 (java) S 26098 26101 20994 0 -1 1077944384 28 13170 0 0 2 0 5 2 20 0 15 0 229543207 11272552448 60693 33554432000 4194304 4196468 140737158810496 140535470815760 140535466583765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15134720 140737158814308 140737158817116 140737158817116 140737158819791 0
[pid=26101/tid=26156] ppid=26098 vsize=11008352 memory=6943526294502006880 CPUtime=0.1 cores=1,3,5,7
/proc/26101/task/26156/stat : 26156 (java) S 26098 26101 20994 0 -1 1077944384 197 13170 0 0 3 0 5 2 20 0 15 0 229543207 11272552448 60693 33554432000 4194304 4196468 140737158810496 140535358220944 140535466583765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15134720 140737158814308 140737158817116 140737158817116 140737158819791 0
[pid=26101/tid=26157] ppid=26098 vsize=11008352 memory=56 CPUtime=0.1 cores=1,3,5,7
/proc/26101/task/26157/stat : 26157 (java) S 26098 26101 20994 0 -1 1077944384 72 13170 0 0 3 0 5 2 20 0 15 0 229543207 11272552448 60693 33554432000 4194304 4196468 140737158810496 140535004997904 140535466583765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15134720 140737158814308 140737158817116 140737158817116 140737158819791 0
[pid=26101/tid=26158] ppid=26098 vsize=11008352 memory=7886128541282152754 CPUtime=0.1 cores=1,3,5,7
/proc/26101/task/26158/stat : 26158 (java) S 26098 26101 20994 0 -1 1077944384 59 13170 0 0 3 0 5 2 20 0 15 0 229543207 11272552448 60693 33554432000 4194304 4196468 140737158810496 140535003945360 140535466583765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15134720 140737158814308 140737158817116 140737158817116 140737158819791 0
[pid=26101/tid=26159] ppid=26098 vsize=11008352 memory=8389687274567316274 CPUtime=0.1 cores=1,3,5,7
/proc/26101/task/26159/stat : 26159 (java) S 26098 26101 20994 0 -1 1077944384 1390 13170 0 0 3 0 5 2 20 0 15 0 229543208 11272552448 60693 33554432000 4194304 4196468 140737158810496 140534959692528 140535466584706 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15134720 140737158814308 140737158817116 140737158817116 140737158819791 0
[pid=26101/tid=26160] ppid=26098 vsize=11008352 memory=7093353263046062790 CPUtime=0.07 cores=1,3,5,7
/proc/26101/task/26160/stat : 26160 (java) S 26098 26101 20994 0 -1 1077944384 14 13170 0 0 0 0 5 2 20 0 15 0 229543209 11272552448 60693 33554432000 4194304 4196468 140737158810496 140534229231328 140535466583765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15134720 140737158814308 140737158817116 140737158817116 140737158819791 0
[pid=26101/tid=26161] ppid=26098 vsize=11008352 memory=279462247990784 CPUtime=0.07 cores=1,3,5,7
/proc/26101/task/26161/stat : 26161 (java) S 26098 26101 20994 0 -1 1077944384 1 13170 0 0 0 0 5 2 20 0 15 0 229543209 11272552448 60693 33554432000 4194304 4196468 140737158810496 140534081381632 140535466583765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15134720 140737158814308 140737158817116 140737158817116 140737158819791 0
[pid=26101/tid=26162] ppid=26098 vsize=11008352 memory=7956567955459234152 CPUtime=0.07 cores=1,3,5,7
/proc/26101/task/26162/stat : 26162 (java) S 26098 26101 20994 0 -1 1077944384 3 13170 0 0 0 0 5 2 20 0 15 0 229543212 11272552448 60693 33554432000 4194304 4196468 140737158810496 140533773982160 140535466592155 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15134720 140737158814308 140737158817116 140737158817116 140737158819791 0
[pid=26101/tid=26163] ppid=26098 vsize=11008352 memory=6940161746138391891 CPUtime=1.06 cores=1,3,5,7
/proc/26101/task/26163/stat : 26163 (java) S 26098 26101 20994 0 -1 1077944384 3171 13170 0 0 97 2 5 2 20 0 15 0 229543212 11272552448 60693 33554432000 4194304 4196468 140737158810496 140534958639344 140535466584706 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15134720 140737158814308 140737158817116 140737158817116 140737158819791 0
[pid=26101/tid=26164] ppid=26098 vsize=11008352 memory=7447093755344480080 CPUtime=0.86 cores=1,3,5,7
/proc/26101/task/26164/stat : 26164 (java) R 26098 26101 20994 0 -1 1077944384 1635 13170 0 0 78 1 5 2 20 0 15 0 229543212 11272552448 60693 33554432000 4194304 4196468 140737158810496 140534957586800 140535466584706 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15134720 140737158814308 140737158817116 140737158817116 140737158819791 0
[pid=26101/tid=26165] ppid=26098 vsize=11008352 memory=288230574492221466 CPUtime=1.17 cores=1,3,5,7
/proc/26101/task/26165/stat : 26165 (java) R 26098 26101 20994 0 -1 4202560 3824 13170 0 0 109 1 5 2 20 0 15 0 229543212 11272552448 60693 33554432000 4194304 4196468 140737158810496 140534956533744 140535466594906 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15134720 140737158814308 140737158817116 140737158817116 140737158819791 0
[pid=26101/tid=26166] ppid=26098 vsize=11008352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/26101/task/26166/stat : 26166 (java) S 26098 26101 20994 0 -1 1077944384 3 13170 0 0 0 0 5 2 20 0 15 0 229543212 11272552448 60693 33554432000 4194304 4196468 140737158810496 140533343185248 140535466583765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15134720 140737158814308 140737158817116 140737158817116 140737158819791 0
[pid=26101/tid=26167] ppid=26098 vsize=11008352 memory=2193 CPUtime=0.07 cores=1,3,5,7
/proc/26101/task/26167/stat : 26167 (java) S 26098 26101 20994 0 -1 1077944384 1 13170 0 0 0 0 5 2 20 0 15 0 229543212 11272552448 60693 33554432000 4194304 4196468 140737158810496 140534955482160 140535466584706 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15134720 140737158814308 140737158817116 140737158817116 140737158819791 0
Current children cumulated CPU time: 6.1 s
Current children cumulated vsize: 11008352 KiB
Current children cumulated memory: 242772 KiB

[startup+4.38024 s]
# the end of solver process 26101 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=8.47092 s, system=0.276651 s

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

[startup+3.20087 s]
/proc/loadavg: 2.25 1.90 1.76 4/219 26167
/proc/meminfo: memFree=5858516/32770624 swapFree=67108852/67108860
[pid=26101] ppid=26098 vsize=11010400 memory=244528 CPUtime=6.27 cores=1,3,5,7
/proc/26101/stat : 26101 (java) S 26098 26101 20994 0 -1 1077944320 37892 13170 0 0 603 17 5 2 20 0 15 0 229543197 11274649600 61132 33554432000 4194304 4196468 140737158810496 140737158793040 140535466573559 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 15134720 140737158814308 140737158817116 140737158817116 140737158819791 0
/proc/26101/statm: 2752600 61132 3497 1 0 2714253 0
[pid=26101/tid=26154] ppid=26098 vsize=11010400 memory=0 CPUtime=3.07 cores=1,3,5,7
/proc/26101/task/26154/stat : 26154 (java) R 26098 26101 20994 0 -1 4202560 24705 13170 0 0 292 8 5 2 20 0 15 0 229543206 11274649600 61132 33554432000 4194304 4196468 140737158810496 140535438396400 140535035618799 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15134720 140737158814308 140737158817116 140737158817116 140737158819791 0
[pid=26101/tid=26155] ppid=26098 vsize=11010400 memory=6656426216303648864 CPUtime=0.09 cores=1,3,5,7
/proc/26101/task/26155/stat : 26155 (java) S 26098 26101 20994 0 -1 1077944384 28 13170 0 0 2 0 5 2 20 0 15 0 229543207 11274649600 61132 33554432000 4194304 4196468 140737158810496 140535470815760 140535466583765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15134720 140737158814308 140737158817116 140737158817116 140737158819791 0
[pid=26101/tid=26156] ppid=26098 vsize=11010400 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/26101/task/26156/stat : 26156 (java) S 26098 26101 20994 0 -1 1077944384 197 13170 0 0 3 0 5 2 20 0 15 0 229543207 11274649600 61132 33554432000 4194304 4196468 140737158810496 140535358220944 140535466583765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15134720 140737158814308 140737158817116 140737158817116 140737158819791 0
[pid=26101/tid=26157] ppid=26098 vsize=11010400 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/26101/task/26157/stat : 26157 (java) S 26098 26101 20994 0 -1 1077944384 72 13170 0 0 3 0 5 2 20 0 15 0 229543207 11274649600 61132 33554432000 4194304 4196468 140737158810496 140535004997904 140535466583765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15134720 140737158814308 140737158817116 140737158817116 140737158819791 0
[pid=26101/tid=26158] ppid=26098 vsize=11010400 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/26101/task/26158/stat : 26158 (java) S 26098 26101 20994 0 -1 1077944384 59 13170 0 0 3 0 5 2 20 0 15 0 229543207 11274649600 61132 33554432000 4194304 4196468 140737158810496 140535003945360 140535466583765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15134720 140737158814308 140737158817116 140737158817116 140737158819791 0
[pid=26101/tid=26159] ppid=26098 vsize=11010400 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/26101/task/26159/stat : 26159 (java) S 26098 26101 20994 0 -1 1077944384 1390 13170 0 0 3 0 5 2 20 0 15 0 229543208 11274649600 61132 33554432000 4194304 4196468 140737158810496 140534959692528 140535466584706 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15134720 140737158814308 140737158817116 140737158817116 140737158819791 0
[pid=26101/tid=26160] ppid=26098 vsize=11010400 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/26101/task/26160/stat : 26160 (java) S 26098 26101 20994 0 -1 1077944384 14 13170 0 0 0 0 5 2 20 0 15 0 229543209 11274649600 61132 33554432000 4194304 4196468 140737158810496 140534229231328 140535466583765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15134720 140737158814308 140737158817116 140737158817116 140737158819791 0
[pid=26101/tid=26161] ppid=26098 vsize=11010400 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/26101/task/26161/stat : 26161 (java) S 26098 26101 20994 0 -1 1077944384 1 13170 0 0 0 0 5 2 20 0 15 0 229543209 11274649600 61132 33554432000 4194304 4196468 140737158810496 140534081381632 140535466583765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15134720 140737158814308 140737158817116 140737158817116 140737158819791 0
[pid=26101/tid=26162] ppid=26098 vsize=11010400 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/26101/task/26162/stat : 26162 (java) S 26098 26101 20994 0 -1 1077944384 3 13170 0 0 0 0 5 2 20 0 15 0 229543212 11274649600 61132 33554432000 4194304 4196468 140737158810496 140533773982160 140535466592155 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15134720 140737158814308 140737158817116 140737158817116 140737158819791 0
[pid=26101/tid=26163] ppid=26098 vsize=11010400 memory=0 CPUtime=1.08 cores=1,3,5,7
/proc/26101/task/26163/stat : 26163 (java) R 26098 26101 20994 0 -1 1077944384 3278 13170 0 0 99 2 5 2 20 0 15 0 229543212 11274649600 61132 33554432000 4194304 4196468 140737158810496 140534958639344 140535466584706 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15134720 140737158814308 140737158817116 140737158817116 140737158819791 0
[pid=26101/tid=26164] ppid=26098 vsize=11010400 memory=6880 CPUtime=0.89 cores=1,3,5,7
/proc/26101/task/26164/stat : 26164 (java) R 26098 26101 20994 0 -1 4202560 1663 13170 0 0 81 1 5 2 20 0 15 0 229543212 11274649600 61132 33554432000 4194304 4196468 140737158810496 140534957586800 140535446437503 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15134720 140737158814308 140737158817116 140737158817116 140737158819791 0
[pid=26101/tid=26165] ppid=26098 vsize=11010400 memory=15252 CPUtime=1.2 cores=1,3,5,7
/proc/26101/task/26165/stat : 26165 (java) R 26098 26101 20994 0 -1 4202560 4300 13170 0 0 112 1 5 2 20 0 15 0 229543212 11274649600 61132 33554432000 4194304 4196468 140737158810496 140534956533744 140535466594906 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15134720 140737158814308 140737158817116 140737158817116 140737158819791 0
[pid=26101/tid=26166] ppid=26098 vsize=11010400 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/26101/task/26166/stat : 26166 (java) S 26098 26101 20994 0 -1 1077944384 3 13170 0 0 0 0 5 2 20 0 15 0 229543212 11274649600 61132 33554432000 4194304 4196468 140737158810496 140533343185248 140535466583765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15134720 140737158814308 140737158817116 140737158817116 140737158819791 0
[pid=26101/tid=26167] ppid=26098 vsize=11010400 memory=6788 CPUtime=0.07 cores=1,3,5,7
/proc/26101/task/26167/stat : 26167 (java) S 26098 26101 20994 0 -1 1077944384 1 13170 0 0 0 0 5 2 20 0 15 0 229543212 11274649600 61132 33554432000 4194304 4196468 140737158810496 140534955482160 140535466584706 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15134720 140737158814308 140737158817116 140737158817116 140737158819791 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 11010400 KiB
Current children cumulated memory: 244528 KiB

[startup+4.00104 s]*
/proc/loadavg: 2.25 1.90 1.76 7/219 26167
/proc/meminfo: memFree=5759324/32770624 swapFree=67108852/67108860
[pid=26101] ppid=26098 vsize=11080852 memory=310780 CPUtime=8.63 cores=1,3,5,7
/proc/26101/stat : 26101 (java) S 26098 26101 20994 0 -1 1077944320 67125 13170 0 0 834 22 5 2 20 0 15 0 229543197 11346792448 77695 33554432000 4194304 4196468 140737158810496 140737158793040 140535466573559 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 15134720 140737158814308 140737158817116 140737158817116 140737158819791 0
/proc/26101/statm: 2770213 77695 3505 1 0 2731866 0
[pid=26101/tid=26154] ppid=26098 vsize=11080852 memory=-6517102902069810590 CPUtime=3.88 cores=1,3,5,7
/proc/26101/task/26154/stat : 26154 (java) R 26098 26101 20994 0 -1 4202560 44252 13170 0 0 370 11 5 2 20 0 15 0 229543206 11346792448 77695 33554432000 4194304 4196468 140737158810496 140535438402072 140535047441287 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15134720 140737158814308 140737158817116 140737158817116 140737158819791 0
[pid=26101/tid=26155] ppid=26098 vsize=11080852 memory=3691042058319900680 CPUtime=0.09 cores=1,3,5,7
/proc/26101/task/26155/stat : 26155 (java) S 26098 26101 20994 0 -1 1077944384 28 13170 0 0 2 0 5 2 20 0 15 0 229543207 11346792448 77695 33554432000 4194304 4196468 140737158810496 140535470815760 140535466583765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15134720 140737158814308 140737158817116 140737158817116 140737158819791 0
[pid=26101/tid=26156] ppid=26098 vsize=11080852 memory=4049192679916377784 CPUtime=0.1 cores=1,3,5,7
/proc/26101/task/26156/stat : 26156 (java) S 26098 26101 20994 0 -1 1077944384 197 13170 0 0 3 0 5 2 20 0 15 0 229543207 11346792448 77695 33554432000 4194304 4196468 140737158810496 140535358220944 140535466583765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15134720 140737158814308 140737158817116 140737158817116 140737158819791 0
[pid=26101/tid=26157] ppid=26098 vsize=11080852 memory=4638778398332698720 CPUtime=0.1 cores=1,3,5,7
/proc/26101/task/26157/stat : 26157 (java) S 26098 26101 20994 0 -1 1077944384 72 13170 0 0 3 0 5 2 20 0 15 0 229543207 11346792448 77695 33554432000 4194304 4196468 140737158810496 140535004997904 140535466583765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15134720 140737158814308 140737158817116 140737158817116 140737158819791 0
[pid=26101/tid=26158] ppid=26098 vsize=11080852 memory=112102941393896 CPUtime=0.1 cores=1,3,5,7
/proc/26101/task/26158/stat : 26158 (java) S 26098 26101 20994 0 -1 1077944384 59 13170 0 0 3 0 5 2 20 0 15 0 229543207 11346792448 77695 33554432000 4194304 4196468 140737158810496 140535003945360 140535466583765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15134720 140737158814308 140737158817116 140737158817116 140737158819791 0
[pid=26101/tid=26159] ppid=26098 vsize=11080852 memory=3612116930501438689 CPUtime=0.1 cores=1,3,5,7
/proc/26101/task/26159/stat : 26159 (java) S 26098 26101 20994 0 -1 1077944384 1909 13170 0 0 3 0 5 2 20 0 15 0 229543208 11346792448 77695 33554432000 4194304 4196468 140737158810496 140534959692528 140535466584706 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15134720 140737158814308 140737158817116 140737158817116 140737158819791 0
[pid=26101/tid=26160] ppid=26098 vsize=11080852 memory=3761975951490035743 CPUtime=0.07 cores=1,3,5,7
/proc/26101/task/26160/stat : 26160 (java) S 26098 26101 20994 0 -1 1077944384 14 13170 0 0 0 0 5 2 20 0 15 0 229543209 11346792448 77695 33554432000 4194304 4196468 140737158810496 140534229231328 140535466583765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15134720 140737158814308 140737158817116 140737158817116 140737158819791 0
[pid=26101/tid=26161] ppid=26098 vsize=11080852 memory=6226900951092521319 CPUtime=0.07 cores=1,3,5,7
/proc/26101/task/26161/stat : 26161 (java) S 26098 26101 20994 0 -1 1077944384 1 13170 0 0 0 0 5 2 20 0 15 0 229543209 11346792448 77695 33554432000 4194304 4196468 140737158810496 140534081381632 140535466583765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15134720 140737158814308 140737158817116 140737158817116 140737158819791 0
[pid=26101/tid=26162] ppid=26098 vsize=11080852 memory=1 CPUtime=0.07 cores=1,3,5,7
/proc/26101/task/26162/stat : 26162 (java) S 26098 26101 20994 0 -1 1077944384 3 13170 0 0 0 0 5 2 20 0 15 0 229543212 11346792448 77695 33554432000 4194304 4196468 140737158810496 140533773982160 140535466592155 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15134720 140737158814308 140737158817116 140737158817116 140737158819791 0
[pid=26101/tid=26163] ppid=26098 vsize=11080852 memory=0 CPUtime=1.86 cores=1,3,5,7
/proc/26101/task/26163/stat : 26163 (java) R 26098 26101 20994 0 -1 4202560 9848 13170 0 0 176 3 5 2 20 0 15 0 229543212 11346792448 77695 33554432000 4194304 4196468 140737158810496 140534958625368 140535451498557 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15134720 140737158814308 140737158817116 140737158817116 140737158819791 0
[pid=26101/tid=26164] ppid=26098 vsize=11080852 memory=0 CPUtime=1.43 cores=1,3,5,7
/proc/26101/task/26164/stat : 26164 (java) R 26098 26101 20994 0 -1 4202560 2833 13170 0 0 134 2 5 2 20 0 15 0 229543212 11346792448 77695 33554432000 4194304 4196468 140737158810496 140534957566864 140535448094350 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15134720 140737158814308 140737158817116 140737158817116 140737158819791 0
[pid=26101/tid=26165] ppid=26098 vsize=11080852 memory=14 CPUtime=1.44 cores=1,3,5,7
/proc/26101/task/26165/stat : 26165 (java) S 26098 26101 20994 0 -1 1077944384 5705 13170 0 0 135 2 5 2 20 0 15 0 229543212 11346792448 77695 33554432000 4194304 4196468 140737158810496 140534956533744 140535466584706 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15134720 140737158814308 140737158817116 140737158817116 140737158819791 0
[pid=26101/tid=26166] ppid=26098 vsize=11080852 memory=118 CPUtime=0.07 cores=1,3,5,7
/proc/26101/task/26166/stat : 26166 (java) S 26098 26101 20994 0 -1 1077944384 3 13170 0 0 0 0 5 2 20 0 15 0 229543212 11346792448 77695 33554432000 4194304 4196468 140737158810496 140533343185248 140535466583765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15134720 140737158814308 140737158817116 140737158817116 140737158819791 0
[pid=26101/tid=26167] ppid=26098 vsize=11080852 memory=105 CPUtime=0.07 cores=1,3,5,7
/proc/26101/task/26167/stat : 26167 (java) S 26098 26101 20994 0 -1 1077944384 5 13170 0 0 0 0 5 2 20 0 15 0 229543212 11346792448 77695 33554432000 4194304 4196468 140737158810496 140534955482160 140535466584706 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15134720 140737158814308 140737158817116 140737158817116 140737158819791 0
Current children cumulated CPU time: 8.63 s
Current children cumulated vsize: 11080852 KiB
Current children cumulated memory: 310780 KiB

[startup+4.20973 s]
/proc/loadavg: 2.25 1.90 1.76 2/206 26168
/proc/meminfo: memFree=6060748/32770624 swapFree=67108852/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+4.30014 s]
/proc/loadavg: 2.25 1.90 1.76 2/206 26168
/proc/meminfo: memFree=6060748/32770624 swapFree=67108852/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.38029
CPU time (s): 8.74757
CPU user time (s): 8.47092
CPU system time (s): 0.276651
CPU usage (%): 199.703
Max. virtual memory (cumulated for all children) (KiB): 11080852
Max. memory (cumulated for all children) (KiB): 310780

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.47092
system time used= 0.276651
maximum resident set size= 313144
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 80463
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= 6187
involuntary context switches= 44


# summary of solver processes directly reported to runsolver:
#   pid: 26101
#   total CPU time (s): 8.74757
#   total CPU user time (s): 8.47092
#   total CPU system time (s): 0.276651

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.047856 second user time and 0.088389 second system time

The end

Launcher Data

Begin job on node133 at 2018-08-13 02:23:20
IDJOB=4304598
IDBENCH=141470
IDSOLVER=2781
FILE ID=node133/4304598-1534119800
RUNJOBID= node133-1534097471-21026
PBS_JOBID= 21037000
Free space on /tmp= 39000 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/Rcpsp/Rcpsp-j30-01-03_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4304598-1534119800/watcher-4304598-1534119800 -o /tmp/evaluation-result-4304598-1534119800/solver-4304598-1534119800 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1534097471-21026 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=413618872 -superng HOME/instance-4304598-1534119800.xml

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

MD5SUM BENCH= 8a13baf19e90b4c1b4d6531a9d16222f
RANDOM SEED=413618872

node133.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.24
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.24
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.24
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.24
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:         6068248 kB
MemAvailable:   26053148 kB
Buffers:          225424 kB
Cached:         19752828 kB
SwapCached:            4 kB
Active:         15229060 kB
Inactive:       10648204 kB
Active(anon):    5848056 kB
Inactive(anon):   103300 kB
Active(file):    9381004 kB
Inactive(file): 10544904 kB
Unevictable:        7092 kB
Mlocked:            7092 kB
SwapTotal:      67108860 kB
SwapFree:       67108852 kB
Dirty:             26728 kB
Writeback:             0 kB
AnonPages:       5924500 kB
Mapped:            69868 kB
Shmem:             49816 kB
Slab:             515308 kB
SReclaimable:     487452 kB
SUnreclaim:        27856 kB
KernelStack:        3856 kB
PageTables:        16560 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    6657844 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5470208 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 38972 MiB
End job on node133 at 2018-08-13 02:23:25