Trace number 4304514

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 7.92332 3.99886

General information on the benchmark

NameTemplateDesign/
TemplateDesign-m1-1_c18.xml
MD5SUM3db83836fd15e943f67e7808e5ced101
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark0.242697
Satisfiable
(Un)Satisfiability was proved
Number of variables24
Number of constraints22
Number of domains6
Minimum domain size2
Maximum domain size880
Distribution of domain sizes[{"size":2,"count":3},{"size":5,"count":9},{"size":275,"count":3},{"size":550,"count":3},{"size":801,"count":3},{"size":880,"count":3}]
Minimum variable degree2
Maximum variable degree5
Distribution of variable degrees[{"degree":2,"count":15},{"degree":3,"count":6},{"degree":5,"count":3}]
Minimum constraint arity2
Maximum constraint arity3
Distribution of constraint arities[{"arity":2,"count":6},{"arity":3,"count":16}]
Number of extensional constraints0
Number of intensional constraints15
Distribution of constraint types[{"type":"intension","count":15},{"type":"ordered","count":1},{"type":"sum","count":6}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.98/0.75	c Concrete v3.9.2.1532736233296 running
7.59/3.88	o 2
7.59/3.89	v <instantiation cost="2">
7.59/3.89	v       <list>
7.59/3.89	v         d[0][0] d[0][1] d[0][2] d[1][0] d[1][1] d[1][2] d[2][0] d[2][1] d[2][2] npt[0] npt[1] npt[2] u[0] u[1] u[2] nptv[0][0] nptv[0][1] nptv[0][2] nptv[1][0] nptv[1][1] nptv[1][2] nptv[2][0] nptv[2][1] nptv[2][2]
7.59/3.89	v       </list>
7.59/3.89	v       <values>
7.59/3.89	v         0 2 2 2 0 2 4 0 0 274 137 0 1 1 0 0 548 548 274 0 274 0 0 0
7.59/3.89	v       </values>
7.59/3.89	v     </instantiation>
7.59/3.89	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 (7155 MiB free)
  memory of node 1: 16384 MiB (5511 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4304514-1534099857/watcher-4304514-1534099857 -o /tmp/evaluation-result-4304514-1534099857/solver-4304514-1534099857 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1534099857-27319 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=511993534 -superng HOME/instance-4304514-1534099857.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
solver pid=27345, runsolver pid=27340
Current StackSize limit: 8192 KiB


[startup+0.100121 s]*
/proc/loadavg: 1.21 1.25 1.33 2/189 27454
/proc/meminfo: memFree=12965852/32770624 swapFree=67108496/67108860
[pid=27345] ppid=27340 vsize=10005480 memory=14172 CPUtime=0.09 cores=0,2,4,6
/proc/27345/stat : 27345 (java) S 27340 27345 27288 0 -1 1077944320 3660 12924 0 0 0 1 5 3 20 0 6 0 227548919 10245611520 3477 33554432000 4194304 4196468 140721903199824 140721903182368 140669981216503 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 16211968 140721903204964 140721903207772 140721903207772 140721903210447 0
/proc/27345/statm: 2501370 3477 1436 1 0 2489808 0
[pid=27345/tid=27454] ppid=27340 vsize=10005480 memory=-6517102902069810590 CPUtime=0.08 cores=0,2,4,6
/proc/27345/task/27454/stat : 27454 (java) R 27340 27345 27288 0 -1 4202560 1536 12924 0 0 0 0 5 3 20 0 6 0 227548928 10245611520 3609 33554432000 4194304 4196468 140721903199824 140669953053264 140669870739318 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16211968 140721903204964 140721903207772 140721903207772 140721903210447 0
[pid=27345/tid=27459] ppid=27340 vsize=10005480 memory=-7025452035940392864 CPUtime=0.08 cores=0,2,4,6
/proc/27345/task/27459/stat : 27459 (java) S 27340 27345 27288 0 -1 1077944384 1 12924 0 0 0 0 5 3 20 0 6 0 227548929 10245611520 3609 33554432000 4194304 4196468 140721903199824 140669985459216 140669981226709 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16211968 140721903204964 140721903207772 140721903207772 140721903210447 0
[pid=27345/tid=27460] ppid=27340 vsize=10005480 memory=140125438035584 CPUtime=0.08 cores=0,2,4,6
/proc/27345/task/27460/stat : 27460 (java) S 27340 27345 27288 0 -1 1077944384 1 12924 0 0 0 0 5 3 20 0 6 0 227548929 10245611520 3609 33554432000 4194304 4196468 140721903199824 140669850795152 140669981226709 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16211968 140721903204964 140721903207772 140721903207772 140721903210447 0
[pid=27345/tid=27461] ppid=27340 vsize=10005480 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27345/task/27461/stat : 27461 (java) S 27340 27345 27288 0 -1 1077944384 2 12924 0 0 0 0 5 3 20 0 6 0 227548929 10245611520 3609 33554432000 4194304 4196468 140721903199824 140669849742096 140669981226709 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16211968 140721903204964 140721903207772 140721903207772 140721903210447 0
[pid=27345/tid=27462] ppid=27340 vsize=10005480 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/27345/task/27462/stat : 27462 (java) S 27340 27345 27288 0 -1 1077944384 1 12924 0 0 0 0 5 3 20 0 6 0 227548929 10245611520 3609 33554432000 4194304 4196468 140721903199824 140669848689552 140669981226709 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16211968 140721903204964 140721903207772 140721903207772 140721903210447 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 14172 KiB

[startup+0.210066 s]*
/proc/loadavg: 1.21 1.25 1.33 4/215 27480
/proc/meminfo: memFree=12910496/32770624 swapFree=67108496/67108860
[pid=27345] ppid=27340 vsize=10982744 memory=42012 CPUtime=0.26 cores=0,2,4,6
/proc/27345/stat : 27345 (java) S 27340 27345 27288 0 -1 1077944320 7252 12924 0 0 16 2 5 3 20 0 15 0 227548919 11246329856 10503 33554432000 4194304 4196468 140721903199824 140721903182368 140669981216503 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 16211968 140721903204964 140721903207772 140721903207772 140721903210447 0
/proc/27345/statm: 2745686 10503 2955 1 0 2708109 0
[pid=27345/tid=27454] ppid=27340 vsize=10982744 memory=7022364594140610616 CPUtime=0.18 cores=0,2,4,6
/proc/27345/task/27454/stat : 27454 (java) R 27340 27345 27288 0 -1 4202560 3803 12924 0 0 10 0 5 3 20 0 15 0 227548928 11246329856 10503 33554432000 4194304 4196468 140721903199824 140669953038512 140669964403329 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16211968 140721903204964 140721903207772 140721903207772 140721903210447 0
[pid=27345/tid=27459] ppid=27340 vsize=10982744 memory=364 CPUtime=0.08 cores=0,2,4,6
/proc/27345/task/27459/stat : 27459 (java) S 27340 27345 27288 0 -1 1077944384 1 12924 0 0 0 0 5 3 20 0 15 0 227548929 11246329856 10503 33554432000 4194304 4196468 140721903199824 140669985459216 140669981226709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16211968 140721903204964 140721903207772 140721903207772 140721903210447 0
[pid=27345/tid=27460] ppid=27340 vsize=10982744 memory=3546224782674052768 CPUtime=0.08 cores=0,2,4,6
/proc/27345/task/27460/stat : 27460 (java) S 27340 27345 27288 0 -1 1077944384 1 12924 0 0 0 0 5 3 20 0 15 0 227548929 11246329856 10503 33554432000 4194304 4196468 140721903199824 140669850795152 140669981226709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16211968 140721903204964 140721903207772 140721903207772 140721903210447 0
[pid=27345/tid=27461] ppid=27340 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27345/task/27461/stat : 27461 (java) S 27340 27345 27288 0 -1 1077944384 2 12924 0 0 0 0 5 3 20 0 15 0 227548929 11246329856 10503 33554432000 4194304 4196468 140721903199824 140669849742096 140669981226709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16211968 140721903204964 140721903207772 140721903207772 140721903210447 0
[pid=27345/tid=27462] ppid=27340 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/27345/task/27462/stat : 27462 (java) S 27340 27345 27288 0 -1 1077944384 1 12924 0 0 0 0 5 3 20 0 15 0 227548929 11246329856 10503 33554432000 4194304 4196468 140721903199824 140669848689552 140669981226709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16211968 140721903204964 140721903207772 140721903207772 140721903210447 0
[pid=27345/tid=27464] ppid=27340 vsize=10982744 memory=140125438035584 CPUtime=0.08 cores=0,2,4,6
/proc/27345/task/27464/stat : 27464 (java) S 27340 27345 27288 0 -1 1077944384 2 12924 0 0 0 0 5 3 20 0 15 0 227548931 11246329856 10503 33554432000 4194304 4196468 140721903199824 140669406173424 140669981227650 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16211968 140721903204964 140721903207772 140721903207772 140721903210447 0
[pid=27345/tid=27466] ppid=27340 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/27345/task/27466/stat : 27466 (java) S 27340 27345 27288 0 -1 1077944384 13 12924 0 0 0 0 5 3 20 0 15 0 227548931 11246329856 10503 33554432000 4194304 4196468 140721903199824 140668835980448 140669981226709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16211968 140721903204964 140721903207772 140721903207772 140721903210447 0
[pid=27345/tid=27468] ppid=27340 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27345/task/27468/stat : 27468 (java) S 27340 27345 27288 0 -1 1077944384 1 12924 0 0 0 0 5 3 20 0 15 0 227548931 11246329856 10503 33554432000 4194304 4196468 140721903199824 140668634653424 140669981226709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16211968 140721903204964 140721903207772 140721903207772 140721903210447 0
[pid=27345/tid=27471] ppid=27340 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27345/task/27471/stat : 27471 (java) S 27340 27345 27288 0 -1 1077944384 3 12924 0 0 0 0 5 3 20 0 15 0 227548934 11246329856 10503 33554432000 4194304 4196468 140721903199824 140668327253968 140669981235099 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16211968 140721903204964 140721903207772 140721903207772 140721903210447 0
[pid=27345/tid=27474] ppid=27340 vsize=10982744 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/27345/task/27474/stat : 27474 (java) S 27340 27345 27288 0 -1 1077944384 545 12924 0 0 1 0 5 3 20 0 15 0 227548934 11246329856 10503 33554432000 4194304 4196468 140721903199824 140669405121264 140669981227650 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16211968 140721903204964 140721903207772 140721903207772 140721903210447 0
[pid=27345/tid=27475] ppid=27340 vsize=10982744 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/27345/task/27475/stat : 27475 (java) S 27340 27345 27288 0 -1 1077944384 64 12924 0 0 1 0 5 3 20 0 15 0 227548934 11246329856 10503 33554432000 4194304 4196468 140721903199824 140669404068720 140669981227650 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16211968 140721903204964 140721903207772 140721903207772 140721903210447 0
[pid=27345/tid=27476] ppid=27340 vsize=10982744 memory=140125438035584 CPUtime=0.11 cores=0,2,4,6
/proc/27345/task/27476/stat : 27476 (java) S 27340 27345 27288 0 -1 1077944384 617 12924 0 0 3 0 5 3 20 0 15 0 227548934 11246329856 10503 33554432000 4194304 4196468 140721903199824 140669403015664 140669981227650 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16211968 140721903204964 140721903207772 140721903207772 140721903210447 0
[pid=27345/tid=27478] ppid=27340 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/27345/task/27478/stat : 27478 (java) S 27340 27345 27288 0 -1 1077944384 3 12924 0 0 0 0 5 3 20 0 15 0 227548934 11246329856 10503 33554432000 4194304 4196468 140721903199824 140667896458080 140669981226709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16211968 140721903204964 140721903207772 140721903207772 140721903210447 0
[pid=27345/tid=27479] ppid=27340 vsize=10982744 memory=140125438035584 CPUtime=0.08 cores=0,2,4,6
/proc/27345/task/27479/stat : 27479 (java) S 27340 27345 27288 0 -1 1077944384 1 12924 0 0 0 0 5 3 20 0 15 0 227548934 11246329856 10503 33554432000 4194304 4196468 140721903199824 140669401963056 140669981227650 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16211968 140721903204964 140721903207772 140721903207772 140721903210447 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 42012 KiB

[startup+0.310265 s]*
/proc/loadavg: 1.21 1.25 1.33 3/215 27480
/proc/meminfo: memFree=12885192/32770624 swapFree=67108496/67108860
[pid=27345] ppid=27340 vsize=10983192 memory=54632 CPUtime=0.37 cores=0,2,4,6
/proc/27345/stat : 27345 (java) S 27340 27345 27288 0 -1 1077944320 10257 12924 0 0 27 2 5 3 20 0 15 0 227548919 11246788608 13658 33554432000 4194304 4196468 140721903199824 140721903182368 140669981216503 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 16211968 140721903204964 140721903207772 140721903207772 140721903210447 0
/proc/27345/statm: 2745798 13658 3074 1 0 2708109 0
[pid=27345/tid=27454] ppid=27340 vsize=10983192 memory=6791534058613427641 CPUtime=0.28 cores=0,2,4,6
/proc/27345/task/27454/stat : 27454 (java) R 27340 27345 27288 0 -1 4202560 6853 12924 0 0 19 1 5 3 20 0 15 0 227548928 11246788608 13724 33554432000 4194304 4196468 140721903199824 140669953028512 140669961492317 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16211968 140721903204964 140721903207772 140721903207772 140721903210447 0
[pid=27345/tid=27459] ppid=27340 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27345/task/27459/stat : 27459 (java) S 27340 27345 27288 0 -1 1077944384 1 12924 0 0 0 0 5 3 20 0 15 0 227548929 11246788608 13724 33554432000 4194304 4196468 140721903199824 140669985459216 140669981226709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16211968 140721903204964 140721903207772 140721903207772 140721903210447 0
[pid=27345/tid=27460] ppid=27340 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27345/task/27460/stat : 27460 (java) S 27340 27345 27288 0 -1 1077944384 1 12924 0 0 0 0 5 3 20 0 15 0 227548929 11246788608 13724 33554432000 4194304 4196468 140721903199824 140669850795152 140669981226709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16211968 140721903204964 140721903207772 140721903207772 140721903210447 0
[pid=27345/tid=27461] ppid=27340 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27345/task/27461/stat : 27461 (java) S 27340 27345 27288 0 -1 1077944384 2 12924 0 0 0 0 5 3 20 0 15 0 227548929 11246788608 13724 33554432000 4194304 4196468 140721903199824 140669849742096 140669981226709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16211968 140721903204964 140721903207772 140721903207772 140721903210447 0
[pid=27345/tid=27462] ppid=27340 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27345/task/27462/stat : 27462 (java) S 27340 27345 27288 0 -1 1077944384 1 12924 0 0 0 0 5 3 20 0 15 0 227548929 11246788608 13724 33554432000 4194304 4196468 140721903199824 140669848689552 140669981226709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16211968 140721903204964 140721903207772 140721903207772 140721903210447 0
[pid=27345/tid=27464] ppid=27340 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27345/task/27464/stat : 27464 (java) S 27340 27345 27288 0 -1 1077944384 2 12924 0 0 0 0 5 3 20 0 15 0 227548931 11246788608 13790 33554432000 4194304 4196468 140721903199824 140669406173424 140669981227650 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16211968 140721903204964 140721903207772 140721903207772 140721903210447 0
[pid=27345/tid=27466] ppid=27340 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/27345/task/27466/stat : 27466 (java) S 27340 27345 27288 0 -1 1077944384 13 12924 0 0 0 0 5 3 20 0 15 0 227548931 11246788608 13790 33554432000 4194304 4196468 140721903199824 140668835980448 140669981226709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16211968 140721903204964 140721903207772 140721903207772 140721903210447 0
[pid=27345/tid=27468] ppid=27340 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27345/task/27468/stat : 27468 (java) S 27340 27345 27288 0 -1 1077944384 1 12924 0 0 0 0 5 3 20 0 15 0 227548931 11246788608 13790 33554432000 4194304 4196468 140721903199824 140668634653424 140669981226709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16211968 140721903204964 140721903207772 140721903207772 140721903210447 0
[pid=27345/tid=27471] ppid=27340 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27345/task/27471/stat : 27471 (java) S 27340 27345 27288 0 -1 1077944384 3 12924 0 0 0 0 5 3 20 0 15 0 227548934 11246788608 13790 33554432000 4194304 4196468 140721903199824 140668327253968 140669981235099 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16211968 140721903204964 140721903207772 140721903207772 140721903210447 0
[pid=27345/tid=27474] ppid=27340 vsize=10983192 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/27345/task/27474/stat : 27474 (java) S 27340 27345 27288 0 -1 1077944384 548 12924 0 0 1 0 5 3 20 0 15 0 227548934 11246788608 13790 33554432000 4194304 4196468 140721903199824 140669405121264 140669981227650 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16211968 140721903204964 140721903207772 140721903207772 140721903210447 0
[pid=27345/tid=27475] ppid=27340 vsize=10983192 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/27345/task/27475/stat : 27475 (java) S 27340 27345 27288 0 -1 1077944384 66 12924 0 0 1 0 5 3 20 0 15 0 227548934 11246788608 13790 33554432000 4194304 4196468 140721903199824 140669404068720 140669981227650 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16211968 140721903204964 140721903207772 140721903207772 140721903210447 0
[pid=27345/tid=27476] ppid=27340 vsize=10983192 memory=140125438035584 CPUtime=0.12 cores=0,2,4,6
/proc/27345/task/27476/stat : 27476 (java) S 27340 27345 27288 0 -1 1077944384 623 12924 0 0 4 0 5 3 20 0 15 0 227548934 11246788608 13790 33554432000 4194304 4196468 140721903199824 140669403015664 140669981227650 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16211968 140721903204964 140721903207772 140721903207772 140721903210447 0
[pid=27345/tid=27478] ppid=27340 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/27345/task/27478/stat : 27478 (java) S 27340 27345 27288 0 -1 1077944384 3 12924 0 0 0 0 5 3 20 0 15 0 227548934 11246788608 13790 33554432000 4194304 4196468 140721903199824 140667896458080 140669981226709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16211968 140721903204964 140721903207772 140721903207772 140721903210447 0
[pid=27345/tid=27479] ppid=27340 vsize=10983192 memory=140125438035584 CPUtime=0.08 cores=0,2,4,6
/proc/27345/task/27479/stat : 27479 (java) S 27340 27345 27288 0 -1 1077944384 1 12924 0 0 0 0 5 3 20 0 15 0 227548934 11246788608 13790 33554432000 4194304 4196468 140721903199824 140669401963056 140669981227650 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16211968 140721903204964 140721903207772 140721903207772 140721903210447 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 54632 KiB

[startup+0.700773 s]
/proc/loadavg: 1.21 1.25 1.33 3/215 27480
/proc/meminfo: memFree=12863176/32770624 swapFree=67108496/67108860
[pid=27345] ppid=27340 vsize=10983192 memory=88288 CPUtime=0.98 cores=0,2,4,6
/proc/27345/stat : 27345 (java) S 27340 27345 27288 0 -1 1077944320 16755 12924 0 0 86 4 5 3 20 0 15 0 227548919 11246788608 22072 33554432000 4194304 4196468 140721903199824 140721903182368 140669981216503 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 16211968 140721903204964 140721903207772 140721903207772 140721903210447 0
/proc/27345/statm: 2745798 22072 3238 1 0 2708109 0
[pid=27345/tid=27454] ppid=27340 vsize=10983192 memory=0 CPUtime=0.65 cores=0,2,4,6
/proc/27345/task/27454/stat : 27454 (java) R 27340 27345 27288 0 -1 4202560 12229 12924 0 0 55 2 5 3 20 0 15 0 227548928 11246788608 22072 33554432000 4194304 4196468 140721903199824 140669953038224 140669965296990 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16211968 140721903204964 140721903207772 140721903207772 140721903210447 0
[pid=27345/tid=27459] ppid=27340 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27345/task/27459/stat : 27459 (java) S 27340 27345 27288 0 -1 1077944384 1 12924 0 0 0 0 5 3 20 0 15 0 227548929 11246788608 22072 33554432000 4194304 4196468 140721903199824 140669985459216 140669981226709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16211968 140721903204964 140721903207772 140721903207772 140721903210447 0
[pid=27345/tid=27460] ppid=27340 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27345/task/27460/stat : 27460 (java) S 27340 27345 27288 0 -1 1077944384 1 12924 0 0 0 0 5 3 20 0 15 0 227548929 11246788608 22072 33554432000 4194304 4196468 140721903199824 140669850795152 140669981226709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16211968 140721903204964 140721903207772 140721903207772 140721903210447 0
[pid=27345/tid=27461] ppid=27340 vsize=10983192 memory=121746273 CPUtime=0.08 cores=0,2,4,6
/proc/27345/task/27461/stat : 27461 (java) S 27340 27345 27288 0 -1 1077944384 2 12924 0 0 0 0 5 3 20 0 15 0 227548929 11246788608 22072 33554432000 4194304 4196468 140721903199824 140669849742096 140669981226709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16211968 140721903204964 140721903207772 140721903207772 140721903210447 0
[pid=27345/tid=27462] ppid=27340 vsize=10983192 memory=45142993 CPUtime=0.08 cores=0,2,4,6
/proc/27345/task/27462/stat : 27462 (java) S 27340 27345 27288 0 -1 1077944384 1 12924 0 0 0 0 5 3 20 0 15 0 227548929 11246788608 22072 33554432000 4194304 4196468 140721903199824 140669848689552 140669981226709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16211968 140721903204964 140721903207772 140721903207772 140721903210447 0
[pid=27345/tid=27464] ppid=27340 vsize=10983192 memory=279 CPUtime=0.08 cores=0,2,4,6
/proc/27345/task/27464/stat : 27464 (java) S 27340 27345 27288 0 -1 1077944384 5 12924 0 0 0 0 5 3 20 0 15 0 227548931 11246788608 22072 33554432000 4194304 4196468 140721903199824 140669406173424 140669981227650 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16211968 140721903204964 140721903207772 140721903207772 140721903210447 0
[pid=27345/tid=27466] ppid=27340 vsize=10983192 memory=68 CPUtime=0.08 cores=0,2,4,6
/proc/27345/task/27466/stat : 27466 (java) S 27340 27345 27288 0 -1 1077944384 13 12924 0 0 0 0 5 3 20 0 15 0 227548931 11246788608 22072 33554432000 4194304 4196468 140721903199824 140668835980448 140669981226709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16211968 140721903204964 140721903207772 140721903207772 140721903210447 0
[pid=27345/tid=27468] ppid=27340 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27345/task/27468/stat : 27468 (java) S 27340 27345 27288 0 -1 1077944384 1 12924 0 0 0 0 5 3 20 0 15 0 227548931 11246788608 22072 33554432000 4194304 4196468 140721903199824 140668634653424 140669981226709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16211968 140721903204964 140721903207772 140721903207772 140721903210447 0
[pid=27345/tid=27471] ppid=27340 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27345/task/27471/stat : 27471 (java) S 27340 27345 27288 0 -1 1077944384 3 12924 0 0 0 0 5 3 20 0 15 0 227548934 11246788608 22072 33554432000 4194304 4196468 140721903199824 140668327253968 140669981235099 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16211968 140721903204964 140721903207772 140721903207772 140721903210447 0
[pid=27345/tid=27474] ppid=27340 vsize=10983192 memory=0 CPUtime=0.16 cores=0,2,4,6
/proc/27345/task/27474/stat : 27474 (java) S 27340 27345 27288 0 -1 1077944384 951 12924 0 0 8 0 5 3 20 0 15 0 227548934 11246788608 22072 33554432000 4194304 4196468 140721903199824 140669405121264 140669981227650 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16211968 140721903204964 140721903207772 140721903207772 140721903210447 0
[pid=27345/tid=27475] ppid=27340 vsize=10983192 memory=0 CPUtime=0.16 cores=0,2,4,6
/proc/27345/task/27475/stat : 27475 (java) S 27340 27345 27288 0 -1 1077944384 653 12924 0 0 8 0 5 3 20 0 15 0 227548934 11246788608 22072 33554432000 4194304 4196468 140721903199824 140669404068720 140669981227650 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16211968 140721903204964 140721903207772 140721903207772 140721903210447 0
[pid=27345/tid=27476] ppid=27340 vsize=10983192 memory=0 CPUtime=0.21 cores=0,2,4,6
/proc/27345/task/27476/stat : 27476 (java) S 27340 27345 27288 0 -1 1077944384 699 12924 0 0 13 0 5 3 20 0 15 0 227548934 11246788608 22072 33554432000 4194304 4196468 140721903199824 140669403015664 140669981227650 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16211968 140721903204964 140721903207772 140721903207772 140721903210447 0
[pid=27345/tid=27478] ppid=27340 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27345/task/27478/stat : 27478 (java) S 27340 27345 27288 0 -1 1077944384 3 12924 0 0 0 0 5 3 20 0 15 0 227548934 11246788608 22072 33554432000 4194304 4196468 140721903199824 140667896458080 140669981226709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16211968 140721903204964 140721903207772 140721903207772 140721903210447 0
[pid=27345/tid=27479] ppid=27340 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27345/task/27479/stat : 27479 (java) S 27340 27345 27288 0 -1 1077944384 1 12924 0 0 0 0 5 3 20 0 15 0 227548934 11246788608 22072 33554432000 4194304 4196468 140721903199824 140669401963056 140669981227650 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16211968 140721903204964 140721903207772 140721903207772 140721903210447 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88288 KiB

[startup+1.50075 s]
/proc/loadavg: 1.35 1.27 1.34 3/215 27480
/proc/meminfo: memFree=12776324/32770624 swapFree=67108496/67108860
[pid=27345] ppid=27340 vsize=10998092 memory=179600 CPUtime=2.23 cores=0,2,4,6
/proc/27345/stat : 27345 (java) S 27340 27345 27288 0 -1 1077944320 24081 12924 0 0 206 9 5 3 20 0 15 0 227548919 11262046208 44900 33554432000 4194304 4196468 140721903199824 140721903182368 140669981216503 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 16211968 140721903204964 140721903207772 140721903207772 140721903210447 0
/proc/27345/statm: 2749523 44900 3472 1 0 2711181 0
[pid=27345/tid=27454] ppid=27340 vsize=10998092 memory=4951091520830867572 CPUtime=1.42 cores=0,2,4,6
/proc/27345/task/27454/stat : 27454 (java) R 27340 27345 27288 0 -1 4202560 17920 12924 0 0 129 5 5 3 20 0 15 0 227548928 11262046208 44900 33554432000 4194304 4196468 140721903199824 140669953040416 140669967465674 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16211968 140721903204964 140721903207772 140721903207772 140721903210447 0
[pid=27345/tid=27459] ppid=27340 vsize=10998092 memory=-5153075247754915967 CPUtime=0.08 cores=0,2,4,6
/proc/27345/task/27459/stat : 27459 (java) S 27340 27345 27288 0 -1 1077944384 26 12924 0 0 0 0 5 3 20 0 15 0 227548929 11262046208 44900 33554432000 4194304 4196468 140721903199824 140669985459216 140669981226709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16211968 140721903204964 140721903207772 140721903207772 140721903210447 0
[pid=27345/tid=27460] ppid=27340 vsize=10998092 memory=-9109213556524817781 CPUtime=0.09 cores=0,2,4,6
/proc/27345/task/27460/stat : 27460 (java) S 27340 27345 27288 0 -1 1077944384 199 12924 0 0 1 0 5 3 20 0 15 0 227548929 11262046208 44900 33554432000 4194304 4196468 140721903199824 140669850795152 140669981226709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16211968 140721903204964 140721903207772 140721903207772 140721903210447 0
[pid=27345/tid=27461] ppid=27340 vsize=10998092 memory=-5153075247754915967 CPUtime=0.09 cores=0,2,4,6
/proc/27345/task/27461/stat : 27461 (java) S 27340 27345 27288 0 -1 1077944384 68 12924 0 0 1 0 5 3 20 0 15 0 227548929 11262046208 44900 33554432000 4194304 4196468 140721903199824 140669849742096 140669981226709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16211968 140721903204964 140721903207772 140721903207772 140721903210447 0
[pid=27345/tid=27462] ppid=27340 vsize=10998092 memory=119928 CPUtime=0.09 cores=0,2,4,6
/proc/27345/task/27462/stat : 27462 (java) S 27340 27345 27288 0 -1 1077944384 25 12924 0 0 1 0 5 3 20 0 15 0 227548929 11262046208 44900 33554432000 4194304 4196468 140721903199824 140669848689552 140669981226709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16211968 140721903204964 140721903207772 140721903207772 140721903210447 0
[pid=27345/tid=27464] ppid=27340 vsize=10998092 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/27345/task/27464/stat : 27464 (java) S 27340 27345 27288 0 -1 1077944384 62 12924 0 0 1 0 5 3 20 0 15 0 227548931 11262046208 44900 33554432000 4194304 4196468 140721903199824 140669406173424 140669981227650 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16211968 140721903204964 140721903207772 140721903207772 140721903210447 0
[pid=27345/tid=27466] ppid=27340 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27345/task/27466/stat : 27466 (java) S 27340 27345 27288 0 -1 1077944384 13 12924 0 0 0 0 5 3 20 0 15 0 227548931 11262046208 44900 33554432000 4194304 4196468 140721903199824 140668835980512 140669981226709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16211968 140721903204964 140721903207772 140721903207772 140721903210447 0
[pid=27345/tid=27468] ppid=27340 vsize=10998092 memory=280250642661856 CPUtime=0.08 cores=0,2,4,6
/proc/27345/task/27468/stat : 27468 (java) S 27340 27345 27288 0 -1 1077944384 2 12924 0 0 0 0 5 3 20 0 15 0 227548931 11262046208 44900 33554432000 4194304 4196468 140721903199824 140668634653440 140669981226709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16211968 140721903204964 140721903207772 140721903207772 140721903210447 0
[pid=27345/tid=27471] ppid=27340 vsize=10998092 memory=280250643076704 CPUtime=0.08 cores=0,2,4,6
/proc/27345/task/27471/stat : 27471 (java) S 27340 27345 27288 0 -1 1077944384 3 12924 0 0 0 0 5 3 20 0 15 0 227548934 11262046208 44900 33554432000 4194304 4196468 140721903199824 140668327253968 140669981235099 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16211968 140721903204964 140721903207772 140721903207772 140721903210447 0
[pid=27345/tid=27474] ppid=27340 vsize=10998092 memory=142300588059872 CPUtime=0.25 cores=0,2,4,6
/proc/27345/task/27474/stat : 27474 (java) S 27340 27345 27288 0 -1 1077944384 1175 12924 0 0 17 0 5 3 20 0 15 0 227548934 11262046208 44900 33554432000 4194304 4196468 140721903199824 140669405121264 140669981227650 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16211968 140721903204964 140721903207772 140721903207772 140721903210447 0
[pid=27345/tid=27475] ppid=27340 vsize=10998092 memory=119621147429353 CPUtime=0.3 cores=0,2,4,6
/proc/27345/task/27475/stat : 27475 (java) S 27340 27345 27288 0 -1 1077944384 1109 12924 0 0 22 0 5 3 20 0 15 0 227548934 11262046208 44900 33554432000 4194304 4196468 140721903199824 140669404068720 140669981227650 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16211968 140721903204964 140721903207772 140721903207772 140721903210447 0
[pid=27345/tid=27476] ppid=27340 vsize=10998092 memory=1128 CPUtime=0.37 cores=0,2,4,6
/proc/27345/task/27476/stat : 27476 (java) S 27340 27345 27288 0 -1 1077944384 1280 12924 0 0 29 0 5 3 20 0 15 0 227548934 11262046208 44900 33554432000 4194304 4196468 140721903199824 140669403015664 140669981227650 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16211968 140721903204964 140721903207772 140721903207772 140721903210447 0
[pid=27345/tid=27478] ppid=27340 vsize=10998092 memory=15188 CPUtime=0.08 cores=0,2,4,6
/proc/27345/task/27478/stat : 27478 (java) S 27340 27345 27288 0 -1 1077944384 3 12924 0 0 0 0 5 3 20 0 15 0 227548934 11262046208 44900 33554432000 4194304 4196468 140721903199824 140667896458080 140669981226709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16211968 140721903204964 140721903207772 140721903207772 140721903210447 0
[pid=27345/tid=27479] ppid=27340 vsize=10998092 memory=4000 CPUtime=0.08 cores=0,2,4,6
/proc/27345/task/27479/stat : 27479 (java) S 27340 27345 27288 0 -1 1077944384 1 12924 0 0 0 0 5 3 20 0 15 0 227548934 11262046208 44900 33554432000 4194304 4196468 140721903199824 140669401963056 140669981227650 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16211968 140721903204964 140721903207772 140721903207772 140721903210447 0
Current children cumulated CPU time: 2.23 s
Current children cumulated vsize: 10998092 KiB

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

Current children cumulated memory: 254780 KiB

[startup+3.9988 s]
# the end of solver process 27345 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=7.64988 s, system=0.273437 s

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

[startup+3.20354 s]
/proc/loadavg: 1.35 1.27 1.34 6/215 27480
/proc/meminfo: memFree=12494976/32770624 swapFree=67108496/67108860
[pid=27345] ppid=27340 vsize=11010400 memory=256128 CPUtime=5.81 cores=0,2,4,6
/proc/27345/stat : 27345 (java) S 27340 27345 27288 0 -1 1077944320 37961 12924 0 0 556 17 5 3 20 0 15 0 227548919 11274649600 64032 33554432000 4194304 4196468 140721903199824 140721903182368 140669981216503 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 16211968 140721903204964 140721903207772 140721903207772 140721903210447 0
/proc/27345/statm: 2752600 64032 3498 1 0 2714253 0
[pid=27345/tid=27454] ppid=27340 vsize=11010400 memory=0 CPUtime=3.08 cores=0,2,4,6
/proc/27345/task/27454/stat : 27454 (java) R 27340 27345 27288 0 -1 4202560 27112 12924 0 0 291 9 5 3 20 0 15 0 227548928 11274649600 64032 33554432000 4194304 4196468 140721903199824 140669953046856 140669523991025 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16211968 140721903204964 140721903207772 140721903207772 140721903210447 0
[pid=27345/tid=27459] ppid=27340 vsize=11010400 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/27345/task/27459/stat : 27459 (java) S 27340 27345 27288 0 -1 1077944384 54 12924 0 0 2 0 5 3 20 0 15 0 227548929 11274649600 64032 33554432000 4194304 4196468 140721903199824 140669985459216 140669981226709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16211968 140721903204964 140721903207772 140721903207772 140721903210447 0
[pid=27345/tid=27460] ppid=27340 vsize=11010400 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/27345/task/27460/stat : 27460 (java) S 27340 27345 27288 0 -1 1077944384 205 12924 0 0 2 0 5 3 20 0 15 0 227548929 11274649600 64032 33554432000 4194304 4196468 140721903199824 140669850795152 140669981226709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16211968 140721903204964 140721903207772 140721903207772 140721903210447 0
[pid=27345/tid=27461] ppid=27340 vsize=11010400 memory=-2127768701671725960 CPUtime=0.1 cores=0,2,4,6
/proc/27345/task/27461/stat : 27461 (java) S 27340 27345 27288 0 -1 1077944384 94 12924 0 0 2 0 5 3 20 0 15 0 227548929 11274649600 64032 33554432000 4194304 4196468 140721903199824 140669849742096 140669981226709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16211968 140721903204964 140721903207772 140721903207772 140721903210447 0
[pid=27345/tid=27462] ppid=27340 vsize=11010400 memory=6944656592387989600 CPUtime=0.1 cores=0,2,4,6
/proc/27345/task/27462/stat : 27462 (java) S 27340 27345 27288 0 -1 1077944384 35 12924 0 0 2 0 5 3 20 0 15 0 227548929 11274649600 64032 33554432000 4194304 4196468 140721903199824 140669848689552 140669981226709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16211968 140721903204964 140721903207772 140721903207772 140721903210447 0
[pid=27345/tid=27464] ppid=27340 vsize=11010400 memory=6943526294502006880 CPUtime=0.11 cores=0,2,4,6
/proc/27345/task/27464/stat : 27464 (java) S 27340 27345 27288 0 -1 1077944384 290 12924 0 0 3 0 5 3 20 0 15 0 227548931 11274649600 64032 33554432000 4194304 4196468 140721903199824 140669406173424 140669981227650 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16211968 140721903204964 140721903207772 140721903207772 140721903210447 0
[pid=27345/tid=27466] ppid=27340 vsize=11010400 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27345/task/27466/stat : 27466 (java) S 27340 27345 27288 0 -1 1077944384 13 12924 0 0 0 0 5 3 20 0 15 0 227548931 11274649600 64032 33554432000 4194304 4196468 140721903199824 140668835980512 140669981226709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16211968 140721903204964 140721903207772 140721903207772 140721903210447 0
[pid=27345/tid=27468] ppid=27340 vsize=11010400 memory=280250643096000 CPUtime=0.08 cores=0,2,4,6
/proc/27345/task/27468/stat : 27468 (java) S 27340 27345 27288 0 -1 1077944384 2 12924 0 0 0 0 5 3 20 0 15 0 227548931 11274649600 64032 33554432000 4194304 4196468 140721903199824 140668634653440 140669981226709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16211968 140721903204964 140721903207772 140721903207772 140721903210447 0
[pid=27345/tid=27471] ppid=27340 vsize=11010400 memory=5790086053191909267 CPUtime=0.08 cores=0,2,4,6
/proc/27345/task/27471/stat : 27471 (java) S 27340 27345 27288 0 -1 1077944384 3 12924 0 0 0 0 5 3 20 0 15 0 227548934 11274649600 64032 33554432000 4194304 4196468 140721903199824 140668327253968 140669981235099 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16211968 140721903204964 140721903207772 140721903207772 140721903210447 0
[pid=27345/tid=27474] ppid=27340 vsize=11010400 memory=-3472574944341025154 CPUtime=0.77 cores=0,2,4,6
/proc/27345/task/27474/stat : 27474 (java) R 27340 27345 27288 0 -1 1077944384 2670 12924 0 0 69 0 5 3 20 0 15 0 227548934 11274649600 64032 33554432000 4194304 4196468 140721903199824 140669405121264 140669981227650 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 16211968 140721903204964 140721903207772 140721903207772 140721903210447 0
[pid=27345/tid=27475] ppid=27340 vsize=11010400 memory=-7094132109863559211 CPUtime=0.81 cores=0,2,4,6
/proc/27345/task/27475/stat : 27475 (java) R 27340 27345 27288 0 -1 4202560 1995 12924 0 0 72 1 5 3 20 0 15 0 227548934 11274649600 64032 33554432000 4194304 4196468 140721903199824 140669404053040 140669966104374 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16211968 140721903204964 140721903207772 140721903207772 140721903210447 0
[pid=27345/tid=27476] ppid=27340 vsize=11010400 memory=-7880843606118635149 CPUtime=1.17 cores=0,2,4,6
/proc/27345/task/27476/stat : 27476 (java) R 27340 27345 27288 0 -1 4202560 3419 12924 0 0 107 2 5 3 20 0 15 0 227548934 11274649600 64032 33554432000 4194304 4196468 140721903199824 140669403015664 140669966897201 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16211968 140721903204964 140721903207772 140721903207772 140721903210447 0
[pid=27345/tid=27478] ppid=27340 vsize=11010400 memory=-1624781813439352349 CPUtime=0.08 cores=0,2,4,6
/proc/27345/task/27478/stat : 27478 (java) S 27340 27345 27288 0 -1 1077944384 3 12924 0 0 0 0 5 3 20 0 15 0 227548934 11274649600 64032 33554432000 4194304 4196468 140721903199824 140667896458080 140669981226709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16211968 140721903204964 140721903207772 140721903207772 140721903210447 0
[pid=27345/tid=27479] ppid=27340 vsize=11010400 memory=8976414709404591081 CPUtime=0.08 cores=0,2,4,6
/proc/27345/task/27479/stat : 27479 (java) S 27340 27345 27288 0 -1 1077944384 3 12924 0 0 0 0 5 3 20 0 15 0 227548934 11274649600 64032 33554432000 4194304 4196468 140721903199824 140669401963056 140669981227650 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16211968 140721903204964 140721903207772 140721903207772 140721903210447 0
Current children cumulated CPU time: 5.81 s
Current children cumulated vsize: 11010400 KiB
Current children cumulated memory: 256128 KiB

[startup+3.60074 s]
/proc/loadavg: 1.35 1.27 1.34 6/215 27480
/proc/meminfo: memFree=12494976/32770624 swapFree=67108496/67108860
[pid=27345] ppid=27340 vsize=11077984 memory=289612 CPUtime=6.92 cores=0,2,4,6
/proc/27345/stat : 27345 (java) S 27340 27345 27288 0 -1 1077944320 62250 12924 0 0 665 19 5 3 20 0 15 0 227548919 11343855616 72403 33554432000 4194304 4196468 140721903199824 140721903182368 140669981216503 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 16211968 140721903204964 140721903207772 140721903207772 140721903210447 0
/proc/27345/statm: 2769496 72403 3503 1 0 2731149 0
[pid=27345/tid=27454] ppid=27340 vsize=11077984 memory=5787213827113772388 CPUtime=3.47 cores=0,2,4,6
/proc/27345/task/27454/stat : 27454 (java) R 27340 27345 27288 0 -1 4202560 43392 12924 0 0 329 10 5 3 20 0 15 0 227548928 11343855616 72403 33554432000 4194304 4196468 140721903199824 140669953031864 140669962781499 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16211968 140721903204964 140721903207772 140721903207772 140721903210447 0
[pid=27345/tid=27459] ppid=27340 vsize=11077984 memory=5787213852951536729 CPUtime=0.1 cores=0,2,4,6
/proc/27345/task/27459/stat : 27459 (java) S 27340 27345 27288 0 -1 1077944384 54 12924 0 0 2 0 5 3 20 0 15 0 227548929 11343855616 72403 33554432000 4194304 4196468 140721903199824 140669985459216 140669981226709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16211968 140721903204964 140721903207772 140721903207772 140721903210447 0
[pid=27345/tid=27460] ppid=27340 vsize=11077984 memory=5794840147574941284 CPUtime=0.1 cores=0,2,4,6
/proc/27345/task/27460/stat : 27460 (java) S 27340 27345 27288 0 -1 1077944384 205 12924 0 0 2 0 5 3 20 0 15 0 227548929 11343855616 72403 33554432000 4194304 4196468 140721903199824 140669850795152 140669981226709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16211968 140721903204964 140721903207772 140721903207772 140721903210447 0
[pid=27345/tid=27461] ppid=27340 vsize=11077984 memory=3472464022694257374 CPUtime=0.1 cores=0,2,4,6
/proc/27345/task/27461/stat : 27461 (java) S 27340 27345 27288 0 -1 1077944384 94 12924 0 0 2 0 5 3 20 0 15 0 227548929 11343855616 72403 33554432000 4194304 4196468 140721903199824 140669849742096 140669981226709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16211968 140721903204964 140721903207772 140721903207772 140721903210447 0
[pid=27345/tid=27462] ppid=27340 vsize=11077984 memory=6656426216303648864 CPUtime=0.1 cores=0,2,4,6
/proc/27345/task/27462/stat : 27462 (java) S 27340 27345 27288 0 -1 1077944384 35 12924 0 0 2 0 5 3 20 0 15 0 227548929 11343855616 72403 33554432000 4194304 4196468 140721903199824 140669848689552 140669981226709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16211968 140721903204964 140721903207772 140721903207772 140721903210447 0
[pid=27345/tid=27464] ppid=27340 vsize=11077984 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/27345/task/27464/stat : 27464 (java) S 27340 27345 27288 0 -1 1077944384 313 12924 0 0 3 0 5 3 20 0 15 0 227548931 11343855616 72403 33554432000 4194304 4196468 140721903199824 140669406173424 140669981227650 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16211968 140721903204964 140721903207772 140721903207772 140721903210447 0
[pid=27345/tid=27466] ppid=27340 vsize=11077984 memory=6944652177228980320 CPUtime=0.08 cores=0,2,4,6
/proc/27345/task/27466/stat : 27466 (java) S 27340 27345 27288 0 -1 1077944384 13 12924 0 0 0 0 5 3 20 0 15 0 227548931 11343855616 72403 33554432000 4194304 4196468 140721903199824 140668835980512 140669981226709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16211968 140721903204964 140721903207772 140721903207772 140721903210447 0
[pid=27345/tid=27468] ppid=27340 vsize=11077984 memory=6944656592455088490 CPUtime=0.08 cores=0,2,4,6
/proc/27345/task/27468/stat : 27468 (java) S 27340 27345 27288 0 -1 1077944384 2 12924 0 0 0 0 5 3 20 0 15 0 227548931 11343855616 72403 33554432000 4194304 4196468 140721903199824 140668634653440 140669981226709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16211968 140721903204964 140721903207772 140721903207772 140721903210447 0
[pid=27345/tid=27471] ppid=27340 vsize=11077984 memory=6944656592455359545 CPUtime=0.08 cores=0,2,4,6
/proc/27345/task/27471/stat : 27471 (java) S 27340 27345 27288 0 -1 1077944384 3 12924 0 0 0 0 5 3 20 0 15 0 227548934 11343855616 72403 33554432000 4194304 4196468 140721903199824 140668327253968 140669981235099 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16211968 140721903204964 140721903207772 140721903207772 140721903210447 0
[pid=27345/tid=27474] ppid=27340 vsize=11077984 memory=7681421203011431829 CPUtime=1.14 cores=0,2,4,6
/proc/27345/task/27474/stat : 27474 (java) R 27340 27345 27288 0 -1 4202560 8125 12924 0 0 105 1 5 3 20 0 15 0 227548934 11343855616 72403 33554432000 4194304 4196468 140721903199824 140669405106224 140669966324352 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 16211968 140721903204964 140721903207772 140721903207772 140721903210447 0
[pid=27345/tid=27475] ppid=27340 vsize=11077984 memory=-1751206890918255646 CPUtime=1.06 cores=0,2,4,6
/proc/27345/task/27475/stat : 27475 (java) R 27340 27345 27288 0 -1 4202560 3633 12924 0 0 97 1 5 3 20 0 15 0 227548934 11343855616 72403 33554432000 4194304 4196468 140721903199824 140669404049736 140669964713232 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16211968 140721903204964 140721903207772 140721903207772 140721903210447 0
[pid=27345/tid=27476] ppid=27340 vsize=11077984 memory=7679937479730885434 CPUtime=1.25 cores=0,2,4,6
/proc/27345/task/27476/stat : 27476 (java) S 27340 27345 27288 0 -1 1077944384 4176 12924 0 0 115 2 5 3 20 0 15 0 227548934 11343855616 72403 33554432000 4194304 4196468 140721903199824 140669403015664 140669981227650 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16211968 140721903204964 140721903207772 140721903207772 140721903210447 0
[pid=27345/tid=27478] ppid=27340 vsize=11077984 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/27345/task/27478/stat : 27478 (java) S 27340 27345 27288 0 -1 1077944384 3 12924 0 0 0 0 5 3 20 0 15 0 227548934 11343855616 72403 33554432000 4194304 4196468 140721903199824 140667896458080 140669981226709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16211968 140721903204964 140721903207772 140721903207772 140721903210447 0
[pid=27345/tid=27479] ppid=27340 vsize=11077984 memory=9148 CPUtime=0.08 cores=0,2,4,6
/proc/27345/task/27479/stat : 27479 (java) S 27340 27345 27288 0 -1 1077944384 7 12924 0 0 0 0 5 3 20 0 15 0 227548934 11343855616 72403 33554432000 4194304 4196468 140721903199824 140669401963056 140669981227650 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16211968 140721903204964 140721903207772 140721903207772 140721903210447 0
Current children cumulated CPU time: 6.92 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 289612 KiB

[startup+3.80069 s]
/proc/loadavg: 1.35 1.27 1.34 6/215 27480
/proc/meminfo: memFree=12494976/32770624 swapFree=67108496/67108860
[pid=27345] ppid=27340 vsize=11082804 memory=331872 CPUtime=7.59 cores=0,2,4,6
/proc/27345/stat : 27345 (java) S 27340 27345 27288 0 -1 1077944320 73456 12924 0 0 730 21 5 3 20 0 15 0 227548919 11348791296 82968 33554432000 4194304 4196468 140721903199824 140721903182368 140669981216503 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 16211968 140721903204964 140721903207772 140721903207772 140721903210447 0
/proc/27345/statm: 2770701 82968 3504 1 0 2732354 0
[pid=27345/tid=27454] ppid=27340 vsize=11082804 memory=0 CPUtime=3.67 cores=0,2,4,6
/proc/27345/task/27454/stat : 27454 (java) R 27340 27345 27288 0 -1 4202560 50987 12924 0 0 348 11 5 3 20 0 15 0 227548928 11348791296 82968 33554432000 4194304 4196468 140721903199824 140669953046320 140669534402963 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16211968 140721903204964 140721903207772 140721903207772 140721903210447 0
[pid=27345/tid=27459] ppid=27340 vsize=11082804 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/27345/task/27459/stat : 27459 (java) S 27340 27345 27288 0 -1 1077944384 54 12924 0 0 2 0 5 3 20 0 15 0 227548929 11348791296 82968 33554432000 4194304 4196468 140721903199824 140669985459216 140669981226709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16211968 140721903204964 140721903207772 140721903207772 140721903210447 0
[pid=27345/tid=27460] ppid=27340 vsize=11082804 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/27345/task/27460/stat : 27460 (java) S 27340 27345 27288 0 -1 1077944384 205 12924 0 0 2 0 5 3 20 0 15 0 227548929 11348791296 82968 33554432000 4194304 4196468 140721903199824 140669850795152 140669981226709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16211968 140721903204964 140721903207772 140721903207772 140721903210447 0
[pid=27345/tid=27461] ppid=27340 vsize=11082804 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/27345/task/27461/stat : 27461 (java) S 27340 27345 27288 0 -1 1077944384 94 12924 0 0 2 0 5 3 20 0 15 0 227548929 11348791296 82968 33554432000 4194304 4196468 140721903199824 140669849742096 140669981226709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16211968 140721903204964 140721903207772 140721903207772 140721903210447 0
[pid=27345/tid=27462] ppid=27340 vsize=11082804 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/27345/task/27462/stat : 27462 (java) S 27340 27345 27288 0 -1 1077944384 35 12924 0 0 2 0 5 3 20 0 15 0 227548929 11348791296 82968 33554432000 4194304 4196468 140721903199824 140669848689552 140669981226709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16211968 140721903204964 140721903207772 140721903207772 140721903210447 0
[pid=27345/tid=27464] ppid=27340 vsize=11082804 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/27345/task/27464/stat : 27464 (java) S 27340 27345 27288 0 -1 1077944384 313 12924 0 0 3 0 5 3 20 0 15 0 227548931 11348791296 82968 33554432000 4194304 4196468 140721903199824 140669406173424 140669981227650 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16211968 140721903204964 140721903207772 140721903207772 140721903210447 0
[pid=27345/tid=27466] ppid=27340 vsize=11082804 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27345/task/27466/stat : 27466 (java) S 27340 27345 27288 0 -1 1077944384 13 12924 0 0 0 0 5 3 20 0 15 0 227548931 11348791296 82968 33554432000 4194304 4196468 140721903199824 140668835980512 140669981226709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16211968 140721903204964 140721903207772 140721903207772 140721903210447 0
[pid=27345/tid=27468] ppid=27340 vsize=11082804 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/27345/task/27468/stat : 27468 (java) S 27340 27345 27288 0 -1 1077944384 2 12924 0 0 0 0 5 3 20 0 15 0 227548931 11348791296 82968 33554432000 4194304 4196468 140721903199824 140668634653440 140669981226709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16211968 140721903204964 140721903207772 140721903207772 140721903210447 0
[pid=27345/tid=27471] ppid=27340 vsize=11082804 memory=6946349771861224299 CPUtime=0.08 cores=0,2,4,6
/proc/27345/task/27471/stat : 27471 (java) S 27340 27345 27288 0 -1 1077944384 3 12924 0 0 0 0 5 3 20 0 15 0 227548934 11348791296 82968 33554432000 4194304 4196468 140721903199824 140668327253968 140669981235099 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16211968 140721903204964 140721903207772 140721903207772 140721903210447 0
[pid=27345/tid=27474] ppid=27340 vsize=11082804 memory=7306316804797196914 CPUtime=1.34 cores=0,2,4,6
/proc/27345/task/27474/stat : 27474 (java) R 27340 27345 27288 0 -1 4202560 10018 12924 0 0 125 1 5 3 20 0 15 0 227548934 11348791296 82968 33554432000 4194304 4196468 140721903199824 140669405107424 140669964773842 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 16211968 140721903204964 140721903207772 140721903207772 140721903210447 0
[pid=27345/tid=27475] ppid=27340 vsize=11082804 memory=5787233549853680960 CPUtime=1.26 cores=0,2,4,6
/proc/27345/task/27475/stat : 27475 (java) R 27340 27345 27288 0 -1 4202560 5141 12924 0 0 117 1 5 3 20 0 15 0 227548934 11348791296 82968 33554432000 4194304 4196468 140721903199824 140669404049736 140669966138329 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16211968 140721903204964 140721903207772 140721903207772 140721903210447 0
[pid=27345/tid=27476] ppid=27340 vsize=11082804 memory=8 CPUtime=1.32 cores=0,2,4,6
/proc/27345/task/27476/stat : 27476 (java) S 27340 27345 27288 0 -1 1077944384 4386 12924 0 0 122 2 5 3 20 0 15 0 227548934 11348791296 82968 33554432000 4194304 4196468 140721903199824 140669403015664 140669981227650 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16211968 140721903204964 140721903207772 140721903207772 140721903210447 0
[pid=27345/tid=27478] ppid=27340 vsize=11082804 memory=11502198519 CPUtime=0.08 cores=0,2,4,6
/proc/27345/task/27478/stat : 27478 (java) S 27340 27345 27288 0 -1 1077944384 3 12924 0 0 0 0 5 3 20 0 15 0 227548934 11348791296 82968 33554432000 4194304 4196468 140721903199824 140667896458080 140669981226709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16211968 140721903204964 140721903207772 140721903207772 140721903210447 0
[pid=27345/tid=27479] ppid=27340 vsize=11082804 memory=932 CPUtime=0.08 cores=0,2,4,6
/proc/27345/task/27479/stat : 27479 (java) S 27340 27345 27288 0 -1 1077944384 7 12924 0 0 0 0 5 3 20 0 15 0 227548934 11348791296 82968 33554432000 4194304 4196468 140721903199824 140669401963056 140669981227650 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16211968 140721903204964 140721903207772 140721903207772 140721903210447 0
Current children cumulated CPU time: 7.59 s
Current children cumulated vsize: 11082804 KiB
Current children cumulated memory: 331872 KiB

[startup+3.90071 s]
/proc/loadavg: 1.35 1.27 1.34 6/215 27480
/proc/meminfo: memFree=12494976/32770624 swapFree=67108496/67108860
[pid=27345] ppid=27340 vsize=11148392 memory=333312 CPUtime=7.89 cores=0,2,4,6
/proc/27345/stat : 27345 (java) S 27340 27345 27288 0 -1 1077944320 74365 12924 0 0 759 22 5 3 20 0 14 0 227548919 11415953408 83328 33554432000 4194304 4196468 140721903199824 140721903182368 140669981216503 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 16211968 140721903204964 140721903207772 140721903207772 140721903210447 0
/proc/27345/statm: 2787098 83328 3508 1 0 2748751 0
[pid=27345/tid=27454] ppid=27340 vsize=11148392 memory=56 CPUtime=3.77 cores=0,2,4,6
/proc/27345/task/27454/stat : 27454 (java) S 27340 27345 27288 0 -1 1077944384 51263 12924 0 0 357 12 5 3 20 0 14 0 227548928 11415953408 83328 33554432000 4194304 4196468 140721903199824 140669953059984 140669981226709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16211968 140721903204964 140721903207772 140721903207772 140721903210447 0
[pid=27345/tid=27459] ppid=27340 vsize=11148392 memory=9168 CPUtime=0.1 cores=0,2,4,6
/proc/27345/task/27459/stat : 27459 (java) S 27340 27345 27288 0 -1 1077944384 54 12924 0 0 2 0 5 3 20 0 14 0 227548929 11415953408 83328 33554432000 4194304 4196468 140721903199824 140669985459216 140669981226709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16211968 140721903204964 140721903207772 140721903207772 140721903210447 0
[pid=27345/tid=27460] ppid=27340 vsize=11148392 memory=325 CPUtime=0.1 cores=0,2,4,6
/proc/27345/task/27460/stat : 27460 (java) S 27340 27345 27288 0 -1 1077944384 205 12924 0 0 2 0 5 3 20 0 14 0 227548929 11415953408 83328 33554432000 4194304 4196468 140721903199824 140669850795152 140669981226709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16211968 140721903204964 140721903207772 140721903207772 140721903210447 0
[pid=27345/tid=27461] ppid=27340 vsize=11148392 memory=195 CPUtime=0.1 cores=0,2,4,6
/proc/27345/task/27461/stat : 27461 (java) S 27340 27345 27288 0 -1 1077944384 94 12924 0 0 2 0 5 3 20 0 14 0 227548929 11415953408 83328 33554432000 4194304 4196468 140721903199824 140669849742096 140669981226709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16211968 140721903204964 140721903207772 140721903207772 140721903210447 0
[pid=27345/tid=27462] ppid=27340 vsize=11148392 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/27345/task/27462/stat : 27462 (java) S 27340 27345 27288 0 -1 1077944384 35 12924 0 0 2 0 5 3 20 0 14 0 227548929 11415953408 83328 33554432000 4194304 4196468 140721903199824 140669848689552 140669981226709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16211968 140721903204964 140721903207772 140721903207772 140721903210447 0
[pid=27345/tid=27464] ppid=27340 vsize=11148392 memory=-1189914978686163229 CPUtime=0.11 cores=0,2,4,6
/proc/27345/task/27464/stat : 27464 (java) S 27340 27345 27288 0 -1 1077944384 549 12924 0 0 3 0 5 3 20 0 14 0 227548931 11415953408 83328 33554432000 4194304 4196468 140721903199824 140669406173632 140669981227650 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16211968 140721903204964 140721903207772 140721903207772 140721903210447 0
[pid=27345/tid=27466] ppid=27340 vsize=11148392 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27345/task/27466/stat : 27466 (java) S 27340 27345 27288 0 -1 1077944384 13 12924 0 0 0 0 5 3 20 0 14 0 227548931 11415953408 83328 33554432000 4194304 4196468 140721903199824 140668835980512 140669981226709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16211968 140721903204964 140721903207772 140721903207772 140721903210447 0
[pid=27345/tid=27468] ppid=27340 vsize=11148392 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27345/task/27468/stat : 27468 (java) S 27340 27345 27288 0 -1 1077944384 2 12924 0 0 0 0 5 3 20 0 14 0 227548931 11415953408 83328 33554432000 4194304 4196468 140721903199824 140668634653440 140669981226709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16211968 140721903204964 140721903207772 140721903207772 140721903210447 0
[pid=27345/tid=27471] ppid=27340 vsize=11148392 memory=62 CPUtime=0.08 cores=0,2,4,6
/proc/27345/task/27471/stat : 27471 (java) S 27340 27345 27288 0 -1 1077944384 26 12924 0 0 0 0 5 3 20 0 14 0 227548934 11415953408 83328 33554432000 4194304 4196468 140721903199824 140668327252736 140669981226709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16211968 140721903204964 140721903207772 140721903207772 140721903210447 0
[pid=27345/tid=27474] ppid=27340 vsize=11148392 memory=92 CPUtime=1.44 cores=0,2,4,6
/proc/27345/task/27474/stat : 27474 (java) R 27340 27345 27288 0 -1 4202560 10222 12924 0 0 135 1 5 3 20 0 14 0 227548934 11415953408 83328 33554432000 4194304 4196468 140721903199824 140669405106768 140669962737363 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 16211968 140721903204964 140721903207772 140721903207772 140721903210447 0
[pid=27345/tid=27475] ppid=27340 vsize=11148392 memory=0 CPUtime=1.32 cores=0,2,4,6
/proc/27345/task/27475/stat : 27475 (java) S 27340 27345 27288 0 -1 1077944384 5202 12924 0 0 123 1 5 3 20 0 14 0 227548934 11415953408 83328 33554432000 4194304 4196468 140721903199824 140669404068720 140669981227650 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16211968 140721903204964 140721903207772 140721903207772 140721903210447 0
[pid=27345/tid=27476] ppid=27340 vsize=11148392 memory=280248629394774 CPUtime=1.37 cores=0,2,4,6
/proc/27345/task/27476/stat : 27476 (java) S 27340 27345 27288 0 -1 1077944384 4483 12924 0 0 127 2 5 3 20 0 14 0 227548934 11415953408 83328 33554432000 4194304 4196468 140721903199824 140669403011152 140669981226709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16211968 140721903204964 140721903207772 140721903207772 140721903210447 0
[pid=27345/tid=27478] ppid=27340 vsize=11148392 memory=265860 CPUtime=0.08 cores=0,2,4,6
/proc/27345/task/27478/stat : 27478 (java) S 27340 27345 27288 0 -1 1077944384 3 12924 0 0 0 0 5 3 20 0 14 0 227548934 11415953408 83328 33554432000 4194304 4196468 140721903199824 140667896458080 140669981226709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16211968 140721903204964 140721903207772 140721903207772 140721903210447 0
Current children cumulated CPU time: 7.89 s
Current children cumulated vsize: 11148392 KiB
Current children cumulated memory: 333312 KiB

Child status: 0
Real time (s): 3.99886
CPU time (s): 7.92332
CPU user time (s): 7.64988
CPU system time (s): 0.273437
CPU usage (%): 198.139
Max. virtual memory (cumulated for all children) (KiB): 11148392
Max. memory (cumulated for all children) (KiB): 333312

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.64988
system time used= 0.273437
maximum resident set size= 335332
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 87323
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= 6553
involuntary context switches= 47


# summary of solver processes directly reported to runsolver:
#   pid: 27345
#   total CPU time (s): 7.92332
#   total CPU user time (s): 7.64988
#   total CPU system time (s): 0.273437

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.049229 second user time and 0.072774 second system time

The end

Launcher Data

Begin job on node149 at 2018-08-12 20:50:57
IDJOB=4304514
IDBENCH=141354
IDSOLVER=2781
FILE ID=node149/4304514-1534099857
RUNJOBID= node149-1534099857-27319
PBS_JOBID= 21037007
Free space on /tmp= 39108 MiB

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

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

MD5SUM BENCH= 3db83836fd15e943f67e7808e5ced101
RANDOM SEED=511993534

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:        12971960 kB
MemAvailable:   31902624 kB
Buffers:          203540 kB
Cached:         18759572 kB
SwapCached:           28 kB
Active:          7754548 kB
Inactive:       11263060 kB
Active(anon):       3860 kB
Inactive(anon):   103076 kB
Active(file):    7750688 kB
Inactive(file): 11159984 kB
Unevictable:        7608 kB
Mlocked:            7608 kB
SwapTotal:      67108860 kB
SwapFree:       67108496 kB
Dirty:             53112 kB
Writeback:             0 kB
AnonPages:         62500 kB
Mapped:            54500 kB
Shmem:             49616 kB
Slab:             476748 kB
SReclaimable:     448452 kB
SUnreclaim:        28296 kB
KernelStack:        3104 kB
PageTables:         5808 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     351248 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 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:01