Trace number 4295354

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.8-SuperNG 2018-06-13OPT832 733.536 709.353

General information on the benchmark

NameMario/
Mario-n-medium-4_c18.xml
MD5SUM6d883eab13fdde7c2f2cac6b4a0af40c
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark832
Best CPU time to get the best result obtained on this benchmark125.955
Satisfiable
(Un)Satisfiability was proved
Number of variables90
Number of constraints61
Number of domains53
Minimum domain size1
Maximum domain size30
Distribution of domain sizes[{"size":1,"count":2},{"size":2,"count":28},{"size":29,"count":8},{"size":30,"count":52}]
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.99/0.74	c Concrete v3.8.1528841891564 running
10.50/4.63	o 372
11.17/4.83	o 498
11.17/4.83	o 527
11.48/4.92	o 613
17.33/7.74	o 621
18.48/8.57	o 622
18.48/8.57	o 670
18.77/8.71	o 684
18.77/8.71	o 687
18.77/8.73	o 756
19.90/9.55	o 766
36.43/25.00	o 768
186.06/171.21	o 776
198.57/183.54	o 832
733.47/709.33	v <instantiation cost="832">
733.47/709.33	v       <list>
733.47/709.33	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]
733.47/709.33	v       </list>
733.47/709.33	v       <values>
733.47/709.33	v         6 0 15 17 18 5 26 7 9 12 10 11 16 4 2 8 21 14 28 19 20 13 22 23 24 25 3 27 1 29 52 0 54 45 179 0 14 0 47 215 0 0 279 141 18 6 154 274 29 0 0 146 0 0 0 0 196 0 91 0 0 0 3 58 67 0 11 0 62 27 0 0 52 60 62 52 69 76 62 0 0 69 0 0 0 0 33 0 69 0
733.47/709.33	v       </values>
733.47/709.33	v     </instantiation>
733.47/709.33	s OPTIMUM FOUND

Verifier Data

OK	832

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4295354-1532548388/watcher-4295354-1532548388 -o /tmp/evaluation-result-4295354-1532548388/solver-4295354-1532548388 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node139-1532535188-26470 --watchdog 2580 concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=412811554 -superng HOME/instance-4295354-1532548388.xml 

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

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

solver pid=28692, runsolver pid=28689

[startup+0.100081 s]*
/proc/loadavg: 1.34 1.39 1.39 3/207 28749
/proc/meminfo: memFree=12055644/32770624 swapFree=67108860/67108860
[pid=28692] ppid=28689 vsize=9972712 memory=16812 CPUtime=0.09 cores=1,3,5,7
/proc/28692/stat : 28692 (java) S 28689 28692 26438 0 -1 1077944320 4343 13051 0 0 1 0 4 4 20 0 6 0 72401951 10212057088 4203 33554432000 4194304 4196468 140734694458544 140734694441088 140232738127607 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15892480 140734694463660 140734694466908 140734694466908 140734694469583 0
/proc/28692/statm: 2493178 4203 1934 1 0 2481616 0
[pid=28692/tid=28745] ppid=28689 vsize=9972712 memory=4279135703946462605 CPUtime=0.08 cores=1,3,5,7
/proc/28692/task/28745/stat : 28745 (java) R 28689 28692 26438 0 -1 4202560 2149 13051 0 0 0 0 4 4 20 0 6 0 72401960 10212057088 4203 33554432000 4194304 4196468 140734694458544 140232709964368 140232722208094 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15892480 140734694463660 140734694466908 140734694466908 140734694469583 0
[pid=28692/tid=28746] ppid=28689 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28692/task/28746/stat : 28746 (java) S 28689 28692 26438 0 -1 1077944384 1 13051 0 0 0 0 4 4 20 0 6 0 72401961 10212057088 4203 33554432000 4194304 4196468 140734694458544 140232742369936 140232738137813 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15892480 140734694463660 140734694466908 140734694466908 140734694469583 0
[pid=28692/tid=28747] ppid=28689 vsize=9972712 memory=140420131911296 CPUtime=0.08 cores=1,3,5,7
/proc/28692/task/28747/stat : 28747 (java) S 28689 28692 26438 0 -1 1077944384 1 13051 0 0 0 0 4 4 20 0 6 0 72401961 10212057088 4203 33554432000 4194304 4196468 140734694458544 140232630643216 140232738137813 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15892480 140734694463660 140734694466908 140734694466908 140734694469583 0
[pid=28692/tid=28748] ppid=28689 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28692/task/28748/stat : 28748 (java) S 28689 28692 26438 0 -1 1077944384 2 13051 0 0 0 0 4 4 20 0 6 0 72401961 10212057088 4203 33554432000 4194304 4196468 140734694458544 140232629590416 140232738137813 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15892480 140734694463660 140734694466908 140734694466908 140734694469583 0
[pid=28692/tid=28749] ppid=28689 vsize=9972712 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/28692/task/28749/stat : 28749 (java) S 28689 28692 26438 0 -1 1077944384 2 13051 0 0 0 0 4 4 20 0 6 0 72401961 10212057088 4203 33554432000 4194304 4196468 140734694458544 140232309598480 140232738137813 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15892480 140734694463660 140734694466908 140734694466908 140734694469583 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16812 KiB

[startup+0.210115 s]*
/proc/loadavg: 1.34 1.39 1.39 4/216 28758
/proc/meminfo: memFree=12032288/32770624 swapFree=67108860/67108860
[pid=28692] ppid=28689 vsize=10818856 memory=40528 CPUtime=0.27 cores=1,3,5,7
/proc/28692/stat : 28692 (java) S 28689 28692 26438 0 -1 1077944320 8517 13051 0 0 16 3 4 4 20 0 15 0 72401951 11078508544 10132 33554432000 4194304 4196468 140734694458544 140734694441088 140232738127607 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15892480 140734694463660 140734694466908 140734694466908 140734694469583 0
/proc/28692/statm: 2704714 10132 2960 1 0 2667149 0
[pid=28692/tid=28745] ppid=28689 vsize=10818856 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/28692/task/28745/stat : 28745 (java) R 28689 28692 26438 0 -1 4202560 5149 13051 0 0 10 1 4 4 20 0 15 0 72401960 11078508544 10132 33554432000 4194304 4196468 140734694458544 140232709925264 140232719691094 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15892480 140734694463660 140734694466908 140734694466908 140734694469583 0
[pid=28692/tid=28746] ppid=28689 vsize=10818856 memory=342 CPUtime=0.08 cores=1,3,5,7
/proc/28692/task/28746/stat : 28746 (java) S 28689 28692 26438 0 -1 1077944384 1 13051 0 0 0 0 4 4 20 0 15 0 72401961 11078508544 10132 33554432000 4194304 4196468 140734694458544 140232742369936 140232738137813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15892480 140734694463660 140734694466908 140734694466908 140734694469583 0
[pid=28692/tid=28747] ppid=28689 vsize=10818856 memory=140420132296841 CPUtime=0.08 cores=1,3,5,7
/proc/28692/task/28747/stat : 28747 (java) S 28689 28692 26438 0 -1 1077944384 1 13051 0 0 0 0 4 4 20 0 15 0 72401961 11078508544 10132 33554432000 4194304 4196468 140734694458544 140232630643216 140232738137813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15892480 140734694463660 140734694466908 140734694466908 140734694469583 0
[pid=28692/tid=28748] ppid=28689 vsize=10818856 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28692/task/28748/stat : 28748 (java) S 28689 28692 26438 0 -1 1077944384 2 13051 0 0 0 0 4 4 20 0 15 0 72401961 11078508544 10132 33554432000 4194304 4196468 140734694458544 140232629590416 140232738137813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15892480 140734694463660 140734694466908 140734694466908 140734694469583 0
[pid=28692/tid=28749] ppid=28689 vsize=10818856 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/28692/task/28749/stat : 28749 (java) S 28689 28692 26438 0 -1 1077944384 2 13051 0 0 0 0 4 4 20 0 15 0 72401961 11078508544 10132 33554432000 4194304 4196468 140734694458544 140232309598480 140232738137813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15892480 140734694463660 140734694466908 140734694466908 140734694469583 0
[pid=28692/tid=28750] ppid=28689 vsize=10818856 memory=140420131911296 CPUtime=0.08 cores=1,3,5,7
/proc/28692/task/28750/stat : 28750 (java) S 28689 28692 26438 0 -1 1077944384 2 13051 0 0 0 0 4 4 20 0 15 0 72401963 11078508544 10132 33554432000 4194304 4196468 140734694458544 140232197667696 140232738138754 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15892480 140734694463660 140734694466908 140734694466908 140734694469583 0
[pid=28692/tid=28751] ppid=28689 vsize=10818856 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/28692/task/28751/stat : 28751 (java) S 28689 28692 26438 0 -1 1077944384 33 13051 0 0 0 0 4 4 20 0 15 0 72401963 11078508544 10132 33554432000 4194304 4196468 140734694458544 140232196613664 140232738137813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15892480 140734694463660 140734694466908 140734694466908 140734694469583 0
[pid=28692/tid=28752] ppid=28689 vsize=10818856 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28692/task/28752/stat : 28752 (java) S 28689 28692 26438 0 -1 1077944384 1 13051 0 0 0 0 4 4 20 0 15 0 72401963 11078508544 10132 33554432000 4194304 4196468 140734694458544 140231621731696 140232738137813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15892480 140734694463660 140734694466908 140734694466908 140734694469583 0
[pid=28692/tid=28753] ppid=28689 vsize=10818856 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28692/task/28753/stat : 28753 (java) S 28689 28692 26438 0 -1 1077944384 3 13051 0 0 0 0 4 4 20 0 15 0 72401966 11078508544 10132 33554432000 4194304 4196468 140734694458544 140231314331984 140232738146203 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15892480 140734694463660 140734694466908 140734694466908 140734694469583 0
[pid=28692/tid=28754] ppid=28689 vsize=10818856 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/28692/task/28754/stat : 28754 (java) S 28689 28692 26438 0 -1 1077944384 497 13051 0 0 1 0 4 4 20 0 15 0 72401966 11078508544 10132 33554432000 4194304 4196468 140734694458544 140232163055984 140232738138754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15892480 140734694463660 140734694466908 140734694466908 140734694469583 0
[pid=28692/tid=28755] ppid=28689 vsize=10818856 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/28692/task/28755/stat : 28755 (java) S 28689 28692 26438 0 -1 1077944384 89 13051 0 0 1 0 4 4 20 0 15 0 72401966 11078508544 10132 33554432000 4194304 4196468 140734694458544 140232162003184 140232738138754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15892480 140734694463660 140734694466908 140734694466908 140734694469583 0
[pid=28692/tid=28756] ppid=28689 vsize=10818856 memory=140420131911296 CPUtime=0.11 cores=1,3,5,7
/proc/28692/task/28756/stat : 28756 (java) S 28689 28692 26438 0 -1 1077944384 541 13051 0 0 3 0 4 4 20 0 15 0 72401966 11078508544 10132 33554432000 4194304 4196468 140734694458544 140232160950384 140232738138754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15892480 140734694463660 140734694466908 140734694466908 140734694469583 0
[pid=28692/tid=28757] ppid=28689 vsize=10818856 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/28692/task/28757/stat : 28757 (java) S 28689 28692 26438 0 -1 1077944384 3 13051 0 0 0 0 4 4 20 0 15 0 72401966 11078508544 10132 33554432000 4194304 4196468 140734694458544 140231280773344 140232738137813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15892480 140734694463660 140734694466908 140734694466908 140734694469583 0
[pid=28692/tid=28758] ppid=28689 vsize=10818856 memory=140420131911296 CPUtime=0.08 cores=1,3,5,7
/proc/28692/task/28758/stat : 28758 (java) S 28689 28692 26438 0 -1 1077944384 1 13051 0 0 0 0 4 4 20 0 15 0 72401966 11078508544 10132 33554432000 4194304 4196468 140734694458544 140232159898800 140232738138754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15892480 140734694463660 140734694466908 140734694466908 140734694469583 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10818856 KiB
Current children cumulated memory: 40528 KiB

[startup+0.310239 s]*
/proc/loadavg: 1.40 1.40 1.40 3/216 28758
/proc/meminfo: memFree=12023108/32770624 swapFree=67108860/67108860
[pid=28692] ppid=28689 vsize=10819352 memory=51856 CPUtime=0.39 cores=1,3,5,7
/proc/28692/stat : 28692 (java) S 28689 28692 26438 0 -1 1077944320 10556 13051 0 0 28 3 4 4 20 0 15 0 72401951 11079016448 12964 33554432000 4194304 4196468 140734694458544 140734694441088 140232738127607 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15892480 140734694463660 140734694466908 140734694466908 140734694469583 0
/proc/28692/statm: 2704838 12964 3091 1 0 2667149 0
[pid=28692/tid=28745] ppid=28689 vsize=10819352 memory=6791534058613427641 CPUtime=0.29 cores=1,3,5,7
/proc/28692/task/28745/stat : 28745 (java) R 28689 28692 26438 0 -1 4202560 7181 13051 0 0 19 2 4 4 20 0 15 0 72401960 11079016448 12964 33554432000 4194304 4196468 140734694458544 140232709939616 140232738149533 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15892480 140734694463660 140734694466908 140734694466908 140734694469583 0
[pid=28692/tid=28746] ppid=28689 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28692/task/28746/stat : 28746 (java) S 28689 28692 26438 0 -1 1077944384 1 13051 0 0 0 0 4 4 20 0 15 0 72401961 11079016448 12964 33554432000 4194304 4196468 140734694458544 140232742369936 140232738137813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15892480 140734694463660 140734694466908 140734694466908 140734694469583 0
[pid=28692/tid=28747] ppid=28689 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28692/task/28747/stat : 28747 (java) S 28689 28692 26438 0 -1 1077944384 1 13051 0 0 0 0 4 4 20 0 15 0 72401961 11079016448 12964 33554432000 4194304 4196468 140734694458544 140232630643216 140232738137813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15892480 140734694463660 140734694466908 140734694466908 140734694469583 0
[pid=28692/tid=28748] ppid=28689 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28692/task/28748/stat : 28748 (java) S 28689 28692 26438 0 -1 1077944384 2 13051 0 0 0 0 4 4 20 0 15 0 72401961 11079016448 12964 33554432000 4194304 4196468 140734694458544 140232629590416 140232738137813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15892480 140734694463660 140734694466908 140734694466908 140734694469583 0
[pid=28692/tid=28749] ppid=28689 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28692/task/28749/stat : 28749 (java) S 28689 28692 26438 0 -1 1077944384 2 13051 0 0 0 0 4 4 20 0 15 0 72401961 11079016448 12964 33554432000 4194304 4196468 140734694458544 140232309598480 140232738137813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15892480 140734694463660 140734694466908 140734694466908 140734694469583 0
[pid=28692/tid=28750] ppid=28689 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28692/task/28750/stat : 28750 (java) S 28689 28692 26438 0 -1 1077944384 2 13051 0 0 0 0 4 4 20 0 15 0 72401963 11079016448 12964 33554432000 4194304 4196468 140734694458544 140232197667696 140232738138754 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15892480 140734694463660 140734694466908 140734694466908 140734694469583 0
[pid=28692/tid=28751] ppid=28689 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/28692/task/28751/stat : 28751 (java) S 28689 28692 26438 0 -1 1077944384 33 13051 0 0 0 0 4 4 20 0 15 0 72401963 11079016448 12964 33554432000 4194304 4196468 140734694458544 140232196613664 140232738137813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15892480 140734694463660 140734694466908 140734694466908 140734694469583 0
[pid=28692/tid=28752] ppid=28689 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28692/task/28752/stat : 28752 (java) S 28689 28692 26438 0 -1 1077944384 1 13051 0 0 0 0 4 4 20 0 15 0 72401963 11079016448 12964 33554432000 4194304 4196468 140734694458544 140231621731696 140232738137813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15892480 140734694463660 140734694466908 140734694466908 140734694469583 0
[pid=28692/tid=28753] ppid=28689 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28692/task/28753/stat : 28753 (java) S 28689 28692 26438 0 -1 1077944384 3 13051 0 0 0 0 4 4 20 0 15 0 72401966 11079016448 12964 33554432000 4194304 4196468 140734694458544 140231314331984 140232738146203 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15892480 140734694463660 140734694466908 140734694466908 140734694469583 0
[pid=28692/tid=28754] ppid=28689 vsize=10819352 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/28692/task/28754/stat : 28754 (java) S 28689 28692 26438 0 -1 1077944384 498 13051 0 0 2 0 4 4 20 0 15 0 72401966 11079016448 12964 33554432000 4194304 4196468 140734694458544 140232163055984 140232738138754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15892480 140734694463660 140734694466908 140734694466908 140734694469583 0
[pid=28692/tid=28755] ppid=28689 vsize=10819352 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/28692/task/28755/stat : 28755 (java) S 28689 28692 26438 0 -1 1077944384 89 13051 0 0 1 0 4 4 20 0 15 0 72401966 11079016448 12964 33554432000 4194304 4196468 140734694458544 140232162003184 140232738138754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15892480 140734694463660 140734694466908 140734694466908 140734694469583 0
[pid=28692/tid=28756] ppid=28689 vsize=10819352 memory=140420131911296 CPUtime=0.12 cores=1,3,5,7
/proc/28692/task/28756/stat : 28756 (java) R 28689 28692 26438 0 -1 4202560 548 13051 0 0 4 0 4 4 20 0 15 0 72401966 11079016448 12964 33554432000 4194304 4196468 140734694458544 140232160950384 140232718098792 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15892480 140734694463660 140734694466908 140734694466908 140734694469583 0
[pid=28692/tid=28757] ppid=28689 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/28692/task/28757/stat : 28757 (java) S 28689 28692 26438 0 -1 1077944384 3 13051 0 0 0 0 4 4 20 0 15 0 72401966 11079016448 12964 33554432000 4194304 4196468 140734694458544 140231280773344 140232738137813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15892480 140734694463660 140734694466908 140734694466908 140734694469583 0
[pid=28692/tid=28758] ppid=28689 vsize=10819352 memory=140420131911296 CPUtime=0.08 cores=1,3,5,7
/proc/28692/task/28758/stat : 28758 (java) S 28689 28692 26438 0 -1 1077944384 1 13051 0 0 0 0 4 4 20 0 15 0 72401966 11079016448 12964 33554432000 4194304 4196468 140734694458544 140232159898800 140232738138754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15892480 140734694463660 140734694466908 140734694466908 140734694469583 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 51856 KiB

[startup+0.700762 s]
/proc/loadavg: 1.40 1.40 1.40 4/216 28758
/proc/meminfo: memFree=12012704/32770624 swapFree=67108860/67108860
[pid=28692] ppid=28689 vsize=10819352 memory=84924 CPUtime=0.99 cores=1,3,5,7
/proc/28692/stat : 28692 (java) S 28689 28692 26438 0 -1 1077944320 16868 13051 0 0 86 5 4 4 20 0 15 0 72401951 11079016448 21231 33554432000 4194304 4196468 140734694458544 140734694441088 140232738127607 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15892480 140734694463660 140734694466908 140734694466908 140734694469583 0
/proc/28692/statm: 2704838 21231 3246 1 0 2667149 0
[pid=28692/tid=28745] ppid=28689 vsize=10819352 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/28692/task/28745/stat : 28745 (java) R 28689 28692 26438 0 -1 4202560 12511 13051 0 0 54 4 4 4 20 0 15 0 72401960 11079016448 21231 33554432000 4194304 4196468 140734694458544 140232709948432 140232722208094 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15892480 140734694463660 140734694466908 140734694466908 140734694469583 0
[pid=28692/tid=28746] ppid=28689 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28692/task/28746/stat : 28746 (java) S 28689 28692 26438 0 -1 1077944384 1 13051 0 0 0 0 4 4 20 0 15 0 72401961 11079016448 21231 33554432000 4194304 4196468 140734694458544 140232742369936 140232738137813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15892480 140734694463660 140734694466908 140734694466908 140734694469583 0
[pid=28692/tid=28747] ppid=28689 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28692/task/28747/stat : 28747 (java) S 28689 28692 26438 0 -1 1077944384 1 13051 0 0 0 0 4 4 20 0 15 0 72401961 11079016448 21231 33554432000 4194304 4196468 140734694458544 140232630643216 140232738137813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15892480 140734694463660 140734694466908 140734694466908 140734694469583 0
[pid=28692/tid=28748] ppid=28689 vsize=10819352 memory=32804 CPUtime=0.08 cores=1,3,5,7
/proc/28692/task/28748/stat : 28748 (java) S 28689 28692 26438 0 -1 1077944384 2 13051 0 0 0 0 4 4 20 0 15 0 72401961 11079016448 21231 33554432000 4194304 4196468 140734694458544 140232629590416 140232738137813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15892480 140734694463660 140734694466908 140734694466908 140734694469583 0
[pid=28692/tid=28749] ppid=28689 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28692/task/28749/stat : 28749 (java) S 28689 28692 26438 0 -1 1077944384 2 13051 0 0 0 0 4 4 20 0 15 0 72401961 11079016448 21231 33554432000 4194304 4196468 140734694458544 140232309598480 140232738137813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15892480 140734694463660 140734694466908 140734694466908 140734694469583 0
[pid=28692/tid=28750] ppid=28689 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28692/task/28750/stat : 28750 (java) S 28689 28692 26438 0 -1 1077944384 5 13051 0 0 0 0 4 4 20 0 15 0 72401963 11079016448 21231 33554432000 4194304 4196468 140734694458544 140232197667696 140232738138754 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15892480 140734694463660 140734694466908 140734694466908 140734694469583 0
[pid=28692/tid=28751] ppid=28689 vsize=10819352 memory=140419996463824 CPUtime=0.08 cores=1,3,5,7
/proc/28692/task/28751/stat : 28751 (java) S 28689 28692 26438 0 -1 1077944384 33 13051 0 0 0 0 4 4 20 0 15 0 72401963 11079016448 21231 33554432000 4194304 4196468 140734694458544 140232196613664 140232738137813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15892480 140734694463660 140734694466908 140734694466908 140734694469583 0
[pid=28692/tid=28752] ppid=28689 vsize=10819352 memory=140423955743331 CPUtime=0.08 cores=1,3,5,7
/proc/28692/task/28752/stat : 28752 (java) S 28689 28692 26438 0 -1 1077944384 1 13051 0 0 0 0 4 4 20 0 15 0 72401963 11079016448 21231 33554432000 4194304 4196468 140734694458544 140231621731696 140232738137813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15892480 140734694463660 140734694466908 140734694466908 140734694469583 0
[pid=28692/tid=28753] ppid=28689 vsize=10819352 memory=10592 CPUtime=0.08 cores=1,3,5,7
/proc/28692/task/28753/stat : 28753 (java) S 28689 28692 26438 0 -1 1077944384 3 13051 0 0 0 0 4 4 20 0 15 0 72401966 11079016448 21231 33554432000 4194304 4196468 140734694458544 140231314331984 140232738146203 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15892480 140734694463660 140734694466908 140734694466908 140734694469583 0
[pid=28692/tid=28754] ppid=28689 vsize=10819352 memory=7234564758908855872 CPUtime=0.19 cores=1,3,5,7
/proc/28692/task/28754/stat : 28754 (java) S 28689 28692 26438 0 -1 1077944384 1152 13051 0 0 11 0 4 4 20 0 15 0 72401966 11079016448 21231 33554432000 4194304 4196468 140734694458544 140232163055984 140232738138754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15892480 140734694463660 140734694466908 140734694466908 140734694469583 0
[pid=28692/tid=28755] ppid=28689 vsize=10819352 memory=7597685182856913236 CPUtime=0.14 cores=1,3,5,7
/proc/28692/task/28755/stat : 28755 (java) S 28689 28692 26438 0 -1 1077944384 339 13051 0 0 6 0 4 4 20 0 15 0 72401966 11079016448 21231 33554432000 4194304 4196468 140734694458544 140232162003184 140232738138754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15892480 140734694463660 140734694466908 140734694466908 140734694469583 0
[pid=28692/tid=28756] ppid=28689 vsize=10819352 memory=5787221545506525541 CPUtime=0.21 cores=1,3,5,7
/proc/28692/task/28756/stat : 28756 (java) S 28689 28692 26438 0 -1 1077944384 623 13051 0 0 13 0 4 4 20 0 15 0 72401966 11079016448 21231 33554432000 4194304 4196468 140734694458544 140232160950384 140232738138754 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15892480 140734694463660 140734694466908 140734694466908 140734694469583 0
[pid=28692/tid=28757] ppid=28689 vsize=10819352 memory=4128 CPUtime=0.08 cores=1,3,5,7
/proc/28692/task/28757/stat : 28757 (java) S 28689 28692 26438 0 -1 1077944384 3 13051 0 0 0 0 4 4 20 0 15 0 72401966 11079016448 21231 33554432000 4194304 4196468 140734694458544 140231280773344 140232738137813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15892480 140734694463660 140734694466908 140734694466908 140734694469583 0
[pid=28692/tid=28758] ppid=28689 vsize=10819352 memory=2241 CPUtime=0.08 cores=1,3,5,7
/proc/28692/task/28758/stat : 28758 (java) S 28689 28692 26438 0 -1 1077944384 1 13051 0 0 0 0 4 4 20 0 15 0 72401966 11079016448 21231 33554432000 4194304 4196468 140734694458544 140232159898800 140232738138754 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15892480 140734694463660 140734694466908 140734694466908 140734694469583 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 84924 KiB

[startup+1.50074 s]
/proc/loadavg: 1.40 1.40 1.40 5/216 28758
/proc/meminfo: memFree=11966124/32770624 swapFree=67108860/67108860
[pid=28692] ppid=28689 vsize=10834252 memory=178200 CPUtime=2.39 cores=1,3,5,7
/proc/28692/stat : 28692 (java) S 28689 28692 26438 0 -1 1077944320 25159 13051 0 0 221 10 4 4 20 0 15 0 72401951 11094274048 44550 33554432000 4194304 4196468 140734694458544 140734694441088 140232738127607 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15892480 140734694463660 140734694466908 140734694466908 140734694469583 0
/proc/28692/statm: 2708563 44550 3469 1 0 2670221 0
[pid=28692/tid=28745] ppid=28689 vsize=10834252 memory=12813 CPUtime=1.43 cores=1,3,5,7
/proc/28692/task/28745/stat : 28745 (java) R 28689 28692 26438 0 -1 4202560 18089 13051 0 0 129 6 4 4 20 0 15 0 72401960 11094274048 44550 33554432000 4194304 4196468 140734694458544 140232709953664 140232723495754 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15892480 140734694463660 140734694466908 140734694466908 140734694469583 0
[pid=28692/tid=28746] ppid=28689 vsize=10834252 memory=6791534058613427641 CPUtime=0.09 cores=1,3,5,7
/proc/28692/task/28746/stat : 28746 (java) S 28689 28692 26438 0 -1 1077944384 30 13051 0 0 1 0 4 4 20 0 15 0 72401961 11094274048 44550 33554432000 4194304 4196468 140734694458544 140232742369936 140232738137813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15892480 140734694463660 140734694466908 140734694466908 140734694469583 0
[pid=28692/tid=28747] ppid=28689 vsize=10834252 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/28692/task/28747/stat : 28747 (java) S 28689 28692 26438 0 -1 1077944384 190 13051 0 0 1 0 4 4 20 0 15 0 72401961 11094274048 44550 33554432000 4194304 4196468 140734694458544 140232630643216 140232738137813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15892480 140734694463660 140734694466908 140734694466908 140734694469583 0
[pid=28692/tid=28748] ppid=28689 vsize=10834252 memory=2890 CPUtime=0.09 cores=1,3,5,7
/proc/28692/task/28748/stat : 28748 (java) S 28689 28692 26438 0 -1 1077944384 54 13051 0 0 1 0 4 4 20 0 15 0 72401961 11094274048 44550 33554432000 4194304 4196468 140734694458544 140232629590416 140232738137813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15892480 140734694463660 140734694466908 140734694466908 140734694469583 0
[pid=28692/tid=28749] ppid=28689 vsize=10834252 memory=84924 CPUtime=0.08 cores=1,3,5,7
/proc/28692/task/28749/stat : 28749 (java) S 28689 28692 26438 0 -1 1077944384 31 13051 0 0 0 0 4 4 20 0 15 0 72401961 11094274048 44550 33554432000 4194304 4196468 140734694458544 140232309598480 140232738137813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15892480 140734694463660 140734694466908 140734694466908 140734694469583 0
[pid=28692/tid=28750] ppid=28689 vsize=10834252 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/28692/task/28750/stat : 28750 (java) S 28689 28692 26438 0 -1 1077944384 536 13051 0 0 1 0 4 4 20 0 15 0 72401963 11094274048 44550 33554432000 4194304 4196468 140734694458544 140232197667696 140232738138754 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15892480 140734694463660 140734694466908 140734694466908 140734694469583 0
[pid=28692/tid=28751] ppid=28689 vsize=10834252 memory=280839992869360 CPUtime=0.08 cores=1,3,5,7
/proc/28692/task/28751/stat : 28751 (java) S 28689 28692 26438 0 -1 1077944384 33 13051 0 0 0 0 4 4 20 0 15 0 72401963 11094274048 44550 33554432000 4194304 4196468 140734694458544 140232196613728 140232738137813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15892480 140734694463660 140734694466908 140734694466908 140734694469583 0
[pid=28692/tid=28752] ppid=28689 vsize=10834252 memory=280839992920160 CPUtime=0.08 cores=1,3,5,7
/proc/28692/task/28752/stat : 28752 (java) S 28689 28692 26438 0 -1 1077944384 2 13051 0 0 0 0 4 4 20 0 15 0 72401963 11094274048 44550 33554432000 4194304 4196468 140734694458544 140231621731712 140232738137813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15892480 140734694463660 140734694466908 140734694466908 140734694469583 0
[pid=28692/tid=28753] ppid=28689 vsize=10834252 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/28692/task/28753/stat : 28753 (java) S 28689 28692 26438 0 -1 1077944384 3 13051 0 0 0 0 4 4 20 0 15 0 72401966 11094274048 44550 33554432000 4194304 4196468 140734694458544 140231314331984 140232738146203 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15892480 140734694463660 140734694466908 140734694466908 140734694469583 0
[pid=28692/tid=28754] ppid=28689 vsize=10834252 memory=4638778398332698720 CPUtime=0.36 cores=1,3,5,7
/proc/28692/task/28754/stat : 28754 (java) S 28689 28692 26438 0 -1 1077944384 1680 13051 0 0 28 0 4 4 20 0 15 0 72401966 11094274048 44550 33554432000 4194304 4196468 140734694458544 140232163055984 140232738138754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15892480 140734694463660 140734694466908 140734694466908 140734694469583 0
[pid=28692/tid=28755] ppid=28689 vsize=10834252 memory=280839993203584 CPUtime=0.31 cores=1,3,5,7
/proc/28692/task/28755/stat : 28755 (java) S 28689 28692 26438 0 -1 1077944384 894 13051 0 0 23 0 4 4 20 0 15 0 72401966 11094274048 44550 33554432000 4194304 4196468 140734694458544 140232162003184 140232738138754 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15892480 140734694463660 140734694466908 140734694466908 140734694469583 0
[pid=28692/tid=28756] ppid=28689 vsize=10834252 memory=-7531822216213012384 CPUtime=0.43 cores=1,3,5,7
/proc/28692/task/28756/stat : 28756 (java) S 28689 28692 26438 0 -1 1077944384 1421 13051 0 0 34 1 4 4 20 0 15 0 72401966 11094274048 44550 33554432000 4194304 4196468 140734694458544 140232160950384 140232738138754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15892480 140734694463660 140734694466908 140734694466908 140734694469583 0
[pid=28692/tid=28757] ppid=28689 vsize=10834252 memory=-7531822216213012384 CPUtime=0.08 cores=1,3,5,7
/proc/28692/task/28757/stat : 28757 (java) S 28689 28692 26438 0 -1 1077944384 3 13051 0 0 0 0 4 4 20 0 15 0 72401966 11094274048 44550 33554432000 4194304 4196468 140734694458544 140231280773344 140232738137813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15892480 140734694463660 140734694466908 140734694466908 140734694469583 0
[pid=28692/tid=28758] ppid=28689 vsize=10834252 memory=1399101730491701635 CPUtime=0.08 cores=1,3,5,7
/proc/28692/task/28758/stat : 28758 (java) S 28689 28692 26438 0 -1 1077944384 1 13051 0 0 0 0 4 4 20 0 15 0 72401966 11094274048 44550 33554432000 4194304 4196468 140734694458544 140232159898800 140232738138754 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15892480 140734694463660 140734694466908 140734694466908 140734694469583 0
Current children cumulated CPU time: 2.39 s
Current children cumulated vsize: 10834252 KiB

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

[pid=28692/tid=28757] ppid=28689 vsize=10916192 memory=10592 CPUtime=0.08 cores=1,3,5,7
/proc/28692/task/28757/stat : 28757 (java) S 28689 28692 26438 0 -1 1077944384 3 13051 0 0 0 0 4 4 20 0 15 0 72401966 11178180608 179542 33554432000 4194304 4196468 140734694458544 140231280773344 140232738137813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15892480 140734694463660 140734694466908 140734694466908 140734694469583 0
[pid=28692/tid=28758] ppid=28689 vsize=10916192 memory=4616 CPUtime=0.45 cores=1,3,5,7
/proc/28692/task/28758/stat : 28758 (java) S 28689 28692 26438 0 -1 1077944384 1287 13051 0 0 18 19 4 4 20 0 15 0 72401966 11178180608 179542 33554432000 4194304 4196468 140734694458544 140232159898800 140232738138754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15892480 140734694463660 140734694466908 140734694466908 140734694469583 0
Current children cumulated CPU time: 731.33 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 718168 KiB

[startup+708.001 s]*
/proc/loadavg: 1.40 1.37 1.37 3/217 28930
/proc/meminfo: memFree=11154032/32770624 swapFree=67108860/67108860
[pid=28692] ppid=28689 vsize=10916192 memory=718168 CPUtime=732.16 cores=1,3,5,7
/proc/28692/stat : 28692 (java) S 28689 28692 26438 0 -1 1077944320 217222 13051 0 0 73103 105 4 4 20 0 15 0 72401951 11178180608 179542 33554432000 4194304 4196468 140734694458544 140734694441088 140232738127607 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15892480 140734694463660 140734694466908 140734694466908 140734694469583 0
/proc/28692/statm: 2729048 179542 3536 1 0 2690701 0
[pid=28692/tid=28745] ppid=28689 vsize=10916192 memory=6791534058613427641 CPUtime=704 cores=1,3,5,7
/proc/28692/task/28745/stat : 28745 (java) R 28689 28692 26438 0 -1 4202560 71410 13051 0 0 70366 26 4 4 20 0 15 0 72401960 11178180608 179542 33554432000 4194304 4196468 140734694458544 140232709962864 140232322613216 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15892480 140734694463660 140734694466908 140734694466908 140734694469583 0
[pid=28692/tid=28746] ppid=28689 vsize=10916192 memory=9 CPUtime=1.87 cores=1,3,5,7
/proc/28692/task/28746/stat : 28746 (java) S 28689 28692 26438 0 -1 1077944384 4650 13051 0 0 168 11 4 4 20 0 15 0 72401961 11178180608 179542 33554432000 4194304 4196468 140734694458544 140232742369936 140232738137813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15892480 140734694463660 140734694466908 140734694466908 140734694469583 0
[pid=28692/tid=28747] ppid=28689 vsize=10916192 memory=62 CPUtime=1.85 cores=1,3,5,7
/proc/28692/task/28747/stat : 28747 (java) S 28689 28692 26438 0 -1 1077944384 5833 13051 0 0 168 9 4 4 20 0 15 0 72401961 11178180608 179542 33554432000 4194304 4196468 140734694458544 140232630643216 140232738137813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15892480 140734694463660 140734694466908 140734694466908 140734694469583 0
[pid=28692/tid=28748] ppid=28689 vsize=10916192 memory=49 CPUtime=1.85 cores=1,3,5,7
/proc/28692/task/28748/stat : 28748 (java) S 28689 28692 26438 0 -1 1077944384 6815 13051 0 0 167 10 4 4 20 0 15 0 72401961 11178180608 179542 33554432000 4194304 4196468 140734694458544 140232629590416 140232738137813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15892480 140734694463660 140734694466908 140734694466908 140734694469583 0
[pid=28692/tid=28749] ppid=28689 vsize=10916192 memory=0 CPUtime=1.86 cores=1,3,5,7
/proc/28692/task/28749/stat : 28749 (java) S 28689 28692 26438 0 -1 1077944384 5705 13051 0 0 166 12 4 4 20 0 15 0 72401961 11178180608 179542 33554432000 4194304 4196468 140734694458544 140232309598480 140232738137813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15892480 140734694463660 140734694466908 140734694466908 140734694469583 0
[pid=28692/tid=28750] ppid=28689 vsize=10916192 memory=0 CPUtime=1.54 cores=1,3,5,7
/proc/28692/task/28750/stat : 28750 (java) S 28689 28692 26438 0 -1 1077944384 5023 13051 0 0 138 8 4 4 20 0 15 0 72401963 11178180608 179542 33554432000 4194304 4196468 140734694458544 140232197667696 140232738138754 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15892480 140734694463660 140734694466908 140734694466908 140734694469583 0
[pid=28692/tid=28751] ppid=28689 vsize=10916192 memory=1053 CPUtime=0.08 cores=1,3,5,7
/proc/28692/task/28751/stat : 28751 (java) S 28689 28692 26438 0 -1 1077944384 36 13051 0 0 0 0 4 4 20 0 15 0 72401963 11178180608 179542 33554432000 4194304 4196468 140734694458544 140232196613728 140232738137813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15892480 140734694463660 140734694466908 140734694466908 140734694469583 0
[pid=28692/tid=28752] ppid=28689 vsize=10916192 memory=70559 CPUtime=0.08 cores=1,3,5,7
/proc/28692/task/28752/stat : 28752 (java) S 28689 28692 26438 0 -1 1077944384 2 13051 0 0 0 0 4 4 20 0 15 0 72401963 11178180608 179542 33554432000 4194304 4196468 140734694458544 140231621731712 140232738137813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15892480 140734694463660 140734694466908 140734694466908 140734694469583 0
[pid=28692/tid=28753] ppid=28689 vsize=10916192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28692/task/28753/stat : 28753 (java) S 28689 28692 26438 0 -1 1077944384 3 13051 0 0 0 0 4 4 20 0 15 0 72401966 11178180608 179542 33554432000 4194304 4196468 140734694458544 140231314331984 140232738146203 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15892480 140734694463660 140734694466908 140734694466908 140734694469583 0
[pid=28692/tid=28754] ppid=28689 vsize=10916192 memory=149 CPUtime=8.17 cores=1,3,5,7
/proc/28692/task/28754/stat : 28754 (java) S 28689 28692 26438 0 -1 1077944384 41456 13051 0 0 803 6 4 4 20 0 15 0 72401966 11178180608 179542 33554432000 4194304 4196468 140734694458544 140232163055984 140232738138754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15892480 140734694463660 140734694466908 140734694466908 140734694469583 0
[pid=28692/tid=28755] ppid=28689 vsize=10916192 memory=10929 CPUtime=7.59 cores=1,3,5,7
/proc/28692/task/28755/stat : 28755 (java) S 28689 28692 26438 0 -1 1077944384 36320 13051 0 0 745 6 4 4 20 0 15 0 72401966 11178180608 179542 33554432000 4194304 4196468 140734694458544 140232162003184 140232738138754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15892480 140734694463660 140734694466908 140734694466908 140734694469583 0
[pid=28692/tid=28756] ppid=28689 vsize=10916192 memory=288230377108275491 CPUtime=3.61 cores=1,3,5,7
/proc/28692/task/28756/stat : 28756 (java) S 28689 28692 26438 0 -1 1077944384 36487 13051 0 0 345 8 4 4 20 0 15 0 72401966 11178180608 179542 33554432000 4194304 4196468 140734694458544 140232160950384 140232738138754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15892480 140734694463660 140734694466908 140734694466908 140734694469583 0
[pid=28692/tid=28757] ppid=28689 vsize=10916192 memory=288230377108275491 CPUtime=0.08 cores=1,3,5,7
/proc/28692/task/28757/stat : 28757 (java) S 28689 28692 26438 0 -1 1077944384 3 13051 0 0 0 0 4 4 20 0 15 0 72401966 11178180608 179542 33554432000 4194304 4196468 140734694458544 140231280773344 140232738137813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15892480 140734694463660 140734694466908 140734694466908 140734694469583 0
[pid=28692/tid=28758] ppid=28689 vsize=10916192 memory=13851854467499390 CPUtime=0.45 cores=1,3,5,7
/proc/28692/task/28758/stat : 28758 (java) S 28689 28692 26438 0 -1 1077944384 1287 13051 0 0 18 19 4 4 20 0 15 0 72401966 11178180608 179542 33554432000 4194304 4196468 140734694458544 140232159898800 140232738138754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15892480 140734694463660 140734694466908 140734694466908 140734694469583 0
Current children cumulated CPU time: 732.16 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 718168 KiB

[startup+708.801 s]
/proc/loadavg: 1.40 1.37 1.37 3/217 28930
/proc/meminfo: memFree=11154032/32770624 swapFree=67108860/67108860
[pid=28692] ppid=28689 vsize=10916192 memory=718168 CPUtime=732.97 cores=1,3,5,7
/proc/28692/stat : 28692 (java) S 28689 28692 26438 0 -1 1077944320 217229 13051 0 0 73184 105 4 4 20 0 15 0 72401951 11178180608 179542 33554432000 4194304 4196468 140734694458544 140734694441088 140232738127607 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15892480 140734694463660 140734694466908 140734694466908 140734694469583 0
/proc/28692/statm: 2729048 179542 3536 1 0 2690701 0
[pid=28692/tid=28745] ppid=28689 vsize=10916192 memory=1008 CPUtime=704.79 cores=1,3,5,7
/proc/28692/task/28745/stat : 28745 (java) R 28689 28692 26438 0 -1 4202560 71415 13051 0 0 70445 26 4 4 20 0 15 0 72401960 11178180608 179542 33554432000 4194304 4196468 140734694458544 140232709962464 140232327760839 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15892480 140734694463660 140734694466908 140734694466908 140734694469583 0
[pid=28692/tid=28746] ppid=28689 vsize=10916192 memory=6791534058613427641 CPUtime=1.87 cores=1,3,5,7
/proc/28692/task/28746/stat : 28746 (java) S 28689 28692 26438 0 -1 1077944384 4650 13051 0 0 168 11 4 4 20 0 15 0 72401961 11178180608 179542 33554432000 4194304 4196468 140734694458544 140232742369936 140232738137813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15892480 140734694463660 140734694466908 140734694466908 140734694469583 0
[pid=28692/tid=28747] ppid=28689 vsize=10916192 memory=10592 CPUtime=1.86 cores=1,3,5,7
/proc/28692/task/28747/stat : 28747 (java) S 28689 28692 26438 0 -1 1077944384 5833 13051 0 0 169 9 4 4 20 0 15 0 72401961 11178180608 179542 33554432000 4194304 4196468 140734694458544 140232630643216 140232738137813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15892480 140734694463660 140734694466908 140734694466908 140734694469583 0
[pid=28692/tid=28748] ppid=28689 vsize=10916192 memory=4616 CPUtime=1.85 cores=1,3,5,7
/proc/28692/task/28748/stat : 28748 (java) S 28689 28692 26438 0 -1 1077944384 6815 13051 0 0 167 10 4 4 20 0 15 0 72401961 11178180608 179542 33554432000 4194304 4196468 140734694458544 140232629590416 140232738137813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15892480 140734694463660 140734694466908 140734694466908 140734694469583 0
[pid=28692/tid=28749] ppid=28689 vsize=10916192 memory=1428 CPUtime=1.86 cores=1,3,5,7
/proc/28692/task/28749/stat : 28749 (java) S 28689 28692 26438 0 -1 1077944384 5705 13051 0 0 166 12 4 4 20 0 15 0 72401961 11178180608 179542 33554432000 4194304 4196468 140734694458544 140232309598480 140232738137813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15892480 140734694463660 140734694466908 140734694466908 140734694469583 0
[pid=28692/tid=28750] ppid=28689 vsize=10916192 memory=718168 CPUtime=1.54 cores=1,3,5,7
/proc/28692/task/28750/stat : 28750 (java) S 28689 28692 26438 0 -1 1077944384 5023 13051 0 0 138 8 4 4 20 0 15 0 72401963 11178180608 179542 33554432000 4194304 4196468 140734694458544 140232197667696 140232738138754 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15892480 140734694463660 140734694466908 140734694466908 140734694469583 0
[pid=28692/tid=28751] ppid=28689 vsize=10916192 memory=10592 CPUtime=0.08 cores=1,3,5,7
/proc/28692/task/28751/stat : 28751 (java) S 28689 28692 26438 0 -1 1077944384 36 13051 0 0 0 0 4 4 20 0 15 0 72401963 11178180608 179542 33554432000 4194304 4196468 140734694458544 140232196613728 140232738137813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15892480 140734694463660 140734694466908 140734694466908 140734694469583 0
[pid=28692/tid=28752] ppid=28689 vsize=10916192 memory=4616 CPUtime=0.08 cores=1,3,5,7
/proc/28692/task/28752/stat : 28752 (java) S 28689 28692 26438 0 -1 1077944384 2 13051 0 0 0 0 4 4 20 0 15 0 72401963 11178180608 179542 33554432000 4194304 4196468 140734694458544 140231621731712 140232738137813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15892480 140734694463660 140734694466908 140734694466908 140734694469583 0
[pid=28692/tid=28753] ppid=28689 vsize=10916192 memory=717364 CPUtime=0.08 cores=1,3,5,7
/proc/28692/task/28753/stat : 28753 (java) S 28689 28692 26438 0 -1 1077944384 3 13051 0 0 0 0 4 4 20 0 15 0 72401966 11178180608 179542 33554432000 4194304 4196468 140734694458544 140231314331984 140232738146203 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15892480 140734694463660 140734694466908 140734694466908 140734694469583 0
[pid=28692/tid=28754] ppid=28689 vsize=10916192 memory=1408 CPUtime=8.18 cores=1,3,5,7
/proc/28692/task/28754/stat : 28754 (java) S 28689 28692 26438 0 -1 1077944384 41457 13051 0 0 804 6 4 4 20 0 15 0 72401966 11178180608 179542 33554432000 4194304 4196468 140734694458544 140232163055984 140232738138754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15892480 140734694463660 140734694466908 140734694466908 140734694469583 0
[pid=28692/tid=28755] ppid=28689 vsize=10916192 memory=2908 CPUtime=7.59 cores=1,3,5,7
/proc/28692/task/28755/stat : 28755 (java) S 28689 28692 26438 0 -1 1077944384 36320 13051 0 0 745 6 4 4 20 0 15 0 72401966 11178180608 179542 33554432000 4194304 4196468 140734694458544 140232162003184 140232738138754 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15892480 140734694463660 140734694466908 140734694466908 140734694469583 0
[pid=28692/tid=28756] ppid=28689 vsize=10916192 memory=684016 CPUtime=3.61 cores=1,3,5,7
/proc/28692/task/28756/stat : 28756 (java) S 28689 28692 26438 0 -1 1077944384 36488 13051 0 0 345 8 4 4 20 0 15 0 72401966 11178180608 179542 33554432000 4194304 4196468 140734694458544 140232160950384 140232738138754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15892480 140734694463660 140734694466908 140734694466908 140734694469583 0
[pid=28692/tid=28757] ppid=28689 vsize=10916192 memory=717292 CPUtime=0.08 cores=1,3,5,7
/proc/28692/task/28757/stat : 28757 (java) S 28689 28692 26438 0 -1 1077944384 3 13051 0 0 0 0 4 4 20 0 15 0 72401966 11178180608 179542 33554432000 4194304 4196468 140734694458544 140231280773344 140232738137813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15892480 140734694463660 140734694466908 140734694466908 140734694469583 0
[pid=28692/tid=28758] ppid=28689 vsize=10916192 memory=1292 CPUtime=0.45 cores=1,3,5,7
/proc/28692/task/28758/stat : 28758 (java) S 28689 28692 26438 0 -1 1077944384 1287 13051 0 0 18 19 4 4 20 0 15 0 72401966 11178180608 179542 33554432000 4194304 4196468 140734694458544 140232159898800 140232738138754 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15892480 140734694463660 140734694466908 140734694466908 140734694469583 0
Current children cumulated CPU time: 732.97 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 718168 KiB

[startup+709.201 s]
/proc/loadavg: 1.40 1.37 1.37 3/217 28930
/proc/meminfo: memFree=11154032/32770624 swapFree=67108860/67108860
[pid=28692] ppid=28689 vsize=10916192 memory=718168 CPUtime=733.37 cores=1,3,5,7
/proc/28692/stat : 28692 (java) S 28689 28692 26438 0 -1 1077944320 217230 13051 0 0 73224 105 4 4 20 0 15 0 72401951 11178180608 179542 33554432000 4194304 4196468 140734694458544 140734694441088 140232738127607 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15892480 140734694463660 140734694466908 140734694466908 140734694469583 0
/proc/28692/statm: 2729048 179542 3536 1 0 2690701 0
[pid=28692/tid=28745] ppid=28689 vsize=10916192 memory=13567093857585738 CPUtime=705.19 cores=1,3,5,7
/proc/28692/task/28745/stat : 28745 (java) R 28689 28692 26438 0 -1 4202560 71416 13051 0 0 70485 26 4 4 20 0 15 0 72401960 11178180608 179542 33554432000 4194304 4196468 140734694458544 140232709962176 140232312441304 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15892480 140734694463660 140734694466908 140734694466908 140734694469583 0
[pid=28692/tid=28746] ppid=28689 vsize=10916192 memory=21768 CPUtime=1.87 cores=1,3,5,7
/proc/28692/task/28746/stat : 28746 (java) S 28689 28692 26438 0 -1 1077944384 4650 13051 0 0 168 11 4 4 20 0 15 0 72401961 11178180608 179542 33554432000 4194304 4196468 140734694458544 140232742369936 140232738137813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15892480 140734694463660 140734694466908 140734694466908 140734694469583 0
[pid=28692/tid=28747] ppid=28689 vsize=10916192 memory=1292 CPUtime=1.86 cores=1,3,5,7
/proc/28692/task/28747/stat : 28747 (java) S 28689 28692 26438 0 -1 1077944384 5833 13051 0 0 169 9 4 4 20 0 15 0 72401961 11178180608 179542 33554432000 4194304 4196468 140734694458544 140232630643216 140232738137813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15892480 140734694463660 140734694466908 140734694466908 140734694469583 0
[pid=28692/tid=28748] ppid=28689 vsize=10916192 memory=2416 CPUtime=1.85 cores=1,3,5,7
/proc/28692/task/28748/stat : 28748 (java) S 28689 28692 26438 0 -1 1077944384 6815 13051 0 0 167 10 4 4 20 0 15 0 72401961 11178180608 179542 33554432000 4194304 4196468 140734694458544 140232629590416 140232738137813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15892480 140734694463660 140734694466908 140734694466908 140734694469583 0
[pid=28692/tid=28749] ppid=28689 vsize=10916192 memory=1728 CPUtime=1.86 cores=1,3,5,7
/proc/28692/task/28749/stat : 28749 (java) S 28689 28692 26438 0 -1 1077944384 5705 13051 0 0 166 12 4 4 20 0 15 0 72401961 11178180608 179542 33554432000 4194304 4196468 140734694458544 140232309598480 140232738137813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15892480 140734694463660 140734694466908 140734694466908 140734694469583 0
[pid=28692/tid=28750] ppid=28689 vsize=10916192 memory=1700 CPUtime=1.54 cores=1,3,5,7
/proc/28692/task/28750/stat : 28750 (java) S 28689 28692 26438 0 -1 1077944384 5023 13051 0 0 138 8 4 4 20 0 15 0 72401963 11178180608 179542 33554432000 4194304 4196468 140734694458544 140232197667696 140232738138754 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15892480 140734694463660 140734694466908 140734694466908 140734694469583 0
[pid=28692/tid=28751] ppid=28689 vsize=10916192 memory=796 CPUtime=0.08 cores=1,3,5,7
/proc/28692/task/28751/stat : 28751 (java) S 28689 28692 26438 0 -1 1077944384 36 13051 0 0 0 0 4 4 20 0 15 0 72401963 11178180608 179542 33554432000 4194304 4196468 140734694458544 140232196613728 140232738137813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15892480 140734694463660 140734694466908 140734694466908 140734694469583 0
[pid=28692/tid=28752] ppid=28689 vsize=10916192 memory=5408 CPUtime=0.08 cores=1,3,5,7
/proc/28692/task/28752/stat : 28752 (java) S 28689 28692 26438 0 -1 1077944384 2 13051 0 0 0 0 4 4 20 0 15 0 72401963 11178180608 179542 33554432000 4194304 4196468 140734694458544 140231621731712 140232738137813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15892480 140734694463660 140734694466908 140734694466908 140734694469583 0
[pid=28692/tid=28753] ppid=28689 vsize=10916192 memory=1008 CPUtime=0.08 cores=1,3,5,7
/proc/28692/task/28753/stat : 28753 (java) S 28689 28692 26438 0 -1 1077944384 3 13051 0 0 0 0 4 4 20 0 15 0 72401966 11178180608 179542 33554432000 4194304 4196468 140734694458544 140231314331984 140232738146203 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15892480 140734694463660 140734694466908 140734694466908 140734694469583 0
[pid=28692/tid=28754] ppid=28689 vsize=10916192 memory=9992 CPUtime=8.18 cores=1,3,5,7
/proc/28692/task/28754/stat : 28754 (java) S 28689 28692 26438 0 -1 1077944384 41457 13051 0 0 804 6 4 4 20 0 15 0 72401966 11178180608 179542 33554432000 4194304 4196468 140734694458544 140232163055984 140232738138754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15892480 140734694463660 140734694466908 140734694466908 140734694469583 0
[pid=28692/tid=28755] ppid=28689 vsize=10916192 memory=1228 CPUtime=7.59 cores=1,3,5,7
/proc/28692/task/28755/stat : 28755 (java) S 28689 28692 26438 0 -1 1077944384 36320 13051 0 0 745 6 4 4 20 0 15 0 72401966 11178180608 179542 33554432000 4194304 4196468 140734694458544 140232162003184 140232738138754 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15892480 140734694463660 140734694466908 140734694466908 140734694469583 0
[pid=28692/tid=28756] ppid=28689 vsize=10916192 memory=1952 CPUtime=3.61 cores=1,3,5,7
/proc/28692/task/28756/stat : 28756 (java) S 28689 28692 26438 0 -1 1077944384 36488 13051 0 0 345 8 4 4 20 0 15 0 72401966 11178180608 179542 33554432000 4194304 4196468 140734694458544 140232160950384 140232738138754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15892480 140734694463660 140734694466908 140734694466908 140734694469583 0
[pid=28692/tid=28757] ppid=28689 vsize=10916192 memory=718168 CPUtime=0.08 cores=1,3,5,7
/proc/28692/task/28757/stat : 28757 (java) S 28689 28692 26438 0 -1 1077944384 3 13051 0 0 0 0 4 4 20 0 15 0 72401966 11178180608 179542 33554432000 4194304 4196468 140734694458544 140231280773344 140232738137813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15892480 140734694463660 140734694466908 140734694466908 140734694469583 0
[pid=28692/tid=28758] ppid=28689 vsize=10916192 memory=718168 CPUtime=0.45 cores=1,3,5,7
/proc/28692/task/28758/stat : 28758 (java) S 28689 28692 26438 0 -1 1077944384 1287 13051 0 0 18 19 4 4 20 0 15 0 72401966 11178180608 179542 33554432000 4194304 4196468 140734694458544 140232159898800 140232738138754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15892480 140734694463660 140734694466908 140734694466908 140734694469583 0
Current children cumulated CPU time: 733.37 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 718168 KiB

[startup+709.301 s]
/proc/loadavg: 1.40 1.37 1.37 3/217 28930
/proc/meminfo: memFree=11154032/32770624 swapFree=67108860/67108860
[pid=28692] ppid=28689 vsize=10916192 memory=718168 CPUtime=733.47 cores=1,3,5,7
/proc/28692/stat : 28692 (java) S 28689 28692 26438 0 -1 1077944320 217231 13051 0 0 73234 105 4 4 20 0 15 0 72401951 11178180608 179542 33554432000 4194304 4196468 140734694458544 140734694441088 140232738127607 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15892480 140734694463660 140734694466908 140734694466908 140734694469583 0
/proc/28692/statm: 2729048 179542 3536 1 0 2690701 0
[pid=28692/tid=28745] ppid=28689 vsize=10916192 memory=718168 CPUtime=705.28 cores=1,3,5,7
/proc/28692/task/28745/stat : 28745 (java) R 28689 28692 26438 0 -1 4202560 71417 13051 0 0 70494 26 4 4 20 0 15 0 72401960 11178180608 179542 33554432000 4194304 4196468 140734694458544 140232709963200 140232323899546 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15892480 140734694463660 140734694466908 140734694466908 140734694469583 0
[pid=28692/tid=28746] ppid=28689 vsize=10916192 memory=718168 CPUtime=1.87 cores=1,3,5,7
/proc/28692/task/28746/stat : 28746 (java) S 28689 28692 26438 0 -1 1077944384 4650 13051 0 0 168 11 4 4 20 0 15 0 72401961 11178180608 179542 33554432000 4194304 4196468 140734694458544 140232742369936 140232738137813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15892480 140734694463660 140734694466908 140734694466908 140734694469583 0
[pid=28692/tid=28747] ppid=28689 vsize=10916192 memory=718168 CPUtime=1.86 cores=1,3,5,7
/proc/28692/task/28747/stat : 28747 (java) S 28689 28692 26438 0 -1 1077944384 5833 13051 0 0 169 9 4 4 20 0 15 0 72401961 11178180608 179542 33554432000 4194304 4196468 140734694458544 140232630643216 140232738137813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15892480 140734694463660 140734694466908 140734694466908 140734694469583 0
[pid=28692/tid=28748] ppid=28689 vsize=10916192 memory=718168 CPUtime=1.85 cores=1,3,5,7
/proc/28692/task/28748/stat : 28748 (java) S 28689 28692 26438 0 -1 1077944384 6815 13051 0 0 167 10 4 4 20 0 15 0 72401961 11178180608 179542 33554432000 4194304 4196468 140734694458544 140232629590416 140232738137813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15892480 140734694463660 140734694466908 140734694466908 140734694469583 0
[pid=28692/tid=28749] ppid=28689 vsize=10916192 memory=717292 CPUtime=1.86 cores=1,3,5,7
/proc/28692/task/28749/stat : 28749 (java) S 28689 28692 26438 0 -1 1077944384 5705 13051 0 0 166 12 4 4 20 0 15 0 72401961 11178180608 179542 33554432000 4194304 4196468 140734694458544 140232309598480 140232738137813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15892480 140734694463660 140734694466908 140734694466908 140734694469583 0
[pid=28692/tid=28750] ppid=28689 vsize=10916192 memory=717292 CPUtime=1.54 cores=1,3,5,7
/proc/28692/task/28750/stat : 28750 (java) S 28689 28692 26438 0 -1 1077944384 5023 13051 0 0 138 8 4 4 20 0 15 0 72401963 11178180608 179542 33554432000 4194304 4196468 140734694458544 140232197667696 140232738138754 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15892480 140734694463660 140734694466908 140734694466908 140734694469583 0
[pid=28692/tid=28751] ppid=28689 vsize=10916192 memory=172 CPUtime=0.08 cores=1,3,5,7
/proc/28692/task/28751/stat : 28751 (java) S 28689 28692 26438 0 -1 1077944384 36 13051 0 0 0 0 4 4 20 0 15 0 72401963 11178180608 179542 33554432000 4194304 4196468 140734694458544 140232196613728 140232738137813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15892480 140734694463660 140734694466908 140734694466908 140734694469583 0
[pid=28692/tid=28752] ppid=28689 vsize=10916192 memory=717248 CPUtime=0.08 cores=1,3,5,7
/proc/28692/task/28752/stat : 28752 (java) S 28689 28692 26438 0 -1 1077944384 2 13051 0 0 0 0 4 4 20 0 15 0 72401963 11178180608 179542 33554432000 4194304 4196468 140734694458544 140231621731712 140232738137813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15892480 140734694463660 140734694466908 140734694466908 140734694469583 0
[pid=28692/tid=28753] ppid=28689 vsize=10916192 memory=718168 CPUtime=0.08 cores=1,3,5,7
/proc/28692/task/28753/stat : 28753 (java) S 28689 28692 26438 0 -1 1077944384 3 13051 0 0 0 0 4 4 20 0 15 0 72401966 11178180608 179542 33554432000 4194304 4196468 140734694458544 140231314331984 140232738146203 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15892480 140734694463660 140734694466908 140734694466908 140734694469583 0
[pid=28692/tid=28754] ppid=28689 vsize=10916192 memory=1428 CPUtime=8.18 cores=1,3,5,7
/proc/28692/task/28754/stat : 28754 (java) S 28689 28692 26438 0 -1 1077944384 41457 13051 0 0 804 6 4 4 20 0 15 0 72401966 11178180608 179542 33554432000 4194304 4196468 140734694458544 140232163055984 140232738138754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15892480 140734694463660 140734694466908 140734694466908 140734694469583 0
[pid=28692/tid=28755] ppid=28689 vsize=10916192 memory=717292 CPUtime=7.59 cores=1,3,5,7
/proc/28692/task/28755/stat : 28755 (java) S 28689 28692 26438 0 -1 1077944384 36320 13051 0 0 745 6 4 4 20 0 15 0 72401966 11178180608 179542 33554432000 4194304 4196468 140734694458544 140232162003184 140232738138754 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15892480 140734694463660 140734694466908 140734694466908 140734694469583 0
[pid=28692/tid=28756] ppid=28689 vsize=10916192 memory=718168 CPUtime=3.61 cores=1,3,5,7
/proc/28692/task/28756/stat : 28756 (java) S 28689 28692 26438 0 -1 1077944384 36488 13051 0 0 345 8 4 4 20 0 15 0 72401966 11178180608 179542 33554432000 4194304 4196468 140734694458544 140232160950384 140232738138754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15892480 140734694463660 140734694466908 140734694466908 140734694469583 0
[pid=28692/tid=28757] ppid=28689 vsize=10916192 memory=718168 CPUtime=0.08 cores=1,3,5,7
/proc/28692/task/28757/stat : 28757 (java) S 28689 28692 26438 0 -1 1077944384 3 13051 0 0 0 0 4 4 20 0 15 0 72401966 11178180608 179542 33554432000 4194304 4196468 140734694458544 140231280773344 140232738137813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15892480 140734694463660 140734694466908 140734694466908 140734694469583 0
[pid=28692/tid=28758] ppid=28689 vsize=10916192 memory=7528 CPUtime=0.45 cores=1,3,5,7
/proc/28692/task/28758/stat : 28758 (java) S 28689 28692 26438 0 -1 1077944384 1287 13051 0 0 18 19 4 4 20 0 15 0 72401966 11178180608 179542 33554432000 4194304 4196468 140734694458544 140232159898800 140232738138754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15892480 140734694463660 140734694466908 140734694466908 140734694469583 0
Current children cumulated CPU time: 733.47 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 718168 KiB

Child status: 0
Real time (s): 709.353
CPU time (s): 733.536
CPU user time (s): 732.428
CPU system time (s): 1.10769
CPU usage (%): 103.409
Max. virtual memory (cumulated for all children) (KiB): 10918832
Max. memory (cumulated for all children) (KiB): 804916

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 732.428
system time used= 1.10769
maximum resident set size= 807012
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 231230
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1104
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 56063
involuntary context switches= 1751


# summary of solver processes directly reported to runsolver:
#   pid: 28692
#   total CPU time (s): 733.536
#   total CPU user time (s): 732.428
#   total CPU system time (s): 1.10769

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.35103 second user time and 6.63802 second system time

The end

Launcher Data

Begin job on node139 at 2018-07-25 21:53:08
IDJOB=4295354
IDBENCH=141527
IDSOLVER=2751
FILE ID=node139/4295354-1532548388
RUNJOBID= node139-1532535188-26470
PBS_JOBID= 21021948
Free space on /tmp= 38816 MiB

SOLVER NAME= Concrete 3.8-SuperNG 2018-06-13
BENCH NAME= XCSP18/Mario/Mario-n-medium-4_c18.xml
COMMAND LINE= concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4295354-1532548388/watcher-4295354-1532548388 -o /tmp/evaluation-result-4295354-1532548388/solver-4295354-1532548388 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node139-1532535188-26470 --watchdog 2580  concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=412811554 -superng HOME/instance-4295354-1532548388.xml

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

MD5SUM BENCH= 6d883eab13fdde7c2f2cac6b4a0af40c
RANDOM SEED=412811554

node139.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.80
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.80
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.80
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.80
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:        12061568 kB
MemAvailable:   31464988 kB
Buffers:          220720 kB
Cached:         19140764 kB
SwapCached:            0 kB
Active:          3322248 kB
Inactive:       16560204 kB
Active(anon):     471520 kB
Inactive(anon):    77500 kB
Active(file):    2850728 kB
Inactive(file): 16482704 kB
Unevictable:        7312 kB
Mlocked:            7312 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26420 kB
Writeback:             0 kB
AnonPages:        527788 kB
Mapped:            53044 kB
Shmem:             25228 kB
Slab:             525592 kB
SReclaimable:     498448 kB
SUnreclaim:        27144 kB
KernelStack:        3568 kB
PageTables:         5936 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1496060 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    432128 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 38788 MiB
End job on node139 at 2018-07-25 22:04:57