Trace number 4290991

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
OscaR - Parallel with EPS 2018-07-02? 218.611 58.4945

General information on the benchmark

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

Solver Data

0.65/0.56	c version: 2018-07-02
0.65/0.56	c seed: 1045091778
0.65/0.56	c timeout: 20160
0.65/0.56	c memlimit: 22000
0.65/0.56	c nbcore: 8
0.65/0.59	c Parsing instance...
14.98/9.39	c Parsing done, starting search...
217.15/57.89	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
218.41/58.39		at scala.collection.mutable.ArrayBuilder$ofLong.mkArray(ArrayBuilder.scala:388)
218.41/58.39		at scala.collection.mutable.ArrayBuilder$ofLong.resize(ArrayBuilder.scala:394)
218.41/58.39		at scala.collection.mutable.ArrayBuilder$ofLong.sizeHint(ArrayBuilder.scala:399)
218.41/58.39		at scala.Array$.fill(Array.scala:263)
218.41/58.39		at oscar.algo.reversible.ReversibleSparseBitSet$BitSet.<init>(ReversibleSparseBitSet.scala:94)
218.41/58.39		at oscar.cp.constraints.tables.TableCTStar.computeSupportsAndInitialFiltering(TableCTStar.scala:274)
218.41/58.39		at oscar.cp.constraints.tables.TableCTStar.setup(TableCTStar.scala:94)
218.41/58.39		at oscar.cp.core.CPStore.post(CPStore.scala:282)
218.41/58.39		at oscar.cp.core.CPSolver.$anonfun$add$1(CPSolver.scala:138)
218.41/58.39		at oscar.cp.core.CPSolver$$Lambda$204/858232531.apply$mcV$sp(Unknown Source)
218.41/58.39		at oscar.algo.search.BranchingUtils.isInconsistent(BranchingUtils.scala:39)
218.41/58.39		at oscar.algo.search.BranchingUtils.isInconsistent$(BranchingUtils.scala:37)
218.41/58.39		at oscar.cp.package$.isInconsistent(package.scala:54)
218.41/58.39		at oscar.cp.core.CPSolver.add(CPSolver.scala:138)
218.41/58.39		at oscar.modeling.models.cp.CPModel.p(CPModel.scala:277)
218.41/58.39		at oscar.modeling.models.cp.CPModel.post(CPModel.scala:336)
218.41/58.39		at oscar.modeling.models.cp.MemoCPModel.post(MemoCPModel.scala:44)
218.41/58.39		at oscar.modeling.models.LeafModel.add(InstantiatedModel.scala:34)
218.41/58.39		at oscar.modeling.models.LeafModel.add$(InstantiatedModel.scala:34)
218.41/58.39		at oscar.modeling.models.InstantiatedModel.add(InstantiatedModel.scala:47)
218.41/58.39		at oscar.modeling.models.InstantiatedModel.$anonfun$new$1(InstantiatedModel.scala:54)
218.41/58.39		at oscar.modeling.models.InstantiatedModel.$anonfun$new$1$adapted(InstantiatedModel.scala:54)
218.41/58.39		at oscar.modeling.models.InstantiatedModel$$Lambda$200/22004208.apply(Unknown Source)
218.41/58.39		at scala.collection.immutable.List.foreach(List.scala:389)
218.41/58.39		at oscar.modeling.models.InstantiatedModel.<init>(InstantiatedModel.scala:54)
218.41/58.39		at oscar.modeling.models.cp.CPModel.<init>(CPModel.scala:256)
218.41/58.39		at oscar.modeling.models.cp.MemoCPModel.<init>(MemoCPModel.scala:33)
218.41/58.39		at oscar.modeling.solvers.cp.decompositions.RefinementStrategy.decompose(RefinementStrategy.scala:56)
218.41/58.39		at oscar.modeling.solvers.cp.CPProgram.$anonfun$solveDistributed$2(CPProgram.scala:191)
218.41/58.39		at oscar.modeling.solvers.cp.CPProgram$$Lambda$126/137460818.apply(Unknown Source)
218.41/58.39		at oscar.modeling.misc.ComputeTimeTaken$.computeTimeTaken(ComputeTimeTaken.scala:33)
218.41/58.39		at oscar.modeling.solvers.cp.CPProgram.$anonfun$solveDistributed$1(CPProgram.scala:191)
218.41/58.39	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 (9073 MiB free)
  memory of node 1: 16384 MiB (11080 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4290991-1532650309/watcher-4290991-1532650309 -o /tmp/evaluation-result-4290991-1532650309/solver-4290991-1532650309 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node134-1532645259-10890 --watchdog 2580 java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed 1045091778 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4290991-1532650309.xml 

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

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


[startup+0.103177 s]*
/proc/loadavg: 7.47 8.50 8.76 2/204 11303
/proc/meminfo: memFree=20619576/32770624 swapFree=67108860/67108860
[pid=11283] ppid=11280 vsize=26103424 memory=29536 CPUtime=0.1 cores=0-7
/proc/11283/stat : 11283 (java) S 11280 11283 10863 0 -1 1077944320 6838 0 0 0 9 1 0 0 20 0 20 0 82594397 26729906176 7384 33554432000 4194304 4196468 140726092896640 140726092879184 139826509958903 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 28327936 140726092903501 140726092903685 140726092903685 140726092906447 0
/proc/11283/statm: 6525856 7384 3135 1 0 6487932 0
[pid=11283/tid=11285] ppid=11280 vsize=26103424 memory=4134930498285298233 CPUtime=0.08 cores=0-7
/proc/11283/task/11285/stat : 11285 (java) R 11280 11283 10863 0 -1 4202560 4903 0 0 0 7 1 0 0 20 0 20 0 82594398 26729906176 7384 33554432000 4194304 4196468 140726092896640 139826514160568 139826494272501 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 28327936 140726092903501 140726092903685 140726092903685 140726092906447 0
[pid=11283/tid=11286] ppid=11280 vsize=26103424 memory=4126316290023845779 CPUtime=0 cores=0-7
/proc/11283/task/11286/stat : 11286 (java) S 11280 11283 10863 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 82594399 26729906176 7384 33554432000 4194304 4196468 140726092896640 139826432539408 139826509969109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28327936 140726092903501 140726092903685 140726092903685 140726092906447 0
[pid=11283/tid=11287] ppid=11280 vsize=26103424 memory=139696580937344 CPUtime=0 cores=0-7
/proc/11283/task/11287/stat : 11287 (java) S 11280 11283 10863 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 82594399 26729906176 7384 33554432000 4194304 4196468 140726092896640 139826431486864 139826509969109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28327936 140726092903501 140726092903685 140726092903685 140726092906447 0
[pid=11283/tid=11288] ppid=11280 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/11283/task/11288/stat : 11288 (java) S 11280 11283 10863 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 82594399 26729906176 7384 33554432000 4194304 4196468 140726092896640 139826430434320 139826509969109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28327936 140726092903501 140726092903685 140726092903685 140726092906447 0
[pid=11283/tid=11289] ppid=11280 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/11283/task/11289/stat : 11289 (java) S 11280 11283 10863 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 82594399 26729906176 7384 33554432000 4194304 4196468 140726092896640 139826429381776 139826509969109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28327936 140726092903501 140726092903685 140726092903685 140726092906447 0
[pid=11283/tid=11290] ppid=11280 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/11283/task/11290/stat : 11290 (java) S 11280 11283 10863 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 82594399 26729906176 7384 33554432000 4194304 4196468 140726092896640 139826428328208 139826509969109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28327936 140726092903501 140726092903685 140726092903685 140726092906447 0
[pid=11283/tid=11291] ppid=11280 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/11283/task/11291/stat : 11291 (java) S 11280 11283 10863 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 82594399 26729906176 7384 33554432000 4194304 4196468 140726092896640 139826427275664 139826509969109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28327936 140726092903501 140726092903685 140726092903685 140726092906447 0
[pid=11283/tid=11292] ppid=11280 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/11283/task/11292/stat : 11292 (java) S 11280 11283 10863 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 82594399 26729906176 7384 33554432000 4194304 4196468 140726092896640 139826426223120 139826509969109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28327936 140726092903501 140726092903685 140726092903685 140726092906447 0
[pid=11283/tid=11293] ppid=11280 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/11283/task/11293/stat : 11293 (java) S 11280 11283 10863 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 82594399 26729906176 7384 33554432000 4194304 4196468 140726092896640 139826425170576 139826509969109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28327936 140726092903501 140726092903685 140726092903685 140726092906447 0
[pid=11283/tid=11294] ppid=11280 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/11283/task/11294/stat : 11294 (java) S 11280 11283 10863 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 82594400 26729906176 7384 33554432000 4194304 4196468 140726092896640 139824916752880 139826509970050 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28327936 140726092903501 140726092903685 140726092903685 140726092906447 0
[pid=11283/tid=11295] ppid=11280 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/11283/task/11295/stat : 11295 (java) S 11280 11283 10863 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 82594400 26729906176 7384 33554432000 4194304 4196468 140726092896640 139824915699104 139826509969109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28327936 140726092903501 140726092903685 140726092903685 140726092906447 0
[pid=11283/tid=11296] ppid=11280 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/11283/task/11296/stat : 11296 (java) S 11280 11283 10863 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 82594401 26729906176 7384 33554432000 4194304 4196468 140726092896640 139824914646512 139826509969109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28327936 140726092903501 140726092903685 140726092903685 140726092906447 0
[pid=11283/tid=11297] ppid=11280 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/11283/task/11297/stat : 11297 (java) S 11280 11283 10863 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 82594403 26729906176 7384 33554432000 4194304 4196468 140726092896640 139824913595088 139826509977499 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28327936 140726092903501 140726092903685 140726092903685 140726092906447 0
[pid=11283/tid=11298] ppid=11280 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/11283/task/11298/stat : 11298 (java) S 11280 11283 10863 0 -1 1077944384 313 0 0 0 0 0 0 0 20 0 20 0 82594403 26729906176 7384 33554432000 4194304 4196468 140726092896640 139824912541680 139826509970050 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28327936 140726092903501 140726092903685 140726092903685 140726092906447 0
[pid=11283/tid=11299] ppid=11280 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/11283/task/11299/stat : 11299 (java) S 11280 11283 10863 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 82594403 26729906176 7384 33554432000 4194304 4196468 140726092896640 139824911489136 139826509970050 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28327936 140726092903501 140726092903685 140726092903685 140726092906447 0
[pid=11283/tid=11300] ppid=11280 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/11283/task/11300/stat : 11300 (java) S 11280 11283 10863 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 82594403 26729906176 7384 33554432000 4194304 4196468 140726092896640 139824910436592 139826509970050 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28327936 140726092903501 140726092903685 140726092903685 140726092906447 0
[pid=11283/tid=11301] ppid=11280 vsize=26103424 memory=0 CPUtime=0.01 cores=0-7
/proc/11283/task/11301/stat : 11301 (java) S 11280 11283 10863 0 -1 1077944384 236 0 0 0 1 0 0 0 20 0 20 0 82594403 26729906176 7384 33554432000 4194304 4196468 140726092896640 139824909381840 139826509969109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28327936 140726092903501 140726092903685 140726092903685 140726092906447 0
[pid=11283/tid=11302] ppid=11280 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/11283/task/11302/stat : 11302 (java) S 11280 11283 10863 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 82594403 26729906176 7384 33554432000 4194304 4196468 140726092896640 139824908331744 139826509969109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28327936 140726092903501 140726092903685 140726092903685 140726092906447 0
[pid=11283/tid=11303] ppid=11280 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/11283/task/11303/stat : 11303 (java) S 11280 11283 10863 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 82594404 26729906176 7384 33554432000 4194304 4196468 140726092896640 139824907279280 139826509970050 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28327936 140726092903501 140726092903685 140726092903685 140726092906447 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 26103424 KiB
Current children cumulated memory: 29536 KiB

[startup+0.21142 s]*
/proc/loadavg: 7.47 8.50 8.76 5/204 11303
/proc/meminfo: memFree=20606988/32770624 swapFree=67108860/67108860
[pid=11283] ppid=11280 vsize=26103424 memory=43120 CPUtime=0.28 cores=0-7
/proc/11283/stat : 11283 (java) S 11280 11283 10863 0 -1 1077944320 10406 0 0 0 26 2 0 0 20 0 20 0 82594397 26729906176 10780 33554432000 4194304 4196468 140726092896640 140726092879184 139826509958903 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 28327936 140726092903501 140726092903685 140726092903685 140726092906447 0
/proc/11283/statm: 6525856 10780 3351 1 0 6487932 0
[pid=11283/tid=11285] ppid=11280 vsize=26103424 memory=4026531975 CPUtime=0.18 cores=0-7
/proc/11283/task/11285/stat : 11285 (java) R 11280 11283 10863 0 -1 4202560 8216 0 0 0 17 1 0 0 20 0 20 0 82594398 26729906176 10780 33554432000 4194304 4196468 140726092896640 139826514183360 139826502196030 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28327936 140726092903501 140726092903685 140726092903685 140726092906447 0
[pid=11283/tid=11286] ppid=11280 vsize=26103424 memory=13976 CPUtime=0 cores=0-7
/proc/11283/task/11286/stat : 11286 (java) S 11280 11283 10863 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 82594399 26729906176 10780 33554432000 4194304 4196468 140726092896640 139826432539408 139826509969109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28327936 140726092903501 140726092903685 140726092903685 140726092906447 0
[pid=11283/tid=11287] ppid=11280 vsize=26103424 memory=3689204828696299168 CPUtime=0 cores=0-7
/proc/11283/task/11287/stat : 11287 (java) S 11280 11283 10863 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 82594399 26729906176 10780 33554432000 4194304 4196468 140726092896640 139826431486864 139826509969109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28327936 140726092903501 140726092903685 140726092903685 140726092906447 0
[pid=11283/tid=11288] ppid=11280 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/11283/task/11288/stat : 11288 (java) S 11280 11283 10863 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 82594399 26729906176 10780 33554432000 4194304 4196468 140726092896640 139826430434320 139826509969109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28327936 140726092903501 140726092903685 140726092903685 140726092906447 0
[pid=11283/tid=11289] ppid=11280 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/11283/task/11289/stat : 11289 (java) S 11280 11283 10863 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 82594399 26729906176 10780 33554432000 4194304 4196468 140726092896640 139826429381776 139826509969109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28327936 140726092903501 140726092903685 140726092903685 140726092906447 0
[pid=11283/tid=11290] ppid=11280 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/11283/task/11290/stat : 11290 (java) S 11280 11283 10863 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 82594399 26729906176 10780 33554432000 4194304 4196468 140726092896640 139826428328208 139826509969109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28327936 140726092903501 140726092903685 140726092903685 140726092906447 0
[pid=11283/tid=11291] ppid=11280 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/11283/task/11291/stat : 11291 (java) S 11280 11283 10863 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 82594399 26729906176 10780 33554432000 4194304 4196468 140726092896640 139826427275664 139826509969109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28327936 140726092903501 140726092903685 140726092903685 140726092906447 0
[pid=11283/tid=11292] ppid=11280 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/11283/task/11292/stat : 11292 (java) S 11280 11283 10863 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 82594399 26729906176 10780 33554432000 4194304 4196468 140726092896640 139826426223120 139826509969109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28327936 140726092903501 140726092903685 140726092903685 140726092906447 0
[pid=11283/tid=11293] ppid=11280 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/11283/task/11293/stat : 11293 (java) S 11280 11283 10863 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 82594399 26729906176 10780 33554432000 4194304 4196468 140726092896640 139826425170576 139826509969109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28327936 140726092903501 140726092903685 140726092903685 140726092906447 0
[pid=11283/tid=11294] ppid=11280 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/11283/task/11294/stat : 11294 (java) S 11280 11283 10863 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 82594400 26729906176 10780 33554432000 4194304 4196468 140726092896640 139824916752880 139826509970050 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28327936 140726092903501 140726092903685 140726092903685 140726092906447 0
[pid=11283/tid=11295] ppid=11280 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/11283/task/11295/stat : 11295 (java) S 11280 11283 10863 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 82594400 26729906176 10780 33554432000 4194304 4196468 140726092896640 139824915699104 139826509969109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28327936 140726092903501 140726092903685 140726092903685 140726092906447 0
[pid=11283/tid=11296] ppid=11280 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/11283/task/11296/stat : 11296 (java) S 11280 11283 10863 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 82594401 26729906176 10780 33554432000 4194304 4196468 140726092896640 139824914646512 139826509969109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28327936 140726092903501 140726092903685 140726092903685 140726092906447 0
[pid=11283/tid=11297] ppid=11280 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/11283/task/11297/stat : 11297 (java) S 11280 11283 10863 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 82594403 26729906176 10780 33554432000 4194304 4196468 140726092896640 139824913595088 139826509977499 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28327936 140726092903501 140726092903685 140726092903685 140726092906447 0
[pid=11283/tid=11298] ppid=11280 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/11283/task/11298/stat : 11298 (java) S 11280 11283 10863 0 -1 1077944384 313 0 0 0 0 0 0 0 20 0 20 0 82594403 26729906176 10780 33554432000 4194304 4196468 140726092896640 139824912541680 139826509970050 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28327936 140726092903501 140726092903685 140726092903685 140726092906447 0
[pid=11283/tid=11299] ppid=11280 vsize=26103424 memory=0 CPUtime=0.01 cores=0-7
/proc/11283/task/11299/stat : 11299 (java) R 11280 11283 10863 0 -1 4202560 86 0 0 0 1 0 0 0 20 0 20 0 82594403 26729906176 10780 33554432000 4194304 4196468 140726092896640 139824911489136 139826495574658 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28327936 140726092903501 140726092903685 140726092903685 140726092906447 0
[pid=11283/tid=11300] ppid=11280 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/11283/task/11300/stat : 11300 (java) S 11280 11283 10863 0 -1 1077944384 137 0 0 0 0 0 0 0 20 0 20 0 82594403 26729906176 10780 33554432000 4194304 4196468 140726092896640 139824910436592 139826509970050 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28327936 140726092903501 140726092903685 140726092903685 140726092906447 0
[pid=11283/tid=11301] ppid=11280 vsize=26103424 memory=0 CPUtime=0.05 cores=0-7
/proc/11283/task/11301/stat : 11301 (java) R 11280 11283 10863 0 -1 4202560 276 0 0 0 5 0 0 0 20 0 20 0 82594403 26729906176 10780 33554432000 4194304 4196468 140726092896640 139824909381840 139826488763216 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28327936 140726092903501 140726092903685 140726092903685 140726092906447 0
[pid=11283/tid=11302] ppid=11280 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/11283/task/11302/stat : 11302 (java) S 11280 11283 10863 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 82594403 26729906176 10780 33554432000 4194304 4196468 140726092896640 139824908331744 139826509969109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28327936 140726092903501 140726092903685 140726092903685 140726092906447 0
[pid=11283/tid=11303] ppid=11280 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/11283/task/11303/stat : 11303 (java) S 11280 11283 10863 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 82594404 26729906176 10780 33554432000 4194304 4196468 140726092896640 139824907279280 139826509970050 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28327936 140726092903501 140726092903685 140726092903685 140726092906447 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 26103424 KiB
Current children cumulated memory: 43120 KiB

[startup+0.310659 s]*
/proc/loadavg: 7.47 8.50 8.76 2/204 11303
/proc/meminfo: memFree=20603700/32770624 swapFree=67108860/67108860
[pid=11283] ppid=11280 vsize=26103424 memory=46412 CPUtime=0.42 cores=0-7
/proc/11283/stat : 11283 (java) S 11280 11283 10863 0 -1 1077944320 10850 0 0 0 39 3 0 0 20 0 20 0 82594397 26729906176 11603 33554432000 4194304 4196468 140726092896640 140726092879184 139826509958903 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 28327936 140726092903501 140726092903685 140726092903685 140726092906447 0
/proc/11283/statm: 6525856 11603 3353 1 0 6487932 0
[pid=11283/tid=11285] ppid=11280 vsize=26103424 memory=6791534058613427641 CPUtime=0.28 cores=0-7
/proc/11283/task/11285/stat : 11285 (java) R 11280 11283 10863 0 -1 4202560 8554 0 0 0 26 2 0 0 20 0 20 0 82594398 26729906176 11603 33554432000 4194304 4196468 140726092896640 139826514167624 139826494039390 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28327936 140726092903501 140726092903685 140726092903685 140726092906447 0
[pid=11283/tid=11286] ppid=11280 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/11283/task/11286/stat : 11286 (java) S 11280 11283 10863 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 82594399 26729906176 11603 33554432000 4194304 4196468 140726092896640 139826432539408 139826509969109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28327936 140726092903501 140726092903685 140726092903685 140726092906447 0
[pid=11283/tid=11287] ppid=11280 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/11283/task/11287/stat : 11287 (java) S 11280 11283 10863 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 82594399 26729906176 11603 33554432000 4194304 4196468 140726092896640 139826431486864 139826509969109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28327936 140726092903501 140726092903685 140726092903685 140726092906447 0
[pid=11283/tid=11288] ppid=11280 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/11283/task/11288/stat : 11288 (java) S 11280 11283 10863 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 82594399 26729906176 11603 33554432000 4194304 4196468 140726092896640 139826430434320 139826509969109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28327936 140726092903501 140726092903685 140726092903685 140726092906447 0
[pid=11283/tid=11289] ppid=11280 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/11283/task/11289/stat : 11289 (java) S 11280 11283 10863 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 82594399 26729906176 11603 33554432000 4194304 4196468 140726092896640 139826429381776 139826509969109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28327936 140726092903501 140726092903685 140726092903685 140726092906447 0
[pid=11283/tid=11290] ppid=11280 vsize=26103424 memory=2244 CPUtime=0 cores=0-7
/proc/11283/task/11290/stat : 11290 (java) S 11280 11283 10863 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 82594399 26729906176 11603 33554432000 4194304 4196468 140726092896640 139826428328208 139826509969109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28327936 140726092903501 140726092903685 140726092903685 140726092906447 0
[pid=11283/tid=11291] ppid=11280 vsize=26103424 memory=139696428643247 CPUtime=0 cores=0-7
/proc/11283/task/11291/stat : 11291 (java) S 11280 11283 10863 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 82594399 26729906176 11603 33554432000 4194304 4196468 140726092896640 139826427275664 139826509969109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28327936 140726092903501 140726092903685 140726092903685 140726092906447 0
[pid=11283/tid=11292] ppid=11280 vsize=26103424 memory=139696428645552 CPUtime=0 cores=0-7
/proc/11283/task/11292/stat : 11292 (java) S 11280 11283 10863 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 82594399 26729906176 11603 33554432000 4194304 4196468 140726092896640 139826426223120 139826509969109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28327936 140726092903501 140726092903685 140726092903685 140726092906447 0
[pid=11283/tid=11293] ppid=11280 vsize=26103424 memory=139696428647856 CPUtime=0 cores=0-7
/proc/11283/task/11293/stat : 11293 (java) S 11280 11283 10863 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 82594399 26729906176 11603 33554432000 4194304 4196468 140726092896640 139826425170576 139826509969109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28327936 140726092903501 140726092903685 140726092903685 140726092906447 0
[pid=11283/tid=11294] ppid=11280 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/11283/task/11294/stat : 11294 (java) S 11280 11283 10863 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 82594400 26729906176 11603 33554432000 4194304 4196468 140726092896640 139824916752880 139826509970050 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28327936 140726092903501 140726092903685 140726092903685 140726092906447 0
[pid=11283/tid=11295] ppid=11280 vsize=26103424 memory=279392857302672 CPUtime=0 cores=0-7
/proc/11283/task/11295/stat : 11295 (java) S 11280 11283 10863 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 82594400 26729906176 11603 33554432000 4194304 4196468 140726092896640 139824915699104 139826509969109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28327936 140726092903501 140726092903685 140726092903685 140726092906447 0
[pid=11283/tid=11296] ppid=11280 vsize=26103424 memory=279392857309584 CPUtime=0 cores=0-7
/proc/11283/task/11296/stat : 11296 (java) S 11280 11283 10863 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 82594401 26729906176 11603 33554432000 4194304 4196468 140726092896640 139824914646512 139826509969109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28327936 140726092903501 140726092903685 140726092903685 140726092906447 0
[pid=11283/tid=11297] ppid=11280 vsize=26103424 memory=279392857250864 CPUtime=0 cores=0-7
/proc/11283/task/11297/stat : 11297 (java) S 11280 11283 10863 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 82594403 26729906176 11603 33554432000 4194304 4196468 140726092896640 139824913595088 139826509977499 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28327936 140726092903501 140726092903685 140726092903685 140726092906447 0
[pid=11283/tid=11298] ppid=11280 vsize=26103424 memory=279392857323408 CPUtime=0 cores=0-7
/proc/11283/task/11298/stat : 11298 (java) S 11280 11283 10863 0 -1 1077944384 315 0 0 0 0 0 0 0 20 0 20 0 82594403 26729906176 11603 33554432000 4194304 4196468 140726092896640 139824912541680 139826509970050 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28327936 140726092903501 140726092903685 140726092903685 140726092906447 0
[pid=11283/tid=11299] ppid=11280 vsize=26103424 memory=279392857330320 CPUtime=0.01 cores=0-7
/proc/11283/task/11299/stat : 11299 (java) S 11280 11283 10863 0 -1 1077944384 127 0 0 0 1 0 0 0 20 0 20 0 82594403 26729906176 11603 33554432000 4194304 4196468 140726092896640 139824911489136 139826509970050 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28327936 140726092903501 140726092903685 140726092903685 140726092906447 0
[pid=11283/tid=11300] ppid=11280 vsize=26103424 memory=279392857328016 CPUtime=0.01 cores=0-7
/proc/11283/task/11300/stat : 11300 (java) S 11280 11283 10863 0 -1 1077944384 193 0 0 0 1 0 0 0 20 0 20 0 82594403 26729906176 11603 33554432000 4194304 4196468 140726092896640 139824910436592 139826509970050 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28327936 140726092903501 140726092903685 140726092903685 140726092906447 0
[pid=11283/tid=11301] ppid=11280 vsize=26103424 memory=279392857344624 CPUtime=0.08 cores=0-7
/proc/11283/task/11301/stat : 11301 (java) S 11280 11283 10863 0 -1 1077944384 286 0 0 0 8 0 0 0 20 0 20 0 82594403 26729906176 11603 33554432000 4194304 4196468 140726092896640 139824909384048 139826509970050 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28327936 140726092903501 140726092903685 140726092903685 140726092906447 0
[pid=11283/tid=11302] ppid=11280 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/11283/task/11302/stat : 11302 (java) S 11280 11283 10863 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 82594403 26729906176 11603 33554432000 4194304 4196468 140726092896640 139824908331744 139826509969109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28327936 140726092903501 140726092903685 140726092903685 140726092906447 0
[pid=11283/tid=11303] ppid=11280 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/11283/task/11303/stat : 11303 (java) S 11280 11283 10863 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 82594404 26729906176 11603 33554432000 4194304 4196468 140726092896640 139824907279280 139826509970050 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28327936 140726092903501 140726092903685 140726092903685 140726092906447 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 26103424 KiB
Current children cumulated memory: 46412 KiB

[startup+0.700802 s]
/proc/loadavg: 7.47 8.50 8.76 2/204 11303
/proc/meminfo: memFree=20580136/32770624 swapFree=67108860/67108860
[pid=11283] ppid=11280 vsize=26105492 memory=85392 CPUtime=0.98 cores=0-7
/proc/11283/stat : 11283 (java) S 11280 11283 10863 0 -1 1077944320 17823 0 0 0 94 4 0 0 20 0 20 0 82594397 26732023808 21348 33554432000 4194304 4196468 140726092896640 140726092879184 139826509958903 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 28327936 140726092903501 140726092903685 140726092903685 140726092906447 0
/proc/11283/statm: 6526373 21348 3490 1 0 6488444 0
[pid=11283/tid=11285] ppid=11280 vsize=26105492 memory=0 CPUtime=0.66 cores=0-7
/proc/11283/task/11285/stat : 11285 (java) R 11280 11283 10863 0 -1 4202560 15021 0 0 0 63 3 0 0 20 0 20 0 82594398 26732023808 21348 33554432000 4194304 4196468 140726092896640 139826514173872 139826502196030 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28327936 140726092903501 140726092903685 140726092903685 140726092906447 0
[pid=11283/tid=11286] ppid=11280 vsize=26105492 memory=0 CPUtime=0 cores=0-7
/proc/11283/task/11286/stat : 11286 (java) S 11280 11283 10863 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 82594399 26732023808 21348 33554432000 4194304 4196468 140726092896640 139826432539408 139826509969109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28327936 140726092903501 140726092903685 140726092903685 140726092906447 0
[pid=11283/tid=11287] ppid=11280 vsize=26105492 memory=0 CPUtime=0 cores=0-7
/proc/11283/task/11287/stat : 11287 (java) S 11280 11283 10863 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 82594399 26732023808 21348 33554432000 4194304 4196468 140726092896640 139826431486864 139826509969109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28327936 140726092903501 140726092903685 140726092903685 140726092906447 0
[pid=11283/tid=11288] ppid=11280 vsize=26105492 memory=0 CPUtime=0 cores=0-7
/proc/11283/task/11288/stat : 11288 (java) S 11280 11283 10863 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 82594399 26732023808 21348 33554432000 4194304 4196468 140726092896640 139826430434320 139826509969109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28327936 140726092903501 140726092903685 140726092903685 140726092906447 0
[pid=11283/tid=11289] ppid=11280 vsize=26105492 memory=1228 CPUtime=0 cores=0-7
/proc/11283/task/11289/stat : 11289 (java) S 11280 11283 10863 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 82594399 26732023808 21348 33554432000 4194304 4196468 140726092896640 139826429381776 139826509969109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28327936 140726092903501 140726092903685 140726092903685 140726092906447 0
[pid=11283/tid=11290] ppid=11280 vsize=26105492 memory=1704 CPUtime=0 cores=0-7
/proc/11283/task/11290/stat : 11290 (java) S 11280 11283 10863 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 82594399 26732023808 21348 33554432000 4194304 4196468 140726092896640 139826428328208 139826509969109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28327936 140726092903501 140726092903685 140726092903685 140726092906447 0
[pid=11283/tid=11291] ppid=11280 vsize=26105492 memory=1952 CPUtime=0 cores=0-7
/proc/11283/task/11291/stat : 11291 (java) S 11280 11283 10863 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 82594399 26732023808 21348 33554432000 4194304 4196468 140726092896640 139826427275664 139826509969109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28327936 140726092903501 140726092903685 140726092903685 140726092906447 0
[pid=11283/tid=11292] ppid=11280 vsize=26105492 memory=10596 CPUtime=0 cores=0-7
/proc/11283/task/11292/stat : 11292 (java) S 11280 11283 10863 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 82594399 26732023808 21348 33554432000 4194304 4196468 140726092896640 139826426223120 139826509969109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28327936 140726092903501 140726092903685 140726092903685 140726092906447 0
[pid=11283/tid=11293] ppid=11280 vsize=26105492 memory=15872 CPUtime=0 cores=0-7
/proc/11283/task/11293/stat : 11293 (java) S 11280 11283 10863 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 82594399 26732023808 21348 33554432000 4194304 4196468 140726092896640 139826425170576 139826509969109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28327936 140726092903501 140726092903685 140726092903685 140726092906447 0
[pid=11283/tid=11294] ppid=11280 vsize=26105492 memory=18476 CPUtime=0 cores=0-7
/proc/11283/task/11294/stat : 11294 (java) S 11280 11283 10863 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 82594400 26732023808 21348 33554432000 4194304 4196468 140726092896640 139824916752880 139826509970050 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28327936 140726092903501 140726092903685 140726092903685 140726092906447 0

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

/proc/11283/task/11301/stat : 11301 (java) S 11280 11283 10863 0 -1 1077944384 2374 0 0 0 52 1 0 0 20 0 20 0 82594403 26738315264 5734478 33554432000 4194304 4196468 140726092896640 139824909384048 139826509970050 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28327936 140726092903501 140726092903685 140726092903685 140726092906447 0
[pid=11283/tid=11302] ppid=11280 vsize=26111636 memory=18280 CPUtime=0 cores=0-7
/proc/11283/task/11302/stat : 11302 (java) S 11280 11283 10863 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 82594403 26738315264 5734478 33554432000 4194304 4196468 140726092896640 139824908331744 139826509969109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28327936 140726092903501 140726092903685 140726092903685 140726092906447 0
[pid=11283/tid=11303] ppid=11280 vsize=26111636 memory=1236 CPUtime=0.02 cores=0-7
/proc/11283/task/11303/stat : 11303 (java) S 11280 11283 10863 0 -1 1077944384 98 0 0 0 1 1 0 0 20 0 20 0 82594404 26738315264 5734478 33554432000 4194304 4196468 140726092896640 139824907279280 139826509970050 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28327936 140726092903501 140726092903685 140726092903685 140726092906447 0
Current children cumulated CPU time: 192.7 s
Current children cumulated vsize: 26111636 KiB
Current children cumulated memory: 22937912 KiB

[startup+56.0009 s]*
/proc/loadavg: 4.39 7.51 8.41 9/204 11303
/proc/meminfo: memFree=302196/32770624 swapFree=67108860/67108860
[pid=11283] ppid=11280 vsize=26111636 memory=22937912 CPUtime=205.12 cores=0-7
/proc/11283/stat : 11283 (java) S 11280 11283 10863 0 -1 1077944320 1771750 0 0 0 15496 5016 0 0 20 0 20 0 82594397 26738315264 5734478 33554432000 4194304 4196468 140726092896640 140726092879184 139826509958903 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 28327936 140726092903501 140726092903685 140726092903685 140726092906447 0
/proc/11283/statm: 6527909 5734478 3593 1 0 6489980 0
[pid=11283/tid=11285] ppid=11280 vsize=26111636 memory=6791534058613427641 CPUtime=32.74 cores=0-7
/proc/11283/task/11285/stat : 11285 (java) S 11280 11283 10863 0 -1 1077944384 62148 0 0 0 3225 49 0 0 20 0 20 0 82594398 26738315264 5734478 33554432000 4194304 4196468 140726092896640 139826514193040 139826509969109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28327936 140726092903501 140726092903685 140726092903685 140726092906447 0
[pid=11283/tid=11286] ppid=11280 vsize=26111636 memory=4126316290023845779 CPUtime=21.04 cores=0-7
/proc/11283/task/11286/stat : 11286 (java) R 11280 11283 10863 0 -1 4202560 203587 0 0 0 1470 634 0 0 20 0 20 0 82594399 26738315264 5734478 33554432000 4194304 4196468 140726092896640 139826432539216 139826502587111 0 4 0 16800975 0 0 0 -1 6 0 0 27 0 0 6293624 6294260 28327936 140726092903501 140726092903685 140726092903685 140726092906447 0
[pid=11283/tid=11287] ppid=11280 vsize=26111636 memory=21614928 CPUtime=20.98 cores=0-7
/proc/11283/task/11287/stat : 11287 (java) R 11280 11283 10863 0 -1 4202560 189090 0 0 0 1496 602 0 0 20 0 20 0 82594399 26738315264 5734478 33554432000 4194304 4196468 140726092896640 139826431486672 139826502587111 0 4 0 16800975 0 0 0 -1 5 0 0 22 0 0 6293624 6294260 28327936 140726092903501 140726092903685 140726092903685 140726092906447 0
[pid=11283/tid=11288] ppid=11280 vsize=26111636 memory=4052 CPUtime=21.18 cores=0-7
/proc/11283/task/11288/stat : 11288 (java) R 11280 11283 10863 0 -1 4202560 295657 0 0 0 1526 592 0 0 20 0 20 0 82594399 26738315264 5734478 33554432000 4194304 4196468 140726092896640 139826430434440 139826502587111 0 4 0 16800975 0 0 0 -1 2 0 0 20 0 0 6293624 6294260 28327936 140726092903501 140726092903685 140726092903685 140726092906447 0
[pid=11283/tid=11289] ppid=11280 vsize=26111636 memory=644 CPUtime=21.09 cores=0-7
/proc/11283/task/11289/stat : 11289 (java) R 11280 11283 10863 0 -1 4202560 183201 0 0 0 1485 624 0 0 20 0 20 0 82594399 26738315264 5734478 33554432000 4194304 4196468 140726092896640 139826429381584 139826502587111 0 4 0 16800975 0 0 0 -1 0 0 0 21 0 0 6293624 6294260 28327936 140726092903501 140726092903685 140726092903685 140726092906447 0
[pid=11283/tid=11290] ppid=11280 vsize=26111636 memory=22877352 CPUtime=20.93 cores=0-7
/proc/11283/task/11290/stat : 11290 (java) R 11280 11283 10863 0 -1 4202560 200762 0 0 0 1451 642 0 0 20 0 20 0 82594399 26738315264 5734478 33554432000 4194304 4196468 140726092896640 139826428328328 139826502587111 0 4 0 16800975 0 0 0 -1 1 0 0 26 0 0 6293624 6294260 28327936 140726092903501 140726092903685 140726092903685 140726092906447 0
[pid=11283/tid=11291] ppid=11280 vsize=26111636 memory=279392857573040 CPUtime=20.93 cores=0-7
/proc/11283/task/11291/stat : 11291 (java) R 11280 11283 10863 0 -1 4202560 203193 0 0 0 1413 680 0 0 20 0 20 0 82594399 26738315264 5734478 33554432000 4194304 4196468 140726092896640 139826427275784 139826502587111 0 4 0 16800975 0 0 0 -1 1 0 0 15 0 0 6293624 6294260 28327936 140726092903501 140726092903685 140726092903685 140726092906447 0
[pid=11283/tid=11292] ppid=11280 vsize=26111636 memory=50635986700522 CPUtime=21.18 cores=0-7
/proc/11283/task/11292/stat : 11292 (java) R 11280 11283 10863 0 -1 4202560 175810 0 0 0 1554 564 0 0 20 0 20 0 82594399 26738315264 5734478 33554432000 4194304 4196468 140726092896640 139826426222928 139826503061976 0 4 0 16800975 0 0 0 -1 3 0 0 13 0 0 6293624 6294260 28327936 140726092903501 140726092903685 140726092903685 140726092906447 0
[pid=11283/tid=11293] ppid=11280 vsize=26111636 memory=50635986700778 CPUtime=20.94 cores=0-7
/proc/11283/task/11293/stat : 11293 (java) R 11280 11283 10863 0 -1 4202560 216449 0 0 0 1486 608 0 0 20 0 20 0 82594399 26738315264 5734478 33554432000 4194304 4196468 140726092896640 139826425170384 139826495717720 0 4 0 16800975 0 0 0 -1 4 0 0 29 0 0 6293624 6294260 28327936 140726092903501 140726092903685 140726092903685 140726092906447 0
[pid=11283/tid=11294] ppid=11280 vsize=26111636 memory=279392857098800 CPUtime=1.63 cores=0-7
/proc/11283/task/11294/stat : 11294 (java) S 11280 11283 10863 0 -1 1077944384 32678 0 0 0 154 9 0 0 20 0 20 0 82594400 26738315264 5734478 33554432000 4194304 4196468 140726092896640 139824916751440 139826509969109 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28327936 140726092903501 140726092903685 140726092903685 140726092906447 0
[pid=11283/tid=11295] ppid=11280 vsize=26111636 memory=7679937539709960979 CPUtime=0 cores=0-7
/proc/11283/task/11295/stat : 11295 (java) S 11280 11283 10863 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 20 0 82594400 26738315264 5734478 33554432000 4194304 4196468 140726092896640 139824915699168 139826509969109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28327936 140726092903501 140726092903685 140726092903685 140726092906447 0
[pid=11283/tid=11296] ppid=11280 vsize=26111636 memory=26820909663 CPUtime=0 cores=0-7
/proc/11283/task/11296/stat : 11296 (java) S 11280 11283 10863 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 20 0 82594401 26738315264 5734478 33554432000 4194304 4196468 140726092896640 139824914646528 139826509969109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28327936 140726092903501 140726092903685 140726092903685 140726092906447 0
[pid=11283/tid=11297] ppid=11280 vsize=26111636 memory=7679937539709960979 CPUtime=0 cores=0-7
/proc/11283/task/11297/stat : 11297 (java) S 11280 11283 10863 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 82594403 26738315264 5734478 33554432000 4194304 4196468 140726092896640 139824913595088 139826509977499 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28327936 140726092903501 140726092903685 140726092903685 140726092906447 0
[pid=11283/tid=11298] ppid=11280 vsize=26111636 memory=26820909663 CPUtime=0.57 cores=0-7
/proc/11283/task/11298/stat : 11298 (java) S 11280 11283 10863 0 -1 1077944384 1540 0 0 0 57 0 0 0 20 0 20 0 82594403 26738315264 5734478 33554432000 4194304 4196468 140726092896640 139824912541728 139826509969109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28327936 140726092903501 140726092903685 140726092903685 140726092906447 0
[pid=11283/tid=11299] ppid=11280 vsize=26111636 memory=26820909664 CPUtime=0.57 cores=0-7
/proc/11283/task/11299/stat : 11299 (java) S 11280 11283 10863 0 -1 1077944384 2045 0 0 0 57 0 0 0 20 0 20 0 82594403 26738315264 5734478 33554432000 4194304 4196468 140726092896640 139824911488896 139826509969109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28327936 140726092903501 140726092903685 140726092903685 140726092906447 0
[pid=11283/tid=11300] ppid=11280 vsize=26111636 memory=11116 CPUtime=0.67 cores=0-7
/proc/11283/task/11300/stat : 11300 (java) S 11280 11283 10863 0 -1 1077944384 1720 0 0 0 67 0 0 0 20 0 20 0 82594403 26738315264 5734478 33554432000 4194304 4196468 140726092896640 139824910436640 139826509969109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28327936 140726092903501 140726092903685 140726092903685 140726092906447 0
[pid=11283/tid=11301] ppid=11280 vsize=26111636 memory=1200 CPUtime=0.53 cores=0-7
/proc/11283/task/11301/stat : 11301 (java) S 11280 11283 10863 0 -1 1077944384 2374 0 0 0 52 1 0 0 20 0 20 0 82594403 26738315264 5734478 33554432000 4194304 4196468 140726092896640 139824909384096 139826509969109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28327936 140726092903501 140726092903685 140726092903685 140726092906447 0
[pid=11283/tid=11302] ppid=11280 vsize=26111636 memory=1228 CPUtime=0 cores=0-7
/proc/11283/task/11302/stat : 11302 (java) S 11280 11283 10863 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 82594403 26738315264 5734478 33554432000 4194304 4196468 140726092896640 139824908331744 139826509969109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28327936 140726092903501 140726092903685 140726092903685 140726092906447 0
[pid=11283/tid=11303] ppid=11280 vsize=26111636 memory=1704 CPUtime=0.02 cores=0-7
/proc/11283/task/11303/stat : 11303 (java) S 11280 11283 10863 0 -1 1077944384 98 0 0 0 1 1 0 0 20 0 20 0 82594404 26738315264 5734478 33554432000 4194304 4196468 140726092896640 139824907279280 139826509970050 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28327936 140726092903501 140726092903685 140726092903685 140726092906447 0
Current children cumulated CPU time: 205.12 s
Current children cumulated vsize: 26111636 KiB
Current children cumulated memory: 22937912 KiB

[startup+57.601 s]
/proc/loadavg: 4.68 7.52 8.41 9/204 11303
/proc/meminfo: memFree=302196/32770624 swapFree=67108860/67108860
[pid=11283] ppid=11280 vsize=26111636 memory=22937956 CPUtime=215.71 cores=0-7
/proc/11283/stat : 11283 (java) S 11280 11283 10863 0 -1 1077944320 2172866 0 0 0 16532 5039 0 0 20 0 20 0 82594397 26738315264 5734489 33554432000 4194304 4196468 140726092896640 140726092879184 139826509958903 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 28327936 140726092903501 140726092903685 140726092903685 140726092906447 0
/proc/11283/statm: 6527909 5734489 3593 1 0 6489980 0
[pid=11283/tid=11285] ppid=11280 vsize=26111636 memory=24480 CPUtime=32.74 cores=0-7
/proc/11283/task/11285/stat : 11285 (java) S 11280 11283 10863 0 -1 1077944384 62155 0 0 0 3225 49 0 0 20 0 20 0 82594398 26738315264 5734489 33554432000 4194304 4196468 140726092896640 139826514193040 139826509969109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28327936 140726092903501 140726092903685 140726092903685 140726092906447 0
[pid=11283/tid=11286] ppid=11280 vsize=26111636 memory=2396 CPUtime=22.32 cores=0-7
/proc/11283/task/11286/stat : 11286 (java) S 11280 11283 10863 0 -1 1077944384 207333 0 0 0 1597 635 0 0 20 0 20 0 82594399 26738315264 5734489 33554432000 4194304 4196468 140726092896640 139826432539408 139826509969109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 27 0 0 6293624 6294260 28327936 140726092903501 140726092903685 140726092903685 140726092906447 0
[pid=11283/tid=11287] ppid=11280 vsize=26111636 memory=1292 CPUtime=22.27 cores=0-7
/proc/11283/task/11287/stat : 11287 (java) S 11280 11283 10863 0 -1 1077944384 190719 0 0 0 1623 604 0 0 20 0 20 0 82594399 26738315264 5734489 33554432000 4194304 4196468 140726092896640 139826431486864 139826509969109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 22 0 0 6293624 6294260 28327936 140726092903501 140726092903685 140726092903685 140726092906447 0
[pid=11283/tid=11288] ppid=11280 vsize=26111636 memory=1844 CPUtime=22.47 cores=0-7
/proc/11283/task/11288/stat : 11288 (java) S 11280 11283 10863 0 -1 1077944384 296510 0 0 0 1654 593 0 0 20 0 20 0 82594399 26738315264 5734489 33554432000 4194304 4196468 140726092896640 139826430434320 139826509969109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 20 0 0 6293624 6294260 28327936 140726092903501 140726092903685 140726092903685 140726092906447 0
[pid=11283/tid=11289] ppid=11280 vsize=26111636 memory=1008 CPUtime=22.38 cores=0-7
/proc/11283/task/11289/stat : 11289 (java) S 11280 11283 10863 0 -1 1077944384 183800 0 0 0 1613 625 0 0 20 0 20 0 82594399 26738315264 5734489 33554432000 4194304 4196468 140726092896640 139826429381776 139826509969109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 21 0 0 6293624 6294260 28327936 140726092903501 140726092903685 140726092903685 140726092906447 0
[pid=11283/tid=11290] ppid=11280 vsize=26111636 memory=22937912 CPUtime=22.21 cores=0-7
/proc/11283/task/11290/stat : 11290 (java) S 11280 11283 10863 0 -1 1077944384 203344 0 0 0 1578 643 0 0 20 0 20 0 82594399 26738315264 5734489 33554432000 4194304 4196468 140726092896640 139826428328208 139826509969109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 26 0 0 6293624 6294260 28327936 140726092903501 140726092903685 140726092903685 140726092906447 0
[pid=11283/tid=11291] ppid=11280 vsize=26111636 memory=4052 CPUtime=22.19 cores=0-7
/proc/11283/task/11291/stat : 11291 (java) S 11280 11283 10863 0 -1 1077944384 204140 0 0 0 1538 681 0 0 20 0 20 0 82594399 26738315264 5734489 33554432000 4194304 4196468 140726092896640 139826427275664 139826509969109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 15 0 0 6293624 6294260 28327936 140726092903501 140726092903685 140726092903685 140726092906447 0
[pid=11283/tid=11292] ppid=11280 vsize=26111636 memory=644 CPUtime=22.5 cores=0-7
/proc/11283/task/11292/stat : 11292 (java) S 11280 11283 10863 0 -1 1077944384 541663 0 0 0 1671 579 0 0 20 0 20 0 82594399 26738315264 5734489 33554432000 4194304 4196468 140726092896640 139826426223120 139826509969109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 13 0 0 6293624 6294260 28327936 140726092903501 140726092903685 140726092903685 140726092906447 0
[pid=11283/tid=11293] ppid=11280 vsize=26111636 memory=1800 CPUtime=22.22 cores=0-7
/proc/11283/task/11293/stat : 11293 (java) S 11280 11283 10863 0 -1 1077944384 224068 0 0 0 1614 608 0 0 20 0 20 0 82594399 26738315264 5734489 33554432000 4194304 4196468 140726092896640 139826425170576 139826509969109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 29 0 0 6293624 6294260 28327936 140726092903501 140726092903685 140726092903685 140726092906447 0
[pid=11283/tid=11294] ppid=11280 vsize=26111636 memory=956 CPUtime=1.88 cores=0-7
/proc/11283/task/11294/stat : 11294 (java) R 11280 11283 10863 0 -1 4202560 49942 0 0 0 178 10 0 0 20 0 20 0 82594400 26738315264 5734489 33554432000 4194304 4196468 140726092896640 139824916751424 139826488329078 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28327936 140726092903501 140726092903685 140726092903685 140726092906447 0
[pid=11283/tid=11295] ppid=11280 vsize=26111636 memory=2340 CPUtime=0 cores=0-7
/proc/11283/task/11295/stat : 11295 (java) S 11280 11283 10863 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 20 0 82594400 26738315264 5734489 33554432000 4194304 4196468 140726092896640 139824915698704 139826509970050 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28327936 140726092903501 140726092903685 140726092903685 140726092906447 0
[pid=11283/tid=11296] ppid=11280 vsize=26111636 memory=4052 CPUtime=0 cores=0-7
/proc/11283/task/11296/stat : 11296 (java) S 11280 11283 10863 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 20 0 82594401 26738315264 5734489 33554432000 4194304 4196468 140726092896640 139824914646528 139826509969109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28327936 140726092903501 140726092903685 140726092903685 140726092906447 0
[pid=11283/tid=11297] ppid=11280 vsize=26111636 memory=644 CPUtime=0 cores=0-7
/proc/11283/task/11297/stat : 11297 (java) S 11280 11283 10863 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 82594403 26738315264 5734489 33554432000 4194304 4196468 140726092896640 139824913595088 139826509977499 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28327936 140726092903501 140726092903685 140726092903685 140726092906447 0
[pid=11283/tid=11298] ppid=11280 vsize=26111636 memory=1800 CPUtime=0.57 cores=0-7
/proc/11283/task/11298/stat : 11298 (java) S 11280 11283 10863 0 -1 1077944384 1542 0 0 0 57 0 0 0 20 0 20 0 82594403 26738315264 5734489 33554432000 4194304 4196468 140726092896640 139824912541680 139826509970050 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28327936 140726092903501 140726092903685 140726092903685 140726092906447 0
[pid=11283/tid=11299] ppid=11280 vsize=26111636 memory=956 CPUtime=0.57 cores=0-7
/proc/11283/task/11299/stat : 11299 (java) S 11280 11283 10863 0 -1 1077944384 2047 0 0 0 57 0 0 0 20 0 20 0 82594403 26738315264 5734489 33554432000 4194304 4196468 140726092896640 139824911489136 139826509970050 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28327936 140726092903501 140726092903685 140726092903685 140726092906447 0
[pid=11283/tid=11300] ppid=11280 vsize=26111636 memory=2340 CPUtime=0.67 cores=0-7
/proc/11283/task/11300/stat : 11300 (java) S 11280 11283 10863 0 -1 1077944384 1722 0 0 0 67 0 0 0 20 0 20 0 82594403 26738315264 5734489 33554432000 4194304 4196468 140726092896640 139824910436592 139826509970050 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28327936 140726092903501 140726092903685 140726092903685 140726092906447 0
[pid=11283/tid=11301] ppid=11280 vsize=26111636 memory=928 CPUtime=0.53 cores=0-7
/proc/11283/task/11301/stat : 11301 (java) S 11280 11283 10863 0 -1 1077944384 2376 0 0 0 52 1 0 0 20 0 20 0 82594403 26738315264 5734489 33554432000 4194304 4196468 140726092896640 139824909384048 139826509970050 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28327936 140726092903501 140726092903685 140726092903685 140726092906447 0
[pid=11283/tid=11302] ppid=11280 vsize=26111636 memory=1568 CPUtime=0 cores=0-7
/proc/11283/task/11302/stat : 11302 (java) S 11280 11283 10863 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 82594403 26738315264 5734489 33554432000 4194304 4196468 140726092896640 139824908331744 139826509969109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28327936 140726092903501 140726092903685 140726092903685 140726092906447 0
[pid=11283/tid=11303] ppid=11280 vsize=26111636 memory=1704 CPUtime=0.02 cores=0-7
/proc/11283/task/11303/stat : 11303 (java) S 11280 11283 10863 0 -1 1077944384 100 0 0 0 1 1 0 0 20 0 20 0 82594404 26738315264 5734489 33554432000 4194304 4196468 140726092896640 139824907279280 139826509970050 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28327936 140726092903501 140726092903685 140726092903685 140726092906447 0
Current children cumulated CPU time: 215.71 s
Current children cumulated vsize: 26111636 KiB
Current children cumulated memory: 22937956 KiB

[startup+58.0009 s]*
/proc/loadavg: 4.68 7.52 8.41 2/204 11303
/proc/meminfo: memFree=301700/32770624 swapFree=67108860/67108860
[pid=11283] ppid=11280 vsize=26111636 memory=22938124 CPUtime=218.03 cores=0-7
/proc/11283/stat : 11283 (java) S 11280 11283 10863 0 -1 1077944320 2185726 0 0 0 16763 5040 0 0 20 0 20 0 82594397 26738315264 5734531 33554432000 4194304 4196468 140726092896640 140726092879184 139826509958903 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 28327936 140726092903501 140726092903685 140726092903685 140726092906447 0
/proc/11283/statm: 6527909 5734531 3594 1 0 6489980 0
[pid=11283/tid=11285] ppid=11280 vsize=26111636 memory=6791534058613427641 CPUtime=32.74 cores=0-7
/proc/11283/task/11285/stat : 11285 (java) S 11280 11283 10863 0 -1 1077944384 62256 0 0 0 3225 49 0 0 20 0 20 0 82594398 26738315264 5734531 33554432000 4194304 4196468 140726092896640 139826514198176 139826509969109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28327936 140726092903501 140726092903685 140726092903685 140726092906447 0
[pid=11283/tid=11286] ppid=11280 vsize=26111636 memory=4100 CPUtime=22.6 cores=0-7
/proc/11283/task/11286/stat : 11286 (java) R 11280 11283 10863 0 -1 4202560 207613 0 0 0 1625 635 0 0 20 0 20 0 82594399 26738315264 5734531 33554432000 4194304 4196468 140726092896640 139826432539408 139826494955549 0 4 0 16800975 0 0 0 -1 0 0 0 27 0 0 6293624 6294260 28327936 140726092903501 140726092903685 140726092903685 140726092906447 0
[pid=11283/tid=11287] ppid=11280 vsize=26111636 memory=1408 CPUtime=22.55 cores=0-7
/proc/11283/task/11287/stat : 11287 (java) R 11280 11283 10863 0 -1 4202560 190742 0 0 0 1651 604 0 0 20 0 20 0 82594399 26738315264 5734531 33554432000 4194304 4196468 140726092896640 139826431486864 139826494955549 0 4 0 16800975 0 0 0 -1 4 0 0 22 0 0 6293624 6294260 28327936 140726092903501 140726092903685 140726092903685 140726092906447 0
[pid=11283/tid=11288] ppid=11280 vsize=26111636 memory=22937912 CPUtime=22.74 cores=0-7
/proc/11283/task/11288/stat : 11288 (java) R 11280 11283 10863 0 -1 4202560 296740 0 0 0 1681 593 0 0 20 0 20 0 82594399 26738315264 5734531 33554432000 4194304 4196468 140726092896640 139826430434320 139826494955549 0 4 0 16800975 0 0 0 -1 2 0 0 20 0 0 6293624 6294260 28327936 140726092903501 140726092903685 140726092903685 140726092906447 0
[pid=11283/tid=11289] ppid=11280 vsize=26111636 memory=4126316290023845779 CPUtime=22.65 cores=0-7
/proc/11283/task/11289/stat : 11289 (java) R 11280 11283 10863 0 -1 1077944384 183976 0 0 0 1640 625 0 0 20 0 20 0 82594399 26738315264 5734531 33554432000 4194304 4196468 140726092896640 139826429381776 139826509969109 0 4 0 16800975 0 0 0 -1 4 0 0 21 0 0 6293624 6294260 28327936 140726092903501 140726092903685 140726092903685 140726092906447 0
[pid=11283/tid=11290] ppid=11280 vsize=26111636 memory=22937912 CPUtime=22.49 cores=0-7
/proc/11283/task/11290/stat : 11290 (java) R 11280 11283 10863 0 -1 4202560 203521 0 0 0 1606 643 0 0 20 0 20 0 82594399 26738315264 5734531 33554432000 4194304 4196468 140726092896640 139826428328208 139826494955549 0 4 0 16800975 0 0 0 -1 1 0 0 26 0 0 6293624 6294260 28327936 140726092903501 140726092903685 140726092903685 140726092906447 0
[pid=11283/tid=11291] ppid=11280 vsize=26111636 memory=1236 CPUtime=22.47 cores=0-7
/proc/11283/task/11291/stat : 11291 (java) R 11280 11283 10863 0 -1 4202560 204167 0 0 0 1566 681 0 0 20 0 20 0 82594399 26738315264 5734531 33554432000 4194304 4196468 140726092896640 139826427275664 139826494955549 0 4 0 16800975 0 0 0 -1 6 0 0 15 0 0 6293624 6294260 28327936 140726092903501 140726092903685 140726092903685 140726092906447 0
[pid=11283/tid=11292] ppid=11280 vsize=26111636 memory=14280 CPUtime=22.78 cores=0-7
/proc/11283/task/11292/stat : 11292 (java) R 11280 11283 10863 0 -1 4202560 541927 0 0 0 1699 579 0 0 20 0 20 0 82594399 26738315264 5734531 33554432000 4194304 4196468 140726092896640 139826426223120 139826494955549 0 4 0 16800975 0 0 0 -1 3 0 0 13 0 0 6293624 6294260 28327936 140726092903501 140726092903685 140726092903685 140726092906447 0
[pid=11283/tid=11293] ppid=11280 vsize=26111636 memory=4052 CPUtime=22.5 cores=0-7
/proc/11283/task/11293/stat : 11293 (java) R 11280 11283 10863 0 -1 4202560 224141 0 0 0 1642 608 0 0 20 0 20 0 82594399 26738315264 5734531 33554432000 4194304 4196468 140726092896640 139826425170576 139826494955549 0 4 0 16800975 0 0 0 -1 5 0 0 29 0 0 6293624 6294260 28327936 140726092903501 140726092903685 140726092903685 140726092906447 0
[pid=11283/tid=11294] ppid=11280 vsize=26111636 memory=644 CPUtime=2.02 cores=0-7
/proc/11283/task/11294/stat : 11294 (java) S 11280 11283 10863 0 -1 1077944384 61424 0 0 0 191 11 0 0 20 0 20 0 82594400 26738315264 5734531 33554432000 4194304 4196468 140726092896640 139824916751424 139826509969109 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28327936 140726092903501 140726092903685 140726092903685 140726092906447 0
[pid=11283/tid=11295] ppid=11280 vsize=26111636 memory=1800 CPUtime=0 cores=0-7
/proc/11283/task/11295/stat : 11295 (java) S 11280 11283 10863 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 20 0 82594400 26738315264 5734531 33554432000 4194304 4196468 140726092896640 139824915699168 139826509969109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28327936 140726092903501 140726092903685 140726092903685 140726092906447 0
[pid=11283/tid=11296] ppid=11280 vsize=26111636 memory=956 CPUtime=0 cores=0-7
/proc/11283/task/11296/stat : 11296 (java) S 11280 11283 10863 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 20 0 82594401 26738315264 5734531 33554432000 4194304 4196468 140726092896640 139824914646528 139826509969109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28327936 140726092903501 140726092903685 140726092903685 140726092906447 0
[pid=11283/tid=11297] ppid=11280 vsize=26111636 memory=2340 CPUtime=0 cores=0-7
/proc/11283/task/11297/stat : 11297 (java) S 11280 11283 10863 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 82594403 26738315264 5734531 33554432000 4194304 4196468 140726092896640 139824913595088 139826509977499 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28327936 140726092903501 140726092903685 140726092903685 140726092906447 0
[pid=11283/tid=11298] ppid=11280 vsize=26111636 memory=928 CPUtime=0.57 cores=0-7
/proc/11283/task/11298/stat : 11298 (java) S 11280 11283 10863 0 -1 1077944384 1542 0 0 0 57 0 0 0 20 0 20 0 82594403 26738315264 5734531 33554432000 4194304 4196468 140726092896640 139824912541680 139826509970050 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28327936 140726092903501 140726092903685 140726092903685 140726092906447 0
[pid=11283/tid=11299] ppid=11280 vsize=26111636 memory=1568 CPUtime=0.57 cores=0-7
/proc/11283/task/11299/stat : 11299 (java) S 11280 11283 10863 0 -1 1077944384 2047 0 0 0 57 0 0 0 20 0 20 0 82594403 26738315264 5734531 33554432000 4194304 4196468 140726092896640 139824911489136 139826509970050 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28327936 140726092903501 140726092903685 140726092903685 140726092906447 0
[pid=11283/tid=11300] ppid=11280 vsize=26111636 memory=22937932 CPUtime=0.67 cores=0-7
/proc/11283/task/11300/stat : 11300 (java) S 11280 11283 10863 0 -1 1077944384 1722 0 0 0 67 0 0 0 20 0 20 0 82594403 26738315264 5734531 33554432000 4194304 4196468 140726092896640 139824910436592 139826509970050 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28327936 140726092903501 140726092903685 140726092903685 140726092906447 0
[pid=11283/tid=11301] ppid=11280 vsize=26111636 memory=920 CPUtime=0.53 cores=0-7
/proc/11283/task/11301/stat : 11301 (java) S 11280 11283 10863 0 -1 1077944384 2376 0 0 0 52 1 0 0 20 0 20 0 82594403 26738315264 5734531 33554432000 4194304 4196468 140726092896640 139824909384048 139826509970050 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28327936 140726092903501 140726092903685 140726092903685 140726092906447 0
[pid=11283/tid=11302] ppid=11280 vsize=26111636 memory=4236 CPUtime=0 cores=0-7
/proc/11283/task/11302/stat : 11302 (java) S 11280 11283 10863 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 82594403 26738315264 5734531 33554432000 4194304 4196468 140726092896640 139824908331744 139826509969109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28327936 140726092903501 140726092903685 140726092903685 140726092906447 0
[pid=11283/tid=11303] ppid=11280 vsize=26111636 memory=20974732 CPUtime=0.02 cores=0-7
/proc/11283/task/11303/stat : 11303 (java) S 11280 11283 10863 0 -1 1077944384 125 0 0 0 1 1 0 0 20 0 20 0 82594404 26738315264 5734531 33554432000 4194304 4196468 140726092896640 139824907279280 139826509970050 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28327936 140726092903501 140726092903685 140726092903685 140726092906447 0
Current children cumulated CPU time: 218.03 s
Current children cumulated vsize: 26111636 KiB
Current children cumulated memory: 22938124 KiB

[startup+58.4008 s]*
/proc/loadavg: 4.68 7.52 8.41 2/186 11304
/proc/meminfo: memFree=12356236/32770624 swapFree=67108860/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 1
Real time (s): 58.4945
CPU time (s): 218.611
CPU user time (s): 167.864
CPU system time (s): 50.7466
CPU usage (%): 373.728
Max. virtual memory (cumulated for all children) (KiB): 26111636
Max. memory (cumulated for all children) (KiB): 22938124

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 167.864
system time used= 50.7466
maximum resident set size= 22938124
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2185864
page faults= 0
swaps= 0
block input operations= 0
block output operations= 200
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 29010
involuntary context switches= 2853


# summary of solver processes directly reported to runsolver:
#   pid: 11283
#   total CPU time (s): 218.611
#   total CPU user time (s): 167.864
#   total CPU system time (s): 50.7466

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.527832 second user time and 0.663061 second system time

The end

Launcher Data

Begin job on node134 at 2018-07-27 02:11:51
IDJOB=4290991
IDBENCH=141312
IDSOLVER=2745
FILE ID=node134/4290991-1532650309
RUNJOBID= node134-1532645259-10890
PBS_JOBID= 21022206
Free space on /tmp= 55444 MiB

SOLVER NAME= OscaR - Parallel with EPS 2018-07-02
BENCH NAME= XCSP18/CrosswordDesign/CrosswordDesign-14-4-rom_c18.xml
COMMAND LINE= java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 22000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4290991-1532650309/watcher-4290991-1532650309 -o /tmp/evaluation-result-4290991-1532650309/solver-4290991-1532650309 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node134-1532645259-10890 --watchdog 2580  java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed 1045091778 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4290991-1532650309.xml

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

MD5SUM BENCH= 52d67a2c2b92da49d73f7cfe8dcb2e5e
RANDOM SEED=1045091778

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:        20637224 kB
MemAvailable:   31951276 kB
Buffers:          231688 kB
Cached:         11340220 kB
SwapCached:            0 kB
Active:          2357424 kB
Inactive:        9268292 kB
Active(anon):       5316 kB
Inactive(anon):    76424 kB
Active(file):    2352108 kB
Inactive(file):  9191868 kB
Unevictable:        7396 kB
Mlocked:            7396 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             46936 kB
Writeback:             0 kB
AnonPages:         61240 kB
Mapped:            41368 kB
Shmem:             25248 kB
Slab:             199932 kB
SReclaimable:     171820 kB
SUnreclaim:        28112 kB
KernelStack:        3264 kB
PageTables:         4708 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     324088 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 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= 55408 MiB
End job on node134 at 2018-07-27 02:12:50