Trace number 4392155

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.10OPT35 1076.41 1059.11

General information on the benchmark

NamePrizeCollecting/PrizeCollecting-jok-s1/
PrizeCollecting-24-4-6-4.xml
MD5SUMe870fb3a9053f33a7d0d8e73b49cdad7
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark35
Best CPU time to get the best result obtained on this benchmark38.3375
Satisfiable
(Un)Satisfiability was proved
Number of variables72
Number of constraints97
Number of domains24
Minimum domain size4
Maximum domain size25
Distribution of domain sizes[{"size":4,"count":12},{"size":5,"count":12},{"size":25,"count":48}]
Minimum variable degree2
Maximum variable degree27
Distribution of variable degrees[{"degree":2,"count":24},{"degree":25,"count":23},{"degree":26,"count":1},{"degree":27,"count":24}]
Minimum constraint arity1
Maximum constraint arity25
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":48},{"arity":24,"count":24},{"arity":25,"count":24}]
Number of extensional constraints48
Number of intensional constraints25
Distribution of constraint types[{"type":"extension","count":48},{"type":"intension","count":25},{"type":"count","count":24}]
Optimization problemYES
Type of objectivemax SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.73/0.54	c Concrete v3.10.1560635388952 running
118.30/108.96	o -3970
118.54/109.01	o -3963
118.77/109.22	o -3961
120.67/110.87	o -2963
126.29/115.97	o -2962
126.54/116.16	o -2961
126.85/116.43	o -2959
127.50/117.06	o -2958
127.50/117.10	o -2956
127.91/117.45	o -1965
130.98/120.43	o -1961
131.19/120.63	o -1960
173.24/161.22	o -980
173.24/161.24	o -974
175.49/163.45	o -966
179.49/167.31	o -964
246.41/232.75	o -960
289.15/274.80	o 35
1076.28/1059.09	v <instantiation
1076.28/1059.09	v         cost = '35'>
1076.28/1059.09	v       <list>
1076.28/1059.09	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] p[0] p[1] p[2] p[3] p[4] p[5] p[6] p[7] p[8] p[9] p[10] p[11] p[12] p[13] p[14] p[15] p[16] p[17] p[18] p[19] p[20] p[21] p[22] p[23] g[0] g[1] g[2] g[3] g[4] g[5] g[6] g[7] g[8] g[9] g[10] g[11] g[12] g[13] g[14] g[15] g[16] g[17] g[18] g[19] g[20] g[21] g[22] g[23]
1076.28/1059.09	v       </list>
1076.28/1059.09	v       <values>
1076.28/1059.09	v         6 0 1 -1 -1 -1 12 -1 2 8 9 10 18 -1 -1 -1 -1 11 19 20 21 22 23 17 0 15 14 -1 -1 -1 1 -1 13 12 11 10 2 -1 -1 -1 -1 9 3 4 5 6 7 8 3 -5 7 0 0 0 1 0 6 8 -3 4 4 0 0 0 0 0 -3 9 -3 0 5 2
1076.28/1059.09	v       </values>
1076.28/1059.09	v     </instantiation>
1076.28/1059.09	s OPTIMUM FOUND

Verifier Data

OK	35

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4392155-1568316358/watcher-4392155-1568316358 -o /tmp/evaluation-result-4392155-1568316358/solver-4392155-1568316358 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node119-1568306047-10998 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=1006816676 HOME/instance-4392155-1568316358.xml 

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

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
Current StackSize limit: 8192 KiB
solver pid=16121, runsolver pid=16118


[startup+0.100141 s]*
/proc/loadavg: 2.03 1.95 1.77 3/218 16178
/proc/meminfo: memFree=20535752/32770624 swapFree=66939824/67108860
[pid=16121] ppid=16118 vsize=9972712 memory=18596 CPUtime=0.08 cores=1,3,5,7
/proc/16121/stat : 16121 (java) S 16118 16121 9865 0 -1 1077944320 4368 13269 0 0 0 1 5 2 20 0 6 0 407550732 10212057088 4649 33554432000 4194304 4196468 140727385440608 140727385423152 140718867578615 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 31354880 140727385447157 140727385449669 140727385449669 140727385452495 0
/proc/16121/statm: 2493178 4649 1935 1 0 2481616 0
[pid=16121/tid=16174] ppid=16118 vsize=9972712 memory=7892391828772250251 CPUtime=0.07 cores=1,3,5,7
/proc/16121/task/16174/stat : 16174 (java) R 16118 16121 9865 0 -1 4202560 2176 13269 0 0 0 0 5 2 20 0 6 0 407550741 10212057088 4649 33554432000 4194304 4196468 140727385440608 140718839415376 140718852890617 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31354880 140727385447157 140727385449669 140727385449669 140727385452495 0
[pid=16121/tid=16175] ppid=16118 vsize=9972712 memory=-9181546050914066336 CPUtime=0.07 cores=1,3,5,7
/proc/16121/task/16175/stat : 16175 (java) S 16118 16121 9865 0 -1 1077944384 2 13269 0 0 0 0 5 2 20 0 6 0 407550742 10212057088 4649 33554432000 4194304 4196468 140727385440608 140718871821328 140718867588821 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31354880 140727385447157 140727385449669 140727385449669 140727385452495 0
[pid=16121/tid=16176] ppid=16118 vsize=9972712 memory=140252796675712 CPUtime=0.07 cores=1,3,5,7
/proc/16121/task/16176/stat : 16176 (java) S 16118 16121 9865 0 -1 1077944384 1 13269 0 0 0 0 5 2 20 0 6 0 407550742 10212057088 4649 33554432000 4194304 4196468 140727385440608 140718770711696 140718867588821 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31354880 140727385447157 140727385449669 140727385449669 140727385452495 0
[pid=16121/tid=16177] ppid=16118 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16121/task/16177/stat : 16177 (java) S 16118 16121 9865 0 -1 1077944384 1 13269 0 0 0 0 5 2 20 0 6 0 407550742 10212057088 4649 33554432000 4194304 4196468 140727385440608 140718769658640 140718867588821 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31354880 140727385447157 140727385449669 140727385449669 140727385452495 0
[pid=16121/tid=16178] ppid=16118 vsize=9972712 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/16121/task/16178/stat : 16178 (java) S 16118 16121 9865 0 -1 1077944384 1 13269 0 0 0 0 5 2 20 0 6 0 407550742 10212057088 4649 33554432000 4194304 4196468 140727385440608 140718768606096 140718867588821 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31354880 140727385447157 140727385449669 140727385449669 140727385452495 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18596 KiB

[startup+0.209973 s]*
/proc/loadavg: 2.03 1.95 1.77 3/227 16187
/proc/meminfo: memFree=20521416/32770624 swapFree=66939824/67108860
[pid=16121] ppid=16118 vsize=10818940 memory=37484 CPUtime=0.26 cores=1,3,5,7
/proc/16121/stat : 16121 (java) S 16118 16121 9865 0 -1 1077944320 6782 13269 0 0 16 3 5 2 20 0 15 0 407550732 11078594560 9371 33554432000 4194304 4196468 140727385440608 140727385423152 140718867578615 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 31354880 140727385447157 140727385449669 140727385449669 140727385452495 0
/proc/16121/statm: 2704735 9371 2947 1 0 2667149 0
[pid=16121/tid=16174] ppid=16118 vsize=10818940 memory=7022364594140610616 CPUtime=0.18 cores=1,3,5,7
/proc/16121/task/16174/stat : 16174 (java) R 16118 16121 9865 0 -1 4202560 3285 13269 0 0 10 1 5 2 20 0 15 0 407550741 11078594560 9371 33554432000 4194304 4196468 140727385440608 140718839412088 140718851659102 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31354880 140727385447157 140727385449669 140727385449669 140727385452495 0
[pid=16121/tid=16175] ppid=16118 vsize=10818940 memory=365 CPUtime=0.07 cores=1,3,5,7
/proc/16121/task/16175/stat : 16175 (java) S 16118 16121 9865 0 -1 1077944384 2 13269 0 0 0 0 5 2 20 0 15 0 407550742 11078594560 9371 33554432000 4194304 4196468 140727385440608 140718871821328 140718867588821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31354880 140727385447157 140727385449669 140727385449669 140727385452495 0
[pid=16121/tid=16176] ppid=16118 vsize=10818940 memory=140252799642720 CPUtime=0.07 cores=1,3,5,7
/proc/16121/task/16176/stat : 16176 (java) S 16118 16121 9865 0 -1 1077944384 1 13269 0 0 0 0 5 2 20 0 15 0 407550742 11078594560 9371 33554432000 4194304 4196468 140727385440608 140718770711696 140718867588821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31354880 140727385447157 140727385449669 140727385449669 140727385452495 0
[pid=16121/tid=16177] ppid=16118 vsize=10818940 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16121/task/16177/stat : 16177 (java) S 16118 16121 9865 0 -1 1077944384 1 13269 0 0 0 0 5 2 20 0 15 0 407550742 11078594560 9371 33554432000 4194304 4196468 140727385440608 140718769658640 140718867588821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31354880 140727385447157 140727385449669 140727385449669 140727385452495 0
[pid=16121/tid=16178] ppid=16118 vsize=10818940 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/16121/task/16178/stat : 16178 (java) S 16118 16121 9865 0 -1 1077944384 1 13269 0 0 0 0 5 2 20 0 15 0 407550742 11078594560 9371 33554432000 4194304 4196468 140727385440608 140718768606096 140718867588821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31354880 140727385447157 140727385449669 140727385449669 140727385452495 0
[pid=16121/tid=16179] ppid=16118 vsize=10818940 memory=140252796675712 CPUtime=0.07 cores=1,3,5,7
/proc/16121/task/16179/stat : 16179 (java) S 16118 16121 9865 0 -1 1077944384 2 13269 0 0 0 0 5 2 20 0 15 0 407550743 11078594560 9371 33554432000 4194304 4196468 140727385440608 140718343002352 140718867589762 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31354880 140727385447157 140727385449669 140727385449669 140727385452495 0
[pid=16121/tid=16180] ppid=16118 vsize=10818940 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/16121/task/16180/stat : 16180 (java) S 16118 16121 9865 0 -1 1077944384 33 13269 0 0 0 0 5 2 20 0 15 0 407550744 11078594560 9371 33554432000 4194304 4196468 140727385440608 140718341948576 140718867588821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31354880 140727385447157 140727385449669 140727385449669 140727385452495 0
[pid=16121/tid=16181] ppid=16118 vsize=10818940 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16121/task/16181/stat : 16181 (java) S 16118 16121 9865 0 -1 1077944384 1 13269 0 0 0 0 5 2 20 0 15 0 407550744 11078594560 9371 33554432000 4194304 4196468 140727385440608 140717959668464 140718867588821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31354880 140727385447157 140727385449669 140727385449669 140727385452495 0
[pid=16121/tid=16182] ppid=16118 vsize=10818940 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16121/task/16182/stat : 16182 (java) S 16118 16121 9865 0 -1 1077944384 3 13269 0 0 0 0 5 2 20 0 15 0 407550747 11078594560 9436 33554432000 4194304 4196468 140727385440608 140717450942416 140718867597211 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31354880 140727385447157 140727385449669 140727385449669 140727385452495 0
[pid=16121/tid=16183] ppid=16118 vsize=10818940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16121/task/16183/stat : 16183 (java) S 16118 16121 9865 0 -1 1077944384 454 13269 0 0 1 0 5 2 20 0 15 0 407550747 11078594560 9436 33554432000 4194304 4196468 140727385440608 140718308391664 140718867589762 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31354880 140727385447157 140727385449669 140727385449669 140727385452495 0
[pid=16121/tid=16184] ppid=16118 vsize=10818940 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/16121/task/16184/stat : 16184 (java) S 16118 16121 9865 0 -1 1077944384 180 13269 0 0 0 0 5 2 20 0 15 0 407550747 11078594560 9436 33554432000 4194304 4196468 140727385440608 140718307339120 140718867589762 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31354880 140727385447157 140727385449669 140727385449669 140727385452495 0
[pid=16121/tid=16185] ppid=16118 vsize=10818940 memory=140252796675712 CPUtime=0.1 cores=1,3,5,7
/proc/16121/task/16185/stat : 16185 (java) S 16118 16121 9865 0 -1 1077944384 624 13269 0 0 3 0 5 2 20 0 15 0 407550747 11078594560 9436 33554432000 4194304 4196468 140727385440608 140718306286064 140718867589762 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31354880 140727385447157 140727385449669 140727385449669 140727385452495 0
[pid=16121/tid=16186] ppid=16118 vsize=10818940 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/16121/task/16186/stat : 16186 (java) S 16118 16121 9865 0 -1 1077944384 3 13269 0 0 0 0 5 2 20 0 15 0 407550747 11078594560 9436 33554432000 4194304 4196468 140727385440608 140717417384800 140718867588821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31354880 140727385447157 140727385449669 140727385449669 140727385452495 0
[pid=16121/tid=16187] ppid=16118 vsize=10818940 memory=140252796675712 CPUtime=0.07 cores=1,3,5,7
/proc/16121/task/16187/stat : 16187 (java) S 16118 16121 9865 0 -1 1077944384 1 13269 0 0 0 0 5 2 20 0 15 0 407550747 11078594560 9436 33554432000 4194304 4196468 140727385440608 140718305233456 140718867589762 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31354880 140727385447157 140727385449669 140727385449669 140727385452495 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818940 KiB
Current children cumulated memory: 37484 KiB

[startup+0.31046 s]*
/proc/loadavg: 2.03 1.95 1.77 4/228 16189
/proc/meminfo: memFree=20510256/32770624 swapFree=66939824/67108860
[pid=16121] ppid=16118 vsize=10820096 memory=48820 CPUtime=0.39 cores=1,3,5,7
/proc/16121/stat : 16121 (java) S 16118 16121 9865 0 -1 1077944320 10513 13269 0 0 28 4 5 2 20 0 15 0 407550732 11079778304 12205 33554432000 4194304 4196468 140727385440608 140727385423152 140718867578615 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 31354880 140727385447157 140727385449669 140727385449669 140727385452495 0
/proc/16121/statm: 2705024 12205 3201 1 0 2667149 0
[pid=16121/tid=16174] ppid=16118 vsize=10820096 memory=8317482817917895235 CPUtime=0.29 cores=1,3,5,7
/proc/16121/task/16174/stat : 16174 (java) R 16118 16121 9865 0 -1 4202560 6989 13269 0 0 19 3 5 2 20 0 15 0 407550741 11079778304 12205 33554432000 4194304 4196468 140727385440608 140718839391760 140718867590550 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31354880 140727385447157 140727385449669 140727385449669 140727385452495 0
[pid=16121/tid=16175] ppid=16118 vsize=10820096 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16121/task/16175/stat : 16175 (java) S 16118 16121 9865 0 -1 1077944384 2 13269 0 0 0 0 5 2 20 0 15 0 407550742 11079778304 12205 33554432000 4194304 4196468 140727385440608 140718871821328 140718867588821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31354880 140727385447157 140727385449669 140727385449669 140727385452495 0
[pid=16121/tid=16176] ppid=16118 vsize=10820096 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16121/task/16176/stat : 16176 (java) S 16118 16121 9865 0 -1 1077944384 1 13269 0 0 0 0 5 2 20 0 15 0 407550742 11079778304 12205 33554432000 4194304 4196468 140727385440608 140718770711696 140718867588821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31354880 140727385447157 140727385449669 140727385449669 140727385452495 0
[pid=16121/tid=16177] ppid=16118 vsize=10820096 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16121/task/16177/stat : 16177 (java) S 16118 16121 9865 0 -1 1077944384 1 13269 0 0 0 0 5 2 20 0 15 0 407550742 11079778304 12205 33554432000 4194304 4196468 140727385440608 140718769658640 140718867588821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31354880 140727385447157 140727385449669 140727385449669 140727385452495 0
[pid=16121/tid=16178] ppid=16118 vsize=10820096 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16121/task/16178/stat : 16178 (java) S 16118 16121 9865 0 -1 1077944384 1 13269 0 0 0 0 5 2 20 0 15 0 407550742 11079778304 12205 33554432000 4194304 4196468 140727385440608 140718768606096 140718867588821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31354880 140727385447157 140727385449669 140727385449669 140727385452495 0
[pid=16121/tid=16179] ppid=16118 vsize=10820096 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16121/task/16179/stat : 16179 (java) S 16118 16121 9865 0 -1 1077944384 2 13269 0 0 0 0 5 2 20 0 15 0 407550743 11079778304 12205 33554432000 4194304 4196468 140727385440608 140718343002352 140718867589762 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31354880 140727385447157 140727385449669 140727385449669 140727385452495 0
[pid=16121/tid=16180] ppid=16118 vsize=10820096 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/16121/task/16180/stat : 16180 (java) S 16118 16121 9865 0 -1 1077944384 33 13269 0 0 0 0 5 2 20 0 15 0 407550744 11079778304 12205 33554432000 4194304 4196468 140727385440608 140718341948576 140718867588821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31354880 140727385447157 140727385449669 140727385449669 140727385452495 0
[pid=16121/tid=16181] ppid=16118 vsize=10820096 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16121/task/16181/stat : 16181 (java) S 16118 16121 9865 0 -1 1077944384 1 13269 0 0 0 0 5 2 20 0 15 0 407550744 11079778304 12205 33554432000 4194304 4196468 140727385440608 140717959668464 140718867588821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31354880 140727385447157 140727385449669 140727385449669 140727385452495 0
[pid=16121/tid=16182] ppid=16118 vsize=10820096 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16121/task/16182/stat : 16182 (java) S 16118 16121 9865 0 -1 1077944384 3 13269 0 0 0 0 5 2 20 0 15 0 407550747 11079778304 12205 33554432000 4194304 4196468 140727385440608 140717450942416 140718867597211 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31354880 140727385447157 140727385449669 140727385449669 140727385452495 0
[pid=16121/tid=16183] ppid=16118 vsize=10820096 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16121/task/16183/stat : 16183 (java) S 16118 16121 9865 0 -1 1077944384 454 13269 0 0 1 0 5 2 20 0 15 0 407550747 11079778304 12205 33554432000 4194304 4196468 140727385440608 140718308391664 140718867589762 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31354880 140727385447157 140727385449669 140727385449669 140727385452495 0
[pid=16121/tid=16184] ppid=16118 vsize=10820096 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/16121/task/16184/stat : 16184 (java) S 16118 16121 9865 0 -1 1077944384 182 13269 0 0 1 0 5 2 20 0 15 0 407550747 11079778304 12205 33554432000 4194304 4196468 140727385440608 140718307339120 140718867589762 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31354880 140727385447157 140727385449669 140727385449669 140727385452495 0
[pid=16121/tid=16185] ppid=16118 vsize=10820096 memory=140252796675712 CPUtime=0.12 cores=1,3,5,7
/proc/16121/task/16185/stat : 16185 (java) S 16118 16121 9865 0 -1 1077944384 637 13269 0 0 5 0 5 2 20 0 15 0 407550747 11079778304 12205 33554432000 4194304 4196468 140727385440608 140718306286064 140718867589762 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31354880 140727385447157 140727385449669 140727385449669 140727385452495 0
[pid=16121/tid=16186] ppid=16118 vsize=10820096 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/16121/task/16186/stat : 16186 (java) S 16118 16121 9865 0 -1 1077944384 3 13269 0 0 0 0 5 2 20 0 15 0 407550747 11079778304 12205 33554432000 4194304 4196468 140727385440608 140717417384800 140718867588821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31354880 140727385447157 140727385449669 140727385449669 140727385452495 0
[pid=16121/tid=16187] ppid=16118 vsize=10820096 memory=140252796675712 CPUtime=0.07 cores=1,3,5,7
/proc/16121/task/16187/stat : 16187 (java) S 16118 16121 9865 0 -1 1077944384 1 13269 0 0 0 0 5 2 20 0 15 0 407550747 11079778304 12205 33554432000 4194304 4196468 140727385440608 140718305233456 140718867589762 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31354880 140727385447157 140727385449669 140727385449669 140727385452495 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10820096 KiB
Current children cumulated memory: 48820 KiB

[startup+0.700649 s]
/proc/loadavg: 2.03 1.95 1.77 5/228 16189
/proc/meminfo: memFree=20495500/32770624 swapFree=66939824/67108860
[pid=16121] ppid=16118 vsize=10825364 memory=78864 CPUtime=1.14 cores=1,3,5,7
/proc/16121/stat : 16121 (java) S 16118 16121 9865 0 -1 1077944320 14514 13269 0 0 101 6 5 2 20 0 15 0 407550732 11085172736 19716 33554432000 4194304 4196468 140727385440608 140727385423152 140718867578615 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 31354880 140727385447157 140727385449669 140727385449669 140727385452495 0
/proc/16121/statm: 2706085 19716 3508 1 0 2668173 0
[pid=16121/tid=16174] ppid=16118 vsize=10824340 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/16121/task/16174/stat : 16174 (java) R 16118 16121 9865 0 -1 4202560 10197 13269 0 0 55 4 5 2 20 0 15 0 407550741 11084124160 19716 33554432000 4194304 4196468 140727385440608 140718839396576 140718867590550 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31354880 140727385447157 140727385449669 140727385449669 140727385452495 0
[pid=16121/tid=16175] ppid=16118 vsize=10824340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16121/task/16175/stat : 16175 (java) S 16118 16121 9865 0 -1 1077944384 2 13269 0 0 0 0 5 2 20 0 15 0 407550742 11084124160 19716 33554432000 4194304 4196468 140727385440608 140718871821328 140718867588821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31354880 140727385447157 140727385449669 140727385449669 140727385452495 0
[pid=16121/tid=16176] ppid=16118 vsize=10824340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16121/task/16176/stat : 16176 (java) S 16118 16121 9865 0 -1 1077944384 1 13269 0 0 0 0 5 2 20 0 15 0 407550742 11084124160 19716 33554432000 4194304 4196468 140727385440608 140718770711696 140718867588821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31354880 140727385447157 140727385449669 140727385449669 140727385452495 0
[pid=16121/tid=16177] ppid=16118 vsize=10824340 memory=140252694065360 CPUtime=0.07 cores=1,3,5,7
/proc/16121/task/16177/stat : 16177 (java) S 16118 16121 9865 0 -1 1077944384 1 13269 0 0 0 0 5 2 20 0 15 0 407550742 11084124160 19716 33554432000 4194304 4196468 140727385440608 140718769658640 140718867588821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31354880 140727385447157 140727385449669 140727385449669 140727385452495 0
[pid=16121/tid=16178] ppid=16118 vsize=10824340 memory=140256452018795 CPUtime=0.07 cores=1,3,5,7
/proc/16121/task/16178/stat : 16178 (java) S 16118 16121 9865 0 -1 1077944384 1 13269 0 0 0 0 5 2 20 0 15 0 407550742 11084124160 19716 33554432000 4194304 4196468 140727385440608 140718768606096 140718867588821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31354880 140727385447157 140727385449669 140727385449669 140727385452495 0
[pid=16121/tid=16179] ppid=16118 vsize=10824340 memory=1064 CPUtime=0.07 cores=1,3,5,7
/proc/16121/task/16179/stat : 16179 (java) S 16118 16121 9865 0 -1 1077944384 5 13269 0 0 0 0 5 2 20 0 15 0 407550743 11084124160 19716 33554432000 4194304 4196468 140727385440608 140718343002352 140718867589762 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31354880 140727385447157 140727385449669 140727385449669 140727385452495 0
[pid=16121/tid=16180] ppid=16118 vsize=10824340 memory=7014751519650698577 CPUtime=0.07 cores=1,3,5,7
/proc/16121/task/16180/stat : 16180 (java) S 16118 16121 9865 0 -1 1077944384 33 13269 0 0 0 0 5 2 20 0 15 0 407550744 11084124160 19716 33554432000 4194304 4196468 140727385440608 140718341948576 140718867588821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31354880 140727385447157 140727385449669 140727385449669 140727385452495 0
[pid=16121/tid=16181] ppid=16118 vsize=10824340 memory=7957693778325230183 CPUtime=0.07 cores=1,3,5,7
/proc/16121/task/16181/stat : 16181 (java) S 16118 16121 9865 0 -1 1077944384 1 13269 0 0 0 0 5 2 20 0 15 0 407550744 11084124160 19716 33554432000 4194304 4196468 140727385440608 140717959668464 140718867588821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31354880 140727385447157 140727385449669 140727385449669 140727385452495 0
[pid=16121/tid=16182] ppid=16118 vsize=10824340 memory=14056 CPUtime=0.07 cores=1,3,5,7
/proc/16121/task/16182/stat : 16182 (java) S 16118 16121 9865 0 -1 1077944384 3 13269 0 0 0 0 5 2 20 0 15 0 407550747 11084124160 19716 33554432000 4194304 4196468 140727385440608 140717450942416 140718867597211 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31354880 140727385447157 140727385449669 140727385449669 140727385452495 0
[pid=16121/tid=16183] ppid=16118 vsize=10824340 memory=2116 CPUtime=0.2 cores=1,3,5,7
/proc/16121/task/16183/stat : 16183 (java) S 16118 16121 9865 0 -1 1077944384 711 13269 0 0 13 0 5 2 20 0 15 0 407550747 11084124160 19716 33554432000 4194304 4196468 140727385440608 140718308391664 140718867589762 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31354880 140727385447157 140727385449669 140727385449669 140727385452495 0
[pid=16121/tid=16184] ppid=16118 vsize=10824340 memory=520 CPUtime=0.2 cores=1,3,5,7
/proc/16121/task/16184/stat : 16184 (java) S 16118 16121 9865 0 -1 1077944384 546 13269 0 0 13 0 5 2 20 0 15 0 407550747 11084124160 19716 33554432000 4194304 4196468 140727385440608 140718307339120 140718867589762 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31354880 140727385447157 140727385449669 140727385449669 140727385452495 0
[pid=16121/tid=16185] ppid=16118 vsize=10824340 memory=1560 CPUtime=0.25 cores=1,3,5,7
/proc/16121/task/16185/stat : 16185 (java) R 16118 16121 9865 0 -1 4202560 806 13269 0 0 18 0 5 2 20 0 15 0 407550747 11084124160 19716 33554432000 4194304 4196468 140727385440608 140718306286064 140718867599962 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31354880 140727385447157 140727385449669 140727385449669 140727385452495 0
[pid=16121/tid=16186] ppid=16118 vsize=10824340 memory=924 CPUtime=0.07 cores=1,3,5,7
/proc/16121/task/16186/stat : 16186 (java) S 16118 16121 9865 0 -1 1077944384 3 13269 0 0 0 0 5 2 20 0 15 0 407550747 11084124160 19716 33554432000 4194304 4196468 140727385440608 140717417384800 140718867588821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31354880 140727385447157 140727385449669 140727385449669 140727385452495 0
[pid=16121/tid=16187] ppid=16118 vsize=10824340 memory=3688 CPUtime=0.07 cores=1,3,5,7
/proc/16121/task/16187/stat : 16187 (java) S 16118 16121 9865 0 -1 1077944384 1 13269 0 0 0 0 5 2 20 0 15 0 407550747 11084124160 19716 33554432000 4194304 4196468 140727385440608 140718305233456 140718867589762 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31354880 140727385447157 140727385449669 140727385449669 140727385452495 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 10825364 KiB
Current children cumulated memory: 78864 KiB

[startup+1.50075 s]
/proc/loadavg: 2.03 1.95 1.77 6/228 16189
/proc/meminfo: memFree=20425204/32770624 swapFree=66939824/67108860
[pid=16121] ppid=16118 vsize=10832608 memory=216268 CPUtime=2.99 cores=1,3,5,7
/proc/16121/stat : 16121 (java) S 16118 16121 9865 0 -1 1077944320 25729 13269 0 0 279 13 5 2 20 0 15 0 407550732 11092590592 54067 33554432000 4194304 4196468 140727385440608 140727385423152 140718867578615 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 31354880 140727385447157 140727385449669 140727385449669 140727385452495 0
/proc/16121/statm: 2708152 54067 3576 1 0 2670221 0
[pid=16121/tid=16174] ppid=16118 vsize=10832608 memory=168120 CPUtime=1.43 cores=1,3,5,7
/proc/16121/task/16174/stat : 16174 (java) R 16118 16121 9865 0 -1 4202560 15077 13269 0 0 129 7 5 2 20 0 15 0 407550741 11092590592 54067 33554432000 4194304 4196468 140727385440608 140718839409264 140718851659102 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31354880 140727385447157 140727385449669 140727385449669 140727385452495 0
[pid=16121/tid=16175] ppid=16118 vsize=10832608 memory=6944656592455359580 CPUtime=0.08 cores=1,3,5,7
/proc/16121/task/16175/stat : 16175 (java) S 16118 16121 9865 0 -1 1077944384 109 13269 0 0 1 0 5 2 20 0 15 0 407550742 11092590592 54067 33554432000 4194304 4196468 140727385440608 140718871821328 140718867588821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31354880 140727385447157 140727385449669 140727385449669 140727385452495 0
[pid=16121/tid=16176] ppid=16118 vsize=10832608 memory=7976406965554101975 CPUtime=0.08 cores=1,3,5,7
/proc/16121/task/16176/stat : 16176 (java) S 16118 16121 9865 0 -1 1077944384 42 13269 0 0 1 0 5 2 20 0 15 0 407550742 11092590592 54067 33554432000 4194304 4196468 140727385440608 140718770711696 140718867588821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31354880 140727385447157 140727385449669 140727385449669 140727385452495 0
[pid=16121/tid=16177] ppid=16118 vsize=10832608 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16121/task/16177/stat : 16177 (java) S 16118 16121 9865 0 -1 1077944384 25 13269 0 0 1 0 5 2 20 0 15 0 407550742 11092590592 54067 33554432000 4194304 4196468 140727385440608 140718769658640 140718867588821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31354880 140727385447157 140727385449669 140727385449669 140727385452495 0
[pid=16121/tid=16178] ppid=16118 vsize=10832608 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16121/task/16178/stat : 16178 (java) S 16118 16121 9865 0 -1 1077944384 300 13269 0 0 1 0 5 2 20 0 15 0 407550742 11092590592 54067 33554432000 4194304 4196468 140727385440608 140718768606096 140718867588821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31354880 140727385447157 140727385449669 140727385449669 140727385452495 0
[pid=16121/tid=16179] ppid=16118 vsize=10832608 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16121/task/16179/stat : 16179 (java) S 16118 16121 9865 0 -1 1077944384 1258 13269 0 0 1 0 5 2 20 0 15 0 407550743 11092590592 54067 33554432000 4194304 4196468 140727385440608 140718343002352 140718867589762 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31354880 140727385447157 140727385449669 140727385449669 140727385452495 0
[pid=16121/tid=16180] ppid=16118 vsize=10832608 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16121/task/16180/stat : 16180 (java) S 16118 16121 9865 0 -1 1077944384 33 13269 0 0 0 0 5 2 20 0 15 0 407550744 11092590592 54067 33554432000 4194304 4196468 140727385440608 140718341948576 140718867588821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31354880 140727385447157 140727385449669 140727385449669 140727385452495 0
[pid=16121/tid=16181] ppid=16118 vsize=10832608 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16121/task/16181/stat : 16181 (java) S 16118 16121 9865 0 -1 1077944384 2 13269 0 0 0 0 5 2 20 0 15 0 407550744 11092590592 54067 33554432000 4194304 4196468 140727385440608 140717959668464 140718867588821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31354880 140727385447157 140727385449669 140727385449669 140727385452495 0
[pid=16121/tid=16182] ppid=16118 vsize=10832608 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16121/task/16182/stat : 16182 (java) S 16118 16121 9865 0 -1 1077944384 3 13269 0 0 0 0 5 2 20 0 15 0 407550747 11092590592 54067 33554432000 4194304 4196468 140727385440608 140717450942416 140718867597211 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31354880 140727385447157 140727385449669 140727385449669 140727385452495 0
[pid=16121/tid=16183] ppid=16118 vsize=10832608 memory=0 CPUtime=0.59 cores=1,3,5,7
/proc/16121/task/16183/stat : 16183 (java) S 16118 16121 9865 0 -1 1077944384 3162 13269 0 0 52 0 5 2 20 0 15 0 407550747 11092590592 54067 33554432000 4194304 4196468 140727385440608 140718308391664 140718867589762 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31354880 140727385447157 140727385449669 140727385449669 140727385452495 0
[pid=16121/tid=16184] ppid=16118 vsize=10832608 memory=4580 CPUtime=0.59 cores=1,3,5,7
/proc/16121/task/16184/stat : 16184 (java) S 16118 16121 9865 0 -1 1077944384 1807 13269 0 0 51 1 5 2 20 0 15 0 407550747 11092590592 54067 33554432000 4194304 4196468 140727385440608 140718307339120 140718867589762 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31354880 140727385447157 140727385449669 140727385449669 140727385452495 0
[pid=16121/tid=16185] ppid=16118 vsize=10832608 memory=7450175798258657889 CPUtime=0.45 cores=1,3,5,7
/proc/16121/task/16185/stat : 16185 (java) S 16118 16121 9865 0 -1 1077944384 1703 13269 0 0 38 0 5 2 20 0 15 0 407550747 11092590592 54067 33554432000 4194304 4196468 140727385440608 140718306286064 140718867589762 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31354880 140727385447157 140727385449669 140727385449669 140727385452495 0
[pid=16121/tid=16186] ppid=16118 vsize=10832608 memory=7597132098393106257 CPUtime=0.07 cores=1,3,5,7
/proc/16121/task/16186/stat : 16186 (java) S 16118 16121 9865 0 -1 1077944384 3 13269 0 0 0 0 5 2 20 0 15 0 407550747 11092590592 54067 33554432000 4194304 4196468 140727385440608 140717417384800 140718867588821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31354880 140727385447157 140727385449669 140727385449669 140727385452495 0
[pid=16121/tid=16187] ppid=16118 vsize=10832608 memory=7446538617971305062 CPUtime=0.07 cores=1,3,5,7
/proc/16121/task/16187/stat : 16187 (java) S 16118 16121 9865 0 -1 1077944384 1 13269 0 0 0 0 5 2 20 0 15 0 407550747 11092590592 54067 33554432000 4194304 4196468 140727385440608 140718305233456 140718867589762 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31354880 140727385447157 140727385449669 140727385449669 140727385452495 0
Current children cumulated CPU time: 2.99 s
Current children cumulated vsize: 10832608 KiB

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

[pid=16121/tid=16186] ppid=16118 vsize=10846964 memory=1620 CPUtime=0.07 cores=1,3,5,7
/proc/16121/task/16186/stat : 16186 (java) S 16118 16121 9865 0 -1 1077944384 3 13269 0 0 0 0 5 2 20 0 15 0 407550747 11107291136 491812 33554432000 4194304 4196468 140727385440608 140717417384800 140718867588821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31354880 140727385447157 140727385449669 140727385449669 140727385452495 0
[pid=16121/tid=16187] ppid=16118 vsize=10846964 memory=8317482817917895235 CPUtime=0.48 cores=1,3,5,7
/proc/16121/task/16187/stat : 16187 (java) S 16118 16121 9865 0 -1 1077944384 936 13269 0 0 18 23 5 2 20 0 15 0 407550747 11107291136 491812 33554432000 4194304 4196468 140727385440608 140718305233456 140718867589762 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 31354880 140727385447157 140727385449669 140727385449669 140727385452495 0
Current children cumulated CPU time: 1073.28 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 1967248 KiB

[startup+1057.6 s]
/proc/loadavg: 1.67 1.70 1.74 3/228 16287
/proc/meminfo: memFree=18570104/32770624 swapFree=66939824/67108860
[pid=16121] ppid=16118 vsize=10846964 memory=1967248 CPUtime=1074.87 cores=1,3,5,7
/proc/16121/stat : 16121 (java) S 16118 16121 9865 0 -1 1077944320 242078 13269 0 0 107341 139 5 2 20 0 15 0 407550732 11107291136 491812 33554432000 4194304 4196468 140727385440608 140727385423152 140718867578615 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 31354880 140727385447157 140727385449669 140727385449669 140727385452495 0
/proc/16121/statm: 2711741 491812 3621 1 0 2673805 0
[pid=16121/tid=16174] ppid=16118 vsize=10846964 memory=1967248 CPUtime=1056.79 cores=1,3,5,7
/proc/16121/task/16174/stat : 16174 (java) R 16118 16121 9865 0 -1 4202560 78386 13269 0 0 105633 39 5 2 20 0 15 0 407550741 11107291136 491812 33554432000 4194304 4196468 140727385440608 140718839402240 140718451224618 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31354880 140727385447157 140727385449669 140727385449669 140727385452495 0
[pid=16121/tid=16175] ppid=16118 vsize=10846964 memory=1967248 CPUtime=0.62 cores=1,3,5,7
/proc/16121/task/16175/stat : 16175 (java) S 16118 16121 9865 0 -1 1077944384 12910 13269 0 0 41 14 5 2 20 0 15 0 407550742 11107291136 491812 33554432000 4194304 4196468 140727385440608 140718871821328 140718867588821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31354880 140727385447157 140727385449669 140727385449669 140727385452495 0
[pid=16121/tid=16176] ppid=16118 vsize=10846964 memory=6791534058613427641 CPUtime=0.64 cores=1,3,5,7
/proc/16121/task/16176/stat : 16176 (java) S 16118 16121 9865 0 -1 1077944384 5735 13269 0 0 44 13 5 2 20 0 15 0 407550742 11107291136 491812 33554432000 4194304 4196468 140727385440608 140718770711696 140718867588821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31354880 140727385447157 140727385449669 140727385449669 140727385452495 0
[pid=16121/tid=16177] ppid=16118 vsize=10846964 memory=37916 CPUtime=0.64 cores=1,3,5,7
/proc/16121/task/16177/stat : 16177 (java) S 16118 16121 9865 0 -1 1077944384 4930 13269 0 0 44 13 5 2 20 0 15 0 407550742 11107291136 491812 33554432000 4194304 4196468 140727385440608 140718769658640 140718867588821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31354880 140727385447157 140727385449669 140727385449669 140727385452495 0
[pid=16121/tid=16178] ppid=16118 vsize=10846964 memory=988 CPUtime=0.62 cores=1,3,5,7
/proc/16121/task/16178/stat : 16178 (java) S 16118 16121 9865 0 -1 1077944384 9990 13269 0 0 41 14 5 2 20 0 15 0 407550742 11107291136 491812 33554432000 4194304 4196468 140727385440608 140718768606096 140718867588821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31354880 140727385447157 140727385449669 140727385449669 140727385452495 0
[pid=16121/tid=16179] ppid=16118 vsize=10846964 memory=1560 CPUtime=0.27 cores=1,3,5,7
/proc/16121/task/16179/stat : 16179 (java) S 16118 16121 9865 0 -1 1077944384 14315 13269 0 0 15 5 5 2 20 0 15 0 407550743 11107291136 491812 33554432000 4194304 4196468 140727385440608 140718343002352 140718867589762 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31354880 140727385447157 140727385449669 140727385449669 140727385452495 0
[pid=16121/tid=16180] ppid=16118 vsize=10846964 memory=924 CPUtime=0.07 cores=1,3,5,7
/proc/16121/task/16180/stat : 16180 (java) S 16118 16121 9865 0 -1 1077944384 52 13269 0 0 0 0 5 2 20 0 15 0 407550744 11107291136 491812 33554432000 4194304 4196468 140727385440608 140718341948704 140718867588821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31354880 140727385447157 140727385449669 140727385449669 140727385452495 0
[pid=16121/tid=16181] ppid=16118 vsize=10846964 memory=1967248 CPUtime=0.07 cores=1,3,5,7
/proc/16121/task/16181/stat : 16181 (java) S 16118 16121 9865 0 -1 1077944384 19 13269 0 0 0 0 5 2 20 0 15 0 407550744 11107291136 491812 33554432000 4194304 4196468 140727385440608 140717959668480 140718867588821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31354880 140727385447157 140727385449669 140727385449669 140727385452495 0
[pid=16121/tid=16182] ppid=16118 vsize=10846964 memory=6791534058613427641 CPUtime=0.07 cores=1,3,5,7
/proc/16121/task/16182/stat : 16182 (java) S 16118 16121 9865 0 -1 1077944384 3 13269 0 0 0 0 5 2 20 0 15 0 407550747 11107291136 491812 33554432000 4194304 4196468 140727385440608 140717450942416 140718867597211 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31354880 140727385447157 140727385449669 140727385449669 140727385452495 0
[pid=16121/tid=16183] ppid=16118 vsize=10846964 memory=1832384 CPUtime=6.39 cores=1,3,5,7
/proc/16121/task/16183/stat : 16183 (java) S 16118 16121 9865 0 -1 1077944384 43079 13269 0 0 624 8 5 2 20 0 15 0 407550747 11107291136 491812 33554432000 4194304 4196468 140727385440608 140718308391664 140718867589762 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31354880 140727385447157 140727385449669 140727385449669 140727385452495 0
[pid=16121/tid=16184] ppid=16118 vsize=10846964 memory=1412 CPUtime=5.12 cores=1,3,5,7
/proc/16121/task/16184/stat : 16184 (java) S 16118 16121 9865 0 -1 1077944384 29955 13269 0 0 499 6 5 2 20 0 15 0 407550747 11107291136 491812 33554432000 4194304 4196468 140727385440608 140718307339120 140718867589762 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31354880 140727385447157 140727385449669 140727385449669 140727385452495 0
[pid=16121/tid=16185] ppid=16118 vsize=10846964 memory=3136 CPUtime=3.83 cores=1,3,5,7
/proc/16121/task/16185/stat : 16185 (java) S 16118 16121 9865 0 -1 1077944384 39561 13269 0 0 369 7 5 2 20 0 15 0 407550747 11107291136 491812 33554432000 4194304 4196468 140727385440608 140718306286064 140718867589762 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31354880 140727385447157 140727385449669 140727385449669 140727385452495 0
[pid=16121/tid=16186] ppid=16118 vsize=10846964 memory=1967248 CPUtime=0.07 cores=1,3,5,7
/proc/16121/task/16186/stat : 16186 (java) S 16118 16121 9865 0 -1 1077944384 3 13269 0 0 0 0 5 2 20 0 15 0 407550747 11107291136 491812 33554432000 4194304 4196468 140727385440608 140717417384800 140718867588821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31354880 140727385447157 140727385449669 140727385449669 140727385452495 0
[pid=16121/tid=16187] ppid=16118 vsize=10846964 memory=924 CPUtime=0.48 cores=1,3,5,7
/proc/16121/task/16187/stat : 16187 (java) S 16118 16121 9865 0 -1 1077944384 936 13269 0 0 18 23 5 2 20 0 15 0 407550747 11107291136 491812 33554432000 4194304 4196468 140727385440608 140718305233456 140718867589762 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 31354880 140727385447157 140727385449669 140727385449669 140727385452495 0
Current children cumulated CPU time: 1074.87 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 1967248 KiB

[startup+1058.4 s]
/proc/loadavg: 1.70 1.70 1.74 3/228 16287
/proc/meminfo: memFree=18570164/32770624 swapFree=66939824/67108860
[pid=16121] ppid=16118 vsize=10846964 memory=1967248 CPUtime=1075.67 cores=1,3,5,7
/proc/16121/stat : 16121 (java) S 16118 16121 9865 0 -1 1077944320 242301 13269 0 0 107421 139 5 2 20 0 15 0 407550732 11107291136 491812 33554432000 4194304 4196468 140727385440608 140727385423152 140718867578615 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 31354880 140727385447157 140727385449669 140727385449669 140727385452495 0
/proc/16121/statm: 2711741 491812 3621 1 0 2673805 0
[pid=16121/tid=16174] ppid=16118 vsize=10846964 memory=1440 CPUtime=1057.59 cores=1,3,5,7
/proc/16121/task/16174/stat : 16174 (java) R 16118 16121 9865 0 -1 4202560 78607 13269 0 0 105713 39 5 2 20 0 15 0 407550741 11107291136 491812 33554432000 4194304 4196468 140727385440608 140718839402240 140718459277384 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31354880 140727385447157 140727385449669 140727385449669 140727385452495 0
[pid=16121/tid=16175] ppid=16118 vsize=10846964 memory=804 CPUtime=0.62 cores=1,3,5,7
/proc/16121/task/16175/stat : 16175 (java) S 16118 16121 9865 0 -1 1077944384 12910 13269 0 0 41 14 5 2 20 0 15 0 407550742 11107291136 491812 33554432000 4194304 4196468 140727385440608 140718871821328 140718867588821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31354880 140727385447157 140727385449669 140727385449669 140727385452495 0
[pid=16121/tid=16176] ppid=16118 vsize=10846964 memory=2580 CPUtime=0.64 cores=1,3,5,7
/proc/16121/task/16176/stat : 16176 (java) S 16118 16121 9865 0 -1 1077944384 5735 13269 0 0 44 13 5 2 20 0 15 0 407550742 11107291136 491812 33554432000 4194304 4196468 140727385440608 140718770711696 140718867588821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31354880 140727385447157 140727385449669 140727385449669 140727385452495 0
[pid=16121/tid=16177] ppid=16118 vsize=10846964 memory=1967248 CPUtime=0.64 cores=1,3,5,7
/proc/16121/task/16177/stat : 16177 (java) S 16118 16121 9865 0 -1 1077944384 4930 13269 0 0 44 13 5 2 20 0 15 0 407550742 11107291136 491812 33554432000 4194304 4196468 140727385440608 140718769658640 140718867588821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31354880 140727385447157 140727385449669 140727385449669 140727385452495 0
[pid=16121/tid=16178] ppid=16118 vsize=10846964 memory=288230574492221466 CPUtime=0.62 cores=1,3,5,7
/proc/16121/task/16178/stat : 16178 (java) S 16118 16121 9865 0 -1 1077944384 9990 13269 0 0 41 14 5 2 20 0 15 0 407550742 11107291136 491812 33554432000 4194304 4196468 140727385440608 140718768606096 140718867588821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31354880 140727385447157 140727385449669 140727385449669 140727385452495 0
[pid=16121/tid=16179] ppid=16118 vsize=10846964 memory=288230596050944315 CPUtime=0.27 cores=1,3,5,7
/proc/16121/task/16179/stat : 16179 (java) S 16118 16121 9865 0 -1 1077944384 14315 13269 0 0 15 5 5 2 20 0 15 0 407550743 11107291136 491812 33554432000 4194304 4196468 140727385440608 140718343002352 140718867589762 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31354880 140727385447157 140727385449669 140727385449669 140727385452495 0
[pid=16121/tid=16180] ppid=16118 vsize=10846964 memory=1967248 CPUtime=0.07 cores=1,3,5,7
/proc/16121/task/16180/stat : 16180 (java) S 16118 16121 9865 0 -1 1077944384 52 13269 0 0 0 0 5 2 20 0 15 0 407550744 11107291136 491812 33554432000 4194304 4196468 140727385440608 140718341948704 140718867588821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31354880 140727385447157 140727385449669 140727385449669 140727385452495 0
[pid=16121/tid=16181] ppid=16118 vsize=10846964 memory=9580 CPUtime=0.07 cores=1,3,5,7
/proc/16121/task/16181/stat : 16181 (java) S 16118 16121 9865 0 -1 1077944384 19 13269 0 0 0 0 5 2 20 0 15 0 407550744 11107291136 491812 33554432000 4194304 4196468 140727385440608 140717959668480 140718867588821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31354880 140727385447157 140727385449669 140727385449669 140727385452495 0
[pid=16121/tid=16182] ppid=16118 vsize=10846964 memory=1052 CPUtime=0.07 cores=1,3,5,7
/proc/16121/task/16182/stat : 16182 (java) S 16118 16121 9865 0 -1 1077944384 3 13269 0 0 0 0 5 2 20 0 15 0 407550747 11107291136 491812 33554432000 4194304 4196468 140727385440608 140717450942416 140718867597211 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31354880 140727385447157 140727385449669 140727385449669 140727385452495 0
[pid=16121/tid=16183] ppid=16118 vsize=10846964 memory=6791534058613427641 CPUtime=6.39 cores=1,3,5,7
/proc/16121/task/16183/stat : 16183 (java) S 16118 16121 9865 0 -1 1077944384 43079 13269 0 0 624 8 5 2 20 0 15 0 407550747 11107291136 491812 33554432000 4194304 4196468 140727385440608 140718308391664 140718867589762 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31354880 140727385447157 140727385449669 140727385449669 140727385452495 0
[pid=16121/tid=16184] ppid=16118 vsize=10846964 memory=1967248 CPUtime=5.12 cores=1,3,5,7
/proc/16121/task/16184/stat : 16184 (java) S 16118 16121 9865 0 -1 1077944384 29955 13269 0 0 499 6 5 2 20 0 15 0 407550747 11107291136 491812 33554432000 4194304 4196468 140727385440608 140718307339120 140718867589762 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31354880 140727385447157 140727385449669 140727385449669 140727385452495 0
[pid=16121/tid=16185] ppid=16118 vsize=10846964 memory=1620 CPUtime=3.83 cores=1,3,5,7
/proc/16121/task/16185/stat : 16185 (java) S 16118 16121 9865 0 -1 1077944384 39561 13269 0 0 369 7 5 2 20 0 15 0 407550747 11107291136 491812 33554432000 4194304 4196468 140727385440608 140718306286064 140718867589762 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31354880 140727385447157 140727385449669 140727385449669 140727385452495 0
[pid=16121/tid=16186] ppid=16118 vsize=10846964 memory=8317482817917895235 CPUtime=0.07 cores=1,3,5,7
/proc/16121/task/16186/stat : 16186 (java) S 16118 16121 9865 0 -1 1077944384 3 13269 0 0 0 0 5 2 20 0 15 0 407550747 11107291136 491812 33554432000 4194304 4196468 140727385440608 140717417384800 140718867588821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31354880 140727385447157 140727385449669 140727385449669 140727385452495 0
[pid=16121/tid=16187] ppid=16118 vsize=10846964 memory=4872558044660077418 CPUtime=0.48 cores=1,3,5,7
/proc/16121/task/16187/stat : 16187 (java) S 16118 16121 9865 0 -1 1077944384 938 13269 0 0 18 23 5 2 20 0 15 0 407550747 11107291136 491812 33554432000 4194304 4196468 140727385440608 140718305233456 140718867589762 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 31354880 140727385447157 140727385449669 140727385449669 140727385452495 0
Current children cumulated CPU time: 1075.67 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 1967248 KiB

[startup+1058.8 s]
/proc/loadavg: 1.70 1.70 1.74 3/228 16287
/proc/meminfo: memFree=18570164/32770624 swapFree=66939824/67108860
[pid=16121] ppid=16118 vsize=10846964 memory=1967248 CPUtime=1076.07 cores=1,3,5,7
/proc/16121/stat : 16121 (java) S 16118 16121 9865 0 -1 1077944320 242314 13269 0 0 107461 139 5 2 20 0 15 0 407550732 11107291136 491812 33554432000 4194304 4196468 140727385440608 140727385423152 140718867578615 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 31354880 140727385447157 140727385449669 140727385449669 140727385452495 0
/proc/16121/statm: 2711741 491812 3621 1 0 2673805 0
[pid=16121/tid=16174] ppid=16118 vsize=10846964 memory=288230596050944315 CPUtime=1057.99 cores=1,3,5,7
/proc/16121/task/16174/stat : 16174 (java) R 16118 16121 9865 0 -1 4202560 78618 13269 0 0 105753 39 5 2 20 0 15 0 407550741 11107291136 491812 33554432000 4194304 4196468 140727385440608 140718839402240 140718451224832 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31354880 140727385447157 140727385449669 140727385449669 140727385452495 0
[pid=16121/tid=16175] ppid=16118 vsize=10846964 memory=15817794159643255 CPUtime=0.62 cores=1,3,5,7
/proc/16121/task/16175/stat : 16175 (java) S 16118 16121 9865 0 -1 1077944384 12910 13269 0 0 41 14 5 2 20 0 15 0 407550742 11107291136 491812 33554432000 4194304 4196468 140727385440608 140718871821328 140718867588821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31354880 140727385447157 140727385449669 140727385449669 140727385452495 0
[pid=16121/tid=16176] ppid=16118 vsize=10846964 memory=3300 CPUtime=0.64 cores=1,3,5,7
/proc/16121/task/16176/stat : 16176 (java) S 16118 16121 9865 0 -1 1077944384 5735 13269 0 0 44 13 5 2 20 0 15 0 407550742 11107291136 491812 33554432000 4194304 4196468 140727385440608 140718770711696 140718867588821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31354880 140727385447157 140727385449669 140727385449669 140727385452495 0
[pid=16121/tid=16177] ppid=16118 vsize=10846964 memory=1832404 CPUtime=0.64 cores=1,3,5,7
/proc/16121/task/16177/stat : 16177 (java) S 16118 16121 9865 0 -1 1077944384 4930 13269 0 0 44 13 5 2 20 0 15 0 407550742 11107291136 491812 33554432000 4194304 4196468 140727385440608 140718769658640 140718867588821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31354880 140727385447157 140727385449669 140727385449669 140727385452495 0
[pid=16121/tid=16178] ppid=16118 vsize=10846964 memory=1412 CPUtime=0.62 cores=1,3,5,7
/proc/16121/task/16178/stat : 16178 (java) S 16118 16121 9865 0 -1 1077944384 9990 13269 0 0 41 14 5 2 20 0 15 0 407550742 11107291136 491812 33554432000 4194304 4196468 140727385440608 140718768606096 140718867588821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31354880 140727385447157 140727385449669 140727385449669 140727385452495 0
[pid=16121/tid=16179] ppid=16118 vsize=10846964 memory=6791534058613427641 CPUtime=0.27 cores=1,3,5,7
/proc/16121/task/16179/stat : 16179 (java) S 16118 16121 9865 0 -1 1077944384 14317 13269 0 0 15 5 5 2 20 0 15 0 407550743 11107291136 491812 33554432000 4194304 4196468 140727385440608 140718343002352 140718867589762 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31354880 140727385447157 140727385449669 140727385449669 140727385452495 0
[pid=16121/tid=16180] ppid=16118 vsize=10846964 memory=1620 CPUtime=0.07 cores=1,3,5,7
/proc/16121/task/16180/stat : 16180 (java) S 16118 16121 9865 0 -1 1077944384 52 13269 0 0 0 0 5 2 20 0 15 0 407550744 11107291136 491812 33554432000 4194304 4196468 140727385440608 140718341948704 140718867588821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31354880 140727385447157 140727385449669 140727385449669 140727385452495 0
[pid=16121/tid=16181] ppid=16118 vsize=10846964 memory=8317482817917895235 CPUtime=0.07 cores=1,3,5,7
/proc/16121/task/16181/stat : 16181 (java) S 16118 16121 9865 0 -1 1077944384 19 13269 0 0 0 0 5 2 20 0 15 0 407550744 11107291136 491812 33554432000 4194304 4196468 140727385440608 140717959668480 140718867588821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31354880 140727385447157 140727385449669 140727385449669 140727385452495 0
[pid=16121/tid=16182] ppid=16118 vsize=10846964 memory=4872558044660077418 CPUtime=0.07 cores=1,3,5,7
/proc/16121/task/16182/stat : 16182 (java) S 16118 16121 9865 0 -1 1077944384 3 13269 0 0 0 0 5 2 20 0 15 0 407550747 11107291136 491812 33554432000 4194304 4196468 140727385440608 140717450942416 140718867597211 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31354880 140727385447157 140727385449669 140727385449669 140727385452495 0
[pid=16121/tid=16183] ppid=16118 vsize=10846964 memory=2832 CPUtime=6.39 cores=1,3,5,7
/proc/16121/task/16183/stat : 16183 (java) S 16118 16121 9865 0 -1 1077944384 43079 13269 0 0 624 8 5 2 20 0 15 0 407550747 11107291136 491812 33554432000 4194304 4196468 140727385440608 140718308391664 140718867589762 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31354880 140727385447157 140727385449669 140727385449669 140727385452495 0
[pid=16121/tid=16184] ppid=16118 vsize=10846964 memory=668 CPUtime=5.12 cores=1,3,5,7
/proc/16121/task/16184/stat : 16184 (java) S 16118 16121 9865 0 -1 1077944384 29955 13269 0 0 499 6 5 2 20 0 15 0 407550747 11107291136 491812 33554432000 4194304 4196468 140727385440608 140718307339120 140718867589762 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31354880 140727385447157 140727385449669 140727385449669 140727385452495 0
[pid=16121/tid=16185] ppid=16118 vsize=10846964 memory=1232 CPUtime=3.83 cores=1,3,5,7
/proc/16121/task/16185/stat : 16185 (java) S 16118 16121 9865 0 -1 1077944384 39561 13269 0 0 369 7 5 2 20 0 15 0 407550747 11107291136 491812 33554432000 4194304 4196468 140727385440608 140718306286064 140718867589762 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31354880 140727385447157 140727385449669 140727385449669 140727385452495 0
[pid=16121/tid=16186] ppid=16118 vsize=10846964 memory=6791534058613427641 CPUtime=0.07 cores=1,3,5,7
/proc/16121/task/16186/stat : 16186 (java) S 16118 16121 9865 0 -1 1077944384 3 13269 0 0 0 0 5 2 20 0 15 0 407550747 11107291136 491812 33554432000 4194304 4196468 140727385440608 140717417384800 140718867588821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31354880 140727385447157 140727385449669 140727385449669 140727385452495 0
[pid=16121/tid=16187] ppid=16118 vsize=10846964 memory=1967248 CPUtime=0.48 cores=1,3,5,7
/proc/16121/task/16187/stat : 16187 (java) S 16118 16121 9865 0 -1 1077944384 938 13269 0 0 18 23 5 2 20 0 15 0 407550747 11107291136 491812 33554432000 4194304 4196468 140727385440608 140718305233456 140718867589762 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 31354880 140727385447157 140727385449669 140727385449669 140727385452495 0
Current children cumulated CPU time: 1076.07 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 1967248 KiB

[startup+1059 s]*
/proc/loadavg: 1.70 1.70 1.74 3/228 16287
/proc/meminfo: memFree=18570164/32770624 swapFree=66939824/67108860
[pid=16121] ppid=16118 vsize=10846964 memory=1967248 CPUtime=1076.28 cores=1,3,5,7
/proc/16121/stat : 16121 (java) S 16118 16121 9865 0 -1 1077944320 243526 13269 0 0 107482 139 5 2 20 0 15 0 407550732 11107291136 491812 33554432000 4194304 4196468 140727385440608 140727385423152 140718867578615 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 31354880 140727385447157 140727385449669 140727385449669 140727385452495 0
/proc/16121/statm: 2711741 491812 3621 1 0 2673805 0
[pid=16121/tid=16174] ppid=16118 vsize=10846964 memory=8317482817917895235 CPUtime=1058.2 cores=1,3,5,7
/proc/16121/task/16174/stat : 16174 (java) R 16118 16121 9865 0 -1 4202560 78621 13269 0 0 105774 39 5 2 20 0 15 0 407550741 11107291136 491812 33554432000 4194304 4196468 140727385440608 140718839413856 140718451222283 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31354880 140727385447157 140727385449669 140727385449669 140727385452495 0
[pid=16121/tid=16175] ppid=16118 vsize=10846964 memory=4872558044660077418 CPUtime=0.62 cores=1,3,5,7
/proc/16121/task/16175/stat : 16175 (java) S 16118 16121 9865 0 -1 1077944384 12927 13269 0 0 41 14 5 2 20 0 15 0 407550742 11107291136 491812 33554432000 4194304 4196468 140727385440608 140718871821328 140718867588821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31354880 140727385447157 140727385449669 140727385449669 140727385452495 0
[pid=16121/tid=16176] ppid=16118 vsize=10846964 memory=20948 CPUtime=0.64 cores=1,3,5,7
/proc/16121/task/16176/stat : 16176 (java) S 16118 16121 9865 0 -1 1077944384 5741 13269 0 0 44 13 5 2 20 0 15 0 407550742 11107291136 491812 33554432000 4194304 4196468 140727385440608 140718770711696 140718867588821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31354880 140727385447157 140727385449669 140727385449669 140727385452495 0
[pid=16121/tid=16177] ppid=16118 vsize=10846964 memory=14056 CPUtime=0.64 cores=1,3,5,7
/proc/16121/task/16177/stat : 16177 (java) S 16118 16121 9865 0 -1 1077944384 5006 13269 0 0 44 13 5 2 20 0 15 0 407550742 11107291136 491812 33554432000 4194304 4196468 140727385440608 140718769658640 140718867588821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31354880 140727385447157 140727385449669 140727385449669 140727385452495 0
[pid=16121/tid=16178] ppid=16118 vsize=10846964 memory=2116 CPUtime=0.62 cores=1,3,5,7
/proc/16121/task/16178/stat : 16178 (java) S 16118 16121 9865 0 -1 1077944384 11067 13269 0 0 41 14 5 2 20 0 15 0 407550742 11107291136 491812 33554432000 4194304 4196468 140727385440608 140718768606096 140718867588821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31354880 140727385447157 140727385449669 140727385449669 140727385452495 0
[pid=16121/tid=16179] ppid=16118 vsize=10846964 memory=520 CPUtime=0.27 cores=1,3,5,7
/proc/16121/task/16179/stat : 16179 (java) S 16118 16121 9865 0 -1 1077944384 14350 13269 0 0 15 5 5 2 20 0 15 0 407550743 11107291136 491812 33554432000 4194304 4196468 140727385440608 140718343002352 140718867589762 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31354880 140727385447157 140727385449669 140727385449669 140727385452495 0
[pid=16121/tid=16180] ppid=16118 vsize=10846964 memory=1560 CPUtime=0.07 cores=1,3,5,7
/proc/16121/task/16180/stat : 16180 (java) S 16118 16121 9865 0 -1 1077944384 52 13269 0 0 0 0 5 2 20 0 15 0 407550744 11107291136 491812 33554432000 4194304 4196468 140727385440608 140718341948704 140718867588821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31354880 140727385447157 140727385449669 140727385449669 140727385452495 0
[pid=16121/tid=16181] ppid=16118 vsize=10846964 memory=924 CPUtime=0.07 cores=1,3,5,7
/proc/16121/task/16181/stat : 16181 (java) S 16118 16121 9865 0 -1 1077944384 19 13269 0 0 0 0 5 2 20 0 15 0 407550744 11107291136 491812 33554432000 4194304 4196468 140727385440608 140717959668480 140718867588821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31354880 140727385447157 140727385449669 140727385449669 140727385452495 0
[pid=16121/tid=16182] ppid=16118 vsize=10846964 memory=3688 CPUtime=0.07 cores=1,3,5,7
/proc/16121/task/16182/stat : 16182 (java) S 16118 16121 9865 0 -1 1077944384 3 13269 0 0 0 0 5 2 20 0 15 0 407550747 11107291136 491812 33554432000 4194304 4196468 140727385440608 140717450942416 140718867597211 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31354880 140727385447157 140727385449669 140727385449669 140727385452495 0
[pid=16121/tid=16183] ppid=16118 vsize=10846964 memory=1984 CPUtime=6.39 cores=1,3,5,7
/proc/16121/task/16183/stat : 16183 (java) S 16118 16121 9865 0 -1 1077944384 43079 13269 0 0 624 8 5 2 20 0 15 0 407550747 11107291136 491812 33554432000 4194304 4196468 140727385440608 140718308391664 140718867589762 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31354880 140727385447157 140727385449669 140727385449669 140727385452495 0
[pid=16121/tid=16184] ppid=16118 vsize=10846964 memory=1440 CPUtime=5.12 cores=1,3,5,7
/proc/16121/task/16184/stat : 16184 (java) S 16118 16121 9865 0 -1 1077944384 29955 13269 0 0 499 6 5 2 20 0 15 0 407550747 11107291136 491812 33554432000 4194304 4196468 140727385440608 140718307339120 140718867589762 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31354880 140727385447157 140727385449669 140727385449669 140727385452495 0
[pid=16121/tid=16185] ppid=16118 vsize=10846964 memory=804 CPUtime=3.83 cores=1,3,5,7
/proc/16121/task/16185/stat : 16185 (java) S 16118 16121 9865 0 -1 1077944384 39561 13269 0 0 369 7 5 2 20 0 15 0 407550747 11107291136 491812 33554432000 4194304 4196468 140727385440608 140718306286064 140718867589762 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31354880 140727385447157 140727385449669 140727385449669 140727385452495 0
[pid=16121/tid=16186] ppid=16118 vsize=10846964 memory=2580 CPUtime=0.07 cores=1,3,5,7
/proc/16121/task/16186/stat : 16186 (java) S 16118 16121 9865 0 -1 1077944384 3 13269 0 0 0 0 5 2 20 0 15 0 407550747 11107291136 491812 33554432000 4194304 4196468 140727385440608 140717417384800 140718867588821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31354880 140727385447157 140727385449669 140727385449669 140727385452495 0
[pid=16121/tid=16187] ppid=16118 vsize=10846964 memory=6791534058613427641 CPUtime=0.48 cores=1,3,5,7
/proc/16121/task/16187/stat : 16187 (java) S 16118 16121 9865 0 -1 1077944384 938 13269 0 0 18 23 5 2 20 0 15 0 407550747 11107291136 491812 33554432000 4194304 4196468 140727385440608 140718305233456 140718867589762 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 31354880 140727385447157 140727385449669 140727385449669 140727385452495 0
Current children cumulated CPU time: 1076.28 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 1967248 KiB

Child status: 0
Real time (s): 1059.11
CPU time (s): 1076.41
CPU user time (s): 1074.97
CPU system time (s): 1.44014
CPU usage (%): 101.633
Max. virtual memory (cumulated for all children) (KiB): 10847580
Max. memory (cumulated for all children) (KiB): 2177416

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1074.97
system time used= 1.44014
maximum resident set size= 2179464
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 257541
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1544
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 41915
involuntary context switches= 497


# summary of solver processes directly reported to runsolver:
#   pid: 16121
#   total CPU time (s): 1076.41
#   total CPU user time (s): 1074.97
#   total CPU system time (s): 1.44014

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.64623 second user time and 8.34018 second system time

The end

Launcher Data

Begin job on node119 at 2019-09-12 21:25:18
IDJOB=4392155
IDBENCH=128028
IDSOLVER=2837
FILE ID=node119/4392155-1568316358
RUNJOBID= node119-1568306047-10998
PBS_JOBID= 21701106
Free space on /tmp= 57232 MiB

SOLVER NAME= Concrete 3.10
BENCH NAME= XCSP17/PrizeCollecting/PrizeCollecting-jok-s1/PrizeCollecting-24-4-6-4.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4392155-1568316358/watcher-4392155-1568316358 -o /tmp/evaluation-result-4392155-1568316358/solver-4392155-1568316358 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node119-1568306047-10998 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=1006816676 HOME/instance-4392155-1568316358.xml

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

MD5SUM BENCH= e870fb3a9053f33a7d0d8e73b49cdad7
RANDOM SEED=1006816676

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:        20546444 kB
MemAvailable:   29994664 kB
Buffers:          161812 kB
Cached:          9510648 kB
SwapCached:        61084 kB
Active:          4089468 kB
Inactive:        7451616 kB
Active(anon):    1807612 kB
Inactive(anon):   102704 kB
Active(file):    2281856 kB
Inactive(file):  7348912 kB
Unevictable:      107484 kB
Mlocked:          107484 kB
SwapTotal:      67108860 kB
SwapFree:       66939824 kB
Dirty:             35504 kB
Writeback:             0 kB
AnonPages:       1969820 kB
Mapped:            56836 kB
Shmem:             32808 kB
Slab:             274460 kB
SReclaimable:     245912 kB
SUnreclaim:        28548 kB
KernelStack:        3984 kB
PageTables:         9456 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2932900 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1785856 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 /tmp at the end= 57200 MiB
End job on node119 at 2019-09-12 21:42:58