Trace number 4302718

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-SuperNGOPT62 7.88266 3.81016

General information on the benchmark

NameRcpsp/
Rcpsp-j30-01-04_c18.xml
MD5SUMb6ecdc29b52a96e4336a8061885c8d68
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark62
Best CPU time to get the best result obtained on this benchmark2.03627
Satisfiable
(Un)Satisfiability was proved
Number of variables32
Number of constraints52
Number of domains2
Minimum domain size1
Maximum domain size184
Distribution of domain sizes[{"size":1,"count":1},{"size":184,"count":31}]
Minimum variable degree3
Maximum variable degree5
Distribution of variable degrees[{"degree":3,"count":14},{"degree":4,"count":5},{"degree":5,"count":13}]
Minimum constraint arity2
Maximum constraint arity13
Distribution of constraint arities[{"arity":2,"count":49},{"arity":7,"count":1},{"arity":8,"count":1},{"arity":13,"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.37/3.67	o 63
7.72/3.70	o 62
7.72/3.71	v <instantiation cost="62">
7.72/3.71	v       <list>
7.72/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.72/3.71	v       </list>
7.72/3.71	v       <values>
7.72/3.71	v         0 0 10 0 10 3 9 17 25 24 41 34 25 16 20 34 45 34 9 43 34 24 31 24 44 34 41 45 52 53 45 62
7.72/3.71	v       </values>
7.72/3.71	v     </instantiation>
7.72/3.71	s OPTIMUM FOUND

Verifier Data

OK	62

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 (10824 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-4302718-1532897791/watcher-4302718-1532897791 -o /tmp/evaluation-result-4302718-1532897791/solver-4302718-1532897791 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532893975-22777 --watchdog 312 bin/xcsp-3-concrete -J-Xss64M -randomseed=304215541 -superng HOME/instance-4302718-1532897791.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=28786, runsolver pid=28783

[startup+0.100114 s]*
/proc/loadavg: 1.69 1.65 1.76 2/206 28843
/proc/meminfo: memFree=27254580/32770624 swapFree=67108860/67108860
[pid=28786] ppid=28783 vsize=10005480 memory=17080 CPUtime=0.08 cores=1,3,5,7
/proc/28786/stat : 28786 (java) S 28783 28786 13514 0 -1 1077944320 4453 12862 0 0 1 0 5 2 20 0 6 0 107342297 10245611520 4270 33554432000 4194304 4196468 140726882985520 140726882968064 139845218008823 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33161216 140726882990697 140726882993505 140726882993505 140726882996175 0
/proc/28786/statm: 2501370 4270 1935 1 0 2489808 0
[pid=28786/tid=28839] ppid=28783 vsize=10005480 memory=4279135703913364878 CPUtime=0.08 cores=1,3,5,7
/proc/28786/task/28839/stat : 28839 (java) R 28783 28786 13514 0 -1 4202560 2251 12862 0 0 1 0 5 2 20 0 6 0 107342306 10245611520 4270 33554432000 4194304 4196468 140726882985520 139845189845584 139845203131760 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33161216 140726882990697 140726882993505 140726882993505 140726882996175 0
[pid=28786/tid=28840] ppid=28783 vsize=10005480 memory=8257237230052613020 CPUtime=0.07 cores=1,3,5,7
/proc/28786/task/28840/stat : 28840 (java) S 28783 28786 13514 0 -1 1077944384 1 12862 0 0 0 0 5 2 20 0 6 0 107342307 10245611520 4270 33554432000 4194304 4196468 140726882985520 139845222251408 139845218019029 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33161216 140726882990697 140726882993505 140726882993505 140726882996175 0
[pid=28786/tid=28841] ppid=28783 vsize=10005480 memory=139672055592576 CPUtime=0.07 cores=1,3,5,7
/proc/28786/task/28841/stat : 28841 (java) S 28783 28786 13514 0 -1 1077944384 1 12862 0 0 0 0 5 2 20 0 6 0 107342307 10245611520 4270 33554432000 4194304 4196468 140726882985520 139845076970256 139845218019029 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33161216 140726882990697 140726882993505 140726882993505 140726882996175 0
[pid=28786/tid=28842] ppid=28783 vsize=10005480 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28786/task/28842/stat : 28842 (java) S 28783 28786 13514 0 -1 1077944384 1 12862 0 0 0 0 5 2 20 0 6 0 107342307 10245611520 4270 33554432000 4194304 4196468 140726882985520 139845075917968 139845218019029 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33161216 140726882990697 140726882993505 140726882993505 140726882996175 0
[pid=28786/tid=28843] ppid=28783 vsize=10005480 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/28786/task/28843/stat : 28843 (java) S 28783 28786 13514 0 -1 1077944384 2 12862 0 0 0 0 5 2 20 0 6 0 107342307 10245611520 4270 33554432000 4194304 4196468 140726882985520 139844755909648 139845218019029 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33161216 140726882990697 140726882993505 140726882993505 140726882996175 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 17080 KiB

[startup+0.209786 s]*
/proc/loadavg: 1.69 1.65 1.76 3/215 28852
/proc/meminfo: memFree=27231236/32770624 swapFree=67108860/67108860
[pid=28786] ppid=28783 vsize=10982696 memory=44428 CPUtime=0.25 cores=1,3,5,7
/proc/28786/stat : 28786 (java) S 28783 28786 13514 0 -1 1077944320 8498 12862 0 0 17 1 5 2 20 0 15 0 107342297 11246280704 11107 33554432000 4194304 4196468 140726882985520 140726882968064 139845218008823 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33161216 140726882990697 140726882993505 140726882993505 140726882996175 0
/proc/28786/statm: 2745674 11107 2945 1 0 2708109 0
[pid=28786/tid=28839] ppid=28783 vsize=10982696 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/28786/task/28839/stat : 28839 (java) R 28783 28786 13514 0 -1 4202560 5035 12862 0 0 11 1 5 2 20 0 15 0 107342306 11246280704 11107 33554432000 4194304 4196468 140726882985520 139845189806480 139845199572339 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33161216 140726882990697 140726882993505 140726882993505 140726882996175 0
[pid=28786/tid=28840] ppid=28783 vsize=10982696 memory=339 CPUtime=0.07 cores=1,3,5,7
/proc/28786/task/28840/stat : 28840 (java) S 28783 28786 13514 0 -1 1077944384 1 12862 0 0 0 0 5 2 20 0 15 0 107342307 11246280704 11107 33554432000 4194304 4196468 140726882985520 139845222251408 139845218019029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33161216 140726882990697 140726882993505 140726882993505 140726882996175 0
[pid=28786/tid=28841] ppid=28783 vsize=10982696 memory=3834169919046825632 CPUtime=0.07 cores=1,3,5,7
/proc/28786/task/28841/stat : 28841 (java) S 28783 28786 13514 0 -1 1077944384 1 12862 0 0 0 0 5 2 20 0 15 0 107342307 11246280704 11107 33554432000 4194304 4196468 140726882985520 139845076970256 139845218019029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33161216 140726882990697 140726882993505 140726882993505 140726882996175 0
[pid=28786/tid=28842] ppid=28783 vsize=10982696 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28786/task/28842/stat : 28842 (java) S 28783 28786 13514 0 -1 1077944384 1 12862 0 0 0 0 5 2 20 0 15 0 107342307 11246280704 11107 33554432000 4194304 4196468 140726882985520 139845075917968 139845218019029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33161216 140726882990697 140726882993505 140726882993505 140726882996175 0
[pid=28786/tid=28843] ppid=28783 vsize=10982696 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/28786/task/28843/stat : 28843 (java) S 28783 28786 13514 0 -1 1077944384 2 12862 0 0 0 0 5 2 20 0 15 0 107342307 11246280704 11107 33554432000 4194304 4196468 140726882985520 139844755909648 139845218019029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33161216 140726882990697 140726882993505 140726882993505 140726882996175 0
[pid=28786/tid=28844] ppid=28783 vsize=10982696 memory=139672055592576 CPUtime=0.07 cores=1,3,5,7
/proc/28786/task/28844/stat : 28844 (java) S 28783 28786 13514 0 -1 1077944384 2 12862 0 0 0 0 5 2 20 0 15 0 107342308 11246280704 11107 33554432000 4194304 4196468 140726882985520 139844643977328 139845218019970 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33161216 140726882990697 140726882993505 140726882993505 140726882996175 0
[pid=28786/tid=28845] ppid=28783 vsize=10982696 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/28786/task/28845/stat : 28845 (java) S 28783 28786 13514 0 -1 1077944384 13 12862 0 0 0 0 5 2 20 0 15 0 107342308 11246280704 11107 33554432000 4194304 4196468 140726882985520 139844014564128 139845218019029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33161216 140726882990697 140726882993505 140726882993505 140726882996175 0
[pid=28786/tid=28846] ppid=28783 vsize=10982696 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28786/task/28846/stat : 28846 (java) S 28783 28786 13514 0 -1 1077944384 1 12862 0 0 0 0 5 2 20 0 15 0 107342309 11246280704 11107 33554432000 4194304 4196468 140726882985520 139843866715248 139845218019029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33161216 140726882990697 140726882993505 140726882993505 140726882996175 0
[pid=28786/tid=28847] ppid=28783 vsize=10982696 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28786/task/28847/stat : 28847 (java) S 28783 28786 13514 0 -1 1077944384 3 12862 0 0 0 0 5 2 20 0 15 0 107342311 11246280704 11107 33554432000 4194304 4196468 140726882985520 139843559315536 139845218027419 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33161216 140726882990697 140726882993505 140726882993505 140726882996175 0
[pid=28786/tid=28848] ppid=28783 vsize=10982696 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28786/task/28848/stat : 28848 (java) S 28783 28786 13514 0 -1 1077944384 416 12862 0 0 1 0 5 2 20 0 15 0 107342311 11246280704 11107 33554432000 4194304 4196468 140726882985520 139844642925168 139845218019970 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33161216 140726882990697 140726882993505 140726882993505 140726882996175 0
[pid=28786/tid=28849] ppid=28783 vsize=10982696 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/28786/task/28849/stat : 28849 (java) S 28783 28786 13514 0 -1 1077944384 186 12862 0 0 1 0 5 2 20 0 15 0 107342311 11246280704 11107 33554432000 4194304 4196468 140726882985520 139844641872368 139845218019970 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33161216 140726882990697 140726882993505 140726882993505 140726882996175 0
[pid=28786/tid=28850] ppid=28783 vsize=10982696 memory=139672055592576 CPUtime=0.1 cores=1,3,5,7
/proc/28786/task/28850/stat : 28850 (java) S 28783 28786 13514 0 -1 1077944384 636 12862 0 0 3 0 5 2 20 0 15 0 107342311 11246280704 11107 33554432000 4194304 4196468 140726882985520 139844640820080 139845218019970 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33161216 140726882990697 140726882993505 140726882993505 140726882996175 0
[pid=28786/tid=28851] ppid=28783 vsize=10982696 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/28786/task/28851/stat : 28851 (java) S 28783 28786 13514 0 -1 1077944384 3 12862 0 0 0 0 5 2 20 0 15 0 107342312 11246280704 11107 33554432000 4194304 4196468 140726882985520 139843128519648 139845218019029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33161216 140726882990697 140726882993505 140726882993505 140726882996175 0
[pid=28786/tid=28852] ppid=28783 vsize=10982696 memory=139672055592576 CPUtime=0.07 cores=1,3,5,7
/proc/28786/task/28852/stat : 28852 (java) S 28783 28786 13514 0 -1 1077944384 1 12862 0 0 0 0 5 2 20 0 15 0 107342312 11246280704 11107 33554432000 4194304 4196468 140726882985520 139844639766960 139845218019970 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33161216 140726882990697 140726882993505 140726882993505 140726882996175 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10982696 KiB
Current children cumulated memory: 44428 KiB

[startup+0.310208 s]*
/proc/loadavg: 1.69 1.65 1.76 3/215 28852
/proc/meminfo: memFree=27222404/32770624 swapFree=67108860/67108860
[pid=28786] ppid=28783 vsize=10983192 memory=55772 CPUtime=0.38 cores=1,3,5,7
/proc/28786/stat : 28786 (java) S 28783 28786 13514 0 -1 1077944320 10528 12862 0 0 29 2 5 2 20 0 15 0 107342297 11246788608 13943 33554432000 4194304 4196468 140726882985520 140726882968064 139845218008823 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33161216 140726882990697 140726882993505 140726882993505 140726882996175 0
/proc/28786/statm: 2745798 13943 3077 1 0 2708109 0
[pid=28786/tid=28839] ppid=28783 vsize=10983192 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/28786/task/28839/stat : 28839 (java) R 28783 28786 13514 0 -1 4202560 7061 12862 0 0 20 1 5 2 20 0 15 0 107342306 11246788608 13943 33554432000 4194304 4196468 140726882985520 139845189820832 139845218020758 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33161216 140726882990697 140726882993505 140726882993505 140726882996175 0
[pid=28786/tid=28840] ppid=28783 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28786/task/28840/stat : 28840 (java) S 28783 28786 13514 0 -1 1077944384 1 12862 0 0 0 0 5 2 20 0 15 0 107342307 11246788608 13943 33554432000 4194304 4196468 140726882985520 139845222251408 139845218019029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33161216 140726882990697 140726882993505 140726882993505 140726882996175 0
[pid=28786/tid=28841] ppid=28783 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28786/task/28841/stat : 28841 (java) S 28783 28786 13514 0 -1 1077944384 1 12862 0 0 0 0 5 2 20 0 15 0 107342307 11246788608 13943 33554432000 4194304 4196468 140726882985520 139845076970256 139845218019029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33161216 140726882990697 140726882993505 140726882993505 140726882996175 0
[pid=28786/tid=28842] ppid=28783 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28786/task/28842/stat : 28842 (java) S 28783 28786 13514 0 -1 1077944384 1 12862 0 0 0 0 5 2 20 0 15 0 107342307 11246788608 13943 33554432000 4194304 4196468 140726882985520 139845075917968 139845218019029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33161216 140726882990697 140726882993505 140726882993505 140726882996175 0
[pid=28786/tid=28843] ppid=28783 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28786/task/28843/stat : 28843 (java) S 28783 28786 13514 0 -1 1077944384 2 12862 0 0 0 0 5 2 20 0 15 0 107342307 11246788608 13943 33554432000 4194304 4196468 140726882985520 139844755909648 139845218019029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33161216 140726882990697 140726882993505 140726882993505 140726882996175 0
[pid=28786/tid=28844] ppid=28783 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28786/task/28844/stat : 28844 (java) S 28783 28786 13514 0 -1 1077944384 2 12862 0 0 0 0 5 2 20 0 15 0 107342308 11246788608 13943 33554432000 4194304 4196468 140726882985520 139844643977328 139845218019970 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33161216 140726882990697 140726882993505 140726882993505 140726882996175 0
[pid=28786/tid=28845] ppid=28783 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/28786/task/28845/stat : 28845 (java) S 28783 28786 13514 0 -1 1077944384 13 12862 0 0 0 0 5 2 20 0 15 0 107342308 11246788608 13943 33554432000 4194304 4196468 140726882985520 139844014564128 139845218019029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33161216 140726882990697 140726882993505 140726882993505 140726882996175 0
[pid=28786/tid=28846] ppid=28783 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28786/task/28846/stat : 28846 (java) S 28783 28786 13514 0 -1 1077944384 1 12862 0 0 0 0 5 2 20 0 15 0 107342309 11246788608 13943 33554432000 4194304 4196468 140726882985520 139843866715248 139845218019029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33161216 140726882990697 140726882993505 140726882993505 140726882996175 0
[pid=28786/tid=28847] ppid=28783 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28786/task/28847/stat : 28847 (java) S 28783 28786 13514 0 -1 1077944384 3 12862 0 0 0 0 5 2 20 0 15 0 107342311 11246788608 13943 33554432000 4194304 4196468 140726882985520 139843559315536 139845218027419 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33161216 140726882990697 140726882993505 140726882993505 140726882996175 0
[pid=28786/tid=28848] ppid=28783 vsize=10983192 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/28786/task/28848/stat : 28848 (java) S 28783 28786 13514 0 -1 1077944384 418 12862 0 0 2 0 5 2 20 0 15 0 107342311 11246788608 13943 33554432000 4194304 4196468 140726882985520 139844642925168 139845218019970 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33161216 140726882990697 140726882993505 140726882993505 140726882996175 0
[pid=28786/tid=28849] ppid=28783 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/28786/task/28849/stat : 28849 (java) S 28783 28786 13514 0 -1 1077944384 186 12862 0 0 1 0 5 2 20 0 15 0 107342311 11246788608 13943 33554432000 4194304 4196468 140726882985520 139844641872368 139845218019970 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33161216 140726882990697 140726882993505 140726882993505 140726882996175 0
[pid=28786/tid=28850] ppid=28783 vsize=10983192 memory=139672055592576 CPUtime=0.12 cores=1,3,5,7
/proc/28786/task/28850/stat : 28850 (java) R 28783 28786 13514 0 -1 4202560 641 12862 0 0 5 0 5 2 20 0 15 0 107342311 11246788608 13943 33554432000 4194304 4196468 140726882985520 139844640820080 139845218030170 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33161216 140726882990697 140726882993505 140726882993505 140726882996175 0
[pid=28786/tid=28851] ppid=28783 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/28786/task/28851/stat : 28851 (java) S 28783 28786 13514 0 -1 1077944384 3 12862 0 0 0 0 5 2 20 0 15 0 107342312 11246788608 13943 33554432000 4194304 4196468 140726882985520 139843128519648 139845218019029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33161216 140726882990697 140726882993505 140726882993505 140726882996175 0
[pid=28786/tid=28852] ppid=28783 vsize=10983192 memory=139672055592576 CPUtime=0.07 cores=1,3,5,7
/proc/28786/task/28852/stat : 28852 (java) S 28783 28786 13514 0 -1 1077944384 1 12862 0 0 0 0 5 2 20 0 15 0 107342312 11246788608 13943 33554432000 4194304 4196468 140726882985520 139844639766960 139845218019970 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33161216 140726882990697 140726882993505 140726882993505 140726882996175 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 55772 KiB

[startup+0.700717 s]
/proc/loadavg: 1.69 1.65 1.76 3/215 28852
/proc/meminfo: memFree=27210248/32770624 swapFree=67108860/67108860
[pid=28786] ppid=28783 vsize=10983192 memory=88648 CPUtime=0.99 cores=1,3,5,7
/proc/28786/stat : 28786 (java) S 28783 28786 13514 0 -1 1077944320 16849 12862 0 0 89 3 5 2 20 0 15 0 107342297 11246788608 22162 33554432000 4194304 4196468 140726882985520 140726882968064 139845218008823 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33161216 140726882990697 140726882993505 140726882993505 140726882996175 0
/proc/28786/statm: 2745798 22162 3237 1 0 2708109 0
[pid=28786/tid=28839] ppid=28783 vsize=10983192 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/28786/task/28839/stat : 28839 (java) R 28783 28786 13514 0 -1 4202560 12420 12862 0 0 57 2 5 2 20 0 15 0 107342306 11246788608 22162 33554432000 4194304 4196468 140726882985520 139845189829648 139845199572327 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33161216 140726882990697 140726882993505 140726882993505 140726882996175 0
[pid=28786/tid=28840] ppid=28783 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28786/task/28840/stat : 28840 (java) S 28783 28786 13514 0 -1 1077944384 1 12862 0 0 0 0 5 2 20 0 15 0 107342307 11246788608 22162 33554432000 4194304 4196468 140726882985520 139845222251408 139845218019029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33161216 140726882990697 140726882993505 140726882993505 140726882996175 0
[pid=28786/tid=28841] ppid=28783 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28786/task/28841/stat : 28841 (java) S 28783 28786 13514 0 -1 1077944384 1 12862 0 0 0 0 5 2 20 0 15 0 107342307 11246788608 22162 33554432000 4194304 4196468 140726882985520 139845076970256 139845218019029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33161216 140726882990697 140726882993505 140726882993505 140726882996175 0
[pid=28786/tid=28842] ppid=28783 vsize=10983192 memory=32804 CPUtime=0.07 cores=1,3,5,7
/proc/28786/task/28842/stat : 28842 (java) S 28783 28786 13514 0 -1 1077944384 1 12862 0 0 0 0 5 2 20 0 15 0 107342307 11246788608 22162 33554432000 4194304 4196468 140726882985520 139845075917968 139845218019029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33161216 140726882990697 140726882993505 140726882993505 140726882996175 0
[pid=28786/tid=28843] ppid=28783 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28786/task/28843/stat : 28843 (java) S 28783 28786 13514 0 -1 1077944384 2 12862 0 0 0 0 5 2 20 0 15 0 107342307 11246788608 22162 33554432000 4194304 4196468 140726882985520 139844755909648 139845218019029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33161216 140726882990697 140726882993505 140726882993505 140726882996175 0
[pid=28786/tid=28844] ppid=28783 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28786/task/28844/stat : 28844 (java) S 28783 28786 13514 0 -1 1077944384 5 12862 0 0 0 0 5 2 20 0 15 0 107342308 11246788608 22162 33554432000 4194304 4196468 140726882985520 139844643977328 139845218019970 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33161216 140726882990697 140726882993505 140726882993505 140726882996175 0
[pid=28786/tid=28845] ppid=28783 vsize=10983192 memory=139671933956784 CPUtime=0.07 cores=1,3,5,7
/proc/28786/task/28845/stat : 28845 (java) S 28783 28786 13514 0 -1 1077944384 13 12862 0 0 0 0 5 2 20 0 15 0 107342308 11246788608 22162 33554432000 4194304 4196468 140726882985520 139844014564128 139845218019029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33161216 140726882990697 140726882993505 140726882993505 140726882996175 0
[pid=28786/tid=28846] ppid=28783 vsize=10983192 memory=139672336466512 CPUtime=0.07 cores=1,3,5,7
/proc/28786/task/28846/stat : 28846 (java) S 28783 28786 13514 0 -1 1077944384 1 12862 0 0 0 0 5 2 20 0 15 0 107342309 11246788608 22162 33554432000 4194304 4196468 140726882985520 139843866715248 139845218019029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33161216 140726882990697 140726882993505 140726882993505 140726882996175 0
[pid=28786/tid=28847] ppid=28783 vsize=10983192 memory=1020 CPUtime=0.07 cores=1,3,5,7
/proc/28786/task/28847/stat : 28847 (java) S 28783 28786 13514 0 -1 1077944384 3 12862 0 0 0 0 5 2 20 0 15 0 107342311 11246788608 22162 33554432000 4194304 4196468 140726882985520 139843559315536 139845218027419 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33161216 140726882990697 140726882993505 140726882993505 140726882996175 0
[pid=28786/tid=28848] ppid=28783 vsize=10983192 memory=7089042195949315648 CPUtime=0.15 cores=1,3,5,7
/proc/28786/task/28848/stat : 28848 (java) S 28783 28786 13514 0 -1 1077944384 715 12862 0 0 8 0 5 2 20 0 15 0 107342311 11246788608 22162 33554432000 4194304 4196468 140726882985520 139844642925168 139845218019970 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33161216 140726882990697 140726882993505 140726882993505 140726882996175 0
[pid=28786/tid=28849] ppid=28783 vsize=10983192 memory=7881696724453321575 CPUtime=0.16 cores=1,3,5,7
/proc/28786/task/28849/stat : 28849 (java) S 28783 28786 13514 0 -1 1077944384 767 12862 0 0 9 0 5 2 20 0 15 0 107342311 11246788608 22162 33554432000 4194304 4196468 140726882985520 139844641872368 139845218019970 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33161216 140726882990697 140726882993505 140726882993505 140726882996175 0
[pid=28786/tid=28850] ppid=28783 vsize=10983192 memory=5789189752906409301 CPUtime=0.2 cores=1,3,5,7
/proc/28786/task/28850/stat : 28850 (java) S 28783 28786 13514 0 -1 1077944384 719 12862 0 0 13 0 5 2 20 0 15 0 107342311 11246788608 22162 33554432000 4194304 4196468 140726882985520 139844640820080 139845218019970 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33161216 140726882990697 140726882993505 140726882993505 140726882996175 0
[pid=28786/tid=28851] ppid=28783 vsize=10983192 memory=4140 CPUtime=0.07 cores=1,3,5,7
/proc/28786/task/28851/stat : 28851 (java) S 28783 28786 13514 0 -1 1077944384 3 12862 0 0 0 0 5 2 20 0 15 0 107342312 11246788608 22162 33554432000 4194304 4196468 140726882985520 139843128519648 139845218019029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33161216 140726882990697 140726882993505 140726882993505 140726882996175 0
[pid=28786/tid=28852] ppid=28783 vsize=10983192 memory=2241 CPUtime=0.07 cores=1,3,5,7
/proc/28786/task/28852/stat : 28852 (java) S 28783 28786 13514 0 -1 1077944384 1 12862 0 0 0 0 5 2 20 0 15 0 107342312 11246788608 22162 33554432000 4194304 4196468 140726882985520 139844639766960 139845218019970 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33161216 140726882990697 140726882993505 140726882993505 140726882996175 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88648 KiB

[startup+1.50074 s]
/proc/loadavg: 1.69 1.65 1.76 3/215 28852
/proc/meminfo: memFree=27163864/32770624 swapFree=67108860/67108860
[pid=28786] ppid=28783 vsize=10998092 memory=179292 CPUtime=2.25 cores=1,3,5,7
/proc/28786/stat : 28786 (java) S 28783 28786 13514 0 -1 1077944320 23944 12862 0 0 210 8 5 2 20 0 15 0 107342297 11262046208 44823 33554432000 4194304 4196468 140726882985520 140726882968064 139845218008823 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33161216 140726882990697 140726882993505 140726882993505 140726882996175 0
/proc/28786/statm: 2749523 44823 3466 1 0 2711181 0
[pid=28786/tid=28839] ppid=28783 vsize=10998092 memory=10757 CPUtime=1.43 cores=1,3,5,7
/proc/28786/task/28839/stat : 28839 (java) R 28783 28786 13514 0 -1 4202560 18002 12862 0 0 131 5 5 2 20 0 15 0 107342306 11262046208 44823 33554432000 4194304 4196468 140726882985520 139845189840368 139845202089310 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33161216 140726882990697 140726882993505 140726882993505 140726882996175 0
[pid=28786/tid=28840] ppid=28783 vsize=10998092 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/28786/task/28840/stat : 28840 (java) S 28783 28786 13514 0 -1 1077944384 59 12862 0 0 1 0 5 2 20 0 15 0 107342307 11262046208 44823 33554432000 4194304 4196468 140726882985520 139845222251408 139845218019029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33161216 140726882990697 140726882993505 140726882993505 140726882996175 0
[pid=28786/tid=28841] ppid=28783 vsize=10998092 memory=1408 CPUtime=0.08 cores=1,3,5,7
/proc/28786/task/28841/stat : 28841 (java) S 28783 28786 13514 0 -1 1077944384 21 12862 0 0 1 0 5 2 20 0 15 0 107342307 11262046208 44823 33554432000 4194304 4196468 140726882985520 139845076970256 139845218019029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33161216 140726882990697 140726882993505 140726882993505 140726882996175 0
[pid=28786/tid=28842] ppid=28783 vsize=10998092 memory=3128 CPUtime=0.08 cores=1,3,5,7
/proc/28786/task/28842/stat : 28842 (java) S 28783 28786 13514 0 -1 1077944384 197 12862 0 0 1 0 5 2 20 0 15 0 107342307 11262046208 44823 33554432000 4194304 4196468 140726882985520 139845075917968 139845218019029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33161216 140726882990697 140726882993505 140726882993505 140726882996175 0
[pid=28786/tid=28843] ppid=28783 vsize=10998092 memory=88648 CPUtime=0.08 cores=1,3,5,7
/proc/28786/task/28843/stat : 28843 (java) S 28783 28786 13514 0 -1 1077944384 36 12862 0 0 1 0 5 2 20 0 15 0 107342307 11262046208 44823 33554432000 4194304 4196468 140726882985520 139844755909648 139845218019029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33161216 140726882990697 140726882993505 140726882993505 140726882996175 0
[pid=28786/tid=28844] ppid=28783 vsize=10998092 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28786/task/28844/stat : 28844 (java) S 28783 28786 13514 0 -1 1077944384 49 12862 0 0 1 0 5 2 20 0 15 0 107342308 11262046208 44823 33554432000 4194304 4196468 140726882985520 139844643977328 139845218019970 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33161216 140726882990697 140726882993505 140726882993505 140726882996175 0
[pid=28786/tid=28845] ppid=28783 vsize=10998092 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28786/task/28845/stat : 28845 (java) S 28783 28786 13514 0 -1 1077944384 13 12862 0 0 0 0 5 2 20 0 15 0 107342308 11262046208 44823 33554432000 4194304 4196468 140726882985520 139844014564192 139845218019029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33161216 140726882990697 140726882993505 140726882993505 140726882996175 0
[pid=28786/tid=28846] ppid=28783 vsize=10998092 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28786/task/28846/stat : 28846 (java) S 28783 28786 13514 0 -1 1077944384 2 12862 0 0 0 0 5 2 20 0 15 0 107342309 11262046208 44823 33554432000 4194304 4196468 140726882985520 139843866715264 139845218019029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33161216 140726882990697 140726882993505 140726882993505 140726882996175 0
[pid=28786/tid=28847] ppid=28783 vsize=10998092 memory=6791534058613427641 CPUtime=0.07 cores=1,3,5,7
/proc/28786/task/28847/stat : 28847 (java) S 28783 28786 13514 0 -1 1077944384 3 12862 0 0 0 0 5 2 20 0 15 0 107342311 11262046208 44823 33554432000 4194304 4196468 140726882985520 139843559315536 139845218027419 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33161216 140726882990697 140726882993505 140726882993505 140726882996175 0
[pid=28786/tid=28848] ppid=28783 vsize=10998092 memory=4638778398332698720 CPUtime=0.28 cores=1,3,5,7
/proc/28786/task/28848/stat : 28848 (java) S 28783 28786 13514 0 -1 1077944384 838 12862 0 0 21 0 5 2 20 0 15 0 107342311 11262046208 44823 33554432000 4194304 4196468 140726882985520 139844642925168 139845218019970 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33161216 140726882990697 140726882993505 140726882993505 140726882996175 0
[pid=28786/tid=28849] ppid=28783 vsize=10998092 memory=279343868189568 CPUtime=0.26 cores=1,3,5,7
/proc/28786/task/28849/stat : 28849 (java) S 28783 28786 13514 0 -1 1077944384 1226 12862 0 0 19 0 5 2 20 0 15 0 107342311 11262046208 44823 33554432000 4194304 4196468 140726882985520 139844641872368 139845218019970 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33161216 140726882990697 140726882993505 140726882993505 140726882996175 0
[pid=28786/tid=28850] ppid=28783 vsize=10998092 memory=6944656592452807323 CPUtime=0.38 cores=1,3,5,7
/proc/28786/task/28850/stat : 28850 (java) S 28783 28786 13514 0 -1 1077944384 1297 12862 0 0 31 0 5 2 20 0 15 0 107342311 11262046208 44823 33554432000 4194304 4196468 140726882985520 139844640820080 139845218019970 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33161216 140726882990697 140726882993505 140726882993505 140726882996175 0
[pid=28786/tid=28851] ppid=28783 vsize=10998092 memory=6944656591801719708 CPUtime=0.07 cores=1,3,5,7
/proc/28786/task/28851/stat : 28851 (java) S 28783 28786 13514 0 -1 1077944384 3 12862 0 0 0 0 5 2 20 0 15 0 107342312 11262046208 44823 33554432000 4194304 4196468 140726882985520 139843128519648 139845218019029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33161216 140726882990697 140726882993505 140726882993505 140726882996175 0
[pid=28786/tid=28852] ppid=28783 vsize=10998092 memory=1399101730491701635 CPUtime=0.07 cores=1,3,5,7
/proc/28786/task/28852/stat : 28852 (java) S 28783 28786 13514 0 -1 1077944384 1 12862 0 0 0 0 5 2 20 0 15 0 107342312 11262046208 44823 33554432000 4194304 4196468 140726882985520 139844639766960 139845218019970 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33161216 140726882990697 140726882993505 140726882993505 140726882996175 0
Current children cumulated CPU time: 2.25 s
Current children cumulated vsize: 10998092 KiB

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

[startup+3.117 s]
/proc/loadavg: 1.64 1.64 1.75 4/215 28852
/proc/meminfo: memFree=27049580/32770624 swapFree=67108860/67108860
[pid=28786] ppid=28783 vsize=11010400 memory=250076 CPUtime=6.15 cores=1,3,5,7
/proc/28786/stat : 28786 (java) S 28783 28786 13514 0 -1 1077944320 36258 12862 0 0 594 14 5 2 20 0 15 0 107342297 11274649600 62519 33554432000 4194304 4196468 140726882985520 140726882968064 139845218008823 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33161216 140726882990697 140726882993505 140726882993505 140726882996175 0
/proc/28786/statm: 2752600 62519 3495 1 0 2714253 0
[pid=28786/tid=28839] ppid=28783 vsize=11010400 memory=7 CPUtime=2.99 cores=1,3,5,7
/proc/28786/task/28839/stat : 28839 (java) R 28783 28786 13514 0 -1 4202560 23945 12862 0 0 285 7 5 2 20 0 15 0 107342306 11274649600 62519 33554432000 4194304 4196468 140726882985520 139845189818496 139845203378447 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 33161216 140726882990697 140726882993505 140726882993505 140726882996175 0
[pid=28786/tid=28840] ppid=28783 vsize=11010400 memory=195072 CPUtime=0.09 cores=1,3,5,7
/proc/28786/task/28840/stat : 28840 (java) S 28783 28786 13514 0 -1 1077944384 67 12862 0 0 2 0 5 2 20 0 15 0 107342307 11274649600 62519 33554432000 4194304 4196468 140726882985520 139845222251408 139845218019029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33161216 140726882990697 140726882993505 140726882993505 140726882996175 0
[pid=28786/tid=28841] ppid=28783 vsize=11010400 memory=10757 CPUtime=0.1 cores=1,3,5,7
/proc/28786/task/28841/stat : 28841 (java) S 28783 28786 13514 0 -1 1077944384 35 12862 0 0 3 0 5 2 20 0 15 0 107342307 11274649600 62519 33554432000 4194304 4196468 140726882985520 139845076970256 139845218019029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33161216 140726882990697 140726882993505 140726882993505 140726882996175 0
[pid=28786/tid=28842] ppid=28783 vsize=11010400 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/28786/task/28842/stat : 28842 (java) S 28783 28786 13514 0 -1 1077944384 209 12862 0 0 3 0 5 2 20 0 15 0 107342307 11274649600 62519 33554432000 4194304 4196468 140726882985520 139845075917968 139845218019029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33161216 140726882990697 140726882993505 140726882993505 140726882996175 0
[pid=28786/tid=28843] ppid=28783 vsize=11010400 memory=263290085237027 CPUtime=0.1 cores=1,3,5,7
/proc/28786/task/28843/stat : 28843 (java) S 28783 28786 13514 0 -1 1077944384 44 12862 0 0 3 0 5 2 20 0 15 0 107342307 11274649600 62519 33554432000 4194304 4196468 140726882985520 139844755909648 139845218019029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33161216 140726882990697 140726882993505 140726882993505 140726882996175 0
[pid=28786/tid=28844] ppid=28783 vsize=11010400 memory=263290085237028 CPUtime=0.1 cores=1,3,5,7
/proc/28786/task/28844/stat : 28844 (java) S 28783 28786 13514 0 -1 1077944384 1351 12862 0 0 3 0 5 2 20 0 15 0 107342308 11274649600 62519 33554432000 4194304 4196468 140726882985520 139844643977328 139845218019970 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33161216 140726882990697 140726882993505 140726882993505 140726882996175 0
[pid=28786/tid=28845] ppid=28783 vsize=11010400 memory=263290085237029 CPUtime=0.07 cores=1,3,5,7
/proc/28786/task/28845/stat : 28845 (java) S 28783 28786 13514 0 -1 1077944384 13 12862 0 0 0 0 5 2 20 0 15 0 107342308 11274649600 62519 33554432000 4194304 4196468 140726882985520 139844014564192 139845218019029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33161216 140726882990697 140726882993505 140726882993505 140726882996175 0
[pid=28786/tid=28846] ppid=28783 vsize=11010400 memory=263290085237030 CPUtime=0.07 cores=1,3,5,7
/proc/28786/task/28846/stat : 28846 (java) S 28783 28786 13514 0 -1 1077944384 2 12862 0 0 0 0 5 2 20 0 15 0 107342309 11274649600 62519 33554432000 4194304 4196468 140726882985520 139843866715264 139845218019029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33161216 140726882990697 140726882993505 140726882993505 140726882996175 0
[pid=28786/tid=28847] ppid=28783 vsize=11010400 memory=4140 CPUtime=0.07 cores=1,3,5,7
/proc/28786/task/28847/stat : 28847 (java) S 28783 28786 13514 0 -1 1077944384 3 12862 0 0 0 0 5 2 20 0 15 0 107342311 11274649600 62519 33554432000 4194304 4196468 140726882985520 139843559315536 139845218027419 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33161216 140726882990697 140726882993505 140726882993505 140726882996175 0
[pid=28786/tid=28848] ppid=28783 vsize=11010400 memory=6395206304943 CPUtime=1.12 cores=1,3,5,7
/proc/28786/task/28848/stat : 28848 (java) S 28783 28786 13514 0 -1 1077944384 2758 12862 0 0 104 1 5 2 20 0 15 0 107342311 11274649600 62519 33554432000 4194304 4196468 140726882985520 139844642925168 139845218019970 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33161216 140726882990697 140726882993505 140726882993505 140726882996175 0
[pid=28786/tid=28849] ppid=28783 vsize=11010400 memory=288230617509003574 CPUtime=0.86 cores=1,3,5,7
/proc/28786/task/28849/stat : 28849 (java) S 28783 28786 13514 0 -1 1077944384 1620 12862 0 0 78 1 5 2 20 0 15 0 107342311 11274649600 62519 33554432000 4194304 4196468 140726882985520 139844641872368 139845218019970 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33161216 140726882990697 140726882993505 140726882993505 140726882996175 0
[pid=28786/tid=28850] ppid=28783 vsize=11010400 memory=13847486485760432 CPUtime=1.17 cores=1,3,5,7
/proc/28786/task/28850/stat : 28850 (java) S 28783 28786 13514 0 -1 1077944384 4010 12862 0 0 109 1 5 2 20 0 15 0 107342311 11274649600 62519 33554432000 4194304 4196468 140726882985520 139844640820080 139845218019970 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33161216 140726882990697 140726882993505 140726882993505 140726882996175 0
[pid=28786/tid=28851] ppid=28783 vsize=11010400 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28786/task/28851/stat : 28851 (java) S 28783 28786 13514 0 -1 1077944384 3 12862 0 0 0 0 5 2 20 0 15 0 107342312 11274649600 62519 33554432000 4194304 4196468 140726882985520 139843128519648 139845218019029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33161216 140726882990697 140726882993505 140726882993505 140726882996175 0
[pid=28786/tid=28852] ppid=28783 vsize=11010400 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28786/task/28852/stat : 28852 (java) S 28783 28786 13514 0 -1 1077944384 1 12862 0 0 0 0 5 2 20 0 15 0 107342312 11274649600 62519 33554432000 4194304 4196468 140726882985520 139844639766960 139845218019970 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33161216 140726882990697 140726882993505 140726882993505 140726882996175 0
Current children cumulated CPU time: 6.15 s
Current children cumulated vsize: 11010400 KiB
Current children cumulated memory: 250076 KiB

[startup+3.81012 s]
# the end of solver process 28786 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=7.65991 s, system=0.222743 s

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

[startup+3.203 s]
/proc/loadavg: 1.64 1.64 1.75 4/215 28852
/proc/meminfo: memFree=27049580/32770624 swapFree=67108860/67108860
[pid=28786] ppid=28783 vsize=11010400 memory=251524 CPUtime=6.32 cores=1,3,5,7
/proc/28786/stat : 28786 (java) S 28783 28786 13514 0 -1 1077944320 39143 12862 0 0 611 14 5 2 20 0 15 0 107342297 11274649600 62881 33554432000 4194304 4196468 140726882985520 140726882968064 139845218008823 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33161216 140726882990697 140726882993505 140726882993505 140726882996175 0
/proc/28786/statm: 2752600 62881 3495 1 0 2714253 0
[pid=28786/tid=28839] ppid=28783 vsize=11010400 memory=30476 CPUtime=3.08 cores=1,3,5,7
/proc/28786/task/28839/stat : 28839 (java) R 28783 28786 13514 0 -1 4202560 25780 12862 0 0 293 8 5 2 20 0 15 0 107342306 11274649600 62881 33554432000 4194304 4196468 140726882985520 139845189838168 139844758419624 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 33161216 140726882990697 140726882993505 140726882993505 140726882996175 0
[pid=28786/tid=28840] ppid=28783 vsize=11010400 memory=2204 CPUtime=0.09 cores=1,3,5,7
/proc/28786/task/28840/stat : 28840 (java) S 28783 28786 13514 0 -1 1077944384 67 12862 0 0 2 0 5 2 20 0 15 0 107342307 11274649600 62881 33554432000 4194304 4196468 140726882985520 139845222251408 139845218019029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33161216 140726882990697 140726882993505 140726882993505 140726882996175 0
[pid=28786/tid=28841] ppid=28783 vsize=11010400 memory=129 CPUtime=0.1 cores=1,3,5,7
/proc/28786/task/28841/stat : 28841 (java) S 28783 28786 13514 0 -1 1077944384 35 12862 0 0 3 0 5 2 20 0 15 0 107342307 11274649600 62881 33554432000 4194304 4196468 140726882985520 139845076970256 139845218019029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33161216 140726882990697 140726882993505 140726882993505 140726882996175 0
[pid=28786/tid=28842] ppid=28783 vsize=11010400 memory=10763 CPUtime=0.1 cores=1,3,5,7
/proc/28786/task/28842/stat : 28842 (java) S 28783 28786 13514 0 -1 1077944384 209 12862 0 0 3 0 5 2 20 0 15 0 107342307 11274649600 62881 33554432000 4194304 4196468 140726882985520 139845075917968 139845218019029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33161216 140726882990697 140726882993505 140726882993505 140726882996175 0
[pid=28786/tid=28843] ppid=28783 vsize=11010400 memory=25147 CPUtime=0.1 cores=1,3,5,7
/proc/28786/task/28843/stat : 28843 (java) S 28783 28786 13514 0 -1 1077944384 44 12862 0 0 3 0 5 2 20 0 15 0 107342307 11274649600 62881 33554432000 4194304 4196468 140726882985520 139844755909648 139845218019029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33161216 140726882990697 140726882993505 140726882993505 140726882996175 0
[pid=28786/tid=28844] ppid=28783 vsize=11010400 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/28786/task/28844/stat : 28844 (java) S 28783 28786 13514 0 -1 1077944384 1351 12862 0 0 3 0 5 2 20 0 15 0 107342308 11274649600 62881 33554432000 4194304 4196468 140726882985520 139844643977328 139845218019970 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33161216 140726882990697 140726882993505 140726882993505 140726882996175 0
[pid=28786/tid=28845] ppid=28783 vsize=11010400 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28786/task/28845/stat : 28845 (java) S 28783 28786 13514 0 -1 1077944384 13 12862 0 0 0 0 5 2 20 0 15 0 107342308 11274649600 62881 33554432000 4194304 4196468 140726882985520 139844014564192 139845218019029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33161216 140726882990697 140726882993505 140726882993505 140726882996175 0
[pid=28786/tid=28846] ppid=28783 vsize=11010400 memory=4108 CPUtime=0.07 cores=1,3,5,7
/proc/28786/task/28846/stat : 28846 (java) S 28783 28786 13514 0 -1 1077944384 2 12862 0 0 0 0 5 2 20 0 15 0 107342309 11274649600 62881 33554432000 4194304 4196468 140726882985520 139843866715264 139845218019029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33161216 140726882990697 140726882993505 140726882993505 140726882996175 0
[pid=28786/tid=28847] ppid=28783 vsize=11010400 memory=2704 CPUtime=0.07 cores=1,3,5,7
/proc/28786/task/28847/stat : 28847 (java) S 28783 28786 13514 0 -1 1077944384 3 12862 0 0 0 0 5 2 20 0 15 0 107342311 11274649600 62881 33554432000 4194304 4196468 140726882985520 139843559315536 139845218027419 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33161216 140726882990697 140726882993505 140726882993505 140726882996175 0
[pid=28786/tid=28848] ppid=28783 vsize=11010400 memory=2596 CPUtime=1.14 cores=1,3,5,7
/proc/28786/task/28848/stat : 28848 (java) S 28783 28786 13514 0 -1 1077944384 2862 12862 0 0 106 1 5 2 20 0 15 0 107342311 11274649600 62881 33554432000 4194304 4196468 140726882985520 139844642925168 139845218019970 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33161216 140726882990697 140726882993505 140726882993505 140726882996175 0
[pid=28786/tid=28849] ppid=28783 vsize=11010400 memory=279343868156992 CPUtime=0.88 cores=1,3,5,7
/proc/28786/task/28849/stat : 28849 (java) S 28783 28786 13514 0 -1 1077944384 1807 12862 0 0 80 1 5 2 20 0 15 0 107342311 11274649600 62881 33554432000 4194304 4196468 140726882985520 139844641872368 139845218019970 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33161216 140726882990697 140726882993505 140726882993505 140726882996175 0
[pid=28786/tid=28850] ppid=28783 vsize=11010400 memory=3472425131034292836 CPUtime=1.21 cores=1,3,5,7
/proc/28786/task/28850/stat : 28850 (java) R 28783 28786 13514 0 -1 4202560 4793 12862 0 0 113 1 5 2 20 0 15 0 107342311 11274649600 62881 33554432000 4194304 4196468 140726882985520 139844640820080 139845210245950 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33161216 140726882990697 140726882993505 140726882993505 140726882996175 0
[pid=28786/tid=28851] ppid=28783 vsize=11010400 memory=6656426216303648864 CPUtime=0.07 cores=1,3,5,7
/proc/28786/task/28851/stat : 28851 (java) S 28783 28786 13514 0 -1 1077944384 3 12862 0 0 0 0 5 2 20 0 15 0 107342312 11274649600 62881 33554432000 4194304 4196468 140726882985520 139843128519648 139845218019029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33161216 140726882990697 140726882993505 140726882993505 140726882996175 0
[pid=28786/tid=28852] ppid=28783 vsize=11010400 memory=6656426216303648864 CPUtime=0.07 cores=1,3,5,7
/proc/28786/task/28852/stat : 28852 (java) S 28783 28786 13514 0 -1 1077944384 1 12862 0 0 0 0 5 2 20 0 15 0 107342312 11274649600 62881 33554432000 4194304 4196468 140726882985520 139844639766960 139845218019970 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33161216 140726882990697 140726882993505 140726882993505 140726882996175 0
Current children cumulated CPU time: 6.32 s
Current children cumulated vsize: 11010400 KiB
Current children cumulated memory: 251524 KiB

[startup+3.60104 s]
/proc/loadavg: 1.64 1.64 1.75 4/215 28852
/proc/meminfo: memFree=27049580/32770624 swapFree=67108860/67108860
[pid=28786] ppid=28783 vsize=11077984 memory=309360 CPUtime=7.37 cores=1,3,5,7
/proc/28786/stat : 28786 (java) S 28783 28786 13514 0 -1 1077944320 63273 12862 0 0 713 17 5 2 20 0 15 0 107342297 11343855616 77340 33554432000 4194304 4196468 140726882985520 140726882968064 139845218008823 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33161216 140726882990697 140726882993505 140726882993505 140726882996175 0
/proc/28786/statm: 2769496 77340 3500 1 0 2731149 0
[pid=28786/tid=28839] ppid=28783 vsize=11077984 memory=6083073847998109799 CPUtime=3.47 cores=1,3,5,7
/proc/28786/task/28839/stat : 28839 (java) R 28783 28786 13514 0 -1 4202560 44270 12862 0 0 330 10 5 2 20 0 15 0 107342306 11343855616 77340 33554432000 4194304 4196468 140726882985520 139845189839152 139845202089310 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33161216 140726882990697 140726882993505 140726882993505 140726882996175 0
[pid=28786/tid=28840] ppid=28783 vsize=11077984 memory=5937837153581424979 CPUtime=0.09 cores=1,3,5,7
/proc/28786/task/28840/stat : 28840 (java) S 28783 28786 13514 0 -1 1077944384 67 12862 0 0 2 0 5 2 20 0 15 0 107342307 11343855616 77340 33554432000 4194304 4196468 140726882985520 139845222251408 139845218019029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33161216 140726882990697 140726882993505 140726882993505 140726882996175 0
[pid=28786/tid=28841] ppid=28783 vsize=11077984 memory=4639928419179188324 CPUtime=0.1 cores=1,3,5,7
/proc/28786/task/28841/stat : 28841 (java) S 28783 28786 13514 0 -1 1077944384 35 12862 0 0 3 0 5 2 20 0 15 0 107342307 11343855616 77340 33554432000 4194304 4196468 140726882985520 139845076970256 139845218019029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33161216 140726882990697 140726882993505 140726882993505 140726882996175 0
[pid=28786/tid=28842] ppid=28783 vsize=11077984 memory=7 CPUtime=0.1 cores=1,3,5,7
/proc/28786/task/28842/stat : 28842 (java) S 28783 28786 13514 0 -1 1077944384 209 12862 0 0 3 0 5 2 20 0 15 0 107342307 11343855616 77340 33554432000 4194304 4196468 140726882985520 139845075917968 139845218019029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33161216 140726882990697 140726882993505 140726882993505 140726882996175 0
[pid=28786/tid=28843] ppid=28783 vsize=11077984 memory=247776663363928 CPUtime=0.1 cores=1,3,5,7
/proc/28786/task/28843/stat : 28843 (java) S 28783 28786 13514 0 -1 1077944384 44 12862 0 0 3 0 5 2 20 0 15 0 107342307 11343855616 77340 33554432000 4194304 4196468 140726882985520 139844755909648 139845218019029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33161216 140726882990697 140726882993505 140726882993505 140726882996175 0
[pid=28786/tid=28844] ppid=28783 vsize=11077984 memory=279343867649024 CPUtime=0.1 cores=1,3,5,7
/proc/28786/task/28844/stat : 28844 (java) S 28783 28786 13514 0 -1 1077944384 1862 12862 0 0 3 0 5 2 20 0 15 0 107342308 11343855616 77340 33554432000 4194304 4196468 140726882985520 139844643977328 139845218019970 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33161216 140726882990697 140726882993505 140726882993505 140726882996175 0
[pid=28786/tid=28845] ppid=28783 vsize=11077984 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28786/task/28845/stat : 28845 (java) S 28783 28786 13514 0 -1 1077944384 13 12862 0 0 0 0 5 2 20 0 15 0 107342308 11343855616 77340 33554432000 4194304 4196468 140726882985520 139844014564192 139845218019029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33161216 140726882990697 140726882993505 140726882993505 140726882996175 0
[pid=28786/tid=28846] ppid=28783 vsize=11077984 memory=6944656592387989600 CPUtime=0.07 cores=1,3,5,7
/proc/28786/task/28846/stat : 28846 (java) S 28783 28786 13514 0 -1 1077944384 2 12862 0 0 0 0 5 2 20 0 15 0 107342309 11343855616 77340 33554432000 4194304 4196468 140726882985520 139843866715264 139845218019029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33161216 140726882990697 140726882993505 140726882993505 140726882996175 0
[pid=28786/tid=28847] ppid=28783 vsize=11077984 memory=6944656592455360604 CPUtime=0.07 cores=1,3,5,7
/proc/28786/task/28847/stat : 28847 (java) S 28783 28786 13514 0 -1 1077944384 3 12862 0 0 0 0 5 2 20 0 15 0 107342311 11343855616 77340 33554432000 4194304 4196468 140726882985520 139843559315536 139845218027419 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33161216 140726882990697 140726882993505 140726882993505 140726882996175 0
[pid=28786/tid=28848] ppid=28783 vsize=11077984 memory=0 CPUtime=1.27 cores=1,3,5,7
/proc/28786/task/28848/stat : 28848 (java) R 28783 28786 13514 0 -1 4202560 3301 12862 0 0 119 1 5 2 20 0 15 0 107342311 11343855616 77340 33554432000 4194304 4196468 140726882985520 139844642912656 139845197310025 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 33161216 140726882990697 140726882993505 140726882993505 140726882996175 0
[pid=28786/tid=28849] ppid=28783 vsize=11077984 memory=0 CPUtime=1.26 cores=1,3,5,7
/proc/28786/task/28849/stat : 28849 (java) R 28783 28786 13514 0 -1 4202560 5370 12862 0 0 118 1 5 2 20 0 15 0 107342311 11343855616 77340 33554432000 4194304 4196468 140726882985520 139844641856560 139845203116396 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33161216 140726882990697 140726882993505 140726882993505 140726882996175 0
[pid=28786/tid=28850] ppid=28783 vsize=11077984 memory=-1807685287717842718 CPUtime=1.34 cores=1,3,5,7
/proc/28786/task/28850/stat : 28850 (java) S 28783 28786 13514 0 -1 1077944384 5898 12862 0 0 126 1 5 2 20 0 15 0 107342311 11343855616 77340 33554432000 4194304 4196468 140726882985520 139844640820080 139845218019970 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33161216 140726882990697 140726882993505 140726882993505 140726882996175 0
[pid=28786/tid=28851] ppid=28783 vsize=11077984 memory=6944656592455360604 CPUtime=0.07 cores=1,3,5,7
/proc/28786/task/28851/stat : 28851 (java) S 28783 28786 13514 0 -1 1077944384 3 12862 0 0 0 0 5 2 20 0 15 0 107342312 11343855616 77340 33554432000 4194304 4196468 140726882985520 139843128519648 139845218019029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33161216 140726882990697 140726882993505 140726882993505 140726882996175 0
[pid=28786/tid=28852] ppid=28783 vsize=11077984 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28786/task/28852/stat : 28852 (java) S 28783 28786 13514 0 -1 1077944384 5 12862 0 0 0 0 5 2 20 0 15 0 107342312 11343855616 77340 33554432000 4194304 4196468 140726882985520 139844639766960 139845218019970 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33161216 140726882990697 140726882993505 140726882993505 140726882996175 0
Current children cumulated CPU time: 7.37 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 309360 KiB

[startup+3.70104 s]
/proc/loadavg: 1.64 1.64 1.75 4/215 28852
/proc/meminfo: memFree=27049580/32770624 swapFree=67108860/67108860
[pid=28786] ppid=28783 vsize=11080340 memory=313032 CPUtime=7.72 cores=1,3,5,7
/proc/28786/stat : 28786 (java) S 28783 28786 13514 0 -1 1077944320 64362 12862 0 0 747 18 5 2 20 0 15 0 107342297 11346268160 78258 33554432000 4194304 4196468 140726882985520 140726882968064 139845218008823 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33161216 140726882990697 140726882993505 140726882993505 140726882996175 0
/proc/28786/statm: 2770085 78258 3500 1 0 2731738 0
[pid=28786/tid=28839] ppid=28783 vsize=11080340 memory=279343867625712 CPUtime=3.57 cores=1,3,5,7
/proc/28786/task/28839/stat : 28839 (java) R 28783 28786 13514 0 -1 4202560 44577 12862 0 0 340 10 5 2 20 0 15 0 107342306 11346268160 78258 33554432000 4194304 4196468 140726882985520 139845189842928 139844755991834 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33161216 140726882990697 140726882993505 140726882993505 140726882996175 0
[pid=28786/tid=28840] ppid=28783 vsize=11080340 memory=255148 CPUtime=0.09 cores=1,3,5,7
/proc/28786/task/28840/stat : 28840 (java) S 28783 28786 13514 0 -1 1077944384 67 12862 0 0 2 0 5 2 20 0 15 0 107342307 11346268160 78258 33554432000 4194304 4196468 140726882985520 139845222251408 139845218019029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33161216 140726882990697 140726882993505 140726882993505 140726882996175 0
[pid=28786/tid=28841] ppid=28783 vsize=11080340 memory=7 CPUtime=0.1 cores=1,3,5,7
/proc/28786/task/28841/stat : 28841 (java) S 28783 28786 13514 0 -1 1077944384 35 12862 0 0 3 0 5 2 20 0 15 0 107342307 11346268160 78258 33554432000 4194304 4196468 140726882985520 139845076970256 139845218019029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33161216 140726882990697 140726882993505 140726882993505 140726882996175 0
[pid=28786/tid=28842] ppid=28783 vsize=11080340 memory=195072 CPUtime=0.1 cores=1,3,5,7
/proc/28786/task/28842/stat : 28842 (java) S 28783 28786 13514 0 -1 1077944384 209 12862 0 0 3 0 5 2 20 0 15 0 107342307 11346268160 78258 33554432000 4194304 4196468 140726882985520 139845075917968 139845218019029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33161216 140726882990697 140726882993505 140726882993505 140726882996175 0
[pid=28786/tid=28843] ppid=28783 vsize=11080340 memory=10757 CPUtime=0.1 cores=1,3,5,7
/proc/28786/task/28843/stat : 28843 (java) S 28783 28786 13514 0 -1 1077944384 44 12862 0 0 3 0 5 2 20 0 15 0 107342307 11346268160 78258 33554432000 4194304 4196468 140726882985520 139844755909648 139845218019029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33161216 140726882990697 140726882993505 140726882993505 140726882996175 0
[pid=28786/tid=28844] ppid=28783 vsize=11080340 memory=90 CPUtime=0.1 cores=1,3,5,7
/proc/28786/task/28844/stat : 28844 (java) S 28783 28786 13514 0 -1 1077944384 1862 12862 0 0 3 0 5 2 20 0 15 0 107342308 11346268160 78258 33554432000 4194304 4196468 140726882985520 139844643977328 139845218019970 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33161216 140726882990697 140726882993505 140726882993505 140726882996175 0
[pid=28786/tid=28845] ppid=28783 vsize=11080340 memory=118 CPUtime=0.07 cores=1,3,5,7
/proc/28786/task/28845/stat : 28845 (java) S 28783 28786 13514 0 -1 1077944384 13 12862 0 0 0 0 5 2 20 0 15 0 107342308 11346268160 78258 33554432000 4194304 4196468 140726882985520 139844014564192 139845218019029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33161216 140726882990697 140726882993505 140726882993505 140726882996175 0
[pid=28786/tid=28846] ppid=28783 vsize=11080340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28786/task/28846/stat : 28846 (java) S 28783 28786 13514 0 -1 1077944384 2 12862 0 0 0 0 5 2 20 0 15 0 107342309 11346268160 78258 33554432000 4194304 4196468 140726882985520 139843866715264 139845218019029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33161216 140726882990697 140726882993505 140726882993505 140726882996175 0
[pid=28786/tid=28847] ppid=28783 vsize=11080340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28786/task/28847/stat : 28847 (java) S 28783 28786 13514 0 -1 1077944384 3 12862 0 0 0 0 5 2 20 0 15 0 107342311 11346268160 78258 33554432000 4194304 4196468 140726882985520 139843559315536 139845218027419 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33161216 140726882990697 140726882993505 140726882993505 140726882996175 0
[pid=28786/tid=28848] ppid=28783 vsize=11080340 memory=6791534058613427641 CPUtime=1.37 cores=1,3,5,7
/proc/28786/task/28848/stat : 28848 (java) R 28783 28786 13514 0 -1 4202560 3315 12862 0 0 129 1 5 2 20 0 15 0 107342311 11346268160 78258 33554432000 4194304 4196468 140726882985520 139844642905424 139845201505552 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 33161216 140726882990697 140726882993505 140726882993505 140726882996175 0
[pid=28786/tid=28849] ppid=28783 vsize=11080340 memory=3360 CPUtime=1.36 cores=1,3,5,7
/proc/28786/task/28849/stat : 28849 (java) R 28783 28786 13514 0 -1 4202560 6016 12862 0 0 128 1 5 2 20 0 15 0 107342311 11346268160 78258 33554432000 4194304 4196468 140726882985520 139844641858528 139845197695521 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33161216 140726882990697 140726882993505 140726882993505 140726882996175 0
[pid=28786/tid=28850] ppid=28783 vsize=11080340 memory=2724 CPUtime=1.39 cores=1,3,5,7
/proc/28786/task/28850/stat : 28850 (java) R 28783 28786 13514 0 -1 4202560 6015 12862 0 0 131 1 5 2 20 0 15 0 107342311 11346268160 78258 33554432000 4194304 4196468 140726882985520 139844640820080 139845211115359 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33161216 140726882990697 140726882993505 140726882993505 140726882996175 0
[pid=28786/tid=28851] ppid=28783 vsize=11080340 memory=1256 CPUtime=0.07 cores=1,3,5,7
/proc/28786/task/28851/stat : 28851 (java) S 28783 28786 13514 0 -1 1077944384 3 12862 0 0 0 0 5 2 20 0 15 0 107342312 11346268160 78258 33554432000 4194304 4196468 140726882985520 139843128519648 139845218019029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33161216 140726882990697 140726882993505 140726882993505 140726882996175 0
[pid=28786/tid=28852] ppid=28783 vsize=11080340 memory=10368 CPUtime=0.07 cores=1,3,5,7
/proc/28786/task/28852/stat : 28852 (java) S 28783 28786 13514 0 -1 1077944384 5 12862 0 0 0 0 5 2 20 0 15 0 107342312 11346268160 78258 33554432000 4194304 4196468 140726882985520 139844639766960 139845218019970 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33161216 140726882990697 140726882993505 140726882993505 140726882996175 0
Current children cumulated CPU time: 7.72 s
Current children cumulated vsize: 11080340 KiB
Current children cumulated memory: 313032 KiB

Child status: 0
Real time (s): 3.81016
CPU time (s): 7.88266
CPU user time (s): 7.65991
CPU system time (s): 0.222743
CPU usage (%): 206.885
Max. virtual memory (cumulated for all children) (KiB): 11080340
Max. memory (cumulated for all children) (KiB): 313032

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.65991
system time used= 0.222743
maximum resident set size= 315424
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 78147
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= 6026
involuntary context switches= 42


# summary of solver processes directly reported to runsolver:
#   pid: 28786
#   total CPU time (s): 7.88266
#   total CPU user time (s): 7.65991
#   total CPU system time (s): 0.222743

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.046182 second user time and 0.073472 second system time

The end

Launcher Data

Begin job on node136 at 2018-07-29 22:56:31
IDJOB=4302718
IDBENCH=141466
IDSOLVER=2777
FILE ID=node136/4302718-1532897791
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-04_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302718-1532897791/watcher-4302718-1532897791 -o /tmp/evaluation-result-4302718-1532897791/solver-4302718-1532897791 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532893975-22777 --watchdog 312  bin/xcsp-3-concrete -J-Xss64M -randomseed=304215541 -superng HOME/instance-4302718-1532897791.xml

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

MD5SUM BENCH= b6ecdc29b52a96e4336a8061885c8d68
RANDOM SEED=304215541

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:        27262892 kB
MemAvailable:   30677320 kB
Buffers:          220828 kB
Cached:          3463988 kB
SwapCached:            0 kB
Active:          3070168 kB
Inactive:        1958288 kB
Active(anon):    1295084 kB
Inactive(anon):    76480 kB
Active(file):    1775084 kB
Inactive(file):  1881808 kB
Unevictable:        7328 kB
Mlocked:            7328 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26852 kB
Writeback:             0 kB
AnonPages:       1286916 kB
Mapped:            48336 kB
Shmem:             25228 kB
Slab:             174816 kB
SReclaimable:     146744 kB
SUnreclaim:        28072 kB
KernelStack:        3808 kB
PageTables:         8152 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2466624 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1052672 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:35