Trace number 4304618

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-SuperNGOPT86 98.1187 86.7359

General information on the benchmark

NameRcpsp/
Rcpsp-j90-01-04_c18.xml
MD5SUM0eb6d6735b5266ca4e96e7e1d1b2460a
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark86
Best CPU time to get the best result obtained on this benchmark6.88289
Satisfiable
(Un)Satisfiability was proved
Number of variables92
Number of constraints142
Number of domains2
Minimum domain size1
Maximum domain size493
Distribution of domain sizes[{"size":1,"count":1},{"size":493,"count":91}]
Minimum variable degree3
Maximum variable degree6
Distribution of variable degrees[{"degree":3,"count":36},{"degree":4,"count":23},{"degree":5,"count":31},{"degree":6,"count":2}]
Minimum constraint arity2
Maximum constraint arity32
Distribution of constraint arities[{"arity":2,"count":138},{"arity":18,"count":2},{"arity":22,"count":1},{"arity":32,"count":1}]
Number of extensional constraints0
Number of intensional constraints138
Distribution of constraint types[{"type":"intension","count":138},{"type":"cumulative","count":4}]
Optimization problemYES
Type of objectivemin VAR

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.9.2.1532736233296 running
9.82/4.96	o 119
10.17/5.01	o 114
10.17/5.04	o 113
10.17/5.06	o 110
10.50/5.11	o 107
10.82/5.27	o 106
10.82/5.28	o 95
10.82/5.28	o 93
12.41/5.71	o 92
12.41/5.80	o 90
13.96/6.22	o 89
13.96/6.23	o 87
14.24/6.36	o 86
98.06/86.71	v <instantiation cost="86">
98.06/86.71	v       <list>
98.06/86.71	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] s[30] s[31] s[32] s[33] s[34] s[35] s[36] s[37] s[38] s[39] s[40] s[41] s[42] s[43] s[44] s[45] s[46] s[47] s[48] s[49] s[50] s[51] s[52] s[53] s[54] s[55] s[56] s[57] s[58] s[59] s[60] s[61] s[62] s[63] s[64] s[65] s[66] s[67] s[68] s[69] s[70] s[71] s[72] s[73] s[74] s[75] s[76] s[77] s[78] s[79] s[80] s[81] s[82] s[83] s[84] s[85] s[86] s[87] s[88] s[89] s[90] s[91]
98.06/86.71	v       </list>
98.06/86.71	v       <values>
98.06/86.71	v         0 13 0 0 5 41 5 9 9 13 11 6 21 21 7 13 23 21 13 4 29 22 42 9 21 32 18 15 7 30 25 55 57 37 36 59 25 53 37 48 29 70 22 45 64 29 32 40 34 44 36 42 27 12 49 58 48 45 40 45 43 53 61 61 64 35 62 55 54 40 32 47 53 47 45 28 58 61 54 54 61 70 68 59 65 70 71 74 79 77 82 86
98.06/86.71	v       </values>
98.06/86.71	v     </instantiation>
98.06/86.71	s OPTIMUM FOUND

Verifier Data

OK	86

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4304618-1534120685/watcher-4304618-1534120685 -o /tmp/evaluation-result-4304618-1534120685/solver-4304618-1534120685 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1534095874-7006 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=1089348161 -superng HOME/instance-4304618-1534120685.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=11811, runsolver pid=11808

[startup+0.10006 s]*
/proc/loadavg: 1.80 1.75 1.77 3/209 11868
/proc/meminfo: memFree=16684684/32770624 swapFree=67108860/67108860
[pid=11811] ppid=11808 vsize=10005480 memory=16548 CPUtime=0.09 cores=0,2,4,6
/proc/11811/stat : 11811 (java) S 11808 11811 6975 0 -1 1077944320 4310 13283 0 0 1 0 5 3 20 0 6 0 229631690 10245611520 4137 33554432000 4194304 4196468 140723638801344 140723638783888 140105722478327 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 15441920 140723638807139 140723638809948 140723638809948 140723638812623 0
/proc/11811/statm: 2501370 4137 1932 1 0 2489808 0
[pid=11811/tid=11864] ppid=11808 vsize=10005480 memory=4279135704047321741 CPUtime=0.08 cores=0,2,4,6
/proc/11811/task/11864/stat : 11864 (java) R 11808 11811 6975 0 -1 4202560 2164 13283 0 0 0 0 5 3 20 0 6 0 229631699 10245611520 4203 33554432000 4194304 4196468 140723638801344 140105694315088 140105706558814 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15441920 140723638807139 140723638809948 140723638809948 140723638812623 0
[pid=11811/tid=11865] ppid=11808 vsize=10005480 memory=8257237230052613020 CPUtime=0.08 cores=0,2,4,6
/proc/11811/task/11865/stat : 11865 (java) S 11808 11811 6975 0 -1 1077944384 1 13283 0 0 0 0 5 3 20 0 6 0 229631700 10245611520 4203 33554432000 4194304 4196468 140723638801344 140105726720784 140105722488533 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15441920 140723638807139 140723638809948 140723638809948 140723638812623 0
[pid=11811/tid=11866] ppid=11808 vsize=10005480 memory=139750812296832 CPUtime=0.08 cores=0,2,4,6
/proc/11811/task/11866/stat : 11866 (java) S 11808 11811 6975 0 -1 1077944384 1 13283 0 0 0 0 5 3 20 0 6 0 229631700 10245611520 4203 33554432000 4194304 4196468 140723638801344 140105261902736 140105722488533 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15441920 140723638807139 140723638809948 140723638809948 140723638812623 0
[pid=11811/tid=11867] ppid=11808 vsize=10005480 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11811/task/11867/stat : 11867 (java) S 11808 11811 6975 0 -1 1077944384 1 13283 0 0 0 0 5 3 20 0 6 0 229631700 10245611520 4203 33554432000 4194304 4196468 140723638801344 140105260850192 140105722488533 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15441920 140723638807139 140723638809948 140723638809948 140723638812623 0
[pid=11811/tid=11868] ppid=11808 vsize=10005480 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/11811/task/11868/stat : 11868 (java) S 11808 11811 6975 0 -1 1077944384 2 13283 0 0 0 0 5 3 20 0 6 0 229631700 10245611520 4203 33554432000 4194304 4196468 140723638801344 140105259797648 140105722488533 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15441920 140723638807139 140723638809948 140723638809948 140723638812623 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 16548 KiB

[startup+0.210093 s]*
/proc/loadavg: 1.80 1.75 1.77 3/218 11877
/proc/meminfo: memFree=16660764/32770624 swapFree=67108860/67108860
[pid=11811] ppid=11808 vsize=10982744 memory=44120 CPUtime=0.26 cores=0,2,4,6
/proc/11811/stat : 11811 (java) S 11808 11811 6975 0 -1 1077944320 7723 13283 0 0 17 1 5 3 20 0 15 0 229631690 11246329856 11030 33554432000 4194304 4196468 140723638801344 140723638783888 140105722478327 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 15441920 140723638807139 140723638809948 140723638809948 140723638812623 0
/proc/11811/statm: 2745686 11030 2951 1 0 2708109 0
[pid=11811/tid=11864] ppid=11808 vsize=10982744 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/11811/task/11864/stat : 11864 (java) R 11808 11811 6975 0 -1 4202560 4500 13283 0 0 10 1 5 3 20 0 15 0 229631699 11246329856 11228 33554432000 4194304 4196468 140723638801344 140105694274368 140105714715454 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15441920 140723638807139 140723638809948 140723638809948 140723638812623 0
[pid=11811/tid=11865] ppid=11808 vsize=10982744 memory=364 CPUtime=0.08 cores=0,2,4,6
/proc/11811/task/11865/stat : 11865 (java) S 11808 11811 6975 0 -1 1077944384 1 13283 0 0 0 0 5 3 20 0 15 0 229631700 11246329856 11228 33554432000 4194304 4196468 140723638801344 140105726720784 140105722488533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15441920 140723638807139 140723638809948 140723638809948 140723638812623 0
[pid=11811/tid=11866] ppid=11808 vsize=10982744 memory=139750812308897 CPUtime=0.08 cores=0,2,4,6
/proc/11811/task/11866/stat : 11866 (java) S 11808 11811 6975 0 -1 1077944384 1 13283 0 0 0 0 5 3 20 0 15 0 229631700 11246329856 11228 33554432000 4194304 4196468 140723638801344 140105261902736 140105722488533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15441920 140723638807139 140723638809948 140723638809948 140723638812623 0
[pid=11811/tid=11867] ppid=11808 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11811/task/11867/stat : 11867 (java) S 11808 11811 6975 0 -1 1077944384 1 13283 0 0 0 0 5 3 20 0 15 0 229631700 11246329856 11228 33554432000 4194304 4196468 140723638801344 140105260850192 140105722488533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15441920 140723638807139 140723638809948 140723638809948 140723638812623 0
[pid=11811/tid=11868] ppid=11808 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/11811/task/11868/stat : 11868 (java) S 11808 11811 6975 0 -1 1077944384 2 13283 0 0 0 0 5 3 20 0 15 0 229631700 11246329856 11228 33554432000 4194304 4196468 140723638801344 140105259797648 140105722488533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15441920 140723638807139 140723638809948 140723638809948 140723638812623 0
[pid=11811/tid=11869] ppid=11808 vsize=10982744 memory=139750812296832 CPUtime=0.08 cores=0,2,4,6
/proc/11811/task/11869/stat : 11869 (java) S 11808 11811 6975 0 -1 1077944384 2 13283 0 0 0 0 5 3 20 0 15 0 229631701 11246329856 11228 33554432000 4194304 4196468 140723638801344 140105148393456 140105722489474 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15441920 140723638807139 140723638809948 140723638809948 140723638812623 0
[pid=11811/tid=11870] ppid=11808 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/11811/task/11870/stat : 11870 (java) S 11808 11811 6975 0 -1 1077944384 13 13283 0 0 0 0 5 3 20 0 15 0 229631702 11246329856 11294 33554432000 4194304 4196468 140723638801344 140104584651680 140105722488533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15441920 140723638807139 140723638809948 140723638809948 140723638812623 0
[pid=11811/tid=11871] ppid=11808 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11811/task/11871/stat : 11871 (java) S 11808 11811 6975 0 -1 1077944384 1 13283 0 0 0 0 5 3 20 0 15 0 229631702 11246329856 11294 33554432000 4194304 4196468 140723638801344 140104383325168 140105722488533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15441920 140723638807139 140723638809948 140723638809948 140723638812623 0
[pid=11811/tid=11872] ppid=11808 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11811/task/11872/stat : 11872 (java) S 11808 11811 6975 0 -1 1077944384 3 13283 0 0 0 0 5 3 20 0 15 0 229631704 11246329856 11294 33554432000 4194304 4196468 140723638801344 140104075925712 140105722496923 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15441920 140723638807139 140723638809948 140723638809948 140723638812623 0
[pid=11811/tid=11873] ppid=11808 vsize=10982744 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/11811/task/11873/stat : 11873 (java) S 11808 11811 6975 0 -1 1077944384 422 13283 0 0 1 0 5 3 20 0 15 0 229631705 11246329856 11294 33554432000 4194304 4196468 140723638801344 140105147341296 140105722489474 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15441920 140723638807139 140723638809948 140723638809948 140723638812623 0
[pid=11811/tid=11874] ppid=11808 vsize=10982744 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/11811/task/11874/stat : 11874 (java) S 11808 11811 6975 0 -1 1077944384 193 13283 0 0 1 0 5 3 20 0 15 0 229631705 11246329856 11294 33554432000 4194304 4196468 140723638801344 140105146288752 140105722489474 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15441920 140723638807139 140723638809948 140723638809948 140723638812623 0
[pid=11811/tid=11875] ppid=11808 vsize=10982744 memory=139750812296832 CPUtime=0.11 cores=0,2,4,6
/proc/11811/task/11875/stat : 11875 (java) S 11808 11811 6975 0 -1 1077944384 609 13283 0 0 3 0 5 3 20 0 15 0 229631705 11246329856 11294 33554432000 4194304 4196468 140723638801344 140105145236208 140105722489474 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15441920 140723638807139 140723638809948 140723638809948 140723638812623 0
[pid=11811/tid=11876] ppid=11808 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/11811/task/11876/stat : 11876 (java) S 11808 11811 6975 0 -1 1077944384 3 13283 0 0 0 0 5 3 20 0 15 0 229631705 11246329856 11294 33554432000 4194304 4196468 140723638801344 140103645129824 140105722488533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15441920 140723638807139 140723638809948 140723638809948 140723638812623 0
[pid=11811/tid=11877] ppid=11808 vsize=10982744 memory=139750812296832 CPUtime=0.08 cores=0,2,4,6
/proc/11811/task/11877/stat : 11877 (java) S 11808 11811 6975 0 -1 1077944384 1 13283 0 0 0 0 5 3 20 0 15 0 229631705 11246329856 11294 33554432000 4194304 4196468 140723638801344 140105144183088 140105722489474 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15441920 140723638807139 140723638809948 140723638809948 140723638812623 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 44120 KiB

[startup+0.310387 s]*
/proc/loadavg: 1.80 1.75 1.77 3/218 11877
/proc/meminfo: memFree=16648824/32770624 swapFree=67108860/67108860
[pid=11811] ppid=11808 vsize=10983192 memory=56124 CPUtime=0.39 cores=0,2,4,6
/proc/11811/stat : 11811 (java) S 11808 11811 6975 0 -1 1077944320 10589 13283 0 0 28 3 5 3 20 0 15 0 229631690 11246788608 14031 33554432000 4194304 4196468 140723638801344 140723638783888 140105722478327 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 15441920 140723638807139 140723638809948 140723638809948 140723638812623 0
/proc/11811/statm: 2745798 14031 3070 1 0 2708109 0
[pid=11811/tid=11864] ppid=11808 vsize=10983192 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/11811/task/11864/stat : 11864 (java) R 11808 11811 6975 0 -1 4202560 7134 13283 0 0 19 2 5 3 20 0 15 0 229631699 11246788608 14031 33554432000 4194304 4196468 140723638801344 140105694290336 140105704031640 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15441920 140723638807139 140723638809948 140723638809948 140723638812623 0
[pid=11811/tid=11865] ppid=11808 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11811/task/11865/stat : 11865 (java) S 11808 11811 6975 0 -1 1077944384 1 13283 0 0 0 0 5 3 20 0 15 0 229631700 11246788608 14031 33554432000 4194304 4196468 140723638801344 140105726720784 140105722488533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15441920 140723638807139 140723638809948 140723638809948 140723638812623 0
[pid=11811/tid=11866] ppid=11808 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11811/task/11866/stat : 11866 (java) S 11808 11811 6975 0 -1 1077944384 1 13283 0 0 0 0 5 3 20 0 15 0 229631700 11246788608 14031 33554432000 4194304 4196468 140723638801344 140105261902736 140105722488533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15441920 140723638807139 140723638809948 140723638809948 140723638812623 0
[pid=11811/tid=11867] ppid=11808 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11811/task/11867/stat : 11867 (java) S 11808 11811 6975 0 -1 1077944384 1 13283 0 0 0 0 5 3 20 0 15 0 229631700 11246788608 14031 33554432000 4194304 4196468 140723638801344 140105260850192 140105722488533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15441920 140723638807139 140723638809948 140723638809948 140723638812623 0
[pid=11811/tid=11868] ppid=11808 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11811/task/11868/stat : 11868 (java) S 11808 11811 6975 0 -1 1077944384 2 13283 0 0 0 0 5 3 20 0 15 0 229631700 11246788608 14031 33554432000 4194304 4196468 140723638801344 140105259797648 140105722488533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15441920 140723638807139 140723638809948 140723638809948 140723638812623 0
[pid=11811/tid=11869] ppid=11808 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11811/task/11869/stat : 11869 (java) S 11808 11811 6975 0 -1 1077944384 2 13283 0 0 0 0 5 3 20 0 15 0 229631701 11246788608 14031 33554432000 4194304 4196468 140723638801344 140105148393456 140105722489474 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15441920 140723638807139 140723638809948 140723638809948 140723638812623 0
[pid=11811/tid=11870] ppid=11808 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/11811/task/11870/stat : 11870 (java) S 11808 11811 6975 0 -1 1077944384 13 13283 0 0 0 0 5 3 20 0 15 0 229631702 11246788608 14031 33554432000 4194304 4196468 140723638801344 140104584651680 140105722488533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15441920 140723638807139 140723638809948 140723638809948 140723638812623 0
[pid=11811/tid=11871] ppid=11808 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11811/task/11871/stat : 11871 (java) S 11808 11811 6975 0 -1 1077944384 1 13283 0 0 0 0 5 3 20 0 15 0 229631702 11246788608 14031 33554432000 4194304 4196468 140723638801344 140104383325168 140105722488533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15441920 140723638807139 140723638809948 140723638809948 140723638812623 0
[pid=11811/tid=11872] ppid=11808 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11811/task/11872/stat : 11872 (java) S 11808 11811 6975 0 -1 1077944384 3 13283 0 0 0 0 5 3 20 0 15 0 229631704 11246788608 14031 33554432000 4194304 4196468 140723638801344 140104075925712 140105722496923 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15441920 140723638807139 140723638809948 140723638809948 140723638812623 0
[pid=11811/tid=11873] ppid=11808 vsize=10983192 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/11811/task/11873/stat : 11873 (java) S 11808 11811 6975 0 -1 1077944384 425 13283 0 0 1 0 5 3 20 0 15 0 229631705 11246788608 14031 33554432000 4194304 4196468 140723638801344 140105147341296 140105722489474 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15441920 140723638807139 140723638809948 140723638809948 140723638812623 0
[pid=11811/tid=11874] ppid=11808 vsize=10983192 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/11811/task/11874/stat : 11874 (java) S 11808 11811 6975 0 -1 1077944384 196 13283 0 0 1 0 5 3 20 0 15 0 229631705 11246788608 14031 33554432000 4194304 4196468 140723638801344 140105146288752 140105722489474 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15441920 140723638807139 140723638809948 140723638809948 140723638812623 0
[pid=11811/tid=11875] ppid=11808 vsize=10983192 memory=139750812296832 CPUtime=0.13 cores=0,2,4,6
/proc/11811/task/11875/stat : 11875 (java) S 11808 11811 6975 0 -1 1077944384 615 13283 0 0 5 0 5 3 20 0 15 0 229631705 11246788608 14031 33554432000 4194304 4196468 140723638801344 140105145236208 140105722489474 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15441920 140723638807139 140723638809948 140723638809948 140723638812623 0
[pid=11811/tid=11876] ppid=11808 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/11811/task/11876/stat : 11876 (java) S 11808 11811 6975 0 -1 1077944384 3 13283 0 0 0 0 5 3 20 0 15 0 229631705 11246788608 14031 33554432000 4194304 4196468 140723638801344 140103645129824 140105722488533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15441920 140723638807139 140723638809948 140723638809948 140723638812623 0
[pid=11811/tid=11877] ppid=11808 vsize=10983192 memory=139750812296832 CPUtime=0.08 cores=0,2,4,6
/proc/11811/task/11877/stat : 11877 (java) S 11808 11811 6975 0 -1 1077944384 1 13283 0 0 0 0 5 3 20 0 15 0 229631705 11246788608 14031 33554432000 4194304 4196468 140723638801344 140105144183088 140105722489474 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15441920 140723638807139 140723638809948 140723638809948 140723638812623 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 56124 KiB

[startup+0.700707 s]
/proc/loadavg: 1.80 1.75 1.77 4/218 11877
/proc/meminfo: memFree=16638280/32770624 swapFree=67108860/67108860
[pid=11811] ppid=11808 vsize=10983192 memory=88336 CPUtime=0.99 cores=0,2,4,6
/proc/11811/stat : 11811 (java) S 11808 11811 6975 0 -1 1077944320 16726 13283 0 0 87 4 5 3 20 0 15 0 229631690 11246788608 22084 33554432000 4194304 4196468 140723638801344 140723638783888 140105722478327 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 15441920 140723638807139 140723638809948 140723638809948 140723638812623 0
/proc/11811/statm: 2745798 22084 3238 1 0 2708109 0
[pid=11811/tid=11864] ppid=11808 vsize=10983192 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/11811/task/11864/stat : 11864 (java) R 11808 11811 6975 0 -1 4202560 12226 13283 0 0 56 3 5 3 20 0 15 0 229631699 11246788608 22084 33554432000 4194304 4196468 140723638801344 140105694301328 140105722500253 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15441920 140723638807139 140723638809948 140723638809948 140723638812623 0
[pid=11811/tid=11865] ppid=11808 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11811/task/11865/stat : 11865 (java) S 11808 11811 6975 0 -1 1077944384 1 13283 0 0 0 0 5 3 20 0 15 0 229631700 11246788608 22084 33554432000 4194304 4196468 140723638801344 140105726720784 140105722488533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15441920 140723638807139 140723638809948 140723638809948 140723638812623 0
[pid=11811/tid=11866] ppid=11808 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11811/task/11866/stat : 11866 (java) S 11808 11811 6975 0 -1 1077944384 1 13283 0 0 0 0 5 3 20 0 15 0 229631700 11246788608 22084 33554432000 4194304 4196468 140723638801344 140105261902736 140105722488533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15441920 140723638807139 140723638809948 140723638809948 140723638812623 0
[pid=11811/tid=11867] ppid=11808 vsize=10983192 memory=32804 CPUtime=0.08 cores=0,2,4,6
/proc/11811/task/11867/stat : 11867 (java) S 11808 11811 6975 0 -1 1077944384 1 13283 0 0 0 0 5 3 20 0 15 0 229631700 11246788608 22084 33554432000 4194304 4196468 140723638801344 140105260850192 140105722488533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15441920 140723638807139 140723638809948 140723638809948 140723638812623 0
[pid=11811/tid=11868] ppid=11808 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11811/task/11868/stat : 11868 (java) S 11808 11811 6975 0 -1 1077944384 2 13283 0 0 0 0 5 3 20 0 15 0 229631700 11246788608 22084 33554432000 4194304 4196468 140723638801344 140105259797648 140105722488533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15441920 140723638807139 140723638809948 140723638809948 140723638812623 0
[pid=11811/tid=11869] ppid=11808 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11811/task/11869/stat : 11869 (java) S 11808 11811 6975 0 -1 1077944384 6 13283 0 0 0 0 5 3 20 0 15 0 229631701 11246788608 22084 33554432000 4194304 4196468 140723638801344 140105148393456 140105722489474 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15441920 140723638807139 140723638809948 140723638809948 140723638812623 0
[pid=11811/tid=11870] ppid=11808 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11811/task/11870/stat : 11870 (java) S 11808 11811 6975 0 -1 1077944384 13 13283 0 0 0 0 5 3 20 0 15 0 229631702 11246788608 22084 33554432000 4194304 4196468 140723638801344 140104584651680 140105722488533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15441920 140723638807139 140723638809948 140723638809948 140723638812623 0
[pid=11811/tid=11871] ppid=11808 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11811/task/11871/stat : 11871 (java) S 11808 11811 6975 0 -1 1077944384 1 13283 0 0 0 0 5 3 20 0 15 0 229631702 11246788608 22084 33554432000 4194304 4196468 140723638801344 140104383325168 140105722488533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15441920 140723638807139 140723638809948 140723638809948 140723638812623 0
[pid=11811/tid=11872] ppid=11808 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11811/task/11872/stat : 11872 (java) S 11808 11811 6975 0 -1 1077944384 3 13283 0 0 0 0 5 3 20 0 15 0 229631704 11246788608 22084 33554432000 4194304 4196468 140723638801344 140104075925712 140105722496923 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15441920 140723638807139 140723638809948 140723638809948 140723638812623 0
[pid=11811/tid=11873] ppid=11808 vsize=10983192 memory=139750652552176 CPUtime=0.15 cores=0,2,4,6
/proc/11811/task/11873/stat : 11873 (java) S 11808 11811 6975 0 -1 1077944384 823 13283 0 0 7 0 5 3 20 0 15 0 229631705 11246788608 22084 33554432000 4194304 4196468 140723638801344 140105147341296 140105722489474 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15441920 140723638807139 140723638809948 140723638809948 140723638812623 0
[pid=11811/tid=11874] ppid=11808 vsize=10983192 memory=139753940845157 CPUtime=0.17 cores=0,2,4,6
/proc/11811/task/11874/stat : 11874 (java) S 11808 11811 6975 0 -1 1077944384 775 13283 0 0 9 0 5 3 20 0 15 0 229631705 11246788608 22084 33554432000 4194304 4196468 140723638801344 140105146288752 140105722489474 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15441920 140723638807139 140723638809948 140723638809948 140723638812623 0
[pid=11811/tid=11875] ppid=11808 vsize=10983192 memory=14888 CPUtime=0.21 cores=0,2,4,6
/proc/11811/task/11875/stat : 11875 (java) S 11808 11811 6975 0 -1 1077944384 679 13283 0 0 13 0 5 3 20 0 15 0 229631705 11246788608 22084 33554432000 4194304 4196468 140723638801344 140105145236208 140105722489474 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15441920 140723638807139 140723638809948 140723638809948 140723638812623 0
[pid=11811/tid=11876] ppid=11808 vsize=10983192 memory=4132 CPUtime=0.08 cores=0,2,4,6
/proc/11811/task/11876/stat : 11876 (java) S 11808 11811 6975 0 -1 1077944384 3 13283 0 0 0 0 5 3 20 0 15 0 229631705 11246788608 22084 33554432000 4194304 4196468 140723638801344 140103645129824 140105722488533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15441920 140723638807139 140723638809948 140723638809948 140723638812623 0
[pid=11811/tid=11877] ppid=11808 vsize=10983192 memory=2241 CPUtime=0.08 cores=0,2,4,6
/proc/11811/task/11877/stat : 11877 (java) S 11808 11811 6975 0 -1 1077944384 1 13283 0 0 0 0 5 3 20 0 15 0 229631705 11246788608 22084 33554432000 4194304 4196468 140723638801344 140105144183088 140105722489474 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15441920 140723638807139 140723638809948 140723638809948 140723638812623 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88336 KiB

[startup+1.50072 s]
/proc/loadavg: 1.80 1.75 1.77 3/218 11877
/proc/meminfo: memFree=16594412/32770624 swapFree=67108860/67108860
[pid=11811] ppid=11808 vsize=10998092 memory=179144 CPUtime=2.29 cores=0,2,4,6
/proc/11811/stat : 11811 (java) S 11808 11811 6975 0 -1 1077944320 23809 13283 0 0 212 9 5 3 20 0 15 0 229631690 11262046208 44786 33554432000 4194304 4196468 140723638801344 140723638783888 140105722478327 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 15441920 140723638807139 140723638809948 140723638809948 140723638812623 0
/proc/11811/statm: 2749523 44786 3473 1 0 2711181 0
[pid=11811/tid=11864] ppid=11808 vsize=10998092 memory=3303 CPUtime=1.43 cores=0,2,4,6
/proc/11811/task/11864/stat : 11864 (java) R 11808 11811 6975 0 -1 4202560 17644 13283 0 0 130 5 5 3 20 0 15 0 229631699 11262046208 44786 33554432000 4194304 4196468 140723638801344 140105694309632 140105702675840 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15441920 140723638807139 140723638809948 140723638809948 140723638812623 0
[pid=11811/tid=11865] ppid=11808 vsize=10998092 memory=6791534058613427641 CPUtime=0.09 cores=0,2,4,6
/proc/11811/task/11865/stat : 11865 (java) S 11808 11811 6975 0 -1 1077944384 22 13283 0 0 1 0 5 3 20 0 15 0 229631700 11262046208 44786 33554432000 4194304 4196468 140723638801344 140105726720784 140105722488533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15441920 140723638807139 140723638809948 140723638809948 140723638812623 0
[pid=11811/tid=11866] ppid=11808 vsize=10998092 memory=1408 CPUtime=0.09 cores=0,2,4,6
/proc/11811/task/11866/stat : 11866 (java) S 11808 11811 6975 0 -1 1077944384 16 13283 0 0 1 0 5 3 20 0 15 0 229631700 11262046208 44786 33554432000 4194304 4196468 140723638801344 140105261902736 140105722488533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15441920 140723638807139 140723638809948 140723638809948 140723638812623 0
[pid=11811/tid=11867] ppid=11808 vsize=10998092 memory=3024 CPUtime=0.09 cores=0,2,4,6
/proc/11811/task/11867/stat : 11867 (java) S 11808 11811 6975 0 -1 1077944384 62 13283 0 0 1 0 5 3 20 0 15 0 229631700 11262046208 44786 33554432000 4194304 4196468 140723638801344 140105260850192 140105722488533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15441920 140723638807139 140723638809948 140723638809948 140723638812623 0
[pid=11811/tid=11868] ppid=11808 vsize=10998092 memory=88336 CPUtime=0.08 cores=0,2,4,6
/proc/11811/task/11868/stat : 11868 (java) S 11808 11811 6975 0 -1 1077944384 199 13283 0 0 0 0 5 3 20 0 15 0 229631700 11262046208 44786 33554432000 4194304 4196468 140723638801344 140105259797648 140105722488533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15441920 140723638807139 140723638809948 140723638809948 140723638812623 0
[pid=11811/tid=11869] ppid=11808 vsize=10998092 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/11811/task/11869/stat : 11869 (java) S 11808 11811 6975 0 -1 1077944384 53 13283 0 0 1 0 5 3 20 0 15 0 229631701 11262046208 44786 33554432000 4194304 4196468 140723638801344 140105148393456 140105722489474 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15441920 140723638807139 140723638809948 140723638809948 140723638812623 0
[pid=11811/tid=11870] ppid=11808 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11811/task/11870/stat : 11870 (java) S 11808 11811 6975 0 -1 1077944384 14 13283 0 0 0 0 5 3 20 0 15 0 229631702 11262046208 44786 33554432000 4194304 4196468 140723638801344 140104584651744 140105722488533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15441920 140723638807139 140723638809948 140723638809948 140723638812623 0
[pid=11811/tid=11871] ppid=11808 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11811/task/11871/stat : 11871 (java) S 11808 11811 6975 0 -1 1077944384 1 13283 0 0 0 0 5 3 20 0 15 0 229631702 11262046208 44786 33554432000 4194304 4196468 140723638801344 140104383325184 140105722488533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15441920 140723638807139 140723638809948 140723638809948 140723638812623 0
[pid=11811/tid=11872] ppid=11808 vsize=10998092 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/11811/task/11872/stat : 11872 (java) S 11808 11811 6975 0 -1 1077944384 3 13283 0 0 0 0 5 3 20 0 15 0 229631704 11262046208 44786 33554432000 4194304 4196468 140723638801344 140104075925712 140105722496923 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15441920 140723638807139 140723638809948 140723638809948 140723638812623 0
[pid=11811/tid=11873] ppid=11808 vsize=10998092 memory=4638778398332698720 CPUtime=0.26 cores=0,2,4,6
/proc/11811/task/11873/stat : 11873 (java) S 11808 11811 6975 0 -1 1077944384 1054 13283 0 0 18 0 5 3 20 0 15 0 229631705 11262046208 44786 33554432000 4194304 4196468 140723638801344 140105147341296 140105722489474 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15441920 140723638807139 140723638809948 140723638809948 140723638812623 0
[pid=11811/tid=11874] ppid=11808 vsize=10998092 memory=279501305584512 CPUtime=0.29 cores=0,2,4,6
/proc/11811/task/11874/stat : 11874 (java) S 11808 11811 6975 0 -1 1077944384 1215 13283 0 0 21 0 5 3 20 0 15 0 229631705 11262046208 44786 33554432000 4194304 4196468 140723638801344 140105146288752 140105722489474 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15441920 140723638807139 140723638809948 140723638809948 140723638812623 0
[pid=11811/tid=11875] ppid=11808 vsize=10998092 memory=6944656592452938395 CPUtime=0.42 cores=0,2,4,6
/proc/11811/task/11875/stat : 11875 (java) S 11808 11811 6975 0 -1 1077944384 1331 13283 0 0 34 0 5 3 20 0 15 0 229631705 11262046208 44786 33554432000 4194304 4196468 140723638801344 140105145236208 140105722489474 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15441920 140723638807139 140723638809948 140723638809948 140723638812623 0
[pid=11811/tid=11876] ppid=11808 vsize=10998092 memory=6944656591801719708 CPUtime=0.08 cores=0,2,4,6
/proc/11811/task/11876/stat : 11876 (java) S 11808 11811 6975 0 -1 1077944384 3 13283 0 0 0 0 5 3 20 0 15 0 229631705 11262046208 44786 33554432000 4194304 4196468 140723638801344 140103645129824 140105722488533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15441920 140723638807139 140723638809948 140723638809948 140723638812623 0
[pid=11811/tid=11877] ppid=11808 vsize=10998092 memory=-7522837583129502606 CPUtime=0.08 cores=0,2,4,6
/proc/11811/task/11877/stat : 11877 (java) S 11808 11811 6975 0 -1 1077944384 1 13283 0 0 0 0 5 3 20 0 15 0 229631705 11262046208 44786 33554432000 4194304 4196468 140723638801344 140105144183088 140105722489474 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15441920 140723638807139 140723638809948 140723638809948 140723638812623 0
Current children cumulated CPU time: 2.29 s
Current children cumulated vsize: 10998092 KiB

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

[pid=11811/tid=11876] ppid=11808 vsize=11080032 memory=7304 CPUtime=0.08 cores=0,2,4,6
/proc/11811/task/11876/stat : 11876 (java) S 11808 11811 6975 0 -1 1077944384 3 13283 0 0 0 0 5 3 20 0 15 0 229631705 11345952768 184050 33554432000 4194304 4196468 140723638801344 140103645129824 140105722488533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15441920 140723638807139 140723638809948 140723638809948 140723638812623 0
[pid=11811/tid=11877] ppid=11808 vsize=11080032 memory=2444 CPUtime=0.12 cores=0,2,4,6
/proc/11811/task/11877/stat : 11877 (java) S 11808 11811 6975 0 -1 1077944384 223 13283 0 0 2 2 5 3 20 0 15 0 229631705 11345952768 184050 33554432000 4194304 4196468 140723638801344 140105144183088 140105722489474 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 51 0 0 6293624 6294260 15441920 140723638807139 140723638809948 140723638809948 140723638812623 0
Current children cumulated CPU time: 96.16 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 736200 KiB

[startup+85.6008 s]
/proc/loadavg: 1.55 1.70 1.76 3/218 11878
/proc/meminfo: memFree=15967864/32770624 swapFree=67108860/67108860
[pid=11811] ppid=11808 vsize=11080032 memory=734660 CPUtime=96.96 cores=0,2,4,6
/proc/11811/stat : 11811 (java) S 11808 11811 6975 0 -1 1077944320 123429 13283 0 0 9644 44 5 3 20 0 15 0 229631690 11345952768 183665 33554432000 4194304 4196468 140723638801344 140723638783888 140105722478327 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 15441920 140723638807139 140723638809948 140723638809948 140723638812623 0
/proc/11811/statm: 2770008 183665 3529 1 0 2731661 0
[pid=11811/tid=11864] ppid=11808 vsize=11080032 memory=3054156605268465310 CPUtime=84.74 cores=0,2,4,6
/proc/11811/task/11864/stat : 11864 (java) R 11808 11811 6975 0 -1 4202560 50690 13283 0 0 8449 17 5 3 20 0 15 0 229631699 11345952768 183665 33554432000 4194304 4196468 140723638801344 140105694313712 140105292632749 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15441920 140723638807139 140723638809948 140723638809948 140723638812623 0
[pid=11811/tid=11865] ppid=11808 vsize=11080032 memory=-6520471753822164382 CPUtime=0.23 cores=0,2,4,6
/proc/11811/task/11865/stat : 11865 (java) S 11808 11811 6975 0 -1 1077944384 3311 13283 0 0 13 2 5 3 20 0 15 0 229631700 11345952768 183665 33554432000 4194304 4196468 140723638801344 140105726720784 140105722488533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15441920 140723638807139 140723638809948 140723638809948 140723638812623 0
[pid=11811/tid=11866] ppid=11808 vsize=11080032 memory=6791534058613427641 CPUtime=0.23 cores=0,2,4,6
/proc/11811/task/11866/stat : 11866 (java) S 11808 11811 6975 0 -1 1077944384 1753 13283 0 0 12 3 5 3 20 0 15 0 229631700 11345952768 183665 33554432000 4194304 4196468 140723638801344 140105261902736 140105722488533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15441920 140723638807139 140723638809948 140723638809948 140723638812623 0
[pid=11811/tid=11867] ppid=11808 vsize=11080032 memory=1616 CPUtime=0.23 cores=0,2,4,6
/proc/11811/task/11867/stat : 11867 (java) S 11808 11811 6975 0 -1 1077944384 1259 13283 0 0 12 3 5 3 20 0 15 0 229631700 11345952768 183665 33554432000 4194304 4196468 140723638801344 140105260850192 140105722488533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15441920 140723638807139 140723638809948 140723638809948 140723638812623 0
[pid=11811/tid=11868] ppid=11808 vsize=11080032 memory=1384 CPUtime=0.22 cores=0,2,4,6
/proc/11811/task/11868/stat : 11868 (java) S 11808 11811 6975 0 -1 1077944384 1829 13283 0 0 12 2 5 3 20 0 15 0 229631700 11345952768 183665 33554432000 4194304 4196468 140723638801344 140105259797648 140105722488533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15441920 140723638807139 140723638809948 140723638809948 140723638812623 0
[pid=11811/tid=11869] ppid=11808 vsize=11080032 memory=752 CPUtime=0.18 cores=0,2,4,6
/proc/11811/task/11869/stat : 11869 (java) S 11808 11811 6975 0 -1 1077944384 4989 13283 0 0 9 1 5 3 20 0 15 0 229631701 11345952768 183665 33554432000 4194304 4196468 140723638801344 140105148393456 140105722489474 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15441920 140723638807139 140723638809948 140723638809948 140723638812623 0
[pid=11811/tid=11870] ppid=11808 vsize=11080032 memory=7304 CPUtime=0.08 cores=0,2,4,6
/proc/11811/task/11870/stat : 11870 (java) S 11808 11811 6975 0 -1 1077944384 14 13283 0 0 0 0 5 3 20 0 15 0 229631702 11345952768 183665 33554432000 4194304 4196468 140723638801344 140104584651808 140105722488533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15441920 140723638807139 140723638809948 140723638809948 140723638812623 0
[pid=11811/tid=11871] ppid=11808 vsize=11080032 memory=5400 CPUtime=0.08 cores=0,2,4,6
/proc/11811/task/11871/stat : 11871 (java) S 11808 11811 6975 0 -1 1077944384 1 13283 0 0 0 0 5 3 20 0 15 0 229631702 11345952768 183665 33554432000 4194304 4196468 140723638801344 140104383325184 140105722488533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15441920 140723638807139 140723638809948 140723638809948 140723638812623 0
[pid=11811/tid=11872] ppid=11808 vsize=11080032 memory=1108 CPUtime=0.08 cores=0,2,4,6
/proc/11811/task/11872/stat : 11872 (java) S 11808 11811 6975 0 -1 1077944384 3 13283 0 0 0 0 5 3 20 0 15 0 229631704 11345952768 183665 33554432000 4194304 4196468 140723638801344 140104075925712 140105722496923 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15441920 140723638807139 140723638809948 140723638809948 140723638812623 0
[pid=11811/tid=11873] ppid=11808 vsize=11080032 memory=10784 CPUtime=4.93 cores=0,2,4,6
/proc/11811/task/11873/stat : 11873 (java) S 11808 11811 6975 0 -1 1077944384 22080 13283 0 0 481 4 5 3 20 0 15 0 229631705 11345952768 183665 33554432000 4194304 4196468 140723638801344 140105147341296 140105722489474 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15441920 140723638807139 140723638809948 140723638809948 140723638812623 0
[pid=11811/tid=11874] ppid=11808 vsize=11080032 memory=872 CPUtime=4.5 cores=0,2,4,6
/proc/11811/task/11874/stat : 11874 (java) S 11808 11811 6975 0 -1 1077944384 20341 13283 0 0 439 3 5 3 20 0 15 0 229631705 11345952768 183665 33554432000 4194304 4196468 140723638801344 140105146288752 140105722489474 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15441920 140723638807139 140723638809948 140723638809948 140723638812623 0
[pid=11811/tid=11875] ppid=11808 vsize=11080032 memory=4280 CPUtime=2.2 cores=0,2,4,6
/proc/11811/task/11875/stat : 11875 (java) S 11808 11811 6975 0 -1 1077944384 14712 13283 0 0 207 5 5 3 20 0 15 0 229631705 11345952768 183665 33554432000 4194304 4196468 140723638801344 140105145236208 140105722489474 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15441920 140723638807139 140723638809948 140723638809948 140723638812623 0
[pid=11811/tid=11876] ppid=11808 vsize=11080032 memory=14888 CPUtime=0.08 cores=0,2,4,6
/proc/11811/task/11876/stat : 11876 (java) S 11808 11811 6975 0 -1 1077944384 3 13283 0 0 0 0 5 3 20 0 15 0 229631705 11345952768 183665 33554432000 4194304 4196468 140723638801344 140103645129824 140105722488533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15441920 140723638807139 140723638809948 140723638809948 140723638812623 0
[pid=11811/tid=11877] ppid=11808 vsize=11080032 memory=34456 CPUtime=0.12 cores=0,2,4,6
/proc/11811/task/11877/stat : 11877 (java) S 11808 11811 6975 0 -1 1077944384 253 13283 0 0 2 2 5 3 20 0 15 0 229631705 11345952768 183665 33554432000 4194304 4196468 140723638801344 140105144183088 140105722489474 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 51 0 0 6293624 6294260 15441920 140723638807139 140723638809948 140723638809948 140723638812623 0
Current children cumulated CPU time: 96.96 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 734660 KiB

[startup+86.4008 s]
/proc/loadavg: 1.55 1.70 1.76 3/218 11878
/proc/meminfo: memFree=15969164/32770624 swapFree=67108860/67108860
[pid=11811] ppid=11808 vsize=11080032 memory=734660 CPUtime=97.76 cores=0,2,4,6
/proc/11811/stat : 11811 (java) S 11808 11811 6975 0 -1 1077944320 124203 13283 0 0 9724 44 5 3 20 0 15 0 229631690 11345952768 183665 33554432000 4194304 4196468 140723638801344 140723638783888 140105722478327 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 15441920 140723638807139 140723638809948 140723638809948 140723638812623 0
/proc/11811/statm: 2770008 183665 3529 1 0 2731661 0
[pid=11811/tid=11864] ppid=11808 vsize=11080032 memory=741844 CPUtime=85.53 cores=0,2,4,6
/proc/11811/task/11864/stat : 11864 (java) R 11808 11811 6975 0 -1 4202560 50785 13283 0 0 8528 17 5 3 20 0 15 0 229631699 11345952768 183665 33554432000 4194304 4196468 140723638801344 140105694313216 140105282673506 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15441920 140723638807139 140723638809948 140723638809948 140723638812623 0
[pid=11811/tid=11865] ppid=11808 vsize=11080032 memory=10784 CPUtime=0.23 cores=0,2,4,6
/proc/11811/task/11865/stat : 11865 (java) S 11808 11811 6975 0 -1 1077944384 3325 13283 0 0 13 2 5 3 20 0 15 0 229631700 11345952768 183665 33554432000 4194304 4196468 140723638801344 140105726720784 140105722488533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15441920 140723638807139 140723638809948 140723638809948 140723638812623 0
[pid=11811/tid=11866] ppid=11808 vsize=11080032 memory=872 CPUtime=0.23 cores=0,2,4,6
/proc/11811/task/11866/stat : 11866 (java) S 11808 11811 6975 0 -1 1077944384 1778 13283 0 0 12 3 5 3 20 0 15 0 229631700 11345952768 183665 33554432000 4194304 4196468 140723638801344 140105261902736 140105722488533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15441920 140723638807139 140723638809948 140723638809948 140723638812623 0
[pid=11811/tid=11867] ppid=11808 vsize=11080032 memory=4280 CPUtime=0.23 cores=0,2,4,6
/proc/11811/task/11867/stat : 11867 (java) S 11808 11811 6975 0 -1 1077944384 1743 13283 0 0 12 3 5 3 20 0 15 0 229631700 11345952768 183665 33554432000 4194304 4196468 140723638801344 140105260850192 140105722488533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15441920 140723638807139 140723638809948 140723638809948 140723638812623 0
[pid=11811/tid=11868] ppid=11808 vsize=11080032 memory=6791534058613427641 CPUtime=0.22 cores=0,2,4,6
/proc/11811/task/11868/stat : 11868 (java) S 11808 11811 6975 0 -1 1077944384 1830 13283 0 0 12 2 5 3 20 0 15 0 229631700 11345952768 183665 33554432000 4194304 4196468 140723638801344 140105259797648 140105722488533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15441920 140723638807139 140723638809948 140723638809948 140723638812623 0
[pid=11811/tid=11869] ppid=11808 vsize=11080032 memory=288230596050944315 CPUtime=0.18 cores=0,2,4,6
/proc/11811/task/11869/stat : 11869 (java) S 11808 11811 6975 0 -1 1077944384 5137 13283 0 0 9 1 5 3 20 0 15 0 229631701 11345952768 183665 33554432000 4194304 4196468 140723638801344 140105148393456 140105722489474 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15441920 140723638807139 140723638809948 140723638809948 140723638812623 0
[pid=11811/tid=11870] ppid=11808 vsize=11080032 memory=14133333755955770 CPUtime=0.08 cores=0,2,4,6
/proc/11811/task/11870/stat : 11870 (java) S 11808 11811 6975 0 -1 1077944384 14 13283 0 0 0 0 5 3 20 0 15 0 229631702 11345952768 183665 33554432000 4194304 4196468 140723638801344 140104584651808 140105722488533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15441920 140723638807139 140723638809948 140723638809948 140723638812623 0
[pid=11811/tid=11871] ppid=11808 vsize=11080032 memory=4280 CPUtime=0.08 cores=0,2,4,6
/proc/11811/task/11871/stat : 11871 (java) S 11808 11811 6975 0 -1 1077944384 1 13283 0 0 0 0 5 3 20 0 15 0 229631702 11345952768 183665 33554432000 4194304 4196468 140723638801344 140104383325184 140105722488533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15441920 140723638807139 140723638809948 140723638809948 140723638812623 0
[pid=11811/tid=11872] ppid=11808 vsize=11080032 memory=4132 CPUtime=0.08 cores=0,2,4,6
/proc/11811/task/11872/stat : 11872 (java) S 11808 11811 6975 0 -1 1077944384 3 13283 0 0 0 0 5 3 20 0 15 0 229631704 11345952768 183665 33554432000 4194304 4196468 140723638801344 140104075925712 140105722496923 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15441920 140723638807139 140723638809948 140723638809948 140723638812623 0
[pid=11811/tid=11873] ppid=11808 vsize=11080032 memory=62444 CPUtime=4.93 cores=0,2,4,6
/proc/11811/task/11873/stat : 11873 (java) S 11808 11811 6975 0 -1 1077944384 22080 13283 0 0 481 4 5 3 20 0 15 0 229631705 11345952768 183665 33554432000 4194304 4196468 140723638801344 140105147341296 140105722489474 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15441920 140723638807139 140723638809948 140723638809948 140723638812623 0
[pid=11811/tid=11874] ppid=11808 vsize=11080032 memory=1236 CPUtime=4.5 cores=0,2,4,6
/proc/11811/task/11874/stat : 11874 (java) S 11808 11811 6975 0 -1 1077944384 20341 13283 0 0 439 3 5 3 20 0 15 0 229631705 11345952768 183665 33554432000 4194304 4196468 140723638801344 140105146288752 140105722489474 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15441920 140723638807139 140723638809948 140723638809948 140723638812623 0
[pid=11811/tid=11875] ppid=11808 vsize=11080032 memory=2444 CPUtime=2.2 cores=0,2,4,6
/proc/11811/task/11875/stat : 11875 (java) S 11808 11811 6975 0 -1 1077944384 14712 13283 0 0 207 5 5 3 20 0 15 0 229631705 11345952768 183665 33554432000 4194304 4196468 140723638801344 140105145236208 140105722489474 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15441920 140723638807139 140723638809948 140723638809948 140723638812623 0
[pid=11811/tid=11876] ppid=11808 vsize=11080032 memory=15 CPUtime=0.08 cores=0,2,4,6
/proc/11811/task/11876/stat : 11876 (java) S 11808 11811 6975 0 -1 1077944384 3 13283 0 0 0 0 5 3 20 0 15 0 229631705 11345952768 183665 33554432000 4194304 4196468 140723638801344 140103645129824 140105722488533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15441920 140723638807139 140723638809948 140723638809948 140723638812623 0
[pid=11811/tid=11877] ppid=11808 vsize=11080032 memory=14 CPUtime=0.12 cores=0,2,4,6
/proc/11811/task/11877/stat : 11877 (java) S 11808 11811 6975 0 -1 1077944384 260 13283 0 0 2 2 5 3 20 0 15 0 229631705 11345952768 183665 33554432000 4194304 4196468 140723638801344 140105144183088 140105722489474 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 51 0 0 6293624 6294260 15441920 140723638807139 140723638809948 140723638809948 140723638812623 0
Current children cumulated CPU time: 97.76 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 734660 KiB

[startup+86.6008 s]
/proc/loadavg: 1.55 1.70 1.76 3/218 11878
/proc/meminfo: memFree=15969164/32770624 swapFree=67108860/67108860
[pid=11811] ppid=11808 vsize=11080032 memory=734660 CPUtime=97.96 cores=0,2,4,6
/proc/11811/stat : 11811 (java) S 11808 11811 6975 0 -1 1077944320 124203 13283 0 0 9744 44 5 3 20 0 15 0 229631690 11345952768 183665 33554432000 4194304 4196468 140723638801344 140723638783888 140105722478327 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 15441920 140723638807139 140723638809948 140723638809948 140723638812623 0
/proc/11811/statm: 2770008 183665 3529 1 0 2731661 0
[pid=11811/tid=11864] ppid=11808 vsize=11080032 memory=0 CPUtime=85.73 cores=0,2,4,6
/proc/11811/task/11864/stat : 11864 (java) R 11808 11811 6975 0 -1 4202560 50785 13283 0 0 8548 17 5 3 20 0 15 0 229631699 11345952768 183665 33554432000 4194304 4196468 140723638801344 140105694313216 140105292634301 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15441920 140723638807139 140723638809948 140723638809948 140723638812623 0
[pid=11811/tid=11865] ppid=11808 vsize=11080032 memory=6791534058613427641 CPUtime=0.23 cores=0,2,4,6
/proc/11811/task/11865/stat : 11865 (java) S 11808 11811 6975 0 -1 1077944384 3325 13283 0 0 13 2 5 3 20 0 15 0 229631700 11345952768 183665 33554432000 4194304 4196468 140723638801344 140105726720784 140105722488533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15441920 140723638807139 140723638809948 140723638809948 140723638812623 0
[pid=11811/tid=11866] ppid=11808 vsize=11080032 memory=1920 CPUtime=0.23 cores=0,2,4,6
/proc/11811/task/11866/stat : 11866 (java) S 11808 11811 6975 0 -1 1077944384 1778 13283 0 0 12 3 5 3 20 0 15 0 229631700 11345952768 183665 33554432000 4194304 4196468 140723638801344 140105261902736 140105722488533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15441920 140723638807139 140723638809948 140723638809948 140723638812623 0
[pid=11811/tid=11867] ppid=11808 vsize=11080032 memory=1192 CPUtime=0.23 cores=0,2,4,6
/proc/11811/task/11867/stat : 11867 (java) S 11808 11811 6975 0 -1 1077944384 1743 13283 0 0 12 3 5 3 20 0 15 0 229631700 11345952768 183665 33554432000 4194304 4196468 140723638801344 140105260850192 140105722488533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15441920 140723638807139 140723638809948 140723638809948 140723638812623 0
[pid=11811/tid=11868] ppid=11808 vsize=11080032 memory=1616 CPUtime=0.22 cores=0,2,4,6
/proc/11811/task/11868/stat : 11868 (java) S 11808 11811 6975 0 -1 1077944384 1830 13283 0 0 12 2 5 3 20 0 15 0 229631700 11345952768 183665 33554432000 4194304 4196468 140723638801344 140105259797648 140105722488533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15441920 140723638807139 140723638809948 140723638809948 140723638812623 0
[pid=11811/tid=11869] ppid=11808 vsize=11080032 memory=4280 CPUtime=0.18 cores=0,2,4,6
/proc/11811/task/11869/stat : 11869 (java) S 11808 11811 6975 0 -1 1077944384 5137 13283 0 0 9 1 5 3 20 0 15 0 229631701 11345952768 183665 33554432000 4194304 4196468 140723638801344 140105148393456 140105722489474 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15441920 140723638807139 140723638809948 140723638809948 140723638812623 0
[pid=11811/tid=11870] ppid=11808 vsize=11080032 memory=14888 CPUtime=0.08 cores=0,2,4,6
/proc/11811/task/11870/stat : 11870 (java) S 11808 11811 6975 0 -1 1077944384 14 13283 0 0 0 0 5 3 20 0 15 0 229631702 11345952768 183665 33554432000 4194304 4196468 140723638801344 140104584651808 140105722488533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15441920 140723638807139 140723638809948 140723638809948 140723638812623 0
[pid=11811/tid=11871] ppid=11808 vsize=11080032 memory=34456 CPUtime=0.08 cores=0,2,4,6
/proc/11811/task/11871/stat : 11871 (java) S 11808 11811 6975 0 -1 1077944384 1 13283 0 0 0 0 5 3 20 0 15 0 229631702 11345952768 183665 33554432000 4194304 4196468 140723638801344 140104383325184 140105722488533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15441920 140723638807139 140723638809948 140723638809948 140723638812623 0
[pid=11811/tid=11872] ppid=11808 vsize=11080032 memory=15932 CPUtime=0.08 cores=0,2,4,6
/proc/11811/task/11872/stat : 11872 (java) S 11808 11811 6975 0 -1 1077944384 3 13283 0 0 0 0 5 3 20 0 15 0 229631704 11345952768 183665 33554432000 4194304 4196468 140723638801344 140104075925712 140105722496923 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15441920 140723638807139 140723638809948 140723638809948 140723638812623 0
[pid=11811/tid=11873] ppid=11808 vsize=11080032 memory=3332 CPUtime=4.93 cores=0,2,4,6
/proc/11811/task/11873/stat : 11873 (java) S 11808 11811 6975 0 -1 1077944384 22080 13283 0 0 481 4 5 3 20 0 15 0 229631705 11345952768 183665 33554432000 4194304 4196468 140723638801344 140105147341296 140105722489474 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15441920 140723638807139 140723638809948 140723638809948 140723638812623 0
[pid=11811/tid=11874] ppid=11808 vsize=11080032 memory=1732 CPUtime=4.5 cores=0,2,4,6
/proc/11811/task/11874/stat : 11874 (java) S 11808 11811 6975 0 -1 1077944384 20341 13283 0 0 439 3 5 3 20 0 15 0 229631705 11345952768 183665 33554432000 4194304 4196468 140723638801344 140105146288752 140105722489474 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15441920 140723638807139 140723638809948 140723638809948 140723638812623 0
[pid=11811/tid=11875] ppid=11808 vsize=11080032 memory=1172 CPUtime=2.2 cores=0,2,4,6
/proc/11811/task/11875/stat : 11875 (java) S 11808 11811 6975 0 -1 1077944384 14712 13283 0 0 207 5 5 3 20 0 15 0 229631705 11345952768 183665 33554432000 4194304 4196468 140723638801344 140105145236208 140105722489474 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15441920 140723638807139 140723638809948 140723638809948 140723638812623 0
[pid=11811/tid=11876] ppid=11808 vsize=11080032 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/11811/task/11876/stat : 11876 (java) S 11808 11811 6975 0 -1 1077944384 3 13283 0 0 0 0 5 3 20 0 15 0 229631705 11345952768 183665 33554432000 4194304 4196468 140723638801344 140103645129824 140105722488533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15441920 140723638807139 140723638809948 140723638809948 140723638812623 0
[pid=11811/tid=11877] ppid=11808 vsize=11080032 memory=741844 CPUtime=0.12 cores=0,2,4,6
/proc/11811/task/11877/stat : 11877 (java) S 11808 11811 6975 0 -1 1077944384 260 13283 0 0 2 2 5 3 20 0 15 0 229631705 11345952768 183665 33554432000 4194304 4196468 140723638801344 140105144183088 140105722489474 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 51 0 0 6293624 6294260 15441920 140723638807139 140723638809948 140723638809948 140723638812623 0
Current children cumulated CPU time: 97.96 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 734660 KiB

[startup+86.7008 s]
/proc/loadavg: 1.55 1.70 1.76 3/218 11878
/proc/meminfo: memFree=15969164/32770624 swapFree=67108860/67108860
[pid=11811] ppid=11808 vsize=11080032 memory=734660 CPUtime=98.06 cores=0,2,4,6
/proc/11811/stat : 11811 (java) S 11808 11811 6975 0 -1 1077944320 124203 13283 0 0 9754 44 5 3 20 0 15 0 229631690 11345952768 183665 33554432000 4194304 4196468 140723638801344 140723638783888 140105722478327 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 15441920 140723638807139 140723638809948 140723638809948 140723638812623 0
/proc/11811/statm: 2770008 183665 3529 1 0 2731661 0
[pid=11811/tid=11864] ppid=11808 vsize=11080032 memory=737740 CPUtime=85.83 cores=0,2,4,6
/proc/11811/task/11864/stat : 11864 (java) R 11808 11811 6975 0 -1 4202560 50785 13283 0 0 8558 17 5 3 20 0 15 0 229631699 11345952768 183665 33554432000 4194304 4196468 140723638801344 140105694313216 140105291291738 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15441920 140723638807139 140723638809948 140723638809948 140723638812623 0
[pid=11811/tid=11865] ppid=11808 vsize=11080032 memory=737740 CPUtime=0.23 cores=0,2,4,6
/proc/11811/task/11865/stat : 11865 (java) S 11808 11811 6975 0 -1 1077944384 3325 13283 0 0 13 2 5 3 20 0 15 0 229631700 11345952768 183665 33554432000 4194304 4196468 140723638801344 140105726720784 140105722488533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15441920 140723638807139 140723638809948 140723638809948 140723638812623 0
[pid=11811/tid=11866] ppid=11808 vsize=11080032 memory=754160 CPUtime=0.23 cores=0,2,4,6
/proc/11811/task/11866/stat : 11866 (java) S 11808 11811 6975 0 -1 1077944384 1778 13283 0 0 12 3 5 3 20 0 15 0 229631700 11345952768 183665 33554432000 4194304 4196468 140723638801344 140105261902736 140105722488533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15441920 140723638807139 140723638809948 140723638809948 140723638812623 0
[pid=11811/tid=11867] ppid=11808 vsize=11080032 memory=746972 CPUtime=0.23 cores=0,2,4,6
/proc/11811/task/11867/stat : 11867 (java) S 11808 11811 6975 0 -1 1077944384 1743 13283 0 0 12 3 5 3 20 0 15 0 229631700 11345952768 183665 33554432000 4194304 4196468 140723638801344 140105260850192 140105722488533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15441920 140723638807139 140723638809948 140723638809948 140723638812623 0
[pid=11811/tid=11868] ppid=11808 vsize=11080032 memory=744408 CPUtime=0.22 cores=0,2,4,6
/proc/11811/task/11868/stat : 11868 (java) S 11808 11811 6975 0 -1 1077944384 1830 13283 0 0 12 2 5 3 20 0 15 0 229631700 11345952768 183665 33554432000 4194304 4196468 140723638801344 140105259797648 140105722488533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15441920 140723638807139 140723638809948 140723638809948 140723638812623 0
[pid=11811/tid=11869] ppid=11808 vsize=11080032 memory=741844 CPUtime=0.18 cores=0,2,4,6
/proc/11811/task/11869/stat : 11869 (java) S 11808 11811 6975 0 -1 1077944384 5137 13283 0 0 9 1 5 3 20 0 15 0 229631701 11345952768 183665 33554432000 4194304 4196468 140723638801344 140105148393456 140105722489474 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15441920 140723638807139 140723638809948 140723638809948 140723638812623 0
[pid=11811/tid=11870] ppid=11808 vsize=11080032 memory=734660 CPUtime=0.08 cores=0,2,4,6
/proc/11811/task/11870/stat : 11870 (java) S 11808 11811 6975 0 -1 1077944384 14 13283 0 0 0 0 5 3 20 0 15 0 229631702 11345952768 183665 33554432000 4194304 4196468 140723638801344 140104584651808 140105722488533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15441920 140723638807139 140723638809948 140723638809948 140723638812623 0
[pid=11811/tid=11871] ppid=11808 vsize=11080032 memory=737740 CPUtime=0.08 cores=0,2,4,6
/proc/11811/task/11871/stat : 11871 (java) S 11808 11811 6975 0 -1 1077944384 1 13283 0 0 0 0 5 3 20 0 15 0 229631702 11345952768 183665 33554432000 4194304 4196468 140723638801344 140104383325184 140105722488533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15441920 140723638807139 140723638809948 140723638809948 140723638812623 0
[pid=11811/tid=11872] ppid=11808 vsize=11080032 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11811/task/11872/stat : 11872 (java) S 11808 11811 6975 0 -1 1077944384 3 13283 0 0 0 0 5 3 20 0 15 0 229631704 11345952768 183665 33554432000 4194304 4196468 140723638801344 140104075925712 140105722496923 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15441920 140723638807139 140723638809948 140723638809948 140723638812623 0
[pid=11811/tid=11873] ppid=11808 vsize=11080032 memory=56 CPUtime=4.93 cores=0,2,4,6
/proc/11811/task/11873/stat : 11873 (java) S 11808 11811 6975 0 -1 1077944384 22080 13283 0 0 481 4 5 3 20 0 15 0 229631705 11345952768 183665 33554432000 4194304 4196468 140723638801344 140105147341296 140105722489474 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15441920 140723638807139 140723638809948 140723638809948 140723638812623 0
[pid=11811/tid=11874] ppid=11808 vsize=11080032 memory=56 CPUtime=4.5 cores=0,2,4,6
/proc/11811/task/11874/stat : 11874 (java) S 11808 11811 6975 0 -1 1077944384 20341 13283 0 0 439 3 5 3 20 0 15 0 229631705 11345952768 183665 33554432000 4194304 4196468 140723638801344 140105146288752 140105722489474 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15441920 140723638807139 140723638809948 140723638809948 140723638812623 0
[pid=11811/tid=11875] ppid=11808 vsize=11080032 memory=737740 CPUtime=2.2 cores=0,2,4,6
/proc/11811/task/11875/stat : 11875 (java) S 11808 11811 6975 0 -1 1077944384 14712 13283 0 0 207 5 5 3 20 0 15 0 229631705 11345952768 183665 33554432000 4194304 4196468 140723638801344 140105145236208 140105722489474 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15441920 140723638807139 140723638809948 140723638809948 140723638812623 0
[pid=11811/tid=11876] ppid=11808 vsize=11080032 memory=737740 CPUtime=0.08 cores=0,2,4,6
/proc/11811/task/11876/stat : 11876 (java) S 11808 11811 6975 0 -1 1077944384 3 13283 0 0 0 0 5 3 20 0 15 0 229631705 11345952768 183665 33554432000 4194304 4196468 140723638801344 140103645129824 140105722488533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15441920 140723638807139 140723638809948 140723638809948 140723638812623 0
[pid=11811/tid=11877] ppid=11808 vsize=11080032 memory=4132 CPUtime=0.12 cores=0,2,4,6
/proc/11811/task/11877/stat : 11877 (java) S 11808 11811 6975 0 -1 1077944384 260 13283 0 0 2 2 5 3 20 0 15 0 229631705 11345952768 183665 33554432000 4194304 4196468 140723638801344 140105144183088 140105722489474 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 51 0 0 6293624 6294260 15441920 140723638807139 140723638809948 140723638809948 140723638812623 0
Current children cumulated CPU time: 98.06 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 734660 KiB

Child status: 0
Real time (s): 86.7359
CPU time (s): 98.1187
CPU user time (s): 97.6158
CPU system time (s): 0.502918
CPU usage (%): 113.124
Max. virtual memory (cumulated for all children) (KiB): 11080860
Max. memory (cumulated for all children) (KiB): 789512

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 97.6158
system time used= 0.502918
maximum resident set size= 791560
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 139533
page faults= 0
swaps= 0
block input operations= 0
block output operations= 264
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 11565
involuntary context switches= 216


# summary of solver processes directly reported to runsolver:
#   pid: 11811
#   total CPU time (s): 98.1187
#   total CPU user time (s): 97.6158
#   total CPU system time (s): 0.502918

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.482311 second user time and 0.907059 second system time

The end

Launcher Data

Begin job on node132 at 2018-08-13 02:38:05
IDJOB=4304618
IDBENCH=141480
IDSOLVER=2781
FILE ID=node132/4304618-1534120685
RUNJOBID= node132-1534095874-7006
PBS_JOBID= 21036994
Free space on /tmp= 38172 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/Rcpsp/Rcpsp-j90-01-04_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4304618-1534120685/watcher-4304618-1534120685 -o /tmp/evaluation-result-4304618-1534120685/solver-4304618-1534120685 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1534095874-7006 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=1089348161 -superng HOME/instance-4304618-1534120685.xml

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

MD5SUM BENCH= 0eb6d6735b5266ca4e96e7e1d1b2460a
RANDOM SEED=1089348161

node132.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.65
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.65
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.65
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.65
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:        16691412 kB
MemAvailable:   30835428 kB
Buffers:          247196 kB
Cached:         14007264 kB
SwapCached:            0 kB
Active:          8119236 kB
Inactive:        7258192 kB
Active(anon):    1072352 kB
Inactive(anon):   102816 kB
Active(file):    7046884 kB
Inactive(file):  7155376 kB
Unevictable:        6988 kB
Mlocked:            6988 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26592 kB
Writeback:             8 kB
AnonPages:       1129980 kB
Mapped:            68052 kB
Shmem:             49824 kB
Slab:             398224 kB
SReclaimable:     370216 kB
SUnreclaim:        28008 kB
KernelStack:        3568 kB
PageTables:         7804 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2296924 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    894976 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= 38148 MiB
End job on node132 at 2018-08-13 02:39:32