Trace number 4302467

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 7.80334 3.86957

General information on the benchmark

NameTemplateDesign/
TemplateDesign-m1-1_c18.xml
MD5SUM3db83836fd15e943f67e7808e5ced101
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.22149
Satisfiable
(Un)Satisfiability was proved
Number of variables24
Number of constraints22
Number of domains6
Minimum domain size2
Maximum domain size880
Distribution of domain sizes[{"size":2,"count":3},{"size":5,"count":9},{"size":275,"count":3},{"size":550,"count":3},{"size":801,"count":3},{"size":880,"count":3}]
Minimum variable degree2
Maximum variable degree5
Distribution of variable degrees[{"degree":2,"count":15},{"degree":3,"count":6},{"degree":5,"count":3}]
Minimum constraint arity2
Maximum constraint arity3
Distribution of constraint arities[{"arity":2,"count":6},{"arity":3,"count":16}]
Number of extensional constraints0
Number of intensional constraints15
Distribution of constraint types[{"type":"intension","count":15},{"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.66/3.82	o 2
7.66/3.83	v <instantiation cost="2">
7.66/3.83	v       <list>
7.66/3.83	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] nptv[0][0] nptv[0][1] nptv[0][2] nptv[1][0] nptv[1][1] nptv[1][2] nptv[2][0] nptv[2][1] nptv[2][2]
7.66/3.83	v       </list>
7.66/3.83	v       <values>
7.66/3.83	v         0 1 3 2 2 0 4 0 0 254 119 0 1 1 0 0 254 762 238 238 0 0 0 0
7.66/3.83	v       </values>
7.66/3.83	v     </instantiation>
7.66/3.83	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 (11514 MiB free)
  memory of node 1: 16384 MiB (14047 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302467-1532897034/watcher-4302467-1532897034 -o /tmp/evaluation-result-4302467-1532897034/solver-4302467-1532897034 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node137-1532893235-14550 --watchdog 312 bin/xcsp-3-concrete -J-Xss64M -randomseed=1403666646 HOME/instance-4302467-1532897034.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 282 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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=20181, runsolver pid=20178
Current StackSize limit: 8192 KiB


[startup+0.100132 s]*
/proc/loadavg: 1.86 2.06 1.97 3/206 20238
/proc/meminfo: memFree=26109948/32770624 swapFree=67108436/67108860
[pid=20181] ppid=20178 vsize=10005480 memory=17080 CPUtime=0.08 cores=1,3,5,7
/proc/20181/stat : 20181 (java) S 20178 20181 9814 0 -1 1077944320 4429 12853 0 0 1 0 5 2 20 0 6 0 107266608 10245611520 4270 33554432000 4194304 4196468 140728423211680 140728423194224 140544406462199 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 11792384 140728423217777 140728423220577 140728423220577 140728423223247 0
/proc/20181/statm: 2501370 4270 1935 1 0 2489808 0
[pid=20181/tid=20234] ppid=20178 vsize=10005480 memory=4279135703913364878 CPUtime=0.08 cores=1,3,5,7
/proc/20181/task/20234/stat : 20234 (java) R 20178 20181 9814 0 -1 4202560 2267 12853 0 0 1 0 5 2 20 0 6 0 107266616 10245611520 4336 33554432000 4194304 4196468 140728423211680 140544378298960 140544391774201 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11792384 140728423217777 140728423220577 140728423220577 140728423223247 0
[pid=20181/tid=20235] ppid=20178 vsize=10005480 memory=8257237230052613020 CPUtime=0.07 cores=1,3,5,7
/proc/20181/task/20235/stat : 20235 (java) S 20178 20181 9814 0 -1 1077944384 1 12853 0 0 0 0 5 2 20 0 6 0 107266617 10245611520 4336 33554432000 4194304 4196468 140728423211680 140544410704400 140544406472405 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11792384 140728423217777 140728423220577 140728423220577 140728423223247 0
[pid=20181/tid=20236] ppid=20178 vsize=10005480 memory=139833773803136 CPUtime=0.07 cores=1,3,5,7
/proc/20181/task/20236/stat : 20236 (java) S 20178 20181 9814 0 -1 1077944384 1 12853 0 0 0 0 5 2 20 0 6 0 107266617 10245611520 4336 33554432000 4194304 4196468 140728423211680 140544291969680 140544406472405 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11792384 140728423217777 140728423220577 140728423220577 140728423223247 0
[pid=20181/tid=20237] ppid=20178 vsize=10005480 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20181/task/20237/stat : 20237 (java) S 20178 20181 9814 0 -1 1077944384 1 12853 0 0 0 0 5 2 20 0 6 0 107266617 10245611520 4336 33554432000 4194304 4196468 140728423211680 140544290916624 140544406472405 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11792384 140728423217777 140728423220577 140728423220577 140728423223247 0
[pid=20181/tid=20238] ppid=20178 vsize=10005480 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/20181/task/20238/stat : 20238 (java) S 20178 20181 9814 0 -1 1077944384 2 12853 0 0 0 0 5 2 20 0 6 0 107266617 10245611520 4336 33554432000 4194304 4196468 140728423211680 140544289864080 140544406472405 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11792384 140728423217777 140728423220577 140728423220577 140728423223247 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 17080 KiB

[startup+0.209913 s]*
/proc/loadavg: 1.86 2.06 1.97 3/215 20247
/proc/meminfo: memFree=26089720/32770624 swapFree=67108436/67108860
[pid=20181] ppid=20178 vsize=10982744 memory=43380 CPUtime=0.25 cores=1,3,5,7
/proc/20181/stat : 20181 (java) S 20178 20181 9814 0 -1 1077944320 8119 12853 0 0 16 2 5 2 20 0 15 0 107266608 11246329856 10845 33554432000 4194304 4196468 140728423211680 140728423194224 140544406462199 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 11792384 140728423217777 140728423220577 140728423220577 140728423223247 0
/proc/20181/statm: 2745686 10845 2949 1 0 2708109 0
[pid=20181/tid=20234] ppid=20178 vsize=10985364 memory=7022364594140610616 CPUtime=0.18 cores=1,3,5,7
/proc/20181/task/20234/stat : 20234 (java) R 20178 20181 9814 0 -1 4202560 4954 12853 0 0 10 1 5 2 20 0 15 0 107266616 11249012736 11175 33554432000 4194304 4196468 140728423211680 140544378287008 140544399141917 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11792384 140728423217777 140728423220577 140728423220577 140728423223247 0
[pid=20181/tid=20235] ppid=20178 vsize=10985364 memory=345 CPUtime=0.07 cores=1,3,5,7
/proc/20181/task/20235/stat : 20235 (java) S 20178 20181 9814 0 -1 1077944384 1 12853 0 0 0 0 5 2 20 0 15 0 107266617 11249012736 11175 33554432000 4194304 4196468 140728423211680 140544410704400 140544406472405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11792384 140728423217777 140728423220577 140728423220577 140728423223247 0
[pid=20181/tid=20236] ppid=20178 vsize=10985364 memory=139833773822197 CPUtime=0.07 cores=1,3,5,7
/proc/20181/task/20236/stat : 20236 (java) S 20178 20181 9814 0 -1 1077944384 1 12853 0 0 0 0 5 2 20 0 15 0 107266617 11249012736 11175 33554432000 4194304 4196468 140728423211680 140544291969680 140544406472405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11792384 140728423217777 140728423220577 140728423220577 140728423223247 0
[pid=20181/tid=20237] ppid=20178 vsize=10985364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20181/task/20237/stat : 20237 (java) S 20178 20181 9814 0 -1 1077944384 1 12853 0 0 0 0 5 2 20 0 15 0 107266617 11249012736 11241 33554432000 4194304 4196468 140728423211680 140544290916624 140544406472405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11792384 140728423217777 140728423220577 140728423220577 140728423223247 0
[pid=20181/tid=20238] ppid=20178 vsize=10985364 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/20181/task/20238/stat : 20238 (java) S 20178 20181 9814 0 -1 1077944384 2 12853 0 0 0 0 5 2 20 0 15 0 107266617 11249012736 11241 33554432000 4194304 4196468 140728423211680 140544289864080 140544406472405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11792384 140728423217777 140728423220577 140728423220577 140728423223247 0
[pid=20181/tid=20239] ppid=20178 vsize=10985364 memory=139833773803136 CPUtime=0.07 cores=1,3,5,7
/proc/20181/task/20239/stat : 20239 (java) S 20178 20181 9814 0 -1 1077944384 2 12853 0 0 0 0 5 2 20 0 15 0 107266619 11249012736 11241 33554432000 4194304 4196468 140728423211680 140543442836208 140544406473346 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11792384 140728423217777 140728423220577 140728423220577 140728423223247 0
[pid=20181/tid=20240] ppid=20178 vsize=10985364 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/20181/task/20240/stat : 20240 (java) S 20178 20181 9814 0 -1 1077944384 13 12853 0 0 0 0 5 2 20 0 15 0 107266619 11249012736 11241 33554432000 4194304 4196468 140728423211680 140543208187552 140544406472405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11792384 140728423217777 140728423220577 140728423220577 140728423223247 0
[pid=20181/tid=20241] ppid=20178 vsize=10985364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20181/task/20241/stat : 20241 (java) S 20178 20181 9814 0 -1 1077944384 21 12853 0 0 0 0 5 2 20 0 15 0 107266619 11249012736 11307 33554432000 4194304 4196468 140728423211680 140543141074160 140544406472405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11792384 140728423217777 140728423220577 140728423220577 140728423223247 0
[pid=20181/tid=20242] ppid=20178 vsize=10985364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20181/task/20242/stat : 20242 (java) S 20178 20181 9814 0 -1 1077944384 3 12853 0 0 0 0 5 2 20 0 15 0 107266622 11249012736 11307 33554432000 4194304 4196468 140728423211680 140542833678800 140544406480795 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11792384 140728423217777 140728423220577 140728423220577 140728423223247 0
[pid=20181/tid=20243] ppid=20178 vsize=10985364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20181/task/20243/stat : 20243 (java) S 20178 20181 9814 0 -1 1077944384 429 12853 0 0 1 0 5 2 20 0 15 0 107266622 11249012736 11307 33554432000 4194304 4196468 140728423211680 140543441783024 140544406473346 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11792384 140728423217777 140728423220577 140728423220577 140728423223247 0
[pid=20181/tid=20244] ppid=20178 vsize=10985364 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/20181/task/20244/stat : 20244 (java) S 20178 20181 9814 0 -1 1077944384 190 12853 0 0 1 0 5 2 20 0 15 0 107266622 11249012736 11307 33554432000 4194304 4196468 140728423211680 140543440730480 140544406473346 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11792384 140728423217777 140728423220577 140728423220577 140728423223247 0
[pid=20181/tid=20245] ppid=20178 vsize=10985364 memory=139833773803136 CPUtime=0.1 cores=1,3,5,7
/proc/20181/task/20245/stat : 20245 (java) S 20178 20181 9814 0 -1 1077944384 606 12853 0 0 3 0 5 2 20 0 15 0 107266622 11249012736 11307 33554432000 4194304 4196468 140728423211680 140543439677424 140544406473346 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11792384 140728423217777 140728423220577 140728423220577 140728423223247 0
[pid=20181/tid=20246] ppid=20178 vsize=10985364 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/20181/task/20246/stat : 20246 (java) S 20178 20181 9814 0 -1 1077944384 3 12853 0 0 0 0 5 2 20 0 15 0 107266622 11249012736 11373 33554432000 4194304 4196468 140728423211680 140542402881888 140544406472405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11792384 140728423217777 140728423220577 140728423220577 140728423223247 0
[pid=20181/tid=20247] ppid=20178 vsize=10985364 memory=139833773803136 CPUtime=0.07 cores=1,3,5,7
/proc/20181/task/20247/stat : 20247 (java) S 20178 20181 9814 0 -1 1077944384 1 12853 0 0 0 0 5 2 20 0 15 0 107266622 11249012736 11373 33554432000 4194304 4196468 140728423211680 140543438625840 140544406473346 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11792384 140728423217777 140728423220577 140728423220577 140728423223247 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 43380 KiB

[startup+0.310327 s]*
/proc/loadavg: 1.86 2.06 1.97 3/215 20247
/proc/meminfo: memFree=26077812/32770624 swapFree=67108436/67108860
[pid=20181] ppid=20178 vsize=10983192 memory=54080 CPUtime=0.38 cores=1,3,5,7
/proc/20181/stat : 20181 (java) S 20178 20181 9814 0 -1 1077944320 10618 12853 0 0 28 3 5 2 20 0 15 0 107266608 11246788608 13520 33554432000 4194304 4196468 140728423211680 140728423194224 140544406462199 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 11792384 140728423217777 140728423220577 140728423220577 140728423223247 0
/proc/20181/statm: 2745798 13520 3068 1 0 2708109 0
[pid=20181/tid=20234] ppid=20178 vsize=10983192 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/20181/task/20234/stat : 20234 (java) R 20178 20181 9814 0 -1 4202560 7145 12853 0 0 19 2 5 2 20 0 15 0 107266616 11246788608 13520 33554432000 4194304 4196468 140728423211680 140544378274208 140544390542686 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11792384 140728423217777 140728423220577 140728423220577 140728423223247 0
[pid=20181/tid=20235] ppid=20178 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20181/task/20235/stat : 20235 (java) S 20178 20181 9814 0 -1 1077944384 1 12853 0 0 0 0 5 2 20 0 15 0 107266617 11246788608 13520 33554432000 4194304 4196468 140728423211680 140544410704400 140544406472405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11792384 140728423217777 140728423220577 140728423220577 140728423223247 0
[pid=20181/tid=20236] ppid=20178 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20181/task/20236/stat : 20236 (java) S 20178 20181 9814 0 -1 1077944384 1 12853 0 0 0 0 5 2 20 0 15 0 107266617 11246788608 13520 33554432000 4194304 4196468 140728423211680 140544291969680 140544406472405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11792384 140728423217777 140728423220577 140728423220577 140728423223247 0
[pid=20181/tid=20237] ppid=20178 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20181/task/20237/stat : 20237 (java) S 20178 20181 9814 0 -1 1077944384 1 12853 0 0 0 0 5 2 20 0 15 0 107266617 11246788608 13520 33554432000 4194304 4196468 140728423211680 140544290916624 140544406472405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11792384 140728423217777 140728423220577 140728423220577 140728423223247 0
[pid=20181/tid=20238] ppid=20178 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20181/task/20238/stat : 20238 (java) S 20178 20181 9814 0 -1 1077944384 2 12853 0 0 0 0 5 2 20 0 15 0 107266617 11246788608 13520 33554432000 4194304 4196468 140728423211680 140544289864080 140544406472405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11792384 140728423217777 140728423220577 140728423220577 140728423223247 0
[pid=20181/tid=20239] ppid=20178 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20181/task/20239/stat : 20239 (java) S 20178 20181 9814 0 -1 1077944384 2 12853 0 0 0 0 5 2 20 0 15 0 107266619 11246788608 13520 33554432000 4194304 4196468 140728423211680 140543442836208 140544406473346 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11792384 140728423217777 140728423220577 140728423220577 140728423223247 0
[pid=20181/tid=20240] ppid=20178 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/20181/task/20240/stat : 20240 (java) S 20178 20181 9814 0 -1 1077944384 13 12853 0 0 0 0 5 2 20 0 15 0 107266619 11246788608 13520 33554432000 4194304 4196468 140728423211680 140543208187552 140544406472405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11792384 140728423217777 140728423220577 140728423220577 140728423223247 0
[pid=20181/tid=20241] ppid=20178 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20181/task/20241/stat : 20241 (java) S 20178 20181 9814 0 -1 1077944384 21 12853 0 0 0 0 5 2 20 0 15 0 107266619 11246788608 13520 33554432000 4194304 4196468 140728423211680 140543141074160 140544406472405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11792384 140728423217777 140728423220577 140728423220577 140728423223247 0
[pid=20181/tid=20242] ppid=20178 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20181/task/20242/stat : 20242 (java) S 20178 20181 9814 0 -1 1077944384 3 12853 0 0 0 0 5 2 20 0 15 0 107266622 11246788608 13520 33554432000 4194304 4196468 140728423211680 140542833678800 140544406480795 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11792384 140728423217777 140728423220577 140728423220577 140728423223247 0
[pid=20181/tid=20243] ppid=20178 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20181/task/20243/stat : 20243 (java) S 20178 20181 9814 0 -1 1077944384 429 12853 0 0 1 0 5 2 20 0 15 0 107266622 11246788608 13520 33554432000 4194304 4196468 140728423211680 140543441783024 140544406473346 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11792384 140728423217777 140728423220577 140728423220577 140728423223247 0
[pid=20181/tid=20244] ppid=20178 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/20181/task/20244/stat : 20244 (java) R 20178 20181 9814 0 -1 1077944384 195 12853 0 0 1 0 5 2 20 0 15 0 107266622 11246788608 13520 33554432000 4194304 4196468 140728423211680 140543440730480 140544406473346 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11792384 140728423217777 140728423220577 140728423220577 140728423223247 0
[pid=20181/tid=20245] ppid=20178 vsize=10983192 memory=139833773803136 CPUtime=0.12 cores=1,3,5,7
/proc/20181/task/20245/stat : 20245 (java) S 20178 20181 9814 0 -1 1077944384 612 12853 0 0 5 0 5 2 20 0 15 0 107266622 11246788608 13520 33554432000 4194304 4196468 140728423211680 140543439677424 140544406473346 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11792384 140728423217777 140728423220577 140728423220577 140728423223247 0
[pid=20181/tid=20246] ppid=20178 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/20181/task/20246/stat : 20246 (java) S 20178 20181 9814 0 -1 1077944384 3 12853 0 0 0 0 5 2 20 0 15 0 107266622 11246788608 13520 33554432000 4194304 4196468 140728423211680 140542402881888 140544406472405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11792384 140728423217777 140728423220577 140728423220577 140728423223247 0
[pid=20181/tid=20247] ppid=20178 vsize=10983192 memory=139833773803136 CPUtime=0.07 cores=1,3,5,7
/proc/20181/task/20247/stat : 20247 (java) S 20178 20181 9814 0 -1 1077944384 1 12853 0 0 0 0 5 2 20 0 15 0 107266622 11246788608 13520 33554432000 4194304 4196468 140728423211680 140543438625840 140544406473346 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11792384 140728423217777 140728423220577 140728423220577 140728423223247 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 54080 KiB

[startup+0.700779 s]
/proc/loadavg: 1.86 2.06 1.97 3/215 20247
/proc/meminfo: memFree=26067392/32770624 swapFree=67108436/67108860
[pid=20181] ppid=20178 vsize=10983192 memory=86448 CPUtime=0.99 cores=1,3,5,7
/proc/20181/stat : 20181 (java) S 20178 20181 9814 0 -1 1077944320 16769 12853 0 0 87 5 5 2 20 0 15 0 107266608 11246788608 21612 33554432000 4194304 4196468 140728423211680 140728423194224 140544406462199 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 11792384 140728423217777 140728423220577 140728423220577 140728423223247 0
/proc/20181/statm: 2745798 21612 3238 1 0 2708109 0
[pid=20181/tid=20234] ppid=20178 vsize=10983192 memory=0 CPUtime=0.65 cores=1,3,5,7
/proc/20181/task/20234/stat : 20234 (java) R 20178 20181 9814 0 -1 4202560 12217 12853 0 0 55 3 5 2 20 0 15 0 107266616 11246788608 21612 33554432000 4194304 4196468 140728423211680 140544378283024 140544391110618 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11792384 140728423217777 140728423220577 140728423220577 140728423223247 0
[pid=20181/tid=20235] ppid=20178 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20181/task/20235/stat : 20235 (java) S 20178 20181 9814 0 -1 1077944384 1 12853 0 0 0 0 5 2 20 0 15 0 107266617 11246788608 21612 33554432000 4194304 4196468 140728423211680 140544410704400 140544406472405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11792384 140728423217777 140728423220577 140728423220577 140728423223247 0
[pid=20181/tid=20236] ppid=20178 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20181/task/20236/stat : 20236 (java) S 20178 20181 9814 0 -1 1077944384 1 12853 0 0 0 0 5 2 20 0 15 0 107266617 11246788608 21612 33554432000 4194304 4196468 140728423211680 140544291969680 140544406472405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11792384 140728423217777 140728423220577 140728423220577 140728423223247 0
[pid=20181/tid=20237] ppid=20178 vsize=10983192 memory=139833666319152 CPUtime=0.07 cores=1,3,5,7
/proc/20181/task/20237/stat : 20237 (java) S 20178 20181 9814 0 -1 1077944384 1 12853 0 0 0 0 5 2 20 0 15 0 107266617 11246788608 21612 33554432000 4194304 4196468 140728423211680 140544290916624 140544406472405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11792384 140728423217777 140728423220577 140728423220577 140728423223247 0
[pid=20181/tid=20238] ppid=20178 vsize=10983192 memory=139835545223769 CPUtime=0.07 cores=1,3,5,7
/proc/20181/task/20238/stat : 20238 (java) S 20178 20181 9814 0 -1 1077944384 2 12853 0 0 0 0 5 2 20 0 15 0 107266617 11246788608 21612 33554432000 4194304 4196468 140728423211680 140544289864080 140544406472405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11792384 140728423217777 140728423220577 140728423220577 140728423223247 0
[pid=20181/tid=20239] ppid=20178 vsize=10983192 memory=1388 CPUtime=0.07 cores=1,3,5,7
/proc/20181/task/20239/stat : 20239 (java) S 20178 20181 9814 0 -1 1077944384 5 12853 0 0 0 0 5 2 20 0 15 0 107266619 11246788608 21612 33554432000 4194304 4196468 140728423211680 140543442836208 140544406473346 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11792384 140728423217777 140728423220577 140728423220577 140728423223247 0
[pid=20181/tid=20240] ppid=20178 vsize=10983192 memory=4639098309541127525 CPUtime=0.07 cores=1,3,5,7
/proc/20181/task/20240/stat : 20240 (java) S 20178 20181 9814 0 -1 1077944384 13 12853 0 0 0 0 5 2 20 0 15 0 107266619 11246788608 21612 33554432000 4194304 4196468 140728423211680 140543208187552 140544406472405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11792384 140728423217777 140728423220577 140728423220577 140728423223247 0
[pid=20181/tid=20241] ppid=20178 vsize=10983192 memory=8027477668130812270 CPUtime=0.07 cores=1,3,5,7
/proc/20181/task/20241/stat : 20241 (java) S 20178 20181 9814 0 -1 1077944384 21 12853 0 0 0 0 5 2 20 0 15 0 107266619 11246788608 21612 33554432000 4194304 4196468 140728423211680 140543141074160 140544406472405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11792384 140728423217777 140728423220577 140728423220577 140728423223247 0
[pid=20181/tid=20242] ppid=20178 vsize=10983192 memory=17468 CPUtime=0.07 cores=1,3,5,7
/proc/20181/task/20242/stat : 20242 (java) S 20178 20181 9814 0 -1 1077944384 3 12853 0 0 0 0 5 2 20 0 15 0 107266622 11246788608 21612 33554432000 4194304 4196468 140728423211680 140542833678800 140544406480795 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11792384 140728423217777 140728423220577 140728423220577 140728423223247 0
[pid=20181/tid=20243] ppid=20178 vsize=10983192 memory=16148 CPUtime=0.14 cores=1,3,5,7
/proc/20181/task/20243/stat : 20243 (java) S 20178 20181 9814 0 -1 1077944384 854 12853 0 0 7 0 5 2 20 0 15 0 107266622 11246788608 21612 33554432000 4194304 4196468 140728423211680 140543441783024 140544406473346 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11792384 140728423217777 140728423220577 140728423220577 140728423223247 0
[pid=20181/tid=20244] ppid=20178 vsize=10983192 memory=4004 CPUtime=0.17 cores=1,3,5,7
/proc/20181/task/20244/stat : 20244 (java) S 20178 20181 9814 0 -1 1077944384 774 12853 0 0 10 0 5 2 20 0 15 0 107266622 11246788608 21612 33554432000 4194304 4196468 140728423211680 140543440730480 140544406473346 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11792384 140728423217777 140728423220577 140728423220577 140728423223247 0
[pid=20181/tid=20245] ppid=20178 vsize=10983192 memory=636 CPUtime=0.2 cores=1,3,5,7
/proc/20181/task/20245/stat : 20245 (java) S 20178 20181 9814 0 -1 1077944384 679 12853 0 0 13 0 5 2 20 0 15 0 107266622 11246788608 21612 33554432000 4194304 4196468 140728423211680 140543439677424 140544406473346 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11792384 140728423217777 140728423220577 140728423220577 140728423223247 0
[pid=20181/tid=20246] ppid=20178 vsize=10983192 memory=1780 CPUtime=0.07 cores=1,3,5,7
/proc/20181/task/20246/stat : 20246 (java) S 20178 20181 9814 0 -1 1077944384 3 12853 0 0 0 0 5 2 20 0 15 0 107266622 11246788608 21612 33554432000 4194304 4196468 140728423211680 140542402881888 140544406472405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11792384 140728423217777 140728423220577 140728423220577 140728423223247 0
[pid=20181/tid=20247] ppid=20178 vsize=10983192 memory=1236 CPUtime=0.07 cores=1,3,5,7
/proc/20181/task/20247/stat : 20247 (java) S 20178 20181 9814 0 -1 1077944384 1 12853 0 0 0 0 5 2 20 0 15 0 107266622 11246788608 21612 33554432000 4194304 4196468 140728423211680 140543438625840 140544406473346 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11792384 140728423217777 140728423220577 140728423220577 140728423223247 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 86448 KiB

[startup+1.50076 s]
/proc/loadavg: 1.86 2.06 1.97 3/215 20247
/proc/meminfo: memFree=26021396/32770624 swapFree=67108436/67108860
[pid=20181] ppid=20178 vsize=11000140 memory=175832 CPUtime=2.25 cores=1,3,5,7
/proc/20181/stat : 20181 (java) S 20178 20181 9814 0 -1 1077944320 24170 12853 0 0 209 9 5 2 20 0 15 0 107266608 11264143360 43958 33554432000 4194304 4196468 140728423211680 140728423194224 140544406462199 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 11792384 140728423217777 140728423220577 140728423220577 140728423223247 0
/proc/20181/statm: 2750035 43958 3473 1 0 2711693 0
[pid=20181/tid=20234] ppid=20178 vsize=11000140 memory=63192 CPUtime=1.42 cores=1,3,5,7
/proc/20181/task/20234/stat : 20234 (java) R 20178 20181 9814 0 -1 4202560 18002 12853 0 0 130 5 5 2 20 0 15 0 107266616 11264143360 43958 33554432000 4194304 4196468 140728423211680 140544378293360 140544390542686 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11792384 140728423217777 140728423220577 140728423220577 140728423223247 0
[pid=20181/tid=20235] ppid=20178 vsize=11000140 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/20181/task/20235/stat : 20235 (java) S 20178 20181 9814 0 -1 1077944384 192 12853 0 0 1 0 5 2 20 0 15 0 107266617 11264143360 43958 33554432000 4194304 4196468 140728423211680 140544410704400 140544406472405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11792384 140728423217777 140728423220577 140728423220577 140728423223247 0
[pid=20181/tid=20236] ppid=20178 vsize=11000140 memory=279667332669600 CPUtime=0.08 cores=1,3,5,7
/proc/20181/task/20236/stat : 20236 (java) S 20178 20181 9814 0 -1 1077944384 10 12853 0 0 1 0 5 2 20 0 15 0 107266617 11264143360 43958 33554432000 4194304 4196468 140728423211680 140544291969680 140544406472405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11792384 140728423217777 140728423220577 140728423220577 140728423223247 0
[pid=20181/tid=20237] ppid=20178 vsize=11000140 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20181/task/20237/stat : 20237 (java) S 20178 20181 9814 0 -1 1077944384 66 12853 0 0 1 0 5 2 20 0 15 0 107266617 11264143360 43958 33554432000 4194304 4196468 140728423211680 140544290916624 140544406472405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11792384 140728423217777 140728423220577 140728423220577 140728423223247 0
[pid=20181/tid=20238] ppid=20178 vsize=11000140 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20181/task/20238/stat : 20238 (java) S 20178 20181 9814 0 -1 1077944384 41 12853 0 0 1 0 5 2 20 0 15 0 107266617 11264143360 43958 33554432000 4194304 4196468 140728423211680 140544289864080 140544406472405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11792384 140728423217777 140728423220577 140728423220577 140728423223247 0
[pid=20181/tid=20239] ppid=20178 vsize=11000140 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20181/task/20239/stat : 20239 (java) S 20178 20181 9814 0 -1 1077944384 50 12853 0 0 1 0 5 2 20 0 15 0 107266619 11264143360 43958 33554432000 4194304 4196468 140728423211680 140543442836208 140544406473346 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11792384 140728423217777 140728423220577 140728423220577 140728423223247 0
[pid=20181/tid=20240] ppid=20178 vsize=11000140 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20181/task/20240/stat : 20240 (java) S 20178 20181 9814 0 -1 1077944384 14 12853 0 0 0 0 5 2 20 0 15 0 107266619 11264143360 43958 33554432000 4194304 4196468 140728423211680 140543208187616 140544406472405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11792384 140728423217777 140728423220577 140728423220577 140728423223247 0
[pid=20181/tid=20241] ppid=20178 vsize=11000140 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20181/task/20241/stat : 20241 (java) S 20178 20181 9814 0 -1 1077944384 42 12853 0 0 0 0 5 2 20 0 15 0 107266619 11264143360 43958 33554432000 4194304 4196468 140728423211680 140543141074176 140544406472405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11792384 140728423217777 140728423220577 140728423220577 140728423223247 0
[pid=20181/tid=20242] ppid=20178 vsize=11000140 memory=-5921431000321636112 CPUtime=0.07 cores=1,3,5,7
/proc/20181/task/20242/stat : 20242 (java) S 20178 20181 9814 0 -1 1077944384 3 12853 0 0 0 0 5 2 20 0 15 0 107266622 11264143360 43958 33554432000 4194304 4196468 140728423211680 140542833678800 140544406480795 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11792384 140728423217777 140728423220577 140728423220577 140728423223247 0
[pid=20181/tid=20243] ppid=20178 vsize=11000140 memory=0 CPUtime=0.24 cores=1,3,5,7
/proc/20181/task/20243/stat : 20243 (java) S 20178 20181 9814 0 -1 1077944384 1091 12853 0 0 17 0 5 2 20 0 15 0 107266622 11264143360 43958 33554432000 4194304 4196468 140728423211680 140543441783024 140544406473346 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11792384 140728423217777 140728423220577 140728423220577 140728423223247 0
[pid=20181/tid=20244] ppid=20178 vsize=11000140 memory=0 CPUtime=0.31 cores=1,3,5,7
/proc/20181/task/20244/stat : 20244 (java) S 20178 20181 9814 0 -1 1077944384 1230 12853 0 0 24 0 5 2 20 0 15 0 107266622 11264143360 43958 33554432000 4194304 4196468 140728423211680 140543440730480 140544406473346 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11792384 140728423217777 140728423220577 140728423220577 140728423223247 0
[pid=20181/tid=20245] ppid=20178 vsize=11000140 memory=6791534058613427641 CPUtime=0.36 cores=1,3,5,7
/proc/20181/task/20245/stat : 20245 (java) S 20178 20181 9814 0 -1 1077944384 1231 12853 0 0 29 0 5 2 20 0 15 0 107266622 11264143360 43958 33554432000 4194304 4196468 140728423211680 140543439677424 140544406473346 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11792384 140728423217777 140728423220577 140728423220577 140728423223247 0
[pid=20181/tid=20246] ppid=20178 vsize=11000140 memory=4638778398332698720 CPUtime=0.07 cores=1,3,5,7
/proc/20181/task/20246/stat : 20246 (java) S 20178 20181 9814 0 -1 1077944384 3 12853 0 0 0 0 5 2 20 0 15 0 107266622 11264143360 43958 33554432000 4194304 4196468 140728423211680 140542402881888 140544406472405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11792384 140728423217777 140728423220577 140728423220577 140728423223247 0
[pid=20181/tid=20247] ppid=20178 vsize=11000140 memory=279667332914048 CPUtime=0.07 cores=1,3,5,7
/proc/20181/task/20247/stat : 20247 (java) S 20178 20181 9814 0 -1 1077944384 1 12853 0 0 0 0 5 2 20 0 15 0 107266622 11264143360 43958 33554432000 4194304 4196468 140728423211680 140543438625840 140544406473346 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11792384 140728423217777 140728423220577 140728423220577 140728423223247 0
Current children cumulated CPU time: 2.25 s
Current children cumulated vsize: 11000140 KiB

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

[startup+3.11051 s]
/proc/loadavg: 1.86 2.06 1.97 5/215 20247
/proc/meminfo: memFree=25880764/32770624 swapFree=67108436/67108860
[pid=20181] ppid=20178 vsize=11010400 memory=251112 CPUtime=5.61 cores=1,3,5,7
/proc/20181/stat : 20181 (java) S 20178 20181 9814 0 -1 1077944320 40357 12853 0 0 537 17 5 2 20 0 15 0 107266608 11274649600 62778 33554432000 4194304 4196468 140728423211680 140728423194224 140544406462199 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 11792384 140728423217777 140728423220577 140728423220577 140728423223247 0
/proc/20181/statm: 2752600 62778 3496 1 0 2714253 0
[pid=20181/tid=20234] ppid=20178 vsize=11010400 memory=192008 CPUtime=2.99 cores=1,3,5,7
/proc/20181/task/20234/stat : 20234 (java) R 20178 20181 9814 0 -1 4202560 28067 12853 0 0 284 8 5 2 20 0 15 0 107266616 11274649600 62778 33554432000 4194304 4196468 140728423211680 140544378292336 140544406474134 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11792384 140728423217777 140728423220577 140728423220577 140728423223247 0
[pid=20181/tid=20235] ppid=20178 vsize=11010400 memory=205456 CPUtime=0.09 cores=1,3,5,7
/proc/20181/task/20235/stat : 20235 (java) S 20178 20181 9814 0 -1 1077944384 210 12853 0 0 2 0 5 2 20 0 15 0 107266617 11274649600 62778 33554432000 4194304 4196468 140728423211680 140544410704400 140544406472405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11792384 140728423217777 140728423220577 140728423220577 140728423223247 0
[pid=20181/tid=20236] ppid=20178 vsize=11010400 memory=279667332533504 CPUtime=0.09 cores=1,3,5,7
/proc/20181/task/20236/stat : 20236 (java) S 20178 20181 9814 0 -1 1077944384 26 12853 0 0 2 0 5 2 20 0 15 0 107266617 11274649600 62778 33554432000 4194304 4196468 140728423211680 140544291969680 140544406472405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11792384 140728423217777 140728423220577 140728423220577 140728423223247 0
[pid=20181/tid=20237] ppid=20178 vsize=11010400 memory=1771942446593 CPUtime=0.1 cores=1,3,5,7
/proc/20181/task/20237/stat : 20237 (java) S 20178 20181 9814 0 -1 1077944384 122 12853 0 0 3 0 5 2 20 0 15 0 107266617 11274649600 62778 33554432000 4194304 4196468 140728423211680 140544290916624 140544406472405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11792384 140728423217777 140728423220577 140728423220577 140728423223247 0
[pid=20181/tid=20238] ppid=20178 vsize=11010400 memory=1905086432769 CPUtime=0.09 cores=1,3,5,7
/proc/20181/task/20238/stat : 20238 (java) S 20178 20181 9814 0 -1 1077944384 56 12853 0 0 2 0 5 2 20 0 15 0 107266617 11274649600 62778 33554432000 4194304 4196468 140728423211680 140544289864080 140544406472405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11792384 140728423217777 140728423220577 140728423220577 140728423223247 0
[pid=20181/tid=20239] ppid=20178 vsize=11010400 memory=279667332500432 CPUtime=0.1 cores=1,3,5,7
/proc/20181/task/20239/stat : 20239 (java) S 20178 20181 9814 0 -1 1077944384 2065 12853 0 0 3 0 5 2 20 0 15 0 107266619 11274649600 62778 33554432000 4194304 4196468 140728423211680 140543442836208 140544406473346 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11792384 140728423217777 140728423220577 140728423220577 140728423223247 0
[pid=20181/tid=20240] ppid=20178 vsize=11010400 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20181/task/20240/stat : 20240 (java) S 20178 20181 9814 0 -1 1077944384 14 12853 0 0 0 0 5 2 20 0 15 0 107266619 11274649600 62778 33554432000 4194304 4196468 140728423211680 140543208187616 140544406472405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11792384 140728423217777 140728423220577 140728423220577 140728423223247 0
[pid=20181/tid=20241] ppid=20178 vsize=11010400 memory=-6305709524965352832 CPUtime=0.07 cores=1,3,5,7
/proc/20181/task/20241/stat : 20241 (java) S 20178 20181 9814 0 -1 1077944384 42 12853 0 0 0 0 5 2 20 0 15 0 107266619 11274649600 62778 33554432000 4194304 4196468 140728423211680 140543141074176 140544406472405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11792384 140728423217777 140728423220577 140728423220577 140728423223247 0
[pid=20181/tid=20242] ppid=20178 vsize=11010400 memory=6944656592387989600 CPUtime=0.07 cores=1,3,5,7
/proc/20181/task/20242/stat : 20242 (java) S 20178 20181 9814 0 -1 1077944384 3 12853 0 0 0 0 5 2 20 0 15 0 107266622 11274649600 62778 33554432000 4194304 4196468 140728423211680 140542833678800 140544406480795 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11792384 140728423217777 140728423220577 140728423220577 140728423223247 0
[pid=20181/tid=20243] ppid=20178 vsize=11010400 memory=6944652177228980320 CPUtime=0.67 cores=1,3,5,7
/proc/20181/task/20243/stat : 20243 (java) R 20178 20181 9814 0 -1 1077944384 1924 12853 0 0 59 1 5 2 20 0 15 0 107266622 11274649600 62778 33554432000 4194304 4196468 140728423211680 140543441783024 140544406473346 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 11792384 140728423217777 140728423220577 140728423220577 140728423223247 0
[pid=20181/tid=20244] ppid=20178 vsize=11010400 memory=279667332482784 CPUtime=0.81 cores=1,3,5,7
/proc/20181/task/20244/stat : 20244 (java) S 20178 20181 9814 0 -1 1077944384 2021 12853 0 0 74 0 5 2 20 0 15 0 107266622 11274649600 62778 33554432000 4194304 4196468 140728423211680 140543440730480 140544406473346 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11792384 140728423217777 140728423220577 140728423220577 140728423223247 0
[pid=20181/tid=20245] ppid=20178 vsize=11010400 memory=279667332489504 CPUtime=1.1 cores=1,3,5,7
/proc/20181/task/20245/stat : 20245 (java) S 20178 20181 9814 0 -1 1077944384 3607 12853 0 0 101 2 5 2 20 0 15 0 107266622 11274649600 62778 33554432000 4194304 4196468 140728423211680 140543439677424 140544406473346 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11792384 140728423217777 140728423220577 140728423220577 140728423223247 0
[pid=20181/tid=20246] ppid=20178 vsize=11010400 memory=56 CPUtime=0.07 cores=1,3,5,7
/proc/20181/task/20246/stat : 20246 (java) S 20178 20181 9814 0 -1 1077944384 3 12853 0 0 0 0 5 2 20 0 15 0 107266622 11274649600 62778 33554432000 4194304 4196468 140728423211680 140542402881888 140544406472405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11792384 140728423217777 140728423220577 140728423220577 140728423223247 0
[pid=20181/tid=20247] ppid=20178 vsize=11010400 memory=6498740855180902496 CPUtime=0.07 cores=1,3,5,7
/proc/20181/task/20247/stat : 20247 (java) S 20178 20181 9814 0 -1 1077944384 3 12853 0 0 0 0 5 2 20 0 15 0 107266622 11274649600 62778 33554432000 4194304 4196468 140728423211680 140543438625840 140544406473346 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11792384 140728423217777 140728423220577 140728423220577 140728423223247 0
Current children cumulated CPU time: 5.61 s
Current children cumulated vsize: 11010400 KiB
Current children cumulated memory: 251112 KiB

[startup+3.86951 s]
# the end of solver process 20181 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=7.53005 s, system=0.273288 s

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

[startup+3.20085 s]
/proc/loadavg: 1.86 2.06 1.97 5/215 20247
/proc/meminfo: memFree=25880764/32770624 swapFree=67108436/67108860
[pid=20181] ppid=20178 vsize=11010400 memory=252600 CPUtime=5.85 cores=1,3,5,7
/proc/20181/stat : 20181 (java) S 20178 20181 9814 0 -1 1077944320 43054 12853 0 0 561 17 5 2 20 0 15 0 107266608 11274649600 63150 33554432000 4194304 4196468 140728423211680 140728423194224 140544406462199 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 11792384 140728423217777 140728423220577 140728423220577 140728423223247 0
/proc/20181/statm: 2752600 63150 3496 1 0 2714253 0
[pid=20181/tid=20234] ppid=20178 vsize=11010400 memory=-9123011406873206402 CPUtime=3.08 cores=1,3,5,7
/proc/20181/task/20234/stat : 20234 (java) R 20178 20181 9814 0 -1 4202560 29541 12853 0 0 293 8 5 2 20 0 15 0 107266616 11274649600 63150 33554432000 4194304 4196468 140728423211680 140544378284208 140544390542686 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11792384 140728423217777 140728423220577 140728423220577 140728423223247 0
[pid=20181/tid=20235] ppid=20178 vsize=11010400 memory=4638778398332698720 CPUtime=0.09 cores=1,3,5,7
/proc/20181/task/20235/stat : 20235 (java) S 20178 20181 9814 0 -1 1077944384 210 12853 0 0 2 0 5 2 20 0 15 0 107266617 11274649600 63150 33554432000 4194304 4196468 140728423211680 140544410704400 140544406472405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11792384 140728423217777 140728423220577 140728423220577 140728423223247 0
[pid=20181/tid=20236] ppid=20178 vsize=11010400 memory=2984339746955739232 CPUtime=0.09 cores=1,3,5,7
/proc/20181/task/20236/stat : 20236 (java) S 20178 20181 9814 0 -1 1077944384 26 12853 0 0 2 0 5 2 20 0 15 0 107266617 11274649600 63150 33554432000 4194304 4196468 140728423211680 140544291969680 140544406472405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11792384 140728423217777 140728423220577 140728423220577 140728423223247 0
[pid=20181/tid=20237] ppid=20178 vsize=11010400 memory=734122130331934768 CPUtime=0.1 cores=1,3,5,7
/proc/20181/task/20237/stat : 20237 (java) S 20178 20181 9814 0 -1 1077944384 122 12853 0 0 3 0 5 2 20 0 15 0 107266617 11274649600 63150 33554432000 4194304 4196468 140728423211680 140544290916624 140544406472405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11792384 140728423217777 140728423220577 140728423220577 140728423223247 0
[pid=20181/tid=20238] ppid=20178 vsize=11010400 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/20181/task/20238/stat : 20238 (java) S 20178 20181 9814 0 -1 1077944384 56 12853 0 0 2 0 5 2 20 0 15 0 107266617 11274649600 63150 33554432000 4194304 4196468 140728423211680 140544289864080 140544406472405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11792384 140728423217777 140728423220577 140728423220577 140728423223247 0
[pid=20181/tid=20239] ppid=20178 vsize=11010400 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/20181/task/20239/stat : 20239 (java) S 20178 20181 9814 0 -1 1077944384 2065 12853 0 0 3 0 5 2 20 0 15 0 107266619 11274649600 63150 33554432000 4194304 4196468 140728423211680 140543442836208 140544406473346 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11792384 140728423217777 140728423220577 140728423220577 140728423223247 0
[pid=20181/tid=20240] ppid=20178 vsize=11010400 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20181/task/20240/stat : 20240 (java) S 20178 20181 9814 0 -1 1077944384 14 12853 0 0 0 0 5 2 20 0 15 0 107266619 11274649600 63150 33554432000 4194304 4196468 140728423211680 140543208187616 140544406472405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11792384 140728423217777 140728423220577 140728423220577 140728423223247 0
[pid=20181/tid=20241] ppid=20178 vsize=11010400 memory=2241 CPUtime=0.07 cores=1,3,5,7
/proc/20181/task/20241/stat : 20241 (java) S 20178 20181 9814 0 -1 1077944384 42 12853 0 0 0 0 5 2 20 0 15 0 107266619 11274649600 63150 33554432000 4194304 4196468 140728423211680 140543141074176 140544406472405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11792384 140728423217777 140728423220577 140728423220577 140728423223247 0
[pid=20181/tid=20242] ppid=20178 vsize=11010400 memory=2244 CPUtime=0.07 cores=1,3,5,7
/proc/20181/task/20242/stat : 20242 (java) S 20178 20181 9814 0 -1 1077944384 3 12853 0 0 0 0 5 2 20 0 15 0 107266622 11274649600 63150 33554432000 4194304 4196468 140728423211680 140542833678800 140544406480795 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11792384 140728423217777 140728423220577 140728423220577 140728423223247 0
[pid=20181/tid=20243] ppid=20178 vsize=11010400 memory=0 CPUtime=0.73 cores=1,3,5,7
/proc/20181/task/20243/stat : 20243 (java) S 20178 20181 9814 0 -1 1077944384 2175 12853 0 0 65 1 5 2 20 0 15 0 107266622 11274649600 63150 33554432000 4194304 4196468 140728423211680 140543441783024 140544406473346 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11792384 140728423217777 140728423220577 140728423220577 140728423223247 0
[pid=20181/tid=20244] ppid=20178 vsize=11010400 memory=0 CPUtime=0.86 cores=1,3,5,7
/proc/20181/task/20244/stat : 20244 (java) R 20178 20181 9814 0 -1 4202560 2352 12853 0 0 78 1 5 2 20 0 15 0 107266622 11274649600 63150 33554432000 4194304 4196468 140728423211680 140543440730480 140544390362800 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11792384 140728423217777 140728423220577 140728423220577 140728423223247 0
[pid=20181/tid=20245] ppid=20178 vsize=11010400 memory=0 CPUtime=1.17 cores=1,3,5,7
/proc/20181/task/20245/stat : 20245 (java) S 20178 20181 9814 0 -1 1077944384 4250 12853 0 0 108 2 5 2 20 0 15 0 107266622 11274649600 63150 33554432000 4194304 4196468 140728423211680 140543439677424 140544406473346 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11792384 140728423217777 140728423220577 140728423220577 140728423223247 0
[pid=20181/tid=20246] ppid=20178 vsize=11010400 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20181/task/20246/stat : 20246 (java) S 20178 20181 9814 0 -1 1077944384 3 12853 0 0 0 0 5 2 20 0 15 0 107266622 11274649600 63150 33554432000 4194304 4196468 140728423211680 140542402881888 140544406472405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11792384 140728423217777 140728423220577 140728423220577 140728423223247 0
[pid=20181/tid=20247] ppid=20178 vsize=11010400 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20181/task/20247/stat : 20247 (java) S 20178 20181 9814 0 -1 1077944384 3 12853 0 0 0 0 5 2 20 0 15 0 107266622 11274649600 63150 33554432000 4194304 4196468 140728423211680 140543438625840 140544406473346 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11792384 140728423217777 140728423220577 140728423220577 140728423223247 0
Current children cumulated CPU time: 5.85 s
Current children cumulated vsize: 11010400 KiB
Current children cumulated memory: 252600 KiB

[startup+3.60144 s]
/proc/loadavg: 1.86 2.06 1.97 5/215 20247
/proc/meminfo: memFree=25880764/32770624 swapFree=67108436/67108860
[pid=20181] ppid=20178 vsize=11077984 memory=295304 CPUtime=6.99 cores=1,3,5,7
/proc/20181/stat : 20181 (java) S 20178 20181 9814 0 -1 1077944320 65476 12853 0 0 671 21 5 2 20 0 15 0 107266608 11343855616 73826 33554432000 4194304 4196468 140728423211680 140728423194224 140544406462199 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 11792384 140728423217777 140728423220577 140728423220577 140728423223247 0
/proc/20181/statm: 2769496 73826 3501 1 0 2731149 0
[pid=20181/tid=20234] ppid=20178 vsize=11077984 memory=0 CPUtime=3.48 cores=1,3,5,7
/proc/20181/task/20234/stat : 20234 (java) R 20178 20181 9814 0 -1 4202560 46033 12853 0 0 330 11 5 2 20 0 15 0 107266616 11343855616 73826 33554432000 4194304 4196468 140728423211680 140544378275832 140544386737948 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11792384 140728423217777 140728423220577 140728423220577 140728423223247 0
[pid=20181/tid=20235] ppid=20178 vsize=11077984 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/20181/task/20235/stat : 20235 (java) S 20178 20181 9814 0 -1 1077944384 210 12853 0 0 2 0 5 2 20 0 15 0 107266617 11343855616 73826 33554432000 4194304 4196468 140728423211680 140544410704400 140544406472405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11792384 140728423217777 140728423220577 140728423220577 140728423223247 0
[pid=20181/tid=20236] ppid=20178 vsize=11077984 memory=35172 CPUtime=0.09 cores=1,3,5,7
/proc/20181/task/20236/stat : 20236 (java) S 20178 20181 9814 0 -1 1077944384 26 12853 0 0 2 0 5 2 20 0 15 0 107266617 11343855616 73826 33554432000 4194304 4196468 140728423211680 140544291969680 140544406472405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11792384 140728423217777 140728423220577 140728423220577 140728423223247 0
[pid=20181/tid=20237] ppid=20178 vsize=11077984 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/20181/task/20237/stat : 20237 (java) S 20178 20181 9814 0 -1 1077944384 122 12853 0 0 3 0 5 2 20 0 15 0 107266617 11343855616 73826 33554432000 4194304 4196468 140728423211680 140544290916624 140544406472405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11792384 140728423217777 140728423220577 140728423220577 140728423223247 0
[pid=20181/tid=20238] ppid=20178 vsize=11077984 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/20181/task/20238/stat : 20238 (java) S 20178 20181 9814 0 -1 1077944384 56 12853 0 0 2 0 5 2 20 0 15 0 107266617 11343855616 73826 33554432000 4194304 4196468 140728423211680 140544289864080 140544406472405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11792384 140728423217777 140728423220577 140728423220577 140728423223247 0
[pid=20181/tid=20239] ppid=20178 vsize=11077984 memory=11684 CPUtime=0.1 cores=1,3,5,7
/proc/20181/task/20239/stat : 20239 (java) S 20178 20181 9814 0 -1 1077944384 2086 12853 0 0 3 0 5 2 20 0 15 0 107266619 11343855616 73826 33554432000 4194304 4196468 140728423211680 140543442836208 140544406473346 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11792384 140728423217777 140728423220577 140728423220577 140728423223247 0
[pid=20181/tid=20240] ppid=20178 vsize=11077984 memory=288283398479556519 CPUtime=0.07 cores=1,3,5,7
/proc/20181/task/20240/stat : 20240 (java) S 20178 20181 9814 0 -1 1077944384 14 12853 0 0 0 0 5 2 20 0 15 0 107266619 11343855616 73826 33554432000 4194304 4196468 140728423211680 140543208187616 140544406472405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11792384 140728423217777 140728423220577 140728423220577 140728423223247 0
[pid=20181/tid=20241] ppid=20178 vsize=11077984 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20181/task/20241/stat : 20241 (java) S 20178 20181 9814 0 -1 1077944384 42 12853 0 0 0 0 5 2 20 0 15 0 107266619 11343855616 73892 33554432000 4194304 4196468 140728423211680 140543141074176 140544406472405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11792384 140728423217777 140728423220577 140728423220577 140728423223247 0
[pid=20181/tid=20242] ppid=20178 vsize=11077984 memory=88852404374250 CPUtime=0.07 cores=1,3,5,7
/proc/20181/task/20242/stat : 20242 (java) S 20178 20181 9814 0 -1 1077944384 3 12853 0 0 0 0 5 2 20 0 15 0 107266622 11343855616 73892 33554432000 4194304 4196468 140728423211680 140542833678800 140544406480795 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11792384 140728423217777 140728423220577 140728423220577 140728423223247 0
[pid=20181/tid=20243] ppid=20178 vsize=11077984 memory=279667332769384 CPUtime=1.12 cores=1,3,5,7
/proc/20181/task/20243/stat : 20243 (java) R 20178 20181 9814 0 -1 4202560 6422 12853 0 0 103 2 5 2 20 0 15 0 107266622 11343855616 73892 33554432000 4194304 4196468 140728423211680 140543441767984 140544391572222 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 11792384 140728423217777 140728423220577 140728423220577 140728423223247 0
[pid=20181/tid=20244] ppid=20178 vsize=11077984 memory=1 CPUtime=1.13 cores=1,3,5,7
/proc/20181/task/20244/stat : 20244 (java) R 20178 20181 9814 0 -1 4202560 3821 12853 0 0 105 1 5 2 20 0 15 0 107266622 11343855616 73892 33554432000 4194304 4196468 140728423211680 140543440709176 140544398751648 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11792384 140728423217777 140728423220577 140728423220577 140728423223247 0
[pid=20181/tid=20245] ppid=20178 vsize=11077984 memory=6297835844906604903 CPUtime=1.23 cores=1,3,5,7
/proc/20181/task/20245/stat : 20245 (java) S 20178 20181 9814 0 -1 1077944384 4504 12853 0 0 114 2 5 2 20 0 15 0 107266622 11343855616 73892 33554432000 4194304 4196468 140728423211680 140543439677424 140544406473346 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11792384 140728423217777 140728423220577 140728423220577 140728423223247 0
[pid=20181/tid=20246] ppid=20178 vsize=11077984 memory=7228397701386884198 CPUtime=0.07 cores=1,3,5,7
/proc/20181/task/20246/stat : 20246 (java) S 20178 20181 9814 0 -1 1077944384 3 12853 0 0 0 0 5 2 20 0 15 0 107266622 11343855616 73892 33554432000 4194304 4196468 140728423211680 140542402881888 140544406472405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11792384 140728423217777 140728423220577 140728423220577 140728423223247 0
[pid=20181/tid=20247] ppid=20178 vsize=11077984 memory=5787213827113576551 CPUtime=0.07 cores=1,3,5,7
/proc/20181/task/20247/stat : 20247 (java) S 20178 20181 9814 0 -1 1077944384 6 12853 0 0 0 0 5 2 20 0 15 0 107266622 11343855616 73892 33554432000 4194304 4196468 140728423211680 140543438625840 140544406473346 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11792384 140728423217777 140728423220577 140728423220577 140728423223247 0
Current children cumulated CPU time: 6.99 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 295304 KiB

[startup+3.80142 s]
/proc/loadavg: 1.86 2.06 1.97 5/215 20247
/proc/meminfo: memFree=25880764/32770624 swapFree=67108436/67108860
[pid=20181] ppid=20178 vsize=11082736 memory=327184 CPUtime=7.66 cores=1,3,5,7
/proc/20181/stat : 20181 (java) S 20178 20181 9814 0 -1 1077944320 74777 12853 0 0 737 22 5 2 20 0 15 0 107266608 11348721664 81796 33554432000 4194304 4196468 140728423211680 140728423194224 140544406462199 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 11792384 140728423217777 140728423220577 140728423220577 140728423223247 0
/proc/20181/statm: 2770684 81796 3504 1 0 2732337 0
[pid=20181/tid=20234] ppid=20178 vsize=11082736 memory=-6298706632162170209 CPUtime=3.68 cores=1,3,5,7
/proc/20181/task/20234/stat : 20234 (java) R 20178 20181 9814 0 -1 4202560 50737 12853 0 0 350 11 5 2 20 0 15 0 107266616 11348721664 81796 33554432000 4194304 4196468 140728423211680 140544378296160 140544399559035 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11792384 140728423217777 140728423220577 140728423220577 140728423223247 0
[pid=20181/tid=20235] ppid=20178 vsize=11082736 memory=-6875425855562674263 CPUtime=0.09 cores=1,3,5,7
/proc/20181/task/20235/stat : 20235 (java) S 20178 20181 9814 0 -1 1077944384 210 12853 0 0 2 0 5 2 20 0 15 0 107266617 11348721664 81796 33554432000 4194304 4196468 140728423211680 140544410704400 140544406472405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11792384 140728423217777 140728423220577 140728423220577 140728423223247 0
[pid=20181/tid=20236] ppid=20178 vsize=11082736 memory=3467824627880452160 CPUtime=0.09 cores=1,3,5,7
/proc/20181/task/20236/stat : 20236 (java) S 20178 20181 9814 0 -1 1077944384 26 12853 0 0 2 0 5 2 20 0 15 0 107266617 11348721664 81796 33554432000 4194304 4196468 140728423211680 140544291969680 140544406472405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11792384 140728423217777 140728423220577 140728423220577 140728423223247 0
[pid=20181/tid=20237] ppid=20178 vsize=11082736 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/20181/task/20237/stat : 20237 (java) S 20178 20181 9814 0 -1 1077944384 122 12853 0 0 3 0 5 2 20 0 15 0 107266617 11348721664 81796 33554432000 4194304 4196468 140728423211680 140544290916624 140544406472405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11792384 140728423217777 140728423220577 140728423220577 140728423223247 0
[pid=20181/tid=20238] ppid=20178 vsize=11082736 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/20181/task/20238/stat : 20238 (java) S 20178 20181 9814 0 -1 1077944384 56 12853 0 0 2 0 5 2 20 0 15 0 107266617 11348721664 81796 33554432000 4194304 4196468 140728423211680 140544289864080 140544406472405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11792384 140728423217777 140728423220577 140728423220577 140728423223247 0
[pid=20181/tid=20239] ppid=20178 vsize=11082736 memory=2319400400981082208 CPUtime=0.1 cores=1,3,5,7
/proc/20181/task/20239/stat : 20239 (java) S 20178 20181 9814 0 -1 1077944384 2086 12853 0 0 3 0 5 2 20 0 15 0 107266619 11348721664 81796 33554432000 4194304 4196468 140728423211680 140543442836208 140544406473346 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11792384 140728423217777 140728423220577 140728423220577 140728423223247 0
[pid=20181/tid=20240] ppid=20178 vsize=11082736 memory=4640767346415259731 CPUtime=0.07 cores=1,3,5,7
/proc/20181/task/20240/stat : 20240 (java) S 20178 20181 9814 0 -1 1077944384 14 12853 0 0 0 0 5 2 20 0 15 0 107266619 11348721664 81796 33554432000 4194304 4196468 140728423211680 140543208187616 140544406472405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11792384 140728423217777 140728423220577 140728423220577 140728423223247 0
[pid=20181/tid=20241] ppid=20178 vsize=11082736 memory=6011581402601046114 CPUtime=0.07 cores=1,3,5,7
/proc/20181/task/20241/stat : 20241 (java) S 20178 20181 9814 0 -1 1077944384 42 12853 0 0 0 0 5 2 20 0 15 0 107266619 11348721664 81796 33554432000 4194304 4196468 140728423211680 140543141074176 140544406472405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11792384 140728423217777 140728423220577 140728423220577 140728423223247 0
[pid=20181/tid=20242] ppid=20178 vsize=11082736 memory=279667332350192 CPUtime=0.07 cores=1,3,5,7
/proc/20181/task/20242/stat : 20242 (java) S 20178 20181 9814 0 -1 1077944384 3 12853 0 0 0 0 5 2 20 0 15 0 107266622 11348721664 81796 33554432000 4194304 4196468 140728423211680 140542833678800 140544406480795 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11792384 140728423217777 140728423220577 140728423220577 140728423223247 0
[pid=20181/tid=20243] ppid=20178 vsize=11082736 memory=5787495302022849088 CPUtime=1.33 cores=1,3,5,7
/proc/20181/task/20243/stat : 20243 (java) R 20178 20181 9814 0 -1 4202560 9568 12853 0 0 123 3 5 2 20 0 15 0 107266622 11348721664 81796 33554432000 4194304 4196468 140728423211680 140543441769184 140544384056992 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 11792384 140728423217777 140728423220577 140728423220577 140728423223247 0
[pid=20181/tid=20244] ppid=20178 vsize=11082736 memory=7305218370954095188 CPUtime=1.32 cores=1,3,5,7
/proc/20181/task/20244/stat : 20244 (java) S 20178 20181 9814 0 -1 1077944384 4956 12853 0 0 124 1 5 2 20 0 15 0 107266622 11348721664 81796 33554432000 4194304 4196468 140728423211680 140543440730480 140544406473346 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11792384 140728423217777 140728423220577 140728423220577 140728423223247 0
[pid=20181/tid=20245] ppid=20178 vsize=11082736 memory=7594586750532872535 CPUtime=1.33 cores=1,3,5,7
/proc/20181/task/20245/stat : 20245 (java) S 20178 20181 9814 0 -1 1077944384 4754 12853 0 0 123 3 5 2 20 0 15 0 107266622 11348721664 81796 33554432000 4194304 4196468 140728423211680 140543439677424 140544406473346 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11792384 140728423217777 140728423220577 140728423220577 140728423223247 0
[pid=20181/tid=20246] ppid=20178 vsize=11082736 memory=5864923014350531425 CPUtime=0.07 cores=1,3,5,7
/proc/20181/task/20246/stat : 20246 (java) S 20178 20181 9814 0 -1 1077944384 3 12853 0 0 0 0 5 2 20 0 15 0 107266622 11348721664 81796 33554432000 4194304 4196468 140728423211680 140542402881888 140544406472405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11792384 140728423217777 140728423220577 140728423220577 140728423223247 0
[pid=20181/tid=20247] ppid=20178 vsize=11082736 memory=7595154021240104274 CPUtime=0.07 cores=1,3,5,7
/proc/20181/task/20247/stat : 20247 (java) S 20178 20181 9814 0 -1 1077944384 6 12853 0 0 0 0 5 2 20 0 15 0 107266622 11348721664 81796 33554432000 4194304 4196468 140728423211680 140543438625840 140544406473346 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11792384 140728423217777 140728423220577 140728423220577 140728423223247 0
Current children cumulated CPU time: 7.66 s
Current children cumulated vsize: 11082736 KiB
Current children cumulated memory: 327184 KiB

Child status: 0
Real time (s): 3.86957
CPU time (s): 7.80334
CPU user time (s): 7.53005
CPU system time (s): 0.273288
CPU usage (%): 201.659
Max. virtual memory (cumulated for all children) (KiB): 11082736
Max. memory (cumulated for all children) (KiB): 327184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.53005
system time used= 0.273288
maximum resident set size= 329672
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 88093
page faults= 0
swaps= 0
block input operations= 0
block output operations= 144
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6202
involuntary context switches= 34


# summary of solver processes directly reported to runsolver:
#   pid: 20181
#   total CPU time (s): 7.80334
#   total CPU user time (s): 7.53005
#   total CPU system time (s): 0.273288

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.051376 second user time and 0.070522 second system time

The end

Launcher Data

Begin job on node137 at 2018-07-29 22:43:54
IDJOB=4302467
IDBENCH=141354
IDSOLVER=2776
FILE ID=node137/4302467-1532897034
RUNJOBID= node137-1532893235-14550
PBS_JOBID= 21022513
Free space on /tmp= 48508 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/TemplateDesign/TemplateDesign-m1-1_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302467-1532897034/watcher-4302467-1532897034 -o /tmp/evaluation-result-4302467-1532897034/solver-4302467-1532897034 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node137-1532893235-14550 --watchdog 312  bin/xcsp-3-concrete -J-Xss64M -randomseed=1403666646 HOME/instance-4302467-1532897034.xml

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

MD5SUM BENCH= 3db83836fd15e943f67e7808e5ced101
RANDOM SEED=1403666646

node137.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.54
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.56
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.54
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.56
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.54
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.56
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.54
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        26176376 kB
MemAvailable:   29989044 kB
Buffers:          219932 kB
Cached:          3828544 kB
SwapCached:           32 kB
Active:          3746060 kB
Inactive:        2302248 kB
Active(anon):    1947620 kB
Inactive(anon):    79972 kB
Active(file):    1798440 kB
Inactive(file):  2222276 kB
Unevictable:        7424 kB
Mlocked:            7424 kB
SwapTotal:      67108860 kB
SwapFree:       67108436 kB
Dirty:             26824 kB
Writeback:             0 kB
AnonPages:       1959992 kB
Mapped:            55832 kB
Shmem:             25052 kB
Slab:             243704 kB
SReclaimable:     215572 kB
SUnreclaim:        28132 kB
KernelStack:        3840 kB
PageTables:         9068 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3341808 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1765376 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 48484 MiB
End job on node137 at 2018-07-29 22:43:58