Trace number 4304664

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-SuperNGOPT832 629.804 606.682

General information on the benchmark

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

Quality of the solution as a function of time


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

Solver Data

0.99/0.74	c Concrete v3.9.2.1532736233296 running
10.84/4.67	o 441
12.95/5.45	o 464
13.26/5.57	o 512
14.36/6.00	o 530
14.36/6.00	o 592
14.70/6.01	o 625
16.47/6.71	o 637
16.78/6.86	o 663
17.04/6.96	o 675
17.26/7.01	o 737
23.55/11.80	o 738
26.63/14.61	o 772
29.01/16.85	o 799
280.73/263.34	o 832
629.70/606.66	v <instantiation cost="832">
629.70/606.66	v       <list>
629.70/606.66	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]
629.70/606.66	v       </list>
629.70/606.66	v       <values>
629.70/606.66	v         6 0 15 17 18 5 26 7 9 12 10 11 16 4 2 8 21 14 28 19 20 13 22 23 24 25 3 27 1 29 52 0 54 45 179 0 14 0 47 215 0 0 279 141 18 6 154 274 29 0 0 146 0 0 0 0 196 0 91 0 0 0 3 58 67 0 11 0 62 27 0 0 52 60 62 52 69 76 62 0 0 69 0 0 0 0 33 0 69 0
629.70/606.66	v       </values>
629.70/606.66	v     </instantiation>
629.70/606.66	s OPTIMUM FOUND

Verifier Data

OK	832

Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (6900 MiB free)
  memory of node 1: 16384 MiB (9624 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4304664-1534125747/watcher-4304664-1534125747 -o /tmp/evaluation-result-4304664-1534125747/solver-4304664-1534125747 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1534095874-7006 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=1875618128 -superng HOME/instance-4304664-1534125747.xml 

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

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

solver pid=13341, runsolver pid=13338

[startup+0.100065 s]*
/proc/loadavg: 1.31 1.57 1.65 3/210 13398
/proc/meminfo: memFree=16916372/32770624 swapFree=67108860/67108860
[pid=13341] ppid=13338 vsize=10005480 memory=16812 CPUtime=0.09 cores=0,2,4,6
/proc/13341/stat : 13341 (java) S 13338 13341 6975 0 -1 1077944320 4385 12890 0 0 2 0 5 2 20 0 6 0 230137894 10245611520 4203 33554432000 4194304 4196468 140737250274288 140737250256832 140241263771383 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 12365824 140737250282083 140737250284892 140737250284892 140737250287567 0
/proc/13341/statm: 2501370 4203 1934 1 0 2489808 0
[pid=13341/tid=13394] ppid=13338 vsize=10005480 memory=4279135703946462605 CPUtime=0.08 cores=0,2,4,6
/proc/13341/task/13394/stat : 13394 (java) R 13338 13341 6975 0 -1 4202560 2229 12890 0 0 1 0 5 2 20 0 6 0 230137903 10245611520 4269 33554432000 4194304 4196468 140737250274288 140241235608144 140241247851900 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12365824 140737250282083 140737250284892 140737250284892 140737250287567 0
[pid=13341/tid=13395] ppid=13338 vsize=10005480 memory=8257237230052613020 CPUtime=0.07 cores=0,2,4,6
/proc/13341/task/13395/stat : 13395 (java) S 13338 13341 6975 0 -1 1077944384 3 12890 0 0 0 0 5 2 20 0 6 0 230137903 10245611520 4269 33554432000 4194304 4196468 140737250274288 140241268005392 140241263781589 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12365824 140737250282083 140737250284892 140737250284892 140737250287567 0
[pid=13341/tid=13396] ppid=13338 vsize=10005480 memory=139858644592256 CPUtime=0.07 cores=0,2,4,6
/proc/13341/task/13396/stat : 13396 (java) S 13338 13341 6975 0 -1 1077944384 1 12890 0 0 0 0 5 2 20 0 6 0 230137903 10245611520 4269 33554432000 4194304 4196468 140737250274288 140241153211024 140241263781589 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12365824 140737250282083 140737250284892 140737250284892 140737250287567 0
[pid=13341/tid=13397] ppid=13338 vsize=10005480 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/13341/task/13397/stat : 13397 (java) S 13338 13341 6975 0 -1 1077944384 1 12890 0 0 0 0 5 2 20 0 6 0 230137903 10245611520 4269 33554432000 4194304 4196468 140737250274288 140240801945872 140241263781589 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12365824 140737250282083 140737250284892 140737250284892 140737250287567 0
[pid=13341/tid=13398] ppid=13338 vsize=10005480 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/13341/task/13398/stat : 13398 (java) S 13338 13341 6975 0 -1 1077944384 2 12890 0 0 0 0 5 2 20 0 6 0 230137903 10245611520 4269 33554432000 4194304 4196468 140737250274288 140240800893328 140241263781589 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12365824 140737250282083 140737250284892 140737250284892 140737250287567 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 16812 KiB

[startup+0.210382 s]*
/proc/loadavg: 1.31 1.57 1.65 4/219 13407
/proc/meminfo: memFree=16894348/32770624 swapFree=67108860/67108860
[pid=13341] ppid=13338 vsize=10982744 memory=43492 CPUtime=0.25 cores=0,2,4,6
/proc/13341/stat : 13341 (java) S 13338 13341 6975 0 -1 1077944320 8131 12890 0 0 16 2 5 2 20 0 15 0 230137894 11246329856 10873 33554432000 4194304 4196468 140737250274288 140737250256832 140241263771383 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 12365824 140737250282083 140737250284892 140737250284892 140737250287567 0
/proc/13341/statm: 2745686 10873 2951 1 0 2708109 0
[pid=13341/tid=13394] ppid=13338 vsize=10982744 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/13341/task/13394/stat : 13394 (java) R 13338 13341 6975 0 -1 4202560 4680 12890 0 0 11 1 5 2 20 0 15 0 230137903 11246329856 10873 33554432000 4194304 4196468 140737250274288 140241235568304 140241256450605 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12365824 140737250282083 140737250284892 140737250284892 140737250287567 0
[pid=13341/tid=13395] ppid=13338 vsize=10982744 memory=364 CPUtime=0.07 cores=0,2,4,6
/proc/13341/task/13395/stat : 13395 (java) S 13338 13341 6975 0 -1 1077944384 3 12890 0 0 0 0 5 2 20 0 15 0 230137903 11246329856 10873 33554432000 4194304 4196468 140737250274288 140241268005392 140241263781589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12365824 140737250282083 140737250284892 140737250284892 140737250287567 0
[pid=13341/tid=13396] ppid=13338 vsize=10982744 memory=139858644605789 CPUtime=0.07 cores=0,2,4,6
/proc/13341/task/13396/stat : 13396 (java) S 13338 13341 6975 0 -1 1077944384 1 12890 0 0 0 0 5 2 20 0 15 0 230137903 11246329856 10873 33554432000 4194304 4196468 140737250274288 140241153211024 140241263781589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12365824 140737250282083 140737250284892 140737250284892 140737250287567 0
[pid=13341/tid=13397] ppid=13338 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/13341/task/13397/stat : 13397 (java) S 13338 13341 6975 0 -1 1077944384 1 12890 0 0 0 0 5 2 20 0 15 0 230137903 11246329856 10873 33554432000 4194304 4196468 140737250274288 140240801945872 140241263781589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12365824 140737250282083 140737250284892 140737250284892 140737250287567 0
[pid=13341/tid=13398] ppid=13338 vsize=10982776 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/13341/task/13398/stat : 13398 (java) S 13338 13341 6975 0 -1 1077944384 2 12890 0 0 0 0 5 2 20 0 15 0 230137903 11246362624 10873 33554432000 4194304 4196468 140737250274288 140240800893328 140241263781589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12365824 140737250282083 140737250284892 140737250284892 140737250287567 0
[pid=13341/tid=13399] ppid=13338 vsize=10983736 memory=139858644592256 CPUtime=0.07 cores=0,2,4,6
/proc/13341/task/13399/stat : 13399 (java) S 13338 13341 6975 0 -1 1077944384 2 12890 0 0 0 0 5 2 20 0 15 0 230137905 11247345664 10939 33554432000 4194304 4196468 140737250274288 140240501996272 140241263782530 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12365824 140737250282083 140737250284892 140737250284892 140737250287567 0
[pid=13341/tid=13400] ppid=13338 vsize=10983736 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/13341/task/13400/stat : 13400 (java) S 13338 13341 6975 0 -1 1077944384 13 12890 0 0 0 0 5 2 20 0 15 0 230137905 11247345664 10939 33554432000 4194304 4196468 140737250274288 140240010340000 140241263781589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12365824 140737250282083 140737250284892 140737250284892 140737250287567 0
[pid=13341/tid=13401] ppid=13338 vsize=10983736 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/13341/task/13401/stat : 13401 (java) S 13338 13341 6975 0 -1 1077944384 21 12890 0 0 0 0 5 2 20 0 15 0 230137906 11247345664 10939 33554432000 4194304 4196468 140737250274288 140239943226608 140241263781589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12365824 140737250282083 140737250284892 140737250284892 140737250287567 0
[pid=13341/tid=13402] ppid=13338 vsize=10983736 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/13341/task/13402/stat : 13402 (java) S 13338 13341 6975 0 -1 1077944384 3 12890 0 0 0 0 5 2 20 0 15 0 230137908 11247345664 10939 33554432000 4194304 4196468 140737250274288 140239635831248 140241263789979 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12365824 140737250282083 140737250284892 140737250284892 140737250287567 0
[pid=13341/tid=13403] ppid=13338 vsize=10983736 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13341/task/13403/stat : 13403 (java) S 13338 13341 6975 0 -1 1077944384 366 12890 0 0 1 0 5 2 20 0 15 0 230137908 11247345664 10939 33554432000 4194304 4196468 140737250274288 140240500943088 140241263782530 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12365824 140737250282083 140737250284892 140737250284892 140737250287567 0
[pid=13341/tid=13404] ppid=13338 vsize=10983736 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/13341/task/13404/stat : 13404 (java) S 13338 13341 6975 0 -1 1077944384 244 12890 0 0 0 0 5 2 20 0 15 0 230137908 11247345664 11005 33554432000 4194304 4196468 140737250274288 140240499890544 140241263782530 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12365824 140737250282083 140737250284892 140737250284892 140737250287567 0
[pid=13341/tid=13405] ppid=13338 vsize=10983736 memory=139858644592256 CPUtime=0.09 cores=0,2,4,6
/proc/13341/task/13405/stat : 13405 (java) S 13338 13341 6975 0 -1 1077944384 609 12890 0 0 2 0 5 2 20 0 15 0 230137908 11247345664 11005 33554432000 4194304 4196468 140737250274288 140240498837488 140241263782530 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12365824 140737250282083 140737250284892 140737250284892 140737250287567 0
[pid=13341/tid=13406] ppid=13338 vsize=10983736 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/13341/task/13406/stat : 13406 (java) S 13338 13341 6975 0 -1 1077944384 3 12890 0 0 0 0 5 2 20 0 15 0 230137908 11247345664 11005 33554432000 4194304 4196468 140737250274288 140239205034336 140241263781589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12365824 140737250282083 140737250284892 140737250284892 140737250287567 0
[pid=13341/tid=13407] ppid=13338 vsize=10983736 memory=139858644592256 CPUtime=0.07 cores=0,2,4,6
/proc/13341/task/13407/stat : 13407 (java) S 13338 13341 6975 0 -1 1077944384 1 12890 0 0 0 0 5 2 20 0 15 0 230137909 11247345664 11005 33554432000 4194304 4196468 140737250274288 140240497785904 140241263782530 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12365824 140737250282083 140737250284892 140737250284892 140737250287567 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 43492 KiB

[startup+0.310828 s]*
/proc/loadavg: 1.31 1.57 1.65 3/219 13407
/proc/meminfo: memFree=16882580/32770624 swapFree=67108860/67108860
[pid=13341] ppid=13338 vsize=10983192 memory=54192 CPUtime=0.38 cores=0,2,4,6
/proc/13341/stat : 13341 (java) S 13338 13341 6975 0 -1 1077944320 10628 12890 0 0 28 3 5 2 20 0 15 0 230137894 11246788608 13548 33554432000 4194304 4196468 140737250274288 140737250256832 140241263771383 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 12365824 140737250282083 140737250284892 140737250284892 140737250287567 0
/proc/13341/statm: 2745798 13548 3070 1 0 2708109 0
[pid=13341/tid=13394] ppid=13338 vsize=10983192 memory=6791534058613427641 CPUtime=0.28 cores=0,2,4,6
/proc/13341/task/13394/stat : 13394 (java) R 13338 13341 6975 0 -1 4202560 7165 12890 0 0 20 1 5 2 20 0 15 0 230137903 11246788608 13548 33554432000 4194304 4196468 140737250274288 140241235583392 140241247851870 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12365824 140737250282083 140737250284892 140737250284892 140737250287567 0
[pid=13341/tid=13395] ppid=13338 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/13341/task/13395/stat : 13395 (java) S 13338 13341 6975 0 -1 1077944384 3 12890 0 0 0 0 5 2 20 0 15 0 230137903 11246788608 13548 33554432000 4194304 4196468 140737250274288 140241268005392 140241263781589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12365824 140737250282083 140737250284892 140737250284892 140737250287567 0
[pid=13341/tid=13396] ppid=13338 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/13341/task/13396/stat : 13396 (java) S 13338 13341 6975 0 -1 1077944384 1 12890 0 0 0 0 5 2 20 0 15 0 230137903 11246788608 13548 33554432000 4194304 4196468 140737250274288 140241153211024 140241263781589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12365824 140737250282083 140737250284892 140737250284892 140737250287567 0
[pid=13341/tid=13397] ppid=13338 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/13341/task/13397/stat : 13397 (java) S 13338 13341 6975 0 -1 1077944384 1 12890 0 0 0 0 5 2 20 0 15 0 230137903 11246788608 13548 33554432000 4194304 4196468 140737250274288 140240801945872 140241263781589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12365824 140737250282083 140737250284892 140737250284892 140737250287567 0
[pid=13341/tid=13398] ppid=13338 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/13341/task/13398/stat : 13398 (java) S 13338 13341 6975 0 -1 1077944384 2 12890 0 0 0 0 5 2 20 0 15 0 230137903 11246788608 13548 33554432000 4194304 4196468 140737250274288 140240800893328 140241263781589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12365824 140737250282083 140737250284892 140737250284892 140737250287567 0
[pid=13341/tid=13399] ppid=13338 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/13341/task/13399/stat : 13399 (java) S 13338 13341 6975 0 -1 1077944384 2 12890 0 0 0 0 5 2 20 0 15 0 230137905 11246788608 13548 33554432000 4194304 4196468 140737250274288 140240501996272 140241263782530 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12365824 140737250282083 140737250284892 140737250284892 140737250287567 0
[pid=13341/tid=13400] ppid=13338 vsize=10983192 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/13341/task/13400/stat : 13400 (java) S 13338 13341 6975 0 -1 1077944384 13 12890 0 0 0 0 5 2 20 0 15 0 230137905 11246788608 13548 33554432000 4194304 4196468 140737250274288 140240010340000 140241263781589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12365824 140737250282083 140737250284892 140737250284892 140737250287567 0
[pid=13341/tid=13401] ppid=13338 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/13341/task/13401/stat : 13401 (java) S 13338 13341 6975 0 -1 1077944384 21 12890 0 0 0 0 5 2 20 0 15 0 230137906 11246788608 13548 33554432000 4194304 4196468 140737250274288 140239943226608 140241263781589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12365824 140737250282083 140737250284892 140737250284892 140737250287567 0
[pid=13341/tid=13402] ppid=13338 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/13341/task/13402/stat : 13402 (java) S 13338 13341 6975 0 -1 1077944384 3 12890 0 0 0 0 5 2 20 0 15 0 230137908 11246788608 13548 33554432000 4194304 4196468 140737250274288 140239635831248 140241263789979 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12365824 140737250282083 140737250284892 140737250284892 140737250287567 0
[pid=13341/tid=13403] ppid=13338 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13341/task/13403/stat : 13403 (java) S 13338 13341 6975 0 -1 1077944384 367 12890 0 0 1 0 5 2 20 0 15 0 230137908 11246788608 13548 33554432000 4194304 4196468 140737250274288 140240500943088 140241263782530 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12365824 140737250282083 140737250284892 140737250284892 140737250287567 0
[pid=13341/tid=13404] ppid=13338 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/13341/task/13404/stat : 13404 (java) S 13338 13341 6975 0 -1 1077944384 244 12890 0 0 1 0 5 2 20 0 15 0 230137908 11246788608 13548 33554432000 4194304 4196468 140737250274288 140240499890544 140241263782530 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12365824 140737250282083 140737250284892 140737250284892 140737250287567 0
[pid=13341/tid=13405] ppid=13338 vsize=10983192 memory=139858644592256 CPUtime=0.11 cores=0,2,4,6
/proc/13341/task/13405/stat : 13405 (java) S 13338 13341 6975 0 -1 1077944384 615 12890 0 0 4 0 5 2 20 0 15 0 230137908 11246788608 13548 33554432000 4194304 4196468 140737250274288 140240498837488 140241263782530 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12365824 140737250282083 140737250284892 140737250284892 140737250287567 0
[pid=13341/tid=13406] ppid=13338 vsize=10983192 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/13341/task/13406/stat : 13406 (java) S 13338 13341 6975 0 -1 1077944384 3 12890 0 0 0 0 5 2 20 0 15 0 230137908 11246788608 13548 33554432000 4194304 4196468 140737250274288 140239205034336 140241263781589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12365824 140737250282083 140737250284892 140737250284892 140737250287567 0
[pid=13341/tid=13407] ppid=13338 vsize=10983192 memory=139858644592256 CPUtime=0.07 cores=0,2,4,6
/proc/13341/task/13407/stat : 13407 (java) S 13338 13341 6975 0 -1 1077944384 1 12890 0 0 0 0 5 2 20 0 15 0 230137909 11246788608 13548 33554432000 4194304 4196468 140737250274288 140240497785904 140241263782530 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12365824 140737250282083 140737250284892 140737250284892 140737250287567 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 54192 KiB

[startup+0.700798 s]
/proc/loadavg: 1.31 1.57 1.65 4/219 13407
/proc/meminfo: memFree=16872036/32770624 swapFree=67108860/67108860
[pid=13341] ppid=13338 vsize=10983192 memory=86664 CPUtime=0.99 cores=0,2,4,6
/proc/13341/stat : 13341 (java) S 13338 13341 6975 0 -1 1077944320 16787 12890 0 0 88 4 5 2 20 0 15 0 230137894 11246788608 21666 33554432000 4194304 4196468 140737250274288 140737250256832 140241263771383 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 12365824 140737250282083 140737250284892 140737250284892 140737250287567 0
/proc/13341/statm: 2745798 21666 3237 1 0 2708109 0
[pid=13341/tid=13394] ppid=13338 vsize=10983192 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/13341/task/13394/stat : 13394 (java) R 13338 13341 6975 0 -1 4202560 12205 12890 0 0 56 3 5 2 20 0 15 0 230137903 11246788608 21666 33554432000 4194304 4196468 140737250274288 140241235592208 140241246958192 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12365824 140737250282083 140737250284892 140737250284892 140737250287567 0
[pid=13341/tid=13395] ppid=13338 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/13341/task/13395/stat : 13395 (java) S 13338 13341 6975 0 -1 1077944384 3 12890 0 0 0 0 5 2 20 0 15 0 230137903 11246788608 21666 33554432000 4194304 4196468 140737250274288 140241268005392 140241263781589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12365824 140737250282083 140737250284892 140737250284892 140737250287567 0
[pid=13341/tid=13396] ppid=13338 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/13341/task/13396/stat : 13396 (java) S 13338 13341 6975 0 -1 1077944384 1 12890 0 0 0 0 5 2 20 0 15 0 230137903 11246788608 21666 33554432000 4194304 4196468 140737250274288 140241153211024 140241263781589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12365824 140737250282083 140737250284892 140737250284892 140737250287567 0
[pid=13341/tid=13397] ppid=13338 vsize=10983192 memory=32804 CPUtime=0.07 cores=0,2,4,6
/proc/13341/task/13397/stat : 13397 (java) S 13338 13341 6975 0 -1 1077944384 1 12890 0 0 0 0 5 2 20 0 15 0 230137903 11246788608 21666 33554432000 4194304 4196468 140737250274288 140240801945872 140241263781589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12365824 140737250282083 140737250284892 140737250284892 140737250287567 0
[pid=13341/tid=13398] ppid=13338 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/13341/task/13398/stat : 13398 (java) S 13338 13341 6975 0 -1 1077944384 2 12890 0 0 0 0 5 2 20 0 15 0 230137903 11246788608 21666 33554432000 4194304 4196468 140737250274288 140240800893328 140241263781589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12365824 140737250282083 140737250284892 140737250284892 140737250287567 0
[pid=13341/tid=13399] ppid=13338 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/13341/task/13399/stat : 13399 (java) S 13338 13341 6975 0 -1 1077944384 5 12890 0 0 0 0 5 2 20 0 15 0 230137905 11246788608 21666 33554432000 4194304 4196468 140737250274288 140240501996272 140241263782530 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12365824 140737250282083 140737250284892 140737250284892 140737250287567 0
[pid=13341/tid=13400] ppid=13338 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/13341/task/13400/stat : 13400 (java) S 13338 13341 6975 0 -1 1077944384 13 12890 0 0 0 0 5 2 20 0 15 0 230137905 11246788608 21666 33554432000 4194304 4196468 140737250274288 140240010340000 140241263781589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12365824 140737250282083 140737250284892 140737250284892 140737250287567 0
[pid=13341/tid=13401] ppid=13338 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/13341/task/13401/stat : 13401 (java) S 13338 13341 6975 0 -1 1077944384 21 12890 0 0 0 0 5 2 20 0 15 0 230137906 11246788608 21666 33554432000 4194304 4196468 140737250274288 140239943226608 140241263781589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12365824 140737250282083 140737250284892 140737250284892 140737250287567 0
[pid=13341/tid=13402] ppid=13338 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/13341/task/13402/stat : 13402 (java) S 13338 13341 6975 0 -1 1077944384 3 12890 0 0 0 0 5 2 20 0 15 0 230137908 11246788608 21666 33554432000 4194304 4196468 140737250274288 140239635831248 140241263789979 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12365824 140737250282083 140737250284892 140737250284892 140737250287567 0
[pid=13341/tid=13403] ppid=13338 vsize=10983192 memory=139858496496624 CPUtime=0.15 cores=0,2,4,6
/proc/13341/task/13403/stat : 13403 (java) S 13338 13341 6975 0 -1 1077944384 765 12890 0 0 8 0 5 2 20 0 15 0 230137908 11246788608 21666 33554432000 4194304 4196468 140737250274288 140240500943088 140241263782530 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12365824 140737250282083 140737250284892 140737250284892 140737250287567 0
[pid=13341/tid=13404] ppid=13338 vsize=10983192 memory=139861315027557 CPUtime=0.16 cores=0,2,4,6
/proc/13341/task/13404/stat : 13404 (java) S 13338 13341 6975 0 -1 1077944384 892 12890 0 0 9 0 5 2 20 0 15 0 230137908 11246788608 21666 33554432000 4194304 4196468 140737250274288 140240499890544 140241263782530 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12365824 140737250282083 140737250284892 140737250284892 140737250287567 0
[pid=13341/tid=13405] ppid=13338 vsize=10983192 memory=14888 CPUtime=0.2 cores=0,2,4,6
/proc/13341/task/13405/stat : 13405 (java) S 13338 13341 6975 0 -1 1077944384 681 12890 0 0 13 0 5 2 20 0 15 0 230137908 11246788608 21666 33554432000 4194304 4196468 140737250274288 140240498837488 140241263782530 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12365824 140737250282083 140737250284892 140737250284892 140737250287567 0
[pid=13341/tid=13406] ppid=13338 vsize=10983192 memory=4132 CPUtime=0.07 cores=0,2,4,6
/proc/13341/task/13406/stat : 13406 (java) S 13338 13341 6975 0 -1 1077944384 3 12890 0 0 0 0 5 2 20 0 15 0 230137908 11246788608 21666 33554432000 4194304 4196468 140737250274288 140239205034336 140241263781589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12365824 140737250282083 140737250284892 140737250284892 140737250287567 0
[pid=13341/tid=13407] ppid=13338 vsize=10983192 memory=2241 CPUtime=0.07 cores=0,2,4,6
/proc/13341/task/13407/stat : 13407 (java) S 13338 13341 6975 0 -1 1077944384 1 12890 0 0 0 0 5 2 20 0 15 0 230137909 11246788608 21666 33554432000 4194304 4196468 140737250274288 140240497785904 140241263782530 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12365824 140737250282083 140737250284892 140737250284892 140737250287567 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 86664 KiB

[startup+1.50071 s]
/proc/loadavg: 1.31 1.57 1.65 4/219 13407
/proc/meminfo: memFree=16825820/32770624 swapFree=67108860/67108860
[pid=13341] ppid=13338 vsize=10998092 memory=179344 CPUtime=2.89 cores=0,2,4,6
/proc/13341/stat : 13341 (java) S 13338 13341 6975 0 -1 1077944320 28547 12890 0 0 273 9 5 2 20 0 15 0 230137894 11262046208 44836 33554432000 4194304 4196468 140737250274288 140737250256832 140241263771383 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 12365824 140737250282083 140737250284892 140737250284892 140737250287567 0
/proc/13341/statm: 2749523 44836 3474 1 0 2711181 0
[pid=13341/tid=13394] ppid=13338 vsize=10998092 memory=3303 CPUtime=1.41 cores=0,2,4,6
/proc/13341/task/13394/stat : 13394 (java) R 13338 13341 6975 0 -1 4202560 17735 12890 0 0 129 5 5 2 20 0 15 0 230137903 11262046208 44836 33554432000 4194304 4196468 140737250274288 140241235600320 140241263793309 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12365824 140737250282083 140737250284892 140737250284892 140737250287567 0
[pid=13341/tid=13395] ppid=13338 vsize=10998092 memory=6791534058613427641 CPUtime=0.07 cores=0,2,4,6
/proc/13341/task/13395/stat : 13395 (java) S 13338 13341 6975 0 -1 1077944384 3 12890 0 0 0 0 5 2 20 0 15 0 230137903 11262046208 44836 33554432000 4194304 4196468 140737250274288 140241268005392 140241263781589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12365824 140737250282083 140737250284892 140737250284892 140737250287567 0
[pid=13341/tid=13396] ppid=13338 vsize=10998092 memory=1408 CPUtime=0.07 cores=0,2,4,6
/proc/13341/task/13396/stat : 13396 (java) S 13338 13341 6975 0 -1 1077944384 4 12890 0 0 0 0 5 2 20 0 15 0 230137903 11262046208 44836 33554432000 4194304 4196468 140737250274288 140241153211024 140241263781589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12365824 140737250282083 140737250284892 140737250284892 140737250287567 0
[pid=13341/tid=13397] ppid=13338 vsize=10998092 memory=3200 CPUtime=0.09 cores=0,2,4,6
/proc/13341/task/13397/stat : 13397 (java) S 13338 13341 6975 0 -1 1077944384 108 12890 0 0 2 0 5 2 20 0 15 0 230137903 11262046208 44836 33554432000 4194304 4196468 140737250274288 140240801945872 140241263781589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12365824 140737250282083 140737250284892 140737250284892 140737250287567 0
[pid=13341/tid=13398] ppid=13338 vsize=10998092 memory=86664 CPUtime=0.08 cores=0,2,4,6
/proc/13341/task/13398/stat : 13398 (java) S 13338 13341 6975 0 -1 1077944384 159 12890 0 0 1 0 5 2 20 0 15 0 230137903 11262046208 44836 33554432000 4194304 4196468 140737250274288 140240800893328 140241263781589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12365824 140737250282083 140737250284892 140737250284892 140737250287567 0
[pid=13341/tid=13399] ppid=13338 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13341/task/13399/stat : 13399 (java) S 13338 13341 6975 0 -1 1077944384 54 12890 0 0 1 0 5 2 20 0 15 0 230137905 11262046208 44836 33554432000 4194304 4196468 140737250274288 140240501996272 140241263782530 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12365824 140737250282083 140737250284892 140737250284892 140737250287567 0
[pid=13341/tid=13400] ppid=13338 vsize=10998092 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/13341/task/13400/stat : 13400 (java) S 13338 13341 6975 0 -1 1077944384 13 12890 0 0 0 0 5 2 20 0 15 0 230137905 11262046208 44836 33554432000 4194304 4196468 140737250274288 140240010340000 140241263781589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12365824 140737250282083 140737250284892 140737250284892 140737250287567 0
[pid=13341/tid=13401] ppid=13338 vsize=10998092 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/13341/task/13401/stat : 13401 (java) S 13338 13341 6975 0 -1 1077944384 42 12890 0 0 0 0 5 2 20 0 15 0 230137906 11262046208 44836 33554432000 4194304 4196468 140737250274288 140239943226608 140241263781589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12365824 140737250282083 140737250284892 140737250284892 140737250287567 0
[pid=13341/tid=13402] ppid=13338 vsize=10998092 memory=33 CPUtime=0.07 cores=0,2,4,6
/proc/13341/task/13402/stat : 13402 (java) S 13338 13341 6975 0 -1 1077944384 3 12890 0 0 0 0 5 2 20 0 15 0 230137908 11262046208 44836 33554432000 4194304 4196468 140737250274288 140239635831248 140241263789979 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12365824 140737250282083 140737250284892 140737250284892 140737250287567 0
[pid=13341/tid=13403] ppid=13338 vsize=10998092 memory=6944656592455359580 CPUtime=0.61 cores=0,2,4,6
/proc/13341/task/13403/stat : 13403 (java) R 13338 13341 6975 0 -1 4202560 3630 12890 0 0 53 1 5 2 20 0 15 0 230137908 11262046208 44836 33554432000 4194304 4196468 140737250274288 140240500932352 140241245291385 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12365824 140737250282083 140737250284892 140737250284892 140737250287567 0
[pid=13341/tid=13404] ppid=13338 vsize=10998092 memory=4206186544037388384 CPUtime=0.55 cores=0,2,4,6
/proc/13341/task/13404/stat : 13404 (java) R 13338 13341 6975 0 -1 4202560 3148 12890 0 0 48 0 5 2 20 0 15 0 230137908 11262046208 44836 33554432000 4194304 4196468 140737250274288 140240499890544 140241248566270 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12365824 140737250282083 140737250284892 140737250284892 140737250287567 0
[pid=13341/tid=13405] ppid=13338 vsize=10998092 memory=9023629670928638048 CPUtime=0.41 cores=0,2,4,6
/proc/13341/task/13405/stat : 13405 (java) S 13338 13341 6975 0 -1 1077944384 1453 12890 0 0 34 0 5 2 20 0 15 0 230137908 11262046208 44836 33554432000 4194304 4196468 140737250274288 140240498837488 140241263782530 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12365824 140737250282083 140737250284892 140737250284892 140737250287567 0
[pid=13341/tid=13406] ppid=13338 vsize=10998092 memory=6791534058613427641 CPUtime=0.07 cores=0,2,4,6
/proc/13341/task/13406/stat : 13406 (java) S 13338 13341 6975 0 -1 1077944384 3 12890 0 0 0 0 5 2 20 0 15 0 230137908 11262046208 44836 33554432000 4194304 4196468 140737250274288 140239205034336 140241263781589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12365824 140737250282083 140737250284892 140737250284892 140737250287567 0
[pid=13341/tid=13407] ppid=13338 vsize=10998092 memory=4638778398332698720 CPUtime=0.07 cores=0,2,4,6
/proc/13341/task/13407/stat : 13407 (java) S 13338 13341 6975 0 -1 1077944384 1 12890 0 0 0 0 5 2 20 0 15 0 230137909 11262046208 44836 33554432000 4194304 4196468 140737250274288 140240497785904 140241263782530 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12365824 140737250282083 140737250284892 140737250284892 140737250287567 0
Current children cumulated CPU time: 2.89 s
Current children cumulated vsize: 10998092 KiB

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

[pid=13341/tid=13406] ppid=13338 vsize=11080032 memory=14888 CPUtime=0.07 cores=0,2,4,6
/proc/13341/task/13406/stat : 13406 (java) S 13338 13341 6975 0 -1 1077944384 3 12890 0 0 0 0 5 2 20 0 15 0 230137908 11345952768 174236 33554432000 4194304 4196468 140737250274288 140239205034336 140241263781589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12365824 140737250282083 140737250284892 140737250284892 140737250287567 0
[pid=13341/tid=13407] ppid=13338 vsize=11080032 memory=34568 CPUtime=0.39 cores=0,2,4,6
/proc/13341/task/13407/stat : 13407 (java) S 13338 13341 6975 0 -1 1077944384 655 12890 0 0 17 15 5 2 20 0 15 0 230137909 11345952768 174236 33554432000 4194304 4196468 140737250274288 140240497785904 140241263782530 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 16 0 0 6293624 6294260 12365824 140737250282083 140737250284892 140737250284892 140737250287567 0
Current children cumulated CPU time: 624.61 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 696944 KiB

[startup+604.801 s]
/proc/loadavg: 1.51 1.45 1.53 3/220 13426
/proc/meminfo: memFree=16219220/32770624 swapFree=67108860/67108860
[pid=13341] ppid=13338 vsize=11080032 memory=696944 CPUtime=627.86 cores=0,2,4,6
/proc/13341/stat : 13341 (java) S 13338 13341 6975 0 -1 1077944320 194158 12890 0 0 62686 93 5 2 20 0 15 0 230137894 11345952768 174236 33554432000 4194304 4196468 140737250274288 140737250256832 140241263771383 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 12365824 140737250282083 140737250284892 140737250284892 140737250287567 0
/proc/13341/statm: 2770008 174236 3532 1 0 2731661 0
[pid=13341/tid=13394] ppid=13338 vsize=11080032 memory=6791534058613427641 CPUtime=601.39 cores=0,2,4,6
/proc/13341/task/13394/stat : 13394 (java) R 13338 13341 6975 0 -1 4202560 67154 12890 0 0 60111 21 5 2 20 0 15 0 230137903 11345952768 174236 33554432000 4194304 4196468 140737250274288 140241235606096 140240838327412 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12365824 140737250282083 140737250284892 140737250284892 140737250287567 0
[pid=13341/tid=13395] ppid=13338 vsize=11080032 memory=1108 CPUtime=1.53 cores=0,2,4,6
/proc/13341/task/13395/stat : 13395 (java) S 13338 13341 6975 0 -1 1077944384 3845 12890 0 0 138 8 5 2 20 0 15 0 230137903 11345952768 174236 33554432000 4194304 4196468 140737250274288 140241268005392 140241263781589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12365824 140737250282083 140737250284892 140737250284892 140737250287567 0
[pid=13341/tid=13396] ppid=13338 vsize=11080032 memory=10784 CPUtime=1.54 cores=0,2,4,6
/proc/13341/task/13396/stat : 13396 (java) S 13338 13341 6975 0 -1 1077944384 7292 12890 0 0 137 10 5 2 20 0 15 0 230137903 11345952768 174236 33554432000 4194304 4196468 140737250274288 140241153211024 140241263781589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12365824 140737250282083 140737250284892 140737250284892 140737250287567 0
[pid=13341/tid=13397] ppid=13338 vsize=11080032 memory=872 CPUtime=1.54 cores=0,2,4,6
/proc/13341/task/13397/stat : 13397 (java) S 13338 13341 6975 0 -1 1077944384 1829 12890 0 0 136 11 5 2 20 0 15 0 230137903 11345952768 174236 33554432000 4194304 4196468 140737250274288 140240801945872 140241263781589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12365824 140737250282083 140737250284892 140737250284892 140737250287567 0
[pid=13341/tid=13398] ppid=13338 vsize=11080032 memory=6791534058613427641 CPUtime=1.54 cores=0,2,4,6
/proc/13341/task/13398/stat : 13398 (java) S 13338 13341 6975 0 -1 1077944384 6162 12890 0 0 138 9 5 2 20 0 15 0 230137903 11345952768 174236 33554432000 4194304 4196468 140737250274288 140240800893328 140241263781589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12365824 140737250282083 140737250284892 140737250284892 140737250287567 0
[pid=13341/tid=13399] ppid=13338 vsize=11080032 memory=1920 CPUtime=1.28 cores=0,2,4,6
/proc/13341/task/13399/stat : 13399 (java) S 13338 13341 6975 0 -1 1077944384 4922 12890 0 0 113 8 5 2 20 0 15 0 230137905 11345952768 174236 33554432000 4194304 4196468 140737250274288 140240501996272 140241263782530 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12365824 140737250282083 140737250284892 140737250284892 140737250287567 0
[pid=13341/tid=13400] ppid=13338 vsize=11080032 memory=1192 CPUtime=0.07 cores=0,2,4,6
/proc/13341/task/13400/stat : 13400 (java) S 13338 13341 6975 0 -1 1077944384 15 12890 0 0 0 0 5 2 20 0 15 0 230137905 11345952768 174236 33554432000 4194304 4196468 140737250274288 140240010340064 140241263781589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12365824 140737250282083 140737250284892 140737250284892 140737250287567 0
[pid=13341/tid=13401] ppid=13338 vsize=11080032 memory=1616 CPUtime=0.07 cores=0,2,4,6
/proc/13341/task/13401/stat : 13401 (java) S 13338 13341 6975 0 -1 1077944384 42 12890 0 0 0 0 5 2 20 0 15 0 230137906 11345952768 174236 33554432000 4194304 4196468 140737250274288 140239943226624 140241263781589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12365824 140737250282083 140737250284892 140737250284892 140737250287567 0
[pid=13341/tid=13402] ppid=13338 vsize=11080032 memory=1384 CPUtime=0.07 cores=0,2,4,6
/proc/13341/task/13402/stat : 13402 (java) S 13338 13341 6975 0 -1 1077944384 3 12890 0 0 0 0 5 2 20 0 15 0 230137908 11345952768 174236 33554432000 4194304 4196468 140737250274288 140239635831248 140241263789979 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12365824 140737250282083 140737250284892 140737250284892 140737250287567 0
[pid=13341/tid=13403] ppid=13338 vsize=11080032 memory=6791534058613427641 CPUtime=8.34 cores=0,2,4,6
/proc/13341/task/13403/stat : 13403 (java) S 13338 13341 6975 0 -1 1077944384 42040 12890 0 0 818 9 5 2 20 0 15 0 230137908 11345952768 174236 33554432000 4194304 4196468 140737250274288 140240500943088 140241263782530 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12365824 140737250282083 140737250284892 140737250284892 140737250287567 0
[pid=13341/tid=13404] ppid=13338 vsize=11080032 memory=5400 CPUtime=7.42 cores=0,2,4,6
/proc/13341/task/13404/stat : 13404 (java) S 13338 13341 6975 0 -1 1077944384 29120 12890 0 0 731 4 5 2 20 0 15 0 230137908 11345952768 174236 33554432000 4194304 4196468 140737250274288 140240499890544 140241263782530 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12365824 140737250282083 140737250284892 140737250284892 140737250287567 0
[pid=13341/tid=13405] ppid=13338 vsize=11080032 memory=1108 CPUtime=3.4 cores=0,2,4,6
/proc/13341/task/13405/stat : 13405 (java) S 13338 13341 6975 0 -1 1077944384 28883 12890 0 0 327 6 5 2 20 0 15 0 230137908 11345952768 174236 33554432000 4194304 4196468 140737250274288 140240498837488 140241263782530 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 16 0 0 6293624 6294260 12365824 140737250282083 140737250284892 140737250284892 140737250287567 0
[pid=13341/tid=13406] ppid=13338 vsize=11080032 memory=696944 CPUtime=0.07 cores=0,2,4,6
/proc/13341/task/13406/stat : 13406 (java) S 13338 13341 6975 0 -1 1077944384 3 12890 0 0 0 0 5 2 20 0 15 0 230137908 11345952768 174236 33554432000 4194304 4196468 140737250274288 140239205034336 140241263781589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12365824 140737250282083 140737250284892 140737250284892 140737250287567 0
[pid=13341/tid=13407] ppid=13338 vsize=11080032 memory=4132 CPUtime=0.39 cores=0,2,4,6
/proc/13341/task/13407/stat : 13407 (java) S 13338 13341 6975 0 -1 1077944384 657 12890 0 0 17 15 5 2 20 0 15 0 230137909 11345952768 174236 33554432000 4194304 4196468 140737250274288 140240497785904 140241263782530 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 16 0 0 6293624 6294260 12365824 140737250282083 140737250284892 140737250284892 140737250287567 0
Current children cumulated CPU time: 627.86 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 696944 KiB

[startup+605.601 s]
/proc/loadavg: 1.51 1.45 1.53 3/220 13426
/proc/meminfo: memFree=16219344/32770624 swapFree=67108860/67108860
[pid=13341] ppid=13338 vsize=11080032 memory=696944 CPUtime=628.66 cores=0,2,4,6
/proc/13341/stat : 13341 (java) S 13338 13341 6975 0 -1 1077944320 194160 12890 0 0 62766 93 5 2 20 0 15 0 230137894 11345952768 174236 33554432000 4194304 4196468 140737250274288 140737250256832 140241263771383 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 12365824 140737250282083 140737250284892 140737250284892 140737250287567 0
/proc/13341/statm: 2770008 174236 3532 1 0 2731661 0
[pid=13341/tid=13394] ppid=13338 vsize=11080032 memory=1616 CPUtime=602.19 cores=0,2,4,6
/proc/13341/task/13394/stat : 13394 (java) R 13338 13341 6975 0 -1 4202560 67156 12890 0 0 60191 21 5 2 20 0 15 0 230137903 11345952768 174236 33554432000 4194304 4196468 140737250274288 140241235606224 140240836517669 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12365824 140737250282083 140737250284892 140737250284892 140737250287567 0
[pid=13341/tid=13395] ppid=13338 vsize=11080032 memory=1384 CPUtime=1.54 cores=0,2,4,6
/proc/13341/task/13395/stat : 13395 (java) S 13338 13341 6975 0 -1 1077944384 3845 12890 0 0 139 8 5 2 20 0 15 0 230137903 11345952768 174236 33554432000 4194304 4196468 140737250274288 140241268005392 140241263781589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12365824 140737250282083 140737250284892 140737250284892 140737250287567 0
[pid=13341/tid=13396] ppid=13338 vsize=11080032 memory=752 CPUtime=1.54 cores=0,2,4,6
/proc/13341/task/13396/stat : 13396 (java) S 13338 13341 6975 0 -1 1077944384 7292 12890 0 0 137 10 5 2 20 0 15 0 230137903 11345952768 174236 33554432000 4194304 4196468 140737250274288 140241153211024 140241263781589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12365824 140737250282083 140737250284892 140737250284892 140737250287567 0
[pid=13341/tid=13397] ppid=13338 vsize=11080032 memory=1580 CPUtime=1.54 cores=0,2,4,6
/proc/13341/task/13397/stat : 13397 (java) S 13338 13341 6975 0 -1 1077944384 1829 12890 0 0 136 11 5 2 20 0 15 0 230137903 11345952768 174236 33554432000 4194304 4196468 140737250274288 140240801945872 140241263781589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12365824 140737250282083 140737250284892 140737250284892 140737250287567 0
[pid=13341/tid=13398] ppid=13338 vsize=11080032 memory=924 CPUtime=1.54 cores=0,2,4,6
/proc/13341/task/13398/stat : 13398 (java) S 13338 13341 6975 0 -1 1077944384 6162 12890 0 0 138 9 5 2 20 0 15 0 230137903 11345952768 174236 33554432000 4194304 4196468 140737250274288 140240800893328 140241263781589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12365824 140737250282083 140737250284892 140737250284892 140737250287567 0
[pid=13341/tid=13399] ppid=13338 vsize=11080032 memory=2188 CPUtime=1.28 cores=0,2,4,6
/proc/13341/task/13399/stat : 13399 (java) S 13338 13341 6975 0 -1 1077944384 4922 12890 0 0 113 8 5 2 20 0 15 0 230137905 11345952768 174236 33554432000 4194304 4196468 140737250274288 140240501996272 140241263782530 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12365824 140737250282083 140737250284892 140737250284892 140737250287567 0
[pid=13341/tid=13400] ppid=13338 vsize=11080032 memory=3984 CPUtime=0.07 cores=0,2,4,6
/proc/13341/task/13400/stat : 13400 (java) S 13338 13341 6975 0 -1 1077944384 15 12890 0 0 0 0 5 2 20 0 15 0 230137905 11345952768 174236 33554432000 4194304 4196468 140737250274288 140240010340064 140241263781589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12365824 140737250282083 140737250284892 140737250284892 140737250287567 0
[pid=13341/tid=13401] ppid=13338 vsize=11080032 memory=2024 CPUtime=0.07 cores=0,2,4,6
/proc/13341/task/13401/stat : 13401 (java) S 13338 13341 6975 0 -1 1077944384 42 12890 0 0 0 0 5 2 20 0 15 0 230137906 11345952768 174236 33554432000 4194304 4196468 140737250274288 140239943226624 140241263781589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12365824 140737250282083 140737250284892 140737250284892 140737250287567 0
[pid=13341/tid=13402] ppid=13338 vsize=11080032 memory=7288 CPUtime=0.07 cores=0,2,4,6
/proc/13341/task/13402/stat : 13402 (java) S 13338 13341 6975 0 -1 1077944384 3 12890 0 0 0 0 5 2 20 0 15 0 230137908 11345952768 174236 33554432000 4194304 4196468 140737250274288 140239635831248 140241263789979 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12365824 140737250282083 140737250284892 140737250284892 140737250287567 0
[pid=13341/tid=13403] ppid=13338 vsize=11080032 memory=804 CPUtime=8.34 cores=0,2,4,6
/proc/13341/task/13403/stat : 13403 (java) S 13338 13341 6975 0 -1 1077944384 42040 12890 0 0 818 9 5 2 20 0 15 0 230137908 11345952768 174236 33554432000 4194304 4196468 140737250274288 140240500943088 140241263782530 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12365824 140737250282083 140737250284892 140737250284892 140737250287567 0
[pid=13341/tid=13404] ppid=13338 vsize=11080032 memory=1696 CPUtime=7.42 cores=0,2,4,6
/proc/13341/task/13404/stat : 13404 (java) S 13338 13341 6975 0 -1 1077944384 29120 12890 0 0 731 4 5 2 20 0 15 0 230137908 11345952768 174236 33554432000 4194304 4196468 140737250274288 140240499890544 140241263782530 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12365824 140737250282083 140737250284892 140737250284892 140737250287567 0
[pid=13341/tid=13405] ppid=13338 vsize=11080032 memory=916 CPUtime=3.4 cores=0,2,4,6
/proc/13341/task/13405/stat : 13405 (java) S 13338 13341 6975 0 -1 1077944384 28883 12890 0 0 327 6 5 2 20 0 15 0 230137908 11345952768 174236 33554432000 4194304 4196468 140737250274288 140240498837488 140241263782530 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 16 0 0 6293624 6294260 12365824 140737250282083 140737250284892 140737250284892 140737250287567 0
[pid=13341/tid=13406] ppid=13338 vsize=11080032 memory=3844 CPUtime=0.07 cores=0,2,4,6
/proc/13341/task/13406/stat : 13406 (java) S 13338 13341 6975 0 -1 1077944384 3 12890 0 0 0 0 5 2 20 0 15 0 230137908 11345952768 174236 33554432000 4194304 4196468 140737250274288 140239205034336 140241263781589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12365824 140737250282083 140737250284892 140737250284892 140737250287567 0
[pid=13341/tid=13407] ppid=13338 vsize=11080032 memory=4126316290023845779 CPUtime=0.39 cores=0,2,4,6
/proc/13341/task/13407/stat : 13407 (java) S 13338 13341 6975 0 -1 1077944384 657 12890 0 0 17 15 5 2 20 0 15 0 230137909 11345952768 174236 33554432000 4194304 4196468 140737250274288 140240497785904 140241263782530 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 16 0 0 6293624 6294260 12365824 140737250282083 140737250284892 140737250284892 140737250287567 0
Current children cumulated CPU time: 628.66 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 696944 KiB

[startup+606.401 s]
/proc/loadavg: 1.51 1.45 1.53 3/220 13426
/proc/meminfo: memFree=16219344/32770624 swapFree=67108860/67108860
[pid=13341] ppid=13338 vsize=11080032 memory=696944 CPUtime=629.5 cores=0,2,4,6
/proc/13341/stat : 13341 (java) S 13338 13341 6975 0 -1 1077944320 194166 12890 0 0 62849 94 5 2 20 0 15 0 230137894 11345952768 174236 33554432000 4194304 4196468 140737250274288 140737250256832 140241263771383 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 12365824 140737250282083 140737250284892 140737250284892 140737250287567 0
/proc/13341/statm: 2770008 174236 3532 1 0 2731661 0
[pid=13341/tid=13394] ppid=13338 vsize=11080032 memory=696944 CPUtime=602.98 cores=0,2,4,6
/proc/13341/task/13394/stat : 13394 (java) R 13338 13341 6975 0 -1 4202560 67159 12890 0 0 60270 21 5 2 20 0 15 0 230137903 11345952768 174236 33554432000 4194304 4196468 140737250274288 140241235606304 140240850371530 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12365824 140737250282083 140737250284892 140737250284892 140737250287567 0
[pid=13341/tid=13395] ppid=13338 vsize=11080032 memory=6791534058613427641 CPUtime=1.54 cores=0,2,4,6
/proc/13341/task/13395/stat : 13395 (java) S 13338 13341 6975 0 -1 1077944384 3845 12890 0 0 139 8 5 2 20 0 15 0 230137903 11345952768 174236 33554432000 4194304 4196468 140737250274288 140241268005392 140241263781589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12365824 140737250282083 140737250284892 140737250284892 140737250287567 0
[pid=13341/tid=13396] ppid=13338 vsize=11080032 memory=1920 CPUtime=1.55 cores=0,2,4,6
/proc/13341/task/13396/stat : 13396 (java) S 13338 13341 6975 0 -1 1077944384 7292 12890 0 0 138 10 5 2 20 0 15 0 230137903 11345952768 174236 33554432000 4194304 4196468 140737250274288 140241153211024 140241263781589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12365824 140737250282083 140737250284892 140737250284892 140737250287567 0
[pid=13341/tid=13397] ppid=13338 vsize=11080032 memory=1192 CPUtime=1.54 cores=0,2,4,6
/proc/13341/task/13397/stat : 13397 (java) S 13338 13341 6975 0 -1 1077944384 1829 12890 0 0 136 11 5 2 20 0 15 0 230137903 11345952768 174236 33554432000 4194304 4196468 140737250274288 140240801945872 140241263781589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12365824 140737250282083 140737250284892 140737250284892 140737250287567 0
[pid=13341/tid=13398] ppid=13338 vsize=11080032 memory=1616 CPUtime=1.55 cores=0,2,4,6
/proc/13341/task/13398/stat : 13398 (java) S 13338 13341 6975 0 -1 1077944384 6162 12890 0 0 139 9 5 2 20 0 15 0 230137903 11345952768 174236 33554432000 4194304 4196468 140737250274288 140240800893328 140241263781589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12365824 140737250282083 140737250284892 140737250284892 140737250287567 0
[pid=13341/tid=13399] ppid=13338 vsize=11080032 memory=1384 CPUtime=1.28 cores=0,2,4,6
/proc/13341/task/13399/stat : 13399 (java) S 13338 13341 6975 0 -1 1077944384 4922 12890 0 0 113 8 5 2 20 0 15 0 230137905 11345952768 174236 33554432000 4194304 4196468 140737250274288 140240501996272 140241263782530 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12365824 140737250282083 140737250284892 140737250284892 140737250287567 0
[pid=13341/tid=13400] ppid=13338 vsize=11080032 memory=752 CPUtime=0.07 cores=0,2,4,6
/proc/13341/task/13400/stat : 13400 (java) S 13338 13341 6975 0 -1 1077944384 15 12890 0 0 0 0 5 2 20 0 15 0 230137905 11345952768 174236 33554432000 4194304 4196468 140737250274288 140240010340064 140241263781589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12365824 140737250282083 140737250284892 140737250284892 140737250287567 0
[pid=13341/tid=13401] ppid=13338 vsize=11080032 memory=4280 CPUtime=0.07 cores=0,2,4,6
/proc/13341/task/13401/stat : 13401 (java) S 13338 13341 6975 0 -1 1077944384 42 12890 0 0 0 0 5 2 20 0 15 0 230137906 11345952768 174236 33554432000 4194304 4196468 140737250274288 140239943226624 140241263781589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12365824 140737250282083 140737250284892 140737250284892 140737250287567 0
[pid=13341/tid=13402] ppid=13338 vsize=11080032 memory=14888 CPUtime=0.07 cores=0,2,4,6
/proc/13341/task/13402/stat : 13402 (java) S 13338 13341 6975 0 -1 1077944384 3 12890 0 0 0 0 5 2 20 0 15 0 230137908 11345952768 174236 33554432000 4194304 4196468 140737250274288 140239635831248 140241263789979 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12365824 140737250282083 140737250284892 140737250284892 140737250287567 0
[pid=13341/tid=13403] ppid=13338 vsize=11080032 memory=34568 CPUtime=8.35 cores=0,2,4,6
/proc/13341/task/13403/stat : 13403 (java) S 13338 13341 6975 0 -1 1077944384 42041 12890 0 0 819 9 5 2 20 0 15 0 230137908 11345952768 174236 33554432000 4194304 4196468 140737250274288 140240500943088 140241263782530 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12365824 140737250282083 140737250284892 140737250284892 140737250287567 0
[pid=13341/tid=13404] ppid=13338 vsize=11080032 memory=15932 CPUtime=7.43 cores=0,2,4,6
/proc/13341/task/13404/stat : 13404 (java) S 13338 13341 6975 0 -1 1077944384 29120 12890 0 0 732 4 5 2 20 0 15 0 230137908 11345952768 174236 33554432000 4194304 4196468 140737250274288 140240499890544 140241263782530 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12365824 140737250282083 140737250284892 140737250284892 140737250287567 0
[pid=13341/tid=13405] ppid=13338 vsize=11080032 memory=3332 CPUtime=3.41 cores=0,2,4,6
/proc/13341/task/13405/stat : 13405 (java) S 13338 13341 6975 0 -1 1077944384 28885 12890 0 0 328 6 5 2 20 0 15 0 230137908 11345952768 174236 33554432000 4194304 4196468 140737250274288 140240498837488 140241263782530 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 16 0 0 6293624 6294260 12365824 140737250282083 140737250284892 140737250284892 140737250287567 0
[pid=13341/tid=13406] ppid=13338 vsize=11080032 memory=1732 CPUtime=0.07 cores=0,2,4,6
/proc/13341/task/13406/stat : 13406 (java) S 13338 13341 6975 0 -1 1077944384 3 12890 0 0 0 0 5 2 20 0 15 0 230137908 11345952768 174236 33554432000 4194304 4196468 140737250274288 140239205034336 140241263781589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12365824 140737250282083 140737250284892 140737250284892 140737250287567 0
[pid=13341/tid=13407] ppid=13338 vsize=11080032 memory=7304 CPUtime=0.39 cores=0,2,4,6
/proc/13341/task/13407/stat : 13407 (java) S 13338 13341 6975 0 -1 1077944384 657 12890 0 0 17 15 5 2 20 0 15 0 230137909 11345952768 174236 33554432000 4194304 4196468 140737250274288 140240497785904 140241263782530 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 16 0 0 6293624 6294260 12365824 140737250282083 140737250284892 140737250284892 140737250287567 0
Current children cumulated CPU time: 629.5 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 696944 KiB

[startup+606.601 s]
/proc/loadavg: 1.51 1.45 1.53 3/220 13426
/proc/meminfo: memFree=16219344/32770624 swapFree=67108860/67108860
[pid=13341] ppid=13338 vsize=11080032 memory=696944 CPUtime=629.7 cores=0,2,4,6
/proc/13341/stat : 13341 (java) S 13338 13341 6975 0 -1 1077944320 194166 12890 0 0 62869 94 5 2 20 0 15 0 230137894 11345952768 174236 33554432000 4194304 4196468 140737250274288 140737250256832 140241263771383 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 12365824 140737250282083 140737250284892 140737250284892 140737250287567 0
/proc/13341/statm: 2770008 174236 3532 1 0 2731661 0
[pid=13341/tid=13394] ppid=13338 vsize=11080032 memory=1108 CPUtime=603.18 cores=0,2,4,6
/proc/13341/task/13394/stat : 13394 (java) R 13338 13341 6975 0 -1 4202560 67159 12890 0 0 60290 21 5 2 20 0 15 0 230137903 11345952768 174236 33554432000 4194304 4196468 140737250274288 140241235606304 140240841557175 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12365824 140737250282083 140737250284892 140737250284892 140737250287567 0
[pid=13341/tid=13395] ppid=13338 vsize=11080032 memory=10784 CPUtime=1.54 cores=0,2,4,6
/proc/13341/task/13395/stat : 13395 (java) S 13338 13341 6975 0 -1 1077944384 3845 12890 0 0 139 8 5 2 20 0 15 0 230137903 11345952768 174236 33554432000 4194304 4196468 140737250274288 140241268005392 140241263781589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12365824 140737250282083 140737250284892 140737250284892 140737250287567 0
[pid=13341/tid=13396] ppid=13338 vsize=11080032 memory=872 CPUtime=1.55 cores=0,2,4,6
/proc/13341/task/13396/stat : 13396 (java) S 13338 13341 6975 0 -1 1077944384 7292 12890 0 0 138 10 5 2 20 0 15 0 230137903 11345952768 174236 33554432000 4194304 4196468 140737250274288 140241153211024 140241263781589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12365824 140737250282083 140737250284892 140737250284892 140737250287567 0
[pid=13341/tid=13397] ppid=13338 vsize=11080032 memory=4280 CPUtime=1.54 cores=0,2,4,6
/proc/13341/task/13397/stat : 13397 (java) S 13338 13341 6975 0 -1 1077944384 1829 12890 0 0 136 11 5 2 20 0 15 0 230137903 11345952768 174236 33554432000 4194304 4196468 140737250274288 140240801945872 140241263781589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12365824 140737250282083 140737250284892 140737250284892 140737250287567 0
[pid=13341/tid=13398] ppid=13338 vsize=11080032 memory=14888 CPUtime=1.55 cores=0,2,4,6
/proc/13341/task/13398/stat : 13398 (java) S 13338 13341 6975 0 -1 1077944384 6162 12890 0 0 139 9 5 2 20 0 15 0 230137903 11345952768 174236 33554432000 4194304 4196468 140737250274288 140240800893328 140241263781589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12365824 140737250282083 140737250284892 140737250284892 140737250287567 0
[pid=13341/tid=13399] ppid=13338 vsize=11080032 memory=34568 CPUtime=1.28 cores=0,2,4,6
/proc/13341/task/13399/stat : 13399 (java) S 13338 13341 6975 0 -1 1077944384 4922 12890 0 0 113 8 5 2 20 0 15 0 230137905 11345952768 174236 33554432000 4194304 4196468 140737250274288 140240501996272 140241263782530 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12365824 140737250282083 140737250284892 140737250284892 140737250287567 0
[pid=13341/tid=13400] ppid=13338 vsize=11080032 memory=696944 CPUtime=0.07 cores=0,2,4,6
/proc/13341/task/13400/stat : 13400 (java) S 13338 13341 6975 0 -1 1077944384 15 12890 0 0 0 0 5 2 20 0 15 0 230137905 11345952768 174236 33554432000 4194304 4196468 140737250274288 140240010340064 140241263781589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12365824 140737250282083 140737250284892 140737250284892 140737250287567 0
[pid=13341/tid=13401] ppid=13338 vsize=11080032 memory=4126316290023845779 CPUtime=0.07 cores=0,2,4,6
/proc/13341/task/13401/stat : 13401 (java) S 13338 13341 6975 0 -1 1077944384 42 12890 0 0 0 0 5 2 20 0 15 0 230137906 11345952768 174236 33554432000 4194304 4196468 140737250274288 140239943226624 140241263781589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12365824 140737250282083 140737250284892 140737250284892 140737250287567 0
[pid=13341/tid=13402] ppid=13338 vsize=11080032 memory=1732 CPUtime=0.07 cores=0,2,4,6
/proc/13341/task/13402/stat : 13402 (java) S 13338 13341 6975 0 -1 1077944384 3 12890 0 0 0 0 5 2 20 0 15 0 230137908 11345952768 174236 33554432000 4194304 4196468 140737250274288 140239635831248 140241263789979 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12365824 140737250282083 140737250284892 140737250284892 140737250287567 0
[pid=13341/tid=13403] ppid=13338 vsize=11080032 memory=1172 CPUtime=8.35 cores=0,2,4,6
/proc/13341/task/13403/stat : 13403 (java) S 13338 13341 6975 0 -1 1077944384 42041 12890 0 0 819 9 5 2 20 0 15 0 230137908 11345952768 174236 33554432000 4194304 4196468 140737250274288 140240500943088 140241263782530 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12365824 140737250282083 140737250284892 140737250284892 140737250287567 0
[pid=13341/tid=13404] ppid=13338 vsize=11080032 memory=500 CPUtime=7.43 cores=0,2,4,6
/proc/13341/task/13404/stat : 13404 (java) S 13338 13341 6975 0 -1 1077944384 29120 12890 0 0 732 4 5 2 20 0 15 0 230137908 11345952768 174236 33554432000 4194304 4196468 140737250274288 140240499890544 140241263782530 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12365824 140737250282083 140737250284892 140737250284892 140737250287567 0
[pid=13341/tid=13405] ppid=13338 vsize=11080032 memory=928 CPUtime=3.41 cores=0,2,4,6
/proc/13341/task/13405/stat : 13405 (java) S 13338 13341 6975 0 -1 1077944384 28885 12890 0 0 328 6 5 2 20 0 15 0 230137908 11345952768 174236 33554432000 4194304 4196468 140737250274288 140240498837488 140241263782530 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 16 0 0 6293624 6294260 12365824 140737250282083 140737250284892 140737250284892 140737250287567 0
[pid=13341/tid=13406] ppid=13338 vsize=11080032 memory=2336 CPUtime=0.07 cores=0,2,4,6
/proc/13341/task/13406/stat : 13406 (java) S 13338 13341 6975 0 -1 1077944384 3 12890 0 0 0 0 5 2 20 0 15 0 230137908 11345952768 174236 33554432000 4194304 4196468 140737250274288 140239205034336 140241263781589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12365824 140737250282083 140737250284892 140737250284892 140737250287567 0
[pid=13341/tid=13407] ppid=13338 vsize=11080032 memory=1580 CPUtime=0.39 cores=0,2,4,6
/proc/13341/task/13407/stat : 13407 (java) S 13338 13341 6975 0 -1 1077944384 657 12890 0 0 17 15 5 2 20 0 15 0 230137909 11345952768 174236 33554432000 4194304 4196468 140737250274288 140240497785904 140241263782530 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 16 0 0 6293624 6294260 12365824 140737250282083 140737250284892 140737250284892 140737250287567 0
Current children cumulated CPU time: 629.7 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 696944 KiB

Child status: 0
Real time (s): 606.682
CPU time (s): 629.804
CPU user time (s): 628.815
CPU system time (s): 0.98972
CPU usage (%): 103.811
Max. virtual memory (cumulated for all children) (KiB): 11082668
Max. memory (cumulated for all children) (KiB): 795968

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 628.815
system time used= 0.98972
maximum resident set size= 798016
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 208179
page faults= 0
swaps= 0
block input operations= 0
block output operations= 984
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 49554
involuntary context switches= 1664


# summary of solver processes directly reported to runsolver:
#   pid: 13341
#   total CPU time (s): 629.804
#   total CPU user time (s): 628.815
#   total CPU system time (s): 0.98972

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.06206 second user time and 5.47692 second system time

The end

Launcher Data

Begin job on node132 at 2018-08-13 04:02:27
IDJOB=4304664
IDBENCH=141527
IDSOLVER=2781
FILE ID=node132/4304664-1534125747
RUNJOBID= node132-1534095874-7006
PBS_JOBID= 21036994
Free space on /tmp= 38172 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/Mario/Mario-n-medium-4_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4304664-1534125747/watcher-4304664-1534125747 -o /tmp/evaluation-result-4304664-1534125747/solver-4304664-1534125747 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1534095874-7006 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=1875618128 -superng HOME/instance-4304664-1534125747.xml

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

MD5SUM BENCH= 6d883eab13fdde7c2f2cac6b4a0af40c
RANDOM SEED=1875618128

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:        16921796 kB
MemAvailable:   31070756 kB
Buffers:          249576 kB
Cached:         14010432 kB
SwapCached:            0 kB
Active:          7884888 kB
Inactive:        7261016 kB
Active(anon):     835868 kB
Inactive(anon):   102816 kB
Active(file):    7049020 kB
Inactive(file):  7158200 kB
Unevictable:        6988 kB
Mlocked:            6988 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26656 kB
Writeback:             0 kB
AnonPages:       1075112 kB
Mapped:            68416 kB
Shmem:             49824 kB
Slab:             398684 kB
SReclaimable:     370200 kB
SUnreclaim:        28484 kB
KernelStack:        3872 kB
PageTables:         6996 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2009280 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    819200 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 04:12:34