Trace number 4304596

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.9.2-SuperNGOPT47 7.79934 3.8006

General information on the benchmark

NameRcpsp/
Rcpsp-j30-01-02_c18.xml
MD5SUM89f30685fe777f1ae52e0ef342afd904
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.21042
Satisfiable
(Un)Satisfiability was proved
Number of variables32
Number of constraints52
Number of domains2
Minimum domain size1
Maximum domain size160
Distribution of domain sizes[{"size":1,"count":1},{"size":160,"count":31}]
Minimum variable degree3
Maximum variable degree5
Distribution of variable degrees[{"degree":3,"count":12},{"degree":4,"count":9},{"degree":5,"count":11}]
Minimum constraint arity2
Maximum constraint arity9
Distribution of constraint arities[{"arity":2,"count":48},{"arity":6,"count":1},{"arity":7,"count":1},{"arity":8,"count":1},{"arity":9,"count":1}]
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.35/3.67	o 48
7.65/3.70	o 47
7.65/3.71	v <instantiation cost="47">
7.65/3.71	v       <list>
7.65/3.71	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.65/3.71	v       </list>
7.65/3.71	v       <values>
7.65/3.71	v         0 0 0 1 10 11 8 31 10 8 15 29 27 33 14 14 14 26 25 26 24 13 33 37 35 24 33 35 39 39 38 47
7.65/3.71	v       </values>
7.65/3.71	v     </instantiation>
7.65/3.71	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 (1838 MiB free)
  memory of node 1: 16384 MiB (4233 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4304596-1534119796/watcher-4304596-1534119796 -o /tmp/evaluation-result-4304596-1534119796/solver-4304596-1534119796 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1534097471-21026 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=1487555756 -superng HOME/instance-4304596-1534119796.xml 

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

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

solver pid=25974, runsolver pid=25971

[startup+0.100106 s]*
/proc/loadavg: 1.94 1.83 1.73 3/210 26031
/proc/meminfo: memFree=6211820/32770624 swapFree=67108852/67108860
[pid=25974] ppid=25971 vsize=10005480 memory=17072 CPUtime=0.08 cores=1,3,5,7
/proc/25974/stat : 25974 (java) S 25971 25974 20994 0 -1 1077944320 4424 12916 0 0 1 0 5 2 20 0 6 0 229542745 10245611520 4268 33554432000 4194304 4196468 140725577130480 140725577113024 139716423442167 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9244672 140725577132643 140725577135452 140725577135452 140725577138127 0
/proc/25974/statm: 2501370 4268 1934 1 0 2489808 0
[pid=25974/tid=26027] ppid=25971 vsize=10005480 memory=4279135703946853774 CPUtime=0.08 cores=1,3,5,7
/proc/25974/task/26027/stat : 26027 (java) R 25971 25974 20994 0 -1 4202560 2233 12916 0 0 1 0 5 2 20 0 6 0 229542754 10245611520 4268 33554432000 4194304 4196468 140725577130480 139716395278928 139716407522654 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9244672 140725577132643 140725577135452 140725577135452 140725577138127 0
[pid=25974/tid=26028] ppid=25971 vsize=10005480 memory=8257237230052613020 CPUtime=0.07 cores=1,3,5,7
/proc/25974/task/26028/stat : 26028 (java) S 25971 25974 20994 0 -1 1077944384 1 12916 0 0 0 0 5 2 20 0 6 0 229542754 10245611520 4268 33554432000 4194304 4196468 140725577130480 139716427684240 139716423452373 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9244672 140725577132643 140725577135452 140725577135452 140725577138127 0
[pid=25974/tid=26029] ppid=25971 vsize=10005480 memory=140410456213120 CPUtime=0.07 cores=1,3,5,7
/proc/25974/task/26029/stat : 26029 (java) S 25971 25974 20994 0 -1 1077944384 1 12916 0 0 0 0 5 2 20 0 6 0 229542754 10245611520 4268 33554432000 4194304 4196468 140725577130480 139715963382032 139716423452373 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9244672 140725577132643 140725577135452 140725577135452 140725577138127 0
[pid=25974/tid=26030] ppid=25971 vsize=10005480 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25974/task/26030/stat : 26030 (java) S 25971 25974 20994 0 -1 1077944384 1 12916 0 0 0 0 5 2 20 0 6 0 229542754 10245611520 4268 33554432000 4194304 4196468 140725577130480 139715962329744 139716423452373 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9244672 140725577132643 140725577135452 140725577135452 140725577138127 0
[pid=25974/tid=26031] ppid=25971 vsize=10005480 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/25974/task/26031/stat : 26031 (java) S 25971 25974 20994 0 -1 1077944384 2 12916 0 0 0 0 5 2 20 0 6 0 229542754 10245611520 4268 33554432000 4194304 4196468 140725577130480 139715961276944 139716423452373 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9244672 140725577132643 140725577135452 140725577135452 140725577138127 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 17072 KiB

[startup+0.210436 s]*
/proc/loadavg: 1.94 1.83 1.73 3/219 26040
/proc/meminfo: memFree=6182536/32770624 swapFree=67108852/67108860
[pid=25974] ppid=25971 vsize=10982696 memory=46576 CPUtime=0.26 cores=1,3,5,7
/proc/25974/stat : 25974 (java) S 25971 25974 20994 0 -1 1077944320 8542 12916 0 0 17 2 5 2 20 0 15 0 229542745 11246280704 11644 33554432000 4194304 4196468 140725577130480 140725577113024 139716423442167 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9244672 140725577132643 140725577135452 140725577135452 140725577138127 0
/proc/25974/statm: 2745674 11644 2918 1 0 2708109 0
[pid=25974/tid=26027] ppid=25971 vsize=10982696 memory=-6517102902069810590 CPUtime=0.18 cores=1,3,5,7
/proc/25974/task/26027/stat : 26027 (java) R 25971 25974 20994 0 -1 4202560 5063 12916 0 0 10 1 5 2 20 0 15 0 229542754 11246280704 11644 33554432000 4194304 4196468 140725577130480 139716395239824 139716405005742 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9244672 140725577132643 140725577135452 140725577135452 140725577138127 0
[pid=25974/tid=26028] ppid=25971 vsize=10982696 memory=-7025452035940392864 CPUtime=0.07 cores=1,3,5,7
/proc/25974/task/26028/stat : 26028 (java) S 25971 25974 20994 0 -1 1077944384 1 12916 0 0 0 0 5 2 20 0 15 0 229542754 11246280704 11644 33554432000 4194304 4196468 140725577130480 139716427684240 139716423452373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9244672 140725577132643 140725577135452 140725577135452 140725577138127 0
[pid=25974/tid=26029] ppid=25971 vsize=10982696 memory=140410456213120 CPUtime=0.07 cores=1,3,5,7
/proc/25974/task/26029/stat : 26029 (java) S 25971 25974 20994 0 -1 1077944384 1 12916 0 0 0 0 5 2 20 0 15 0 229542754 11246280704 11644 33554432000 4194304 4196468 140725577130480 139715963382032 139716423452373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9244672 140725577132643 140725577135452 140725577135452 140725577138127 0
[pid=25974/tid=26030] ppid=25971 vsize=10982696 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25974/task/26030/stat : 26030 (java) S 25971 25974 20994 0 -1 1077944384 1 12916 0 0 0 0 5 2 20 0 15 0 229542754 11246280704 11644 33554432000 4194304 4196468 140725577130480 139715962329744 139716423452373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9244672 140725577132643 140725577135452 140725577135452 140725577138127 0
[pid=25974/tid=26031] ppid=25971 vsize=10982696 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/25974/task/26031/stat : 26031 (java) S 25971 25974 20994 0 -1 1077944384 2 12916 0 0 0 0 5 2 20 0 15 0 229542754 11246280704 11644 33554432000 4194304 4196468 140725577130480 139715961276944 139716423452373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9244672 140725577132643 140725577135452 140725577135452 140725577138127 0
[pid=25974/tid=26032] ppid=25971 vsize=10982696 memory=140410456213120 CPUtime=0.07 cores=1,3,5,7
/proc/25974/task/26032/stat : 26032 (java) S 25971 25974 20994 0 -1 1077944384 2 12916 0 0 0 0 5 2 20 0 15 0 229542756 11246280704 11644 33554432000 4194304 4196468 140725577130480 139715849280112 139716423453314 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9244672 140725577132643 140725577135452 140725577135452 140725577138127 0
[pid=25974/tid=26033] ppid=25971 vsize=10982696 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/25974/task/26033/stat : 26033 (java) S 25971 25974 20994 0 -1 1077944384 13 12916 0 0 0 0 5 2 20 0 15 0 229542756 11246280704 11644 33554432000 4194304 4196468 140725577130480 139715232654624 139716423452373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9244672 140725577132643 140725577135452 140725577135452 140725577138127 0
[pid=25974/tid=26034] ppid=25971 vsize=10982696 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25974/task/26034/stat : 26034 (java) S 25971 25974 20994 0 -1 1077944384 1 12916 0 0 0 0 5 2 20 0 15 0 229542757 11246280704 11644 33554432000 4194304 4196468 140725577130480 139715084805744 139716423452373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9244672 140725577132643 140725577135452 140725577135452 140725577138127 0
[pid=25974/tid=26035] ppid=25971 vsize=10982696 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25974/task/26035/stat : 26035 (java) S 25971 25974 20994 0 -1 1077944384 2 12916 0 0 0 0 5 2 20 0 15 0 229542759 11246280704 11644 33554432000 4194304 4196468 140725577130480 139714816371280 139716423460763 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9244672 140725577132643 140725577135452 140725577135452 140725577138127 0
[pid=25974/tid=26036] ppid=25971 vsize=10982696 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25974/task/26036/stat : 26036 (java) S 25971 25974 20994 0 -1 1077944384 445 12916 0 0 1 0 5 2 20 0 15 0 229542759 11246280704 11644 33554432000 4194304 4196468 140725577130480 139715848226928 139716423453314 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9244672 140725577132643 140725577135452 140725577135452 140725577138127 0
[pid=25974/tid=26037] ppid=25971 vsize=10982696 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/25974/task/26037/stat : 26037 (java) S 25971 25974 20994 0 -1 1077944384 192 12916 0 0 1 0 5 2 20 0 15 0 229542759 11246280704 11644 33554432000 4194304 4196468 140725577130480 139715847174128 139716423453314 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9244672 140725577132643 140725577135452 140725577135452 140725577138127 0
[pid=25974/tid=26038] ppid=25971 vsize=10982696 memory=140410456213120 CPUtime=0.1 cores=1,3,5,7
/proc/25974/task/26038/stat : 26038 (java) S 25971 25974 20994 0 -1 1077944384 619 12916 0 0 3 0 5 2 20 0 15 0 229542759 11246280704 11644 33554432000 4194304 4196468 140725577130480 139715846121840 139716423453314 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9244672 140725577132643 140725577135452 140725577135452 140725577138127 0
[pid=25974/tid=26039] ppid=25971 vsize=10982696 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/25974/task/26039/stat : 26039 (java) S 25971 25974 20994 0 -1 1077944384 3 12916 0 0 0 0 5 2 20 0 15 0 229542760 11246280704 11644 33554432000 4194304 4196468 140725577130480 139714346609120 139716423452373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9244672 140725577132643 140725577135452 140725577135452 140725577138127 0
[pid=25974/tid=26040] ppid=25971 vsize=10982696 memory=140410456213120 CPUtime=0.07 cores=1,3,5,7
/proc/25974/task/26040/stat : 26040 (java) S 25971 25974 20994 0 -1 1077944384 1 12916 0 0 0 0 5 2 20 0 15 0 229542760 11246280704 11644 33554432000 4194304 4196468 140725577130480 139715845069744 139716423453314 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9244672 140725577132643 140725577135452 140725577135452 140725577138127 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10982696 KiB
Current children cumulated memory: 46576 KiB

[startup+0.310653 s]*
/proc/loadavg: 1.94 1.83 1.73 3/219 26040
/proc/meminfo: memFree=6174348/32770624 swapFree=67108852/67108860
[pid=25974] ppid=25971 vsize=10983192 memory=57924 CPUtime=0.38 cores=1,3,5,7
/proc/25974/stat : 25974 (java) S 25971 25974 20994 0 -1 1077944320 10565 12916 0 0 28 3 5 2 20 0 15 0 229542745 11246788608 14481 33554432000 4194304 4196468 140725577130480 140725577113024 139716423442167 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9244672 140725577132643 140725577135452 140725577135452 140725577138127 0
/proc/25974/statm: 2745798 14481 3050 1 0 2708109 0
[pid=25974/tid=26027] ppid=25971 vsize=10983192 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/25974/task/26027/stat : 26027 (java) R 25971 25974 20994 0 -1 4202560 7079 12916 0 0 19 2 5 2 20 0 15 0 229542754 11246788608 14481 33554432000 4194304 4196468 140725577130480 139716395254176 139716403717954 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9244672 140725577132643 140725577135452 140725577135452 140725577138127 0
[pid=25974/tid=26028] ppid=25971 vsize=10983192 memory=7084813469699035216 CPUtime=0.07 cores=1,3,5,7
/proc/25974/task/26028/stat : 26028 (java) S 25971 25974 20994 0 -1 1077944384 1 12916 0 0 0 0 5 2 20 0 15 0 229542754 11246788608 14481 33554432000 4194304 4196468 140725577130480 139716427684240 139716423452373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9244672 140725577132643 140725577135452 140725577135452 140725577138127 0
[pid=25974/tid=26029] ppid=25971 vsize=10983192 memory=2080 CPUtime=0.07 cores=1,3,5,7
/proc/25974/task/26029/stat : 26029 (java) S 25971 25974 20994 0 -1 1077944384 1 12916 0 0 0 0 5 2 20 0 15 0 229542754 11246788608 14481 33554432000 4194304 4196468 140725577130480 139715963382032 139716423452373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9244672 140725577132643 140725577135452 140725577135452 140725577138127 0
[pid=25974/tid=26030] ppid=25971 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25974/task/26030/stat : 26030 (java) S 25971 25974 20994 0 -1 1077944384 1 12916 0 0 0 0 5 2 20 0 15 0 229542754 11246788608 14481 33554432000 4194304 4196468 140725577130480 139715962329744 139716423452373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9244672 140725577132643 140725577135452 140725577135452 140725577138127 0
[pid=25974/tid=26031] ppid=25971 vsize=10983192 memory=4126316290023845779 CPUtime=0.07 cores=1,3,5,7
/proc/25974/task/26031/stat : 26031 (java) S 25971 25974 20994 0 -1 1077944384 2 12916 0 0 0 0 5 2 20 0 15 0 229542754 11246788608 14481 33554432000 4194304 4196468 140725577130480 139715961276944 139716423452373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9244672 140725577132643 140725577135452 140725577135452 140725577138127 0
[pid=25974/tid=26032] ppid=25971 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25974/task/26032/stat : 26032 (java) S 25971 25974 20994 0 -1 1077944384 2 12916 0 0 0 0 5 2 20 0 15 0 229542756 11246788608 14481 33554432000 4194304 4196468 140725577130480 139715849280112 139716423453314 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9244672 140725577132643 140725577135452 140725577135452 140725577138127 0
[pid=25974/tid=26033] ppid=25971 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25974/task/26033/stat : 26033 (java) S 25971 25974 20994 0 -1 1077944384 13 12916 0 0 0 0 5 2 20 0 15 0 229542756 11246788608 14481 33554432000 4194304 4196468 140725577130480 139715232654624 139716423452373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9244672 140725577132643 140725577135452 140725577135452 140725577138127 0
[pid=25974/tid=26034] ppid=25971 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25974/task/26034/stat : 26034 (java) S 25971 25974 20994 0 -1 1077944384 1 12916 0 0 0 0 5 2 20 0 15 0 229542757 11246788608 14481 33554432000 4194304 4196468 140725577130480 139715084805744 139716423452373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9244672 140725577132643 140725577135452 140725577135452 140725577138127 0
[pid=25974/tid=26035] ppid=25971 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25974/task/26035/stat : 26035 (java) S 25971 25974 20994 0 -1 1077944384 2 12916 0 0 0 0 5 2 20 0 15 0 229542759 11246788608 14481 33554432000 4194304 4196468 140725577130480 139714816371280 139716423460763 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9244672 140725577132643 140725577135452 140725577135452 140725577138127 0
[pid=25974/tid=26036] ppid=25971 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25974/task/26036/stat : 26036 (java) S 25971 25974 20994 0 -1 1077944384 447 12916 0 0 1 0 5 2 20 0 15 0 229542759 11246788608 14481 33554432000 4194304 4196468 140725577130480 139715848226928 139716423453314 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9244672 140725577132643 140725577135452 140725577135452 140725577138127 0
[pid=25974/tid=26037] ppid=25971 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25974/task/26037/stat : 26037 (java) S 25971 25974 20994 0 -1 1077944384 192 12916 0 0 1 0 5 2 20 0 15 0 229542759 11246788608 14481 33554432000 4194304 4196468 140725577130480 139715847174128 139716423453314 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9244672 140725577132643 140725577135452 140725577135452 140725577138127 0
[pid=25974/tid=26038] ppid=25971 vsize=10983192 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/25974/task/26038/stat : 26038 (java) S 25971 25974 20994 0 -1 1077944384 624 12916 0 0 5 0 5 2 20 0 15 0 229542759 11246788608 14481 33554432000 4194304 4196468 140725577130480 139715846121840 139716423453314 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9244672 140725577132643 140725577135452 140725577135452 140725577138127 0
[pid=25974/tid=26039] ppid=25971 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25974/task/26039/stat : 26039 (java) S 25971 25974 20994 0 -1 1077944384 3 12916 0 0 0 0 5 2 20 0 15 0 229542760 11246788608 14481 33554432000 4194304 4196468 140725577130480 139714346609120 139716423452373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9244672 140725577132643 140725577135452 140725577135452 140725577138127 0
[pid=25974/tid=26040] ppid=25971 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25974/task/26040/stat : 26040 (java) S 25971 25974 20994 0 -1 1077944384 1 12916 0 0 0 0 5 2 20 0 15 0 229542760 11246788608 14481 33554432000 4194304 4196468 140725577130480 139715845069744 139716423453314 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9244672 140725577132643 140725577135452 140725577135452 140725577138127 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 57924 KiB

[startup+0.700754 s]
/proc/loadavg: 1.94 1.83 1.73 3/219 26040
/proc/meminfo: memFree=6163076/32770624 swapFree=67108852/67108860
[pid=25974] ppid=25971 vsize=10983192 memory=91148 CPUtime=0.99 cores=1,3,5,7
/proc/25974/stat : 25974 (java) S 25971 25974 20994 0 -1 1077944320 16847 12916 0 0 87 5 5 2 20 0 15 0 229542745 11246788608 22787 33554432000 4194304 4196468 140725577130480 140725577113024 139716423442167 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9244672 140725577132643 140725577135452 140725577135452 140725577138127 0
/proc/25974/statm: 2745798 22787 3244 1 0 2708109 0
[pid=25974/tid=26027] ppid=25971 vsize=10983192 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/25974/task/26027/stat : 26027 (java) R 25971 25974 20994 0 -1 4202560 12405 12916 0 0 56 3 5 2 20 0 15 0 229542754 11246788608 22787 33554432000 4194304 4196468 140725577130480 139716395262992 139716403717497 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9244672 140725577132643 140725577135452 140725577135452 140725577138127 0
[pid=25974/tid=26028] ppid=25971 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25974/task/26028/stat : 26028 (java) S 25971 25974 20994 0 -1 1077944384 1 12916 0 0 0 0 5 2 20 0 15 0 229542754 11246788608 22787 33554432000 4194304 4196468 140725577130480 139716427684240 139716423452373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9244672 140725577132643 140725577135452 140725577135452 140725577138127 0
[pid=25974/tid=26029] ppid=25971 vsize=10983192 memory=3768 CPUtime=0.07 cores=1,3,5,7
/proc/25974/task/26029/stat : 26029 (java) S 25971 25974 20994 0 -1 1077944384 1 12916 0 0 0 0 5 2 20 0 15 0 229542754 11246788608 22787 33554432000 4194304 4196468 140725577130480 139715963382032 139716423452373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9244672 140725577132643 140725577135452 140725577135452 140725577138127 0
[pid=25974/tid=26030] ppid=25971 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25974/task/26030/stat : 26030 (java) S 25971 25974 20994 0 -1 1077944384 1 12916 0 0 0 0 5 2 20 0 15 0 229542754 11246788608 22787 33554432000 4194304 4196468 140725577130480 139715962329744 139716423452373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9244672 140725577132643 140725577135452 140725577135452 140725577138127 0
[pid=25974/tid=26031] ppid=25971 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25974/task/26031/stat : 26031 (java) S 25971 25974 20994 0 -1 1077944384 2 12916 0 0 0 0 5 2 20 0 15 0 229542754 11246788608 22787 33554432000 4194304 4196468 140725577130480 139715961276944 139716423452373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9244672 140725577132643 140725577135452 140725577135452 140725577138127 0
[pid=25974/tid=26032] ppid=25971 vsize=10983192 memory=4420 CPUtime=0.07 cores=1,3,5,7
/proc/25974/task/26032/stat : 26032 (java) S 25971 25974 20994 0 -1 1077944384 5 12916 0 0 0 0 5 2 20 0 15 0 229542756 11246788608 22787 33554432000 4194304 4196468 140725577130480 139715849280112 139716423453314 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9244672 140725577132643 140725577135452 140725577135452 140725577138127 0
[pid=25974/tid=26033] ppid=25971 vsize=10983192 memory=6628 CPUtime=0.07 cores=1,3,5,7
/proc/25974/task/26033/stat : 26033 (java) S 25971 25974 20994 0 -1 1077944384 13 12916 0 0 0 0 5 2 20 0 15 0 229542756 11246788608 22787 33554432000 4194304 4196468 140725577130480 139715232654624 139716423452373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9244672 140725577132643 140725577135452 140725577135452 140725577138127 0
[pid=25974/tid=26034] ppid=25971 vsize=10983192 memory=8836 CPUtime=0.07 cores=1,3,5,7
/proc/25974/task/26034/stat : 26034 (java) S 25971 25974 20994 0 -1 1077944384 1 12916 0 0 0 0 5 2 20 0 15 0 229542757 11246788608 22787 33554432000 4194304 4196468 140725577130480 139715084805744 139716423452373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9244672 140725577132643 140725577135452 140725577135452 140725577138127 0
[pid=25974/tid=26035] ppid=25971 vsize=10983192 memory=11044 CPUtime=0.07 cores=1,3,5,7
/proc/25974/task/26035/stat : 26035 (java) S 25971 25974 20994 0 -1 1077944384 2 12916 0 0 0 0 5 2 20 0 15 0 229542759 11246788608 22787 33554432000 4194304 4196468 140725577130480 139714816371280 139716423460763 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9244672 140725577132643 140725577135452 140725577135452 140725577138127 0
[pid=25974/tid=26036] ppid=25971 vsize=10983192 memory=13252 CPUtime=0.16 cores=1,3,5,7
/proc/25974/task/26036/stat : 26036 (java) S 25971 25974 20994 0 -1 1077944384 1062 12916 0 0 9 0 5 2 20 0 15 0 229542759 11246788608 22787 33554432000 4194304 4196468 140725577130480 139715848226928 139716423453314 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9244672 140725577132643 140725577135452 140725577135452 140725577138127 0
[pid=25974/tid=26037] ppid=25971 vsize=10983192 memory=15460 CPUtime=0.14 cores=1,3,5,7
/proc/25974/task/26037/stat : 26037 (java) S 25971 25974 20994 0 -1 1077944384 473 12916 0 0 7 0 5 2 20 0 15 0 229542759 11246788608 22787 33554432000 4194304 4196468 140725577130480 139715847174128 139716423453314 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9244672 140725577132643 140725577135452 140725577135452 140725577138127 0
[pid=25974/tid=26038] ppid=25971 vsize=10983192 memory=17668 CPUtime=0.2 cores=1,3,5,7
/proc/25974/task/26038/stat : 26038 (java) S 25971 25974 20994 0 -1 1077944384 681 12916 0 0 13 0 5 2 20 0 15 0 229542759 11246788608 22787 33554432000 4194304 4196468 140725577130480 139715846121840 139716423453314 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9244672 140725577132643 140725577135452 140725577135452 140725577138127 0
[pid=25974/tid=26039] ppid=25971 vsize=10983192 memory=19876 CPUtime=0.07 cores=1,3,5,7
/proc/25974/task/26039/stat : 26039 (java) S 25971 25974 20994 0 -1 1077944384 3 12916 0 0 0 0 5 2 20 0 15 0 229542760 11246788608 22787 33554432000 4194304 4196468 140725577130480 139714346609120 139716423452373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9244672 140725577132643 140725577135452 140725577135452 140725577138127 0
[pid=25974/tid=26040] ppid=25971 vsize=10983192 memory=22084 CPUtime=0.07 cores=1,3,5,7
/proc/25974/task/26040/stat : 26040 (java) S 25971 25974 20994 0 -1 1077944384 1 12916 0 0 0 0 5 2 20 0 15 0 229542760 11246788608 22787 33554432000 4194304 4196468 140725577130480 139715845069744 139716423453314 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9244672 140725577132643 140725577135452 140725577135452 140725577138127 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 91148 KiB

[startup+1.50073 s]
/proc/loadavg: 1.94 1.83 1.73 3/219 26040
/proc/meminfo: memFree=6116744/32770624 swapFree=67108852/67108860
[pid=25974] ppid=25971 vsize=10998092 memory=179980 CPUtime=2.27 cores=1,3,5,7
/proc/25974/stat : 25974 (java) S 25971 25974 20994 0 -1 1077944320 23959 12916 0 0 211 9 5 2 20 0 15 0 229542745 11262046208 44995 33554432000 4194304 4196468 140725577130480 140725577113024 139716423442167 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9244672 140725577132643 140725577135452 140725577135452 140725577138127 0
/proc/25974/statm: 2749523 44995 3477 1 0 2711181 0
[pid=25974/tid=26027] ppid=25971 vsize=10998092 memory=0 CPUtime=1.43 cores=1,3,5,7
/proc/25974/task/26027/stat : 26027 (java) R 25971 25974 20994 0 -1 4202560 17975 12916 0 0 130 6 5 2 20 0 15 0 229542754 11262046208 44995 33554432000 4194304 4196468 140725577130480 139716395272448 139716407522654 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9244672 140725577132643 140725577135452 140725577135452 140725577138127 0
[pid=25974/tid=26028] ppid=25971 vsize=10998092 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25974/task/26028/stat : 26028 (java) S 25971 25974 20994 0 -1 1077944384 201 12916 0 0 1 0 5 2 20 0 15 0 229542754 11262046208 44995 33554432000 4194304 4196468 140725577130480 139716427684240 139716423452373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9244672 140725577132643 140725577135452 140725577135452 140725577138127 0
[pid=25974/tid=26029] ppid=25971 vsize=10998092 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25974/task/26029/stat : 26029 (java) S 25971 25974 20994 0 -1 1077944384 13 12916 0 0 1 0 5 2 20 0 15 0 229542754 11262046208 44995 33554432000 4194304 4196468 140725577130480 139715963382032 139716423452373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9244672 140725577132643 140725577135452 140725577135452 140725577138127 0
[pid=25974/tid=26030] ppid=25971 vsize=10998092 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25974/task/26030/stat : 26030 (java) S 25971 25974 20994 0 -1 1077944384 22 12916 0 0 1 0 5 2 20 0 15 0 229542754 11262046208 44995 33554432000 4194304 4196468 140725577130480 139715962329744 139716423452373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9244672 140725577132643 140725577135452 140725577135452 140725577138127 0
[pid=25974/tid=26031] ppid=25971 vsize=10998092 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25974/task/26031/stat : 26031 (java) S 25971 25974 20994 0 -1 1077944384 78 12916 0 0 1 0 5 2 20 0 15 0 229542754 11262046208 44995 33554432000 4194304 4196468 140725577130480 139715961276944 139716423452373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9244672 140725577132643 140725577135452 140725577135452 140725577138127 0
[pid=25974/tid=26032] ppid=25971 vsize=10998092 memory=-7965959130280075168 CPUtime=0.08 cores=1,3,5,7
/proc/25974/task/26032/stat : 26032 (java) S 25971 25974 20994 0 -1 1077944384 51 12916 0 0 1 0 5 2 20 0 15 0 229542756 11262046208 44995 33554432000 4194304 4196468 140725577130480 139715849280112 139716423453314 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9244672 140725577132643 140725577135452 140725577135452 140725577138127 0
[pid=25974/tid=26033] ppid=25971 vsize=10998092 memory=280820665362688 CPUtime=0.07 cores=1,3,5,7
/proc/25974/task/26033/stat : 26033 (java) S 25971 25974 20994 0 -1 1077944384 13 12916 0 0 0 0 5 2 20 0 15 0 229542756 11262046208 44995 33554432000 4194304 4196468 140725577130480 139715232654688 139716423452373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9244672 140725577132643 140725577135452 140725577135452 140725577138127 0
[pid=25974/tid=26034] ppid=25971 vsize=10998092 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25974/task/26034/stat : 26034 (java) S 25971 25974 20994 0 -1 1077944384 2 12916 0 0 0 0 5 2 20 0 15 0 229542757 11262046208 44995 33554432000 4194304 4196468 140725577130480 139715084805760 139716423452373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9244672 140725577132643 140725577135452 140725577135452 140725577138127 0
[pid=25974/tid=26035] ppid=25971 vsize=10998092 memory=11796 CPUtime=0.07 cores=1,3,5,7
/proc/25974/task/26035/stat : 26035 (java) S 25971 25974 20994 0 -1 1077944384 2 12916 0 0 0 0 5 2 20 0 15 0 229542759 11262046208 44995 33554432000 4194304 4196468 140725577130480 139714816371280 139716423460763 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9244672 140725577132643 140725577135452 140725577135452 140725577138127 0
[pid=25974/tid=26036] ppid=25971 vsize=10998092 memory=5772 CPUtime=0.25 cores=1,3,5,7
/proc/25974/task/26036/stat : 26036 (java) S 25971 25974 20994 0 -1 1077944384 1223 12916 0 0 18 0 5 2 20 0 15 0 229542759 11262046208 44995 33554432000 4194304 4196468 140725577130480 139715848226928 139716423453314 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9244672 140725577132643 140725577135452 140725577135452 140725577138127 0
[pid=25974/tid=26037] ppid=25971 vsize=10998092 memory=4616 CPUtime=0.29 cores=1,3,5,7
/proc/25974/task/26037/stat : 26037 (java) S 25971 25974 20994 0 -1 1077944384 925 12916 0 0 22 0 5 2 20 0 15 0 229542759 11262046208 44995 33554432000 4194304 4196468 140725577130480 139715847174128 139716423453314 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9244672 140725577132643 140725577135452 140725577135452 140725577138127 0
[pid=25974/tid=26038] ppid=25971 vsize=10998092 memory=1388 CPUtime=0.38 cores=1,3,5,7
/proc/25974/task/26038/stat : 26038 (java) S 25971 25974 20994 0 -1 1077944384 1254 12916 0 0 31 0 5 2 20 0 15 0 229542759 11262046208 44995 33554432000 4194304 4196468 140725577130480 139715846121840 139716423453314 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9244672 140725577132643 140725577135452 140725577135452 140725577138127 0
[pid=25974/tid=26039] ppid=25971 vsize=10998092 memory=1228 CPUtime=0.07 cores=1,3,5,7
/proc/25974/task/26039/stat : 26039 (java) S 25971 25974 20994 0 -1 1077944384 3 12916 0 0 0 0 5 2 20 0 15 0 229542760 11262046208 44995 33554432000 4194304 4196468 140725577130480 139714346609120 139716423452373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9244672 140725577132643 140725577135452 140725577135452 140725577138127 0
[pid=25974/tid=26040] ppid=25971 vsize=10998092 memory=880 CPUtime=0.07 cores=1,3,5,7
/proc/25974/task/26040/stat : 26040 (java) S 25971 25974 20994 0 -1 1077944384 1 12916 0 0 0 0 5 2 20 0 15 0 229542760 11262046208 44995 33554432000 4194304 4196468 140725577130480 139715845069744 139716423453314 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9244672 140725577132643 140725577135452 140725577135452 140725577138127 0
Current children cumulated CPU time: 2.27 s
Current children cumulated vsize: 10998092 KiB

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

[startup+3.11123 s]
/proc/loadavg: 2.18 1.88 1.75 6/219 26040
/proc/meminfo: memFree=5846524/32770624 swapFree=67108852/67108860
[pid=25974] ppid=25971 vsize=11010400 memory=250404 CPUtime=6.11 cores=1,3,5,7
/proc/25974/stat : 25974 (java) S 25971 25974 20994 0 -1 1077944320 32909 12916 0 0 587 17 5 2 20 0 15 0 229542745 11274649600 62601 33554432000 4194304 4196468 140725577130480 140725577113024 139716423442167 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9244672 140725577132643 140725577135452 140725577135452 140725577138127 0
/proc/25974/statm: 2752600 62601 3500 1 0 2714253 0
[pid=25974/tid=26027] ppid=25971 vsize=11010400 memory=280820665781568 CPUtime=2.98 cores=1,3,5,7
/proc/25974/task/26027/stat : 26027 (java) R 25971 25974 20994 0 -1 4202560 22472 12916 0 0 283 8 5 2 20 0 15 0 229542754 11274649600 62601 33554432000 4194304 4196468 140725577130480 139716395273408 139716406628976 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9244672 140725577132643 140725577135452 140725577135452 140725577138127 0
[pid=25974/tid=26028] ppid=25971 vsize=11010400 memory=388 CPUtime=0.1 cores=1,3,5,7
/proc/25974/task/26028/stat : 26028 (java) S 25971 25974 20994 0 -1 1077944384 210 12916 0 0 3 0 5 2 20 0 15 0 229542754 11274649600 62601 33554432000 4194304 4196468 140725577130480 139716427684240 139716423452373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9244672 140725577132643 140725577135452 140725577135452 140725577138127 0
[pid=25974/tid=26029] ppid=25971 vsize=11010400 memory=6943526294502006880 CPUtime=0.1 cores=1,3,5,7
/proc/25974/task/26029/stat : 26029 (java) S 25971 25974 20994 0 -1 1077944384 16 12916 0 0 3 0 5 2 20 0 15 0 229542754 11274649600 62601 33554432000 4194304 4196468 140725577130480 139715963382032 139716423452373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9244672 140725577132643 140725577135452 140725577135452 140725577138127 0
[pid=25974/tid=26030] ppid=25971 vsize=11010400 memory=56 CPUtime=0.1 cores=1,3,5,7
/proc/25974/task/26030/stat : 26030 (java) S 25971 25974 20994 0 -1 1077944384 33 12916 0 0 3 0 5 2 20 0 15 0 229542754 11274649600 62601 33554432000 4194304 4196468 140725577130480 139715962329744 139716423452373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9244672 140725577132643 140725577135452 140725577135452 140725577138127 0
[pid=25974/tid=26031] ppid=25971 vsize=11010400 memory=7886128541282152754 CPUtime=0.1 cores=1,3,5,7
/proc/25974/task/26031/stat : 26031 (java) S 25971 25974 20994 0 -1 1077944384 92 12916 0 0 3 0 5 2 20 0 15 0 229542754 11274649600 62601 33554432000 4194304 4196468 140725577130480 139715961276944 139716423452373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9244672 140725577132643 140725577135452 140725577135452 140725577138127 0
[pid=25974/tid=26032] ppid=25971 vsize=11010400 memory=8389687274567316274 CPUtime=0.1 cores=1,3,5,7
/proc/25974/task/26032/stat : 26032 (java) S 25971 25974 20994 0 -1 1077944384 246 12916 0 0 3 0 5 2 20 0 15 0 229542756 11274649600 62601 33554432000 4194304 4196468 140725577130480 139715849280112 139716423453314 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9244672 140725577132643 140725577135452 140725577135452 140725577138127 0
[pid=25974/tid=26033] ppid=25971 vsize=11010400 memory=7093353942254875334 CPUtime=0.07 cores=1,3,5,7
/proc/25974/task/26033/stat : 26033 (java) S 25971 25974 20994 0 -1 1077944384 13 12916 0 0 0 0 5 2 20 0 15 0 229542756 11274649600 62601 33554432000 4194304 4196468 140725577130480 139715232654688 139716423452373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9244672 140725577132643 140725577135452 140725577135452 140725577138127 0
[pid=25974/tid=26034] ppid=25971 vsize=11010400 memory=280820665615872 CPUtime=0.07 cores=1,3,5,7
/proc/25974/task/26034/stat : 26034 (java) S 25971 25974 20994 0 -1 1077944384 2 12916 0 0 0 0 5 2 20 0 15 0 229542757 11274649600 62601 33554432000 4194304 4196468 140725577130480 139715084805760 139716423452373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9244672 140725577132643 140725577135452 140725577135452 140725577138127 0
[pid=25974/tid=26035] ppid=25971 vsize=11010400 memory=7956567955459234152 CPUtime=0.07 cores=1,3,5,7
/proc/25974/task/26035/stat : 26035 (java) S 25971 25974 20994 0 -1 1077944384 2 12916 0 0 0 0 5 2 20 0 15 0 229542759 11274649600 62601 33554432000 4194304 4196468 140725577130480 139714816371280 139716423460763 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9244672 140725577132643 140725577135452 140725577135452 140725577138127 0
[pid=25974/tid=26036] ppid=25971 vsize=11010400 memory=6940161746104901970 CPUtime=1.09 cores=1,3,5,7
/proc/25974/task/26036/stat : 26036 (java) S 25971 25974 20994 0 -1 1077944384 3046 12916 0 0 101 1 5 2 20 0 15 0 229542759 11274649600 62601 33554432000 4194304 4196468 140725577130480 139715848226928 139716423453314 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9244672 140725577132643 140725577135452 140725577135452 140725577138127 0
[pid=25974/tid=26037] ppid=25971 vsize=11010400 memory=7447093755344479569 CPUtime=0.83 cores=1,3,5,7
/proc/25974/task/26037/stat : 26037 (java) R 25971 25974 20994 0 -1 4202560 1351 12916 0 0 75 1 5 2 20 0 15 0 229542759 11274649600 62601 33554432000 4194304 4196468 140725577130480 139715847160672 139716404963310 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 9244672 140725577132643 140725577135452 140725577135452 140725577138127 0
[pid=25974/tid=26038] ppid=25971 vsize=11010400 memory=288230574492221466 CPUtime=1.17 cores=1,3,5,7
/proc/25974/task/26038/stat : 26038 (java) S 25971 25974 20994 0 -1 1077944384 3226 12916 0 0 108 2 5 2 20 0 15 0 229542759 11274649600 62601 33554432000 4194304 4196468 140725577130480 139715846121840 139716423453314 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9244672 140725577132643 140725577135452 140725577135452 140725577138127 0
[pid=25974/tid=26039] ppid=25971 vsize=11010400 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25974/task/26039/stat : 26039 (java) S 25971 25974 20994 0 -1 1077944384 3 12916 0 0 0 0 5 2 20 0 15 0 229542760 11274649600 62601 33554432000 4194304 4196468 140725577130480 139714346609120 139716423452373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9244672 140725577132643 140725577135452 140725577135452 140725577138127 0
[pid=25974/tid=26040] ppid=25971 vsize=11010400 memory=2193 CPUtime=0.07 cores=1,3,5,7
/proc/25974/task/26040/stat : 26040 (java) S 25971 25974 20994 0 -1 1077944384 1 12916 0 0 0 0 5 2 20 0 15 0 229542760 11274649600 62601 33554432000 4194304 4196468 140725577130480 139715845069744 139716423453314 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9244672 140725577132643 140725577135452 140725577135452 140725577138127 0
Current children cumulated CPU time: 6.11 s
Current children cumulated vsize: 11010400 KiB
Current children cumulated memory: 250404 KiB

[startup+3.80055 s]
# the end of solver process 25974 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=7.53119 s, system=0.268151 s

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

[startup+3.20098 s]
/proc/loadavg: 2.18 1.88 1.75 6/219 26040
/proc/meminfo: memFree=5846524/32770624 swapFree=67108852/67108860
[pid=25974] ppid=25971 vsize=11010400 memory=252036 CPUtime=6.31 cores=1,3,5,7
/proc/25974/stat : 25974 (java) S 25971 25974 20994 0 -1 1077944320 36251 12916 0 0 607 17 5 2 20 0 15 0 229542745 11274649600 63009 33554432000 4194304 4196468 140725577130480 140725577113024 139716423442167 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9244672 140725577132643 140725577135452 140725577135452 140725577138127 0
/proc/25974/statm: 2752600 63009 3500 1 0 2714253 0
[pid=25974/tid=26027] ppid=25971 vsize=11010400 memory=0 CPUtime=3.08 cores=1,3,5,7
/proc/25974/task/26027/stat : 26027 (java) R 25971 25974 20994 0 -1 4202560 25089 12916 0 0 292 9 5 2 20 0 15 0 229542754 11274649600 63009 33554432000 4194304 4196468 140725577130480 139716395271520 139716423464093 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9244672 140725577132643 140725577135452 140725577135452 140725577138127 0
[pid=25974/tid=26028] ppid=25971 vsize=11010400 memory=6656426216303648864 CPUtime=0.1 cores=1,3,5,7
/proc/25974/task/26028/stat : 26028 (java) S 25971 25974 20994 0 -1 1077944384 210 12916 0 0 3 0 5 2 20 0 15 0 229542754 11274649600 63009 33554432000 4194304 4196468 140725577130480 139716427684240 139716423452373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9244672 140725577132643 140725577135452 140725577135452 140725577138127 0
[pid=25974/tid=26029] ppid=25971 vsize=11010400 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/25974/task/26029/stat : 26029 (java) S 25971 25974 20994 0 -1 1077944384 16 12916 0 0 3 0 5 2 20 0 15 0 229542754 11274649600 63009 33554432000 4194304 4196468 140725577130480 139715963382032 139716423452373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9244672 140725577132643 140725577135452 140725577135452 140725577138127 0
[pid=25974/tid=26030] ppid=25971 vsize=11010400 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/25974/task/26030/stat : 26030 (java) S 25971 25974 20994 0 -1 1077944384 33 12916 0 0 3 0 5 2 20 0 15 0 229542754 11274649600 63009 33554432000 4194304 4196468 140725577130480 139715962329744 139716423452373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9244672 140725577132643 140725577135452 140725577135452 140725577138127 0
[pid=25974/tid=26031] ppid=25971 vsize=11010400 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/25974/task/26031/stat : 26031 (java) S 25971 25974 20994 0 -1 1077944384 92 12916 0 0 3 0 5 2 20 0 15 0 229542754 11274649600 63009 33554432000 4194304 4196468 140725577130480 139715961276944 139716423452373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9244672 140725577132643 140725577135452 140725577135452 140725577138127 0
[pid=25974/tid=26032] ppid=25971 vsize=11010400 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/25974/task/26032/stat : 26032 (java) S 25971 25974 20994 0 -1 1077944384 246 12916 0 0 3 0 5 2 20 0 15 0 229542756 11274649600 63009 33554432000 4194304 4196468 140725577130480 139715849280112 139716423453314 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9244672 140725577132643 140725577135452 140725577135452 140725577138127 0
[pid=25974/tid=26033] ppid=25971 vsize=11010400 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25974/task/26033/stat : 26033 (java) S 25971 25974 20994 0 -1 1077944384 13 12916 0 0 0 0 5 2 20 0 15 0 229542756 11274649600 63009 33554432000 4194304 4196468 140725577130480 139715232654688 139716423452373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9244672 140725577132643 140725577135452 140725577135452 140725577138127 0
[pid=25974/tid=26034] ppid=25971 vsize=11010400 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25974/task/26034/stat : 26034 (java) S 25971 25974 20994 0 -1 1077944384 2 12916 0 0 0 0 5 2 20 0 15 0 229542757 11274649600 63009 33554432000 4194304 4196468 140725577130480 139715084805760 139716423452373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9244672 140725577132643 140725577135452 140725577135452 140725577138127 0
[pid=25974/tid=26035] ppid=25971 vsize=11010400 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25974/task/26035/stat : 26035 (java) S 25971 25974 20994 0 -1 1077944384 2 12916 0 0 0 0 5 2 20 0 15 0 229542759 11274649600 63009 33554432000 4194304 4196468 140725577130480 139714816371280 139716423460763 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9244672 140725577132643 140725577135452 140725577135452 140725577138127 0
[pid=25974/tid=26036] ppid=25971 vsize=11010400 memory=0 CPUtime=1.12 cores=1,3,5,7
/proc/25974/task/26036/stat : 26036 (java) S 25971 25974 20994 0 -1 1077944384 3065 12916 0 0 104 1 5 2 20 0 15 0 229542759 11274649600 63009 33554432000 4194304 4196468 140725577130480 139715848226928 139716423453314 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9244672 140725577132643 140725577135452 140725577135452 140725577138127 0
[pid=25974/tid=26037] ppid=25971 vsize=11010400 memory=6880 CPUtime=0.87 cores=1,3,5,7
/proc/25974/task/26037/stat : 26037 (java) R 25971 25974 20994 0 -1 4202560 1395 12916 0 0 79 1 5 2 20 0 15 0 229542759 11274649600 63009 33554432000 4194304 4196468 140725577130480 139715847174424 139716407689577 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9244672 140725577132643 140725577135452 140725577135452 140725577138127 0
[pid=25974/tid=26038] ppid=25971 vsize=11010400 memory=15252 CPUtime=1.21 cores=1,3,5,7
/proc/25974/task/26038/stat : 26038 (java) S 25971 25974 20994 0 -1 1077944384 3901 12916 0 0 112 2 5 2 20 0 15 0 229542759 11274649600 63009 33554432000 4194304 4196468 140725577130480 139715846121840 139716423453314 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9244672 140725577132643 140725577135452 140725577135452 140725577138127 0
[pid=25974/tid=26039] ppid=25971 vsize=11010400 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25974/task/26039/stat : 26039 (java) S 25971 25974 20994 0 -1 1077944384 3 12916 0 0 0 0 5 2 20 0 15 0 229542760 11274649600 63009 33554432000 4194304 4196468 140725577130480 139714346609120 139716423452373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9244672 140725577132643 140725577135452 140725577135452 140725577138127 0
[pid=25974/tid=26040] ppid=25971 vsize=11010400 memory=6788 CPUtime=0.07 cores=1,3,5,7
/proc/25974/task/26040/stat : 26040 (java) S 25971 25974 20994 0 -1 1077944384 1 12916 0 0 0 0 5 2 20 0 15 0 229542760 11274649600 63009 33554432000 4194304 4196468 140725577130480 139715845069744 139716423453314 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9244672 140725577132643 140725577135452 140725577135452 140725577138127 0
Current children cumulated CPU time: 6.31 s
Current children cumulated vsize: 11010400 KiB
Current children cumulated memory: 252036 KiB

[startup+3.60067 s]
/proc/loadavg: 2.18 1.88 1.75 6/219 26040
/proc/meminfo: memFree=5846524/32770624 swapFree=67108852/67108860
[pid=25974] ppid=25971 vsize=11077984 memory=310612 CPUtime=7.35 cores=1,3,5,7
/proc/25974/stat : 25974 (java) S 25971 25974 20994 0 -1 1077944320 63883 12916 0 0 706 22 5 2 20 0 15 0 229542745 11343855616 77653 33554432000 4194304 4196468 140725577130480 140725577113024 139716423442167 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9244672 140725577132643 140725577135452 140725577135452 140725577138127 0
/proc/25974/statm: 2769496 77653 3506 1 0 2731149 0
[pid=25974/tid=26027] ppid=25971 vsize=11077984 memory=0 CPUtime=3.47 cores=1,3,5,7
/proc/25974/task/26027/stat : 26027 (java) R 25971 25974 20994 0 -1 4202560 44471 12916 0 0 327 13 5 2 20 0 15 0 229542754 11343855616 77653 33554432000 4194304 4196468 140725577130480 139716395271552 139715986058252 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9244672 140725577132643 140725577135452 140725577135452 140725577138127 0
[pid=25974/tid=26028] ppid=25971 vsize=11077984 memory=280820666154656 CPUtime=0.1 cores=1,3,5,7
/proc/25974/task/26028/stat : 26028 (java) S 25971 25974 20994 0 -1 1077944384 210 12916 0 0 3 0 5 2 20 0 15 0 229542754 11343855616 77653 33554432000 4194304 4196468 140725577130480 139716427684240 139716423452373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9244672 140725577132643 140725577135452 140725577135452 140725577138127 0
[pid=25974/tid=26029] ppid=25971 vsize=11077984 memory=140410333079600 CPUtime=0.1 cores=1,3,5,7
/proc/25974/task/26029/stat : 26029 (java) S 25971 25974 20994 0 -1 1077944384 16 12916 0 0 3 0 5 2 20 0 15 0 229542754 11343855616 77653 33554432000 4194304 4196468 140725577130480 139715963382032 139716423452373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9244672 140725577132643 140725577135452 140725577135452 140725577138127 0
[pid=25974/tid=26030] ppid=25971 vsize=11077984 memory=6791534058613427641 CPUtime=0.1 cores=1,3,5,7
/proc/25974/task/26030/stat : 26030 (java) S 25971 25974 20994 0 -1 1077944384 33 12916 0 0 3 0 5 2 20 0 15 0 229542754 11343855616 77653 33554432000 4194304 4196468 140725577130480 139715962329744 139716423452373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9244672 140725577132643 140725577135452 140725577135452 140725577138127 0
[pid=25974/tid=26031] ppid=25971 vsize=11077984 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/25974/task/26031/stat : 26031 (java) S 25971 25974 20994 0 -1 1077944384 92 12916 0 0 3 0 5 2 20 0 15 0 229542754 11343855616 77653 33554432000 4194304 4196468 140725577130480 139715961276944 139716423452373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9244672 140725577132643 140725577135452 140725577135452 140725577138127 0
[pid=25974/tid=26032] ppid=25971 vsize=11077984 memory=-9174445032661854264 CPUtime=0.1 cores=1,3,5,7
/proc/25974/task/26032/stat : 26032 (java) S 25971 25974 20994 0 -1 1077944384 727 12916 0 0 3 0 5 2 20 0 15 0 229542756 11343855616 77653 33554432000 4194304 4196468 140725577130480 139715849280112 139716423453314 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9244672 140725577132643 140725577135452 140725577135452 140725577138127 0
[pid=25974/tid=26033] ppid=25971 vsize=11077984 memory=6944656575208382560 CPUtime=0.07 cores=1,3,5,7
/proc/25974/task/26033/stat : 26033 (java) S 25971 25974 20994 0 -1 1077944384 13 12916 0 0 0 0 5 2 20 0 15 0 229542756 11343855616 77653 33554432000 4194304 4196468 140725577130480 139715232654688 139716423452373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9244672 140725577132643 140725577135452 140725577135452 140725577138127 0
[pid=25974/tid=26034] ppid=25971 vsize=11077984 memory=6944656592387989600 CPUtime=0.07 cores=1,3,5,7
/proc/25974/task/26034/stat : 26034 (java) S 25971 25974 20994 0 -1 1077944384 2 12916 0 0 0 0 5 2 20 0 15 0 229542757 11343855616 77653 33554432000 4194304 4196468 140725577130480 139715084805760 139716423452373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9244672 140725577132643 140725577135452 140725577135452 140725577138127 0
[pid=25974/tid=26035] ppid=25971 vsize=11077984 memory=6944656592455360604 CPUtime=0.07 cores=1,3,5,7
/proc/25974/task/26035/stat : 26035 (java) S 25971 25974 20994 0 -1 1077944384 2 12916 0 0 0 0 5 2 20 0 15 0 229542759 11343855616 77653 33554432000 4194304 4196468 140725577130480 139714816371280 139716423460763 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9244672 140725577132643 140725577135452 140725577135452 140725577138127 0
[pid=25974/tid=26036] ppid=25971 vsize=11077984 memory=-4695043397844020537 CPUtime=1.22 cores=1,3,5,7
/proc/25974/task/26036/stat : 26036 (java) R 25971 25974 20994 0 -1 4202560 3601 12916 0 0 114 1 5 2 20 0 15 0 229542759 11343855616 77653 33554432000 4194304 4196468 140725577130480 139715848212768 139716404078104 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9244672 140725577132643 140725577135452 140725577135452 140725577138127 0
[pid=25974/tid=26037] ppid=25971 vsize=11077984 memory=8292088533921144977 CPUtime=1.28 cores=1,3,5,7
/proc/25974/task/26037/stat : 26037 (java) R 25971 25974 20994 0 -1 4202560 6092 12916 0 0 119 2 5 2 20 0 15 0 229542759 11343855616 77653 33554432000 4194304 4196468 140725577130480 139715847159928 139716408559240 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9244672 140725577132643 140725577135452 140725577135452 140725577138127 0
[pid=25974/tid=26038] ppid=25971 vsize=11077984 memory=0 CPUtime=1.35 cores=1,3,5,7
/proc/25974/task/26038/stat : 26038 (java) R 25971 25974 20994 0 -1 1077944384 6420 12916 0 0 126 2 5 2 20 0 15 0 229542759 11343855616 77653 33554432000 4194304 4196468 140725577130480 139715846121840 139716423453314 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 9244672 140725577132643 140725577135452 140725577135452 140725577138127 0
[pid=25974/tid=26039] ppid=25971 vsize=11077984 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25974/task/26039/stat : 26039 (java) S 25971 25974 20994 0 -1 1077944384 3 12916 0 0 0 0 5 2 20 0 15 0 229542760 11343855616 77653 33554432000 4194304 4196468 140725577130480 139714346609120 139716423452373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9244672 140725577132643 140725577135452 140725577135452 140725577138127 0
[pid=25974/tid=26040] ppid=25971 vsize=11077984 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25974/task/26040/stat : 26040 (java) S 25971 25974 20994 0 -1 1077944384 5 12916 0 0 0 0 5 2 20 0 15 0 229542760 11343855616 77653 33554432000 4194304 4196468 140725577130480 139715845069744 139716423453314 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9244672 140725577132643 140725577135452 140725577135452 140725577138127 0
Current children cumulated CPU time: 7.35 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 310612 KiB

[startup+3.70065 s]
/proc/loadavg: 2.18 1.88 1.75 6/219 26040
/proc/meminfo: memFree=5846524/32770624 swapFree=67108852/67108860
[pid=25974] ppid=25971 vsize=11080340 memory=314064 CPUtime=7.65 cores=1,3,5,7
/proc/25974/stat : 25974 (java) S 25971 25974 20994 0 -1 1077944320 64473 12916 0 0 736 22 5 2 20 0 15 0 229542745 11346268160 78516 33554432000 4194304 4196468 140725577130480 140725577113024 139716423442167 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9244672 140725577132643 140725577135452 140725577135452 140725577138127 0
/proc/25974/statm: 2770085 78516 3507 1 0 2731738 0
[pid=25974/tid=26027] ppid=25971 vsize=11080340 memory=280820665628384 CPUtime=3.57 cores=1,3,5,7
/proc/25974/task/26027/stat : 26027 (java) R 25971 25974 20994 0 -1 4202560 44758 12916 0 0 337 13 5 2 20 0 15 0 229542754 11346268160 78516 33554432000 4194304 4196468 140725577130480 139716395275856 139715983621928 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9244672 140725577132643 140725577135452 140725577135452 140725577138127 0
[pid=25974/tid=26028] ppid=25971 vsize=11080340 memory=7518591809600893755 CPUtime=0.1 cores=1,3,5,7
/proc/25974/task/26028/stat : 26028 (java) S 25971 25974 20994 0 -1 1077944384 210 12916 0 0 3 0 5 2 20 0 15 0 229542754 11346268160 78516 33554432000 4194304 4196468 140725577130480 139716427684240 139716423452373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9244672 140725577132643 140725577135452 140725577135452 140725577138127 0
[pid=25974/tid=26029] ppid=25971 vsize=11080340 memory=7518591809600893755 CPUtime=0.1 cores=1,3,5,7
/proc/25974/task/26029/stat : 26029 (java) S 25971 25974 20994 0 -1 1077944384 16 12916 0 0 3 0 5 2 20 0 15 0 229542754 11346268160 78516 33554432000 4194304 4196468 140725577130480 139715963382032 139716423452373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9244672 140725577132643 140725577135452 140725577135452 140725577138127 0
[pid=25974/tid=26030] ppid=25971 vsize=11080340 memory=6791534058613427641 CPUtime=0.1 cores=1,3,5,7
/proc/25974/task/26030/stat : 26030 (java) S 25971 25974 20994 0 -1 1077944384 33 12916 0 0 3 0 5 2 20 0 15 0 229542754 11346268160 78516 33554432000 4194304 4196468 140725577130480 139715962329744 139716423452373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9244672 140725577132643 140725577135452 140725577135452 140725577138127 0
[pid=25974/tid=26031] ppid=25971 vsize=11080340 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/25974/task/26031/stat : 26031 (java) S 25971 25974 20994 0 -1 1077944384 92 12916 0 0 3 0 5 2 20 0 15 0 229542754 11346268160 78516 33554432000 4194304 4196468 140725577130480 139715961276944 139716423452373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9244672 140725577132643 140725577135452 140725577135452 140725577138127 0
[pid=25974/tid=26032] ppid=25971 vsize=11080340 memory=7516897281825924946 CPUtime=0.1 cores=1,3,5,7
/proc/25974/task/26032/stat : 26032 (java) S 25971 25974 20994 0 -1 1077944384 727 12916 0 0 3 0 5 2 20 0 15 0 229542756 11346268160 78516 33554432000 4194304 4196468 140725577130480 139715849280112 139716423453314 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9244672 140725577132643 140725577135452 140725577135452 140725577138127 0
[pid=25974/tid=26033] ppid=25971 vsize=11080340 memory=7301860462660053328 CPUtime=0.07 cores=1,3,5,7
/proc/25974/task/26033/stat : 26033 (java) S 25971 25974 20994 0 -1 1077944384 13 12916 0 0 0 0 5 2 20 0 15 0 229542756 11346268160 78516 33554432000 4194304 4196468 140725577130480 139715232654688 139716423452373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9244672 140725577132643 140725577135452 140725577135452 140725577138127 0
[pid=25974/tid=26034] ppid=25971 vsize=11080340 memory=6153395248399209040 CPUtime=0.07 cores=1,3,5,7
/proc/25974/task/26034/stat : 26034 (java) S 25971 25974 20994 0 -1 1077944384 2 12916 0 0 0 0 5 2 20 0 15 0 229542757 11346268160 78516 33554432000 4194304 4196468 140725577130480 139715084805760 139716423452373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9244672 140725577132643 140725577135452 140725577135452 140725577138127 0
[pid=25974/tid=26035] ppid=25971 vsize=11080340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25974/task/26035/stat : 26035 (java) S 25971 25974 20994 0 -1 1077944384 2 12916 0 0 0 0 5 2 20 0 15 0 229542759 11346268160 78516 33554432000 4194304 4196468 140725577130480 139714816371280 139716423460763 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9244672 140725577132643 140725577135452 140725577135452 140725577138127 0
[pid=25974/tid=26036] ppid=25971 vsize=11080340 memory=576583242059703325 CPUtime=1.29 cores=1,3,5,7
/proc/25974/task/26036/stat : 26036 (java) R 25971 25974 20994 0 -1 4202560 3633 12916 0 0 121 1 5 2 20 0 15 0 229542759 11346268160 78516 33554432000 4194304 4196468 140725577130480 139715848218256 139716404764401 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9244672 140725577132643 140725577135452 140725577135452 140725577138127 0
[pid=25974/tid=26037] ppid=25971 vsize=11080340 memory=288283359774521906 CPUtime=1.37 cores=1,3,5,7
/proc/25974/task/26037/stat : 26037 (java) R 25971 25974 20994 0 -1 4202560 6261 12916 0 0 128 2 5 2 20 0 15 0 229542759 11346268160 78516 33554432000 4194304 4196468 140725577130480 139715847159928 139716403128835 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9244672 140725577132643 140725577135452 140725577135452 140725577138127 0
[pid=25974/tid=26038] ppid=25971 vsize=11080340 memory=0 CPUtime=1.38 cores=1,3,5,7
/proc/25974/task/26038/stat : 26038 (java) R 25971 25974 20994 0 -1 1077944384 6522 12916 0 0 129 2 5 2 20 0 15 0 229542759 11346268160 78516 33554432000 4194304 4196468 140725577130480 139715846121840 139716423453314 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 9244672 140725577132643 140725577135452 140725577135452 140725577138127 0
[pid=25974/tid=26039] ppid=25971 vsize=11080340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25974/task/26039/stat : 26039 (java) S 25971 25974 20994 0 -1 1077944384 3 12916 0 0 0 0 5 2 20 0 15 0 229542760 11346268160 78516 33554432000 4194304 4196468 140725577130480 139714346609120 139716423452373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9244672 140725577132643 140725577135452 140725577135452 140725577138127 0
[pid=25974/tid=26040] ppid=25971 vsize=11080340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25974/task/26040/stat : 26040 (java) S 25971 25974 20994 0 -1 1077944384 5 12916 0 0 0 0 5 2 20 0 15 0 229542760 11346268160 78516 33554432000 4194304 4196468 140725577130480 139715845069744 139716423453314 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9244672 140725577132643 140725577135452 140725577135452 140725577138127 0
Current children cumulated CPU time: 7.65 s
Current children cumulated vsize: 11080340 KiB
Current children cumulated memory: 314064 KiB

Child status: 0
Real time (s): 3.8006
CPU time (s): 7.79934
CPU user time (s): 7.53119
CPU system time (s): 0.268151
CPU usage (%): 205.214
Max. virtual memory (cumulated for all children) (KiB): 11080340
Max. memory (cumulated for all children) (KiB): 314064

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.53119
system time used= 0.268151
maximum resident set size= 316308
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 77808
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= 6055
involuntary context switches= 39


# summary of solver processes directly reported to runsolver:
#   pid: 25974
#   total CPU time (s): 7.79934
#   total CPU user time (s): 7.53119
#   total CPU system time (s): 0.268151

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.052747 second user time and 0.071386 second system time

The end

Launcher Data

Begin job on node133 at 2018-08-13 02:23:16
IDJOB=4304596
IDBENCH=141469
IDSOLVER=2781
FILE ID=node133/4304596-1534119796
RUNJOBID= node133-1534097471-21026
PBS_JOBID= 21037000
Free space on /tmp= 39000 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/Rcpsp/Rcpsp-j30-01-02_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4304596-1534119796/watcher-4304596-1534119796 -o /tmp/evaluation-result-4304596-1534119796/solver-4304596-1534119796 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1534097471-21026 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=1487555756 -superng HOME/instance-4304596-1534119796.xml

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

MD5SUM BENCH= 89f30685fe777f1ae52e0ef342afd904
RANDOM SEED=1487555756

node133.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.24
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.24
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.24
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.24
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:         6218512 kB
MemAvailable:   26203404 kB
Buffers:          225360 kB
Cached:         19753096 kB
SwapCached:            4 kB
Active:         15079184 kB
Inactive:       10648168 kB
Active(anon):    5698328 kB
Inactive(anon):   103300 kB
Active(file):    9380856 kB
Inactive(file): 10544868 kB
Unevictable:        7092 kB
Mlocked:            7092 kB
SwapTotal:      67108860 kB
SwapFree:       67108852 kB
Dirty:             27488 kB
Writeback:            96 kB
AnonPages:       5729488 kB
Mapped:            69932 kB
Shmem:             49816 kB
Slab:             515588 kB
SReclaimable:     487628 kB
SUnreclaim:        27960 kB
KernelStack:        3872 kB
PageTables:        16824 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    6657844 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5277696 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 38972 MiB
End job on node133 at 2018-08-13 02:23:20