Trace number 4403189

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.12.3OPT97 2165.51 2127.29

General information on the benchmark

NameRcpsp/Rcpsp-m1-j60/
Rcpsp-j60-37-01.xml
MD5SUMcc0e4d4fb1187992b98efb1fb4f076c6
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark97
Best CPU time to get the best result obtained on this benchmark201.766
Satisfiable
(Un)Satisfiability was proved
Number of variables62
Number of constraints135
Number of domains2
Minimum domain size1
Maximum domain size300
Distribution of domain sizes[{"size":1,"count":1},{"size":300,"count":61}]
Minimum variable degree3
Maximum variable degree10
Distribution of variable degrees[{"degree":3,"count":1},{"degree":4,"count":4},{"degree":5,"count":10},{"degree":6,"count":23},{"degree":7,"count":17},{"degree":8,"count":6},{"degree":10,"count":1}]
Minimum constraint arity2
Maximum constraint arity36
Distribution of constraint arities[{"arity":2,"count":131},{"arity":26,"count":1},{"arity":27,"count":1},{"arity":32,"count":1},{"arity":36,"count":1}]
Number of extensional constraints0
Number of intensional constraints131
Distribution of constraint types[{"type":"intension","count":131},{"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.78/0.56	c Concrete v3.12.3.1568965526260 running
7.27/3.52	o 299
7.59/3.64	o 298
7.59/3.66	o 296
8.87/4.02	o 289
8.87/4.09	o 287
9.18/4.16	o 273
9.48/4.22	o 252
9.48/4.22	o 245
9.48/4.25	o 244
9.48/4.25	o 242
9.48/4.25	o 234
9.48/4.26	o 230
9.48/4.27	o 115
10.08/4.46	o 114
10.33/4.51	o 112
10.33/4.52	o 111
10.97/4.86	o 108
11.47/5.22	o 107
11.72/5.47	o 106
11.88/5.55	o 105
12.46/5.90	o 104
12.46/5.91	o 103
12.67/6.10	o 102
12.78/6.12	o 100
14.88/8.05	o 99
277.95/267.09	o 98
1367.44/1341.27	o 97
2165.40/2127.28	v <instantiation
2165.40/2127.28	v         cost = '97'>
2165.40/2127.28	v       <list>
2165.40/2127.28	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]
2165.40/2127.28	v       </list>
2165.40/2127.28	v       <values>
2165.40/2127.28	v         0 0 0 0 15 5 8 8 8 22 15 31 48 35 14 22 56 26 43 32 19 35 63 46 37 32 37 26 40 43 40 48 56 62 78 48 44 74 42 44 51 71 67 64 51 53 63 55 68 77 62 63 83 75 66 86 65 78 90 83 90 97
2165.40/2127.28	v       </values>
2165.40/2127.28	v     </instantiation>
2165.40/2127.28	s OPTIMUM FOUND

Verifier Data

OK	97

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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4403189-1568975910/watcher-4403189-1568975910 -o /var/tmp/evaluation-result-4403189-1568975910/solver-4403189-1568975910 -C 2400 -W 2500 -M 15500 --bin-var /var/tmp/runsolver-exch-node119-1568967598-14412 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=2142651045 HOME/instance-4403189-1568975910.xml 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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
solver pid=17119, runsolver pid=17116
Current StackSize limit: 8192 KiB


[startup+0.101815 s]*
/proc/loadavg: 1.58 1.58 1.57 3/218 17176
/proc/meminfo: memFree=2495396/32770624 swapFree=66953184/67108860
[pid=17119] ppid=17116 vsize=9972712 memory=15180 CPUtime=0.1 cores=0,2,4,6
/proc/17119/stat : 17119 (java) S 17116 17119 14381 0 -1 1077944320 4538 13261 0 0 1 1 5 3 20 0 6 0 473505876 10212057088 3795 33554432000 4194304 4196468 140726842891552 140726842874096 140675948031735 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 17932288 140726842899043 140726842901685 140726842901685 140726842904527 0
/proc/17119/statm: 2493178 3795 1934 1 0 2481616 0
[pid=17119/tid=17172] ppid=17116 vsize=9972712 memory=7892391828772250251 CPUtime=0.09 cores=0,2,4,6
/proc/17119/task/17172/stat : 17172 (java) R 17116 17119 14381 0 -1 4202560 2366 13261 0 0 1 0 5 3 20 0 6 0 473505885 10212057088 3795 33554432000 4194304 4196468 140726842891552 140675919868496 140675933154672 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17932288 140726842899043 140726842901685 140726842901685 140726842904527 0
[pid=17119/tid=17173] ppid=17116 vsize=9972712 memory=-9181546050914066336 CPUtime=0.08 cores=0,2,4,6
/proc/17119/task/17173/stat : 17173 (java) S 17116 17119 14381 0 -1 1077944384 1 13261 0 0 0 0 5 3 20 0 6 0 473505886 10212057088 3795 33554432000 4194304 4196468 140726842891552 140675952273680 140675948041941 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17932288 140726842899043 140726842901685 140726842901685 140726842904527 0
[pid=17119/tid=17174] ppid=17116 vsize=9972712 memory=139944228140672 CPUtime=0.08 cores=0,2,4,6
/proc/17119/task/17174/stat : 17174 (java) S 17116 17119 14381 0 -1 1077944384 1 13261 0 0 0 0 5 3 20 0 6 0 473505886 10212057088 3795 33554432000 4194304 4196468 140726842891552 140675884186000 140675948041941 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17932288 140726842899043 140726842901685 140726842901685 140726842904527 0
[pid=17119/tid=17175] ppid=17116 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17119/task/17175/stat : 17175 (java) S 17116 17119 14381 0 -1 1077944384 1 13261 0 0 0 0 5 3 20 0 6 0 473505886 10212057088 3795 33554432000 4194304 4196468 140726842891552 140675520006672 140675948041941 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17932288 140726842899043 140726842901685 140726842901685 140726842904527 0
[pid=17119/tid=17176] ppid=17116 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/17119/task/17176/stat : 17176 (java) S 17116 17119 14381 0 -1 1077944384 2 13261 0 0 0 0 5 3 20 0 6 0 473505886 10212057088 3795 33554432000 4194304 4196468 140726842891552 140675518954128 140675948041941 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17932288 140726842899043 140726842901685 140726842901685 140726842904527 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 15180 KiB

[startup+0.215653 s]*
/proc/loadavg: 1.58 1.58 1.57 3/227 17185
/proc/meminfo: memFree=2475060/32770624 swapFree=66953184/67108860
[pid=17119] ppid=17116 vsize=10820184 memory=40524 CPUtime=0.27 cores=0,2,4,6
/proc/17119/stat : 17119 (java) S 17116 17119 14381 0 -1 1077944320 7579 13261 0 0 18 1 5 3 20 0 15 0 473505876 11079868416 10131 33554432000 4194304 4196468 140726842891552 140726842874096 140675948031735 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 17932288 140726842899043 140726842901685 140726842901685 140726842904527 0
/proc/17119/statm: 2705046 10131 3314 1 0 2667149 0
[pid=17119/tid=17172] ppid=17116 vsize=10820196 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/17119/task/17172/stat : 17172 (java) R 17116 17119 14381 0 -1 4202560 4009 13261 0 0 11 1 5 3 20 0 15 0 473505885 11079880704 10131 33554432000 4194304 4196468 140726842891552 140675919842768 140675948053661 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17932288 140726842899043 140726842901685 140726842901685 140726842904527 0
[pid=17119/tid=17173] ppid=17116 vsize=10820196 memory=365 CPUtime=0.08 cores=0,2,4,6
/proc/17119/task/17173/stat : 17173 (java) S 17116 17119 14381 0 -1 1077944384 1 13261 0 0 0 0 5 3 20 0 15 0 473505886 11079880704 10131 33554432000 4194304 4196468 140726842891552 140675952273680 140675948041941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17932288 140726842899043 140726842901685 140726842901685 140726842904527 0
[pid=17119/tid=17174] ppid=17116 vsize=10820196 memory=139944231687845 CPUtime=0.08 cores=0,2,4,6
/proc/17119/task/17174/stat : 17174 (java) S 17116 17119 14381 0 -1 1077944384 1 13261 0 0 0 0 5 3 20 0 15 0 473505886 11079880704 10131 33554432000 4194304 4196468 140726842891552 140675884186000 140675948041941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17932288 140726842899043 140726842901685 140726842901685 140726842904527 0
[pid=17119/tid=17175] ppid=17116 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17119/task/17175/stat : 17175 (java) S 17116 17119 14381 0 -1 1077944384 1 13261 0 0 0 0 5 3 20 0 15 0 473505886 11079880704 10131 33554432000 4194304 4196468 140726842891552 140675520006672 140675948041941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17932288 140726842899043 140726842901685 140726842901685 140726842904527 0
[pid=17119/tid=17176] ppid=17116 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/17119/task/17176/stat : 17176 (java) S 17116 17119 14381 0 -1 1077944384 2 13261 0 0 0 0 5 3 20 0 15 0 473505886 11079880704 10131 33554432000 4194304 4196468 140726842891552 140675518954128 140675948041941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17932288 140726842899043 140726842901685 140726842901685 140726842904527 0
[pid=17119/tid=17177] ppid=17116 vsize=10820196 memory=139944228140672 CPUtime=0.08 cores=0,2,4,6
/proc/17119/task/17177/stat : 17177 (java) S 17116 17119 14381 0 -1 1077944384 2 13261 0 0 0 0 5 3 20 0 15 0 473505888 11079880704 10131 33554432000 4194304 4196468 140726842891552 140674951256560 140675948042882 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17932288 140726842899043 140726842901685 140726842901685 140726842904527 0
[pid=17119/tid=17178] ppid=17116 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/17119/task/17178/stat : 17178 (java) S 17116 17119 14381 0 -1 1077944384 13 13261 0 0 0 0 5 3 20 0 15 0 473505888 11079880704 10131 33554432000 4194304 4196468 140726842891552 140674875778464 140675948041941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17932288 140726842899043 140726842901685 140726842901685 140726842904527 0
[pid=17119/tid=17179] ppid=17116 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17119/task/17179/stat : 17179 (java) S 17116 17119 14381 0 -1 1077944384 1 13261 0 0 0 0 5 3 20 0 15 0 473505888 11079880704 10131 33554432000 4194304 4196468 140726842891552 140674741560816 140675948041941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17932288 140726842899043 140726842901685 140726842901685 140726842904527 0
[pid=17119/tid=17180] ppid=17116 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17119/task/17180/stat : 17180 (java) S 17116 17119 14381 0 -1 1077944384 3 13261 0 0 0 0 5 3 20 0 15 0 473505891 11079880704 10131 33554432000 4194304 4196468 140726842891552 140674501270224 140675948050331 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17932288 140726842899043 140726842901685 140726842901685 140726842904527 0
[pid=17119/tid=17181] ppid=17116 vsize=10820196 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/17119/task/17181/stat : 17181 (java) R 17116 17119 14381 0 -1 4202560 501 13261 0 0 1 0 5 3 20 0 15 0 473505891 11079880704 10131 33554432000 4194304 4196468 140726842891552 140674950203376 140675931518598 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17932288 140726842899043 140726842901685 140726842901685 140726842904527 0
[pid=17119/tid=17182] ppid=17116 vsize=10820196 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/17119/task/17182/stat : 17182 (java) S 17116 17119 14381 0 -1 1077944384 178 13261 0 0 1 0 5 3 20 0 15 0 473505891 11079880704 10131 33554432000 4194304 4196468 140726842891552 140674949150832 140675948042882 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17932288 140726842899043 140726842901685 140726842901685 140726842904527 0
[pid=17119/tid=17183] ppid=17116 vsize=10820196 memory=139944228140672 CPUtime=0.11 cores=0,2,4,6
/proc/17119/task/17183/stat : 17183 (java) S 17116 17119 14381 0 -1 1077944384 672 13261 0 0 3 0 5 3 20 0 15 0 473505891 11079880704 10131 33554432000 4194304 4196468 140726842891552 140674948098288 140675948042882 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17932288 140726842899043 140726842901685 140726842901685 140726842904527 0
[pid=17119/tid=17184] ppid=17116 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/17119/task/17184/stat : 17184 (java) S 17116 17119 14381 0 -1 1077944384 3 13261 0 0 0 0 5 3 20 0 15 0 473505891 11079880704 10131 33554432000 4194304 4196468 140726842891552 140674467711584 140675948041941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17932288 140726842899043 140726842901685 140726842901685 140726842904527 0
[pid=17119/tid=17185] ppid=17116 vsize=10820196 memory=139944228140672 CPUtime=0.08 cores=0,2,4,6
/proc/17119/task/17185/stat : 17185 (java) S 17116 17119 14381 0 -1 1077944384 1 13261 0 0 0 0 5 3 20 0 15 0 473505892 11079880704 10131 33554432000 4194304 4196468 140726842891552 140674947046192 140675948042882 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17932288 140726842899043 140726842901685 140726842901685 140726842904527 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10820184 KiB
Current children cumulated memory: 40524 KiB

[startup+0.310384 s]*
/proc/loadavg: 1.58 1.58 1.57 3/227 17185
/proc/meminfo: memFree=2464268/32770624 swapFree=66953184/67108860
[pid=17119] ppid=17116 vsize=10820196 memory=48720 CPUtime=0.4 cores=0,2,4,6
/proc/17119/stat : 17119 (java) S 17116 17119 14381 0 -1 1077944320 10957 13261 0 0 29 3 5 3 20 0 15 0 473505876 11079880704 12180 33554432000 4194304 4196468 140726842891552 140726842874096 140675948031735 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 17932288 140726842899043 140726842901685 140726842901685 140726842904527 0
/proc/17119/statm: 2705049 12180 3334 1 0 2667149 0
[pid=17119/tid=17172] ppid=17116 vsize=10820196 memory=8317482817917895235 CPUtime=0.29 cores=0,2,4,6
/proc/17119/task/17172/stat : 17172 (java) R 17116 17119 14381 0 -1 4202560 7321 13261 0 0 19 2 5 3 20 0 15 0 473505885 11079880704 12180 33554432000 4194304 4196468 140726842891552 140675919841984 140675948053661 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17932288 140726842899043 140726842901685 140726842901685 140726842904527 0
[pid=17119/tid=17173] ppid=17116 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17119/task/17173/stat : 17173 (java) S 17116 17119 14381 0 -1 1077944384 1 13261 0 0 0 0 5 3 20 0 15 0 473505886 11079880704 12180 33554432000 4194304 4196468 140726842891552 140675952273680 140675948041941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17932288 140726842899043 140726842901685 140726842901685 140726842904527 0
[pid=17119/tid=17174] ppid=17116 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17119/task/17174/stat : 17174 (java) S 17116 17119 14381 0 -1 1077944384 1 13261 0 0 0 0 5 3 20 0 15 0 473505886 11079880704 12180 33554432000 4194304 4196468 140726842891552 140675884186000 140675948041941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17932288 140726842899043 140726842901685 140726842901685 140726842904527 0
[pid=17119/tid=17175] ppid=17116 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17119/task/17175/stat : 17175 (java) S 17116 17119 14381 0 -1 1077944384 1 13261 0 0 0 0 5 3 20 0 15 0 473505886 11079880704 12180 33554432000 4194304 4196468 140726842891552 140675520006672 140675948041941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17932288 140726842899043 140726842901685 140726842901685 140726842904527 0
[pid=17119/tid=17176] ppid=17116 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17119/task/17176/stat : 17176 (java) S 17116 17119 14381 0 -1 1077944384 2 13261 0 0 0 0 5 3 20 0 15 0 473505886 11079880704 12180 33554432000 4194304 4196468 140726842891552 140675518954128 140675948041941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17932288 140726842899043 140726842901685 140726842901685 140726842904527 0
[pid=17119/tid=17177] ppid=17116 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17119/task/17177/stat : 17177 (java) S 17116 17119 14381 0 -1 1077944384 2 13261 0 0 0 0 5 3 20 0 15 0 473505888 11079880704 12180 33554432000 4194304 4196468 140726842891552 140674951256560 140675948042882 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17932288 140726842899043 140726842901685 140726842901685 140726842904527 0
[pid=17119/tid=17178] ppid=17116 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/17119/task/17178/stat : 17178 (java) S 17116 17119 14381 0 -1 1077944384 13 13261 0 0 0 0 5 3 20 0 15 0 473505888 11079880704 12180 33554432000 4194304 4196468 140726842891552 140674875778464 140675948041941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17932288 140726842899043 140726842901685 140726842901685 140726842904527 0
[pid=17119/tid=17179] ppid=17116 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17119/task/17179/stat : 17179 (java) S 17116 17119 14381 0 -1 1077944384 1 13261 0 0 0 0 5 3 20 0 15 0 473505888 11079880704 12180 33554432000 4194304 4196468 140726842891552 140674741560816 140675948041941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17932288 140726842899043 140726842901685 140726842901685 140726842904527 0
[pid=17119/tid=17180] ppid=17116 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17119/task/17180/stat : 17180 (java) S 17116 17119 14381 0 -1 1077944384 3 13261 0 0 0 0 5 3 20 0 15 0 473505891 11079880704 12180 33554432000 4194304 4196468 140726842891552 140674501270224 140675948050331 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17932288 140726842899043 140726842901685 140726842901685 140726842904527 0
[pid=17119/tid=17181] ppid=17116 vsize=10820196 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/17119/task/17181/stat : 17181 (java) S 17116 17119 14381 0 -1 1077944384 519 13261 0 0 2 0 5 3 20 0 15 0 473505891 11079880704 12180 33554432000 4194304 4196468 140726842891552 140674950203376 140675948042882 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17932288 140726842899043 140726842901685 140726842901685 140726842904527 0
[pid=17119/tid=17182] ppid=17116 vsize=10820196 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/17119/task/17182/stat : 17182 (java) S 17116 17119 14381 0 -1 1077944384 184 13261 0 0 1 0 5 3 20 0 15 0 473505891 11079880704 12180 33554432000 4194304 4196468 140726842891552 140674949150832 140675948042882 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17932288 140726842899043 140726842901685 140726842901685 140726842904527 0
[pid=17119/tid=17183] ppid=17116 vsize=10820196 memory=139944228140672 CPUtime=0.13 cores=0,2,4,6
/proc/17119/task/17183/stat : 17183 (java) R 17116 17119 14381 0 -1 4202560 703 13261 0 0 5 0 5 3 20 0 15 0 473505891 11079880704 12180 33554432000 4194304 4196468 140726842891552 140674948098288 140675948053082 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17932288 140726842899043 140726842901685 140726842901685 140726842904527 0
[pid=17119/tid=17184] ppid=17116 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/17119/task/17184/stat : 17184 (java) S 17116 17119 14381 0 -1 1077944384 3 13261 0 0 0 0 5 3 20 0 15 0 473505891 11079880704 12180 33554432000 4194304 4196468 140726842891552 140674467711584 140675948041941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17932288 140726842899043 140726842901685 140726842901685 140726842904527 0
[pid=17119/tid=17185] ppid=17116 vsize=10820196 memory=139944228140672 CPUtime=0.08 cores=0,2,4,6
/proc/17119/task/17185/stat : 17185 (java) S 17116 17119 14381 0 -1 1077944384 1 13261 0 0 0 0 5 3 20 0 15 0 473505892 11079880704 12180 33554432000 4194304 4196468 140726842891552 140674947046192 140675948042882 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17932288 140726842899043 140726842901685 140726842901685 140726842904527 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 48720 KiB

[startup+0.700645 s]
/proc/loadavg: 1.58 1.58 1.57 3/227 17185
/proc/meminfo: memFree=2451148/32770624 swapFree=66953184/67108860
[pid=17119] ppid=17116 vsize=10824364 memory=80276 CPUtime=1.15 cores=0,2,4,6
/proc/17119/stat : 17119 (java) S 17116 17119 14381 0 -1 1077944320 15363 13261 0 0 101 6 5 3 20 0 15 0 473505876 11084148736 20069 33554432000 4194304 4196468 140726842891552 140726842874096 140675948031735 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 17932288 140726842899043 140726842901685 140726842901685 140726842904527 0
/proc/17119/statm: 2706091 20069 3502 1 0 2668173 0
[pid=17119/tid=17172] ppid=17116 vsize=10824364 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/17119/task/17172/stat : 17172 (java) R 17116 17119 14381 0 -1 4202560 10511 13261 0 0 55 4 5 3 20 0 15 0 473505885 11084148736 20069 33554432000 4194304 4196468 140726842891552 140675919858608 140675948053661 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17932288 140726842899043 140726842901685 140726842901685 140726842904527 0
[pid=17119/tid=17173] ppid=17116 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17119/task/17173/stat : 17173 (java) S 17116 17119 14381 0 -1 1077944384 1 13261 0 0 0 0 5 3 20 0 15 0 473505886 11084148736 20069 33554432000 4194304 4196468 140726842891552 140675952273680 140675948041941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17932288 140726842899043 140726842901685 140726842901685 140726842904527 0
[pid=17119/tid=17174] ppid=17116 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17119/task/17174/stat : 17174 (java) S 17116 17119 14381 0 -1 1077944384 1 13261 0 0 0 0 5 3 20 0 15 0 473505886 11084148736 20069 33554432000 4194304 4196468 140726842891552 140675884186000 140675948041941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17932288 140726842899043 140726842901685 140726842901685 140726842904527 0
[pid=17119/tid=17175] ppid=17116 vsize=10824364 memory=139944127508688 CPUtime=0.08 cores=0,2,4,6
/proc/17119/task/17175/stat : 17175 (java) S 17116 17119 14381 0 -1 1077944384 1 13261 0 0 0 0 5 3 20 0 15 0 473505886 11084148736 20069 33554432000 4194304 4196468 140726842891552 140675520006672 140675948041941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17932288 140726842899043 140726842901685 140726842901685 140726842904527 0
[pid=17119/tid=17176] ppid=17116 vsize=10824364 memory=139947214373483 CPUtime=0.08 cores=0,2,4,6
/proc/17119/task/17176/stat : 17176 (java) S 17116 17119 14381 0 -1 1077944384 2 13261 0 0 0 0 5 3 20 0 15 0 473505886 11084148736 20069 33554432000 4194304 4196468 140726842891552 140675518954128 140675948041941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17932288 140726842899043 140726842901685 140726842901685 140726842904527 0
[pid=17119/tid=17177] ppid=17116 vsize=10824364 memory=1076 CPUtime=0.08 cores=0,2,4,6
/proc/17119/task/17177/stat : 17177 (java) S 17116 17119 14381 0 -1 1077944384 5 13261 0 0 0 0 5 3 20 0 15 0 473505888 11084148736 20069 33554432000 4194304 4196468 140726842891552 140674951256560 140675948042882 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17932288 140726842899043 140726842901685 140726842901685 140726842904527 0
[pid=17119/tid=17178] ppid=17116 vsize=10824364 memory=7014751519650698577 CPUtime=0.08 cores=0,2,4,6
/proc/17119/task/17178/stat : 17178 (java) S 17116 17119 14381 0 -1 1077944384 13 13261 0 0 0 0 5 3 20 0 15 0 473505888 11084148736 20069 33554432000 4194304 4196468 140726842891552 140674875778464 140675948041941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17932288 140726842899043 140726842901685 140726842901685 140726842904527 0
[pid=17119/tid=17179] ppid=17116 vsize=10824364 memory=7524200444098274152 CPUtime=0.08 cores=0,2,4,6
/proc/17119/task/17179/stat : 17179 (java) S 17116 17119 14381 0 -1 1077944384 1 13261 0 0 0 0 5 3 20 0 15 0 473505888 11084148736 20069 33554432000 4194304 4196468 140726842891552 140674741560816 140675948041941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17932288 140726842899043 140726842901685 140726842901685 140726842904527 0
[pid=17119/tid=17180] ppid=17116 vsize=10824364 memory=14056 CPUtime=0.08 cores=0,2,4,6
/proc/17119/task/17180/stat : 17180 (java) S 17116 17119 14381 0 -1 1077944384 3 13261 0 0 0 0 5 3 20 0 15 0 473505891 11084148736 20069 33554432000 4194304 4196468 140726842891552 140674501270224 140675948050331 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17932288 140726842899043 140726842901685 140726842901685 140726842904527 0
[pid=17119/tid=17181] ppid=17116 vsize=10824364 memory=2116 CPUtime=0.24 cores=0,2,4,6
/proc/17119/task/17181/stat : 17181 (java) S 17116 17119 14381 0 -1 1077944384 1035 13261 0 0 16 0 5 3 20 0 15 0 473505891 11084148736 20069 33554432000 4194304 4196468 140726842891552 140674950203376 140675948042882 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17932288 140726842899043 140726842901685 140726842901685 140726842904527 0
[pid=17119/tid=17182] ppid=17116 vsize=10824364 memory=520 CPUtime=0.19 cores=0,2,4,6
/proc/17119/task/17182/stat : 17182 (java) S 17116 17119 14381 0 -1 1077944384 602 13261 0 0 11 0 5 3 20 0 15 0 473505891 11084148736 20069 33554432000 4194304 4196468 140726842891552 140674949150832 140675948042882 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17932288 140726842899043 140726842901685 140726842901685 140726842904527 0
[pid=17119/tid=17183] ppid=17116 vsize=10824364 memory=1560 CPUtime=0.25 cores=0,2,4,6
/proc/17119/task/17183/stat : 17183 (java) S 17116 17119 14381 0 -1 1077944384 980 13261 0 0 17 0 5 3 20 0 15 0 473505891 11084148736 20069 33554432000 4194304 4196468 140726842891552 140674948098288 140675948042882 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17932288 140726842899043 140726842901685 140726842901685 140726842904527 0
[pid=17119/tid=17184] ppid=17116 vsize=10824364 memory=924 CPUtime=0.08 cores=0,2,4,6
/proc/17119/task/17184/stat : 17184 (java) S 17116 17119 14381 0 -1 1077944384 3 13261 0 0 0 0 5 3 20 0 15 0 473505891 11084148736 20069 33554432000 4194304 4196468 140726842891552 140674467711584 140675948041941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17932288 140726842899043 140726842901685 140726842901685 140726842904527 0
[pid=17119/tid=17185] ppid=17116 vsize=10824364 memory=3688 CPUtime=0.08 cores=0,2,4,6
/proc/17119/task/17185/stat : 17185 (java) S 17116 17119 14381 0 -1 1077944384 1 13261 0 0 0 0 5 3 20 0 15 0 473505892 11084148736 20069 33554432000 4194304 4196468 140726842891552 140674947046192 140675948042882 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17932288 140726842899043 140726842901685 140726842901685 140726842904527 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 80276 KiB

[startup+1.50423 s]
/proc/loadavg: 1.58 1.58 1.57 3/227 17185
/proc/meminfo: memFree=2406656/32770624 swapFree=66953184/67108860
[pid=17119] ppid=17116 vsize=10834680 memory=170468 CPUtime=2.46 cores=0,2,4,6
/proc/17119/stat : 17119 (java) S 17116 17119 14381 0 -1 1077944320 21966 13261 0 0 227 11 5 3 20 0 15 0 473505876 11094712320 42617 33554432000 4194304 4196468 140726842891552 140726842874096 140675948031735 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 17932288 140726842899043 140726842901685 140726842901685 140726842904527 0
/proc/17119/statm: 2708670 42617 3589 1 0 2670733 0
[pid=17119/tid=17172] ppid=17116 vsize=10834680 memory=167120 CPUtime=1.44 cores=0,2,4,6
/proc/17119/task/17172/stat : 17172 (java) R 17116 17119 14381 0 -1 4202560 15359 13261 0 0 130 6 5 3 20 0 15 0 473505885 11094712320 42617 33554432000 4194304 4196468 140726842891552 140675919832944 140675948043670 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17932288 140726842899043 140726842901685 140726842901685 140726842904527 0
[pid=17119/tid=17173] ppid=17116 vsize=10834680 memory=6944656592455359580 CPUtime=0.09 cores=0,2,4,6
/proc/17119/task/17173/stat : 17173 (java) S 17116 17119 14381 0 -1 1077944384 74 13261 0 0 1 0 5 3 20 0 15 0 473505886 11094712320 42617 33554432000 4194304 4196468 140726842891552 140675952273680 140675948041941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17932288 140726842899043 140726842901685 140726842901685 140726842904527 0
[pid=17119/tid=17174] ppid=17116 vsize=10834680 memory=7976406965554101975 CPUtime=0.08 cores=0,2,4,6
/proc/17119/task/17174/stat : 17174 (java) S 17116 17119 14381 0 -1 1077944384 330 13261 0 0 0 0 5 3 20 0 15 0 473505886 11094712320 42617 33554432000 4194304 4196468 140726842891552 140675884186000 140675948041941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17932288 140726842899043 140726842901685 140726842901685 140726842904527 0
[pid=17119/tid=17175] ppid=17116 vsize=10834680 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/17119/task/17175/stat : 17175 (java) S 17116 17119 14381 0 -1 1077944384 21 13261 0 0 1 0 5 3 20 0 15 0 473505886 11094712320 42617 33554432000 4194304 4196468 140726842891552 140675520006672 140675948041941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17932288 140726842899043 140726842901685 140726842901685 140726842904527 0
[pid=17119/tid=17176] ppid=17116 vsize=10834680 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/17119/task/17176/stat : 17176 (java) S 17116 17119 14381 0 -1 1077944384 78 13261 0 0 1 0 5 3 20 0 15 0 473505886 11094712320 42617 33554432000 4194304 4196468 140726842891552 140675518954128 140675948041941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17932288 140726842899043 140726842901685 140726842901685 140726842904527 0
[pid=17119/tid=17177] ppid=17116 vsize=10834680 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/17119/task/17177/stat : 17177 (java) S 17116 17119 14381 0 -1 1077944384 121 13261 0 0 1 0 5 3 20 0 15 0 473505888 11094712320 42617 33554432000 4194304 4196468 140726842891552 140674951256560 140675948042882 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17932288 140726842899043 140726842901685 140726842901685 140726842904527 0
[pid=17119/tid=17178] ppid=17116 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17119/task/17178/stat : 17178 (java) S 17116 17119 14381 0 -1 1077944384 13 13261 0 0 0 0 5 3 20 0 15 0 473505888 11094712320 42617 33554432000 4194304 4196468 140726842891552 140674875778528 140675948041941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17932288 140726842899043 140726842901685 140726842901685 140726842904527 0
[pid=17119/tid=17179] ppid=17116 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17119/task/17179/stat : 17179 (java) S 17116 17119 14381 0 -1 1077944384 2 13261 0 0 0 0 5 3 20 0 15 0 473505888 11094712320 42617 33554432000 4194304 4196468 140726842891552 140674741560832 140675948041941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17932288 140726842899043 140726842901685 140726842901685 140726842904527 0
[pid=17119/tid=17180] ppid=17116 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17119/task/17180/stat : 17180 (java) S 17116 17119 14381 0 -1 1077944384 3 13261 0 0 0 0 5 3 20 0 15 0 473505891 11094712320 42617 33554432000 4194304 4196468 140726842891552 140674501270224 140675948050331 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17932288 140726842899043 140726842901685 140726842901685 140726842904527 0
[pid=17119/tid=17181] ppid=17116 vsize=10834680 memory=0 CPUtime=0.36 cores=0,2,4,6
/proc/17119/task/17181/stat : 17181 (java) S 17116 17119 14381 0 -1 1077944384 1247 13261 0 0 28 0 5 3 20 0 15 0 473505891 11094712320 42617 33554432000 4194304 4196468 140726842891552 140674950203376 140675948042882 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17932288 140726842899043 140726842901685 140726842901685 140726842904527 0
[pid=17119/tid=17182] ppid=17116 vsize=10834680 memory=4580 CPUtime=0.29 cores=0,2,4,6
/proc/17119/task/17182/stat : 17182 (java) S 17116 17119 14381 0 -1 1077944384 734 13261 0 0 21 0 5 3 20 0 15 0 473505891 11094712320 42617 33554432000 4194304 4196468 140726842891552 140674949150832 140675948042882 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17932288 140726842899043 140726842901685 140726842901685 140726842904527 0
[pid=17119/tid=17183] ppid=17116 vsize=10834680 memory=8100966847851488088 CPUtime=0.48 cores=0,2,4,6
/proc/17119/task/17183/stat : 17183 (java) S 17116 17119 14381 0 -1 1077944384 1777 13261 0 0 40 0 5 3 20 0 15 0 473505891 11094712320 42617 33554432000 4194304 4196468 140726842891552 140674948098288 140675948042882 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17932288 140726842899043 140726842901685 140726842901685 140726842904527 0
[pid=17119/tid=17184] ppid=17116 vsize=10834680 memory=7957689449132282197 CPUtime=0.08 cores=0,2,4,6
/proc/17119/task/17184/stat : 17184 (java) S 17116 17119 14381 0 -1 1077944384 3 13261 0 0 0 0 5 3 20 0 15 0 473505891 11094712320 42617 33554432000 4194304 4196468 140726842891552 140674467711584 140675948041941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17932288 140726842899043 140726842901685 140726842901685 140726842904527 0
[pid=17119/tid=17185] ppid=17116 vsize=10834680 memory=8029754778221700183 CPUtime=0.08 cores=0,2,4,6
/proc/17119/task/17185/stat : 17185 (java) S 17116 17119 14381 0 -1 1077944384 1 13261 0 0 0 0 5 3 20 0 15 0 473505892 11094712320 42617 33554432000 4194304 4196468 140726842891552 140674947046192 140675948042882 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17932288 140726842899043 140726842901685 140726842901685 140726842904527 0
Current children cumulated CPU time: 2.46 s
Current children cumulated vsize: 10834680 KiB

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

[pid=17119/tid=17184] ppid=17116 vsize=10846988 memory=778692 CPUtime=0.08 cores=0,2,4,6
/proc/17119/task/17184/stat : 17184 (java) S 17116 17119 14381 0 -1 1077944384 3 13261 0 0 0 0 5 3 20 0 15 0 473505891 11107315712 194676 33554432000 4194304 4196468 140726842891552 140674467711584 140675948041941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17932288 140726842899043 140726842901685 140726842901685 140726842904527 0
[pid=17119/tid=17185] ppid=17116 vsize=10846988 memory=778692 CPUtime=1.4 cores=0,2,4,6
/proc/17119/task/17185/stat : 17185 (java) S 17116 17119 14381 0 -1 1077944384 1070 13261 0 0 67 65 5 3 20 0 15 0 473505892 11107315712 194676 33554432000 4194304 4196468 140726842891552 140674947046192 140675948042882 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17932288 140726842899043 140726842901685 140726842901685 140726842904527 0
Current children cumulated CPU time: 2159.71 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 778704 KiB

[startup+2124.8 s]
/proc/loadavg: 1.40 1.35 1.35 3/229 17535
/proc/meminfo: memFree=2754552/32770624 swapFree=66953188/67108860
[pid=17119] ppid=17116 vsize=10846988 memory=779864 CPUtime=2162.96 cores=0,2,4,6
/proc/17119/stat : 17119 (java) S 17116 17119 14381 0 -1 1077944320 205866 13261 0 0 215987 301 5 3 20 0 15 0 473505876 11107315712 194966 33554432000 4194304 4196468 140726842891552 140726842874096 140675948031735 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 17932288 140726842899043 140726842901685 140726842901685 140726842904527 0
/proc/17119/statm: 2711747 194966 3632 1 0 2673805 0
[pid=17119/tid=17172] ppid=17116 vsize=10846988 memory=778552 CPUtime=2101.7 cores=0,2,4,6
/proc/17119/task/17172/stat : 17172 (java) R 17116 17119 14381 0 -1 4202560 62669 13261 0 0 210122 40 5 3 20 0 15 0 473505885 11107315712 194966 33554432000 4194304 4196468 140726842891552 140675919867408 140675565780192 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17932288 140726842899043 140726842901685 140726842901685 140726842904527 0
[pid=17119/tid=17173] ppid=17116 vsize=10846988 memory=778616 CPUtime=10.56 cores=0,2,4,6
/proc/17119/task/17173/stat : 17173 (java) S 17116 17119 14381 0 -1 1077944384 12549 13261 0 0 998 50 5 3 20 0 15 0 473505886 11107315712 194966 33554432000 4194304 4196468 140726842891552 140675952273680 140675948041941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17932288 140726842899043 140726842901685 140726842901685 140726842904527 0
[pid=17119/tid=17174] ppid=17116 vsize=10846988 memory=3504 CPUtime=10.53 cores=0,2,4,6
/proc/17119/task/17174/stat : 17174 (java) S 17116 17119 14381 0 -1 1077944384 13089 13261 0 0 995 50 5 3 20 0 15 0 473505886 11107315712 194966 33554432000 4194304 4196468 140726842891552 140675884186000 140675948041941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17932288 140726842899043 140726842901685 140726842901685 140726842904527 0
[pid=17119/tid=17175] ppid=17116 vsize=10846988 memory=778552 CPUtime=10.53 cores=0,2,4,6
/proc/17119/task/17175/stat : 17175 (java) S 17116 17119 14381 0 -1 1077944384 15397 13261 0 0 996 49 5 3 20 0 15 0 473505886 11107315712 194966 33554432000 4194304 4196468 140726842891552 140675520006672 140675948041941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17932288 140726842899043 140726842901685 140726842901685 140726842904527 0
[pid=17119/tid=17176] ppid=17116 vsize=10846988 memory=2832 CPUtime=10.57 cores=0,2,4,6
/proc/17119/task/17176/stat : 17176 (java) S 17116 17119 14381 0 -1 1077944384 13864 13261 0 0 999 50 5 3 20 0 15 0 473505886 11107315712 194966 33554432000 4194304 4196468 140726842891552 140675518954128 140675948041941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17932288 140726842899043 140726842901685 140726842901685 140726842904527 0
[pid=17119/tid=17177] ppid=17116 vsize=10846988 memory=54932 CPUtime=9.84 cores=0,2,4,6
/proc/17119/task/17177/stat : 17177 (java) S 17116 17119 14381 0 -1 1077944384 13456 13261 0 0 929 47 5 3 20 0 15 0 473505888 11107315712 194966 33554432000 4194304 4196468 140726842891552 140674951256560 140675948042882 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17932288 140726842899043 140726842901685 140726842901685 140726842904527 0
[pid=17119/tid=17178] ppid=17116 vsize=10846988 memory=988 CPUtime=0.08 cores=0,2,4,6
/proc/17119/task/17178/stat : 17178 (java) S 17116 17119 14381 0 -1 1077944384 16 13261 0 0 0 0 5 3 20 0 15 0 473505888 11107315712 194966 33554432000 4194304 4196468 140726842891552 140674875778592 140675948041941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17932288 140726842899043 140726842901685 140726842901685 140726842904527 0
[pid=17119/tid=17179] ppid=17116 vsize=10846988 memory=778692 CPUtime=0.08 cores=0,2,4,6
/proc/17119/task/17179/stat : 17179 (java) S 17116 17119 14381 0 -1 1077944384 7 13261 0 0 0 0 5 3 20 0 15 0 473505888 11107315712 194966 33554432000 4194304 4196468 140726842891552 140674741560832 140675948041941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17932288 140726842899043 140726842901685 140726842901685 140726842904527 0
[pid=17119/tid=17180] ppid=17116 vsize=10846988 memory=33 CPUtime=0.08 cores=0,2,4,6
/proc/17119/task/17180/stat : 17180 (java) S 17116 17119 14381 0 -1 1077944384 3 13261 0 0 0 0 5 3 20 0 15 0 473505891 11107315712 194966 33554432000 4194304 4196468 140726842891552 140674501270224 140675948050331 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17932288 140726842899043 140726842901685 140726842901685 140726842904527 0
[pid=17119/tid=17181] ppid=17116 vsize=10846988 memory=73809012998993 CPUtime=3.2 cores=0,2,4,6
/proc/17119/task/17181/stat : 17181 (java) S 17116 17119 14381 0 -1 1077944384 20224 13261 0 0 310 2 5 3 20 0 15 0 473505891 11107315712 194966 33554432000 4194304 4196468 140726842891552 140674950203376 140675948042882 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17932288 140726842899043 140726842901685 140726842901685 140726842904527 0
[pid=17119/tid=17182] ppid=17116 vsize=10846988 memory=9198851636692559771 CPUtime=3.41 cores=0,2,4,6
/proc/17119/task/17182/stat : 17182 (java) S 17116 17119 14381 0 -1 1077944384 27289 13261 0 0 327 6 5 3 20 0 15 0 473505891 11107315712 194966 33554432000 4194304 4196468 140726842891552 140674949150832 140675948042882 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17932288 140726842899043 140726842901685 140726842901685 140726842904527 0
[pid=17119/tid=17183] ppid=17116 vsize=10846988 memory=778552 CPUtime=1.83 cores=0,2,4,6
/proc/17119/task/17183/stat : 17183 (java) S 17116 17119 14381 0 -1 1077944384 24026 13261 0 0 172 3 5 3 20 0 15 0 473505891 11107315712 194966 33554432000 4194304 4196468 140726842891552 140674948098288 140675948042882 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17932288 140726842899043 140726842901685 140726842901685 140726842904527 0
[pid=17119/tid=17184] ppid=17116 vsize=10846988 memory=1728 CPUtime=0.08 cores=0,2,4,6
/proc/17119/task/17184/stat : 17184 (java) S 17116 17119 14381 0 -1 1077944384 3 13261 0 0 0 0 5 3 20 0 15 0 473505891 11107315712 194966 33554432000 4194304 4196468 140726842891552 140674467711584 140675948041941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17932288 140726842899043 140726842901685 140726842901685 140726842904527 0
[pid=17119/tid=17185] ppid=17116 vsize=10846988 memory=8072 CPUtime=1.41 cores=0,2,4,6
/proc/17119/task/17185/stat : 17185 (java) S 17116 17119 14381 0 -1 1077944384 1070 13261 0 0 68 65 5 3 20 0 15 0 473505892 11107315712 194966 33554432000 4194304 4196468 140726842891552 140674947046192 140675948042882 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17932288 140726842899043 140726842901685 140726842901685 140726842904527 0
Current children cumulated CPU time: 2162.96 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 779864 KiB

[startup+2126.4 s]
/proc/loadavg: 1.40 1.35 1.35 3/229 17535
/proc/meminfo: memFree=2753244/32770624 swapFree=66953188/67108860
[pid=17119] ppid=17116 vsize=10846988 memory=779864 CPUtime=2164.58 cores=0,2,4,6
/proc/17119/stat : 17119 (java) S 17116 17119 14381 0 -1 1077944320 205878 13261 0 0 216149 301 5 3 20 0 15 0 473505876 11107315712 194966 33554432000 4194304 4196468 140726842891552 140726842874096 140675948031735 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 17932288 140726842899043 140726842901685 140726842901685 140726842904527 0
/proc/17119/statm: 2711747 194966 3632 1 0 2673805 0
[pid=17119/tid=17172] ppid=17116 vsize=10846988 memory=988 CPUtime=2103.28 cores=0,2,4,6
/proc/17119/task/17172/stat : 17172 (java) R 17116 17119 14381 0 -1 4202560 62680 13261 0 0 210280 40 5 3 20 0 15 0 473505885 11107315712 194966 33554432000 4194304 4196468 140726842891552 140675919866704 140675565780228 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17932288 140726842899043 140726842901685 140726842901685 140726842904527 0
[pid=17119/tid=17173] ppid=17116 vsize=10846988 memory=2008 CPUtime=10.56 cores=0,2,4,6
/proc/17119/task/17173/stat : 17173 (java) S 17116 17119 14381 0 -1 1077944384 12549 13261 0 0 998 50 5 3 20 0 15 0 473505886 11107315712 194966 33554432000 4194304 4196468 140726842891552 140675952273680 140675948041941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17932288 140726842899043 140726842901685 140726842901685 140726842904527 0
[pid=17119/tid=17174] ppid=17116 vsize=10846988 memory=1424 CPUtime=10.54 cores=0,2,4,6
/proc/17119/task/17174/stat : 17174 (java) S 17116 17119 14381 0 -1 1077944384 13090 13261 0 0 996 50 5 3 20 0 15 0 473505886 11107315712 194966 33554432000 4194304 4196468 140726842891552 140675884186000 140675948041941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17932288 140726842899043 140726842901685 140726842901685 140726842904527 0
[pid=17119/tid=17175] ppid=17116 vsize=10846988 memory=779864 CPUtime=10.54 cores=0,2,4,6
/proc/17119/task/17175/stat : 17175 (java) S 17116 17119 14381 0 -1 1077944384 15397 13261 0 0 997 49 5 3 20 0 15 0 473505886 11107315712 194966 33554432000 4194304 4196468 140726842891552 140675520006672 140675948041941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17932288 140726842899043 140726842901685 140726842901685 140726842904527 0
[pid=17119/tid=17176] ppid=17116 vsize=10846988 memory=30200 CPUtime=10.58 cores=0,2,4,6
/proc/17119/task/17176/stat : 17176 (java) S 17116 17119 14381 0 -1 1077944384 13864 13261 0 0 1000 50 5 3 20 0 15 0 473505886 11107315712 194966 33554432000 4194304 4196468 140726842891552 140675518954128 140675948041941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17932288 140726842899043 140726842901685 140726842901685 140726842904527 0
[pid=17119/tid=17177] ppid=17116 vsize=10846988 memory=14056 CPUtime=9.85 cores=0,2,4,6
/proc/17119/task/17177/stat : 17177 (java) S 17116 17119 14381 0 -1 1077944384 13456 13261 0 0 930 47 5 3 20 0 15 0 473505888 11107315712 194966 33554432000 4194304 4196468 140726842891552 140674951256560 140675948042882 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17932288 140726842899043 140726842901685 140726842901685 140726842904527 0
[pid=17119/tid=17178] ppid=17116 vsize=10846988 memory=2116 CPUtime=0.08 cores=0,2,4,6
/proc/17119/task/17178/stat : 17178 (java) S 17116 17119 14381 0 -1 1077944384 16 13261 0 0 0 0 5 3 20 0 15 0 473505888 11107315712 194966 33554432000 4194304 4196468 140726842891552 140674875778592 140675948041941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17932288 140726842899043 140726842901685 140726842901685 140726842904527 0
[pid=17119/tid=17179] ppid=17116 vsize=10846988 memory=520 CPUtime=0.08 cores=0,2,4,6
/proc/17119/task/17179/stat : 17179 (java) S 17116 17119 14381 0 -1 1077944384 7 13261 0 0 0 0 5 3 20 0 15 0 473505888 11107315712 194966 33554432000 4194304 4196468 140726842891552 140674741560832 140675948041941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17932288 140726842899043 140726842901685 140726842901685 140726842904527 0
[pid=17119/tid=17180] ppid=17116 vsize=10846988 memory=1560 CPUtime=0.08 cores=0,2,4,6
/proc/17119/task/17180/stat : 17180 (java) S 17116 17119 14381 0 -1 1077944384 3 13261 0 0 0 0 5 3 20 0 15 0 473505891 11107315712 194966 33554432000 4194304 4196468 140726842891552 140674501270224 140675948050331 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17932288 140726842899043 140726842901685 140726842901685 140726842904527 0
[pid=17119/tid=17181] ppid=17116 vsize=10846988 memory=924 CPUtime=3.2 cores=0,2,4,6
/proc/17119/task/17181/stat : 17181 (java) S 17116 17119 14381 0 -1 1077944384 20224 13261 0 0 310 2 5 3 20 0 15 0 473505891 11107315712 194966 33554432000 4194304 4196468 140726842891552 140674950203376 140675948042882 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17932288 140726842899043 140726842901685 140726842901685 140726842904527 0
[pid=17119/tid=17182] ppid=17116 vsize=10846988 memory=3688 CPUtime=3.41 cores=0,2,4,6
/proc/17119/task/17182/stat : 17182 (java) S 17116 17119 14381 0 -1 1077944384 27289 13261 0 0 327 6 5 3 20 0 15 0 473505891 11107315712 194966 33554432000 4194304 4196468 140726842891552 140674949150832 140675948042882 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17932288 140726842899043 140726842901685 140726842901685 140726842904527 0
[pid=17119/tid=17183] ppid=17116 vsize=10846988 memory=1984 CPUtime=1.83 cores=0,2,4,6
/proc/17119/task/17183/stat : 17183 (java) S 17116 17119 14381 0 -1 1077944384 24026 13261 0 0 172 3 5 3 20 0 15 0 473505891 11107315712 194966 33554432000 4194304 4196468 140726842891552 140674948098288 140675948042882 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17932288 140726842899043 140726842901685 140726842901685 140726842904527 0
[pid=17119/tid=17184] ppid=17116 vsize=10846988 memory=1440 CPUtime=0.08 cores=0,2,4,6
/proc/17119/task/17184/stat : 17184 (java) S 17116 17119 14381 0 -1 1077944384 3 13261 0 0 0 0 5 3 20 0 15 0 473505891 11107315712 194966 33554432000 4194304 4196468 140726842891552 140674467711584 140675948041941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17932288 140726842899043 140726842901685 140726842901685 140726842904527 0
[pid=17119/tid=17185] ppid=17116 vsize=10846988 memory=778692 CPUtime=1.41 cores=0,2,4,6
/proc/17119/task/17185/stat : 17185 (java) S 17116 17119 14381 0 -1 1077944384 1070 13261 0 0 68 65 5 3 20 0 15 0 473505892 11107315712 194966 33554432000 4194304 4196468 140726842891552 140674947046192 140675948042882 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17932288 140726842899043 140726842901685 140726842901685 140726842904527 0
Current children cumulated CPU time: 2164.58 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 779864 KiB

[startup+2126.8 s]
/proc/loadavg: 1.40 1.35 1.35 3/229 17535
/proc/meminfo: memFree=2753244/32770624 swapFree=66953188/67108860
[pid=17119] ppid=17116 vsize=10846988 memory=779864 CPUtime=2164.99 cores=0,2,4,6
/proc/17119/stat : 17119 (java) S 17116 17119 14381 0 -1 1077944320 205881 13261 0 0 216190 301 5 3 20 0 15 0 473505876 11107315712 194966 33554432000 4194304 4196468 140726842891552 140726842874096 140675948031735 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 17932288 140726842899043 140726842901685 140726842901685 140726842904527 0
/proc/17119/statm: 2711747 194966 3632 1 0 2673805 0
[pid=17119/tid=17172] ppid=17116 vsize=10846988 memory=3848 CPUtime=2103.67 cores=0,2,4,6
/proc/17119/task/17172/stat : 17172 (java) R 17116 17119 14381 0 -1 4202560 62682 13261 0 0 210319 40 5 3 20 0 15 0 473505885 11107315712 194966 33554432000 4194304 4196468 140726842891552 140675919867792 140675563122496 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17932288 140726842899043 140726842901685 140726842901685 140726842904527 0
[pid=17119/tid=17173] ppid=17116 vsize=10846988 memory=2960 CPUtime=10.57 cores=0,2,4,6
/proc/17119/task/17173/stat : 17173 (java) S 17116 17119 14381 0 -1 1077944384 12549 13261 0 0 999 50 5 3 20 0 15 0 473505886 11107315712 194966 33554432000 4194304 4196468 140726842891552 140675952273680 140675948041941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17932288 140726842899043 140726842901685 140726842901685 140726842904527 0
[pid=17119/tid=17174] ppid=17116 vsize=10846988 memory=2608 CPUtime=10.54 cores=0,2,4,6
/proc/17119/task/17174/stat : 17174 (java) S 17116 17119 14381 0 -1 1077944384 13091 13261 0 0 996 50 5 3 20 0 15 0 473505886 11107315712 194966 33554432000 4194304 4196468 140726842891552 140675884186000 140675948041941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17932288 140726842899043 140726842901685 140726842901685 140726842904527 0
[pid=17119/tid=17175] ppid=17116 vsize=10846988 memory=4096 CPUtime=10.55 cores=0,2,4,6
/proc/17119/task/17175/stat : 17175 (java) S 17116 17119 14381 0 -1 1077944384 15397 13261 0 0 998 49 5 3 20 0 15 0 473505886 11107315712 194966 33554432000 4194304 4196468 140726842891552 140675520006672 140675948041941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17932288 140726842899043 140726842901685 140726842901685 140726842904527 0
[pid=17119/tid=17176] ppid=17116 vsize=10846988 memory=2832 CPUtime=10.58 cores=0,2,4,6
/proc/17119/task/17176/stat : 17176 (java) S 17116 17119 14381 0 -1 1077944384 13864 13261 0 0 1000 50 5 3 20 0 15 0 473505886 11107315712 194966 33554432000 4194304 4196468 140726842891552 140675518954128 140675948041941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17932288 140726842899043 140726842901685 140726842901685 140726842904527 0
[pid=17119/tid=17177] ppid=17116 vsize=10846988 memory=668 CPUtime=9.85 cores=0,2,4,6
/proc/17119/task/17177/stat : 17177 (java) S 17116 17119 14381 0 -1 1077944384 13456 13261 0 0 930 47 5 3 20 0 15 0 473505888 11107315712 194966 33554432000 4194304 4196468 140726842891552 140674951256560 140675948042882 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17932288 140726842899043 140726842901685 140726842901685 140726842904527 0
[pid=17119/tid=17178] ppid=17116 vsize=10846988 memory=1256 CPUtime=0.08 cores=0,2,4,6
/proc/17119/task/17178/stat : 17178 (java) S 17116 17119 14381 0 -1 1077944384 16 13261 0 0 0 0 5 3 20 0 15 0 473505888 11107315712 194966 33554432000 4194304 4196468 140726842891552 140674875778592 140675948041941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17932288 140726842899043 140726842901685 140726842901685 140726842904527 0
[pid=17119/tid=17179] ppid=17116 vsize=10846988 memory=1076 CPUtime=0.08 cores=0,2,4,6
/proc/17119/task/17179/stat : 17179 (java) S 17116 17119 14381 0 -1 1077944384 7 13261 0 0 0 0 5 3 20 0 15 0 473505888 11107315712 194966 33554432000 4194304 4196468 140726842891552 140674741560832 140675948041941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17932288 140726842899043 140726842901685 140726842901685 140726842904527 0
[pid=17119/tid=17180] ppid=17116 vsize=10846988 memory=14008 CPUtime=0.08 cores=0,2,4,6
/proc/17119/task/17180/stat : 17180 (java) S 17116 17119 14381 0 -1 1077944384 3 13261 0 0 0 0 5 3 20 0 15 0 473505891 11107315712 194966 33554432000 4194304 4196468 140726842891552 140674501270224 140675948050331 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17932288 140726842899043 140726842901685 140726842901685 140726842904527 0
[pid=17119/tid=17181] ppid=17116 vsize=10846988 memory=30200 CPUtime=3.2 cores=0,2,4,6
/proc/17119/task/17181/stat : 17181 (java) S 17116 17119 14381 0 -1 1077944384 20224 13261 0 0 310 2 5 3 20 0 15 0 473505891 11107315712 194966 33554432000 4194304 4196468 140726842891552 140674950203376 140675948042882 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17932288 140726842899043 140726842901685 140726842901685 140726842904527 0
[pid=17119/tid=17182] ppid=17116 vsize=10846988 memory=14056 CPUtime=3.41 cores=0,2,4,6
/proc/17119/task/17182/stat : 17182 (java) S 17116 17119 14381 0 -1 1077944384 27289 13261 0 0 327 6 5 3 20 0 15 0 473505891 11107315712 194966 33554432000 4194304 4196468 140726842891552 140674949150832 140675948042882 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17932288 140726842899043 140726842901685 140726842901685 140726842904527 0
[pid=17119/tid=17183] ppid=17116 vsize=10846988 memory=2116 CPUtime=1.83 cores=0,2,4,6
/proc/17119/task/17183/stat : 17183 (java) S 17116 17119 14381 0 -1 1077944384 24026 13261 0 0 172 3 5 3 20 0 15 0 473505891 11107315712 194966 33554432000 4194304 4196468 140726842891552 140674948098288 140675948042882 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17932288 140726842899043 140726842901685 140726842901685 140726842904527 0
[pid=17119/tid=17184] ppid=17116 vsize=10846988 memory=520 CPUtime=0.08 cores=0,2,4,6
/proc/17119/task/17184/stat : 17184 (java) S 17116 17119 14381 0 -1 1077944384 3 13261 0 0 0 0 5 3 20 0 15 0 473505891 11107315712 194966 33554432000 4194304 4196468 140726842891552 140674467711584 140675948041941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17932288 140726842899043 140726842901685 140726842901685 140726842904527 0
[pid=17119/tid=17185] ppid=17116 vsize=10846988 memory=1560 CPUtime=1.41 cores=0,2,4,6
/proc/17119/task/17185/stat : 17185 (java) S 17116 17119 14381 0 -1 1077944384 1070 13261 0 0 68 65 5 3 20 0 15 0 473505892 11107315712 194966 33554432000 4194304 4196468 140726842891552 140674947046192 140675948042882 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17932288 140726842899043 140726842901685 140726842901685 140726842904527 0
Current children cumulated CPU time: 2164.99 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 779864 KiB

[startup+2127.2 s]
/proc/loadavg: 1.40 1.35 1.35 3/229 17535
/proc/meminfo: memFree=2753244/32770624 swapFree=66953188/67108860
[pid=17119] ppid=17116 vsize=10846988 memory=779864 CPUtime=2165.4 cores=0,2,4,6
/proc/17119/stat : 17119 (java) S 17116 17119 14381 0 -1 1077944320 205884 13261 0 0 216231 301 5 3 20 0 15 0 473505876 11107315712 194966 33554432000 4194304 4196468 140726842891552 140726842874096 140675948031735 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 17932288 140726842899043 140726842901685 140726842901685 140726842904527 0
/proc/17119/statm: 2711747 194966 3632 1 0 2673805 0
[pid=17119/tid=17172] ppid=17116 vsize=10846988 memory=6791534058613427641 CPUtime=2104.07 cores=0,2,4,6
/proc/17119/task/17172/stat : 17172 (java) R 17116 17119 14381 0 -1 4202560 62685 13261 0 0 210359 40 5 3 20 0 15 0 473505885 11107315712 194966 33554432000 4194304 4196468 140726842891552 140675919866656 140675563956712 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17932288 140726842899043 140726842901685 140726842901685 140726842904527 0
[pid=17119/tid=17173] ppid=17116 vsize=10846988 memory=808 CPUtime=10.57 cores=0,2,4,6
/proc/17119/task/17173/stat : 17173 (java) S 17116 17119 14381 0 -1 1077944384 12549 13261 0 0 999 50 5 3 20 0 15 0 473505886 11107315712 194966 33554432000 4194304 4196468 140726842891552 140675952273680 140675948041941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17932288 140726842899043 140726842901685 140726842901685 140726842904527 0
[pid=17119/tid=17174] ppid=17116 vsize=10846988 memory=1804 CPUtime=10.54 cores=0,2,4,6
/proc/17119/task/17174/stat : 17174 (java) S 17116 17119 14381 0 -1 1077944384 13091 13261 0 0 996 50 5 3 20 0 15 0 473505886 11107315712 194966 33554432000 4194304 4196468 140726842891552 140675884186000 140675948041941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17932288 140726842899043 140726842901685 140726842901685 140726842904527 0
[pid=17119/tid=17175] ppid=17116 vsize=10846988 memory=6791534058613427641 CPUtime=10.55 cores=0,2,4,6
/proc/17119/task/17175/stat : 17175 (java) S 17116 17119 14381 0 -1 1077944384 15397 13261 0 0 998 49 5 3 20 0 15 0 473505886 11107315712 194966 33554432000 4194304 4196468 140726842891552 140675520006672 140675948041941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17932288 140726842899043 140726842901685 140726842901685 140726842904527 0
[pid=17119/tid=17176] ppid=17116 vsize=10846988 memory=3640 CPUtime=10.59 cores=0,2,4,6
/proc/17119/task/17176/stat : 17176 (java) S 17116 17119 14381 0 -1 1077944384 13864 13261 0 0 1001 50 5 3 20 0 15 0 473505886 11107315712 194966 33554432000 4194304 4196468 140726842891552 140675518954128 140675948041941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17932288 140726842899043 140726842901685 140726842901685 140726842904527 0
[pid=17119/tid=17177] ppid=17116 vsize=10846988 memory=1548 CPUtime=9.86 cores=0,2,4,6
/proc/17119/task/17177/stat : 17177 (java) S 17116 17119 14381 0 -1 1077944384 13456 13261 0 0 931 47 5 3 20 0 15 0 473505888 11107315712 194966 33554432000 4194304 4196468 140726842891552 140674951256560 140675948042882 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17932288 140726842899043 140726842901685 140726842901685 140726842904527 0
[pid=17119/tid=17178] ppid=17116 vsize=10846988 memory=1728 CPUtime=0.08 cores=0,2,4,6
/proc/17119/task/17178/stat : 17178 (java) S 17116 17119 14381 0 -1 1077944384 16 13261 0 0 0 0 5 3 20 0 15 0 473505888 11107315712 194966 33554432000 4194304 4196468 140726842891552 140674875778592 140675948041941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17932288 140726842899043 140726842901685 140726842901685 140726842904527 0
[pid=17119/tid=17179] ppid=17116 vsize=10846988 memory=8072 CPUtime=0.08 cores=0,2,4,6
/proc/17119/task/17179/stat : 17179 (java) S 17116 17119 14381 0 -1 1077944384 7 13261 0 0 0 0 5 3 20 0 15 0 473505888 11107315712 194966 33554432000 4194304 4196468 140726842891552 140674741560832 140675948041941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17932288 140726842899043 140726842901685 140726842901685 140726842904527 0
[pid=17119/tid=17180] ppid=17116 vsize=10846988 memory=9580 CPUtime=0.08 cores=0,2,4,6
/proc/17119/task/17180/stat : 17180 (java) S 17116 17119 14381 0 -1 1077944384 3 13261 0 0 0 0 5 3 20 0 15 0 473505891 11107315712 194966 33554432000 4194304 4196468 140726842891552 140674501270224 140675948050331 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17932288 140726842899043 140726842901685 140726842901685 140726842904527 0
[pid=17119/tid=17181] ppid=17116 vsize=10846988 memory=4639948313719891052 CPUtime=3.2 cores=0,2,4,6
/proc/17119/task/17181/stat : 17181 (java) S 17116 17119 14381 0 -1 1077944384 20224 13261 0 0 310 2 5 3 20 0 15 0 473505891 11107315712 194966 33554432000 4194304 4196468 140726842891552 140674950203376 140675948042882 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17932288 140726842899043 140726842901685 140726842901685 140726842904527 0
[pid=17119/tid=17182] ppid=17116 vsize=10846988 memory=-6519619645245871518 CPUtime=3.41 cores=0,2,4,6
/proc/17119/task/17182/stat : 17182 (java) S 17116 17119 14381 0 -1 1077944384 27289 13261 0 0 327 6 5 3 20 0 15 0 473505891 11107315712 194966 33554432000 4194304 4196468 140726842891552 140674949150832 140675948042882 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17932288 140726842899043 140726842901685 140726842901685 140726842904527 0
[pid=17119/tid=17183] ppid=17116 vsize=10846988 memory=8100124578676764260 CPUtime=1.83 cores=0,2,4,6
/proc/17119/task/17183/stat : 17183 (java) S 17116 17119 14381 0 -1 1077944384 24026 13261 0 0 172 3 5 3 20 0 15 0 473505891 11107315712 194966 33554432000 4194304 4196468 140726842891552 140674948098288 140675948042882 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17932288 140726842899043 140726842901685 140726842901685 140726842904527 0
[pid=17119/tid=17184] ppid=17116 vsize=10846988 memory=7595110096576210802 CPUtime=0.08 cores=0,2,4,6
/proc/17119/task/17184/stat : 17184 (java) S 17116 17119 14381 0 -1 1077944384 3 13261 0 0 0 0 5 3 20 0 15 0 473505891 11107315712 194966 33554432000 4194304 4196468 140726842891552 140674467711584 140675948041941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17932288 140726842899043 140726842901685 140726842901685 140726842904527 0
[pid=17119/tid=17185] ppid=17116 vsize=10846988 memory=7595110096576210802 CPUtime=1.41 cores=0,2,4,6
/proc/17119/task/17185/stat : 17185 (java) S 17116 17119 14381 0 -1 1077944384 1070 13261 0 0 68 65 5 3 20 0 15 0 473505892 11107315712 194966 33554432000 4194304 4196468 140726842891552 140674947046192 140675948042882 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17932288 140726842899043 140726842901685 140726842901685 140726842904527 0
Current children cumulated CPU time: 2165.4 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 779864 KiB

Child status: 0
Real time (s): 2127.29
CPU time (s): 2165.51
CPU user time (s): 2162.45
CPU system time (s): 3.0587
CPU usage (%): 101.796
Max. virtual memory (cumulated for all children) (KiB): 10849632
Max. memory (cumulated for all children) (KiB): 779864

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2162.45
system time used= 3.0587
maximum resident set size= 781944
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 220765
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2520
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 256085
involuntary context switches= 8387


# summary of solver processes directly reported to runsolver:
#   pid: 17119
#   total CPU time (s): 2165.51
#   total CPU user time (s): 2162.45
#   total CPU system time (s): 3.0587

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.0012 second user time and 20.6812 second system time

The end

Launcher Data

Begin job on node119 at 2019-09-20 12:37:50
IDJOB=4403189
IDBENCH=128305
IDSOLVER=2862
FILE ID=node119/4403189-1568975910
RUNJOBID= node119-1568967598-14412
PBS_JOBID= 21704628
Free space on /var/tmp= 13480 MiB

SOLVER NAME= Concrete 3.12.3
BENCH NAME= XCSP17/Rcpsp/Rcpsp-m1-j60/Rcpsp-j60-37-01.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4403189-1568975910/watcher-4403189-1568975910 -o /var/tmp/evaluation-result-4403189-1568975910/solver-4403189-1568975910 -C 2400 -W 2500 -M 15500 --bin-var /var/tmp/runsolver-exch-node119-1568967598-14412 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=2142651045 HOME/instance-4403189-1568975910.xml

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

MD5SUM BENCH= cc0e4d4fb1187992b98efb1fb4f076c6
RANDOM SEED=2142651045

node119.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.47
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.47
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.47
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.47
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:         2501456 kB
MemAvailable:   29942360 kB
Buffers:          144536 kB
Cached:         27215656 kB
SwapCached:        46572 kB
Active:         15470008 kB
Inactive:       13803928 kB
Active(anon):    1866876 kB
Inactive(anon):    95604 kB
Active(file):   13603132 kB
Inactive(file): 13708324 kB
Unevictable:      109120 kB
Mlocked:          109120 kB
SwapTotal:      67108860 kB
SwapFree:       66953184 kB
Dirty:             35600 kB
Writeback:             0 kB
AnonPages:       1978112 kB
Mapped:            65636 kB
Shmem:             40116 kB
Slab:             586840 kB
SReclaimable:     557908 kB
SUnreclaim:        28932 kB
KernelStack:        3680 kB
PageTables:         9488 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3017280 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1742848 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /var/tmp at the end= 13444 MiB
End job on node119 at 2019-09-20 13:13:17