Trace number 4307824

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
OscaR - Conflict Ordering with restarts 2018-08-14? 72.8439 28.7879

General information on the benchmark

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

Solver Data

0.67/0.56	c version: 2018-08-14
0.67/0.56	c seed: 176864805
0.67/0.56	c timeout: 2520
0.67/0.56	c memlimit: 11000
0.67/0.57	c nbcore: 4
0.67/0.58	c Parsing instance...
72.29/28.50	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
72.74/28.70		at scala.collection.mutable.ArrayBuilder$ofLong.mkArray(ArrayBuilder.scala:388)
72.74/28.70		at scala.collection.mutable.ArrayBuilder$ofLong.resize(ArrayBuilder.scala:394)
72.74/28.70		at scala.collection.mutable.ArrayBuilder$ofLong.sizeHint(ArrayBuilder.scala:399)
72.74/28.70		at scala.Array$.fill(Array.scala:263)
72.74/28.70		at oscar.algo.reversible.ReversibleSparseBitSet$BitSet.<init>(ReversibleSparseBitSet.scala:94)
72.74/28.70		at oscar.cp.constraints.tables.TableCTStar.computeSupportsAndInitialFiltering(TableCTStar.scala:275)
72.74/28.70		at oscar.cp.constraints.tables.TableCTStar.setup(TableCTStar.scala:94)
72.74/28.70		at oscar.cp.core.CPStore.post(CPStore.scala:282)
72.74/28.70		at oscar.cp.core.CPSolver.$anonfun$add$1(CPSolver.scala:138)
72.74/28.70		at oscar.cp.core.CPSolver$$Lambda$143/1760670079.apply$mcV$sp(Unknown Source)
72.74/28.70		at oscar.algo.search.BranchingUtils.isInconsistent(BranchingUtils.scala:39)
72.74/28.70		at oscar.algo.search.BranchingUtils.isInconsistent$(BranchingUtils.scala:37)
72.74/28.70		at oscar.cp.package$.isInconsistent(package.scala:54)
72.74/28.70		at oscar.cp.core.CPSolver.add(CPSolver.scala:138)
72.74/28.70		at oscar.modeling.models.cp.CPModel.p(CPModel.scala:277)
72.74/28.70		at oscar.modeling.models.cp.CPModel.post(CPModel.scala:336)
72.74/28.70		at oscar.modeling.models.LeafModel.add(InstantiatedModel.scala:34)
72.74/28.70		at oscar.modeling.models.LeafModel.add$(InstantiatedModel.scala:34)
72.74/28.70		at oscar.modeling.models.InstantiatedModel.add(InstantiatedModel.scala:47)
72.74/28.70		at oscar.modeling.models.InstantiatedModel.$anonfun$new$1(InstantiatedModel.scala:54)
72.74/28.70		at oscar.modeling.models.InstantiatedModel.$anonfun$new$1$adapted(InstantiatedModel.scala:54)
72.74/28.70		at oscar.modeling.models.InstantiatedModel$$Lambda$135/1486726131.apply(Unknown Source)
72.74/28.70		at scala.collection.immutable.List.foreach(List.scala:389)
72.74/28.70		at oscar.modeling.models.InstantiatedModel.<init>(InstantiatedModel.scala:54)
72.74/28.70		at oscar.modeling.models.cp.CPModel.<init>(CPModel.scala:256)
72.74/28.70		at oscar.modeling.models.operators.CPInstantiate$.apply(CPInstantiate.scala:26)
72.74/28.70		at oscar.xcsp3.competition.solvers.resources.COSSolver.runSolver(COSSolver.scala:28)
72.74/28.70		at oscar.xcsp3.competition.CompetitionApp.delayedEndpoint$oscar$xcsp3$competition$CompetitionApp$1(CompetitionApp.scala:78)
72.74/28.70		at oscar.xcsp3.competition.CompetitionApp$delayedInit$body.apply(CompetitionApp.scala:53)
72.74/28.70		at scala.Function0.apply$mcV$sp(Function0.scala:34)
72.74/28.70		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
72.74/28.70		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
72.74/28.70	s UNKNOWN

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (13787 MiB free)
  memory of node 1: 16384 MiB (12474 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4307824-1534289807/watcher-4307824-1534289807 -o /tmp/evaluation-result-4307824-1534289807/solver-4307824-1534289807 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1534258226-15074 --watchdog 2580 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 176864805 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4307824-1534289807.xml 

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

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


[startup+0.100067 s]*
/proc/loadavg: 1.27 1.33 1.36 3/215 18670
/proc/meminfo: memFree=26874644/32770624 swapFree=67030676/67108860
[pid=18655] ppid=18652 vsize=14082736 memory=31272 CPUtime=0.12 cores=0,2,4,6
/proc/18655/stat : 18655 (java) S 18652 18655 15043 0 -1 1077944320 6724 0 0 0 11 1 0 0 20 0 15 0 246544072 14420721664 7818 33554432000 4194304 4196468 140721116303488 140721116286032 140153687199479 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18804736 140721116308553 140721116308745 140721116308745 140721116311503 0
/proc/18655/statm: 3520684 7818 3159 1 0 3482761 0
[pid=18655/tid=18657] ppid=18652 vsize=14082736 memory=-8701690554792316545 CPUtime=0.09 cores=0,2,4,6
/proc/18655/task/18657/stat : 18657 (java) R 18652 18655 15043 0 -1 4202560 4763 0 0 0 8 1 0 0 20 0 15 0 246544072 14420721664 7818 33554432000 4194304 4196468 140721116303488 140153691430976 140153687221405 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18804736 140721116308553 140721116308745 140721116308745 140721116311503 0
[pid=18655/tid=18658] ppid=18652 vsize=14082736 memory=-7522837583129502606 CPUtime=0 cores=0,2,4,6
/proc/18655/task/18658/stat : 18658 (java) S 18652 18655 15043 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 246544073 14420721664 7818 33554432000 4194304 4196468 140721116303488 140153643751696 140153687209685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18804736 140721116308553 140721116308745 140721116308745 140721116311503 0
[pid=18655/tid=18659] ppid=18652 vsize=14082736 memory=139845890274944 CPUtime=0 cores=0,2,4,6
/proc/18655/task/18659/stat : 18659 (java) S 18652 18655 15043 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246544073 14420721664 7818 33554432000 4194304 4196468 140721116303488 140153642699152 140153687209685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18804736 140721116308553 140721116308745 140721116308745 140721116311503 0
[pid=18655/tid=18660] ppid=18652 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18655/task/18660/stat : 18660 (java) S 18652 18655 15043 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246544073 14420721664 7818 33554432000 4194304 4196468 140721116303488 140153280981520 140153687209685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18804736 140721116308553 140721116308745 140721116308745 140721116311503 0
[pid=18655/tid=18661] ppid=18652 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18655/task/18661/stat : 18661 (java) S 18652 18655 15043 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 246544073 14420721664 7818 33554432000 4194304 4196468 140721116303488 140153279928976 140153687209685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18804736 140721116308553 140721116308745 140721116308745 140721116311503 0
[pid=18655/tid=18662] ppid=18652 vsize=14082736 memory=139845890274944 CPUtime=0 cores=0,2,4,6
/proc/18655/task/18662/stat : 18662 (java) S 18652 18655 15043 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 246544074 14420721664 7818 33554432000 4194304 4196468 140721116303488 140152667601392 140153687210626 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18804736 140721116308553 140721116308745 140721116308745 140721116311503 0
[pid=18655/tid=18663] ppid=18652 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18655/task/18663/stat : 18663 (java) S 18652 18655 15043 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 246544075 14420721664 7818 33554432000 4194304 4196468 140721116303488 140152666547616 140153687209685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18804736 140721116308553 140721116308745 140721116308745 140721116311503 0
[pid=18655/tid=18664] ppid=18652 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18655/task/18664/stat : 18664 (java) S 18652 18655 15043 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 246544075 14420721664 7818 33554432000 4194304 4196468 140721116303488 140152665495024 140153687209685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18804736 140721116308553 140721116308745 140721116308745 140721116311503 0
[pid=18655/tid=18665] ppid=18652 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18655/task/18665/stat : 18665 (java) S 18652 18655 15043 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246544077 14420721664 7818 33554432000 4194304 4196468 140721116303488 140152664443600 140153687218075 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18804736 140721116308553 140721116308745 140721116308745 140721116311503 0
[pid=18655/tid=18666] ppid=18652 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18655/task/18666/stat : 18666 (java) S 18652 18655 15043 0 -1 1077944384 311 0 0 0 0 0 0 0 20 0 15 0 246544077 14420721664 7818 33554432000 4194304 4196468 140721116303488 140152663390192 140153687210626 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18804736 140721116308553 140721116308745 140721116308745 140721116311503 0
[pid=18655/tid=18667] ppid=18652 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18655/task/18667/stat : 18667 (java) S 18652 18655 15043 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246544077 14420721664 7818 33554432000 4194304 4196468 140721116303488 140152662337648 140153687210626 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18804736 140721116308553 140721116308745 140721116308745 140721116311503 0
[pid=18655/tid=18668] ppid=18652 vsize=14082736 memory=139845890274944 CPUtime=0.01 cores=0,2,4,6
/proc/18655/task/18668/stat : 18668 (java) R 18652 18655 15043 0 -1 4202560 268 0 0 0 1 0 0 0 20 0 15 0 246544077 14420721664 7818 33554432000 4194304 4196468 140721116303488 140152661285104 140153687211414 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18804736 140721116308553 140721116308745 140721116308745 140721116311503 0
[pid=18655/tid=18669] ppid=18652 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18655/task/18669/stat : 18669 (java) S 18652 18655 15043 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246544078 14420721664 7818 33554432000 4194304 4196468 140721116303488 140152660232800 140153687209685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18804736 140721116308553 140721116308745 140721116308745 140721116311503 0
[pid=18655/tid=18670] ppid=18652 vsize=14082736 memory=139845890274944 CPUtime=0 cores=0,2,4,6
/proc/18655/task/18670/stat : 18670 (java) S 18652 18655 15043 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246544078 14420721664 7818 33554432000 4194304 4196468 140721116303488 140152659180336 140153687210626 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18804736 140721116308553 140721116308745 140721116308745 140721116311503 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 31272 KiB

[startup+0.211387 s]*
/proc/loadavg: 1.27 1.33 1.36 5/215 18670
/proc/meminfo: memFree=26859008/32770624 swapFree=67030676/67108860
[pid=18655] ppid=18652 vsize=14082736 memory=47068 CPUtime=0.3 cores=0,2,4,6
/proc/18655/stat : 18655 (java) S 18652 18655 15043 0 -1 1077944320 10395 0 0 0 28 2 0 0 20 0 15 0 246544072 14420721664 11767 33554432000 4194304 4196468 140721116303488 140721116286032 140153687199479 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18804736 140721116308553 140721116308745 140721116308745 140721116311503 0
/proc/18655/statm: 3520684 11767 3367 1 0 3482761 0
[pid=18655/tid=18657] ppid=18652 vsize=14082736 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/18655/task/18657/stat : 18657 (java) R 18652 18655 15043 0 -1 4202560 8099 0 0 0 18 2 0 0 20 0 15 0 246544072 14420721664 11767 33554432000 4194304 4196468 140721116303488 140153691423968 140153322503012 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18804736 140721116308553 140721116308745 140721116308745 140721116311503 0
[pid=18655/tid=18658] ppid=18652 vsize=14082736 memory=343 CPUtime=0 cores=0,2,4,6
/proc/18655/task/18658/stat : 18658 (java) S 18652 18655 15043 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 246544073 14420721664 11767 33554432000 4194304 4196468 140721116303488 140153643751696 140153687209685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18804736 140721116308553 140721116308745 140721116308745 140721116311503 0
[pid=18655/tid=18659] ppid=18652 vsize=14082736 memory=4050902543576921760 CPUtime=0 cores=0,2,4,6
/proc/18655/task/18659/stat : 18659 (java) S 18652 18655 15043 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246544073 14420721664 11767 33554432000 4194304 4196468 140721116303488 140153642699152 140153687209685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18804736 140721116308553 140721116308745 140721116308745 140721116311503 0
[pid=18655/tid=18660] ppid=18652 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18655/task/18660/stat : 18660 (java) S 18652 18655 15043 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246544073 14420721664 11767 33554432000 4194304 4196468 140721116303488 140153280981520 140153687209685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18804736 140721116308553 140721116308745 140721116308745 140721116311503 0
[pid=18655/tid=18661] ppid=18652 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18655/task/18661/stat : 18661 (java) S 18652 18655 15043 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 246544073 14420721664 11767 33554432000 4194304 4196468 140721116303488 140153279928976 140153687209685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18804736 140721116308553 140721116308745 140721116308745 140721116311503 0
[pid=18655/tid=18662] ppid=18652 vsize=14082736 memory=139845890274944 CPUtime=0 cores=0,2,4,6
/proc/18655/task/18662/stat : 18662 (java) S 18652 18655 15043 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 246544074 14420721664 11767 33554432000 4194304 4196468 140721116303488 140152667601392 140153687210626 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18804736 140721116308553 140721116308745 140721116308745 140721116311503 0
[pid=18655/tid=18663] ppid=18652 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18655/task/18663/stat : 18663 (java) S 18652 18655 15043 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 246544075 14420721664 11767 33554432000 4194304 4196468 140721116303488 140152666547616 140153687209685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18804736 140721116308553 140721116308745 140721116308745 140721116311503 0
[pid=18655/tid=18664] ppid=18652 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18655/task/18664/stat : 18664 (java) S 18652 18655 15043 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 246544075 14420721664 11767 33554432000 4194304 4196468 140721116303488 140152665495024 140153687209685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18804736 140721116308553 140721116308745 140721116308745 140721116311503 0
[pid=18655/tid=18665] ppid=18652 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18655/task/18665/stat : 18665 (java) S 18652 18655 15043 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246544077 14420721664 11767 33554432000 4194304 4196468 140721116303488 140152664443600 140153687218075 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18804736 140721116308553 140721116308745 140721116308745 140721116311503 0
[pid=18655/tid=18666] ppid=18652 vsize=14082736 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/18655/task/18666/stat : 18666 (java) S 18652 18655 15043 0 -1 1077944384 453 0 0 0 2 0 0 0 20 0 15 0 246544077 14420721664 11767 33554432000 4194304 4196468 140721116303488 140152663390192 140153687210626 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18804736 140721116308553 140721116308745 140721116308745 140721116311503 0
[pid=18655/tid=18667] ppid=18652 vsize=14082736 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/18655/task/18667/stat : 18667 (java) R 18652 18655 15043 0 -1 4202560 168 0 0 0 1 0 0 0 20 0 15 0 246544077 14420721664 11767 33554432000 4194304 4196468 140721116303488 140152662337648 140153672325373 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18804736 140721116308553 140721116308745 140721116308745 140721116311503 0
[pid=18655/tid=18668] ppid=18652 vsize=14082736 memory=139845890274944 CPUtime=0.05 cores=0,2,4,6
/proc/18655/task/18668/stat : 18668 (java) R 18652 18655 15043 0 -1 4202560 292 0 0 0 5 0 0 0 20 0 15 0 246544077 14420721664 11767 33554432000 4194304 4196468 140721116303488 140152661284208 140153666540081 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18804736 140721116308553 140721116308745 140721116308745 140721116311503 0
[pid=18655/tid=18669] ppid=18652 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18655/task/18669/stat : 18669 (java) S 18652 18655 15043 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246544078 14420721664 11767 33554432000 4194304 4196468 140721116303488 140152660232800 140153687209685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18804736 140721116308553 140721116308745 140721116308745 140721116311503 0
[pid=18655/tid=18670] ppid=18652 vsize=14082736 memory=139845890274944 CPUtime=0 cores=0,2,4,6
/proc/18655/task/18670/stat : 18670 (java) S 18652 18655 15043 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246544078 14420721664 11767 33554432000 4194304 4196468 140721116303488 140152659180336 140153687210626 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18804736 140721116308553 140721116308745 140721116308745 140721116311503 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 47068 KiB

[startup+0.311185 s]*
/proc/loadavg: 1.27 1.33 1.36 3/215 18670
/proc/meminfo: memFree=26855488/32770624 swapFree=67030676/67108860
[pid=18655] ppid=18652 vsize=14082736 memory=50720 CPUtime=0.44 cores=0,2,4,6
/proc/18655/stat : 18655 (java) S 18652 18655 15043 0 -1 1077944320 10778 0 0 0 41 3 0 0 20 0 15 0 246544072 14420721664 12680 33554432000 4194304 4196468 140721116303488 140721116286032 140153687199479 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18804736 140721116308553 140721116308745 140721116308745 140721116311503 0
/proc/18655/statm: 3520684 12680 3415 1 0 3482761 0
[pid=18655/tid=18657] ppid=18652 vsize=14082736 memory=7022364594140610616 CPUtime=0.3 cores=0,2,4,6
/proc/18655/task/18657/stat : 18657 (java) R 18652 18655 15043 0 -1 4202560 8449 0 0 0 28 2 0 0 20 0 15 0 246544072 14420721664 12680 33554432000 4194304 4196468 140721116303488 140153691407312 140153670386288 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18804736 140721116308553 140721116308745 140721116308745 140721116311503 0
[pid=18655/tid=18658] ppid=18652 vsize=14082736 memory=4294976238 CPUtime=0 cores=0,2,4,6
/proc/18655/task/18658/stat : 18658 (java) S 18652 18655 15043 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 246544073 14420721664 12680 33554432000 4194304 4196468 140721116303488 140153643751696 140153687209685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18804736 140721116308553 140721116308745 140721116308745 140721116311503 0
[pid=18655/tid=18659] ppid=18652 vsize=14082736 memory=3905098505640801952 CPUtime=0 cores=0,2,4,6
/proc/18655/task/18659/stat : 18659 (java) S 18652 18655 15043 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246544073 14420721664 12680 33554432000 4194304 4196468 140721116303488 140153642699152 140153687209685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18804736 140721116308553 140721116308745 140721116308745 140721116311503 0
[pid=18655/tid=18660] ppid=18652 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18655/task/18660/stat : 18660 (java) S 18652 18655 15043 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246544073 14420721664 12680 33554432000 4194304 4196468 140721116303488 140153280981520 140153687209685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18804736 140721116308553 140721116308745 140721116308745 140721116311503 0
[pid=18655/tid=18661] ppid=18652 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18655/task/18661/stat : 18661 (java) S 18652 18655 15043 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 246544073 14420721664 12680 33554432000 4194304 4196468 140721116303488 140153279928976 140153687209685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18804736 140721116308553 140721116308745 140721116308745 140721116311503 0
[pid=18655/tid=18662] ppid=18652 vsize=14082736 memory=139845890274944 CPUtime=0 cores=0,2,4,6
/proc/18655/task/18662/stat : 18662 (java) S 18652 18655 15043 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 246544074 14420721664 12680 33554432000 4194304 4196468 140721116303488 140152667601392 140153687210626 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18804736 140721116308553 140721116308745 140721116308745 140721116311503 0
[pid=18655/tid=18663] ppid=18652 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18655/task/18663/stat : 18663 (java) S 18652 18655 15043 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 246544075 14420721664 12680 33554432000 4194304 4196468 140721116303488 140152666547616 140153687209685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18804736 140721116308553 140721116308745 140721116308745 140721116311503 0
[pid=18655/tid=18664] ppid=18652 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18655/task/18664/stat : 18664 (java) S 18652 18655 15043 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 246544075 14420721664 12680 33554432000 4194304 4196468 140721116303488 140152665495024 140153687209685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18804736 140721116308553 140721116308745 140721116308745 140721116311503 0
[pid=18655/tid=18665] ppid=18652 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18655/task/18665/stat : 18665 (java) S 18652 18655 15043 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246544077 14420721664 12680 33554432000 4194304 4196468 140721116303488 140152664443600 140153687218075 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18804736 140721116308553 140721116308745 140721116308745 140721116311503 0
[pid=18655/tid=18666] ppid=18652 vsize=14082736 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/18655/task/18666/stat : 18666 (java) S 18652 18655 15043 0 -1 1077944384 464 0 0 0 3 0 0 0 20 0 15 0 246544077 14420721664 12680 33554432000 4194304 4196468 140721116303488 140152663390192 140153687210626 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18804736 140721116308553 140721116308745 140721116308745 140721116311503 0
[pid=18655/tid=18667] ppid=18652 vsize=14082736 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/18655/task/18667/stat : 18667 (java) S 18652 18655 15043 0 -1 1077944384 169 0 0 0 2 0 0 0 20 0 15 0 246544077 14420721664 12680 33554432000 4194304 4196468 140721116303488 140152662337648 140153687210626 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18804736 140721116308553 140721116308745 140721116308745 140721116311503 0
[pid=18655/tid=18668] ppid=18652 vsize=14082736 memory=139845890274944 CPUtime=0.07 cores=0,2,4,6
/proc/18655/task/18668/stat : 18668 (java) S 18652 18655 15043 0 -1 1077944384 313 0 0 0 7 0 0 0 20 0 15 0 246544077 14420721664 12680 33554432000 4194304 4196468 140721116303488 140152661285104 140153687210626 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18804736 140721116308553 140721116308745 140721116308745 140721116311503 0
[pid=18655/tid=18669] ppid=18652 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18655/task/18669/stat : 18669 (java) S 18652 18655 15043 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246544078 14420721664 12680 33554432000 4194304 4196468 140721116303488 140152660232800 140153687209685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18804736 140721116308553 140721116308745 140721116308745 140721116311503 0
[pid=18655/tid=18670] ppid=18652 vsize=14082736 memory=139845890274944 CPUtime=0 cores=0,2,4,6
/proc/18655/task/18670/stat : 18670 (java) S 18652 18655 15043 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246544078 14420721664 12680 33554432000 4194304 4196468 140721116303488 140152659180336 140153687210626 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18804736 140721116308553 140721116308745 140721116308745 140721116311503 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 50720 KiB

[startup+0.700712 s]
/proc/loadavg: 1.27 1.33 1.36 3/215 18670
/proc/meminfo: memFree=26831552/32770624 swapFree=67030676/67108860
[pid=18655] ppid=18652 vsize=14084804 memory=88844 CPUtime=0.99 cores=0,2,4,6
/proc/18655/stat : 18655 (java) S 18652 18655 15043 0 -1 1077944320 17602 0 0 0 94 5 0 0 20 0 15 0 246544072 14422839296 22211 33554432000 4194304 4196468 140721116303488 140721116286032 140153687199479 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18804736 140721116308553 140721116308745 140721116308745 140721116311503 0
/proc/18655/statm: 3521201 22211 3480 1 0 3483273 0
[pid=18655/tid=18657] ppid=18652 vsize=14084804 memory=33476 CPUtime=0.68 cores=0,2,4,6
/proc/18655/task/18657/stat : 18657 (java) R 18652 18655 15043 0 -1 4202560 14875 0 0 0 64 4 0 0 20 0 15 0 246544072 14422839296 22211 33554432000 4194304 4196468 140721116303488 140153691414384 140153687221405 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18804736 140721116308553 140721116308745 140721116308745 140721116311503 0
[pid=18655/tid=18658] ppid=18652 vsize=14084804 memory=11908 CPUtime=0 cores=0,2,4,6
/proc/18655/task/18658/stat : 18658 (java) S 18652 18655 15043 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 246544073 14422839296 22211 33554432000 4194304 4196468 140721116303488 140153643751696 140153687209685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18804736 140721116308553 140721116308745 140721116308745 140721116311503 0
[pid=18655/tid=18659] ppid=18652 vsize=14084804 memory=492 CPUtime=0 cores=0,2,4,6
/proc/18655/task/18659/stat : 18659 (java) S 18652 18655 15043 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246544073 14422839296 22211 33554432000 4194304 4196468 140721116303488 140153642699152 140153687209685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18804736 140721116308553 140721116308745 140721116308745 140721116311503 0
[pid=18655/tid=18660] ppid=18652 vsize=14084804 memory=1560 CPUtime=0 cores=0,2,4,6
/proc/18655/task/18660/stat : 18660 (java) S 18652 18655 15043 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246544073 14422839296 22211 33554432000 4194304 4196468 140721116303488 140153280981520 140153687209685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18804736 140721116308553 140721116308745 140721116308745 140721116311503 0
[pid=18655/tid=18661] ppid=18652 vsize=14084804 memory=932 CPUtime=0 cores=0,2,4,6
/proc/18655/task/18661/stat : 18661 (java) S 18652 18655 15043 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 246544073 14422839296 22211 33554432000 4194304 4196468 140721116303488 140153279928976 140153687209685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18804736 140721116308553 140721116308745 140721116308745 140721116311503 0
[pid=18655/tid=18662] ppid=18652 vsize=14084804 memory=1156 CPUtime=0 cores=0,2,4,6
/proc/18655/task/18662/stat : 18662 (java) S 18652 18655 15043 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 246544074 14422839296 22211 33554432000 4194304 4196468 140721116303488 140152667601392 140153687210626 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18804736 140721116308553 140721116308745 140721116308745 140721116311503 0
[pid=18655/tid=18663] ppid=18652 vsize=14084804 memory=1572 CPUtime=0 cores=0,2,4,6
/proc/18655/task/18663/stat : 18663 (java) S 18652 18655 15043 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 246544075 14422839296 22211 33554432000 4194304 4196468 140721116303488 140152666547616 140153687209685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18804736 140721116308553 140721116308745 140721116308745 140721116311503 0
[pid=18655/tid=18664] ppid=18652 vsize=14084804 memory=1996 CPUtime=0 cores=0,2,4,6
/proc/18655/task/18664/stat : 18664 (java) S 18652 18655 15043 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 246544075 14422839296 22211 33554432000 4194304 4196468 140721116303488 140152665495024 140153687209685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18804736 140721116308553 140721116308745 140721116308745 140721116311503 0
[pid=18655/tid=18665] ppid=18652 vsize=14084804 memory=7086240636212695395 CPUtime=0 cores=0,2,4,6
/proc/18655/task/18665/stat : 18665 (java) S 18652 18655 15043 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246544077 14422839296 22211 33554432000 4194304 4196468 140721116303488 140152664443600 140153687218075 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18804736 140721116308553 140721116308745 140721116308745 140721116311503 0
[pid=18655/tid=18666] ppid=18652 vsize=14084804 memory=7881696724453321575 CPUtime=0.07 cores=0,2,4,6
/proc/18655/task/18666/stat : 18666 (java) S 18652 18655 15043 0 -1 1077944384 606 0 0 0 7 0 0 0 20 0 15 0 246544077 14422839296 22211 33554432000 4194304 4196468 140721116303488 140152663390192 140153687210626 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18804736 140721116308553 140721116308745 140721116308745 140721116311503 0
[pid=18655/tid=18667] ppid=18652 vsize=14084804 memory=7453282923461570405 CPUtime=0.08 cores=0,2,4,6
/proc/18655/task/18667/stat : 18667 (java) S 18652 18655 15043 0 -1 1077944384 329 0 0 0 8 0 0 0 20 0 15 0 246544077 14422839296 22211 33554432000 4194304 4196468 140721116303488 140152662337648 140153687210626 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18804736 140721116308553 140721116308745 140721116308745 140721116311503 0
[pid=18655/tid=18668] ppid=18652 vsize=14084804 memory=0 CPUtime=0.15 cores=0,2,4,6
/proc/18655/task/18668/stat : 18668 (java) S 18652 18655 15043 0 -1 1077944384 409 0 0 0 15 0 0 0 20 0 15 0 246544077 14422839296 22211 33554432000 4194304 4196468 140721116303488 140152661285104 140153687210626 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18804736 140721116308553 140721116308745 140721116308745 140721116311503 0
[pid=18655/tid=18669] ppid=18652 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18655/task/18669/stat : 18669 (java) S 18652 18655 15043 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246544078 14422839296 22211 33554432000 4194304 4196468 140721116303488 140152660232800 140153687209685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18804736 140721116308553 140721116308745 140721116308745 140721116311503 0
[pid=18655/tid=18670] ppid=18652 vsize=14084804 memory=972 CPUtime=0 cores=0,2,4,6
/proc/18655/task/18670/stat : 18670 (java) S 18652 18655 15043 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246544078 14422839296 22211 33554432000 4194304 4196468 140721116303488 140152659180336 140153687210626 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18804736 140721116308553 140721116308745 140721116308745 140721116311503 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 88844 KiB

[startup+1.50073 s]
/proc/loadavg: 1.27 1.33 1.36 3/215 18670
/proc/meminfo: memFree=26593976/32770624 swapFree=67030676/67108860
[pid=18655] ppid=18652 vsize=14086852 memory=518832 CPUtime=2.89 cores=0,2,4,6
/proc/18655/stat : 18655 (java) S 18652 18655 15043 0 -1 1077944320 20698 0 0 0 242 47 0 0 20 0 15 0 246544072 14424936448 129708 33554432000 4194304 4196468 140721116303488 140721116286032 140153687199479 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18804736 140721116308553 140721116308745 140721116308745 140721116311503 0
/proc/18655/statm: 3521713 129708 3562 1 0 3483785 0
[pid=18655/tid=18657] ppid=18652 vsize=14086852 memory=493016 CPUtime=1.27 cores=0,2,4,6
/proc/18655/task/18657/stat : 18657 (java) R 18652 18655 15043 0 -1 4202560 15288 0 0 0 118 9 0 0 20 0 15 0 246544072 14424936448 129708 33554432000 4194304 4196468 140721116303488 140153691435216 140153325596388 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18804736 140721116308553 140721116308745 140721116308745 140721116311503 0
[pid=18655/tid=18658] ppid=18652 vsize=14086852 memory=6791534058613427641 CPUtime=0.19 cores=0,2,4,6
/proc/18655/task/18658/stat : 18658 (java) S 18652 18655 15043 0 -1 1077944384 260 0 0 0 10 9 0 0 20 0 15 0 246544073 14424936448 129708 33554432000 4194304 4196468 140721116303488 140153643751696 140153687209685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18804736 140721116308553 140721116308745 140721116308745 140721116311503 0
[pid=18655/tid=18659] ppid=18652 vsize=14086852 memory=0 CPUtime=0.18 cores=0,2,4,6
/proc/18655/task/18659/stat : 18659 (java) S 18652 18655 15043 0 -1 1077944384 491 0 0 0 9 9 0 0 20 0 15 0 246544073 14424936448 129708 33554432000 4194304 4196468 140721116303488 140153642699152 140153687209685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18804736 140721116308553 140721116308745 140721116308745 140721116311503 0
[pid=18655/tid=18660] ppid=18652 vsize=14086852 memory=0 CPUtime=0.18 cores=0,2,4,6
/proc/18655/task/18660/stat : 18660 (java) S 18652 18655 15043 0 -1 1077944384 457 0 0 0 9 9 0 0 20 0 15 0 246544073 14424936448 129708 33554432000 4194304 4196468 140721116303488 140153280981520 140153687209685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18804736 140721116308553 140721116308745 140721116308745 140721116311503 0
[pid=18655/tid=18661] ppid=18652 vsize=14086852 memory=6943526294502006880 CPUtime=0.18 cores=0,2,4,6
/proc/18655/task/18661/stat : 18661 (java) S 18652 18655 15043 0 -1 1077944384 276 0 0 0 10 8 0 0 20 0 15 0 246544073 14424936448 129708 33554432000 4194304 4196468 140721116303488 140153279928976 140153687209685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18804736 140721116308553 140721116308745 140721116308745 140721116311503 0
[pid=18655/tid=18662] ppid=18652 vsize=14086852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18655/task/18662/stat : 18662 (java) S 18652 18655 15043 0 -1 1077944384 272 0 0 0 0 0 0 0 20 0 15 0 246544074 14424936448 129708 33554432000 4194304 4196468 140721116303488 140152667601392 140153687210626 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18804736 140721116308553 140721116308745 140721116308745 140721116311503 0

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

[pid=18655/tid=18669] ppid=18652 vsize=14088900 memory=2680 CPUtime=0 cores=0,2,4,6
/proc/18655/task/18669/stat : 18669 (java) S 18652 18655 15043 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246544078 14427033600 2941288 33554432000 4194304 4196468 140721116303488 140152660232800 140153687209685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18804736 140721116308553 140721116308745 140721116308745 140721116311503 0
[pid=18655/tid=18670] ppid=18652 vsize=14088900 memory=2428 CPUtime=0.01 cores=0,2,4,6
/proc/18655/task/18670/stat : 18670 (java) S 18652 18655 15043 0 -1 1077944384 1191 0 0 0 1 0 0 0 20 0 15 0 246544078 14427033600 2941288 33554432000 4194304 4196468 140721116303488 140152659180336 140153687210626 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18804736 140721116308553 140721116308745 140721116308745 140721116311503 0
Current children cumulated CPU time: 67.81 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 11765152 KiB

[startup+28.0014 s]*
/proc/loadavg: 1.95 1.48 1.41 3/215 18670
/proc/meminfo: memFree=15117364/32770624 swapFree=67030676/67108860
[pid=18655] ppid=18652 vsize=14088900 memory=11765176 CPUtime=70.82 cores=0,2,4,6
/proc/18655/stat : 18655 (java) S 18652 18655 15043 0 -1 1077944320 645690 0 0 0 6081 1001 0 0 20 0 15 0 246544072 14427033600 2941294 33554432000 4194304 4196468 140721116303488 140721116286032 140153687199479 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18804736 140721116308553 140721116308745 140721116308745 140721116311503 0
/proc/18655/statm: 3522225 2941294 3592 1 0 3484297 0
[pid=18655/tid=18657] ppid=18652 vsize=14088900 memory=6791534058613427641 CPUtime=13.31 cores=0,2,4,6
/proc/18655/task/18657/stat : 18657 (java) S 18652 18655 15043 0 -1 1077944384 29420 0 0 0 1308 23 0 0 20 0 15 0 246544072 14427033600 2941294 33554432000 4194304 4196468 140721116303488 140153691435184 140153687209685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18804736 140721116308553 140721116308745 140721116308745 140721116311503 0
[pid=18655/tid=18658] ppid=18652 vsize=14088900 memory=4872558044660077418 CPUtime=13.49 cores=0,2,4,6
/proc/18655/task/18658/stat : 18658 (java) S 18652 18655 15043 0 -1 1077944384 194180 0 0 0 1108 241 0 0 20 0 15 0 246544073 14427033600 2941294 33554432000 4194304 4196468 140721116303488 140153643751696 140153687209685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18804736 140721116308553 140721116308745 140721116308745 140721116311503 0
[pid=18655/tid=18659] ppid=18652 vsize=14088900 memory=1156 CPUtime=13.46 cores=0,2,4,6
/proc/18655/task/18659/stat : 18659 (java) S 18652 18655 15043 0 -1 1077944384 106118 0 0 0 1098 248 0 0 20 0 15 0 246544073 14427033600 2941294 33554432000 4194304 4196468 140721116303488 140153642699152 140153687209685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18804736 140721116308553 140721116308745 140721116308745 140721116311503 0
[pid=18655/tid=18660] ppid=18652 vsize=14088900 memory=1572 CPUtime=13.47 cores=0,2,4,6
/proc/18655/task/18660/stat : 18660 (java) S 18652 18655 15043 0 -1 1077944384 183392 0 0 0 1090 257 0 0 20 0 15 0 246544073 14427033600 2941294 33554432000 4194304 4196468 140721116303488 140153280981520 140153687209685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18804736 140721116308553 140721116308745 140721116308745 140721116311503 0
[pid=18655/tid=18661] ppid=18652 vsize=14088900 memory=1996 CPUtime=13.49 cores=0,2,4,6
/proc/18655/task/18661/stat : 18661 (java) S 18652 18655 15043 0 -1 1077944384 94802 0 0 0 1126 223 0 0 20 0 15 0 246544073 14427033600 2941294 33554432000 4194304 4196468 140721116303488 140153279928976 140153687209685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18804736 140721116308553 140721116308745 140721116308745 140721116311503 0
[pid=18655/tid=18662] ppid=18652 vsize=14088900 memory=2428 CPUtime=1.03 cores=0,2,4,6
/proc/18655/task/18662/stat : 18662 (java) R 18652 18655 15043 0 -1 4202560 27704 0 0 0 101 2 0 0 20 0 15 0 246544074 14427033600 2941294 33554432000 4194304 4196468 140721116303488 140152667599840 140153665569659 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18804736 140721116308553 140721116308745 140721116308745 140721116311503 0
[pid=18655/tid=18663] ppid=18652 vsize=14088900 memory=832 CPUtime=0 cores=0,2,4,6
/proc/18655/task/18663/stat : 18663 (java) S 18652 18655 15043 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 15 0 246544075 14427033600 2941294 33554432000 4194304 4196468 140721116303488 140152666547680 140153687209685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18804736 140721116308553 140721116308745 140721116308745 140721116311503 0
[pid=18655/tid=18664] ppid=18652 vsize=14088900 memory=1440 CPUtime=0 cores=0,2,4,6
/proc/18655/task/18664/stat : 18664 (java) S 18652 18655 15043 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 15 0 246544075 14427033600 2941294 33554432000 4194304 4196468 140721116303488 140152665495040 140153687209685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18804736 140721116308553 140721116308745 140721116308745 140721116311503 0
[pid=18655/tid=18665] ppid=18652 vsize=14088900 memory=10468152 CPUtime=0 cores=0,2,4,6
/proc/18655/task/18665/stat : 18665 (java) S 18652 18655 15043 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246544077 14427033600 2941294 33554432000 4194304 4196468 140721116303488 140152664443600 140153687218075 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18804736 140721116308553 140721116308745 140721116308745 140721116311503 0
[pid=18655/tid=18666] ppid=18652 vsize=14088900 memory=776 CPUtime=0.99 cores=0,2,4,6
/proc/18655/task/18666/stat : 18666 (java) S 18652 18655 15043 0 -1 1077944384 3296 0 0 0 99 0 0 0 20 0 15 0 246544077 14427033600 2941294 33554432000 4194304 4196468 140721116303488 140152663390192 140153687210626 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18804736 140721116308553 140721116308745 140721116308745 140721116311503 0
[pid=18655/tid=18667] ppid=18652 vsize=14088900 memory=3544 CPUtime=0.96 cores=0,2,4,6
/proc/18655/task/18667/stat : 18667 (java) S 18652 18655 15043 0 -1 1077944384 2171 0 0 0 96 0 0 0 20 0 15 0 246544077 14427033600 2941294 33554432000 4194304 4196468 140721116303488 140152662337648 140153687210626 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18804736 140721116308553 140721116308745 140721116308745 140721116311503 0
[pid=18655/tid=18668] ppid=18652 vsize=14088900 memory=65164 CPUtime=0.51 cores=0,2,4,6
/proc/18655/task/18668/stat : 18668 (java) S 18652 18655 15043 0 -1 1077944384 2032 0 0 0 51 0 0 0 20 0 15 0 246544077 14427033600 2941294 33554432000 4194304 4196468 140721116303488 140152661285104 140153687210626 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18804736 140721116308553 140721116308745 140721116308745 140721116311503 0
[pid=18655/tid=18669] ppid=18652 vsize=14088900 memory=776 CPUtime=0 cores=0,2,4,6
/proc/18655/task/18669/stat : 18669 (java) S 18652 18655 15043 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246544078 14427033600 2941294 33554432000 4194304 4196468 140721116303488 140152660232800 140153687209685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18804736 140721116308553 140721116308745 140721116308745 140721116311503 0
[pid=18655/tid=18670] ppid=18652 vsize=14088900 memory=1876 CPUtime=0.01 cores=0,2,4,6
/proc/18655/task/18670/stat : 18670 (java) S 18652 18655 15043 0 -1 1077944384 1191 0 0 0 1 0 0 0 20 0 15 0 246544078 14427033600 2941294 33554432000 4194304 4196468 140721116303488 140152659180336 140153687210626 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18804736 140721116308553 140721116308745 140721116308745 140721116311503 0
Current children cumulated CPU time: 70.82 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 11765176 KiB

[startup+28.4014 s]
/proc/loadavg: 1.95 1.48 1.41 3/215 18670
/proc/meminfo: memFree=15117364/32770624 swapFree=67030676/67108860
[pid=18655] ppid=18652 vsize=14088900 memory=11765176 CPUtime=72.04 cores=0,2,4,6
/proc/18655/stat : 18655 (java) S 18652 18655 15043 0 -1 1077944320 656077 0 0 0 6203 1001 0 0 20 0 15 0 246544072 14427033600 2941294 33554432000 4194304 4196468 140721116303488 140721116286032 140153687199479 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18804736 140721116308553 140721116308745 140721116308745 140721116311503 0
/proc/18655/statm: 3522225 2941294 3592 1 0 3484297 0
[pid=18655/tid=18657] ppid=18652 vsize=14088900 memory=1560 CPUtime=13.31 cores=0,2,4,6
/proc/18655/task/18657/stat : 18657 (java) S 18652 18655 15043 0 -1 1077944384 29421 0 0 0 1308 23 0 0 20 0 15 0 246544072 14427033600 2941294 33554432000 4194304 4196468 140721116303488 140153691435184 140153687209685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18804736 140721116308553 140721116308745 140721116308745 140721116311503 0
[pid=18655/tid=18658] ppid=18652 vsize=14088900 memory=932 CPUtime=13.77 cores=0,2,4,6
/proc/18655/task/18658/stat : 18658 (java) R 18652 18655 15043 0 -1 4202560 201840 0 0 0 1135 242 0 0 20 0 15 0 246544073 14427033600 2941294 33554432000 4194304 4196468 140721116303488 140153643751896 140153671898238 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18804736 140721116308553 140721116308745 140721116308745 140721116311503 0
[pid=18655/tid=18659] ppid=18652 vsize=14088900 memory=1156 CPUtime=13.74 cores=0,2,4,6
/proc/18655/task/18659/stat : 18659 (java) R 18652 18655 15043 0 -1 4202560 106158 0 0 0 1126 248 0 0 20 0 15 0 246544073 14427033600 2941294 33554432000 4194304 4196468 140721116303488 140153642699352 140153671898337 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18804736 140721116308553 140721116308745 140721116308745 140721116311503 0
[pid=18655/tid=18660] ppid=18652 vsize=14088900 memory=6791534058613427641 CPUtime=13.74 cores=0,2,4,6
/proc/18655/task/18660/stat : 18660 (java) R 18652 18655 15043 0 -1 4202560 183422 0 0 0 1117 257 0 0 20 0 15 0 246544073 14427033600 2941294 33554432000 4194304 4196468 140721116303488 140153280981520 140153671657112 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18804736 140721116308553 140721116308745 140721116308745 140721116311503 0
[pid=18655/tid=18661] ppid=18652 vsize=14088900 memory=1996 CPUtime=13.77 cores=0,2,4,6
/proc/18655/task/18661/stat : 18661 (java) R 18652 18655 15043 0 -1 4202560 97454 0 0 0 1154 223 0 0 20 0 15 0 246544073 14427033600 2941294 33554432000 4194304 4196468 140721116303488 140153279928976 140153672196125 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18804736 140721116308553 140721116308745 140721116308745 140721116311503 0
[pid=18655/tid=18662] ppid=18652 vsize=14088900 memory=6791534058613427641 CPUtime=1.14 cores=0,2,4,6
/proc/18655/task/18662/stat : 18662 (java) S 18652 18655 15043 0 -1 1077944384 27707 0 0 0 112 2 0 0 20 0 15 0 246544074 14427033600 2941294 33554432000 4194304 4196468 140721116303488 140152667599952 140153687209685 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18804736 140721116308553 140721116308745 140721116308745 140721116311503 0
[pid=18655/tid=18663] ppid=18652 vsize=14088900 memory=1996 CPUtime=0 cores=0,2,4,6
/proc/18655/task/18663/stat : 18663 (java) S 18652 18655 15043 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 15 0 246544075 14427033600 2941294 33554432000 4194304 4196468 140721116303488 140152666547584 140153687209685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18804736 140721116308553 140721116308745 140721116308745 140721116311503 0
[pid=18655/tid=18664] ppid=18652 vsize=14088900 memory=2428 CPUtime=0 cores=0,2,4,6
/proc/18655/task/18664/stat : 18664 (java) S 18652 18655 15043 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 15 0 246544075 14427033600 2941294 33554432000 4194304 4196468 140721116303488 140152665495040 140153687209685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18804736 140721116308553 140721116308745 140721116308745 140721116311503 0
[pid=18655/tid=18665] ppid=18652 vsize=14088900 memory=832 CPUtime=0 cores=0,2,4,6
/proc/18655/task/18665/stat : 18665 (java) S 18652 18655 15043 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246544077 14427033600 2941294 33554432000 4194304 4196468 140721116303488 140152664443600 140153687218075 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18804736 140721116308553 140721116308745 140721116308745 140721116311503 0
[pid=18655/tid=18666] ppid=18652 vsize=14088900 memory=1440 CPUtime=0.99 cores=0,2,4,6
/proc/18655/task/18666/stat : 18666 (java) S 18652 18655 15043 0 -1 1077944384 3296 0 0 0 99 0 0 0 20 0 15 0 246544077 14427033600 2941294 33554432000 4194304 4196468 140721116303488 140152663390192 140153687210626 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18804736 140721116308553 140721116308745 140721116308745 140721116311503 0
[pid=18655/tid=18667] ppid=18652 vsize=14088900 memory=1836 CPUtime=0.96 cores=0,2,4,6
/proc/18655/task/18667/stat : 18667 (java) S 18652 18655 15043 0 -1 1077944384 2171 0 0 0 96 0 0 0 20 0 15 0 246544077 14427033600 2941294 33554432000 4194304 4196468 140721116303488 140152662337648 140153687210626 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18804736 140721116308553 140721116308745 140721116308745 140721116311503 0
[pid=18655/tid=18668] ppid=18652 vsize=14088900 memory=7532 CPUtime=0.51 cores=0,2,4,6
/proc/18655/task/18668/stat : 18668 (java) S 18652 18655 15043 0 -1 1077944384 2032 0 0 0 51 0 0 0 20 0 15 0 246544077 14427033600 2941294 33554432000 4194304 4196468 140721116303488 140152661285104 140153687210626 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18804736 140721116308553 140721116308745 140721116308745 140721116311503 0
[pid=18655/tid=18669] ppid=18652 vsize=14088900 memory=8287040 CPUtime=0 cores=0,2,4,6
/proc/18655/task/18669/stat : 18669 (java) S 18652 18655 15043 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246544078 14427033600 2941294 33554432000 4194304 4196468 140721116303488 140152660232800 140153687209685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18804736 140721116308553 140721116308745 140721116308745 140721116311503 0
[pid=18655/tid=18670] ppid=18652 vsize=14088900 memory=11765148 CPUtime=0.01 cores=0,2,4,6
/proc/18655/task/18670/stat : 18670 (java) S 18652 18655 15043 0 -1 1077944384 1191 0 0 0 1 0 0 0 20 0 15 0 246544078 14427033600 2941294 33554432000 4194304 4196468 140721116303488 140152659180336 140153687210626 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18804736 140721116308553 140721116308745 140721116308745 140721116311503 0
Current children cumulated CPU time: 72.04 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 11765176 KiB

[startup+28.6008 s]
/proc/loadavg: 1.95 1.48 1.41 3/215 18670
/proc/meminfo: memFree=15117364/32770624 swapFree=67030676/67108860
[pid=18655] ppid=18652 vsize=14088900 memory=11765364 CPUtime=72.64 cores=0,2,4,6
/proc/18655/stat : 18655 (java) S 18652 18655 15043 0 -1 1077944320 656314 0 0 0 6263 1001 0 0 20 0 15 0 246544072 14427033600 2941341 33554432000 4194304 4196468 140721116303488 140721116286032 140153687199479 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18804736 140721116308553 140721116308745 140721116308745 140721116311503 0
/proc/18655/statm: 3522225 2941341 3593 1 0 3484297 0
[pid=18655/tid=18657] ppid=18652 vsize=14088900 memory=14408220252834352 CPUtime=13.31 cores=0,2,4,6
/proc/18655/task/18657/stat : 18657 (java) S 18652 18655 15043 0 -1 1077944384 29491 0 0 0 1308 23 0 0 20 0 15 0 246544072 14427033600 2941341 33554432000 4194304 4196468 140721116303488 140153691438704 140153687209685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18804736 140721116308553 140721116308745 140721116308745 140721116311503 0
[pid=18655/tid=18658] ppid=18652 vsize=14088900 memory=7378983553979662436 CPUtime=13.91 cores=0,2,4,6
/proc/18655/task/18658/stat : 18658 (java) S 18652 18655 15043 0 -1 1077944384 201873 0 0 0 1149 242 0 0 20 0 15 0 246544073 14427033600 2941341 33554432000 4194304 4196468 140721116303488 140153643751696 140153687209685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18804736 140721116308553 140721116308745 140721116308745 140721116311503 0
[pid=18655/tid=18659] ppid=18652 vsize=14088900 memory=7306316804797196914 CPUtime=13.87 cores=0,2,4,6
/proc/18655/task/18659/stat : 18659 (java) S 18652 18655 15043 0 -1 1077944384 106236 0 0 0 1139 248 0 0 20 0 15 0 246544073 14427033600 2941341 33554432000 4194304 4196468 140721116303488 140153642699152 140153687209685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18804736 140721116308553 140721116308745 140721116308745 140721116311503 0
[pid=18655/tid=18660] ppid=18652 vsize=14088900 memory=7306316804797196914 CPUtime=13.88 cores=0,2,4,6
/proc/18655/task/18660/stat : 18660 (java) S 18652 18655 15043 0 -1 1077944384 183425 0 0 0 1131 257 0 0 20 0 15 0 246544073 14427033600 2941341 33554432000 4194304 4196468 140721116303488 140153280981520 140153687209685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18804736 140721116308553 140721116308745 140721116308745 140721116311503 0
[pid=18655/tid=18661] ppid=18652 vsize=14088900 memory=7594587674001172330 CPUtime=13.9 cores=0,2,4,6
/proc/18655/task/18661/stat : 18661 (java) S 18652 18655 15043 0 -1 1077944384 97505 0 0 0 1167 223 0 0 20 0 15 0 246544073 14427033600 2941341 33554432000 4194304 4196468 140721116303488 140153279928976 140153687209685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18804736 140721116308553 140721116308745 140721116308745 140721116311503 0
[pid=18655/tid=18662] ppid=18652 vsize=14088900 memory=7811044310603950144 CPUtime=1.2 cores=0,2,4,6
/proc/18655/task/18662/stat : 18662 (java) R 18652 18655 15043 0 -1 4202560 27708 0 0 0 118 2 0 0 20 0 15 0 246544074 14427033600 2941341 33554432000 4194304 4196468 140721116303488 140152667599936 140153671900112 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18804736 140721116308553 140721116308745 140721116308745 140721116311503 0
[pid=18655/tid=18663] ppid=18652 vsize=14088900 memory=7811044310603950144 CPUtime=0 cores=0,2,4,6
/proc/18655/task/18663/stat : 18663 (java) S 18652 18655 15043 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 246544075 14427033600 2941341 33554432000 4194304 4196468 140721116303488 140152666547680 140153687209685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18804736 140721116308553 140721116308745 140721116308745 140721116311503 0
[pid=18655/tid=18664] ppid=18652 vsize=14088900 memory=7811044310603950144 CPUtime=0 cores=0,2,4,6
/proc/18655/task/18664/stat : 18664 (java) S 18652 18655 15043 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 15 0 246544075 14427033600 2941341 33554432000 4194304 4196468 140721116303488 140152665495040 140153687209685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18804736 140721116308553 140721116308745 140721116308745 140721116311503 0
[pid=18655/tid=18665] ppid=18652 vsize=14088900 memory=7594587674001172330 CPUtime=0 cores=0,2,4,6
/proc/18655/task/18665/stat : 18665 (java) S 18652 18655 15043 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246544077 14427033600 2941341 33554432000 4194304 4196468 140721116303488 140152664443600 140153687218075 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18804736 140721116308553 140721116308745 140721116308745 140721116311503 0
[pid=18655/tid=18666] ppid=18652 vsize=14088900 memory=0 CPUtime=0.99 cores=0,2,4,6
/proc/18655/task/18666/stat : 18666 (java) S 18652 18655 15043 0 -1 1077944384 3296 0 0 0 99 0 0 0 20 0 15 0 246544077 14427033600 2941341 33554432000 4194304 4196468 140721116303488 140152663390192 140153687210626 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18804736 140721116308553 140721116308745 140721116308745 140721116311503 0
[pid=18655/tid=18667] ppid=18652 vsize=14088900 memory=6958453264360695866 CPUtime=0.96 cores=0,2,4,6
/proc/18655/task/18667/stat : 18667 (java) S 18652 18655 15043 0 -1 1077944384 2171 0 0 0 96 0 0 0 20 0 15 0 246544077 14427033600 2941341 33554432000 4194304 4196468 140721116303488 140152662337648 140153687210626 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18804736 140721116308553 140721116308745 140721116308745 140721116311503 0
[pid=18655/tid=18668] ppid=18652 vsize=14088900 memory=-7091030299640689856 CPUtime=0.51 cores=0,2,4,6
/proc/18655/task/18668/stat : 18668 (java) S 18652 18655 15043 0 -1 1077944384 2032 0 0 0 51 0 0 0 20 0 15 0 246544077 14427033600 2941341 33554432000 4194304 4196468 140721116303488 140152661285104 140153687210626 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18804736 140721116308553 140721116308745 140721116308745 140721116311503 0
[pid=18655/tid=18669] ppid=18652 vsize=14088900 memory=4945125699554088323 CPUtime=0 cores=0,2,4,6
/proc/18655/task/18669/stat : 18669 (java) S 18652 18655 15043 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246544078 14427033600 2941341 33554432000 4194304 4196468 140721116303488 140152660232800 140153687209685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18804736 140721116308553 140721116308745 140721116308745 140721116311503 0
[pid=18655/tid=18670] ppid=18652 vsize=14088900 memory=9047017150487036571 CPUtime=0.01 cores=0,2,4,6
/proc/18655/task/18670/stat : 18670 (java) S 18652 18655 15043 0 -1 1077944384 1191 0 0 0 1 0 0 0 20 0 15 0 246544078 14427033600 2941341 33554432000 4194304 4196468 140721116303488 140152659180336 140153687210626 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18804736 140721116308553 140721116308745 140721116308745 140721116311503 0
Current children cumulated CPU time: 72.64 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 11765364 KiB

[startup+28.7008 s]
/proc/loadavg: 1.95 1.48 1.41 3/215 18670
/proc/meminfo: memFree=15117364/32770624 swapFree=67030676/67108860
[pid=18655] ppid=18652 vsize=14088900 memory=7683708 CPUtime=72.74 cores=0,2,4,6
/proc/18655/stat : 18655 (java) S 18652 18655 15043 0 -1 1077944320 656314 0 0 0 6272 1002 0 0 20 0 15 0 246544072 14427033600 1920927 33554432000 4194304 4196468 140721116303488 140721116286032 140153687199479 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18804736 140721116308553 140721116308745 140721116308745 140721116311503 0
/proc/18655/statm: 3522225 1920927 3593 1 0 3484297 0
[pid=18655/tid=18657] ppid=18652 vsize=14088900 memory=11764908 CPUtime=13.31 cores=0,2,4,6
/proc/18655/task/18657/stat : 18657 (java) S 18652 18655 15043 0 -1 1077944384 29491 0 0 0 1308 23 0 0 20 0 15 0 246544072 14427033600 1920927 33554432000 4194304 4196468 140721116303488 140153691438704 140153687209685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18804736 140721116308553 140721116308745 140721116308745 140721116311503 0
[pid=18655/tid=18658] ppid=18652 vsize=14088900 memory=11765152 CPUtime=13.91 cores=0,2,4,6
/proc/18655/task/18658/stat : 18658 (java) S 18652 18655 15043 0 -1 1077944384 201873 0 0 0 1149 242 0 0 20 0 15 0 246544073 14427033600 1920927 33554432000 4194304 4196468 140721116303488 140153643751696 140153687209685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18804736 140721116308553 140721116308745 140721116308745 140721116311503 0
[pid=18655/tid=18659] ppid=18652 vsize=14088900 memory=11765176 CPUtime=13.87 cores=0,2,4,6
/proc/18655/task/18659/stat : 18659 (java) S 18652 18655 15043 0 -1 1077944384 106236 0 0 0 1139 248 0 0 20 0 15 0 246544073 14427033600 1920927 33554432000 4194304 4196468 140721116303488 140153642699152 140153687209685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18804736 140721116308553 140721116308745 140721116308745 140721116311503 0
[pid=18655/tid=18660] ppid=18652 vsize=14088900 memory=1383 CPUtime=13.88 cores=0,2,4,6
/proc/18655/task/18660/stat : 18660 (java) S 18652 18655 15043 0 -1 1077944384 183425 0 0 0 1131 257 0 0 20 0 15 0 246544073 14427033600 1920927 33554432000 4194304 4196468 140721116303488 140153280981520 140153687209685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18804736 140721116308553 140721116308745 140721116308745 140721116311503 0
[pid=18655/tid=18661] ppid=18652 vsize=14088900 memory=279691492151488 CPUtime=13.9 cores=0,2,4,6
/proc/18655/task/18661/stat : 18661 (java) S 18652 18655 15043 0 -1 1077944384 97505 0 0 0 1167 223 0 0 20 0 15 0 246544073 14427033600 1920927 33554432000 4194304 4196468 140721116303488 140153279928976 140153687209685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18804736 140721116308553 140721116308745 140721116308745 140721116311503 0
[pid=18655/tid=18662] ppid=18652 vsize=14088900 memory=164 CPUtime=1.3 cores=0,2,4,6
/proc/18655/task/18662/stat : 18662 (java) R 18652 18655 15043 0 -1 4202560 27708 0 0 0 127 3 0 0 20 0 15 0 246544074 14427033600 1920927 33554432000 4194304 4196468 140721116303488 140152667599936 140153679916442 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18804736 140721116308553 140721116308745 140721116308745 140721116311503 0
[pid=18655/tid=18663] ppid=18652 vsize=14088900 memory=11764448 CPUtime=0 cores=0,2,4,6
/proc/18655/task/18663/stat : 18663 (java) S 18652 18655 15043 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 246544075 14427033600 1920927 33554432000 4194304 4196468 140721116303488 140152666547680 140153687209685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18804736 140721116308553 140721116308745 140721116308745 140721116311503 0
[pid=18655/tid=18664] ppid=18652 vsize=14088900 memory=65164 CPUtime=0 cores=0,2,4,6
/proc/18655/task/18664/stat : 18664 (java) S 18652 18655 15043 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 15 0 246544075 14427033600 1920927 33554432000 4194304 4196468 140721116303488 140152665495040 140153687209685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18804736 140721116308553 140721116308745 140721116308745 140721116311503 0
[pid=18655/tid=18665] ppid=18652 vsize=14088900 memory=776 CPUtime=0 cores=0,2,4,6
/proc/18655/task/18665/stat : 18665 (java) S 18652 18655 15043 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246544077 14427033600 1920927 33554432000 4194304 4196468 140721116303488 140152664443600 140153687218075 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18804736 140721116308553 140721116308745 140721116308745 140721116311503 0
[pid=18655/tid=18666] ppid=18652 vsize=14088900 memory=3544 CPUtime=0.99 cores=0,2,4,6
/proc/18655/task/18666/stat : 18666 (java) S 18652 18655 15043 0 -1 1077944384 3296 0 0 0 99 0 0 0 20 0 15 0 246544077 14427033600 1920927 33554432000 4194304 4196468 140721116303488 140152663390192 140153687210626 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18804736 140721116308553 140721116308745 140721116308745 140721116311503 0
[pid=18655/tid=18667] ppid=18652 vsize=14088900 memory=279691491601712 CPUtime=0.96 cores=0,2,4,6
/proc/18655/task/18667/stat : 18667 (java) S 18652 18655 15043 0 -1 1077944384 2171 0 0 0 96 0 0 0 20 0 15 0 246544077 14427033600 1920927 33554432000 4194304 4196468 140721116303488 140152662337648 140153687210626 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18804736 140721116308553 140721116308745 140721116308745 140721116311503 0
[pid=18655/tid=18668] ppid=18652 vsize=14088900 memory=7649399397183535153 CPUtime=0.51 cores=0,2,4,6
/proc/18655/task/18668/stat : 18668 (java) S 18652 18655 15043 0 -1 1077944384 2032 0 0 0 51 0 0 0 20 0 15 0 246544077 14427033600 1920927 33554432000 4194304 4196468 140721116303488 140152661285104 140153687210626 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18804736 140721116308553 140721116308745 140721116308745 140721116311503 0
[pid=18655/tid=18669] ppid=18652 vsize=14088900 memory=11765152 CPUtime=0 cores=0,2,4,6
/proc/18655/task/18669/stat : 18669 (java) S 18652 18655 15043 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246544078 14427033600 1920927 33554432000 4194304 4196468 140721116303488 140152660232800 140153687209685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18804736 140721116308553 140721116308745 140721116308745 140721116311503 0
[pid=18655/tid=18670] ppid=18652 vsize=14088900 memory=11765148 CPUtime=0.01 cores=0,2,4,6
/proc/18655/task/18670/stat : 18670 (java) S 18652 18655 15043 0 -1 1077944384 1191 0 0 0 1 0 0 0 20 0 15 0 246544078 14427033600 1920927 33554432000 4194304 4196468 140721116303488 140152659180336 140153687210626 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18804736 140721116308553 140721116308745 140721116308745 140721116311503 0
Current children cumulated CPU time: 72.74 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 7683708 KiB

Child status: 1
Real time (s): 28.7879
CPU time (s): 72.8439
CPU user time (s): 62.7307
CPU system time (s): 10.1132
CPU usage (%): 253.036
Max. virtual memory (cumulated for all children) (KiB): 14088900
Max. memory (cumulated for all children) (KiB): 11765364

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 62.7307
system time used= 10.1132
maximum resident set size= 11765364
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 656491
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 12549
involuntary context switches= 550


# summary of solver processes directly reported to runsolver:
#   pid: 18655
#   total CPU time (s): 72.8439
#   total CPU user time (s): 62.7307
#   total CPU system time (s): 10.1132

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.21565 second user time and 0.328063 second system time

The end

Launcher Data

Begin job on node102 at 2018-08-15 01:36:49
IDJOB=4307824
IDBENCH=141312
IDSOLVER=2791
FILE ID=node102/4307824-1534289807
RUNJOBID= node102-1534258226-15074
PBS_JOBID= 21038131
Free space on /tmp= 39368 MiB

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

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

MD5SUM BENCH= 52d67a2c2b92da49d73f7cfe8dcb2e5e
RANDOM SEED=176864805

node102.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.51
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.51
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.51
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.51
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:        26891556 kB
MemAvailable:   31250772 kB
Buffers:          203552 kB
Cached:          4406516 kB
SwapCached:        51228 kB
Active:          2712112 kB
Inactive:        2605564 kB
Active(anon):     632368 kB
Inactive(anon):   126904 kB
Active(file):    2079744 kB
Inactive(file):  2478660 kB
Unevictable:        7348 kB
Mlocked:            7348 kB
SwapTotal:      67108860 kB
SwapFree:       67030676 kB
Dirty:            155768 kB
Writeback:             0 kB
AnonPages:        664324 kB
Mapped:            66376 kB
Shmem:             49000 kB
Slab:             257832 kB
SReclaimable:     229272 kB
SUnreclaim:        28560 kB
KernelStack:        3520 kB
PageTables:         6720 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1863496 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    606208 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 39332 MiB
End job on node102 at 2018-08-15 01:37:18