<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>ora-solutions.net - Martin Decker &#187; Unix</title>
	<atom:link href="http://www.ora-solutions.net/web/category/unix/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ora-solutions.net/web</link>
	<description>Indepented Oracle consultant</description>
	<lastBuildDate>Wed, 25 Jan 2012 14:04:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>ACFS Filesystem Monitoring and Group Ownership</title>
		<link>http://www.ora-solutions.net/web/2011/01/10/acfs-filesystem-monitoring-and-group-ownership/</link>
		<comments>http://www.ora-solutions.net/web/2011/01/10/acfs-filesystem-monitoring-and-group-ownership/#comments</comments>
		<pubDate>Mon, 10 Jan 2011 09:06:00 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[11gR2]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Oracle Database]]></category>
		<category><![CDATA[Oracle Enterprise Manager]]></category>
		<category><![CDATA[Unix]]></category>

		<guid isPermaLink="false">http://www.ora-solutions.net/web/?p=1016</guid>
		<description><![CDATA[When you create an ACFS Filesystem in Grid Infrastructure 11.2.0.1 or 11.2.0.2, the filesystem root directory group ownership is set to Group SS_ASM_GRP, e.g. asmadmin. 1 2 3 4 5 6 7 8 9 10 11 12 &#91;grid@md1 ~&#93;$ cd /opt/oracle/gridbase/acfsmounts &#91;grid@md1 acfsmounts&#93;$ ls -al total 12 drwxr-xr-x 3 grid oinstall 4096 Jan 10 09:44 [...]]]></description>
			<content:encoded><![CDATA[<p>When you create an ACFS Filesystem in Grid Infrastructure 11.2.0.1 or 11.2.0.2, the filesystem root directory group ownership is set to Group SS_ASM_GRP, e.g. asmadmin.</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #7a0874; font-weight: bold;">&#91;</span>grid<span style="color: #000000; font-weight: bold;">@</span>md1 ~<span style="color: #7a0874; font-weight: bold;">&#93;</span>$ <span style="color: #7a0874; font-weight: bold;">cd</span> <span style="color: #000000; font-weight: bold;">/</span>opt<span style="color: #000000; font-weight: bold;">/</span>oracle<span style="color: #000000; font-weight: bold;">/</span>gridbase<span style="color: #000000; font-weight: bold;">/</span>acfsmounts
<span style="color: #7a0874; font-weight: bold;">&#91;</span>grid<span style="color: #000000; font-weight: bold;">@</span>md1 acfsmounts<span style="color: #7a0874; font-weight: bold;">&#93;</span>$ <span style="color: #c20cb9; font-weight: bold;">ls</span> <span style="color: #660033;">-al</span>
total <span style="color: #000000;">12</span>
drwxr-xr-x  <span style="color: #000000;">3</span> grid oinstall <span style="color: #000000;">4096</span> Jan <span style="color: #000000;">10</span> 09:<span style="color: #000000;">44</span> .
drwxr-xr-x <span style="color: #000000;">10</span> grid oinstall <span style="color: #000000;">4096</span> Jan <span style="color: #000000;">10</span> 09:<span style="color: #000000;">43</span> ..
drwxrwx---  <span style="color: #000000;">4</span> root   asmadm <span style="color: #000000;">4096</span> Jan <span style="color: #000000;">10</span> 09:<span style="color: #000000;">44</span> data_testvol
&nbsp;
SQL<span style="color: #000000; font-weight: bold;">&gt;</span> <span style="color: #000000; font-weight: bold;">select</span> <span style="color: #000000; font-weight: bold;">*</span> from v<span style="color: #007800;">$asm_filesystem</span> where fs_name = <span style="color: #ff0000;">'/opt/oracle/gridbase/acfsmounts/data_testvol'</span>
&nbsp;
FS_NAME                                        AVAILABLE BLOCK_SIZE STATE         CORRU    NUM_VOL TOTAL_SIZE TOTAL_FREE TOTAL_SNAP_SPACE_USAGE
<span style="color: #660033;">----------------------------------------------</span> <span style="color: #660033;">---------</span> <span style="color: #660033;">----------</span> <span style="color: #660033;">-------------</span> <span style="color: #660033;">-----</span> <span style="color: #660033;">----------</span> <span style="color: #660033;">----------</span> <span style="color: #660033;">----------</span> <span style="color: #660033;">----------------------</span>
<span style="color: #000000; font-weight: bold;">/</span>opt<span style="color: #000000; font-weight: bold;">/</span>oracle<span style="color: #000000; font-weight: bold;">/</span>gridbase<span style="color: #000000; font-weight: bold;">/</span>acfsmounts<span style="color: #000000; font-weight: bold;">/</span>data_testvol   <span style="color: #000000;">10</span>-JAN-<span style="color: #000000;">11</span>          <span style="color: #000000;">4</span> AVAILABLE     FALSE          <span style="color: #000000;">1</span>        <span style="color: #000000;">256</span> <span style="color: #000000;">119.769531</span>                      <span style="color: #000000;">0</span></pre></td></tr></table></div>

<p>If &#8211; for whatever reason &#8211; you change the group ownership from asmadm to a different group, ASM can not populate the views v$asm_filesystem and v$asm_acfsvolumes which in turn means that you can not monitor the filesystem with Oracle Enterprise Manager Grid Control because it uses those 2 views for monitoring.</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #7a0874; font-weight: bold;">&#91;</span>root<span style="color: #000000; font-weight: bold;">@</span>md1 data_testvol<span style="color: #7a0874; font-weight: bold;">&#93;</span><span style="color: #666666; font-style: italic;"># chgrp myapp .</span>
<span style="color: #7a0874; font-weight: bold;">&#91;</span>root<span style="color: #000000; font-weight: bold;">@</span>md1 data_testvol<span style="color: #7a0874; font-weight: bold;">&#93;</span><span style="color: #666666; font-style: italic;"># ls -la</span>
total <span style="color: #000000;">80</span>
drwxrwx--- <span style="color: #000000;">4</span> root   myapp     <span style="color: #000000;">4096</span> Jan <span style="color: #000000;">10</span> 09:<span style="color: #000000;">45</span> .
drwxr-xr-x <span style="color: #000000;">3</span> grid   oinstall  <span style="color: #000000;">4096</span> Jan <span style="color: #000000;">10</span> 09:<span style="color: #000000;">44</span> ..
drwxr-xr-x <span style="color: #000000;">5</span> root   root      <span style="color: #000000;">4096</span> Jan <span style="color: #000000;">10</span> 09:<span style="color: #000000;">44</span> .ACFS
<span style="color: #660033;">-rw-r--r--</span> <span style="color: #000000;">1</span> root   asmadm     <span style="color: #000000;">610</span> Jan <span style="color: #000000;">10</span> 09:<span style="color: #000000;">45</span> .fslimit
drwx------ <span style="color: #000000;">2</span> root   root     <span style="color: #000000;">65536</span> Jan <span style="color: #000000;">10</span> 09:<span style="color: #000000;">44</span> lost+found
&nbsp;
&nbsp;
SQL<span style="color: #000000; font-weight: bold;">&gt;</span> <span style="color: #000000; font-weight: bold;">select</span> <span style="color: #000000; font-weight: bold;">*</span> from v<span style="color: #007800;">$asm_filesystem</span> where fs_name = <span style="color: #ff0000;">'/opt/oracle/gridbase/acfsmounts/data_testvol'</span>
  <span style="color: #000000;">2</span>  ;
&nbsp;
no rows selected</pre></td></tr></table></div>

<p>From my point of view, this is a severe limitation. ACFS Filesystems, should like any other filesystem, be able to allow any user/group ownership and still be able to monitor it. However, I could not convince my oracle support engineer to see it the same way&#8230; </p>
]]></content:encoded>
			<wfw:commentRss>http://www.ora-solutions.net/web/2011/01/10/acfs-filesystem-monitoring-and-group-ownership/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Grid Control 11g: Agent Metric Swap Utilization on HP-UX with Pseudo-Swap</title>
		<link>http://www.ora-solutions.net/web/2010/11/12/grid-control-11g-agent-metric-swap-utilization-on-hp-ux-with-pseudo-swap/</link>
		<comments>http://www.ora-solutions.net/web/2010/11/12/grid-control-11g-agent-metric-swap-utilization-on-hp-ux-with-pseudo-swap/#comments</comments>
		<pubDate>Fri, 12 Nov 2010 09:21:37 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[HP-UX]]></category>
		<category><![CDATA[Oracle Enterprise Manager]]></category>

		<guid isPermaLink="false">http://www.ora-solutions.net/web/?p=965</guid>
		<description><![CDATA[If you are running Grid Control on HP-UX and you are using pseudo-swap, then you have to add the property: NMUPM_USE_PSEUDO_MEM=TRUE to the emd.properties. Otherwise, Swap Utilization is calculated wrongly (higher than acutal) and it might trigger false alarms. How is the Grid Control Agent calculating Swap Utilization? In file $AGENT_HOME/sysman/admin/metadata/host.xml line 310 you find [...]]]></description>
			<content:encoded><![CDATA[<p>If you are running Grid Control on HP-UX and you are using pseudo-swap, then you have to add the property:</p>
<p>NMUPM_USE_PSEUDO_MEM=TRUE </p>
<p>to the emd.properties. Otherwise, Swap Utilization is calculated wrongly (higher than acutal) and it might trigger false alarms.</p>
<p>How is the Grid Control Agent calculating Swap Utilization?</p>
<p>In file $AGENT_HOME/sysman/admin/metadata/host.xml line 310 you find some answers:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>310
311
</pre></td><td class="code"><pre class="xml" style="font-family:monospace;"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;ColumnDescriptor</span> <span style="color: #000066;">NAME</span>=<span style="color: #ff0000;">&quot;swapUtil&quot;</span> <span style="color: #000066;">TYPE</span>=<span style="color: #ff0000;">&quot;NUMBER&quot;</span> <span style="color: #000066;">IS_KEY</span>=<span style="color: #ff0000;">&quot;FALSE&quot;</span> </span>
<span style="color: #009900;"><span style="color: #000066;">COMPUTE_EXPR</span>=<span style="color: #ff0000;">&quot;(100.0 * usedSwap / (usedSwap + freeSwap))&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span></pre></td></tr></table></div>

<p>In other parts, you find the definition of &#8220;usedSwap&#8221; and &#8220;freeSwap&#8221;.</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>310
311
312
313
</pre></td><td class="code"><pre class="xml" style="font-family:monospace;"> <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;ColumnDescriptor</span> <span style="color: #000066;">NAME</span>=<span style="color: #ff0000;">&quot;usedSwap&quot;</span> <span style="color: #000066;">TYPE</span>=<span style="color: #ff0000;">&quot;NUMBER&quot;</span> <span style="color: #000066;">IS_KEY</span>=<span style="color: #ff0000;">&quot;FALSE&quot;</span> </span>
<span style="color: #009900;"><span style="color: #000066;">COMPUTE_EXPR</span>=<span style="color: #ff0000;">&quot;(usedSwapRaw / 1024.0)&quot;</span> <span style="color: #000066;">HELP</span>=<span style="color: #ff0000;">&quot;NO_HELP&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>
 <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;ColumnDescriptor</span> <span style="color: #000066;">NAME</span>=<span style="color: #ff0000;">&quot;freeSwap&quot;</span> <span style="color: #000066;">TYPE</span>=<span style="color: #ff0000;">&quot;NUMBER&quot;</span> <span style="color: #000066;">IS_KEY</span>=<span style="color: #ff0000;">&quot;FALSE&quot;</span> </span>
<span style="color: #009900;"><span style="color: #000066;">COMPUTE_EXPR</span>=<span style="color: #ff0000;">&quot;(freeSwapRaw / 1024.0)&quot;</span> <span style="color: #000066;">HELP</span>=<span style="color: #ff0000;">&quot;NO_HELP&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span></pre></td></tr></table></div>

<p>Now, we have to find &#8220;usedSwapRaw&#8221; and &#8220;freeSwapRaw&#8221;. In a different part (line 387) of this file, you see this section:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>387
388
389
390
391
392
393
394
395
396
397
398
399
</pre></td><td class="code"><pre class="xml" style="font-family:monospace;"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;GetView</span> <span style="color: #000066;">NAME</span>=<span style="color: #ff0000;">&quot;LoadInternalView&quot;</span> <span style="color: #000066;">FROM_TABLE</span>=<span style="color: #ff0000;">&quot;_LoadInternal&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>
                        <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;Column</span> <span style="color: #000066;">NAME</span>=<span style="color: #ff0000;">&quot;cpuLoad_1min&quot;</span> <span style="color: #000066;">COLUMN_NAME</span>=<span style="color: #ff0000;">&quot;cpuLoad_1min&quot;</span><span style="color: #000000; font-weight: bold;">/&gt;</span></span>
                        <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;Column</span> <span style="color: #000066;">NAME</span>=<span style="color: #ff0000;">&quot;cpuLoad&quot;</span> <span style="color: #000066;">COLUMN_NAME</span>=<span style="color: #ff0000;">&quot;cpuLoad&quot;</span><span style="color: #000000; font-weight: bold;">/&gt;</span></span>
                        <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;Column</span> <span style="color: #000066;">NAME</span>=<span style="color: #ff0000;">&quot;cpuLoad_15min&quot;</span> <span style="color: #000066;">COLUMN_NAME</span>=<span style="color: #ff0000;">&quot;cpuLoad_15min&quot;</span><span style="color: #000000; font-weight: bold;">/&gt;</span></span>
                        <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;Column</span> <span style="color: #000066;">NAME</span>=<span style="color: #ff0000;">&quot;pgScan&quot;</span> <span style="color: #000066;">COLUMN_NAME</span>=<span style="color: #ff0000;">&quot;pgScan&quot;</span><span style="color: #000000; font-weight: bold;">/&gt;</span></span>
                        <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;Column</span> <span style="color: #000066;">NAME</span>=<span style="color: #ff0000;">&quot;noOfProcs&quot;</span> <span style="color: #000066;">COLUMN_NAME</span>=<span style="color: #ff0000;">&quot;noOfProcs&quot;</span><span style="color: #000000; font-weight: bold;">/&gt;</span></span>
                        <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;Column</span> <span style="color: #000066;">NAME</span>=<span style="color: #ff0000;">&quot;transfers&quot;</span> <span style="color: #000066;">COLUMN_NAME</span>=<span style="color: #ff0000;">&quot;transfers&quot;</span><span style="color: #000000; font-weight: bold;">/&gt;</span></span>
                        <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;Column</span> <span style="color: #000066;">NAME</span>=<span style="color: #ff0000;">&quot;pageSize&quot;</span> <span style="color: #000066;">COLUMN_NAME</span>=<span style="color: #ff0000;">&quot;pageSize&quot;</span><span style="color: #000000; font-weight: bold;">/&gt;</span></span>
                        <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;Column</span> <span style="color: #000066;">NAME</span>=<span style="color: #ff0000;">&quot;realMem&quot;</span> <span style="color: #000066;">COLUMN_NAME</span>=<span style="color: #ff0000;">&quot;realMem&quot;</span><span style="color: #000000; font-weight: bold;">/&gt;</span></span>
                        <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;Column</span> <span style="color: #000066;">NAME</span>=<span style="color: #ff0000;">&quot;freeMemRaw&quot;</span> <span style="color: #000066;">COLUMN_NAME</span>=<span style="color: #ff0000;">&quot;freeMemRaw&quot;</span><span style="color: #000000; font-weight: bold;">/&gt;</span></span>
                        <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;Column</span> <span style="color: #000066;">NAME</span>=<span style="color: #ff0000;">&quot;usedSwapRaw&quot;</span> <span style="color: #000066;">COLUMN_NAME</span>=<span style="color: #ff0000;">&quot;usedSwapRaw&quot;</span><span style="color: #000000; font-weight: bold;">/&gt;</span></span>
                        <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;Column</span> <span style="color: #000066;">NAME</span>=<span style="color: #ff0000;">&quot;freeSwapRaw&quot;</span> <span style="color: #000066;">COLUMN_NAME</span>=<span style="color: #ff0000;">&quot;freeSwapRaw&quot;</span><span style="color: #000000; font-weight: bold;">/&gt;</span></span>
        <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/GetView<span style="color: #000000; font-weight: bold;">&gt;</span></span></span></pre></td></tr></table></div>

<p>In the &#8220;Metric&#8221; XML Tag for  <strong>Metric NAME=&#8221;_LoadInternal&#8221;</strong>, you find the QueryDescriptor:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>620
621
622
623
624
625
626
627
628
629
</pre></td><td class="code"><pre class="xml" style="font-family:monospace;"> <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;QueryDescriptor</span> <span style="color: #000066;">FETCHLET_ID</span>=<span style="color: #ff0000;">&quot;OSLineToken&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>
      <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;Property</span> <span style="color: #000066;">NAME</span>=<span style="color: #ff0000;">&quot;NMUPM_USE_PSEUDO_MEM&quot;</span> <span style="color: #000066;">SCOPE</span>=<span style="color: #ff0000;">&quot;INSTANCE&quot;</span> <span style="color: #000066;">OPTIONAL</span>=<span style="color: #ff0000;">&quot;TRUE&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>NMUPM_USE_PSEUDO_MEM<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/Property<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
      <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;Property</span> <span style="color: #000066;">NAME</span>=<span style="color: #ff0000;">&quot;ENVNMUPM_USE_PSEUDO_MEM&quot;</span> <span style="color: #000066;">SCOPE</span>=<span style="color: #ff0000;">&quot;GLOBAL&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>%NMUPM_USE_PSEUDO_MEM%<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/Property<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
      <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;Property</span> <span style="color: #000066;">NAME</span>=<span style="color: #ff0000;">&quot;emdRoot&quot;</span> <span style="color: #000066;">SCOPE</span>=<span style="color: #ff0000;">&quot;SYSTEMGLOBAL&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>emdRoot<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/Property<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
      <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;Property</span> <span style="color: #000066;">NAME</span>=<span style="color: #ff0000;">&quot;command&quot;</span> <span style="color: #000066;">SCOPE</span>=<span style="color: #ff0000;">&quot;GLOBAL&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span> %emdRoot%/bin/nmupm <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/Property<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
      <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;Property</span> <span style="color: #000066;">NAME</span>=<span style="color: #ff0000;">&quot;args&quot;</span> <span style="color: #000066;">SCOPE</span>=<span style="color: #ff0000;">&quot;GLOBAL&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>osLoad<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/Property<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
      <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;Property</span> <span style="color: #000066;">NAME</span>=<span style="color: #ff0000;">&quot;startsWith&quot;</span> <span style="color: #000066;">SCOPE</span>=<span style="color: #ff0000;">&quot;GLOBAL&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>em_result=<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/Property<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
      <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;Property</span> <span style="color: #000066;">NAME</span>=<span style="color: #ff0000;">&quot;delimiter&quot;</span> <span style="color: #000066;">SCOPE</span>=<span style="color: #ff0000;">&quot;GLOBAL&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>|<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/Property<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
      <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;Property</span> <span style="color: #000066;">NAME</span>=<span style="color: #ff0000;">&quot;ENVNMUPM_TIMEOUT&quot;</span> <span style="color: #000066;">OPTIONAL</span>=<span style="color: #ff0000;">&quot;TRUE&quot;</span> <span style="color: #000066;">SCOPE</span>=<span style="color: #ff0000;">&quot;SYSTEMGLOBAL&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>NMUPM_TIMEOUT<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/Property<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
    <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/QueryDescriptor<span style="color: #000000; font-weight: bold;">&gt;</span></span></span></pre></td></tr></table></div>

<p>So, now we know that the agent executes &#8220;nmupm osLoad&#8221;. Let´s try it.</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;">$ nmupm osLoad
<span style="color: #007800;">ncpus</span>=<span style="color: #000000;">8</span>
<span style="color: #007800;">em_result</span>=<span style="color: #000000;">4.10</span><span style="color: #000000; font-weight: bold;">|</span><span style="color: #000000;">2.43</span><span style="color: #000000; font-weight: bold;">|</span><span style="color: #000000;">4.46</span><span style="color: #000000; font-weight: bold;">|</span><span style="color: #000000;">500038168.000000</span><span style="color: #000000; font-weight: bold;">|</span><span style="color: #000000;">987</span><span style="color: #000000; font-weight: bold;">|</span><span style="color: #000000;">3</span><span style="color: #000000; font-weight: bold;">|</span><span style="color: #000000;">0.000000</span><span style="color: #000000; font-weight: bold;">|</span><span style="color: #000000;">4096.000000</span><span style="color: #000000; font-weight: bold;">|</span><span style="color: #000000;">40775544.000000</span><span style="color: #000000; font-weight: bold;">|</span><span style="color: #000000;">10464849920.000000</span><span style="color: #000000; font-weight: bold;">|</span><span style="color: #000000;">41094647808.000000</span><span style="color: #000000; font-weight: bold;">|</span><span style="color: #000000;">21731692544.000000</span></pre></td></tr></table></div>

<p>The result is pipe seperated and consists of the columns from above. The last two are used &#8220;usedSwapRaw&#8221; and &#8220;freeSwapRaw&#8221;. </p>
<p>Please note that you will get different results depending on the value of the environment variable &#8220;NMUPM_USE_PSEUDO_MEM&#8221;.</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">bash</span>$ <span style="color: #007800;">NMUPM_USE_PSEUDO_MEM</span>=FALSE nmupm osLoad
<span style="color: #007800;">ncpus</span>=<span style="color: #000000;">8</span>
<span style="color: #007800;">em_result</span>=<span style="color: #000000;">0.86</span><span style="color: #000000; font-weight: bold;">|</span><span style="color: #000000;">1.84</span><span style="color: #000000; font-weight: bold;">|</span><span style="color: #000000;">3.89</span><span style="color: #000000; font-weight: bold;">|</span><span style="color: #000000;">501596312.000000</span><span style="color: #000000; font-weight: bold;">|</span><span style="color: #000000;">986</span><span style="color: #000000; font-weight: bold;">|</span><span style="color: #000000;">3</span><span style="color: #000000; font-weight: bold;">|</span><span style="color: #000000;">0.000000</span><span style="color: #000000; font-weight: bold;">|</span><span style="color: #000000;">4096.000000</span><span style="color: #000000; font-weight: bold;">|</span><span style="color: #000000;">40775544.000000</span><span style="color: #000000; font-weight: bold;">|</span><span style="color: #000000;">10436485120.000000</span><span style="color: #000000; font-weight: bold;">|</span><span style="color: #000000;">21024821248.000000</span><span style="color: #000000; font-weight: bold;">|</span><span style="color: #000000;">47362048.000000</span>
<span style="color: #c20cb9; font-weight: bold;">bash</span>$ <span style="color: #007800;">NMUPM_USE_PSEUDO_MEM</span>=TRUE nmupm osLoad
<span style="color: #007800;">ncpus</span>=<span style="color: #000000;">8</span>
<span style="color: #007800;">em_result</span>=<span style="color: #000000;">0.90</span><span style="color: #000000; font-weight: bold;">|</span><span style="color: #000000;">1.83</span><span style="color: #000000; font-weight: bold;">|</span><span style="color: #000000;">3.88</span><span style="color: #000000; font-weight: bold;">|</span><span style="color: #000000;">501596312.000000</span><span style="color: #000000; font-weight: bold;">|</span><span style="color: #000000;">989</span><span style="color: #000000; font-weight: bold;">|</span><span style="color: #000000;">3</span><span style="color: #000000; font-weight: bold;">|</span><span style="color: #000000;">0.000000</span><span style="color: #000000; font-weight: bold;">|</span><span style="color: #000000;">4096.000000</span><span style="color: #000000; font-weight: bold;">|</span><span style="color: #000000;">40775544.000000</span><span style="color: #000000; font-weight: bold;">|</span><span style="color: #000000;">10432708608.000000</span><span style="color: #000000; font-weight: bold;">|</span><span style="color: #000000;">41164206080.000000</span><span style="color: #000000; font-weight: bold;">|</span><span style="color: #000000;">21662134272.000000</span></pre></td></tr></table></div>

<p><strong>Summary</strong></p>
<p>If you are getting warning/critical alerts about Swap Utilization, check with glance or &#8220;swapinfo -t&#8221; to verify if pseudo-swap is used. If it is, set the property and it will fix the metric error.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ora-solutions.net/web/2010/11/12/grid-control-11g-agent-metric-swap-utilization-on-hp-ux-with-pseudo-swap/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Grid Control 11g: Diagnosing OMS High CPU Utilization</title>
		<link>http://www.ora-solutions.net/web/2010/11/11/grid-control-11g-diagnosing-oms-high-cpu-utilization/</link>
		<comments>http://www.ora-solutions.net/web/2010/11/11/grid-control-11g-diagnosing-oms-high-cpu-utilization/#comments</comments>
		<pubDate>Thu, 11 Nov 2010 08:03:11 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Oracle Enterprise Manager]]></category>

		<guid isPermaLink="false">http://www.ora-solutions.net/web/?p=958</guid>
		<description><![CDATA[Beginning with 11g Oracle Enterprise Manager Grid Control is using Weblogic instead of Oracle Application Server. I am currently experiencing very sluggish Grid Control Console performance and high CPU Utilization of EMGC_OMS1 weblogic server. This article shows how you can diagnose the problem and &#8220;assist&#8221; Oracle support in helping to solve the issue. First step [...]]]></description>
			<content:encoded><![CDATA[<p>Beginning with 11g Oracle Enterprise Manager Grid Control is using Weblogic instead of Oracle Application Server. I am currently experiencing very sluggish Grid Control Console performance and high CPU Utilization of EMGC_OMS1 weblogic server. This article shows how you can diagnose the problem and &#8220;assist&#8221; Oracle support in helping to solve the issue.</p>
<p>First step to find out what´s going on is to use &#8220;top&#8221;.</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;">top - 08:<span style="color: #000000;">29</span>:<span style="color: #000000;">12</span> up <span style="color: #000000;">4</span> days, <span style="color: #000000;">20</span>:<span style="color: #000000;">56</span>,  <span style="color: #000000;">3</span> <span style="color: #c20cb9; font-weight: bold;">users</span>,  load average: <span style="color: #000000;">1.47</span>, <span style="color: #000000;">1.60</span>, <span style="color: #000000;">1.61</span>
Tasks: <span style="color: #000000;">532</span> total,   <span style="color: #000000;">1</span> running, <span style="color: #000000;">531</span> sleeping,   <span style="color: #000000;">0</span> stopped,   <span style="color: #000000;">0</span> zombie
Cpu<span style="color: #7a0874; font-weight: bold;">&#40;</span>s<span style="color: #7a0874; font-weight: bold;">&#41;</span>:  <span style="color: #000000;">1.3</span><span style="color: #000000; font-weight: bold;">%</span>us,  <span style="color: #000000;">0.7</span><span style="color: #000000; font-weight: bold;">%</span>sy,  <span style="color: #000000;">0.0</span><span style="color: #000000; font-weight: bold;">%</span>ni, <span style="color: #000000;">97.8</span><span style="color: #000000; font-weight: bold;">%</span><span style="color: #c20cb9; font-weight: bold;">id</span>,  <span style="color: #000000;">0.2</span><span style="color: #000000; font-weight: bold;">%</span>wa,  <span style="color: #000000;">0.0</span><span style="color: #000000; font-weight: bold;">%</span>hi,  <span style="color: #000000;">0.0</span><span style="color: #000000; font-weight: bold;">%</span>si,  <span style="color: #000000;">0.0</span><span style="color: #000000; font-weight: bold;">%</span>st
Mem:  132033652k total, 20255244k used, 111778408k <span style="color: #c20cb9; font-weight: bold;">free</span>,   728860k buffers
Swap: 20971512k total,        0k used, 20971512k <span style="color: #c20cb9; font-weight: bold;">free</span>, 15391704k cached
&nbsp;
  PID USER      PR  NI  VIRT  RES  SHR S <span style="color: #000000; font-weight: bold;">%</span>CPU <span style="color: #000000; font-weight: bold;">%</span>MEM    TIME+  COMMAND
<span style="color: #000000;">30181</span> gc11g    <span style="color: #000000;">15</span>   <span style="color: #000000;">0</span> 1778m 1.1g  49m S <span style="color: #000000;">99.7</span>  <span style="color: #000000;">0.9</span> <span style="color: #000000;">626</span>:<span style="color: #000000;">54.30</span> java</pre></td></tr></table></div>

<p>PID 30181 is using 100% (and has been using it for a very long time)</p>
<p>It´s the EMGC_OMS1 server:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;">gc11g   <span style="color: #000000;">30181</span> <span style="color: #000000;">30129</span>  <span style="color: #000000;">9</span> Nov06 ?        <span style="color: #000000;">10</span>:<span style="color: #000000;">27</span>:<span style="color: #000000;">20</span> <span style="color: #000000; font-weight: bold;">/</span>oracle<span style="color: #000000; font-weight: bold;">/</span>jdk<span style="color: #000000; font-weight: bold;">/</span>jdk1.6.0_21<span style="color: #000000; font-weight: bold;">/</span>bin<span style="color: #000000; font-weight: bold;">/</span>java <span style="color: #660033;">-client</span> <span style="color: #660033;">-Xms256m</span> <span style="color: #660033;">-Xmx512m</span> -XX:<span style="color: #007800;">CompileThreshold</span>=<span style="color: #000000;">8000</span> -XX:<span style="color: #007800;">PermSize</span>=128m -XX:<span style="color: #007800;">MaxPermSize</span>=512m -Dweblogic.Name=EMGC_OMS1 -Djava.security.policy=<span style="color: #000000; font-weight: bold;">/</span>oracle<span style="color: #000000; font-weight: bold;">/</span>grid<span style="color: #000000; font-weight: bold;">/</span>middleware<span style="color: #000000; font-weight: bold;">/</span>wlserver_10.3<span style="color: #000000; font-weight: bold;">/</span>server<span style="color: #000000; font-weight: bold;">/</span>lib<span style="color: #000000; font-weight: bold;">/</span>weblogic.policy -Dweblogic.system.BootIdentityFile=<span style="color: #000000; font-weight: bold;">/</span>oracle<span style="color: #000000; font-weight: bold;">/</span>grid<span style="color: #000000; font-weight: bold;">/</span>gc_inst<span style="color: #000000; font-weight: bold;">/</span>user_projects<span style="color: #000000; font-weight: bold;">/</span>domains<span style="color: #000000; font-weight: bold;">/</span>GCDomain<span style="color: #000000; font-weight: bold;">/</span>servers<span style="color: #000000; font-weight: bold;">/</span>EMGC_OMS1<span style="color: #000000; font-weight: bold;">/</span>data<span style="color: #000000; font-weight: bold;">/</span>nodemanager<span style="color: #000000; font-weight: bold;">/</span>boot.properties -Dweblogic.nodemanager.ServiceEnabled=<span style="color: #c20cb9; font-weight: bold;">true</span> -Dweblogic.security.SSL.ignoreHostnameVerification=<span style="color: #c20cb9; font-weight: bold;">true</span> -Dweblogic.ReverseDNSAllowed=<span style="color: #c20cb9; font-weight: bold;">false</span> -DINSTANCE_HOME=<span style="color: #000000; font-weight: bold;">/</span>oracle<span style="color: #000000; font-weight: bold;">/</span>grid<span style="color: #000000; font-weight: bold;">/</span>gc_inst<span style="color: #000000; font-weight: bold;">/</span>em<span style="color: #000000; font-weight: bold;">/</span>EMGC_OMS1 -DORACLE_HOME=<span style="color: #000000; font-weight: bold;">/</span>oracle<span style="color: #000000; font-weight: bold;">/</span>grid<span style="color: #000000; font-weight: bold;">/</span>middleware<span style="color: #000000; font-weight: bold;">/</span>oms11g -Ddomain.home=<span style="color: #000000; font-weight: bold;">/</span>oracle<span style="color: #000000; font-weight: bold;">/</span>grid<span style="color: #000000; font-weight: bold;">/</span>gc_inst<span style="color: #000000; font-weight: bold;">/</span>user_projects<span style="color: #000000; font-weight: bold;">/</span>domains<span style="color: #000000; font-weight: bold;">/</span>GCDomain -Djava.awt.headless=<span style="color: #c20cb9; font-weight: bold;">true</span> -Ddomain.name=GCDomain -Docm.repeater.home=<span style="color: #000000; font-weight: bold;">/</span>oracle<span style="color: #000000; font-weight: bold;">/</span>grid<span style="color: #000000; font-weight: bold;">/</span>middleware<span style="color: #000000; font-weight: bold;">/</span>oms11g -Djava.security.egd=<span style="color: #c20cb9; font-weight: bold;">file</span>:<span style="color: #000000; font-weight: bold;">///</span>dev<span style="color: #000000; font-weight: bold;">/</span>urandom -Xverify:none <span style="color: #660033;">-da</span> -Dplatform.home=<span style="color: #000000; font-weight: bold;">/</span>oracle<span style="color: #000000; font-weight: bold;">/</span>grid<span style="color: #000000; font-weight: bold;">/</span>middleware<span style="color: #000000; font-weight: bold;">/</span>wlserver_10.3 -Dwls.home=<span style="color: #000000; font-weight: bold;">/</span>oracle<span style="color: #000000; font-weight: bold;">/</span>grid<span style="color: #000000; font-weight: bold;">/</span>middleware<span style="color: #000000; font-weight: bold;">/</span>wlserver_10.3<span style="color: #000000; font-weight: bold;">/</span>server -Dweblogic.home=<span style="color: #000000; font-weight: bold;">/</span>oracle<span style="color: #000000; font-weight: bold;">/</span>grid<span style="color: #000000; font-weight: bold;">/</span>middleware<span style="color: #000000; font-weight: bold;">/</span>wlserver_10.3<span style="color: #000000; font-weight: bold;">/</span>server -Ddomain.home=<span style="color: #000000; font-weight: bold;">/</span>oracle<span style="color: #000000; font-weight: bold;">/</span>grid<span style="color: #000000; font-weight: bold;">/</span>gc_inst<span style="color: #000000; font-weight: bold;">/</span>user_projects<span style="color: #000000; font-weight: bold;">/</span>domains<span style="color: #000000; font-weight: bold;">/</span>GCDomain -Dcommon.components.home=<span style="color: #000000; font-weight: bold;">/</span>oracle<span style="color: #000000; font-weight: bold;">/</span>grid<span style="color: #000000; font-weight: bold;">/</span>middleware<span style="color: #000000; font-weight: bold;">/</span>oracle_common -Djrf.version=11.1.1 -Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.Jdk14Logger -Djrockit.optfile=<span style="color: #000000; font-weight: bold;">/</span>oracle<span style="color: #000000; font-weight: bold;">/</span>grid<span style="color: #000000; font-weight: bold;">/</span>middleware<span style="color: #000000; font-weight: bold;">/</span>oracle_common<span style="color: #000000; font-weight: bold;">/</span>modules<span style="color: #000000; font-weight: bold;">/</span>oracle.jrf_11.1.1<span style="color: #000000; font-weight: bold;">/</span>jrocket_optfile.txt -Doracle.domain.config.dir=<span style="color: #000000; font-weight: bold;">/</span>oracle<span style="color: #000000; font-weight: bold;">/</span>grid<span style="color: #000000; font-weight: bold;">/</span>gc_inst<span style="color: #000000; font-weight: bold;">/</span>user_projects<span style="color: #000000; font-weight: bold;">/</span>domains<span style="color: #000000; font-weight: bold;">/</span>GCDomain<span style="color: #000000; font-weight: bold;">/</span>config<span style="color: #000000; font-weight: bold;">/</span>fmwconfig -Doracle.server.config.dir=<span style="color: #000000; font-weight: bold;">/</span>oracle<span style="color: #000000; font-weight: bold;">/</span>grid<span style="color: #000000; font-weight: bold;">/</span>gc_inst<span style="color: #000000; font-weight: bold;">/</span>user_projects<span style="color: #000000; font-weight: bold;">/</span>domains<span style="color: #000000; font-weight: bold;">/</span>GCDomain<span style="color: #000000; font-weight: bold;">/</span>config<span style="color: #000000; font-weight: bold;">/</span>fmwconfig<span style="color: #000000; font-weight: bold;">/</span>servers<span style="color: #000000; font-weight: bold;">/</span>EMGC_OMS1 -Doracle.security.jps.config=<span style="color: #000000; font-weight: bold;">/</span>oracle<span style="color: #000000; font-weight: bold;">/</span>grid<span style="color: #000000; font-weight: bold;">/</span>gc_inst<span style="color: #000000; font-weight: bold;">/</span>user_projects<span style="color: #000000; font-weight: bold;">/</span>domains<span style="color: #000000; font-weight: bold;">/</span>GCDomain<span style="color: #000000; font-weight: bold;">/</span>config<span style="color: #000000; font-weight: bold;">/</span>fmwconfig<span style="color: #000000; font-weight: bold;">/</span>jps-config.xml -Djava.protocol.handler.pkgs=oracle.mds.net.protocol -Digf.arisidbeans.carmlloc=<span style="color: #000000; font-weight: bold;">/</span>oracle<span style="color: #000000; font-weight: bold;">/</span>grid<span style="color: #000000; font-weight: bold;">/</span>gc_inst<span style="color: #000000; font-weight: bold;">/</span>user_projects<span style="color: #000000; font-weight: bold;">/</span>domains<span style="color: #000000; font-weight: bold;">/</span>GCDomain<span style="color: #000000; font-weight: bold;">/</span>config<span style="color: #000000; font-weight: bold;">/</span>fmwconfig<span style="color: #000000; font-weight: bold;">/</span>carml -Digf.arisidstack.home=<span style="color: #000000; font-weight: bold;">/</span>oracle<span style="color: #000000; font-weight: bold;">/</span>grid<span style="color: #000000; font-weight: bold;">/</span>gc_inst<span style="color: #000000; font-weight: bold;">/</span>user_projects<span style="color: #000000; font-weight: bold;">/</span>domains<span style="color: #000000; font-weight: bold;">/</span>GCDomain<span style="color: #000000; font-weight: bold;">/</span>config<span style="color: #000000; font-weight: bold;">/</span>fmwconfig<span style="color: #000000; font-weight: bold;">/</span>arisidprovider -Dweblogic.alternateTypesDirectory=<span style="color: #000000; font-weight: bold;">/</span>oracle<span style="color: #000000; font-weight: bold;">/</span>grid<span style="color: #000000; font-weight: bold;">/</span>middleware<span style="color: #000000; font-weight: bold;">/</span>oracle_common<span style="color: #000000; font-weight: bold;">/</span>modules<span style="color: #000000; font-weight: bold;">/</span>oracle.ossoiap_11.1.1,<span style="color: #000000; font-weight: bold;">/</span>oracle<span style="color: #000000; font-weight: bold;">/</span>grid<span style="color: #000000; font-weight: bold;">/</span>middleware<span style="color: #000000; font-weight: bold;">/</span>oracle_common<span style="color: #000000; font-weight: bold;">/</span>modules<span style="color: #000000; font-weight: bold;">/</span>oracle.oamprovider_11.1.1 -Dweblogic.jdbc.remoteEnabled=<span style="color: #c20cb9; font-weight: bold;">false</span> -Dweblogic.management.discover=<span style="color: #c20cb9; font-weight: bold;">false</span> -Dweblogic.management.server=https:<span style="color: #000000; font-weight: bold;">//</span>t44grid.wwk-group.com:<span style="color: #000000;">7101</span> -Dwlw.iterativeDev= -Dwlw.testConsole= -Dwlw.logErrorsToConsole= -Dweblogic.ext.dirs=<span style="color: #000000; font-weight: bold;">/</span>oracle<span style="color: #000000; font-weight: bold;">/</span>grid<span style="color: #000000; font-weight: bold;">/</span>middleware<span style="color: #000000; font-weight: bold;">/</span>patch_wls1032<span style="color: #000000; font-weight: bold;">/</span>profiles<span style="color: #000000; font-weight: bold;">/</span>default<span style="color: #000000; font-weight: bold;">/</span>sysext_manifest_classpath weblogic.Server
oel5n1:<span style="color: #000000; font-weight: bold;">/</span>home<span style="color: #000000; font-weight: bold;">/</span>gc11g <span style="color: #000000; font-weight: bold;">&gt;</span></pre></td></tr></table></div>

<p>Next step is to find out which thread is consuming 100% of cpu.</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;">oel5n1:<span style="color: #000000; font-weight: bold;">/</span>home<span style="color: #000000; font-weight: bold;">/</span>gc11g <span style="color: #000000; font-weight: bold;">&gt;</span>  <span style="color: #c20cb9; font-weight: bold;">ps</span> <span style="color: #660033;">-Leo</span> pid,ruser,vsz,rss,state,priority,<span style="color: #c20cb9; font-weight: bold;">nice</span>,<span style="color: #000000; font-weight: bold;">time</span>,<span style="color: #000000; font-weight: bold;">%</span>cpu,<span style="color: #c20cb9; font-weight: bold;">comm</span>,lwp,psr <span style="color: #000000; font-weight: bold;">|</span> <span style="color: #c20cb9; font-weight: bold;">grep</span> <span style="color: #000000;">30181</span>
<span style="color: #000000;">30181</span> gc11g   <span style="color: #000000;">1821640</span> <span style="color: #000000;">1167200</span> S <span style="color: #000000;">15</span> <span style="color: #000000;">0</span> 00:00:00  <span style="color: #000000;">0.0</span> java            <span style="color: #000000;">30181</span>   <span style="color: #000000;">5</span>
<span style="color: #000000;">30181</span> gc11g   <span style="color: #000000;">1821640</span> <span style="color: #000000;">1167200</span> S <span style="color: #000000;">15</span> <span style="color: #000000;">0</span> 00:00:03  <span style="color: #000000;">0.0</span> java            <span style="color: #000000;">30182</span>   <span style="color: #000000;">8</span>
<span style="color: #000000;">30181</span> gc11g   <span style="color: #000000;">1821640</span> <span style="color: #000000;">1167200</span> S <span style="color: #000000;">15</span> <span style="color: #000000;">0</span> 00:01:02  <span style="color: #000000;">0.0</span> java            <span style="color: #000000;">30183</span>   <span style="color: #000000;">0</span>
<span style="color: #000000;">30181</span> gc11g   <span style="color: #000000;">1821640</span> <span style="color: #000000;">1167200</span> S <span style="color: #000000;">15</span> <span style="color: #000000;">0</span> 00:01:02  <span style="color: #000000;">0.0</span> java            <span style="color: #000000;">30184</span>   <span style="color: #000000;">8</span>
<span style="color: #000000;">30181</span> gc11g   <span style="color: #000000;">1821640</span> <span style="color: #000000;">1167200</span> S <span style="color: #000000;">15</span> <span style="color: #000000;">0</span> 00:01:02  <span style="color: #000000;">0.0</span> java            <span style="color: #000000;">30185</span>  <span style="color: #000000;">11</span>
<span style="color: #000000;">30181</span> gc11g   <span style="color: #000000;">1821640</span> <span style="color: #000000;">1167200</span> S <span style="color: #000000;">15</span> <span style="color: #000000;">0</span> 00:01:02  <span style="color: #000000;">0.0</span> java            <span style="color: #000000;">30186</span>  <span style="color: #000000;">10</span>
<span style="color: #000000;">30181</span> gc11g   <span style="color: #000000;">1821640</span> <span style="color: #000000;">1167200</span> S <span style="color: #000000;">15</span> <span style="color: #000000;">0</span> 00:01:02  <span style="color: #000000;">0.0</span> java            <span style="color: #000000;">30187</span>   <span style="color: #000000;">3</span>
<span style="color: #000000;">30181</span> gc11g   <span style="color: #000000;">1821640</span> <span style="color: #000000;">1167200</span> S <span style="color: #000000;">15</span> <span style="color: #000000;">0</span> 00:01:02  <span style="color: #000000;">0.0</span> java            <span style="color: #000000;">30188</span>  <span style="color: #000000;">15</span>
<span style="color: #000000;">30181</span> gc11g   <span style="color: #000000;">1821640</span> <span style="color: #000000;">1167200</span> S <span style="color: #000000;">15</span> <span style="color: #000000;">0</span> 00:01:02  <span style="color: #000000;">0.0</span> java            <span style="color: #000000;">30189</span>   <span style="color: #000000;">9</span>
<span style="color: #000000;">30181</span> gc11g   <span style="color: #000000;">1821640</span> <span style="color: #000000;">1167200</span> S <span style="color: #000000;">15</span> <span style="color: #000000;">0</span> 00:01:02  <span style="color: #000000;">0.0</span> java            <span style="color: #000000;">30190</span>   <span style="color: #000000;">2</span>
<span style="color: #000000;">30181</span> gc11g   <span style="color: #000000;">1821640</span> <span style="color: #000000;">1167200</span> S <span style="color: #000000;">15</span> <span style="color: #000000;">0</span> 00:01:02  <span style="color: #000000;">0.0</span> java            <span style="color: #000000;">30191</span>  <span style="color: #000000;">13</span>
<span style="color: #000000;">30181</span> gc11g   <span style="color: #000000;">1821640</span> <span style="color: #000000;">1167200</span> S <span style="color: #000000;">15</span> <span style="color: #000000;">0</span> 00:01:02  <span style="color: #000000;">0.0</span> java            <span style="color: #000000;">30192</span>   <span style="color: #000000;">1</span>
<span style="color: #000000;">30181</span> gc11g   <span style="color: #000000;">1821640</span> <span style="color: #000000;">1167200</span> S <span style="color: #000000;">15</span> <span style="color: #000000;">0</span> 00:01:02  <span style="color: #000000;">0.0</span> java            <span style="color: #000000;">30193</span>   <span style="color: #000000;">4</span>
<span style="color: #000000;">30181</span> gc11g   <span style="color: #000000;">1821640</span> <span style="color: #000000;">1167200</span> S <span style="color: #000000;">15</span> <span style="color: #000000;">0</span> 00:01:02  <span style="color: #000000;">0.0</span> java            <span style="color: #000000;">30194</span>  <span style="color: #000000;">14</span>
<span style="color: #000000;">30181</span> gc11g   <span style="color: #000000;">1821640</span> <span style="color: #000000;">1167200</span> S <span style="color: #000000;">15</span> <span style="color: #000000;">0</span> 00:01:02  <span style="color: #000000;">0.0</span> java            <span style="color: #000000;">30195</span>   <span style="color: #000000;">5</span>
<span style="color: #000000;">30181</span> gc11g   <span style="color: #000000;">1821640</span> <span style="color: #000000;">1167200</span> R <span style="color: #000000;">25</span> <span style="color: #000000;">0</span> 08:<span style="color: #000000;">30</span>:<span style="color: #000000;">49</span>  <span style="color: #000000;">7.6</span> java            <span style="color: #000000;">30196</span>   <span style="color: #000000;">2</span>       <span style="color: #000000; font-weight: bold;">&lt;&lt;&lt;&lt;&lt;&lt;</span>
<span style="color: #000000;">30181</span> gc11g   <span style="color: #000000;">1821640</span> <span style="color: #000000;">1167200</span> S <span style="color: #000000;">15</span> <span style="color: #000000;">0</span> 00:00:00  <span style="color: #000000;">0.0</span> java            <span style="color: #000000;">30197</span>  <span style="color: #000000;">10</span>
<span style="color: #000000;">30181</span> gc11g   <span style="color: #000000;">1821640</span> <span style="color: #000000;">1167200</span> S <span style="color: #000000;">15</span> <span style="color: #000000;">0</span> 00:00:04  <span style="color: #000000;">0.0</span> java            <span style="color: #000000;">30198</span>   <span style="color: #000000;">4</span>
<span style="color: #000000;">30181</span> gc11g   <span style="color: #000000;">1821640</span> <span style="color: #000000;">1167200</span> S <span style="color: #000000;">15</span> <span style="color: #000000;">0</span> 00:00:00  <span style="color: #000000;">0.0</span> java            <span style="color: #000000;">30199</span>   <span style="color: #000000;">5</span>
<span style="color: #000000;">30181</span> gc11g   <span style="color: #000000;">1821640</span> <span style="color: #000000;">1167200</span> S <span style="color: #000000;">15</span> <span style="color: #000000;">0</span> 00:00:<span style="color: #000000;">58</span>  <span style="color: #000000;">0.0</span> java            <span style="color: #000000;">30200</span>  <span style="color: #000000;">15</span>
<span style="color: #000000;">30181</span> gc11g   <span style="color: #000000;">1821640</span> <span style="color: #000000;">1167200</span> S <span style="color: #000000;">15</span> <span style="color: #000000;">0</span> 00:00:<span style="color: #000000;">57</span>  <span style="color: #000000;">0.0</span> java            <span style="color: #000000;">30201</span>   <span style="color: #000000;">2</span>
<span style="color: #000000;">30181</span> gc11g   <span style="color: #000000;">1821640</span> <span style="color: #000000;">1167200</span> S <span style="color: #000000;">15</span> <span style="color: #000000;">0</span> 00:00:00  <span style="color: #000000;">0.0</span> java            <span style="color: #000000;">30202</span>   <span style="color: #000000;">5</span>
<span style="color: #000000;">30181</span> gc11g   <span style="color: #000000;">1821640</span> <span style="color: #000000;">1167200</span> S <span style="color: #000000;">15</span> <span style="color: #000000;">0</span> 00:00:00  <span style="color: #000000;">0.0</span> java            <span style="color: #000000;">30203</span>  <span style="color: #000000;">13</span>
<span style="color: #000000;">30181</span> gc11g   <span style="color: #000000;">1821640</span> <span style="color: #000000;">1167200</span> S <span style="color: #000000;">15</span> <span style="color: #000000;">0</span> 00:00:00  <span style="color: #000000;">0.0</span> java            <span style="color: #000000;">30204</span>  <span style="color: #000000;">10</span>
<span style="color: #000000;">30181</span> gc11g   <span style="color: #000000;">1821640</span> <span style="color: #000000;">1167200</span> S <span style="color: #000000;">15</span> <span style="color: #000000;">0</span> 00:00:00  <span style="color: #000000;">0.0</span> java            <span style="color: #000000;">30496</span>   <span style="color: #000000;">4</span>
<span style="color: #000000;">30181</span> gc11g   <span style="color: #000000;">1821640</span> <span style="color: #000000;">1167200</span> S <span style="color: #000000;">15</span> <span style="color: #000000;">0</span> 00:<span style="color: #000000;">18</span>:<span style="color: #000000;">50</span>  <span style="color: #000000;">0.2</span> java            <span style="color: #000000;">30497</span>  <span style="color: #000000;">11</span>
<span style="color: #000000;">30181</span> gc11g   <span style="color: #000000;">1821640</span> <span style="color: #000000;">1167200</span> S <span style="color: #000000;">15</span> <span style="color: #000000;">0</span> 00:00:00  <span style="color: #000000;">0.0</span> java            <span style="color: #000000;">30498</span>  <span style="color: #000000;">15</span>
<span style="color: #000000;">30181</span> gc11g   <span style="color: #000000;">1821640</span> <span style="color: #000000;">1167200</span> S <span style="color: #000000;">15</span> <span style="color: #000000;">0</span> 00:00:00  <span style="color: #000000;">0.0</span> java            <span style="color: #000000;">30499</span>   <span style="color: #000000;">0</span>
<span style="color: #000000;">30181</span> gc11g   <span style="color: #000000;">1821640</span> <span style="color: #000000;">1167200</span> S <span style="color: #000000;">15</span> <span style="color: #000000;">0</span> 00:00:00  <span style="color: #000000;">0.0</span> java            <span style="color: #000000;">30504</span>   <span style="color: #000000;">8</span>
<span style="color: #000000;">30181</span> gc11g   <span style="color: #000000;">1821640</span> <span style="color: #000000;">1167200</span> S <span style="color: #000000;">15</span> <span style="color: #000000;">0</span> 00:00:00  <span style="color: #000000;">0.0</span> java            <span style="color: #000000;">30505</span>  <span style="color: #000000;">10</span>
<span style="color: #000000;">30181</span> gc11g   <span style="color: #000000;">1821640</span> <span style="color: #000000;">1167200</span> S <span style="color: #000000;">15</span> <span style="color: #000000;">0</span> 00:00:<span style="color: #000000;">11</span>  <span style="color: #000000;">0.0</span> java            <span style="color: #000000;">30510</span>  <span style="color: #000000;">15</span>
<span style="color: #000000;">30181</span> gc11g   <span style="color: #000000;">1821640</span> <span style="color: #000000;">1167200</span> S <span style="color: #000000;">15</span> <span style="color: #000000;">0</span> 00:00:<span style="color: #000000;">38</span>  <span style="color: #000000;">0.0</span> java            <span style="color: #000000;">30513</span>  <span style="color: #000000;">11</span>
<span style="color: #000000;">30181</span> gc11g   <span style="color: #000000;">1821640</span> <span style="color: #000000;">1167200</span> S <span style="color: #000000;">15</span> <span style="color: #000000;">0</span> 00:00:<span style="color: #000000;">38</span>  <span style="color: #000000;">0.0</span> java            <span style="color: #000000;">30514</span>  <span style="color: #000000;">13</span>
<span style="color: #000000;">30181</span> gc11g   <span style="color: #000000;">1821640</span> <span style="color: #000000;">1167200</span> S <span style="color: #000000;">15</span> <span style="color: #000000;">0</span> 00:00:<span style="color: #000000;">37</span>  <span style="color: #000000;">0.0</span> java            <span style="color: #000000;">30517</span>  <span style="color: #000000;">10</span>
<span style="color: #000000;">30181</span> gc11g   <span style="color: #000000;">1821640</span> <span style="color: #000000;">1167200</span> S <span style="color: #000000;">15</span> <span style="color: #000000;">0</span> 00:00:<span style="color: #000000;">39</span>  <span style="color: #000000;">0.0</span> java            <span style="color: #000000;">30518</span>  <span style="color: #000000;">14</span>
<span style="color: #000000;">30181</span> gc11g   <span style="color: #000000;">1821640</span> <span style="color: #000000;">1167200</span> S <span style="color: #000000;">15</span> <span style="color: #000000;">0</span> 00:00:00  <span style="color: #000000;">0.0</span> java            <span style="color: #000000;">30529</span>   <span style="color: #000000;">0</span>
<span style="color: #000000;">30181</span> gc11g   <span style="color: #000000;">1821640</span> <span style="color: #000000;">1167200</span> S <span style="color: #000000;">15</span> <span style="color: #000000;">0</span> 00:00:00  <span style="color: #000000;">0.0</span> java            <span style="color: #000000;">30533</span>   <span style="color: #000000;">8</span>
<span style="color: #000000;">30181</span> gc11g   <span style="color: #000000;">1821640</span> <span style="color: #000000;">1167200</span> S <span style="color: #000000;">15</span> <span style="color: #000000;">0</span> 00:00:00  <span style="color: #000000;">0.0</span> java            <span style="color: #000000;">30588</span>   <span style="color: #000000;">8</span>
<span style="color: #000000;">30181</span> gc11g   <span style="color: #000000;">1821640</span> <span style="color: #000000;">1167200</span> S <span style="color: #000000;">15</span> <span style="color: #000000;">0</span> 00:00:01  <span style="color: #000000;">0.0</span> java            <span style="color: #000000;">30589</span>   <span style="color: #000000;">5</span>
<span style="color: #000000;">30181</span> gc11g   <span style="color: #000000;">1821640</span> <span style="color: #000000;">1167200</span> S <span style="color: #000000;">15</span> <span style="color: #000000;">0</span> 00:00:00  <span style="color: #000000;">0.0</span> java            <span style="color: #000000;">30590</span>  <span style="color: #000000;">14</span>
<span style="color: #000000;">30181</span> gc11g   <span style="color: #000000;">1821640</span> <span style="color: #000000;">1167200</span> S <span style="color: #000000;">15</span> <span style="color: #000000;">0</span> 00:00:00  <span style="color: #000000;">0.0</span> java            <span style="color: #000000;">30591</span>   <span style="color: #000000;">4</span>
<span style="color: #000000;">30181</span> gc11g   <span style="color: #000000;">1821640</span> <span style="color: #000000;">1167200</span> S <span style="color: #000000;">15</span> <span style="color: #000000;">0</span> 00:00:00  <span style="color: #000000;">0.0</span> java            <span style="color: #000000;">30592</span>   <span style="color: #000000;">3</span>
<span style="color: #000000;">30181</span> gc11g   <span style="color: #000000;">1821640</span> <span style="color: #000000;">1167200</span> S <span style="color: #000000;">15</span> <span style="color: #000000;">0</span> 00:00:00  <span style="color: #000000;">0.0</span> java            <span style="color: #000000;">30899</span>   <span style="color: #000000;">8</span>
<span style="color: #000000;">30181</span> gc11g   <span style="color: #000000;">1821640</span> <span style="color: #000000;">1167200</span> S <span style="color: #000000;">15</span> <span style="color: #000000;">0</span> 00:00:00  <span style="color: #000000;">0.0</span> java            <span style="color: #000000;">30901</span>   <span style="color: #000000;">9</span>
<span style="color: #000000;">30181</span> gc11g   <span style="color: #000000;">1821640</span> <span style="color: #000000;">1167200</span> S <span style="color: #000000;">15</span> <span style="color: #000000;">0</span> 00:00:00  <span style="color: #000000;">0.0</span> java            <span style="color: #000000;">30904</span>   <span style="color: #000000;">3</span>
<span style="color: #000000;">30181</span> gc11g   <span style="color: #000000;">1821640</span> <span style="color: #000000;">1167200</span> S <span style="color: #000000;">15</span> <span style="color: #000000;">0</span> 00:00:00  <span style="color: #000000;">0.0</span> java            <span style="color: #000000;">30907</span>  <span style="color: #000000;">15</span>
<span style="color: #000000;">30181</span> gc11g   <span style="color: #000000;">1821640</span> <span style="color: #000000;">1167200</span> S <span style="color: #000000;">15</span> <span style="color: #000000;">0</span> 00:00:00  <span style="color: #000000;">0.0</span> java            <span style="color: #000000;">30910</span>  <span style="color: #000000;">12</span>
<span style="color: #000000;">30181</span> gc11g   <span style="color: #000000;">1821640</span> <span style="color: #000000;">1167200</span> S <span style="color: #000000;">15</span> <span style="color: #000000;">0</span> 00:00:02  <span style="color: #000000;">0.0</span> java            <span style="color: #000000;">31205</span>   <span style="color: #000000;">2</span>
<span style="color: #000000;">30181</span> gc11g   <span style="color: #000000;">1821640</span> <span style="color: #000000;">1167200</span> S <span style="color: #000000;">15</span> <span style="color: #000000;">0</span> 00:<span style="color: #000000;">29</span>:<span style="color: #000000;">45</span>  <span style="color: #000000;">0.4</span> java            <span style="color: #000000;">31526</span>   <span style="color: #000000;">4</span>
<span style="color: #000000;">30181</span> gc11g   <span style="color: #000000;">1821640</span> <span style="color: #000000;">1167200</span> S <span style="color: #000000;">15</span> <span style="color: #000000;">0</span> 00:00:00  <span style="color: #000000;">0.0</span> java            <span style="color: #000000;">31568</span>  <span style="color: #000000;">15</span>
<span style="color: #000000;">30181</span> gc11g   <span style="color: #000000;">1821640</span> <span style="color: #000000;">1167200</span> S <span style="color: #000000;">15</span> <span style="color: #000000;">0</span> 00:00:00  <span style="color: #000000;">0.0</span> java            <span style="color: #000000;">31593</span>   <span style="color: #000000;">5</span>
<span style="color: #000000;">30181</span> gc11g   <span style="color: #000000;">1821640</span> <span style="color: #000000;">1167200</span> S <span style="color: #000000;">15</span> <span style="color: #000000;">0</span> 00:<span style="color: #000000;">12</span>:02  <span style="color: #000000;">0.1</span> java            <span style="color: #000000;">31600</span>  <span style="color: #000000;">15</span>
<span style="color: #000000;">30181</span> gc11g   <span style="color: #000000;">1821640</span> <span style="color: #000000;">1167200</span> S <span style="color: #000000;">15</span> <span style="color: #000000;">0</span> 00:08:<span style="color: #000000;">27</span>  <span style="color: #000000;">0.1</span> java            <span style="color: #000000;">31601</span>  <span style="color: #000000;">13</span>
<span style="color: #000000;">30181</span> gc11g   <span style="color: #000000;">1821640</span> <span style="color: #000000;">1167200</span> S <span style="color: #000000;">15</span> <span style="color: #000000;">0</span> 00:00:00  <span style="color: #000000;">0.0</span> java            <span style="color: #000000;">32157</span>   <span style="color: #000000;">4</span>
<span style="color: #000000;">30181</span> gc11g   <span style="color: #000000;">1821640</span> <span style="color: #000000;">1167200</span> S <span style="color: #000000;">15</span> <span style="color: #000000;">0</span> 00:00:01  <span style="color: #000000;">0.0</span> java            <span style="color: #000000;">32160</span>   <span style="color: #000000;">2</span>
<span style="color: #000000;">30181</span> gc11g   <span style="color: #000000;">1821640</span> <span style="color: #000000;">1167200</span> S <span style="color: #000000;">15</span> <span style="color: #000000;">0</span> 00:00:00  <span style="color: #000000;">0.0</span> java            <span style="color: #000000;">32161</span>  <span style="color: #000000;">12</span>
<span style="color: #000000;">30181</span> gc11g   <span style="color: #000000;">1821640</span> <span style="color: #000000;">1167200</span> S <span style="color: #000000;">15</span> <span style="color: #000000;">0</span> 00:00:00  <span style="color: #000000;">0.0</span> java            <span style="color: #000000;">32163</span>   <span style="color: #000000;">2</span>
<span style="color: #000000;">30181</span> gc11g   <span style="color: #000000;">1821640</span> <span style="color: #000000;">1167200</span> S <span style="color: #000000;">15</span> <span style="color: #000000;">0</span> 00:00:00  <span style="color: #000000;">0.0</span> java            <span style="color: #000000;">32166</span>  <span style="color: #000000;">11</span>
<span style="color: #000000;">30181</span> gc11g   <span style="color: #000000;">1821640</span> <span style="color: #000000;">1167200</span> S <span style="color: #000000;">15</span> <span style="color: #000000;">0</span> 00:00:00  <span style="color: #000000;">0.0</span> java            <span style="color: #000000;">32168</span>   <span style="color: #000000;">0</span>
<span style="color: #000000;">30181</span> gc11g   <span style="color: #000000;">1821640</span> <span style="color: #000000;">1167200</span> S <span style="color: #000000;">15</span> <span style="color: #000000;">0</span> 00:00:00  <span style="color: #000000;">0.0</span> java            <span style="color: #000000;">32169</span>  <span style="color: #000000;">13</span>
<span style="color: #000000;">30181</span> gc11g   <span style="color: #000000;">1821640</span> <span style="color: #000000;">1167200</span> S <span style="color: #000000;">15</span> <span style="color: #000000;">0</span> 00:00:00  <span style="color: #000000;">0.0</span> java            <span style="color: #000000;">32170</span>  <span style="color: #000000;">10</span>
<span style="color: #000000;">30181</span> gc11g   <span style="color: #000000;">1821640</span> <span style="color: #000000;">1167200</span> S <span style="color: #000000;">15</span> <span style="color: #000000;">0</span> 00:00:00  <span style="color: #000000;">0.0</span> java            <span style="color: #000000;">32171</span>  <span style="color: #000000;">10</span>
<span style="color: #000000;">30181</span> gc11g   <span style="color: #000000;">1821640</span> <span style="color: #000000;">1167200</span> S <span style="color: #000000;">16</span> <span style="color: #000000;">0</span> 00:00:00  <span style="color: #000000;">0.0</span> java            <span style="color: #000000;">32172</span>   <span style="color: #000000;">3</span>
<span style="color: #000000;">30181</span> gc11g   <span style="color: #000000;">1821640</span> <span style="color: #000000;">1167200</span> S <span style="color: #000000;">15</span> <span style="color: #000000;">0</span> 00:00:00  <span style="color: #000000;">0.0</span> java            <span style="color: #000000;">32173</span>  <span style="color: #000000;">10</span>
<span style="color: #000000;">30181</span> gc11g   <span style="color: #000000;">1821640</span> <span style="color: #000000;">1167200</span> S <span style="color: #000000;">15</span> <span style="color: #000000;">0</span> 00:00:00  <span style="color: #000000;">0.0</span> java            <span style="color: #000000;">32174</span>   <span style="color: #000000;">8</span>
<span style="color: #000000;">30181</span> gc11g   <span style="color: #000000;">1821640</span> <span style="color: #000000;">1167200</span> S <span style="color: #000000;">15</span> <span style="color: #000000;">0</span> 00:00:00  <span style="color: #000000;">0.0</span> java            <span style="color: #000000;">32175</span>  <span style="color: #000000;">13</span>
<span style="color: #000000;">30181</span> gc11g   <span style="color: #000000;">1821640</span> <span style="color: #000000;">1167200</span> S <span style="color: #000000;">15</span> <span style="color: #000000;">0</span> 00:00:00  <span style="color: #000000;">0.0</span> java            <span style="color: #000000;">32176</span>  <span style="color: #000000;">12</span>
<span style="color: #000000;">30181</span> gc11g   <span style="color: #000000;">1821640</span> <span style="color: #000000;">1167200</span> S <span style="color: #000000;">15</span> <span style="color: #000000;">0</span> 00:00:00  <span style="color: #000000;">0.0</span> java            <span style="color: #000000;">32177</span>   <span style="color: #000000;">0</span>
<span style="color: #000000;">30181</span> gc11g   <span style="color: #000000;">1821640</span> <span style="color: #000000;">1167200</span> S <span style="color: #000000;">15</span> <span style="color: #000000;">0</span> 00:00:00  <span style="color: #000000;">0.0</span> java            <span style="color: #000000;">32178</span>   <span style="color: #000000;">9</span>
<span style="color: #000000;">30181</span> gc11g   <span style="color: #000000;">1821640</span> <span style="color: #000000;">1167200</span> S <span style="color: #000000;">15</span> <span style="color: #000000;">0</span> 00:00:00  <span style="color: #000000;">0.0</span> java            <span style="color: #000000;">32179</span>  <span style="color: #000000;">13</span>
<span style="color: #000000;">30181</span> gc11g   <span style="color: #000000;">1821640</span> <span style="color: #000000;">1167200</span> S <span style="color: #000000;">15</span> <span style="color: #000000;">0</span> 00:00:00  <span style="color: #000000;">0.0</span> java            <span style="color: #000000;">32180</span>   <span style="color: #000000;">9</span>
<span style="color: #000000;">30181</span> gc11g   <span style="color: #000000;">1821640</span> <span style="color: #000000;">1167200</span> S <span style="color: #000000;">15</span> <span style="color: #000000;">0</span> 00:00:01  <span style="color: #000000;">0.0</span> java            <span style="color: #000000;">32181</span>   <span style="color: #000000;">6</span>
<span style="color: #000000;">30181</span> gc11g   <span style="color: #000000;">1821640</span> <span style="color: #000000;">1167200</span> S <span style="color: #000000;">15</span> <span style="color: #000000;">0</span> 00:00:00  <span style="color: #000000;">0.0</span> java            <span style="color: #000000;">32182</span>   <span style="color: #000000;">0</span>
<span style="color: #000000;">30181</span> gc11g   <span style="color: #000000;">1821640</span> <span style="color: #000000;">1167200</span> S <span style="color: #000000;">15</span> <span style="color: #000000;">0</span> 00:00:00  <span style="color: #000000;">0.0</span> java            <span style="color: #000000;">32183</span>   <span style="color: #000000;">8</span>
<span style="color: #000000;">30181</span> gc11g   <span style="color: #000000;">1821640</span> <span style="color: #000000;">1167200</span> S <span style="color: #000000;">15</span> <span style="color: #000000;">0</span> 00:00:00  <span style="color: #000000;">0.0</span> java            <span style="color: #000000;">32264</span>  <span style="color: #000000;">15</span>
<span style="color: #000000;">30181</span> gc11g   <span style="color: #000000;">1821640</span> <span style="color: #000000;">1167200</span> S <span style="color: #000000;">15</span> <span style="color: #000000;">0</span> 00:01:02  <span style="color: #000000;">0.0</span> java            <span style="color: #000000;">32265</span>   <span style="color: #000000;">8</span>
<span style="color: #000000;">30181</span> gc11g   <span style="color: #000000;">1821640</span> <span style="color: #000000;">1167200</span> S <span style="color: #000000;">15</span> <span style="color: #000000;">0</span> 00:00:00  <span style="color: #000000;">0.0</span> java            <span style="color: #000000;">32269</span>   <span style="color: #000000;">8</span>
<span style="color: #000000;">30181</span> gc11g   <span style="color: #000000;">1821640</span> <span style="color: #000000;">1167200</span> S <span style="color: #000000;">15</span> <span style="color: #000000;">0</span> 00:00:<span style="color: #000000;">12</span>  <span style="color: #000000;">0.0</span> java            <span style="color: #000000;">32270</span>   <span style="color: #000000;">1</span>
<span style="color: #000000;">30181</span> gc11g   <span style="color: #000000;">1821640</span> <span style="color: #000000;">1167200</span> S <span style="color: #000000;">15</span> <span style="color: #000000;">0</span> 00:00:<span style="color: #000000;">14</span>  <span style="color: #000000;">0.0</span> java            <span style="color: #000000;">32271</span>   <span style="color: #000000;">6</span>
<span style="color: #000000;">30181</span> gc11g   <span style="color: #000000;">1821640</span> <span style="color: #000000;">1167200</span> S <span style="color: #000000;">15</span> <span style="color: #000000;">0</span> 00:00:00  <span style="color: #000000;">0.0</span> java            <span style="color: #000000;">32275</span>  <span style="color: #000000;">10</span>
<span style="color: #000000;">30181</span> gc11g   <span style="color: #000000;">1821640</span> <span style="color: #000000;">1167200</span> S <span style="color: #000000;">15</span> <span style="color: #000000;">0</span> 00:00:<span style="color: #000000;">15</span>  <span style="color: #000000;">0.0</span> java            <span style="color: #000000;">32280</span>  <span style="color: #000000;">15</span>
<span style="color: #000000;">30181</span> gc11g   <span style="color: #000000;">1821640</span> <span style="color: #000000;">1167200</span> S <span style="color: #000000;">15</span> <span style="color: #000000;">0</span> 00:00:00  <span style="color: #000000;">0.0</span> java            <span style="color: #000000;">32283</span>  <span style="color: #000000;">12</span>
<span style="color: #000000;">30181</span> gc11g   <span style="color: #000000;">1821640</span> <span style="color: #000000;">1167200</span> S <span style="color: #000000;">15</span> <span style="color: #000000;">0</span> 00:<span style="color: #000000;">10</span>:<span style="color: #000000;">45</span>  <span style="color: #000000;">0.1</span> java            <span style="color: #000000;">32286</span>  <span style="color: #000000;">13</span>
<span style="color: #000000;">30181</span> gc11g   <span style="color: #000000;">1821640</span> <span style="color: #000000;">1167200</span> S <span style="color: #000000;">15</span> <span style="color: #000000;">0</span> 00:00:<span style="color: #000000;">47</span>  <span style="color: #000000;">0.0</span> java            <span style="color: #000000;">32289</span>  <span style="color: #000000;">12</span>
<span style="color: #000000;">30181</span> gc11g   <span style="color: #000000;">1821640</span> <span style="color: #000000;">1167200</span> S <span style="color: #000000;">15</span> <span style="color: #000000;">0</span> 00:02:<span style="color: #000000;">57</span>  <span style="color: #000000;">0.0</span> java            <span style="color: #000000;">32295</span>   <span style="color: #000000;">0</span>
<span style="color: #000000;">30181</span> gc11g   <span style="color: #000000;">1821640</span> <span style="color: #000000;">1167200</span> S <span style="color: #000000;">15</span> <span style="color: #000000;">0</span> 00:00:03  <span style="color: #000000;">0.0</span> java            <span style="color: #000000;">32297</span>  <span style="color: #000000;">12</span>
<span style="color: #000000;">30181</span> gc11g   <span style="color: #000000;">1821640</span> <span style="color: #000000;">1167200</span> S <span style="color: #000000;">15</span> <span style="color: #000000;">0</span> 00:00:00  <span style="color: #000000;">0.0</span> java            <span style="color: #000000;">32301</span>   <span style="color: #000000;">9</span>
<span style="color: #000000;">30181</span> gc11g   <span style="color: #000000;">1821640</span> <span style="color: #000000;">1167200</span> S <span style="color: #000000;">15</span> <span style="color: #000000;">0</span> 00:00:00  <span style="color: #000000;">0.0</span> java            <span style="color: #000000;">32302</span>  <span style="color: #000000;">12</span>
<span style="color: #000000;">30181</span> gc11g   <span style="color: #000000;">1821640</span> <span style="color: #000000;">1167200</span> S <span style="color: #000000;">15</span> <span style="color: #000000;">0</span> 00:00:00  <span style="color: #000000;">0.0</span> java            <span style="color: #000000;">32305</span>   <span style="color: #000000;">5</span>
<span style="color: #000000;">30181</span> gc11g   <span style="color: #000000;">1821640</span> <span style="color: #000000;">1167200</span> S <span style="color: #000000;">15</span> <span style="color: #000000;">0</span> 00:00:00  <span style="color: #000000;">0.0</span> java            <span style="color: #000000;">32306</span>  <span style="color: #000000;">12</span>
<span style="color: #000000;">30181</span> gc11g   <span style="color: #000000;">1821640</span> <span style="color: #000000;">1167200</span> S <span style="color: #000000;">15</span> <span style="color: #000000;">0</span> 00:01:09  <span style="color: #000000;">0.0</span> java            <span style="color: #000000;">32307</span>   <span style="color: #000000;">7</span>
<span style="color: #000000;">30181</span> gc11g   <span style="color: #000000;">1821640</span> <span style="color: #000000;">1167200</span> S <span style="color: #000000;">15</span> <span style="color: #000000;">0</span> 00:00:00  <span style="color: #000000;">0.0</span> java            <span style="color: #000000;">32308</span>   <span style="color: #000000;">2</span>
<span style="color: #000000;">30181</span> gc11g   <span style="color: #000000;">1821640</span> <span style="color: #000000;">1167200</span> S <span style="color: #000000;">15</span> <span style="color: #000000;">0</span> 00:00:00  <span style="color: #000000;">0.0</span> java            <span style="color: #000000;">32309</span>   <span style="color: #000000;">0</span>
<span style="color: #000000;">30181</span> gc11g   <span style="color: #000000;">1821640</span> <span style="color: #000000;">1167200</span> S <span style="color: #000000;">15</span> <span style="color: #000000;">0</span> 00:00:00  <span style="color: #000000;">0.0</span> java            <span style="color: #000000;">32310</span>   <span style="color: #000000;">4</span>
<span style="color: #000000;">30181</span> gc11g   <span style="color: #000000;">1821640</span> <span style="color: #000000;">1167200</span> S <span style="color: #000000;">15</span> <span style="color: #000000;">0</span> 00:00:00  <span style="color: #000000;">0.0</span> java            <span style="color: #000000;">32311</span>   <span style="color: #000000;">8</span>
<span style="color: #000000;">30181</span> gc11g   <span style="color: #000000;">1821640</span> <span style="color: #000000;">1167200</span> S <span style="color: #000000;">15</span> <span style="color: #000000;">0</span> 00:00:00  <span style="color: #000000;">0.0</span> java            <span style="color: #000000;">32326</span>  <span style="color: #000000;">13</span>
<span style="color: #000000;">30181</span> gc11g   <span style="color: #000000;">1821640</span> <span style="color: #000000;">1167200</span> S <span style="color: #000000;">15</span> <span style="color: #000000;">0</span> 00:00:<span style="color: #000000;">14</span>  <span style="color: #000000;">0.0</span> java            <span style="color: #000000;">32327</span>  <span style="color: #000000;">11</span>
<span style="color: #000000;">30181</span> gc11g   <span style="color: #000000;">1821640</span> <span style="color: #000000;">1167200</span> S <span style="color: #000000;">15</span> <span style="color: #000000;">0</span> 00:00:00  <span style="color: #000000;">0.0</span> java            <span style="color: #000000;">32336</span>  <span style="color: #000000;">13</span>
<span style="color: #000000;">30181</span> gc11g   <span style="color: #000000;">1821640</span> <span style="color: #000000;">1167200</span> S <span style="color: #000000;">15</span> <span style="color: #000000;">0</span> 00:00:01  <span style="color: #000000;">0.0</span> java            <span style="color: #000000;">32337</span>   <span style="color: #000000;">8</span>
<span style="color: #000000;">30181</span> gc11g   <span style="color: #000000;">1821640</span> <span style="color: #000000;">1167200</span> S <span style="color: #000000;">15</span> <span style="color: #000000;">0</span> 00:00:<span style="color: #000000;">29</span>  <span style="color: #000000;">0.0</span> java            <span style="color: #000000;">32338</span>   <span style="color: #000000;">3</span>
<span style="color: #000000;">30181</span> gc11g   <span style="color: #000000;">1821640</span> <span style="color: #000000;">1167200</span> S <span style="color: #000000;">15</span> <span style="color: #000000;">0</span> 00:00:05  <span style="color: #000000;">0.0</span> java            <span style="color: #000000;">32339</span>   <span style="color: #000000;">9</span>
<span style="color: #000000;">30181</span> gc11g   <span style="color: #000000;">1821640</span> <span style="color: #000000;">1167200</span> S <span style="color: #000000;">15</span> <span style="color: #000000;">0</span> 00:00:00  <span style="color: #000000;">0.0</span> java            <span style="color: #000000;">32340</span>  <span style="color: #000000;">10</span>
<span style="color: #000000;">30181</span> gc11g   <span style="color: #000000;">1821640</span> <span style="color: #000000;">1167200</span> S <span style="color: #000000;">15</span> <span style="color: #000000;">0</span> 00:00:<span style="color: #000000;">18</span>  <span style="color: #000000;">0.0</span> java            <span style="color: #000000;">32341</span>  <span style="color: #000000;">12</span>
<span style="color: #000000;">30181</span> gc11g   <span style="color: #000000;">1821640</span> <span style="color: #000000;">1167200</span> S <span style="color: #000000;">15</span> <span style="color: #000000;">0</span> 00:00:02  <span style="color: #000000;">0.0</span> java            <span style="color: #000000;">32342</span>   <span style="color: #000000;">7</span>
<span style="color: #000000;">30181</span> gc11g   <span style="color: #000000;">1821640</span> <span style="color: #000000;">1167200</span> S <span style="color: #000000;">15</span> <span style="color: #000000;">0</span> 00:00:<span style="color: #000000;">29</span>  <span style="color: #000000;">0.0</span> java            <span style="color: #000000;">32343</span>   <span style="color: #000000;">7</span>
<span style="color: #000000;">30181</span> gc11g   <span style="color: #000000;">1821640</span> <span style="color: #000000;">1167200</span> S <span style="color: #000000;">15</span> <span style="color: #000000;">0</span> 00:00:<span style="color: #000000;">10</span>  <span style="color: #000000;">0.0</span> java            <span style="color: #000000;">32344</span>   <span style="color: #000000;">0</span>
<span style="color: #000000;">30181</span> gc11g   <span style="color: #000000;">1821640</span> <span style="color: #000000;">1167200</span> S <span style="color: #000000;">15</span> <span style="color: #000000;">0</span> 00:00:05  <span style="color: #000000;">0.0</span> java            <span style="color: #000000;">32351</span>   <span style="color: #000000;">0</span>
<span style="color: #000000;">30181</span> gc11g   <span style="color: #000000;">1821640</span> <span style="color: #000000;">1167200</span> S <span style="color: #000000;">15</span> <span style="color: #000000;">0</span> 00:00:02  <span style="color: #000000;">0.0</span> java             <span style="color: #000000;">1943</span>   <span style="color: #000000;">9</span>
<span style="color: #000000;">30181</span> gc11g   <span style="color: #000000;">1821640</span> <span style="color: #000000;">1167200</span> S <span style="color: #000000;">15</span> <span style="color: #000000;">0</span> 00:01:<span style="color: #000000;">19</span>  <span style="color: #000000;">0.0</span> java             <span style="color: #000000;">1944</span>   <span style="color: #000000;">6</span>
<span style="color: #000000;">30181</span> gc11g   <span style="color: #000000;">1821640</span> <span style="color: #000000;">1167200</span> S <span style="color: #000000;">15</span> <span style="color: #000000;">0</span> 00:00:00  <span style="color: #000000;">0.0</span> java             <span style="color: #000000;">1945</span>  <span style="color: #000000;">15</span>
<span style="color: #000000;">30181</span> gc11g   <span style="color: #000000;">1821640</span> <span style="color: #000000;">1167200</span> S <span style="color: #000000;">15</span> <span style="color: #000000;">0</span> 00:00:06  <span style="color: #000000;">0.0</span> java             <span style="color: #000000;">1946</span>  <span style="color: #000000;">11</span>
<span style="color: #000000;">30181</span> gc11g   <span style="color: #000000;">1821640</span> <span style="color: #000000;">1167200</span> S <span style="color: #000000;">15</span> <span style="color: #000000;">0</span> 00:00:00  <span style="color: #000000;">0.0</span> java             <span style="color: #000000;">2890</span>  <span style="color: #000000;">15</span>
<span style="color: #000000;">30181</span> gc11g   <span style="color: #000000;">1821640</span> <span style="color: #000000;">1167200</span> S <span style="color: #000000;">15</span> <span style="color: #000000;">0</span> 00:02:<span style="color: #000000;">56</span>  <span style="color: #000000;">0.0</span> java             <span style="color: #000000;">7839</span>  <span style="color: #000000;">14</span>
<span style="color: #000000;">30181</span> gc11g   <span style="color: #000000;">1821640</span> <span style="color: #000000;">1167200</span> S <span style="color: #000000;">15</span> <span style="color: #000000;">0</span> 00:00:00  <span style="color: #000000;">0.0</span> java            <span style="color: #000000;">10208</span>   <span style="color: #000000;">0</span>
<span style="color: #000000;">30181</span> gc11g   <span style="color: #000000;">1821640</span> <span style="color: #000000;">1167200</span> S <span style="color: #000000;">15</span> <span style="color: #000000;">0</span> 00:00:02  <span style="color: #000000;">0.0</span> java            <span style="color: #000000;">16818</span>  <span style="color: #000000;">15</span>
<span style="color: #000000;">30181</span> gc11g   <span style="color: #000000;">1821640</span> <span style="color: #000000;">1167200</span> S <span style="color: #000000;">15</span> <span style="color: #000000;">0</span> 00:00:00  <span style="color: #000000;">0.0</span> java            <span style="color: #000000;">18310</span>   <span style="color: #000000;">2</span>
<span style="color: #000000;">30181</span> gc11g   <span style="color: #000000;">1821640</span> <span style="color: #000000;">1167200</span> S <span style="color: #000000;">15</span> <span style="color: #000000;">0</span> 00:00:09  <span style="color: #000000;">0.0</span> java              <span style="color: #000000;">642</span>  <span style="color: #000000;">14</span>
<span style="color: #000000;">30181</span> gc11g   <span style="color: #000000;">1821640</span> <span style="color: #000000;">1167200</span> S <span style="color: #000000;">15</span> <span style="color: #000000;">0</span> 00:00:00  <span style="color: #000000;">0.0</span> java              <span style="color: #000000;">690</span>   <span style="color: #000000;">7</span>
<span style="color: #000000;">30181</span> gc11g   <span style="color: #000000;">1821640</span> <span style="color: #000000;">1167200</span> S <span style="color: #000000;">15</span> <span style="color: #000000;">0</span> 00:00:00  <span style="color: #000000;">0.0</span> java            <span style="color: #000000;">27517</span>   <span style="color: #000000;">8</span>
<span style="color: #000000;">30181</span> gc11g   <span style="color: #000000;">1821640</span> <span style="color: #000000;">1167200</span> S <span style="color: #000000;">15</span> <span style="color: #000000;">0</span> 00:00:00  <span style="color: #000000;">0.0</span> java            <span style="color: #000000;">27518</span>   <span style="color: #000000;">8</span>
<span style="color: #000000;">30181</span> gc11g   <span style="color: #000000;">1821640</span> <span style="color: #000000;">1167200</span> S <span style="color: #000000;">15</span> <span style="color: #000000;">0</span> 00:00:01  <span style="color: #000000;">0.0</span> java            <span style="color: #000000;">29228</span>   <span style="color: #000000;">3</span>
<span style="color: #000000;">30181</span> gc11g   <span style="color: #000000;">1821640</span> <span style="color: #000000;">1167200</span> S <span style="color: #000000;">15</span> <span style="color: #000000;">0</span> 00:02:<span style="color: #000000;">46</span>  <span style="color: #000000;">0.1</span> java            <span style="color: #000000;">12075</span>  <span style="color: #000000;">12</span>
<span style="color: #000000;">30181</span> gc11g   <span style="color: #000000;">1821640</span> <span style="color: #000000;">1167200</span> S <span style="color: #000000;">15</span> <span style="color: #000000;">0</span> 00:00:00  <span style="color: #000000;">0.0</span> java            <span style="color: #000000;">12160</span>   <span style="color: #000000;">1</span>
<span style="color: #000000;">30181</span> gc11g   <span style="color: #000000;">1821640</span> <span style="color: #000000;">1167200</span> S <span style="color: #000000;">15</span> <span style="color: #000000;">0</span> 00:00:00  <span style="color: #000000;">0.0</span> java            <span style="color: #000000;">12829</span>  <span style="color: #000000;">13</span>
<span style="color: #000000;">30181</span> gc11g   <span style="color: #000000;">1821640</span> <span style="color: #000000;">1167200</span> S <span style="color: #000000;">15</span> <span style="color: #000000;">0</span> 00:00:02  <span style="color: #000000;">0.0</span> java             <span style="color: #000000;">2773</span>   <span style="color: #000000;">7</span>
<span style="color: #000000;">30181</span> gc11g   <span style="color: #000000;">1821640</span> <span style="color: #000000;">1167200</span> S <span style="color: #000000;">15</span> <span style="color: #000000;">0</span> 00:00:00  <span style="color: #000000;">0.0</span> java            <span style="color: #000000;">14748</span>  <span style="color: #000000;">14</span>
<span style="color: #000000;">30181</span> gc11g   <span style="color: #000000;">1821640</span> <span style="color: #000000;">1167200</span> S <span style="color: #000000;">15</span> <span style="color: #000000;">0</span> 00:00:00  <span style="color: #000000;">0.0</span> java            <span style="color: #000000;">14749</span>   <span style="color: #000000;">6</span>
<span style="color: #000000;">30181</span> gc11g   <span style="color: #000000;">1821640</span> <span style="color: #000000;">1167200</span> S <span style="color: #000000;">15</span> <span style="color: #000000;">0</span> 00:00:00  <span style="color: #000000;">0.0</span> java            <span style="color: #000000;">14750</span>   <span style="color: #000000;">1</span>
<span style="color: #000000;">30181</span> gc11g   <span style="color: #000000;">1821640</span> <span style="color: #000000;">1167200</span> S <span style="color: #000000;">15</span> <span style="color: #000000;">0</span> 00:00:00  <span style="color: #000000;">0.0</span> java            <span style="color: #000000;">14751</span>   <span style="color: #000000;">0</span>
<span style="color: #000000;">30181</span> gc11g   <span style="color: #000000;">1821640</span> <span style="color: #000000;">1167200</span> S <span style="color: #000000;">15</span> <span style="color: #000000;">0</span> 00:00:00  <span style="color: #000000;">0.0</span> java            <span style="color: #000000;">14752</span>   <span style="color: #000000;">5</span>
<span style="color: #000000;">30181</span> gc11g   <span style="color: #000000;">1821640</span> <span style="color: #000000;">1167200</span> S <span style="color: #000000;">15</span> <span style="color: #000000;">0</span> 00:00:00  <span style="color: #000000;">0.0</span> java            <span style="color: #000000;">14753</span>   <span style="color: #000000;">5</span>
<span style="color: #000000;">30181</span> gc11g   <span style="color: #000000;">1821640</span> <span style="color: #000000;">1167200</span> S <span style="color: #000000;">15</span> <span style="color: #000000;">0</span> 00:00:00  <span style="color: #000000;">0.0</span> java            <span style="color: #000000;">14860</span>  <span style="color: #000000;">12</span>
<span style="color: #000000;">30181</span> gc11g   <span style="color: #000000;">1821640</span> <span style="color: #000000;">1167200</span> S <span style="color: #000000;">15</span> <span style="color: #000000;">0</span> 00:00:00  <span style="color: #000000;">0.0</span> java            <span style="color: #000000;">16706</span>   <span style="color: #000000;">8</span>
<span style="color: #000000;">30181</span> gc11g   <span style="color: #000000;">1821640</span> <span style="color: #000000;">1167200</span> S <span style="color: #000000;">15</span> <span style="color: #000000;">0</span> 00:00:00  <span style="color: #000000;">0.0</span> java            <span style="color: #000000;">17312</span>   <span style="color: #000000;">1</span>
<span style="color: #000000;">30181</span> gc11g   <span style="color: #000000;">1821640</span> <span style="color: #000000;">1167200</span> S <span style="color: #000000;">15</span> <span style="color: #000000;">0</span> 00:00:00  <span style="color: #000000;">0.0</span> java            <span style="color: #000000;">17313</span>  <span style="color: #000000;">12</span>
<span style="color: #000000;">30181</span> gc11g   <span style="color: #000000;">1821640</span> <span style="color: #000000;">1167200</span> S <span style="color: #000000;">15</span> <span style="color: #000000;">0</span> 00:00:00  <span style="color: #000000;">0.0</span> java            <span style="color: #000000;">17425</span>  <span style="color: #000000;">12</span>
<span style="color: #000000;">30181</span> gc11g   <span style="color: #000000;">1821640</span> <span style="color: #000000;">1167200</span> S <span style="color: #000000;">15</span> <span style="color: #000000;">0</span> 00:00:00  <span style="color: #000000;">0.0</span> java            <span style="color: #000000;">17426</span>  <span style="color: #000000;">15</span>
<span style="color: #000000;">30181</span> gc11g   <span style="color: #000000;">1821640</span> <span style="color: #000000;">1167200</span> S <span style="color: #000000;">15</span> <span style="color: #000000;">0</span> 00:00:00  <span style="color: #000000;">0.0</span> java            <span style="color: #000000;">19993</span>  <span style="color: #000000;">12</span>
<span style="color: #000000;">30181</span> gc11g   <span style="color: #000000;">1821640</span> <span style="color: #000000;">1167200</span> S <span style="color: #000000;">15</span> <span style="color: #000000;">0</span> 00:00:00  <span style="color: #000000;">0.0</span> java            <span style="color: #000000;">19994</span>  <span style="color: #000000;">15</span>
<span style="color: #000000;">30181</span> gc11g   <span style="color: #000000;">1821640</span> <span style="color: #000000;">1167200</span> S <span style="color: #000000;">15</span> <span style="color: #000000;">0</span> 00:00:00  <span style="color: #000000;">0.0</span> java            <span style="color: #000000;">19995</span>  <span style="color: #000000;">12</span>
<span style="color: #000000;">30181</span> gc11g   <span style="color: #000000;">1821640</span> <span style="color: #000000;">1167200</span> S <span style="color: #000000;">15</span> <span style="color: #000000;">0</span> 00:00:00  <span style="color: #000000;">0.0</span> java             <span style="color: #000000;">3575</span>   <span style="color: #000000;">9</span>
<span style="color: #000000;">30181</span> gc11g   <span style="color: #000000;">1821640</span> <span style="color: #000000;">1167200</span> S <span style="color: #000000;">15</span> <span style="color: #000000;">0</span> 00:00:00  <span style="color: #000000;">0.0</span> java            <span style="color: #000000;">16593</span>  <span style="color: #000000;">14</span>
<span style="color: #000000;">30181</span> gc11g   <span style="color: #000000;">1821640</span> <span style="color: #000000;">1167200</span> S <span style="color: #000000;">15</span> <span style="color: #000000;">0</span> 00:00:00  <span style="color: #000000;">0.0</span> java            <span style="color: #000000;">18488</span>   <span style="color: #000000;">8</span>
<span style="color: #000000;">30181</span> gc11g   <span style="color: #000000;">1821640</span> <span style="color: #000000;">1167200</span> S <span style="color: #000000;">15</span> <span style="color: #000000;">0</span> 00:00:00  <span style="color: #000000;">0.0</span> java            <span style="color: #000000;">18489</span>   <span style="color: #000000;">5</span>
<span style="color: #000000;">30181</span> gc11g   <span style="color: #000000;">1821640</span> <span style="color: #000000;">1167200</span> S <span style="color: #000000;">15</span> <span style="color: #000000;">0</span> 00:00:00  <span style="color: #000000;">0.0</span> java            <span style="color: #000000;">21901</span>   <span style="color: #000000;">7</span>
<span style="color: #000000;">30181</span> gc11g   <span style="color: #000000;">1821640</span> <span style="color: #000000;">1167200</span> S <span style="color: #000000;">15</span> <span style="color: #000000;">0</span> 00:00:00  <span style="color: #000000;">0.0</span> java             <span style="color: #000000;">5572</span>   <span style="color: #000000;">7</span>
<span style="color: #000000;">30181</span> gc11g   <span style="color: #000000;">1821640</span> <span style="color: #000000;">1167200</span> S <span style="color: #000000;">15</span> <span style="color: #000000;">0</span> 00:00:00  <span style="color: #000000;">0.0</span> java             <span style="color: #000000;">7993</span>   <span style="color: #000000;">9</span>
<span style="color: #000000;">30181</span> gc11g   <span style="color: #000000;">1821640</span> <span style="color: #000000;">1167200</span> S <span style="color: #000000;">15</span> <span style="color: #000000;">0</span> 00:00:00  <span style="color: #000000;">0.0</span> java            <span style="color: #000000;">27543</span>  <span style="color: #000000;">13</span>
<span style="color: #000000;">30181</span> gc11g   <span style="color: #000000;">1821640</span> <span style="color: #000000;">1167200</span> S <span style="color: #000000;">15</span> <span style="color: #000000;">0</span> 00:00:00  <span style="color: #000000;">0.0</span> java            <span style="color: #000000;">32075</span>  <span style="color: #000000;">15</span></pre></td></tr></table></div>

<p>So, it is thread 30196 of PID 30181. Let´s remove the &#8221; sleeping &#8221; threads with grep.</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;">oel5n1:<span style="color: #000000; font-weight: bold;">/</span>home<span style="color: #000000; font-weight: bold;">/</span>gc11g <span style="color: #000000; font-weight: bold;">&gt;</span>  <span style="color: #c20cb9; font-weight: bold;">ps</span> <span style="color: #660033;">-Leo</span> pid,ruser,vsz,rss,state,priority,<span style="color: #c20cb9; font-weight: bold;">nice</span>,<span style="color: #000000; font-weight: bold;">time</span>,<span style="color: #000000; font-weight: bold;">%</span>cpu,<span style="color: #c20cb9; font-weight: bold;">comm</span>,lwp,psr <span style="color: #000000; font-weight: bold;">|</span> <span style="color: #c20cb9; font-weight: bold;">grep</span> <span style="color: #000000;">30181</span> <span style="color: #000000; font-weight: bold;">|</span> <span style="color: #c20cb9; font-weight: bold;">grep</span> <span style="color: #660033;">-v</span> <span style="color: #ff0000;">&quot; S &quot;</span>
<span style="color: #000000;">30181</span> gc11g   <span style="color: #000000;">1821640</span> <span style="color: #000000;">1167200</span> R <span style="color: #000000;">25</span> <span style="color: #000000;">0</span> 08:<span style="color: #000000;">31</span>:<span style="color: #000000;">37</span>  <span style="color: #000000;">7.7</span> java            <span style="color: #000000;">30196</span>   <span style="color: #000000;">6</span>
oel5n1:<span style="color: #000000; font-weight: bold;">/</span>home<span style="color: #000000; font-weight: bold;">/</span>gc11g <span style="color: #000000; font-weight: bold;">&gt;</span>  <span style="color: #c20cb9; font-weight: bold;">ps</span> <span style="color: #660033;">-Leo</span> pid,ruser,vsz,rss,state,priority,<span style="color: #c20cb9; font-weight: bold;">nice</span>,<span style="color: #000000; font-weight: bold;">time</span>,<span style="color: #000000; font-weight: bold;">%</span>cpu,<span style="color: #c20cb9; font-weight: bold;">comm</span>,lwp,psr <span style="color: #000000; font-weight: bold;">|</span> <span style="color: #c20cb9; font-weight: bold;">grep</span> <span style="color: #000000;">30181</span> <span style="color: #000000; font-weight: bold;">|</span> <span style="color: #c20cb9; font-weight: bold;">grep</span> <span style="color: #660033;">-v</span> <span style="color: #ff0000;">&quot; S &quot;</span>
<span style="color: #000000;">30181</span> gc11g   <span style="color: #000000;">1821640</span> <span style="color: #000000;">1167200</span> R <span style="color: #000000;">25</span> <span style="color: #000000;">0</span> 08:<span style="color: #000000;">31</span>:<span style="color: #000000;">39</span>  <span style="color: #000000;">7.7</span> java            <span style="color: #000000;">30196</span>   <span style="color: #000000;">2</span>
oel5n1:<span style="color: #000000; font-weight: bold;">/</span>home<span style="color: #000000; font-weight: bold;">/</span>gc11g <span style="color: #000000; font-weight: bold;">&gt;</span>  <span style="color: #c20cb9; font-weight: bold;">ps</span> <span style="color: #660033;">-Leo</span> pid,ruser,vsz,rss,state,priority,<span style="color: #c20cb9; font-weight: bold;">nice</span>,<span style="color: #000000; font-weight: bold;">time</span>,<span style="color: #000000; font-weight: bold;">%</span>cpu,<span style="color: #c20cb9; font-weight: bold;">comm</span>,lwp,psr <span style="color: #000000; font-weight: bold;">|</span> <span style="color: #c20cb9; font-weight: bold;">grep</span> <span style="color: #000000;">30181</span> <span style="color: #000000; font-weight: bold;">|</span> <span style="color: #c20cb9; font-weight: bold;">grep</span> <span style="color: #660033;">-v</span> <span style="color: #ff0000;">&quot; S &quot;</span>
<span style="color: #000000;">30181</span> gc11g   <span style="color: #000000;">1821640</span> <span style="color: #000000;">1167200</span> R <span style="color: #000000;">25</span> <span style="color: #000000;">0</span> 08:<span style="color: #000000;">31</span>:<span style="color: #000000;">40</span>  <span style="color: #000000;">7.7</span> java            <span style="color: #000000;">30196</span>   <span style="color: #000000;">2</span>
oel5n1:<span style="color: #000000; font-weight: bold;">/</span>home<span style="color: #000000; font-weight: bold;">/</span>gc11g <span style="color: #000000; font-weight: bold;">&gt;</span>  <span style="color: #c20cb9; font-weight: bold;">ps</span> <span style="color: #660033;">-Leo</span> pid,ruser,vsz,rss,state,priority,<span style="color: #c20cb9; font-weight: bold;">nice</span>,<span style="color: #000000; font-weight: bold;">time</span>,<span style="color: #000000; font-weight: bold;">%</span>cpu,<span style="color: #c20cb9; font-weight: bold;">comm</span>,lwp,psr <span style="color: #000000; font-weight: bold;">|</span> <span style="color: #c20cb9; font-weight: bold;">grep</span> <span style="color: #000000;">30181</span> <span style="color: #000000; font-weight: bold;">|</span> <span style="color: #c20cb9; font-weight: bold;">grep</span> <span style="color: #660033;">-v</span> <span style="color: #ff0000;">&quot; S &quot;</span>
<span style="color: #000000;">30181</span> gc11g   <span style="color: #000000;">1821640</span> <span style="color: #000000;">1167200</span> R <span style="color: #000000;">18</span> <span style="color: #000000;">0</span> 08:<span style="color: #000000;">31</span>:<span style="color: #000000;">40</span>  <span style="color: #000000;">7.7</span> java            <span style="color: #000000;">30196</span>   <span style="color: #000000;">2</span>
oel5n1:<span style="color: #000000; font-weight: bold;">/</span>home<span style="color: #000000; font-weight: bold;">/</span>gc11g <span style="color: #000000; font-weight: bold;">&gt;</span>  <span style="color: #c20cb9; font-weight: bold;">ps</span> <span style="color: #660033;">-Leo</span> pid,ruser,vsz,rss,state,priority,<span style="color: #c20cb9; font-weight: bold;">nice</span>,<span style="color: #000000; font-weight: bold;">time</span>,<span style="color: #000000; font-weight: bold;">%</span>cpu,<span style="color: #c20cb9; font-weight: bold;">comm</span>,lwp,psr <span style="color: #000000; font-weight: bold;">|</span> <span style="color: #c20cb9; font-weight: bold;">grep</span> <span style="color: #000000;">30181</span> <span style="color: #000000; font-weight: bold;">|</span> <span style="color: #c20cb9; font-weight: bold;">grep</span> <span style="color: #660033;">-v</span> <span style="color: #ff0000;">&quot; S &quot;</span>
<span style="color: #000000;">30181</span> gc11g   <span style="color: #000000;">1821640</span> <span style="color: #000000;">1167200</span> R <span style="color: #000000;">18</span> <span style="color: #000000;">0</span> 08:<span style="color: #000000;">31</span>:<span style="color: #000000;">41</span>  <span style="color: #000000;">7.7</span> java            <span style="color: #000000;">30196</span>  <span style="color: #000000;">15</span>
oel5n1:<span style="color: #000000; font-weight: bold;">/</span>home<span style="color: #000000; font-weight: bold;">/</span>gc11g <span style="color: #000000; font-weight: bold;">&gt;</span>  <span style="color: #c20cb9; font-weight: bold;">ps</span> <span style="color: #660033;">-Leo</span> pid,ruser,vsz,rss,state,priority,<span style="color: #c20cb9; font-weight: bold;">nice</span>,<span style="color: #000000; font-weight: bold;">time</span>,<span style="color: #000000; font-weight: bold;">%</span>cpu,<span style="color: #c20cb9; font-weight: bold;">comm</span>,lwp,psr <span style="color: #000000; font-weight: bold;">|</span> <span style="color: #c20cb9; font-weight: bold;">grep</span> <span style="color: #000000;">30181</span> <span style="color: #000000; font-weight: bold;">|</span> <span style="color: #c20cb9; font-weight: bold;">grep</span> <span style="color: #660033;">-v</span> <span style="color: #ff0000;">&quot; S &quot;</span>
<span style="color: #000000;">30181</span> gc11g   <span style="color: #000000;">1821640</span> <span style="color: #000000;">1167200</span> R <span style="color: #000000;">19</span> <span style="color: #000000;">0</span> 08:<span style="color: #000000;">31</span>:<span style="color: #000000;">41</span>  <span style="color: #000000;">7.7</span> java            <span style="color: #000000;">30196</span>  <span style="color: #000000;">15</span>
oel5n1:<span style="color: #000000; font-weight: bold;">/</span>home<span style="color: #000000; font-weight: bold;">/</span>gc11g <span style="color: #000000; font-weight: bold;">&gt;</span>  <span style="color: #c20cb9; font-weight: bold;">ps</span> <span style="color: #660033;">-Leo</span> pid,ruser,vsz,rss,state,priority,<span style="color: #c20cb9; font-weight: bold;">nice</span>,<span style="color: #000000; font-weight: bold;">time</span>,<span style="color: #000000; font-weight: bold;">%</span>cpu,<span style="color: #c20cb9; font-weight: bold;">comm</span>,lwp,psr <span style="color: #000000; font-weight: bold;">|</span> <span style="color: #c20cb9; font-weight: bold;">grep</span> <span style="color: #000000;">30181</span> <span style="color: #000000; font-weight: bold;">|</span> <span style="color: #c20cb9; font-weight: bold;">grep</span> <span style="color: #660033;">-v</span> <span style="color: #ff0000;">&quot; S &quot;</span>
<span style="color: #000000;">30181</span> gc11g   <span style="color: #000000;">1821640</span> <span style="color: #000000;">1167200</span> R <span style="color: #000000;">20</span> <span style="color: #000000;">0</span> 08:<span style="color: #000000;">31</span>:<span style="color: #000000;">42</span>  <span style="color: #000000;">7.7</span> java            <span style="color: #000000;">30196</span>  <span style="color: #000000;">13</span>
oel5n1:<span style="color: #000000; font-weight: bold;">/</span>home<span style="color: #000000; font-weight: bold;">/</span>gc11g <span style="color: #000000; font-weight: bold;">&gt;</span>  <span style="color: #c20cb9; font-weight: bold;">ps</span> <span style="color: #660033;">-Leo</span> pid,ruser,vsz,rss,state,priority,<span style="color: #c20cb9; font-weight: bold;">nice</span>,<span style="color: #000000; font-weight: bold;">time</span>,<span style="color: #000000; font-weight: bold;">%</span>cpu,<span style="color: #c20cb9; font-weight: bold;">comm</span>,lwp,psr <span style="color: #000000; font-weight: bold;">|</span> <span style="color: #c20cb9; font-weight: bold;">grep</span> <span style="color: #000000;">30181</span> <span style="color: #000000; font-weight: bold;">|</span> <span style="color: #c20cb9; font-weight: bold;">grep</span> <span style="color: #660033;">-v</span> <span style="color: #ff0000;">&quot; S &quot;</span>
<span style="color: #000000;">30181</span> gc11g   <span style="color: #000000;">1821640</span> <span style="color: #000000;">1167200</span> R <span style="color: #000000;">20</span> <span style="color: #000000;">0</span> 08:<span style="color: #000000;">31</span>:<span style="color: #000000;">42</span>  <span style="color: #000000;">7.7</span> java            <span style="color: #000000;">30196</span>   <span style="color: #000000;">9</span>
oel5n1:<span style="color: #000000; font-weight: bold;">/</span>home<span style="color: #000000; font-weight: bold;">/</span>gc11g <span style="color: #000000; font-weight: bold;">&gt;</span>  <span style="color: #c20cb9; font-weight: bold;">ps</span> <span style="color: #660033;">-Leo</span> pid,ruser,vsz,rss,state,priority,<span style="color: #c20cb9; font-weight: bold;">nice</span>,<span style="color: #000000; font-weight: bold;">time</span>,<span style="color: #000000; font-weight: bold;">%</span>cpu,<span style="color: #c20cb9; font-weight: bold;">comm</span>,lwp,psr <span style="color: #000000; font-weight: bold;">|</span> <span style="color: #c20cb9; font-weight: bold;">grep</span> <span style="color: #000000;">30181</span> <span style="color: #000000; font-weight: bold;">|</span> <span style="color: #c20cb9; font-weight: bold;">grep</span> <span style="color: #660033;">-v</span> <span style="color: #ff0000;">&quot; S &quot;</span>
<span style="color: #000000;">30181</span> gc11g   <span style="color: #000000;">1821640</span> <span style="color: #000000;">1167200</span> R <span style="color: #000000;">21</span> <span style="color: #000000;">0</span> 08:<span style="color: #000000;">31</span>:<span style="color: #000000;">42</span>  <span style="color: #000000;">7.7</span> java            <span style="color: #000000;">30196</span>   <span style="color: #000000;">9</span>
oel5n1:<span style="color: #000000; font-weight: bold;">/</span>home<span style="color: #000000; font-weight: bold;">/</span>gc11g <span style="color: #000000; font-weight: bold;">&gt;</span>  <span style="color: #c20cb9; font-weight: bold;">ps</span> <span style="color: #660033;">-Leo</span> pid,ruser,vsz,rss,state,priority,<span style="color: #c20cb9; font-weight: bold;">nice</span>,<span style="color: #000000; font-weight: bold;">time</span>,<span style="color: #000000; font-weight: bold;">%</span>cpu,<span style="color: #c20cb9; font-weight: bold;">comm</span>,lwp,psr <span style="color: #000000; font-weight: bold;">|</span> <span style="color: #c20cb9; font-weight: bold;">grep</span> <span style="color: #000000;">30181</span> <span style="color: #000000; font-weight: bold;">|</span> <span style="color: #c20cb9; font-weight: bold;">grep</span> <span style="color: #660033;">-v</span> <span style="color: #ff0000;">&quot; S &quot;</span>
<span style="color: #000000;">30181</span> gc11g   <span style="color: #000000;">1821640</span> <span style="color: #000000;">1167200</span> R <span style="color: #000000;">21</span> <span style="color: #000000;">0</span> 08:<span style="color: #000000;">31</span>:<span style="color: #000000;">43</span>  <span style="color: #000000;">7.7</span> java            <span style="color: #000000;">30196</span>   <span style="color: #000000;">9</span>
oel5n1:<span style="color: #000000; font-weight: bold;">/</span>home<span style="color: #000000; font-weight: bold;">/</span>gc11g <span style="color: #000000; font-weight: bold;">&gt;</span>  <span style="color: #c20cb9; font-weight: bold;">ps</span> <span style="color: #660033;">-Leo</span> pid,ruser,vsz,rss,state,priority,<span style="color: #c20cb9; font-weight: bold;">nice</span>,<span style="color: #000000; font-weight: bold;">time</span>,<span style="color: #000000; font-weight: bold;">%</span>cpu,<span style="color: #c20cb9; font-weight: bold;">comm</span>,lwp,psr <span style="color: #000000; font-weight: bold;">|</span> <span style="color: #c20cb9; font-weight: bold;">grep</span> <span style="color: #000000;">30181</span> <span style="color: #000000; font-weight: bold;">|</span> <span style="color: #c20cb9; font-weight: bold;">grep</span> <span style="color: #660033;">-v</span> <span style="color: #ff0000;">&quot; S &quot;</span>
<span style="color: #000000;">30181</span> gc11g   <span style="color: #000000;">1821640</span> <span style="color: #000000;">1167200</span> R <span style="color: #000000;">23</span> <span style="color: #000000;">0</span> 08:<span style="color: #000000;">31</span>:<span style="color: #000000;">43</span>  <span style="color: #000000;">7.7</span> java            <span style="color: #000000;">30196</span>   <span style="color: #000000;">9</span>
oel5n1:<span style="color: #000000; font-weight: bold;">/</span>home<span style="color: #000000; font-weight: bold;">/</span>gc11g <span style="color: #000000; font-weight: bold;">&gt;</span>  <span style="color: #c20cb9; font-weight: bold;">ps</span> <span style="color: #660033;">-Leo</span> pid,ruser,vsz,rss,state,priority,<span style="color: #c20cb9; font-weight: bold;">nice</span>,<span style="color: #000000; font-weight: bold;">time</span>,<span style="color: #000000; font-weight: bold;">%</span>cpu,<span style="color: #c20cb9; font-weight: bold;">comm</span>,lwp,psr <span style="color: #000000; font-weight: bold;">|</span> <span style="color: #c20cb9; font-weight: bold;">grep</span> <span style="color: #000000;">30181</span> <span style="color: #000000; font-weight: bold;">|</span> <span style="color: #c20cb9; font-weight: bold;">grep</span> <span style="color: #660033;">-v</span> <span style="color: #ff0000;">&quot; S &quot;</span>
<span style="color: #000000;">30181</span> gc11g   <span style="color: #000000;">1821640</span> <span style="color: #000000;">1167200</span> R <span style="color: #000000;">24</span> <span style="color: #000000;">0</span> 08:<span style="color: #000000;">31</span>:<span style="color: #000000;">43</span>  <span style="color: #000000;">7.7</span> java            <span style="color: #000000;">30196</span>   <span style="color: #000000;">9</span></pre></td></tr></table></div>

<p>It is always the same thread which is using 7.7% (~1/16 cores) of the all the CPU´s on the system. </p>
<p>let´s take a pstack:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;">oel5n1:<span style="color: #000000; font-weight: bold;">/</span>home<span style="color: #000000; font-weight: bold;">/</span>gc11g <span style="color: #000000; font-weight: bold;">&gt;</span> pstack <span style="color: #000000;">30181</span></pre></td></tr></table></div>

<p>let´s grep for the LWP we know:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;">oel5n1:<span style="color: #000000; font-weight: bold;">/</span>home<span style="color: #000000; font-weight: bold;">/</span>gc11g <span style="color: #000000; font-weight: bold;">&gt;</span> pstack <span style="color: #000000;">30181</span> <span style="color: #000000; font-weight: bold;">|</span> <span style="color: #c20cb9; font-weight: bold;">grep</span> <span style="color: #660033;">-A</span> <span style="color: #000000;">20</span> <span style="color: #000000;">30196</span>
&nbsp;
Thread <span style="color: #000000;">135</span> <span style="color: #7a0874; font-weight: bold;">&#40;</span>Thread 0x4024f940 <span style="color: #7a0874; font-weight: bold;">&#40;</span>LWP <span style="color: #000000;">30196</span><span style="color: #7a0874; font-weight: bold;">&#41;</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>:                           <span style="color: #000000; font-weight: bold;">&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;</span>
<span style="color: #666666; font-style: italic;">#0  0x00002b7471e17d3f in instanceKlass::oop_follow_contents ()</span>
<span style="color: #666666; font-style: italic;">#1  0x00002b747203e6c3 in objArrayKlass::oop_follow_contents ()</span>
<span style="color: #666666; font-style: italic;">#2  0x00002b7471fee5e3 in MarkSweep::follow_stack ()</span>
<span style="color: #666666; font-style: italic;">#3  0x00002b7472094964 in PSMarkSweep::mark_sweep_phase1 ()</span>
<span style="color: #666666; font-style: italic;">#4  0x00002b7472093859 in PSMarkSweep::invoke_no_policy ()</span>
<span style="color: #666666; font-style: italic;">#5  0x00002b74720a0737 in PSScavenge::invoke ()</span>
<span style="color: #666666; font-style: italic;">#6  0x00002b747206814e in ParallelScavengeHeap::failed_mem_allocate ()</span>
<span style="color: #666666; font-style: italic;">#7  0x00002b747218fbc9 in VM_ParallelGCFailedAllocation::doit ()</span>
<span style="color: #666666; font-style: italic;">#8  0x00002b747219ccfa in VM_Operation::evaluate ()</span>
<span style="color: #666666; font-style: italic;">#9  0x00002b747219c312 in VMThread::evaluate_operation ()</span>
<span style="color: #666666; font-style: italic;">#10 0x00002b747219c583 in VMThread::loop ()</span>
<span style="color: #666666; font-style: italic;">#11 0x00002b747219c08e in VMThread::run ()</span>
<span style="color: #666666; font-style: italic;">#12 0x00002b74720560df in java_start ()</span>
<span style="color: #666666; font-style: italic;">#13 0x0000003130e064a7 in start_thread () from /lib64/libpthread.so.0</span>
<span style="color: #666666; font-style: italic;">#14 0x00000031302d3c2d in clone () from /lib64/libc.so.6</span>
&nbsp;
&nbsp;
oel5n1:<span style="color: #000000; font-weight: bold;">/</span>home<span style="color: #000000; font-weight: bold;">/</span>gc11g <span style="color: #000000; font-weight: bold;">&gt;</span> pstack <span style="color: #000000;">30181</span> <span style="color: #000000; font-weight: bold;">|</span> <span style="color: #c20cb9; font-weight: bold;">grep</span> <span style="color: #660033;">-A</span> <span style="color: #000000;">20</span> <span style="color: #000000;">30196</span>
Thread <span style="color: #000000;">135</span> <span style="color: #7a0874; font-weight: bold;">&#40;</span>Thread 0x4024f940 <span style="color: #7a0874; font-weight: bold;">&#40;</span>LWP <span style="color: #000000;">30196</span><span style="color: #7a0874; font-weight: bold;">&#41;</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>:
<span style="color: #666666; font-style: italic;">#0  0x00002b7471e17d3f in instanceKlass::oop_follow_contents ()</span>
<span style="color: #666666; font-style: italic;">#1  0x00002b747203e6c3 in objArrayKlass::oop_follow_contents ()</span>
<span style="color: #666666; font-style: italic;">#2  0x00002b7471fee5e3 in MarkSweep::follow_stack ()</span>
<span style="color: #666666; font-style: italic;">#3  0x00002b7472094964 in PSMarkSweep::mark_sweep_phase1 ()</span>
<span style="color: #666666; font-style: italic;">#4  0x00002b7472093859 in PSMarkSweep::invoke_no_policy ()</span>
<span style="color: #666666; font-style: italic;">#5  0x00002b74720a0737 in PSScavenge::invoke ()</span>
<span style="color: #666666; font-style: italic;">#6  0x00002b747206814e in ParallelScavengeHeap::failed_mem_allocate ()</span>
<span style="color: #666666; font-style: italic;">#7  0x00002b747218fbc9 in VM_ParallelGCFailedAllocation::doit ()</span>
<span style="color: #666666; font-style: italic;">#8  0x00002b747219ccfa in VM_Operation::evaluate ()</span>
<span style="color: #666666; font-style: italic;">#9  0x00002b747219c312 in VMThread::evaluate_operation ()</span>
<span style="color: #666666; font-style: italic;">#10 0x00002b747219c583 in VMThread::loop ()</span>
<span style="color: #666666; font-style: italic;">#11 0x00002b747219c08e in VMThread::run ()</span>
<span style="color: #666666; font-style: italic;">#12 0x00002b74720560df in java_start ()</span>
<span style="color: #666666; font-style: italic;">#13 0x0000003130e064a7 in start_thread () from /lib64/libpthread.so.0</span>
<span style="color: #666666; font-style: italic;">#14 0x00000031302d3c2d in clone () from /lib64/libc.so.6</span>
&nbsp;
&nbsp;
&nbsp;
oel5n1:<span style="color: #000000; font-weight: bold;">/</span>home<span style="color: #000000; font-weight: bold;">/</span>gc11g <span style="color: #000000; font-weight: bold;">&gt;</span> pstack <span style="color: #000000;">30181</span> <span style="color: #000000; font-weight: bold;">|</span> <span style="color: #c20cb9; font-weight: bold;">grep</span> <span style="color: #660033;">-A</span> <span style="color: #000000;">20</span> <span style="color: #000000;">30196</span>
Thread <span style="color: #000000;">135</span> <span style="color: #7a0874; font-weight: bold;">&#40;</span>Thread 0x4024f940 <span style="color: #7a0874; font-weight: bold;">&#40;</span>LWP <span style="color: #000000;">30196</span><span style="color: #7a0874; font-weight: bold;">&#41;</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>:
<span style="color: #666666; font-style: italic;">#0  0x00002b7472046d27 in objArrayKlass::oop_adjust_pointers ()</span>
<span style="color: #666666; font-style: italic;">#1  0x00002b747209549e in PSMarkSweepDecorator::adjust_pointers ()</span>
<span style="color: #666666; font-style: italic;">#2  0x00002b74720967f0 in PSOldGen::adjust_pointers ()</span>
<span style="color: #666666; font-style: italic;">#3  0x00002b7472094c3a in PSMarkSweep::mark_sweep_phase3 ()</span>
<span style="color: #666666; font-style: italic;">#4  0x00002b74720938f6 in PSMarkSweep::invoke_no_policy ()</span>
<span style="color: #666666; font-style: italic;">#5  0x00002b74720a0737 in PSScavenge::invoke ()</span>
<span style="color: #666666; font-style: italic;">#6  0x00002b747206814e in ParallelScavengeHeap::failed_mem_allocate ()</span>
<span style="color: #666666; font-style: italic;">#7  0x00002b747218fbc9 in VM_ParallelGCFailedAllocation::doit ()</span>
<span style="color: #666666; font-style: italic;">#8  0x00002b747219ccfa in VM_Operation::evaluate ()</span>
<span style="color: #666666; font-style: italic;">#9  0x00002b747219c312 in VMThread::evaluate_operation ()</span>
<span style="color: #666666; font-style: italic;">#10 0x00002b747219c583 in VMThread::loop ()</span>
<span style="color: #666666; font-style: italic;">#11 0x00002b747219c08e in VMThread::run ()</span>
<span style="color: #666666; font-style: italic;">#12 0x00002b74720560df in java_start ()</span>
<span style="color: #666666; font-style: italic;">#13 0x0000003130e064a7 in start_thread () from /lib64/libpthread.so.0</span>
<span style="color: #666666; font-style: italic;">#14 0x00000031302d3c2d in clone () from /lib64/libc.so.6</span>
&nbsp;
&nbsp;
oel5n1:<span style="color: #000000; font-weight: bold;">/</span>home<span style="color: #000000; font-weight: bold;">/</span>gc11g <span style="color: #000000; font-weight: bold;">&gt;</span> pstack <span style="color: #000000;">30181</span> <span style="color: #000000; font-weight: bold;">|</span> <span style="color: #c20cb9; font-weight: bold;">grep</span> <span style="color: #660033;">-A</span> <span style="color: #000000;">20</span> <span style="color: #000000;">30196</span>
Thread <span style="color: #000000;">135</span> <span style="color: #7a0874; font-weight: bold;">&#40;</span>Thread 0x4024f940 <span style="color: #7a0874; font-weight: bold;">&#40;</span>LWP <span style="color: #000000;">30196</span><span style="color: #7a0874; font-weight: bold;">&#41;</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>:
<span style="color: #666666; font-style: italic;">#0  0x00002b7471fee9d3 in MarkSweep::IsAliveClosure::do_object_b ()</span>
<span style="color: #666666; font-style: italic;">#1  0x00002b7471dfad18 in Hashtable::unlink ()</span>
<span style="color: #666666; font-style: italic;">#2  0x00002b74720949ef in PSMarkSweep::mark_sweep_phase1 ()</span>
<span style="color: #666666; font-style: italic;">#3  0x00002b7472093859 in PSMarkSweep::invoke_no_policy ()</span>
<span style="color: #666666; font-style: italic;">#4  0x00002b74720a0737 in PSScavenge::invoke ()</span>
<span style="color: #666666; font-style: italic;">#5  0x00002b747206814e in ParallelScavengeHeap::failed_mem_allocate ()</span>
<span style="color: #666666; font-style: italic;">#6  0x00002b747218fbc9 in VM_ParallelGCFailedAllocation::doit ()</span>
<span style="color: #666666; font-style: italic;">#7  0x00002b747219ccfa in VM_Operation::evaluate ()</span>
<span style="color: #666666; font-style: italic;">#8  0x00002b747219c312 in VMThread::evaluate_operation ()</span>
<span style="color: #666666; font-style: italic;">#9  0x00002b747219c583 in VMThread::loop ()</span>
<span style="color: #666666; font-style: italic;">#10 0x00002b747219c08e in VMThread::run ()</span>
<span style="color: #666666; font-style: italic;">#11 0x00002b74720560df in java_start ()</span>
<span style="color: #666666; font-style: italic;">#12 0x0000003130e064a7 in start_thread () from /lib64/libpthread.so.0</span>
<span style="color: #666666; font-style: italic;">#13 0x00000031302d3c2d in clone () from /lib64/libc.so.6</span>
&nbsp;
&nbsp;
oel5n1:<span style="color: #000000; font-weight: bold;">/</span>home<span style="color: #000000; font-weight: bold;">/</span>gc11g <span style="color: #000000; font-weight: bold;">&gt;</span> pstack <span style="color: #000000;">30181</span> <span style="color: #000000; font-weight: bold;">|</span> <span style="color: #c20cb9; font-weight: bold;">grep</span> <span style="color: #660033;">-A</span> <span style="color: #000000;">20</span> <span style="color: #000000;">30196</span>
Thread <span style="color: #000000;">135</span> <span style="color: #7a0874; font-weight: bold;">&#40;</span>Thread 0x4024f940 <span style="color: #7a0874; font-weight: bold;">&#40;</span>LWP <span style="color: #000000;">30196</span><span style="color: #7a0874; font-weight: bold;">&#41;</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>:
<span style="color: #666666; font-style: italic;">#0  0x00002b7471fee706 in MarkSweep::AdjustPointerClosure::do_oop ()</span>
<span style="color: #666666; font-style: italic;">#1  0x00002b7471dfadb1 in Hashtable::oops_do ()</span>
<span style="color: #666666; font-style: italic;">#2  0x00002b7472094bf9 in PSMarkSweep::mark_sweep_phase3 ()</span>
<span style="color: #666666; font-style: italic;">#3  0x00002b74720938f6 in PSMarkSweep::invoke_no_policy ()</span>
<span style="color: #666666; font-style: italic;">#4  0x00002b74720a0737 in PSScavenge::invoke ()</span>
<span style="color: #666666; font-style: italic;">#5  0x00002b747206814e in ParallelScavengeHeap::failed_mem_allocate ()</span>
<span style="color: #666666; font-style: italic;">#6  0x00002b747218fbc9 in VM_ParallelGCFailedAllocation::doit ()</span>
<span style="color: #666666; font-style: italic;">#7  0x00002b747219ccfa in VM_Operation::evaluate ()</span>
<span style="color: #666666; font-style: italic;">#8  0x00002b747219c312 in VMThread::evaluate_operation ()</span>
<span style="color: #666666; font-style: italic;">#9  0x00002b747219c583 in VMThread::loop ()</span>
<span style="color: #666666; font-style: italic;">#10 0x00002b747219c08e in VMThread::run ()</span>
<span style="color: #666666; font-style: italic;">#11 0x00002b74720560df in java_start ()</span>
<span style="color: #666666; font-style: italic;">#12 0x0000003130e064a7 in start_thread () from /lib64/libpthread.so.0</span>
<span style="color: #666666; font-style: italic;">#13 0x00000031302d3c2d in clone () from /lib64/libc.so.6</span>
&nbsp;
&nbsp;
oel5n1:<span style="color: #000000; font-weight: bold;">/</span>home<span style="color: #000000; font-weight: bold;">/</span>gc11g <span style="color: #000000; font-weight: bold;">&gt;</span> pstack <span style="color: #000000;">30181</span> <span style="color: #000000; font-weight: bold;">|</span> <span style="color: #c20cb9; font-weight: bold;">grep</span> <span style="color: #660033;">-A</span> <span style="color: #000000;">20</span> <span style="color: #000000;">30196</span>
Thread <span style="color: #000000;">135</span> <span style="color: #7a0874; font-weight: bold;">&#40;</span>Thread 0x4024f940 <span style="color: #7a0874; font-weight: bold;">&#40;</span>LWP <span style="color: #000000;">30196</span><span style="color: #7a0874; font-weight: bold;">&#41;</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>:
<span style="color: #666666; font-style: italic;">#0  0x00002b7471e179e5 in instanceKlass::adjust_static_fields ()</span>
<span style="color: #666666; font-style: italic;">#1  0x00002b7471e234ad in instanceKlassKlass::oop_adjust_pointers ()</span>
<span style="color: #666666; font-style: italic;">#2  0x00002b747209549e in PSMarkSweepDecorator::adjust_pointers ()</span>
<span style="color: #666666; font-style: italic;">#3  0x00002b74720967f0 in PSOldGen::adjust_pointers ()</span>
<span style="color: #666666; font-style: italic;">#4  0x00002b7472094c3a in PSMarkSweep::mark_sweep_phase3 ()</span>
<span style="color: #666666; font-style: italic;">#5  0x00002b74720938f6 in PSMarkSweep::invoke_no_policy ()</span>
<span style="color: #666666; font-style: italic;">#6  0x00002b74720a0737 in PSScavenge::invoke ()</span>
<span style="color: #666666; font-style: italic;">#7  0x00002b747206814e in ParallelScavengeHeap::failed_mem_allocate ()</span>
<span style="color: #666666; font-style: italic;">#8  0x00002b747218fbc9 in VM_ParallelGCFailedAllocation::doit ()</span>
<span style="color: #666666; font-style: italic;">#9  0x00002b747219ccfa in VM_Operation::evaluate ()</span>
<span style="color: #666666; font-style: italic;">#10 0x00002b747219c312 in VMThread::evaluate_operation ()</span>
<span style="color: #666666; font-style: italic;">#11 0x00002b747219c583 in VMThread::loop ()</span>
<span style="color: #666666; font-style: italic;">#12 0x00002b747219c08e in VMThread::run ()</span>
<span style="color: #666666; font-style: italic;">#13 0x00002b74720560df in java_start ()</span>
<span style="color: #666666; font-style: italic;">#14 0x0000003130e064a7 in start_thread () from /lib64/libpthread.so.0</span>
<span style="color: #666666; font-style: italic;">#15 0x00000031302d3c2d in clone () from /lib64/libc.so.6</span>
&nbsp;
&nbsp;
oel5n1:<span style="color: #000000; font-weight: bold;">/</span>home<span style="color: #000000; font-weight: bold;">/</span>gc11g <span style="color: #000000; font-weight: bold;">&gt;</span> pstack <span style="color: #000000;">30181</span> <span style="color: #000000; font-weight: bold;">|</span> <span style="color: #c20cb9; font-weight: bold;">grep</span> <span style="color: #660033;">-A</span> <span style="color: #000000;">20</span> <span style="color: #000000;">30196</span>
Thread <span style="color: #000000;">135</span> <span style="color: #7a0874; font-weight: bold;">&#40;</span>Thread 0x4024f940 <span style="color: #7a0874; font-weight: bold;">&#40;</span>LWP <span style="color: #000000;">30196</span><span style="color: #7a0874; font-weight: bold;">&#41;</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>:
<span style="color: #666666; font-style: italic;">#0  0x00002b7471e17e54 in instanceKlass::oop_follow_contents ()</span>
<span style="color: #666666; font-style: italic;">#1  0x00002b747203e6c3 in objArrayKlass::oop_follow_contents ()</span>
<span style="color: #666666; font-style: italic;">#2  0x00002b7471fee5e3 in MarkSweep::follow_stack ()</span>
<span style="color: #666666; font-style: italic;">#3  0x00002b7472094964 in PSMarkSweep::mark_sweep_phase1 ()</span>
<span style="color: #666666; font-style: italic;">#4  0x00002b7472093859 in PSMarkSweep::invoke_no_policy ()</span>
<span style="color: #666666; font-style: italic;">#5  0x00002b74720a0737 in PSScavenge::invoke ()</span>
<span style="color: #666666; font-style: italic;">#6  0x00002b747206814e in ParallelScavengeHeap::failed_mem_allocate ()</span>
<span style="color: #666666; font-style: italic;">#7  0x00002b747218fbc9 in VM_ParallelGCFailedAllocation::doit ()</span>
<span style="color: #666666; font-style: italic;">#8  0x00002b747219ccfa in VM_Operation::evaluate ()</span>
<span style="color: #666666; font-style: italic;">#9  0x00002b747219c312 in VMThread::evaluate_operation ()</span>
<span style="color: #666666; font-style: italic;">#10 0x00002b747219c583 in VMThread::loop ()</span>
<span style="color: #666666; font-style: italic;">#11 0x00002b747219c08e in VMThread::run ()</span>
<span style="color: #666666; font-style: italic;">#12 0x00002b74720560df in java_start ()</span>
<span style="color: #666666; font-style: italic;">#13 0x0000003130e064a7 in start_thread () from /lib64/libpthread.so.0</span>
<span style="color: #666666; font-style: italic;">#14 0x00000031302d3c2d in clone () from /lib64/libc.so.6</span>
&nbsp;
&nbsp;
oel5n1:<span style="color: #000000; font-weight: bold;">/</span>home<span style="color: #000000; font-weight: bold;">/</span>gc11g <span style="color: #000000; font-weight: bold;">&gt;</span> pstack <span style="color: #000000;">30181</span> <span style="color: #000000; font-weight: bold;">|</span> <span style="color: #c20cb9; font-weight: bold;">grep</span> <span style="color: #660033;">-A</span> <span style="color: #000000;">20</span> <span style="color: #000000;">30196</span>
Thread <span style="color: #000000;">135</span> <span style="color: #7a0874; font-weight: bold;">&#40;</span>Thread 0x4024f940 <span style="color: #7a0874; font-weight: bold;">&#40;</span>LWP <span style="color: #000000;">30196</span><span style="color: #7a0874; font-weight: bold;">&#41;</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>:
<span style="color: #666666; font-style: italic;">#0  0x00002b747203e640 in objArrayKlass::oop_follow_contents ()</span>
<span style="color: #666666; font-style: italic;">#1  0x00002b7471fee5e3 in MarkSweep::follow_stack ()</span>
<span style="color: #666666; font-style: italic;">#2  0x00002b7472094964 in PSMarkSweep::mark_sweep_phase1 ()</span>
<span style="color: #666666; font-style: italic;">#3  0x00002b7472093859 in PSMarkSweep::invoke_no_policy ()</span>
<span style="color: #666666; font-style: italic;">#4  0x00002b74720a0737 in PSScavenge::invoke ()</span>
<span style="color: #666666; font-style: italic;">#5  0x00002b747206814e in ParallelScavengeHeap::failed_mem_allocate ()</span>
<span style="color: #666666; font-style: italic;">#6  0x00002b747218fbc9 in VM_ParallelGCFailedAllocation::doit ()</span>
<span style="color: #666666; font-style: italic;">#7  0x00002b747219ccfa in VM_Operation::evaluate ()</span>
<span style="color: #666666; font-style: italic;">#8  0x00002b747219c312 in VMThread::evaluate_operation ()</span>
<span style="color: #666666; font-style: italic;">#9  0x00002b747219c583 in VMThread::loop ()</span>
<span style="color: #666666; font-style: italic;">#10 0x00002b747219c08e in VMThread::run ()</span>
<span style="color: #666666; font-style: italic;">#11 0x00002b74720560df in java_start ()</span>
<span style="color: #666666; font-style: italic;">#12 0x0000003130e064a7 in start_thread () from /lib64/libpthread.so.0</span>
<span style="color: #666666; font-style: italic;">#13 0x00000031302d3c2d in clone () from /lib64/libc.so.6</span>
&nbsp;
&nbsp;
&nbsp;
oel5n1:<span style="color: #000000; font-weight: bold;">/</span>home<span style="color: #000000; font-weight: bold;">/</span>gc11g <span style="color: #000000; font-weight: bold;">&gt;</span> pstack <span style="color: #000000;">30181</span> <span style="color: #000000; font-weight: bold;">|</span> <span style="color: #c20cb9; font-weight: bold;">grep</span> <span style="color: #660033;">-A</span> <span style="color: #000000;">20</span> <span style="color: #000000;">30196</span>
Thread <span style="color: #000000;">135</span> <span style="color: #7a0874; font-weight: bold;">&#40;</span>Thread 0x4024f940 <span style="color: #7a0874; font-weight: bold;">&#40;</span>LWP <span style="color: #000000;">30196</span><span style="color: #7a0874; font-weight: bold;">&#41;</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>:
<span style="color: #666666; font-style: italic;">#0  0x00002b7471d50445 in ConstantPoolCacheEntry::follow_contents ()</span>
<span style="color: #666666; font-style: italic;">#1  0x00002b7471d4f4f6 in constantPoolCacheKlass::oop_follow_contents ()</span>
<span style="color: #666666; font-style: italic;">#2  0x00002b7471fee5e3 in MarkSweep::follow_stack ()</span>
<span style="color: #666666; font-style: italic;">#3  0x00002b7472094964 in PSMarkSweep::mark_sweep_phase1 ()</span>
<span style="color: #666666; font-style: italic;">#4  0x00002b7472093859 in PSMarkSweep::invoke_no_policy ()</span>
<span style="color: #666666; font-style: italic;">#5  0x00002b74720a0737 in PSScavenge::invoke ()</span>
<span style="color: #666666; font-style: italic;">#6  0x00002b747206814e in ParallelScavengeHeap::failed_mem_allocate ()</span>
<span style="color: #666666; font-style: italic;">#7  0x00002b747218fbc9 in VM_ParallelGCFailedAllocation::doit ()</span>
<span style="color: #666666; font-style: italic;">#8  0x00002b747219ccfa in VM_Operation::evaluate ()</span>
<span style="color: #666666; font-style: italic;">#9  0x00002b747219c312 in VMThread::evaluate_operation ()</span>
<span style="color: #666666; font-style: italic;">#10 0x00002b747219c583 in VMThread::loop ()</span>
<span style="color: #666666; font-style: italic;">#11 0x00002b747219c08e in VMThread::run ()</span>
<span style="color: #666666; font-style: italic;">#12 0x00002b74720560df in java_start ()</span>
<span style="color: #666666; font-style: italic;">#13 0x0000003130e064a7 in start_thread () from /lib64/libpthread.so.0</span>
<span style="color: #666666; font-style: italic;">#14 0x00000031302d3c2d in clone () from /lib64/libc.so.6</span>
&nbsp;
oel5n1:<span style="color: #000000; font-weight: bold;">/</span>home<span style="color: #000000; font-weight: bold;">/</span>gc11g <span style="color: #000000; font-weight: bold;">&gt;</span> pstack <span style="color: #000000;">30181</span> <span style="color: #000000; font-weight: bold;">|</span> <span style="color: #c20cb9; font-weight: bold;">grep</span> <span style="color: #660033;">-A</span> <span style="color: #000000;">20</span> <span style="color: #000000;">30196</span>
Thread <span style="color: #000000;">135</span> <span style="color: #7a0874; font-weight: bold;">&#40;</span>Thread 0x4024f940 <span style="color: #7a0874; font-weight: bold;">&#40;</span>LWP <span style="color: #000000;">30196</span><span style="color: #7a0874; font-weight: bold;">&#41;</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>:
<span style="color: #666666; font-style: italic;">#0  0x00002b7471f8af28 in klassKlass::oop_follow_contents ()</span>
<span style="color: #666666; font-style: italic;">#1  0x00002b7471e226cc in instanceKlassKlass::oop_follow_contents ()</span>
<span style="color: #666666; font-style: italic;">#2  0x00002b7471fee5e3 in MarkSweep::follow_stack ()</span>
<span style="color: #666666; font-style: italic;">#3  0x00002b7472094964 in PSMarkSweep::mark_sweep_phase1 ()</span>
<span style="color: #666666; font-style: italic;">#4  0x00002b7472093859 in PSMarkSweep::invoke_no_policy ()</span>
<span style="color: #666666; font-style: italic;">#5  0x00002b74720a0737 in PSScavenge::invoke ()</span>
<span style="color: #666666; font-style: italic;">#6  0x00002b747206814e in ParallelScavengeHeap::failed_mem_allocate ()</span>
<span style="color: #666666; font-style: italic;">#7  0x00002b747218fbc9 in VM_ParallelGCFailedAllocation::doit ()</span>
<span style="color: #666666; font-style: italic;">#8  0x00002b747219ccfa in VM_Operation::evaluate ()</span>
<span style="color: #666666; font-style: italic;">#9  0x00002b747219c312 in VMThread::evaluate_operation ()</span>
<span style="color: #666666; font-style: italic;">#10 0x00002b747219c583 in VMThread::loop ()</span>
<span style="color: #666666; font-style: italic;">#11 0x00002b747219c08e in VMThread::run ()</span>
<span style="color: #666666; font-style: italic;">#12 0x00002b74720560df in java_start ()</span>
<span style="color: #666666; font-style: italic;">#13 0x0000003130e064a7 in start_thread () from /lib64/libpthread.so.0</span>
<span style="color: #666666; font-style: italic;">#14 0x00000031302d3c2d in clone () from /lib64/libc.so.6</span></pre></td></tr></table></div>

<p>I´m not much of a Java guy, but this tells me that the thread is doing ParallelGC. So, the issue might be related to a configuration of too small Heap size. (Xmx)  I will talk with support to decide whether they support to have Xmx increased to 1G or 2G. In case the cpu consumption is not for Garbage Collection but some other OEM code, then there is a command &#8220;emctl dump omsthread&#8221;, which can be used:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;">oel5n1:<span style="color: #000000; font-weight: bold;">/</span>home<span style="color: #000000; font-weight: bold;">/</span>gc11g <span style="color: #000000; font-weight: bold;">&gt;</span> emctl dump omsthread
Oracle Enterprise Manager 11g Release <span style="color: #000000;">1</span> Grid Control
Copyright <span style="color: #7a0874; font-weight: bold;">&#40;</span>c<span style="color: #7a0874; font-weight: bold;">&#41;</span> <span style="color: #000000;">1996</span>, <span style="color: #000000;">2010</span> Oracle Corporation.  All rights reserved.
Thread dumped successfully <span style="color: #000000; font-weight: bold;">for</span> process <span style="color: #ff0000;">'30181'</span> to log <span style="color: #c20cb9; font-weight: bold;">file</span> 
<span style="color: #000000; font-weight: bold;">/</span>oracle<span style="color: #000000; font-weight: bold;">/</span>grid<span style="color: #000000; font-weight: bold;">/</span>gc_inst<span style="color: #000000; font-weight: bold;">/</span>user_projects<span style="color: #000000; font-weight: bold;">/</span>domains<span style="color: #000000; font-weight: bold;">/</span>GCDomain<span style="color: #000000; font-weight: bold;">/</span>servers<span style="color: #000000; font-weight: bold;">/</span>EMGC_OMS1<span style="color: #000000; font-weight: bold;">/</span>logs<span style="color: #000000; font-weight: bold;">/</span>EMGC_OMS1.out</pre></td></tr></table></div>

<p>If we calculate LWP 30196 from dec to hex, we get 75f5, this is NID from OMS thread dump.</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #ff0000;">&quot;Reference Handler&quot;</span> daemon <span style="color: #007800;">prio</span>=<span style="color: #000000;">10</span> <span style="color: #007800;">tid</span>=0x000000004fdff000 <span style="color: #007800;">nid</span>=0x75f5 waiting <span style="color: #000000; font-weight: bold;">for</span> monitor entry <span style="color: #7a0874; font-weight: bold;">&#91;</span>0x0000000040725000<span style="color: #7a0874; font-weight: bold;">&#93;</span>
   java.lang.Thread.State: BLOCKED <span style="color: #7a0874; font-weight: bold;">&#40;</span>on object monitor<span style="color: #7a0874; font-weight: bold;">&#41;</span>
        at java.lang.ref.Reference<span style="color: #007800;">$ReferenceHandler</span>.run<span style="color: #7a0874; font-weight: bold;">&#40;</span>Reference.java:<span style="color: #000000;">108</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>
        - waiting to lock <span style="color: #000000; font-weight: bold;">&lt;</span>0x00002aaacf4967a0<span style="color: #000000; font-weight: bold;">&gt;</span> <span style="color: #7a0874; font-weight: bold;">&#40;</span>a java.lang.ref.Reference<span style="color: #007800;">$Lock</span><span style="color: #7a0874; font-weight: bold;">&#41;</span></pre></td></tr></table></div>

<p><strong>Update 26.11.2010:</strong></p>
<p>Oracle support has recommended to increase Xms/Xmx  to 1024m and check whether that is sufficient. This has to be changed in file gc_inst/user_projects/domains/GCDomain/bin/setDomainEnv.sh and in those variables for Linux 64bit:</p>
<blockquote><pre>XMS_SUN_64BIT="1024"
XMX_SUN_64BIT="1024"</pre>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.ora-solutions.net/web/2010/11/11/grid-control-11g-diagnosing-oms-high-cpu-utilization/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Upgrade/Install of Grid Infrastructure to 11.2.0.2 is failing</title>
		<link>http://www.ora-solutions.net/web/2010/09/29/upgradeinstall-of-grid-infrastructure-to-11-2-0-2-is-failing/</link>
		<comments>http://www.ora-solutions.net/web/2010/09/29/upgradeinstall-of-grid-infrastructure-to-11-2-0-2-is-failing/#comments</comments>
		<pubDate>Wed, 29 Sep 2010 07:36:58 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[11gR2]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Unix]]></category>

		<guid isPermaLink="false">http://www.ora-solutions.net/web/?p=862</guid>
		<description><![CDATA[I have come across a quite difficult issue when trying to install/upgrade to Grid Infrastructure 11.2.0.2 on Linux. We have performed the following trials: Installation of 11.1.0.6 to have Cluster Files (OCR/Votedisk) outside of ASM, then upgrade to 11.2.0.1. After that, we installed all the latest patches (PSU 11.2.0.1.2). Firstly we considered running RDBMS 11.1.0.7 [...]]]></description>
			<content:encoded><![CDATA[<p>I have come across a quite difficult issue when trying to install/upgrade to Grid Infrastructure 11.2.0.2 on Linux. We have performed the following trials:</p>
<ul>
<li><strong>Installation of 11.1.0.6</strong> to have Cluster Files (OCR/Votedisk) outside of ASM, then <strong>upgrade to 11.2.0.1</strong>. After that, we installed all the latest patches (<strong>PSU 11.2.0.1.2</strong>). Firstly we considered running RDBMS 11.1.0.7 in a 11.2 Grid Infrastructure cluster. However, there are quite a few issues when running this mixed setup. For most of them, patches or workarounds do exist. (see Note 948456.1) However, during failover testing, we realized that the remote database instance does not survive the failure of the public lan of the local node. This is fixed in 11.2.0.2 which motivated us to upgrade.</li>
<li>We tried to <strong>upgrade our GI 11.2.0.1.2 installation to 11.2.0.2</strong>. Everything went fine until it <strong>failed when running rootupgrade.sh on the last (second) node.</strong> Here, the second node could not join the cluster. Important to know is that 11.2.0.2 brings the new feature <strong>HAIP</strong> (High available IP), which allows to have multiple private interconnect interfaces (each with a different private interconnect network ip) to be used for failover/load balancing by Grid Infrastructure.  For this feature, Oracle uses <strong>Multicast on network &#8220;230.0.1.0&#8243;.</strong> This is stated in the updated version of the README for Oracle Database 11.2: http://download.oracle.com/docs/cd/E11882_01/readmes.112/e17129/toc.htm#CHDIEHCH</li>
</ul>
<blockquote>
<pre>ACFS-9309: ADVM/ACFS installation correctness verified.
Failed to start Oracle Clusterware stack
Failed to start Cluster Synchorinisation Service in clustered mode at
/opt/oracle/grid11/11.2.0.2/grid/crs/install/crsconfig_lib.pm line 1016.
/opt/oracle/grid11/11.2.0.2/grid/perl/bin/perl -I/opt/oracle/grid11/11.2.0.2/grid/perl/lib -
I/opt/oracle/grid11/11.2.0.2/grid/crs/install
/opt/oracle/grid11/11.2.0.2/grid/crs/install/rootcrs.pl execution failed</pre>
</blockquote>
<ul>
<li>The next try was to remove everything and directly install 11.2.0.1 with cluster files stored inside of ASM. This worked fine and we then proceeded in patching with latest PSU 11.2.0.1.2. Then, we gave it another try to upgrade to 11.2.0.2. The same problem occurred again at rootupgrade.sh on second node.</li>
<li>Then we decided to remove everything again and try a direct installation of 11.2.0.2 without any upgrade. This also failed at root.sh on last node.</li>
</ul>
<p>With the hints of several colleagues from OTN forum (http://forums.oracle.com/forums/messageview.jspa?messageID=5393319&amp;stqc=true) we realized that it might be related to multicast setup. We verified that multicast works with the script from MetaLink Note 413783.1. However this script does not take into account that we want multicasting via private interconnect interface instead of public LAN.</p>
<p>I realized that it might be necessary to add a network route to our system to direct multicast to the private interconnect network:</p>
<blockquote><p>e.g.: /sbin/route add -net 224.0.0.0 netmask 240.0.0.0 dev bond1</p></blockquote>
<p>After doing that, the multicast test script from MOS succeeded.</p>
<blockquote><p><strong>starting receiver:</strong></p>
<pre>[grid11@Node2 ]$ java MultiCastTestReceive</pre>
<p><strong>starting sender:</strong></p>
<pre>[grid11@Node1 ]$ java MultiCastTestSend
Sent 10 bytes to /230.0.1.0</pre>
<p><strong>message received by receiver:</strong></p>
<pre>Received data from: /10.128.128.1:13139 with length: 10</pre>
</blockquote>
<p>Please note that in this case 10.128.128.1 is private interconnect ip. Although it is currently just a strong suspicion, I am quite positive that this was the problem and we will consider retrying the upgrade if time allows and will report the results.</p>
<p>Unfortunately, Oracle support was of no help at all with this problem.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ora-solutions.net/web/2010/09/29/upgradeinstall-of-grid-infrastructure-to-11-2-0-2-is-failing/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Oracle Clusterware / ASM 11.1.0.7: ASM Instance crash</title>
		<link>http://www.ora-solutions.net/web/2009/10/28/oracle-clusterware-asm-11-1-0-7-asm-instance-crash/</link>
		<comments>http://www.ora-solutions.net/web/2009/10/28/oracle-clusterware-asm-11-1-0-7-asm-instance-crash/#comments</comments>
		<pubDate>Wed, 28 Oct 2009 15:27:00 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[11g]]></category>
		<category><![CDATA[Bugs]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[MetaLink]]></category>
		<category><![CDATA[Oracle Database]]></category>
		<category><![CDATA[Solaris]]></category>
		<category><![CDATA[Unix]]></category>

		<guid isPermaLink="false">http://www.ora-solutions.net/web/?p=779</guid>
		<description><![CDATA[During a 11gR1 Clusterware installation for a Single Instance Failover Cluster at a customer site, I have experienced an interesting behaviour, which was caused by an Oracle Bug. The environment was: 2 Node Oracle Clusterware 11.1.0.7 Cluster on Linux x86_64 using latest Recommended Patches as of October 19th. (pre PSU 11.1.0.7.1) Clusterware installed as unix [...]]]></description>
			<content:encoded><![CDATA[<p>During a 11gR1 Clusterware installation for a Single Instance Failover Cluster at a customer site, I have experienced an interesting behaviour, which was caused by an Oracle Bug.</p>
<p>The environment was:</p>
<ul>
<li>2 Node Oracle Clusterware 11.1.0.7 Cluster on Linux x86_64 using latest Recommended Patches as of October 19th. (pre PSU 11.1.0.7.1)</li>
<li>Clusterware installed as unix user crs</li>
<li>ASM installed as unix user oracle</li>
</ul>
<p>The ASM instances could be started with SQL*Plus without any problems, but if the ASM instances were started by means of clusterware using srvctl (either from root, crs or oracle) the  ASM instances would crash at diskgroup mount with:</p>
<blockquote>
<pre>ORA-07445: exception encountered: core dump  [sskgds_find_rtn_hdr()+1171]
[SIGBUS] [ADDR:0x2AACD701342C] [PC:0x25799DF]
[Non-existent physical address] []</pre>
</blockquote>
<p>Oracle Support identified this behaviour as Bug 6952915, for which there are patches for Linux x86, x86_64 and Solaris Sparc64.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ora-solutions.net/web/2009/10/28/oracle-clusterware-asm-11-1-0-7-asm-instance-crash/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Oracle Database version 11g Release 2 for Linux finally released</title>
		<link>http://www.ora-solutions.net/web/2009/09/02/oracle-database-version-11g-release-2-for-linux-finally-released/</link>
		<comments>http://www.ora-solutions.net/web/2009/09/02/oracle-database-version-11g-release-2-for-linux-finally-released/#comments</comments>
		<pubDate>Wed, 02 Sep 2009 05:38:42 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[11g]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Oracle Database]]></category>

		<guid isPermaLink="false">http://www.ora-solutions.net/web/?p=768</guid>
		<description><![CDATA[Yesterday, on September 1st, Oracle released the much awaited database version 11gR2 for Linux x86 for both 32bit and 64bit platforms. The software can be downloaded via OTN: http://www.oracle.com/technology/software/products/database/index.html.]]></description>
			<content:encoded><![CDATA[<p>Yesterday, on September 1st, Oracle released the much awaited <strong>database version 11gR2</strong> for Linux x86 for both 32bit and 64bit platforms. The software can be downloaded via OTN: http://www.oracle.com/technology/software/products/database/index.html.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ora-solutions.net/web/2009/09/02/oracle-database-version-11g-release-2-for-linux-finally-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Out-of-Memory killer on 32bit Linux with big RAM</title>
		<link>http://www.ora-solutions.net/web/2009/08/25/out-of-memory-killer-on-32bit-linux-with-big-ram/</link>
		<comments>http://www.ora-solutions.net/web/2009/08/25/out-of-memory-killer-on-32bit-linux-with-big-ram/#comments</comments>
		<pubDate>Tue, 25 Aug 2009 13:27:30 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[10g]]></category>
		<category><![CDATA[11g]]></category>
		<category><![CDATA[9iR2]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Oracle Database]]></category>

		<guid isPermaLink="false">http://www.ora-solutions.net/web/?p=746</guid>
		<description><![CDATA[It is not very known that you can run into serious problems if you run Linux x86-32bit with a big amount of RAM installed, if using RHEL below 5. The official name for the issue is called &#8220;Low Memory Starvation&#8221;. The best solution is to use x86-64bit to be able to address the whole amount [...]]]></description>
			<content:encoded><![CDATA[<p>It is not very known that you can run into serious problems if you run Linux x86-32bit with a big amount of RAM installed, if using RHEL below 5. The official name for the issue is called &#8220;Low Memory Starvation&#8221;. The best solution is to use x86-64bit to be able to address the whole amount of RAM efficiently. </p>
<p>However, if that is not feasible, then make sure that you at least run the hugemem kernel if you use RHEL < 5. In RHEL5-32bit, the hugemem kernel is default.</p>
<p>A quick demonstration about what can happen if you don´t use hugemem kernel is shown here:</p>
<p>We realized that RMAN backup is taking more than 24 hours. Querying v$session, we find out that<br />
one session is in ACTION "STARTED", whereas the other sessions are FINISHED.</p>
<blockquote><pre>SQL> select program, module,action
      from v$session
      where username = 'SYS' and program like 'rman%'
/      

PROGRAM                    MODULE                       ACTION
-------------------------- ---------------------------  -------------------
rman@ora-vm1 (TNS V1-V3)    backup full datafile        0000078 FINISHED129
rman@ora-vm1 (TNS V1-V3)    backup full datafile        0000272 STARTED16
rman@ora-vm1 (TNS V1-V3)    backup full datafile        0000084 FINISHED129
rman@ora-vm1 (TNS V1-V3)    rman@ora-vm1 (TNS V1-V3)
rman@ora-vm1 (TNS V1-V3)    rman@ora-vm1 (TNS V1-V3)    0000004 FINISHED131
rman@ora-vm1 (TNS V1-V3)    backup full datafile        0000092 FINISHED129</pre>
</blockquote>
<p>Then we check the SID,serial# from v$session of this session and also query the UNIX PID from v$process.spid</p>
<blockquote><pre>SQL> select sid,serial# from v$session where event like 'RMAN%';

       SID    SERIAL#
---------- ----------
      4343       5837</pre>
</blockquote>
<p>We activate SQL Tracing for this session to determine its activity:      </p>
<blockquote><pre>SQL> select spid from v$process where addr =
   (select paddr from v$session where sid = 4343);

SPID
------------
1681

SQL> begin dbms_monitor.session_trace_enable(4343,5837,true,true);
  2  end;
  3  /</pre>
</blockquote>
<p>However, no trace file gets created. Then we start tracing system calls with strace:</p>
<blockquote><pre>ora-vm1:# strace -fp 1681
attach: ptrace(PTRACE_ATTACH, ...): Operation not permitted</pre>
</blockquote>
<p>&#8220;Not permitted&#8221;? &#8211; Although I am connected as root?</p>
<blockquote><pre>ps -ef|grep 1681
oracle    1681 1582  0 Aug24 ?        00:00:09 [oracle] &lt;defunct&gt;</pre>
</blockquote>
<p>The linux command &#8220;ps&#8221; reports the server process as &#8220;defunct&#8221;. </p>
<blockquote><pre>ora-vm1:/usr/oracle/admin/labo/udump$ ps -ef|grep 1582
oracle   1582 21578  0 Aug24 ?        00:00:02 rman oracle/product/10.2.0/bin/rman nocatalog
oracle   21663 1582  0 Aug24 ?        00:00:01 oraclelabo (DESCRIPTION=(LOCAL=YES)(ADDRESS=(PROTOCOL=beq)))
oracle   21665 1582  0 Aug24 ?        00:00:03 oraclelabo (DESCRIPTION=(LOCAL=YES)(ADDRESS=(PROTOCOL=beq)))
oracle   1681 1582   0 Aug24 ?        00:00:09 [oracle] &lt;defunct&gt;
oracle   21691 1582  0 Aug24 ?        00:01:36 oraclelabo (DESCRIPTION=(LOCAL=YES)(ADDRESS=(PROTOCOL=beq)))
oracle   21695 1582  0 Aug24 ?        00:01:41 oraclelabo (DESCRIPTION=(LOCAL=YES)(ADDRESS=(PROTOCOL=beq)))
oracle   21793 1582  0 Aug24 ?        00:01:30 oraclelabo (DESCRIPTION=(LOCAL=YES)(ADDRESS=(PROTOCOL=beq)))</pre>
</blockquote>
<p>Next, I checked logfile /var/log/messages.1 and realized that the kernel out-of-memory killer (OOM) killed this PID because of low memory starvation.</p>
<blockquote><pre>/var/log/messages.1:
Aug  24 22:32:44 ora-vm1 kernel: Out of Memory: Killed process 1681 (oracle).</pre>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.ora-solutions.net/web/2009/08/25/out-of-memory-killer-on-32bit-linux-with-big-ram/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Multipathing Configuration issue waiting to happen</title>
		<link>http://www.ora-solutions.net/web/2009/08/05/multipathing-configuration-issue-waiting-to-happen/</link>
		<comments>http://www.ora-solutions.net/web/2009/08/05/multipathing-configuration-issue-waiting-to-happen/#comments</comments>
		<pubDate>Wed, 05 Aug 2009 20:52:49 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Linux Itanium]]></category>
		<category><![CDATA[Oracle Database]]></category>
		<category><![CDATA[Real Application Clusters]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.ora-solutions.net/web/?p=728</guid>
		<description><![CDATA[Quite some time ago, I came across a quite hard to find issue during a consulting engagement, which i find worth mentioning. A 2 node RAC cluster running on RHEL4 x86-64 was relocated to a different data center. Apart from making sure, that the switch ports and Fibre Channel Ports are available on the new [...]]]></description>
			<content:encoded><![CDATA[<p>Quite some time ago, I came across a quite hard to find issue during a consulting engagement, which i find worth mentioning. A 2 node RAC cluster running on RHEL4 x86-64 was relocated to a different data center. Apart from making sure, that the switch ports and Fibre Channel Ports are available on the new location, there is not much to worry about.</p>
<p>After the relocation, on one node the multipathing configuration, implemented with dev-mapper-multipath would not work. The command &#8220;multipath -ll&#8221; would just not return any output. After more than an hour, we pinned the issue down to the error message:</p>
<blockquote><p># multipath -v 3<br />
#<br />
# all paths in cache :<br />
#<br />
&#8230;<br />
&#8230;<br />
&#8230;<br />
path sdh not found in pathvec</p></blockquote>
<p>When checking what device sdh was, we realized that this was a KVM device, plugged in by the sysadmins. </p>
<blockquote><p>
May 27 14:46:26 host1 kernel: Attached scsi removable disk sdh at scsi10, channel 0, id 0, lun 0<br />
May 27 14:46:26 host1 kernel:   Type:   Direct-Access                      ANSI SCSI revision: 02<br />
May 27 14:46:26 host1 kernel:   Vendor: KVM       Model: vmDisk            Rev: 0.01<br />
May 27 14:46:26 host1 kernel: scsi10 : SCSI emulation for USB Mass Storage devices<br />
May 27 14:46:26 host1 kernel: sr1: scsi3-mmc drive: 0x/0x caddy<br />
May 27 14:46:26 host1 kernel:   Type:   CD-ROM                             ANSI SCSI revision: 02<br />
May 27 14:46:26 host1 kernel:   Vendor: KVM       Model: vmDisk-CD         Rev: 0.01
</p></blockquote>
<blockquote><p>
<strong>BTW: What is a KVM device?</strong><br />Wikipedia states: A KVM switch (with KVM being an abbreviation for Keyboard, Video or Visual Display Unit, Mouse) is a hardware device that allows a user to control multiple computers from a single keyboard, video monitor and mouse.</p></blockquote>
<p>We then added the device sdh to the multipath blacklist section in /etc/multipath.conf, and the problem was solved:</p>
<blockquote><p>devnode_blacklist {<br />
devnode &#8220;^sdh$&#8221;<br />
}</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.ora-solutions.net/web/2009/08/05/multipathing-configuration-issue-waiting-to-happen/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Default 10gR2 RAC TNS Configuration can cause TCP Timeouts for application</title>
		<link>http://www.ora-solutions.net/web/2009/05/12/default-10gr2-rac-tns-configuration-can-cause-tcp-timeouts-for-application/</link>
		<comments>http://www.ora-solutions.net/web/2009/05/12/default-10gr2-rac-tns-configuration-can-cause-tcp-timeouts-for-application/#comments</comments>
		<pubDate>Tue, 12 May 2009 14:57:06 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[10g]]></category>
		<category><![CDATA[Bugs]]></category>
		<category><![CDATA[Oracle Database]]></category>
		<category><![CDATA[Real Application Clusters]]></category>
		<category><![CDATA[Unix]]></category>

		<guid isPermaLink="false">http://www.ora-solutions.net/web/?p=625</guid>
		<description><![CDATA[The default RAC installation does normally not set &#8220;local_listener&#8221; init.ora parameter. If the listener is running on port 1521, then the database does not need the parameter in order to find and register with the local TNS listener process. However, if you have *not* set local_listener, it means that the database registers at the listener [...]]]></description>
			<content:encoded><![CDATA[<p>The default RAC installation does normally not set &#8220;local_listener&#8221; init.ora parameter. If the listener is running on port 1521, then the database does not need the parameter in order to find and register with the local TNS listener process. However, if you have *not* set local_listener, it means that the database registers at the listener with the physical IP address instead of the virtual (vip) address. </p>
<p>You can determine if this happens when you take a look at &#8220;lsnrctl serv&#8221; output from your rac nodes:</p>
<pre>
Service "S_APP" has 1 instance(s).
  Instance "MDDB1", status READY, has 2 handler(s) for this service...
    Handler(s):
      "DEDICATED" established:0 refused:0 state:ready
         REMOTE SERVER
         (ADDRESS=(PROTOCOL=TCP)(HOST=ora-vm1.intra)(PORT=1521))
</pre>
<p>Instead of ora-vm1.intra, this should be ora-vm1-vip.intra.</p>
<p><strong>Why should I care?</strong></p>
<p>If you use the default configuration, then you are using the parameter “REMOTE_LISTENER” and therefore Server Side Connect Time Load Balancing. This means, that the listeners of all nodes receive load information from all instances of all nodes and they can redirect connections to the least loaded instance, even if the instance is on another node. But the connect string they then send back to the client contains the physical IP address instead of the virtual. </p>
<p>In case of node crashes or kernel panics, etc. the client has to wait for the TCP timeout until this is detected. </p>
<p><strong>Solution</strong></p>
<pre>
tnsnames.ora:

LISTENER_MDDB1 =
  (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = ora-vm1-vip.intra)(PORT = 1521))
  )

LISTENER_MDDB2 =
  (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = ora-vm2-vip.intra)(PORT = 1521))
  )

init.ora:
alter system set local_listener = 'LISTENER_MDDB1' sid='MDDB1';
alter system set local_listener = 'LISTENER_MDDB2' sid='MDDB2';
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.ora-solutions.net/web/2009/05/12/default-10gr2-rac-tns-configuration-can-cause-tcp-timeouts-for-application/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Your experience with RAC Dynamic Remastering (DRM) in 10gR2?</title>
		<link>http://www.ora-solutions.net/web/2009/05/12/your-experience-with-rac-dynamic-remastering-drm-in-10gr2/</link>
		<comments>http://www.ora-solutions.net/web/2009/05/12/your-experience-with-rac-dynamic-remastering-drm-in-10gr2/#comments</comments>
		<pubDate>Tue, 12 May 2009 14:37:48 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[10g]]></category>
		<category><![CDATA[Bugs]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Linux Itanium]]></category>
		<category><![CDATA[Oracle Database]]></category>
		<category><![CDATA[Performance Tuning]]></category>
		<category><![CDATA[Real Application Clusters]]></category>
		<category><![CDATA[Unix]]></category>

		<guid isPermaLink="false">http://www.ora-solutions.net/web/?p=662</guid>
		<description><![CDATA[One of my customers is having severe RAC performance issues, which appeared a dozen times so far. Each time, the performance impact lasted around 10 minutes and caused basically a hang of the application. ASH investigation revealed that the time frame of performance issues exactly matches a DRM operation of the biggest segment of the [...]]]></description>
			<content:encoded><![CDATA[<p>One of my customers is having severe RAC performance issues, which appeared a dozen times so far. Each time, the performance impact lasted around 10 minutes and caused basically a hang of the application. ASH investigation revealed that the time frame of performance issues exactly matches a DRM operation of the biggest segment of the database. During the problematic time period, there are 20-50 instead of 5-10 active sessions and they are mostly waiting for gc related events: &#8220;gc buffer busy&#8221;,&#8221;gc cr block busy&#8221;, &#8220;gc cr block 2-way&#8221;, &#8220;gc current block 2-way&#8221;, &#8220;gc current request&#8221;, &#8220;gc current grant busy&#8221;, etc.</p>
<p>In addition, there is one single session which has wait event &#8220;<strong>kjbdrmcvtq lmon drm quiesce: ping completion</strong>&#8221; (on instance 1) and 1-3 sessions with wait event &#8220;<strong>gc remaster</strong>&#8220;. (on instance 2) The cur_obj# of the session waiting on &#8220;gc remaster&#8221; is pointing to the segment being remastered.</p>
<p>Does anybody have any experience with DRM problems with 10.2.0.4 on Linux Itanium?</p>
<p>I know that it is possible to deactive DRM, but usually it should be beneficial to have it enabled. I could not find any reports of performance impact during DRM operation on metalink. Support is involved but clueless so far.</p>
<p>Regards,<br />
Martin</p>
<p><a href="http://forums.oracle.com/forums/message.jspa?messageID=3447436#3447436">http://forums.oracle.com/forums/message.jspa?messageID=3447436#3447436</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ora-solutions.net/web/2009/05/12/your-experience-with-rac-dynamic-remastering-drm-in-10gr2/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

