Trace number 4299238

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
GG's minicp 2018-04-29? 33.2321 9.88816

General information on the benchmark

NameCrosswordDesign/
CrosswordDesign-06-4-rom_c18.xml
MD5SUM68fe1d73007454e14d4d429fadb25a11
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark54
Best CPU time to get the best result obtained on this benchmark2520.09
Satisfiable
(Un)Satisfiability was proved
Number of variables180
Number of constraints48
Number of domains5
Minimum domain size2
Maximum domain size22859
Distribution of domain sizes[{"size":2,"count":12},{"size":7,"count":84},{"size":27,"count":36},{"size":22859,"count":48}]
Minimum variable degree1
Maximum variable degree8
Distribution of variable degrees[{"degree":1,"count":60},{"degree":2,"count":84},{"degree":8,"count":36}]
Minimum constraint arity9
Maximum constraint arity10
Distribution of constraint arities[{"arity":9,"count":12},{"arity":10,"count":36}]
Number of extensional constraints48
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":48}]
Optimization problemYES
Type of objectivemax SUM

Solver Data

0.12/0.13	c version: 2018-04-11
0.12/0.13	c seed: 1811631
0.12/0.13	c timeout: -1
0.12/0.13	c memlimit: -1
0.12/0.13	c nbcore: -1
33.01/9.76	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
33.01/9.76		at minicp.engine.constraints.ShortTableCT.<init>(ShortTableCT.java:202)
33.01/9.76		at xcsp3.XCSP3.buildCtrExtension(XCSP3.java:138)
33.14/9.86		at org.xcsp.parser.loaders.CtrLoaderInteger.extension(CtrLoaderInteger.java:306)
33.14/9.86		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:167)
33.14/9.86		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:527)
33.14/9.86		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:510)
33.14/9.86		at org.xcsp.parser.XCallbacks$$Lambda$86/873415566.accept(Unknown Source)
33.14/9.86		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
33.14/9.86		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
33.14/9.86		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:507)
33.14/9.86		at org.xcsp.parser.XCallbacks.loadGroup(XCallbacks.java:462)
33.14/9.86		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:422)
33.14/9.86		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:407)
33.14/9.86		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:297)
33.14/9.86		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
33.14/9.86		at xcsp3.XCSP3.<init>(XCSP3.java:70)
33.14/9.86		at xcsp3.CompetitionApp.runSolver(CompetitionApp.java:63)
33.14/9.86		at xcsp3.CompetitionApp.main(CompetitionApp.java:51)
33.14/9.86	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 (8254 MiB free)
  memory of node 1: 16384 MiB (13232 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4299238-1532795551/watcher-4299238-1532795551 -o /tmp/evaluation-result-4299238-1532795551/solver-4299238-1532795551 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1532774285-30332 --watchdog 2580 java -jar HOME/GGs-minicp.jar xcsp3.CompetitionApp HOME/instance-4299238-1532795551.xml 

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

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


[startup+0.100725 s]*
/proc/loadavg: 2.97 2.53 2.24 5/216 1268
/proc/meminfo: memFree=21987476/32770624 swapFree=67108404/67108860
[pid=1253] ppid=1250 vsize=10661056 memory=27772 CPUtime=0.12 cores=0,2,4,6
/proc/1253/stat : 1253 (java) S 1250 1253 30301 0 -1 1077944320 5329 0 0 0 11 1 0 0 20 0 15 0 97118266 10916921344 6943 33554432000 4194304 4196468 140721376526656 140721376509200 140653462200055 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 19578880 140721376531573 140721376531721 140721376531721 140721376534479 0
/proc/1253/statm: 2665264 6943 2846 1 0 2627263 0
[pid=1253/tid=1255] ppid=1250 vsize=10661056 memory=4627829660337606006 CPUtime=0.08 cores=0,2,4,6
/proc/1253/task/1255/stat : 1255 (java) R 1250 1253 30301 0 -1 4202560 3221 0 0 0 8 0 0 0 20 0 15 0 97118267 10916921344 6943 33554432000 4194304 4196468 140721376526656 140653466428544 140653462211990 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19578880 140721376531573 140721376531721 140721376531721 140721376534479 0
[pid=1253/tid=1256] ppid=1250 vsize=10661056 memory=7948963741541478447 CPUtime=0 cores=0,2,4,6
/proc/1253/task/1256/stat : 1256 (java) S 1250 1253 30301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97118267 10916921344 6943 33554432000 4194304 4196468 140721376526656 140653404203536 140653462210261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19578880 140721376531573 140721376531721 140721376531721 140721376534479 0
[pid=1253/tid=1257] ppid=1250 vsize=10661056 memory=140663291135616 CPUtime=0 cores=0,2,4,6
/proc/1253/task/1257/stat : 1257 (java) S 1250 1253 30301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97118267 10916921344 6943 33554432000 4194304 4196468 140721376526656 140653403150992 140653462210261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19578880 140721376531573 140721376531721 140721376531721 140721376534479 0
[pid=1253/tid=1258] ppid=1250 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1253/task/1258/stat : 1258 (java) S 1250 1253 30301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97118267 10916921344 6943 33554432000 4194304 4196468 140721376526656 140653402097936 140653462210261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19578880 140721376531573 140721376531721 140721376531721 140721376534479 0
[pid=1253/tid=1259] ppid=1250 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1253/task/1259/stat : 1259 (java) S 1250 1253 30301 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97118267 10916921344 6943 33554432000 4194304 4196468 140721376526656 140653066246544 140653462210261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19578880 140721376531573 140721376531721 140721376531721 140721376534479 0
[pid=1253/tid=1260] ppid=1250 vsize=10661056 memory=140663291135616 CPUtime=0 cores=0,2,4,6
/proc/1253/task/1260/stat : 1260 (java) S 1250 1253 30301 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97118269 10916921344 6943 33554432000 4194304 4196468 140721376526656 140653021973232 140653462211202 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19578880 140721376531573 140721376531721 140721376531721 140721376534479 0
[pid=1253/tid=1261] ppid=1250 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1253/task/1261/stat : 1261 (java) S 1250 1253 30301 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 97118269 10916921344 6943 33554432000 4194304 4196468 140721376526656 140653020919456 140653462210261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19578880 140721376531573 140721376531721 140721376531721 140721376534479 0
[pid=1253/tid=1262] ppid=1250 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1253/task/1262/stat : 1262 (java) S 1250 1253 30301 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97118269 10916921344 6943 33554432000 4194304 4196468 140721376526656 140653019866352 140653462210261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19578880 140721376531573 140721376531721 140721376531721 140721376534479 0
[pid=1253/tid=1263] ppid=1250 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1253/task/1263/stat : 1263 (java) S 1250 1253 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97118272 10916921344 6943 33554432000 4194304 4196468 140721376526656 140653018814928 140653462218651 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19578880 140721376531573 140721376531721 140721376531721 140721376534479 0
[pid=1253/tid=1264] ppid=1250 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1253/task/1264/stat : 1264 (java) R 1250 1253 30301 0 -1 4202560 429 0 0 0 0 0 0 0 20 0 15 0 97118272 10916921344 6943 33554432000 4194304 4196468 140721376526656 140653017753680 140653440027293 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19578880 140721376531573 140721376531721 140721376531721 140721376534479 0
[pid=1253/tid=1265] ppid=1250 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1253/task/1265/stat : 1265 (java) S 1250 1253 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97118272 10916921344 6943 33554432000 4194304 4196468 140721376526656 140653016709488 140653462211202 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19578880 140721376531573 140721376531721 140721376531721 140721376534479 0
[pid=1253/tid=1266] ppid=1250 vsize=10661056 memory=140663291135616 CPUtime=0.01 cores=0,2,4,6
/proc/1253/task/1266/stat : 1266 (java) R 1250 1253 30301 0 -1 4202560 321 0 0 0 1 0 0 0 20 0 15 0 97118272 10916921344 6943 33554432000 4194304 4196468 140721376526656 140653015656432 140653462211990 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19578880 140721376531573 140721376531721 140721376531721 140721376534479 0
[pid=1253/tid=1267] ppid=1250 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1253/task/1267/stat : 1267 (java) S 1250 1253 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97118272 10916921344 6943 33554432000 4194304 4196468 140721376526656 140653014604128 140653462210261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19578880 140721376531573 140721376531721 140721376531721 140721376534479 0
[pid=1253/tid=1268] ppid=1250 vsize=10661056 memory=140663291135616 CPUtime=0 cores=0,2,4,6
/proc/1253/task/1268/stat : 1268 (java) S 1250 1253 30301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97118272 10916921344 6943 33554432000 4194304 4196468 140721376526656 140653013552176 140653462211202 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19578880 140721376531573 140721376531721 140721376531721 140721376534479 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 27772 KiB

[startup+0.218642 s]*
/proc/loadavg: 2.97 2.53 2.24 6/216 1268
/proc/meminfo: memFree=21976188/32770624 swapFree=67108404/67108860
[pid=1253] ppid=1250 vsize=10661056 memory=40048 CPUtime=0.35 cores=0,2,4,6
/proc/1253/stat : 1253 (java) S 1250 1253 30301 0 -1 1077944320 8196 0 0 0 33 2 0 0 20 0 15 0 97118266 10916921344 10012 33554432000 4194304 4196468 140721376526656 140721376509200 140653462200055 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 19578880 140721376531573 140721376531721 140721376531721 140721376534479 0
/proc/1253/statm: 2665264 10012 2978 1 0 2627263 0
[pid=1253/tid=1255] ppid=1250 vsize=10661056 memory=8389772277269004345 CPUtime=0.21 cores=0,2,4,6
/proc/1253/task/1255/stat : 1255 (java) R 1250 1253 30301 0 -1 4202560 5138 0 0 0 20 1 0 0 20 0 15 0 97118267 10916921344 10524 33554432000 4194304 4196468 140721376526656 140653466431776 140653462221981 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19578880 140721376531573 140721376531721 140721376531721 140721376534479 0
[pid=1253/tid=1256] ppid=1250 vsize=10661056 memory=4294967641 CPUtime=0 cores=0,2,4,6
/proc/1253/task/1256/stat : 1256 (java) S 1250 1253 30301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97118267 10916921344 10524 33554432000 4194304 4196468 140721376526656 140653404203536 140653462210261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19578880 140721376531573 140721376531721 140721376531721 140721376534479 0
[pid=1253/tid=1257] ppid=1250 vsize=10661056 memory=4121273213273786016 CPUtime=0 cores=0,2,4,6
/proc/1253/task/1257/stat : 1257 (java) S 1250 1253 30301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97118267 10916921344 10524 33554432000 4194304 4196468 140721376526656 140653403150992 140653462210261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19578880 140721376531573 140721376531721 140721376531721 140721376534479 0
[pid=1253/tid=1258] ppid=1250 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1253/task/1258/stat : 1258 (java) S 1250 1253 30301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97118267 10916921344 10524 33554432000 4194304 4196468 140721376526656 140653402097936 140653462210261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19578880 140721376531573 140721376531721 140721376531721 140721376534479 0
[pid=1253/tid=1259] ppid=1250 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1253/task/1259/stat : 1259 (java) S 1250 1253 30301 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97118267 10916921344 10524 33554432000 4194304 4196468 140721376526656 140653066246544 140653462210261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19578880 140721376531573 140721376531721 140721376531721 140721376534479 0
[pid=1253/tid=1260] ppid=1250 vsize=10661056 memory=140663291135616 CPUtime=0 cores=0,2,4,6
/proc/1253/task/1260/stat : 1260 (java) S 1250 1253 30301 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97118269 10916921344 10524 33554432000 4194304 4196468 140721376526656 140653021973232 140653462211202 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19578880 140721376531573 140721376531721 140721376531721 140721376534479 0
[pid=1253/tid=1261] ppid=1250 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1253/task/1261/stat : 1261 (java) S 1250 1253 30301 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 97118269 10916921344 10524 33554432000 4194304 4196468 140721376526656 140653020919456 140653462210261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19578880 140721376531573 140721376531721 140721376531721 140721376534479 0
[pid=1253/tid=1262] ppid=1250 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1253/task/1262/stat : 1262 (java) S 1250 1253 30301 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97118269 10916921344 10524 33554432000 4194304 4196468 140721376526656 140653019866352 140653462210261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19578880 140721376531573 140721376531721 140721376531721 140721376534479 0
[pid=1253/tid=1263] ppid=1250 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1253/task/1263/stat : 1263 (java) S 1250 1253 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97118272 10916921344 10524 33554432000 4194304 4196468 140721376526656 140653018814928 140653462218651 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19578880 140721376531573 140721376531721 140721376531721 140721376534479 0
[pid=1253/tid=1264] ppid=1250 vsize=10661056 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/1253/task/1264/stat : 1264 (java) S 1250 1253 30301 0 -1 1077944384 584 0 0 0 3 0 0 0 20 0 15 0 97118272 10916921344 10524 33554432000 4194304 4196468 140721376526656 140653017762032 140653462211202 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19578880 140721376531573 140721376531721 140721376531721 140721376534479 0
[pid=1253/tid=1265] ppid=1250 vsize=10661056 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/1253/task/1265/stat : 1265 (java) R 1250 1253 30301 0 -1 4202560 317 0 0 0 2 0 0 0 20 0 15 0 97118272 10916921344 10524 33554432000 4194304 4196468 140721376526656 140653016709488 140653441854593 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19578880 140721376531573 140721376531721 140721376531721 140721376534479 0
[pid=1253/tid=1266] ppid=1250 vsize=10661056 memory=140663291135616 CPUtime=0.08 cores=0,2,4,6
/proc/1253/task/1266/stat : 1266 (java) S 1250 1253 30301 0 -1 1077944384 791 0 0 0 8 0 0 0 20 0 15 0 97118272 10916921344 10524 33554432000 4194304 4196468 140721376526656 140653015656432 140653462211202 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19578880 140721376531573 140721376531721 140721376531721 140721376534479 0
[pid=1253/tid=1267] ppid=1250 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1253/task/1267/stat : 1267 (java) S 1250 1253 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97118272 10916921344 10524 33554432000 4194304 4196468 140721376526656 140653014604128 140653462210261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19578880 140721376531573 140721376531721 140721376531721 140721376534479 0
[pid=1253/tid=1268] ppid=1250 vsize=10661056 memory=140663291135616 CPUtime=0 cores=0,2,4,6
/proc/1253/task/1268/stat : 1268 (java) S 1250 1253 30301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97118272 10916921344 10524 33554432000 4194304 4196468 140721376526656 140653013552176 140653462211202 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19578880 140721376531573 140721376531721 140721376531721 140721376534479 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 40048 KiB

[startup+0.317517 s]*
/proc/loadavg: 2.97 2.53 2.24 6/216 1268
/proc/meminfo: memFree=21958008/32770624 swapFree=67108404/67108860
[pid=1253] ppid=1250 vsize=10661132 memory=57968 CPUtime=0.57 cores=0,2,4,6
/proc/1253/stat : 1253 (java) S 1250 1253 30301 0 -1 1077944320 8974 0 0 0 55 2 0 0 20 0 15 0 97118266 10916999168 14492 33554432000 4194304 4196468 140721376526656 140721376509200 140653462200055 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 19578880 140721376531573 140721376531721 140721376531721 140721376534479 0
/proc/1253/statm: 2665283 14492 3064 1 0 2627263 0
[pid=1253/tid=1255] ppid=1250 vsize=10661132 memory=1398720917958146503 CPUtime=0.3 cores=0,2,4,6
/proc/1253/task/1255/stat : 1255 (java) R 1250 1253 30301 0 -1 4202560 5463 0 0 0 29 1 0 0 20 0 15 0 97118267 10916999168 14492 33554432000 4194304 4196468 140721376526656 140653466436432 140653082320088 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19578880 140721376531573 140721376531721 140721376531721 140721376534479 0
[pid=1253/tid=1256] ppid=1250 vsize=10661132 memory=4126316290023845779 CPUtime=0 cores=0,2,4,6
/proc/1253/task/1256/stat : 1256 (java) S 1250 1253 30301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97118267 10916999168 14492 33554432000 4194304 4196468 140721376526656 140653404203536 140653462210261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19578880 140721376531573 140721376531721 140721376531721 140721376534479 0
[pid=1253/tid=1257] ppid=1250 vsize=10661132 memory=1200 CPUtime=0 cores=0,2,4,6
/proc/1253/task/1257/stat : 1257 (java) S 1250 1253 30301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97118267 10916999168 14492 33554432000 4194304 4196468 140721376526656 140653403150992 140653462210261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19578880 140721376531573 140721376531721 140721376531721 140721376534479 0
[pid=1253/tid=1258] ppid=1250 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1253/task/1258/stat : 1258 (java) S 1250 1253 30301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97118267 10916999168 14492 33554432000 4194304 4196468 140721376526656 140653402097936 140653462210261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19578880 140721376531573 140721376531721 140721376531721 140721376534479 0
[pid=1253/tid=1259] ppid=1250 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1253/task/1259/stat : 1259 (java) S 1250 1253 30301 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97118267 10916999168 14492 33554432000 4194304 4196468 140721376526656 140653066246544 140653462210261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19578880 140721376531573 140721376531721 140721376531721 140721376534479 0
[pid=1253/tid=1260] ppid=1250 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1253/task/1260/stat : 1260 (java) S 1250 1253 30301 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97118269 10916999168 14492 33554432000 4194304 4196468 140721376526656 140653021973232 140653462211202 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19578880 140721376531573 140721376531721 140721376531721 140721376534479 0
[pid=1253/tid=1261] ppid=1250 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1253/task/1261/stat : 1261 (java) S 1250 1253 30301 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 97118269 10916999168 14492 33554432000 4194304 4196468 140721376526656 140653020919456 140653462210261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19578880 140721376531573 140721376531721 140721376531721 140721376534479 0
[pid=1253/tid=1262] ppid=1250 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1253/task/1262/stat : 1262 (java) S 1250 1253 30301 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97118269 10916999168 14492 33554432000 4194304 4196468 140721376526656 140653019866352 140653462210261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19578880 140721376531573 140721376531721 140721376531721 140721376534479 0
[pid=1253/tid=1263] ppid=1250 vsize=10661132 memory=140663131843055 CPUtime=0 cores=0,2,4,6
/proc/1253/task/1263/stat : 1263 (java) S 1250 1253 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97118272 10916999168 14492 33554432000 4194304 4196468 140721376526656 140653018814928 140653462218651 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19578880 140721376531573 140721376531721 140721376531721 140721376534479 0
[pid=1253/tid=1264] ppid=1250 vsize=10661132 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1253/task/1264/stat : 1264 (java) R 1250 1253 30301 0 -1 4202560 808 0 0 0 8 0 0 0 20 0 15 0 97118272 10916999168 14492 33554432000 4194304 4196468 140721376526656 140653017747664 140653446597216 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19578880 140721376531573 140721376531721 140721376531721 140721376534479 0
[pid=1253/tid=1265] ppid=1250 vsize=10661132 memory=140663131826959 CPUtime=0.05 cores=0,2,4,6
/proc/1253/task/1265/stat : 1265 (java) R 1250 1253 30301 0 -1 4202560 333 0 0 0 5 0 0 0 20 0 15 0 97118272 10916999168 14492 33554432000 4194304 4196468 140721376526656 140653016709488 140653443722532 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19578880 140721376531573 140721376531721 140721376531721 140721376534479 0
[pid=1253/tid=1266] ppid=1250 vsize=10661132 memory=281326422971744 CPUtime=0.13 cores=0,2,4,6
/proc/1253/task/1266/stat : 1266 (java) R 1250 1253 30301 0 -1 4202560 1011 0 0 0 13 0 0 0 20 0 15 0 97118272 10916999168 14492 33554432000 4194304 4196468 140721376526656 140653015654392 140653442159906 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19578880 140721376531573 140721376531721 140721376531721 140721376534479 0
[pid=1253/tid=1267] ppid=1250 vsize=10661132 memory=140663131831567 CPUtime=0 cores=0,2,4,6
/proc/1253/task/1267/stat : 1267 (java) S 1250 1253 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97118272 10916999168 14492 33554432000 4194304 4196468 140721376526656 140653014604128 140653462210261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19578880 140721376531573 140721376531721 140721376531721 140721376534479 0
[pid=1253/tid=1268] ppid=1250 vsize=10661132 memory=140663291135627 CPUtime=0 cores=0,2,4,6
/proc/1253/task/1268/stat : 1268 (java) S 1250 1253 30301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97118272 10916999168 14492 33554432000 4194304 4196468 140721376526656 140653013552176 140653462211202 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19578880 140721376531573 140721376531721 140721376531721 140721376534479 0
Current children cumulated CPU time: 0.57 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 57968 KiB

[startup+0.700745 s]
/proc/loadavg: 2.97 2.53 2.24 5/216 1268
/proc/meminfo: memFree=21900872/32770624 swapFree=67108404/67108860
[pid=1253] ppid=1250 vsize=10661132 memory=193564 CPUtime=1.78 cores=0,2,4,6
/proc/1253/stat : 1253 (java) S 1250 1253 30301 0 -1 1077944320 11295 0 0 0 172 6 0 0 20 0 15 0 97118266 10916999168 48391 33554432000 4194304 4196468 140721376526656 140721376509200 140653462200055 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 19578880 140721376531573 140721376531721 140721376531721 140721376534479 0
/proc/1253/statm: 2665283 48391 3121 1 0 2627263 0
[pid=1253/tid=1255] ppid=1250 vsize=10661132 memory=2372 CPUtime=0.67 cores=0,2,4,6
/proc/1253/task/1255/stat : 1255 (java) R 1250 1253 30301 0 -1 4202560 5558 0 0 0 64 3 0 0 20 0 15 0 97118267 10916999168 48391 33554432000 4194304 4196468 140721376526656 140653466438576 140653446243685 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19578880 140721376531573 140721376531721 140721376531721 140721376534479 0
[pid=1253/tid=1256] ppid=1250 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1253/task/1256/stat : 1256 (java) S 1250 1253 30301 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 15 0 97118267 10916999168 48391 33554432000 4194304 4196468 140721376526656 140653404203536 140653462210261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19578880 140721376531573 140721376531721 140721376531721 140721376534479 0
[pid=1253/tid=1257] ppid=1250 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1253/task/1257/stat : 1257 (java) S 1250 1253 30301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97118267 10916999168 48391 33554432000 4194304 4196468 140721376526656 140653403150992 140653462210261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19578880 140721376531573 140721376531721 140721376531721 140721376534479 0
[pid=1253/tid=1258] ppid=1250 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1253/task/1258/stat : 1258 (java) S 1250 1253 30301 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 97118267 10916999168 48391 33554432000 4194304 4196468 140721376526656 140653402097936 140653462210261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19578880 140721376531573 140721376531721 140721376531721 140721376534479 0
[pid=1253/tid=1259] ppid=1250 vsize=10661132 memory=146074790530859 CPUtime=0 cores=0,2,4,6
/proc/1253/task/1259/stat : 1259 (java) S 1250 1253 30301 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 15 0 97118267 10916999168 48391 33554432000 4194304 4196468 140721376526656 140653066246544 140653462210261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19578880 140721376531573 140721376531721 140721376531721 140721376534479 0
[pid=1253/tid=1260] ppid=1250 vsize=10661132 memory=13850767857575624 CPUtime=0 cores=0,2,4,6
/proc/1253/task/1260/stat : 1260 (java) S 1250 1253 30301 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 97118269 10916999168 48391 33554432000 4194304 4196468 140721376526656 140653021973232 140653462211202 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19578880 140721376531573 140721376531721 140721376531721 140721376534479 0
[pid=1253/tid=1261] ppid=1250 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1253/task/1261/stat : 1261 (java) S 1250 1253 30301 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 97118269 10916999168 48391 33554432000 4194304 4196468 140721376526656 140653020919456 140653462210261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19578880 140721376531573 140721376531721 140721376531721 140721376534479 0
[pid=1253/tid=1262] ppid=1250 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1253/task/1262/stat : 1262 (java) S 1250 1253 30301 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97118269 10916999168 48391 33554432000 4194304 4196468 140721376526656 140653019866352 140653462210261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19578880 140721376531573 140721376531721 140721376531721 140721376534479 0
[pid=1253/tid=1263] ppid=1250 vsize=10661132 memory=6944656592455360604 CPUtime=0 cores=0,2,4,6
/proc/1253/task/1263/stat : 1263 (java) S 1250 1253 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97118272 10916999168 48391 33554432000 4194304 4196468 140721376526656 140653018814928 140653462218651 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19578880 140721376531573 140721376531721 140721376531721 140721376534479 0
[pid=1253/tid=1264] ppid=1250 vsize=10661132 memory=0 CPUtime=0.44 cores=0,2,4,6
/proc/1253/task/1264/stat : 1264 (java) S 1250 1253 30301 0 -1 1077944384 1860 0 0 0 44 0 0 0 20 0 15 0 97118272 10916999168 48391 33554432000 4194304 4196468 140721376526656 140653017762032 140653462211202 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19578880 140721376531573 140721376531721 140721376531721 140721376534479 0
[pid=1253/tid=1265] ppid=1250 vsize=10661132 memory=0 CPUtime=0.41 cores=0,2,4,6
/proc/1253/task/1265/stat : 1265 (java) R 1250 1253 30301 0 -1 4202560 1159 0 0 0 41 0 0 0 20 0 15 0 97118272 10916999168 48391 33554432000 4194304 4196468 140721376526656 140653016700816 140653441853921 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19578880 140721376531573 140721376531721 140721376531721 140721376534479 0
[pid=1253/tid=1266] ppid=1250 vsize=10661132 memory=6943526294502006880 CPUtime=0.2 cores=0,2,4,6
/proc/1253/task/1266/stat : 1266 (java) S 1250 1253 30301 0 -1 1077944384 1222 0 0 0 20 0 0 0 20 0 15 0 97118272 10916999168 48391 33554432000 4194304 4196468 140721376526656 140653015656432 140653462211202 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19578880 140721376531573 140721376531721 140721376531721 140721376534479 0
[pid=1253/tid=1267] ppid=1250 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1253/task/1267/stat : 1267 (java) S 1250 1253 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97118272 10916999168 48391 33554432000 4194304 4196468 140721376526656 140653014604128 140653462210261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19578880 140721376531573 140721376531721 140721376531721 140721376534479 0
[pid=1253/tid=1268] ppid=1250 vsize=10661132 memory=6655300316396806240 CPUtime=0 cores=0,2,4,6
/proc/1253/task/1268/stat : 1268 (java) S 1250 1253 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97118272 10916999168 48391 33554432000 4194304 4196468 140721376526656 140653013552176 140653462211202 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19578880 140721376531573 140721376531721 140721376531721 140721376534479 0
Current children cumulated CPU time: 1.78 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 193564 KiB

[startup+1.51053 s]
/proc/loadavg: 2.97 2.53 2.24 6/216 1268
/proc/meminfo: memFree=21420776/32770624 swapFree=67108404/67108860
[pid=1253] ppid=1250 vsize=10661132 memory=1252548 CPUtime=4.32 cores=0,2,4,6
/proc/1253/stat : 1253 (java) S 1250 1253 30301 0 -1 1077944320 16826 0 0 0 319 113 0 0 20 0 15 0 97118266 10916999168 313137 33554432000 4194304 4196468 140721376526656 140721376509200 140653462200055 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 19578880 140721376531573 140721376531721 140721376531721 140721376534479 0
/proc/1253/statm: 2665283 313137 3151 1 0 2627263 0
[pid=1253/tid=1255] ppid=1250 vsize=10661132 memory=42 CPUtime=0.92 cores=0,2,4,6
/proc/1253/task/1255/stat : 1255 (java) S 1250 1253 30301 0 -1 1077944384 6148 0 0 0 85 7 0 0 20 0 15 0 97118267 10916999168 313137 33554432000 4194304 4196468 140721376526656 140653466438752 140653462210261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19578880 140721376531573 140721376531721 140721376531721 140721376534479 0
[pid=1253/tid=1256] ppid=1250 vsize=10661132 memory=41 CPUtime=0.52 cores=0,2,4,6
/proc/1253/task/1256/stat : 1256 (java) R 1250 1253 30301 0 -1 4202560 1059 0 0 0 26 26 0 0 20 0 15 0 97118267 10916999168 313649 33554432000 4194304 4196468 140721376526656 140653404203536 140653455302772 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19578880 140721376531573 140721376531721 140721376531721 140721376534479 0
[pid=1253/tid=1257] ppid=1250 vsize=10661132 memory=55 CPUtime=0.51 cores=0,2,4,6
/proc/1253/task/1257/stat : 1257 (java) R 1250 1253 30301 0 -1 4202560 760 0 0 0 26 25 0 0 20 0 15 0 97118267 10916999168 313649 33554432000 4194304 4196468 140721376526656 140653403150992 140653455303108 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19578880 140721376531573 140721376531721 140721376531721 140721376534479 0
[pid=1253/tid=1258] ppid=1250 vsize=10661132 memory=9258 CPUtime=0.51 cores=0,2,4,6
/proc/1253/task/1258/stat : 1258 (java) R 1250 1253 30301 0 -1 4202560 973 0 0 0 26 25 0 0 20 0 15 0 97118267 10916999168 313649 33554432000 4194304 4196468 140721376526656 140653402097824 140653455302772 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19578880 140721376531573 140721376531721 140721376531721 140721376534479 0
[pid=1253/tid=1259] ppid=1250 vsize=10661132 memory=557699 CPUtime=0.52 cores=0,2,4,6
/proc/1253/task/1259/stat : 1259 (java) R 1250 1253 30301 0 -1 4202560 835 0 0 0 27 25 0 0 20 0 15 0 97118267 10916999168 313649 33554432000 4194304 4196468 140721376526656 140653066246544 140653455302772 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19578880 140721376531573 140721376531721 140721376531721 140721376534479 0
[pid=1253/tid=1260] ppid=1250 vsize=10661132 memory=-1807685287724412255 CPUtime=0.02 cores=0,2,4,6
/proc/1253/task/1260/stat : 1260 (java) S 1250 1253 30301 0 -1 1077944384 1324 0 0 0 2 0 0 0 20 0 15 0 97118269 10916999168 313649 33554432000 4194304 4196468 140721376526656 140653021971744 140653462210261 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19578880 140721376531573 140721376531721 140721376531721 140721376534479 0

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

[pid=1253/tid=1267] ppid=1250 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1253/task/1267/stat : 1267 (java) S 1250 1253 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97118272 10916999168 1764266 33554432000 4194304 4196468 140721376526656 140653014604128 140653462210261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19578880 140721376531573 140721376531721 140721376531721 140721376534479 0
[pid=1253/tid=1268] ppid=1250 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1253/task/1268/stat : 1268 (java) S 1250 1253 30301 0 -1 1077944384 368 0 0 0 0 0 0 0 20 0 15 0 97118272 10916999168 1764266 33554432000 4194304 4196468 140721376526656 140653013552176 140653462211202 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19578880 140721376531573 140721376531721 140721376531721 140721376534479 0
Current children cumulated CPU time: 21.15 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 7055016 KiB

[startup+8.00157 s]*
/proc/loadavg: 3.29 2.61 2.27 6/216 1268
/proc/meminfo: memFree=13803968/32770624 swapFree=67108404/67108860
[pid=1253] ppid=1250 vsize=10661132 memory=8207392 CPUtime=26.93 cores=0,2,4,6
/proc/1253/stat : 1253 (java) S 1250 1253 30301 0 -1 1077944320 99203 0 0 0 1684 1009 0 0 20 0 15 0 97118266 10916999168 2051848 33554432000 4194304 4196468 140721376526656 140721376509200 140653462200055 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 19578880 140721376531573 140721376531721 140721376531721 140721376534479 0
/proc/1253/statm: 2665283 2051848 3151 1 0 2627263 0
[pid=1253/tid=1255] ppid=1250 vsize=10661132 memory=1398720917958146503 CPUtime=1.84 cores=0,2,4,6
/proc/1253/task/1255/stat : 1255 (java) S 1250 1253 30301 0 -1 1077944384 8073 0 0 0 174 10 0 0 20 0 15 0 97118267 10916999168 2053896 33554432000 4194304 4196468 140721376526656 140653466438752 140653462210261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19578880 140721376531573 140721376531721 140721376531721 140721376534479 0
[pid=1253/tid=1256] ppid=1250 vsize=10661132 memory=840 CPUtime=5.9 cores=0,2,4,6
/proc/1253/task/1256/stat : 1256 (java) R 1250 1253 30301 0 -1 4202560 20297 0 0 0 357 233 0 0 20 0 15 0 97118267 10916999168 2053896 33554432000 4194304 4196468 140721376526656 140653404203736 140653455302772 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19578880 140721376531573 140721376531721 140721376531721 140721376534479 0
[pid=1253/tid=1257] ppid=1250 vsize=10661132 memory=1800 CPUtime=5.91 cores=0,2,4,6
/proc/1253/task/1257/stat : 1257 (java) R 1250 1253 30301 0 -1 4202560 20018 0 0 0 326 265 0 0 20 0 15 0 97118267 10916999168 2053896 33554432000 4194304 4196468 140721376526656 140653403150992 140653455303048 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19578880 140721376531573 140721376531721 140721376531721 140721376534479 0
[pid=1253/tid=1258] ppid=1250 vsize=10661132 memory=916 CPUtime=5.91 cores=0,2,4,6
/proc/1253/task/1258/stat : 1258 (java) R 1250 1253 30301 0 -1 4202560 17362 0 0 0 348 243 0 0 20 0 15 0 97118267 10916999168 2053896 33554432000 4194304 4196468 140721376526656 140653402098136 140653455302772 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19578880 140721376531573 140721376531721 140721376531721 140721376534479 0
[pid=1253/tid=1259] ppid=1250 vsize=10661132 memory=4126316290023845779 CPUtime=5.88 cores=0,2,4,6
/proc/1253/task/1259/stat : 1259 (java) R 1250 1253 30301 0 -1 4202560 17204 0 0 0 336 252 0 0 20 0 15 0 97118267 10916999168 2053896 33554432000 4194304 4196468 140721376526656 140653066246544 140653455303027 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19578880 140721376531573 140721376531721 140721376531721 140721376534479 0
[pid=1253/tid=1260] ppid=1250 vsize=10661132 memory=4420 CPUtime=0.17 cores=0,2,4,6
/proc/1253/task/1260/stat : 1260 (java) S 1250 1253 30301 0 -1 1077944384 10151 0 0 0 17 0 0 0 20 0 15 0 97118269 10916999168 2053896 33554432000 4194304 4196468 140721376526656 140653021971776 140653462210261 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19578880 140721376531573 140721376531721 140721376531721 140721376534479 0
[pid=1253/tid=1261] ppid=1250 vsize=10661132 memory=6628 CPUtime=0 cores=0,2,4,6
/proc/1253/task/1261/stat : 1261 (java) S 1250 1253 30301 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 97118269 10916999168 2053896 33554432000 4194304 4196468 140721376526656 140653020919520 140653462210261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19578880 140721376531573 140721376531721 140721376531721 140721376534479 0
[pid=1253/tid=1262] ppid=1250 vsize=10661132 memory=8836 CPUtime=0 cores=0,2,4,6
/proc/1253/task/1262/stat : 1262 (java) S 1250 1253 30301 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97118269 10916999168 2053896 33554432000 4194304 4196468 140721376526656 140653019866352 140653462210261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19578880 140721376531573 140721376531721 140721376531721 140721376534479 0
[pid=1253/tid=1263] ppid=1250 vsize=10661132 memory=11044 CPUtime=0 cores=0,2,4,6
/proc/1253/task/1263/stat : 1263 (java) S 1250 1253 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97118272 10916999168 2053896 33554432000 4194304 4196468 140721376526656 140653018814928 140653462218651 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19578880 140721376531573 140721376531721 140721376531721 140721376534479 0
[pid=1253/tid=1264] ppid=1250 vsize=10661132 memory=11140 CPUtime=0.5 cores=0,2,4,6
/proc/1253/task/1264/stat : 1264 (java) S 1250 1253 30301 0 -1 1077944384 1888 0 0 0 50 0 0 0 20 0 15 0 97118272 10916999168 2053896 33554432000 4194304 4196468 140721376526656 140653017762032 140653462211202 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19578880 140721376531573 140721376531721 140721376531721 140721376534479 0
[pid=1253/tid=1265] ppid=1250 vsize=10661132 memory=6441370576508249454 CPUtime=0.48 cores=0,2,4,6
/proc/1253/task/1265/stat : 1265 (java) S 1250 1253 30301 0 -1 1077944384 1186 0 0 0 48 0 0 0 20 0 15 0 97118272 10916999168 2053896 33554432000 4194304 4196468 140721376526656 140653016709488 140653462211202 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19578880 140721376531573 140721376531721 140721376531721 140721376534479 0
[pid=1253/tid=1266] ppid=1250 vsize=10661132 memory=7588959445760893545 CPUtime=0.24 cores=0,2,4,6
/proc/1253/task/1266/stat : 1266 (java) S 1250 1253 30301 0 -1 1077944384 1300 0 0 0 24 0 0 0 20 0 15 0 97118272 10916999168 2053896 33554432000 4194304 4196468 140721376526656 140653015656432 140653462211202 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19578880 140721376531573 140721376531721 140721376531721 140721376534479 0
[pid=1253/tid=1267] ppid=1250 vsize=10661132 memory=7665522773605175917 CPUtime=0 cores=0,2,4,6
/proc/1253/task/1267/stat : 1267 (java) S 1250 1253 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97118272 10916999168 2053896 33554432000 4194304 4196468 140721376526656 140653014604128 140653462210261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19578880 140721376531573 140721376531721 140721376531721 140721376534479 0
[pid=1253/tid=1268] ppid=1250 vsize=10661132 memory=5936964239863943595 CPUtime=0 cores=0,2,4,6
/proc/1253/task/1268/stat : 1268 (java) S 1250 1253 30301 0 -1 1077944384 368 0 0 0 0 0 0 0 20 0 15 0 97118272 10916999168 2053896 33554432000 4194304 4196468 140721376526656 140653013552176 140653462211202 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19578880 140721376531573 140721376531721 140721376531721 140721376534479 0
Current children cumulated CPU time: 26.93 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 8207392 KiB

[startup+8.80073 s]
/proc/loadavg: 3.29 2.61 2.27 6/216 1268
/proc/meminfo: memFree=13803968/32770624 swapFree=67108404/67108860
[pid=1253] ppid=1250 vsize=10661132 memory=8297568 CPUtime=29.52 cores=0,2,4,6
/proc/1253/stat : 1253 (java) S 1250 1253 30301 0 -1 1077944320 99348 0 0 0 1933 1019 0 0 20 0 15 0 97118266 10916999168 2074392 33554432000 4194304 4196468 140721376526656 140721376509200 140653462200055 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 19578880 140721376531573 140721376531721 140721376531721 140721376534479 0
/proc/1253/statm: 2665283 2074392 3151 1 0 2627263 0
[pid=1253/tid=1255] ppid=1250 vsize=10661132 memory=55 CPUtime=1.84 cores=0,2,4,6
/proc/1253/task/1255/stat : 1255 (java) S 1250 1253 30301 0 -1 1077944384 8075 0 0 0 174 10 0 0 20 0 15 0 97118267 10916999168 2074392 33554432000 4194304 4196468 140721376526656 140653466438752 140653462210261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19578880 140721376531573 140721376531721 140721376531721 140721376534479 0
[pid=1253/tid=1256] ppid=1250 vsize=10661132 memory=8112282956445269571 CPUtime=6.49 cores=0,2,4,6
/proc/1253/task/1256/stat : 1256 (java) R 1250 1253 30301 0 -1 4202560 20342 0 0 0 412 237 0 0 20 0 15 0 97118267 10916999168 2074392 33554432000 4194304 4196468 140721376526656 140653404203344 140653454828263 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19578880 140721376531573 140721376531721 140721376531721 140721376534479 0
[pid=1253/tid=1257] ppid=1250 vsize=10661132 memory=7157152556279620692 CPUtime=6.51 cores=0,2,4,6
/proc/1253/task/1257/stat : 1257 (java) R 1250 1253 30301 0 -1 4202560 20039 0 0 0 386 265 0 0 20 0 15 0 97118267 10916999168 2074392 33554432000 4194304 4196468 140721376526656 140653403151192 140653455303041 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19578880 140721376531573 140721376531721 140721376531721 140721376534479 0
[pid=1253/tid=1258] ppid=1250 vsize=10661132 memory=0 CPUtime=6.5 cores=0,2,4,6
/proc/1253/task/1258/stat : 1258 (java) R 1250 1253 30301 0 -1 4202560 17418 0 0 0 403 247 0 0 20 0 15 0 97118267 10916999168 2074392 33554432000 4194304 4196468 140721376526656 140653402098056 140653454828263 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19578880 140721376531573 140721376531721 140721376531721 140721376534479 0
[pid=1253/tid=1259] ppid=1250 vsize=10661132 memory=0 CPUtime=6.49 cores=0,2,4,6
/proc/1253/task/1259/stat : 1259 (java) R 1250 1253 30301 0 -1 4202560 17212 0 0 0 396 253 0 0 20 0 15 0 97118267 10916999168 2074392 33554432000 4194304 4196468 140721376526656 140653066246352 140653454828263 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19578880 140721376531573 140721376531721 140721376531721 140721376534479 0
[pid=1253/tid=1260] ppid=1250 vsize=10661132 memory=140663131841935 CPUtime=0.36 cores=0,2,4,6
/proc/1253/task/1260/stat : 1260 (java) S 1250 1253 30301 0 -1 1077944384 10160 0 0 0 36 0 0 0 20 0 15 0 97118269 10916999168 2074392 33554432000 4194304 4196468 140721376526656 140653021971792 140653462210261 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19578880 140721376531573 140721376531721 140721376531721 140721376534479 0
[pid=1253/tid=1261] ppid=1250 vsize=10661132 memory=281326263709200 CPUtime=0 cores=0,2,4,6
/proc/1253/task/1261/stat : 1261 (java) S 1250 1253 30301 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 97118269 10916999168 2074392 33554432000 4194304 4196468 140721376526656 140653020919520 140653462210261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19578880 140721376531573 140721376531721 140721376531721 140721376534479 0
[pid=1253/tid=1262] ppid=1250 vsize=10661132 memory=281326263709136 CPUtime=0 cores=0,2,4,6
/proc/1253/task/1262/stat : 1262 (java) S 1250 1253 30301 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97118269 10916999168 2074392 33554432000 4194304 4196468 140721376526656 140653019866352 140653462210261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19578880 140721376531573 140721376531721 140721376531721 140721376534479 0
[pid=1253/tid=1263] ppid=1250 vsize=10661132 memory=-3472574944341025154 CPUtime=0 cores=0,2,4,6
/proc/1253/task/1263/stat : 1263 (java) S 1250 1253 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97118272 10916999168 2074392 33554432000 4194304 4196468 140721376526656 140653018814928 140653462218651 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19578880 140721376531573 140721376531721 140721376531721 140721376534479 0
[pid=1253/tid=1264] ppid=1250 vsize=10661132 memory=6944656592455359580 CPUtime=0.5 cores=0,2,4,6
/proc/1253/task/1264/stat : 1264 (java) S 1250 1253 30301 0 -1 1077944384 1888 0 0 0 50 0 0 0 20 0 15 0 97118272 10916999168 2074392 33554432000 4194304 4196468 140721376526656 140653017762032 140653462211202 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19578880 140721376531573 140721376531721 140721376531721 140721376534479 0
[pid=1253/tid=1265] ppid=1250 vsize=10661132 memory=0 CPUtime=0.48 cores=0,2,4,6
/proc/1253/task/1265/stat : 1265 (java) S 1250 1253 30301 0 -1 1077944384 1186 0 0 0 48 0 0 0 20 0 15 0 97118272 10916999168 2074392 33554432000 4194304 4196468 140721376526656 140653016709488 140653462211202 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19578880 140721376531573 140721376531721 140721376531721 140721376534479 0
[pid=1253/tid=1266] ppid=1250 vsize=10661132 memory=140664473912775 CPUtime=0.24 cores=0,2,4,6
/proc/1253/task/1266/stat : 1266 (java) S 1250 1253 30301 0 -1 1077944384 1300 0 0 0 24 0 0 0 20 0 15 0 97118272 10916999168 2074392 33554432000 4194304 4196468 140721376526656 140653015656432 140653462211202 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19578880 140721376531573 140721376531721 140721376531721 140721376534479 0
[pid=1253/tid=1267] ppid=1250 vsize=10661132 memory=140664473913233 CPUtime=0 cores=0,2,4,6
/proc/1253/task/1267/stat : 1267 (java) S 1250 1253 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97118272 10916999168 2074392 33554432000 4194304 4196468 140721376526656 140653014604128 140653462210261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19578880 140721376531573 140721376531721 140721376531721 140721376534479 0
[pid=1253/tid=1268] ppid=1250 vsize=10661132 memory=140664473913234 CPUtime=0 cores=0,2,4,6
/proc/1253/task/1268/stat : 1268 (java) S 1250 1253 30301 0 -1 1077944384 368 0 0 0 0 0 0 0 20 0 15 0 97118272 10916999168 2074392 33554432000 4194304 4196468 140721376526656 140653013552176 140653462211202 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19578880 140721376531573 140721376531721 140721376531721 140721376534479 0
Current children cumulated CPU time: 29.52 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 8297568 KiB

[startup+9.6009 s]
/proc/loadavg: 3.29 2.61 2.27 6/216 1268
/proc/meminfo: memFree=13703136/32770624 swapFree=67108404/67108860
[pid=1253] ppid=1250 vsize=10661132 memory=8297568 CPUtime=32.61 cores=0,2,4,6
/proc/1253/stat : 1253 (java) S 1250 1253 30301 0 -1 1077944320 99348 0 0 0 2242 1019 0 0 20 0 15 0 97118266 10916999168 2074392 33554432000 4194304 4196468 140721376526656 140721376509200 140653462200055 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 19578880 140721376531573 140721376531721 140721376531721 140721376534479 0
/proc/1253/statm: 2665283 2074392 3151 1 0 2627263 0
[pid=1253/tid=1255] ppid=1250 vsize=10661132 memory=5935460 CPUtime=1.84 cores=0,2,4,6
/proc/1253/task/1255/stat : 1255 (java) S 1250 1253 30301 0 -1 1077944384 8075 0 0 0 174 10 0 0 20 0 15 0 97118267 10916999168 2074392 33554432000 4194304 4196468 140721376526656 140653466438752 140653462210261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19578880 140721376531573 140721376531721 140721376531721 140721376534479 0
[pid=1253/tid=1256] ppid=1250 vsize=10661132 memory=6874848 CPUtime=7.27 cores=0,2,4,6
/proc/1253/task/1256/stat : 1256 (java) R 1250 1253 30301 0 -1 4202560 20342 0 0 0 490 237 0 0 20 0 15 0 97118267 10916999168 2074392 33554432000 4194304 4196468 140721376526656 140653404203344 140653454828263 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19578880 140721376531573 140721376531721 140721376531721 140721376534479 0
[pid=1253/tid=1257] ppid=1250 vsize=10661132 memory=8112282956445269571 CPUtime=7.31 cores=0,2,4,6
/proc/1253/task/1257/stat : 1257 (java) R 1250 1253 30301 0 -1 4202560 20039 0 0 0 466 265 0 0 20 0 15 0 97118267 10916999168 2074392 33554432000 4194304 4196468 140721376526656 140653403151192 140653455303059 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19578880 140721376531573 140721376531721 140721376531721 140721376534479 0
[pid=1253/tid=1258] ppid=1250 vsize=10661132 memory=0 CPUtime=7.26 cores=0,2,4,6
/proc/1253/task/1258/stat : 1258 (java) R 1250 1253 30301 0 -1 4202560 17418 0 0 0 478 248 0 0 20 0 15 0 97118267 10916999168 2074392 33554432000 4194304 4196468 140721376526656 140653402098056 140653454828263 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19578880 140721376531573 140721376531721 140721376531721 140721376534479 0
[pid=1253/tid=1259] ppid=1250 vsize=10661132 memory=52 CPUtime=7.25 cores=0,2,4,6
/proc/1253/task/1259/stat : 1259 (java) R 1250 1253 30301 0 -1 4202560 17212 0 0 0 472 253 0 0 20 0 15 0 97118267 10916999168 2074392 33554432000 4194304 4196468 140721376526656 140653066246352 140653454828263 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19578880 140721376531573 140721376531721 140721376531721 140721376534479 0
[pid=1253/tid=1260] ppid=1250 vsize=10661132 memory=0 CPUtime=0.36 cores=0,2,4,6
/proc/1253/task/1260/stat : 1260 (java) S 1250 1253 30301 0 -1 1077944384 10160 0 0 0 36 0 0 0 20 0 15 0 97118269 10916999168 2074392 33554432000 4194304 4196468 140721376526656 140653021971792 140653462210261 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19578880 140721376531573 140721376531721 140721376531721 140721376534479 0
[pid=1253/tid=1261] ppid=1250 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1253/task/1261/stat : 1261 (java) S 1250 1253 30301 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 97118269 10916999168 2074392 33554432000 4194304 4196468 140721376526656 140653020919520 140653462210261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19578880 140721376531573 140721376531721 140721376531721 140721376534479 0
[pid=1253/tid=1262] ppid=1250 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1253/task/1262/stat : 1262 (java) S 1250 1253 30301 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97118269 10916999168 2074392 33554432000 4194304 4196468 140721376526656 140653019866352 140653462210261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19578880 140721376531573 140721376531721 140721376531721 140721376534479 0
[pid=1253/tid=1263] ppid=1250 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1253/task/1263/stat : 1263 (java) S 1250 1253 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97118272 10916999168 2074392 33554432000 4194304 4196468 140721376526656 140653018814928 140653462218651 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19578880 140721376531573 140721376531721 140721376531721 140721376534479 0
[pid=1253/tid=1264] ppid=1250 vsize=10661132 memory=2241 CPUtime=0.5 cores=0,2,4,6
/proc/1253/task/1264/stat : 1264 (java) S 1250 1253 30301 0 -1 1077944384 1888 0 0 0 50 0 0 0 20 0 15 0 97118272 10916999168 2074392 33554432000 4194304 4196468 140721376526656 140653017762032 140653462211202 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19578880 140721376531573 140721376531721 140721376531721 140721376534479 0
[pid=1253/tid=1265] ppid=1250 vsize=10661132 memory=281326263827840 CPUtime=0.48 cores=0,2,4,6
/proc/1253/task/1265/stat : 1265 (java) S 1250 1253 30301 0 -1 1077944384 1186 0 0 0 48 0 0 0 20 0 15 0 97118272 10916999168 2074392 33554432000 4194304 4196468 140721376526656 140653016709488 140653462211202 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19578880 140721376531573 140721376531721 140721376531721 140721376534479 0
[pid=1253/tid=1266] ppid=1250 vsize=10661132 memory=6944656575208382560 CPUtime=0.24 cores=0,2,4,6
/proc/1253/task/1266/stat : 1266 (java) S 1250 1253 30301 0 -1 1077944384 1300 0 0 0 24 0 0 0 20 0 15 0 97118272 10916999168 2074392 33554432000 4194304 4196468 140721376526656 140653015656432 140653462211202 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19578880 140721376531573 140721376531721 140721376531721 140721376534479 0
[pid=1253/tid=1267] ppid=1250 vsize=10661132 memory=-9178176116494409632 CPUtime=0 cores=0,2,4,6
/proc/1253/task/1267/stat : 1267 (java) S 1250 1253 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97118272 10916999168 2074392 33554432000 4194304 4196468 140721376526656 140653014604128 140653462210261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19578880 140721376531573 140721376531721 140721376531721 140721376534479 0
[pid=1253/tid=1268] ppid=1250 vsize=10661132 memory=6944656591801717918 CPUtime=0 cores=0,2,4,6
/proc/1253/task/1268/stat : 1268 (java) S 1250 1253 30301 0 -1 1077944384 368 0 0 0 0 0 0 0 20 0 15 0 97118272 10916999168 2074392 33554432000 4194304 4196468 140721376526656 140653013552176 140653462211202 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19578880 140721376531573 140721376531721 140721376531721 140721376534479 0
Current children cumulated CPU time: 32.61 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 8297568 KiB

[startup+9.80091 s]
/proc/loadavg: 3.29 2.61 2.27 6/216 1268
/proc/meminfo: memFree=13703136/32770624 swapFree=67108404/67108860
[pid=1253] ppid=1250 vsize=10661132 memory=8297740 CPUtime=33.14 cores=0,2,4,6
/proc/1253/stat : 1253 (java) S 1250 1253 30301 0 -1 1077944320 99938 0 0 0 2294 1020 0 0 20 0 15 0 97118266 10916999168 2074435 33554432000 4194304 4196468 140721376526656 140721376509200 140653462200055 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 19578880 140721376531573 140721376531721 140721376531721 140721376534479 0
/proc/1253/statm: 2665283 2074435 3152 1 0 2627263 0
[pid=1253/tid=1255] ppid=1250 vsize=10661132 memory=6655300316396806240 CPUtime=1.84 cores=0,2,4,6
/proc/1253/task/1255/stat : 1255 (java) S 1250 1253 30301 0 -1 1077944384 8142 0 0 0 174 10 0 0 20 0 15 0 97118267 10916999168 2074435 33554432000 4194304 4196468 140721376526656 140653466439696 140653462210261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19578880 140721376531573 140721376531721 140721376531721 140721376534479 0
[pid=1253/tid=1256] ppid=1250 vsize=10661132 memory=-8253362762721939848 CPUtime=7.38 cores=0,2,4,6
/proc/1253/task/1256/stat : 1256 (java) S 1250 1253 30301 0 -1 1077944384 20342 0 0 0 500 238 0 0 20 0 15 0 97118267 10916999168 2074435 33554432000 4194304 4196468 140721376526656 140653404203536 140653462210261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19578880 140721376531573 140721376531721 140721376531721 140721376534479 0
[pid=1253/tid=1257] ppid=1250 vsize=10661132 memory=6944656592387989600 CPUtime=7.42 cores=0,2,4,6
/proc/1253/task/1257/stat : 1257 (java) S 1250 1253 30301 0 -1 1077944384 20040 0 0 0 477 265 0 0 20 0 15 0 97118267 10916999168 2074435 33554432000 4194304 4196468 140721376526656 140653403150992 140653462210261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19578880 140721376531573 140721376531721 140721376531721 140721376534479 0
[pid=1253/tid=1258] ppid=1250 vsize=10661132 memory=6655300316396806240 CPUtime=7.37 cores=0,2,4,6
/proc/1253/task/1258/stat : 1258 (java) S 1250 1253 30301 0 -1 1077944384 17423 0 0 0 489 248 0 0 20 0 15 0 97118267 10916999168 2074435 33554432000 4194304 4196468 140721376526656 140653402097936 140653462210261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19578880 140721376531573 140721376531721 140721376531721 140721376534479 0
[pid=1253/tid=1259] ppid=1250 vsize=10661132 memory=4012 CPUtime=7.36 cores=0,2,4,6
/proc/1253/task/1259/stat : 1259 (java) S 1250 1253 30301 0 -1 1077944384 17213 0 0 0 483 253 0 0 20 0 15 0 97118267 10916999168 2074435 33554432000 4194304 4196468 140721376526656 140653066246544 140653462210261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19578880 140721376531573 140721376531721 140721376531721 140721376534479 0
[pid=1253/tid=1260] ppid=1250 vsize=10661132 memory=1408 CPUtime=0.44 cores=0,2,4,6
/proc/1253/task/1260/stat : 1260 (java) R 1250 1253 30301 0 -1 4202560 10674 0 0 0 44 0 0 0 20 0 15 0 97118269 10916999168 2074435 33554432000 4194304 4196468 140721376526656 140653021971776 140653440570216 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19578880 140721376531573 140721376531721 140721376531721 140721376534479 0
[pid=1253/tid=1261] ppid=1250 vsize=10661132 memory=3204 CPUtime=0 cores=0,2,4,6
/proc/1253/task/1261/stat : 1261 (java) S 1250 1253 30301 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 97118269 10916999168 2074435 33554432000 4194304 4196468 140721376526656 140653020919520 140653462210261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19578880 140721376531573 140721376531721 140721376531721 140721376534479 0
[pid=1253/tid=1262] ppid=1250 vsize=10661132 memory=1635068 CPUtime=0 cores=0,2,4,6
/proc/1253/task/1262/stat : 1262 (java) S 1250 1253 30301 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97118269 10916999168 2074435 33554432000 4194304 4196468 140721376526656 140653019866352 140653462210261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19578880 140721376531573 140721376531721 140721376531721 140721376534479 0
[pid=1253/tid=1263] ppid=1250 vsize=10661132 memory=28012 CPUtime=0 cores=0,2,4,6
/proc/1253/task/1263/stat : 1263 (java) S 1250 1253 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97118272 10916999168 2074435 33554432000 4194304 4196468 140721376526656 140653018814928 140653462218651 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19578880 140721376531573 140721376531721 140721376531721 140721376534479 0
[pid=1253/tid=1264] ppid=1250 vsize=10661132 memory=2396 CPUtime=0.5 cores=0,2,4,6
/proc/1253/task/1264/stat : 1264 (java) S 1250 1253 30301 0 -1 1077944384 1888 0 0 0 50 0 0 0 20 0 15 0 97118272 10916999168 2074435 33554432000 4194304 4196468 140721376526656 140653017762032 140653462211202 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19578880 140721376531573 140721376531721 140721376531721 140721376534479 0
[pid=1253/tid=1265] ppid=1250 vsize=10661132 memory=1300 CPUtime=0.48 cores=0,2,4,6
/proc/1253/task/1265/stat : 1265 (java) S 1250 1253 30301 0 -1 1077944384 1186 0 0 0 48 0 0 0 20 0 15 0 97118272 10916999168 2074435 33554432000 4194304 4196468 140721376526656 140653016709488 140653462211202 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19578880 140721376531573 140721376531721 140721376531721 140721376534479 0
[pid=1253/tid=1266] ppid=1250 vsize=10661132 memory=1840 CPUtime=0.24 cores=0,2,4,6
/proc/1253/task/1266/stat : 1266 (java) S 1250 1253 30301 0 -1 1077944384 1300 0 0 0 24 0 0 0 20 0 15 0 97118272 10916999168 2074435 33554432000 4194304 4196468 140721376526656 140653015656432 140653462211202 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19578880 140721376531573 140721376531721 140721376531721 140721376534479 0
[pid=1253/tid=1267] ppid=1250 vsize=10661132 memory=1716 CPUtime=0 cores=0,2,4,6
/proc/1253/task/1267/stat : 1267 (java) S 1250 1253 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97118272 10916999168 2074435 33554432000 4194304 4196468 140721376526656 140653014604128 140653462210261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19578880 140721376531573 140721376531721 140721376531721 140721376534479 0
[pid=1253/tid=1268] ppid=1250 vsize=10661132 memory=796 CPUtime=0 cores=0,2,4,6
/proc/1253/task/1268/stat : 1268 (java) S 1250 1253 30301 0 -1 1077944384 368 0 0 0 0 0 0 0 20 0 15 0 97118272 10916999168 2074435 33554432000 4194304 4196468 140721376526656 140653013552176 140653462211202 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19578880 140721376531573 140721376531721 140721376531721 140721376534479 0
Current children cumulated CPU time: 33.14 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 8297740 KiB

Child status: 1
Real time (s): 9.88816
CPU time (s): 33.2321
CPU user time (s): 22.9764
CPU system time (s): 10.2557
CPU usage (%): 336.08
Max. virtual memory (cumulated for all children) (KiB): 10661132
Max. memory (cumulated for all children) (KiB): 8297740

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 22.9764
system time used= 10.2557
maximum resident set size= 8297740
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 100059
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4432
involuntary context switches= 307


# summary of solver processes directly reported to runsolver:
#   pid: 1253
#   total CPU time (s): 33.2321
#   total CPU user time (s): 22.9764
#   total CPU system time (s): 10.2557

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.085473 second user time and 0.159291 second system time

The end

Launcher Data

Begin job on node148 at 2018-07-28 18:32:31
IDJOB=4299238
IDBENCH=141313
IDSOLVER=2762
FILE ID=node148/4299238-1532795551
RUNJOBID= node148-1532774285-30332
PBS_JOBID= 21022458
Free space on /tmp= 43260 MiB

SOLVER NAME= GG's minicp 2018-04-29
BENCH NAME= XCSP18/CrosswordDesign/CrosswordDesign-06-4-rom_c18.xml
COMMAND LINE= java -jar HOME/GGs-minicp.jar xcsp3.CompetitionApp BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4299238-1532795551/watcher-4299238-1532795551 -o /tmp/evaluation-result-4299238-1532795551/solver-4299238-1532795551 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1532774285-30332 --watchdog 2580  java -jar HOME/GGs-minicp.jar xcsp3.CompetitionApp HOME/instance-4299238-1532795551.xml

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

MD5SUM BENCH= 68fe1d73007454e14d4d429fadb25a11
RANDOM SEED=1869720578

node148.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.50
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.50
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.50
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.50
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:        22002996 kB
MemAvailable:   30306636 kB
Buffers:          229496 kB
Cached:          8207768 kB
SwapCached:          352 kB
Active:          3629696 kB
Inactive:        6482372 kB
Active(anon):    1628252 kB
Inactive(anon):    74228 kB
Active(file):    2001444 kB
Inactive(file):  6408144 kB
Unevictable:        7080 kB
Mlocked:            7080 kB
SwapTotal:      67108860 kB
SwapFree:       67108404 kB
Dirty:              3344 kB
Writeback:             0 kB
AnonPages:       1855380 kB
Mapped:            55108 kB
Shmem:             25016 kB
Slab:             351388 kB
SReclaimable:     322512 kB
SUnreclaim:        28876 kB
KernelStack:        3824 kB
PageTables:         8136 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2978320 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1740800 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 43260 MiB
End job on node148 at 2018-07-28 18:32:41