Trace number 4401127

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.12.2OPT1053 1536.53 1501.93

General information on the benchmark

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

Quality of the solution as a function of time


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

Solver Data

0.73/0.54	c Concrete v3.12.2.1568631193530 running
8.85/3.75	o 362
9.20/3.83	o 399
9.53/3.98	o 616
11.65/4.61	o 773
14.10/5.73	o 785
14.63/6.07	o 790
14.63/6.08	o 840
15.10/6.21	o 904
15.10/6.21	o 953
26.21/14.50	o 990
1511.40/1477.21	o 1053
1536.48/1501.92	v <instantiation
1536.48/1501.92	v         cost = '1053'>
1536.48/1501.92	v       <list>
1536.48/1501.92	v         s[0] s[1] s[2] s[3] s[4] s[5] s[6] s[7] s[8] s[9] s[10] s[11] s[12] s[13] s[14] s[15] s[16] s[17] s[18] s[19] s[20] s[21] s[22] s[23] s[24] s[25] s[26] s[27] s[28] s[29] f[0] f[1] f[2] f[3] f[4] f[5] f[6] f[7] f[8] f[9] f[10] f[11] f[12] f[13] f[14] f[15] f[16] f[17] f[18] f[19] f[20] f[21] f[22] f[23] f[24] f[25] f[26] f[27] f[28] f[29] g[0] g[1] g[2] g[3] g[4] g[5] g[6] g[7] g[8] g[9] g[10] g[11] g[12] g[13] g[14] g[15] g[16] g[17] g[18] g[19] g[20] g[21] g[22] g[23] g[24] g[25] g[26] g[27] g[28] g[29]
1536.48/1501.92	v       </list>
1536.48/1501.92	v       <values>
1536.48/1501.92	v         10 0 29 19 1 5 6 2 9 25 22 4 20 13 24 15 12 17 18 16 28 21 14 23 7 3 26 11 27 8 34 0 296 83 13 0 0 31 54 54 207 228 122 0 16 0 23 0 0 85 127 0 270 0 68 152 0 45 34 55 0 0 40 67 89 0 0 19 47 68 94 86 34 0 14 0 67 0 0 31 78 0 99 0 56 14 0 35 53 62
1536.48/1501.92	v       </values>
1536.48/1501.92	v     </instantiation>
1536.48/1501.92	s OPTIMUM FOUND

Verifier Data

OK	1053

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4401127-1568685058/watcher-4401127-1568685058 -o /tmp/evaluation-result-4401127-1568685058/solver-4401127-1568685058 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1568673291-22997 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=535221524 HOME/instance-4401127-1568685058.xml 

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

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


[startup+0.100109 s]*
/proc/loadavg: 1.64 1.49 1.49 3/225 28379
/proc/meminfo: memFree=30154236/32770624 swapFree=67004524/67108860
[pid=28322] ppid=28319 vsize=9972712 memory=18864 CPUtime=0.08 cores=0,2,4,6
/proc/28322/stat : 28322 (java) S 28319 28322 22966 0 -1 1077944320 4483 13363 0 0 1 0 5 2 20 0 6 0 444745448 10212057088 4716 33554432000 4194304 4196468 140725204113248 140725204095792 140045753159415 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 37126144 140725204118256 140725204120773 140725204120773 140725204123599 0
/proc/28322/statm: 2493178 4716 1935 1 0 2481616 0
[pid=28322/tid=28375] ppid=28319 vsize=9972712 memory=4279135703980344719 CPUtime=0.08 cores=0,2,4,6
/proc/28322/task/28375/stat : 28375 (java) R 28319 28322 22966 0 -1 4202560 2271 13363 0 0 1 0 5 2 20 0 6 0 444745457 10212057088 4716 33554432000 4194304 4196468 140725204113248 140045724996176 140045738841941 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37126144 140725204118256 140725204120773 140725204120773 140725204123599 0
[pid=28322/tid=28376] ppid=28319 vsize=9972712 memory=-7522837583129502606 CPUtime=0.07 cores=0,2,4,6
/proc/28322/task/28376/stat : 28376 (java) S 28319 28322 22966 0 -1 1077944384 1 13363 0 0 0 0 5 2 20 0 6 0 444745457 10212057088 4716 33554432000 4194304 4196468 140725204113248 140045757402000 140045753169621 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37126144 140725204118256 140725204120773 140725204120773 140725204123599 0
[pid=28322/tid=28377] ppid=28319 vsize=9972712 memory=140106063218304 CPUtime=0.07 cores=0,2,4,6
/proc/28322/task/28377/stat : 28377 (java) S 28319 28322 22966 0 -1 1077944384 1 13363 0 0 0 0 5 2 20 0 6 0 444745457 10212057088 4716 33554432000 4194304 4196468 140725204113248 140045672221456 140045753169621 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37126144 140725204118256 140725204120773 140725204120773 140725204123599 0
[pid=28322/tid=28378] ppid=28319 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28322/task/28378/stat : 28378 (java) S 28319 28322 22966 0 -1 1077944384 1 13363 0 0 0 0 5 2 20 0 6 0 444745457 10212057088 4716 33554432000 4194304 4196468 140725204113248 140045671169168 140045753169621 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37126144 140725204118256 140725204120773 140725204120773 140725204123599 0
[pid=28322/tid=28379] ppid=28319 vsize=9972712 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/28322/task/28379/stat : 28379 (java) S 28319 28322 22966 0 -1 1077944384 2 13363 0 0 0 0 5 2 20 0 6 0 444745457 10212057088 4781 33554432000 4194304 4196468 140725204113248 140045670116368 140045753169621 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37126144 140725204118256 140725204120773 140725204120773 140725204123599 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18864 KiB

[startup+0.210572 s]*
/proc/loadavg: 1.64 1.49 1.49 3/234 28389
/proc/meminfo: memFree=30134120/32770624 swapFree=67004524/67108860
[pid=28322] ppid=28319 vsize=10820196 memory=41588 CPUtime=0.26 cores=0,2,4,6
/proc/28322/stat : 28322 (java) S 28319 28322 22966 0 -1 1077944320 7263 13363 0 0 18 1 5 2 20 0 15 0 444745448 11079880704 10397 33554432000 4194304 4196468 140725204113248 140725204095792 140045753159415 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 37126144 140725204118256 140725204120773 140725204120773 140725204123599 0
/proc/28322/statm: 2705049 10397 3296 1 0 2667149 0
[pid=28322/tid=28375] ppid=28319 vsize=10820196 memory=-6517102902069810590 CPUtime=0.18 cores=0,2,4,6
/proc/28322/task/28375/stat : 28375 (java) R 28319 28322 22966 0 -1 4202560 3764 13363 0 0 11 0 5 2 20 0 15 0 444745457 11079880704 10397 33554432000 4194304 4196468 140725204113248 140045724973600 140045344405968 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37126144 140725204118256 140725204120773 140725204120773 140725204123599 0
[pid=28322/tid=28376] ppid=28319 vsize=10820196 memory=-9181546050914066336 CPUtime=0.07 cores=0,2,4,6
/proc/28322/task/28376/stat : 28376 (java) S 28319 28322 22966 0 -1 1077944384 1 13363 0 0 0 0 5 2 20 0 15 0 444745457 11079880704 10397 33554432000 4194304 4196468 140725204113248 140045757402000 140045753169621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37126144 140725204118256 140725204120773 140725204120773 140725204123599 0
[pid=28322/tid=28377] ppid=28319 vsize=10820196 memory=140106063218304 CPUtime=0.07 cores=0,2,4,6
/proc/28322/task/28377/stat : 28377 (java) S 28319 28322 22966 0 -1 1077944384 1 13363 0 0 0 0 5 2 20 0 15 0 444745457 11079880704 10397 33554432000 4194304 4196468 140725204113248 140045672221456 140045753169621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37126144 140725204118256 140725204120773 140725204120773 140725204123599 0
[pid=28322/tid=28378] ppid=28319 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28322/task/28378/stat : 28378 (java) S 28319 28322 22966 0 -1 1077944384 1 13363 0 0 0 0 5 2 20 0 15 0 444745457 11079880704 10397 33554432000 4194304 4196468 140725204113248 140045671169168 140045753169621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37126144 140725204118256 140725204120773 140725204120773 140725204123599 0
[pid=28322/tid=28379] ppid=28319 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/28322/task/28379/stat : 28379 (java) S 28319 28322 22966 0 -1 1077944384 2 13363 0 0 0 0 5 2 20 0 15 0 444745457 11079880704 10397 33554432000 4194304 4196468 140725204113248 140045670116368 140045753169621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37126144 140725204118256 140725204120773 140725204120773 140725204123599 0
[pid=28322/tid=28380] ppid=28319 vsize=10820196 memory=140106063218304 CPUtime=0.07 cores=0,2,4,6
/proc/28322/task/28380/stat : 28380 (java) S 28319 28322 22966 0 -1 1077944384 2 13363 0 0 0 0 5 2 20 0 15 0 444745459 11079880704 10397 33554432000 4194304 4196468 140725204113248 140045279758448 140045753170562 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37126144 140725204118256 140725204120773 140725204120773 140725204123599 0
[pid=28322/tid=28381] ppid=28319 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/28322/task/28381/stat : 28381 (java) S 28319 28322 22966 0 -1 1077944384 13 13363 0 0 0 0 5 2 20 0 15 0 444745459 11079880704 10397 33554432000 4194304 4196468 140725204113248 140045193306912 140045753169621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37126144 140725204118256 140725204120773 140725204120773 140725204123599 0
[pid=28322/tid=28382] ppid=28319 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28322/task/28382/stat : 28382 (java) S 28319 28322 22966 0 -1 1077944384 1 13363 0 0 0 0 5 2 20 0 15 0 444745460 11079880704 10397 33554432000 4194304 4196468 140725204113248 140044589327472 140045753169621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37126144 140725204118256 140725204120773 140725204120773 140725204123599 0
[pid=28322/tid=28383] ppid=28319 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28322/task/28383/stat : 28383 (java) S 28319 28322 22966 0 -1 1077944384 3 13363 0 0 0 0 5 2 20 0 15 0 444745462 11079880704 10397 33554432000 4194304 4196468 140725204113248 140044281927760 140045753178011 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37126144 140725204118256 140725204120773 140725204120773 140725204123599 0
[pid=28322/tid=28385] ppid=28319 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28322/task/28385/stat : 28385 (java) S 28319 28322 22966 0 -1 1077944384 374 13363 0 0 1 0 5 2 20 0 15 0 444745462 11079880704 10397 33554432000 4194304 4196468 140725204113248 140045278706288 140045753170562 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37126144 140725204118256 140725204120773 140725204120773 140725204123599 0
[pid=28322/tid=28386] ppid=28319 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/28322/task/28386/stat : 28386 (java) S 28319 28322 22966 0 -1 1077944384 296 13363 0 0 0 0 5 2 20 0 15 0 444745462 11079880704 10397 33554432000 4194304 4196468 140725204113248 140045277653488 140045753170562 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37126144 140725204118256 140725204120773 140725204120773 140725204123599 0
[pid=28322/tid=28387] ppid=28319 vsize=10820196 memory=140106063218304 CPUtime=0.1 cores=0,2,4,6
/proc/28322/task/28387/stat : 28387 (java) S 28319 28322 22966 0 -1 1077944384 592 13363 0 0 3 0 5 2 20 0 15 0 444745462 11079880704 10397 33554432000 4194304 4196468 140725204113248 140045276601200 140045753170562 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37126144 140725204118256 140725204120773 140725204120773 140725204123599 0
[pid=28322/tid=28388] ppid=28319 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/28322/task/28388/stat : 28388 (java) S 28319 28322 22966 0 -1 1077944384 3 13363 0 0 0 0 5 2 20 0 15 0 444745462 11079880704 10397 33554432000 4194304 4196468 140725204113248 140044248370144 140045753169621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37126144 140725204118256 140725204120773 140725204120773 140725204123599 0
[pid=28322/tid=28389] ppid=28319 vsize=10820196 memory=140106063218304 CPUtime=0.07 cores=0,2,4,6
/proc/28322/task/28389/stat : 28389 (java) S 28319 28322 22966 0 -1 1077944384 1 13363 0 0 0 0 5 2 20 0 15 0 444745463 11079880704 10397 33554432000 4194304 4196468 140725204113248 140045275548080 140045753170562 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37126144 140725204118256 140725204120773 140725204120773 140725204123599 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 41588 KiB

[startup+0.310768 s]*
/proc/loadavg: 1.64 1.49 1.49 4/234 28389
/proc/meminfo: memFree=30121136/32770624 swapFree=67004524/67108860
[pid=28322] ppid=28319 vsize=10820196 memory=50268 CPUtime=0.39 cores=0,2,4,6
/proc/28322/stat : 28322 (java) S 28319 28322 22966 0 -1 1077944320 10761 13363 0 0 30 2 5 2 20 0 15 0 444745448 11079880704 12567 33554432000 4194304 4196468 140725204113248 140725204095792 140045753159415 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 37126144 140725204118256 140725204120773 140725204120773 140725204123599 0
/proc/28322/statm: 2705049 12567 3313 1 0 2667149 0
[pid=28322/tid=28375] ppid=28319 vsize=10820196 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/28322/task/28375/stat : 28375 (java) R 28319 28322 22966 0 -1 4202560 7241 13363 0 0 20 2 5 2 20 0 15 0 444745457 11079880704 12567 33554432000 4194304 4196468 140725204113248 140045724977040 140045753181341 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37126144 140725204118256 140725204120773 140725204120773 140725204123599 0
[pid=28322/tid=28376] ppid=28319 vsize=10820196 memory=7228928657774891088 CPUtime=0.07 cores=0,2,4,6
/proc/28322/task/28376/stat : 28376 (java) S 28319 28322 22966 0 -1 1077944384 1 13363 0 0 0 0 5 2 20 0 15 0 444745457 11079880704 12567 33554432000 4194304 4196468 140725204113248 140045757402000 140045753169621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37126144 140725204118256 140725204120773 140725204120773 140725204123599 0
[pid=28322/tid=28377] ppid=28319 vsize=10820196 memory=2076 CPUtime=0.07 cores=0,2,4,6
/proc/28322/task/28377/stat : 28377 (java) S 28319 28322 22966 0 -1 1077944384 1 13363 0 0 0 0 5 2 20 0 15 0 444745457 11079880704 12567 33554432000 4194304 4196468 140725204113248 140045672221456 140045753169621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37126144 140725204118256 140725204120773 140725204120773 140725204123599 0
[pid=28322/tid=28378] ppid=28319 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28322/task/28378/stat : 28378 (java) S 28319 28322 22966 0 -1 1077944384 1 13363 0 0 0 0 5 2 20 0 15 0 444745457 11079880704 12567 33554432000 4194304 4196468 140725204113248 140045671169168 140045753169621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37126144 140725204118256 140725204120773 140725204120773 140725204123599 0
[pid=28322/tid=28379] ppid=28319 vsize=10820196 memory=4872558044660077418 CPUtime=0.07 cores=0,2,4,6
/proc/28322/task/28379/stat : 28379 (java) S 28319 28322 22966 0 -1 1077944384 2 13363 0 0 0 0 5 2 20 0 15 0 444745457 11079880704 12567 33554432000 4194304 4196468 140725204113248 140045670116368 140045753169621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37126144 140725204118256 140725204120773 140725204120773 140725204123599 0
[pid=28322/tid=28380] ppid=28319 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28322/task/28380/stat : 28380 (java) S 28319 28322 22966 0 -1 1077944384 2 13363 0 0 0 0 5 2 20 0 15 0 444745459 11079880704 12567 33554432000 4194304 4196468 140725204113248 140045279758448 140045753170562 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37126144 140725204118256 140725204120773 140725204120773 140725204123599 0
[pid=28322/tid=28381] ppid=28319 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28322/task/28381/stat : 28381 (java) S 28319 28322 22966 0 -1 1077944384 13 13363 0 0 0 0 5 2 20 0 15 0 444745459 11079880704 12567 33554432000 4194304 4196468 140725204113248 140045193306912 140045753169621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37126144 140725204118256 140725204120773 140725204120773 140725204123599 0
[pid=28322/tid=28382] ppid=28319 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28322/task/28382/stat : 28382 (java) S 28319 28322 22966 0 -1 1077944384 1 13363 0 0 0 0 5 2 20 0 15 0 444745460 11079880704 12567 33554432000 4194304 4196468 140725204113248 140044589327472 140045753169621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37126144 140725204118256 140725204120773 140725204120773 140725204123599 0
[pid=28322/tid=28383] ppid=28319 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28322/task/28383/stat : 28383 (java) S 28319 28322 22966 0 -1 1077944384 3 13363 0 0 0 0 5 2 20 0 15 0 444745462 11079880704 12567 33554432000 4194304 4196468 140725204113248 140044281927760 140045753178011 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37126144 140725204118256 140725204120773 140725204120773 140725204123599 0
[pid=28322/tid=28385] ppid=28319 vsize=10820196 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/28322/task/28385/stat : 28385 (java) R 28319 28322 22966 0 -1 1077944384 374 13363 0 0 2 0 5 2 20 0 15 0 444745462 11079880704 12567 33554432000 4194304 4196468 140725204113248 140045278706288 140045753170562 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37126144 140725204118256 140725204120773 140725204120773 140725204123599 0
[pid=28322/tid=28386] ppid=28319 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28322/task/28386/stat : 28386 (java) S 28319 28322 22966 0 -1 1077944384 298 13363 0 0 1 0 5 2 20 0 15 0 444745462 11079880704 12567 33554432000 4194304 4196468 140725204113248 140045277653488 140045753170562 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37126144 140725204118256 140725204120773 140725204120773 140725204123599 0
[pid=28322/tid=28387] ppid=28319 vsize=10820196 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/28322/task/28387/stat : 28387 (java) R 28319 28322 22966 0 -1 4202560 611 13363 0 0 5 0 5 2 20 0 15 0 444745462 11079880704 12567 33554432000 4194304 4196468 140725204113248 140045276601200 140045753180762 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37126144 140725204118256 140725204120773 140725204120773 140725204123599 0
[pid=28322/tid=28388] ppid=28319 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28322/task/28388/stat : 28388 (java) S 28319 28322 22966 0 -1 1077944384 3 13363 0 0 0 0 5 2 20 0 15 0 444745462 11079880704 12567 33554432000 4194304 4196468 140725204113248 140044248370144 140045753169621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37126144 140725204118256 140725204120773 140725204120773 140725204123599 0
[pid=28322/tid=28389] ppid=28319 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28322/task/28389/stat : 28389 (java) S 28319 28322 22966 0 -1 1077944384 1 13363 0 0 0 0 5 2 20 0 15 0 444745463 11079880704 12567 33554432000 4194304 4196468 140725204113248 140045275548080 140045753170562 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37126144 140725204118256 140725204120773 140725204120773 140725204123599 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 50268 KiB

[startup+0.700645 s]
/proc/loadavg: 1.64 1.49 1.49 5/234 28389
/proc/meminfo: memFree=30106340/32770624 swapFree=67004524/67108860
[pid=28322] ppid=28319 vsize=10824364 memory=83672 CPUtime=1.11 cores=0,2,4,6
/proc/28322/stat : 28322 (java) S 28319 28322 22966 0 -1 1077944320 15110 13363 0 0 100 4 5 2 20 0 15 0 444745448 11084148736 20918 33554432000 4194304 4196468 140725204113248 140725204095792 140045753159415 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 37126144 140725204118256 140725204120773 140725204120773 140725204123599 0
/proc/28322/statm: 2706091 20918 3513 1 0 2668173 0
[pid=28322/tid=28375] ppid=28319 vsize=10824364 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/28322/task/28375/stat : 28375 (java) R 28319 28322 22966 0 -1 4202560 10529 13363 0 0 56 3 5 2 20 0 15 0 444745457 11084148736 20918 33554432000 4194304 4196468 140725204113248 140045724986416 140045753171350 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37126144 140725204118256 140725204120773 140725204120773 140725204123599 0
[pid=28322/tid=28376] ppid=28319 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28322/task/28376/stat : 28376 (java) S 28319 28322 22966 0 -1 1077944384 1 13363 0 0 0 0 5 2 20 0 15 0 444745457 11084148736 20918 33554432000 4194304 4196468 140725204113248 140045757402000 140045753169621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37126144 140725204118256 140725204120773 140725204120773 140725204123599 0
[pid=28322/tid=28377] ppid=28319 vsize=10824364 memory=3280 CPUtime=0.07 cores=0,2,4,6
/proc/28322/task/28377/stat : 28377 (java) S 28319 28322 22966 0 -1 1077944384 1 13363 0 0 0 0 5 2 20 0 15 0 444745457 11084148736 20918 33554432000 4194304 4196468 140725204113248 140045672221456 140045753169621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37126144 140725204118256 140725204120773 140725204120773 140725204123599 0
[pid=28322/tid=28378] ppid=28319 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28322/task/28378/stat : 28378 (java) S 28319 28322 22966 0 -1 1077944384 1 13363 0 0 0 0 5 2 20 0 15 0 444745457 11084148736 20918 33554432000 4194304 4196468 140725204113248 140045671169168 140045753169621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37126144 140725204118256 140725204120773 140725204120773 140725204123599 0
[pid=28322/tid=28379] ppid=28319 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28322/task/28379/stat : 28379 (java) S 28319 28322 22966 0 -1 1077944384 2 13363 0 0 0 0 5 2 20 0 15 0 444745457 11084148736 20918 33554432000 4194304 4196468 140725204113248 140045670116368 140045753169621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37126144 140725204118256 140725204120773 140725204120773 140725204123599 0
[pid=28322/tid=28380] ppid=28319 vsize=10824364 memory=4420 CPUtime=0.07 cores=0,2,4,6
/proc/28322/task/28380/stat : 28380 (java) S 28319 28322 22966 0 -1 1077944384 5 13363 0 0 0 0 5 2 20 0 15 0 444745459 11084148736 20918 33554432000 4194304 4196468 140725204113248 140045279758448 140045753170562 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37126144 140725204118256 140725204120773 140725204120773 140725204123599 0
[pid=28322/tid=28381] ppid=28319 vsize=10824364 memory=6628 CPUtime=0.07 cores=0,2,4,6
/proc/28322/task/28381/stat : 28381 (java) S 28319 28322 22966 0 -1 1077944384 13 13363 0 0 0 0 5 2 20 0 15 0 444745459 11084148736 20918 33554432000 4194304 4196468 140725204113248 140045193306912 140045753169621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37126144 140725204118256 140725204120773 140725204120773 140725204123599 0
[pid=28322/tid=28382] ppid=28319 vsize=10824364 memory=8836 CPUtime=0.07 cores=0,2,4,6
/proc/28322/task/28382/stat : 28382 (java) S 28319 28322 22966 0 -1 1077944384 1 13363 0 0 0 0 5 2 20 0 15 0 444745460 11084148736 20918 33554432000 4194304 4196468 140725204113248 140044589327472 140045753169621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37126144 140725204118256 140725204120773 140725204120773 140725204123599 0
[pid=28322/tid=28383] ppid=28319 vsize=10824364 memory=11044 CPUtime=0.07 cores=0,2,4,6
/proc/28322/task/28383/stat : 28383 (java) S 28319 28322 22966 0 -1 1077944384 3 13363 0 0 0 0 5 2 20 0 15 0 444745462 11084148736 20918 33554432000 4194304 4196468 140725204113248 140044281927760 140045753178011 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37126144 140725204118256 140725204120773 140725204120773 140725204123599 0
[pid=28322/tid=28385] ppid=28319 vsize=10824364 memory=13252 CPUtime=0.19 cores=0,2,4,6
/proc/28322/task/28385/stat : 28385 (java) R 28319 28322 22966 0 -1 4202560 774 13363 0 0 12 0 5 2 20 0 15 0 444745462 11084148736 20918 33554432000 4194304 4196468 140725204113248 140045278693600 140045733533518 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37126144 140725204118256 140725204120773 140725204120773 140725204123599 0
[pid=28322/tid=28386] ppid=28319 vsize=10824364 memory=15460 CPUtime=0.21 cores=0,2,4,6
/proc/28322/task/28386/stat : 28386 (java) S 28319 28322 22966 0 -1 1077944384 754 13363 0 0 14 0 5 2 20 0 15 0 444745462 11084148736 20918 33554432000 4194304 4196468 140725204113248 140045277653488 140045753170562 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37126144 140725204118256 140725204120773 140725204120773 140725204123599 0
[pid=28322/tid=28387] ppid=28319 vsize=10824364 memory=17668 CPUtime=0.24 cores=0,2,4,6
/proc/28322/task/28387/stat : 28387 (java) R 28319 28322 22966 0 -1 4202560 813 13363 0 0 17 0 5 2 20 0 15 0 444745462 11084148736 20918 33554432000 4194304 4196468 140725204113248 140045276601328 140045737239902 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37126144 140725204118256 140725204120773 140725204120773 140725204123599 0
[pid=28322/tid=28388] ppid=28319 vsize=10824364 memory=19876 CPUtime=0.07 cores=0,2,4,6
/proc/28322/task/28388/stat : 28388 (java) S 28319 28322 22966 0 -1 1077944384 3 13363 0 0 0 0 5 2 20 0 15 0 444745462 11084148736 20918 33554432000 4194304 4196468 140725204113248 140044248370144 140045753169621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37126144 140725204118256 140725204120773 140725204120773 140725204123599 0
[pid=28322/tid=28389] ppid=28319 vsize=10824364 memory=22084 CPUtime=0.07 cores=0,2,4,6
/proc/28322/task/28389/stat : 28389 (java) S 28319 28322 22966 0 -1 1077944384 1 13363 0 0 0 0 5 2 20 0 15 0 444745463 11084148736 20918 33554432000 4194304 4196468 140725204113248 140045275548080 140045753170562 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37126144 140725204118256 140725204120773 140725204120773 140725204123599 0
Current children cumulated CPU time: 1.11 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 83672 KiB

[startup+1.50074 s]
/proc/loadavg: 1.64 1.49 1.49 3/234 28389
/proc/meminfo: memFree=30055340/32770624 swapFree=67004524/67108860
[pid=28322] ppid=28319 vsize=10834680 memory=180016 CPUtime=2.61 cores=0,2,4,6
/proc/28322/stat : 28322 (java) S 28319 28322 22966 0 -1 1077944320 23663 13363 0 0 245 9 5 2 20 0 15 0 444745448 11094712320 45004 33554432000 4194304 4196468 140725204113248 140725204095792 140045753159415 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 37126144 140725204118256 140725204120773 140725204120773 140725204123599 0
/proc/28322/statm: 2708670 45004 3575 1 0 2670733 0
[pid=28322/tid=28375] ppid=28319 vsize=10834680 memory=0 CPUtime=1.42 cores=0,2,4,6
/proc/28322/task/28375/stat : 28375 (java) R 28319 28322 22966 0 -1 4202560 15633 13363 0 0 130 5 5 2 20 0 15 0 444745457 11094712320 45004 33554432000 4194304 4196468 140725204113248 140045724963056 140045753181341 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37126144 140725204118256 140725204120773 140725204120773 140725204123599 0
[pid=28322/tid=28376] ppid=28319 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28322/task/28376/stat : 28376 (java) S 28319 28322 22966 0 -1 1077944384 65 13363 0 0 1 0 5 2 20 0 15 0 444745457 11094712320 45004 33554432000 4194304 4196468 140725204113248 140045757402000 140045753169621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37126144 140725204118256 140725204120773 140725204120773 140725204123599 0
[pid=28322/tid=28377] ppid=28319 vsize=10834680 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28322/task/28377/stat : 28377 (java) S 28319 28322 22966 0 -1 1077944384 32 13363 0 0 0 0 5 2 20 0 15 0 444745457 11094712320 45004 33554432000 4194304 4196468 140725204113248 140045672221456 140045753169621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37126144 140725204118256 140725204120773 140725204120773 140725204123599 0
[pid=28322/tid=28378] ppid=28319 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28322/task/28378/stat : 28378 (java) S 28319 28322 22966 0 -1 1077944384 322 13363 0 0 1 0 5 2 20 0 15 0 444745457 11094712320 45004 33554432000 4194304 4196468 140725204113248 140045671169168 140045753169621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37126144 140725204118256 140725204120773 140725204120773 140725204123599 0
[pid=28322/tid=28379] ppid=28319 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28322/task/28379/stat : 28379 (java) S 28319 28322 22966 0 -1 1077944384 59 13363 0 0 1 0 5 2 20 0 15 0 444745457 11094712320 45004 33554432000 4194304 4196468 140725204113248 140045670116368 140045753169621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37126144 140725204118256 140725204120773 140725204120773 140725204123599 0
[pid=28322/tid=28380] ppid=28319 vsize=10834680 memory=-7965959130280075168 CPUtime=0.08 cores=0,2,4,6
/proc/28322/task/28380/stat : 28380 (java) S 28319 28322 22966 0 -1 1077944384 148 13363 0 0 1 0 5 2 20 0 15 0 444745459 11094712320 45004 33554432000 4194304 4196468 140725204113248 140045279758448 140045753170562 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37126144 140725204118256 140725204120773 140725204120773 140725204123599 0
[pid=28322/tid=28381] ppid=28319 vsize=10834680 memory=280211853748480 CPUtime=0.07 cores=0,2,4,6
/proc/28322/task/28381/stat : 28381 (java) S 28319 28322 22966 0 -1 1077944384 14 13363 0 0 0 0 5 2 20 0 15 0 444745459 11094712320 45004 33554432000 4194304 4196468 140725204113248 140045193306976 140045753169621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37126144 140725204118256 140725204120773 140725204120773 140725204123599 0
[pid=28322/tid=28382] ppid=28319 vsize=10834680 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28322/task/28382/stat : 28382 (java) S 28319 28322 22966 0 -1 1077944384 1 13363 0 0 0 0 5 2 20 0 15 0 444745460 11094712320 45004 33554432000 4194304 4196468 140725204113248 140044589327488 140045753169621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37126144 140725204118256 140725204120773 140725204120773 140725204123599 0
[pid=28322/tid=28383] ppid=28319 vsize=10834680 memory=8252 CPUtime=0.07 cores=0,2,4,6
/proc/28322/task/28383/stat : 28383 (java) S 28319 28322 22966 0 -1 1077944384 3 13363 0 0 0 0 5 2 20 0 15 0 444745462 11094712320 45004 33554432000 4194304 4196468 140725204113248 140044281927760 140045753178011 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37126144 140725204118256 140725204120773 140725204120773 140725204123599 0
[pid=28322/tid=28385] ppid=28319 vsize=10834680 memory=6032 CPUtime=0.39 cores=0,2,4,6
/proc/28322/task/28385/stat : 28385 (java) S 28319 28322 22966 0 -1 1077944384 2022 13363 0 0 32 0 5 2 20 0 15 0 444745462 11094712320 45004 33554432000 4194304 4196468 140725204113248 140045278706288 140045753170562 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37126144 140725204118256 140725204120773 140725204120773 140725204123599 0
[pid=28322/tid=28386] ppid=28319 vsize=10834680 memory=1056 CPUtime=0.39 cores=0,2,4,6
/proc/28322/task/28386/stat : 28386 (java) S 28319 28322 22966 0 -1 1077944384 1432 13363 0 0 32 0 5 2 20 0 15 0 444745462 11094712320 45004 33554432000 4194304 4196468 140725204113248 140045277653488 140045753170562 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37126144 140725204118256 140725204120773 140725204120773 140725204123599 0
[pid=28322/tid=28387] ppid=28319 vsize=10834680 memory=1540 CPUtime=0.49 cores=0,2,4,6
/proc/28322/task/28387/stat : 28387 (java) S 28319 28322 22966 0 -1 1077944384 1719 13363 0 0 42 0 5 2 20 0 15 0 444745462 11094712320 45004 33554432000 4194304 4196468 140725204113248 140045276601200 140045753170562 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37126144 140725204118256 140725204120773 140725204120773 140725204123599 0
[pid=28322/tid=28388] ppid=28319 vsize=10834680 memory=728 CPUtime=0.07 cores=0,2,4,6
/proc/28322/task/28388/stat : 28388 (java) S 28319 28322 22966 0 -1 1077944384 3 13363 0 0 0 0 5 2 20 0 15 0 444745462 11094712320 45004 33554432000 4194304 4196468 140725204113248 140044248370144 140045753169621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37126144 140725204118256 140725204120773 140725204120773 140725204123599 0
[pid=28322/tid=28389] ppid=28319 vsize=10834680 memory=4000 CPUtime=0.07 cores=0,2,4,6
/proc/28322/task/28389/stat : 28389 (java) S 28319 28322 22966 0 -1 1077944384 1 13363 0 0 0 0 5 2 20 0 15 0 444745463 11094712320 45004 33554432000 4194304 4196468 140725204113248 140045275548080 140045753170562 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37126144 140725204118256 140725204120773 140725204120773 140725204123599 0
Current children cumulated CPU time: 2.61 s
Current children cumulated vsize: 10834680 KiB

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

[pid=28322/tid=28388] ppid=28319 vsize=10849048 memory=988 CPUtime=0.07 cores=0,2,4,6
/proc/28322/task/28388/stat : 28388 (java) S 28319 28322 22966 0 -1 1077944384 3 13363 0 0 0 0 5 2 20 0 15 0 444745462 11109425152 260970 33554432000 4194304 4196468 140725204113248 140044248370144 140045753169621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37126144 140725204118256 140725204120773 140725204120773 140725204123599 0
[pid=28322/tid=28389] ppid=28319 vsize=10849048 memory=2052 CPUtime=0.97 cores=0,2,4,6
/proc/28322/task/28389/stat : 28389 (java) S 28319 28322 22966 0 -1 1077944384 773 13363 0 0 43 47 5 2 20 0 15 0 444745463 11109425152 260970 33554432000 4194304 4196468 140725204113248 140045275548080 140045753170562 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37126144 140725204118256 140725204120773 140725204120773 140725204123599 0
Current children cumulated CPU time: 1533.74 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 1043880 KiB

[startup+1500.8 s]
/proc/loadavg: 1.50 1.55 1.50 3/231 29059
/proc/meminfo: memFree=29161788/32770624 swapFree=67004528/67108860
[pid=28322] ppid=28319 vsize=10849048 memory=1043880 CPUtime=1535.36 cores=0,2,4,6
/proc/28322/stat : 28322 (java) S 28319 28322 22966 0 -1 1077944320 184279 13363 0 0 153280 249 5 2 20 0 15 0 444745448 11109425152 260970 33554432000 4194304 4196468 140725204113248 140725204095792 140045753159415 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 37126144 140725204118256 140725204120773 140725204120773 140725204123599 0
/proc/28322/statm: 2712262 260970 3632 1 0 2674317 0
[pid=28322/tid=28375] ppid=28319 vsize=10849048 memory=4000 CPUtime=1483.69 cores=0,2,4,6
/proc/28322/task/28375/stat : 28375 (java) R 28319 28322 22966 0 -1 4202560 60086 13363 0 0 148318 44 5 2 20 0 15 0 444745457 11109425152 260970 33554432000 4194304 4196468 140725204113248 140045724994896 140045357686144 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37126144 140725204118256 140725204120773 140725204120773 140725204123599 0
[pid=28322/tid=28376] ppid=28319 vsize=10849048 memory=2832 CPUtime=7.88 cores=0,2,4,6
/proc/28322/task/28376/stat : 28376 (java) S 28319 28322 22966 0 -1 1077944384 11781 13363 0 0 744 37 5 2 20 0 15 0 444745457 11109425152 260970 33554432000 4194304 4196468 140725204113248 140045757402000 140045753169621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37126144 140725204118256 140725204120773 140725204120773 140725204123599 0
[pid=28322/tid=28377] ppid=28319 vsize=10849048 memory=1212 CPUtime=7.85 cores=0,2,4,6
/proc/28322/task/28377/stat : 28377 (java) S 28319 28322 22966 0 -1 1077944384 12186 13363 0 0 741 37 5 2 20 0 15 0 444745457 11109425152 260970 33554432000 4194304 4196468 140725204113248 140045672221456 140045753169621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37126144 140725204118256 140725204120773 140725204120773 140725204123599 0
[pid=28322/tid=28378] ppid=28319 vsize=10849048 memory=1043880 CPUtime=7.86 cores=0,2,4,6
/proc/28322/task/28378/stat : 28378 (java) S 28319 28322 22966 0 -1 1077944384 13573 13363 0 0 741 38 5 2 20 0 15 0 444745457 11109425152 260970 33554432000 4194304 4196468 140725204113248 140045671169168 140045753169621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37126144 140725204118256 140725204120773 140725204120773 140725204123599 0
[pid=28322/tid=28379] ppid=28319 vsize=10849048 memory=784 CPUtime=7.88 cores=0,2,4,6
/proc/28322/task/28379/stat : 28379 (java) S 28319 28322 22966 0 -1 1077944384 8967 13363 0 0 742 39 5 2 20 0 15 0 444745457 11109425152 260970 33554432000 4194304 4196468 140725204113248 140045670116368 140045753169621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37126144 140725204118256 140725204120773 140725204120773 140725204123599 0
[pid=28322/tid=28380] ppid=28319 vsize=10849048 memory=8252 CPUtime=6.84 cores=0,2,4,6
/proc/28322/task/28380/stat : 28380 (java) S 28319 28322 22966 0 -1 1077944384 12860 13363 0 0 643 34 5 2 20 0 15 0 444745459 11109425152 260970 33554432000 4194304 4196468 140725204113248 140045279758448 140045753170562 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37126144 140725204118256 140725204120773 140725204120773 140725204123599 0
[pid=28322/tid=28381] ppid=28319 vsize=10849048 memory=6032 CPUtime=0.07 cores=0,2,4,6
/proc/28322/task/28381/stat : 28381 (java) S 28319 28322 22966 0 -1 1077944384 15 13363 0 0 0 0 5 2 20 0 15 0 444745459 11109425152 260970 33554432000 4194304 4196468 140725204113248 140045193306976 140045753169621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37126144 140725204118256 140725204120773 140725204120773 140725204123599 0
[pid=28322/tid=28382] ppid=28319 vsize=10849048 memory=1056 CPUtime=0.07 cores=0,2,4,6
/proc/28322/task/28382/stat : 28382 (java) S 28319 28322 22966 0 -1 1077944384 1 13363 0 0 0 0 5 2 20 0 15 0 444745460 11109425152 260970 33554432000 4194304 4196468 140725204113248 140044589327488 140045753169621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37126144 140725204118256 140725204120773 140725204120773 140725204123599 0
[pid=28322/tid=28383] ppid=28319 vsize=10849048 memory=1540 CPUtime=0.07 cores=0,2,4,6
/proc/28322/task/28383/stat : 28383 (java) S 28319 28322 22966 0 -1 1077944384 3 13363 0 0 0 0 5 2 20 0 15 0 444745462 11109425152 260970 33554432000 4194304 4196468 140725204113248 140044281927760 140045753178011 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37126144 140725204118256 140725204120773 140725204120773 140725204123599 0
[pid=28322/tid=28385] ppid=28319 vsize=10849048 memory=1212 CPUtime=4.48 cores=0,2,4,6
/proc/28322/task/28385/stat : 28385 (java) S 28319 28322 22966 0 -1 1077944384 23502 13363 0 0 437 4 5 2 20 0 15 0 444745462 11109425152 260970 33554432000 4194304 4196468 140725204113248 140045278706288 140045753170562 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37126144 140725204118256 140725204120773 140725204120773 140725204123599 0
[pid=28322/tid=28386] ppid=28319 vsize=10849048 memory=1036 CPUtime=4.63 cores=0,2,4,6
/proc/28322/task/28386/stat : 28386 (java) S 28319 28322 22966 0 -1 1077944384 18322 13363 0 0 452 4 5 2 20 0 15 0 444745462 11109425152 260970 33554432000 4194304 4196468 140725204113248 140045277653488 140045753170562 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37126144 140725204118256 140725204120773 140725204120773 140725204123599 0
[pid=28322/tid=28387] ppid=28319 vsize=10849048 memory=1043880 CPUtime=3.8 cores=0,2,4,6
/proc/28322/task/28387/stat : 28387 (java) S 28319 28322 22966 0 -1 1077944384 19998 13363 0 0 368 5 5 2 20 0 15 0 444745462 11109425152 260970 33554432000 4194304 4196468 140725204113248 140045276601200 140045753170562 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37126144 140725204118256 140725204120773 140725204120773 140725204123599 0
[pid=28322/tid=28388] ppid=28319 vsize=10849048 memory=6791534058613427641 CPUtime=0.07 cores=0,2,4,6
/proc/28322/task/28388/stat : 28388 (java) S 28319 28322 22966 0 -1 1077944384 3 13363 0 0 0 0 5 2 20 0 15 0 444745462 11109425152 260970 33554432000 4194304 4196468 140725204113248 140044248370144 140045753169621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37126144 140725204118256 140725204120773 140725204120773 140725204123599 0
[pid=28322/tid=28389] ppid=28319 vsize=10849048 memory=496 CPUtime=0.97 cores=0,2,4,6
/proc/28322/task/28389/stat : 28389 (java) S 28319 28322 22966 0 -1 1077944384 773 13363 0 0 43 47 5 2 20 0 15 0 444745463 11109425152 260970 33554432000 4194304 4196468 140725204113248 140045275548080 140045753170562 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37126144 140725204118256 140725204120773 140725204120773 140725204123599 0
Current children cumulated CPU time: 1535.36 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 1043880 KiB

[startup+1501.6 s]
/proc/loadavg: 1.38 1.52 1.49 3/231 29059
/proc/meminfo: memFree=29161796/32770624 swapFree=67004528/67108860
[pid=28322] ppid=28319 vsize=10849048 memory=1043880 CPUtime=1536.17 cores=0,2,4,6
/proc/28322/stat : 28322 (java) S 28319 28322 22966 0 -1 1077944320 184286 13363 0 0 153361 249 5 2 20 0 15 0 444745448 11109425152 260970 33554432000 4194304 4196468 140725204113248 140725204095792 140045753159415 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 37126144 140725204118256 140725204120773 140725204120773 140725204123599 0
/proc/28322/statm: 2712262 260970 3632 1 0 2674317 0
[pid=28322/tid=28375] ppid=28319 vsize=10849048 memory=47708 CPUtime=1484.48 cores=0,2,4,6
/proc/28322/task/28375/stat : 28375 (java) R 28319 28322 22966 0 -1 4202560 60091 13363 0 0 148397 44 5 2 20 0 15 0 444745457 11109425152 260970 33554432000 4194304 4196468 140725204113248 140045724995488 140045360625582 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 37126144 140725204118256 140725204120773 140725204120773 140725204123599 0
[pid=28322/tid=28376] ppid=28319 vsize=10849048 memory=6791534058613427641 CPUtime=7.89 cores=0,2,4,6
/proc/28322/task/28376/stat : 28376 (java) S 28319 28322 22966 0 -1 1077944384 11781 13363 0 0 745 37 5 2 20 0 15 0 444745457 11109425152 260970 33554432000 4194304 4196468 140725204113248 140045757402000 140045753169621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37126144 140725204118256 140725204120773 140725204120773 140725204123599 0
[pid=28322/tid=28377] ppid=28319 vsize=10849048 memory=2052 CPUtime=7.85 cores=0,2,4,6
/proc/28322/task/28377/stat : 28377 (java) S 28319 28322 22966 0 -1 1077944384 12186 13363 0 0 741 37 5 2 20 0 15 0 444745457 11109425152 260970 33554432000 4194304 4196468 140725204113248 140045672221456 140045753169621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37126144 140725204118256 140725204120773 140725204120773 140725204123599 0
[pid=28322/tid=28378] ppid=28319 vsize=10849048 memory=1220 CPUtime=7.86 cores=0,2,4,6
/proc/28322/task/28378/stat : 28378 (java) S 28319 28322 22966 0 -1 1077944384 13573 13363 0 0 741 38 5 2 20 0 15 0 444745457 11109425152 260970 33554432000 4194304 4196468 140725204113248 140045671169168 140045753169621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37126144 140725204118256 140725204120773 140725204120773 140725204123599 0
[pid=28322/tid=28379] ppid=28319 vsize=10849048 memory=1716 CPUtime=7.89 cores=0,2,4,6
/proc/28322/task/28379/stat : 28379 (java) S 28319 28322 22966 0 -1 1077944384 8967 13363 0 0 743 39 5 2 20 0 15 0 444745457 11109425152 260970 33554432000 4194304 4196468 140725204113248 140045670116368 140045753169621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37126144 140725204118256 140725204120773 140725204120773 140725204123599 0
[pid=28322/tid=28380] ppid=28319 vsize=10849048 memory=1043880 CPUtime=6.84 cores=0,2,4,6
/proc/28322/task/28380/stat : 28380 (java) S 28319 28322 22966 0 -1 1077944384 12862 13363 0 0 643 34 5 2 20 0 15 0 444745459 11109425152 260970 33554432000 4194304 4196468 140725204113248 140045279758448 140045753170562 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37126144 140725204118256 140725204120773 140725204120773 140725204123599 0
[pid=28322/tid=28381] ppid=28319 vsize=10849048 memory=1984 CPUtime=0.07 cores=0,2,4,6
/proc/28322/task/28381/stat : 28381 (java) S 28319 28322 22966 0 -1 1077944384 15 13363 0 0 0 0 5 2 20 0 15 0 444745459 11109425152 260970 33554432000 4194304 4196468 140725204113248 140045193306976 140045753169621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37126144 140725204118256 140725204120773 140725204120773 140725204123599 0
[pid=28322/tid=28382] ppid=28319 vsize=10849048 memory=1043880 CPUtime=0.07 cores=0,2,4,6
/proc/28322/task/28382/stat : 28382 (java) S 28319 28322 22966 0 -1 1077944384 1 13363 0 0 0 0 5 2 20 0 15 0 444745460 11109425152 260970 33554432000 4194304 4196468 140725204113248 140044589327488 140045753169621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37126144 140725204118256 140725204120773 140725204120773 140725204123599 0
[pid=28322/tid=28383] ppid=28319 vsize=10849048 memory=830576 CPUtime=0.07 cores=0,2,4,6
/proc/28322/task/28383/stat : 28383 (java) S 28319 28322 22966 0 -1 1077944384 3 13363 0 0 0 0 5 2 20 0 15 0 444745462 11109425152 260970 33554432000 4194304 4196468 140725204113248 140044281927760 140045753178011 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37126144 140725204118256 140725204120773 140725204120773 140725204123599 0
[pid=28322/tid=28385] ppid=28319 vsize=10849048 memory=728 CPUtime=4.48 cores=0,2,4,6
/proc/28322/task/28385/stat : 28385 (java) S 28319 28322 22966 0 -1 1077944384 23502 13363 0 0 437 4 5 2 20 0 15 0 444745462 11109425152 260970 33554432000 4194304 4196468 140725204113248 140045278706288 140045753170562 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37126144 140725204118256 140725204120773 140725204120773 140725204123599 0
[pid=28322/tid=28386] ppid=28319 vsize=10849048 memory=4000 CPUtime=4.63 cores=0,2,4,6
/proc/28322/task/28386/stat : 28386 (java) S 28319 28322 22966 0 -1 1077944384 18322 13363 0 0 452 4 5 2 20 0 15 0 444745462 11109425152 260970 33554432000 4194304 4196468 140725204113248 140045277653488 140045753170562 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37126144 140725204118256 140725204120773 140725204120773 140725204123599 0
[pid=28322/tid=28387] ppid=28319 vsize=10849048 memory=2832 CPUtime=3.8 cores=0,2,4,6
/proc/28322/task/28387/stat : 28387 (java) S 28319 28322 22966 0 -1 1077944384 19998 13363 0 0 368 5 5 2 20 0 15 0 444745462 11109425152 260970 33554432000 4194304 4196468 140725204113248 140045276601200 140045753170562 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37126144 140725204118256 140725204120773 140725204120773 140725204123599 0
[pid=28322/tid=28388] ppid=28319 vsize=10849048 memory=1212 CPUtime=0.07 cores=0,2,4,6
/proc/28322/task/28388/stat : 28388 (java) S 28319 28322 22966 0 -1 1077944384 3 13363 0 0 0 0 5 2 20 0 15 0 444745462 11109425152 260970 33554432000 4194304 4196468 140725204113248 140044248370144 140045753169621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37126144 140725204118256 140725204120773 140725204120773 140725204123599 0
[pid=28322/tid=28389] ppid=28319 vsize=10849048 memory=1036 CPUtime=0.97 cores=0,2,4,6
/proc/28322/task/28389/stat : 28389 (java) S 28319 28322 22966 0 -1 1077944384 773 13363 0 0 43 47 5 2 20 0 15 0 444745463 11109425152 260970 33554432000 4194304 4196468 140725204113248 140045275548080 140045753170562 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37126144 140725204118256 140725204120773 140725204120773 140725204123599 0
Current children cumulated CPU time: 1536.17 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 1043880 KiB

[startup+1501.8 s]
/proc/loadavg: 1.38 1.52 1.49 3/231 29059
/proc/meminfo: memFree=29161796/32770624 swapFree=67004528/67108860
[pid=28322] ppid=28319 vsize=10849048 memory=1043880 CPUtime=1536.38 cores=0,2,4,6
/proc/28322/stat : 28322 (java) S 28319 28322 22966 0 -1 1077944320 184334 13363 0 0 153382 249 5 2 20 0 15 0 444745448 11109425152 260970 33554432000 4194304 4196468 140725204113248 140725204095792 140045753159415 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 37126144 140725204118256 140725204120773 140725204120773 140725204123599 0
/proc/28322/statm: 2712262 260970 3632 1 0 2674317 0
[pid=28322/tid=28375] ppid=28319 vsize=10849048 memory=12024 CPUtime=1484.68 cores=0,2,4,6
/proc/28322/task/28375/stat : 28375 (java) R 28319 28322 22966 0 -1 4202560 60128 13363 0 0 148417 44 5 2 20 0 15 0 444745457 11109425152 260970 33554432000 4194304 4196468 140725204113248 140045724994784 140045360185663 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 37126144 140725204118256 140725204120773 140725204120773 140725204123599 0
[pid=28322/tid=28376] ppid=28319 vsize=10849048 memory=2116 CPUtime=7.89 cores=0,2,4,6
/proc/28322/task/28376/stat : 28376 (java) S 28319 28322 22966 0 -1 1077944384 11781 13363 0 0 745 37 5 2 20 0 15 0 444745457 11109425152 260970 33554432000 4194304 4196468 140725204113248 140045757402000 140045753169621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37126144 140725204118256 140725204120773 140725204120773 140725204123599 0
[pid=28322/tid=28377] ppid=28319 vsize=10849048 memory=25368 CPUtime=7.85 cores=0,2,4,6
/proc/28322/task/28377/stat : 28377 (java) S 28319 28322 22966 0 -1 1077944384 12186 13363 0 0 741 37 5 2 20 0 15 0 444745457 11109425152 260970 33554432000 4194304 4196468 140725204113248 140045672221456 140045753169621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37126144 140725204118256 140725204120773 140725204120773 140725204123599 0
[pid=28322/tid=28378] ppid=28319 vsize=10849048 memory=496 CPUtime=7.86 cores=0,2,4,6
/proc/28322/task/28378/stat : 28378 (java) S 28319 28322 22966 0 -1 1077944384 13573 13363 0 0 741 38 5 2 20 0 15 0 444745457 11109425152 260970 33554432000 4194304 4196468 140725204113248 140045671169168 140045753169621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37126144 140725204118256 140725204120773 140725204120773 140725204123599 0
[pid=28322/tid=28379] ppid=28319 vsize=10849048 memory=6791534058613427641 CPUtime=7.89 cores=0,2,4,6
/proc/28322/task/28379/stat : 28379 (java) S 28319 28322 22966 0 -1 1077944384 8967 13363 0 0 743 39 5 2 20 0 15 0 444745457 11109425152 260970 33554432000 4194304 4196468 140725204113248 140045670116368 140045753169621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37126144 140725204118256 140725204120773 140725204120773 140725204123599 0
[pid=28322/tid=28380] ppid=28319 vsize=10849048 memory=3280 CPUtime=6.84 cores=0,2,4,6
/proc/28322/task/28380/stat : 28380 (java) S 28319 28322 22966 0 -1 1077944384 12862 13363 0 0 643 34 5 2 20 0 15 0 444745459 11109425152 260970 33554432000 4194304 4196468 140725204113248 140045279758448 140045753170562 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37126144 140725204118256 140725204120773 140725204120773 140725204123599 0
[pid=28322/tid=28381] ppid=28319 vsize=10849048 memory=47708 CPUtime=0.07 cores=0,2,4,6
/proc/28322/task/28381/stat : 28381 (java) S 28319 28322 22966 0 -1 1077944384 15 13363 0 0 0 0 5 2 20 0 15 0 444745459 11109425152 260970 33554432000 4194304 4196468 140725204113248 140045193306976 140045753169621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37126144 140725204118256 140725204120773 140725204120773 140725204123599 0
[pid=28322/tid=28382] ppid=28319 vsize=10849048 memory=988 CPUtime=0.07 cores=0,2,4,6
/proc/28322/task/28382/stat : 28382 (java) S 28319 28322 22966 0 -1 1077944384 1 13363 0 0 0 0 5 2 20 0 15 0 444745460 11109425152 260970 33554432000 4194304 4196468 140725204113248 140044589327488 140045753169621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37126144 140725204118256 140725204120773 140725204120773 140725204123599 0
[pid=28322/tid=28383] ppid=28319 vsize=10849048 memory=2052 CPUtime=0.07 cores=0,2,4,6
/proc/28322/task/28383/stat : 28383 (java) S 28319 28322 22966 0 -1 1077944384 3 13363 0 0 0 0 5 2 20 0 15 0 444745462 11109425152 260970 33554432000 4194304 4196468 140725204113248 140044281927760 140045753178011 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37126144 140725204118256 140725204120773 140725204120773 140725204123599 0
[pid=28322/tid=28385] ppid=28319 vsize=10849048 memory=784 CPUtime=4.48 cores=0,2,4,6
/proc/28322/task/28385/stat : 28385 (java) S 28319 28322 22966 0 -1 1077944384 23502 13363 0 0 437 4 5 2 20 0 15 0 444745462 11109425152 260970 33554432000 4194304 4196468 140725204113248 140045278706288 140045753170562 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37126144 140725204118256 140725204120773 140725204120773 140725204123599 0
[pid=28322/tid=28386] ppid=28319 vsize=10849048 memory=8252 CPUtime=4.63 cores=0,2,4,6
/proc/28322/task/28386/stat : 28386 (java) S 28319 28322 22966 0 -1 1077944384 18322 13363 0 0 452 4 5 2 20 0 15 0 444745462 11109425152 260970 33554432000 4194304 4196468 140725204113248 140045277653488 140045753170562 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37126144 140725204118256 140725204120773 140725204120773 140725204123599 0
[pid=28322/tid=28387] ppid=28319 vsize=10849048 memory=6032 CPUtime=3.8 cores=0,2,4,6
/proc/28322/task/28387/stat : 28387 (java) S 28319 28322 22966 0 -1 1077944384 19998 13363 0 0 368 5 5 2 20 0 15 0 444745462 11109425152 260970 33554432000 4194304 4196468 140725204113248 140045276601200 140045753170562 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37126144 140725204118256 140725204120773 140725204120773 140725204123599 0
[pid=28322/tid=28388] ppid=28319 vsize=10849048 memory=1056 CPUtime=0.07 cores=0,2,4,6
/proc/28322/task/28388/stat : 28388 (java) S 28319 28322 22966 0 -1 1077944384 3 13363 0 0 0 0 5 2 20 0 15 0 444745462 11109425152 260970 33554432000 4194304 4196468 140725204113248 140044248370144 140045753169621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37126144 140725204118256 140725204120773 140725204120773 140725204123599 0
[pid=28322/tid=28389] ppid=28319 vsize=10849048 memory=1540 CPUtime=0.97 cores=0,2,4,6
/proc/28322/task/28389/stat : 28389 (java) S 28319 28322 22966 0 -1 1077944384 784 13363 0 0 43 47 5 2 20 0 15 0 444745463 11109425152 260970 33554432000 4194304 4196468 140725204113248 140045275548080 140045753170562 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37126144 140725204118256 140725204120773 140725204120773 140725204123599 0
Current children cumulated CPU time: 1536.38 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 1043880 KiB

[startup+1501.9 s]
/proc/loadavg: 1.38 1.52 1.49 3/231 29059
/proc/meminfo: memFree=29161796/32770624 swapFree=67004528/67108860
[pid=28322] ppid=28319 vsize=10849048 memory=1043880 CPUtime=1536.48 cores=0,2,4,6
/proc/28322/stat : 28322 (java) S 28319 28322 22966 0 -1 1077944320 184545 13363 0 0 153392 249 5 2 20 0 15 0 444745448 11109425152 260970 33554432000 4194304 4196468 140725204113248 140725204095792 140045753159415 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 37126144 140725204118256 140725204120773 140725204120773 140725204123599 0
/proc/28322/statm: 2712262 260970 3632 1 0 2674317 0
[pid=28322/tid=28375] ppid=28319 vsize=10849048 memory=1043880 CPUtime=1484.78 cores=0,2,4,6
/proc/28322/task/28375/stat : 28375 (java) R 28319 28322 22966 0 -1 4202560 60136 13363 0 0 148427 44 5 2 20 0 15 0 444745457 11109425152 260970 33554432000 4194304 4196468 140725204113248 140045724994928 140045344647010 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 37126144 140725204118256 140725204120773 140725204120773 140725204123599 0
[pid=28322/tid=28376] ppid=28319 vsize=10849048 memory=1043880 CPUtime=7.89 cores=0,2,4,6
/proc/28322/task/28376/stat : 28376 (java) S 28319 28322 22966 0 -1 1077944384 11783 13363 0 0 745 37 5 2 20 0 15 0 444745457 11109425152 260970 33554432000 4194304 4196468 140725204113248 140045757402000 140045753169621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37126144 140725204118256 140725204120773 140725204120773 140725204123599 0
[pid=28322/tid=28377] ppid=28319 vsize=10849048 memory=1043880 CPUtime=7.85 cores=0,2,4,6
/proc/28322/task/28377/stat : 28377 (java) S 28319 28322 22966 0 -1 1077944384 12219 13363 0 0 741 37 5 2 20 0 15 0 444745457 11109425152 260970 33554432000 4194304 4196468 140725204113248 140045672221456 140045753169621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37126144 140725204118256 140725204120773 140725204120773 140725204123599 0
[pid=28322/tid=28378] ppid=28319 vsize=10849048 memory=1043876 CPUtime=7.86 cores=0,2,4,6
/proc/28322/task/28378/stat : 28378 (java) S 28319 28322 22966 0 -1 1077944384 13575 13363 0 0 741 38 5 2 20 0 15 0 444745457 11109425152 260970 33554432000 4194304 4196468 140725204113248 140045671169168 140045753169621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37126144 140725204118256 140725204120773 140725204120773 140725204123599 0
[pid=28322/tid=28379] ppid=28319 vsize=10849048 memory=1043876 CPUtime=7.89 cores=0,2,4,6
/proc/28322/task/28379/stat : 28379 (java) S 28319 28322 22966 0 -1 1077944384 8973 13363 0 0 743 39 5 2 20 0 15 0 444745457 11109425152 260970 33554432000 4194304 4196468 140725204113248 140045670116368 140045753169621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37126144 140725204118256 140725204120773 140725204120773 140725204123599 0
[pid=28322/tid=28380] ppid=28319 vsize=10849048 memory=1043876 CPUtime=6.84 cores=0,2,4,6
/proc/28322/task/28380/stat : 28380 (java) S 28319 28322 22966 0 -1 1077944384 13022 13363 0 0 643 34 5 2 20 0 15 0 444745459 11109425152 260970 33554432000 4194304 4196468 140725204113248 140045279758448 140045753170562 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37126144 140725204118256 140725204120773 140725204120773 140725204123599 0
[pid=28322/tid=28381] ppid=28319 vsize=10849048 memory=1043880 CPUtime=0.07 cores=0,2,4,6
/proc/28322/task/28381/stat : 28381 (java) S 28319 28322 22966 0 -1 1077944384 15 13363 0 0 0 0 5 2 20 0 15 0 444745459 11109425152 260970 33554432000 4194304 4196468 140725204113248 140045193306976 140045753169621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37126144 140725204118256 140725204120773 140725204120773 140725204123599 0
[pid=28322/tid=28382] ppid=28319 vsize=10849048 memory=1043880 CPUtime=0.07 cores=0,2,4,6
/proc/28322/task/28382/stat : 28382 (java) S 28319 28322 22966 0 -1 1077944384 1 13363 0 0 0 0 5 2 20 0 15 0 444745460 11109425152 260970 33554432000 4194304 4196468 140725204113248 140044589327488 140045753169621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37126144 140725204118256 140725204120773 140725204120773 140725204123599 0
[pid=28322/tid=28383] ppid=28319 vsize=10849048 memory=1043880 CPUtime=0.07 cores=0,2,4,6
/proc/28322/task/28383/stat : 28383 (java) S 28319 28322 22966 0 -1 1077944384 3 13363 0 0 0 0 5 2 20 0 15 0 444745462 11109425152 260970 33554432000 4194304 4196468 140725204113248 140044281927760 140045753178011 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37126144 140725204118256 140725204120773 140725204120773 140725204123599 0
[pid=28322/tid=28385] ppid=28319 vsize=10849048 memory=1043880 CPUtime=4.48 cores=0,2,4,6
/proc/28322/task/28385/stat : 28385 (java) S 28319 28322 22966 0 -1 1077944384 23502 13363 0 0 437 4 5 2 20 0 15 0 444745462 11109425152 260970 33554432000 4194304 4196468 140725204113248 140045278706288 140045753170562 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37126144 140725204118256 140725204120773 140725204120773 140725204123599 0
[pid=28322/tid=28386] ppid=28319 vsize=10849048 memory=441 CPUtime=4.63 cores=0,2,4,6
/proc/28322/task/28386/stat : 28386 (java) S 28319 28322 22966 0 -1 1077944384 18322 13363 0 0 452 4 5 2 20 0 15 0 444745462 11109425152 260970 33554432000 4194304 4196468 140725204113248 140045277653488 140045753170562 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37126144 140725204118256 140725204120773 140725204120773 140725204123599 0
[pid=28322/tid=28387] ppid=28319 vsize=10849048 memory=1043880 CPUtime=3.8 cores=0,2,4,6
/proc/28322/task/28387/stat : 28387 (java) S 28319 28322 22966 0 -1 1077944384 19998 13363 0 0 368 5 5 2 20 0 15 0 444745462 11109425152 260970 33554432000 4194304 4196468 140725204113248 140045276601200 140045753170562 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37126144 140725204118256 140725204120773 140725204120773 140725204123599 0
[pid=28322/tid=28388] ppid=28319 vsize=10849048 memory=1043880 CPUtime=0.07 cores=0,2,4,6
/proc/28322/task/28388/stat : 28388 (java) S 28319 28322 22966 0 -1 1077944384 3 13363 0 0 0 0 5 2 20 0 15 0 444745462 11109425152 260970 33554432000 4194304 4196468 140725204113248 140044248370144 140045753169621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37126144 140725204118256 140725204120773 140725204120773 140725204123599 0
[pid=28322/tid=28389] ppid=28319 vsize=10849048 memory=47708 CPUtime=0.97 cores=0,2,4,6
/proc/28322/task/28389/stat : 28389 (java) S 28319 28322 22966 0 -1 1077944384 784 13363 0 0 43 47 5 2 20 0 15 0 444745463 11109425152 260970 33554432000 4194304 4196468 140725204113248 140045275548080 140045753170562 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37126144 140725204118256 140725204120773 140725204120773 140725204123599 0
Current children cumulated CPU time: 1536.48 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 1043880 KiB

Child status: 0
Real time (s): 1501.93
CPU time (s): 1536.53
CPU user time (s): 1534
CPU system time (s): 2.53659
CPU usage (%): 102.304
Max. virtual memory (cumulated for all children) (KiB): 10849048
Max. memory (cumulated for all children) (KiB): 1093048

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1534
system time used= 2.53659
maximum resident set size= 1095096
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 198366
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1848
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 183683
involuntary context switches= 6609


# summary of solver processes directly reported to runsolver:
#   pid: 28322
#   total CPU time (s): 1536.53
#   total CPU user time (s): 1534
#   total CPU system time (s): 2.53659

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.0848 second user time and 14.0982 second system time

The end

Launcher Data

Begin job on node133 at 2019-09-17 03:50:19
IDJOB=4401127
IDBENCH=133278
IDSOLVER=2857
FILE ID=node133/4401127-1568685058
RUNJOBID= node133-1568673291-22997
PBS_JOBID= 21703782
Free space on /tmp= 59540 MiB

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

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

MD5SUM BENCH= d930a285b222420c6879960cff9efc87
RANDOM SEED=535221524

node133.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.18
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.18
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.18
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.18
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:        30161340 kB
MemAvailable:   31032060 kB
Buffers:          240432 kB
Cached:           920936 kB
SwapCached:         3176 kB
Active:          1438240 kB
Inactive:         586704 kB
Active(anon):     887848 kB
Inactive(anon):    24424 kB
Active(file):     550392 kB
Inactive(file):   562280 kB
Unevictable:      111224 kB
Mlocked:          111224 kB
SwapTotal:      67108860 kB
SwapFree:       67004524 kB
Dirty:             35356 kB
Writeback:             0 kB
AnonPages:        983284 kB
Mapped:            62076 kB
Shmem:             40076 kB
Slab:             177168 kB
SReclaimable:     147768 kB
SUnreclaim:        29400 kB
KernelStack:        4096 kB
PageTables:         7628 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2141540 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    821248 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 59508 MiB
End job on node133 at 2019-09-17 04:15:21