Trace number 4299176

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
MiniCPFever 2018-04-29? 55.205 18.7543

General information on the benchmark

NameCrosswordDesign/
CrosswordDesign-09-4-rom_c18.xml
MD5SUM687e226d0bfa9953b2ddd48681aeb13c
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables297
Number of constraints72
Number of domains5
Minimum domain size2
Maximum domain size84486
Distribution of domain sizes[{"size":2,"count":18},{"size":10,"count":126},{"size":27,"count":81},{"size":84486,"count":72}]
Minimum variable degree1
Maximum variable degree8
Distribution of variable degrees[{"degree":1,"count":90},{"degree":2,"count":126},{"degree":8,"count":81}]
Minimum constraint arity12
Maximum constraint arity13
Distribution of constraint arities[{"arity":12,"count":18},{"arity":13,"count":54}]
Number of extensional constraints72
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":72}]
Optimization problemYES
Type of objectivemax SUM

Solver Data

0.13/0.13	c version: 2018-04-11
0.13/0.13	c seed: 1811631
0.13/0.13	c timeout: -1
0.13/0.13	c memlimit: -1
0.13/0.13	c nbcore: -1
54.95/18.67	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
54.95/18.67		at java.util.Arrays.copyOf(Arrays.java:3308)
54.95/18.67		at java.util.BitSet.toLongArray(BitSet.java:326)
54.95/18.67		at minicp.engine.constraints.ShortTableCT.<init>(ShortTableCT.java:98)
55.14/18.72		at xcsp3.XCSP3.buildCtrExtension(XCSP3.java:148)
55.14/18.72		at org.xcsp.parser.loaders.CtrLoaderInteger.extension(CtrLoaderInteger.java:306)
55.14/18.72		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:167)
55.14/18.72		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:527)
55.14/18.72		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:510)
55.14/18.72		at org.xcsp.parser.XCallbacks$$Lambda$86/750044075.accept(Unknown Source)
55.14/18.72		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
55.14/18.72		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
55.14/18.72		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:507)
55.14/18.72		at org.xcsp.parser.XCallbacks.loadGroup(XCallbacks.java:462)
55.14/18.72		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:422)
55.14/18.72		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:407)
55.14/18.72		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:297)
55.14/18.72		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
55.14/18.72		at xcsp3.XCSP3.<init>(XCSP3.java:79)
55.14/18.72		at xcsp3.CompetitionApp.runSolver(CompetitionApp.java:58)
55.14/18.72		at xcsp3.CompetitionApp.main(CompetitionApp.java:46)
55.14/18.72	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 (12272 MiB free)
  memory of node 1: 16384 MiB (14715 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4299176-1532795179/watcher-4299176-1532795179 -o /tmp/evaluation-result-4299176-1532795179/solver-4299176-1532795179 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1532775187-6231 --watchdog 2580 java -jar minicp-1.0.jar HOME/instance-4299176-1532795179.xml 

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

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

solver pid=8807, runsolver pid=8804

[startup+0.101681 s]*
/proc/loadavg: 1.94 1.40 1.38 4/215 8822
/proc/meminfo: memFree=27618324/32770624 swapFree=67108792/67108860
[pid=8807] ppid=8804 vsize=10658972 memory=27628 CPUtime=0.13 cores=1,3,5,7
/proc/8807/stat : 8807 (java) S 8804 8807 6199 0 -1 1077944320 5305 0 0 0 12 1 0 0 20 0 15 0 97081214 10914787328 6907 33554432000 4194304 4196468 140723686056864 140723686039408 140222464765687 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 17178624 140723686065325 140723686065417 140723686065417 140723686068175 0
/proc/8807/statm: 2664743 6907 2852 1 0 2627263 0
[pid=8807/tid=8809] ppid=8804 vsize=10658972 memory=-8393403978512954560 CPUtime=0.1 cores=1,3,5,7
/proc/8807/task/8809/stat : 8809 (java) R 8804 8807 6199 0 -1 4202560 3139 0 0 0 9 1 0 0 20 0 15 0 97081214 10914787328 6973 33554432000 4194304 4196468 140723686056864 140222468994176 140222457002814 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17178624 140723686065325 140723686065417 140723686065417 140723686068175 0
[pid=8807/tid=8810] ppid=8804 vsize=10658972 memory=-7522837583129502606 CPUtime=0 cores=1,3,5,7
/proc/8807/task/8810/stat : 8810 (java) S 8804 8807 6199 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97081215 10914787328 6973 33554432000 4194304 4196468 140723686056864 140222072019216 140222464775893 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17178624 140723686065325 140723686065417 140723686065417 140723686068175 0
[pid=8807/tid=8811] ppid=8804 vsize=10658972 memory=139650110572160 CPUtime=0 cores=1,3,5,7
/proc/8807/task/8811/stat : 8811 (java) S 8804 8807 6199 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97081215 10914787328 6973 33554432000 4194304 4196468 140723686056864 140222070966672 140222464775893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17178624 140723686065325 140723686065417 140723686065417 140723686068175 0
[pid=8807/tid=8812] ppid=8804 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8807/task/8812/stat : 8812 (java) S 8804 8807 6199 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97081215 10914787328 6973 33554432000 4194304 4196468 140723686056864 140222069914128 140222464775893 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17178624 140723686065325 140723686065417 140723686065417 140723686068175 0
[pid=8807/tid=8813] ppid=8804 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8807/task/8813/stat : 8813 (java) S 8804 8807 6199 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97081215 10914787328 6973 33554432000 4194304 4196468 140723686056864 140222068861584 140222464775893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17178624 140723686065325 140723686065417 140723686065417 140723686068175 0
[pid=8807/tid=8814] ppid=8804 vsize=10658972 memory=139650110572160 CPUtime=0 cores=1,3,5,7
/proc/8807/task/8814/stat : 8814 (java) S 8804 8807 6199 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97081216 10914787328 6973 33554432000 4194304 4196468 140723686056864 140221957003760 140222464776834 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17178624 140723686065325 140723686065417 140723686065417 140723686068175 0
[pid=8807/tid=8815] ppid=8804 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8807/task/8815/stat : 8815 (java) S 8804 8807 6199 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 97081217 10914787328 6973 33554432000 4194304 4196468 140723686056864 140221955949984 140222464775893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17178624 140723686065325 140723686065417 140723686065417 140723686068175 0
[pid=8807/tid=8816] ppid=8804 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8807/task/8816/stat : 8816 (java) S 8804 8807 6199 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97081217 10914787328 6973 33554432000 4194304 4196468 140723686056864 140221954897392 140222464775893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17178624 140723686065325 140723686065417 140723686065417 140723686068175 0
[pid=8807/tid=8817] ppid=8804 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8807/task/8817/stat : 8817 (java) S 8804 8807 6199 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97081219 10914787328 6973 33554432000 4194304 4196468 140723686056864 140221953845968 140222464784283 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17178624 140723686065325 140723686065417 140723686065417 140723686068175 0
[pid=8807/tid=8818] ppid=8804 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8807/task/8818/stat : 8818 (java) R 8804 8807 6199 0 -1 4202560 330 0 0 0 0 0 0 0 20 0 15 0 97081219 10914787328 6973 33554432000 4194304 4196468 140723686056864 140221952792560 140222444283453 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17178624 140723686065325 140723686065417 140723686065417 140723686068175 0
[pid=8807/tid=8819] ppid=8804 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8807/task/8819/stat : 8819 (java) R 8804 8807 6199 0 -1 1077944384 140 0 0 0 0 0 0 0 20 0 15 0 97081219 10914787328 6973 33554432000 4194304 4196468 140723686056864 140221951740016 140222464776834 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17178624 140723686065325 140723686065417 140723686065417 140723686068175 0
[pid=8807/tid=8820] ppid=8804 vsize=10658972 memory=139650110572160 CPUtime=0.02 cores=1,3,5,7
/proc/8807/task/8820/stat : 8820 (java) S 8804 8807 6199 0 -1 1077944384 344 0 0 0 2 0 0 0 20 0 15 0 97081219 10914787328 6973 33554432000 4194304 4196468 140723686056864 140221950687472 140222464776834 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17178624 140723686065325 140723686065417 140723686065417 140723686068175 0
[pid=8807/tid=8821] ppid=8804 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8807/task/8821/stat : 8821 (java) S 8804 8807 6199 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97081219 10914787328 6973 33554432000 4194304 4196468 140723686056864 140221949635168 140222464775893 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17178624 140723686065325 140723686065417 140723686065417 140723686068175 0
[pid=8807/tid=8822] ppid=8804 vsize=10658972 memory=139650110572160 CPUtime=0 cores=1,3,5,7
/proc/8807/task/8822/stat : 8822 (java) R 8804 8807 6199 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97081220 10914787328 6973 33554432000 4194304 4196468 140723686056864 140221948582704 140222464776834 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17178624 140723686065325 140723686065417 140723686065417 140723686068175 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10658972 KiB
Current children cumulated memory: 27628 KiB

[startup+0.217335 s]*
/proc/loadavg: 1.94 1.40 1.38 4/215 8822
/proc/meminfo: memFree=27604484/32770624 swapFree=67108792/67108860
[pid=8807] ppid=8804 vsize=10658972 memory=42576 CPUtime=0.35 cores=1,3,5,7
/proc/8807/stat : 8807 (java) S 8804 8807 6199 0 -1 1077944320 8245 0 0 0 33 2 0 0 20 0 15 0 97081214 10914787328 10644 33554432000 4194304 4196468 140723686056864 140723686039408 140222464765687 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 17178624 140723686065325 140723686065417 140723686065417 140723686068175 0
/proc/8807/statm: 2664743 10644 2967 1 0 2627263 0
[pid=8807/tid=8809] ppid=8804 vsize=10658972 memory=7022364594140610616 CPUtime=0.21 cores=1,3,5,7
/proc/8807/task/8809/stat : 8809 (java) R 8804 8807 6199 0 -1 4202560 5100 0 0 0 20 1 0 0 20 0 15 0 97081214 10914787328 10644 33554432000 4194304 4196468 140723686056864 140222468994928 140222464787613 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17178624 140723686065325 140723686065417 140723686065417 140723686068175 0
[pid=8807/tid=8810] ppid=8804 vsize=10658972 memory=343 CPUtime=0 cores=1,3,5,7
/proc/8807/task/8810/stat : 8810 (java) S 8804 8807 6199 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97081215 10914787328 10644 33554432000 4194304 4196468 140723686056864 140222072019216 140222464775893 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17178624 140723686065325 140723686065417 140723686065417 140723686068175 0
[pid=8807/tid=8811] ppid=8804 vsize=10658972 memory=139650111060356 CPUtime=0 cores=1,3,5,7
/proc/8807/task/8811/stat : 8811 (java) S 8804 8807 6199 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97081215 10914787328 10644 33554432000 4194304 4196468 140723686056864 140222070966672 140222464775893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17178624 140723686065325 140723686065417 140723686065417 140723686068175 0
[pid=8807/tid=8812] ppid=8804 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8807/task/8812/stat : 8812 (java) S 8804 8807 6199 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97081215 10914787328 10644 33554432000 4194304 4196468 140723686056864 140222069914128 140222464775893 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17178624 140723686065325 140723686065417 140723686065417 140723686068175 0
[pid=8807/tid=8813] ppid=8804 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8807/task/8813/stat : 8813 (java) S 8804 8807 6199 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97081215 10914787328 10644 33554432000 4194304 4196468 140723686056864 140222068861584 140222464775893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17178624 140723686065325 140723686065417 140723686065417 140723686068175 0
[pid=8807/tid=8814] ppid=8804 vsize=10658972 memory=139650110572160 CPUtime=0 cores=1,3,5,7
/proc/8807/task/8814/stat : 8814 (java) S 8804 8807 6199 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97081216 10914787328 10644 33554432000 4194304 4196468 140723686056864 140221957003760 140222464776834 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17178624 140723686065325 140723686065417 140723686065417 140723686068175 0
[pid=8807/tid=8815] ppid=8804 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8807/task/8815/stat : 8815 (java) S 8804 8807 6199 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 97081217 10914787328 10644 33554432000 4194304 4196468 140723686056864 140221955949984 140222464775893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17178624 140723686065325 140723686065417 140723686065417 140723686068175 0
[pid=8807/tid=8816] ppid=8804 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8807/task/8816/stat : 8816 (java) S 8804 8807 6199 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97081217 10914787328 10644 33554432000 4194304 4196468 140723686056864 140221954897392 140222464775893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17178624 140723686065325 140723686065417 140723686065417 140723686068175 0
[pid=8807/tid=8817] ppid=8804 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8807/task/8817/stat : 8817 (java) S 8804 8807 6199 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97081219 10914787328 10644 33554432000 4194304 4196468 140723686056864 140221953845968 140222464784283 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17178624 140723686065325 140723686065417 140723686065417 140723686068175 0
[pid=8807/tid=8818] ppid=8804 vsize=10658972 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/8807/task/8818/stat : 8818 (java) R 8804 8807 6199 0 -1 4202560 442 0 0 0 3 0 0 0 20 0 15 0 97081219 10914787328 10644 33554432000 4194304 4196468 140723686056864 140221952792560 140222442361152 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17178624 140723686065325 140723686065417 140723686065417 140723686068175 0
[pid=8807/tid=8819] ppid=8804 vsize=10658972 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/8807/task/8819/stat : 8819 (java) R 8804 8807 6199 0 -1 4202560 582 0 0 0 2 0 0 0 20 0 15 0 97081219 10914787328 10644 33554432000 4194304 4196468 140723686056864 140221951740016 140222448260128 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17178624 140723686065325 140723686065417 140723686065417 140723686068175 0
[pid=8807/tid=8820] ppid=8804 vsize=10658972 memory=139650110572160 CPUtime=0.07 cores=1,3,5,7
/proc/8807/task/8820/stat : 8820 (java) S 8804 8807 6199 0 -1 1077944384 753 0 0 0 7 0 0 0 20 0 15 0 97081219 10914787328 10644 33554432000 4194304 4196468 140723686056864 140221950687472 140222464776834 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17178624 140723686065325 140723686065417 140723686065417 140723686068175 0
[pid=8807/tid=8821] ppid=8804 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8807/task/8821/stat : 8821 (java) S 8804 8807 6199 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97081219 10914787328 10644 33554432000 4194304 4196468 140723686056864 140221949635168 140222464775893 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17178624 140723686065325 140723686065417 140723686065417 140723686068175 0
[pid=8807/tid=8822] ppid=8804 vsize=10658972 memory=139650110572160 CPUtime=0 cores=1,3,5,7
/proc/8807/task/8822/stat : 8822 (java) S 8804 8807 6199 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97081220 10914787328 10644 33554432000 4194304 4196468 140723686056864 140221948582704 140222464776834 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17178624 140723686065325 140723686065417 140723686065417 140723686068175 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 10658972 KiB
Current children cumulated memory: 42576 KiB

[startup+0.310428 s]*
/proc/loadavg: 1.94 1.40 1.38 3/215 8822
/proc/meminfo: memFree=27567932/32770624 swapFree=67108792/67108860
[pid=8807] ppid=8804 vsize=10659048 memory=76804 CPUtime=0.5 cores=1,3,5,7
/proc/8807/stat : 8807 (java) S 8804 8807 6199 0 -1 1077944320 8601 0 0 0 48 2 0 0 20 0 15 0 97081214 10914865152 19201 33554432000 4194304 4196468 140723686056864 140723686039408 140222464765687 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 17178624 140723686065325 140723686065417 140723686065417 140723686068175 0
/proc/8807/statm: 2664762 19201 3038 1 0 2627263 0
[pid=8807/tid=8809] ppid=8804 vsize=10659048 memory=7022364594140610616 CPUtime=0.3 cores=1,3,5,7
/proc/8807/task/8809/stat : 8809 (java) R 8804 8807 6199 0 -1 4202560 5347 0 0 0 28 2 0 0 20 0 15 0 97081214 10914865152 19201 33554432000 4194304 4196468 140723686056864 140222468990608 140222448846174 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17178624 140723686065325 140723686065417 140723686065417 140723686068175 0
[pid=8807/tid=8810] ppid=8804 vsize=10659048 memory=4294977868 CPUtime=0 cores=1,3,5,7
/proc/8807/task/8810/stat : 8810 (java) S 8804 8807 6199 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97081215 10914865152 19201 33554432000 4194304 4196468 140723686056864 140222072019216 140222464775893 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17178624 140723686065325 140723686065417 140723686065417 140723686068175 0
[pid=8807/tid=8811] ppid=8804 vsize=10659048 memory=139650111050878 CPUtime=0 cores=1,3,5,7
/proc/8807/task/8811/stat : 8811 (java) S 8804 8807 6199 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97081215 10914865152 19201 33554432000 4194304 4196468 140723686056864 140222070966672 140222464775893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17178624 140723686065325 140723686065417 140723686065417 140723686068175 0
[pid=8807/tid=8812] ppid=8804 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8807/task/8812/stat : 8812 (java) S 8804 8807 6199 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97081215 10914865152 19201 33554432000 4194304 4196468 140723686056864 140222069914128 140222464775893 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17178624 140723686065325 140723686065417 140723686065417 140723686068175 0
[pid=8807/tid=8813] ppid=8804 vsize=10659048 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8807/task/8813/stat : 8813 (java) S 8804 8807 6199 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97081215 10914865152 19201 33554432000 4194304 4196468 140723686056864 140222068861584 140222464775893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17178624 140723686065325 140723686065417 140723686065417 140723686068175 0
[pid=8807/tid=8814] ppid=8804 vsize=10659048 memory=139650110572160 CPUtime=0 cores=1,3,5,7
/proc/8807/task/8814/stat : 8814 (java) S 8804 8807 6199 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97081216 10914865152 19201 33554432000 4194304 4196468 140723686056864 140221957003760 140222464776834 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17178624 140723686065325 140723686065417 140723686065417 140723686068175 0
[pid=8807/tid=8815] ppid=8804 vsize=10659048 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8807/task/8815/stat : 8815 (java) S 8804 8807 6199 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 97081217 10914865152 19201 33554432000 4194304 4196468 140723686056864 140221955949984 140222464775893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17178624 140723686065325 140723686065417 140723686065417 140723686068175 0
[pid=8807/tid=8816] ppid=8804 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8807/task/8816/stat : 8816 (java) S 8804 8807 6199 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97081217 10914865152 19201 33554432000 4194304 4196468 140723686056864 140221954897392 140222464775893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17178624 140723686065325 140723686065417 140723686065417 140723686068175 0
[pid=8807/tid=8817] ppid=8804 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8807/task/8817/stat : 8817 (java) S 8804 8807 6199 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97081219 10914865152 19201 33554432000 4194304 4196468 140723686056864 140221953845968 140222464784283 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17178624 140723686065325 140723686065417 140723686065417 140723686068175 0
[pid=8807/tid=8818] ppid=8804 vsize=10659048 memory=0 CPUtime=0.06 cores=1,3,5,7
/proc/8807/task/8818/stat : 8818 (java) S 8804 8807 6199 0 -1 1077944384 506 0 0 0 6 0 0 0 20 0 15 0 97081219 10914865152 19201 33554432000 4194304 4196468 140723686056864 140221952792560 140222464776834 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17178624 140723686065325 140723686065417 140723686065417 140723686068175 0
[pid=8807/tid=8819] ppid=8804 vsize=10659048 memory=-1 CPUtime=0.03 cores=1,3,5,7
/proc/8807/task/8819/stat : 8819 (java) S 8804 8807 6199 0 -1 1077944384 582 0 0 0 3 0 0 0 20 0 15 0 97081219 10914865152 19201 33554432000 4194304 4196468 140723686056864 140221951740016 140222464776834 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17178624 140723686065325 140723686065417 140723686065417 140723686068175 0
[pid=8807/tid=8820] ppid=8804 vsize=10659048 memory=139650110572160 CPUtime=0.1 cores=1,3,5,7
/proc/8807/task/8820/stat : 8820 (java) R 8804 8807 6199 0 -1 4202560 804 0 0 0 10 0 0 0 20 0 15 0 97081219 10914865152 19201 33554432000 4194304 4196468 140723686056864 140221950687472 140222464777622 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17178624 140723686065325 140723686065417 140723686065417 140723686068175 0
[pid=8807/tid=8821] ppid=8804 vsize=10659048 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8807/task/8821/stat : 8821 (java) S 8804 8807 6199 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97081219 10914865152 19201 33554432000 4194304 4196468 140723686056864 140221949635168 140222464775893 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17178624 140723686065325 140723686065417 140723686065417 140723686068175 0
[pid=8807/tid=8822] ppid=8804 vsize=10659048 memory=139650110572160 CPUtime=0 cores=1,3,5,7
/proc/8807/task/8822/stat : 8822 (java) S 8804 8807 6199 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97081220 10914865152 19201 33554432000 4194304 4196468 140723686056864 140221948582704 140222464776834 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17178624 140723686065325 140723686065417 140723686065417 140723686068175 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 76804 KiB

[startup+0.706311 s]
/proc/loadavg: 1.94 1.40 1.38 5/215 8822
/proc/meminfo: memFree=27474856/32770624 swapFree=67108792/67108860
[pid=8807] ppid=8804 vsize=10659048 memory=245788 CPUtime=1.5 cores=1,3,5,7
/proc/8807/stat : 8807 (java) S 8804 8807 6199 0 -1 1077944320 10558 0 0 0 141 9 0 0 20 0 15 0 97081214 10914865152 61447 33554432000 4194304 4196468 140723686056864 140723686039408 140222464765687 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 17178624 140723686065325 140723686065417 140723686065417 140723686068175 0
/proc/8807/statm: 2664762 61447 3098 1 0 2627263 0
[pid=8807/tid=8809] ppid=8804 vsize=10659048 memory=177505830974925 CPUtime=0.65 cores=1,3,5,7
/proc/8807/task/8809/stat : 8809 (java) R 8804 8807 6199 0 -1 4202560 5480 0 0 0 62 3 0 0 20 0 15 0 97081214 10914865152 61447 33554432000 4194304 4196468 140723686056864 140222468999568 140222104942397 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17178624 140723686065325 140723686065417 140723686065417 140723686068175 0
[pid=8807/tid=8810] ppid=8804 vsize=10659048 memory=569991 CPUtime=0.02 cores=1,3,5,7
/proc/8807/task/8810/stat : 8810 (java) S 8804 8807 6199 0 -1 1077944384 26 0 0 0 1 1 0 0 20 0 15 0 97081215 10914865152 61447 33554432000 4194304 4196468 140723686056864 140222072019216 140222464775893 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17178624 140723686065325 140723686065417 140723686065417 140723686068175 0
[pid=8807/tid=8811] ppid=8804 vsize=10659048 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/8807/task/8811/stat : 8811 (java) S 8804 8807 6199 0 -1 1077944384 16 0 0 0 1 1 0 0 20 0 15 0 97081215 10914865152 61447 33554432000 4194304 4196468 140723686056864 140222070966672 140222464775893 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17178624 140723686065325 140723686065417 140723686065417 140723686068175 0
[pid=8807/tid=8812] ppid=8804 vsize=10659048 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/8807/task/8812/stat : 8812 (java) S 8804 8807 6199 0 -1 1077944384 28 0 0 0 1 1 0 0 20 0 15 0 97081215 10914865152 61447 33554432000 4194304 4196468 140723686056864 140222069914128 140222464775893 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17178624 140723686065325 140723686065417 140723686065417 140723686068175 0
[pid=8807/tid=8813] ppid=8804 vsize=10659048 memory=7809523229951467570 CPUtime=0.02 cores=1,3,5,7
/proc/8807/task/8813/stat : 8813 (java) S 8804 8807 6199 0 -1 1077944384 33 0 0 0 1 1 0 0 20 0 15 0 97081215 10914865152 61447 33554432000 4194304 4196468 140723686056864 140222068861584 140222464775893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17178624 140723686065325 140723686065417 140723686065417 140723686068175 0
[pid=8807/tid=8814] ppid=8804 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8807/task/8814/stat : 8814 (java) S 8804 8807 6199 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 97081216 10914865152 61447 33554432000 4194304 4196468 140723686056864 140221957003760 140222464776834 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17178624 140723686065325 140723686065417 140723686065417 140723686068175 0
[pid=8807/tid=8815] ppid=8804 vsize=10659048 memory=-3535359994705171810 CPUtime=0 cores=1,3,5,7
/proc/8807/task/8815/stat : 8815 (java) S 8804 8807 6199 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 97081217 10914865152 61447 33554432000 4194304 4196468 140723686056864 140221955949984 140222464775893 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17178624 140723686065325 140723686065417 140723686065417 140723686068175 0
[pid=8807/tid=8816] ppid=8804 vsize=10659048 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/8807/task/8816/stat : 8816 (java) S 8804 8807 6199 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97081217 10914865152 61447 33554432000 4194304 4196468 140723686056864 140221954897392 140222464775893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17178624 140723686065325 140723686065417 140723686065417 140723686068175 0
[pid=8807/tid=8817] ppid=8804 vsize=10659048 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/8807/task/8817/stat : 8817 (java) S 8804 8807 6199 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97081219 10914865152 61447 33554432000 4194304 4196468 140723686056864 140221953845968 140222464784283 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17178624 140723686065325 140723686065417 140723686065417 140723686068175 0
[pid=8807/tid=8818] ppid=8804 vsize=10659048 memory=0 CPUtime=0.28 cores=1,3,5,7
/proc/8807/task/8818/stat : 8818 (java) R 8804 8807 6199 0 -1 4202560 1072 0 0 0 28 0 0 0 20 0 15 0 97081219 10914865152 61447 33554432000 4194304 4196468 140723686056864 140221952781440 140222442360704 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 17178624 140723686065325 140723686065417 140723686065417 140723686068175 0
[pid=8807/tid=8819] ppid=8804 vsize=10659048 memory=0 CPUtime=0.26 cores=1,3,5,7
/proc/8807/task/8819/stat : 8819 (java) S 8804 8807 6199 0 -1 1077944384 1274 0 0 0 26 0 0 0 20 0 15 0 97081219 10914865152 61447 33554432000 4194304 4196468 140723686056864 140221951740016 140222464776834 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17178624 140723686065325 140723686065417 140723686065417 140723686068175 0
[pid=8807/tid=8820] ppid=8804 vsize=10659048 memory=0 CPUtime=0.18 cores=1,3,5,7
/proc/8807/task/8820/stat : 8820 (java) S 8804 8807 6199 0 -1 1077944384 1186 0 0 0 18 0 0 0 20 0 15 0 97081219 10914865152 61447 33554432000 4194304 4196468 140723686056864 140221950687472 140222464776834 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17178624 140723686065325 140723686065417 140723686065417 140723686068175 0
[pid=8807/tid=8821] ppid=8804 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8807/task/8821/stat : 8821 (java) S 8804 8807 6199 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97081219 10914865152 61447 33554432000 4194304 4196468 140723686056864 140221949635168 140222464775893 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17178624 140723686065325 140723686065417 140723686065417 140723686068175 0
[pid=8807/tid=8822] ppid=8804 vsize=10659048 memory=18268 CPUtime=0 cores=1,3,5,7
/proc/8807/task/8822/stat : 8822 (java) S 8804 8807 6199 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97081220 10914865152 61447 33554432000 4194304 4196468 140723686056864 140221948582704 140222464776834 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17178624 140723686065325 140723686065417 140723686065417 140723686068175 0
Current children cumulated CPU time: 1.5 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 245788 KiB

[startup+1.50083 s]
/proc/loadavg: 1.94 1.40 1.38 3/215 8822
/proc/meminfo: memFree=27316420/32770624 swapFree=67108792/67108860
[pid=8807] ppid=8804 vsize=10659048 memory=460220 CPUtime=2.72 cores=1,3,5,7
/proc/8807/stat : 8807 (java) S 8804 8807 6199 0 -1 1077944320 11684 0 0 0 252 20 0 0 20 0 15 0 97081214 10914865152 115055 33554432000 4194304 4196468 140723686056864 140723686039408 140222464765687 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 17178624 140723686065325 140723686065417 140723686065417 140723686068175 0
/proc/8807/statm: 2664762 115055 3126 1 0 2627263 0
[pid=8807/tid=8809] ppid=8804 vsize=10659048 memory=10799 CPUtime=1.39 cores=1,3,5,7
/proc/8807/task/8809/stat : 8809 (java) R 8804 8807 6199 0 -1 4202560 5579 0 0 0 135 4 0 0 20 0 15 0 97081214 10914865152 115055 33554432000 4194304 4196468 140723686056864 140222469003616 140222105642696 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17178624 140723686065325 140723686065417 140723686065417 140723686068175 0
[pid=8807/tid=8810] ppid=8804 vsize=10659048 memory=8112282956445269571 CPUtime=0.06 cores=1,3,5,7
/proc/8807/task/8810/stat : 8810 (java) S 8804 8807 6199 0 -1 1077944384 118 0 0 0 3 3 0 0 20 0 15 0 97081215 10914865152 115055 33554432000 4194304 4196468 140723686056864 140222072019216 140222464775893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17178624 140723686065325 140723686065417 140723686065417 140723686068175 0
[pid=8807/tid=8811] ppid=8804 vsize=10659048 memory=0 CPUtime=0.06 cores=1,3,5,7
/proc/8807/task/8811/stat : 8811 (java) S 8804 8807 6199 0 -1 1077944384 184 0 0 0 3 3 0 0 20 0 15 0 97081215 10914865152 115055 33554432000 4194304 4196468 140723686056864 140222070966672 140222464775893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17178624 140723686065325 140723686065417 140723686065417 140723686068175 0
[pid=8807/tid=8812] ppid=8804 vsize=10659048 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8807/task/8812/stat : 8812 (java) S 8804 8807 6199 0 -1 1077944384 118 0 0 0 4 3 0 0 20 0 15 0 97081215 10914865152 115055 33554432000 4194304 4196468 140723686056864 140222069914128 140222464775893 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17178624 140723686065325 140723686065417 140723686065417 140723686068175 0
[pid=8807/tid=8813] ppid=8804 vsize=10659048 memory=6943526294502006880 CPUtime=0.07 cores=1,3,5,7
/proc/8807/task/8813/stat : 8813 (java) S 8804 8807 6199 0 -1 1077944384 341 0 0 0 4 3 0 0 20 0 15 0 97081215 10914865152 115055 33554432000 4194304 4196468 140723686056864 140222068861584 140222464775893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17178624 140723686065325 140723686065417 140723686065417 140723686068175 0
[pid=8807/tid=8814] ppid=8804 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8807/task/8814/stat : 8814 (java) S 8804 8807 6199 0 -1 1077944384 208 0 0 0 0 0 0 0 20 0 15 0 97081216 10914865152 115055 33554432000 4194304 4196468 140723686056864 140221957003760 140222464776834 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17178624 140723686065325 140723686065417 140723686065417 140723686068175 0

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

[pid=8807/tid=8821] ppid=8804 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8807/task/8821/stat : 8821 (java) S 8804 8807 6199 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97081219 10914865152 2033731 33554432000 4194304 4196468 140723686056864 140221949635168 140222464775893 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17178624 140723686065325 140723686065417 140723686065417 140723686068175 0
[pid=8807/tid=8822] ppid=8804 vsize=10659048 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/8807/task/8822/stat : 8822 (java) S 8804 8807 6199 0 -1 1077944384 145 0 0 0 0 1 0 0 20 0 15 0 97081220 10914865152 2033731 33554432000 4194304 4196468 140723686056864 140221948582704 140222464776834 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 12 0 0 6293624 6294260 17178624 140723686065325 140723686065417 140723686065417 140723686068175 0
Current children cumulated CPU time: 46.01 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 8134924 KiB

[startup+17.6007 s]
/proc/loadavg: 2.49 1.57 1.44 3/215 8822
/proc/meminfo: memFree=19353564/32770624 swapFree=67108792/67108860
[pid=8807] ppid=8804 vsize=10659048 memory=8276696 CPUtime=51.29 cores=1,3,5,7
/proc/8807/stat : 8807 (java) S 8804 8807 6199 0 -1 1077944320 90392 0 0 0 4224 905 0 0 20 0 15 0 97081214 10914865152 2069174 33554432000 4194304 4196468 140723686056864 140723686039408 140222464765687 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 17178624 140723686065325 140723686065417 140723686065417 140723686068175 0
/proc/8807/statm: 2664762 2069174 3157 1 0 2627263 0
[pid=8807/tid=8809] ppid=8804 vsize=10659048 memory=9920 CPUtime=6.11 cores=1,3,5,7
/proc/8807/task/8809/stat : 8809 (java) S 8804 8807 6199 0 -1 1077944384 10211 0 0 0 599 12 0 0 20 0 15 0 97081214 10914865152 2069174 33554432000 4194304 4196468 140723686056864 140222469004336 140222464775893 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17178624 140723686065325 140723686065417 140723686065417 140723686068175 0
[pid=8807/tid=8810] ppid=8804 vsize=10659048 memory=1944 CPUtime=10.76 cores=1,3,5,7
/proc/8807/task/8810/stat : 8810 (java) R 8804 8807 6199 0 -1 4202560 21275 0 0 0 845 231 0 0 20 0 15 0 97081215 10914865152 2069174 33554432000 4194304 4196468 140723686056864 140222072019216 140222457862420 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17178624 140723686065325 140723686065417 140723686065417 140723686068175 0
[pid=8807/tid=8811] ppid=8804 vsize=10659048 memory=1428 CPUtime=10.72 cores=1,3,5,7
/proc/8807/task/8811/stat : 8811 (java) R 8804 8807 6199 0 -1 4202560 12229 0 0 0 858 214 0 0 20 0 15 0 97081215 10914865152 2069174 33554432000 4194304 4196468 140723686056864 140222070966480 140222457393895 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17178624 140723686065325 140723686065417 140723686065417 140723686068175 0
[pid=8807/tid=8812] ppid=8804 vsize=10659048 memory=8500 CPUtime=10.76 cores=1,3,5,7
/proc/8807/task/8812/stat : 8812 (java) R 8804 8807 6199 0 -1 4202560 13995 0 0 0 857 219 0 0 20 0 15 0 97081215 10914865152 2069174 33554432000 4194304 4196468 140723686056864 140222069913936 140222457393895 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17178624 140723686065325 140723686065417 140723686065417 140723686068175 0
[pid=8807/tid=8813] ppid=8804 vsize=10659048 memory=8112282956445269571 CPUtime=10.75 cores=1,3,5,7
/proc/8807/task/8813/stat : 8813 (java) R 8804 8807 6199 0 -1 4202560 12863 0 0 0 852 223 0 0 20 0 15 0 97081215 10914865152 2069174 33554432000 4194304 4196468 140723686056864 140222068861704 140222457393895 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 17178624 140723686065325 140723686065417 140723686065417 140723686068175 0
[pid=8807/tid=8814] ppid=8804 vsize=10659048 memory=2059769 CPUtime=0.49 cores=1,3,5,7
/proc/8807/task/8814/stat : 8814 (java) S 8804 8807 6199 0 -1 1077944384 10948 0 0 0 48 1 0 0 20 0 15 0 97081216 10914865152 2069174 33554432000 4194304 4196468 140723686056864 140221957002320 140222464775893 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 13 0 0 6293624 6294260 17178624 140723686065325 140723686065417 140723686065417 140723686068175 0
[pid=8807/tid=8815] ppid=8804 vsize=10659048 memory=4136 CPUtime=0 cores=1,3,5,7
/proc/8807/task/8815/stat : 8815 (java) S 8804 8807 6199 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 97081217 10914865152 2069174 33554432000 4194304 4196468 140723686056864 140221955950048 140222464775893 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17178624 140723686065325 140723686065417 140723686065417 140723686068175 0
[pid=8807/tid=8816] ppid=8804 vsize=10659048 memory=8274648 CPUtime=0 cores=1,3,5,7
/proc/8807/task/8816/stat : 8816 (java) S 8804 8807 6199 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 97081217 10914865152 2069174 33554432000 4194304 4196468 140723686056864 140221954897392 140222464775893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17178624 140723686065325 140723686065417 140723686065417 140723686068175 0
[pid=8807/tid=8817] ppid=8804 vsize=10659048 memory=7382192 CPUtime=0 cores=1,3,5,7
/proc/8807/task/8817/stat : 8817 (java) S 8804 8807 6199 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97081219 10914865152 2069174 33554432000 4194304 4196468 140723686056864 140221953845968 140222464784283 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17178624 140723686065325 140723686065417 140723686065417 140723686068175 0
[pid=8807/tid=8818] ppid=8804 vsize=10659048 memory=7382192 CPUtime=0.74 cores=1,3,5,7
/proc/8807/task/8818/stat : 8818 (java) S 8804 8807 6199 0 -1 1077944384 3645 0 0 0 74 0 0 0 20 0 15 0 97081219 10914865152 2069174 33554432000 4194304 4196468 140723686056864 140221952792560 140222464776834 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17178624 140723686065325 140723686065417 140723686065417 140723686068175 0
[pid=8807/tid=8819] ppid=8804 vsize=10659048 memory=0 CPUtime=0.59 cores=1,3,5,7
/proc/8807/task/8819/stat : 8819 (java) S 8804 8807 6199 0 -1 1077944384 2091 0 0 0 59 0 0 0 20 0 15 0 97081219 10914865152 2069174 33554432000 4194304 4196468 140723686056864 140221951740016 140222464776834 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17178624 140723686065325 140723686065417 140723686065417 140723686068175 0
[pid=8807/tid=8820] ppid=8804 vsize=10659048 memory=0 CPUtime=0.27 cores=1,3,5,7
/proc/8807/task/8820/stat : 8820 (java) S 8804 8807 6199 0 -1 1077944384 1586 0 0 0 27 0 0 0 20 0 15 0 97081219 10914865152 2069174 33554432000 4194304 4196468 140723686056864 140221950687472 140222464776834 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17178624 140723686065325 140723686065417 140723686065417 140723686068175 0
[pid=8807/tid=8821] ppid=8804 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8807/task/8821/stat : 8821 (java) S 8804 8807 6199 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97081219 10914865152 2069174 33554432000 4194304 4196468 140723686056864 140221949635168 140222464775893 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17178624 140723686065325 140723686065417 140723686065417 140723686068175 0
[pid=8807/tid=8822] ppid=8804 vsize=10659048 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/8807/task/8822/stat : 8822 (java) S 8804 8807 6199 0 -1 1077944384 145 0 0 0 0 1 0 0 20 0 15 0 97081220 10914865152 2069174 33554432000 4194304 4196468 140723686056864 140221948582704 140222464776834 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 12 0 0 6293624 6294260 17178624 140723686065325 140723686065417 140723686065417 140723686068175 0
Current children cumulated CPU time: 51.29 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 8276696 KiB

[startup+18.4007 s]
/proc/loadavg: 2.49 1.57 1.44 6/215 8822
/proc/meminfo: memFree=19351516/32770624 swapFree=67108792/67108860
[pid=8807] ppid=8804 vsize=10659048 memory=8276696 CPUtime=54.4 cores=1,3,5,7
/proc/8807/stat : 8807 (java) S 8804 8807 6199 0 -1 1077944320 90869 0 0 0 4534 906 0 0 20 0 15 0 97081214 10914865152 2069174 33554432000 4194304 4196468 140723686056864 140723686039408 140222464765687 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 17178624 140723686065325 140723686065417 140723686065417 140723686068175 0
/proc/8807/statm: 2664762 2069174 3157 1 0 2627263 0
[pid=8807/tid=8809] ppid=8804 vsize=10659048 memory=139649989700849 CPUtime=6.11 cores=1,3,5,7
/proc/8807/task/8809/stat : 8809 (java) S 8804 8807 6199 0 -1 1077944384 10211 0 0 0 599 12 0 0 20 0 15 0 97081214 10914865152 2069174 33554432000 4194304 4196468 140723686056864 140222469004336 140222464775893 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17178624 140723686065325 140723686065417 140723686065417 140723686068175 0
[pid=8807/tid=8810] ppid=8804 vsize=10659048 memory=24599 CPUtime=11.56 cores=1,3,5,7
/proc/8807/task/8810/stat : 8810 (java) R 8804 8807 6199 0 -1 4202560 21752 0 0 0 925 231 0 0 20 0 15 0 97081215 10914865152 2069174 33554432000 4194304 4196468 140723686056864 140222072019216 140222457868721 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17178624 140723686065325 140723686065417 140723686065417 140723686068175 0
[pid=8807/tid=8811] ppid=8804 vsize=10659048 memory=8112282956445269571 CPUtime=11.49 cores=1,3,5,7
/proc/8807/task/8811/stat : 8811 (java) R 8804 8807 6199 0 -1 4202560 12229 0 0 0 935 214 0 0 20 0 15 0 97081215 10914865152 2069174 33554432000 4194304 4196468 140723686056864 140222070966480 140222457393895 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17178624 140723686065325 140723686065417 140723686065417 140723686068175 0
[pid=8807/tid=8812] ppid=8804 vsize=10659048 memory=25340 CPUtime=11.53 cores=1,3,5,7
/proc/8807/task/8812/stat : 8812 (java) R 8804 8807 6199 0 -1 4202560 13995 0 0 0 934 219 0 0 20 0 15 0 97081215 10914865152 2069174 33554432000 4194304 4196468 140723686056864 140222069913936 140222457393895 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17178624 140723686065325 140723686065417 140723686065417 140723686068175 0
[pid=8807/tid=8813] ppid=8804 vsize=10659048 memory=916 CPUtime=11.51 cores=1,3,5,7
/proc/8807/task/8813/stat : 8813 (java) R 8804 8807 6199 0 -1 4202560 12863 0 0 0 928 223 0 0 20 0 15 0 97081215 10914865152 2069174 33554432000 4194304 4196468 140723686056864 140222068861704 140222457393895 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 17178624 140723686065325 140723686065417 140723686065417 140723686068175 0
[pid=8807/tid=8814] ppid=8804 vsize=10659048 memory=3852 CPUtime=0.49 cores=1,3,5,7
/proc/8807/task/8814/stat : 8814 (java) S 8804 8807 6199 0 -1 1077944384 10948 0 0 0 48 1 0 0 20 0 15 0 97081216 10914865152 2069174 33554432000 4194304 4196468 140723686056864 140221957002320 140222464775893 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 13 0 0 6293624 6294260 17178624 140723686065325 140723686065417 140723686065417 140723686068175 0
[pid=8807/tid=8815] ppid=8804 vsize=10659048 memory=2588 CPUtime=0 cores=1,3,5,7
/proc/8807/task/8815/stat : 8815 (java) S 8804 8807 6199 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 97081217 10914865152 2069174 33554432000 4194304 4196468 140723686056864 140221955950048 140222464775893 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17178624 140723686065325 140723686065417 140723686065417 140723686068175 0
[pid=8807/tid=8816] ppid=8804 vsize=10659048 memory=2700 CPUtime=0 cores=1,3,5,7
/proc/8807/task/8816/stat : 8816 (java) S 8804 8807 6199 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 97081217 10914865152 2069174 33554432000 4194304 4196468 140723686056864 140221954897392 140222464775893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17178624 140723686065325 140723686065417 140723686065417 140723686068175 0
[pid=8807/tid=8817] ppid=8804 vsize=10659048 memory=4100 CPUtime=0 cores=1,3,5,7
/proc/8807/task/8817/stat : 8817 (java) S 8804 8807 6199 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97081219 10914865152 2069174 33554432000 4194304 4196468 140723686056864 140221953845968 140222464784283 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17178624 140723686065325 140723686065417 140723686065417 140723686068175 0
[pid=8807/tid=8818] ppid=8804 vsize=10659048 memory=1408 CPUtime=0.74 cores=1,3,5,7
/proc/8807/task/8818/stat : 8818 (java) S 8804 8807 6199 0 -1 1077944384 3645 0 0 0 74 0 0 0 20 0 15 0 97081219 10914865152 2069174 33554432000 4194304 4196468 140723686056864 140221952792560 140222464776834 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17178624 140723686065325 140723686065417 140723686065417 140723686068175 0
[pid=8807/tid=8819] ppid=8804 vsize=10659048 memory=3212 CPUtime=0.59 cores=1,3,5,7
/proc/8807/task/8819/stat : 8819 (java) S 8804 8807 6199 0 -1 1077944384 2091 0 0 0 59 0 0 0 20 0 15 0 97081219 10914865152 2069174 33554432000 4194304 4196468 140723686056864 140221951740016 140222464776834 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17178624 140723686065325 140723686065417 140723686065417 140723686068175 0
[pid=8807/tid=8820] ppid=8804 vsize=10659048 memory=473636 CPUtime=0.27 cores=1,3,5,7
/proc/8807/task/8820/stat : 8820 (java) S 8804 8807 6199 0 -1 1077944384 1586 0 0 0 27 0 0 0 20 0 15 0 97081219 10914865152 2069174 33554432000 4194304 4196468 140723686056864 140221950687472 140222464776834 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17178624 140723686065325 140723686065417 140723686065417 140723686068175 0
[pid=8807/tid=8821] ppid=8804 vsize=10659048 memory=1404 CPUtime=0 cores=1,3,5,7
/proc/8807/task/8821/stat : 8821 (java) S 8804 8807 6199 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97081219 10914865152 2069174 33554432000 4194304 4196468 140723686056864 140221949635168 140222464775893 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17178624 140723686065325 140723686065417 140723686065417 140723686068175 0
[pid=8807/tid=8822] ppid=8804 vsize=10659048 memory=6772 CPUtime=0.01 cores=1,3,5,7
/proc/8807/task/8822/stat : 8822 (java) S 8804 8807 6199 0 -1 1077944384 145 0 0 0 0 1 0 0 20 0 15 0 97081220 10914865152 2069174 33554432000 4194304 4196468 140723686056864 140221948582704 140222464776834 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 12 0 0 6293624 6294260 17178624 140723686065325 140723686065417 140723686065417 140723686068175 0
Current children cumulated CPU time: 54.4 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 8276696 KiB

[startup+18.6007 s]
/proc/loadavg: 2.49 1.57 1.44 6/215 8822
/proc/meminfo: memFree=19351516/32770624 swapFree=67108792/67108860
[pid=8807] ppid=8804 vsize=10659048 memory=8276704 CPUtime=54.95 cores=1,3,5,7
/proc/8807/stat : 8807 (java) S 8804 8807 6199 0 -1 1077944320 91200 0 0 0 4589 906 0 0 20 0 15 0 97081214 10914865152 2069176 33554432000 4194304 4196468 140723686056864 140723686039408 140222464765687 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 17178624 140723686065325 140723686065417 140723686065417 140723686068175 0
/proc/8807/statm: 2664762 2069176 3157 1 0 2627263 0
[pid=8807/tid=8809] ppid=8804 vsize=10659048 memory=8112282956445269571 CPUtime=6.11 cores=1,3,5,7
/proc/8807/task/8809/stat : 8809 (java) S 8804 8807 6199 0 -1 1077944384 10212 0 0 0 599 12 0 0 20 0 15 0 97081214 10914865152 2069176 33554432000 4194304 4196468 140723686056864 140222469004336 140222464775893 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17178624 140723686065325 140723686065417 140723686065417 140723686068175 0
[pid=8807/tid=8810] ppid=8804 vsize=10659048 memory=1200 CPUtime=11.68 cores=1,3,5,7
/proc/8807/task/8810/stat : 8810 (java) R 8804 8807 6199 0 -1 4202560 21752 0 0 0 937 231 0 0 20 0 15 0 97081215 10914865152 2069176 33554432000 4194304 4196468 140723686056864 140222072019112 140222457393895 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 17178624 140723686065325 140723686065417 140723686065417 140723686068175 0
[pid=8807/tid=8811] ppid=8804 vsize=10659048 memory=15876 CPUtime=11.61 cores=1,3,5,7
/proc/8807/task/8811/stat : 8811 (java) S 8804 8807 6199 0 -1 1077944384 12428 0 0 0 947 214 0 0 20 0 15 0 97081215 10914865152 2069176 33554432000 4194304 4196468 140723686056864 140222070966672 140222464775893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17178624 140723686065325 140723686065417 140723686065417 140723686068175 0
[pid=8807/tid=8812] ppid=8804 vsize=10659048 memory=18268 CPUtime=11.65 cores=1,3,5,7
/proc/8807/task/8812/stat : 8812 (java) S 8804 8807 6199 0 -1 1077944384 13995 0 0 0 946 219 0 0 20 0 15 0 97081215 10914865152 2069176 33554432000 4194304 4196468 140723686056864 140222069914128 140222464775893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17178624 140723686065325 140723686065417 140723686065417 140723686068175 0
[pid=8807/tid=8813] ppid=8804 vsize=10659048 memory=16964 CPUtime=11.62 cores=1,3,5,7
/proc/8807/task/8813/stat : 8813 (java) S 8804 8807 6199 0 -1 1077944384 12863 0 0 0 939 223 0 0 20 0 15 0 97081215 10914865152 2069176 33554432000 4194304 4196468 140723686056864 140222068861600 140222464775893 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17178624 140723686065325 140723686065417 140723686065417 140723686068175 0
[pid=8807/tid=8814] ppid=8804 vsize=10659048 memory=4052 CPUtime=0.57 cores=1,3,5,7
/proc/8807/task/8814/stat : 8814 (java) S 8804 8807 6199 0 -1 1077944384 11078 0 0 0 56 1 0 0 20 0 15 0 97081216 10914865152 2069176 33554432000 4194304 4196468 140723686056864 140221957002096 140222464775893 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 13 0 0 6293624 6294260 17178624 140723686065325 140723686065417 140723686065417 140723686068175 0
[pid=8807/tid=8815] ppid=8804 vsize=10659048 memory=644 CPUtime=0 cores=1,3,5,7
/proc/8807/task/8815/stat : 8815 (java) S 8804 8807 6199 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 97081217 10914865152 2069176 33554432000 4194304 4196468 140723686056864 140221955949952 140222464775893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17178624 140723686065325 140723686065417 140723686065417 140723686068175 0
[pid=8807/tid=8816] ppid=8804 vsize=10659048 memory=1792 CPUtime=0 cores=1,3,5,7
/proc/8807/task/8816/stat : 8816 (java) S 8804 8807 6199 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 97081217 10914865152 2069176 33554432000 4194304 4196468 140723686056864 140221954897392 140222464775893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17178624 140723686065325 140723686065417 140723686065417 140723686068175 0
[pid=8807/tid=8817] ppid=8804 vsize=10659048 memory=1232 CPUtime=0 cores=1,3,5,7
/proc/8807/task/8817/stat : 8817 (java) S 8804 8807 6199 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97081219 10914865152 2069176 33554432000 4194304 4196468 140723686056864 140221953845968 140222464784283 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17178624 140723686065325 140723686065417 140723686065417 140723686068175 0
[pid=8807/tid=8818] ppid=8804 vsize=10659048 memory=956 CPUtime=0.74 cores=1,3,5,7
/proc/8807/task/8818/stat : 8818 (java) S 8804 8807 6199 0 -1 1077944384 3645 0 0 0 74 0 0 0 20 0 15 0 97081219 10914865152 2069176 33554432000 4194304 4196468 140723686056864 140221952792560 140222464776834 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17178624 140723686065325 140723686065417 140723686065417 140723686068175 0
[pid=8807/tid=8819] ppid=8804 vsize=10659048 memory=2464 CPUtime=0.59 cores=1,3,5,7
/proc/8807/task/8819/stat : 8819 (java) S 8804 8807 6199 0 -1 1077944384 2091 0 0 0 59 0 0 0 20 0 15 0 97081219 10914865152 2069176 33554432000 4194304 4196468 140723686056864 140221951740016 140222464776834 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17178624 140723686065325 140723686065417 140723686065417 140723686068175 0
[pid=8807/tid=8820] ppid=8804 vsize=10659048 memory=1576 CPUtime=0.27 cores=1,3,5,7
/proc/8807/task/8820/stat : 8820 (java) S 8804 8807 6199 0 -1 1077944384 1586 0 0 0 27 0 0 0 20 0 15 0 97081219 10914865152 2069176 33554432000 4194304 4196468 140723686056864 140221950687472 140222464776834 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17178624 140723686065325 140723686065417 140723686065417 140723686068175 0
[pid=8807/tid=8821] ppid=8804 vsize=10659048 memory=928 CPUtime=0 cores=1,3,5,7
/proc/8807/task/8821/stat : 8821 (java) S 8804 8807 6199 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97081219 10914865152 2069176 33554432000 4194304 4196468 140723686056864 140221949635168 140222464775893 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17178624 140723686065325 140723686065417 140723686065417 140723686068175 0
[pid=8807/tid=8822] ppid=8804 vsize=10659048 memory=8276696 CPUtime=0.01 cores=1,3,5,7
/proc/8807/task/8822/stat : 8822 (java) S 8804 8807 6199 0 -1 1077944384 145 0 0 0 0 1 0 0 20 0 15 0 97081220 10914865152 2069176 33554432000 4194304 4196468 140723686056864 140221948582704 140222464776834 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 12 0 0 6293624 6294260 17178624 140723686065325 140723686065417 140723686065417 140723686068175 0
Current children cumulated CPU time: 54.95 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 8276704 KiB

[startup+18.7013 s]
/proc/loadavg: 2.49 1.57 1.44 6/215 8822
/proc/meminfo: memFree=19351516/32770624 swapFree=67108792/67108860
[pid=8807] ppid=8804 vsize=10659048 memory=8276716 CPUtime=55.14 cores=1,3,5,7
/proc/8807/stat : 8807 (java) S 8804 8807 6199 0 -1 1077944320 91248 0 0 0 4608 906 0 0 20 0 15 0 97081214 10914865152 2069179 33554432000 4194304 4196468 140723686056864 140723686039408 140222464765687 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 17178624 140723686065325 140723686065417 140723686065417 140723686068175 0
/proc/8807/statm: 2664762 2069179 3158 1 0 2627263 0
[pid=8807/tid=8809] ppid=8804 vsize=10659048 memory=7819240 CPUtime=6.11 cores=1,3,5,7
/proc/8807/task/8809/stat : 8809 (java) S 8804 8807 6199 0 -1 1077944384 10254 0 0 0 599 12 0 0 20 0 15 0 97081214 10914865152 2069179 33554432000 4194304 4196468 140723686056864 140222469005328 140222464775893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17178624 140723686065325 140723686065417 140723686065417 140723686068175 0
[pid=8807/tid=8810] ppid=8804 vsize=10659048 memory=8276696 CPUtime=11.71 cores=1,3,5,7
/proc/8807/task/8810/stat : 8810 (java) S 8804 8807 6199 0 -1 1077944384 21752 0 0 0 940 231 0 0 20 0 15 0 97081215 10914865152 2069179 33554432000 4194304 4196468 140723686056864 140222072019216 140222464775893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17178624 140723686065325 140723686065417 140723686065417 140723686068175 0
[pid=8807/tid=8811] ppid=8804 vsize=10659048 memory=8118384 CPUtime=11.64 cores=1,3,5,7
/proc/8807/task/8811/stat : 8811 (java) S 8804 8807 6199 0 -1 1077944384 12432 0 0 0 950 214 0 0 20 0 15 0 97081215 10914865152 2069179 33554432000 4194304 4196468 140723686056864 140222070966672 140222464775893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17178624 140723686065325 140723686065417 140723686065417 140723686068175 0
[pid=8807/tid=8812] ppid=8804 vsize=10659048 memory=8274648 CPUtime=11.68 cores=1,3,5,7
/proc/8807/task/8812/stat : 8812 (java) S 8804 8807 6199 0 -1 1077944384 13995 0 0 0 949 219 0 0 20 0 15 0 97081215 10914865152 2069179 33554432000 4194304 4196468 140723686056864 140222069914128 140222464775893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17178624 140723686065325 140723686065417 140723686065417 140723686068175 0
[pid=8807/tid=8813] ppid=8804 vsize=10659048 memory=8274648 CPUtime=11.66 cores=1,3,5,7
/proc/8807/task/8813/stat : 8813 (java) S 8804 8807 6199 0 -1 1077944384 12863 0 0 0 943 223 0 0 20 0 15 0 97081215 10914865152 2069179 33554432000 4194304 4196468 140723686056864 140222068861584 140222464775893 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17178624 140723686065325 140723686065417 140723686065417 140723686068175 0
[pid=8807/tid=8814] ppid=8804 vsize=10659048 memory=8276696 CPUtime=0.64 cores=1,3,5,7
/proc/8807/task/8814/stat : 8814 (java) R 8804 8807 6199 0 -1 4202560 11079 0 0 0 63 1 0 0 20 0 15 0 97081216 10914865152 2069179 33554432000 4194304 4196468 140723686056864 140221957002192 140222443135867 0 0 0 16800975 0 0 0 -1 7 0 0 13 0 0 6293624 6294260 17178624 140723686065325 140723686065417 140723686065417 140723686068175 0
[pid=8807/tid=8815] ppid=8804 vsize=10659048 memory=8276696 CPUtime=0 cores=1,3,5,7
/proc/8807/task/8815/stat : 8815 (java) S 8804 8807 6199 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 97081217 10914865152 2069179 33554432000 4194304 4196468 140723686056864 140221955950048 140222464775893 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17178624 140723686065325 140723686065417 140723686065417 140723686068175 0
[pid=8807/tid=8816] ppid=8804 vsize=10659048 memory=8276704 CPUtime=0 cores=1,3,5,7
/proc/8807/task/8816/stat : 8816 (java) S 8804 8807 6199 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 97081217 10914865152 2069179 33554432000 4194304 4196468 140723686056864 140221954897392 140222464775893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17178624 140723686065325 140723686065417 140723686065417 140723686068175 0
[pid=8807/tid=8817] ppid=8804 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8807/task/8817/stat : 8817 (java) S 8804 8807 6199 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97081219 10914865152 2069179 33554432000 4194304 4196468 140723686056864 140221953845968 140222464784283 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17178624 140723686065325 140723686065417 140723686065417 140723686068175 0
[pid=8807/tid=8818] ppid=8804 vsize=10659048 memory=1576 CPUtime=0.74 cores=1,3,5,7
/proc/8807/task/8818/stat : 8818 (java) S 8804 8807 6199 0 -1 1077944384 3645 0 0 0 74 0 0 0 20 0 15 0 97081219 10914865152 2069179 33554432000 4194304 4196468 140723686056864 140221952792560 140222464776834 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17178624 140723686065325 140723686065417 140723686065417 140723686068175 0
[pid=8807/tid=8819] ppid=8804 vsize=10659048 memory=8274648 CPUtime=0.59 cores=1,3,5,7
/proc/8807/task/8819/stat : 8819 (java) S 8804 8807 6199 0 -1 1077944384 2091 0 0 0 59 0 0 0 20 0 15 0 97081219 10914865152 2069179 33554432000 4194304 4196468 140723686056864 140221951740016 140222464776834 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17178624 140723686065325 140723686065417 140723686065417 140723686068175 0
[pid=8807/tid=8820] ppid=8804 vsize=10659048 memory=8274648 CPUtime=0.27 cores=1,3,5,7
/proc/8807/task/8820/stat : 8820 (java) S 8804 8807 6199 0 -1 1077944384 1586 0 0 0 27 0 0 0 20 0 15 0 97081219 10914865152 2069179 33554432000 4194304 4196468 140723686056864 140221950687472 140222464776834 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17178624 140723686065325 140723686065417 140723686065417 140723686068175 0
[pid=8807/tid=8821] ppid=8804 vsize=10659048 memory=8276696 CPUtime=0 cores=1,3,5,7
/proc/8807/task/8821/stat : 8821 (java) S 8804 8807 6199 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97081219 10914865152 2069179 33554432000 4194304 4196468 140723686056864 140221949635168 140222464775893 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17178624 140723686065325 140723686065417 140723686065417 140723686068175 0
[pid=8807/tid=8822] ppid=8804 vsize=10659048 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/8807/task/8822/stat : 8822 (java) S 8804 8807 6199 0 -1 1077944384 145 0 0 0 0 1 0 0 20 0 15 0 97081220 10914865152 2069179 33554432000 4194304 4196468 140723686056864 140221948582704 140222464776834 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 12 0 0 6293624 6294260 17178624 140723686065325 140723686065417 140723686065417 140723686068175 0
Current children cumulated CPU time: 55.14 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 8276716 KiB

Child status: 1
Real time (s): 18.7543
CPU time (s): 55.205
CPU user time (s): 46.1019
CPU system time (s): 9.10306
CPU usage (%): 294.358
Max. virtual memory (cumulated for all children) (KiB): 10659048
Max. memory (cumulated for all children) (KiB): 8276716

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 46.1019
system time used= 9.10306
maximum resident set size= 8276716
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 91321
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= 2859
involuntary context switches= 453


# summary of solver processes directly reported to runsolver:
#   pid: 8807
#   total CPU time (s): 55.205
#   total CPU user time (s): 46.1019
#   total CPU system time (s): 9.10306

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.164398 second user time and 0.216814 second system time

The end

Launcher Data

Begin job on node150 at 2018-07-28 18:26:19
IDJOB=4299176
IDBENCH=141304
IDSOLVER=2763
FILE ID=node150/4299176-1532795179
RUNJOBID= node150-1532775187-6231
PBS_JOBID= 21022464
Free space on /tmp= 53084 MiB

SOLVER NAME= MiniCPFever 2018-04-29
BENCH NAME= XCSP18/CrosswordDesign/CrosswordDesign-09-4-rom_c18.xml
COMMAND LINE= java -jar minicp-1.0.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4299176-1532795179/watcher-4299176-1532795179 -o /tmp/evaluation-result-4299176-1532795179/solver-4299176-1532795179 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1532775187-6231 --watchdog 2580  java -jar minicp-1.0.jar HOME/instance-4299176-1532795179.xml

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

MD5SUM BENCH= 687e226d0bfa9953b2ddd48681aeb13c
RANDOM SEED=1810966181

node150.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.76
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.76
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.76
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.76
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:        27636564 kB
MemAvailable:   31474812 kB
Buffers:          206476 kB
Cached:          3870216 kB
SwapCached:           32 kB
Active:          1950520 kB
Inactive:        2641384 kB
Active(anon):     466536 kB
Inactive(anon):    76188 kB
Active(file):    1483984 kB
Inactive(file):  2565196 kB
Unevictable:        7752 kB
Mlocked:            7752 kB
SwapTotal:      67108860 kB
SwapFree:       67108792 kB
Dirty:             18224 kB
Writeback:             0 kB
AnonPages:        535072 kB
Mapped:            55052 kB
Shmem:             25156 kB
Slab:             238512 kB
SReclaimable:     209804 kB
SUnreclaim:        28708 kB
KernelStack:        3792 kB
PageTables:         5880 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1049484 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    464896 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 53084 MiB
End job on node150 at 2018-07-28 18:26:38