Trace number 4304662

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.9.2-SuperNGOPT771 1204.19 1173.86

General information on the benchmark

NameMario/
Mario-n-medium-5_c18.xml
MD5SUM36a1aa2a38358c951443c34d8d302d49
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark771
Best CPU time to get the best result obtained on this benchmark86.9906
Satisfiable
(Un)Satisfiability was proved
Number of variables90
Number of constraints61
Number of domains56
Minimum domain size1
Maximum domain size30
Distribution of domain sizes[{"size":1,"count":2},{"size":2,"count":28},{"size":29,"count":5},{"size":30,"count":55}]
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

1.00/0.74	c Concrete v3.9.2.1532736233296 running
11.19/4.71	o 426
11.19/4.73	o 479
11.19/4.74	o 539
11.19/4.79	o 547
11.54/4.80	o 553
11.54/4.83	o 678
15.98/6.45	o 684
17.15/6.96	o 744
25.73/13.93	o 769
147.28/132.18	o 771
1204.12/1173.83	v <instantiation cost="771">
1204.12/1173.83	v       <list>
1204.12/1173.83	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]
1204.12/1173.83	v       </list>
1204.12/1173.83	v       <values>
1204.12/1173.83	v         2 0 23 6 4 5 18 15 8 29 11 26 12 10 14 20 1 17 7 13 27 21 22 19 24 25 9 16 28 3 46 0 180 194 0 0 273 574 0 1 58 26 0 43 0 45 178 0 41 40 73 0 0 1 0 0 70 61 0 89 0 0 74 24 0 0 54 91 0 21 31 3 0 60 0 90 78 0 17 17 8 0 0 56 0 0 80 47 0 20
1204.12/1173.83	v       </values>
1204.12/1173.83	v     </instantiation>
1204.12/1173.83	s OPTIMUM FOUND

Verifier Data

OK	771

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4304662-1534125549/watcher-4304662-1534125549 -o /tmp/evaluation-result-4304662-1534125549/solver-4304662-1534125549 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1534096675-9345 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=163243804 -superng HOME/instance-4304662-1534125549.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
Current StackSize limit: 8192 KiB

solver pid=15019, runsolver pid=15016

[startup+0.100132 s]*
/proc/loadavg: 1.72 1.46 1.42 3/210 15076
/proc/meminfo: memFree=17749992/32770624 swapFree=67108688/67108860
[pid=15019] ppid=15016 vsize=10005480 memory=16808 CPUtime=0.1 cores=0,2,4,6
/proc/15019/stat : 15019 (java) S 15016 15019 9314 0 -1 1077944320 4346 13192 0 0 1 1 5 3 20 0 6 0 230118086 10245611520 4202 33554432000 4194304 4196468 140723243340624 140723243323168 139857083047671 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 7950336 140723243342436 140723243345244 140723243345244 140723243347919 0
/proc/15019/statm: 2501370 4202 1934 1 0 2489808 0
[pid=15019/tid=15072] ppid=15016 vsize=10005480 memory=4279135704047060365 CPUtime=0.08 cores=0,2,4,6
/proc/15019/task/15072/stat : 15072 (java) R 15016 15019 9314 0 -1 4202560 2186 13192 0 0 0 0 5 3 20 0 6 0 230118096 10245611520 4202 33554432000 4194304 4196468 140723243340624 139857054884432 139857067128158 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7950336 140723243342436 140723243345244 140723243345244 140723243347919 0
[pid=15019/tid=15073] ppid=15016 vsize=10005480 memory=-7522837583129502606 CPUtime=0.08 cores=0,2,4,6
/proc/15019/task/15073/stat : 15073 (java) S 15016 15019 9314 0 -1 1077944384 1 13192 0 0 0 0 5 3 20 0 6 0 230118096 10245611520 4202 33554432000 4194304 4196468 140723243340624 139857087290128 139857083057877 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7950336 140723243342436 140723243345244 140723243345244 140723243347919 0
[pid=15019/tid=15074] ppid=15016 vsize=10005480 memory=140658696480384 CPUtime=0.08 cores=0,2,4,6
/proc/15019/task/15074/stat : 15074 (java) S 15016 15019 9314 0 -1 1077944384 1 13192 0 0 0 0 5 3 20 0 6 0 230118096 10245611520 4202 33554432000 4194304 4196468 140723243340624 139856957938576 139857083057877 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7950336 140723243342436 140723243345244 140723243345244 140723243347919 0
[pid=15019/tid=15075] ppid=15016 vsize=10005480 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15019/task/15075/stat : 15075 (java) S 15016 15019 9314 0 -1 1077944384 1 13192 0 0 0 0 5 3 20 0 6 0 230118096 10245611520 4202 33554432000 4194304 4196468 140723243340624 139856956886032 139857083057877 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7950336 140723243342436 140723243345244 140723243345244 140723243347919 0
[pid=15019/tid=15076] ppid=15016 vsize=10005480 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/15019/task/15076/stat : 15076 (java) S 15016 15019 9314 0 -1 1077944384 2 13192 0 0 0 0 5 3 20 0 6 0 230118096 10245611520 4202 33554432000 4194304 4196468 140723243340624 139856955833488 139857083057877 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7950336 140723243342436 140723243345244 140723243345244 140723243347919 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 16808 KiB

[startup+0.210425 s]*
/proc/loadavg: 1.72 1.46 1.42 3/219 15085
/proc/meminfo: memFree=17726240/32770624 swapFree=67108688/67108860
[pid=15019] ppid=15016 vsize=10982744 memory=44460 CPUtime=0.26 cores=0,2,4,6
/proc/15019/stat : 15019 (java) S 15016 15019 9314 0 -1 1077944320 7827 13192 0 0 16 2 5 3 20 0 15 0 230118086 11246329856 11115 33554432000 4194304 4196468 140723243340624 140723243323168 139857083047671 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 7950336 140723243342436 140723243345244 140723243345244 140723243347919 0
/proc/15019/statm: 2745686 11115 2960 1 0 2708109 0
[pid=15019/tid=15072] ppid=15016 vsize=10982744 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/15019/task/15072/stat : 15072 (java) R 15016 15019 9314 0 -1 4202560 4610 13192 0 0 10 1 5 3 20 0 15 0 230118096 11246329856 11313 33554432000 4194304 4196468 140723243340624 139857054844592 139857067128158 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7950336 140723243342436 140723243345244 140723243345244 140723243347919 0
[pid=15019/tid=15073] ppid=15016 vsize=10982744 memory=365 CPUtime=0.08 cores=0,2,4,6
/proc/15019/task/15073/stat : 15073 (java) S 15016 15019 9314 0 -1 1077944384 1 13192 0 0 0 0 5 3 20 0 15 0 230118096 11246329856 11313 33554432000 4194304 4196468 140723243340624 139857087290128 139857083057877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7950336 140723243342436 140723243345244 140723243345244 140723243347919 0
[pid=15019/tid=15074] ppid=15016 vsize=10982744 memory=140658697753541 CPUtime=0.08 cores=0,2,4,6
/proc/15019/task/15074/stat : 15074 (java) S 15016 15019 9314 0 -1 1077944384 1 13192 0 0 0 0 5 3 20 0 15 0 230118096 11246329856 11313 33554432000 4194304 4196468 140723243340624 139856957938576 139857083057877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7950336 140723243342436 140723243345244 140723243345244 140723243347919 0
[pid=15019/tid=15075] ppid=15016 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15019/task/15075/stat : 15075 (java) S 15016 15019 9314 0 -1 1077944384 1 13192 0 0 0 0 5 3 20 0 15 0 230118096 11246329856 11313 33554432000 4194304 4196468 140723243340624 139856956886032 139857083057877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7950336 140723243342436 140723243345244 140723243345244 140723243347919 0
[pid=15019/tid=15076] ppid=15016 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/15019/task/15076/stat : 15076 (java) S 15016 15019 9314 0 -1 1077944384 2 13192 0 0 0 0 5 3 20 0 15 0 230118096 11246329856 11313 33554432000 4194304 4196468 140723243340624 139856955833488 139857083057877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7950336 140723243342436 140723243345244 140723243345244 140723243347919 0
[pid=15019/tid=15077] ppid=15016 vsize=10982744 memory=140658696480384 CPUtime=0.08 cores=0,2,4,6
/proc/15019/task/15077/stat : 15077 (java) S 15016 15019 9314 0 -1 1077944384 2 13192 0 0 0 0 5 3 20 0 15 0 230118098 11246329856 11313 33554432000 4194304 4196468 140723243340624 139856051972080 139857083058818 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7950336 140723243342436 140723243345244 140723243345244 140723243347919 0
[pid=15019/tid=15078] ppid=15016 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/15019/task/15078/stat : 15078 (java) S 15016 15019 9314 0 -1 1077944384 13 13192 0 0 0 0 5 3 20 0 15 0 230118098 11246329856 11313 33554432000 4194304 4196468 140723243340624 139855946310560 139857083057877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7950336 140723243342436 140723243345244 140723243345244 140723243347919 0
[pid=15019/tid=15079] ppid=15016 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15019/task/15079/stat : 15079 (java) S 15016 15019 9314 0 -1 1077944384 1 13192 0 0 0 0 5 3 20 0 15 0 230118098 11246329856 11313 33554432000 4194304 4196468 140723243340624 139855744984048 139857083057877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7950336 140723243342436 140723243345244 140723243345244 140723243347919 0
[pid=15019/tid=15080] ppid=15016 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15019/task/15080/stat : 15080 (java) S 15016 15019 9314 0 -1 1077944384 3 13192 0 0 0 0 5 3 20 0 15 0 230118101 11246329856 11313 33554432000 4194304 4196468 140723243340624 139855437584592 139857083066267 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7950336 140723243342436 140723243345244 140723243345244 140723243347919 0
[pid=15019/tid=15081] ppid=15016 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15019/task/15081/stat : 15081 (java) R 15016 15019 9314 0 -1 1077944384 429 13192 0 0 0 0 5 3 20 0 15 0 230118101 11246329856 11313 33554432000 4194304 4196468 140723243340624 139856050919920 139857083058818 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7950336 140723243342436 140723243345244 140723243345244 140723243347919 0
[pid=15019/tid=15082] ppid=15016 vsize=10982744 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/15019/task/15082/stat : 15082 (java) S 15016 15019 9314 0 -1 1077944384 190 13192 0 0 1 0 5 3 20 0 15 0 230118101 11246329856 11313 33554432000 4194304 4196468 140723243340624 139856049867376 139857083058818 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7950336 140723243342436 140723243345244 140723243345244 140723243347919 0
[pid=15019/tid=15083] ppid=15016 vsize=10982744 memory=140658696480384 CPUtime=0.11 cores=0,2,4,6
/proc/15019/task/15083/stat : 15083 (java) S 15016 15019 9314 0 -1 1077944384 596 13192 0 0 3 0 5 3 20 0 15 0 230118101 11246329856 11313 33554432000 4194304 4196468 140723243340624 139856048814832 139857083058818 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7950336 140723243342436 140723243345244 140723243345244 140723243347919 0
[pid=15019/tid=15084] ppid=15016 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/15019/task/15084/stat : 15084 (java) S 15016 15019 9314 0 -1 1077944384 3 13192 0 0 0 0 5 3 20 0 15 0 230118101 11246329856 11313 33554432000 4194304 4196468 140723243340624 139855006788704 139857083057877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7950336 140723243342436 140723243345244 140723243345244 140723243347919 0
[pid=15019/tid=15085] ppid=15016 vsize=10982744 memory=140658696480384 CPUtime=0.08 cores=0,2,4,6
/proc/15019/task/15085/stat : 15085 (java) S 15016 15019 9314 0 -1 1077944384 1 13192 0 0 0 0 5 3 20 0 15 0 230118102 11246329856 11313 33554432000 4194304 4196468 140723243340624 139856047761712 139857083058818 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7950336 140723243342436 140723243345244 140723243345244 140723243347919 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 44460 KiB

[startup+0.310368 s]*
/proc/loadavg: 1.72 1.46 1.42 3/219 15085
/proc/meminfo: memFree=17715076/32770624 swapFree=67108688/67108860
[pid=15019] ppid=15016 vsize=10983192 memory=55964 CPUtime=0.39 cores=0,2,4,6
/proc/15019/stat : 15019 (java) S 15016 15019 9314 0 -1 1077944320 10545 13192 0 0 28 3 5 3 20 0 15 0 230118086 11246788608 13991 33554432000 4194304 4196468 140723243340624 140723243323168 139857083047671 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 7950336 140723243342436 140723243345244 140723243345244 140723243347919 0
/proc/15019/statm: 2745798 13991 3079 1 0 2708109 0
[pid=15019/tid=15072] ppid=15016 vsize=10983192 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/15019/task/15072/stat : 15072 (java) R 15016 15019 9314 0 -1 4202560 7095 13192 0 0 19 2 5 3 20 0 15 0 230118096 11246788608 13991 33554432000 4194304 4196468 140723243340624 139857054859680 139857083069597 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7950336 140723243342436 140723243345244 140723243345244 140723243347919 0
[pid=15019/tid=15073] ppid=15016 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15019/task/15073/stat : 15073 (java) S 15016 15019 9314 0 -1 1077944384 1 13192 0 0 0 0 5 3 20 0 15 0 230118096 11246788608 13991 33554432000 4194304 4196468 140723243340624 139857087290128 139857083057877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7950336 140723243342436 140723243345244 140723243345244 140723243347919 0
[pid=15019/tid=15074] ppid=15016 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15019/task/15074/stat : 15074 (java) S 15016 15019 9314 0 -1 1077944384 1 13192 0 0 0 0 5 3 20 0 15 0 230118096 11246788608 13991 33554432000 4194304 4196468 140723243340624 139856957938576 139857083057877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7950336 140723243342436 140723243345244 140723243345244 140723243347919 0
[pid=15019/tid=15075] ppid=15016 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15019/task/15075/stat : 15075 (java) S 15016 15019 9314 0 -1 1077944384 1 13192 0 0 0 0 5 3 20 0 15 0 230118096 11246788608 13991 33554432000 4194304 4196468 140723243340624 139856956886032 139857083057877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7950336 140723243342436 140723243345244 140723243345244 140723243347919 0
[pid=15019/tid=15076] ppid=15016 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15019/task/15076/stat : 15076 (java) S 15016 15019 9314 0 -1 1077944384 2 13192 0 0 0 0 5 3 20 0 15 0 230118096 11246788608 13991 33554432000 4194304 4196468 140723243340624 139856955833488 139857083057877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7950336 140723243342436 140723243345244 140723243345244 140723243347919 0
[pid=15019/tid=15077] ppid=15016 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15019/task/15077/stat : 15077 (java) S 15016 15019 9314 0 -1 1077944384 2 13192 0 0 0 0 5 3 20 0 15 0 230118098 11246788608 13991 33554432000 4194304 4196468 140723243340624 139856051972080 139857083058818 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7950336 140723243342436 140723243345244 140723243345244 140723243347919 0
[pid=15019/tid=15078] ppid=15016 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/15019/task/15078/stat : 15078 (java) S 15016 15019 9314 0 -1 1077944384 13 13192 0 0 0 0 5 3 20 0 15 0 230118098 11246788608 13991 33554432000 4194304 4196468 140723243340624 139855946310560 139857083057877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7950336 140723243342436 140723243345244 140723243345244 140723243347919 0
[pid=15019/tid=15079] ppid=15016 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15019/task/15079/stat : 15079 (java) S 15016 15019 9314 0 -1 1077944384 1 13192 0 0 0 0 5 3 20 0 15 0 230118098 11246788608 13991 33554432000 4194304 4196468 140723243340624 139855744984048 139857083057877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7950336 140723243342436 140723243345244 140723243345244 140723243347919 0
[pid=15019/tid=15080] ppid=15016 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15019/task/15080/stat : 15080 (java) S 15016 15019 9314 0 -1 1077944384 3 13192 0 0 0 0 5 3 20 0 15 0 230118101 11246788608 13991 33554432000 4194304 4196468 140723243340624 139855437584592 139857083066267 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7950336 140723243342436 140723243345244 140723243345244 140723243347919 0
[pid=15019/tid=15081] ppid=15016 vsize=10983192 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/15019/task/15081/stat : 15081 (java) S 15016 15019 9314 0 -1 1077944384 429 13192 0 0 1 0 5 3 20 0 15 0 230118101 11246788608 13991 33554432000 4194304 4196468 140723243340624 139856050919920 139857083058818 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7950336 140723243342436 140723243345244 140723243345244 140723243347919 0
[pid=15019/tid=15082] ppid=15016 vsize=10983192 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/15019/task/15082/stat : 15082 (java) S 15016 15019 9314 0 -1 1077944384 191 13192 0 0 1 0 5 3 20 0 15 0 230118101 11246788608 13991 33554432000 4194304 4196468 140723243340624 139856049867376 139857083058818 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7950336 140723243342436 140723243345244 140723243345244 140723243347919 0
[pid=15019/tid=15083] ppid=15016 vsize=10983192 memory=140658696480384 CPUtime=0.13 cores=0,2,4,6
/proc/15019/task/15083/stat : 15083 (java) S 15016 15019 9314 0 -1 1077944384 606 13192 0 0 5 0 5 3 20 0 15 0 230118101 11246788608 13991 33554432000 4194304 4196468 140723243340624 139856048814832 139857083058818 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7950336 140723243342436 140723243345244 140723243345244 140723243347919 0
[pid=15019/tid=15084] ppid=15016 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/15019/task/15084/stat : 15084 (java) S 15016 15019 9314 0 -1 1077944384 3 13192 0 0 0 0 5 3 20 0 15 0 230118101 11246788608 13991 33554432000 4194304 4196468 140723243340624 139855006788704 139857083057877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7950336 140723243342436 140723243345244 140723243345244 140723243347919 0
[pid=15019/tid=15085] ppid=15016 vsize=10983192 memory=140658696480384 CPUtime=0.08 cores=0,2,4,6
/proc/15019/task/15085/stat : 15085 (java) S 15016 15019 9314 0 -1 1077944384 1 13192 0 0 0 0 5 3 20 0 15 0 230118102 11246788608 13991 33554432000 4194304 4196468 140723243340624 139856047761712 139857083058818 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7950336 140723243342436 140723243345244 140723243345244 140723243347919 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 55964 KiB

[startup+0.700748 s]
/proc/loadavg: 1.72 1.46 1.42 3/219 15085
/proc/meminfo: memFree=17703912/32770624 swapFree=67108688/67108860
[pid=15019] ppid=15016 vsize=10983192 memory=88448 CPUtime=1 cores=0,2,4,6
/proc/15019/stat : 15019 (java) S 15016 15019 9314 0 -1 1077944320 16753 13192 0 0 88 4 5 3 20 0 15 0 230118086 11246788608 22112 33554432000 4194304 4196468 140723243340624 140723243323168 139857083047671 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 7950336 140723243342436 140723243345244 140723243345244 140723243347919 0
/proc/15019/statm: 2745798 22112 3238 1 0 2708109 0
[pid=15019/tid=15072] ppid=15016 vsize=10983192 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/15019/task/15072/stat : 15072 (java) R 15016 15019 9314 0 -1 4202560 12210 13192 0 0 56 3 5 3 20 0 15 0 230118096 11246788608 22112 33554432000 4194304 4196468 140723243340624 139857054868496 139857066234497 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7950336 140723243342436 140723243345244 140723243345244 140723243347919 0
[pid=15019/tid=15073] ppid=15016 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15019/task/15073/stat : 15073 (java) S 15016 15019 9314 0 -1 1077944384 1 13192 0 0 0 0 5 3 20 0 15 0 230118096 11246788608 22112 33554432000 4194304 4196468 140723243340624 139857087290128 139857083057877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7950336 140723243342436 140723243345244 140723243345244 140723243347919 0
[pid=15019/tid=15074] ppid=15016 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15019/task/15074/stat : 15074 (java) S 15016 15019 9314 0 -1 1077944384 1 13192 0 0 0 0 5 3 20 0 15 0 230118096 11246788608 22112 33554432000 4194304 4196468 140723243340624 139856957938576 139857083057877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7950336 140723243342436 140723243345244 140723243345244 140723243347919 0
[pid=15019/tid=15075] ppid=15016 vsize=10983192 memory=140658568475408 CPUtime=0.08 cores=0,2,4,6
/proc/15019/task/15075/stat : 15075 (java) S 15016 15019 9314 0 -1 1077944384 1 13192 0 0 0 0 5 3 20 0 15 0 230118096 11246788608 22112 33554432000 4194304 4196468 140723243340624 139856956886032 139857083057877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7950336 140723243342436 140723243345244 140723243345244 140723243347919 0
[pid=15019/tid=15076] ppid=15016 vsize=10983192 memory=140660178944623 CPUtime=0.08 cores=0,2,4,6
/proc/15019/task/15076/stat : 15076 (java) S 15016 15019 9314 0 -1 1077944384 2 13192 0 0 0 0 5 3 20 0 15 0 230118096 11246788608 22112 33554432000 4194304 4196468 140723243340624 139856955833488 139857083057877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7950336 140723243342436 140723243345244 140723243345244 140723243347919 0
[pid=15019/tid=15077] ppid=15016 vsize=10983192 memory=1832 CPUtime=0.08 cores=0,2,4,6
/proc/15019/task/15077/stat : 15077 (java) S 15016 15019 9314 0 -1 1077944384 6 13192 0 0 0 0 5 3 20 0 15 0 230118098 11246788608 22112 33554432000 4194304 4196468 140723243340624 139856051972080 139857083058818 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7950336 140723243342436 140723243345244 140723243345244 140723243347919 0
[pid=15019/tid=15078] ppid=15016 vsize=10983192 memory=7161944214934349376 CPUtime=0.08 cores=0,2,4,6
/proc/15019/task/15078/stat : 15078 (java) S 15016 15019 9314 0 -1 1077944384 13 13192 0 0 0 0 5 3 20 0 15 0 230118098 11246788608 22112 33554432000 4194304 4196468 140723243340624 139855946310560 139857083057877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7950336 140723243342436 140723243345244 140723243345244 140723243347919 0
[pid=15019/tid=15079] ppid=15016 vsize=10983192 memory=6082220498227391592 CPUtime=0.08 cores=0,2,4,6
/proc/15019/task/15079/stat : 15079 (java) S 15016 15019 9314 0 -1 1077944384 1 13192 0 0 0 0 5 3 20 0 15 0 230118098 11246788608 22112 33554432000 4194304 4196468 140723243340624 139855744984048 139857083057877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7950336 140723243342436 140723243345244 140723243345244 140723243347919 0
[pid=15019/tid=15080] ppid=15016 vsize=10983192 memory=16348 CPUtime=0.08 cores=0,2,4,6
/proc/15019/task/15080/stat : 15080 (java) S 15016 15019 9314 0 -1 1077944384 3 13192 0 0 0 0 5 3 20 0 15 0 230118101 11246788608 22112 33554432000 4194304 4196468 140723243340624 139855437584592 139857083066267 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7950336 140723243342436 140723243345244 140723243345244 140723243347919 0
[pid=15019/tid=15081] ppid=15016 vsize=10983192 memory=1176 CPUtime=0.15 cores=0,2,4,6
/proc/15019/task/15081/stat : 15081 (java) S 15016 15019 9314 0 -1 1077944384 851 13192 0 0 7 0 5 3 20 0 15 0 230118101 11246788608 22112 33554432000 4194304 4196468 140723243340624 139856050919920 139857083058818 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7950336 140723243342436 140723243345244 140723243345244 140723243347919 0
[pid=15019/tid=15082] ppid=15016 vsize=10983192 memory=34568 CPUtime=0.17 cores=0,2,4,6
/proc/15019/task/15082/stat : 15082 (java) S 15016 15019 9314 0 -1 1077944384 782 13192 0 0 9 0 5 3 20 0 15 0 230118101 11246788608 22112 33554432000 4194304 4196468 140723243340624 139856049867376 139857083058818 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7950336 140723243342436 140723243345244 140723243345244 140723243347919 0
[pid=15019/tid=15083] ppid=15016 vsize=10983192 memory=4048 CPUtime=0.21 cores=0,2,4,6
/proc/15019/task/15083/stat : 15083 (java) S 15016 15019 9314 0 -1 1077944384 682 13192 0 0 13 0 5 3 20 0 15 0 230118101 11246788608 22112 33554432000 4194304 4196468 140723243340624 139856048814832 139857083058818 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7950336 140723243342436 140723243345244 140723243345244 140723243347919 0
[pid=15019/tid=15084] ppid=15016 vsize=10983192 memory=508 CPUtime=0.08 cores=0,2,4,6
/proc/15019/task/15084/stat : 15084 (java) S 15016 15019 9314 0 -1 1077944384 3 13192 0 0 0 0 5 3 20 0 15 0 230118101 11246788608 22112 33554432000 4194304 4196468 140723243340624 139855006788704 139857083057877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7950336 140723243342436 140723243345244 140723243345244 140723243347919 0
[pid=15019/tid=15085] ppid=15016 vsize=10983192 memory=1728 CPUtime=0.08 cores=0,2,4,6
/proc/15019/task/15085/stat : 15085 (java) S 15016 15019 9314 0 -1 1077944384 1 13192 0 0 0 0 5 3 20 0 15 0 230118102 11246788608 22112 33554432000 4194304 4196468 140723243340624 139856047761712 139857083058818 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7950336 140723243342436 140723243345244 140723243345244 140723243347919 0
Current children cumulated CPU time: 1 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88448 KiB

[startup+1.50429 s]
/proc/loadavg: 1.72 1.46 1.42 4/219 15085
/proc/meminfo: memFree=17657792/32770624 swapFree=67108688/67108860
[pid=15019] ppid=15016 vsize=11000912 memory=193880 CPUtime=2.98 cores=0,2,4,6
/proc/15019/stat : 15019 (java) S 15016 15019 9314 0 -1 1077944320 30405 13192 0 0 280 10 5 3 20 0 15 0 230118086 11264933888 48470 33554432000 4194304 4196468 140723243340624 140723243323168 139857083047671 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 7950336 140723243342436 140723243345244 140723243345244 140723243347919 0
/proc/15019/statm: 2750228 48470 3467 1 0 2711886 0
[pid=15019/tid=15072] ppid=15016 vsize=11000912 memory=65048 CPUtime=1.43 cores=0,2,4,6
/proc/15019/task/15072/stat : 15072 (java) R 15016 15019 9314 0 -1 4202560 18517 13192 0 0 129 6 5 3 20 0 15 0 230118096 11264933888 48470 33554432000 4194304 4196468 140723243340624 139857054880720 139856634260612 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 7950336 140723243342436 140723243345244 140723243345244 140723243347919 0
[pid=15019/tid=15073] ppid=15016 vsize=11000912 memory=6791534058613427641 CPUtime=0.09 cores=0,2,4,6
/proc/15019/task/15073/stat : 15073 (java) S 15016 15019 9314 0 -1 1077944384 47 13192 0 0 1 0 5 3 20 0 15 0 230118096 11264933888 48470 33554432000 4194304 4196468 140723243340624 139857087290128 139857083057877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7950336 140723243342436 140723243345244 140723243345244 140723243347919 0
[pid=15019/tid=15074] ppid=15016 vsize=11000912 memory=281317136982176 CPUtime=0.08 cores=0,2,4,6
/proc/15019/task/15074/stat : 15074 (java) S 15016 15019 9314 0 -1 1077944384 175 13192 0 0 0 0 5 3 20 0 15 0 230118096 11264933888 48470 33554432000 4194304 4196468 140723243340624 139856957938576 139857083057877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7950336 140723243342436 140723243345244 140723243345244 140723243347919 0
[pid=15019/tid=15075] ppid=15016 vsize=11000912 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/15019/task/15075/stat : 15075 (java) S 15016 15019 9314 0 -1 1077944384 16 13192 0 0 1 0 5 3 20 0 15 0 230118096 11264933888 48470 33554432000 4194304 4196468 140723243340624 139856956886032 139857083057877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7950336 140723243342436 140723243345244 140723243345244 140723243347919 0
[pid=15019/tid=15076] ppid=15016 vsize=11000912 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/15019/task/15076/stat : 15076 (java) S 15016 15019 9314 0 -1 1077944384 51 13192 0 0 1 0 5 3 20 0 15 0 230118096 11264933888 48470 33554432000 4194304 4196468 140723243340624 139856955833488 139857083057877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7950336 140723243342436 140723243345244 140723243345244 140723243347919 0
[pid=15019/tid=15077] ppid=15016 vsize=11000912 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/15019/task/15077/stat : 15077 (java) S 15016 15019 9314 0 -1 1077944384 51 13192 0 0 1 0 5 3 20 0 15 0 230118098 11264933888 48470 33554432000 4194304 4196468 140723243340624 139856051972080 139857083058818 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7950336 140723243342436 140723243345244 140723243345244 140723243347919 0
[pid=15019/tid=15078] ppid=15016 vsize=11000912 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15019/task/15078/stat : 15078 (java) S 15016 15019 9314 0 -1 1077944384 13 13192 0 0 0 0 5 3 20 0 15 0 230118098 11264933888 48470 33554432000 4194304 4196468 140723243340624 139855946310560 139857083057877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7950336 140723243342436 140723243345244 140723243345244 140723243347919 0
[pid=15019/tid=15079] ppid=15016 vsize=11000912 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15019/task/15079/stat : 15079 (java) S 15016 15019 9314 0 -1 1077944384 1 13192 0 0 0 0 5 3 20 0 15 0 230118098 11264933888 48470 33554432000 4194304 4196468 140723243340624 139855744984064 139857083057877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7950336 140723243342436 140723243345244 140723243345244 140723243347919 0
[pid=15019/tid=15080] ppid=15016 vsize=11000912 memory=-2746958450906831424 CPUtime=0.08 cores=0,2,4,6
/proc/15019/task/15080/stat : 15080 (java) S 15016 15019 9314 0 -1 1077944384 3 13192 0 0 0 0 5 3 20 0 15 0 230118101 11264933888 48470 33554432000 4194304 4196468 140723243340624 139855437584592 139857083066267 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7950336 140723243342436 140723243345244 140723243345244 140723243347919 0
[pid=15019/tid=15081] ppid=15016 vsize=11000912 memory=0 CPUtime=0.64 cores=0,2,4,6
/proc/15019/task/15081/stat : 15081 (java) R 15016 15019 9314 0 -1 4202560 5068 13192 0 0 56 0 5 3 20 0 15 0 230118101 11264933888 48470 33554432000 4194304 4196468 140723243340624 139856050905944 139857067969438 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7950336 140723243342436 140723243345244 140723243345244 140723243347919 0
[pid=15019/tid=15082] ppid=15016 vsize=11000912 memory=0 CPUtime=0.59 cores=0,2,4,6
/proc/15019/task/15082/stat : 15082 (java) S 15016 15019 9314 0 -1 1077944384 2799 13192 0 0 51 0 5 3 20 0 15 0 230118101 11264933888 48470 33554432000 4194304 4196468 140723243340624 139856049867376 139857083058818 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7950336 140723243342436 140723243345244 140723243345244 140723243347919 0
[pid=15019/tid=15083] ppid=15016 vsize=11000912 memory=6791534058613427641 CPUtime=0.42 cores=0,2,4,6
/proc/15019/task/15083/stat : 15083 (java) R 15016 15019 9314 0 -1 4202560 1465 13192 0 0 34 0 5 3 20 0 15 0 230118101 11264933888 48470 33554432000 4194304 4196468 140723243340624 139856048814832 139857067128158 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7950336 140723243342436 140723243345244 140723243345244 140723243347919 0
[pid=15019/tid=15084] ppid=15016 vsize=11000912 memory=4638778398332698720 CPUtime=0.08 cores=0,2,4,6
/proc/15019/task/15084/stat : 15084 (java) S 15016 15019 9314 0 -1 1077944384 3 13192 0 0 0 0 5 3 20 0 15 0 230118101 11264933888 48470 33554432000 4194304 4196468 140723243340624 139855006788704 139857083057877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7950336 140723243342436 140723243345244 140723243345244 140723243347919 0
[pid=15019/tid=15085] ppid=15016 vsize=11000912 memory=281317137226688 CPUtime=0.08 cores=0,2,4,6
/proc/15019/task/15085/stat : 15085 (java) S 15016 15019 9314 0 -1 1077944384 1 13192 0 0 0 0 5 3 20 0 15 0 230118102 11264933888 48470 33554432000 4194304 4196468 140723243340624 139856047761712 139857083058818 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7950336 140723243342436 140723243345244 140723243345244 140723243347919 0
Current children cumulated CPU time: 2.98 s
Current children cumulated vsize: 11000912 KiB

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

[pid=15019/tid=15084] ppid=15016 vsize=11080032 memory=1728 CPUtime=0.08 cores=0,2,4,6
/proc/15019/task/15084/stat : 15084 (java) S 15016 15019 9314 0 -1 1077944384 3 13192 0 0 0 0 5 3 20 0 15 0 230118101 11345952768 179814 33554432000 4194304 4196468 140723243340624 139855006788704 139857083057877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7950336 140723243342436 140723243345244 140723243345244 140723243347919 0
[pid=15019/tid=15085] ppid=15016 vsize=11080032 memory=928 CPUtime=0.73 cores=0,2,4,6
/proc/15019/task/15085/stat : 15085 (java) S 15016 15019 9314 0 -1 1077944384 1057 13192 0 0 32 33 5 3 20 0 15 0 230118102 11345952768 179814 33554432000 4194304 4196468 140723243340624 139856047761712 139857083058818 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7950336 140723243342436 140723243345244 140723243345244 140723243347919 0
Current children cumulated CPU time: 1198.3 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 719256 KiB

[startup+1171.2 s]
/proc/loadavg: 1.28 1.32 1.34 3/220 15273
/proc/meminfo: memFree=16867072/32770624 swapFree=67108688/67108860
[pid=15019] ppid=15016 vsize=11080032 memory=719256 CPUtime=1201.5 cores=0,2,4,6
/proc/15019/stat : 15019 (java) S 15016 15019 9314 0 -1 1077944320 245859 13192 0 0 120006 136 5 3 20 0 15 0 230118086 11345952768 179814 33554432000 4194304 4196468 140723243340624 140723243323168 139857083047671 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 7950336 140723243342436 140723243345244 140723243345244 140723243347919 0
/proc/15019/statm: 2770008 179814 3528 1 0 2731661 0
[pid=15019/tid=15072] ppid=15016 vsize=11080032 memory=719256 CPUtime=1164.78 cores=0,2,4,6
/proc/15019/task/15072/stat : 15072 (java) R 15016 15019 9314 0 -1 4202560 75039 13192 0 0 116444 26 5 3 20 0 15 0 230118096 11345952768 179814 33554432000 4194304 4196468 140723243340624 139857054882912 139856648496054 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7950336 140723243342436 140723243345244 140723243345244 140723243347919 0
[pid=15019/tid=15073] ppid=15016 vsize=11080032 memory=6791534058613427641 CPUtime=2.84 cores=0,2,4,6
/proc/15019/task/15073/stat : 15073 (java) S 15016 15019 9314 0 -1 1077944384 6671 13192 0 0 261 15 5 3 20 0 15 0 230118096 11345952768 179814 33554432000 4194304 4196468 140723243340624 139857087290128 139857083057877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7950336 140723243342436 140723243345244 140723243345244 140723243347919 0
[pid=15019/tid=15074] ppid=15016 vsize=11080032 memory=3824 CPUtime=2.84 cores=0,2,4,6
/proc/15019/task/15074/stat : 15074 (java) S 15016 15019 9314 0 -1 1077944384 10326 13192 0 0 260 16 5 3 20 0 15 0 230118096 11345952768 179814 33554432000 4194304 4196468 140723243340624 139856957938576 139857083057877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7950336 140723243342436 140723243345244 140723243345244 140723243347919 0
[pid=15019/tid=15075] ppid=15016 vsize=11080032 memory=62684 CPUtime=2.84 cores=0,2,4,6
/proc/15019/task/15075/stat : 15075 (java) S 15016 15019 9314 0 -1 1077944384 5436 13192 0 0 260 16 5 3 20 0 15 0 230118096 11345952768 179814 33554432000 4194304 4196468 140723243340624 139856956886032 139857083057877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7950336 140723243342436 140723243345244 140723243345244 140723243347919 0
[pid=15019/tid=15076] ppid=15016 vsize=11080032 memory=6791534058613427641 CPUtime=2.83 cores=0,2,4,6
/proc/15019/task/15076/stat : 15076 (java) S 15016 15019 9314 0 -1 1077944384 8439 13192 0 0 260 15 5 3 20 0 15 0 230118096 11345952768 179814 33554432000 4194304 4196468 140723243340624 139856955833488 139857083057877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7950336 140723243342436 140723243345244 140723243345244 140723243347919 0
[pid=15019/tid=15077] ppid=15016 vsize=11080032 memory=1388 CPUtime=2.39 cores=0,2,4,6
/proc/15019/task/15077/stat : 15077 (java) S 15016 15019 9314 0 -1 1077944384 6931 13192 0 0 220 11 5 3 20 0 15 0 230118098 11345952768 179814 33554432000 4194304 4196468 140723243340624 139856051972080 139857083058818 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7950336 140723243342436 140723243345244 140723243345244 140723243347919 0
[pid=15019/tid=15078] ppid=15016 vsize=11080032 memory=9664 CPUtime=0.08 cores=0,2,4,6
/proc/15019/task/15078/stat : 15078 (java) S 15016 15019 9314 0 -1 1077944384 14 13192 0 0 0 0 5 3 20 0 15 0 230118098 11345952768 179814 33554432000 4194304 4196468 140723243340624 139855946310688 139857083057877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7950336 140723243342436 140723243345244 140723243345244 140723243347919 0
[pid=15019/tid=15079] ppid=15016 vsize=11080032 memory=719256 CPUtime=0.08 cores=0,2,4,6
/proc/15019/task/15079/stat : 15079 (java) S 15016 15019 9314 0 -1 1077944384 1 13192 0 0 0 0 5 3 20 0 15 0 230118098 11345952768 179814 33554432000 4194304 4196468 140723243340624 139855744984064 139857083057877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7950336 140723243342436 140723243345244 140723243345244 140723243347919 0
[pid=15019/tid=15080] ppid=15016 vsize=11080032 memory=1564 CPUtime=0.08 cores=0,2,4,6
/proc/15019/task/15080/stat : 15080 (java) S 15016 15019 9314 0 -1 1077944384 3 13192 0 0 0 0 5 3 20 0 15 0 230118101 11345952768 179814 33554432000 4194304 4196468 140723243340624 139855437584592 139857083066267 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7950336 140723243342436 140723243345244 140723243345244 140723243347919 0
[pid=15019/tid=15081] ppid=15016 vsize=11080032 memory=2212 CPUtime=9.06 cores=0,2,4,6
/proc/15019/task/15081/stat : 15081 (java) S 15016 15019 9314 0 -1 1077944384 44887 13192 0 0 892 6 5 3 20 0 15 0 230118101 11345952768 179814 33554432000 4194304 4196468 140723243340624 139856050919920 139857083058818 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7950336 140723243342436 140723243345244 140723243345244 140723243347919 0
[pid=15019/tid=15082] ppid=15016 vsize=11080032 memory=3984 CPUtime=9.56 cores=0,2,4,6
/proc/15019/task/15082/stat : 15082 (java) S 15016 15019 9314 0 -1 1077944384 46151 13192 0 0 942 6 5 3 20 0 15 0 230118101 11345952768 179814 33554432000 4194304 4196468 140723243340624 139856049867376 139857083058818 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7950336 140723243342436 140723243345244 140723243345244 140723243347919 0
[pid=15019/tid=15083] ppid=15016 vsize=11080032 memory=719256 CPUtime=4.24 cores=0,2,4,6
/proc/15019/task/15083/stat : 15083 (java) S 15016 15019 9314 0 -1 1077944384 38705 13192 0 0 408 8 5 3 20 0 15 0 230118101 11345952768 179814 33554432000 4194304 4196468 140723243340624 139856048814832 139857083058818 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7950336 140723243342436 140723243345244 140723243345244 140723243347919 0
[pid=15019/tid=15084] ppid=15016 vsize=11080032 memory=1792 CPUtime=0.08 cores=0,2,4,6
/proc/15019/task/15084/stat : 15084 (java) S 15016 15019 9314 0 -1 1077944384 3 13192 0 0 0 0 5 3 20 0 15 0 230118101 11345952768 179814 33554432000 4194304 4196468 140723243340624 139855006788704 139857083057877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7950336 140723243342436 140723243345244 140723243345244 140723243347919 0
[pid=15019/tid=15085] ppid=15016 vsize=11080032 memory=876 CPUtime=0.73 cores=0,2,4,6
/proc/15019/task/15085/stat : 15085 (java) S 15016 15019 9314 0 -1 1077944384 1057 13192 0 0 32 33 5 3 20 0 15 0 230118102 11345952768 179814 33554432000 4194304 4196468 140723243340624 139856047761712 139857083058818 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7950336 140723243342436 140723243345244 140723243345244 140723243347919 0
Current children cumulated CPU time: 1201.5 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 719256 KiB

[startup+1172.8 s]
/proc/loadavg: 1.28 1.32 1.34 3/220 15273
/proc/meminfo: memFree=16867072/32770624 swapFree=67108688/67108860
[pid=15019] ppid=15016 vsize=11080032 memory=719256 CPUtime=1203.11 cores=0,2,4,6
/proc/15019/stat : 15019 (java) S 15016 15019 9314 0 -1 1077944320 245864 13192 0 0 120167 136 5 3 20 0 15 0 230118086 11345952768 179814 33554432000 4194304 4196468 140723243340624 140723243323168 139857083047671 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 7950336 140723243342436 140723243345244 140723243345244 140723243347919 0
/proc/15019/statm: 2770008 179814 3528 1 0 2731661 0
[pid=15019/tid=15072] ppid=15016 vsize=11080032 memory=719256 CPUtime=1166.37 cores=0,2,4,6
/proc/15019/task/15072/stat : 15072 (java) R 15016 15019 9314 0 -1 4202560 75043 13192 0 0 116603 26 5 3 20 0 15 0 230118096 11345952768 179814 33554432000 4194304 4196468 140723243340624 139857054882192 139856638049672 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 7950336 140723243342436 140723243345244 140723243345244 140723243347919 0
[pid=15019/tid=15073] ppid=15016 vsize=11080032 memory=2212 CPUtime=2.84 cores=0,2,4,6
/proc/15019/task/15073/stat : 15073 (java) S 15016 15019 9314 0 -1 1077944384 6671 13192 0 0 261 15 5 3 20 0 15 0 230118096 11345952768 179814 33554432000 4194304 4196468 140723243340624 139857087290128 139857083057877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7950336 140723243342436 140723243345244 140723243345244 140723243347919 0
[pid=15019/tid=15074] ppid=15016 vsize=11080032 memory=719256 CPUtime=2.84 cores=0,2,4,6
/proc/15019/task/15074/stat : 15074 (java) S 15016 15019 9314 0 -1 1077944384 10326 13192 0 0 260 16 5 3 20 0 15 0 230118096 11345952768 179814 33554432000 4194304 4196468 140723243340624 139856957938576 139857083057877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7950336 140723243342436 140723243345244 140723243345244 140723243347919 0
[pid=15019/tid=15075] ppid=15016 vsize=11080032 memory=2316 CPUtime=2.84 cores=0,2,4,6
/proc/15019/task/15075/stat : 15075 (java) S 15016 15019 9314 0 -1 1077944384 5437 13192 0 0 260 16 5 3 20 0 15 0 230118096 11345952768 179814 33554432000 4194304 4196468 140723243340624 139856956886032 139857083057877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7950336 140723243342436 140723243345244 140723243345244 140723243347919 0
[pid=15019/tid=15076] ppid=15016 vsize=11080032 memory=6791534058613427641 CPUtime=2.83 cores=0,2,4,6
/proc/15019/task/15076/stat : 15076 (java) S 15016 15019 9314 0 -1 1077944384 8439 13192 0 0 260 15 5 3 20 0 15 0 230118096 11345952768 179814 33554432000 4194304 4196468 140723243340624 139856955833488 139857083057877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7950336 140723243342436 140723243345244 140723243345244 140723243347919 0
[pid=15019/tid=15077] ppid=15016 vsize=11080032 memory=7636 CPUtime=2.4 cores=0,2,4,6
/proc/15019/task/15077/stat : 15077 (java) S 15016 15019 9314 0 -1 1077944384 6931 13192 0 0 221 11 5 3 20 0 15 0 230118098 11345952768 179814 33554432000 4194304 4196468 140723243340624 139856051972080 139857083058818 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7950336 140723243342436 140723243345244 140723243345244 140723243347919 0
[pid=15019/tid=15078] ppid=15016 vsize=11080032 memory=808 CPUtime=0.08 cores=0,2,4,6
/proc/15019/task/15078/stat : 15078 (java) S 15016 15019 9314 0 -1 1077944384 14 13192 0 0 0 0 5 3 20 0 15 0 230118098 11345952768 179814 33554432000 4194304 4196468 140723243340624 139855946310688 139857083057877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7950336 140723243342436 140723243345244 140723243345244 140723243347919 0
[pid=15019/tid=15079] ppid=15016 vsize=11080032 memory=1692 CPUtime=0.08 cores=0,2,4,6
/proc/15019/task/15079/stat : 15079 (java) S 15016 15019 9314 0 -1 1077944384 1 13192 0 0 0 0 5 3 20 0 15 0 230118098 11345952768 179814 33554432000 4194304 4196468 140723243340624 139855744984064 139857083057877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7950336 140723243342436 140723243345244 140723243345244 140723243347919 0
[pid=15019/tid=15080] ppid=15016 vsize=11080032 memory=719256 CPUtime=0.08 cores=0,2,4,6
/proc/15019/task/15080/stat : 15080 (java) S 15016 15019 9314 0 -1 1077944384 3 13192 0 0 0 0 5 3 20 0 15 0 230118101 11345952768 179814 33554432000 4194304 4196468 140723243340624 139855437584592 139857083066267 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7950336 140723243342436 140723243345244 140723243345244 140723243347919 0
[pid=15019/tid=15081] ppid=15016 vsize=11080032 memory=2696 CPUtime=9.06 cores=0,2,4,6
/proc/15019/task/15081/stat : 15081 (java) S 15016 15019 9314 0 -1 1077944384 44887 13192 0 0 892 6 5 3 20 0 15 0 230118101 11345952768 179814 33554432000 4194304 4196468 140723243340624 139856050919920 139857083058818 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7950336 140723243342436 140723243345244 140723243345244 140723243347919 0
[pid=15019/tid=15082] ppid=15016 vsize=11080032 memory=2600 CPUtime=9.56 cores=0,2,4,6
/proc/15019/task/15082/stat : 15082 (java) S 15016 15019 9314 0 -1 1077944384 46151 13192 0 0 942 6 5 3 20 0 15 0 230118101 11345952768 179814 33554432000 4194304 4196468 140723243340624 139856049867376 139857083058818 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7950336 140723243342436 140723243345244 140723243345244 140723243347919 0
[pid=15019/tid=15083] ppid=15016 vsize=11080032 memory=4100 CPUtime=4.24 cores=0,2,4,6
/proc/15019/task/15083/stat : 15083 (java) S 15016 15019 9314 0 -1 1077944384 38705 13192 0 0 408 8 5 3 20 0 15 0 230118101 11345952768 179814 33554432000 4194304 4196468 140723243340624 139856048814832 139857083058818 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7950336 140723243342436 140723243345244 140723243345244 140723243347919 0
[pid=15019/tid=15084] ppid=15016 vsize=11080032 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/15019/task/15084/stat : 15084 (java) S 15016 15019 9314 0 -1 1077944384 3 13192 0 0 0 0 5 3 20 0 15 0 230118101 11345952768 179814 33554432000 4194304 4196468 140723243340624 139855006788704 139857083057877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7950336 140723243342436 140723243345244 140723243345244 140723243347919 0
[pid=15019/tid=15085] ppid=15016 vsize=11080032 memory=5344 CPUtime=0.73 cores=0,2,4,6
/proc/15019/task/15085/stat : 15085 (java) S 15016 15019 9314 0 -1 1077944384 1057 13192 0 0 32 33 5 3 20 0 15 0 230118102 11345952768 179814 33554432000 4194304 4196468 140723243340624 139856047761712 139857083058818 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7950336 140723243342436 140723243345244 140723243345244 140723243347919 0
Current children cumulated CPU time: 1203.11 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 719256 KiB

[startup+1173.6 s]
/proc/loadavg: 1.28 1.32 1.34 3/220 15273
/proc/meminfo: memFree=16867376/32770624 swapFree=67108688/67108860
[pid=15019] ppid=15016 vsize=11080032 memory=719256 CPUtime=1203.92 cores=0,2,4,6
/proc/15019/stat : 15019 (java) S 15016 15019 9314 0 -1 1077944320 245866 13192 0 0 120248 136 5 3 20 0 15 0 230118086 11345952768 179814 33554432000 4194304 4196468 140723243340624 140723243323168 139857083047671 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 7950336 140723243342436 140723243345244 140723243345244 140723243347919 0
/proc/15019/statm: 2770008 179814 3528 1 0 2731661 0
[pid=15019/tid=15072] ppid=15016 vsize=11080032 memory=2316 CPUtime=1167.16 cores=0,2,4,6
/proc/15019/task/15072/stat : 15072 (java) R 15016 15019 9314 0 -1 4202560 75045 13192 0 0 116682 26 5 3 20 0 15 0 230118096 11345952768 179814 33554432000 4194304 4196468 140723243340624 139857054883296 139856638050891 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7950336 140723243342436 140723243345244 140723243345244 140723243347919 0
[pid=15019/tid=15073] ppid=15016 vsize=11080032 memory=6791534058613427641 CPUtime=2.84 cores=0,2,4,6
/proc/15019/task/15073/stat : 15073 (java) S 15016 15019 9314 0 -1 1077944384 6671 13192 0 0 261 15 5 3 20 0 15 0 230118096 11345952768 179814 33554432000 4194304 4196468 140723243340624 139857087290128 139857083057877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7950336 140723243342436 140723243345244 140723243345244 140723243347919 0
[pid=15019/tid=15074] ppid=15016 vsize=11080032 memory=1792 CPUtime=2.85 cores=0,2,4,6
/proc/15019/task/15074/stat : 15074 (java) S 15016 15019 9314 0 -1 1077944384 10326 13192 0 0 261 16 5 3 20 0 15 0 230118096 11345952768 179814 33554432000 4194304 4196468 140723243340624 139856957938576 139857083057877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7950336 140723243342436 140723243345244 140723243345244 140723243347919 0
[pid=15019/tid=15075] ppid=15016 vsize=11080032 memory=876 CPUtime=2.85 cores=0,2,4,6
/proc/15019/task/15075/stat : 15075 (java) S 15016 15019 9314 0 -1 1077944384 5437 13192 0 0 261 16 5 3 20 0 15 0 230118096 11345952768 179814 33554432000 4194304 4196468 140723243340624 139856956886032 139857083057877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7950336 140723243342436 140723243345244 140723243345244 140723243347919 0
[pid=15019/tid=15076] ppid=15016 vsize=11080032 memory=5344 CPUtime=2.83 cores=0,2,4,6
/proc/15019/task/15076/stat : 15076 (java) S 15016 15019 9314 0 -1 1077944384 8439 13192 0 0 260 15 5 3 20 0 15 0 230118096 11345952768 179814 33554432000 4194304 4196468 140723243340624 139856955833488 139857083057877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7950336 140723243342436 140723243345244 140723243345244 140723243347919 0
[pid=15019/tid=15077] ppid=15016 vsize=11080032 memory=756 CPUtime=2.4 cores=0,2,4,6
/proc/15019/task/15077/stat : 15077 (java) S 15016 15019 9314 0 -1 1077944384 6931 13192 0 0 221 11 5 3 20 0 15 0 230118098 11345952768 179814 33554432000 4194304 4196468 140723243340624 139856051972080 139857083058818 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7950336 140723243342436 140723243345244 140723243345244 140723243347919 0
[pid=15019/tid=15078] ppid=15016 vsize=11080032 memory=4588 CPUtime=0.08 cores=0,2,4,6
/proc/15019/task/15078/stat : 15078 (java) S 15016 15019 9314 0 -1 1077944384 14 13192 0 0 0 0 5 3 20 0 15 0 230118098 11345952768 179814 33554432000 4194304 4196468 140723243340624 139855946310688 139857083057877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7950336 140723243342436 140723243345244 140723243345244 140723243347919 0
[pid=15019/tid=15079] ppid=15016 vsize=11080032 memory=1388 CPUtime=0.08 cores=0,2,4,6
/proc/15019/task/15079/stat : 15079 (java) S 15016 15019 9314 0 -1 1077944384 1 13192 0 0 0 0 5 3 20 0 15 0 230118098 11345952768 179814 33554432000 4194304 4196468 140723243340624 139855744984064 139857083057877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7950336 140723243342436 140723243345244 140723243345244 140723243347919 0
[pid=15019/tid=15080] ppid=15016 vsize=11080032 memory=9664 CPUtime=0.08 cores=0,2,4,6
/proc/15019/task/15080/stat : 15080 (java) S 15016 15019 9314 0 -1 1077944384 3 13192 0 0 0 0 5 3 20 0 15 0 230118101 11345952768 179814 33554432000 4194304 4196468 140723243340624 139855437584592 139857083066267 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7950336 140723243342436 140723243345244 140723243345244 140723243347919 0
[pid=15019/tid=15081] ppid=15016 vsize=11080032 memory=1136 CPUtime=9.06 cores=0,2,4,6
/proc/15019/task/15081/stat : 15081 (java) S 15016 15019 9314 0 -1 1077944384 44887 13192 0 0 892 6 5 3 20 0 15 0 230118101 11345952768 179814 33554432000 4194304 4196468 140723243340624 139856050919920 139857083058818 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7950336 140723243342436 140723243345244 140723243345244 140723243347919 0
[pid=15019/tid=15082] ppid=15016 vsize=11080032 memory=1224 CPUtime=9.56 cores=0,2,4,6
/proc/15019/task/15082/stat : 15082 (java) S 15016 15019 9314 0 -1 1077944384 46151 13192 0 0 942 6 5 3 20 0 15 0 230118101 11345952768 179814 33554432000 4194304 4196468 140723243340624 139856049867376 139857083058818 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7950336 140723243342436 140723243345244 140723243345244 140723243347919 0
[pid=15019/tid=15083] ppid=15016 vsize=11080032 memory=1616 CPUtime=4.24 cores=0,2,4,6
/proc/15019/task/15083/stat : 15083 (java) S 15016 15019 9314 0 -1 1077944384 38705 13192 0 0 408 8 5 3 20 0 15 0 230118101 11345952768 179814 33554432000 4194304 4196468 140723243340624 139856048814832 139857083058818 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7950336 140723243342436 140723243345244 140723243345244 140723243347919 0
[pid=15019/tid=15084] ppid=15016 vsize=11080032 memory=1832 CPUtime=0.08 cores=0,2,4,6
/proc/15019/task/15084/stat : 15084 (java) S 15016 15019 9314 0 -1 1077944384 3 13192 0 0 0 0 5 3 20 0 15 0 230118101 11345952768 179814 33554432000 4194304 4196468 140723243340624 139855006788704 139857083057877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7950336 140723243342436 140723243345244 140723243345244 140723243347919 0
[pid=15019/tid=15085] ppid=15016 vsize=11080032 memory=8908 CPUtime=0.73 cores=0,2,4,6
/proc/15019/task/15085/stat : 15085 (java) S 15016 15019 9314 0 -1 1077944384 1057 13192 0 0 32 33 5 3 20 0 15 0 230118102 11345952768 179814 33554432000 4194304 4196468 140723243340624 139856047761712 139857083058818 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7950336 140723243342436 140723243345244 140723243345244 140723243347919 0
Current children cumulated CPU time: 1203.92 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 719256 KiB

[startup+1173.8 s]
/proc/loadavg: 1.28 1.32 1.34 3/220 15273
/proc/meminfo: memFree=16867376/32770624 swapFree=67108688/67108860
[pid=15019] ppid=15016 vsize=11080032 memory=719256 CPUtime=1204.12 cores=0,2,4,6
/proc/15019/stat : 15019 (java) S 15016 15019 9314 0 -1 1077944320 245867 13192 0 0 120268 136 5 3 20 0 15 0 230118086 11345952768 179814 33554432000 4194304 4196468 140723243340624 140723243323168 139857083047671 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 7950336 140723243342436 140723243345244 140723243345244 140723243347919 0
/proc/15019/statm: 2770008 179814 3528 1 0 2731661 0
[pid=15019/tid=15072] ppid=15016 vsize=11080032 memory=876 CPUtime=1167.36 cores=0,2,4,6
/proc/15019/task/15072/stat : 15072 (java) R 15016 15019 9314 0 -1 4202560 75046 13192 0 0 116702 26 5 3 20 0 15 0 230118096 11345952768 179814 33554432000 4194304 4196468 140723243340624 139857054882144 139856643031794 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7950336 140723243342436 140723243345244 140723243345244 140723243347919 0
[pid=15019/tid=15073] ppid=15016 vsize=11080032 memory=5344 CPUtime=2.84 cores=0,2,4,6
/proc/15019/task/15073/stat : 15073 (java) S 15016 15019 9314 0 -1 1077944384 6671 13192 0 0 261 15 5 3 20 0 15 0 230118096 11345952768 179814 33554432000 4194304 4196468 140723243340624 139857087290128 139857083057877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7950336 140723243342436 140723243345244 140723243345244 140723243347919 0
[pid=15019/tid=15074] ppid=15016 vsize=11080032 memory=6791534058613427641 CPUtime=2.85 cores=0,2,4,6
/proc/15019/task/15074/stat : 15074 (java) S 15016 15019 9314 0 -1 1077944384 10326 13192 0 0 261 16 5 3 20 0 15 0 230118096 11345952768 179814 33554432000 4194304 4196468 140723243340624 139856957938576 139857083057877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7950336 140723243342436 140723243345244 140723243345244 140723243347919 0
[pid=15019/tid=15075] ppid=15016 vsize=11080032 memory=4588 CPUtime=2.85 cores=0,2,4,6
/proc/15019/task/15075/stat : 15075 (java) S 15016 15019 9314 0 -1 1077944384 5437 13192 0 0 261 16 5 3 20 0 15 0 230118096 11345952768 179814 33554432000 4194304 4196468 140723243340624 139856956886032 139857083057877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7950336 140723243342436 140723243345244 140723243345244 140723243347919 0
[pid=15019/tid=15076] ppid=15016 vsize=11080032 memory=1388 CPUtime=2.83 cores=0,2,4,6
/proc/15019/task/15076/stat : 15076 (java) S 15016 15019 9314 0 -1 1077944384 8439 13192 0 0 260 15 5 3 20 0 15 0 230118096 11345952768 179814 33554432000 4194304 4196468 140723243340624 139856955833488 139857083057877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7950336 140723243342436 140723243345244 140723243345244 140723243347919 0
[pid=15019/tid=15077] ppid=15016 vsize=11080032 memory=9664 CPUtime=2.4 cores=0,2,4,6
/proc/15019/task/15077/stat : 15077 (java) S 15016 15019 9314 0 -1 1077944384 6931 13192 0 0 221 11 5 3 20 0 15 0 230118098 11345952768 179814 33554432000 4194304 4196468 140723243340624 139856051972080 139857083058818 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7950336 140723243342436 140723243345244 140723243345244 140723243347919 0
[pid=15019/tid=15078] ppid=15016 vsize=11080032 memory=1136 CPUtime=0.08 cores=0,2,4,6
/proc/15019/task/15078/stat : 15078 (java) S 15016 15019 9314 0 -1 1077944384 14 13192 0 0 0 0 5 3 20 0 15 0 230118098 11345952768 179814 33554432000 4194304 4196468 140723243340624 139855946310688 139857083057877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7950336 140723243342436 140723243345244 140723243345244 140723243347919 0
[pid=15019/tid=15079] ppid=15016 vsize=11080032 memory=1224 CPUtime=0.08 cores=0,2,4,6
/proc/15019/task/15079/stat : 15079 (java) S 15016 15019 9314 0 -1 1077944384 1 13192 0 0 0 0 5 3 20 0 15 0 230118098 11345952768 179814 33554432000 4194304 4196468 140723243340624 139855744984064 139857083057877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7950336 140723243342436 140723243345244 140723243345244 140723243347919 0
[pid=15019/tid=15080] ppid=15016 vsize=11080032 memory=1616 CPUtime=0.08 cores=0,2,4,6
/proc/15019/task/15080/stat : 15080 (java) S 15016 15019 9314 0 -1 1077944384 3 13192 0 0 0 0 5 3 20 0 15 0 230118101 11345952768 179814 33554432000 4194304 4196468 140723243340624 139855437584592 139857083066267 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7950336 140723243342436 140723243345244 140723243345244 140723243347919 0
[pid=15019/tid=15081] ppid=15016 vsize=11080032 memory=1832 CPUtime=9.06 cores=0,2,4,6
/proc/15019/task/15081/stat : 15081 (java) S 15016 15019 9314 0 -1 1077944384 44887 13192 0 0 892 6 5 3 20 0 15 0 230118101 11345952768 179814 33554432000 4194304 4196468 140723243340624 139856050919920 139857083058818 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7950336 140723243342436 140723243345244 140723243345244 140723243347919 0
[pid=15019/tid=15082] ppid=15016 vsize=11080032 memory=8908 CPUtime=9.56 cores=0,2,4,6
/proc/15019/task/15082/stat : 15082 (java) S 15016 15019 9314 0 -1 1077944384 46151 13192 0 0 942 6 5 3 20 0 15 0 230118101 11345952768 179814 33554432000 4194304 4196468 140723243340624 139856049867376 139857083058818 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7950336 140723243342436 140723243345244 140723243345244 140723243347919 0
[pid=15019/tid=15083] ppid=15016 vsize=11080032 memory=15196 CPUtime=4.24 cores=0,2,4,6
/proc/15019/task/15083/stat : 15083 (java) S 15016 15019 9314 0 -1 1077944384 38705 13192 0 0 408 8 5 3 20 0 15 0 230118101 11345952768 179814 33554432000 4194304 4196468 140723243340624 139856048814832 139857083058818 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7950336 140723243342436 140723243345244 140723243345244 140723243347919 0
[pid=15019/tid=15084] ppid=15016 vsize=11080032 memory=16348 CPUtime=0.08 cores=0,2,4,6
/proc/15019/task/15084/stat : 15084 (java) S 15016 15019 9314 0 -1 1077944384 3 13192 0 0 0 0 5 3 20 0 15 0 230118101 11345952768 179814 33554432000 4194304 4196468 140723243340624 139855006788704 139857083057877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7950336 140723243342436 140723243345244 140723243345244 140723243347919 0
[pid=15019/tid=15085] ppid=15016 vsize=11080032 memory=1176 CPUtime=0.73 cores=0,2,4,6
/proc/15019/task/15085/stat : 15085 (java) S 15016 15019 9314 0 -1 1077944384 1057 13192 0 0 32 33 5 3 20 0 15 0 230118102 11345952768 179814 33554432000 4194304 4196468 140723243340624 139856047761712 139857083058818 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7950336 140723243342436 140723243345244 140723243345244 140723243347919 0
Current children cumulated CPU time: 1204.12 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 719256 KiB

Child status: 0
Real time (s): 1173.86
CPU time (s): 1204.19
CPU user time (s): 1202.78
CPU system time (s): 1.41435
CPU usage (%): 102.584
Max. virtual memory (cumulated for all children) (KiB): 11080032
Max. memory (cumulated for all children) (KiB): 800940

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1202.78
system time used= 1.41435
maximum resident set size= 802996
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 260656
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1704
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 85712
involuntary context switches= 3618


# summary of solver processes directly reported to runsolver:
#   pid: 15019
#   total CPU time (s): 1204.19
#   total CPU user time (s): 1202.78
#   total CPU system time (s): 1.41435

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.31295 second user time and 10.925 second system time

The end

Launcher Data

Begin job on node134 at 2018-08-13 03:59:09
IDJOB=4304662
IDBENCH=141526
IDSOLVER=2781
FILE ID=node134/4304662-1534125549
RUNJOBID= node134-1534096675-9345
PBS_JOBID= 21036997
Free space on /tmp= 42536 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/Mario/Mario-n-medium-5_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4304662-1534125549/watcher-4304662-1534125549 -o /tmp/evaluation-result-4304662-1534125549/solver-4304662-1534125549 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1534096675-9345 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=163243804 -superng HOME/instance-4304662-1534125549.xml

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

MD5SUM BENCH= 36a1aa2a38358c951443c34d8d302d49
RANDOM SEED=163243804

node134.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.68
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.68
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.68
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.68
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:        17756416 kB
MemAvailable:   31392416 kB
Buffers:          212696 kB
Cached:         13572488 kB
SwapCached:           52 kB
Active:          4988740 kB
Inactive:        9362860 kB
Active(anon):     515876 kB
Inactive(anon):   103128 kB
Active(file):    4472864 kB
Inactive(file):  9259732 kB
Unevictable:        7392 kB
Mlocked:            7392 kB
SwapTotal:      67108860 kB
SwapFree:       67108688 kB
Dirty:             26916 kB
Writeback:             0 kB
AnonPages:        574228 kB
Mapped:            68220 kB
Shmem:             49652 kB
Slab:             360452 kB
SReclaimable:     331864 kB
SUnreclaim:        28588 kB
KernelStack:        3584 kB
PageTables:         6496 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1731128 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    335872 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 42512 MiB
End job on node134 at 2018-08-13 04:18:43