Trace number 4302468

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 9.28777 4.26588

General information on the benchmark

NameTemplateDesign/
TemplateDesign-m1-2_c18.xml
MD5SUM9023d532dd437e307a8c97402098327c
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.50447
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of constraints46
Number of domains8
Minimum domain size2
Maximum domain size1210
Distribution of domain sizes[{"size":2,"count":5},{"size":7,"count":25},{"size":275,"count":5},{"size":286,"count":5},{"size":550,"count":5},{"size":880,"count":5},{"size":1101,"count":5},{"size":1210,"count":5}]
Minimum variable degree2
Maximum variable degree7
Distribution of variable degrees[{"degree":2,"count":45},{"degree":3,"count":10},{"degree":7,"count":5}]
Minimum constraint arity2
Maximum constraint arity5
Distribution of constraint arities[{"arity":2,"count":10},{"arity":3,"count":25},{"arity":5,"count":11}]
Number of extensional constraints0
Number of intensional constraints35
Distribution of constraint types[{"type":"intension","count":35},{"type":"ordered","count":1},{"type":"sum","count":10}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.99/0.75	c Concrete v3.9.2.1532736233296 running
9.13/4.22	o 2
9.13/4.23	v <instantiation cost="2">
9.13/4.23	v       <list>
9.13/4.23	v         d[0][0] d[0][1] d[0][2] d[0][3] d[0][4] d[1][0] d[1][1] d[1][2] d[1][3] d[1][4] d[2][0] d[2][1] d[2][2] d[2][3] d[2][4] d[3][0] d[3][1] d[3][2] d[3][3] d[3][4] d[4][0] d[4][1] d[4][2] d[4][3] d[4][4] npt[0] npt[1] npt[2] npt[3] npt[4] u[0] u[1] u[2] u[3] u[4] nptv[0][0] nptv[0][1] nptv[0][2] nptv[0][3] nptv[0][4] nptv[1][0] nptv[1][1] nptv[1][2] nptv[1][3] nptv[1][4] nptv[2][0] nptv[2][1] nptv[2][2] nptv[2][3] nptv[2][4] nptv[3][0] nptv[3][1] nptv[3][2] nptv[3][3] nptv[3][4] nptv[4][0] nptv[4][1] nptv[4][2] nptv[4][3] nptv[4][4]
9.13/4.23	v       </list>
9.13/4.23	v       <values>
9.13/4.23	v         0 1 2 3 0 1 0 0 0 5 6 0 0 0 0 6 0 0 0 0 6 0 0 0 0 274 238 0 0 0 1 1 0 0 0 0 274 548 822 0 238 0 0 0 1190 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
9.13/4.23	v       </values>
9.13/4.23	v     </instantiation>
9.13/4.23	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 (10347 MiB free)
  memory of node 1: 16384 MiB (14048 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302468-1532897062/watcher-4302468-1532897062 -o /tmp/evaluation-result-4302468-1532897062/solver-4302468-1532897062 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node137-1532893235-14550 --watchdog 312 bin/xcsp-3-concrete -J-Xss64M -randomseed=2086279432 HOME/instance-4302468-1532897062.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
Current StackSize limit: 8192 KiB

solver pid=20819, runsolver pid=20816

[startup+0.100092 s]*
/proc/loadavg: 2.38 2.18 2.01 3/206 20876
/proc/meminfo: memFree=24976644/32770624 swapFree=67108436/67108860
[pid=20819] ppid=20816 vsize=10005480 memory=16908 CPUtime=0.09 cores=1,3,5,7
/proc/20819/stat : 20819 (java) S 20816 20819 9814 0 -1 1077944320 4370 12973 0 0 1 0 5 3 20 0 6 0 107269372 10245611520 4227 33554432000 4194304 4196468 140724575086496 140724575069040 140044833836791 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 37072896 140724575095409 140724575098209 140724575098209 140724575100879 0
/proc/20819/statm: 2501370 4227 1935 1 0 2489808 0
[pid=20819/tid=20872] ppid=20816 vsize=10005480 memory=4279135704047060621 CPUtime=0.09 cores=1,3,5,7
/proc/20819/task/20872/stat : 20872 (java) R 20816 20819 9814 0 -1 4202560 2199 12973 0 0 1 0 5 3 20 0 6 0 107269381 10245611520 4227 33554432000 4194304 4196468 140724575086496 140044805673552 140044817917278 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37072896 140724575095409 140724575098209 140724575098209 140724575100879 0
[pid=20819/tid=20873] ppid=20816 vsize=10005480 memory=8257237230052613020 CPUtime=0.08 cores=1,3,5,7
/proc/20819/task/20873/stat : 20873 (java) S 20816 20819 9814 0 -1 1077944384 1 12973 0 0 0 0 5 3 20 0 6 0 107269382 10245611520 4227 33554432000 4194304 4196468 140724575086496 140044838079248 140044833846997 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37072896 140724575095409 140724575098209 140724575098209 140724575100879 0
[pid=20819/tid=20874] ppid=20816 vsize=10005480 memory=139813762168448 CPUtime=0.08 cores=1,3,5,7
/proc/20819/task/20874/stat : 20874 (java) S 20816 20819 9814 0 -1 1077944384 1 12973 0 0 0 0 5 3 20 0 6 0 107269382 10245611520 4227 33554432000 4194304 4196468 140724575086496 140044725484432 140044833846997 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37072896 140724575095409 140724575098209 140724575098209 140724575100879 0
[pid=20819/tid=20875] ppid=20816 vsize=10005480 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20819/task/20875/stat : 20875 (java) S 20816 20819 9814 0 -1 1077944384 1 12973 0 0 0 0 5 3 20 0 6 0 107269382 10245611520 4227 33554432000 4194304 4196468 140724575086496 140044372093968 140044833846997 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37072896 140724575095409 140724575098209 140724575098209 140724575100879 0
[pid=20819/tid=20876] ppid=20816 vsize=10005480 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/20819/task/20876/stat : 20876 (java) S 20816 20819 9814 0 -1 1077944384 2 12973 0 0 0 0 5 3 20 0 6 0 107269382 10245611520 4227 33554432000 4194304 4196468 140724575086496 140044371041424 140044833846997 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37072896 140724575095409 140724575098209 140724575098209 140724575100879 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 16908 KiB

[startup+0.20988 s]*
/proc/loadavg: 2.38 2.18 2.01 3/215 20885
/proc/meminfo: memFree=24953240/32770624 swapFree=67108436/67108860
[pid=20819] ppid=20816 vsize=10982744 memory=41576 CPUtime=0.26 cores=1,3,5,7
/proc/20819/stat : 20819 (java) S 20816 20819 9814 0 -1 1077944320 7638 12973 0 0 17 1 5 3 20 0 15 0 107269372 11246329856 10394 33554432000 4194304 4196468 140724575086496 140724575069040 140044833836791 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 37072896 140724575095409 140724575098209 140724575098209 140724575100879 0
/proc/20819/statm: 2745686 10394 2948 1 0 2708109 0
[pid=20819/tid=20872] ppid=20816 vsize=10982744 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/20819/task/20872/stat : 20872 (java) R 20816 20819 9814 0 -1 4202560 4313 12973 0 0 11 0 5 3 20 0 15 0 107269381 11246329856 10526 33554432000 4194304 4196468 140724575086496 140044805614752 140044814112619 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37072896 140724575095409 140724575098209 140724575098209 140724575100879 0
[pid=20819/tid=20873] ppid=20816 vsize=10982744 memory=345 CPUtime=0.08 cores=1,3,5,7
/proc/20819/task/20873/stat : 20873 (java) S 20816 20819 9814 0 -1 1077944384 1 12973 0 0 0 0 5 3 20 0 15 0 107269382 11246329856 10526 33554432000 4194304 4196468 140724575086496 140044838079248 140044833846997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37072896 140724575095409 140724575098209 140724575098209 140724575100879 0
[pid=20819/tid=20874] ppid=20816 vsize=10982744 memory=139813762187509 CPUtime=0.08 cores=1,3,5,7
/proc/20819/task/20874/stat : 20874 (java) S 20816 20819 9814 0 -1 1077944384 1 12973 0 0 0 0 5 3 20 0 15 0 107269382 11246329856 10526 33554432000 4194304 4196468 140724575086496 140044725484432 140044833846997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37072896 140724575095409 140724575098209 140724575098209 140724575100879 0
[pid=20819/tid=20875] ppid=20816 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20819/task/20875/stat : 20875 (java) S 20816 20819 9814 0 -1 1077944384 1 12973 0 0 0 0 5 3 20 0 15 0 107269382 11246329856 10526 33554432000 4194304 4196468 140724575086496 140044372093968 140044833846997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37072896 140724575095409 140724575098209 140724575098209 140724575100879 0
[pid=20819/tid=20876] ppid=20816 vsize=10982744 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/20819/task/20876/stat : 20876 (java) S 20816 20819 9814 0 -1 1077944384 2 12973 0 0 0 0 5 3 20 0 15 0 107269382 11246329856 10526 33554432000 4194304 4196468 140724575086496 140044371041424 140044833846997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37072896 140724575095409 140724575098209 140724575098209 140724575100879 0
[pid=20819/tid=20877] ppid=20816 vsize=10982744 memory=139813762168448 CPUtime=0.08 cores=1,3,5,7
/proc/20819/task/20877/stat : 20877 (java) S 20816 20819 9814 0 -1 1077944384 2 12973 0 0 0 0 5 3 20 0 15 0 107269383 11246329856 10592 33554432000 4194304 4196468 140724575086496 140044072142832 140044833847938 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37072896 140724575095409 140724575098209 140724575098209 140724575100879 0
[pid=20819/tid=20878] ppid=20816 vsize=10982744 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/20819/task/20878/stat : 20878 (java) S 20816 20819 9814 0 -1 1077944384 13 12973 0 0 0 0 5 3 20 0 15 0 107269384 11246329856 10592 33554432000 4194304 4196468 140724575086496 140043649803168 140044833846997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37072896 140724575095409 140724575098209 140724575098209 140724575100879 0
[pid=20819/tid=20879] ppid=20816 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20819/task/20879/stat : 20879 (java) S 20816 20819 9814 0 -1 1077944384 21 12973 0 0 0 0 5 3 20 0 15 0 107269384 11246329856 10592 33554432000 4194304 4196468 140724575086496 140043582690288 140044833846997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37072896 140724575095409 140724575098209 140724575098209 140724575100879 0
[pid=20819/tid=20880] ppid=20816 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20819/task/20880/stat : 20880 (java) S 20816 20819 9814 0 -1 1077944384 3 12973 0 0 0 0 5 3 20 0 15 0 107269387 11246329856 10592 33554432000 4194304 4196468 140724575086496 140043275294928 140044833855387 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37072896 140724575095409 140724575098209 140724575098209 140724575100879 0
[pid=20819/tid=20881] ppid=20816 vsize=10982744 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/20819/task/20881/stat : 20881 (java) S 20816 20819 9814 0 -1 1077944384 356 12973 0 0 1 0 5 3 20 0 15 0 107269387 11246329856 10592 33554432000 4194304 4196468 140724575086496 140044071090672 140044833847938 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37072896 140724575095409 140724575098209 140724575098209 140724575100879 0
[pid=20819/tid=20882] ppid=20816 vsize=10982744 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/20819/task/20882/stat : 20882 (java) S 20816 20819 9814 0 -1 1077944384 258 12973 0 0 0 0 5 3 20 0 15 0 107269387 11246329856 10592 33554432000 4194304 4196468 140724575086496 140044070038128 140044833847938 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37072896 140724575095409 140724575098209 140724575098209 140724575100879 0
[pid=20819/tid=20883] ppid=20816 vsize=10982744 memory=139813762168448 CPUtime=0.11 cores=1,3,5,7
/proc/20819/task/20883/stat : 20883 (java) S 20816 20819 9814 0 -1 1077944384 610 12973 0 0 3 0 5 3 20 0 15 0 107269387 11246329856 10592 33554432000 4194304 4196468 140724575086496 140044068985584 140044833847938 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37072896 140724575095409 140724575098209 140724575098209 140724575100879 0
[pid=20819/tid=20884] ppid=20816 vsize=10982744 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/20819/task/20884/stat : 20884 (java) S 20816 20819 9814 0 -1 1077944384 3 12973 0 0 0 0 5 3 20 0 15 0 107269387 11246329856 10592 33554432000 4194304 4196468 140724575086496 140042844499040 140044833846997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37072896 140724575095409 140724575098209 140724575098209 140724575100879 0
[pid=20819/tid=20885] ppid=20816 vsize=10982744 memory=139813762168448 CPUtime=0.08 cores=1,3,5,7
/proc/20819/task/20885/stat : 20885 (java) S 20816 20819 9814 0 -1 1077944384 1 12973 0 0 0 0 5 3 20 0 15 0 107269387 11246329856 10592 33554432000 4194304 4196468 140724575086496 140044067932464 140044833847938 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37072896 140724575095409 140724575098209 140724575098209 140724575100879 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 41576 KiB

[startup+0.310089 s]*
/proc/loadavg: 2.38 2.18 2.01 3/215 20885
/proc/meminfo: memFree=24940092/32770624 swapFree=67108436/67108860
[pid=20819] ppid=20816 vsize=10983192 memory=54456 CPUtime=0.38 cores=1,3,5,7
/proc/20819/stat : 20819 (java) S 20816 20819 9814 0 -1 1077944320 10662 12973 0 0 28 2 5 3 20 0 15 0 107269372 11246788608 13614 33554432000 4194304 4196468 140724575086496 140724575069040 140044833836791 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 37072896 140724575095409 140724575098209 140724575098209 140724575100879 0
/proc/20819/statm: 2745798 13614 3093 1 0 2708109 0
[pid=20819/tid=20872] ppid=20816 vsize=10983192 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/20819/task/20872/stat : 20872 (java) R 20816 20819 9814 0 -1 4202560 7193 12973 0 0 19 1 5 3 20 0 15 0 107269381 11246788608 13656 33554432000 4194304 4196468 140724575086496 140044805648800 140044817917278 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37072896 140724575095409 140724575098209 140724575098209 140724575100879 0
[pid=20819/tid=20873] ppid=20816 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20819/task/20873/stat : 20873 (java) S 20816 20819 9814 0 -1 1077944384 1 12973 0 0 0 0 5 3 20 0 15 0 107269382 11246788608 13656 33554432000 4194304 4196468 140724575086496 140044838079248 140044833846997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37072896 140724575095409 140724575098209 140724575098209 140724575100879 0
[pid=20819/tid=20874] ppid=20816 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20819/task/20874/stat : 20874 (java) S 20816 20819 9814 0 -1 1077944384 1 12973 0 0 0 0 5 3 20 0 15 0 107269382 11246788608 13656 33554432000 4194304 4196468 140724575086496 140044725484432 140044833846997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37072896 140724575095409 140724575098209 140724575098209 140724575100879 0
[pid=20819/tid=20875] ppid=20816 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20819/task/20875/stat : 20875 (java) S 20816 20819 9814 0 -1 1077944384 1 12973 0 0 0 0 5 3 20 0 15 0 107269382 11246788608 13656 33554432000 4194304 4196468 140724575086496 140044372093968 140044833846997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37072896 140724575095409 140724575098209 140724575098209 140724575100879 0
[pid=20819/tid=20876] ppid=20816 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20819/task/20876/stat : 20876 (java) S 20816 20819 9814 0 -1 1077944384 2 12973 0 0 0 0 5 3 20 0 15 0 107269382 11246788608 13656 33554432000 4194304 4196468 140724575086496 140044371041424 140044833846997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37072896 140724575095409 140724575098209 140724575098209 140724575100879 0
[pid=20819/tid=20877] ppid=20816 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20819/task/20877/stat : 20877 (java) S 20816 20819 9814 0 -1 1077944384 2 12973 0 0 0 0 5 3 20 0 15 0 107269383 11246788608 13656 33554432000 4194304 4196468 140724575086496 140044072142832 140044833847938 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37072896 140724575095409 140724575098209 140724575098209 140724575100879 0
[pid=20819/tid=20878] ppid=20816 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/20819/task/20878/stat : 20878 (java) S 20816 20819 9814 0 -1 1077944384 13 12973 0 0 0 0 5 3 20 0 15 0 107269384 11246788608 13656 33554432000 4194304 4196468 140724575086496 140043649803168 140044833846997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37072896 140724575095409 140724575098209 140724575098209 140724575100879 0
[pid=20819/tid=20879] ppid=20816 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20819/task/20879/stat : 20879 (java) S 20816 20819 9814 0 -1 1077944384 21 12973 0 0 0 0 5 3 20 0 15 0 107269384 11246788608 13656 33554432000 4194304 4196468 140724575086496 140043582690288 140044833846997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37072896 140724575095409 140724575098209 140724575098209 140724575100879 0
[pid=20819/tid=20880] ppid=20816 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20819/task/20880/stat : 20880 (java) S 20816 20819 9814 0 -1 1077944384 3 12973 0 0 0 0 5 3 20 0 15 0 107269387 11246788608 13656 33554432000 4194304 4196468 140724575086496 140043275294928 140044833855387 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37072896 140724575095409 140724575098209 140724575098209 140724575100879 0
[pid=20819/tid=20881] ppid=20816 vsize=10983192 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/20819/task/20881/stat : 20881 (java) S 20816 20819 9814 0 -1 1077944384 356 12973 0 0 1 0 5 3 20 0 15 0 107269387 11246788608 13656 33554432000 4194304 4196468 140724575086496 140044071090672 140044833847938 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37072896 140724575095409 140724575098209 140724575098209 140724575100879 0
[pid=20819/tid=20882] ppid=20816 vsize=10983192 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/20819/task/20882/stat : 20882 (java) S 20816 20819 9814 0 -1 1077944384 265 12973 0 0 1 0 5 3 20 0 15 0 107269387 11246788608 13656 33554432000 4194304 4196468 140724575086496 140044070038128 140044833847938 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37072896 140724575095409 140724575098209 140724575098209 140724575100879 0
[pid=20819/tid=20883] ppid=20816 vsize=10983192 memory=139813762168448 CPUtime=0.13 cores=1,3,5,7
/proc/20819/task/20883/stat : 20883 (java) S 20816 20819 9814 0 -1 1077944384 616 12973 0 0 5 0 5 3 20 0 15 0 107269387 11246788608 13656 33554432000 4194304 4196468 140724575086496 140044068985584 140044833847938 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37072896 140724575095409 140724575098209 140724575098209 140724575100879 0
[pid=20819/tid=20884] ppid=20816 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/20819/task/20884/stat : 20884 (java) S 20816 20819 9814 0 -1 1077944384 3 12973 0 0 0 0 5 3 20 0 15 0 107269387 11246788608 13656 33554432000 4194304 4196468 140724575086496 140042844499040 140044833846997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37072896 140724575095409 140724575098209 140724575098209 140724575100879 0
[pid=20819/tid=20885] ppid=20816 vsize=10983192 memory=139813762168448 CPUtime=0.08 cores=1,3,5,7
/proc/20819/task/20885/stat : 20885 (java) S 20816 20819 9814 0 -1 1077944384 1 12973 0 0 0 0 5 3 20 0 15 0 107269387 11246788608 13656 33554432000 4194304 4196468 140724575086496 140044067932464 140044833847938 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37072896 140724575095409 140724575098209 140724575098209 140724575100879 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 54456 KiB

[startup+0.700741 s]
/proc/loadavg: 2.38 2.18 2.01 3/215 20885
/proc/meminfo: memFree=24929052/32770624 swapFree=67108436/67108860
[pid=20819] ppid=20816 vsize=10983192 memory=86328 CPUtime=0.99 cores=1,3,5,7
/proc/20819/stat : 20819 (java) S 20816 20819 9814 0 -1 1077944320 16785 12973 0 0 87 4 5 3 20 0 15 0 107269372 11246788608 21582 33554432000 4194304 4196468 140724575086496 140724575069040 140044833836791 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 37072896 140724575095409 140724575098209 140724575098209 140724575100879 0
/proc/20819/statm: 2745798 21582 3238 1 0 2708109 0
[pid=20819/tid=20872] ppid=20816 vsize=10983192 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/20819/task/20872/stat : 20872 (java) R 20816 20819 9814 0 -1 4202560 12261 12973 0 0 55 3 5 3 20 0 15 0 107269381 11246788608 21582 33554432000 4194304 4196468 140724575086496 140044805659792 140044817917278 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37072896 140724575095409 140724575098209 140724575098209 140724575100879 0
[pid=20819/tid=20873] ppid=20816 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20819/task/20873/stat : 20873 (java) S 20816 20819 9814 0 -1 1077944384 1 12973 0 0 0 0 5 3 20 0 15 0 107269382 11246788608 21582 33554432000 4194304 4196468 140724575086496 140044838079248 140044833846997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37072896 140724575095409 140724575098209 140724575098209 140724575100879 0
[pid=20819/tid=20874] ppid=20816 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20819/task/20874/stat : 20874 (java) S 20816 20819 9814 0 -1 1077944384 1 12973 0 0 0 0 5 3 20 0 15 0 107269382 11246788608 21582 33554432000 4194304 4196468 140724575086496 140044725484432 140044833846997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37072896 140724575095409 140724575098209 140724575098209 140724575100879 0
[pid=20819/tid=20875] ppid=20816 vsize=10983192 memory=139813600768816 CPUtime=0.08 cores=1,3,5,7
/proc/20819/task/20875/stat : 20875 (java) S 20816 20819 9814 0 -1 1077944384 1 12973 0 0 0 0 5 3 20 0 15 0 107269382 11246788608 21582 33554432000 4194304 4196468 140724575086496 140044372093968 140044833846997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37072896 140724575095409 140724575098209 140724575098209 140724575100879 0
[pid=20819/tid=20876] ppid=20816 vsize=10983192 memory=139814070387289 CPUtime=0.08 cores=1,3,5,7
/proc/20819/task/20876/stat : 20876 (java) S 20816 20819 9814 0 -1 1077944384 2 12973 0 0 0 0 5 3 20 0 15 0 107269382 11246788608 21582 33554432000 4194304 4196468 140724575086496 140044371041424 140044833846997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37072896 140724575095409 140724575098209 140724575098209 140724575100879 0
[pid=20819/tid=20877] ppid=20816 vsize=10983192 memory=1388 CPUtime=0.08 cores=1,3,5,7
/proc/20819/task/20877/stat : 20877 (java) S 20816 20819 9814 0 -1 1077944384 6 12973 0 0 0 0 5 3 20 0 15 0 107269383 11246788608 21582 33554432000 4194304 4196468 140724575086496 140044072142832 140044833847938 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37072896 140724575095409 140724575098209 140724575098209 140724575100879 0
[pid=20819/tid=20878] ppid=20816 vsize=10983192 memory=4639098309541127525 CPUtime=0.08 cores=1,3,5,7
/proc/20819/task/20878/stat : 20878 (java) S 20816 20819 9814 0 -1 1077944384 13 12973 0 0 0 0 5 3 20 0 15 0 107269384 11246788608 21582 33554432000 4194304 4196468 140724575086496 140043649803168 140044833846997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37072896 140724575095409 140724575098209 140724575098209 140724575100879 0
[pid=20819/tid=20879] ppid=20816 vsize=10983192 memory=8027477668130812270 CPUtime=0.08 cores=1,3,5,7
/proc/20819/task/20879/stat : 20879 (java) S 20816 20819 9814 0 -1 1077944384 21 12973 0 0 0 0 5 3 20 0 15 0 107269384 11246788608 21582 33554432000 4194304 4196468 140724575086496 140043582690288 140044833846997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37072896 140724575095409 140724575098209 140724575098209 140724575100879 0
[pid=20819/tid=20880] ppid=20816 vsize=10983192 memory=17468 CPUtime=0.08 cores=1,3,5,7
/proc/20819/task/20880/stat : 20880 (java) S 20816 20819 9814 0 -1 1077944384 3 12973 0 0 0 0 5 3 20 0 15 0 107269387 11246788608 21582 33554432000 4194304 4196468 140724575086496 140043275294928 140044833855387 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37072896 140724575095409 140724575098209 140724575098209 140724575100879 0
[pid=20819/tid=20881] ppid=20816 vsize=10983192 memory=16148 CPUtime=0.15 cores=1,3,5,7
/proc/20819/task/20881/stat : 20881 (java) S 20816 20819 9814 0 -1 1077944384 701 12973 0 0 7 0 5 3 20 0 15 0 107269387 11246788608 21582 33554432000 4194304 4196468 140724575086496 140044071090672 140044833847938 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37072896 140724575095409 140724575098209 140724575098209 140724575100879 0
[pid=20819/tid=20882] ppid=20816 vsize=10983192 memory=4004 CPUtime=0.17 cores=1,3,5,7
/proc/20819/task/20882/stat : 20882 (java) S 20816 20819 9814 0 -1 1077944384 916 12973 0 0 9 0 5 3 20 0 15 0 107269387 11246788608 21582 33554432000 4194304 4196468 140724575086496 140044070038128 140044833847938 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37072896 140724575095409 140724575098209 140724575098209 140724575100879 0
[pid=20819/tid=20883] ppid=20816 vsize=10983192 memory=636 CPUtime=0.21 cores=1,3,5,7
/proc/20819/task/20883/stat : 20883 (java) S 20816 20819 9814 0 -1 1077944384 663 12973 0 0 13 0 5 3 20 0 15 0 107269387 11246788608 21582 33554432000 4194304 4196468 140724575086496 140044068985584 140044833847938 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37072896 140724575095409 140724575098209 140724575098209 140724575100879 0
[pid=20819/tid=20884] ppid=20816 vsize=10983192 memory=1780 CPUtime=0.08 cores=1,3,5,7
/proc/20819/task/20884/stat : 20884 (java) S 20816 20819 9814 0 -1 1077944384 3 12973 0 0 0 0 5 3 20 0 15 0 107269387 11246788608 21582 33554432000 4194304 4196468 140724575086496 140042844499040 140044833846997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37072896 140724575095409 140724575098209 140724575098209 140724575100879 0
[pid=20819/tid=20885] ppid=20816 vsize=10983192 memory=1236 CPUtime=0.08 cores=1,3,5,7
/proc/20819/task/20885/stat : 20885 (java) S 20816 20819 9814 0 -1 1077944384 1 12973 0 0 0 0 5 3 20 0 15 0 107269387 11246788608 21582 33554432000 4194304 4196468 140724575086496 140044067932464 140044833847938 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37072896 140724575095409 140724575098209 140724575098209 140724575100879 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 86328 KiB

[startup+1.50079 s]
/proc/loadavg: 2.35 2.17 2.01 3/215 20885
/proc/meminfo: memFree=24885448/32770624 swapFree=67108436/67108860
[pid=20819] ppid=20816 vsize=10998092 memory=175328 CPUtime=2.28 cores=1,3,5,7
/proc/20819/stat : 20819 (java) S 20816 20819 9814 0 -1 1077944320 24062 12973 0 0 210 10 5 3 20 0 15 0 107269372 11262046208 43832 33554432000 4194304 4196468 140724575086496 140724575069040 140044833836791 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 37072896 140724575095409 140724575098209 140724575098209 140724575100879 0
/proc/20819/statm: 2749523 43832 3473 1 0 2711181 0
[pid=20819/tid=20872] ppid=20816 vsize=10998092 memory=63224 CPUtime=1.43 cores=1,3,5,7
/proc/20819/task/20872/stat : 20872 (java) R 20816 20819 9814 0 -1 4202560 17901 12973 0 0 129 6 5 3 20 0 15 0 107269381 11262046208 43832 33554432000 4194304 4196468 140724575086496 140044805666336 140044833858717 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37072896 140724575095409 140724575098209 140724575098209 140724575100879 0
[pid=20819/tid=20873] ppid=20816 vsize=10998092 memory=6791534058613427641 CPUtime=0.09 cores=1,3,5,7
/proc/20819/task/20873/stat : 20873 (java) S 20816 20819 9814 0 -1 1077944384 192 12973 0 0 1 0 5 3 20 0 15 0 107269382 11262046208 43832 33554432000 4194304 4196468 140724575086496 140044838079248 140044833846997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37072896 140724575095409 140724575098209 140724575098209 140724575100879 0
[pid=20819/tid=20874] ppid=20816 vsize=10998092 memory=279627201568928 CPUtime=0.09 cores=1,3,5,7
/proc/20819/task/20874/stat : 20874 (java) S 20816 20819 9814 0 -1 1077944384 23 12973 0 0 1 0 5 3 20 0 15 0 107269382 11262046208 43832 33554432000 4194304 4196468 140724575086496 140044725484432 140044833846997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37072896 140724575095409 140724575098209 140724575098209 140724575100879 0
[pid=20819/tid=20875] ppid=20816 vsize=10998092 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/20819/task/20875/stat : 20875 (java) S 20816 20819 9814 0 -1 1077944384 16 12973 0 0 1 0 5 3 20 0 15 0 107269382 11262046208 43832 33554432000 4194304 4196468 140724575086496 140044372093968 140044833846997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37072896 140724575095409 140724575098209 140724575098209 140724575100879 0
[pid=20819/tid=20876] ppid=20816 vsize=10998092 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20819/task/20876/stat : 20876 (java) S 20816 20819 9814 0 -1 1077944384 73 12973 0 0 0 0 5 3 20 0 15 0 107269382 11262046208 43832 33554432000 4194304 4196468 140724575086496 140044371041424 140044833846997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37072896 140724575095409 140724575098209 140724575098209 140724575100879 0
[pid=20819/tid=20877] ppid=20816 vsize=10998092 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/20819/task/20877/stat : 20877 (java) S 20816 20819 9814 0 -1 1077944384 52 12973 0 0 1 0 5 3 20 0 15 0 107269383 11262046208 43832 33554432000 4194304 4196468 140724575086496 140044072142832 140044833847938 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37072896 140724575095409 140724575098209 140724575098209 140724575100879 0
[pid=20819/tid=20878] ppid=20816 vsize=10998092 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20819/task/20878/stat : 20878 (java) S 20816 20819 9814 0 -1 1077944384 13 12973 0 0 0 0 5 3 20 0 15 0 107269384 11262046208 43832 33554432000 4194304 4196468 140724575086496 140043649803232 140044833846997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37072896 140724575095409 140724575098209 140724575098209 140724575100879 0
[pid=20819/tid=20879] ppid=20816 vsize=10998092 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20819/task/20879/stat : 20879 (java) S 20816 20819 9814 0 -1 1077944384 43 12973 0 0 0 0 5 3 20 0 15 0 107269384 11262046208 43832 33554432000 4194304 4196468 140724575086496 140043582690304 140044833846997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37072896 140724575095409 140724575098209 140724575098209 140724575100879 0
[pid=20819/tid=20880] ppid=20816 vsize=10998092 memory=-5921431000321636112 CPUtime=0.08 cores=1,3,5,7
/proc/20819/task/20880/stat : 20880 (java) S 20816 20819 9814 0 -1 1077944384 3 12973 0 0 0 0 5 3 20 0 15 0 107269387 11262046208 43832 33554432000 4194304 4196468 140724575086496 140043275294928 140044833855387 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37072896 140724575095409 140724575098209 140724575098209 140724575100879 0
[pid=20819/tid=20881] ppid=20816 vsize=10998092 memory=0 CPUtime=0.25 cores=1,3,5,7
/proc/20819/task/20881/stat : 20881 (java) S 20816 20819 9814 0 -1 1077944384 907 12973 0 0 17 0 5 3 20 0 15 0 107269387 11262046208 43832 33554432000 4194304 4196468 140724575086496 140044071090672 140044833847938 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37072896 140724575095409 140724575098209 140724575098209 140724575100879 0
[pid=20819/tid=20882] ppid=20816 vsize=10998092 memory=0 CPUtime=0.32 cores=1,3,5,7
/proc/20819/task/20882/stat : 20882 (java) S 20816 20819 9814 0 -1 1077944384 1369 12973 0 0 24 0 5 3 20 0 15 0 107269387 11262046208 43832 33554432000 4194304 4196468 140724575086496 140044070038128 140044833847938 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37072896 140724575095409 140724575098209 140724575098209 140724575100879 0
[pid=20819/tid=20883] ppid=20816 vsize=10998092 memory=6791534058613427641 CPUtime=0.4 cores=1,3,5,7
/proc/20819/task/20883/stat : 20883 (java) S 20816 20819 9814 0 -1 1077944384 1273 12973 0 0 32 0 5 3 20 0 15 0 107269387 11262046208 43832 33554432000 4194304 4196468 140724575086496 140044068985584 140044833847938 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37072896 140724575095409 140724575098209 140724575098209 140724575100879 0
[pid=20819/tid=20884] ppid=20816 vsize=10998092 memory=4638778398332698720 CPUtime=0.08 cores=1,3,5,7
/proc/20819/task/20884/stat : 20884 (java) S 20816 20819 9814 0 -1 1077944384 3 12973 0 0 0 0 5 3 20 0 15 0 107269387 11262046208 43832 33554432000 4194304 4196468 140724575086496 140042844499040 140044833846997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37072896 140724575095409 140724575098209 140724575098209 140724575100879 0
[pid=20819/tid=20885] ppid=20816 vsize=10998092 memory=279627201813376 CPUtime=0.08 cores=1,3,5,7
/proc/20819/task/20885/stat : 20885 (java) S 20816 20819 9814 0 -1 1077944384 1 12973 0 0 0 0 5 3 20 0 15 0 107269387 11262046208 43832 33554432000 4194304 4196468 140724575086496 140044067932464 140044833847938 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37072896 140724575095409 140724575098209 140724575098209 140724575100879 0
Current children cumulated CPU time: 2.28 s
Current children cumulated vsize: 10998092 KiB

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

[startup+3.11043 s]
/proc/loadavg: 2.35 2.17 2.01 5/215 20885
/proc/meminfo: memFree=24733324/32770624 swapFree=67108436/67108860
[pid=20819] ppid=20816 vsize=11008352 memory=260488 CPUtime=5.74 cores=1,3,5,7
/proc/20819/stat : 20819 (java) S 20816 20819 9814 0 -1 1077944320 38643 12973 0 0 550 16 5 3 20 0 15 0 107269372 11272552448 65122 33554432000 4194304 4196468 140724575086496 140724575069040 140044833836791 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 37072896 140724575095409 140724575098209 140724575098209 140724575100879 0
/proc/20819/statm: 2752088 65122 3498 1 0 2713741 0
[pid=20819/tid=20872] ppid=20816 vsize=11008352 memory=194688 CPUtime=2.98 cores=1,3,5,7
/proc/20819/task/20872/stat : 20872 (java) R 20816 20819 9814 0 -1 4202560 27245 12973 0 0 282 8 5 3 20 0 15 0 107269381 11272552448 65122 33554432000 4194304 4196468 140724575086496 140044805665960 140044412895842 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 37072896 140724575095409 140724575098209 140724575098209 140724575100879 0
[pid=20819/tid=20873] ppid=20816 vsize=11008352 memory=207956 CPUtime=0.1 cores=1,3,5,7
/proc/20819/task/20873/stat : 20873 (java) S 20816 20819 9814 0 -1 1077944384 224 12973 0 0 2 0 5 3 20 0 15 0 107269382 11272552448 65122 33554432000 4194304 4196468 140724575086496 140044838079248 140044833846997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37072896 140724575095409 140724575098209 140724575098209 140724575100879 0
[pid=20819/tid=20874] ppid=20816 vsize=11008352 memory=279627201432832 CPUtime=0.11 cores=1,3,5,7
/proc/20819/task/20874/stat : 20874 (java) S 20816 20819 9814 0 -1 1077944384 44 12973 0 0 3 0 5 3 20 0 15 0 107269382 11272552448 65122 33554432000 4194304 4196468 140724575086496 140044725484432 140044833846997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37072896 140724575095409 140724575098209 140724575098209 140724575100879 0
[pid=20819/tid=20875] ppid=20816 vsize=11008352 memory=1773351732737 CPUtime=0.11 cores=1,3,5,7
/proc/20819/task/20875/stat : 20875 (java) S 20816 20819 9814 0 -1 1077944384 34 12973 0 0 3 0 5 3 20 0 15 0 107269382 11272552448 65122 33554432000 4194304 4196468 140724575086496 140044372093968 140044833846997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37072896 140724575095409 140724575098209 140724575098209 140724575100879 0
[pid=20819/tid=20876] ppid=20816 vsize=11008352 memory=1906495718913 CPUtime=0.1 cores=1,3,5,7
/proc/20819/task/20876/stat : 20876 (java) S 20816 20819 9814 0 -1 1077944384 83 12973 0 0 2 0 5 3 20 0 15 0 107269382 11272552448 65122 33554432000 4194304 4196468 140724575086496 140044371041424 140044833846997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37072896 140724575095409 140724575098209 140724575098209 140724575100879 0
[pid=20819/tid=20877] ppid=20816 vsize=11008352 memory=279627201399760 CPUtime=0.11 cores=1,3,5,7
/proc/20819/task/20877/stat : 20877 (java) S 20816 20819 9814 0 -1 1077944384 1526 12973 0 0 3 0 5 3 20 0 15 0 107269383 11272552448 65122 33554432000 4194304 4196468 140724575086496 140044072142832 140044833847938 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37072896 140724575095409 140724575098209 140724575098209 140724575100879 0
[pid=20819/tid=20878] ppid=20816 vsize=11008352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20819/task/20878/stat : 20878 (java) S 20816 20819 9814 0 -1 1077944384 13 12973 0 0 0 0 5 3 20 0 15 0 107269384 11272552448 65122 33554432000 4194304 4196468 140724575086496 140043649803232 140044833846997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37072896 140724575095409 140724575098209 140724575098209 140724575100879 0
[pid=20819/tid=20879] ppid=20816 vsize=11008352 memory=-6305709524965352832 CPUtime=0.08 cores=1,3,5,7
/proc/20819/task/20879/stat : 20879 (java) S 20816 20819 9814 0 -1 1077944384 43 12973 0 0 0 0 5 3 20 0 15 0 107269384 11272552448 65122 33554432000 4194304 4196468 140724575086496 140043582690304 140044833846997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37072896 140724575095409 140724575098209 140724575098209 140724575100879 0
[pid=20819/tid=20880] ppid=20816 vsize=11008352 memory=6944656592387989600 CPUtime=0.08 cores=1,3,5,7
/proc/20819/task/20880/stat : 20880 (java) S 20816 20819 9814 0 -1 1077944384 3 12973 0 0 0 0 5 3 20 0 15 0 107269387 11272552448 65122 33554432000 4194304 4196468 140724575086496 140043275294928 140044833855387 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37072896 140724575095409 140724575098209 140724575098209 140724575100879 0
[pid=20819/tid=20881] ppid=20816 vsize=11008352 memory=6944652177228980320 CPUtime=0.79 cores=1,3,5,7
/proc/20819/task/20881/stat : 20881 (java) R 20816 20819 9814 0 -1 4202560 1803 12973 0 0 70 1 5 3 20 0 15 0 107269387 11272552448 65122 33554432000 4194304 4196468 140724575086496 140044071090672 140044818243994 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37072896 140724575095409 140724575098209 140724575098209 140724575100879 0
[pid=20819/tid=20882] ppid=20816 vsize=11008352 memory=279627201382112 CPUtime=0.85 cores=1,3,5,7
/proc/20819/task/20882/stat : 20882 (java) R 20816 20819 9814 0 -1 4202560 1981 12973 0 0 77 0 5 3 20 0 15 0 107269387 11272552448 65122 33554432000 4194304 4196468 140724575086496 140044070026272 140044818230386 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37072896 140724575095409 140724575098209 140724575098209 140724575100879 0
[pid=20819/tid=20883] ppid=20816 vsize=11008352 memory=279627201388832 CPUtime=1.11 cores=1,3,5,7
/proc/20819/task/20883/stat : 20883 (java) S 20816 20819 9814 0 -1 1077944384 3445 12973 0 0 103 0 5 3 20 0 15 0 107269387 11272552448 65122 33554432000 4194304 4196468 140724575086496 140044068985584 140044833847938 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37072896 140724575095409 140724575098209 140724575098209 140724575100879 0
[pid=20819/tid=20884] ppid=20816 vsize=11008352 memory=56 CPUtime=0.08 cores=1,3,5,7
/proc/20819/task/20884/stat : 20884 (java) S 20816 20819 9814 0 -1 1077944384 3 12973 0 0 0 0 5 3 20 0 15 0 107269387 11272552448 65122 33554432000 4194304 4196468 140724575086496 140042844499040 140044833846997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37072896 140724575095409 140724575098209 140724575098209 140724575100879 0
[pid=20819/tid=20885] ppid=20816 vsize=11008352 memory=6498740855180902496 CPUtime=0.08 cores=1,3,5,7
/proc/20819/task/20885/stat : 20885 (java) S 20816 20819 9814 0 -1 1077944384 3 12973 0 0 0 0 5 3 20 0 15 0 107269387 11272552448 65122 33554432000 4194304 4196468 140724575086496 140044067932464 140044833847938 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37072896 140724575095409 140724575098209 140724575098209 140724575100879 0
Current children cumulated CPU time: 5.74 s
Current children cumulated vsize: 11008352 KiB
Current children cumulated memory: 260488 KiB

[startup+4.26583 s]
# the end of solver process 20819 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=9.0151 s, system=0.272678 s

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

[startup+3.20156 s]
/proc/loadavg: 2.35 2.17 2.01 5/215 20885
/proc/meminfo: memFree=24733324/32770624 swapFree=67108436/67108860
[pid=20819] ppid=20816 vsize=11010400 memory=261784 CPUtime=5.98 cores=1,3,5,7
/proc/20819/stat : 20819 (java) S 20816 20819 9814 0 -1 1077944320 38929 12973 0 0 574 16 5 3 20 0 15 0 107269372 11274649600 65446 33554432000 4194304 4196468 140724575086496 140724575069040 140044833836791 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 37072896 140724575095409 140724575098209 140724575098209 140724575100879 0
/proc/20819/statm: 2752600 65446 3498 1 0 2714253 0
[pid=20819/tid=20872] ppid=20816 vsize=11010400 memory=-9123011406873206402 CPUtime=3.07 cores=1,3,5,7
/proc/20819/task/20872/stat : 20872 (java) R 20816 20819 9814 0 -1 1077944384 27381 12973 0 0 291 8 5 3 20 0 15 0 107269381 11274649600 65446 33554432000 4194304 4196468 140724575086496 140044805668224 140044833846997 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 37072896 140724575095409 140724575098209 140724575098209 140724575100879 0
[pid=20819/tid=20873] ppid=20816 vsize=11010400 memory=4638778398332698720 CPUtime=0.1 cores=1,3,5,7
/proc/20819/task/20873/stat : 20873 (java) S 20816 20819 9814 0 -1 1077944384 224 12973 0 0 2 0 5 3 20 0 15 0 107269382 11274649600 65446 33554432000 4194304 4196468 140724575086496 140044838079248 140044833846997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37072896 140724575095409 140724575098209 140724575098209 140724575100879 0
[pid=20819/tid=20874] ppid=20816 vsize=11010400 memory=2984339746955739232 CPUtime=0.11 cores=1,3,5,7
/proc/20819/task/20874/stat : 20874 (java) S 20816 20819 9814 0 -1 1077944384 44 12973 0 0 3 0 5 3 20 0 15 0 107269382 11274649600 65446 33554432000 4194304 4196468 140724575086496 140044725484432 140044833846997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37072896 140724575095409 140724575098209 140724575098209 140724575100879 0
[pid=20819/tid=20875] ppid=20816 vsize=11010400 memory=734122130331934768 CPUtime=0.11 cores=1,3,5,7
/proc/20819/task/20875/stat : 20875 (java) S 20816 20819 9814 0 -1 1077944384 34 12973 0 0 3 0 5 3 20 0 15 0 107269382 11274649600 65446 33554432000 4194304 4196468 140724575086496 140044372093968 140044833846997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37072896 140724575095409 140724575098209 140724575098209 140724575100879 0
[pid=20819/tid=20876] ppid=20816 vsize=11010400 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/20819/task/20876/stat : 20876 (java) S 20816 20819 9814 0 -1 1077944384 83 12973 0 0 2 0 5 3 20 0 15 0 107269382 11274649600 65446 33554432000 4194304 4196468 140724575086496 140044371041424 140044833846997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37072896 140724575095409 140724575098209 140724575098209 140724575100879 0
[pid=20819/tid=20877] ppid=20816 vsize=11010400 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/20819/task/20877/stat : 20877 (java) S 20816 20819 9814 0 -1 1077944384 1526 12973 0 0 3 0 5 3 20 0 15 0 107269383 11274649600 65446 33554432000 4194304 4196468 140724575086496 140044072142832 140044833847938 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37072896 140724575095409 140724575098209 140724575098209 140724575100879 0
[pid=20819/tid=20878] ppid=20816 vsize=11010400 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20819/task/20878/stat : 20878 (java) S 20816 20819 9814 0 -1 1077944384 13 12973 0 0 0 0 5 3 20 0 15 0 107269384 11274649600 65446 33554432000 4194304 4196468 140724575086496 140043649803232 140044833846997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37072896 140724575095409 140724575098209 140724575098209 140724575100879 0
[pid=20819/tid=20879] ppid=20816 vsize=11010400 memory=2241 CPUtime=0.08 cores=1,3,5,7
/proc/20819/task/20879/stat : 20879 (java) S 20816 20819 9814 0 -1 1077944384 43 12973 0 0 0 0 5 3 20 0 15 0 107269384 11274649600 65446 33554432000 4194304 4196468 140724575086496 140043582690304 140044833846997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37072896 140724575095409 140724575098209 140724575098209 140724575100879 0
[pid=20819/tid=20880] ppid=20816 vsize=11010400 memory=2244 CPUtime=0.08 cores=1,3,5,7
/proc/20819/task/20880/stat : 20880 (java) S 20816 20819 9814 0 -1 1077944384 3 12973 0 0 0 0 5 3 20 0 15 0 107269387 11274649600 65446 33554432000 4194304 4196468 140724575086496 140043275294928 140044833855387 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37072896 140724575095409 140724575098209 140724575098209 140724575100879 0
[pid=20819/tid=20881] ppid=20816 vsize=11010400 memory=0 CPUtime=0.84 cores=1,3,5,7
/proc/20819/task/20881/stat : 20881 (java) R 20816 20819 9814 0 -1 4202560 1828 12973 0 0 75 1 5 3 20 0 15 0 107269387 11274649600 65446 33554432000 4194304 4196468 140724575086496 140044071090672 140044817223579 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37072896 140724575095409 140724575098209 140724575098209 140724575100879 0
[pid=20819/tid=20882] ppid=20816 vsize=11010400 memory=0 CPUtime=0.91 cores=1,3,5,7
/proc/20819/task/20882/stat : 20882 (java) R 20816 20819 9814 0 -1 4202560 2012 12973 0 0 83 0 5 3 20 0 15 0 107269387 11274649600 65446 33554432000 4194304 4196468 140724575086496 140044070036528 140044812073177 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37072896 140724575095409 140724575098209 140724575098209 140724575100879 0
[pid=20819/tid=20883] ppid=20816 vsize=11010400 memory=0 CPUtime=1.16 cores=1,3,5,7
/proc/20819/task/20883/stat : 20883 (java) S 20816 20819 9814 0 -1 1077944384 3539 12973 0 0 108 0 5 3 20 0 15 0 107269387 11274649600 65446 33554432000 4194304 4196468 140724575086496 140044068985584 140044833847938 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37072896 140724575095409 140724575098209 140724575098209 140724575100879 0
[pid=20819/tid=20884] ppid=20816 vsize=11010400 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20819/task/20884/stat : 20884 (java) S 20816 20819 9814 0 -1 1077944384 3 12973 0 0 0 0 5 3 20 0 15 0 107269387 11274649600 65446 33554432000 4194304 4196468 140724575086496 140042844499040 140044833846997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37072896 140724575095409 140724575098209 140724575098209 140724575100879 0
[pid=20819/tid=20885] ppid=20816 vsize=11010400 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20819/task/20885/stat : 20885 (java) S 20816 20819 9814 0 -1 1077944384 3 12973 0 0 0 0 5 3 20 0 15 0 107269387 11274649600 65446 33554432000 4194304 4196468 140724575086496 140044067932464 140044833847938 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37072896 140724575095409 140724575098209 140724575098209 140724575100879 0
Current children cumulated CPU time: 5.98 s
Current children cumulated vsize: 11010400 KiB
Current children cumulated memory: 261784 KiB

[startup+4.00075 s]*
/proc/loadavg: 2.35 2.17 2.01 5/215 20885
/proc/meminfo: memFree=24638768/32770624 swapFree=67108436/67108860
[pid=20819] ppid=20816 vsize=11080256 memory=336596 CPUtime=8.48 cores=1,3,5,7
/proc/20819/stat : 20819 (java) S 20816 20819 9814 0 -1 1077944320 71853 12973 0 0 820 20 5 3 20 0 15 0 107269372 11346182144 84083 33554432000 4194304 4196468 140724575086496 140724575069040 140044833836791 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 37072896 140724575095409 140724575098209 140724575098209 140724575100879 0
/proc/20819/statm: 2770064 84149 3498 1 0 2731717 0
[pid=20819/tid=20872] ppid=20816 vsize=11080256 memory=734139726812938545 CPUtime=3.88 cores=1,3,5,7
/proc/20819/task/20872/stat : 20872 (java) R 20816 20819 9814 0 -1 4202560 47830 12973 0 0 369 11 5 3 20 0 15 0 107269381 11346182144 84281 33554432000 4194304 4196468 140724575086496 140044805650520 140044814112619 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37072896 140724575095409 140724575098209 140724575098209 140724575100879 0
[pid=20819/tid=20873] ppid=20816 vsize=11080256 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/20819/task/20873/stat : 20873 (java) S 20816 20819 9814 0 -1 1077944384 224 12973 0 0 2 0 5 3 20 0 15 0 107269382 11346182144 84281 33554432000 4194304 4196468 140724575086496 140044838079248 140044833846997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37072896 140724575095409 140724575098209 140724575098209 140724575100879 0
[pid=20819/tid=20874] ppid=20816 vsize=11080256 memory=307884667715387520 CPUtime=0.11 cores=1,3,5,7
/proc/20819/task/20874/stat : 20874 (java) S 20816 20819 9814 0 -1 1077944384 44 12973 0 0 3 0 5 3 20 0 15 0 107269382 11346182144 84281 33554432000 4194304 4196468 140724575086496 140044725484432 140044833846997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37072896 140724575095409 140724575098209 140724575098209 140724575100879 0
[pid=20819/tid=20875] ppid=20816 vsize=11080256 memory=-7384994778349281184 CPUtime=0.11 cores=1,3,5,7
/proc/20819/task/20875/stat : 20875 (java) S 20816 20819 9814 0 -1 1077944384 34 12973 0 0 3 0 5 3 20 0 15 0 107269382 11346182144 84281 33554432000 4194304 4196468 140724575086496 140044372093968 140044833846997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37072896 140724575095409 140724575098209 140724575098209 140724575100879 0
[pid=20819/tid=20876] ppid=20816 vsize=11080256 memory=6944656592455360608 CPUtime=0.1 cores=1,3,5,7
/proc/20819/task/20876/stat : 20876 (java) S 20816 20819 9814 0 -1 1077944384 83 12973 0 0 2 0 5 3 20 0 15 0 107269382 11346182144 84281 33554432000 4194304 4196468 140724575086496 140044371041424 140044833846997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37072896 140724575095409 140724575098209 140724575098209 140724575100879 0
[pid=20819/tid=20877] ppid=20816 vsize=11080256 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/20819/task/20877/stat : 20877 (java) S 20816 20819 9814 0 -1 1077944384 1543 12973 0 0 3 0 5 3 20 0 15 0 107269383 11346182144 84281 33554432000 4194304 4196468 140724575086496 140044072142832 140044833847938 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37072896 140724575095409 140724575098209 140724575098209 140724575100879 0
[pid=20819/tid=20878] ppid=20816 vsize=11080256 memory=3471202396320837679 CPUtime=0.08 cores=1,3,5,7
/proc/20819/task/20878/stat : 20878 (java) S 20816 20819 9814 0 -1 1077944384 13 12973 0 0 0 0 5 3 20 0 15 0 107269384 11346182144 84281 33554432000 4194304 4196468 140724575086496 140043649803232 140044833846997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37072896 140724575095409 140724575098209 140724575098209 140724575100879 0
[pid=20819/tid=20879] ppid=20816 vsize=11080256 memory=6944656592455097440 CPUtime=0.08 cores=1,3,5,7
/proc/20819/task/20879/stat : 20879 (java) S 20816 20819 9814 0 -1 1077944384 43 12973 0 0 0 0 5 3 20 0 15 0 107269384 11346182144 84281 33554432000 4194304 4196468 140724575086496 140043582690304 140044833846997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37072896 140724575095409 140724575098209 140724575098209 140724575100879 0
[pid=20819/tid=20880] ppid=20816 vsize=11080256 memory=6944656575208382560 CPUtime=0.08 cores=1,3,5,7
/proc/20819/task/20880/stat : 20880 (java) S 20816 20819 9814 0 -1 1077944384 3 12973 0 0 0 0 5 3 20 0 15 0 107269387 11346182144 84281 33554432000 4194304 4196468 140724575086496 140043275294928 140044833855387 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37072896 140724575095409 140724575098209 140724575098209 140724575100879 0
[pid=20819/tid=20881] ppid=20816 vsize=11080256 memory=0 CPUtime=1.54 cores=1,3,5,7
/proc/20819/task/20881/stat : 20881 (java) R 20816 20819 9814 0 -1 4202560 5550 12973 0 0 144 2 5 3 20 0 15 0 107269387 11346182144 84281 33554432000 4194304 4196468 140724575086496 140044071071688 140044817333579 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37072896 140724575095409 140724575098209 140724575098209 140724575100879 0
[pid=20819/tid=20882] ppid=20816 vsize=11080256 memory=3472328296227680299 CPUtime=1.6 cores=1,3,5,7
/proc/20819/task/20882/stat : 20882 (java) R 20816 20819 9814 0 -1 4202560 8883 12973 0 0 151 1 5 3 20 0 15 0 107269387 11346182144 84281 33554432000 4194304 4196468 140724575086496 140044070024152 140044815356476 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37072896 140724575095409 140724575098209 140724575098209 140724575100879 0
[pid=20819/tid=20883] ppid=20816 vsize=11080256 memory=3472468109922739888 CPUtime=1.47 cores=1,3,5,7
/proc/20819/task/20883/stat : 20883 (java) S 20816 20819 9814 0 -1 1077944384 5539 12973 0 0 138 1 5 3 20 0 15 0 107269387 11346182144 84281 33554432000 4194304 4196468 140724575086496 140044068985584 140044833847938 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37072896 140724575095409 140724575098209 140724575098209 140724575100879 0
[pid=20819/tid=20884] ppid=20816 vsize=11080256 memory=2319353851852894239 CPUtime=0.08 cores=1,3,5,7
/proc/20819/task/20884/stat : 20884 (java) S 20816 20819 9814 0 -1 1077944384 3 12973 0 0 0 0 5 3 20 0 15 0 107269387 11346182144 84281 33554432000 4194304 4196468 140724575086496 140042844499040 140044833846997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37072896 140724575095409 140724575098209 140724575098209 140724575100879 0
[pid=20819/tid=20885] ppid=20816 vsize=11080256 memory=3472468092809979568 CPUtime=0.08 cores=1,3,5,7
/proc/20819/task/20885/stat : 20885 (java) S 20816 20819 9814 0 -1 1077944384 7 12973 0 0 0 0 5 3 20 0 15 0 107269387 11346182144 84347 33554432000 4194304 4196468 140724575086496 140044067932464 140044833847938 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37072896 140724575095409 140724575098209 140724575098209 140724575100879 0
Current children cumulated CPU time: 8.48 s
Current children cumulated vsize: 11080256 KiB
Current children cumulated memory: 336596 KiB

[startup+4.20075 s]
/proc/loadavg: 2.35 2.17 2.01 5/215 20885
/proc/meminfo: memFree=24638768/32770624 swapFree=67108436/67108860
[pid=20819] ppid=20816 vsize=11082740 memory=343012 CPUtime=9.13 cores=1,3,5,7
/proc/20819/stat : 20819 (java) S 20816 20819 9814 0 -1 1077944320 75412 12973 0 0 883 22 5 3 20 0 15 0 107269372 11348725760 85753 33554432000 4194304 4196468 140724575086496 140724575069040 140044833836791 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 37072896 140724575095409 140724575098209 140724575098209 140724575100879 0
/proc/20819/statm: 2770685 85753 3501 1 0 2732338 0
[pid=20819/tid=20872] ppid=20816 vsize=11082740 memory=7300986277985281088 CPUtime=4.07 cores=1,3,5,7
/proc/20819/task/20872/stat : 20872 (java) R 20816 20819 9814 0 -1 4202560 48540 12973 0 0 388 11 5 3 20 0 15 0 107269381 11348725760 85753 33554432000 4194304 4196468 140724575086496 140044805664112 140044815400320 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37072896 140724575095409 140724575098209 140724575098209 140724575100879 0
[pid=20819/tid=20873] ppid=20816 vsize=11082740 memory=5787214926557827170 CPUtime=0.1 cores=1,3,5,7
/proc/20819/task/20873/stat : 20873 (java) S 20816 20819 9814 0 -1 1077944384 224 12973 0 0 2 0 5 3 20 0 15 0 107269382 11348725760 85753 33554432000 4194304 4196468 140724575086496 140044838079248 140044833846997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37072896 140724575095409 140724575098209 140724575098209 140724575100879 0
[pid=20819/tid=20874] ppid=20816 vsize=11082740 memory=7086240636145588330 CPUtime=0.11 cores=1,3,5,7
/proc/20819/task/20874/stat : 20874 (java) S 20816 20819 9814 0 -1 1077944384 44 12973 0 0 3 0 5 3 20 0 15 0 107269382 11348725760 85753 33554432000 4194304 4196468 140724575086496 140044725484432 140044833846997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37072896 140724575095409 140724575098209 140724575098209 140724575100879 0
[pid=20819/tid=20875] ppid=20816 vsize=11082740 memory=7017355101710299389 CPUtime=0.11 cores=1,3,5,7
/proc/20819/task/20875/stat : 20875 (java) S 20816 20819 9814 0 -1 1077944384 34 12973 0 0 3 0 5 3 20 0 15 0 107269382 11348725760 85753 33554432000 4194304 4196468 140724575086496 140044372093968 140044833846997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37072896 140724575095409 140724575098209 140724575098209 140724575100879 0
[pid=20819/tid=20876] ppid=20816 vsize=11082740 memory=3848 CPUtime=0.1 cores=1,3,5,7
/proc/20819/task/20876/stat : 20876 (java) S 20816 20819 9814 0 -1 1077944384 83 12973 0 0 2 0 5 3 20 0 15 0 107269382 11348725760 85753 33554432000 4194304 4196468 140724575086496 140044371041424 140044833846997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37072896 140724575095409 140724575098209 140724575098209 140724575100879 0
[pid=20819/tid=20877] ppid=20816 vsize=11082740 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/20819/task/20877/stat : 20877 (java) S 20816 20819 9814 0 -1 1077944384 1543 12973 0 0 3 0 5 3 20 0 15 0 107269383 11348725760 85753 33554432000 4194304 4196468 140724575086496 140044072142832 140044833847938 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37072896 140724575095409 140724575098209 140724575098209 140724575100879 0
[pid=20819/tid=20878] ppid=20816 vsize=11082740 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20819/task/20878/stat : 20878 (java) S 20816 20819 9814 0 -1 1077944384 13 12973 0 0 0 0 5 3 20 0 15 0 107269384 11348725760 85753 33554432000 4194304 4196468 140724575086496 140043649803232 140044833846997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37072896 140724575095409 140724575098209 140724575098209 140724575100879 0
[pid=20819/tid=20879] ppid=20816 vsize=11082740 memory=2241 CPUtime=0.08 cores=1,3,5,7
/proc/20819/task/20879/stat : 20879 (java) S 20816 20819 9814 0 -1 1077944384 43 12973 0 0 0 0 5 3 20 0 15 0 107269384 11348725760 85753 33554432000 4194304 4196468 140724575086496 140043582690304 140044833846997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37072896 140724575095409 140724575098209 140724575098209 140724575100879 0
[pid=20819/tid=20880] ppid=20816 vsize=11082740 memory=279627201675904 CPUtime=0.08 cores=1,3,5,7
/proc/20819/task/20880/stat : 20880 (java) S 20816 20819 9814 0 -1 1077944384 3 12973 0 0 0 0 5 3 20 0 15 0 107269387 11348725760 85753 33554432000 4194304 4196468 140724575086496 140043275294928 140044833855387 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37072896 140724575095409 140724575098209 140724575098209 140724575100879 0
[pid=20819/tid=20881] ppid=20816 vsize=11082740 memory=34340 CPUtime=1.72 cores=1,3,5,7
/proc/20819/task/20881/stat : 20881 (java) S 20816 20819 9814 0 -1 1077944384 5950 12973 0 0 162 2 5 3 20 0 15 0 107269387 11348725760 85753 33554432000 4194304 4196468 140724575086496 140044071090672 140044833847938 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37072896 140724575095409 140724575098209 140724575098209 140724575100879 0
[pid=20819/tid=20882] ppid=20816 vsize=11082740 memory=36612 CPUtime=1.8 cores=1,3,5,7
/proc/20819/task/20882/stat : 20882 (java) R 20816 20819 9814 0 -1 4202560 10982 12973 0 0 170 2 5 3 20 0 15 0 107269387 11348725760 85753 33554432000 4194304 4196468 140724575086496 140044070024288 140044813083372 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37072896 140724575095409 140724575098209 140724575098209 140724575100879 0
[pid=20819/tid=20883] ppid=20816 vsize=11082740 memory=2244 CPUtime=1.55 cores=1,3,5,7
/proc/20819/task/20883/stat : 20883 (java) S 20816 20819 9814 0 -1 1077944384 5749 12973 0 0 146 1 5 3 20 0 15 0 107269387 11348725760 85753 33554432000 4194304 4196468 140724575086496 140044068985584 140044833847938 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37072896 140724575095409 140724575098209 140724575098209 140724575100879 0
[pid=20819/tid=20884] ppid=20816 vsize=11082740 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20819/task/20884/stat : 20884 (java) S 20816 20819 9814 0 -1 1077944384 3 12973 0 0 0 0 5 3 20 0 15 0 107269387 11348725760 85753 33554432000 4194304 4196468 140724575086496 140042844499040 140044833846997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37072896 140724575095409 140724575098209 140724575098209 140724575100879 0
[pid=20819/tid=20885] ppid=20816 vsize=11082740 memory=6055711134465405448 CPUtime=0.08 cores=1,3,5,7
/proc/20819/task/20885/stat : 20885 (java) S 20816 20819 9814 0 -1 1077944384 8 12973 0 0 0 0 5 3 20 0 15 0 107269387 11348725760 85753 33554432000 4194304 4196468 140724575086496 140044067932464 140044833847938 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37072896 140724575095409 140724575098209 140724575098209 140724575100879 0
Current children cumulated CPU time: 9.13 s
Current children cumulated vsize: 11082740 KiB
Current children cumulated memory: 343012 KiB

Child status: 0
Real time (s): 4.26588
CPU time (s): 9.28777
CPU user time (s): 9.0151
CPU system time (s): 0.272678
CPU usage (%): 217.722
Max. virtual memory (cumulated for all children) (KiB): 11082740
Max. memory (cumulated for all children) (KiB): 343012

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.0151
system time used= 0.272678
maximum resident set size= 345748
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 88802
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= 6887
involuntary context switches= 44


# summary of solver processes directly reported to runsolver:
#   pid: 20819
#   total CPU time (s): 9.28777
#   total CPU user time (s): 9.0151
#   total CPU system time (s): 0.272678

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.04902 second user time and 0.084186 second system time

The end

Launcher Data

Begin job on node137 at 2018-07-29 22:44:22
IDJOB=4302468
IDBENCH=141362
IDSOLVER=2776
FILE ID=node137/4302468-1532897062
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-2_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302468-1532897062/watcher-4302468-1532897062 -o /tmp/evaluation-result-4302468-1532897062/solver-4302468-1532897062 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node137-1532893235-14550 --watchdog 312  bin/xcsp-3-concrete -J-Xss64M -randomseed=2086279432 HOME/instance-4302468-1532897062.xml

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

MD5SUM BENCH= 9023d532dd437e307a8c97402098327c
RANDOM SEED=2086279432

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:        24980660 kB
MemAvailable:   28793692 kB
Buffers:          220092 kB
Cached:          3828776 kB
SwapCached:           32 kB
Active:          4937888 kB
Inactive:        2302392 kB
Active(anon):    3139188 kB
Inactive(anon):    79972 kB
Active(file):    1798700 kB
Inactive(file):  2222420 kB
Unevictable:        7424 kB
Mlocked:            7424 kB
SwapTotal:      67108860 kB
SwapFree:       67108436 kB
Dirty:             26960 kB
Writeback:             0 kB
AnonPages:       3124664 kB
Mapped:            55920 kB
Shmem:             25052 kB
Slab:             244076 kB
SReclaimable:     215492 kB
SUnreclaim:        28584 kB
KernelStack:        3808 kB
PageTables:        11160 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4479264 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2889728 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:44:26