Trace number 4304525

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.2OPT2 8.0321 3.91332

General information on the benchmark

NameTemplateDesign/
TemplateDesign-m2-1_c18.xml
MD5SUM03e8a75034815332807f603ddfd28107
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark1.09662
Satisfiable
(Un)Satisfiability was proved
Number of variables15
Number of constraints13
Number of domains3
Minimum domain size2
Maximum domain size801
Distribution of domain sizes[{"size":2,"count":3},{"size":5,"count":9},{"size":801,"count":3}]
Minimum variable degree2
Maximum variable degree5
Distribution of variable degrees[{"degree":2,"count":6},{"degree":3,"count":6},{"degree":5,"count":3}]
Minimum constraint arity2
Maximum constraint arity6
Distribution of constraint arities[{"arity":2,"count":6},{"arity":3,"count":4},{"arity":6,"count":3}]
Number of extensional constraints0
Number of intensional constraints6
Distribution of constraint types[{"type":"intension","count":6},{"type":"ordered","count":1},{"type":"sum","count":6}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.99/0.74	c Concrete v3.9.2.1532736233296 running
7.86/3.84	o 2
7.86/3.85	v <instantiation cost="2">
7.86/3.85	v       <list>
7.86/3.85	v         d[0][0] d[0][1] d[0][2] d[1][0] d[1][1] d[1][2] d[2][0] d[2][1] d[2][2] npt[0] npt[1] npt[2] u[0] u[1] u[2]
7.86/3.85	v       </list>
7.86/3.85	v       <values>
7.86/3.85	v         1 2 1 0 0 4 4 0 0 275 122 0 1 1 0
7.86/3.85	v       </values>
7.86/3.85	v     </instantiation>
7.86/3.85	s OPTIMUM FOUND

Verifier Data

OK	2

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

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


[startup+0.100061 s]*
/proc/loadavg: 1.87 1.36 1.34 4/206 26886
/proc/meminfo: memFree=27886072/32770624 swapFree=67030652/67108860
[pid=26829] ppid=26826 vsize=10005480 memory=17076 CPUtime=0.09 cores=1,3,5,7
/proc/26829/stat : 26829 (java) S 26826 26829 25256 0 -1 1077944320 4397 12849 0 0 1 0 5 3 20 0 6 0 227595859 10245611520 4269 33554432000 4194304 4196468 140720981297376 140720981279920 139883254783735 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 25362432 140720981305965 140720981308764 140720981308764 140720981311439 0
/proc/26829/statm: 2501370 4269 1934 1 0 2489808 0
[pid=26829/tid=26882] ppid=26826 vsize=10005480 memory=4279135704013962638 CPUtime=0.09 cores=1,3,5,7
/proc/26829/task/26882/stat : 26882 (java) R 26826 26829 25256 0 -1 4202560 2207 12849 0 0 1 0 5 3 20 0 6 0 227595868 10245611520 4269 33554432000 4194304 4196468 140720981297376 139883226620496 139883238864222 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25362432 140720981305965 140720981308764 140720981308764 140720981311439 0
[pid=26829/tid=26883] ppid=26826 vsize=10005480 memory=-7522837583129502606 CPUtime=0.08 cores=1,3,5,7
/proc/26829/task/26883/stat : 26883 (java) S 26826 26829 25256 0 -1 1077944384 1 12849 0 0 0 0 5 3 20 0 6 0 227595869 10245611520 4269 33554432000 4194304 4196468 140720981297376 139883259025936 139883254793941 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25362432 140720981305965 140720981308764 140720981308764 140720981311439 0
[pid=26829/tid=26884] ppid=26826 vsize=10005480 memory=140363046110848 CPUtime=0.08 cores=1,3,5,7
/proc/26829/task/26884/stat : 26884 (java) S 26826 26829 25256 0 -1 1077944384 1 12849 0 0 0 0 5 3 20 0 6 0 227595869 10245611520 4269 33554432000 4194304 4196468 140720981297376 139883129674384 139883254793941 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25362432 140720981305965 140720981308764 140720981308764 140720981311439 0
[pid=26829/tid=26885] ppid=26826 vsize=10005480 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26829/task/26885/stat : 26885 (java) S 26826 26829 25256 0 -1 1077944384 1 12849 0 0 0 0 5 3 20 0 6 0 227595869 10245611520 4269 33554432000 4194304 4196468 140720981297376 139883128621328 139883254793941 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25362432 140720981305965 140720981308764 140720981308764 140720981311439 0
[pid=26829/tid=26886] ppid=26826 vsize=10005480 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/26829/task/26886/stat : 26886 (java) S 26826 26829 25256 0 -1 1077944384 2 12849 0 0 0 0 5 3 20 0 6 0 227595869 10245611520 4269 33554432000 4194304 4196468 140720981297376 139883127568784 139883254793941 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25362432 140720981305965 140720981308764 140720981308764 140720981311439 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 17076 KiB

[startup+0.209936 s]*
/proc/loadavg: 1.87 1.36 1.34 3/215 26895
/proc/meminfo: memFree=27861844/32770624 swapFree=67030652/67108860
[pid=26829] ppid=26826 vsize=10982744 memory=44916 CPUtime=0.26 cores=1,3,5,7
/proc/26829/stat : 26829 (java) S 26826 26829 25256 0 -1 1077944320 7911 12849 0 0 16 2 5 3 20 0 15 0 227595859 11246329856 11229 33554432000 4194304 4196468 140720981297376 140720981279920 139883254783735 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 25362432 140720981305965 140720981308764 140720981308764 140720981311439 0
/proc/26829/statm: 2745686 11229 2959 1 0 2708109 0
[pid=26829/tid=26882] ppid=26826 vsize=10982744 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/26829/task/26882/stat : 26882 (java) R 26826 26829 25256 0 -1 4202560 4526 12849 0 0 11 1 5 3 20 0 15 0 227595868 11246329856 11229 33554432000 4194304 4196468 140720981297376 139883226579776 139883235059484 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25362432 140720981305965 140720981308764 140720981308764 140720981311439 0
[pid=26829/tid=26883] ppid=26826 vsize=10982744 memory=343 CPUtime=0.08 cores=1,3,5,7
/proc/26829/task/26883/stat : 26883 (java) S 26826 26829 25256 0 -1 1077944384 1 12849 0 0 0 0 5 3 20 0 15 0 227595869 11246329856 11229 33554432000 4194304 4196468 140720981297376 139883259025936 139883254793941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25362432 140720981305965 140720981308764 140720981308764 140720981311439 0
[pid=26829/tid=26884] ppid=26826 vsize=10982744 memory=3763240015417886368 CPUtime=0.08 cores=1,3,5,7
/proc/26829/task/26884/stat : 26884 (java) S 26826 26829 25256 0 -1 1077944384 1 12849 0 0 0 0 5 3 20 0 15 0 227595869 11246329856 11295 33554432000 4194304 4196468 140720981297376 139883129674384 139883254793941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25362432 140720981305965 140720981308764 140720981308764 140720981311439 0
[pid=26829/tid=26885] ppid=26826 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26829/task/26885/stat : 26885 (java) S 26826 26829 25256 0 -1 1077944384 1 12849 0 0 0 0 5 3 20 0 15 0 227595869 11246329856 11295 33554432000 4194304 4196468 140720981297376 139883128621328 139883254793941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25362432 140720981305965 140720981308764 140720981308764 140720981311439 0
[pid=26829/tid=26886] ppid=26826 vsize=10982744 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/26829/task/26886/stat : 26886 (java) S 26826 26829 25256 0 -1 1077944384 2 12849 0 0 0 0 5 3 20 0 15 0 227595869 11246329856 11295 33554432000 4194304 4196468 140720981297376 139883127568784 139883254793941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25362432 140720981305965 140720981308764 140720981308764 140720981311439 0
[pid=26829/tid=26887] ppid=26826 vsize=10982744 memory=140363046110848 CPUtime=0.08 cores=1,3,5,7
/proc/26829/task/26887/stat : 26887 (java) S 26826 26829 25256 0 -1 1077944384 2 12849 0 0 0 0 5 3 20 0 15 0 227595870 11246329856 11295 33554432000 4194304 4196468 140720981297376 139882680572656 139883254794882 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25362432 140720981305965 140720981308764 140720981308764 140720981311439 0
[pid=26829/tid=26888] ppid=26826 vsize=10982744 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/26829/task/26888/stat : 26888 (java) S 26826 26829 25256 0 -1 1077944384 13 12849 0 0 0 0 5 3 20 0 15 0 227595871 11246329856 11295 33554432000 4194304 4196468 140720981297376 139882118768288 139883254793941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25362432 140720981305965 140720981308764 140720981308764 140720981311439 0
[pid=26829/tid=26889] ppid=26826 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26829/task/26889/stat : 26889 (java) S 26826 26829 25256 0 -1 1077944384 1 12849 0 0 0 0 5 3 20 0 15 0 227595871 11246329856 11295 33554432000 4194304 4196468 140720981297376 139881917441264 139883254793941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25362432 140720981305965 140720981308764 140720981308764 140720981311439 0
[pid=26829/tid=26890] ppid=26826 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26829/task/26890/stat : 26890 (java) S 26826 26829 25256 0 -1 1077944384 3 12849 0 0 0 0 5 3 20 0 15 0 227595874 11246329856 11295 33554432000 4194304 4196468 140720981297376 139881610041808 139883254802331 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25362432 140720981305965 140720981308764 140720981308764 140720981311439 0
[pid=26829/tid=26891] ppid=26826 vsize=10982744 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/26829/task/26891/stat : 26891 (java) S 26826 26829 25256 0 -1 1077944384 426 12849 0 0 1 0 5 3 20 0 15 0 227595874 11246329856 11295 33554432000 4194304 4196468 140720981297376 139882679519472 139883254794882 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25362432 140720981305965 140720981308764 140720981308764 140720981311439 0
[pid=26829/tid=26892] ppid=26826 vsize=10982744 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/26829/task/26892/stat : 26892 (java) S 26826 26829 25256 0 -1 1077944384 184 12849 0 0 1 0 5 3 20 0 15 0 227595874 11246329856 11295 33554432000 4194304 4196468 140720981297376 139882678466928 139883254794882 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25362432 140720981305965 140720981308764 140720981308764 140720981311439 0
[pid=26829/tid=26893] ppid=26826 vsize=10982744 memory=140363046110848 CPUtime=0.1 cores=1,3,5,7
/proc/26829/task/26893/stat : 26893 (java) S 26826 26829 25256 0 -1 1077944384 607 12849 0 0 2 0 5 3 20 0 15 0 227595874 11246329856 11295 33554432000 4194304 4196468 140720981297376 139882677413872 139883254794882 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25362432 140720981305965 140720981308764 140720981308764 140720981311439 0
[pid=26829/tid=26894] ppid=26826 vsize=10982744 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/26829/task/26894/stat : 26894 (java) S 26826 26829 25256 0 -1 1077944384 3 12849 0 0 0 0 5 3 20 0 15 0 227595874 11246329856 11295 33554432000 4194304 4196468 140720981297376 139881179244896 139883254793941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25362432 140720981305965 140720981308764 140720981308764 140720981311439 0
[pid=26829/tid=26895] ppid=26826 vsize=10982744 memory=140363046110848 CPUtime=0.08 cores=1,3,5,7
/proc/26829/task/26895/stat : 26895 (java) S 26826 26829 25256 0 -1 1077944384 1 12849 0 0 0 0 5 3 20 0 15 0 227595874 11246329856 11361 33554432000 4194304 4196468 140720981297376 139882676362288 139883254794882 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25362432 140720981305965 140720981308764 140720981308764 140720981311439 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 44916 KiB

[startup+0.310205 s]*
/proc/loadavg: 1.87 1.36 1.34 3/215 26895
/proc/meminfo: memFree=27850184/32770624 swapFree=67030652/67108860
[pid=26829] ppid=26826 vsize=10983192 memory=56148 CPUtime=0.39 cores=1,3,5,7
/proc/26829/stat : 26829 (java) S 26826 26829 25256 0 -1 1077944320 10589 12849 0 0 28 3 5 3 20 0 15 0 227595859 11246788608 14037 33554432000 4194304 4196468 140720981297376 140720981279920 139883254783735 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 25362432 140720981305965 140720981308764 140720981308764 140720981311439 0
/proc/26829/statm: 2745798 14037 3078 1 0 2708109 0
[pid=26829/tid=26882] ppid=26826 vsize=10983192 memory=6791534058613427641 CPUtime=0.29 cores=1,3,5,7
/proc/26829/task/26882/stat : 26882 (java) R 26826 26829 25256 0 -1 4202560 7140 12849 0 0 19 2 5 3 20 0 15 0 227595868 11246788608 14037 33554432000 4194304 4196468 140720981297376 139883226595744 139883236157207 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25362432 140720981305965 140720981308764 140720981308764 140720981311439 0
[pid=26829/tid=26883] ppid=26826 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26829/task/26883/stat : 26883 (java) S 26826 26829 25256 0 -1 1077944384 1 12849 0 0 0 0 5 3 20 0 15 0 227595869 11246788608 14037 33554432000 4194304 4196468 140720981297376 139883259025936 139883254793941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25362432 140720981305965 140720981308764 140720981308764 140720981311439 0
[pid=26829/tid=26884] ppid=26826 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26829/task/26884/stat : 26884 (java) S 26826 26829 25256 0 -1 1077944384 1 12849 0 0 0 0 5 3 20 0 15 0 227595869 11246788608 14037 33554432000 4194304 4196468 140720981297376 139883129674384 139883254793941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25362432 140720981305965 140720981308764 140720981308764 140720981311439 0
[pid=26829/tid=26885] ppid=26826 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26829/task/26885/stat : 26885 (java) S 26826 26829 25256 0 -1 1077944384 1 12849 0 0 0 0 5 3 20 0 15 0 227595869 11246788608 14037 33554432000 4194304 4196468 140720981297376 139883128621328 139883254793941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25362432 140720981305965 140720981308764 140720981308764 140720981311439 0
[pid=26829/tid=26886] ppid=26826 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26829/task/26886/stat : 26886 (java) S 26826 26829 25256 0 -1 1077944384 2 12849 0 0 0 0 5 3 20 0 15 0 227595869 11246788608 14037 33554432000 4194304 4196468 140720981297376 139883127568784 139883254793941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25362432 140720981305965 140720981308764 140720981308764 140720981311439 0
[pid=26829/tid=26887] ppid=26826 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26829/task/26887/stat : 26887 (java) S 26826 26829 25256 0 -1 1077944384 2 12849 0 0 0 0 5 3 20 0 15 0 227595870 11246788608 14037 33554432000 4194304 4196468 140720981297376 139882680572656 139883254794882 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25362432 140720981305965 140720981308764 140720981308764 140720981311439 0
[pid=26829/tid=26888] ppid=26826 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/26829/task/26888/stat : 26888 (java) S 26826 26829 25256 0 -1 1077944384 13 12849 0 0 0 0 5 3 20 0 15 0 227595871 11246788608 14037 33554432000 4194304 4196468 140720981297376 139882118768288 139883254793941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25362432 140720981305965 140720981308764 140720981308764 140720981311439 0
[pid=26829/tid=26889] ppid=26826 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26829/task/26889/stat : 26889 (java) S 26826 26829 25256 0 -1 1077944384 1 12849 0 0 0 0 5 3 20 0 15 0 227595871 11246788608 14037 33554432000 4194304 4196468 140720981297376 139881917441264 139883254793941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25362432 140720981305965 140720981308764 140720981308764 140720981311439 0
[pid=26829/tid=26890] ppid=26826 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26829/task/26890/stat : 26890 (java) S 26826 26829 25256 0 -1 1077944384 3 12849 0 0 0 0 5 3 20 0 15 0 227595874 11246788608 14037 33554432000 4194304 4196468 140720981297376 139881610041808 139883254802331 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25362432 140720981305965 140720981308764 140720981308764 140720981311439 0
[pid=26829/tid=26891] ppid=26826 vsize=10983192 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/26829/task/26891/stat : 26891 (java) S 26826 26829 25256 0 -1 1077944384 426 12849 0 0 1 0 5 3 20 0 15 0 227595874 11246788608 14037 33554432000 4194304 4196468 140720981297376 139882679519472 139883254794882 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25362432 140720981305965 140720981308764 140720981308764 140720981311439 0
[pid=26829/tid=26892] ppid=26826 vsize=10983192 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/26829/task/26892/stat : 26892 (java) S 26826 26829 25256 0 -1 1077944384 185 12849 0 0 1 0 5 3 20 0 15 0 227595874 11246788608 14037 33554432000 4194304 4196468 140720981297376 139882678466928 139883254794882 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25362432 140720981305965 140720981308764 140720981308764 140720981311439 0
[pid=26829/tid=26893] ppid=26826 vsize=10983192 memory=140363046110848 CPUtime=0.12 cores=1,3,5,7
/proc/26829/task/26893/stat : 26893 (java) S 26826 26829 25256 0 -1 1077944384 617 12849 0 0 4 0 5 3 20 0 15 0 227595874 11246788608 14037 33554432000 4194304 4196468 140720981297376 139882677413872 139883254794882 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25362432 140720981305965 140720981308764 140720981308764 140720981311439 0
[pid=26829/tid=26894] ppid=26826 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/26829/task/26894/stat : 26894 (java) S 26826 26829 25256 0 -1 1077944384 3 12849 0 0 0 0 5 3 20 0 15 0 227595874 11246788608 14037 33554432000 4194304 4196468 140720981297376 139881179244896 139883254793941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25362432 140720981305965 140720981308764 140720981308764 140720981311439 0
[pid=26829/tid=26895] ppid=26826 vsize=10983192 memory=140363046110848 CPUtime=0.08 cores=1,3,5,7
/proc/26829/task/26895/stat : 26895 (java) S 26826 26829 25256 0 -1 1077944384 1 12849 0 0 0 0 5 3 20 0 15 0 227595874 11246788608 14037 33554432000 4194304 4196468 140720981297376 139882676362288 139883254794882 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25362432 140720981305965 140720981308764 140720981308764 140720981311439 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 56148 KiB

[startup+0.700708 s]
/proc/loadavg: 1.87 1.36 1.34 3/215 26895
/proc/meminfo: memFree=27838764/32770624 swapFree=67030652/67108860
[pid=26829] ppid=26826 vsize=10983192 memory=88604 CPUtime=0.99 cores=1,3,5,7
/proc/26829/stat : 26829 (java) S 26826 26829 25256 0 -1 1077944320 16743 12849 0 0 87 4 5 3 20 0 15 0 227595859 11246788608 22151 33554432000 4194304 4196468 140720981297376 140720981279920 139883254783735 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 25362432 140720981305965 140720981308764 140720981308764 140720981311439 0
/proc/26829/statm: 2745798 22151 3247 1 0 2708109 0
[pid=26829/tid=26882] ppid=26826 vsize=10983192 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/26829/task/26882/stat : 26882 (java) R 26826 26829 25256 0 -1 4202560 12247 12849 0 0 56 3 5 3 20 0 15 0 227595868 11246788608 22151 33554432000 4194304 4196468 140720981297376 139883226604560 139883238864222 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25362432 140720981305965 140720981308764 140720981308764 140720981311439 0
[pid=26829/tid=26883] ppid=26826 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26829/task/26883/stat : 26883 (java) S 26826 26829 25256 0 -1 1077944384 1 12849 0 0 0 0 5 3 20 0 15 0 227595869 11246788608 22151 33554432000 4194304 4196468 140720981297376 139883259025936 139883254793941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25362432 140720981305965 140720981308764 140720981308764 140720981311439 0
[pid=26829/tid=26884] ppid=26826 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26829/task/26884/stat : 26884 (java) S 26826 26829 25256 0 -1 1077944384 1 12849 0 0 0 0 5 3 20 0 15 0 227595869 11246788608 22151 33554432000 4194304 4196468 140720981297376 139883129674384 139883254793941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25362432 140720981305965 140720981308764 140720981308764 140720981311439 0
[pid=26829/tid=26885] ppid=26826 vsize=10983192 memory=140362886820624 CPUtime=0.08 cores=1,3,5,7
/proc/26829/task/26885/stat : 26885 (java) S 26826 26829 25256 0 -1 1077944384 1 12849 0 0 0 0 5 3 20 0 15 0 227595869 11246788608 22151 33554432000 4194304 4196468 140720981297376 139883128621328 139883254793941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25362432 140720981305965 140720981308764 140720981308764 140720981311439 0
[pid=26829/tid=26886] ppid=26826 vsize=10983192 memory=140363826201161 CPUtime=0.08 cores=1,3,5,7
/proc/26829/task/26886/stat : 26886 (java) S 26826 26829 25256 0 -1 1077944384 2 12849 0 0 0 0 5 3 20 0 15 0 227595869 11246788608 22151 33554432000 4194304 4196468 140720981297376 139883127568784 139883254793941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25362432 140720981305965 140720981308764 140720981308764 140720981311439 0
[pid=26829/tid=26887] ppid=26826 vsize=10983192 memory=752 CPUtime=0.08 cores=1,3,5,7
/proc/26829/task/26887/stat : 26887 (java) S 26826 26829 25256 0 -1 1077944384 5 12849 0 0 0 0 5 3 20 0 15 0 227595870 11246788608 22151 33554432000 4194304 4196468 140720981297376 139882680572656 139883254794882 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25362432 140720981305965 140720981308764 140720981308764 140720981311439 0
[pid=26829/tid=26888] ppid=26826 vsize=10983192 memory=7014751519650764113 CPUtime=0.08 cores=1,3,5,7
/proc/26829/task/26888/stat : 26888 (java) S 26826 26829 25256 0 -1 1077944384 13 12849 0 0 0 0 5 3 20 0 15 0 227595871 11246788608 22151 33554432000 4194304 4196468 140720981297376 139882118768288 139883254793941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25362432 140720981305965 140720981308764 140720981308764 140720981311439 0
[pid=26829/tid=26889] ppid=26826 vsize=10983192 memory=6082220498109819240 CPUtime=0.08 cores=1,3,5,7
/proc/26829/task/26889/stat : 26889 (java) S 26826 26829 25256 0 -1 1077944384 1 12849 0 0 0 0 5 3 20 0 15 0 227595871 11246788608 22151 33554432000 4194304 4196468 140720981297376 139881917441264 139883254793941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25362432 140720981305965 140720981308764 140720981308764 140720981311439 0
[pid=26829/tid=26890] ppid=26826 vsize=10983192 memory=2228 CPUtime=0.08 cores=1,3,5,7
/proc/26829/task/26890/stat : 26890 (java) S 26826 26829 25256 0 -1 1077944384 3 12849 0 0 0 0 5 3 20 0 15 0 227595874 11246788608 22151 33554432000 4194304 4196468 140720981297376 139881610041808 139883254802331 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25362432 140720981305965 140720981308764 140720981308764 140720981311439 0
[pid=26829/tid=26891] ppid=26826 vsize=10983192 memory=30564 CPUtime=0.15 cores=1,3,5,7
/proc/26829/task/26891/stat : 26891 (java) S 26826 26829 25256 0 -1 1077944384 800 12849 0 0 7 0 5 3 20 0 15 0 227595874 11246788608 22151 33554432000 4194304 4196468 140720981297376 139882679519472 139883254794882 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25362432 140720981305965 140720981308764 140720981308764 140720981311439 0
[pid=26829/tid=26892] ppid=26826 vsize=10983192 memory=11904 CPUtime=0.18 cores=1,3,5,7
/proc/26829/task/26892/stat : 26892 (java) S 26826 26829 25256 0 -1 1077944384 792 12849 0 0 10 0 5 3 20 0 15 0 227595874 11246788608 22151 33554432000 4194304 4196468 140720981297376 139882678466928 139883254794882 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25362432 140720981305965 140720981308764 140720981308764 140720981311439 0
[pid=26829/tid=26893] ppid=26826 vsize=10983192 memory=492 CPUtime=0.21 cores=1,3,5,7
/proc/26829/task/26893/stat : 26893 (java) S 26826 26829 25256 0 -1 1077944384 680 12849 0 0 13 0 5 3 20 0 15 0 227595874 11246788608 22151 33554432000 4194304 4196468 140720981297376 139882677413872 139883254794882 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25362432 140720981305965 140720981308764 140720981308764 140720981311439 0
[pid=26829/tid=26894] ppid=26826 vsize=10983192 memory=1560 CPUtime=0.08 cores=1,3,5,7
/proc/26829/task/26894/stat : 26894 (java) S 26826 26829 25256 0 -1 1077944384 3 12849 0 0 0 0 5 3 20 0 15 0 227595874 11246788608 22151 33554432000 4194304 4196468 140720981297376 139881179244896 139883254793941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25362432 140720981305965 140720981308764 140720981308764 140720981311439 0
[pid=26829/tid=26895] ppid=26826 vsize=10983192 memory=932 CPUtime=0.08 cores=1,3,5,7
/proc/26829/task/26895/stat : 26895 (java) S 26826 26829 25256 0 -1 1077944384 1 12849 0 0 0 0 5 3 20 0 15 0 227595874 11246788608 22151 33554432000 4194304 4196468 140720981297376 139882676362288 139883254794882 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25362432 140720981305965 140720981308764 140720981308764 140720981311439 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88604 KiB

[startup+1.5014 s]
/proc/loadavg: 1.87 1.36 1.34 3/215 26895
/proc/meminfo: memFree=27792804/32770624 swapFree=67030652/67108860
[pid=26829] ppid=26826 vsize=11000140 memory=178320 CPUtime=2.25 cores=1,3,5,7
/proc/26829/stat : 26829 (java) S 26826 26829 25256 0 -1 1077944320 24085 12849 0 0 207 10 5 3 20 0 15 0 227595859 11264143360 44580 33554432000 4194304 4196468 140720981297376 140720981279920 139883254783735 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 25362432 140720981305965 140720981308764 140720981308764 140720981311439 0
/proc/26829/statm: 2750035 44580 3465 1 0 2711693 0
[pid=26829/tid=26882] ppid=26826 vsize=11000140 memory=65000 CPUtime=1.43 cores=1,3,5,7
/proc/26829/task/26882/stat : 26882 (java) R 26826 26829 25256 0 -1 4202560 17983 12849 0 0 129 6 5 3 20 0 15 0 227595868 11264143360 44580 33554432000 4194304 4196468 140720981297376 139883226592784 139883240153643 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 25362432 140720981305965 140720981308764 140720981308764 140720981311439 0
[pid=26829/tid=26883] ppid=26826 vsize=11000140 memory=6791534058613427641 CPUtime=0.09 cores=1,3,5,7
/proc/26829/task/26883/stat : 26883 (java) S 26826 26829 25256 0 -1 1077944384 67 12849 0 0 1 0 5 3 20 0 15 0 227595869 11264143360 44580 33554432000 4194304 4196468 140720981297376 139883259025936 139883254793941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25362432 140720981305965 140720981308764 140720981308764 140720981311439 0
[pid=26829/tid=26884] ppid=26826 vsize=11000140 memory=280725773672608 CPUtime=0.09 cores=1,3,5,7
/proc/26829/task/26884/stat : 26884 (java) S 26826 26829 25256 0 -1 1077944384 21 12849 0 0 1 0 5 3 20 0 15 0 227595869 11264143360 44580 33554432000 4194304 4196468 140720981297376 139883129674384 139883254793941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25362432 140720981305965 140720981308764 140720981308764 140720981311439 0
[pid=26829/tid=26885] ppid=26826 vsize=11000140 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/26829/task/26885/stat : 26885 (java) S 26826 26829 25256 0 -1 1077944384 298 12849 0 0 1 0 5 3 20 0 15 0 227595869 11264143360 44580 33554432000 4194304 4196468 140720981297376 139883128621328 139883254793941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25362432 140720981305965 140720981308764 140720981308764 140720981311439 0
[pid=26829/tid=26886] ppid=26826 vsize=11000140 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26829/task/26886/stat : 26886 (java) S 26826 26829 25256 0 -1 1077944384 32 12849 0 0 0 0 5 3 20 0 15 0 227595869 11264143360 44580 33554432000 4194304 4196468 140720981297376 139883127568784 139883254793941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25362432 140720981305965 140720981308764 140720981308764 140720981311439 0
[pid=26829/tid=26887] ppid=26826 vsize=11000140 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/26829/task/26887/stat : 26887 (java) S 26826 26829 25256 0 -1 1077944384 50 12849 0 0 1 0 5 3 20 0 15 0 227595870 11264143360 44580 33554432000 4194304 4196468 140720981297376 139882680572656 139883254794882 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25362432 140720981305965 140720981308764 140720981308764 140720981311439 0
[pid=26829/tid=26888] ppid=26826 vsize=11000140 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26829/task/26888/stat : 26888 (java) S 26826 26829 25256 0 -1 1077944384 13 12849 0 0 0 0 5 3 20 0 15 0 227595871 11264143360 44580 33554432000 4194304 4196468 140720981297376 139882118768352 139883254793941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25362432 140720981305965 140720981308764 140720981308764 140720981311439 0
[pid=26829/tid=26889] ppid=26826 vsize=11000140 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26829/task/26889/stat : 26889 (java) S 26826 26829 25256 0 -1 1077944384 2 12849 0 0 0 0 5 3 20 0 15 0 227595871 11264143360 44580 33554432000 4194304 4196468 140720981297376 139881917441280 139883254793941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25362432 140720981305965 140720981308764 140720981308764 140720981311439 0
[pid=26829/tid=26890] ppid=26826 vsize=11000140 memory=-2746958450906831424 CPUtime=0.08 cores=1,3,5,7
/proc/26829/task/26890/stat : 26890 (java) S 26826 26829 25256 0 -1 1077944384 3 12849 0 0 0 0 5 3 20 0 15 0 227595874 11264143360 44580 33554432000 4194304 4196468 140720981297376 139881610041808 139883254802331 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25362432 140720981305965 140720981308764 140720981308764 140720981311439 0
[pid=26829/tid=26891] ppid=26826 vsize=11000140 memory=0 CPUtime=0.29 cores=1,3,5,7
/proc/26829/task/26891/stat : 26891 (java) S 26826 26829 25256 0 -1 1077944384 1357 12849 0 0 21 0 5 3 20 0 15 0 227595874 11264143360 44580 33554432000 4194304 4196468 140720981297376 139882679519472 139883254794882 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25362432 140720981305965 140720981308764 140720981308764 140720981311439 0
[pid=26829/tid=26892] ppid=26826 vsize=11000140 memory=10 CPUtime=0.28 cores=1,3,5,7
/proc/26829/task/26892/stat : 26892 (java) S 26826 26829 25256 0 -1 1077944384 962 12849 0 0 20 0 5 3 20 0 15 0 227595874 11264143360 44580 33554432000 4194304 4196468 140720981297376 139882678466928 139883254794882 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25362432 140720981305965 140720981308764 140720981308764 140720981311439 0
[pid=26829/tid=26893] ppid=26826 vsize=11000140 memory=6791534058613427641 CPUtime=0.37 cores=1,3,5,7
/proc/26829/task/26893/stat : 26893 (java) S 26826 26829 25256 0 -1 1077944384 1100 12849 0 0 29 0 5 3 20 0 15 0 227595874 11264143360 44580 33554432000 4194304 4196468 140720981297376 139882677413872 139883254794882 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25362432 140720981305965 140720981308764 140720981308764 140720981311439 0
[pid=26829/tid=26894] ppid=26826 vsize=11000140 memory=4638778398332698720 CPUtime=0.08 cores=1,3,5,7
/proc/26829/task/26894/stat : 26894 (java) S 26826 26829 25256 0 -1 1077944384 3 12849 0 0 0 0 5 3 20 0 15 0 227595874 11264143360 44580 33554432000 4194304 4196468 140720981297376 139881179244896 139883254793941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25362432 140720981305965 140720981308764 140720981308764 140720981311439 0
[pid=26829/tid=26895] ppid=26826 vsize=11000140 memory=280725773917120 CPUtime=0.08 cores=1,3,5,7
/proc/26829/task/26895/stat : 26895 (java) S 26826 26829 25256 0 -1 1077944384 1 12849 0 0 0 0 5 3 20 0 15 0 227595874 11264143360 44580 33554432000 4194304 4196468 140720981297376 139882676362288 139883254794882 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25362432 140720981305965 140720981308764 140720981308764 140720981311439 0
Current children cumulated CPU time: 2.25 s
Current children cumulated vsize: 11000140 KiB
Current children cumulated memory: 178320 KiB

[startup+3.11735 s]
/proc/loadavg: 1.80 1.36 1.34 4/215 26895
/proc/meminfo: memFree=27636824/32770624 swapFree=67030652/67108860
[pid=26829] ppid=26826 vsize=11010400 memory=267400 CPUtime=6.04 cores=1,3,5,7
/proc/26829/stat : 26829 (java) S 26826 26829 25256 0 -1 1077944320 38863 12849 0 0 581 15 5 3 20 0 15 0 227595859 11274649600 66850 33554432000 4194304 4196468 140720981297376 140720981279920 139883254783735 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 25362432 140720981305965 140720981308764 140720981308764 140720981311439 0
/proc/26829/statm: 2752600 66850 3493 1 0 2714253 0
[pid=26829/tid=26882] ppid=26826 vsize=11010400 memory=8 CPUtime=3 cores=1,3,5,7
/proc/26829/task/26882/stat : 26882 (java) R 26826 26829 25256 0 -1 4202560 26889 12849 0 0 283 9 5 3 20 0 15 0 227595868 11274649600 66850 33554432000 4194304 4196468 140720981297376 139883226614696 139883237959319 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 25362432 140720981305965 140720981308764 140720981308764 140720981311439 0
[pid=26829/tid=26883] ppid=26826 vsize=11010400 memory=224708 CPUtime=0.11 cores=1,3,5,7
/proc/26829/task/26883/stat : 26883 (java) S 26826 26829 25256 0 -1 1077944384 75 12849 0 0 3 0 5 3 20 0 15 0 227595869 11274649600 66850 33554432000 4194304 4196468 140720981297376 139883259025936 139883254793941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25362432 140720981305965 140720981308764 140720981308764 140720981311439 0
[pid=26829/tid=26884] ppid=26826 vsize=11010400 memory=3544 CPUtime=0.11 cores=1,3,5,7
/proc/26829/task/26884/stat : 26884 (java) S 26826 26829 25256 0 -1 1077944384 35 12849 0 0 3 0 5 3 20 0 15 0 227595869 11274649600 66850 33554432000 4194304 4196468 140720981297376 139883129674384 139883254793941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25362432 140720981305965 140720981308764 140720981308764 140720981311439 0
[pid=26829/tid=26885] ppid=26826 vsize=11010400 memory=59812 CPUtime=0.11 cores=1,3,5,7
/proc/26829/task/26885/stat : 26885 (java) S 26826 26829 25256 0 -1 1077944384 322 12849 0 0 3 0 5 3 20 0 15 0 227595869 11274649600 66850 33554432000 4194304 4196468 140720981297376 139883128621328 139883254793941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25362432 140720981305965 140720981308764 140720981308764 140720981311439 0
[pid=26829/tid=26886] ppid=26826 vsize=11010400 memory=776 CPUtime=0.1 cores=1,3,5,7
/proc/26829/task/26886/stat : 26886 (java) S 26826 26829 25256 0 -1 1077944384 50 12849 0 0 2 0 5 3 20 0 15 0 227595869 11274649600 66850 33554432000 4194304 4196468 140720981297376 139883127568784 139883254793941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25362432 140720981305965 140720981308764 140720981308764 140720981311439 0
[pid=26829/tid=26887] ppid=26826 vsize=11010400 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/26829/task/26887/stat : 26887 (java) S 26826 26829 25256 0 -1 1077944384 386 12849 0 0 3 0 5 3 20 0 15 0 227595870 11274649600 66850 33554432000 4194304 4196468 140720981297376 139882680572656 139883254794882 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25362432 140720981305965 140720981308764 140720981308764 140720981311439 0
[pid=26829/tid=26888] ppid=26826 vsize=11010400 memory=-3472574513799858009 CPUtime=0.08 cores=1,3,5,7
/proc/26829/task/26888/stat : 26888 (java) S 26826 26829 25256 0 -1 1077944384 13 12849 0 0 0 0 5 3 20 0 15 0 227595871 11274649600 66850 33554432000 4194304 4196468 140720981297376 139882118768352 139883254793941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25362432 140720981305965 140720981308764 140720981308764 140720981311439 0
[pid=26829/tid=26889] ppid=26826 vsize=11010400 memory=6944652177228980320 CPUtime=0.08 cores=1,3,5,7
/proc/26829/task/26889/stat : 26889 (java) S 26826 26829 25256 0 -1 1077944384 2 12849 0 0 0 0 5 3 20 0 15 0 227595871 11274649600 66850 33554432000 4194304 4196468 140720981297376 139881917441280 139883254793941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25362432 140720981305965 140720981308764 140720981308764 140720981311439 0
[pid=26829/tid=26890] ppid=26826 vsize=11010400 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26829/task/26890/stat : 26890 (java) S 26826 26829 25256 0 -1 1077944384 3 12849 0 0 0 0 5 3 20 0 15 0 227595874 11274649600 66850 33554432000 4194304 4196468 140720981297376 139881610041808 139883254802331 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25362432 140720981305965 140720981308764 140720981308764 140720981311439 0
[pid=26829/tid=26891] ppid=26826 vsize=11010400 memory=0 CPUtime=1.1 cores=1,3,5,7
/proc/26829/task/26891/stat : 26891 (java) S 26826 26829 25256 0 -1 1077944384 3987 12849 0 0 101 1 5 3 20 0 15 0 227595874 11274649600 66850 33554432000 4194304 4196468 140720981297376 139882679519472 139883254794882 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25362432 140720981305965 140720981308764 140720981308764 140720981311439 0
[pid=26829/tid=26892] ppid=26826 vsize=11010400 memory=3467964990766536768 CPUtime=0.85 cores=1,3,5,7
/proc/26829/task/26892/stat : 26892 (java) S 26826 26829 25256 0 -1 1077944384 1694 12849 0 0 77 0 5 3 20 0 15 0 227595874 11274649600 66850 33554432000 4194304 4196468 140720981297376 139882678466928 139883254794882 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25362432 140720981305965 140720981308764 140720981308764 140720981311439 0
[pid=26829/tid=26893] ppid=26826 vsize=11010400 memory=56 CPUtime=1.1 cores=1,3,5,7
/proc/26829/task/26893/stat : 26893 (java) R 26826 26829 25256 0 -1 4202560 3210 12849 0 0 101 1 5 3 20 0 15 0 227595874 11274649600 66850 33554432000 4194304 4196468 140720981297376 139882677410808 139883236193417 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25362432 140720981305965 140720981308764 140720981308764 140720981311439 0
[pid=26829/tid=26894] ppid=26826 vsize=11010400 memory=3470692292451393600 CPUtime=0.08 cores=1,3,5,7
/proc/26829/task/26894/stat : 26894 (java) S 26826 26829 25256 0 -1 1077944384 3 12849 0 0 0 0 5 3 20 0 15 0 227595874 11274649600 66850 33554432000 4194304 4196468 140720981297376 139881179244896 139883254793941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25362432 140720981305965 140720981308764 140720981308764 140720981311439 0
[pid=26829/tid=26895] ppid=26826 vsize=11010400 memory=4638778398332698720 CPUtime=0.08 cores=1,3,5,7
/proc/26829/task/26895/stat : 26895 (java) S 26826 26829 25256 0 -1 1077944384 1 12849 0 0 0 0 5 3 20 0 15 0 227595874 11274649600 66850 33554432000 4194304 4196468 140720981297376 139882676362288 139883254794882 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25362432 140720981305965 140720981308764 140720981308764 140720981311439 0
Current children cumulated CPU time: 6.04 s
Current children cumulated vsize: 11010400 KiB
Current children cumulated memory: 267400 KiB

[startup+3.91327 s]
# the end of solver process 26829 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=7.79141 s, system=0.240694 s

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

[startup+3.4204 s]
/proc/loadavg: 1.80 1.36 1.34 4/215 26895
/proc/meminfo: memFree=27636824/32770624 swapFree=67030652/67108860
[pid=26829] ppid=26826 vsize=11012448 memory=272792 CPUtime=6.88 cores=1,3,5,7
/proc/26829/stat : 26829 (java) S 26826 26829 25256 0 -1 1077944320 50743 12849 0 0 663 17 5 3 20 0 15 0 227595859 11276746752 68198 33554432000 4194304 4196468 140720981297376 140720981279920 139883254783735 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 25362432 140720981305965 140720981308764 140720981308764 140720981311439 0
/proc/26829/statm: 2753112 68198 3498 1 0 2714765 0
[pid=26829/tid=26882] ppid=26826 vsize=11012448 memory=6525018278055845907 CPUtime=3.31 cores=1,3,5,7
/proc/26829/task/26882/stat : 26882 (java) R 26826 26829 25256 0 -1 4202560 33188 12849 0 0 313 10 5 3 20 0 15 0 227595868 11276746752 68198 33554432000 4194304 4196468 140720981297376 139883226610424 139883236677880 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 25362432 140720981305965 140720981308764 140720981308764 140720981311439 0
[pid=26829/tid=26883] ppid=26826 vsize=11012448 memory=4640467248192962658 CPUtime=0.11 cores=1,3,5,7
/proc/26829/task/26883/stat : 26883 (java) S 26826 26829 25256 0 -1 1077944384 75 12849 0 0 3 0 5 3 20 0 15 0 227595869 11276746752 68198 33554432000 4194304 4196468 140720981297376 139883259025936 139883254793941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25362432 140720981305965 140720981308764 140720981308764 140720981311439 0
[pid=26829/tid=26884] ppid=26826 vsize=11012448 memory=2319389199166351968 CPUtime=0.11 cores=1,3,5,7
/proc/26829/task/26884/stat : 26884 (java) S 26826 26829 25256 0 -1 1077944384 35 12849 0 0 3 0 5 3 20 0 15 0 227595869 11276746752 68198 33554432000 4194304 4196468 140720981297376 139883129674384 139883254793941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25362432 140720981305965 140720981308764 140720981308764 140720981311439 0
[pid=26829/tid=26885] ppid=26826 vsize=11012448 memory=5795117241467496816 CPUtime=0.11 cores=1,3,5,7
/proc/26829/task/26885/stat : 26885 (java) S 26826 26829 25256 0 -1 1077944384 322 12849 0 0 3 0 5 3 20 0 15 0 227595869 11276746752 68198 33554432000 4194304 4196468 140720981297376 139883128621328 139883254793941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25362432 140720981305965 140720981308764 140720981308764 140720981311439 0
[pid=26829/tid=26886] ppid=26826 vsize=11012448 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/26829/task/26886/stat : 26886 (java) S 26826 26829 25256 0 -1 1077944384 50 12849 0 0 2 0 5 3 20 0 15 0 227595869 11276746752 68198 33554432000 4194304 4196468 140720981297376 139883127568784 139883254793941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25362432 140720981305965 140720981308764 140720981308764 140720981311439 0
[pid=26829/tid=26887] ppid=26826 vsize=11012448 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/26829/task/26887/stat : 26887 (java) S 26826 26829 25256 0 -1 1077944384 438 12849 0 0 3 0 5 3 20 0 15 0 227595870 11276746752 68198 33554432000 4194304 4196468 140720981297376 139882680572656 139883254794882 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25362432 140720981305965 140720981308764 140720981308764 140720981311439 0
[pid=26829/tid=26888] ppid=26826 vsize=11012448 memory=2241 CPUtime=0.08 cores=1,3,5,7
/proc/26829/task/26888/stat : 26888 (java) S 26826 26829 25256 0 -1 1077944384 13 12849 0 0 0 0 5 3 20 0 15 0 227595871 11276746752 68198 33554432000 4194304 4196468 140720981297376 139882118768352 139883254793941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25362432 140720981305965 140720981308764 140720981308764 140720981311439 0
[pid=26829/tid=26889] ppid=26826 vsize=11012448 memory=2244 CPUtime=0.08 cores=1,3,5,7
/proc/26829/task/26889/stat : 26889 (java) S 26826 26829 25256 0 -1 1077944384 2 12849 0 0 0 0 5 3 20 0 15 0 227595871 11276746752 68198 33554432000 4194304 4196468 140720981297376 139881917441280 139883254793941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25362432 140720981305965 140720981308764 140720981308764 140720981311439 0
[pid=26829/tid=26890] ppid=26826 vsize=11012448 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26829/task/26890/stat : 26890 (java) S 26826 26829 25256 0 -1 1077944384 3 12849 0 0 0 0 5 3 20 0 15 0 227595874 11276746752 68198 33554432000 4194304 4196468 140720981297376 139881610041808 139883254802331 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25362432 140720981305965 140720981308764 140720981308764 140720981311439 0
[pid=26829/tid=26891] ppid=26826 vsize=11012448 memory=0 CPUtime=1.32 cores=1,3,5,7
/proc/26829/task/26891/stat : 26891 (java) R 26826 26829 25256 0 -1 4202560 5286 12849 0 0 123 1 5 3 20 0 15 0 227595874 11276746752 68198 33554432000 4194304 4196468 140720981297376 139882679500896 139883240798065 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25362432 140720981305965 140720981308764 140720981308764 140720981311439 0
[pid=26829/tid=26892] ppid=26826 vsize=11012448 memory=0 CPUtime=1.03 cores=1,3,5,7
/proc/26829/task/26892/stat : 26892 (java) S 26826 26829 25256 0 -1 1077944384 2430 12849 0 0 95 0 5 3 20 0 15 0 227595874 11276746752 68198 33554432000 4194304 4196468 140720981297376 139882678466928 139883254794882 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25362432 140720981305965 140720981308764 140720981308764 140720981311439 0
[pid=26829/tid=26893] ppid=26826 vsize=11012448 memory=0 CPUtime=1.23 cores=1,3,5,7
/proc/26829/task/26893/stat : 26893 (java) S 26826 26829 25256 0 -1 1077944384 6697 12849 0 0 114 1 5 3 20 0 15 0 227595874 11276746752 68198 33554432000 4194304 4196468 140720981297376 139882677413872 139883254794882 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25362432 140720981305965 140720981308764 140720981308764 140720981311439 0
[pid=26829/tid=26894] ppid=26826 vsize=11012448 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26829/task/26894/stat : 26894 (java) S 26826 26829 25256 0 -1 1077944384 3 12849 0 0 0 0 5 3 20 0 15 0 227595874 11276746752 68198 33554432000 4194304 4196468 140720981297376 139881179244896 139883254793941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25362432 140720981305965 140720981308764 140720981308764 140720981311439 0
[pid=26829/tid=26895] ppid=26826 vsize=11012448 memory=245 CPUtime=0.08 cores=1,3,5,7
/proc/26829/task/26895/stat : 26895 (java) S 26826 26829 25256 0 -1 1077944384 8 12849 0 0 0 0 5 3 20 0 15 0 227595874 11276746752 68198 33554432000 4194304 4196468 140720981297376 139882676362288 139883254794882 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25362432 140720981305965 140720981308764 140720981308764 140720981311439 0
Current children cumulated CPU time: 6.88 s
Current children cumulated vsize: 11012448 KiB
Current children cumulated memory: 272792 KiB

[startup+3.80735 s]
/proc/loadavg: 1.80 1.36 1.34 4/215 26895
/proc/meminfo: memFree=27636824/32770624 swapFree=67030652/67108860
[pid=26829] ppid=26826 vsize=11082804 memory=318112 CPUtime=7.86 cores=1,3,5,7
/proc/26829/stat : 26829 (java) S 26826 26829 25256 0 -1 1077944320 69976 12849 0 0 759 19 5 3 20 0 15 0 227595859 11348791296 79528 33554432000 4194304 4196468 140720981297376 140720981279920 139883254783735 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 25362432 140720981305965 140720981308764 140720981308764 140720981311439 0
/proc/26829/statm: 2770701 79528 3498 1 0 2732354 0
[pid=26829/tid=26882] ppid=26826 vsize=11082804 memory=1876 CPUtime=3.69 cores=1,3,5,7
/proc/26829/task/26882/stat : 26882 (java) R 26826 26829 25256 0 -1 4202560 48603 12849 0 0 350 11 5 3 20 0 15 0 227595868 11348791296 79528 33554432000 4194304 4196468 140720981297376 139883226603376 139882808147267 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 25362432 140720981305965 140720981308764 140720981308764 140720981311439 0
[pid=26829/tid=26883] ppid=26826 vsize=11082804 memory=1396 CPUtime=0.11 cores=1,3,5,7
/proc/26829/task/26883/stat : 26883 (java) S 26826 26829 25256 0 -1 1077944384 75 12849 0 0 3 0 5 3 20 0 15 0 227595869 11348791296 79528 33554432000 4194304 4196468 140720981297376 139883259025936 139883254793941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25362432 140720981305965 140720981308764 140720981308764 140720981311439 0
[pid=26829/tid=26884] ppid=26826 vsize=11082804 memory=1684 CPUtime=0.11 cores=1,3,5,7
/proc/26829/task/26884/stat : 26884 (java) S 26826 26829 25256 0 -1 1077944384 35 12849 0 0 3 0 5 3 20 0 15 0 227595869 11348791296 79528 33554432000 4194304 4196468 140720981297376 139883129674384 139883254793941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25362432 140720981305965 140720981308764 140720981308764 140720981311439 0
[pid=26829/tid=26885] ppid=26826 vsize=11082804 memory=768 CPUtime=0.11 cores=1,3,5,7
/proc/26829/task/26885/stat : 26885 (java) S 26826 26829 25256 0 -1 1077944384 322 12849 0 0 3 0 5 3 20 0 15 0 227595869 11348791296 79528 33554432000 4194304 4196468 140720981297376 139883128621328 139883254793941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25362432 140720981305965 140720981308764 140720981308764 140720981311439 0
[pid=26829/tid=26886] ppid=26826 vsize=11082804 memory=5264 CPUtime=0.1 cores=1,3,5,7
/proc/26829/task/26886/stat : 26886 (java) S 26826 26829 25256 0 -1 1077944384 50 12849 0 0 2 0 5 3 20 0 15 0 227595869 11348791296 79528 33554432000 4194304 4196468 140720981297376 139883127568784 139883254793941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25362432 140720981305965 140720981308764 140720981308764 140720981311439 0
[pid=26829/tid=26887] ppid=26826 vsize=11082804 memory=11068 CPUtime=0.11 cores=1,3,5,7
/proc/26829/task/26887/stat : 26887 (java) S 26826 26829 25256 0 -1 1077944384 438 12849 0 0 3 0 5 3 20 0 15 0 227595870 11348791296 79528 33554432000 4194304 4196468 140720981297376 139882680572656 139883254794882 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25362432 140720981305965 140720981308764 140720981308764 140720981311439 0
[pid=26829/tid=26888] ppid=26826 vsize=11082804 memory=1192 CPUtime=0.08 cores=1,3,5,7
/proc/26829/task/26888/stat : 26888 (java) S 26826 26829 25256 0 -1 1077944384 13 12849 0 0 0 0 5 3 20 0 15 0 227595871 11348791296 79528 33554432000 4194304 4196468 140720981297376 139882118768352 139883254793941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25362432 140720981305965 140720981308764 140720981308764 140720981311439 0
[pid=26829/tid=26889] ppid=26826 vsize=11082804 memory=280725774187776 CPUtime=0.08 cores=1,3,5,7
/proc/26829/task/26889/stat : 26889 (java) S 26826 26829 25256 0 -1 1077944384 2 12849 0 0 0 0 5 3 20 0 15 0 227595871 11348791296 79528 33554432000 4194304 4196468 140720981297376 139881917441280 139883254793941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25362432 140720981305965 140720981308764 140720981308764 140720981311439 0
[pid=26829/tid=26890] ppid=26826 vsize=11082804 memory=7595440001688102255 CPUtime=0.08 cores=1,3,5,7
/proc/26829/task/26890/stat : 26890 (java) S 26826 26829 25256 0 -1 1077944384 3 12849 0 0 0 0 5 3 20 0 15 0 227595874 11348791296 79528 33554432000 4194304 4196468 140720981297376 139881610041808 139883254802331 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25362432 140720981305965 140720981308764 140720981308764 140720981311439 0
[pid=26829/tid=26891] ppid=26826 vsize=11082804 memory=7524512692651257697 CPUtime=1.7 cores=1,3,5,7
/proc/26829/task/26891/stat : 26891 (java) R 26826 26829 25256 0 -1 4202560 8664 12849 0 0 161 1 5 3 20 0 15 0 227595874 11348791296 79528 33554432000 4194304 4196468 140720981297376 139882679505496 139883236327863 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25362432 140720981305965 140720981308764 140720981308764 140720981311439 0
[pid=26829/tid=26892] ppid=26826 vsize=11082804 memory=0 CPUtime=1.11 cores=1,3,5,7
/proc/26829/task/26892/stat : 26892 (java) S 26826 26829 25256 0 -1 1077944384 2561 12849 0 0 103 0 5 3 20 0 15 0 227595874 11348791296 79528 33554432000 4194304 4196468 140720981297376 139882678466928 139883254794882 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25362432 140720981305965 140720981308764 140720981308764 140720981311439 0
[pid=26829/tid=26893] ppid=26826 vsize=11082804 memory=8259212075158705020 CPUtime=1.36 cores=1,3,5,7
/proc/26829/task/26893/stat : 26893 (java) R 26826 26829 25256 0 -1 4202560 7012 12849 0 0 126 2 5 3 20 0 15 0 227595874 11348791296 79528 33554432000 4194304 4196468 140720981297376 139882677414000 139883247880571 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25362432 140720981305965 140720981308764 140720981308764 140720981311439 0
[pid=26829/tid=26894] ppid=26826 vsize=11082804 memory=-8412656558948453747 CPUtime=0.08 cores=1,3,5,7
/proc/26829/task/26894/stat : 26894 (java) S 26826 26829 25256 0 -1 1077944384 3 12849 0 0 0 0 5 3 20 0 15 0 227595874 11348791296 79528 33554432000 4194304 4196468 140720981297376 139881179244896 139883254793941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25362432 140720981305965 140720981308764 140720981308764 140720981311439 0
[pid=26829/tid=26895] ppid=26826 vsize=11082804 memory=6656426216303648864 CPUtime=0.08 cores=1,3,5,7
/proc/26829/task/26895/stat : 26895 (java) S 26826 26829 25256 0 -1 1077944384 8 12849 0 0 0 0 5 3 20 0 15 0 227595874 11348791296 79528 33554432000 4194304 4196468 140720981297376 139882676362288 139883254794882 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25362432 140720981305965 140720981308764 140720981308764 140720981311439 0
Current children cumulated CPU time: 7.86 s
Current children cumulated vsize: 11082804 KiB
Current children cumulated memory: 318112 KiB

Child status: 0
Real time (s): 3.91332
CPU time (s): 8.0321
CPU user time (s): 7.79141
CPU system time (s): 0.240694
CPU usage (%): 205.25
Max. virtual memory (cumulated for all children) (KiB): 11082804
Max. memory (cumulated for all children) (KiB): 318112

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.79141
system time used= 0.240694
maximum resident set size= 320916
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 83897
page faults= 0
swaps= 0
block input operations= 0
block output operations= 184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6136
involuntary context switches= 37


# summary of solver processes directly reported to runsolver:
#   pid: 26829
#   total CPU time (s): 8.0321
#   total CPU user time (s): 7.79141
#   total CPU system time (s): 0.240694

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.04273 second user time and 0.077123 second system time

The end

Launcher Data

Begin job on node102 at 2018-08-12 20:58:47
IDJOB=4304525
IDBENCH=141360
IDSOLVER=2780
FILE ID=node102/4304525-1534100327
RUNJOBID= node102-1534095354-25288
PBS_JOBID= 21036992
Free space on /tmp= 38448 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/TemplateDesign/TemplateDesign-m2-1_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4304525-1534100327/watcher-4304525-1534100327 -o /tmp/evaluation-result-4304525-1534100327/solver-4304525-1534100327 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1534095354-25288 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=900125072 HOME/instance-4304525-1534100327.xml

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

MD5SUM BENCH= 03e8a75034815332807f603ddfd28107
RANDOM SEED=900125072

node102.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        27892224 kB
MemAvailable:   30855472 kB
Buffers:          140940 kB
Cached:          3070240 kB
SwapCached:        51252 kB
Active:          2671512 kB
Inactive:        1642392 kB
Active(anon):    1027112 kB
Inactive(anon):   126912 kB
Active(file):    1644400 kB
Inactive(file):  1515480 kB
Unevictable:        7360 kB
Mlocked:            7360 kB
SwapTotal:      67108860 kB
SwapFree:       67030652 kB
Dirty:             27272 kB
Writeback:             0 kB
AnonPages:       1058888 kB
Mapped:            63228 kB
Shmem:             48976 kB
Slab:             260980 kB
SReclaimable:     231828 kB
SUnreclaim:        29152 kB
KernelStack:        3808 kB
PageTables:         7136 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2245040 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    901120 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 38424 MiB
End job on node102 at 2018-08-12 20:58:51