Trace number 4304518

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.9.2-SuperNGOPT2 9.6297 4.36395

General information on the benchmark

NameTemplateDesign/
TemplateDesign-m2-2_c18.xml
MD5SUM44fbe0987cd748884024830a876a5560
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 benchmark0.65126
Satisfiable
(Un)Satisfiability was proved
Number of variables35
Number of constraints21
Number of domains3
Minimum domain size2
Maximum domain size1101
Distribution of domain sizes[{"size":2,"count":5},{"size":7,"count":25},{"size":1101,"count":5}]
Minimum variable degree2
Maximum variable degree7
Distribution of variable degrees[{"degree":2,"count":20},{"degree":3,"count":10},{"degree":7,"count":5}]
Minimum constraint arity2
Maximum constraint arity10
Distribution of constraint arities[{"arity":2,"count":10},{"arity":5,"count":6},{"arity":10,"count":5}]
Number of extensional constraints0
Number of intensional constraints10
Distribution of constraint types[{"type":"intension","count":10},{"type":"ordered","count":1},{"type":"sum","count":10}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.98/0.74	c Concrete v3.9.2.1532736233296 running
9.25/4.28	o 2
9.25/4.29	v <instantiation cost="2">
9.25/4.29	v       <list>
9.25/4.29	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]
9.25/4.29	v       </list>
9.25/4.29	v       <values>
9.25/4.29	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 254 242 0 0 0 1 1 0 0 0
9.25/4.29	v       </values>
9.25/4.29	v     </instantiation>
9.25/4.29	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 (7153 MiB free)
  memory of node 1: 16384 MiB (4791 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4304518-1534099868/watcher-4304518-1534099868 -o /tmp/evaluation-result-4304518-1534099868/solver-4304518-1534099868 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1534099857-27319 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=1193262648 -superng HOME/instance-4304518-1534099868.xml 

running on 4 cores: 0,2,4,6

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

solver pid=27668, runsolver pid=27665

[startup+0.100087 s]*
/proc/loadavg: 1.91 1.40 1.38 6/206 27725
/proc/meminfo: memFree=12223956/32770624 swapFree=67108496/67108860
[pid=27668] ppid=27665 vsize=10005480 memory=17072 CPUtime=0.08 cores=0,2,4,6
/proc/27668/stat : 27668 (java) S 27665 27668 27288 0 -1 1077944320 4420 12894 0 0 1 0 5 2 20 0 6 0 227550024 10245611520 4268 33554432000 4194304 4196468 140731611595456 140731611578000 140326872162039 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 31641600 140731611597411 140731611600220 140731611600220 140731611602895 0
/proc/27668/statm: 2501370 4268 1934 1 0 2489808 0
[pid=27668/tid=27721] ppid=27665 vsize=10005480 memory=4279135703946853774 CPUtime=0.08 cores=0,2,4,6
/proc/27668/task/27721/stat : 27721 (java) R 27665 27668 27288 0 -1 4202560 2231 12894 0 0 1 0 5 2 20 0 6 0 227550033 10245611520 4268 33554432000 4194304 4196468 140731611595456 140326843998800 140326872183965 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31641600 140731611597411 140731611600220 140731611600220 140731611602895 0
[pid=27668/tid=27722] ppid=27665 vsize=10005480 memory=8257237230052613020 CPUtime=0.07 cores=0,2,4,6
/proc/27668/task/27722/stat : 27722 (java) S 27665 27668 27288 0 -1 1077944384 1 12894 0 0 0 0 5 2 20 0 6 0 227550034 10245611520 4268 33554432000 4194304 4196468 140731611595456 140326876404368 140326872172245 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31641600 140731611597411 140731611600220 140731611600220 140731611602895 0
[pid=27668/tid=27723] ppid=27665 vsize=10005480 memory=140337224189568 CPUtime=0.07 cores=0,2,4,6
/proc/27668/task/27723/stat : 27723 (java) S 27665 27668 27288 0 -1 1077944384 1 12894 0 0 0 0 5 2 20 0 6 0 227550034 10245611520 4268 33554432000 4194304 4196468 140731611595456 140326731123216 140326872172245 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31641600 140731611597411 140731611600220 140731611600220 140731611602895 0
[pid=27668/tid=27724] ppid=27665 vsize=10005480 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27668/task/27724/stat : 27724 (java) S 27665 27668 27288 0 -1 1077944384 1 12894 0 0 0 0 5 2 20 0 6 0 227550034 10245611520 4268 33554432000 4194304 4196468 140731611595456 140326730070416 140326872172245 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31641600 140731611597411 140731611600220 140731611600220 140731611602895 0
[pid=27668/tid=27725] ppid=27665 vsize=10005480 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/27668/task/27725/stat : 27725 (java) S 27665 27668 27288 0 -1 1077944384 2 12894 0 0 0 0 5 2 20 0 6 0 227550034 10245611520 4268 33554432000 4194304 4196468 140731611595456 140326729017616 140326872172245 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31641600 140731611597411 140731611600220 140731611600220 140731611602895 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 17072 KiB

[startup+0.210138 s]*
/proc/loadavg: 1.91 1.40 1.38 4/215 27734
/proc/meminfo: memFree=12201092/32770624 swapFree=67108496/67108860
[pid=27668] ppid=27665 vsize=10982744 memory=46156 CPUtime=0.25 cores=0,2,4,6
/proc/27668/stat : 27668 (java) S 27665 27668 27288 0 -1 1077944320 8205 12894 0 0 17 1 5 2 20 0 15 0 227550024 11246329856 11539 33554432000 4194304 4196468 140731611595456 140731611578000 140326872162039 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 31641600 140731611597411 140731611600220 140731611600220 140731611602895 0
/proc/27668/statm: 2745686 11539 2979 1 0 2708109 0
[pid=27668/tid=27721] ppid=27665 vsize=10982744 memory=7022364594140610616 CPUtime=0.18 cores=0,2,4,6
/proc/27668/task/27721/stat : 27721 (java) R 27665 27668 27288 0 -1 4202560 4752 12894 0 0 11 0 5 2 20 0 15 0 227550033 11246329856 11539 33554432000 4194304 4196468 140731611595456 140326843985568 140326872173974 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31641600 140731611597411 140731611600220 140731611600220 140731611602895 0
[pid=27668/tid=27722] ppid=27665 vsize=10982744 memory=364 CPUtime=0.07 cores=0,2,4,6
/proc/27668/task/27722/stat : 27722 (java) S 27665 27668 27288 0 -1 1077944384 1 12894 0 0 0 0 5 2 20 0 15 0 227550034 11246329856 11539 33554432000 4194304 4196468 140731611595456 140326876404368 140326872172245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31641600 140731611597411 140731611600220 140731611600220 140731611602895 0
[pid=27668/tid=27723] ppid=27665 vsize=10982744 memory=3546224994460206752 CPUtime=0.07 cores=0,2,4,6
/proc/27668/task/27723/stat : 27723 (java) S 27665 27668 27288 0 -1 1077944384 1 12894 0 0 0 0 5 2 20 0 15 0 227550034 11246329856 11539 33554432000 4194304 4196468 140731611595456 140326731123216 140326872172245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31641600 140731611597411 140731611600220 140731611600220 140731611602895 0
[pid=27668/tid=27724] ppid=27665 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27668/task/27724/stat : 27724 (java) S 27665 27668 27288 0 -1 1077944384 1 12894 0 0 0 0 5 2 20 0 15 0 227550034 11246329856 11539 33554432000 4194304 4196468 140731611595456 140326730070416 140326872172245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31641600 140731611597411 140731611600220 140731611600220 140731611602895 0
[pid=27668/tid=27725] ppid=27665 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/27668/task/27725/stat : 27725 (java) S 27665 27668 27288 0 -1 1077944384 2 12894 0 0 0 0 5 2 20 0 15 0 227550034 11246329856 11539 33554432000 4194304 4196468 140731611595456 140326729017616 140326872172245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31641600 140731611597411 140731611600220 140731611600220 140731611602895 0
[pid=27668/tid=27726] ppid=27665 vsize=10982744 memory=140337224189568 CPUtime=0.07 cores=0,2,4,6
/proc/27668/task/27726/stat : 27726 (java) S 27665 27668 27288 0 -1 1077944384 2 12894 0 0 0 0 5 2 20 0 15 0 227550036 11246329856 11539 33554432000 4194304 4196468 140731611595456 140326297602928 140326872173186 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31641600 140731611597411 140731611600220 140731611600220 140731611602895 0
[pid=27668/tid=27727] ppid=27665 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/27668/task/27727/stat : 27727 (java) S 27665 27668 27288 0 -1 1077944384 13 12894 0 0 0 0 5 2 20 0 15 0 227550036 11246329856 11539 33554432000 4194304 4196468 140731611595456 140325654881824 140326872172245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31641600 140731611597411 140731611600220 140731611600220 140731611602895 0
[pid=27668/tid=27728] ppid=27665 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27668/task/27728/stat : 27728 (java) S 27665 27668 27288 0 -1 1077944384 1 12894 0 0 0 0 5 2 20 0 15 0 227550036 11246329856 11539 33554432000 4194304 4196468 140731611595456 140325507032432 140326872172245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31641600 140731611597411 140731611600220 140731611600220 140731611602895 0
[pid=27668/tid=27729] ppid=27665 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27668/task/27729/stat : 27729 (java) S 27665 27668 27288 0 -1 1077944384 3 12894 0 0 0 0 5 2 20 0 15 0 227550039 11246329856 11539 33554432000 4194304 4196468 140731611595456 140325199632720 140326872180635 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31641600 140731611597411 140731611600220 140731611600220 140731611602895 0
[pid=27668/tid=27730] ppid=27665 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27668/task/27730/stat : 27730 (java) S 27665 27668 27288 0 -1 1077944384 546 12894 0 0 1 0 5 2 20 0 15 0 227550039 11246329856 11539 33554432000 4194304 4196468 140731611595456 140326296549744 140326872173186 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31641600 140731611597411 140731611600220 140731611600220 140731611602895 0
[pid=27668/tid=27731] ppid=27665 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/27668/task/27731/stat : 27731 (java) S 27665 27668 27288 0 -1 1077944384 70 12894 0 0 1 0 5 2 20 0 15 0 227550039 11246329856 11539 33554432000 4194304 4196468 140731611595456 140326295496944 140326872173186 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31641600 140731611597411 140731611600220 140731611600220 140731611602895 0
[pid=27668/tid=27732] ppid=27665 vsize=10982744 memory=140337224189568 CPUtime=0.1 cores=0,2,4,6
/proc/27668/task/27732/stat : 27732 (java) R 27665 27668 27288 0 -1 4202560 617 12894 0 0 3 0 5 2 20 0 15 0 227550039 11246329856 11539 33554432000 4194304 4196468 140731611595456 140326294444144 140326872183386 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31641600 140731611597411 140731611600220 140731611600220 140731611602895 0
[pid=27668/tid=27733] ppid=27665 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/27668/task/27733/stat : 27733 (java) S 27665 27668 27288 0 -1 1077944384 3 12894 0 0 0 0 5 2 20 0 15 0 227550039 11246329856 11539 33554432000 4194304 4196468 140731611595456 140324768835808 140326872172245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31641600 140731611597411 140731611600220 140731611600220 140731611602895 0
[pid=27668/tid=27734] ppid=27665 vsize=10982744 memory=140337224189568 CPUtime=0.07 cores=0,2,4,6
/proc/27668/task/27734/stat : 27734 (java) S 27665 27668 27288 0 -1 1077944384 1 12894 0 0 0 0 5 2 20 0 15 0 227550039 11246329856 11539 33554432000 4194304 4196468 140731611595456 140326293392560 140326872173186 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31641600 140731611597411 140731611600220 140731611600220 140731611602895 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 46156 KiB

[startup+0.310188 s]*
/proc/loadavg: 1.91 1.40 1.38 5/215 27734
/proc/meminfo: memFree=12189076/32770624 swapFree=67108496/67108860
[pid=27668] ppid=27665 vsize=10983192 memory=56796 CPUtime=0.38 cores=0,2,4,6
/proc/27668/stat : 27668 (java) S 27665 27668 27288 0 -1 1077944320 10707 12894 0 0 29 2 5 2 20 0 15 0 227550024 11246788608 14199 33554432000 4194304 4196468 140731611595456 140731611578000 140326872162039 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 31641600 140731611597411 140731611600220 140731611600220 140731611602895 0
/proc/27668/statm: 2745798 14199 3098 1 0 2708109 0
[pid=27668/tid=27721] ppid=27665 vsize=10983192 memory=6791534058613427641 CPUtime=0.28 cores=0,2,4,6
/proc/27668/task/27721/stat : 27721 (java) R 27665 27668 27288 0 -1 4202560 7245 12894 0 0 20 1 5 2 20 0 15 0 227550033 11246788608 14199 33554432000 4194304 4196468 140731611595456 140326843974048 140326855555376 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31641600 140731611597411 140731611600220 140731611600220 140731611602895 0
[pid=27668/tid=27722] ppid=27665 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27668/task/27722/stat : 27722 (java) S 27665 27668 27288 0 -1 1077944384 1 12894 0 0 0 0 5 2 20 0 15 0 227550034 11246788608 14199 33554432000 4194304 4196468 140731611595456 140326876404368 140326872172245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31641600 140731611597411 140731611600220 140731611600220 140731611602895 0
[pid=27668/tid=27723] ppid=27665 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27668/task/27723/stat : 27723 (java) S 27665 27668 27288 0 -1 1077944384 1 12894 0 0 0 0 5 2 20 0 15 0 227550034 11246788608 14199 33554432000 4194304 4196468 140731611595456 140326731123216 140326872172245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31641600 140731611597411 140731611600220 140731611600220 140731611602895 0
[pid=27668/tid=27724] ppid=27665 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27668/task/27724/stat : 27724 (java) S 27665 27668 27288 0 -1 1077944384 1 12894 0 0 0 0 5 2 20 0 15 0 227550034 11246788608 14199 33554432000 4194304 4196468 140731611595456 140326730070416 140326872172245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31641600 140731611597411 140731611600220 140731611600220 140731611602895 0
[pid=27668/tid=27725] ppid=27665 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27668/task/27725/stat : 27725 (java) S 27665 27668 27288 0 -1 1077944384 2 12894 0 0 0 0 5 2 20 0 15 0 227550034 11246788608 14199 33554432000 4194304 4196468 140731611595456 140326729017616 140326872172245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31641600 140731611597411 140731611600220 140731611600220 140731611602895 0
[pid=27668/tid=27726] ppid=27665 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27668/task/27726/stat : 27726 (java) S 27665 27668 27288 0 -1 1077944384 2 12894 0 0 0 0 5 2 20 0 15 0 227550036 11246788608 14199 33554432000 4194304 4196468 140731611595456 140326297602928 140326872173186 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31641600 140731611597411 140731611600220 140731611600220 140731611602895 0
[pid=27668/tid=27727] ppid=27665 vsize=10983192 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/27668/task/27727/stat : 27727 (java) S 27665 27668 27288 0 -1 1077944384 13 12894 0 0 0 0 5 2 20 0 15 0 227550036 11246788608 14199 33554432000 4194304 4196468 140731611595456 140325654881824 140326872172245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31641600 140731611597411 140731611600220 140731611600220 140731611602895 0
[pid=27668/tid=27728] ppid=27665 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27668/task/27728/stat : 27728 (java) S 27665 27668 27288 0 -1 1077944384 1 12894 0 0 0 0 5 2 20 0 15 0 227550036 11246788608 14199 33554432000 4194304 4196468 140731611595456 140325507032432 140326872172245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31641600 140731611597411 140731611600220 140731611600220 140731611602895 0
[pid=27668/tid=27729] ppid=27665 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27668/task/27729/stat : 27729 (java) S 27665 27668 27288 0 -1 1077944384 3 12894 0 0 0 0 5 2 20 0 15 0 227550039 11246788608 14199 33554432000 4194304 4196468 140731611595456 140325199632720 140326872180635 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31641600 140731611597411 140731611600220 140731611600220 140731611602895 0
[pid=27668/tid=27730] ppid=27665 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27668/task/27730/stat : 27730 (java) S 27665 27668 27288 0 -1 1077944384 550 12894 0 0 1 0 5 2 20 0 15 0 227550039 11246788608 14199 33554432000 4194304 4196468 140731611595456 140326296549744 140326872173186 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31641600 140731611597411 140731611600220 140731611600220 140731611602895 0
[pid=27668/tid=27731] ppid=27665 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/27668/task/27731/stat : 27731 (java) S 27665 27668 27288 0 -1 1077944384 71 12894 0 0 1 0 5 2 20 0 15 0 227550039 11246788608 14199 33554432000 4194304 4196468 140731611595456 140326295496944 140326872173186 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31641600 140731611597411 140731611600220 140731611600220 140731611602895 0
[pid=27668/tid=27732] ppid=27665 vsize=10983192 memory=140337224189568 CPUtime=0.11 cores=0,2,4,6
/proc/27668/task/27732/stat : 27732 (java) S 27665 27668 27288 0 -1 1077944384 623 12894 0 0 4 0 5 2 20 0 15 0 227550039 11246788608 14199 33554432000 4194304 4196468 140731611595456 140326294444144 140326872173186 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31641600 140731611597411 140731611600220 140731611600220 140731611602895 0
[pid=27668/tid=27733] ppid=27665 vsize=10983192 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/27668/task/27733/stat : 27733 (java) S 27665 27668 27288 0 -1 1077944384 3 12894 0 0 0 0 5 2 20 0 15 0 227550039 11246788608 14199 33554432000 4194304 4196468 140731611595456 140324768835808 140326872172245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31641600 140731611597411 140731611600220 140731611600220 140731611602895 0
[pid=27668/tid=27734] ppid=27665 vsize=10983192 memory=140337224189568 CPUtime=0.07 cores=0,2,4,6
/proc/27668/task/27734/stat : 27734 (java) S 27665 27668 27288 0 -1 1077944384 1 12894 0 0 0 0 5 2 20 0 15 0 227550039 11246788608 14199 33554432000 4194304 4196468 140731611595456 140326293392560 140326872173186 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31641600 140731611597411 140731611600220 140731611600220 140731611602895 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 56796 KiB

[startup+0.700757 s]
/proc/loadavg: 1.91 1.40 1.38 6/215 27734
/proc/meminfo: memFree=12177872/32770624 swapFree=67108496/67108860
[pid=27668] ppid=27665 vsize=10983192 memory=88924 CPUtime=0.98 cores=0,2,4,6
/proc/27668/stat : 27668 (java) S 27665 27668 27288 0 -1 1077944320 16815 12894 0 0 87 4 5 2 20 0 15 0 227550024 11246788608 22231 33554432000 4194304 4196468 140731611595456 140731611578000 140326872162039 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 31641600 140731611597411 140731611600220 140731611600220 140731611602895 0
/proc/27668/statm: 2745798 22231 3247 1 0 2708109 0
[pid=27668/tid=27721] ppid=27665 vsize=10983192 memory=0 CPUtime=0.65 cores=0,2,4,6
/proc/27668/task/27721/stat : 27721 (java) R 27665 27668 27288 0 -1 4202560 12240 12894 0 0 55 3 5 2 20 0 15 0 227550033 11246788608 22231 33554432000 4194304 4196468 140731611595456 140326843985040 140326856242526 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31641600 140731611597411 140731611600220 140731611600220 140731611602895 0
[pid=27668/tid=27722] ppid=27665 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27668/task/27722/stat : 27722 (java) S 27665 27668 27288 0 -1 1077944384 1 12894 0 0 0 0 5 2 20 0 15 0 227550034 11246788608 22231 33554432000 4194304 4196468 140731611595456 140326876404368 140326872172245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31641600 140731611597411 140731611600220 140731611600220 140731611602895 0
[pid=27668/tid=27723] ppid=27665 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27668/task/27723/stat : 27723 (java) S 27665 27668 27288 0 -1 1077944384 1 12894 0 0 0 0 5 2 20 0 15 0 227550034 11246788608 22231 33554432000 4194304 4196468 140731611595456 140326731123216 140326872172245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31641600 140731611597411 140731611600220 140731611600220 140731611602895 0
[pid=27668/tid=27724] ppid=27665 vsize=10983192 memory=4641617509154462115 CPUtime=0.07 cores=0,2,4,6
/proc/27668/task/27724/stat : 27724 (java) S 27665 27668 27288 0 -1 1077944384 1 12894 0 0 0 0 5 2 20 0 15 0 227550034 11246788608 22231 33554432000 4194304 4196468 140731611595456 140326730070416 140326872172245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31641600 140731611597411 140731611600220 140731611600220 140731611602895 0
[pid=27668/tid=27725] ppid=27665 vsize=10983192 memory=7734201629010253412 CPUtime=0.07 cores=0,2,4,6
/proc/27668/task/27725/stat : 27725 (java) S 27665 27668 27288 0 -1 1077944384 2 12894 0 0 0 0 5 2 20 0 15 0 227550034 11246788608 22231 33554432000 4194304 4196468 140731611595456 140326729017616 140326872172245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31641600 140731611597411 140731611600220 140731611600220 140731611602895 0
[pid=27668/tid=27726] ppid=27665 vsize=10983192 memory=7810487918915055718 CPUtime=0.07 cores=0,2,4,6
/proc/27668/task/27726/stat : 27726 (java) S 27665 27668 27288 0 -1 1077944384 5 12894 0 0 0 0 5 2 20 0 15 0 227550036 11246788608 22231 33554432000 4194304 4196468 140731611595456 140326297602928 140326872173186 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31641600 140731611597411 140731611600220 140731611600220 140731611602895 0
[pid=27668/tid=27727] ppid=27665 vsize=10983192 memory=32804 CPUtime=0.07 cores=0,2,4,6
/proc/27668/task/27727/stat : 27727 (java) S 27665 27668 27288 0 -1 1077944384 13 12894 0 0 0 0 5 2 20 0 15 0 227550036 11246788608 22231 33554432000 4194304 4196468 140731611595456 140325654881824 140326872172245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31641600 140731611597411 140731611600220 140731611600220 140731611602895 0
[pid=27668/tid=27728] ppid=27665 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27668/task/27728/stat : 27728 (java) S 27665 27668 27288 0 -1 1077944384 1 12894 0 0 0 0 5 2 20 0 15 0 227550036 11246788608 22231 33554432000 4194304 4196468 140731611595456 140325507032432 140326872172245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31641600 140731611597411 140731611600220 140731611600220 140731611602895 0
[pid=27668/tid=27729] ppid=27665 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27668/task/27729/stat : 27729 (java) S 27665 27668 27288 0 -1 1077944384 3 12894 0 0 0 0 5 2 20 0 15 0 227550039 11246788608 22231 33554432000 4194304 4196468 140731611595456 140325199632720 140326872180635 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31641600 140731611597411 140731611600220 140731611600220 140731611602895 0
[pid=27668/tid=27730] ppid=27665 vsize=10983192 memory=0 CPUtime=0.16 cores=0,2,4,6
/proc/27668/task/27730/stat : 27730 (java) S 27665 27668 27288 0 -1 1077944384 1209 12894 0 0 9 0 5 2 20 0 15 0 227550039 11246788608 22231 33554432000 4194304 4196468 140731611595456 140326296549744 140326872173186 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31641600 140731611597411 140731611600220 140731611600220 140731611602895 0
[pid=27668/tid=27731] ppid=27665 vsize=10983192 memory=0 CPUtime=0.14 cores=0,2,4,6
/proc/27668/task/27731/stat : 27731 (java) S 27665 27668 27288 0 -1 1077944384 466 12894 0 0 7 0 5 2 20 0 15 0 227550039 11246788608 22231 33554432000 4194304 4196468 140731611595456 140326295496944 140326872173186 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31641600 140731611597411 140731611600220 140731611600220 140731611602895 0
[pid=27668/tid=27732] ppid=27665 vsize=10983192 memory=0 CPUtime=0.2 cores=0,2,4,6
/proc/27668/task/27732/stat : 27732 (java) S 27665 27668 27288 0 -1 1077944384 677 12894 0 0 13 0 5 2 20 0 15 0 227550039 11246788608 22231 33554432000 4194304 4196468 140731611595456 140326294444144 140326872173186 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31641600 140731611597411 140731611600220 140731611600220 140731611602895 0
[pid=27668/tid=27733] ppid=27665 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27668/task/27733/stat : 27733 (java) S 27665 27668 27288 0 -1 1077944384 3 12894 0 0 0 0 5 2 20 0 15 0 227550039 11246788608 22231 33554432000 4194304 4196468 140731611595456 140324768835808 140326872172245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31641600 140731611597411 140731611600220 140731611600220 140731611602895 0
[pid=27668/tid=27734] ppid=27665 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27668/task/27734/stat : 27734 (java) S 27665 27668 27288 0 -1 1077944384 1 12894 0 0 0 0 5 2 20 0 15 0 227550039 11246788608 22231 33554432000 4194304 4196468 140731611595456 140326293392560 140326872173186 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31641600 140731611597411 140731611600220 140731611600220 140731611602895 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88924 KiB

[startup+1.50075 s]
/proc/loadavg: 1.91 1.40 1.38 4/215 27734
/proc/meminfo: memFree=12130672/32770624 swapFree=67108496/67108860
[pid=27668] ppid=27665 vsize=11000140 memory=177716 CPUtime=2.24 cores=0,2,4,6
/proc/27668/stat : 27668 (java) S 27665 27668 27288 0 -1 1077944320 24051 12894 0 0 207 10 5 2 20 0 15 0 227550024 11264143360 44429 33554432000 4194304 4196468 140731611595456 140731611578000 140326872162039 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 31641600 140731611597411 140731611600220 140731611600220 140731611602895 0
/proc/27668/statm: 2750035 44429 3476 1 0 2711693 0
[pid=27668/tid=27721] ppid=27665 vsize=11000140 memory=4951091520830867572 CPUtime=1.42 cores=0,2,4,6
/proc/27668/task/27721/stat : 27721 (java) R 27665 27668 27288 0 -1 4202560 17936 12894 0 0 129 6 5 2 20 0 15 0 227550033 11264143360 44429 33554432000 4194304 4196468 140731611595456 140326843992672 140326872183965 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31641600 140731611597411 140731611600220 140731611600220 140731611602895 0
[pid=27668/tid=27722] ppid=27665 vsize=11000140 memory=4951091520830867572 CPUtime=0.08 cores=0,2,4,6
/proc/27668/task/27722/stat : 27722 (java) S 27665 27668 27288 0 -1 1077944384 291 12894 0 0 1 0 5 2 20 0 15 0 227550034 11264143360 44429 33554432000 4194304 4196468 140731611595456 140326876404368 140326872172245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31641600 140731611597411 140731611600220 140731611600220 140731611602895 0
[pid=27668/tid=27723] ppid=27665 vsize=11000140 memory=-5153075247754915967 CPUtime=0.08 cores=0,2,4,6
/proc/27668/task/27723/stat : 27723 (java) S 27665 27668 27288 0 -1 1077944384 17 12894 0 0 1 0 5 2 20 0 15 0 227550034 11264143360 44429 33554432000 4194304 4196468 140731611595456 140326731123216 140326872172245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31641600 140731611597411 140731611600220 140731611600220 140731611602895 0
[pid=27668/tid=27724] ppid=27665 vsize=11000140 memory=-9108906715168423324 CPUtime=0.08 cores=0,2,4,6
/proc/27668/task/27724/stat : 27724 (java) S 27665 27668 27288 0 -1 1077944384 33 12894 0 0 1 0 5 2 20 0 15 0 227550034 11264143360 44429 33554432000 4194304 4196468 140731611595456 140326730070416 140326872172245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31641600 140731611597411 140731611600220 140731611600220 140731611602895 0
[pid=27668/tid=27725] ppid=27665 vsize=11000140 memory=119952 CPUtime=0.07 cores=0,2,4,6
/proc/27668/task/27725/stat : 27725 (java) S 27665 27668 27288 0 -1 1077944384 71 12894 0 0 0 0 5 2 20 0 15 0 227550034 11264143360 44429 33554432000 4194304 4196468 140731611595456 140326729017616 140326872172245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31641600 140731611597411 140731611600220 140731611600220 140731611602895 0
[pid=27668/tid=27726] ppid=27665 vsize=11000140 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27668/task/27726/stat : 27726 (java) S 27665 27668 27288 0 -1 1077944384 48 12894 0 0 0 0 5 2 20 0 15 0 227550036 11264143360 44429 33554432000 4194304 4196468 140731611595456 140326297602928 140326872173186 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31641600 140731611597411 140731611600220 140731611600220 140731611602895 0
[pid=27668/tid=27727] ppid=27665 vsize=11000140 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27668/task/27727/stat : 27727 (java) S 27665 27668 27288 0 -1 1077944384 13 12894 0 0 0 0 5 2 20 0 15 0 227550036 11264143360 44429 33554432000 4194304 4196468 140731611595456 140325654881888 140326872172245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31641600 140731611597411 140731611600220 140731611600220 140731611602895 0
[pid=27668/tid=27728] ppid=27665 vsize=11000140 memory=280674233811424 CPUtime=0.07 cores=0,2,4,6
/proc/27668/task/27728/stat : 27728 (java) S 27665 27668 27288 0 -1 1077944384 2 12894 0 0 0 0 5 2 20 0 15 0 227550036 11264143360 44429 33554432000 4194304 4196468 140731611595456 140325507032448 140326872172245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31641600 140731611597411 140731611600220 140731611600220 140731611602895 0
[pid=27668/tid=27729] ppid=27665 vsize=11000140 memory=280674234226272 CPUtime=0.07 cores=0,2,4,6
/proc/27668/task/27729/stat : 27729 (java) S 27665 27668 27288 0 -1 1077944384 3 12894 0 0 0 0 5 2 20 0 15 0 227550039 11264143360 44429 33554432000 4194304 4196468 140731611595456 140325199632720 140326872180635 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31641600 140731611597411 140731611600220 140731611600220 140731611602895 0
[pid=27668/tid=27730] ppid=27665 vsize=11000140 memory=140340472360161 CPUtime=0.28 cores=0,2,4,6
/proc/27668/task/27730/stat : 27730 (java) S 27665 27668 27288 0 -1 1077944384 1674 12894 0 0 21 0 5 2 20 0 15 0 227550039 11264143360 44429 33554432000 4194304 4196468 140731611595456 140326296549744 140326872173186 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31641600 140731611597411 140731611600220 140731611600220 140731611602895 0
[pid=27668/tid=27731] ppid=27665 vsize=11000140 memory=2460076738049 CPUtime=0.26 cores=0,2,4,6
/proc/27668/task/27731/stat : 27731 (java) S 27665 27668 27288 0 -1 1077944384 673 12894 0 0 19 0 5 2 20 0 15 0 227550039 11264143360 44429 33554432000 4194304 4196468 140731611595456 140326295496944 140326872173186 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31641600 140731611597411 140731611600220 140731611600220 140731611602895 0
[pid=27668/tid=27732] ppid=27665 vsize=11000140 memory=1128 CPUtime=0.36 cores=0,2,4,6
/proc/27668/task/27732/stat : 27732 (java) S 27665 27668 27288 0 -1 1077944384 1094 12894 0 0 29 0 5 2 20 0 15 0 227550039 11264143360 44429 33554432000 4194304 4196468 140731611595456 140326294444144 140326872173186 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31641600 140731611597411 140731611600220 140731611600220 140731611602895 0
[pid=27668/tid=27733] ppid=27665 vsize=11000140 memory=15188 CPUtime=0.07 cores=0,2,4,6
/proc/27668/task/27733/stat : 27733 (java) S 27665 27668 27288 0 -1 1077944384 3 12894 0 0 0 0 5 2 20 0 15 0 227550039 11264143360 44429 33554432000 4194304 4196468 140731611595456 140324768835808 140326872172245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31641600 140731611597411 140731611600220 140731611600220 140731611602895 0
[pid=27668/tid=27734] ppid=27665 vsize=11000140 memory=4000 CPUtime=0.07 cores=0,2,4,6
/proc/27668/task/27734/stat : 27734 (java) S 27665 27668 27288 0 -1 1077944384 1 12894 0 0 0 0 5 2 20 0 15 0 227550039 11264143360 44429 33554432000 4194304 4196468 140731611595456 140326293392560 140326872173186 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31641600 140731611597411 140731611600220 140731611600220 140731611602895 0
Current children cumulated CPU time: 2.24 s
Current children cumulated vsize: 11000140 KiB

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

Current children cumulated memory: 276940 KiB

[startup+4.36388 s]
# the end of solver process 27668 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=9.33785 s, system=0.291849 s

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

[startup+3.20082 s]
/proc/loadavg: 1.91 1.40 1.38 5/215 27734
/proc/meminfo: memFree=11778180/32770624 swapFree=67108496/67108860
[pid=27668] ppid=27665 vsize=11008352 memory=278048 CPUtime=6.35 cores=0,2,4,6
/proc/27668/stat : 27668 (java) S 27665 27668 27288 0 -1 1077944320 40531 12894 0 0 610 18 5 2 20 0 15 0 227550024 11272552448 69512 33554432000 4194304 4196468 140731611595456 140731611578000 140326872162039 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 31641600 140731611597411 140731611600220 140731611600220 140731611602895 0
/proc/27668/statm: 2752088 69512 3502 1 0 2713741 0
[pid=27668/tid=27721] ppid=27665 vsize=11008352 memory=0 CPUtime=3.07 cores=0,2,4,6
/proc/27668/task/27721/stat : 27721 (java) R 27665 27668 27288 0 -1 4202560 28202 12894 0 0 291 9 5 2 20 0 15 0 227550033 11272552448 69512 33554432000 4194304 4196468 140731611595456 140326843992416 140326872173974 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31641600 140731611597411 140731611600220 140731611600220 140731611602895 0
[pid=27668/tid=27722] ppid=27665 vsize=11008352 memory=-9174445032661854264 CPUtime=0.1 cores=0,2,4,6
/proc/27668/task/27722/stat : 27722 (java) S 27665 27668 27288 0 -1 1077944384 306 12894 0 0 3 0 5 2 20 0 15 0 227550034 11272552448 69512 33554432000 4194304 4196468 140731611595456 140326876404368 140326872172245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31641600 140731611597411 140731611600220 140731611600220 140731611602895 0
[pid=27668/tid=27723] ppid=27665 vsize=11008352 memory=6944656575208382560 CPUtime=0.1 cores=0,2,4,6
/proc/27668/task/27723/stat : 27723 (java) S 27665 27668 27288 0 -1 1077944384 27 12894 0 0 3 0 5 2 20 0 15 0 227550034 11272552448 69512 33554432000 4194304 4196468 140731611595456 140326731123216 140326872172245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31641600 140731611597411 140731611600220 140731611600220 140731611602895 0
[pid=27668/tid=27724] ppid=27665 vsize=11008352 memory=6944656592387989600 CPUtime=0.1 cores=0,2,4,6
/proc/27668/task/27724/stat : 27724 (java) S 27665 27668 27288 0 -1 1077944384 36 12894 0 0 3 0 5 2 20 0 15 0 227550034 11272552448 69512 33554432000 4194304 4196468 140731611595456 140326730070416 140326872172245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31641600 140731611597411 140731611600220 140731611600220 140731611602895 0
[pid=27668/tid=27725] ppid=27665 vsize=11008352 memory=6656426216303648864 CPUtime=0.09 cores=0,2,4,6
/proc/27668/task/27725/stat : 27725 (java) S 27665 27668 27288 0 -1 1077944384 83 12894 0 0 2 0 5 2 20 0 15 0 227550034 11272552448 69512 33554432000 4194304 4196468 140731611595456 140326729017616 140326872172245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31641600 140731611597411 140731611600220 140731611600220 140731611602895 0
[pid=27668/tid=27726] ppid=27665 vsize=11008352 memory=-3756611412707075625 CPUtime=0.1 cores=0,2,4,6
/proc/27668/task/27726/stat : 27726 (java) S 27665 27668 27288 0 -1 1077944384 241 12894 0 0 3 0 5 2 20 0 15 0 227550036 11272552448 69513 33554432000 4194304 4196468 140731611595456 140326297602928 140326872173186 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31641600 140731611597411 140731611600220 140731611600220 140731611602895 0
[pid=27668/tid=27727] ppid=27665 vsize=11008352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27668/task/27727/stat : 27727 (java) S 27665 27668 27288 0 -1 1077944384 13 12894 0 0 0 0 5 2 20 0 15 0 227550036 11272552448 69513 33554432000 4194304 4196468 140731611595456 140325654881888 140326872172245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31641600 140731611597411 140731611600220 140731611600220 140731611602895 0
[pid=27668/tid=27728] ppid=27665 vsize=11008352 memory=119116623014997 CPUtime=0.07 cores=0,2,4,6
/proc/27668/task/27728/stat : 27728 (java) S 27665 27668 27288 0 -1 1077944384 2 12894 0 0 0 0 5 2 20 0 15 0 227550036 11272552448 69513 33554432000 4194304 4196468 140731611595456 140325507032448 140326872172245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31641600 140731611597411 140731611600220 140731611600220 140731611602895 0
[pid=27668/tid=27729] ppid=27665 vsize=11008352 memory=288230591722422566 CPUtime=0.07 cores=0,2,4,6
/proc/27668/task/27729/stat : 27729 (java) S 27665 27668 27288 0 -1 1077944384 3 12894 0 0 0 0 5 2 20 0 15 0 227550039 11272552448 69513 33554432000 4194304 4196468 140731611595456 140325199632720 140326872180635 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31641600 140731611597411 140731611600220 140731611600220 140731611602895 0
[pid=27668/tid=27730] ppid=27665 vsize=11008352 memory=15261428374308184 CPUtime=1.21 cores=0,2,4,6
/proc/27668/task/27730/stat : 27730 (java) S 27665 27668 27288 0 -1 1077944384 4329 12894 0 0 111 3 5 2 20 0 15 0 227550039 11272552448 69513 33554432000 4194304 4196468 140731611595456 140326296549744 140326872173186 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31641600 140731611597411 140731611600220 140731611600220 140731611602895 0
[pid=27668/tid=27731] ppid=27665 vsize=11008352 memory=0 CPUtime=0.91 cores=0,2,4,6
/proc/27668/task/27731/stat : 27731 (java) S 27665 27668 27288 0 -1 1077944384 1456 12894 0 0 83 1 5 2 20 0 15 0 227550039 11272552448 69513 33554432000 4194304 4196468 140731611595456 140326295496944 140326872173186 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31641600 140731611597411 140731611600220 140731611600220 140731611602895 0
[pid=27668/tid=27732] ppid=27665 vsize=11008352 memory=0 CPUtime=1.14 cores=0,2,4,6
/proc/27668/task/27732/stat : 27732 (java) R 27665 27668 27288 0 -1 4202560 3658 12894 0 0 106 1 5 2 20 0 15 0 227550039 11272552448 69513 33554432000 4194304 4196468 140731611595456 140326294444144 140326857842737 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31641600 140731611597411 140731611600220 140731611600220 140731611602895 0
[pid=27668/tid=27733] ppid=27665 vsize=11008352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27668/task/27733/stat : 27733 (java) S 27665 27668 27288 0 -1 1077944384 3 12894 0 0 0 0 5 2 20 0 15 0 227550039 11272552448 69513 33554432000 4194304 4196468 140731611595456 140324768835808 140326872172245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31641600 140731611597411 140731611600220 140731611600220 140731611602895 0
[pid=27668/tid=27734] ppid=27665 vsize=11008352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27668/task/27734/stat : 27734 (java) S 27665 27668 27288 0 -1 1077944384 1 12894 0 0 0 0 5 2 20 0 15 0 227550039 11272552448 69513 33554432000 4194304 4196468 140731611595456 140326293392560 140326872173186 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31641600 140731611597411 140731611600220 140731611600220 140731611602895 0
Current children cumulated CPU time: 6.35 s
Current children cumulated vsize: 11008352 KiB
Current children cumulated memory: 278048 KiB

[startup+4.00161 s]*
/proc/loadavg: 1.91 1.40 1.38 4/215 27734
/proc/meminfo: memFree=11624024/32770624 swapFree=67108496/67108860
[pid=27668] ppid=27665 vsize=11080352 memory=323828 CPUtime=8.65 cores=0,2,4,6
/proc/27668/stat : 27668 (java) S 27665 27668 27288 0 -1 1077944320 68319 12894 0 0 836 22 5 2 20 0 15 0 227550024 11346280448 80957 33554432000 4194304 4196468 140731611595456 140731611578000 140326872162039 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 31641600 140731611597411 140731611600220 140731611600220 140731611602895 0
/proc/27668/statm: 2770088 80957 3502 1 0 2731741 0
[pid=27668/tid=27721] ppid=27665 vsize=11080352 memory=-6517102902069810590 CPUtime=3.88 cores=0,2,4,6
/proc/27668/task/27721/stat : 27721 (java) R 27665 27668 27288 0 -1 4202560 46338 12894 0 0 370 11 5 2 20 0 15 0 227550033 11346280448 80957 33554432000 4194304 4196468 140731611595456 140326843977776 140326852437853 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31641600 140731611597411 140731611600220 140731611600220 140731611602895 0
[pid=27668/tid=27722] ppid=27665 vsize=11080352 memory=3691042058319900680 CPUtime=0.1 cores=0,2,4,6
/proc/27668/task/27722/stat : 27722 (java) S 27665 27668 27288 0 -1 1077944384 306 12894 0 0 3 0 5 2 20 0 15 0 227550034 11346280448 80957 33554432000 4194304 4196468 140731611595456 140326876404368 140326872172245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31641600 140731611597411 140731611600220 140731611600220 140731611602895 0
[pid=27668/tid=27723] ppid=27665 vsize=11080352 memory=2315025868042643081 CPUtime=0.1 cores=0,2,4,6
/proc/27668/task/27723/stat : 27723 (java) S 27665 27668 27288 0 -1 1077944384 27 12894 0 0 3 0 5 2 20 0 15 0 227550034 11346280448 80957 33554432000 4194304 4196468 140731611595456 140326731123216 140326872172245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31641600 140731611597411 140731611600220 140731611600220 140731611602895 0
[pid=27668/tid=27724] ppid=27665 vsize=11080352 memory=-7384994748284246687 CPUtime=0.1 cores=0,2,4,6
/proc/27668/task/27724/stat : 27724 (java) S 27665 27668 27288 0 -1 1077944384 36 12894 0 0 3 0 5 2 20 0 15 0 227550034 11346280448 80957 33554432000 4194304 4196468 140731611595456 140326730070416 140326872172245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31641600 140731611597411 140731611600220 140731611600220 140731611602895 0
[pid=27668/tid=27725] ppid=27665 vsize=11080352 memory=3472328296227680303 CPUtime=0.09 cores=0,2,4,6
/proc/27668/task/27725/stat : 27725 (java) S 27665 27668 27288 0 -1 1077944384 83 12894 0 0 2 0 5 2 20 0 15 0 227550034 11346280448 81023 33554432000 4194304 4196468 140731611595456 140326729017616 140326872172245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31641600 140731611597411 140731611600220 140731611600220 140731611602895 0
[pid=27668/tid=27726] ppid=27665 vsize=11080352 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/27668/task/27726/stat : 27726 (java) S 27665 27668 27288 0 -1 1077944384 262 12894 0 0 3 0 5 2 20 0 15 0 227550036 11346280448 81023 33554432000 4194304 4196468 140731611595456 140326297602928 140326872173186 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31641600 140731611597411 140731611600220 140731611600220 140731611602895 0
[pid=27668/tid=27727] ppid=27665 vsize=11080352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27668/task/27727/stat : 27727 (java) S 27665 27668 27288 0 -1 1077944384 13 12894 0 0 0 0 5 2 20 0 15 0 227550036 11346280448 81023 33554432000 4194304 4196468 140731611595456 140325654881888 140326872172245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31641600 140731611597411 140731611600220 140731611600220 140731611602895 0
[pid=27668/tid=27728] ppid=27665 vsize=11080352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27668/task/27728/stat : 27728 (java) S 27665 27668 27288 0 -1 1077944384 2 12894 0 0 0 0 5 2 20 0 15 0 227550036 11346280448 81023 33554432000 4194304 4196468 140731611595456 140325507032448 140326872172245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31641600 140731611597411 140731611600220 140731611600220 140731611602895 0
[pid=27668/tid=27729] ppid=27665 vsize=11080352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27668/task/27729/stat : 27729 (java) S 27665 27668 27288 0 -1 1077944384 3 12894 0 0 0 0 5 2 20 0 15 0 227550039 11346280448 81023 33554432000 4194304 4196468 140731611595456 140325199632720 140326872180635 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31641600 140731611597411 140731611600220 140731611600220 140731611602895 0
[pid=27668/tid=27730] ppid=27665 vsize=11080352 memory=140337117223440 CPUtime=1.91 cores=0,2,4,6
/proc/27668/task/27730/stat : 27730 (java) R 27665 27668 27288 0 -1 4202560 8928 12894 0 0 181 3 5 2 20 0 15 0 227550039 11346280448 81023 33554432000 4194304 4196468 140731611595456 140326296534952 140326853706640 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31641600 140731611597411 140731611600220 140731611600220 140731611602895 0
[pid=27668/tid=27731] ppid=27665 vsize=11080352 memory=17559551 CPUtime=1.38 cores=0,2,4,6
/proc/27668/task/27731/stat : 27731 (java) S 27665 27668 27288 0 -1 1077944384 2973 12894 0 0 130 1 5 2 20 0 15 0 227550039 11346280448 81023 33554432000 4194304 4196468 140731611595456 140326295496944 140326872173186 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31641600 140731611597411 140731611600220 140731611600220 140731611602895 0
[pid=27668/tid=27732] ppid=27665 vsize=11080352 memory=140337224189568 CPUtime=1.46 cores=0,2,4,6
/proc/27668/task/27732/stat : 27732 (java) S 27665 27668 27288 0 -1 1077944384 7183 12894 0 0 137 2 5 2 20 0 15 0 227550039 11346280448 81023 33554432000 4194304 4196468 140731611595456 140326294444144 140326872173186 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31641600 140731611597411 140731611600220 140731611600220 140731611602895 0
[pid=27668/tid=27733] ppid=27665 vsize=11080352 memory=43716607 CPUtime=0.07 cores=0,2,4,6
/proc/27668/task/27733/stat : 27733 (java) S 27665 27668 27288 0 -1 1077944384 3 12894 0 0 0 0 5 2 20 0 15 0 227550039 11346280448 81023 33554432000 4194304 4196468 140731611595456 140324768835808 140326872172245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31641600 140731611597411 140731611600220 140731611600220 140731611602895 0
[pid=27668/tid=27734] ppid=27665 vsize=11080352 memory=280674341433896 CPUtime=0.07 cores=0,2,4,6
/proc/27668/task/27734/stat : 27734 (java) S 27665 27668 27288 0 -1 1077944384 10 12894 0 0 0 0 5 2 20 0 15 0 227550039 11346280448 81023 33554432000 4194304 4196468 140731611595456 140326293392560 140326872173186 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31641600 140731611597411 140731611600220 140731611600220 140731611602895 0
Current children cumulated CPU time: 8.65 s
Current children cumulated vsize: 11080352 KiB
Current children cumulated memory: 323828 KiB

[startup+4.20202 s]
/proc/loadavg: 1.91 1.40 1.38 4/215 27734
/proc/meminfo: memFree=11624024/32770624 swapFree=67108496/67108860
[pid=27668] ppid=27665 vsize=11082904 memory=336380 CPUtime=9.25 cores=0,2,4,6
/proc/27668/stat : 27668 (java) S 27665 27668 27288 0 -1 1077944320 72837 12894 0 0 895 23 5 2 20 0 15 0 227550024 11348893696 84095 33554432000 4194304 4196468 140731611595456 140731611578000 140326872162039 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 31641600 140731611597411 140731611600220 140731611600220 140731611602895 0
/proc/27668/statm: 2770726 84095 3502 1 0 2732379 0
[pid=27668/tid=27721] ppid=27665 vsize=11082904 memory=316659560175903490 CPUtime=4.06 cores=0,2,4,6
/proc/27668/task/27721/stat : 27721 (java) R 27665 27668 27288 0 -1 4202560 48598 12894 0 0 388 11 5 2 20 0 15 0 227550033 11348893696 84095 33554432000 4194304 4196468 140731611595456 140326843991952 140326410869943 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31641600 140731611597411 140731611600220 140731611600220 140731611602895 0
[pid=27668/tid=27722] ppid=27665 vsize=11082904 memory=1203983 CPUtime=0.1 cores=0,2,4,6
/proc/27668/task/27722/stat : 27722 (java) S 27665 27668 27288 0 -1 1077944384 306 12894 0 0 3 0 5 2 20 0 15 0 227550034 11348893696 84095 33554432000 4194304 4196468 140731611595456 140326876404368 140326872172245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31641600 140731611597411 140731611600220 140731611600220 140731611602895 0
[pid=27668/tid=27723] ppid=27665 vsize=11082904 memory=8128038100524242582 CPUtime=0.1 cores=0,2,4,6
/proc/27668/task/27723/stat : 27723 (java) S 27665 27668 27288 0 -1 1077944384 27 12894 0 0 3 0 5 2 20 0 15 0 227550034 11348893696 84095 33554432000 4194304 4196468 140731611595456 140326731123216 140326872172245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31641600 140731611597411 140731611600220 140731611600220 140731611602895 0
[pid=27668/tid=27724] ppid=27665 vsize=11082904 memory=6944656425123094137 CPUtime=0.1 cores=0,2,4,6
/proc/27668/task/27724/stat : 27724 (java) S 27665 27668 27288 0 -1 1077944384 36 12894 0 0 3 0 5 2 20 0 15 0 227550034 11348893696 84095 33554432000 4194304 4196468 140731611595456 140326730070416 140326872172245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31641600 140731611597411 140731611600220 140731611600220 140731611602895 0
[pid=27668/tid=27725] ppid=27665 vsize=11082904 memory=-7531822216215565666 CPUtime=0.09 cores=0,2,4,6
/proc/27668/task/27725/stat : 27725 (java) S 27665 27668 27288 0 -1 1077944384 83 12894 0 0 2 0 5 2 20 0 15 0 227550034 11348893696 84095 33554432000 4194304 4196468 140731611595456 140326729017616 140326872172245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31641600 140731611597411 140731611600220 140731611600220 140731611602895 0
[pid=27668/tid=27726] ppid=27665 vsize=11082904 memory=-2746958450906831424 CPUtime=0.1 cores=0,2,4,6
/proc/27668/task/27726/stat : 27726 (java) S 27665 27668 27288 0 -1 1077944384 262 12894 0 0 3 0 5 2 20 0 15 0 227550036 11348893696 84095 33554432000 4194304 4196468 140731611595456 140326297602928 140326872173186 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31641600 140731611597411 140731611600220 140731611600220 140731611602895 0
[pid=27668/tid=27727] ppid=27665 vsize=11082904 memory=7368008168930043221 CPUtime=0.07 cores=0,2,4,6
/proc/27668/task/27727/stat : 27727 (java) S 27665 27668 27288 0 -1 1077944384 13 12894 0 0 0 0 5 2 20 0 15 0 227550036 11348893696 84095 33554432000 4194304 4196468 140731611595456 140325654881888 140326872172245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31641600 140731611597411 140731611600220 140731611600220 140731611602895 0
[pid=27668/tid=27728] ppid=27665 vsize=11082904 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27668/task/27728/stat : 27728 (java) S 27665 27668 27288 0 -1 1077944384 2 12894 0 0 0 0 5 2 20 0 15 0 227550036 11348893696 84095 33554432000 4194304 4196468 140731611595456 140325507032448 140326872172245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31641600 140731611597411 140731611600220 140731611600220 140731611602895 0
[pid=27668/tid=27729] ppid=27665 vsize=11082904 memory=26500 CPUtime=0.07 cores=0,2,4,6
/proc/27668/task/27729/stat : 27729 (java) S 27665 27668 27288 0 -1 1077944384 3 12894 0 0 0 0 5 2 20 0 15 0 227550039 11348893696 84095 33554432000 4194304 4196468 140731611595456 140325199632720 140326872180635 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31641600 140731611597411 140731611600220 140731611600220 140731611602895 0
[pid=27668/tid=27730] ppid=27665 vsize=11082904 memory=2079 CPUtime=2.1 cores=0,2,4,6
/proc/27668/task/27730/stat : 27730 (java) R 27665 27668 27288 0 -1 4202560 10818 12894 0 0 200 3 5 2 20 0 15 0 227550039 11348893696 84095 33554432000 4194304 4196468 140731611595456 140326296535768 140326853706273 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31641600 140731611597411 140731611600220 140731611600220 140731611602895 0
[pid=27668/tid=27731] ppid=27665 vsize=11082904 memory=8226000447881906838 CPUtime=1.48 cores=0,2,4,6
/proc/27668/task/27731/stat : 27731 (java) R 27665 27668 27288 0 -1 4202560 3053 12894 0 0 140 1 5 2 20 0 15 0 227550039 11348893696 84095 33554432000 4194304 4196468 140731611595456 140326295487920 140326852840432 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31641600 140731611597411 140731611600220 140731611600220 140731611602895 0
[pid=27668/tid=27732] ppid=27665 vsize=11082904 memory=7084813469699035216 CPUtime=1.57 cores=0,2,4,6
/proc/27668/task/27732/stat : 27732 (java) S 27665 27668 27288 0 -1 1077944384 7431 12894 0 0 148 2 5 2 20 0 15 0 227550039 11348893696 84095 33554432000 4194304 4196468 140731611595456 140326294444144 140326872173186 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31641600 140731611597411 140731611600220 140731611600220 140731611602895 0
[pid=27668/tid=27733] ppid=27665 vsize=11082904 memory=7234862653664029034 CPUtime=0.07 cores=0,2,4,6
/proc/27668/task/27733/stat : 27733 (java) S 27665 27668 27288 0 -1 1077944384 3 12894 0 0 0 0 5 2 20 0 15 0 227550039 11348893696 84095 33554432000 4194304 4196468 140731611595456 140324768835808 140326872172245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31641600 140731611597411 140731611600220 140731611600220 140731611602895 0
[pid=27668/tid=27734] ppid=27665 vsize=11082904 memory=140337117244423 CPUtime=0.07 cores=0,2,4,6
/proc/27668/task/27734/stat : 27734 (java) S 27665 27668 27288 0 -1 1077944384 11 12894 0 0 0 0 5 2 20 0 15 0 227550039 11348893696 84095 33554432000 4194304 4196468 140731611595456 140326293392560 140326872173186 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31641600 140731611597411 140731611600220 140731611600220 140731611602895 0
Current children cumulated CPU time: 9.25 s
Current children cumulated vsize: 11082904 KiB
Current children cumulated memory: 336380 KiB

[startup+4.30061 s]
/proc/loadavg: 1.91 1.40 1.38 4/215 27734
/proc/meminfo: memFree=11624024/32770624 swapFree=67108496/67108860
[pid=27668] ppid=27665 vsize=11212956 memory=337020 CPUtime=9.54 cores=0,2,4,6
/proc/27668/stat : 27668 (java) S 27665 27668 27288 0 -1 1077944320 74099 12894 0 0 924 23 5 2 20 0 14 0 227550024 11482066944 84255 33554432000 4194304 4196468 140731611595456 140731611578000 140326872162039 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 31641600 140731611597411 140731611600220 140731611600220 140731611602895 0
/proc/27668/statm: 2803239 84255 3506 1 0 2764892 0
[pid=27668/tid=27721] ppid=27665 vsize=11212956 memory=282688 CPUtime=4.15 cores=0,2,4,6
/proc/27668/task/27721/stat : 27721 (java) S 27665 27668 27288 0 -1 1077944384 48850 12894 0 0 397 11 5 2 20 0 14 0 227550033 11482066944 84255 33554432000 4194304 4196468 140731611595456 140326844005520 140326872172245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31641600 140731611597411 140731611600220 140731611600220 140731611602895 0
[pid=27668/tid=27722] ppid=27665 vsize=11212956 memory=9168 CPUtime=0.1 cores=0,2,4,6
/proc/27668/task/27722/stat : 27722 (java) S 27665 27668 27288 0 -1 1077944384 306 12894 0 0 3 0 5 2 20 0 14 0 227550034 11482066944 84255 33554432000 4194304 4196468 140731611595456 140326876404368 140326872172245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31641600 140731611597411 140731611600220 140731611600220 140731611602895 0
[pid=27668/tid=27723] ppid=27665 vsize=11212956 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/27668/task/27723/stat : 27723 (java) S 27665 27668 27288 0 -1 1077944384 27 12894 0 0 3 0 5 2 20 0 14 0 227550034 11482066944 84255 33554432000 4194304 4196468 140731611595456 140326731123216 140326872172245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31641600 140731611597411 140731611600220 140731611600220 140731611602895 0
[pid=27668/tid=27724] ppid=27665 vsize=11212956 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/27668/task/27724/stat : 27724 (java) S 27665 27668 27288 0 -1 1077944384 36 12894 0 0 3 0 5 2 20 0 14 0 227550034 11482066944 84255 33554432000 4194304 4196468 140731611595456 140326730070416 140326872172245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31641600 140731611597411 140731611600220 140731611600220 140731611602895 0
[pid=27668/tid=27725] ppid=27665 vsize=11212956 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/27668/task/27725/stat : 27725 (java) S 27665 27668 27288 0 -1 1077944384 83 12894 0 0 2 0 5 2 20 0 14 0 227550034 11482066944 84255 33554432000 4194304 4196468 140731611595456 140326729017616 140326872172245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31641600 140731611597411 140731611600220 140731611600220 140731611602895 0
[pid=27668/tid=27726] ppid=27665 vsize=11212956 memory=230328 CPUtime=0.1 cores=0,2,4,6
/proc/27668/task/27726/stat : 27726 (java) S 27665 27668 27288 0 -1 1077944384 487 12894 0 0 3 0 5 2 20 0 14 0 227550036 11482066944 84255 33554432000 4194304 4196468 140731611595456 140326297603136 140326872173186 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31641600 140731611597411 140731611600220 140731611600220 140731611602895 0
[pid=27668/tid=27727] ppid=27665 vsize=11212956 memory=195 CPUtime=0.07 cores=0,2,4,6
/proc/27668/task/27727/stat : 27727 (java) S 27665 27668 27288 0 -1 1077944384 13 12894 0 0 0 0 5 2 20 0 14 0 227550036 11482066944 84255 33554432000 4194304 4196468 140731611595456 140325654881888 140326872172245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31641600 140731611597411 140731611600220 140731611600220 140731611602895 0
[pid=27668/tid=27728] ppid=27665 vsize=11212956 memory=1 CPUtime=0.07 cores=0,2,4,6
/proc/27668/task/27728/stat : 27728 (java) S 27665 27668 27288 0 -1 1077944384 2 12894 0 0 0 0 5 2 20 0 14 0 227550036 11482066944 84255 33554432000 4194304 4196468 140731611595456 140325507032448 140326872172245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31641600 140731611597411 140731611600220 140731611600220 140731611602895 0
[pid=27668/tid=27729] ppid=27665 vsize=11212956 memory=8881 CPUtime=0.07 cores=0,2,4,6
/proc/27668/task/27729/stat : 27729 (java) S 27665 27668 27288 0 -1 1077944384 6 12894 0 0 0 0 5 2 20 0 14 0 227550039 11482066944 84255 33554432000 4194304 4196468 140731611595456 140325199632368 140326872172245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31641600 140731611597411 140731611600220 140731611600220 140731611602895 0
[pid=27668/tid=27730] ppid=27665 vsize=11212956 memory=6791534058613427641 CPUtime=2.19 cores=0,2,4,6
/proc/27668/task/27730/stat : 27730 (java) R 27665 27668 27288 0 -1 4202560 11537 12894 0 0 209 3 5 2 20 0 14 0 227550039 11482066944 84255 33554432000 4194304 4196468 140731611595456 140326296535768 140326853706652 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31641600 140731611597411 140731611600220 140731611600220 140731611602895 0
[pid=27668/tid=27731] ppid=27665 vsize=11212956 memory=6944656592455359580 CPUtime=1.57 cores=0,2,4,6
/proc/27668/task/27731/stat : 27731 (java) S 27665 27668 27288 0 -1 1077944384 3071 12894 0 0 149 1 5 2 20 0 14 0 227550039 11482066944 84255 33554432000 4194304 4196468 140731611595456 140326295482016 140326872172245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31641600 140731611597411 140731611600220 140731611600220 140731611602895 0
[pid=27668/tid=27732] ppid=27665 vsize=11212956 memory=6656426216303648864 CPUtime=1.59 cores=0,2,4,6
/proc/27668/task/27732/stat : 27732 (java) S 27665 27668 27288 0 -1 1077944384 7464 12894 0 0 150 2 5 2 20 0 14 0 227550039 11482066944 84255 33554432000 4194304 4196468 140731611595456 140326294444144 140326872173186 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31641600 140731611597411 140731611600220 140731611600220 140731611602895 0
[pid=27668/tid=27733] ppid=27665 vsize=11212956 memory=7445693050528493930 CPUtime=0.07 cores=0,2,4,6
/proc/27668/task/27733/stat : 27733 (java) S 27665 27668 27288 0 -1 1077944384 3 12894 0 0 0 0 5 2 20 0 14 0 227550039 11482066944 84255 33554432000 4194304 4196468 140731611595456 140324768835808 140326872172245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31641600 140731611597411 140731611600220 140731611600220 140731611602895 0
Current children cumulated CPU time: 9.54 s
Current children cumulated vsize: 11212956 KiB
Current children cumulated memory: 337020 KiB

Child status: 0
Real time (s): 4.36395
CPU time (s): 9.6297
CPU user time (s): 9.33785
CPU system time (s): 0.291849
CPU usage (%): 220.665
Max. virtual memory (cumulated for all children) (KiB): 11212956
Max. memory (cumulated for all children) (KiB): 337020

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.33785
system time used= 0.291849
maximum resident set size= 339028
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 87030
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= 6813
involuntary context switches= 49


# summary of solver processes directly reported to runsolver:
#   pid: 27668
#   total CPU time (s): 9.6297
#   total CPU user time (s): 9.33785
#   total CPU system time (s): 0.291849

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.044441 second user time and 0.088952 second system time

The end

Launcher Data

Begin job on node149 at 2018-08-12 20:51:08
IDJOB=4304518
IDBENCH=141356
IDSOLVER=2781
FILE ID=node149/4304518-1534099868
RUNJOBID= node149-1534099857-27319
PBS_JOBID= 21037007
Free space on /tmp= 39084 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/TemplateDesign/TemplateDesign-m2-2_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4304518-1534099868/watcher-4304518-1534099868 -o /tmp/evaluation-result-4304518-1534099868/solver-4304518-1534099868 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1534099857-27319 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=1193262648 -superng HOME/instance-4304518-1534099868.xml

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

MD5SUM BENCH= 44fbe0987cd748884024830a876a5560
RANDOM SEED=1193262648

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        12233048 kB
MemAvailable:   31164536 kB
Buffers:          203824 kB
Cached:         18760180 kB
SwapCached:           28 kB
Active:          8494396 kB
Inactive:       11261848 kB
Active(anon):     741696 kB
Inactive(anon):   103076 kB
Active(file):    7752700 kB
Inactive(file): 11158772 kB
Unevictable:        7608 kB
Mlocked:            7608 kB
SwapTotal:      67108860 kB
SwapFree:       67108496 kB
Dirty:             27080 kB
Writeback:             0 kB
AnonPages:        811096 kB
Mapped:            67668 kB
Shmem:             49616 kB
Slab:             477108 kB
SReclaimable:     448476 kB
SUnreclaim:        28632 kB
KernelStack:        3792 kB
PageTables:         6660 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2134184 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    595968 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 39060 MiB
End job on node149 at 2018-08-12 20:51:13