Trace number 4302715

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-SuperNGOPT43 8.07512 3.88592

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.98/0.74	c Concrete v3.9.2.1532736233296 running
7.33/3.66	o 157
7.33/3.69	o 141
7.68/3.71	o 52
7.68/3.73	o 49
7.68/3.75	o 46
7.68/3.77	o 43
7.68/3.78	v <instantiation cost="43">
7.68/3.78	v       <list>
7.68/3.78	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.68/3.78	v       </list>
7.68/3.78	v       <values>
7.68/3.78	v         0 4 0 0 18 33 4 4 12 6 12 16 4 18 13 13 23 10 21 21 31 29 36 38 38 34 15 35 28 41 41 43
7.68/3.78	v       </values>
7.68/3.78	v     </instantiation>
7.68/3.78	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 (10819 MiB free)
  memory of node 1: 16384 MiB (15798 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302715-1532897786/watcher-4302715-1532897786 -o /tmp/evaluation-result-4302715-1532897786/solver-4302715-1532897786 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532893975-22777 --watchdog 312 bin/xcsp-3-concrete -J-Xss64M -randomseed=1444140897 -superng HOME/instance-4302715-1532897786.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=28659, runsolver pid=28656

[startup+0.101416 s]*
/proc/loadavg: 1.66 1.65 1.76 2/206 28716
/proc/meminfo: memFree=27248320/32770624 swapFree=67108860/67108860
[pid=28659] ppid=28656 vsize=10005480 memory=16552 CPUtime=0.08 cores=1,3,5,7
/proc/28659/stat : 28659 (java) S 28656 28659 13514 0 -1 1077944320 4294 13013 0 0 0 1 5 2 20 0 6 0 107341836 10245611520 4138 33554432000 4194304 4196468 140730050698848 140730050681392 140137817747191 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 12972032 140730050706024 140730050708833 140730050708833 140730050711503 0
/proc/28659/statm: 2501370 4138 1933 1 0 2489808 0
[pid=28659/tid=28712] ppid=28656 vsize=10005480 memory=4279135703946723981 CPUtime=0.07 cores=1,3,5,7
/proc/28659/task/28712/stat : 28712 (java) R 28656 28659 13514 0 -1 4202560 2103 13013 0 0 0 0 5 2 20 0 6 0 107341845 10245611520 4138 33554432000 4194304 4196468 140730050698848 140137789583952 140137817769117 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12972032 140730050706024 140730050708833 140730050708833 140730050711503 0
[pid=28659/tid=28713] ppid=28656 vsize=10005480 memory=8257237230052613020 CPUtime=0.07 cores=1,3,5,7
/proc/28659/task/28713/stat : 28713 (java) S 28656 28659 13514 0 -1 1077944384 1 13013 0 0 0 0 5 2 20 0 6 0 107341845 10245611520 4138 33554432000 4194304 4196468 140730050698848 140137821989648 140137817757397 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12972032 140730050706024 140730050708833 140730050708833 140730050711503 0
[pid=28659/tid=28714] ppid=28656 vsize=10005480 memory=139946265781888 CPUtime=0.07 cores=1,3,5,7
/proc/28659/task/28714/stat : 28714 (java) S 28656 28659 13514 0 -1 1077944384 1 13013 0 0 0 0 5 2 20 0 6 0 107341845 10245611520 4138 33554432000 4194304 4196468 140730050698848 140137676708752 140137817757397 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12972032 140730050706024 140730050708833 140730050708833 140730050711503 0
[pid=28659/tid=28715] ppid=28656 vsize=10005480 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28659/task/28715/stat : 28715 (java) S 28656 28659 13514 0 -1 1077944384 1 13013 0 0 0 0 5 2 20 0 6 0 107341845 10245611520 4138 33554432000 4194304 4196468 140730050698848 140137675656208 140137817757397 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12972032 140730050706024 140730050708833 140730050708833 140730050711503 0
[pid=28659/tid=28716] ppid=28656 vsize=10005480 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/28659/task/28716/stat : 28716 (java) S 28656 28659 13514 0 -1 1077944384 2 13013 0 0 0 0 5 2 20 0 6 0 107341845 10245611520 4138 33554432000 4194304 4196468 140730050698848 140137674603664 140137817757397 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12972032 140730050706024 140730050708833 140730050708833 140730050711503 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 16552 KiB

[startup+0.209781 s]*
/proc/loadavg: 1.66 1.65 1.76 3/215 28725
/proc/meminfo: memFree=27228348/32770624 swapFree=67108860/67108860
[pid=28659] ppid=28656 vsize=10982744 memory=42076 CPUtime=0.25 cores=1,3,5,7
/proc/28659/stat : 28659 (java) S 28656 28659 13514 0 -1 1077944320 7234 13013 0 0 16 2 5 2 20 0 15 0 107341836 11246329856 10519 33554432000 4194304 4196468 140730050698848 140730050681392 140137817747191 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 12972032 140730050706024 140730050708833 140730050708833 140730050711503 0
/proc/28659/statm: 2745686 10519 2956 1 0 2708109 0
[pid=28659/tid=28712] ppid=28656 vsize=10982744 memory=7022364594140610616 CPUtime=0.18 cores=1,3,5,7
/proc/28659/task/28712/stat : 28712 (java) R 28656 28659 13514 0 -1 4202560 3833 13013 0 0 10 1 5 2 20 0 15 0 107341845 11246329856 10585 33554432000 4194304 4196468 140730050698848 140137789570664 140137798022898 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12972032 140730050706024 140730050708833 140730050708833 140730050711503 0
[pid=28659/tid=28713] ppid=28656 vsize=10982744 memory=339 CPUtime=0.07 cores=1,3,5,7
/proc/28659/task/28713/stat : 28713 (java) S 28656 28659 13514 0 -1 1077944384 1 13013 0 0 0 0 5 2 20 0 15 0 107341845 11246329856 10585 33554432000 4194304 4196468 140730050698848 140137821989648 140137817757397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12972032 140730050706024 140730050708833 140730050708833 140730050711503 0
[pid=28659/tid=28714] ppid=28656 vsize=10982744 memory=3834170193257014944 CPUtime=0.07 cores=1,3,5,7
/proc/28659/task/28714/stat : 28714 (java) S 28656 28659 13514 0 -1 1077944384 1 13013 0 0 0 0 5 2 20 0 15 0 107341845 11246329856 10585 33554432000 4194304 4196468 140730050698848 140137676708752 140137817757397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12972032 140730050706024 140730050708833 140730050708833 140730050711503 0
[pid=28659/tid=28715] ppid=28656 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28659/task/28715/stat : 28715 (java) S 28656 28659 13514 0 -1 1077944384 1 13013 0 0 0 0 5 2 20 0 15 0 107341845 11246329856 10585 33554432000 4194304 4196468 140730050698848 140137675656208 140137817757397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12972032 140730050706024 140730050708833 140730050708833 140730050711503 0
[pid=28659/tid=28716] ppid=28656 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/28659/task/28716/stat : 28716 (java) S 28656 28659 13514 0 -1 1077944384 2 13013 0 0 0 0 5 2 20 0 15 0 107341845 11246329856 10585 33554432000 4194304 4196468 140730050698848 140137674603664 140137817757397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12972032 140730050706024 140730050708833 140730050708833 140730050711503 0
[pid=28659/tid=28717] ppid=28656 vsize=10982744 memory=139946265781888 CPUtime=0.07 cores=1,3,5,7
/proc/28659/task/28717/stat : 28717 (java) S 28656 28659 13514 0 -1 1077944384 2 13013 0 0 0 0 5 2 20 0 15 0 107341847 11246329856 10585 33554432000 4194304 4196468 140730050698848 140136786380784 140137817758338 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12972032 140730050706024 140730050708833 140730050708833 140730050711503 0
[pid=28659/tid=28718] ppid=28656 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/28659/task/28718/stat : 28718 (java) S 28656 28659 13514 0 -1 1077944384 13 13013 0 0 0 0 5 2 20 0 15 0 107341848 11246329856 10585 33554432000 4194304 4196468 140730050698848 140136662688672 140137817757397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12972032 140730050706024 140730050708833 140730050708833 140730050711503 0
[pid=28659/tid=28719] ppid=28656 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28659/task/28719/stat : 28719 (java) S 28656 28659 13514 0 -1 1077944384 1 13013 0 0 0 0 5 2 20 0 15 0 107341848 11246329856 10585 33554432000 4194304 4196468 140730050698848 140136461362160 140137817757397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12972032 140730050706024 140730050708833 140730050708833 140730050711503 0
[pid=28659/tid=28720] ppid=28656 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28659/task/28720/stat : 28720 (java) S 28656 28659 13514 0 -1 1077944384 3 13013 0 0 0 0 5 2 20 0 15 0 107341851 11246329856 10585 33554432000 4194304 4196468 140730050698848 140136153962704 140137817765787 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12972032 140730050706024 140730050708833 140730050708833 140730050711503 0
[pid=28659/tid=28721] ppid=28656 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28659/task/28721/stat : 28721 (java) S 28656 28659 13514 0 -1 1077944384 423 13013 0 0 1 0 5 2 20 0 15 0 107341851 11246329856 10585 33554432000 4194304 4196468 140730050698848 140136785328624 140137817758338 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12972032 140730050706024 140730050708833 140730050708833 140730050711503 0
[pid=28659/tid=28722] ppid=28656 vsize=10982744 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/28659/task/28722/stat : 28722 (java) S 28656 28659 13514 0 -1 1077944384 190 13013 0 0 1 0 5 2 20 0 15 0 107341851 11246329856 10651 33554432000 4194304 4196468 140730050698848 140136784276080 140137817758338 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12972032 140730050706024 140730050708833 140730050708833 140730050711503 0
[pid=28659/tid=28723] ppid=28656 vsize=10982744 memory=139946265781888 CPUtime=0.1 cores=1,3,5,7
/proc/28659/task/28723/stat : 28723 (java) S 28656 28659 13514 0 -1 1077944384 605 13013 0 0 3 0 5 2 20 0 15 0 107341851 11246329856 10651 33554432000 4194304 4196468 140730050698848 140136783223536 140137817758338 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12972032 140730050706024 140730050708833 140730050708833 140730050711503 0
[pid=28659/tid=28724] ppid=28656 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/28659/task/28724/stat : 28724 (java) S 28656 28659 13514 0 -1 1077944384 3 13013 0 0 0 0 5 2 20 0 15 0 107341851 11246329856 10651 33554432000 4194304 4196468 140730050698848 140135723166816 140137817757397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12972032 140730050706024 140730050708833 140730050708833 140730050711503 0
[pid=28659/tid=28725] ppid=28656 vsize=10982744 memory=139946265781888 CPUtime=0.07 cores=1,3,5,7
/proc/28659/task/28725/stat : 28725 (java) S 28656 28659 13514 0 -1 1077944384 1 13013 0 0 0 0 5 2 20 0 15 0 107341851 11246329856 10651 33554432000 4194304 4196468 140730050698848 140136782170416 140137817758338 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12972032 140730050706024 140730050708833 140730050708833 140730050711503 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 42076 KiB

[startup+0.310072 s]*
/proc/loadavg: 1.66 1.65 1.76 3/215 28725
/proc/meminfo: memFree=27215720/32770624 swapFree=67108860/67108860
[pid=28659] ppid=28656 vsize=10983192 memory=55960 CPUtime=0.38 cores=1,3,5,7
/proc/28659/stat : 28659 (java) S 28656 28659 13514 0 -1 1077944320 10540 13013 0 0 28 3 5 2 20 0 15 0 107341836 11246788608 13990 33554432000 4194304 4196468 140730050698848 140730050681392 140137817747191 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 12972032 140730050706024 140730050708833 140730050708833 140730050711503 0
/proc/28659/statm: 2745798 13990 3075 1 0 2708109 0
[pid=28659/tid=28712] ppid=28656 vsize=10983192 memory=6791534058613427641 CPUtime=0.27 cores=1,3,5,7
/proc/28659/task/28712/stat : 28712 (java) R 28656 28659 13514 0 -1 4202560 7091 13013 0 0 19 1 5 2 20 0 15 0 107341845 11246788608 13990 33554432000 4194304 4196468 140730050698848 140137789559200 140137801827678 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12972032 140730050706024 140730050708833 140730050708833 140730050711503 0
[pid=28659/tid=28713] ppid=28656 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28659/task/28713/stat : 28713 (java) S 28656 28659 13514 0 -1 1077944384 1 13013 0 0 0 0 5 2 20 0 15 0 107341845 11246788608 13990 33554432000 4194304 4196468 140730050698848 140137821989648 140137817757397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12972032 140730050706024 140730050708833 140730050708833 140730050711503 0
[pid=28659/tid=28714] ppid=28656 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28659/task/28714/stat : 28714 (java) S 28656 28659 13514 0 -1 1077944384 1 13013 0 0 0 0 5 2 20 0 15 0 107341845 11246788608 13990 33554432000 4194304 4196468 140730050698848 140137676708752 140137817757397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12972032 140730050706024 140730050708833 140730050708833 140730050711503 0
[pid=28659/tid=28715] ppid=28656 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28659/task/28715/stat : 28715 (java) S 28656 28659 13514 0 -1 1077944384 1 13013 0 0 0 0 5 2 20 0 15 0 107341845 11246788608 13990 33554432000 4194304 4196468 140730050698848 140137675656208 140137817757397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12972032 140730050706024 140730050708833 140730050708833 140730050711503 0
[pid=28659/tid=28716] ppid=28656 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28659/task/28716/stat : 28716 (java) S 28656 28659 13514 0 -1 1077944384 2 13013 0 0 0 0 5 2 20 0 15 0 107341845 11246788608 13990 33554432000 4194304 4196468 140730050698848 140137674603664 140137817757397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12972032 140730050706024 140730050708833 140730050708833 140730050711503 0
[pid=28659/tid=28717] ppid=28656 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28659/task/28717/stat : 28717 (java) S 28656 28659 13514 0 -1 1077944384 2 13013 0 0 0 0 5 2 20 0 15 0 107341847 11246788608 13990 33554432000 4194304 4196468 140730050698848 140136786380784 140137817758338 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12972032 140730050706024 140730050708833 140730050708833 140730050711503 0
[pid=28659/tid=28718] ppid=28656 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/28659/task/28718/stat : 28718 (java) S 28656 28659 13514 0 -1 1077944384 13 13013 0 0 0 0 5 2 20 0 15 0 107341848 11246788608 13990 33554432000 4194304 4196468 140730050698848 140136662688672 140137817757397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12972032 140730050706024 140730050708833 140730050708833 140730050711503 0
[pid=28659/tid=28719] ppid=28656 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28659/task/28719/stat : 28719 (java) S 28656 28659 13514 0 -1 1077944384 1 13013 0 0 0 0 5 2 20 0 15 0 107341848 11246788608 13990 33554432000 4194304 4196468 140730050698848 140136461362160 140137817757397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12972032 140730050706024 140730050708833 140730050708833 140730050711503 0
[pid=28659/tid=28720] ppid=28656 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28659/task/28720/stat : 28720 (java) S 28656 28659 13514 0 -1 1077944384 3 13013 0 0 0 0 5 2 20 0 15 0 107341851 11246788608 13990 33554432000 4194304 4196468 140730050698848 140136153962704 140137817765787 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12972032 140730050706024 140730050708833 140730050708833 140730050711503 0
[pid=28659/tid=28721] ppid=28656 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28659/task/28721/stat : 28721 (java) S 28656 28659 13514 0 -1 1077944384 423 13013 0 0 1 0 5 2 20 0 15 0 107341851 11246788608 13990 33554432000 4194304 4196468 140730050698848 140136785328624 140137817758338 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12972032 140730050706024 140730050708833 140730050708833 140730050711503 0
[pid=28659/tid=28722] ppid=28656 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/28659/task/28722/stat : 28722 (java) S 28656 28659 13514 0 -1 1077944384 191 13013 0 0 1 0 5 2 20 0 15 0 107341851 11246788608 13990 33554432000 4194304 4196468 140730050698848 140136784276080 140137817758338 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12972032 140730050706024 140730050708833 140730050708833 140730050711503 0
[pid=28659/tid=28723] ppid=28656 vsize=10983192 memory=139946265781888 CPUtime=0.11 cores=1,3,5,7
/proc/28659/task/28723/stat : 28723 (java) S 28656 28659 13514 0 -1 1077944384 615 13013 0 0 4 0 5 2 20 0 15 0 107341851 11246788608 13990 33554432000 4194304 4196468 140730050698848 140136783223536 140137817758338 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12972032 140730050706024 140730050708833 140730050708833 140730050711503 0
[pid=28659/tid=28724] ppid=28656 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/28659/task/28724/stat : 28724 (java) S 28656 28659 13514 0 -1 1077944384 3 13013 0 0 0 0 5 2 20 0 15 0 107341851 11246788608 13990 33554432000 4194304 4196468 140730050698848 140135723166816 140137817757397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12972032 140730050706024 140730050708833 140730050708833 140730050711503 0
[pid=28659/tid=28725] ppid=28656 vsize=10983192 memory=139946265781888 CPUtime=0.07 cores=1,3,5,7
/proc/28659/task/28725/stat : 28725 (java) S 28656 28659 13514 0 -1 1077944384 1 13013 0 0 0 0 5 2 20 0 15 0 107341851 11246788608 13990 33554432000 4194304 4196468 140730050698848 140136782170416 140137817758338 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12972032 140730050706024 140730050708833 140730050708833 140730050711503 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 55960 KiB

[startup+0.700799 s]
/proc/loadavg: 1.66 1.65 1.76 3/215 28725
/proc/meminfo: memFree=27204872/32770624 swapFree=67108860/67108860
[pid=28659] ppid=28656 vsize=10983192 memory=88736 CPUtime=0.98 cores=1,3,5,7
/proc/28659/stat : 28659 (java) S 28656 28659 13514 0 -1 1077944320 16760 13013 0 0 87 4 5 2 20 0 15 0 107341836 11246788608 22184 33554432000 4194304 4196468 140730050698848 140730050681392 140137817747191 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 12972032 140730050706024 140730050708833 140730050708833 140730050711503 0
/proc/28659/statm: 2745798 22184 3242 1 0 2708109 0
[pid=28659/tid=28712] ppid=28656 vsize=10983192 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/28659/task/28712/stat : 28712 (java) R 28656 28659 13514 0 -1 4202560 12212 13013 0 0 56 3 5 2 20 0 15 0 107341845 11246788608 22184 33554432000 4194304 4196468 140730050698848 140137789568016 140137798022937 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12972032 140730050706024 140730050708833 140730050708833 140730050711503 0
[pid=28659/tid=28713] ppid=28656 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28659/task/28713/stat : 28713 (java) S 28656 28659 13514 0 -1 1077944384 1 13013 0 0 0 0 5 2 20 0 15 0 107341845 11246788608 22184 33554432000 4194304 4196468 140730050698848 140137821989648 140137817757397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12972032 140730050706024 140730050708833 140730050708833 140730050711503 0
[pid=28659/tid=28714] ppid=28656 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28659/task/28714/stat : 28714 (java) S 28656 28659 13514 0 -1 1077944384 1 13013 0 0 0 0 5 2 20 0 15 0 107341845 11246788608 22184 33554432000 4194304 4196468 140730050698848 140137676708752 140137817757397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12972032 140730050706024 140730050708833 140730050708833 140730050711503 0
[pid=28659/tid=28715] ppid=28656 vsize=10983192 memory=32804 CPUtime=0.07 cores=1,3,5,7
/proc/28659/task/28715/stat : 28715 (java) S 28656 28659 13514 0 -1 1077944384 1 13013 0 0 0 0 5 2 20 0 15 0 107341845 11246788608 22184 33554432000 4194304 4196468 140730050698848 140137675656208 140137817757397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12972032 140730050706024 140730050708833 140730050708833 140730050711503 0
[pid=28659/tid=28716] ppid=28656 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28659/task/28716/stat : 28716 (java) S 28656 28659 13514 0 -1 1077944384 2 13013 0 0 0 0 5 2 20 0 15 0 107341845 11246788608 22184 33554432000 4194304 4196468 140730050698848 140137674603664 140137817757397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12972032 140730050706024 140730050708833 140730050708833 140730050711503 0
[pid=28659/tid=28717] ppid=28656 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28659/task/28717/stat : 28717 (java) S 28656 28659 13514 0 -1 1077944384 6 13013 0 0 0 0 5 2 20 0 15 0 107341847 11246788608 22184 33554432000 4194304 4196468 140730050698848 140136786380784 140137817758338 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12972032 140730050706024 140730050708833 140730050708833 140730050711503 0
[pid=28659/tid=28718] ppid=28656 vsize=10983192 memory=139946140775088 CPUtime=0.07 cores=1,3,5,7
/proc/28659/task/28718/stat : 28718 (java) S 28656 28659 13514 0 -1 1077944384 13 13013 0 0 0 0 5 2 20 0 15 0 107341848 11246788608 22184 33554432000 4194304 4196468 140730050698848 140136662688672 140137817757397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12972032 140730050706024 140730050708833 140730050708833 140730050711503 0
[pid=28659/tid=28719] ppid=28656 vsize=10983192 memory=139947214373456 CPUtime=0.07 cores=1,3,5,7
/proc/28659/task/28719/stat : 28719 (java) S 28656 28659 13514 0 -1 1077944384 1 13013 0 0 0 0 5 2 20 0 15 0 107341848 11246788608 22184 33554432000 4194304 4196468 140730050698848 140136461362160 140137817757397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12972032 140730050706024 140730050708833 140730050708833 140730050711503 0
[pid=28659/tid=28720] ppid=28656 vsize=10983192 memory=1020 CPUtime=0.07 cores=1,3,5,7
/proc/28659/task/28720/stat : 28720 (java) S 28656 28659 13514 0 -1 1077944384 3 13013 0 0 0 0 5 2 20 0 15 0 107341851 11246788608 22184 33554432000 4194304 4196468 140730050698848 140136153962704 140137817765787 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12972032 140730050706024 140730050708833 140730050708833 140730050711503 0
[pid=28659/tid=28721] ppid=28656 vsize=10983192 memory=7089042195949315648 CPUtime=0.16 cores=1,3,5,7
/proc/28659/task/28721/stat : 28721 (java) S 28656 28659 13514 0 -1 1077944384 1056 13013 0 0 9 0 5 2 20 0 15 0 107341851 11246788608 22184 33554432000 4194304 4196468 140730050698848 140136785328624 140137817758338 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12972032 140730050706024 140730050708833 140730050708833 140730050711503 0
[pid=28659/tid=28722] ppid=28656 vsize=10983192 memory=7881696724453321575 CPUtime=0.14 cores=1,3,5,7
/proc/28659/task/28722/stat : 28722 (java) S 28656 28659 13514 0 -1 1077944384 572 13013 0 0 7 0 5 2 20 0 15 0 107341851 11246788608 22184 33554432000 4194304 4196468 140730050698848 140136784276080 140137817758338 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12972032 140730050706024 140730050708833 140730050708833 140730050711503 0
[pid=28659/tid=28723] ppid=28656 vsize=10983192 memory=5789189752906409301 CPUtime=0.2 cores=1,3,5,7
/proc/28659/task/28723/stat : 28723 (java) S 28656 28659 13514 0 -1 1077944384 696 13013 0 0 13 0 5 2 20 0 15 0 107341851 11246788608 22184 33554432000 4194304 4196468 140730050698848 140136783223536 140137817758338 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12972032 140730050706024 140730050708833 140730050708833 140730050711503 0
[pid=28659/tid=28724] ppid=28656 vsize=10983192 memory=4140 CPUtime=0.07 cores=1,3,5,7
/proc/28659/task/28724/stat : 28724 (java) S 28656 28659 13514 0 -1 1077944384 3 13013 0 0 0 0 5 2 20 0 15 0 107341851 11246788608 22184 33554432000 4194304 4196468 140730050698848 140135723166816 140137817757397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12972032 140730050706024 140730050708833 140730050708833 140730050711503 0
[pid=28659/tid=28725] ppid=28656 vsize=10983192 memory=2241 CPUtime=0.07 cores=1,3,5,7
/proc/28659/task/28725/stat : 28725 (java) S 28656 28659 13514 0 -1 1077944384 1 13013 0 0 0 0 5 2 20 0 15 0 107341851 11246788608 22184 33554432000 4194304 4196468 140730050698848 140136782170416 140137817758338 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12972032 140730050706024 140730050708833 140730050708833 140730050711503 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88736 KiB

[startup+1.50093 s]
/proc/loadavg: 1.66 1.65 1.76 3/215 28725
/proc/meminfo: memFree=27159096/32770624 swapFree=67108860/67108860
[pid=28659] ppid=28656 vsize=10998092 memory=177888 CPUtime=2.26 cores=1,3,5,7
/proc/28659/stat : 28659 (java) S 28656 28659 13514 0 -1 1077944320 23948 13013 0 0 209 10 5 2 20 0 15 0 107341836 11262046208 44472 33554432000 4194304 4196468 140730050698848 140730050681392 140137817747191 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 12972032 140730050706024 140730050708833 140730050708833 140730050711503 0
/proc/28659/statm: 2749523 44472 3466 1 0 2711181 0
[pid=28659/tid=28712] ppid=28656 vsize=10998092 memory=10757 CPUtime=1.42 cores=1,3,5,7
/proc/28659/task/28712/stat : 28712 (java) R 28656 28659 13514 0 -1 4202560 17772 13013 0 0 130 5 5 2 20 0 15 0 107341845 11262046208 44472 33554432000 4194304 4196468 140730050698848 140137789555952 140137800934000 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 12972032 140730050706024 140730050708833 140730050708833 140730050711503 0
[pid=28659/tid=28713] ppid=28656 vsize=10998092 memory=6791534058613427641 CPUtime=0.07 cores=1,3,5,7
/proc/28659/task/28713/stat : 28713 (java) S 28656 28659 13514 0 -1 1077944384 200 13013 0 0 0 0 5 2 20 0 15 0 107341845 11262046208 44472 33554432000 4194304 4196468 140730050698848 140137821989648 140137817757397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12972032 140730050706024 140730050708833 140730050708833 140730050711503 0
[pid=28659/tid=28714] ppid=28656 vsize=10998092 memory=1408 CPUtime=0.08 cores=1,3,5,7
/proc/28659/task/28714/stat : 28714 (java) S 28656 28659 13514 0 -1 1077944384 22 13013 0 0 1 0 5 2 20 0 15 0 107341845 11262046208 44472 33554432000 4194304 4196468 140730050698848 140137676708752 140137817757397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12972032 140730050706024 140730050708833 140730050708833 140730050711503 0
[pid=28659/tid=28715] ppid=28656 vsize=10998092 memory=3072 CPUtime=0.08 cores=1,3,5,7
/proc/28659/task/28715/stat : 28715 (java) S 28656 28659 13514 0 -1 1077944384 30 13013 0 0 1 0 5 2 20 0 15 0 107341845 11262046208 44472 33554432000 4194304 4196468 140730050698848 140137675656208 140137817757397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12972032 140730050706024 140730050708833 140730050708833 140730050711503 0
[pid=28659/tid=28716] ppid=28656 vsize=10998092 memory=88736 CPUtime=0.07 cores=1,3,5,7
/proc/28659/task/28716/stat : 28716 (java) S 28656 28659 13514 0 -1 1077944384 59 13013 0 0 0 0 5 2 20 0 15 0 107341845 11262046208 44472 33554432000 4194304 4196468 140730050698848 140137674603664 140137817757397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12972032 140730050706024 140730050708833 140730050708833 140730050711503 0
[pid=28659/tid=28717] ppid=28656 vsize=10998092 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28659/task/28717/stat : 28717 (java) S 28656 28659 13514 0 -1 1077944384 51 13013 0 0 1 0 5 2 20 0 15 0 107341847 11262046208 44472 33554432000 4194304 4196468 140730050698848 140136786380784 140137817758338 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12972032 140730050706024 140730050708833 140730050708833 140730050711503 0
[pid=28659/tid=28718] ppid=28656 vsize=10998092 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28659/task/28718/stat : 28718 (java) S 28656 28659 13514 0 -1 1077944384 13 13013 0 0 0 0 5 2 20 0 15 0 107341848 11262046208 44472 33554432000 4194304 4196468 140730050698848 140136662688736 140137817757397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12972032 140730050706024 140730050708833 140730050708833 140730050711503 0
[pid=28659/tid=28719] ppid=28656 vsize=10998092 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28659/task/28719/stat : 28719 (java) S 28656 28659 13514 0 -1 1077944384 2 13013 0 0 0 0 5 2 20 0 15 0 107341848 11262046208 44472 33554432000 4194304 4196468 140730050698848 140136461362160 140137817757397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12972032 140730050706024 140730050708833 140730050708833 140730050711503 0
[pid=28659/tid=28720] ppid=28656 vsize=10998092 memory=6791534058613427641 CPUtime=0.07 cores=1,3,5,7
/proc/28659/task/28720/stat : 28720 (java) S 28656 28659 13514 0 -1 1077944384 3 13013 0 0 0 0 5 2 20 0 15 0 107341851 11262046208 44472 33554432000 4194304 4196468 140730050698848 140136153962704 140137817765787 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12972032 140730050706024 140730050708833 140730050708833 140730050711503 0
[pid=28659/tid=28721] ppid=28656 vsize=10998092 memory=4638778398332698720 CPUtime=0.27 cores=1,3,5,7
/proc/28659/task/28721/stat : 28721 (java) S 28656 28659 13514 0 -1 1077944384 1208 13013 0 0 20 0 5 2 20 0 15 0 107341851 11262046208 44472 33554432000 4194304 4196468 140730050698848 140136785328624 140137817758338 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12972032 140730050706024 140730050708833 140730050708833 140730050711503 0
[pid=28659/tid=28722] ppid=28656 vsize=10998092 memory=279892281826176 CPUtime=0.27 cores=1,3,5,7
/proc/28659/task/28722/stat : 28722 (java) S 28656 28659 13514 0 -1 1077944384 1103 13013 0 0 20 0 5 2 20 0 15 0 107341851 11262046208 44472 33554432000 4194304 4196468 140730050698848 140136784276080 140137817758338 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12972032 140730050706024 140730050708833 140730050708833 140730050711503 0
[pid=28659/tid=28723] ppid=28656 vsize=10998092 memory=6944656592452807323 CPUtime=0.39 cores=1,3,5,7
/proc/28659/task/28723/stat : 28723 (java) S 28656 28659 13514 0 -1 1077944384 1291 13013 0 0 32 0 5 2 20 0 15 0 107341851 11262046208 44472 33554432000 4194304 4196468 140730050698848 140136783223536 140137817758338 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12972032 140730050706024 140730050708833 140730050708833 140730050711503 0
[pid=28659/tid=28724] ppid=28656 vsize=10998092 memory=6944656591801719708 CPUtime=0.07 cores=1,3,5,7
/proc/28659/task/28724/stat : 28724 (java) S 28656 28659 13514 0 -1 1077944384 3 13013 0 0 0 0 5 2 20 0 15 0 107341851 11262046208 44472 33554432000 4194304 4196468 140730050698848 140135723166816 140137817757397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12972032 140730050706024 140730050708833 140730050708833 140730050711503 0
[pid=28659/tid=28725] ppid=28656 vsize=10998092 memory=1399101730491701635 CPUtime=0.07 cores=1,3,5,7
/proc/28659/task/28725/stat : 28725 (java) S 28656 28659 13514 0 -1 1077944384 1 13013 0 0 0 0 5 2 20 0 15 0 107341851 11262046208 44472 33554432000 4194304 4196468 140730050698848 140136782170416 140137817758338 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12972032 140730050706024 140730050708833 140730050708833 140730050711503 0
Current children cumulated CPU time: 2.26 s
Current children cumulated vsize: 10998092 KiB
Current children cumulated memory: 177888 KiB

[startup+3.11789 s]
/proc/loadavg: 1.69 1.65 1.76 3/215 28725
/proc/meminfo: memFree=27046264/32770624 swapFree=67108860/67108860
[pid=28659] ppid=28656 vsize=11010400 memory=247880 CPUtime=6.08 cores=1,3,5,7
/proc/28659/stat : 28659 (java) S 28656 28659 13514 0 -1 1077944320 38427 13013 0 0 585 16 5 2 20 0 15 0 107341836 11274649600 61970 33554432000 4194304 4196468 140730050698848 140730050681392 140137817747191 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 12972032 140730050706024 140730050708833 140730050708833 140730050711503 0
/proc/28659/statm: 2752600 61970 3494 1 0 2714253 0
[pid=28659/tid=28712] ppid=28656 vsize=11010400 memory=7 CPUtime=2.98 cores=1,3,5,7
/proc/28659/task/28712/stat : 28712 (java) R 28656 28659 13514 0 -1 4202560 24853 13013 0 0 283 8 5 2 20 0 15 0 107341845 11274649600 61970 33554432000 4194304 4196468 140730050698848 140137789564976 140137707243230 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 12972032 140730050706024 140730050708833 140730050708833 140730050711503 0
[pid=28659/tid=28713] ppid=28656 vsize=11010400 memory=192976 CPUtime=0.09 cores=1,3,5,7
/proc/28659/task/28713/stat : 28713 (java) S 28656 28659 13514 0 -1 1077944384 219 13013 0 0 2 0 5 2 20 0 15 0 107341845 11274649600 61970 33554432000 4194304 4196468 140730050698848 140137821989648 140137817757397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12972032 140730050706024 140730050708833 140730050708833 140730050711503 0
[pid=28659/tid=28714] ppid=28656 vsize=11010400 memory=10757 CPUtime=0.1 cores=1,3,5,7
/proc/28659/task/28714/stat : 28714 (java) S 28656 28659 13514 0 -1 1077944384 48 13013 0 0 3 0 5 2 20 0 15 0 107341845 11274649600 61970 33554432000 4194304 4196468 140730050698848 140137676708752 140137817757397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12972032 140730050706024 140730050708833 140730050708833 140730050711503 0
[pid=28659/tid=28715] ppid=28656 vsize=11010400 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/28659/task/28715/stat : 28715 (java) S 28656 28659 13514 0 -1 1077944384 45 13013 0 0 3 0 5 2 20 0 15 0 107341845 11274649600 61970 33554432000 4194304 4196468 140730050698848 140137675656208 140137817757397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12972032 140730050706024 140730050708833 140730050708833 140730050711503 0
[pid=28659/tid=28716] ppid=28656 vsize=11010400 memory=263019502297125 CPUtime=0.1 cores=1,3,5,7
/proc/28659/task/28716/stat : 28716 (java) S 28656 28659 13514 0 -1 1077944384 74 13013 0 0 3 0 5 2 20 0 15 0 107341845 11274649600 61970 33554432000 4194304 4196468 140730050698848 140137674603664 140137817757397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12972032 140730050706024 140730050708833 140730050708833 140730050711503 0
[pid=28659/tid=28717] ppid=28656 vsize=11010400 memory=263019502297126 CPUtime=0.1 cores=1,3,5,7
/proc/28659/task/28717/stat : 28717 (java) S 28656 28659 13514 0 -1 1077944384 1886 13013 0 0 3 0 5 2 20 0 15 0 107341847 11274649600 61970 33554432000 4194304 4196468 140730050698848 140136786380784 140137817758338 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12972032 140730050706024 140730050708833 140730050708833 140730050711503 0
[pid=28659/tid=28718] ppid=28656 vsize=11010400 memory=263019502297127 CPUtime=0.07 cores=1,3,5,7
/proc/28659/task/28718/stat : 28718 (java) S 28656 28659 13514 0 -1 1077944384 13 13013 0 0 0 0 5 2 20 0 15 0 107341848 11274649600 61970 33554432000 4194304 4196468 140730050698848 140136662688736 140137817757397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12972032 140730050706024 140730050708833 140730050708833 140730050711503 0
[pid=28659/tid=28719] ppid=28656 vsize=11010400 memory=263019502297128 CPUtime=0.07 cores=1,3,5,7
/proc/28659/task/28719/stat : 28719 (java) S 28656 28659 13514 0 -1 1077944384 2 13013 0 0 0 0 5 2 20 0 15 0 107341848 11274649600 61970 33554432000 4194304 4196468 140730050698848 140136461362176 140137817757397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12972032 140730050706024 140730050708833 140730050708833 140730050711503 0
[pid=28659/tid=28720] ppid=28656 vsize=11010400 memory=4140 CPUtime=0.07 cores=1,3,5,7
/proc/28659/task/28720/stat : 28720 (java) S 28656 28659 13514 0 -1 1077944384 3 13013 0 0 0 0 5 2 20 0 15 0 107341851 11274649600 61970 33554432000 4194304 4196468 140730050698848 140136153962704 140137817765787 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12972032 140730050706024 140730050708833 140730050708833 140730050711503 0
[pid=28659/tid=28721] ppid=28656 vsize=11010400 memory=6395206304943 CPUtime=0.83 cores=1,3,5,7
/proc/28659/task/28721/stat : 28721 (java) R 28656 28659 13514 0 -1 4202560 1976 13013 0 0 75 1 5 2 20 0 15 0 107341851 11274649600 61970 33554432000 4194304 4196468 140730050698848 140136785328624 140137802652429 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12972032 140730050706024 140730050708833 140730050708833 140730050711503 0
[pid=28659/tid=28722] ppid=28656 vsize=11010400 memory=288230617509003574 CPUtime=1.06 cores=1,3,5,7
/proc/28659/task/28722/stat : 28722 (java) R 28656 28659 13514 0 -1 4202560 2829 13013 0 0 98 1 5 2 20 0 15 0 107341851 11274649600 61970 33554432000 4194304 4196468 140730050698848 140136784266192 140137801247389 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12972032 140730050706024 140730050708833 140730050708833 140730050711503 0
[pid=28659/tid=28723] ppid=28656 vsize=11010400 memory=13847486485760432 CPUtime=1.18 cores=1,3,5,7
/proc/28659/task/28723/stat : 28723 (java) R 28656 28659 13514 0 -1 4202560 4281 13013 0 0 109 2 5 2 20 0 15 0 107341851 11274649600 61970 33554432000 4194304 4196468 140730050698848 140136783223536 140137796602790 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12972032 140730050706024 140730050708833 140730050708833 140730050711503 0
[pid=28659/tid=28724] ppid=28656 vsize=11010400 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28659/task/28724/stat : 28724 (java) S 28656 28659 13514 0 -1 1077944384 3 13013 0 0 0 0 5 2 20 0 15 0 107341851 11274649600 61970 33554432000 4194304 4196468 140730050698848 140135723166816 140137817757397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12972032 140730050706024 140730050708833 140730050708833 140730050711503 0
[pid=28659/tid=28725] ppid=28656 vsize=11010400 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28659/task/28725/stat : 28725 (java) S 28656 28659 13514 0 -1 1077944384 3 13013 0 0 0 0 5 2 20 0 15 0 107341851 11274649600 61970 33554432000 4194304 4196468 140730050698848 140136782170416 140137817758338 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12972032 140730050706024 140730050708833 140730050708833 140730050711503 0
Current children cumulated CPU time: 6.08 s
Current children cumulated vsize: 11010400 KiB
Current children cumulated memory: 247880 KiB

[startup+3.88586 s]
# the end of solver process 28659 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=7.84039 s, system=0.234729 s

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

[startup+3.20315 s]
/proc/loadavg: 1.69 1.65 1.76 3/215 28725
/proc/meminfo: memFree=27046264/32770624 swapFree=67108860/67108860
[pid=28659] ppid=28656 vsize=11010400 memory=249132 CPUtime=6.27 cores=1,3,5,7
/proc/28659/stat : 28659 (java) S 28656 28659 13514 0 -1 1077944320 38791 13013 0 0 603 17 5 2 20 0 15 0 107341836 11274649600 62283 33554432000 4194304 4196468 140730050698848 140730050681392 140137817747191 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 12972032 140730050706024 140730050708833 140730050708833 140730050711503 0
/proc/28659/statm: 2752600 62283 3494 1 0 2714253 0
[pid=28659/tid=28712] ppid=28656 vsize=11010400 memory=30476 CPUtime=3.06 cores=1,3,5,7
/proc/28659/task/28712/stat : 28712 (java) R 28656 28659 13514 0 -1 4202560 25092 13013 0 0 291 8 5 2 20 0 15 0 107341845 11274649600 62283 33554432000 4194304 4196468 140730050698848 140137789581264 140137817759126 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12972032 140730050706024 140730050708833 140730050708833 140730050711503 0
[pid=28659/tid=28713] ppid=28656 vsize=11010400 memory=2204 CPUtime=0.09 cores=1,3,5,7
/proc/28659/task/28713/stat : 28713 (java) S 28656 28659 13514 0 -1 1077944384 219 13013 0 0 2 0 5 2 20 0 15 0 107341845 11274649600 62283 33554432000 4194304 4196468 140730050698848 140137821989648 140137817757397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12972032 140730050706024 140730050708833 140730050708833 140730050711503 0
[pid=28659/tid=28714] ppid=28656 vsize=11010400 memory=129 CPUtime=0.1 cores=1,3,5,7
/proc/28659/task/28714/stat : 28714 (java) S 28656 28659 13514 0 -1 1077944384 48 13013 0 0 3 0 5 2 20 0 15 0 107341845 11274649600 62283 33554432000 4194304 4196468 140730050698848 140137676708752 140137817757397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12972032 140730050706024 140730050708833 140730050708833 140730050711503 0
[pid=28659/tid=28715] ppid=28656 vsize=11010400 memory=10763 CPUtime=0.1 cores=1,3,5,7
/proc/28659/task/28715/stat : 28715 (java) S 28656 28659 13514 0 -1 1077944384 45 13013 0 0 3 0 5 2 20 0 15 0 107341845 11274649600 62283 33554432000 4194304 4196468 140730050698848 140137675656208 140137817757397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12972032 140730050706024 140730050708833 140730050708833 140730050711503 0
[pid=28659/tid=28716] ppid=28656 vsize=11010400 memory=25147 CPUtime=0.1 cores=1,3,5,7
/proc/28659/task/28716/stat : 28716 (java) S 28656 28659 13514 0 -1 1077944384 74 13013 0 0 3 0 5 2 20 0 15 0 107341845 11274649600 62283 33554432000 4194304 4196468 140730050698848 140137674603664 140137817757397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12972032 140730050706024 140730050708833 140730050708833 140730050711503 0
[pid=28659/tid=28717] ppid=28656 vsize=11010400 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/28659/task/28717/stat : 28717 (java) S 28656 28659 13514 0 -1 1077944384 1886 13013 0 0 3 0 5 2 20 0 15 0 107341847 11274649600 62283 33554432000 4194304 4196468 140730050698848 140136786380784 140137817758338 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12972032 140730050706024 140730050708833 140730050708833 140730050711503 0
[pid=28659/tid=28718] ppid=28656 vsize=11010400 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28659/task/28718/stat : 28718 (java) S 28656 28659 13514 0 -1 1077944384 13 13013 0 0 0 0 5 2 20 0 15 0 107341848 11274649600 62283 33554432000 4194304 4196468 140730050698848 140136662688736 140137817757397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12972032 140730050706024 140730050708833 140730050708833 140730050711503 0
[pid=28659/tid=28719] ppid=28656 vsize=11010400 memory=4108 CPUtime=0.07 cores=1,3,5,7
/proc/28659/task/28719/stat : 28719 (java) S 28656 28659 13514 0 -1 1077944384 2 13013 0 0 0 0 5 2 20 0 15 0 107341848 11274649600 62283 33554432000 4194304 4196468 140730050698848 140136461362176 140137817757397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12972032 140730050706024 140730050708833 140730050708833 140730050711503 0
[pid=28659/tid=28720] ppid=28656 vsize=11010400 memory=2704 CPUtime=0.07 cores=1,3,5,7
/proc/28659/task/28720/stat : 28720 (java) S 28656 28659 13514 0 -1 1077944384 3 13013 0 0 0 0 5 2 20 0 15 0 107341851 11274649600 62283 33554432000 4194304 4196468 140730050698848 140136153962704 140137817765787 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12972032 140730050706024 140730050708833 140730050708833 140730050711503 0
[pid=28659/tid=28721] ppid=28656 vsize=11010400 memory=2596 CPUtime=0.86 cores=1,3,5,7
/proc/28659/task/28721/stat : 28721 (java) S 28656 28659 13514 0 -1 1077944384 1989 13013 0 0 78 1 5 2 20 0 15 0 107341851 11274649600 62283 33554432000 4194304 4196468 140730050698848 140136785328624 140137817758338 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12972032 140730050706024 140730050708833 140730050708833 140730050711503 0
[pid=28659/tid=28722] ppid=28656 vsize=11010400 memory=279892281793600 CPUtime=1.09 cores=1,3,5,7
/proc/28659/task/28722/stat : 28722 (java) S 28656 28659 13514 0 -1 1077944384 2845 13013 0 0 101 1 5 2 20 0 15 0 107341851 11274649600 62283 33554432000 4194304 4196468 140730050698848 140136784276080 140137817758338 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12972032 140730050706024 140730050708833 140730050708833 140730050711503 0
[pid=28659/tid=28723] ppid=28656 vsize=11010400 memory=3472425405241111140 CPUtime=1.23 cores=1,3,5,7
/proc/28659/task/28723/stat : 28723 (java) R 28656 28659 13514 0 -1 4202560 4377 13013 0 0 114 2 5 2 20 0 15 0 107341851 11274649600 62283 33554432000 4194304 4196468 140730050698848 140136783223536 140137817759126 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12972032 140730050706024 140730050708833 140730050708833 140730050711503 0
[pid=28659/tid=28724] ppid=28656 vsize=11010400 memory=6656426216303648864 CPUtime=0.07 cores=1,3,5,7
/proc/28659/task/28724/stat : 28724 (java) S 28656 28659 13514 0 -1 1077944384 3 13013 0 0 0 0 5 2 20 0 15 0 107341851 11274649600 62283 33554432000 4194304 4196468 140730050698848 140135723166816 140137817757397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12972032 140730050706024 140730050708833 140730050708833 140730050711503 0
[pid=28659/tid=28725] ppid=28656 vsize=11010400 memory=6656426216303648864 CPUtime=0.07 cores=1,3,5,7
/proc/28659/task/28725/stat : 28725 (java) S 28656 28659 13514 0 -1 1077944384 3 13013 0 0 0 0 5 2 20 0 15 0 107341851 11274649600 62283 33554432000 4194304 4196468 140730050698848 140136782170416 140137817758338 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12972032 140730050706024 140730050708833 140730050708833 140730050711503 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 11010400 KiB
Current children cumulated memory: 249132 KiB

[startup+3.60069 s]
/proc/loadavg: 1.69 1.65 1.76 3/215 28725
/proc/meminfo: memFree=27046264/32770624 swapFree=67108860/67108860
[pid=28659] ppid=28656 vsize=11077984 memory=303896 CPUtime=7.33 cores=1,3,5,7
/proc/28659/stat : 28659 (java) S 28656 28659 13514 0 -1 1077944320 62846 13013 0 0 707 19 5 2 20 0 15 0 107341836 11343855616 75974 33554432000 4194304 4196468 140730050698848 140730050681392 140137817747191 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 12972032 140730050706024 140730050708833 140730050708833 140730050711503 0
/proc/28659/statm: 2769496 75974 3500 1 0 2731149 0
[pid=28659/tid=28712] ppid=28656 vsize=11077984 memory=6083073847998109799 CPUtime=3.46 cores=1,3,5,7
/proc/28659/task/28712/stat : 28712 (java) R 28656 28659 13514 0 -1 4202560 43796 13013 0 0 329 10 5 2 20 0 15 0 107341845 11343855616 75974 33554432000 4194304 4196468 140730050698848 140137789576288 140137799635888 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12972032 140730050706024 140730050708833 140730050708833 140730050711503 0
[pid=28659/tid=28713] ppid=28656 vsize=11077984 memory=5937837153581424979 CPUtime=0.09 cores=1,3,5,7
/proc/28659/task/28713/stat : 28713 (java) S 28656 28659 13514 0 -1 1077944384 219 13013 0 0 2 0 5 2 20 0 15 0 107341845 11343855616 75974 33554432000 4194304 4196468 140730050698848 140137821989648 140137817757397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12972032 140730050706024 140730050708833 140730050708833 140730050711503 0
[pid=28659/tid=28714] ppid=28656 vsize=11077984 memory=4639928419179188324 CPUtime=0.1 cores=1,3,5,7
/proc/28659/task/28714/stat : 28714 (java) S 28656 28659 13514 0 -1 1077944384 48 13013 0 0 3 0 5 2 20 0 15 0 107341845 11343855616 75974 33554432000 4194304 4196468 140730050698848 140137676708752 140137817757397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12972032 140730050706024 140730050708833 140730050708833 140730050711503 0
[pid=28659/tid=28715] ppid=28656 vsize=11077984 memory=7 CPUtime=0.1 cores=1,3,5,7
/proc/28659/task/28715/stat : 28715 (java) S 28656 28659 13514 0 -1 1077944384 45 13013 0 0 3 0 5 2 20 0 15 0 107341845 11343855616 75974 33554432000 4194304 4196468 140730050698848 140137675656208 140137817757397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12972032 140730050706024 140730050708833 140730050708833 140730050711503 0
[pid=28659/tid=28716] ppid=28656 vsize=11077984 memory=246685741670490 CPUtime=0.1 cores=1,3,5,7
/proc/28659/task/28716/stat : 28716 (java) S 28656 28659 13514 0 -1 1077944384 74 13013 0 0 3 0 5 2 20 0 15 0 107341845 11343855616 75974 33554432000 4194304 4196468 140730050698848 140137674603664 140137817757397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12972032 140730050706024 140730050708833 140730050708833 140730050711503 0
[pid=28659/tid=28717] ppid=28656 vsize=11077984 memory=279892281285632 CPUtime=0.1 cores=1,3,5,7
/proc/28659/task/28717/stat : 28717 (java) S 28656 28659 13514 0 -1 1077944384 2398 13013 0 0 3 0 5 2 20 0 15 0 107341847 11343855616 75974 33554432000 4194304 4196468 140730050698848 140136786380784 140137817758338 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12972032 140730050706024 140730050708833 140730050708833 140730050711503 0
[pid=28659/tid=28718] ppid=28656 vsize=11077984 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28659/task/28718/stat : 28718 (java) S 28656 28659 13514 0 -1 1077944384 13 13013 0 0 0 0 5 2 20 0 15 0 107341848 11343855616 75974 33554432000 4194304 4196468 140730050698848 140136662688736 140137817757397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12972032 140730050706024 140730050708833 140730050708833 140730050711503 0
[pid=28659/tid=28719] ppid=28656 vsize=11077984 memory=6944656592387989600 CPUtime=0.07 cores=1,3,5,7
/proc/28659/task/28719/stat : 28719 (java) S 28656 28659 13514 0 -1 1077944384 2 13013 0 0 0 0 5 2 20 0 15 0 107341848 11343855616 75974 33554432000 4194304 4196468 140730050698848 140136461362176 140137817757397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12972032 140730050706024 140730050708833 140730050708833 140730050711503 0
[pid=28659/tid=28720] ppid=28656 vsize=11077984 memory=6944656592455360604 CPUtime=0.07 cores=1,3,5,7
/proc/28659/task/28720/stat : 28720 (java) S 28656 28659 13514 0 -1 1077944384 3 13013 0 0 0 0 5 2 20 0 15 0 107341851 11343855616 75974 33554432000 4194304 4196468 140730050698848 140136153962704 140137817765787 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12972032 140730050706024 140730050708833 140730050708833 140730050711503 0
[pid=28659/tid=28721] ppid=28656 vsize=11077984 memory=0 CPUtime=1 cores=1,3,5,7
/proc/28659/task/28721/stat : 28721 (java) R 28656 28659 13514 0 -1 4202560 2694 13013 0 0 92 1 5 2 20 0 15 0 107341851 11343855616 75974 33554432000 4194304 4196468 140730050698848 140136785328624 140137797038531 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12972032 140730050706024 140730050708833 140730050708833 140730050711503 0
[pid=28659/tid=28722] ppid=28656 vsize=11077984 memory=0 CPUtime=1.48 cores=1,3,5,7
/proc/28659/task/28722/stat : 28722 (java) R 28656 28659 13514 0 -1 4202560 5490 13013 0 0 140 1 5 2 20 0 15 0 107341851 11343855616 75974 33554432000 4194304 4196468 140730050698848 140136784261960 140137802854876 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12972032 140730050706024 140730050708833 140730050708833 140730050711503 0
[pid=28659/tid=28723] ppid=28656 vsize=11077984 memory=-1807685287717842718 CPUtime=1.36 cores=1,3,5,7
/proc/28659/task/28723/stat : 28723 (java) R 28656 28659 13514 0 -1 1077944384 5864 13013 0 0 127 2 5 2 20 0 15 0 107341851 11343855616 75974 33554432000 4194304 4196468 140730050698848 140136783223536 140137817758338 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 12972032 140730050706024 140730050708833 140730050708833 140730050711503 0
[pid=28659/tid=28724] ppid=28656 vsize=11077984 memory=6944656592455360604 CPUtime=0.07 cores=1,3,5,7
/proc/28659/task/28724/stat : 28724 (java) S 28656 28659 13514 0 -1 1077944384 3 13013 0 0 0 0 5 2 20 0 15 0 107341851 11343855616 75974 33554432000 4194304 4196468 140730050698848 140135723166816 140137817757397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12972032 140730050706024 140730050708833 140730050708833 140730050711503 0
[pid=28659/tid=28725] ppid=28656 vsize=11077984 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28659/task/28725/stat : 28725 (java) S 28656 28659 13514 0 -1 1077944384 5 13013 0 0 0 0 5 2 20 0 15 0 107341851 11343855616 75974 33554432000 4194304 4196468 140730050698848 140136782170416 140137817758338 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12972032 140730050706024 140730050708833 140730050708833 140730050711503 0
Current children cumulated CPU time: 7.33 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 303896 KiB

[startup+3.8007 s]
/proc/loadavg: 1.69 1.65 1.76 3/215 28725
/proc/meminfo: memFree=27046264/32770624 swapFree=67108860/67108860
[pid=28659] ppid=28656 vsize=11146328 memory=309096 CPUtime=7.97 cores=1,3,5,7
/proc/28659/stat : 28659 (java) S 28656 28659 13514 0 -1 1077944320 64928 13013 0 0 771 19 5 2 20 0 14 0 107341836 11413839872 77274 33554432000 4194304 4196468 140730050698848 140730050681392 140137817747191 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 12972032 140730050706024 140730050708833 140730050708833 140730050711503 0
/proc/28659/statm: 2786582 77274 3504 1 0 2748235 0
[pid=28659/tid=28712] ppid=28656 vsize=11146328 memory=0 CPUtime=3.64 cores=1,3,5,7
/proc/28659/task/28712/stat : 28712 (java) S 28656 28659 13514 0 -1 1077944384 44036 13013 0 0 347 10 5 2 20 0 14 0 107341845 11413839872 77274 33554432000 4194304 4196468 140730050698848 140137789590672 140137817757397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12972032 140730050706024 140730050708833 140730050708833 140730050711503 0
[pid=28659/tid=28713] ppid=28656 vsize=11146328 memory=6944656592455359545 CPUtime=0.09 cores=1,3,5,7
/proc/28659/task/28713/stat : 28713 (java) S 28656 28659 13514 0 -1 1077944384 219 13013 0 0 2 0 5 2 20 0 14 0 107341845 11413839872 77274 33554432000 4194304 4196468 140730050698848 140137821989648 140137817757397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12972032 140730050706024 140730050708833 140730050708833 140730050711503 0
[pid=28659/tid=28714] ppid=28656 vsize=11146328 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/28659/task/28714/stat : 28714 (java) S 28656 28659 13514 0 -1 1077944384 48 13013 0 0 3 0 5 2 20 0 14 0 107341845 11413839872 77274 33554432000 4194304 4196468 140730050698848 140137676708752 140137817757397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12972032 140730050706024 140730050708833 140730050708833 140730050711503 0
[pid=28659/tid=28715] ppid=28656 vsize=11146328 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/28659/task/28715/stat : 28715 (java) S 28656 28659 13514 0 -1 1077944384 45 13013 0 0 3 0 5 2 20 0 14 0 107341845 11413839872 77274 33554432000 4194304 4196468 140730050698848 140137675656208 140137817757397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12972032 140730050706024 140730050708833 140730050708833 140730050711503 0
[pid=28659/tid=28716] ppid=28656 vsize=11146328 memory=56 CPUtime=0.1 cores=1,3,5,7
/proc/28659/task/28716/stat : 28716 (java) S 28656 28659 13514 0 -1 1077944384 74 13013 0 0 3 0 5 2 20 0 14 0 107341845 11413839872 77274 33554432000 4194304 4196468 140730050698848 140137674603664 140137817757397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12972032 140730050706024 140730050708833 140730050708833 140730050711503 0
[pid=28659/tid=28717] ppid=28656 vsize=11146328 memory=6944656592455097440 CPUtime=0.1 cores=1,3,5,7
/proc/28659/task/28717/stat : 28717 (java) S 28656 28659 13514 0 -1 1077944384 2398 13013 0 0 3 0 5 2 20 0 14 0 107341847 11413839872 77274 33554432000 4194304 4196468 140730050698848 140136786380992 140137817758338 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12972032 140730050706024 140730050708833 140730050708833 140730050711503 0
[pid=28659/tid=28718] ppid=28656 vsize=11146328 memory=6944656592455097440 CPUtime=0.07 cores=1,3,5,7
/proc/28659/task/28718/stat : 28718 (java) S 28656 28659 13514 0 -1 1077944384 13 13013 0 0 0 0 5 2 20 0 14 0 107341848 11413839872 77274 33554432000 4194304 4196468 140730050698848 140136662688736 140137817757397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12972032 140730050706024 140730050708833 140730050708833 140730050711503 0
[pid=28659/tid=28719] ppid=28656 vsize=11146328 memory=6655300316396806240 CPUtime=0.07 cores=1,3,5,7
/proc/28659/task/28719/stat : 28719 (java) S 28656 28659 13514 0 -1 1077944384 2 13013 0 0 0 0 5 2 20 0 14 0 107341848 11413839872 77274 33554432000 4194304 4196468 140730050698848 140136461362176 140137817757397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12972032 140730050706024 140730050708833 140730050708833 140730050711503 0
[pid=28659/tid=28720] ppid=28656 vsize=11146328 memory=6656426216303648864 CPUtime=0.07 cores=1,3,5,7
/proc/28659/task/28720/stat : 28720 (java) S 28656 28659 13514 0 -1 1077944384 25 13013 0 0 0 0 5 2 20 0 14 0 107341851 11413839872 77274 33554432000 4194304 4196468 140730050698848 140136153962416 140137817757397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12972032 140730050706024 140730050708833 140730050708833 140730050711503 0
[pid=28659/tid=28721] ppid=28656 vsize=11146328 memory=6944656592455097440 CPUtime=1.18 cores=1,3,5,7
/proc/28659/task/28721/stat : 28721 (java) S 28656 28659 13514 0 -1 1077944384 2848 13013 0 0 110 1 5 2 20 0 14 0 107341851 11413839872 77274 33554432000 4194304 4196468 140730050698848 140136785307664 140137817757397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12972032 140730050706024 140730050708833 140730050708833 140730050711503 0
[pid=28659/tid=28722] ppid=28656 vsize=11146328 memory=-2276395272229541278 CPUtime=1.68 cores=1,3,5,7
/proc/28659/task/28722/stat : 28722 (java) R 28656 28659 13514 0 -1 4202560 6945 13013 0 0 160 1 5 2 20 0 14 0 107341851 11413839872 77274 33554432000 4194304 4196468 140730050698848 140136784262240 140137799267251 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12972032 140730050706024 140730050708833 140730050708833 140730050711503 0
[pid=28659/tid=28723] ppid=28656 vsize=11146328 memory=6943526294502006880 CPUtime=1.44 cores=1,3,5,7
/proc/28659/task/28723/stat : 28723 (java) S 28656 28659 13514 0 -1 1077944384 6060 13013 0 0 135 2 5 2 20 0 14 0 107341851 11413839872 77274 33554432000 4194304 4196468 140730050698848 140136783223536 140137817758338 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12972032 140730050706024 140730050708833 140730050708833 140730050711503 0
[pid=28659/tid=28724] ppid=28656 vsize=11146328 memory=6944656592455360604 CPUtime=0.07 cores=1,3,5,7
/proc/28659/task/28724/stat : 28724 (java) S 28656 28659 13514 0 -1 1077944384 3 13013 0 0 0 0 5 2 20 0 14 0 107341851 11413839872 77274 33554432000 4194304 4196468 140730050698848 140135723166816 140137817757397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12972032 140730050706024 140730050708833 140730050708833 140730050711503 0
Current children cumulated CPU time: 7.97 s
Current children cumulated vsize: 11146328 KiB
Current children cumulated memory: 309096 KiB

Child status: 0
Real time (s): 3.88592
CPU time (s): 8.07512
CPU user time (s): 7.84039
CPU system time (s): 0.234729
CPU usage (%): 207.805
Max. virtual memory (cumulated for all children) (KiB): 11146328
Max. memory (cumulated for all children) (KiB): 309096

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.84039
system time used= 0.234729
maximum resident set size= 311120
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 78699
page faults= 0
swaps= 0
block input operations= 0
block output operations= 144
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6105
involuntary context switches= 41


# summary of solver processes directly reported to runsolver:
#   pid: 28659
#   total CPU time (s): 8.07512
#   total CPU user time (s): 7.84039
#   total CPU system time (s): 0.234729

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.038023 second user time and 0.083216 second system time

The end

Launcher Data

Begin job on node136 at 2018-07-29 22:56:26
IDJOB=4302715
IDBENCH=141465
IDSOLVER=2777
FILE ID=node136/4302715-1532897786
RUNJOBID= node136-1532893975-22777
PBS_JOBID= 21022516
Free space on /tmp= 60204 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/Rcpsp/Rcpsp-j30-01-01_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302715-1532897786/watcher-4302715-1532897786 -o /tmp/evaluation-result-4302715-1532897786/solver-4302715-1532897786 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532893975-22777 --watchdog 312  bin/xcsp-3-concrete -J-Xss64M -randomseed=1444140897 -superng HOME/instance-4302715-1532897786.xml

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

MD5SUM BENCH= a355aea041a776e2482d6f32cb7a537a
RANDOM SEED=1444140897

node136.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.50
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.50
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.50
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.50
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:        27257316 kB
MemAvailable:   30671416 kB
Buffers:          220664 kB
Cached:          3464072 kB
SwapCached:            0 kB
Active:          3075508 kB
Inactive:        1958276 kB
Active(anon):    1300752 kB
Inactive(anon):    76480 kB
Active(file):    1774756 kB
Inactive(file):  1881796 kB
Unevictable:        7328 kB
Mlocked:            7328 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:               140 kB
Writeback:             0 kB
AnonPages:       1374948 kB
Mapped:            48280 kB
Shmem:             25228 kB
Slab:             175048 kB
SReclaimable:     146768 kB
SUnreclaim:        28280 kB
KernelStack:        3792 kB
PageTables:         8104 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2472272 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1138688 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 60176 MiB
End job on node136 at 2018-07-29 22:56:31