Trace number 4304608

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-SuperNGOPT66 13.3171 5.56447

General information on the benchmark

NameRcpsp/
Rcpsp-j90-01-03_c18.xml
MD5SUMecfa46aa6dcbda2e31280fbe487bc54f
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark66
Best CPU time to get the best result obtained on this benchmark5.05836
Satisfiable
(Un)Satisfiability was proved
Number of variables92
Number of constraints142
Number of domains2
Minimum domain size1
Maximum domain size459
Distribution of domain sizes[{"size":1,"count":1},{"size":459,"count":91}]
Minimum variable degree3
Maximum variable degree6
Distribution of variable degrees[{"degree":3,"count":35},{"degree":4,"count":25},{"degree":5,"count":30},{"degree":6,"count":2}]
Minimum constraint arity2
Maximum constraint arity29
Distribution of constraint arities[{"arity":2,"count":138},{"arity":14,"count":1},{"arity":23,"count":1},{"arity":24,"count":1},{"arity":29,"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.02/4.28	o 81
9.36/4.33	o 80
9.36/4.37	o 79
9.69/4.46	o 78
9.69/4.47	o 76
10.03/4.53	o 75
10.03/4.56	o 74
11.65/5.02	o 73
11.65/5.05	o 72
11.65/5.06	o 71
11.65/5.09	o 70
11.96/5.16	o 68
12.24/5.28	o 67
12.55/5.33	o 66
13.18/5.54	v <instantiation cost="66">
13.18/5.54	v       <list>
13.18/5.54	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]
13.18/5.54	v       </list>
13.18/5.54	v       <values>
13.18/5.54	v         0 0 0 0 25 6 6 9 8 6 20 10 9 8 2 26 8 11 13 13 11 14 34 14 30 16 12 28 20 20 23 16 31 39 23 42 22 34 18 3 22 24 19 35 23 30 31 43 19 39 18 40 19 34 30 20 44 23 36 8 47 47 46 48 32 50 49 32 28 33 50 50 54 50 44 41 27 55 48 55 45 50 49 55 56 40 58 43 56 58 65 66
13.18/5.54	v       </values>
13.18/5.54	v     </instantiation>
13.18/5.54	s OPTIMUM FOUND

Verifier Data

OK	66

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4304608-1534120457/watcher-4304608-1534120457 -o /tmp/evaluation-result-4304608-1534120457/solver-4304608-1534120457 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1534095874-7007 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=296978757 -superng HOME/instance-4304608-1534120457.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=11299, runsolver pid=11296

[startup+0.10012 s]*
/proc/loadavg: 1.76 1.72 1.77 3/210 11356
/proc/meminfo: memFree=11413508/32770624 swapFree=67108860/67108860
[pid=11299] ppid=11296 vsize=10005480 memory=16812 CPUtime=0.1 cores=1,3,5,7
/proc/11299/stat : 11299 (java) S 11296 11299 6975 0 -1 1077944320 4361 13197 0 0 1 1 5 3 20 0 6 0 229608899 10245611520 4203 33554432000 4194304 4196468 140733232439760 140733232422304 140444093169399 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 39804928 140733232446052 140733232448860 140733232448860 140733232451535 0
/proc/11299/statm: 2501370 4203 1934 1 0 2489808 0
[pid=11299/tid=11352] ppid=11296 vsize=10005480 memory=4279135703946462605 CPUtime=0.08 cores=1,3,5,7
/proc/11299/task/11352/stat : 11352 (java) R 11296 11299 6975 0 -1 4202560 2208 13197 0 0 0 0 5 3 20 0 6 0 229608908 10245611520 4269 33554432000 4194304 4196468 140733232439760 140444065006160 140444077249886 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39804928 140733232446052 140733232448860 140733232448860 140733232451535 0
[pid=11299/tid=11353] ppid=11296 vsize=10005480 memory=8257237230052613020 CPUtime=0.08 cores=1,3,5,7
/proc/11299/task/11353/stat : 11353 (java) S 11296 11299 6975 0 -1 1077944384 1 13197 0 0 0 0 5 3 20 0 6 0 229608909 10245611520 4269 33554432000 4194304 4196468 140733232439760 140444097411856 140444093179605 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39804928 140733232446052 140733232448860 140733232448860 140733232451535 0
[pid=11299/tid=11354] ppid=11296 vsize=10005480 memory=140054179714688 CPUtime=0.08 cores=1,3,5,7
/proc/11299/task/11354/stat : 11354 (java) S 11296 11299 6975 0 -1 1077944384 1 13197 0 0 0 0 5 3 20 0 6 0 229608909 10245611520 4269 33554432000 4194304 4196468 140733232439760 140443962747792 140444093179605 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39804928 140733232446052 140733232448860 140733232448860 140733232451535 0
[pid=11299/tid=11355] ppid=11296 vsize=10005480 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11299/task/11355/stat : 11355 (java) S 11296 11299 6975 0 -1 1077944384 1 13197 0 0 0 0 5 3 20 0 6 0 229608909 10245611520 4269 33554432000 4194304 4196468 140733232439760 140443961695248 140444093179605 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39804928 140733232446052 140733232448860 140733232448860 140733232451535 0
[pid=11299/tid=11356] ppid=11296 vsize=10005480 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/11299/task/11356/stat : 11356 (java) S 11296 11299 6975 0 -1 1077944384 2 13197 0 0 0 0 5 3 20 0 6 0 229608909 10245611520 4269 33554432000 4194304 4196468 140733232439760 140443960642704 140444093179605 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39804928 140733232446052 140733232448860 140733232448860 140733232451535 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 16812 KiB

[startup+0.210209 s]*
/proc/loadavg: 1.78 1.73 1.77 3/219 11365
/proc/meminfo: memFree=11388612/32770624 swapFree=67108860/67108860
[pid=11299] ppid=11296 vsize=10982744 memory=42004 CPUtime=0.26 cores=1,3,5,7
/proc/11299/stat : 11299 (java) S 11296 11299 6975 0 -1 1077944320 7247 13197 0 0 16 2 5 3 20 0 15 0 229608899 11246329856 10501 33554432000 4194304 4196468 140733232439760 140733232422304 140444093169399 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 39804928 140733232446052 140733232448860 140733232448860 140733232451535 0
/proc/11299/statm: 2745686 10501 2955 1 0 2708109 0
[pid=11299/tid=11352] ppid=11296 vsize=10982744 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/11299/task/11352/stat : 11352 (java) R 11296 11299 6975 0 -1 4202560 3920 13197 0 0 10 1 5 3 20 0 15 0 229608908 11246329856 10633 33554432000 4194304 4196468 140733232439760 140444064986512 140444085406526 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39804928 140733232446052 140733232448860 140733232448860 140733232451535 0
[pid=11299/tid=11353] ppid=11296 vsize=10982744 memory=364 CPUtime=0.08 cores=1,3,5,7
/proc/11299/task/11353/stat : 11353 (java) S 11296 11299 6975 0 -1 1077944384 1 13197 0 0 0 0 5 3 20 0 15 0 229608909 11246329856 10633 33554432000 4194304 4196468 140733232439760 140444097411856 140444093179605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39804928 140733232446052 140733232448860 140733232448860 140733232451535 0
[pid=11299/tid=11354] ppid=11296 vsize=10982744 memory=140054179726240 CPUtime=0.08 cores=1,3,5,7
/proc/11299/task/11354/stat : 11354 (java) S 11296 11299 6975 0 -1 1077944384 1 13197 0 0 0 0 5 3 20 0 15 0 229608909 11246329856 10633 33554432000 4194304 4196468 140733232439760 140443962747792 140444093179605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39804928 140733232446052 140733232448860 140733232448860 140733232451535 0
[pid=11299/tid=11355] ppid=11296 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11299/task/11355/stat : 11355 (java) S 11296 11299 6975 0 -1 1077944384 1 13197 0 0 0 0 5 3 20 0 15 0 229608909 11246329856 10633 33554432000 4194304 4196468 140733232439760 140443961695248 140444093179605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39804928 140733232446052 140733232448860 140733232448860 140733232451535 0
[pid=11299/tid=11356] ppid=11296 vsize=10982744 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/11299/task/11356/stat : 11356 (java) S 11296 11299 6975 0 -1 1077944384 2 13197 0 0 0 0 5 3 20 0 15 0 229608909 11246329856 10699 33554432000 4194304 4196468 140733232439760 140443960642704 140444093179605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39804928 140733232446052 140733232448860 140733232448860 140733232451535 0
[pid=11299/tid=11357] ppid=11296 vsize=10982744 memory=140054179714688 CPUtime=0.08 cores=1,3,5,7
/proc/11299/task/11357/stat : 11357 (java) S 11296 11299 6975 0 -1 1077944384 2 13197 0 0 0 0 5 3 20 0 15 0 229608910 11246329856 10699 33554432000 4194304 4196468 140733232439760 140443518789616 140444093180546 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39804928 140733232446052 140733232448860 140733232448860 140733232451535 0
[pid=11299/tid=11358] ppid=11296 vsize=10982744 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/11299/task/11358/stat : 11358 (java) S 11296 11299 6975 0 -1 1077944384 13 13197 0 0 0 0 5 3 20 0 15 0 229608911 11246329856 10699 33554432000 4194304 4196468 140733232439760 140442894066592 140444093179605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39804928 140733232446052 140733232448860 140733232448860 140733232451535 0
[pid=11299/tid=11359] ppid=11296 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11299/task/11359/stat : 11359 (java) S 11296 11299 6975 0 -1 1077944384 1 13197 0 0 0 0 5 3 20 0 15 0 229608911 11246329856 10699 33554432000 4194304 4196468 140733232439760 140442746217456 140444093179605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39804928 140733232446052 140733232448860 140733232448860 140733232451535 0
[pid=11299/tid=11360] ppid=11296 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11299/task/11360/stat : 11360 (java) S 11296 11299 6975 0 -1 1077944384 3 13197 0 0 0 0 5 3 20 0 15 0 229608914 11246329856 10699 33554432000 4194304 4196468 140733232439760 140442438818000 140444093187995 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39804928 140733232446052 140733232448860 140733232448860 140733232451535 0
[pid=11299/tid=11361] ppid=11296 vsize=10982744 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/11299/task/11361/stat : 11361 (java) S 11296 11299 6975 0 -1 1077944384 419 13197 0 0 1 0 5 3 20 0 15 0 229608914 11246329856 10699 33554432000 4194304 4196468 140733232439760 140443517737456 140444093180546 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39804928 140733232446052 140733232448860 140733232448860 140733232451535 0
[pid=11299/tid=11362] ppid=11296 vsize=10982744 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/11299/task/11362/stat : 11362 (java) S 11296 11299 6975 0 -1 1077944384 196 13197 0 0 1 0 5 3 20 0 15 0 229608914 11246329856 10699 33554432000 4194304 4196468 140733232439760 140443516684912 140444093180546 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39804928 140733232446052 140733232448860 140733232448860 140733232451535 0
[pid=11299/tid=11363] ppid=11296 vsize=10982744 memory=140054179714688 CPUtime=0.11 cores=1,3,5,7
/proc/11299/task/11363/stat : 11363 (java) S 11296 11299 6975 0 -1 1077944384 614 13197 0 0 3 0 5 3 20 0 15 0 229608914 11246329856 10699 33554432000 4194304 4196468 140733232439760 140443515632368 140444093180546 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39804928 140733232446052 140733232448860 140733232448860 140733232451535 0
[pid=11299/tid=11364] ppid=11296 vsize=10982744 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/11299/task/11364/stat : 11364 (java) S 11296 11299 6975 0 -1 1077944384 3 13197 0 0 0 0 5 3 20 0 15 0 229608914 11246329856 10699 33554432000 4194304 4196468 140733232439760 140442008022112 140444093179605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39804928 140733232446052 140733232448860 140733232448860 140733232451535 0
[pid=11299/tid=11365] ppid=11296 vsize=10982744 memory=140054179714688 CPUtime=0.08 cores=1,3,5,7
/proc/11299/task/11365/stat : 11365 (java) S 11296 11299 6975 0 -1 1077944384 1 13197 0 0 0 0 5 3 20 0 15 0 229608914 11246329856 10699 33554432000 4194304 4196468 140733232439760 140443514579248 140444093180546 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39804928 140733232446052 140733232448860 140733232448860 140733232451535 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 42004 KiB

[startup+0.310374 s]*
/proc/loadavg: 1.78 1.73 1.77 3/219 11365
/proc/meminfo: memFree=11377448/32770624 swapFree=67108860/67108860
[pid=11299] ppid=11296 vsize=10983192 memory=56204 CPUtime=0.39 cores=1,3,5,7
/proc/11299/stat : 11299 (java) S 11296 11299 6975 0 -1 1077944320 10558 13197 0 0 28 3 5 3 20 0 15 0 229608899 11246788608 14051 33554432000 4194304 4196468 140733232439760 140733232422304 140444093169399 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 39804928 140733232446052 140733232448860 140733232448860 140733232451535 0
/proc/11299/statm: 2745798 14051 3103 1 0 2708109 0
[pid=11299/tid=11352] ppid=11296 vsize=10983192 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/11299/task/11352/stat : 11352 (java) R 11296 11299 6975 0 -1 4202560 7111 13197 0 0 18 2 5 3 20 0 15 0 229608908 11246788608 14051 33554432000 4194304 4196468 140733232439760 140444064981408 140444073446224 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39804928 140733232446052 140733232448860 140733232448860 140733232451535 0
[pid=11299/tid=11353] ppid=11296 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11299/task/11353/stat : 11353 (java) S 11296 11299 6975 0 -1 1077944384 1 13197 0 0 0 0 5 3 20 0 15 0 229608909 11246788608 14051 33554432000 4194304 4196468 140733232439760 140444097411856 140444093179605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39804928 140733232446052 140733232448860 140733232448860 140733232451535 0
[pid=11299/tid=11354] ppid=11296 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11299/task/11354/stat : 11354 (java) S 11296 11299 6975 0 -1 1077944384 1 13197 0 0 0 0 5 3 20 0 15 0 229608909 11246788608 14051 33554432000 4194304 4196468 140733232439760 140443962747792 140444093179605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39804928 140733232446052 140733232448860 140733232448860 140733232451535 0
[pid=11299/tid=11355] ppid=11296 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11299/task/11355/stat : 11355 (java) S 11296 11299 6975 0 -1 1077944384 1 13197 0 0 0 0 5 3 20 0 15 0 229608909 11246788608 14051 33554432000 4194304 4196468 140733232439760 140443961695248 140444093179605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39804928 140733232446052 140733232448860 140733232448860 140733232451535 0
[pid=11299/tid=11356] ppid=11296 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11299/task/11356/stat : 11356 (java) S 11296 11299 6975 0 -1 1077944384 2 13197 0 0 0 0 5 3 20 0 15 0 229608909 11246788608 14051 33554432000 4194304 4196468 140733232439760 140443960642704 140444093179605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39804928 140733232446052 140733232448860 140733232448860 140733232451535 0
[pid=11299/tid=11357] ppid=11296 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11299/task/11357/stat : 11357 (java) S 11296 11299 6975 0 -1 1077944384 2 13197 0 0 0 0 5 3 20 0 15 0 229608910 11246788608 14051 33554432000 4194304 4196468 140733232439760 140443518789616 140444093180546 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39804928 140733232446052 140733232448860 140733232448860 140733232451535 0
[pid=11299/tid=11358] ppid=11296 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/11299/task/11358/stat : 11358 (java) S 11296 11299 6975 0 -1 1077944384 13 13197 0 0 0 0 5 3 20 0 15 0 229608911 11246788608 14051 33554432000 4194304 4196468 140733232439760 140442894066592 140444093179605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39804928 140733232446052 140733232448860 140733232448860 140733232451535 0
[pid=11299/tid=11359] ppid=11296 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11299/task/11359/stat : 11359 (java) S 11296 11299 6975 0 -1 1077944384 1 13197 0 0 0 0 5 3 20 0 15 0 229608911 11246788608 14051 33554432000 4194304 4196468 140733232439760 140442746217456 140444093179605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39804928 140733232446052 140733232448860 140733232448860 140733232451535 0
[pid=11299/tid=11360] ppid=11296 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11299/task/11360/stat : 11360 (java) S 11296 11299 6975 0 -1 1077944384 3 13197 0 0 0 0 5 3 20 0 15 0 229608914 11246788608 14051 33554432000 4194304 4196468 140733232439760 140442438818000 140444093187995 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39804928 140733232446052 140733232448860 140733232448860 140733232451535 0
[pid=11299/tid=11361] ppid=11296 vsize=10983192 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/11299/task/11361/stat : 11361 (java) S 11296 11299 6975 0 -1 1077944384 422 13197 0 0 1 0 5 3 20 0 15 0 229608914 11246788608 14051 33554432000 4194304 4196468 140733232439760 140443517737456 140444093180546 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39804928 140733232446052 140733232448860 140733232448860 140733232451535 0
[pid=11299/tid=11362] ppid=11296 vsize=10983192 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/11299/task/11362/stat : 11362 (java) S 11296 11299 6975 0 -1 1077944384 199 13197 0 0 1 0 5 3 20 0 15 0 229608914 11246788608 14051 33554432000 4194304 4196468 140733232439760 140443516684912 140444093180546 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39804928 140733232446052 140733232448860 140733232448860 140733232451535 0
[pid=11299/tid=11363] ppid=11296 vsize=10983192 memory=140054179714688 CPUtime=0.12 cores=1,3,5,7
/proc/11299/task/11363/stat : 11363 (java) S 11296 11299 6975 0 -1 1077944384 620 13197 0 0 4 0 5 3 20 0 15 0 229608914 11246788608 14051 33554432000 4194304 4196468 140733232439760 140443515632368 140444093180546 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39804928 140733232446052 140733232448860 140733232448860 140733232451535 0
[pid=11299/tid=11364] ppid=11296 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/11299/task/11364/stat : 11364 (java) S 11296 11299 6975 0 -1 1077944384 3 13197 0 0 0 0 5 3 20 0 15 0 229608914 11246788608 14051 33554432000 4194304 4196468 140733232439760 140442008022112 140444093179605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39804928 140733232446052 140733232448860 140733232448860 140733232451535 0
[pid=11299/tid=11365] ppid=11296 vsize=10983192 memory=140054179714688 CPUtime=0.08 cores=1,3,5,7
/proc/11299/task/11365/stat : 11365 (java) S 11296 11299 6975 0 -1 1077944384 1 13197 0 0 0 0 5 3 20 0 15 0 229608914 11246788608 14051 33554432000 4194304 4196468 140733232439760 140443514579248 140444093180546 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39804928 140733232446052 140733232448860 140733232448860 140733232451535 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 56204 KiB

[startup+0.700753 s]
/proc/loadavg: 1.78 1.73 1.77 3/219 11365
/proc/meminfo: memFree=11366036/32770624 swapFree=67108860/67108860
[pid=11299] ppid=11296 vsize=10983192 memory=88452 CPUtime=0.99 cores=1,3,5,7
/proc/11299/stat : 11299 (java) S 11296 11299 6975 0 -1 1077944320 16753 13197 0 0 86 5 5 3 20 0 15 0 229608899 11246788608 22113 33554432000 4194304 4196468 140733232439760 140733232422304 140444093169399 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 39804928 140733232446052 140733232448860 140733232448860 140733232451535 0
/proc/11299/statm: 2745798 22113 3241 1 0 2708109 0
[pid=11299/tid=11352] ppid=11296 vsize=10983192 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/11299/task/11352/stat : 11352 (java) R 11296 11299 6975 0 -1 4202560 12190 13197 0 0 55 4 5 3 20 0 15 0 229608908 11246788608 22113 33554432000 4194304 4196468 140733232439760 140444064991440 140444077249886 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39804928 140733232446052 140733232448860 140733232448860 140733232451535 0
[pid=11299/tid=11353] ppid=11296 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11299/task/11353/stat : 11353 (java) S 11296 11299 6975 0 -1 1077944384 1 13197 0 0 0 0 5 3 20 0 15 0 229608909 11246788608 22113 33554432000 4194304 4196468 140733232439760 140444097411856 140444093179605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39804928 140733232446052 140733232448860 140733232448860 140733232451535 0
[pid=11299/tid=11354] ppid=11296 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11299/task/11354/stat : 11354 (java) S 11296 11299 6975 0 -1 1077944384 1 13197 0 0 0 0 5 3 20 0 15 0 229608909 11246788608 22113 33554432000 4194304 4196468 140733232439760 140443962747792 140444093179605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39804928 140733232446052 140733232448860 140733232448860 140733232451535 0
[pid=11299/tid=11355] ppid=11296 vsize=10983192 memory=32804 CPUtime=0.08 cores=1,3,5,7
/proc/11299/task/11355/stat : 11355 (java) S 11296 11299 6975 0 -1 1077944384 1 13197 0 0 0 0 5 3 20 0 15 0 229608909 11246788608 22113 33554432000 4194304 4196468 140733232439760 140443961695248 140444093179605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39804928 140733232446052 140733232448860 140733232448860 140733232451535 0
[pid=11299/tid=11356] ppid=11296 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11299/task/11356/stat : 11356 (java) S 11296 11299 6975 0 -1 1077944384 2 13197 0 0 0 0 5 3 20 0 15 0 229608909 11246788608 22113 33554432000 4194304 4196468 140733232439760 140443960642704 140444093179605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39804928 140733232446052 140733232448860 140733232448860 140733232451535 0
[pid=11299/tid=11357] ppid=11296 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11299/task/11357/stat : 11357 (java) S 11296 11299 6975 0 -1 1077944384 6 13197 0 0 0 0 5 3 20 0 15 0 229608910 11246788608 22113 33554432000 4194304 4196468 140733232439760 140443518789616 140444093180546 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39804928 140733232446052 140733232448860 140733232448860 140733232451535 0
[pid=11299/tid=11358] ppid=11296 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11299/task/11358/stat : 11358 (java) S 11296 11299 6975 0 -1 1077944384 13 13197 0 0 0 0 5 3 20 0 15 0 229608911 11246788608 22113 33554432000 4194304 4196468 140733232439760 140442894066592 140444093179605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39804928 140733232446052 140733232448860 140733232448860 140733232451535 0
[pid=11299/tid=11359] ppid=11296 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11299/task/11359/stat : 11359 (java) S 11296 11299 6975 0 -1 1077944384 1 13197 0 0 0 0 5 3 20 0 15 0 229608911 11246788608 22113 33554432000 4194304 4196468 140733232439760 140442746217456 140444093179605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39804928 140733232446052 140733232448860 140733232448860 140733232451535 0
[pid=11299/tid=11360] ppid=11296 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11299/task/11360/stat : 11360 (java) S 11296 11299 6975 0 -1 1077944384 3 13197 0 0 0 0 5 3 20 0 15 0 229608914 11246788608 22113 33554432000 4194304 4196468 140733232439760 140442438818000 140444093187995 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39804928 140733232446052 140733232448860 140733232448860 140733232451535 0
[pid=11299/tid=11361] ppid=11296 vsize=10983192 memory=140054051726320 CPUtime=0.18 cores=1,3,5,7
/proc/11299/task/11361/stat : 11361 (java) S 11296 11299 6975 0 -1 1077944384 1062 13197 0 0 10 0 5 3 20 0 15 0 229608914 11246788608 22113 33554432000 4194304 4196468 140733232439760 140443517737456 140444093180546 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39804928 140733232446052 140733232448860 140733232448860 140733232451535 0
[pid=11299/tid=11362] ppid=11296 vsize=10983192 memory=140054588555877 CPUtime=0.15 cores=1,3,5,7
/proc/11299/task/11362/stat : 11362 (java) S 11296 11299 6975 0 -1 1077944384 587 13197 0 0 7 0 5 3 20 0 15 0 229608914 11246788608 22113 33554432000 4194304 4196468 140733232439760 140443516684912 140444093180546 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39804928 140733232446052 140733232448860 140733232448860 140733232451535 0
[pid=11299/tid=11363] ppid=11296 vsize=10983192 memory=14888 CPUtime=0.21 cores=1,3,5,7
/proc/11299/task/11363/stat : 11363 (java) S 11296 11299 6975 0 -1 1077944384 692 13197 0 0 13 0 5 3 20 0 15 0 229608914 11246788608 22113 33554432000 4194304 4196468 140733232439760 140443515632368 140444093180546 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39804928 140733232446052 140733232448860 140733232448860 140733232451535 0
[pid=11299/tid=11364] ppid=11296 vsize=10983192 memory=4132 CPUtime=0.08 cores=1,3,5,7
/proc/11299/task/11364/stat : 11364 (java) S 11296 11299 6975 0 -1 1077944384 3 13197 0 0 0 0 5 3 20 0 15 0 229608914 11246788608 22113 33554432000 4194304 4196468 140733232439760 140442008022112 140444093179605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39804928 140733232446052 140733232448860 140733232448860 140733232451535 0
[pid=11299/tid=11365] ppid=11296 vsize=10983192 memory=2241 CPUtime=0.08 cores=1,3,5,7
/proc/11299/task/11365/stat : 11365 (java) S 11296 11299 6975 0 -1 1077944384 1 13197 0 0 0 0 5 3 20 0 15 0 229608914 11246788608 22113 33554432000 4194304 4196468 140733232439760 140443514579248 140444093180546 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39804928 140733232446052 140733232448860 140733232448860 140733232451535 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88452 KiB

[startup+1.50074 s]
/proc/loadavg: 1.78 1.73 1.77 4/219 11365
/proc/meminfo: memFree=11319580/32770624 swapFree=67108860/67108860
[pid=11299] ppid=11296 vsize=10998092 memory=179124 CPUtime=2.28 cores=1,3,5,7
/proc/11299/stat : 11299 (java) S 11296 11299 6975 0 -1 1077944320 23873 13197 0 0 210 10 5 3 20 0 15 0 229608899 11262046208 44781 33554432000 4194304 4196468 140733232439760 140733232422304 140444093169399 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 39804928 140733232446052 140733232448860 140733232448860 140733232451535 0
/proc/11299/statm: 2749523 44781 3476 1 0 2711181 0
[pid=11299/tid=11352] ppid=11296 vsize=10998092 memory=3303 CPUtime=1.43 cores=1,3,5,7
/proc/11299/task/11352/stat : 11352 (java) R 11296 11299 6975 0 -1 4202560 17707 13197 0 0 129 6 5 3 20 0 15 0 229608908 11262046208 44781 33554432000 4194304 4196468 140733232439760 140444065001504 140444077249886 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39804928 140733232446052 140733232448860 140733232448860 140733232451535 0
[pid=11299/tid=11353] ppid=11296 vsize=10998092 memory=6791534058613427641 CPUtime=0.09 cores=1,3,5,7
/proc/11299/task/11353/stat : 11353 (java) S 11296 11299 6975 0 -1 1077944384 15 13197 0 0 1 0 5 3 20 0 15 0 229608909 11262046208 44781 33554432000 4194304 4196468 140733232439760 140444097411856 140444093179605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39804928 140733232446052 140733232448860 140733232448860 140733232451535 0
[pid=11299/tid=11354] ppid=11296 vsize=10998092 memory=1404 CPUtime=0.09 cores=1,3,5,7
/proc/11299/task/11354/stat : 11354 (java) S 11296 11299 6975 0 -1 1077944384 19 13197 0 0 1 0 5 3 20 0 15 0 229608909 11262046208 44781 33554432000 4194304 4196468 140733232439760 140443962747792 140444093179605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39804928 140733232446052 140733232448860 140733232448860 140733232451535 0
[pid=11299/tid=11355] ppid=11296 vsize=10998092 memory=3292 CPUtime=0.09 cores=1,3,5,7
/proc/11299/task/11355/stat : 11355 (java) S 11296 11299 6975 0 -1 1077944384 190 13197 0 0 1 0 5 3 20 0 15 0 229608909 11262046208 44781 33554432000 4194304 4196468 140733232439760 140443961695248 140444093179605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39804928 140733232446052 140733232448860 140733232448860 140733232451535 0
[pid=11299/tid=11356] ppid=11296 vsize=10998092 memory=88452 CPUtime=0.08 cores=1,3,5,7
/proc/11299/task/11356/stat : 11356 (java) S 11296 11299 6975 0 -1 1077944384 81 13197 0 0 0 0 5 3 20 0 15 0 229608909 11262046208 44781 33554432000 4194304 4196468 140733232439760 140443960642704 140444093179605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39804928 140733232446052 140733232448860 140733232448860 140733232451535 0
[pid=11299/tid=11357] ppid=11296 vsize=10998092 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/11299/task/11357/stat : 11357 (java) S 11296 11299 6975 0 -1 1077944384 49 13197 0 0 1 0 5 3 20 0 15 0 229608910 11262046208 44781 33554432000 4194304 4196468 140733232439760 140443518789616 140444093180546 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39804928 140733232446052 140733232448860 140733232448860 140733232451535 0
[pid=11299/tid=11358] ppid=11296 vsize=10998092 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11299/task/11358/stat : 11358 (java) S 11296 11299 6975 0 -1 1077944384 14 13197 0 0 0 0 5 3 20 0 15 0 229608911 11262046208 44781 33554432000 4194304 4196468 140733232439760 140442894066656 140444093179605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39804928 140733232446052 140733232448860 140733232448860 140733232451535 0
[pid=11299/tid=11359] ppid=11296 vsize=10998092 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11299/task/11359/stat : 11359 (java) S 11296 11299 6975 0 -1 1077944384 1 13197 0 0 0 0 5 3 20 0 15 0 229608911 11262046208 44781 33554432000 4194304 4196468 140733232439760 140442746217456 140444093179605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39804928 140733232446052 140733232448860 140733232448860 140733232451535 0
[pid=11299/tid=11360] ppid=11296 vsize=10998092 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/11299/task/11360/stat : 11360 (java) S 11296 11299 6975 0 -1 1077944384 3 13197 0 0 0 0 5 3 20 0 15 0 229608914 11262046208 44781 33554432000 4194304 4196468 140733232439760 140442438818000 140444093187995 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39804928 140733232446052 140733232448860 140733232448860 140733232451535 0
[pid=11299/tid=11361] ppid=11296 vsize=10998092 memory=4638778398332698720 CPUtime=0.3 cores=1,3,5,7
/proc/11299/task/11361/stat : 11361 (java) S 11296 11299 6975 0 -1 1077944384 1524 13197 0 0 22 0 5 3 20 0 15 0 229608914 11262046208 44781 33554432000 4194304 4196468 140733232439760 140443517737456 140444093180546 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39804928 140733232446052 140733232448860 140733232448860 140733232451535 0
[pid=11299/tid=11362] ppid=11296 vsize=10998092 memory=280108103932800 CPUtime=0.26 cores=1,3,5,7
/proc/11299/task/11362/stat : 11362 (java) S 11296 11299 6975 0 -1 1077944384 789 13197 0 0 18 0 5 3 20 0 15 0 229608914 11262046208 44781 33554432000 4194304 4196468 140733232439760 140443516684912 140444093180546 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39804928 140733232446052 140733232448860 140733232448860 140733232451535 0
[pid=11299/tid=11363] ppid=11296 vsize=10998092 memory=6944656592452938395 CPUtime=0.4 cores=1,3,5,7
/proc/11299/task/11363/stat : 11363 (java) S 11296 11299 6975 0 -1 1077944384 1286 13197 0 0 32 0 5 3 20 0 15 0 229608914 11262046208 44781 33554432000 4194304 4196468 140733232439760 140443515632368 140444093180546 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39804928 140733232446052 140733232448860 140733232448860 140733232451535 0
[pid=11299/tid=11364] ppid=11296 vsize=10998092 memory=6944656591801719708 CPUtime=0.08 cores=1,3,5,7
/proc/11299/task/11364/stat : 11364 (java) S 11296 11299 6975 0 -1 1077944384 3 13197 0 0 0 0 5 3 20 0 15 0 229608914 11262046208 44781 33554432000 4194304 4196468 140733232439760 140442008022112 140444093179605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39804928 140733232446052 140733232448860 140733232448860 140733232451535 0
[pid=11299/tid=11365] ppid=11296 vsize=10998092 memory=-7522837583129502606 CPUtime=0.08 cores=1,3,5,7
/proc/11299/task/11365/stat : 11365 (java) S 11296 11299 6975 0 -1 1077944384 1 13197 0 0 0 0 5 3 20 0 15 0 229608914 11262046208 44781 33554432000 4194304 4196468 140733232439760 140443514579248 140444093180546 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39804928 140733232446052 140733232448860 140733232448860 140733232451535 0
Current children cumulated CPU time: 2.28 s
Current children cumulated vsize: 10998092 KiB

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

[pid=11299/tid=11364] ppid=11296 vsize=11008352 memory=2600 CPUtime=0.08 cores=1,3,5,7
/proc/11299/task/11364/stat : 11364 (java) S 11296 11299 6975 0 -1 1077944384 3 13197 0 0 0 0 5 3 20 0 15 0 229608914 11272552448 59708 33554432000 4194304 4196468 140733232439760 140442008022112 140444093179605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39804928 140733232446052 140733232448860 140733232448860 140733232451535 0
[pid=11299/tid=11365] ppid=11296 vsize=11008352 memory=2672 CPUtime=0.08 cores=1,3,5,7
/proc/11299/task/11365/stat : 11365 (java) S 11296 11299 6975 0 -1 1077944384 12 13197 0 0 0 0 5 3 20 0 15 0 229608914 11272552448 59708 33554432000 4194304 4196468 140733232439760 140443514579248 140444093180546 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39804928 140733232446052 140733232448860 140733232448860 140733232451535 0
Current children cumulated CPU time: 6.61 s
Current children cumulated vsize: 11008352 KiB
Current children cumulated memory: 238832 KiB

[startup+4.8007 s]
/proc/loadavg: 1.78 1.73 1.77 5/219 11365
/proc/meminfo: memFree=11119416/32770624 swapFree=67108860/67108860
[pid=11299] ppid=11296 vsize=11077984 memory=345704 CPUtime=11 cores=1,3,5,7
/proc/11299/stat : 11299 (java) S 11296 11299 6975 0 -1 1077944320 65301 13197 0 0 1070 22 5 3 20 0 15 0 229608899 11343855616 86426 33554432000 4194304 4196468 140733232439760 140733232422304 140444093169399 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 39804928 140733232446052 140733232448860 140733232448860 140733232451535 0
/proc/11299/statm: 2769496 86426 3524 1 0 2731149 0
[pid=11299/tid=11352] ppid=11296 vsize=11077984 memory=-6786517271478032234 CPUtime=4.66 cores=1,3,5,7
/proc/11299/task/11352/stat : 11352 (java) R 11296 11299 6975 0 -1 4202560 41398 13197 0 0 446 12 5 3 20 0 15 0 229608908 11343855616 86426 33554432000 4194304 4196468 140733232439760 140444064999976 140443653209197 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39804928 140733232446052 140733232448860 140733232448860 140733232451535 0
[pid=11299/tid=11353] ppid=11296 vsize=11077984 memory=6944656574467694672 CPUtime=0.11 cores=1,3,5,7
/proc/11299/task/11353/stat : 11353 (java) S 11296 11299 6975 0 -1 1077944384 397 13197 0 0 3 0 5 3 20 0 15 0 229608909 11343855616 86426 33554432000 4194304 4196468 140733232439760 140444097411856 140444093179605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39804928 140733232446052 140733232448860 140733232448860 140733232451535 0
[pid=11299/tid=11354] ppid=11296 vsize=11077984 memory=6791534058613427641 CPUtime=0.11 cores=1,3,5,7
/proc/11299/task/11354/stat : 11354 (java) S 11296 11299 6975 0 -1 1077944384 221 13197 0 0 3 0 5 3 20 0 15 0 229608909 11343855616 86426 33554432000 4194304 4196468 140733232439760 140443962747792 140444093179605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39804928 140733232446052 140733232448860 140733232448860 140733232451535 0
[pid=11299/tid=11355] ppid=11296 vsize=11077984 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/11299/task/11355/stat : 11355 (java) S 11296 11299 6975 0 -1 1077944384 208 13197 0 0 3 0 5 3 20 0 15 0 229608909 11343855616 86426 33554432000 4194304 4196468 140733232439760 140443961695248 140444093179605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39804928 140733232446052 140733232448860 140733232448860 140733232451535 0
[pid=11299/tid=11356] ppid=11296 vsize=11077984 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/11299/task/11356/stat : 11356 (java) S 11296 11299 6975 0 -1 1077944384 99 13197 0 0 2 0 5 3 20 0 15 0 229608909 11343855616 86426 33554432000 4194304 4196468 140733232439760 140443960642704 140444093179605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39804928 140733232446052 140733232448860 140733232448860 140733232451535 0
[pid=11299/tid=11357] ppid=11296 vsize=11077984 memory=197364 CPUtime=0.11 cores=1,3,5,7
/proc/11299/task/11357/stat : 11357 (java) S 11296 11299 6975 0 -1 1077944384 4692 13197 0 0 3 0 5 3 20 0 15 0 229608910 11343855616 86426 33554432000 4194304 4196468 140733232439760 140443518789616 140444093180546 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39804928 140733232446052 140733232448860 140733232448860 140733232451535 0
[pid=11299/tid=11358] ppid=11296 vsize=11077984 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11299/task/11358/stat : 11358 (java) S 11296 11299 6975 0 -1 1077944384 14 13197 0 0 0 0 5 3 20 0 15 0 229608911 11343855616 86426 33554432000 4194304 4196468 140733232439760 140442894066656 140444093179605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39804928 140733232446052 140733232448860 140733232448860 140733232451535 0
[pid=11299/tid=11359] ppid=11296 vsize=11077984 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/11299/task/11359/stat : 11359 (java) S 11296 11299 6975 0 -1 1077944384 1 13197 0 0 0 0 5 3 20 0 15 0 229608911 11343855616 86938 33554432000 4194304 4196468 140733232439760 140442746217472 140444093179605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39804928 140733232446052 140733232448860 140733232448860 140733232451535 0
[pid=11299/tid=11360] ppid=11296 vsize=11077984 memory=288230596050944315 CPUtime=0.08 cores=1,3,5,7
/proc/11299/task/11360/stat : 11360 (java) S 11296 11299 6975 0 -1 1077944384 3 13197 0 0 0 0 5 3 20 0 15 0 229608914 11343855616 86938 33554432000 4194304 4196468 140733232439760 140442438818000 140444093187995 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39804928 140733232446052 140733232448860 140733232448860 140733232451535 0
[pid=11299/tid=11361] ppid=11296 vsize=11077984 memory=14133333755955770 CPUtime=2.37 cores=1,3,5,7
/proc/11299/task/11361/stat : 11361 (java) R 11296 11299 6975 0 -1 4202560 5237 13197 0 0 228 1 5 3 20 0 15 0 229608914 11343855616 86938 33554432000 4194304 4196468 140733232439760 140443517723568 140444079224730 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39804928 140733232446052 140733232448860 140733232448860 140733232451535 0
[pid=11299/tid=11362] ppid=11296 vsize=11077984 memory=1404 CPUtime=2.1 cores=1,3,5,7
/proc/11299/task/11362/stat : 11362 (java) R 11296 11299 6975 0 -1 4202560 3442 13197 0 0 201 1 5 3 20 0 15 0 229608914 11343855616 86938 33554432000 4194304 4196468 140733232439760 140443516672592 140444077156880 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39804928 140733232446052 140733232448860 140733232448860 140733232451535 0
[pid=11299/tid=11363] ppid=11296 vsize=11077984 memory=3292 CPUtime=1.86 cores=1,3,5,7
/proc/11299/task/11363/stat : 11363 (java) R 11296 11299 6975 0 -1 1077944384 7382 13197 0 0 176 2 5 3 20 0 15 0 229608914 11343855616 86938 33554432000 4194304 4196468 140733232439760 140443515632368 140444093180546 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 39804928 140733232446052 140733232448860 140733232448860 140733232451535 0
[pid=11299/tid=11364] ppid=11296 vsize=11077984 memory=6343888 CPUtime=0.08 cores=1,3,5,7
/proc/11299/task/11364/stat : 11364 (java) S 11296 11299 6975 0 -1 1077944384 3 13197 0 0 0 0 5 3 20 0 15 0 229608914 11343855616 86938 33554432000 4194304 4196468 140733232439760 140442008022112 140444093179605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39804928 140733232446052 140733232448860 140733232448860 140733232451535 0
[pid=11299/tid=11365] ppid=11296 vsize=11077984 memory=1408 CPUtime=0.08 cores=1,3,5,7
/proc/11299/task/11365/stat : 11365 (java) S 11296 11299 6975 0 -1 1077944384 13 13197 0 0 0 0 5 3 20 0 15 0 229608914 11343855616 86938 33554432000 4194304 4196468 140733232439760 140443514579248 140444093180546 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39804928 140733232446052 140733232448860 140733232448860 140733232451535 0
Current children cumulated CPU time: 11 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 345704 KiB

[startup+5.20072 s]
/proc/loadavg: 1.78 1.73 1.77 5/219 11365
/proc/meminfo: memFree=11076104/32770624 swapFree=67108860/67108860
[pid=11299] ppid=11296 vsize=11077984 memory=356556 CPUtime=12.24 cores=1,3,5,7
/proc/11299/stat : 11299 (java) S 11296 11299 6975 0 -1 1077944320 65480 13197 0 0 1194 22 5 3 20 0 15 0 229608899 11343855616 89139 33554432000 4194304 4196468 140733232439760 140733232422304 140444093169399 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 39804928 140733232446052 140733232448860 140733232448860 140733232451535 0
/proc/11299/statm: 2769496 89139 3525 1 0 2731149 0
[pid=11299/tid=11352] ppid=11296 vsize=11077984 memory=0 CPUtime=5.05 cores=1,3,5,7
/proc/11299/task/11352/stat : 11352 (java) R 11296 11299 6975 0 -1 4202560 41408 13197 0 0 485 12 5 3 20 0 15 0 229608908 11343855616 89139 33554432000 4194304 4196468 140733232439760 140444064999728 140443636584544 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39804928 140733232446052 140733232448860 140733232448860 140733232451535 0
[pid=11299/tid=11353] ppid=11296 vsize=11077984 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/11299/task/11353/stat : 11353 (java) S 11296 11299 6975 0 -1 1077944384 407 13197 0 0 3 0 5 3 20 0 15 0 229608909 11343855616 89139 33554432000 4194304 4196468 140733232439760 140444097411856 140444093179605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39804928 140733232446052 140733232448860 140733232448860 140733232451535 0
[pid=11299/tid=11354] ppid=11296 vsize=11077984 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/11299/task/11354/stat : 11354 (java) S 11296 11299 6975 0 -1 1077944384 221 13197 0 0 3 0 5 3 20 0 15 0 229608909 11343855616 89139 33554432000 4194304 4196468 140733232439760 140443962747792 140444093179605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39804928 140733232446052 140733232448860 140733232448860 140733232451535 0
[pid=11299/tid=11355] ppid=11296 vsize=11077984 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/11299/task/11355/stat : 11355 (java) S 11296 11299 6975 0 -1 1077944384 209 13197 0 0 3 0 5 3 20 0 15 0 229608909 11343855616 89139 33554432000 4194304 4196468 140733232439760 140443961695248 140444093179605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39804928 140733232446052 140733232448860 140733232448860 140733232451535 0
[pid=11299/tid=11356] ppid=11296 vsize=11077984 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/11299/task/11356/stat : 11356 (java) S 11296 11299 6975 0 -1 1077944384 99 13197 0 0 2 0 5 3 20 0 15 0 229608909 11343855616 89139 33554432000 4194304 4196468 140733232439760 140443960642704 140444093179605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39804928 140733232446052 140733232448860 140733232448860 140733232451535 0
[pid=11299/tid=11357] ppid=11296 vsize=11077984 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/11299/task/11357/stat : 11357 (java) S 11296 11299 6975 0 -1 1077944384 4692 13197 0 0 4 0 5 3 20 0 15 0 229608910 11343855616 89139 33554432000 4194304 4196468 140733232439760 140443518789616 140444093180546 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39804928 140733232446052 140733232448860 140733232448860 140733232451535 0
[pid=11299/tid=11358] ppid=11296 vsize=11077984 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11299/task/11358/stat : 11358 (java) S 11296 11299 6975 0 -1 1077944384 14 13197 0 0 0 0 5 3 20 0 15 0 229608911 11343855616 89139 33554432000 4194304 4196468 140733232439760 140442894066720 140444093179605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39804928 140733232446052 140733232448860 140733232448860 140733232451535 0
[pid=11299/tid=11359] ppid=11296 vsize=11077984 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11299/task/11359/stat : 11359 (java) S 11296 11299 6975 0 -1 1077944384 1 13197 0 0 0 0 5 3 20 0 15 0 229608911 11343855616 89139 33554432000 4194304 4196468 140733232439760 140442746217472 140444093179605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39804928 140733232446052 140733232448860 140733232448860 140733232451535 0
[pid=11299/tid=11360] ppid=11296 vsize=11077984 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11299/task/11360/stat : 11360 (java) S 11296 11299 6975 0 -1 1077944384 3 13197 0 0 0 0 5 3 20 0 15 0 229608914 11343855616 89139 33554432000 4194304 4196468 140733232439760 140442438818000 140444093187995 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39804928 140733232446052 140733232448860 140733232448860 140733232451535 0
[pid=11299/tid=11361] ppid=11296 vsize=11077984 memory=0 CPUtime=2.77 cores=1,3,5,7
/proc/11299/task/11361/stat : 11361 (java) R 11296 11299 6975 0 -1 4202560 5301 13197 0 0 268 1 5 3 20 0 15 0 229608914 11343855616 89139 33554432000 4194304 4196468 140733232439760 140443517717392 140444074689074 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39804928 140733232446052 140733232448860 140733232448860 140733232451535 0
[pid=11299/tid=11362] ppid=11296 vsize=11077984 memory=0 CPUtime=2.49 cores=1,3,5,7
/proc/11299/task/11362/stat : 11362 (java) R 11296 11299 6975 0 -1 4202560 3496 13197 0 0 240 1 5 3 20 0 15 0 229608914 11343855616 89139 33554432000 4194304 4196468 140733232439760 140443516671264 140444074694276 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39804928 140733232446052 140733232448860 140733232448860 140733232451535 0
[pid=11299/tid=11363] ppid=11296 vsize=11077984 memory=0 CPUtime=1.92 cores=1,3,5,7
/proc/11299/task/11363/stat : 11363 (java) S 11296 11299 6975 0 -1 1077944384 7421 13197 0 0 181 3 5 3 20 0 15 0 229608914 11343855616 89139 33554432000 4194304 4196468 140733232439760 140443515632368 140444093180546 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39804928 140733232446052 140733232448860 140733232448860 140733232451535 0
[pid=11299/tid=11364] ppid=11296 vsize=11077984 memory=335204 CPUtime=0.08 cores=1,3,5,7
/proc/11299/task/11364/stat : 11364 (java) S 11296 11299 6975 0 -1 1077944384 3 13197 0 0 0 0 5 3 20 0 15 0 229608914 11343855616 89139 33554432000 4194304 4196468 140733232439760 140442008022112 140444093179605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39804928 140733232446052 140733232448860 140733232448860 140733232451535 0
[pid=11299/tid=11365] ppid=11296 vsize=11077984 memory=56 CPUtime=0.08 cores=1,3,5,7
/proc/11299/task/11365/stat : 11365 (java) S 11296 11299 6975 0 -1 1077944384 14 13197 0 0 0 0 5 3 20 0 15 0 229608914 11343855616 89139 33554432000 4194304 4196468 140733232439760 140443514579248 140444093180546 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39804928 140733232446052 140733232448860 140733232448860 140733232451535 0
Current children cumulated CPU time: 12.24 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 356556 KiB

[startup+5.4007 s]
/proc/loadavg: 1.78 1.73 1.77 5/219 11365
/proc/meminfo: memFree=11076104/32770624 swapFree=67108860/67108860
[pid=11299] ppid=11296 vsize=11077984 memory=357036 CPUtime=12.86 cores=1,3,5,7
/proc/11299/stat : 11299 (java) S 11296 11299 6975 0 -1 1077944320 65608 13197 0 0 1256 22 5 3 20 0 15 0 229608899 11343855616 89259 33554432000 4194304 4196468 140733232439760 140733232422304 140444093169399 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 39804928 140733232446052 140733232448860 140733232448860 140733232451535 0
/proc/11299/statm: 2769496 89259 3528 1 0 2731149 0
[pid=11299/tid=11352] ppid=11296 vsize=11077984 memory=-7595718316222733696 CPUtime=5.26 cores=1,3,5,7
/proc/11299/task/11352/stat : 11352 (java) R 11296 11299 6975 0 -1 4202560 41415 13197 0 0 505 13 5 3 20 0 15 0 229608908 11343855616 89259 33554432000 4194304 4196468 140733232439760 140444064998224 140444093181334 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39804928 140733232446052 140733232448860 140733232448860 140733232451535 0
[pid=11299/tid=11353] ppid=11296 vsize=11077984 memory=-7595718316222733696 CPUtime=0.11 cores=1,3,5,7
/proc/11299/task/11353/stat : 11353 (java) S 11296 11299 6975 0 -1 1077944384 407 13197 0 0 3 0 5 3 20 0 15 0 229608909 11343855616 89259 33554432000 4194304 4196468 140733232439760 140444097411856 140444093179605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39804928 140733232446052 140733232448860 140733232448860 140733232451535 0
[pid=11299/tid=11354] ppid=11296 vsize=11077984 memory=-8985395855772247728 CPUtime=0.11 cores=1,3,5,7
/proc/11299/task/11354/stat : 11354 (java) S 11296 11299 6975 0 -1 1077944384 221 13197 0 0 3 0 5 3 20 0 15 0 229608909 11343855616 89259 33554432000 4194304 4196468 140733232439760 140443962747792 140444093179605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39804928 140733232446052 140733232448860 140733232448860 140733232451535 0
[pid=11299/tid=11355] ppid=11296 vsize=11077984 memory=3047711591806967692 CPUtime=0.11 cores=1,3,5,7
/proc/11299/task/11355/stat : 11355 (java) S 11296 11299 6975 0 -1 1077944384 209 13197 0 0 3 0 5 3 20 0 15 0 229608909 11343855616 89259 33554432000 4194304 4196468 140733232439760 140443961695248 140444093179605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39804928 140733232446052 140733232448860 140733232448860 140733232451535 0
[pid=11299/tid=11356] ppid=11296 vsize=11077984 memory=-8412656567505948019 CPUtime=0.1 cores=1,3,5,7
/proc/11299/task/11356/stat : 11356 (java) S 11296 11299 6975 0 -1 1077944384 99 13197 0 0 2 0 5 3 20 0 15 0 229608909 11343855616 89259 33554432000 4194304 4196468 140733232439760 140443960642704 140444093179605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39804928 140733232446052 140733232448860 140733232448860 140733232451535 0
[pid=11299/tid=11357] ppid=11296 vsize=11077984 memory=-8248215640242096217 CPUtime=0.12 cores=1,3,5,7
/proc/11299/task/11357/stat : 11357 (java) S 11296 11299 6975 0 -1 1077944384 4692 13197 0 0 4 0 5 3 20 0 15 0 229608910 11343855616 89259 33554432000 4194304 4196468 140733232439760 140443518789616 140444093180546 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39804928 140733232446052 140733232448860 140733232448860 140733232451535 0
[pid=11299/tid=11358] ppid=11296 vsize=11077984 memory=4871374705135476842 CPUtime=0.08 cores=1,3,5,7
/proc/11299/task/11358/stat : 11358 (java) S 11296 11299 6975 0 -1 1077944384 14 13197 0 0 0 0 5 3 20 0 15 0 229608911 11343855616 89259 33554432000 4194304 4196468 140733232439760 140442894066720 140444093179605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39804928 140733232446052 140733232448860 140733232448860 140733232451535 0
[pid=11299/tid=11359] ppid=11296 vsize=11077984 memory=7296513736090617966 CPUtime=0.08 cores=1,3,5,7
/proc/11299/task/11359/stat : 11359 (java) S 11296 11299 6975 0 -1 1077944384 1 13197 0 0 0 0 5 3 20 0 15 0 229608911 11343855616 89259 33554432000 4194304 4196468 140733232439760 140442746217472 140444093179605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39804928 140733232446052 140733232448860 140733232448860 140733232451535 0
[pid=11299/tid=11360] ppid=11296 vsize=11077984 memory=9215612443221087420 CPUtime=0.08 cores=1,3,5,7
/proc/11299/task/11360/stat : 11360 (java) S 11296 11299 6975 0 -1 1077944384 3 13197 0 0 0 0 5 3 20 0 15 0 229608914 11343855616 89259 33554432000 4194304 4196468 140733232439760 140442438818000 140444093187995 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39804928 140733232446052 140733232448860 140733232448860 140733232451535 0
[pid=11299/tid=11361] ppid=11296 vsize=11077984 memory=-7522837583045875833 CPUtime=2.97 cores=1,3,5,7
/proc/11299/task/11361/stat : 11361 (java) R 11296 11299 6975 0 -1 4202560 5346 13197 0 0 288 1 5 3 20 0 15 0 229608914 11343855616 89259 33554432000 4194304 4196468 140733232439760 140443517727248 140444074690790 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39804928 140733232446052 140733232448860 140733232448860 140733232451535 0
[pid=11299/tid=11362] ppid=11296 vsize=11077984 memory=-7384994778349281184 CPUtime=2.69 cores=1,3,5,7
/proc/11299/task/11362/stat : 11362 (java) R 11296 11299 6975 0 -1 4202560 3567 13197 0 0 260 1 5 3 20 0 15 0 229608914 11343855616 89259 33554432000 4194304 4196468 140733232439760 140443516671744 140444071585809 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39804928 140733232446052 140733232448860 140733232448860 140733232451535 0
[pid=11299/tid=11363] ppid=11296 vsize=11077984 memory=6944656425123094137 CPUtime=1.94 cores=1,3,5,7
/proc/11299/task/11363/stat : 11363 (java) S 11296 11299 6975 0 -1 1077944384 7426 13197 0 0 183 3 5 3 20 0 15 0 229608914 11343855616 89259 33554432000 4194304 4196468 140733232439760 140443515632368 140444093180546 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39804928 140733232446052 140733232448860 140733232448860 140733232451535 0
[pid=11299/tid=11364] ppid=11296 vsize=11077984 memory=280108103784080 CPUtime=0.08 cores=1,3,5,7
/proc/11299/task/11364/stat : 11364 (java) S 11296 11299 6975 0 -1 1077944384 3 13197 0 0 0 0 5 3 20 0 15 0 229608914 11343855616 89259 33554432000 4194304 4196468 140733232439760 140442008022112 140444093179605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39804928 140733232446052 140733232448860 140733232448860 140733232451535 0
[pid=11299/tid=11365] ppid=11296 vsize=11077984 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/11299/task/11365/stat : 11365 (java) S 11296 11299 6975 0 -1 1077944384 14 13197 0 0 0 0 5 3 20 0 15 0 229608914 11343855616 89259 33554432000 4194304 4196468 140733232439760 140443514579248 140444093180546 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39804928 140733232446052 140733232448860 140733232448860 140733232451535 0
Current children cumulated CPU time: 12.86 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 357036 KiB

[startup+5.50076 s]
/proc/loadavg: 1.78 1.73 1.77 5/219 11365
/proc/meminfo: memFree=11076104/32770624 swapFree=67108860/67108860
[pid=11299] ppid=11296 vsize=11077984 memory=363436 CPUtime=13.18 cores=1,3,5,7
/proc/11299/stat : 11299 (java) S 11296 11299 6975 0 -1 1077944320 65707 13197 0 0 1287 23 5 3 20 0 15 0 229608899 11343855616 90859 33554432000 4194304 4196468 140733232439760 140733232422304 140444093169399 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 39804928 140733232446052 140733232448860 140733232448860 140733232451535 0
/proc/11299/statm: 2769496 90859 3528 1 0 2731149 0
[pid=11299/tid=11352] ppid=11296 vsize=11077984 memory=8 CPUtime=5.35 cores=1,3,5,7
/proc/11299/task/11352/stat : 11352 (java) R 11296 11299 6975 0 -1 4202560 41415 13197 0 0 514 13 5 3 20 0 15 0 229608908 11343855616 90859 33554432000 4194304 4196468 140733232439760 140444065004976 140443649257774 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39804928 140733232446052 140733232448860 140733232448860 140733232451535 0
[pid=11299/tid=11353] ppid=11296 vsize=11077984 memory=8 CPUtime=0.11 cores=1,3,5,7
/proc/11299/task/11353/stat : 11353 (java) S 11296 11299 6975 0 -1 1077944384 411 13197 0 0 3 0 5 3 20 0 15 0 229608909 11343855616 90859 33554432000 4194304 4196468 140733232439760 140444097411856 140444093179605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39804928 140733232446052 140733232448860 140733232448860 140733232451535 0
[pid=11299/tid=11354] ppid=11296 vsize=11077984 memory=316864 CPUtime=0.11 cores=1,3,5,7
/proc/11299/task/11354/stat : 11354 (java) S 11296 11299 6975 0 -1 1077944384 224 13197 0 0 3 0 5 3 20 0 15 0 229608909 11343855616 90859 33554432000 4194304 4196468 140733232439760 140443962747792 140444093179605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39804928 140733232446052 140733232448860 140733232448860 140733232451535 0
[pid=11299/tid=11355] ppid=11296 vsize=11077984 memory=270664 CPUtime=0.12 cores=1,3,5,7
/proc/11299/task/11355/stat : 11355 (java) S 11296 11299 6975 0 -1 1077944384 219 13197 0 0 4 0 5 3 20 0 15 0 229608909 11343855616 90859 33554432000 4194304 4196468 140733232439760 140443961695248 140444093179605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39804928 140733232446052 140733232448860 140733232448860 140733232451535 0
[pid=11299/tid=11356] ppid=11296 vsize=11077984 memory=280108103444736 CPUtime=0.11 cores=1,3,5,7
/proc/11299/task/11356/stat : 11356 (java) S 11296 11299 6975 0 -1 1077944384 99 13197 0 0 3 0 5 3 20 0 15 0 229608909 11343855616 90859 33554432000 4194304 4196468 140733232439760 140443960642704 140444093179605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39804928 140733232446052 140733232448860 140733232448860 140733232451535 0
[pid=11299/tid=11357] ppid=11296 vsize=11077984 memory=280108103449152 CPUtime=0.12 cores=1,3,5,7
/proc/11299/task/11357/stat : 11357 (java) S 11296 11299 6975 0 -1 1077944384 4695 13197 0 0 4 0 5 3 20 0 15 0 229608910 11343855616 90859 33554432000 4194304 4196468 140733232439760 140443518789616 140444093180546 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39804928 140733232446052 140733232448860 140733232448860 140733232451535 0
[pid=11299/tid=11358] ppid=11296 vsize=11077984 memory=4132 CPUtime=0.08 cores=1,3,5,7
/proc/11299/task/11358/stat : 11358 (java) S 11296 11299 6975 0 -1 1077944384 14 13197 0 0 0 0 5 3 20 0 15 0 229608911 11343855616 90859 33554432000 4194304 4196468 140733232439760 140442894066720 140444093179605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39804928 140733232446052 140733232448860 140733232448860 140733232451535 0
[pid=11299/tid=11359] ppid=11296 vsize=11077984 memory=62444 CPUtime=0.08 cores=1,3,5,7
/proc/11299/task/11359/stat : 11359 (java) S 11296 11299 6975 0 -1 1077944384 1 13197 0 0 0 0 5 3 20 0 15 0 229608911 11343855616 90859 33554432000 4194304 4196468 140733232439760 140442746217472 140444093179605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39804928 140733232446052 140733232448860 140733232448860 140733232451535 0
[pid=11299/tid=11360] ppid=11296 vsize=11077984 memory=1236 CPUtime=0.08 cores=1,3,5,7
/proc/11299/task/11360/stat : 11360 (java) S 11296 11299 6975 0 -1 1077944384 3 13197 0 0 0 0 5 3 20 0 15 0 229608914 11343855616 90859 33554432000 4194304 4196468 140733232439760 140442438818000 140444093187995 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39804928 140733232446052 140733232448860 140733232448860 140733232451535 0
[pid=11299/tid=11361] ppid=11296 vsize=11077984 memory=2444 CPUtime=3.06 cores=1,3,5,7
/proc/11299/task/11361/stat : 11361 (java) R 11296 11299 6975 0 -1 4202560 5381 13197 0 0 297 1 5 3 20 0 15 0 229608914 11343855616 90859 33554432000 4194304 4196468 140733232439760 140443517724512 140444074693038 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39804928 140733232446052 140733232448860 140733232448860 140733232451535 0
[pid=11299/tid=11362] ppid=11296 vsize=11077984 memory=231892 CPUtime=2.78 cores=1,3,5,7
/proc/11299/task/11362/stat : 11362 (java) R 11296 11299 6975 0 -1 4202560 3579 13197 0 0 269 1 5 3 20 0 15 0 229608914 11343855616 90859 33554432000 4194304 4196468 140733232439760 140443516664512 140444078097184 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39804928 140733232446052 140733232448860 140733232448860 140733232451535 0
[pid=11299/tid=11363] ppid=11296 vsize=11077984 memory=3303 CPUtime=1.96 cores=1,3,5,7
/proc/11299/task/11363/stat : 11363 (java) R 11296 11299 6975 0 -1 1077944384 7458 13197 0 0 185 3 5 3 20 0 15 0 229608914 11343855616 90859 33554432000 4194304 4196468 140733232439760 140443515632368 140444093180546 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 39804928 140733232446052 140733232448860 140733232448860 140733232451535 0
[pid=11299/tid=11364] ppid=11296 vsize=11077984 memory=280108103382208 CPUtime=0.08 cores=1,3,5,7
/proc/11299/task/11364/stat : 11364 (java) S 11296 11299 6975 0 -1 1077944384 3 13197 0 0 0 0 5 3 20 0 15 0 229608914 11343855616 90859 33554432000 4194304 4196468 140733232439760 140442008022112 140444093179605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39804928 140733232446052 140733232448860 140733232448860 140733232451535 0
[pid=11299/tid=11365] ppid=11296 vsize=11077984 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11299/task/11365/stat : 11365 (java) S 11296 11299 6975 0 -1 1077944384 14 13197 0 0 0 0 5 3 20 0 15 0 229608914 11343855616 90859 33554432000 4194304 4196468 140733232439760 140443514579248 140444093180546 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39804928 140733232446052 140733232448860 140733232448860 140733232451535 0
Current children cumulated CPU time: 13.18 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 363436 KiB

Child status: 0
Real time (s): 5.56447
CPU time (s): 13.3171
CPU user time (s): 13.0297
CPU system time (s): 0.287323
CPU usage (%): 239.323
Max. virtual memory (cumulated for all children) (KiB): 11077984
Max. memory (cumulated for all children) (KiB): 363436

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 13.0297
system time used= 0.287323
maximum resident set size= 365832
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 79017
page faults= 0
swaps= 0
block input operations= 0
block output operations= 184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7375
involuntary context switches= 56


# summary of solver processes directly reported to runsolver:
#   pid: 11299
#   total CPU time (s): 13.3171
#   total CPU user time (s): 13.0297
#   total CPU system time (s): 0.287323

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.057237 second user time and 0.097698 second system time

The end

Launcher Data

Begin job on node132 at 2018-08-13 02:34:17
IDJOB=4304608
IDBENCH=141475
IDSOLVER=2781
FILE ID=node132/4304608-1534120457
RUNJOBID= node132-1534095874-7007
PBS_JOBID= 21036994
Free space on /tmp= 38172 MiB

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

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

MD5SUM BENCH= ecfa46aa6dcbda2e31280fbe487bc54f
RANDOM SEED=296978757

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:        11419716 kB
MemAvailable:   25563500 kB
Buffers:          246988 kB
Cached:         14007908 kB
SwapCached:            0 kB
Active:         13381772 kB
Inactive:        7258060 kB
Active(anon):    6334900 kB
Inactive(anon):   102816 kB
Active(file):    7046872 kB
Inactive(file):  7155244 kB
Unevictable:        6988 kB
Mlocked:            6988 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26812 kB
Writeback:             0 kB
AnonPages:       6414364 kB
Mapped:            68196 kB
Shmem:             49824 kB
Slab:             398304 kB
SReclaimable:     370128 kB
SUnreclaim:        28176 kB
KernelStack:        3856 kB
PageTables:        17924 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    7031672 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5912576 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:34:23