Trace number 4302365

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.2OPT43 7.68855 3.90271

General information on the benchmark

NameRcpsp/
Rcpsp-j30-01-01_c18.xml
MD5SUMa355aea041a776e2482d6f32cb7a537a
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark43
Best CPU time to get the best result obtained on this benchmark1.29328
Satisfiable
(Un)Satisfiability was proved
Number of variables32
Number of constraints52
Number of domains2
Minimum domain size1
Maximum domain size158
Distribution of domain sizes[{"size":1,"count":1},{"size":158,"count":31}]
Minimum variable degree3
Maximum variable degree6
Distribution of variable degrees[{"degree":3,"count":10},{"degree":4,"count":14},{"degree":5,"count":7},{"degree":6,"count":1}]
Minimum constraint arity2
Maximum constraint arity10
Distribution of constraint arities[{"arity":2,"count":49},{"arity":8,"count":1},{"arity":10,"count":2}]
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

0.99/0.74	c Concrete v3.9.2.1532736233296 running
7.16/3.63	o 157
7.16/3.65	o 156
7.16/3.68	o 52
7.16/3.68	o 49
7.52/3.70	o 48
7.52/3.71	o 43
7.52/3.72	v <instantiation cost="43">
7.52/3.72	v       <list>
7.52/3.72	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.52/3.72	v       </list>
7.52/3.72	v       <values>
7.52/3.72	v         0 4 0 0 6 33 10 4 13 6 12 13 4 15 19 13 23 10 18 21 29 29 36 38 28 21 15 35 28 41 38 43
7.52/3.72	v       </values>
7.52/3.72	v     </instantiation>
7.52/3.72	s OPTIMUM FOUND

Verifier Data

OK	43

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302365-1532897515/watcher-4302365-1532897515 -o /tmp/evaluation-result-4302365-1532897515/solver-4302365-1532897515 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node139-1532895510-17593 --watchdog 312 bin/xcsp-3-concrete -J-Xss64M -randomseed=1421604929 HOME/instance-4302365-1532897515.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=20344, runsolver pid=20341

[startup+0.100108 s]*
/proc/loadavg: 1.10 1.45 1.59 3/207 20401
/proc/meminfo: memFree=22749868/32770624 swapFree=67108860/67108860
[pid=20344] ppid=20341 vsize=10005480 memory=16816 CPUtime=0.09 cores=1,3,5,7
/proc/20344/stat : 20344 (java) S 20341 20344 6396 0 -1 1077944320 4358 13094 0 0 1 1 5 2 20 0 6 0 107314676 10245611520 4204 33554432000 4194304 4196468 140730567268768 140730567251312 140109339512567 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 27906048 140730567273073 140730567275873 140730567275873 140730567278543 0
/proc/20344/statm: 2501370 4204 1935 1 0 2489808 0
[pid=20344/tid=20397] ppid=20341 vsize=10005480 memory=4279135704013571469 CPUtime=0.07 cores=1,3,5,7
/proc/20344/task/20397/stat : 20397 (java) R 20341 20344 6396 0 -1 4202560 2174 13094 0 0 0 0 5 2 20 0 6 0 107314685 10245611520 4204 33554432000 4194304 4196468 140730567268768 140109311349328 140109323593054 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27906048 140730567273073 140730567275873 140730567275873 140730567278543 0
[pid=20344/tid=20398] ppid=20341 vsize=10005480 memory=8257237230052613020 CPUtime=0.07 cores=1,3,5,7
/proc/20344/task/20398/stat : 20398 (java) S 20341 20344 6396 0 -1 1077944384 1 13094 0 0 0 0 5 2 20 0 6 0 107314686 10245611520 4204 33554432000 4194304 4196468 140730567268768 140109343755408 140109339522773 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27906048 140730567273073 140730567275873 140730567275873 140730567278543 0
[pid=20344/tid=20399] ppid=20341 vsize=10005480 memory=139978676602496 CPUtime=0.07 cores=1,3,5,7
/proc/20344/task/20399/stat : 20399 (java) S 20341 20344 6396 0 -1 1077944384 1 13094 0 0 0 0 5 2 20 0 6 0 107314686 10245611520 4204 33554432000 4194304 4196468 140730567268768 140109225020432 140109339522773 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27906048 140730567273073 140730567275873 140730567275873 140730567278543 0
[pid=20344/tid=20400] ppid=20341 vsize=10005480 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20344/task/20400/stat : 20400 (java) S 20341 20344 6396 0 -1 1077944384 1 13094 0 0 0 0 5 2 20 0 6 0 107314686 10245611520 4204 33554432000 4194304 4196468 140730567268768 140109223967632 140109339522773 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27906048 140730567273073 140730567275873 140730567275873 140730567278543 0
[pid=20344/tid=20401] ppid=20341 vsize=10005480 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/20344/task/20401/stat : 20401 (java) S 20341 20344 6396 0 -1 1077944384 2 13094 0 0 0 0 5 2 20 0 6 0 107314686 10245611520 4204 33554432000 4194304 4196468 140730567268768 140109222914832 140109339522773 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27906048 140730567273073 140730567275873 140730567275873 140730567278543 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 16816 KiB

[startup+0.210093 s]*
/proc/loadavg: 1.10 1.45 1.59 3/216 20410
/proc/meminfo: memFree=22726100/32770624 swapFree=67108860/67108860
[pid=20344] ppid=20341 vsize=10982744 memory=44724 CPUtime=0.25 cores=1,3,5,7
/proc/20344/stat : 20344 (java) S 20341 20344 6396 0 -1 1077944320 7871 13094 0 0 16 2 5 2 20 0 15 0 107314676 11246329856 11181 33554432000 4194304 4196468 140730567268768 140730567251312 140109339512567 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 27906048 140730567273073 140730567275873 140730567275873 140730567278543 0
/proc/20344/statm: 2745686 11181 2952 1 0 2708109 0
[pid=20344/tid=20397] ppid=20341 vsize=10982744 memory=7022364594140610616 CPUtime=0.18 cores=1,3,5,7
/proc/20344/task/20397/stat : 20397 (java) R 20341 20344 6396 0 -1 4202560 4474 13094 0 0 10 1 5 2 20 0 15 0 107314685 11246329856 11181 33554432000 4194304 4196468 140730567268768 140109311308608 140109323593054 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27906048 140730567273073 140730567275873 140730567275873 140730567278543 0
[pid=20344/tid=20398] ppid=20341 vsize=10982744 memory=342 CPUtime=0.07 cores=1,3,5,7
/proc/20344/task/20398/stat : 20398 (java) S 20341 20344 6396 0 -1 1077944384 1 13094 0 0 0 0 5 2 20 0 15 0 107314686 11246329856 11181 33554432000 4194304 4196468 140730567268768 140109343755408 140109339522773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27906048 140730567273073 140730567275873 140730567275873 140730567278543 0
[pid=20344/tid=20399] ppid=20341 vsize=10982744 memory=139978677246037 CPUtime=0.07 cores=1,3,5,7
/proc/20344/task/20399/stat : 20399 (java) S 20341 20344 6396 0 -1 1077944384 1 13094 0 0 0 0 5 2 20 0 15 0 107314686 11246329856 11181 33554432000 4194304 4196468 140730567268768 140109225020432 140109339522773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27906048 140730567273073 140730567275873 140730567275873 140730567278543 0
[pid=20344/tid=20400] ppid=20341 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20344/task/20400/stat : 20400 (java) S 20341 20344 6396 0 -1 1077944384 1 13094 0 0 0 0 5 2 20 0 15 0 107314686 11246329856 11181 33554432000 4194304 4196468 140730567268768 140109223967632 140109339522773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27906048 140730567273073 140730567275873 140730567275873 140730567278543 0
[pid=20344/tid=20401] ppid=20341 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/20344/task/20401/stat : 20401 (java) S 20341 20344 6396 0 -1 1077944384 2 13094 0 0 0 0 5 2 20 0 15 0 107314686 11246329856 11181 33554432000 4194304 4196468 140730567268768 140109222914832 140109339522773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27906048 140730567273073 140730567275873 140730567275873 140730567278543 0
[pid=20344/tid=20402] ppid=20341 vsize=10982744 memory=139978676602496 CPUtime=0.07 cores=1,3,5,7
/proc/20344/task/20402/stat : 20402 (java) S 20341 20344 6396 0 -1 1077944384 2 13094 0 0 0 0 5 2 20 0 15 0 107314687 11246329856 11181 33554432000 4194304 4196468 140730567268768 140108832635248 140109339523714 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27906048 140730567273073 140730567275873 140730567275873 140730567278543 0
[pid=20344/tid=20403] ppid=20341 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/20344/task/20403/stat : 20403 (java) S 20341 20344 6396 0 -1 1077944384 13 13094 0 0 0 0 5 2 20 0 15 0 107314688 11246329856 11181 33554432000 4194304 4196468 140730567268768 140108141421600 140109339522773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27906048 140730567273073 140730567275873 140730567275873 140730567278543 0
[pid=20344/tid=20404] ppid=20341 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20344/task/20404/stat : 20404 (java) S 20341 20344 6396 0 -1 1077944384 1 13094 0 0 0 0 5 2 20 0 15 0 107314688 11246329856 11181 33554432000 4194304 4196468 140730567268768 140107940094832 140109339522773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27906048 140730567273073 140730567275873 140730567275873 140730567278543 0
[pid=20344/tid=20405] ppid=20341 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20344/task/20405/stat : 20405 (java) S 20341 20344 6396 0 -1 1077944384 3 13094 0 0 0 0 5 2 20 0 15 0 107314691 11246329856 11181 33554432000 4194304 4196468 140730567268768 140107632695120 140109339531163 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27906048 140730567273073 140730567275873 140730567275873 140730567278543 0
[pid=20344/tid=20406] ppid=20341 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20344/task/20406/stat : 20406 (java) R 20341 20344 6396 0 -1 1077944384 366 13094 0 0 1 0 5 2 20 0 15 0 107314691 11246329856 11181 33554432000 4194304 4196468 140730567268768 140108831583088 140109339523714 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27906048 140730567273073 140730567275873 140730567275873 140730567278543 0
[pid=20344/tid=20407] ppid=20341 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/20344/task/20407/stat : 20407 (java) S 20341 20344 6396 0 -1 1077944384 255 13094 0 0 0 0 5 2 20 0 15 0 107314691 11246329856 11181 33554432000 4194304 4196468 140730567268768 140108830530288 140109339523714 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27906048 140730567273073 140730567275873 140730567275873 140730567278543 0
[pid=20344/tid=20408] ppid=20341 vsize=10982744 memory=139978676602496 CPUtime=0.1 cores=1,3,5,7
/proc/20344/task/20408/stat : 20408 (java) R 20341 20344 6396 0 -1 4202560 602 13094 0 0 3 0 5 2 20 0 15 0 107314691 11246329856 11181 33554432000 4194304 4196468 140730567268768 140108829477488 140109319755337 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27906048 140730567273073 140730567275873 140730567275873 140730567278543 0
[pid=20344/tid=20409] ppid=20341 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/20344/task/20409/stat : 20409 (java) S 20341 20344 6396 0 -1 1077944384 3 13094 0 0 0 0 5 2 20 0 15 0 107314691 11246329856 11181 33554432000 4194304 4196468 140730567268768 140107201899232 140109339522773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27906048 140730567273073 140730567275873 140730567275873 140730567278543 0
[pid=20344/tid=20410] ppid=20341 vsize=10982744 memory=139978676602496 CPUtime=0.07 cores=1,3,5,7
/proc/20344/task/20410/stat : 20410 (java) S 20341 20344 6396 0 -1 1077944384 1 13094 0 0 0 0 5 2 20 0 15 0 107314691 11246329856 11181 33554432000 4194304 4196468 140730567268768 140108828424880 140109339523714 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27906048 140730567273073 140730567275873 140730567275873 140730567278543 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 44724 KiB

[startup+0.31025 s]*
/proc/loadavg: 1.10 1.45 1.59 3/216 20410
/proc/meminfo: memFree=22714812/32770624 swapFree=67108860/67108860
[pid=20344] ppid=20341 vsize=10983192 memory=55424 CPUtime=0.38 cores=1,3,5,7
/proc/20344/stat : 20344 (java) S 20341 20344 6396 0 -1 1077944320 10409 13094 0 0 28 3 5 2 20 0 15 0 107314676 11246788608 13856 33554432000 4194304 4196468 140730567268768 140730567251312 140109339512567 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 27906048 140730567273073 140730567275873 140730567275873 140730567278543 0
/proc/20344/statm: 2745798 13856 3071 1 0 2708109 0
[pid=20344/tid=20397] ppid=20341 vsize=10983192 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/20344/task/20397/stat : 20397 (java) R 20341 20344 6396 0 -1 4202560 6959 13094 0 0 19 2 5 2 20 0 15 0 107314685 11246788608 13856 33554432000 4194304 4196468 140730567268768 140109311324576 140109339534493 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27906048 140730567273073 140730567275873 140730567275873 140730567278543 0
[pid=20344/tid=20398] ppid=20341 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20344/task/20398/stat : 20398 (java) S 20341 20344 6396 0 -1 1077944384 1 13094 0 0 0 0 5 2 20 0 15 0 107314686 11246788608 13856 33554432000 4194304 4196468 140730567268768 140109343755408 140109339522773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27906048 140730567273073 140730567275873 140730567275873 140730567278543 0
[pid=20344/tid=20399] ppid=20341 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20344/task/20399/stat : 20399 (java) S 20341 20344 6396 0 -1 1077944384 1 13094 0 0 0 0 5 2 20 0 15 0 107314686 11246788608 13856 33554432000 4194304 4196468 140730567268768 140109225020432 140109339522773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27906048 140730567273073 140730567275873 140730567275873 140730567278543 0
[pid=20344/tid=20400] ppid=20341 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20344/task/20400/stat : 20400 (java) S 20341 20344 6396 0 -1 1077944384 1 13094 0 0 0 0 5 2 20 0 15 0 107314686 11246788608 13856 33554432000 4194304 4196468 140730567268768 140109223967632 140109339522773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27906048 140730567273073 140730567275873 140730567275873 140730567278543 0
[pid=20344/tid=20401] ppid=20341 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20344/task/20401/stat : 20401 (java) S 20341 20344 6396 0 -1 1077944384 2 13094 0 0 0 0 5 2 20 0 15 0 107314686 11246788608 13856 33554432000 4194304 4196468 140730567268768 140109222914832 140109339522773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27906048 140730567273073 140730567275873 140730567275873 140730567278543 0
[pid=20344/tid=20402] ppid=20341 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20344/task/20402/stat : 20402 (java) S 20341 20344 6396 0 -1 1077944384 2 13094 0 0 0 0 5 2 20 0 15 0 107314687 11246788608 13856 33554432000 4194304 4196468 140730567268768 140108832635248 140109339523714 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27906048 140730567273073 140730567275873 140730567275873 140730567278543 0
[pid=20344/tid=20403] ppid=20341 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/20344/task/20403/stat : 20403 (java) S 20341 20344 6396 0 -1 1077944384 13 13094 0 0 0 0 5 2 20 0 15 0 107314688 11246788608 13856 33554432000 4194304 4196468 140730567268768 140108141421600 140109339522773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27906048 140730567273073 140730567275873 140730567275873 140730567278543 0
[pid=20344/tid=20404] ppid=20341 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20344/task/20404/stat : 20404 (java) S 20341 20344 6396 0 -1 1077944384 1 13094 0 0 0 0 5 2 20 0 15 0 107314688 11246788608 13856 33554432000 4194304 4196468 140730567268768 140107940094832 140109339522773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27906048 140730567273073 140730567275873 140730567275873 140730567278543 0
[pid=20344/tid=20405] ppid=20341 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20344/task/20405/stat : 20405 (java) S 20341 20344 6396 0 -1 1077944384 3 13094 0 0 0 0 5 2 20 0 15 0 107314691 11246788608 13856 33554432000 4194304 4196468 140730567268768 140107632695120 140109339531163 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27906048 140730567273073 140730567275873 140730567275873 140730567278543 0
[pid=20344/tid=20406] ppid=20341 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20344/task/20406/stat : 20406 (java) S 20341 20344 6396 0 -1 1077944384 367 13094 0 0 1 0 5 2 20 0 15 0 107314691 11246788608 13856 33554432000 4194304 4196468 140730567268768 140108831583088 140109339523714 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27906048 140730567273073 140730567275873 140730567275873 140730567278543 0
[pid=20344/tid=20407] ppid=20341 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/20344/task/20407/stat : 20407 (java) S 20341 20344 6396 0 -1 1077944384 255 13094 0 0 1 0 5 2 20 0 15 0 107314691 11246788608 13856 33554432000 4194304 4196468 140730567268768 140108830530288 140109339523714 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27906048 140730567273073 140730567275873 140730567275873 140730567278543 0
[pid=20344/tid=20408] ppid=20341 vsize=10983192 memory=139978676602496 CPUtime=0.12 cores=1,3,5,7
/proc/20344/task/20408/stat : 20408 (java) S 20341 20344 6396 0 -1 1077944384 611 13094 0 0 5 0 5 2 20 0 15 0 107314691 11246788608 13856 33554432000 4194304 4196468 140730567268768 140108829477488 140109339523714 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27906048 140730567273073 140730567275873 140730567275873 140730567278543 0
[pid=20344/tid=20409] ppid=20341 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/20344/task/20409/stat : 20409 (java) S 20341 20344 6396 0 -1 1077944384 3 13094 0 0 0 0 5 2 20 0 15 0 107314691 11246788608 13856 33554432000 4194304 4196468 140730567268768 140107201899232 140109339522773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27906048 140730567273073 140730567275873 140730567275873 140730567278543 0
[pid=20344/tid=20410] ppid=20341 vsize=10983192 memory=139978676602496 CPUtime=0.07 cores=1,3,5,7
/proc/20344/task/20410/stat : 20410 (java) S 20341 20344 6396 0 -1 1077944384 1 13094 0 0 0 0 5 2 20 0 15 0 107314691 11246788608 13856 33554432000 4194304 4196468 140730567268768 140108828424880 140109339523714 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27906048 140730567273073 140730567275873 140730567275873 140730567278543 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 55424 KiB

[startup+0.700723 s]
/proc/loadavg: 1.10 1.45 1.59 3/216 20410
/proc/meminfo: memFree=22703028/32770624 swapFree=67108860/67108860
[pid=20344] ppid=20341 vsize=10983192 memory=88788 CPUtime=0.99 cores=1,3,5,7
/proc/20344/stat : 20344 (java) S 20341 20344 6396 0 -1 1077944320 16761 13094 0 0 87 5 5 2 20 0 15 0 107314676 11246788608 22197 33554432000 4194304 4196468 140730567268768 140730567251312 140109339512567 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 27906048 140730567273073 140730567275873 140730567275873 140730567278543 0
/proc/20344/statm: 2745798 22197 3247 1 0 2708109 0
[pid=20344/tid=20397] ppid=20341 vsize=10983192 memory=0 CPUtime=0.65 cores=1,3,5,7
/proc/20344/task/20397/stat : 20397 (java) R 20341 20344 6396 0 -1 4202560 12162 13094 0 0 55 3 5 2 20 0 15 0 107314685 11246788608 22197 33554432000 4194304 4196468 140730567268768 140109311333392 140109322699376 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27906048 140730567273073 140730567275873 140730567275873 140730567278543 0
[pid=20344/tid=20398] ppid=20341 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20344/task/20398/stat : 20398 (java) S 20341 20344 6396 0 -1 1077944384 1 13094 0 0 0 0 5 2 20 0 15 0 107314686 11246788608 22197 33554432000 4194304 4196468 140730567268768 140109343755408 140109339522773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27906048 140730567273073 140730567275873 140730567275873 140730567278543 0
[pid=20344/tid=20399] ppid=20341 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20344/task/20399/stat : 20399 (java) S 20341 20344 6396 0 -1 1077944384 1 13094 0 0 0 0 5 2 20 0 15 0 107314686 11246788608 22197 33554432000 4194304 4196468 140730567268768 140109225020432 140109339522773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27906048 140730567273073 140730567275873 140730567275873 140730567278543 0
[pid=20344/tid=20400] ppid=20341 vsize=10983192 memory=32804 CPUtime=0.07 cores=1,3,5,7
/proc/20344/task/20400/stat : 20400 (java) S 20341 20344 6396 0 -1 1077944384 1 13094 0 0 0 0 5 2 20 0 15 0 107314686 11246788608 22197 33554432000 4194304 4196468 140730567268768 140109223967632 140109339522773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27906048 140730567273073 140730567275873 140730567275873 140730567278543 0
[pid=20344/tid=20401] ppid=20341 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20344/task/20401/stat : 20401 (java) S 20341 20344 6396 0 -1 1077944384 2 13094 0 0 0 0 5 2 20 0 15 0 107314686 11246788608 22197 33554432000 4194304 4196468 140730567268768 140109222914832 140109339522773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27906048 140730567273073 140730567275873 140730567275873 140730567278543 0
[pid=20344/tid=20402] ppid=20341 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20344/task/20402/stat : 20402 (java) S 20341 20344 6396 0 -1 1077944384 5 13094 0 0 0 0 5 2 20 0 15 0 107314687 11246788608 22197 33554432000 4194304 4196468 140730567268768 140108832635248 140109339523714 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27906048 140730567273073 140730567275873 140730567275873 140730567278543 0
[pid=20344/tid=20403] ppid=20341 vsize=10983192 memory=139978554356432 CPUtime=0.07 cores=1,3,5,7
/proc/20344/task/20403/stat : 20403 (java) S 20341 20344 6396 0 -1 1077944384 13 13094 0 0 0 0 5 2 20 0 15 0 107314688 11246788608 22197 33554432000 4194304 4196468 140730567268768 140108141421600 140109339522773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27906048 140730567273073 140730567275873 140730567275873 140730567278543 0
[pid=20344/tid=20404] ppid=20341 vsize=10983192 memory=139981574111843 CPUtime=0.07 cores=1,3,5,7
/proc/20344/task/20404/stat : 20404 (java) S 20341 20344 6396 0 -1 1077944384 1 13094 0 0 0 0 5 2 20 0 15 0 107314688 11246788608 22197 33554432000 4194304 4196468 140730567268768 140107940094832 140109339522773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27906048 140730567273073 140730567275873 140730567275873 140730567278543 0
[pid=20344/tid=20405] ppid=20341 vsize=10983192 memory=8600 CPUtime=0.07 cores=1,3,5,7
/proc/20344/task/20405/stat : 20405 (java) S 20341 20344 6396 0 -1 1077944384 3 13094 0 0 0 0 5 2 20 0 15 0 107314691 11246788608 22197 33554432000 4194304 4196468 140730567268768 140107632695120 140109339531163 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27906048 140730567273073 140730567275873 140730567275873 140730567278543 0
[pid=20344/tid=20406] ppid=20341 vsize=10983192 memory=7234564758908855872 CPUtime=0.13 cores=1,3,5,7
/proc/20344/task/20406/stat : 20406 (java) S 20341 20344 6396 0 -1 1077944384 727 13094 0 0 6 0 5 2 20 0 15 0 107314691 11246788608 22197 33554432000 4194304 4196468 140730567268768 140108831583088 140109339523714 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27906048 140730567273073 140730567275873 140730567275873 140730567278543 0
[pid=20344/tid=20407] ppid=20341 vsize=10983192 memory=7597685182856913236 CPUtime=0.17 cores=1,3,5,7
/proc/20344/task/20407/stat : 20407 (java) S 20341 20344 6396 0 -1 1077944384 944 13094 0 0 10 0 5 2 20 0 15 0 107314691 11246788608 22197 33554432000 4194304 4196468 140730567268768 140108830530288 140109339523714 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27906048 140730567273073 140730567275873 140730567275873 140730567278543 0
[pid=20344/tid=20408] ppid=20341 vsize=10983192 memory=5787220445994897765 CPUtime=0.2 cores=1,3,5,7
/proc/20344/task/20408/stat : 20408 (java) S 20341 20344 6396 0 -1 1077944384 708 13094 0 0 13 0 5 2 20 0 15 0 107314691 11246788608 22197 33554432000 4194304 4196468 140730567268768 140108829477488 140109339523714 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27906048 140730567273073 140730567275873 140730567275873 140730567278543 0
[pid=20344/tid=20409] ppid=20341 vsize=10983192 memory=4128 CPUtime=0.07 cores=1,3,5,7
/proc/20344/task/20409/stat : 20409 (java) S 20341 20344 6396 0 -1 1077944384 3 13094 0 0 0 0 5 2 20 0 15 0 107314691 11246788608 22197 33554432000 4194304 4196468 140730567268768 140107201899232 140109339522773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27906048 140730567273073 140730567275873 140730567275873 140730567278543 0
[pid=20344/tid=20410] ppid=20341 vsize=10983192 memory=2241 CPUtime=0.07 cores=1,3,5,7
/proc/20344/task/20410/stat : 20410 (java) S 20341 20344 6396 0 -1 1077944384 1 13094 0 0 0 0 5 2 20 0 15 0 107314691 11246788608 22197 33554432000 4194304 4196468 140730567268768 140108828424880 140109339523714 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27906048 140730567273073 140730567275873 140730567275873 140730567278543 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88788 KiB

[startup+1.50068 s]
/proc/loadavg: 1.10 1.45 1.59 3/216 20410
/proc/meminfo: memFree=22656572/32770624 swapFree=67108860/67108860
[pid=20344] ppid=20341 vsize=10998092 memory=177300 CPUtime=2.25 cores=1,3,5,7
/proc/20344/stat : 20344 (java) S 20341 20344 6396 0 -1 1077944320 23944 13094 0 0 208 10 5 2 20 0 15 0 107314676 11262046208 44296 33554432000 4194304 4196468 140730567268768 140730567251312 140109339512567 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 27906048 140730567273073 140730567275873 140730567275873 140730567278543 0
/proc/20344/statm: 2749523 44296 3472 1 0 2711181 0
[pid=20344/tid=20397] ppid=20341 vsize=10998092 memory=12813 CPUtime=1.42 cores=1,3,5,7
/proc/20344/task/20397/stat : 20397 (java) R 20341 20344 6396 0 -1 4202560 17831 13094 0 0 129 6 5 2 20 0 15 0 107314685 11262046208 44325 33554432000 4194304 4196468 140730567268768 140109311341952 140109323598992 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27906048 140730567273073 140730567275873 140730567275873 140730567278543 0
[pid=20344/tid=20398] ppid=20341 vsize=10998092 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/20344/task/20398/stat : 20398 (java) S 20341 20344 6396 0 -1 1077944384 200 13094 0 0 1 0 5 2 20 0 15 0 107314686 11262046208 44325 33554432000 4194304 4196468 140730567268768 140109343755408 140109339522773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27906048 140730567273073 140730567275873 140730567275873 140730567278543 0
[pid=20344/tid=20399] ppid=20341 vsize=10998092 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20344/task/20399/stat : 20399 (java) S 20341 20344 6396 0 -1 1077944384 24 13094 0 0 1 0 5 2 20 0 15 0 107314686 11262046208 44325 33554432000 4194304 4196468 140730567268768 140109225020432 140109339522773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27906048 140730567273073 140730567275873 140730567275873 140730567278543 0
[pid=20344/tid=20400] ppid=20341 vsize=10998092 memory=319 CPUtime=0.08 cores=1,3,5,7
/proc/20344/task/20400/stat : 20400 (java) S 20341 20344 6396 0 -1 1077944384 17 13094 0 0 1 0 5 2 20 0 15 0 107314686 11262046208 44325 33554432000 4194304 4196468 140730567268768 140109223967632 140109339522773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27906048 140730567273073 140730567275873 140730567275873 140730567278543 0
[pid=20344/tid=20401] ppid=20341 vsize=10998092 memory=88788 CPUtime=0.08 cores=1,3,5,7
/proc/20344/task/20401/stat : 20401 (java) S 20341 20344 6396 0 -1 1077944384 69 13094 0 0 1 0 5 2 20 0 15 0 107314686 11262046208 44325 33554432000 4194304 4196468 140730567268768 140109222914832 140109339522773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27906048 140730567273073 140730567275873 140730567275873 140730567278543 0
[pid=20344/tid=20402] ppid=20341 vsize=10998092 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20344/task/20402/stat : 20402 (java) S 20341 20344 6396 0 -1 1077944384 52 13094 0 0 1 0 5 2 20 0 15 0 107314687 11262046208 44325 33554432000 4194304 4196468 140730567268768 140108832635248 140109339523714 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27906048 140730567273073 140730567275873 140730567275873 140730567278543 0
[pid=20344/tid=20403] ppid=20341 vsize=10998092 memory=279957108654576 CPUtime=0.07 cores=1,3,5,7
/proc/20344/task/20403/stat : 20403 (java) S 20341 20344 6396 0 -1 1077944384 14 13094 0 0 0 0 5 2 20 0 15 0 107314688 11262046208 44325 33554432000 4194304 4196468 140730567268768 140108141421664 140109339522773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27906048 140730567273073 140730567275873 140730567275873 140730567278543 0
[pid=20344/tid=20404] ppid=20341 vsize=10998092 memory=279957108705376 CPUtime=0.07 cores=1,3,5,7
/proc/20344/task/20404/stat : 20404 (java) S 20341 20344 6396 0 -1 1077944384 1 13094 0 0 0 0 5 2 20 0 15 0 107314688 11262046208 44325 33554432000 4194304 4196468 140730567268768 140107940094848 140109339522773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27906048 140730567273073 140730567275873 140730567275873 140730567278543 0
[pid=20344/tid=20405] ppid=20341 vsize=10998092 memory=6791534058613427641 CPUtime=0.07 cores=1,3,5,7
/proc/20344/task/20405/stat : 20405 (java) S 20341 20344 6396 0 -1 1077944384 3 13094 0 0 0 0 5 2 20 0 15 0 107314691 11262046208 44325 33554432000 4194304 4196468 140730567268768 140107632695120 140109339531163 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27906048 140730567273073 140730567275873 140730567275873 140730567278543 0
[pid=20344/tid=20406] ppid=20341 vsize=10998092 memory=4638778398332698720 CPUtime=0.23 cores=1,3,5,7
/proc/20344/task/20406/stat : 20406 (java) S 20341 20344 6396 0 -1 1077944384 874 13094 0 0 16 0 5 2 20 0 15 0 107314691 11262046208 44325 33554432000 4194304 4196468 140730567268768 140108831583088 140109339523714 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27906048 140730567273073 140730567275873 140730567275873 140730567278543 0
[pid=20344/tid=20407] ppid=20341 vsize=10998092 memory=279957108988800 CPUtime=0.31 cores=1,3,5,7
/proc/20344/task/20407/stat : 20407 (java) S 20341 20344 6396 0 -1 1077944384 1420 13094 0 0 24 0 5 2 20 0 15 0 107314691 11262046208 44325 33554432000 4194304 4196468 140730567268768 140108830530288 140109339523714 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27906048 140730567273073 140730567275873 140730567275873 140730567278543 0
[pid=20344/tid=20408] ppid=20341 vsize=10998092 memory=-7531822216213012384 CPUtime=0.38 cores=1,3,5,7
/proc/20344/task/20408/stat : 20408 (java) R 20341 20344 6396 0 -1 4202560 1249 13094 0 0 31 0 5 2 20 0 15 0 107314691 11262046208 44325 33554432000 4194304 4196468 140730567268768 140108829477488 140109323593054 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27906048 140730567273073 140730567275873 140730567275873 140730567278543 0
[pid=20344/tid=20409] ppid=20341 vsize=10998092 memory=-7531822216213012384 CPUtime=0.07 cores=1,3,5,7
/proc/20344/task/20409/stat : 20409 (java) S 20341 20344 6396 0 -1 1077944384 3 13094 0 0 0 0 5 2 20 0 15 0 107314691 11262046208 44325 33554432000 4194304 4196468 140730567268768 140107201899232 140109339522773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27906048 140730567273073 140730567275873 140730567275873 140730567278543 0
[pid=20344/tid=20410] ppid=20341 vsize=10998092 memory=1399101730491701635 CPUtime=0.07 cores=1,3,5,7
/proc/20344/task/20410/stat : 20410 (java) S 20341 20344 6396 0 -1 1077944384 1 13094 0 0 0 0 5 2 20 0 15 0 107314691 11262046208 44325 33554432000 4194304 4196468 140730567268768 140108828424880 140109339523714 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27906048 140730567273073 140730567275873 140730567275873 140730567278543 0
Current children cumulated CPU time: 2.25 s
Current children cumulated vsize: 10998092 KiB
Current children cumulated memory: 177300 KiB

[startup+3.11051 s]
/proc/loadavg: 1.25 1.47 1.59 3/216 20410
/proc/meminfo: memFree=22530948/32770624 swapFree=67108860/67108860
[pid=20344] ppid=20341 vsize=11010400 memory=244000 CPUtime=5.69 cores=1,3,5,7
/proc/20344/stat : 20344 (java) S 20341 20344 6396 0 -1 1077944320 31102 13094 0 0 547 15 5 2 20 0 15 0 107314676 11274649600 61000 33554432000 4194304 4196468 140730567268768 140730567251312 140109339512567 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 27906048 140730567273073 140730567275873 140730567275873 140730567278543 0
/proc/20344/statm: 2752600 61000 3493 1 0 2714253 0
[pid=20344/tid=20397] ppid=20341 vsize=11010400 memory=190892 CPUtime=2.98 cores=1,3,5,7
/proc/20344/task/20397/stat : 20397 (java) R 20341 20344 6396 0 -1 4202560 21858 13094 0 0 283 8 5 2 20 0 15 0 107314685 11274649600 61000 33554432000 4194304 4196468 140730567268768 140109311337072 140109323593054 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27906048 140730567273073 140730567275873 140730567275873 140730567278543 0
[pid=20344/tid=20398] ppid=20341 vsize=11010400 memory=12813 CPUtime=0.1 cores=1,3,5,7
/proc/20344/task/20398/stat : 20398 (java) S 20341 20344 6396 0 -1 1077944384 201 13094 0 0 3 0 5 2 20 0 15 0 107314686 11274649600 61000 33554432000 4194304 4196468 140730567268768 140109343755408 140109339522773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27906048 140730567273073 140730567275873 140730567275873 140730567278543 0
[pid=20344/tid=20399] ppid=20341 vsize=11010400 memory=139978554450328 CPUtime=0.1 cores=1,3,5,7
/proc/20344/task/20399/stat : 20399 (java) S 20341 20344 6396 0 -1 1077944384 49 13094 0 0 3 0 5 2 20 0 15 0 107314686 11274649600 61000 33554432000 4194304 4196468 140730567268768 140109225020432 140109339522773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27906048 140730567273073 140730567275873 140730567275873 140730567278543 0
[pid=20344/tid=20400] ppid=20341 vsize=11010400 memory=-7679004722349093442 CPUtime=0.1 cores=1,3,5,7
/proc/20344/task/20400/stat : 20400 (java) S 20341 20344 6396 0 -1 1077944384 40 13094 0 0 3 0 5 2 20 0 15 0 107314686 11274649600 61000 33554432000 4194304 4196468 140730567268768 140109223967632 140109339522773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27906048 140730567273073 140730567275873 140730567275873 140730567278543 0
[pid=20344/tid=20401] ppid=20341 vsize=11010400 memory=16412 CPUtime=0.1 cores=1,3,5,7
/proc/20344/task/20401/stat : 20401 (java) S 20341 20344 6396 0 -1 1077944384 81 13094 0 0 3 0 5 2 20 0 15 0 107314686 11274649600 61000 33554432000 4194304 4196468 140730567268768 140109222914832 140109339522773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27906048 140730567273073 140730567275873 140730567275873 140730567278543 0
[pid=20344/tid=20402] ppid=20341 vsize=11010400 memory=17440 CPUtime=0.1 cores=1,3,5,7
/proc/20344/task/20402/stat : 20402 (java) S 20341 20344 6396 0 -1 1077944384 286 13094 0 0 3 0 5 2 20 0 15 0 107314687 11274649600 61000 33554432000 4194304 4196468 140730567268768 140108832635248 140109339523714 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27906048 140730567273073 140730567275873 140730567275873 140730567278543 0
[pid=20344/tid=20403] ppid=20341 vsize=11010400 memory=4048 CPUtime=0.07 cores=1,3,5,7
/proc/20344/task/20403/stat : 20403 (java) S 20341 20344 6396 0 -1 1077944384 14 13094 0 0 0 0 5 2 20 0 15 0 107314688 11274649600 61000 33554432000 4194304 4196468 140730567268768 140108141421664 140109339522773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27906048 140730567273073 140730567275873 140730567275873 140730567278543 0
[pid=20344/tid=20404] ppid=20341 vsize=11010400 memory=6791534058613427641 CPUtime=0.07 cores=1,3,5,7
/proc/20344/task/20404/stat : 20404 (java) S 20341 20344 6396 0 -1 1077944384 1 13094 0 0 0 0 5 2 20 0 15 0 107314688 11274649600 61000 33554432000 4194304 4196468 140730567268768 140107940094848 140109339522773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27906048 140730567273073 140730567275873 140730567275873 140730567278543 0
[pid=20344/tid=20405] ppid=20341 vsize=11010400 memory=6944656592455360604 CPUtime=0.07 cores=1,3,5,7
/proc/20344/task/20405/stat : 20405 (java) S 20341 20344 6396 0 -1 1077944384 3 13094 0 0 0 0 5 2 20 0 15 0 107314691 11274649600 61000 33554432000 4194304 4196468 140730567268768 140107632695120 140109339531163 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27906048 140730567273073 140730567275873 140730567275873 140730567278543 0
[pid=20344/tid=20406] ppid=20341 vsize=11010400 memory=6655300316396806240 CPUtime=0.72 cores=1,3,5,7
/proc/20344/task/20406/stat : 20406 (java) S 20341 20344 6396 0 -1 1077944384 1422 13094 0 0 64 1 5 2 20 0 15 0 107314691 11274649600 61000 33554432000 4194304 4196468 140730567268768 140108831583088 140109339523714 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27906048 140730567273073 140730567275873 140730567275873 140730567278543 0
[pid=20344/tid=20407] ppid=20341 vsize=11010400 memory=4128 CPUtime=0.8 cores=1,3,5,7
/proc/20344/task/20407/stat : 20407 (java) R 20341 20344 6396 0 -1 4202560 1746 13094 0 0 72 1 5 2 20 0 15 0 107314691 11274649600 61000 33554432000 4194304 4196468 140730567268768 140108830520208 140109324394256 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27906048 140730567273073 140730567275873 140730567275873 140730567278543 0
[pid=20344/tid=20408] ppid=20341 vsize=11010400 memory=30468 CPUtime=1.17 cores=1,3,5,7
/proc/20344/task/20408/stat : 20408 (java) S 20341 20344 6396 0 -1 1077944384 3213 13094 0 0 109 1 5 2 20 0 15 0 107314691 11274649600 61000 33554432000 4194304 4196468 140730567268768 140108829477488 140109339523714 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27906048 140730567273073 140730567275873 140730567275873 140730567278543 0
[pid=20344/tid=20409] ppid=20341 vsize=11010400 memory=87617332858799 CPUtime=0.07 cores=1,3,5,7
/proc/20344/task/20409/stat : 20409 (java) S 20341 20344 6396 0 -1 1077944384 3 13094 0 0 0 0 5 2 20 0 15 0 107314691 11274649600 61000 33554432000 4194304 4196468 140730567268768 140107201899232 140109339522773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27906048 140730567273073 140730567275873 140730567275873 140730567278543 0
[pid=20344/tid=20410] ppid=20341 vsize=11010400 memory=8996927262957663786 CPUtime=0.07 cores=1,3,5,7
/proc/20344/task/20410/stat : 20410 (java) S 20341 20344 6396 0 -1 1077944384 1 13094 0 0 0 0 5 2 20 0 15 0 107314691 11274649600 61000 33554432000 4194304 4196468 140730567268768 140108828424880 140109339523714 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27906048 140730567273073 140730567275873 140730567275873 140730567278543 0
Current children cumulated CPU time: 5.69 s
Current children cumulated vsize: 11010400 KiB
Current children cumulated memory: 244000 KiB

[startup+3.90268 s]
# the end of solver process 20344 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=7.44503 s, system=0.243512 s

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

[startup+3.20094 s]
/proc/loadavg: 1.25 1.47 1.59 3/216 20410
/proc/meminfo: memFree=22530948/32770624 swapFree=67108860/67108860
[pid=20344] ppid=20341 vsize=11010400 memory=245708 CPUtime=5.88 cores=1,3,5,7
/proc/20344/stat : 20344 (java) S 20341 20344 6396 0 -1 1077944320 33013 13094 0 0 566 15 5 2 20 0 15 0 107314676 11274649600 61427 33554432000 4194304 4196468 140730567268768 140730567251312 140109339512567 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 27906048 140730567273073 140730567275873 140730567275873 140730567278543 0
/proc/20344/statm: 2752600 61427 3493 1 0 2714253 0
[pid=20344/tid=20397] ppid=20341 vsize=11010400 memory=6791534058613427641 CPUtime=3.07 cores=1,3,5,7
/proc/20344/task/20397/stat : 20397 (java) R 20341 20344 6396 0 -1 4202560 23219 13094 0 0 292 8 5 2 20 0 15 0 107314685 11274649600 61427 33554432000 4194304 4196468 140730567268768 140109311345328 140109325192689 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27906048 140730567273073 140730567275873 140730567275873 140730567278543 0
[pid=20344/tid=20398] ppid=20341 vsize=11010400 memory=1952 CPUtime=0.1 cores=1,3,5,7
/proc/20344/task/20398/stat : 20398 (java) S 20341 20344 6396 0 -1 1077944384 201 13094 0 0 3 0 5 2 20 0 15 0 107314686 11274649600 61427 33554432000 4194304 4196468 140730567268768 140109343755408 140109339522773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27906048 140730567273073 140730567275873 140730567275873 140730567278543 0
[pid=20344/tid=20399] ppid=20341 vsize=11010400 memory=1200 CPUtime=0.1 cores=1,3,5,7
/proc/20344/task/20399/stat : 20399 (java) S 20341 20344 6396 0 -1 1077944384 49 13094 0 0 3 0 5 2 20 0 15 0 107314686 11274649600 61427 33554432000 4194304 4196468 140730567268768 140109225020432 140109339522773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27906048 140730567273073 140730567275873 140730567275873 140730567278543 0
[pid=20344/tid=20400] ppid=20341 vsize=11010400 memory=8600 CPUtime=0.1 cores=1,3,5,7
/proc/20344/task/20400/stat : 20400 (java) S 20341 20344 6396 0 -1 1077944384 40 13094 0 0 3 0 5 2 20 0 15 0 107314686 11274649600 61427 33554432000 4194304 4196468 140730567268768 140109223967632 140109339522773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27906048 140730567273073 140730567275873 140730567275873 140730567278543 0
[pid=20344/tid=20401] ppid=20341 vsize=11010400 memory=4616 CPUtime=0.1 cores=1,3,5,7
/proc/20344/task/20401/stat : 20401 (java) S 20341 20344 6396 0 -1 1077944384 81 13094 0 0 3 0 5 2 20 0 15 0 107314686 11274649600 61427 33554432000 4194304 4196468 140730567268768 140109222914832 140109339522773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27906048 140730567273073 140730567275873 140730567275873 140730567278543 0
[pid=20344/tid=20402] ppid=20341 vsize=11010400 memory=1428 CPUtime=0.1 cores=1,3,5,7
/proc/20344/task/20402/stat : 20402 (java) S 20341 20344 6396 0 -1 1077944384 286 13094 0 0 3 0 5 2 20 0 15 0 107314687 11274649600 61427 33554432000 4194304 4196468 140730567268768 140108832635248 140109339523714 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27906048 140730567273073 140730567275873 140730567275873 140730567278543 0
[pid=20344/tid=20403] ppid=20341 vsize=11010400 memory=15876 CPUtime=0.07 cores=1,3,5,7
/proc/20344/task/20403/stat : 20403 (java) S 20341 20344 6396 0 -1 1077944384 14 13094 0 0 0 0 5 2 20 0 15 0 107314688 11274649600 61427 33554432000 4194304 4196468 140730567268768 140108141421664 140109339522773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27906048 140730567273073 140730567275873 140730567275873 140730567278543 0
[pid=20344/tid=20404] ppid=20341 vsize=11010400 memory=16412 CPUtime=0.07 cores=1,3,5,7
/proc/20344/task/20404/stat : 20404 (java) S 20341 20344 6396 0 -1 1077944384 1 13094 0 0 0 0 5 2 20 0 15 0 107314688 11274649600 61427 33554432000 4194304 4196468 140730567268768 140107940094848 140109339522773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27906048 140730567273073 140730567275873 140730567275873 140730567278543 0
[pid=20344/tid=20405] ppid=20341 vsize=11010400 memory=17440 CPUtime=0.07 cores=1,3,5,7
/proc/20344/task/20405/stat : 20405 (java) S 20341 20344 6396 0 -1 1077944384 3 13094 0 0 0 0 5 2 20 0 15 0 107314691 11274649600 61427 33554432000 4194304 4196468 140730567268768 140107632695120 140109339531163 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27906048 140730567273073 140730567275873 140730567275873 140730567278543 0
[pid=20344/tid=20406] ppid=20341 vsize=11010400 memory=4048 CPUtime=0.75 cores=1,3,5,7
/proc/20344/task/20406/stat : 20406 (java) R 20341 20344 6396 0 -1 4202560 1900 13094 0 0 67 1 5 2 20 0 15 0 107314691 11274649600 61428 33554432000 4194304 4196468 140730567268768 140108831583088 140109317877243 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27906048 140730567273073 140730567275873 140730567275873 140730567278543 0
[pid=20344/tid=20407] ppid=20341 vsize=11010400 memory=1796 CPUtime=0.82 cores=1,3,5,7
/proc/20344/task/20407/stat : 20407 (java) S 20341 20344 6396 0 -1 1077944384 1769 13094 0 0 74 1 5 2 20 0 15 0 107314691 11274649600 61428 33554432000 4194304 4196468 140730567268768 140108830530288 140109339523714 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27906048 140730567273073 140730567275873 140730567275873 140730567278543 0
[pid=20344/tid=20408] ppid=20341 vsize=11010400 memory=636 CPUtime=1.22 cores=1,3,5,7
/proc/20344/task/20408/stat : 20408 (java) S 20341 20344 6396 0 -1 1077944384 3315 13094 0 0 114 1 5 2 20 0 15 0 107314691 11274649600 61428 33554432000 4194304 4196468 140730567268768 140108829477488 140109339523714 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27906048 140730567273073 140730567275873 140730567275873 140730567278543 0
[pid=20344/tid=20409] ppid=20341 vsize=11010400 memory=960 CPUtime=0.07 cores=1,3,5,7
/proc/20344/task/20409/stat : 20409 (java) S 20341 20344 6396 0 -1 1077944384 3 13094 0 0 0 0 5 2 20 0 15 0 107314691 11274649600 61428 33554432000 4194304 4196468 140730567268768 140107201899232 140109339522773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27906048 140730567273073 140730567275873 140730567275873 140730567278543 0
[pid=20344/tid=20410] ppid=20341 vsize=11010400 memory=186100 CPUtime=0.07 cores=1,3,5,7
/proc/20344/task/20410/stat : 20410 (java) S 20341 20344 6396 0 -1 1077944384 1 13094 0 0 0 0 5 2 20 0 15 0 107314691 11274649600 61428 33554432000 4194304 4196468 140730567268768 140108828424880 140109339523714 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27906048 140730567273073 140730567275873 140730567275873 140730567278543 0
Current children cumulated CPU time: 5.88 s
Current children cumulated vsize: 11010400 KiB
Current children cumulated memory: 245708 KiB

[startup+3.60077 s]
/proc/loadavg: 1.25 1.47 1.59 3/216 20410
/proc/meminfo: memFree=22530948/32770624 swapFree=67108860/67108860
[pid=20344] ppid=20341 vsize=11077984 memory=318580 CPUtime=7.16 cores=1,3,5,7
/proc/20344/stat : 20344 (java) S 20341 20344 6396 0 -1 1077944320 64707 13094 0 0 690 19 5 2 20 0 15 0 107314676 11343855616 79645 33554432000 4194304 4196468 140730567268768 140730567251312 140109339512567 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 27906048 140730567273073 140730567275873 140730567275873 140730567278543 0
/proc/20344/statm: 2769496 79645 3493 1 0 2731149 0
[pid=20344/tid=20397] ppid=20341 vsize=11077984 memory=7682744562830902035 CPUtime=3.47 cores=1,3,5,7
/proc/20344/task/20397/stat : 20397 (java) R 20341 20344 6396 0 -1 4202560 44655 13094 0 0 329 11 5 2 20 0 15 0 107314685 11343855616 79645 33554432000 4194304 4196468 140730567268768 140109311342272 140109325751985 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27906048 140730567273073 140730567275873 140730567275873 140730567278543 0
[pid=20344/tid=20398] ppid=20341 vsize=11077984 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/20344/task/20398/stat : 20398 (java) S 20341 20344 6396 0 -1 1077944384 201 13094 0 0 3 0 5 2 20 0 15 0 107314686 11343855616 79645 33554432000 4194304 4196468 140730567268768 140109343755408 140109339522773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27906048 140730567273073 140730567275873 140730567275873 140730567278543 0
[pid=20344/tid=20399] ppid=20341 vsize=11077984 memory=7518311421200459622 CPUtime=0.1 cores=1,3,5,7
/proc/20344/task/20399/stat : 20399 (java) S 20341 20344 6396 0 -1 1077944384 49 13094 0 0 3 0 5 2 20 0 15 0 107314686 11343855616 79645 33554432000 4194304 4196468 140730567268768 140109225020432 140109339522773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27906048 140730567273073 140730567275873 140730567275873 140730567278543 0
[pid=20344/tid=20400] ppid=20341 vsize=11077984 memory=7379242995857713767 CPUtime=0.1 cores=1,3,5,7
/proc/20344/task/20400/stat : 20400 (java) S 20341 20344 6396 0 -1 1077944384 40 13094 0 0 3 0 5 2 20 0 15 0 107314686 11343855616 79645 33554432000 4194304 4196468 140730567268768 140109223967632 140109339522773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27906048 140730567273073 140730567275873 140730567275873 140730567278543 0
[pid=20344/tid=20401] ppid=20341 vsize=11077984 memory=7379242995857713767 CPUtime=0.1 cores=1,3,5,7
/proc/20344/task/20401/stat : 20401 (java) S 20341 20344 6396 0 -1 1077944384 81 13094 0 0 3 0 5 2 20 0 15 0 107314686 11343855616 79645 33554432000 4194304 4196468 140730567268768 140109222914832 140109339522773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27906048 140730567273073 140730567275873 140730567275873 140730567278543 0
[pid=20344/tid=20402] ppid=20341 vsize=11077984 memory=6226340161524295272 CPUtime=0.1 cores=1,3,5,7
/proc/20344/task/20402/stat : 20402 (java) S 20341 20344 6396 0 -1 1077944384 841 13094 0 0 3 0 5 2 20 0 15 0 107314687 11343855616 79645 33554432000 4194304 4196468 140730567268768 140108832635248 140109339523714 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27906048 140730567273073 140730567275873 140730567275873 140730567278543 0
[pid=20344/tid=20403] ppid=20341 vsize=11077984 memory=7523091011198150742 CPUtime=0.07 cores=1,3,5,7
/proc/20344/task/20403/stat : 20403 (java) S 20341 20344 6396 0 -1 1077944384 14 13094 0 0 0 0 5 2 20 0 15 0 107314688 11343855616 79645 33554432000 4194304 4196468 140730567268768 140108141421664 140109339522773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27906048 140730567273073 140730567275873 140730567275873 140730567278543 0
[pid=20344/tid=20404] ppid=20341 vsize=11077984 memory=279957108428368 CPUtime=0.07 cores=1,3,5,7
/proc/20344/task/20404/stat : 20404 (java) S 20341 20344 6396 0 -1 1077944384 1 13094 0 0 0 0 5 2 20 0 15 0 107314688 11343855616 79645 33554432000 4194304 4196468 140730567268768 140107940094848 140109339522773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27906048 140730567273073 140730567275873 140730567275873 140730567278543 0
[pid=20344/tid=20405] ppid=20341 vsize=11077984 memory=11379867136 CPUtime=0.07 cores=1,3,5,7
/proc/20344/task/20405/stat : 20405 (java) S 20341 20344 6396 0 -1 1077944384 3 13094 0 0 0 0 5 2 20 0 15 0 107314691 11343855616 79645 33554432000 4194304 4196468 140730567268768 140107632695120 140109339531163 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27906048 140730567273073 140730567275873 140730567275873 140730567278543 0
[pid=20344/tid=20406] ppid=20341 vsize=11077984 memory=7300481507411732881 CPUtime=1.14 cores=1,3,5,7
/proc/20344/task/20406/stat : 20406 (java) R 20341 20344 6396 0 -1 4202560 6993 13094 0 0 106 1 5 2 20 0 15 0 107314691 11343855616 79645 33554432000 4194304 4196468 140730567268768 140108831569192 140109324619996 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27906048 140730567273073 140730567275873 140730567275873 140730567278543 0
[pid=20344/tid=20407] ppid=20341 vsize=11077984 memory=6296121684751574865 CPUtime=1.19 cores=1,3,5,7
/proc/20344/task/20407/stat : 20407 (java) R 20341 20344 6396 0 -1 4202560 5169 13094 0 0 111 1 5 2 20 0 15 0 107314691 11343855616 79645 33554432000 4194304 4196468 140730567268768 140108830511304 140109319205667 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27906048 140730567273073 140730567275873 140730567275873 140730567278543 0
[pid=20344/tid=20408] ppid=20341 vsize=11077984 memory=33 CPUtime=1.33 cores=1,3,5,7
/proc/20344/task/20408/stat : 20408 (java) S 20341 20344 6396 0 -1 1077944384 4474 13094 0 0 125 1 5 2 20 0 15 0 107314691 11343855616 79645 33554432000 4194304 4196468 140730567268768 140108829477488 140109339523714 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27906048 140730567273073 140730567275873 140730567275873 140730567278543 0
[pid=20344/tid=20409] ppid=20341 vsize=11077984 memory=-7595718316223324558 CPUtime=0.07 cores=1,3,5,7
/proc/20344/task/20409/stat : 20409 (java) S 20341 20344 6396 0 -1 1077944384 3 13094 0 0 0 0 5 2 20 0 15 0 107314691 11343855616 79645 33554432000 4194304 4196468 140730567268768 140107201899232 140109339522773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27906048 140730567273073 140730567275873 140730567275873 140730567278543 0
[pid=20344/tid=20410] ppid=20341 vsize=11077984 memory=-7595761213668167008 CPUtime=0.07 cores=1,3,5,7
/proc/20344/task/20410/stat : 20410 (java) S 20341 20344 6396 0 -1 1077944384 6 13094 0 0 0 0 5 2 20 0 15 0 107314691 11343855616 79645 33554432000 4194304 4196468 140730567268768 140108828424880 140109339523714 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27906048 140730567273073 140730567275873 140730567275873 140730567278543 0
Current children cumulated CPU time: 7.16 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 318580 KiB

[startup+3.80069 s]*
/proc/loadavg: 1.25 1.47 1.59 2/203 20411
/proc/meminfo: memFree=22744288/32770624 swapFree=67108860/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0
Real time (s): 3.90271
CPU time (s): 7.68855
CPU user time (s): 7.44503
CPU system time (s): 0.243512
CPU usage (%): 197.005
Max. virtual memory (cumulated for all children) (KiB): 11080260
Max. memory (cumulated for all children) (KiB): 324292

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.44503
system time used= 0.243512
maximum resident set size= 327188
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 79359
page faults= 0
swaps= 0
block input operations= 0
block output operations= 176
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6457
involuntary context switches= 38


# summary of solver processes directly reported to runsolver:
#   pid: 20344
#   total CPU time (s): 7.68855
#   total CPU user time (s): 7.44503
#   total CPU system time (s): 0.243512

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.0456 second user time and 0.075677 second system time

The end

Launcher Data

Begin job on node139 at 2018-07-29 22:51:55
IDJOB=4302365
IDBENCH=141465
IDSOLVER=2776
FILE ID=node139/4302365-1532897515
RUNJOBID= node139-1532895510-17593
PBS_JOBID= 21022510
Free space on /tmp= 45020 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/Rcpsp/Rcpsp-j30-01-01_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302365-1532897515/watcher-4302365-1532897515 -o /tmp/evaluation-result-4302365-1532897515/solver-4302365-1532897515 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node139-1532895510-17593 --watchdog 312  bin/xcsp-3-concrete -J-Xss64M -randomseed=1421604929 HOME/instance-4302365-1532897515.xml

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

MD5SUM BENCH= a355aea041a776e2482d6f32cb7a537a
RANDOM SEED=1421604929

node139.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.80
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.80
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.80
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.80
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:        22756236 kB
MemAvailable:   30821716 kB
Buffers:          255076 kB
Cached:          7923868 kB
SwapCached:            0 kB
Active:          4200440 kB
Inactive:        5139668 kB
Active(anon):    1115548 kB
Inactive(anon):    73544 kB
Active(file):    3084892 kB
Inactive(file):  5066124 kB
Unevictable:        7308 kB
Mlocked:            7308 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26604 kB
Writeback:             0 kB
AnonPages:       1168500 kB
Mapped:            58152 kB
Shmem:             25228 kB
Slab:             372052 kB
SReclaimable:     342924 kB
SUnreclaim:        29128 kB
KernelStack:        3504 kB
PageTables:         7504 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2300712 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    903168 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 44996 MiB
End job on node139 at 2018-07-29 22:51:59