Trace number 4274892

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 - Parallel with EPS 2017-07-26? (TO) 2934.5801 2522.0801

General information on the benchmark

NameBinPacking/
BinPacking-tab-ft/BinPacking-tab-ft249-06.xml
MD5SUM0bf4a40729d33496d05cbb52f4946484
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark15
Best CPU time to get the best result obtained on this benchmark2400.08
Satisfiable
(Un)Satisfiability was proved
Number of variables397
Number of constraints102
Number of domains2
Minimum domain size100
Maximum domain size139
Distribution of domain sizes[{"size":100,"count":1},{"size":139,"count":396}]
Minimum variable degree2
Maximum variable degree4
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":297},{"degree":4,"count":99}]
Minimum constraint arity4
Maximum constraint arity396
Distribution of constraint arities[{"arity":4,"count":99},{"arity":100,"count":1},{"arity":396,"count":2}]
Number of extensional constraints99
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":99},{"type":"lex","count":1},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

0.29/0.25	c version: 2017-07-26
0.29/0.25	c seed: 1047544686
0.29/0.25	c timeout: 20160
0.29/0.25	c memlimit: 11000
0.29/0.25	c nbcore: 8
0.29/0.28	c Parsing instance...
2.48/1.02	c Parsing done, starting search...
776.64/169.44	java.lang.OutOfMemoryError: Java heap space
814.10/175.79		at oscar.algo.reversible.ReversibleSparseBitSet.growInnerTrail(ReversibleSparseBitSet.scala:191)
814.10/175.79		at oscar.algo.reversible.ReversibleSparseBitSet.trail(ReversibleSparseBitSet.scala:238)
814.10/175.79		at oscar.algo.reversible.ReversibleSparseBitSet.intersectCollected(ReversibleSparseBitSet.scala:294)
814.10/175.79		at oscar.cp.constraints.tables.TableCT.updateDelta(TableCT.scala:148)
823.75/177.19		at oscar.cp.constraints.tables.TableCT.propagate(TableCT.scala:175)
823.75/177.19		at oscar.cp.core.Constraint.execute(Constraint.scala:301)
823.75/177.19		at oscar.cp.core.CPStore.fixedPoint(CPStore.scala:258)
823.75/177.19		at oscar.cp.core.CPStore.propagate(CPStore.scala:216)
823.75/177.19		at oscar.cp.core.CPStore.post(CPStore.scala:290)
823.75/177.19		at oscar.cp.core.CPSolver$$anonfun$1.apply$mcV$sp(CPSolver.scala:138)
823.75/177.19		at oscar.algo.search.BranchingUtils$class.isInconsistent(BranchingUtils.scala:39)
823.75/177.19		at oscar.cp.package$.isInconsistent(package.scala:54)
823.75/177.19		at oscar.cp.core.CPSolver.add(CPSolver.scala:138)
823.75/177.19		at oscar.cp.core.CPSolver.add(CPSolver.scala:144)
823.75/177.19		at oscar.modeling.models.cp.CPModel.postConstraintForPossibleConstant(CPModel.scala:704)
823.75/177.19		at oscar.modeling.models.cp.CPModel.postEquality(CPModel.scala:396)
823.75/177.19		at oscar.modeling.models.cp.CPModel.postEquality(CPModel.scala:394)
833.24/178.57		at oscar.modeling.models.cp.CPModel.postBooleanExpression(CPModel.scala:408)
833.24/178.57		at oscar.modeling.models.cp.CPModel.post(CPModel.scala:309)
833.24/178.57		at oscar.modeling.models.ModelDeclaration.postInstantiated(ModelDeclaration.scala:81)
833.24/178.57		at oscar.modeling.models.ModelDeclaration.post(ModelDeclaration.scala:65)
833.24/178.57		at oscar.modeling.vars.cp.ContextProxy.assign(ContextProxy.scala:41)
833.24/178.57		at oscar.algo.branchings.ConflictOrderingSearch$$anonfun$createChildren$1$$anonfun$3.apply$mcV$sp(ConflictOrderingSearch.scala:55)
833.24/178.57		at oscar.algo.search.BranchingUtils$class.isInconsistent(BranchingUtils.scala:39)
833.24/178.57		at oscar.algo.search.package$.isInconsistent(package.scala:21)
833.24/178.57		at oscar.algo.branchings.ConflictOrderingSearch$$anonfun$createChildren$1.apply$mcV$sp(ConflictOrderingSearch.scala:55)
833.24/178.57		at oscar.modeling.solvers.cp.distributed.IntBoundaryUpdateSearchWrapper$$anonfun$alternatives$2$$anonfun$apply$2.apply$mcV$sp(DistributionHelpers.scala:164)
833.24/178.57		at oscar.algo.search.DFSearch.start(DFSearch.scala:150)
833.24/178.57		at oscar.algo.search.DFSearchNode.startSubjectTo(DFSearchNode.scala:103)
833.24/178.57		at oscar.cp.core.CPSolver.startSubjectTo(CPSolver.scala:42)
833.24/178.57		at oscar.algo.search.DFSearchNode.startSubjectTo(DFSearchNode.scala:74)
833.24/178.57		at oscar.modeling.solvers.cp.distributed.SolverActor$$anonfun$5.apply(SolverActor.scala:144)
880.28/186.40	java.lang.OutOfMemoryError: Java heap space
880.28/186.40		at oscar.algo.reversible.ReversibleSparseBitSet.growInnerTrail(ReversibleSparseBitSet.scala:191)
880.28/186.40		at oscar.algo.reversible.ReversibleSparseBitSet.trail(ReversibleSparseBitSet.scala:238)
880.28/186.40		at oscar.algo.reversible.ReversibleSparseBitSet.intersectCollected(ReversibleSparseBitSet.scala:294)
880.28/186.40		at oscar.cp.constraints.tables.TableCT.updateDelta(TableCT.scala:148)
880.28/186.40		at oscar.cp.constraints.tables.TableCT.propagate(TableCT.scala:175)
880.28/186.40		at oscar.cp.core.Constraint.execute(Constraint.scala:301)
880.28/186.40		at oscar.cp.core.CPStore.fixedPoint(CPStore.scala:258)
880.28/186.40		at oscar.cp.core.CPStore.propagate(CPStore.scala:216)
880.28/186.40		at oscar.cp.core.CPStore.post(CPStore.scala:290)
880.28/186.40		at oscar.cp.core.CPSolver$$anonfun$1.apply$mcV$sp(CPSolver.scala:138)
880.28/186.40		at oscar.algo.search.BranchingUtils$class.isInconsistent(BranchingUtils.scala:39)
880.28/186.40		at oscar.cp.package$.isInconsistent(package.scala:54)
880.28/186.40		at oscar.cp.core.CPSolver.add(CPSolver.scala:138)
880.28/186.40		at oscar.cp.core.CPSolver.add(CPSolver.scala:144)
880.28/186.40		at oscar.modeling.models.cp.CPModel.postConstraintForPossibleConstant(CPModel.scala:704)
880.28/186.40		at oscar.modeling.models.cp.CPModel.postEquality(CPModel.scala:396)
880.28/186.40		at oscar.modeling.models.cp.CPModel.postEquality(CPModel.scala:394)
880.28/186.40		at oscar.modeling.models.cp.CPModel.postBooleanExpression(CPModel.scala:408)
880.28/186.40		at oscar.modeling.models.cp.CPModel.post(CPModel.scala:309)
880.28/186.40		at oscar.modeling.models.ModelDeclaration.postInstantiated(ModelDeclaration.scala:81)
880.28/186.40		at oscar.modeling.models.ModelDeclaration.post(ModelDeclaration.scala:65)
880.28/186.40		at oscar.modeling.vars.cp.ContextProxy.assign(ContextProxy.scala:41)
880.28/186.40		at oscar.algo.branchings.ConflictOrderingSearch$$anonfun$createChildren$1$$anonfun$3.apply$mcV$sp(ConflictOrderingSearch.scala:55)
880.28/186.40		at oscar.algo.search.BranchingUtils$class.isInconsistent(BranchingUtils.scala:39)
880.28/186.40		at oscar.algo.search.package$.isInconsistent(package.scala:21)
880.28/186.40		at oscar.algo.branchings.ConflictOrderingSearch$$anonfun$createChildren$1.apply$mcV$sp(ConflictOrderingSearch.scala:55)
880.28/186.40		at oscar.modeling.solvers.cp.distributed.IntBoundaryUpdateSearchWrapper$$anonfun$alternatives$2$$anonfun$apply$2.apply$mcV$sp(DistributionHelpers.scala:164)
880.28/186.40		at oscar.algo.search.DFSearch.start(DFSearch.scala:150)
880.28/186.40		at oscar.algo.search.DFSearchNode.startSubjectTo(DFSearchNode.scala:103)
880.28/186.40		at oscar.cp.core.CPSolver.startSubjectTo(CPSolver.scala:42)
880.28/186.40		at oscar.algo.search.DFSearchNode.startSubjectTo(DFSearchNode.scala:74)
880.28/186.40		at oscar.modeling.solvers.cp.distributed.SolverActor$$anonfun$5.apply(SolverActor.scala:144)
880.28/186.40	java.lang.OutOfMemoryError: Java heap space
880.28/186.40		at oscar.algo.reversible.ReversibleSparseBitSet.growInnerTrail(ReversibleSparseBitSet.scala:191)
880.28/186.40		at oscar.algo.reversible.ReversibleSparseBitSet.trail(ReversibleSparseBitSet.scala:238)
880.28/186.40		at oscar.algo.reversible.ReversibleSparseBitSet.intersectCollected(ReversibleSparseBitSet.scala:294)
880.28/186.40		at oscar.cp.constraints.tables.TableCT.updateDelta(TableCT.scala:148)
880.28/186.40		at oscar.cp.constraints.tables.TableCT.propagate(TableCT.scala:175)
880.28/186.40		at oscar.cp.core.Constraint.execute(Constraint.scala:301)
880.28/186.40		at oscar.cp.core.CPStore.fixedPoint(CPStore.scala:258)
880.28/186.40		at oscar.cp.core.CPStore.propagate(CPStore.scala:216)
880.28/186.40		at oscar.cp.core.CPStore.post(CPStore.scala:290)
880.28/186.40		at oscar.cp.core.CPSolver$$anonfun$1.apply$mcV$sp(CPSolver.scala:138)
880.28/186.40		at oscar.algo.search.BranchingUtils$class.isInconsistent(BranchingUtils.scala:39)
880.28/186.40		at oscar.cp.package$.isInconsistent(package.scala:54)
880.28/186.40		at oscar.cp.core.CPSolver.add(CPSolver.scala:138)
880.28/186.40		at oscar.cp.core.CPSolver.add(CPSolver.scala:144)
880.28/186.40		at oscar.modeling.models.cp.CPModel.postConstraintForPossibleConstant(CPModel.scala:704)
880.28/186.40		at oscar.modeling.models.cp.CPModel.postEquality(CPModel.scala:396)
880.28/186.40		at oscar.modeling.models.cp.CPModel.postEquality(CPModel.scala:394)
880.28/186.40		at oscar.modeling.models.cp.CPModel.postBooleanExpression(CPModel.scala:408)
880.28/186.40		at oscar.modeling.models.cp.CPModel.post(CPModel.scala:309)
880.28/186.40		at oscar.modeling.models.ModelDeclaration.postInstantiated(ModelDeclaration.scala:81)
880.28/186.40		at oscar.modeling.models.ModelDeclaration.post(ModelDeclaration.scala:65)
880.28/186.40		at oscar.modeling.vars.cp.ContextProxy.assign(ContextProxy.scala:41)
880.28/186.40		at oscar.algo.branchings.ConflictOrderingSearch$$anonfun$createChildren$1$$anonfun$3.apply$mcV$sp(ConflictOrderingSearch.scala:55)
880.28/186.40		at oscar.algo.search.BranchingUtils$class.isInconsistent(BranchingUtils.scala:39)
880.28/186.40		at oscar.algo.search.package$.isInconsistent(package.scala:21)
880.28/186.40		at oscar.algo.branchings.ConflictOrderingSearch$$anonfun$createChildren$1.apply$mcV$sp(ConflictOrderingSearch.scala:55)
880.28/186.40		at oscar.modeling.solvers.cp.distributed.IntBoundaryUpdateSearchWrapper$$anonfun$alternatives$2$$anonfun$apply$2.apply$mcV$sp(DistributionHelpers.scala:164)
880.28/186.40		at oscar.algo.search.DFSearch.start(DFSearch.scala:150)
880.28/186.40		at oscar.algo.search.DFSearchNode.startSubjectTo(DFSearchNode.scala:103)
880.28/186.40		at oscar.cp.core.CPSolver.startSubjectTo(CPSolver.scala:42)
880.28/186.40		at oscar.algo.search.DFSearchNode.startSubjectTo(DFSearchNode.scala:74)
880.28/186.40		at oscar.modeling.solvers.cp.distributed.SolverActor$$anonfun$5.apply(SolverActor.scala:144)
955.96/198.27	java.lang.OutOfMemoryError: GC overhead limit exceeded
955.96/198.27		at oscar.cp.core.variables.CPIntVarAdaptable$$anon$2.<init>(CPIntVarAdaptable.scala:139)
955.96/198.27		at oscar.cp.core.variables.CPIntVarAdaptable.iteratorSparse(CPIntVarAdaptable.scala:138)
955.96/198.27		at oscar.cp.core.variables.CPIntVarAdaptable.iterator(CPIntVarAdaptable.scala:128)
965.50/199.66		at oscar.modeling.vars.cp.CPIntVar.iterator(CPIntVar.scala:96)
975.07/201.05		at oscar.modeling.vars.IntVar.iterator(IntVar.scala:41)
975.07/201.05		at scala.collection.IterableLike$class.foreach(IterableLike.scala:72)
975.07/201.05		at oscar.modeling.vars.IntVar.foreach(IntVar.scala:32)
975.07/201.05		at scala.collection.TraversableOnce$class.size(TraversableOnce.scala:106)
975.07/201.05		at oscar.modeling.vars.IntVar.size(IntVar.scala:32)
975.07/201.05		at oscar.xcsp3.competition.solvers.parallel.ParallelSolver$$anonfun$1.apply$mcII$sp(ParallelSolver.scala:81)
975.07/201.05		at oscar.xcsp3.competition.solvers.parallel.ParallelSolver$$anonfun$1.apply(ParallelSolver.scala:81)
975.07/201.05		at oscar.xcsp3.competition.solvers.parallel.ParallelSolver$$anonfun$1.apply(ParallelSolver.scala:81)
975.07/201.05		at oscar.algo.branchings.ConflictOrderingSearch.alternatives(ConflictOrderingSearch.scala:115)
975.07/201.05		at oscar.modeling.solvers.cp.distributed.IntBoundaryUpdateSearchWrapper.alternatives(DistributionHelpers.scala:158)
975.07/201.05		at oscar.algo.search.DFSearch.expand(DFSearch.scala:93)
975.07/201.05		at oscar.algo.search.DFSearch.start(DFSearch.scala:156)
975.07/201.05		at oscar.algo.search.DFSearchNode.startSubjectTo(DFSearchNode.scala:103)
984.51/202.42		at oscar.cp.core.CPSolver.startSubjectTo(CPSolver.scala:42)
984.51/202.42		at oscar.algo.search.DFSearchNode.startSubjectTo(DFSearchNode.scala:74)
984.51/202.42		at oscar.modeling.solvers.cp.distributed.SolverActor$$anonfun$5.apply(SolverActor.scala:144)
984.51/202.42		at oscar.modeling.solvers.cp.distributed.SolverActor$$anonfun$5.apply(SolverActor.scala:144)
984.51/202.42		at scala.util.DynamicVariable.withValue(DynamicVariable.scala:58)
984.51/202.42		at oscar.modeling.misc.DynamicModelVariable.withValue(DynamicModelVariable.scala:34)
984.51/202.42		at oscar.modeling.models.ModelDeclaration.apply(ModelDeclaration.scala:57)
984.51/202.42		at oscar.modeling.solvers.cp.distributed.SolverActor.solve_subproblem(SolverActor.scala:143)
984.51/202.42		at oscar.modeling.solvers.cp.distributed.SolverActor$$anonfun$receive$1$$anonfun$applyOrElse$1.apply$mcV$sp(SolverActor.scala:117)
984.51/202.42		at oscar.modeling.solvers.cp.distributed.SolverActor$$anonfun$receive$1$$anonfun$applyOrElse$1.apply(SolverActor.scala:116)
994.10/203.81		at oscar.modeling.solvers.cp.distributed.SolverActor$$anonfun$receive$1$$anonfun$applyOrElse$1.apply(SolverActor.scala:116)
994.10/203.81		at scala.concurrent.impl.Future$PromiseCompletingRunnable.liftedTree1$1(Future.scala:24)
994.10/203.81		at scala.concurrent.impl.Future$PromiseCompletingRunnable.run(Future.scala:24)
994.10/203.81		at akka.dispatch.TaskInvocation.run(AbstractDispatcher.scala:39)
994.10/203.81		at akka.dispatch.ForkJoinExecutorConfigurator$AkkaForkJoinTask.exec(AbstractDispatcher.scala:405)
1022.10/208.72	java.lang.OutOfMemoryError: GC overhead limit exceeded
1061.55/214.46	java.lang.OutOfMemoryError: Java heap space
1072.62/216.04	java.lang.OutOfMemoryError: GC overhead limit exceeded
1128.46/224.02	java.lang.OutOfMemoryError: GC overhead limit exceeded

Verifier Data

One s line expected

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 (12857 MiB free)
  memory of node 1: 16384 MiB (14920 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4274892-1502782995/watcher-4274892-1502782995 -o /tmp/evaluation-result-4274892-1502782995/solver-4274892-1502782995 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node104-1502776937-31767 --watchdog 2580 java -Xmx11000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 1047544686 --timelimit 20160 --memlimit 11000 --nbcore 8 HOME/instance-4274892-1502782995.xml 

running on 8 cores: 0,2,4,6,1,3,5,7

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


[startup+0.100135 s]*
/proc/loadavg: 8.08 8.29 8.29 2/198 32441
/proc/meminfo: memFree=28426424/32770624 swapFree=67108860/67108860
[pid=32421] ppid=32418 vsize=14325320 memory=33204 CPUtime=0.13 cores=0-7
/proc/32421/stat : 32421 (java) S 32418 32421 31740 0 -1 1077944320 8223 0 0 0 11 2 0 0 20 0 20 0 111387415 14669127680 8301 33554432000 4194304 4196468 140729367255952 140729367238496 140507746123511 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 22192128 140729367258209 140729367258395 140729367258395 140729367261135 0
/proc/32421/statm: 3581330 8301 3411 1 0 3569050 0
[pid=32421/tid=32423] ppid=32418 vsize=14325320 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/32421/task/32423/stat : 32423 (java) R 32418 32421 31740 0 -1 4202560 6151 0 0 0 8 1 0 0 20 0 20 0 111387416 14669127680 8301 33554432000 4194304 4196468 140729367255952 140507750329504 140507730203998 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22192128 140729367258209 140729367258395 140729367258395 140729367261135 0
[pid=32421/tid=32424] ppid=32418 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/32421/task/32424/stat : 32424 (java) S 32418 32421 31740 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 111387417 14669127680 8301 33554432000 4194304 4196468 140729367255952 140507709229584 140507746133717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22192128 140729367258209 140729367258395 140729367258395 140729367261135 0
[pid=32421/tid=32425] ppid=32418 vsize=14325320 memory=140103743338112 CPUtime=0 cores=0-7
/proc/32421/task/32425/stat : 32425 (java) S 32418 32421 31740 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 111387417 14669127680 8301 33554432000 4194304 4196468 140729367255952 140507340794512 140507746133717 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22192128 140729367258209 140729367258395 140729367258395 140729367261135 0
[pid=32421/tid=32426] ppid=32418 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/32421/task/32426/stat : 32426 (java) S 32418 32421 31740 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 111387417 14669127680 8301 33554432000 4194304 4196468 140729367255952 140507339741456 140507746133717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22192128 140729367258209 140729367258395 140729367258395 140729367261135 0
[pid=32421/tid=32427] ppid=32418 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/32421/task/32427/stat : 32427 (java) S 32418 32421 31740 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 111387417 14669127680 8301 33554432000 4194304 4196468 140729367255952 140507338688912 140507746133717 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22192128 140729367258209 140729367258395 140729367258395 140729367261135 0
[pid=32421/tid=32428] ppid=32418 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/32421/task/32428/stat : 32428 (java) S 32418 32421 31740 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 111387417 14669127680 8301 33554432000 4194304 4196468 140729367255952 140507337636880 140507746133717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22192128 140729367258209 140729367258395 140729367258395 140729367261135 0
[pid=32421/tid=32429] ppid=32418 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/32421/task/32429/stat : 32429 (java) S 32418 32421 31740 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 111387417 14669127680 8301 33554432000 4194304 4196468 140729367255952 140507336584336 140507746133717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22192128 140729367258209 140729367258395 140729367258395 140729367261135 0
[pid=32421/tid=32430] ppid=32418 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/32421/task/32430/stat : 32430 (java) S 32418 32421 31740 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 111387417 14669127680 8301 33554432000 4194304 4196468 140729367255952 140507335531280 140507746133717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22192128 140729367258209 140729367258395 140729367258395 140729367261135 0
[pid=32421/tid=32431] ppid=32418 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/32421/task/32431/stat : 32431 (java) S 32418 32421 31740 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 111387417 14669127680 8301 33554432000 4194304 4196468 140729367255952 140507334478736 140507746133717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22192128 140729367258209 140729367258395 140729367258395 140729367261135 0
[pid=32421/tid=32432] ppid=32418 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/32421/task/32432/stat : 32432 (java) S 32418 32421 31740 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 111387418 14669127680 8301 33554432000 4194304 4196468 140729367255952 140506910894320 140507746134658 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22192128 140729367258209 140729367258395 140729367258395 140729367261135 0
[pid=32421/tid=32433] ppid=32418 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/32421/task/32433/stat : 32433 (java) S 32418 32421 31740 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 111387418 14669127680 8301 33554432000 4194304 4196468 140729367255952 140506909840544 140507746133717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22192128 140729367258209 140729367258395 140729367258395 140729367261135 0
[pid=32421/tid=32434] ppid=32418 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/32421/task/32434/stat : 32434 (java) S 32418 32421 31740 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 111387419 14669127680 8301 33554432000 4194304 4196468 140729367255952 140506908787440 140507746133717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22192128 140729367258209 140729367258395 140729367258395 140729367261135 0
[pid=32421/tid=32435] ppid=32418 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/32421/task/32435/stat : 32435 (java) S 32418 32421 31740 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 111387421 14669127680 8301 33554432000 4194304 4196468 140729367255952 140506907736016 140507746142107 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22192128 140729367258209 140729367258395 140729367258395 140729367261135 0
[pid=32421/tid=32436] ppid=32418 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/32421/task/32436/stat : 32436 (java) S 32418 32421 31740 0 -1 1077944384 293 0 0 0 0 0 0 0 20 0 20 0 111387421 14669127680 8301 33554432000 4194304 4196468 140729367255952 140506906684144 140507746134658 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22192128 140729367258209 140729367258395 140729367258395 140729367261135 0
[pid=32421/tid=32437] ppid=32418 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/32421/task/32437/stat : 32437 (java) S 32418 32421 31740 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 111387421 14669127680 8301 33554432000 4194304 4196468 140729367255952 140506905631600 140507746134658 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22192128 140729367258209 140729367258395 140729367258395 140729367261135 0
[pid=32421/tid=32438] ppid=32418 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/32421/task/32438/stat : 32438 (java) S 32418 32421 31740 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 111387421 14669127680 8301 33554432000 4194304 4196468 140729367255952 140506904578544 140507746134658 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22192128 140729367258209 140729367258395 140729367258395 140729367261135 0
[pid=32421/tid=32439] ppid=32418 vsize=14325320 memory=0 CPUtime=0.01 cores=0-7
/proc/32421/task/32439/stat : 32439 (java) S 32418 32421 31740 0 -1 1077944384 393 0 0 0 1 0 0 0 20 0 20 0 111387421 14669127680 8301 33554432000 4194304 4196468 140729367255952 140506903526000 140507746134658 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22192128 140729367258209 140729367258395 140729367258395 140729367261135 0
[pid=32421/tid=32440] ppid=32418 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/32421/task/32440/stat : 32440 (java) S 32418 32421 31740 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 111387421 14669127680 8301 33554432000 4194304 4196468 140729367255952 140506566748640 140507746133717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22192128 140729367258209 140729367258395 140729367258395 140729367261135 0
[pid=32421/tid=32441] ppid=32418 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/32421/task/32441/stat : 32441 (java) S 32418 32421 31740 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 111387421 14669127680 8301 33554432000 4194304 4196468 140729367255952 140506565696176 140507746134658 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22192128 140729367258209 140729367258395 140729367258395 140729367261135 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 14325320 KiB
Current children cumulated memory: 33204 KiB

[startup+0.210374 s]*
/proc/loadavg: 8.08 8.29 8.29 3/198 32441
/proc/meminfo: memFree=28416792/32770624 swapFree=67108860/67108860
[pid=32421] ppid=32418 vsize=14325320 memory=42792 CPUtime=0.29 cores=0-7
/proc/32421/stat : 32421 (java) S 32418 32421 31740 0 -1 1077944320 9295 0 0 0 27 2 0 0 20 0 20 0 111387415 14669127680 10698 33554432000 4194304 4196468 140729367255952 140729367238496 140507746123511 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 22192128 140729367258209 140729367258395 140729367258395 140729367261135 0
/proc/32421/statm: 3581330 10698 3603 1 0 3569050 0
[pid=32421/tid=32423] ppid=32418 vsize=14325320 memory=4026531975 CPUtime=0.19 cores=0-7
/proc/32421/task/32423/stat : 32423 (java) R 32418 32421 31740 0 -1 4202560 6821 0 0 0 18 1 0 0 20 0 20 0 111387416 14669127680 10698 33554432000 4194304 4196468 140729367255952 140507750345504 140507730203998 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22192128 140729367258209 140729367258395 140729367258395 140729367261135 0
[pid=32421/tid=32424] ppid=32418 vsize=14325320 memory=9234 CPUtime=0 cores=0-7
/proc/32421/task/32424/stat : 32424 (java) S 32418 32421 31740 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 111387417 14669127680 10698 33554432000 4194304 4196468 140729367255952 140507709229584 140507746133717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22192128 140729367258209 140729367258395 140729367258395 140729367261135 0
[pid=32421/tid=32425] ppid=32418 vsize=14325320 memory=140103743368519 CPUtime=0 cores=0-7
/proc/32421/task/32425/stat : 32425 (java) S 32418 32421 31740 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 111387417 14669127680 10698 33554432000 4194304 4196468 140729367255952 140507340794512 140507746133717 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22192128 140729367258209 140729367258395 140729367258395 140729367261135 0
[pid=32421/tid=32426] ppid=32418 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/32421/task/32426/stat : 32426 (java) S 32418 32421 31740 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 111387417 14669127680 10698 33554432000 4194304 4196468 140729367255952 140507339741456 140507746133717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22192128 140729367258209 140729367258395 140729367258395 140729367261135 0
[pid=32421/tid=32427] ppid=32418 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/32421/task/32427/stat : 32427 (java) S 32418 32421 31740 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 111387417 14669127680 10698 33554432000 4194304 4196468 140729367255952 140507338688912 140507746133717 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22192128 140729367258209 140729367258395 140729367258395 140729367261135 0
[pid=32421/tid=32428] ppid=32418 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/32421/task/32428/stat : 32428 (java) S 32418 32421 31740 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 111387417 14669127680 10698 33554432000 4194304 4196468 140729367255952 140507337636880 140507746133717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22192128 140729367258209 140729367258395 140729367258395 140729367261135 0
[pid=32421/tid=32429] ppid=32418 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/32421/task/32429/stat : 32429 (java) S 32418 32421 31740 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 111387417 14669127680 10698 33554432000 4194304 4196468 140729367255952 140507336584336 140507746133717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22192128 140729367258209 140729367258395 140729367258395 140729367261135 0
[pid=32421/tid=32430] ppid=32418 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/32421/task/32430/stat : 32430 (java) S 32418 32421 31740 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 111387417 14669127680 10698 33554432000 4194304 4196468 140729367255952 140507335531280 140507746133717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22192128 140729367258209 140729367258395 140729367258395 140729367261135 0
[pid=32421/tid=32431] ppid=32418 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/32421/task/32431/stat : 32431 (java) S 32418 32421 31740 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 111387417 14669127680 10698 33554432000 4194304 4196468 140729367255952 140507334478736 140507746133717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22192128 140729367258209 140729367258395 140729367258395 140729367261135 0
[pid=32421/tid=32432] ppid=32418 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/32421/task/32432/stat : 32432 (java) S 32418 32421 31740 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 111387418 14669127680 10698 33554432000 4194304 4196468 140729367255952 140506910894320 140507746134658 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22192128 140729367258209 140729367258395 140729367258395 140729367261135 0
[pid=32421/tid=32433] ppid=32418 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/32421/task/32433/stat : 32433 (java) S 32418 32421 31740 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 111387418 14669127680 10698 33554432000 4194304 4196468 140729367255952 140506909840544 140507746133717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22192128 140729367258209 140729367258395 140729367258395 140729367261135 0
[pid=32421/tid=32434] ppid=32418 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/32421/task/32434/stat : 32434 (java) S 32418 32421 31740 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 111387419 14669127680 10698 33554432000 4194304 4196468 140729367255952 140506908787440 140507746133717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22192128 140729367258209 140729367258395 140729367258395 140729367261135 0
[pid=32421/tid=32435] ppid=32418 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/32421/task/32435/stat : 32435 (java) S 32418 32421 31740 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 111387421 14669127680 10698 33554432000 4194304 4196468 140729367255952 140506907736016 140507746142107 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22192128 140729367258209 140729367258395 140729367258395 140729367261135 0
[pid=32421/tid=32436] ppid=32418 vsize=14325320 memory=0 CPUtime=0.01 cores=0-7
/proc/32421/task/32436/stat : 32436 (java) S 32418 32421 31740 0 -1 1077944384 472 0 0 0 1 0 0 0 20 0 20 0 111387421 14669127680 10698 33554432000 4194304 4196468 140729367255952 140506906684144 140507746134658 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22192128 140729367258209 140729367258395 140729367258395 140729367261135 0
[pid=32421/tid=32437] ppid=32418 vsize=14325320 memory=0 CPUtime=0.01 cores=0-7
/proc/32421/task/32437/stat : 32437 (java) S 32418 32421 31740 0 -1 1077944384 109 0 0 0 1 0 0 0 20 0 20 0 111387421 14669127680 10698 33554432000 4194304 4196468 140729367255952 140506905631600 140507746134658 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22192128 140729367258209 140729367258395 140729367258395 140729367261135 0
[pid=32421/tid=32438] ppid=32418 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/32421/task/32438/stat : 32438 (java) S 32418 32421 31740 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 20 0 111387421 14669127680 10698 33554432000 4194304 4196468 140729367255952 140506904578544 140507746134658 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22192128 140729367258209 140729367258395 140729367258395 140729367261135 0
[pid=32421/tid=32439] ppid=32418 vsize=14325320 memory=0 CPUtime=0.05 cores=0-7
/proc/32421/task/32439/stat : 32439 (java) R 32418 32421 31740 0 -1 4202560 468 0 0 0 5 0 0 0 20 0 20 0 111387421 14669127680 10698 33554432000 4194304 4196468 140729367255952 140506903526000 140507725082068 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22192128 140729367258209 140729367258395 140729367258395 140729367261135 0
[pid=32421/tid=32440] ppid=32418 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/32421/task/32440/stat : 32440 (java) S 32418 32421 31740 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 111387421 14669127680 10698 33554432000 4194304 4196468 140729367255952 140506566748640 140507746133717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22192128 140729367258209 140729367258395 140729367258395 140729367261135 0
[pid=32421/tid=32441] ppid=32418 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/32421/task/32441/stat : 32441 (java) S 32418 32421 31740 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 111387421 14669127680 10698 33554432000 4194304 4196468 140729367255952 140506565696176 140507746134658 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22192128 140729367258209 140729367258395 140729367258395 140729367261135 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 14325320 KiB
Current children cumulated memory: 42792 KiB

[startup+0.310173 s]*
/proc/loadavg: 8.08 8.29 8.29 2/198 32441
/proc/meminfo: memFree=28409488/32770624 swapFree=67108860/67108860
[pid=32421] ppid=32418 vsize=14325340 memory=50852 CPUtime=0.49 cores=0-7
/proc/32421/stat : 32421 (java) S 32418 32421 31740 0 -1 1077944320 10499 0 0 0 46 3 0 0 20 0 20 0 111387415 14669148160 12713 33554432000 4194304 4196468 140729367255952 140729367238496 140507746123511 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 22192128 140729367258209 140729367258395 140729367258395 140729367261135 0
/proc/32421/statm: 3581335 12713 3713 1 0 3569050 0
[pid=32421/tid=32423] ppid=32418 vsize=14325340 memory=6791534058613427641 CPUtime=0.3 cores=0-7
/proc/32421/task/32423/stat : 32423 (java) R 32418 32421 31740 0 -1 4202560 7588 0 0 0 28 2 0 0 20 0 20 0 111387416 14669148160 12713 33554432000 4194304 4196468 140729367255952 140507750347264 140507746144858 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22192128 140729367258209 140729367258395 140729367258395 140729367261135 0
[pid=32421/tid=32424] ppid=32418 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/32421/task/32424/stat : 32424 (java) S 32418 32421 31740 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 111387417 14669148160 12713 33554432000 4194304 4196468 140729367255952 140507709229584 140507746133717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22192128 140729367258209 140729367258395 140729367258395 140729367261135 0
[pid=32421/tid=32425] ppid=32418 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/32421/task/32425/stat : 32425 (java) S 32418 32421 31740 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 111387417 14669148160 12713 33554432000 4194304 4196468 140729367255952 140507340794512 140507746133717 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22192128 140729367258209 140729367258395 140729367258395 140729367261135 0
[pid=32421/tid=32426] ppid=32418 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/32421/task/32426/stat : 32426 (java) S 32418 32421 31740 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 111387417 14669148160 12713 33554432000 4194304 4196468 140729367255952 140507339741456 140507746133717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22192128 140729367258209 140729367258395 140729367258395 140729367261135 0
[pid=32421/tid=32427] ppid=32418 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/32421/task/32427/stat : 32427 (java) S 32418 32421 31740 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 111387417 14669148160 12713 33554432000 4194304 4196468 140729367255952 140507338688912 140507746133717 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22192128 140729367258209 140729367258395 140729367258395 140729367261135 0
[pid=32421/tid=32428] ppid=32418 vsize=14325340 memory=2244 CPUtime=0 cores=0-7
/proc/32421/task/32428/stat : 32428 (java) S 32418 32421 31740 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 111387417 14669148160 12713 33554432000 4194304 4196468 140729367255952 140507337636880 140507746133717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22192128 140729367258209 140729367258395 140729367258395 140729367261135 0
[pid=32421/tid=32429] ppid=32418 vsize=14325340 memory=140103645229999 CPUtime=0 cores=0-7
/proc/32421/task/32429/stat : 32429 (java) S 32418 32421 31740 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 111387417 14669148160 12713 33554432000 4194304 4196468 140729367255952 140507336584336 140507746133717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22192128 140729367258209 140729367258395 140729367258395 140729367261135 0
[pid=32421/tid=32430] ppid=32418 vsize=14325340 memory=140103645232304 CPUtime=0 cores=0-7
/proc/32421/task/32430/stat : 32430 (java) S 32418 32421 31740 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 111387417 14669148160 12713 33554432000 4194304 4196468 140729367255952 140507335531280 140507746133717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22192128 140729367258209 140729367258395 140729367258395 140729367261135 0
[pid=32421/tid=32431] ppid=32418 vsize=14325340 memory=140103645234608 CPUtime=0 cores=0-7
/proc/32421/task/32431/stat : 32431 (java) S 32418 32421 31740 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 111387417 14669148160 12713 33554432000 4194304 4196468 140729367255952 140507334478736 140507746133717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22192128 140729367258209 140729367258395 140729367258395 140729367261135 0
[pid=32421/tid=32432] ppid=32418 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/32421/task/32432/stat : 32432 (java) S 32418 32421 31740 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 111387418 14669148160 12713 33554432000 4194304 4196468 140729367255952 140506910894320 140507746134658 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22192128 140729367258209 140729367258395 140729367258395 140729367261135 0
[pid=32421/tid=32433] ppid=32418 vsize=14325340 memory=280207290476176 CPUtime=0 cores=0-7
/proc/32421/task/32433/stat : 32433 (java) S 32418 32421 31740 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 111387418 14669148160 12713 33554432000 4194304 4196468 140729367255952 140506909840544 140507746133717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22192128 140729367258209 140729367258395 140729367258395 140729367261135 0
[pid=32421/tid=32434] ppid=32418 vsize=14325340 memory=280207290483088 CPUtime=0 cores=0-7
/proc/32421/task/32434/stat : 32434 (java) S 32418 32421 31740 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 111387419 14669148160 12713 33554432000 4194304 4196468 140729367255952 140506908787440 140507746133717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22192128 140729367258209 140729367258395 140729367258395 140729367261135 0
[pid=32421/tid=32435] ppid=32418 vsize=14325340 memory=280207290424368 CPUtime=0 cores=0-7
/proc/32421/task/32435/stat : 32435 (java) S 32418 32421 31740 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 111387421 14669148160 12713 33554432000 4194304 4196468 140729367255952 140506907736016 140507746142107 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22192128 140729367258209 140729367258395 140729367258395 140729367261135 0
[pid=32421/tid=32436] ppid=32418 vsize=14325340 memory=280207290496912 CPUtime=0.02 cores=0-7
/proc/32421/task/32436/stat : 32436 (java) S 32418 32421 31740 0 -1 1077944384 479 0 0 0 2 0 0 0 20 0 20 0 111387421 14669148160 12713 33554432000 4194304 4196468 140729367255952 140506906684144 140507746134658 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22192128 140729367258209 140729367258395 140729367258395 140729367261135 0
[pid=32421/tid=32437] ppid=32418 vsize=14325340 memory=280207290503824 CPUtime=0.02 cores=0-7
/proc/32421/task/32437/stat : 32437 (java) S 32418 32421 31740 0 -1 1077944384 221 0 0 0 2 0 0 0 20 0 20 0 111387421 14669148160 12713 33554432000 4194304 4196468 140729367255952 140506905631600 140507746134658 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22192128 140729367258209 140729367258395 140729367258395 140729367261135 0
[pid=32421/tid=32438] ppid=32418 vsize=14325340 memory=280207290501520 CPUtime=0.04 cores=0-7
/proc/32421/task/32438/stat : 32438 (java) S 32418 32421 31740 0 -1 1077944384 258 0 0 0 4 0 0 0 20 0 20 0 111387421 14669148160 12713 33554432000 4194304 4196468 140729367255952 140506904578544 140507746134658 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22192128 140729367258209 140729367258395 140729367258395 140729367261135 0
[pid=32421/tid=32439] ppid=32418 vsize=14325340 memory=280207290518128 CPUtime=0.08 cores=0-7
/proc/32421/task/32439/stat : 32439 (java) R 32418 32421 31740 0 -1 4202560 565 0 0 0 8 0 0 0 20 0 20 0 111387421 14669148160 12713 33554432000 4194304 4196468 140729367255952 140506903526000 140507726080608 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22192128 140729367258209 140729367258395 140729367258395 140729367261135 0
[pid=32421/tid=32440] ppid=32418 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/32421/task/32440/stat : 32440 (java) S 32418 32421 31740 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 111387421 14669148160 12713 33554432000 4194304 4196468 140729367255952 140506566748640 140507746133717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22192128 140729367258209 140729367258395 140729367258395 140729367261135 0
[pid=32421/tid=32441] ppid=32418 vsize=14325340 memory=-1 CPUtime=0 cores=0-7
/proc/32421/task/32441/stat : 32441 (java) S 32418 32421 31740 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 111387421 14669148160 12713 33554432000 4194304 4196468 140729367255952 140506565696176 140507746134658 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22192128 140729367258209 140729367258395 140729367258395 140729367261135 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 14325340 KiB
Current children cumulated memory: 50852 KiB

[startup+0.701854 s]
/proc/loadavg: 8.08 8.29 8.29 2/198 32441
/proc/meminfo: memFree=28395032/32770624 swapFree=67108860/67108860
[pid=32421] ppid=32418 vsize=14327388 memory=166896 CPUtime=1.57 cores=0-7
/proc/32421/stat : 32421 (java) S 32418 32421 31740 0 -1 1077944320 14439 0 0 0 150 7 0 0 20 0 20 0 111387415 14671245312 41212 33554432000 4194304 4196468 140729367255952 140729367238496 140507746123511 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 22192128 140729367258209 140729367258395 140729367258395 140729367261135 0
/proc/32421/statm: 3581847 41212 3769 1 0 3569562 0
[pid=32421/tid=32423] ppid=32418 vsize=14327388 memory=0 CPUtime=0.67 cores=0-7
/proc/32421/task/32423/stat : 32423 (java) R 32418 32421 31740 0 -1 4202560 8349 0 0 0 63 4 0 0 20 0 20 0 111387416 14671245312 41724 33554432000 4194304 4196468 140729367255952 140507750356576 140507385500599 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22192128 140729367258209 140729367258395 140729367258395 140729367261135 0
[pid=32421/tid=32424] ppid=32418 vsize=14327388 memory=0 CPUtime=0 cores=0-7
/proc/32421/task/32424/stat : 32424 (java) S 32418 32421 31740 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 111387417 14671245312 41724 33554432000 4194304 4196468 140729367255952 140507709229584 140507746133717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22192128 140729367258209 140729367258395 140729367258395 140729367261135 0
[pid=32421/tid=32425] ppid=32418 vsize=14327388 memory=0 CPUtime=0 cores=0-7
/proc/32421/task/32425/stat : 32425 (java) S 32418 32421 31740 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 111387417 14671245312 41724 33554432000 4194304 4196468 140729367255952 140507340794512 140507746133717 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22192128 140729367258209 140729367258395 140729367258395 140729367261135 0
[pid=32421/tid=32426] ppid=32418 vsize=14327388 memory=0 CPUtime=0 cores=0-7
/proc/32421/task/32426/stat : 32426 (java) S 32418 32421 31740 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 111387417 14671245312 41724 33554432000 4194304 4196468 140729367255952 140507339741456 140507746133717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22192128 140729367258209 140729367258395 140729367258395 140729367261135 0
[pid=32421/tid=32427] ppid=32418 vsize=14327388 memory=1008 CPUtime=0 cores=0-7
/proc/32421/task/32427/stat : 32427 (java) S 32418 32421 31740 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 111387417 14671245312 41724 33554432000 4194304 4196468 140729367255952 140507338688912 140507746133717 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22192128 140729367258209 140729367258395 140729367258395 140729367261135 0
[pid=32421/tid=32428] ppid=32418 vsize=14327388 memory=11008 CPUtime=0 cores=0-7
/proc/32421/task/32428/stat : 32428 (java) S 32418 32421 31740 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 111387417 14671245312 41724 33554432000 4194304 4196468 140729367255952 140507337636880 140507746133717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22192128 140729367258209 140729367258395 140729367258395 140729367261135 0
[pid=32421/tid=32429] ppid=32418 vsize=14327388 memory=1228 CPUtime=0 cores=0-7
/proc/32421/task/32429/stat : 32429 (java) S 32418 32421 31740 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 111387417 14671245312 41724 33554432000 4194304 4196468 140729367255952 140507336584336 140507746133717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22192128 140729367258209 140729367258395 140729367258395 140729367261135 0
[pid=32421/tid=32430] ppid=32418 vsize=14327388 memory=1420 CPUtime=0 cores=0-7
/proc/32421/task/32430/stat : 32430 (java) S 32418 32421 31740 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 111387417 14671245312 41724 33554432000 4194304 4196468 140729367255952 140507335531280 140507746133717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22192128 140729367258209 140729367258395 140729367258395 140729367261135 0
[pid=32421/tid=32431] ppid=32418 vsize=14327388 memory=15872 CPUtime=0 cores=0-7
/proc/32421/task/32431/stat : 32431 (java) S 32418 32421 31740 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 111387417 14671245312 41724 33554432000 4194304 4196468 140729367255952 140507334478736 140507746133717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22192128 140729367258209 140729367258395 140729367258395 140729367261135 0
[pid=32421/tid=32432] ppid=32418 vsize=14327388 memory=16448 CPUtime=0 cores=0-7

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

[pid=32421/tid=32424] ppid=32418 vsize=15269560 memory=2428 CPUtime=339.11 cores=0-7
/proc/32421/task/32424/stat : 32424 (java) R 32418 32421 31740 0 -1 4202560 186288 0 0 0 33476 435 0 0 20 0 24 0 111387417 15636029440 2914245 33554432000 4194304 4196468 140729367255952 140507709229784 140507726149856 0 4 0 16800975 0 0 0 -1 1 0 0 23 0 0 6293624 6294260 22192128 140729367258209 140729367258395 140729367258395 140729367261135 0
[pid=32421/tid=32425] ppid=32418 vsize=15269560 memory=1728 CPUtime=339.26 cores=0-7
/proc/32421/task/32425/stat : 32425 (java) R 32418 32421 31740 0 -1 4202560 220234 0 0 0 33516 410 0 0 20 0 24 0 111387417 15636029440 2914245 33554432000 4194304 4196468 140729367255952 140507340794712 140507731074116 0 4 0 16800975 0 0 0 -1 7 0 0 22 0 0 6293624 6294260 22192128 140729367258209 140729367258395 140729367258395 140729367261135 0
[pid=32421/tid=32426] ppid=32418 vsize=15269560 memory=4048 CPUtime=338.01 cores=0-7
/proc/32421/task/32426/stat : 32426 (java) R 32418 32421 31740 0 -1 4202560 115163 0 0 0 33424 377 0 0 20 0 24 0 111387417 15636029440 2914245 33554432000 4194304 4196468 140729367255952 140507339741656 140507731074147 0 4 0 16800975 0 0 0 -1 6 0 0 24 0 0 6293624 6294260 22192128 140729367258209 140729367258395 140729367258395 140729367261135 0
[pid=32421/tid=32427] ppid=32418 vsize=15269560 memory=1236 CPUtime=338.91 cores=0-7
/proc/32421/task/32427/stat : 32427 (java) R 32418 32421 31740 0 -1 4202560 178355 0 0 0 33461 430 0 0 20 0 24 0 111387417 15636029440 2914245 33554432000 4194304 4196468 140729367255952 140507338689112 140507730821150 0 4 0 16800975 0 0 0 -1 5 0 0 20 0 0 6293624 6294260 22192128 140729367258209 140729367258395 140729367258395 140729367261135 0
[pid=32421/tid=32428] ppid=32418 vsize=15269560 memory=644 CPUtime=338.3 cores=0-7
/proc/32421/task/32428/stat : 32428 (java) R 32418 32421 31740 0 -1 4202560 142503 0 0 0 33417 413 0 0 20 0 24 0 111387417 15636029440 2914245 33554432000 4194304 4196468 140729367255952 140507337636880 140507730821150 0 4 0 16800975 0 0 0 -1 3 0 0 24 0 0 6293624 6294260 22192128 140729367258209 140729367258395 140729367258395 140729367261135 0
[pid=32421/tid=32429] ppid=32418 vsize=15269560 memory=1788 CPUtime=338.61 cores=0-7
/proc/32421/task/32429/stat : 32429 (java) R 32418 32421 31740 0 -1 4202560 173928 0 0 0 33490 371 0 0 20 0 24 0 111387417 15636029440 2914245 33554432000 4194304 4196468 140729367255952 140507336584224 140507726149695 0 4 0 16800975 0 0 0 -1 4 0 0 19 0 0 6293624 6294260 22192128 140729367258209 140729367258395 140729367258395 140729367261135 0
[pid=32421/tid=32430] ppid=32418 vsize=15269560 memory=952 CPUtime=337.83 cores=0-7
/proc/32421/task/32430/stat : 32430 (java) R 32418 32421 31740 0 -1 4202560 124638 0 0 0 33369 414 0 0 20 0 24 0 111387417 15636029440 2914245 33554432000 4194304 4196468 140729367255952 140507335531480 140507731074116 0 4 0 16800975 0 0 0 -1 0 0 0 18 0 0 6293624 6294260 22192128 140729367258209 140729367258395 140729367258395 140729367261135 0
[pid=32421/tid=32431] ppid=32418 vsize=15269560 memory=2340 CPUtime=338.13 cores=0-7
/proc/32421/task/32431/stat : 32431 (java) R 32418 32421 31740 0 -1 4202560 146269 0 0 0 33410 403 0 0 20 0 24 0 111387417 15636029440 2914245 33554432000 4194304 4196468 140729367255952 140507334478936 140507731074972 0 4 0 16800975 0 0 0 -1 2 0 0 25 0 0 6293624 6294260 22192128 140729367258209 140729367258395 140729367258395 140729367261135 0
[pid=32421/tid=32432] ppid=32418 vsize=15269560 memory=11656980 CPUtime=87.08 cores=0-7
/proc/32421/task/32432/stat : 32432 (java) S 32418 32421 31740 0 -1 1077944384 696378 0 0 0 8532 176 0 0 20 0 24 0 111387418 15636029440 2914245 33554432000 4194304 4196468 140729367255952 140506910892640 140507746133717 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 26 0 0 6293624 6294260 22192128 140729367258209 140729367258395 140729367258395 140729367261135 0
[pid=32421/tid=32433] ppid=32418 vsize=15269560 memory=4100 CPUtime=0 cores=0-7
/proc/32421/task/32433/stat : 32433 (java) S 32418 32421 31740 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 24 0 111387418 15636029440 2914245 33554432000 4194304 4196468 140729367255952 140506909840608 140507746133717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22192128 140729367258209 140729367258395 140729367258395 140729367261135 0
[pid=32421/tid=32434] ppid=32418 vsize=15269560 memory=6760 CPUtime=0 cores=0-7
/proc/32421/task/32434/stat : 32434 (java) S 32418 32421 31740 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 24 0 111387419 15636029440 2914245 33554432000 4194304 4196468 140729367255952 140506908787456 140507746133717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22192128 140729367258209 140729367258395 140729367258395 140729367261135 0
[pid=32421/tid=32435] ppid=32418 vsize=15269560 memory=840 CPUtime=0 cores=0-7
/proc/32421/task/32435/stat : 32435 (java) S 32418 32421 31740 0 -1 1077944384 94 0 0 0 0 0 0 0 20 0 24 0 111387421 15636029440 2914245 33554432000 4194304 4196468 140729367255952 140506907736016 140507746142107 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22192128 140729367258209 140729367258395 140729367258395 140729367261135 0
[pid=32421/tid=32436] ppid=32418 vsize=15269560 memory=1696 CPUtime=1.81 cores=0-7
/proc/32421/task/32436/stat : 32436 (java) S 32418 32421 31740 0 -1 1077944384 12580 0 0 0 178 3 0 0 20 0 24 0 111387421 15636029440 2914245 33554432000 4194304 4196468 140729367255952 140506906683904 140507746133717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22192128 140729367258209 140729367258395 140729367258395 140729367261135 0
[pid=32421/tid=32437] ppid=32418 vsize=15269560 memory=920 CPUtime=1.84 cores=0-7
/proc/32421/task/32437/stat : 32437 (java) S 32418 32421 31740 0 -1 1077944384 12065 0 0 0 180 4 0 0 20 0 24 0 111387421 15636029440 2914245 33554432000 4194304 4196468 140729367255952 140506905631648 140507746133717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22192128 140729367258209 140729367258395 140729367258395 140729367261135 0
[pid=32421/tid=32438] ppid=32418 vsize=15269560 memory=4120 CPUtime=2.11 cores=0-7
/proc/32421/task/32438/stat : 32438 (java) S 32418 32421 31740 0 -1 1077944384 12564 0 0 0 208 3 0 0 20 0 24 0 111387421 15636029440 2914245 33554432000 4194304 4196468 140729367255952 140506904578592 140507746133717 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22192128 140729367258209 140729367258395 140729367258395 140729367261135 0
[pid=32421/tid=32439] ppid=32418 vsize=15269560 memory=4100 CPUtime=1.1 cores=0-7
/proc/32421/task/32439/stat : 32439 (java) S 32418 32421 31740 0 -1 1077944384 18200 0 0 0 105 5 0 0 20 0 24 0 111387421 15636029440 2914245 33554432000 4194304 4196468 140729367255952 140506903526048 140507746133717 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 50 0 0 6293624 6294260 22192128 140729367258209 140729367258395 140729367258395 140729367261135 0
[pid=32421/tid=32440] ppid=32418 vsize=15269560 memory=1152 CPUtime=0 cores=0-7
/proc/32421/task/32440/stat : 32440 (java) S 32418 32421 31740 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 111387421 15636029440 2914245 33554432000 4194304 4196468 140729367255952 140506566748640 140507746133717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22192128 140729367258209 140729367258395 140729367258395 140729367261135 0
[pid=32421/tid=32441] ppid=32418 vsize=15269560 memory=4140 CPUtime=0.88 cores=0-7
/proc/32421/task/32441/stat : 32441 (java) S 32418 32421 31740 0 -1 1077944384 2474 0 0 0 40 48 0 0 20 0 24 0 111387421 15636029440 2914245 33554432000 4194304 4196468 140729367255952 140506565696176 140507746134658 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 48 0 0 6293624 6294260 22192128 140729367258209 140729367258395 140729367258395 140729367261135 0
[pid=32421/tid=32442] ppid=32418 vsize=15269560 memory=31692 CPUtime=0 cores=0-7
/proc/32421/task/32442/stat : 32442 (java) S 32418 32421 31740 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 24 0 111391764 15636029440 2914245 33554432000 4194304 4196468 140729367255952 140506555408896 140507746133717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22192128 140729367258209 140729367258395 140729367258395 140729367261135 0
[pid=32421/tid=32443] ppid=32418 vsize=15269560 memory=288230574492221466 CPUtime=3.71 cores=0-7
/proc/32421/task/32443/stat : 32443 (java) S 32418 32421 31740 0 -1 1077944384 3257 0 0 0 174 197 0 0 20 0 24 0 111391776 15636029440 2914245 33554432000 4194304 4196468 140729367255952 140506552259184 140507746133717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22192128 140729367258209 140729367258395 140729367258395 140729367261135 0
[pid=32421/tid=32451] ppid=32418 vsize=15269560 memory=288230621803970871 CPUtime=0 cores=0-7
/proc/32421/task/32451/stat : 32451 (java) S 32418 32421 31740 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 24 0 111391789 15636029440 2914245 33554432000 4194304 4196468 140729367255952 140506541740848 140507746133717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22192128 140729367258209 140729367258395 140729367258395 140729367261135 0
Current children cumulated CPU time: 2926.29 s
Current children cumulated vsize: 15269560 KiB
Current children cumulated memory: 11656980 KiB

[startup+2521.6 s]
/proc/loadavg: 0.87 0.75 1.24 9/203 32517
/proc/meminfo: memFree=16780180/32770624 swapFree=67108860/67108860
[pid=32421] ppid=32418 vsize=15269560 memory=11656980 CPUtime=2931.33 cores=0-7
/proc/32421/stat : 32421 (java) S 32418 32421 31740 0 -1 1077944320 2109489 0 0 0 289336 3797 0 0 20 0 24 0 111387415 15636029440 2914245 33554432000 4194304 4196468 140729367255952 140729367238496 140507746123511 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 22192128 140729367258209 140729367258395 140729367258395 140729367261135 0
/proc/32421/statm: 3817390 2914245 3870 1 0 3804584 0
[pid=32421/tid=32423] ppid=32418 vsize=15269560 memory=4872558044660077418 CPUtime=39.7 cores=0-7
/proc/32421/task/32423/stat : 32423 (java) S 32418 32421 31740 0 -1 1077944384 22209 0 0 0 3930 40 0 0 20 0 24 0 111387416 15636029440 2914245 33554432000 4194304 4196468 140729367255952 140507750361216 140507746133717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22192128 140729367258209 140729367258395 140729367258395 140729367261135 0
[pid=32421/tid=32424] ppid=32418 vsize=15269560 memory=796 CPUtime=339.72 cores=0-7
/proc/32421/task/32424/stat : 32424 (java) S 32418 32421 31740 0 -1 1077944384 186288 0 0 0 33537 435 0 0 20 0 24 0 111387417 15636029440 2914245 33554432000 4194304 4196468 140729367255952 140507709229584 140507746133717 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 23 0 0 6293624 6294260 22192128 140729367258209 140729367258395 140729367258395 140729367261135 0
[pid=32421/tid=32425] ppid=32418 vsize=15269560 memory=1952 CPUtime=339.85 cores=0-7
/proc/32421/task/32425/stat : 32425 (java) S 32418 32421 31740 0 -1 1077944384 220234 0 0 0 33575 410 0 0 20 0 24 0 111387417 15636029440 2914245 33554432000 4194304 4196468 140729367255952 140507340794512 140507746133717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 22 0 0 6293624 6294260 22192128 140729367258209 140729367258395 140729367258395 140729367261135 0
[pid=32421/tid=32426] ppid=32418 vsize=15269560 memory=1200 CPUtime=338.62 cores=0-7
/proc/32421/task/32426/stat : 32426 (java) S 32418 32421 31740 0 -1 1077944384 115163 0 0 0 33485 377 0 0 20 0 24 0 111387417 15636029440 2914245 33554432000 4194304 4196468 140729367255952 140507339741456 140507746133717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 24 0 0 6293624 6294260 22192128 140729367258209 140729367258395 140729367258395 140729367261135 0
[pid=32421/tid=32427] ppid=32418 vsize=15269560 memory=8568 CPUtime=339.52 cores=0-7
/proc/32421/task/32427/stat : 32427 (java) S 32418 32421 31740 0 -1 1077944384 178355 0 0 0 33522 430 0 0 20 0 24 0 111387417 15636029440 2914245 33554432000 4194304 4196468 140729367255952 140507338688912 140507746133717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 20 0 0 6293624 6294260 22192128 140729367258209 140729367258395 140729367258395 140729367261135 0
[pid=32421/tid=32428] ppid=32418 vsize=15269560 memory=5516 CPUtime=338.91 cores=0-7
/proc/32421/task/32428/stat : 32428 (java) S 32418 32421 31740 0 -1 1077944384 142503 0 0 0 33478 413 0 0 20 0 24 0 111387417 15636029440 2914245 33554432000 4194304 4196468 140729367255952 140507337636880 140507746133717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 24 0 0 6293624 6294260 22192128 140729367258209 140729367258395 140729367258395 140729367261135 0
[pid=32421/tid=32429] ppid=32418 vsize=15269560 memory=4616 CPUtime=339.22 cores=0-7
/proc/32421/task/32429/stat : 32429 (java) S 32418 32421 31740 0 -1 1077944384 173928 0 0 0 33551 371 0 0 20 0 24 0 111387417 15636029440 2914245 33554432000 4194304 4196468 140729367255952 140507336584336 140507746133717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 19 0 0 6293624 6294260 22192128 140729367258209 140729367258395 140729367258395 140729367261135 0
[pid=32421/tid=32430] ppid=32418 vsize=15269560 memory=1008 CPUtime=338.44 cores=0-7
/proc/32421/task/32430/stat : 32430 (java) S 32418 32421 31740 0 -1 1077944384 124638 0 0 0 33430 414 0 0 20 0 24 0 111387417 15636029440 2914245 33554432000 4194304 4196468 140729367255952 140507335531280 140507746133717 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 18 0 0 6293624 6294260 22192128 140729367258209 140729367258395 140729367258395 140729367261135 0
[pid=32421/tid=32431] ppid=32418 vsize=15269560 memory=11008 CPUtime=338.74 cores=0-7
/proc/32421/task/32431/stat : 32431 (java) S 32418 32421 31740 0 -1 1077944384 146269 0 0 0 33471 403 0 0 20 0 24 0 111387417 15636029440 2914245 33554432000 4194304 4196468 140729367255952 140507334478736 140507746133717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 25 0 0 6293624 6294260 22192128 140729367258209 140729367258395 140729367258395 140729367261135 0
[pid=32421/tid=32432] ppid=32418 vsize=15269560 memory=1228 CPUtime=87.27 cores=0-7
/proc/32421/task/32432/stat : 32432 (java) R 32418 32421 31740 0 -1 4202560 696378 0 0 0 8551 176 0 0 20 0 24 0 111387418 15636029440 2914245 33554432000 4194304 4196468 140729367255952 140506910892864 140507724493691 0 0 0 16800975 0 0 0 -1 6 0 0 26 0 0 6293624 6294260 22192128 140729367258209 140729367258395 140729367258395 140729367261135 0
[pid=32421/tid=32433] ppid=32418 vsize=15269560 memory=1420 CPUtime=0 cores=0-7
/proc/32421/task/32433/stat : 32433 (java) S 32418 32421 31740 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 24 0 111387418 15636029440 2914245 33554432000 4194304 4196468 140729367255952 140506909840608 140507746133717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22192128 140729367258209 140729367258395 140729367258395 140729367261135 0
[pid=32421/tid=32434] ppid=32418 vsize=15269560 memory=15872 CPUtime=0 cores=0-7
/proc/32421/task/32434/stat : 32434 (java) S 32418 32421 31740 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 24 0 111387419 15636029440 2914245 33554432000 4194304 4196468 140729367255952 140506908787456 140507746133717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22192128 140729367258209 140729367258395 140729367258395 140729367261135 0
[pid=32421/tid=32435] ppid=32418 vsize=15269560 memory=16448 CPUtime=0 cores=0-7
/proc/32421/task/32435/stat : 32435 (java) S 32418 32421 31740 0 -1 1077944384 94 0 0 0 0 0 0 0 20 0 24 0 111387421 15636029440 2914245 33554432000 4194304 4196468 140729367255952 140506907736016 140507746142107 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22192128 140729367258209 140729367258395 140729367258395 140729367261135 0
[pid=32421/tid=32436] ppid=32418 vsize=15269560 memory=17568 CPUtime=1.81 cores=0-7
/proc/32421/task/32436/stat : 32436 (java) S 32418 32421 31740 0 -1 1077944384 12580 0 0 0 178 3 0 0 20 0 24 0 111387421 15636029440 2914245 33554432000 4194304 4196468 140729367255952 140506906683904 140507746133717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22192128 140729367258209 140729367258395 140729367258395 140729367261135 0
[pid=32421/tid=32437] ppid=32418 vsize=15269560 memory=4048 CPUtime=1.84 cores=0-7
/proc/32421/task/32437/stat : 32437 (java) S 32418 32421 31740 0 -1 1077944384 12065 0 0 0 180 4 0 0 20 0 24 0 111387421 15636029440 2914245 33554432000 4194304 4196468 140729367255952 140506905631648 140507746133717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22192128 140729367258209 140729367258395 140729367258395 140729367261135 0
[pid=32421/tid=32438] ppid=32418 vsize=15269560 memory=1236 CPUtime=2.11 cores=0-7
/proc/32421/task/32438/stat : 32438 (java) S 32418 32421 31740 0 -1 1077944384 12564 0 0 0 208 3 0 0 20 0 24 0 111387421 15636029440 2914245 33554432000 4194304 4196468 140729367255952 140506904578592 140507746133717 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22192128 140729367258209 140729367258395 140729367258395 140729367261135 0
[pid=32421/tid=32439] ppid=32418 vsize=15269560 memory=1296 CPUtime=1.1 cores=0-7
/proc/32421/task/32439/stat : 32439 (java) S 32418 32421 31740 0 -1 1077944384 18200 0 0 0 105 5 0 0 20 0 24 0 111387421 15636029440 2914245 33554432000 4194304 4196468 140729367255952 140506903526048 140507746133717 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 50 0 0 6293624 6294260 22192128 140729367258209 140729367258395 140729367258395 140729367261135 0
[pid=32421/tid=32440] ppid=32418 vsize=15269560 memory=2428 CPUtime=0 cores=0-7
/proc/32421/task/32440/stat : 32440 (java) S 32418 32421 31740 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 111387421 15636029440 2914245 33554432000 4194304 4196468 140729367255952 140506566748640 140507746133717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22192128 140729367258209 140729367258395 140729367258395 140729367261135 0
[pid=32421/tid=32441] ppid=32418 vsize=15269560 memory=1728 CPUtime=0.88 cores=0-7
/proc/32421/task/32441/stat : 32441 (java) S 32418 32421 31740 0 -1 1077944384 2474 0 0 0 40 48 0 0 20 0 24 0 111387421 15636029440 2914245 33554432000 4194304 4196468 140729367255952 140506565696176 140507746134658 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 48 0 0 6293624 6294260 22192128 140729367258209 140729367258395 140729367258395 140729367261135 0
[pid=32421/tid=32442] ppid=32418 vsize=15269560 memory=0 CPUtime=0 cores=0-7
/proc/32421/task/32442/stat : 32442 (java) S 32418 32421 31740 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 24 0 111391764 15636029440 2914245 33554432000 4194304 4196468 140729367255952 140506555408896 140507746133717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22192128 140729367258209 140729367258395 140729367258395 140729367261135 0
[pid=32421/tid=32443] ppid=32418 vsize=15269560 memory=1728 CPUtime=3.71 cores=0-7
/proc/32421/task/32443/stat : 32443 (java) S 32418 32421 31740 0 -1 1077944384 3257 0 0 0 174 197 0 0 20 0 24 0 111391776 15636029440 2914245 33554432000 4194304 4196468 140729367255952 140506552259184 140507746133717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22192128 140729367258209 140729367258395 140729367258395 140729367261135 0
[pid=32421/tid=32451] ppid=32418 vsize=15269560 memory=1716 CPUtime=0 cores=0-7
/proc/32421/task/32451/stat : 32451 (java) S 32418 32421 31740 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 24 0 111391789 15636029440 2914245 33554432000 4194304 4196468 140729367255952 140506541740848 140507746133717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22192128 140729367258209 140729367258395 140729367258395 140729367261135 0
[pid=32421/tid=32517] ppid=32418 vsize=15269560 memory=796 CPUtime=0 cores=0-7
/proc/32421/task/32517/stat : 32517 (java) S 32418 32421 31740 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 24 0 111639417 15636029440 2914245 33554432000 4194304 4196468 140729367255952 140506543845008 140507746133717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22192128 140729367258209 140729367258395 140729367258395 140729367261135 0
Current children cumulated CPU time: 2931.33 s
Current children cumulated vsize: 15269560 KiB
Current children cumulated memory: 11656980 KiB

[startup+2522 s]*
/proc/loadavg: 0.87 0.75 1.24 10/204 32518
/proc/meminfo: memFree=16780292/32770624 swapFree=67108860/67108860
[pid=32421] ppid=32418 vsize=15269560 memory=11656984 CPUtime=2934.42 cores=0-7
/proc/32421/stat : 32421 (java) S 32418 32421 31740 0 -1 1077944320 2109657 0 0 0 289645 3797 0 0 20 0 25 0 111387415 15636029440 2914246 33554432000 4194304 4196468 140729367255952 140729367238496 140507746123511 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 22192128 140729367258209 140729367258395 140729367258395 140729367261135 0
/proc/32421/statm: 3817390 2914246 3870 1 0 3804584 0
[pid=32421/tid=32423] ppid=32418 vsize=15269560 memory=11656900 CPUtime=39.7 cores=0-7
/proc/32421/task/32423/stat : 32423 (java) S 32418 32421 31740 0 -1 1077944384 22209 0 0 0 3930 40 0 0 20 0 25 0 111387416 15636029440 2914246 33554432000 4194304 4196468 140729367255952 140507750361216 140507746133717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22192128 140729367258209 140729367258395 140729367258395 140729367261135 0
[pid=32421/tid=32424] ppid=32418 vsize=15269560 memory=4126316290023845779 CPUtime=340.11 cores=0-7
/proc/32421/task/32424/stat : 32424 (java) R 32418 32421 31740 0 -1 4202560 186288 0 0 0 33576 435 0 0 20 0 25 0 111387417 15636029440 2914246 33554432000 4194304 4196468 140729367255952 140507709229472 140507730821345 0 4 0 16800975 0 0 0 -1 1 0 0 23 0 0 6293624 6294260 22192128 140729367258209 140729367258395 140729367258395 140729367261135 0
[pid=32421/tid=32425] ppid=32418 vsize=15269560 memory=1696 CPUtime=340.22 cores=0-7
/proc/32421/task/32425/stat : 32425 (java) R 32418 32421 31740 0 -1 4202560 220299 0 0 0 33612 410 0 0 20 0 25 0 111387417 15636029440 2914246 33554432000 4194304 4196468 140729367255952 140507340794712 140507730821286 0 4 0 16800975 0 0 0 -1 7 0 0 22 0 0 6293624 6294260 22192128 140729367258209 140729367258395 140729367258395 140729367261135 0
[pid=32421/tid=32426] ppid=32418 vsize=15269560 memory=920 CPUtime=339.01 cores=0-7
/proc/32421/task/32426/stat : 32426 (java) R 32418 32421 31740 0 -1 4202560 115204 0 0 0 33524 377 0 0 20 0 25 0 111387417 15636029440 2914246 33554432000 4194304 4196468 140729367255952 140507339741656 140507732188336 0 4 0 16800975 0 0 0 -1 4 0 0 24 0 0 6293624 6294260 22192128 140729367258209 140729367258395 140729367258395 140729367261135 0
[pid=32421/tid=32427] ppid=32418 vsize=15269560 memory=4120 CPUtime=339.91 cores=0-7
/proc/32421/task/32427/stat : 32427 (java) R 32418 32421 31740 0 -1 4202560 178366 0 0 0 33561 430 0 0 20 0 25 0 111387417 15636029440 2914246 33554432000 4194304 4196468 140729367255952 140507338689112 140507731108807 0 4 0 16800975 0 0 0 -1 5 0 0 20 0 0 6293624 6294260 22192128 140729367258209 140729367258395 140729367258395 140729367261135 0
[pid=32421/tid=32428] ppid=32418 vsize=15269560 memory=4100 CPUtime=339.3 cores=0-7
/proc/32421/task/32428/stat : 32428 (java) R 32418 32421 31740 0 -1 4202560 142504 0 0 0 33517 413 0 0 20 0 25 0 111387417 15636029440 2914246 33554432000 4194304 4196468 140729367255952 140507337637080 140507730821150 0 4 0 16800975 0 0 0 -1 3 0 0 24 0 0 6293624 6294260 22192128 140729367258209 140729367258395 140729367258395 140729367261135 0
[pid=32421/tid=32429] ppid=32418 vsize=15269560 memory=1152 CPUtime=339.6 cores=0-7
/proc/32421/task/32429/stat : 32429 (java) R 32418 32421 31740 0 -1 4202560 173942 0 0 0 33589 371 0 0 20 0 25 0 111387417 15636029440 2914246 33554432000 4194304 4196468 140729367255952 140507336584536 140507726149676 0 4 0 16800975 0 0 0 -1 6 0 0 19 0 0 6293624 6294260 22192128 140729367258209 140729367258395 140729367258395 140729367261135 0
[pid=32421/tid=32430] ppid=32418 vsize=15269560 memory=3668 CPUtime=338.83 cores=0-7
/proc/32421/task/32430/stat : 32430 (java) R 32418 32421 31740 0 -1 4202560 124640 0 0 0 33469 414 0 0 20 0 25 0 111387417 15636029440 2914246 33554432000 4194304 4196468 140729367255952 140507335531480 140507731074610 0 4 0 16800975 0 0 0 -1 0 0 0 18 0 0 6293624 6294260 22192128 140729367258209 140729367258395 140729367258395 140729367261135 0
[pid=32421/tid=32431] ppid=32418 vsize=15269560 memory=11656900 CPUtime=339.12 cores=0-7
/proc/32421/task/32431/stat : 32431 (java) R 32418 32421 31740 0 -1 4202560 146270 0 0 0 33509 403 0 0 20 0 25 0 111387417 15636029440 2914246 33554432000 4194304 4196468 140729367255952 140507334478936 140507731074504 0 4 0 16800975 0 0 0 -1 2 0 0 25 0 0 6293624 6294260 22192128 140729367258209 140729367258395 140729367258395 140729367261135 0
[pid=32421/tid=32432] ppid=32418 vsize=15269560 memory=6791534058613427641 CPUtime=87.29 cores=0-7
/proc/32421/task/32432/stat : 32432 (java) S 32418 32421 31740 0 -1 1077944384 696378 0 0 0 8553 176 0 0 20 0 25 0 111387418 15636029440 2914246 33554432000 4194304 4196468 140729367255952 140506910892640 140507746133717 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 26 0 0 6293624 6294260 22192128 140729367258209 140729367258395 140729367258395 140729367261135 0
[pid=32421/tid=32433] ppid=32418 vsize=15269560 memory=4126316290023845779 CPUtime=0 cores=0-7
/proc/32421/task/32433/stat : 32433 (java) S 32418 32421 31740 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 25 0 111387418 15636029440 2914246 33554432000 4194304 4196468 140729367255952 140506909840608 140507746133717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22192128 140729367258209 140729367258395 140729367258395 140729367261135 0
[pid=32421/tid=32434] ppid=32418 vsize=15269560 memory=2340 CPUtime=0 cores=0-7
/proc/32421/task/32434/stat : 32434 (java) S 32418 32421 31740 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 25 0 111387419 15636029440 2914246 33554432000 4194304 4196468 140729367255952 140506908787456 140507746133717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22192128 140729367258209 140729367258395 140729367258395 140729367261135 0
[pid=32421/tid=32435] ppid=32418 vsize=15269560 memory=1580 CPUtime=0 cores=0-7
/proc/32421/task/32435/stat : 32435 (java) S 32418 32421 31740 0 -1 1077944384 94 0 0 0 0 0 0 0 20 0 25 0 111387421 15636029440 2914246 33554432000 4194304 4196468 140729367255952 140506907736016 140507746142107 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22192128 140729367258209 140729367258395 140729367258395 140729367261135 0
[pid=32421/tid=32436] ppid=32418 vsize=15269560 memory=928 CPUtime=1.81 cores=0-7
/proc/32421/task/32436/stat : 32436 (java) S 32418 32421 31740 0 -1 1077944384 12580 0 0 0 178 3 0 0 20 0 25 0 111387421 15636029440 2914246 33554432000 4194304 4196468 140729367255952 140506906684144 140507746134658 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22192128 140729367258209 140729367258395 140729367258395 140729367261135 0
[pid=32421/tid=32437] ppid=32418 vsize=15269560 memory=2240 CPUtime=1.84 cores=0-7
/proc/32421/task/32437/stat : 32437 (java) S 32418 32421 31740 0 -1 1077944384 12065 0 0 0 180 4 0 0 20 0 25 0 111387421 15636029440 2914246 33554432000 4194304 4196468 140729367255952 140506905631600 140507746134658 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22192128 140729367258209 140729367258395 140729367258395 140729367261135 0
[pid=32421/tid=32438] ppid=32418 vsize=15269560 memory=4128 CPUtime=2.11 cores=0-7
/proc/32421/task/32438/stat : 32438 (java) S 32418 32421 31740 0 -1 1077944384 12564 0 0 0 208 3 0 0 20 0 25 0 111387421 15636029440 2914246 33554432000 4194304 4196468 140729367255952 140506904578544 140507746134658 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22192128 140729367258209 140729367258395 140729367258395 140729367261135 0
[pid=32421/tid=32439] ppid=32418 vsize=15269560 memory=2196 CPUtime=1.1 cores=0-7
/proc/32421/task/32439/stat : 32439 (java) S 32418 32421 31740 0 -1 1077944384 18200 0 0 0 105 5 0 0 20 0 25 0 111387421 15636029440 2914246 33554432000 4194304 4196468 140729367255952 140506903526000 140507746134658 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 50 0 0 6293624 6294260 22192128 140729367258209 140729367258395 140729367258395 140729367261135 0
[pid=32421/tid=32440] ppid=32418 vsize=15269560 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/32421/task/32440/stat : 32440 (java) S 32418 32421 31740 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 25 0 111387421 15636029440 2914246 33554432000 4194304 4196468 140729367255952 140506566748640 140507746133717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22192128 140729367258209 140729367258395 140729367258395 140729367261135 0
[pid=32421/tid=32441] ppid=32418 vsize=15269560 memory=928 CPUtime=0.88 cores=0-7
/proc/32421/task/32441/stat : 32441 (java) S 32418 32421 31740 0 -1 1077944384 2474 0 0 0 40 48 0 0 20 0 25 0 111387421 15636029440 2914246 33554432000 4194304 4196468 140729367255952 140506565696176 140507746134658 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 48 0 0 6293624 6294260 22192128 140729367258209 140729367258395 140729367258395 140729367261135 0
[pid=32421/tid=32442] ppid=32418 vsize=15269560 memory=2240 CPUtime=0 cores=0-7
/proc/32421/task/32442/stat : 32442 (java) S 32418 32421 31740 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 25 0 111391764 15636029440 2914246 33554432000 4194304 4196468 140729367255952 140506555408896 140507746133717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22192128 140729367258209 140729367258395 140729367258395 140729367261135 0
[pid=32421/tid=32443] ppid=32418 vsize=15269560 memory=4128 CPUtime=3.71 cores=0-7
/proc/32421/task/32443/stat : 32443 (java) S 32418 32421 31740 0 -1 1077944384 3258 0 0 0 174 197 0 0 20 0 25 0 111391776 15636029440 2914246 33554432000 4194304 4196468 140729367255952 140506552259184 140507746133717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22192128 140729367258209 140729367258395 140729367258395 140729367261135 0
[pid=32421/tid=32451] ppid=32418 vsize=15269560 memory=2196 CPUtime=0 cores=0-7
/proc/32421/task/32451/stat : 32451 (java) S 32418 32421 31740 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 25 0 111391789 15636029440 2914246 33554432000 4194304 4196468 140729367255952 140506541740848 140507746133717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22192128 140729367258209 140729367258395 140729367258395 140729367261135 0
[pid=32421/tid=32517] ppid=32418 vsize=15269560 memory=6760 CPUtime=0 cores=0-7
/proc/32421/task/32517/stat : 32517 (java) S 32418 32421 31740 0 -1 1077944384 32 0 0 0 0 0 0 0 20 0 25 0 111639417 15636029440 2914246 33554432000 4194304 4196468 140729367255952 140506543845616 140507746133717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22192128 140729367258209 140729367258395 140729367258395 140729367261135 0
[pid=32421/tid=32518] ppid=32418 vsize=15269560 memory=840 CPUtime=0 cores=0-7
/proc/32421/task/32518/stat : 32518 (java) S 32418 32421 31740 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 25 0 111639578 15636029440 2914246 33554432000 4194304 4196468 140729367255952 140506548055680 140507746133717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22192128 140729367258209 140729367258395 140729367258395 140729367261135 0
Current children cumulated CPU time: 2934.42 s
Current children cumulated vsize: 15269560 KiB
Current children cumulated memory: 11656984 KiB

Child ended because it received signal 9 (SIGKILL)
Real time (s): 2522.08
CPU time (s): 2934.58
CPU user time (s): 2896.55
CPU system time (s): 38.0291
CPU usage (%): 116.356
Max. virtual memory (cumulated for all children) (KiB): 15269560
Max. memory (cumulated for all children) (KiB): 11657576

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2896.55
system time used= 38.0291
maximum resident set size= 11657584
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2109662
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2944
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 312507
involuntary context switches= 113157


# summary of solver processes directly reported to runsolver:
#   pid: 32421
#   total CPU time (s): 2934.58
#   total CPU user time (s): 2896.55
#   total CPU system time (s): 38.0291

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.9085 second user time and 23.7968 second system time

The end

Launcher Data

Begin job on node104 at 2017-08-15 09:28:57
IDJOB=4274892
IDBENCH=136008
IDSOLVER=2668
FILE ID=node104/4274892-1502782995
RUNJOBID= node104-1502776937-31767
PBS_JOBID= 20629111
Free space on /tmp= 61864 MiB

SOLVER NAME= OscaR - Parallel with EPS 2017-07-26
BENCH NAME= XCSP17/BinPacking/BinPacking-tab-ft/BinPacking-tab-ft249-06.xml
COMMAND LINE= java -Xmx11000m -jar oscar-cp-xcsp3-parallel.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4274892-1502782995/watcher-4274892-1502782995 -o /tmp/evaluation-result-4274892-1502782995/solver-4274892-1502782995 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node104-1502776937-31767 --watchdog 2580  java -Xmx11000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 1047544686 --timelimit 20160 --memlimit 11000 --nbcore 8 HOME/instance-4274892-1502782995.xml

TIME LIMIT= 20160 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 0bf4a40729d33496d05cbb52f4946484
RANDOM SEED=1047544686

node104.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.43
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.43
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.43
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.43
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:        28445512 kB
MemAvailable:   31982544 kB
Buffers:          216996 kB
Cached:          3599148 kB
SwapCached:            0 kB
Active:           459436 kB
Inactive:        3406036 kB
Active(anon):      52612 kB
Inactive(anon):    25024 kB
Active(file):     406824 kB
Inactive(file):  3381012 kB
Unevictable:        6532 kB
Mlocked:            6532 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             44164 kB
Writeback:             0 kB
AnonPages:         52368 kB
Mapped:            45480 kB
Shmem:             25228 kB
Slab:             155180 kB
SReclaimable:     130064 kB
SUnreclaim:        25116 kB
KernelStack:        2912 kB
PageTables:         4540 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     323520 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 61820 MiB
End job on node104 at 2017-08-15 10:10:59