Trace number 4302498

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.2OPT445 13.9973 6.4081

General information on the benchmark

NameMario/
Mario-easy-5_c18.xml
MD5SUM4fc2559afebff091b84e9ba27308c103
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark445
Best CPU time to get the best result obtained on this benchmark2.49211
Satisfiable
(Un)Satisfiability was proved
Number of variables45
Number of constraints31
Number of domains30
Minimum domain size1
Maximum domain size15
Distribution of domain sizes[{"size":1,"count":2},{"size":2,"count":13},{"size":14,"count":1},{"size":15,"count":29}]
Minimum variable degree1
Maximum variable degree3
Distribution of variable degrees[{"degree":1,"count":2},{"degree":2,"count":29},{"degree":3,"count":14}]
Minimum constraint arity1
Maximum constraint arity15
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":28},{"arity":15,"count":2}]
Number of extensional constraints15
Number of intensional constraints14
Distribution of constraint types[{"type":"extension","count":15},{"type":"intension","count":14},{"type":"sum","count":1},{"type":"circuit","count":1}]
Optimization problemYES
Type of objectivemax SUM

Quality of the solution as a function of time


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

Solver Data

0.98/0.74	c Concrete v3.9.2.1532736233296 running
8.52/4.09	o 211
8.81/4.12	o 216
8.81/4.12	o 276
8.81/4.14	o 323
8.81/4.15	o 367
10.42/4.63	o 409
10.42/4.63	o 414
10.42/4.63	o 416
10.42/4.63	o 421
10.42/4.63	o 442
10.42/4.63	o 445
13.86/6.37	v <instantiation cost="445">
13.86/6.37	v       <list>
13.86/6.37	v         s[0] s[1] s[2] s[3] s[4] s[5] s[6] s[7] s[8] s[9] s[10] s[11] s[12] s[13] s[14] f[0] f[1] f[2] f[3] f[4] f[5] f[6] f[7] f[8] f[9] f[10] f[11] f[12] f[13] f[14] g[0] g[1] g[2] g[3] g[4] g[5] g[6] g[7] g[8] g[9] g[10] g[11] g[12] g[13] g[14]
13.86/6.37	v       </list>
13.86/6.37	v       <values>
13.86/6.37	v         12 0 6 5 11 1 13 10 7 9 14 3 2 8 4 60 0 137 376 11 43 211 79 72 0 210 290 189 178 86 0 0 74 24 6 5 54 91 22 0 31 3 47 60 28
13.86/6.37	v       </values>
13.86/6.37	v     </instantiation>
13.86/6.37	s OPTIMUM FOUND

Verifier Data

OK	445

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302498-1532897896/watcher-4302498-1532897896 -o /tmp/evaluation-result-4302498-1532897896/solver-4302498-1532897896 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node106-1532895551-13369 --watchdog 312 bin/xcsp-3-concrete -J-Xss64M -randomseed=1992575151 HOME/instance-4302498-1532897896.xml 

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

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

solver pid=16993, runsolver pid=16990

[startup+0.100122 s]*
/proc/loadavg: 1.99 1.75 1.66 3/206 17050
/proc/meminfo: memFree=22372464/32770624 swapFree=67108688/67108860
[pid=16993] ppid=16990 vsize=10005480 memory=16816 CPUtime=0.09 cores=1,3,5,7
/proc/16993/stat : 16993 (java) S 16990 16993 6529 0 -1 1077944320 4336 13126 0 0 1 1 5 2 20 0 6 0 107352483 10245611520 4204 33554432000 4194304 4196468 140733055076240 140733055058784 140516005555959 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 29151232 140733055081073 140733055083873 140733055083873 140733055086543 0
/proc/16993/statm: 2501370 4204 1935 1 0 2489808 0
[pid=16993/tid=17046] ppid=16990 vsize=10005480 memory=4279135704013571469 CPUtime=0.07 cores=1,3,5,7
/proc/16993/task/17046/stat : 17046 (java) R 16990 16993 6529 0 -1 4202560 2166 13126 0 0 0 0 5 2 20 0 6 0 107352492 10245611520 4204 33554432000 4194304 4196468 140733055076240 140515977392720 140515989636446 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29151232 140733055081073 140733055083873 140733055083873 140733055086543 0
[pid=16993/tid=17047] ppid=16990 vsize=10005480 memory=8257237230052613020 CPUtime=0.07 cores=1,3,5,7
/proc/16993/task/17047/stat : 17047 (java) S 16990 16993 6529 0 -1 1077944384 1 13126 0 0 0 0 5 2 20 0 6 0 107352493 10245611520 4204 33554432000 4194304 4196468 140733055076240 140516009798672 140516005566165 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29151232 140733055081073 140733055083873 140733055083873 140733055086543 0
[pid=16993/tid=17048] ppid=16990 vsize=10005480 memory=139839696123520 CPUtime=0.07 cores=1,3,5,7
/proc/16993/task/17048/stat : 17048 (java) S 16990 16993 6529 0 -1 1077944384 1 13126 0 0 0 0 5 2 20 0 6 0 107352493 10245611520 4204 33554432000 4194304 4196468 140733055076240 140515545635984 140516005566165 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29151232 140733055081073 140733055083873 140733055083873 140733055086543 0
[pid=16993/tid=17049] ppid=16990 vsize=10005480 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16993/task/17049/stat : 17049 (java) S 16990 16993 6529 0 -1 1077944384 1 13126 0 0 0 0 5 2 20 0 6 0 107352493 10245611520 4204 33554432000 4194304 4196468 140733055076240 140515544582928 140516005566165 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29151232 140733055081073 140733055083873 140733055083873 140733055086543 0
[pid=16993/tid=17050] ppid=16990 vsize=10005480 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/16993/task/17050/stat : 17050 (java) S 16990 16993 6529 0 -1 1077944384 2 13126 0 0 0 0 5 2 20 0 6 0 107352493 10245611520 4204 33554432000 4194304 4196468 140733055076240 140515543530384 140516005566165 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29151232 140733055081073 140733055083873 140733055083873 140733055086543 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 16816 KiB

[startup+0.209983 s]*
/proc/loadavg: 1.99 1.75 1.66 3/215 17059
/proc/meminfo: memFree=22347580/32770624 swapFree=67108688/67108860
[pid=16993] ppid=16990 vsize=10982696 memory=44700 CPUtime=0.25 cores=1,3,5,7
/proc/16993/stat : 16993 (java) S 16990 16993 6529 0 -1 1077944320 8561 13126 0 0 16 2 5 2 20 0 15 0 107352483 11246280704 11175 33554432000 4194304 4196468 140733055076240 140733055058784 140516005555959 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 29151232 140733055081073 140733055083873 140733055083873 140733055086543 0
/proc/16993/statm: 2745674 11175 2948 1 0 2708109 0
[pid=16993/tid=17046] ppid=16990 vsize=10982696 memory=7022364594140610616 CPUtime=0.18 cores=1,3,5,7
/proc/16993/task/17046/stat : 17046 (java) R 16990 16993 6529 0 -1 4202560 5102 13126 0 0 10 1 5 2 20 0 15 0 107352492 11246280704 11175 33554432000 4194304 4196468 140733055076240 140515977353616 140515988742797 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29151232 140733055081073 140733055083873 140733055083873 140733055086543 0
[pid=16993/tid=17047] ppid=16990 vsize=10982696 memory=343 CPUtime=0.07 cores=1,3,5,7
/proc/16993/task/17047/stat : 17047 (java) S 16990 16993 6529 0 -1 1077944384 1 13126 0 0 0 0 5 2 20 0 15 0 107352493 11246280704 11175 33554432000 4194304 4196468 140733055076240 140516009798672 140516005566165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29151232 140733055081073 140733055083873 140733055083873 140733055086543 0
[pid=16993/tid=17048] ppid=16990 vsize=10982696 memory=139839696766735 CPUtime=0.07 cores=1,3,5,7
/proc/16993/task/17048/stat : 17048 (java) S 16990 16993 6529 0 -1 1077944384 1 13126 0 0 0 0 5 2 20 0 15 0 107352493 11246280704 11175 33554432000 4194304 4196468 140733055076240 140515545635984 140516005566165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29151232 140733055081073 140733055083873 140733055083873 140733055086543 0
[pid=16993/tid=17049] ppid=16990 vsize=10982696 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16993/task/17049/stat : 17049 (java) S 16990 16993 6529 0 -1 1077944384 1 13126 0 0 0 0 5 2 20 0 15 0 107352493 11246280704 11175 33554432000 4194304 4196468 140733055076240 140515544582928 140516005566165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29151232 140733055081073 140733055083873 140733055083873 140733055086543 0
[pid=16993/tid=17050] ppid=16990 vsize=10982696 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/16993/task/17050/stat : 17050 (java) S 16990 16993 6529 0 -1 1077944384 2 13126 0 0 0 0 5 2 20 0 15 0 107352493 11246280704 11175 33554432000 4194304 4196468 140733055076240 140515543530384 140516005566165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29151232 140733055081073 140733055083873 140733055083873 140733055086543 0
[pid=16993/tid=17051] ppid=16990 vsize=10982696 memory=139839696123520 CPUtime=0.07 cores=1,3,5,7
/proc/16993/task/17051/stat : 17051 (java) S 16990 16993 6529 0 -1 1077944384 2 13126 0 0 0 0 5 2 20 0 15 0 107352494 11246280704 11175 33554432000 4194304 4196468 140733055076240 140515498580208 140516005567106 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29151232 140733055081073 140733055083873 140733055083873 140733055086543 0
[pid=16993/tid=17052] ppid=16990 vsize=10982696 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/16993/task/17052/stat : 17052 (java) S 16990 16993 6529 0 -1 1077944384 13 13126 0 0 0 0 5 2 20 0 15 0 107352494 11246280704 11175 33554432000 4194304 4196468 140733055076240 140514767660192 140516005566165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29151232 140733055081073 140733055083873 140733055083873 140733055086543 0
[pid=16993/tid=17053] ppid=16990 vsize=10982696 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16993/task/17053/stat : 17053 (java) S 16990 16993 6529 0 -1 1077944384 1 13126 0 0 0 0 5 2 20 0 15 0 107352495 11246280704 11175 33554432000 4194304 4196468 140733055076240 140514619810544 140516005566165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29151232 140733055081073 140733055083873 140733055083873 140733055086543 0
[pid=16993/tid=17054] ppid=16990 vsize=10982696 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16993/task/17054/stat : 17054 (java) S 16990 16993 6529 0 -1 1077944384 3 13126 0 0 0 0 5 2 20 0 15 0 107352497 11246280704 11175 33554432000 4194304 4196468 140733055076240 140514312411088 140516005574555 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29151232 140733055081073 140733055083873 140733055083873 140733055086543 0
[pid=16993/tid=17055] ppid=16990 vsize=10982696 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16993/task/17055/stat : 17055 (java) S 16990 16993 6529 0 -1 1077944384 423 13126 0 0 1 0 5 2 20 0 15 0 107352497 11246280704 11175 33554432000 4194304 4196468 140733055076240 140515497528048 140516005567106 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29151232 140733055081073 140733055083873 140733055083873 140733055086543 0
[pid=16993/tid=17056] ppid=16990 vsize=10982696 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/16993/task/17056/stat : 17056 (java) S 16990 16993 6529 0 -1 1077944384 185 13126 0 0 1 0 5 2 20 0 15 0 107352497 11246280704 11175 33554432000 4194304 4196468 140733055076240 140515496475504 140516005567106 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29151232 140733055081073 140733055083873 140733055083873 140733055086543 0
[pid=16993/tid=17057] ppid=16990 vsize=10982696 memory=139839696123520 CPUtime=0.1 cores=1,3,5,7
/proc/16993/task/17057/stat : 17057 (java) S 16990 16993 6529 0 -1 1077944384 629 13126 0 0 3 0 5 2 20 0 15 0 107352497 11246280704 11175 33554432000 4194304 4196468 140733055076240 140515495422448 140516005567106 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29151232 140733055081073 140733055083873 140733055083873 140733055086543 0
[pid=16993/tid=17058] ppid=16990 vsize=10982696 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/16993/task/17058/stat : 17058 (java) S 16990 16993 6529 0 -1 1077944384 3 13126 0 0 0 0 5 2 20 0 15 0 107352498 11246280704 11175 33554432000 4194304 4196468 140733055076240 140513881615200 140516005566165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29151232 140733055081073 140733055083873 140733055083873 140733055086543 0
[pid=16993/tid=17059] ppid=16990 vsize=10982696 memory=139839696123520 CPUtime=0.07 cores=1,3,5,7
/proc/16993/task/17059/stat : 17059 (java) S 16990 16993 6529 0 -1 1077944384 1 13126 0 0 0 0 5 2 20 0 15 0 107352498 11246280704 11175 33554432000 4194304 4196468 140733055076240 140515494369840 140516005567106 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29151232 140733055081073 140733055083873 140733055083873 140733055086543 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10982696 KiB
Current children cumulated memory: 44700 KiB

[startup+0.310425 s]*
/proc/loadavg: 1.99 1.75 1.66 3/215 17059
/proc/meminfo: memFree=22337036/32770624 swapFree=67108688/67108860
[pid=16993] ppid=16990 vsize=10983192 memory=56036 CPUtime=0.38 cores=1,3,5,7
/proc/16993/stat : 16993 (java) S 16990 16993 6529 0 -1 1077944320 10580 13126 0 0 28 3 5 2 20 0 15 0 107352483 11246788608 14009 33554432000 4194304 4196468 140733055076240 140733055058784 140516005555959 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 29151232 140733055081073 140733055083873 140733055083873 140733055086543 0
/proc/16993/statm: 2745798 14009 3080 1 0 2708109 0
[pid=16993/tid=17046] ppid=16990 vsize=10983192 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/16993/task/17046/stat : 17046 (java) R 16990 16993 6529 0 -1 4202560 7115 13126 0 0 19 2 5 2 20 0 15 0 107352492 11246788608 14009 33554432000 4194304 4196468 140733055076240 140515977367968 140515987119488 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29151232 140733055081073 140733055083873 140733055083873 140733055086543 0
[pid=16993/tid=17047] ppid=16990 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16993/task/17047/stat : 17047 (java) S 16990 16993 6529 0 -1 1077944384 1 13126 0 0 0 0 5 2 20 0 15 0 107352493 11246788608 14009 33554432000 4194304 4196468 140733055076240 140516009798672 140516005566165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29151232 140733055081073 140733055083873 140733055083873 140733055086543 0
[pid=16993/tid=17048] ppid=16990 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16993/task/17048/stat : 17048 (java) S 16990 16993 6529 0 -1 1077944384 1 13126 0 0 0 0 5 2 20 0 15 0 107352493 11246788608 14009 33554432000 4194304 4196468 140733055076240 140515545635984 140516005566165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29151232 140733055081073 140733055083873 140733055083873 140733055086543 0
[pid=16993/tid=17049] ppid=16990 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16993/task/17049/stat : 17049 (java) S 16990 16993 6529 0 -1 1077944384 1 13126 0 0 0 0 5 2 20 0 15 0 107352493 11246788608 14009 33554432000 4194304 4196468 140733055076240 140515544582928 140516005566165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29151232 140733055081073 140733055083873 140733055083873 140733055086543 0
[pid=16993/tid=17050] ppid=16990 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16993/task/17050/stat : 17050 (java) S 16990 16993 6529 0 -1 1077944384 2 13126 0 0 0 0 5 2 20 0 15 0 107352493 11246788608 14009 33554432000 4194304 4196468 140733055076240 140515543530384 140516005566165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29151232 140733055081073 140733055083873 140733055083873 140733055086543 0
[pid=16993/tid=17051] ppid=16990 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16993/task/17051/stat : 17051 (java) S 16990 16993 6529 0 -1 1077944384 2 13126 0 0 0 0 5 2 20 0 15 0 107352494 11246788608 14009 33554432000 4194304 4196468 140733055076240 140515498580208 140516005567106 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29151232 140733055081073 140733055083873 140733055083873 140733055086543 0
[pid=16993/tid=17052] ppid=16990 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/16993/task/17052/stat : 17052 (java) S 16990 16993 6529 0 -1 1077944384 13 13126 0 0 0 0 5 2 20 0 15 0 107352494 11246788608 14009 33554432000 4194304 4196468 140733055076240 140514767660192 140516005566165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29151232 140733055081073 140733055083873 140733055083873 140733055086543 0
[pid=16993/tid=17053] ppid=16990 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16993/task/17053/stat : 17053 (java) S 16990 16993 6529 0 -1 1077944384 1 13126 0 0 0 0 5 2 20 0 15 0 107352495 11246788608 14009 33554432000 4194304 4196468 140733055076240 140514619810544 140516005566165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29151232 140733055081073 140733055083873 140733055083873 140733055086543 0
[pid=16993/tid=17054] ppid=16990 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16993/task/17054/stat : 17054 (java) S 16990 16993 6529 0 -1 1077944384 3 13126 0 0 0 0 5 2 20 0 15 0 107352497 11246788608 14009 33554432000 4194304 4196468 140733055076240 140514312411088 140516005574555 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29151232 140733055081073 140733055083873 140733055083873 140733055086543 0
[pid=16993/tid=17055] ppid=16990 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16993/task/17055/stat : 17055 (java) S 16990 16993 6529 0 -1 1077944384 423 13126 0 0 1 0 5 2 20 0 15 0 107352497 11246788608 14009 33554432000 4194304 4196468 140733055076240 140515497528048 140516005567106 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29151232 140733055081073 140733055083873 140733055083873 140733055086543 0
[pid=16993/tid=17056] ppid=16990 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/16993/task/17056/stat : 17056 (java) S 16990 16993 6529 0 -1 1077944384 186 13126 0 0 1 0 5 2 20 0 15 0 107352497 11246788608 14009 33554432000 4194304 4196468 140733055076240 140515496475504 140516005567106 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29151232 140733055081073 140733055083873 140733055083873 140733055086543 0
[pid=16993/tid=17057] ppid=16990 vsize=10983192 memory=139839696123520 CPUtime=0.12 cores=1,3,5,7
/proc/16993/task/17057/stat : 17057 (java) S 16990 16993 6529 0 -1 1077944384 634 13126 0 0 5 0 5 2 20 0 15 0 107352497 11246788608 14009 33554432000 4194304 4196468 140733055076240 140515495422448 140516005567106 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29151232 140733055081073 140733055083873 140733055083873 140733055086543 0
[pid=16993/tid=17058] ppid=16990 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/16993/task/17058/stat : 17058 (java) S 16990 16993 6529 0 -1 1077944384 3 13126 0 0 0 0 5 2 20 0 15 0 107352498 11246788608 14009 33554432000 4194304 4196468 140733055076240 140513881615200 140516005566165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29151232 140733055081073 140733055083873 140733055083873 140733055086543 0
[pid=16993/tid=17059] ppid=16990 vsize=10983192 memory=139839696123520 CPUtime=0.07 cores=1,3,5,7
/proc/16993/task/17059/stat : 17059 (java) S 16990 16993 6529 0 -1 1077944384 1 13126 0 0 0 0 5 2 20 0 15 0 107352498 11246788608 14009 33554432000 4194304 4196468 140733055076240 140515494369840 140516005567106 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29151232 140733055081073 140733055083873 140733055083873 140733055086543 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 56036 KiB

[startup+0.700742 s]
/proc/loadavg: 1.99 1.75 1.66 3/215 17059
/proc/meminfo: memFree=22325224/32770624 swapFree=67108688/67108860
[pid=16993] ppid=16990 vsize=10983192 memory=89088 CPUtime=0.98 cores=1,3,5,7
/proc/16993/stat : 16993 (java) S 16990 16993 6529 0 -1 1077944320 16803 13126 0 0 86 5 5 2 20 0 15 0 107352483 11246788608 22272 33554432000 4194304 4196468 140733055076240 140733055058784 140516005555959 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 29151232 140733055081073 140733055083873 140733055083873 140733055086543 0
/proc/16993/statm: 2745798 22272 3249 1 0 2708109 0
[pid=16993/tid=17046] ppid=16990 vsize=10983192 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/16993/task/17046/stat : 17046 (java) R 16990 16993 6529 0 -1 4202560 12362 13126 0 0 55 4 5 2 20 0 15 0 107352492 11246788608 22272 33554432000 4194304 4196468 140733055076240 140515977376784 140515991249425 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29151232 140733055081073 140733055083873 140733055083873 140733055086543 0
[pid=16993/tid=17047] ppid=16990 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16993/task/17047/stat : 17047 (java) S 16990 16993 6529 0 -1 1077944384 1 13126 0 0 0 0 5 2 20 0 15 0 107352493 11246788608 22272 33554432000 4194304 4196468 140733055076240 140516009798672 140516005566165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29151232 140733055081073 140733055083873 140733055083873 140733055086543 0
[pid=16993/tid=17048] ppid=16990 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16993/task/17048/stat : 17048 (java) S 16990 16993 6529 0 -1 1077944384 1 13126 0 0 0 0 5 2 20 0 15 0 107352493 11246788608 22272 33554432000 4194304 4196468 140733055076240 140515545635984 140516005566165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29151232 140733055081073 140733055083873 140733055083873 140733055086543 0
[pid=16993/tid=17049] ppid=16990 vsize=10983192 memory=32804 CPUtime=0.07 cores=1,3,5,7
/proc/16993/task/17049/stat : 17049 (java) S 16990 16993 6529 0 -1 1077944384 1 13126 0 0 0 0 5 2 20 0 15 0 107352493 11246788608 22272 33554432000 4194304 4196468 140733055076240 140515544582928 140516005566165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29151232 140733055081073 140733055083873 140733055083873 140733055086543 0
[pid=16993/tid=17050] ppid=16990 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16993/task/17050/stat : 17050 (java) S 16990 16993 6529 0 -1 1077944384 2 13126 0 0 0 0 5 2 20 0 15 0 107352493 11246788608 22272 33554432000 4194304 4196468 140733055076240 140515543530384 140516005566165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29151232 140733055081073 140733055083873 140733055083873 140733055086543 0
[pid=16993/tid=17051] ppid=16990 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16993/task/17051/stat : 17051 (java) S 16990 16993 6529 0 -1 1077944384 5 13126 0 0 0 0 5 2 20 0 15 0 107352494 11246788608 22272 33554432000 4194304 4196468 140733055076240 140515498580208 140516005567106 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29151232 140733055081073 140733055083873 140733055083873 140733055086543 0
[pid=16993/tid=17052] ppid=16990 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16993/task/17052/stat : 17052 (java) S 16990 16993 6529 0 -1 1077944384 13 13126 0 0 0 0 5 2 20 0 15 0 107352494 11246788608 22272 33554432000 4194304 4196468 140733055076240 140514767660192 140516005566165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29151232 140733055081073 140733055083873 140733055083873 140733055086543 0
[pid=16993/tid=17053] ppid=16990 vsize=10983192 memory=139839571899152 CPUtime=0.07 cores=1,3,5,7
/proc/16993/task/17053/stat : 17053 (java) S 16990 16993 6529 0 -1 1077944384 1 13126 0 0 0 0 5 2 20 0 15 0 107352495 11246788608 22272 33554432000 4194304 4196468 140733055076240 140514619810544 140516005566165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29151232 140733055081073 140733055083873 140733055083873 140733055086543 0
[pid=16993/tid=17054] ppid=16990 vsize=10983192 memory=139839840191057 CPUtime=0.07 cores=1,3,5,7
/proc/16993/task/17054/stat : 17054 (java) S 16990 16993 6529 0 -1 1077944384 3 13126 0 0 0 0 5 2 20 0 15 0 107352497 11246788608 22272 33554432000 4194304 4196468 140733055076240 140514312411088 140516005574555 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29151232 140733055081073 140733055083873 140733055083873 140733055086543 0
[pid=16993/tid=17055] ppid=16990 vsize=10983192 memory=14076 CPUtime=0.16 cores=1,3,5,7
/proc/16993/task/17055/stat : 17055 (java) S 16990 16993 6529 0 -1 1077944384 1057 13126 0 0 9 0 5 2 20 0 15 0 107352497 11246788608 22272 33554432000 4194304 4196468 140733055076240 140515497528048 140516005567106 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29151232 140733055081073 140733055083873 140733055083873 140733055086543 0
[pid=16993/tid=17056] ppid=16990 vsize=10983192 memory=4639098309541127269 CPUtime=0.14 cores=1,3,5,7
/proc/16993/task/17056/stat : 17056 (java) S 16990 16993 6529 0 -1 1077944384 469 13126 0 0 7 0 5 2 20 0 15 0 107352497 11246788608 22272 33554432000 4194304 4196468 140733055076240 140515496475504 140516005567106 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29151232 140733055081073 140733055083873 140733055083873 140733055086543 0
[pid=16993/tid=17057] ppid=16990 vsize=10983192 memory=7885635084775281009 CPUtime=0.2 cores=1,3,5,7
/proc/16993/task/17057/stat : 17057 (java) R 16990 16993 6529 0 -1 4202560 691 13126 0 0 13 0 5 2 20 0 15 0 107352497 11246788608 22272 33554432000 4194304 4196468 140733055076240 140515495422448 140515997793086 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29151232 140733055081073 140733055083873 140733055083873 140733055086543 0
[pid=16993/tid=17058] ppid=16990 vsize=10983192 memory=4140 CPUtime=0.07 cores=1,3,5,7
/proc/16993/task/17058/stat : 17058 (java) S 16990 16993 6529 0 -1 1077944384 3 13126 0 0 0 0 5 2 20 0 15 0 107352498 11246788608 22272 33554432000 4194304 4196468 140733055076240 140513881615200 140516005566165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29151232 140733055081073 140733055083873 140733055083873 140733055086543 0
[pid=16993/tid=17059] ppid=16990 vsize=10983192 memory=2241 CPUtime=0.07 cores=1,3,5,7
/proc/16993/task/17059/stat : 17059 (java) S 16990 16993 6529 0 -1 1077944384 1 13126 0 0 0 0 5 2 20 0 15 0 107352498 11246788608 22272 33554432000 4194304 4196468 140733055076240 140515494369840 140516005567106 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29151232 140733055081073 140733055083873 140733055083873 140733055086543 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 89088 KiB

[startup+1.50087 s]
/proc/loadavg: 1.99 1.75 1.66 4/215 17059
/proc/meminfo: memFree=22278768/32770624 swapFree=67108688/67108860
[pid=16993] ppid=16990 vsize=10998092 memory=179460 CPUtime=2.29 cores=1,3,5,7
/proc/16993/stat : 16993 (java) S 16990 16993 6529 0 -1 1077944320 23957 13126 0 0 212 10 5 2 20 0 15 0 107352483 11262046208 44865 33554432000 4194304 4196468 140733055076240 140733055058784 140516005555959 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 29151232 140733055081073 140733055083873 140733055083873 140733055086543 0
/proc/16993/statm: 2749523 44865 3467 1 0 2711181 0
[pid=16993/tid=17046] ppid=16990 vsize=10998092 memory=12848 CPUtime=1.42 cores=1,3,5,7
/proc/16993/task/17046/stat : 17046 (java) R 16990 16993 6529 0 -1 4202560 17981 13126 0 0 129 6 5 2 20 0 15 0 107352492 11262046208 44865 33554432000 4194304 4196468 140733055076240 140515977385784 140515578179498 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 29151232 140733055081073 140733055083873 140733055083873 140733055086543 0
[pid=16993/tid=17047] ppid=16990 vsize=10998092 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/16993/task/17047/stat : 17047 (java) S 16990 16993 6529 0 -1 1077944384 203 13126 0 0 1 0 5 2 20 0 15 0 107352493 11262046208 44865 33554432000 4194304 4196468 140733055076240 140516009798672 140516005566165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29151232 140733055081073 140733055083873 140733055083873 140733055086543 0
[pid=16993/tid=17048] ppid=16990 vsize=10998092 memory=1404 CPUtime=0.08 cores=1,3,5,7
/proc/16993/task/17048/stat : 17048 (java) S 16990 16993 6529 0 -1 1077944384 17 13126 0 0 1 0 5 2 20 0 15 0 107352493 11262046208 44865 33554432000 4194304 4196468 140733055076240 140515545635984 140516005566165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29151232 140733055081073 140733055083873 140733055083873 140733055086543 0
[pid=16993/tid=17049] ppid=16990 vsize=10998092 memory=3076 CPUtime=0.08 cores=1,3,5,7
/proc/16993/task/17049/stat : 17049 (java) S 16990 16993 6529 0 -1 1077944384 55 13126 0 0 1 0 5 2 20 0 15 0 107352493 11262046208 44865 33554432000 4194304 4196468 140733055076240 140515544582928 140516005566165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29151232 140733055081073 140733055083873 140733055083873 140733055086543 0
[pid=16993/tid=17050] ppid=16990 vsize=10998092 memory=89088 CPUtime=0.07 cores=1,3,5,7
/proc/16993/task/17050/stat : 17050 (java) S 16990 16993 6529 0 -1 1077944384 25 13126 0 0 0 0 5 2 20 0 15 0 107352493 11262046208 44865 33554432000 4194304 4196468 140733055076240 140515543530384 140516005566165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29151232 140733055081073 140733055083873 140733055083873 140733055086543 0
[pid=16993/tid=17051] ppid=16990 vsize=10998092 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16993/task/17051/stat : 17051 (java) S 16990 16993 6529 0 -1 1077944384 58 13126 0 0 1 0 5 2 20 0 15 0 107352494 11262046208 44865 33554432000 4194304 4196468 140733055076240 140515498580208 140516005567106 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29151232 140733055081073 140733055083873 140733055083873 140733055086543 0
[pid=16993/tid=17052] ppid=16990 vsize=10998092 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16993/task/17052/stat : 17052 (java) S 16990 16993 6529 0 -1 1077944384 14 13126 0 0 0 0 5 2 20 0 15 0 107352494 11262046208 44865 33554432000 4194304 4196468 140733055076240 140514767660256 140516005566165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29151232 140733055081073 140733055083873 140733055083873 140733055086543 0
[pid=16993/tid=17053] ppid=16990 vsize=10998092 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16993/task/17053/stat : 17053 (java) S 16990 16993 6529 0 -1 1077944384 1 13126 0 0 0 0 5 2 20 0 15 0 107352495 11262046208 44865 33554432000 4194304 4196468 140733055076240 140514619810544 140516005566165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29151232 140733055081073 140733055083873 140733055083873 140733055086543 0
[pid=16993/tid=17054] ppid=16990 vsize=10998092 memory=6791534058613427641 CPUtime=0.07 cores=1,3,5,7
/proc/16993/task/17054/stat : 17054 (java) S 16990 16993 6529 0 -1 1077944384 3 13126 0 0 0 0 5 2 20 0 15 0 107352497 11262046208 44865 33554432000 4194304 4196468 140733055076240 140514312411088 140516005574555 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29151232 140733055081073 140733055083873 140733055083873 140733055086543 0
[pid=16993/tid=17055] ppid=16990 vsize=10998092 memory=6935649255759568960 CPUtime=0.33 cores=1,3,5,7
/proc/16993/task/17055/stat : 17055 (java) S 16990 16993 6529 0 -1 1077944384 1520 13126 0 0 26 0 5 2 20 0 15 0 107352497 11262046208 44865 33554432000 4194304 4196468 140733055076240 140515497528048 140516005567106 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29151232 140733055081073 140733055083873 140733055083873 140733055086543 0
[pid=16993/tid=17056] ppid=16990 vsize=10998092 memory=279679144074112 CPUtime=0.23 cores=1,3,5,7
/proc/16993/task/17056/stat : 17056 (java) R 16990 16993 6529 0 -1 4202560 597 13126 0 0 16 0 5 2 20 0 15 0 107352497 11262046208 44865 33554432000 4194304 4196468 140733055076240 140515496475504 140515991579794 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29151232 140733055081073 140733055083873 140733055083873 140733055086543 0
[pid=16993/tid=17057] ppid=16990 vsize=10998092 memory=6944656592452938395 CPUtime=0.4 cores=1,3,5,7
/proc/16993/task/17057/stat : 17057 (java) R 16990 16993 6529 0 -1 4202560 1285 13126 0 0 33 0 5 2 20 0 15 0 107352497 11262046208 44865 33554432000 4194304 4196468 140733055076240 140515495422448 140515989636446 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29151232 140733055081073 140733055083873 140733055083873 140733055086543 0
[pid=16993/tid=17058] ppid=16990 vsize=10998092 memory=-7522837583129502606 CPUtime=0.07 cores=1,3,5,7
/proc/16993/task/17058/stat : 17058 (java) S 16990 16993 6529 0 -1 1077944384 3 13126 0 0 0 0 5 2 20 0 15 0 107352498 11262046208 44865 33554432000 4194304 4196468 140733055076240 140513881615200 140516005566165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29151232 140733055081073 140733055083873 140733055083873 140733055086543 0
[pid=16993/tid=17059] ppid=16990 vsize=10998092 memory=4206468019014099040 CPUtime=0.07 cores=1,3,5,7
/proc/16993/task/17059/stat : 17059 (java) S 16990 16993 6529 0 -1 1077944384 1 13126 0 0 0 0 5 2 20 0 15 0 107352498 11262046208 44865 33554432000 4194304 4196468 140733055076240 140515494369840 140516005567106 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29151232 140733055081073 140733055083873 140733055083873 140733055086543 0
Current children cumulated CPU time: 2.29 s
Current children cumulated vsize: 10998092 KiB
Current children cumulated memory: 179460 KiB

[startup+3.11005 s]
/proc/loadavg: 1.99 1.75 1.66 5/215 17059
/proc/meminfo: memFree=22127036/32770624 swapFree=67108688/67108860
[pid=16993] ppid=16990 vsize=11010400 memory=268700 CPUtime=5.8 cores=1,3,5,7
/proc/16993/stat : 16993 (java) S 16990 16993 6529 0 -1 1077944320 42567 13126 0 0 557 16 5 2 20 0 15 0 107352483 11274649600 67175 33554432000 4194304 4196468 140733055076240 140733055058784 140516005555959 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 29151232 140733055081073 140733055083873 140733055083873 140733055086543 0
/proc/16993/statm: 2752600 67175 3494 1 0 2714253 0
[pid=16993/tid=17046] ppid=16990 vsize=11010400 memory=6935649255759568960 CPUtime=2.98 cores=1,3,5,7
/proc/16993/task/17046/stat : 17046 (java) R 16990 16993 6529 0 -1 4202560 28438 13126 0 0 282 9 5 2 20 0 15 0 107352492 11274649600 67175 33554432000 4194304 4196468 140733055076240 140515977388832 140515989599589 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29151232 140733055081073 140733055083873 140733055083873 140733055086543 0
[pid=16993/tid=17047] ppid=16990 vsize=11010400 memory=195216 CPUtime=0.09 cores=1,3,5,7
/proc/16993/task/17047/stat : 17047 (java) S 16990 16993 6529 0 -1 1077944384 204 13126 0 0 2 0 5 2 20 0 15 0 107352493 11274649600 67175 33554432000 4194304 4196468 140733055076240 140516009798672 140516005566165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29151232 140733055081073 140733055083873 140733055083873 140733055086543 0
[pid=16993/tid=17048] ppid=16990 vsize=11010400 memory=12848 CPUtime=0.1 cores=1,3,5,7
/proc/16993/task/17048/stat : 17048 (java) S 16990 16993 6529 0 -1 1077944384 26 13126 0 0 3 0 5 2 20 0 15 0 107352493 11274649600 67175 33554432000 4194304 4196468 140733055076240 140515545635984 140516005566165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29151232 140733055081073 140733055083873 140733055083873 140733055086543 0
[pid=16993/tid=17049] ppid=16990 vsize=11010400 memory=279679143513680 CPUtime=0.1 cores=1,3,5,7
/proc/16993/task/17049/stat : 17049 (java) S 16990 16993 6529 0 -1 1077944384 91 13126 0 0 3 0 5 2 20 0 15 0 107352493 11274649600 67175 33554432000 4194304 4196468 140733055076240 140515544582928 140516005566165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29151232 140733055081073 140733055083873 140733055083873 140733055086543 0
[pid=16993/tid=17050] ppid=16990 vsize=11010400 memory=75161659247082 CPUtime=0.09 cores=1,3,5,7
/proc/16993/task/17050/stat : 17050 (java) S 16990 16993 6529 0 -1 1077944384 33 13126 0 0 2 0 5 2 20 0 15 0 107352493 11274649600 67175 33554432000 4194304 4196468 140733055076240 140515543530384 140516005566165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29151232 140733055081073 140733055083873 140733055083873 140733055086543 0
[pid=16993/tid=17051] ppid=16990 vsize=11010400 memory=75161659247082 CPUtime=0.1 cores=1,3,5,7
/proc/16993/task/17051/stat : 17051 (java) S 16990 16993 6529 0 -1 1077944384 1505 13126 0 0 3 0 5 2 20 0 15 0 107352494 11274649600 67175 33554432000 4194304 4196468 140733055076240 140515498580208 140516005567106 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29151232 140733055081073 140733055083873 140733055083873 140733055086543 0
[pid=16993/tid=17052] ppid=16990 vsize=11010400 memory=75161659245546 CPUtime=0.07 cores=1,3,5,7
/proc/16993/task/17052/stat : 17052 (java) S 16990 16993 6529 0 -1 1077944384 14 13126 0 0 0 0 5 2 20 0 15 0 107352494 11274649600 67175 33554432000 4194304 4196468 140733055076240 140514767660256 140516005566165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29151232 140733055081073 140733055083873 140733055083873 140733055086543 0
[pid=16993/tid=17053] ppid=16990 vsize=11010400 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16993/task/17053/stat : 17053 (java) S 16990 16993 6529 0 -1 1077944384 1 13126 0 0 0 0 5 2 20 0 15 0 107352495 11274649600 67175 33554432000 4194304 4196468 140733055076240 140514619810560 140516005566165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29151232 140733055081073 140733055083873 140733055083873 140733055086543 0
[pid=16993/tid=17054] ppid=16990 vsize=11010400 memory=212807039616257 CPUtime=0.07 cores=1,3,5,7
/proc/16993/task/17054/stat : 17054 (java) S 16990 16993 6529 0 -1 1077944384 3 13126 0 0 0 0 5 2 20 0 15 0 107352497 11274649600 67175 33554432000 4194304 4196468 140733055076240 140514312411088 140516005574555 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29151232 140733055081073 140733055083873 140733055083873 140733055086543 0
[pid=16993/tid=17055] ppid=16990 vsize=11010400 memory=212807039616258 CPUtime=1.06 cores=1,3,5,7
/proc/16993/task/17055/stat : 17055 (java) R 16990 16993 6529 0 -1 4202560 4838 13126 0 0 98 1 5 2 20 0 15 0 107352497 11274649600 67175 33554432000 4194304 4196468 140733055076240 140515497516192 140515997845413 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29151232 140733055081073 140733055083873 140733055083873 140733055086543 0
[pid=16993/tid=17056] ppid=16990 vsize=11010400 memory=212807039616259 CPUtime=0.65 cores=1,3,5,7
/proc/16993/task/17056/stat : 17056 (java) R 16990 16993 6529 0 -1 4202560 1683 13126 0 0 58 0 5 2 20 0 15 0 107352497 11274649600 67175 33554432000 4194304 4196468 140733055076240 140515496452768 140515984774677 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29151232 140733055081073 140733055083873 140733055083873 140733055086543 0
[pid=16993/tid=17057] ppid=16990 vsize=11010400 memory=212807039616260 CPUtime=1.09 cores=1,3,5,7
/proc/16993/task/17057/stat : 17057 (java) S 16990 16993 6529 0 -1 1077944384 3534 13126 0 0 101 1 5 2 20 0 15 0 107352497 11274649600 67175 33554432000 4194304 4196468 140733055076240 140515495422448 140516005567106 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29151232 140733055081073 140733055083873 140733055083873 140733055086543 0
[pid=16993/tid=17058] ppid=16990 vsize=11010400 memory=220348 CPUtime=0.07 cores=1,3,5,7
/proc/16993/task/17058/stat : 17058 (java) S 16990 16993 6529 0 -1 1077944384 3 13126 0 0 0 0 5 2 20 0 15 0 107352498 11274649600 67175 33554432000 4194304 4196468 140733055076240 140513881615200 140516005566165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29151232 140733055081073 140733055083873 140733055083873 140733055086543 0
[pid=16993/tid=17059] ppid=16990 vsize=11010400 memory=279679144050752 CPUtime=0.07 cores=1,3,5,7
/proc/16993/task/17059/stat : 17059 (java) S 16990 16993 6529 0 -1 1077944384 1 13126 0 0 0 0 5 2 20 0 15 0 107352498 11274649600 67175 33554432000 4194304 4196468 140733055076240 140515494369840 140516005567106 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29151232 140733055081073 140733055083873 140733055083873 140733055086543 0
Current children cumulated CPU time: 5.8 s
Current children cumulated vsize: 11010400 KiB
Current children cumulated memory: 268700 KiB

[startup+6.30086 s]
/proc/loadavg: 2.23 1.80 1.68 3/215 17059
/proc/meminfo: memFree=21992444/32770624 swapFree=67108688/67108860
[pid=16993] ppid=16990 vsize=11080032 memory=399828 CPUtime=13.86 cores=1,3,5,7
/proc/16993/stat : 16993 (java) S 16990 16993 6529 0 -1 1077944320 75310 13126 0 0 1356 23 5 2 20 0 15 0 107352483 11345952768 99957 33554432000 4194304 4196468 140733055076240 140733055058784 140516005555959 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 29151232 140733055081073 140733055083873 140733055083873 140733055086543 0
/proc/16993/statm: 2770008 99957 3511 1 0 2731661 0
[pid=16993/tid=17046] ppid=16990 vsize=11080032 memory=195216 CPUtime=6.13 cores=1,3,5,7
/proc/16993/task/17046/stat : 17046 (java) R 16990 16993 6529 0 -1 4202560 47443 13126 0 0 594 12 5 2 20 0 15 0 107352492 11345952768 99957 33554432000 4194304 4196468 140733055076240 140515977387464 140515584383299 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29151232 140733055081073 140733055083873 140733055083873 140733055086543 0
[pid=16993/tid=17047] ppid=16990 vsize=11080032 memory=12848 CPUtime=0.1 cores=1,3,5,7
/proc/16993/task/17047/stat : 17047 (java) S 16990 16993 6529 0 -1 1077944384 230 13126 0 0 3 0 5 2 20 0 15 0 107352493 11345952768 99957 33554432000 4194304 4196468 140733055076240 140516009798672 140516005566165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29151232 140733055081073 140733055083873 140733055083873 140733055086543 0
[pid=16993/tid=17048] ppid=16990 vsize=11080032 memory=279679144264544 CPUtime=0.1 cores=1,3,5,7
/proc/16993/task/17048/stat : 17048 (java) S 16990 16993 6529 0 -1 1077944384 40 13126 0 0 3 0 5 2 20 0 15 0 107352493 11345952768 99957 33554432000 4194304 4196468 140733055076240 140515545635984 140516005566165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29151232 140733055081073 140733055083873 140733055083873 140733055086543 0
[pid=16993/tid=17049] ppid=16990 vsize=11080032 memory=-7025448733113094249 CPUtime=0.1 cores=1,3,5,7
/proc/16993/task/17049/stat : 17049 (java) S 16990 16993 6529 0 -1 1077944384 275 13126 0 0 3 0 5 2 20 0 15 0 107352493 11345952768 99957 33554432000 4194304 4196468 140733055076240 140515544582928 140516005566165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29151232 140733055081073 140733055083873 140733055083873 140733055086543 0
[pid=16993/tid=17050] ppid=16990 vsize=11080032 memory=164 CPUtime=0.1 cores=1,3,5,7
/proc/16993/task/17050/stat : 17050 (java) S 16990 16993 6529 0 -1 1077944384 48 13126 0 0 3 0 5 2 20 0 15 0 107352493 11345952768 99957 33554432000 4194304 4196468 140733055076240 140515543530384 140516005566165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29151232 140733055081073 140733055083873 140733055083873 140733055086543 0
[pid=16993/tid=17051] ppid=16990 vsize=11080032 memory=300615482141311289 CPUtime=0.11 cores=1,3,5,7
/proc/16993/task/17051/stat : 17051 (java) S 16990 16993 6529 0 -1 1077944384 1647 13126 0 0 4 0 5 2 20 0 15 0 107352494 11345952768 99957 33554432000 4194304 4196468 140733055076240 140515498580208 140516005567106 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29151232 140733055081073 140733055083873 140733055083873 140733055086543 0
[pid=16993/tid=17052] ppid=16990 vsize=11080032 memory=13846365516073407 CPUtime=0.07 cores=1,3,5,7
/proc/16993/task/17052/stat : 17052 (java) S 16990 16993 6529 0 -1 1077944384 15 13126 0 0 0 0 5 2 20 0 15 0 107352494 11345952768 99957 33554432000 4194304 4196468 140733055076240 140514767660320 140516005566165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29151232 140733055081073 140733055083873 140733055083873 140733055086543 0
[pid=16993/tid=17053] ppid=16990 vsize=11080032 memory=-7595754389018307680 CPUtime=0.07 cores=1,3,5,7
/proc/16993/task/17053/stat : 17053 (java) S 16990 16993 6529 0 -1 1077944384 2 13126 0 0 0 0 5 2 20 0 15 0 107352495 11345952768 99957 33554432000 4194304 4196468 140733055076240 140514619810560 140516005566165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29151232 140733055081073 140733055083873 140733055083873 140733055086543 0
[pid=16993/tid=17054] ppid=16990 vsize=11080032 memory=4137293581110450563 CPUtime=0.07 cores=1,3,5,7
/proc/16993/task/17054/stat : 17054 (java) S 16990 16993 6529 0 -1 1077944384 3 13126 0 0 0 0 5 2 20 0 15 0 107352497 11345952768 99957 33554432000 4194304 4196468 140733055076240 140514312411088 140516005574555 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29151232 140733055081073 140733055083873 140733055083873 140733055086543 0
[pid=16993/tid=17055] ppid=16990 vsize=11080032 memory=56 CPUtime=2.98 cores=1,3,5,7
/proc/16993/task/17055/stat : 17055 (java) S 16990 16993 6529 0 -1 1077944384 5503 13126 0 0 290 1 5 2 20 0 15 0 107352497 11345952768 99957 33554432000 4194304 4196468 140733055076240 140515497528048 140516005567106 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29151232 140733055081073 140733055083873 140733055083873 140733055086543 0
[pid=16993/tid=17056] ppid=16990 vsize=11080032 memory=6944656591801719708 CPUtime=2.98 cores=1,3,5,7
/proc/16993/task/17056/stat : 17056 (java) S 16990 16993 6529 0 -1 1077944384 11042 13126 0 0 289 2 5 2 20 0 15 0 107352497 11345952768 99957 33554432000 4194304 4196468 140733055076240 140515496475504 140516005567106 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29151232 140733055081073 140733055083873 140733055083873 140733055086543 0
[pid=16993/tid=17057] ppid=16990 vsize=11080032 memory=-7531822217020809136 CPUtime=1.71 cores=1,3,5,7
/proc/16993/task/17057/stat : 17057 (java) S 16990 16993 6529 0 -1 1077944384 6853 13126 0 0 162 2 5 2 20 0 15 0 107352497 11345952768 99957 33554432000 4194304 4196468 140733055076240 140515495422448 140516005567106 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29151232 140733055081073 140733055083873 140733055083873 140733055086543 0
[pid=16993/tid=17058] ppid=16990 vsize=11080032 memory=7163647457365354069 CPUtime=0.07 cores=1,3,5,7
/proc/16993/task/17058/stat : 17058 (java) S 16990 16993 6529 0 -1 1077944384 3 13126 0 0 0 0 5 2 20 0 15 0 107352498 11345952768 99957 33554432000 4194304 4196468 140733055076240 140513881615200 140516005566165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29151232 140733055081073 140733055083873 140733055083873 140733055086543 0
[pid=16993/tid=17059] ppid=16990 vsize=11080032 memory=7308895142485716329 CPUtime=0.07 cores=1,3,5,7
/proc/16993/task/17059/stat : 17059 (java) S 16990 16993 6529 0 -1 1077944384 12 13126 0 0 0 0 5 2 20 0 15 0 107352498 11345952768 99957 33554432000 4194304 4196468 140733055076240 140515494369840 140516005567106 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29151232 140733055081073 140733055083873 140733055083873 140733055086543 0
Current children cumulated CPU time: 13.86 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 399828 KiB

[startup+6.40801 s]
# the end of solver process 16993 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=13.713 s, system=0.284327 s

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

[startup+6.30086 s]
/proc/loadavg: 2.23 1.80 1.68 3/215 17059
/proc/meminfo: memFree=21992444/32770624 swapFree=67108688/67108860
[pid=16993] ppid=16990 vsize=11080032 memory=399828 CPUtime=13.86 cores=1,3,5,7
/proc/16993/stat : 16993 (java) S 16990 16993 6529 0 -1 1077944320 75310 13126 0 0 1356 23 5 2 20 0 15 0 107352483 11345952768 99957 33554432000 4194304 4196468 140733055076240 140733055058784 140516005555959 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 29151232 140733055081073 140733055083873 140733055083873 140733055086543 0
/proc/16993/statm: 2770008 99957 3511 1 0 2731661 0
[pid=16993/tid=17046] ppid=16990 vsize=11080032 memory=195216 CPUtime=6.13 cores=1,3,5,7
/proc/16993/task/17046/stat : 17046 (java) R 16990 16993 6529 0 -1 4202560 47443 13126 0 0 594 12 5 2 20 0 15 0 107352492 11345952768 99957 33554432000 4194304 4196468 140733055076240 140515977387464 140515584383299 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29151232 140733055081073 140733055083873 140733055083873 140733055086543 0
[pid=16993/tid=17047] ppid=16990 vsize=11080032 memory=12848 CPUtime=0.1 cores=1,3,5,7
/proc/16993/task/17047/stat : 17047 (java) S 16990 16993 6529 0 -1 1077944384 230 13126 0 0 3 0 5 2 20 0 15 0 107352493 11345952768 99957 33554432000 4194304 4196468 140733055076240 140516009798672 140516005566165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29151232 140733055081073 140733055083873 140733055083873 140733055086543 0
[pid=16993/tid=17048] ppid=16990 vsize=11080032 memory=279679144264544 CPUtime=0.1 cores=1,3,5,7
/proc/16993/task/17048/stat : 17048 (java) S 16990 16993 6529 0 -1 1077944384 40 13126 0 0 3 0 5 2 20 0 15 0 107352493 11345952768 99957 33554432000 4194304 4196468 140733055076240 140515545635984 140516005566165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29151232 140733055081073 140733055083873 140733055083873 140733055086543 0
[pid=16993/tid=17049] ppid=16990 vsize=11080032 memory=-7025448733113094249 CPUtime=0.1 cores=1,3,5,7
/proc/16993/task/17049/stat : 17049 (java) S 16990 16993 6529 0 -1 1077944384 275 13126 0 0 3 0 5 2 20 0 15 0 107352493 11345952768 99957 33554432000 4194304 4196468 140733055076240 140515544582928 140516005566165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29151232 140733055081073 140733055083873 140733055083873 140733055086543 0
[pid=16993/tid=17050] ppid=16990 vsize=11080032 memory=164 CPUtime=0.1 cores=1,3,5,7
/proc/16993/task/17050/stat : 17050 (java) S 16990 16993 6529 0 -1 1077944384 48 13126 0 0 3 0 5 2 20 0 15 0 107352493 11345952768 99957 33554432000 4194304 4196468 140733055076240 140515543530384 140516005566165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29151232 140733055081073 140733055083873 140733055083873 140733055086543 0
[pid=16993/tid=17051] ppid=16990 vsize=11080032 memory=300615482141311289 CPUtime=0.11 cores=1,3,5,7
/proc/16993/task/17051/stat : 17051 (java) S 16990 16993 6529 0 -1 1077944384 1647 13126 0 0 4 0 5 2 20 0 15 0 107352494 11345952768 99957 33554432000 4194304 4196468 140733055076240 140515498580208 140516005567106 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29151232 140733055081073 140733055083873 140733055083873 140733055086543 0
[pid=16993/tid=17052] ppid=16990 vsize=11080032 memory=13846365516073407 CPUtime=0.07 cores=1,3,5,7
/proc/16993/task/17052/stat : 17052 (java) S 16990 16993 6529 0 -1 1077944384 15 13126 0 0 0 0 5 2 20 0 15 0 107352494 11345952768 99957 33554432000 4194304 4196468 140733055076240 140514767660320 140516005566165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29151232 140733055081073 140733055083873 140733055083873 140733055086543 0
[pid=16993/tid=17053] ppid=16990 vsize=11080032 memory=-7595754389018307680 CPUtime=0.07 cores=1,3,5,7
/proc/16993/task/17053/stat : 17053 (java) S 16990 16993 6529 0 -1 1077944384 2 13126 0 0 0 0 5 2 20 0 15 0 107352495 11345952768 99957 33554432000 4194304 4196468 140733055076240 140514619810560 140516005566165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29151232 140733055081073 140733055083873 140733055083873 140733055086543 0
[pid=16993/tid=17054] ppid=16990 vsize=11080032 memory=4137293581110450563 CPUtime=0.07 cores=1,3,5,7
/proc/16993/task/17054/stat : 17054 (java) S 16990 16993 6529 0 -1 1077944384 3 13126 0 0 0 0 5 2 20 0 15 0 107352497 11345952768 99957 33554432000 4194304 4196468 140733055076240 140514312411088 140516005574555 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29151232 140733055081073 140733055083873 140733055083873 140733055086543 0
[pid=16993/tid=17055] ppid=16990 vsize=11080032 memory=56 CPUtime=2.98 cores=1,3,5,7
/proc/16993/task/17055/stat : 17055 (java) S 16990 16993 6529 0 -1 1077944384 5503 13126 0 0 290 1 5 2 20 0 15 0 107352497 11345952768 99957 33554432000 4194304 4196468 140733055076240 140515497528048 140516005567106 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29151232 140733055081073 140733055083873 140733055083873 140733055086543 0
[pid=16993/tid=17056] ppid=16990 vsize=11080032 memory=6944656591801719708 CPUtime=2.98 cores=1,3,5,7
/proc/16993/task/17056/stat : 17056 (java) S 16990 16993 6529 0 -1 1077944384 11042 13126 0 0 289 2 5 2 20 0 15 0 107352497 11345952768 99957 33554432000 4194304 4196468 140733055076240 140515496475504 140516005567106 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29151232 140733055081073 140733055083873 140733055083873 140733055086543 0
[pid=16993/tid=17057] ppid=16990 vsize=11080032 memory=-7531822217020809136 CPUtime=1.71 cores=1,3,5,7
/proc/16993/task/17057/stat : 17057 (java) S 16990 16993 6529 0 -1 1077944384 6853 13126 0 0 162 2 5 2 20 0 15 0 107352497 11345952768 99957 33554432000 4194304 4196468 140733055076240 140515495422448 140516005567106 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29151232 140733055081073 140733055083873 140733055083873 140733055086543 0
[pid=16993/tid=17058] ppid=16990 vsize=11080032 memory=7163647457365354069 CPUtime=0.07 cores=1,3,5,7
/proc/16993/task/17058/stat : 17058 (java) S 16990 16993 6529 0 -1 1077944384 3 13126 0 0 0 0 5 2 20 0 15 0 107352498 11345952768 99957 33554432000 4194304 4196468 140733055076240 140513881615200 140516005566165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29151232 140733055081073 140733055083873 140733055083873 140733055086543 0
[pid=16993/tid=17059] ppid=16990 vsize=11080032 memory=7308895142485716329 CPUtime=0.07 cores=1,3,5,7
/proc/16993/task/17059/stat : 17059 (java) S 16990 16993 6529 0 -1 1077944384 12 13126 0 0 0 0 5 2 20 0 15 0 107352498 11345952768 99957 33554432000 4194304 4196468 140733055076240 140515494369840 140516005567106 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29151232 140733055081073 140733055083873 140733055083873 140733055086543 0
Current children cumulated CPU time: 13.86 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 399828 KiB

Child status: 0
Real time (s): 6.4081
CPU time (s): 13.9973
CPU user time (s): 13.713
CPU system time (s): 0.284327
CPU usage (%): 218.432
Max. virtual memory (cumulated for all children) (KiB): 11082844
Max. memory (cumulated for all children) (KiB): 399828

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 13.713
system time used= 0.284327
maximum resident set size= 401964
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 88534
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= 7368
involuntary context switches= 74


# summary of solver processes directly reported to runsolver:
#   pid: 16993
#   total CPU time (s): 13.9973
#   total CPU user time (s): 13.713
#   total CPU system time (s): 0.284327

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.060973 second user time and 0.104378 second system time

The end

Launcher Data

Begin job on node106 at 2018-07-29 22:58:16
IDJOB=4302498
IDBENCH=141525
IDSOLVER=2776
FILE ID=node106/4302498-1532897896
RUNJOBID= node106-1532895551-13369
PBS_JOBID= 21022522
Free space on /tmp= 54700 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/Mario/Mario-easy-5_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302498-1532897896/watcher-4302498-1532897896 -o /tmp/evaluation-result-4302498-1532897896/solver-4302498-1532897896 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node106-1532895551-13369 --watchdog 312  bin/xcsp-3-concrete -J-Xss64M -randomseed=1992575151 HOME/instance-4302498-1532897896.xml

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

MD5SUM BENCH= 4fc2559afebff091b84e9ba27308c103
RANDOM SEED=1992575151

node106.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	: 5334.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	: 5334.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	: 5334.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	: 5334.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:        22378956 kB
MemAvailable:   28752860 kB
Buffers:          248828 kB
Cached:          6358540 kB
SwapCached:            0 kB
Active:          5615748 kB
Inactive:        4221772 kB
Active(anon):    3177732 kB
Inactive(anon):    80476 kB
Active(file):    2438016 kB
Inactive(file):  4141296 kB
Unevictable:        6960 kB
Mlocked:            6960 kB
SwapTotal:      67108860 kB
SwapFree:       67108688 kB
Dirty:             26388 kB
Writeback:             0 kB
AnonPages:       3237420 kB
Mapped:            58160 kB
Shmem:             25056 kB
Slab:             248652 kB
SReclaimable:     220856 kB
SUnreclaim:        27796 kB
KernelStack:        3504 kB
PageTables:        11616 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4277892 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2971648 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 54672 MiB
End job on node106 at 2018-07-29 22:58:23