Trace number 4291475

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 - Hybrid 2018-07-02? 82.7079 35.5911

General information on the benchmark

NameCrosswordDesign/
CrosswordDesign-11-4-rom_c18.xml
MD5SUM63b9378ece2d6066ad6e61da47f93b8a
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark65
Best CPU time to get the best result obtained on this benchmark2520.1
Satisfiable
(Un)Satisfiability was proved
Number of variables385
Number of constraints88
Number of domains5
Minimum domain size2
Maximum domain size115571
Distribution of domain sizes[{"size":2,"count":22},{"size":12,"count":154},{"size":27,"count":121},{"size":115571,"count":88}]
Minimum variable degree1
Maximum variable degree8
Distribution of variable degrees[{"degree":1,"count":110},{"degree":2,"count":154},{"degree":8,"count":121}]
Minimum constraint arity14
Maximum constraint arity15
Distribution of constraint arities[{"arity":14,"count":22},{"arity":15,"count":66}]
Number of extensional constraints88
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":88}]
Optimization problemYES
Type of objectivemax SUM

Solver Data

0.69/0.54	c version: 2018-07-02
0.69/0.55	c seed: 1410304064
0.69/0.55	c timeout: 2400
0.69/0.55	c memlimit: 11000
0.69/0.55	c nbcore: 4
0.69/0.57	c Parsing instance...
82.19/35.38	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
82.61/35.51		at scala.collection.mutable.ArrayBuilder$ofLong.mkArray(ArrayBuilder.scala:388)
82.61/35.51		at scala.collection.mutable.ArrayBuilder$ofLong.resize(ArrayBuilder.scala:394)
82.61/35.51		at scala.collection.mutable.ArrayBuilder$ofLong.sizeHint(ArrayBuilder.scala:399)
82.61/35.51		at scala.Array$.fill(Array.scala:263)
82.61/35.51		at oscar.algo.reversible.ReversibleSparseBitSet$BitSet.<init>(ReversibleSparseBitSet.scala:94)
82.61/35.51		at oscar.cp.constraints.tables.TableCTStar.computeSupportsAndInitialFiltering(TableCTStar.scala:275)
82.61/35.51		at oscar.cp.constraints.tables.TableCTStar.setup(TableCTStar.scala:94)
82.61/35.51		at oscar.cp.core.CPStore.post(CPStore.scala:282)
82.61/35.51		at oscar.cp.core.CPSolver.$anonfun$add$1(CPSolver.scala:138)
82.61/35.51		at oscar.cp.core.CPSolver$$Lambda$196/1930240356.apply$mcV$sp(Unknown Source)
82.61/35.51		at oscar.algo.search.BranchingUtils.isInconsistent(BranchingUtils.scala:39)
82.61/35.51		at oscar.algo.search.BranchingUtils.isInconsistent$(BranchingUtils.scala:37)
82.61/35.51		at oscar.cp.package$.isInconsistent(package.scala:54)
82.61/35.51		at oscar.cp.core.CPSolver.add(CPSolver.scala:138)
82.61/35.51		at oscar.modeling.models.cp.CPModel.p(CPModel.scala:277)
82.61/35.51		at oscar.modeling.models.cp.CPModel.post(CPModel.scala:336)
82.61/35.51		at oscar.modeling.models.LeafModel.add(InstantiatedModel.scala:34)
82.61/35.51		at oscar.modeling.models.LeafModel.add$(InstantiatedModel.scala:34)
82.61/35.51		at oscar.modeling.models.InstantiatedModel.add(InstantiatedModel.scala:47)
82.61/35.51		at oscar.modeling.models.InstantiatedModel.$anonfun$new$1(InstantiatedModel.scala:54)
82.61/35.51		at oscar.modeling.models.InstantiatedModel.$anonfun$new$1$adapted(InstantiatedModel.scala:54)
82.61/35.51		at oscar.modeling.models.InstantiatedModel$$Lambda$192/1569754439.apply(Unknown Source)
82.61/35.51		at scala.collection.immutable.List.foreach(List.scala:389)
82.61/35.51		at oscar.modeling.models.InstantiatedModel.<init>(InstantiatedModel.scala:54)
82.61/35.51		at oscar.modeling.models.cp.CPModel.<init>(CPModel.scala:256)
82.61/35.51		at oscar.modeling.models.operators.CPInstantiate$.apply(CPInstantiate.scala:26)
82.61/35.51		at oscar.xcsp3.competition.solvers.HybridSolver$.runSolver(HybridSolver.scala:34)
82.61/35.51		at oscar.xcsp3.competition.CompetitionApp.delayedEndpoint$oscar$xcsp3$competition$CompetitionApp$1(CompetitionApp.scala:78)
82.61/35.51		at oscar.xcsp3.competition.CompetitionApp$delayedInit$body.apply(CompetitionApp.scala:53)
82.61/35.51		at scala.Function0.apply$mcV$sp(Function0.scala:34)
82.61/35.51		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
82.61/35.51		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
82.61/35.51	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 (4757 MiB free)
  memory of node 1: 16384 MiB (10487 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4291475-1532244826/watcher-4291475-1532244826 -o /tmp/evaluation-result-4291475-1532244826/solver-4291475-1532244826 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node102-1532226016-29480 --watchdog 2560 java -Xmx11000m -jar oscarCPXcsp3-hybrid.jar --randomseed 1410304064 --timelimit 2400 --memlimit 11000 --nbcore 4 HOME/instance-4291475-1532244826.xml 

running on 4 cores: 1,3,5,7

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

solver pid=31622, runsolver pid=31619

[startup+0.100158 s]*
/proc/loadavg: 2.20 1.45 1.41 5/217 31637
/proc/meminfo: memFree=15591412/32770624 swapFree=67108860/67108860
[pid=31622] ppid=31619 vsize=14082740 memory=33304 CPUtime=0.11 cores=1,3,5,7
/proc/31622/stat : 31622 (java) S 31619 31622 29448 0 -1 1077944320 7281 0 0 0 10 1 0 0 20 0 15 0 42045829 14420725760 8326 33554432000 4194304 4196468 140725168127760 140725168110304 140164406726391 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 29921280 140725168133204 140725168133385 140725168133385 140725168136143 0
/proc/31622/statm: 3520685 8326 3138 1 0 3482761 0
[pid=31622/tid=31624] ppid=31619 vsize=14082740 memory=-8557575366716331392 CPUtime=0.09 cores=1,3,5,7
/proc/31622/task/31624/stat : 31624 (java) R 31619 31622 29448 0 -1 4202560 5330 0 0 0 8 1 0 0 20 0 15 0 42045829 14420725760 8326 33554432000 4194304 4196468 140725168127760 140164410920320 140164390806878 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29921280 140725168133204 140725168133385 140725168133385 140725168136143 0
[pid=31622/tid=31625] ppid=31619 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31622/task/31625/stat : 31625 (java) S 31619 31622 29448 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 42045830 14420725760 8326 33554432000 4194304 4196468 140725168127760 140164321794448 140164406736597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29921280 140725168133204 140725168133385 140725168133385 140725168136143 0
[pid=31622/tid=31626] ppid=31619 vsize=14082740 memory=139927422125696 CPUtime=0 cores=1,3,5,7
/proc/31622/task/31626/stat : 31626 (java) S 31619 31622 29448 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42045830 14420725760 8326 33554432000 4194304 4196468 140725168127760 140164320741648 140164406736597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29921280 140725168133204 140725168133385 140725168133385 140725168136143 0
[pid=31622/tid=31627] ppid=31619 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31622/task/31627/stat : 31627 (java) S 31619 31622 29448 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 42045830 14420725760 8326 33554432000 4194304 4196468 140725168127760 140164319689360 140164406736597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29921280 140725168133204 140725168133385 140725168133385 140725168136143 0
[pid=31622/tid=31628] ppid=31619 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31622/task/31628/stat : 31628 (java) S 31619 31622 29448 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42045830 14420725760 8326 33554432000 4194304 4196468 140725168127760 140164318636560 140164406736597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29921280 140725168133204 140725168133385 140725168133385 140725168136143 0
[pid=31622/tid=31629] ppid=31619 vsize=14082740 memory=139927422125696 CPUtime=0 cores=1,3,5,7
/proc/31622/task/31629/stat : 31629 (java) S 31619 31622 29448 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 42045831 14420725760 8326 33554432000 4194304 4196468 140725168127760 140163979090544 140164406737538 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29921280 140725168133204 140725168133385 140725168133385 140725168136143 0
[pid=31622/tid=31630] ppid=31619 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31622/task/31630/stat : 31630 (java) S 31619 31622 29448 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 42045832 14420725760 8326 33554432000 4194304 4196468 140725168127760 140163978036512 140164406736597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29921280 140725168133204 140725168133385 140725168133385 140725168136143 0
[pid=31622/tid=31631] ppid=31619 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31622/task/31631/stat : 31631 (java) S 31619 31622 29448 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 42045832 14420725760 8326 33554432000 4194304 4196468 140725168127760 140163517523568 140164406736597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29921280 140725168133204 140725168133385 140725168133385 140725168136143 0
[pid=31622/tid=31632] ppid=31619 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31622/task/31632/stat : 31632 (java) S 31619 31622 29448 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42045834 14420725760 8326 33554432000 4194304 4196468 140725168127760 140163516471888 140164406744987 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29921280 140725168133204 140725168133385 140725168133385 140725168136143 0
[pid=31622/tid=31633] ppid=31619 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31622/task/31633/stat : 31633 (java) S 31619 31622 29448 0 -1 1077944384 308 0 0 0 0 0 0 0 20 0 15 0 42045834 14420725760 8326 33554432000 4194304 4196468 140725168127760 140163515418736 140164406737538 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29921280 140725168133204 140725168133385 140725168133385 140725168136143 0
[pid=31622/tid=31634] ppid=31619 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31622/task/31634/stat : 31634 (java) S 31619 31622 29448 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42045834 14420725760 8326 33554432000 4194304 4196468 140725168127760 140163514365936 140164406737538 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29921280 140725168133204 140725168133385 140725168133385 140725168136143 0
[pid=31622/tid=31635] ppid=31619 vsize=14082740 memory=139927422125696 CPUtime=0.01 cores=1,3,5,7
/proc/31622/task/31635/stat : 31635 (java) R 31619 31622 29448 0 -1 4202560 262 0 0 0 1 0 0 0 20 0 15 0 42045834 14420725760 8326 33554432000 4194304 4196468 140725168127760 140163513313648 140164385426592 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29921280 140725168133204 140725168133385 140725168133385 140725168136143 0
[pid=31622/tid=31636] ppid=31619 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31622/task/31636/stat : 31636 (java) S 31619 31622 29448 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42045835 14420725760 8326 33554432000 4194304 4196468 140725168127760 140163512261088 140164406736597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29921280 140725168133204 140725168133385 140725168133385 140725168136143 0
[pid=31622/tid=31637] ppid=31619 vsize=14082740 memory=139927422125696 CPUtime=0 cores=1,3,5,7
/proc/31622/task/31637/stat : 31637 (java) S 31619 31622 29448 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42045835 14420725760 8326 33554432000 4194304 4196468 140725168127760 140163511208880 140164406737538 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29921280 140725168133204 140725168133385 140725168133385 140725168136143 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 33304 KiB

[startup+0.217424 s]*
/proc/loadavg: 2.20 1.45 1.41 5/217 31637
/proc/meminfo: memFree=15576156/32770624 swapFree=67108860/67108860
[pid=31622] ppid=31619 vsize=14082740 memory=47364 CPUtime=0.33 cores=1,3,5,7
/proc/31622/stat : 31622 (java) S 31619 31622 29448 0 -1 1077944320 10420 0 0 0 31 2 0 0 20 0 15 0 42045829 14420725760 11841 33554432000 4194304 4196468 140725168127760 140725168110304 140164406726391 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 29921280 140725168133204 140725168133385 140725168133385 140725168136143 0
/proc/31622/statm: 3520685 11841 3411 1 0 3482761 0
[pid=31622/tid=31624] ppid=31619 vsize=14082740 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/31622/task/31624/stat : 31624 (java) R 31619 31622 29448 0 -1 4202560 8106 0 0 0 19 1 0 0 20 0 15 0 42045829 14420725760 11841 33554432000 4194304 4196468 140725168127760 140164410959536 140164386273278 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29921280 140725168133204 140725168133385 140725168133385 140725168136143 0
[pid=31622/tid=31625] ppid=31619 vsize=14082740 memory=342 CPUtime=0 cores=1,3,5,7
/proc/31622/task/31625/stat : 31625 (java) S 31619 31622 29448 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 42045830 14420725760 11841 33554432000 4194304 4196468 140725168127760 140164321794448 140164406736597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29921280 140725168133204 140725168133385 140725168133385 140725168136143 0
[pid=31622/tid=31626] ppid=31619 vsize=14082740 memory=288370303573837440 CPUtime=0 cores=1,3,5,7
/proc/31622/task/31626/stat : 31626 (java) S 31619 31622 29448 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42045830 14420725760 11841 33554432000 4194304 4196468 140725168127760 140164320741648 140164406736597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29921280 140725168133204 140725168133385 140725168133385 140725168136143 0
[pid=31622/tid=31627] ppid=31619 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31622/task/31627/stat : 31627 (java) S 31619 31622 29448 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 42045830 14420725760 11841 33554432000 4194304 4196468 140725168127760 140164319689360 140164406736597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29921280 140725168133204 140725168133385 140725168133385 140725168136143 0
[pid=31622/tid=31628] ppid=31619 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31622/task/31628/stat : 31628 (java) S 31619 31622 29448 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42045830 14420725760 11841 33554432000 4194304 4196468 140725168127760 140164318636560 140164406736597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29921280 140725168133204 140725168133385 140725168133385 140725168136143 0
[pid=31622/tid=31629] ppid=31619 vsize=14082740 memory=139927422125696 CPUtime=0 cores=1,3,5,7
/proc/31622/task/31629/stat : 31629 (java) S 31619 31622 29448 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 42045831 14420725760 11841 33554432000 4194304 4196468 140725168127760 140163979090544 140164406737538 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29921280 140725168133204 140725168133385 140725168133385 140725168136143 0
[pid=31622/tid=31630] ppid=31619 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31622/task/31630/stat : 31630 (java) S 31619 31622 29448 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 42045832 14420725760 11841 33554432000 4194304 4196468 140725168127760 140163978036512 140164406736597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29921280 140725168133204 140725168133385 140725168133385 140725168136143 0
[pid=31622/tid=31631] ppid=31619 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31622/task/31631/stat : 31631 (java) S 31619 31622 29448 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 42045832 14420725760 11841 33554432000 4194304 4196468 140725168127760 140163517523568 140164406736597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29921280 140725168133204 140725168133385 140725168133385 140725168136143 0
[pid=31622/tid=31632] ppid=31619 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31622/task/31632/stat : 31632 (java) S 31619 31622 29448 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42045834 14420725760 11841 33554432000 4194304 4196468 140725168127760 140163516471888 140164406744987 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29921280 140725168133204 140725168133385 140725168133385 140725168136143 0
[pid=31622/tid=31633] ppid=31619 vsize=14082740 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/31622/task/31633/stat : 31633 (java) S 31619 31622 29448 0 -1 1077944384 421 0 0 0 2 0 0 0 20 0 15 0 42045834 14420725760 11841 33554432000 4194304 4196468 140725168127760 140163515418736 140164406737538 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29921280 140725168133204 140725168133385 140725168133385 140725168136143 0
[pid=31622/tid=31634] ppid=31619 vsize=14082740 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/31622/task/31634/stat : 31634 (java) S 31619 31622 29448 0 -1 1077944384 205 0 0 0 1 0 0 0 20 0 15 0 42045834 14420725760 11841 33554432000 4194304 4196468 140725168127760 140163514365936 140164406737538 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29921280 140725168133204 140725168133385 140725168133385 140725168136143 0
[pid=31622/tid=31635] ppid=31619 vsize=14082740 memory=139927422125696 CPUtime=0.07 cores=1,3,5,7
/proc/31622/task/31635/stat : 31635 (java) S 31619 31622 29448 0 -1 1077944384 305 0 0 0 7 0 0 0 20 0 15 0 42045834 14420725760 11841 33554432000 4194304 4196468 140725168127760 140163513313648 140164406737538 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29921280 140725168133204 140725168133385 140725168133385 140725168136143 0
[pid=31622/tid=31636] ppid=31619 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31622/task/31636/stat : 31636 (java) S 31619 31622 29448 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42045835 14420725760 11841 33554432000 4194304 4196468 140725168127760 140163512261088 140164406736597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29921280 140725168133204 140725168133385 140725168133385 140725168136143 0
[pid=31622/tid=31637] ppid=31619 vsize=14082740 memory=139927422125696 CPUtime=0 cores=1,3,5,7
/proc/31622/task/31637/stat : 31637 (java) S 31619 31622 29448 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42045835 14420725760 11841 33554432000 4194304 4196468 140725168127760 140163511208880 140164406737538 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29921280 140725168133204 140725168133385 140725168133385 140725168136143 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 47364 KiB

[startup+0.310476 s]*
/proc/loadavg: 2.20 1.45 1.41 6/217 31637
/proc/meminfo: memFree=15572620/32770624 swapFree=67108860/67108860
[pid=31622] ppid=31619 vsize=14082740 memory=50572 CPUtime=0.43 cores=1,3,5,7
/proc/31622/stat : 31622 (java) S 31619 31622 29448 0 -1 1077944320 10731 0 0 0 41 2 0 0 20 0 15 0 42045829 14420725760 12643 33554432000 4194304 4196468 140725168127760 140725168110304 140164406726391 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 29921280 140725168133204 140725168133385 140725168133385 140725168136143 0
/proc/31622/statm: 3520685 12643 3413 1 0 3482761 0
[pid=31622/tid=31624] ppid=31619 vsize=14082740 memory=7022364594140610616 CPUtime=0.3 cores=1,3,5,7
/proc/31622/task/31624/stat : 31624 (java) R 31619 31622 29448 0 -1 4202560 8408 0 0 0 29 1 0 0 20 0 15 0 42045829 14420725760 12643 33554432000 4194304 4196468 140725168127760 140164410935088 140164406738326 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29921280 140725168133204 140725168133385 140725168133385 140725168136143 0
[pid=31622/tid=31625] ppid=31619 vsize=14082740 memory=4294976237 CPUtime=0 cores=1,3,5,7
/proc/31622/task/31625/stat : 31625 (java) S 31619 31622 29448 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 42045830 14420725760 12643 33554432000 4194304 4196468 140725168127760 140164321794448 140164406736597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29921280 140725168133204 140725168133385 140725168133385 140725168136143 0
[pid=31622/tid=31626] ppid=31619 vsize=14082740 memory=288370303573837440 CPUtime=0 cores=1,3,5,7
/proc/31622/task/31626/stat : 31626 (java) S 31619 31622 29448 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42045830 14420725760 12643 33554432000 4194304 4196468 140725168127760 140164320741648 140164406736597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29921280 140725168133204 140725168133385 140725168133385 140725168136143 0
[pid=31622/tid=31627] ppid=31619 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31622/task/31627/stat : 31627 (java) S 31619 31622 29448 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 42045830 14420725760 12643 33554432000 4194304 4196468 140725168127760 140164319689360 140164406736597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29921280 140725168133204 140725168133385 140725168133385 140725168136143 0
[pid=31622/tid=31628] ppid=31619 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31622/task/31628/stat : 31628 (java) S 31619 31622 29448 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42045830 14420725760 12643 33554432000 4194304 4196468 140725168127760 140164318636560 140164406736597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29921280 140725168133204 140725168133385 140725168133385 140725168136143 0
[pid=31622/tid=31629] ppid=31619 vsize=14082740 memory=139927422125696 CPUtime=0 cores=1,3,5,7
/proc/31622/task/31629/stat : 31629 (java) S 31619 31622 29448 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 42045831 14420725760 12643 33554432000 4194304 4196468 140725168127760 140163979090544 140164406737538 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29921280 140725168133204 140725168133385 140725168133385 140725168136143 0
[pid=31622/tid=31630] ppid=31619 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31622/task/31630/stat : 31630 (java) S 31619 31622 29448 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 42045832 14420725760 12643 33554432000 4194304 4196468 140725168127760 140163978036512 140164406736597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29921280 140725168133204 140725168133385 140725168133385 140725168136143 0
[pid=31622/tid=31631] ppid=31619 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31622/task/31631/stat : 31631 (java) S 31619 31622 29448 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 42045832 14420725760 12643 33554432000 4194304 4196468 140725168127760 140163517523568 140164406736597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29921280 140725168133204 140725168133385 140725168133385 140725168136143 0
[pid=31622/tid=31632] ppid=31619 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31622/task/31632/stat : 31632 (java) S 31619 31622 29448 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42045834 14420725760 12643 33554432000 4194304 4196468 140725168127760 140163516471888 140164406744987 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29921280 140725168133204 140725168133385 140725168133385 140725168136143 0
[pid=31622/tid=31633] ppid=31619 vsize=14082740 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/31622/task/31633/stat : 31633 (java) S 31619 31622 29448 0 -1 1077944384 421 0 0 0 2 0 0 0 20 0 15 0 42045834 14420725760 12643 33554432000 4194304 4196468 140725168127760 140163515418736 140164406737538 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29921280 140725168133204 140725168133385 140725168133385 140725168136143 0
[pid=31622/tid=31634] ppid=31619 vsize=14082740 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/31622/task/31634/stat : 31634 (java) S 31619 31622 29448 0 -1 1077944384 205 0 0 0 2 0 0 0 20 0 15 0 42045834 14420725760 12643 33554432000 4194304 4196468 140725168127760 140163514365936 140164406737538 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29921280 140725168133204 140725168133385 140725168133385 140725168136143 0
[pid=31622/tid=31635] ppid=31619 vsize=14082740 memory=139927422125696 CPUtime=0.07 cores=1,3,5,7
/proc/31622/task/31635/stat : 31635 (java) R 31619 31622 29448 0 -1 4202560 314 0 0 0 7 0 0 0 20 0 15 0 42045834 14420725760 12643 33554432000 4194304 4196468 140725168127760 140163513313648 140164406738326 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29921280 140725168133204 140725168133385 140725168133385 140725168136143 0
[pid=31622/tid=31636] ppid=31619 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31622/task/31636/stat : 31636 (java) S 31619 31622 29448 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42045835 14420725760 12643 33554432000 4194304 4196468 140725168127760 140163512261088 140164406736597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29921280 140725168133204 140725168133385 140725168133385 140725168136143 0
[pid=31622/tid=31637] ppid=31619 vsize=14082740 memory=139927422125696 CPUtime=0 cores=1,3,5,7
/proc/31622/task/31637/stat : 31637 (java) S 31619 31622 29448 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42045835 14420725760 12643 33554432000 4194304 4196468 140725168127760 140163511208880 140164406737538 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29921280 140725168133204 140725168133385 140725168133385 140725168136143 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 50572 KiB

[startup+0.700705 s]
/proc/loadavg: 2.20 1.45 1.41 3/217 31637
/proc/meminfo: memFree=15548188/32770624 swapFree=67108860/67108860
[pid=31622] ppid=31619 vsize=14084808 memory=88844 CPUtime=1 cores=1,3,5,7
/proc/31622/stat : 31622 (java) S 31619 31622 29448 0 -1 1077944320 17609 0 0 0 96 4 0 0 20 0 15 0 42045829 14422843392 22211 33554432000 4194304 4196468 140725168127760 140725168110304 140164406726391 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 29921280 140725168133204 140725168133385 140725168133385 140725168136143 0
/proc/31622/statm: 3521202 22211 3489 1 0 3483273 0
[pid=31622/tid=31624] ppid=31619 vsize=14084808 memory=9516 CPUtime=0.68 cores=1,3,5,7
/proc/31622/task/31624/stat : 31624 (java) R 31619 31622 29448 0 -1 4202560 14857 0 0 0 65 3 0 0 20 0 15 0 42045829 14422843392 22211 33554432000 4194304 4196468 140725168127760 140164410949648 140164406748317 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29921280 140725168133204 140725168133385 140725168133385 140725168136143 0
[pid=31622/tid=31625] ppid=31619 vsize=14084808 memory=16444 CPUtime=0 cores=1,3,5,7
/proc/31622/task/31625/stat : 31625 (java) S 31619 31622 29448 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 42045830 14422843392 22211 33554432000 4194304 4196468 140725168127760 140164321794448 140164406736597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29921280 140725168133204 140725168133385 140725168133385 140725168136143 0
[pid=31622/tid=31626] ppid=31619 vsize=14084808 memory=640 CPUtime=0 cores=1,3,5,7
/proc/31622/task/31626/stat : 31626 (java) S 31619 31622 29448 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42045830 14422843392 22211 33554432000 4194304 4196468 140725168127760 140164320741648 140164406736597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29921280 140725168133204 140725168133385 140725168133385 140725168136143 0
[pid=31622/tid=31627] ppid=31619 vsize=14084808 memory=1796 CPUtime=0 cores=1,3,5,7
/proc/31622/task/31627/stat : 31627 (java) S 31619 31622 29448 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 42045830 14422843392 22211 33554432000 4194304 4196468 140725168127760 140164319689360 140164406736597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29921280 140725168133204 140725168133385 140725168133385 140725168136143 0
[pid=31622/tid=31628] ppid=31619 vsize=14084808 memory=960 CPUtime=0 cores=1,3,5,7
/proc/31622/task/31628/stat : 31628 (java) S 31619 31622 29448 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42045830 14422843392 22211 33554432000 4194304 4196468 140725168127760 140164318636560 140164406736597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29921280 140725168133204 140725168133385 140725168133385 140725168136143 0
[pid=31622/tid=31629] ppid=31619 vsize=14084808 memory=1240 CPUtime=0 cores=1,3,5,7
/proc/31622/task/31629/stat : 31629 (java) S 31619 31622 29448 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 42045831 14422843392 22211 33554432000 4194304 4196468 140725168127760 140163979090544 140164406737538 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29921280 140725168133204 140725168133385 140725168133385 140725168136143 0
[pid=31622/tid=31630] ppid=31619 vsize=14084808 memory=2340 CPUtime=0 cores=1,3,5,7
/proc/31622/task/31630/stat : 31630 (java) S 31619 31622 29448 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 42045832 14422843392 22211 33554432000 4194304 4196468 140725168127760 140163978036512 140164406736597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29921280 140725168133204 140725168133385 140725168133385 140725168136143 0
[pid=31622/tid=31631] ppid=31619 vsize=14084808 memory=2240 CPUtime=0 cores=1,3,5,7
/proc/31622/task/31631/stat : 31631 (java) S 31619 31622 29448 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 42045832 14422843392 22211 33554432000 4194304 4196468 140725168127760 140163517523568 140164406736597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29921280 140725168133204 140725168133385 140725168133385 140725168136143 0
[pid=31622/tid=31632] ppid=31619 vsize=14084808 memory=7086240636212695395 CPUtime=0 cores=1,3,5,7
/proc/31622/task/31632/stat : 31632 (java) S 31619 31622 29448 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42045834 14422843392 22211 33554432000 4194304 4196468 140725168127760 140163516471888 140164406744987 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29921280 140725168133204 140725168133385 140725168133385 140725168136143 0
[pid=31622/tid=31633] ppid=31619 vsize=14084808 memory=7881696724453321575 CPUtime=0.06 cores=1,3,5,7
/proc/31622/task/31633/stat : 31633 (java) S 31619 31622 29448 0 -1 1077944384 551 0 0 0 6 0 0 0 20 0 15 0 42045834 14422843392 22211 33554432000 4194304 4196468 140725168127760 140163515418736 140164406737538 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29921280 140725168133204 140725168133385 140725168133385 140725168136143 0
[pid=31622/tid=31634] ppid=31619 vsize=14084808 memory=7236547281622689387 CPUtime=0.08 cores=1,3,5,7
/proc/31622/task/31634/stat : 31634 (java) S 31619 31622 29448 0 -1 1077944384 386 0 0 0 8 0 0 0 20 0 15 0 42045834 14422843392 22211 33554432000 4194304 4196468 140725168127760 140163514365936 140164406737538 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29921280 140725168133204 140725168133385 140725168133385 140725168136143 0
[pid=31622/tid=31635] ppid=31619 vsize=14084808 memory=0 CPUtime=0.15 cores=1,3,5,7
/proc/31622/task/31635/stat : 31635 (java) R 31619 31622 29448 0 -1 4202560 432 0 0 0 15 0 0 0 20 0 15 0 42045834 14422843392 22211 33554432000 4194304 4196468 140725168127760 140163513313648 140164406747738 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29921280 140725168133204 140725168133385 140725168133385 140725168136143 0
[pid=31622/tid=31636] ppid=31619 vsize=14084808 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31622/task/31636/stat : 31636 (java) S 31619 31622 29448 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42045835 14422843392 22211 33554432000 4194304 4196468 140725168127760 140163512261088 140164406736597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29921280 140725168133204 140725168133385 140725168133385 140725168136143 0
[pid=31622/tid=31637] ppid=31619 vsize=14084808 memory=1224 CPUtime=0 cores=1,3,5,7
/proc/31622/task/31637/stat : 31637 (java) S 31619 31622 29448 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42045835 14422843392 22211 33554432000 4194304 4196468 140725168127760 140163511208880 140164406737538 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29921280 140725168133204 140725168133385 140725168133385 140725168136143 0
Current children cumulated CPU time: 1 s
Current children cumulated vsize: 14084808 KiB
Current children cumulated memory: 88844 KiB

[startup+1.50074 s]
/proc/loadavg: 2.34 1.49 1.42 4/217 31637
/proc/meminfo: memFree=15324004/32770624 swapFree=67108860/67108860
[pid=31622] ppid=31619 vsize=14086856 memory=432924 CPUtime=2.75 cores=1,3,5,7
/proc/31622/stat : 31622 (java) S 31619 31622 29448 0 -1 1077944320 19541 0 0 0 250 25 0 0 20 0 15 0 42045829 14424940544 108231 33554432000 4194304 4196468 140725168127760 140725168110304 140164406726391 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 29921280 140725168133204 140725168133385 140725168133385 140725168136143 0
/proc/31622/statm: 3521714 108231 3555 1 0 3483785 0
[pid=31622/tid=31624] ppid=31619 vsize=14086856 memory=375420 CPUtime=1.4 cores=1,3,5,7
/proc/31622/task/31624/stat : 31624 (java) R 31619 31622 29448 0 -1 4202560 15273 0 0 0 133 7 0 0 20 0 15 0 42045829 14424940544 108231 33554432000 4194304 4196468 140725168127760 140164410960360 140163996381840 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29921280 140725168133204 140725168133385 140725168133385 140725168136143 0
[pid=31622/tid=31625] ppid=31619 vsize=14086856 memory=6791534058613427641 CPUtime=0.07 cores=1,3,5,7
/proc/31622/task/31625/stat : 31625 (java) S 31619 31622 29448 0 -1 1077944384 92 0 0 0 3 4 0 0 20 0 15 0 42045830 14424940544 108231 33554432000 4194304 4196468 140725168127760 140164321794448 140164406736597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29921280 140725168133204 140725168133385 140725168133385 140725168136143 0
[pid=31622/tid=31626] ppid=31619 vsize=14086856 memory=0 CPUtime=0.06 cores=1,3,5,7
/proc/31622/task/31626/stat : 31626 (java) S 31619 31622 29448 0 -1 1077944384 109 0 0 0 3 3 0 0 20 0 15 0 42045830 14424940544 108231 33554432000 4194304 4196468 140725168127760 140164320741648 140164406736597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29921280 140725168133204 140725168133385 140725168133385 140725168136143 0
[pid=31622/tid=31627] ppid=31619 vsize=14086856 memory=0 CPUtime=0.06 cores=1,3,5,7
/proc/31622/task/31627/stat : 31627 (java) S 31619 31622 29448 0 -1 1077944384 104 0 0 0 3 3 0 0 20 0 15 0 42045830 14424940544 108231 33554432000 4194304 4196468 140725168127760 140164319689360 140164406736597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29921280 140725168133204 140725168133385 140725168133385 140725168136143 0
[pid=31622/tid=31628] ppid=31619 vsize=14086856 memory=0 CPUtime=0.06 cores=1,3,5,7
/proc/31622/task/31628/stat : 31628 (java) S 31619 31622 29448 0 -1 1077944384 161 0 0 0 2 4 0 0 20 0 15 0 42045830 14424940544 108231 33554432000 4194304 4196468 140725168127760 140164318636560 140164406736597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29921280 140725168133204 140725168133385 140725168133385 140725168136143 0
[pid=31622/tid=31629] ppid=31619 vsize=14086856 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31622/task/31629/stat : 31629 (java) S 31619 31622 29448 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 15 0 42045831 14424940544 108231 33554432000 4194304 4196468 140725168127760 140163979090544 140164406737538 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29921280 140725168133204 140725168133385 140725168133385 140725168136143 0

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

[pid=31622/tid=31636] ppid=31619 vsize=14090952 memory=4048 CPUtime=0 cores=1,3,5,7
/proc/31622/task/31636/stat : 31636 (java) S 31619 31622 29448 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42045835 14429134848 2935453 33554432000 4194304 4196468 140725168127760 140163512261088 140164406736597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29921280 140725168133204 140725168133385 140725168133385 140725168136143 0
[pid=31622/tid=31637] ppid=31619 vsize=14090952 memory=9516 CPUtime=0.01 cores=1,3,5,7
/proc/31622/task/31637/stat : 31637 (java) S 31619 31622 29448 0 -1 1077944384 516 0 0 0 0 1 0 0 20 0 15 0 42045835 14429134848 2935453 33554432000 4194304 4196468 140725168127760 140163511208880 140164406737538 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29921280 140725168133204 140725168133385 140725168133385 140725168136143 0
Current children cumulated CPU time: 76.28 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 11741812 KiB

[startup+34.4007 s]
/proc/loadavg: 2.26 1.56 1.44 4/217 31637
/proc/meminfo: memFree=3895752/32770624 swapFree=67108860/67108860
[pid=31622] ppid=31619 vsize=14090952 memory=11742000 CPUtime=79.03 cores=1,3,5,7
/proc/31622/stat : 31622 (java) S 31619 31622 29448 0 -1 1077944320 740625 0 0 0 6803 1100 0 0 20 0 15 0 42045829 14429134848 2935500 33554432000 4194304 4196468 140725168127760 140725168110304 140164406726391 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 29921280 140725168133204 140725168133385 140725168133385 140725168136143 0
/proc/31622/statm: 3522738 2935500 3591 1 0 3484809 0
[pid=31622/tid=31624] ppid=31619 vsize=14090952 memory=11741812 CPUtime=19.08 cores=1,3,5,7
/proc/31622/task/31624/stat : 31624 (java) S 31619 31622 29448 0 -1 1077944384 28504 0 0 0 1882 26 0 0 20 0 15 0 42045829 14429134848 2935500 33554432000 4194304 4196468 140725168127760 140164410961904 140164406736597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29921280 140725168133204 140725168133385 140725168133385 140725168136143 0
[pid=31622/tid=31625] ppid=31619 vsize=14090952 memory=6791534058613427641 CPUtime=14.08 cores=1,3,5,7
/proc/31622/task/31625/stat : 31625 (java) S 31619 31622 29448 0 -1 1077944384 159639 0 0 0 1168 240 0 0 20 0 15 0 42045830 14429134848 2935500 33554432000 4194304 4196468 140725168127760 140164321794448 140164406736597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29921280 140725168133204 140725168133385 140725168133385 140725168136143 0
[pid=31622/tid=31626] ppid=31619 vsize=14090952 memory=920 CPUtime=14.16 cores=1,3,5,7
/proc/31622/task/31626/stat : 31626 (java) S 31619 31622 29448 0 -1 1077944384 164144 0 0 0 1125 291 0 0 20 0 15 0 42045830 14429134848 2935500 33554432000 4194304 4196468 140725168127760 140164320741648 140164406736597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29921280 140725168133204 140725168133385 140725168133385 140725168136143 0
[pid=31622/tid=31627] ppid=31619 vsize=14090952 memory=3848 CPUtime=14.11 cores=1,3,5,7
/proc/31622/task/31627/stat : 31627 (java) S 31619 31622 29448 0 -1 1077944384 143685 0 0 0 1147 264 0 0 20 0 15 0 42045830 14429134848 2935500 33554432000 4194304 4196468 140725168127760 140164319689360 140164406736597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29921280 140725168133204 140725168133385 140725168133385 140725168136143 0
[pid=31622/tid=31628] ppid=31619 vsize=14090952 memory=3300 CPUtime=14.02 cores=1,3,5,7
/proc/31622/task/31628/stat : 31628 (java) S 31619 31622 29448 0 -1 1077944384 207042 0 0 0 1133 269 0 0 20 0 15 0 42045830 14429134848 2935500 33554432000 4194304 4196468 140725168127760 140164318636560 140164406736597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29921280 140725168133204 140725168133385 140725168133385 140725168136143 0
[pid=31622/tid=31629] ppid=31619 vsize=14090952 memory=4172 CPUtime=1.06 cores=1,3,5,7
/proc/31622/task/31629/stat : 31629 (java) R 31619 31622 29448 0 -1 4202560 28762 0 0 0 104 2 0 0 20 0 15 0 42045831 14429134848 2935500 33554432000 4194304 4196468 140725168127760 140163979089088 140164385096552 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29921280 140725168133204 140725168133385 140725168133385 140725168136143 0
[pid=31622/tid=31630] ppid=31619 vsize=14090952 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/31622/task/31630/stat : 31630 (java) S 31619 31622 29448 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 42045832 14429134848 2935500 33554432000 4194304 4196468 140725168127760 140163978036112 140164406737538 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29921280 140725168133204 140725168133385 140725168133385 140725168136143 0
[pid=31622/tid=31631] ppid=31619 vsize=14090952 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31622/task/31631/stat : 31631 (java) S 31619 31622 29448 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 42045832 14429134848 2935500 33554432000 4194304 4196468 140725168127760 140163517523584 140164406736597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29921280 140725168133204 140725168133385 140725168133385 140725168136143 0
[pid=31622/tid=31632] ppid=31619 vsize=14090952 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31622/task/31632/stat : 31632 (java) S 31619 31622 29448 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42045834 14429134848 2935500 33554432000 4194304 4196468 140725168127760 140163516471888 140164406744987 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29921280 140725168133204 140725168133385 140725168133385 140725168136143 0
[pid=31622/tid=31633] ppid=31619 vsize=14090952 memory=0 CPUtime=0.93 cores=1,3,5,7
/proc/31622/task/31633/stat : 31633 (java) S 31619 31622 29448 0 -1 1077944384 2677 0 0 0 92 1 0 0 20 0 15 0 42045834 14429134848 2935500 33554432000 4194304 4196468 140725168127760 140163515418736 140164406737538 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29921280 140725168133204 140725168133385 140725168133385 140725168136143 0
[pid=31622/tid=31634] ppid=31619 vsize=14090952 memory=93 CPUtime=0.95 cores=1,3,5,7
/proc/31622/task/31634/stat : 31634 (java) S 31619 31622 29448 0 -1 1077944384 1771 0 0 0 95 0 0 0 20 0 15 0 42045834 14429134848 2935500 33554432000 4194304 4196468 140725168127760 140163514365936 140164406737538 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29921280 140725168133204 140725168133385 140725168133385 140725168136143 0
[pid=31622/tid=31635] ppid=31619 vsize=14090952 memory=95 CPUtime=0.53 cores=1,3,5,7
/proc/31622/task/31635/stat : 31635 (java) S 31619 31622 29448 0 -1 1077944384 2477 0 0 0 52 1 0 0 20 0 15 0 42045834 14429134848 2935500 33554432000 4194304 4196468 140725168127760 140163513313648 140164406737538 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29921280 140725168133204 140725168133385 140725168133385 140725168136143 0
[pid=31622/tid=31636] ppid=31619 vsize=14090952 memory=53 CPUtime=0 cores=1,3,5,7
/proc/31622/task/31636/stat : 31636 (java) S 31619 31622 29448 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42045835 14429134848 2935500 33554432000 4194304 4196468 140725168127760 140163512261088 140164406736597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29921280 140725168133204 140725168133385 140725168133385 140725168136143 0
[pid=31622/tid=31637] ppid=31619 vsize=14090952 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/31622/task/31637/stat : 31637 (java) S 31619 31622 29448 0 -1 1077944384 518 0 0 0 0 1 0 0 20 0 15 0 42045835 14429134848 2935500 33554432000 4194304 4196468 140725168127760 140163511208880 140164406737538 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29921280 140725168133204 140725168133385 140725168133385 140725168136143 0
Current children cumulated CPU time: 79.03 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 11742000 KiB

[startup+35.2012 s]
/proc/loadavg: 2.26 1.56 1.44 7/217 31637
/proc/meminfo: memFree=3895804/32770624 swapFree=67108860/67108860
[pid=31622] ppid=31619 vsize=14090952 memory=11742008 CPUtime=81.82 cores=1,3,5,7
/proc/31622/stat : 31622 (java) S 31619 31622 29448 0 -1 1077944320 741061 0 0 0 7082 1100 0 0 20 0 15 0 42045829 14429134848 2935502 33554432000 4194304 4196468 140725168127760 140725168110304 140164406726391 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 29921280 140725168133204 140725168133385 140725168133385 140725168136143 0
/proc/31622/statm: 3522738 2935502 3591 1 0 3484809 0
[pid=31622/tid=31624] ppid=31619 vsize=14090952 memory=11741812 CPUtime=19.08 cores=1,3,5,7
/proc/31622/task/31624/stat : 31624 (java) S 31619 31622 29448 0 -1 1077944384 28505 0 0 0 1882 26 0 0 20 0 15 0 42045829 14429134848 2935502 33554432000 4194304 4196468 140725168127760 140164410961936 140164406736597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29921280 140725168133204 140725168133385 140725168133385 140725168136143 0
[pid=31622/tid=31625] ppid=31619 vsize=14090952 memory=1728 CPUtime=14.74 cores=1,3,5,7
/proc/31622/task/31625/stat : 31625 (java) R 31619 31622 29448 0 -1 4202560 159723 0 0 0 1234 240 0 0 20 0 15 0 42045830 14429134848 2935502 33554432000 4194304 4196468 140725168127760 140164321794448 140164391677863 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29921280 140725168133204 140725168133385 140725168133385 140725168136143 0
[pid=31622/tid=31626] ppid=31619 vsize=14090952 memory=6791534058613427641 CPUtime=14.83 cores=1,3,5,7
/proc/31622/task/31626/stat : 31626 (java) R 31619 31622 29448 0 -1 4202560 164211 0 0 0 1192 291 0 0 20 0 15 0 42045830 14429134848 2935502 33554432000 4194304 4196468 140725168127760 140164320741536 140164391678035 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 29921280 140725168133204 140725168133385 140725168133385 140725168136143 0
[pid=31622/tid=31627] ppid=31619 vsize=14090952 memory=15872 CPUtime=14.76 cores=1,3,5,7
/proc/31622/task/31627/stat : 31627 (java) R 31619 31622 29448 0 -1 4202560 143896 0 0 0 1212 264 0 0 20 0 15 0 42045830 14429134848 2935502 33554432000 4194304 4196468 140725168127760 140164319689360 140164391711687 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29921280 140725168133204 140725168133385 140725168133385 140725168136143 0
[pid=31622/tid=31628] ppid=31619 vsize=14090952 memory=4048 CPUtime=14.68 cores=1,3,5,7
/proc/31622/task/31628/stat : 31628 (java) R 31619 31622 29448 0 -1 4202560 207101 0 0 0 1199 269 0 0 20 0 15 0 42045830 14429134848 2935502 33554432000 4194304 4196468 140725168127760 140164318636760 140164391677863 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29921280 140725168133204 140725168133385 140725168133385 140725168136143 0
[pid=31622/tid=31629] ppid=31619 vsize=14090952 memory=9516 CPUtime=1.19 cores=1,3,5,7
/proc/31622/task/31629/stat : 31629 (java) S 31619 31622 29448 0 -1 1077944384 28771 0 0 0 117 2 0 0 20 0 15 0 42045831 14429134848 2935502 33554432000 4194304 4196468 140725168127760 140163979088880 140164406736597 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29921280 140725168133204 140725168133385 140725168133385 140725168136143 0
[pid=31622/tid=31630] ppid=31619 vsize=14090952 memory=16444 CPUtime=0 cores=1,3,5,7
/proc/31622/task/31630/stat : 31630 (java) S 31619 31622 29448 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 42045832 14429134848 2935502 33554432000 4194304 4196468 140725168127760 140163978036112 140164406737538 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29921280 140725168133204 140725168133385 140725168133385 140725168136143 0
[pid=31622/tid=31631] ppid=31619 vsize=14090952 memory=640 CPUtime=0 cores=1,3,5,7
/proc/31622/task/31631/stat : 31631 (java) S 31619 31622 29448 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 42045832 14429134848 2935502 33554432000 4194304 4196468 140725168127760 140163517523584 140164406736597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29921280 140725168133204 140725168133385 140725168133385 140725168136143 0
[pid=31622/tid=31632] ppid=31619 vsize=14090952 memory=4465 CPUtime=0 cores=1,3,5,7
/proc/31622/task/31632/stat : 31632 (java) S 31619 31622 29448 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42045834 14429134848 2935502 33554432000 4194304 4196468 140725168127760 140163516471888 140164406744987 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29921280 140725168133204 140725168133385 140725168133385 140725168136143 0
[pid=31622/tid=31633] ppid=31619 vsize=14090952 memory=4420 CPUtime=0.93 cores=1,3,5,7
/proc/31622/task/31633/stat : 31633 (java) S 31619 31622 29448 0 -1 1077944384 2679 0 0 0 92 1 0 0 20 0 15 0 42045834 14429134848 2935502 33554432000 4194304 4196468 140725168127760 140163515418736 140164406737538 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29921280 140725168133204 140725168133385 140725168133385 140725168136143 0
[pid=31622/tid=31634] ppid=31619 vsize=14090952 memory=0 CPUtime=0.95 cores=1,3,5,7
/proc/31622/task/31634/stat : 31634 (java) S 31619 31622 29448 0 -1 1077944384 1773 0 0 0 95 0 0 0 20 0 15 0 42045834 14429134848 2935502 33554432000 4194304 4196468 140725168127760 140163514365936 140164406737538 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29921280 140725168133204 140725168133385 140725168133385 140725168136143 0
[pid=31622/tid=31635] ppid=31619 vsize=14090952 memory=4420 CPUtime=0.53 cores=1,3,5,7
/proc/31622/task/31635/stat : 31635 (java) S 31619 31622 29448 0 -1 1077944384 2480 0 0 0 52 1 0 0 20 0 15 0 42045834 14429134848 2935502 33554432000 4194304 4196468 140725168127760 140163513313648 140164406737538 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29921280 140725168133204 140725168133385 140725168133385 140725168136143 0
[pid=31622/tid=31636] ppid=31619 vsize=14090952 memory=6628 CPUtime=0 cores=1,3,5,7
/proc/31622/task/31636/stat : 31636 (java) S 31619 31622 29448 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42045835 14429134848 2935502 33554432000 4194304 4196468 140725168127760 140163512261088 140164406736597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29921280 140725168133204 140725168133385 140725168133385 140725168136143 0
[pid=31622/tid=31637] ppid=31619 vsize=14090952 memory=8836 CPUtime=0.01 cores=1,3,5,7
/proc/31622/task/31637/stat : 31637 (java) S 31619 31622 29448 0 -1 1077944384 518 0 0 0 0 1 0 0 20 0 15 0 42045835 14429134848 2935502 33554432000 4194304 4196468 140725168127760 140163511208880 140164406737538 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29921280 140725168133204 140725168133385 140725168133385 140725168136143 0
Current children cumulated CPU time: 81.82 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 11742008 KiB

[startup+35.4012 s]
/proc/loadavg: 2.26 1.56 1.44 7/217 31637
/proc/meminfo: memFree=3895804/32770624 swapFree=67108860/67108860
[pid=31622] ppid=31619 vsize=14090952 memory=11742084 CPUtime=82.43 cores=1,3,5,7
/proc/31622/stat : 31622 (java) S 31619 31622 29448 0 -1 1077944320 741334 0 0 0 7143 1100 0 0 20 0 15 0 42045829 14429134848 2935521 33554432000 4194304 4196468 140725168127760 140725168110304 140164406726391 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 29921280 140725168133204 140725168133385 140725168133385 140725168136143 0
/proc/31622/statm: 3522738 2935521 3592 1 0 3484809 0
[pid=31622/tid=31624] ppid=31619 vsize=14090952 memory=0 CPUtime=19.08 cores=1,3,5,7
/proc/31622/task/31624/stat : 31624 (java) S 31619 31622 29448 0 -1 1077944384 28582 0 0 0 1882 26 0 0 20 0 15 0 42045829 14429134848 2935521 33554432000 4194304 4196468 140725168127760 140164410965664 140164406736597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29921280 140725168133204 140725168133385 140725168133385 140725168136143 0
[pid=31622/tid=31625] ppid=31619 vsize=14090952 memory=1143 CPUtime=14.88 cores=1,3,5,7
/proc/31622/task/31625/stat : 31625 (java) R 31619 31622 29448 0 -1 4202560 159876 0 0 0 1248 240 0 0 20 0 15 0 42045830 14429134848 2935521 33554432000 4194304 4196468 140725168127760 140164321794448 140164391677863 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29921280 140725168133204 140725168133385 140725168133385 140725168136143 0
[pid=31622/tid=31626] ppid=31619 vsize=14090952 memory=252 CPUtime=14.97 cores=1,3,5,7
/proc/31622/task/31626/stat : 31626 (java) R 31619 31622 29448 0 -1 4202560 164217 0 0 0 1206 291 0 0 20 0 15 0 42045830 14429134848 2935521 33554432000 4194304 4196468 140725168127760 140164320741848 140164391677047 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 29921280 140725168133204 140725168133385 140725168133385 140725168136143 0
[pid=31622/tid=31627] ppid=31619 vsize=14090952 memory=109 CPUtime=14.9 cores=1,3,5,7
/proc/31622/task/31627/stat : 31627 (java) R 31619 31622 29448 0 -1 4202560 143903 0 0 0 1226 264 0 0 20 0 15 0 42045830 14429134848 2935521 33554432000 4194304 4196468 140725168127760 140164319689360 140164391677863 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29921280 140725168133204 140725168133385 140725168133385 140725168136143 0
[pid=31622/tid=31628] ppid=31619 vsize=14090952 memory=11741524 CPUtime=14.82 cores=1,3,5,7
/proc/31622/task/31628/stat : 31628 (java) R 31619 31622 29448 0 -1 4202560 207131 0 0 0 1213 269 0 0 20 0 15 0 42045830 14429134848 2935521 33554432000 4194304 4196468 140725168127760 140164318636560 140164391678708 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29921280 140725168133204 140725168133385 140725168133385 140725168136143 0
[pid=31622/tid=31629] ppid=31619 vsize=14090952 memory=0 CPUtime=1.25 cores=1,3,5,7
/proc/31622/task/31629/stat : 31629 (java) S 31619 31622 29448 0 -1 1077944384 28771 0 0 0 123 2 0 0 20 0 15 0 42045831 14429134848 2935521 33554432000 4194304 4196468 140725168127760 140163979088864 140164406736597 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29921280 140725168133204 140725168133385 140725168133385 140725168136143 0
[pid=31622/tid=31630] ppid=31619 vsize=14090952 memory=4140 CPUtime=0 cores=1,3,5,7
/proc/31622/task/31630/stat : 31630 (java) S 31619 31622 29448 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 42045832 14429134848 2935521 33554432000 4194304 4196468 140725168127760 140163978036576 140164406736597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29921280 140725168133204 140725168133385 140725168133385 140725168136143 0
[pid=31622/tid=31631] ppid=31619 vsize=14090952 memory=14396 CPUtime=0 cores=1,3,5,7
/proc/31622/task/31631/stat : 31631 (java) S 31619 31622 29448 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 42045832 14429134848 2935521 33554432000 4194304 4196468 140725168127760 140163517523584 140164406736597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29921280 140725168133204 140725168133385 140725168133385 140725168136143 0
[pid=31622/tid=31632] ppid=31619 vsize=14090952 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/31622/task/31632/stat : 31632 (java) S 31619 31622 29448 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42045834 14429134848 2935521 33554432000 4194304 4196468 140725168127760 140163516471888 140164406744987 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29921280 140725168133204 140725168133385 140725168133385 140725168136143 0
[pid=31622/tid=31633] ppid=31619 vsize=14090952 memory=2340 CPUtime=0.93 cores=1,3,5,7
/proc/31622/task/31633/stat : 31633 (java) S 31619 31622 29448 0 -1 1077944384 2679 0 0 0 92 1 0 0 20 0 15 0 42045834 14429134848 2935521 33554432000 4194304 4196468 140725168127760 140163515418736 140164406737538 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29921280 140725168133204 140725168133385 140725168133385 140725168136143 0
[pid=31622/tid=31634] ppid=31619 vsize=14090952 memory=1728 CPUtime=0.95 cores=1,3,5,7
/proc/31622/task/31634/stat : 31634 (java) S 31619 31622 29448 0 -1 1077944384 1773 0 0 0 95 0 0 0 20 0 15 0 42045834 14429134848 2935521 33554432000 4194304 4196468 140725168127760 140163514365936 140164406737538 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29921280 140725168133204 140725168133385 140725168133385 140725168136143 0
[pid=31622/tid=31635] ppid=31619 vsize=14090952 memory=1928 CPUtime=0.53 cores=1,3,5,7
/proc/31622/task/31635/stat : 31635 (java) S 31619 31622 29448 0 -1 1077944384 2480 0 0 0 52 1 0 0 20 0 15 0 42045834 14429134848 2935521 33554432000 4194304 4196468 140725168127760 140163513313648 140164406737538 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29921280 140725168133204 140725168133385 140725168133385 140725168136143 0
[pid=31622/tid=31636] ppid=31619 vsize=14090952 memory=1008 CPUtime=0 cores=1,3,5,7
/proc/31622/task/31636/stat : 31636 (java) S 31619 31622 29448 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42045835 14429134848 2935521 33554432000 4194304 4196468 140725168127760 140163512261088 140164406736597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29921280 140725168133204 140725168133385 140725168133385 140725168136143 0
[pid=31622/tid=31637] ppid=31619 vsize=14090952 memory=11710548 CPUtime=0.01 cores=1,3,5,7
/proc/31622/task/31637/stat : 31637 (java) S 31619 31622 29448 0 -1 1077944384 518 0 0 0 0 1 0 0 20 0 15 0 42045835 14429134848 2935521 33554432000 4194304 4196468 140725168127760 140163511208880 140164406737538 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29921280 140725168133204 140725168133385 140725168133385 140725168136143 0
Current children cumulated CPU time: 82.43 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 11742084 KiB

[startup+35.5007 s]
/proc/loadavg: 2.26 1.56 1.44 7/217 31637
/proc/meminfo: memFree=3895804/32770624 swapFree=67108860/67108860
[pid=31622] ppid=31619 vsize=14090952 memory=7762316 CPUtime=82.61 cores=1,3,5,7
/proc/31622/stat : 31622 (java) S 31619 31622 29448 0 -1 1077944320 741459 0 0 0 7160 1101 0 0 20 0 15 0 42045829 14429134848 1940579 33554432000 4194304 4196468 140725168127760 140725168110304 140164406726391 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 29921280 140725168133204 140725168133385 140725168133385 140725168136143 0
/proc/31622/statm: 3522738 1940579 3592 1 0 3484809 0
[pid=31622/tid=31624] ppid=31619 vsize=14090952 memory=11742008 CPUtime=19.08 cores=1,3,5,7
/proc/31622/task/31624/stat : 31624 (java) S 31619 31622 29448 0 -1 1077944384 28582 0 0 0 1882 26 0 0 20 0 15 0 42045829 14429134848 1940579 33554432000 4194304 4196468 140725168127760 140164410965664 140164406736597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29921280 140725168133204 140725168133385 140725168133385 140725168136143 0
[pid=31622/tid=31625] ppid=31619 vsize=14090952 memory=11741812 CPUtime=14.91 cores=1,3,5,7
/proc/31622/task/31625/stat : 31625 (java) S 31619 31622 29448 0 -1 1077944384 159931 0 0 0 1251 240 0 0 20 0 15 0 42045830 14429134848 1940579 33554432000 4194304 4196468 140725168127760 140164321794448 140164406736597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29921280 140725168133204 140725168133385 140725168133385 140725168136143 0
[pid=31622/tid=31626] ppid=31619 vsize=14090952 memory=11742008 CPUtime=14.99 cores=1,3,5,7
/proc/31622/task/31626/stat : 31626 (java) S 31619 31622 29448 0 -1 1077944384 164227 0 0 0 1208 291 0 0 20 0 15 0 42045830 14429134848 1940579 33554432000 4194304 4196468 140725168127760 140164320741648 140164406736597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29921280 140725168133204 140725168133385 140725168133385 140725168136143 0
[pid=31622/tid=31627] ppid=31619 vsize=14090952 memory=11742008 CPUtime=14.92 cores=1,3,5,7
/proc/31622/task/31627/stat : 31627 (java) S 31619 31622 29448 0 -1 1077944384 143959 0 0 0 1228 264 0 0 20 0 15 0 42045830 14429134848 1940579 33554432000 4194304 4196468 140725168127760 140164319689360 140164406736597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29921280 140725168133204 140725168133385 140725168133385 140725168136143 0
[pid=31622/tid=31628] ppid=31619 vsize=14090952 memory=279854566752512 CPUtime=14.85 cores=1,3,5,7
/proc/31622/task/31628/stat : 31628 (java) S 31619 31622 29448 0 -1 1077944384 207131 0 0 0 1216 269 0 0 20 0 15 0 42045830 14429134848 1940579 33554432000 4194304 4196468 140725168127760 140164318636560 140164406736597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29921280 140725168133204 140725168133385 140725168133385 140725168136143 0
[pid=31622/tid=31629] ppid=31619 vsize=14090952 memory=1 CPUtime=1.32 cores=1,3,5,7
/proc/31622/task/31629/stat : 31629 (java) R 31619 31622 29448 0 -1 4202560 28772 0 0 0 130 2 0 0 20 0 15 0 42045831 14429134848 1940579 33554432000 4194304 4196468 140725168127760 140163979089088 140164399443354 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29921280 140725168133204 140725168133385 140725168133385 140725168136143 0
[pid=31622/tid=31630] ppid=31619 vsize=14090952 memory=7025724 CPUtime=0 cores=1,3,5,7
/proc/31622/task/31630/stat : 31630 (java) S 31619 31622 29448 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 42045832 14429134848 1940579 33554432000 4194304 4196468 140725168127760 140163978036576 140164406736597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29921280 140725168133204 140725168133385 140725168133385 140725168136143 0
[pid=31622/tid=31631] ppid=31619 vsize=14090952 memory=7518023259226791573 CPUtime=0 cores=1,3,5,7
/proc/31622/task/31631/stat : 31631 (java) S 31619 31622 29448 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 42045832 14429134848 1940579 33554432000 4194304 4196468 140725168127760 140163517523584 140164406736597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29921280 140725168133204 140725168133385 140725168133385 140725168136143 0
[pid=31622/tid=31632] ppid=31619 vsize=14090952 memory=8380 CPUtime=0 cores=1,3,5,7
/proc/31622/task/31632/stat : 31632 (java) S 31619 31622 29448 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42045834 14429134848 1940579 33554432000 4194304 4196468 140725168127760 140163516471888 140164406744987 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29921280 140725168133204 140725168133385 140725168133385 140725168136143 0
[pid=31622/tid=31633] ppid=31619 vsize=14090952 memory=14008 CPUtime=0.93 cores=1,3,5,7
/proc/31622/task/31633/stat : 31633 (java) S 31619 31622 29448 0 -1 1077944384 2679 0 0 0 92 1 0 0 20 0 15 0 42045834 14429134848 1940579 33554432000 4194304 4196468 140725168127760 140163515418736 140164406737538 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29921280 140725168133204 140725168133385 140725168133385 140725168136143 0
[pid=31622/tid=31634] ppid=31619 vsize=14090952 memory=1440 CPUtime=0.95 cores=1,3,5,7
/proc/31622/task/31634/stat : 31634 (java) S 31619 31622 29448 0 -1 1077944384 1773 0 0 0 95 0 0 0 20 0 15 0 42045834 14429134848 1940579 33554432000 4194304 4196468 140725168127760 140163514365936 140164406737538 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29921280 140725168133204 140725168133385 140725168133385 140725168136143 0
[pid=31622/tid=31635] ppid=31619 vsize=14090952 memory=0 CPUtime=0.53 cores=1,3,5,7
/proc/31622/task/31635/stat : 31635 (java) S 31619 31622 29448 0 -1 1077944384 2480 0 0 0 52 1 0 0 20 0 15 0 42045834 14429134848 1940579 33554432000 4194304 4196468 140725168127760 140163513313648 140164406737538 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29921280 140725168133204 140725168133385 140725168133385 140725168136143 0
[pid=31622/tid=31636] ppid=31619 vsize=14090952 memory=7810461560700432231 CPUtime=0 cores=1,3,5,7
/proc/31622/task/31636/stat : 31636 (java) S 31619 31622 29448 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42045835 14429134848 1940579 33554432000 4194304 4196468 140725168127760 140163512261088 140164406736597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29921280 140725168133204 140725168133385 140725168133385 140725168136143 0
[pid=31622/tid=31637] ppid=31619 vsize=14090952 memory=11742008 CPUtime=0.01 cores=1,3,5,7
/proc/31622/task/31637/stat : 31637 (java) S 31619 31622 29448 0 -1 1077944384 518 0 0 0 0 1 0 0 20 0 15 0 42045835 14429134848 1940579 33554432000 4194304 4196468 140725168127760 140163511208880 140164406737538 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29921280 140725168133204 140725168133385 140725168133385 140725168136143 0
Current children cumulated CPU time: 82.61 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 7762316 KiB

Child status: 1
Real time (s): 35.5911
CPU time (s): 82.7079
CPU user time (s): 71.6091
CPU system time (s): 11.0988
CPU usage (%): 232.384
Max. virtual memory (cumulated for all children) (KiB): 14090952
Max. memory (cumulated for all children) (KiB): 11742084

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71.6091
system time used= 11.0988
maximum resident set size= 11742092
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 741648
page faults= 0
swaps= 0
block input operations= 0
block output operations= 152
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10184
involuntary context switches= 614


# summary of solver processes directly reported to runsolver:
#   pid: 31622
#   total CPU time (s): 82.7079
#   total CPU user time (s): 71.6091
#   total CPU system time (s): 11.0988

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.252667 second user time and 0.374825 second system time

The end

Launcher Data

Begin job on node102 at 2018-07-22 09:33:47
IDJOB=4291475
IDBENCH=141315
IDSOLVER=2746
FILE ID=node102/4291475-1532244826
RUNJOBID= node102-1532226016-29480
PBS_JOBID= 21018947
Free space on /tmp= 53168 MiB

SOLVER NAME= OscaR - Hybrid 2018-07-02
BENCH NAME= XCSP18/CrosswordDesign/CrosswordDesign-11-4-rom_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-hybrid.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4291475-1532244826/watcher-4291475-1532244826 -o /tmp/evaluation-result-4291475-1532244826/solver-4291475-1532244826 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node102-1532226016-29480 --watchdog 2560  java -Xmx11000m -jar oscarCPXcsp3-hybrid.jar --randomseed 1410304064 --timelimit 2400 --memlimit 11000 --nbcore 4 HOME/instance-4291475-1532244826.xml

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

MD5SUM BENCH= 63b9378ece2d6066ad6e61da47f93b8a
RANDOM SEED=1410304064

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:        15610876 kB
MemAvailable:   30826628 kB
Buffers:          230944 kB
Cached:         15073700 kB
SwapCached:            0 kB
Active:          2655640 kB
Inactive:       13809104 kB
Active(anon):    1163012 kB
Inactive(anon):    16892 kB
Active(file):    1492628 kB
Inactive(file): 13792212 kB
Unevictable:        6604 kB
Mlocked:            6604 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             78748 kB
Writeback:             0 kB
AnonPages:       1166780 kB
Mapped:            48984 kB
Shmem:             17036 kB
Slab:             387064 kB
SReclaimable:     359372 kB
SUnreclaim:        27692 kB
KernelStack:        3552 kB
PageTables:        11828 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1737828 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1009664 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= 53136 MiB
End job on node102 at 2018-07-22 09:34:22