Trace number 4402911

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.3OPT79 1907.25 1889.98

General information on the benchmark

NamePrizeCollecting/PrizeCollecting-jok-s1/
PrizeCollecting-25-5-5-6.xml
MD5SUM0bc86e74ae8fed70a43ec92abb2586e2
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark79
Best CPU time to get the best result obtained on this benchmark47.6613
Satisfiable
(Un)Satisfiability was proved
Number of variables75
Number of constraints101
Number of domains25
Minimum domain size3
Maximum domain size26
Distribution of domain sizes[{"size":3,"count":2},{"size":4,"count":8},{"size":5,"count":13},{"size":6,"count":2},{"size":26,"count":50}]
Minimum variable degree2
Maximum variable degree28
Distribution of variable degrees[{"degree":2,"count":25},{"degree":26,"count":24},{"degree":27,"count":1},{"degree":28,"count":25}]
Minimum constraint arity1
Maximum constraint arity26
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":50},{"arity":25,"count":25},{"arity":26,"count":25}]
Number of extensional constraints50
Number of intensional constraints26
Distribution of constraint types[{"type":"extension","count":50},{"type":"intension","count":26},{"type":"count","count":25}]
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.79/0.55	c Concrete v3.12.3.1568965526260 running
31.15/22.39	o -4934
31.30/22.44	o -3929
32.09/22.93	o -2927
32.58/23.37	o -1931
38.58/28.76	o -938
38.70/28.82	o -934
40.94/30.86	o -933
41.15/31.02	o -929
42.28/32.18	o -926
52.42/42.07	o -923
52.53/42.19	o -920
59.02/48.41	o -919
60.23/49.68	o -918
60.44/49.86	o -915
108.61/97.46	o 64
109.00/97.83	o 69
109.21/98.03	o 76
109.82/98.65	o 78
109.82/98.65	o 79
1907.14/1889.96	v <instantiation
1907.14/1889.96	v         cost = '79'>
1907.14/1889.96	v       <list>
1907.14/1889.96	v         s[0] s[1] s[2] s[3] s[4] s[5] s[6] s[7] s[8] s[9] s[10] s[11] s[12] s[13] s[14] s[15] s[16] s[17] s[18] s[19] s[20] s[21] s[22] s[23] s[24] 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] p[24] 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] g[24]
1907.14/1889.96	v       </list>
1907.14/1889.96	v       <values>
1907.14/1889.96	v         5 0 1 2 3 10 7 12 9 4 11 6 17 8 -1 20 15 16 13 18 21 22 23 24 19 0 23 22 21 20 1 4 5 18 19 2 3 6 17 -1 9 8 7 16 15 10 11 12 13 14 0 -3 2 5 5 7 5 5 9 5 7 4 5 -2 0 7 2 9 3 1 3 -3 5 3 -5
1907.14/1889.96	v       </values>
1907.14/1889.96	v     </instantiation>
1907.14/1889.96	s OPTIMUM FOUND

Verifier Data

OK	79

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4402911-1568976668/watcher-4402911-1568976668 -o /tmp/evaluation-result-4402911-1568976668/solver-4402911-1568976668 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node123-1568967599-4736 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=453517493 HOME/instance-4402911-1568976668.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=7131, runsolver pid=7128
Current StackSize limit: 8192 KiB


[startup+0.100682 s]*
/proc/loadavg: 1.42 1.49 1.63 3/219 7188
/proc/meminfo: memFree=7902308/32770624 swapFree=66998968/67108860
[pid=7131] ppid=7128 vsize=9972712 memory=17080 CPUtime=0.09 cores=1,3,5,7
/proc/7131/stat : 7131 (java) S 7128 7131 4702 0 -1 1077944320 4507 13177 0 0 1 1 5 2 20 0 6 0 473931692 10212057088 4270 33554432000 4194304 4196468 140732546372656 140732546355200 139776803602167 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 23076864 140732546378480 140732546380997 140732546380997 140732546383823 0
/proc/7131/statm: 2493178 4270 1935 1 0 2481616 0
[pid=7131/tid=7184] ppid=7128 vsize=9972712 memory=8514726395714820750 CPUtime=0.08 cores=1,3,5,7
/proc/7131/task/7184/stat : 7184 (java) R 7128 7131 4702 0 -1 4202560 2347 13177 0 0 1 0 5 2 20 0 6 0 473931701 10212057088 4336 33554432000 4194304 4196468 140732546372656 139776775438928 139776788914169 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23076864 140732546378480 140732546380997 140732546380997 140732546383823 0
[pid=7131/tid=7185] ppid=7128 vsize=9972712 memory=-9181546050914066336 CPUtime=0.07 cores=1,3,5,7
/proc/7131/task/7185/stat : 7185 (java) S 7128 7131 4702 0 -1 1077944384 1 13177 0 0 0 0 5 2 20 0 6 0 473931702 10212057088 4336 33554432000 4194304 4196468 140732546372656 139776807844624 139776803612373 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23076864 140732546378480 140732546380997 140732546380997 140732546383823 0
[pid=7131/tid=7186] ppid=7128 vsize=9972712 memory=139972490290816 CPUtime=0.07 cores=1,3,5,7
/proc/7131/task/7186/stat : 7186 (java) S 7128 7131 4702 0 -1 1077944384 1 13177 0 0 0 0 5 2 20 0 6 0 473931702 10212057088 4336 33554432000 4194304 4196468 140732546372656 139776696118160 139776803612373 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23076864 140732546378480 140732546380997 140732546380997 140732546383823 0
[pid=7131/tid=7187] ppid=7128 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7131/task/7187/stat : 7187 (java) S 7128 7131 4702 0 -1 1077944384 1 13177 0 0 0 0 5 2 20 0 6 0 473931702 10212057088 4336 33554432000 4194304 4196468 140732546372656 139776695065616 139776803612373 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23076864 140732546378480 140732546380997 140732546380997 140732546383823 0
[pid=7131/tid=7188] ppid=7128 vsize=9972712 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/7131/task/7188/stat : 7188 (java) S 7128 7131 4702 0 -1 1077944384 2 13177 0 0 0 0 5 2 20 0 6 0 473931702 10212057088 4336 33554432000 4194304 4196468 140732546372656 139776694013072 139776803612373 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23076864 140732546378480 140732546380997 140732546380997 140732546383823 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 17080 KiB

[startup+0.209939 s]*
/proc/loadavg: 1.42 1.49 1.63 4/228 7197
/proc/meminfo: memFree=7885892/32770624 swapFree=66998968/67108860
[pid=7131] ppid=7128 vsize=10820196 memory=40460 CPUtime=0.26 cores=1,3,5,7
/proc/7131/stat : 7131 (java) S 7128 7131 4702 0 -1 1077944320 7526 13177 0 0 17 2 5 2 20 0 15 0 473931692 11079880704 10115 33554432000 4194304 4196468 140732546372656 140732546355200 139776803602167 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 23076864 140732546378480 140732546380997 140732546380997 140732546383823 0
/proc/7131/statm: 2705049 10115 3332 1 0 2667149 0
[pid=7131/tid=7184] ppid=7128 vsize=10820196 memory=5450916389569530688 CPUtime=0.18 cores=1,3,5,7
/proc/7131/task/7184/stat : 7184 (java) R 7128 7131 4702 0 -1 4202560 4008 13177 0 0 10 1 5 2 20 0 15 0 473931701 11079880704 10115 33554432000 4194304 4196468 140732546372656 139776775413200 139776803624093 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23076864 140732546378480 140732546380997 140732546380997 140732546383823 0
[pid=7131/tid=7185] ppid=7128 vsize=10820196 memory=-9181546050914066336 CPUtime=0.07 cores=1,3,5,7
/proc/7131/task/7185/stat : 7185 (java) S 7128 7131 4702 0 -1 1077944384 1 13177 0 0 0 0 5 2 20 0 15 0 473931702 11079880704 10115 33554432000 4194304 4196468 140732546372656 139776807844624 139776803612373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23076864 140732546378480 140732546380997 140732546380997 140732546383823 0
[pid=7131/tid=7186] ppid=7128 vsize=10820196 memory=139972490290816 CPUtime=0.07 cores=1,3,5,7
/proc/7131/task/7186/stat : 7186 (java) S 7128 7131 4702 0 -1 1077944384 1 13177 0 0 0 0 5 2 20 0 15 0 473931702 11079880704 10115 33554432000 4194304 4196468 140732546372656 139776696118160 139776803612373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23076864 140732546378480 140732546380997 140732546380997 140732546383823 0
[pid=7131/tid=7187] ppid=7128 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7131/task/7187/stat : 7187 (java) S 7128 7131 4702 0 -1 1077944384 1 13177 0 0 0 0 5 2 20 0 15 0 473931702 11079880704 10115 33554432000 4194304 4196468 140732546372656 139776695065616 139776803612373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23076864 140732546378480 140732546380997 140732546380997 140732546383823 0
[pid=7131/tid=7188] ppid=7128 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/7131/task/7188/stat : 7188 (java) S 7128 7131 4702 0 -1 1077944384 2 13177 0 0 0 0 5 2 20 0 15 0 473931702 11079880704 10115 33554432000 4194304 4196468 140732546372656 139776694013072 139776803612373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23076864 140732546378480 140732546380997 140732546380997 140732546383823 0
[pid=7131/tid=7189] ppid=7128 vsize=10820196 memory=139972490290816 CPUtime=0.07 cores=1,3,5,7
/proc/7131/task/7189/stat : 7189 (java) S 7128 7131 4702 0 -1 1077944384 2 13177 0 0 0 0 5 2 20 0 15 0 473931703 11079880704 10115 33554432000 4194304 4196468 140732546372656 139775805843440 139776803613314 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23076864 140732546378480 140732546380997 140732546380997 140732546383823 0
[pid=7131/tid=7190] ppid=7128 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/7131/task/7190/stat : 7190 (java) S 7128 7131 4702 0 -1 1077944384 33 13177 0 0 0 0 5 2 20 0 15 0 473931704 11079880704 10115 33554432000 4194304 4196468 140732546372656 139775804789664 139776803612373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23076864 140732546378480 140732546380997 140732546380997 140732546383823 0
[pid=7131/tid=7191] ppid=7128 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7131/task/7191/stat : 7191 (java) S 7128 7131 4702 0 -1 1077944384 1 13177 0 0 0 0 5 2 20 0 15 0 473931704 11079880704 10115 33554432000 4194304 4196468 140732546372656 139775684109296 139776803612373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23076864 140732546378480 140732546380997 140732546380997 140732546383823 0
[pid=7131/tid=7192] ppid=7128 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7131/task/7192/stat : 7192 (java) S 7128 7131 4702 0 -1 1077944384 3 13177 0 0 0 0 5 2 20 0 15 0 473931707 11079880704 10115 33554432000 4194304 4196468 140732546372656 139775376709840 139776803620763 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23076864 140732546378480 140732546380997 140732546380997 140732546383823 0
[pid=7131/tid=7193] ppid=7128 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/7131/task/7193/stat : 7193 (java) S 7128 7131 4702 0 -1 1077944384 479 13177 0 0 1 0 5 2 20 0 15 0 473931707 11079880704 10115 33554432000 4194304 4196468 140732546372656 139775771232752 139776803613314 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23076864 140732546378480 140732546380997 140732546380997 140732546383823 0
[pid=7131/tid=7194] ppid=7128 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/7131/task/7194/stat : 7194 (java) R 7128 7131 4702 0 -1 4202560 198 13177 0 0 1 0 5 2 20 0 15 0 473931707 11079880704 10115 33554432000 4194304 4196468 140732546372656 139775770180208 139776785123010 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23076864 140732546378480 140732546380997 140732546380997 140732546383823 0
[pid=7131/tid=7195] ppid=7128 vsize=10820196 memory=139972490290816 CPUtime=0.1 cores=1,3,5,7
/proc/7131/task/7195/stat : 7195 (java) S 7128 7131 4702 0 -1 1077944384 603 13177 0 0 3 0 5 2 20 0 15 0 473931707 11079880704 10115 33554432000 4194304 4196468 140732546372656 139775769127664 139776803613314 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23076864 140732546378480 140732546380997 140732546380997 140732546383823 0
[pid=7131/tid=7196] ppid=7128 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/7131/task/7196/stat : 7196 (java) S 7128 7131 4702 0 -1 1077944384 3 13177 0 0 0 0 5 2 20 0 15 0 473931707 11079880704 10115 33554432000 4194304 4196468 140732546372656 139775343152224 139776803612373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23076864 140732546378480 140732546380997 140732546380997 140732546383823 0
[pid=7131/tid=7197] ppid=7128 vsize=10820196 memory=139972490290816 CPUtime=0.07 cores=1,3,5,7
/proc/7131/task/7197/stat : 7197 (java) S 7128 7131 4702 0 -1 1077944384 1 13177 0 0 0 0 5 2 20 0 15 0 473931707 11079880704 10115 33554432000 4194304 4196468 140732546372656 139775768074544 139776803613314 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23076864 140732546378480 140732546380997 140732546380997 140732546383823 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 40460 KiB

[startup+0.310719 s]*
/proc/loadavg: 1.42 1.49 1.63 3/228 7197
/proc/meminfo: memFree=7873344/32770624 swapFree=66998968/67108860
[pid=7131] ppid=7128 vsize=10820196 memory=48904 CPUtime=0.4 cores=1,3,5,7
/proc/7131/stat : 7131 (java) S 7128 7131 4702 0 -1 1077944320 10884 13177 0 0 29 4 5 2 20 0 15 0 473931692 11079880704 12226 33554432000 4194304 4196468 140732546372656 140732546355200 139776803602167 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 23076864 140732546378480 140732546380997 140732546380997 140732546383823 0
/proc/7131/statm: 2705049 12226 3352 1 0 2667149 0
[pid=7131/tid=7184] ppid=7128 vsize=10820196 memory=1398722017469774279 CPUtime=0.29 cores=1,3,5,7
/proc/7131/task/7184/stat : 7184 (java) R 7128 7131 4702 0 -1 4202560 7341 13177 0 0 19 3 5 2 20 0 15 0 473931701 11079880704 12226 33554432000 4194304 4196468 140732546372656 139776775414832 139776789761075 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23076864 140732546378480 140732546380997 140732546380997 140732546383823 0
[pid=7131/tid=7185] ppid=7128 vsize=10820196 memory=7590642776554300264 CPUtime=0.07 cores=1,3,5,7
/proc/7131/task/7185/stat : 7185 (java) S 7128 7131 4702 0 -1 1077944384 1 13177 0 0 0 0 5 2 20 0 15 0 473931702 11079880704 12226 33554432000 4194304 4196468 140732546372656 139776807844624 139776803612373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23076864 140732546378480 140732546380997 140732546380997 140732546383823 0
[pid=7131/tid=7186] ppid=7128 vsize=10820196 memory=5788339726952981056 CPUtime=0.07 cores=1,3,5,7
/proc/7131/task/7186/stat : 7186 (java) S 7128 7131 4702 0 -1 1077944384 1 13177 0 0 0 0 5 2 20 0 15 0 473931702 11079880704 12226 33554432000 4194304 4196468 140732546372656 139776696118160 139776803612373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23076864 140732546378480 140732546380997 140732546380997 140732546383823 0
[pid=7131/tid=7187] ppid=7128 vsize=10820196 memory=7019607060320176071 CPUtime=0.07 cores=1,3,5,7
/proc/7131/task/7187/stat : 7187 (java) S 7128 7131 4702 0 -1 1077944384 1 13177 0 0 0 0 5 2 20 0 15 0 473931702 11079880704 12226 33554432000 4194304 4196468 140732546372656 139776695065616 139776803612373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23076864 140732546378480 140732546380997 140732546380997 140732546383823 0
[pid=7131/tid=7188] ppid=7128 vsize=10820196 memory=4872558044660077418 CPUtime=0.07 cores=1,3,5,7
/proc/7131/task/7188/stat : 7188 (java) S 7128 7131 4702 0 -1 1077944384 2 13177 0 0 0 0 5 2 20 0 15 0 473931702 11079880704 12226 33554432000 4194304 4196468 140732546372656 139776694013072 139776803612373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23076864 140732546378480 140732546380997 140732546380997 140732546383823 0
[pid=7131/tid=7189] ppid=7128 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7131/task/7189/stat : 7189 (java) S 7128 7131 4702 0 -1 1077944384 2 13177 0 0 0 0 5 2 20 0 15 0 473931703 11079880704 12226 33554432000 4194304 4196468 140732546372656 139775805843440 139776803613314 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23076864 140732546378480 140732546380997 140732546380997 140732546383823 0
[pid=7131/tid=7190] ppid=7128 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7131/task/7190/stat : 7190 (java) S 7128 7131 4702 0 -1 1077944384 33 13177 0 0 0 0 5 2 20 0 15 0 473931704 11079880704 12226 33554432000 4194304 4196468 140732546372656 139775804789664 139776803612373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23076864 140732546378480 140732546380997 140732546380997 140732546383823 0
[pid=7131/tid=7191] ppid=7128 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7131/task/7191/stat : 7191 (java) S 7128 7131 4702 0 -1 1077944384 1 13177 0 0 0 0 5 2 20 0 15 0 473931704 11079880704 12226 33554432000 4194304 4196468 140732546372656 139775684109296 139776803612373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23076864 140732546378480 140732546380997 140732546380997 140732546383823 0
[pid=7131/tid=7192] ppid=7128 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7131/task/7192/stat : 7192 (java) S 7128 7131 4702 0 -1 1077944384 3 13177 0 0 0 0 5 2 20 0 15 0 473931707 11079880704 12226 33554432000 4194304 4196468 140732546372656 139775376709840 139776803620763 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23076864 140732546378480 140732546380997 140732546380997 140732546383823 0
[pid=7131/tid=7193] ppid=7128 vsize=10820196 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/7131/task/7193/stat : 7193 (java) S 7128 7131 4702 0 -1 1077944384 480 13177 0 0 2 0 5 2 20 0 15 0 473931707 11079880704 12226 33554432000 4194304 4196468 140732546372656 139775771232752 139776803613314 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23076864 140732546378480 140732546380997 140732546380997 140732546383823 0
[pid=7131/tid=7194] ppid=7128 vsize=10820196 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/7131/task/7194/stat : 7194 (java) S 7128 7131 4702 0 -1 1077944384 199 13177 0 0 2 0 5 2 20 0 15 0 473931707 11079880704 12226 33554432000 4194304 4196468 140732546372656 139775770180208 139776803613314 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23076864 140732546378480 140732546380997 140732546380997 140732546383823 0
[pid=7131/tid=7195] ppid=7128 vsize=10820196 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/7131/task/7195/stat : 7195 (java) S 7128 7131 4702 0 -1 1077944384 612 13177 0 0 5 0 5 2 20 0 15 0 473931707 11079880704 12226 33554432000 4194304 4196468 140732546372656 139775769127664 139776803613314 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23076864 140732546378480 140732546380997 140732546380997 140732546383823 0
[pid=7131/tid=7196] ppid=7128 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7131/task/7196/stat : 7196 (java) S 7128 7131 4702 0 -1 1077944384 3 13177 0 0 0 0 5 2 20 0 15 0 473931707 11079880704 12226 33554432000 4194304 4196468 140732546372656 139775343152224 139776803612373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23076864 140732546378480 140732546380997 140732546380997 140732546383823 0
[pid=7131/tid=7197] ppid=7128 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7131/task/7197/stat : 7197 (java) S 7128 7131 4702 0 -1 1077944384 1 13177 0 0 0 0 5 2 20 0 15 0 473931707 11079880704 12226 33554432000 4194304 4196468 140732546372656 139775768074544 139776803613314 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23076864 140732546378480 140732546380997 140732546380997 140732546383823 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 48904 KiB

[startup+0.702566 s]
/proc/loadavg: 1.42 1.49 1.63 5/228 7197
/proc/meminfo: memFree=7858336/32770624 swapFree=66998968/67108860
[pid=7131] ppid=7128 vsize=10824364 memory=81664 CPUtime=1.15 cores=1,3,5,7
/proc/7131/stat : 7131 (java) S 7128 7131 4702 0 -1 1077944320 15172 13177 0 0 102 6 5 2 20 0 15 0 473931692 11084148736 20416 33554432000 4194304 4196468 140732546372656 140732546355200 139776803602167 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 23076864 140732546378480 140732546380997 140732546380997 140732546383823 0
/proc/7131/statm: 2706091 20416 3513 1 0 2668173 0
[pid=7131/tid=7184] ppid=7128 vsize=10824364 memory=2241 CPUtime=0.66 cores=1,3,5,7
/proc/7131/task/7184/stat : 7184 (java) R 7128 7131 4702 0 -1 4202560 10488 13177 0 0 55 4 5 2 20 0 15 0 473931701 11084148736 20416 33554432000 4194304 4196468 140732546372656 139776775429328 139776803614102 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23076864 140732546378480 140732546380997 140732546380997 140732546383823 0
[pid=7131/tid=7185] ppid=7128 vsize=10824364 memory=2244 CPUtime=0.07 cores=1,3,5,7
/proc/7131/task/7185/stat : 7185 (java) S 7128 7131 4702 0 -1 1077944384 1 13177 0 0 0 0 5 2 20 0 15 0 473931702 11084148736 20416 33554432000 4194304 4196468 140732546372656 139776807844624 139776803612373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23076864 140732546378480 140732546380997 140732546380997 140732546383823 0
[pid=7131/tid=7186] ppid=7128 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7131/task/7186/stat : 7186 (java) S 7128 7131 4702 0 -1 1077944384 1 13177 0 0 0 0 5 2 20 0 15 0 473931702 11084148736 20416 33554432000 4194304 4196468 140732546372656 139776696118160 139776803612373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23076864 140732546378480 140732546380997 140732546380997 140732546383823 0
[pid=7131/tid=7187] ppid=7128 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7131/task/7187/stat : 7187 (java) S 7128 7131 4702 0 -1 1077944384 1 13177 0 0 0 0 5 2 20 0 15 0 473931702 11084148736 20416 33554432000 4194304 4196468 140732546372656 139776695065616 139776803612373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23076864 140732546378480 140732546380997 140732546380997 140732546383823 0
[pid=7131/tid=7188] ppid=7128 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7131/task/7188/stat : 7188 (java) S 7128 7131 4702 0 -1 1077944384 2 13177 0 0 0 0 5 2 20 0 15 0 473931702 11084148736 20416 33554432000 4194304 4196468 140732546372656 139776694013072 139776803612373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23076864 140732546378480 140732546380997 140732546380997 140732546383823 0
[pid=7131/tid=7189] ppid=7128 vsize=10824364 memory=6944652177228980320 CPUtime=0.07 cores=1,3,5,7
/proc/7131/task/7189/stat : 7189 (java) S 7128 7131 4702 0 -1 1077944384 6 13177 0 0 0 0 5 2 20 0 15 0 473931703 11084148736 20416 33554432000 4194304 4196468 140732546372656 139775805843440 139776803613314 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23076864 140732546378480 140732546380997 140732546380997 140732546383823 0
[pid=7131/tid=7190] ppid=7128 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7131/task/7190/stat : 7190 (java) S 7128 7131 4702 0 -1 1077944384 33 13177 0 0 0 0 5 2 20 0 15 0 473931704 11084148736 20416 33554432000 4194304 4196468 140732546372656 139775804789664 139776803612373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23076864 140732546378480 140732546380997 140732546380997 140732546383823 0
[pid=7131/tid=7191] ppid=7128 vsize=10824364 memory=6943526294502006880 CPUtime=0.07 cores=1,3,5,7
/proc/7131/task/7191/stat : 7191 (java) S 7128 7131 4702 0 -1 1077944384 1 13177 0 0 0 0 5 2 20 0 15 0 473931704 11084148736 20416 33554432000 4194304 4196468 140732546372656 139775684109296 139776803612373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23076864 140732546378480 140732546380997 140732546380997 140732546383823 0
[pid=7131/tid=7192] ppid=7128 vsize=10824364 memory=6944656592455097440 CPUtime=0.07 cores=1,3,5,7
/proc/7131/task/7192/stat : 7192 (java) S 7128 7131 4702 0 -1 1077944384 3 13177 0 0 0 0 5 2 20 0 15 0 473931707 11084148736 20416 33554432000 4194304 4196468 140732546372656 139775376709840 139776803620763 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23076864 140732546378480 140732546380997 140732546380997 140732546383823 0
[pid=7131/tid=7193] ppid=7128 vsize=10824364 memory=139972380231568 CPUtime=0.2 cores=1,3,5,7
/proc/7131/task/7193/stat : 7193 (java) R 7128 7131 4702 0 -1 4202560 858 13177 0 0 13 0 5 2 20 0 15 0 473931707 11084148736 20416 33554432000 4194304 4196468 140732546372656 139775771232672 139776781199216 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 23076864 140732546378480 140732546380997 140732546380997 140732546383823 0
[pid=7131/tid=7194] ppid=7128 vsize=10824364 memory=24964 CPUtime=0.23 cores=1,3,5,7
/proc/7131/task/7194/stat : 7194 (java) S 7128 7131 4702 0 -1 1077944384 749 13177 0 0 16 0 5 2 20 0 15 0 473931707 11084148736 20416 33554432000 4194304 4196468 140732546372656 139775770180208 139776803613314 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23076864 140732546378480 140732546380997 140732546380997 140732546383823 0
[pid=7131/tid=7195] ppid=7128 vsize=10824364 memory=2244 CPUtime=0.24 cores=1,3,5,7
/proc/7131/task/7195/stat : 7195 (java) R 7128 7131 4702 0 -1 4202560 821 13177 0 0 17 0 5 2 20 0 15 0 473931707 11084148736 20416 33554432000 4194304 4196468 140732546372656 139775769127664 139776796702014 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23076864 140732546378480 140732546380997 140732546380997 140732546383823 0
[pid=7131/tid=7196] ppid=7128 vsize=10824364 memory=139972380228976 CPUtime=0.07 cores=1,3,5,7
/proc/7131/task/7196/stat : 7196 (java) S 7128 7131 4702 0 -1 1077944384 3 13177 0 0 0 0 5 2 20 0 15 0 473931707 11084148736 20416 33554432000 4194304 4196468 140732546372656 139775343152224 139776803612373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23076864 140732546378480 140732546380997 140732546380997 140732546383823 0
[pid=7131/tid=7197] ppid=7128 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7131/task/7197/stat : 7197 (java) S 7128 7131 4702 0 -1 1077944384 1 13177 0 0 0 0 5 2 20 0 15 0 473931707 11084148736 20416 33554432000 4194304 4196468 140732546372656 139775768074544 139776803613314 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23076864 140732546378480 140732546380997 140732546380997 140732546383823 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 81664 KiB

[startup+1.50076 s]
/proc/loadavg: 1.39 1.48 1.63 5/228 7197
/proc/meminfo: memFree=7786792/32770624 swapFree=66998968/67108860
[pid=7131] ppid=7128 vsize=10834680 memory=223132 CPUtime=2.92 cores=1,3,5,7
/proc/7131/stat : 7131 (java) S 7128 7131 4702 0 -1 1077944320 24917 13177 0 0 274 11 5 2 20 0 15 0 473931692 11094712320 55783 33554432000 4194304 4196468 140732546372656 140732546355200 139776803602167 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 23076864 140732546378480 140732546380997 140732546380997 140732546383823 0
/proc/7131/statm: 2708670 55783 3584 1 0 2670733 0
[pid=7131/tid=7184] ppid=7128 vsize=10834680 memory=27 CPUtime=1.42 cores=1,3,5,7
/proc/7131/task/7184/stat : 7184 (java) R 7128 7131 4702 0 -1 4202560 15638 13177 0 0 128 7 5 2 20 0 15 0 473931701 11094712320 55783 33554432000 4194304 4196468 140732546372656 139776775434384 139776803614102 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23076864 140732546378480 140732546380997 140732546380997 140732546383823 0
[pid=7131/tid=7185] ppid=7128 vsize=10834680 memory=28 CPUtime=0.08 cores=1,3,5,7
/proc/7131/task/7185/stat : 7185 (java) S 7128 7131 4702 0 -1 1077944384 317 13177 0 0 1 0 5 2 20 0 15 0 473931702 11094712320 55783 33554432000 4194304 4196468 140732546372656 139776807844624 139776803612373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23076864 140732546378480 140732546380997 140732546380997 140732546383823 0
[pid=7131/tid=7186] ppid=7128 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/7131/task/7186/stat : 7186 (java) S 7128 7131 4702 0 -1 1077944384 29 13177 0 0 1 0 5 2 20 0 15 0 473931702 11094712320 55783 33554432000 4194304 4196468 140732546372656 139776696118160 139776803612373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23076864 140732546378480 140732546380997 140732546380997 140732546383823 0
[pid=7131/tid=7187] ppid=7128 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/7131/task/7187/stat : 7187 (java) S 7128 7131 4702 0 -1 1077944384 34 13177 0 0 1 0 5 2 20 0 15 0 473931702 11094712320 55783 33554432000 4194304 4196468 140732546372656 139776695065616 139776803612373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23076864 140732546378480 140732546380997 140732546380997 140732546383823 0
[pid=7131/tid=7188] ppid=7128 vsize=10834680 memory=103032 CPUtime=0.08 cores=1,3,5,7
/proc/7131/task/7188/stat : 7188 (java) S 7128 7131 4702 0 -1 1077944384 107 13177 0 0 1 0 5 2 20 0 15 0 473931702 11094712320 55783 33554432000 4194304 4196468 140732546372656 139776694013072 139776803612373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23076864 140732546378480 140732546380997 140732546380997 140732546383823 0
[pid=7131/tid=7189] ppid=7128 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/7131/task/7189/stat : 7189 (java) S 7128 7131 4702 0 -1 1077944384 1289 13177 0 0 1 0 5 2 20 0 15 0 473931703 11094712320 55783 33554432000 4194304 4196468 140732546372656 139775805843440 139776803613314 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23076864 140732546378480 140732546380997 140732546380997 140732546383823 0
[pid=7131/tid=7190] ppid=7128 vsize=10834680 memory=7014751519616620389 CPUtime=0.07 cores=1,3,5,7
/proc/7131/task/7190/stat : 7190 (java) S 7128 7131 4702 0 -1 1077944384 34 13177 0 0 0 0 5 2 20 0 15 0 473931704 11094712320 55783 33554432000 4194304 4196468 140732546372656 139775804789664 139776803612373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23076864 140732546378480 140732546380997 140732546380997 140732546383823 0
[pid=7131/tid=7191] ppid=7128 vsize=10834680 memory=7734479826826389081 CPUtime=0.07 cores=1,3,5,7
/proc/7131/task/7191/stat : 7191 (java) S 7128 7131 4702 0 -1 1077944384 1 13177 0 0 0 0 5 2 20 0 15 0 473931704 11094712320 55783 33554432000 4194304 4196468 140732546372656 139775684109296 139776803612373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23076864 140732546378480 140732546380997 140732546380997 140732546383823 0
[pid=7131/tid=7192] ppid=7128 vsize=10834680 memory=8030034041322824553 CPUtime=0.07 cores=1,3,5,7
/proc/7131/task/7192/stat : 7192 (java) S 7128 7131 4702 0 -1 1077944384 3 13177 0 0 0 0 5 2 20 0 15 0 473931707 11094712320 55783 33554432000 4194304 4196468 140732546372656 139775376709840 139776803620763 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23076864 140732546378480 140732546380997 140732546380997 140732546383823 0
[pid=7131/tid=7193] ppid=7128 vsize=10834680 memory=5571041044932679781 CPUtime=0.57 cores=1,3,5,7
/proc/7131/task/7193/stat : 7193 (java) S 7128 7131 4702 0 -1 1077944384 2612 13177 0 0 50 0 5 2 20 0 15 0 473931707 11094712320 55783 33554432000 4194304 4196468 140732546372656 139775771232752 139776803613314 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23076864 140732546378480 140732546380997 140732546380997 140732546383823 0
[pid=7131/tid=7194] ppid=7128 vsize=10834680 memory=7445695292586289255 CPUtime=0.58 cores=1,3,5,7
/proc/7131/task/7194/stat : 7194 (java) S 7128 7131 4702 0 -1 1077944384 1306 13177 0 0 51 0 5 2 20 0 15 0 473931707 11094712320 55783 33554432000 4194304 4196468 140732546372656 139775770180208 139776803613314 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23076864 140732546378480 140732546380997 140732546380997 140732546383823 0
[pid=7131/tid=7195] ppid=7128 vsize=10834680 memory=7014751519616620389 CPUtime=0.42 cores=1,3,5,7
/proc/7131/task/7195/stat : 7195 (java) R 7128 7131 4702 0 -1 4202560 1337 13177 0 0 35 0 5 2 20 0 15 0 473931707 11094712320 55783 33554432000 4194304 4196468 140732546372656 139775769127664 139776803623514 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23076864 140732546378480 140732546380997 140732546380997 140732546383823 0
[pid=7131/tid=7196] ppid=7128 vsize=10834680 memory=7014751519616620389 CPUtime=0.07 cores=1,3,5,7
/proc/7131/task/7196/stat : 7196 (java) S 7128 7131 4702 0 -1 1077944384 3 13177 0 0 0 0 5 2 20 0 15 0 473931707 11094712320 55783 33554432000 4194304 4196468 140732546372656 139775343152224 139776803612373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23076864 140732546378480 140732546380997 140732546380997 140732546383823 0
[pid=7131/tid=7197] ppid=7128 vsize=10834680 memory=55 CPUtime=0.07 cores=1,3,5,7
/proc/7131/task/7197/stat : 7197 (java) S 7128 7131 4702 0 -1 1077944384 3 13177 0 0 0 0 5 2 20 0 15 0 473931707 11094712320 55783 33554432000 4194304 4196468 140732546372656 139775768074544 139776803613314 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23076864 140732546378480 140732546380997 140732546380997 140732546383823 0
Current children cumulated CPU time: 2.92 s
Current children cumulated vsize: 10834680 KiB

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

[pid=7131/tid=7196] ppid=7128 vsize=10849036 memory=28404 CPUtime=0.07 cores=1,3,5,7
/proc/7131/task/7196/stat : 7196 (java) S 7128 7131 4702 0 -1 1077944384 3 13177 0 0 0 0 5 2 20 0 15 0 473931707 11109412864 457275 33554432000 4194304 4196468 140732546372656 139775343152224 139776803612373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23076864 140732546378480 140732546380997 140732546380997 140732546383823 0
[pid=7131/tid=7197] ppid=7128 vsize=10849036 memory=1072 CPUtime=0.91 cores=1,3,5,7
/proc/7131/task/7197/stat : 7197 (java) S 7128 7131 4702 0 -1 1077944384 1939 13177 0 0 42 42 5 2 20 0 15 0 473931707 11109412864 457275 33554432000 4194304 4196468 140732546372656 139775768074544 139776803613314 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 17 0 0 6293624 6294260 23076864 140732546378480 140732546380997 140732546380997 140732546383823 0
Current children cumulated CPU time: 1905.25 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 1829100 KiB

[startup+1888.8 s]
/proc/loadavg: 1.34 1.33 1.41 3/227 7910
/proc/meminfo: memFree=6592468/32770624 swapFree=66998972/67108860
[pid=7131] ppid=7128 vsize=10849036 memory=1829100 CPUtime=1906.04 cores=1,3,5,7
/proc/7131/stat : 7131 (java) S 7128 7131 4702 0 -1 1077944320 255410 13177 0 0 190454 143 5 2 20 0 15 0 473931692 11109412864 457275 33554432000 4194304 4196468 140732546372656 140732546355200 139776803602167 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 23076864 140732546378480 140732546380997 140732546380997 140732546383823 0
/proc/7131/statm: 2712259 457275 3627 1 0 2674317 0
[pid=7131/tid=7184] ppid=7128 vsize=10849036 memory=8112282956445269571 CPUtime=1885.25 cores=1,3,5,7
/proc/7131/task/7184/stat : 7184 (java) R 7128 7131 4702 0 -1 4202560 72545 13177 0 0 188478 40 5 2 20 0 15 0 473931701 11109412864 457275 33554432000 4194304 4196468 140732546372656 139776775422224 139776386718434 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23076864 140732546378480 140732546380997 140732546380997 140732546383823 0
[pid=7131/tid=7185] ppid=7128 vsize=10849036 memory=3612 CPUtime=1.83 cores=1,3,5,7
/proc/7131/task/7185/stat : 7185 (java) S 7128 7131 4702 0 -1 1077944384 18911 13177 0 0 162 14 5 2 20 0 15 0 473931702 11109412864 457275 33554432000 4194304 4196468 140732546372656 139776807844624 139776803612373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23076864 140732546378480 140732546380997 140732546380997 140732546383823 0
[pid=7131/tid=7186] ppid=7128 vsize=10849036 memory=2832 CPUtime=1.83 cores=1,3,5,7
/proc/7131/task/7186/stat : 7186 (java) S 7128 7131 4702 0 -1 1077944384 21024 13177 0 0 161 15 5 2 20 0 15 0 473931702 11109412864 457275 33554432000 4194304 4196468 140732546372656 139776696118160 139776803612373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23076864 140732546378480 140732546380997 140732546380997 140732546383823 0
[pid=7131/tid=7187] ppid=7128 vsize=10849036 memory=1552 CPUtime=1.84 cores=1,3,5,7
/proc/7131/task/7187/stat : 7187 (java) S 7128 7131 4702 0 -1 1077944384 13743 13177 0 0 165 12 5 2 20 0 15 0 473931702 11109412864 457275 33554432000 4194304 4196468 140732546372656 139776695065616 139776803612373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23076864 140732546378480 140732546380997 140732546380997 140732546383823 0
[pid=7131/tid=7188] ppid=7128 vsize=10849036 memory=1829100 CPUtime=1.83 cores=1,3,5,7
/proc/7131/task/7188/stat : 7188 (java) S 7128 7131 4702 0 -1 1077944384 18451 13177 0 0 164 12 5 2 20 0 15 0 473931702 11109412864 457275 33554432000 4194304 4196468 140732546372656 139776694013072 139776803612373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23076864 140732546378480 140732546380997 140732546380997 140732546383823 0
[pid=7131/tid=7189] ppid=7128 vsize=10849036 memory=1829100 CPUtime=1.25 cores=1,3,5,7
/proc/7131/task/7189/stat : 7189 (java) S 7128 7131 4702 0 -1 1077944384 16536 13177 0 0 110 8 5 2 20 0 15 0 473931703 11109412864 457275 33554432000 4194304 4196468 140732546372656 139775805843440 139776803613314 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23076864 140732546378480 140732546380997 140732546380997 140732546383823 0
[pid=7131/tid=7190] ppid=7128 vsize=10849036 memory=1760 CPUtime=0.07 cores=1,3,5,7
/proc/7131/task/7190/stat : 7190 (java) S 7128 7131 4702 0 -1 1077944384 48 13177 0 0 0 0 5 2 20 0 15 0 473931704 11109412864 457275 33554432000 4194304 4196468 140732546372656 139775804789792 139776803612373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23076864 140732546378480 140732546380997 140732546380997 140732546383823 0
[pid=7131/tid=7191] ppid=7128 vsize=10849036 memory=111632 CPUtime=0.07 cores=1,3,5,7
/proc/7131/task/7191/stat : 7191 (java) S 7128 7131 4702 0 -1 1077944384 12 13177 0 0 0 0 5 2 20 0 15 0 473931704 11109412864 457275 33554432000 4194304 4196468 140732546372656 139775684109312 139776803612373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23076864 140732546378480 140732546380997 140732546380997 140732546383823 0
[pid=7131/tid=7192] ppid=7128 vsize=10849036 memory=1829100 CPUtime=0.07 cores=1,3,5,7
/proc/7131/task/7192/stat : 7192 (java) S 7128 7131 4702 0 -1 1077944384 3 13177 0 0 0 0 5 2 20 0 15 0 473931707 11109412864 457275 33554432000 4194304 4196468 140732546372656 139775376709840 139776803620763 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23076864 140732546378480 140732546380997 140732546380997 140732546383823 0
[pid=7131/tid=7193] ppid=7128 vsize=10849036 memory=2120 CPUtime=5.2 cores=1,3,5,7
/proc/7131/task/7193/stat : 7193 (java) S 7128 7131 4702 0 -1 1077944384 41039 13177 0 0 509 4 5 2 20 0 15 0 473931707 11109412864 457275 33554432000 4194304 4196468 140732546372656 139775771232752 139776803613314 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 17 0 0 6293624 6294260 23076864 140732546378480 140732546380997 140732546380997 140732546383823 0
[pid=7131/tid=7194] ppid=7128 vsize=10849036 memory=8112282956445269571 CPUtime=4.67 cores=1,3,5,7
/proc/7131/task/7194/stat : 7194 (java) S 7128 7131 4702 0 -1 1077944384 29430 13177 0 0 456 4 5 2 20 0 15 0 473931707 11109412864 457275 33554432000 4194304 4196468 140732546372656 139775770180208 139776803613314 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23076864 140732546378480 140732546380997 140732546380997 140732546383823 0
[pid=7131/tid=7195] ppid=7128 vsize=10849036 memory=1152676 CPUtime=1.98 cores=1,3,5,7
/proc/7131/task/7195/stat : 7195 (java) S 7128 7131 4702 0 -1 1077944384 19522 13177 0 0 186 5 5 2 20 0 15 0 473931707 11109412864 457275 33554432000 4194304 4196468 140732546372656 139775769127664 139776803613314 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23076864 140732546378480 140732546380997 140732546380997 140732546383823 0
[pid=7131/tid=7196] ppid=7128 vsize=10849036 memory=1660 CPUtime=0.07 cores=1,3,5,7
/proc/7131/task/7196/stat : 7196 (java) S 7128 7131 4702 0 -1 1077944384 3 13177 0 0 0 0 5 2 20 0 15 0 473931707 11109412864 457275 33554432000 4194304 4196468 140732546372656 139775343152224 139776803612373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23076864 140732546378480 140732546380997 140732546380997 140732546383823 0
[pid=7131/tid=7197] ppid=7128 vsize=10849036 memory=1398722017469774279 CPUtime=0.91 cores=1,3,5,7
/proc/7131/task/7197/stat : 7197 (java) S 7128 7131 4702 0 -1 1077944384 1939 13177 0 0 42 42 5 2 20 0 15 0 473931707 11109412864 457275 33554432000 4194304 4196468 140732546372656 139775768074544 139776803613314 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 17 0 0 6293624 6294260 23076864 140732546378480 140732546380997 140732546380997 140732546383823 0
Current children cumulated CPU time: 1906.04 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 1829100 KiB

[startup+1889.6 s]
/proc/loadavg: 1.34 1.33 1.41 3/227 7910
/proc/meminfo: memFree=6592592/32770624 swapFree=66998972/67108860
[pid=7131] ppid=7128 vsize=10849036 memory=1829100 CPUtime=1906.84 cores=1,3,5,7
/proc/7131/stat : 7131 (java) S 7128 7131 4702 0 -1 1077944320 255412 13177 0 0 190534 143 5 2 20 0 15 0 473931692 11109412864 457275 33554432000 4194304 4196468 140732546372656 140732546355200 139776803602167 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 23076864 140732546378480 140732546380997 140732546380997 140732546383823 0
/proc/7131/statm: 2712259 457275 3627 1 0 2674317 0
[pid=7131/tid=7184] ppid=7128 vsize=10849036 memory=8112282956445269571 CPUtime=1886.04 cores=1,3,5,7
/proc/7131/task/7184/stat : 7184 (java) R 7128 7131 4702 0 -1 4202560 72546 13177 0 0 188557 40 5 2 20 0 15 0 473931701 11109412864 457275 33554432000 4194304 4196468 140732546372656 139776775438320 139776386717127 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23076864 140732546378480 140732546380997 140732546380997 140732546383823 0
[pid=7131/tid=7185] ppid=7128 vsize=10849036 memory=12024 CPUtime=1.83 cores=1,3,5,7
/proc/7131/task/7185/stat : 7185 (java) S 7128 7131 4702 0 -1 1077944384 18911 13177 0 0 162 14 5 2 20 0 15 0 473931702 11109412864 457275 33554432000 4194304 4196468 140732546372656 139776807844624 139776803612373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23076864 140732546378480 140732546380997 140732546380997 140732546383823 0
[pid=7131/tid=7186] ppid=7128 vsize=10849036 memory=2120 CPUtime=1.83 cores=1,3,5,7
/proc/7131/task/7186/stat : 7186 (java) S 7128 7131 4702 0 -1 1077944384 21024 13177 0 0 161 15 5 2 20 0 15 0 473931702 11109412864 457275 33554432000 4194304 4196468 140732546372656 139776696118160 139776803612373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23076864 140732546378480 140732546380997 140732546380997 140732546383823 0
[pid=7131/tid=7187] ppid=7128 vsize=10849036 memory=496 CPUtime=1.84 cores=1,3,5,7
/proc/7131/task/7187/stat : 7187 (java) S 7128 7131 4702 0 -1 1077944384 13743 13177 0 0 165 12 5 2 20 0 15 0 473931702 11109412864 457275 33554432000 4194304 4196468 140732546372656 139776695065616 139776803612373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23076864 140732546378480 140732546380997 140732546380997 140732546383823 0
[pid=7131/tid=7188] ppid=7128 vsize=10849036 memory=8112282956445269571 CPUtime=1.83 cores=1,3,5,7
/proc/7131/task/7188/stat : 7188 (java) S 7128 7131 4702 0 -1 1077944384 18451 13177 0 0 164 12 5 2 20 0 15 0 473931702 11109412864 457275 33554432000 4194304 4196468 140732546372656 139776694013072 139776803612373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23076864 140732546378480 140732546380997 140732546380997 140732546383823 0
[pid=7131/tid=7189] ppid=7128 vsize=10849036 memory=800 CPUtime=1.25 cores=1,3,5,7
/proc/7131/task/7189/stat : 7189 (java) S 7128 7131 4702 0 -1 1077944384 16537 13177 0 0 110 8 5 2 20 0 15 0 473931703 11109412864 457275 33554432000 4194304 4196468 140732546372656 139775805843440 139776803613314 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23076864 140732546378480 140732546380997 140732546380997 140732546383823 0
[pid=7131/tid=7190] ppid=7128 vsize=10849036 memory=1808 CPUtime=0.07 cores=1,3,5,7
/proc/7131/task/7190/stat : 7190 (java) S 7128 7131 4702 0 -1 1077944384 48 13177 0 0 0 0 5 2 20 0 15 0 473931704 11109412864 457275 33554432000 4194304 4196468 140732546372656 139775804789792 139776803612373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23076864 140732546378480 140732546380997 140732546380997 140732546383823 0
[pid=7131/tid=7191] ppid=7128 vsize=10849036 memory=924 CPUtime=0.07 cores=1,3,5,7
/proc/7131/task/7191/stat : 7191 (java) S 7128 7131 4702 0 -1 1077944384 12 13177 0 0 0 0 5 2 20 0 15 0 473931704 11109412864 457275 33554432000 4194304 4196468 140732546372656 139775684109312 139776803612373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23076864 140732546378480 140732546380997 140732546380997 140732546383823 0
[pid=7131/tid=7192] ppid=7128 vsize=10849036 memory=1829100 CPUtime=0.07 cores=1,3,5,7
/proc/7131/task/7192/stat : 7192 (java) S 7128 7131 4702 0 -1 1077944384 3 13177 0 0 0 0 5 2 20 0 15 0 473931707 11109412864 457275 33554432000 4194304 4196468 140732546372656 139775376709840 139776803620763 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23076864 140732546378480 140732546380997 140732546380997 140732546383823 0
[pid=7131/tid=7193] ppid=7128 vsize=10849036 memory=2832 CPUtime=5.2 cores=1,3,5,7
/proc/7131/task/7193/stat : 7193 (java) S 7128 7131 4702 0 -1 1077944384 41039 13177 0 0 509 4 5 2 20 0 15 0 473931707 11109412864 457275 33554432000 4194304 4196468 140732546372656 139775771232752 139776803613314 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 17 0 0 6293624 6294260 23076864 140732546378480 140732546380997 140732546380997 140732546383823 0
[pid=7131/tid=7194] ppid=7128 vsize=10849036 memory=1552 CPUtime=4.67 cores=1,3,5,7
/proc/7131/task/7194/stat : 7194 (java) S 7128 7131 4702 0 -1 1077944384 29430 13177 0 0 456 4 5 2 20 0 15 0 473931707 11109412864 457275 33554432000 4194304 4196468 140732546372656 139775770180208 139776803613314 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23076864 140732546378480 140732546380997 140732546380997 140732546383823 0
[pid=7131/tid=7195] ppid=7128 vsize=10849036 memory=1204 CPUtime=1.98 cores=1,3,5,7
/proc/7131/task/7195/stat : 7195 (java) S 7128 7131 4702 0 -1 1077944384 19522 13177 0 0 186 5 5 2 20 0 15 0 473931707 11109412864 457275 33554432000 4194304 4196468 140732546372656 139775769127664 139776803613314 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23076864 140732546378480 140732546380997 140732546380997 140732546383823 0
[pid=7131/tid=7196] ppid=7128 vsize=10849036 memory=1072 CPUtime=0.07 cores=1,3,5,7
/proc/7131/task/7196/stat : 7196 (java) S 7128 7131 4702 0 -1 1077944384 3 13177 0 0 0 0 5 2 20 0 15 0 473931707 11109412864 457275 33554432000 4194304 4196468 140732546372656 139775343152224 139776803612373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23076864 140732546378480 140732546380997 140732546380997 140732546383823 0
[pid=7131/tid=7197] ppid=7128 vsize=10849036 memory=1829100 CPUtime=0.91 cores=1,3,5,7
/proc/7131/task/7197/stat : 7197 (java) S 7128 7131 4702 0 -1 1077944384 1939 13177 0 0 42 42 5 2 20 0 15 0 473931707 11109412864 457275 33554432000 4194304 4196468 140732546372656 139775768074544 139776803613314 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 17 0 0 6293624 6294260 23076864 140732546378480 140732546380997 140732546380997 140732546383823 0
Current children cumulated CPU time: 1906.84 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 1829100 KiB

[startup+1889.8 s]
/proc/loadavg: 1.34 1.33 1.41 3/227 7910
/proc/meminfo: memFree=6592592/32770624 swapFree=66998972/67108860
[pid=7131] ppid=7128 vsize=10849036 memory=1829100 CPUtime=1907.04 cores=1,3,5,7
/proc/7131/stat : 7131 (java) S 7128 7131 4702 0 -1 1077944320 255412 13177 0 0 190554 143 5 2 20 0 15 0 473931692 11109412864 457275 33554432000 4194304 4196468 140732546372656 140732546355200 139776803602167 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 23076864 140732546378480 140732546380997 140732546380997 140732546383823 0
/proc/7131/statm: 2712259 457275 3627 1 0 2674317 0
[pid=7131/tid=7184] ppid=7128 vsize=10849036 memory=1544 CPUtime=1886.24 cores=1,3,5,7
/proc/7131/task/7184/stat : 7184 (java) R 7128 7131 4702 0 -1 4202560 72546 13177 0 0 188577 40 5 2 20 0 15 0 473931701 11109412864 457275 33554432000 4194304 4196468 140732546372656 139776775438320 139776386720571 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23076864 140732546378480 140732546380997 140732546380997 140732546383823 0
[pid=7131/tid=7185] ppid=7128 vsize=10849036 memory=776 CPUtime=1.83 cores=1,3,5,7
/proc/7131/task/7185/stat : 7185 (java) S 7128 7131 4702 0 -1 1077944384 18911 13177 0 0 162 14 5 2 20 0 15 0 473931702 11109412864 457275 33554432000 4194304 4196468 140732546372656 139776807844624 139776803612373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23076864 140732546378480 140732546380997 140732546380997 140732546383823 0
[pid=7131/tid=7186] ppid=7128 vsize=10849036 memory=1056 CPUtime=1.83 cores=1,3,5,7
/proc/7131/task/7186/stat : 7186 (java) S 7128 7131 4702 0 -1 1077944384 21024 13177 0 0 161 15 5 2 20 0 15 0 473931702 11109412864 457275 33554432000 4194304 4196468 140732546372656 139776696118160 139776803612373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23076864 140732546378480 140732546380997 140732546380997 140732546383823 0
[pid=7131/tid=7187] ppid=7128 vsize=10849036 memory=988 CPUtime=1.84 cores=1,3,5,7
/proc/7131/task/7187/stat : 7187 (java) S 7128 7131 4702 0 -1 1077944384 13743 13177 0 0 165 12 5 2 20 0 15 0 473931702 11109412864 457275 33554432000 4194304 4196468 140732546372656 139776695065616 139776803612373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23076864 140732546378480 140732546380997 140732546380997 140732546383823 0
[pid=7131/tid=7188] ppid=7128 vsize=10849036 memory=2020 CPUtime=1.83 cores=1,3,5,7
/proc/7131/task/7188/stat : 7188 (java) S 7128 7131 4702 0 -1 1077944384 18451 13177 0 0 164 12 5 2 20 0 15 0 473931702 11109412864 457275 33554432000 4194304 4196468 140732546372656 139776694013072 139776803612373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23076864 140732546378480 140732546380997 140732546380997 140732546383823 0
[pid=7131/tid=7189] ppid=7128 vsize=10849036 memory=1428 CPUtime=1.25 cores=1,3,5,7
/proc/7131/task/7189/stat : 7189 (java) S 7128 7131 4702 0 -1 1077944384 16537 13177 0 0 110 8 5 2 20 0 15 0 473931703 11109412864 457275 33554432000 4194304 4196468 140732546372656 139775805843440 139776803613314 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23076864 140732546378480 140732546380997 140732546380997 140732546383823 0
[pid=7131/tid=7190] ppid=7128 vsize=10849036 memory=9396 CPUtime=0.07 cores=1,3,5,7
/proc/7131/task/7190/stat : 7190 (java) S 7128 7131 4702 0 -1 1077944384 48 13177 0 0 0 0 5 2 20 0 15 0 473931704 11109412864 457275 33554432000 4194304 4196468 140732546372656 139775804789792 139776803612373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23076864 140732546378480 140732546380997 140732546380997 140732546383823 0
[pid=7131/tid=7191] ppid=7128 vsize=10849036 memory=656 CPUtime=0.07 cores=1,3,5,7
/proc/7131/task/7191/stat : 7191 (java) S 7128 7131 4702 0 -1 1077944384 12 13177 0 0 0 0 5 2 20 0 15 0 473931704 11109412864 457275 33554432000 4194304 4196468 140732546372656 139775684109312 139776803612373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23076864 140732546378480 140732546380997 140732546380997 140732546383823 0
[pid=7131/tid=7192] ppid=7128 vsize=10849036 memory=3612 CPUtime=0.07 cores=1,3,5,7
/proc/7131/task/7192/stat : 7192 (java) S 7128 7131 4702 0 -1 1077944384 3 13177 0 0 0 0 5 2 20 0 15 0 473931707 11109412864 457275 33554432000 4194304 4196468 140732546372656 139775376709840 139776803620763 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23076864 140732546378480 140732546380997 140732546380997 140732546383823 0
[pid=7131/tid=7193] ppid=7128 vsize=10849036 memory=2832 CPUtime=5.2 cores=1,3,5,7
/proc/7131/task/7193/stat : 7193 (java) S 7128 7131 4702 0 -1 1077944384 41039 13177 0 0 509 4 5 2 20 0 15 0 473931707 11109412864 457275 33554432000 4194304 4196468 140732546372656 139775771232752 139776803613314 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 17 0 0 6293624 6294260 23076864 140732546378480 140732546380997 140732546380997 140732546383823 0
[pid=7131/tid=7194] ppid=7128 vsize=10849036 memory=1552 CPUtime=4.67 cores=1,3,5,7
/proc/7131/task/7194/stat : 7194 (java) S 7128 7131 4702 0 -1 1077944384 29430 13177 0 0 456 4 5 2 20 0 15 0 473931707 11109412864 457275 33554432000 4194304 4196468 140732546372656 139775770180208 139776803613314 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23076864 140732546378480 140732546380997 140732546380997 140732546383823 0
[pid=7131/tid=7195] ppid=7128 vsize=10849036 memory=1204 CPUtime=1.98 cores=1,3,5,7
/proc/7131/task/7195/stat : 7195 (java) S 7128 7131 4702 0 -1 1077944384 19522 13177 0 0 186 5 5 2 20 0 15 0 473931707 11109412864 457275 33554432000 4194304 4196468 140732546372656 139775769127664 139776803613314 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23076864 140732546378480 140732546380997 140732546380997 140732546383823 0
[pid=7131/tid=7196] ppid=7128 vsize=10849036 memory=1829100 CPUtime=0.07 cores=1,3,5,7
/proc/7131/task/7196/stat : 7196 (java) S 7128 7131 4702 0 -1 1077944384 3 13177 0 0 0 0 5 2 20 0 15 0 473931707 11109412864 457275 33554432000 4194304 4196468 140732546372656 139775343152224 139776803612373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23076864 140732546378480 140732546380997 140732546380997 140732546383823 0
[pid=7131/tid=7197] ppid=7128 vsize=10849036 memory=14012 CPUtime=0.91 cores=1,3,5,7
/proc/7131/task/7197/stat : 7197 (java) S 7128 7131 4702 0 -1 1077944384 1939 13177 0 0 42 42 5 2 20 0 15 0 473931707 11109412864 457275 33554432000 4194304 4196468 140732546372656 139775768074544 139776803613314 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 17 0 0 6293624 6294260 23076864 140732546378480 140732546380997 140732546380997 140732546383823 0
Current children cumulated CPU time: 1907.04 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 1829100 KiB

[startup+1889.9 s]
/proc/loadavg: 1.34 1.33 1.41 3/227 7910
/proc/meminfo: memFree=6592592/32770624 swapFree=66998972/67108860
[pid=7131] ppid=7128 vsize=10849036 memory=1829100 CPUtime=1907.14 cores=1,3,5,7
/proc/7131/stat : 7131 (java) S 7128 7131 4702 0 -1 1077944320 255412 13177 0 0 190564 143 5 2 20 0 15 0 473931692 11109412864 457275 33554432000 4194304 4196468 140732546372656 140732546355200 139776803602167 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 23076864 140732546378480 140732546380997 140732546380997 140732546383823 0
/proc/7131/statm: 2712259 457275 3627 1 0 2674317 0
[pid=7131/tid=7184] ppid=7128 vsize=10849036 memory=1829088 CPUtime=1886.34 cores=1,3,5,7
/proc/7131/task/7184/stat : 7184 (java) R 7128 7131 4702 0 -1 4202560 72546 13177 0 0 188587 40 5 2 20 0 15 0 473931701 11109412864 457275 33554432000 4194304 4196468 140732546372656 139776775438320 139776386716862 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23076864 140732546378480 140732546380997 140732546380997 140732546383823 0
[pid=7131/tid=7185] ppid=7128 vsize=10849036 memory=1829088 CPUtime=1.83 cores=1,3,5,7
/proc/7131/task/7185/stat : 7185 (java) S 7128 7131 4702 0 -1 1077944384 18911 13177 0 0 162 14 5 2 20 0 15 0 473931702 11109412864 457275 33554432000 4194304 4196468 140732546372656 139776807844624 139776803612373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23076864 140732546378480 140732546380997 140732546380997 140732546383823 0
[pid=7131/tid=7186] ppid=7128 vsize=10849036 memory=1829100 CPUtime=1.83 cores=1,3,5,7
/proc/7131/task/7186/stat : 7186 (java) S 7128 7131 4702 0 -1 1077944384 21024 13177 0 0 161 15 5 2 20 0 15 0 473931702 11109412864 457275 33554432000 4194304 4196468 140732546372656 139776696118160 139776803612373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23076864 140732546378480 140732546380997 140732546380997 140732546383823 0
[pid=7131/tid=7187] ppid=7128 vsize=10849036 memory=1829100 CPUtime=1.84 cores=1,3,5,7
/proc/7131/task/7187/stat : 7187 (java) S 7128 7131 4702 0 -1 1077944384 13743 13177 0 0 165 12 5 2 20 0 15 0 473931702 11109412864 457275 33554432000 4194304 4196468 140732546372656 139776695065616 139776803612373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23076864 140732546378480 140732546380997 140732546380997 140732546383823 0
[pid=7131/tid=7188] ppid=7128 vsize=10849036 memory=1829100 CPUtime=1.83 cores=1,3,5,7
/proc/7131/task/7188/stat : 7188 (java) S 7128 7131 4702 0 -1 1077944384 18451 13177 0 0 164 12 5 2 20 0 15 0 473931702 11109412864 457275 33554432000 4194304 4196468 140732546372656 139776694013072 139776803612373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23076864 140732546378480 140732546380997 140732546380997 140732546383823 0
[pid=7131/tid=7189] ppid=7128 vsize=10849036 memory=1829100 CPUtime=1.25 cores=1,3,5,7
/proc/7131/task/7189/stat : 7189 (java) S 7128 7131 4702 0 -1 1077944384 16537 13177 0 0 110 8 5 2 20 0 15 0 473931703 11109412864 457275 33554432000 4194304 4196468 140732546372656 139775805843440 139776803613314 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23076864 140732546378480 140732546380997 140732546380997 140732546383823 0
[pid=7131/tid=7190] ppid=7128 vsize=10849036 memory=1829100 CPUtime=0.07 cores=1,3,5,7
/proc/7131/task/7190/stat : 7190 (java) S 7128 7131 4702 0 -1 1077944384 48 13177 0 0 0 0 5 2 20 0 15 0 473931704 11109412864 457275 33554432000 4194304 4196468 140732546372656 139775804789792 139776803612373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23076864 140732546378480 140732546380997 140732546380997 140732546383823 0
[pid=7131/tid=7191] ppid=7128 vsize=10849036 memory=1829100 CPUtime=0.07 cores=1,3,5,7
/proc/7131/task/7191/stat : 7191 (java) S 7128 7131 4702 0 -1 1077944384 12 13177 0 0 0 0 5 2 20 0 15 0 473931704 11109412864 457275 33554432000 4194304 4196468 140732546372656 139775684109312 139776803612373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23076864 140732546378480 140732546380997 140732546380997 140732546383823 0
[pid=7131/tid=7192] ppid=7128 vsize=10849036 memory=1829100 CPUtime=0.07 cores=1,3,5,7
/proc/7131/task/7192/stat : 7192 (java) S 7128 7131 4702 0 -1 1077944384 3 13177 0 0 0 0 5 2 20 0 15 0 473931707 11109412864 457275 33554432000 4194304 4196468 140732546372656 139775376709840 139776803620763 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23076864 140732546378480 140732546380997 140732546380997 140732546383823 0
[pid=7131/tid=7193] ppid=7128 vsize=10849036 memory=1829100 CPUtime=5.2 cores=1,3,5,7
/proc/7131/task/7193/stat : 7193 (java) S 7128 7131 4702 0 -1 1077944384 41039 13177 0 0 509 4 5 2 20 0 15 0 473931707 11109412864 457275 33554432000 4194304 4196468 140732546372656 139775771232752 139776803613314 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 17 0 0 6293624 6294260 23076864 140732546378480 140732546380997 140732546380997 140732546383823 0
[pid=7131/tid=7194] ppid=7128 vsize=10849036 memory=1829088 CPUtime=4.67 cores=1,3,5,7
/proc/7131/task/7194/stat : 7194 (java) S 7128 7131 4702 0 -1 1077944384 29430 13177 0 0 456 4 5 2 20 0 15 0 473931707 11109412864 457275 33554432000 4194304 4196468 140732546372656 139775770180208 139776803613314 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23076864 140732546378480 140732546380997 140732546380997 140732546383823 0
[pid=7131/tid=7195] ppid=7128 vsize=10849036 memory=3580 CPUtime=1.98 cores=1,3,5,7
/proc/7131/task/7195/stat : 7195 (java) S 7128 7131 4702 0 -1 1077944384 19522 13177 0 0 186 5 5 2 20 0 15 0 473931707 11109412864 457275 33554432000 4194304 4196468 140732546372656 139775769127664 139776803613314 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23076864 140732546378480 140732546380997 140732546380997 140732546383823 0
[pid=7131/tid=7196] ppid=7128 vsize=10849036 memory=1829100 CPUtime=0.07 cores=1,3,5,7
/proc/7131/task/7196/stat : 7196 (java) S 7128 7131 4702 0 -1 1077944384 3 13177 0 0 0 0 5 2 20 0 15 0 473931707 11109412864 457275 33554432000 4194304 4196468 140732546372656 139775343152224 139776803612373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23076864 140732546378480 140732546380997 140732546380997 140732546383823 0
[pid=7131/tid=7197] ppid=7128 vsize=10849036 memory=52584 CPUtime=0.91 cores=1,3,5,7
/proc/7131/task/7197/stat : 7197 (java) S 7128 7131 4702 0 -1 1077944384 1939 13177 0 0 42 42 5 2 20 0 15 0 473931707 11109412864 457275 33554432000 4194304 4196468 140732546372656 139775768074544 139776803613314 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 17 0 0 6293624 6294260 23076864 140732546378480 140732546380997 140732546380997 140732546383823 0
Current children cumulated CPU time: 1907.14 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 1829100 KiB

Child status: 0
Real time (s): 1889.98
CPU time (s): 1907.25
CPU user time (s): 1905.78
CPU system time (s): 1.47511
CPU usage (%): 100.914
Max. virtual memory (cumulated for all children) (KiB): 10849036
Max. memory (cumulated for all children) (KiB): 1889888

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1905.78
system time used= 1.47511
maximum resident set size= 1891936
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 269301
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2336
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 71887
involuntary context switches= 1397


# summary of solver processes directly reported to runsolver:
#   pid: 7131
#   total CPU time (s): 1907.25
#   total CPU user time (s): 1905.78
#   total CPU system time (s): 1.47511

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.127 second user time and 17.6812 second system time

The end

Launcher Data

Begin job on node123 at 2019-09-20 12:50:29
IDJOB=4402911
IDBENCH=128027
IDSOLVER=2861
FILE ID=node123/4402911-1568976668
RUNJOBID= node123-1568967599-4736
PBS_JOBID= 21704625
Free space on /tmp= 25692 MiB

SOLVER NAME= Concrete 3.12.3
BENCH NAME= XCSP17/PrizeCollecting/PrizeCollecting-jok-s1/PrizeCollecting-25-5-5-6.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4402911-1568976668/watcher-4402911-1568976668 -o /tmp/evaluation-result-4402911-1568976668/solver-4402911-1568976668 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node123-1568967599-4736 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=453517493 HOME/instance-4402911-1568976668.xml

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

MD5SUM BENCH= 0bc86e74ae8fed70a43ec92abb2586e2
RANDOM SEED=453517493

node123.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.49
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.49
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.49
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.49
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:         7910048 kB
MemAvailable:   30201348 kB
Buffers:          102904 kB
Cached:         22182040 kB
SwapCached:         7148 kB
Active:         12743892 kB
Inactive:       11196440 kB
Active(anon):    1645592 kB
Inactive(anon):    57484 kB
Active(file):   11098300 kB
Inactive(file): 11138956 kB
Unevictable:      107412 kB
Mlocked:          107412 kB
SwapTotal:      67108860 kB
SwapFree:       66998968 kB
Dirty:             36192 kB
Writeback:            12 kB
AnonPages:       1726376 kB
Mapped:            64220 kB
Shmem:             38944 kB
Slab:             512232 kB
SReclaimable:     482504 kB
SUnreclaim:        29728 kB
KernelStack:        3888 kB
PageTables:         9108 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2801544 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1576960 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 25656 MiB
End job on node123 at 2019-09-20 13:21:59