Trace number 4401035

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.2OPT943 508.417 488.801

General information on the benchmark

NameMario/Mario-zinc-s1/
Mario-n-medium-3.xml
MD5SUM5e375f515acf7f26619053bdd8bbc393
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark943
Best CPU time to get the best result obtained on this benchmark57.2299
Satisfiable
(Un)Satisfiability was proved
Number of variables90
Number of constraints61
Number of domains57
Minimum domain size1
Maximum domain size30
Distribution of domain sizes[{"size":1,"count":2},{"size":2,"count":28},{"size":28,"count":1},{"size":29,"count":8},{"size":30,"count":51}]
Minimum variable degree1
Maximum variable degree3
Distribution of variable degrees[{"degree":1,"count":2},{"degree":2,"count":59},{"degree":3,"count":29}]
Minimum constraint arity1
Maximum constraint arity30
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":58},{"arity":30,"count":2}]
Number of extensional constraints30
Number of intensional constraints29
Distribution of constraint types[{"type":"extension","count":30},{"type":"intension","count":29},{"type":"sum","count":1},{"type":"circuit","count":1}]
Optimization problemYES
Type of objectivemax SUM

Quality of the solution as a function of time


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

Solver Data

0.73/0.56	c Concrete v3.12.2.1568631193530 running
10.18/4.08	o 492
10.83/4.25	o 600
10.83/4.29	o 716
11.47/4.47	o 729
12.67/4.81	o 745
15.66/6.24	o 775
18.42/7.80	o 786
20.30/8.93	o 808
20.30/8.96	o 821
20.30/9.00	o 854
21.33/9.74	o 869
46.77/33.20	o 943
508.29/488.78	v <instantiation
508.29/488.78	v         cost = '943'>
508.29/488.78	v       <list>
508.29/488.78	v         s[0] s[1] s[2] s[3] s[4] s[5] s[6] s[7] s[8] s[9] s[10] s[11] s[12] s[13] s[14] s[15] s[16] s[17] s[18] s[19] s[20] s[21] s[22] s[23] s[24] s[25] s[26] s[27] s[28] s[29] f[0] f[1] f[2] f[3] f[4] f[5] f[6] f[7] f[8] f[9] f[10] f[11] f[12] f[13] f[14] f[15] f[16] f[17] f[18] f[19] f[20] f[21] f[22] f[23] f[24] f[25] f[26] f[27] f[28] f[29] 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] g[25] g[26] g[27] g[28] g[29]
508.29/488.78	v       </list>
508.29/488.78	v       <values>
508.29/488.78	v         27 0 2 13 4 5 22 7 8 9 10 11 12 21 14 15 19 17 3 18 1 6 26 28 24 25 29 16 20 23 178 0 0 28 0 0 42 0 0 0 0 0 0 77 0 0 137 0 63 161 67 99 337 19 0 0 44 181 216 265 0 0 0 81 0 0 49 0 0 0 0 0 0 14 0 0 76 0 86 99 11 92 85 95 0 0 57 59 46 93
508.29/488.78	v       </values>
508.29/488.78	v     </instantiation>
508.29/488.78	s OPTIMUM FOUND

Verifier Data

OK	943

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4401035-1568685058/watcher-4401035-1568685058 -o /tmp/evaluation-result-4401035-1568685058/solver-4401035-1568685058 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node140-1568673290-15914 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=2063277470 HOME/instance-4401035-1568685058.xml 

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

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=20020, runsolver pid=20017
Current StackSize limit: 8192 KiB


[startup+0.100065 s]*
/proc/loadavg: 2.37 1.89 1.65 3/219 20077
/proc/meminfo: memFree=25342352/32770624 swapFree=66999436/67108860
[pid=20020] ppid=20017 vsize=9972712 memory=14916 CPUtime=0.08 cores=0,2,4,6
/proc/20020/stat : 20020 (java) S 20017 20020 15883 0 -1 1077944320 4518 13138 0 0 1 0 4 3 20 0 6 0 444444177 10212057088 3729 33554432000 4194304 4196468 140735940708880 140735940691424 140040562970359 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 26791936 140735940713199 140735940715717 140735940715717 140735940718543 0
/proc/20020/statm: 2493178 3729 1935 1 0 2481616 0
[pid=20020/tid=20073] ppid=20017 vsize=9972712 memory=4279135704013571723 CPUtime=0.07 cores=0,2,4,6
/proc/20020/task/20073/stat : 20073 (java) R 20017 20020 15883 0 -1 4202560 2311 13138 0 0 0 0 4 3 20 0 6 0 444444186 10212057088 3795 33554432000 4194304 4196468 140735940708880 140040534807120 140040547050876 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26791936 140735940713199 140735940715717 140735940715717 140735940718543 0
[pid=20020/tid=20074] ppid=20017 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/20020/task/20074/stat : 20074 (java) S 20017 20020 15883 0 -1 1077944384 1 13138 0 0 0 0 4 3 20 0 6 0 444444187 10212057088 3795 33554432000 4194304 4196468 140735940708880 140040567212688 140040562980565 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26791936 140735940713199 140735940715717 140735940715717 140735940718543 0
[pid=20020/tid=20075] ppid=20017 vsize=9972712 memory=140213107861120 CPUtime=0.07 cores=0,2,4,6
/proc/20020/task/20075/stat : 20075 (java) S 20017 20020 15883 0 -1 1077944384 1 13138 0 0 0 0 4 3 20 0 6 0 444444187 10212057088 3795 33554432000 4194304 4196468 140735940708880 140040496970256 140040562980565 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26791936 140735940713199 140735940715717 140735940715717 140735940718543 0
[pid=20020/tid=20076] ppid=20017 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/20020/task/20076/stat : 20076 (java) S 20017 20020 15883 0 -1 1077944384 1 13138 0 0 0 0 4 3 20 0 6 0 444444187 10212057088 3795 33554432000 4194304 4196468 140735940708880 140040135436688 140040562980565 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26791936 140735940713199 140735940715717 140735940715717 140735940718543 0
[pid=20020/tid=20077] ppid=20017 vsize=9972712 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/20020/task/20077/stat : 20077 (java) S 20017 20020 15883 0 -1 1077944384 2 13138 0 0 0 0 4 3 20 0 6 0 444444187 10212057088 3795 33554432000 4194304 4196468 140735940708880 140040134383888 140040562980565 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26791936 140735940713199 140735940715717 140735940715717 140735940718543 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 14916 KiB

[startup+0.210252 s]*
/proc/loadavg: 2.37 1.89 1.65 4/228 20086
/proc/meminfo: memFree=25320612/32770624 swapFree=66999436/67108860
[pid=20020] ppid=20017 vsize=10819712 memory=41712 CPUtime=0.25 cores=0,2,4,6
/proc/20020/stat : 20020 (java) S 20017 20020 15883 0 -1 1077944320 7379 13138 0 0 17 1 4 3 20 0 15 0 444444177 11079385088 10428 33554432000 4194304 4196468 140735940708880 140735940691424 140040562970359 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 26791936 140735940713199 140735940715717 140735940715717 140735940718543 0
/proc/20020/statm: 2704928 10428 3175 1 0 2667149 0
[pid=20020/tid=20073] ppid=20017 vsize=10819712 memory=7022364594140610616 CPUtime=0.18 cores=0,2,4,6
/proc/20020/task/20073/stat : 20073 (java) R 20017 20020 15883 0 -1 4202560 3773 13138 0 0 10 1 4 3 20 0 15 0 444444186 11079385088 10428 33554432000 4194304 4196468 140735940708880 140040534764464 140040547050846 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26791936 140735940713199 140735940715717 140735940715717 140735940718543 0
[pid=20020/tid=20074] ppid=20017 vsize=10819712 memory=345 CPUtime=0.07 cores=0,2,4,6
/proc/20020/task/20074/stat : 20074 (java) S 20017 20020 15883 0 -1 1077944384 1 13138 0 0 0 0 4 3 20 0 15 0 444444187 11079385088 10428 33554432000 4194304 4196468 140735940708880 140040567212688 140040562980565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26791936 140735940713199 140735940715717 140735940715717 140735940718543 0
[pid=20020/tid=20075] ppid=20017 vsize=10819712 memory=140213111202300 CPUtime=0.07 cores=0,2,4,6
/proc/20020/task/20075/stat : 20075 (java) S 20017 20020 15883 0 -1 1077944384 1 13138 0 0 0 0 4 3 20 0 15 0 444444187 11079385088 10428 33554432000 4194304 4196468 140735940708880 140040496970256 140040562980565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26791936 140735940713199 140735940715717 140735940715717 140735940718543 0
[pid=20020/tid=20076] ppid=20017 vsize=10819712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/20020/task/20076/stat : 20076 (java) S 20017 20020 15883 0 -1 1077944384 1 13138 0 0 0 0 4 3 20 0 15 0 444444187 11079385088 10428 33554432000 4194304 4196468 140735940708880 140040135436688 140040562980565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26791936 140735940713199 140735940715717 140735940715717 140735940718543 0
[pid=20020/tid=20077] ppid=20017 vsize=10819712 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/20020/task/20077/stat : 20077 (java) S 20017 20020 15883 0 -1 1077944384 2 13138 0 0 0 0 4 3 20 0 15 0 444444187 11079385088 10428 33554432000 4194304 4196468 140735940708880 140040134383888 140040562980565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26791936 140735940713199 140735940715717 140735940715717 140735940718543 0
[pid=20020/tid=20078] ppid=20017 vsize=10819712 memory=140213107861120 CPUtime=0.07 cores=0,2,4,6
/proc/20020/task/20078/stat : 20078 (java) S 20017 20020 15883 0 -1 1077944384 2 13138 0 0 0 0 4 3 20 0 15 0 444444188 11079385088 10428 33554432000 4194304 4196468 140735940708880 140040021715824 140040562981506 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26791936 140735940713199 140735940715717 140735940715717 140735940718543 0
[pid=20020/tid=20079] ppid=20017 vsize=10819712 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/20020/task/20079/stat : 20079 (java) S 20017 20020 15883 0 -1 1077944384 33 13138 0 0 0 0 4 3 20 0 15 0 444444189 11079385088 10428 33554432000 4194304 4196468 140735940708880 140040020661792 140040562980565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26791936 140735940713199 140735940715717 140735940715717 140735940718543 0
[pid=20020/tid=20080] ppid=20017 vsize=10819712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/20020/task/20080/stat : 20080 (java) S 20017 20020 15883 0 -1 1077944384 1 13138 0 0 0 0 4 3 20 0 15 0 444444189 11079385088 10428 33554432000 4194304 4196468 140735940708880 140039891707248 140040562980565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26791936 140735940713199 140735940715717 140735940715717 140735940718543 0
[pid=20020/tid=20081] ppid=20017 vsize=10819712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/20020/task/20081/stat : 20081 (java) S 20017 20020 15883 0 -1 1077944384 2 13138 0 0 0 0 4 3 20 0 15 0 444444191 11079385088 10428 33554432000 4194304 4196468 140735940708880 140039287728464 140040562988955 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26791936 140735940713199 140735940715717 140735940715717 140735940718543 0
[pid=20020/tid=20082] ppid=20017 vsize=10819712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20020/task/20082/stat : 20082 (java) S 20017 20020 15883 0 -1 1077944384 493 13138 0 0 1 0 4 3 20 0 15 0 444444191 11079385088 10428 33554432000 4194304 4196468 140735940708880 140039987104112 140040562981506 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26791936 140735940713199 140735940715717 140735940715717 140735940718543 0
[pid=20020/tid=20083] ppid=20017 vsize=10819712 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/20020/task/20083/stat : 20083 (java) S 20017 20020 15883 0 -1 1077944384 186 13138 0 0 0 0 4 3 20 0 15 0 444444191 11079385088 10428 33554432000 4194304 4196468 140735940708880 140039986051312 140040562981506 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26791936 140735940713199 140735940715717 140735940715717 140735940718543 0
[pid=20020/tid=20084] ppid=20017 vsize=10819712 memory=140213107861120 CPUtime=0.1 cores=0,2,4,6
/proc/20020/task/20084/stat : 20084 (java) S 20017 20020 15883 0 -1 1077944384 671 13138 0 0 3 0 4 3 20 0 15 0 444444191 11079385088 10428 33554432000 4194304 4196468 140735940708880 140039984998512 140040562981506 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26791936 140735940713199 140735940715717 140735940715717 140735940718543 0
[pid=20020/tid=20085] ppid=20017 vsize=10819712 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/20020/task/20085/stat : 20085 (java) S 20017 20020 15883 0 -1 1077944384 3 13138 0 0 0 0 4 3 20 0 15 0 444444192 11079385088 10428 33554432000 4194304 4196468 140735940708880 140038817966304 140040562980565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26791936 140735940713199 140735940715717 140735940715717 140735940718543 0
[pid=20020/tid=20086] ppid=20017 vsize=10819712 memory=140213107861120 CPUtime=0.07 cores=0,2,4,6
/proc/20020/task/20086/stat : 20086 (java) S 20017 20020 15883 0 -1 1077944384 1 13138 0 0 0 0 4 3 20 0 15 0 444444192 11079385088 10428 33554432000 4194304 4196468 140735940708880 140039983946928 140040562981506 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26791936 140735940713199 140735940715717 140735940715717 140735940718543 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10819712 KiB
Current children cumulated memory: 41712 KiB

[startup+0.310435 s]*
/proc/loadavg: 2.37 1.89 1.65 3/228 20086
/proc/meminfo: memFree=25307056/32770624 swapFree=66999436/67108860
[pid=20020] ppid=20017 vsize=10820196 memory=50788 CPUtime=0.39 cores=0,2,4,6
/proc/20020/stat : 20020 (java) S 20017 20020 15883 0 -1 1077944320 10903 13138 0 0 29 3 4 3 20 0 15 0 444444177 11079880704 12697 33554432000 4194304 4196468 140735940708880 140735940691424 140040562970359 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 26791936 140735940713199 140735940715717 140735940715717 140735940718543 0
/proc/20020/statm: 2705049 12697 3335 1 0 2667149 0
[pid=20020/tid=20073] ppid=20017 vsize=10820196 memory=6791534058613427641 CPUtime=0.28 cores=0,2,4,6
/proc/20020/task/20073/stat : 20073 (java) R 20017 20020 15883 0 -1 4202560 7245 13138 0 0 18 3 4 3 20 0 15 0 444444186 11079880704 12697 33554432000 4194304 4196468 140735940708880 140040534779312 140040547050846 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26791936 140735940713199 140735940715717 140735940715717 140735940718543 0
[pid=20020/tid=20074] ppid=20017 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/20020/task/20074/stat : 20074 (java) S 20017 20020 15883 0 -1 1077944384 1 13138 0 0 0 0 4 3 20 0 15 0 444444187 11079880704 12697 33554432000 4194304 4196468 140735940708880 140040567212688 140040562980565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26791936 140735940713199 140735940715717 140735940715717 140735940718543 0
[pid=20020/tid=20075] ppid=20017 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/20020/task/20075/stat : 20075 (java) S 20017 20020 15883 0 -1 1077944384 1 13138 0 0 0 0 4 3 20 0 15 0 444444187 11079880704 12697 33554432000 4194304 4196468 140735940708880 140040496970256 140040562980565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26791936 140735940713199 140735940715717 140735940715717 140735940718543 0
[pid=20020/tid=20076] ppid=20017 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/20020/task/20076/stat : 20076 (java) S 20017 20020 15883 0 -1 1077944384 1 13138 0 0 0 0 4 3 20 0 15 0 444444187 11079880704 12697 33554432000 4194304 4196468 140735940708880 140040135436688 140040562980565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26791936 140735940713199 140735940715717 140735940715717 140735940718543 0
[pid=20020/tid=20077] ppid=20017 vsize=10820196 memory=2240 CPUtime=0.07 cores=0,2,4,6
/proc/20020/task/20077/stat : 20077 (java) S 20017 20020 15883 0 -1 1077944384 2 13138 0 0 0 0 4 3 20 0 15 0 444444187 11079880704 12697 33554432000 4194304 4196468 140735940708880 140040134383888 140040562980565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26791936 140735940713199 140735940715717 140735940715717 140735940718543 0
[pid=20020/tid=20078] ppid=20017 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/20020/task/20078/stat : 20078 (java) S 20017 20020 15883 0 -1 1077944384 2 13138 0 0 0 0 4 3 20 0 15 0 444444188 11079880704 12697 33554432000 4194304 4196468 140735940708880 140040021715824 140040562981506 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26791936 140735940713199 140735940715717 140735940715717 140735940718543 0
[pid=20020/tid=20079] ppid=20017 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/20020/task/20079/stat : 20079 (java) S 20017 20020 15883 0 -1 1077944384 33 13138 0 0 0 0 4 3 20 0 15 0 444444189 11079880704 12697 33554432000 4194304 4196468 140735940708880 140040020661792 140040562980565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26791936 140735940713199 140735940715717 140735940715717 140735940718543 0
[pid=20020/tid=20080] ppid=20017 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/20020/task/20080/stat : 20080 (java) S 20017 20020 15883 0 -1 1077944384 1 13138 0 0 0 0 4 3 20 0 15 0 444444189 11079880704 12697 33554432000 4194304 4196468 140735940708880 140039891707248 140040562980565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26791936 140735940713199 140735940715717 140735940715717 140735940718543 0
[pid=20020/tid=20081] ppid=20017 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/20020/task/20081/stat : 20081 (java) S 20017 20020 15883 0 -1 1077944384 2 13138 0 0 0 0 4 3 20 0 15 0 444444191 11079880704 12697 33554432000 4194304 4196468 140735940708880 140039287728464 140040562988955 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26791936 140735940713199 140735940715717 140735940715717 140735940718543 0
[pid=20020/tid=20082] ppid=20017 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20020/task/20082/stat : 20082 (java) S 20017 20020 15883 0 -1 1077944384 496 13138 0 0 1 0 4 3 20 0 15 0 444444191 11079880704 12697 33554432000 4194304 4196468 140735940708880 140039987104112 140040562981506 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26791936 140735940713199 140735940715717 140735940715717 140735940718543 0
[pid=20020/tid=20083] ppid=20017 vsize=10820196 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/20020/task/20083/stat : 20083 (java) S 20017 20020 15883 0 -1 1077944384 205 13138 0 0 2 0 4 3 20 0 15 0 444444191 11079880704 12697 33554432000 4194304 4196468 140735940708880 140039986051312 140040562981506 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26791936 140735940713199 140735940715717 140735940715717 140735940718543 0
[pid=20020/tid=20084] ppid=20017 vsize=10820196 memory=140213107861120 CPUtime=0.12 cores=0,2,4,6
/proc/20020/task/20084/stat : 20084 (java) S 20017 20020 15883 0 -1 1077944384 701 13138 0 0 5 0 4 3 20 0 15 0 444444191 11079880704 12697 33554432000 4194304 4196468 140735940708880 140039984998512 140040562981506 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26791936 140735940713199 140735940715717 140735940715717 140735940718543 0
[pid=20020/tid=20085] ppid=20017 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/20020/task/20085/stat : 20085 (java) S 20017 20020 15883 0 -1 1077944384 3 13138 0 0 0 0 4 3 20 0 15 0 444444192 11079880704 12697 33554432000 4194304 4196468 140735940708880 140038817966304 140040562980565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26791936 140735940713199 140735940715717 140735940715717 140735940718543 0
[pid=20020/tid=20086] ppid=20017 vsize=10820196 memory=140213107861120 CPUtime=0.07 cores=0,2,4,6
/proc/20020/task/20086/stat : 20086 (java) S 20017 20020 15883 0 -1 1077944384 1 13138 0 0 0 0 4 3 20 0 15 0 444444192 11079880704 12697 33554432000 4194304 4196468 140735940708880 140039983946928 140040562981506 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26791936 140735940713199 140735940715717 140735940715717 140735940718543 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 50788 KiB

[startup+0.701154 s]
/proc/loadavg: 2.37 1.89 1.65 3/228 20086
/proc/meminfo: memFree=25294328/32770624 swapFree=66999436/67108860
[pid=20020] ppid=20017 vsize=10824364 memory=82424 CPUtime=1.1 cores=0,2,4,6
/proc/20020/stat : 20020 (java) S 20017 20020 15883 0 -1 1077944320 15379 13138 0 0 98 5 4 3 20 0 15 0 444444177 11084148736 20606 33554432000 4194304 4196468 140735940708880 140735940691424 140040562970359 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 26791936 140735940713199 140735940715717 140735940715717 140735940718543 0
/proc/20020/statm: 2706091 20606 3510 1 0 2668173 0
[pid=20020/tid=20073] ppid=20017 vsize=10824364 memory=2372 CPUtime=0.66 cores=0,2,4,6
/proc/20020/task/20073/stat : 20073 (java) R 20017 20020 15883 0 -1 4202560 10440 13138 0 0 55 4 4 3 20 0 15 0 444444186 11084148736 20606 33554432000 4194304 4196468 140735940708880 140040534794752 140040167450187 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26791936 140735940713199 140735940715717 140735940715717 140735940718543 0
[pid=20020/tid=20074] ppid=20017 vsize=10824364 memory=7 CPUtime=0.07 cores=0,2,4,6
/proc/20020/task/20074/stat : 20074 (java) S 20017 20020 15883 0 -1 1077944384 1 13138 0 0 0 0 4 3 20 0 15 0 444444187 11084148736 20606 33554432000 4194304 4196468 140735940708880 140040567212688 140040562980565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26791936 140735940713199 140735940715717 140735940715717 140735940718543 0
[pid=20020/tid=20075] ppid=20017 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/20020/task/20075/stat : 20075 (java) S 20017 20020 15883 0 -1 1077944384 1 13138 0 0 0 0 4 3 20 0 15 0 444444187 11084148736 20606 33554432000 4194304 4196468 140735940708880 140040496970256 140040562980565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26791936 140735940713199 140735940715717 140735940715717 140735940718543 0
[pid=20020/tid=20076] ppid=20017 vsize=10824364 memory=140213502345806 CPUtime=0.07 cores=0,2,4,6
/proc/20020/task/20076/stat : 20076 (java) S 20017 20020 15883 0 -1 1077944384 1 13138 0 0 0 0 4 3 20 0 15 0 444444187 11084148736 20606 33554432000 4194304 4196468 140735940708880 140040135436688 140040562980565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26791936 140735940713199 140735940715717 140735940715717 140735940718543 0
[pid=20020/tid=20077] ppid=20017 vsize=10824364 memory=140213502345816 CPUtime=0.07 cores=0,2,4,6
/proc/20020/task/20077/stat : 20077 (java) S 20017 20020 15883 0 -1 1077944384 2 13138 0 0 0 0 4 3 20 0 15 0 444444187 11084148736 20606 33554432000 4194304 4196468 140735940708880 140040134383888 140040562980565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26791936 140735940713199 140735940715717 140735940715717 140735940718543 0
[pid=20020/tid=20078] ppid=20017 vsize=10824364 memory=140213502345817 CPUtime=0.07 cores=0,2,4,6
/proc/20020/task/20078/stat : 20078 (java) S 20017 20020 15883 0 -1 1077944384 5 13138 0 0 0 0 4 3 20 0 15 0 444444188 11084148736 20606 33554432000 4194304 4196468 140735940708880 140040021715824 140040562981506 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26791936 140735940713199 140735940715717 140735940715717 140735940718543 0
[pid=20020/tid=20079] ppid=20017 vsize=10824364 memory=140213502345818 CPUtime=0.07 cores=0,2,4,6
/proc/20020/task/20079/stat : 20079 (java) S 20017 20020 15883 0 -1 1077944384 33 13138 0 0 0 0 4 3 20 0 15 0 444444189 11084148736 20606 33554432000 4194304 4196468 140735940708880 140040020661792 140040562980565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26791936 140735940713199 140735940715717 140735940715717 140735940718543 0
[pid=20020/tid=20080] ppid=20017 vsize=10824364 memory=140213502345820 CPUtime=0.07 cores=0,2,4,6
/proc/20020/task/20080/stat : 20080 (java) S 20017 20020 15883 0 -1 1077944384 1 13138 0 0 0 0 4 3 20 0 15 0 444444189 11084148736 21118 33554432000 4194304 4196468 140735940708880 140039891707248 140040562980565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26791936 140735940713199 140735940715717 140735940715717 140735940718543 0
[pid=20020/tid=20081] ppid=20017 vsize=10824364 memory=140213502345826 CPUtime=0.07 cores=0,2,4,6
/proc/20020/task/20081/stat : 20081 (java) S 20017 20020 15883 0 -1 1077944384 2 13138 0 0 0 0 4 3 20 0 15 0 444444191 11084148736 21118 33554432000 4194304 4196468 140735940708880 140039287728464 140040562988955 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26791936 140735940713199 140735940715717 140735940715717 140735940718543 0
[pid=20020/tid=20082] ppid=20017 vsize=10824364 memory=140213502345831 CPUtime=0.18 cores=0,2,4,6
/proc/20020/task/20082/stat : 20082 (java) S 20017 20020 15883 0 -1 1077944384 952 13138 0 0 11 0 4 3 20 0 15 0 444444191 11084148736 21118 33554432000 4194304 4196468 140735940708880 140039987104112 140040562981506 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26791936 140735940713199 140735940715717 140735940715717 140735940718543 0
[pid=20020/tid=20083] ppid=20017 vsize=10824364 memory=142803367625357 CPUtime=0.2 cores=0,2,4,6
/proc/20020/task/20083/stat : 20083 (java) S 20017 20020 15883 0 -1 1077944384 702 13138 0 0 13 0 4 3 20 0 15 0 444444191 11084148736 21118 33554432000 4194304 4196468 140735940708880 140039986051312 140040562981506 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26791936 140735940713199 140735940715717 140735940715717 140735940718543 0
[pid=20020/tid=20084] ppid=20017 vsize=10824364 memory=14060 CPUtime=0.24 cores=0,2,4,6
/proc/20020/task/20084/stat : 20084 (java) S 20017 20020 15883 0 -1 1077944384 1026 13138 0 0 17 0 4 3 20 0 15 0 444444191 11084148736 21118 33554432000 4194304 4196468 140735940708880 140039984998512 140040562981506 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26791936 140735940713199 140735940715717 140735940715717 140735940718543 0
[pid=20020/tid=20085] ppid=20017 vsize=10824364 memory=2116 CPUtime=0.07 cores=0,2,4,6
/proc/20020/task/20085/stat : 20085 (java) S 20017 20020 15883 0 -1 1077944384 3 13138 0 0 0 0 4 3 20 0 15 0 444444192 11084148736 21118 33554432000 4194304 4196468 140735940708880 140038817966304 140040562980565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26791936 140735940713199 140735940715717 140735940715717 140735940718543 0
[pid=20020/tid=20086] ppid=20017 vsize=10824364 memory=23392 CPUtime=0.07 cores=0,2,4,6
/proc/20020/task/20086/stat : 20086 (java) S 20017 20020 15883 0 -1 1077944384 1 13138 0 0 0 0 4 3 20 0 15 0 444444192 11084148736 21118 33554432000 4194304 4196468 140735940708880 140039983946928 140040562981506 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26791936 140735940713199 140735940715717 140735940715717 140735940718543 0
Current children cumulated CPU time: 1.1 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 82424 KiB

[startup+1.50067 s]
/proc/loadavg: 2.37 1.89 1.65 3/228 20086
/proc/meminfo: memFree=25245772/32770624 swapFree=66999436/67108860
[pid=20020] ppid=20017 vsize=10834680 memory=181004 CPUtime=2.61 cores=0,2,4,6
/proc/20020/stat : 20020 (java) S 20017 20020 15883 0 -1 1077944320 25609 13138 0 0 243 11 4 3 20 0 15 0 444444177 11094712320 45251 33554432000 4194304 4196468 140735940708880 140735940691424 140040562970359 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 26791936 140735940713199 140735940715717 140735940715717 140735940718543 0
/proc/20020/statm: 2708670 45251 3586 1 0 2670733 0
[pid=20020/tid=20073] ppid=20017 vsize=10834680 memory=117664 CPUtime=1.42 cores=0,2,4,6
/proc/20020/task/20073/stat : 20073 (java) R 20017 20020 15883 0 -1 4202560 16208 13138 0 0 129 6 4 3 20 0 15 0 444444186 11094712320 45251 33554432000 4194304 4196468 140735940708880 140040534780592 140040562982294 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26791936 140735940713199 140735940715717 140735940715717 140735940718543 0
[pid=20020/tid=20074] ppid=20017 vsize=10834680 memory=6791534058613427641 CPUtime=0.07 cores=0,2,4,6
/proc/20020/task/20074/stat : 20074 (java) S 20017 20020 15883 0 -1 1077944384 322 13138 0 0 0 0 4 3 20 0 15 0 444444187 11094712320 45251 33554432000 4194304 4196468 140735940708880 140040567212688 140040562980565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26791936 140735940713199 140735940715717 140735940715717 140735940718543 0
[pid=20020/tid=20075] ppid=20017 vsize=10834680 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/20020/task/20075/stat : 20075 (java) S 20017 20020 15883 0 -1 1077944384 69 13138 0 0 0 0 4 3 20 0 15 0 444444187 11094712320 45251 33554432000 4194304 4196468 140735940708880 140040496970256 140040562980565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26791936 140735940713199 140735940715717 140735940715717 140735940718543 0
[pid=20020/tid=20076] ppid=20017 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20020/task/20076/stat : 20076 (java) S 20017 20020 15883 0 -1 1077944384 28 13138 0 0 1 0 4 3 20 0 15 0 444444187 11094712320 45251 33554432000 4194304 4196468 140735940708880 140040135436688 140040562980565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26791936 140735940713199 140735940715717 140735940715717 140735940718543 0
[pid=20020/tid=20077] ppid=20017 vsize=10834680 memory=140212965659920 CPUtime=0.08 cores=0,2,4,6
/proc/20020/task/20077/stat : 20077 (java) S 20017 20020 15883 0 -1 1077944384 75 13138 0 0 1 0 4 3 20 0 15 0 444444187 11094712320 45251 33554432000 4194304 4196468 140735940708880 140040134383888 140040562980565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26791936 140735940713199 140735940715717 140735940715717 140735940718543 0
[pid=20020/tid=20078] ppid=20017 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20020/task/20078/stat : 20078 (java) S 20017 20020 15883 0 -1 1077944384 1111 13138 0 0 1 0 4 3 20 0 15 0 444444188 11094712320 45251 33554432000 4194304 4196468 140735940708880 140040021715824 140040562981506 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26791936 140735940713199 140735940715717 140735940715717 140735940718543 0
[pid=20020/tid=20079] ppid=20017 vsize=10834680 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/20020/task/20079/stat : 20079 (java) S 20017 20020 15883 0 -1 1077944384 33 13138 0 0 0 0 4 3 20 0 15 0 444444189 11094712320 45251 33554432000 4194304 4196468 140735940708880 140040020661856 140040562980565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26791936 140735940713199 140735940715717 140735940715717 140735940718543 0
[pid=20020/tid=20080] ppid=20017 vsize=10834680 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/20020/task/20080/stat : 20080 (java) S 20017 20020 15883 0 -1 1077944384 2 13138 0 0 0 0 4 3 20 0 15 0 444444189 11094712320 45251 33554432000 4194304 4196468 140735940708880 140039891707264 140040562980565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26791936 140735940713199 140735940715717 140735940715717 140735940718543 0
[pid=20020/tid=20081] ppid=20017 vsize=10834680 memory=4580 CPUtime=0.07 cores=0,2,4,6
/proc/20020/task/20081/stat : 20081 (java) S 20017 20020 15883 0 -1 1077944384 2 13138 0 0 0 0 4 3 20 0 15 0 444444191 11094712320 45251 33554432000 4194304 4196468 140735940708880 140039287728464 140040562988955 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26791936 140735940713199 140735940715717 140735940715717 140735940718543 0
[pid=20020/tid=20082] ppid=20017 vsize=10834680 memory=280425931361984 CPUtime=0.38 cores=0,2,4,6
/proc/20020/task/20082/stat : 20082 (java) S 20017 20020 15883 0 -1 1077944384 1863 13138 0 0 31 0 4 3 20 0 15 0 444444191 11094712320 45251 33554432000 4194304 4196468 140735940708880 140039987104112 140040562981506 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26791936 140735940713199 140735940715717 140735940715717 140735940718543 0
[pid=20020/tid=20083] ppid=20017 vsize=10834680 memory=0 CPUtime=0.43 cores=0,2,4,6
/proc/20020/task/20083/stat : 20083 (java) S 20017 20020 15883 0 -1 1077944384 1724 13138 0 0 36 0 4 3 20 0 15 0 444444191 11094712320 45251 33554432000 4194304 4196468 140735940708880 140039986051312 140040562981506 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26791936 140735940713199 140735940715717 140735940715717 140735940718543 0
[pid=20020/tid=20084] ppid=20017 vsize=10834680 memory=0 CPUtime=0.46 cores=0,2,4,6
/proc/20020/task/20084/stat : 20084 (java) R 20017 20020 15883 0 -1 4202560 1960 13138 0 0 39 0 4 3 20 0 15 0 444444191 11094712320 45251 33554432000 4194304 4196468 140735940708880 140039984998640 140040547050846 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26791936 140735940713199 140735940715717 140735940715717 140735940718543 0
[pid=20020/tid=20085] ppid=20017 vsize=10834680 memory=6943526294502006880 CPUtime=0.07 cores=0,2,4,6
/proc/20020/task/20085/stat : 20085 (java) S 20017 20020 15883 0 -1 1077944384 3 13138 0 0 0 0 4 3 20 0 15 0 444444192 11094712320 45251 33554432000 4194304 4196468 140735940708880 140038817966304 140040562980565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26791936 140735940713199 140735940715717 140735940715717 140735940718543 0
[pid=20020/tid=20086] ppid=20017 vsize=10834680 memory=-7452431979323206951 CPUtime=0.07 cores=0,2,4,6
/proc/20020/task/20086/stat : 20086 (java) S 20017 20020 15883 0 -1 1077944384 1 13138 0 0 0 0 4 3 20 0 15 0 444444192 11094712320 45251 33554432000 4194304 4196468 140735940708880 140039983946928 140040562981506 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26791936 140735940713199 140735940715717 140735940715717 140735940718543 0
Current children cumulated CPU time: 2.61 s
Current children cumulated vsize: 10834680 KiB

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

[pid=20020/tid=20085] ppid=20017 vsize=10849048 memory=6020 CPUtime=0.07 cores=0,2,4,6
/proc/20020/task/20085/stat : 20085 (java) S 20017 20020 15883 0 -1 1077944384 3 13138 0 0 0 0 4 3 20 0 15 0 444444192 11109425152 257874 33554432000 4194304 4196468 140735940708880 140038817966304 140040562980565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26791936 140735940713199 140735940715717 140735940715717 140735940718543 0
[pid=20020/tid=20086] ppid=20017 vsize=10849048 memory=14060 CPUtime=0.37 cores=0,2,4,6
/proc/20020/task/20086/stat : 20086 (java) S 20017 20020 15883 0 -1 1077944384 474 13138 0 0 14 16 4 3 20 0 15 0 444444192 11109425152 257874 33554432000 4194304 4196468 140735940708880 140039983946928 140040562981506 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26791936 140735940713199 140735940715717 140735940715717 140735940718543 0
Current children cumulated CPU time: 505.95 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 1031496 KiB

[startup+488.001 s]*
/proc/loadavg: 1.52 1.61 1.60 3/228 20128
/proc/meminfo: memFree=24309484/32770624 swapFree=66999436/67108860
[pid=20020] ppid=20017 vsize=10849048 memory=1031496 CPUtime=507.59 cores=0,2,4,6
/proc/20020/stat : 20020 (java) S 20017 20020 15883 0 -1 1077944320 146896 13138 0 0 50635 117 4 3 20 0 15 0 444444177 11109425152 257874 33554432000 4194304 4196468 140735940708880 140735940691424 140040562970359 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 26791936 140735940713199 140735940715717 140735940715717 140735940718543 0
/proc/20020/statm: 2712262 257874 3634 1 0 2674317 0
[pid=20020/tid=20073] ppid=20017 vsize=10849048 memory=6791534058613427641 CPUtime=482.82 cores=0,2,4,6
/proc/20020/task/20073/stat : 20073 (java) R 20017 20020 15883 0 -1 4202560 44044 13138 0 0 48247 28 4 3 20 0 15 0 444444186 11109425152 257874 33554432000 4194304 4196468 140735940708880 140040534805968 140040179389710 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26791936 140735940713199 140735940715717 140735940715717 140735940718543 0
[pid=20020/tid=20074] ppid=20017 vsize=10849048 memory=4872558044660077418 CPUtime=2.31 cores=0,2,4,6
/proc/20020/task/20074/stat : 20074 (java) S 20017 20020 15883 0 -1 1077944384 6092 13138 0 0 210 14 4 3 20 0 15 0 444444187 11109425152 257874 33554432000 4194304 4196468 140735940708880 140040567212688 140040562980565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26791936 140735940713199 140735940715717 140735940715717 140735940718543 0
[pid=20020/tid=20075] ppid=20017 vsize=10849048 memory=1031496 CPUtime=2.32 cores=0,2,4,6
/proc/20020/task/20075/stat : 20075 (java) S 20017 20020 15883 0 -1 1077944384 4318 13138 0 0 210 15 4 3 20 0 15 0 444444187 11109425152 257874 33554432000 4194304 4196468 140735940708880 140040496970256 140040562980565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26791936 140735940713199 140735940715717 140735940715717 140735940718543 0
[pid=20020/tid=20076] ppid=20017 vsize=10849048 memory=6791534058613427641 CPUtime=2.31 cores=0,2,4,6
/proc/20020/task/20076/stat : 20076 (java) S 20017 20020 15883 0 -1 1077944384 9077 13138 0 0 209 15 4 3 20 0 15 0 444444187 11109425152 257874 33554432000 4194304 4196468 140735940708880 140040135436688 140040562980565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26791936 140735940713199 140735940715717 140735940715717 140735940718543 0
[pid=20020/tid=20077] ppid=20017 vsize=10849048 memory=4872558044660077418 CPUtime=2.32 cores=0,2,4,6
/proc/20020/task/20077/stat : 20077 (java) S 20017 20020 15883 0 -1 1077944384 2150 13138 0 0 209 16 4 3 20 0 15 0 444444187 11109425152 257874 33554432000 4194304 4196468 140735940708880 140040134383888 140040562980565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26791936 140735940713199 140735940715717 140735940715717 140735940718543 0
[pid=20020/tid=20078] ppid=20017 vsize=10849048 memory=1048 CPUtime=2.09 cores=0,2,4,6
/proc/20020/task/20078/stat : 20078 (java) S 20017 20020 15883 0 -1 1077944384 7402 13138 0 0 192 10 4 3 20 0 15 0 444444188 11109425152 257874 33554432000 4194304 4196468 140735940708880 140040021715824 140040562981506 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26791936 140735940713199 140735940715717 140735940715717 140735940718543 0
[pid=20020/tid=20079] ppid=20017 vsize=10849048 memory=6020 CPUtime=0.07 cores=0,2,4,6
/proc/20020/task/20079/stat : 20079 (java) S 20017 20020 15883 0 -1 1077944384 38 13138 0 0 0 0 4 3 20 0 15 0 444444189 11109425152 257874 33554432000 4194304 4196468 140735940708880 140040020661920 140040562980565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26791936 140735940713199 140735940715717 140735940715717 140735940718543 0
[pid=20020/tid=20080] ppid=20017 vsize=10849048 memory=612 CPUtime=0.07 cores=0,2,4,6
/proc/20020/task/20080/stat : 20080 (java) S 20017 20020 15883 0 -1 1077944384 2 13138 0 0 0 0 4 3 20 0 15 0 444444189 11109425152 257874 33554432000 4194304 4196468 140735940708880 140039891707264 140040562980565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26791936 140735940713199 140735940715717 140735940715717 140735940718543 0
[pid=20020/tid=20081] ppid=20017 vsize=10849048 memory=1220 CPUtime=0.07 cores=0,2,4,6
/proc/20020/task/20081/stat : 20081 (java) S 20017 20020 15883 0 -1 1077944384 2 13138 0 0 0 0 4 3 20 0 15 0 444444191 11109425152 257874 33554432000 4194304 4196468 140735940708880 140039287728464 140040562988955 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26791936 140735940713199 140735940715717 140735940715717 140735940718543 0
[pid=20020/tid=20082] ppid=20017 vsize=10849048 memory=2308 CPUtime=4.9 cores=0,2,4,6
/proc/20020/task/20082/stat : 20082 (java) S 20017 20020 15883 0 -1 1077944384 27086 13138 0 0 475 8 4 3 20 0 15 0 444444191 11109425152 257874 33554432000 4194304 4196468 140735940708880 140039987104112 140040562981506 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26791936 140735940713199 140735940715717 140735940715717 140735940718543 0
[pid=20020/tid=20083] ppid=20017 vsize=10849048 memory=4516 CPUtime=4.7 cores=0,2,4,6
/proc/20020/task/20083/stat : 20083 (java) S 20017 20020 15883 0 -1 1077944384 21400 13138 0 0 460 3 4 3 20 0 15 0 444444191 11109425152 257874 33554432000 4194304 4196468 140735940708880 140039986051312 140040562981506 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26791936 140735940713199 140735940715717 140735940715717 140735940718543 0
[pid=20020/tid=20084] ppid=20017 vsize=10849048 memory=6724 CPUtime=3.98 cores=0,2,4,6
/proc/20020/task/20084/stat : 20084 (java) S 20017 20020 15883 0 -1 1077944384 22599 13138 0 0 385 6 4 3 20 0 15 0 444444191 11109425152 257874 33554432000 4194304 4196468 140735940708880 140039984998512 140040562981506 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26791936 140735940713199 140735940715717 140735940715717 140735940718543 0
[pid=20020/tid=20085] ppid=20017 vsize=10849048 memory=33 CPUtime=0.07 cores=0,2,4,6
/proc/20020/task/20085/stat : 20085 (java) S 20017 20020 15883 0 -1 1077944384 3 13138 0 0 0 0 4 3 20 0 15 0 444444192 11109425152 257874 33554432000 4194304 4196468 140735940708880 140038817966304 140040562980565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26791936 140735940713199 140735940715717 140735940715717 140735940718543 0
[pid=20020/tid=20086] ppid=20017 vsize=10849048 memory=-6940453125131901125 CPUtime=0.37 cores=0,2,4,6
/proc/20020/task/20086/stat : 20086 (java) S 20017 20020 15883 0 -1 1077944384 474 13138 0 0 14 16 4 3 20 0 15 0 444444192 11109425152 257874 33554432000 4194304 4196468 140735940708880 140039983946928 140040562981506 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26791936 140735940713199 140735940715717 140735940715717 140735940718543 0
Current children cumulated CPU time: 507.59 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 1031496 KiB

[startup+488.401 s]
/proc/loadavg: 1.52 1.61 1.60 3/228 20128
/proc/meminfo: memFree=24309484/32770624 swapFree=66999436/67108860
[pid=20020] ppid=20017 vsize=10849048 memory=1031496 CPUtime=507.98 cores=0,2,4,6
/proc/20020/stat : 20020 (java) S 20017 20020 15883 0 -1 1077944320 146899 13138 0 0 50674 117 4 3 20 0 15 0 444444177 11109425152 257874 33554432000 4194304 4196468 140735940708880 140735940691424 140040562970359 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 26791936 140735940713199 140735940715717 140735940715717 140735940718543 0
/proc/20020/statm: 2712262 257874 3634 1 0 2674317 0
[pid=20020/tid=20073] ppid=20017 vsize=10849048 memory=6791534058613427641 CPUtime=483.2 cores=0,2,4,6
/proc/20020/task/20073/stat : 20073 (java) R 20017 20020 15883 0 -1 4202560 44047 13138 0 0 48285 28 4 3 20 0 15 0 444444186 11109425152 257874 33554432000 4194304 4196468 140735940708880 140040534805696 140040180772796 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 26791936 140735940713199 140735940715717 140735940715717 140735940718543 0
[pid=20020/tid=20074] ppid=20017 vsize=10849048 memory=3212 CPUtime=2.31 cores=0,2,4,6
/proc/20020/task/20074/stat : 20074 (java) S 20017 20020 15883 0 -1 1077944384 6092 13138 0 0 210 14 4 3 20 0 15 0 444444187 11109425152 257874 33554432000 4194304 4196468 140735940708880 140040567212688 140040562980565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26791936 140735940713199 140735940715717 140735940715717 140735940718543 0
[pid=20020/tid=20075] ppid=20017 vsize=10849048 memory=1031496 CPUtime=2.32 cores=0,2,4,6
/proc/20020/task/20075/stat : 20075 (java) S 20017 20020 15883 0 -1 1077944384 4318 13138 0 0 210 15 4 3 20 0 15 0 444444187 11109425152 257874 33554432000 4194304 4196468 140735940708880 140040496970256 140040562980565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26791936 140735940713199 140735940715717 140735940715717 140735940718543 0
[pid=20020/tid=20076] ppid=20017 vsize=10849048 memory=1031496 CPUtime=2.31 cores=0,2,4,6
/proc/20020/task/20076/stat : 20076 (java) S 20017 20020 15883 0 -1 1077944384 9077 13138 0 0 209 15 4 3 20 0 15 0 444444187 11109425152 257874 33554432000 4194304 4196468 140735940708880 140040135436688 140040562980565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26791936 140735940713199 140735940715717 140735940715717 140735940718543 0
[pid=20020/tid=20077] ppid=20017 vsize=10849048 memory=1031496 CPUtime=2.32 cores=0,2,4,6
/proc/20020/task/20077/stat : 20077 (java) S 20017 20020 15883 0 -1 1077944384 2150 13138 0 0 209 16 4 3 20 0 15 0 444444187 11109425152 257874 33554432000 4194304 4196468 140735940708880 140040134383888 140040562980565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26791936 140735940713199 140735940715717 140735940715717 140735940718543 0
[pid=20020/tid=20078] ppid=20017 vsize=10849048 memory=6020 CPUtime=2.09 cores=0,2,4,6
/proc/20020/task/20078/stat : 20078 (java) S 20017 20020 15883 0 -1 1077944384 7402 13138 0 0 192 10 4 3 20 0 15 0 444444188 11109425152 257874 33554432000 4194304 4196468 140735940708880 140040021715824 140040562981506 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26791936 140735940713199 140735940715717 140735940715717 140735940718543 0
[pid=20020/tid=20079] ppid=20017 vsize=10849048 memory=612 CPUtime=0.07 cores=0,2,4,6
/proc/20020/task/20079/stat : 20079 (java) S 20017 20020 15883 0 -1 1077944384 38 13138 0 0 0 0 4 3 20 0 15 0 444444189 11109425152 257874 33554432000 4194304 4196468 140735940708880 140040020661920 140040562980565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26791936 140735940713199 140735940715717 140735940715717 140735940718543 0
[pid=20020/tid=20080] ppid=20017 vsize=10849048 memory=1220 CPUtime=0.07 cores=0,2,4,6
/proc/20020/task/20080/stat : 20080 (java) S 20017 20020 15883 0 -1 1077944384 2 13138 0 0 0 0 4 3 20 0 15 0 444444189 11109425152 257874 33554432000 4194304 4196468 140735940708880 140039891707264 140040562980565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26791936 140735940713199 140735940715717 140735940715717 140735940718543 0
[pid=20020/tid=20081] ppid=20017 vsize=10849048 memory=14004 CPUtime=0.07 cores=0,2,4,6
/proc/20020/task/20081/stat : 20081 (java) S 20017 20020 15883 0 -1 1077944384 2 13138 0 0 0 0 4 3 20 0 15 0 444444191 11109425152 257874 33554432000 4194304 4196468 140735940708880 140039287728464 140040562988955 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26791936 140735940713199 140735940715717 140735940715717 140735940718543 0
[pid=20020/tid=20082] ppid=20017 vsize=10849048 memory=14060 CPUtime=4.9 cores=0,2,4,6
/proc/20020/task/20082/stat : 20082 (java) S 20017 20020 15883 0 -1 1077944384 27086 13138 0 0 475 8 4 3 20 0 15 0 444444191 11109425152 257874 33554432000 4194304 4196468 140735940708880 140039987104112 140040562981506 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26791936 140735940713199 140735940715717 140735940715717 140735940718543 0
[pid=20020/tid=20083] ppid=20017 vsize=10849048 memory=2116 CPUtime=4.7 cores=0,2,4,6
/proc/20020/task/20083/stat : 20083 (java) S 20017 20020 15883 0 -1 1077944384 21400 13138 0 0 460 3 4 3 20 0 15 0 444444191 11109425152 257874 33554432000 4194304 4196468 140735940708880 140039986051312 140040562981506 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26791936 140735940713199 140735940715717 140735940715717 140735940718543 0
[pid=20020/tid=20084] ppid=20017 vsize=10849048 memory=23404 CPUtime=3.98 cores=0,2,4,6
/proc/20020/task/20084/stat : 20084 (java) S 20017 20020 15883 0 -1 1077944384 22599 13138 0 0 385 6 4 3 20 0 15 0 444444191 11109425152 257874 33554432000 4194304 4196468 140735940708880 140039984998512 140040562981506 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26791936 140735940713199 140735940715717 140735940715717 140735940718543 0
[pid=20020/tid=20085] ppid=20017 vsize=10849048 memory=1980 CPUtime=0.07 cores=0,2,4,6
/proc/20020/task/20085/stat : 20085 (java) S 20017 20020 15883 0 -1 1077944384 3 13138 0 0 0 0 4 3 20 0 15 0 444444192 11109425152 257874 33554432000 4194304 4196468 140735940708880 140038817966304 140040562980565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26791936 140735940713199 140735940715717 140735940715717 140735940718543 0
[pid=20020/tid=20086] ppid=20017 vsize=10849048 memory=2540 CPUtime=0.37 cores=0,2,4,6
/proc/20020/task/20086/stat : 20086 (java) S 20017 20020 15883 0 -1 1077944384 474 13138 0 0 14 16 4 3 20 0 15 0 444444192 11109425152 257874 33554432000 4194304 4196468 140735940708880 140039983946928 140040562981506 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26791936 140735940713199 140735940715717 140735940715717 140735940718543 0
Current children cumulated CPU time: 507.98 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 1031496 KiB

[startup+488.601 s]
/proc/loadavg: 1.52 1.61 1.60 3/228 20128
/proc/meminfo: memFree=24309484/32770624 swapFree=66999436/67108860
[pid=20020] ppid=20017 vsize=10849048 memory=1031496 CPUtime=508.19 cores=0,2,4,6
/proc/20020/stat : 20020 (java) S 20017 20020 15883 0 -1 1077944320 146901 13138 0 0 50695 117 4 3 20 0 15 0 444444177 11109425152 257874 33554432000 4194304 4196468 140735940708880 140735940691424 140040562970359 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 26791936 140735940713199 140735940715717 140735940715717 140735940718543 0
/proc/20020/statm: 2712262 257874 3634 1 0 2674317 0
[pid=20020/tid=20073] ppid=20017 vsize=10849048 memory=111636 CPUtime=483.4 cores=0,2,4,6
/proc/20020/task/20073/stat : 20073 (java) R 20017 20020 15883 0 -1 4202560 44048 13138 0 0 48305 28 4 3 20 0 15 0 444444186 11109425152 257874 33554432000 4194304 4196468 140735940708880 140040534806224 140040182191637 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 26791936 140735940713199 140735940715717 140735940715717 140735940718543 0
[pid=20020/tid=20074] ppid=20017 vsize=10849048 memory=804 CPUtime=2.31 cores=0,2,4,6
/proc/20020/task/20074/stat : 20074 (java) S 20017 20020 15883 0 -1 1077944384 6092 13138 0 0 210 14 4 3 20 0 15 0 444444187 11109425152 257874 33554432000 4194304 4196468 140735940708880 140040567212688 140040562980565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26791936 140735940713199 140735940715717 140735940715717 140735940718543 0
[pid=20020/tid=20075] ppid=20017 vsize=10849048 memory=1804 CPUtime=2.32 cores=0,2,4,6
/proc/20020/task/20075/stat : 20075 (java) S 20017 20020 15883 0 -1 1077944384 4319 13138 0 0 210 15 4 3 20 0 15 0 444444187 11109425152 257874 33554432000 4194304 4196468 140735940708880 140040496970256 140040562980565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26791936 140735940713199 140735940715717 140735940715717 140735940718543 0
[pid=20020/tid=20076] ppid=20017 vsize=10849048 memory=916 CPUtime=2.31 cores=0,2,4,6
/proc/20020/task/20076/stat : 20076 (java) S 20017 20020 15883 0 -1 1077944384 9077 13138 0 0 209 15 4 3 20 0 15 0 444444187 11109425152 257874 33554432000 4194304 4196468 140735940708880 140040135436688 140040562980565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26791936 140735940713199 140735940715717 140735940715717 140735940718543 0
[pid=20020/tid=20077] ppid=20017 vsize=10849048 memory=6791534058613427641 CPUtime=2.32 cores=0,2,4,6
/proc/20020/task/20077/stat : 20077 (java) S 20017 20020 15883 0 -1 1077944384 2150 13138 0 0 209 16 4 3 20 0 15 0 444444187 11109425152 257874 33554432000 4194304 4196468 140735940708880 140040134383888 140040562980565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26791936 140735940713199 140735940715717 140735940715717 140735940718543 0
[pid=20020/tid=20078] ppid=20017 vsize=10849048 memory=1712 CPUtime=2.09 cores=0,2,4,6
/proc/20020/task/20078/stat : 20078 (java) S 20017 20020 15883 0 -1 1077944384 7402 13138 0 0 192 10 4 3 20 0 15 0 444444188 11109425152 257874 33554432000 4194304 4196468 140735940708880 140040021715824 140040562981506 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26791936 140735940713199 140735940715717 140735940715717 140735940718543 0
[pid=20020/tid=20079] ppid=20017 vsize=10849048 memory=988 CPUtime=0.07 cores=0,2,4,6
/proc/20020/task/20079/stat : 20079 (java) S 20017 20020 15883 0 -1 1077944384 38 13138 0 0 0 0 4 3 20 0 15 0 444444189 11109425152 257874 33554432000 4194304 4196468 140735940708880 140040020661920 140040562980565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26791936 140735940713199 140735940715717 140735940715717 140735940718543 0
[pid=20020/tid=20080] ppid=20017 vsize=10849048 memory=4164 CPUtime=0.07 cores=0,2,4,6
/proc/20020/task/20080/stat : 20080 (java) S 20017 20020 15883 0 -1 1077944384 2 13138 0 0 0 0 4 3 20 0 15 0 444444189 11109425152 257874 33554432000 4194304 4196468 140735940708880 140039891707264 140040562980565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26791936 140735940713199 140735940715717 140735940715717 140735940718543 0
[pid=20020/tid=20081] ppid=20017 vsize=10849048 memory=2828 CPUtime=0.07 cores=0,2,4,6
/proc/20020/task/20081/stat : 20081 (java) S 20017 20020 15883 0 -1 1077944384 2 13138 0 0 0 0 4 3 20 0 15 0 444444191 11109425152 257874 33554432000 4194304 4196468 140735940708880 140039287728464 140040562988955 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26791936 140735940713199 140735940715717 140735940715717 140735940718543 0
[pid=20020/tid=20082] ppid=20017 vsize=10849048 memory=1048 CPUtime=4.9 cores=0,2,4,6
/proc/20020/task/20082/stat : 20082 (java) S 20017 20020 15883 0 -1 1077944384 27086 13138 0 0 475 8 4 3 20 0 15 0 444444191 11109425152 257874 33554432000 4194304 4196468 140735940708880 140039987104112 140040562981506 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26791936 140735940713199 140735940715717 140735940715717 140735940718543 0
[pid=20020/tid=20083] ppid=20017 vsize=10849048 memory=6020 CPUtime=4.7 cores=0,2,4,6
/proc/20020/task/20083/stat : 20083 (java) S 20017 20020 15883 0 -1 1077944384 21400 13138 0 0 460 3 4 3 20 0 15 0 444444191 11109425152 257874 33554432000 4194304 4196468 140735940708880 140039986051312 140040562981506 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26791936 140735940713199 140735940715717 140735940715717 140735940718543 0
[pid=20020/tid=20084] ppid=20017 vsize=10849048 memory=612 CPUtime=3.98 cores=0,2,4,6
/proc/20020/task/20084/stat : 20084 (java) S 20017 20020 15883 0 -1 1077944384 22599 13138 0 0 385 6 4 3 20 0 15 0 444444191 11109425152 257874 33554432000 4194304 4196468 140735940708880 140039984998512 140040562981506 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26791936 140735940713199 140735940715717 140735940715717 140735940718543 0
[pid=20020/tid=20085] ppid=20017 vsize=10849048 memory=1220 CPUtime=0.07 cores=0,2,4,6
/proc/20020/task/20085/stat : 20085 (java) S 20017 20020 15883 0 -1 1077944384 3 13138 0 0 0 0 4 3 20 0 15 0 444444192 11109425152 257874 33554432000 4194304 4196468 140735940708880 140038817966304 140040562980565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26791936 140735940713199 140735940715717 140735940715717 140735940718543 0
[pid=20020/tid=20086] ppid=20017 vsize=10849048 memory=14004 CPUtime=0.37 cores=0,2,4,6
/proc/20020/task/20086/stat : 20086 (java) S 20017 20020 15883 0 -1 1077944384 474 13138 0 0 14 16 4 3 20 0 15 0 444444192 11109425152 257874 33554432000 4194304 4196468 140735940708880 140039983946928 140040562981506 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26791936 140735940713199 140735940715717 140735940715717 140735940718543 0
Current children cumulated CPU time: 508.19 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 1031496 KiB

[startup+488.701 s]
/proc/loadavg: 1.52 1.61 1.60 3/228 20128
/proc/meminfo: memFree=24309484/32770624 swapFree=66999436/67108860
[pid=20020] ppid=20017 vsize=10849048 memory=1031496 CPUtime=508.29 cores=0,2,4,6
/proc/20020/stat : 20020 (java) S 20017 20020 15883 0 -1 1077944320 146902 13138 0 0 50705 117 4 3 20 0 15 0 444444177 11109425152 257874 33554432000 4194304 4196468 140735940708880 140735940691424 140040562970359 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 26791936 140735940713199 140735940715717 140735940715717 140735940718543 0
/proc/20020/statm: 2712262 257874 3634 1 0 2674317 0
[pid=20020/tid=20073] ppid=20017 vsize=10849048 memory=1031496 CPUtime=483.5 cores=0,2,4,6
/proc/20020/task/20073/stat : 20073 (java) R 20017 20020 15883 0 -1 4202560 44049 13138 0 0 48315 28 4 3 20 0 15 0 444444186 11109425152 257874 33554432000 4194304 4196468 140735940708880 140040534806288 140040545490864 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26791936 140735940713199 140735940715717 140735940715717 140735940718543 0
[pid=20020/tid=20074] ppid=20017 vsize=10849048 memory=10596 CPUtime=2.32 cores=0,2,4,6
/proc/20020/task/20074/stat : 20074 (java) S 20017 20020 15883 0 -1 1077944384 6092 13138 0 0 211 14 4 3 20 0 15 0 444444187 11109425152 257874 33554432000 4194304 4196468 140735940708880 140040567212688 140040562980565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26791936 140735940713199 140735940715717 140735940715717 140735940718543 0
[pid=20020/tid=20075] ppid=20017 vsize=10849048 memory=1031496 CPUtime=2.32 cores=0,2,4,6
/proc/20020/task/20075/stat : 20075 (java) S 20017 20020 15883 0 -1 1077944384 4319 13138 0 0 210 15 4 3 20 0 15 0 444444187 11109425152 257874 33554432000 4194304 4196468 140735940708880 140040496970256 140040562980565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26791936 140735940713199 140735940715717 140735940715717 140735940718543 0
[pid=20020/tid=20076] ppid=20017 vsize=10849048 memory=47572 CPUtime=2.31 cores=0,2,4,6
/proc/20020/task/20076/stat : 20076 (java) S 20017 20020 15883 0 -1 1077944384 9077 13138 0 0 209 15 4 3 20 0 15 0 444444187 11109425152 257874 33554432000 4194304 4196468 140735940708880 140040135436688 140040562980565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26791936 140735940713199 140735940715717 140735940715717 140735940718543 0
[pid=20020/tid=20077] ppid=20017 vsize=10849048 memory=988 CPUtime=2.32 cores=0,2,4,6
/proc/20020/task/20077/stat : 20077 (java) S 20017 20020 15883 0 -1 1077944384 2150 13138 0 0 209 16 4 3 20 0 15 0 444444187 11109425152 257874 33554432000 4194304 4196468 140735940708880 140040134383888 140040562980565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26791936 140735940713199 140735940715717 140735940715717 140735940718543 0
[pid=20020/tid=20078] ppid=20017 vsize=10849048 memory=1031496 CPUtime=2.09 cores=0,2,4,6
/proc/20020/task/20078/stat : 20078 (java) S 20017 20020 15883 0 -1 1077944384 7402 13138 0 0 192 10 4 3 20 0 15 0 444444188 11109425152 257874 33554432000 4194304 4196468 140735940708880 140040021715824 140040562981506 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26791936 140735940713199 140735940715717 140735940715717 140735940718543 0
[pid=20020/tid=20079] ppid=20017 vsize=10849048 memory=1031496 CPUtime=0.07 cores=0,2,4,6
/proc/20020/task/20079/stat : 20079 (java) S 20017 20020 15883 0 -1 1077944384 38 13138 0 0 0 0 4 3 20 0 15 0 444444189 11109425152 257874 33554432000 4194304 4196468 140735940708880 140040020661920 140040562980565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26791936 140735940713199 140735940715717 140735940715717 140735940718543 0
[pid=20020/tid=20080] ppid=20017 vsize=10849048 memory=1031496 CPUtime=0.07 cores=0,2,4,6
/proc/20020/task/20080/stat : 20080 (java) S 20017 20020 15883 0 -1 1077944384 2 13138 0 0 0 0 4 3 20 0 15 0 444444189 11109425152 257874 33554432000 4194304 4196468 140735940708880 140039891707264 140040562980565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26791936 140735940713199 140735940715717 140735940715717 140735940718543 0
[pid=20020/tid=20081] ppid=20017 vsize=10849048 memory=3624 CPUtime=0.07 cores=0,2,4,6
/proc/20020/task/20081/stat : 20081 (java) S 20017 20020 15883 0 -1 1077944384 2 13138 0 0 0 0 4 3 20 0 15 0 444444191 11109425152 257874 33554432000 4194304 4196468 140735940708880 140039287728464 140040562988955 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26791936 140735940713199 140735940715717 140735940715717 140735940718543 0
[pid=20020/tid=20082] ppid=20017 vsize=10849048 memory=3624 CPUtime=4.9 cores=0,2,4,6
/proc/20020/task/20082/stat : 20082 (java) S 20017 20020 15883 0 -1 1077944384 27086 13138 0 0 475 8 4 3 20 0 15 0 444444191 11109425152 257874 33554432000 4194304 4196468 140735940708880 140039987104112 140040562981506 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26791936 140735940713199 140735940715717 140735940715717 140735940718543 0
[pid=20020/tid=20083] ppid=20017 vsize=10849048 memory=47572 CPUtime=4.7 cores=0,2,4,6
/proc/20020/task/20083/stat : 20083 (java) S 20017 20020 15883 0 -1 1077944384 21400 13138 0 0 460 3 4 3 20 0 15 0 444444191 11109425152 257874 33554432000 4194304 4196468 140735940708880 140039986051312 140040562981506 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26791936 140735940713199 140735940715717 140735940715717 140735940718543 0
[pid=20020/tid=20084] ppid=20017 vsize=10849048 memory=6791534058613427641 CPUtime=3.98 cores=0,2,4,6
/proc/20020/task/20084/stat : 20084 (java) S 20017 20020 15883 0 -1 1077944384 22599 13138 0 0 385 6 4 3 20 0 15 0 444444191 11109425152 257874 33554432000 4194304 4196468 140735940708880 140039984998512 140040562981506 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26791936 140735940713199 140735940715717 140735940715717 140735940718543 0
[pid=20020/tid=20085] ppid=20017 vsize=10849048 memory=2016 CPUtime=0.07 cores=0,2,4,6
/proc/20020/task/20085/stat : 20085 (java) S 20017 20020 15883 0 -1 1077944384 3 13138 0 0 0 0 4 3 20 0 15 0 444444192 11109425152 257874 33554432000 4194304 4196468 140735940708880 140038817966304 140040562980565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26791936 140735940713199 140735940715717 140735940715717 140735940718543 0
[pid=20020/tid=20086] ppid=20017 vsize=10849048 memory=1424 CPUtime=0.37 cores=0,2,4,6
/proc/20020/task/20086/stat : 20086 (java) S 20017 20020 15883 0 -1 1077944384 474 13138 0 0 14 16 4 3 20 0 15 0 444444192 11109425152 257874 33554432000 4194304 4196468 140735940708880 140039983946928 140040562981506 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26791936 140735940713199 140735940715717 140735940715717 140735940718543 0
Current children cumulated CPU time: 508.29 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 1031496 KiB

Child status: 0
Real time (s): 488.801
CPU time (s): 508.417
CPU user time (s): 507.181
CPU system time (s): 1.236
CPU usage (%): 104.013
Max. virtual memory (cumulated for all children) (KiB): 10854284
Max. memory (cumulated for all children) (KiB): 1081328

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 507.181
system time used= 1.236
maximum resident set size= 1082860
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 161918
page faults= 0
swaps= 0
block input operations= 0
block output operations= 816
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 63179
involuntary context switches= 1985


# summary of solver processes directly reported to runsolver:
#   pid: 20020
#   total CPU time (s): 508.417
#   total CPU user time (s): 507.181
#   total CPU system time (s): 1.236

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.04017 second user time and 4.60556 second system time

The end

Launcher Data

Begin job on node140 at 2019-09-17 03:50:17
IDJOB=4401035
IDBENCH=133277
IDSOLVER=2857
FILE ID=node140/4401035-1568685058
RUNJOBID= node140-1568673290-15914
PBS_JOBID= 21703779
Free space on /tmp= 58080 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/Mario/Mario-zinc-s1/Mario-n-medium-3.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4401035-1568685058/watcher-4401035-1568685058 -o /tmp/evaluation-result-4401035-1568685058/solver-4401035-1568685058 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node140-1568673290-15914 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=2063277470 HOME/instance-4401035-1568685058.xml

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

MD5SUM BENCH= 5e375f515acf7f26619053bdd8bbc393
RANDOM SEED=2063277470

node140.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.43
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.43
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.43
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.43
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:        25347708 kB
MemAvailable:   29978284 kB
Buffers:          189104 kB
Cached:          4684440 kB
SwapCached:         2596 kB
Active:          3509504 kB
Inactive:        3242532 kB
Active(anon):    1876300 kB
Inactive(anon):    51508 kB
Active(file):    1633204 kB
Inactive(file):  3191024 kB
Unevictable:      108708 kB
Mlocked:          108708 kB
SwapTotal:      67108860 kB
SwapFree:       66999436 kB
Dirty:             35924 kB
Writeback:             0 kB
AnonPages:       1985600 kB
Mapped:            61808 kB
Shmem:             40616 kB
Slab:             264700 kB
SReclaimable:     234808 kB
SUnreclaim:        29892 kB
KernelStack:        3696 kB
PageTables:         9516 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3013332 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1859584 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= 58044 MiB
End job on node140 at 2019-09-17 03:58:26