Trace number 4307820

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 - Conflict Ordering with restarts 2018-08-14? 69.7593 25.1505

General information on the benchmark

NameCrosswordDesign/
CrosswordDesign-10-4-rom_c18.xml
MD5SUM1ce90bfeea193be77ab92ac06e9a3657
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark84
Best CPU time to get the best result obtained on this benchmark2520.4
Satisfiable
(Un)Satisfiability was proved
Number of variables340
Number of constraints80
Number of domains5
Minimum domain size2
Maximum domain size102325
Distribution of domain sizes[{"size":2,"count":20},{"size":11,"count":140},{"size":27,"count":100},{"size":102325,"count":80}]
Minimum variable degree1
Maximum variable degree8
Distribution of variable degrees[{"degree":1,"count":100},{"degree":2,"count":140},{"degree":8,"count":100}]
Minimum constraint arity13
Maximum constraint arity14
Distribution of constraint arities[{"arity":13,"count":20},{"arity":14,"count":60}]
Number of extensional constraints80
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":80}]
Optimization problemYES
Type of objectivemax SUM

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4307820-1534288756/watcher-4307820-1534288756 -o /tmp/evaluation-result-4307820-1534288756/solver-4307820-1534288756 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1534271267-32166 --watchdog 2580 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 1484103006 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4307820-1534288756.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 threadsolver pid=1561, runsolver pid=1558

Starting watchdog threadsolver pid=1561, runsolver pid=1558

Current StackSize limit: 8192 KiB


[startup+0.109974 s]*
/proc/loadavg: 1.12 1.31 1.40 4/219 1576
/proc/meminfo: memFree=24236748/32770624 swapFree=67108688/67108860
[pid=1561] ppid=1558 vsize=14082736 memory=31980 CPUtime=0.13 cores=1,3,5,7
/proc/1561/stat : 1561 (java) S 1558 1561 30369 0 -1 1077944320 6872 0 0 0 12 1 0 0 20 0 15 0 246438843 14420721664 7995 33554432000 4194304 4196468 140722482928192 140722482910736 139649048944375 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 14655488 140722482930760 140722482930953 140722482930953 140722482933711 0
/proc/1561/statm: 3520684 7995 3167 1 0 3482761 0
[pid=1561/tid=1563] ppid=1558 vsize=14082736 memory=-8171376296011865461 CPUtime=0.09 cores=1,3,5,7
/proc/1561/task/1563/stat : 1563 (java) R 1558 1561 30369 0 -1 4202560 5202 0 0 0 9 0 0 0 20 0 15 0 246438844 14420721664 8259 33554432000 4194304 4196468 140722482928192 139649053150128 139649029220189 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14655488 140722482930760 140722482930953 140722482930953 140722482933711 0
[pid=1561/tid=1564] ppid=1558 vsize=14082736 memory=5792869726567804975 CPUtime=0 cores=1,3,5,7
/proc/1561/task/1564/stat : 1564 (java) S 1558 1561 30369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246438844 14420721664 8259 33554432000 4194304 4196468 140722482928192 139648986545168 139649048954581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14655488 140722482930760 140722482930953 140722482930953 140722482933711 0
[pid=1561/tid=1565] ppid=1558 vsize=14082736 memory=140402751563392 CPUtime=0 cores=1,3,5,7
/proc/1561/task/1565/stat : 1565 (java) S 1558 1561 30369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246438844 14420721664 8259 33554432000 4194304 4196468 140722482928192 139648985492624 139649048954581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14655488 140722482930760 140722482930953 140722482930953 140722482933711 0
[pid=1561/tid=1566] ppid=1558 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1561/task/1566/stat : 1566 (java) S 1558 1561 30369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246438844 14420721664 8259 33554432000 4194304 4196468 140722482928192 139648984439568 139649048954581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14655488 140722482930760 140722482930953 140722482930953 140722482933711 0
[pid=1561/tid=1567] ppid=1558 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1561/task/1567/stat : 1567 (java) S 1558 1561 30369 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 246438844 14420721664 8259 33554432000 4194304 4196468 140722482928192 139648641276816 139649048954581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14655488 140722482930760 140722482930953 140722482930953 140722482933711 0
[pid=1561/tid=1568] ppid=1558 vsize=14082736 memory=140402751563392 CPUtime=0 cores=1,3,5,7
/proc/1561/task/1568/stat : 1568 (java) S 1558 1561 30369 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 246438846 14420721664 8259 33554432000 4194304 4196468 140722482928192 139647961204976 139649048955522 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14655488 140722482930760 140722482930953 140722482930953 140722482933711 0
[pid=1561/tid=1569] ppid=1558 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1561/task/1569/stat : 1569 (java) S 1558 1561 30369 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 246438846 14420721664 8259 33554432000 4194304 4196468 140722482928192 139647960151200 139649048954581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14655488 140722482930760 140722482930953 140722482930953 140722482933711 0
[pid=1561/tid=1570] ppid=1558 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1561/task/1570/stat : 1570 (java) S 1558 1561 30369 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 246438846 14420721664 8325 33554432000 4194304 4196468 140722482928192 139647959098096 139649048954581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14655488 140722482930760 140722482930953 140722482930953 140722482933711 0
[pid=1561/tid=1571] ppid=1558 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1561/task/1571/stat : 1571 (java) S 1558 1561 30369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246438849 14420721664 8325 33554432000 4194304 4196468 140722482928192 139647958046672 139649048962971 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14655488 140722482930760 140722482930953 140722482930953 140722482933711 0
[pid=1561/tid=1572] ppid=1558 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1561/task/1572/stat : 1572 (java) S 1558 1561 30369 0 -1 1077944384 306 0 0 0 0 0 0 0 20 0 15 0 246438849 14420721664 8325 33554432000 4194304 4196468 140722482928192 139647956994800 139649048955522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14655488 140722482930760 140722482930953 140722482930953 140722482933711 0
[pid=1561/tid=1573] ppid=1558 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1561/task/1573/stat : 1573 (java) S 1558 1561 30369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246438849 14420721664 8325 33554432000 4194304 4196468 140722482928192 139647955942256 139649048955522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14655488 140722482930760 140722482930953 140722482930953 140722482933711 0
[pid=1561/tid=1574] ppid=1558 vsize=14082736 memory=140402751563392 CPUtime=0.01 cores=1,3,5,7
/proc/1561/task/1574/stat : 1574 (java) S 1558 1561 30369 0 -1 1077944384 268 0 0 0 1 0 0 0 20 0 15 0 246438849 14420721664 8325 33554432000 4194304 4196468 140722482928192 139647954889200 139649048955522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14655488 140722482930760 140722482930953 140722482930953 140722482933711 0
[pid=1561/tid=1575] ppid=1558 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1561/task/1575/stat : 1575 (java) S 1558 1561 30369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246438849 14420721664 8325 33554432000 4194304 4196468 140722482928192 139647953836896 139649048954581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14655488 140722482930760 140722482930953 140722482930953 140722482933711 0
[pid=1561/tid=1576] ppid=1558 vsize=14082736 memory=140402751563392 CPUtime=0 cores=1,3,5,7
/proc/1561/task/1576/stat : 1576 (java) S 1558 1561 30369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246438849 14420721664 8325 33554432000 4194304 4196468 140722482928192 139647952783920 139649048955522 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14655488 140722482930760 140722482930953 140722482930953 140722482933711 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 31980 KiB

[startup+0.213464 s]*
/proc/loadavg: 1.12 1.31 1.40 5/219 1576
/proc/meminfo: memFree=24221624/32770624 swapFree=67108688/67108860
[pid=1561] ppid=1558 vsize=14082736 memory=47516 CPUtime=0.29 cores=1,3,5,7
/proc/1561/stat : 1561 (java) S 1558 1561 30369 0 -1 1077944320 10447 0 0 0 28 1 0 0 20 0 15 0 246438843 14420721664 11879 33554432000 4194304 4196468 140722482928192 140722482910736 139649048944375 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 14655488 140722482930760 140722482930953 140722482930953 140722482933711 0
/proc/1561/statm: 3520684 11879 3367 1 0 3482761 0
[pid=1561/tid=1563] ppid=1558 vsize=14082736 memory=8389772277269004345 CPUtime=0.2 cores=1,3,5,7
/proc/1561/task/1563/stat : 1563 (java) R 1558 1561 30369 0 -1 4202560 8208 0 0 0 19 1 0 0 20 0 15 0 246438844 14420721664 11879 33554432000 4194304 4196468 140722482928192 139649053172720 139649030338109 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14655488 140722482930760 140722482930953 140722482930953 140722482933711 0
[pid=1561/tid=1564] ppid=1558 vsize=14082736 memory=4294967661 CPUtime=0 cores=1,3,5,7
/proc/1561/task/1564/stat : 1564 (java) S 1558 1561 30369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246438844 14420721664 11879 33554432000 4194304 4196468 140722482928192 139648986545168 139649048954581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14655488 140722482930760 140722482930953 140722482930953 140722482933711 0
[pid=1561/tid=1565] ppid=1558 vsize=14082736 memory=3618282641140606624 CPUtime=0 cores=1,3,5,7
/proc/1561/task/1565/stat : 1565 (java) S 1558 1561 30369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246438844 14420721664 11879 33554432000 4194304 4196468 140722482928192 139648985492624 139649048954581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14655488 140722482930760 140722482930953 140722482930953 140722482933711 0
[pid=1561/tid=1566] ppid=1558 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1561/task/1566/stat : 1566 (java) S 1558 1561 30369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246438844 14420721664 11879 33554432000 4194304 4196468 140722482928192 139648984439568 139649048954581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14655488 140722482930760 140722482930953 140722482930953 140722482933711 0
[pid=1561/tid=1567] ppid=1558 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1561/task/1567/stat : 1567 (java) S 1558 1561 30369 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 246438844 14420721664 11879 33554432000 4194304 4196468 140722482928192 139648641276816 139649048954581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14655488 140722482930760 140722482930953 140722482930953 140722482933711 0
[pid=1561/tid=1568] ppid=1558 vsize=14082736 memory=140402751563392 CPUtime=0 cores=1,3,5,7
/proc/1561/task/1568/stat : 1568 (java) S 1558 1561 30369 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 246438846 14420721664 11879 33554432000 4194304 4196468 140722482928192 139647961204976 139649048955522 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14655488 140722482930760 140722482930953 140722482930953 140722482933711 0
[pid=1561/tid=1569] ppid=1558 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1561/task/1569/stat : 1569 (java) S 1558 1561 30369 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 246438846 14420721664 11879 33554432000 4194304 4196468 140722482928192 139647960151200 139649048954581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14655488 140722482930760 140722482930953 140722482930953 140722482933711 0
[pid=1561/tid=1570] ppid=1558 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1561/task/1570/stat : 1570 (java) S 1558 1561 30369 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 246438846 14420721664 11879 33554432000 4194304 4196468 140722482928192 139647959098096 139649048954581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14655488 140722482930760 140722482930953 140722482930953 140722482933711 0
[pid=1561/tid=1571] ppid=1558 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1561/task/1571/stat : 1571 (java) S 1558 1561 30369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246438849 14420721664 11879 33554432000 4194304 4196468 140722482928192 139647958046672 139649048962971 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14655488 140722482930760 140722482930953 140722482930953 140722482933711 0
[pid=1561/tid=1572] ppid=1558 vsize=14082736 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/1561/task/1572/stat : 1572 (java) R 1558 1561 30369 0 -1 1077944384 498 0 0 0 2 0 0 0 20 0 15 0 246438849 14420721664 11879 33554432000 4194304 4196468 140722482928192 139647956994800 139649048955522 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14655488 140722482930760 140722482930953 140722482930953 140722482933711 0
[pid=1561/tid=1573] ppid=1558 vsize=14082736 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/1561/task/1573/stat : 1573 (java) R 1558 1561 30369 0 -1 4202560 104 0 0 0 1 0 0 0 20 0 15 0 246438849 14420721664 11879 33554432000 4194304 4196468 140722482928192 139647955933904 139649041233824 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14655488 140722482930760 140722482930953 140722482930953 140722482933711 0
[pid=1561/tid=1574] ppid=1558 vsize=14082736 memory=140402751563392 CPUtime=0.06 cores=1,3,5,7
/proc/1561/task/1574/stat : 1574 (java) R 1558 1561 30369 0 -1 4202560 296 0 0 0 6 0 0 0 20 0 15 0 246438849 14420721664 11879 33554432000 4194304 4196468 140722482928192 139647954889200 139649030844071 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14655488 140722482930760 140722482930953 140722482930953 140722482933711 0
[pid=1561/tid=1575] ppid=1558 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1561/task/1575/stat : 1575 (java) S 1558 1561 30369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246438849 14420721664 11879 33554432000 4194304 4196468 140722482928192 139647953836896 139649048954581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14655488 140722482930760 140722482930953 140722482930953 140722482933711 0
[pid=1561/tid=1576] ppid=1558 vsize=14082736 memory=140402751563392 CPUtime=0 cores=1,3,5,7
/proc/1561/task/1576/stat : 1576 (java) S 1558 1561 30369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246438849 14420721664 11879 33554432000 4194304 4196468 140722482928192 139647952783920 139649048955522 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14655488 140722482930760 140722482930953 140722482930953 140722482933711 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 47516 KiB

[startup+0.310705 s]*
/proc/loadavg: 1.12 1.31 1.40 3/219 1576
/proc/meminfo: memFree=24218236/32770624 swapFree=67108688/67108860
[pid=1561] ppid=1558 vsize=14082736 memory=50640 CPUtime=0.44 cores=1,3,5,7
/proc/1561/stat : 1561 (java) S 1558 1561 30369 0 -1 1077944320 10856 0 0 0 42 2 0 0 20 0 15 0 246438843 14420721664 12660 33554432000 4194304 4196468 140722482928192 140722482910736 139649048944375 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 14655488 140722482930760 140722482930953 140722482930953 140722482933711 0
/proc/1561/statm: 3520684 12660 3370 1 0 3482761 0
[pid=1561/tid=1563] ppid=1558 vsize=14082736 memory=6935054825532540783 CPUtime=0.29 cores=1,3,5,7
/proc/1561/task/1563/stat : 1563 (java) R 1558 1561 30369 0 -1 4202560 8533 0 0 0 28 1 0 0 20 0 15 0 246438844 14420721664 12660 33554432000 4194304 4196468 140722482928192 139649053155888 139649034110023 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14655488 140722482930760 140722482930953 140722482930953 140722482933711 0
[pid=1561/tid=1564] ppid=1558 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1561/task/1564/stat : 1564 (java) S 1558 1561 30369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246438844 14420721664 12660 33554432000 4194304 4196468 140722482928192 139648986545168 139649048954581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14655488 140722482930760 140722482930953 140722482930953 140722482933711 0
[pid=1561/tid=1565] ppid=1558 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1561/task/1565/stat : 1565 (java) S 1558 1561 30369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246438844 14420721664 12660 33554432000 4194304 4196468 140722482928192 139648985492624 139649048954581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14655488 140722482930760 140722482930953 140722482930953 140722482933711 0
[pid=1561/tid=1566] ppid=1558 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1561/task/1566/stat : 1566 (java) S 1558 1561 30369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246438844 14420721664 12660 33554432000 4194304 4196468 140722482928192 139648984439568 139649048954581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14655488 140722482930760 140722482930953 140722482930953 140722482933711 0
[pid=1561/tid=1567] ppid=1558 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1561/task/1567/stat : 1567 (java) S 1558 1561 30369 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 246438844 14420721664 12660 33554432000 4194304 4196468 140722482928192 139648641276816 139649048954581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14655488 140722482930760 140722482930953 140722482930953 140722482933711 0
[pid=1561/tid=1568] ppid=1558 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1561/task/1568/stat : 1568 (java) S 1558 1561 30369 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 246438846 14420721664 12660 33554432000 4194304 4196468 140722482928192 139647961204976 139649048955522 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14655488 140722482930760 140722482930953 140722482930953 140722482933711 0
[pid=1561/tid=1569] ppid=1558 vsize=14082736 memory=140402615232975 CPUtime=0 cores=1,3,5,7
/proc/1561/task/1569/stat : 1569 (java) S 1558 1561 30369 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 246438846 14420721664 12660 33554432000 4194304 4196468 140722482928192 139647960151200 139649048954581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14655488 140722482930760 140722482930953 140722482930953 140722482933711 0
[pid=1561/tid=1570] ppid=1558 vsize=14082736 memory=67 CPUtime=0 cores=1,3,5,7
/proc/1561/task/1570/stat : 1570 (java) S 1558 1561 30369 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 246438846 14420721664 12660 33554432000 4194304 4196468 140722482928192 139647959098096 139649048954581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14655488 140722482930760 140722482930953 140722482930953 140722482933711 0
[pid=1561/tid=1571] ppid=1558 vsize=14082736 memory=280805230438304 CPUtime=0 cores=1,3,5,7
/proc/1561/task/1571/stat : 1571 (java) S 1558 1561 30369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246438849 14420721664 12660 33554432000 4194304 4196468 140722482928192 139647958046672 139649048962971 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14655488 140722482930760 140722482930953 140722482930953 140722482933711 0
[pid=1561/tid=1572] ppid=1558 vsize=14082736 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/1561/task/1572/stat : 1572 (java) S 1558 1561 30369 0 -1 1077944384 520 0 0 0 3 0 0 0 20 0 15 0 246438849 14420721664 12660 33554432000 4194304 4196468 140722482928192 139647956994800 139649048955522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14655488 140722482930760 140722482930953 140722482930953 140722482933711 0
[pid=1561/tid=1573] ppid=1558 vsize=14082736 memory=140402615221519 CPUtime=0.02 cores=1,3,5,7
/proc/1561/task/1573/stat : 1573 (java) S 1558 1561 30369 0 -1 1077944384 115 0 0 0 2 0 0 0 20 0 15 0 246438849 14420721664 12660 33554432000 4194304 4196468 140722482928192 139647955942256 139649048955522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14655488 140722482930760 140722482930953 140722482930953 140722482933711 0
[pid=1561/tid=1574] ppid=1558 vsize=14082736 memory=280805366794080 CPUtime=0.08 cores=1,3,5,7
/proc/1561/task/1574/stat : 1574 (java) S 1558 1561 30369 0 -1 1077944384 306 0 0 0 8 0 0 0 20 0 15 0 246438849 14420721664 12660 33554432000 4194304 4196468 140722482928192 139647954889200 139649048955522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14655488 140722482930760 140722482930953 140722482930953 140722482933711 0
[pid=1561/tid=1575] ppid=1558 vsize=14082736 memory=140402615226127 CPUtime=0 cores=1,3,5,7
/proc/1561/task/1575/stat : 1575 (java) S 1558 1561 30369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246438849 14420721664 12660 33554432000 4194304 4196468 140722482928192 139647953836896 139649048954581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14655488 140722482930760 140722482930953 140722482930953 140722482933711 0
[pid=1561/tid=1576] ppid=1558 vsize=14082736 memory=140402751563404 CPUtime=0 cores=1,3,5,7
/proc/1561/task/1576/stat : 1576 (java) S 1558 1561 30369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246438849 14420721664 12660 33554432000 4194304 4196468 140722482928192 139647952783920 139649048955522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14655488 140722482930760 140722482930953 140722482930953 140722482933711 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 50640 KiB

[startup+0.700748 s]
/proc/loadavg: 1.12 1.31 1.40 3/219 1576
/proc/meminfo: memFree=24194672/32770624 swapFree=67108688/67108860
[pid=1561] ppid=1558 vsize=14084804 memory=90540 CPUtime=0.98 cores=1,3,5,7
/proc/1561/stat : 1561 (java) S 1558 1561 30369 0 -1 1077944320 17563 0 0 0 94 4 0 0 20 0 15 0 246438843 14422839296 22635 33554432000 4194304 4196468 140722482928192 140722482910736 139649048944375 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 14655488 140722482930760 140722482930953 140722482930953 140722482933711 0
/proc/1561/statm: 3521201 22635 3499 1 0 3483273 0
[pid=1561/tid=1563] ppid=1558 vsize=14084804 memory=147137123850623 CPUtime=0.67 cores=1,3,5,7
/proc/1561/task/1563/stat : 1563 (java) R 1558 1561 30369 0 -1 4202560 14864 0 0 0 64 3 0 0 20 0 15 0 246438844 14422839296 22635 33554432000 4194304 4196468 140722482928192 139649053166784 139649048966301 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14655488 140722482930760 140722482930953 140722482930953 140722482933711 0
[pid=1561/tid=1564] ppid=1558 vsize=14084804 memory=1373407 CPUtime=0 cores=1,3,5,7
/proc/1561/task/1564/stat : 1564 (java) S 1558 1561 30369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246438844 14422839296 22635 33554432000 4194304 4196468 140722482928192 139648986545168 139649048954581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14655488 140722482930760 140722482930953 140722482930953 140722482933711 0
[pid=1561/tid=1565] ppid=1558 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1561/task/1565/stat : 1565 (java) S 1558 1561 30369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246438844 14422839296 22635 33554432000 4194304 4196468 140722482928192 139648985492624 139649048954581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14655488 140722482930760 140722482930953 140722482930953 140722482933711 0
[pid=1561/tid=1566] ppid=1558 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1561/task/1566/stat : 1566 (java) S 1558 1561 30369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246438844 14422839296 22635 33554432000 4194304 4196468 140722482928192 139648984439568 139649048954581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14655488 140722482930760 140722482930953 140722482930953 140722482933711 0
[pid=1561/tid=1567] ppid=1558 vsize=14084804 memory=7809523229951467576 CPUtime=0 cores=1,3,5,7
/proc/1561/task/1567/stat : 1567 (java) S 1558 1561 30369 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 246438844 14422839296 22635 33554432000 4194304 4196468 140722482928192 139648641276816 139649048954581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14655488 140722482930760 140722482930953 140722482930953 140722482933711 0
[pid=1561/tid=1568] ppid=1558 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1561/task/1568/stat : 1568 (java) S 1558 1561 30369 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 246438846 14422839296 22635 33554432000 4194304 4196468 140722482928192 139647961204976 139649048955522 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14655488 140722482930760 140722482930953 140722482930953 140722482933711 0
[pid=1561/tid=1569] ppid=1558 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1561/task/1569/stat : 1569 (java) S 1558 1561 30369 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 246438846 14422839296 22635 33554432000 4194304 4196468 140722482928192 139647960151200 139649048954581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14655488 140722482930760 140722482930953 140722482930953 140722482933711 0
[pid=1561/tid=1570] ppid=1558 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1561/task/1570/stat : 1570 (java) S 1558 1561 30369 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 246438846 14422839296 22635 33554432000 4194304 4196468 140722482928192 139647959098096 139649048954581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14655488 140722482930760 140722482930953 140722482930953 140722482933711 0
[pid=1561/tid=1571] ppid=1558 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1561/task/1571/stat : 1571 (java) S 1558 1561 30369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246438849 14422839296 22635 33554432000 4194304 4196468 140722482928192 139647958046672 139649048962971 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14655488 140722482930760 140722482930953 140722482930953 140722482933711 0
[pid=1561/tid=1572] ppid=1558 vsize=14084804 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1561/task/1572/stat : 1572 (java) S 1558 1561 30369 0 -1 1077944384 675 0 0 0 8 0 0 0 20 0 15 0 246438849 14422839296 22635 33554432000 4194304 4196468 140722482928192 139647956994800 139649048955522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14655488 140722482930760 140722482930953 140722482930953 140722482933711 0
[pid=1561/tid=1573] ppid=1558 vsize=14084804 memory=0 CPUtime=0.06 cores=1,3,5,7
/proc/1561/task/1573/stat : 1573 (java) S 1558 1561 30369 0 -1 1077944384 263 0 0 0 6 0 0 0 20 0 15 0 246438849 14422839296 22635 33554432000 4194304 4196468 140722482928192 139647955942256 139649048955522 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14655488 140722482930760 140722482930953 140722482930953 140722482933711 0
[pid=1561/tid=1574] ppid=1558 vsize=14084804 memory=0 CPUtime=0.15 cores=1,3,5,7
/proc/1561/task/1574/stat : 1574 (java) S 1558 1561 30369 0 -1 1077944384 379 0 0 0 15 0 0 0 20 0 15 0 246438849 14422839296 22635 33554432000 4194304 4196468 140722482928192 139647954889200 139649048955522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14655488 140722482930760 140722482930953 140722482930953 140722482933711 0
[pid=1561/tid=1575] ppid=1558 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1561/task/1575/stat : 1575 (java) S 1558 1561 30369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246438849 14422839296 22635 33554432000 4194304 4196468 140722482928192 139647953836896 139649048954581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14655488 140722482930760 140722482930953 140722482930953 140722482933711 0
[pid=1561/tid=1576] ppid=1558 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1561/task/1576/stat : 1576 (java) S 1558 1561 30369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246438849 14422839296 22635 33554432000 4194304 4196468 140722482928192 139647952783920 139649048955522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14655488 140722482930760 140722482930953 140722482930953 140722482933711 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 90540 KiB

[startup+1.50081 s]
/proc/loadavg: 1.12 1.31 1.40 6/219 1576
/proc/meminfo: memFree=23980200/32770624 swapFree=67108688/67108860
[pid=1561] ppid=1558 vsize=14086852 memory=400416 CPUtime=2.72 cores=1,3,5,7
/proc/1561/stat : 1561 (java) S 1558 1561 30369 0 -1 1077944320 19533 0 0 0 255 17 0 0 20 0 15 0 246438843 14424936448 100104 33554432000 4194304 4196468 140722482928192 140722482910736 139649048944375 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 14655488 140722482930760 140722482930953 140722482930953 140722482933711 0
/proc/1561/statm: 3521713 100104 3551 1 0 3483785 0
[pid=1561/tid=1563] ppid=1558 vsize=14086852 memory=280805230284504 CPUtime=1.41 cores=1,3,5,7
/proc/1561/task/1563/stat : 1563 (java) R 1558 1561 30369 0 -1 4202560 15318 0 0 0 135 6 0 0 20 0 15 0 246438844 14424936448 100104 33554432000 4194304 4196468 140722482928192 139649053180784 139648667374869 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14655488 140722482930760 140722482930953 140722482930953 140722482933711 0
[pid=1561/tid=1564] ppid=1558 vsize=14086852 memory=140402615160448 CPUtime=0.05 cores=1,3,5,7
/proc/1561/task/1564/stat : 1564 (java) S 1558 1561 30369 0 -1 1077944384 85 0 0 0 3 2 0 0 20 0 15 0 246438844 14424936448 100104 33554432000 4194304 4196468 140722482928192 139648986545168 139649048954581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14655488 140722482930760 140722482930953 140722482930953 140722482933711 0
[pid=1561/tid=1565] ppid=1558 vsize=14086852 memory=8505805319006963988 CPUtime=0.05 cores=1,3,5,7
/proc/1561/task/1565/stat : 1565 (java) S 1558 1561 30369 0 -1 1077944384 172 0 0 0 3 2 0 0 20 0 15 0 246438844 14424936448 100104 33554432000 4194304 4196468 140722482928192 139648985492624 139649048954581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14655488 140722482930760 140722482930953 140722482930953 140722482933711 0
[pid=1561/tid=1566] ppid=1558 vsize=14086852 memory=3471342798935998192 CPUtime=0.04 cores=1,3,5,7
/proc/1561/task/1566/stat : 1566 (java) S 1558 1561 30369 0 -1 1077944384 41 0 0 0 2 2 0 0 20 0 15 0 246438844 14424936448 100104 33554432000 4194304 4196468 140722482928192 139648984439568 139649048954581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14655488 140722482930760 140722482930953 140722482930953 140722482933711 0
[pid=1561/tid=1567] ppid=1558 vsize=14086852 memory=3472468698775731984 CPUtime=0.05 cores=1,3,5,7
/proc/1561/task/1567/stat : 1567 (java) S 1558 1561 30369 0 -1 1077944384 59 0 0 0 3 2 0 0 20 0 15 0 246438844 14424936448 100104 33554432000 4194304 4196468 140722482928192 139648641276816 139649048954581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14655488 140722482930760 140722482930953 140722482930953 140722482933711 0

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


[startup+22.406 s]
/proc/loadavg: 1.81 1.45 1.45 6/219 1576
/proc/meminfo: memFree=12586344/32770624 swapFree=67108688/67108860
[pid=1561] ppid=1558 vsize=14088900 memory=11658060 CPUtime=60.11 cores=1,3,5,7
/proc/1561/stat : 1561 (java) S 1558 1561 30369 0 -1 1077944320 302477 0 0 0 4884 1127 0 0 20 0 15 0 246438843 14427033600 2914515 33554432000 4194304 4196468 140722482928192 140722482910736 139649048944375 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 14655488 140722482930760 140722482930953 140722482930953 140722482933711 0
/proc/1561/statm: 3522225 2914515 3590 1 0 3484297 0
[pid=1561/tid=1563] ppid=1558 vsize=14088900 memory=140402615577936 CPUtime=9.55 cores=1,3,5,7
/proc/1561/task/1563/stat : 1563 (java) S 1558 1561 30369 0 -1 1077944384 23706 0 0 0 935 20 0 0 20 0 15 0 246438844 14427033600 2914515 33554432000 4194304 4196468 140722482928192 139649053180080 139649048954581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14655488 140722482930760 140722482930953 140722482930953 140722482933711 0
[pid=1561/tid=1564] ppid=1558 vsize=14088900 memory=8112282956445269571 CPUtime=11.85 cores=1,3,5,7
/proc/1561/task/1564/stat : 1564 (java) R 1558 1561 30369 0 -1 4202560 80665 0 0 0 874 311 0 0 20 0 15 0 246438844 14427033600 2914515 33554432000 4194304 4196468 140722482928192 139648986545168 139649033941021 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14655488 140722482930760 140722482930953 140722482930953 140722482933711 0
[pid=1561/tid=1565] ppid=1558 vsize=14088900 memory=1276 CPUtime=11.84 cores=1,3,5,7
/proc/1561/task/1565/stat : 1565 (java) R 1558 1561 30369 0 -1 4202560 72044 0 0 0 913 271 0 0 20 0 15 0 246438844 14427033600 2914515 33554432000 4194304 4196468 140722482928192 139648985492824 139649033645059 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 14655488 140722482930760 140722482930953 140722482930953 140722482933711 0
[pid=1561/tid=1566] ppid=1558 vsize=14088900 memory=9604 CPUtime=11.78 cores=1,3,5,7
/proc/1561/task/1566/stat : 1566 (java) R 1558 1561 30369 0 -1 4202560 52216 0 0 0 978 200 0 0 20 0 15 0 246438844 14427033600 2914515 33554432000 4194304 4196468 140722482928192 139648984439568 139649033645376 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14655488 140722482930760 140722482930953 140722482930953 140722482933711 0
[pid=1561/tid=1567] ppid=1558 vsize=14088900 memory=1068 CPUtime=11.87 cores=1,3,5,7
/proc/1561/task/1567/stat : 1567 (java) R 1558 1561 30369 0 -1 4202560 48851 0 0 0 871 316 0 0 20 0 15 0 246438844 14427033600 2914515 33554432000 4194304 4196468 140722482928192 139648641276816 139649033643134 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14655488 140722482930760 140722482930953 140722482930953 140722482933711 0
[pid=1561/tid=1568] ppid=1558 vsize=14088900 memory=6747512 CPUtime=0.88 cores=1,3,5,7
/proc/1561/task/1568/stat : 1568 (java) S 1558 1561 30369 0 -1 1077944384 17566 0 0 0 86 2 0 0 20 0 15 0 246438846 14427033600 2914515 33554432000 4194304 4196468 140722482928192 139647961203536 139649048954581 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14655488 140722482930760 140722482930953 140722482930953 140722482933711 0
[pid=1561/tid=1569] ppid=1558 vsize=14088900 memory=6747512 CPUtime=0 cores=1,3,5,7
/proc/1561/task/1569/stat : 1569 (java) S 1558 1561 30369 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 15 0 246438846 14427033600 2914515 33554432000 4194304 4196468 140722482928192 139647960151264 139649048954581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14655488 140722482930760 140722482930953 140722482930953 140722482933711 0
[pid=1561/tid=1570] ppid=1558 vsize=14088900 memory=8836532 CPUtime=0 cores=1,3,5,7
/proc/1561/task/1570/stat : 1570 (java) S 1558 1561 30369 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 15 0 246438846 14427033600 2914515 33554432000 4194304 4196468 140722482928192 139647959098112 139649048954581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14655488 140722482930760 140722482930953 140722482930953 140722482933711 0
[pid=1561/tid=1571] ppid=1558 vsize=14088900 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1561/task/1571/stat : 1571 (java) S 1558 1561 30369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246438849 14427033600 2914515 33554432000 4194304 4196468 140722482928192 139647958046672 139649048962971 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14655488 140722482930760 140722482930953 140722482930953 140722482933711 0
[pid=1561/tid=1572] ppid=1558 vsize=14088900 memory=11109604 CPUtime=0.81 cores=1,3,5,7
/proc/1561/task/1572/stat : 1572 (java) S 1558 1561 30369 0 -1 1077944384 1954 0 0 0 80 1 0 0 20 0 15 0 246438849 14427033600 2914515 33554432000 4194304 4196468 140722482928192 139647956994800 139649048955522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14655488 140722482930760 140722482930953 140722482930953 140722482933711 0
[pid=1561/tid=1573] ppid=1558 vsize=14088900 memory=3732 CPUtime=0.94 cores=1,3,5,7
/proc/1561/task/1573/stat : 1573 (java) S 1558 1561 30369 0 -1 1077944384 1368 0 0 0 93 1 0 0 20 0 15 0 246438849 14427033600 2914515 33554432000 4194304 4196468 140722482928192 139647955942256 139649048955522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14655488 140722482930760 140722482930953 140722482930953 140722482933711 0
[pid=1561/tid=1574] ppid=1558 vsize=14088900 memory=1276 CPUtime=0.5 cores=1,3,5,7
/proc/1561/task/1574/stat : 1574 (java) S 1558 1561 30369 0 -1 1077944384 1862 0 0 0 50 0 0 0 20 0 15 0 246438849 14427033600 2914515 33554432000 4194304 4196468 140722482928192 139647954889200 139649048955522 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14655488 140722482930760 140722482930953 140722482930953 140722482933711 0
[pid=1561/tid=1575] ppid=1558 vsize=14088900 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/1561/task/1575/stat : 1575 (java) S 1558 1561 30369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246438849 14427033600 2914515 33554432000 4194304 4196468 140722482928192 139647953836896 139649048954581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14655488 140722482930760 140722482930953 140722482930953 140722482933711 0
[pid=1561/tid=1576] ppid=1558 vsize=14088900 memory=1068 CPUtime=0.01 cores=1,3,5,7
/proc/1561/task/1576/stat : 1576 (java) S 1558 1561 30369 0 -1 1077944384 864 0 0 0 1 0 0 0 20 0 15 0 246438849 14427033600 2914515 33554432000 4194304 4196468 140722482928192 139647952783920 139649048955522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14655488 140722482930760 140722482930953 140722482930953 140722482933711 0
Current children cumulated CPU time: 60.11 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 11658060 KiB

[startup+24.001 s]*
/proc/loadavg: 1.81 1.45 1.45 6/219 1576
/proc/meminfo: memFree=12586220/32770624 swapFree=67108688/67108860
[pid=1561] ppid=1558 vsize=14088900 memory=11658064 CPUtime=66.32 cores=1,3,5,7
/proc/1561/stat : 1561 (java) S 1558 1561 30369 0 -1 1077944320 316542 0 0 0 5502 1130 0 0 20 0 15 0 246438843 14427033600 2914516 33554432000 4194304 4196468 140722482928192 140722482910736 139649048944375 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 14655488 140722482930760 140722482930953 140722482930953 140722482933711 0
/proc/1561/statm: 3522225 2914516 3590 1 0 3484297 0
[pid=1561/tid=1563] ppid=1558 vsize=14088900 memory=6935054825532540783 CPUtime=9.55 cores=1,3,5,7
/proc/1561/task/1563/stat : 1563 (java) S 1558 1561 30369 0 -1 1077944384 23706 0 0 0 935 20 0 0 20 0 15 0 246438844 14427033600 2914516 33554432000 4194304 4196468 140722482928192 139649053180080 139649048954581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14655488 140722482930760 140722482930953 140722482930953 140722482933711 0
[pid=1561/tid=1564] ppid=1558 vsize=14088900 memory=4872558044660077418 CPUtime=13.39 cores=1,3,5,7
/proc/1561/task/1564/stat : 1564 (java) R 1558 1561 30369 0 -1 4202560 80675 0 0 0 1028 311 0 0 20 0 15 0 246438844 14427033600 2914516 33554432000 4194304 4196468 140722482928192 139648986544976 139649041572583 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14655488 140722482930760 140722482930953 140722482930953 140722482933711 0
[pid=1561/tid=1565] ppid=1558 vsize=14088900 memory=4872558044660077418 CPUtime=13.41 cores=1,3,5,7
/proc/1561/task/1565/stat : 1565 (java) R 1558 1561 30369 0 -1 4202560 86059 0 0 0 1070 271 0 0 20 0 15 0 246438844 14427033600 2914516 33554432000 4194304 4196468 140722482928192 139648985492824 139649042047399 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 14655488 140722482930760 140722482930953 140722482930953 140722482933711 0
[pid=1561/tid=1566] ppid=1558 vsize=14088900 memory=140402615718622 CPUtime=13.32 cores=1,3,5,7
/proc/1561/task/1566/stat : 1566 (java) R 1558 1561 30369 0 -1 4202560 52223 0 0 0 1131 201 0 0 20 0 15 0 246438844 14427033600 2914516 33554432000 4194304 4196468 140722482928192 139648984439376 139649041572583 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14655488 140722482930760 140722482930953 140722482930953 140722482933711 0
[pid=1561/tid=1567] ppid=1558 vsize=14088900 memory=280805231443152 CPUtime=13.41 cores=1,3,5,7
/proc/1561/task/1567/stat : 1567 (java) R 1558 1561 30369 0 -1 4202560 48863 0 0 0 1024 317 0 0 20 0 15 0 246438844 14427033600 2914516 33554432000 4194304 4196468 140722482928192 139648641276936 139649041572583 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14655488 140722482930760 140722482930953 140722482930953 140722482933711 0
[pid=1561/tid=1568] ppid=1558 vsize=14088900 memory=0 CPUtime=0.88 cores=1,3,5,7
/proc/1561/task/1568/stat : 1568 (java) S 1558 1561 30369 0 -1 1077944384 17566 0 0 0 86 2 0 0 20 0 15 0 246438846 14427033600 2914516 33554432000 4194304 4196468 140722482928192 139647961203536 139649048954581 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14655488 140722482930760 140722482930953 140722482930953 140722482933711 0
[pid=1561/tid=1569] ppid=1558 vsize=14088900 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1561/task/1569/stat : 1569 (java) S 1558 1561 30369 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 15 0 246438846 14427033600 2914516 33554432000 4194304 4196468 140722482928192 139647960151264 139649048954581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14655488 140722482930760 140722482930953 140722482930953 140722482933711 0
[pid=1561/tid=1570] ppid=1558 vsize=14088900 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1561/task/1570/stat : 1570 (java) S 1558 1561 30369 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 15 0 246438846 14427033600 2914516 33554432000 4194304 4196468 140722482928192 139647959098112 139649048954581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14655488 140722482930760 140722482930953 140722482930953 140722482933711 0
[pid=1561/tid=1571] ppid=1558 vsize=14088900 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1561/task/1571/stat : 1571 (java) S 1558 1561 30369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246438849 14427033600 2914516 33554432000 4194304 4196468 140722482928192 139647958046672 139649048962971 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14655488 140722482930760 140722482930953 140722482930953 140722482933711 0
[pid=1561/tid=1572] ppid=1558 vsize=14088900 memory=0 CPUtime=0.81 cores=1,3,5,7
/proc/1561/task/1572/stat : 1572 (java) S 1558 1561 30369 0 -1 1077944384 1955 0 0 0 80 1 0 0 20 0 15 0 246438849 14427033600 2914516 33554432000 4194304 4196468 140722482928192 139647956994560 139649048954581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14655488 140722482930760 140722482930953 140722482930953 140722482933711 0
[pid=1561/tid=1573] ppid=1558 vsize=14088900 memory=0 CPUtime=0.94 cores=1,3,5,7
/proc/1561/task/1573/stat : 1573 (java) S 1558 1561 30369 0 -1 1077944384 1368 0 0 0 93 1 0 0 20 0 15 0 246438849 14427033600 2914516 33554432000 4194304 4196468 140722482928192 139647955942304 139649048954581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14655488 140722482930760 140722482930953 140722482930953 140722482933711 0
[pid=1561/tid=1574] ppid=1558 vsize=14088900 memory=0 CPUtime=0.5 cores=1,3,5,7
/proc/1561/task/1574/stat : 1574 (java) S 1558 1561 30369 0 -1 1077944384 1862 0 0 0 50 0 0 0 20 0 15 0 246438849 14427033600 2914516 33554432000 4194304 4196468 140722482928192 139647954889248 139649048954581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14655488 140722482930760 140722482930953 140722482930953 140722482933711 0
[pid=1561/tid=1575] ppid=1558 vsize=14088900 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1561/task/1575/stat : 1575 (java) S 1558 1561 30369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246438849 14427033600 2914516 33554432000 4194304 4196468 140722482928192 139647953836896 139649048954581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14655488 140722482930760 140722482930953 140722482930953 140722482933711 0
[pid=1561/tid=1576] ppid=1558 vsize=14088900 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/1561/task/1576/stat : 1576 (java) S 1558 1561 30369 0 -1 1077944384 884 0 0 0 1 0 0 0 20 0 15 0 246438849 14427033600 2914516 33554432000 4194304 4196468 140722482928192 139647952783920 139649048955522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14655488 140722482930760 140722482930953 140722482930953 140722482933711 0
Current children cumulated CPU time: 66.32 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 11658064 KiB

[startup+24.801 s]
/proc/loadavg: 1.81 1.45 1.45 6/219 1576
/proc/meminfo: memFree=12586220/32770624 swapFree=67108688/67108860
[pid=1561] ppid=1558 vsize=14088900 memory=11658076 CPUtime=68.97 cores=1,3,5,7
/proc/1561/stat : 1561 (java) S 1558 1561 30369 0 -1 1077944320 340091 0 0 0 5764 1133 0 0 20 0 15 0 246438843 14427033600 2914519 33554432000 4194304 4196468 140722482928192 140722482910736 139649048944375 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 14655488 140722482930760 140722482930953 140722482930953 140722482933711 0
/proc/1561/statm: 3522225 2914519 3590 1 0 3484297 0
[pid=1561/tid=1563] ppid=1558 vsize=14088900 memory=37048 CPUtime=9.55 cores=1,3,5,7
/proc/1561/task/1563/stat : 1563 (java) S 1558 1561 30369 0 -1 1077944384 23722 0 0 0 935 20 0 0 20 0 15 0 246438844 14427033600 2914519 33554432000 4194304 4196468 140722482928192 139649053180080 139649048954581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14655488 140722482930760 140722482930953 140722482930953 140722482933711 0
[pid=1561/tid=1564] ppid=1558 vsize=14088900 memory=3360 CPUtime=14.01 cores=1,3,5,7
/proc/1561/task/1564/stat : 1564 (java) R 1558 1561 30369 0 -1 4202560 82864 0 0 0 1089 312 0 0 20 0 15 0 246438844 14427033600 2914519 33554432000 4194304 4196468 140722482928192 139648986545368 139649033941021 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 14655488 140722482930760 140722482930953 140722482930953 140722482933711 0
[pid=1561/tid=1565] ppid=1558 vsize=14088900 memory=496 CPUtime=14.03 cores=1,3,5,7
/proc/1561/task/1565/stat : 1565 (java) R 1558 1561 30369 0 -1 4202560 88157 0 0 0 1132 271 0 0 20 0 15 0 246438844 14427033600 2914519 33554432000 4194304 4196468 140722482928192 139648985492624 139649033643343 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14655488 140722482930760 140722482930953 140722482930953 140722482933711 0
[pid=1561/tid=1566] ppid=1558 vsize=14088900 memory=1624 CPUtime=13.95 cores=1,3,5,7
/proc/1561/task/1566/stat : 1566 (java) R 1558 1561 30369 0 -1 4202560 56295 0 0 0 1193 202 0 0 20 0 15 0 246438844 14427033600 2914519 33554432000 4194304 4196468 140722482928192 139648984439768 139649030553984 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14655488 140722482930760 140722482930953 140722482930953 140722482933711 0
[pid=1561/tid=1567] ppid=1558 vsize=14088900 memory=928 CPUtime=14.03 cores=1,3,5,7
/proc/1561/task/1567/stat : 1567 (java) R 1558 1561 30369 0 -1 4202560 53399 0 0 0 1085 318 0 0 20 0 15 0 246438844 14427033600 2914519 33554432000 4194304 4196468 140722482928192 139648641276816 139649033941021 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14655488 140722482930760 140722482930953 140722482930953 140722482933711 0
[pid=1561/tid=1568] ppid=1558 vsize=14088900 memory=1408 CPUtime=1.04 cores=1,3,5,7
/proc/1561/task/1568/stat : 1568 (java) S 1558 1561 30369 0 -1 1077944384 28192 0 0 0 102 2 0 0 20 0 15 0 246438846 14427033600 2914519 33554432000 4194304 4196468 140722482928192 139647961203536 139649048954581 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14655488 140722482930760 140722482930953 140722482930953 140722482933711 0
[pid=1561/tid=1569] ppid=1558 vsize=14088900 memory=3296 CPUtime=0 cores=1,3,5,7
/proc/1561/task/1569/stat : 1569 (java) S 1558 1561 30369 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 15 0 246438846 14427033600 2914519 33554432000 4194304 4196468 140722482928192 139647960151168 139649048954581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14655488 140722482930760 140722482930953 140722482930953 140722482933711 0
[pid=1561/tid=1570] ppid=1558 vsize=14088900 memory=330568 CPUtime=0 cores=1,3,5,7
/proc/1561/task/1570/stat : 1570 (java) S 1558 1561 30369 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 15 0 246438846 14427033600 2914519 33554432000 4194304 4196468 140722482928192 139647959098112 139649048954581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14655488 140722482930760 140722482930953 140722482930953 140722482933711 0
[pid=1561/tid=1571] ppid=1558 vsize=14088900 memory=4100 CPUtime=0 cores=1,3,5,7
/proc/1561/task/1571/stat : 1571 (java) S 1558 1561 30369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246438849 14427033600 2914519 33554432000 4194304 4196468 140722482928192 139647958046672 139649048962971 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14655488 140722482930760 140722482930953 140722482930953 140722482933711 0
[pid=1561/tid=1572] ppid=1558 vsize=14088900 memory=2332 CPUtime=0.81 cores=1,3,5,7
/proc/1561/task/1572/stat : 1572 (java) S 1558 1561 30369 0 -1 1077944384 1959 0 0 0 80 1 0 0 20 0 15 0 246438849 14427033600 2914519 33554432000 4194304 4196468 140722482928192 139647956994800 139649048955522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14655488 140722482930760 140722482930953 140722482930953 140722482933711 0
[pid=1561/tid=1573] ppid=1558 vsize=14088900 memory=1612 CPUtime=0.94 cores=1,3,5,7
/proc/1561/task/1573/stat : 1573 (java) S 1558 1561 30369 0 -1 1077944384 1372 0 0 0 93 1 0 0 20 0 15 0 246438849 14427033600 2914519 33554432000 4194304 4196468 140722482928192 139647955942016 139649048954581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14655488 140722482930760 140722482930953 140722482930953 140722482933711 0
[pid=1561/tid=1574] ppid=1558 vsize=14088900 memory=11658040 CPUtime=0.5 cores=1,3,5,7
/proc/1561/task/1574/stat : 1574 (java) S 1558 1561 30369 0 -1 1077944384 1865 0 0 0 50 0 0 0 20 0 15 0 246438849 14427033600 2914519 33554432000 4194304 4196468 140722482928192 139647954889200 139649048955522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14655488 140722482930760 140722482930953 140722482930953 140722482933711 0
[pid=1561/tid=1575] ppid=1558 vsize=14088900 memory=11658064 CPUtime=0 cores=1,3,5,7
/proc/1561/task/1575/stat : 1575 (java) S 1558 1561 30369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246438849 14427033600 2914519 33554432000 4194304 4196468 140722482928192 139647953836896 139649048954581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14655488 140722482930760 140722482930953 140722482930953 140722482933711 0
[pid=1561/tid=1576] ppid=1558 vsize=14088900 memory=1808 CPUtime=0.01 cores=1,3,5,7
/proc/1561/task/1576/stat : 1576 (java) S 1558 1561 30369 0 -1 1077944384 884 0 0 0 1 0 0 0 20 0 15 0 246438849 14427033600 2914519 33554432000 4194304 4196468 140722482928192 139647952783920 139649048955522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14655488 140722482930760 140722482930953 140722482930953 140722482933711 0
Current children cumulated CPU time: 68.97 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 11658076 KiB

[startup+25.0007 s]*
/proc/loadavg: 1.99 1.49 1.46 3/219 1576
/proc/meminfo: memFree=12586220/32770624 swapFree=67108688/67108860
[pid=1561] ppid=1558 vsize=14088900 memory=11658196 CPUtime=69.6 cores=1,3,5,7
/proc/1561/stat : 1561 (java) S 1558 1561 30369 0 -1 1077944320 340221 0 0 0 5827 1133 0 0 20 0 15 0 246438843 14427033600 2914549 33554432000 4194304 4196468 140722482928192 140722482910736 139649048944375 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 14655488 140722482930760 140722482930953 140722482930953 140722482933711 0
/proc/1561/statm: 3522225 2914549 3591 1 0 3484297 0
[pid=1561/tid=1563] ppid=1558 vsize=14088900 memory=8389772277269004345 CPUtime=9.55 cores=1,3,5,7
/proc/1561/task/1563/stat : 1563 (java) S 1558 1561 30369 0 -1 1077944384 23801 0 0 0 935 20 0 0 20 0 15 0 246438844 14427033600 2914549 33554432000 4194304 4196468 140722482928192 139649053183280 139649048954581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14655488 140722482930760 140722482930953 140722482930953 140722482933711 0
[pid=1561/tid=1564] ppid=1558 vsize=14088900 memory=4294967661 CPUtime=14.15 cores=1,3,5,7
/proc/1561/task/1564/stat : 1564 (java) R 1558 1561 30369 0 -1 1077944384 82867 0 0 0 1103 312 0 0 20 0 15 0 246438844 14427033600 2914549 33554432000 4194304 4196468 140722482928192 139648986545168 139649048954581 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14655488 140722482930760 140722482930953 140722482930953 140722482933711 0
[pid=1561/tid=1565] ppid=1558 vsize=14088900 memory=3618282641140606624 CPUtime=14.18 cores=1,3,5,7
/proc/1561/task/1565/stat : 1565 (java) R 1558 1561 30369 0 -1 4202560 88165 0 0 0 1147 271 0 0 20 0 15 0 246438844 14427033600 2914549 33554432000 4194304 4196468 140722482928192 139648985492624 139649033644229 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14655488 140722482930760 140722482930953 140722482930953 140722482933711 0
[pid=1561/tid=1566] ppid=1558 vsize=14088900 memory=-7522837415797432224 CPUtime=14.09 cores=1,3,5,7
/proc/1561/task/1566/stat : 1566 (java) R 1558 1561 30369 0 -1 4202560 56319 0 0 0 1207 202 0 0 20 0 15 0 246438844 14427033600 2914549 33554432000 4194304 4196468 140722482928192 139648984439568 139649033643134 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14655488 140722482930760 140722482930953 140722482930953 140722482933711 0
[pid=1561/tid=1567] ppid=1558 vsize=14088900 memory=3472328296225127015 CPUtime=14.18 cores=1,3,5,7
/proc/1561/task/1567/stat : 1567 (java) R 1558 1561 30369 0 -1 4202560 53411 0 0 0 1100 318 0 0 20 0 15 0 246438844 14427033600 2914549 33554432000 4194304 4196468 140722482928192 139648641276816 139649033940973 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14655488 140722482930760 140722482930953 140722482930953 140722482933711 0
[pid=1561/tid=1568] ppid=1558 vsize=14088900 memory=3472468698979243696 CPUtime=1.11 cores=1,3,5,7
/proc/1561/task/1568/stat : 1568 (java) S 1558 1561 30369 0 -1 1077944384 28194 0 0 0 109 2 0 0 20 0 15 0 246438846 14427033600 2914549 33554432000 4194304 4196468 140722482928192 139647961203520 139649048954581 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14655488 140722482930760 140722482930953 140722482930953 140722482933711 0
[pid=1561/tid=1569] ppid=1558 vsize=14088900 memory=3472328295574037604 CPUtime=0 cores=1,3,5,7
/proc/1561/task/1569/stat : 1569 (java) S 1558 1561 30369 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 15 0 246438846 14427033600 2914549 33554432000 4194304 4196468 140722482928192 139647960151264 139649048954581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14655488 140722482930760 140722482930953 140722482930953 140722482933711 0
[pid=1561/tid=1570] ppid=1558 vsize=14088900 memory=6944652177228980320 CPUtime=0 cores=1,3,5,7
/proc/1561/task/1570/stat : 1570 (java) S 1558 1561 30369 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 15 0 246438846 14427033600 2914549 33554432000 4194304 4196468 140722482928192 139647959098112 139649048954581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14655488 140722482930760 140722482930953 140722482930953 140722482933711 0
[pid=1561/tid=1571] ppid=1558 vsize=14088900 memory=6944656592455360604 CPUtime=0 cores=1,3,5,7
/proc/1561/task/1571/stat : 1571 (java) S 1558 1561 30369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246438849 14427033600 2914549 33554432000 4194304 4196468 140722482928192 139647958046672 139649048962971 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14655488 140722482930760 140722482930953 140722482930953 140722482933711 0
[pid=1561/tid=1572] ppid=1558 vsize=14088900 memory=0 CPUtime=0.81 cores=1,3,5,7
/proc/1561/task/1572/stat : 1572 (java) S 1558 1561 30369 0 -1 1077944384 1959 0 0 0 80 1 0 0 20 0 15 0 246438849 14427033600 2914549 33554432000 4194304 4196468 140722482928192 139647956994800 139649048955522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14655488 140722482930760 140722482930953 140722482930953 140722482933711 0
[pid=1561/tid=1573] ppid=1558 vsize=14088900 memory=-1 CPUtime=0.94 cores=1,3,5,7
/proc/1561/task/1573/stat : 1573 (java) S 1558 1561 30369 0 -1 1077944384 1372 0 0 0 93 1 0 0 20 0 15 0 246438849 14427033600 2914549 33554432000 4194304 4196468 140722482928192 139647955942256 139649048955522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14655488 140722482930760 140722482930953 140722482930953 140722482933711 0
[pid=1561/tid=1574] ppid=1558 vsize=14088900 memory=7378735588641824239 CPUtime=0.5 cores=1,3,5,7
/proc/1561/task/1574/stat : 1574 (java) S 1558 1561 30369 0 -1 1077944384 1866 0 0 0 50 0 0 0 20 0 15 0 246438849 14427033600 2914549 33554432000 4194304 4196468 140722482928192 139647954888960 139649048954581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14655488 140722482930760 140722482930953 140722482930953 140722482933711 0
[pid=1561/tid=1575] ppid=1558 vsize=14088900 memory=8243122710528917535 CPUtime=0 cores=1,3,5,7
/proc/1561/task/1575/stat : 1575 (java) S 1558 1561 30369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246438849 14427033600 2914549 33554432000 4194304 4196468 140722482928192 139647953836896 139649048954581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14655488 140722482930760 140722482930953 140722482930953 140722482933711 0
[pid=1561/tid=1576] ppid=1558 vsize=14088900 memory=140402751564247 CPUtime=0.01 cores=1,3,5,7
/proc/1561/task/1576/stat : 1576 (java) S 1558 1561 30369 0 -1 1077944384 884 0 0 0 1 0 0 0 20 0 15 0 246438849 14427033600 2914549 33554432000 4194304 4196468 140722482928192 139647952783920 139649048955522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14655488 140722482930760 140722482930953 140722482930953 140722482933711 0
Current children cumulated CPU time: 69.6 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 11658196 KiB

[startup+25.1123 s]*
/proc/loadavg: 1.99 1.49 1.46 3/206 1577
/proc/meminfo: memFree=19339108/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): 25.1505
CPU time (s): 69.7593
CPU user time (s): 58.346
CPU system time (s): 11.4134
CPU usage (%): 277.367
Max. virtual memory (cumulated for all children) (KiB): 14088900
Max. memory (cumulated for all children) (KiB): 11658196

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 58.346
system time used= 11.4134
maximum resident set size= 11658196
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 340344
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= 6330
involuntary context switches= 607


# summary of solver processes directly reported to runsolver:
#   pid: 1561
#   total CPU time (s): 69.7593
#   total CPU user time (s): 58.346
#   total CPU system time (s): 11.4134

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.189599 second user time and 0.302652 second system time

The end

Launcher Data

Begin job on node134 at 2018-08-15 01:19:16
IDJOB=4307820
IDBENCH=141306
IDSOLVER=2791
FILE ID=node134/4307820-1534288756
RUNJOBID= node134-1534271267-32166
PBS_JOBID= 21038123
Free space on /tmp= 43340 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-08-14
BENCH NAME= XCSP18/CrosswordDesign/CrosswordDesign-10-4-rom_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4307820-1534288756/watcher-4307820-1534288756 -o /tmp/evaluation-result-4307820-1534288756/solver-4307820-1534288756 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1534271267-32166 --watchdog 2580  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 1484103006 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4307820-1534288756.xml

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

MD5SUM BENCH= 1ce90bfeea193be77ab92ac06e9a3657
RANDOM SEED=1484103006

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:        24256612 kB
MemAvailable:   31588572 kB
Buffers:          183724 kB
Cached:          7352912 kB
SwapCached:           32 kB
Active:          4286196 kB
Inactive:        3620836 kB
Active(anon):     319560 kB
Inactive(anon):   103248 kB
Active(file):    3966636 kB
Inactive(file):  3517588 kB
Unevictable:        7392 kB
Mlocked:            7392 kB
SwapTotal:      67108860 kB
SwapFree:       67108688 kB
Dirty:             63708 kB
Writeback:             0 kB
AnonPages:        378148 kB
Mapped:            68268 kB
Shmem:             49652 kB
Slab:             304708 kB
SReclaimable:     276196 kB
SUnreclaim:        28512 kB
KernelStack:        3584 kB
PageTables:         5860 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1220036 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    301056 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= 43308 MiB
End job on node134 at 2018-08-15 01:19:42