Trace number 4299021

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
slowpoke 2018-04-29? 316.685 118.965

General information on the benchmark

NameFapp/Fapp-ext/
Fapp-ext-05-0350_c18.xml
MD5SUM51b7f32ab0afbf3da7a228f765e579fa
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark536857239
Best CPU time to get the best result obtained on this benchmark2519.85
Satisfiable
(Un)Satisfiability was proved
Number of variables7232
Number of constraints4665
Number of domains18
Minimum domain size1
Maximum domain size135
Distribution of domain sizes[{"size":1,"count":3},{"size":2,"count":2524},{"size":11,"count":2177},{"size":12,"count":1},{"size":25,"count":55},{"size":33,"count":45},{"size":44,"count":26},{"size":48,"count":22},{"size":51,"count":17},{"size":55,"count":31},{"size":91,"count":204},{"size":102,"count":203},{"size":106,"count":126},{"size":135,"count":1798}]
Minimum variable degree2
Maximum variable degree2178
Distribution of variable degrees[{"degree":2,"count":6532},{"degree":3,"count":5},{"degree":4,"count":7},{"degree":5,"count":11},{"degree":6,"count":11},{"degree":7,"count":19},{"degree":8,"count":26},{"degree":9,"count":28},{"degree":10,"count":31},{"degree":11,"count":40},{"degree":12,"count":48},{"degree":13,"count":50},{"degree":14,"count":80},{"degree":15,"count":109},{"degree":16,"count":148},{"degree":17,"count":81},{"degree":18,"count":2},{"degree":19,"count":2},{"degree":21,"count":1},{"degree":2178,"count":1}]
Minimum constraint arity2
Maximum constraint arity6
Distribution of constraint arities[{"arity":2,"count":311},{"arity":3,"count":2177},{"arity":6,"count":2177}]
Number of extensional constraints4665
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":4665}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.14/0.13	c version: 2018-04-11
0.14/0.13	c seed: 1811631
0.14/0.13	c timeout: 2520
0.14/0.13	c memlimit: -1
0.14/0.13	c nbcore: -1
316.44/118.85	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
316.61/118.94		at minicp.engine.core.BitSetMiniCP.<init>(BitSetMiniCP.java:13)
316.61/118.94		at minicp.engine.constraints.TableCT.<init>(TableCT.java:70)
316.61/118.94		at xcsp3.XCSP3.buildCtrExtension(XCSP3.java:155)
316.61/118.94		at org.xcsp.parser.loaders.CtrLoaderInteger.extension(CtrLoaderInteger.java:306)
316.61/118.94		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:167)
316.61/118.94		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:527)
316.61/118.94		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:429)
316.61/118.94		at org.xcsp.parser.XCallbacks.loadBlock(XCallbacks.java:448)
316.61/118.94		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:420)
316.61/118.94		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:407)
316.61/118.94		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:297)
316.61/118.94		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
316.61/118.94		at xcsp3.XCSP3.<init>(XCSP3.java:84)
316.61/118.94		at xcsp3.CompetitionApp.runSolver(CompetitionApp.java:63)
316.61/118.94		at xcsp3.CompetitionApp.main(CompetitionApp.java:51)
316.61/118.94	s UNKNOWN

Verifier Data


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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4299021-1532798367/watcher-4299021-1532798367 -o /tmp/evaluation-result-4299021-1532798367/solver-4299021-1532798367 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1532775768-15808 --watchdog 2580 java -jar minicp-1.0.jar HOME/instance-4299021-1532798367.xml --timelimit 2520 

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

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

solver pid=18379, runsolver pid=18376

[startup+0.10512 s]*
/proc/loadavg: 2.80 2.03 1.81 4/218 18394
/proc/meminfo: memFree=19873808/32770624 swapFree=67108860/67108860
[pid=18379] ppid=18376 vsize=10661056 memory=28556 CPUtime=0.14 cores=1,3,5,7
/proc/18379/stat : 18379 (java) S 18376 18379 15776 0 -1 1077944320 5479 0 0 0 13 1 0 0 20 0 15 0 97400228 10916921344 7139 33554432000 4194304 4196468 140721109917488 140721109900032 139669824417527 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 26050560 140721109922972 140721109923081 140721109923081 140721109925839 0
/proc/18379/statm: 2665264 7139 2894 1 0 2627263 0
[pid=18379/tid=18381] ppid=18376 vsize=10661056 memory=-7254949987974015097 CPUtime=0.09 cores=1,3,5,7
/proc/18379/task/18381/stat : 18381 (java) R 18376 18379 15776 0 -1 4202560 3293 0 0 0 9 0 0 0 20 0 15 0 97400228 10916921344 7139 33554432000 4194304 4196468 140721109917488 139669828648416 139669816654654 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26050560 140721109922972 140721109923081 140721109923081 140721109925839 0
[pid=18379/tid=18382] ppid=18376 vsize=10661056 memory=5793855535259077049 CPUtime=0 cores=1,3,5,7
/proc/18379/task/18382/stat : 18382 (java) S 18376 18379 15776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97400229 10916921344 7139 33554432000 4194304 4196468 140721109917488 139669787523856 139669824427733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26050560 140721109922972 140721109923081 140721109923081 140721109925839 0
[pid=18379/tid=18383] ppid=18376 vsize=10661056 memory=140284249183872 CPUtime=0 cores=1,3,5,7
/proc/18379/task/18383/stat : 18383 (java) S 18376 18379 15776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97400229 10916921344 7139 33554432000 4194304 4196468 140721109917488 139669430524816 139669824427733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26050560 140721109922972 140721109923081 140721109923081 140721109925839 0
[pid=18379/tid=18384] ppid=18376 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18379/task/18384/stat : 18384 (java) S 18376 18379 15776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97400229 10916921344 7139 33554432000 4194304 4196468 140721109917488 139669429472272 139669824427733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26050560 140721109922972 140721109923081 140721109923081 140721109925839 0
[pid=18379/tid=18385] ppid=18376 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18379/task/18385/stat : 18385 (java) S 18376 18379 15776 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97400229 10916921344 7139 33554432000 4194304 4196468 140721109917488 139669428419728 139669824427733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26050560 140721109922972 140721109923081 140721109923081 140721109925839 0
[pid=18379/tid=18386] ppid=18376 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18379/task/18386/stat : 18386 (java) S 18376 18379 15776 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97400230 10916921344 7139 33554432000 4194304 4196468 140721109917488 139669316560880 139669824428674 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26050560 140721109922972 140721109923081 140721109923081 140721109925839 0
[pid=18379/tid=18387] ppid=18376 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/18379/task/18387/stat : 18387 (java) S 18376 18379 15776 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 97400231 10916921344 7139 33554432000 4194304 4196468 140721109917488 139669315507104 139669824427733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26050560 140721109922972 140721109923081 140721109923081 140721109925839 0
[pid=18379/tid=18388] ppid=18376 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18379/task/18388/stat : 18388 (java) S 18376 18379 15776 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97400231 10916921344 7139 33554432000 4194304 4196468 140721109917488 139669314454512 139669824427733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26050560 140721109922972 140721109923081 140721109923081 140721109925839 0
[pid=18379/tid=18389] ppid=18376 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18379/task/18389/stat : 18389 (java) S 18376 18379 15776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97400233 10916921344 7139 33554432000 4194304 4196468 140721109917488 139669313403088 139669824436123 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26050560 140721109922972 140721109923081 140721109923081 140721109925839 0
[pid=18379/tid=18390] ppid=18376 vsize=10661056 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/18379/task/18390/stat : 18390 (java) R 18376 18379 15776 0 -1 4202560 477 0 0 0 1 0 0 0 20 0 15 0 97400233 10916921344 7139 33554432000 4194304 4196468 140721109917488 139669312350704 139669810080256 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26050560 140721109922972 140721109923081 140721109923081 140721109925839 0
[pid=18379/tid=18391] ppid=18376 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/18379/task/18391/stat : 18391 (java) R 18376 18379 15776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97400233 10916921344 7139 33554432000 4194304 4196468 140721109917488 139669311298160 139669824428674 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26050560 140721109922972 140721109923081 140721109923081 140721109925839 0
[pid=18379/tid=18392] ppid=18376 vsize=10661056 memory=140284249183872 CPUtime=0.02 cores=1,3,5,7
/proc/18379/task/18392/stat : 18392 (java) R 18376 18379 15776 0 -1 4202560 341 0 0 0 2 0 0 0 20 0 15 0 97400233 10916921344 7139 33554432000 4194304 4196468 140721109917488 139669310245616 139669816654654 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26050560 140721109922972 140721109923081 140721109923081 140721109925839 0
[pid=18379/tid=18393] ppid=18376 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/18379/task/18393/stat : 18393 (java) S 18376 18379 15776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97400234 10916921344 7139 33554432000 4194304 4196468 140721109917488 139669309193312 139669824427733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26050560 140721109922972 140721109923081 140721109923081 140721109925839 0
[pid=18379/tid=18394] ppid=18376 vsize=10661056 memory=140284249183872 CPUtime=0 cores=1,3,5,7
/proc/18379/task/18394/stat : 18394 (java) S 18376 18379 15776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97400234 10916921344 7139 33554432000 4194304 4196468 140721109917488 139669308139824 139669824428674 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26050560 140721109922972 140721109923081 140721109923081 140721109925839 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 28556 KiB

[startup+0.211905 s]*
/proc/loadavg: 2.80 2.03 1.81 4/218 18394
/proc/meminfo: memFree=19867424/32770624 swapFree=67108860/67108860
[pid=18379] ppid=18376 vsize=10661056 memory=39932 CPUtime=0.34 cores=1,3,5,7
/proc/18379/stat : 18379 (java) S 18376 18379 15776 0 -1 1077944320 8127 0 0 0 32 2 0 0 20 0 15 0 97400228 10916921344 9983 33554432000 4194304 4196468 140721109917488 140721109900032 139669824417527 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 26050560 140721109922972 140721109923081 140721109923081 140721109925839 0
/proc/18379/statm: 2665264 9983 2962 1 0 2627263 0
[pid=18379/tid=18381] ppid=18376 vsize=10661056 memory=6735269665583770266 CPUtime=0.2 cores=1,3,5,7
/proc/18379/task/18381/stat : 18381 (java) R 18376 18379 15776 0 -1 4202560 5166 0 0 0 19 1 0 0 20 0 15 0 97400228 10916921344 9983 33554432000 4194304 4196468 140721109917488 139669828654176 139669461117040 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26050560 140721109922972 140721109923081 140721109923081 140721109925839 0
[pid=18379/tid=18382] ppid=18376 vsize=10661056 memory=4211974010453974410 CPUtime=0 cores=1,3,5,7
/proc/18379/task/18382/stat : 18382 (java) S 18376 18379 15776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97400229 10916921344 9983 33554432000 4194304 4196468 140721109917488 139669787523856 139669824427733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26050560 140721109922972 140721109923081 140721109923081 140721109925839 0
[pid=18379/tid=18383] ppid=18376 vsize=10661056 memory=140284249183872 CPUtime=0 cores=1,3,5,7
/proc/18379/task/18383/stat : 18383 (java) S 18376 18379 15776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97400229 10916921344 9983 33554432000 4194304 4196468 140721109917488 139669430524816 139669824427733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26050560 140721109922972 140721109923081 140721109923081 140721109925839 0
[pid=18379/tid=18384] ppid=18376 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18379/task/18384/stat : 18384 (java) S 18376 18379 15776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97400229 10916921344 9983 33554432000 4194304 4196468 140721109917488 139669429472272 139669824427733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26050560 140721109922972 140721109923081 140721109923081 140721109925839 0
[pid=18379/tid=18385] ppid=18376 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/18379/task/18385/stat : 18385 (java) S 18376 18379 15776 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97400229 10916921344 9983 33554432000 4194304 4196468 140721109917488 139669428419728 139669824427733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26050560 140721109922972 140721109923081 140721109923081 140721109925839 0
[pid=18379/tid=18386] ppid=18376 vsize=10661056 memory=140284249183872 CPUtime=0 cores=1,3,5,7
/proc/18379/task/18386/stat : 18386 (java) S 18376 18379 15776 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97400230 10916921344 9983 33554432000 4194304 4196468 140721109917488 139669316560880 139669824428674 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26050560 140721109922972 140721109923081 140721109923081 140721109925839 0
[pid=18379/tid=18387] ppid=18376 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/18379/task/18387/stat : 18387 (java) S 18376 18379 15776 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 97400231 10916921344 9983 33554432000 4194304 4196468 140721109917488 139669315507104 139669824427733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26050560 140721109922972 140721109923081 140721109923081 140721109925839 0
[pid=18379/tid=18388] ppid=18376 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18379/task/18388/stat : 18388 (java) S 18376 18379 15776 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97400231 10916921344 9983 33554432000 4194304 4196468 140721109917488 139669314454512 139669824427733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26050560 140721109922972 140721109923081 140721109923081 140721109925839 0
[pid=18379/tid=18389] ppid=18376 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18379/task/18389/stat : 18389 (java) S 18376 18379 15776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97400233 10916921344 9983 33554432000 4194304 4196468 140721109917488 139669313403088 139669824436123 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26050560 140721109922972 140721109923081 140721109923081 140721109925839 0
[pid=18379/tid=18390] ppid=18376 vsize=10661056 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/18379/task/18390/stat : 18390 (java) R 18376 18379 15776 0 -1 4202560 726 0 0 0 3 0 0 0 20 0 15 0 97400233 10916921344 9983 33554432000 4194304 4196468 140721109917488 139669312340816 139669805938592 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26050560 140721109922972 140721109923081 140721109923081 140721109925839 0
[pid=18379/tid=18391] ppid=18376 vsize=10661056 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/18379/task/18391/stat : 18391 (java) R 18376 18379 15776 0 -1 1077944384 101 0 0 0 1 0 0 0 20 0 15 0 97400233 10916921344 9983 33554432000 4194304 4196468 140721109917488 139669311298160 139669824428674 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26050560 140721109922972 140721109923081 140721109923081 140721109925839 0
[pid=18379/tid=18392] ppid=18376 vsize=10661056 memory=140284249183872 CPUtime=0.07 cores=1,3,5,7
/proc/18379/task/18392/stat : 18392 (java) R 18376 18379 15776 0 -1 4202560 767 0 0 0 7 0 0 0 20 0 15 0 97400233 10916921344 9983 33554432000 4194304 4196468 140721109917488 139669310243424 139669803043904 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26050560 140721109922972 140721109923081 140721109923081 140721109925839 0
[pid=18379/tid=18393] ppid=18376 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/18379/task/18393/stat : 18393 (java) S 18376 18379 15776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97400234 10916921344 9983 33554432000 4194304 4196468 140721109917488 139669309193312 139669824427733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26050560 140721109922972 140721109923081 140721109923081 140721109925839 0
[pid=18379/tid=18394] ppid=18376 vsize=10661056 memory=140284249183872 CPUtime=0 cores=1,3,5,7
/proc/18379/task/18394/stat : 18394 (java) S 18376 18379 15776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97400234 10916921344 9983 33554432000 4194304 4196468 140721109917488 139669308139824 139669824428674 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26050560 140721109922972 140721109923081 140721109923081 140721109925839 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 39932 KiB

[startup+0.310891 s]*
/proc/loadavg: 2.80 2.03 1.81 3/218 18394
/proc/meminfo: memFree=19823004/32770624 swapFree=67108860/67108860
[pid=18379] ppid=18376 vsize=10661056 memory=87416 CPUtime=0.58 cores=1,3,5,7
/proc/18379/stat : 18379 (java) S 18376 18379 15776 0 -1 1077944320 9187 0 0 0 54 4 0 0 20 0 15 0 97400228 10916921344 21854 33554432000 4194304 4196468 140721109917488 140721109900032 139669824417527 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 26050560 140721109922972 140721109923081 140721109923081 140721109925839 0
/proc/18379/statm: 2665264 21854 3030 1 0 2627263 0
[pid=18379/tid=18381] ppid=18376 vsize=10661056 memory=6735269665583770266 CPUtime=0.3 cores=1,3,5,7
/proc/18379/task/18381/stat : 18381 (java) R 18376 18379 15776 0 -1 4202560 5207 0 0 0 27 3 0 0 20 0 15 0 97400228 10916921344 21854 33554432000 4194304 4196468 140721109917488 139669828655232 139669824439453 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26050560 140721109922972 140721109923081 140721109923081 140721109925839 0
[pid=18379/tid=18382] ppid=18376 vsize=10661056 memory=4211974010453974410 CPUtime=0 cores=1,3,5,7
/proc/18379/task/18382/stat : 18382 (java) S 18376 18379 15776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97400229 10916921344 21854 33554432000 4194304 4196468 140721109917488 139669787523856 139669824427733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26050560 140721109922972 140721109923081 140721109923081 140721109925839 0
[pid=18379/tid=18383] ppid=18376 vsize=10661056 memory=280568350165376 CPUtime=0 cores=1,3,5,7
/proc/18379/task/18383/stat : 18383 (java) S 18376 18379 15776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97400229 10916921344 21854 33554432000 4194304 4196468 140721109917488 139669430524816 139669824427733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26050560 140721109922972 140721109923081 140721109923081 140721109925839 0
[pid=18379/tid=18384] ppid=18376 vsize=10661056 memory=280568201990656 CPUtime=0 cores=1,3,5,7
/proc/18379/task/18384/stat : 18384 (java) S 18376 18379 15776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97400229 10916921344 21854 33554432000 4194304 4196468 140721109917488 139669429472272 139669824427733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26050560 140721109922972 140721109923081 140721109923081 140721109925839 0
[pid=18379/tid=18385] ppid=18376 vsize=10661056 memory=140284100981519 CPUtime=0 cores=1,3,5,7
/proc/18379/task/18385/stat : 18385 (java) S 18376 18379 15776 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97400229 10916921344 21854 33554432000 4194304 4196468 140721109917488 139669428419728 139669824427733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26050560 140721109922972 140721109923081 140721109923081 140721109925839 0
[pid=18379/tid=18386] ppid=18376 vsize=10661056 memory=280568350174592 CPUtime=0 cores=1,3,5,7
/proc/18379/task/18386/stat : 18386 (java) S 18376 18379 15776 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97400230 10916921344 21854 33554432000 4194304 4196468 140721109917488 139669316560880 139669824428674 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26050560 140721109922972 140721109923081 140721109923081 140721109925839 0
[pid=18379/tid=18387] ppid=18376 vsize=10661056 memory=140284100986127 CPUtime=0 cores=1,3,5,7
/proc/18379/task/18387/stat : 18387 (java) S 18376 18379 15776 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 97400231 10916921344 21854 33554432000 4194304 4196468 140721109917488 139669315507104 139669824427733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26050560 140721109922972 140721109923081 140721109923081 140721109925839 0
[pid=18379/tid=18388] ppid=18376 vsize=10661056 memory=140284101004240 CPUtime=0 cores=1,3,5,7
/proc/18379/task/18388/stat : 18388 (java) S 18376 18379 15776 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97400231 10916921344 21854 33554432000 4194304 4196468 140721109917488 139669314454512 139669824427733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26050560 140721109922972 140721109923081 140721109923081 140721109925839 0
[pid=18379/tid=18389] ppid=18376 vsize=10661056 memory=140284101008833 CPUtime=0 cores=1,3,5,7
/proc/18379/task/18389/stat : 18389 (java) S 18376 18379 15776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97400233 10916921344 21854 33554432000 4194304 4196468 140721109917488 139669313403088 139669824436123 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26050560 140721109922972 140721109923081 140721109923081 140721109925839 0
[pid=18379/tid=18390] ppid=18376 vsize=10661056 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18379/task/18390/stat : 18390 (java) R 18376 18379 15776 0 -1 4202560 1085 0 0 0 8 0 0 0 20 0 15 0 97400233 10916921344 21854 33554432000 4194304 4196468 140721109917488 139669312350704 139669805791296 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26050560 140721109922972 140721109923081 140721109923081 140721109925839 0
[pid=18379/tid=18391] ppid=18376 vsize=10661056 memory=-1 CPUtime=0.06 cores=1,3,5,7
/proc/18379/task/18391/stat : 18391 (java) S 18376 18379 15776 0 -1 1077944384 482 0 0 0 6 0 0 0 20 0 15 0 97400233 10916921344 21854 33554432000 4194304 4196468 140721109917488 139669311298160 139669824428674 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26050560 140721109922972 140721109923081 140721109923081 140721109925839 0
[pid=18379/tid=18392] ppid=18376 vsize=10661056 memory=140284249183872 CPUtime=0.12 cores=1,3,5,7
/proc/18379/task/18392/stat : 18392 (java) S 18376 18379 15776 0 -1 1077944384 1045 0 0 0 12 0 0 0 20 0 15 0 97400233 10916921344 21854 33554432000 4194304 4196468 140721109917488 139669310245616 139669824428674 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26050560 140721109922972 140721109923081 140721109923081 140721109925839 0
[pid=18379/tid=18393] ppid=18376 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/18379/task/18393/stat : 18393 (java) S 18376 18379 15776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97400234 10916921344 21854 33554432000 4194304 4196468 140721109917488 139669309193312 139669824427733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26050560 140721109922972 140721109923081 140721109923081 140721109925839 0
[pid=18379/tid=18394] ppid=18376 vsize=10661056 memory=140284249212428 CPUtime=0 cores=1,3,5,7
/proc/18379/task/18394/stat : 18394 (java) S 18376 18379 15776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97400234 10916921344 21854 33554432000 4194304 4196468 140721109917488 139669308139824 139669824428674 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26050560 140721109922972 140721109923081 140721109923081 140721109925839 0
Current children cumulated CPU time: 0.58 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 87416 KiB

[startup+0.700979 s]
/proc/loadavg: 2.80 2.03 1.81 4/218 18394
/proc/meminfo: memFree=19606252/32770624 swapFree=67108860/67108860
[pid=18379] ppid=18376 vsize=10661056 memory=384552 CPUtime=1.65 cores=1,3,5,7
/proc/18379/stat : 18379 (java) S 18376 18379 15776 0 -1 1077944320 12746 0 0 0 135 30 0 0 20 0 15 0 97400228 10916921344 96138 33554432000 4194304 4196468 140721109917488 140721109900032 139669824417527 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 26050560 140721109922972 140721109923081 140721109923081 140721109925839 0
/proc/18379/statm: 2665264 96138 3080 1 0 2627263 0
[pid=18379/tid=18381] ppid=18376 vsize=10661056 memory=56 CPUtime=0.56 cores=1,3,5,7
/proc/18379/task/18381/stat : 18381 (java) S 18376 18379 15776 0 -1 1077944384 5248 0 0 0 49 7 0 0 20 0 15 0 97400228 10916921344 96138 33554432000 4194304 4196468 140721109917488 139669828656784 139669824427733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26050560 140721109922972 140721109923081 140721109923081 140721109925839 0
[pid=18379/tid=18382] ppid=18376 vsize=10661056 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/18379/task/18382/stat : 18382 (java) R 18376 18379 15776 0 -1 4202560 164 0 0 0 6 5 0 0 20 0 15 0 97400229 10916921344 96138 33554432000 4194304 4196468 140721109917488 139669787524056 139669817520244 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26050560 140721109922972 140721109923081 140721109923081 140721109925839 0
[pid=18379/tid=18383] ppid=18376 vsize=10661056 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18379/task/18383/stat : 18383 (java) R 18376 18379 15776 0 -1 4202560 145 0 0 0 4 4 0 0 20 0 15 0 97400229 10916921344 96138 33554432000 4194304 4196468 140721109917488 139669430524816 139669817520244 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26050560 140721109922972 140721109923081 140721109923081 140721109925839 0
[pid=18379/tid=18384] ppid=18376 vsize=10661056 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/18379/task/18384/stat : 18384 (java) R 18376 18379 15776 0 -1 4202560 184 0 0 0 7 4 0 0 20 0 15 0 97400229 10916921344 96138 33554432000 4194304 4196468 140721109917488 139669429472472 139669817520499 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 26050560 140721109922972 140721109923081 140721109923081 140721109925839 0
[pid=18379/tid=18385] ppid=18376 vsize=10661056 memory=8320808402719684661 CPUtime=0.11 cores=1,3,5,7
/proc/18379/task/18385/stat : 18385 (java) R 18376 18379 15776 0 -1 4202560 166 0 0 0 6 5 0 0 20 0 15 0 97400229 10916921344 96138 33554432000 4194304 4196468 140721109917488 139669428419728 139669817520580 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26050560 140721109922972 140721109923081 140721109923081 140721109925839 0
[pid=18379/tid=18386] ppid=18376 vsize=10661056 memory=1424 CPUtime=0 cores=1,3,5,7
/proc/18379/task/18386/stat : 18386 (java) S 18376 18379 15776 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 97400230 10916921344 96138 33554432000 4194304 4196468 140721109917488 139669316559392 139669824427733 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26050560 140721109922972 140721109923081 140721109923081 140721109925839 0
[pid=18379/tid=18387] ppid=18376 vsize=10661056 memory=796 CPUtime=0 cores=1,3,5,7
/proc/18379/task/18387/stat : 18387 (java) S 18376 18379 15776 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 97400231 10916921344 96138 33554432000 4194304 4196468 140721109917488 139669315507104 139669824427733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26050560 140721109922972 140721109923081 140721109923081 140721109925839 0
[pid=18379/tid=18388] ppid=18376 vsize=10661056 memory=8452 CPUtime=0 cores=1,3,5,7
/proc/18379/task/18388/stat : 18388 (java) S 18376 18379 15776 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97400231 10916921344 96138 33554432000 4194304 4196468 140721109917488 139669314454512 139669824427733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26050560 140721109922972 140721109923081 140721109923081 140721109925839 0
[pid=18379/tid=18389] ppid=18376 vsize=10661056 memory=5776 CPUtime=0 cores=1,3,5,7
/proc/18379/task/18389/stat : 18389 (java) S 18376 18379 15776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97400233 10916921344 96138 33554432000 4194304 4196468 140721109917488 139669313403088 139669824436123 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26050560 140721109922972 140721109923081 140721109923081 140721109925839 0
[pid=18379/tid=18390] ppid=18376 vsize=10661056 memory=1200 CPUtime=0.18 cores=1,3,5,7
/proc/18379/task/18390/stat : 18390 (java) S 18376 18379 15776 0 -1 1077944384 2121 0 0 0 18 0 0 0 20 0 15 0 97400233 10916921344 96138 33554432000 4194304 4196468 140721109917488 139669312350704 139669824428674 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26050560 140721109922972 140721109923081 140721109923081 140721109925839 0
[pid=18379/tid=18391] ppid=18376 vsize=10661056 memory=12136 CPUtime=0.31 cores=1,3,5,7
/proc/18379/task/18391/stat : 18391 (java) S 18376 18379 15776 0 -1 1077944384 2200 0 0 0 31 0 0 0 20 0 15 0 97400233 10916921344 96650 33554432000 4194304 4196468 140721109917488 139669311298160 139669824428674 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26050560 140721109922972 140721109923081 140721109923081 140721109925839 0
[pid=18379/tid=18392] ppid=18376 vsize=10661056 memory=1008 CPUtime=0.12 cores=1,3,5,7
/proc/18379/task/18392/stat : 18392 (java) S 18376 18379 15776 0 -1 1077944384 1075 0 0 0 12 0 0 0 20 0 15 0 97400233 10916921344 96650 33554432000 4194304 4196468 140721109917488 139669310245616 139669824428674 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26050560 140721109922972 140721109923081 140721109923081 140721109925839 0
[pid=18379/tid=18393] ppid=18376 vsize=10661056 memory=4620 CPUtime=0 cores=1,3,5,7
/proc/18379/task/18393/stat : 18393 (java) S 18376 18379 15776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97400234 10916921344 96650 33554432000 4194304 4196468 140721109917488 139669309193312 139669824427733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26050560 140721109922972 140721109923081 140721109923081 140721109925839 0
[pid=18379/tid=18394] ppid=18376 vsize=10661056 memory=15872 CPUtime=0 cores=1,3,5,7
/proc/18379/task/18394/stat : 18394 (java) S 18376 18379 15776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97400234 10916921344 96650 33554432000 4194304 4196468 140721109917488 139669308139824 139669824428674 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26050560 140721109922972 140721109923081 140721109923081 140721109925839 0
Current children cumulated CPU time: 1.65 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 384552 KiB

[startup+1.50082 s]
/proc/loadavg: 2.80 2.03 1.81 3/218 18394
/proc/meminfo: memFree=19376872/32770624 swapFree=67108860/67108860
[pid=18379] ppid=18376 vsize=10661056 memory=885436 CPUtime=3.48 cores=1,3,5,7
/proc/18379/stat : 18379 (java) S 18376 18379 15776 0 -1 1077944320 15059 0 0 0 261 87 0 0 20 0 15 0 97400228 10916921344 221359 33554432000 4194304 4196468 140721109917488 140721109900032 139669824417527 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 26050560 140721109922972 140721109923081 140721109923081 140721109925839 0
/proc/18379/statm: 2665264 221359 3098 1 0 2627263 0
[pid=18379/tid=18381] ppid=18376 vsize=10661056 memory=0 CPUtime=1.01 cores=1,3,5,7
/proc/18379/task/18381/stat : 18381 (java) R 18376 18379 15776 0 -1 4202560 5307 0 0 0 89 12 0 0 20 0 15 0 97400228 10916921344 221359 33554432000 4194304 4196468 140721109917488 139669828656784 139669824439453 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26050560 140721109922972 140721109923081 140721109923081 140721109925839 0
[pid=18379/tid=18382] ppid=18376 vsize=10661056 memory=0 CPUtime=0.44 cores=1,3,5,7
/proc/18379/task/18382/stat : 18382 (java) S 18376 18379 15776 0 -1 1077944384 399 0 0 0 26 18 0 0 20 0 15 0 97400229 10916921344 221359 33554432000 4194304 4196468 140721109917488 139669787523856 139669824427733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26050560 140721109922972 140721109923081 140721109923081 140721109925839 0
[pid=18379/tid=18383] ppid=18376 vsize=10661056 memory=0 CPUtime=0.41 cores=1,3,5,7
/proc/18379/task/18383/stat : 18383 (java) S 18376 18379 15776 0 -1 1077944384 400 0 0 0 25 16 0 0 20 0 15 0 97400229 10916921344 221359 33554432000 4194304 4196468 140721109917488 139669430524816 139669824427733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26050560 140721109922972 140721109923081 140721109923081 140721109925839 0
[pid=18379/tid=18384] ppid=18376 vsize=10661056 memory=0 CPUtime=0.44 cores=1,3,5,7
/proc/18379/task/18384/stat : 18384 (java) S 18376 18379 15776 0 -1 1077944384 581 0 0 0 27 17 0 0 20 0 15 0 97400229 10916921344 221359 33554432000 4194304 4196468 140721109917488 139669429472272 139669824427733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26050560 140721109922972 140721109923081 140721109923081 140721109925839 0
[pid=18379/tid=18385] ppid=18376 vsize=10661056 memory=0 CPUtime=0.44 cores=1,3,5,7
/proc/18379/task/18385/stat : 18385 (java) S 18376 18379 15776 0 -1 1077944384 659 0 0 0 24 20 0 0 20 0 15 0 97400229 10916921344 221359 33554432000 4194304 4196468 140721109917488 139669428419728 139669824427733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26050560 140721109922972 140721109923081 140721109923081 140721109925839 0
[pid=18379/tid=18386] ppid=18376 vsize=10661056 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/18379/task/18386/stat : 18386 (java) S 18376 18379 15776 0 -1 1077944384 954 0 0 0 1 0 0 0 20 0 15 0 97400230 10916921344 221359 33554432000 4194304 4196468 140721109917488 139669316560880 139669824428674 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26050560 140721109922972 140721109923081 140721109923081 140721109925839 0

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

[pid=18379/tid=18393] ppid=18376 vsize=10661132 memory=18276 CPUtime=0 cores=1,3,5,7
/proc/18379/task/18393/stat : 18393 (java) S 18376 18379 15776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97400234 10916999168 2075208 33554432000 4194304 4196468 140721109917488 139669309193312 139669824427733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26050560 140721109922972 140721109923081 140721109923081 140721109925839 0
[pid=18379/tid=18394] ppid=18376 vsize=10661132 memory=4048 CPUtime=0.05 cores=1,3,5,7
/proc/18379/task/18394/stat : 18394 (java) S 18376 18379 15776 0 -1 1077944384 354 0 0 0 3 2 0 0 20 0 15 0 97400234 10916999168 2075208 33554432000 4194304 4196468 140721109917488 139669308139824 139669824428674 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26050560 140721109922972 140721109923081 140721109923081 140721109925839 0
Current children cumulated CPU time: 308.66 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 8300832 KiB

[startup+117.601 s]
/proc/loadavg: 5.83 3.20 2.25 8/220 18480
/proc/meminfo: memFree=11980856/32770624 swapFree=67108860/67108860
[pid=18379] ppid=18376 vsize=10661132 memory=8300860 CPUtime=311.7 cores=1,3,5,7
/proc/18379/stat : 18379 (java) S 18376 18379 15776 0 -1 1077944320 323921 0 0 0 30381 789 0 0 20 0 15 0 97400228 10916999168 2075215 33554432000 4194304 4196468 140721109917488 140721109900032 139669824417527 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 26050560 140721109922972 140721109923081 140721109923081 140721109925839 0
/proc/18379/statm: 2665283 2075215 3189 1 0 2627263 0
[pid=18379/tid=18381] ppid=18376 vsize=10661132 memory=6791534058613427641 CPUtime=50.54 cores=1,3,5,7
/proc/18379/task/18381/stat : 18381 (java) S 18376 18379 15776 0 -1 1077944384 14764 0 0 0 5023 31 0 0 20 0 15 0 97400228 10916999168 2075215 33554432000 4194304 4196468 140721109917488 139669828656144 139669824427733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26050560 140721109922972 140721109923081 140721109923081 140721109925839 0
[pid=18379/tid=18382] ppid=18376 vsize=10661132 memory=28212 CPUtime=64.06 cores=1,3,5,7
/proc/18379/task/18382/stat : 18382 (java) R 18376 18379 15776 0 -1 4202560 123627 0 0 0 6215 191 0 0 20 0 15 0 97400229 10916999168 2075215 33554432000 4194304 4196468 140721109917488 139669787524056 139669809115085 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26050560 140721109922972 140721109923081 140721109923081 140721109925839 0
[pid=18379/tid=18383] ppid=18376 vsize=10661132 memory=1292 CPUtime=63.77 cores=1,3,5,7
/proc/18379/task/18383/stat : 18383 (java) R 18376 18379 15776 0 -1 4202560 62599 0 0 0 6194 183 0 0 20 0 15 0 97400229 10916999168 2075215 33554432000 4194304 4196468 140721109917488 139669430525016 139669809115352 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26050560 140721109922972 140721109923081 140721109923081 140721109925839 0
[pid=18379/tid=18384] ppid=18376 vsize=10661132 memory=2444 CPUtime=63.72 cores=1,3,5,7
/proc/18379/task/18384/stat : 18384 (java) R 18376 18379 15776 0 -1 4202560 37956 0 0 0 6185 187 0 0 20 0 15 0 97400229 10916999168 2075215 33554432000 4194304 4196468 140721109917488 139669429472272 139669809115302 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26050560 140721109922972 140721109923081 140721109923081 140721109925839 0
[pid=18379/tid=18385] ppid=18376 vsize=10661132 memory=1832 CPUtime=63.63 cores=1,3,5,7
/proc/18379/task/18385/stat : 18385 (java) R 18376 18379 15776 0 -1 4202560 41629 0 0 0 6178 185 0 0 20 0 15 0 97400229 10916999168 2075215 33554432000 4194304 4196468 140721109917488 139669428419928 139669809115279 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 26050560 140721109922972 140721109923081 140721109923081 140721109925839 0
[pid=18379/tid=18386] ppid=18376 vsize=10661132 memory=1948 CPUtime=2.34 cores=1,3,5,7
/proc/18379/task/18386/stat : 18386 (java) S 18376 18379 15776 0 -1 1077944384 20446 0 0 0 232 2 0 0 20 0 15 0 97400230 10916999168 2075215 33554432000 4194304 4196468 140721109917488 139669316559216 139669824427733 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26050560 140721109922972 140721109923081 140721109923081 140721109925839 0
[pid=18379/tid=18387] ppid=18376 vsize=10661132 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/18379/task/18387/stat : 18387 (java) S 18376 18379 15776 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 15 0 97400231 10916999168 2075215 33554432000 4194304 4196468 140721109917488 139669315506800 139669824427733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26050560 140721109922972 140721109923081 140721109923081 140721109925839 0
[pid=18379/tid=18388] ppid=18376 vsize=10661132 memory=1236 CPUtime=0 cores=1,3,5,7
/proc/18379/task/18388/stat : 18388 (java) S 18376 18379 15776 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 97400231 10916999168 2075215 33554432000 4194304 4196468 140721109917488 139669314454512 139669824427733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26050560 140721109922972 140721109923081 140721109923081 140721109925839 0
[pid=18379/tid=18389] ppid=18376 vsize=10661132 memory=648 CPUtime=0 cores=1,3,5,7
/proc/18379/task/18389/stat : 18389 (java) S 18376 18379 15776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97400233 10916999168 2075215 33554432000 4194304 4196468 140721109917488 139669313403088 139669824436123 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26050560 140721109922972 140721109923081 140721109923081 140721109925839 0
[pid=18379/tid=18390] ppid=18376 vsize=10661132 memory=956 CPUtime=1.44 cores=1,3,5,7
/proc/18379/task/18390/stat : 18390 (java) S 18376 18379 15776 0 -1 1077944384 8214 0 0 0 143 1 0 0 20 0 15 0 97400233 10916999168 2075215 33554432000 4194304 4196468 140721109917488 139669312350704 139669824428674 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26050560 140721109922972 140721109923081 140721109923081 140721109925839 0
[pid=18379/tid=18391] ppid=18376 vsize=10661132 memory=2424 CPUtime=1.53 cores=1,3,5,7
/proc/18379/task/18391/stat : 18391 (java) S 18376 18379 15776 0 -1 1077944384 8751 0 0 0 152 1 0 0 20 0 15 0 97400233 10916999168 2075215 33554432000 4194304 4196468 140721109917488 139669311298160 139669824428674 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26050560 140721109922972 140721109923081 140721109923081 140721109925839 0
[pid=18379/tid=18392] ppid=18376 vsize=10661132 memory=1584 CPUtime=0.51 cores=1,3,5,7
/proc/18379/task/18392/stat : 18392 (java) S 18376 18379 15776 0 -1 1077944384 4168 0 0 0 49 2 0 0 20 0 15 0 97400233 10916999168 2075215 33554432000 4194304 4196468 140721109917488 139669310245616 139669824428674 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26050560 140721109922972 140721109923081 140721109923081 140721109925839 0
[pid=18379/tid=18393] ppid=18376 vsize=10661132 memory=928 CPUtime=0 cores=1,3,5,7
/proc/18379/task/18393/stat : 18393 (java) S 18376 18379 15776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97400234 10916999168 2075215 33554432000 4194304 4196468 140721109917488 139669309193312 139669824427733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26050560 140721109922972 140721109923081 140721109923081 140721109925839 0
[pid=18379/tid=18394] ppid=18376 vsize=10661132 memory=6791534058613427641 CPUtime=0.05 cores=1,3,5,7
/proc/18379/task/18394/stat : 18394 (java) S 18376 18379 15776 0 -1 1077944384 354 0 0 0 3 2 0 0 20 0 15 0 97400234 10916999168 2075215 33554432000 4194304 4196468 140721109917488 139669308139824 139669824428674 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26050560 140721109922972 140721109923081 140721109923081 140721109925839 0
Current children cumulated CPU time: 311.7 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 8300860 KiB

[startup+118.401 s]
/proc/loadavg: 5.84 3.25 2.27 9/220 18480
/proc/meminfo: memFree=11565232/32770624 swapFree=67108860/67108860
[pid=18379] ppid=18376 vsize=10661132 memory=8300860 CPUtime=314.87 cores=1,3,5,7
/proc/18379/stat : 18379 (java) S 18376 18379 15776 0 -1 1077944320 323925 0 0 0 30698 789 0 0 20 0 15 0 97400228 10916999168 2075215 33554432000 4194304 4196468 140721109917488 140721109900032 139669824417527 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 26050560 140721109922972 140721109923081 140721109923081 140721109925839 0
/proc/18379/statm: 2665283 2075215 3189 1 0 2627263 0
[pid=18379/tid=18381] ppid=18376 vsize=10661132 memory=6791534058613427641 CPUtime=50.54 cores=1,3,5,7
/proc/18379/task/18381/stat : 18381 (java) S 18376 18379 15776 0 -1 1077944384 14764 0 0 0 5023 31 0 0 20 0 15 0 97400228 10916999168 2075215 33554432000 4194304 4196468 140721109917488 139669828656144 139669824427733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26050560 140721109922972 140721109923081 140721109923081 140721109925839 0
[pid=18379/tid=18382] ppid=18376 vsize=10661132 memory=1792 CPUtime=64.86 cores=1,3,5,7
/proc/18379/task/18382/stat : 18382 (java) R 18376 18379 15776 0 -1 4202560 123627 0 0 0 6295 191 0 0 20 0 15 0 97400229 10916999168 2075215 33554432000 4194304 4196468 140721109917488 139669787524056 139669809402811 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26050560 140721109922972 140721109923081 140721109923081 140721109925839 0
[pid=18379/tid=18383] ppid=18376 vsize=10661132 memory=1236 CPUtime=64.56 cores=1,3,5,7
/proc/18379/task/18383/stat : 18383 (java) R 18376 18379 15776 0 -1 4202560 62602 0 0 0 6273 183 0 0 20 0 15 0 97400229 10916999168 2075215 33554432000 4194304 4196468 140721109917488 139669430524400 139669817045735 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26050560 140721109922972 140721109923081 140721109923081 140721109925839 0
[pid=18379/tid=18384] ppid=18376 vsize=10661132 memory=8300812 CPUtime=64.51 cores=1,3,5,7
/proc/18379/task/18384/stat : 18384 (java) R 18376 18379 15776 0 -1 4202560 37956 0 0 0 6264 187 0 0 20 0 15 0 97400229 10916999168 2075215 33554432000 4194304 4196468 140721109917488 139669429471856 139669817045735 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26050560 140721109922972 140721109923081 140721109923081 140721109925839 0
[pid=18379/tid=18385] ppid=18376 vsize=10661132 memory=6791534058613427641 CPUtime=64.41 cores=1,3,5,7
/proc/18379/task/18385/stat : 18385 (java) R 18376 18379 15776 0 -1 4202560 41629 0 0 0 6256 185 0 0 20 0 15 0 97400229 10916999168 2075215 33554432000 4194304 4196468 140721109917488 139669428419928 139669809115279 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 26050560 140721109922972 140721109923081 140721109923081 140721109925839 0
[pid=18379/tid=18386] ppid=18376 vsize=10661132 memory=4132 CPUtime=2.34 cores=1,3,5,7
/proc/18379/task/18386/stat : 18386 (java) S 18376 18379 15776 0 -1 1077944384 20446 0 0 0 232 2 0 0 20 0 15 0 97400230 10916999168 2075215 33554432000 4194304 4196468 140721109917488 139669316559216 139669824427733 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26050560 140721109922972 140721109923081 140721109923081 140721109925839 0
[pid=18379/tid=18387] ppid=18376 vsize=10661132 memory=28212 CPUtime=0 cores=1,3,5,7
/proc/18379/task/18387/stat : 18387 (java) S 18376 18379 15776 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 15 0 97400231 10916999168 2075215 33554432000 4194304 4196468 140721109917488 139669315506800 139669824427733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26050560 140721109922972 140721109923081 140721109923081 140721109925839 0
[pid=18379/tid=18388] ppid=18376 vsize=10661132 memory=1292 CPUtime=0 cores=1,3,5,7
/proc/18379/task/18388/stat : 18388 (java) S 18376 18379 15776 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 97400231 10916999168 2075215 33554432000 4194304 4196468 140721109917488 139669314454512 139669824427733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26050560 140721109922972 140721109923081 140721109923081 140721109925839 0
[pid=18379/tid=18389] ppid=18376 vsize=10661132 memory=2444 CPUtime=0 cores=1,3,5,7
/proc/18379/task/18389/stat : 18389 (java) S 18376 18379 15776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97400233 10916999168 2075215 33554432000 4194304 4196468 140721109917488 139669313403088 139669824436123 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26050560 140721109922972 140721109923081 140721109923081 140721109925839 0
[pid=18379/tid=18390] ppid=18376 vsize=10661132 memory=1832 CPUtime=1.44 cores=1,3,5,7
/proc/18379/task/18390/stat : 18390 (java) S 18376 18379 15776 0 -1 1077944384 8215 0 0 0 143 1 0 0 20 0 15 0 97400233 10916999168 2075215 33554432000 4194304 4196468 140721109917488 139669312350464 139669824427733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26050560 140721109922972 140721109923081 140721109923081 140721109925839 0
[pid=18379/tid=18391] ppid=18376 vsize=10661132 memory=1948 CPUtime=1.53 cores=1,3,5,7
/proc/18379/task/18391/stat : 18391 (java) S 18376 18379 15776 0 -1 1077944384 8751 0 0 0 152 1 0 0 20 0 15 0 97400233 10916999168 2075215 33554432000 4194304 4196468 140721109917488 139669311298208 139669824427733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26050560 140721109922972 140721109923081 140721109923081 140721109925839 0
[pid=18379/tid=18392] ppid=18376 vsize=10661132 memory=1224 CPUtime=0.51 cores=1,3,5,7
/proc/18379/task/18392/stat : 18392 (java) S 18376 18379 15776 0 -1 1077944384 4168 0 0 0 49 2 0 0 20 0 15 0 97400233 10916999168 2075215 33554432000 4194304 4196468 140721109917488 139669310245664 139669824427733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26050560 140721109922972 140721109923081 140721109923081 140721109925839 0
[pid=18379/tid=18393] ppid=18376 vsize=10661132 memory=1716 CPUtime=0 cores=1,3,5,7
/proc/18379/task/18393/stat : 18393 (java) S 18376 18379 15776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97400234 10916999168 2075215 33554432000 4194304 4196468 140721109917488 139669309193312 139669824427733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26050560 140721109922972 140721109923081 140721109923081 140721109925839 0
[pid=18379/tid=18394] ppid=18376 vsize=10661132 memory=1424 CPUtime=0.05 cores=1,3,5,7
/proc/18379/task/18394/stat : 18394 (java) S 18376 18379 15776 0 -1 1077944384 354 0 0 0 3 2 0 0 20 0 15 0 97400234 10916999168 2075215 33554432000 4194304 4196468 140721109917488 139669308139824 139669824428674 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26050560 140721109922972 140721109923081 140721109923081 140721109925839 0
Current children cumulated CPU time: 314.87 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 8300860 KiB

[startup+118.801 s]
/proc/loadavg: 5.84 3.25 2.27 9/220 18480
/proc/meminfo: memFree=11565232/32770624 swapFree=67108860/67108860
[pid=18379] ppid=18376 vsize=10661132 memory=8300860 CPUtime=316.44 cores=1,3,5,7
/proc/18379/stat : 18379 (java) S 18376 18379 15776 0 -1 1077944320 324522 0 0 0 30855 789 0 0 20 0 15 0 97400228 10916999168 2075215 33554432000 4194304 4196468 140721109917488 140721109900032 139669824417527 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 26050560 140721109922972 140721109923081 140721109923081 140721109925839 0
/proc/18379/statm: 2665283 2075215 3189 1 0 2627263 0
[pid=18379/tid=18381] ppid=18376 vsize=10661132 memory=6791534058613427641 CPUtime=50.54 cores=1,3,5,7
/proc/18379/task/18381/stat : 18381 (java) S 18376 18379 15776 0 -1 1077944384 14764 0 0 0 5023 31 0 0 20 0 15 0 97400228 10916999168 2075215 33554432000 4194304 4196468 140721109917488 139669828656144 139669824427733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26050560 140721109922972 140721109923081 140721109923081 140721109925839 0
[pid=18379/tid=18382] ppid=18376 vsize=10661132 memory=1008 CPUtime=65.26 cores=1,3,5,7
/proc/18379/task/18382/stat : 18382 (java) R 18376 18379 15776 0 -1 4202560 123627 0 0 0 6335 191 0 0 20 0 15 0 97400229 10916999168 2075215 33554432000 4194304 4196468 140721109917488 139669787524056 139669809116320 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26050560 140721109922972 140721109923081 140721109923081 140721109925839 0
[pid=18379/tid=18383] ppid=18376 vsize=10661132 memory=4620 CPUtime=64.96 cores=1,3,5,7
/proc/18379/task/18383/stat : 18383 (java) R 18376 18379 15776 0 -1 4202560 62637 0 0 0 6312 184 0 0 20 0 15 0 97400229 10916999168 2075215 33554432000 4194304 4196468 140721109917488 139669430524816 139669817045735 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26050560 140721109922972 140721109923081 140721109923081 140721109925839 0
[pid=18379/tid=18384] ppid=18376 vsize=10661132 memory=15872 CPUtime=64.9 cores=1,3,5,7
/proc/18379/task/18384/stat : 18384 (java) R 18376 18379 15776 0 -1 4202560 38518 0 0 0 6303 187 0 0 20 0 15 0 97400229 10916999168 2075215 33554432000 4194304 4196468 140721109917488 139669429472160 139669809116337 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26050560 140721109922972 140721109923081 140721109923081 140721109925839 0
[pid=18379/tid=18385] ppid=18376 vsize=10661132 memory=16312 CPUtime=64.8 cores=1,3,5,7
/proc/18379/task/18385/stat : 18385 (java) R 18376 18379 15776 0 -1 4202560 41629 0 0 0 6295 185 0 0 20 0 15 0 97400229 10916999168 2075215 33554432000 4194304 4196468 140721109917488 139669428419848 139669817045735 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 26050560 140721109922972 140721109923081 140721109923081 140721109925839 0
[pid=18379/tid=18386] ppid=18376 vsize=10661132 memory=18276 CPUtime=2.35 cores=1,3,5,7
/proc/18379/task/18386/stat : 18386 (java) S 18376 18379 15776 0 -1 1077944384 20446 0 0 0 233 2 0 0 20 0 15 0 97400230 10916999168 2075215 33554432000 4194304 4196468 140721109917488 139669316559440 139669824427733 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26050560 140721109922972 140721109923081 140721109923081 140721109925839 0
[pid=18379/tid=18387] ppid=18376 vsize=10661132 memory=4048 CPUtime=0 cores=1,3,5,7
/proc/18379/task/18387/stat : 18387 (java) S 18376 18379 15776 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 15 0 97400231 10916999168 2075215 33554432000 4194304 4196468 140721109917488 139669315506800 139669824427733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26050560 140721109922972 140721109923081 140721109923081 140721109925839 0
[pid=18379/tid=18388] ppid=18376 vsize=10661132 memory=1224 CPUtime=0 cores=1,3,5,7
/proc/18379/task/18388/stat : 18388 (java) S 18376 18379 15776 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 97400231 10916999168 2075215 33554432000 4194304 4196468 140721109917488 139669314454512 139669824427733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26050560 140721109922972 140721109923081 140721109923081 140721109925839 0
[pid=18379/tid=18389] ppid=18376 vsize=10661132 memory=1716 CPUtime=0 cores=1,3,5,7
/proc/18379/task/18389/stat : 18389 (java) S 18376 18379 15776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97400233 10916999168 2075215 33554432000 4194304 4196468 140721109917488 139669313403088 139669824436123 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26050560 140721109922972 140721109923081 140721109923081 140721109925839 0
[pid=18379/tid=18390] ppid=18376 vsize=10661132 memory=1424 CPUtime=1.44 cores=1,3,5,7
/proc/18379/task/18390/stat : 18390 (java) S 18376 18379 15776 0 -1 1077944384 8215 0 0 0 143 1 0 0 20 0 15 0 97400233 10916999168 2075215 33554432000 4194304 4196468 140721109917488 139669312350464 139669824427733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26050560 140721109922972 140721109923081 140721109923081 140721109925839 0
[pid=18379/tid=18391] ppid=18376 vsize=10661132 memory=796 CPUtime=1.53 cores=1,3,5,7
/proc/18379/task/18391/stat : 18391 (java) S 18376 18379 15776 0 -1 1077944384 8751 0 0 0 152 1 0 0 20 0 15 0 97400233 10916999168 2075215 33554432000 4194304 4196468 140721109917488 139669311298208 139669824427733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26050560 140721109922972 140721109923081 140721109923081 140721109925839 0
[pid=18379/tid=18392] ppid=18376 vsize=10661132 memory=8452 CPUtime=0.51 cores=1,3,5,7
/proc/18379/task/18392/stat : 18392 (java) S 18376 18379 15776 0 -1 1077944384 4168 0 0 0 49 2 0 0 20 0 15 0 97400233 10916999168 2075215 33554432000 4194304 4196468 140721109917488 139669310245664 139669824427733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26050560 140721109922972 140721109923081 140721109923081 140721109925839 0
[pid=18379/tid=18393] ppid=18376 vsize=10661132 memory=5776 CPUtime=0 cores=1,3,5,7
/proc/18379/task/18393/stat : 18393 (java) S 18376 18379 15776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97400234 10916999168 2075215 33554432000 4194304 4196468 140721109917488 139669309193312 139669824427733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26050560 140721109922972 140721109923081 140721109923081 140721109925839 0
[pid=18379/tid=18394] ppid=18376 vsize=10661132 memory=1200 CPUtime=0.06 cores=1,3,5,7
/proc/18379/task/18394/stat : 18394 (java) S 18376 18379 15776 0 -1 1077944384 354 0 0 0 3 3 0 0 20 0 15 0 97400234 10916999168 2075215 33554432000 4194304 4196468 140721109917488 139669308139824 139669824428674 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26050560 140721109922972 140721109923081 140721109923081 140721109925839 0
Current children cumulated CPU time: 316.44 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 8300860 KiB

[startup+118.901 s]
/proc/loadavg: 5.84 3.25 2.27 9/220 18480
/proc/meminfo: memFree=11565232/32770624 swapFree=67108860/67108860
[pid=18379] ppid=18376 vsize=10661132 memory=8300864 CPUtime=316.61 cores=1,3,5,7
/proc/18379/stat : 18379 (java) S 18376 18379 15776 0 -1 1077944320 324592 0 0 0 30872 789 0 0 20 0 15 0 97400228 10916999168 2075216 33554432000 4194304 4196468 140721109917488 140721109900032 139669824417527 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 26050560 140721109922972 140721109923081 140721109923081 140721109925839 0
/proc/18379/statm: 2665283 2075216 3190 1 0 2627263 0
[pid=18379/tid=18381] ppid=18376 vsize=10661132 memory=836 CPUtime=50.54 cores=1,3,5,7
/proc/18379/task/18381/stat : 18381 (java) S 18376 18379 15776 0 -1 1077944384 14830 0 0 0 5023 31 0 0 20 0 15 0 97400228 10916999168 2075216 33554432000 4194304 4196468 140721109917488 139669828657312 139669824427733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26050560 140721109922972 140721109923081 140721109923081 140721109925839 0
[pid=18379/tid=18382] ppid=18376 vsize=10661132 memory=8300860 CPUtime=65.28 cores=1,3,5,7
/proc/18379/task/18382/stat : 18382 (java) S 18376 18379 15776 0 -1 1077944384 123627 0 0 0 6337 191 0 0 20 0 15 0 97400229 10916999168 2075216 33554432000 4194304 4196468 140721109917488 139669787523856 139669824427733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26050560 140721109922972 140721109923081 140721109923081 140721109925839 0
[pid=18379/tid=18383] ppid=18376 vsize=10661132 memory=1008 CPUtime=64.98 cores=1,3,5,7
/proc/18379/task/18383/stat : 18383 (java) S 18376 18379 15776 0 -1 1077944384 62640 0 0 0 6314 184 0 0 20 0 15 0 97400229 10916999168 2075216 33554432000 4194304 4196468 140721109917488 139669430524816 139669824427733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26050560 140721109922972 140721109923081 140721109923081 140721109925839 0
[pid=18379/tid=18384] ppid=18376 vsize=10661132 memory=8300828 CPUtime=64.92 cores=1,3,5,7
/proc/18379/task/18384/stat : 18384 (java) S 18376 18379 15776 0 -1 1077944384 38518 0 0 0 6305 187 0 0 20 0 15 0 97400229 10916999168 2075216 33554432000 4194304 4196468 140721109917488 139669429472272 139669824427733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26050560 140721109922972 140721109923081 140721109923081 140721109925839 0
[pid=18379/tid=18385] ppid=18376 vsize=10661132 memory=8300828 CPUtime=64.84 cores=1,3,5,7
/proc/18379/task/18385/stat : 18385 (java) S 18376 18379 15776 0 -1 1077944384 41629 0 0 0 6298 186 0 0 20 0 15 0 97400229 10916999168 2075216 33554432000 4194304 4196468 140721109917488 139669428419728 139669824427733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26050560 140721109922972 140721109923081 140721109923081 140721109925839 0
[pid=18379/tid=18386] ppid=18376 vsize=10661132 memory=8300828 CPUtime=2.42 cores=1,3,5,7
/proc/18379/task/18386/stat : 18386 (java) R 18376 18379 15776 0 -1 4202560 20447 0 0 0 240 2 0 0 20 0 15 0 97400230 10916999168 2075216 33554432000 4194304 4196468 140721109917488 139669316559424 139669802787707 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26050560 140721109922972 140721109923081 140721109923081 140721109925839 0
[pid=18379/tid=18387] ppid=18376 vsize=10661132 memory=8300812 CPUtime=0 cores=1,3,5,7
/proc/18379/task/18387/stat : 18387 (java) S 18376 18379 15776 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 15 0 97400231 10916999168 2075216 33554432000 4194304 4196468 140721109917488 139669315507168 139669824427733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26050560 140721109922972 140721109923081 140721109923081 140721109925839 0
[pid=18379/tid=18388] ppid=18376 vsize=10661132 memory=8300752 CPUtime=0 cores=1,3,5,7
/proc/18379/task/18388/stat : 18388 (java) S 18376 18379 15776 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 97400231 10916999168 2075216 33554432000 4194304 4196468 140721109917488 139669314454512 139669824427733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26050560 140721109922972 140721109923081 140721109923081 140721109925839 0
[pid=18379/tid=18389] ppid=18376 vsize=10661132 memory=8300860 CPUtime=0 cores=1,3,5,7
/proc/18379/task/18389/stat : 18389 (java) S 18376 18379 15776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97400233 10916999168 2075216 33554432000 4194304 4196468 140721109917488 139669313403088 139669824436123 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26050560 140721109922972 140721109923081 140721109923081 140721109925839 0
[pid=18379/tid=18390] ppid=18376 vsize=10661132 memory=8300860 CPUtime=1.44 cores=1,3,5,7
/proc/18379/task/18390/stat : 18390 (java) S 18376 18379 15776 0 -1 1077944384 8215 0 0 0 143 1 0 0 20 0 15 0 97400233 10916999168 2075216 33554432000 4194304 4196468 140721109917488 139669312350704 139669824428674 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26050560 140721109922972 140721109923081 140721109923081 140721109925839 0
[pid=18379/tid=18391] ppid=18376 vsize=10661132 memory=28212 CPUtime=1.53 cores=1,3,5,7
/proc/18379/task/18391/stat : 18391 (java) S 18376 18379 15776 0 -1 1077944384 8751 0 0 0 152 1 0 0 20 0 15 0 97400233 10916999168 2075216 33554432000 4194304 4196468 140721109917488 139669311298160 139669824428674 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26050560 140721109922972 140721109923081 140721109923081 140721109925839 0
[pid=18379/tid=18392] ppid=18376 vsize=10661132 memory=1292 CPUtime=0.51 cores=1,3,5,7
/proc/18379/task/18392/stat : 18392 (java) S 18376 18379 15776 0 -1 1077944384 4168 0 0 0 49 2 0 0 20 0 15 0 97400233 10916999168 2075216 33554432000 4194304 4196468 140721109917488 139669310245616 139669824428674 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26050560 140721109922972 140721109923081 140721109923081 140721109925839 0
[pid=18379/tid=18393] ppid=18376 vsize=10661132 memory=4132 CPUtime=0 cores=1,3,5,7
/proc/18379/task/18393/stat : 18393 (java) S 18376 18379 15776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97400234 10916999168 2075216 33554432000 4194304 4196468 140721109917488 139669309193312 139669824427733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26050560 140721109922972 140721109923081 140721109923081 140721109925839 0
[pid=18379/tid=18394] ppid=18376 vsize=10661132 memory=28212 CPUtime=0.06 cores=1,3,5,7
/proc/18379/task/18394/stat : 18394 (java) S 18376 18379 15776 0 -1 1077944384 354 0 0 0 3 3 0 0 20 0 15 0 97400234 10916999168 2075216 33554432000 4194304 4196468 140721109917488 139669308139824 139669824428674 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26050560 140721109922972 140721109923081 140721109923081 140721109925839 0
Current children cumulated CPU time: 316.61 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 8300864 KiB

Child status: 1
Real time (s): 118.965
CPU time (s): 316.685
CPU user time (s): 308.73
CPU system time (s): 7.95536
CPU usage (%): 266.2
Max. virtual memory (cumulated for all children) (KiB): 10661132
Max. memory (cumulated for all children) (KiB): 8300864

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 308.73
system time used= 7.95536
maximum resident set size= 8300864
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 324722
page faults= 0
swaps= 0
block input operations= 0
block output operations= 232
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10969
involuntary context switches= 6922


# summary of solver processes directly reported to runsolver:
#   pid: 18379
#   total CPU time (s): 316.685
#   total CPU user time (s): 308.73
#   total CPU system time (s): 7.95536

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.723613 second user time and 1.30673 second system time

The end

Launcher Data

Begin job on node132 at 2018-07-28 19:19:31
IDJOB=4299021
IDBENCH=141284
IDSOLVER=2765
FILE ID=node132/4299021-1532798367
RUNJOBID= node132-1532775768-15808
PBS_JOBID= 21022466
Free space on /tmp= 51116 MiB

SOLVER NAME= slowpoke 2018-04-29
BENCH NAME= XCSP18/Fapp/Fapp-ext/Fapp-ext-05-0350_c18.xml
COMMAND LINE= java -jar minicp-1.0.jar BENCHNAME --timelimit TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4299021-1532798367/watcher-4299021-1532798367 -o /tmp/evaluation-result-4299021-1532798367/solver-4299021-1532798367 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1532775768-15808 --watchdog 2580  java -jar minicp-1.0.jar HOME/instance-4299021-1532798367.xml --timelimit 2520

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

MD5SUM BENCH= 51b7f32ab0afbf3da7a228f765e579fa
RANDOM SEED=2055584928

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:        19895420 kB
MemAvailable:   29107772 kB
Buffers:          208260 kB
Cached:          9192436 kB
SwapCached:            0 kB
Active:          6326400 kB
Inactive:        5907772 kB
Active(anon):    2783716 kB
Inactive(anon):    77832 kB
Active(file):    3542684 kB
Inactive(file):  5829940 kB
Unevictable:        6992 kB
Mlocked:            6992 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:            436676 kB
Writeback:         71420 kB
AnonPages:       2730020 kB
Mapped:            54972 kB
Shmem:             25248 kB
Slab:             336788 kB
SReclaimable:     268188 kB
SUnreclaim:        68600 kB
KernelStack:        3552 kB
PageTables:        10612 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4180612 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2623488 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= 51368 MiB
End job on node132 at 2018-07-28 19:21:30