Trace number 4307819

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.563 24.3363

General information on the benchmark

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

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4307819-1534288653/watcher-4307819-1534288653 -o /tmp/evaluation-result-4307819-1534288653/solver-4307819-1534288653 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node136-1534271084-19495 --watchdog 2580 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 1694617930 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4307819-1534288653.xml 

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

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

solver pid=21376, runsolver pid=21373

[startup+0.10864 s]*
/proc/loadavg: 2.02 1.63 1.61 3/215 21391
/proc/meminfo: memFree=20330544/32770624 swapFree=67108172/67108860
[pid=21376] ppid=21373 vsize=14082736 memory=33856 CPUtime=0.13 cores=0,2,4,6
/proc/21376/stat : 21376 (java) S 21373 21376 17869 0 -1 1077944320 7360 0 0 0 12 1 0 0 20 0 15 0 246428498 14420721664 8464 33554432000 4194304 4196468 140732796641360 140732796623904 139627382759159 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 35667968 140732796650568 140732796650761 140732796650761 140732796653519 0
/proc/21376/statm: 3520684 8464 3160 1 0 3482761 0
[pid=21376/tid=21378] ppid=21373 vsize=14082736 memory=-8557575366716199035 CPUtime=0.1 cores=0,2,4,6
/proc/21376/task/21378/stat : 21378 (java) R 21373 21376 17869 0 -1 4202560 5404 0 0 0 9 1 0 0 20 0 15 0 246428498 14420721664 8464 33554432000 4194304 4196468 140732796641360 139627386973952 139627382781085 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35667968 140732796650568 140732796650761 140732796650761 140732796653519 0
[pid=21376/tid=21379] ppid=21373 vsize=14082736 memory=-7522837583129502606 CPUtime=0 cores=0,2,4,6
/proc/21376/task/21379/stat : 21379 (java) S 21373 21376 17869 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246428499 14420721664 8464 33554432000 4194304 4196468 140732796641360 139627312848016 139627382769365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35667968 140732796650568 140732796650761 140732796650761 140732796653519 0
[pid=21376/tid=21380] ppid=21373 vsize=14082736 memory=140356614067840 CPUtime=0 cores=0,2,4,6
/proc/21376/task/21380/stat : 21380 (java) S 21373 21376 17869 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246428499 14420721664 8464 33554432000 4194304 4196468 140732796641360 139627311795216 139627382769365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35667968 140732796650568 140732796650761 140732796650761 140732796653519 0
[pid=21376/tid=21381] ppid=21373 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21376/task/21381/stat : 21381 (java) S 21373 21376 17869 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246428499 14420721664 8464 33554432000 4194304 4196468 140732796641360 139627310742416 139627382769365 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35667968 140732796650568 140732796650761 140732796650761 140732796653519 0
[pid=21376/tid=21382] ppid=21373 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21376/task/21382/stat : 21382 (java) S 21373 21376 17869 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 246428499 14420721664 8464 33554432000 4194304 4196468 140732796641360 139627309689616 139627382769365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35667968 140732796650568 140732796650761 140732796650761 140732796653519 0
[pid=21376/tid=21383] ppid=21373 vsize=14082736 memory=140356614067840 CPUtime=0 cores=0,2,4,6
/proc/21376/task/21383/stat : 21383 (java) S 21373 21376 17869 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 246428500 14420721664 8464 33554432000 4194304 4196468 140732796641360 139626294393200 139627382770306 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35667968 140732796650568 140732796650761 140732796650761 140732796653519 0
[pid=21376/tid=21384] ppid=21373 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21376/task/21384/stat : 21384 (java) S 21373 21376 17869 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 246428501 14420721664 8464 33554432000 4194304 4196468 140732796641360 139626293339168 139627382769365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35667968 140732796650568 140732796650761 140732796650761 140732796653519 0
[pid=21376/tid=21385] ppid=21373 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21376/task/21385/stat : 21385 (java) S 21373 21376 17869 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 246428501 14420721664 8464 33554432000 4194304 4196468 140732796641360 139626292286320 139627382769365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35667968 140732796650568 140732796650761 140732796650761 140732796653519 0
[pid=21376/tid=21386] ppid=21373 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21376/task/21386/stat : 21386 (java) S 21373 21376 17869 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246428503 14420721664 8464 33554432000 4194304 4196468 140732796641360 139626291234640 139627382777755 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35667968 140732796650568 140732796650761 140732796650761 140732796653519 0
[pid=21376/tid=21387] ppid=21373 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21376/task/21387/stat : 21387 (java) S 21373 21376 17869 0 -1 1077944384 296 0 0 0 0 0 0 0 20 0 15 0 246428503 14420721664 8464 33554432000 4194304 4196468 140732796641360 139626290183024 139627382770306 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35667968 140732796650568 140732796650761 140732796650761 140732796653519 0
[pid=21376/tid=21388] ppid=21373 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21376/task/21388/stat : 21388 (java) S 21373 21376 17869 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246428503 14420721664 8464 33554432000 4194304 4196468 140732796641360 139626289130224 139627382770306 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35667968 140732796650568 140732796650761 140732796650761 140732796653519 0
[pid=21376/tid=21389] ppid=21373 vsize=14082736 memory=140356614067840 CPUtime=0.01 cores=0,2,4,6
/proc/21376/task/21389/stat : 21389 (java) S 21373 21376 17869 0 -1 1077944384 278 0 0 0 1 0 0 0 20 0 15 0 246428503 14420721664 8464 33554432000 4194304 4196468 140732796641360 139626288077424 139627382770306 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35667968 140732796650568 140732796650761 140732796650761 140732796653519 0
[pid=21376/tid=21390] ppid=21373 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21376/task/21390/stat : 21390 (java) S 21373 21376 17869 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246428503 14420721664 8464 33554432000 4194304 4196468 140732796641360 139626287024864 139627382769365 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35667968 140732796650568 140732796650761 140732796650761 140732796653519 0
[pid=21376/tid=21391] ppid=21373 vsize=14082736 memory=140356614067840 CPUtime=0 cores=0,2,4,6
/proc/21376/task/21391/stat : 21391 (java) S 21373 21376 17869 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246428504 14420721664 8464 33554432000 4194304 4196468 140732796641360 139626285972144 139627382770306 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35667968 140732796650568 140732796650761 140732796650761 140732796653519 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 33856 KiB

[startup+0.210333 s]*
/proc/loadavg: 2.02 1.63 1.61 5/215 21391
/proc/meminfo: memFree=20315660/32770624 swapFree=67108172/67108860
[pid=21376] ppid=21373 vsize=14082736 memory=46752 CPUtime=0.29 cores=0,2,4,6
/proc/21376/stat : 21376 (java) S 21373 21376 17869 0 -1 1077944320 10324 0 0 0 27 2 0 0 20 0 15 0 246428498 14420721664 11688 33554432000 4194304 4196468 140732796641360 140732796623904 139627382759159 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 35667968 140732796650568 140732796650761 140732796650761 140732796653519 0
/proc/21376/statm: 3520684 11688 3347 1 0 3482761 0
[pid=21376/tid=21378] ppid=21373 vsize=14082736 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/21376/task/21378/stat : 21378 (java) R 21373 21376 17869 0 -1 4202560 8073 0 0 0 18 1 0 0 20 0 15 0 246428498 14420721664 11688 33554432000 4194304 4196468 140732796641360 139627386985632 139627374996286 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35667968 140732796650568 140732796650761 140732796650761 140732796653519 0
[pid=21376/tid=21379] ppid=21373 vsize=14082736 memory=343 CPUtime=0 cores=0,2,4,6
/proc/21376/task/21379/stat : 21379 (java) S 21373 21376 17869 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246428499 14420721664 11688 33554432000 4194304 4196468 140732796641360 139627312848016 139627382769365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35667968 140732796650568 140732796650761 140732796650761 140732796653519 0
[pid=21376/tid=21380] ppid=21373 vsize=14082736 memory=140356614087606 CPUtime=0 cores=0,2,4,6
/proc/21376/task/21380/stat : 21380 (java) S 21373 21376 17869 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246428499 14420721664 11688 33554432000 4194304 4196468 140732796641360 139627311795216 139627382769365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35667968 140732796650568 140732796650761 140732796650761 140732796653519 0
[pid=21376/tid=21381] ppid=21373 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21376/task/21381/stat : 21381 (java) S 21373 21376 17869 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246428499 14420721664 11688 33554432000 4194304 4196468 140732796641360 139627310742416 139627382769365 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35667968 140732796650568 140732796650761 140732796650761 140732796653519 0
[pid=21376/tid=21382] ppid=21373 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21376/task/21382/stat : 21382 (java) S 21373 21376 17869 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 246428499 14420721664 11688 33554432000 4194304 4196468 140732796641360 139627309689616 139627382769365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35667968 140732796650568 140732796650761 140732796650761 140732796653519 0
[pid=21376/tid=21383] ppid=21373 vsize=14082736 memory=140356614067840 CPUtime=0 cores=0,2,4,6
/proc/21376/task/21383/stat : 21383 (java) S 21373 21376 17869 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 246428500 14420721664 11688 33554432000 4194304 4196468 140732796641360 139626294393200 139627382770306 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35667968 140732796650568 140732796650761 140732796650761 140732796653519 0
[pid=21376/tid=21384] ppid=21373 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21376/task/21384/stat : 21384 (java) S 21373 21376 17869 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 246428501 14420721664 11688 33554432000 4194304 4196468 140732796641360 139626293339168 139627382769365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35667968 140732796650568 140732796650761 140732796650761 140732796653519 0
[pid=21376/tid=21385] ppid=21373 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21376/task/21385/stat : 21385 (java) S 21373 21376 17869 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 246428501 14420721664 11688 33554432000 4194304 4196468 140732796641360 139626292286320 139627382769365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35667968 140732796650568 140732796650761 140732796650761 140732796653519 0
[pid=21376/tid=21386] ppid=21373 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21376/task/21386/stat : 21386 (java) S 21373 21376 17869 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246428503 14420721664 11688 33554432000 4194304 4196468 140732796641360 139626291234640 139627382777755 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35667968 140732796650568 140732796650761 140732796650761 140732796653519 0
[pid=21376/tid=21387] ppid=21373 vsize=14082736 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/21376/task/21387/stat : 21387 (java) R 21373 21376 17869 0 -1 1077944384 317 0 0 0 1 0 0 0 20 0 15 0 246428503 14420721664 11688 33554432000 4194304 4196468 140732796641360 139626290183024 139627382770306 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35667968 140732796650568 140732796650761 140732796650761 140732796653519 0
[pid=21376/tid=21388] ppid=21373 vsize=14082736 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/21376/task/21388/stat : 21388 (java) R 21373 21376 17869 0 -1 4202560 257 0 0 0 2 0 0 0 20 0 15 0 246428503 14420721664 11688 33554432000 4194304 4196468 140732796641360 139626289120608 139627375048608 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35667968 140732796650568 140732796650761 140732796650761 140732796653519 0
[pid=21376/tid=21389] ppid=21373 vsize=14082736 memory=140356614067840 CPUtime=0.05 cores=0,2,4,6
/proc/21376/task/21389/stat : 21389 (java) R 21373 21376 17869 0 -1 4202560 302 0 0 0 5 0 0 0 20 0 15 0 246428503 14420721664 11688 33554432000 4194304 4196468 140732796641360 139626288077424 139627374996286 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35667968 140732796650568 140732796650761 140732796650761 140732796653519 0
[pid=21376/tid=21390] ppid=21373 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21376/task/21390/stat : 21390 (java) S 21373 21376 17869 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246428503 14420721664 11688 33554432000 4194304 4196468 140732796641360 139626287024864 139627382769365 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35667968 140732796650568 140732796650761 140732796650761 140732796653519 0
[pid=21376/tid=21391] ppid=21373 vsize=14082736 memory=140356614067840 CPUtime=0 cores=0,2,4,6
/proc/21376/task/21391/stat : 21391 (java) S 21373 21376 17869 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246428504 14420721664 11688 33554432000 4194304 4196468 140732796641360 139626285972144 139627382770306 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35667968 140732796650568 140732796650761 140732796650761 140732796653519 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 46752 KiB

[startup+0.310566 s]*
/proc/loadavg: 2.02 1.63 1.61 3/215 21391
/proc/meminfo: memFree=20312076/32770624 swapFree=67108172/67108860
[pid=21376] ppid=21373 vsize=14082736 memory=50556 CPUtime=0.44 cores=0,2,4,6
/proc/21376/stat : 21376 (java) S 21373 21376 17869 0 -1 1077944320 10782 0 0 0 42 2 0 0 20 0 15 0 246428498 14420721664 12639 33554432000 4194304 4196468 140732796641360 140732796623904 139627382759159 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 35667968 140732796650568 140732796650761 140732796650761 140732796653519 0
/proc/21376/statm: 3520684 12639 3415 1 0 3482761 0
[pid=21376/tid=21378] ppid=21373 vsize=14082736 memory=7022364594140610616 CPUtime=0.29 cores=0,2,4,6
/proc/21376/task/21378/stat : 21378 (java) R 21373 21376 17869 0 -1 4202560 8447 0 0 0 28 1 0 0 20 0 15 0 246428498 14420721664 12639 33554432000 4194304 4196468 140732796641360 139627386970672 139627363034371 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35667968 140732796650568 140732796650761 140732796650761 140732796653519 0
[pid=21376/tid=21379] ppid=21373 vsize=14082736 memory=4294977828 CPUtime=0 cores=0,2,4,6
/proc/21376/task/21379/stat : 21379 (java) S 21373 21376 17869 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246428499 14420721664 12639 33554432000 4194304 4196468 140732796641360 139627312848016 139627382769365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35667968 140732796650568 140732796650761 140732796650761 140732796653519 0
[pid=21376/tid=21380] ppid=21373 vsize=14082736 memory=140356614087605 CPUtime=0 cores=0,2,4,6
/proc/21376/task/21380/stat : 21380 (java) S 21373 21376 17869 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246428499 14420721664 12639 33554432000 4194304 4196468 140732796641360 139627311795216 139627382769365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35667968 140732796650568 140732796650761 140732796650761 140732796653519 0
[pid=21376/tid=21381] ppid=21373 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21376/task/21381/stat : 21381 (java) S 21373 21376 17869 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246428499 14420721664 12639 33554432000 4194304 4196468 140732796641360 139627310742416 139627382769365 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35667968 140732796650568 140732796650761 140732796650761 140732796653519 0
[pid=21376/tid=21382] ppid=21373 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21376/task/21382/stat : 21382 (java) S 21373 21376 17869 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 246428499 14420721664 12639 33554432000 4194304 4196468 140732796641360 139627309689616 139627382769365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35667968 140732796650568 140732796650761 140732796650761 140732796653519 0
[pid=21376/tid=21383] ppid=21373 vsize=14082736 memory=140356614067840 CPUtime=0 cores=0,2,4,6
/proc/21376/task/21383/stat : 21383 (java) S 21373 21376 17869 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 246428500 14420721664 12639 33554432000 4194304 4196468 140732796641360 139626294393200 139627382770306 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35667968 140732796650568 140732796650761 140732796650761 140732796653519 0
[pid=21376/tid=21384] ppid=21373 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21376/task/21384/stat : 21384 (java) S 21373 21376 17869 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 246428501 14420721664 12639 33554432000 4194304 4196468 140732796641360 139626293339168 139627382769365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35667968 140732796650568 140732796650761 140732796650761 140732796653519 0
[pid=21376/tid=21385] ppid=21373 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21376/task/21385/stat : 21385 (java) S 21373 21376 17869 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 246428501 14420721664 12639 33554432000 4194304 4196468 140732796641360 139626292286320 139627382769365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35667968 140732796650568 140732796650761 140732796650761 140732796653519 0
[pid=21376/tid=21386] ppid=21373 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21376/task/21386/stat : 21386 (java) S 21373 21376 17869 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246428503 14420721664 12639 33554432000 4194304 4196468 140732796641360 139626291234640 139627382777755 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35667968 140732796650568 140732796650761 140732796650761 140732796653519 0
[pid=21376/tid=21387] ppid=21373 vsize=14082736 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/21376/task/21387/stat : 21387 (java) S 21373 21376 17869 0 -1 1077944384 355 0 0 0 2 0 0 0 20 0 15 0 246428503 14420721664 12639 33554432000 4194304 4196468 140732796641360 139626290183024 139627382770306 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35667968 140732796650568 140732796650761 140732796650761 140732796653519 0
[pid=21376/tid=21388] ppid=21373 vsize=14082736 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/21376/task/21388/stat : 21388 (java) S 21373 21376 17869 0 -1 1077944384 271 0 0 0 2 0 0 0 20 0 15 0 246428503 14420721664 12639 33554432000 4194304 4196468 140732796641360 139626289130224 139627382770306 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35667968 140732796650568 140732796650761 140732796650761 140732796653519 0
[pid=21376/tid=21389] ppid=21373 vsize=14082736 memory=140356614067840 CPUtime=0.08 cores=0,2,4,6
/proc/21376/task/21389/stat : 21389 (java) S 21373 21376 17869 0 -1 1077944384 327 0 0 0 8 0 0 0 20 0 15 0 246428503 14420721664 12639 33554432000 4194304 4196468 140732796641360 139626288077424 139627382770306 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35667968 140732796650568 140732796650761 140732796650761 140732796653519 0
[pid=21376/tid=21390] ppid=21373 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21376/task/21390/stat : 21390 (java) S 21373 21376 17869 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246428503 14420721664 12639 33554432000 4194304 4196468 140732796641360 139626287024864 139627382769365 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35667968 140732796650568 140732796650761 140732796650761 140732796653519 0
[pid=21376/tid=21391] ppid=21373 vsize=14082736 memory=140356614067840 CPUtime=0 cores=0,2,4,6
/proc/21376/task/21391/stat : 21391 (java) S 21373 21376 17869 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246428504 14420721664 12639 33554432000 4194304 4196468 140732796641360 139626285972144 139627382770306 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35667968 140732796650568 140732796650761 140732796650761 140732796653519 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 50556 KiB

[startup+0.700771 s]
/proc/loadavg: 2.02 1.63 1.61 3/215 21391
/proc/meminfo: memFree=20287892/32770624 swapFree=67108172/67108860
[pid=21376] ppid=21373 vsize=14084804 memory=88884 CPUtime=0.98 cores=0,2,4,6
/proc/21376/stat : 21376 (java) S 21373 21376 17869 0 -1 1077944320 17613 0 0 0 94 4 0 0 20 0 15 0 246428498 14422839296 22221 33554432000 4194304 4196468 140732796641360 140732796623904 139627382759159 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 35667968 140732796650568 140732796650761 140732796650761 140732796653519 0
/proc/21376/statm: 3521201 22221 3499 1 0 3483273 0
[pid=21376/tid=21378] ppid=21373 vsize=14084804 memory=232195797051110 CPUtime=0.67 cores=0,2,4,6
/proc/21376/task/21378/stat : 21378 (java) R 21373 21376 17869 0 -1 4202560 14892 0 0 0 64 3 0 0 20 0 15 0 246428498 14422839296 22221 33554432000 4194304 4196468 140732796641360 139627386982320 139627366839646 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35667968 140732796650568 140732796650761 140732796650761 140732796653519 0
[pid=21376/tid=21379] ppid=21373 vsize=14084804 memory=288230376153003213 CPUtime=0 cores=0,2,4,6
/proc/21376/task/21379/stat : 21379 (java) S 21373 21376 17869 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246428499 14422839296 22221 33554432000 4194304 4196468 140732796641360 139627312848016 139627382769365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35667968 140732796650568 140732796650761 140732796650761 140732796653519 0
[pid=21376/tid=21380] ppid=21373 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21376/task/21380/stat : 21380 (java) S 21373 21376 17869 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246428499 14422839296 22221 33554432000 4194304 4196468 140732796641360 139627311795216 139627382769365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35667968 140732796650568 140732796650761 140732796650761 140732796653519 0
[pid=21376/tid=21381] ppid=21373 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21376/task/21381/stat : 21381 (java) S 21373 21376 17869 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246428499 14422839296 22221 33554432000 4194304 4196468 140732796641360 139627310742416 139627382769365 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35667968 140732796650568 140732796650761 140732796650761 140732796653519 0
[pid=21376/tid=21382] ppid=21373 vsize=14084804 memory=7809523229951467568 CPUtime=0 cores=0,2,4,6
/proc/21376/task/21382/stat : 21382 (java) S 21373 21376 17869 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 246428499 14422839296 22221 33554432000 4194304 4196468 140732796641360 139627309689616 139627382769365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35667968 140732796650568 140732796650761 140732796650761 140732796653519 0
[pid=21376/tid=21383] ppid=21373 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21376/task/21383/stat : 21383 (java) S 21373 21376 17869 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 246428500 14422839296 22221 33554432000 4194304 4196468 140732796641360 139626294393200 139627382770306 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35667968 140732796650568 140732796650761 140732796650761 140732796653519 0
[pid=21376/tid=21384] ppid=21373 vsize=14084804 memory=-3535359994705172066 CPUtime=0 cores=0,2,4,6
/proc/21376/task/21384/stat : 21384 (java) S 21373 21376 17869 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 246428501 14422839296 22221 33554432000 4194304 4196468 140732796641360 139626293339168 139627382769365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35667968 140732796650568 140732796650761 140732796650761 140732796653519 0
[pid=21376/tid=21385] ppid=21373 vsize=14084804 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/21376/task/21385/stat : 21385 (java) S 21373 21376 17869 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 246428501 14422839296 22221 33554432000 4194304 4196468 140732796641360 139626292286320 139627382769365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35667968 140732796650568 140732796650761 140732796650761 140732796653519 0
[pid=21376/tid=21386] ppid=21373 vsize=14084804 memory=6944656592455360604 CPUtime=0 cores=0,2,4,6
/proc/21376/task/21386/stat : 21386 (java) S 21373 21376 17869 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246428503 14422839296 22221 33554432000 4194304 4196468 140732796641360 139626291234640 139627382777755 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35667968 140732796650568 140732796650761 140732796650761 140732796653519 0
[pid=21376/tid=21387] ppid=21373 vsize=14084804 memory=6944656592455359580 CPUtime=0.06 cores=0,2,4,6
/proc/21376/task/21387/stat : 21387 (java) S 21373 21376 17869 0 -1 1077944384 496 0 0 0 6 0 0 0 20 0 15 0 246428503 14422839296 22221 33554432000 4194304 4196468 140732796641360 139626290183024 139627382770306 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35667968 140732796650568 140732796650761 140732796650761 140732796653519 0
[pid=21376/tid=21388] ppid=21373 vsize=14084804 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21376/task/21388/stat : 21388 (java) S 21373 21376 17869 0 -1 1077944384 428 0 0 0 8 0 0 0 20 0 15 0 246428503 14422839296 22221 33554432000 4194304 4196468 140732796641360 139626289130224 139627382770306 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35667968 140732796650568 140732796650761 140732796650761 140732796653519 0
[pid=21376/tid=21389] ppid=21373 vsize=14084804 memory=0 CPUtime=0.15 cores=0,2,4,6
/proc/21376/task/21389/stat : 21389 (java) S 21373 21376 17869 0 -1 1077944384 416 0 0 0 15 0 0 0 20 0 15 0 246428503 14422839296 22221 33554432000 4194304 4196468 140732796641360 139626288077424 139627382770306 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35667968 140732796650568 140732796650761 140732796650761 140732796653519 0
[pid=21376/tid=21390] ppid=21373 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21376/task/21390/stat : 21390 (java) S 21373 21376 17869 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246428503 14422839296 22221 33554432000 4194304 4196468 140732796641360 139626287024864 139627382769365 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35667968 140732796650568 140732796650761 140732796650761 140732796653519 0
[pid=21376/tid=21391] ppid=21373 vsize=14084804 memory=12552 CPUtime=0 cores=0,2,4,6
/proc/21376/task/21391/stat : 21391 (java) S 21373 21376 17869 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246428504 14422839296 22221 33554432000 4194304 4196468 140732796641360 139626285972144 139627382770306 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35667968 140732796650568 140732796650761 140732796650761 140732796653519 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 88884 KiB

[startup+1.50082 s]
/proc/loadavg: 2.02 1.63 1.61 5/215 21391
/proc/meminfo: memFree=20170964/32770624 swapFree=67108172/67108860
[pid=21376] ppid=21373 vsize=14086852 memory=343048 CPUtime=2.77 cores=0,2,4,6
/proc/21376/stat : 21376 (java) S 21373 21376 17869 0 -1 1077944320 22312 0 0 0 262 15 0 0 20 0 15 0 246428498 14424936448 85762 33554432000 4194304 4196468 140732796641360 140732796623904 139627382759159 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 35667968 140732796650568 140732796650761 140732796650761 140732796653519 0
/proc/21376/statm: 3521713 85762 3565 1 0 3483785 0
[pid=21376/tid=21378] ppid=21373 vsize=14086852 memory=10759 CPUtime=1.42 cores=0,2,4,6
/proc/21376/task/21378/stat : 21378 (java) R 21373 21376 17869 0 -1 4202560 15696 0 0 0 136 6 0 0 20 0 15 0 246428498 14424936448 85762 33554432000 4194304 4196468 140732796641360 139627386992720 139626991176676 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35667968 140732796650568 140732796650761 140732796650761 140732796653519 0
[pid=21376/tid=21379] ppid=21373 vsize=14086852 memory=6791534058613427641 CPUtime=0.02 cores=0,2,4,6
/proc/21376/task/21379/stat : 21379 (java) S 21373 21376 17869 0 -1 1077944384 97 0 0 0 1 1 0 0 20 0 15 0 246428499 14424936448 85762 33554432000 4194304 4196468 140732796641360 139627312848016 139627382769365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35667968 140732796650568 140732796650761 140732796650761 140732796653519 0
[pid=21376/tid=21380] ppid=21373 vsize=14086852 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/21376/task/21380/stat : 21380 (java) S 21373 21376 17869 0 -1 1077944384 300 0 0 0 2 2 0 0 20 0 15 0 246428499 14424936448 85762 33554432000 4194304 4196468 140732796641360 139627311795216 139627382769365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35667968 140732796650568 140732796650761 140732796650761 140732796653519 0
[pid=21376/tid=21381] ppid=21373 vsize=14086852 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/21376/task/21381/stat : 21381 (java) S 21373 21376 17869 0 -1 1077944384 410 0 0 0 1 1 0 0 20 0 15 0 246428499 14424936448 85762 33554432000 4194304 4196468 140732796641360 139627310742416 139627382769365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35667968 140732796650568 140732796650761 140732796650761 140732796653519 0
[pid=21376/tid=21382] ppid=21373 vsize=14086852 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/21376/task/21382/stat : 21382 (java) S 21373 21376 17869 0 -1 1077944384 78 0 0 0 1 1 0 0 20 0 15 0 246428499 14424936448 85762 33554432000 4194304 4196468 140732796641360 139627309689616 139627382769365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35667968 140732796650568 140732796650761 140732796650761 140732796653519 0
[pid=21376/tid=21383] ppid=21373 vsize=14086852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21376/task/21383/stat : 21383 (java) S 21373 21376 17869 0 -1 1077944384 105 0 0 0 0 0 0 0 20 0 15 0 246428500 14424936448 85762 33554432000 4194304 4196468 140732796641360 139626294393200 139627382770306 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35667968 140732796650568 140732796650761 140732796650761 140732796653519 0

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


[startup+22.4006 s]
/proc/loadavg: 2.87 1.85 1.68 5/215 21391
/proc/meminfo: memFree=8274724/32770624 swapFree=67108172/67108860
[pid=21376] ppid=21373 vsize=14088900 memory=11759676 CPUtime=63.05 cores=0,2,4,6
/proc/21376/stat : 21376 (java) S 21373 21376 17869 0 -1 1077944320 329669 0 0 0 5099 1206 0 0 20 0 15 0 246428498 14427033600 2939919 33554432000 4194304 4196468 140732796641360 140732796623904 139627382759159 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 35667968 140732796650568 140732796650761 140732796650761 140732796653519 0
/proc/21376/statm: 3522225 2939919 3591 1 0 3484297 0
[pid=21376/tid=21378] ppid=21373 vsize=14088900 memory=66872 CPUtime=7.97 cores=0,2,4,6
/proc/21376/task/21378/stat : 21378 (java) S 21373 21376 17869 0 -1 1077944384 25682 0 0 0 779 18 0 0 20 0 15 0 246428498 14427033600 2939919 33554432000 4194304 4196468 140732796641360 139627386994864 139627382769365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35667968 140732796650568 140732796650761 140732796650761 140732796653519 0
[pid=21376/tid=21379] ppid=21373 vsize=14088900 memory=2148 CPUtime=12.99 cores=0,2,4,6
/proc/21376/task/21379/stat : 21379 (java) R 21373 21376 17869 0 -1 4202560 86193 0 0 0 989 310 0 0 20 0 15 0 246428499 14427033600 2939919 33554432000 4194304 4196468 140732796641360 139627312847824 139627375387367 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35667968 140732796650568 140732796650761 140732796650761 140732796653519 0
[pid=21376/tid=21380] ppid=21373 vsize=14088900 memory=6791534058613427641 CPUtime=13.04 cores=0,2,4,6
/proc/21376/task/21380/stat : 21380 (java) R 21373 21376 17869 0 -1 4202560 61929 0 0 0 1022 282 0 0 20 0 15 0 246428499 14427033600 2939919 33554432000 4194304 4196468 140732796641360 139627311795416 139627375855860 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35667968 140732796650568 140732796650761 140732796650761 140732796653519 0
[pid=21376/tid=21381] ppid=21373 vsize=14088900 memory=66872 CPUtime=13.01 cores=0,2,4,6
/proc/21376/task/21381/stat : 21381 (java) R 21373 21376 17869 0 -1 4202560 55069 0 0 0 986 315 0 0 20 0 15 0 246428499 14427033600 2939919 33554432000 4194304 4196468 140732796641360 139627310742536 139627375387367 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 35667968 140732796650568 140732796650761 140732796650761 140732796653519 0
[pid=21376/tid=21382] ppid=21373 vsize=14088900 memory=2148 CPUtime=12.94 cores=0,2,4,6
/proc/21376/task/21382/stat : 21382 (java) R 21373 21376 17869 0 -1 4202560 76045 0 0 0 1023 271 0 0 20 0 15 0 246428499 14427033600 2939919 33554432000 4194304 4196468 140732796641360 139627309689424 139627375387367 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35667968 140732796650568 140732796650761 140732796650761 140732796653519 0
[pid=21376/tid=21383] ppid=21373 vsize=14088900 memory=1196 CPUtime=0.91 cores=0,2,4,6
/proc/21376/task/21383/stat : 21383 (java) S 21373 21376 17869 0 -1 1077944384 16618 0 0 0 89 2 0 0 20 0 15 0 246428500 14427033600 2939919 33554432000 4194304 4196468 140732796641360 139626294391760 139627382769365 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35667968 140732796650568 140732796650761 140732796650761 140732796653519 0
[pid=21376/tid=21384] ppid=21373 vsize=14088900 memory=1500 CPUtime=0 cores=0,2,4,6
/proc/21376/task/21384/stat : 21384 (java) S 21373 21376 17869 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 246428501 14427033600 2939919 33554432000 4194304 4196468 140732796641360 139626293339232 139627382769365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35667968 140732796650568 140732796650761 140732796650761 140732796653519 0
[pid=21376/tid=21385] ppid=21373 vsize=14088900 memory=1196 CPUtime=0 cores=0,2,4,6
/proc/21376/task/21385/stat : 21385 (java) S 21373 21376 17869 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 246428501 14427033600 2939919 33554432000 4194304 4196468 140732796641360 139626292286336 139627382769365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35667968 140732796650568 140732796650761 140732796650761 140732796653519 0
[pid=21376/tid=21386] ppid=21373 vsize=14088900 memory=1500 CPUtime=0 cores=0,2,4,6
/proc/21376/task/21386/stat : 21386 (java) S 21373 21376 17869 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246428503 14427033600 2939919 33554432000 4194304 4196468 140732796641360 139626291234640 139627382777755 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35667968 140732796650568 140732796650761 140732796650761 140732796653519 0
[pid=21376/tid=21387] ppid=21373 vsize=14088900 memory=844 CPUtime=0.78 cores=0,2,4,6
/proc/21376/task/21387/stat : 21387 (java) S 21373 21376 17869 0 -1 1077944384 1585 0 0 0 78 0 0 0 20 0 15 0 246428503 14427033600 2939919 33554432000 4194304 4196468 140732796641360 139626290182784 139627382769365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35667968 140732796650568 140732796650761 140732796650761 140732796653519 0
[pid=21376/tid=21388] ppid=21373 vsize=14088900 memory=3880 CPUtime=0.79 cores=0,2,4,6
/proc/21376/task/21388/stat : 21388 (java) S 21373 21376 17869 0 -1 1077944384 1760 0 0 0 79 0 0 0 20 0 15 0 246428503 14427033600 2939919 33554432000 4194304 4196468 140732796641360 139626289130272 139627382769365 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35667968 140732796650568 140732796650761 140732796650761 140732796653519 0
[pid=21376/tid=21389] ppid=21373 vsize=14088900 memory=2672 CPUtime=0.5 cores=0,2,4,6
/proc/21376/task/21389/stat : 21389 (java) S 21373 21376 17869 0 -1 1077944384 2916 0 0 0 49 1 0 0 20 0 15 0 246428503 14427033600 2939919 33554432000 4194304 4196468 140732796641360 139626288077472 139627382769365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35667968 140732796650568 140732796650761 140732796650761 140732796653519 0
[pid=21376/tid=21390] ppid=21373 vsize=14088900 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21376/task/21390/stat : 21390 (java) S 21373 21376 17869 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246428503 14427033600 2939919 33554432000 4194304 4196468 140732796641360 139626287024864 139627382769365 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35667968 140732796650568 140732796650761 140732796650761 140732796653519 0
[pid=21376/tid=21391] ppid=21373 vsize=14088900 memory=-8961168018402230209 CPUtime=0.01 cores=0,2,4,6
/proc/21376/task/21391/stat : 21391 (java) S 21373 21376 17869 0 -1 1077944384 442 0 0 0 1 0 0 0 20 0 15 0 246428504 14427033600 2939919 33554432000 4194304 4196468 140732796641360 139626285972144 139627382770306 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 53 0 0 6293624 6294260 35667968 140732796650568 140732796650761 140732796650761 140732796653519 0
Current children cumulated CPU time: 63.05 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 11759676 KiB

[startup+23.2006 s]
/proc/loadavg: 3.04 1.91 1.70 6/215 21391
/proc/meminfo: memFree=8274600/32770624 swapFree=67108172/67108860
[pid=21376] ppid=21373 vsize=14088900 memory=11759676 CPUtime=66.15 cores=0,2,4,6
/proc/21376/stat : 21376 (java) S 21373 21376 17869 0 -1 1077944320 332709 0 0 0 5408 1207 0 0 20 0 15 0 246428498 14427033600 2939919 33554432000 4194304 4196468 140732796641360 140732796623904 139627382759159 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 35667968 140732796650568 140732796650761 140732796650761 140732796653519 0
/proc/21376/statm: 3522225 2939919 3591 1 0 3484297 0
[pid=21376/tid=21378] ppid=21373 vsize=14088900 memory=6791534058613427641 CPUtime=7.97 cores=0,2,4,6
/proc/21376/task/21378/stat : 21378 (java) S 21373 21376 17869 0 -1 1077944384 25682 0 0 0 779 18 0 0 20 0 15 0 246428498 14427033600 2939919 33554432000 4194304 4196468 140732796641360 139627386994864 139627382769365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35667968 140732796650568 140732796650761 140732796650761 140732796653519 0
[pid=21376/tid=21379] ppid=21373 vsize=14088900 memory=-7175204567652784766 CPUtime=13.77 cores=0,2,4,6
/proc/21376/task/21379/stat : 21379 (java) R 21373 21376 17869 0 -1 4202560 86193 0 0 0 1066 311 0 0 20 0 15 0 246428499 14427033600 2939919 33554432000 4194304 4196468 140732796641360 139627312847824 139627375387367 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35667968 140732796650568 140732796650761 140732796650761 140732796653519 0
[pid=21376/tid=21380] ppid=21373 vsize=14088900 memory=7100839861465685612 CPUtime=13.84 cores=0,2,4,6
/proc/21376/task/21380/stat : 21380 (java) R 21373 21376 17869 0 -1 4202560 64969 0 0 0 1102 282 0 0 20 0 15 0 246428499 14427033600 2939919 33554432000 4194304 4196468 140732796641360 139627311795416 139627375855876 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35667968 140732796650568 140732796650761 140732796650761 140732796653519 0
[pid=21376/tid=21381] ppid=21373 vsize=14088900 memory=-2541025644916727904 CPUtime=13.77 cores=0,2,4,6
/proc/21376/task/21381/stat : 21381 (java) R 21373 21376 17869 0 -1 4202560 55069 0 0 0 1062 315 0 0 20 0 15 0 246428499 14427033600 2939919 33554432000 4194304 4196468 140732796641360 139627310742536 139627375387367 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 35667968 140732796650568 140732796650761 140732796650761 140732796653519 0
[pid=21376/tid=21382] ppid=21373 vsize=14088900 memory=9998156 CPUtime=13.71 cores=0,2,4,6
/proc/21376/task/21382/stat : 21382 (java) R 21373 21376 17869 0 -1 4202560 76045 0 0 0 1099 272 0 0 20 0 15 0 246428499 14427033600 2939919 33554432000 4194304 4196468 140732796641360 139627309689424 139627375387367 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35667968 140732796650568 140732796650761 140732796650761 140732796653519 0
[pid=21376/tid=21383] ppid=21373 vsize=14088900 memory=1256 CPUtime=0.91 cores=0,2,4,6
/proc/21376/task/21383/stat : 21383 (java) S 21373 21376 17869 0 -1 1077944384 16618 0 0 0 89 2 0 0 20 0 15 0 246428500 14427033600 2939919 33554432000 4194304 4196468 140732796641360 139626294391760 139627382769365 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35667968 140732796650568 140732796650761 140732796650761 140732796653519 0
[pid=21376/tid=21384] ppid=21373 vsize=14088900 memory=10424 CPUtime=0 cores=0,2,4,6
/proc/21376/task/21384/stat : 21384 (java) S 21373 21376 17869 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 246428501 14427033600 2939919 33554432000 4194304 4196468 140732796641360 139626293339232 139627382769365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35667968 140732796650568 140732796650761 140732796650761 140732796653519 0
[pid=21376/tid=21385] ppid=21373 vsize=14088900 memory=1600 CPUtime=0 cores=0,2,4,6
/proc/21376/task/21385/stat : 21385 (java) S 21373 21376 17869 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 246428501 14427033600 2939919 33554432000 4194304 4196468 140732796641360 139626292286336 139627382769365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35667968 140732796650568 140732796650761 140732796650761 140732796653519 0
[pid=21376/tid=21386] ppid=21373 vsize=14088900 memory=1136 CPUtime=0 cores=0,2,4,6
/proc/21376/task/21386/stat : 21386 (java) S 21373 21376 17869 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246428503 14427033600 2939919 33554432000 4194304 4196468 140732796641360 139626291234640 139627382777755 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35667968 140732796650568 140732796650761 140732796650761 140732796653519 0
[pid=21376/tid=21387] ppid=21373 vsize=14088900 memory=1808 CPUtime=0.78 cores=0,2,4,6
/proc/21376/task/21387/stat : 21387 (java) S 21373 21376 17869 0 -1 1077944384 1585 0 0 0 78 0 0 0 20 0 15 0 246428503 14427033600 2939919 33554432000 4194304 4196468 140732796641360 139626290182784 139627382769365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35667968 140732796650568 140732796650761 140732796650761 140732796653519 0
[pid=21376/tid=21388] ppid=21373 vsize=14088900 memory=1020 CPUtime=0.79 cores=0,2,4,6
/proc/21376/task/21388/stat : 21388 (java) S 21373 21376 17869 0 -1 1077944384 1760 0 0 0 79 0 0 0 20 0 15 0 246428503 14427033600 2939919 33554432000 4194304 4196468 140732796641360 139626289130272 139627382769365 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35667968 140732796650568 140732796650761 140732796650761 140732796653519 0
[pid=21376/tid=21389] ppid=21373 vsize=14088900 memory=5660 CPUtime=0.5 cores=0,2,4,6
/proc/21376/task/21389/stat : 21389 (java) S 21373 21376 17869 0 -1 1077944384 2916 0 0 0 49 1 0 0 20 0 15 0 246428503 14427033600 2939919 33554432000 4194304 4196468 140732796641360 139626288077472 139627382769365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35667968 140732796650568 140732796650761 140732796650761 140732796653519 0
[pid=21376/tid=21390] ppid=21373 vsize=14088900 memory=756 CPUtime=0 cores=0,2,4,6
/proc/21376/task/21390/stat : 21390 (java) S 21373 21376 17869 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246428503 14427033600 2939919 33554432000 4194304 4196468 140732796641360 139626287024864 139627382769365 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35667968 140732796650568 140732796650761 140732796650761 140732796653519 0
[pid=21376/tid=21391] ppid=21373 vsize=14088900 memory=79 CPUtime=0.01 cores=0,2,4,6
/proc/21376/task/21391/stat : 21391 (java) S 21373 21376 17869 0 -1 1077944384 442 0 0 0 1 0 0 0 20 0 15 0 246428504 14427033600 2939919 33554432000 4194304 4196468 140732796641360 139626285972144 139627382770306 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 53 0 0 6293624 6294260 35667968 140732796650568 140732796650761 140732796650761 140732796653519 0
Current children cumulated CPU time: 66.15 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 11759676 KiB

[startup+24.0017 s]*
/proc/loadavg: 3.04 1.91 1.70 7/215 21391
/proc/meminfo: memFree=8274476/32770624 swapFree=67108172/67108860
[pid=21376] ppid=21373 vsize=14088900 memory=11759756 CPUtime=68.9 cores=0,2,4,6
/proc/21376/stat : 21376 (java) S 21373 21376 17869 0 -1 1077944320 398843 0 0 0 5680 1210 0 0 20 0 15 0 246428498 14427033600 2939939 33554432000 4194304 4196468 140732796641360 140732796623904 139627382759159 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 35667968 140732796650568 140732796650761 140732796650761 140732796653519 0
/proc/21376/statm: 3522225 2939939 3591 1 0 3484297 0
[pid=21376/tid=21378] ppid=21373 vsize=14088900 memory=6791534058613427641 CPUtime=7.97 cores=0,2,4,6
/proc/21376/task/21378/stat : 21378 (java) S 21373 21376 17869 0 -1 1077944384 25682 0 0 0 779 18 0 0 20 0 15 0 246428498 14427033600 2939939 33554432000 4194304 4196468 140732796641360 139627386994864 139627382769365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35667968 140732796650568 140732796650761 140732796650761 140732796653519 0
[pid=21376/tid=21379] ppid=21373 vsize=14088900 memory=4872558044660077418 CPUtime=14.42 cores=0,2,4,6
/proc/21376/task/21379/stat : 21379 (java) R 21373 21376 17869 0 -1 4202560 86312 0 0 0 1131 311 0 0 20 0 15 0 246428499 14427033600 2939939 33554432000 4194304 4196468 140732796641360 139627312848016 139627367755712 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35667968 140732796650568 140732796650761 140732796650761 140732796653519 0
[pid=21376/tid=21380] ppid=21373 vsize=14088900 memory=7883944151737461102 CPUtime=14.5 cores=0,2,4,6
/proc/21376/task/21380/stat : 21380 (java) R 21373 21376 17869 0 -1 4202560 121936 0 0 0 1166 284 0 0 20 0 15 0 246428499 14427033600 2939939 33554432000 4194304 4196468 140732796641360 139627311795216 139627367458579 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35667968 140732796650568 140732796650761 140732796650761 140732796653519 0
[pid=21376/tid=21381] ppid=21373 vsize=14088900 memory=5787213827113242978 CPUtime=14.43 cores=0,2,4,6
/proc/21376/task/21381/stat : 21381 (java) R 21373 21376 17869 0 -1 4202560 55164 0 0 0 1128 315 0 0 20 0 15 0 246428499 14427033600 2939939 33554432000 4194304 4196468 140732796641360 139627310742416 139627367755805 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35667968 140732796650568 140732796650761 140732796650761 140732796653519 0
[pid=21376/tid=21382] ppid=21373 vsize=14088900 memory=5787213827046134114 CPUtime=14.35 cores=0,2,4,6
/proc/21376/task/21382/stat : 21382 (java) R 21373 21376 17869 0 -1 4202560 76196 0 0 0 1163 272 0 0 20 0 15 0 246428499 14427033600 2939939 33554432000 4194304 4196468 140732796641360 139627309689816 139627367458426 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 35667968 140732796650568 140732796650761 140732796650761 140732796653519 0
[pid=21376/tid=21383] ppid=21373 vsize=14088900 memory=5787213827146797410 CPUtime=1.05 cores=0,2,4,6
/proc/21376/task/21383/stat : 21383 (java) S 21373 21376 17869 0 -1 1077944384 25391 0 0 0 103 2 0 0 20 0 15 0 246428500 14427033600 2939939 33554432000 4194304 4196468 140732796641360 139626294391760 139627382769365 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35667968 140732796650568 140732796650761 140732796650761 140732796653519 0
[pid=21376/tid=21384] ppid=21373 vsize=14088900 memory=5787213827079688546 CPUtime=0 cores=0,2,4,6
/proc/21376/task/21384/stat : 21384 (java) S 21373 21376 17869 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 246428501 14427033600 2939939 33554432000 4194304 4196468 140732796641360 139626293338768 139627382770306 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35667968 140732796650568 140732796650761 140732796650761 140732796653519 0
[pid=21376/tid=21385] ppid=21373 vsize=14088900 memory=7813865652928602452 CPUtime=0 cores=0,2,4,6
/proc/21376/task/21385/stat : 21385 (java) S 21373 21376 17869 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 246428501 14427033600 2939939 33554432000 4194304 4196468 140732796641360 139626292286336 139627382769365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35667968 140732796650568 140732796650761 140732796650761 140732796653519 0
[pid=21376/tid=21386] ppid=21373 vsize=14088900 memory=7308895142485716329 CPUtime=0 cores=0,2,4,6
/proc/21376/task/21386/stat : 21386 (java) S 21373 21376 17869 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246428503 14427033600 2939939 33554432000 4194304 4196468 140732796641360 139626291234640 139627382777755 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35667968 140732796650568 140732796650761 140732796650761 140732796653519 0
[pid=21376/tid=21387] ppid=21373 vsize=14088900 memory=7308895142485716329 CPUtime=0.78 cores=0,2,4,6
/proc/21376/task/21387/stat : 21387 (java) S 21373 21376 17869 0 -1 1077944384 1585 0 0 0 78 0 0 0 20 0 15 0 246428503 14427033600 2939939 33554432000 4194304 4196468 140732796641360 139626290183024 139627382770306 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35667968 140732796650568 140732796650761 140732796650761 140732796653519 0
[pid=21376/tid=21388] ppid=21373 vsize=14088900 memory=7882828121784479853 CPUtime=0.79 cores=0,2,4,6
/proc/21376/task/21388/stat : 21388 (java) S 21373 21376 17869 0 -1 1077944384 1760 0 0 0 79 0 0 0 20 0 15 0 246428503 14427033600 2939939 33554432000 4194304 4196468 140732796641360 139626289130224 139627382770306 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35667968 140732796650568 140732796650761 140732796650761 140732796653519 0
[pid=21376/tid=21389] ppid=21373 vsize=14088900 memory=7524512692651257697 CPUtime=0.5 cores=0,2,4,6
/proc/21376/task/21389/stat : 21389 (java) S 21373 21376 17869 0 -1 1077944384 2916 0 0 0 49 1 0 0 20 0 15 0 246428503 14427033600 2939939 33554432000 4194304 4196468 140732796641360 139626288077424 139627382770306 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35667968 140732796650568 140732796650761 140732796650761 140732796653519 0
[pid=21376/tid=21390] ppid=21373 vsize=14088900 memory=7524512692651257697 CPUtime=0 cores=0,2,4,6
/proc/21376/task/21390/stat : 21390 (java) S 21373 21376 17869 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246428503 14427033600 2939939 33554432000 4194304 4196468 140732796641360 139626287024864 139627382769365 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35667968 140732796650568 140732796650761 140732796650761 140732796653519 0
[pid=21376/tid=21391] ppid=21373 vsize=14088900 memory=7524512692651257697 CPUtime=0.01 cores=0,2,4,6
/proc/21376/task/21391/stat : 21391 (java) S 21373 21376 17869 0 -1 1077944384 468 0 0 0 1 0 0 0 20 0 15 0 246428504 14427033600 2939939 33554432000 4194304 4196468 140732796641360 139626285972144 139627382770306 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 53 0 0 6293624 6294260 35667968 140732796650568 140732796650761 140732796650761 140732796653519 0
Current children cumulated CPU time: 68.9 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 11759756 KiB

[startup+24.2007 s]
/proc/loadavg: 3.04 1.91 1.70 7/215 21391
/proc/meminfo: memFree=8274476/32770624 swapFree=67108172/67108860
[pid=21376] ppid=21373 vsize=14088900 memory=11759980 CPUtime=69.42 cores=0,2,4,6
/proc/21376/stat : 21376 (java) S 21373 21376 17869 0 -1 1077944320 401761 0 0 0 5731 1211 0 0 20 0 15 0 246428498 14427033600 2939995 33554432000 4194304 4196468 140732796641360 140732796623904 139627382759159 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 35667968 140732796650568 140732796650761 140732796650761 140732796653519 0
/proc/21376/statm: 3522225 2939995 3597 1 0 3484297 0
[pid=21376/tid=21378] ppid=21373 vsize=14088900 memory=288230583166042426 CPUtime=7.97 cores=0,2,4,6
/proc/21376/task/21378/stat : 21378 (java) S 21373 21376 17869 0 -1 1077944384 25777 0 0 0 779 18 0 0 20 0 15 0 246428498 14427033600 2939995 33554432000 4194304 4196468 140732796641360 139627386998656 139627382769365 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35667968 140732796650568 140732796650761 140732796650761 140732796653519 0
[pid=21376/tid=21379] ppid=21373 vsize=14088900 memory=14974468741139023 CPUtime=14.52 cores=0,2,4,6
/proc/21376/task/21379/stat : 21379 (java) S 21373 21376 17869 0 -1 1077944384 86332 0 0 0 1141 311 0 0 20 0 15 0 246428499 14427033600 2939995 33554432000 4194304 4196468 140732796641360 139627312848016 139627382769365 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35667968 140732796650568 140732796650761 140732796650761 140732796653519 0
[pid=21376/tid=21380] ppid=21373 vsize=14088900 memory=1500 CPUtime=14.61 cores=0,2,4,6
/proc/21376/task/21380/stat : 21380 (java) S 21373 21376 17869 0 -1 1077944384 121991 0 0 0 1177 284 0 0 20 0 15 0 246428499 14427033600 2939995 33554432000 4194304 4196468 140732796641360 139627311795216 139627382769365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35667968 140732796650568 140732796650761 140732796650761 140732796653519 0
[pid=21376/tid=21381] ppid=21373 vsize=14088900 memory=844 CPUtime=14.53 cores=0,2,4,6
/proc/21376/task/21381/stat : 21381 (java) S 21373 21376 17869 0 -1 1077944384 55174 0 0 0 1138 315 0 0 20 0 15 0 246428499 14427033600 2939995 33554432000 4194304 4196468 140732796641360 139627310742416 139627382769365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35667968 140732796650568 140732796650761 140732796650761 140732796653519 0
[pid=21376/tid=21382] ppid=21373 vsize=14088900 memory=3880 CPUtime=14.46 cores=0,2,4,6
/proc/21376/task/21382/stat : 21382 (java) S 21373 21376 17869 0 -1 1077944384 76244 0 0 0 1174 272 0 0 20 0 15 0 246428499 14427033600 2939995 33554432000 4194304 4196468 140732796641360 139627309689616 139627382769365 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35667968 140732796650568 140732796650761 140732796650761 140732796653519 0
[pid=21376/tid=21383] ppid=21373 vsize=14088900 memory=2672 CPUtime=1.13 cores=0,2,4,6
/proc/21376/task/21383/stat : 21383 (java) R 21373 21376 17869 0 -1 4202560 28071 0 0 0 111 2 0 0 20 0 15 0 246428500 14427033600 2939995 33554432000 4194304 4196468 140732796641360 139626294391744 139627361129320 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35667968 140732796650568 140732796650761 140732796650761 140732796653519 0
[pid=21376/tid=21384] ppid=21373 vsize=14088900 memory=1256 CPUtime=0 cores=0,2,4,6
/proc/21376/task/21384/stat : 21384 (java) S 21373 21376 17869 0 -1 1077944384 73 0 0 0 0 0 0 0 20 0 15 0 246428501 14427033600 2939995 33554432000 4194304 4196468 140732796641360 139626293339232 139627382769365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35667968 140732796650568 140732796650761 140732796650761 140732796653519 0
[pid=21376/tid=21385] ppid=21373 vsize=14088900 memory=10424 CPUtime=0 cores=0,2,4,6
/proc/21376/task/21385/stat : 21385 (java) S 21373 21376 17869 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 246428501 14427033600 2939995 33554432000 4194304 4196468 140732796641360 139626292286336 139627382769365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35667968 140732796650568 140732796650761 140732796650761 140732796653519 0
[pid=21376/tid=21386] ppid=21373 vsize=14088900 memory=1600 CPUtime=0 cores=0,2,4,6
/proc/21376/task/21386/stat : 21386 (java) S 21373 21376 17869 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246428503 14427033600 2939995 33554432000 4194304 4196468 140732796641360 139626291234640 139627382777755 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35667968 140732796650568 140732796650761 140732796650761 140732796653519 0
[pid=21376/tid=21387] ppid=21373 vsize=14088900 memory=1136 CPUtime=0.78 cores=0,2,4,6
/proc/21376/task/21387/stat : 21387 (java) S 21373 21376 17869 0 -1 1077944384 1585 0 0 0 78 0 0 0 20 0 15 0 246428503 14427033600 2939995 33554432000 4194304 4196468 140732796641360 139626290183024 139627382770306 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35667968 140732796650568 140732796650761 140732796650761 140732796653519 0
[pid=21376/tid=21388] ppid=21373 vsize=14088900 memory=1808 CPUtime=0.79 cores=0,2,4,6
/proc/21376/task/21388/stat : 21388 (java) S 21373 21376 17869 0 -1 1077944384 1760 0 0 0 79 0 0 0 20 0 15 0 246428503 14427033600 2939995 33554432000 4194304 4196468 140732796641360 139626289130224 139627382770306 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35667968 140732796650568 140732796650761 140732796650761 140732796653519 0
[pid=21376/tid=21389] ppid=21373 vsize=14088900 memory=1020 CPUtime=0.5 cores=0,2,4,6
/proc/21376/task/21389/stat : 21389 (java) S 21373 21376 17869 0 -1 1077944384 2916 0 0 0 49 1 0 0 20 0 15 0 246428503 14427033600 2939995 33554432000 4194304 4196468 140732796641360 139626288077424 139627382770306 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35667968 140732796650568 140732796650761 140732796650761 140732796653519 0
[pid=21376/tid=21390] ppid=21373 vsize=14088900 memory=5660 CPUtime=0 cores=0,2,4,6
/proc/21376/task/21390/stat : 21390 (java) S 21373 21376 17869 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246428503 14427033600 2939995 33554432000 4194304 4196468 140732796641360 139626287024864 139627382769365 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35667968 140732796650568 140732796650761 140732796650761 140732796653519 0
[pid=21376/tid=21391] ppid=21373 vsize=14088900 memory=7882828121784479853 CPUtime=0.01 cores=0,2,4,6
/proc/21376/task/21391/stat : 21391 (java) S 21373 21376 17869 0 -1 1077944384 468 0 0 0 1 0 0 0 20 0 15 0 246428504 14427033600 2939995 33554432000 4194304 4196468 140732796641360 139626285972144 139627382770306 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 53 0 0 6293624 6294260 35667968 140732796650568 140732796650761 140732796650761 140732796653519 0
Current children cumulated CPU time: 69.42 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 11759980 KiB

[startup+24.3008 s]*
/proc/loadavg: 3.04 1.91 1.70 3/202 21392
/proc/meminfo: memFree=15131372/32770624 swapFree=67108172/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): 24.3363
CPU time (s): 69.563
CPU user time (s): 57.3526
CPU system time (s): 12.2104
CPU usage (%): 285.841
Max. virtual memory (cumulated for all children) (KiB): 14088900
Max. memory (cumulated for all children) (KiB): 11759980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 57.3526
system time used= 12.2104
maximum resident set size= 11759980
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 401896
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= 5351
involuntary context switches= 590


# summary of solver processes directly reported to runsolver:
#   pid: 21376
#   total CPU time (s): 69.563
#   total CPU user time (s): 57.3526
#   total CPU system time (s): 12.2104

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.181234 second user time and 0.289319 second system time

The end

Launcher Data

Begin job on node136 at 2018-08-15 01:17:33
IDJOB=4307819
IDBENCH=141304
IDSOLVER=2791
FILE ID=node136/4307819-1534288653
RUNJOBID= node136-1534271084-19495
PBS_JOBID= 21038121
Free space on /tmp= 38904 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-08-14
BENCH NAME= XCSP18/CrosswordDesign/CrosswordDesign-09-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-4307819-1534288653/watcher-4307819-1534288653 -o /tmp/evaluation-result-4307819-1534288653/solver-4307819-1534288653 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node136-1534271084-19495 --watchdog 2580  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 1694617930 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4307819-1534288653.xml

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

MD5SUM BENCH= 687e226d0bfa9953b2ddd48681aeb13c
RANDOM SEED=1694617930

node136.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        20348656 kB
MemAvailable:   27702752 kB
Buffers:          117244 kB
Cached:          7456932 kB
SwapCached:           16 kB
Active:          8116816 kB
Inactive:        3708664 kB
Active(anon):    4202612 kB
Inactive(anon):   100900 kB
Active(file):    3914204 kB
Inactive(file):  3607764 kB
Unevictable:        7380 kB
Mlocked:            7380 kB
SwapTotal:      67108860 kB
SwapFree:       67108172 kB
Dirty:             52844 kB
Writeback:             0 kB
AnonPages:       4258648 kB
Mapped:            67716 kB
Shmem:             49576 kB
Slab:             289064 kB
SReclaimable:     260588 kB
SUnreclaim:        28476 kB
KernelStack:        3520 kB
PageTables:        13752 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5663392 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4028416 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 38872 MiB
End job on node136 at 2018-08-15 01:17:58