Ask Different (Apple)
Q&A for power users of Apple hardware and software
Latest Questions
1
votes
1
answers
749
views
macOS Catalina hibernatemode 25 invalid?
(MacBook Pro 13" 2020 w/ macOS 10.15.5) I've always set hibernatemode to 25 for all my old Mac's (running OS 10.10.5) without a problem. However, setting hibernatemode to 25 on Catalina didn't seem to work, even when I turned off the Standby feature as suggested in this link: https://apple.stackexch...
(MacBook Pro 13" 2020 w/ macOS 10.15.5)
I've always set hibernatemode to 25 for all my old Mac's (running OS 10.10.5) without a problem. However, setting hibernatemode to 25 on Catalina didn't seem to work, even when I turned off the Standby feature as suggested in this link: https://apple.stackexchange.com/questions/352504/macos-mojave-hibernatemode-25-dark-wake-sleep-wake .
Whenever I open the lid, I see the login screen immediately; apparently it did not wake from a hibernation state. I checked the "Wake from" Console history and it showed several "Wake from Deep Idle" events; none of them was "Wake from Hibernate".
Is it possible to make Catalina hibernate?
isend
(191 rep)
Jul 7, 2020, 11:47 AM
• Last activity: Jul 21, 2025, 03:03 PM
4
votes
1
answers
233
views
Macbook is setup to hibernate immediately, but it hibernates after ~1hr delay both on AC & battery
I tried to change the settings to all sorts of scenarios, but the laptop just refuses to hibernate right away. I want it to bypass sleep/standby completely, and cut off power to RAM immediately (hibernate). I tried setting sleepdelayhigh/low and autopoweroffdelay to 0, with standby and autopoweroff...
I tried to change the settings to all sorts of scenarios, but the laptop just refuses to hibernate right away. I want it to bypass sleep/standby completely, and cut off power to RAM immediately (hibernate).
I tried setting sleepdelayhigh/low and autopoweroffdelay to 0, with standby and autopoweroff to 0. Didn't work.
Then I changed standby and autopoweroff to 1, but with 0 delay seconds. Again, didn't work.
Then I decided to change the delay to 60s. Didn't work.
I also experimented with hibernate 3 and 25.
It goes into hibernate after about 1 hour and I don't understand why it stays in sleep mode for so long.
Another problem that I have is I setup displaysleep to 5 mins with auto sleep to 30mins, but every time the display is switched off, it goes immediately to sleep. Insane! I had to go back to 15mins.
This is what I have right now, but like I said, it just doesn't hibernate after 60s. Neither on battery nor on AC.
standbydelaylow 60
standby 1
halfdim 1
hibernatefile /var/vm/sleepimage
powernap 0
gpuswitch 2
disksleep 10
standbydelayhigh 60
sleep 15
autopoweroffdelay 60
hibernatemode 25
autopoweroff 1
ttyskeepawake 1
displaysleep 15
highstandbythreshold 50
acwake 0
lidwake 1
user400338
(71 rep)
Dec 24, 2020, 12:08 PM
• Last activity: Jul 17, 2025, 05:03 AM
4
votes
1
answers
2207
views
After waking-up, how do you know if your mac was hibernating (fully powered off like Windows PC) and not sleeping?
Not sure if my Macbookpro Retina 2015 is waking up from sleep, safesleep or hibernation. I have enabled hibernatemode 25 (via terminal command: sudo pmset -a hibernatemode 25). pmset -g shows hibernatemode is indeed 25. Is this mode the equivalent of the Windows 7 hibernate and or, the hibernate but...
Not sure if my Macbookpro Retina 2015 is waking up from sleep, safesleep or hibernation.
I have enabled hibernatemode 25 (via terminal command: sudo pmset -a hibernatemode 25). pmset -g shows hibernatemode is indeed 25.
Is this mode the equivalent of the Windows 7 hibernate and or, the hibernate button on the 'Deepsleep' widget/mac app http://www.axoniclabs.com/DeepSleep/ or the other 'Deep Sleep' app's sleep button http://deepsleep.free.fr ?
questioner56
(347 rep)
May 22, 2016, 09:15 PM
• Last activity: Jul 14, 2025, 05:19 PM
10
votes
2
answers
11872
views
How to enable hibernation on M1 Mac
I am trying to enable hibernation (powering off the device) on an M1 Mac mini. The hibernation of an OS is the complete swapping of the main memory image of the OS onto a disk, followed by a complete poweroff of the machine. Upon the next power on, the OS will copy the image from disk to main memory...
I am trying to enable hibernation (powering off the device) on an M1 Mac mini. The hibernation of an OS is the complete swapping of the main memory image of the OS onto a disk, followed by a complete poweroff of the machine. Upon the next power on, the OS will copy the image from disk to main memory and recover execution to the same instruction the OS was previously executing. This is in no way a shutdown or a sleep of the OS. Thus the recovery is much faster for the OS and for all applications running ( see also how to hibernate or sleep Linux from the command line ).
Current power mode configuration of any Mac can be displayed with
pmset -g
command, and this command's output does not include a hibernatemode
entry. I try to enable hibernation with sudo pmset -a hibernatemode 25
where 25
indicates power-off hibernation. Unfortunately this doesn't power the device off because the power light is still on when I put the device to sleep. Curiously enough, running pmset -g
again still does not include a hibernatemode
entry.
Is hibernation removed in new M1 Macs or macOS Big Sur? If not, what is the correct way to enable it?
Ugur
(101 rep)
Mar 19, 2021, 08:53 PM
• Last activity: Jan 19, 2025, 07:40 PM
4
votes
4
answers
3090
views
Does macOS have hibernation where no power is used?
Does macOS have hibernation mode which works exactly like hibernation in Windows (RAM is saved to the disk and power is switched off)? When I use hibernation in macOS, computer still consumes energy. Is it possible to set it somehow, so that power is switched off after hibernation?
Does macOS have hibernation mode which works exactly like hibernation in Windows (RAM is saved to the disk and power is switched off)?
When I use hibernation in macOS, computer still consumes energy. Is it possible to set it somehow, so that power is switched off after hibernation?
Kornel Szymkiewicz
(141 rep)
Aug 28, 2021, 04:28 PM
• Last activity: Jul 2, 2023, 05:44 PM
9
votes
7
answers
26687
views
Macbook does not wake up properly after several hours of sleep
When I close my MacBook Pro in the evening, and then open it in the morning, the display is illuminated and the apple is bright but nothing is happening. So I need to push the power button to restart it. When it restarts, Google Chrome crashes and `virtualenv` is logged out. I thought that the probl...
When I close my MacBook Pro in the evening, and then open it in the morning, the display is illuminated and the apple is bright but nothing is happening. So I need to push the power button to restart it. When it restarts, Google Chrome crashes and
virtualenv
is logged out.
I thought that the problem is with hibernation so I set the hibernation to 0 in pmset
. My current pmset
parameters are as follows:
standbydelay 10800
standby 1
womp 1
halfdim 1
hibernatefile /var/vm/sleepimage
powernap 1
gpuswitch 2
networkoversleep 0
disksleep 10
sleep 1
autopoweroffdelay 86400
hibernatemode 0
autopoweroff 1
ttyskeepawake 1
displaysleep 10
acwake 0
lidwake 1
2018-10-05 12:50:03 -0700 Assertion status system-wide: BackgroundTask 0 ApplePushServiceTask 0 UserIsActive 1
PreventUserIdleDisplaySleep 0 PreventSystemSleep 0 ExternalMedia 0 PreventUserIdleSystemSleep 0 NetworkClientActive 0
Listed by owning process: pid 94(hidd): [0x0000000e00098030] 00:00:00
UserIsActive named:"com.apple.iohideventsystem.queue.tickle.4294968174.3" Timeout will fire in 600 secs Action=TimeoutActionRelease pid 188(mds_stores): [0x00000115000b80fd] 00:00:00
BackgroundTask named: "com.apple.metadata.mds_stores.power"
Kernel Assertions: 0x100=MAGICWAKE id=503 level=255 0x100=MAGICWAKE mod=31.12.1969, 16:00 description=en0 owner=en0
Idle sleep preventers: IODisplayWrangler
If I close the lid shortly everything is okay. Any ideas on what is going on?
doubts
(141 rep)
Sep 26, 2018, 10:55 AM
• Last activity: Apr 5, 2023, 02:29 AM
0
votes
2
answers
1386
views
How exactly could these commands to use MacBook in Clamshell Mode without a Power Adapter be dangerous? And how to revert them eventually?
I am trying use my macbook with an external device in Clamshell Mode without the power adapter. Hence, I am following [this tutorial][1]. The author gives, first, a GUI approach. Then, he suggests the following commands on terminal: ```bash pmset -g | grep hibernatemode sudo pmset -a sleep 0 sudo pm...
I am trying use my macbook with an external device in Clamshell Mode without the power adapter. Hence, I am following this tutorial .
The author gives, first, a GUI approach. Then, he suggests the following commands on terminal:
pmset -g | grep hibernatemode
sudo pmset -a sleep 0
sudo pmset -a hibernatemode 0
sudo pmset -a disablesleep 1
sudo pmset -a sleep 1
sudo pmset -a hibernatemode
sudo pmset -a disablesleep 0
The point that intrigues me the most is that before giving the instructions, he says:
> Note: I have not tested these commands because Apple recommends not changing the hibernatemode using the pmset command, and these commands do just that. However, these commands will disable your laptop’s sleep on lid-close trigger, so they should also solve the problem of being unable to use your laptop in clamshell mode without the power adapter. That said, use them at your own risk.
Hence, my doubts are:
1. Why does Apple not recommend tweaking hibernate-mode with the pmset command?
2. What could go wrong? Why is it dangerous?
3. If something bad happens, is it possible to revert the problem? And how to do it?
Pedro Delfino
(325 rep)
Jan 21, 2023, 01:50 PM
• Last activity: Jan 21, 2023, 04:18 PM
0
votes
0
answers
32
views
MBP Mid 2010 won't hibernate, runs battery dead
I have a mid 2010 running High Sierra and it won't hibernate (or safe sleep? I'm confused on the right term). When I close the lid it goes into standby as you would expect, but it never goes into sleep or hibernate. As a result the RAM runs the battery completely dead in a day or so, like so dead th...
I have a mid 2010 running High Sierra and it won't hibernate (or safe sleep? I'm confused on the right term).
When I close the lid it goes into standby as you would expect, but it never goes into sleep or hibernate. As a result the RAM runs the battery completely dead in a day or so, like so dead that sometimes I have to reset my system clock. The only way to prevent this is to actually shut the computer down before closing the lid. When I run
pmset -G
in terminal, this is what I get, but I don't know what it means, specifically the part about "(sleep prevented by storedownloadd, UserEventAgent)".
womp 1
halfdim 1
sms 1
hibernatefile /var/vm/sleepimage
gpuswitch 2
networkoversleep 0
disksleep 10
sleep 0 (sleep prevented by storedownloadd, UserEventAgent)
hibernatemode 3
ttyskeepawake 1
displaysleep 15
acwake 0
lidwake 1
I'd like to figure this out so that I don't have to fully shut down the computer every time it is going to be off for more than a day, when I forget it completely drains the battery and it has already led to the early death of one battery. I'd like for it to not destroy my new battery as well. Any advice would be greatly appreciated.
jk651
(1 rep)
Aug 15, 2022, 07:57 PM
• Last activity: Aug 15, 2022, 10:39 PM
2
votes
0
answers
832
views
How to set MacBook Pro to eventuallly fully hibernate if on battery
I have a MacBook Pro (16-inch, 2019) with macOS Monterey 12.4. Here are my battery settings: [![Battery settings screenshot when charging][1]][1] When unplugged: [![Battery settings screenshot when unplugged][2]][2] During the week, I use it (with its lid closed) plugged in via USB-C to my Dell U432...
I have a MacBook Pro (16-inch, 2019) with macOS Monterey 12.4.
Here are my battery settings:
When unplugged:
During the week, I use it (with its lid closed) plugged in via USB-C to my Dell U4320Q display, which charges it.
On the weekend, sometimes I unplug it (and its lid remains closed).
Why does it then drain the battery?
I'd think that after some amount of time being unplugged with its lid closed (maybe after 30 mins) it would automatically switch into a full hibernation and not use any battery power at all.
I ran


pmset -g | grep hibernatemode
from https://apple.stackexchange.com/a/426449/53510 and the result was hibernatemode 3
.
pmset -g
System-wide power settings:
Currently in use:
lidwake 1
lowpowermode 0
standbydelayhigh 86400
standbydelaylow 10800
standby 1
proximitywake 1
ttyskeepawake 1
hibernatemode 3
powernap 1
gpuswitch 2
hibernatefile /var/vm/sleepimage
highstandbythreshold 50
womp 1
displaysleep 10
networkoversleep 0
sleep 1
acwake 0
halfdim 1
tcpkeepalive 1
disksleep 10
What settings should I change (and how) so that it will behave how I expected?
P.S. I've also already seen this and these very old questions:
- https://apple.stackexchange.com/questions/51725/do-macbooks-have-a-true-hibernate-option
- https://apple.stackexchange.com/questions/126669/how-to-add-hibernate-mode-to-macbook-pro
- https://apple.stackexchange.com/questions/192154/only-hibernate-when-closing-the-lid-display-sleep-otherwise?rq=1
Ryan
(1645 rep)
Jul 18, 2022, 02:17 PM
• Last activity: Jul 18, 2022, 05:39 PM
0
votes
0
answers
52
views
How to enable hibernation on M1 Mac Mini?
I did some research and found materials saying that Mac mini has this feature but I can't find it in pmset. There was an entry on changelog that big sur added hibernation. [![pmset][1]][1] [1]: https://i.sstatic.net/PudTT.png Notes: A related but different problem is here: https://apple.stackexchang...
I did some research and found materials saying that Mac mini has this feature but I can't find it in pmset. There was an entry on changelog that big sur added hibernation.
Notes:
A related but different problem is here: https://apple.stackexchange.com/questions/416108/how-to-enable-hibernation-on-m1-mac
This problem is likely about macbook instead of mac mini. This is really not the same problem.
The reason why I want to enable hibernation mode on mac mini, which usually has a stable wall power and thus make hibernation mode pointless, is that I use my mac mini as a portable device, breaking this assumption.

porkier-pang-0f
(1 rep)
Jul 11, 2022, 01:36 PM
• Last activity: Jul 15, 2022, 11:53 AM
1
votes
1
answers
1689
views
Is there a keyboard shortcut for hibernate now a Mac, without changing power settings?
**Question Details:** Is it possible to make your macbookpro retina (2015) to hibernate (hibernate mode 25 i.e. fully powered off) via a shortcut? I still want it to go to sleep (the usual default safesleep) when closing the lid. Put differently: I would like to achieve the same settings that I had...
**Question Details:**
Is it possible to make your macbookpro retina (2015) to hibernate (hibernate mode 25 i.e. fully powered off) via a shortcut? I still want it to go to sleep (the usual default safesleep) when closing the lid. Put differently: I would like to achieve the same settings that I had on Windows.
**Windows setting:**
On my Windows (7) laptop, besides shutdown and restart, I have the option of 2 settings: sleep or hibernate. Either pressing the sleep button on my keyboard or hibernating via the start menu (by pressing the start menu, clicking the right direction button and then clicking the "Hibernate" button). Neither method requires me to close the laptop lid.
**Apple Mac OS Assumption:**
I am under the impression that Mac OS has the ability to hibernate just like a Windows PC - i.e. totally powered off. In order to trigger this, I must first enable this feature [sudo pmset -a hibernatemode 25] and then trigger it by closing the lid. Please correct me if I'm mistaken about this. If I'm not mistaken, please see below:
**Situation:**
I've just started using a Macbookpro (V10.10). I like how it goes to sleep when closing the lid. However, I would like the option to hibernate via a button/keybaord shortcut. I understand I can change the hibernate mode to hibernate 25 via pmset. However, this makes the macbook go to hibernate whenever I close the lid - I don't want it to hibernate when closing the lid, rather just hibernate via a button/shortcut.
questioner56
(347 rep)
May 22, 2016, 01:54 PM
• Last activity: May 23, 2022, 04:42 PM
2
votes
4
answers
3462
views
Do the intel Macbooks have an option for Hibernation?
I noticed that Big Sur 12.3 update notes mention that Hibernation support has been added for M1 Macs. I have an intel MacBook Pro and have never noticed an option to Hibernate. In contrast to Windows machines, In Intel Macs the only available options are are Sleep, Shutdown, and Restart.
I noticed that Big Sur 12.3 update notes mention that Hibernation support has been added for M1 Macs. I have an intel MacBook Pro and have never noticed an option to Hibernate.
In contrast to Windows machines, In Intel Macs the only available options are are Sleep, Shutdown, and Restart.
SkV
(23 rep)
Apr 27, 2021, 12:07 AM
• Last activity: May 23, 2022, 02:55 PM
3
votes
2
answers
853
views
What is the safest way to leave my MacBook on 24/7 with macOS Mojave?
I used to use `sudo pmset -a hibernatemode 25` to try setting my MacBook to hibernate instead of sleep, so that it pulls power away from the RAM/hard drives, etc. and puts the laptop into a proper sleep. A few major updates ago (maybe El Capitan), `pmset ... 25` no longer worked to set my MacBook in...
I used to use
sudo pmset -a hibernatemode 25
to try setting my MacBook to hibernate instead of sleep, so that it pulls power away from the RAM/hard drives, etc. and puts the laptop into a proper sleep. A few major updates ago (maybe El Capitan), pmset ... 25
no longer worked to set my MacBook into hibernate/safe sleep. I'm using a MacBook 13" from 2017. Is hibernate no longer supported on this model?
After hearing about the defect in the 15-inch MacBooks from 2017, I have to admit that I'm concerned they'll find an issue with 13-inch MacBooks as well, and I want to be as safe as possible.
I use a lot of applications whose state needs to be maintained across many days for development and testing, so shutting down my computer every day is not efficient nor is it a viable option.
Here is my pmset -g custom
after running sudo pmset -a hibernatemode 25
to try enabling hibernate mode again:
-g custom
Battery Power:
lidwake 1
autopoweroff 1
standbydelayhigh 86400
autopoweroffdelay 28800
proximitywake 0
standby 1
standbydelaylow 10800
ttyskeepawake 1
highstandbythreshold 50
powernap 0
gpuswitch 2
hibernatefile /var/vm/sleepimage
hibernatemode 25
displaysleep 5
sleep 180
tcpkeepalive 1
halfdim 1
acwake 0
lessbright 1
disksleep 10
AC Power:
lidwake 1
autopoweroff 1
standbydelayhigh 86400
autopoweroffdelay 28800
proximitywake 1
standby 1
standbydelaylow 10800
ttyskeepawake 1
hibernatemode 25
powernap 1
gpuswitch 2
hibernatefile /var/vm/sleepimage
highstandbythreshold 50
womp 1
displaysleep 10
networkoversleep 0
sleep 10
tcpkeepalive 1
halfdim 1
acwake 0
disksleep 10
-g cap
Capabilities for AC Power:
displaysleep
disksleep
sleep
womp
acwake
lidwake
halfdim
gpuswitch
standby
standbydelayhigh
standbydelaylow
highstandbythreshold
powernap
ttyskeepawake
hibernatemode
hibernatefile
autopoweroff
tcpkeepalive
autopoweroffdelay
proximitywake
NobleUplift
(382 rep)
Aug 14, 2019, 02:45 PM
• Last activity: May 23, 2022, 10:51 AM
5
votes
2
answers
3282
views
M1 MacBook runs out of battery while sleeping
My MacBook(MacBook Pro M1 Max 16-inch, 2021, Monterey v12.0.1) runs out of battery while sleeping. When I run pmset -g log the following log appears repeatedly while sleeping. I unchecked Contact in iCloud settings. But this didn't work. Every Monday the battery is completely drained again. What is...
My MacBook(MacBook Pro M1 Max 16-inch, 2021, Monterey v12.0.1) runs out of battery while sleeping. When I run
pmset -g log
the following log appears repeatedly while sleeping.
I unchecked Contact in iCloud settings. But this didn't work.
Every Monday the battery is completely drained again.
What is the cause and how to fix it?
I turned off "Wake for network access" setting.
And I ran the commands below.
DriverReason:smc.70070000 - DriverDetails:
DriverReason:wifibt - DriverDetails:
DriverReason:bluetooth-pcie - DriverDetails:
2022-01-15 10:23:00 +0900 HibernateStats hibmode=3 standbydelaylow=0 standbydelayhigh=0 15321
2022-01-15 10:23:00 +0900 WakeTime WakeTime: 0.164 sec
2022-01-15 10:23:00 +0900 Kernel Client Acks Delays to Sleep notifications: [AppleH13CamIn driver is slow(msg: SetState to 0)(103 ms)] [AppleH13CamIn driver is slow(msg: SetState to 1)(1070 ms)] [AppleH13CamIn driver is slow(msg: SetState to 0)(109 ms)] [H11ANEIn driver is slow(msg: SetState to 0)(112 ms)]
2022-01-15 10:23:00 +0900 Kernel Client Acks Delays to Wake notifications: [Codec Output driver is slow(msg: DidChangeState to 1)(52 ms)] [RTBuddyV2 driver is slow(msg: SetState to 2)(101 ms)] [AppleMultiFunctionManager driver is slow(msg: SetState to 1)(129 ms)] [AppleConvergedIPCOLYBTControl driver is slow(msg: SetState to 1)(125 ms)] [RTBuddyV2 driver is slow(msg: SetState to 2)(162 ms)] [AppleBCMWLANCore driver is slow(msg: SetState to 1)(61 ms)] [AppleH13CamIn driver is slow(msg: SetState to 1)(1094 ms)] [Codec Output driver is slow(msg: DidChangeState to 1)(52 ms)] [RTBuddyV2 driver is slow(msg: SetState to 2)(103 ms)] [AppleMultiFunctionManager driver is slow(msg: SetState to 1)(129 ms)] [AppleConvergedIPCOLYBTControl driver is slow(msg: SetState to 1)(125 ms)] [RTBuddyV2 driver is slow(msg: SetState to 2)(163 ms)] [Codec Output driver is slow(msg: DidChangeState to 1)(51 ms)] [RTBuddyV2 driver is slow(msg: SetState to 2)(103 ms)] [AppleMultiFunctionManager driver is slow(msg: SetState to 1)(131 ms)] [AppleConvergedIPCOLYBTControl driver is slow(msg: SetState to 1)(128 ms)] [RTBuddyV2 driver is slow(msg: SetState to 2)(160 ms)] [Codec Output driver is slow(msg: DidChangeState to 1)(52 ms)] [RTBuddyV2 driver is slow(msg: SetState to 2)(102 ms)] [AppleMultiFunctionManager driver is slow(msg: SetState to 1)(134 ms)] [AppleConvergedIPCOLYBTControl driver is slow(msg: SetState to 1)(127 ms)] [RTBuddyV2 driver is slow(msg: SetState to 2)(160 ms)] [AppleBCMWLANCore driver is slow(msg: SetState to 1)(65 ms)] [Codec Output driver is slow(msg: DidChangeState to 1)(51 ms)] [RTBuddyV2 driver is slow(msg: SetState to 2)(102 ms)] [AppleConvergedIPCOLYBTControl driver is slow(msg: SetState to 1)(123 ms)] [AppleMultiFunctionManager driver is slow(msg: SetState to 1)(128 ms)] [RTBuddyV2 driver is slow(msg: SetState to 2)(161 ms)] [AppleBCMWLANCore driver is slow(msg: SetState to 1)(58 ms)] [Codec Output driver is slow(msg: DidChangeState to 1)(51 ms)] [RTBuddyV2 driver is slow(msg: SetState to 2)(102 ms)] [AppleMultiFunctionManager driver is slow(msg: SetState to 1)(129 ms)] [AppleConvergedIPCOLYBTControl driver is slow(msg: SetState to 1)(124 ms)] [RTBuddyV2 driver is slow(msg: SetState to 2)(163 ms)] [AppleBCMWLANCore driver is slow(msg: SetState to 1)(68 ms)] [Codec Output driver is slow(msg: DidChangeState to 1)(50 ms)] [RTBuddyV2 driver is slow(msg: SetState to 2)(103 ms)] [AppleMultiFunctionManager driver is slow(msg: SetState to 1)(129 ms)] [AppleConvergedIPCOLYBTControl driver is slow(msg: SetState to 1)(125 ms)] [RTBuddyV2 driver is slow(msg: SetState to 2)(159 ms)] [AppleBCMWLANCore driver is slow(msg: SetState to 1)(61 ms)] [AppleSN012776Amp driver is slow(msg: SetState to 1)(54 ms)] [Codec Output driver is slow(msg: DidChangeState to 1)(52 ms)] [RTBuddyV2 driver is slow(msg: SetState to 2)(103 ms)] [AppleMultiFunctionManager driver is slow(msg: SetState to 1)(134 ms)] [AppleConvergedIPCOLYBTControl driver is slow(msg: SetState to 1)(125 ms)]
2022-01-15 10:23:02 +0900 Assertions PID 263(mDNSResponder) Released MaintenanceWake "mDNSResponder:maintenance" 00:00:01 id:0x0xd00009c70 [System: PrevIdle SysAct SRPrevSleep IPushSrvc kCPU]
2022-01-15 10:23:45 +0900 Assertions PID 111(powerd) Released InternalPreventSleep "PM configd - Wait for Device enumeration" 00:00:45 id:0x0xd00009c71 [System: SysAct]
2022-01-15 10:23:45 +0900 Sleep Entering Sleep state due to 'Maintenance Sleep':TCPKeepAlive=active Using Batt (Charge:26%) 8 secs
2022-01-15 10:23:47 +0900 Wake Requests [*process=mDNSResponder request=Maintenance deltaSecs=5353 wakeAt=2022-01-15 11:53:00 info="DHCP lease renewal"] [process=powerd request=TCPKATurnOff deltaSecs=246616 wakeAt=2022-01-18 06:54:03]
2022-01-15 10:23:47 +0900 PM Client Acks Delays to Sleep notifications: [com.apple.bluetooth.sleep is slow(1540 ms)]
2022-01-15 10:23:53 +0900 Assertions PID 263(mDNSResponder) Created MaintenanceWake "mDNSResponder:maintenance" 00:00:00 id:0x0xd00009c7f [System: SysAct]
2022-01-15 10:23:53 +0900 Assertions PID 111(powerd) Created InternalPreventSleep "PM configd - Wait for Device enumeration" 00:00:00 id:0x0xd00009c80 [System: SysAct]
2022-01-15 10:23:53 +0900 DarkWake DarkWake from Deep Idle [CDN] : due to SMC.OutboxNotEmpty smc.70070000 wifibt bluetooth-pcie/ Using BATT (Charge:26%) 45 secs
2022-01-15 10:23:53 +0900 WakeDetails DriverReason:SMC.OutboxNotEmpty - DriverDetails:
DriverReason:smc.70070000 - DriverDetails:
DriverReason:wifibt - DriverDetails:
DriverReason:bluetooth-pcie - DriverDetails:
2022-01-15 10:23:53 +0900 HibernateStats hibmode=3 standbydelaylow=0 standbydelayhigh=0 15322
2022-01-15 10:23:53 +0900 WakeTime WakeTime: 0.182 sec
2022-01-15 10:23:53 +0900 Kernel Client Acks Delays to Sleep notifications: [AppleH13CamIn driver is slow(msg: SetState to 0)(103 ms)] [AppleH13CamIn driver is slow(msg: SetState to 1)(1070 ms)] [AppleH13CamIn driver is slow(msg: SetState to 0)(109 ms)] [H11ANEIn driver is slow(msg: SetState to 0)(112 ms)]
2022-01-15 10:23:53 +0900 Kernel Client Acks Delays to Wake notifications: [Codec Output driver is slow(msg: DidChangeState to 1)(52 ms)] [RTBuddyV2 driver is slow(msg: SetState to 2)(101 ms)] [AppleMultiFunctionManager driver is slow(msg: SetState to 1)(129 ms)] [AppleConvergedIPCOLYBTControl driver is slow(msg: SetState to 1)(125 ms)] [RTBuddyV2 driver is slow(msg: SetState to 2)(162 ms)] [AppleBCMWLANCore driver is slow(msg: SetState to 1)(61 ms)] [AppleH13CamIn driver is slow(msg: SetState to 1)(1094 ms)] [Codec Output driver is slow(msg: DidChangeState to 1)(52 ms)] [RTBuddyV2 driver is slow(msg: SetState to 2)(103 ms)] [AppleMultiFunctionManager driver is slow(msg: SetState to 1)(129 ms)] [AppleConvergedIPCOLYBTControl driver is slow(msg: SetState to 1)(125 ms)] [RTBuddyV2 driver is slow(msg: SetState to 2)(163 ms)] [Codec Output driver is slow(msg: DidChangeState to 1)(51 ms)] [RTBuddyV2 driver is slow(msg: SetState to 2)(103 ms)] [AppleMultiFunctionManager driver is slow(msg: SetState to 1)(131 ms)] [AppleConvergedIPCOLYBTControl driver is slow(msg: SetState to 1)(128 ms)] [RTBuddyV2 driver is slow(msg: SetState to 2)(160 ms)] [Codec Output driver is slow(msg: DidChangeState to 1)(52 ms)] [RTBuddyV2 driver is slow(msg: SetState to 2)(102 ms)] [AppleMultiFunctionManager driver is slow(msg: SetState to 1)(134 ms)] [AppleConvergedIPCOLYBTControl driver is slow(msg: SetState to 1)(127 ms)] [RTBuddyV2 driver is slow(msg: SetState to 2)(160 ms)] [AppleBCMWLANCore driver is slow(msg: SetState to 1)(65 ms)] [Codec Output driver is slow(msg: DidChangeState to 1)(51 ms)] [RTBuddyV2 driver is slow(msg: SetState to 2)(102 ms)] [AppleConvergedIPCOLYBTControl driver is slow(msg: SetState to 1)(123 ms)] [AppleMultiFunctionManager driver is slow(msg: SetState to 1)(128 ms)] [RTBuddyV2 driver is slow(msg: SetState to 2)(161 ms)] [AppleBCMWLANCore driver is slow(msg: SetState to 1)(58 ms)] [Codec Output driver is slow(msg: DidChangeState to 1)(51 ms)] [RTBuddyV2 driver is slow(msg: SetState to 2)(102 ms)] [AppleMultiFunctionManager driver is slow(msg: SetState to 1)(129 ms)] [AppleConvergedIPCOLYBTControl driver is slow(msg: SetState to 1)(124 ms)] [RTBuddyV2 driver is slow(msg: SetState to 2)(163 ms)] [AppleBCMWLANCore driver is slow(msg: SetState to 1)(68 ms)] [Codec Output driver is slow(msg: DidChangeState to 1)(50 ms)] [RTBuddyV2 driver is slow(msg: SetState to 2)(103 ms)] [AppleMultiFunctionManager driver is slow(msg: SetState to 1)(129 ms)] [AppleConvergedIPCOLYBTControl driver is slow(msg: SetState to 1)(125 ms)] [RTBuddyV2 driver is slow(msg: SetState to 2)(159 ms)] [AppleBCMWLANCore driver is slow(msg: SetState to 1)(61 ms)] [AppleSN012776Amp driver is slow(msg: SetState to 1)(54 ms)] [Codec Output driver is slow(msg: DidChangeState to 1)(52 ms)] [RTBuddyV2 driver is slow(msg: SetState to 2)(103 ms)] [AppleMultiFunctionManager driver is slow(msg: SetState to 1)(134 ms)] [AppleConvergedIPCOLYBTControl driver is slow(msg: SetState to 1)(125 ms)]
2022-01-15 10:23:53 +0900 Assertions PID 263(mDNSResponder) Released MaintenanceWake "mDNSResponder:maintenance" 00:00:00 id:0x0xd00009c7f [System: PrevIdle SysAct SRPrevSleep IPushSrvc kCPU]
2022-01-15 10:24:08 +0900 Assertions PID 852(SubmitDiagInfo) Released PreventUserIdleSystemSleep "com.apple.SubmitDiagInfo" 00:00:14 id:0x0x100009c88 [System: SysAct SRPrevSleep kCPU]
2022-01-15 10:24:13 +0900 Assertions PID 75336(runningboardd) Created SystemIsActive "xpcservice:35840])>75336-35840-2200:[news.widget-336D4E9ACAFE]" 00:00:00 id:0x0xc00009c94 [System: SysAct SRPrevSleep kCPU]
2022-01-15 10:24:14 +0900 Assertions PID 75336(runningboardd) Created SystemIsActive "daemon75336-40629-2201:com.apple.CFNetwork.StorageDB" 00:00:00 id:0x0xc00009c95 [System: SysAct SRPrevSleep kCPU]
2022-01-15 10:24:15 +0900 Assertions PID 75336(runningboardd) Released SystemIsActive "daemon75336-40629-2201:com.apple.CFNetwork.StorageDB" 00:00:01 id:0x0xc00009c95 [System: SysAct SRPrevSleep kCPU]
2022-01-15 10:24:15 +0900 Assertions PID 75336(runningboardd) Released SystemIsActive "xpcservice:35840])>75336-35840-2202:[news.widget-336D4E9ACAFE]" 00:00:02 id:0x0xc00009c94 [System: SysAct SRPrevSleep kCPU]
2022-01-15 10:24:22 +0900 Assertions PID 140(apsd) Released ApplePushServiceTask "com.apple.apsd-recreatecourierstate-push.apple.com" 00:00:10 id:0x0xb00009c93 [System: SysAct SRPrevSleep kCPU]
2022-01-15 10:24:38 +0900 Assertions PID 111(powerd) Released InternalPreventSleep "PM configd - Wait for Device enumeration" 00:00:45 id:0x0xd00009c80 [System: SysAct]
2022-01-15 10:24:38 +0900 Sleep Entering Sleep state due to 'Maintenance Sleep':TCPKeepAlive=active Using Batt (Charge:25%) 7 secs
2022-01-15 10:24:39 +0900 Wake Requests [*process=mDNSResponder request=Maintenance deltaSecs=5306 wakeAt=2022-01-15 11:53:06 info="DHCP lease renewal"] [process=powerd request=TCPKATurnOff deltaSecs=246564 wakeAt=2022-01-18 06:54:03]
2022-01-15 10:24:39 +0900 PM Client Acks Delays to Sleep notifications: [com.apple.bluetooth.sleep is slow(1547 ms)]
2022-01-15 10:24:45 +0900 Assertions PID 263(mDNSResponder) Created MaintenanceWake "mDNSResponder:maintenance" 00:00:00 id:0x0xd00009c98 [System: SysAct]
2022-01-15 10:24:45 +0900 Assertions PID 111(powerd) Created InternalPreventSleep "PM configd - Wait for Device enumeration" 00:00:00 id:0x0xd00009c99 [System: SysAct]
2022-01-15 10:24:45 +0900 DarkWake DarkWake from Deep Idle [CDN] : due to SMC.OutboxNotEmpty smc.70070000 wifibt bluetooth-pcie/ Using BATT (Charge:25%) 45 secs
2022-01-15 10:24:45 +0900 WakeDetails DriverReason:SMC.OutboxNotEmpty - DriverDetails:
Is the problem "Wake for network access" setting?

$ sudo pmset -b tcpkeepalive 0
$ sudo pmset -b standbydelaylow 3600
$ sudo pmset -b standbydelayhigh 3600
Since then, the log has been changed as follows.
It still seems like something wakes up every minute though.
DriverReason:nub-spmi0.0x02 - DriverDetails:
DriverReason:rtc - DriverDetails:
2022-01-16 12:10:35 +0900 HibernateStats hibmode=3 standbydelaylow=0 standbydelayhigh=0 15748
2022-01-16 12:10:35 +0900 WakeTime WakeTime: 0.154 sec
2022-01-16 12:10:35 +0900 Kernel Client Acks Delays to Sleep notifications: [AppleH13CamIn driver is slow(msg: SetState to 1)(1067 ms)] [AppleBCMWLANCore driver is slow(msg: SetState to 0)(97 ms)]
2022-01-16 12:10:35 +0900 Kernel Client Acks Delays to Wake notifications: [Codec Output driver is slow(msg: DidChangeState to 1)(52 ms)] [RTBuddyV2 driver is slow(msg: SetState to 2)(103 ms)] [AppleConvergedIPCOLYBTControl driver is slow(msg: SetState to 1)(126 ms)] [AppleMultiFunctionManager driver is slow(msg: SetState to 1)(130 ms)] [RTBuddyV2 driver is slow(msg: SetState to 2)(160 ms)] [AppleBCMWLANCore driver is slow(msg: SetState to 0)(98 ms)] [Codec Output driver is slow(msg: DidChangeState to 1)(53 ms)] [RTBuddyV2 driver is slow(msg: SetState to 2)(103 ms)] [AppleMultiFunctionManager driver is slow(msg: SetState to 1)(132 ms)] [AppleConvergedIPCOLYBTControl driver is slow(msg: SetState to 1)(128 ms)] [RTBuddyV2 driver is slow(msg: SetState to 2)(156 ms)] [AppleBCMWLANCore driver is slow(msg: SetState to 0)(100 ms)] [Codec Output driver is slow(msg: DidChangeState to 1)(51 ms)] [RTBuddyV2 driver is slow(msg: SetState to 2)(102 ms)] [AppleConvergedIPCOLYBTControl driver is slow(msg: SetState to 1)(126 ms)] [AppleMultiFunctionManager driver is slow(msg: SetState to 1)(132 ms)] [RTBuddyV2 driver is slow(msg: SetState to 2)(159 ms)] [AppleBCMWLANCore driver is slow(msg: SetState to 0)(98 ms)] [Codec Output driver is slow(msg: DidChangeState to 1)(52 ms)] [RTBuddyV2 driver is slow(msg: SetState to 2)(103 ms)] [AppleMultiFunctionManager driver is slow(msg: SetState to 1)(132 ms)] [AppleConvergedIPCOLYBTControl driver is slow(msg: SetState to 1)(127 ms)] [RTBuddyV2 driver is slow(msg: SetState to 2)(158 ms)] [AppleBCMWLANCore driver is slow(msg: SetState to 0)(105 ms)] [Codec Output driver is slow(msg: DidChangeState to 1)(53 ms)] [RTBuddyV2 driver is slow(msg: SetState to 2)(103 ms)] [AppleMultiFunctionManager driver is slow(msg: SetState to 1)(133 ms)] [AppleConvergedIPCOLYBTControl driver is slow(msg: SetState to 1)(128 ms)] [RTBuddyV2 driver is slow(msg: SetState to 2)(160 ms)] [AppleBCMWLANCore driver is slow(msg: SetState to 0)(99 ms)] [Codec Output driver is slow(msg: DidChangeState to 1)(51 ms)] [RTBuddyV2 driver is slow(msg: SetState to 2)(103 ms)] [AppleMultiFunctionManager driver is slow(msg: SetState to 1)(134 ms)] [AppleConvergedIPCOLYBTControl driver is slow(msg: SetState to 1)(129 ms)] [RTBuddyV2 driver is slow(msg: SetState to 2)(155 ms)] [AppleBCMWLANCore driver is slow(msg: SetState to 0)(100 ms)] [Codec Output driver is slow(msg: DidChangeState to 1)(51 ms)] [RTBuddyV2 driver is slow(msg: SetState to 2)(102 ms)] [AppleMultiFunctionManager driver is slow(msg: SetState to 1)(132 ms)] [AppleConvergedIPCOLYBTControl driver is slow(msg: SetState to 1)(127 ms)] [RTBuddyV2 driver is slow(msg: SetState to 2)(159 ms)] [AppleBCMWLANCore driver is slow(msg: SetState to 0)(104 ms)] [Codec Output driver is slow(msg: DidChangeState to 1)(52 ms)] [RTBuddyV2 driver is slow(msg: SetState to 2)(102 ms)] [AppleConvergedIPCOLYBTControl driver is slow(msg: SetState to 1)(129 ms)] [AppleMultiFunctionManager driver is slow(msg: SetState to 1)(135 ms)] [RTBuddyV2 driver is slow(msg: SetState to 2)(159 ms)] [AppleBCMWLANCore driver is slow(msg: SetState to 0)(108 ms)]
2022-01-16 12:10:35 +0900 Assertions PID 240(mDNSResponder) Released MaintenanceWake "mDNSResponder:maintenance" 00:00:00 id:0x0xd00008d9d [System: PrevIdle SRPrevSleep kCPU]
2022-01-16 12:10:51 +0900 Assertions PID 140(apsd) Released InteractivePushServiceTask "com.apple.apsd-requestkeepaliveproxy-push.apple.com" 00:00:16 id:0x0x1200008d9b [System: SRPrevSleep kCPU]
2022-01-16 12:11:20 +0900 Assertions PID 111(powerd) Released InternalPreventSleep "PM configd - Wait for Device enumeration" 00:00:45 id:0x0xd00008d9e [System: No Assertions]
2022-01-16 12:11:20 +0900 Sleep Entering Sleep state due to 'Maintenance Sleep':TCPKeepAlive=disabled Using Batt (Charge:76%) 1 secs
2022-01-16 12:11:21 +0900 Assertions PID 240(mDNSResponder) Created MaintenanceWake "mDNSResponder:maintenance" 00:00:00 id:0x0xd00008da5 [System: No Assertions]
2022-01-16 12:11:21 +0900 Assertions PID 111(powerd) Created InternalPreventSleep "PM configd - Wait for Device enumeration" 00:00:00 id:0x0xd00008da6 [System: No Assertions]
2022-01-16 12:11:21 +0900 DarkWake DarkWake from Deep Idle [CDN] : due to NUB.SPMISw3IRQ nub-spmi0.0x02 rtc/ Using BATT (Charge:76%) 45 secs
2022-01-16 12:11:21 +0900 WakeDetails DriverReason:NUB.SPMISw3IRQ - DriverDetails:
DriverReason:nub-spmi0.0x02 - DriverDetails:
DriverReason:rtc - DriverDetails:
2022-01-16 12:11:21 +0900 HibernateStats hibmode=3 standbydelaylow=0 standbydelayhigh=0 15749
2022-01-16 12:11:21 +0900 WakeTime WakeTime: 0.158 sec
2022-01-16 12:11:21 +0900 Kernel Client Acks Delays to Sleep notifications: [AppleH13CamIn driver is slow(msg: SetState to 1)(1067 ms)] [AppleBCMWLANCore driver is slow(msg: SetState to 0)(97 ms)]
2022-01-16 12:11:21 +0900 Kernel Client Acks Delays to Wake notifications: [Codec Output driver is slow(msg: DidChangeState to 1)(52 ms)] [RTBuddyV2 driver is slow(msg: SetState to 2)(103 ms)] [AppleConvergedIPCOLYBTControl driver is slow(msg: SetState to 1)(126 ms)] [AppleMultiFunctionManager driver is slow(msg: SetState to 1)(130 ms)] [RTBuddyV2 driver is slow(msg: SetState to 2)(160 ms)] [AppleBCMWLANCore driver is slow(msg: SetState to 0)(98 ms)] [Codec Output driver is slow(msg: DidChangeState to 1)(53 ms)] [RTBuddyV2 driver is slow(msg: SetState to 2)(103 ms)] [AppleMultiFunctionManager driver is slow(msg: SetState to 1)(132 ms)] [AppleConvergedIPCOLYBTControl driver is slow(msg: SetState to 1)(128 ms)] [RTBuddyV2 driver is slow(msg: SetState to 2)(156 ms)] [AppleBCMWLANCore driver is slow(msg: SetState to 0)(100 ms)] [Codec Output driver is slow(msg: DidChangeState to 1)(51 ms)] [RTBuddyV2 driver is slow(msg: SetState to 2)(102 ms)] [AppleConvergedIPCOLYBTControl driver is slow(msg: SetState to 1)(126 ms)] [AppleMultiFunctionManager driver is slow(msg: SetState to 1)(132 ms)] [RTBuddyV2 driver is slow(msg: SetState to 2)(159 ms)] [AppleBCMWLANCore driver is slow(msg: SetState to 0)(98 ms)] [Codec Output driver is slow(msg: DidChangeState to 1)(52 ms)] [RTBuddyV2 driver is slow(msg: SetState to 2)(103 ms)] [AppleMultiFunctionManager driver is slow(msg: SetState to 1)(132 ms)] [AppleConvergedIPCOLYBTControl driver is slow(msg: SetState to 1)(127 ms)] [RTBuddyV2 driver is slow(msg: SetState to 2)(158 ms)] [AppleBCMWLANCore driver is slow(msg: SetState to 0)(105 ms)] [Codec Output driver is slow(msg: DidChangeState to 1)(53 ms)] [RTBuddyV2 driver is slow(msg: SetState to 2)(103 ms)] [AppleMultiFunctionManager driver is slow(msg: SetState to 1)(133 ms)] [AppleConvergedIPCOLYBTControl driver is slow(msg: SetState to 1)(128 ms)] [RTBuddyV2 driver is slow(msg: SetState to 2)(160 ms)] [AppleBCMWLANCore driver is slow(msg: SetState to 0)(99 ms)] [Codec Output driver is slow(msg: DidChangeState to 1)(51 ms)] [RTBuddyV2 driver is slow(msg: SetState to 2)(103 ms)] [AppleMultiFunctionManager driver is slow(msg: SetState to 1)(134 ms)] [AppleConvergedIPCOLYBTControl driver is slow(msg: SetState to 1)(129 ms)] [RTBuddyV2 driver is slow(msg: SetState to 2)(155 ms)] [AppleBCMWLANCore driver is slow(msg: SetState to 0)(100 ms)] [Codec Output driver is slow(msg: DidChangeState to 1)(51 ms)] [RTBuddyV2 driver is slow(msg: SetState to 2)(102 ms)] [AppleMultiFunctionManager driver is slow(msg: SetState to 1)(132 ms)] [AppleConvergedIPCOLYBTControl driver is slow(msg: SetState to 1)(127 ms)] [RTBuddyV2 driver is slow(msg: SetState to 2)(159 ms)] [AppleBCMWLANCore driver is slow(msg: SetState to 0)(104 ms)] [Codec Output driver is slow(msg: DidChangeState to 1)(52 ms)] [RTBuddyV2 driver is slow(msg: SetState to 2)(102 ms)] [AppleConvergedIPCOLYBTControl driver is slow(msg: SetState to 1)(129 ms)] [AppleMultiFunctionManager driver is slow(msg: SetState to 1)(135 ms)] [RTBuddyV2 driver is slow(msg: SetState to 2)(159 ms)] [AppleBCMWLANCore driver is slow(msg: SetState to 0)(108 ms)]
2022-01-16 12:11:21 +0900 Assertions PID 240(mDNSResponder) Released MaintenanceWake "mDNSResponder:maintenance" 00:00:00 id:0x0xd00008da5 [System: PrevIdle SRPrevSleep kCPU]
2022-01-16 12:11:36 +0900 Assertions PID 140(apsd) Released InteractivePushServiceTask "com.apple.apsd-requestkeepaliveproxy-push.apple.com" 00:00:16 id:0x0x1200008da4 [System: SRPrevSleep kCPU]
2022-01-16 12:12:06 +0900 Assertions PID 111(powerd) Released InternalPreventSleep "PM configd - Wait for Device enumeration" 00:00:45 id:0x0xd00008da6 [System: No Assertions]
2022-01-16 12:12:06 +0900 Sleep Entering Sleep state due to 'Maintenance Sleep':TCPKeepAlive=disabled Using Batt (Charge:76%) 1 secs
2022-01-16 12:12:07 +0900 Assertions PID 240(mDNSResponder) Created MaintenanceWake "mDNSResponder:maintenance" 00:00:00 id:0x0xd00008daf [System: PrevIdle]
2022-01-16 12:12:07 +0900 Assertions PID 111(powerd) Created InternalPreventSleep "PM configd - Wait for Device enumeration" 00:00:00 id:0x0xd00008db0 [System: PrevIdle]
2022-01-16 12:12:07 +0900 DarkWake DarkWake from Deep Idle [CDN] : due to NUB.SPMISw3IRQ nub-spmi0.0x02 rtc/ Using BATT (Charge:76%) 45 secs
2022-01-16 12:12:07 +0900 WakeDetails DriverReason:NUB.SPMISw3IRQ - DriverDetails:
DriverReason:nub-spmi0.0x02 - DriverDetails:
DriverReason:rtc - DriverDetails:
2022-01-16 12:12:07 +0900 HibernateStats hibmode=3 standbydelaylow=0 standbydelayhigh=0 15750
2022-01-16 12:12:07 +0900 WakeTime WakeTime: 0.162 sec
2022-01-16 12:12:07 +0900 Kernel Client Acks Delays to Sleep notifications: [AppleH13CamIn driver is slow(msg: SetState to 1)(1067 ms)] [AppleBCMWLANCore driver is slow(msg: SetState to 0)(97 ms)]
2022-01-16 12:12:07 +0900 Kernel Client Acks Delays to Wake notifications: [Codec Output driver is slow(msg: DidChangeState to 1)(52 ms)] [RTBuddyV2 driver is slow(msg: SetState to 2)(103 ms)] [AppleConvergedIPCOLYBTControl driver is slow(msg: SetState to 1)(126 ms)] [AppleMultiFunctionManager driver is slow(msg: SetState to 1)(130 ms)] [RTBuddyV2 driver is slow(msg: SetState to 2)(160 ms)] [AppleBCMWLANCore driver is slow(msg: SetState to 0)(98 ms)] [Codec Output driver is slow(msg: DidChangeState to 1)(53 ms)] [RTBuddyV2 driver is slow(msg: SetState to 2)(103 ms)] [AppleMultiFunctionManager driver is slow(msg: SetState to 1)(132 ms)] [AppleConvergedIPCOLYBTControl driver is slow(msg: SetState to 1)(128 ms)] [RTBuddyV2 driver is slow(msg: SetState to 2)(156 ms)] [AppleBCMWLANCore driver is slow(msg: SetState to 0)(100 ms)] [Codec Output driver is slow(msg: DidChangeState to 1)(51 ms)] [RTBuddyV2 driver is slow(msg: SetState to 2)(102 ms)] [AppleConvergedIPCOLYBTControl driver is slow(msg: SetState to 1)(126 ms)] [AppleMultiFunctionManager driver is slow(msg: SetState to 1)(132 ms)] [RTBuddyV2 driver is slow(msg: SetState to 2)(159 ms)] [AppleBCMWLANCore driver is slow(msg: SetState to 0)(98 ms)] [Codec Output driver is slow(msg: DidChangeState to 1)(52 ms)] [RTBuddyV2 driver is slow(msg: SetState to 2)(103 ms)] [AppleMultiFunctionManager driver is slow(msg: SetState to 1)(132 ms)] [AppleConvergedIPCOLYBTControl driver is slow(msg: SetState to 1)(127 ms)] [RTBuddyV2 driver is slow(msg: SetState to 2)(158 ms)] [AppleBCMWLANCore driver is slow(msg: SetState to 0)(105 ms)] [Codec Output driver is slow(msg: DidChangeState to 1)(53 ms)] [RTBuddyV2 driver is slow(msg: SetState to 2)(103 ms)] [AppleMultiFunctionManager driver is slow(msg: SetState to 1)(133 ms)] [AppleConvergedIPCOLYBTControl driver is slow(msg: SetState to 1)(128 ms)] [RTBuddyV2 driver is slow(msg: SetState to 2)(160 ms)] [AppleBCMWLANCore driver is slow(msg: SetState to 0)(99 ms)] [Codec Output driver is slow(msg: DidChangeState to 1)(51 ms)] [RTBuddyV2 driver is slow(msg: SetState to 2)(103 ms)] [AppleMultiFunctionManager driver is slow(msg: SetState to 1)(134 ms)] [AppleConvergedIPCOLYBTControl driver is slow(msg: SetState to 1)(129 ms)] [RTBuddyV2 driver is slow(msg: SetState to 2)(155 ms)] [AppleBCMWLANCore driver is slow(msg: SetState to 0)(100 ms)] [Codec Output driver is slow(msg: DidChangeState to 1)(51 ms)] [RTBuddyV2 driver is slow(msg: SetState to 2)(102 ms)] [AppleMultiFunctionManager driver is slow(msg: SetState to 1)(132 ms)] [AppleConvergedIPCOLYBTControl driver is slow(msg: SetState to 1)(127 ms)] [RTBuddyV2 driver is slow(msg: SetState to 2)(159 ms)] [AppleBCMWLANCore driver is slow(msg: SetState to 0)(104 ms)] [Codec Output driver is slow(msg: DidChangeState to 1)(52 ms)] [RTBuddyV2 driver is slow(msg: SetState to 2)(102 ms)] [AppleConvergedIPCOLYBTControl driver is slow(msg: SetState to 1)(129 ms)] [AppleMultiFunctionManager driver is slow(msg: SetState to 1)(135 ms)] [RTBuddyV2 driver is slow(msg: SetState to 2)(159 ms)] [AppleBCMWLANCore driver is slow(msg: SetState to 0)(108 ms)]
2022-01-16 12:12:07 +0900 Assertions PID 240(mDNSResponder) Released MaintenanceWake "mDNSResponder:maintenance" 00:00:00 id:0x0xd00008daf [System: PrevIdle SRPrevSleep kCPU]
2022-01-16 12:12:22 +0900 Assertions PID 140(apsd) Released InteractivePushServiceTask "com.apple.apsd-requestkeepaliveproxy-push.apple.com" 00:00:16 id:0x0x1200008dad [System: SRPrevSleep kCPU]
2022-01-16 12:12:52 +0900 Assertions PID 111(powerd) Released InternalPreventSleep "PM configd - Wait for Device enumeration" 00:00:45 id:0x0xd00008db0 [System: No Assertions]
2022-01-16 12:12:52 +0900 Sleep Entering Sleep state due to 'Maintenance Sleep':TCPKeepAlive=disabled Using Batt (Charge:76%) 0 secs
2022-01-16 12:12:52 +0900 Assertions PID 240(mDNSResponder) Created MaintenanceWake "mDNSResponder:maintenance" 00:00:00 id:0x0xd00008db8 [System: No Assertions]
2022-01-16 12:12:52 +0900 Assertions PID 111(powerd) Created InternalPreventSleep "PM configd - Wait for Device enumeration" 00:00:00 id:0x0xd00008db9 [System: No Assertions]
2022-01-16 12:12:52 +0900 DarkWake DarkWake from Deep Idle [CDN] : due to NUB.SPMISw3IRQ nub-spmi0.0x02 rtc/ Using BATT (Charge:76%) 45 secs
2022-01-16 12:12:52 +0900 WakeDetails DriverReason:NUB.SPMISw3IRQ - DriverDetails:
Raymond
(151 rep)
Jan 16, 2022, 12:02 AM
• Last activity: Feb 17, 2022, 06:04 AM
5
votes
0
answers
2422
views
How to configure hibernate on macOS Monterey?
For the life of me, I cannot get macOS Monterey to hibernate on my 2015 MacBook Pro on battery power. Here is my `pmset -g` output while on battery: ``` % pmset -g System-wide power settings: Currently in use: lidwake 0 autopoweroff 1 standbydelayhigh 5 autopoweroffdelay 1 proximitywake 0 standby 1...
For the life of me, I cannot get macOS Monterey to hibernate on my 2015 MacBook Pro on battery power.
Here is my
pmset -g
output while on battery:
% pmset -g
System-wide power settings:
Currently in use:
lidwake 0
autopoweroff 1
standbydelayhigh 5
autopoweroffdelay 1
proximitywake 0
standby 1
standbydelaylow 5
ttyskeepawake 0
hibernatemode 25
powernap 0
gpuswitch 2
hibernatefile /var/vm/sleepimage
highstandbythreshold 50
displaysleep 1
sleep 1
acwake 0
halfdim 1
tcpkeepalive 1
disksleep 10
No matter how long I wait, or by using pmset sleepnow
, this does not hibernate. What am I doing wrong?
Roxy
(151 rep)
Dec 23, 2021, 09:01 PM
61
votes
3
answers
109552
views
Do Terminal processes stop if Mac sleeps?
I'm running some Python machine learning programs through Terminal that take hours at a time to finish. If I leave my computer unattended it hibernates - the screen goes off and I have to type in my password again. When this happens, does my script get cancelled, paused, or continue the same? I woul...
I'm running some Python machine learning programs through Terminal that take hours at a time to finish. If I leave my computer unattended it hibernates - the screen goes off and I have to type in my password again.
When this happens, does my script get cancelled, paused, or continue the same? I would hate to think that my script could be 99% finished, and then gets aborted because my computer went to sleep.
Nicholas Hassan
(713 rep)
Mar 31, 2017, 06:52 AM
• Last activity: Oct 17, 2021, 11:52 PM
2
votes
0
answers
911
views
Big Sur (Intel) is waking from hibernate automatically, why and how to stop?
**Quick Summary** `pmset -g log | grep -i "wake from"` gives the following for "Wake from Hibernate" (full result list bottom): A) `Wake from Hibernate [CDNVA] : due to EC.PowerButton/User Using AC (Charge:100%)` B) `Wake from Hibernate [CDNVA] : due to RTC/User Using AC (Charge:90%) 137 secs` C) `W...
**Quick Summary**
Also I don't have any start up or wake schedule:
**Background**
Machine: MacBook Pro (Retina, 15-inch, Mid 2015) — Big Sur 11.4
I've managed to activate and use hibernate mode consistently while I was running Yosemite (still frequently use it in the other partition). Recently I installed Big Sur and have been succesfully going into hibernate mode. However, I noticed in some cases my machine had already woken without me interacting with the machine.
pmset -g log | grep -i "wake from"
gives the following for "Wake from Hibernate" (full result list bottom):
A) Wake from Hibernate [CDNVA] : due to EC.PowerButton/User Using AC (Charge:100%)
B) Wake from Hibernate [CDNVA] : due to RTC/User Using AC (Charge:90%) 137 secs
C) Wake from Hibernate [CDNVA] : due to EC.PowerButton/User Using AC (Charge:100%)
D) Wake from Hibernate [CDNVA] : due to RTC/User Using AC (Charge:100%)
On two occasions over the past few days (A and C) machine was woken from hibernate due to the power button, which is normal. **However, on the two other occasions it was due to RTC (Real Time Clock?) — not sure what this is about.**
**Question**
1. For B and D, what does this mean? Woke up due to AC, clock, both...how and why?!
2. What does CDNVA mean? Couldn't find it in PMSET Manual
**Potentially related**
I'd assume Power Nap only affects when the machine is on sleep mode (which is distinct from hibernate)...Perhaps when Apple refers to sleep here it also means hibernate?? **If it truly hibernated it means it has powered-off so how can it wake if there is no power?**:


pmset -g log | grep -i "wake from"
full result list:
-07-24 18:50:21 +0100 DarkWake DarkWake from Normal Sleep [CDNPB] : due to RTC/Maintenance Using AC (Charge:100%) 46 secs
2021-07-24 19:20:09 +0100 Wake Wake from Normal Sleep [CDNVA] : due to XHC1/UserActivity Assertion Using AC (Charge:100%)
2021-07-24 22:04:55 +0100 Wake DarkWake to FullWake from Normal Sleep [CDNVA] : due to HID Activity Using AC (Charge:100%) 635 secs
2021-07-24 22:30:37 +0100 Wake DarkWake to FullWake from Normal Sleep [CDNVA] : due to HID Activity Using AC (Charge:100%)
2021-07-25 14:48:52 +0100 Wake Wake from Hibernate [CDNVA] : due to EC.PowerButton/User Using AC (Charge:100%)
2021-07-25 17:42:42 +0100 DarkWake DarkWake from Normal Sleep [CDNPB] : due to RTC/Maintenance Using AC (Charge:100%) 63 secs
2021-07-25 18:17:32 +0100 Wake Wake from Normal Sleep [CDNVA] : due to XHC1/UserActivity Assertion Using AC (Charge:100%)
2021-07-25 22:17:05 +0100 Wake Wake from Normal Sleep [CDNVA] : due to XHC1/UserActivity Assertion Using BATT (Charge:58%) 8321 secs
2021-07-26 00:35:49 +0100 Wake DarkWake to FullWake from Normal Sleep [CDNVA] : due to HID Activity Using AC (Charge:89%) 48 secs
2021-07-26 01:06:46 +0100 Wake Wake from Hibernate [CDNVA] : due to RTC/User Using AC (Charge:90%) 137 secs
2021-07-26 01:39:04 +0100 DarkWake DarkWake from Normal Sleep [CDNPB] : due to RTC/Maintenance Using AC (Charge:99%) 63 secs
2021-07-26 02:07:44 +0100 DarkWake DarkWake from Normal Sleep [CDNPB] : due to RTC/Maintenance Using AC (Charge:100%) 63 secs
2021-07-26 02:36:35 +0100 DarkWake DarkWake from Normal Sleep [CDNPB] : due to RTC/Maintenance Using AC (Charge:100%) 63 secs
2021-07-26 08:57:33 +0100 Wake Wake from Normal Sleep [CDNVA] : due to XHC1/UserActivity Assertion Using AC (Charge:100%) 681 secs
2021-07-26 09:10:41 +0100 Wake Wake from Hibernate [CDNVA] : due to EC.PowerButton/User Using AC (Charge:100%)
2021-07-26 20:38:11 +0100 Wake DarkWake to FullWake from Invalid [CDNVA] : due to HID Activity Using AC (Charge:100%) 3637 secs
2021-07-26 22:05:18 +0100 Wake DarkWake to FullWake from Invalid [CDNVA] : due to HID Activity Using AC (Charge:100%)
2021-07-27 00:06:04 +0100 Wake DarkWake to FullWake from Invalid [CDNVA] : due to HID Activity Using AC (Charge:100%) 81 secs
2021-07-27 00:40:31 +0100 Wake Wake from Hibernate [CDNVA] : due to RTC/User Using AC (Charge:100%) 129 secs
2021-07-27 01:12:41 +0100 DarkWake DarkWake from Normal Sleep [CDNPB] : due to RTC/Maintenance Using AC (Charge:100%) 63 secs
2021-07-27 01:42:00 +0100 DarkWake DarkWake from Normal Sleep [CDNPB] : due to RTC/Maintenance Using AC (Charge:100%) 63 secs
2021-07-27 07:03:01 +0100 DarkWake DarkWake from Normal Sleep [CDNPB] : due to RTC/Maintenance Using AC (Charge:100%) 63 secs
2021-07-27 09:24:35 +0100 Wake Wake from Normal Sleep [CDNVA] : due to XHC1/UserActivity Assertion Using AC (Charge:100%)
**NB.**
MacOS **does** have a hibernate mode and it can be activated. Yes it does not exist via the drop down apple menu which shows sleep, restart, shutdown as the main power options. My understanding is that hibernate is not standby, sleep or deep sleep. Apple seems to refer to Safe Sleep as some sort of hibernate mode. However, I've yet to see Terminal refer to Safe Sleep (e.g. haven't seen anything saying "Wake from Safe Sleep"): https://support.apple.com/en-gb/guide/mac-help/mh10328/mac
PS. Wish there was a way to highlight specific rows above. Maybe done via indenting the whole block and putting an arrow on specific rows or simply colouring the specific rows. Not sure if this is possible.
questioner56
(347 rep)
Jul 27, 2021, 10:07 AM
• Last activity: Jul 28, 2021, 08:44 AM
103
votes
4
answers
127728
views
Do MacBooks have a true "Hibernate" option?
I've recently switched from Windows to a MacBook pro. In Windows, there are the following shutdown options: - **Standby** - the machine goes into a "light sleep" from which it can awaken very quickly (like, in a few seconds), but plenty of energy is consumed. - **Hibernate** - the OS dumps the curre...
I've recently switched from Windows to a MacBook pro. In Windows, there are the following shutdown options:
- **Standby** - the machine goes into a "light sleep" from which it can awaken very quickly (like, in a few seconds), but plenty of energy is consumed.
- **Hibernate** - the OS dumps the current system state (including the contents of the RAM) to a file, then turns the machine off. Wakeup takes longer than from standby, but there is no latent energy consumption.
- **Shut down** - the OS shuts down, and the machine is turned off.
In OS X, what I can see is
- **Sleep** - seems equivalent to standby, or an even lighter form of sleep as Mail seems to even continue to poll for new email?
- **Shutdown and restore** all apps on next start - turns off machine, seems to start the OS from scratch and restart alls apps - from what I can tell, it's *not* hibernation
- **Shutdown** and don't restore apps - shut down
is this correct, and does OS X not have a true "hibernate" mode that can write its state to disk? Because that's what I'm looking for really. There's talk of a "Safe Sleep" mode on the Internets, but I can't see it in my OS X menu. Is it hidden in 10.7?
Pekka
(2747 rep)
May 20, 2012, 09:58 AM
• Last activity: Jul 26, 2021, 04:47 AM
5
votes
0
answers
692
views
MacBook Pro doesn't automatically go into Hibernate/Safe Sleep on empty battery (M1/Big Sur)
Long gone are the times when my MacBook Pro 2012 automatically went into hibernate when the battery was low. I always blamed it on my old battery. I recently bought a MacBook Pro M1 though, and was pretty certain this problem was no longer an issue. I was wrong. The problem still persists. I have a...
Long gone are the times when my MacBook Pro 2012 automatically went into hibernate when the battery was low. I always blamed it on my old battery. I recently bought a MacBook Pro M1 though, and was pretty certain this problem was no longer an issue.
I was wrong. The problem still persists. I have a fresh install and double-checked that I am on default settings.
pmset -g
:
System-wide power settings:
Currently in use:
powernap 1
sleep 1 (sleep prevented by powerd, coreaudiod)
Sleep On Power Button 1
ttyskeepawake 1
tcpkeepalive 1
disksleep 10
standby 1
displaysleep 2
Comparing it to my old MacBook I can see that a lot of settings are missing.
Although the setting hibernatemode
doesn't show within pmset -g
, I can see that it still exists and that the default is still 3
, because whenever I change it to a different value, the otherwise disabled button Restore Defaults
in System Preferences gets enabled (Thus I obviously changed the defaults).
So: What the heck is going on?! Has this feature been removed?
johnson
(669 rep)
Jan 22, 2021, 06:46 PM
2
votes
2
answers
2011
views
Retina Macbook Pro doesn't hibernate
I have bought a 13 Retina Macbook Pro -my first Mac, just a couple of days ago and I found something odd. Apple claims that after an hour or so of sleep, the Mac should go to deep sleep -AKA hibernation. Well, yesterday night I closed the lid and the Mac entered sleep mode. The expected behaviour ac...
I have bought a 13 Retina Macbook Pro -my first Mac, just a couple of days ago and I found something odd.
Apple claims that after an hour or so of sleep, the Mac should go to deep sleep -AKA hibernation. Well, yesterday night I closed the lid and the Mac entered sleep mode. The expected behaviour according to Apple is that when I wake up in the morning, the Mac would turn on and load the RAM image from disk back to the main memory, taking many seconds to wake up. Instead, it woke up immediately -like if it never entered hibernation.
1) Why doesn't my MBP do what Apple claim it should do when "sleeping"?
2) I'd like to have the hibernation mode active. I love that my computer turns on sooo quickly but if I'm not going to use it for many hours, I'd prefer to save battery with a (slightly slower) boot.
I already tried to change the
standbydelay
and the autopoweroffdelay
to little numbers like 1 minute, 2 minutes, 0 minutes, 120 seconds, 60 seconds (standbydelay
uses seconds, autopoweroffdelay
minutes according to pmset
man).
I don't have any USB connected, I turned off iCloud and Google sync.
I saw the pmset -g
assertions to see if there's some daemon or app or service preventing the deep sleep. I changed the hibernatemode
from 3 to 25, and back to 3.
And yes, I read the pmset
man and tried virtually everything I read on the web.
The Mac keeps entering sleep but never deep sleep/hibernation.
I tested everything. I'd like to have more control (or SOME control) over when and how MY computer goes to sleep/hibernate.
alezvic
(121 rep)
Feb 8, 2015, 12:55 AM
• Last activity: Oct 30, 2020, 07:21 PM
Showing page 1 of 20 total questions