Trace number 4308410

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
OscaR - Hybrid 2018-08-14? 73.8206 28.9424

General information on the benchmark

NameCrosswordDesign/
CrosswordDesign-14-4-rom_c18.xml
MD5SUM52d67a2c2b92da49d73f7cfe8dcb2e5e
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark57
Best CPU time to get the best result obtained on this benchmark2519.99
Satisfiable
(Un)Satisfiability was proved
Number of variables532
Number of constraints112
Number of domains5
Minimum domain size2
Maximum domain size132304
Distribution of domain sizes[{"size":2,"count":28},{"size":15,"count":196},{"size":27,"count":196},{"size":132304,"count":112}]
Minimum variable degree1
Maximum variable degree8
Distribution of variable degrees[{"degree":1,"count":140},{"degree":2,"count":196},{"degree":8,"count":196}]
Minimum constraint arity17
Maximum constraint arity18
Distribution of constraint arities[{"arity":17,"count":28},{"arity":18,"count":84}]
Number of extensional constraints112
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":112}]
Optimization problemYES
Type of objectivemax SUM

Solver Data

0.66/0.56	c version: 2018-08-14
0.66/0.56	c seed: 1475064384
0.66/0.56	c timeout: 2520
0.66/0.56	c memlimit: 11000
0.66/0.56	c nbcore: 4
0.66/0.58	c Parsing instance...
73.20/28.66	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
73.20/28.66		at scala.collection.mutable.ArrayBuilder$ofLong.mkArray(ArrayBuilder.scala:388)
73.67/28.85		at scala.collection.mutable.ArrayBuilder$ofLong.resize(ArrayBuilder.scala:394)
73.67/28.85		at scala.collection.mutable.ArrayBuilder$ofLong.sizeHint(ArrayBuilder.scala:399)
73.67/28.85		at scala.Array$.fill(Array.scala:263)
73.67/28.85		at oscar.algo.reversible.ReversibleSparseBitSet$BitSet.<init>(ReversibleSparseBitSet.scala:94)
73.67/28.85		at oscar.cp.constraints.tables.TableCTStar.computeSupportsAndInitialFiltering(TableCTStar.scala:274)
73.67/28.85		at oscar.cp.constraints.tables.TableCTStar.setup(TableCTStar.scala:94)
73.67/28.85		at oscar.cp.core.CPStore.post(CPStore.scala:282)
73.67/28.85		at oscar.cp.core.CPSolver.$anonfun$add$1(CPSolver.scala:138)
73.67/28.85		at oscar.cp.core.CPSolver$$Lambda$143/708348097.apply$mcV$sp(Unknown Source)
73.67/28.85		at oscar.algo.search.BranchingUtils.isInconsistent(BranchingUtils.scala:39)
73.67/28.85		at oscar.algo.search.BranchingUtils.isInconsistent$(BranchingUtils.scala:37)
73.67/28.85		at oscar.cp.package$.isInconsistent(package.scala:54)
73.67/28.85		at oscar.cp.core.CPSolver.add(CPSolver.scala:138)
73.67/28.85		at oscar.modeling.models.cp.CPModel.p(CPModel.scala:277)
73.67/28.85		at oscar.modeling.models.cp.CPModel.post(CPModel.scala:336)
73.67/28.85		at oscar.modeling.models.LeafModel.add(InstantiatedModel.scala:34)
73.67/28.85		at oscar.modeling.models.LeafModel.add$(InstantiatedModel.scala:34)
73.67/28.85		at oscar.modeling.models.InstantiatedModel.add(InstantiatedModel.scala:47)
73.67/28.85		at oscar.modeling.models.InstantiatedModel.$anonfun$new$1(InstantiatedModel.scala:54)
73.67/28.85		at oscar.modeling.models.InstantiatedModel.$anonfun$new$1$adapted(InstantiatedModel.scala:54)
73.67/28.85		at oscar.modeling.models.InstantiatedModel$$Lambda$135/196732636.apply(Unknown Source)
73.67/28.85		at scala.collection.immutable.List.foreach(List.scala:389)
73.67/28.85		at oscar.modeling.models.InstantiatedModel.<init>(InstantiatedModel.scala:54)
73.67/28.85		at oscar.modeling.models.cp.CPModel.<init>(CPModel.scala:256)
73.67/28.85		at oscar.modeling.models.operators.CPInstantiate$.apply(CPInstantiate.scala:26)
73.67/28.85		at oscar.xcsp3.competition.solvers.HybridSolver$.runSolver(HybridSolver.scala:34)
73.67/28.85		at oscar.xcsp3.competition.CompetitionApp.delayedEndpoint$oscar$xcsp3$competition$CompetitionApp$1(CompetitionApp.scala:78)
73.67/28.85		at oscar.xcsp3.competition.CompetitionApp$delayedInit$body.apply(CompetitionApp.scala:53)
73.67/28.85		at scala.Function0.apply$mcV$sp(Function0.scala:34)
73.67/28.85		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
73.67/28.85		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
73.67/28.85	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 (13502 MiB free)
  memory of node 1: 16384 MiB (9668 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4308410-1534306073/watcher-4308410-1534306073 -o /tmp/evaluation-result-4308410-1534306073/solver-4308410-1534306073 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1534293823-2848 --watchdog 2580 java -Xmx11000m -jar oscarCPXcsp3-hybrid.jar --randomseed 1475064384 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4308410-1534306073.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
solver pid=4379, runsolver pid=4376
Current StackSize limit: 8192 KiB


[startup+0.100093 s]*
/proc/loadavg: 2.34 2.08 2.00 4/220 4394
/proc/meminfo: memFree=23710132/32770624 swapFree=67108688/67108860
[pid=4379] ppid=4376 vsize=14082736 memory=29840 CPUtime=0.1 cores=1,3,5,7
/proc/4379/stat : 4379 (java) S 4376 4379 2816 0 -1 1077944320 6364 0 0 0 9 1 0 0 20 0 15 0 248170706 14420721664 7460 33554432000 4194304 4196468 140725043294640 140725043277184 140669977636599 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 38678528 140725043299412 140725043299593 140725043299593 140725043302351 0
/proc/4379/statm: 3520684 7460 3137 1 0 3482761 0
[pid=4379/tid=4381] ppid=4376 vsize=14082736 memory=-8969299573249766592 CPUtime=0.08 cores=1,3,5,7
/proc/4379/task/4381/stat : 4381 (java) R 4376 4379 2816 0 -1 4202560 4620 0 0 0 7 1 0 0 20 0 15 0 248170706 14420721664 7592 33554432000 4194304 4196468 140725043294640 140669981862288 140669961717086 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 6293624 6294260 38678528 140725043299412 140725043299593 140725043299593 140725043302351 0
[pid=4379/tid=4382] ppid=4376 vsize=14082736 memory=-7522837583129502606 CPUtime=0 cores=1,3,5,7
/proc/4379/task/4382/stat : 4382 (java) S 4376 4379 2816 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 248170707 14420721664 7592 33554432000 4194304 4196468 140725043294640 140669915237136 140669977646805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38678528 140725043299412 140725043299593 140725043299593 140725043302351 0
[pid=4379/tid=4383] ppid=4376 vsize=14082736 memory=140541180802688 CPUtime=0 cores=1,3,5,7
/proc/4379/task/4383/stat : 4383 (java) S 4376 4379 2816 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 248170707 14420721664 7592 33554432000 4194304 4196468 140725043294640 140669914184592 140669977646805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38678528 140725043299412 140725043299593 140725043299593 140725043302351 0
[pid=4379/tid=4384] ppid=4376 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4379/task/4384/stat : 4384 (java) S 4376 4379 2816 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 248170707 14420721664 7592 33554432000 4194304 4196468 140725043294640 140669913132048 140669977646805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38678528 140725043299412 140725043299593 140725043299593 140725043302351 0
[pid=4379/tid=4385] ppid=4376 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4379/task/4385/stat : 4385 (java) S 4376 4379 2816 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 248170707 14420721664 7592 33554432000 4194304 4196468 140725043294640 140669912079504 140669977646805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38678528 140725043299412 140725043299593 140725043299593 140725043302351 0
[pid=4379/tid=4386] ppid=4376 vsize=14082736 memory=140541180802688 CPUtime=0 cores=1,3,5,7
/proc/4379/task/4386/stat : 4386 (java) S 4376 4379 2816 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 248170708 14420721664 7592 33554432000 4194304 4196468 140725043294640 140669519779824 140669977647746 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38678528 140725043299412 140725043299593 140725043299593 140725043302351 0
[pid=4379/tid=4387] ppid=4376 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4379/task/4387/stat : 4387 (java) S 4376 4379 2816 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 248170709 14420721664 7592 33554432000 4194304 4196468 140725043294640 140669518726048 140669977646805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38678528 140725043299412 140725043299593 140725043299593 140725043302351 0
[pid=4379/tid=4388] ppid=4376 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4379/task/4388/stat : 4388 (java) S 4376 4379 2816 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 248170709 14420721664 7592 33554432000 4194304 4196468 140725043294640 140669517673456 140669977646805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38678528 140725043299412 140725043299593 140725043299593 140725043302351 0
[pid=4379/tid=4389] ppid=4376 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4379/task/4389/stat : 4389 (java) S 4376 4379 2816 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 248170711 14420721664 7592 33554432000 4194304 4196468 140725043294640 140669516622032 140669977655195 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38678528 140725043299412 140725043299593 140725043299593 140725043302351 0
[pid=4379/tid=4390] ppid=4376 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4379/task/4390/stat : 4390 (java) S 4376 4379 2816 0 -1 1077944384 306 0 0 0 0 0 0 0 20 0 15 0 248170712 14420721664 7592 33554432000 4194304 4196468 140725043294640 140669515569648 140669977647746 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38678528 140725043299412 140725043299593 140725043299593 140725043302351 0
[pid=4379/tid=4391] ppid=4376 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4379/task/4391/stat : 4391 (java) S 4376 4379 2816 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 15 0 248170712 14420721664 7592 33554432000 4194304 4196468 140725043294640 140669514517104 140669977647746 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38678528 140725043299412 140725043299593 140725043299593 140725043302351 0
[pid=4379/tid=4392] ppid=4376 vsize=14082736 memory=140541180802688 CPUtime=0.01 cores=1,3,5,7
/proc/4379/task/4392/stat : 4392 (java) S 4376 4379 2816 0 -1 1077944384 232 0 0 0 1 0 0 0 20 0 15 0 248170712 14420721664 7592 33554432000 4194304 4196468 140725043294640 140669513464560 140669977647746 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38678528 140725043299412 140725043299593 140725043299593 140725043302351 0
[pid=4379/tid=4393] ppid=4376 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4379/task/4393/stat : 4393 (java) S 4376 4379 2816 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 248170712 14420721664 7592 33554432000 4194304 4196468 140725043294640 140669512412256 140669977646805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38678528 140725043299412 140725043299593 140725043299593 140725043302351 0
[pid=4379/tid=4394] ppid=4376 vsize=14082736 memory=140541180802688 CPUtime=0 cores=1,3,5,7
/proc/4379/task/4394/stat : 4394 (java) S 4376 4379 2816 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 248170713 14420721664 7592 33554432000 4194304 4196468 140725043294640 140669511358768 140669977647746 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38678528 140725043299412 140725043299593 140725043299593 140725043302351 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 29840 KiB

[startup+0.212304 s]*
/proc/loadavg: 2.34 2.08 2.00 4/220 4394
/proc/meminfo: memFree=23692628/32770624 swapFree=67108688/67108860
[pid=4379] ppid=4376 vsize=14082736 memory=46344 CPUtime=0.28 cores=1,3,5,7
/proc/4379/stat : 4379 (java) S 4376 4379 2816 0 -1 1077944320 10233 0 0 0 26 2 0 0 20 0 15 0 248170706 14420721664 11586 33554432000 4194304 4196468 140725043294640 140725043277184 140669977636599 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 38678528 140725043299412 140725043299593 140725043299593 140725043302351 0
/proc/4379/statm: 3520684 11586 3332 1 0 3482761 0
[pid=4379/tid=4381] ppid=4376 vsize=14082736 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/4379/task/4381/stat : 4381 (java) R 4376 4379 2816 0 -1 4202560 8023 0 0 0 17 2 0 0 20 0 15 0 248170706 14420721664 11586 33554432000 4194304 4196468 140725043294640 140669981859984 140669969974066 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 6293624 6294260 38678528 140725043299412 140725043299593 140725043299593 140725043302351 0
[pid=4379/tid=4382] ppid=4376 vsize=14082736 memory=365 CPUtime=0 cores=1,3,5,7
/proc/4379/task/4382/stat : 4382 (java) S 4376 4379 2816 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 248170707 14420721664 11586 33554432000 4194304 4196468 140725043294640 140669915237136 140669977646805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38678528 140725043299412 140725043299593 140725043299593 140725043302351 0
[pid=4379/tid=4383] ppid=4376 vsize=14082736 memory=288370917332514432 CPUtime=0 cores=1,3,5,7
/proc/4379/task/4383/stat : 4383 (java) S 4376 4379 2816 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 248170707 14420721664 11586 33554432000 4194304 4196468 140725043294640 140669914184592 140669977646805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38678528 140725043299412 140725043299593 140725043299593 140725043302351 0
[pid=4379/tid=4384] ppid=4376 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4379/task/4384/stat : 4384 (java) S 4376 4379 2816 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 248170707 14420721664 11586 33554432000 4194304 4196468 140725043294640 140669913132048 140669977646805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38678528 140725043299412 140725043299593 140725043299593 140725043302351 0
[pid=4379/tid=4385] ppid=4376 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4379/task/4385/stat : 4385 (java) S 4376 4379 2816 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 248170707 14420721664 11586 33554432000 4194304 4196468 140725043294640 140669912079504 140669977646805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38678528 140725043299412 140725043299593 140725043299593 140725043302351 0
[pid=4379/tid=4386] ppid=4376 vsize=14082736 memory=140541180802688 CPUtime=0 cores=1,3,5,7
/proc/4379/task/4386/stat : 4386 (java) S 4376 4379 2816 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 248170708 14420721664 11650 33554432000 4194304 4196468 140725043294640 140669519779824 140669977647746 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38678528 140725043299412 140725043299593 140725043299593 140725043302351 0
[pid=4379/tid=4387] ppid=4376 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4379/task/4387/stat : 4387 (java) S 4376 4379 2816 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 248170709 14420721664 11650 33554432000 4194304 4196468 140725043294640 140669518726048 140669977646805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38678528 140725043299412 140725043299593 140725043299593 140725043302351 0
[pid=4379/tid=4388] ppid=4376 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4379/task/4388/stat : 4388 (java) S 4376 4379 2816 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 248170709 14420721664 11650 33554432000 4194304 4196468 140725043294640 140669517673456 140669977646805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38678528 140725043299412 140725043299593 140725043299593 140725043302351 0
[pid=4379/tid=4389] ppid=4376 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4379/task/4389/stat : 4389 (java) S 4376 4379 2816 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 248170711 14420721664 11650 33554432000 4194304 4196468 140725043294640 140669516622032 140669977655195 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38678528 140725043299412 140725043299593 140725043299593 140725043302351 0
[pid=4379/tid=4390] ppid=4376 vsize=14082736 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/4379/task/4390/stat : 4390 (java) R 4376 4379 2816 0 -1 1077944384 390 0 0 0 1 0 0 0 20 0 15 0 248170712 14420721664 11650 33554432000 4194304 4196468 140725043294640 140669515569648 140669977647746 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38678528 140725043299412 140725043299593 140725043299593 140725043302351 0
[pid=4379/tid=4391] ppid=4376 vsize=14082736 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/4379/task/4391/stat : 4391 (java) R 4376 4379 2816 0 -1 4202560 166 0 0 0 1 0 0 0 20 0 15 0 248170712 14420721664 11650 33554432000 4194304 4196468 140725043294640 140669514517104 140669961122549 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38678528 140725043299412 140725043299593 140725043299593 140725043302351 0
[pid=4379/tid=4392] ppid=4376 vsize=14082736 memory=140541180802688 CPUtime=0.05 cores=1,3,5,7
/proc/4379/task/4392/stat : 4392 (java) R 4376 4379 2816 0 -1 4202560 290 0 0 0 5 0 0 0 20 0 15 0 248170712 14420721664 11650 33554432000 4194304 4196468 140725043294640 140669513460288 140669960995392 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38678528 140725043299412 140725043299593 140725043299593 140725043302351 0
[pid=4379/tid=4393] ppid=4376 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4379/task/4393/stat : 4393 (java) S 4376 4379 2816 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 248170712 14420721664 11650 33554432000 4194304 4196468 140725043294640 140669512412256 140669977646805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38678528 140725043299412 140725043299593 140725043299593 140725043302351 0
[pid=4379/tid=4394] ppid=4376 vsize=14082736 memory=140541180802688 CPUtime=0 cores=1,3,5,7
/proc/4379/task/4394/stat : 4394 (java) S 4376 4379 2816 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 248170713 14420721664 11650 33554432000 4194304 4196468 140725043294640 140669511358768 140669977647746 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38678528 140725043299412 140725043299593 140725043299593 140725043302351 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 46344 KiB

[startup+0.310855 s]*
/proc/loadavg: 2.34 2.08 2.00 4/220 4394
/proc/meminfo: memFree=23689092/32770624 swapFree=67108688/67108860
[pid=4379] ppid=4376 vsize=14082736 memory=50328 CPUtime=0.42 cores=1,3,5,7
/proc/4379/stat : 4379 (java) S 4376 4379 2816 0 -1 1077944320 10701 0 0 0 40 2 0 0 20 0 15 0 248170706 14420721664 12582 33554432000 4194304 4196468 140725043294640 140725043277184 140669977636599 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 38678528 140725043299412 140725043299593 140725043299593 140725043302351 0
/proc/4379/statm: 3520684 12582 3414 1 0 3482761 0
[pid=4379/tid=4381] ppid=4376 vsize=14082736 memory=7022364594140610616 CPUtime=0.29 cores=1,3,5,7
/proc/4379/task/4381/stat : 4381 (java) R 4376 4379 2816 0 -1 4202560 8389 0 0 0 27 2 0 0 20 0 15 0 248170706 14420721664 12582 33554432000 4194304 4196468 140725043294640 140669981836032 140669960823425 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 6293624 6294260 38678528 140725043299412 140725043299593 140725043299593 140725043302351 0
[pid=4379/tid=4382] ppid=4376 vsize=14082736 memory=4294980954 CPUtime=0 cores=1,3,5,7
/proc/4379/task/4382/stat : 4382 (java) S 4376 4379 2816 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 248170707 14420721664 12582 33554432000 4194304 4196468 140725043294640 140669915237136 140669977646805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38678528 140725043299412 140725043299593 140725043299593 140725043302351 0
[pid=4379/tid=4383] ppid=4376 vsize=14082736 memory=288370917332514432 CPUtime=0 cores=1,3,5,7
/proc/4379/task/4383/stat : 4383 (java) S 4376 4379 2816 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 248170707 14420721664 12582 33554432000 4194304 4196468 140725043294640 140669914184592 140669977646805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38678528 140725043299412 140725043299593 140725043299593 140725043302351 0
[pid=4379/tid=4384] ppid=4376 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4379/task/4384/stat : 4384 (java) S 4376 4379 2816 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 248170707 14420721664 12582 33554432000 4194304 4196468 140725043294640 140669913132048 140669977646805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38678528 140725043299412 140725043299593 140725043299593 140725043302351 0
[pid=4379/tid=4385] ppid=4376 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4379/task/4385/stat : 4385 (java) S 4376 4379 2816 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 248170707 14420721664 12582 33554432000 4194304 4196468 140725043294640 140669912079504 140669977646805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38678528 140725043299412 140725043299593 140725043299593 140725043302351 0
[pid=4379/tid=4386] ppid=4376 vsize=14082736 memory=140541180802688 CPUtime=0 cores=1,3,5,7
/proc/4379/task/4386/stat : 4386 (java) S 4376 4379 2816 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 248170708 14420721664 12582 33554432000 4194304 4196468 140725043294640 140669519779824 140669977647746 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38678528 140725043299412 140725043299593 140725043299593 140725043302351 0
[pid=4379/tid=4387] ppid=4376 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4379/task/4387/stat : 4387 (java) S 4376 4379 2816 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 248170709 14420721664 12582 33554432000 4194304 4196468 140725043294640 140669518726048 140669977646805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38678528 140725043299412 140725043299593 140725043299593 140725043302351 0
[pid=4379/tid=4388] ppid=4376 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4379/task/4388/stat : 4388 (java) S 4376 4379 2816 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 248170709 14420721664 12582 33554432000 4194304 4196468 140725043294640 140669517673456 140669977646805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38678528 140725043299412 140725043299593 140725043299593 140725043302351 0
[pid=4379/tid=4389] ppid=4376 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4379/task/4389/stat : 4389 (java) S 4376 4379 2816 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 248170711 14420721664 12582 33554432000 4194304 4196468 140725043294640 140669516622032 140669977655195 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38678528 140725043299412 140725043299593 140725043299593 140725043302351 0
[pid=4379/tid=4390] ppid=4376 vsize=14082736 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/4379/task/4390/stat : 4390 (java) S 4376 4379 2816 0 -1 1077944384 397 0 0 0 2 0 0 0 20 0 15 0 248170712 14420721664 12582 33554432000 4194304 4196468 140725043294640 140669515569648 140669977647746 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38678528 140725043299412 140725043299593 140725043299593 140725043302351 0
[pid=4379/tid=4391] ppid=4376 vsize=14082736 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/4379/task/4391/stat : 4391 (java) S 4376 4379 2816 0 -1 1077944384 222 0 0 0 2 0 0 0 20 0 15 0 248170712 14420721664 12582 33554432000 4194304 4196468 140725043294640 140669514517104 140669977647746 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38678528 140725043299412 140725043299593 140725043299593 140725043302351 0
[pid=4379/tid=4392] ppid=4376 vsize=14082736 memory=140541180802688 CPUtime=0.08 cores=1,3,5,7
/proc/4379/task/4392/stat : 4392 (java) S 4376 4379 2816 0 -1 1077944384 314 0 0 0 8 0 0 0 20 0 15 0 248170712 14420721664 12582 33554432000 4194304 4196468 140725043294640 140669513464560 140669977647746 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38678528 140725043299412 140725043299593 140725043299593 140725043302351 0
[pid=4379/tid=4393] ppid=4376 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4379/task/4393/stat : 4393 (java) S 4376 4379 2816 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 248170712 14420721664 12582 33554432000 4194304 4196468 140725043294640 140669512412256 140669977646805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38678528 140725043299412 140725043299593 140725043299593 140725043302351 0
[pid=4379/tid=4394] ppid=4376 vsize=14082736 memory=140541180802688 CPUtime=0 cores=1,3,5,7
/proc/4379/task/4394/stat : 4394 (java) S 4376 4379 2816 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 248170713 14420721664 12582 33554432000 4194304 4196468 140725043294640 140669511358768 140669977647746 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38678528 140725043299412 140725043299593 140725043299593 140725043302351 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 50328 KiB

[startup+0.700654 s]
/proc/loadavg: 2.34 2.08 2.00 3/220 4394
/proc/meminfo: memFree=23666956/32770624 swapFree=67108688/67108860
[pid=4379] ppid=4376 vsize=14084804 memory=88672 CPUtime=0.98 cores=1,3,5,7
/proc/4379/stat : 4379 (java) S 4376 4379 2816 0 -1 1077944320 17559 0 0 0 94 4 0 0 20 0 15 0 248170706 14422839296 22168 33554432000 4194304 4196468 140725043294640 140725043277184 140669977636599 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 38678528 140725043299412 140725043299593 140725043299593 140725043302351 0
/proc/4379/statm: 3521201 22168 3497 1 0 3483273 0
[pid=4379/tid=4381] ppid=4376 vsize=14084804 memory=1172 CPUtime=0.66 cores=1,3,5,7
/proc/4379/task/4381/stat : 4381 (java) R 4376 4379 2816 0 -1 4202560 14823 0 0 0 63 3 0 0 20 0 15 0 248170706 14422839296 22168 33554432000 4194304 4196468 140725043294640 140669981852064 140669977658525 0 4 0 16800975 0 0 0 -1 3 0 0 1 0 0 6293624 6294260 38678528 140725043299412 140725043299593 140725043299593 140725043302351 0
[pid=4379/tid=4382] ppid=4376 vsize=14084804 memory=37328 CPUtime=0 cores=1,3,5,7
/proc/4379/task/4382/stat : 4382 (java) S 4376 4379 2816 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 248170707 14422839296 22168 33554432000 4194304 4196468 140725043294640 140669915237136 140669977646805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38678528 140725043299412 140725043299593 140725043299593 140725043302351 0
[pid=4379/tid=4383] ppid=4376 vsize=14084804 memory=3360 CPUtime=0 cores=1,3,5,7
/proc/4379/task/4383/stat : 4383 (java) S 4376 4379 2816 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 248170707 14422839296 22168 33554432000 4194304 4196468 140725043294640 140669914184592 140669977646805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38678528 140725043299412 140725043299593 140725043299593 140725043302351 0
[pid=4379/tid=4384] ppid=4376 vsize=14084804 memory=496 CPUtime=0 cores=1,3,5,7
/proc/4379/task/4384/stat : 4384 (java) S 4376 4379 2816 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 248170707 14422839296 22168 33554432000 4194304 4196468 140725043294640 140669913132048 140669977646805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38678528 140725043299412 140725043299593 140725043299593 140725043302351 0
[pid=4379/tid=4385] ppid=4376 vsize=14084804 memory=1624 CPUtime=0 cores=1,3,5,7
/proc/4379/task/4385/stat : 4385 (java) S 4376 4379 2816 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 248170707 14422839296 22168 33554432000 4194304 4196468 140725043294640 140669912079504 140669977646805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38678528 140725043299412 140725043299593 140725043299593 140725043302351 0
[pid=4379/tid=4386] ppid=4376 vsize=14084804 memory=928 CPUtime=0 cores=1,3,5,7
/proc/4379/task/4386/stat : 4386 (java) S 4376 4379 2816 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 248170708 14422839296 22168 33554432000 4194304 4196468 140725043294640 140669519779824 140669977647746 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38678528 140725043299412 140725043299593 140725043299593 140725043302351 0
[pid=4379/tid=4387] ppid=4376 vsize=14084804 memory=2332 CPUtime=0 cores=1,3,5,7
/proc/4379/task/4387/stat : 4387 (java) S 4376 4379 2816 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 248170709 14422839296 22168 33554432000 4194304 4196468 140725043294640 140669518726048 140669977646805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38678528 140725043299412 140725043299593 140725043299593 140725043302351 0
[pid=4379/tid=4388] ppid=4376 vsize=14084804 memory=924 CPUtime=0 cores=1,3,5,7
/proc/4379/task/4388/stat : 4388 (java) S 4376 4379 2816 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 248170709 14422839296 22168 33554432000 4194304 4196468 140725043294640 140669517673456 140669977646805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38678528 140725043299412 140725043299593 140725043299593 140725043302351 0
[pid=4379/tid=4389] ppid=4376 vsize=14084804 memory=6153431502485415525 CPUtime=0 cores=1,3,5,7
/proc/4379/task/4389/stat : 4389 (java) S 4376 4379 2816 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 248170711 14422839296 22168 33554432000 4194304 4196468 140725043294640 140669516622032 140669977655195 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38678528 140725043299412 140725043299593 140725043299593 140725043302351 0
[pid=4379/tid=4390] ppid=4376 vsize=14084804 memory=7237400421024098393 CPUtime=0.06 cores=1,3,5,7
/proc/4379/task/4390/stat : 4390 (java) S 4376 4379 2816 0 -1 1077944384 552 0 0 0 6 0 0 0 20 0 15 0 248170712 14422839296 22168 33554432000 4194304 4196468 140725043294640 140669515569648 140669977647746 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38678528 140725043299412 140725043299593 140725043299593 140725043302351 0
[pid=4379/tid=4391] ppid=4376 vsize=14084804 memory=6154282490091891024 CPUtime=0.09 cores=1,3,5,7
/proc/4379/task/4391/stat : 4391 (java) S 4376 4379 2816 0 -1 1077944384 377 0 0 0 9 0 0 0 20 0 15 0 248170712 14422839296 22168 33554432000 4194304 4196468 140725043294640 140669514517104 140669977647746 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38678528 140725043299412 140725043299593 140725043299593 140725043302351 0
[pid=4379/tid=4392] ppid=4376 vsize=14084804 memory=0 CPUtime=0.15 cores=1,3,5,7
/proc/4379/task/4392/stat : 4392 (java) S 4376 4379 2816 0 -1 1077944384 425 0 0 0 15 0 0 0 20 0 15 0 248170712 14422839296 22168 33554432000 4194304 4196468 140725043294640 140669513464560 140669977647746 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38678528 140725043299412 140725043299593 140725043299593 140725043302351 0
[pid=4379/tid=4393] ppid=4376 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4379/task/4393/stat : 4393 (java) S 4376 4379 2816 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 248170712 14422839296 22168 33554432000 4194304 4196468 140725043294640 140669512412256 140669977646805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38678528 140725043299412 140725043299593 140725043299593 140725043302351 0
[pid=4379/tid=4394] ppid=4376 vsize=14084804 memory=8696 CPUtime=0 cores=1,3,5,7
/proc/4379/task/4394/stat : 4394 (java) S 4376 4379 2816 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 248170713 14422839296 22168 33554432000 4194304 4196468 140725043294640 140669511358768 140669977647746 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38678528 140725043299412 140725043299593 140725043299593 140725043302351 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 88672 KiB

[startup+1.50148 s]
/proc/loadavg: 2.34 2.08 2.00 3/220 4394
/proc/meminfo: memFree=23426364/32770624 swapFree=67108688/67108860
[pid=4379] ppid=4376 vsize=14086852 memory=514580 CPUtime=2.86 cores=1,3,5,7
/proc/4379/stat : 4379 (java) S 4376 4379 2816 0 -1 1077944320 20746 0 0 0 238 48 0 0 20 0 15 0 248170706 14424936448 128645 33554432000 4194304 4196468 140725043294640 140725043277184 140669977636599 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 38678528 140725043299412 140725043299593 140725043299593 140725043302351 0
/proc/4379/statm: 3521713 128645 3571 1 0 3483785 0
[pid=4379/tid=4381] ppid=4376 vsize=14086852 memory=491104 CPUtime=1.25 cores=1,3,5,7
/proc/4379/task/4381/stat : 4381 (java) R 4376 4379 2816 0 -1 4202560 15226 0 0 0 116 9 0 0 20 0 15 0 248170706 14424936448 128645 33554432000 4194304 4196468 140725043294640 140669981871200 140669594327654 0 4 0 16800975 0 0 0 -1 3 0 0 1 0 0 6293624 6294260 38678528 140725043299412 140725043299593 140725043299593 140725043302351 0
[pid=4379/tid=4382] ppid=4376 vsize=14086852 memory=8112282956445269571 CPUtime=0.18 cores=1,3,5,7
/proc/4379/task/4382/stat : 4382 (java) S 4376 4379 2816 0 -1 1077944384 385 0 0 0 9 9 0 0 20 0 15 0 248170707 14424936448 128645 33554432000 4194304 4196468 140725043294640 140669915237136 140669977646805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38678528 140725043299412 140725043299593 140725043299593 140725043302351 0
[pid=4379/tid=4383] ppid=4376 vsize=14086852 memory=0 CPUtime=0.19 cores=1,3,5,7
/proc/4379/task/4383/stat : 4383 (java) S 4376 4379 2816 0 -1 1077944384 218 0 0 0 10 9 0 0 20 0 15 0 248170707 14424936448 128645 33554432000 4194304 4196468 140725043294640 140669914184592 140669977646805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38678528 140725043299412 140725043299593 140725043299593 140725043302351 0
[pid=4379/tid=4384] ppid=4376 vsize=14086852 memory=0 CPUtime=0.18 cores=1,3,5,7
/proc/4379/task/4384/stat : 4384 (java) S 4376 4379 2816 0 -1 1077944384 775 0 0 0 10 8 0 0 20 0 15 0 248170707 14424936448 128645 33554432000 4194304 4196468 140725043294640 140669913132048 140669977646805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38678528 140725043299412 140725043299593 140725043299593 140725043302351 0
[pid=4379/tid=4385] ppid=4376 vsize=14086852 memory=6943526294502006880 CPUtime=0.18 cores=1,3,5,7
/proc/4379/task/4385/stat : 4385 (java) S 4376 4379 2816 0 -1 1077944384 313 0 0 0 9 9 0 0 20 0 15 0 248170707 14424936448 128645 33554432000 4194304 4196468 140725043294640 140669912079504 140669977646805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38678528 140725043299412 140725043299593 140725043299593 140725043302351 0
[pid=4379/tid=4386] ppid=4376 vsize=14086852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4379/task/4386/stat : 4386 (java) S 4376 4379 2816 0 -1 1077944384 338 0 0 0 0 0 0 0 20 0 15 0 248170708 14424936448 128645 33554432000 4194304 4196468 140725043294640 140669519779824 140669977647746 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38678528 140725043299412 140725043299593 140725043299593 140725043302351 0

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


[startup+27.2015 s]
/proc/loadavg: 2.87 2.22 2.05 6/221 4395
/proc/meminfo: memFree=11735804/32770624 swapFree=67108688/67108860
[pid=4379] ppid=4376 vsize=14088900 memory=11764104 CPUtime=68.18 cores=1,3,5,7
/proc/4379/stat : 4379 (java) S 4376 4379 2816 0 -1 1077944320 444624 0 0 0 5737 1081 0 0 20 0 15 0 248170706 14427033600 2941026 33554432000 4194304 4196468 140725043294640 140725043277184 140669977636599 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 38678528 140725043299412 140725043299593 140725043299593 140725043302351 0
/proc/4379/statm: 3522225 2941026 3591 1 0 3484297 0
[pid=4379/tid=4381] ppid=4376 vsize=14088900 memory=8112282956445269571 CPUtime=13.06 cores=1,3,5,7
/proc/4379/task/4381/stat : 4381 (java) S 4376 4379 2816 0 -1 1077944384 26758 0 0 0 1282 24 0 0 20 0 15 0 248170706 14427033600 2941026 33554432000 4194304 4196468 140725043294640 140669981872192 140669977646805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 38678528 140725043299412 140725043299593 140725043299593 140725043302351 0
[pid=4379/tid=4382] ppid=4376 vsize=14088900 memory=67504 CPUtime=12.83 cores=1,3,5,7
/proc/4379/task/4382/stat : 4382 (java) R 4376 4379 2816 0 -1 4202560 75359 0 0 0 1044 239 0 0 20 0 15 0 248170707 14427033600 2941026 33554432000 4194304 4196468 140725043294640 140669915236944 140669970264807 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38678528 140725043299412 140725043299593 140725043299593 140725043302351 0
[pid=4379/tid=4383] ppid=4376 vsize=14088900 memory=2316 CPUtime=12.93 cores=1,3,5,7
/proc/4379/task/4383/stat : 4383 (java) R 4376 4379 2816 0 -1 4202560 70950 0 0 0 1022 271 0 0 20 0 15 0 248170707 14427033600 2941026 33554432000 4194304 4196468 140725043294640 140669914184480 140669970739578 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 38678528 140725043299412 140725043299593 140725043299593 140725043302351 0
[pid=4379/tid=4384] ppid=4376 vsize=14088900 memory=1220 CPUtime=12.9 cores=1,3,5,7
/proc/4379/task/4384/stat : 4384 (java) R 4376 4379 2816 0 -1 4202560 164414 0 0 0 1027 263 0 0 20 0 15 0 248170707 14427033600 2941026 33554432000 4194304 4196468 140725043294640 140669913131856 140669970264807 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38678528 140725043299412 140725043299593 140725043299593 140725043302351 0
[pid=4379/tid=4385] ppid=4376 vsize=14088900 memory=1756 CPUtime=12.81 cores=1,3,5,7
/proc/4379/task/4385/stat : 4385 (java) R 4376 4379 2816 0 -1 4202560 67526 0 0 0 1007 274 0 0 20 0 15 0 248170707 14427033600 2941026 33554432000 4194304 4196468 140725043294640 140669912079312 140669970264807 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38678528 140725043299412 140725043299593 140725043299593 140725043302351 0
[pid=4379/tid=4386] ppid=4376 vsize=14088900 memory=872 CPUtime=1.06 cores=1,3,5,7
/proc/4379/task/4386/stat : 4386 (java) S 4376 4379 2816 0 -1 1077944384 29016 0 0 0 104 2 0 0 20 0 15 0 248170708 14427033600 2941026 33554432000 4194304 4196468 140725043294640 140669519778384 140669977646805 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38678528 140725043299412 140725043299593 140725043299593 140725043302351 0
[pid=4379/tid=4387] ppid=4376 vsize=14088900 memory=4216 CPUtime=0 cores=1,3,5,7
/proc/4379/task/4387/stat : 4387 (java) S 4376 4379 2816 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 15 0 248170709 14427033600 2941026 33554432000 4194304 4196468 140725043294640 140669518726112 140669977646805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38678528 140725043299412 140725043299593 140725043299593 140725043302351 0
[pid=4379/tid=4388] ppid=4376 vsize=14088900 memory=752 CPUtime=0 cores=1,3,5,7
/proc/4379/task/4388/stat : 4388 (java) S 4376 4379 2816 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 248170709 14427033600 2941026 33554432000 4194304 4196468 140725043294640 140669517673472 140669977646805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38678528 140725043299412 140725043299593 140725043299593 140725043302351 0
[pid=4379/tid=4389] ppid=4376 vsize=14088900 memory=3732 CPUtime=0 cores=1,3,5,7
/proc/4379/task/4389/stat : 4389 (java) S 4376 4379 2816 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 248170711 14427033600 2941026 33554432000 4194304 4196468 140725043294640 140669516622032 140669977655195 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38678528 140725043299412 140725043299593 140725043299593 140725043302351 0
[pid=4379/tid=4390] ppid=4376 vsize=14088900 memory=288230574492221466 CPUtime=1.05 cores=1,3,5,7
/proc/4379/task/4390/stat : 4390 (java) S 4376 4379 2816 0 -1 1077944384 3272 0 0 0 104 1 0 0 20 0 15 0 248170712 14427033600 2941026 33554432000 4194304 4196468 140725043294640 140669515569648 140669977647746 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38678528 140725043299412 140725043299593 140725043299593 140725043302351 0
[pid=4379/tid=4391] ppid=4376 vsize=14088900 memory=288230596050944315 CPUtime=0.93 cores=1,3,5,7
/proc/4379/task/4391/stat : 4391 (java) S 4376 4379 2816 0 -1 1077944384 2333 0 0 0 92 1 0 0 20 0 15 0 248170712 14427033600 2941026 33554432000 4194304 4196468 140725043294640 140669514517104 140669977647746 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38678528 140725043299412 140725043299593 140725043299593 140725043302351 0
[pid=4379/tid=4392] ppid=4376 vsize=14088900 memory=15538518206188108 CPUtime=0.52 cores=1,3,5,7
/proc/4379/task/4392/stat : 4392 (java) S 4376 4379 2816 0 -1 1077944384 2509 0 0 0 52 0 0 0 20 0 15 0 248170712 14427033600 2941026 33554432000 4194304 4196468 140725043294640 140669513464560 140669977647746 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38678528 140725043299412 140725043299593 140725043299593 140725043302351 0
[pid=4379/tid=4393] ppid=4376 vsize=14088900 memory=4100 CPUtime=0 cores=1,3,5,7
/proc/4379/task/4393/stat : 4393 (java) S 4376 4379 2816 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 248170712 14427033600 2941026 33554432000 4194304 4196468 140725043294640 140669512412256 140669977646805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38678528 140725043299412 140725043299593 140725043299593 140725043302351 0
[pid=4379/tid=4394] ppid=4376 vsize=14088900 memory=1408 CPUtime=0.01 cores=1,3,5,7
/proc/4379/task/4394/stat : 4394 (java) S 4376 4379 2816 0 -1 1077944384 1084 0 0 0 1 0 0 0 20 0 15 0 248170713 14427033600 2941026 33554432000 4194304 4196468 140725043294640 140669511358768 140669977647746 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38678528 140725043299412 140725043299593 140725043299593 140725043302351 0
Current children cumulated CPU time: 68.18 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 11764104 KiB

[startup+28.0015 s]*
/proc/loadavg: 2.87 2.22 2.05 6/221 4395
/proc/meminfo: memFree=11735680/32770624 swapFree=67108688/67108860
[pid=4379] ppid=4376 vsize=14088900 memory=11764104 CPUtime=71.31 cores=1,3,5,7
/proc/4379/stat : 4379 (java) S 4376 4379 2816 0 -1 1077944320 444624 0 0 0 6049 1082 0 0 20 0 15 0 248170706 14427033600 2941026 33554432000 4194304 4196468 140725043294640 140725043277184 140669977636599 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 38678528 140725043299412 140725043299593 140725043299593 140725043302351 0
/proc/4379/statm: 3522225 2941026 3591 1 0 3484297 0
[pid=4379/tid=4381] ppid=4376 vsize=14088900 memory=8112282956445269571 CPUtime=13.06 cores=1,3,5,7
/proc/4379/task/4381/stat : 4381 (java) S 4376 4379 2816 0 -1 1077944384 26758 0 0 0 1282 24 0 0 20 0 15 0 248170706 14427033600 2941026 33554432000 4194304 4196468 140725043294640 140669981872192 140669977646805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 38678528 140725043299412 140725043299593 140725043299593 140725043302351 0
[pid=4379/tid=4382] ppid=4376 vsize=14088900 memory=4872558044660077418 CPUtime=13.62 cores=1,3,5,7
/proc/4379/task/4382/stat : 4382 (java) R 4376 4379 2816 0 -1 4202560 75359 0 0 0 1122 240 0 0 20 0 15 0 248170707 14427033600 2941026 33554432000 4194304 4196468 140725043294640 140669915236944 140669970264807 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38678528 140725043299412 140725043299593 140725043299593 140725043302351 0
[pid=4379/tid=4383] ppid=4376 vsize=14088900 memory=11763980 CPUtime=13.72 cores=1,3,5,7
/proc/4379/task/4383/stat : 4383 (java) R 4376 4379 2816 0 -1 4202560 70950 0 0 0 1101 271 0 0 20 0 15 0 248170707 14427033600 2941026 33554432000 4194304 4196468 140725043294640 140669914184480 140669970739585 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 38678528 140725043299412 140725043299593 140725043299593 140725043302351 0
[pid=4379/tid=4384] ppid=4376 vsize=14088900 memory=8112282956445269571 CPUtime=13.67 cores=1,3,5,7
/proc/4379/task/4384/stat : 4384 (java) R 4376 4379 2816 0 -1 4202560 164414 0 0 0 1104 263 0 0 20 0 15 0 248170707 14427033600 2941026 33554432000 4194304 4196468 140725043294640 140669913131856 140669970264807 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38678528 140725043299412 140725043299593 140725043299593 140725043302351 0
[pid=4379/tid=4385] ppid=4376 vsize=14088900 memory=4872558044660077418 CPUtime=13.59 cores=1,3,5,7
/proc/4379/task/4385/stat : 4385 (java) S 4376 4379 2816 0 -1 1077944384 67526 0 0 0 1085 274 0 0 20 0 15 0 248170707 14427033600 2941026 33554432000 4194304 4196468 140725043294640 140669912079312 140669977647746 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38678528 140725043299412 140725043299593 140725043299593 140725043302351 0
[pid=4379/tid=4386] ppid=4376 vsize=14088900 memory=7584172172082901604 CPUtime=1.06 cores=1,3,5,7
/proc/4379/task/4386/stat : 4386 (java) S 4376 4379 2816 0 -1 1077944384 29016 0 0 0 104 2 0 0 20 0 15 0 248170708 14427033600 2941026 33554432000 4194304 4196468 140725043294640 140669519778384 140669977646805 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38678528 140725043299412 140725043299593 140725043299593 140725043302351 0
[pid=4379/tid=4387] ppid=4376 vsize=14088900 memory=6945507666079274341 CPUtime=0 cores=1,3,5,7
/proc/4379/task/4387/stat : 4387 (java) S 4376 4379 2816 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 15 0 248170709 14427033600 2941026 33554432000 4194304 4196468 140725043294640 140669518726112 140669977646805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38678528 140725043299412 140725043299593 140725043299593 140725043302351 0
[pid=4379/tid=4388] ppid=4376 vsize=14088900 memory=8243114992657236051 CPUtime=0 cores=1,3,5,7
/proc/4379/task/4388/stat : 4388 (java) S 4376 4379 2816 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 248170709 14427033600 2941026 33554432000 4194304 4196468 140725043294640 140669517673472 140669977646805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38678528 140725043299412 140725043299593 140725043299593 140725043302351 0
[pid=4379/tid=4389] ppid=4376 vsize=14088900 memory=288289995482202991 CPUtime=0 cores=1,3,5,7
/proc/4379/task/4389/stat : 4389 (java) S 4376 4379 2816 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 248170711 14427033600 2941026 33554432000 4194304 4196468 140725043294640 140669516622032 140669977655195 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38678528 140725043299412 140725043299593 140725043299593 140725043302351 0
[pid=4379/tid=4390] ppid=4376 vsize=14088900 memory=4715433313220523562 CPUtime=1.05 cores=1,3,5,7
/proc/4379/task/4390/stat : 4390 (java) S 4376 4379 2816 0 -1 1077944384 3272 0 0 0 104 1 0 0 20 0 15 0 248170712 14427033600 2941026 33554432000 4194304 4196468 140725043294640 140669515569648 140669977647746 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38678528 140725043299412 140725043299593 140725043299593 140725043302351 0
[pid=4379/tid=4391] ppid=4376 vsize=14088900 memory=7822038051842261661 CPUtime=0.93 cores=1,3,5,7
/proc/4379/task/4391/stat : 4391 (java) S 4376 4379 2816 0 -1 1077944384 2333 0 0 0 92 1 0 0 20 0 15 0 248170712 14427033600 2941026 33554432000 4194304 4196468 140725043294640 140669514517104 140669977647746 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38678528 140725043299412 140725043299593 140725043299593 140725043302351 0
[pid=4379/tid=4392] ppid=4376 vsize=14088900 memory=-6520471753822164382 CPUtime=0.52 cores=1,3,5,7
/proc/4379/task/4392/stat : 4392 (java) S 4376 4379 2816 0 -1 1077944384 2509 0 0 0 52 0 0 0 20 0 15 0 248170712 14427033600 2941026 33554432000 4194304 4196468 140725043294640 140669513464560 140669977647746 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38678528 140725043299412 140725043299593 140725043299593 140725043302351 0
[pid=4379/tid=4393] ppid=4376 vsize=14088900 memory=8243114992657236051 CPUtime=0 cores=1,3,5,7
/proc/4379/task/4393/stat : 4393 (java) S 4376 4379 2816 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 248170712 14427033600 2941026 33554432000 4194304 4196468 140725043294640 140669512412256 140669977646805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38678528 140725043299412 140725043299593 140725043299593 140725043302351 0
[pid=4379/tid=4394] ppid=4376 vsize=14088900 memory=3824 CPUtime=0.01 cores=1,3,5,7
/proc/4379/task/4394/stat : 4394 (java) S 4376 4379 2816 0 -1 1077944384 1084 0 0 0 1 0 0 0 20 0 15 0 248170713 14427033600 2941026 33554432000 4194304 4196468 140725043294640 140669511358768 140669977647746 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38678528 140725043299412 140725043299593 140725043299593 140725043302351 0
Current children cumulated CPU time: 71.31 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 11764104 KiB

[startup+28.4007 s]
/proc/loadavg: 2.87 2.22 2.05 6/221 4395
/proc/meminfo: memFree=11735680/32770624 swapFree=67108688/67108860
[pid=4379] ppid=4376 vsize=14088900 memory=11764368 CPUtime=72.57 cores=1,3,5,7
/proc/4379/stat : 4379 (java) S 4376 4379 2816 0 -1 1077944320 484026 0 0 0 6173 1084 0 0 20 0 15 0 248170706 14427033600 2941092 33554432000 4194304 4196468 140725043294640 140725043277184 140669977636599 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 38678528 140725043299412 140725043299593 140725043299593 140725043302351 0
/proc/4379/statm: 3522225 2941092 3591 1 0 3484297 0
[pid=4379/tid=4381] ppid=4376 vsize=14088900 memory=0 CPUtime=13.06 cores=1,3,5,7
/proc/4379/task/4381/stat : 4381 (java) S 4376 4379 2816 0 -1 1077944384 26760 0 0 0 1282 24 0 0 20 0 15 0 248170706 14427033600 2941092 33554432000 4194304 4196468 140725043294640 140669981872192 140669977646805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 38678528 140725043299412 140725043299593 140725043299593 140725043302351 0
[pid=4379/tid=4382] ppid=4376 vsize=14088900 memory=0 CPUtime=13.9 cores=1,3,5,7
/proc/4379/task/4382/stat : 4382 (java) S 4376 4379 2816 0 -1 1077944384 99862 0 0 0 1149 241 0 0 20 0 15 0 248170707 14427033600 2941092 33554432000 4194304 4196468 140725043294640 140669915237136 140669977646805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38678528 140725043299412 140725043299593 140725043299593 140725043302351 0
[pid=4379/tid=4383] ppid=4376 vsize=14088900 memory=8112282956445269571 CPUtime=14.01 cores=1,3,5,7
/proc/4379/task/4383/stat : 4383 (java) S 4376 4379 2816 0 -1 1077944384 78443 0 0 0 1130 271 0 0 20 0 15 0 248170707 14427033600 2941092 33554432000 4194304 4196468 140725043294640 140669914184592 140669977646805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38678528 140725043299412 140725043299593 140725043299593 140725043302351 0
[pid=4379/tid=4384] ppid=4376 vsize=14088900 memory=7636 CPUtime=13.96 cores=1,3,5,7
/proc/4379/task/4384/stat : 4384 (java) S 4376 4379 2816 0 -1 1077944384 164425 0 0 0 1133 263 0 0 20 0 15 0 248170707 14427033600 2941092 33554432000 4194304 4196468 140725043294640 140669913132048 140669977646805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38678528 140725043299412 140725043299593 140725043299593 140725043302351 0
[pid=4379/tid=4385] ppid=4376 vsize=14088900 memory=804 CPUtime=13.88 cores=1,3,5,7
/proc/4379/task/4385/stat : 4385 (java) S 4376 4379 2816 0 -1 1077944384 73270 0 0 0 1113 275 0 0 20 0 15 0 248170707 14427033600 2941092 33554432000 4194304 4196468 140725043294640 140669912079504 140669977646805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38678528 140725043299412 140725043299593 140725043299593 140725043302351 0
[pid=4379/tid=4386] ppid=4376 vsize=14088900 memory=1796 CPUtime=1.16 cores=1,3,5,7
/proc/4379/task/4386/stat : 4386 (java) R 4376 4379 2816 0 -1 4202560 30663 0 0 0 114 2 0 0 20 0 15 0 248170708 14427033600 2941092 33554432000 4194304 4196468 140725043294640 140669519778368 140669956006779 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38678528 140725043299412 140725043299593 140725043299593 140725043302351 0
[pid=4379/tid=4387] ppid=4376 vsize=14088900 memory=916 CPUtime=0 cores=1,3,5,7
/proc/4379/task/4387/stat : 4387 (java) S 4376 4379 2816 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 248170709 14427033600 2941092 33554432000 4194304 4196468 140725043294640 140669518725648 140669977647746 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38678528 140725043299412 140725043299593 140725043299593 140725043302351 0
[pid=4379/tid=4388] ppid=4376 vsize=14088900 memory=3852 CPUtime=0 cores=1,3,5,7
/proc/4379/task/4388/stat : 4388 (java) S 4376 4379 2816 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 248170709 14427033600 2941092 33554432000 4194304 4196468 140725043294640 140669517673472 140669977646805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38678528 140725043299412 140725043299593 140725043299593 140725043302351 0
[pid=4379/tid=4389] ppid=4376 vsize=14088900 memory=3292 CPUtime=0 cores=1,3,5,7
/proc/4379/task/4389/stat : 4389 (java) S 4376 4379 2816 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 248170711 14427033600 2941092 33554432000 4194304 4196468 140725043294640 140669516622032 140669977655195 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38678528 140725043299412 140725043299593 140725043299593 140725043302351 0
[pid=4379/tid=4390] ppid=4376 vsize=14088900 memory=2708 CPUtime=1.05 cores=1,3,5,7
/proc/4379/task/4390/stat : 4390 (java) S 4376 4379 2816 0 -1 1077944384 3272 0 0 0 104 1 0 0 20 0 15 0 248170712 14427033600 2941092 33554432000 4194304 4196468 140725043294640 140669515569648 140669977647746 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38678528 140725043299412 140725043299593 140725043299593 140725043302351 0
[pid=4379/tid=4391] ppid=4376 vsize=14088900 memory=4100 CPUtime=0.93 cores=1,3,5,7
/proc/4379/task/4391/stat : 4391 (java) S 4376 4379 2816 0 -1 1077944384 2333 0 0 0 92 1 0 0 20 0 15 0 248170712 14427033600 2941092 33554432000 4194304 4196468 140725043294640 140669514517104 140669977647746 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38678528 140725043299412 140725043299593 140725043299593 140725043302351 0
[pid=4379/tid=4392] ppid=4376 vsize=14088900 memory=1408 CPUtime=0.52 cores=1,3,5,7
/proc/4379/task/4392/stat : 4392 (java) S 4376 4379 2816 0 -1 1077944384 2509 0 0 0 52 0 0 0 20 0 15 0 248170712 14427033600 2941092 33554432000 4194304 4196468 140725043294640 140669513464560 140669977647746 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38678528 140725043299412 140725043299593 140725043299593 140725043302351 0
[pid=4379/tid=4393] ppid=4376 vsize=14088900 memory=2776 CPUtime=0 cores=1,3,5,7
/proc/4379/task/4393/stat : 4393 (java) S 4376 4379 2816 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 248170712 14427033600 2941092 33554432000 4194304 4196468 140725043294640 140669512412256 140669977646805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38678528 140725043299412 140725043299593 140725043299593 140725043302351 0
[pid=4379/tid=4394] ppid=4376 vsize=14088900 memory=896580 CPUtime=0.02 cores=1,3,5,7
/proc/4379/task/4394/stat : 4394 (java) S 4376 4379 2816 0 -1 1077944384 1084 0 0 0 1 1 0 0 20 0 15 0 248170713 14427033600 2941092 33554432000 4194304 4196468 140725043294640 140669511358768 140669977647746 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38678528 140725043299412 140725043299593 140725043299593 140725043302351 0
Current children cumulated CPU time: 72.57 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 11764368 KiB

[startup+28.8015 s]
/proc/loadavg: 2.87 2.22 2.05 6/221 4395
/proc/meminfo: memFree=11735680/32770624 swapFree=67108688/67108860
[pid=4379] ppid=4376 vsize=14088900 memory=11764412 CPUtime=73.67 cores=1,3,5,7
/proc/4379/stat : 4379 (java) S 4376 4379 2816 0 -1 1077944320 484339 0 0 0 6282 1085 0 0 20 0 15 0 248170706 14427033600 2941103 33554432000 4194304 4196468 140725043294640 140725043277184 140669977636599 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 38678528 140725043299412 140725043299593 140725043299593 140725043302351 0
/proc/4379/statm: 3522225 2941103 3592 1 0 3484297 0
[pid=4379/tid=4381] ppid=4376 vsize=14088900 memory=11763740 CPUtime=13.06 cores=1,3,5,7
/proc/4379/task/4381/stat : 4381 (java) S 4376 4379 2816 0 -1 1077944384 26837 0 0 0 1282 24 0 0 20 0 15 0 248170706 14427033600 2941103 33554432000 4194304 4196468 140725043294640 140669981876032 140669977646805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 38678528 140725043299412 140725043299593 140725043299593 140725043302351 0
[pid=4379/tid=4382] ppid=4376 vsize=14088900 memory=1068 CPUtime=14.13 cores=1,3,5,7
/proc/4379/task/4382/stat : 4382 (java) S 4376 4379 2816 0 -1 1077944384 99865 0 0 0 1172 241 0 0 20 0 15 0 248170707 14427033600 2941103 33554432000 4194304 4196468 140725043294640 140669915237136 140669977646805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38678528 140725043299412 140725043299593 140725043299593 140725043302351 0
[pid=4379/tid=4383] ppid=4376 vsize=14088900 memory=1220 CPUtime=14.25 cores=1,3,5,7
/proc/4379/task/4383/stat : 4383 (java) S 4376 4379 2816 0 -1 1077944384 78588 0 0 0 1154 271 0 0 20 0 15 0 248170707 14427033600 2941103 33554432000 4194304 4196468 140725043294640 140669914184592 140669977646805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38678528 140725043299412 140725043299593 140725043299593 140725043302351 0
[pid=4379/tid=4384] ppid=4376 vsize=14088900 memory=11764104 CPUtime=14.19 cores=1,3,5,7
/proc/4379/task/4384/stat : 4384 (java) S 4376 4379 2816 0 -1 1077944384 164479 0 0 0 1156 263 0 0 20 0 15 0 248170707 14427033600 2941103 33554432000 4194304 4196468 140725043294640 140669913132048 140669977646805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38678528 140725043299412 140725043299593 140725043299593 140725043302351 0
[pid=4379/tid=4385] ppid=4376 vsize=14088900 memory=11764092 CPUtime=14.11 cores=1,3,5,7
/proc/4379/task/4385/stat : 4385 (java) S 4376 4379 2816 0 -1 1077944384 73302 0 0 0 1136 275 0 0 20 0 15 0 248170707 14427033600 2941103 33554432000 4194304 4196468 140725043294640 140669912079504 140669977646805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38678528 140725043299412 140725043299593 140725043299593 140725043302351 0
[pid=4379/tid=4386] ppid=4376 vsize=14088900 memory=7516622489851682903 CPUtime=1.32 cores=1,3,5,7
/proc/4379/task/4386/stat : 4386 (java) R 4376 4379 2816 0 -1 4202560 30665 0 0 0 130 2 0 0 20 0 15 0 248170708 14427033600 2941103 33554432000 4194304 4196468 140725043294640 140669519778256 140669956006779 0 0 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 38678528 140725043299412 140725043299593 140725043299593 140725043302351 0
[pid=4379/tid=4387] ppid=4376 vsize=14088900 memory=7596273409892897897 CPUtime=0 cores=1,3,5,7
/proc/4379/task/4387/stat : 4387 (java) S 4376 4379 2816 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 248170709 14427033600 2941103 33554432000 4194304 4196468 140725043294640 140669518726112 140669977646805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38678528 140725043299412 140725043299593 140725043299593 140725043302351 0
[pid=4379/tid=4388] ppid=4376 vsize=14088900 memory=1068 CPUtime=0 cores=1,3,5,7
/proc/4379/task/4388/stat : 4388 (java) S 4376 4379 2816 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 248170709 14427033600 2941103 33554432000 4194304 4196468 140725043294640 140669517673472 140669977646805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38678528 140725043299412 140725043299593 140725043299593 140725043302351 0
[pid=4379/tid=4389] ppid=4376 vsize=14088900 memory=1220 CPUtime=0 cores=1,3,5,7
/proc/4379/task/4389/stat : 4389 (java) S 4376 4379 2816 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 248170711 14427033600 2941103 33554432000 4194304 4196468 140725043294640 140669516622032 140669977655195 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38678528 140725043299412 140725043299593 140725043299593 140725043302351 0
[pid=4379/tid=4390] ppid=4376 vsize=14088900 memory=1612 CPUtime=1.05 cores=1,3,5,7
/proc/4379/task/4390/stat : 4390 (java) S 4376 4379 2816 0 -1 1077944384 3272 0 0 0 104 1 0 0 20 0 15 0 248170712 14427033600 2941103 33554432000 4194304 4196468 140725043294640 140669515569648 140669977647746 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38678528 140725043299412 140725043299593 140725043299593 140725043302351 0
[pid=4379/tid=4391] ppid=4376 vsize=14088900 memory=1808 CPUtime=0.93 cores=1,3,5,7
/proc/4379/task/4391/stat : 4391 (java) S 4376 4379 2816 0 -1 1077944384 2333 0 0 0 92 1 0 0 20 0 15 0 248170712 14427033600 2941103 33554432000 4194304 4196468 140725043294640 140669514517104 140669977647746 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38678528 140725043299412 140725043299593 140725043299593 140725043302351 0
[pid=4379/tid=4392] ppid=4376 vsize=14088900 memory=8696 CPUtime=0.52 cores=1,3,5,7
/proc/4379/task/4392/stat : 4392 (java) S 4376 4379 2816 0 -1 1077944384 2509 0 0 0 52 0 0 0 20 0 15 0 248170712 14427033600 2941103 33554432000 4194304 4196468 140725043294640 140669513464560 140669977647746 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38678528 140725043299412 140725043299593 140725043299593 140725043302351 0
[pid=4379/tid=4393] ppid=4376 vsize=14088900 memory=14884 CPUtime=0 cores=1,3,5,7
/proc/4379/task/4393/stat : 4393 (java) S 4376 4379 2816 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 248170712 14427033600 2941103 33554432000 4194304 4196468 140725043294640 140669512412256 140669977646805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38678528 140725043299412 140725043299593 140725043299593 140725043302351 0
[pid=4379/tid=4394] ppid=4376 vsize=14088900 memory=15784 CPUtime=0.02 cores=1,3,5,7
/proc/4379/task/4394/stat : 4394 (java) S 4376 4379 2816 0 -1 1077944384 1084 0 0 0 1 1 0 0 20 0 15 0 248170713 14427033600 2941103 33554432000 4194304 4196468 140725043294640 140669511358768 140669977647746 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38678528 140725043299412 140725043299593 140725043299593 140725043302351 0
Current children cumulated CPU time: 73.67 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 11764412 KiB

[startup+28.9006 s]*
/proc/loadavg: 2.87 2.22 2.05 3/208 4396
/proc/meminfo: memFree=17410204/32770624 swapFree=67108688/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 1
Real time (s): 28.9424
CPU time (s): 73.8206
CPU user time (s): 62.8667
CPU system time (s): 10.9539
CPU usage (%): 255.06
Max. virtual memory (cumulated for all children) (KiB): 14088900
Max. memory (cumulated for all children) (KiB): 11764412

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 62.8667
system time used= 10.9539
maximum resident set size= 11764412
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 484525
page faults= 0
swaps= 0
block input operations= 8
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10822
involuntary context switches= 588


# summary of solver processes directly reported to runsolver:
#   pid: 4379
#   total CPU time (s): 73.8206
#   total CPU user time (s): 62.8667
#   total CPU system time (s): 10.9539

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.204607 second user time and 0.360149 second system time

The end

Launcher Data

Begin job on node134 at 2018-08-15 06:07:55
IDJOB=4308410
IDBENCH=141312
IDSOLVER=2792
FILE ID=node134/4308410-1534306073
RUNJOBID= node134-1534293823-2848
PBS_JOBID= 21038145
Free space on /tmp= 43252 MiB

SOLVER NAME= OscaR - Hybrid 2018-08-14
BENCH NAME= XCSP18/CrosswordDesign/CrosswordDesign-14-4-rom_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-hybrid.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4308410-1534306073/watcher-4308410-1534306073 -o /tmp/evaluation-result-4308410-1534306073/solver-4308410-1534306073 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1534293823-2848 --watchdog 2580  java -Xmx11000m -jar oscarCPXcsp3-hybrid.jar --randomseed 1475064384 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4308410-1534306073.xml

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

MD5SUM BENCH= 52d67a2c2b92da49d73f7cfe8dcb2e5e
RANDOM SEED=1475064384

node134.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.68
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.68
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.68
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.68
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:        23726920 kB
MemAvailable:   31229268 kB
Buffers:          194208 kB
Cached:          7522224 kB
SwapCached:           32 kB
Active:          4777524 kB
Inactive:        3661824 kB
Active(anon):     672056 kB
Inactive(anon):   111440 kB
Active(file):    4105468 kB
Inactive(file):  3550384 kB
Unevictable:        7392 kB
Mlocked:            7392 kB
SwapTotal:      67108860 kB
SwapFree:       67108688 kB
Dirty:            156068 kB
Writeback:             0 kB
AnonPages:        730516 kB
Mapped:            68616 kB
Shmem:             57844 kB
Slab:             303128 kB
SReclaimable:     274956 kB
SUnreclaim:        28172 kB
KernelStack:        3584 kB
PageTables:         6964 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2038916 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    604160 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 43216 MiB
End job on node134 at 2018-08-15 06:08:24