Trace number 4403090

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.3OPT20 523.659 511.825

General information on the benchmark

NamePrizeCollecting/PrizeCollecting-jok-s1/
PrizeCollecting-20-4-5-8.xml
MD5SUMcc4f118531160cfe6c95c1294546deff
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark20
Best CPU time to get the best result obtained on this benchmark13.7083
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of constraints81
Number of domains21
Minimum domain size4
Maximum domain size21
Distribution of domain sizes[{"size":4,"count":7},{"size":5,"count":7},{"size":6,"count":6},{"size":21,"count":40}]
Minimum variable degree2
Maximum variable degree23
Distribution of variable degrees[{"degree":2,"count":20},{"degree":21,"count":19},{"degree":22,"count":1},{"degree":23,"count":20}]
Minimum constraint arity1
Maximum constraint arity21
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":40},{"arity":20,"count":20},{"arity":21,"count":20}]
Number of extensional constraints40
Number of intensional constraints21
Distribution of constraint types[{"type":"extension","count":40},{"type":"intension","count":21},{"type":"count","count":20}]
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.78/0.55	c Concrete v3.12.3.1568965526260 running
16.72/8.52	o -4969
16.72/8.55	o -4966
16.95/8.60	o -3973
16.95/8.62	o -3964
16.95/8.68	o -2971
17.79/9.28	o -1976
24.16/14.99	o -991
24.80/15.60	o -986
25.12/15.83	o -977
25.98/16.68	o -975
27.92/18.43	o -969
202.96/192.35	o -967
217.19/206.56	o -965
217.89/207.30	o 20
523.51/511.80	v <instantiation
523.51/511.80	v         cost = '20'>
523.51/511.80	v       <list>
523.51/511.80	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] 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] 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]
523.51/511.80	v       </list>
523.51/511.80	v       <values>
523.51/511.80	v         5 0 1 2 -1 10 -1 8 3 -1 15 -1 7 12 13 16 17 18 19 14 0 15 14 13 -1 1 -1 11 12 -1 2 -1 10 9 8 3 4 5 6 7 1 -5 0 -2 0 -2 0 2 5 0 3 0 3 -4 2 6 3 2 2 4
523.51/511.80	v       </values>
523.51/511.80	v     </instantiation>
523.51/511.80	s OPTIMUM FOUND

Verifier Data

OK	20

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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4403090-1568974892/watcher-4403090-1568974892 -o /var/tmp/evaluation-result-4403090-1568974892/solver-4403090-1568974892 -C 2400 -W 2500 -M 15500 --bin-var /var/tmp/runsolver-exch-node119-1568967598-14413 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=1308241223 HOME/instance-4403090-1568974892.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=16769, runsolver pid=16766

[startup+0.100062 s]*
/proc/loadavg: 1.47 1.41 1.40 5/218 16826
/proc/meminfo: memFree=3500528/32770624 swapFree=66953184/67108860
[pid=16769] ppid=16766 vsize=9972712 memory=18856 CPUtime=0.08 cores=1,3,5,7
/proc/16769/stat : 16769 (java) S 16766 16769 14381 0 -1 1077944320 4456 13089 0 0 1 0 5 2 20 0 6 0 473404038 10212057088 4714 33554432000 4194304 4196468 140733029608848 140733029591392 140146807574263 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 7569408 140733029616227 140733029618869 140733029618869 140733029621711 0
/proc/16769/statm: 2493178 4714 1934 1 0 2481616 0
[pid=16769/tid=16822] ppid=16766 vsize=9989820 memory=7892391828772250251 CPUtime=0.08 cores=1,3,5,7
/proc/16769/task/16822/stat : 16822 (java) R 16766 16769 14381 0 -1 4202560 2302 13089 0 0 1 0 5 2 20 0 7 0 473404046 10229575680 4780 33554432000 4194304 4196468 140733029608848 140146779417216 140146807584469 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7569408 140733029616227 140733029618869 140733029618869 140733029621711 0
[pid=16769/tid=16823] ppid=16766 vsize=10055356 memory=-9181546050914066336 CPUtime=0.07 cores=1,3,5,7
/proc/16769/task/16823/stat : 16823 (java) S 16766 16769 14381 0 -1 1077944384 1 13089 0 0 0 0 5 2 20 0 7 0 473404047 10296684544 4780 33554432000 4194304 4196468 140733029608848 140146811816976 140146807584469 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7569408 140733029616227 140733029618869 140733029618869 140733029621711 0
[pid=16769/tid=16824] ppid=16766 vsize=10055356 memory=140431057118848 CPUtime=0.07 cores=1,3,5,7
/proc/16769/task/16824/stat : 16824 (java) S 16766 16769 14381 0 -1 1077944384 1 13089 0 0 0 0 5 2 20 0 7 0 473404047 10296684544 4780 33554432000 4194304 4196468 140733029608848 140146730568848 140146807584469 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7569408 140733029616227 140733029618869 140733029618869 140733029621711 0
[pid=16769/tid=16825] ppid=16766 vsize=10055356 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16769/task/16825/stat : 16825 (java) S 16766 16769 14381 0 -1 1077944384 2 13089 0 0 0 0 5 2 20 0 7 0 473404047 10296684544 4780 33554432000 4194304 4196468 140733029608848 140146379774736 140146807584469 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7569408 140733029616227 140733029618869 140733029618869 140733029621711 0
[pid=16769/tid=16826] ppid=16766 vsize=10055356 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/16769/task/16826/stat : 16826 (java) S 16766 16769 14381 0 -1 1077944384 2 13089 0 0 0 0 5 2 20 0 7 0 473404047 10296684544 4780 33554432000 4194304 4196468 140733029608848 140146378722192 140146807584469 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7569408 140733029616227 140733029618869 140733029618869 140733029621711 0
[pid=16769/tid=16827] ppid=16766 vsize=10055356 memory=140431057118848 CPUtime=0.07 cores=1,3,5,7
/proc/16769/task/16827/stat : 16827 (java) S 16766 16769 14381 0 -1 1077944384 2 13089 0 0 0 0 5 2 20 0 7 0 473404048 10296684544 4780 33554432000 4194304 4196468 140733029608848 140146334144752 140146807585410 0 0 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7569408 140733029616227 140733029618869 140733029618869 140733029621711 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18856 KiB

[startup+0.209933 s]*
/proc/loadavg: 1.47 1.41 1.40 6/227 16835
/proc/meminfo: memFree=3470560/32770624 swapFree=66953184/67108860
[pid=16769] ppid=16766 vsize=10820196 memory=47740 CPUtime=0.26 cores=1,3,5,7
/proc/16769/stat : 16769 (java) S 16766 16769 14381 0 -1 1077944320 7236 13089 0 0 17 2 5 2 20 0 15 0 473404038 11079880704 11935 33554432000 4194304 4196468 140733029608848 140733029591392 140146807574263 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 7569408 140733029616227 140733029618869 140733029618869 140733029621711 0
/proc/16769/statm: 2705049 11935 3301 1 0 2667149 0
[pid=16769/tid=16822] ppid=16766 vsize=10820196 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/16769/task/16822/stat : 16822 (java) R 16766 16769 14381 0 -1 4202560 3846 13089 0 0 11 1 5 2 20 0 15 0 473404046 11079880704 11980 33554432000 4194304 4196468 140733029608848 140146779377264 140146800291367 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7569408 140733029616227 140733029618869 140733029618869 140733029621711 0
[pid=16769/tid=16823] ppid=16766 vsize=10820196 memory=365 CPUtime=0.07 cores=1,3,5,7
/proc/16769/task/16823/stat : 16823 (java) S 16766 16769 14381 0 -1 1077944384 1 13089 0 0 0 0 5 2 20 0 15 0 473404047 11079880704 11980 33554432000 4194304 4196468 140733029608848 140146811816976 140146807584469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7569408 140733029616227 140733029618869 140733029618869 140733029621711 0
[pid=16769/tid=16824] ppid=16766 vsize=10820196 memory=140431060666012 CPUtime=0.07 cores=1,3,5,7
/proc/16769/task/16824/stat : 16824 (java) S 16766 16769 14381 0 -1 1077944384 1 13089 0 0 0 0 5 2 20 0 15 0 473404047 11079880704 11980 33554432000 4194304 4196468 140733029608848 140146730568848 140146807584469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7569408 140733029616227 140733029618869 140733029618869 140733029621711 0
[pid=16769/tid=16825] ppid=16766 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16769/task/16825/stat : 16825 (java) S 16766 16769 14381 0 -1 1077944384 2 13089 0 0 0 0 5 2 20 0 15 0 473404047 11079880704 11980 33554432000 4194304 4196468 140733029608848 140146379774736 140146807584469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7569408 140733029616227 140733029618869 140733029618869 140733029621711 0
[pid=16769/tid=16826] ppid=16766 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/16769/task/16826/stat : 16826 (java) S 16766 16769 14381 0 -1 1077944384 2 13089 0 0 0 0 5 2 20 0 15 0 473404047 11079880704 11980 33554432000 4194304 4196468 140733029608848 140146378722192 140146807584469 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7569408 140733029616227 140733029618869 140733029618869 140733029621711 0
[pid=16769/tid=16827] ppid=16766 vsize=10820196 memory=140431057118848 CPUtime=0.07 cores=1,3,5,7
/proc/16769/task/16827/stat : 16827 (java) S 16766 16769 14381 0 -1 1077944384 2 13089 0 0 0 0 5 2 20 0 15 0 473404048 11079880704 11980 33554432000 4194304 4196468 140733029608848 140146334144752 140146807585410 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7569408 140733029616227 140733029618869 140733029618869 140733029621711 0
[pid=16769/tid=16828] ppid=16766 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/16769/task/16828/stat : 16828 (java) S 16766 16769 14381 0 -1 1077944384 13 13089 0 0 0 0 5 2 20 0 15 0 473404049 11079880704 11980 33554432000 4194304 4196468 140733029608848 140146259256480 140146807584469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7569408 140733029616227 140733029618869 140733029618869 140733029621711 0
[pid=16769/tid=16829] ppid=16766 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16769/task/16829/stat : 16829 (java) S 16766 16769 14381 0 -1 1077944384 1 13089 0 0 0 0 5 2 20 0 15 0 473404049 11079880704 11980 33554432000 4194304 4196468 140733029608848 140146125038320 140146807584469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7569408 140733029616227 140733029618869 140733029618869 140733029621711 0
[pid=16769/tid=16830] ppid=16766 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16769/task/16830/stat : 16830 (java) S 16766 16769 14381 0 -1 1077944384 2 13089 0 0 0 0 5 2 20 0 15 0 473404052 11079880704 11980 33554432000 4194304 4196468 140733029608848 140145521059792 140146807592859 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7569408 140733029616227 140733029618869 140733029618869 140733029621711 0
[pid=16769/tid=16831] ppid=16766 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16769/task/16831/stat : 16831 (java) S 16766 16769 14381 0 -1 1077944384 347 13089 0 0 1 0 5 2 20 0 15 0 473404052 11079880704 11980 33554432000 4194304 4196468 140733029608848 140146333092592 140146807585410 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7569408 140733029616227 140733029618869 140733029618869 140733029621711 0
[pid=16769/tid=16832] ppid=16766 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/16769/task/16832/stat : 16832 (java) S 16766 16769 14381 0 -1 1077944384 317 13089 0 0 1 0 5 2 20 0 15 0 473404052 11079880704 11980 33554432000 4194304 4196468 140733029608848 140146332040048 140146807585410 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7569408 140733029616227 140733029618869 140733029618869 140733029621711 0
[pid=16769/tid=16833] ppid=16766 vsize=10820196 memory=140431057118848 CPUtime=0.1 cores=1,3,5,7
/proc/16769/task/16833/stat : 16833 (java) R 16766 16769 14381 0 -1 4202560 617 13089 0 0 3 0 5 2 20 0 15 0 473404052 11079880704 11980 33554432000 4194304 4196468 140733029608848 140146330986992 140146791654750 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7569408 140733029616227 140733029618869 140733029618869 140733029621711 0
[pid=16769/tid=16834] ppid=16766 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/16769/task/16834/stat : 16834 (java) S 16766 16769 14381 0 -1 1077944384 3 13089 0 0 0 0 5 2 20 0 15 0 473404052 11079880704 11980 33554432000 4194304 4196468 140733029608848 140145051298656 140146807584469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7569408 140733029616227 140733029618869 140733029618869 140733029621711 0
[pid=16769/tid=16835] ppid=16766 vsize=10820196 memory=140431057118848 CPUtime=0.07 cores=1,3,5,7
/proc/16769/task/16835/stat : 16835 (java) S 16766 16769 14381 0 -1 1077944384 1 13089 0 0 0 0 5 2 20 0 15 0 473404052 11079880704 11980 33554432000 4194304 4196468 140733029608848 140146329934384 140146807585410 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7569408 140733029616227 140733029618869 140733029618869 140733029621711 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 47740 KiB

[startup+0.316652 s]*
/proc/loadavg: 1.47 1.41 1.40 5/227 16835
/proc/meminfo: memFree=3454312/32770624 swapFree=66953184/67108860
[pid=16769] ppid=16766 vsize=10820268 memory=56240 CPUtime=0.4 cores=1,3,5,7
/proc/16769/stat : 16769 (java) S 16766 16769 14381 0 -1 1077944320 10790 13089 0 0 30 3 5 2 20 0 15 0 473404038 11079954432 14060 33554432000 4194304 4196468 140733029608848 140733029591392 140146807574263 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 7569408 140733029616227 140733029618869 140733029618869 140733029621711 0
/proc/16769/statm: 2705067 14060 3312 1 0 2667149 0
[pid=16769/tid=16822] ppid=16766 vsize=10820268 memory=8317482817917895235 CPUtime=0.29 cores=1,3,5,7
/proc/16769/task/16822/stat : 16822 (java) R 16766 16769 14381 0 -1 4202560 7266 13089 0 0 20 2 5 2 20 0 15 0 473404046 11079954432 14126 33554432000 4194304 4196468 140733029608848 140146779388840 140146791654750 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7569408 140733029616227 140733029618869 140733029618869 140733029621711 0
[pid=16769/tid=16823] ppid=16766 vsize=10820268 memory=4872558044660077418 CPUtime=0.07 cores=1,3,5,7
/proc/16769/task/16823/stat : 16823 (java) S 16766 16769 14381 0 -1 1077944384 1 13089 0 0 0 0 5 2 20 0 15 0 473404047 11079954432 14126 33554432000 4194304 4196468 140733029608848 140146811816976 140146807584469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7569408 140733029616227 140733029618869 140733029618869 140733029621711 0
[pid=16769/tid=16824] ppid=16766 vsize=10820268 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16769/task/16824/stat : 16824 (java) S 16766 16769 14381 0 -1 1077944384 1 13089 0 0 0 0 5 2 20 0 15 0 473404047 11079954432 14126 33554432000 4194304 4196468 140733029608848 140146730568848 140146807584469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7569408 140733029616227 140733029618869 140733029618869 140733029621711 0
[pid=16769/tid=16825] ppid=16766 vsize=10820268 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16769/task/16825/stat : 16825 (java) S 16766 16769 14381 0 -1 1077944384 2 13089 0 0 0 0 5 2 20 0 15 0 473404047 11079954432 14126 33554432000 4194304 4196468 140733029608848 140146379774736 140146807584469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7569408 140733029616227 140733029618869 140733029618869 140733029621711 0
[pid=16769/tid=16826] ppid=16766 vsize=10820268 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16769/task/16826/stat : 16826 (java) S 16766 16769 14381 0 -1 1077944384 2 13089 0 0 0 0 5 2 20 0 15 0 473404047 11079954432 14126 33554432000 4194304 4196468 140733029608848 140146378722192 140146807584469 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7569408 140733029616227 140733029618869 140733029618869 140733029621711 0
[pid=16769/tid=16827] ppid=16766 vsize=10820268 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16769/task/16827/stat : 16827 (java) S 16766 16769 14381 0 -1 1077944384 2 13089 0 0 0 0 5 2 20 0 15 0 473404048 11079954432 14126 33554432000 4194304 4196468 140733029608848 140146334144752 140146807585410 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7569408 140733029616227 140733029618869 140733029618869 140733029621711 0
[pid=16769/tid=16828] ppid=16766 vsize=10820268 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16769/task/16828/stat : 16828 (java) S 16766 16769 14381 0 -1 1077944384 13 13089 0 0 0 0 5 2 20 0 15 0 473404049 11079954432 14126 33554432000 4194304 4196468 140733029608848 140146259256480 140146807584469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7569408 140733029616227 140733029618869 140733029618869 140733029621711 0
[pid=16769/tid=16829] ppid=16766 vsize=10820268 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/16769/task/16829/stat : 16829 (java) S 16766 16769 14381 0 -1 1077944384 1 13089 0 0 0 0 5 2 20 0 15 0 473404049 11079954432 14126 33554432000 4194304 4196468 140733029608848 140146125038320 140146807584469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7569408 140733029616227 140733029618869 140733029618869 140733029621711 0
[pid=16769/tid=16830] ppid=16766 vsize=10820268 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/16769/task/16830/stat : 16830 (java) S 16766 16769 14381 0 -1 1077944384 2 13089 0 0 0 0 5 2 20 0 15 0 473404052 11079954432 14126 33554432000 4194304 4196468 140733029608848 140145521059792 140146807592859 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7569408 140733029616227 140733029618869 140733029618869 140733029621711 0
[pid=16769/tid=16831] ppid=16766 vsize=10820268 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/16769/task/16831/stat : 16831 (java) S 16766 16769 14381 0 -1 1077944384 348 13089 0 0 2 0 5 2 20 0 15 0 473404052 11079954432 14126 33554432000 4194304 4196468 140733029608848 140146333092592 140146807585410 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7569408 140733029616227 140733029618869 140733029618869 140733029621711 0
[pid=16769/tid=16832] ppid=16766 vsize=10820268 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/16769/task/16832/stat : 16832 (java) S 16766 16769 14381 0 -1 1077944384 317 13089 0 0 1 0 5 2 20 0 15 0 473404052 11079954432 14126 33554432000 4194304 4196468 140733029608848 140146332040048 140146807585410 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7569408 140733029616227 140733029618869 140733029618869 140733029621711 0
[pid=16769/tid=16833] ppid=16766 vsize=10820268 memory=140431057118848 CPUtime=0.12 cores=1,3,5,7
/proc/16769/task/16833/stat : 16833 (java) S 16766 16769 14381 0 -1 1077944384 636 13089 0 0 5 0 5 2 20 0 15 0 473404052 11079954432 14126 33554432000 4194304 4196468 140733029608848 140146330986992 140146807585410 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7569408 140733029616227 140733029618869 140733029618869 140733029621711 0
[pid=16769/tid=16834] ppid=16766 vsize=10820268 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/16769/task/16834/stat : 16834 (java) S 16766 16769 14381 0 -1 1077944384 3 13089 0 0 0 0 5 2 20 0 15 0 473404052 11079954432 14126 33554432000 4194304 4196468 140733029608848 140145051298656 140146807584469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7569408 140733029616227 140733029618869 140733029618869 140733029621711 0
[pid=16769/tid=16835] ppid=16766 vsize=10820268 memory=140431057118848 CPUtime=0.07 cores=1,3,5,7
/proc/16769/task/16835/stat : 16835 (java) S 16766 16769 14381 0 -1 1077944384 1 13089 0 0 0 0 5 2 20 0 15 0 473404052 11079954432 14126 33554432000 4194304 4196468 140733029608848 140146329934384 140146807585410 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7569408 140733029616227 140733029618869 140733029618869 140733029621711 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820268 KiB
Current children cumulated memory: 56240 KiB

[startup+0.70085 s]
/proc/loadavg: 1.47 1.41 1.40 4/227 16835
/proc/meminfo: memFree=3437108/32770624 swapFree=66953184/67108860
[pid=16769] ppid=16766 vsize=10824364 memory=89736 CPUtime=1.16 cores=1,3,5,7
/proc/16769/stat : 16769 (java) S 16766 16769 14381 0 -1 1077944320 15138 13089 0 0 103 6 5 2 20 0 15 0 473404038 11084148736 22434 33554432000 4194304 4196468 140733029608848 140733029591392 140146807574263 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 7569408 140733029616227 140733029618869 140733029618869 140733029621711 0
/proc/16769/statm: 2706091 22434 3501 1 0 2668173 0
[pid=16769/tid=16822] ppid=16766 vsize=10824364 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/16769/task/16822/stat : 16822 (java) R 16766 16769 14381 0 -1 4202560 10493 13089 0 0 56 4 5 2 20 0 15 0 473404046 11084148736 22434 33554432000 4194304 4196468 140733029608848 140146779399520 140146807596189 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7569408 140733029616227 140733029618869 140733029618869 140733029621711 0
[pid=16769/tid=16823] ppid=16766 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16769/task/16823/stat : 16823 (java) S 16766 16769 14381 0 -1 1077944384 1 13089 0 0 0 0 5 2 20 0 15 0 473404047 11084148736 22434 33554432000 4194304 4196468 140733029608848 140146811816976 140146807584469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7569408 140733029616227 140733029618869 140733029618869 140733029621711 0
[pid=16769/tid=16824] ppid=16766 vsize=10824364 memory=2579664733953 CPUtime=0.07 cores=1,3,5,7
/proc/16769/task/16824/stat : 16824 (java) S 16766 16769 14381 0 -1 1077944384 1 13089 0 0 0 0 5 2 20 0 15 0 473404047 11084148736 22434 33554432000 4194304 4196468 140733029608848 140146730568848 140146807584469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7569408 140733029616227 140733029618869 140733029618869 140733029621711 0
[pid=16769/tid=16825] ppid=16766 vsize=10824364 memory=66508578 CPUtime=0.07 cores=1,3,5,7
/proc/16769/task/16825/stat : 16825 (java) S 16766 16769 14381 0 -1 1077944384 2 13089 0 0 0 0 5 2 20 0 15 0 473404047 11084148736 22434 33554432000 4194304 4196468 140733029608848 140146379774736 140146807584469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7569408 140733029616227 140733029618869 140733029618869 140733029621711 0
[pid=16769/tid=16826] ppid=16766 vsize=10824364 memory=-8556736300054502512 CPUtime=0.07 cores=1,3,5,7
/proc/16769/task/16826/stat : 16826 (java) S 16766 16769 14381 0 -1 1077944384 2 13089 0 0 0 0 5 2 20 0 15 0 473404047 11084148736 22434 33554432000 4194304 4196468 140733029608848 140146378722192 140146807584469 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7569408 140733029616227 140733029618869 140733029618869 140733029621711 0
[pid=16769/tid=16827] ppid=16766 vsize=10824364 memory=7012475509138481746 CPUtime=0.07 cores=1,3,5,7
/proc/16769/task/16827/stat : 16827 (java) S 16766 16769 14381 0 -1 1077944384 5 13089 0 0 0 0 5 2 20 0 15 0 473404048 11084148736 22434 33554432000 4194304 4196468 140733029608848 140146334144752 140146807585410 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7569408 140733029616227 140733029618869 140733029618869 140733029621711 0
[pid=16769/tid=16828] ppid=16766 vsize=10824364 memory=7079765693908151144 CPUtime=0.07 cores=1,3,5,7
/proc/16769/task/16828/stat : 16828 (java) S 16766 16769 14381 0 -1 1077944384 13 13089 0 0 0 0 5 2 20 0 15 0 473404049 11084148736 22434 33554432000 4194304 4196468 140733029608848 140146259256480 140146807584469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7569408 140733029616227 140733029618869 140733029618869 140733029621711 0
[pid=16769/tid=16829] ppid=16766 vsize=10824364 memory=14056 CPUtime=0.07 cores=1,3,5,7
/proc/16769/task/16829/stat : 16829 (java) S 16766 16769 14381 0 -1 1077944384 1 13089 0 0 0 0 5 2 20 0 15 0 473404049 11084148736 22434 33554432000 4194304 4196468 140733029608848 140146125038320 140146807584469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7569408 140733029616227 140733029618869 140733029618869 140733029621711 0
[pid=16769/tid=16830] ppid=16766 vsize=10824364 memory=2116 CPUtime=0.07 cores=1,3,5,7
/proc/16769/task/16830/stat : 16830 (java) S 16766 16769 14381 0 -1 1077944384 2 13089 0 0 0 0 5 2 20 0 15 0 473404052 11084148736 22434 33554432000 4194304 4196468 140733029608848 140145521059792 140146807592859 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7569408 140733029616227 140733029618869 140733029618869 140733029621711 0
[pid=16769/tid=16831] ppid=16766 vsize=10824364 memory=520 CPUtime=0.19 cores=1,3,5,7
/proc/16769/task/16831/stat : 16831 (java) S 16766 16769 14381 0 -1 1077944384 795 13089 0 0 12 0 5 2 20 0 15 0 473404052 11084148736 22434 33554432000 4194304 4196468 140733029608848 140146333092592 140146807585410 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7569408 140733029616227 140733029618869 140733029618869 140733029621711 0
[pid=16769/tid=16832] ppid=16766 vsize=10825388 memory=1560 CPUtime=0.23 cores=1,3,5,7
/proc/16769/task/16832/stat : 16832 (java) S 16766 16769 14381 0 -1 1077944384 790 13089 0 0 16 0 5 2 20 0 15 0 473404052 11085197312 22434 33554432000 4194304 4196468 140733029608848 140146332040048 140146807585410 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7569408 140733029616227 140733029618869 140733029618869 140733029621711 0
[pid=16769/tid=16833] ppid=16766 vsize=10825388 memory=924 CPUtime=0.24 cores=1,3,5,7
/proc/16769/task/16833/stat : 16833 (java) S 16766 16769 14381 0 -1 1077944384 823 13089 0 0 17 0 5 2 20 0 15 0 473404052 11085197312 22434 33554432000 4194304 4196468 140733029608848 140146330986992 140146807585410 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7569408 140733029616227 140733029618869 140733029618869 140733029621711 0
[pid=16769/tid=16834] ppid=16766 vsize=10825388 memory=3688 CPUtime=0.07 cores=1,3,5,7
/proc/16769/task/16834/stat : 16834 (java) S 16766 16769 14381 0 -1 1077944384 3 13089 0 0 0 0 5 2 20 0 15 0 473404052 11085197312 22434 33554432000 4194304 4196468 140733029608848 140145051298656 140146807584469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7569408 140733029616227 140733029618869 140733029618869 140733029621711 0
[pid=16769/tid=16835] ppid=16766 vsize=10825388 memory=1984 CPUtime=0.07 cores=1,3,5,7
/proc/16769/task/16835/stat : 16835 (java) S 16766 16769 14381 0 -1 1077944384 1 13089 0 0 0 0 5 2 20 0 15 0 473404052 11085197312 22499 33554432000 4194304 4196468 140733029608848 140146329934384 140146807585410 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7569408 140733029616227 140733029618869 140733029618869 140733029621711 0
Current children cumulated CPU time: 1.16 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 89736 KiB

[startup+1.50065 s]
/proc/loadavg: 1.47 1.41 1.40 6/227 16835
/proc/meminfo: memFree=3374264/32770624 swapFree=66953184/67108860
[pid=16769] ppid=16766 vsize=10834680 memory=203316 CPUtime=2.88 cores=1,3,5,7
/proc/16769/stat : 16769 (java) S 16766 16769 14381 0 -1 1077944320 25473 13089 0 0 269 12 5 2 20 0 15 0 473404038 11094712320 50829 33554432000 4194304 4196468 140733029608848 140733029591392 140146807574263 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 7569408 140733029616227 140733029618869 140733029618869 140733029621711 0
/proc/16769/statm: 2708670 50829 3587 1 0 2670733 0
[pid=16769/tid=16822] ppid=16766 vsize=10834680 memory=0 CPUtime=1.43 cores=1,3,5,7
/proc/16769/task/16822/stat : 16822 (java) R 16766 16769 14381 0 -1 4202560 16063 13089 0 0 130 6 5 2 20 0 15 0 473404046 11094712320 50829 33554432000 4194304 4196468 140733029608848 140146779393936 140146807596189 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7569408 140733029616227 140733029618869 140733029618869 140733029621711 0
[pid=16769/tid=16823] ppid=16766 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16769/task/16823/stat : 16823 (java) S 16766 16769 14381 0 -1 1077944384 32 13089 0 0 1 0 5 2 20 0 15 0 473404047 11094712320 50829 33554432000 4194304 4196468 140733029608848 140146811816976 140146807584469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7569408 140733029616227 140733029618869 140733029618869 140733029621711 0
[pid=16769/tid=16824] ppid=16766 vsize=10834680 memory=280861870478208 CPUtime=0.08 cores=1,3,5,7
/proc/16769/task/16824/stat : 16824 (java) S 16766 16769 14381 0 -1 1077944384 314 13089 0 0 1 0 5 2 20 0 15 0 473404047 11094712320 50829 33554432000 4194304 4196468 140733029608848 140146730568848 140146807584469 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7569408 140733029616227 140733029618869 140733029618869 140733029621711 0
[pid=16769/tid=16825] ppid=16766 vsize=10834680 memory=140430935247472 CPUtime=0.08 cores=1,3,5,7
/proc/16769/task/16825/stat : 16825 (java) S 16766 16769 14381 0 -1 1077944384 33 13089 0 0 1 0 5 2 20 0 15 0 473404047 11094712320 50829 33554432000 4194304 4196468 140733029608848 140146379774736 140146807584469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7569408 140733029616227 140733029618869 140733029618869 140733029621711 0
[pid=16769/tid=16826] ppid=16766 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16769/task/16826/stat : 16826 (java) S 16766 16769 14381 0 -1 1077944384 107 13089 0 0 1 0 5 2 20 0 15 0 473404047 11094712320 50829 33554432000 4194304 4196468 140733029608848 140146378722192 140146807584469 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7569408 140733029616227 140733029618869 140733029618869 140733029621711 0
[pid=16769/tid=16827] ppid=16766 vsize=10834680 memory=280861870489184 CPUtime=0.08 cores=1,3,5,7
/proc/16769/task/16827/stat : 16827 (java) S 16766 16769 14381 0 -1 1077944384 1366 13089 0 0 1 0 5 2 20 0 15 0 473404048 11094712320 50829 33554432000 4194304 4196468 140733029608848 140146334144752 140146807585410 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7569408 140733029616227 140733029618869 140733029618869 140733029621711 0
[pid=16769/tid=16828] ppid=16766 vsize=10834680 memory=15607911156877 CPUtime=0.07 cores=1,3,5,7
/proc/16769/task/16828/stat : 16828 (java) S 16766 16769 14381 0 -1 1077944384 14 13089 0 0 0 0 5 2 20 0 15 0 473404049 11094712320 50829 33554432000 4194304 4196468 140733029608848 140146259256544 140146807584469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7569408 140733029616227 140733029618869 140733029618869 140733029621711 0
[pid=16769/tid=16829] ppid=16766 vsize=10834680 memory=4951091520023455828 CPUtime=0.07 cores=1,3,5,7
/proc/16769/task/16829/stat : 16829 (java) S 16766 16769 14381 0 -1 1077944384 2 13089 0 0 0 0 5 2 20 0 15 0 473404049 11094712320 50829 33554432000 4194304 4196468 140733029608848 140146125038336 140146807584469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7569408 140733029616227 140733029618869 140733029618869 140733029621711 0
[pid=16769/tid=16830] ppid=16766 vsize=10834680 memory=4134606225630022328 CPUtime=0.07 cores=1,3,5,7
/proc/16769/task/16830/stat : 16830 (java) S 16766 16769 14381 0 -1 1077944384 2 13089 0 0 0 0 5 2 20 0 15 0 473404052 11094712320 50829 33554432000 4194304 4196468 140733029608848 140145521059792 140146807592859 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7569408 140733029616227 140733029618869 140733029618869 140733029621711 0
[pid=16769/tid=16831] ppid=16766 vsize=10834680 memory=-5153075247754915967 CPUtime=0.52 cores=1,3,5,7
/proc/16769/task/16831/stat : 16831 (java) S 16766 16769 14381 0 -1 1077944384 2080 13089 0 0 45 0 5 2 20 0 15 0 473404052 11094712320 50829 33554432000 4194304 4196468 140733029608848 140146333092592 140146807585410 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7569408 140733029616227 140733029618869 140733029618869 140733029621711 0
[pid=16769/tid=16832] ppid=16766 vsize=10834680 memory=3467828020905578353 CPUtime=0.54 cores=1,3,5,7
/proc/16769/task/16832/stat : 16832 (java) S 16766 16769 14381 0 -1 1077944384 1541 13089 0 0 47 0 5 2 20 0 15 0 473404052 11094712320 50829 33554432000 4194304 4196468 140733029608848 140146332040048 140146807585410 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7569408 140733029616227 140733029618869 140733029618869 140733029621711 0
[pid=16769/tid=16833] ppid=16766 vsize=10834680 memory=6655300316396806240 CPUtime=0.45 cores=1,3,5,7
/proc/16769/task/16833/stat : 16833 (java) S 16766 16769 14381 0 -1 1077944384 1709 13089 0 0 38 0 5 2 20 0 15 0 473404052 11094712320 50829 33554432000 4194304 4196468 140733029608848 140146330986992 140146807585410 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7569408 140733029616227 140733029618869 140733029618869 140733029621711 0
[pid=16769/tid=16834] ppid=16766 vsize=10834680 memory=-5153075247754915967 CPUtime=0.07 cores=1,3,5,7
/proc/16769/task/16834/stat : 16834 (java) S 16766 16769 14381 0 -1 1077944384 3 13089 0 0 0 0 5 2 20 0 15 0 473404052 11094712320 50829 33554432000 4194304 4196468 140733029608848 140145051298656 140146807584469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7569408 140733029616227 140733029618869 140733029618869 140733029621711 0
[pid=16769/tid=16835] ppid=16766 vsize=10834680 memory=-9109248835117747300 CPUtime=0.07 cores=1,3,5,7
/proc/16769/task/16835/stat : 16835 (java) S 16766 16769 14381 0 -1 1077944384 1 13089 0 0 0 0 5 2 20 0 15 0 473404052 11094712320 50829 33554432000 4194304 4196468 140733029608848 140146329934384 140146807585410 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7569408 140733029616227 140733029618869 140733029618869 140733029621711 0

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

[pid=16769/tid=16833] ppid=16766 vsize=10849036 memory=1117716 CPUtime=1.88 cores=1,3,5,7
/proc/16769/task/16833/stat : 16833 (java) S 16766 16769 14381 0 -1 1077944384 18375 13089 0 0 178 3 5 2 20 0 15 0 473404052 11109412864 279429 33554432000 4194304 4196468 140733029608848 140146330986992 140146807585410 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7569408 140733029616227 140733029618869 140733029618869 140733029621711 0
[pid=16769/tid=16834] ppid=16766 vsize=10849036 memory=1117716 CPUtime=0.07 cores=1,3,5,7
/proc/16769/task/16834/stat : 16834 (java) S 16766 16769 14381 0 -1 1077944384 3 13089 0 0 0 0 5 2 20 0 15 0 473404052 11109412864 279429 33554432000 4194304 4196468 140733029608848 140145051298656 140146807584469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7569408 140733029616227 140733029618869 140733029618869 140733029621711 0
[pid=16769/tid=16835] ppid=16766 vsize=10849036 memory=14008 CPUtime=0.27 cores=1,3,5,7
/proc/16769/task/16835/stat : 16835 (java) S 16766 16769 14381 0 -1 1077944384 1221 13089 0 0 9 11 5 2 20 0 15 0 473404052 11109412864 279429 33554432000 4194304 4196468 140733029608848 140146329934384 140146807585410 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7569408 140733029616227 140733029618869 140733029618869 140733029621711 0
Current children cumulated CPU time: 520.6 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 1117716 KiB

[startup+510.401 s]
/proc/loadavg: 1.46 1.61 1.53 3/227 16878
/proc/meminfo: memFree=1523192/32770624 swapFree=66953184/67108860
[pid=16769] ppid=16766 vsize=10849036 memory=1117716 CPUtime=522.21 cores=1,3,5,7
/proc/16769/stat : 16769 (java) S 16766 16769 14381 0 -1 1077944320 142584 13089 0 0 52142 72 5 2 20 0 15 0 473404038 11109412864 279429 33554432000 4194304 4196468 140733029608848 140733029591392 140146807574263 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 7569408 140733029616227 140733029618869 140733029618869 140733029621711 0
/proc/16769/statm: 2712259 279429 3628 1 0 2674317 0
[pid=16769/tid=16822] ppid=16766 vsize=10849036 memory=14008 CPUtime=509.46 cores=1,3,5,7
/proc/16769/task/16822/stat : 16822 (java) R 16766 16769 14381 0 -1 4202560 45316 13089 0 0 50913 26 5 2 20 0 15 0 473404046 11109412864 279429 33554432000 4194304 4196468 140733029608848 140146779408640 140146424676297 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7569408 140733029616227 140733029618869 140733029618869 140733029621711 0
[pid=16769/tid=16823] ppid=16766 vsize=10849036 memory=30168 CPUtime=0.53 cores=1,3,5,7
/proc/16769/task/16823/stat : 16823 (java) S 16766 16769 14381 0 -1 1077944384 6287 13089 0 0 40 6 5 2 20 0 15 0 473404047 11109412864 279429 33554432000 4194304 4196468 140733029608848 140146811816976 140146807584469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7569408 140733029616227 140733029618869 140733029618869 140733029621711 0
[pid=16769/tid=16824] ppid=16766 vsize=10849036 memory=6791534058613427641 CPUtime=0.53 cores=1,3,5,7
/proc/16769/task/16824/stat : 16824 (java) S 16766 16769 14381 0 -1 1077944384 4909 13089 0 0 40 6 5 2 20 0 15 0 473404047 11109412864 279429 33554432000 4194304 4196468 140733029608848 140146730568848 140146807584469 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7569408 140733029616227 140733029618869 140733029618869 140733029621711 0
[pid=16769/tid=16825] ppid=16766 vsize=10849036 memory=2608 CPUtime=0.52 cores=1,3,5,7
/proc/16769/task/16825/stat : 16825 (java) S 16766 16769 14381 0 -1 1077944384 4796 13089 0 0 40 5 5 2 20 0 15 0 473404047 11109412864 279429 33554432000 4194304 4196468 140733029608848 140146379774736 140146807584469 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7569408 140733029616227 140733029618869 140733029618869 140733029621711 0
[pid=16769/tid=16826] ppid=16766 vsize=10849036 memory=2632 CPUtime=0.53 cores=1,3,5,7
/proc/16769/task/16826/stat : 16826 (java) S 16766 16769 14381 0 -1 1077944384 5590 13089 0 0 41 5 5 2 20 0 15 0 473404047 11109412864 279429 33554432000 4194304 4196468 140733029608848 140146378722192 140146807584469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7569408 140733029616227 140733029618869 140733029618869 140733029621711 0
[pid=16769/tid=16827] ppid=16766 vsize=10849036 memory=4096 CPUtime=0.41 cores=1,3,5,7
/proc/16769/task/16827/stat : 16827 (java) S 16766 16769 14381 0 -1 1077944384 6077 13089 0 0 31 3 5 2 20 0 15 0 473404048 11109412864 279429 33554432000 4194304 4196468 140733029608848 140146334144752 140146807585410 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7569408 140733029616227 140733029618869 140733029618869 140733029621711 0
[pid=16769/tid=16828] ppid=16766 vsize=10849036 memory=1117716 CPUtime=0.07 cores=1,3,5,7
/proc/16769/task/16828/stat : 16828 (java) S 16766 16769 14381 0 -1 1077944384 22 13089 0 0 0 0 5 2 20 0 15 0 473404049 11109412864 279429 33554432000 4194304 4196468 140733029608848 140146259256544 140146807584469 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7569408 140733029616227 140733029618869 140733029618869 140733029621711 0
[pid=16769/tid=16829] ppid=16766 vsize=10849036 memory=14056 CPUtime=0.07 cores=1,3,5,7
/proc/16769/task/16829/stat : 16829 (java) S 16766 16769 14381 0 -1 1077944384 8 13089 0 0 0 0 5 2 20 0 15 0 473404049 11109412864 279429 33554432000 4194304 4196468 140733029608848 140146125038336 140146807584469 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7569408 140733029616227 140733029618869 140733029618869 140733029621711 0
[pid=16769/tid=16830] ppid=16766 vsize=10849036 memory=2116 CPUtime=0.07 cores=1,3,5,7
/proc/16769/task/16830/stat : 16830 (java) S 16766 16769 14381 0 -1 1077944384 2 13089 0 0 0 0 5 2 20 0 15 0 473404052 11109412864 279429 33554432000 4194304 4196468 140733029608848 140145521059792 140146807592859 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7569408 140733029616227 140733029618869 140733029618869 140733029621711 0
[pid=16769/tid=16831] ppid=16766 vsize=10849036 memory=54864 CPUtime=4.29 cores=1,3,5,7
/proc/16769/task/16831/stat : 16831 (java) S 16766 16769 14381 0 -1 1077944384 24576 13089 0 0 419 3 5 2 20 0 15 0 473404052 11109412864 279429 33554432000 4194304 4196468 140733029608848 140146333092592 140146807585410 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7569408 140733029616227 140733029618869 140733029618869 140733029621711 0
[pid=16769/tid=16832] ppid=16766 vsize=10849036 memory=988 CPUtime=4.31 cores=1,3,5,7
/proc/16769/task/16832/stat : 16832 (java) S 16766 16769 14381 0 -1 1077944384 23195 13089 0 0 420 4 5 2 20 0 15 0 473404052 11109412864 279429 33554432000 4194304 4196468 140733029608848 140146332040048 140146807585410 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7569408 140733029616227 140733029618869 140733029618869 140733029621711 0
[pid=16769/tid=16833] ppid=16766 vsize=10849036 memory=2008 CPUtime=1.88 cores=1,3,5,7
/proc/16769/task/16833/stat : 16833 (java) S 16766 16769 14381 0 -1 1077944384 18375 13089 0 0 178 3 5 2 20 0 15 0 473404052 11109412864 279429 33554432000 4194304 4196468 140733029608848 140146330986992 140146807585410 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7569408 140733029616227 140733029618869 140733029618869 140733029621711 0
[pid=16769/tid=16834] ppid=16766 vsize=10849036 memory=1424 CPUtime=0.07 cores=1,3,5,7
/proc/16769/task/16834/stat : 16834 (java) S 16766 16769 14381 0 -1 1077944384 3 13089 0 0 0 0 5 2 20 0 15 0 473404052 11109412864 279429 33554432000 4194304 4196468 140733029608848 140145051298656 140146807584469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7569408 140733029616227 140733029618869 140733029618869 140733029621711 0
[pid=16769/tid=16835] ppid=16766 vsize=10849036 memory=3640 CPUtime=0.27 cores=1,3,5,7
/proc/16769/task/16835/stat : 16835 (java) S 16766 16769 14381 0 -1 1077944384 1221 13089 0 0 9 11 5 2 20 0 15 0 473404052 11109412864 279429 33554432000 4194304 4196468 140733029608848 140146329934384 140146807585410 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7569408 140733029616227 140733029618869 140733029618869 140733029621711 0
Current children cumulated CPU time: 522.21 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 1117716 KiB

[startup+511.201 s]
/proc/loadavg: 1.46 1.61 1.53 3/227 16878
/proc/meminfo: memFree=1523324/32770624 swapFree=66953184/67108860
[pid=16769] ppid=16766 vsize=10849036 memory=1117716 CPUtime=523.01 cores=1,3,5,7
/proc/16769/stat : 16769 (java) S 16766 16769 14381 0 -1 1077944320 142587 13089 0 0 52222 72 5 2 20 0 15 0 473404038 11109412864 279429 33554432000 4194304 4196468 140733029608848 140733029591392 140146807574263 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 7569408 140733029616227 140733029618869 140733029618869 140733029621711 0
/proc/16769/statm: 2712259 279429 3628 1 0 2674317 0
[pid=16769/tid=16822] ppid=16766 vsize=10849036 memory=6791534058613427641 CPUtime=510.26 cores=1,3,5,7
/proc/16769/task/16822/stat : 16822 (java) R 16766 16769 14381 0 -1 4202560 45318 13089 0 0 50993 26 5 2 20 0 15 0 473404046 11109412864 279429 33554432000 4194304 4196468 140733029608848 140146779399888 140146424676986 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 7569408 140733029616227 140733029618869 140733029618869 140733029621711 0
[pid=16769/tid=16823] ppid=16766 vsize=10849036 memory=808 CPUtime=0.53 cores=1,3,5,7
/proc/16769/task/16823/stat : 16823 (java) S 16766 16769 14381 0 -1 1077944384 6288 13089 0 0 40 6 5 2 20 0 15 0 473404047 11109412864 279429 33554432000 4194304 4196468 140733029608848 140146811816976 140146807584469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7569408 140733029616227 140733029618869 140733029618869 140733029621711 0
[pid=16769/tid=16824] ppid=16766 vsize=10849036 memory=1804 CPUtime=0.53 cores=1,3,5,7
/proc/16769/task/16824/stat : 16824 (java) S 16766 16769 14381 0 -1 1077944384 4909 13089 0 0 40 6 5 2 20 0 15 0 473404047 11109412864 279429 33554432000 4194304 4196468 140733029608848 140146730568848 140146807584469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7569408 140733029616227 140733029618869 140733029618869 140733029621711 0
[pid=16769/tid=16825] ppid=16766 vsize=10849036 memory=920 CPUtime=0.52 cores=1,3,5,7
/proc/16769/task/16825/stat : 16825 (java) S 16766 16769 14381 0 -1 1077944384 4796 13089 0 0 40 5 5 2 20 0 15 0 473404047 11109412864 279429 33554432000 4194304 4196468 140733029608848 140146379774736 140146807584469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7569408 140733029616227 140733029618869 140733029618869 140733029621711 0
[pid=16769/tid=16826] ppid=16766 vsize=10849036 memory=1117716 CPUtime=0.53 cores=1,3,5,7
/proc/16769/task/16826/stat : 16826 (java) S 16766 16769 14381 0 -1 1077944384 5590 13089 0 0 41 5 5 2 20 0 15 0 473404047 11109412864 279429 33554432000 4194304 4196468 140733029608848 140146378722192 140146807584469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7569408 140733029616227 140733029618869 140733029618869 140733029621711 0
[pid=16769/tid=16827] ppid=16766 vsize=10849036 memory=924 CPUtime=0.41 cores=1,3,5,7
/proc/16769/task/16827/stat : 16827 (java) S 16766 16769 14381 0 -1 1077944384 6077 13089 0 0 31 3 5 2 20 0 15 0 473404048 11109412864 279429 33554432000 4194304 4196468 140733029608848 140146334144752 140146807585410 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7569408 140733029616227 140733029618869 140733029618869 140733029621711 0
[pid=16769/tid=16828] ppid=16766 vsize=10849036 memory=3688 CPUtime=0.07 cores=1,3,5,7
/proc/16769/task/16828/stat : 16828 (java) S 16766 16769 14381 0 -1 1077944384 22 13089 0 0 0 0 5 2 20 0 15 0 473404049 11109412864 279429 33554432000 4194304 4196468 140733029608848 140146259256544 140146807584469 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7569408 140733029616227 140733029618869 140733029618869 140733029621711 0
[pid=16769/tid=16829] ppid=16766 vsize=10849036 memory=1984 CPUtime=0.07 cores=1,3,5,7
/proc/16769/task/16829/stat : 16829 (java) S 16766 16769 14381 0 -1 1077944384 8 13089 0 0 0 0 5 2 20 0 15 0 473404049 11109412864 279429 33554432000 4194304 4196468 140733029608848 140146125038336 140146807584469 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7569408 140733029616227 140733029618869 140733029618869 140733029621711 0
[pid=16769/tid=16830] ppid=16766 vsize=10849036 memory=1440 CPUtime=0.07 cores=1,3,5,7
/proc/16769/task/16830/stat : 16830 (java) S 16766 16769 14381 0 -1 1077944384 2 13089 0 0 0 0 5 2 20 0 15 0 473404052 11109412864 279429 33554432000 4194304 4196468 140733029608848 140145521059792 140146807592859 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7569408 140733029616227 140733029618869 140733029618869 140733029621711 0
[pid=16769/tid=16831] ppid=16766 vsize=10849036 memory=6791534058613427641 CPUtime=4.29 cores=1,3,5,7
/proc/16769/task/16831/stat : 16831 (java) S 16766 16769 14381 0 -1 1077944384 24576 13089 0 0 419 3 5 2 20 0 15 0 473404052 11109412864 279429 33554432000 4194304 4196468 140733029608848 140146333092592 140146807585410 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7569408 140733029616227 140733029618869 140733029618869 140733029621711 0
[pid=16769/tid=16832] ppid=16766 vsize=10849036 memory=9580 CPUtime=4.31 cores=1,3,5,7
/proc/16769/task/16832/stat : 16832 (java) S 16766 16769 14381 0 -1 1077944384 23195 13089 0 0 420 4 5 2 20 0 15 0 473404052 11109412864 279429 33554432000 4194304 4196468 140733029608848 140146332040048 140146807585410 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7569408 140733029616227 140733029618869 140733029618869 140733029621711 0
[pid=16769/tid=16833] ppid=16766 vsize=10849036 memory=1052 CPUtime=1.88 cores=1,3,5,7
/proc/16769/task/16833/stat : 16833 (java) S 16766 16769 14381 0 -1 1077944384 18375 13089 0 0 178 3 5 2 20 0 15 0 473404052 11109412864 279429 33554432000 4194304 4196468 140733029608848 140146330986992 140146807585410 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7569408 140733029616227 140733029618869 140733029618869 140733029621711 0
[pid=16769/tid=16834] ppid=16766 vsize=10849036 memory=776 CPUtime=0.07 cores=1,3,5,7
/proc/16769/task/16834/stat : 16834 (java) S 16766 16769 14381 0 -1 1077944384 3 13089 0 0 0 0 5 2 20 0 15 0 473404052 11109412864 279429 33554432000 4194304 4196468 140733029608848 140145051298656 140146807584469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7569408 140733029616227 140733029618869 140733029618869 140733029621711 0
[pid=16769/tid=16835] ppid=16766 vsize=10849036 memory=2832 CPUtime=0.27 cores=1,3,5,7
/proc/16769/task/16835/stat : 16835 (java) S 16766 16769 14381 0 -1 1077944384 1221 13089 0 0 9 11 5 2 20 0 15 0 473404052 11109412864 279429 33554432000 4194304 4196468 140733029608848 140146329934384 140146807585410 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7569408 140733029616227 140733029618869 140733029618869 140733029621711 0
Current children cumulated CPU time: 523.01 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 1117716 KiB

[startup+511.601 s]
/proc/loadavg: 1.46 1.61 1.53 3/227 16878
/proc/meminfo: memFree=1523324/32770624 swapFree=66953184/67108860
[pid=16769] ppid=16766 vsize=10849036 memory=1117716 CPUtime=523.41 cores=1,3,5,7
/proc/16769/stat : 16769 (java) S 16766 16769 14381 0 -1 1077944320 142589 13089 0 0 52262 72 5 2 20 0 15 0 473404038 11109412864 279429 33554432000 4194304 4196468 140733029608848 140733029591392 140146807574263 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 7569408 140733029616227 140733029618869 140733029618869 140733029621711 0
/proc/16769/statm: 2712259 279429 3628 1 0 2674317 0
[pid=16769/tid=16822] ppid=16766 vsize=10849036 memory=1076 CPUtime=510.65 cores=1,3,5,7
/proc/16769/task/16822/stat : 16822 (java) R 16766 16769 14381 0 -1 4202560 45319 13089 0 0 51032 26 5 2 20 0 15 0 473404046 11109412864 279429 33554432000 4194304 4196468 140733029608848 140146779409488 140146422957796 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7569408 140733029616227 140733029618869 140733029618869 140733029621711 0
[pid=16769/tid=16823] ppid=16766 vsize=10849036 memory=14008 CPUtime=0.53 cores=1,3,5,7
/proc/16769/task/16823/stat : 16823 (java) S 16766 16769 14381 0 -1 1077944384 6288 13089 0 0 40 6 5 2 20 0 15 0 473404047 11109412864 279429 33554432000 4194304 4196468 140733029608848 140146811816976 140146807584469 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7569408 140733029616227 140733029618869 140733029618869 140733029621711 0
[pid=16769/tid=16824] ppid=16766 vsize=10849036 memory=6791534058613427641 CPUtime=0.53 cores=1,3,5,7
/proc/16769/task/16824/stat : 16824 (java) S 16766 16769 14381 0 -1 1077944384 4909 13089 0 0 40 6 5 2 20 0 15 0 473404047 11109412864 279429 33554432000 4194304 4196468 140733029608848 140146730568848 140146807584469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7569408 140733029616227 140733029618869 140733029618869 140733029621711 0
[pid=16769/tid=16825] ppid=16766 vsize=10849036 memory=54864 CPUtime=0.52 cores=1,3,5,7
/proc/16769/task/16825/stat : 16825 (java) S 16766 16769 14381 0 -1 1077944384 4796 13089 0 0 40 5 5 2 20 0 15 0 473404047 11109412864 279429 33554432000 4194304 4196468 140733029608848 140146379774736 140146807584469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7569408 140733029616227 140733029618869 140733029618869 140733029621711 0
[pid=16769/tid=16826] ppid=16766 vsize=10849036 memory=988 CPUtime=0.53 cores=1,3,5,7
/proc/16769/task/16826/stat : 16826 (java) S 16766 16769 14381 0 -1 1077944384 5591 13089 0 0 41 5 5 2 20 0 15 0 473404047 11109412864 279429 33554432000 4194304 4196468 140733029608848 140146378722192 140146807584469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7569408 140733029616227 140733029618869 140733029618869 140733029621711 0
[pid=16769/tid=16827] ppid=16766 vsize=10849036 memory=2008 CPUtime=0.41 cores=1,3,5,7
/proc/16769/task/16827/stat : 16827 (java) S 16766 16769 14381 0 -1 1077944384 6077 13089 0 0 31 3 5 2 20 0 15 0 473404048 11109412864 279429 33554432000 4194304 4196468 140733029608848 140146334144752 140146807585410 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7569408 140733029616227 140733029618869 140733029618869 140733029621711 0
[pid=16769/tid=16828] ppid=16766 vsize=10849036 memory=1424 CPUtime=0.07 cores=1,3,5,7
/proc/16769/task/16828/stat : 16828 (java) S 16766 16769 14381 0 -1 1077944384 22 13089 0 0 0 0 5 2 20 0 15 0 473404049 11109412864 279429 33554432000 4194304 4196468 140733029608848 140146259256544 140146807584469 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7569408 140733029616227 140733029618869 140733029618869 140733029621711 0
[pid=16769/tid=16829] ppid=16766 vsize=10849036 memory=3640 CPUtime=0.07 cores=1,3,5,7
/proc/16769/task/16829/stat : 16829 (java) S 16766 16769 14381 0 -1 1077944384 8 13089 0 0 0 0 5 2 20 0 15 0 473404049 11109412864 279429 33554432000 4194304 4196468 140733029608848 140146125038336 140146807584469 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7569408 140733029616227 140733029618869 140733029618869 140733029621711 0
[pid=16769/tid=16830] ppid=16766 vsize=10849036 memory=4872558044660077418 CPUtime=0.07 cores=1,3,5,7
/proc/16769/task/16830/stat : 16830 (java) S 16766 16769 14381 0 -1 1077944384 2 13089 0 0 0 0 5 2 20 0 15 0 473404052 11109412864 279429 33554432000 4194304 4196468 140733029608848 140145521059792 140146807592859 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7569408 140733029616227 140733029618869 140733029618869 140733029621711 0
[pid=16769/tid=16831] ppid=16766 vsize=10849036 memory=3688 CPUtime=4.29 cores=1,3,5,7
/proc/16769/task/16831/stat : 16831 (java) S 16766 16769 14381 0 -1 1077944384 24576 13089 0 0 419 3 5 2 20 0 15 0 473404052 11109412864 279429 33554432000 4194304 4196468 140733029608848 140146333092592 140146807585410 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7569408 140733029616227 140733029618869 140733029618869 140733029621711 0
[pid=16769/tid=16832] ppid=16766 vsize=10849036 memory=1984 CPUtime=4.31 cores=1,3,5,7
/proc/16769/task/16832/stat : 16832 (java) S 16766 16769 14381 0 -1 1077944384 23195 13089 0 0 420 4 5 2 20 0 15 0 473404052 11109412864 279429 33554432000 4194304 4196468 140733029608848 140146332040048 140146807585410 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7569408 140733029616227 140733029618869 140733029618869 140733029621711 0
[pid=16769/tid=16833] ppid=16766 vsize=10849036 memory=1440 CPUtime=1.88 cores=1,3,5,7
/proc/16769/task/16833/stat : 16833 (java) S 16766 16769 14381 0 -1 1077944384 18375 13089 0 0 178 3 5 2 20 0 15 0 473404052 11109412864 279429 33554432000 4194304 4196468 140733029608848 140146330986992 140146807585410 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7569408 140733029616227 140733029618869 140733029618869 140733029621711 0
[pid=16769/tid=16834] ppid=16766 vsize=10849036 memory=800 CPUtime=0.07 cores=1,3,5,7
/proc/16769/task/16834/stat : 16834 (java) S 16766 16769 14381 0 -1 1077944384 3 13089 0 0 0 0 5 2 20 0 15 0 473404052 11109412864 279429 33554432000 4194304 4196468 140733029608848 140145051298656 140146807584469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7569408 140733029616227 140733029618869 140733029618869 140733029621711 0
[pid=16769/tid=16835] ppid=16766 vsize=10849036 memory=2580 CPUtime=0.27 cores=1,3,5,7
/proc/16769/task/16835/stat : 16835 (java) S 16766 16769 14381 0 -1 1077944384 1221 13089 0 0 9 11 5 2 20 0 15 0 473404052 11109412864 279429 33554432000 4194304 4196468 140733029608848 140146329934384 140146807585410 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7569408 140733029616227 140733029618869 140733029618869 140733029621711 0
Current children cumulated CPU time: 523.41 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 1117716 KiB

[startup+511.802 s]
/proc/loadavg: 1.46 1.61 1.53 3/227 16878
/proc/meminfo: memFree=1523324/32770624 swapFree=66953184/67108860
[pid=16769] ppid=16766 vsize=10947344 memory=1117900 CPUtime=523.62 cores=1,3,5,7
/proc/16769/stat : 16769 (java) S 16766 16769 14381 0 -1 1077944320 145252 13089 0 0 52283 72 5 2 20 0 14 0 473404038 11210080256 279475 33554432000 4194304 4196468 140733029608848 140733029591392 140146807574263 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 7569408 140733029616227 140733029618869 140733029618869 140733029621711 0
/proc/16769/statm: 2736836 279475 3630 1 0 2698894 0
[pid=16769/tid=16822] ppid=16766 vsize=10947344 memory=6791534058613427641 CPUtime=510.85 cores=1,3,5,7
/proc/16769/task/16822/stat : 16822 (java) S 16766 16769 14381 0 -1 1077944384 46512 13089 0 0 51052 26 5 2 20 0 14 0 473404046 11210080256 279475 33554432000 4194304 4196468 140733029608848 140146779417744 140146807584469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7569408 140733029616227 140733029618869 140733029618869 140733029621711 0
[pid=16769/tid=16823] ppid=16766 vsize=10947344 memory=1440 CPUtime=0.53 cores=1,3,5,7
/proc/16769/task/16823/stat : 16823 (java) S 16766 16769 14381 0 -1 1077944384 6288 13089 0 0 40 6 5 2 20 0 14 0 473404047 11210080256 279475 33554432000 4194304 4196468 140733029608848 140146811816976 140146807584469 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7569408 140733029616227 140733029618869 140733029618869 140733029621711 0
[pid=16769/tid=16824] ppid=16766 vsize=10947344 memory=800 CPUtime=0.53 cores=1,3,5,7
/proc/16769/task/16824/stat : 16824 (java) S 16766 16769 14381 0 -1 1077944384 4909 13089 0 0 40 6 5 2 20 0 14 0 473404047 11210080256 279475 33554432000 4194304 4196468 140733029608848 140146730568848 140146807584469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7569408 140733029616227 140733029618869 140733029618869 140733029621711 0
[pid=16769/tid=16825] ppid=16766 vsize=10947344 memory=2580 CPUtime=0.52 cores=1,3,5,7
/proc/16769/task/16825/stat : 16825 (java) S 16766 16769 14381 0 -1 1077944384 4796 13089 0 0 40 5 5 2 20 0 14 0 473404047 11210080256 279475 33554432000 4194304 4196468 140733029608848 140146379774736 140146807584469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7569408 140733029616227 140733029618869 140733029618869 140733029621711 0
[pid=16769/tid=16826] ppid=16766 vsize=10947344 memory=1760 CPUtime=0.53 cores=1,3,5,7
/proc/16769/task/16826/stat : 16826 (java) S 16766 16769 14381 0 -1 1077944384 5591 13089 0 0 41 5 5 2 20 0 14 0 473404047 11210080256 279475 33554432000 4194304 4196468 140733029608848 140146378722192 140146807584469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7569408 140733029616227 140733029618869 140733029618869 140733029621711 0
[pid=16769/tid=16827] ppid=16766 vsize=10947344 memory=111636 CPUtime=0.41 cores=1,3,5,7
/proc/16769/task/16827/stat : 16827 (java) S 16766 16769 14381 0 -1 1077944384 6077 13089 0 0 31 3 5 2 20 0 14 0 473404048 11210080256 279475 33554432000 4194304 4196468 140733029608848 140146334144960 140146807585410 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7569408 140733029616227 140733029618869 140733029618869 140733029621711 0
[pid=16769/tid=16828] ppid=16766 vsize=10947344 memory=808 CPUtime=0.07 cores=1,3,5,7
/proc/16769/task/16828/stat : 16828 (java) S 16766 16769 14381 0 -1 1077944384 22 13089 0 0 0 0 5 2 20 0 14 0 473404049 11210080256 279475 33554432000 4194304 4196468 140733029608848 140146259256544 140146807584469 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7569408 140733029616227 140733029618869 140733029618869 140733029621711 0
[pid=16769/tid=16829] ppid=16766 vsize=10947344 memory=1256 CPUtime=0.07 cores=1,3,5,7
/proc/16769/task/16829/stat : 16829 (java) S 16766 16769 14381 0 -1 1077944384 8 13089 0 0 0 0 5 2 20 0 14 0 473404049 11210080256 279475 33554432000 4194304 4196468 140733029608848 140146125038336 140146807584469 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7569408 140733029616227 140733029618869 140733029618869 140733029621711 0
[pid=16769/tid=16830] ppid=16766 vsize=10947344 memory=1076 CPUtime=0.07 cores=1,3,5,7
/proc/16769/task/16830/stat : 16830 (java) S 16766 16769 14381 0 -1 1077944384 4 13089 0 0 0 0 5 2 20 0 14 0 473404052 11210080256 279475 33554432000 4194304 4196468 140733029608848 140145521058848 140146807584469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7569408 140733029616227 140733029618869 140733029618869 140733029621711 0
[pid=16769/tid=16831] ppid=16766 vsize=10947344 memory=14008 CPUtime=4.3 cores=1,3,5,7
/proc/16769/task/16831/stat : 16831 (java) S 16766 16769 14381 0 -1 1077944384 25384 13089 0 0 419 4 5 2 20 0 14 0 473404052 11210080256 279475 33554432000 4194304 4196468 140733029608848 140146333092592 140146807585410 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7569408 140733029616227 140733029618869 140733029618869 140733029621711 0
[pid=16769/tid=16832] ppid=16766 vsize=10947344 memory=30168 CPUtime=4.31 cores=1,3,5,7
/proc/16769/task/16832/stat : 16832 (java) S 16766 16769 14381 0 -1 1077944384 23588 13089 0 0 420 4 5 2 20 0 14 0 473404052 11210080256 279475 33554432000 4194304 4196468 140733029608848 140146332020448 140146807584469 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7569408 140733029616227 140733029618869 140733029618869 140733029621711 0
[pid=16769/tid=16833] ppid=16766 vsize=10947344 memory=14056 CPUtime=1.89 cores=1,3,5,7
/proc/16769/task/16833/stat : 16833 (java) S 16766 16769 14381 0 -1 1077944384 18375 13089 0 0 179 3 5 2 20 0 14 0 473404052 11210080256 279475 33554432000 4194304 4196468 140733029608848 140146330986992 140146807585410 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7569408 140733029616227 140733029618869 140733029618869 140733029621711 0
[pid=16769/tid=16834] ppid=16766 vsize=10947344 memory=2116 CPUtime=0.07 cores=1,3,5,7
/proc/16769/task/16834/stat : 16834 (java) S 16766 16769 14381 0 -1 1077944384 3 13089 0 0 0 0 5 2 20 0 14 0 473404052 11210080256 279475 33554432000 4194304 4196468 140733029608848 140145051298656 140146807584469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7569408 140733029616227 140733029618869 140733029618869 140733029621711 0
Current children cumulated CPU time: 523.62 s
Current children cumulated vsize: 10947344 KiB
Current children cumulated memory: 1117900 KiB

Child status: 0
Real time (s): 511.825
CPU time (s): 523.659
CPU user time (s): 522.888
CPU system time (s): 0.771038
CPU usage (%): 102.312
Max. virtual memory (cumulated for all children) (KiB): 10947344
Max. memory (cumulated for all children) (KiB): 1187956

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 522.888
system time used= 0.771038
maximum resident set size= 1190004
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 158372
page faults= 0
swaps= 0
block input operations= 0
block output operations= 784
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25372
involuntary context switches= 387


# summary of solver processes directly reported to runsolver:
#   pid: 16769
#   total CPU time (s): 523.659
#   total CPU user time (s): 522.888
#   total CPU system time (s): 0.771038

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.70571 second user time and 5.06026 second system time

The end

Launcher Data

Begin job on node119 at 2019-09-20 12:20:52
IDJOB=4403090
IDBENCH=127982
IDSOLVER=2862
FILE ID=node119/4403090-1568974892
RUNJOBID= node119-1568967598-14413
PBS_JOBID= 21704628
Free space on /var/tmp= 13480 MiB

SOLVER NAME= Concrete 3.12.3
BENCH NAME= XCSP17/PrizeCollecting/PrizeCollecting-jok-s1/PrizeCollecting-20-4-5-8.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4403090-1568974892/watcher-4403090-1568974892 -o /var/tmp/evaluation-result-4403090-1568974892/solver-4403090-1568974892 -C 2400 -W 2500 -M 15500 --bin-var /var/tmp/runsolver-exch-node119-1568967598-14413 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=1308241223 HOME/instance-4403090-1568974892.xml

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

MD5SUM BENCH= cc4f118531160cfe6c95c1294546deff
RANDOM SEED=1308241223

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:         3517188 kB
MemAvailable:   30956584 kB
Buffers:          143540 kB
Cached:         27215544 kB
SwapCached:        46572 kB
Active:         14461588 kB
Inactive:       13802156 kB
Active(anon):     858308 kB
Inactive(anon):    95604 kB
Active(file):   13603280 kB
Inactive(file): 13706552 kB
Unevictable:      109120 kB
Mlocked:          109120 kB
SwapTotal:      67108860 kB
SwapFree:       66953184 kB
Dirty:             36164 kB
Writeback:             0 kB
AnonPages:        959724 kB
Mapped:            65728 kB
Shmem:             40116 kB
Slab:             586944 kB
SReclaimable:     558024 kB
SUnreclaim:        28920 kB
KernelStack:        3984 kB
PageTables:         7444 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2590276 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    815104 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 12:29:24