Trace number 4304529

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.9.2OPT2 9.6125 4.80854

General information on the benchmark

NameTemplateDesign/
TemplateDesign-m1-2_c18.xml
MD5SUM9023d532dd437e307a8c97402098327c
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark0.653759
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of constraints46
Number of domains8
Minimum domain size2
Maximum domain size1210
Distribution of domain sizes[{"size":2,"count":5},{"size":7,"count":25},{"size":275,"count":5},{"size":286,"count":5},{"size":550,"count":5},{"size":880,"count":5},{"size":1101,"count":5},{"size":1210,"count":5}]
Minimum variable degree2
Maximum variable degree7
Distribution of variable degrees[{"degree":2,"count":45},{"degree":3,"count":10},{"degree":7,"count":5}]
Minimum constraint arity2
Maximum constraint arity5
Distribution of constraint arities[{"arity":2,"count":10},{"arity":3,"count":25},{"arity":5,"count":11}]
Number of extensional constraints0
Number of intensional constraints35
Distribution of constraint types[{"type":"intension","count":35},{"type":"ordered","count":1},{"type":"sum","count":10}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.99/0.74	c Concrete v3.9.2.1532736233296 running
9.29/4.26	o 2
9.59/4.66	v <instantiation cost="2">
9.59/4.66	v       <list>
9.59/4.66	v         d[0][0] d[0][1] d[0][2] d[0][3] d[0][4] d[1][0] d[1][1] d[1][2] d[1][3] d[1][4] d[2][0] d[2][1] d[2][2] d[2][3] d[2][4] d[3][0] d[3][1] d[3][2] d[3][3] d[3][4] d[4][0] d[4][1] d[4][2] d[4][3] d[4][4] npt[0] npt[1] npt[2] npt[3] npt[4] u[0] u[1] u[2] u[3] u[4] nptv[0][0] nptv[0][1] nptv[0][2] nptv[0][3] nptv[0][4] nptv[1][0] nptv[1][1] nptv[1][2] nptv[1][3] nptv[1][4] nptv[2][0] nptv[2][1] nptv[2][2] nptv[2][3] nptv[2][4] nptv[3][0] nptv[3][1] nptv[3][2] nptv[3][3] nptv[3][4] nptv[4][0] nptv[4][1] nptv[4][2] nptv[4][3] nptv[4][4]
9.59/4.66	v       </list>
9.59/4.66	v       <values>
9.59/4.66	v         1 1 2 2 0 0 0 0 1 5 6 0 0 0 0 6 0 0 0 0 6 0 0 0 0 274 241 0 0 0 1 1 0 0 0 274 274 548 548 0 0 0 0 241 1205 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
9.59/4.66	v       </values>
9.59/4.66	v     </instantiation>
9.59/4.66	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 (5654 MiB free)
  memory of node 1: 16384 MiB (9376 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4304529-1534100380/watcher-4304529-1534100380 -o /tmp/evaluation-result-4304529-1534100380/solver-4304529-1534100380 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1534097917-15761 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=1163214328 HOME/instance-4304529-1534100380.xml 

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

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

solver pid=16059, runsolver pid=16056

[startup+0.10012 s]*
/proc/loadavg: 1.37 1.38 1.34 3/206 16116
/proc/meminfo: memFree=15383240/32770624 swapFree=67108504/67108860
[pid=16059] ppid=16056 vsize=10005480 memory=18992 CPUtime=0.09 cores=1,3,5,7
/proc/16059/stat : 16059 (java) S 16056 16059 15729 0 -1 1077944320 4415 12954 0 0 1 0 5 3 20 0 6 0 227601149 10245611520 4748 33554432000 4194304 4196468 140731641942224 140731641924768 140499493592823 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 11804672 140731641944684 140731641947484 140731641947484 140731641950159 0
/proc/16059/statm: 2501370 4748 1934 1 0 2489808 0
[pid=16059/tid=16112] ppid=16056 vsize=10005480 memory=4279135703946987151 CPUtime=0.09 cores=1,3,5,7
/proc/16059/task/16112/stat : 16112 (java) R 16056 16059 15729 0 -1 4202560 2249 12954 0 0 1 0 5 3 20 0 6 0 227601158 10245611520 4813 33554432000 4194304 4196468 140731641942224 140499465429584 140499478904825 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11804672 140731641944684 140731641947484 140731641947484 140731641950159 0
[pid=16059/tid=16113] ppid=16056 vsize=10005480 memory=-7522837583129502606 CPUtime=0.08 cores=1,3,5,7
/proc/16059/task/16113/stat : 16113 (java) S 16056 16059 15729 0 -1 1077944384 2 12954 0 0 0 0 5 3 20 0 6 0 227601159 10245611520 4813 33554432000 4194304 4196468 140731641942224 140499497835280 140499493603029 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11804672 140731641944684 140731641947484 140731641947484 140731641950159 0
[pid=16059/tid=16114] ppid=16056 vsize=10005480 memory=139656279357056 CPUtime=0.08 cores=1,3,5,7
/proc/16059/task/16114/stat : 16114 (java) S 16056 16059 15729 0 -1 1077944384 2 12954 0 0 0 0 5 3 20 0 6 0 227601159 10245611520 4813 33554432000 4194304 4196468 140731641942224 140499387440016 140499493603029 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11804672 140731641944684 140731641947484 140731641947484 140731641950159 0
[pid=16059/tid=16115] ppid=16056 vsize=10005480 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16059/task/16115/stat : 16115 (java) S 16056 16059 15729 0 -1 1077944384 1 12954 0 0 0 0 5 3 20 0 6 0 227601159 10245611520 4813 33554432000 4194304 4196468 140731641942224 140499032448016 140499493603029 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11804672 140731641944684 140731641947484 140731641947484 140731641950159 0
[pid=16059/tid=16116] ppid=16056 vsize=10005480 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/16059/task/16116/stat : 16116 (java) S 16056 16059 15729 0 -1 1077944384 1 12954 0 0 0 0 5 3 20 0 6 0 227601159 10245611520 4813 33554432000 4194304 4196468 140731641942224 140499031395472 140499493603029 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11804672 140731641944684 140731641947484 140731641947484 140731641950159 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 18992 KiB

[startup+0.209937 s]*
/proc/loadavg: 1.37 1.38 1.34 2/215 16125
/proc/meminfo: memFree=15358704/32770624 swapFree=67108504/67108860
[pid=16059] ppid=16056 vsize=10982696 memory=43924 CPUtime=0.27 cores=1,3,5,7
/proc/16059/stat : 16059 (java) S 16056 16059 15729 0 -1 1077944320 8390 12954 0 0 17 2 5 3 20 0 15 0 227601149 11246280704 10981 33554432000 4194304 4196468 140731641942224 140731641924768 140499493592823 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 11804672 140731641944684 140731641947484 140731641947484 140731641950159 0
/proc/16059/statm: 2745674 10981 2932 1 0 2708109 0
[pid=16059/tid=16112] ppid=16056 vsize=10982696 memory=-6517102902069810590 CPUtime=0.2 cores=1,3,5,7
/proc/16059/task/16112/stat : 16112 (java) R 16056 16059 15729 0 -1 4202560 4910 12954 0 0 11 1 5 3 20 0 15 0 227601158 11246280704 10981 33554432000 4194304 4196468 140731641942224 140499465390480 140499475156398 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11804672 140731641944684 140731641947484 140731641947484 140731641950159 0
[pid=16059/tid=16113] ppid=16056 vsize=10982696 memory=-9181546050914066336 CPUtime=0.08 cores=1,3,5,7
/proc/16059/task/16113/stat : 16113 (java) S 16056 16059 15729 0 -1 1077944384 2 12954 0 0 0 0 5 3 20 0 15 0 227601159 11246280704 10981 33554432000 4194304 4196468 140731641942224 140499497835280 140499493603029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11804672 140731641944684 140731641947484 140731641947484 140731641950159 0
[pid=16059/tid=16114] ppid=16056 vsize=10982696 memory=139656279357056 CPUtime=0.08 cores=1,3,5,7
/proc/16059/task/16114/stat : 16114 (java) S 16056 16059 15729 0 -1 1077944384 2 12954 0 0 0 0 5 3 20 0 15 0 227601159 11246280704 10981 33554432000 4194304 4196468 140731641942224 140499387440016 140499493603029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11804672 140731641944684 140731641947484 140731641947484 140731641950159 0
[pid=16059/tid=16115] ppid=16056 vsize=10982696 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16059/task/16115/stat : 16115 (java) S 16056 16059 15729 0 -1 1077944384 1 12954 0 0 0 0 5 3 20 0 15 0 227601159 11246280704 10981 33554432000 4194304 4196468 140731641942224 140499032448016 140499493603029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11804672 140731641944684 140731641947484 140731641947484 140731641950159 0
[pid=16059/tid=16116] ppid=16056 vsize=10982696 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/16059/task/16116/stat : 16116 (java) S 16056 16059 15729 0 -1 1077944384 1 12954 0 0 0 0 5 3 20 0 15 0 227601159 11246280704 10981 33554432000 4194304 4196468 140731641942224 140499031395472 140499493603029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11804672 140731641944684 140731641947484 140731641947484 140731641950159 0
[pid=16059/tid=16117] ppid=16056 vsize=10982696 memory=139656279357056 CPUtime=0.08 cores=1,3,5,7
/proc/16059/task/16117/stat : 16117 (java) S 16056 16059 15729 0 -1 1077944384 2 12954 0 0 0 0 5 3 20 0 15 0 227601160 11246280704 10981 33554432000 4194304 4196468 140731641942224 140498986715120 140499493603970 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11804672 140731641944684 140731641947484 140731641947484 140731641950159 0
[pid=16059/tid=16118] ppid=16056 vsize=10982696 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/16059/task/16118/stat : 16118 (java) S 16056 16059 15729 0 -1 1077944384 13 12954 0 0 0 0 5 3 20 0 15 0 227601160 11246280704 10981 33554432000 4194304 4196468 140731641942224 140498312356768 140499493603029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11804672 140731641944684 140731641947484 140731641947484 140731641950159 0
[pid=16059/tid=16119] ppid=16056 vsize=10982696 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16059/task/16119/stat : 16119 (java) S 16056 16059 15729 0 -1 1077944384 1 12954 0 0 0 0 5 3 20 0 15 0 227601161 11246280704 10981 33554432000 4194304 4196468 140731641942224 140498111030256 140499493603029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11804672 140731641944684 140731641947484 140731641947484 140731641950159 0
[pid=16059/tid=16120] ppid=16056 vsize=10982696 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16059/task/16120/stat : 16120 (java) S 16056 16059 15729 0 -1 1077944384 3 12954 0 0 0 0 5 3 20 0 15 0 227601163 11246280704 10981 33554432000 4194304 4196468 140731641942224 140497803630800 140499493611419 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11804672 140731641944684 140731641947484 140731641947484 140731641950159 0
[pid=16059/tid=16121] ppid=16056 vsize=10982696 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/16059/task/16121/stat : 16121 (java) S 16056 16059 15729 0 -1 1077944384 365 12954 0 0 1 0 5 3 20 0 15 0 227601163 11246280704 10981 33554432000 4194304 4196468 140731641942224 140498985662960 140499493603970 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11804672 140731641944684 140731641947484 140731641947484 140731641950159 0
[pid=16059/tid=16122] ppid=16056 vsize=10982696 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/16059/task/16122/stat : 16122 (java) S 16056 16059 15729 0 -1 1077944384 260 12954 0 0 0 0 5 3 20 0 15 0 227601163 11246280704 10981 33554432000 4194304 4196468 140731641942224 140498984610416 140499493603970 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11804672 140731641944684 140731641947484 140731641947484 140731641950159 0
[pid=16059/tid=16123] ppid=16056 vsize=10982696 memory=139656279357056 CPUtime=0.11 cores=1,3,5,7
/proc/16059/task/16123/stat : 16123 (java) S 16056 16059 15729 0 -1 1077944384 633 12954 0 0 3 0 5 3 20 0 15 0 227601163 11246280704 10981 33554432000 4194304 4196468 140731641942224 140498916338416 140499493603970 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11804672 140731641944684 140731641947484 140731641947484 140731641950159 0
[pid=16059/tid=16124] ppid=16056 vsize=10982696 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/16059/task/16124/stat : 16124 (java) S 16056 16059 15729 0 -1 1077944384 3 12954 0 0 0 0 5 3 20 0 15 0 227601164 11246280704 10981 33554432000 4194304 4196468 140731641942224 140497372834912 140499493603029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11804672 140731641944684 140731641947484 140731641947484 140731641950159 0
[pid=16059/tid=16125] ppid=16056 vsize=10982696 memory=139656279357056 CPUtime=0.08 cores=1,3,5,7
/proc/16059/task/16125/stat : 16125 (java) S 16056 16059 15729 0 -1 1077944384 1 12954 0 0 0 0 5 3 20 0 15 0 227601164 11246280704 10981 33554432000 4194304 4196468 140731641942224 140498915285296 140499493603970 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11804672 140731641944684 140731641947484 140731641947484 140731641950159 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10982696 KiB
Current children cumulated memory: 43924 KiB

[startup+0.310343 s]*
/proc/loadavg: 1.37 1.38 1.34 3/215 16125
/proc/meminfo: memFree=15349028/32770624 swapFree=67108504/67108860
[pid=16059] ppid=16056 vsize=10983192 memory=55268 CPUtime=0.39 cores=1,3,5,7
/proc/16059/stat : 16059 (java) S 16056 16059 15729 0 -1 1077944320 10431 12954 0 0 29 2 5 3 20 0 15 0 227601149 11246788608 13817 33554432000 4194304 4196468 140731641942224 140731641924768 140499493592823 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 11804672 140731641944684 140731641947484 140731641947484 140731641950159 0
/proc/16059/statm: 2745798 13817 3064 1 0 2708109 0
[pid=16059/tid=16112] ppid=16056 vsize=10983192 memory=6791534058613427641 CPUtime=0.29 cores=1,3,5,7
/proc/16059/task/16112/stat : 16112 (java) R 16056 16059 15729 0 -1 4202560 6949 12954 0 0 20 1 5 3 20 0 15 0 227601158 11246788608 13817 33554432000 4194304 4196468 140731641942224 140499465404832 140499477673310 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11804672 140731641944684 140731641947484 140731641947484 140731641950159 0
[pid=16059/tid=16113] ppid=16056 vsize=10983192 memory=7084813469699035216 CPUtime=0.08 cores=1,3,5,7
/proc/16059/task/16113/stat : 16113 (java) S 16056 16059 15729 0 -1 1077944384 2 12954 0 0 0 0 5 3 20 0 15 0 227601159 11246788608 13817 33554432000 4194304 4196468 140731641942224 140499497835280 140499493603029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11804672 140731641944684 140731641947484 140731641947484 140731641950159 0
[pid=16059/tid=16114] ppid=16056 vsize=10983192 memory=2076 CPUtime=0.08 cores=1,3,5,7
/proc/16059/task/16114/stat : 16114 (java) S 16056 16059 15729 0 -1 1077944384 2 12954 0 0 0 0 5 3 20 0 15 0 227601159 11246788608 13817 33554432000 4194304 4196468 140731641942224 140499387440016 140499493603029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11804672 140731641944684 140731641947484 140731641947484 140731641950159 0
[pid=16059/tid=16115] ppid=16056 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16059/task/16115/stat : 16115 (java) S 16056 16059 15729 0 -1 1077944384 1 12954 0 0 0 0 5 3 20 0 15 0 227601159 11246788608 13817 33554432000 4194304 4196468 140731641942224 140499032448016 140499493603029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11804672 140731641944684 140731641947484 140731641947484 140731641950159 0
[pid=16059/tid=16116] ppid=16056 vsize=10983192 memory=4872558044660077418 CPUtime=0.08 cores=1,3,5,7
/proc/16059/task/16116/stat : 16116 (java) S 16056 16059 15729 0 -1 1077944384 1 12954 0 0 0 0 5 3 20 0 15 0 227601159 11246788608 13817 33554432000 4194304 4196468 140731641942224 140499031395472 140499493603029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11804672 140731641944684 140731641947484 140731641947484 140731641950159 0
[pid=16059/tid=16117] ppid=16056 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16059/task/16117/stat : 16117 (java) S 16056 16059 15729 0 -1 1077944384 2 12954 0 0 0 0 5 3 20 0 15 0 227601160 11246788608 13817 33554432000 4194304 4196468 140731641942224 140498986715120 140499493603970 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11804672 140731641944684 140731641947484 140731641947484 140731641950159 0
[pid=16059/tid=16118] ppid=16056 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16059/task/16118/stat : 16118 (java) S 16056 16059 15729 0 -1 1077944384 13 12954 0 0 0 0 5 3 20 0 15 0 227601160 11246788608 13817 33554432000 4194304 4196468 140731641942224 140498312356768 140499493603029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11804672 140731641944684 140731641947484 140731641947484 140731641950159 0
[pid=16059/tid=16119] ppid=16056 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16059/task/16119/stat : 16119 (java) S 16056 16059 15729 0 -1 1077944384 1 12954 0 0 0 0 5 3 20 0 15 0 227601161 11246788608 13817 33554432000 4194304 4196468 140731641942224 140498111030256 140499493603029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11804672 140731641944684 140731641947484 140731641947484 140731641950159 0
[pid=16059/tid=16120] ppid=16056 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16059/task/16120/stat : 16120 (java) S 16056 16059 15729 0 -1 1077944384 3 12954 0 0 0 0 5 3 20 0 15 0 227601163 11246788608 13817 33554432000 4194304 4196468 140731641942224 140497803630800 140499493611419 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11804672 140731641944684 140731641947484 140731641947484 140731641950159 0
[pid=16059/tid=16121] ppid=16056 vsize=10983192 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/16059/task/16121/stat : 16121 (java) S 16056 16059 15729 0 -1 1077944384 365 12954 0 0 1 0 5 3 20 0 15 0 227601163 11246788608 13817 33554432000 4194304 4196468 140731641942224 140498985662960 140499493603970 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11804672 140731641944684 140731641947484 140731641947484 140731641950159 0
[pid=16059/tid=16122] ppid=16056 vsize=10983192 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/16059/task/16122/stat : 16122 (java) S 16056 16059 15729 0 -1 1077944384 263 12954 0 0 1 0 5 3 20 0 15 0 227601163 11246788608 13817 33554432000 4194304 4196468 140731641942224 140498984610416 140499493603970 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11804672 140731641944684 140731641947484 140731641947484 140731641950159 0
[pid=16059/tid=16123] ppid=16056 vsize=10983192 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/16059/task/16123/stat : 16123 (java) R 16056 16059 15729 0 -1 4202560 642 12954 0 0 5 0 5 3 20 0 15 0 227601163 11246788608 13817 33554432000 4194304 4196468 140731641942224 140498916338416 140499062931566 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11804672 140731641944684 140731641947484 140731641947484 140731641950159 0
[pid=16059/tid=16124] ppid=16056 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16059/task/16124/stat : 16124 (java) S 16056 16059 15729 0 -1 1077944384 3 12954 0 0 0 0 5 3 20 0 15 0 227601164 11246788608 13817 33554432000 4194304 4196468 140731641942224 140497372834912 140499493603029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11804672 140731641944684 140731641947484 140731641947484 140731641950159 0
[pid=16059/tid=16125] ppid=16056 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16059/task/16125/stat : 16125 (java) S 16056 16059 15729 0 -1 1077944384 1 12954 0 0 0 0 5 3 20 0 15 0 227601164 11246788608 13817 33554432000 4194304 4196468 140731641942224 140498915285296 140499493603970 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11804672 140731641944684 140731641947484 140731641947484 140731641950159 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 55268 KiB

[startup+0.700751 s]
/proc/loadavg: 1.37 1.38 1.34 3/215 16125
/proc/meminfo: memFree=15338360/32770624 swapFree=67108504/67108860
[pid=16059] ppid=16056 vsize=10983192 memory=88784 CPUtime=0.99 cores=1,3,5,7
/proc/16059/stat : 16059 (java) S 16056 16059 15729 0 -1 1077944320 16810 12954 0 0 88 3 5 3 20 0 15 0 227601149 11246788608 22196 33554432000 4194304 4196468 140731641942224 140731641924768 140499493592823 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 11804672 140731641944684 140731641947484 140731641947484 140731641950159 0
/proc/16059/statm: 2745798 22196 3237 1 0 2708109 0
[pid=16059/tid=16112] ppid=16056 vsize=10983192 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/16059/task/16112/stat : 16112 (java) R 16056 16059 15729 0 -1 4202560 12357 12954 0 0 57 2 5 3 20 0 15 0 227601158 11246788608 22196 33554432000 4194304 4196468 140731641942224 140499465413648 140499475156375 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11804672 140731641944684 140731641947484 140731641947484 140731641950159 0
[pid=16059/tid=16113] ppid=16056 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16059/task/16113/stat : 16113 (java) S 16056 16059 15729 0 -1 1077944384 2 12954 0 0 0 0 5 3 20 0 15 0 227601159 11246788608 22196 33554432000 4194304 4196468 140731641942224 140499497835280 140499493603029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11804672 140731641944684 140731641947484 140731641947484 140731641950159 0
[pid=16059/tid=16114] ppid=16056 vsize=10983192 memory=3816 CPUtime=0.08 cores=1,3,5,7
/proc/16059/task/16114/stat : 16114 (java) S 16056 16059 15729 0 -1 1077944384 2 12954 0 0 0 0 5 3 20 0 15 0 227601159 11246788608 22196 33554432000 4194304 4196468 140731641942224 140499387440016 140499493603029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11804672 140731641944684 140731641947484 140731641947484 140731641950159 0
[pid=16059/tid=16115] ppid=16056 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16059/task/16115/stat : 16115 (java) S 16056 16059 15729 0 -1 1077944384 1 12954 0 0 0 0 5 3 20 0 15 0 227601159 11246788608 22196 33554432000 4194304 4196468 140731641942224 140499032448016 140499493603029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11804672 140731641944684 140731641947484 140731641947484 140731641950159 0
[pid=16059/tid=16116] ppid=16056 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16059/task/16116/stat : 16116 (java) S 16056 16059 15729 0 -1 1077944384 1 12954 0 0 0 0 5 3 20 0 15 0 227601159 11246788608 22196 33554432000 4194304 4196468 140731641942224 140499031395472 140499493603029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11804672 140731641944684 140731641947484 140731641947484 140731641950159 0
[pid=16059/tid=16117] ppid=16056 vsize=10983192 memory=4420 CPUtime=0.08 cores=1,3,5,7
/proc/16059/task/16117/stat : 16117 (java) S 16056 16059 15729 0 -1 1077944384 6 12954 0 0 0 0 5 3 20 0 15 0 227601160 11246788608 22196 33554432000 4194304 4196468 140731641942224 140498986715120 140499493603970 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11804672 140731641944684 140731641947484 140731641947484 140731641950159 0
[pid=16059/tid=16118] ppid=16056 vsize=10983192 memory=6628 CPUtime=0.08 cores=1,3,5,7
/proc/16059/task/16118/stat : 16118 (java) S 16056 16059 15729 0 -1 1077944384 13 12954 0 0 0 0 5 3 20 0 15 0 227601160 11246788608 22196 33554432000 4194304 4196468 140731641942224 140498312356768 140499493603029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11804672 140731641944684 140731641947484 140731641947484 140731641950159 0
[pid=16059/tid=16119] ppid=16056 vsize=10983192 memory=8836 CPUtime=0.08 cores=1,3,5,7
/proc/16059/task/16119/stat : 16119 (java) S 16056 16059 15729 0 -1 1077944384 1 12954 0 0 0 0 5 3 20 0 15 0 227601161 11246788608 22196 33554432000 4194304 4196468 140731641942224 140498111030256 140499493603029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11804672 140731641944684 140731641947484 140731641947484 140731641950159 0
[pid=16059/tid=16120] ppid=16056 vsize=10983192 memory=11044 CPUtime=0.08 cores=1,3,5,7
/proc/16059/task/16120/stat : 16120 (java) S 16056 16059 15729 0 -1 1077944384 3 12954 0 0 0 0 5 3 20 0 15 0 227601163 11246788608 22196 33554432000 4194304 4196468 140731641942224 140497803630800 140499493611419 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11804672 140731641944684 140731641947484 140731641947484 140731641950159 0
[pid=16059/tid=16121] ppid=16056 vsize=10983192 memory=13252 CPUtime=0.15 cores=1,3,5,7
/proc/16059/task/16121/stat : 16121 (java) S 16056 16059 15729 0 -1 1077944384 602 12954 0 0 7 0 5 3 20 0 15 0 227601163 11246788608 22196 33554432000 4194304 4196468 140731641942224 140498985662960 140499493603970 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11804672 140731641944684 140731641947484 140731641947484 140731641950159 0
[pid=16059/tid=16122] ppid=16056 vsize=10983192 memory=15460 CPUtime=0.17 cores=1,3,5,7
/proc/16059/task/16122/stat : 16122 (java) S 16056 16059 15729 0 -1 1077944384 919 12954 0 0 9 0 5 3 20 0 15 0 227601163 11246788608 22196 33554432000 4194304 4196468 140731641942224 140498984610416 140499493603970 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11804672 140731641944684 140731641947484 140731641947484 140731641950159 0
[pid=16059/tid=16123] ppid=16056 vsize=10983192 memory=17668 CPUtime=0.21 cores=1,3,5,7
/proc/16059/task/16123/stat : 16123 (java) S 16056 16059 15729 0 -1 1077944384 706 12954 0 0 13 0 5 3 20 0 15 0 227601163 11246788608 22196 33554432000 4194304 4196468 140731641942224 140498916338416 140499493603970 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11804672 140731641944684 140731641947484 140731641947484 140731641950159 0
[pid=16059/tid=16124] ppid=16056 vsize=10983192 memory=19876 CPUtime=0.08 cores=1,3,5,7
/proc/16059/task/16124/stat : 16124 (java) S 16056 16059 15729 0 -1 1077944384 3 12954 0 0 0 0 5 3 20 0 15 0 227601164 11246788608 22196 33554432000 4194304 4196468 140731641942224 140497372834912 140499493603029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11804672 140731641944684 140731641947484 140731641947484 140731641950159 0
[pid=16059/tid=16125] ppid=16056 vsize=10983192 memory=22084 CPUtime=0.08 cores=1,3,5,7
/proc/16059/task/16125/stat : 16125 (java) S 16056 16059 15729 0 -1 1077944384 1 12954 0 0 0 0 5 3 20 0 15 0 227601164 11246788608 22196 33554432000 4194304 4196468 140731641942224 140498915285296 140499493603970 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11804672 140731641944684 140731641947484 140731641947484 140731641950159 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88784 KiB

[startup+1.50077 s]
/proc/loadavg: 1.37 1.38 1.34 3/215 16125
/proc/meminfo: memFree=15291656/32770624 swapFree=67108504/67108860
[pid=16059] ppid=16056 vsize=11000140 memory=177824 CPUtime=2.27 cores=1,3,5,7
/proc/16059/stat : 16059 (java) S 16056 16059 15729 0 -1 1077944320 24082 12954 0 0 212 7 5 3 20 0 15 0 227601149 11264143360 44456 33554432000 4194304 4196468 140731641942224 140731641924768 140499493592823 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 11804672 140731641944684 140731641947484 140731641947484 140731641950159 0
/proc/16059/statm: 2750035 44456 3464 1 0 2711693 0
[pid=16059/tid=16112] ppid=16056 vsize=11000140 memory=0 CPUtime=1.44 cores=1,3,5,7
/proc/16059/task/16112/stat : 16112 (java) R 16056 16059 15729 0 -1 4202560 18108 12954 0 0 132 4 5 3 20 0 15 0 227601158 11264143360 44456 33554432000 4194304 4196468 140731641942224 140499465422400 140499478959585 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11804672 140731641944684 140731641947484 140731641947484 140731641950159 0
[pid=16059/tid=16113] ppid=16056 vsize=11000140 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/16059/task/16113/stat : 16113 (java) S 16056 16059 15729 0 -1 1077944384 58 12954 0 0 1 0 5 3 20 0 15 0 227601159 11264143360 44456 33554432000 4194304 4196468 140731641942224 140499497835280 140499493603029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11804672 140731641944684 140731641947484 140731641947484 140731641950159 0
[pid=16059/tid=16114] ppid=16056 vsize=11000140 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/16059/task/16114/stat : 16114 (java) S 16056 16059 15729 0 -1 1077944384 27 12954 0 0 1 0 5 3 20 0 15 0 227601159 11264143360 44456 33554432000 4194304 4196468 140731641942224 140499387440016 140499493603029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11804672 140731641944684 140731641947484 140731641947484 140731641950159 0
[pid=16059/tid=16115] ppid=16056 vsize=11000140 memory=3539892194917298225 CPUtime=0.09 cores=1,3,5,7
/proc/16059/task/16115/stat : 16115 (java) S 16056 16059 15729 0 -1 1077944384 23 12954 0 0 1 0 5 3 20 0 15 0 227601159 11264143360 44456 33554432000 4194304 4196468 140731641942224 140499032448016 140499493603029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11804672 140731641944684 140731641947484 140731641947484 140731641950159 0
[pid=16059/tid=16116] ppid=16056 vsize=11000140 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16059/task/16116/stat : 16116 (java) S 16056 16059 15729 0 -1 1077944384 203 12954 0 0 0 0 5 3 20 0 15 0 227601159 11264143360 44456 33554432000 4194304 4196468 140731641942224 140499031395472 140499493603029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11804672 140731641944684 140731641947484 140731641947484 140731641950159 0
[pid=16059/tid=16117] ppid=16056 vsize=11000140 memory=-7965959130280075168 CPUtime=0.09 cores=1,3,5,7
/proc/16059/task/16117/stat : 16117 (java) S 16056 16059 15729 0 -1 1077944384 59 12954 0 0 1 0 5 3 20 0 15 0 227601160 11264143360 44456 33554432000 4194304 4196468 140731641942224 140498986715120 140499493603970 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11804672 140731641944684 140731641947484 140731641947484 140731641950159 0
[pid=16059/tid=16118] ppid=16056 vsize=11000140 memory=279312326535424 CPUtime=0.08 cores=1,3,5,7
/proc/16059/task/16118/stat : 16118 (java) S 16056 16059 15729 0 -1 1077944384 13 12954 0 0 0 0 5 3 20 0 15 0 227601160 11264143360 44456 33554432000 4194304 4196468 140731641942224 140498312356832 140499493603029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11804672 140731641944684 140731641947484 140731641947484 140731641950159 0
[pid=16059/tid=16119] ppid=16056 vsize=11000140 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16059/task/16119/stat : 16119 (java) S 16056 16059 15729 0 -1 1077944384 2 12954 0 0 0 0 5 3 20 0 15 0 227601161 11264143360 44456 33554432000 4194304 4196468 140731641942224 140498111030256 140499493603029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11804672 140731641944684 140731641947484 140731641947484 140731641950159 0
[pid=16059/tid=16120] ppid=16056 vsize=11000140 memory=4552 CPUtime=0.08 cores=1,3,5,7
/proc/16059/task/16120/stat : 16120 (java) S 16056 16059 15729 0 -1 1077944384 3 12954 0 0 0 0 5 3 20 0 15 0 227601163 11264143360 44456 33554432000 4194304 4196468 140731641942224 140497803630800 140499493611419 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11804672 140731641944684 140731641947484 140731641947484 140731641950159 0
[pid=16059/tid=16121] ppid=16056 vsize=11000140 memory=3732 CPUtime=0.26 cores=1,3,5,7
/proc/16059/task/16121/stat : 16121 (java) S 16056 16059 15729 0 -1 1077944384 722 12954 0 0 18 0 5 3 20 0 15 0 227601163 11264143360 44456 33554432000 4194304 4196468 140731641942224 140498985662960 140499493603970 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11804672 140731641944684 140731641947484 140731641947484 140731641950159 0
[pid=16059/tid=16122] ppid=16056 vsize=11000140 memory=1228 CPUtime=0.31 cores=1,3,5,7
/proc/16059/task/16122/stat : 16122 (java) S 16056 16059 15729 0 -1 1077944384 1381 12954 0 0 23 0 5 3 20 0 15 0 227601163 11264143360 44456 33554432000 4194304 4196468 140731641942224 140498984610416 140499493603970 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11804672 140731641944684 140731641947484 140731641947484 140731641950159 0
[pid=16059/tid=16123] ppid=16056 vsize=11000140 memory=10624 CPUtime=0.39 cores=1,3,5,7
/proc/16059/task/16123/stat : 16123 (java) S 16056 16059 15729 0 -1 1077944384 1286 12954 0 0 31 0 5 3 20 0 15 0 227601163 11264143360 44456 33554432000 4194304 4196468 140731641942224 140498916338416 140499493603970 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11804672 140731641944684 140731641947484 140731641947484 140731641950159 0
[pid=16059/tid=16124] ppid=16056 vsize=11000140 memory=1624 CPUtime=0.08 cores=1,3,5,7
/proc/16059/task/16124/stat : 16124 (java) S 16056 16059 15729 0 -1 1077944384 3 12954 0 0 0 0 5 3 20 0 15 0 227601164 11264143360 44456 33554432000 4194304 4196468 140731641942224 140497372834912 140499493603029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11804672 140731641944684 140731641947484 140731641947484 140731641950159 0
[pid=16059/tid=16125] ppid=16056 vsize=11000140 memory=6768 CPUtime=0.08 cores=1,3,5,7
/proc/16059/task/16125/stat : 16125 (java) S 16056 16059 15729 0 -1 1077944384 1 12954 0 0 0 0 5 3 20 0 15 0 227601164 11264143360 44456 33554432000 4194304 4196468 140731641942224 140498915285296 140499493603970 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11804672 140731641944684 140731641947484 140731641947484 140731641950159 0
Current children cumulated CPU time: 2.27 s
Current children cumulated vsize: 11000140 KiB

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


[startup+4.80849 s]
# the end of solver process 16059 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=9.35697 s, system=0.255529 s

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

[startup+3.20094 s]
/proc/loadavg: 1.37 1.38 1.34 4/215 16125
/proc/meminfo: memFree=15148036/32770624 swapFree=67108504/67108860
[pid=16059] ppid=16056 vsize=11010400 memory=278548 CPUtime=6.4 cores=1,3,5,7
/proc/16059/stat : 16059 (java) S 16056 16059 15729 0 -1 1077944320 44193 12954 0 0 617 15 5 3 20 0 15 0 227601149 11274649600 69637 33554432000 4194304 4196468 140731641942224 140731641924768 140499493592823 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 11804672 140731641944684 140731641947484 140731641947484 140731641950159 0
/proc/16059/statm: 2752600 69637 3494 1 0 2714253 0
[pid=16059/tid=16112] ppid=16056 vsize=11010400 memory=0 CPUtime=3.08 cores=1,3,5,7
/proc/16059/task/16112/stat : 16112 (java) R 16056 16059 15729 0 -1 4202560 30457 12954 0 0 293 7 5 3 20 0 15 0 227601158 11274649600 69637 33554432000 4194304 4196468 140731641942224 140499465421072 140499071592506 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11804672 140731641944684 140731641947484 140731641947484 140731641950159 0
[pid=16059/tid=16113] ppid=16056 vsize=11010400 memory=6656426216303648864 CPUtime=0.11 cores=1,3,5,7
/proc/16059/task/16113/stat : 16113 (java) S 16056 16059 15729 0 -1 1077944384 71 12954 0 0 3 0 5 3 20 0 15 0 227601159 11274649600 69637 33554432000 4194304 4196468 140731641942224 140499497835280 140499493603029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11804672 140731641944684 140731641947484 140731641947484 140731641950159 0
[pid=16059/tid=16114] ppid=16056 vsize=11010400 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/16059/task/16114/stat : 16114 (java) S 16056 16059 15729 0 -1 1077944384 49 12954 0 0 3 0 5 3 20 0 15 0 227601159 11274649600 69637 33554432000 4194304 4196468 140731641942224 140499387440016 140499493603029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11804672 140731641944684 140731641947484 140731641947484 140731641950159 0
[pid=16059/tid=16115] ppid=16056 vsize=11010400 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/16059/task/16115/stat : 16115 (java) S 16056 16059 15729 0 -1 1077944384 44 12954 0 0 3 0 5 3 20 0 15 0 227601159 11274649600 69637 33554432000 4194304 4196468 140731641942224 140499032448016 140499493603029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11804672 140731641944684 140731641947484 140731641947484 140731641950159 0
[pid=16059/tid=16116] ppid=16056 vsize=11010400 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/16059/task/16116/stat : 16116 (java) S 16056 16059 15729 0 -1 1077944384 224 12954 0 0 2 0 5 3 20 0 15 0 227601159 11274649600 69637 33554432000 4194304 4196468 140731641942224 140499031395472 140499493603029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11804672 140731641944684 140731641947484 140731641947484 140731641950159 0
[pid=16059/tid=16117] ppid=16056 vsize=11010400 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/16059/task/16117/stat : 16117 (java) S 16056 16059 15729 0 -1 1077944384 1198 12954 0 0 3 0 5 3 20 0 15 0 227601160 11274649600 69637 33554432000 4194304 4196468 140731641942224 140498986715120 140499493603970 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11804672 140731641944684 140731641947484 140731641947484 140731641950159 0
[pid=16059/tid=16118] ppid=16056 vsize=11010400 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16059/task/16118/stat : 16118 (java) S 16056 16059 15729 0 -1 1077944384 13 12954 0 0 0 0 5 3 20 0 15 0 227601160 11274649600 69637 33554432000 4194304 4196468 140731641942224 140498312356832 140499493603029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11804672 140731641944684 140731641947484 140731641947484 140731641950159 0
[pid=16059/tid=16119] ppid=16056 vsize=11010400 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16059/task/16119/stat : 16119 (java) S 16056 16059 15729 0 -1 1077944384 2 12954 0 0 0 0 5 3 20 0 15 0 227601161 11274649600 69637 33554432000 4194304 4196468 140731641942224 140498111030272 140499493603029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11804672 140731641944684 140731641947484 140731641947484 140731641950159 0
[pid=16059/tid=16120] ppid=16056 vsize=11010400 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16059/task/16120/stat : 16120 (java) S 16056 16059 15729 0 -1 1077944384 3 12954 0 0 0 0 5 3 20 0 15 0 227601163 11274649600 69637 33554432000 4194304 4196468 140731641942224 140497803630800 140499493611419 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11804672 140731641944684 140731641947484 140731641947484 140731641950159 0
[pid=16059/tid=16121] ppid=16056 vsize=11010400 memory=0 CPUtime=0.92 cores=1,3,5,7
/proc/16059/task/16121/stat : 16121 (java) S 16056 16059 15729 0 -1 1077944384 1679 12954 0 0 83 1 5 3 20 0 15 0 227601163 11274649600 69637 33554432000 4194304 4196468 140731641942224 140498985662960 140499493603970 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11804672 140731641944684 140731641947484 140731641947484 140731641950159 0
[pid=16059/tid=16122] ppid=16056 vsize=11010400 memory=1068 CPUtime=1.24 cores=1,3,5,7
/proc/16059/task/16122/stat : 16122 (java) S 16056 16059 15729 0 -1 1077944384 4232 12954 0 0 115 1 5 3 20 0 15 0 227601163 11274649600 69637 33554432000 4194304 4196468 140731641942224 140498984610416 140499493603970 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11804672 140731641944684 140731641947484 140731641947484 140731641950159 0
[pid=16059/tid=16123] ppid=16056 vsize=11010400 memory=15084 CPUtime=1.16 cores=1,3,5,7
/proc/16059/task/16123/stat : 16123 (java) S 16056 16059 15729 0 -1 1077944384 4038 12954 0 0 107 1 5 3 20 0 15 0 227601163 11274649600 69637 33554432000 4194304 4196468 140731641942224 140498916338416 140499493603970 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11804672 140731641944684 140731641947484 140731641947484 140731641950159 0
[pid=16059/tid=16124] ppid=16056 vsize=11010400 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16059/task/16124/stat : 16124 (java) S 16056 16059 15729 0 -1 1077944384 3 12954 0 0 0 0 5 3 20 0 15 0 227601164 11274649600 69637 33554432000 4194304 4196468 140731641942224 140497372834912 140499493603029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11804672 140731641944684 140731641947484 140731641947484 140731641950159 0
[pid=16059/tid=16125] ppid=16056 vsize=11010400 memory=6788 CPUtime=0.08 cores=1,3,5,7
/proc/16059/task/16125/stat : 16125 (java) S 16056 16059 15729 0 -1 1077944384 1 12954 0 0 0 0 5 3 20 0 15 0 227601164 11274649600 69637 33554432000 4194304 4196468 140731641942224 140498915285296 140499493603970 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11804672 140731641944684 140731641947484 140731641947484 140731641950159 0
Current children cumulated CPU time: 6.4 s
Current children cumulated vsize: 11010400 KiB
Current children cumulated memory: 278548 KiB

[startup+4.00072 s]*
/proc/loadavg: 1.42 1.39 1.34 5/215 16125
/proc/meminfo: memFree=15071200/32770624 swapFree=67108504/67108860
[pid=16059] ppid=16056 vsize=11080344 memory=333552 CPUtime=8.71 cores=1,3,5,7
/proc/16059/stat : 16059 (java) S 16056 16059 15729 0 -1 1077944320 72176 12954 0 0 843 20 5 3 20 0 15 0 227601149 11346272256 83388 33554432000 4194304 4196468 140731641942224 140731641924768 140499493592823 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 11804672 140731641944684 140731641947484 140731641947484 140731641950159 0
/proc/16059/statm: 2770086 83388 3494 1 0 2731739 0
[pid=16059/tid=16112] ppid=16056 vsize=11082392 memory=-6517102902069810590 CPUtime=3.88 cores=1,3,5,7
/proc/16059/task/16112/stat : 16112 (java) R 16056 16059 15729 0 -1 4202560 48872 12954 0 0 370 10 5 3 20 0 15 0 227601158 11348369408 83388 33554432000 4194304 4196468 140731641942224 140499465423008 140499477636453 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11804672 140731641944684 140731641947484 140731641947484 140731641950159 0
[pid=16059/tid=16113] ppid=16056 vsize=11082392 memory=4122819170707441977 CPUtime=0.11 cores=1,3,5,7
/proc/16059/task/16113/stat : 16113 (java) S 16056 16059 15729 0 -1 1077944384 71 12954 0 0 3 0 5 3 20 0 15 0 227601159 11348369408 83388 33554432000 4194304 4196468 140731641942224 140499497835280 140499493603029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11804672 140731641944684 140731641947484 140731641947484 140731641950159 0
[pid=16059/tid=16114] ppid=16056 vsize=11082392 memory=3762951159415778976 CPUtime=0.11 cores=1,3,5,7
/proc/16059/task/16114/stat : 16114 (java) S 16056 16059 15729 0 -1 1077944384 49 12954 0 0 3 0 5 3 20 0 15 0 227601159 11348369408 83388 33554432000 4194304 4196468 140731641942224 140499387440016 140499493603029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11804672 140731641944684 140731641947484 140731641947484 140731641950159 0
[pid=16059/tid=16115] ppid=16056 vsize=11082392 memory=7896943337487220793 CPUtime=0.11 cores=1,3,5,7
/proc/16059/task/16115/stat : 16115 (java) S 16056 16059 15729 0 -1 1077944384 44 12954 0 0 3 0 5 3 20 0 15 0 227601159 11348369408 83388 33554432000 4194304 4196468 140731641942224 140499032448016 140499493603029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11804672 140731641944684 140731641947484 140731641947484 140731641950159 0
[pid=16059/tid=16116] ppid=16056 vsize=11082392 memory=68972879807464 CPUtime=0.1 cores=1,3,5,7
/proc/16059/task/16116/stat : 16116 (java) S 16056 16059 15729 0 -1 1077944384 224 12954 0 0 2 0 5 3 20 0 15 0 227601159 11348369408 83388 33554432000 4194304 4196468 140731641942224 140499031395472 140499493603029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11804672 140731641944684 140731641947484 140731641947484 140731641950159 0
[pid=16059/tid=16117] ppid=16056 vsize=11082392 memory=3540059261479251169 CPUtime=0.11 cores=1,3,5,7
/proc/16059/task/16117/stat : 16117 (java) S 16056 16059 15729 0 -1 1077944384 1199 12954 0 0 3 0 5 3 20 0 15 0 227601160 11348369408 83388 33554432000 4194304 4196468 140731641942224 140498986715120 140499493603970 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11804672 140731641944684 140731641947484 140731641947484 140731641950159 0
[pid=16059/tid=16118] ppid=16056 vsize=11082392 memory=3544667391129694751 CPUtime=0.08 cores=1,3,5,7
/proc/16059/task/16118/stat : 16118 (java) S 16056 16059 15729 0 -1 1077944384 13 12954 0 0 0 0 5 3 20 0 15 0 227601160 11348369408 83388 33554432000 4194304 4196468 140731641942224 140498312356832 140499493603029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11804672 140731641944684 140731641947484 140731641947484 140731641950159 0
[pid=16059/tid=16119] ppid=16056 vsize=11082392 memory=8243663652991363690 CPUtime=0.08 cores=1,3,5,7
/proc/16059/task/16119/stat : 16119 (java) S 16056 16059 15729 0 -1 1077944384 2 12954 0 0 0 0 5 3 20 0 15 0 227601161 11348369408 83388 33554432000 4194304 4196468 140731641942224 140498111030272 140499493603029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11804672 140731641944684 140731641947484 140731641947484 140731641950159 0
[pid=16059/tid=16120] ppid=16056 vsize=11082392 memory=1 CPUtime=0.08 cores=1,3,5,7
/proc/16059/task/16120/stat : 16120 (java) S 16056 16059 15729 0 -1 1077944384 3 12954 0 0 0 0 5 3 20 0 15 0 227601163 11348369408 83388 33554432000 4194304 4196468 140731641942224 140497803630800 140499493611419 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11804672 140731641944684 140731641947484 140731641947484 140731641950159 0
[pid=16059/tid=16121] ppid=16056 vsize=11082392 memory=0 CPUtime=1.61 cores=1,3,5,7
/proc/16059/task/16121/stat : 16121 (java) R 16056 16059 15729 0 -1 4202560 8164 12954 0 0 151 2 5 3 20 0 15 0 227601163 11348369408 83388 33554432000 4194304 4196468 140731641942224 140498985648696 140499475112502 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11804672 140731641944684 140731641947484 140731641947484 140731641950159 0
[pid=16059/tid=16122] ppid=16056 vsize=11082392 memory=0 CPUtime=1.73 cores=1,3,5,7
/proc/16059/task/16122/stat : 16122 (java) S 16056 16059 15729 0 -1 1077944384 5534 12954 0 0 164 1 5 3 20 0 15 0 227601163 11348369408 83388 33554432000 4194304 4196468 140731641942224 140498984610416 140499493603970 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11804672 140731641944684 140731641947484 140731641947484 140731641950159 0
[pid=16059/tid=16123] ppid=16056 vsize=11082392 memory=1 CPUtime=1.48 cores=1,3,5,7
/proc/16059/task/16123/stat : 16123 (java) S 16056 16059 15729 0 -1 1077944384 5813 12954 0 0 139 1 5 3 20 0 15 0 227601163 11348369408 83388 33554432000 4194304 4196468 140731641942224 140498916338416 140499493603970 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11804672 140731641944684 140731641947484 140731641947484 140731641950159 0
[pid=16059/tid=16124] ppid=16056 vsize=11082392 memory=5 CPUtime=0.08 cores=1,3,5,7
/proc/16059/task/16124/stat : 16124 (java) S 16056 16059 15729 0 -1 1077944384 3 12954 0 0 0 0 5 3 20 0 15 0 227601164 11348369408 83388 33554432000 4194304 4196468 140731641942224 140497372834912 140499493603029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11804672 140731641944684 140731641947484 140731641947484 140731641950159 0
[pid=16059/tid=16125] ppid=16056 vsize=11082392 memory=11 CPUtime=0.08 cores=1,3,5,7
/proc/16059/task/16125/stat : 16125 (java) S 16056 16059 15729 0 -1 1077944384 6 12954 0 0 0 0 5 3 20 0 15 0 227601164 11348369408 83388 33554432000 4194304 4196468 140731641942224 140498915285296 140499493603970 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11804672 140731641944684 140731641947484 140731641947484 140731641950159 0
Current children cumulated CPU time: 8.71 s
Current children cumulated vsize: 11080344 KiB
Current children cumulated memory: 333552 KiB

[startup+4.40072 s]
/proc/loadavg: 1.42 1.39 1.34 5/215 16125
/proc/meminfo: memFree=15071200/32770624 swapFree=67108504/67108860
[pid=16059] ppid=16056 vsize=11145568 memory=336092 CPUtime=9.59 cores=1,3,5,7
/proc/16059/stat : 16059 (java) S 16056 16059 15729 0 -1 1077944320 74360 12954 0 0 930 21 5 3 20 0 13 0 227601149 11413061632 84023 33554432000 4194304 4196468 140731641942224 140731641924768 140499493592823 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 11804672 140731641944684 140731641947484 140731641947484 140731641950159 0
/proc/16059/statm: 2786392 84023 3502 1 0 2748045 0
[pid=16059/tid=16112] ppid=16056 vsize=11145568 memory=6791534058613427641 CPUtime=4.15 cores=1,3,5,7
/proc/16059/task/16112/stat : 16112 (java) D 16056 16059 15729 0 -1 4202560 49368 12954 0 0 396 11 5 3 20 0 13 0 227601158 11413061632 84023 33554432000 4194304 4196468 140731641942224 140499465436472 140499486278455 0 0 0 16800975 18446744072100379781 0 0 -1 5 0 0 0 0 0 6293624 6294260 11804672 140731641944684 140731641947484 140731641947484 140731641950159 0
[pid=16059/tid=16113] ppid=16056 vsize=11145568 memory=1576 CPUtime=0.11 cores=1,3,5,7
/proc/16059/task/16113/stat : 16113 (java) S 16056 16059 15729 0 -1 1077944384 71 12954 0 0 3 0 5 3 20 0 13 0 227601159 11413061632 84023 33554432000 4194304 4196468 140731641942224 140499497835280 140499493603029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11804672 140731641944684 140731641947484 140731641947484 140731641950159 0
[pid=16059/tid=16114] ppid=16056 vsize=11145568 memory=2196 CPUtime=0.11 cores=1,3,5,7
/proc/16059/task/16114/stat : 16114 (java) S 16056 16059 15729 0 -1 1077944384 49 12954 0 0 3 0 5 3 20 0 13 0 227601159 11413061632 84023 33554432000 4194304 4196468 140731641942224 140499387440016 140499493603029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11804672 140731641944684 140731641947484 140731641947484 140731641950159 0
[pid=16059/tid=16115] ppid=16056 vsize=11145568 memory=3992 CPUtime=0.11 cores=1,3,5,7
/proc/16059/task/16115/stat : 16115 (java) S 16056 16059 15729 0 -1 1077944384 44 12954 0 0 3 0 5 3 20 0 13 0 227601159 11413061632 84023 33554432000 4194304 4196468 140731641942224 140499032448016 140499493603029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11804672 140731641944684 140731641947484 140731641947484 140731641950159 0
[pid=16059/tid=16116] ppid=16056 vsize=11145568 memory=1928 CPUtime=0.1 cores=1,3,5,7
/proc/16059/task/16116/stat : 16116 (java) S 16056 16059 15729 0 -1 1077944384 224 12954 0 0 2 0 5 3 20 0 13 0 227601159 11413061632 84023 33554432000 4194304 4196468 140731641942224 140499031395472 140499493603029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11804672 140731641944684 140731641947484 140731641947484 140731641950159 0
[pid=16059/tid=16118] ppid=16056 vsize=11145568 memory=808 CPUtime=0.08 cores=1,3,5,7
/proc/16059/task/16118/stat : 16118 (java) S 16056 16059 15729 0 -1 1077944384 13 12954 0 0 0 0 5 3 20 0 13 0 227601160 11413061632 84023 33554432000 4194304 4196468 140731641942224 140498312356832 140499493603029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11804672 140731641944684 140731641947484 140731641947484 140731641950159 0
[pid=16059/tid=16119] ppid=16056 vsize=11145568 memory=1796 CPUtime=0.08 cores=1,3,5,7
/proc/16059/task/16119/stat : 16119 (java) S 16056 16059 15729 0 -1 1077944384 2 12954 0 0 0 0 5 3 20 0 13 0 227601161 11413061632 84023 33554432000 4194304 4196468 140731641942224 140498111030272 140499493603029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11804672 140731641944684 140731641947484 140731641947484 140731641950159 0
[pid=16059/tid=16120] ppid=16056 vsize=11145568 memory=916 CPUtime=0.08 cores=1,3,5,7
/proc/16059/task/16120/stat : 16120 (java) S 16056 16059 15729 0 -1 1077944384 26 12954 0 0 0 0 5 3 20 0 13 0 227601163 11413061632 84023 33554432000 4194304 4196468 140731641942224 140497803629568 140499493603029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11804672 140731641944684 140731641947484 140731641947484 140731641950159 0
[pid=16059/tid=16121] ppid=16056 vsize=11145568 memory=3812 CPUtime=1.9 cores=1,3,5,7
/proc/16059/task/16121/stat : 16121 (java) S 16056 16059 15729 0 -1 1077944384 9235 12954 0 0 180 2 5 3 20 0 13 0 227601163 11413061632 84023 33554432000 4194304 4196468 140731641942224 140498985648016 140499493603029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11804672 140731641944684 140731641947484 140731641947484 140731641950159 0
[pid=16059/tid=16122] ppid=16056 vsize=11145568 memory=0 CPUtime=1.92 cores=1,3,5,7
/proc/16059/task/16122/stat : 16122 (java) S 16056 16059 15729 0 -1 1077944384 5638 12954 0 0 183 1 5 3 20 0 13 0 227601163 11413061632 84023 33554432000 4194304 4196468 140731641942224 140498984590832 140499493603029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11804672 140731641944684 140731641947484 140731641947484 140731641950159 0
[pid=16059/tid=16123] ppid=16056 vsize=11145568 memory=4420 CPUtime=1.6 cores=1,3,5,7
/proc/16059/task/16123/stat : 16123 (java) S 16056 16059 15729 0 -1 1077944384 6057 12954 0 0 151 1 5 3 20 0 13 0 227601163 11413061632 84023 33554432000 4194304 4196468 140731641942224 140498916338416 140499493603970 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11804672 140731641944684 140731641947484 140731641947484 140731641950159 0
[pid=16059/tid=16124] ppid=16056 vsize=11145568 memory=6628 CPUtime=0.08 cores=1,3,5,7
/proc/16059/task/16124/stat : 16124 (java) S 16056 16059 15729 0 -1 1077944384 3 12954 0 0 0 0 5 3 20 0 13 0 227601164 11413061632 84023 33554432000 4194304 4196468 140731641942224 140497372834912 140499493603029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11804672 140731641944684 140731641947484 140731641947484 140731641950159 0
Current children cumulated CPU time: 9.59 s
Current children cumulated vsize: 11145568 KiB
Current children cumulated memory: 336092 KiB

[startup+4.60057 s]
/proc/loadavg: 1.42 1.39 1.34 5/215 16125
/proc/meminfo: memFree=15071200/32770624 swapFree=67108504/67108860
[pid=16059] ppid=16056 vsize=11145568 memory=336092 CPUtime=9.59 cores=1,3,5,7
/proc/16059/stat : 16059 (java) S 16056 16059 15729 0 -1 1077944320 74360 12954 0 0 930 21 5 3 20 0 13 0 227601149 11413061632 84023 33554432000 4194304 4196468 140731641942224 140731641924768 140499493592823 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 11804672 140731641944684 140731641947484 140731641947484 140731641950159 0
/proc/16059/statm: 2786392 84023 3502 1 0 2748045 0
[pid=16059/tid=16112] ppid=16056 vsize=11145568 memory=7595416886039630440 CPUtime=4.15 cores=1,3,5,7
/proc/16059/task/16112/stat : 16112 (java) D 16056 16059 15729 0 -1 4202560 49368 12954 0 0 396 11 5 3 20 0 13 0 227601158 11413061632 84023 33554432000 4194304 4196468 140731641942224 140499465436472 140499486278455 0 0 0 16800975 18446744072100379781 0 0 -1 5 0 0 0 0 0 6293624 6294260 11804672 140731641944684 140731641947484 140731641947484 140731641950159 0
[pid=16059/tid=16113] ppid=16056 vsize=11145568 memory=6791534058613427641 CPUtime=0.11 cores=1,3,5,7
/proc/16059/task/16113/stat : 16113 (java) S 16056 16059 15729 0 -1 1077944384 71 12954 0 0 3 0 5 3 20 0 13 0 227601159 11413061632 84023 33554432000 4194304 4196468 140731641942224 140499497835280 140499493603029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11804672 140731641944684 140731641947484 140731641947484 140731641950159 0
[pid=16059/tid=16114] ppid=16056 vsize=11145568 memory=250862 CPUtime=0.11 cores=1,3,5,7
/proc/16059/task/16114/stat : 16114 (java) S 16056 16059 15729 0 -1 1077944384 49 12954 0 0 3 0 5 3 20 0 13 0 227601159 11413061632 84023 33554432000 4194304 4196468 140731641942224 140499387440016 140499493603029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11804672 140731641944684 140731641947484 140731641947484 140731641950159 0
[pid=16059/tid=16115] ppid=16056 vsize=11145568 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/16059/task/16115/stat : 16115 (java) S 16056 16059 15729 0 -1 1077944384 44 12954 0 0 3 0 5 3 20 0 13 0 227601159 11413061632 84023 33554432000 4194304 4196468 140731641942224 140499032448016 140499493603029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11804672 140731641944684 140731641947484 140731641947484 140731641950159 0
[pid=16059/tid=16116] ppid=16056 vsize=11145568 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/16059/task/16116/stat : 16116 (java) S 16056 16059 15729 0 -1 1077944384 224 12954 0 0 2 0 5 3 20 0 13 0 227601159 11413061632 84023 33554432000 4194304 4196468 140731641942224 140499031395472 140499493603029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11804672 140731641944684 140731641947484 140731641947484 140731641950159 0
[pid=16059/tid=16118] ppid=16056 vsize=11145568 memory=7 CPUtime=0.08 cores=1,3,5,7
/proc/16059/task/16118/stat : 16118 (java) S 16056 16059 15729 0 -1 1077944384 13 12954 0 0 0 0 5 3 20 0 13 0 227601160 11413061632 84023 33554432000 4194304 4196468 140731641942224 140498312356832 140499493603029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11804672 140731641944684 140731641947484 140731641947484 140731641950159 0
[pid=16059/tid=16119] ppid=16056 vsize=11145568 memory=308 CPUtime=0.08 cores=1,3,5,7
/proc/16059/task/16119/stat : 16119 (java) S 16056 16059 15729 0 -1 1077944384 2 12954 0 0 0 0 5 3 20 0 13 0 227601161 11413061632 84023 33554432000 4194304 4196468 140731641942224 140498111030272 140499493603029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11804672 140731641944684 140731641947484 140731641947484 140731641950159 0
[pid=16059/tid=16120] ppid=16056 vsize=11145568 memory=187 CPUtime=0.08 cores=1,3,5,7
/proc/16059/task/16120/stat : 16120 (java) S 16056 16059 15729 0 -1 1077944384 26 12954 0 0 0 0 5 3 20 0 13 0 227601163 11413061632 84023 33554432000 4194304 4196468 140731641942224 140497803629568 140499493603029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11804672 140731641944684 140731641947484 140731641947484 140731641950159 0
[pid=16059/tid=16121] ppid=16056 vsize=11145568 memory=1 CPUtime=1.9 cores=1,3,5,7
/proc/16059/task/16121/stat : 16121 (java) S 16056 16059 15729 0 -1 1077944384 9235 12954 0 0 180 2 5 3 20 0 13 0 227601163 11413061632 84023 33554432000 4194304 4196468 140731641942224 140498985648016 140499493603029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11804672 140731641944684 140731641947484 140731641947484 140731641950159 0
[pid=16059/tid=16122] ppid=16056 vsize=11145568 memory=1 CPUtime=1.92 cores=1,3,5,7
/proc/16059/task/16122/stat : 16122 (java) S 16056 16059 15729 0 -1 1077944384 5638 12954 0 0 183 1 5 3 20 0 13 0 227601163 11413061632 84023 33554432000 4194304 4196468 140731641942224 140498984590832 140499493603029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11804672 140731641944684 140731641947484 140731641947484 140731641950159 0
[pid=16059/tid=16123] ppid=16056 vsize=11145568 memory=1 CPUtime=1.6 cores=1,3,5,7
/proc/16059/task/16123/stat : 16123 (java) S 16056 16059 15729 0 -1 1077944384 6057 12954 0 0 151 1 5 3 20 0 13 0 227601163 11413061632 84023 33554432000 4194304 4196468 140731641942224 140498916338416 140499493603970 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11804672 140731641944684 140731641947484 140731641947484 140731641950159 0
[pid=16059/tid=16124] ppid=16056 vsize=11145568 memory=279312326947824 CPUtime=0.08 cores=1,3,5,7
/proc/16059/task/16124/stat : 16124 (java) S 16056 16059 15729 0 -1 1077944384 3 12954 0 0 0 0 5 3 20 0 13 0 227601164 11413061632 84023 33554432000 4194304 4196468 140731641942224 140497372834912 140499493603029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11804672 140731641944684 140731641947484 140731641947484 140731641950159 0
Current children cumulated CPU time: 9.59 s
Current children cumulated vsize: 11145568 KiB
Current children cumulated memory: 336092 KiB

[startup+4.70059 s]*
/proc/loadavg: 1.42 1.39 1.34 2/202 16126
/proc/meminfo: memFree=15390716/32770624 swapFree=67108504/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0
Real time (s): 4.80854
CPU time (s): 9.6125
CPU user time (s): 9.35697
CPU system time (s): 0.255529
CPU usage (%): 199.905
Max. virtual memory (cumulated for all children) (KiB): 11148440
Max. memory (cumulated for all children) (KiB): 338920

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.35697
system time used= 0.255529
maximum resident set size= 340936
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 87342
page faults= 0
swaps= 0
block input operations= 40
block output operations= 184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6900
involuntary context switches= 47


# summary of solver processes directly reported to runsolver:
#   pid: 16059
#   total CPU time (s): 9.6125
#   total CPU user time (s): 9.35697
#   total CPU system time (s): 0.255529

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.052353 second user time and 0.082718 second system time

The end

Launcher Data

Begin job on node104 at 2018-08-12 20:59:40
IDJOB=4304529
IDBENCH=141362
IDSOLVER=2780
FILE ID=node104/4304529-1534100380
RUNJOBID= node104-1534097917-15761
PBS_JOBID= 21037002
Free space on /tmp= 37528 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/TemplateDesign/TemplateDesign-m1-2_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4304529-1534100380/watcher-4304529-1534100380 -o /tmp/evaluation-result-4304529-1534100380/solver-4304529-1534100380 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1534097917-15761 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=1163214328 HOME/instance-4304529-1534100380.xml

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

MD5SUM BENCH= 9023d532dd437e307a8c97402098327c
RANDOM SEED=1163214328

node104.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.11
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.11
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.11
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.11
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:        15391432 kB
MemAvailable:   30862284 kB
Buffers:          194388 kB
Cached:         15314632 kB
SwapCached:            8 kB
Active:          8697444 kB
Inactive:        7904796 kB
Active(anon):    1044720 kB
Inactive(anon):   100964 kB
Active(file):    7652724 kB
Inactive(file):  7803832 kB
Unevictable:        7360 kB
Mlocked:            7360 kB
SwapTotal:      67108860 kB
SwapFree:       67108504 kB
Dirty:             26476 kB
Writeback:             0 kB
AnonPages:       1100796 kB
Mapped:            65192 kB
Shmem:             49636 kB
Slab:             470928 kB
SReclaimable:     442756 kB
SUnreclaim:        28172 kB
KernelStack:        3504 kB
PageTables:         7500 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2235564 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    985088 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 37500 MiB
End job on node104 at 2018-08-12 20:59:45