Trace number 4310275

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-08-14? 69.8288 24.0751

General information on the benchmark

NameCrosswordDesign/
CrosswordDesign-07-4-rom_c18.xml
MD5SUMb03b025d4dc3e1307d2e111dd352b63c
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark50
Best CPU time to get the best result obtained on this benchmark252.121
Satisfiable
(Un)Satisfiability was proved
Number of variables217
Number of constraints56
Number of domains5
Minimum domain size2
Maximum domain size41345
Distribution of domain sizes[{"size":2,"count":14},{"size":8,"count":98},{"size":27,"count":49},{"size":41345,"count":56}]
Minimum variable degree1
Maximum variable degree8
Distribution of variable degrees[{"degree":1,"count":70},{"degree":2,"count":98},{"degree":8,"count":49}]
Minimum constraint arity10
Maximum constraint arity11
Distribution of constraint arities[{"arity":10,"count":14},{"arity":11,"count":42}]
Number of extensional constraints56
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":56}]
Optimization problemYES
Type of objectivemax SUM

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4310275-1534330954/watcher-4310275-1534330954 -o /tmp/evaluation-result-4310275-1534330954/solver-4310275-1534330954 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node134-1534329860-9564 --watchdog 312 java -Xmx11000m -jar oscarCPXcsp3-hybrid.jar --randomseed 886146422 --timelimit 252 --memlimit 11000 --nbcore 4 HOME/instance-4310275-1534330954.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 282 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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=10373, runsolver pid=10370


[startup+0.108256 s]*
/proc/loadavg: 2.47 2.34 2.06 3/218 10388
/proc/meminfo: memFree=19051404/32770624 swapFree=67108688/67108860
[pid=10373] ppid=10370 vsize=14082736 memory=33860 CPUtime=0.12 cores=1,3,5,7
/proc/10373/stat : 10373 (java) S 10370 10373 9532 0 -1 1077944320 7397 0 0 0 11 1 0 0 20 0 15 0 250658603 14420721664 8465 33554432000 4194304 4196468 140722320020240 140722320002784 140705084018423 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 36302848 140722320024667 140722320024846 140722320024846 140722320027599 0
/proc/10373/statm: 3520684 8465 3137 1 0 3482761 0
[pid=10373/tid=10375] ppid=10370 vsize=14082736 memory=-8557575366716591995 CPUtime=0.1 cores=1,3,5,7
/proc/10373/task/10375/stat : 10375 (java) R 10370 10373 9532 0 -1 4202560 5461 0 0 0 9 1 0 0 20 0 15 0 250658603 14420721664 8465 33554432000 4194304 4196468 140722320020240 140705088245744 140705076696437 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36302848 140722320024667 140722320024846 140722320024846 140722320027599 0
[pid=10373/tid=10376] ppid=10370 vsize=14082736 memory=-7522837583129502606 CPUtime=0 cores=1,3,5,7
/proc/10373/task/10376/stat : 10376 (java) S 10370 10373 9532 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250658604 14420721664 8465 33554432000 4194304 4196468 140722320020240 140705014106640 140705084028629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36302848 140722320024667 140722320024846 140722320024846 140722320027599 0
[pid=10373/tid=10377] ppid=10370 vsize=14082736 memory=140110541420160 CPUtime=0 cores=1,3,5,7
/proc/10373/task/10377/stat : 10377 (java) S 10370 10373 9532 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250658604 14420721664 8465 33554432000 4194304 4196468 140722320020240 140705013054096 140705084028629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36302848 140722320024667 140722320024846 140722320024846 140722320027599 0
[pid=10373/tid=10378] ppid=10370 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10373/task/10378/stat : 10378 (java) S 10370 10373 9532 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250658604 14420721664 8465 33554432000 4194304 4196468 140722320020240 140705012001040 140705084028629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36302848 140722320024667 140722320024846 140722320024846 140722320027599 0
[pid=10373/tid=10379] ppid=10370 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10373/task/10379/stat : 10379 (java) S 10370 10373 9532 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250658604 14420721664 8465 33554432000 4194304 4196468 140722320020240 140705010948496 140705084028629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36302848 140722320024667 140722320024846 140722320024846 140722320027599 0
[pid=10373/tid=10380] ppid=10370 vsize=14082736 memory=140110541420160 CPUtime=0 cores=1,3,5,7
/proc/10373/task/10380/stat : 10380 (java) S 10370 10373 9532 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250658605 14420721664 8465 33554432000 4194304 4196468 140722320020240 140704558467824 140705084029570 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36302848 140722320024667 140722320024846 140722320024846 140722320027599 0
[pid=10373/tid=10381] ppid=10370 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10373/task/10381/stat : 10381 (java) S 10370 10373 9532 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250658606 14420721664 8465 33554432000 4194304 4196468 140722320020240 140704557414048 140705084028629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36302848 140722320024667 140722320024846 140722320024846 140722320027599 0
[pid=10373/tid=10382] ppid=10370 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10373/task/10382/stat : 10382 (java) S 10370 10373 9532 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250658606 14420721664 8465 33554432000 4194304 4196468 140722320020240 140704556360944 140705084028629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36302848 140722320024667 140722320024846 140722320024846 140722320027599 0
[pid=10373/tid=10383] ppid=10370 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10373/task/10383/stat : 10383 (java) S 10370 10373 9532 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250658608 14420721664 8465 33554432000 4194304 4196468 140722320020240 140704555309520 140705084037019 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36302848 140722320024667 140722320024846 140722320024846 140722320027599 0
[pid=10373/tid=10384] ppid=10370 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10373/task/10384/stat : 10384 (java) S 10370 10373 9532 0 -1 1077944384 300 0 0 0 0 0 0 0 20 0 15 0 250658608 14420721664 8465 33554432000 4194304 4196468 140722320020240 140704554256624 140705084029570 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36302848 140722320024667 140722320024846 140722320024846 140722320027599 0
[pid=10373/tid=10385] ppid=10370 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10373/task/10385/stat : 10385 (java) S 10370 10373 9532 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 250658608 14420721664 8465 33554432000 4194304 4196468 140722320020240 140704553204080 140705084029570 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36302848 140722320024667 140722320024846 140722320024846 140722320027599 0
[pid=10373/tid=10386] ppid=10370 vsize=14082736 memory=140110541420160 CPUtime=0.01 cores=1,3,5,7
/proc/10373/task/10386/stat : 10386 (java) R 10370 10373 9532 0 -1 4202560 254 0 0 0 1 0 0 0 20 0 15 0 250658608 14420721664 8465 33554432000 4194304 4196468 140722320020240 140704552151024 140705062822751 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36302848 140722320024667 140722320024846 140722320024846 140722320027599 0
[pid=10373/tid=10387] ppid=10370 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10373/task/10387/stat : 10387 (java) S 10370 10373 9532 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250658608 14420721664 8465 33554432000 4194304 4196468 140722320020240 140704551098720 140705084028629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36302848 140722320024667 140722320024846 140722320024846 140722320027599 0
[pid=10373/tid=10388] ppid=10370 vsize=14082736 memory=140110541420160 CPUtime=0 cores=1,3,5,7
/proc/10373/task/10388/stat : 10388 (java) S 10370 10373 9532 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250658609 14420721664 8465 33554432000 4194304 4196468 140722320020240 140704550046768 140705084029570 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36302848 140722320024667 140722320024846 140722320024846 140722320027599 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 33860 KiB

[startup+0.210646 s]*
/proc/loadavg: 2.43 2.34 2.06 4/218 10388
/proc/meminfo: memFree=19039124/32770624 swapFree=67108688/67108860
[pid=10373] ppid=10370 vsize=14082736 memory=46980 CPUtime=0.3 cores=1,3,5,7
/proc/10373/stat : 10373 (java) S 10370 10373 9532 0 -1 1077944320 10361 0 0 0 28 2 0 0 20 0 15 0 250658603 14420721664 11745 33554432000 4194304 4196468 140722320020240 140722320002784 140705084018423 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 36302848 140722320024667 140722320024846 140722320024846 140722320027599 0
/proc/10373/statm: 3520684 11745 3368 1 0 3482761 0
[pid=10373/tid=10375] ppid=10370 vsize=14082736 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/10373/task/10375/stat : 10375 (java) R 10370 10373 9532 0 -1 4202560 8112 0 0 0 18 2 0 0 20 0 15 0 250658603 14420721664 11745 33554432000 4194304 4196468 140722320020240 140705088243984 140705076255550 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36302848 140722320024667 140722320024846 140722320024846 140722320027599 0
[pid=10373/tid=10376] ppid=10370 vsize=14082736 memory=365 CPUtime=0 cores=1,3,5,7
/proc/10373/task/10376/stat : 10376 (java) S 10370 10373 9532 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250658604 14420721664 11745 33554432000 4194304 4196468 140722320020240 140705014106640 140705084028629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36302848 140722320024667 140722320024846 140722320024846 140722320027599 0
[pid=10373/tid=10377] ppid=10370 vsize=14082736 memory=140110542828134 CPUtime=0 cores=1,3,5,7
/proc/10373/task/10377/stat : 10377 (java) S 10370 10373 9532 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250658604 14420721664 11745 33554432000 4194304 4196468 140722320020240 140705013054096 140705084028629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36302848 140722320024667 140722320024846 140722320024846 140722320027599 0
[pid=10373/tid=10378] ppid=10370 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10373/task/10378/stat : 10378 (java) S 10370 10373 9532 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250658604 14420721664 11745 33554432000 4194304 4196468 140722320020240 140705012001040 140705084028629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36302848 140722320024667 140722320024846 140722320024846 140722320027599 0
[pid=10373/tid=10379] ppid=10370 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10373/task/10379/stat : 10379 (java) S 10370 10373 9532 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250658604 14420721664 11745 33554432000 4194304 4196468 140722320020240 140705010948496 140705084028629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36302848 140722320024667 140722320024846 140722320024846 140722320027599 0
[pid=10373/tid=10380] ppid=10370 vsize=14082736 memory=140110541420160 CPUtime=0 cores=1,3,5,7
/proc/10373/task/10380/stat : 10380 (java) S 10370 10373 9532 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 250658605 14420721664 11745 33554432000 4194304 4196468 140722320020240 140704558467824 140705084029570 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36302848 140722320024667 140722320024846 140722320024846 140722320027599 0
[pid=10373/tid=10381] ppid=10370 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10373/task/10381/stat : 10381 (java) S 10370 10373 9532 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250658606 14420721664 11745 33554432000 4194304 4196468 140722320020240 140704557414048 140705084028629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36302848 140722320024667 140722320024846 140722320024846 140722320027599 0
[pid=10373/tid=10382] ppid=10370 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10373/task/10382/stat : 10382 (java) S 10370 10373 9532 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250658606 14420721664 11745 33554432000 4194304 4196468 140722320020240 140704556360944 140705084028629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36302848 140722320024667 140722320024846 140722320024846 140722320027599 0
[pid=10373/tid=10383] ppid=10370 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10373/task/10383/stat : 10383 (java) S 10370 10373 9532 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250658608 14420721664 11745 33554432000 4194304 4196468 140722320020240 140704555309520 140705084037019 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36302848 140722320024667 140722320024846 140722320024846 140722320027599 0
[pid=10373/tid=10384] ppid=10370 vsize=14082736 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/10373/task/10384/stat : 10384 (java) R 10370 10373 9532 0 -1 1077944384 438 0 0 0 1 0 0 0 20 0 15 0 250658608 14420721664 11745 33554432000 4194304 4196468 140722320020240 140704554256720 140705084028629 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36302848 140722320024667 140722320024846 140722320024846 140722320027599 0
[pid=10373/tid=10385] ppid=10370 vsize=14082736 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/10373/task/10385/stat : 10385 (java) R 10370 10373 9532 0 -1 4202560 151 0 0 0 2 0 0 0 20 0 15 0 250658608 14420721664 11745 33554432000 4194304 4196468 140722320020240 140704553185096 140705063234352 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36302848 140722320024667 140722320024846 140722320024846 140722320027599 0
[pid=10373/tid=10386] ppid=10370 vsize=14082736 memory=140110541420160 CPUtime=0.06 cores=1,3,5,7
/proc/10373/task/10386/stat : 10386 (java) R 10370 10373 9532 0 -1 4202560 283 0 0 0 6 0 0 0 20 0 15 0 250658608 14420721664 11745 33554432000 4194304 4196468 140722320020240 140704552147760 140705084030358 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36302848 140722320024667 140722320024846 140722320024846 140722320027599 0
[pid=10373/tid=10387] ppid=10370 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10373/task/10387/stat : 10387 (java) S 10370 10373 9532 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250658608 14420721664 11745 33554432000 4194304 4196468 140722320020240 140704551098720 140705084028629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36302848 140722320024667 140722320024846 140722320024846 140722320027599 0
[pid=10373/tid=10388] ppid=10370 vsize=14082736 memory=140110541420160 CPUtime=0 cores=1,3,5,7
/proc/10373/task/10388/stat : 10388 (java) S 10370 10373 9532 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250658609 14420721664 11745 33554432000 4194304 4196468 140722320020240 140704550046768 140705084029570 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36302848 140722320024667 140722320024846 140722320024846 140722320027599 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 46980 KiB

[startup+0.310598 s]*
/proc/loadavg: 2.43 2.34 2.06 3/218 10388
/proc/meminfo: memFree=19035712/32770624 swapFree=67108688/67108860
[pid=10373] ppid=10370 vsize=14082736 memory=50228 CPUtime=0.44 cores=1,3,5,7
/proc/10373/stat : 10373 (java) S 10370 10373 9532 0 -1 1077944320 10700 0 0 0 41 3 0 0 20 0 15 0 250658603 14420721664 12557 33554432000 4194304 4196468 140722320020240 140722320002784 140705084018423 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 36302848 140722320024667 140722320024846 140722320024846 140722320027599 0
/proc/10373/statm: 3520684 12557 3370 1 0 3482761 0
[pid=10373/tid=10375] ppid=10370 vsize=14082736 memory=7022364594140610616 CPUtime=0.3 cores=1,3,5,7
/proc/10373/task/10375/stat : 10375 (java) R 10370 10373 9532 0 -1 4202560 8449 0 0 0 28 2 0 0 20 0 15 0 250658603 14420721664 12557 33554432000 4194304 4196468 140722320020240 140705088218784 140705065581952 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36302848 140722320024667 140722320024846 140722320024846 140722320027599 0
[pid=10373/tid=10376] ppid=10370 vsize=14082736 memory=4294980954 CPUtime=0 cores=1,3,5,7
/proc/10373/task/10376/stat : 10376 (java) S 10370 10373 9532 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250658604 14420721664 12557 33554432000 4194304 4196468 140722320020240 140705014106640 140705084028629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36302848 140722320024667 140722320024846 140722320024846 140722320027599 0
[pid=10373/tid=10377] ppid=10370 vsize=14082736 memory=140110542828297 CPUtime=0 cores=1,3,5,7
/proc/10373/task/10377/stat : 10377 (java) S 10370 10373 9532 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250658604 14420721664 12557 33554432000 4194304 4196468 140722320020240 140705013054096 140705084028629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36302848 140722320024667 140722320024846 140722320024846 140722320027599 0
[pid=10373/tid=10378] ppid=10370 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10373/task/10378/stat : 10378 (java) S 10370 10373 9532 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250658604 14420721664 12557 33554432000 4194304 4196468 140722320020240 140705012001040 140705084028629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36302848 140722320024667 140722320024846 140722320024846 140722320027599 0
[pid=10373/tid=10379] ppid=10370 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10373/task/10379/stat : 10379 (java) S 10370 10373 9532 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250658604 14420721664 12557 33554432000 4194304 4196468 140722320020240 140705010948496 140705084028629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36302848 140722320024667 140722320024846 140722320024846 140722320027599 0
[pid=10373/tid=10380] ppid=10370 vsize=14082736 memory=140110541420160 CPUtime=0 cores=1,3,5,7
/proc/10373/task/10380/stat : 10380 (java) S 10370 10373 9532 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 250658605 14420721664 12557 33554432000 4194304 4196468 140722320020240 140704558467824 140705084029570 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36302848 140722320024667 140722320024846 140722320024846 140722320027599 0
[pid=10373/tid=10381] ppid=10370 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10373/task/10381/stat : 10381 (java) S 10370 10373 9532 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250658606 14420721664 12557 33554432000 4194304 4196468 140722320020240 140704557414048 140705084028629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36302848 140722320024667 140722320024846 140722320024846 140722320027599 0
[pid=10373/tid=10382] ppid=10370 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10373/task/10382/stat : 10382 (java) S 10370 10373 9532 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250658606 14420721664 12557 33554432000 4194304 4196468 140722320020240 140704556360944 140705084028629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36302848 140722320024667 140722320024846 140722320024846 140722320027599 0
[pid=10373/tid=10383] ppid=10370 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10373/task/10383/stat : 10383 (java) S 10370 10373 9532 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250658608 14420721664 12557 33554432000 4194304 4196468 140722320020240 140704555309520 140705084037019 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36302848 140722320024667 140722320024846 140722320024846 140722320027599 0
[pid=10373/tid=10384] ppid=10370 vsize=14082736 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/10373/task/10384/stat : 10384 (java) S 10370 10373 9532 0 -1 1077944384 443 0 0 0 1 0 0 0 20 0 15 0 250658608 14420721664 12557 33554432000 4194304 4196468 140722320020240 140704554256624 140705084029570 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36302848 140722320024667 140722320024846 140722320024846 140722320027599 0
[pid=10373/tid=10385] ppid=10370 vsize=14082736 memory=-1 CPUtime=0.03 cores=1,3,5,7
/proc/10373/task/10385/stat : 10385 (java) S 10370 10373 9532 0 -1 1077944384 152 0 0 0 3 0 0 0 20 0 15 0 250658608 14420721664 12557 33554432000 4194304 4196468 140722320020240 140704553204080 140705084029570 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36302848 140722320024667 140722320024846 140722320024846 140722320027599 0
[pid=10373/tid=10386] ppid=10370 vsize=14082736 memory=140110541420160 CPUtime=0.08 cores=1,3,5,7
/proc/10373/task/10386/stat : 10386 (java) S 10370 10373 9532 0 -1 1077944384 289 0 0 0 8 0 0 0 20 0 15 0 250658608 14420721664 12557 33554432000 4194304 4196468 140722320020240 140704552151024 140705084029570 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36302848 140722320024667 140722320024846 140722320024846 140722320027599 0
[pid=10373/tid=10387] ppid=10370 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10373/task/10387/stat : 10387 (java) S 10370 10373 9532 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250658608 14420721664 12557 33554432000 4194304 4196468 140722320020240 140704551098720 140705084028629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36302848 140722320024667 140722320024846 140722320024846 140722320027599 0
[pid=10373/tid=10388] ppid=10370 vsize=14082736 memory=140110541420160 CPUtime=0 cores=1,3,5,7
/proc/10373/task/10388/stat : 10388 (java) S 10370 10373 9532 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250658609 14420721664 12557 33554432000 4194304 4196468 140722320020240 140704550046768 140705084029570 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36302848 140722320024667 140722320024846 140722320024846 140722320027599 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 50228 KiB

[startup+0.700721 s]
/proc/loadavg: 2.43 2.34 2.06 4/218 10388
/proc/meminfo: memFree=19011528/32770624 swapFree=67108688/67108860
[pid=10373] ppid=10370 vsize=14084804 memory=88720 CPUtime=1 cores=1,3,5,7
/proc/10373/stat : 10373 (java) S 10370 10373 9532 0 -1 1077944320 17586 0 0 0 95 5 0 0 20 0 15 0 250658603 14422839296 22180 33554432000 4194304 4196468 140722320020240 140722320002784 140705084018423 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 36302848 140722320024667 140722320024846 140722320024846 140722320027599 0
/proc/10373/statm: 3521201 22180 3497 1 0 3483273 0
[pid=10373/tid=10375] ppid=10370 vsize=14084804 memory=1172 CPUtime=0.67 cores=1,3,5,7
/proc/10373/task/10375/stat : 10375 (java) R 10370 10373 9532 0 -1 4202560 14881 0 0 0 64 3 0 0 20 0 15 0 250658603 14422839296 22180 33554432000 4194304 4196468 140722320020240 140705088242416 140705068098910 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36302848 140722320024667 140722320024846 140722320024846 140722320027599 0
[pid=10373/tid=10376] ppid=10370 vsize=14084804 memory=37708 CPUtime=0 cores=1,3,5,7
/proc/10373/task/10376/stat : 10376 (java) S 10370 10373 9532 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250658604 14422839296 22180 33554432000 4194304 4196468 140722320020240 140705014106640 140705084028629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36302848 140722320024667 140722320024846 140722320024846 140722320027599 0
[pid=10373/tid=10377] ppid=10370 vsize=14084804 memory=3360 CPUtime=0 cores=1,3,5,7
/proc/10373/task/10377/stat : 10377 (java) S 10370 10373 9532 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250658604 14422839296 22180 33554432000 4194304 4196468 140722320020240 140705013054096 140705084028629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36302848 140722320024667 140722320024846 140722320024846 140722320027599 0
[pid=10373/tid=10378] ppid=10370 vsize=14084804 memory=496 CPUtime=0 cores=1,3,5,7
/proc/10373/task/10378/stat : 10378 (java) S 10370 10373 9532 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250658604 14422839296 22180 33554432000 4194304 4196468 140722320020240 140705012001040 140705084028629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36302848 140722320024667 140722320024846 140722320024846 140722320027599 0
[pid=10373/tid=10379] ppid=10370 vsize=14084804 memory=1624 CPUtime=0 cores=1,3,5,7
/proc/10373/task/10379/stat : 10379 (java) S 10370 10373 9532 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250658604 14422839296 22180 33554432000 4194304 4196468 140722320020240 140705010948496 140705084028629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36302848 140722320024667 140722320024846 140722320024846 140722320027599 0
[pid=10373/tid=10380] ppid=10370 vsize=14084804 memory=928 CPUtime=0 cores=1,3,5,7
/proc/10373/task/10380/stat : 10380 (java) S 10370 10373 9532 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 250658605 14422839296 22180 33554432000 4194304 4196468 140722320020240 140704558467824 140705084029570 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36302848 140722320024667 140722320024846 140722320024846 140722320027599 0
[pid=10373/tid=10381] ppid=10370 vsize=14084804 memory=2332 CPUtime=0 cores=1,3,5,7
/proc/10373/task/10381/stat : 10381 (java) S 10370 10373 9532 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250658606 14422839296 22180 33554432000 4194304 4196468 140722320020240 140704557414048 140705084028629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36302848 140722320024667 140722320024846 140722320024846 140722320027599 0
[pid=10373/tid=10382] ppid=10370 vsize=14084804 memory=924 CPUtime=0 cores=1,3,5,7
/proc/10373/task/10382/stat : 10382 (java) S 10370 10373 9532 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250658606 14422839296 22180 33554432000 4194304 4196468 140722320020240 140704556360944 140705084028629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36302848 140722320024667 140722320024846 140722320024846 140722320027599 0
[pid=10373/tid=10383] ppid=10370 vsize=14084804 memory=6153431502485415525 CPUtime=0 cores=1,3,5,7
/proc/10373/task/10383/stat : 10383 (java) S 10370 10373 9532 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250658608 14422839296 22180 33554432000 4194304 4196468 140722320020240 140704555309520 140705084037019 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36302848 140722320024667 140722320024846 140722320024846 140722320027599 0
[pid=10373/tid=10384] ppid=10370 vsize=14084804 memory=7237400421024098393 CPUtime=0.07 cores=1,3,5,7
/proc/10373/task/10384/stat : 10384 (java) S 10370 10373 9532 0 -1 1077944384 632 0 0 0 7 0 0 0 20 0 15 0 250658608 14422839296 22180 33554432000 4194304 4196468 140722320020240 140704554256624 140705084029570 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36302848 140722320024667 140722320024846 140722320024846 140722320027599 0
[pid=10373/tid=10385] ppid=10370 vsize=14084804 memory=6154282490091891024 CPUtime=0.08 cores=1,3,5,7
/proc/10373/task/10385/stat : 10385 (java) S 10370 10373 9532 0 -1 1077944384 301 0 0 0 8 0 0 0 20 0 15 0 250658608 14422839296 22180 33554432000 4194304 4196468 140722320020240 140704553204080 140705084029570 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36302848 140722320024667 140722320024846 140722320024846 140722320027599 0
[pid=10373/tid=10386] ppid=10370 vsize=14084804 memory=0 CPUtime=0.15 cores=1,3,5,7
/proc/10373/task/10386/stat : 10386 (java) S 10370 10373 9532 0 -1 1077944384 391 0 0 0 15 0 0 0 20 0 15 0 250658608 14422839296 22180 33554432000 4194304 4196468 140722320020240 140704552151024 140705084029570 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36302848 140722320024667 140722320024846 140722320024846 140722320027599 0
[pid=10373/tid=10387] ppid=10370 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10373/task/10387/stat : 10387 (java) S 10370 10373 9532 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250658608 14422839296 22180 33554432000 4194304 4196468 140722320020240 140704551098720 140705084028629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36302848 140722320024667 140722320024846 140722320024846 140722320027599 0
[pid=10373/tid=10388] ppid=10370 vsize=14084804 memory=8700 CPUtime=0 cores=1,3,5,7
/proc/10373/task/10388/stat : 10388 (java) S 10370 10373 9532 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250658609 14422839296 22180 33554432000 4194304 4196468 140722320020240 140704550046768 140705084029570 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36302848 140722320024667 140722320024846 140722320024846 140722320027599 0
Current children cumulated CPU time: 1 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 88720 KiB

[startup+1.50076 s]
/proc/loadavg: 2.43 2.34 2.06 5/218 10388
/proc/meminfo: memFree=18910264/32770624 swapFree=67108688/67108860
[pid=10373] ppid=10370 vsize=14086852 memory=268048 CPUtime=3.02 cores=1,3,5,7
/proc/10373/stat : 10373 (java) S 10370 10373 9532 0 -1 1077944320 24378 0 0 0 288 14 0 0 20 0 15 0 250658603 14424936448 67012 33554432000 4194304 4196468 140722320020240 140722320002784 140705084018423 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 36302848 140722320024667 140722320024846 140722320024846 140722320027599 0
/proc/10373/statm: 3521713 67012 3566 1 0 3483785 0
[pid=10373/tid=10375] ppid=10370 vsize=14086852 memory=266440 CPUtime=1.44 cores=1,3,5,7
/proc/10373/task/10375/stat : 10375 (java) R 10370 10373 9532 0 -1 4202560 16480 0 0 0 138 6 0 0 20 0 15 0 250658603 14424936448 67012 33554432000 4194304 4196468 140722320020240 140705088251632 140705084030358 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36302848 140722320024667 140722320024846 140722320024846 140722320027599 0
[pid=10373/tid=10376] ppid=10370 vsize=14086852 memory=6791534058613427641 CPUtime=0.02 cores=1,3,5,7
/proc/10373/task/10376/stat : 10376 (java) S 10370 10373 9532 0 -1 1077944384 167 0 0 0 1 1 0 0 20 0 15 0 250658604 14424936448 67012 33554432000 4194304 4196468 140722320020240 140705014106640 140705084028629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36302848 140722320024667 140722320024846 140722320024846 140722320027599 0
[pid=10373/tid=10377] ppid=10370 vsize=14086852 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/10373/task/10377/stat : 10377 (java) S 10370 10373 9532 0 -1 1077944384 459 0 0 0 1 1 0 0 20 0 15 0 250658604 14424936448 67012 33554432000 4194304 4196468 140722320020240 140705013054096 140705084028629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36302848 140722320024667 140722320024846 140722320024846 140722320027599 0
[pid=10373/tid=10378] ppid=10370 vsize=14086852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10373/task/10378/stat : 10378 (java) S 10370 10373 9532 0 -1 1077944384 94 0 0 0 0 0 0 0 20 0 15 0 250658604 14424936448 67012 33554432000 4194304 4196468 140722320020240 140705012001040 140705084028629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36302848 140722320024667 140722320024846 140722320024846 140722320027599 0
[pid=10373/tid=10379] ppid=10370 vsize=14086852 memory=6943526294502006880 CPUtime=0.02 cores=1,3,5,7
/proc/10373/task/10379/stat : 10379 (java) S 10370 10373 9532 0 -1 1077944384 323 0 0 0 1 1 0 0 20 0 15 0 250658604 14424936448 67012 33554432000 4194304 4196468 140722320020240 140705010948496 140705084028629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36302848 140722320024667 140722320024846 140722320024846 140722320027599 0
[pid=10373/tid=10380] ppid=10370 vsize=14086852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10373/task/10380/stat : 10380 (java) S 10370 10373 9532 0 -1 1077944384 195 0 0 0 0 0 0 0 20 0 15 0 250658605 14424936448 67012 33554432000 4194304 4196468 140722320020240 140704558467824 140705084029570 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36302848 140722320024667 140722320024846 140722320024846 140722320027599 0

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

[pid=10373/tid=10387] ppid=10370 vsize=14088900 memory=2316 CPUtime=0 cores=1,3,5,7
/proc/10373/task/10387/stat : 10387 (java) S 10370 10373 9532 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250658608 14427033600 2934774 33554432000 4194304 4196468 140722320020240 140704551098720 140705084028629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36302848 140722320024667 140722320024846 140722320024846 140722320027599 0
[pid=10373/tid=10388] ppid=10370 vsize=14088900 memory=1220 CPUtime=0.01 cores=1,3,5,7
/proc/10373/task/10388/stat : 10388 (java) S 10370 10373 9532 0 -1 1077944384 689 0 0 0 0 1 0 0 20 0 15 0 250658609 14427033600 2934774 33554432000 4194304 4196468 140722320020240 140704550046768 140705084029570 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 48 0 0 6293624 6294260 36302848 140722320024667 140722320024846 140722320024846 140722320027599 0
Current children cumulated CPU time: 52.5 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 11739096 KiB

[startup+22.4008 s]
/proc/loadavg: 3.16 2.51 2.12 6/218 10388
/proc/meminfo: memFree=7302628/32770624 swapFree=67108688/67108860
[pid=10373] ppid=10370 vsize=14088900 memory=11759648 CPUtime=64.43 cores=1,3,5,7
/proc/10373/stat : 10373 (java) S 10370 10373 9532 0 -1 1077944320 178480 0 0 0 5306 1137 0 0 20 0 15 0 250658603 14427033600 2939912 33554432000 4194304 4196468 140722320020240 140722320002784 140705084018423 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 36302848 140722320024667 140722320024846 140722320024846 140722320027599 0
/proc/10373/statm: 3522225 2939912 3590 1 0 3484297 0
[pid=10373/tid=10375] ppid=10370 vsize=14088900 memory=6791534058613427641 CPUtime=7.59 cores=1,3,5,7
/proc/10373/task/10375/stat : 10375 (java) S 10370 10373 9532 0 -1 1077944384 23218 0 0 0 743 16 0 0 20 0 15 0 250658603 14427033600 2939912 33554432000 4194304 4196468 140722320020240 140705088254016 140705084028629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36302848 140722320024667 140722320024846 140722320024846 140722320027599 0
[pid=10373/tid=10376] ppid=10370 vsize=14088900 memory=68184 CPUtime=13.49 cores=1,3,5,7
/proc/10373/task/10376/stat : 10376 (java) R 10370 10373 9532 0 -1 4202560 52738 0 0 0 1086 263 0 0 20 0 15 0 250658604 14427033600 2939912 33554432000 4194304 4196468 140722320020240 140705014106448 140705076646631 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36302848 140722320024667 140722320024846 140722320024846 140722320027599 0
[pid=10373/tid=10377] ppid=10370 vsize=14088900 memory=2316 CPUtime=13.51 cores=1,3,5,7
/proc/10373/task/10377/stat : 10377 (java) R 10370 10373 9532 0 -1 4202560 24277 0 0 0 1054 297 0 0 20 0 15 0 250658604 14427033600 2939912 33554432000 4194304 4196468 140722320020240 140705013054296 140705069007981 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36302848 140722320024667 140722320024846 140722320024846 140722320027599 0
[pid=10373/tid=10378] ppid=10370 vsize=14088900 memory=1220 CPUtime=13.37 cores=1,3,5,7
/proc/10373/task/10378/stat : 10378 (java) R 10370 10373 9532 0 -1 4202560 31833 0 0 0 1059 278 0 0 20 0 15 0 250658604 14427033600 2939912 33554432000 4194304 4196468 140722320020240 140705012001160 140705076646631 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36302848 140722320024667 140722320024846 140722320024846 140722320027599 0
[pid=10373/tid=10379] ppid=10370 vsize=14088900 memory=1756 CPUtime=13.35 cores=1,3,5,7
/proc/10373/task/10379/stat : 10379 (java) R 10370 10373 9532 0 -1 4202560 22545 0 0 0 1061 274 0 0 20 0 15 0 250658604 14427033600 2939912 33554432000 4194304 4196468 140722320020240 140705010948616 140705076646631 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 36302848 140722320024667 140722320024846 140722320024846 140722320027599 0
[pid=10373/tid=10380] ppid=10370 vsize=14088900 memory=11759620 CPUtime=0.69 cores=1,3,5,7
/proc/10373/task/10380/stat : 10380 (java) S 10370 10373 9532 0 -1 1077944384 15247 0 0 0 68 1 0 0 20 0 15 0 250658605 14427033600 2939912 33554432000 4194304 4196468 140722320020240 140704558466384 140705084028629 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 48 0 0 6293624 6294260 36302848 140722320024667 140722320024846 140722320024846 140722320027599 0
[pid=10373/tid=10381] ppid=10370 vsize=14088900 memory=11759620 CPUtime=0 cores=1,3,5,7
/proc/10373/task/10381/stat : 10381 (java) S 10370 10373 9532 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 15 0 250658606 14427033600 2939912 33554432000 4194304 4196468 140722320020240 140704557414112 140705084028629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36302848 140722320024667 140722320024846 140722320024846 140722320027599 0
[pid=10373/tid=10382] ppid=10370 vsize=14088900 memory=3824 CPUtime=0 cores=1,3,5,7
/proc/10373/task/10382/stat : 10382 (java) S 10370 10373 9532 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 250658606 14427033600 2939912 33554432000 4194304 4196468 140722320020240 140704556360960 140705084028629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36302848 140722320024667 140722320024846 140722320024846 140722320027599 0
[pid=10373/tid=10383] ppid=10370 vsize=14088900 memory=11292840 CPUtime=0 cores=1,3,5,7
/proc/10373/task/10383/stat : 10383 (java) S 10370 10373 9532 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250658608 14427033600 2939912 33554432000 4194304 4196468 140722320020240 140704555309520 140705084037019 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36302848 140722320024667 140722320024846 140722320024846 140722320027599 0
[pid=10373/tid=10384] ppid=10370 vsize=14088900 memory=3848 CPUtime=0.92 cores=1,3,5,7
/proc/10373/task/10384/stat : 10384 (java) S 10370 10373 9532 0 -1 1077944384 2250 0 0 0 92 0 0 0 20 0 15 0 250658608 14427033600 2939912 33554432000 4194304 4196468 140722320020240 140704554256624 140705084029570 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36302848 140722320024667 140722320024846 140722320024846 140722320027599 0
[pid=10373/tid=10385] ppid=10370 vsize=14088900 memory=1756 CPUtime=0.9 cores=1,3,5,7
/proc/10373/task/10385/stat : 10385 (java) S 10370 10373 9532 0 -1 1077944384 1495 0 0 0 90 0 0 0 20 0 15 0 250658608 14427033600 2939912 33554432000 4194304 4196468 140722320020240 140704553204080 140705084029570 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36302848 140722320024667 140722320024846 140722320024846 140722320027599 0
[pid=10373/tid=10386] ppid=10370 vsize=14088900 memory=872 CPUtime=0.49 cores=1,3,5,7
/proc/10373/task/10386/stat : 10386 (java) S 10370 10373 9532 0 -1 1077944384 2740 0 0 0 49 0 0 0 20 0 15 0 250658608 14427033600 2939912 33554432000 4194304 4196468 140722320020240 140704552151024 140705084029570 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36302848 140722320024667 140722320024846 140722320024846 140722320027599 0
[pid=10373/tid=10387] ppid=10370 vsize=14088900 memory=4216 CPUtime=0 cores=1,3,5,7
/proc/10373/task/10387/stat : 10387 (java) S 10370 10373 9532 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250658608 14427033600 2939912 33554432000 4194304 4196468 140722320020240 140704551098720 140705084028629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36302848 140722320024667 140722320024846 140722320024846 140722320027599 0
[pid=10373/tid=10388] ppid=10370 vsize=14088900 memory=752 CPUtime=0.01 cores=1,3,5,7
/proc/10373/task/10388/stat : 10388 (java) S 10370 10373 9532 0 -1 1077944384 703 0 0 0 0 1 0 0 20 0 15 0 250658609 14427033600 2939912 33554432000 4194304 4196468 140722320020240 140704550046768 140705084029570 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 48 0 0 6293624 6294260 36302848 140722320024667 140722320024846 140722320024846 140722320027599 0
Current children cumulated CPU time: 64.43 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 11759648 KiB

[startup+23.2012 s]
/proc/loadavg: 3.16 2.51 2.12 6/218 10388
/proc/meminfo: memFree=7302704/32770624 swapFree=67108688/67108860
[pid=10373] ppid=10370 vsize=14088900 memory=11759816 CPUtime=67.14 cores=1,3,5,7
/proc/10373/stat : 10373 (java) S 10370 10373 9532 0 -1 1077944320 195825 0 0 0 5575 1139 0 0 20 0 15 0 250658603 14427033600 2939954 33554432000 4194304 4196468 140722320020240 140722320002784 140705084018423 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 36302848 140722320024667 140722320024846 140722320024846 140722320027599 0
/proc/10373/statm: 3522225 2939954 3597 1 0 3484297 0
[pid=10373/tid=10375] ppid=10370 vsize=14088900 memory=2316 CPUtime=7.59 cores=1,3,5,7
/proc/10373/task/10375/stat : 10375 (java) S 10370 10373 9532 0 -1 1077944384 23233 0 0 0 743 16 0 0 20 0 15 0 250658603 14427033600 2939954 33554432000 4194304 4196468 140722320020240 140705088254016 140705084028629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36302848 140722320024667 140722320024846 140722320024846 140722320027599 0
[pid=10373/tid=10376] ppid=10370 vsize=14088900 memory=1220 CPUtime=14.13 cores=1,3,5,7
/proc/10373/task/10376/stat : 10376 (java) R 10370 10373 9532 0 -1 4202560 54366 0 0 0 1150 263 0 0 20 0 15 0 250658604 14427033600 2939954 33554432000 4194304 4196468 140722320020240 140705014106840 140705068969550 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 36302848 140722320024667 140722320024846 140722320024846 140722320027599 0
[pid=10373/tid=10377] ppid=10370 vsize=14088900 memory=6791534058613427641 CPUtime=14.15 cores=1,3,5,7
/proc/10373/task/10377/stat : 10377 (java) R 10370 10373 9532 0 -1 4202560 24782 0 0 0 1118 297 0 0 20 0 15 0 250658604 14427033600 2939954 33554432000 4194304 4196468 140722320020240 140705013053984 140705065614881 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36302848 140722320024667 140722320024846 140722320024846 140722320027599 0
[pid=10373/tid=10378] ppid=10370 vsize=14088900 memory=9604 CPUtime=14.01 cores=1,3,5,7
/proc/10373/task/10378/stat : 10378 (java) R 10370 10373 9532 0 -1 4202560 33530 0 0 0 1123 278 0 0 20 0 15 0 250658604 14427033600 2939954 33554432000 4194304 4196468 140722320020240 140705012001040 140705068716198 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36302848 140722320024667 140722320024846 140722320024846 140722320027599 0
[pid=10373/tid=10379] ppid=10370 vsize=14088900 memory=1068 CPUtime=13.99 cores=1,3,5,7
/proc/10373/task/10379/stat : 10379 (java) R 10370 10373 9532 0 -1 4202560 24331 0 0 0 1125 274 0 0 20 0 15 0 250658604 14427033600 2939954 33554432000 4194304 4196468 140722320020240 140705010948696 140705069003424 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36302848 140722320024667 140722320024846 140722320024846 140722320027599 0
[pid=10373/tid=10380] ppid=10370 vsize=14088900 memory=1220 CPUtime=0.84 cores=1,3,5,7
/proc/10373/task/10380/stat : 10380 (java) S 10370 10373 9532 0 -1 1077944384 26952 0 0 0 82 2 0 0 20 0 15 0 250658605 14427033600 2939954 33554432000 4194304 4196468 140722320020240 140704558466144 140705084028629 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 48 0 0 6293624 6294260 36302848 140722320024667 140722320024846 140722320024846 140722320027599 0
[pid=10373/tid=10381] ppid=10370 vsize=14088900 memory=1612 CPUtime=0 cores=1,3,5,7
/proc/10373/task/10381/stat : 10381 (java) S 10370 10373 9532 0 -1 1077944384 73 0 0 0 0 0 0 0 20 0 15 0 250658606 14427033600 2939954 33554432000 4194304 4196468 140722320020240 140704557413648 140705084029570 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36302848 140722320024667 140722320024846 140722320024846 140722320027599 0
[pid=10373/tid=10382] ppid=10370 vsize=14088900 memory=1808 CPUtime=0 cores=1,3,5,7
/proc/10373/task/10382/stat : 10382 (java) S 10370 10373 9532 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 250658606 14427033600 2939954 33554432000 4194304 4196468 140722320020240 140704556360960 140705084028629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36302848 140722320024667 140722320024846 140722320024846 140722320027599 0
[pid=10373/tid=10383] ppid=10370 vsize=14088900 memory=68184 CPUtime=0 cores=1,3,5,7
/proc/10373/task/10383/stat : 10383 (java) S 10370 10373 9532 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250658608 14427033600 2939954 33554432000 4194304 4196468 140722320020240 140704555309520 140705084037019 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36302848 140722320024667 140722320024846 140722320024846 140722320027599 0
[pid=10373/tid=10384] ppid=10370 vsize=14088900 memory=2316 CPUtime=0.92 cores=1,3,5,7
/proc/10373/task/10384/stat : 10384 (java) S 10370 10373 9532 0 -1 1077944384 2250 0 0 0 92 0 0 0 20 0 15 0 250658608 14427033600 2939954 33554432000 4194304 4196468 140722320020240 140704554256624 140705084029570 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36302848 140722320024667 140722320024846 140722320024846 140722320027599 0
[pid=10373/tid=10385] ppid=10370 vsize=14088900 memory=1220 CPUtime=0.9 cores=1,3,5,7
/proc/10373/task/10385/stat : 10385 (java) S 10370 10373 9532 0 -1 1077944384 1495 0 0 0 90 0 0 0 20 0 15 0 250658608 14427033600 2939954 33554432000 4194304 4196468 140722320020240 140704553204080 140705084029570 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36302848 140722320024667 140722320024846 140722320024846 140722320027599 0
[pid=10373/tid=10386] ppid=10370 vsize=14088900 memory=1756 CPUtime=0.49 cores=1,3,5,7
/proc/10373/task/10386/stat : 10386 (java) S 10370 10373 9532 0 -1 1077944384 2740 0 0 0 49 0 0 0 20 0 15 0 250658608 14427033600 2939954 33554432000 4194304 4196468 140722320020240 140704552151024 140705084029570 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36302848 140722320024667 140722320024846 140722320024846 140722320027599 0
[pid=10373/tid=10387] ppid=10370 vsize=14088900 memory=872 CPUtime=0 cores=1,3,5,7
/proc/10373/task/10387/stat : 10387 (java) S 10370 10373 9532 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250658608 14427033600 2939954 33554432000 4194304 4196468 140722320020240 140704551098720 140705084028629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36302848 140722320024667 140722320024846 140722320024846 140722320027599 0
[pid=10373/tid=10388] ppid=10370 vsize=14088900 memory=4216 CPUtime=0.01 cores=1,3,5,7
/proc/10373/task/10388/stat : 10388 (java) S 10370 10373 9532 0 -1 1077944384 703 0 0 0 0 1 0 0 20 0 15 0 250658609 14427033600 2939954 33554432000 4194304 4196468 140722320020240 140704550046768 140705084029570 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 48 0 0 6293624 6294260 36302848 140722320024667 140722320024846 140722320024846 140722320027599 0
Current children cumulated CPU time: 67.14 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 11759816 KiB

[startup+23.6012 s]
/proc/loadavg: 3.16 2.51 2.12 6/218 10388
/proc/meminfo: memFree=7302704/32770624 swapFree=67108688/67108860
[pid=10373] ppid=10370 vsize=14088900 memory=11759820 CPUtime=68.54 cores=1,3,5,7
/proc/10373/stat : 10373 (java) S 10370 10373 9532 0 -1 1077944320 196321 0 0 0 5715 1139 0 0 20 0 15 0 250658603 14427033600 2939955 33554432000 4194304 4196468 140722320020240 140722320002784 140705084018423 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 36302848 140722320024667 140722320024846 140722320024846 140722320027599 0
/proc/10373/statm: 3522225 2939955 3597 1 0 3484297 0
[pid=10373/tid=10375] ppid=10370 vsize=14088900 memory=-8961168018402230209 CPUtime=7.59 cores=1,3,5,7
/proc/10373/task/10375/stat : 10375 (java) S 10370 10373 9532 0 -1 1077944384 23233 0 0 0 743 16 0 0 20 0 15 0 250658603 14427033600 2939955 33554432000 4194304 4196468 140722320020240 140705088254016 140705084028629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36302848 140722320024667 140722320024846 140722320024846 140722320027599 0
[pid=10373/tid=10376] ppid=10370 vsize=14088900 memory=0 CPUtime=14.46 cores=1,3,5,7
/proc/10373/task/10376/stat : 10376 (java) R 10370 10373 9532 0 -1 4202560 54379 0 0 0 1183 263 0 0 20 0 15 0 250658604 14427033600 2939955 33554432000 4194304 4196468 140722320020240 140705014106840 140705068969028 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36302848 140722320024667 140722320024846 140722320024846 140722320027599 0
[pid=10373/tid=10377] ppid=10370 vsize=14088900 memory=0 CPUtime=14.48 cores=1,3,5,7
/proc/10373/task/10377/stat : 10377 (java) R 10370 10373 9532 0 -1 4202560 24817 0 0 0 1151 297 0 0 20 0 15 0 250658604 14427033600 2939955 33554432000 4194304 4196468 140722320020240 140705013054096 140705068969547 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36302848 140722320024667 140722320024846 140722320024846 140722320027599 0
[pid=10373/tid=10378] ppid=10370 vsize=14088900 memory=2241 CPUtime=14.34 cores=1,3,5,7
/proc/10373/task/10378/stat : 10378 (java) R 10370 10373 9532 0 -1 4202560 33894 0 0 0 1156 278 0 0 20 0 15 0 250658604 14427033600 2939955 33554432000 4194304 4196468 140722320020240 140705012001240 140705068716062 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 36302848 140722320024667 140722320024846 140722320024846 140722320027599 0
[pid=10373/tid=10379] ppid=10370 vsize=14088900 memory=11759816 CPUtime=14.32 cores=1,3,5,7
/proc/10373/task/10379/stat : 10379 (java) R 10370 10373 9532 0 -1 4202560 24413 0 0 0 1158 274 0 0 20 0 15 0 250658604 14427033600 2939955 33554432000 4194304 4196468 140722320020240 140705010948384 140705068716198 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36302848 140722320024667 140722320024846 140722320024846 140722320027599 0
[pid=10373/tid=10380] ppid=10370 vsize=14088900 memory=6791534058613427641 CPUtime=0.91 cores=1,3,5,7
/proc/10373/task/10380/stat : 10380 (java) S 10370 10373 9532 0 -1 1077944384 26956 0 0 0 89 2 0 0 20 0 15 0 250658605 14427033600 2939955 33554432000 4194304 4196468 140722320020240 140704558466160 140705084028629 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 48 0 0 6293624 6294260 36302848 140722320024667 140722320024846 140722320024846 140722320027599 0
[pid=10373/tid=10381] ppid=10370 vsize=14088900 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/10373/task/10381/stat : 10381 (java) S 10370 10373 9532 0 -1 1077944384 73 0 0 0 0 0 0 0 20 0 15 0 250658606 14427033600 2939955 33554432000 4194304 4196468 140722320020240 140704557413648 140705084029570 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36302848 140722320024667 140722320024846 140722320024846 140722320027599 0
[pid=10373/tid=10382] ppid=10370 vsize=14088900 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10373/task/10382/stat : 10382 (java) S 10370 10373 9532 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 250658606 14427033600 2939955 33554432000 4194304 4196468 140722320020240 140704556360960 140705084028629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36302848 140722320024667 140722320024846 140722320024846 140722320027599 0
[pid=10373/tid=10383] ppid=10370 vsize=14088900 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10373/task/10383/stat : 10383 (java) S 10370 10373 9532 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250658608 14427033600 2939955 33554432000 4194304 4196468 140722320020240 140704555309520 140705084037019 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36302848 140722320024667 140722320024846 140722320024846 140722320027599 0
[pid=10373/tid=10384] ppid=10370 vsize=14088900 memory=6944656592387989600 CPUtime=0.92 cores=1,3,5,7
/proc/10373/task/10384/stat : 10384 (java) S 10370 10373 9532 0 -1 1077944384 2250 0 0 0 92 0 0 0 20 0 15 0 250658608 14427033600 2939955 33554432000 4194304 4196468 140722320020240 140704554256624 140705084029570 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36302848 140722320024667 140722320024846 140722320024846 140722320027599 0
[pid=10373/tid=10385] ppid=10370 vsize=14088900 memory=0 CPUtime=0.9 cores=1,3,5,7
/proc/10373/task/10385/stat : 10385 (java) S 10370 10373 9532 0 -1 1077944384 1495 0 0 0 90 0 0 0 20 0 15 0 250658608 14427033600 2939955 33554432000 4194304 4196468 140722320020240 140704553204080 140705084029570 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36302848 140722320024667 140722320024846 140722320024846 140722320027599 0
[pid=10373/tid=10386] ppid=10370 vsize=14088900 memory=0 CPUtime=0.49 cores=1,3,5,7
/proc/10373/task/10386/stat : 10386 (java) S 10370 10373 9532 0 -1 1077944384 2740 0 0 0 49 0 0 0 20 0 15 0 250658608 14427033600 2939955 33554432000 4194304 4196468 140722320020240 140704552151024 140705084029570 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36302848 140722320024667 140722320024846 140722320024846 140722320027599 0
[pid=10373/tid=10387] ppid=10370 vsize=14088900 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10373/task/10387/stat : 10387 (java) S 10370 10373 9532 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250658608 14427033600 2939955 33554432000 4194304 4196468 140722320020240 140704551098720 140705084028629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36302848 140722320024667 140722320024846 140722320024846 140722320027599 0
[pid=10373/tid=10388] ppid=10370 vsize=14088900 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/10373/task/10388/stat : 10388 (java) S 10370 10373 9532 0 -1 1077944384 703 0 0 0 0 1 0 0 20 0 15 0 250658609 14427033600 2939955 33554432000 4194304 4196468 140722320020240 140704550046768 140705084029570 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 48 0 0 6293624 6294260 36302848 140722320024667 140722320024846 140722320024846 140722320027599 0
Current children cumulated CPU time: 68.54 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 11759820 KiB

[startup+24.0007 s]*
/proc/loadavg: 3.16 2.51 2.12 3/218 10388
/proc/meminfo: memFree=7302704/32770624 swapFree=67108688/67108860
[pid=10373] ppid=10370 vsize=14088900 memory=7614260 CPUtime=69.75 cores=1,3,5,7
/proc/10373/stat : 10373 (java) S 10370 10373 9532 0 -1 1077944320 196681 0 0 0 5836 1139 0 0 20 0 15 0 250658603 14427033600 1903565 33554432000 4194304 4196468 140722320020240 140722320002784 140705084018423 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 36302848 140722320024667 140722320024846 140722320024846 140722320027599 0
/proc/10373/statm: 3522225 1903565 3598 1 0 3484297 0
[pid=10373/tid=10375] ppid=10370 vsize=14088900 memory=6944656592455097440 CPUtime=7.59 cores=1,3,5,7
/proc/10373/task/10375/stat : 10375 (java) S 10370 10373 9532 0 -1 1077944384 23309 0 0 0 743 16 0 0 20 0 15 0 250658603 14427033600 1903565 33554432000 4194304 4196468 140722320020240 140705088258144 140705084028629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36302848 140722320024667 140722320024846 140722320024846 140722320027599 0
[pid=10373/tid=10376] ppid=10370 vsize=14088900 memory=3472328296227679279 CPUtime=14.73 cores=1,3,5,7
/proc/10373/task/10376/stat : 10376 (java) S 10370 10373 9532 0 -1 1077944384 54452 0 0 0 1210 263 0 0 20 0 15 0 250658604 14427033600 1903565 33554432000 4194304 4196468 140722320020240 140705014106640 140705084028629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36302848 140722320024667 140722320024846 140722320024846 140722320027599 0
[pid=10373/tid=10377] ppid=10370 vsize=14088900 memory=7813734205740482737 CPUtime=14.75 cores=1,3,5,7
/proc/10373/task/10377/stat : 10377 (java) S 10370 10373 9532 0 -1 1077944384 24828 0 0 0 1178 297 0 0 20 0 15 0 250658604 14427033600 1903565 33554432000 4194304 4196468 140722320020240 140705013054096 140705084028629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36302848 140722320024667 140722320024846 140722320024846 140722320027599 0
[pid=10373/tid=10378] ppid=10370 vsize=14088900 memory=4872558044660077418 CPUtime=14.61 cores=1,3,5,7
/proc/10373/task/10378/stat : 10378 (java) S 10370 10373 9532 0 -1 1077944384 33896 0 0 0 1183 278 0 0 20 0 15 0 250658604 14427033600 1903565 33554432000 4194304 4196468 140722320020240 140705012001040 140705084028629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36302848 140722320024667 140722320024846 140722320024846 140722320027599 0
[pid=10373/tid=10379] ppid=10370 vsize=14088900 memory=4216 CPUtime=14.59 cores=1,3,5,7
/proc/10373/task/10379/stat : 10379 (java) S 10370 10373 9532 0 -1 1077944384 24598 0 0 0 1185 274 0 0 20 0 15 0 250658604 14427033600 1903565 33554432000 4194304 4196468 140722320020240 140705010948496 140705084028629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36302848 140722320024667 140722320024846 140722320024846 140722320027599 0
[pid=10373/tid=10380] ppid=10370 vsize=14088900 memory=752 CPUtime=1.05 cores=1,3,5,7
/proc/10373/task/10380/stat : 10380 (java) R 10370 10373 9532 0 -1 4202560 26960 0 0 0 102 3 0 0 20 0 15 0 250658605 14427033600 1903565 33554432000 4194304 4196468 140722320020240 140704558466368 140705076735386 0 0 0 16800975 0 0 0 -1 3 0 0 48 0 0 6293624 6294260 36302848 140722320024667 140722320024846 140722320024846 140722320027599 0
[pid=10373/tid=10381] ppid=10370 vsize=14088900 memory=3732 CPUtime=0 cores=1,3,5,7
/proc/10373/task/10381/stat : 10381 (java) S 10370 10373 9532 0 -1 1077944384 73 0 0 0 0 0 0 0 20 0 15 0 250658606 14427033600 1903565 33554432000 4194304 4196468 140722320020240 140704557414112 140705084028629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36302848 140722320024667 140722320024846 140722320024846 140722320027599 0
[pid=10373/tid=10382] ppid=10370 vsize=14088900 memory=1276 CPUtime=0 cores=1,3,5,7
/proc/10373/task/10382/stat : 10382 (java) S 10370 10373 9532 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 250658606 14427033600 1903565 33554432000 4194304 4196468 140722320020240 140704556360960 140705084028629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36302848 140722320024667 140722320024846 140722320024846 140722320027599 0
[pid=10373/tid=10383] ppid=10370 vsize=14088900 memory=9604 CPUtime=0 cores=1,3,5,7
/proc/10373/task/10383/stat : 10383 (java) S 10370 10373 9532 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250658608 14427033600 1903565 33554432000 4194304 4196468 140722320020240 140704555309520 140705084037019 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36302848 140722320024667 140722320024846 140722320024846 140722320027599 0
[pid=10373/tid=10384] ppid=10370 vsize=14088900 memory=1068 CPUtime=0.92 cores=1,3,5,7
/proc/10373/task/10384/stat : 10384 (java) S 10370 10373 9532 0 -1 1077944384 2253 0 0 0 92 0 0 0 20 0 15 0 250658608 14427033600 1903565 33554432000 4194304 4196468 140722320020240 140704554256624 140705084029570 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36302848 140722320024667 140722320024846 140722320024846 140722320027599 0
[pid=10373/tid=10385] ppid=10370 vsize=14088900 memory=0 CPUtime=0.9 cores=1,3,5,7
/proc/10373/task/10385/stat : 10385 (java) S 10370 10373 9532 0 -1 1077944384 1497 0 0 0 90 0 0 0 20 0 15 0 250658608 14427033600 1903565 33554432000 4194304 4196468 140722320020240 140704553204080 140705084029570 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36302848 140722320024667 140722320024846 140722320024846 140722320027599 0
[pid=10373/tid=10386] ppid=10370 vsize=14088900 memory=0 CPUtime=0.49 cores=1,3,5,7
/proc/10373/task/10386/stat : 10386 (java) S 10370 10373 9532 0 -1 1077944384 2742 0 0 0 49 0 0 0 20 0 15 0 250658608 14427033600 1903565 33554432000 4194304 4196468 140722320020240 140704552151024 140705084029570 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36302848 140722320024667 140722320024846 140722320024846 140722320027599 0
[pid=10373/tid=10387] ppid=10370 vsize=14088900 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10373/task/10387/stat : 10387 (java) S 10370 10373 9532 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250658608 14427033600 1903565 33554432000 4194304 4196468 140722320020240 140704551098720 140705084028629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36302848 140722320024667 140722320024846 140722320024846 140722320027599 0
[pid=10373/tid=10388] ppid=10370 vsize=14088900 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/10373/task/10388/stat : 10388 (java) S 10370 10373 9532 0 -1 1077944384 703 0 0 0 0 1 0 0 20 0 15 0 250658609 14427033600 1903565 33554432000 4194304 4196468 140722320020240 140704550046768 140705084029570 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 48 0 0 6293624 6294260 36302848 140722320024667 140722320024846 140722320024846 140722320027599 0
Current children cumulated CPU time: 69.75 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 7614260 KiB

Child status: 1
Real time (s): 24.0751
CPU time (s): 69.8288
CPU user time (s): 58.3726
CPU system time (s): 11.4562
CPU usage (%): 290.046
Max. virtual memory (cumulated for all children) (KiB): 14088900
Max. memory (cumulated for all children) (KiB): 11759820

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 58.3726
system time used= 11.4562
maximum resident set size= 11759916
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 196811
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= 4930
involuntary context switches= 597


# summary of solver processes directly reported to runsolver:
#   pid: 10373
#   total CPU time (s): 69.8288
#   total CPU user time (s): 58.3726
#   total CPU system time (s): 11.4562

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.194304 second user time and 0.289143 second system time

The end

Launcher Data

Begin job on node134 at 2018-08-15 13:02:34
IDJOB=4310275
IDBENCH=141308
IDSOLVER=2796
FILE ID=node134/4310275-1534330954
RUNJOBID= node134-1534329860-9564
PBS_JOBID= 21038165
Free space on /tmp= 43172 MiB

SOLVER NAME= OscaR - Hybrid 2018-08-14
BENCH NAME= XCSP18/CrosswordDesign/CrosswordDesign-07-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-4310275-1534330954/watcher-4310275-1534330954 -o /tmp/evaluation-result-4310275-1534330954/solver-4310275-1534330954 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node134-1534329860-9564 --watchdog 312  java -Xmx11000m -jar oscarCPXcsp3-hybrid.jar --randomseed 886146422 --timelimit 252 --memlimit 11000 --nbcore 4 HOME/instance-4310275-1534330954.xml

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

MD5SUM BENCH= b03b025d4dc3e1307d2e111dd352b63c
RANDOM SEED=886146422

node134.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.68
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.68
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.68
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.68
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:        19072912 kB
MemAvailable:   26694324 kB
Buffers:          203456 kB
Cached:          7631848 kB
SwapCached:           32 kB
Active:          9393428 kB
Inactive:        3689104 kB
Active(anon):    5196524 kB
Inactive(anon):   111440 kB
Active(file):    4196904 kB
Inactive(file):  3577664 kB
Unevictable:        7392 kB
Mlocked:            7392 kB
SwapTotal:      67108860 kB
SwapFree:       67108688 kB
Dirty:             40860 kB
Writeback:             0 kB
AnonPages:       5264960 kB
Mapped:            69192 kB
Shmem:             57844 kB
Slab:             304428 kB
SReclaimable:     275304 kB
SUnreclaim:        29124 kB
KernelStack:        3888 kB
PageTables:        15512 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    6247856 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5089280 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 43136 MiB
End job on node134 at 2018-08-15 13:02:58