Resmgr:cpu quantum

A one time set of conditions caused every connected session to show a wait event of resmgr:cpu quantum. This resulted in all new session requests timing out in the listener and all existing sessions to list resmgr:cpu quantum. This occurred to all sessions, even ones which were not in the same resource consumer group.
The trigger for this observed behavior was none of the causes listed in note 392037.1.
I've investigated sys.dba_hist_active_sess_history, but I can't seem to find a good _hist table which shows which resource group or plan which was being applied when the resmgr:cpu quantum event was being observed on the session.
Is there a historical location to find out which consumer group was being applied to a session?
Is there a problem with a consumer group being on multiple plans?
Thank You.

Questions for you:
* Is this the only resource group in effect?
* are there any other resource plan set other than cpu_p1?
Since you have allocated 100% to the cpu_p1, all the cpu resources are utilised for all the users under this group. As you said in the previous post that the new users trying to connect(not under other_groups) were timed out and that makes sense, obviously.
Now try reducing the cpu_p1 to say 80 and then try the new logins, as they should make it w/out timeout.

Similar Messages

  • Long wait : resmgr:cpu quantum making the qwury hang

    Hi Everyone,
    We are on Oracle EBS : 11.5 and Oracle Database 11.2.0.2.
    Since last night one of the concurrent request is running and on querying the v$sqltext , it shows that its stuck at one select query.
    On further investigation using the v$session_waits table against the sid : i came accross the follow info:
    SQL> select event,wait_class from v$session_wait where sid=656;
    EVENT                          WAIT_CLASS
    resmgr:cpu quantum             Schedulerthe current settings for the same in the database are :
    SQL> show parameter resource
    NAME                                 TYPE        VALUE
    resource_limit                       boolean     FALSE
    resource_manager_cpu_allocation      integer     56
    resource_manager_plan                string      SCHEDULER[0x194DA9]:DEFAULT_MA
                                                     INTENANCE_PLANPlease provide your suggestions.
    Regards
    Kk

    To reset the parameter, issue:
    SQL> alter system set resource_manager_plan='' scope=spfile;
    I tried in dev instance and i was unable to set it to the above value.
    SQL>
    alter system set resource_manager_plan='SCHEDULER[0x194DA9]:DEFAULT_MAINTENANCE_PLAN'scope=both;SQL>
    alter system set resource_manager_plan='SCHEDULER[0x194DA9]:DEFAULT_MAINTENANCE_PLAN'scope=both
    ERROR at line 1:
    ORA-02097: parameter cannot be modified because specified value is invalid
    ORA-56714: Plan name SCHEDULER[0x194DA9]:DEFAULT_MAINTENANCE_PLAN exceeds the
    maximum length allowed
    Try the following:
    SQL> alter system set resource_manager_plan='SCHEDULER[0x194DA9]:DEFAULT_MAINTENANCE_PLAN' scope=both;
    Or,
    SQL> alter system set resource_manager_plan='SCHEDULER[0x194DA9]:DEFAULT_MAINTENANCE_PLAN' scope=spfile;There should be a space between the value and the scope=both/spfile.
    If you use the spfile, then you need to bounce the database.
    Thanks,
    Hussein

  • Resmgr: cpu quantum, location=x - WAIT

    Hi,
    I am having this wait on my XE database, while running 2 heavy imort (not Oracle imports) at the same time.
    This seems to be a strange wait, because the resource manager does not seem to be activated on the XE? Also there is hardly CPU usage on the server itself.
    Does anyone knows what this wait means exactly mean, because there is nothing on metlaink about this wait.
    Thanks,
    Steven

    Hi,
    Interesting
    "Even when jobs are running, Resource Manager will continue to manage the amount of CPU cycles that are assigned to each running job based on the specified resource plan. Keep in mind that Resource Manager can only manage database processes. The active management of CPU cycles does not apply to jobs of type executable."
    Greetings
    Henri

  • CPU Usage: Performance questions

    Hi,
    i've a two node rac 11.2 on aix.
    There are some nightly job that consume high cpu.
    Looking awr i see:
    Load Profile              Per Second    Per Transaction   Per Exec   Per Call
    ~~~~~~~~~~~~         ---------------    --------------- ---------- ----------
          DB Time(s):                7.1                0.0       0.00       0.07
           DB CPU(s):                1.0                0.0       0.00       0.01
           Redo size:        1,633,163.0            2,639.6
       Logical reads:          112,042.4              181.1
       Block changes:           10,777.0               17.4
      Physical reads:              286.1                0.5
    Physical writes:              174.2                0.3
          User calls:              105.3                0.2
              Parses:            1,172.9                1.9
         Hard parses:               30.2                0.1
    W/A MB processed:               11.0                0.0
              Logons:                0.8                0.0
            Executes:            8,386.1               13.6
           Rollbacks:                0.1                0.0
        Transactions:              618.7Top events:
                                                               Avg
                                                              wait   % DB
    Event                                 Waits     Time(s)   (ms)   time Wait Class
    DB CPU                                            7,215          14.1
    db file sequential read             882,357       2,914      3    5.7 User I/O
    resmgr:cpu quantum                  406,418       1,915      5    3.7 Scheduler
    buffer busy waits                   192,071         466      2     .9 Concurrenc
    gc cr grant 2-way                   253,278         298      1     .6 ClusterHost cpu:
    Host CPU (CPUs:    6 Cores:    3 Sockets: )
    ~~~~~~~~         Load Average
                   Begin       End     %User   %System      %WIO     %Idle
                   14.23      5.11      58.5      18.0       1.9      23.5It shows 23.5% of idle cpu.
    Looking vmstat for the period:
    DATA     RUN     BCK     AVM     FRE     PRE     PPI     PPO     PFR     PSR     PCY     FIN     FSY     FCS     Cpu User     Cpu Sys     Cpu Idle     Cpu Wait
    01/14/2013 22:33:54     16     0     6639173     8973     0     0     0     0     0     0     3716     124593     17276     87     13     0     0
    01/14/2013 22:33:55     15     0     6639055     9073     0     0     0     0     0     0     3799     122613     17578     89     11     0     0
    01/14/2013 22:33:55     14     0     6636873     11234     0     0     0     0     0     0     3144     108492     16358     90     10     0     0There is no idle.
    Looking Active sessions graphs:
    http://imageshack.us/photo/my-images/855/graph01.jpg/
    So, why AWR show only 14.5% ob db cpu and 23.5% of idle and vmstat and active session history show 0 of idle?
    Thank you.
    Edited by: 842366 on 15-gen-2013 7.53

    842366 wrote:
    i've a two node rac 11.2 on aix.
    There are some nightly job that consume high cpu.
    Looking awr i see:
    Load Profile              Per Second    Per Transaction   Per Exec   Per Call
    ~~~~~~~~~~~~         ---------------    --------------- ---------- ----------
    DB Time(s):                7.1                0.0       0.00       0.07
    DB CPU(s):                1.0                0.0       0.00       0.01
    Redo size:        1,633,163.0            2,639.6
    Logical reads:          112,042.4              181.1
    Block changes:           10,777.0               17.4
    Physical reads:              286.1                0.5
    Physical writes:              174.2                0.3
    User calls:              105.3                0.2
    Parses:            1,172.9                1.9
    Hard parses:               30.2                0.1
    W/A MB processed:               11.0                0.0
    Logons:                0.8                0.0
    Executes:            8,386.1               13.6
    Rollbacks:                0.1                0.0
    Transactions:              618.7[/code]
    Top events:
    Avg
    wait   % DB
    Event                                 Waits     Time(s)   (ms)   time Wait Class
    DB CPU                                            7,215          14.1
    db file sequential read             882,357       2,914      3    5.7 User I/O
    resmgr:cpu quantum                  406,418       1,915      5    3.7 Scheduler
    buffer busy waits                   192,071         466      2     .9 Concurrenc
    gc cr grant 2-way                   253,278         298      1     .6 Cluster[/code]
    Host CPU (CPUs:    6 Cores:    3 Sockets: )
    ~~~~~~~~         Load Average
    Begin       End     %User   %System      %WIO     %Idle
    14.23      5.11      58.5      18.0       1.9      23.5[/code]
    Is this a standard one-hour report, and does it cross the peak hour of the graph you published, and is it for the same node ?
    There are several anomalies here, not the least of which is that your event percentages don't get close to 100%.
    To me the thing that really stands out as a possible source of your problems is the 8,386 executions per second - if there has been a recent dramatic change in performance, it may be related to this.
    I'd be taking a quick look at the SQL ordered by CPU and SQL ordered by Executions sections of the report for any clues.
    I'd also be cross checking the Time model and OS statistics, and instance activity CPU details to see if they were consistent with the Event figures.
    Regards
    Jonathan Lewis

  • CPU wait events on ADDM report

    Hello,
    My Oracle version is:
    Connected to Oracle Database 11g Enterprise Edition Release 11.1.0.7.0 Yesterday I was taking a look on an ADDM report and spot the following:
       Rationale
          SQL statement with SQL_ID "0mgk8gx9hj71d" was executed 777 times and had
          an average elapsed time of 42 seconds.
       Rationale
          Waiting for event "resmgr:cpu quantum" in wait class "Scheduler"
          accounted for 34% of the database time spent in processing the SQL
          statement with SQL_ID "0mgk8gx9hj71d".After that, I started looking for how ADDM could know that the SQL_ID "0mgk8gx9hj71d" waited 34% on "resmgr:cpu quantum" event. No lucky with that...
    The only wait event information related to a given SQL_ID I've found on v$active_session_history (or the AWR persisted table for it), but in the ASH there is no information about CPU wait events like "cpu quantum". When the session is waiting for CPU, there is no event related in v$ash.
    So, my question is: where ADDM got the information that the SQL waited 34% of the time on "resmgr:cpu quantum"?
    Thanks,
    Heitor Kirsten

    Hi,
    Is a session waiting for CPU resources ("res:cpu quantum") considered as an active session ? Maybe not.
    I guess (I made no test) that this maybe the reason why this kind of wait is not shown in the active session history .
    Regards
    Maurice

  • Need help on tuning materialized view refresh

    Hi All,
    I am working on materialized view refresh tuning.Initially it was complete refresh and used to take more than 90 mins to complete.
    I changed it to fast refresh now it is completing fast. Now i have partitioned the base tables gl_balances and gl_code_combinations of column code_combination_id and created a local index on column code_combination_id then i am trying to partition the materialized on the same column to take advantage of partition change tracking.
    Size of gl_balances base tables is 40Gb and all others tables sizes are small. In where clause there all the 4 tables are mapped. If i will create the partition only on code_combination_id will i the materialized will become the candidate for partition change tracking. As i know it will be applicable for PCT. I need expert advice on this.
    While doing a fast refresh. the refresh takes less time. when there is a change in gl_balances , gl_code_combinations or gl_periods it completes in 20-30 mins. When there is a change in gl_set_of_books tables. It creates a problem here.DEL query takes more than 48 hours to complete.
    CREATE MATERIALIZED VIEW apps.BAL_PART
    REFRESH FAST ON DEMAND
    ENABLE QUERY REWRITE as
    SELECT GL.GL_CODE_COMBINATIONS21.ROWID C1,GL.GL_BALANCES21.ROWID C2, GL.GL_SETS_OF_BOOKS.ROWID C3,
    GL.GL_PERIOD.ROWID C4,
    "GL"."GL_BALANCES21"."ACTUAL_FLAG" ,
    "GL"."GL_BALANCES21"."CURRENCY_CODE" ,
    "GL"."GL_BALANCES21"."PERIOD_NUM" ,
    "GL"."GL_BALANCES21"."PERIOD_YEAR" ,
    "GL"."GL_BALANCES21"."SET_OF_BOOKS_ID" "SOB_ID",
    "GL"."GL_CODE_COMBINATIONS21"."CODE_COMBINATION_ID" "CCID",
    "GL"."GL_CODE_COMBINATIONS21"."SEGMENT1" ,
    "GL"."GL_CODE_COMBINATIONS21"."SEGMENT10" ,
    "GL"."GL_CODE_COMBINATIONS21"."SEGMENT11" ,
    "GL"."GL_CODE_COMBINATIONS21"."SEGMENT12" ,
    "GL"."GL_CODE_COMBINATIONS21"."SEGMENT13" ,
    "GL"."GL_CODE_COMBINATIONS21"."SEGMENT14" ,
    "GL"."GL_CODE_COMBINATIONS21"."SEGMENT2" ,
    "GL"."GL_CODE_COMBINATIONS21"."SEGMENT3" ,
    "GL"."GL_CODE_COMBINATIONS21"."SEGMENT4" ,
    "GL"."GL_CODE_COMBINATIONS21"."SEGMENT5" ,
    "GL"."GL_CODE_COMBINATIONS21"."SEGMENT6" ,
    "GL"."GL_CODE_COMBINATIONS21"."SEGMENT7" ,
    "GL"."GL_CODE_COMBINATIONS21"."SEGMENT8" ,
    "GL"."GL_CODE_COMBINATIONS21"."SEGMENT9" ,
    "GL"."GL_PERIODS"."PERIOD_NAME" ,
    NVL("GL"."GL_BALANCES21"."BEGIN_BALANCE_CR", 0) Open_Bal_Cr,
    NVL("GL"."GL_BALANCES21"."BEGIN_BALANCE_CR", 0) +
    NVL("GL"."GL_BALANCES21"."PERIOD_NET_CR", 0) Close_Bal_Cr,
    NVL("GL"."GL_BALANCES21"."BEGIN_BALANCE_DR", 0) Open_Bal_Dr,
    NVL("GL"."GL_BALANCES21"."BEGIN_BALANCE_DR", 0) +
    NVL("GL"."GL_BALANCES21"."PERIOD_NET_DR", 0) Close_Bal_Dr,
    NVL("GL"."GL_BALANCES21"."BEGIN_BALANCE_DR", 0) -
    NVL("GL"."GL_BALANCES21"."BEGIN_BALANCE_CR", 0) Open_Bal,
    NVL("GL"."GL_BALANCES21"."BEGIN_BALANCE_DR", 0) -
    NVL("GL"."GL_BALANCES21"."BEGIN_BALANCE_CR", 0) +
    NVL("GL"."GL_BALANCES21"."PERIOD_NET_DR", 0) -
    NVL("GL"."GL_BALANCES21"."PERIOD_NET_CR", 0) Close_Bal,
    NVL("GL"."GL_BALANCES21"."PERIOD_NET_CR", 0) Period_Cr,
    NVL("GL"."GL_BALANCES21"."PERIOD_NET_DR", 0) Period_Dr
    FROM GL.GL_CODE_COMBINATIONS21,
    GL.GL_BALANCES21,
    GL.GL_SETS_OF_BOOKS,
    GL.GL_PERIODS
    WHERE GL.GL_BALANCES21.CODE_COMBINATION_ID =GL.GL_CODE_COMBINATIONS21.CODE_COMBINATION_ID
    AND GL.GL_SETS_OF_BOOKS.SET_OF_BOOKS_ID = GL.GL_BALANCES21.SET_OF_BOOKS_ID
    AND GL.GL_PERIODS.PERIOD_NUM = GL.GL_BALANCES21.PERIOD_NUM
    AND GL.GL_PERIODS.PERIOD_YEAR = GL.GL_BALANCES21.PERIOD_YEAR
    AND GL.GL_PERIODS.PERIOD_TYPE = GL.GL_BALANCES21.PERIOD_TYPE
    AND GL.GL_PERIODS.PERIOD_NAME = GL.GL_BALANCES21.PERIOD_NAME
    AND GL.GL_PERIODS.PERIOD_SET_NAME = GL.GL_SETS_OF_BOOKS.PERIOD_SET_NAME
    and gl.GL_CODE_COMBINATIONS21.summary_flag != 'Y'TRACE 1046 del statement
    DELETE FROM "APPS"."apps.BAL_PART" SNA$
    WHERE "C3" IN (SELECT /*+ NO_MERGE  */ * FROM (SELECT 
      CHARTOROWID("MAS$"."M_ROW$$") RID$     FROM "GL"."MLOG$_GL_SETS_OF_BOOKS"
      "MAS$"   WHERE "MAS$".SNAPTIME$$ > :B_ST1 ) AS OF SNAPSHOT(:B_SCN) MAS$)
    call     count       cpu    elapsed       disk      query    current        rows
    Parse        1      0.00       0.00          0          0          0           0
    Execute      1  17759.00  171782.99  159422121    1267371 2564144739           0
    Fetch        0      0.00       0.00          0          0          0           0
    total        2  17759.00  171782.99  159422121    1267371 2564144739           0
    Misses in library cache during parse: 1
    Misses in library cache during execute: 1
    Optimizer mode: ALL_ROWS
    Parsing user id: 175  (APPS)   (recursive depth: 1)
    Rows     Row Source Operation
          0  DELETE  apps.BAL_PART (cr=0 pr=0 pw=0 time=0 us)
    193128740   NESTED LOOPS  (cr=592437 pr=592422 pw=0 time=945244160 us cost=339302 size=168 card=1)
          3    SORT UNIQUE (cr=7 pr=0 pw=0 time=15832 us cost=2 size=138 card=1)
         24     TABLE ACCESS FULL MLOG$_GL_SETS_OF_BOOKS (cr=7 pr=0 pw=0 time=19 us cost=2 size=138 card=1)
    193128740    INDEX RANGE SCAN C3BOOKS (cr=592430 pr=592422 pw=0 time=789499200 us cost=339299 size=3318314250 card=110610475)(object id 2114736)
    error during execute of EXPLAIN PLAN statement
    ORA-08187: snapshot expression not allowed here
    parse error offset: 314
    Elapsed times include waiting on following events:
      Event waited on                             Times   Max. Wait  Total Waited
      ----------------------------------------   Waited  ----------  ------------
      db file sequential read                   159520897        2.12     144415.96
      latch: cache buffers chains                   134        0.06          0.68
      latch: undo global data                        33        0.02          0.15
      latch: object queue header operation          521        0.02          0.53
      log file switch (private strand flush incomplete)
                                                    532        0.31         28.26
      resmgr:cpu quantum                            155        1.40         13.49
      resmgr:internal state change                   25        0.11          2.21
      latch free                                     10        0.00          0.00
      latch: cache buffers lru chain                  4        0.00          0.00
      rdbms ipc reply                               489        0.02          0.54
      reliable message                              587        0.00          0.56
      latch: row cache objects                        3        0.00          0.00
    ********************************************************************************GL_SETS_OF_BOOKS has only 6 rows. I know there is complete refresh as a option which will again take more than 90 mins.
    I want to do the fast refresh. Tables rows details below.
    SQL> select count(*) from gl.gl_code_combinations21;
    COUNT(*)
    3075255
    SQL> select count(*) from gl.GL_PERIODS;
    COUNT(*)
    1160
    SQL> select count(*) from gl.gl_balances21;
    COUNT(*)
    477613527
    SQL> select count(*) from gl.gl_sets_of_books;
    COUNT(*)
    6gl_sets_of_books has less rows. Whenever there is a change then it mapped to huge rows hence during materialized view has delete huge number of rows.
    select count(*) from apps.BAL_PART group by C3;
    C3 is the rowid which is present in create materialized statement.
    COUNT(*)
    292927011
    210215
    69330
    184406971
    Is there any way to improve the plan. As i created a partition on code_combination_id and local index on code_combination_id which will not help in set_of_books_id case. I dont PCT will help here or not. Is it possible to use PCT refresh by equipartitioning only one column in where clause.
    Please assist me in improving refresh of materialized view using fast refresh.
    Thanks and Regards,
    Edited by: user646034 on Feb 23, 2013 11:13 PM
    Edited by: user646034 on Feb 23, 2013 11:19 PM
    Edited by: user646034 on Feb 23, 2013 11:46 PM
    Edited by: user646034 on Feb 25, 2013 11:46 AM

    Hi
    The below explain without index and with index.
    /* MV_REFRESH (DEL) */ DELETE FROM "APPS"."BAL_PART                                                                                                                                                                                                                                                                                                                                                                                                                
    " SNA$ WHERE "C3" IN (SELECT /*+ NO_MERGE  */ * FROM (SELECT                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           
    CHARTOROWID("MAS$"."M_ROW$$") RID$     FROM                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            
    "GL"."MLOG$_GL_SETS_OF_BOOKS" "MAS$"   WHERE "MAS$".SNAPTIME$$ > :B_ST1                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                
    ) AS OF SNAPSHOT(:B_SCN) MAS$)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         
    Plan hash value: 2704021294                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           | Id  | Operation            | Name                          | E-Rows |E-Bytes| Cost (%CPU)| E-Time   |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                
    |   0 | DELETE STATEMENT     |                               |        |       |   339K(100)|          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                
    |   1 |  DELETE              | BAL_PART                          |        |       |            |          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                
    |   2 |   NESTED LOOPS       |                               |      1 |   168 |   339K  (1)|999:59:59 |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                
    |   3 |    SORT UNIQUE       |                               |      1 |   138 |     2   (0)| 00:02:31 |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                
    |   4 |     TABLE ACCESS FULL| MLOG$_GL_SETS_OF_BOOKS        |      1 |   138 |     2   (0)| 00:02:31 |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                
    |   5 |    INDEX RANGE SCAN  | C3BOOKS                       |    110M|  3164M|   339K  (0)|999:59:59 |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                
    If i will not use the C3 index then the query will use the belolw plan, I guess this will also take same time or more time.
    |   0 | DELETE STATEMENT       |                               |        |       |  9743K(100)|          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              
    |   1 |  DELETE                | BAL_PART                          |       |            |          |                                                                                                                                                                                                                                                                                                                                                                                                     

  • Question about  Load Average in the AWR report

    Hi,
    I've some database in 11.2 RAC on AIX.
    I was analyzing the root causes of eviction.
    Looking AWR Report before the reboot I see:
    DB1
    Host CPU (CPUs:    6 Cores:    3 Sockets: )
    ~~~~~~~~         Load Average
                   Begin       End     %User   %System      %WIO     %Idle
                    4.18     12.33     60.9      12.6       1.6      26.5
    Instance CPU
    ~~~~~~~~~~~~
                  % of total CPU for Instance:      27.4
                  % of busy  CPU for Instance:      37.3
    %DB time waiting for CPU - Resource Mgr:      10.6
    DB2
    Host CPU (CPUs:    6 Cores:    3 Sockets: )
    ~~~~~~~~         Load Average
                   Begin       End     %User   %System      %WIO     %Idle
                    3.77    13.93     60.7      12.5       1.6      26.7
    Instance CPU
    ~~~~~~~~~~~~
                  % of total CPU for Instance:       6.9
                  % of busy  CPU for Instance:       9.5
      %DB time waiting for CPU - Resource Mgr:       0.0
    Do you think these value ar high?
    This is vmstats at the time of reboot:
    DATA
    RUN
    BCK
    AVM
    FRE
    PRE
    PPI
    PPO
    PFR
    PSR
    PCY
    FIN
    FSY
    FCS
    CUS
    CSY
    CID
    CWA
    07/21/2013
      00:08:17
    31
    0
    7.400.345
    579.923
    0
    81
    0
    0
    0
    0
    3.292
    187.010
    19.560
    84
    16
    0
    0
    07/21/2013
      00:08:17
    17
    1
    7.390.187
    589.884
    0
    176
    0
    0
    0
    0
    3.681
    169.994
    21.482
    81
    19
    0
    0
    07/21/2013
      00:08:17
    27
    1
    7.402.121
    577.816
    0
    115
    0
    0
    0
    0
    3.150
    157.210
    18.503
    84
    16
    0
    0
    07/21/2013
      00:08:48
    19
    1
    7.422.966
    564.179
    0
    211
    0
    0
    0
    0
    2.396
    152.667
    19.368
    84
    16
    0
    0
    07/21/2013
      00:08:48
    19
    1
    7.427.693
    559.268
    0
    162
    0
    0
    0
    0
    2.990
    154.733
    19.843
    85
    15
    0
    0
    07/21/2013
      00:08:48
    23
    1
    7.441.204
    545.530
    0
    204
    0
    0
    0
    0
    2.137
    171.501
    18.151
    84
    16
    0
    0
    This is mpstat:
    DATA
    CPU
    MIN
    MAJ
    MPC
    INT
    CS
    ICS
    RQ
    MIG
    LPA
    SYSC
    US
    SY
    WT
    ID
    PC
    07/21/2013
      00:08:48
    0
    12896
    44
    0
    1279
    3030
    1362
    2
    367
    100
    27313
    86
    14
    0
    0
    0.49
    07/21/2013
      00:08:48
    1
    11055
    93
    0
    1123
    3137
    1315
    1
    222
    100
    31860
    85
    15
    0
    0
    0.51
    07/21/2013
      00:08:48
    2
    5938
    51
    0
    1465
    3840
    1294
    2
    532
    100
    29992
    85
    15
    0
    0
    0.49
    07/21/2013
      00:08:48
    3
    6266
    57
    0
    1247
    3177
    1046
    2
    511
    100
    22793
    85
    15
    0
    0
    0.51
    07/21/2013
      00:08:48
    4
    2661
    18
    0
    1729
    4087
    1707
    4
    264
    100
    24647
    85
    15
    0
    0
    0.49
    07/21/2013
      00:08:48
    5
    4211
    10
    0
    1395
    2709
    1101
    2
    209
    100
    21019
    86
    14
    0
    0
    0.51
    07/21/2013
      00:08:49
    0
    9372
    27
    0
    1150
    2583
    1219
    0
    245
    100
    47745
    82
    18
    0
    0
    0.47
    07/21/2013
      00:08:49
    1
    11327
    13
    0
    726
    1803
    794
    1
    130
    100
    25239
    87
    13
    0
    0
    0.52
    07/21/2013
      00:08:49
    2
    8970
    118
    0
    1459
    4396
    1517
    0
    602
    100
    24833
    81
    19
    0
    0
    0.49
    07/21/2013
      00:08:49
    3
    7328
    267
    0
    1329
    4136
    1273
    2
    586
    100
    25385
    81
    19
    0
    0
    0.51
    07/21/2013
      00:08:49
    4
    8793
    19
    0
    1133
    2583
    1036
    1
    235
    100
    24327
    86
    14
    0
    0
    0.50
    07/21/2013
      00:08:49
    5
    8239
    12
    0
    1309
    2846
    1165
    1
    277
    100
    18513
    86
    14
    0
    0
    0.50
    Thank you

    Thank you Jonathan,
    i'm looking ASH, 15 minutes before the crash.
    I've 13% of buffer busy waits and 13% of cpu quantum
                                                                   Avg Active
    Event                               Event Class        % Event   Sessions
    CPU + Wait for CPU                  CPU                  59.09       0.15
    buffer busy waits                   Concurrency          13.64       0.04
    resmgr:cpu quantum                  Scheduler            13.64       0.04
    The buffer busy waits was caused by an update of a table.
    There are ETL jobs that runs every nigth.
    Looking IO stats I notice a change in the use of the swap:
    before the crash:
    hdisk66        xfer:  %tm_act      bps      tps      bread      bwrtn   
                             1.0      8.2K     2.0        8.2K       0.0
                   read:      rps  avgserv  minserv  maxserv   timeouts      fails
                             2.0      6.7      3.8      9.6           0          0
                  write:      wps  avgserv  minserv  maxserv   timeouts      fails
                             0.0      0.0      0.0      0.0           0          0
                  queue:  avgtime  mintime  maxtime  avgwqsz    avgsqsz     sqfull
                             0.0      0.0      0.0      0.0        0.0         0.0
    near the crash:
    hdisk66        xfer:  %tm_act      bps      tps      bread      bwrtn   
                            71.0    241.7K    59.0      241.7K       0.0
                   read:      rps  avgserv  minserv  maxserv   timeouts      fails
                            59.0     12.1      0.2    183.5           0          0
                  write:      wps  avgserv  minserv  maxserv   timeouts      fails
                             0.0      0.0      0.0      0.0           0          0
                  queue:  avgtime  mintime  maxtime  avgwqsz    avgsqsz     sqfull
                             0.0      0.0      0.0      0.0        0.0         0.0

  • How unhealthy is this RAC?

    Here's is the contents of v$system_event..
    Is this
    EVENT     TOTAL_WAITS     TIME_WAITED     AVERAGE_WAIT
    enq: TX - index contention     40564851     214701526      5.29
    enq: TX - row lock contention     188846     12454614     65.95
    enq: SQ - contention     141971     70568     0.5
    cause for concern?
    EVENT     TOTAL_WAITS     TIME_WAITED     AVERAGE_WAIT
    SQL*Net message to client     6015051449     607254     0
    SQL*Net message from client     6015048542     178177969892     29.62
    gcs remote message     2948555287     2633481757     0.89
    CGS wait for IPC msg     1517805027     634397     0
    db file sequential read     1500615188     816364485     0.54
    ges remote message     1247679701     1407300224     1.13
    gc cr multi block request     778432813     9913464     0.01
    gc current block 2-way     747852637     38030616     0.05
    db file scattered read     709428365     460939295     0.65
    rdbms ipc message     708473316     37650068633     53.14
    gc buffer busy acquire     671285134     1033621285     1.54
    PX Deq: reap credit     667784615     484449     0
    gcs log flush sync     592376026     171712257     0.29
    gc cr block 2-way     530861847     19607062     0.04
    library cache pin     437937120     15126237     0.03
    log file sync     379523272     797193932     2.1
    DIAG idle wait     359607166     2822108755     7.85
    log file parallel write     351225436     259263769     0.74
    LNS ASYNC end of log     350170653     1398410516     3.99
    LNS wait on SENDREQ     321652621     3209301     0.01
    PX qref latch     297396661     94308     0
    read by other session     289140108     148440270     0.51
    buffer deadlock     163505781     983055     0.01
    gc current block busy     119223825     467716658     3.92
    PX Deq: Table Q Normal     117332841     23574867     0.2
    ksxr poll remote instances     110480324     90333     0
    buffer busy waits     106938153     19933900     0.19
    direct path read     93429599     108427028     1.16
    SQL*Net more data from client     86471785     23026529     0.27
    gc current grant busy     84978157     28215346     0.33
    control file sequential read     82646297     23694583     0.29
    PX Deq Credit: send blkd     78641669     9569299     0.12
    latch: cache buffers chains     74218671     690277     0.01
    gc current grant 2-way     72557796     1920419     0.03
    library cache: mutex X     71106697     75993     0
    DFS lock handle     70722498     2716407     0.04
    gc cr grant 2-way     64558237     1633004     0.03
    PX Deq: Execution Msg     61706261     314222076     5.09
    gc cr block busy     61469863     119850802     1.95
    library cache lock     52428649     3773354     0.07
    PX Deq: Slave Session Stats     48040224     1886805     0.04
    db file parallel read     46415188     118467902     2.55
    IPC send completion sync     46250594     965101     0.02
    enq: TX - index contention     40564851     214701526     5.29
    PX Deq: Execute Reply     39689685     17243721     0.43
    gc buffer busy release     36976909     242714774     6.56
    SQL*Net more data to client     36627952     44167     0
    PX Deq: Msg Fragment     30501244     343397     0.01
    rdbms ipc reply     29725302     1352370     0.05
    RMAN backup & recovery I/O     28824547     37722662     1.31
    reliable message     27892263     3082134     0.11
    PX Idle Wait     27356097     4651277341     170.03
    ASM file metadata operation     25098749     8850323     0.35
    gc object scan     22705857     7485     0
    db file parallel write     19896252     52152606     2.62
    latch: ges resource hash list     19336183     427451     0.02
    enq: PS - contention     19143961     707455     0.04
    PX Deq: Parse Reply     19093356     895799     0.05
    gc cr disk read     17816846     448909     0.03
    ASM background timer     16101806     1383957874     85.95
    PX Deq: Slave Join Frag     16044789     233149     0.01
    wait for unread message on broadcast channel     15056320     1413552546     93.88
    cursor: mutex X     13435193     24140     0
    KJC: Wait for msg sends to complete     13268497     11397     0
    PX Deq: Signal ACK RSG     13214824     101941     0.01
    KSV master wait     13206286     4235645     0.32
    direct path read temp     12617694     5487608     0.43
    PX Deq Credit: need buffer     11675868     879967     0.08
    row cache lock     11536185     398216     0.03
    PX Deq Credit: Session Stats     9480862     78910     0.01
    SQL*Net message to dblink     9312894     1538     0
    SQL*Net message from dblink     9312894     6279631     0.67
    control file parallel write     7760982     11854435     1.53
    pmon timer     7558889     1412576090     186.88
    PX Deq: Join ACK     7548816     498931     0.07
    gc current multi block request     6035173     155898     0.03
    PING     5706961     1413230267     247.63
    enq: XR - database force logging     4662671     198813     0.04
    class slave wait     4561877     7097429006     1555.81
    Streams AQ: waiting for messages in the queue     4495828     1543411682     343.3
    SQL*Net more data from dblink     3696582     444575     0.12
    LGWR wait for redo copy     3655353     17840     0
    log file sequential read     3387305     6610414     1.95
    Log archive I/O     2990486     276772     0.09
    SQL*Net break/reset to client     2971976     2385935     0.8
    direct path write temp     2839390     2522114     0.89
    Space Manager: slave idle wait     2827526     1412987186     499.73
    latch: shared pool     2808517     298150     0.11
    latch: gc element     2421717     24688     0.01
    SGA: MMAN sleep for component shrink     2336447     2458094     1.05
    latch: enqueue hash chains     2279645     15435     0.01
    latch free     2089418     78732     0.04
    gc current split     2044784     1864009     0.91
    PX Deq: Signal ACK EXT     1976164     19263     0.01
    enq: FB - contention     1473469     61036     0.04
    cursor: pin S wait on X     1313129     1464789     1.12
    SQL*Net more data to dblink     1232891     986     0
    Streams AQ: RAC qmn coordinator idle wait     1211300     788     0
    enq: HW - contention     1175390     2077008     1.77
    latch: session allocation     1167768     21883     0.02
    Streams AQ: qmn coordinator idle wait     1144699     1412546634     1233.99
    Streams AQ: qmn slave idle wait     1031585     2227183681     2158.99
    lock deadlock retry     962937     4698     0
    enq: CF - contention     956154     609647     0.64
    latch: cache buffers lru chain     902764     37552     0.04
    latch: object queue header operation     817911     27717     0.03
    global enqueue expand wait     768633     654105     0.85
    Data file init write     756191     329758     0.44
    latch: gcs resource hash     647021     4147     0.01
    local write wait     603007     286191     0.47
    latch: row cache objects     599358     6453     0.01
    ges lmd/lmses to freeze in rcfg - mrcvr     481759     156345     0.32
    shared server idle wait     471190     1413238589     2999.3
    enq: RF - DG Broker Current File ID     469833     23209     0.05
    smon timer     432383     1411851085     3265.28
    SGA: allocation forcing component growth     363333     379008     1.04
    gc current retry     341104     1121252     3.29
    enq: RF - synch: DG Broker metadata     319143     588290     1.84
    enq: PG - contention     313659     14830     0.05
    enq: TT - contention     260134     11207172     43.08
    enq: KO - fast object checkpoint     236745     820808     3.47
    dispatcher timer     236637     1413242481     5972.2
    direct path write     231382     191008     0.83
    cursor: pin S     229011     394     0
    Streams AQ: waiting for time management or cleanup tasks     199981     1413148548     7066.41
    enq: TX - row lock contention     188846     12454614     65.95
    enq: TX - allocate ITL entry     153703     54252     0.35
    enq: SQ - contention     141971     70568     0.5
    ksdxexeother     141885     56     0
    latch: redo allocation     138912     1858     0.01
    recovery area: computing applied logs     126415     45925     0.36
    gc current block congested     126318     21768     0.17
    resmgr:cpu quantum     123074     151384     1.23
    jobq slave wait     120678     35574221     294.79
    Datapump dump file I/O     90431     9127     0.1
    ges inquiry response     89402     4041     0.05
    os thread startup     83809     222586     2.66
    cr request retry     80062     71896     0.9
    PX Deq: Table Q Sample     79665     133402     1.67
    gc cr block congested     79026     14792     0.19
    gc cr failure     77521     25019     0.32
    enq: WF - contention     73983     825388     11.16
    enq: TQ - TM contention     72871     3319     0.05
    lock escalate retry     65714     1574     0.02
    buffer exterminate     59775     64919     1.09
    fbar timer     47136     1413183353     29980.98
    log file switch completion     46911     452097     9.64
    recovery area: computing obsolete files     45699     8547     0.19
    enq: US - contention     40401     8805     0.22
    enq: TM - contention     39149     5435032     138.83
    library cache load lock     36311     382575     10.54
    kjbdrmcvtq lmon drm quiesce: ping completion     31668     47443     1.5
    enq: TD - KTF dump entries     31468     1424     0.05
    enq: RO - fast object reuse     28422     31772     1.12
    parallel recovery slave wait for change     27558     3163     0.11
    name-service call wait     23694     181533     7.66
    control file single write     22375     1624     0.07
    kksfbc child completion     21239     106926     5.03
    PX Deq: Table Q qref     19325     245     0.01
    enq: TX - contention     18805     113253     6.02
    latch: messages     17203     181     0.01
    enq: RS - prevent file delete     16913     1013     0.06
    enq: RS - prevent aging list update     15682     642     0.04
    PX Deq: Table Q Get Keys     14322     42935     3
    gc current grant congested     14292     2192     0.15
    cursor: mutex S     13285     8     0
    log file single write     13164     5371     0.41
    latch: undo global data     12649     178     0.01
    kksfbc research     11894     12680     1.07
    parallel recovery slave idle wait     11193     5872     0.52
    wait list latch free     11026     11794     1.07
    enq: CT - state     11001     417     0.04
    latch: checkpoint queue latch     10526     132     0.01
    enq: PE - contention     10506     1139     0.11
    ARCH wait on SENDREQ     9957     216480     21.74
    gc cr grant congested     9465     1584     0.17
    wait for scn ack     9377     3155     0.34
    enq: TA - contention     8856     324     0.04
    log buffer space     8777     89323     10.18
    enq: TK - Auto Task Serialization     8542     343     0.04
    enq: DR - contention     7842     323     0.04
    process diagnostic dump     7707     2072     0.27
    JOX Jit Process Sleep     7612     11286431     1482.72
    enq: TC - contention     7357     340817     46.33
    ges global resource directory to be frozen     7140     12299     1.72
    enq: CO - master slave det     6850     312     0.05
    enq: JS - job run lock - synchronize     6704     397     0.06
    gcs drm freeze in enter server mode     6542     40742     6.23
    enq: TS - contention     5959     89332     14.99
    ARCH wait for archivelog lock     5600     36     0.01
    PX Nsq: PQ load info query     5377     104798     19.49
    db file single write     5373     3452     0.64
    gc remaster     5315     50625     9.52
    latch: parallel query alloc buffer     4939     1906     0.39
    enq: TO - contention     4799     143     0.03
    enq: AF - task serialization     4395     161     0.04
    enq: PI - contention     4251     163     0.04
    ges2 LMON to wake up LMD - mrcvr     4210     28     0.01
    enq: DL - contention     3889     239     0.06
    kjctssqmg: quick message send wait     3408     22     0.01
    LNS wait on DETACH     3275     741     0.23
    ksfd: async disk IO     3274     1     0
    LNS wait on ATTACH     3273     51940     15.87
    ARCH wait on DETACH     3231     714     0.22
    ARCH wait on ATTACH     3226     43238     13.4
    enq: BR - file shrink     2787     116     0.04
    write complete waits     2631     1070     0.41
    enq: MD - contention     2596     67     0.03
    enq: WL - contention     2198     266518     121.25
    single-task message     2098     25896     12.34
    enq: OD - Serializing DDLs     2054     66     0.03
    resmgr:internal state change     2001     14735     7.36
    ARCH wait on c/f tx acquire 2     1751     175230     100.07
    enq: WR - contention     1636     69     0.04
    latch: cache buffer handles     1610     29     0.02
    statement suspended, wait error to be cleared     1497     22626     15.11
    Streams AQ: qmn coordinator waiting for slave to start     1214     678966     559.28
    enq: PD - contention     1182     33     0.03
    JS kgl get object wait     1096     4922     4.49
    undo segment extension     1070     10065     9.41
    PL/SQL lock timer     949     8739819     9209.5
    enq: AE - lock     937     28     0.03
    LGWR-LNS wait on channel     832     913     1.1
    ges DFS hang analysis phase 2 acks     816     495     0.61
    latch: redo writing     729     9     0.01
    gc quiesce     665     564     0.85
    enq: JS - queue lock     482     2111     4.38
    PX Deq: Test for credit     442     13     0.03
    enq: SS - contention     386     274     0.71
    recovery area: computing dropped files     328     1400     4.27
    recovery area: computing backed up files     328     496     1.51
    ksdxexeotherwait     279     10592     37.97
    log switch/archive     250     137570     550.28
    gc domain validation     223     39964     179.21
    auto-sqltune: wait graph update     195     96514     494.95
    wait for a undo record     170     1214     7.14
    parallel recovery coord send blocked     168     4     0.02
    enq: JS - wdw op     168     3741     22.27
    enq: KT - contention     165     5     0.03
    switch logfile command     156     6290     40.32
    gcs resource directory to be unfrozen     149     12839     86.17
    Data Guard Broker Wait     139     10906     78.46
    enq: SK - contention     129     4     0.03
    enq: JS - job recov lock     128     4     0.03
    gc cr block lost     125     6772     54.17
    virtual circuit wait     122     3     0.03
    ges LMON to get to FTDONE      100     187     1.87
    enq: CU - contention     80     242     3.02
    enq: JQ - contention     78     7     0.09
    cursor: pin X     73     83     1.14
    parallel recovery coord wait for reply     70     510     7.29
    PX Deq: Txn Recovery Start     67     3436     51.29
    SQL*Net break/reset to dblink     60     0     0
    gc current block lost     57     2869     50.33
    ges LMD suspend for testing event     51     709     13.89
    inactive session     46     4550     98.91
    recovery read     45     5     0.11
    JS kill job wait     41     3548     86.53
    enq: AS - service activation     40     1     0.03
    enq: TL - contention     35     2     0.05
    enq: UL - contention     34     524     15.42
    gcs enter server mode     33     1559     47.24
    wait for stopper event to be increased     30     218     7.27
    enq: TQ - DDL contention     24     300     12.52
    enq: MR - contention     21     1     0.03
    ges reconfiguration to start     20     54     2.72
    ges enter server mode     20     502     25.08
    buffer latch     18     1337     74.26
    enq: SR - contention     18     1     0.05
    Streams: RAC waiting for inter instance ack     18     3748     208.21
    enq: PR - contention     17     46     2.72
    kupp process wait     16     166     10.39
    checkpoint completed     15     3678     245.19
    PX Deque wait     14     68     4.87
    enq: BF - allocation contention     14     1     0.08
    enq: XL - fault extent map     14     51     3.66
    enq: FU - contention     14     17     1.18
    enq: TH - metric threshold evaluation     13     114     8.78
    enq: MW - contention     12     0     0.04
    enq: DD - contention     10     0     0.04
    process terminate     8     41     5.08
    ges cgs registration     8     151     18.9
    buffer resize     7     0     0
    ktm: instance recovery     7     698     99.66
    LNS wait on LGWR     6     0     0
    ASM background starting     6     381     63.43
    gc cr block 3-way     5     0     0.08
    enq: PV - syncstart     5     9     1.74
    Global transaction acquire instance locks     4     4     1.09
    enq: RS - read alert level     4     0     0.04
    LGWR wait on LNS     3     0     0
    gc recovery     3     540     179.85
    Streams AQ: enqueue blocked on low memory     3     544     181.2
    DBWR range invalidation sync     3     17     5.83
    enq: DM - contention     3     0     0.03
    enq: RF - FSFO Observer Heartbeat     3     0     0.03
    enq: JS - q mem clnup lck     3     0     0
    DG Broker configuration file I/O     2     0     0
    enq: RC - Result Cache: Contention     2     493     246.6
    enq: KM - contention     2     0     0.03
    enq: RT - contention     2     0     0.04
    instance state change     2     0     0.12
    kkdlgon     2     10     5.11
    enq: TQ - INI contention     2     292     146.07
    enq: JS - contention     2     0     0
    ARCH wait for netserver start     1     400     400.02
    log file switch (checkpoint incomplete)     1     3     3.44
    JS coord start wait     1     50     50.09
    ges lmd and pmon to attach     1     1     1.26
    wait for tmc2 to complete     1     3     3.03
    control file heartbeat     1     400     400.02
    enq: SW - contention     1     0     0.04
    enq: PW - perwarm status in dbw0     1     0     0.09
    enq: FS - contention     1     0     0.04
    enq: XR - quiesce database     1     0     0.04
    enq: RS - write alert level     1     0     0.02
    enq: CN - race with init     1     0     0.03
    enq: FE - contention     1     4     3.77
    Wait for shrink lock2     1     10     10.03
    enq: IA - contention     1     0     0.02
    enq: RF - atomicity     1     0     0.05
    enq: RF - synchronization: aifo master     1     0     0.02
    enq: RF - RF - Database Automatic Disable     1     0     0.06
    enq: WP - contention     1     0     0.02
    enq: TB - SQL Tuning Base Cache Load     1     0     0.05
    enq: JS - evt notify     1     0     0.02Edited by: steffi on Mar 20, 2011 12:21 AM
    Edited by: steffi on Mar 20, 2011 8:18 AM
    Edited by: steffi on Mar 20, 2011 8:19 AM

    Text can be formatted by tagging the beginning and end of the block of text with the code ta
    \Formatted text goes here.
    \Example:
    This is formatted.When cutting and pasting text such as execution plans, excerpts from AWR reports, etc, it will maintain spacing and formatting, and make for much easier reading.
    As to the content, well, dumping the contents of v$system_event is pretty close to useless.
    As to the first three events you listed, 'enq: TX - index contention', 'enq: TX - row lock contention', 'enq: SQ - contention', well, all of those are easily tunable.
    First, for 'enq: SQ - contention', check your sequences. Do you have any NOCACHE sequences? Or sequences with small caches?
    As for 'enq: TX - row lock contention', well that's fairly self-explanatory. You have multiple sessions trying to lock the same row in the same table at the same time.
    Last, 'enq: TX - index contention', that's non-row level contention on an index. For example, if you have a unique index, insert a row w/ column value 1, but don't commit, then try to insert that same value from another session.
    But, before you do any of that, I think you need to clearly understand where the bottlenecks are. Try taking some AWR snapshots, about 5 minutes apart, when you're having performance problems. Look at the AWR report for that 5 minute period. In particular, look at your Top 5 timed events.
    Hope that helps,
    -Mark

  • Performance degrade

    I want tune my database, it's 10G big and warehouse type. Before tuning, it just use
    default tablespace. I put it's datafiles to
    different hard disks to reduce I/O contention
    the server has 2 CPU and 2G memory, I set
    max parallel server = 8, I change table parallel to 4, then I rerun queries on this
    database. most simple queries gets slower than before, the only improvement is that the table's join gets faster than before. Who can tell me what I can do.
    thank you in advance.
    null

    when i fire following qury then output
    query:
    SELECT NVL(s.username, '(oracle)') AS username,
    s.sid,
    s.serial#,
    se.event,
    se.total_waits,
    se.total_timeouts,
    se.time_waited,
    se.average_wait,
    se.max_wait,
    se.time_waited_micro
    FROM v$session_event se,
    v$session s
    WHERE s.sid = se.sid
    AND s.sid = 1090
    ORDER BY se.time_waited DESC;
    output
    DBO     1090     20     SQL*Net message from client     14774476     0     327026417     22.13     30956     3270264167735
    DBO     1090     20     resmgr:cpu quantum     170442     0     1065652     6.25     5059     10656518557
    DBO     1090     20     log file sync     259340     0     51336     0.2     93     513359796
    DBO     1090     20     db file sequential read     22398     0     38255     1.71     209     382550377
    DBO     1090     20     db file scattered read     3084     0     5040     1.63     47     50395510
    DBO     1090     20     SQL*Net message to client     7387287     0     2230     0     18     22298929
    DBO     1090     20     latch: shared pool     185     0     2099     11.34     2097     20987889
    DBO     1090     20     log file switch completion     51     11     1664     32.62     100     16636637
    ============
    you can see high value of SQL*Net message from client event. can you tell me why is it very high?

  • ORA-03114 very often a day

    Hi
    We have a 11g (11.2.0.2.0) on a Win2K8 R2 and since a few weeks our clients have very often some 03114 errors and the ERP is aborting.
    First I realized the Open_Cursors were set too low on the server so I increased it to 2000 but it looks like it wasn't the only one problem.
    TNSPING normaly has 0 or 10 msec but every 10 seconds it has a very long delay with more than 2000 or sometimes 3000 msec!!!
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)
    (HOST = 172.17.37.70)(PORT = 1521))) (CONNECT_DATA = (SERVICE_NAME = PCERP)))
    OK (10 msec)
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)
    (HOST = 172.17.37.70)(PORT = 1521))) (CONNECT_DATA = (SERVICE_NAME = PCERP)))
    OK (2010 msec)
    I thought we have maybe a Network problem and that's why we get some 03114 from time to time on the client side, but I have the same on the Database sever istself! So a TNSPIN on the 2008 R2 host should not go out to the LAN, right? So if I have the same behaviour on the Server, sometimes 3000msec it must be a Oracle DB or Listener problem, agree?
    I checked the Listener.log but nothing looks like an error.
    The Listener Alert log has every second an entry like below:
    msg time='2012-06-08T12:14:45.978+02:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='PROCONCEPT'
    host_addr='::1'>
    <txt>08-JUN-2012 12:14:43 * (CONNECT_DATA=(SERVICE_NAME=PCERP)(CID=(PROGRAM=D:\PCS\services.erp\SVC_exeExchangeDataIn.exe)(HOST=PROCONCEPT)(USER=SYSTEM))) * (ADDRESS=(PROTOCOL=tcp)(HOST=::1)(PORT=52410)) * establish * PCERP * 0
    </txt>
    or
    msg time='2012-06-08T09:14:39.254+02:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='PROCONCEPT'
    host_addr='::1'>
    <txt>08-JUN-2012 09:14:39 * service_update * pcerp * 0
    </txt>
    </msg>
    These ::1 entries are looking like IPV6 adresses, but we have disabled the V6 protocol on the Win2k8 server and what means 'UNKNOWN level=16'?
    The rdbms/instance/alert log looks very similar:
    </txt>
    </msg>
    <msg time='2012-05-24T16:53:24.134+02:00' org_id='oracle' comp_id='rdbms'
    type='UNKNOWN' level='16' host_id='PROCONCEPT'
    host_addr='::1'>
    <txt>
    Fatal NI connect error 12170.
    </txt>
    </msg>
    <msg time='2012-05-24T16:53:24.134+02:00' org_id='oracle' comp_id='rdbms'
    type='UNKNOWN' level='16' host_id='PROCONCEPT'
    host_addr='::1'>
    <txt>
    VERSION INFORMATION:
    TNS for 64-bit Windows: Version 11.2.0.2.0 - Production
    Oracle Bequeath NT Protocol Adapter for 64-bit Windows: Version 11.2.0.2.0 - Production
    Windows NT TCP/IP NT Protocol Adapter for 64-bit Windows: Version 11.2.0.2.0 - Production
    </txt>
    </msg>
    <msg time='2012-05-24T16:53:24.135+02:00' org_id='oracle' comp_id='rdbms'
    type='UNKNOWN' level='16' host_id='PROCONCEPT'
    host_addr='::1'>
    <txt> Time: 24-MAY-2012 16:53:24
    </txt>
    </msg>
    <msg time='2012-05-24T16:53:24.135+02:00' org_id='oracle' comp_id='rdbms'
    type='UNKNOWN' level='16' host_id='PROCONCEPT'
    host_addr='::1'>
    <txt> Tracing not turned on.
    </txt>
    </msg>
    <msg time='2012-05-24T16:53:24.135+02:00' org_id='oracle' comp_id='rdbms'
    type='UNKNOWN' level='16' host_id='PROCONCEPT'
    host_addr='::1'>
    <txt> Tns error struct:
    </txt>
    </msg>
    <msg time='2012-05-24T16:53:24.135+02:00' org_id='oracle' comp_id='rdbms'
    type='UNKNOWN' level='16' host_id='PROCONCEPT'
    host_addr='::1'>
    <txt> ns main err code: 12535
    </txt>
    </msg>
    <msg time='2012-05-24T16:53:24.136+02:00' org_id='oracle' comp_id='rdbms'
    type='UNKNOWN' level='16' host_id='PROCONCEPT'
    host_addr='::1'>
    <txt>
    </txt>
    </msg>
    <msg time='2012-05-24T16:53:24.136+02:00' org_id='oracle' comp_id='rdbms'
    type='UNKNOWN' level='16' host_id='PROCONCEPT'
    host_addr='::1'>
    <txt>TNS-12535: TNS:operation timed out
    </txt>
    </msg>
    <msg time='2012-05-24T16:53:24.136+02:00' org_id='oracle' comp_id='rdbms'
    type='UNKNOWN' level='16' host_id='PROCONCEPT'
    host_addr='::1'>
    <txt> ns secondary err code: 12606
    </txt>
    </msg>
    <msg time='2012-05-24T16:53:24.137+02:00' org_id='oracle' comp_id='rdbms'
    type='UNKNOWN' level='16' host_id='PROCONCEPT'
    host_addr='::1'>
    <txt> nt main err code: 0
    </txt>
    </msg>
    <msg time='2012-05-24T16:53:24.137+02:00' org_id='oracle' comp_id='rdbms'
    type='UNKNOWN' level='16' host_id='PROCONCEPT'
    host_addr='::1'>
    <txt> nt secondary err code: 0
    </txt>
    </msg>
    <msg time='2012-05-24T16:53:24.137+02:00' org_id='oracle' comp_id='rdbms'
    type='UNKNOWN' level='16' host_id='PROCONCEPT'
    host_addr='::1'>
    <txt> nt OS err code: 0
    </txt>
    </msg>
    <msg time='2012-05-24T16:53:24.137+02:00' org_id='oracle' comp_id='rdbms'
    type='UNKNOWN' level='16' host_id='PROCONCEPT'
    host_addr='::1'>
    <txt> Client address: (ADDRESS=(PROTOCOL=tcp)(HOST=::1)(PORT=60540))
    </txt>
    </msg>
    <msg time='2012-05-24T16:53:24.138+02:00' org_id='oracle' comp_id='rdbms'
    type='UNKNOWN' level='16' host_id='PROCONCEPT'
    host_addr='::1' pid='6432'>
    <txt>WARNING: inbound connection timed out (ORA-3136)
    </txt>
    </msg>
    <msg time='2012-05-24T17:01:24.155+02:00' org_id='oracle' comp_id='rdbms'
    type='UNKNOWN' level='16' host_id='PROCONCEPT'
    host_addr='::1'>
    <txt>
    ORACLE_HOME and ORACLE_SID isn't set on the variables, but I guess it's not needed anymore on Win2k8, right?
    How can I do further tests to find out where the problem is?
    Thank you very much for any suggestion.
    Regards

    Hi Fran
    Thx for your reply!
    Top 5 Timed Foreground Events
    Event Waits Time(s) Avg wait (ms) % DB time Wait Class
    DB CPU 4,872 72.87
    db file sequential read 169,318 364 2 5.44 User I/O
    direct path read 92,509 337 4 5.04 User I/O
    db file scattered read 12,414 101 8 1.51 User I/O
    resmgr:cpu quantum 1,314 97 74 1.45 Scheduler
    The sqlnet.ora:
    SQLNET.AUTHENTICATION_SERVICES = (NTS)
    SQLNET.INBOUND_CONNECT_TIMEOUT = 180
    The SQLNET.INBOUND_CONNECT_TIMEOUT = 180 I just set last friday in the hope it will solve my problem.
    The sqlnet.log:
    Fatal NI connect error 12528, connecting to:
    (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=PROCONCEPT.mydomain.ads)(PORT=1521))(CONNECT_DATA=(SID=PCERP)(CID=(PROGRAM=C:\App\Oracle\product\11.2.0\db\bin\emagent.exe)(HOST=PROCONCEPT)(USER=SYSTEM))))
    VERSION INFORMATION:
         TNS for 64-bit Windows: Version 11.2.0.2.0 - Production
         Windows NT TCP/IP NT Protocol Adapter for 64-bit Windows: Version 11.2.0.2.0 - Production
    Time: 07-JUN-2012 18:47:15
    Tracing not turned on.
    Tns error struct:
    ns main err code: 12564
    TNS-12564: TNS:connection refused
    ns secondary err code: 0
    nt main err code: 0
    nt secondary err code: 0
    nt OS err code: 0
    Regards

  • Resource Manager INTERNAL_PLAN_XE

    Hi,
    It seems the Oracle XE resource manager is applying INTERNAL_PLAN_XE by default which is somehow causing wait events (resmgr:cpu quantum) and my database to seize up.
    Has anyone come across this before and is there a way to disable it?
    Already tried
    ALTER SYSTEM SET resource_manager_plan='' scope=BOTH
    but this has no effect.
    Thanks in advance,
    Al

    ALTER SYSTEM SET resource_manager_plan= ... has no effect.Seems more likely the one CPU limitation for XE could be a possible culprit. Are you running a multi-core or multi-CPU host? If it is the one CPU limit for XE the only "fix" is to demand less processing for the instance.
    Or go with an SE, SE One, or EE server ...

  • Wait Class

    Hi,
    As per documents In general, the addition of wait classes helps direct the DBA more quickly toward the root cause of performance problems.
    How could i trace the root cause of performence problems if it is related to wait class?
    Thanks,

    userpat wrote:
    Hi,
    As per documents In general, the addition of wait classes helps direct the DBA more quickly toward the root cause of performance problems.
    How could i trace the root cause of performence problems if it is related to wait class?
    Thanks,I am not completely sure that I understand your question. The wait class gives you an approximate idea of where the performance problem will be found. You must then further investigate the wait events in that wait class. There are of course potential problems with starting at the wait class (some wait classes have 2 wait events, while others have many - that could throw off the search for the problem that is impacting performance the most), but at least it provides a starting point. To give you an idea of the wait events in each wait class, here is a SQL statement that was executed on Oracle Database 11.1.0.7:
    SQL> DESC V$EVENT_NAME
    Name                                      Null?    Type
    EVENT#                                             NUMBER
    EVENT_ID                                           NUMBER
    NAME                                               VARCHAR2(64)
    PARAMETER1                                         VARCHAR2(64)
    PARAMETER2                                         VARCHAR2(64)
    PARAMETER3                                         VARCHAR2(64)
    WAIT_CLASS_ID                                      NUMBER
    WAIT_CLASS#                                        NUMBER
    WAIT_CLASS                                         VARCHAR2(64)
    SELECT
      SUBSTR(NAME,1,30) EVEMT_NAME,
      SUBSTR(WAIT_CLASS,1,20) WAIT_CLASS
    FROM
      V$EVENT_NAME
    ORDER BY
      SUBSTR(WAIT_CLASS,1,20),
      SUBSTR(NAME,1,30);
    EVEMT_NAME                     WAIT_CLASS
    ASM COD rollback operation com Administrative
    ASM mount : wait for heartbeat Administrative
    Backup: sbtbackup              Administrative
    Backup: sbtbufinfo             Administrative
    Backup: sbtclose               Administrative
    Backup: sbtclose2              Administrative
    OLAP DML Sleep                 Application
    SQL*Net break/reset to client  Application
    SQL*Net break/reset to dblink  Application
    Streams capture: filter callba Application
    Streams: apply reader waiting  Application
    WCR: replay lock order         Application
    Wait for Table Lock            Application
    enq: KO - fast object checkpoi Application
    enq: PW - flush prewarm buffer Application
    enq: RC - Result Cache: Conten Application
    enq: RO - contention           Application
    enq: RO - fast object reuse    Application
    enq: TM - contention           Application
    enq: TX - row lock contention  Application
    enq: UL - contention           Application
    ASM PST query : wait for [PM][ Cluster
    gc assume                      Cluster
    gc block recovery request      Cluster
    enq: BB - 2PC across RAC insta Commit
    log file sync                  Commit
    Shared IO Pool Memory          Concurrency
    Streams apply: waiting for dep Concurrency
    buffer busy waits              Concurrency
    cursor: mutex S                Concurrency
    cursor: mutex X                Concurrency
    cursor: pin S wait on X        Concurrency
    Global transaction acquire ins Configuration
    Streams apply: waiting to comm Configuration
    checkpoint completed           Configuration
    enq: HW - contention           Configuration
    enq: SQ - contention           Configuration
    enq: SS - contention           Configuration
    enq: ST - contention           Configuration
    enq: TX - allocate ITL entry   Configuration
    free buffer waits              Configuration
    ASM background timer           Idle
    DIAG idle wait                 Idle
    EMON slave idle wait           Idle
    HS message to agent            Idle
    IORM Scheduler Slave Idle Wait Idle
    JOX Jit Process Sleep          Idle
    ARCH wait for flow-control     Network
    ARCH wait for net re-connect   Network
    ARCH wait for netserver detach Network
    ARCH wait for netserver init 1 Network
    ARCH wait for netserver init 2 Network
    ARCH wait for netserver start  Network
    ARCH wait on ATTACH            Network
    ARCH wait on DETACH            Network
    ARCH wait on SENDREQ           Network
    LGWR wait on ATTACH            Network
    LGWR wait on DETACH            Network
    LGWR wait on LNS               Network
    LGWR wait on SENDREQ           Network
    LNS wait on ATTACH             Network
    LNS wait on DETACH             Network
    LNS wait on LGWR               Network
    LNS wait on SENDREQ            Network
    SQL*Net message from dblink    Network
    SQL*Net message to client      Network
    SQL*Net message to dblink      Network
    SQL*Net more data from client  Network
    SQL*Net more data from dblink  Network
    AQ propagation connection      Other
    ARCH wait for archivelog lock  Other
    ARCH wait for process death 1  Other
    ARCH wait for process death 2  Other
    ARCH wait for process death 3  Other
    ARCH wait for process death 4  Other
    ARCH wait for process death 5  Other
    ARCH wait for process start 1  Other
    Streams AQ: enqueue blocked du Queueing
    Streams AQ: enqueue blocked on Queueing
    Streams capture: waiting for s Queueing
    Streams: flow control          Queueing
    Streams: resolve low memory co Queueing
    resmgr:I/O prioritization      Scheduler
    resmgr:become active           Scheduler
    resmgr:cpu quantum             Scheduler
    ARCH random i/o                System I/O
    ARCH sequential i/o            System I/O
    Archiver slave I/O             System I/O
    DBWR slave I/O                 System I/O
    LGWR random i/o                System I/O
    BFILE read                     User I/O
    DG Broker configuration file I User I/O
    Data file init write           User I/O
    Datapump dump file I/O         User I/O
    Log file init write            User I/O
    Shared IO Pool IO Completion   User I/O
    buffer read retry              User I/O
    cell multiblock physical read  User I/O
    cell single block physical rea User I/O
    cell smart file creation       User I/O
    cell smart index scan          User I/O
    cell smart table scan          User I/O
    cell statistics gather         User I/O
    db file parallel read          User I/O
    db file scattered read         User I/O
    db file sequential read        User I/O
    db file single write           User I/O
    ...So, if the User I/O wait class floats to the top of the wait classes between a known start time and end time, and the Commit wait class is at the bottom of the wait classes when comparing accumulated time, it probably would not make much sense to spend time investigating the wait events in the Commit class... until you realize that there is a single event in the Commit wait class that typically contributes wait time, while there are many in the User I/O wait class.
    Charles Hooper
    Co-author of "Expert Oracle Practices: Oracle Database Administration from the Oak Table"
    http://hoopercharles.wordpress.com/
    IT Manager/Oracle DBA
    K&M Machine-Fabricating, Inc.

  • Kernel_Task High CPU Usage (300%) and Fan Speed - On Battery and Plugged In

    Hi Everyone,
    Came here to ask for help given my bad situation with MBA 13 Mid-2013 (Mavericks 10.9.2). Yesterday I`ve opened my MBA and it was very laggy and sluggish, and I could hear the fan going crazy on speed. After opening Activity Monitor, Kernel_Task was consuming 300% of CPU in average... I suspect that may be related to recently installed CleanMyMac2, after performing a series of cleaning tasks to save space on my MBA (couldn`t say I wasn`t  afraid of doing it). But this situation came a week after the cleaning above, so it`s kind of confusing. Last app I've downloaded was OneNote from AppStore. Two days later the problem started out.
    I`ve checked in a lot of discussions on this kernel situation, but none was like mine. The majority had relation with the Mac being on battery; after plugged in everything worked. In my case it happens both ways, on A/C and on battery. Tried the resets but no success at all. Also tried to boot in safe mode, but somehow didn`t work for me in Mavericks.
    I`m desperate to find a solution but it`s kinda hard to find it. That`s why I`m asking for your help! Thanks a lot!!!
    Here`s a system report to help!
    Hardware Information:
              MacBook Air (13-inch, Mid 2013)
              MacBook Air - model: MacBookAir6,2
              1 1.3 GHz Intel Core i5 CPU: 2 cores
              4 GB RAM
    Video Information:
              Intel HD Graphics 5000 - VRAM: 1024 MB
    System Software:
              OS X 10.9.2 (13C64) - Uptime: 0 days 3:6:20
    Disk Information:
              APPLE SSD SD0256F disk0 : (251 GB)
                        EFI (disk0s1) <not mounted>: 209,7 MB
                        Macintosh HD (disk0s2) / [Startup]: 250,14 GB (156,42 GB free)
                        Recovery HD (disk0s3) <not mounted>: 650 MB
    USB Information:
              Apple Internal Memory Card Reader
              Seagate  Expansion 1 TB
                        Seagate Expansion Drive (disk1s1) /Volumes/Seagate Expansion Drive: 1 TB (320,15 GB free)
              Apple Inc. BRCM20702 Hub
                        Apple Inc. Bluetooth USB Host Controller
    FireWire Information:
    Thunderbolt Information:
              Apple Inc. thunderbolt_bus
    Configuration files:
              /etc/hosts - Count: 2
    Kernel Extensions:
              com.tuxera.filesystems.tufsfs.fusefs_txantfs          (2013.3.14)
    Launch Daemons:
              [System] com.adobe.fpsaud.plist 3rd-Party support link
              [System] com.adobe.SwitchBoard.plist 3rd-Party support link
              [System] com.macpaw.CleanMyMac2.Agent.plist 3rd-Party support link
              [System] com.microsoft.office.licensing.helper.plist 3rd-Party support link
              [System] com.oracle.java.Helper-Tool.plist 3rd-Party support link
              [System] com.oracle.java.JavaUpdateHelper.plist 3rd-Party support link
    Launch Agents:
              [System] com.adobe.AAM.Updater-1.0.plist 3rd-Party support link
              [System] com.oracle.java.Java-Updater.plist 3rd-Party support link
    User Launch Agents:
              [not loaded] com.adobe.AAM.Updater-1.0.plist 3rd-Party support link
              [not loaded] com.adobe.ARM.[...].plist 3rd-Party support link
              [not loaded] com.google.keystone.agent.plist 3rd-Party support link
              [not loaded] com.macpaw.CleanMyMac2Helper.scheduledScan.plist 3rd-Party support link
              [not loaded] com.macpaw.CleanMyMac2Helper.trashWatcher.plist 3rd-Party support link
    User Login Items:
              iTunesHelper
              Dropbox
              Android File Transfer Agent
    Internet Plug-ins:
              FlashPlayer-10.6: Version: 12.0.0.77 - SDK 10.6 3rd-Party support link
              QuickTime Plugin: Version: 7.7.3
              AdobePDFViewerNPAPI: Version: 10.1.9 3rd-Party support link
              AdobePDFViewer: Version: 10.1.9 3rd-Party support link
              Flash Player: Version: 12.0.0.77 - SDK 10.6 3rd-Party support link
              Default Browser: Version: 537 - SDK 10.9
              SharePointBrowserPlugin: Version: 14.0.0 3rd-Party support link
              JavaAppletPlugin: Version: Java 7 Update 51 3rd-Party support link
    Safari Extensions:
              Open in Internet Explorer: Version: 1.0
    Audio Plug-ins:
              BluetoothAudioPlugIn: Version: 1.0 - SDK 10.9
              AirPlay: Version: 2.0 - SDK 10.9
              AppleAVBAudio: Version: 203.2 - SDK 10.9
              iSightAudio: Version: 7.7.3 - SDK 10.9
    iTunes Plug-ins:
              Quartz Composer Visualizer: Version: 1.4 - SDK 10.9
    3rd Party Preference Panes:
              Flash Player  3rd-Party support link
              Java  3rd-Party support link
              Tuxera NTFS  3rd-Party support link
    Old Applications:
              dynamiclinkmanager:          Version: 6.0.0 - SDK 10.5 3rd-Party support link
                        /Library/Application Support/Adobe/Common/dynamiclink/CS6/dynamiclinkmanager.app
              dynamiclinkmediaserver:          Version: 6.0.1 - SDK 10.5 3rd-Party support link
                        /Library/Application Support/Adobe/Common/dynamiclinkmediaserver/1.0/dynamiclinkmediaserver.app
    Time Machine:
              Time Machine not configured!
    Top Processes by CPU:
                   5%          com.apple.WebKit.WebContent
                   4%          WindowServer
                   3%          Safari
                   2%          com.apple.WebKit.Networking
                   1%          syncdefaultsd
    Top Processes by Memory:
              145 MB          com.apple.WebKit.WebContent
              139 MB          Safari
              131 MB          softwareupdated
              98 MB          Finder
              66 MB          mds_stores
    Virtual Memory Information:
              1.24 GB          Free RAM
              1.55 GB          Active RAM
              651 MB          Inactive RAM
              591 MB          Wired RAM
              352 MB          Page-ins
              0 B          Page-outs

    Cleaned all Caches with Onyx and below there are the logs of Console today. Couldn't find something suspicious. The problem remains, though. That's intriguing, I would say.
    22/03/14 08:12:25,000 kernel[0]: **** [IOBluetoothHostControllerUSBTransport][SuspendDevice] -- Suspend -- suspendDeviceCallResult = 0x0000 (kIOReturnSuccess) -- 0x1400 ****
    22/03/14 08:12:29,000 kernel[0]: AppleCamIn::handleWakeEvent_gated
    22/03/14 08:12:29,000 kernel[0]: AppleCamIn::handleWakeEvent_gated
    22/03/14 08:12:35,000 kernel[0]: IOPPF: Sent cpu-plimit-notification last value 15 (rounded time weighted average 15)
    22/03/14 08:12:35,000 kernel[0]: IOPPF: Sent gpu-internal-single-slice-plimit-notification last value 7 (rounded time weighted average 7)
    22/03/14 08:12:35,000 kernel[0]: IOPPF: Sent gpu-internal-plimit-notification last value 6 (rounded time weighted average 6)
    22/03/14 08:12:53,000 kernel[0]: ARPT: 1260.163840: AirPort_Brcm43xx::powerChange: System Sleep
    22/03/14 08:12:53,000 kernel[0]: ARPT: 1260.163853: wl0: powerChange: *** BONJOUR/MDNS OFFLOADS ARE NOT RUNNING.
    22/03/14 08:12:53,000 kernel[0]: AppleCamIn::systemWakeCall - messageType = 0xE0000340
    22/03/14 08:12:53,000 kernel[0]: hibernate image path: /var/vm/sleepimage
    22/03/14 08:12:53,000 kernel[0]: efi pagecount 63
    22/03/14 08:12:53,000 kernel[0]: hibernate_page_list_setall(preflight 1) start 0xffffff807fbb7000, 0xffffff807fe76000
    22/03/14 08:12:53,000 kernel[0]: hibernate_page_list_setall time: 152 ms
    22/03/14 08:12:53,000 kernel[0]: pages 110146, wire 76404, act 24891, inact 335, cleaned 0 spec 3, zf 4, throt 0, compr 3958, xpmapped 14601
    22/03/14 08:12:53,000 kernel[0]: could discard act 418 inact 61 purgeable 2910 spec 1162 cleaned 0
    22/03/14 08:12:53,000 kernel[0]: hibernate_page_list_setall preflight pageCount 76404 est comp 48 setfile 163194120 min 1073741824
    22/03/14 08:12:53,000 kernel[0]: AppleThunderboltNHI::prePCIWake - power up complete - took 701 us
    22/03/14 08:12:53,000 kernel[0]: AppleThunderboltHAL::earlyWake - complete - took 0 milliseconds
    22/03/14 08:12:53,000 kernel[0]: [0x215c82d000, 0x40000000]
    22/03/14 08:12:53,000 kernel[0]: [0x0, 0x0]
    22/03/14 08:12:53,000 kernel[0]: kern_open_file_for_direct_io(0) took 8 ms
    22/03/14 08:12:53,000 kernel[0]: Opened file /var/vm/sleepimage, size 1073741824, partition base 0x0, maxio 2000000 ssd 1
    22/03/14 08:12:53,000 kernel[0]: hibernate image major 1, minor 0, blocksize 4096, pollers 5
    22/03/14 09:12:52,000 kernel[0]: Thunderbolt Self-Reset Count = 0xedefbe00
    22/03/14 09:12:52,000 kernel[0]: IOThunderboltSwitch<0xffffff802048ac00>(0x0)::listenerCallback - Thunderbolt HPD packet for route = 0x0 port = 11 unplug = 0
    22/03/14 09:12:52,000 kernel[0]: IOThunderboltSwitch<0xffffff802048ac00>(0x0)::listenerCallback - Thunderbolt HPD packet for route = 0x0 port = 12 unplug = 0
    22/03/14 09:12:52,000 kernel[0]: vm_compressor_flush - starting
    22/03/14 09:12:52,000 kernel[0]: vm_compressor_flush completed - took 250 msecs
    22/03/14 09:12:52,000 kernel[0]: hibernate_flush_memory: buffer_cache_gc freed up 104 wired pages
    22/03/14 09:12:52,000 kernel[0]: hibernate_alloc_pages act 17595, inact 395, anon 48, throt 0, spec 1166, wire 91071, wireinit 130484
    22/03/14 09:12:52,000 kernel[0]: hibernate_setup(0) took 407 ms
    22/03/14 09:12:52,000 kernel[0]: ARPT: 1261.215975: scanparams:
    22/03/14 09:12:52,000 kernel[0]: ARPT: 1261.215983:   flags 0
    22/03/14 09:12:52,000 kernel[0]: ARPT: 1261.215988:   active_time 0, passive_time 0
    22/03/14 09:12:52,000 kernel[0]: ARPT: 1261.215994:   scan_start_delay 0
    22/03/14 09:12:52,000 kernel[0]: ARPT: 1261.216000:   scan_cycle_idle_rest_time 0, scan_cycle_idle_rest_time_multiplier 0
    22/03/14 09:12:52,000 kernel[0]: ARPT: 1261.216009:   max_scan_cycles 0, max_rest_time 0
    22/03/14 09:12:52,000 kernel[0]: ARPT: 1261.216015: Scan Channels (0): None
    22/03/14 09:12:52,000 kernel[0]: ARPT: 1261.216021: SSID (0): None
    22/03/14 09:12:52,000 kernel[0]: ARPT: 1261.216027: SSID count = 0
    22/03/14 09:12:52,000 kernel[0]: ARPT: 1261.216034: wl0: leaveModulePoweredForOffloads: Wi-Fi will turn off.
    22/03/14 09:12:52,000 kernel[0]: AppleCamIn::systemWakeCall - messageType = 0xE0000340
    22/03/14 08:12:55,000 kernel[0]: AppleThunderboltNHIType2::waitForOk2Go2Sx - retries = 1
    22/03/14 09:12:52,000 kernel[0]: hibernate_page_list_setall(preflight 0) start 0xffffff807fbb7000, 0xffffff807fe76000
    22/03/14 09:12:52,000 kernel[0]: hibernate_teardown started
    22/03/14 09:12:52,000 kernel[0]: hibernate_teardown: wired_pages 91558, free_pages 934076, active_pages 14267, inactive_pages 334, speculative_pages 0, cleaned_pages 0, compressor_pages 55
    22/03/14 09:12:52,000 kernel[0]: hibernate_teardown_pmap_structs done: last_valid_compact_indx 54006
    22/03/14 09:12:52,000 kernel[0]: hibernate_teardown: mark_as_unneeded_pages 2048, 15084, 11333
    22/03/14 09:12:52,000 kernel[0]: hibernate_teardown completed - discarded 28465
    22/03/14 09:12:52,000 kernel[0]: hibernate_page_list_setall time: 317 ms
    22/03/14 09:12:52,000 kernel[0]: pages 67096, wire 47885, act 14267, inact 334, cleaned 0 spec 0, zf 0, throt 0, compr 55, xpmapped 14601
    22/03/14 09:12:52,000 kernel[0]: did discard act 418 inact 61 purgeable 2910 spec 1166 cleaned 0
    22/03/14 09:12:52,000 kernel[0]: hibernate_page_list_setall found pageCount 62541
    22/03/14 09:12:52,000 kernel[0]: IOHibernatePollerOpen, ml_get_interrupts_enabled 0
    22/03/14 09:12:52,000 kernel[0]: IOHibernatePollerOpen(0)
    22/03/14 09:12:52,000 kernel[0]: encryptStart 14000
    22/03/14 09:12:52,000 kernel[0]: bitmap_size 0x1f908, previewSize 0x4f4788, writing 60939 pages @ 0x528090
    22/03/14 09:12:52,000 kernel[0]: hibernate_rebuild started
    22/03/14 09:12:52,000 kernel[0]: hibernate_rebuild_pmap_structs done: last_valid_compact_indx 54006
    22/03/14 09:12:52,000 kernel[0]: hibernate_rebuild completed - took 21 msecs
    22/03/14 09:12:52,000 kernel[0]: booter start at 654 ms smc 0 ms, [11, 0, 0] total 110 ms, dsply 0, 0 ms, tramp 128 ms
    22/03/14 09:12:52,000 kernel[0]: hibernate_machine_init: state 2, image pages 47682, sum was e2c65430, imageSize 0x7898000, image1Size 0x4373000, conflictCount 0, nextFree f
    22/03/14 09:12:52,000 kernel[0]: hibernate_newruntime_map time: 0 ms, IOHibernatePollerOpen(), ml_get_interrupts_enabled 0
    22/03/14 09:12:52,000 kernel[0]: IOHibernatePollerOpen(0) 14 ms
    22/03/14 09:12:52,000 kernel[0]: hibernate_machine_init reading
    22/03/14 09:12:52,000 kernel[0]: PMStats: Hibernate read took 97 ms
    22/03/14 09:12:52,000 kernel[0]: hibernate_machine_init pagesDone 62338 sum2 cd25448f, time: 97 ms, disk(0x20000) 642 Mb/s, comp bytes: 19476480 time: 19 ms 946 Mb/s, crypt bytes: 55726080 time: 16 ms 3158 Mb/s
    22/03/14 09:12:52,000 kernel[0]: Wake reason: RTC (Alarm)
    22/03/14 09:12:52,000 kernel[0]: RTC: SleepService 2014/3/22 12:12:51, sleep 2014/3/22 11:12:54
    22/03/14 09:12:52,000 kernel[0]: AppleCamIn::systemWakeCall - messageType = 0xE0000340
    22/03/14 09:12:52,000 kernel[0]: AppleCamIn::wakeEventHandlerThread
    22/03/14 09:12:52,000 kernel[0]: Previous Sleep Cause: 5
    22/03/14 09:12:52,000 kernel[0]: Previous Shutdown Cause: 5
    22/03/14 09:12:52,000 kernel[0]: IOPPF: Sent cpu-plimit-notification last value 0 (rounded time weighted average 0)
    22/03/14 09:12:52,000 kernel[0]: IOPPF: Sent gpu-internal-single-slice-plimit-notification last value 0 (rounded time weighted average 0)
    22/03/14 09:12:52,000 kernel[0]: IOPPF: Sent gpu-internal-plimit-notification last value 0 (rounded time weighted average 0)
    22/03/14 09:12:52,000 kernel[0]: AppleThunderboltNHI::prePCIWake - power up complete - took 1169 us
    22/03/14 09:12:52,000 kernel[0]: AppleThunderboltHAL::earlyWake - complete - took 1 milliseconds
    22/03/14 09:12:52,000 kernel[0]: [AppleMultitouchDevice::willTerminate] entered
    22/03/14 09:12:52,000 kernel[0]: [AppleMultitouchDevice::stop] entered
    22/03/14 09:12:52,000 kernel[0]: Thunderbolt Self-Reset Count = 0xedefbe00
    22/03/14 09:12:52,000 kernel[0]: TBT W (2): 0x0100 [x]
    22/03/14 09:12:52,000 kernel[0]: IOThunderboltSwitch<0xffffff802048ac00>(0x0)::listenerCallback - Thunderbolt HPD packet for route = 0x0 port = 11 unplug = 0
    22/03/14 09:12:52,000 kernel[0]: ARPT: 1263.257639: si_survive_perst_war: bar0win before 18003000, bar0win after 18001000
    22/03/14 09:12:52,000 kernel[0]: AppleHSSPIController::HandleMessage Device Wake by Host
    22/03/14 09:12:52,000 kernel[0]: Apple Internal Keyboard / Trackpad::start Start Succeeded
    22/03/14 09:12:52,000 kernel[0]: [AppleMultitouchDevice::start] entered
    22/03/14 09:12:52,000 kernel[0]: IOThunderboltSwitch<0xffffff802048ac00>(0x0)::listenerCallback - Thunderbolt HPD packet for route = 0x0 port = 12 unplug = 0
    22/03/14 09:12:52,000 kernel[0]: ARPT: 1263.495610: AirPort_Brcm43xx::powerChange: System Wake - Full Wake/ Dark Wake / Maintenance wake
    22/03/14 09:12:52,000 kernel[0]: AppleCamIn::systemWakeCall - messageType = 0xE0000340
    22/03/14 09:12:52,000 kernel[0]: AppleCamIn::wakeEventHandlerThread
    22/03/14 09:12:52,000 kernel[0]: USBMSC Identifier (non-unique): 00000000AP05 0x5ac 0x8406 0x5, 3
    22/03/14 09:12:53,000 kernel[0]: IOBluetoothUSBDFU::probe
    22/03/14 09:12:53,000 kernel[0]: IOBluetoothUSBDFU::probe ProductID - 0x828F FirmwareVersion - 0x0079
    22/03/14 09:12:53,000 kernel[0]: **** [IOBluetoothHostControllerUSBTransport][start] -- completed -- result = TRUE -- 0xa000 ****
    22/03/14 09:12:53,000 kernel[0]: **** [BroadcomBluetoothHostControllerUSBTransport][start] -- Completed -- 0xa000 ****
    22/03/14 09:12:53,000 kernel[0]: [IOBluetoothHCIController][staticBluetoothHCIControllerTransportShowsUp] -- Received Bluetooth Controller register service notification -- 0xa000
    22/03/14 09:12:53,000 kernel[0]: [IOBluetoothHCIController::setConfigState] calling registerService
    22/03/14 09:12:53,000 kernel[0]: **** [IOBluetoothHCIController][protectedBluetoothHCIControllerTransportShowsUp] -- Connected to the transport successfully -- 0x25c0 -- 0xc000 -- 0xa000 ****
    22/03/14 09:12:53,000 kernel[0]: **** [IOBluetoothHostControllerUSBTransport][SuspendDevice] -- Suspend -- suspendDeviceCallResult = 0x0000 (kIOReturnSuccess) -- 0xa000 ****
    22/03/14 09:12:57,000 kernel[0]: AppleCamIn::handleWakeEvent_gated
    22/03/14 09:12:57,000 kernel[0]: AppleCamIn::handleWakeEvent_gated
    22/03/14 09:13:03,000 kernel[0]: IOPPF: Sent gpu-internal-single-slice-plimit-notification last value 9 (rounded time weighted average 8)
    22/03/14 09:13:03,000 kernel[0]: IOPPF: Sent gpu-internal-plimit-notification last value 8 (rounded time weighted average 7)
    22/03/14 09:13:04,000 kernel[0]: IOPPF: Sent cpu-plimit-notification last value 17 (rounded time weighted average 16)
    22/03/14 09:13:21,000 kernel[0]: ARPT: 1292.036296: AirPort_Brcm43xx::powerChange: System Sleep
    22/03/14 09:13:21,000 kernel[0]: ARPT: 1292.036309: wl0: powerChange: *** BONJOUR/MDNS OFFLOADS ARE NOT RUNNING.
    22/03/14 09:13:21,000 kernel[0]: AppleCamIn::systemWakeCall - messageType = 0xE0000340
    22/03/14 09:13:21,000 kernel[0]: hibernate image path: /var/vm/sleepimage
    22/03/14 09:13:21,000 kernel[0]: efi pagecount 63
    22/03/14 09:13:21,000 kernel[0]: hibernate_page_list_setall(preflight 1) start 0xffffff807fbb7000, 0xffffff807fe76000
    22/03/14 09:13:21,000 kernel[0]: hibernate_page_list_setall time: 152 ms
    22/03/14 09:13:21,000 kernel[0]: pages 110811, wire 76718, act 25005, inact 335, cleaned 0 spec 3, zf 6, throt 0, compr 4087, xpmapped 14601
    22/03/14 09:13:21,000 kernel[0]: could discard act 451 inact 58 purgeable 2820 spec 1328 cleaned 0
    22/03/14 09:13:21,000 kernel[0]: hibernate_page_list_setall preflight pageCount 76718 est comp 48 setfile 163841592 min 1073741824
    22/03/14 09:13:21,000 kernel[0]: AppleThunderboltNHI::prePCIWake - power up complete - took 723 us
    22/03/14 09:13:21,000 kernel[0]: AppleThunderboltHAL::earlyWake - complete - took 0 milliseconds
    22/03/14 09:13:21,000 kernel[0]: [0x215c82d000, 0x40000000]
    22/03/14 09:13:21,000 kernel[0]: [0x0, 0x0]
    22/03/14 09:13:21,000 kernel[0]: kern_open_file_for_direct_io(0) took 8 ms
    22/03/14 09:13:21,000 kernel[0]: Opened file /var/vm/sleepimage, size 1073741824, partition base 0x0, maxio 2000000 ssd 1
    22/03/14 09:13:21,000 kernel[0]: hibernate image major 1, minor 0, blocksize 4096, pollers 5
    22/03/14 10:13:20,000 kernel[0]: Thunderbolt Self-Reset Count = 0xedefbe00
    22/03/14 10:13:20,000 kernel[0]: IOThunderboltSwitch<0xffffff802048ac00>(0x0)::listenerCallback - Thunderbolt HPD packet for route = 0x0 port = 11 unplug = 0
    22/03/14 10:13:20,000 kernel[0]: IOThunderboltSwitch<0xffffff802048ac00>(0x0)::listenerCallback - Thunderbolt HPD packet for route = 0x0 port = 12 unplug = 0
    22/03/14 10:13:20,000 kernel[0]: vm_compressor_flush - starting
    22/03/14 10:13:20,000 kernel[0]: vm_compressor_flush completed - took 257 msecs
    22/03/14 10:13:20,000 kernel[0]: hibernate_flush_memory: buffer_cache_gc freed up 105 wired pages
    22/03/14 10:13:20,000 kernel[0]: hibernate_alloc_pages act 17538, inact 394, anon 42, throt 0, spec 1333, wire 91075, wireinit 130484
    22/03/14 10:13:20,000 kernel[0]: hibernate_setup(0) took 429 ms
    22/03/14 10:13:20,000 kernel[0]: ARPT: 1293.116790: scanparams:
    22/03/14 10:13:20,000 kernel[0]: ARPT: 1293.116798:   flags 0
    22/03/14 10:13:20,000 kernel[0]: ARPT: 1293.116804:   active_time 0, passive_time 0
    22/03/14 10:13:20,000 kernel[0]: ARPT: 1293.116810:   scan_start_delay 0
    22/03/14 10:13:20,000 kernel[0]: ARPT: 1293.116816:   scan_cycle_idle_rest_time 0, scan_cycle_idle_rest_time_multiplier 0
    22/03/14 10:13:20,000 kernel[0]: ARPT: 1293.116824:   max_scan_cycles 0, max_rest_time 0
    22/03/14 10:13:20,000 kernel[0]: ARPT: 1293.116830: Scan Channels (0): None
    22/03/14 10:13:20,000 kernel[0]: ARPT: 1293.116836: SSID (0): None
    22/03/14 10:13:20,000 kernel[0]: ARPT: 1293.116842: SSID count = 0
    22/03/14 10:13:20,000 kernel[0]: ARPT: 1293.116849: wl0: leaveModulePoweredForOffloads: Wi-Fi will turn off.
    22/03/14 10:13:20,000 kernel[0]: AppleCamIn::systemWakeCall - messageType = 0xE0000340
    22/03/14 09:13:23,000 kernel[0]: AppleThunderboltNHIType2::waitForOk2Go2Sx - retries = 1
    22/03/14 10:13:20,000 kernel[0]: hibernate_page_list_setall(preflight 0) start 0xffffff807fbb7000, 0xffffff807fe76000
    22/03/14 10:13:20,000 kernel[0]: hibernate_teardown started
    22/03/14 10:13:20,000 kernel[0]: hibernate_teardown: wired_pages 91562, free_pages 933917, active_pages 14267, inactive_pages 334, speculative_pages 0, cleaned_pages 0, compressor_pages 98
    22/03/14 10:13:20,000 kernel[0]: hibernate_teardown_pmap_structs done: last_valid_compact_indx 54053
    22/03/14 10:13:20,000 kernel[0]: hibernate_teardown: mark_as_unneeded_pages 2048, 15081, 11332
    22/03/14 10:13:20,000 kernel[0]: hibernate_teardown completed - discarded 28461
    22/03/14 10:13:20,000 kernel[0]: hibernate_page_list_setall time: 318 ms
    22/03/14 10:13:20,000 kernel[0]: pages 67257, wire 47894, act 14267, inact 334, cleaned 0 spec 0, zf 0, throt 0, compr 98, xpmapped 14601
    22/03/14 10:13:20,000 kernel[0]: did discard act 451 inact 60 purgeable 2820 spec 1333 cleaned 0
    22/03/14 10:13:20,000 kernel[0]: hibernate_page_list_setall found pageCount 62593
    22/03/14 10:13:20,000 kernel[0]: IOHibernatePollerOpen, ml_get_interrupts_enabled 0
    22/03/14 10:13:20,000 kernel[0]: IOHibernatePollerOpen(0)
    22/03/14 10:13:20,000 kernel[0]: encryptStart 14000
    22/03/14 10:13:20,000 kernel[0]: bitmap_size 0x1f908, previewSize 0x4f4788, writing 60991 pages @ 0x528090
    22/03/14 10:13:20,000 kernel[0]: hibernate_rebuild started
    22/03/14 10:13:20,000 kernel[0]: hibernate_rebuild_pmap_structs done: last_valid_compact_indx 54053
    22/03/14 10:13:20,000 kernel[0]: hibernate_rebuild completed - took 21 msecs
    22/03/14 10:13:20,000 kernel[0]: booter start at 655 ms smc 0 ms, [11, 0, 0] total 109 ms, dsply 0, 0 ms, tramp 128 ms
    22/03/14 10:13:20,000 kernel[0]: hibernate_machine_init: state 2, image pages 47691, sum was ffa5bf42, imageSize 0x78e9000, image1Size 0x4398000, conflictCount 0, nextFree f
    22/03/14 10:13:20,000 kernel[0]: hibernate_newruntime_map time: 0 ms, IOHibernatePollerOpen(), ml_get_interrupts_enabled 0
    22/03/14 10:13:20,000 kernel[0]: IOHibernatePollerOpen(0) 14 ms
    22/03/14 10:13:20,000 kernel[0]: hibernate_machine_init reading
    22/03/14 10:13:20,000 kernel[0]: PMStats: Hibernate read took 98 ms
    22/03/14 10:13:20,000 kernel[0]: hibernate_machine_init pagesDone 62390 sum2 c432b37e, time: 98 ms, disk(0x20000) 637 Mb/s, comp bytes: 19484672 time: 19 ms 944 Mb/s, crypt bytes: 55906304 time: 16 ms 3144 Mb/s
    22/03/14 10:13:20,000 kernel[0]: Wake reason: RTC (Alarm)
    22/03/14 10:13:20,000 kernel[0]: RTC: SleepService 2014/3/22 13:13:19, sleep 2014/3/22 12:13:22
    22/03/14 10:13:20,000 kernel[0]: AppleCamIn::systemWakeCall - messageType = 0xE0000340
    22/03/14 10:13:20,000 kernel[0]: AppleCamIn::wakeEventHandlerThread
    22/03/14 10:13:20,000 kernel[0]: Previous Sleep Cause: 5
    22/03/14 10:13:20,000 kernel[0]: Previous Shutdown Cause: 5
    22/03/14 10:13:20,000 kernel[0]: IOPPF: Sent cpu-plimit-notification last value 0 (rounded time weighted average 0)
    22/03/14 10:13:20,000 kernel[0]: IOPPF: Sent gpu-internal-single-slice-plimit-notification last value 0 (rounded time weighted average 0)
    22/03/14 10:13:20,000 kernel[0]: IOPPF: Sent gpu-internal-plimit-notification last value 0 (rounded time weighted average 0)
    22/03/14 10:13:20,000 kernel[0]: AppleThunderboltNHI::prePCIWake - power up complete - took 222 us
    22/03/14 10:13:20,000 kernel[0]: AppleThunderboltHAL::earlyWake - complete - took 1 milliseconds
    22/03/14 10:13:20,000 kernel[0]: [AppleMultitouchDevice::willTerminate] entered
    22/03/14 10:13:20,000 kernel[0]: [AppleMultitouchDevice::stop] entered
    22/03/14 10:13:20,000 kernel[0]: Thunderbolt Self-Reset Count = 0xedefbe00
    22/03/14 10:13:20,000 kernel[0]: TBT W (2): 0x0100 [x]
    22/03/14 10:13:20,000 kernel[0]: IOThunderboltSwitch<0xffffff802048ac00>(0x0)::listenerCallback - Thunderbolt HPD packet for route = 0x0 port = 11 unplug = 0
    22/03/14 10:13:20,000 kernel[0]: ARPT: 1295.155255: si_survive_perst_war: bar0win before 18003000, bar0win after 18001000
    22/03/14 10:13:20,000 kernel[0]: AppleHSSPIController::HandleMessage Device Wake by Host
    22/03/14 10:13:20,000 kernel[0]: Apple Internal Keyboard / Trackpad::start Start Succeeded
    22/03/14 10:13:20,000 kernel[0]: [AppleMultitouchDevice::start] entered
    22/03/14 10:13:20,000 kernel[0]: IOThunderboltSwitch<0xffffff802048ac00>(0x0)::listenerCallback - Thunderbolt HPD packet for route = 0x0 port = 12 unplug = 0
    22/03/14 10:13:20,000 kernel[0]: ARPT: 1295.393826: AirPort_Brcm43xx::powerChange: System Wake - Full Wake/ Dark Wake / Maintenance wake
    22/03/14 10:13:20,000 kernel[0]: AppleCamIn::systemWakeCall - messageType = 0xE0000340
    22/03/14 10:13:20,000 kernel[0]: AppleCamIn::wakeEventHandlerThread
    22/03/14 10:13:20,000 kernel[0]: USBMSC Identifier (non-unique): 00000000AP05 0x5ac 0x8406 0x5, 3
    22/03/14 10:13:21,000 kernel[0]: IOBluetoothUSBDFU::probe
    22/03/14 10:13:21,000 kernel[0]: IOBluetoothUSBDFU::probe ProductID - 0x828F FirmwareVersion - 0x0079
    22/03/14 10:13:21,000 kernel[0]: **** [IOBluetoothHostControllerUSBTransport][start] -- completed -- result = TRUE -- 0xcc00 ****
    22/03/14 10:13:21,000 kernel[0]: **** [BroadcomBluetoothHostControllerUSBTransport][start] -- Completed -- 0xcc00 ****
    22/03/14 10:13:21,000 kernel[0]: [IOBluetoothHCIController][staticBluetoothHCIControllerTransportShowsUp] -- Received Bluetooth Controller register service notification -- 0xcc00
    22/03/14 10:13:21,000 kernel[0]: [IOBluetoothHCIController::setConfigState] calling registerService
    22/03/14 10:13:21,000 kernel[0]: **** [IOBluetoothHCIController][protectedBluetoothHCIControllerTransportShowsUp] -- Connected to the transport successfully -- 0x1840 -- 0xc000 -- 0xcc00 ****
    22/03/14 10:13:21,000 kernel[0]: **** [IOBluetoothHostControllerUSBTransport][SuspendDevice] -- Suspend -- suspendDeviceCallResult = 0x0000 (kIOReturnSuccess) -- 0xcc00 ****
    22/03/14 10:13:25,000 kernel[0]: AppleCamIn::handleWakeEvent_gated
    22/03/14 10:13:25,000 kernel[0]: AppleCamIn::handleWakeEvent_gated
    22/03/14 10:13:26,000 kernel[0]: ARPT: 1301.498621: MacAuthEvent en0   Auth result for: e8:89:2c:d7:cb:f0 Auth request tx failed
    22/03/14 10:13:29,000 kernel[0]: ARPT: 1304.215431: directed SSID scan fail
    22/03/14 10:13:32,000 kernel[0]: IOPPF: Sent cpu-plimit-notification last value 14 (rounded time weighted average 14)
    22/03/14 10:13:32,000 kernel[0]: IOPPF: Sent gpu-internal-single-slice-plimit-notification last value 4 (rounded time weighted average 4)
    22/03/14 10:13:32,000 kernel[0]: IOPPF: Sent gpu-internal-plimit-notification last value 3 (rounded time weighted average 3)
    22/03/14 10:13:43,000 kernel[0]: IOPPF: Sent gpu-internal-single-slice-plimit-notification last value 16 (rounded time weighted average 12)
    22/03/14 10:13:43,000 kernel[0]: IOPPF: Sent gpu-internal-plimit-notification last value 13 (rounded time weighted average 10)
    22/03/14 10:13:49,000 kernel[0]: ARPT: 1323.935364: AirPort_Brcm43xx::powerChange: System Sleep
    22/03/14 10:13:49,000 kernel[0]: ARPT: 1323.935378: wl0: powerChange: *** BONJOUR/MDNS OFFLOADS ARE NOT RUNNING.
    22/03/14 10:13:49,000 kernel[0]: AppleCamIn::systemWakeCall - messageType = 0xE0000340
    22/03/14 10:13:49,000 kernel[0]: hibernate image path: /var/vm/sleepimage
    22/03/14 10:13:49,000 kernel[0]: efi pagecount 63
    22/03/14 10:13:49,000 kernel[0]: hibernate_page_list_setall(preflight 1) start 0xffffff807fbb7000, 0xffffff807fe76000
    22/03/14 10:13:49,000 kernel[0]: hibernate_page_list_setall time: 152 ms
    22/03/14 10:13:49,000 kernel[0]: pages 110830, wire 76367, act 25702, inact 335, cleaned 0 spec 3, zf 7, throt 0, compr 3740, xpmapped 14601
    22/03/14 10:13:49,000 kernel[0]: could discard act 502 inact 60 purgeable 2820 spec 1294 cleaned 0
    22/03/14 10:13:49,000 kernel[0]: hibernate_page_list_setall preflight pageCount 76367 est comp 48 setfile 163117368 min 1073741824
    22/03/14 10:13:49,000 kernel[0]: AppleThunderboltNHI::prePCIWake - power up complete - took 557 us
    22/03/14 10:13:49,000 kernel[0]: AppleThunderboltHAL::earlyWake - complete - took 0 milliseconds
    22/03/14 10:13:49,000 kernel[0]: [0x215c82d000, 0x40000000]
    22/03/14 10:13:49,000 kernel[0]: [0x0, 0x0]
    22/03/14 10:13:49,000 kernel[0]: kern_open_file_for_direct_io(0) took 8 ms
    22/03/14 10:13:49,000 kernel[0]: Opened file /var/vm/sleepimage, size 1073741824, partition base 0x0, maxio 2000000 ssd 1
    22/03/14 10:13:49,000 kernel[0]: hibernate image major 1, minor 0, blocksize 4096, pollers 5
    22/03/14 10:52:26,000 kernel[0]: Thunderbolt Self-Reset Count = 0xedefbe00
    22/03/14 10:52:26,000 kernel[0]: IOThunderboltSwitch<0xffffff802048ac00>(0x0)::listenerCallback - Thunderbolt HPD packet for route = 0x0 port = 11 unplug = 0
    22/03/14 10:52:26,000 kernel[0]: IOThunderboltSwitch<0xffffff802048ac00>(0x0)::listenerCallback - Thunderbolt HPD packet for route = 0x0 port = 12 unplug = 0
    22/03/14 10:52:26,000 kernel[0]: vm_compressor_flush - starting
    22/03/14 10:52:26,000 kernel[0]: vm_compressor_flush completed - took 241 msecs
    22/03/14 10:52:26,000 kernel[0]: hibernate_flush_memory: buffer_cache_gc freed up 140 wired pages
    22/03/14 10:52:26,000 kernel[0]: hibernate_alloc_pages act 17591, inact 395, anon 43, throt 0, spec 1299, wire 91100, wireinit 130484
    22/03/14 10:52:26,000 kernel[0]: hibernate_setup(0) took 403 ms
    22/03/14 10:52:26,000 kernel[0]: ARPT: 1324.994787: scanparams:
    22/03/14 10:52:26,000 kernel[0]: ARPT: 1324.994795:   flags 0
    22/03/14 10:52:26,000 kernel[0]: ARPT: 1324.994801:   active_time 0, passive_time 0
    22/03/14 10:52:26,000 kernel[0]: ARPT: 1324.994807:   scan_start_delay 0
    22/03/14 10:52:26,000 kernel[0]: ARPT: 1324.994814:   scan_cycle_idle_rest_time 0, scan_cycle_idle_rest_time_multiplier 0
    22/03/14 10:52:26,000 kernel[0]: ARPT: 1324.994822:   max_scan_cycles 0, max_rest_time 0
    22/03/14 10:52:26,000 kernel[0]: ARPT: 1324.994833: Scan Channels (0): None
    22/03/14 10:52:26,000 kernel[0]: ARPT: 1324.994840: SSID (0): None
    22/03/14 10:52:26,000 kernel[0]: ARPT: 1324.994846: SSID count = 0
    22/03/14 10:52:26,000 kernel[0]: ARPT: 1324.994853: wl0: leaveModulePoweredForOffloads: Wi-Fi will turn off.
    22/03/14 10:52:26,000 kernel[0]: AppleCamIn::systemWakeCall - messageType = 0xE0000340
    22/03/14 10:13:51,000 kernel[0]: AppleThunderboltNHIType2::waitForOk2Go2Sx - retries = 1
    22/03/14 10:52:26,000 kernel[0]: hibernate_page_list_setall(preflight 0) start 0xffffff807fbb7000, 0xffffff807fe76000
    22/03/14 10:52:26,000 kernel[0]: hibernate_teardown started
    22/03/14 10:52:26,000 kernel[0]: hibernate_teardown: wired_pages 91587, free_pages 933955, active_pages 14267, inactive_pages 334, speculative_pages 0, cleaned_pages 0, compressor_pages 117
    22/03/14 10:52:26,000 kernel[0]: hibernate_teardown_pmap_structs done: last_valid_compact_indx 54097
    22/03/14 10:52:26,000 kernel[0]: hibernate_teardown: mark_as_unneeded_pages 2048, 15082, 11332
    22/03/14 10:52:26,000 kernel[0]: hibernate_teardown completed - discarded 28462
    22/03/14 10:52:26,000 kernel[0]: hibernate_page_list_setall time: 318 ms
    22/03/14 10:52:26,000 kernel[0]: pages 67320, wire 47918, act 14267, inact 334, cleaned 0 spec 0, zf 0, throt 0, compr 117, xpmapped 14601
    22/03/14 10:52:26,000 kernel[0]: did discard act 504 inact 61 purgeable 2820 spec 1299 cleaned 0
    22/03/14 10:52:26,000 kernel[0]: hibernate_page_list_setall found pageCount 62636
    22/03/14 10:52:26,000 kernel[0]: IOHibernatePollerOpen, ml_get_interrupts_enabled 0
    22/03/14 10:52:26,000 kernel[0]: IOHibernatePollerOpen(0)
    22/03/14 10:52:26,000 kernel[0]: encryptStart 14000
    22/03/14 10:52:26,000 kernel[0]: bitmap_size 0x1f908, previewSize 0x4f4788, writing 61034 pages @ 0x528090
    22/03/14 10:52:26,000 kernel[0]: hibernate_rebuild started
    22/03/14 10:52:26,000 kernel[0]: hibernate_rebuild_pmap_structs done: last_valid_compact_indx 54097
    22/03/14 10:52:26,000 kernel[0]: hibernate_rebuild completed - took 8737931404036 msecs
    22/03/14 10:52:26,000 kernel[0]: booter start at 655 ms smc 0 ms, [11, 0, 0] total 110 ms, dsply 0, 0 ms, tramp 129 ms
    22/03/14 10:52:26,000 kernel[0]: hibernate_machine_init: state 2, image pages 47715, sum was 925159b3, imageSize 0x78ee000, image1Size 0x438b000, conflictCount 0, nextFree f
    22/03/14 10:52:26,000 kernel[0]: hibernate_newruntime_map time: 0 ms, IOHibernatePollerOpen(), ml_get_interrupts_enabled 0
    22/03/14 10:52:26,000 kernel[0]: IOHibernatePollerOpen(0) 14 ms
    22/03/14 10:52:26,000 kernel[0]: hibernate_machine_init reading
    22/03/14 10:52:26,000 kernel[0]: PMStats: Hibernate read took 97 ms
    22/03/14 10:52:26,000 kernel[0]: hibernate_machine_init pagesDone 62433 sum2 b289dc6a, time: 97 ms, disk(0x20000) 644 Mb/s, comp bytes: 19472384 time: 19 ms 944 Mb/s, crypt bytes: 55980032 time: 16 ms 3187 Mb/s
    22/03/14 10:52:26,000 kernel[0]: Wake reason: EC.LidOpen (User)
    22/03/14 10:52:26,000 kernel[0]: AppleCamIn::systemWakeCall - messageType = 0xE0000320
    22/03/14 10:52:26,000 kernel[0]: AppleCamIn::systemWakeCall - messageType = 0xE0000340
    22/03/14 10:52:26,000 kernel[0]: AppleCamIn::wakeEventHandlerThread
    22/03/14 10:52:26,000 kernel[0]: Previous Sleep Cause: 5
    22/03/14 10:52:26,000 kernel[0]: Previous Shutdown Cause: 5
    22/03/14 10:52:26,000 kernel[0]: IOPPF: Sent cpu-plimit-notification last value 0 (rounded time weighted average 0)
    22/03/14 10:52:26,000 kernel[0]: IOPPF: Sent gpu-internal-single-slice-plimit-notification last value 0 (rounded time weighted average 0)
    22/03/14 10:52:26,000 kernel[0]: IOPPF: Sent gpu-internal-plimit-notification last value 0 (rounded time weighted average 0)
    22/03/14 10:52:26,000 kernel[0]: AppleThunderboltNHI::prePCIWake - power up complete - took 627 us
    22/03/14 10:52:26,000 kernel[0]: AppleThunderboltHAL::earlyWake - complete - took 1 milliseconds
    22/03/14 10:52:26,000 kernel[0]: [AppleMultitouchDevice::willTerminate] entered
    22/03/14 10:52:26,000 kernel[0]: [AppleMultitouchDevice::stop] entered
    22/03/14 10:52:26,000 kernel[0]: Thunderbolt Self-Reset Count = 0xedefbe00
    22/03/14 10:52:26,000 kernel[0]: IOThunderboltSwitch<0xffffff802048ac00>(0x0)::listenerCallback - Thunderbolt HPD packet for route = 0x0 port = 11 unplug = 0
    22/03/14 10:52:26,000 kernel[0]: TBT W (2): 0x0100 [x]
    22/03/14 10:52:26,000 kernel[0]: IOThunderboltSwitch<0xffffff802048ac00>(0x0)::listenerCallback - Thunderbolt HPD packet for route = 0x0 port = 12 unplug = 0
    22/03/14 10:52:26,000 kernel[0]: ARPT: 1327.027645: si_survive_perst_war: bar0win before 18003000, bar0win after 18001000
    22/03/14 10:52:26,000 kernel[0]: AppleHSSPIController::HandleMessage Device Wake by Host
    22/03/14 10:52:26,000 kernel[0]: Apple Internal Keyboard / Trackpad::start Start Succeeded
    22/03/14 10:52:26,000 kernel[0]: [AppleMultitouchDevice::start] entered
    22/03/14 10:52:26,000 kernel[0]: ARPT: 1327.227571: AirPort_Brcm43xx::powerChange: System Wake - Full Wake/ Dark Wake / Maintenance wake
    22/03/14 10:52:26,000 kernel[0]: AppleCamIn::systemWakeCall - messageType = 0xE0000340
    22/03/14 10:52:26,000 kernel[0]: AppleCamIn::wakeEventHandlerThread
    22/03/14 10:52:26,000 kernel[0]: USBMSC Identifier (non-unique): 00000000AP05 0x5ac 0x8406 0x5, 3
    22/03/14 10:52:27,000 kernel[0]: IOBluetoothUSBDFU::probe
    22/03/14 10:52:27,000 kernel[0]: IOBluetoothUSBDFU::probe ProductID - 0x828F FirmwareVersion - 0x0079
    22/03/14 10:52:27,000 kernel[0]: **** [IOBluetoothHostControllerUSBTransport][start] -- completed -- result = TRUE -- 0xb800 ****
    22/03/14 10:52:27,000 kernel[0]: **** [BroadcomBluetoothHostControllerUSBTransport][start] -- Completed -- 0xb800 ****
    22/03/14 10:52:27,000 kernel[0]: [IOBluetoothHCIController][staticBluetoothHCIControllerTransportShowsUp] -- Received Bluetooth Controller register service notification -- 0xb800
    22/03/14 10:52:27,000 kernel[0]: [IOBluetoothHCIController::setConfigState] calling registerService
    22/03/14 10:52:27,000 kernel[0]: **** [IOBluetoothHCIController][protectedBluetoothHCIControllerTransportShowsUp] -- Connected to the transport successfully -- 0xed80 -- 0xc000 -- 0xb800 ****
    22/03/14 10:52:27,000 kernel[0]: **** [IOBluetoothHostControllerUSBTransport][SuspendDevice] -- Suspend -- suspendDeviceCallResult = 0x0000 (kIOReturnSuccess) -- 0xb800 ****
    22/03/14 10:52:31,000 kernel[0]: AppleCamIn::handleWakeEvent_gated
    22/03/14 10:52:31,000 kernel[0]: AppleCamIn::handleWakeEvent_gated
    22/03/14 10:52:31,000 kernel[0]: AppleCamIn::systemWakeCall - messageType = 0xE0000300
    22/03/14 10:52:33,000 kernel[0]: AppleKeyStore:Sending lock change 0
    22/03/14 10:52:34,000 kernel[0]: ARPT: 1335.773331: MacAuthEvent en0   Auth result for: e8:89:2c:d7:cb:f0  MAC AUTH succeeded
    22/03/14 10:52:35,000 kernel[0]: wlEvent: en0 en0 Link UP virtIf = 0
    22/03/14 10:52:35,000 kernel[0]: AirPort: Link Up on en0
    22/03/14 10:52:35,000 kernel[0]: en0: BSSID changed to e8:89:2c:d7:cb:f0
    22/03/14 10:52:35,000 kernel[0]: en0: 802.11d country code set to 'US'.
    22/03/14 10:52:35,000 kernel[0]: en0: Supported channels 1 2 3 4 5 6 7 8 9 10 11 36 40 44 48 52 56 60 64 100 104 108 112 116 120 124 128 132 136 140 144 149 153 157 161 165
    22/03/14 10:52:36,000 kernel[0]: AirPort: RSN handshake complete on en0
    22/03/14 10:52:36,000 kernel[0]: IOPPF: Sent cpu-idle-plimit-notification last value 60 (rounded time weighted average 60)
    22/03/14 10:52:36,000 kernel[0]: flow_divert_kctl_disconnect (0): disconnecting group 1
    22/03/14 10:52:45,000 kernel[0]: CODE SIGNING: cs_invalid_page(0x1000): p=322[GoogleSoftwareUp] final status 0x0, allowing (remove VALID) page
    22/03/14 10:52:54,000 kernel[0]: CODE SIGNING: cs_invalid_page(0x1000): p=349[ksadmin] final status 0x0, allowing (remove VALID) page
    22/03/14 10:54:36,000 kernel[0]: fsevents: watcher dbfseventsd (pid: 418) - Using /dev/fsevents directly is unsupported.  Migrate to FSEventsFramework
    22/03/14 10:55:36,000 kernel[0]: CleanMyMac 2 (map: 0xffffff8027b00960) triggered DYLD shared region unnest for map: 0xffffff8027b00960, region 0x7fff95000000->0x7fff95200000. While not abnormal for debuggers, this increases system memory footprint until the target exits.
    22/03/14 10:57:39,000 kernel[0]: considerRebuildOfPrelinkedKernel prebuild rebuild has expired
    22/03/14 11:00:48,000 kernel[0]: Kext loading now disabled.
    22/03/14 11:00:48,000 kernel[0]: Kext unloading now disabled.
    22/03/14 11:00:48,000 kernel[0]: Kext autounloading now disabled.
    22/03/14 11:00:48,000 kernel[0]: Kernel requests now disabled.
    22/03/14 11:01:02,000 kernel[0]: Longterm timer threshold: 1000 ms
    22/03/14 11:01:02,000 kernel[0]: PMAP: PCID enabled
    22/03/14 11:01:02,000 kernel[0]: PMAP: Supervisor Mode Execute Protection enabled
    22/03/14 11:01:02,000 kernel[0]: Darwin Kernel Version 13.1.0: Thu Jan 16 19:40:37 PST 2014; root:xnu-2422.90.20~2/RELEASE_X86_64
    22/03/14 11:01:02,000 kernel[0]: vm_page_bootstrap: 924236 free pages and 116148 wired pages
    22/03/14 11:01:02,000 kernel[0]: kext submap [0xffffff7f807a6000 - 0xffffff8000000000], kernel text [0xffffff8000200000 - 0xffffff80007a6000]
    22/03/14 11:01:02,000 kernel[0]: zone leak detection enabled
    22/03/14 11:01:02,000 kernel[0]: "vm_compressor_mode" is 4
    22/03/14 11:01:02,000 kernel[0]: standard timeslicing quantum is 10000 us
    22/03/14 11:01:02,000 kernel[0]: standard background quantum is 2500 us
    22/03/14 11:01:02,000 kernel[0]: mig_table_max_displ = 74
    22/03/14 11:01:02,000 kernel[0]: TSC Deadline Timer supported and enabled
    22/03/14 11:01:02,000 kernel[0]: AppleACPICPU: ProcessorId=1 LocalApicId=0 Enabled
    22/03/14 11:01:02,000 kernel[0]: AppleACPICPU: ProcessorId=2 LocalApicId=2 Enabled
    22/03/14 11:01:02,000 kernel[0]: AppleACPICPU: ProcessorId=3 LocalApicId=1 Enabled
    22/03/14 11:01:02,000 kernel[0]: AppleACPICPU: ProcessorId=4 LocalApicId=3 Enabled
    22/03/14 11:01:02,000 kernel[0]: AppleACPICPU: ProcessorId=5 LocalApicId=255 Disabled
    22/03/14 11:01:02,000 kernel[0]: AppleACPICPU: ProcessorId=6 LocalApicId=255 Disabled
    22/03/14 11:01:02,000 kernel[0]: AppleACPICPU: ProcessorId=7 LocalApicId=255 Disabled
    22/03/14 11:01:02,000 kernel[0]: AppleACPICPU: ProcessorId=8 LocalApicId=255 Disabled
    22/03/14 11:01:02,000 kernel[0]: calling mpo_policy_init for TMSafetyNet
    22/03/14 11:01:02,000 kernel[0]: Security policy loaded: Safety net for Time Machine (TMSafetyNet)
    22/03/14 11:01:02,000 kernel[0]: calling mpo_policy_init for Sandbox
    22/03/14 11:01:02,000 kernel[0]: Security policy loaded: Seatbelt sandbox policy (Sandbox)
    22/03/14 11:01:02,000 kernel[0]: calling mpo_policy_init for Quarantine
    22/03/14 11:01:02,000 kernel[0]: Security policy loaded: Quarantine policy (Quarantine)
    22/03/14 11:01:02,000 kernel[0]: Copyright (c) 1982, 1986, 1989, 1991, 1993
    22/03/14 11:01:02,000 kernel[0]: The Regents of the University of California. All rights reserved.
    22/03/14 11:01:02,000 kernel[0]: MAC Framework successfully initialized
    22/03/14 11:01:02,000 kernel[0]: using 16384 buffer headers and 10240 cluster IO buffer headers
    22/03/14 11:01:02,000 kernel[0]: AppleKeyStore starting (BUILT: Sep 19 2013 22:20:34)
    22/03/14 11:01:02,000 kernel[0]: IOAPIC: Version 0x20 Vectors 64:103
    22/03/14 11:01:02,000 kernel[0]: ACPI: sleep states S0 S3 S4 S5
    22/03/14 11:01:02,000 kernel[0]: pci (build 20:00:24 Jan 16 2014), flags 0x63408, pfm64 (39 cpu) 0x7f80000000, 0x80000000
    22/03/14 11:01:02,000 kernel[0]: [ PCI configuration begin ]
    22/03/14 11:01:02,000 kernel[0]: console relocated to 0x7f90000000
    22/03/14 11:01:02,000 kernel[0]: [ PCI configuration end, bridges 12, devices 14 ]
    22/03/14 11:01:02,000 kernel[0]: AppleIntelLpssSpiController::_notificationPublishedHandler: AppleIntelLpssDmac did show up, fDmacService 0xffffff801caaf400
    22/03/14 11:01:02,000 kernel[0]: AppleIntelLpssSpiController::_notificationPublishedHandler: AppleIntelLpssGspi channel# 1 did show up, gspi 0xffffff807c12a000
    22/03/14 11:01:02,000 kernel[0]: AppleHSSPIController::start Start Succeeded
    22/03/14 11:01:02,000 kernel[0]: mcache: 4 CPU(s), 64 bytes CPU cache line size
    22/03/14 11:01:02,000 kernel[0]: mbinit: done [64 MB total pool size, (42/21) split]
    22/03/14 11:01:02,000 kernel[0]: Pthread support ABORTS when sync kernel primitives misused
    22/03/14 11:01:02,000 kernel[0]: AppleThunderboltNHIType2::setupPowerSavings - GPE based runtime power management
    22/03/14 11:01:02,000 kernel[0]: rooting via boot-uuid from /chosen: 27E91043-FEE4-3EDB-A9CF-3002111BF3F8
    22/03/14 11:01:02,000 kernel[0]: Waiting on <dict ID="0"><key>IOProviderClass</key><string ID="1">IOResources</string><key>IOResourceMatch</key><string ID="2">boot-uuid-media</string></dict>
    22/03/14 11:01:02,000 kernel[0]: com.apple.AppleFSCompressionTypeZlib kmod start
    22/03/14 11:01:02,000 kernel[0]: com.apple.AppleFSCompressionTypeDataless kmod start
    22/03/14 11:01:02,000 kernel[0]: com.apple.AppleFSCompressionTypeZlib load succeeded
    22/03/14 11:01:02,000 kernel[0]: com.apple.AppleFSCompressionTypeDataless load succeeded
    22/03/14 11:01:02,000 kernel[0]: srom rev:11
    22/03/14 11:01:02,000 kernel[0]: ARPT: 0.745359: ChangeVCO => vco:960, xtalF:40, frac: 98, ndivMode: 3, ndivint: 24
    22/03/14 11:01:02,000 kernel[0]: ARPT: 0.745395: Data written into the PLL_CNTRL_ADDR2: 00000c31
    22/03/14 11:01:02,000 kernel[0]: ARPT: 0.745464: Data written into the PLL_CNTRL_ADDR3 (Fractional): 0000100e
    22/03/14 11:01:02,000 kernel[0]: ARPT: 0.756925: BTCOEXIST off
    22/03/14 11:01:02,000 kernel[0]: ARPT: 0.757419: BRCM tunables:
    22/03/14 11:01:02,000 kernel[0]: ARPT: 0.757437:   pullmode[1] txringsize[  256] txsendqsize[1024] reapmin[   32] reapcount[  128]
    22/03/14 11:01:02,000 kernel[0]: ARPT: 0.759182: wl0: Broadcom BCM43a0, vendorID[0x14e4] BAR0[0xb0600004]
    22/03/14 11:01:02,000 kernel[0]: 6.30.223.154 (r420397)
    22/03/14 11:01:02,000 kernel[0]: Got boot device = IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/RP06@1C,5/IOPP/SSD0@0/Ap pleAHCI/PRT0@0/IOAHCIDevice@0/AppleAHCIDiskDriver/IOAHCIBlockStorageDevice/IOBlo ckStorageDriver/APPLE SSD SD0256F Media/IOGUIDPartitionScheme/Customer@2
    22/03/14 11:01:02,000 kernel[0]: BSD root: disk0s2, major 1, minor 2
    22/03/14 11:01:02,000 kernel[0]: AppleHSSPIController::HandleMessage Device Wake by Host
    22/03/14 11:01:02,000 kernel[0]: Apple Internal Keyboard / Trackpad::start Start Succeeded
    22/03/14 11:01:02,000 kernel[0]: [AppleMultitouchDevice::start] entered
    22/03/14 11:01:02,000 kernel[0]: hfs: mounted Macintosh HD on device root_device
    22/03/14 11:01:02,000 kernel[0]: XCPM: registered
    22/03/14 11:01:02,000 kernel[0]: USBMSC Identifier (non-unique): 00000000AP05 0x5ac 0x8406 0x5, 3
    22/03/14 11:01:02,000 kernel[0]: Thunderbolt Self-Reset Count = 0xedefbe00
    22/03/14 11:01:02,000 kernel[0]: IOThunderboltSwitch<0xffffff801cb85c00>(0x0)::listenerCallback - Thunderbolt HPD packet for route = 0x0 port = 11 unplug = 0
    22/03/14 11:01:02,000 kernel[0]: IOThunderboltSwitch<0xffffff801cb85c00>(0x0)::listenerCallback - Thunderbolt HPD packet for route = 0x0 port = 12 unplug = 0
    22/03/14 11:01:02,000 kernel[0]: IO80211Controller::dataLinkLayerAttachComplete():  adding AppleEFINVRAM notification
    22/03/14 11:01:02,000 kernel[0]: IO80211Interface::efiNVRAMPublished(): 
    22/03/14 11:01:03,000 kernel[0]: AirPort: Link Down on en0. Reason 8 (Disassociated because station leaving).
    22/03/14 11:01:03,000 kernel[0]: SMC::smcReadKeyAction ERROR: smcReadData8 failed for key LsNM (kSMCKeyNotFound)
    22/03/14 11:01:03,000 kernel[0]: SMC::smcReadKeyAction ERROR LsNM kSMCKeyNotFound(0x84) fKeyHashTable=0x0
    22/03/14 11:01:03,000 kernel[0]: SMC::smcGetLightshowVers ERROR: smcReadKey LsNM failed (kSMCKeyNotFound)
    22/03/14 11:01:03,000 kernel[0]: SMC::smcPublishLightshowVersion ERROR: smcGetLightshowVers failed (kSMCKeyNotFound)
    22/03/14 11:01:03,000 kernel[0]: SMC::smcInitHelper ERROR: smcPublishLightshowVersion failed (kSMCKeyNotFound)
    22/03/14 11:01:03,000 kernel[0]: Previous Shutdown Cause: 5
    22/03/14 11:01:03,000 kernel[0]: AppleCamIn::init
    22/03/14 11:01:03,000 kernel[0]: AppleCamIn::probe
    22/03/14 11:01:03,000 kernel[0]: AppleCamIn::start
    22/03/14 11:01:03,000 kernel[0]: AppleCamIn::start: fS2DeviceRegs=0xffffff80911bd000 (len=65536)
    22/03/14 11:01:03,000 kernel[0]: AppleCamIn::start: fS2DeviceMemory=0xffffff8091455000 (len=268435456)
    22/03/14 11:01:03,000 kernel[0]: AppleCamIn::start: fISPRegsMem=0xffffff801d915880 (len=1048576)
    22/03/14 11:01:03,000 kernel[0]: virtual bool AppleCamIn::start(IOService *): about to configure DDR
    22/03/14 11:01:03,000 kernel[0]: IOBluetoothUSBDFU::probe
    22/03/14 11:01:03,000 kernel[0]: IOBluetoothUSBDFU::probe ProductID - 0x828F FirmwareVersion - 0x0079
    22/03/14 11:01:03,000 kernel[0]: **** [IOBluetoothHostControllerUSBTransport][start] -- completed -- result = TRUE -- 0xf400 ****
    22/03/14 11:01:03,000 kernel[0]: **** [BroadcomBluetoothHostControllerUSBTransport][start] -- Completed -- 0xf400 ****
    22/03/14 11:01:03,000 kernel[0]: init
    22/03/14 11:01:03,000 kernel[0]: probe
    22/03/14 11:01:03,000 kernel[0]: start
    22/03/14 11:01:03,000 kernel[0]: [IOBluetoothHCIController][staticBluetoothHCIControllerTransportShowsUp] -- Received Bluetooth Controller register service notification -- 0xf400
    22/03/14 11:01:03,000 kernel[0]: [IOBluetoothHCIController][start] -- completed
    22/03/14 11:01:03,000 kernel[0]: DSMOS has arrived
    22/03/14 11:01:03,000 kernel[0]: [IOBluetoothHCIController::setConfigState] calling registerService
    22/03/14 11:01:03,000 kernel[0]: **** [IOBluetoothHCIController][protectedBluetoothHCIControllerTransportShowsUp] -- Connected to the transport successfully -- 0x3480 -- 0x6800 -- 0xf400 ****
    22/03/14 11:01:03,000 kernel[0]: IOPPF - IODeviceTree:/efi/platform/StartupPowerEvents: 0x0
    22/03/14 11:01:03,000 kernel[0]: IOPPF: XCPM mode
    22/03/14 11:01:03,000 kernel[0]: IOPPF: Sent cpu-plimit-notification last value 18 (rounded time weighted average 18)
    22/03/14 11:01:03,000 kernel[0]: IOPPF: Sent cpu-idle-plimit-notification last value 60 (rounded time weighted average 60)
    22/03/14 11:01:03,000 kernel[0]: save_ddr_phy_regs: saving 127 DDR PHY shmoo-calibrated registers
    22/03/1

  • Oracle 10.2.0.4.3 - Statspack top 5 timed events show resmgr:become active

    Hello All,
    In my statspack I am seeing resmgr:decome active 20,009 seconds waiting. We have 8 queue tables and 8 resource group. Is this resource group or queue tables are causing this wait??
    Top 5 Timed Events Avg %Total
    ~~~~~~~~~~~~~~~~~~ wait Call
    Event Waits Time (s) (ms) Time
    resmgr:become active 1,189 20,009 16828 97.4
    CPU time 141 .7
    control file sequential read 29,319 74 3 .4
    os thread startup 73 59 803 .3
    DFS lock handle 527 55 104 .3
    Regards,
    Rashida

    You should have a look to the bug #6774317 if that applies to your case.
    Nicolas.

  • Adaptec 3405 / Quantum LTO-4 abend

    I am running netware 6.5 Sp6 with Backup Exec 9.2. I am replacing an Quantum LTO-2 drive with an Quantum LTO-4 SAS drive with an Adaptec 3405 controler.
    I am able to get about 10GB into the backup and then it abends the server. Here is some of the abend output. Any help would be appreciated. Thank you in advance. [email protected]
    Server MILLIES1A halted Saturday, July 24, 2010 12:09:07.770 pm
    Abend 1 on P01: Server-5.70.06: Page Fault Processor Exception (Error code 00000002)
    Registers:
    CS = 0008 DS = 0010 ES = 0010 FS = 0010 GS = 0010 SS = 0010
    EAX = 00000000 EBX = 8962AF20 ECX = 048AC4B8 EDX = 00000000
    ESI = 002041E8 EDI = 002041E8 EBP = 048B1494 ESP = 8A18EEAC
    EIP = A4B2AD63 FLAGS = 00010082
    A4B2AD63 895044 MOV [EAX+44]=?, EDX
    EIP in AACRAID.HAM at code start +0000ED63h
    Access Location: 0x00000044
    The violation occurred while processing the following instruction:
    A4B2AD63 895044 MOV [EAX+44], EDX
    A4B2AD66 89D0 MOV EAX, EDX
    A4B2AD68 8B5348 MOV EDX, [EBX+48]
    A4B2AD6B 895048 MOV [EAX+48], EDX
    A4B2AD6E 3B1E CMP EBX, [ESI]
    A4B2AD70 750B JNZ A4B2AD7D
    A4B2AD72 3B5B44 CMP EBX, [EBX+44]
    A4B2AD75 7534 JNZ A4B2ADAB
    A4B2AD77 C70600000000 MOV [ESI], 00000000
    A4B2AD7D C7434400000000 MOV [EBX+44], 00000000
    Running process: Interrupt service routine (nested count 2)
    Interrupted process: Processor 1: IDLE Thread Process
    Thread Owned by NLM: SERVER.NLM
    Stack pointer: 8A18EFB8
    OS Stack limit: 8A18D000
    CPU 1 (Thread 8A18C580) is in a NO SLEEP state
    Scheduling priority: 67371008
    Wait state: 3031111 Intermedidate Goto READY
    Additional Information:
    The hardware detected a problem while executing an interrupt service routine. The code being executed is owned by AACRAID.HAM. It may be the source of the problem or there may have been a memory corruption.
    Stack Walk
    Current EIP: A4B2AD63 AACRAID.HAM|DequeueHACB+33
    Stack Contents
    8A18EEB8 A4B2B64D AACRAID.HAM|NWSendSrbFibCallback+55
    8A18EEBC 002041E8 00000000 00000000 00000000 8962CB20 ............ Kb.
    8A18EEC0 8962AF20 5A29001F 00000000 00000052 02170001 ..)Z....R.......
    8A18EEE4 A4B1F6ED AACRAID.HAM|RxGetMessageQueueCompletedFib+51
    8A18EEE8 0491CD20 00000000 00000000 8962AF20 048B1494 ........ /b.....
    8A18EEEC 048B1494 00000000 0028030C 00FE5318 048B94C0 ......(..S~.@...
    8A18EEFC A4B1F360 AACRAID.HAM|RxPciIsr+8C
    8A18EF00 0000000A
    8A18EF04 01080260 00000000 0000000B 00000006 00FE5318 .............S~.
    8A18EF08 00FC7540 00FE52C0 00000006 00000006 0000000B @R~.............
    8A18EF18 A4B239AA AACRAID.HAM|HAMIsr+8A
    8A18EF1C 0000000A
    8A18EF20 01080260 00000000 0000000B 00000006 00FE5318 .............S~.
    8A18EF24 00FC7540 00FE52C0 00000006 00000006 0000000B @R~.............
    8A18EF2C 8975FB1F NWPA.NLM|NPAISR+F
    8A18EF30 0000000A
    8A18EF38 001040C9 LOADER.NLM|kProcessProtectedModeInterrupt+39
    8A18EF3C 319698A0 01081D64 31969820 00000000 0000000F d... ..1........
    8A18EF4C 00103A27 LOADER.NLM|kProtectedModeInterruptContinue+5F
    8A18EF80 00000202
    EIP invalid.

    It is well known that AACRAID.HAM has problems with multiple CPUs and it
    is a long time that Adaptec has given up on provinding NetWare drivers.
    Such such, Ken's workaround is probably the only working option.
    Marcel Cox
    http://support.novell.com/forums
    Marcel Cox's Profile: http://forums.novell.com/member.php?userid=8

Maybe you are looking for

  • Automatic Account Determination for Sale order related PO

    Dear all, I am creating a purchase order with Account Assignment Category "C" (Sale Order).  The system asks for GL Account which I don't want the user to enter.  I would like to configure the GL account through automatic account determination.  In w

  • Mobile e-mail

    I have a basic phone and the 9.95 data plan. I want to use mobile e-mail. When I try to use it, it says my trial subscription has ended. It then wants me to 'buy' it. I thought it was free since I have a data plan. Am I missing something here??

  • Problem with .psd file includes multiple files.

    I'm trying to open a psd file. That file has multiple images in it. When I open the file all the images are in layers. Problem is I can only see first page in layers and even if I more layers around I can't get anything expect the first original page

  • Is there any integration between Payroll and AP or Cash Management?

    Hi All Is there any integration between Payroll and AP or Cash Management? Regards Rahman

  • Help with Line In for Sound Blas

    I have my Sound Blaster hooked up as usual to copy my cassettes to MP3s. I cannot get a Line In, and it is driving me crazy. I have unhooked everything and hooked it back up. I have the Line In hooked up to a cassette player. the Line Out hooked up t