Trace number 4295122

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.8 2018-06-13OPT47 8.19839 3.97988

General information on the benchmark

NameRcpsp/
Rcpsp-j30-01-03_c18.xml
MD5SUM8a13baf19e90b4c1b4d6531a9d16222f
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark47
Best CPU time to get the best result obtained on this benchmark1.35259
Satisfiable
(Un)Satisfiability was proved
Number of variables32
Number of constraints52
Number of domains2
Minimum domain size1
Maximum domain size141
Distribution of domain sizes[{"size":1,"count":1},{"size":141,"count":31}]
Minimum variable degree3
Maximum variable degree5
Distribution of variable degrees[{"degree":3,"count":11},{"degree":4,"count":11},{"degree":5,"count":10}]
Minimum constraint arity2
Maximum constraint arity8
Distribution of constraint arities[{"arity":2,"count":48},{"arity":6,"count":1},{"arity":8,"count":3}]
Number of extensional constraints0
Number of intensional constraints48
Distribution of constraint types[{"type":"intension","count":48},{"type":"cumulative","count":4}]
Optimization problemYES
Type of objectivemin VAR

Quality of the solution as a function of time


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

Solver Data

1.00/0.86	c Concrete v3.8.1528841891564 running
7.98/3.90	o 140
7.98/3.92	o 47
7.98/3.93	v <instantiation cost="47">
7.98/3.93	v       <list>
7.98/3.93	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] s[15] s[16] s[17] s[18] s[19] s[20] s[21] s[22] s[23] s[24] s[25] s[26] s[27] s[28] s[29] s[30] s[31]
7.98/3.93	v       </list>
7.98/3.93	v       <values>
7.98/3.93	v         0 0 0 0 10 1 1 5 5 17 13 5 16 10 6 28 21 10 35 1 20 36 27 23 38 42 27 28 45 45 36 47
7.98/3.93	v       </values>
7.98/3.93	v     </instantiation>
7.98/3.93	s OPTIMUM FOUND

Verifier Data

OK	47

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4295122-1532529453/watcher-4295122-1532529453 -o /tmp/evaluation-result-4295122-1532529453/solver-4295122-1532529453 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node138-1532523045-23734 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1957537663 HOME/instance-4295122-1532529453.xml 

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

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

solver pid=25486, runsolver pid=25483

[startup+0.100124 s]*
/proc/loadavg: 2.00 1.94 1.77 3/206 25543
/proc/meminfo: memFree=11991000/32770624 swapFree=67108796/67108860
[pid=25486] ppid=25483 vsize=9972712 memory=18324 CPUtime=0.09 cores=0,2,4,6
/proc/25486/stat : 25486 (java) S 25483 25486 23703 0 -1 1077944320 4251 12804 0 0 1 1 5 2 20 0 6 0 70508520 10212057088 4581 33554432000 4194304 4196468 140720488488704 140720488471248 139626951806711 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 35627008 140720488491630 140720488494428 140720488494428 140720488497103 0
/proc/25486/statm: 2493178 4581 1930 1 0 2481616 0
[pid=25486/tid=25539] ppid=25483 vsize=9972712 memory=4628411388058700198 CPUtime=0.07 cores=0,2,4,6
/proc/25486/task/25539/stat : 25539 (java) R 25483 25486 23703 0 -1 4202560 2061 12804 0 0 0 0 5 2 20 0 6 0 70508529 10212057088 4581 33554432000 4194304 4196468 140720488488704 139626923643472 139626951828637 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35627008 140720488491630 140720488494428 140720488494428 140720488497103 0
[pid=25486/tid=25540] ppid=25483 vsize=9972712 memory=5793855336496851385 CPUtime=0.07 cores=0,2,4,6
/proc/25486/task/25540/stat : 25540 (java) S 25483 25486 23703 0 -1 1077944384 2 12804 0 0 0 0 5 2 20 0 6 0 70508530 10212057088 4581 33554432000 4194304 4196468 140720488488704 139626956048784 139626951816917 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35627008 140720488491630 140720488494428 140720488494428 140720488497103 0
[pid=25486/tid=25541] ppid=25483 vsize=9972712 memory=140085486958208 CPUtime=0.07 cores=0,2,4,6
/proc/25486/task/25541/stat : 25541 (java) S 25483 25486 23703 0 -1 1077944384 1 12804 0 0 0 0 5 2 20 0 6 0 70508530 10212057088 4581 33554432000 4194304 4196468 140720488488704 139626844322064 139626951816917 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35627008 140720488491630 140720488494428 140720488494428 140720488497103 0
[pid=25486/tid=25542] ppid=25483 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25486/task/25542/stat : 25542 (java) S 25483 25486 23703 0 -1 1077944384 1 12804 0 0 0 0 5 2 20 0 6 0 70508530 10212057088 4581 33554432000 4194304 4196468 140720488488704 139626843269776 139626951816917 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35627008 140720488491630 140720488494428 140720488494428 140720488497103 0
[pid=25486/tid=25543] ppid=25483 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25486/task/25543/stat : 25543 (java) S 25483 25486 23703 0 -1 1077944384 1 12804 0 0 0 0 5 2 20 0 6 0 70508530 10212057088 4581 33554432000 4194304 4196468 140720488488704 139626842216976 139626951816917 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35627008 140720488491630 140720488494428 140720488494428 140720488497103 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18324 KiB

[startup+0.210116 s]*
/proc/loadavg: 2.00 1.94 1.77 3/215 25552
/proc/meminfo: memFree=11972408/32770624 swapFree=67108796/67108860
[pid=25486] ppid=25483 vsize=10818904 memory=42164 CPUtime=0.25 cores=0,2,4,6
/proc/25486/stat : 25486 (java) S 25483 25486 23703 0 -1 1077944320 7812 12804 0 0 16 2 5 2 20 0 15 0 70508520 11078557696 10541 33554432000 4194304 4196468 140720488488704 140720488471248 139626951806711 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 35627008 140720488491630 140720488494428 140720488494428 140720488497103 0
/proc/25486/statm: 2704726 10541 2949 1 0 2667149 0
[pid=25486/tid=25539] ppid=25483 vsize=10818904 memory=-8540663193526752614 CPUtime=0.19 cores=0,2,4,6
/proc/25486/task/25539/stat : 25539 (java) R 25483 25486 23703 0 -1 4202560 4349 12804 0 0 11 1 5 2 20 0 15 0 70508529 11078557696 10541 33554432000 4194304 4196468 140720488488704 139626923599136 139626874857332 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35627008 140720488491630 140720488494428 140720488494428 140720488497103 0
[pid=25486/tid=25540] ppid=25483 vsize=10818904 memory=4211973811691748746 CPUtime=0.07 cores=0,2,4,6
/proc/25486/task/25540/stat : 25540 (java) S 25483 25486 23703 0 -1 1077944384 2 12804 0 0 0 0 5 2 20 0 15 0 70508530 11078557696 10541 33554432000 4194304 4196468 140720488488704 139626956048784 139626951816917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35627008 140720488491630 140720488494428 140720488494428 140720488497103 0
[pid=25486/tid=25541] ppid=25483 vsize=10818904 memory=140085486958208 CPUtime=0.07 cores=0,2,4,6
/proc/25486/task/25541/stat : 25541 (java) S 25483 25486 23703 0 -1 1077944384 1 12804 0 0 0 0 5 2 20 0 15 0 70508530 11078557696 10541 33554432000 4194304 4196468 140720488488704 139626844322064 139626951816917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35627008 140720488491630 140720488494428 140720488494428 140720488497103 0
[pid=25486/tid=25542] ppid=25483 vsize=10818904 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25486/task/25542/stat : 25542 (java) S 25483 25486 23703 0 -1 1077944384 1 12804 0 0 0 0 5 2 20 0 15 0 70508530 11078557696 10541 33554432000 4194304 4196468 140720488488704 139626843269776 139626951816917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35627008 140720488491630 140720488494428 140720488494428 140720488497103 0
[pid=25486/tid=25543] ppid=25483 vsize=10818904 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25486/task/25543/stat : 25543 (java) S 25483 25486 23703 0 -1 1077944384 1 12804 0 0 0 0 5 2 20 0 15 0 70508530 11078557696 10541 33554432000 4194304 4196468 140720488488704 139626842216976 139626951816917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35627008 140720488491630 140720488494428 140720488494428 140720488497103 0
[pid=25486/tid=25544] ppid=25483 vsize=10818904 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25486/task/25544/stat : 25544 (java) S 25483 25486 23703 0 -1 1077944384 2 12804 0 0 0 0 5 2 20 0 15 0 70508531 11078557696 10541 33554432000 4194304 4196468 140720488488704 139626410871408 139626951817858 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35627008 140720488491630 140720488494428 140720488494428 140720488497103 0
[pid=25486/tid=25545] ppid=25483 vsize=10818904 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/25486/task/25545/stat : 25545 (java) S 25483 25486 23703 0 -1 1077944384 33 12804 0 0 0 0 5 2 20 0 15 0 70508532 11078557696 10541 33554432000 4194304 4196468 140720488488704 139626409817376 139626951816917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35627008 140720488491630 140720488494428 140720488494428 140720488497103 0
[pid=25486/tid=25546] ppid=25483 vsize=10818904 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25486/task/25546/stat : 25546 (java) S 25483 25486 23703 0 -1 1077944384 1 12804 0 0 0 0 5 2 20 0 15 0 70508532 11078557696 10541 33554432000 4194304 4196468 140720488488704 139625830016624 139626951816917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35627008 140720488491630 140720488494428 140720488494428 140720488497103 0
[pid=25486/tid=25547] ppid=25483 vsize=10818904 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25486/task/25547/stat : 25547 (java) S 25483 25486 23703 0 -1 1077944384 3 12804 0 0 0 0 5 2 20 0 15 0 70508535 11078557696 10541 33554432000 4194304 4196468 140720488488704 139625522616912 139626951825307 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35627008 140720488491630 140720488494428 140720488494428 140720488497103 0
[pid=25486/tid=25548] ppid=25483 vsize=10818904 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25486/task/25548/stat : 25548 (java) S 25483 25486 23703 0 -1 1077944384 424 12804 0 0 0 0 5 2 20 0 15 0 70508535 11078557696 10541 33554432000 4194304 4196468 140720488488704 139626376259696 139626951817858 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35627008 140720488491630 140720488494428 140720488494428 140720488497103 0
[pid=25486/tid=25549] ppid=25483 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/25486/task/25549/stat : 25549 (java) S 25483 25486 23703 0 -1 1077944384 189 12804 0 0 1 0 5 2 20 0 15 0 70508535 11078557696 10541 33554432000 4194304 4196468 140720488488704 139626375206896 139626951817858 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35627008 140720488491630 140720488494428 140720488494428 140720488497103 0
[pid=25486/tid=25550] ppid=25483 vsize=10818904 memory=140085486958208 CPUtime=0.1 cores=0,2,4,6
/proc/25486/task/25550/stat : 25550 (java) S 25483 25486 23703 0 -1 1077944384 614 12804 0 0 3 0 5 2 20 0 15 0 70508535 11078557696 10541 33554432000 4194304 4196468 140720488488704 139626374154608 139626951817858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35627008 140720488491630 140720488494428 140720488494428 140720488497103 0
[pid=25486/tid=25551] ppid=25483 vsize=10818904 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/25486/task/25551/stat : 25551 (java) S 25483 25486 23703 0 -1 1077944384 3 12804 0 0 0 0 5 2 20 0 15 0 70508535 11078557696 10541 33554432000 4194304 4196468 140720488488704 139625489058272 139626951816917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35627008 140720488491630 140720488494428 140720488494428 140720488497103 0
[pid=25486/tid=25552] ppid=25483 vsize=10818904 memory=140085486958208 CPUtime=0.07 cores=0,2,4,6
/proc/25486/task/25552/stat : 25552 (java) S 25483 25486 23703 0 -1 1077944384 1 12804 0 0 0 0 5 2 20 0 15 0 70508535 11078557696 10541 33554432000 4194304 4196468 140720488488704 139626373102512 139626951817858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35627008 140720488491630 140720488494428 140720488494428 140720488497103 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10818904 KiB
Current children cumulated memory: 42164 KiB

[startup+0.310149 s]*
/proc/loadavg: 2.00 1.94 1.77 3/215 25552
/proc/meminfo: memFree=11961492/32770624 swapFree=67108796/67108860
[pid=25486] ppid=25483 vsize=10819352 memory=52868 CPUtime=0.38 cores=0,2,4,6
/proc/25486/stat : 25486 (java) S 25483 25486 23703 0 -1 1077944320 10311 12804 0 0 28 3 5 2 20 0 15 0 70508520 11079016448 13217 33554432000 4194304 4196468 140720488488704 140720488471248 139626951806711 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 35627008 140720488491630 140720488494428 140720488494428 140720488497103 0
/proc/25486/statm: 2704838 13217 3068 1 0 2667149 0
[pid=25486/tid=25539] ppid=25483 vsize=10819352 memory=6791534058613427641 CPUtime=0.28 cores=0,2,4,6
/proc/25486/task/25539/stat : 25539 (java) R 25483 25486 23703 0 -1 4202560 6839 12804 0 0 20 1 5 2 20 0 15 0 70508529 11079016448 13217 33554432000 4194304 4196468 140720488488704 139626923618720 139626935887198 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35627008 140720488491630 140720488494428 140720488494428 140720488497103 0
[pid=25486/tid=25540] ppid=25483 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25486/task/25540/stat : 25540 (java) S 25483 25486 23703 0 -1 1077944384 2 12804 0 0 0 0 5 2 20 0 15 0 70508530 11079016448 13217 33554432000 4194304 4196468 140720488488704 139626956048784 139626951816917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35627008 140720488491630 140720488494428 140720488494428 140720488497103 0
[pid=25486/tid=25541] ppid=25483 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25486/task/25541/stat : 25541 (java) S 25483 25486 23703 0 -1 1077944384 1 12804 0 0 0 0 5 2 20 0 15 0 70508530 11079016448 13217 33554432000 4194304 4196468 140720488488704 139626844322064 139626951816917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35627008 140720488491630 140720488494428 140720488494428 140720488497103 0
[pid=25486/tid=25542] ppid=25483 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25486/task/25542/stat : 25542 (java) S 25483 25486 23703 0 -1 1077944384 1 12804 0 0 0 0 5 2 20 0 15 0 70508530 11079016448 13217 33554432000 4194304 4196468 140720488488704 139626843269776 139626951816917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35627008 140720488491630 140720488494428 140720488494428 140720488497103 0
[pid=25486/tid=25543] ppid=25483 vsize=10819352 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/25486/task/25543/stat : 25543 (java) S 25483 25486 23703 0 -1 1077944384 1 12804 0 0 0 0 5 2 20 0 15 0 70508530 11079016448 13217 33554432000 4194304 4196468 140720488488704 139626842216976 139626951816917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35627008 140720488491630 140720488494428 140720488494428 140720488497103 0
[pid=25486/tid=25544] ppid=25483 vsize=10819352 memory=140085486958207 CPUtime=0.07 cores=0,2,4,6
/proc/25486/task/25544/stat : 25544 (java) S 25483 25486 23703 0 -1 1077944384 2 12804 0 0 0 0 5 2 20 0 15 0 70508531 11079016448 13217 33554432000 4194304 4196468 140720488488704 139626410871408 139626951817858 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35627008 140720488491630 140720488494428 140720488494428 140720488497103 0
[pid=25486/tid=25545] ppid=25483 vsize=10819352 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/25486/task/25545/stat : 25545 (java) S 25483 25486 23703 0 -1 1077944384 33 12804 0 0 0 0 5 2 20 0 15 0 70508532 11079016448 13217 33554432000 4194304 4196468 140720488488704 139626409817376 139626951816917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35627008 140720488491630 140720488494428 140720488494428 140720488497103 0
[pid=25486/tid=25546] ppid=25483 vsize=10819352 memory=140085486958208 CPUtime=0.07 cores=0,2,4,6
/proc/25486/task/25546/stat : 25546 (java) S 25483 25486 23703 0 -1 1077944384 1 12804 0 0 0 0 5 2 20 0 15 0 70508532 11079016448 13217 33554432000 4194304 4196468 140720488488704 139625830016624 139626951816917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35627008 140720488491630 140720488494428 140720488494428 140720488497103 0
[pid=25486/tid=25547] ppid=25483 vsize=10819352 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/25486/task/25547/stat : 25547 (java) S 25483 25486 23703 0 -1 1077944384 3 12804 0 0 0 0 5 2 20 0 15 0 70508535 11079016448 13217 33554432000 4194304 4196468 140720488488704 139625522616912 139626951825307 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35627008 140720488491630 140720488494428 140720488494428 140720488497103 0
[pid=25486/tid=25548] ppid=25483 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25486/task/25548/stat : 25548 (java) S 25483 25486 23703 0 -1 1077944384 430 12804 0 0 1 0 5 2 20 0 15 0 70508535 11079016448 13217 33554432000 4194304 4196468 140720488488704 139626376259696 139626951817858 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35627008 140720488491630 140720488494428 140720488494428 140720488497103 0
[pid=25486/tid=25549] ppid=25483 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/25486/task/25549/stat : 25549 (java) S 25483 25486 23703 0 -1 1077944384 189 12804 0 0 1 0 5 2 20 0 15 0 70508535 11079016448 13217 33554432000 4194304 4196468 140720488488704 139626375206896 139626951817858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35627008 140720488491630 140720488494428 140720488494428 140720488497103 0
[pid=25486/tid=25550] ppid=25483 vsize=10819352 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/25486/task/25550/stat : 25550 (java) S 25483 25486 23703 0 -1 1077944384 620 12804 0 0 5 0 5 2 20 0 15 0 70508535 11079016448 13217 33554432000 4194304 4196468 140720488488704 139626374154608 139626951817858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35627008 140720488491630 140720488494428 140720488494428 140720488497103 0
[pid=25486/tid=25551] ppid=25483 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25486/task/25551/stat : 25551 (java) S 25483 25486 23703 0 -1 1077944384 3 12804 0 0 0 0 5 2 20 0 15 0 70508535 11079016448 13217 33554432000 4194304 4196468 140720488488704 139625489058272 139626951816917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35627008 140720488491630 140720488494428 140720488494428 140720488497103 0
[pid=25486/tid=25552] ppid=25483 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25486/task/25552/stat : 25552 (java) S 25483 25486 23703 0 -1 1077944384 1 12804 0 0 0 0 5 2 20 0 15 0 70508535 11079016448 13217 33554432000 4194304 4196468 140720488488704 139626373102512 139626951817858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35627008 140720488491630 140720488494428 140720488494428 140720488497103 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 52868 KiB

[startup+0.700781 s]
/proc/loadavg: 2.00 1.94 1.77 4/215 25552
/proc/meminfo: memFree=11950336/32770624 swapFree=67108796/67108860
[pid=25486] ppid=25483 vsize=10819352 memory=85132 CPUtime=0.98 cores=0,2,4,6
/proc/25486/stat : 25486 (java) S 25483 25486 23703 0 -1 1077944320 16423 12804 0 0 87 4 5 2 20 0 15 0 70508520 11079016448 21283 33554432000 4194304 4196468 140720488488704 140720488471248 139626951806711 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 35627008 140720488491630 140720488494428 140720488494428 140720488497103 0
/proc/25486/statm: 2704838 21283 3237 1 0 2667149 0
[pid=25486/tid=25539] ppid=25483 vsize=10819352 memory=21172 CPUtime=0.66 cores=0,2,4,6
/proc/25486/task/25539/stat : 25539 (java) R 25483 25486 23703 0 -1 4202560 11922 12804 0 0 57 2 5 2 20 0 15 0 70508529 11079016448 21283 33554432000 4194304 4196468 140720488488704 139626923627536 139626934993514 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35627008 140720488491630 140720488494428 140720488494428 140720488497103 0
[pid=25486/tid=25540] ppid=25483 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25486/task/25540/stat : 25540 (java) S 25483 25486 23703 0 -1 1077944384 2 12804 0 0 0 0 5 2 20 0 15 0 70508530 11079016448 21283 33554432000 4194304 4196468 140720488488704 139626956048784 139626951816917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35627008 140720488491630 140720488494428 140720488494428 140720488497103 0
[pid=25486/tid=25541] ppid=25483 vsize=10819352 memory=288230583132496621 CPUtime=0.07 cores=0,2,4,6
/proc/25486/task/25541/stat : 25541 (java) S 25483 25486 23703 0 -1 1077944384 1 12804 0 0 0 0 5 2 20 0 15 0 70508530 11079016448 21283 33554432000 4194304 4196468 140720488488704 139626844322064 139626951816917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35627008 140720488491630 140720488494428 140720488494428 140720488497103 0
[pid=25486/tid=25542] ppid=25483 vsize=10819352 memory=15823278816102057 CPUtime=0.07 cores=0,2,4,6
/proc/25486/task/25542/stat : 25542 (java) S 25483 25486 23703 0 -1 1077944384 1 12804 0 0 0 0 5 2 20 0 15 0 70508530 11079016448 21283 33554432000 4194304 4196468 140720488488704 139626843269776 139626951816917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35627008 140720488491630 140720488494428 140720488494428 140720488497103 0
[pid=25486/tid=25543] ppid=25483 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25486/task/25543/stat : 25543 (java) S 25483 25486 23703 0 -1 1077944384 1 12804 0 0 0 0 5 2 20 0 15 0 70508530 11079016448 21283 33554432000 4194304 4196468 140720488488704 139626842216976 139626951816917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35627008 140720488491630 140720488494428 140720488494428 140720488497103 0
[pid=25486/tid=25544] ppid=25483 vsize=10819352 memory=140085324718592 CPUtime=0.07 cores=0,2,4,6
/proc/25486/task/25544/stat : 25544 (java) S 25483 25486 23703 0 -1 1077944384 5 12804 0 0 0 0 5 2 20 0 15 0 70508531 11079016448 21283 33554432000 4194304 4196468 140720488488704 139626410871408 139626951817858 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35627008 140720488491630 140720488494428 140720488494428 140720488497103 0
[pid=25486/tid=25545] ppid=25483 vsize=10819352 memory=140088948294632 CPUtime=0.07 cores=0,2,4,6
/proc/25486/task/25545/stat : 25545 (java) S 25483 25486 23703 0 -1 1077944384 33 12804 0 0 0 0 5 2 20 0 15 0 70508532 11079016448 21283 33554432000 4194304 4196468 140720488488704 139626409817376 139626951816917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35627008 140720488491630 140720488494428 140720488494428 140720488497103 0
[pid=25486/tid=25546] ppid=25483 vsize=10819352 memory=1232 CPUtime=0.07 cores=0,2,4,6
/proc/25486/task/25546/stat : 25546 (java) S 25483 25486 23703 0 -1 1077944384 1 12804 0 0 0 0 5 2 20 0 15 0 70508532 11079016448 21283 33554432000 4194304 4196468 140720488488704 139625830016624 139626951816917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35627008 140720488491630 140720488494428 140720488494428 140720488497103 0
[pid=25486/tid=25547] ppid=25483 vsize=10819352 memory=7305218370954486355 CPUtime=0.07 cores=0,2,4,6
/proc/25486/task/25547/stat : 25547 (java) S 25483 25486 23703 0 -1 1077944384 3 12804 0 0 0 0 5 2 20 0 15 0 70508535 11079016448 21283 33554432000 4194304 4196468 140720488488704 139625522616912 139626951825307 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35627008 140720488491630 140720488494428 140720488494428 140720488497103 0
[pid=25486/tid=25548] ppid=25483 vsize=10819352 memory=7733916894068367721 CPUtime=0.14 cores=0,2,4,6
/proc/25486/task/25548/stat : 25548 (java) S 25483 25486 23703 0 -1 1077944384 791 12804 0 0 7 0 5 2 20 0 15 0 70508535 11079016448 21283 33554432000 4194304 4196468 140720488488704 139626376259696 139626951817858 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35627008 140720488491630 140720488494428 140720488494428 140720488497103 0
[pid=25486/tid=25549] ppid=25483 vsize=10819352 memory=6154282490091891024 CPUtime=0.16 cores=0,2,4,6
/proc/25486/task/25549/stat : 25549 (java) S 25483 25486 23703 0 -1 1077944384 803 12804 0 0 9 0 5 2 20 0 15 0 70508535 11079016448 21283 33554432000 4194304 4196468 140720488488704 139626375206896 139626951817858 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35627008 140720488491630 140720488494428 140720488494428 140720488497103 0
[pid=25486/tid=25550] ppid=25483 vsize=10819352 memory=5450916479948256810 CPUtime=0.2 cores=0,2,4,6
/proc/25486/task/25550/stat : 25550 (java) S 25483 25486 23703 0 -1 1077944384 668 12804 0 0 13 0 5 2 20 0 15 0 70508535 11079016448 21283 33554432000 4194304 4196468 140720488488704 139626374154608 139626951817858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35627008 140720488491630 140720488494428 140720488494428 140720488497103 0
[pid=25486/tid=25551] ppid=25483 vsize=10819352 memory=-8033973737701895300 CPUtime=0.07 cores=0,2,4,6
/proc/25486/task/25551/stat : 25551 (java) S 25483 25486 23703 0 -1 1077944384 3 12804 0 0 0 0 5 2 20 0 15 0 70508535 11079016448 21283 33554432000 4194304 4196468 140720488488704 139625489058272 139626951816917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35627008 140720488491630 140720488494428 140720488494428 140720488497103 0
[pid=25486/tid=25552] ppid=25483 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25486/task/25552/stat : 25552 (java) S 25483 25486 23703 0 -1 1077944384 1 12804 0 0 0 0 5 2 20 0 15 0 70508535 11079016448 21283 33554432000 4194304 4196468 140720488488704 139626373102512 139626951817858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35627008 140720488491630 140720488494428 140720488494428 140720488497103 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 85132 KiB

[startup+1.50076 s]
/proc/loadavg: 2.24 1.99 1.78 3/215 25552
/proc/meminfo: memFree=11907972/32770624 swapFree=67108796/67108860
[pid=25486] ppid=25483 vsize=10834252 memory=171052 CPUtime=2.09 cores=0,2,4,6
/proc/25486/stat : 25486 (java) S 25483 25486 23703 0 -1 1077944320 22900 12804 0 0 194 8 5 2 20 0 15 0 70508520 11094274048 42763 33554432000 4194304 4196468 140720488488704 140720488471248 139626951806711 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 35627008 140720488491630 140720488494428 140720488494428 140720488497103 0
/proc/25486/statm: 2708563 42763 3465 1 0 2670221 0
[pid=25486/tid=25539] ppid=25483 vsize=10834252 memory=122280 CPUtime=1.31 cores=0,2,4,6
/proc/25486/task/25539/stat : 25539 (java) R 25483 25486 23703 0 -1 4202560 16852 12804 0 0 119 5 5 2 20 0 15 0 70508529 11094274048 42763 33554432000 4194304 4196468 140720488488704 139626923606640 139626951828637 0 4 0 16800975 0 0 0 -1 2 0 0 12 0 0 6293624 6294260 35627008 140720488491630 140720488494428 140720488494428 140720488497103 0
[pid=25486/tid=25540] ppid=25483 vsize=10834252 memory=-3117775541953848418 CPUtime=0.08 cores=0,2,4,6
/proc/25486/task/25540/stat : 25540 (java) S 25483 25486 23703 0 -1 1077944384 55 12804 0 0 1 0 5 2 20 0 15 0 70508530 11094274048 42763 33554432000 4194304 4196468 140720488488704 139626956048784 139626951816917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35627008 140720488491630 140720488494428 140720488494428 140720488497103 0
[pid=25486/tid=25541] ppid=25483 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25486/task/25541/stat : 25541 (java) S 25483 25486 23703 0 -1 1077944384 31 12804 0 0 1 0 5 2 20 0 15 0 70508530 11094274048 42763 33554432000 4194304 4196468 140720488488704 139626844322064 139626951816917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35627008 140720488491630 140720488494428 140720488494428 140720488497103 0
[pid=25486/tid=25542] ppid=25483 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25486/task/25542/stat : 25542 (java) S 25483 25486 23703 0 -1 1077944384 188 12804 0 0 1 0 5 2 20 0 15 0 70508530 11094274048 42763 33554432000 4194304 4196468 140720488488704 139626843269776 139626951816917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35627008 140720488491630 140720488494428 140720488494428 140720488497103 0
[pid=25486/tid=25543] ppid=25483 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25486/task/25543/stat : 25543 (java) S 25483 25486 23703 0 -1 1077944384 29 12804 0 0 1 0 5 2 20 0 15 0 70508530 11094274048 42763 33554432000 4194304 4196468 140720488488704 139626842216976 139626951816917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35627008 140720488491630 140720488494428 140720488494428 140720488497103 0
[pid=25486/tid=25544] ppid=25483 vsize=10834252 memory=249795969096167 CPUtime=0.08 cores=0,2,4,6
/proc/25486/task/25544/stat : 25544 (java) S 25483 25486 23703 0 -1 1077944384 72 12804 0 0 1 0 5 2 20 0 15 0 70508531 11094274048 42763 33554432000 4194304 4196468 140720488488704 139626410871408 139626951817858 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35627008 140720488491630 140720488494428 140720488494428 140720488497103 0
[pid=25486/tid=25545] ppid=25483 vsize=10834252 memory=297290490211296509 CPUtime=0.07 cores=0,2,4,6
/proc/25486/task/25545/stat : 25545 (java) S 25483 25486 23703 0 -1 1077944384 34 12804 0 0 0 0 5 2 20 0 15 0 70508532 11094274048 42763 33554432000 4194304 4196468 140720488488704 139626409817440 139626951816917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35627008 140720488491630 140720488494428 140720488494428 140720488497103 0
[pid=25486/tid=25546] ppid=25483 vsize=10834252 memory=4638778428397932880 CPUtime=0.07 cores=0,2,4,6
/proc/25486/task/25546/stat : 25546 (java) S 25483 25486 23703 0 -1 1077944384 1 12804 0 0 0 0 5 2 20 0 15 0 70508532 11094274048 42763 33554432000 4194304 4196468 140720488488704 139625830016640 139626951816917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35627008 140720488491630 140720488494428 140720488494428 140720488497103 0
[pid=25486/tid=25547] ppid=25483 vsize=10834252 memory=6935649255759568960 CPUtime=0.07 cores=0,2,4,6
/proc/25486/task/25547/stat : 25547 (java) S 25483 25486 23703 0 -1 1077944384 3 12804 0 0 0 0 5 2 20 0 15 0 70508535 11094274048 42763 33554432000 4194304 4196468 140720488488704 139625522616912 139626951825307 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35627008 140720488491630 140720488494428 140720488494428 140720488497103 0
[pid=25486/tid=25548] ppid=25483 vsize=10834252 memory=280170648830192 CPUtime=0.27 cores=0,2,4,6
/proc/25486/task/25548/stat : 25548 (java) S 25483 25486 23703 0 -1 1077944384 1348 12804 0 0 20 0 5 2 20 0 15 0 70508535 11094274048 42763 33554432000 4194304 4196468 140720488488704 139626376259696 139626951817858 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35627008 140720488491630 140720488494428 140720488494428 140720488497103 0
[pid=25486/tid=25549] ppid=25483 vsize=10834252 memory=6935649255759568960 CPUtime=0.26 cores=0,2,4,6
/proc/25486/task/25549/stat : 25549 (java) S 25483 25486 23703 0 -1 1077944384 969 12804 0 0 19 0 5 2 20 0 15 0 70508535 11094274048 42763 33554432000 4194304 4196468 140720488488704 139626375206896 139626951817858 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35627008 140720488491630 140720488494428 140720488494428 140720488497103 0
[pid=25486/tid=25550] ppid=25483 vsize=10834252 memory=-6582391867713938280 CPUtime=0.35 cores=0,2,4,6
/proc/25486/task/25550/stat : 25550 (java) S 25483 25486 23703 0 -1 1077944384 1124 12804 0 0 28 0 5 2 20 0 15 0 70508535 11094274048 42763 33554432000 4194304 4196468 140720488488704 139626374154608 139626951817858 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35627008 140720488491630 140720488494428 140720488494428 140720488497103 0
[pid=25486/tid=25551] ppid=25483 vsize=10834252 memory=6944656575208382560 CPUtime=0.07 cores=0,2,4,6
/proc/25486/task/25551/stat : 25551 (java) S 25483 25486 23703 0 -1 1077944384 3 12804 0 0 0 0 5 2 20 0 15 0 70508535 11094274048 42763 33554432000 4194304 4196468 140720488488704 139625489058272 139626951816917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35627008 140720488491630 140720488494428 140720488494428 140720488497103 0
[pid=25486/tid=25552] ppid=25483 vsize=10834252 memory=6944656592455360604 CPUtime=0.07 cores=0,2,4,6
/proc/25486/task/25552/stat : 25552 (java) S 25483 25486 23703 0 -1 1077944384 3 12804 0 0 0 0 5 2 20 0 15 0 70508535 11094274048 42763 33554432000 4194304 4196468 140720488488704 139626373102512 139626951817858 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 8 0 0 6293624 6294260 35627008 140720488491630 140720488494428 140720488494428 140720488497103 0
Current children cumulated CPU time: 2.09 s
Current children cumulated vsize: 10834252 KiB

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

[startup+3.97983 s]
# the end of solver process 25486 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=7.94221 s, system=0.256177 s

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

[startup+3.2008 s]
/proc/loadavg: 2.24 1.99 1.78 5/215 25552
/proc/meminfo: memFree=11797768/32770624 swapFree=67108796/67108860
[pid=25486] ppid=25483 vsize=10844512 memory=244220 CPUtime=6.11 cores=0,2,4,6
/proc/25486/stat : 25486 (java) S 25483 25486 23703 0 -1 1077944320 35781 12804 0 0 587 17 5 2 20 0 15 0 70508520 11104780288 61055 33554432000 4194304 4196468 140720488488704 140720488471248 139626951806711 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 35627008 140720488491630 140720488494428 140720488494428 140720488497103 0
/proc/25486/statm: 2711128 61055 3493 1 0 2672781 0
[pid=25486/tid=25539] ppid=25483 vsize=10844512 memory=7523641875029715817 CPUtime=2.96 cores=0,2,4,6
/proc/25486/task/25539/stat : 25539 (java) R 25483 25486 23703 0 -1 4202560 23102 12804 0 0 281 8 5 2 20 0 15 0 70508529 11104780288 61055 33554432000 4194304 4196468 140720488488704 139626923638080 139626933370271 0 4 0 16800975 0 0 0 -1 2 0 0 12 0 0 6293624 6294260 35627008 140720488491630 140720488494428 140720488494428 140720488497103 0
[pid=25486/tid=25540] ppid=25483 vsize=10844512 memory=2689 CPUtime=0.1 cores=0,2,4,6
/proc/25486/task/25540/stat : 25540 (java) S 25483 25486 23703 0 -1 1077944384 76 12804 0 0 3 0 5 2 20 0 15 0 70508530 11104780288 61055 33554432000 4194304 4196468 140720488488704 139626956048784 139626951816917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35627008 140720488491630 140720488494428 140720488494428 140720488497103 0
[pid=25486/tid=25541] ppid=25483 vsize=10844512 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/25486/task/25541/stat : 25541 (java) S 25483 25486 23703 0 -1 1077944384 56 12804 0 0 3 0 5 2 20 0 15 0 70508530 11104780288 61055 33554432000 4194304 4196468 140720488488704 139626844322064 139626951816917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35627008 140720488491630 140720488494428 140720488494428 140720488497103 0
[pid=25486/tid=25542] ppid=25483 vsize=10844512 memory=280170648988800 CPUtime=0.1 cores=0,2,4,6
/proc/25486/task/25542/stat : 25542 (java) S 25483 25486 23703 0 -1 1077944384 199 12804 0 0 3 0 5 2 20 0 15 0 70508530 11104780288 61055 33554432000 4194304 4196468 140720488488704 139626843269776 139626951816917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35627008 140720488491630 140720488494428 140720488494428 140720488497103 0
[pid=25486/tid=25543] ppid=25483 vsize=10844512 memory=129 CPUtime=0.1 cores=0,2,4,6
/proc/25486/task/25543/stat : 25543 (java) S 25483 25486 23703 0 -1 1077944384 34 12804 0 0 3 0 5 2 20 0 15 0 70508530 11104780288 61055 33554432000 4194304 4196468 140720488488704 139626842216976 139626951816917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35627008 140720488491630 140720488494428 140720488494428 140720488497103 0
[pid=25486/tid=25544] ppid=25483 vsize=10844512 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/25486/task/25544/stat : 25544 (java) S 25483 25486 23703 0 -1 1077944384 1479 12804 0 0 3 0 5 2 20 0 15 0 70508531 11104780288 61055 33554432000 4194304 4196468 140720488488704 139626410871408 139626951817858 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35627008 140720488491630 140720488494428 140720488494428 140720488497103 0
[pid=25486/tid=25545] ppid=25483 vsize=10844512 memory=5864320455873948003 CPUtime=0.07 cores=0,2,4,6
/proc/25486/task/25545/stat : 25545 (java) S 25483 25486 23703 0 -1 1077944384 34 12804 0 0 0 0 5 2 20 0 15 0 70508532 11104780288 61055 33554432000 4194304 4196468 140720488488704 139626409817440 139626951816917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35627008 140720488491630 140720488494428 140720488494428 140720488497103 0
[pid=25486/tid=25546] ppid=25483 vsize=10844512 memory=7372786582024121444 CPUtime=0.07 cores=0,2,4,6
/proc/25486/task/25546/stat : 25546 (java) S 25483 25486 23703 0 -1 1077944384 1 12804 0 0 0 0 5 2 20 0 15 0 70508532 11104780288 61055 33554432000 4194304 4196468 140720488488704 139625830016640 139626951816917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35627008 140720488491630 140720488494428 140720488494428 140720488497103 0
[pid=25486/tid=25547] ppid=25483 vsize=10844512 memory=7444819964895187031 CPUtime=0.07 cores=0,2,4,6
/proc/25486/task/25547/stat : 25547 (java) S 25483 25486 23703 0 -1 1077944384 3 12804 0 0 0 0 5 2 20 0 15 0 70508535 11104780288 61055 33554432000 4194304 4196468 140720488488704 139625522616912 139626951825307 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35627008 140720488491630 140720488494428 140720488494428 140720488497103 0
[pid=25486/tid=25548] ppid=25483 vsize=10844512 memory=-6800859132029471843 CPUtime=1.08 cores=0,2,4,6
/proc/25486/task/25548/stat : 25548 (java) S 25483 25486 23703 0 -1 1077944384 2927 12804 0 0 100 1 5 2 20 0 15 0 70508535 11104780288 61055 33554432000 4194304 4196468 140720488488704 139626376259696 139626951817858 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35627008 140720488491630 140720488494428 140720488494428 140720488497103 0
[pid=25486/tid=25549] ppid=25483 vsize=10844512 memory=6944656592455097440 CPUtime=0.88 cores=0,2,4,6
/proc/25486/task/25549/stat : 25549 (java) S 25483 25486 23703 0 -1 1077944384 1994 12804 0 0 80 1 5 2 20 0 15 0 70508535 11104780288 61055 33554432000 4194304 4196468 140720488488704 139626375206896 139626951817858 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35627008 140720488491630 140720488494428 140720488494428 140720488497103 0
[pid=25486/tid=25550] ppid=25483 vsize=10844512 memory=7 CPUtime=1.17 cores=0,2,4,6
/proc/25486/task/25550/stat : 25550 (java) S 25483 25486 23703 0 -1 1077944384 3682 12804 0 0 108 2 5 2 20 0 15 0 70508535 11104780288 61055 33554432000 4194304 4196468 140720488488704 139626374154608 139626951817858 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35627008 140720488491630 140720488494428 140720488494428 140720488497103 0
[pid=25486/tid=25551] ppid=25483 vsize=10844512 memory=7 CPUtime=0.07 cores=0,2,4,6
/proc/25486/task/25551/stat : 25551 (java) S 25483 25486 23703 0 -1 1077944384 3 12804 0 0 0 0 5 2 20 0 15 0 70508535 11104780288 61055 33554432000 4194304 4196468 140720488488704 139625489058272 139626951816917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35627008 140720488491630 140720488494428 140720488494428 140720488497103 0
[pid=25486/tid=25552] ppid=25483 vsize=10844512 memory=7 CPUtime=0.07 cores=0,2,4,6
/proc/25486/task/25552/stat : 25552 (java) S 25483 25486 23703 0 -1 1077944384 3 12804 0 0 0 0 5 2 20 0 15 0 70508535 11104780288 61055 33554432000 4194304 4196468 140720488488704 139626373102512 139626951817858 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 8 0 0 6293624 6294260 35627008 140720488491630 140720488494428 140720488494428 140720488497103 0
Current children cumulated CPU time: 6.11 s
Current children cumulated vsize: 10844512 KiB
Current children cumulated memory: 244220 KiB

[startup+3.6011 s]
/proc/loadavg: 2.24 1.99 1.78 5/215 25552
/proc/meminfo: memFree=11797768/32770624 swapFree=67108796/67108860
[pid=25486] ppid=25483 vsize=10914144 memory=300444 CPUtime=7 cores=0,2,4,6
/proc/25486/stat : 25486 (java) S 25483 25486 23703 0 -1 1077944320 61122 12804 0 0 673 20 5 2 20 0 15 0 70508520 11176083456 75111 33554432000 4194304 4196468 140720488488704 140720488471248 139626951806711 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 35627008 140720488491630 140720488494428 140720488494428 140720488497103 0
/proc/25486/statm: 2728536 75111 3493 1 0 2690189 0
[pid=25486/tid=25539] ppid=25483 vsize=10914144 memory=2110435931869780 CPUtime=3.35 cores=0,2,4,6
/proc/25486/task/25539/stat : 25539 (java) R 25483 25486 23703 0 -1 4202560 42596 12804 0 0 318 10 5 2 20 0 15 0 70508529 11176083456 75111 33554432000 4194304 4196468 140720488488704 139626923641936 139626951818646 0 4 0 16800975 0 0 0 -1 2 0 0 12 0 0 6293624 6294260 35627008 140720488491630 140720488494428 140720488494428 140720488497103 0
[pid=25486/tid=25540] ppid=25483 vsize=10914144 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/25486/task/25540/stat : 25540 (java) S 25483 25486 23703 0 -1 1077944384 76 12804 0 0 3 0 5 2 20 0 15 0 70508530 11176083456 75111 33554432000 4194304 4196468 140720488488704 139626956048784 139626951816917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35627008 140720488491630 140720488494428 140720488494428 140720488497103 0
[pid=25486/tid=25541] ppid=25483 vsize=10914144 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/25486/task/25541/stat : 25541 (java) S 25483 25486 23703 0 -1 1077944384 56 12804 0 0 3 0 5 2 20 0 15 0 70508530 11176083456 75111 33554432000 4194304 4196468 140720488488704 139626844322064 139626951816917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35627008 140720488491630 140720488494428 140720488494428 140720488497103 0
[pid=25486/tid=25542] ppid=25483 vsize=10914144 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/25486/task/25542/stat : 25542 (java) S 25483 25486 23703 0 -1 1077944384 199 12804 0 0 3 0 5 2 20 0 15 0 70508530 11176083456 75111 33554432000 4194304 4196468 140720488488704 139626843269776 139626951816917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35627008 140720488491630 140720488494428 140720488494428 140720488497103 0
[pid=25486/tid=25543] ppid=25483 vsize=10914144 memory=6655300316396806240 CPUtime=0.1 cores=0,2,4,6
/proc/25486/task/25543/stat : 25543 (java) S 25483 25486 23703 0 -1 1077944384 34 12804 0 0 3 0 5 2 20 0 15 0 70508530 11176083456 75111 33554432000 4194304 4196468 140720488488704 139626842216976 139626951816917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35627008 140720488491630 140720488494428 140720488494428 140720488497103 0
[pid=25486/tid=25544] ppid=25483 vsize=10914144 memory=6944656592387989600 CPUtime=0.1 cores=0,2,4,6
/proc/25486/task/25544/stat : 25544 (java) S 25483 25486 23703 0 -1 1077944384 2041 12804 0 0 3 0 5 2 20 0 15 0 70508531 11176083456 75111 33554432000 4194304 4196468 140720488488704 139626410871408 139626951817858 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35627008 140720488491630 140720488494428 140720488494428 140720488497103 0
[pid=25486/tid=25545] ppid=25483 vsize=10914144 memory=6154282490091891024 CPUtime=0.07 cores=0,2,4,6
/proc/25486/task/25545/stat : 25545 (java) S 25483 25486 23703 0 -1 1077944384 34 12804 0 0 0 0 5 2 20 0 15 0 70508532 11176083456 75111 33554432000 4194304 4196468 140720488488704 139626409817440 139626951816917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35627008 140720488491630 140720488494428 140720488494428 140720488497103 0
[pid=25486/tid=25546] ppid=25483 vsize=10914144 memory=6944656575208382560 CPUtime=0.07 cores=0,2,4,6
/proc/25486/task/25546/stat : 25546 (java) S 25483 25486 23703 0 -1 1077944384 1 12804 0 0 0 0 5 2 20 0 15 0 70508532 11176083456 75111 33554432000 4194304 4196468 140720488488704 139625830016640 139626951816917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35627008 140720488491630 140720488494428 140720488494428 140720488497103 0
[pid=25486/tid=25547] ppid=25483 vsize=10914144 memory=7524226703629445991 CPUtime=0.07 cores=0,2,4,6
/proc/25486/task/25547/stat : 25547 (java) S 25483 25486 23703 0 -1 1077944384 3 12804 0 0 0 0 5 2 20 0 15 0 70508535 11176083456 75111 33554432000 4194304 4196468 140720488488704 139625522616912 139626951825307 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35627008 140720488491630 140720488494428 140720488494428 140720488497103 0
[pid=25486/tid=25548] ppid=25483 vsize=10914144 memory=5931329019416959075 CPUtime=1.18 cores=0,2,4,6
/proc/25486/task/25548/stat : 25548 (java) R 25483 25486 23703 0 -1 1077944384 3500 12804 0 0 110 1 5 2 20 0 15 0 70508535 11176083456 75111 33554432000 4194304 4196468 140720488488704 139626376259696 139626951817858 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 35627008 140720488491630 140720488494428 140720488494428 140720488497103 0
[pid=25486/tid=25549] ppid=25483 vsize=10914144 memory=280170649564128 CPUtime=1.17 cores=0,2,4,6
/proc/25486/task/25549/stat : 25549 (java) R 25483 25486 23703 0 -1 4202560 5070 12804 0 0 109 1 5 2 20 0 15 0 70508535 11176083456 75111 33554432000 4194304 4196468 140720488488704 139626375193000 139626935018937 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35627008 140720488491630 140720488494428 140720488494428 140720488497103 0
[pid=25486/tid=25550] ppid=25483 vsize=10914144 memory=280170649582048 CPUtime=1.27 cores=0,2,4,6
/proc/25486/task/25550/stat : 25550 (java) R 25483 25486 23703 0 -1 4202560 5314 12804 0 0 118 2 5 2 20 0 15 0 70508535 11176083456 75111 33554432000 4194304 4196468 140720488488704 139626374154608 139626930175419 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35627008 140720488491630 140720488494428 140720488494428 140720488497103 0
[pid=25486/tid=25551] ppid=25483 vsize=10914144 memory=1800 CPUtime=0.07 cores=0,2,4,6
/proc/25486/task/25551/stat : 25551 (java) S 25483 25486 23703 0 -1 1077944384 3 12804 0 0 0 0 5 2 20 0 15 0 70508535 11176083456 75111 33554432000 4194304 4196468 140720488488704 139625489058272 139626951816917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35627008 140720488491630 140720488494428 140720488494428 140720488497103 0
[pid=25486/tid=25552] ppid=25483 vsize=10914144 memory=56 CPUtime=0.07 cores=0,2,4,6
/proc/25486/task/25552/stat : 25552 (java) S 25483 25486 23703 0 -1 1077944384 7 12804 0 0 0 0 5 2 20 0 15 0 70508535 11176083456 75111 33554432000 4194304 4196468 140720488488704 139626373102512 139626951817858 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 8 0 0 6293624 6294260 35627008 140720488491630 140720488494428 140720488494428 140720488497103 0
Current children cumulated CPU time: 7 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 300444 KiB

[startup+3.80146 s]
/proc/loadavg: 2.24 1.99 1.78 5/215 25552
/proc/meminfo: memFree=11797768/32770624 swapFree=67108796/67108860
[pid=25486] ppid=25483 vsize=10916416 memory=307120 CPUtime=7.67 cores=0,2,4,6
/proc/25486/stat : 25486 (java) S 25483 25486 23703 0 -1 1077944320 62950 12804 0 0 740 20 5 2 20 0 15 0 70508520 11178409984 76780 33554432000 4194304 4196468 140720488488704 140720488471248 139626951806711 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 35627008 140720488491630 140720488494428 140720488494428 140720488497103 0
/proc/25486/statm: 2729104 76780 3495 1 0 2690757 0
[pid=25486/tid=25539] ppid=25483 vsize=10916416 memory=7805115717600635696 CPUtime=3.55 cores=0,2,4,6
/proc/25486/task/25539/stat : 25539 (java) R 25483 25486 23703 0 -1 4202560 42916 12804 0 0 338 10 5 2 20 0 15 0 70508529 11178409984 76780 33554432000 4194304 4196468 140720488488704 139626923637024 139626517922035 0 4 0 16800975 0 0 0 -1 2 0 0 12 0 0 6293624 6294260 35627008 140720488491630 140720488494428 140720488494428 140720488497103 0
[pid=25486/tid=25540] ppid=25483 vsize=10916416 memory=4639059877604708710 CPUtime=0.1 cores=0,2,4,6
/proc/25486/task/25540/stat : 25540 (java) S 25483 25486 23703 0 -1 1077944384 76 12804 0 0 3 0 5 2 20 0 15 0 70508530 11178409984 76780 33554432000 4194304 4196468 140720488488704 139626956048784 139626951816917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35627008 140720488491630 140720488494428 140720488494428 140720488497103 0
[pid=25486/tid=25541] ppid=25483 vsize=10916416 memory=8100380799564141908 CPUtime=0.1 cores=0,2,4,6
/proc/25486/task/25541/stat : 25541 (java) S 25483 25486 23703 0 -1 1077944384 56 12804 0 0 3 0 5 2 20 0 15 0 70508530 11178409984 76780 33554432000 4194304 4196468 140720488488704 139626844322064 139626951816917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35627008 140720488491630 140720488494428 140720488494428 140720488497103 0
[pid=25486/tid=25542] ppid=25483 vsize=10916416 memory=7518310261574488150 CPUtime=0.1 cores=0,2,4,6
/proc/25486/task/25542/stat : 25542 (java) S 25483 25486 23703 0 -1 1077944384 199 12804 0 0 3 0 5 2 20 0 15 0 70508530 11178409984 76780 33554432000 4194304 4196468 140720488488704 139626843269776 139626951816917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35627008 140720488491630 140720488494428 140720488494428 140720488497103 0
[pid=25486/tid=25543] ppid=25483 vsize=10916416 memory=6601318891929777282 CPUtime=0.1 cores=0,2,4,6
/proc/25486/task/25543/stat : 25543 (java) S 25483 25486 23703 0 -1 1077944384 34 12804 0 0 3 0 5 2 20 0 15 0 70508530 11178409984 76780 33554432000 4194304 4196468 140720488488704 139626842216976 139626951816917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35627008 140720488491630 140720488494428 140720488494428 140720488497103 0
[pid=25486/tid=25544] ppid=25483 vsize=10916416 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/25486/task/25544/stat : 25544 (java) S 25483 25486 23703 0 -1 1077944384 2041 12804 0 0 3 0 5 2 20 0 15 0 70508531 11178409984 76780 33554432000 4194304 4196468 140720488488704 139626410871408 139626951817858 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35627008 140720488491630 140720488494428 140720488494428 140720488497103 0
[pid=25486/tid=25545] ppid=25483 vsize=10916416 memory=5792581574395916904 CPUtime=0.07 cores=0,2,4,6
/proc/25486/task/25545/stat : 25545 (java) S 25483 25486 23703 0 -1 1077944384 34 12804 0 0 0 0 5 2 20 0 15 0 70508532 11178409984 76780 33554432000 4194304 4196468 140720488488704 139626409817440 139626951816917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35627008 140720488491630 140720488494428 140720488494428 140720488497103 0
[pid=25486/tid=25546] ppid=25483 vsize=10916416 memory=7660742144744843625 CPUtime=0.07 cores=0,2,4,6
/proc/25486/task/25546/stat : 25546 (java) S 25483 25486 23703 0 -1 1077944384 1 12804 0 0 0 0 5 2 20 0 15 0 70508532 11178409984 76780 33554432000 4194304 4196468 140720488488704 139625830016640 139626951816917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35627008 140720488491630 140720488494428 140720488494428 140720488497103 0
[pid=25486/tid=25547] ppid=25483 vsize=10916416 memory=6935649255759568960 CPUtime=0.07 cores=0,2,4,6
/proc/25486/task/25547/stat : 25547 (java) S 25483 25486 23703 0 -1 1077944384 3 12804 0 0 0 0 5 2 20 0 15 0 70508535 11178409984 76780 33554432000 4194304 4196468 140720488488704 139625522616912 139626951825307 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35627008 140720488491630 140720488494428 140720488494428 140720488497103 0
[pid=25486/tid=25548] ppid=25483 vsize=10916416 memory=0 CPUtime=1.36 cores=0,2,4,6
/proc/25486/task/25548/stat : 25548 (java) R 25483 25486 23703 0 -1 4202560 3584 12804 0 0 127 2 5 2 20 0 15 0 70508535 11178409984 76780 33554432000 4194304 4196468 140720488488704 139626376249344 139626936715615 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 35627008 140720488491630 140720488494428 140720488494428 140720488497103 0
[pid=25486/tid=25549] ppid=25483 vsize=10916416 memory=0 CPUtime=1.37 cores=0,2,4,6
/proc/25486/task/25549/stat : 25549 (java) R 25483 25486 23703 0 -1 4202560 6265 12804 0 0 129 1 5 2 20 0 15 0 70508535 11178409984 76780 33554432000 4194304 4196468 140720488488704 139626375192776 139626931498445 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35627008 140720488491630 140720488494428 140720488494428 140720488497103 0
[pid=25486/tid=25550] ppid=25483 vsize=10916416 memory=6935649255759568960 CPUtime=1.36 cores=0,2,4,6
/proc/25486/task/25550/stat : 25550 (java) S 25483 25486 23703 0 -1 1077944384 5545 12804 0 0 127 2 5 2 20 0 15 0 70508535 11178409984 76780 33554432000 4194304 4196468 140720488488704 139626374154608 139626951817858 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35627008 140720488491630 140720488494428 140720488494428 140720488497103 0
[pid=25486/tid=25551] ppid=25483 vsize=10916416 memory=7518026630507422568 CPUtime=0.07 cores=0,2,4,6
/proc/25486/task/25551/stat : 25551 (java) S 25483 25486 23703 0 -1 1077944384 3 12804 0 0 0 0 5 2 20 0 15 0 70508535 11178409984 76780 33554432000 4194304 4196468 140720488488704 139625489058272 139626951816917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35627008 140720488491630 140720488494428 140720488494428 140720488497103 0
[pid=25486/tid=25552] ppid=25483 vsize=10916416 memory=7013636700860410475 CPUtime=0.07 cores=0,2,4,6
/proc/25486/task/25552/stat : 25552 (java) S 25483 25486 23703 0 -1 1077944384 7 12804 0 0 0 0 5 2 20 0 15 0 70508535 11178409984 76780 33554432000 4194304 4196468 140720488488704 139626373102512 139626951817858 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 8 0 0 6293624 6294260 35627008 140720488491630 140720488494428 140720488494428 140720488497103 0
Current children cumulated CPU time: 7.67 s
Current children cumulated vsize: 10916416 KiB
Current children cumulated memory: 307120 KiB

[startup+3.9015 s]
/proc/loadavg: 2.24 1.99 1.78 5/215 25552
/proc/meminfo: memFree=11797768/32770624 swapFree=67108796/67108860
[pid=25486] ppid=25483 vsize=10916840 memory=308520 CPUtime=7.98 cores=0,2,4,6
/proc/25486/stat : 25486 (java) S 25483 25486 23703 0 -1 1077944320 63945 12804 0 0 771 20 5 2 20 0 15 0 70508520 11178844160 77130 33554432000 4194304 4196468 140720488488704 140720488471248 139626951806711 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 35627008 140720488491630 140720488494428 140720488494428 140720488497103 0
/proc/25486/statm: 2729210 77130 3495 1 0 2690863 0
[pid=25486/tid=25539] ppid=25483 vsize=10916840 memory=280170649448864 CPUtime=3.65 cores=0,2,4,6
/proc/25486/task/25539/stat : 25539 (java) R 25483 25486 23703 0 -1 4202560 43125 12804 0 0 348 10 5 2 20 0 15 0 70508529 11178844160 77130 33554432000 4194304 4196468 140720488488704 139626923634288 139626936972383 0 4 0 16800975 0 0 0 -1 2 0 0 12 0 0 6293624 6294260 35627008 140720488491630 140720488494428 140720488494428 140720488497103 0
[pid=25486/tid=25540] ppid=25483 vsize=10916840 memory=56 CPUtime=0.1 cores=0,2,4,6
/proc/25486/task/25540/stat : 25540 (java) S 25483 25486 23703 0 -1 1077944384 76 12804 0 0 3 0 5 2 20 0 15 0 70508530 11178844160 77130 33554432000 4194304 4196468 140720488488704 139626956048784 139626951816917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35627008 140720488491630 140720488494428 140720488494428 140720488497103 0
[pid=25486/tid=25541] ppid=25483 vsize=10916840 memory=56 CPUtime=0.1 cores=0,2,4,6
/proc/25486/task/25541/stat : 25541 (java) S 25483 25486 23703 0 -1 1077944384 56 12804 0 0 3 0 5 2 20 0 15 0 70508530 11178844160 77130 33554432000 4194304 4196468 140720488488704 139626844322064 139626951816917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35627008 140720488491630 140720488494428 140720488494428 140720488497103 0
[pid=25486/tid=25542] ppid=25483 vsize=10916840 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/25486/task/25542/stat : 25542 (java) S 25483 25486 23703 0 -1 1077944384 199 12804 0 0 3 0 5 2 20 0 15 0 70508530 11178844160 77130 33554432000 4194304 4196468 140720488488704 139626843269776 139626951816917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35627008 140720488491630 140720488494428 140720488494428 140720488497103 0
[pid=25486/tid=25543] ppid=25483 vsize=10916840 memory=1 CPUtime=0.1 cores=0,2,4,6
/proc/25486/task/25543/stat : 25543 (java) S 25483 25486 23703 0 -1 1077944384 34 12804 0 0 3 0 5 2 20 0 15 0 70508530 11178844160 77130 33554432000 4194304 4196468 140720488488704 139626842216976 139626951816917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35627008 140720488491630 140720488494428 140720488494428 140720488497103 0
[pid=25486/tid=25544] ppid=25483 vsize=10916840 memory=1 CPUtime=0.1 cores=0,2,4,6
/proc/25486/task/25544/stat : 25544 (java) S 25483 25486 23703 0 -1 1077944384 2041 12804 0 0 3 0 5 2 20 0 15 0 70508531 11178844160 77130 33554432000 4194304 4196468 140720488488704 139626410871408 139626951817858 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35627008 140720488491630 140720488494428 140720488494428 140720488497103 0
[pid=25486/tid=25545] ppid=25483 vsize=10916840 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25486/task/25545/stat : 25545 (java) S 25483 25486 23703 0 -1 1077944384 34 12804 0 0 0 0 5 2 20 0 15 0 70508532 11178844160 77130 33554432000 4194304 4196468 140720488488704 139626409817440 139626951816917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35627008 140720488491630 140720488494428 140720488494428 140720488497103 0
[pid=25486/tid=25546] ppid=25483 vsize=10916840 memory=12633 CPUtime=0.07 cores=0,2,4,6
/proc/25486/task/25546/stat : 25546 (java) S 25483 25486 23703 0 -1 1077944384 1 12804 0 0 0 0 5 2 20 0 15 0 70508532 11178844160 77130 33554432000 4194304 4196468 140720488488704 139625830016640 139626951816917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35627008 140720488491630 140720488494428 140720488494428 140720488497103 0
[pid=25486/tid=25547] ppid=25483 vsize=10916840 memory=1 CPUtime=0.07 cores=0,2,4,6
/proc/25486/task/25547/stat : 25547 (java) S 25483 25486 23703 0 -1 1077944384 3 12804 0 0 0 0 5 2 20 0 15 0 70508535 11178844160 77130 33554432000 4194304 4196468 140720488488704 139625522616912 139626951825307 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35627008 140720488491630 140720488494428 140720488494428 140720488497103 0
[pid=25486/tid=25548] ppid=25483 vsize=10916840 memory=0 CPUtime=1.46 cores=0,2,4,6
/proc/25486/task/25548/stat : 25548 (java) R 25483 25486 23703 0 -1 4202560 3584 12804 0 0 137 2 5 2 20 0 15 0 70508535 11178844160 77130 33554432000 4194304 4196468 140720488488704 139626376241264 139626936199847 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 35627008 140720488491630 140720488494428 140720488494428 140720488497103 0
[pid=25486/tid=25549] ppid=25483 vsize=10916840 memory=0 CPUtime=1.47 cores=0,2,4,6
/proc/25486/task/25549/stat : 25549 (java) R 25483 25486 23703 0 -1 4202560 7007 12804 0 0 139 1 5 2 20 0 15 0 70508535 11178844160 77130 33554432000 4194304 4196468 140720488488704 139626375192776 139626933326843 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35627008 140720488491630 140720488494428 140720488494428 140720488497103 0
[pid=25486/tid=25550] ppid=25483 vsize=10916840 memory=4 CPUtime=1.38 cores=0,2,4,6
/proc/25486/task/25550/stat : 25550 (java) S 25483 25486 23703 0 -1 1077944384 5587 12804 0 0 129 2 5 2 20 0 15 0 70508535 11178844160 77130 33554432000 4194304 4196468 140720488488704 139626374154608 139626951817858 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35627008 140720488491630 140720488494428 140720488494428 140720488497103 0
[pid=25486/tid=25551] ppid=25483 vsize=10916840 memory=194464 CPUtime=0.07 cores=0,2,4,6
/proc/25486/task/25551/stat : 25551 (java) S 25483 25486 23703 0 -1 1077944384 3 12804 0 0 0 0 5 2 20 0 15 0 70508535 11178844160 77130 33554432000 4194304 4196468 140720488488704 139625489058272 139626951816917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35627008 140720488491630 140720488494428 140720488494428 140720488497103 0
[pid=25486/tid=25552] ppid=25483 vsize=10916840 memory=248312 CPUtime=0.07 cores=0,2,4,6
/proc/25486/task/25552/stat : 25552 (java) S 25483 25486 23703 0 -1 1077944384 7 12804 0 0 0 0 5 2 20 0 15 0 70508535 11178844160 77130 33554432000 4194304 4196468 140720488488704 139626373102512 139626951817858 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 8 0 0 6293624 6294260 35627008 140720488491630 140720488494428 140720488494428 140720488497103 0
Current children cumulated CPU time: 7.98 s
Current children cumulated vsize: 10916840 KiB
Current children cumulated memory: 308520 KiB

Child status: 0
Real time (s): 3.97988
CPU time (s): 8.19839
CPU user time (s): 7.94221
CPU system time (s): 0.256177
CPU usage (%): 205.996
Max. virtual memory (cumulated for all children) (KiB): 10916840
Max. memory (cumulated for all children) (KiB): 308520

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.94222
system time used= 0.256177
maximum resident set size= 310848
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 77622
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= 5901
involuntary context switches= 37


# summary of solver processes directly reported to runsolver:
#   pid: 25486
#   total CPU time (s): 8.19839
#   total CPU user time (s): 7.94221
#   total CPU system time (s): 0.256177

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.05066 second user time and 0.070423 second system time

The end

Launcher Data

Begin job on node138 at 2018-07-25 16:37:33
IDJOB=4295122
IDBENCH=141470
IDSOLVER=2750
FILE ID=node138/4295122-1532529453
RUNJOBID= node138-1532523045-23734
PBS_JOBID= 21021594
Free space on /tmp= 53776 MiB

SOLVER NAME= Concrete 3.8 2018-06-13
BENCH NAME= XCSP18/Rcpsp/Rcpsp-j30-01-03_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4295122-1532529453/watcher-4295122-1532529453 -o /tmp/evaluation-result-4295122-1532529453/solver-4295122-1532529453 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node138-1532523045-23734 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1957537663 HOME/instance-4295122-1532529453.xml

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

MD5SUM BENCH= 8a13baf19e90b4c1b4d6531a9d16222f
RANDOM SEED=1957537663

node138.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.71
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.71
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.71
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.71
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:        11999696 kB
MemAvailable:   26278624 kB
Buffers:          161172 kB
Cached:         14264120 kB
SwapCached:           44 kB
Active:          8019808 kB
Inactive:       12099224 kB
Active(anon):    5644200 kB
Inactive(anon):    77272 kB
Active(file):    2375608 kB
Inactive(file): 12021952 kB
Unevictable:        7328 kB
Mlocked:            7328 kB
SwapTotal:      67108860 kB
SwapFree:       67108796 kB
Dirty:             26628 kB
Writeback:             0 kB
AnonPages:       5715172 kB
Mapped:            47796 kB
Shmem:             25164 kB
Slab:             338308 kB
SReclaimable:     309828 kB
SUnreclaim:        28480 kB
KernelStack:        3792 kB
PageTables:        16072 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    6500528 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5451776 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 53748 MiB
End job on node138 at 2018-07-25 16:37:38