Trace number 4274857

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) 10182.9 2522.0801

General information on the benchmark

NameBinPacking/
BinPacking-mdd-ft/BinPacking-mdd-ft249-19.xml
MD5SUMff12bcd9867be4bcc392b8c45936f1c7
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark13
Best CPU time to get the best result obtained on this benchmark2400.06
Satisfiable
(Un)Satisfiability was proved
Number of variables389
Number of constraints100
Number of domains2
Minimum domain size98
Maximum domain size137
Distribution of domain sizes[{"size":98,"count":1},{"size":137,"count":388}]
Minimum variable degree2
Maximum variable degree4
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":291},{"degree":4,"count":97}]
Minimum constraint arity4
Maximum constraint arity388
Distribution of constraint arities[{"arity":4,"count":97},{"arity":98,"count":1},{"arity":388,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"mdd","count":97},{"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: 2030628494
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...
1245.82/1233.06	c Parsing done, starting search...
2238.87/1425.42	java.lang.OutOfMemoryError: Java heap space
2238.87/1425.42		at oscar.algo.reversible.ReversibleSparseBitSet.growInnerTrail(ReversibleSparseBitSet.scala:191)
2238.87/1425.42		at oscar.algo.reversible.ReversibleSparseBitSet.trail(ReversibleSparseBitSet.scala:238)
2238.87/1425.42		at oscar.algo.reversible.ReversibleSparseBitSet.intersectCollected(ReversibleSparseBitSet.scala:294)
2238.87/1425.42		at oscar.cp.constraints.tables.TableCT.updateDelta(TableCT.scala:148)
2238.87/1425.42		at oscar.cp.constraints.tables.TableCT.propagate(TableCT.scala:175)
2238.87/1425.42		at oscar.cp.core.Constraint.execute(Constraint.scala:301)
2238.87/1425.42		at oscar.cp.core.CPStore.fixedPoint(CPStore.scala:258)
2238.87/1425.42		at oscar.cp.core.CPStore.propagate(CPStore.scala:216)
2238.87/1425.42		at oscar.cp.core.CPStore.post(CPStore.scala:290)
2238.87/1425.42		at oscar.cp.core.CPSolver$$anonfun$1.apply$mcV$sp(CPSolver.scala:138)
2238.87/1425.42		at oscar.algo.search.BranchingUtils$class.isInconsistent(BranchingUtils.scala:39)
2238.87/1425.42		at oscar.cp.package$.isInconsistent(package.scala:54)
2238.87/1425.42		at oscar.cp.core.CPSolver.add(CPSolver.scala:138)
2238.87/1425.42		at oscar.cp.core.CPSolver.add(CPSolver.scala:144)
2238.87/1425.42		at oscar.modeling.models.cp.CPModel.postConstraintForPossibleConstant(CPModel.scala:704)
2238.87/1425.43		at oscar.modeling.models.cp.CPModel.postEquality(CPModel.scala:396)
2238.87/1425.43		at oscar.modeling.models.cp.CPModel.postEquality(CPModel.scala:394)
2238.87/1425.43		at oscar.modeling.models.cp.CPModel.postBooleanExpression(CPModel.scala:408)
2238.87/1425.43		at oscar.modeling.models.cp.CPModel.post(CPModel.scala:309)
2238.87/1425.43		at oscar.modeling.models.ModelDeclaration.postInstantiated(ModelDeclaration.scala:81)
2238.87/1425.43		at oscar.modeling.models.ModelDeclaration.post(ModelDeclaration.scala:65)
2238.87/1425.43		at oscar.modeling.vars.cp.ContextProxy.assign(ContextProxy.scala:41)
2238.87/1425.43		at oscar.algo.branchings.ConflictOrderingSearch$$anonfun$createChildren$1$$anonfun$3.apply$mcV$sp(ConflictOrderingSearch.scala:55)
2238.87/1425.43		at oscar.algo.search.BranchingUtils$class.isInconsistent(BranchingUtils.scala:39)
2282.55/1432.67		at oscar.algo.search.package$.isInconsistent(package.scala:21)
2282.55/1432.67		at oscar.algo.branchings.ConflictOrderingSearch$$anonfun$createChildren$1.apply$mcV$sp(ConflictOrderingSearch.scala:55)
2282.55/1432.67		at oscar.modeling.solvers.cp.distributed.IntBoundaryUpdateSearchWrapper$$anonfun$alternatives$2$$anonfun$apply$2.apply$mcV$sp(DistributionHelpers.scala:164)
2282.55/1432.67		at oscar.algo.search.DFSearch.start(DFSearch.scala:150)
2282.55/1432.67		at oscar.algo.search.DFSearchNode.startSubjectTo(DFSearchNode.scala:103)
2282.55/1432.67		at oscar.cp.core.CPSolver.startSubjectTo(CPSolver.scala:42)
2282.55/1432.67		at oscar.algo.search.DFSearchNode.startSubjectTo(DFSearchNode.scala:74)
2282.55/1432.67		at oscar.modeling.solvers.cp.distributed.SolverActor$$anonfun$5.apply(SolverActor.scala:144)
2474.47/1460.54	java.lang.OutOfMemoryError: Java heap space
2474.47/1460.54		at oscar.algo.reversible.ReversibleSparseBitSet.growInnerTrail(ReversibleSparseBitSet.scala:191)
2474.47/1460.54		at oscar.algo.reversible.ReversibleSparseBitSet.trail(ReversibleSparseBitSet.scala:238)
2474.47/1460.54		at oscar.algo.reversible.ReversibleSparseBitSet.intersectCollected(ReversibleSparseBitSet.scala:294)
2474.47/1460.54		at oscar.cp.constraints.tables.TableCT.updateDelta(TableCT.scala:148)
2474.47/1460.54		at oscar.cp.constraints.tables.TableCT.propagate(TableCT.scala:175)
2488.33/1462.46		at oscar.cp.core.Constraint.execute(Constraint.scala:301)
2488.33/1462.46		at oscar.cp.core.CPStore.fixedPoint(CPStore.scala:258)
2500.40/1464.17		at oscar.cp.core.CPStore.propagate(CPStore.scala:216)
2500.40/1464.17		at oscar.cp.core.CPStore.post(CPStore.scala:290)
2500.40/1464.17		at oscar.cp.core.CPSolver$$anonfun$1.apply$mcV$sp(CPSolver.scala:138)
2500.40/1464.17		at oscar.algo.search.BranchingUtils$class.isInconsistent(BranchingUtils.scala:39)
2500.40/1464.17		at oscar.cp.package$.isInconsistent(package.scala:54)
2500.40/1464.17		at oscar.cp.core.CPSolver.add(CPSolver.scala:138)
2500.40/1464.17		at oscar.cp.core.CPSolver.add(CPSolver.scala:144)
2500.40/1464.17		at oscar.modeling.models.cp.CPModel.postConstraintForPossibleConstant(CPModel.scala:704)
2500.40/1464.17		at oscar.modeling.models.cp.CPModel.postEquality(CPModel.scala:396)
2500.40/1464.17		at oscar.modeling.models.cp.CPModel.postEquality(CPModel.scala:394)
2500.40/1464.17		at oscar.modeling.models.cp.CPModel.postBooleanExpression(CPModel.scala:408)
2500.40/1464.17		at oscar.modeling.models.cp.CPModel.post(CPModel.scala:309)
2500.40/1464.17		at oscar.modeling.models.ModelDeclaration.postInstantiated(ModelDeclaration.scala:81)
2500.40/1464.17		at oscar.modeling.models.ModelDeclaration.post(ModelDeclaration.scala:65)
2500.40/1464.17		at oscar.modeling.vars.cp.ContextProxy.assign(ContextProxy.scala:41)
2500.40/1464.17		at oscar.algo.branchings.ConflictOrderingSearch$$anonfun$createChildren$1$$anonfun$3.apply$mcV$sp(ConflictOrderingSearch.scala:55)
2500.40/1464.17		at oscar.algo.search.BranchingUtils$class.isInconsistent(BranchingUtils.scala:39)
2500.40/1464.17		at oscar.algo.search.package$.isInconsistent(package.scala:21)
2500.40/1464.17		at oscar.algo.branchings.ConflictOrderingSearch$$anonfun$createChildren$1.apply$mcV$sp(ConflictOrderingSearch.scala:55)
2500.40/1464.17		at oscar.modeling.solvers.cp.distributed.IntBoundaryUpdateSearchWrapper$$anonfun$alternatives$2$$anonfun$apply$2.apply$mcV$sp(DistributionHelpers.scala:164)
2500.40/1464.17		at oscar.algo.search.DFSearch.start(DFSearch.scala:150)
2500.40/1464.17		at oscar.algo.search.DFSearchNode.startSubjectTo(DFSearchNode.scala:103)
2500.40/1464.17		at oscar.cp.core.CPSolver.startSubjectTo(CPSolver.scala:42)
2525.48/1467.69		at oscar.algo.search.DFSearchNode.startSubjectTo(DFSearchNode.scala:74)
2538.06/1469.47		at oscar.modeling.solvers.cp.distributed.SolverActor$$anonfun$5.apply(SolverActor.scala:144)
2657.37/1487.11	java.lang.OutOfMemoryError: Java heap space
2657.37/1487.11		at oscar.algo.reversible.ReversibleSparseBitSet.growInnerTrail(ReversibleSparseBitSet.scala:191)
2668.38/1488.67		at oscar.algo.reversible.ReversibleSparseBitSet.trail(ReversibleSparseBitSet.scala:238)
2668.38/1488.67		at oscar.algo.reversible.ReversibleSparseBitSet.intersectCollected(ReversibleSparseBitSet.scala:294)
2668.38/1488.67		at oscar.cp.constraints.tables.TableCT.updateDelta(TableCT.scala:148)
2668.38/1488.67		at oscar.cp.constraints.tables.TableCT.propagate(TableCT.scala:175)
2668.38/1488.67		at oscar.cp.core.Constraint.execute(Constraint.scala:301)
2668.38/1488.67		at oscar.cp.core.CPStore.fixedPoint(CPStore.scala:258)
2668.38/1488.67		at oscar.cp.core.CPStore.propagate(CPStore.scala:216)
2668.38/1488.67		at oscar.cp.core.CPStore.post(CPStore.scala:290)
2668.38/1488.67		at oscar.cp.core.CPSolver$$anonfun$1.apply$mcV$sp(CPSolver.scala:138)
2668.38/1488.67		at oscar.algo.search.BranchingUtils$class.isInconsistent(BranchingUtils.scala:39)
2668.38/1488.67		at oscar.cp.package$.isInconsistent(package.scala:54)
2668.38/1488.67		at oscar.cp.core.CPSolver.add(CPSolver.scala:138)
2668.38/1488.67		at oscar.cp.core.CPSolver.add(CPSolver.scala:144)
2681.97/1490.55		at oscar.modeling.models.cp.CPModel.postConstraintForPossibleConstant(CPModel.scala:704)
2681.97/1490.55		at oscar.modeling.models.cp.CPModel.postEquality(CPModel.scala:396)
2681.97/1490.55		at oscar.modeling.models.cp.CPModel.postEquality(CPModel.scala:394)
2681.97/1490.55		at oscar.modeling.models.cp.CPModel.postBooleanExpression(CPModel.scala:408)
2681.97/1490.55		at oscar.modeling.models.cp.CPModel.post(CPModel.scala:309)
2681.97/1490.55		at oscar.modeling.models.ModelDeclaration.postInstantiated(ModelDeclaration.scala:81)
2681.97/1490.55		at oscar.modeling.models.ModelDeclaration.post(ModelDeclaration.scala:65)
2681.97/1490.55		at oscar.modeling.vars.cp.ContextProxy.assign(ContextProxy.scala:41)
2681.97/1490.55		at oscar.algo.branchings.ConflictOrderingSearch$$anonfun$createChildren$1$$anonfun$3.apply$mcV$sp(ConflictOrderingSearch.scala:55)
2681.97/1490.55		at oscar.algo.search.BranchingUtils$class.isInconsistent(BranchingUtils.scala:39)
2681.97/1490.55		at oscar.algo.search.package$.isInconsistent(package.scala:21)
2681.97/1490.55		at oscar.algo.branchings.ConflictOrderingSearch$$anonfun$createChildren$1.apply$mcV$sp(ConflictOrderingSearch.scala:55)
2681.97/1490.55		at oscar.modeling.solvers.cp.distributed.IntBoundaryUpdateSearchWrapper$$anonfun$alternatives$2$$anonfun$apply$2.apply$mcV$sp(DistributionHelpers.scala:164)
2681.97/1490.55		at oscar.algo.search.DFSearch.start(DFSearch.scala:150)
2681.97/1490.55		at oscar.algo.search.DFSearchNode.startSubjectTo(DFSearchNode.scala:103)
2681.97/1490.55		at oscar.cp.core.CPSolver.startSubjectTo(CPSolver.scala:42)
2681.97/1490.55		at oscar.algo.search.DFSearchNode.startSubjectTo(DFSearchNode.scala:74)
2681.97/1490.55		at oscar.modeling.solvers.cp.distributed.SolverActor$$anonfun$5.apply(SolverActor.scala:144)
2769.02/1503.57	java.lang.OutOfMemoryError: Java heap space
2781.18/1505.28		at oscar.algo.reversible.ReversibleSparseBitSet.growInnerTrail(ReversibleSparseBitSet.scala:191)
2781.18/1505.28		at oscar.algo.reversible.ReversibleSparseBitSet.trail(ReversibleSparseBitSet.scala:238)
2781.18/1505.28		at oscar.algo.reversible.ReversibleSparseBitSet.intersectCollected(ReversibleSparseBitSet.scala:294)
2781.18/1505.28		at oscar.cp.constraints.tables.TableCT.updateDelta(TableCT.scala:148)
2781.18/1505.28		at oscar.cp.constraints.tables.TableCT.propagate(TableCT.scala:175)
2781.18/1505.28		at oscar.cp.core.Constraint.execute(Constraint.scala:301)
2792.88/1506.92		at oscar.cp.core.CPStore.fixedPoint(CPStore.scala:258)
2792.88/1506.92		at oscar.cp.core.CPStore.propagate(CPStore.scala:216)
2816.16/1510.25		at oscar.cp.core.CPStore.post(CPStore.scala:290)
2816.16/1510.25		at oscar.cp.core.CPSolver$$anonfun$1.apply$mcV$sp(CPSolver.scala:138)
2816.16/1510.25		at oscar.algo.search.BranchingUtils$class.isInconsistent(BranchingUtils.scala:39)
2816.16/1510.25		at oscar.cp.package$.isInconsistent(package.scala:54)
2816.16/1510.25		at oscar.cp.core.CPSolver.add(CPSolver.scala:138)
2816.16/1510.25		at oscar.cp.core.CPSolver.add(CPSolver.scala:144)
2816.16/1510.25		at oscar.modeling.models.cp.CPModel.postConstraintForPossibleConstant(CPModel.scala:704)
2816.16/1510.25		at oscar.modeling.models.cp.CPModel.postEquality(CPModel.scala:396)
2816.16/1510.25		at oscar.modeling.models.cp.CPModel.postEquality(CPModel.scala:394)
2816.16/1510.25		at oscar.modeling.models.cp.CPModel.postBooleanExpression(CPModel.scala:408)
2816.16/1510.25		at oscar.modeling.models.cp.CPModel.post(CPModel.scala:309)
2816.16/1510.25		at oscar.modeling.models.ModelDeclaration.postInstantiated(ModelDeclaration.scala:81)
2838.39/1513.40		at oscar.modeling.models.ModelDeclaration.post(ModelDeclaration.scala:65)
2838.39/1513.40		at oscar.modeling.vars.cp.ContextProxy.assign(ContextProxy.scala:41)
2838.39/1513.40		at oscar.algo.branchings.ConflictOrderingSearch$$anonfun$createChildren$1$$anonfun$3.apply$mcV$sp(ConflictOrderingSearch.scala:55)
2838.39/1513.40		at oscar.algo.search.BranchingUtils$class.isInconsistent(BranchingUtils.scala:39)
2838.39/1513.40		at oscar.algo.search.package$.isInconsistent(package.scala:21)
2838.39/1513.40		at oscar.algo.branchings.ConflictOrderingSearch$$anonfun$createChildren$1.apply$mcV$sp(ConflictOrderingSearch.scala:55)
2861.02/1516.61		at oscar.modeling.solvers.cp.distributed.IntBoundaryUpdateSearchWrapper$$anonfun$alternatives$2$$anonfun$apply$2.apply$mcV$sp(DistributionHelpers.scala:164)
2861.02/1516.61		at oscar.algo.search.DFSearch.start(DFSearch.scala:150)
2861.02/1516.61		at oscar.algo.search.DFSearchNode.startSubjectTo(DFSearchNode.scala:103)
2861.02/1516.61		at oscar.cp.core.CPSolver.startSubjectTo(CPSolver.scala:42)
2861.02/1516.61		at oscar.algo.search.DFSearchNode.startSubjectTo(DFSearchNode.scala:74)
2861.02/1516.61		at oscar.modeling.solvers.cp.distributed.SolverActor$$anonfun$5.apply(SolverActor.scala:144)
2903.98/1523.52	java.lang.OutOfMemoryError: Java heap space
3140.59/1558.10	java.lang.OutOfMemoryError: Java heap space
3473.46/1604.40	java.lang.OutOfMemoryError: Java heap space

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4274857-1502785519/watcher-4274857-1502785519 -o /tmp/evaluation-result-4274857-1502785519/solver-4274857-1502785519 -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 2030628494 --timelimit 20160 --memlimit 11000 --nbcore 8 HOME/instance-4274857-1502785519.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
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=32583, runsolver pid=32580

[startup+0.10009 s]*
/proc/loadavg: 0.87 0.75 1.24 2/199 32603
/proc/meminfo: memFree=28426684/32770624 swapFree=67108860/67108860
[pid=32583] ppid=32580 vsize=14325320 memory=34204 CPUtime=0.12 cores=0-7
/proc/32583/stat : 32583 (java) S 32580 32583 31740 0 -1 1077944320 8469 0 0 0 11 1 0 0 20 0 20 0 111639756 14669127680 8551 33554432000 4194304 4196468 140722805302288 140722805284832 140682271522551 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 27906048 140722805306465 140722805306651 140722805306651 140722805309391 0
/proc/32583/statm: 3581330 8551 3410 1 0 3569050 0
[pid=32583/tid=32585] ppid=32580 vsize=14325320 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/32583/task/32585/stat : 32585 (java) R 32580 32583 31740 0 -1 4202560 6410 0 0 0 8 1 0 0 20 0 20 0 111639757 14669127680 8551 33554432000 4194304 4196468 140722805302288 140682275710464 140682255603038 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27906048 140722805306465 140722805306651 140722805306651 140722805309391 0
[pid=32583/tid=32586] ppid=32580 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/32583/task/32586/stat : 32586 (java) S 32580 32583 31740 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 111639758 14669127680 8551 33554432000 4194304 4196468 140722805302288 140682201610512 140682271532757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27906048 140722805306465 140722805306651 140722805306651 140722805309391 0
[pid=32583/tid=32587] ppid=32580 vsize=14325320 memory=140553144804992 CPUtime=0 cores=0-7
/proc/32583/task/32587/stat : 32587 (java) S 32580 32583 31740 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 111639758 14669127680 8551 33554432000 4194304 4196468 140722805302288 140682200557968 140682271532757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27906048 140722805306465 140722805306651 140722805306651 140722805309391 0
[pid=32583/tid=32588] ppid=32580 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/32583/task/32588/stat : 32588 (java) S 32580 32583 31740 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 111639758 14669127680 8551 33554432000 4194304 4196468 140722805302288 140682199505424 140682271532757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27906048 140722805306465 140722805306651 140722805306651 140722805309391 0
[pid=32583/tid=32589] ppid=32580 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/32583/task/32589/stat : 32589 (java) S 32580 32583 31740 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 111639758 14669127680 8551 33554432000 4194304 4196468 140722805302288 140682198452880 140682271532757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27906048 140722805306465 140722805306651 140722805306651 140722805309391 0
[pid=32583/tid=32590] ppid=32580 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/32583/task/32590/stat : 32590 (java) S 32580 32583 31740 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 111639758 14669127680 8551 33554432000 4194304 4196468 140722805302288 140682197400336 140682271532757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27906048 140722805306465 140722805306651 140722805306651 140722805309391 0
[pid=32583/tid=32591] ppid=32580 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/32583/task/32591/stat : 32591 (java) S 32580 32583 31740 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 111639758 14669127680 8551 33554432000 4194304 4196468 140722805302288 140682196347792 140682271532757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27906048 140722805306465 140722805306651 140722805306651 140722805309391 0
[pid=32583/tid=32592] ppid=32580 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/32583/task/32592/stat : 32592 (java) S 32580 32583 31740 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 111639758 14669127680 8551 33554432000 4194304 4196468 140722805302288 140682195295248 140682271532757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27906048 140722805306465 140722805306651 140722805306651 140722805309391 0
[pid=32583/tid=32593] ppid=32580 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/32583/task/32593/stat : 32593 (java) S 32580 32583 31740 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 111639758 14669127680 8551 33554432000 4194304 4196468 140722805302288 140682194242704 140682271532757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27906048 140722805306465 140722805306651 140722805306651 140722805309391 0
[pid=32583/tid=32594] ppid=32580 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/32583/task/32594/stat : 32594 (java) S 32580 32583 31740 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 111639759 14669127680 8551 33554432000 4194304 4196468 140722805302288 140681527494640 140682271533698 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27906048 140722805306465 140722805306651 140722805306651 140722805309391 0
[pid=32583/tid=32595] ppid=32580 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/32583/task/32595/stat : 32595 (java) S 32580 32583 31740 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 111639759 14669127680 8551 33554432000 4194304 4196468 140722805302288 140681526440864 140682271532757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27906048 140722805306465 140722805306651 140722805306651 140722805309391 0
[pid=32583/tid=32596] ppid=32580 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/32583/task/32596/stat : 32596 (java) S 32580 32583 31740 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 111639760 14669127680 8551 33554432000 4194304 4196468 140722805302288 140681525388272 140682271532757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27906048 140722805306465 140722805306651 140722805306651 140722805309391 0
[pid=32583/tid=32597] ppid=32580 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/32583/task/32597/stat : 32597 (java) S 32580 32583 31740 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 111639762 14669127680 8551 33554432000 4194304 4196468 140722805302288 140681524336848 140682271541147 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27906048 140722805306465 140722805306651 140722805306651 140722805309391 0
[pid=32583/tid=32598] ppid=32580 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/32583/task/32598/stat : 32598 (java) S 32580 32583 31740 0 -1 1077944384 293 0 0 0 0 0 0 0 20 0 20 0 111639762 14669127680 8551 33554432000 4194304 4196468 140722805302288 140681523284464 140682271533698 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27906048 140722805306465 140722805306651 140722805306651 140722805309391 0
[pid=32583/tid=32599] ppid=32580 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/32583/task/32599/stat : 32599 (java) S 32580 32583 31740 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 111639762 14669127680 8551 33554432000 4194304 4196468 140722805302288 140681522231920 140682271533698 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27906048 140722805306465 140722805306651 140722805306651 140722805309391 0
[pid=32583/tid=32600] ppid=32580 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/32583/task/32600/stat : 32600 (java) S 32580 32583 31740 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 111639762 14669127680 8551 33554432000 4194304 4196468 140722805302288 140681521179376 140682271533698 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27906048 140722805306465 140722805306651 140722805306651 140722805309391 0
[pid=32583/tid=32601] ppid=32580 vsize=14325320 memory=0 CPUtime=0.01 cores=0-7
/proc/32583/task/32601/stat : 32601 (java) S 32580 32583 31740 0 -1 1077944384 379 0 0 0 1 0 0 0 20 0 20 0 111639762 14669127680 8551 33554432000 4194304 4196468 140722805302288 140681452448624 140682271533698 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27906048 140722805306465 140722805306651 140722805306651 140722805309391 0
[pid=32583/tid=32602] ppid=32580 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/32583/task/32602/stat : 32602 (java) S 32580 32583 31740 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 111639762 14669127680 8551 33554432000 4194304 4196468 140722805302288 140681451395296 140682271532757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27906048 140722805306465 140722805306651 140722805306651 140722805309391 0
[pid=32583/tid=32603] ppid=32580 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/32583/task/32603/stat : 32603 (java) S 32580 32583 31740 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 111639763 14669127680 8551 33554432000 4194304 4196468 140722805302288 140681450342832 140682271533698 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27906048 140722805306465 140722805306651 140722805306651 140722805309391 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14325320 KiB
Current children cumulated memory: 34204 KiB

[startup+0.210617 s]*
/proc/loadavg: 0.87 0.75 1.24 3/199 32603
/proc/meminfo: memFree=28418348/32770624 swapFree=67108860/67108860
[pid=32583] ppid=32580 vsize=14325320 memory=43776 CPUtime=0.29 cores=0-7
/proc/32583/stat : 32583 (java) S 32580 32583 31740 0 -1 1077944320 9502 0 0 0 27 2 0 0 20 0 20 0 111639756 14669127680 10944 33554432000 4194304 4196468 140722805302288 140722805284832 140682271522551 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 27906048 140722805306465 140722805306651 140722805306651 140722805309391 0
/proc/32583/statm: 3581330 10944 3639 1 0 3569050 0
[pid=32583/tid=32585] ppid=32580 vsize=14325320 memory=4026531975 CPUtime=0.19 cores=0-7
/proc/32583/task/32585/stat : 32585 (java) R 32580 32583 31740 0 -1 4202560 7065 0 0 0 18 1 0 0 20 0 20 0 111639757 14669127680 10944 33554432000 4194304 4196468 140722805302288 140682275731632 140682271534486 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27906048 140722805306465 140722805306651 140722805306651 140722805309391 0
[pid=32583/tid=32586] ppid=32580 vsize=14325320 memory=9234 CPUtime=0 cores=0-7
/proc/32583/task/32586/stat : 32586 (java) S 32580 32583 31740 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 111639758 14669127680 10944 33554432000 4194304 4196468 140722805302288 140682201610512 140682271532757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27906048 140722805306465 140722805306651 140722805306651 140722805309391 0
[pid=32583/tid=32587] ppid=32580 vsize=14325320 memory=140553144835399 CPUtime=0 cores=0-7
/proc/32583/task/32587/stat : 32587 (java) S 32580 32583 31740 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 111639758 14669127680 10944 33554432000 4194304 4196468 140722805302288 140682200557968 140682271532757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27906048 140722805306465 140722805306651 140722805306651 140722805309391 0
[pid=32583/tid=32588] ppid=32580 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/32583/task/32588/stat : 32588 (java) S 32580 32583 31740 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 111639758 14669127680 10944 33554432000 4194304 4196468 140722805302288 140682199505424 140682271532757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27906048 140722805306465 140722805306651 140722805306651 140722805309391 0
[pid=32583/tid=32589] ppid=32580 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/32583/task/32589/stat : 32589 (java) S 32580 32583 31740 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 111639758 14669127680 10944 33554432000 4194304 4196468 140722805302288 140682198452880 140682271532757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27906048 140722805306465 140722805306651 140722805306651 140722805309391 0
[pid=32583/tid=32590] ppid=32580 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/32583/task/32590/stat : 32590 (java) S 32580 32583 31740 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 111639758 14669127680 10944 33554432000 4194304 4196468 140722805302288 140682197400336 140682271532757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27906048 140722805306465 140722805306651 140722805306651 140722805309391 0
[pid=32583/tid=32591] ppid=32580 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/32583/task/32591/stat : 32591 (java) S 32580 32583 31740 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 111639758 14669127680 10944 33554432000 4194304 4196468 140722805302288 140682196347792 140682271532757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27906048 140722805306465 140722805306651 140722805306651 140722805309391 0
[pid=32583/tid=32592] ppid=32580 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/32583/task/32592/stat : 32592 (java) S 32580 32583 31740 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 111639758 14669127680 10944 33554432000 4194304 4196468 140722805302288 140682195295248 140682271532757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27906048 140722805306465 140722805306651 140722805306651 140722805309391 0
[pid=32583/tid=32593] ppid=32580 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/32583/task/32593/stat : 32593 (java) S 32580 32583 31740 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 111639758 14669127680 10944 33554432000 4194304 4196468 140722805302288 140682194242704 140682271532757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27906048 140722805306465 140722805306651 140722805306651 140722805309391 0
[pid=32583/tid=32594] ppid=32580 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/32583/task/32594/stat : 32594 (java) S 32580 32583 31740 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 20 0 111639759 14669127680 10944 33554432000 4194304 4196468 140722805302288 140681527494640 140682271533698 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27906048 140722805306465 140722805306651 140722805306651 140722805309391 0
[pid=32583/tid=32595] ppid=32580 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/32583/task/32595/stat : 32595 (java) S 32580 32583 31740 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 111639759 14669127680 10944 33554432000 4194304 4196468 140722805302288 140681526440864 140682271532757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27906048 140722805306465 140722805306651 140722805306651 140722805309391 0
[pid=32583/tid=32596] ppid=32580 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/32583/task/32596/stat : 32596 (java) S 32580 32583 31740 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 111639760 14669127680 10944 33554432000 4194304 4196468 140722805302288 140681525388272 140682271532757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27906048 140722805306465 140722805306651 140722805306651 140722805309391 0
[pid=32583/tid=32597] ppid=32580 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/32583/task/32597/stat : 32597 (java) S 32580 32583 31740 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 111639762 14669127680 10944 33554432000 4194304 4196468 140722805302288 140681524336848 140682271541147 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27906048 140722805306465 140722805306651 140722805306651 140722805309391 0
[pid=32583/tid=32598] ppid=32580 vsize=14325320 memory=0 CPUtime=0.01 cores=0-7
/proc/32583/task/32598/stat : 32598 (java) R 32580 32583 31740 0 -1 4202560 488 0 0 0 1 0 0 0 20 0 20 0 111639762 14669127680 10944 33554432000 4194304 4196468 140722805302288 140681523284464 140682264507593 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27906048 140722805306465 140722805306651 140722805306651 140722805309391 0
[pid=32583/tid=32599] ppid=32580 vsize=14325320 memory=0 CPUtime=0.01 cores=0-7
/proc/32583/task/32599/stat : 32599 (java) S 32580 32583 31740 0 -1 1077944384 136 0 0 0 1 0 0 0 20 0 20 0 111639762 14669127680 10944 33554432000 4194304 4196468 140722805302288 140681522231920 140682271533698 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27906048 140722805306465 140722805306651 140722805306651 140722805309391 0
[pid=32583/tid=32600] ppid=32580 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/32583/task/32600/stat : 32600 (java) S 32580 32583 31740 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 20 0 111639762 14669127680 10944 33554432000 4194304 4196468 140722805302288 140681521179376 140682271533698 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27906048 140722805306465 140722805306651 140722805306651 140722805309391 0
[pid=32583/tid=32601] ppid=32580 vsize=14325320 memory=0 CPUtime=0.05 cores=0-7
/proc/32583/task/32601/stat : 32601 (java) R 32580 32583 31740 0 -1 4202560 403 0 0 0 5 0 0 0 20 0 20 0 111639762 14669127680 10944 33554432000 4194304 4196468 140722805302288 140681452448624 140682271543898 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27906048 140722805306465 140722805306651 140722805306651 140722805309391 0
[pid=32583/tid=32602] ppid=32580 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/32583/task/32602/stat : 32602 (java) S 32580 32583 31740 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 111639762 14669127680 10944 33554432000 4194304 4196468 140722805302288 140681451395296 140682271532757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27906048 140722805306465 140722805306651 140722805306651 140722805309391 0
[pid=32583/tid=32603] ppid=32580 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/32583/task/32603/stat : 32603 (java) S 32580 32583 31740 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 111639763 14669127680 10944 33554432000 4194304 4196468 140722805302288 140681450342832 140682271533698 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27906048 140722805306465 140722805306651 140722805306651 140722805309391 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 14325320 KiB
Current children cumulated memory: 43776 KiB

[startup+0.310459 s]*
/proc/loadavg: 0.87 0.75 1.24 2/199 32603
/proc/meminfo: memFree=28411688/32770624 swapFree=67108860/67108860
[pid=32583] ppid=32580 vsize=14325340 memory=50484 CPUtime=0.48 cores=0-7
/proc/32583/stat : 32583 (java) S 32580 32583 31740 0 -1 1077944320 10403 0 0 0 45 3 0 0 20 0 20 0 111639756 14669148160 12621 33554432000 4194304 4196468 140722805302288 140722805284832 140682271522551 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 27906048 140722805306465 140722805306651 140722805306651 140722805309391 0
/proc/32583/statm: 3581335 12621 3707 1 0 3569050 0
[pid=32583/tid=32585] ppid=32580 vsize=14325340 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/32583/task/32585/stat : 32585 (java) R 32580 32583 31740 0 -1 4202560 7612 0 0 0 27 2 0 0 20 0 20 0 111639757 14669148160 12621 33554432000 4194304 4196468 140722805302288 140682275752000 140682271534486 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27906048 140722805306465 140722805306651 140722805306651 140722805309391 0
[pid=32583/tid=32586] ppid=32580 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/32583/task/32586/stat : 32586 (java) S 32580 32583 31740 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 111639758 14669148160 12621 33554432000 4194304 4196468 140722805302288 140682201610512 140682271532757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27906048 140722805306465 140722805306651 140722805306651 140722805309391 0
[pid=32583/tid=32587] ppid=32580 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/32583/task/32587/stat : 32587 (java) S 32580 32583 31740 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 111639758 14669148160 12621 33554432000 4194304 4196468 140722805302288 140682200557968 140682271532757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27906048 140722805306465 140722805306651 140722805306651 140722805309391 0
[pid=32583/tid=32588] ppid=32580 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/32583/task/32588/stat : 32588 (java) S 32580 32583 31740 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 111639758 14669148160 12621 33554432000 4194304 4196468 140722805302288 140682199505424 140682271532757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27906048 140722805306465 140722805306651 140722805306651 140722805309391 0
[pid=32583/tid=32589] ppid=32580 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/32583/task/32589/stat : 32589 (java) S 32580 32583 31740 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 111639758 14669148160 12621 33554432000 4194304 4196468 140722805302288 140682198452880 140682271532757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27906048 140722805306465 140722805306651 140722805306651 140722805309391 0
[pid=32583/tid=32590] ppid=32580 vsize=14325340 memory=2244 CPUtime=0 cores=0-7
/proc/32583/task/32590/stat : 32590 (java) S 32580 32583 31740 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 111639758 14669148160 12621 33554432000 4194304 4196468 140722805302288 140682197400336 140682271532757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27906048 140722805306465 140722805306651 140722805306651 140722805309391 0
[pid=32583/tid=32591] ppid=32580 vsize=14325340 memory=140553006183343 CPUtime=0 cores=0-7
/proc/32583/task/32591/stat : 32591 (java) S 32580 32583 31740 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 111639758 14669148160 12621 33554432000 4194304 4196468 140722805302288 140682196347792 140682271532757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27906048 140722805306465 140722805306651 140722805306651 140722805309391 0
[pid=32583/tid=32592] ppid=32580 vsize=14325340 memory=140553006185648 CPUtime=0 cores=0-7
/proc/32583/task/32592/stat : 32592 (java) S 32580 32583 31740 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 111639758 14669148160 12621 33554432000 4194304 4196468 140722805302288 140682195295248 140682271532757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27906048 140722805306465 140722805306651 140722805306651 140722805309391 0
[pid=32583/tid=32593] ppid=32580 vsize=14325340 memory=140553006187952 CPUtime=0 cores=0-7
/proc/32583/task/32593/stat : 32593 (java) S 32580 32583 31740 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 111639758 14669148160 12621 33554432000 4194304 4196468 140722805302288 140682194242704 140682271532757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27906048 140722805306465 140722805306651 140722805306651 140722805309391 0
[pid=32583/tid=32594] ppid=32580 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/32583/task/32594/stat : 32594 (java) S 32580 32583 31740 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 20 0 111639759 14669148160 12621 33554432000 4194304 4196468 140722805302288 140681527494640 140682271533698 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27906048 140722805306465 140722805306651 140722805306651 140722805309391 0
[pid=32583/tid=32595] ppid=32580 vsize=14325340 memory=281106012382864 CPUtime=0 cores=0-7
/proc/32583/task/32595/stat : 32595 (java) S 32580 32583 31740 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 111639759 14669148160 12621 33554432000 4194304 4196468 140722805302288 140681526440864 140682271532757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27906048 140722805306465 140722805306651 140722805306651 140722805309391 0
[pid=32583/tid=32596] ppid=32580 vsize=14325340 memory=281106012389776 CPUtime=0 cores=0-7
/proc/32583/task/32596/stat : 32596 (java) S 32580 32583 31740 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 111639760 14669148160 12621 33554432000 4194304 4196468 140722805302288 140681525388272 140682271532757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27906048 140722805306465 140722805306651 140722805306651 140722805309391 0
[pid=32583/tid=32597] ppid=32580 vsize=14325340 memory=281106012331056 CPUtime=0 cores=0-7
/proc/32583/task/32597/stat : 32597 (java) S 32580 32583 31740 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 111639762 14669148160 12621 33554432000 4194304 4196468 140722805302288 140681524336848 140682271541147 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27906048 140722805306465 140722805306651 140722805306651 140722805309391 0
[pid=32583/tid=32598] ppid=32580 vsize=14325340 memory=281106012403600 CPUtime=0.02 cores=0-7
/proc/32583/task/32598/stat : 32598 (java) S 32580 32583 31740 0 -1 1077944384 498 0 0 0 2 0 0 0 20 0 20 0 111639762 14669148160 12621 33554432000 4194304 4196468 140722805302288 140681523284464 140682271533698 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27906048 140722805306465 140722805306651 140722805306651 140722805309391 0
[pid=32583/tid=32599] ppid=32580 vsize=14325340 memory=281106012410512 CPUtime=0.03 cores=0-7
/proc/32583/task/32599/stat : 32599 (java) S 32580 32583 31740 0 -1 1077944384 266 0 0 0 3 0 0 0 20 0 20 0 111639762 14669148160 12621 33554432000 4194304 4196468 140722805302288 140681522231920 140682271533698 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27906048 140722805306465 140722805306651 140722805306651 140722805309391 0
[pid=32583/tid=32600] ppid=32580 vsize=14325340 memory=281106012408208 CPUtime=0.04 cores=0-7
/proc/32583/task/32600/stat : 32600 (java) S 32580 32583 31740 0 -1 1077944384 195 0 0 0 4 0 0 0 20 0 20 0 111639762 14669148160 12621 33554432000 4194304 4196468 140722805302288 140681521179376 140682271533698 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27906048 140722805306465 140722805306651 140722805306651 140722805309391 0
[pid=32583/tid=32601] ppid=32580 vsize=14325340 memory=281106012424816 CPUtime=0.08 cores=0-7
/proc/32583/task/32601/stat : 32601 (java) S 32580 32583 31740 0 -1 1077944384 448 0 0 0 8 0 0 0 20 0 20 0 111639762 14669148160 12621 33554432000 4194304 4196468 140722805302288 140681452448624 140682271533698 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27906048 140722805306465 140722805306651 140722805306651 140722805309391 0
[pid=32583/tid=32602] ppid=32580 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/32583/task/32602/stat : 32602 (java) S 32580 32583 31740 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 111639762 14669148160 12621 33554432000 4194304 4196468 140722805302288 140681451395296 140682271532757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27906048 140722805306465 140722805306651 140722805306651 140722805309391 0
[pid=32583/tid=32603] ppid=32580 vsize=14325340 memory=-1 CPUtime=0 cores=0-7
/proc/32583/task/32603/stat : 32603 (java) S 32580 32583 31740 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 111639763 14669148160 12621 33554432000 4194304 4196468 140722805302288 140681450342832 140682271533698 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27906048 140722805306465 140722805306651 140722805306651 140722805309391 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 14325340 KiB
Current children cumulated memory: 50484 KiB

[startup+0.700953 s]
/proc/loadavg: 0.87 0.75 1.24 5/199 32603
/proc/meminfo: memFree=28395496/32770624 swapFree=67108860/67108860
[pid=32583] ppid=32580 vsize=14327388 memory=101508 CPUtime=1.63 cores=0-7
/proc/32583/stat : 32583 (java) S 32580 32583 31740 0 -1 1077944320 14370 0 0 0 157 6 0 0 20 0 20 0 111639756 14671245312 25377 33554432000 4194304 4196468 140722805302288 140722805284832 140682271522551 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 27906048 140722805306465 140722805306651 140722805306651 140722805309391 0
/proc/32583/statm: 3581847 25377 3766 1 0 3569562 0
[pid=32583/tid=32585] ppid=32580 vsize=14327388 memory=0 CPUtime=0.67 cores=0-7
/proc/32583/task/32585/stat : 32585 (java) R 32580 32583 31740 0 -1 4202560 8445 0 0 0 64 3 0 0 20 0 20 0 111639757 14671245312 25377 33554432000 4194304 4196468 140722805302288 140682275755888 140681875315773 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27906048 140722805306465 140722805306651 140722805306651 140722805309391 0
[pid=32583/tid=32586] ppid=32580 vsize=14327388 memory=0 CPUtime=0 cores=0-7
/proc/32583/task/32586/stat : 32586 (java) S 32580 32583 31740 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 111639758 14671245312 25377 33554432000 4194304 4196468 140722805302288 140682201610512 140682271532757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27906048 140722805306465 140722805306651 140722805306651 140722805309391 0
[pid=32583/tid=32587] ppid=32580 vsize=14327388 memory=0 CPUtime=0 cores=0-7
/proc/32583/task/32587/stat : 32587 (java) S 32580 32583 31740 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 111639758 14671245312 25377 33554432000 4194304 4196468 140722805302288 140682200557968 140682271532757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27906048 140722805306465 140722805306651 140722805306651 140722805309391 0
[pid=32583/tid=32588] ppid=32580 vsize=14327388 memory=0 CPUtime=0 cores=0-7
/proc/32583/task/32588/stat : 32588 (java) S 32580 32583 31740 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 111639758 14671245312 25377 33554432000 4194304 4196468 140722805302288 140682199505424 140682271532757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27906048 140722805306465 140722805306651 140722805306651 140722805309391 0
[pid=32583/tid=32589] ppid=32580 vsize=14327388 memory=1008 CPUtime=0 cores=0-7
/proc/32583/task/32589/stat : 32589 (java) S 32580 32583 31740 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 111639758 14671245312 25377 33554432000 4194304 4196468 140722805302288 140682198452880 140682271532757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27906048 140722805306465 140722805306651 140722805306651 140722805309391 0
[pid=32583/tid=32590] ppid=32580 vsize=14327388 memory=11008 CPUtime=0 cores=0-7
/proc/32583/task/32590/stat : 32590 (java) S 32580 32583 31740 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 111639758 14671245312 25377 33554432000 4194304 4196468 140722805302288 140682197400336 140682271532757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27906048 140722805306465 140722805306651 140722805306651 140722805309391 0
[pid=32583/tid=32591] ppid=32580 vsize=14327388 memory=1228 CPUtime=0 cores=0-7
/proc/32583/task/32591/stat : 32591 (java) S 32580 32583 31740 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 111639758 14671245312 25377 33554432000 4194304 4196468 140722805302288 140682196347792 140682271532757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27906048 140722805306465 140722805306651 140722805306651 140722805309391 0
[pid=32583/tid=32592] ppid=32580 vsize=14327388 memory=1420 CPUtime=0 cores=0-7
/proc/32583/task/32592/stat : 32592 (java) S 32580 32583 31740 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 111639758 14671245312 25377 33554432000 4194304 4196468 140722805302288 140682195295248 140682271532757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27906048 140722805306465 140722805306651 140722805306651 140722805309391 0
[pid=32583/tid=32593] ppid=32580 vsize=14327388 memory=15872 CPUtime=0 cores=0-7
/proc/32583/task/32593/stat : 32593 (java) S 32580 32583 31740 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 111639758 14671245312 25377 33554432000 4194304 4196468 140722805302288 140682194242704 140682271532757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27906048 140722805306465 140722805306651 140722805306651 140722805309391 0
[pid=32583/tid=32594] ppid=32580 vsize=14327388 memory=16448 CPUtime=0 cores=0-7
/proc/32583/task/32594/stat : 32594 (java) S 32580 32583 31740 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 20 0 111639759 14671245312 25377 33554432000 4194304 4196468 140722805302288 140681527494640 140682271533698 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27906048 140722805306465 140722805306651 140722805306651 140722805309391 0

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

[pid=32583/tid=32632] ppid=32580 vsize=15202996 memory=928 CPUtime=9.04 cores=0-7
/proc/32583/task/32632/stat : 32632 (java) S 32580 32583 31740 0 -1 1077944384 8227 0 0 0 900 4 0 0 20 0 33 0 111767602 15567867904 2894574 33554432000 4194304 4196468 140722805302288 140681426388016 140682271532757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 2 0 0 6293624 6294260 27906048 140722805306465 140722805306651 140722805306651 140722805309391 0
[pid=32583/tid=32633] ppid=32580 vsize=15202996 memory=2240 CPUtime=8.84 cores=0-7
/proc/32583/task/32633/stat : 32633 (java) S 32580 32583 31740 0 -1 1077944384 8583 0 0 0 874 10 0 0 20 0 33 0 111767602 15567867904 2894574 33554432000 4194304 4196468 140722805302288 140681425335472 140682271532757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 27906048 140722805306465 140722805306651 140722805306651 140722805309391 0
[pid=32583/tid=32634] ppid=32580 vsize=15202996 memory=4128 CPUtime=0.46 cores=0-7
/proc/32583/task/32634/stat : 32634 (java) S 32580 32583 31740 0 -1 1077944384 2313 0 0 0 45 1 0 0 20 0 33 0 111767602 15567867904 2894574 33554432000 4194304 4196468 140722805302288 140681424282928 140682271532757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27906048 140722805306465 140722805306651 140722805306651 140722805309391 0
[pid=32583/tid=32635] ppid=32580 vsize=15202996 memory=4140 CPUtime=0.38 cores=0-7
/proc/32583/task/32635/stat : 32635 (java) S 32580 32583 31740 0 -1 1077944384 1464 0 0 0 37 1 0 0 20 0 33 0 111767602 15567867904 2894574 33554432000 4194304 4196468 140722805302288 140681423230384 140682271532757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27906048 140722805306465 140722805306651 140722805306651 140722805309391 0
Current children cumulated CPU time: 10174.4 s
Current children cumulated vsize: 15202996 KiB
Current children cumulated memory: 11578296 KiB

[startup+2521.6 s]
/proc/loadavg: 7.87 7.47 5.69 9/214 32653
/proc/meminfo: memFree=16859488/32770624 swapFree=67108860/67108860
[pid=32583] ppid=32580 vsize=15202996 memory=11578296 CPUtime=10179.5 cores=0-7
/proc/32583/stat : 32583 (java) S 32580 32583 31740 0 -1 1077944320 2417660 0 0 0 1013386 4560 0 0 20 0 33 0 111639756 15567867904 2894574 33554432000 4194304 4196468 140722805302288 140722805284832 140682271522551 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 27906048 140722805306465 140722805306651 140722805306651 140722805309391 0
/proc/32583/statm: 3800749 2894574 3866 1 0 3787943 0
[pid=32583/tid=32585] ppid=32580 vsize=15202996 memory=4616 CPUtime=1270.62 cores=0-7
/proc/32583/task/32585/stat : 32585 (java) S 32580 32583 31740 0 -1 1077944384 35992 0 0 0 127047 15 0 0 20 0 33 0 111639757 15567867904 2894574 33554432000 4194304 4196468 140722805302288 140682275760256 140682271532757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27906048 140722805306465 140722805306651 140722805306651 140722805309391 0
[pid=32583/tid=32586] ppid=32580 vsize=15202996 memory=4872558044660077418 CPUtime=1087.4 cores=0-7
/proc/32583/task/32586/stat : 32586 (java) R 32580 32583 31740 0 -1 4202560 167898 0 0 0 108177 563 0 0 20 0 33 0 111639758 15567867904 2894574 33554432000 4194304 4196468 140722805302288 140682201610712 140682256473156 0 4 0 16800975 0 0 0 -1 0 0 0 17 0 0 6293624 6294260 27906048 140722805306465 140722805306651 140722805306651 140722805309391 0
[pid=32583/tid=32587] ppid=32580 vsize=15202996 memory=1296 CPUtime=1084.36 cores=0-7
/proc/32583/task/32587/stat : 32587 (java) R 32580 32583 31740 0 -1 4202560 134050 0 0 0 107921 515 0 0 20 0 33 0 111639758 15567867904 2894574 33554432000 4194304 4196468 140722805302288 140682200557968 140682256473156 0 4 0 16800975 0 0 0 -1 1 0 0 27 0 0 6293624 6294260 27906048 140722805306465 140722805306651 140722805306651 140722805309391 0
[pid=32583/tid=32588] ppid=32580 vsize=15202996 memory=2428 CPUtime=1082.73 cores=0-7
/proc/32583/task/32588/stat : 32588 (java) R 32580 32583 31740 0 -1 4202560 128852 0 0 0 107763 510 0 0 20 0 33 0 111639758 15567867904 2894574 33554432000 4194304 4196468 140722805302288 140682199505624 140682256473544 0 4 0 16800975 0 0 0 -1 3 0 0 27 0 0 6293624 6294260 27906048 140722805306465 140722805306651 140722805306651 140722805309391 0
[pid=32583/tid=32589] ppid=32580 vsize=15202996 memory=1728 CPUtime=1089.52 cores=0-7
/proc/32583/task/32589/stat : 32589 (java) R 32580 32583 31740 0 -1 4202560 154280 0 0 0 108446 506 0 0 20 0 33 0 111639758 15567867904 2894574 33554432000 4194304 4196468 140722805302288 140682198452768 140682256220276 0 4 0 16800975 0 0 0 -1 7 0 0 23 0 0 6293624 6294260 27906048 140722805306465 140722805306651 140722805306651 140722805309391 0
[pid=32583/tid=32590] ppid=32580 vsize=15202996 memory=644 CPUtime=1084.7 cores=0-7
/proc/32583/task/32590/stat : 32590 (java) R 32580 32583 31740 0 -1 4202560 123847 0 0 0 107959 511 0 0 20 0 33 0 111639758 15567867904 2894574 33554432000 4194304 4196468 140722805302288 140682197400336 140682256473156 0 4 0 16800975 0 0 0 -1 5 0 0 29 0 0 6293624 6294260 27906048 140722805306465 140722805306651 140722805306651 140722805309391 0
[pid=32583/tid=32591] ppid=32580 vsize=15202996 memory=11578296 CPUtime=1087.12 cores=0-7
/proc/32583/task/32591/stat : 32591 (java) R 32580 32583 31740 0 -1 4202560 150355 0 0 0 108153 559 0 0 20 0 33 0 111639758 15567867904 2894574 33554432000 4194304 4196468 140722805302288 140682196347792 140682256507847 0 4 0 16800975 0 0 0 -1 4 0 0 20 0 0 6293624 6294260 27906048 140722805306465 140722805306651 140722805306651 140722805309391 0
[pid=32583/tid=32592] ppid=32580 vsize=15202996 memory=952 CPUtime=1083.22 cores=0-7
/proc/32583/task/32592/stat : 32592 (java) R 32580 32583 31740 0 -1 4202560 133710 0 0 0 107765 557 0 0 20 0 33 0 111639758 15567867904 2894574 33554432000 4194304 4196468 140722805302288 140682195295248 140682256220326 0 4 0 16800975 0 0 0 -1 6 0 0 17 0 0 6293624 6294260 27906048 140722805306465 140722805306651 140722805306651 140722805309391 0
[pid=32583/tid=32593] ppid=32580 vsize=15202996 memory=4140 CPUtime=1085.19 cores=0-7
/proc/32583/task/32593/stat : 32593 (java) R 32580 32583 31740 0 -1 4202560 158529 0 0 0 108004 515 0 0 20 0 33 0 111639758 15567867904 2894574 33554432000 4194304 4196468 140722805302288 140682194242704 140682257587381 0 4 0 16800975 0 0 0 -1 2 0 0 28 0 0 6293624 6294260 27906048 140722805306465 140722805306651 140722805306651 140722805309391 0
[pid=32583/tid=32594] ppid=32580 vsize=15202996 memory=31732 CPUtime=142.67 cores=0-7
/proc/32583/task/32594/stat : 32594 (java) S 32580 32583 31740 0 -1 1077944384 1086450 0 0 0 14076 191 0 0 20 0 33 0 111639759 15567867904 2894574 33554432000 4194304 4196468 140722805302288 140681527492960 140682271532757 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27906048 140722805306465 140722805306651 140722805306651 140722805309391 0
[pid=32583/tid=32595] ppid=32580 vsize=15202996 memory=1296 CPUtime=0 cores=0-7
/proc/32583/task/32595/stat : 32595 (java) S 32580 32583 31740 0 -1 1077944384 111 0 0 0 0 0 0 0 20 0 33 0 111639759 15567867904 2894574 33554432000 4194304 4196468 140722805302288 140681526440928 140682271532757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27906048 140722805306465 140722805306651 140722805306651 140722805309391 0
[pid=32583/tid=32596] ppid=32580 vsize=15202996 memory=2428 CPUtime=0 cores=0-7
/proc/32583/task/32596/stat : 32596 (java) S 32580 32583 31740 0 -1 1077944384 131 0 0 0 0 0 0 0 20 0 33 0 111639760 15567867904 2894574 33554432000 4194304 4196468 140722805302288 140681525388288 140682271532757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27906048 140722805306465 140722805306651 140722805306651 140722805309391 0
[pid=32583/tid=32597] ppid=32580 vsize=15202996 memory=1728 CPUtime=0 cores=0-7
/proc/32583/task/32597/stat : 32597 (java) S 32580 32583 31740 0 -1 1077944384 30 0 0 0 0 0 0 0 20 0 33 0 111639762 15567867904 2894574 33554432000 4194304 4196468 140722805302288 140681524335600 140682271532757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27906048 140722805306465 140722805306651 140722805306651 140722805309391 0
[pid=32583/tid=32598] ppid=32580 vsize=15202996 memory=1716 CPUtime=2.23 cores=0-7
/proc/32583/task/32598/stat : 32598 (java) S 32580 32583 31740 0 -1 1077944384 14060 0 0 0 220 3 0 0 20 0 33 0 111639762 15567867904 2894574 33554432000 4194304 4196468 140722805302288 140681523284464 140682271533698 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27906048 140722805306465 140722805306651 140722805306651 140722805309391 0
[pid=32583/tid=32599] ppid=32580 vsize=15202996 memory=796 CPUtime=2.64 cores=0-7
/proc/32583/task/32599/stat : 32599 (java) S 32580 32583 31740 0 -1 1077944384 25290 0 0 0 260 4 0 0 20 0 33 0 111639762 15567867904 2894574 33554432000 4194304 4196468 140722805302288 140681522231920 140682271533698 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27906048 140722805306465 140722805306651 140722805306651 140722805309391 0
[pid=32583/tid=32600] ppid=32580 vsize=15202996 memory=6791534058613427641 CPUtime=2.19 cores=0-7
/proc/32583/task/32600/stat : 32600 (java) S 32580 32583 31740 0 -1 1077944384 14621 0 0 0 215 4 0 0 20 0 33 0 111639762 15567867904 2894574 33554432000 4194304 4196468 140722805302288 140681521179136 140682271532757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27906048 140722805306465 140722805306651 140722805306651 140722805309391 0
[pid=32583/tid=32601] ppid=32580 vsize=15202996 memory=17668 CPUtime=1.12 cores=0-7
/proc/32583/task/32601/stat : 32601 (java) S 32580 32583 31740 0 -1 1077944384 17145 0 0 0 108 4 0 0 20 0 33 0 111639762 15567867904 2894574 33554432000 4194304 4196468 140722805302288 140681452448624 140682271533698 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27906048 140722805306465 140722805306651 140722805306651 140722805309391 0
[pid=32583/tid=32602] ppid=32580 vsize=15202996 memory=19876 CPUtime=0 cores=0-7
/proc/32583/task/32602/stat : 32602 (java) S 32580 32583 31740 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 33 0 111639762 15567867904 2894574 33554432000 4194304 4196468 140722805302288 140681451395296 140682271532757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27906048 140722805306465 140722805306651 140722805306651 140722805309391 0
[pid=32583/tid=32603] ppid=32580 vsize=15202996 memory=22084 CPUtime=0.8 cores=0-7
/proc/32583/task/32603/stat : 32603 (java) S 32580 32583 31740 0 -1 1077944384 3175 0 0 0 33 47 0 0 20 0 33 0 111639763 15567867904 2894574 33554432000 4194304 4196468 140722805302288 140681450342832 140682271533698 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27906048 140722805306465 140722805306651 140722805306651 140722805309391 0
[pid=32583/tid=32623] ppid=32580 vsize=15202996 memory=24292 CPUtime=0 cores=0-7
/proc/32583/task/32623/stat : 32623 (java) S 32580 32583 31740 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 33 0 111767577 15567867904 2894574 33554432000 4194304 4196468 140722805302288 140681440056064 140682271532757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27906048 140722805306465 140722805306651 140722805306651 140722805309391 0
[pid=32583/tid=32624] ppid=32580 vsize=15202996 memory=6791534058613427641 CPUtime=0.13 cores=0-7
/proc/32583/task/32624/stat : 32624 (java) S 32580 32583 31740 0 -1 1077944384 2890 0 0 0 8 5 0 0 20 0 33 0 111767589 15567867904 2894574 33554432000 4194304 4196468 140722805302288 140681436906144 140682271532757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27906048 140722805306465 140722805306651 140722805306651 140722805309391 0
[pid=32583/tid=32625] ppid=32580 vsize=15202996 memory=1156 CPUtime=9.06 cores=0-7
/proc/32583/task/32625/stat : 32625 (java) S 32580 32583 31740 0 -1 1077944384 7013 0 0 0 897 9 0 0 20 0 33 0 111767598 15567867904 2894574 33554432000 4194304 4196468 140722805302288 140681433756848 140682271532757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 2 0 0 6293624 6294260 27906048 140722805306465 140722805306651 140722805306651 140722805309391 0
[pid=32583/tid=32626] ppid=32580 vsize=15202996 memory=4004 CPUtime=8.59 cores=0-7
/proc/32583/task/32626/stat : 32626 (java) S 32580 32583 31740 0 -1 1077944384 5445 0 0 0 854 5 0 0 20 0 33 0 111767599 15567867904 2894574 33554432000 4194304 4196468 140722805302288 140681432704304 140682271532757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 2 0 0 6293624 6294260 27906048 140722805306465 140722805306651 140722805306651 140722805309391 0
[pid=32583/tid=32627] ppid=32580 vsize=15202996 memory=11578228 CPUtime=9.11 cores=0-7
/proc/32583/task/32627/stat : 32627 (java) S 32580 32583 31740 0 -1 1077944384 7406 0 0 0 899 12 0 0 20 0 33 0 111767599 15567867904 2894574 33554432000 4194304 4196468 140722805302288 140681431651760 140682271532757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 27906048 140722805306465 140722805306651 140722805306651 140722805309391 0
[pid=32583/tid=32628] ppid=32580 vsize=15202996 memory=4096 CPUtime=9.05 cores=0-7
/proc/32583/task/32628/stat : 32628 (java) S 32580 32583 31740 0 -1 1077944384 9110 0 0 0 896 9 0 0 20 0 33 0 111767602 15567867904 2894574 33554432000 4194304 4196468 140722805302288 140681430599216 140682271532757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 2 0 0 6293624 6294260 27906048 140722805306465 140722805306651 140722805306651 140722805309391 0
[pid=32583/tid=32629] ppid=32580 vsize=15202996 memory=796 CPUtime=0.47 cores=0-7
/proc/32583/task/32629/stat : 32629 (java) S 32580 32583 31740 0 -1 1077944384 1564 0 0 0 45 2 0 0 20 0 33 0 111767602 15567867904 2894574 33554432000 4194304 4196468 140722805302288 140681429545648 140682271532757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27906048 140722805306465 140722805306651 140722805306651 140722805309391 0
[pid=32583/tid=32630] ppid=32580 vsize=15202996 memory=1952 CPUtime=8.7 cores=0-7
/proc/32583/task/32630/stat : 32630 (java) S 32580 32583 31740 0 -1 1077944384 6627 0 0 0 864 6 0 0 20 0 33 0 111767602 15567867904 2894574 33554432000 4194304 4196468 140722805302288 140681428493104 140682271532757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 27906048 140722805306465 140722805306651 140722805306651 140722805309391 0
[pid=32583/tid=32631] ppid=32580 vsize=15202996 memory=1200 CPUtime=8.88 cores=0-7
/proc/32583/task/32631/stat : 32631 (java) S 32580 32583 31740 0 -1 1077944384 7134 0 0 0 879 9 0 0 20 0 33 0 111767602 15567867904 2894574 33554432000 4194304 4196468 140722805302288 140681427431760 140682271532757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 2 0 0 6293624 6294260 27906048 140722805306465 140722805306651 140722805306651 140722805309391 0
[pid=32583/tid=32632] ppid=32580 vsize=15202996 memory=8568 CPUtime=9.04 cores=0-7
/proc/32583/task/32632/stat : 32632 (java) S 32580 32583 31740 0 -1 1077944384 8227 0 0 0 900 4 0 0 20 0 33 0 111767602 15567867904 2894574 33554432000 4194304 4196468 140722805302288 140681426388016 140682271532757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 2 0 0 6293624 6294260 27906048 140722805306465 140722805306651 140722805306651 140722805309391 0
[pid=32583/tid=32633] ppid=32580 vsize=15202996 memory=5516 CPUtime=8.84 cores=0-7
/proc/32583/task/32633/stat : 32633 (java) S 32580 32583 31740 0 -1 1077944384 8583 0 0 0 874 10 0 0 20 0 33 0 111767602 15567867904 2894574 33554432000 4194304 4196468 140722805302288 140681425335472 140682271532757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 27906048 140722805306465 140722805306651 140722805306651 140722805309391 0
[pid=32583/tid=32634] ppid=32580 vsize=15202996 memory=11578296 CPUtime=0.46 cores=0-7
/proc/32583/task/32634/stat : 32634 (java) S 32580 32583 31740 0 -1 1077944384 2313 0 0 0 45 1 0 0 20 0 33 0 111767602 15567867904 2894574 33554432000 4194304 4196468 140722805302288 140681424282928 140682271532757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27906048 140722805306465 140722805306651 140722805306651 140722805309391 0
[pid=32583/tid=32635] ppid=32580 vsize=15202996 memory=140553006789905 CPUtime=0.38 cores=0-7
/proc/32583/task/32635/stat : 32635 (java) S 32580 32583 31740 0 -1 1077944384 1464 0 0 0 37 1 0 0 20 0 33 0 111767602 15567867904 2894574 33554432000 4194304 4196468 140722805302288 140681423230384 140682271532757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27906048 140722805306465 140722805306651 140722805306651 140722805309391 0
Current children cumulated CPU time: 10179.5 s
Current children cumulated vsize: 15202996 KiB
Current children cumulated memory: 11578296 KiB

[startup+2522 s]*
/proc/loadavg: 7.32 7.36 5.66 9/214 32653
/proc/meminfo: memFree=16859500/32770624 swapFree=67108860/67108860
[pid=32583] ppid=32580 vsize=15202996 memory=11578296 CPUtime=10182.7 cores=0-7
/proc/32583/stat : 32583 (java) S 32580 32583 31740 0 -1 1077944320 2418069 0 0 0 1013712 4560 0 0 20 0 33 0 111639756 15567867904 2894574 33554432000 4194304 4196468 140722805302288 140722805284832 140682271522551 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 27906048 140722805306465 140722805306651 140722805306651 140722805309391 0
/proc/32583/statm: 3800749 2894574 3866 1 0 3787943 0
[pid=32583/tid=32585] ppid=32580 vsize=15202996 memory=1398720917958146503 CPUtime=1270.62 cores=0-7
/proc/32583/task/32585/stat : 32585 (java) S 32580 32583 31740 0 -1 1077944384 35992 0 0 0 127047 15 0 0 20 0 33 0 111639757 15567867904 2894574 33554432000 4194304 4196468 140722805302288 140682275760256 140682271532757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27906048 140722805306465 140722805306651 140722805306651 140722805309391 0
[pid=32583/tid=32586] ppid=32580 vsize=15202996 memory=4004 CPUtime=1087.81 cores=0-7
/proc/32583/task/32586/stat : 32586 (java) R 32580 32583 31740 0 -1 4202560 167899 0 0 0 108218 563 0 0 20 0 33 0 111639758 15567867904 2894574 33554432000 4194304 4196468 140722805302288 140682201610712 140682251548765 0 4 0 16800975 0 0 0 -1 0 0 0 17 0 0 6293624 6294260 27906048 140722805306465 140722805306651 140722805306651 140722805309391 0
[pid=32583/tid=32587] ppid=32580 vsize=15202996 memory=11578228 CPUtime=1084.77 cores=0-7
/proc/32583/task/32587/stat : 32587 (java) R 32580 32583 31740 0 -1 4202560 134050 0 0 0 107962 515 0 0 20 0 33 0 111639758 15567867904 2894574 33554432000 4194304 4196468 140722805302288 140682200557968 140682256220190 0 4 0 16800975 0 0 0 -1 1 0 0 27 0 0 6293624 6294260 27906048 140722805306465 140722805306651 140722805306651 140722805309391 0
[pid=32583/tid=32588] ppid=32580 vsize=15202996 memory=11578228 CPUtime=1083.14 cores=0-7
/proc/32583/task/32588/stat : 32588 (java) R 32580 32583 31740 0 -1 4202560 128912 0 0 0 107804 510 0 0 20 0 33 0 111639758 15567867904 2894574 33554432000 4194304 4196468 140722805302288 140682199505624 140682256473776 0 4 0 16800975 0 0 0 -1 3 0 0 27 0 0 6293624 6294260 27906048 140722805306465 140722805306651 140722805306651 140722805309391 0
[pid=32583/tid=32589] ppid=32580 vsize=15202996 memory=4126316290023845779 CPUtime=1089.91 cores=0-7
/proc/32583/task/32589/stat : 32589 (java) R 32580 32583 31740 0 -1 4202560 154326 0 0 0 108485 506 0 0 20 0 33 0 111639758 15567867904 2894574 33554432000 4194304 4196468 140722805302288 140682198452768 140682251548768 0 4 0 16800975 0 0 0 -1 7 0 0 23 0 0 6293624 6294260 27906048 140722805306465 140722805306651 140722805306651 140722805309391 0
[pid=32583/tid=32590] ppid=32580 vsize=15202996 memory=316207450376372510 CPUtime=1085.11 cores=0-7
/proc/32583/task/32590/stat : 32590 (java) R 32580 32583 31740 0 -1 4202560 123922 0 0 0 108000 511 0 0 20 0 33 0 111639758 15567867904 2894574 33554432000 4194304 4196468 140722805302288 140682197400336 140682256220190 0 4 0 16800975 0 0 0 -1 5 0 0 29 0 0 6293624 6294260 27906048 140722805306465 140722805306651 140722805306651 140722805309391 0
[pid=32583/tid=32591] ppid=32580 vsize=15202996 memory=288285597486023855 CPUtime=1087.52 cores=0-7
/proc/32583/task/32591/stat : 32591 (java) R 32580 32583 31740 0 -1 4202560 150392 0 0 0 108193 559 0 0 20 0 33 0 111639758 15567867904 2894574 33554432000 4194304 4196468 140722805302288 140682196347992 140682251548923 0 4 0 16800975 0 0 0 -1 4 0 0 20 0 0 6293624 6294260 27906048 140722805306465 140722805306651 140722805306651 140722805309391 0
[pid=32583/tid=32592] ppid=32580 vsize=15202996 memory=6944656592387989600 CPUtime=1083.63 cores=0-7
/proc/32583/task/32592/stat : 32592 (java) R 32580 32583 31740 0 -1 4202560 133792 0 0 0 107806 557 0 0 20 0 33 0 111639758 15567867904 2894574 33554432000 4194304 4196468 140722805302288 140682195295248 140682256220190 0 4 0 16800975 0 0 0 -1 6 0 0 17 0 0 6293624 6294260 27906048 140722805306465 140722805306651 140722805306651 140722805309391 0
[pid=32583/tid=32593] ppid=32580 vsize=15202996 memory=6944656592455097440 CPUtime=1085.6 cores=0-7
/proc/32583/task/32593/stat : 32593 (java) R 32580 32583 31740 0 -1 4202560 158637 0 0 0 108045 515 0 0 20 0 33 0 111639758 15567867904 2894574 33554432000 4194304 4196468 140722805302288 140682194242704 140682256220190 0 4 0 16800975 0 0 0 -1 2 0 0 28 0 0 6293624 6294260 27906048 140722805306465 140722805306651 140722805306651 140722805309391 0
[pid=32583/tid=32594] ppid=32580 vsize=15202996 memory=6791534058613427641 CPUtime=142.67 cores=0-7
/proc/32583/task/32594/stat : 32594 (java) S 32580 32583 31740 0 -1 1077944384 1086450 0 0 0 14076 191 0 0 20 0 33 0 111639759 15567867904 2894574 33554432000 4194304 4196468 140722805302288 140681527492960 140682271532757 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27906048 140722805306465 140722805306651 140722805306651 140722805309391 0
[pid=32583/tid=32595] ppid=32580 vsize=15202996 memory=2428 CPUtime=0 cores=0-7
/proc/32583/task/32595/stat : 32595 (java) S 32580 32583 31740 0 -1 1077944384 111 0 0 0 0 0 0 0 20 0 33 0 111639759 15567867904 2894574 33554432000 4194304 4196468 140722805302288 140681526440928 140682271532757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27906048 140722805306465 140722805306651 140722805306651 140722805309391 0
[pid=32583/tid=32596] ppid=32580 vsize=15202996 memory=1728 CPUtime=0 cores=0-7
/proc/32583/task/32596/stat : 32596 (java) S 32580 32583 31740 0 -1 1077944384 131 0 0 0 0 0 0 0 20 0 33 0 111639760 15567867904 2894574 33554432000 4194304 4196468 140722805302288 140681525388288 140682271532757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27906048 140722805306465 140722805306651 140722805306651 140722805309391 0
[pid=32583/tid=32597] ppid=32580 vsize=15202996 memory=4126316290023845779 CPUtime=0 cores=0-7
/proc/32583/task/32597/stat : 32597 (java) S 32580 32583 31740 0 -1 1077944384 30 0 0 0 0 0 0 0 20 0 33 0 111639762 15567867904 2894574 33554432000 4194304 4196468 140722805302288 140681524335600 140682271532757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27906048 140722805306465 140722805306651 140722805306651 140722805309391 0
[pid=32583/tid=32598] ppid=32580 vsize=15202996 memory=4126316290023845779 CPUtime=2.23 cores=0-7
/proc/32583/task/32598/stat : 32598 (java) S 32580 32583 31740 0 -1 1077944384 14060 0 0 0 220 3 0 0 20 0 33 0 111639762 15567867904 2894574 33554432000 4194304 4196468 140722805302288 140681523284464 140682271533698 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27906048 140722805306465 140722805306651 140722805306651 140722805309391 0
[pid=32583/tid=32599] ppid=32580 vsize=15202996 memory=928 CPUtime=2.64 cores=0-7
/proc/32583/task/32599/stat : 32599 (java) S 32580 32583 31740 0 -1 1077944384 25290 0 0 0 260 4 0 0 20 0 33 0 111639762 15567867904 2894574 33554432000 4194304 4196468 140722805302288 140681522231920 140682271533698 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27906048 140722805306465 140722805306651 140722805306651 140722805309391 0
[pid=32583/tid=32600] ppid=32580 vsize=15202996 memory=2240 CPUtime=2.19 cores=0-7
/proc/32583/task/32600/stat : 32600 (java) S 32580 32583 31740 0 -1 1077944384 14621 0 0 0 215 4 0 0 20 0 33 0 111639762 15567867904 2894574 33554432000 4194304 4196468 140722805302288 140681521179136 140682271532757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27906048 140722805306465 140722805306651 140722805306651 140722805309391 0
[pid=32583/tid=32601] ppid=32580 vsize=15202996 memory=4128 CPUtime=1.12 cores=0-7
/proc/32583/task/32601/stat : 32601 (java) S 32580 32583 31740 0 -1 1077944384 17145 0 0 0 108 4 0 0 20 0 33 0 111639762 15567867904 2894574 33554432000 4194304 4196468 140722805302288 140681452448624 140682271533698 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27906048 140722805306465 140722805306651 140722805306651 140722805309391 0
[pid=32583/tid=32602] ppid=32580 vsize=15202996 memory=2196 CPUtime=0 cores=0-7
/proc/32583/task/32602/stat : 32602 (java) S 32580 32583 31740 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 33 0 111639762 15567867904 2894574 33554432000 4194304 4196468 140722805302288 140681451395296 140682271532757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27906048 140722805306465 140722805306651 140722805306651 140722805309391 0
[pid=32583/tid=32603] ppid=32580 vsize=15202996 memory=1296 CPUtime=0.8 cores=0-7
/proc/32583/task/32603/stat : 32603 (java) S 32580 32583 31740 0 -1 1077944384 3175 0 0 0 33 47 0 0 20 0 33 0 111639763 15567867904 2894574 33554432000 4194304 4196468 140722805302288 140681450342832 140682271533698 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27906048 140722805306465 140722805306651 140722805306651 140722805309391 0
[pid=32583/tid=32623] ppid=32580 vsize=15202996 memory=2428 CPUtime=0 cores=0-7
/proc/32583/task/32623/stat : 32623 (java) S 32580 32583 31740 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 33 0 111767577 15567867904 2894574 33554432000 4194304 4196468 140722805302288 140681440056064 140682271532757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27906048 140722805306465 140722805306651 140722805306651 140722805309391 0
[pid=32583/tid=32624] ppid=32580 vsize=15202996 memory=11578296 CPUtime=0.13 cores=0-7
/proc/32583/task/32624/stat : 32624 (java) S 32580 32583 31740 0 -1 1077944384 2890 0 0 0 8 5 0 0 20 0 33 0 111767589 15567867904 2894574 33554432000 4194304 4196468 140722805302288 140681436906144 140682271532757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27906048 140722805306465 140722805306651 140722805306651 140722805309391 0
[pid=32583/tid=32625] ppid=32580 vsize=15202996 memory=0 CPUtime=9.06 cores=0-7
/proc/32583/task/32625/stat : 32625 (java) S 32580 32583 31740 0 -1 1077944384 7013 0 0 0 897 9 0 0 20 0 33 0 111767598 15567867904 2894574 33554432000 4194304 4196468 140722805302288 140681433756848 140682271532757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 2 0 0 6293624 6294260 27906048 140722805306465 140722805306651 140722805306651 140722805309391 0
[pid=32583/tid=32626] ppid=32580 vsize=15202996 memory=7812726576340533336 CPUtime=8.59 cores=0-7
/proc/32583/task/32626/stat : 32626 (java) S 32580 32583 31740 0 -1 1077944384 5445 0 0 0 854 5 0 0 20 0 33 0 111767599 15567867904 2894574 33554432000 4194304 4196468 140722805302288 140681432704304 140682271532757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 2 0 0 6293624 6294260 27906048 140722805306465 140722805306651 140722805306651 140722805309391 0
[pid=32583/tid=32627] ppid=32580 vsize=15202996 memory=10521 CPUtime=9.11 cores=0-7
/proc/32583/task/32627/stat : 32627 (java) S 32580 32583 31740 0 -1 1077944384 7406 0 0 0 899 12 0 0 20 0 33 0 111767599 15567867904 2894574 33554432000 4194304 4196468 140722805302288 140681431651760 140682271532757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 27906048 140722805306465 140722805306651 140722805306651 140722805309391 0
[pid=32583/tid=32628] ppid=32580 vsize=15202996 memory=18441 CPUtime=9.05 cores=0-7
/proc/32583/task/32628/stat : 32628 (java) S 32580 32583 31740 0 -1 1077944384 9110 0 0 0 896 9 0 0 20 0 33 0 111767602 15567867904 2894574 33554432000 4194304 4196468 140722805302288 140681430599216 140682271532757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 2 0 0 6293624 6294260 27906048 140722805306465 140722805306651 140722805306651 140722805309391 0
[pid=32583/tid=32629] ppid=32580 vsize=15202996 memory=8100100415475570536 CPUtime=0.47 cores=0-7
/proc/32583/task/32629/stat : 32629 (java) S 32580 32583 31740 0 -1 1077944384 1564 0 0 0 45 2 0 0 20 0 33 0 111767602 15567867904 2894574 33554432000 4194304 4196468 140722805302288 140681429545648 140682271532757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27906048 140722805306465 140722805306651 140722805306651 140722805309391 0
[pid=32583/tid=32630] ppid=32580 vsize=15202996 memory=8100100415475570536 CPUtime=8.7 cores=0-7
/proc/32583/task/32630/stat : 32630 (java) S 32580 32583 31740 0 -1 1077944384 6627 0 0 0 864 6 0 0 20 0 33 0 111767602 15567867904 2894574 33554432000 4194304 4196468 140722805302288 140681428493104 140682271532757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 27906048 140722805306465 140722805306651 140722805306651 140722805309391 0
[pid=32583/tid=32631] ppid=32580 vsize=15202996 memory=8100100415475570536 CPUtime=8.88 cores=0-7
/proc/32583/task/32631/stat : 32631 (java) S 32580 32583 31740 0 -1 1077944384 7134 0 0 0 879 9 0 0 20 0 33 0 111767602 15567867904 2894574 33554432000 4194304 4196468 140722805302288 140681427431760 140682271532757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 2 0 0 6293624 6294260 27906048 140722805306465 140722805306651 140722805306651 140722805309391 0
[pid=32583/tid=32632] ppid=32580 vsize=15202996 memory=7590370106276276328 CPUtime=9.04 cores=0-7
/proc/32583/task/32632/stat : 32632 (java) S 32580 32583 31740 0 -1 1077944384 8227 0 0 0 900 4 0 0 20 0 33 0 111767602 15567867904 2894574 33554432000 4194304 4196468 140722805302288 140681426388016 140682271532757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 2 0 0 6293624 6294260 27906048 140722805306465 140722805306651 140722805306651 140722805309391 0
[pid=32583/tid=32633] ppid=32580 vsize=15202996 memory=8030033955457952343 CPUtime=8.84 cores=0-7
/proc/32583/task/32633/stat : 32633 (java) S 32580 32583 31740 0 -1 1077944384 8583 0 0 0 874 10 0 0 20 0 33 0 111767602 15567867904 2894574 33554432000 4194304 4196468 140722805302288 140681425335472 140682271532757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 27906048 140722805306465 140722805306651 140722805306651 140722805309391 0
[pid=32583/tid=32634] ppid=32580 vsize=15202996 memory=6791534058613427641 CPUtime=0.46 cores=0-7
/proc/32583/task/32634/stat : 32634 (java) S 32580 32583 31740 0 -1 1077944384 2313 0 0 0 45 1 0 0 20 0 33 0 111767602 15567867904 2894574 33554432000 4194304 4196468 140722805302288 140681424282928 140682271532757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27906048 140722805306465 140722805306651 140722805306651 140722805309391 0
[pid=32583/tid=32635] ppid=32580 vsize=15202996 memory=31732 CPUtime=0.38 cores=0-7
/proc/32583/task/32635/stat : 32635 (java) S 32580 32583 31740 0 -1 1077944384 1464 0 0 0 37 1 0 0 20 0 33 0 111767602 15567867904 2894574 33554432000 4194304 4196468 140722805302288 140681423230384 140682271532757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27906048 140722805306465 140722805306651 140722805306651 140722805309391 0
Current children cumulated CPU time: 10182.7 s
Current children cumulated vsize: 15202996 KiB
Current children cumulated memory: 11578296 KiB

Child ended because it received signal 9 (SIGKILL)
Real time (s): 2522.08
CPU time (s): 10182.9
CPU user time (s): 10137.2
CPU system time (s): 45.6645
CPU usage (%): 403.749
Max. virtual memory (cumulated for all children) (KiB): 15202996
Max. memory (cumulated for all children) (KiB): 11584912

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10137.2
system time used= 45.6645
maximum resident set size= 11584912
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2418092
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3392
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 164750
involuntary context switches= 199853


# summary of solver processes directly reported to runsolver:
#   pid: 32583
#   total CPU time (s): 10182.9
#   total CPU user time (s): 10137.2
#   total CPU system time (s): 45.6645

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.4998 second user time and 25.8616 second system time

The end

Launcher Data

Begin job on node104 at 2017-08-15 10:11:00
IDJOB=4274857
IDBENCH=136117
IDSOLVER=2668
FILE ID=node104/4274857-1502785519
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-mdd-ft/BinPacking-mdd-ft249-19.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-4274857-1502785519/watcher-4274857-1502785519 -o /tmp/evaluation-result-4274857-1502785519/solver-4274857-1502785519 -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 2030628494 --timelimit 20160 --memlimit 11000 --nbcore 8 HOME/instance-4274857-1502785519.xml

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

MD5SUM BENCH= ff12bcd9867be4bcc392b8c45936f1c7
RANDOM SEED=2030628494

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:        28448136 kB
MemAvailable:   31984816 kB
Buffers:          217788 kB
Cached:          3597364 kB
SwapCached:            0 kB
Active:           459792 kB
Inactive:        3406320 kB
Active(anon):      53628 kB
Inactive(anon):    25024 kB
Active(file):     406164 kB
Inactive(file):  3381296 kB
Unevictable:        6532 kB
Mlocked:            6532 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42020 kB
Writeback:            28 kB
AnonPages:         57080 kB
Mapped:            45748 kB
Shmem:             25228 kB
Slab:             155504 kB
SReclaimable:     130108 kB
SUnreclaim:        25396 kB
KernelStack:        3200 kB
PageTables:         4704 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:      4096 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= 61824 MiB
End job on node104 at 2017-08-15 10:53:02