Trace number 4302645

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-SuperNGOPT12 9.60983 4.34842

General information on the benchmark

NameCrosswordDesign/
CrosswordDesign-03-4-rom_c18.xml
MD5SUM72d3aa8b8ce65786440ef6159c4b95ee
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark12
Best CPU time to get the best result obtained on this benchmark0.053159
Satisfiable
(Un)Satisfiability was proved
Number of variables81
Number of constraints24
Number of domains5
Minimum domain size2
Maximum domain size1359
Distribution of domain sizes[{"size":2,"count":6},{"size":4,"count":42},{"size":27,"count":9},{"size":1359,"count":24}]
Minimum variable degree1
Maximum variable degree8
Distribution of variable degrees[{"degree":1,"count":30},{"degree":2,"count":42},{"degree":8,"count":9}]
Minimum constraint arity6
Maximum constraint arity7
Distribution of constraint arities[{"arity":6,"count":6},{"arity":7,"count":18}]
Number of extensional constraints24
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":24}]
Optimization problemYES
Type of objectivemax SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.99/0.75	c Concrete v3.9.2.1532736233296 running
9.23/4.29	o 6
9.51/4.30	o 9
9.51/4.31	o 12
9.51/4.33	v <instantiation cost="12">
9.51/4.33	v       <list>
9.51/4.33	v         r[0][0] r[0][1] r[0][2] r[0][3] r[1][0] r[1][1] r[1][2] r[1][3] r[2][0] r[2][1] r[2][2] r[2][3] c[0][0] c[0][1] c[0][2] c[0][3] c[1][0] c[1][1] c[1][2] c[1][3] c[2][0] c[2][1] c[2][2] c[2][3] pr[0][0] pr[0][1] pr[0][2] pr[0][3] pr[1][0] pr[1][1] pr[1][2] pr[1][3] pr[2][0] pr[2][1] pr[2][2] pr[2][3] pc[0][0] pc[0][1] pc[0][2] pc[0][3] pc[1][0] pc[1][1] pc[1][2] pc[1][3] pc[2][0] pc[2][1] pc[2][2] pc[2][3] br[0][0] br[0][1] br[0][2] br[0][3] br[1][0] br[1][1] br[1][2] br[1][3] br[2][0] br[2][1] br[2][2] br[2][3] bc[0][0] bc[0][1] bc[0][2] bc[0][3] bc[1][0] bc[1][1] bc[1][2] bc[1][3] bc[2][0] bc[2][1] bc[2][2] bc[2][3] x[0][0] x[0][1] x[0][2] x[1][0] x[1][1] x[1][2] x[2][0] x[2][1] x[2][2]
9.51/4.33	v       </list>
9.51/4.33	v       <values>
9.51/4.33	v         861 -1 -1 -1 788 -1 -1 -1 860 -1 -1 -1 861 -1 -1 -1 788 -1 -1 -1 860 -1 -1 -1 0 -1 -1 -1 0 -1 -1 -1 0 -1 -1 -1 0 -1 -1 -1 0 -1 -1 -1 0 -1 -1 -1 0 0 0 0 3 0 0 0 3 0 0 0 0 0 0 0 3 0 0 0 3 0 0 0 15 14 15 14 12 14 15 14 14
9.51/4.33	v       </values>
9.51/4.33	v     </instantiation>
9.51/4.33	s OPTIMUM FOUND

Verifier Data

OK	12

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302645-1532896892/watcher-4302645-1532896892 -o /tmp/evaluation-result-4302645-1532896892/solver-4302645-1532896892 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node134-1532893331-28701 --watchdog 312 bin/xcsp-3-concrete -J-Xss64M -randomseed=285807308 -superng HOME/instance-4302645-1532896892.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=1671, runsolver pid=1668

[startup+0.100382 s]*
/proc/loadavg: 1.77 1.81 1.82 3/209 1726
/proc/meminfo: memFree=25033496/32770624 swapFree=67108744/67108860
[pid=1671] ppid=1668 vsize=10005480 memory=16288 CPUtime=0.09 cores=1,3,5,7
/proc/1671/stat : 1671 (java) S 1668 1671 19273 0 -1 1077944320 4240 13143 0 0 1 0 5 3 20 0 6 0 107252377 10245611520 4072 33554432000 4194304 4196468 140720576094288 140720576076832 139929896570615 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 17829888 140720576100969 140720576103777 140720576103777 140720576106447 0
/proc/1671/statm: 2501370 4072 1920 1 0 2489808 0
[pid=1671/tid=1724] ppid=1668 vsize=10005480 memory=-8171376296011865461 CPUtime=0.08 cores=1,3,5,7
/proc/1671/task/1724/stat : 1724 (java) R 1668 1671 19273 0 -1 4202560 2149 13143 0 0 0 0 5 3 20 0 6 0 107252387 10245611520 4204 33554432000 4194304 4196468 140720576094288 139929868407376 139929880651102 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17829888 140720576100969 140720576103777 140720576103777 140720576106447 0
[pid=1671/tid=1725] ppid=1668 vsize=10005480 memory=5792869726567804975 CPUtime=0.08 cores=1,3,5,7
/proc/1671/task/1725/stat : 1725 (java) S 1668 1671 19273 0 -1 1077944384 1 13143 0 0 0 0 5 3 20 0 6 0 107252388 10245611520 4204 33554432000 4194304 4196468 140720576094288 139929900812560 139929896580821 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17829888 140720576100969 140720576103777 140720576103777 140720576106447 0
[pid=1671/tid=1726] ppid=1668 vsize=10005480 memory=140305816024704 CPUtime=0.08 cores=1,3,5,7
/proc/1671/task/1726/stat : 1726 (java) S 1668 1671 19273 0 -1 1077944384 1 13143 0 0 0 0 5 3 20 0 6 0 107252388 10245611520 4204 33554432000 4194304 4196468 140720576094288 139929436678544 139929896580821 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17829888 140720576100969 140720576103777 140720576103777 140720576106447 0
[pid=1671/tid=1727] ppid=1668 vsize=10005480 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1671/task/1727/stat : 1727 (java) S 1668 1671 19273 0 -1 1077944384 2 13143 0 0 0 0 5 3 20 0 6 0 107252388 10245611520 4204 33554432000 4194304 4196468 140720576094288 139929435626000 139929896580821 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17829888 140720576100969 140720576103777 140720576103777 140720576106447 0
[pid=1671/tid=1728] ppid=1668 vsize=10005480 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/1671/task/1728/stat : 1728 (java) S 1668 1671 19273 0 -1 1077944384 2 13143 0 0 0 0 5 3 20 0 6 0 107252388 10245611520 4204 33554432000 4194304 4196468 140720576094288 139929434573456 139929896580821 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17829888 140720576100969 140720576103777 140720576103777 140720576106447 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 16288 KiB

[startup+0.210241 s]*
/proc/loadavg: 1.77 1.81 1.82 3/220 1737
/proc/meminfo: memFree=25008772/32770624 swapFree=67108744/67108860
[pid=1671] ppid=1668 vsize=10982728 memory=42292 CPUtime=0.26 cores=1,3,5,7
/proc/1671/stat : 1671 (java) S 1668 1671 19273 0 -1 1077944320 7904 13143 0 0 16 2 5 3 20 0 15 0 107252377 11246313472 10508 33554432000 4194304 4196468 140720576094288 140720576076832 139929896570615 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 17829888 140720576100969 140720576103777 140720576103777 140720576106447 0
/proc/1671/statm: 2745682 10508 2944 1 0 2708117 0
[pid=1671/tid=1724] ppid=1668 vsize=10982696 memory=8389772277269004345 CPUtime=0.18 cores=1,3,5,7
/proc/1671/task/1724/stat : 1724 (java) R 1668 1671 19273 0 -1 4202560 5070 13143 0 0 9 1 5 3 20 0 15 0 107252387 11246280704 11153 33554432000 4194304 4196468 140720576094288 139929868368272 139929880651102 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17829888 140720576100969 140720576103777 140720576103777 140720576106447 0
[pid=1671/tid=1725] ppid=1668 vsize=10982696 memory=4294967660 CPUtime=0.08 cores=1,3,5,7
/proc/1671/task/1725/stat : 1725 (java) S 1668 1671 19273 0 -1 1077944384 1 13143 0 0 0 0 5 3 20 0 15 0 107252388 11246280704 11153 33554432000 4194304 4196468 140720576094288 139929900812560 139929896580821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17829888 140720576100969 140720576103777 140720576103777 140720576106447 0
[pid=1671/tid=1726] ppid=1668 vsize=10982696 memory=140305816665791 CPUtime=0.08 cores=1,3,5,7
/proc/1671/task/1726/stat : 1726 (java) S 1668 1671 19273 0 -1 1077944384 1 13143 0 0 0 0 5 3 20 0 15 0 107252388 11246280704 11153 33554432000 4194304 4196468 140720576094288 139929436678544 139929896580821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17829888 140720576100969 140720576103777 140720576103777 140720576106447 0
[pid=1671/tid=1727] ppid=1668 vsize=10982696 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1671/task/1727/stat : 1727 (java) S 1668 1671 19273 0 -1 1077944384 2 13143 0 0 0 0 5 3 20 0 15 0 107252388 11246280704 11153 33554432000 4194304 4196468 140720576094288 139929435626000 139929896580821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17829888 140720576100969 140720576103777 140720576103777 140720576106447 0
[pid=1671/tid=1728] ppid=1668 vsize=10982696 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/1671/task/1728/stat : 1728 (java) S 1668 1671 19273 0 -1 1077944384 2 13143 0 0 0 0 5 3 20 0 15 0 107252388 11246280704 11153 33554432000 4194304 4196468 140720576094288 139929434573456 139929896580821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17829888 140720576100969 140720576103777 140720576103777 140720576106447 0
[pid=1671/tid=1729] ppid=1668 vsize=10982696 memory=140305816024704 CPUtime=0.08 cores=1,3,5,7
/proc/1671/task/1729/stat : 1729 (java) S 1668 1671 19273 0 -1 1077944384 2 13143 0 0 0 0 5 3 20 0 15 0 107252389 11246280704 11153 33554432000 4194304 4196468 140720576094288 139929322441200 139929896581762 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17829888 140720576100969 140720576103777 140720576103777 140720576106447 0
[pid=1671/tid=1730] ppid=1668 vsize=10982696 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/1671/task/1730/stat : 1730 (java) S 1668 1671 19273 0 -1 1077944384 13 13143 0 0 0 0 5 3 20 0 15 0 107252389 11246280704 11153 33554432000 4194304 4196468 140720576094288 139928759428512 139929896580821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17829888 140720576100969 140720576103777 140720576103777 140720576106447 0
[pid=1671/tid=1731] ppid=1668 vsize=10982696 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1671/task/1731/stat : 1731 (java) S 1668 1671 19273 0 -1 1077944384 1 13143 0 0 0 0 5 3 20 0 15 0 107252390 11246280704 11153 33554432000 4194304 4196468 140720576094288 139928558102000 139929896580821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17829888 140720576100969 140720576103777 140720576103777 140720576106447 0
[pid=1671/tid=1732] ppid=1668 vsize=10982696 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1671/task/1732/stat : 1732 (java) S 1668 1671 19273 0 -1 1077944384 3 13143 0 0 0 0 5 3 20 0 15 0 107252392 11246280704 11153 33554432000 4194304 4196468 140720576094288 139928250702544 139929896589211 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17829888 140720576100969 140720576103777 140720576103777 140720576106447 0
[pid=1671/tid=1733] ppid=1668 vsize=10982696 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1671/task/1733/stat : 1733 (java) S 1668 1671 19273 0 -1 1077944384 271 13143 0 0 0 0 5 3 20 0 15 0 107252392 11246280704 11153 33554432000 4194304 4196468 140720576094288 139929321388016 139929896581762 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17829888 140720576100969 140720576103777 140720576103777 140720576106447 0
[pid=1671/tid=1734] ppid=1668 vsize=10982696 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/1671/task/1734/stat : 1734 (java) S 1668 1671 19273 0 -1 1077944384 330 13143 0 0 1 0 5 3 20 0 15 0 107252392 11246280704 11153 33554432000 4194304 4196468 140720576094288 139929320335472 139929896581762 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17829888 140720576100969 140720576103777 140720576103777 140720576106447 0
[pid=1671/tid=1735] ppid=1668 vsize=10982696 memory=140305816024704 CPUtime=0.11 cores=1,3,5,7
/proc/1671/task/1735/stat : 1735 (java) R 1668 1671 19273 0 -1 4202560 640 13143 0 0 3 0 5 3 20 0 15 0 107252392 11246280704 11153 33554432000 4194304 4196468 140720576094288 139929319282928 139929875963310 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17829888 140720576100969 140720576103777 140720576103777 140720576106447 0
[pid=1671/tid=1736] ppid=1668 vsize=10982696 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/1671/task/1736/stat : 1736 (java) S 1668 1671 19273 0 -1 1077944384 3 13143 0 0 0 0 5 3 20 0 15 0 107252393 11246280704 11153 33554432000 4194304 4196468 140720576094288 139927819905632 139929896580821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17829888 140720576100969 140720576103777 140720576103777 140720576106447 0
[pid=1671/tid=1737] ppid=1668 vsize=10982696 memory=140305816024704 CPUtime=0.08 cores=1,3,5,7
/proc/1671/task/1737/stat : 1737 (java) S 1668 1671 19273 0 -1 1077944384 1 13143 0 0 0 0 5 3 20 0 15 0 107252393 11246280704 11153 33554432000 4194304 4196468 140720576094288 139929318230832 139929896581762 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17829888 140720576100969 140720576103777 140720576103777 140720576106447 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10982728 KiB
Current children cumulated memory: 42292 KiB

[startup+0.310654 s]*
/proc/loadavg: 1.77 1.81 1.82 3/220 1737
/proc/meminfo: memFree=24997608/32770624 swapFree=67108744/67108860
[pid=1671] ppid=1668 vsize=10983192 memory=53136 CPUtime=0.38 cores=1,3,5,7
/proc/1671/stat : 1671 (java) S 1668 1671 19273 0 -1 1077944320 9888 13143 0 0 28 2 5 3 20 0 15 0 107252377 11246788608 13284 33554432000 4194304 4196468 140720576094288 140720576076832 139929896570615 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 17829888 140720576100969 140720576103777 140720576103777 140720576106447 0
/proc/1671/statm: 2745798 13284 3075 1 0 2708109 0
[pid=1671/tid=1724] ppid=1668 vsize=10983192 memory=0 CPUtime=0.29 cores=1,3,5,7
/proc/1671/task/1724/stat : 1724 (java) R 1668 1671 19273 0 -1 4202560 6643 13143 0 0 19 2 5 3 20 0 15 0 107252387 11246788608 13546 33554432000 4194304 4196468 140720576094288 139929868382624 139929876846375 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17829888 140720576100969 140720576103777 140720576103777 140720576106447 0
[pid=1671/tid=1725] ppid=1668 vsize=10983192 memory=4294969568 CPUtime=0.08 cores=1,3,5,7
/proc/1671/task/1725/stat : 1725 (java) S 1668 1671 19273 0 -1 1077944384 1 13143 0 0 0 0 5 3 20 0 15 0 107252388 11246788608 13546 33554432000 4194304 4196468 140720576094288 139929900812560 139929896580821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17829888 140720576100969 140720576103777 140720576103777 140720576106447 0
[pid=1671/tid=1726] ppid=1668 vsize=10983192 memory=140310110991999 CPUtime=0.08 cores=1,3,5,7
/proc/1671/task/1726/stat : 1726 (java) S 1668 1671 19273 0 -1 1077944384 1 13143 0 0 0 0 5 3 20 0 15 0 107252388 11246788608 13546 33554432000 4194304 4196468 140720576094288 139929436678544 139929896580821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17829888 140720576100969 140720576103777 140720576103777 140720576106447 0
[pid=1671/tid=1727] ppid=1668 vsize=10983192 memory=2209 CPUtime=0.08 cores=1,3,5,7
/proc/1671/task/1727/stat : 1727 (java) S 1668 1671 19273 0 -1 1077944384 2 13143 0 0 0 0 5 3 20 0 15 0 107252388 11246788608 13546 33554432000 4194304 4196468 140720576094288 139929435626000 139929896580821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17829888 140720576100969 140720576103777 140720576103777 140720576106447 0
[pid=1671/tid=1728] ppid=1668 vsize=10983192 memory=2240 CPUtime=0.08 cores=1,3,5,7
/proc/1671/task/1728/stat : 1728 (java) S 1668 1671 19273 0 -1 1077944384 2 13143 0 0 0 0 5 3 20 0 15 0 107252388 11246788608 13546 33554432000 4194304 4196468 140720576094288 139929434573456 139929896580821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17829888 140720576100969 140720576103777 140720576103777 140720576106447 0
[pid=1671/tid=1729] ppid=1668 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1671/task/1729/stat : 1729 (java) S 1668 1671 19273 0 -1 1077944384 2 13143 0 0 0 0 5 3 20 0 15 0 107252389 11246788608 13546 33554432000 4194304 4196468 140720576094288 139929322441200 139929896581762 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17829888 140720576100969 140720576103777 140720576103777 140720576106447 0
[pid=1671/tid=1730] ppid=1668 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/1671/task/1730/stat : 1730 (java) S 1668 1671 19273 0 -1 1077944384 13 13143 0 0 0 0 5 3 20 0 15 0 107252389 11246788608 13546 33554432000 4194304 4196468 140720576094288 139928759428512 139929896580821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17829888 140720576100969 140720576103777 140720576103777 140720576106447 0
[pid=1671/tid=1731] ppid=1668 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1671/task/1731/stat : 1731 (java) S 1668 1671 19273 0 -1 1077944384 1 13143 0 0 0 0 5 3 20 0 15 0 107252390 11246788608 13546 33554432000 4194304 4196468 140720576094288 139928558102000 139929896580821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17829888 140720576100969 140720576103777 140720576103777 140720576106447 0
[pid=1671/tid=1732] ppid=1668 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1671/task/1732/stat : 1732 (java) S 1668 1671 19273 0 -1 1077944384 3 13143 0 0 0 0 5 3 20 0 15 0 107252392 11246788608 13546 33554432000 4194304 4196468 140720576094288 139928250702544 139929896589211 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17829888 140720576100969 140720576103777 140720576103777 140720576106447 0
[pid=1671/tid=1733] ppid=1668 vsize=10983192 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/1671/task/1733/stat : 1733 (java) S 1668 1671 19273 0 -1 1077944384 273 13143 0 0 1 0 5 3 20 0 15 0 107252392 11246788608 13546 33554432000 4194304 4196468 140720576094288 139929321388016 139929896581762 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17829888 140720576100969 140720576103777 140720576103777 140720576106447 0
[pid=1671/tid=1734] ppid=1668 vsize=10983192 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/1671/task/1734/stat : 1734 (java) S 1668 1671 19273 0 -1 1077944384 330 13143 0 0 1 0 5 3 20 0 15 0 107252392 11246788608 13612 33554432000 4194304 4196468 140720576094288 139929320335472 139929896581762 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17829888 140720576100969 140720576103777 140720576103777 140720576106447 0
[pid=1671/tid=1735] ppid=1668 vsize=10983192 memory=140305816024704 CPUtime=0.13 cores=1,3,5,7
/proc/1671/task/1735/stat : 1735 (java) S 1668 1671 19273 0 -1 1077944384 646 13143 0 0 5 0 5 3 20 0 15 0 107252392 11246788608 13612 33554432000 4194304 4196468 140720576094288 139929319282928 139929896581762 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17829888 140720576100969 140720576103777 140720576103777 140720576106447 0
[pid=1671/tid=1736] ppid=1668 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/1671/task/1736/stat : 1736 (java) S 1668 1671 19273 0 -1 1077944384 3 13143 0 0 0 0 5 3 20 0 15 0 107252393 11246788608 13612 33554432000 4194304 4196468 140720576094288 139927819905632 139929896580821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17829888 140720576100969 140720576103777 140720576103777 140720576106447 0
[pid=1671/tid=1737] ppid=1668 vsize=10983192 memory=140305816024704 CPUtime=0.08 cores=1,3,5,7
/proc/1671/task/1737/stat : 1737 (java) S 1668 1671 19273 0 -1 1077944384 1 13143 0 0 0 0 5 3 20 0 15 0 107252393 11246788608 13612 33554432000 4194304 4196468 140720576094288 139929318230832 139929896581762 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17829888 140720576100969 140720576103777 140720576103777 140720576106447 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 53136 KiB

[startup+0.700828 s]
/proc/loadavg: 1.77 1.81 1.82 6/220 1737
/proc/meminfo: memFree=24977756/32770624 swapFree=67108744/67108860
[pid=1671] ppid=1668 vsize=10983192 memory=88380 CPUtime=0.99 cores=1,3,5,7
/proc/1671/stat : 1671 (java) S 1668 1671 19273 0 -1 1077944320 16818 13143 0 0 87 4 5 3 20 0 15 0 107252377 11246788608 22095 33554432000 4194304 4196468 140720576094288 140720576076832 139929896570615 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 17829888 140720576100969 140720576103777 140720576103777 140720576106447 0
/proc/1671/statm: 2745798 22095 3237 1 0 2708109 0
[pid=1671/tid=1724] ppid=1668 vsize=10983192 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/1671/task/1724/stat : 1724 (java) R 1668 1671 19273 0 -1 4202560 12390 13143 0 0 55 3 5 3 20 0 15 0 107252387 11246788608 22095 33554432000 4194304 4196468 140720576094288 139929868398056 139929896592541 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17829888 140720576100969 140720576103777 140720576103777 140720576106447 0
[pid=1671/tid=1725] ppid=1668 vsize=10983192 memory=140305816023537 CPUtime=0.08 cores=1,3,5,7
/proc/1671/task/1725/stat : 1725 (java) S 1668 1671 19273 0 -1 1077944384 1 13143 0 0 0 0 5 3 20 0 15 0 107252388 11246788608 22095 33554432000 4194304 4196468 140720576094288 139929900812560 139929896580821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17829888 140720576100969 140720576103777 140720576103777 140720576106447 0
[pid=1671/tid=1726] ppid=1668 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1671/task/1726/stat : 1726 (java) S 1668 1671 19273 0 -1 1077944384 1 13143 0 0 0 0 5 3 20 0 15 0 107252388 11246788608 22095 33554432000 4194304 4196468 140720576094288 139929436678544 139929896580821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17829888 140720576100969 140720576103777 140720576103777 140720576106447 0
[pid=1671/tid=1727] ppid=1668 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1671/task/1727/stat : 1727 (java) S 1668 1671 19273 0 -1 1077944384 2 13143 0 0 0 0 5 3 20 0 15 0 107252388 11246788608 22095 33554432000 4194304 4196468 140720576094288 139929435626000 139929896580821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17829888 140720576100969 140720576103777 140720576103777 140720576106447 0
[pid=1671/tid=1728] ppid=1668 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1671/task/1728/stat : 1728 (java) S 1668 1671 19273 0 -1 1077944384 2 13143 0 0 0 0 5 3 20 0 15 0 107252388 11246788608 22095 33554432000 4194304 4196468 140720576094288 139929434573456 139929896580821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17829888 140720576100969 140720576103777 140720576103777 140720576106447 0
[pid=1671/tid=1729] ppid=1668 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1671/task/1729/stat : 1729 (java) S 1668 1671 19273 0 -1 1077944384 5 13143 0 0 0 0 5 3 20 0 15 0 107252389 11246788608 22095 33554432000 4194304 4196468 140720576094288 139929322441200 139929896581762 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17829888 140720576100969 140720576103777 140720576103777 140720576106447 0
[pid=1671/tid=1730] ppid=1668 vsize=10983192 memory=2673482925825 CPUtime=0.08 cores=1,3,5,7
/proc/1671/task/1730/stat : 1730 (java) S 1668 1671 19273 0 -1 1077944384 13 13143 0 0 0 0 5 3 20 0 15 0 107252389 11246788608 22095 33554432000 4194304 4196468 140720576094288 139928759428512 139929896580821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17829888 140720576100969 140720576103777 140720576103777 140720576106447 0
[pid=1671/tid=1731] ppid=1668 vsize=10983192 memory=24774508 CPUtime=0.08 cores=1,3,5,7
/proc/1671/task/1731/stat : 1731 (java) S 1668 1671 19273 0 -1 1077944384 1 13143 0 0 0 0 5 3 20 0 15 0 107252390 11246788608 22095 33554432000 4194304 4196468 140720576094288 139928558102000 139929896580821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17829888 140720576100969 140720576103777 140720576103777 140720576106447 0
[pid=1671/tid=1732] ppid=1668 vsize=10983192 memory=-6870929978922938980 CPUtime=0.08 cores=1,3,5,7
/proc/1671/task/1732/stat : 1732 (java) S 1668 1671 19273 0 -1 1077944384 3 13143 0 0 0 0 5 3 20 0 15 0 107252392 11246788608 22095 33554432000 4194304 4196468 140720576094288 139928250702544 139929896589211 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17829888 140720576100969 140720576103777 140720576103777 140720576106447 0
[pid=1671/tid=1733] ppid=1668 vsize=10983192 memory=6005938614588035152 CPUtime=0.15 cores=1,3,5,7
/proc/1671/task/1733/stat : 1733 (java) S 1668 1671 19273 0 -1 1077944384 521 13143 0 0 7 0 5 3 20 0 15 0 107252392 11246788608 22095 33554432000 4194304 4196468 140720576094288 139929321388016 139929896581762 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17829888 140720576100969 140720576103777 140720576103777 140720576106447 0
[pid=1671/tid=1734] ppid=1668 vsize=10983192 memory=15872 CPUtime=0.18 cores=1,3,5,7
/proc/1671/task/1734/stat : 1734 (java) S 1668 1671 19273 0 -1 1077944384 972 13143 0 0 10 0 5 3 20 0 15 0 107252392 11246788608 22095 33554432000 4194304 4196468 140720576094288 139929320335472 139929896581762 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17829888 140720576100969 140720576103777 140720576103777 140720576106447 0
[pid=1671/tid=1735] ppid=1668 vsize=10983192 memory=18280 CPUtime=0.21 cores=1,3,5,7
/proc/1671/task/1735/stat : 1735 (java) S 1668 1671 19273 0 -1 1077944384 706 13143 0 0 13 0 5 3 20 0 15 0 107252392 11246788608 22095 33554432000 4194304 4196468 140720576094288 139929319282928 139929896581762 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17829888 140720576100969 140720576103777 140720576103777 140720576106447 0
[pid=1671/tid=1736] ppid=1668 vsize=10983192 memory=1236 CPUtime=0.08 cores=1,3,5,7
/proc/1671/task/1736/stat : 1736 (java) S 1668 1671 19273 0 -1 1077944384 3 13143 0 0 0 0 5 3 20 0 15 0 107252393 11246788608 22095 33554432000 4194304 4196468 140720576094288 139927819905632 139929896580821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17829888 140720576100969 140720576103777 140720576103777 140720576106447 0
[pid=1671/tid=1737] ppid=1668 vsize=10983192 memory=17480 CPUtime=0.08 cores=1,3,5,7
/proc/1671/task/1737/stat : 1737 (java) S 1668 1671 19273 0 -1 1077944384 1 13143 0 0 0 0 5 3 20 0 15 0 107252393 11246788608 22095 33554432000 4194304 4196468 140720576094288 139929318230832 139929896581762 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17829888 140720576100969 140720576103777 140720576103777 140720576106447 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88380 KiB

[startup+1.50071 s]
/proc/loadavg: 1.79 1.82 1.82 3/220 1737
/proc/meminfo: memFree=24931076/32770624 swapFree=67108744/67108860
[pid=1671] ppid=1668 vsize=10998092 memory=187320 CPUtime=2.5 cores=1,3,5,7
/proc/1671/stat : 1671 (java) S 1668 1671 19273 0 -1 1077944320 24100 13143 0 0 234 8 5 3 20 0 15 0 107252377 11262046208 46830 33554432000 4194304 4196468 140720576094288 140720576076832 139929896570615 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 17829888 140720576100969 140720576103777 140720576103777 140720576106447 0
/proc/1671/statm: 2749523 46830 3476 1 0 2711181 0
[pid=1671/tid=1724] ppid=1668 vsize=10998092 memory=4096 CPUtime=1.42 cores=1,3,5,7
/proc/1671/task/1724/stat : 1724 (java) R 1668 1671 19273 0 -1 4202560 17791 13143 0 0 129 5 5 3 20 0 15 0 107252387 11262046208 46830 33554432000 4194304 4196468 140720576094288 139929868399568 139929880651102 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17829888 140720576100969 140720576103777 140720576103777 140720576106447 0
[pid=1671/tid=1725] ppid=1668 vsize=10998092 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/1671/task/1725/stat : 1725 (java) S 1668 1671 19273 0 -1 1077944384 20 13143 0 0 1 0 5 3 20 0 15 0 107252388 11262046208 46830 33554432000 4194304 4196468 140720576094288 139929900812560 139929896580821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17829888 140720576100969 140720576103777 140720576103777 140720576106447 0
[pid=1671/tid=1726] ppid=1668 vsize=10998092 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/1671/task/1726/stat : 1726 (java) S 1668 1671 19273 0 -1 1077944384 47 13143 0 0 1 0 5 3 20 0 15 0 107252388 11262046208 46830 33554432000 4194304 4196468 140720576094288 139929436678544 139929896580821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17829888 140720576100969 140720576103777 140720576103777 140720576106447 0
[pid=1671/tid=1727] ppid=1668 vsize=10998092 memory=5866589877904359528 CPUtime=0.09 cores=1,3,5,7
/proc/1671/task/1727/stat : 1727 (java) S 1668 1671 19273 0 -1 1077944384 200 13143 0 0 1 0 5 3 20 0 15 0 107252388 11262046208 46830 33554432000 4194304 4196468 140720576094288 139929435626000 139929896580821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17829888 140720576100969 140720576103777 140720576103777 140720576106447 0
[pid=1671/tid=1728] ppid=1668 vsize=10998092 memory=5866589877904359528 CPUtime=0.09 cores=1,3,5,7
/proc/1671/task/1728/stat : 1728 (java) S 1668 1671 19273 0 -1 1077944384 33 13143 0 0 1 0 5 3 20 0 15 0 107252388 11262046208 46830 33554432000 4194304 4196468 140720576094288 139929434573456 139929896580821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17829888 140720576100969 140720576103777 140720576103777 140720576106447 0
[pid=1671/tid=1729] ppid=1668 vsize=10998092 memory=-2921583094684216152 CPUtime=0.09 cores=1,3,5,7
/proc/1671/task/1729/stat : 1729 (java) S 1668 1671 19273 0 -1 1077944384 70 13143 0 0 1 0 5 3 20 0 15 0 107252389 11262046208 46830 33554432000 4194304 4196468 140720576094288 139929322441200 139929896581762 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17829888 140720576100969 140720576103777 140720576103777 140720576106447 0
[pid=1671/tid=1730] ppid=1668 vsize=10998092 memory=6442213876440394334 CPUtime=0.08 cores=1,3,5,7
/proc/1671/task/1730/stat : 1730 (java) S 1668 1671 19273 0 -1 1077944384 14 13143 0 0 0 0 5 3 20 0 15 0 107252389 11262046208 46830 33554432000 4194304 4196468 140720576094288 139928759428576 139929896580821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17829888 140720576100969 140720576103777 140720576103777 140720576106447 0
[pid=1671/tid=1731] ppid=1668 vsize=10998092 memory=30708 CPUtime=0.08 cores=1,3,5,7
/proc/1671/task/1731/stat : 1731 (java) S 1668 1671 19273 0 -1 1077944384 1 13143 0 0 0 0 5 3 20 0 15 0 107252390 11262046208 46830 33554432000 4194304 4196468 140720576094288 139928558102016 139929896580821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17829888 140720576100969 140720576103777 140720576103777 140720576106447 0
[pid=1671/tid=1732] ppid=1668 vsize=10998092 memory=2396 CPUtime=0.08 cores=1,3,5,7
/proc/1671/task/1732/stat : 1732 (java) S 1668 1671 19273 0 -1 1077944384 3 13143 0 0 0 0 5 3 20 0 15 0 107252392 11262046208 46830 33554432000 4194304 4196468 140720576094288 139928250702544 139929896589211 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17829888 140720576100969 140720576103777 140720576103777 140720576106447 0
[pid=1671/tid=1733] ppid=1668 vsize=10998092 memory=1292 CPUtime=0.34 cores=1,3,5,7
/proc/1671/task/1733/stat : 1733 (java) S 1668 1671 19273 0 -1 1077944384 851 13143 0 0 26 0 5 3 20 0 15 0 107252392 11262046208 46830 33554432000 4194304 4196468 140720576094288 139929321388016 139929896581762 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17829888 140720576100969 140720576103777 140720576103777 140720576106447 0
[pid=1671/tid=1734] ppid=1668 vsize=10998092 memory=1844 CPUtime=0.42 cores=1,3,5,7
/proc/1671/task/1734/stat : 1734 (java) S 1668 1671 19273 0 -1 1077944384 1491 13143 0 0 34 0 5 3 20 0 15 0 107252392 11262046208 46830 33554432000 4194304 4196468 140720576094288 139929320335472 139929896581762 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17829888 140720576100969 140720576103777 140720576103777 140720576106447 0
[pid=1671/tid=1735] ppid=1668 vsize=10998092 memory=1008 CPUtime=0.44 cores=1,3,5,7
/proc/1671/task/1735/stat : 1735 (java) S 1668 1671 19273 0 -1 1077944384 1379 13143 0 0 36 0 5 3 20 0 15 0 107252392 11262046208 46830 33554432000 4194304 4196468 140720576094288 139929319282928 139929896581762 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17829888 140720576100969 140720576103777 140720576103777 140720576106447 0
[pid=1671/tid=1736] ppid=1668 vsize=10998092 memory=5404 CPUtime=0.08 cores=1,3,5,7
/proc/1671/task/1736/stat : 1736 (java) S 1668 1671 19273 0 -1 1077944384 3 13143 0 0 0 0 5 3 20 0 15 0 107252393 11262046208 46830 33554432000 4194304 4196468 140720576094288 139927819905632 139929896580821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17829888 140720576100969 140720576103777 140720576103777 140720576106447 0
[pid=1671/tid=1737] ppid=1668 vsize=10998092 memory=796 CPUtime=0.08 cores=1,3,5,7
/proc/1671/task/1737/stat : 1737 (java) S 1668 1671 19273 0 -1 1077944384 1 13143 0 0 0 0 5 3 20 0 15 0 107252393 11262046208 46830 33554432000 4194304 4196468 140720576094288 139929318230832 139929896581762 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17829888 140720576100969 140720576103777 140720576103777 140720576106447 0
Current children cumulated CPU time: 2.5 s
Current children cumulated vsize: 10998092 KiB

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

[startup+4.34837 s]
# the end of solver process 1671 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=9.36745 s, system=0.24238 s

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

[startup+3.20255 s]
/proc/loadavg: 1.79 1.82 1.82 5/220 1737
/proc/meminfo: memFree=24769900/32770624 swapFree=67108744/67108860
[pid=1671] ppid=1668 vsize=11008352 memory=310292 CPUtime=6.38 cores=1,3,5,7
/proc/1671/stat : 1671 (java) S 1668 1671 19273 0 -1 1077944320 40329 13143 0 0 616 14 5 3 20 0 15 0 107252377 11272552448 77573 33554432000 4194304 4196468 140720576094288 140720576076832 139929896570615 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 17829888 140720576100969 140720576103777 140720576103777 140720576106447 0
/proc/1671/statm: 2752088 77573 3494 1 0 2713741 0
[pid=1671/tid=1724] ppid=1668 vsize=11008352 memory=280611420198368 CPUtime=3.11 cores=1,3,5,7
/proc/1671/task/1724/stat : 1724 (java) R 1668 1671 19273 0 -1 4202560 29665 13143 0 0 295 8 5 3 20 0 15 0 107252387 11272552448 77573 33554432000 4194304 4196468 140720576094288 139929868403168 139929880650532 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17829888 140720576100969 140720576103777 140720576103777 140720576106447 0
[pid=1671/tid=1725] ppid=1668 vsize=11008352 memory=280611420368272 CPUtime=0.09 cores=1,3,5,7
/proc/1671/task/1725/stat : 1725 (java) S 1668 1671 19273 0 -1 1077944384 33 13143 0 0 1 0 5 3 20 0 15 0 107252388 11272552448 77573 33554432000 4194304 4196468 140720576094288 139929900812560 139929896580821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17829888 140720576100969 140720576103777 140720576103777 140720576106447 0
[pid=1671/tid=1726] ppid=1668 vsize=11008352 memory=2110656317287860 CPUtime=0.09 cores=1,3,5,7
/proc/1671/task/1726/stat : 1726 (java) S 1668 1671 19273 0 -1 1077944384 54 13143 0 0 1 0 5 3 20 0 15 0 107252388 11272552448 77573 33554432000 4194304 4196468 140720576094288 139929436678544 139929896580821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17829888 140720576100969 140720576103777 140720576103777 140720576106447 0
[pid=1671/tid=1727] ppid=1668 vsize=11008352 memory=280611420377440 CPUtime=0.09 cores=1,3,5,7
/proc/1671/task/1727/stat : 1727 (java) S 1668 1671 19273 0 -1 1077944384 202 13143 0 0 1 0 5 3 20 0 15 0 107252388 11272552448 77573 33554432000 4194304 4196468 140720576094288 139929435626000 139929896580821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17829888 140720576100969 140720576103777 140720576103777 140720576106447 0
[pid=1671/tid=1728] ppid=1668 vsize=11008352 memory=6943526294502006880 CPUtime=0.09 cores=1,3,5,7
/proc/1671/task/1728/stat : 1728 (java) S 1668 1671 19273 0 -1 1077944384 43 13143 0 0 1 0 5 3 20 0 15 0 107252388 11272552448 77573 33554432000 4194304 4196468 140720576094288 139929434573456 139929896580821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17829888 140720576100969 140720576103777 140720576103777 140720576106447 0
[pid=1671/tid=1729] ppid=1668 vsize=11008352 memory=280611419848944 CPUtime=0.09 cores=1,3,5,7
/proc/1671/task/1729/stat : 1729 (java) S 1668 1671 19273 0 -1 1077944384 93 13143 0 0 1 0 5 3 20 0 15 0 107252389 11272552448 77573 33554432000 4194304 4196468 140720576094288 139929322441200 139929896581762 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17829888 140720576100969 140720576103777 140720576103777 140720576106447 0
[pid=1671/tid=1730] ppid=1668 vsize=11008352 memory=280611419848944 CPUtime=0.08 cores=1,3,5,7
/proc/1671/task/1730/stat : 1730 (java) S 1668 1671 19273 0 -1 1077944384 14 13143 0 0 0 0 5 3 20 0 15 0 107252389 11272552448 77573 33554432000 4194304 4196468 140720576094288 139928759428576 139929896580821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17829888 140720576100969 140720576103777 140720576103777 140720576106447 0
[pid=1671/tid=1731] ppid=1668 vsize=11008352 memory=6872598998417432672 CPUtime=0.08 cores=1,3,5,7
/proc/1671/task/1731/stat : 1731 (java) S 1668 1671 19273 0 -1 1077944384 1 13143 0 0 0 0 5 3 20 0 15 0 107252390 11272552448 77573 33554432000 4194304 4196468 140720576094288 139928558102016 139929896580821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17829888 140720576100969 140720576103777 140720576103777 140720576106447 0
[pid=1671/tid=1732] ppid=1668 vsize=11008352 memory=288230574492221466 CPUtime=0.08 cores=1,3,5,7
/proc/1671/task/1732/stat : 1732 (java) S 1668 1671 19273 0 -1 1077944384 3 13143 0 0 0 0 5 3 20 0 15 0 107252392 11272552448 77573 33554432000 4194304 4196468 140720576094288 139928250702544 139929896589211 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17829888 140720576100969 140720576103777 140720576103777 140720576106447 0
[pid=1671/tid=1733] ppid=1668 vsize=11008352 memory=0 CPUtime=1.06 cores=1,3,5,7
/proc/1671/task/1733/stat : 1733 (java) S 1668 1671 19273 0 -1 1077944384 1570 13143 0 0 98 0 5 3 20 0 15 0 107252392 11272552448 77573 33554432000 4194304 4196468 140720576094288 139929321388016 139929896581762 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17829888 140720576100969 140720576103777 140720576103777 140720576106447 0
[pid=1671/tid=1734] ppid=1668 vsize=11008352 memory=0 CPUtime=1.21 cores=1,3,5,7
/proc/1671/task/1734/stat : 1734 (java) R 1668 1671 19273 0 -1 4202560 2508 13143 0 0 113 0 5 3 20 0 15 0 107252392 11272552448 77573 33554432000 4194304 4196468 140720576094288 139929320324272 139929875898902 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17829888 140720576100969 140720576103777 140720576103777 140720576106447 0
[pid=1671/tid=1735] ppid=1668 vsize=11008352 memory=0 CPUtime=1.09 cores=1,3,5,7
/proc/1671/task/1735/stat : 1735 (java) S 1668 1671 19273 0 -1 1077944384 3934 13143 0 0 100 1 5 3 20 0 15 0 107252392 11272552448 77573 33554432000 4194304 4196468 140720576094288 139929319282928 139929896581762 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17829888 140720576100969 140720576103777 140720576103777 140720576106447 0
[pid=1671/tid=1736] ppid=1668 vsize=11008352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1671/task/1736/stat : 1736 (java) S 1668 1671 19273 0 -1 1077944384 3 13143 0 0 0 0 5 3 20 0 15 0 107252393 11272552448 77573 33554432000 4194304 4196468 140720576094288 139927819905632 139929896580821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17829888 140720576100969 140720576103777 140720576103777 140720576106447 0
[pid=1671/tid=1737] ppid=1668 vsize=11008352 memory=6656426216303648864 CPUtime=0.08 cores=1,3,5,7
/proc/1671/task/1737/stat : 1737 (java) S 1668 1671 19273 0 -1 1077944384 24 13143 0 0 0 0 5 3 20 0 15 0 107252393 11272552448 77573 33554432000 4194304 4196468 140720576094288 139929318230832 139929896581762 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17829888 140720576100969 140720576103777 140720576103777 140720576106447 0
Current children cumulated CPU time: 6.38 s
Current children cumulated vsize: 11008352 KiB
Current children cumulated memory: 310292 KiB

[startup+4.0007 s]*
/proc/loadavg: 1.79 1.82 1.82 4/220 1737
/proc/meminfo: memFree=24682812/32770624 swapFree=67108744/67108860
[pid=1671] ppid=1668 vsize=11077984 memory=352492 CPUtime=8.58 cores=1,3,5,7
/proc/1671/stat : 1671 (java) S 1668 1671 19273 0 -1 1077944320 66148 13143 0 0 832 18 5 3 20 0 15 0 107252377 11343855616 88123 33554432000 4194304 4196468 140720576094288 140720576076832 139929896570615 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 17829888 140720576100969 140720576103777 140720576103777 140720576106447 0
/proc/1671/statm: 2769496 88123 3508 1 0 2731149 0
[pid=1671/tid=1724] ppid=1668 vsize=11077984 memory=-8171376296011865461 CPUtime=3.88 cores=1,3,5,7
/proc/1671/task/1724/stat : 1724 (java) R 1668 1671 19273 0 -1 4202560 48045 13143 0 0 369 11 5 3 20 0 15 0 107252387 11343855616 88255 33554432000 4194304 4196468 140720576094288 139929868384344 139929880651132 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17829888 140720576100969 140720576103777 140720576103777 140720576106447 0
[pid=1671/tid=1725] ppid=1668 vsize=11077984 memory=4122819175002409273 CPUtime=0.11 cores=1,3,5,7
/proc/1671/task/1725/stat : 1725 (java) S 1668 1671 19273 0 -1 1077944384 162 13143 0 0 3 0 5 3 20 0 15 0 107252388 11343855616 88255 33554432000 4194304 4196468 140720576094288 139929900812560 139929896580821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17829888 140720576100969 140720576103777 140720576103777 140720576106447 0
[pid=1671/tid=1726] ppid=1668 vsize=11077984 memory=4212258753941232357 CPUtime=0.11 cores=1,3,5,7
/proc/1671/task/1726/stat : 1726 (java) S 1668 1671 19273 0 -1 1077944384 93 13143 0 0 3 0 5 3 20 0 15 0 107252388 11343855616 88255 33554432000 4194304 4196468 140720576094288 139929436678544 139929896580821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17829888 140720576100969 140720576103777 140720576103777 140720576106447 0
[pid=1671/tid=1727] ppid=1668 vsize=11077984 memory=-7318716752159453762 CPUtime=0.11 cores=1,3,5,7
/proc/1671/task/1727/stat : 1727 (java) S 1668 1671 19273 0 -1 1077944384 383 13143 0 0 3 0 5 3 20 0 15 0 107252388 11343855616 88255 33554432000 4194304 4196468 140720576094288 139929435626000 139929896580821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17829888 140720576100969 140720576103777 140720576103777 140720576106447 0
[pid=1671/tid=1728] ppid=1668 vsize=11077984 memory=3184656471329240178 CPUtime=0.11 cores=1,3,5,7
/proc/1671/task/1728/stat : 1728 (java) S 1668 1671 19273 0 -1 1077944384 99 13143 0 0 3 0 5 3 20 0 15 0 107252388 11343855616 88255 33554432000 4194304 4196468 140720576094288 139929434573456 139929896580821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17829888 140720576100969 140720576103777 140720576103777 140720576106447 0
[pid=1671/tid=1729] ppid=1668 vsize=11077984 memory=4212258753941232357 CPUtime=0.12 cores=1,3,5,7
/proc/1671/task/1729/stat : 1729 (java) S 1668 1671 19273 0 -1 1077944384 4117 13143 0 0 3 1 5 3 20 0 15 0 107252389 11343855616 88255 33554432000 4194304 4196468 140720576094288 139929322441200 139929896581762 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17829888 140720576100969 140720576103777 140720576103777 140720576106447 0
[pid=1671/tid=1730] ppid=1668 vsize=11077984 memory=8028911401163781487 CPUtime=0.08 cores=1,3,5,7
/proc/1671/task/1730/stat : 1730 (java) S 1668 1671 19273 0 -1 1077944384 14 13143 0 0 0 0 5 3 20 0 15 0 107252389 11343855616 88255 33554432000 4194304 4196468 140720576094288 139928759428576 139929896580821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17829888 140720576100969 140720576103777 140720576103777 140720576106447 0
[pid=1671/tid=1731] ppid=1668 vsize=11077984 memory=-7665254566837754913 CPUtime=0.08 cores=1,3,5,7
/proc/1671/task/1731/stat : 1731 (java) S 1668 1671 19273 0 -1 1077944384 1 13143 0 0 0 0 5 3 20 0 15 0 107252390 11343855616 88255 33554432000 4194304 4196468 140720576094288 139928558102016 139929896580821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17829888 140720576100969 140720576103777 140720576103777 140720576106447 0
[pid=1671/tid=1732] ppid=1668 vsize=11077984 memory=55 CPUtime=0.08 cores=1,3,5,7
/proc/1671/task/1732/stat : 1732 (java) S 1668 1671 19273 0 -1 1077944384 3 13143 0 0 0 0 5 3 20 0 15 0 107252392 11343855616 88255 33554432000 4194304 4196468 140720576094288 139928250702544 139929896589211 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17829888 140720576100969 140720576103777 140720576103777 140720576106447 0
[pid=1671/tid=1733] ppid=1668 vsize=11077984 memory=6943526294502006880 CPUtime=1.66 cores=1,3,5,7
/proc/1671/task/1733/stat : 1733 (java) R 1668 1671 19273 0 -1 4202560 3543 13143 0 0 157 1 5 3 20 0 15 0 107252392 11343855616 88255 33554432000 4194304 4196468 140720576094288 139929321369032 139929875760176 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17829888 140720576100969 140720576103777 140720576103777 140720576106447 0
[pid=1671/tid=1734] ppid=1668 vsize=11077984 memory=6944656592387989600 CPUtime=1.73 cores=1,3,5,7
/proc/1671/task/1734/stat : 1734 (java) S 1668 1671 19273 0 -1 1077944384 3074 13143 0 0 164 1 5 3 20 0 15 0 107252392 11343855616 88255 33554432000 4194304 4196468 140720576094288 139929320335472 139929896581762 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17829888 140720576100969 140720576103777 140720576103777 140720576106447 0
[pid=1671/tid=1735] ppid=1668 vsize=11077984 memory=0 CPUtime=1.32 cores=1,3,5,7
/proc/1671/task/1735/stat : 1735 (java) S 1668 1671 19273 0 -1 1077944384 4535 13143 0 0 123 1 5 3 20 0 15 0 107252392 11343855616 88255 33554432000 4194304 4196468 140720576094288 139929319282928 139929896581762 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17829888 140720576100969 140720576103777 140720576103777 140720576106447 0
[pid=1671/tid=1736] ppid=1668 vsize=11077984 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1671/task/1736/stat : 1736 (java) S 1668 1671 19273 0 -1 1077944384 3 13143 0 0 0 0 5 3 20 0 15 0 107252393 11343855616 88255 33554432000 4194304 4196468 140720576094288 139927819905632 139929896580821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17829888 140720576100969 140720576103777 140720576103777 140720576106447 0
[pid=1671/tid=1737] ppid=1668 vsize=11077984 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1671/task/1737/stat : 1737 (java) S 1668 1671 19273 0 -1 1077944384 24 13143 0 0 0 0 5 3 20 0 15 0 107252393 11343855616 88255 33554432000 4194304 4196468 140720576094288 139929318230832 139929896581762 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17829888 140720576100969 140720576103777 140720576103777 140720576106447 0
Current children cumulated CPU time: 8.58 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 352492 KiB

[startup+4.20157 s]
/proc/loadavg: 1.79 1.82 1.82 4/220 1737
/proc/meminfo: memFree=24682812/32770624 swapFree=67108744/67108860
[pid=1671] ppid=1668 vsize=11077984 memory=356924 CPUtime=9.23 cores=1,3,5,7
/proc/1671/stat : 1671 (java) S 1668 1671 19273 0 -1 1077944320 67237 13143 0 0 897 18 5 3 20 0 15 0 107252377 11343855616 89231 33554432000 4194304 4196468 140720576094288 140720576076832 139929896570615 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 17829888 140720576100969 140720576103777 140720576103777 140720576106447 0
/proc/1671/statm: 2769496 89231 3517 1 0 2731149 0
[pid=1671/tid=1724] ppid=1668 vsize=11077984 memory=288230596067721541 CPUtime=4.07 cores=1,3,5,7
/proc/1671/task/1724/stat : 1724 (java) R 1668 1671 19273 0 -1 4202560 48262 13143 0 0 388 11 5 3 20 0 15 0 107252387 11343855616 89231 33554432000 4194304 4196468 140720576094288 139929868400832 139929881958483 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17829888 140720576100969 140720576103777 140720576103777 140720576106447 0
[pid=1671/tid=1725] ppid=1668 vsize=11077984 memory=15822205074278304 CPUtime=0.11 cores=1,3,5,7
/proc/1671/task/1725/stat : 1725 (java) S 1668 1671 19273 0 -1 1077944384 162 13143 0 0 3 0 5 3 20 0 15 0 107252388 11343855616 89231 33554432000 4194304 4196468 140720576094288 139929900812560 139929896580821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17829888 140720576100969 140720576103777 140720576103777 140720576106447 0
[pid=1671/tid=1726] ppid=1668 vsize=11077984 memory=140305710048036 CPUtime=0.11 cores=1,3,5,7
/proc/1671/task/1726/stat : 1726 (java) S 1668 1671 19273 0 -1 1077944384 93 13143 0 0 3 0 5 3 20 0 15 0 107252388 11343855616 89231 33554432000 4194304 4196468 140720576094288 139929436678544 139929896580821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17829888 140720576100969 140720576103777 140720576103777 140720576106447 0
[pid=1671/tid=1727] ppid=1668 vsize=11077984 memory=6872598998417432672 CPUtime=0.11 cores=1,3,5,7
/proc/1671/task/1727/stat : 1727 (java) S 1668 1671 19273 0 -1 1077944384 383 13143 0 0 3 0 5 3 20 0 15 0 107252388 11343855616 89231 33554432000 4194304 4196468 140720576094288 139929435626000 139929896580821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17829888 140720576100969 140720576103777 140720576103777 140720576106447 0
[pid=1671/tid=1728] ppid=1668 vsize=11077984 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/1671/task/1728/stat : 1728 (java) S 1668 1671 19273 0 -1 1077944384 99 13143 0 0 3 0 5 3 20 0 15 0 107252388 11343855616 89231 33554432000 4194304 4196468 140720576094288 139929434573456 139929896580821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17829888 140720576100969 140720576103777 140720576103777 140720576106447 0
[pid=1671/tid=1729] ppid=1668 vsize=11077984 memory=6944656575208382560 CPUtime=0.12 cores=1,3,5,7
/proc/1671/task/1729/stat : 1729 (java) S 1668 1671 19273 0 -1 1077944384 4117 13143 0 0 3 1 5 3 20 0 15 0 107252389 11343855616 89231 33554432000 4194304 4196468 140720576094288 139929322441200 139929896581762 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17829888 140720576100969 140720576103777 140720576103777 140720576106447 0
[pid=1671/tid=1730] ppid=1668 vsize=11077984 memory=6944652177228980320 CPUtime=0.08 cores=1,3,5,7
/proc/1671/task/1730/stat : 1730 (java) S 1668 1671 19273 0 -1 1077944384 14 13143 0 0 0 0 5 3 20 0 15 0 107252389 11343855616 89231 33554432000 4194304 4196468 140720576094288 139928759428576 139929896580821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17829888 140720576100969 140720576103777 140720576103777 140720576106447 0
[pid=1671/tid=1731] ppid=1668 vsize=11077984 memory=7234303152781525070 CPUtime=0.08 cores=1,3,5,7
/proc/1671/task/1731/stat : 1731 (java) S 1668 1671 19273 0 -1 1077944384 1 13143 0 0 0 0 5 3 20 0 15 0 107252390 11343855616 89231 33554432000 4194304 4196468 140720576094288 139928558102016 139929896580821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17829888 140720576100969 140720576103777 140720576103777 140720576106447 0
[pid=1671/tid=1732] ppid=1668 vsize=11077984 memory=288285575960855365 CPUtime=0.08 cores=1,3,5,7
/proc/1671/task/1732/stat : 1732 (java) S 1668 1671 19273 0 -1 1077944384 3 13143 0 0 0 0 5 3 20 0 15 0 107252392 11343855616 89231 33554432000 4194304 4196468 140720576094288 139928250702544 139929896589211 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17829888 140720576100969 140720576103777 140720576103777 140720576106447 0
[pid=1671/tid=1733] ppid=1668 vsize=11077984 memory=699238 CPUtime=1.85 cores=1,3,5,7
/proc/1671/task/1733/stat : 1733 (java) R 1668 1671 19273 0 -1 4202560 4030 13143 0 0 176 1 5 3 20 0 15 0 107252392 11343855616 89231 33554432000 4194304 4196468 140720576094288 139929321375568 139929896582550 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17829888 140720576100969 140720576103777 140720576103777 140720576106447 0
[pid=1671/tid=1734] ppid=1668 vsize=11077984 memory=0 CPUtime=1.92 cores=1,3,5,7
/proc/1671/task/1734/stat : 1734 (java) R 1668 1671 19273 0 -1 4202560 3140 13143 0 0 183 1 5 3 20 0 15 0 107252392 11343855616 89231 33554432000 4194304 4196468 140720576094288 139929320314512 139929878091797 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17829888 140720576100969 140720576103777 140720576103777 140720576106447 0
[pid=1671/tid=1735] ppid=1668 vsize=11077984 memory=-1807685287717842718 CPUtime=1.39 cores=1,3,5,7
/proc/1671/task/1735/stat : 1735 (java) R 1668 1671 19273 0 -1 1077944384 4708 13143 0 0 130 1 5 3 20 0 15 0 107252392 11343855616 89231 33554432000 4194304 4196468 140720576094288 139929319277312 139929896580821 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 17829888 140720576100969 140720576103777 140720576103777 140720576106447 0
[pid=1671/tid=1736] ppid=1668 vsize=11077984 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1671/task/1736/stat : 1736 (java) S 1668 1671 19273 0 -1 1077944384 3 13143 0 0 0 0 5 3 20 0 15 0 107252393 11343855616 89231 33554432000 4194304 4196468 140720576094288 139927819905632 139929896580821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17829888 140720576100969 140720576103777 140720576103777 140720576106447 0
[pid=1671/tid=1737] ppid=1668 vsize=11077984 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1671/task/1737/stat : 1737 (java) S 1668 1671 19273 0 -1 1077944384 25 13143 0 0 0 0 5 3 20 0 15 0 107252393 11343855616 89231 33554432000 4194304 4196468 140720576094288 139929318230832 139929896581762 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17829888 140720576100969 140720576103777 140720576103777 140720576106447 0
Current children cumulated CPU time: 9.23 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 356924 KiB

[startup+4.30683 s]
/proc/loadavg: 1.79 1.82 1.82 4/220 1737
/proc/meminfo: memFree=24682812/32770624 swapFree=67108744/67108860
[pid=1671] ppid=1668 vsize=11080032 memory=358348 CPUtime=9.51 cores=1,3,5,7
/proc/1671/stat : 1671 (java) S 1668 1671 19273 0 -1 1077944320 67613 13143 0 0 924 19 5 3 20 0 15 0 107252377 11345952768 89587 33554432000 4194304 4196468 140720576094288 140720576076832 139929896570615 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 17829888 140720576100969 140720576103777 140720576103777 140720576106447 0
/proc/1671/statm: 2770008 89587 3517 1 0 2731661 0
[pid=1671/tid=1724] ppid=1668 vsize=11080032 memory=308712 CPUtime=4.17 cores=1,3,5,7
/proc/1671/task/1724/stat : 1724 (java) R 1668 1671 19273 0 -1 4202560 48446 13143 0 0 398 11 5 3 20 0 15 0 107252387 11345952768 89587 33554432000 4194304 4196468 140720576094288 139929868406208 139929459322835 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17829888 140720576100969 140720576103777 140720576103777 140720576106447 0
[pid=1671/tid=1725] ppid=1668 vsize=11080032 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/1671/task/1725/stat : 1725 (java) S 1668 1671 19273 0 -1 1077944384 162 13143 0 0 3 0 5 3 20 0 15 0 107252388 11345952768 89587 33554432000 4194304 4196468 140720576094288 139929900812560 139929896580821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17829888 140720576100969 140720576103777 140720576103777 140720576106447 0
[pid=1671/tid=1726] ppid=1668 vsize=11080032 memory=225166 CPUtime=0.11 cores=1,3,5,7
/proc/1671/task/1726/stat : 1726 (java) S 1668 1671 19273 0 -1 1077944384 93 13143 0 0 3 0 5 3 20 0 15 0 107252388 11345952768 89587 33554432000 4194304 4196468 140720576094288 139929436678544 139929896580821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17829888 140720576100969 140720576103777 140720576103777 140720576106447 0
[pid=1671/tid=1727] ppid=1668 vsize=11080032 memory=6943526294502006880 CPUtime=0.11 cores=1,3,5,7
/proc/1671/task/1727/stat : 1727 (java) S 1668 1671 19273 0 -1 1077944384 383 13143 0 0 3 0 5 3 20 0 15 0 107252388 11345952768 89587 33554432000 4194304 4196468 140720576094288 139929435626000 139929896580821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17829888 140720576100969 140720576103777 140720576103777 140720576106447 0
[pid=1671/tid=1728] ppid=1668 vsize=11080032 memory=-3004951213568567854 CPUtime=0.11 cores=1,3,5,7
/proc/1671/task/1728/stat : 1728 (java) S 1668 1671 19273 0 -1 1077944384 99 13143 0 0 3 0 5 3 20 0 15 0 107252388 11345952768 89587 33554432000 4194304 4196468 140720576094288 139929434573456 139929896580821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17829888 140720576100969 140720576103777 140720576103777 140720576106447 0
[pid=1671/tid=1729] ppid=1668 vsize=11080032 memory=4096 CPUtime=0.12 cores=1,3,5,7
/proc/1671/task/1729/stat : 1729 (java) S 1668 1671 19273 0 -1 1077944384 4117 13143 0 0 3 1 5 3 20 0 15 0 107252389 11345952768 89587 33554432000 4194304 4196468 140720576094288 139929322441200 139929896581762 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17829888 140720576100969 140720576103777 140720576103777 140720576106447 0
[pid=1671/tid=1730] ppid=1668 vsize=11080032 memory=30708 CPUtime=0.08 cores=1,3,5,7
/proc/1671/task/1730/stat : 1730 (java) S 1668 1671 19273 0 -1 1077944384 14 13143 0 0 0 0 5 3 20 0 15 0 107252389 11345952768 89587 33554432000 4194304 4196468 140720576094288 139928759428576 139929896580821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17829888 140720576100969 140720576103777 140720576103777 140720576106447 0
[pid=1671/tid=1731] ppid=1668 vsize=11080032 memory=2241 CPUtime=0.08 cores=1,3,5,7
/proc/1671/task/1731/stat : 1731 (java) S 1668 1671 19273 0 -1 1077944384 1 13143 0 0 0 0 5 3 20 0 15 0 107252390 11345952768 89587 33554432000 4194304 4196468 140720576094288 139928558102016 139929896580821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17829888 140720576100969 140720576103777 140720576103777 140720576106447 0
[pid=1671/tid=1732] ppid=1668 vsize=11080032 memory=2244 CPUtime=0.08 cores=1,3,5,7
/proc/1671/task/1732/stat : 1732 (java) S 1668 1671 19273 0 -1 1077944384 3 13143 0 0 0 0 5 3 20 0 15 0 107252392 11345952768 89587 33554432000 4194304 4196468 140720576094288 139928250702544 139929896589211 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17829888 140720576100969 140720576103777 140720576103777 140720576106447 0
[pid=1671/tid=1733] ppid=1668 vsize=11080032 memory=280611420322192 CPUtime=1.9 cores=1,3,5,7
/proc/1671/task/1733/stat : 1733 (java) R 1668 1671 19273 0 -1 4202560 4057 13143 0 0 181 1 5 3 20 0 15 0 107252392 11345952768 89587 33554432000 4194304 4196468 140720576094288 139929321378400 139929880963978 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17829888 140720576100969 140720576103777 140720576103777 140720576106447 0
[pid=1671/tid=1734] ppid=1668 vsize=11080032 memory=0 CPUtime=1.99 cores=1,3,5,7
/proc/1671/task/1734/stat : 1734 (java) R 1668 1671 19273 0 -1 4202560 3196 13143 0 0 190 1 5 3 20 0 15 0 107252392 11345952768 89587 33554432000 4194304 4196468 140720576094288 139929320324144 139929875786449 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17829888 140720576100969 140720576103777 140720576103777 140720576106447 0
[pid=1671/tid=1735] ppid=1668 vsize=11080032 memory=0 CPUtime=1.44 cores=1,3,5,7
/proc/1671/task/1735/stat : 1735 (java) S 1668 1671 19273 0 -1 1077944384 4817 13143 0 0 135 1 5 3 20 0 15 0 107252392 11345952768 89587 33554432000 4194304 4196468 140720576094288 139929319282928 139929896581762 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17829888 140720576100969 140720576103777 140720576103777 140720576106447 0
[pid=1671/tid=1736] ppid=1668 vsize=11080032 memory=-5921431000321636112 CPUtime=0.08 cores=1,3,5,7
/proc/1671/task/1736/stat : 1736 (java) S 1668 1671 19273 0 -1 1077944384 3 13143 0 0 0 0 5 3 20 0 15 0 107252393 11345952768 89587 33554432000 4194304 4196468 140720576094288 139927819905632 139929896580821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17829888 140720576100969 140720576103777 140720576103777 140720576106447 0
[pid=1671/tid=1737] ppid=1668 vsize=11080032 memory=-7169539485663701033 CPUtime=0.08 cores=1,3,5,7
/proc/1671/task/1737/stat : 1737 (java) S 1668 1671 19273 0 -1 1077944384 25 13143 0 0 0 0 5 3 20 0 15 0 107252393 11345952768 89587 33554432000 4194304 4196468 140720576094288 139929318230832 139929896581762 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17829888 140720576100969 140720576103777 140720576103777 140720576106447 0
Current children cumulated CPU time: 9.51 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 358348 KiB

Child status: 0
Real time (s): 4.34842
CPU time (s): 9.60983
CPU user time (s): 9.36745
CPU system time (s): 0.24238
CPU usage (%): 220.996
Max. virtual memory (cumulated for all children) (KiB): 11080032
Max. memory (cumulated for all children) (KiB): 358348

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.36745
system time used= 0.24238
maximum resident set size= 360632
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 80867
page faults= 0
swaps= 0
block input operations= 0
block output operations= 144
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6393
involuntary context switches= 43


# summary of solver processes directly reported to runsolver:
#   pid: 1671
#   total CPU time (s): 9.60983
#   total CPU user time (s): 9.36745
#   total CPU system time (s): 0.24238

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.054386 second user time and 0.083119 second system time

The end

Launcher Data

Begin job on node134 at 2018-07-29 22:41:32
IDJOB=4302645
IDBENCH=141309
IDSOLVER=2777
FILE ID=node134/4302645-1532896892
RUNJOBID= node134-1532893331-28701
PBS_JOBID= 21022511
Free space on /tmp= 60916 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/CrosswordDesign/CrosswordDesign-03-4-rom_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302645-1532896892/watcher-4302645-1532896892 -o /tmp/evaluation-result-4302645-1532896892/solver-4302645-1532896892 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node134-1532893331-28701 --watchdog 312  bin/xcsp-3-concrete -J-Xss64M -randomseed=285807308 -superng HOME/instance-4302645-1532896892.xml

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

MD5SUM BENCH= 72d3aa8b8ce65786440ef6159c4b95ee
RANDOM SEED=285807308

node134.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.68
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.68
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.68
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.68
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:        25039384 kB
MemAvailable:   28703976 kB
Buffers:          209744 kB
Cached:          3724592 kB
SwapCached:            0 kB
Active:          4983576 kB
Inactive:        2266132 kB
Active(anon):    3264392 kB
Inactive(anon):    78480 kB
Active(file):    1719184 kB
Inactive(file):  2187652 kB
Unevictable:        7364 kB
Mlocked:            7364 kB
SwapTotal:      67108860 kB
SwapFree:       67108744 kB
Dirty:             26480 kB
Writeback:             0 kB
AnonPages:       3322468 kB
Mapped:            57836 kB
Shmem:             25132 kB
Slab:             176344 kB
SReclaimable:     147184 kB
SUnreclaim:        29160 kB
KernelStack:        3840 kB
PageTables:        11448 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4337832 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3133440 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 60888 MiB
End job on node134 at 2018-07-29 22:41:36