Trace number 4302723

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-SuperNGOPT73 13.5632 5.62259

General information on the benchmark

NameRcpsp/
Rcpsp-j90-01-01_c18.xml
MD5SUMb03d0b9ec095e61c141836330b15b8e7
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark73
Best CPU time to get the best result obtained on this benchmark6.1101
Satisfiable
(Un)Satisfiability was proved
Number of variables92
Number of constraints142
Number of domains2
Minimum domain size1
Maximum domain size507
Distribution of domain sizes[{"size":1,"count":1},{"size":507,"count":91}]
Minimum variable degree3
Maximum variable degree6
Distribution of variable degrees[{"degree":3,"count":35},{"degree":4,"count":24},{"degree":5,"count":32},{"degree":6,"count":1}]
Minimum constraint arity2
Maximum constraint arity25
Distribution of constraint arities[{"arity":2,"count":138},{"arity":18,"count":1},{"arity":23,"count":1},{"arity":24,"count":1},{"arity":25,"count":1}]
Number of extensional constraints0
Number of intensional constraints138
Distribution of constraint types[{"type":"intension","count":138},{"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.76	c Concrete v3.9.2.1532736233296 running
9.08/4.28	o 506
9.41/4.37	o 498
11.00/4.88	o 497
11.34/4.99	o 496
11.34/5.00	o 487
11.69/5.01	o 86
11.69/5.01	o 83
11.69/5.03	o 82
12.61/5.37	o 81
12.93/5.46	o 80
12.93/5.48	o 75
13.23/5.59	o 73
13.23/5.59	v <instantiation cost="73">
13.23/5.59	v       <list>
13.23/5.59	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] s[32] s[33] s[34] s[35] s[36] s[37] s[38] s[39] s[40] s[41] s[42] s[43] s[44] s[45] s[46] s[47] s[48] s[49] s[50] s[51] s[52] s[53] s[54] s[55] s[56] s[57] s[58] s[59] s[60] s[61] s[62] s[63] s[64] s[65] s[66] s[67] s[68] s[69] s[70] s[71] s[72] s[73] s[74] s[75] s[76] s[77] s[78] s[79] s[80] s[81] s[82] s[83] s[84] s[85] s[86] s[87] s[88] s[89] s[90] s[91]
13.23/5.59	v       </list>
13.23/5.59	v       <values>
13.23/5.59	v         0 0 0 0 1 1 10 40 11 3 8 16 33 20 11 20 22 18 10 20 27 24 18 8 20 11 33 28 19 3 40 34 23 32 28 18 16 36 18 26 40 46 27 25 42 25 34 33 40 54 44 30 43 46 30 23 39 26 37 33 40 43 33 48 49 44 14 48 46 45 58 52 48 43 53 52 53 60 52 60 54 61 61 68 53 60 62 70 71 53 70 73
13.23/5.59	v       </values>
13.23/5.59	v     </instantiation>
13.23/5.59	s OPTIMUM FOUND

Verifier Data

OK	73

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302723-1532897795/watcher-4302723-1532897795 -o /tmp/evaluation-result-4302723-1532897795/solver-4302723-1532897795 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node132-1532897795-31992 --watchdog 312 bin/xcsp-3-concrete -J-Xss64M -randomseed=225371574 -superng HOME/instance-4302723-1532897795.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=32022, runsolver pid=32015

[startup+0.100064 s]*
/proc/loadavg: 0.71 0.75 1.02 3/211 32108
/proc/meminfo: memFree=24219240/32770624 swapFree=67108860/67108860
[pid=32022] ppid=32015 vsize=163220 memory=4704 CPUtime=0.08 cores=1,3,5,7
/proc/32022/stat : 32022 (java) S 32015 32022 29938 0 -1 1077944320 2268 12891 0 0 0 0 5 3 20 0 2 0 107342726 167137280 1176 33554432000 4194304 4196468 140725864391376 140725864373920 140688449711863 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 1 0 0 6293624 6294260 20336640 140725864393321 140725864396129 140725864396129 140725864398799 0
/proc/32022/statm: 40805 1176 874 1 0 32929 0
[pid=32022/tid=32127] ppid=32015 vsize=165324 memory=-8540663193526752614 CPUtime=0.08 cores=1,3,5,7
/proc/32022/task/32127/stat : 32127 (java) D 32015 32022 29938 0 -1 1077944384 84 12891 0 0 0 0 5 3 20 0 2 0 107342737 169291776 1176 33554432000 4194304 4196468 140725864391376 140688421549408 140688442391085 0 0 4096 0 18446744072101813796 0 0 -1 3 0 0 0 0 0 6293624 6294260 20336640 140725864393321 140725864396129 140725864396129 140725864398799 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 163220 KiB
Current children cumulated memory: 4704 KiB

[startup+0.219145 s]*
/proc/loadavg: 0.71 0.75 1.02 4/221 32154
/proc/meminfo: memFree=24191708/32770624 swapFree=67108860/67108860
[pid=32022] ppid=32015 vsize=10982744 memory=42844 CPUtime=0.25 cores=1,3,5,7
/proc/32022/stat : 32022 (java) S 32015 32022 29938 0 -1 1077944320 6932 12891 0 0 16 1 5 3 20 0 15 0 107342726 11246329856 10711 33554432000 4194304 4196468 140725864391376 140725864373920 140688449711863 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 1 0 0 6293624 6294260 20336640 140725864393321 140725864396129 140725864396129 140725864398799 0
/proc/32022/statm: 2745686 10711 2958 1 0 2708109 0
[pid=32022/tid=32127] ppid=32015 vsize=10982744 memory=4871374705135476842 CPUtime=0.18 cores=1,3,5,7
/proc/32022/task/32127/stat : 32127 (java) R 32015 32022 29938 0 -1 4202560 3502 12891 0 0 10 0 5 3 20 0 15 0 107342737 11246329856 10711 33554432000 4194304 4196468 140725864391376 140688421501856 140688433792350 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20336640 140725864393321 140725864396129 140725864396129 140725864398799 0
[pid=32022/tid=32129] ppid=32015 vsize=10982744 memory=4211973890953903498 CPUtime=0.08 cores=1,3,5,7
/proc/32022/task/32129/stat : 32129 (java) S 32015 32022 29938 0 -1 1077944384 1 12891 0 0 0 0 5 3 20 0 15 0 107342738 11246329856 10711 33554432000 4194304 4196468 140725864391376 140688453953936 140688449722069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20336640 140725864393321 140725864396129 140725864396129 140725864398799 0
[pid=32022/tid=32130] ppid=32015 vsize=10982744 memory=140164749112960 CPUtime=0.08 cores=1,3,5,7
/proc/32022/task/32130/stat : 32130 (java) S 32015 32022 29938 0 -1 1077944384 1 12891 0 0 0 0 5 3 20 0 15 0 107342738 11246329856 10711 33554432000 4194304 4196468 140725864391376 140688308672784 140688449722069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20336640 140725864393321 140725864396129 140725864396129 140725864398799 0
[pid=32022/tid=32131] ppid=32015 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32022/task/32131/stat : 32131 (java) S 32015 32022 29938 0 -1 1077944384 1 12891 0 0 0 0 5 3 20 0 15 0 107342738 11246329856 10711 33554432000 4194304 4196468 140725864391376 140688307620496 140688449722069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20336640 140725864393321 140725864396129 140725864396129 140725864398799 0
[pid=32022/tid=32132] ppid=32015 vsize=10982744 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/32022/task/32132/stat : 32132 (java) S 32015 32022 29938 0 -1 1077944384 2 12891 0 0 0 0 5 3 20 0 15 0 107342738 11246329856 10711 33554432000 4194304 4196468 140725864391376 140688306567696 140688449722069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20336640 140725864393321 140725864396129 140725864396129 140725864398799 0
[pid=32022/tid=32137] ppid=32015 vsize=10982744 memory=140164749112960 CPUtime=0.08 cores=1,3,5,7
/proc/32022/task/32137/stat : 32137 (java) S 32015 32022 29938 0 -1 1077944384 2 12891 0 0 0 0 5 3 20 0 15 0 107342739 11246329856 10711 33554432000 4194304 4196468 140725864391376 140687874931312 140688449723010 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20336640 140725864393321 140725864396129 140725864396129 140725864398799 0
[pid=32022/tid=32139] ppid=32015 vsize=10982744 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/32022/task/32139/stat : 32139 (java) S 32015 32022 29938 0 -1 1077944384 13 12891 0 0 0 0 5 3 20 0 15 0 107342739 11246329856 10711 33554432000 4194304 4196468 140725864391376 140687290918176 140688449722069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20336640 140725864393321 140725864396129 140725864396129 140725864398799 0
[pid=32022/tid=32141] ppid=32015 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32022/task/32141/stat : 32141 (java) S 32015 32022 29938 0 -1 1077944384 1 12891 0 0 0 0 5 3 20 0 15 0 107342740 11246329856 10711 33554432000 4194304 4196468 140725864391376 140687089591920 140688449722069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20336640 140725864393321 140725864396129 140725864396129 140725864398799 0
[pid=32022/tid=32143] ppid=32015 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32022/task/32143/stat : 32143 (java) S 32015 32022 29938 0 -1 1077944384 3 12891 0 0 0 0 5 3 20 0 15 0 107342742 11246329856 10711 33554432000 4194304 4196468 140725864391376 140686782192208 140688449730459 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20336640 140725864393321 140725864396129 140725864396129 140725864398799 0
[pid=32022/tid=32144] ppid=32015 vsize=10982744 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/32022/task/32144/stat : 32144 (java) S 32015 32022 29938 0 -1 1077944384 416 12891 0 0 1 0 5 3 20 0 15 0 107342742 11246329856 10711 33554432000 4194304 4196468 140725864391376 140687873878128 140688449723010 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20336640 140725864393321 140725864396129 140725864396129 140725864398799 0
[pid=32022/tid=32145] ppid=32015 vsize=10982744 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/32022/task/32145/stat : 32145 (java) S 32015 32022 29938 0 -1 1077944384 188 12891 0 0 1 0 5 3 20 0 15 0 107342742 11246329856 10711 33554432000 4194304 4196468 140725864391376 140687872825328 140688449723010 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20336640 140725864393321 140725864396129 140725864396129 140725864398799 0
[pid=32022/tid=32146] ppid=32015 vsize=10982744 memory=140164749112960 CPUtime=0.11 cores=1,3,5,7
/proc/32022/task/32146/stat : 32146 (java) S 32015 32022 29938 0 -1 1077944384 611 12891 0 0 3 0 5 3 20 0 15 0 107342742 11246329856 10711 33554432000 4194304 4196468 140725864391376 140687871773040 140688449723010 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20336640 140725864393321 140725864396129 140725864396129 140725864398799 0
[pid=32022/tid=32151] ppid=32015 vsize=10982744 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/32022/task/32151/stat : 32151 (java) S 32015 32022 29938 0 -1 1077944384 3 12891 0 0 0 0 5 3 20 0 15 0 107342743 11246329856 10711 33554432000 4194304 4196468 140725864391376 140686351395296 140688449722069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20336640 140725864393321 140725864396129 140725864396129 140725864398799 0
[pid=32022/tid=32153] ppid=32015 vsize=10982744 memory=140164749112960 CPUtime=0.08 cores=1,3,5,7
/proc/32022/task/32153/stat : 32153 (java) S 32015 32022 29938 0 -1 1077944384 1 12891 0 0 0 0 5 3 20 0 15 0 107342743 11246329856 10711 33554432000 4194304 4196468 140725864391376 140687870720944 140688449723010 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20336640 140725864393321 140725864396129 140725864396129 140725864398799 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 42844 KiB

[startup+0.311009 s]*
/proc/loadavg: 0.71 0.75 1.02 2/221 32154
/proc/meminfo: memFree=24170244/32770624 swapFree=67108860/67108860
[pid=32022] ppid=32015 vsize=10983192 memory=54724 CPUtime=0.38 cores=1,3,5,7
/proc/32022/stat : 32022 (java) S 32015 32022 29938 0 -1 1077944320 9716 12891 0 0 27 3 5 3 20 0 15 0 107342726 11246788608 13681 33554432000 4194304 4196468 140725864391376 140725864373920 140688449711863 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 1 0 0 6293624 6294260 20336640 140725864393321 140725864396129 140725864396129 140725864398799 0
/proc/32022/statm: 2745798 13681 3077 1 0 2708109 0
[pid=32022/tid=32127] ppid=32015 vsize=10983192 memory=140164647256325 CPUtime=0.27 cores=1,3,5,7
/proc/32022/task/32127/stat : 32127 (java) R 32015 32022 29938 0 -1 4202560 6269 12891 0 0 18 1 5 3 20 0 15 0 107342737 11246788608 13681 33554432000 4194304 4196468 140725864391376 140688421523872 140688431275415 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20336640 140725864393321 140725864396129 140725864396129 140725864398799 0
[pid=32022/tid=32129] ppid=32015 vsize=10983192 memory=3977295499660704336 CPUtime=0.08 cores=1,3,5,7
/proc/32022/task/32129/stat : 32129 (java) S 32015 32022 29938 0 -1 1077944384 1 12891 0 0 0 0 5 3 20 0 15 0 107342738 11246788608 13681 33554432000 4194304 4196468 140725864391376 140688453953936 140688449722069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20336640 140725864393321 140725864396129 140725864396129 140725864398799 0
[pid=32022/tid=32130] ppid=32015 vsize=10983192 memory=140164749112960 CPUtime=0.08 cores=1,3,5,7
/proc/32022/task/32130/stat : 32130 (java) S 32015 32022 29938 0 -1 1077944384 1 12891 0 0 0 0 5 3 20 0 15 0 107342738 11246788608 13681 33554432000 4194304 4196468 140725864391376 140688308672784 140688449722069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20336640 140725864393321 140725864396129 140725864396129 140725864398799 0
[pid=32022/tid=32131] ppid=32015 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/32022/task/32131/stat : 32131 (java) S 32015 32022 29938 0 -1 1077944384 1 12891 0 0 0 0 5 3 20 0 15 0 107342738 11246788608 13681 33554432000 4194304 4196468 140725864391376 140688307620496 140688449722069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20336640 140725864393321 140725864396129 140725864396129 140725864398799 0
[pid=32022/tid=32132] ppid=32015 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/32022/task/32132/stat : 32132 (java) S 32015 32022 29938 0 -1 1077944384 2 12891 0 0 0 0 5 3 20 0 15 0 107342738 11246788608 13681 33554432000 4194304 4196468 140725864391376 140688306567696 140688449722069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20336640 140725864393321 140725864396129 140725864396129 140725864398799 0
[pid=32022/tid=32137] ppid=32015 vsize=10983192 memory=140164749112960 CPUtime=0.08 cores=1,3,5,7
/proc/32022/task/32137/stat : 32137 (java) S 32015 32022 29938 0 -1 1077944384 2 12891 0 0 0 0 5 3 20 0 15 0 107342739 11246788608 13681 33554432000 4194304 4196468 140725864391376 140687874931312 140688449723010 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20336640 140725864393321 140725864396129 140725864396129 140725864398799 0
[pid=32022/tid=32139] ppid=32015 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/32022/task/32139/stat : 32139 (java) S 32015 32022 29938 0 -1 1077944384 13 12891 0 0 0 0 5 3 20 0 15 0 107342739 11246788608 13681 33554432000 4194304 4196468 140725864391376 140687290918176 140688449722069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20336640 140725864393321 140725864396129 140725864396129 140725864398799 0
[pid=32022/tid=32141] ppid=32015 vsize=10983192 memory=140164749112960 CPUtime=0.08 cores=1,3,5,7
/proc/32022/task/32141/stat : 32141 (java) S 32015 32022 29938 0 -1 1077944384 1 12891 0 0 0 0 5 3 20 0 15 0 107342740 11246788608 13681 33554432000 4194304 4196468 140725864391376 140687089591920 140688449722069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20336640 140725864393321 140725864396129 140725864396129 140725864398799 0
[pid=32022/tid=32143] ppid=32015 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/32022/task/32143/stat : 32143 (java) S 32015 32022 29938 0 -1 1077944384 3 12891 0 0 0 0 5 3 20 0 15 0 107342742 11246788608 13681 33554432000 4194304 4196468 140725864391376 140686782192208 140688449730459 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20336640 140725864393321 140725864396129 140725864396129 140725864398799 0
[pid=32022/tid=32144] ppid=32015 vsize=10983192 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/32022/task/32144/stat : 32144 (java) S 32015 32022 29938 0 -1 1077944384 416 12891 0 0 1 0 5 3 20 0 15 0 107342742 11246788608 13681 33554432000 4194304 4196468 140725864391376 140687873878128 140688449723010 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20336640 140725864393321 140725864396129 140725864396129 140725864398799 0
[pid=32022/tid=32145] ppid=32015 vsize=10983192 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/32022/task/32145/stat : 32145 (java) S 32015 32022 29938 0 -1 1077944384 189 12891 0 0 1 0 5 3 20 0 15 0 107342742 11246788608 13681 33554432000 4194304 4196468 140725864391376 140687872825328 140688449723010 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20336640 140725864393321 140725864396129 140725864396129 140725864398799 0
[pid=32022/tid=32146] ppid=32015 vsize=10983192 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/32022/task/32146/stat : 32146 (java) S 32015 32022 29938 0 -1 1077944384 621 12891 0 0 5 0 5 3 20 0 15 0 107342742 11246788608 13681 33554432000 4194304 4196468 140725864391376 140687871773040 140688449723010 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20336640 140725864393321 140725864396129 140725864396129 140725864398799 0
[pid=32022/tid=32151] ppid=32015 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32022/task/32151/stat : 32151 (java) S 32015 32022 29938 0 -1 1077944384 3 12891 0 0 0 0 5 3 20 0 15 0 107342743 11246788608 13681 33554432000 4194304 4196468 140725864391376 140686351395296 140688449722069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20336640 140725864393321 140725864396129 140725864396129 140725864398799 0
[pid=32022/tid=32153] ppid=32015 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32022/task/32153/stat : 32153 (java) S 32015 32022 29938 0 -1 1077944384 1 12891 0 0 0 0 5 3 20 0 15 0 107342743 11246788608 13681 33554432000 4194304 4196468 140725864391376 140687870720944 140688449723010 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20336640 140725864393321 140725864396129 140725864396129 140725864398799 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 54724 KiB

[startup+0.700779 s]
/proc/loadavg: 0.71 0.75 1.02 4/221 32154
/proc/meminfo: memFree=24144248/32770624 swapFree=67108860/67108860
[pid=32022] ppid=32015 vsize=10983192 memory=89200 CPUtime=0.98 cores=1,3,5,7
/proc/32022/stat : 32022 (java) S 32015 32022 29938 0 -1 1077944320 16361 12891 0 0 85 5 5 3 20 0 15 0 107342726 11246788608 22300 33554432000 4194304 4196468 140725864391376 140725864373920 140688449711863 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 1 0 0 6293624 6294260 20336640 140725864393321 140725864396129 140725864396129 140725864398799 0
/proc/32022/statm: 2745798 22300 3241 1 0 2708109 0
[pid=32022/tid=32127] ppid=32015 vsize=10983192 memory=0 CPUtime=0.65 cores=1,3,5,7
/proc/32022/task/32127/stat : 32127 (java) R 32015 32022 29938 0 -1 4202560 11768 12891 0 0 54 3 5 3 20 0 15 0 107342737 11246788608 22300 33554432000 4194304 4196468 140725864391376 140688421518224 140688449733789 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20336640 140725864393321 140725864396129 140725864396129 140725864398799 0
[pid=32022/tid=32129] ppid=32015 vsize=10983192 memory=4 CPUtime=0.08 cores=1,3,5,7
/proc/32022/task/32129/stat : 32129 (java) S 32015 32022 29938 0 -1 1077944384 1 12891 0 0 0 0 5 3 20 0 15 0 107342738 11246788608 22300 33554432000 4194304 4196468 140725864391376 140688453953936 140688449722069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20336640 140725864393321 140725864396129 140725864396129 140725864398799 0
[pid=32022/tid=32130] ppid=32015 vsize=10983192 memory=31 CPUtime=0.08 cores=1,3,5,7
/proc/32022/task/32130/stat : 32130 (java) S 32015 32022 29938 0 -1 1077944384 1 12891 0 0 0 0 5 3 20 0 15 0 107342738 11246788608 22300 33554432000 4194304 4196468 140725864391376 140688308672784 140688449722069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20336640 140725864393321 140725864396129 140725864396129 140725864398799 0
[pid=32022/tid=32131] ppid=32015 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32022/task/32131/stat : 32131 (java) S 32015 32022 29938 0 -1 1077944384 1 12891 0 0 0 0 5 3 20 0 15 0 107342738 11246788608 22300 33554432000 4194304 4196468 140725864391376 140688307620496 140688449722069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20336640 140725864393321 140725864396129 140725864396129 140725864398799 0
[pid=32022/tid=32132] ppid=32015 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32022/task/32132/stat : 32132 (java) S 32015 32022 29938 0 -1 1077944384 2 12891 0 0 0 0 5 3 20 0 15 0 107342738 11246788608 22300 33554432000 4194304 4196468 140725864391376 140688306567696 140688449722069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20336640 140725864393321 140725864396129 140725864396129 140725864398799 0
[pid=32022/tid=32137] ppid=32015 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32022/task/32137/stat : 32137 (java) S 32015 32022 29938 0 -1 1077944384 5 12891 0 0 0 0 5 3 20 0 15 0 107342739 11246788608 22300 33554432000 4194304 4196468 140725864391376 140687874931312 140688449723010 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20336640 140725864393321 140725864396129 140725864396129 140725864398799 0
[pid=32022/tid=32139] ppid=32015 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32022/task/32139/stat : 32139 (java) S 32015 32022 29938 0 -1 1077944384 13 12891 0 0 0 0 5 3 20 0 15 0 107342739 11246788608 22300 33554432000 4194304 4196468 140725864391376 140687290918176 140688449722069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20336640 140725864393321 140725864396129 140725864396129 140725864398799 0
[pid=32022/tid=32141] ppid=32015 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32022/task/32141/stat : 32141 (java) S 32015 32022 29938 0 -1 1077944384 1 12891 0 0 0 0 5 3 20 0 15 0 107342740 11246788608 22300 33554432000 4194304 4196468 140725864391376 140687089591920 140688449722069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20336640 140725864393321 140725864396129 140725864396129 140725864398799 0
[pid=32022/tid=32143] ppid=32015 vsize=10983192 memory=8242475861747775793 CPUtime=0.08 cores=1,3,5,7
/proc/32022/task/32143/stat : 32143 (java) S 32015 32022 29938 0 -1 1077944384 3 12891 0 0 0 0 5 3 20 0 15 0 107342742 11246788608 22300 33554432000 4194304 4196468 140725864391376 140686782192208 140688449730459 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20336640 140725864393321 140725864396129 140725864396129 140725864398799 0
[pid=32022/tid=32144] ppid=32015 vsize=10983192 memory=6081073784369991761 CPUtime=0.15 cores=1,3,5,7
/proc/32022/task/32144/stat : 32144 (java) S 32015 32022 29938 0 -1 1077944384 838 12891 0 0 7 0 5 3 20 0 15 0 107342742 11246788608 22300 33554432000 4194304 4196468 140725864391376 140687873878128 140688449723010 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20336640 140725864393321 140725864396129 140725864396129 140725864398799 0
[pid=32022/tid=32145] ppid=32015 vsize=10983192 memory=7223879631928058176 CPUtime=0.17 cores=1,3,5,7
/proc/32022/task/32145/stat : 32145 (java) S 32015 32022 29938 0 -1 1077944384 858 12891 0 0 9 0 5 3 20 0 15 0 107342742 11246788608 22300 33554432000 4194304 4196468 140725864391376 140687872825328 140688449723010 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20336640 140725864393321 140725864396129 140725864396129 140725864398799 0
[pid=32022/tid=32146] ppid=32015 vsize=10983192 memory=2984339746955739232 CPUtime=0.21 cores=1,3,5,7
/proc/32022/task/32146/stat : 32146 (java) S 32015 32022 29938 0 -1 1077944384 673 12891 0 0 13 0 5 3 20 0 15 0 107342742 11246788608 22300 33554432000 4194304 4196468 140725864391376 140687871773040 140688449723010 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20336640 140725864393321 140725864396129 140725864396129 140725864398799 0
[pid=32022/tid=32151] ppid=32015 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32022/task/32151/stat : 32151 (java) S 32015 32022 29938 0 -1 1077944384 3 12891 0 0 0 0 5 3 20 0 15 0 107342743 11246788608 22300 33554432000 4194304 4196468 140725864391376 140686351395296 140688449722069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20336640 140725864393321 140725864396129 140725864396129 140725864398799 0
[pid=32022/tid=32153] ppid=32015 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32022/task/32153/stat : 32153 (java) S 32015 32022 29938 0 -1 1077944384 1 12891 0 0 0 0 5 3 20 0 15 0 107342743 11246788608 22300 33554432000 4194304 4196468 140725864391376 140687870720944 140688449723010 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20336640 140725864393321 140725864396129 140725864396129 140725864398799 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 89200 KiB

[startup+1.50068 s]
/proc/loadavg: 0.71 0.75 1.02 6/221 32154
/proc/meminfo: memFree=24061012/32770624 swapFree=67108860/67108860
[pid=32022] ppid=32015 vsize=10998092 memory=178032 CPUtime=2.22 cores=1,3,5,7
/proc/32022/stat : 32022 (java) S 32015 32022 29938 0 -1 1077944320 23150 12891 0 0 203 11 5 3 20 0 15 0 107342726 11262046208 44508 33554432000 4194304 4196468 140725864391376 140725864373920 140688449711863 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 1 0 0 6293624 6294260 20336640 140725864393321 140725864396129 140725864396129 140725864398799 0
/proc/32022/statm: 2749523 44508 3468 1 0 2711181 0
[pid=32022/tid=32127] ppid=32015 vsize=10998092 memory=0 CPUtime=1.39 cores=1,3,5,7
/proc/32022/task/32127/stat : 32127 (java) R 32015 32022 29938 0 -1 4202560 17065 12891 0 0 125 6 5 3 20 0 15 0 107342737 11262046208 44508 33554432000 4194304 4196468 140725864391376 140688421536824 140688449723798 0 4 0 16800975 0 0 0 -1 5 0 0 2 0 0 6293624 6294260 20336640 140725864393321 140725864396129 140725864396129 140725864398799 0
[pid=32022/tid=32129] ppid=32015 vsize=10998092 memory=102148 CPUtime=0.09 cores=1,3,5,7
/proc/32022/task/32129/stat : 32129 (java) S 32015 32022 29938 0 -1 1077944384 195 12891 0 0 1 0 5 3 20 0 15 0 107342738 11262046208 44508 33554432000 4194304 4196468 140725864391376 140688453953936 140688449722069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20336640 140725864393321 140725864396129 140725864396129 140725864398799 0
[pid=32022/tid=32130] ppid=32015 vsize=10998092 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/32022/task/32130/stat : 32130 (java) S 32015 32022 29938 0 -1 1077944384 23 12891 0 0 1 0 5 3 20 0 15 0 107342738 11262046208 44508 33554432000 4194304 4196468 140725864391376 140688308672784 140688449722069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20336640 140725864393321 140725864396129 140725864396129 140725864398799 0
[pid=32022/tid=32131] ppid=32015 vsize=10998092 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/32022/task/32131/stat : 32131 (java) S 32015 32022 29938 0 -1 1077944384 65 12891 0 0 1 0 5 3 20 0 15 0 107342738 11262046208 44508 33554432000 4194304 4196468 140725864391376 140688307620496 140688449722069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20336640 140725864393321 140725864396129 140725864396129 140725864398799 0
[pid=32022/tid=32132] ppid=32015 vsize=10998092 memory=280329294509664 CPUtime=0.08 cores=1,3,5,7
/proc/32022/task/32132/stat : 32132 (java) S 32015 32022 29938 0 -1 1077944384 23 12891 0 0 0 0 5 3 20 0 15 0 107342738 11262046208 44508 33554432000 4194304 4196468 140725864391376 140688306567696 140688449722069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20336640 140725864393321 140725864396129 140725864396129 140725864398799 0
[pid=32022/tid=32137] ppid=32015 vsize=10998092 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/32022/task/32137/stat : 32137 (java) S 32015 32022 29938 0 -1 1077944384 49 12891 0 0 1 0 5 3 20 0 15 0 107342739 11262046208 44508 33554432000 4194304 4196468 140725864391376 140687874931312 140688449723010 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20336640 140725864393321 140725864396129 140725864396129 140725864398799 0
[pid=32022/tid=32139] ppid=32015 vsize=10998092 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32022/task/32139/stat : 32139 (java) S 32015 32022 29938 0 -1 1077944384 14 12891 0 0 0 0 5 3 20 0 15 0 107342739 11262046208 44508 33554432000 4194304 4196468 140725864391376 140687290918240 140688449722069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20336640 140725864393321 140725864396129 140725864396129 140725864398799 0
[pid=32022/tid=32141] ppid=32015 vsize=10998092 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32022/task/32141/stat : 32141 (java) S 32015 32022 29938 0 -1 1077944384 1 12891 0 0 0 0 5 3 20 0 15 0 107342740 11262046208 44508 33554432000 4194304 4196468 140725864391376 140687089591936 140688449722069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20336640 140725864393321 140725864396129 140725864396129 140725864398799 0
[pid=32022/tid=32143] ppid=32015 vsize=10998092 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32022/task/32143/stat : 32143 (java) S 32015 32022 29938 0 -1 1077944384 3 12891 0 0 0 0 5 3 20 0 15 0 107342742 11262046208 44508 33554432000 4194304 4196468 140725864391376 140686782192208 140688449730459 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20336640 140725864393321 140725864396129 140725864396129 140725864398799 0
[pid=32022/tid=32144] ppid=32015 vsize=10998092 memory=4580 CPUtime=0.25 cores=1,3,5,7
/proc/32022/task/32144/stat : 32144 (java) S 32015 32022 29938 0 -1 1077944384 1003 12891 0 0 17 0 5 3 20 0 15 0 107342742 11262046208 44508 33554432000 4194304 4196468 140725864391376 140687873878128 140688449723010 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20336640 140725864393321 140725864396129 140725864396129 140725864398799 0
[pid=32022/tid=32145] ppid=32015 vsize=10998092 memory=7309741757730220119 CPUtime=0.29 cores=1,3,5,7
/proc/32022/task/32145/stat : 32145 (java) S 32015 32022 29938 0 -1 1077944384 1305 12891 0 0 21 0 5 3 20 0 15 0 107342742 11262046208 44508 33554432000 4194304 4196468 140725864391376 140687872825328 140688449723010 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20336640 140725864393321 140725864396129 140725864396129 140725864398799 0
[pid=32022/tid=32146] ppid=32015 vsize=10998092 memory=11353672598 CPUtime=0.4 cores=1,3,5,7
/proc/32022/task/32146/stat : 32146 (java) R 32015 32022 29938 0 -1 4202560 1208 12891 0 0 32 0 5 3 20 0 15 0 107342742 11262046208 44508 33554432000 4194304 4196468 140725864391376 140687871773040 140688449733210 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20336640 140725864393321 140725864396129 140725864396129 140725864398799 0
[pid=32022/tid=32151] ppid=32015 vsize=10998092 memory=140164647384639 CPUtime=0.08 cores=1,3,5,7
/proc/32022/task/32151/stat : 32151 (java) S 32015 32022 29938 0 -1 1077944384 3 12891 0 0 0 0 5 3 20 0 15 0 107342743 11262046208 44508 33554432000 4194304 4196468 140725864391376 140686351395296 140688449722069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20336640 140725864393321 140725864396129 140725864396129 140725864398799 0
[pid=32022/tid=32153] ppid=32015 vsize=10998092 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32022/task/32153/stat : 32153 (java) S 32015 32022 29938 0 -1 1077944384 1 12891 0 0 0 0 5 3 20 0 15 0 107342743 11262046208 44508 33554432000 4194304 4196468 140725864391376 140687870720944 140688449723010 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20336640 140725864393321 140725864396129 140725864396129 140725864398799 0
Current children cumulated CPU time: 2.22 s
Current children cumulated vsize: 10998092 KiB
Current children cumulated memory: 178032 KiB

[startup+3.11099 s]
/proc/loadavg: 0.97 0.80 1.03 7/221 32154
/proc/meminfo: memFree=23838360/32770624 swapFree=67108860/67108860
[pid=32022] ppid=32015 vsize=11008352 memory=230048 CPUtime=6.13 cores=1,3,5,7
/proc/32022/stat : 32022 (java) S 32015 32022 29938 0 -1 1077944320 32708 12891 1 0 589 16 5 3 20 0 15 0 107342726 11272552448 57512 33554432000 4194304 4196468 140725864391376 140725864373920 140688449711863 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 1 0 0 6293624 6294260 20336640 140725864393321 140725864396129 140725864396129 140725864398799 0
/proc/32022/statm: 2752088 57512 3491 1 0 2713741 0

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

Current children cumulated memory: 230048 KiB

[startup+5.62252 s]
# the end of solver process 32022 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=13.2225 s, system=0.340675 s

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

[startup+3.20093 s]
/proc/loadavg: 0.97 0.80 1.03 7/221 32154
/proc/meminfo: memFree=23838360/32770624 swapFree=67108860/67108860
[pid=32022] ppid=32015 vsize=11008352 memory=236972 CPUtime=6.41 cores=1,3,5,7
/proc/32022/stat : 32022 (java) S 32015 32022 29938 0 -1 1077944320 32897 12891 1 0 617 16 5 3 20 0 15 0 107342726 11272552448 59243 33554432000 4194304 4196468 140725864391376 140725864373920 140688449711863 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 1 0 0 6293624 6294260 20336640 140725864393321 140725864396129 140725864396129 140725864398799 0
/proc/32022/statm: 2752088 59243 3491 1 0 2713741 0
[pid=32022/tid=32127] ppid=32015 vsize=11008352 memory=202872 CPUtime=3.06 cores=1,3,5,7
/proc/32022/task/32127/stat : 32127 (java) R 32015 32022 29938 0 -1 4202560 21335 12891 0 0 289 9 5 3 20 0 15 0 107342737 11272552448 59243 33554432000 4194304 4196468 140725864391376 140688421544608 140687991376007 0 4 0 16800975 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 20336640 140725864393321 140725864396129 140725864396129 140725864398799 0
[pid=32022/tid=32129] ppid=32015 vsize=11008352 memory=6791534058613427641 CPUtime=0.09 cores=1,3,5,7
/proc/32022/task/32129/stat : 32129 (java) S 32015 32022 29938 0 -1 1077944384 195 12891 0 0 1 0 5 3 20 0 15 0 107342738 11272552448 59243 33554432000 4194304 4196468 140725864391376 140688453953936 140688449722069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20336640 140725864393321 140725864396129 140725864396129 140725864398799 0
[pid=32022/tid=32130] ppid=32015 vsize=11008352 memory=140164749117857 CPUtime=0.09 cores=1,3,5,7
/proc/32022/task/32130/stat : 32130 (java) S 32015 32022 29938 0 -1 1077944384 23 12891 0 0 1 0 5 3 20 0 15 0 107342738 11272552448 59243 33554432000 4194304 4196468 140725864391376 140688308672784 140688449722069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20336640 140725864393321 140725864396129 140725864396129 140725864398799 0
[pid=32022/tid=32131] ppid=32015 vsize=11008352 memory=140164749115649 CPUtime=0.09 cores=1,3,5,7
/proc/32022/task/32131/stat : 32131 (java) S 32015 32022 29938 0 -1 1077944384 65 12891 0 0 1 0 5 3 20 0 15 0 107342738 11272552448 59243 33554432000 4194304 4196468 140725864391376 140688307620496 140688449722069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20336640 140725864393321 140725864396129 140725864396129 140725864398799 0
[pid=32022/tid=32132] ppid=32015 vsize=11008352 memory=140164749113441 CPUtime=0.08 cores=1,3,5,7
/proc/32022/task/32132/stat : 32132 (java) S 32015 32022 29938 0 -1 1077944384 23 12891 0 0 0 0 5 3 20 0 15 0 107342738 11272552448 59243 33554432000 4194304 4196468 140725864391376 140688306567696 140688449722069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20336640 140725864393321 140725864396129 140725864396129 140725864398799 0
[pid=32022/tid=32137] ppid=32015 vsize=11008352 memory=4226241864795947040 CPUtime=0.09 cores=1,3,5,7
/proc/32022/task/32137/stat : 32137 (java) S 32015 32022 29938 0 -1 1077944384 57 12891 0 0 1 0 5 3 20 0 15 0 107342739 11272552448 59243 33554432000 4194304 4196468 140725864391376 140687874931312 140688449723010 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20336640 140725864393321 140725864396129 140725864396129 140725864398799 0
[pid=32022/tid=32139] ppid=32015 vsize=11008352 memory=288230613264370707 CPUtime=0.08 cores=1,3,5,7
/proc/32022/task/32139/stat : 32139 (java) S 32015 32022 29938 0 -1 1077944384 14 12891 0 0 0 0 5 3 20 0 15 0 107342739 11272552448 59243 33554432000 4194304 4196468 140725864391376 140687290918240 140688449722069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20336640 140725864393321 140725864396129 140725864396129 140725864398799 0
[pid=32022/tid=32141] ppid=32015 vsize=11008352 memory=56 CPUtime=0.08 cores=1,3,5,7
/proc/32022/task/32141/stat : 32141 (java) S 32015 32022 29938 0 -1 1077944384 1 12891 0 0 0 0 5 3 20 0 15 0 107342740 11272552448 59243 33554432000 4194304 4196468 140725864391376 140687089591936 140688449722069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20336640 140725864393321 140725864396129 140725864396129 140725864398799 0
[pid=32022/tid=32143] ppid=32015 vsize=11008352 memory=4714871424473664800 CPUtime=0.08 cores=1,3,5,7
/proc/32022/task/32143/stat : 32143 (java) S 32015 32022 29938 0 -1 1077944384 3 12891 0 0 0 0 5 3 20 0 15 0 107342742 11272552448 59243 33554432000 4194304 4196468 140725864391376 140686782192208 140688449730459 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20336640 140725864393321 140725864396129 140725864396129 140725864398799 0
[pid=32022/tid=32144] ppid=32015 vsize=11008352 memory=-8383301583103171957 CPUtime=0.91 cores=1,3,5,7
/proc/32022/task/32144/stat : 32144 (java) R 32015 32022 29938 0 -1 4202560 1946 12891 1 0 82 1 5 3 20 0 15 0 107342742 11272552448 59243 33554432000 4194304 4196468 140725864391376 140687873878128 140688426936016 0 4 0 16800975 0 0 0 -1 3 0 0 2 0 0 6293624 6294260 20336640 140725864393321 140725864396129 140725864396129 140725864398799 0
[pid=32022/tid=32145] ppid=32015 vsize=11008352 memory=8514726395714825875 CPUtime=1.25 cores=1,3,5,7
/proc/32022/task/32145/stat : 32145 (java) R 32015 32022 29938 0 -1 4202560 2871 12891 0 0 116 1 5 3 20 0 15 0 107342742 11272552448 59243 33554432000 4194304 4196468 140725864391376 140687872825328 140688430283496 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20336640 140725864393321 140725864396129 140725864396129 140725864398799 0
[pid=32022/tid=32146] ppid=32015 vsize=11008352 memory=3054156605335180436 CPUtime=1.32 cores=1,3,5,7
/proc/32022/task/32146/stat : 32146 (java) S 32015 32022 29938 0 -1 1077944384 4167 12891 0 0 122 2 5 3 20 0 15 0 107342742 11272552448 59243 33554432000 4194304 4196468 140725864391376 140687871773040 140688449723010 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20336640 140725864393321 140725864396129 140725864396129 140725864398799 0
[pid=32022/tid=32151] ppid=32015 vsize=11008352 memory=2317753097046303873 CPUtime=0.08 cores=1,3,5,7
/proc/32022/task/32151/stat : 32151 (java) S 32015 32022 29938 0 -1 1077944384 3 12891 0 0 0 0 5 3 20 0 15 0 107342743 11272552448 59243 33554432000 4194304 4196468 140725864391376 140686351395296 140688449722069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20336640 140725864393321 140725864396129 140725864396129 140725864398799 0
[pid=32022/tid=32153] ppid=32015 vsize=11008352 memory=-8629894644521538155 CPUtime=0.08 cores=1,3,5,7
/proc/32022/task/32153/stat : 32153 (java) S 32015 32022 29938 0 -1 1077944384 1 12891 0 0 0 0 5 3 20 0 15 0 107342743 11272552448 59243 33554432000 4194304 4196468 140725864391376 140687870720944 140688449723010 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20336640 140725864393321 140725864396129 140725864396129 140725864398799 0
Current children cumulated CPU time: 6.41 s
Current children cumulated vsize: 11008352 KiB
Current children cumulated memory: 236972 KiB

[startup+4.80078 s]
/proc/loadavg: 0.97 0.80 1.03 8/221 32154
/proc/meminfo: memFree=23627192/32770624 swapFree=67108860/67108860
[pid=32022] ppid=32015 vsize=11077984 memory=341924 CPUtime=11 cores=1,3,5,7
/proc/32022/stat : 32022 (java) S 32015 32022 29938 0 -1 1077944320 71284 12891 1 0 1066 26 5 3 20 0 15 0 107342726 11343855616 85481 33554432000 4194304 4196468 140725864391376 140725864373920 140688449711863 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 1 0 0 6293624 6294260 20336640 140725864393321 140725864396129 140725864396129 140725864398799 0
/proc/32022/statm: 2769496 85481 3508 1 0 2731149 0
[pid=32022/tid=32127] ppid=32015 vsize=11077984 memory=0 CPUtime=4.61 cores=1,3,5,7
/proc/32022/task/32127/stat : 32127 (java) R 32015 32022 29938 0 -1 4202560 42559 12891 0 0 440 13 5 3 20 0 15 0 107342737 11343855616 85481 33554432000 4194304 4196468 140725864391376 140688421540368 140687994322088 0 4 0 16800975 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 20336640 140725864393321 140725864396129 140725864396129 140725864398799 0
[pid=32022/tid=32129] ppid=32015 vsize=11077984 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/32022/task/32129/stat : 32129 (java) S 32015 32022 29938 0 -1 1077944384 215 12891 0 0 3 0 5 3 20 0 15 0 107342738 11343855616 85481 33554432000 4194304 4196468 140725864391376 140688453953936 140688449722069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20336640 140725864393321 140725864396129 140725864396129 140725864398799 0
[pid=32022/tid=32130] ppid=32015 vsize=11077984 memory=6791534058613427641 CPUtime=0.11 cores=1,3,5,7
/proc/32022/task/32130/stat : 32130 (java) S 32015 32022 29938 0 -1 1077944384 233 12891 0 0 3 0 5 3 20 0 15 0 107342738 11343855616 85481 33554432000 4194304 4196468 140725864391376 140688308672784 140688449722069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20336640 140725864393321 140725864396129 140725864396129 140725864398799 0
[pid=32022/tid=32131] ppid=32015 vsize=11077984 memory=-1 CPUtime=0.11 cores=1,3,5,7
/proc/32022/task/32131/stat : 32131 (java) S 32015 32022 29938 0 -1 1077944384 451 12891 0 0 3 0 5 3 20 0 15 0 107342738 11343855616 85481 33554432000 4194304 4196468 140725864391376 140688307620496 140688449722069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20336640 140725864393321 140725864396129 140725864396129 140725864398799 0
[pid=32022/tid=32132] ppid=32015 vsize=11077984 memory=2241 CPUtime=0.11 cores=1,3,5,7
/proc/32022/task/32132/stat : 32132 (java) S 32015 32022 29938 0 -1 1077944384 41 12891 0 0 3 0 5 3 20 0 15 0 107342738 11343855616 85481 33554432000 4194304 4196468 140725864391376 140688306567696 140688449722069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20336640 140725864393321 140725864396129 140725864396129 140725864398799 0
[pid=32022/tid=32137] ppid=32015 vsize=11077984 memory=2244 CPUtime=0.11 cores=1,3,5,7
/proc/32022/task/32137/stat : 32137 (java) S 32015 32022 29938 0 -1 1077944384 4557 12891 0 0 3 0 5 3 20 0 15 0 107342739 11343855616 85481 33554432000 4194304 4196468 140725864391376 140687874931312 140688449723010 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20336640 140725864393321 140725864396129 140725864396129 140725864398799 0
[pid=32022/tid=32139] ppid=32015 vsize=11077984 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32022/task/32139/stat : 32139 (java) S 32015 32022 29938 0 -1 1077944384 14 12891 0 0 0 0 5 3 20 0 15 0 107342739 11343855616 85481 33554432000 4194304 4196468 140725864391376 140687290918240 140688449722069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20336640 140725864393321 140725864396129 140725864396129 140725864398799 0
[pid=32022/tid=32141] ppid=32015 vsize=11077984 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32022/task/32141/stat : 32141 (java) S 32015 32022 29938 0 -1 1077944384 1 12891 0 0 0 0 5 3 20 0 15 0 107342740 11343855616 85481 33554432000 4194304 4196468 140725864391376 140687089591936 140688449722069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20336640 140725864393321 140725864396129 140725864396129 140725864398799 0
[pid=32022/tid=32143] ppid=32015 vsize=11077984 memory=183496 CPUtime=0.08 cores=1,3,5,7
/proc/32022/task/32143/stat : 32143 (java) S 32015 32022 29938 0 -1 1077944384 3 12891 0 0 0 0 5 3 20 0 15 0 107342742 11343855616 85481 33554432000 4194304 4196468 140725864391376 140686782192208 140688449730459 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20336640 140725864393321 140725864396129 140725864396129 140725864398799 0
[pid=32022/tid=32144] ppid=32015 vsize=11077984 memory=6944656592387989600 CPUtime=2.03 cores=1,3,5,7
/proc/32022/task/32144/stat : 32144 (java) R 32015 32022 29938 0 -1 4202560 3840 12891 1 0 194 1 5 3 20 0 15 0 107342742 11343855616 85481 33554432000 4194304 4196468 140725864391376 140687873864480 140688431236122 0 4 0 16800975 0 0 0 -1 3 0 0 2 0 0 6293624 6294260 20336640 140725864393321 140725864396129 140725864396129 140725864398799 0
[pid=32022/tid=32145] ppid=32015 vsize=11077984 memory=6944652027076318631 CPUtime=2.56 cores=1,3,5,7
/proc/32022/task/32145/stat : 32145 (java) R 32015 32022 29938 0 -1 4202560 9555 12891 0 0 243 5 5 3 20 0 15 0 107342742 11343855616 85481 33554432000 4194304 4196468 140725864391376 140687872810640 140688433208651 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20336640 140725864393321 140725864396129 140725864396129 140725864398799 0
[pid=32022/tid=32146] ppid=32015 vsize=11077984 memory=-7101718590825193272 CPUtime=1.8 cores=1,3,5,7
/proc/32022/task/32146/stat : 32146 (java) S 32015 32022 29938 0 -1 1077944384 7608 12891 0 0 170 2 5 3 20 0 15 0 107342742 11343855616 85481 33554432000 4194304 4196468 140725864391376 140687871773040 140688449723010 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20336640 140725864393321 140725864396129 140725864396129 140725864398799 0
[pid=32022/tid=32151] ppid=32015 vsize=11077984 memory=6944656592452807320 CPUtime=0.08 cores=1,3,5,7
/proc/32022/task/32151/stat : 32151 (java) S 32015 32022 29938 0 -1 1077944384 3 12891 0 0 0 0 5 3 20 0 15 0 107342743 11343855616 85481 33554432000 4194304 4196468 140725864391376 140686351395296 140688449722069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20336640 140725864393321 140725864396129 140725864396129 140725864398799 0
[pid=32022/tid=32153] ppid=32015 vsize=11077984 memory=4206468019014099040 CPUtime=0.08 cores=1,3,5,7
/proc/32022/task/32153/stat : 32153 (java) S 32015 32022 29938 0 -1 1077944384 11 12891 0 0 0 0 5 3 20 0 15 0 107342743 11343855616 85481 33554432000 4194304 4196468 140725864391376 140687870720944 140688449723010 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20336640 140725864393321 140725864396129 140725864396129 140725864398799 0
Current children cumulated CPU time: 11 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 341924 KiB

[startup+5.20077 s]
/proc/loadavg: 0.97 0.80 1.03 7/208 32155
/proc/meminfo: memFree=23876172/32770624 swapFree=67108860/67108860
[pid=32022] ppid=32015 vsize=11077984 memory=374800 CPUtime=12.3 cores=1,3,5,7
/proc/32022/stat : 32022 (java) S 32015 32022 29938 0 -1 1077944320 71808 12891 1 0 1194 28 5 3 20 0 15 0 107342726 11343855616 93700 33554432000 4194304 4196468 140725864391376 140725864373920 140688449711863 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 1 0 0 6293624 6294260 20336640 140725864393321 140725864396129 140725864396129 140725864398799 0
/proc/32022/statm: 2769496 93700 3514 1 0 2731149 0
[pid=32022/tid=32127] ppid=32015 vsize=11077984 memory=302867307758354770 CPUtime=5 cores=1,3,5,7
/proc/32022/task/32127/stat : 32127 (java) R 32015 32022 29938 0 -1 4202560 42597 12891 0 0 479 13 5 3 20 0 15 0 107342737 11343855616 93700 33554432000 4194304 4196468 140725864391376 140688421545200 140687995977924 0 4 0 16800975 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 20336640 140725864393321 140725864396129 140725864396129 140725864398799 0
[pid=32022/tid=32129] ppid=32015 vsize=11077984 memory=4204233850122156064 CPUtime=0.11 cores=1,3,5,7
/proc/32022/task/32129/stat : 32129 (java) S 32015 32022 29938 0 -1 1077944384 215 12891 0 0 3 0 5 3 20 0 15 0 107342738 11343855616 93700 33554432000 4194304 4196468 140725864391376 140688453953936 140688449722069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20336640 140725864393321 140725864396129 140725864396129 140725864398799 0
[pid=32022/tid=32130] ppid=32015 vsize=11077984 memory=7950097325451407461 CPUtime=0.11 cores=1,3,5,7
/proc/32022/task/32130/stat : 32130 (java) S 32015 32022 29938 0 -1 1077944384 238 12891 0 0 3 0 5 3 20 0 15 0 107342738 11343855616 93700 33554432000 4194304 4196468 140725864391376 140688308672784 140688449722069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20336640 140725864393321 140725864396129 140725864396129 140725864398799 0
[pid=32022/tid=32131] ppid=32015 vsize=11077984 memory=7950097325451407461 CPUtime=0.11 cores=1,3,5,7
/proc/32022/task/32131/stat : 32131 (java) S 32015 32022 29938 0 -1 1077944384 451 12891 0 0 3 0 5 3 20 0 15 0 107342738 11343855616 93700 33554432000 4194304 4196468 140725864391376 140688307620496 140688449722069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20336640 140725864393321 140725864396129 140725864396129 140725864398799 0
[pid=32022/tid=32132] ppid=32015 vsize=11077984 memory=7380929659546194032 CPUtime=0.11 cores=1,3,5,7
/proc/32022/task/32132/stat : 32132 (java) S 32015 32022 29938 0 -1 1077944384 49 12891 0 0 3 0 5 3 20 0 15 0 107342738 11343855616 93700 33554432000 4194304 4196468 140725864391376 140688306567696 140688449722069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20336640 140725864393321 140725864396129 140725864396129 140725864398799 0
[pid=32022/tid=32137] ppid=32015 vsize=11077984 memory=6083067207509697901 CPUtime=0.11 cores=1,3,5,7
/proc/32022/task/32137/stat : 32137 (java) S 32015 32022 29938 0 -1 1077944384 4558 12891 0 0 3 0 5 3 20 0 15 0 107342739 11343855616 93700 33554432000 4194304 4196468 140725864391376 140687874931312 140688449723010 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20336640 140725864393321 140725864396129 140725864396129 140725864398799 0
[pid=32022/tid=32139] ppid=32015 vsize=11077984 memory=7380929659546194033 CPUtime=0.08 cores=1,3,5,7
/proc/32022/task/32139/stat : 32139 (java) S 32015 32022 29938 0 -1 1077944384 14 12891 0 0 0 0 5 3 20 0 15 0 107342739 11343855616 93700 33554432000 4194304 4196468 140725864391376 140687290918304 140688449722069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20336640 140725864393321 140725864396129 140725864396129 140725864398799 0
[pid=32022/tid=32141] ppid=32015 vsize=11077984 memory=7522821536427107664 CPUtime=0.08 cores=1,3,5,7
/proc/32022/task/32141/stat : 32141 (java) S 32015 32022 29938 0 -1 1077944384 1 12891 0 0 0 0 5 3 20 0 15 0 107342740 11343855616 93700 33554432000 4194304 4196468 140725864391376 140687089591936 140688449722069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20336640 140725864393321 140725864396129 140725864396129 140725864398799 0
[pid=32022/tid=32143] ppid=32015 vsize=11077984 memory=7522821536427107664 CPUtime=0.08 cores=1,3,5,7
/proc/32022/task/32143/stat : 32143 (java) S 32015 32022 29938 0 -1 1077944384 3 12891 0 0 0 0 5 3 20 0 15 0 107342742 11343855616 93700 33554432000 4194304 4196468 140725864391376 140686782192208 140688449730459 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20336640 140725864393321 140725864396129 140725864396129 140725864398799 0
[pid=32022/tid=32144] ppid=32015 vsize=11077984 memory=7950097325451405926 CPUtime=2.43 cores=1,3,5,7
/proc/32022/task/32144/stat : 32144 (java) R 32015 32022 29938 0 -1 4202560 4114 12891 1 0 234 1 5 3 20 0 15 0 107342742 11343855616 93700 33554432000 4194304 4196468 140725864391376 140687873870080 140688427459264 0 4 0 16800975 0 0 0 -1 3 0 0 2 0 0 6293624 6294260 20336640 140725864393321 140725864396129 140725864396129 140725864398799 0
[pid=32022/tid=32145] ppid=32015 vsize=11077984 memory=7950097325451405926 CPUtime=2.95 cores=1,3,5,7
/proc/32022/task/32145/stat : 32145 (java) R 32015 32022 29938 0 -1 4202560 9627 12891 0 0 281 6 5 3 20 0 15 0 107342742 11343855616 93700 33554432000 4194304 4196468 140725864391376 140687872811520 140688435775177 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20336640 140725864393321 140725864396129 140725864396129 140725864398799 0
[pid=32022/tid=32146] ppid=32015 vsize=11077984 memory=7306334388393698919 CPUtime=1.9 cores=1,3,5,7
/proc/32022/task/32146/stat : 32146 (java) S 32015 32022 29938 0 -1 1077944384 7734 12891 0 0 179 3 5 3 20 0 15 0 107342742 11343855616 93700 33554432000 4194304 4196468 140725864391376 140687871773040 140688449723010 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20336640 140725864393321 140725864396129 140725864396129 140725864398799 0
[pid=32022/tid=32151] ppid=32015 vsize=11077984 memory=7522821536427107664 CPUtime=0.08 cores=1,3,5,7
/proc/32022/task/32151/stat : 32151 (java) S 32015 32022 29938 0 -1 1077944384 3 12891 0 0 0 0 5 3 20 0 15 0 107342743 11343855616 93700 33554432000 4194304 4196468 140725864391376 140686351395296 140688449722069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20336640 140725864393321 140725864396129 140725864396129 140725864398799 0
[pid=32022/tid=32153] ppid=32015 vsize=11077984 memory=56 CPUtime=0.08 cores=1,3,5,7
/proc/32022/task/32153/stat : 32153 (java) S 32015 32022 29938 0 -1 1077944384 11 12891 0 0 0 0 5 3 20 0 15 0 107342743 11343855616 93700 33554432000 4194304 4196468 140725864391376 140687870720944 140688449723010 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20336640 140725864393321 140725864396129 140725864396129 140725864398799 0
Current children cumulated CPU time: 12.3 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 374800 KiB

[startup+5.60076 s]
/proc/loadavg: 0.97 0.80 1.03 7/208 32155
/proc/meminfo: memFree=23876172/32770624 swapFree=67108860/67108860
[pid=32022] ppid=32015 vsize=11208032 memory=376104 CPUtime=13.53 cores=1,3,5,7
/proc/32022/stat : 32022 (java) S 32015 32022 29938 0 -1 1077944320 72231 12891 1 0 1316 29 5 3 20 0 14 0 107342726 11477024768 94026 33554432000 4194304 4196468 140725864391376 140725864373920 140688449711863 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 1 0 0 6293624 6294260 20336640 140725864393321 140725864396129 140725864396129 140725864398799 0
/proc/32022/statm: 2802008 94026 3517 1 0 2763661 0
[pid=32022/tid=32127] ppid=32015 vsize=11208032 memory=30664 CPUtime=5.4 cores=1,3,5,7
/proc/32022/task/32127/stat : 32127 (java) S 32015 32022 29938 0 -1 1077944384 42632 12891 0 0 518 14 5 3 20 0 14 0 107342737 11477024768 94026 33554432000 4194304 4196468 140725864391376 140688421555344 140688449722069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 20336640 140725864393321 140725864396129 140725864396129 140725864398799 0
[pid=32022/tid=32129] ppid=32015 vsize=11208032 memory=1292 CPUtime=0.11 cores=1,3,5,7
/proc/32022/task/32129/stat : 32129 (java) S 32015 32022 29938 0 -1 1077944384 215 12891 0 0 3 0 5 3 20 0 14 0 107342738 11477024768 94026 33554432000 4194304 4196468 140725864391376 140688453953936 140688449722069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20336640 140725864393321 140725864396129 140725864396129 140725864398799 0
[pid=32022/tid=32130] ppid=32015 vsize=11208032 memory=2444 CPUtime=0.11 cores=1,3,5,7
/proc/32022/task/32130/stat : 32130 (java) S 32015 32022 29938 0 -1 1077944384 238 12891 0 0 3 0 5 3 20 0 14 0 107342738 11477024768 94026 33554432000 4194304 4196468 140725864391376 140688308672784 140688449722069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20336640 140725864393321 140725864396129 140725864396129 140725864398799 0
[pid=32022/tid=32131] ppid=32015 vsize=11208032 memory=280329294398624 CPUtime=0.11 cores=1,3,5,7
/proc/32022/task/32131/stat : 32131 (java) S 32015 32022 29938 0 -1 1077944384 451 12891 0 0 3 0 5 3 20 0 14 0 107342738 11477024768 94026 33554432000 4194304 4196468 140725864391376 140688307620496 140688449722069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20336640 140725864393321 140725864396129 140725864396129 140725864398799 0
[pid=32022/tid=32132] ppid=32015 vsize=11208032 memory=6525858347538544147 CPUtime=0.11 cores=1,3,5,7
/proc/32022/task/32132/stat : 32132 (java) S 32015 32022 29938 0 -1 1077944384 49 12891 0 0 3 0 5 3 20 0 14 0 107342738 11477024768 94026 33554432000 4194304 4196468 140725864391376 140688306567696 140688449722069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20336640 140725864393321 140725864396129 140725864396129 140725864398799 0
[pid=32022/tid=32137] ppid=32015 vsize=11208032 memory=-7028383565733676694 CPUtime=0.11 cores=1,3,5,7
/proc/32022/task/32137/stat : 32137 (java) S 32015 32022 29938 0 -1 1077944384 4558 12891 0 0 3 0 5 3 20 0 14 0 107342739 11477024768 94026 33554432000 4194304 4196468 140725864391376 140687874931520 140688449723010 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20336640 140725864393321 140725864396129 140725864396129 140725864398799 0
[pid=32022/tid=32139] ppid=32015 vsize=11208032 memory=-8253387840130273399 CPUtime=0.08 cores=1,3,5,7
/proc/32022/task/32139/stat : 32139 (java) S 32015 32022 29938 0 -1 1077944384 14 12891 0 0 0 0 5 3 20 0 14 0 107342739 11477024768 94026 33554432000 4194304 4196468 140725864391376 140687290918304 140688449722069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20336640 140725864393321 140725864396129 140725864396129 140725864398799 0
[pid=32022/tid=32141] ppid=32015 vsize=11208032 memory=8996927271496152618 CPUtime=0.08 cores=1,3,5,7
/proc/32022/task/32141/stat : 32141 (java) S 32015 32022 29938 0 -1 1077944384 1 12891 0 0 0 0 5 3 20 0 14 0 107342740 11477024768 94026 33554432000 4194304 4196468 140725864391376 140687089591936 140688449722069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20336640 140725864393321 140725864396129 140725864396129 140725864398799 0
[pid=32022/tid=32143] ppid=32015 vsize=11208032 memory=8996927245810234922 CPUtime=0.08 cores=1,3,5,7
/proc/32022/task/32143/stat : 32143 (java) S 32015 32022 29938 0 -1 1077944384 26 12891 0 0 0 0 5 3 20 0 14 0 107342742 11477024768 94026 33554432000 4194304 4196468 140725864391376 140686782190976 140688449722069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20336640 140725864393321 140725864396129 140725864396129 140725864398799 0
[pid=32022/tid=32144] ppid=32015 vsize=11208032 memory=8326441112149131689 CPUtime=2.83 cores=1,3,5,7
/proc/32022/task/32144/stat : 32144 (java) S 32015 32022 29938 0 -1 1077944384 4357 12891 1 0 274 1 5 3 20 0 14 0 107342742 11477024768 94026 33554432000 4194304 4196468 140725864391376 140687873863184 140688449722069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 2 0 0 6293624 6294260 20336640 140725864393321 140725864396129 140725864396129 140725864398799 0
[pid=32022/tid=32145] ppid=32015 vsize=11208032 memory=-7533522213388100735 CPUtime=3.35 cores=1,3,5,7
/proc/32022/task/32145/stat : 32145 (java) R 32015 32022 29938 0 -1 4202560 9700 12891 0 0 321 6 5 3 20 0 14 0 107342742 11477024768 94026 33554432000 4194304 4196468 140725864391376 140687872806304 140688434830489 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20336640 140725864393321 140725864396129 140725864396129 140725864398799 0
[pid=32022/tid=32146] ppid=32015 vsize=11208032 memory=1832 CPUtime=1.93 cores=1,3,5,7
/proc/32022/task/32146/stat : 32146 (java) S 32015 32022 29938 0 -1 1077944384 7769 12891 0 0 182 3 5 3 20 0 14 0 107342742 11477024768 94026 33554432000 4194304 4196468 140725864391376 140687871773040 140688449723010 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20336640 140725864393321 140725864396129 140725864396129 140725864398799 0
[pid=32022/tid=32151] ppid=32015 vsize=11208032 memory=1948 CPUtime=0.08 cores=1,3,5,7
/proc/32022/task/32151/stat : 32151 (java) S 32015 32022 29938 0 -1 1077944384 3 12891 0 0 0 0 5 3 20 0 14 0 107342743 11477024768 94026 33554432000 4194304 4196468 140725864391376 140686351395296 140688449722069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20336640 140725864393321 140725864396129 140725864396129 140725864398799 0
Current children cumulated CPU time: 13.53 s
Current children cumulated vsize: 11208032 KiB
Current children cumulated memory: 376104 KiB

Child status: 0
Real time (s): 5.62259
CPU time (s): 13.5632
CPU user time (s): 13.2225
CPU system time (s): 0.340675
CPU usage (%): 241.227
Max. virtual memory (cumulated for all children) (KiB): 11208032
Max. memory (cumulated for all children) (KiB): 376104

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 13.2225
system time used= 0.340675
maximum resident set size= 378120
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 85150
page faults= 1
swaps= 0
block input operations= 680
block output operations= 184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6937
involuntary context switches= 88


# summary of solver processes directly reported to runsolver:
#   pid: 32022
#   total CPU time (s): 13.5632
#   total CPU user time (s): 13.2225
#   total CPU system time (s): 0.340675

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.066896 second user time and 0.09422 second system time

The end

Launcher Data

Begin job on node132 at 2018-07-29 22:56:35
IDJOB=4302723
IDBENCH=141468
IDSOLVER=2777
FILE ID=node132/4302723-1532897795
RUNJOBID= node132-1532897795-31992
PBS_JOBID= 21022524
Free space on /tmp= 58420 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/Rcpsp/Rcpsp-j90-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-4302723-1532897795/watcher-4302723-1532897795 -o /tmp/evaluation-result-4302723-1532897795/solver-4302723-1532897795 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node132-1532897795-31992 --watchdog 312  bin/xcsp-3-concrete -J-Xss64M -randomseed=225371574 -superng HOME/instance-4302723-1532897795.xml

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

MD5SUM BENCH= b03d0b9ec095e61c141836330b15b8e7
RANDOM SEED=225371574

node132.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.65
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.65
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.65
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.65
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:        24252608 kB
MemAvailable:   31934892 kB
Buffers:          225600 kB
Cached:          7689676 kB
SwapCached:            0 kB
Active:          2604908 kB
Inactive:        5363152 kB
Active(anon):       3304 kB
Inactive(anon):    77820 kB
Active(file):    2601604 kB
Inactive(file):  5285332 kB
Unevictable:        6992 kB
Mlocked:            6992 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             52960 kB
Writeback:            16 kB
AnonPages:         60176 kB
Mapped:            44732 kB
Shmem:             25248 kB
Slab:             250036 kB
SReclaimable:     222364 kB
SUnreclaim:        27672 kB
KernelStack:        3248 kB
PageTables:         4836 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     326028 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 58368 MiB
End job on node132 at 2018-07-29 22:56:41