You are not logged in.

#1 2026-04-26 20:56:46

ACJ990
Member
Registered: 2026-04-26
Posts: 5

NVIDIA RTX A500 Laptop GPU falls off bus (Xid 79)

Hardware:
HP ZBook Firefly G10 16 inch
i7-1355U [Raptor Lake]
NVIDIA RTX A500 Laptop GPU [Ampere]

Dual booted Arch + Windows 11

It was initially an intermittent issue, but now my dGPU consistently falls off the bus within 20-45 seconds of boot, throwing Xid 79, GPU has fallen off the bus immediately followed by Xid 154, GPU Reset Required. The GPU is still visible on the PCI bus after crash, but completely non functional until I reboot.

Below is a snippet of sudo dmesg | grep -E "nvidia|GPU"

[   21.131051] NVRM: GPU at PCI:0000:01:00: GPU-c16eba1c-22da-e5a6-7419-c69becf93fbb
[   21.131058] NVRM: Xid (PCI:0000:01:00): 79, GPU has fallen off the bus.
[   21.131063] NVRM: GPU 0000:01:00.0: GPU has fallen off the bus.
[   21.131071] NVRM: _threadNodeCheckTimeout: API_GPU_ATTACHED_SANITY_CHECK failed!
[   21.131078] NVRM: _threadNodeCheckTimeout: API_GPU_ATTACHED_SANITY_CHECK failed!
[   21.131081] NVRM: _threadNodeCheckTimeout: API_GPU_ATTACHED_SANITY_CHECK failed!
[   21.131083] NVRM: _threadNodeCheckTimeout: API_GPU_ATTACHED_SANITY_CHECK failed!
[   21.131086] NVRM: _threadNodeCheckTimeout: API_GPU_ATTACHED_SANITY_CHECK failed!
[   21.131105] NVRM: A GPU crash dump has been created. If possible, please run
               NVRM: nvidia-bug-report.sh as root to collect this data before
[   21.131158] NVRM: Xid (PCI:0000:01:00): 154, GPU recovery action changed from 0x0 (None) to 0x1 (GPU Reset Required)
[   21.131300] NVRM: nvCheckOkFailedNoLog: Check failed: GPU lost from the bus [NV_ERR_GPU_IS_LOST] (0x0000000F) returned from nvdEngineDumpCallbackHelper(pGpu, pPrbEnc, pNvDumpState, pEngineCallback) @ nv_debug_dump.c:273

I've already tried
nvidia-open-dkms driver versions: 580.119.02 (as per an earlier forum post)
590.48.01 (was earlier stable)
595.58.03 (current)

kernel versions: 6.19.14-arch1-1, 6.18.24-1-lts
all the above combinations fail almost identically.

Kernel parameters tried:
pcie_aspm=off
pci=realloc=on (fixed an earlier issue)
nvidia-drm.modeset=1
ibt=off

modprobe options tried:
NVreg_DynamicPowerManagement=0x00
NVreg_DynamicPowerManagement=0x02

thought it might be a power management issue as the GPU survives longer if actively queried by spamming nvidia-smi, so i disabled power-profiles-daemon entirely, and forced PCI runtime PM on via /sys/bus/pci/devices/0000:01:00.0/power/control to on, neither worked.

After the crash

cat /proc/driver/nvidia/gpus/*/information

still shows

Model: 		NVIDIA RTX A500 Laptop GPU
IRQ:   		155
GPU UUID: 	GPU-c16eba1c-22da-e5a6-7419-c69becf93fbb
Video BIOS: 	94.07.82.00.cf
Bus Type: 	PCI
DMA Size: 	47 bits
DMA Mask: 	0x7fffffffffff
Bus Location: 	0000:01:00.0
Device Minor: 	0
GPU Firmware: 	595.58.03
GPU Excluded:	No

though nvidia-smi reports "Unknown Error"
similarly

cat /sys/bus/pci/devices/0000:01:00.0/power/runtime_status

reports active
does not require a compositor to trigger, dies at the TTY too, however it works perfectly fine on windows even under load (Trepang2)

current kernel command line options

options root=PARTUUID=... rw nvidia-drm.modeset=1 ibt=off pci=realloc=on

current /etc/modprobe.d/nvidia.conf

options nvidia-drm modeset=1
options nvidia NVreg_UsePageAttributeTable=1 NVreg_InitializeSystemMemoryAllocations=0
options nvidia NVreg_DynamicPowerManagement=0x00

Offline

#2 Yesterday 11:17:45

ACJ990
Member
Registered: 2026-04-26
Posts: 5

Re: NVIDIA RTX A500 Laptop GPU falls off bus (Xid 79)

Using AUR nvidia-580xx-dkms and kernel parameter NVreg_EnableGpuFirmware=0  as prescribed in the Arch Wiki didn't change much, it lasted a little longer.

What I HAVE learnt is that it’s definitely a powerstate issue. Under load (Minecraft with shaders) it survives indefinitely. When going back to the main menu, one of two things happens. Either a P0 -> P8 transition which survives, OR a P0 -> P3 -> P5 transition that causes the dGPU to drop off the bus at P5. I’ve tried this multiple times, on battery and on AC power. P0->P8->P0 has survived and continued to work, but it ALWAYS drops off when trying to transition down from P5. In all the logs the dGPU stays on P5 for a while, then I'm assuming it tries to transition down a powerstate and dies, but I really have no idea whats going on.

Below is P0 -> P8 -> P0 which survives. Its on battery, not AC power. After this transition the dGPU did NOT drop off.

Fri May  1 03:30:50 PM IST 2026
Fri May  1 15:30:50 2026       
+-----------------------------------------------------------------------------------------+
| NVIDIA-SMI 580.142                Driver Version: 580.142        CUDA Version: 13.0     |
+-----------------------------------------+------------------------+----------------------+
| GPU  Name                 Persistence-M | Bus-Id          Disp.A | Volatile Uncorr. ECC |
| Fan  Temp   Perf          Pwr:Usage/Cap |           Memory-Usage | GPU-Util  Compute M. |
|                                         |                        |               MIG M. |
|=========================================+========================+======================|
|   0  NVIDIA RTX A500 Laptop GPU     On  |   00000000:01:00.0 Off |                  N/A |
| N/A   59C    P0             10W /   20W |       7MiB /   4096MiB |      0%      Default |
|                                         |                        |                  N/A |
+-----------------------------------------+------------------------+----------------------+

+-----------------------------------------------------------------------------------------+
| Processes:                                                                              |
|  GPU   GI   CI              PID   Type   Process name                        GPU Memory |
|        ID   ID                                                               Usage      |
|=========================================================================================|
|    0   N/A  N/A             822      G   /usr/lib/Xorg                             4MiB |
+-----------------------------------------------------------------------------------------+
Fri May  1 03:30:50 PM IST 2026
Fri May  1 15:30:50 2026       
+-----------------------------------------------------------------------------------------+
| NVIDIA-SMI 580.142                Driver Version: 580.142        CUDA Version: 13.0     |
+-----------------------------------------+------------------------+----------------------+
| GPU  Name                 Persistence-M | Bus-Id          Disp.A | Volatile Uncorr. ECC |
| Fan  Temp   Perf          Pwr:Usage/Cap |           Memory-Usage | GPU-Util  Compute M. |
|                                         |                        |               MIG M. |
|=========================================+========================+======================|
|   0  NVIDIA RTX A500 Laptop GPU     On  |   00000000:01:00.0 Off |                  N/A |
| N/A   59C    P8             10W /   20W |       7MiB /   4096MiB |      0%      Default |
|                                         |                        |                  N/A |
+-----------------------------------------+------------------------+----------------------+

+-----------------------------------------------------------------------------------------+
| Processes:                                                                              |
|  GPU   GI   CI              PID   Type   Process name                        GPU Memory |
|        ID   ID                                                               Usage      |
|=========================================================================================|
|    0   N/A  N/A             822      G   /usr/lib/Xorg                             4MiB |
+-----------------------------------------------------------------------------------------+
Fri May  1 03:30:51 PM IST 2026
Fri May  1 15:30:51 2026       
+-----------------------------------------------------------------------------------------+
| NVIDIA-SMI 580.142                Driver Version: 580.142        CUDA Version: 13.0     |
+-----------------------------------------+------------------------+----------------------+
| GPU  Name                 Persistence-M | Bus-Id          Disp.A | Volatile Uncorr. ECC |
| Fan  Temp   Perf          Pwr:Usage/Cap |           Memory-Usage | GPU-Util  Compute M. |
|                                         |                        |               MIG M. |
|=========================================+========================+======================|
|   0  NVIDIA RTX A500 Laptop GPU     On  |   00000000:01:00.0 Off |                  N/A |
| N/A   59C    P8              4W /   20W |       7MiB /   4096MiB |      0%      Default |
|                                         |                        |                  N/A |
+-----------------------------------------+------------------------+----------------------+

+-----------------------------------------------------------------------------------------+
| Processes:                                                                              |
|  GPU   GI   CI              PID   Type   Process name                        GPU Memory |
|        ID   ID                                                               Usage      |
|=========================================================================================|
|    0   N/A  N/A             822      G   /usr/lib/Xorg                             4MiB |
+-----------------------------------------------------------------------------------------+
Fri May  1 03:30:51 PM IST 2026
Fri May  1 15:30:51 2026       
+-----------------------------------------------------------------------------------------+
| NVIDIA-SMI 580.142                Driver Version: 580.142        CUDA Version: 13.0     |
+-----------------------------------------+------------------------+----------------------+
| GPU  Name                 Persistence-M | Bus-Id          Disp.A | Volatile Uncorr. ECC |
| Fan  Temp   Perf          Pwr:Usage/Cap |           Memory-Usage | GPU-Util  Compute M. |
|                                         |                        |               MIG M. |
|=========================================+========================+======================|
|   0  NVIDIA RTX A500 Laptop GPU     On  |   00000000:01:00.0 Off |                  N/A |
| N/A   58C    P8              4W /   20W |       7MiB /   4096MiB |      0%      Default |
|                                         |                        |                  N/A |
+-----------------------------------------+------------------------+----------------------+

+-----------------------------------------------------------------------------------------+
| Processes:                                                                              |
|  GPU   GI   CI              PID   Type   Process name                        GPU Memory |
|        ID   ID                                                               Usage      |
|=========================================================================================|
|    0   N/A  N/A             822      G   /usr/lib/Xorg                             4MiB |
+-----------------------------------------------------------------------------------------+
Fri May  1 03:30:52 PM IST 2026
Fri May  1 15:30:52 2026       
+-----------------------------------------------------------------------------------------+
| NVIDIA-SMI 580.142                Driver Version: 580.142        CUDA Version: 13.0     |
+-----------------------------------------+------------------------+----------------------+
| GPU  Name                 Persistence-M | Bus-Id          Disp.A | Volatile Uncorr. ECC |
| Fan  Temp   Perf          Pwr:Usage/Cap |           Memory-Usage | GPU-Util  Compute M. |
|                                         |                        |               MIG M. |
|=========================================+========================+======================|
|   0  NVIDIA RTX A500 Laptop GPU     On  |   00000000:01:00.0 Off |                  N/A |
| N/A   58C    P8              4W /   20W |       7MiB /   4096MiB |      0%      Default |
|                                         |                        |                  N/A |
+-----------------------------------------+------------------------+----------------------+

+-----------------------------------------------------------------------------------------+
| Processes:                                                                              |
|  GPU   GI   CI              PID   Type   Process name                        GPU Memory |
|        ID   ID                                                               Usage      |
|=========================================================================================|
|    0   N/A  N/A             822      G   /usr/lib/Xorg                             4MiB |
+-----------------------------------------------------------------------------------------+
Fri May  1 03:30:52 PM IST 2026
Fri May  1 15:30:52 2026       
+-----------------------------------------------------------------------------------------+
| NVIDIA-SMI 580.142                Driver Version: 580.142        CUDA Version: 13.0     |
+-----------------------------------------+------------------------+----------------------+
| GPU  Name                 Persistence-M | Bus-Id          Disp.A | Volatile Uncorr. ECC |
| Fan  Temp   Perf          Pwr:Usage/Cap |           Memory-Usage | GPU-Util  Compute M. |
|                                         |                        |               MIG M. |
|=========================================+========================+======================|
|   0  NVIDIA RTX A500 Laptop GPU     On  |   00000000:01:00.0 Off |                  N/A |
| N/A   58C    P8              4W /   20W |       7MiB /   4096MiB |      0%      Default |
|                                         |                        |                  N/A |
+-----------------------------------------+------------------------+----------------------+

+-----------------------------------------------------------------------------------------+
| Processes:                                                                              |
|  GPU   GI   CI              PID   Type   Process name                        GPU Memory |
|        ID   ID                                                               Usage      |
|=========================================================================================|
|    0   N/A  N/A             822      G   /usr/lib/Xorg                             4MiB |
+-----------------------------------------------------------------------------------------+
Fri May  1 03:30:53 PM IST 2026
Fri May  1 15:30:53 2026       
+-----------------------------------------------------------------------------------------+
| NVIDIA-SMI 580.142                Driver Version: 580.142        CUDA Version: 13.0     |
+-----------------------------------------+------------------------+----------------------+
| GPU  Name                 Persistence-M | Bus-Id          Disp.A | Volatile Uncorr. ECC |
| Fan  Temp   Perf          Pwr:Usage/Cap |           Memory-Usage | GPU-Util  Compute M. |
|                                         |                        |               MIG M. |
|=========================================+========================+======================|
|   0  NVIDIA RTX A500 Laptop GPU     On  |   00000000:01:00.0 Off |                  N/A |
| N/A   58C    P8              3W /   20W |       7MiB /   4096MiB |      0%      Default |
|                                         |                        |                  N/A |
+-----------------------------------------+------------------------+----------------------+

+-----------------------------------------------------------------------------------------+
| Processes:                                                                              |
|  GPU   GI   CI              PID   Type   Process name                        GPU Memory |
|        ID   ID                                                               Usage      |
|=========================================================================================|
|    0   N/A  N/A             822      G   /usr/lib/Xorg                             4MiB |
+-----------------------------------------------------------------------------------------+
Fri May  1 03:30:53 PM IST 2026
Fri May  1 15:30:53 2026       
+-----------------------------------------------------------------------------------------+
| NVIDIA-SMI 580.142                Driver Version: 580.142        CUDA Version: 13.0     |
+-----------------------------------------+------------------------+----------------------+
| GPU  Name                 Persistence-M | Bus-Id          Disp.A | Volatile Uncorr. ECC |
| Fan  Temp   Perf          Pwr:Usage/Cap |           Memory-Usage | GPU-Util  Compute M. |
|                                         |                        |               MIG M. |
|=========================================+========================+======================|
|   0  NVIDIA RTX A500 Laptop GPU     On  |   00000000:01:00.0 Off |                  N/A |
| N/A   59C    P8              3W /   20W |       7MiB /   4096MiB |      0%      Default |
|                                         |                        |                  N/A |
+-----------------------------------------+------------------------+----------------------+

+-----------------------------------------------------------------------------------------+
| Processes:                                                                              |
|  GPU   GI   CI              PID   Type   Process name                        GPU Memory |
|        ID   ID                                                               Usage      |
|=========================================================================================|
|    0   N/A  N/A             822      G   /usr/lib/Xorg                             4MiB |
+-----------------------------------------------------------------------------------------+
Fri May  1 03:30:54 PM IST 2026
Fri May  1 15:30:54 2026       
+-----------------------------------------------------------------------------------------+
| NVIDIA-SMI 580.142                Driver Version: 580.142        CUDA Version: 13.0     |
+-----------------------------------------+------------------------+----------------------+
| GPU  Name                 Persistence-M | Bus-Id          Disp.A | Volatile Uncorr. ECC |
| Fan  Temp   Perf          Pwr:Usage/Cap |           Memory-Usage | GPU-Util  Compute M. |
|                                         |                        |               MIG M. |
|=========================================+========================+======================|
|   0  NVIDIA RTX A500 Laptop GPU     On  |   00000000:01:00.0 Off |                  N/A |
| N/A   59C    P8              3W /   20W |       7MiB /   4096MiB |      0%      Default |
|                                         |                        |                  N/A |
+-----------------------------------------+------------------------+----------------------+

+-----------------------------------------------------------------------------------------+
| Processes:                                                                              |
|  GPU   GI   CI              PID   Type   Process name                        GPU Memory |
|        ID   ID                                                               Usage      |
|=========================================================================================|
|    0   N/A  N/A             822      G   /usr/lib/Xorg                             4MiB |
+-----------------------------------------------------------------------------------------+
Fri May  1 03:30:54 PM IST 2026
Fri May  1 15:30:54 2026       
+-----------------------------------------------------------------------------------------+
| NVIDIA-SMI 580.142                Driver Version: 580.142        CUDA Version: 13.0     |
+-----------------------------------------+------------------------+----------------------+
| GPU  Name                 Persistence-M | Bus-Id          Disp.A | Volatile Uncorr. ECC |
| Fan  Temp   Perf          Pwr:Usage/Cap |           Memory-Usage | GPU-Util  Compute M. |
|                                         |                        |               MIG M. |
|=========================================+========================+======================|
|   0  NVIDIA RTX A500 Laptop GPU     On  |   00000000:01:00.0 Off |                  N/A |
| N/A   59C    P8              3W /   20W |       7MiB /   4096MiB |      0%      Default |
|                                         |                        |                  N/A |
+-----------------------------------------+------------------------+----------------------+

+-----------------------------------------------------------------------------------------+
| Processes:                                                                              |
|  GPU   GI   CI              PID   Type   Process name                        GPU Memory |
|        ID   ID                                                               Usage      |
|=========================================================================================|
|    0   N/A  N/A             822      G   /usr/lib/Xorg                             4MiB |
+-----------------------------------------------------------------------------------------+
Fri May  1 03:30:55 PM IST 2026
Fri May  1 15:30:55 2026       
+-----------------------------------------------------------------------------------------+
| NVIDIA-SMI 580.142                Driver Version: 580.142        CUDA Version: 13.0     |
+-----------------------------------------+------------------------+----------------------+
| GPU  Name                 Persistence-M | Bus-Id          Disp.A | Volatile Uncorr. ECC |
| Fan  Temp   Perf          Pwr:Usage/Cap |           Memory-Usage | GPU-Util  Compute M. |
|                                         |                        |               MIG M. |
|=========================================+========================+======================|
|   0  NVIDIA RTX A500 Laptop GPU     On  |   00000000:01:00.0 Off |                  N/A |
| N/A   60C    P8              3W /   20W |       7MiB /   4096MiB |      0%      Default |
|                                         |                        |                  N/A |
+-----------------------------------------+------------------------+----------------------+

+-----------------------------------------------------------------------------------------+
| Processes:                                                                              |
|  GPU   GI   CI              PID   Type   Process name                        GPU Memory |
|        ID   ID                                                               Usage      |
|=========================================================================================|
|    0   N/A  N/A             822      G   /usr/lib/Xorg                             4MiB |
+-----------------------------------------------------------------------------------------+
Fri May  1 03:30:55 PM IST 2026
Fri May  1 15:30:55 2026       
+-----------------------------------------------------------------------------------------+
| NVIDIA-SMI 580.142                Driver Version: 580.142        CUDA Version: 13.0     |
+-----------------------------------------+------------------------+----------------------+
| GPU  Name                 Persistence-M | Bus-Id          Disp.A | Volatile Uncorr. ECC |
| Fan  Temp   Perf          Pwr:Usage/Cap |           Memory-Usage | GPU-Util  Compute M. |
|                                         |                        |               MIG M. |
|=========================================+========================+======================|
|   0  NVIDIA RTX A500 Laptop GPU     On  |   00000000:01:00.0 Off |                  N/A |
| N/A   60C    P8              3W /   20W |       7MiB /   4096MiB |      0%      Default |
|                                         |                        |                  N/A |
+-----------------------------------------+------------------------+----------------------+

+-----------------------------------------------------------------------------------------+
| Processes:                                                                              |
|  GPU   GI   CI              PID   Type   Process name                        GPU Memory |
|        ID   ID                                                               Usage      |
|=========================================================================================|
|    0   N/A  N/A             822      G   /usr/lib/Xorg                             4MiB |
+-----------------------------------------------------------------------------------------+
Fri May  1 03:30:56 PM IST 2026
Fri May  1 15:30:56 2026       
+-----------------------------------------------------------------------------------------+
| NVIDIA-SMI 580.142                Driver Version: 580.142        CUDA Version: 13.0     |
+-----------------------------------------+------------------------+----------------------+
| GPU  Name                 Persistence-M | Bus-Id          Disp.A | Volatile Uncorr. ECC |
| Fan  Temp   Perf          Pwr:Usage/Cap |           Memory-Usage | GPU-Util  Compute M. |
|                                         |                        |               MIG M. |
|=========================================+========================+======================|
|   0  NVIDIA RTX A500 Laptop GPU     On  |   00000000:01:00.0 Off |                  N/A |
| N/A   60C    P8              3W /   20W |       7MiB /   4096MiB |      0%      Default |
|                                         |                        |                  N/A |
+-----------------------------------------+------------------------+----------------------+

+-----------------------------------------------------------------------------------------+
| Processes:                                                                              |
|  GPU   GI   CI              PID   Type   Process name                        GPU Memory |
|        ID   ID                                                               Usage      |
|=========================================================================================|
|    0   N/A  N/A             822      G   /usr/lib/Xorg                             4MiB |
+-----------------------------------------------------------------------------------------+
Fri May  1 03:30:56 PM IST 2026
Fri May  1 15:30:56 2026       
+-----------------------------------------------------------------------------------------+
| NVIDIA-SMI 580.142                Driver Version: 580.142        CUDA Version: 13.0     |
+-----------------------------------------+------------------------+----------------------+
| GPU  Name                 Persistence-M | Bus-Id          Disp.A | Volatile Uncorr. ECC |
| Fan  Temp   Perf          Pwr:Usage/Cap |           Memory-Usage | GPU-Util  Compute M. |
|                                         |                        |               MIG M. |
|=========================================+========================+======================|
|   0  NVIDIA RTX A500 Laptop GPU     On  |   00000000:01:00.0 Off |                  N/A |
| N/A   60C    P8              3W /   20W |       7MiB /   4096MiB |      0%      Default |
|                                         |                        |                  N/A |
+-----------------------------------------+------------------------+----------------------+

+-----------------------------------------------------------------------------------------+
| Processes:                                                                              |
|  GPU   GI   CI              PID   Type   Process name                        GPU Memory |
|        ID   ID                                                               Usage      |
|=========================================================================================|
|    0   N/A  N/A             822      G   /usr/lib/Xorg                             4MiB |
+-----------------------------------------------------------------------------------------+
Fri May  1 03:30:57 PM IST 2026
Fri May  1 15:30:57 2026       
+-----------------------------------------------------------------------------------------+
| NVIDIA-SMI 580.142                Driver Version: 580.142        CUDA Version: 13.0     |
+-----------------------------------------+------------------------+----------------------+
| GPU  Name                 Persistence-M | Bus-Id          Disp.A | Volatile Uncorr. ECC |
| Fan  Temp   Perf          Pwr:Usage/Cap |           Memory-Usage | GPU-Util  Compute M. |
|                                         |                        |               MIG M. |
|=========================================+========================+======================|
|   0  NVIDIA RTX A500 Laptop GPU     On  |   00000000:01:00.0 Off |                  N/A |
| N/A   60C    P8              3W /   20W |       7MiB /   4096MiB |      0%      Default |
|                                         |                        |                  N/A |
+-----------------------------------------+------------------------+----------------------+

+-----------------------------------------------------------------------------------------+
| Processes:                                                                              |
|  GPU   GI   CI              PID   Type   Process name                        GPU Memory |
|        ID   ID                                                               Usage      |
|=========================================================================================|
|    0   N/A  N/A             822      G   /usr/lib/Xorg                             4MiB |
+-----------------------------------------------------------------------------------------+
Fri May  1 03:30:57 PM IST 2026
Fri May  1 15:30:57 2026       
+-----------------------------------------------------------------------------------------+
| NVIDIA-SMI 580.142                Driver Version: 580.142        CUDA Version: 13.0     |
+-----------------------------------------+------------------------+----------------------+
| GPU  Name                 Persistence-M | Bus-Id          Disp.A | Volatile Uncorr. ECC |
| Fan  Temp   Perf          Pwr:Usage/Cap |           Memory-Usage | GPU-Util  Compute M. |
|                                         |                        |               MIG M. |
|=========================================+========================+======================|
|   0  NVIDIA RTX A500 Laptop GPU     On  |   00000000:01:00.0 Off |                  N/A |
| N/A   60C    P8              3W /   20W |       7MiB /   4096MiB |      0%      Default |
|                                         |                        |                  N/A |
+-----------------------------------------+------------------------+----------------------+

+-----------------------------------------------------------------------------------------+
| Processes:                                                                              |
|  GPU   GI   CI              PID   Type   Process name                        GPU Memory |
|        ID   ID                                                               Usage      |
|=========================================================================================|
|    0   N/A  N/A             822      G   /usr/lib/Xorg                             4MiB |
+-----------------------------------------------------------------------------------------+
Fri May  1 03:30:58 PM IST 2026
Fri May  1 15:30:58 2026       
+-----------------------------------------------------------------------------------------+
| NVIDIA-SMI 580.142                Driver Version: 580.142        CUDA Version: 13.0     |
+-----------------------------------------+------------------------+----------------------+
| GPU  Name                 Persistence-M | Bus-Id          Disp.A | Volatile Uncorr. ECC |
| Fan  Temp   Perf          Pwr:Usage/Cap |           Memory-Usage | GPU-Util  Compute M. |
|                                         |                        |               MIG M. |
|=========================================+========================+======================|
|   0  NVIDIA RTX A500 Laptop GPU     On  |   00000000:01:00.0 Off |                  N/A |
| N/A   60C    P8              3W /   20W |       7MiB /   4096MiB |      0%      Default |
|                                         |                        |                  N/A |
+-----------------------------------------+------------------------+----------------------+

+-----------------------------------------------------------------------------------------+
| Processes:                                                                              |
|  GPU   GI   CI              PID   Type   Process name                        GPU Memory |
|        ID   ID                                                               Usage      |
|=========================================================================================|
|    0   N/A  N/A             822      G   /usr/lib/Xorg                             4MiB |
+-----------------------------------------------------------------------------------------+
Fri May  1 03:30:58 PM IST 2026
Fri May  1 15:30:58 2026       
+-----------------------------------------------------------------------------------------+
| NVIDIA-SMI 580.142                Driver Version: 580.142        CUDA Version: 13.0     |
+-----------------------------------------+------------------------+----------------------+
| GPU  Name                 Persistence-M | Bus-Id          Disp.A | Volatile Uncorr. ECC |
| Fan  Temp   Perf          Pwr:Usage/Cap |           Memory-Usage | GPU-Util  Compute M. |
|                                         |                        |               MIG M. |
|=========================================+========================+======================|
|   0  NVIDIA RTX A500 Laptop GPU     On  |   00000000:01:00.0 Off |                  N/A |
| N/A   60C    P8              3W /   20W |       7MiB /   4096MiB |      0%      Default |
|                                         |                        |                  N/A |
+-----------------------------------------+------------------------+----------------------+

+-----------------------------------------------------------------------------------------+
| Processes:                                                                              |
|  GPU   GI   CI              PID   Type   Process name                        GPU Memory |
|        ID   ID                                                               Usage      |
|=========================================================================================|
|    0   N/A  N/A             822      G   /usr/lib/Xorg                             4MiB |
+-----------------------------------------------------------------------------------------+
Fri May  1 03:30:59 PM IST 2026
Fri May  1 15:30:59 2026       
+-----------------------------------------------------------------------------------------+
| NVIDIA-SMI 580.142                Driver Version: 580.142        CUDA Version: 13.0     |
+-----------------------------------------+------------------------+----------------------+
| GPU  Name                 Persistence-M | Bus-Id          Disp.A | Volatile Uncorr. ECC |
| Fan  Temp   Perf          Pwr:Usage/Cap |           Memory-Usage | GPU-Util  Compute M. |
|                                         |                        |               MIG M. |
|=========================================+========================+======================|
|   0  NVIDIA RTX A500 Laptop GPU     On  |   00000000:01:00.0 Off |                  N/A |
| N/A   60C    P8              3W /   20W |       7MiB /   4096MiB |      0%      Default |
|                                         |                        |                  N/A |
+-----------------------------------------+------------------------+----------------------+

+-----------------------------------------------------------------------------------------+
| Processes:                                                                              |
|  GPU   GI   CI              PID   Type   Process name                        GPU Memory |
|        ID   ID                                                               Usage      |
|=========================================================================================|
|    0   N/A  N/A             822      G   /usr/lib/Xorg                             4MiB |
+-----------------------------------------------------------------------------------------+
Fri May  1 03:30:59 PM IST 2026
Fri May  1 15:30:59 2026       
+-----------------------------------------------------------------------------------------+
| NVIDIA-SMI 580.142                Driver Version: 580.142        CUDA Version: 13.0     |
+-----------------------------------------+------------------------+----------------------+
| GPU  Name                 Persistence-M | Bus-Id          Disp.A | Volatile Uncorr. ECC |
| Fan  Temp   Perf          Pwr:Usage/Cap |           Memory-Usage | GPU-Util  Compute M. |
|                                         |                        |               MIG M. |
|=========================================+========================+======================|
|   0  NVIDIA RTX A500 Laptop GPU     On  |   00000000:01:00.0 Off |                  N/A |
| N/A   60C    P8              3W /   20W |       7MiB /   4096MiB |      0%      Default |
|                                         |                        |                  N/A |
+-----------------------------------------+------------------------+----------------------+

+-----------------------------------------------------------------------------------------+
| Processes:                                                                              |
|  GPU   GI   CI              PID   Type   Process name                        GPU Memory |
|        ID   ID                                                               Usage      |
|=========================================================================================|
|    0   N/A  N/A             822      G   /usr/lib/Xorg                             4MiB |
+-----------------------------------------------------------------------------------------+
Fri May  1 03:31:00 PM IST 2026
Fri May  1 15:31:00 2026       
+-----------------------------------------------------------------------------------------+
| NVIDIA-SMI 580.142                Driver Version: 580.142        CUDA Version: 13.0     |
+-----------------------------------------+------------------------+----------------------+
| GPU  Name                 Persistence-M | Bus-Id          Disp.A | Volatile Uncorr. ECC |
| Fan  Temp   Perf          Pwr:Usage/Cap |           Memory-Usage | GPU-Util  Compute M. |
|                                         |                        |               MIG M. |
|=========================================+========================+======================|
|   0  NVIDIA RTX A500 Laptop GPU     On  |   00000000:01:00.0 Off |                  N/A |
| N/A   60C    P8              3W /   20W |       7MiB /   4096MiB |      0%      Default |
|                                         |                        |                  N/A |
+-----------------------------------------+------------------------+----------------------+

+-----------------------------------------------------------------------------------------+
| Processes:                                                                              |
|  GPU   GI   CI              PID   Type   Process name                        GPU Memory |
|        ID   ID                                                               Usage      |
|=========================================================================================|
|    0   N/A  N/A             822      G   /usr/lib/Xorg                             4MiB |
+-----------------------------------------------------------------------------------------+
Fri May  1 03:31:01 PM IST 2026
Fri May  1 15:31:01 2026       
+-----------------------------------------------------------------------------------------+
| NVIDIA-SMI 580.142                Driver Version: 580.142        CUDA Version: 13.0     |
+-----------------------------------------+------------------------+----------------------+
| GPU  Name                 Persistence-M | Bus-Id          Disp.A | Volatile Uncorr. ECC |
| Fan  Temp   Perf          Pwr:Usage/Cap |           Memory-Usage | GPU-Util  Compute M. |
|                                         |                        |               MIG M. |
|=========================================+========================+======================|
|   0  NVIDIA RTX A500 Laptop GPU     On  |   00000000:01:00.0 Off |                  N/A |
| N/A   60C    P8              3W /   20W |      16MiB /   4096MiB |      0%      Default |
|                                         |                        |                  N/A |
+-----------------------------------------+------------------------+----------------------+

+-----------------------------------------------------------------------------------------+
| Processes:                                                                              |
|  GPU   GI   CI              PID   Type   Process name                        GPU Memory |
|        ID   ID                                                               Usage      |
|=========================================================================================|
|    0   N/A  N/A             822      G   /usr/lib/Xorg                             4MiB |
|    0   N/A  N/A            2316      G   .../jvm/java-25-openjdk/bin/java          6MiB |
+-----------------------------------------------------------------------------------------+
Fri May  1 03:31:01 PM IST 2026
Fri May  1 15:31:01 2026       
+-----------------------------------------------------------------------------------------+
| NVIDIA-SMI 580.142                Driver Version: 580.142        CUDA Version: 13.0     |
+-----------------------------------------+------------------------+----------------------+
| GPU  Name                 Persistence-M | Bus-Id          Disp.A | Volatile Uncorr. ECC |
| Fan  Temp   Perf          Pwr:Usage/Cap |           Memory-Usage | GPU-Util  Compute M. |
|                                         |                        |               MIG M. |
|=========================================+========================+======================|
|   0  NVIDIA RTX A500 Laptop GPU     On  |   00000000:01:00.0 Off |                  N/A |
| N/A   60C    P0              5W /   20W |      29MiB /   4096MiB |      0%      Default |
|                                         |                        |                  N/A |
+-----------------------------------------+------------------------+----------------------+

+-----------------------------------------------------------------------------------------+
| Processes:                                                                              |
|  GPU   GI   CI              PID   Type   Process name                        GPU Memory |
|        ID   ID                                                               Usage      |
|=========================================================================================|
|    0   N/A  N/A             822      G   /usr/lib/Xorg                             4MiB |
|    0   N/A  N/A            2316      G   .../jvm/java-25-openjdk/bin/java         19MiB |
+-----------------------------------------------------------------------------------------+
Fri May  1 03:31:02 PM IST 2026
Fri May  1 15:31:02 2026       
+-----------------------------------------------------------------------------------------+
| NVIDIA-SMI 580.142                Driver Version: 580.142        CUDA Version: 13.0     |
+-----------------------------------------+------------------------+----------------------+
| GPU  Name                 Persistence-M | Bus-Id          Disp.A | Volatile Uncorr. ECC |
| Fan  Temp   Perf          Pwr:Usage/Cap |           Memory-Usage | GPU-Util  Compute M. |
|                                         |                        |               MIG M. |
|=========================================+========================+======================|
|   0  NVIDIA RTX A500 Laptop GPU     On  |   00000000:01:00.0 Off |                  N/A |
| N/A   61C    P0             10W /   20W |      29MiB /   4096MiB |      0%      Default |
|                                         |                        |                  N/A |
+-----------------------------------------+------------------------+----------------------+

Below is the P0->P3->P5 which DID cause the dGPU to drop off. Also on battery power.

Fri May  1 03:35:13 PM IST 2026
Fri May  1 15:35:13 2026       
+-----------------------------------------------------------------------------------------+
| NVIDIA-SMI 580.142                Driver Version: 580.142        CUDA Version: 13.0     |
+-----------------------------------------+------------------------+----------------------+
| GPU  Name                 Persistence-M | Bus-Id          Disp.A | Volatile Uncorr. ECC |
| Fan  Temp   Perf          Pwr:Usage/Cap |           Memory-Usage | GPU-Util  Compute M. |
|                                         |                        |               MIG M. |
|=========================================+========================+======================|
|   0  NVIDIA RTX A500 Laptop GPU     On  |   00000000:01:00.0 Off |                  N/A |
| N/A   66C    P0             13W /   20W |     533MiB /   4096MiB |      9%      Default |
|                                         |                        |                  N/A |
+-----------------------------------------+------------------------+----------------------+

+-----------------------------------------------------------------------------------------+
| Processes:                                                                              |
|  GPU   GI   CI              PID   Type   Process name                        GPU Memory |
|        ID   ID                                                               Usage      |
|=========================================================================================|
|    0   N/A  N/A             822      G   /usr/lib/Xorg                             4MiB |
|    0   N/A  N/A            2316    C+G   .../jvm/java-25-openjdk/bin/java        521MiB |
+-----------------------------------------------------------------------------------------+
Fri May  1 03:35:14 PM IST 2026
Fri May  1 15:35:14 2026       
+-----------------------------------------------------------------------------------------+
| NVIDIA-SMI 580.142                Driver Version: 580.142        CUDA Version: 13.0     |
+-----------------------------------------+------------------------+----------------------+
| GPU  Name                 Persistence-M | Bus-Id          Disp.A | Volatile Uncorr. ECC |
| Fan  Temp   Perf          Pwr:Usage/Cap |           Memory-Usage | GPU-Util  Compute M. |
|                                         |                        |               MIG M. |
|=========================================+========================+======================|
|   0  NVIDIA RTX A500 Laptop GPU     On  |   00000000:01:00.0 Off |                  N/A |
| N/A   66C    P3             11W /   20W |     511MiB /   4096MiB |      9%      Default |
|                                         |                        |                  N/A |
+-----------------------------------------+------------------------+----------------------+

+-----------------------------------------------------------------------------------------+
| Processes:                                                                              |
|  GPU   GI   CI              PID   Type   Process name                        GPU Memory |
|        ID   ID                                                               Usage      |
|=========================================================================================|
|    0   N/A  N/A             822      G   /usr/lib/Xorg                             4MiB |
|    0   N/A  N/A            2316    C+G   .../jvm/java-25-openjdk/bin/java        499MiB |
+-----------------------------------------------------------------------------------------+
Fri May  1 03:35:14 PM IST 2026
Fri May  1 15:35:14 2026       
+-----------------------------------------------------------------------------------------+
| NVIDIA-SMI 580.142                Driver Version: 580.142        CUDA Version: 13.0     |
+-----------------------------------------+------------------------+----------------------+
| GPU  Name                 Persistence-M | Bus-Id          Disp.A | Volatile Uncorr. ECC |
| Fan  Temp   Perf          Pwr:Usage/Cap |           Memory-Usage | GPU-Util  Compute M. |
|                                         |                        |               MIG M. |
|=========================================+========================+======================|
|   0  NVIDIA RTX A500 Laptop GPU     On  |   00000000:01:00.0 Off |                  N/A |
| N/A   65C    P3              9W /   20W |     485MiB /   4096MiB |      7%      Default |
|                                         |                        |                  N/A |
+-----------------------------------------+------------------------+----------------------+

+-----------------------------------------------------------------------------------------+
| Processes:                                                                              |
|  GPU   GI   CI              PID   Type   Process name                        GPU Memory |
|        ID   ID                                                               Usage      |
|=========================================================================================|
|    0   N/A  N/A             822      G   /usr/lib/Xorg                             4MiB |
|    0   N/A  N/A            2316    C+G   .../jvm/java-25-openjdk/bin/java        474MiB |
+-----------------------------------------------------------------------------------------+
Fri May  1 03:35:15 PM IST 2026
Fri May  1 15:35:15 2026       
+-----------------------------------------------------------------------------------------+
| NVIDIA-SMI 580.142                Driver Version: 580.142        CUDA Version: 13.0     |
+-----------------------------------------+------------------------+----------------------+
| GPU  Name                 Persistence-M | Bus-Id          Disp.A | Volatile Uncorr. ECC |
| Fan  Temp   Perf          Pwr:Usage/Cap |           Memory-Usage | GPU-Util  Compute M. |
|                                         |                        |               MIG M. |
|=========================================+========================+======================|
|   0  NVIDIA RTX A500 Laptop GPU     On  |   00000000:01:00.0 Off |                  N/A |
| N/A   65C    P3              7W /   20W |     472MiB /   4096MiB |      7%      Default |
|                                         |                        |                  N/A |
+-----------------------------------------+------------------------+----------------------+

+-----------------------------------------------------------------------------------------+
| Processes:                                                                              |
|  GPU   GI   CI              PID   Type   Process name                        GPU Memory |
|        ID   ID                                                               Usage      |
|=========================================================================================|
|    0   N/A  N/A             822      G   /usr/lib/Xorg                             4MiB |
|    0   N/A  N/A            2316    C+G   .../jvm/java-25-openjdk/bin/java        460MiB |
+-----------------------------------------------------------------------------------------+
Fri May  1 03:35:15 PM IST 2026
Fri May  1 15:35:15 2026       
+-----------------------------------------------------------------------------------------+
| NVIDIA-SMI 580.142                Driver Version: 580.142        CUDA Version: 13.0     |
+-----------------------------------------+------------------------+----------------------+
| GPU  Name                 Persistence-M | Bus-Id          Disp.A | Volatile Uncorr. ECC |
| Fan  Temp   Perf          Pwr:Usage/Cap |           Memory-Usage | GPU-Util  Compute M. |
|                                         |                        |               MIG M. |
|=========================================+========================+======================|
|   0  NVIDIA RTX A500 Laptop GPU     On  |   00000000:01:00.0 Off |                  N/A |
| N/A   65C    P3              7W /   20W |     445MiB /   4096MiB |     10%      Default |
|                                         |                        |                  N/A |
+-----------------------------------------+------------------------+----------------------+

+-----------------------------------------------------------------------------------------+
| Processes:                                                                              |
|  GPU   GI   CI              PID   Type   Process name                        GPU Memory |
|        ID   ID                                                               Usage      |
|=========================================================================================|
|    0   N/A  N/A             822      G   /usr/lib/Xorg                             4MiB |
|    0   N/A  N/A            2316    C+G   .../jvm/java-25-openjdk/bin/java        434MiB |
+-----------------------------------------------------------------------------------------+
Fri May  1 03:35:16 PM IST 2026
Fri May  1 15:35:16 2026       
+-----------------------------------------------------------------------------------------+
| NVIDIA-SMI 580.142                Driver Version: 580.142        CUDA Version: 13.0     |
+-----------------------------------------+------------------------+----------------------+
| GPU  Name                 Persistence-M | Bus-Id          Disp.A | Volatile Uncorr. ECC |
| Fan  Temp   Perf          Pwr:Usage/Cap |           Memory-Usage | GPU-Util  Compute M. |
|                                         |                        |               MIG M. |
|=========================================+========================+======================|
|   0  NVIDIA RTX A500 Laptop GPU     On  |   00000000:01:00.0 Off |                  N/A |
| N/A   65C    P3              6W /   20W |     416MiB /   4096MiB |     10%      Default |
|                                         |                        |                  N/A |
+-----------------------------------------+------------------------+----------------------+

+-----------------------------------------------------------------------------------------+
| Processes:                                                                              |
|  GPU   GI   CI              PID   Type   Process name                        GPU Memory |
|        ID   ID                                                               Usage      |
|=========================================================================================|
|    0   N/A  N/A             822      G   /usr/lib/Xorg                             4MiB |
|    0   N/A  N/A            2316    C+G   .../jvm/java-25-openjdk/bin/java        405MiB |
+-----------------------------------------------------------------------------------------+
Fri May  1 03:35:16 PM IST 2026
Fri May  1 15:35:16 2026       
+-----------------------------------------------------------------------------------------+
| NVIDIA-SMI 580.142                Driver Version: 580.142        CUDA Version: 13.0     |
+-----------------------------------------+------------------------+----------------------+
| GPU  Name                 Persistence-M | Bus-Id          Disp.A | Volatile Uncorr. ECC |
| Fan  Temp   Perf          Pwr:Usage/Cap |           Memory-Usage | GPU-Util  Compute M. |
|                                         |                        |               MIG M. |
|=========================================+========================+======================|
|   0  NVIDIA RTX A500 Laptop GPU     On  |   00000000:01:00.0 Off |                  N/A |
| N/A   64C    P3              5W /   20W |     403MiB /   4096MiB |     25%      Default |
|                                         |                        |                  N/A |
+-----------------------------------------+------------------------+----------------------+

+-----------------------------------------------------------------------------------------+
| Processes:                                                                              |
|  GPU   GI   CI              PID   Type   Process name                        GPU Memory |
|        ID   ID                                                               Usage      |
|=========================================================================================|
|    0   N/A  N/A             822      G   /usr/lib/Xorg                             4MiB |
|    0   N/A  N/A            2316    C+G   .../jvm/java-25-openjdk/bin/java        392MiB |
+-----------------------------------------------------------------------------------------+
Fri May  1 03:35:17 PM IST 2026
Fri May  1 15:35:17 2026       
+-----------------------------------------------------------------------------------------+
| NVIDIA-SMI 580.142                Driver Version: 580.142        CUDA Version: 13.0     |
+-----------------------------------------+------------------------+----------------------+
| GPU  Name                 Persistence-M | Bus-Id          Disp.A | Volatile Uncorr. ECC |
| Fan  Temp   Perf          Pwr:Usage/Cap |           Memory-Usage | GPU-Util  Compute M. |
|                                         |                        |               MIG M. |
|=========================================+========================+======================|
|   0  NVIDIA RTX A500 Laptop GPU     On  |   00000000:01:00.0 Off |                  N/A |
| N/A   64C    P3              5W /   20W |     349MiB /   4096MiB |     25%      Default |
|                                         |                        |                  N/A |
+-----------------------------------------+------------------------+----------------------+

+-----------------------------------------------------------------------------------------+
| Processes:                                                                              |
|  GPU   GI   CI              PID   Type   Process name                        GPU Memory |
|        ID   ID                                                               Usage      |
|=========================================================================================|
|    0   N/A  N/A             822      G   /usr/lib/Xorg                             4MiB |
|    0   N/A  N/A            2316    C+G   .../jvm/java-25-openjdk/bin/java        338MiB |
+-----------------------------------------------------------------------------------------+
Fri May  1 03:35:17 PM IST 2026
Fri May  1 15:35:17 2026       
+-----------------------------------------------------------------------------------------+
| NVIDIA-SMI 580.142                Driver Version: 580.142        CUDA Version: 13.0     |
+-----------------------------------------+------------------------+----------------------+
| GPU  Name                 Persistence-M | Bus-Id          Disp.A | Volatile Uncorr. ECC |
| Fan  Temp   Perf          Pwr:Usage/Cap |           Memory-Usage | GPU-Util  Compute M. |
|                                         |                        |               MIG M. |
|=========================================+========================+======================|
|   0  NVIDIA RTX A500 Laptop GPU     On  |   00000000:01:00.0 Off |                  N/A |
| N/A   64C    P3              5W /   20W |     349MiB /   4096MiB |     26%      Default |
|                                         |                        |                  N/A |
+-----------------------------------------+------------------------+----------------------+

+-----------------------------------------------------------------------------------------+
| Processes:                                                                              |
|  GPU   GI   CI              PID   Type   Process name                        GPU Memory |
|        ID   ID                                                               Usage      |
|=========================================================================================|
|    0   N/A  N/A             822      G   /usr/lib/Xorg                             4MiB |
|    0   N/A  N/A            2316    C+G   .../jvm/java-25-openjdk/bin/java        338MiB |
+-----------------------------------------------------------------------------------------+
Fri May  1 03:35:18 PM IST 2026
Fri May  1 15:35:18 2026       
+-----------------------------------------------------------------------------------------+
| NVIDIA-SMI 580.142                Driver Version: 580.142        CUDA Version: 13.0     |
+-----------------------------------------+------------------------+----------------------+
| GPU  Name                 Persistence-M | Bus-Id          Disp.A | Volatile Uncorr. ECC |
| Fan  Temp   Perf          Pwr:Usage/Cap |           Memory-Usage | GPU-Util  Compute M. |
|                                         |                        |               MIG M. |
|=========================================+========================+======================|
|   0  NVIDIA RTX A500 Laptop GPU     On  |   00000000:01:00.0 Off |                  N/A |
| N/A   64C    P3              6W /   20W |     349MiB /   4096MiB |     26%      Default |
|                                         |                        |                  N/A |
+-----------------------------------------+------------------------+----------------------+

+-----------------------------------------------------------------------------------------+
| Processes:                                                                              |
|  GPU   GI   CI              PID   Type   Process name                        GPU Memory |
|        ID   ID                                                               Usage      |
|=========================================================================================|
|    0   N/A  N/A             822      G   /usr/lib/Xorg                             4MiB |
|    0   N/A  N/A            2316    C+G   .../jvm/java-25-openjdk/bin/java        338MiB |
+-----------------------------------------------------------------------------------------+
Fri May  1 03:35:18 PM IST 2026
Fri May  1 15:35:18 2026       
+-----------------------------------------------------------------------------------------+
| NVIDIA-SMI 580.142                Driver Version: 580.142        CUDA Version: 13.0     |
+-----------------------------------------+------------------------+----------------------+
| GPU  Name                 Persistence-M | Bus-Id          Disp.A | Volatile Uncorr. ECC |
| Fan  Temp   Perf          Pwr:Usage/Cap |           Memory-Usage | GPU-Util  Compute M. |
|                                         |                        |               MIG M. |
|=========================================+========================+======================|
|   0  NVIDIA RTX A500 Laptop GPU     On  |   00000000:01:00.0 Off |                  N/A |
| N/A   64C    P5              6W /   20W |     349MiB /   4096MiB |     23%      Default |
|                                         |                        |                  N/A |
+-----------------------------------------+------------------------+----------------------+

+-----------------------------------------------------------------------------------------+
| Processes:                                                                              |
|  GPU   GI   CI              PID   Type   Process name                        GPU Memory |
|        ID   ID                                                               Usage      |
|=========================================================================================|
|    0   N/A  N/A             822      G   /usr/lib/Xorg                             4MiB |
|    0   N/A  N/A            2316    C+G   .../jvm/java-25-openjdk/bin/java        338MiB |
+-----------------------------------------------------------------------------------------+
Fri May  1 03:35:19 PM IST 2026
Fri May  1 15:35:19 2026       
+-----------------------------------------------------------------------------------------+
| NVIDIA-SMI 580.142                Driver Version: 580.142        CUDA Version: 13.0     |
+-----------------------------------------+------------------------+----------------------+
| GPU  Name                 Persistence-M | Bus-Id          Disp.A | Volatile Uncorr. ECC |
| Fan  Temp   Perf          Pwr:Usage/Cap |           Memory-Usage | GPU-Util  Compute M. |
|                                         |                        |               MIG M. |
|=========================================+========================+======================|
|   0  NVIDIA RTX A500 Laptop GPU     On  |   00000000:01:00.0 Off |                  N/A |
| N/A   64C    P5              6W /   20W |     349MiB /   4096MiB |     23%      Default |
|                                         |                        |                  N/A |
+-----------------------------------------+------------------------+----------------------+

+-----------------------------------------------------------------------------------------+
| Processes:                                                                              |
|  GPU   GI   CI              PID   Type   Process name                        GPU Memory |
|        ID   ID                                                               Usage      |
|=========================================================================================|
|    0   N/A  N/A             822      G   /usr/lib/Xorg                             4MiB |
|    0   N/A  N/A            2316    C+G   .../jvm/java-25-openjdk/bin/java        338MiB |
+-----------------------------------------------------------------------------------------+
Fri May  1 03:35:19 PM IST 2026
Fri May  1 15:35:19 2026       
+-----------------------------------------------------------------------------------------+
| NVIDIA-SMI 580.142                Driver Version: 580.142        CUDA Version: 13.0     |
+-----------------------------------------+------------------------+----------------------+
| GPU  Name                 Persistence-M | Bus-Id          Disp.A | Volatile Uncorr. ECC |
| Fan  Temp   Perf          Pwr:Usage/Cap |           Memory-Usage | GPU-Util  Compute M. |
|                                         |                        |               MIG M. |
|=========================================+========================+======================|
|   0  NVIDIA RTX A500 Laptop GPU     On  |   00000000:01:00.0 Off |                  N/A |
| N/A   63C    P5              6W /   20W |     349MiB /   4096MiB |     23%      Default |
|                                         |                        |                  N/A |
+-----------------------------------------+------------------------+----------------------+

+-----------------------------------------------------------------------------------------+
| Processes:                                                                              |
|  GPU   GI   CI              PID   Type   Process name                        GPU Memory |
|        ID   ID                                                               Usage      |
|=========================================================================================|
|    0   N/A  N/A             822      G   /usr/lib/Xorg                             4MiB |
|    0   N/A  N/A            2316    C+G   .../jvm/java-25-openjdk/bin/java        338MiB |
+-----------------------------------------------------------------------------------------+
Fri May  1 03:35:20 PM IST 2026
Fri May  1 15:35:20 2026       
+-----------------------------------------------------------------------------------------+
| NVIDIA-SMI 580.142                Driver Version: 580.142        CUDA Version: 13.0     |
+-----------------------------------------+------------------------+----------------------+
| GPU  Name                 Persistence-M | Bus-Id          Disp.A | Volatile Uncorr. ECC |
| Fan  Temp   Perf          Pwr:Usage/Cap |           Memory-Usage | GPU-Util  Compute M. |
|                                         |                        |               MIG M. |
|=========================================+========================+======================|
|   0  NVIDIA RTX A500 Laptop GPU     On  |   00000000:01:00.0 Off |                  N/A |
| N/A   63C    P5              6W /   20W |     349MiB /   4096MiB |     22%      Default |
|                                         |                        |                  N/A |
+-----------------------------------------+------------------------+----------------------+

+-----------------------------------------------------------------------------------------+
| Processes:                                                                              |
|  GPU   GI   CI              PID   Type   Process name                        GPU Memory |
|        ID   ID                                                               Usage      |
|=========================================================================================|
|    0   N/A  N/A             822      G   /usr/lib/Xorg                             4MiB |
|    0   N/A  N/A            2316    C+G   .../jvm/java-25-openjdk/bin/java        338MiB |
+-----------------------------------------------------------------------------------------+
Fri May  1 03:35:20 PM IST 2026
Fri May  1 15:35:20 2026       
+-----------------------------------------------------------------------------------------+
| NVIDIA-SMI 580.142                Driver Version: 580.142        CUDA Version: 13.0     |
+-----------------------------------------+------------------------+----------------------+
| GPU  Name                 Persistence-M | Bus-Id          Disp.A | Volatile Uncorr. ECC |
| Fan  Temp   Perf          Pwr:Usage/Cap |           Memory-Usage | GPU-Util  Compute M. |
|                                         |                        |               MIG M. |
|=========================================+========================+======================|
|   0  NVIDIA RTX A500 Laptop GPU     On  |   00000000:01:00.0 Off |                  N/A |
| N/A   63C    P5              6W /   20W |     349MiB /   4096MiB |     22%      Default |
|                                         |                        |                  N/A |
+-----------------------------------------+------------------------+----------------------+

+-----------------------------------------------------------------------------------------+
| Processes:                                                                              |
|  GPU   GI   CI              PID   Type   Process name                        GPU Memory |
|        ID   ID                                                               Usage      |
|=========================================================================================|
|    0   N/A  N/A             822      G   /usr/lib/Xorg                             4MiB |
|    0   N/A  N/A            2316    C+G   .../jvm/java-25-openjdk/bin/java        338MiB |
+-----------------------------------------------------------------------------------------+
Fri May  1 03:35:21 PM IST 2026
Fri May  1 15:35:21 2026       
+-----------------------------------------------------------------------------------------+
| NVIDIA-SMI 580.142                Driver Version: 580.142        CUDA Version: 13.0     |
+-----------------------------------------+------------------------+----------------------+
| GPU  Name                 Persistence-M | Bus-Id          Disp.A | Volatile Uncorr. ECC |
| Fan  Temp   Perf          Pwr:Usage/Cap |           Memory-Usage | GPU-Util  Compute M. |
|                                         |                        |               MIG M. |
|=========================================+========================+======================|
|   0  NVIDIA RTX A500 Laptop GPU     On  |   00000000:01:00.0 Off |                  N/A |
| N/A   63C    P5              6W /   20W |     349MiB /   4096MiB |     25%      Default |
|                                         |                        |                  N/A |
+-----------------------------------------+------------------------+----------------------+

+-----------------------------------------------------------------------------------------+
| Processes:                                                                              |
|  GPU   GI   CI              PID   Type   Process name                        GPU Memory |
|        ID   ID                                                               Usage      |
|=========================================================================================|
|    0   N/A  N/A             822      G   /usr/lib/Xorg                             4MiB |
|    0   N/A  N/A            2316    C+G   .../jvm/java-25-openjdk/bin/java        338MiB |
+-----------------------------------------------------------------------------------------+
Fri May  1 03:35:21 PM IST 2026
Fri May  1 15:35:21 2026       
+-----------------------------------------------------------------------------------------+
| NVIDIA-SMI 580.142                Driver Version: 580.142        CUDA Version: 13.0     |
+-----------------------------------------+------------------------+----------------------+
| GPU  Name                 Persistence-M | Bus-Id          Disp.A | Volatile Uncorr. ECC |
| Fan  Temp   Perf          Pwr:Usage/Cap |           Memory-Usage | GPU-Util  Compute M. |
|                                         |                        |               MIG M. |
|=========================================+========================+======================|
|   0  NVIDIA RTX A500 Laptop GPU     On  |   00000000:01:00.0 Off |                  N/A |
| N/A   63C    P5              6W /   20W |     349MiB /   4096MiB |     25%      Default |
|                                         |                        |                  N/A |
+-----------------------------------------+------------------------+----------------------+

+-----------------------------------------------------------------------------------------+
| Processes:                                                                              |
|  GPU   GI   CI              PID   Type   Process name                        GPU Memory |
|        ID   ID                                                               Usage      |
|=========================================================================================|
|    0   N/A  N/A             822      G   /usr/lib/Xorg                             4MiB |
|    0   N/A  N/A            2316    C+G   .../jvm/java-25-openjdk/bin/java        338MiB |
+-----------------------------------------------------------------------------------------+
Fri May  1 03:35:22 PM IST 2026
Fri May  1 15:35:22 2026       
+-----------------------------------------------------------------------------------------+
| NVIDIA-SMI 580.142                Driver Version: 580.142        CUDA Version: 13.0     |
+-----------------------------------------+------------------------+----------------------+
| GPU  Name                 Persistence-M | Bus-Id          Disp.A | Volatile Uncorr. ECC |
| Fan  Temp   Perf          Pwr:Usage/Cap |           Memory-Usage | GPU-Util  Compute M. |
|                                         |                        |               MIG M. |
|=========================================+========================+======================|
|   0  NVIDIA RTX A500 Laptop GPU     On  |   00000000:01:00.0 Off |                  N/A |
| N/A   63C    P5              6W /   20W |     349MiB /   4096MiB |     25%      Default |
|                                         |                        |                  N/A |
+-----------------------------------------+------------------------+----------------------+

+-----------------------------------------------------------------------------------------+
| Processes:                                                                              |
|  GPU   GI   CI              PID   Type   Process name                        GPU Memory |
|        ID   ID                                                               Usage      |
|=========================================================================================|
|    0   N/A  N/A             822      G   /usr/lib/Xorg                             4MiB |
|    0   N/A  N/A            2316    C+G   .../jvm/java-25-openjdk/bin/java        338MiB |
+-----------------------------------------------------------------------------------------+
Fri May  1 03:35:22 PM IST 2026
Fri May  1 15:35:22 2026       
+-----------------------------------------------------------------------------------------+
| NVIDIA-SMI 580.142                Driver Version: 580.142        CUDA Version: 13.0     |
+-----------------------------------------+------------------------+----------------------+
| GPU  Name                 Persistence-M | Bus-Id          Disp.A | Volatile Uncorr. ECC |
| Fan  Temp   Perf          Pwr:Usage/Cap |           Memory-Usage | GPU-Util  Compute M. |
|                                         |                        |               MIG M. |
|=========================================+========================+======================|
|   0  NVIDIA RTX A500 Laptop GPU     On  |   00000000:01:00.0 Off |                  N/A |
| N/A   63C    P5              6W /   20W |     349MiB /   4096MiB |     25%      Default |
|                                         |                        |                  N/A |
+-----------------------------------------+------------------------+----------------------+

+-----------------------------------------------------------------------------------------+
| Processes:                                                                              |
|  GPU   GI   CI              PID   Type   Process name                        GPU Memory |
|        ID   ID                                                               Usage      |
|=========================================================================================|
|    0   N/A  N/A             822      G   /usr/lib/Xorg                             4MiB |
|    0   N/A  N/A            2316    C+G   .../jvm/java-25-openjdk/bin/java        338MiB |
+-----------------------------------------------------------------------------------------+
Fri May  1 03:35:23 PM IST 2026
No devices were found
Fri May  1 03:35:23 PM IST 2026
No devices were found
Fri May  1 03:35:24 PM IST 2026
No devices were found
Fri May  1 03:35:24 PM IST 2026
No devices were found
Fri May  1 03:35:25 PM IST 2026
No devices were found
Fri May  1 03:35:26 PM IST 2026
No devices were found
Fri May  1 03:35:26 PM IST 2026
No devices were found
Fri May  1 03:35:27 PM IST 2026
No devices were found
Fri May  1 03:35:27 PM IST 2026
No devices were found

Below is the same P0 -> P3 -> P5 but this time on AC power. I couldn't get P0 -> P8 -> P0 to happen on AC.

Fri May  1 04:23:47 PM IST 2026
Fri May  1 16:23:47 2026       
+-----------------------------------------------------------------------------------------+
| NVIDIA-SMI 580.142                Driver Version: 580.142        CUDA Version: 13.0     |
+-----------------------------------------+------------------------+----------------------+
| GPU  Name                 Persistence-M | Bus-Id          Disp.A | Volatile Uncorr. ECC |
| Fan  Temp   Perf          Pwr:Usage/Cap |           Memory-Usage | GPU-Util  Compute M. |
|                                         |                        |               MIG M. |
|=========================================+========================+======================|
|   0  NVIDIA RTX A500 Laptop GPU     On  |   00000000:01:00.0 Off |                  N/A |
| N/A   66C    P0             12W /   30W |     648MiB /   4096MiB |      5%      Default |
|                                         |                        |                  N/A |
+-----------------------------------------+------------------------+----------------------+

+-----------------------------------------------------------------------------------------+
| Processes:                                                                              |
|  GPU   GI   CI              PID   Type   Process name                        GPU Memory |
|        ID   ID                                                               Usage      |
|=========================================================================================|
|    0   N/A  N/A             836      G   /usr/lib/Xorg                             4MiB |
|    0   N/A  N/A            2119    C+G   .../jvm/java-25-openjdk/bin/java        635MiB |
+-----------------------------------------------------------------------------------------+
Fri May  1 04:23:47 PM IST 2026
Fri May  1 16:23:47 2026       
+-----------------------------------------------------------------------------------------+
| NVIDIA-SMI 580.142                Driver Version: 580.142        CUDA Version: 13.0     |
+-----------------------------------------+------------------------+----------------------+
| GPU  Name                 Persistence-M | Bus-Id          Disp.A | Volatile Uncorr. ECC |
| Fan  Temp   Perf          Pwr:Usage/Cap |           Memory-Usage | GPU-Util  Compute M. |
|                                         |                        |               MIG M. |
|=========================================+========================+======================|
|   0  NVIDIA RTX A500 Laptop GPU     On  |   00000000:01:00.0 Off |                  N/A |
| N/A   66C    P0              9W /   30W |     659MiB /   4096MiB |     16%      Default |
|                                         |                        |                  N/A |
+-----------------------------------------+------------------------+----------------------+

+-----------------------------------------------------------------------------------------+
| Processes:                                                                              |
|  GPU   GI   CI              PID   Type   Process name                        GPU Memory |
|        ID   ID                                                               Usage      |
|=========================================================================================|
|    0   N/A  N/A             836      G   /usr/lib/Xorg                             4MiB |
|    0   N/A  N/A            2119    C+G   .../jvm/java-25-openjdk/bin/java        646MiB |
+-----------------------------------------------------------------------------------------+
Fri May  1 04:23:48 PM IST 2026
Fri May  1 16:23:48 2026       
+-----------------------------------------------------------------------------------------+
| NVIDIA-SMI 580.142                Driver Version: 580.142        CUDA Version: 13.0     |
+-----------------------------------------+------------------------+----------------------+
| GPU  Name                 Persistence-M | Bus-Id          Disp.A | Volatile Uncorr. ECC |
| Fan  Temp   Perf          Pwr:Usage/Cap |           Memory-Usage | GPU-Util  Compute M. |
|                                         |                        |               MIG M. |
|=========================================+========================+======================|
|   0  NVIDIA RTX A500 Laptop GPU     On  |   00000000:01:00.0 Off |                  N/A |
| N/A   66C    P3              8W /   30W |     622MiB /   4096MiB |     16%      Default |
|                                         |                        |                  N/A |
+-----------------------------------------+------------------------+----------------------+

+-----------------------------------------------------------------------------------------+
| Processes:                                                                              |
|  GPU   GI   CI              PID   Type   Process name                        GPU Memory |
|        ID   ID                                                               Usage      |
|=========================================================================================|
|    0   N/A  N/A             836      G   /usr/lib/Xorg                             4MiB |
|    0   N/A  N/A            2119    C+G   .../jvm/java-25-openjdk/bin/java        609MiB |
+-----------------------------------------------------------------------------------------+
Fri May  1 04:23:48 PM IST 2026
Fri May  1 16:23:48 2026       
+-----------------------------------------------------------------------------------------+
| NVIDIA-SMI 580.142                Driver Version: 580.142        CUDA Version: 13.0     |
+-----------------------------------------+------------------------+----------------------+
| GPU  Name                 Persistence-M | Bus-Id          Disp.A | Volatile Uncorr. ECC |
| Fan  Temp   Perf          Pwr:Usage/Cap |           Memory-Usage | GPU-Util  Compute M. |
|                                         |                        |               MIG M. |
|=========================================+========================+======================|
|   0  NVIDIA RTX A500 Laptop GPU     On  |   00000000:01:00.0 Off |                  N/A |
| N/A   65C    P3              8W /   30W |     605MiB /   4096MiB |     20%      Default |
|                                         |                        |                  N/A |
+-----------------------------------------+------------------------+----------------------+

+-----------------------------------------------------------------------------------------+
| Processes:                                                                              |
|  GPU   GI   CI              PID   Type   Process name                        GPU Memory |
|        ID   ID                                                               Usage      |
|=========================================================================================|
|    0   N/A  N/A             836      G   /usr/lib/Xorg                             4MiB |
|    0   N/A  N/A            2119    C+G   .../jvm/java-25-openjdk/bin/java        593MiB |
+-----------------------------------------------------------------------------------------+
Fri May  1 04:23:49 PM IST 2026
Fri May  1 16:23:49 2026       
+-----------------------------------------------------------------------------------------+
| NVIDIA-SMI 580.142                Driver Version: 580.142        CUDA Version: 13.0     |
+-----------------------------------------+------------------------+----------------------+
| GPU  Name                 Persistence-M | Bus-Id          Disp.A | Volatile Uncorr. ECC |
| Fan  Temp   Perf          Pwr:Usage/Cap |           Memory-Usage | GPU-Util  Compute M. |
|                                         |                        |               MIG M. |
|=========================================+========================+======================|
|   0  NVIDIA RTX A500 Laptop GPU     On  |   00000000:01:00.0 Off |                  N/A |
| N/A   65C    P3              8W /   30W |     585MiB /   4096MiB |     20%      Default |
|                                         |                        |                  N/A |
+-----------------------------------------+------------------------+----------------------+

+-----------------------------------------------------------------------------------------+
| Processes:                                                                              |
|  GPU   GI   CI              PID   Type   Process name                        GPU Memory |
|        ID   ID                                                               Usage      |
|=========================================================================================|
|    0   N/A  N/A             836      G   /usr/lib/Xorg                             4MiB |
|    0   N/A  N/A            2119    C+G   .../jvm/java-25-openjdk/bin/java        573MiB |
+-----------------------------------------------------------------------------------------+
Fri May  1 04:23:50 PM IST 2026
Fri May  1 16:23:50 2026       
+-----------------------------------------------------------------------------------------+
| NVIDIA-SMI 580.142                Driver Version: 580.142        CUDA Version: 13.0     |
+-----------------------------------------+------------------------+----------------------+
| GPU  Name                 Persistence-M | Bus-Id          Disp.A | Volatile Uncorr. ECC |
| Fan  Temp   Perf          Pwr:Usage/Cap |           Memory-Usage | GPU-Util  Compute M. |
|                                         |                        |               MIG M. |
|=========================================+========================+======================|
|   0  NVIDIA RTX A500 Laptop GPU     On  |   00000000:01:00.0 Off |                  N/A |
| N/A   65C    P3              8W /   30W |     558MiB /   4096MiB |     23%      Default |
|                                         |                        |                  N/A |
+-----------------------------------------+------------------------+----------------------+

+-----------------------------------------------------------------------------------------+
| Processes:                                                                              |
|  GPU   GI   CI              PID   Type   Process name                        GPU Memory |
|        ID   ID                                                               Usage      |
|=========================================================================================|
|    0   N/A  N/A             836      G   /usr/lib/Xorg                             4MiB |
|    0   N/A  N/A            2119    C+G   .../jvm/java-25-openjdk/bin/java        546MiB |
+-----------------------------------------------------------------------------------------+
Fri May  1 04:23:50 PM IST 2026
Fri May  1 16:23:50 2026       
+-----------------------------------------------------------------------------------------+
| NVIDIA-SMI 580.142                Driver Version: 580.142        CUDA Version: 13.0     |
+-----------------------------------------+------------------------+----------------------+
| GPU  Name                 Persistence-M | Bus-Id          Disp.A | Volatile Uncorr. ECC |
| Fan  Temp   Perf          Pwr:Usage/Cap |           Memory-Usage | GPU-Util  Compute M. |
|                                         |                        |               MIG M. |
|=========================================+========================+======================|
|   0  NVIDIA RTX A500 Laptop GPU     On  |   00000000:01:00.0 Off |                  N/A |
| N/A   64C    P3              8W /   30W |     545MiB /   4096MiB |     23%      Default |
|                                         |                        |                  N/A |
+-----------------------------------------+------------------------+----------------------+

+-----------------------------------------------------------------------------------------+
| Processes:                                                                              |
|  GPU   GI   CI              PID   Type   Process name                        GPU Memory |
|        ID   ID                                                               Usage      |
|=========================================================================================|
|    0   N/A  N/A             836      G   /usr/lib/Xorg                             4MiB |
|    0   N/A  N/A            2119    C+G   .../jvm/java-25-openjdk/bin/java        533MiB |
+-----------------------------------------------------------------------------------------+
Fri May  1 04:23:51 PM IST 2026
Fri May  1 16:23:51 2026       
+-----------------------------------------------------------------------------------------+
| NVIDIA-SMI 580.142                Driver Version: 580.142        CUDA Version: 13.0     |
+-----------------------------------------+------------------------+----------------------+
| GPU  Name                 Persistence-M | Bus-Id          Disp.A | Volatile Uncorr. ECC |
| Fan  Temp   Perf          Pwr:Usage/Cap |           Memory-Usage | GPU-Util  Compute M. |
|                                         |                        |               MIG M. |
|=========================================+========================+======================|
|   0  NVIDIA RTX A500 Laptop GPU     On  |   00000000:01:00.0 Off |                  N/A |
| N/A   64C    P3              7W /   30W |     515MiB /   4096MiB |     44%      Default |
|                                         |                        |                  N/A |
+-----------------------------------------+------------------------+----------------------+

+-----------------------------------------------------------------------------------------+
| Processes:                                                                              |
|  GPU   GI   CI              PID   Type   Process name                        GPU Memory |
|        ID   ID                                                               Usage      |
|=========================================================================================|
|    0   N/A  N/A             836      G   /usr/lib/Xorg                             4MiB |
|    0   N/A  N/A            2119    C+G   .../jvm/java-25-openjdk/bin/java        503MiB |
+-----------------------------------------------------------------------------------------+
Fri May  1 04:23:51 PM IST 2026
Fri May  1 16:23:51 2026       
+-----------------------------------------------------------------------------------------+
| NVIDIA-SMI 580.142                Driver Version: 580.142        CUDA Version: 13.0     |
+-----------------------------------------+------------------------+----------------------+
| GPU  Name                 Persistence-M | Bus-Id          Disp.A | Volatile Uncorr. ECC |
| Fan  Temp   Perf          Pwr:Usage/Cap |           Memory-Usage | GPU-Util  Compute M. |
|                                         |                        |               MIG M. |
|=========================================+========================+======================|
|   0  NVIDIA RTX A500 Laptop GPU     On  |   00000000:01:00.0 Off |                  N/A |
| N/A   64C    P3              7W /   30W |     501MiB /   4096MiB |     44%      Default |
|                                         |                        |                  N/A |
+-----------------------------------------+------------------------+----------------------+

+-----------------------------------------------------------------------------------------+
| Processes:                                                                              |
|  GPU   GI   CI              PID   Type   Process name                        GPU Memory |
|        ID   ID                                                               Usage      |
|=========================================================================================|
|    0   N/A  N/A             836      G   /usr/lib/Xorg                             4MiB |
|    0   N/A  N/A            2119    C+G   .../jvm/java-25-openjdk/bin/java        489MiB |
+-----------------------------------------------------------------------------------------+
Fri May  1 04:23:52 PM IST 2026
Fri May  1 16:23:52 2026       
+-----------------------------------------------------------------------------------------+
| NVIDIA-SMI 580.142                Driver Version: 580.142        CUDA Version: 13.0     |
+-----------------------------------------+------------------------+----------------------+
| GPU  Name                 Persistence-M | Bus-Id          Disp.A | Volatile Uncorr. ECC |
| Fan  Temp   Perf          Pwr:Usage/Cap |           Memory-Usage | GPU-Util  Compute M. |
|                                         |                        |               MIG M. |
|=========================================+========================+======================|
|   0  NVIDIA RTX A500 Laptop GPU     On  |   00000000:01:00.0 Off |                  N/A |
| N/A   63C    P3              6W /   30W |     479MiB /   4096MiB |     47%      Default |
|                                         |                        |                  N/A |
+-----------------------------------------+------------------------+----------------------+

+-----------------------------------------------------------------------------------------+
| Processes:                                                                              |
|  GPU   GI   CI              PID   Type   Process name                        GPU Memory |
|        ID   ID                                                               Usage      |
|=========================================================================================|
|    0   N/A  N/A             836      G   /usr/lib/Xorg                             4MiB |
|    0   N/A  N/A            2119    C+G   .../jvm/java-25-openjdk/bin/java        467MiB |
+-----------------------------------------------------------------------------------------+
Fri May  1 04:23:52 PM IST 2026
Fri May  1 16:23:52 2026       
+-----------------------------------------------------------------------------------------+
| NVIDIA-SMI 580.142                Driver Version: 580.142        CUDA Version: 13.0     |
+-----------------------------------------+------------------------+----------------------+
| GPU  Name                 Persistence-M | Bus-Id          Disp.A | Volatile Uncorr. ECC |
| Fan  Temp   Perf          Pwr:Usage/Cap |           Memory-Usage | GPU-Util  Compute M. |
|                                         |                        |               MIG M. |
|=========================================+========================+======================|
|   0  NVIDIA RTX A500 Laptop GPU     On  |   00000000:01:00.0 Off |                  N/A |
| N/A   63C    P3              7W /   30W |     433MiB /   4096MiB |     47%      Default |
|                                         |                        |                  N/A |
+-----------------------------------------+------------------------+----------------------+

+-----------------------------------------------------------------------------------------+
| Processes:                                                                              |
|  GPU   GI   CI              PID   Type   Process name                        GPU Memory |
|        ID   ID                                                               Usage      |
|=========================================================================================|
|    0   N/A  N/A             836      G   /usr/lib/Xorg                             4MiB |
|    0   N/A  N/A            2119    C+G   .../jvm/java-25-openjdk/bin/java        422MiB |
+-----------------------------------------------------------------------------------------+
Fri May  1 04:23:53 PM IST 2026
Fri May  1 16:23:53 2026       
+-----------------------------------------------------------------------------------------+
| NVIDIA-SMI 580.142                Driver Version: 580.142        CUDA Version: 13.0     |
+-----------------------------------------+------------------------+----------------------+
| GPU  Name                 Persistence-M | Bus-Id          Disp.A | Volatile Uncorr. ECC |
| Fan  Temp   Perf          Pwr:Usage/Cap |           Memory-Usage | GPU-Util  Compute M. |
|                                         |                        |               MIG M. |
|=========================================+========================+======================|
|   0  NVIDIA RTX A500 Laptop GPU     On  |   00000000:01:00.0 Off |                  N/A |
| N/A   64C    P3              8W /   30W |     420MiB /   4096MiB |     12%      Default |
|                                         |                        |                  N/A |
+-----------------------------------------+------------------------+----------------------+

+-----------------------------------------------------------------------------------------+
| Processes:                                                                              |
|  GPU   GI   CI              PID   Type   Process name                        GPU Memory |
|        ID   ID                                                               Usage      |
|=========================================================================================|
|    0   N/A  N/A             836      G   /usr/lib/Xorg                             4MiB |
|    0   N/A  N/A            2119    C+G   .../jvm/java-25-openjdk/bin/java        409MiB |
+-----------------------------------------------------------------------------------------+
Fri May  1 04:23:53 PM IST 2026
Fri May  1 16:23:53 2026       
+-----------------------------------------------------------------------------------------+
| NVIDIA-SMI 580.142                Driver Version: 580.142        CUDA Version: 13.0     |
+-----------------------------------------+------------------------+----------------------+
| GPU  Name                 Persistence-M | Bus-Id          Disp.A | Volatile Uncorr. ECC |
| Fan  Temp   Perf          Pwr:Usage/Cap |           Memory-Usage | GPU-Util  Compute M. |
|                                         |                        |               MIG M. |
|=========================================+========================+======================|
|   0  NVIDIA RTX A500 Laptop GPU     On  |   00000000:01:00.0 Off |                  N/A |
| N/A   63C    P3              9W /   30W |     346MiB /   4096MiB |     12%      Default |
|                                         |                        |                  N/A |
+-----------------------------------------+------------------------+----------------------+

+-----------------------------------------------------------------------------------------+
| Processes:                                                                              |
|  GPU   GI   CI              PID   Type   Process name                        GPU Memory |
|        ID   ID                                                               Usage      |
|=========================================================================================|
|    0   N/A  N/A             836      G   /usr/lib/Xorg                             4MiB |
|    0   N/A  N/A            2119    C+G   .../jvm/java-25-openjdk/bin/java        335MiB |
+-----------------------------------------------------------------------------------------+
Fri May  1 04:23:54 PM IST 2026
Fri May  1 16:23:54 2026       
+-----------------------------------------------------------------------------------------+
| NVIDIA-SMI 580.142                Driver Version: 580.142        CUDA Version: 13.0     |
+-----------------------------------------+------------------------+----------------------+
| GPU  Name                 Persistence-M | Bus-Id          Disp.A | Volatile Uncorr. ECC |
| Fan  Temp   Perf          Pwr:Usage/Cap |           Memory-Usage | GPU-Util  Compute M. |
|                                         |                        |               MIG M. |
|=========================================+========================+======================|
|   0  NVIDIA RTX A500 Laptop GPU     On  |   00000000:01:00.0 Off |                  N/A |
| N/A   63C    P3              9W /   30W |     346MiB /   4096MiB |     12%      Default |
|                                         |                        |                  N/A |
+-----------------------------------------+------------------------+----------------------+

+-----------------------------------------------------------------------------------------+
| Processes:                                                                              |
|  GPU   GI   CI              PID   Type   Process name                        GPU Memory |
|        ID   ID                                                               Usage      |
|=========================================================================================|
|    0   N/A  N/A             836      G   /usr/lib/Xorg                             4MiB |
|    0   N/A  N/A            2119    C+G   .../jvm/java-25-openjdk/bin/java        335MiB |
+-----------------------------------------------------------------------------------------+
Fri May  1 04:23:54 PM IST 2026
Fri May  1 16:23:54 2026       
+-----------------------------------------------------------------------------------------+
| NVIDIA-SMI 580.142                Driver Version: 580.142        CUDA Version: 13.0     |
+-----------------------------------------+------------------------+----------------------+
| GPU  Name                 Persistence-M | Bus-Id          Disp.A | Volatile Uncorr. ECC |
| Fan  Temp   Perf          Pwr:Usage/Cap |           Memory-Usage | GPU-Util  Compute M. |
|                                         |                        |               MIG M. |
|=========================================+========================+======================|
|   0  NVIDIA RTX A500 Laptop GPU     On  |   00000000:01:00.0 Off |                  N/A |
| N/A   63C    P3              8W /   30W |     346MiB /   4096MiB |     12%      Default |
|                                         |                        |                  N/A |
+-----------------------------------------+------------------------+----------------------+

+-----------------------------------------------------------------------------------------+
| Processes:                                                                              |
|  GPU   GI   CI              PID   Type   Process name                        GPU Memory |
|        ID   ID                                                               Usage      |
|=========================================================================================|
|    0   N/A  N/A             836      G   /usr/lib/Xorg                             4MiB |
|    0   N/A  N/A            2119    C+G   .../jvm/java-25-openjdk/bin/java        335MiB |
+-----------------------------------------------------------------------------------------+
Fri May  1 04:23:55 PM IST 2026
Fri May  1 16:23:55 2026       
+-----------------------------------------------------------------------------------------+
| NVIDIA-SMI 580.142                Driver Version: 580.142        CUDA Version: 13.0     |
+-----------------------------------------+------------------------+----------------------+
| GPU  Name                 Persistence-M | Bus-Id          Disp.A | Volatile Uncorr. ECC |
| Fan  Temp   Perf          Pwr:Usage/Cap |           Memory-Usage | GPU-Util  Compute M. |
|                                         |                        |               MIG M. |
|=========================================+========================+======================|
|   0  NVIDIA RTX A500 Laptop GPU     On  |   00000000:01:00.0 Off |                  N/A |
| N/A   62C    P3              7W /   30W |     346MiB /   4096MiB |     44%      Default |
|                                         |                        |                  N/A |
+-----------------------------------------+------------------------+----------------------+

+-----------------------------------------------------------------------------------------+
| Processes:                                                                              |
|  GPU   GI   CI              PID   Type   Process name                        GPU Memory |
|        ID   ID                                                               Usage      |
|=========================================================================================|
|    0   N/A  N/A             836      G   /usr/lib/Xorg                             4MiB |
|    0   N/A  N/A            2119    C+G   .../jvm/java-25-openjdk/bin/java        335MiB |
+-----------------------------------------------------------------------------------------+
Fri May  1 04:23:55 PM IST 2026
Fri May  1 16:23:55 2026       
+-----------------------------------------------------------------------------------------+
| NVIDIA-SMI 580.142                Driver Version: 580.142        CUDA Version: 13.0     |
+-----------------------------------------+------------------------+----------------------+
| GPU  Name                 Persistence-M | Bus-Id          Disp.A | Volatile Uncorr. ECC |
| Fan  Temp   Perf          Pwr:Usage/Cap |           Memory-Usage | GPU-Util  Compute M. |
|                                         |                        |               MIG M. |
|=========================================+========================+======================|
|   0  NVIDIA RTX A500 Laptop GPU     On  |   00000000:01:00.0 Off |                  N/A |
| N/A   62C    P3              7W /   30W |     346MiB /   4096MiB |     44%      Default |
|                                         |                        |                  N/A |
+-----------------------------------------+------------------------+----------------------+

+-----------------------------------------------------------------------------------------+
| Processes:                                                                              |
|  GPU   GI   CI              PID   Type   Process name                        GPU Memory |
|        ID   ID                                                               Usage      |
|=========================================================================================|
|    0   N/A  N/A             836      G   /usr/lib/Xorg                             4MiB |
|    0   N/A  N/A            2119    C+G   .../jvm/java-25-openjdk/bin/java        335MiB |
+-----------------------------------------------------------------------------------------+
Fri May  1 04:23:56 PM IST 2026
Fri May  1 16:23:56 2026       
+-----------------------------------------------------------------------------------------+
| NVIDIA-SMI 580.142                Driver Version: 580.142        CUDA Version: 13.0     |
+-----------------------------------------+------------------------+----------------------+
| GPU  Name                 Persistence-M | Bus-Id          Disp.A | Volatile Uncorr. ECC |
| Fan  Temp   Perf          Pwr:Usage/Cap |           Memory-Usage | GPU-Util  Compute M. |
|                                         |                        |               MIG M. |
|=========================================+========================+======================|
|   0  NVIDIA RTX A500 Laptop GPU     On  |   00000000:01:00.0 Off |                  N/A |
| N/A   62C    P3              7W /   30W |     346MiB /   4096MiB |     44%      Default |
|                                         |                        |                  N/A |
+-----------------------------------------+------------------------+----------------------+

+-----------------------------------------------------------------------------------------+
| Processes:                                                                              |
|  GPU   GI   CI              PID   Type   Process name                        GPU Memory |
|        ID   ID                                                               Usage      |
|=========================================================================================|
|    0   N/A  N/A             836      G   /usr/lib/Xorg                             4MiB |
|    0   N/A  N/A            2119    C+G   .../jvm/java-25-openjdk/bin/java        335MiB |
+-----------------------------------------------------------------------------------------+
Fri May  1 04:23:56 PM IST 2026
Fri May  1 16:23:56 2026       
+-----------------------------------------------------------------------------------------+
| NVIDIA-SMI 580.142                Driver Version: 580.142        CUDA Version: 13.0     |
+-----------------------------------------+------------------------+----------------------+
| GPU  Name                 Persistence-M | Bus-Id          Disp.A | Volatile Uncorr. ECC |
| Fan  Temp   Perf          Pwr:Usage/Cap |           Memory-Usage | GPU-Util  Compute M. |
|                                         |                        |               MIG M. |
|=========================================+========================+======================|
|   0  NVIDIA RTX A500 Laptop GPU     On  |   00000000:01:00.0 Off |                  N/A |
| N/A   62C    P3              7W /   30W |     346MiB /   4096MiB |     44%      Default |
|                                         |                        |                  N/A |
+-----------------------------------------+------------------------+----------------------+

+-----------------------------------------------------------------------------------------+
| Processes:                                                                              |
|  GPU   GI   CI              PID   Type   Process name                        GPU Memory |
|        ID   ID                                                               Usage      |
|=========================================================================================|
|    0   N/A  N/A             836      G   /usr/lib/Xorg                             4MiB |
|    0   N/A  N/A            2119    C+G   .../jvm/java-25-openjdk/bin/java        335MiB |
+-----------------------------------------------------------------------------------------+
Fri May  1 04:23:57 PM IST 2026
Fri May  1 16:23:57 2026       
+-----------------------------------------------------------------------------------------+
| NVIDIA-SMI 580.142                Driver Version: 580.142        CUDA Version: 13.0     |
+-----------------------------------------+------------------------+----------------------+
| GPU  Name                 Persistence-M | Bus-Id          Disp.A | Volatile Uncorr. ECC |
| Fan  Temp   Perf          Pwr:Usage/Cap |           Memory-Usage | GPU-Util  Compute M. |
|                                         |                        |               MIG M. |
|=========================================+========================+======================|
|   0  NVIDIA RTX A500 Laptop GPU     On  |   00000000:01:00.0 Off |                  N/A |
| N/A   62C    P3              8W /   30W |     346MiB /   4096MiB |     14%      Default |
|                                         |                        |                  N/A |
+-----------------------------------------+------------------------+----------------------+

+-----------------------------------------------------------------------------------------+
| Processes:                                                                              |
|  GPU   GI   CI              PID   Type   Process name                        GPU Memory |
|        ID   ID                                                               Usage      |
|=========================================================================================|
|    0   N/A  N/A             836      G   /usr/lib/Xorg                             4MiB |
|    0   N/A  N/A            2119    C+G   .../jvm/java-25-openjdk/bin/java        335MiB |
+-----------------------------------------------------------------------------------------+
Fri May  1 04:23:57 PM IST 2026
Fri May  1 16:23:57 2026       
+-----------------------------------------------------------------------------------------+
| NVIDIA-SMI 580.142                Driver Version: 580.142        CUDA Version: 13.0     |
+-----------------------------------------+------------------------+----------------------+
| GPU  Name                 Persistence-M | Bus-Id          Disp.A | Volatile Uncorr. ECC |
| Fan  Temp   Perf          Pwr:Usage/Cap |           Memory-Usage | GPU-Util  Compute M. |
|                                         |                        |               MIG M. |
|=========================================+========================+======================|
|   0  NVIDIA RTX A500 Laptop GPU     On  |   00000000:01:00.0 Off |                  N/A |
| N/A   62C    P3              8W /   30W |     346MiB /   4096MiB |     14%      Default |
|                                         |                        |                  N/A |
+-----------------------------------------+------------------------+----------------------+

+-----------------------------------------------------------------------------------------+
| Processes:                                                                              |
|  GPU   GI   CI              PID   Type   Process name                        GPU Memory |
|        ID   ID                                                               Usage      |
|=========================================================================================|
|    0   N/A  N/A             836      G   /usr/lib/Xorg                             4MiB |
|    0   N/A  N/A            2119    C+G   .../jvm/java-25-openjdk/bin/java        335MiB |
+-----------------------------------------------------------------------------------------+
Fri May  1 04:23:58 PM IST 2026
Fri May  1 16:23:58 2026       
+-----------------------------------------------------------------------------------------+
| NVIDIA-SMI 580.142                Driver Version: 580.142        CUDA Version: 13.0     |
+-----------------------------------------+------------------------+----------------------+
| GPU  Name                 Persistence-M | Bus-Id          Disp.A | Volatile Uncorr. ECC |
| Fan  Temp   Perf          Pwr:Usage/Cap |           Memory-Usage | GPU-Util  Compute M. |
|                                         |                        |               MIG M. |
|=========================================+========================+======================|
|   0  NVIDIA RTX A500 Laptop GPU     On  |   00000000:01:00.0 Off |                  N/A |
| N/A   62C    P3              7W /   30W |     346MiB /   4096MiB |     41%      Default |
|                                         |                        |                  N/A |
+-----------------------------------------+------------------------+----------------------+

+-----------------------------------------------------------------------------------------+
| Processes:                                                                              |
|  GPU   GI   CI              PID   Type   Process name                        GPU Memory |
|        ID   ID                                                               Usage      |
|=========================================================================================|
|    0   N/A  N/A             836      G   /usr/lib/Xorg                             4MiB |
|    0   N/A  N/A            2119    C+G   .../jvm/java-25-openjdk/bin/java        335MiB |
+-----------------------------------------------------------------------------------------+
Fri May  1 04:23:58 PM IST 2026
Fri May  1 16:23:58 2026       
+-----------------------------------------------------------------------------------------+
| NVIDIA-SMI 580.142                Driver Version: 580.142        CUDA Version: 13.0     |
+-----------------------------------------+------------------------+----------------------+
| GPU  Name                 Persistence-M | Bus-Id          Disp.A | Volatile Uncorr. ECC |
| Fan  Temp   Perf          Pwr:Usage/Cap |           Memory-Usage | GPU-Util  Compute M. |
|                                         |                        |               MIG M. |
|=========================================+========================+======================|
|   0  NVIDIA RTX A500 Laptop GPU     On  |   00000000:01:00.0 Off |                  N/A |
| N/A   61C    P3              6W /   30W |     346MiB /   4096MiB |     41%      Default |
|                                         |                        |                  N/A |
+-----------------------------------------+------------------------+----------------------+

+-----------------------------------------------------------------------------------------+
| Processes:                                                                              |
|  GPU   GI   CI              PID   Type   Process name                        GPU Memory |
|        ID   ID                                                               Usage      |
|=========================================================================================|
|    0   N/A  N/A             836      G   /usr/lib/Xorg                             4MiB |
|    0   N/A  N/A            2119    C+G   .../jvm/java-25-openjdk/bin/java        335MiB |
+-----------------------------------------------------------------------------------------+
Fri May  1 04:23:59 PM IST 2026
Fri May  1 16:23:59 2026       
+-----------------------------------------------------------------------------------------+
| NVIDIA-SMI 580.142                Driver Version: 580.142        CUDA Version: 13.0     |
+-----------------------------------------+------------------------+----------------------+
| GPU  Name                 Persistence-M | Bus-Id          Disp.A | Volatile Uncorr. ECC |
| Fan  Temp   Perf          Pwr:Usage/Cap |           Memory-Usage | GPU-Util  Compute M. |
|                                         |                        |               MIG M. |
|=========================================+========================+======================|
|   0  NVIDIA RTX A500 Laptop GPU     On  |   00000000:01:00.0 Off |                  N/A |
| N/A   61C    P3              6W /   30W |     346MiB /   4096MiB |     44%      Default |
|                                         |                        |                  N/A |
+-----------------------------------------+------------------------+----------------------+

+-----------------------------------------------------------------------------------------+
| Processes:                                                                              |
|  GPU   GI   CI              PID   Type   Process name                        GPU Memory |
|        ID   ID                                                               Usage      |
|=========================================================================================|
|    0   N/A  N/A             836      G   /usr/lib/Xorg                             4MiB |
|    0   N/A  N/A            2119    C+G   .../jvm/java-25-openjdk/bin/java        335MiB |
+-----------------------------------------------------------------------------------------+
Fri May  1 04:23:59 PM IST 2026
Fri May  1 16:23:59 2026       
+-----------------------------------------------------------------------------------------+
| NVIDIA-SMI 580.142                Driver Version: 580.142        CUDA Version: 13.0     |
+-----------------------------------------+------------------------+----------------------+
| GPU  Name                 Persistence-M | Bus-Id          Disp.A | Volatile Uncorr. ECC |
| Fan  Temp   Perf          Pwr:Usage/Cap |           Memory-Usage | GPU-Util  Compute M. |
|                                         |                        |               MIG M. |
|=========================================+========================+======================|
|   0  NVIDIA RTX A500 Laptop GPU     On  |   00000000:01:00.0 Off |                  N/A |
| N/A   61C    P3              7W /   30W |     346MiB /   4096MiB |     14%      Default |
|                                         |                        |                  N/A |
+-----------------------------------------+------------------------+----------------------+

+-----------------------------------------------------------------------------------------+
| Processes:                                                                              |
|  GPU   GI   CI              PID   Type   Process name                        GPU Memory |
|        ID   ID                                                               Usage      |
|=========================================================================================|
|    0   N/A  N/A             836      G   /usr/lib/Xorg                             4MiB |
|    0   N/A  N/A            2119    C+G   .../jvm/java-25-openjdk/bin/java        335MiB |
+-----------------------------------------------------------------------------------------+
Fri May  1 04:24:00 PM IST 2026
Fri May  1 16:24:00 2026       
+-----------------------------------------------------------------------------------------+
| NVIDIA-SMI 580.142                Driver Version: 580.142        CUDA Version: 13.0     |
+-----------------------------------------+------------------------+----------------------+
| GPU  Name                 Persistence-M | Bus-Id          Disp.A | Volatile Uncorr. ECC |
| Fan  Temp   Perf          Pwr:Usage/Cap |           Memory-Usage | GPU-Util  Compute M. |
|                                         |                        |               MIG M. |
|=========================================+========================+======================|
|   0  NVIDIA RTX A500 Laptop GPU     On  |   00000000:01:00.0 Off |                  N/A |
| N/A   61C    P3              8W /   30W |     346MiB /   4096MiB |     14%      Default |
|                                         |                        |                  N/A |
+-----------------------------------------+------------------------+----------------------+

+-----------------------------------------------------------------------------------------+
| Processes:                                                                              |
|  GPU   GI   CI              PID   Type   Process name                        GPU Memory |
|        ID   ID                                                               Usage      |
|=========================================================================================|
|    0   N/A  N/A             836      G   /usr/lib/Xorg                             4MiB |
|    0   N/A  N/A            2119    C+G   .../jvm/java-25-openjdk/bin/java        335MiB |
+-----------------------------------------------------------------------------------------+
Fri May  1 04:24:00 PM IST 2026
Fri May  1 16:24:00 2026       
+-----------------------------------------------------------------------------------------+
| NVIDIA-SMI 580.142                Driver Version: 580.142        CUDA Version: 13.0     |
+-----------------------------------------+------------------------+----------------------+
| GPU  Name                 Persistence-M | Bus-Id          Disp.A | Volatile Uncorr. ECC |
| Fan  Temp   Perf          Pwr:Usage/Cap |           Memory-Usage | GPU-Util  Compute M. |
|                                         |                        |               MIG M. |
|=========================================+========================+======================|
|   0  NVIDIA RTX A500 Laptop GPU     On  |   00000000:01:00.0 Off |                  N/A |
| N/A   61C    P3              8W /   30W |     346MiB /   4096MiB |     14%      Default |
|                                         |                        |                  N/A |
+-----------------------------------------+------------------------+----------------------+

+-----------------------------------------------------------------------------------------+
| Processes:                                                                              |
|  GPU   GI   CI              PID   Type   Process name                        GPU Memory |
|        ID   ID                                                               Usage      |
|=========================================================================================|
|    0   N/A  N/A             836      G   /usr/lib/Xorg                             4MiB |
|    0   N/A  N/A            2119    C+G   .../jvm/java-25-openjdk/bin/java        335MiB |
+-----------------------------------------------------------------------------------------+
Fri May  1 04:24:01 PM IST 2026
Fri May  1 16:24:01 2026       
+-----------------------------------------------------------------------------------------+
| NVIDIA-SMI 580.142                Driver Version: 580.142        CUDA Version: 13.0     |
+-----------------------------------------+------------------------+----------------------+
| GPU  Name                 Persistence-M | Bus-Id          Disp.A | Volatile Uncorr. ECC |
| Fan  Temp   Perf          Pwr:Usage/Cap |           Memory-Usage | GPU-Util  Compute M. |
|                                         |                        |               MIG M. |
|=========================================+========================+======================|
|   0  NVIDIA RTX A500 Laptop GPU     On  |   00000000:01:00.0 Off |                  N/A |
| N/A   60C    P3              7W /   30W |     346MiB /   4096MiB |     14%      Default |
|                                         |                        |                  N/A |
+-----------------------------------------+------------------------+----------------------+

+-----------------------------------------------------------------------------------------+
| Processes:                                                                              |
|  GPU   GI   CI              PID   Type   Process name                        GPU Memory |
|        ID   ID                                                               Usage      |
|=========================================================================================|
|    0   N/A  N/A             836      G   /usr/lib/Xorg                             4MiB |
|    0   N/A  N/A            2119    C+G   .../jvm/java-25-openjdk/bin/java        335MiB |
+-----------------------------------------------------------------------------------------+
Fri May  1 04:24:01 PM IST 2026
Fri May  1 16:24:01 2026       
+-----------------------------------------------------------------------------------------+
| NVIDIA-SMI 580.142                Driver Version: 580.142        CUDA Version: 13.0     |
+-----------------------------------------+------------------------+----------------------+
| GPU  Name                 Persistence-M | Bus-Id          Disp.A | Volatile Uncorr. ECC |
| Fan  Temp   Perf          Pwr:Usage/Cap |           Memory-Usage | GPU-Util  Compute M. |
|                                         |                        |               MIG M. |
|=========================================+========================+======================|
|   0  NVIDIA RTX A500 Laptop GPU     On  |   00000000:01:00.0 Off |                  N/A |
| N/A   60C    P3              6W /   30W |     346MiB /   4096MiB |     45%      Default |
|                                         |                        |                  N/A |
+-----------------------------------------+------------------------+----------------------+

+-----------------------------------------------------------------------------------------+
| Processes:                                                                              |
|  GPU   GI   CI              PID   Type   Process name                        GPU Memory |
|        ID   ID                                                               Usage      |
|=========================================================================================|
|    0   N/A  N/A             836      G   /usr/lib/Xorg                             4MiB |
|    0   N/A  N/A            2119    C+G   .../jvm/java-25-openjdk/bin/java        335MiB |
+-----------------------------------------------------------------------------------------+
Fri May  1 04:24:02 PM IST 2026
Fri May  1 16:24:02 2026       
+-----------------------------------------------------------------------------------------+
| NVIDIA-SMI 580.142                Driver Version: 580.142        CUDA Version: 13.0     |
+-----------------------------------------+------------------------+----------------------+
| GPU  Name                 Persistence-M | Bus-Id          Disp.A | Volatile Uncorr. ECC |
| Fan  Temp   Perf          Pwr:Usage/Cap |           Memory-Usage | GPU-Util  Compute M. |
|                                         |                        |               MIG M. |
|=========================================+========================+======================|
|   0  NVIDIA RTX A500 Laptop GPU     On  |   00000000:01:00.0 Off |                  N/A |
| N/A   60C    P3              6W /   30W |     346MiB /   4096MiB |     45%      Default |
|                                         |                        |                  N/A |
+-----------------------------------------+------------------------+----------------------+

+-----------------------------------------------------------------------------------------+
| Processes:                                                                              |
|  GPU   GI   CI              PID   Type   Process name                        GPU Memory |
|        ID   ID                                                               Usage      |
|=========================================================================================|
|    0   N/A  N/A             836      G   /usr/lib/Xorg                             4MiB |
|    0   N/A  N/A            2119    C+G   .../jvm/java-25-openjdk/bin/java        335MiB |
+-----------------------------------------------------------------------------------------+
Fri May  1 04:24:02 PM IST 2026
Fri May  1 16:24:02 2026       
+-----------------------------------------------------------------------------------------+
| NVIDIA-SMI 580.142                Driver Version: 580.142        CUDA Version: 13.0     |
+-----------------------------------------+------------------------+----------------------+
| GPU  Name                 Persistence-M | Bus-Id          Disp.A | Volatile Uncorr. ECC |
| Fan  Temp   Perf          Pwr:Usage/Cap |           Memory-Usage | GPU-Util  Compute M. |
|                                         |                        |               MIG M. |
|=========================================+========================+======================|
|   0  NVIDIA RTX A500 Laptop GPU     On  |   00000000:01:00.0 Off |                  N/A |
| N/A   60C    P3              7W /   30W |     346MiB /   4096MiB |     14%      Default |
|                                         |                        |                  N/A |
+-----------------------------------------+------------------------+----------------------+

+-----------------------------------------------------------------------------------------+
| Processes:                                                                              |
|  GPU   GI   CI              PID   Type   Process name                        GPU Memory |
|        ID   ID                                                               Usage      |
|=========================================================================================|
|    0   N/A  N/A             836      G   /usr/lib/Xorg                             4MiB |
|    0   N/A  N/A            2119    C+G   .../jvm/java-25-openjdk/bin/java        335MiB |
+-----------------------------------------------------------------------------------------+
Fri May  1 04:24:03 PM IST 2026
Fri May  1 16:24:03 2026       
+-----------------------------------------------------------------------------------------+
| NVIDIA-SMI 580.142                Driver Version: 580.142        CUDA Version: 13.0     |
+-----------------------------------------+------------------------+----------------------+
| GPU  Name                 Persistence-M | Bus-Id          Disp.A | Volatile Uncorr. ECC |
| Fan  Temp   Perf          Pwr:Usage/Cap |           Memory-Usage | GPU-Util  Compute M. |
|                                         |                        |               MIG M. |
|=========================================+========================+======================|
|   0  NVIDIA RTX A500 Laptop GPU     On  |   00000000:01:00.0 Off |                  N/A |
| N/A   60C    P3              7W /   30W |     346MiB /   4096MiB |     14%      Default |
|                                         |                        |                  N/A |
+-----------------------------------------+------------------------+----------------------+

+-----------------------------------------------------------------------------------------+
| Processes:                                                                              |
|  GPU   GI   CI              PID   Type   Process name                        GPU Memory |
|        ID   ID                                                               Usage      |
|=========================================================================================|
|    0   N/A  N/A             836      G   /usr/lib/Xorg                             4MiB |
|    0   N/A  N/A            2119    C+G   .../jvm/java-25-openjdk/bin/java        335MiB |
+-----------------------------------------------------------------------------------------+
Fri May  1 04:24:03 PM IST 2026
Fri May  1 16:24:03 2026       
+-----------------------------------------------------------------------------------------+
| NVIDIA-SMI 580.142                Driver Version: 580.142        CUDA Version: 13.0     |
+-----------------------------------------+------------------------+----------------------+
| GPU  Name                 Persistence-M | Bus-Id          Disp.A | Volatile Uncorr. ECC |
| Fan  Temp   Perf          Pwr:Usage/Cap |           Memory-Usage | GPU-Util  Compute M. |
|                                         |                        |               MIG M. |
|=========================================+========================+======================|
|   0  NVIDIA RTX A500 Laptop GPU     On  |   00000000:01:00.0 Off |                  N/A |
| N/A   60C    P3              7W /   30W |     346MiB /   4096MiB |     14%      Default |
|                                         |                        |                  N/A |
+-----------------------------------------+------------------------+----------------------+

+-----------------------------------------------------------------------------------------+
| Processes:                                                                              |
|  GPU   GI   CI              PID   Type   Process name                        GPU Memory |
|        ID   ID                                                               Usage      |
|=========================================================================================|
|    0   N/A  N/A             836      G   /usr/lib/Xorg                             4MiB |
|    0   N/A  N/A            2119    C+G   .../jvm/java-25-openjdk/bin/java        335MiB |
+-----------------------------------------------------------------------------------------+
Fri May  1 04:24:04 PM IST 2026
Fri May  1 16:24:04 2026       
+-----------------------------------------------------------------------------------------+
| NVIDIA-SMI 580.142                Driver Version: 580.142        CUDA Version: 13.0     |
+-----------------------------------------+------------------------+----------------------+
| GPU  Name                 Persistence-M | Bus-Id          Disp.A | Volatile Uncorr. ECC |
| Fan  Temp   Perf          Pwr:Usage/Cap |           Memory-Usage | GPU-Util  Compute M. |
|                                         |                        |               MIG M. |
|=========================================+========================+======================|
|   0  NVIDIA RTX A500 Laptop GPU     On  |   00000000:01:00.0 Off |                  N/A |
| N/A   60C    P3              7W /   30W |     346MiB /   4096MiB |     14%      Default |
|                                         |                        |                  N/A |
+-----------------------------------------+------------------------+----------------------+

+-----------------------------------------------------------------------------------------+
| Processes:                                                                              |
|  GPU   GI   CI              PID   Type   Process name                        GPU Memory |
|        ID   ID                                                               Usage      |
|=========================================================================================|
|    0   N/A  N/A             836      G   /usr/lib/Xorg                             4MiB |
|    0   N/A  N/A            2119    C+G   .../jvm/java-25-openjdk/bin/java        335MiB |
+-----------------------------------------------------------------------------------------+
Fri May  1 04:24:04 PM IST 2026
Fri May  1 16:24:05 2026       
+-----------------------------------------------------------------------------------------+
| NVIDIA-SMI 580.142                Driver Version: 580.142        CUDA Version: 13.0     |
+-----------------------------------------+------------------------+----------------------+
| GPU  Name                 Persistence-M | Bus-Id          Disp.A | Volatile Uncorr. ECC |
| Fan  Temp   Perf          Pwr:Usage/Cap |           Memory-Usage | GPU-Util  Compute M. |
|                                         |                        |               MIG M. |
|=========================================+========================+======================|
|   0  NVIDIA RTX A500 Laptop GPU     On  |   00000000:01:00.0 Off |                  N/A |
| N/A   59C    P3              6W /   30W |     346MiB /   4096MiB |     45%      Default |
|                                         |                        |                  N/A |
+-----------------------------------------+------------------------+----------------------+

+-----------------------------------------------------------------------------------------+
| Processes:                                                                              |
|  GPU   GI   CI              PID   Type   Process name                        GPU Memory |
|        ID   ID                                                               Usage      |
|=========================================================================================|
|    0   N/A  N/A             836      G   /usr/lib/Xorg                             4MiB |
|    0   N/A  N/A            2119    C+G   .../jvm/java-25-openjdk/bin/java        335MiB |
+-----------------------------------------------------------------------------------------+
Fri May  1 04:24:05 PM IST 2026
Fri May  1 16:24:05 2026       
+-----------------------------------------------------------------------------------------+
| NVIDIA-SMI 580.142                Driver Version: 580.142        CUDA Version: 13.0     |
+-----------------------------------------+------------------------+----------------------+
| GPU  Name                 Persistence-M | Bus-Id          Disp.A | Volatile Uncorr. ECC |
| Fan  Temp   Perf          Pwr:Usage/Cap |           Memory-Usage | GPU-Util  Compute M. |
|                                         |                        |               MIG M. |
|=========================================+========================+======================|
|   0  NVIDIA RTX A500 Laptop GPU     On  |   00000000:01:00.0 Off |                  N/A |
| N/A   59C    P3              6W /   30W |     346MiB /   4096MiB |     45%      Default |
|                                         |                        |                  N/A |
+-----------------------------------------+------------------------+----------------------+

+-----------------------------------------------------------------------------------------+
| Processes:                                                                              |
|  GPU   GI   CI              PID   Type   Process name                        GPU Memory |
|        ID   ID                                                               Usage      |
|=========================================================================================|
|    0   N/A  N/A             836      G   /usr/lib/Xorg                             4MiB |
|    0   N/A  N/A            2119    C+G   .../jvm/java-25-openjdk/bin/java        335MiB |
+-----------------------------------------------------------------------------------------+
Fri May  1 04:24:06 PM IST 2026
Fri May  1 16:24:06 2026       
+-----------------------------------------------------------------------------------------+
| NVIDIA-SMI 580.142                Driver Version: 580.142        CUDA Version: 13.0     |
+-----------------------------------------+------------------------+----------------------+
| GPU  Name                 Persistence-M | Bus-Id          Disp.A | Volatile Uncorr. ECC |
| Fan  Temp   Perf          Pwr:Usage/Cap |           Memory-Usage | GPU-Util  Compute M. |
|                                         |                        |               MIG M. |
|=========================================+========================+======================|
|   0  NVIDIA RTX A500 Laptop GPU     On  |   00000000:01:00.0 Off |                  N/A |
| N/A   59C    P3              7W /   30W |     346MiB /   4096MiB |     14%      Default |
|                                         |                        |                  N/A |
+-----------------------------------------+------------------------+----------------------+

+-----------------------------------------------------------------------------------------+
| Processes:                                                                              |
|  GPU   GI   CI              PID   Type   Process name                        GPU Memory |
|        ID   ID                                                               Usage      |
|=========================================================================================|
|    0   N/A  N/A             836      G   /usr/lib/Xorg                             4MiB |
|    0   N/A  N/A            2119    C+G   .../jvm/java-25-openjdk/bin/java        335MiB |
+-----------------------------------------------------------------------------------------+
Fri May  1 04:24:06 PM IST 2026
Fri May  1 16:24:06 2026       
+-----------------------------------------------------------------------------------------+
| NVIDIA-SMI 580.142                Driver Version: 580.142        CUDA Version: 13.0     |
+-----------------------------------------+------------------------+----------------------+
| GPU  Name                 Persistence-M | Bus-Id          Disp.A | Volatile Uncorr. ECC |
| Fan  Temp   Perf          Pwr:Usage/Cap |           Memory-Usage | GPU-Util  Compute M. |
|                                         |                        |               MIG M. |
|=========================================+========================+======================|
|   0  NVIDIA RTX A500 Laptop GPU     On  |   00000000:01:00.0 Off |                  N/A |
| N/A   59C    P3              7W /   30W |     346MiB /   4096MiB |     14%      Default |
|                                         |                        |                  N/A |
+-----------------------------------------+------------------------+----------------------+

+-----------------------------------------------------------------------------------------+
| Processes:                                                                              |
|  GPU   GI   CI              PID   Type   Process name                        GPU Memory |
|        ID   ID                                                               Usage      |
|=========================================================================================|
|    0   N/A  N/A             836      G   /usr/lib/Xorg                             4MiB |
|    0   N/A  N/A            2119    C+G   .../jvm/java-25-openjdk/bin/java        335MiB |
+-----------------------------------------------------------------------------------------+
Fri May  1 04:24:07 PM IST 2026
Fri May  1 16:24:07 2026       
+-----------------------------------------------------------------------------------------+
| NVIDIA-SMI 580.142                Driver Version: 580.142        CUDA Version: 13.0     |
+-----------------------------------------+------------------------+----------------------+
| GPU  Name                 Persistence-M | Bus-Id          Disp.A | Volatile Uncorr. ECC |
| Fan  Temp   Perf          Pwr:Usage/Cap |           Memory-Usage | GPU-Util  Compute M. |
|                                         |                        |               MIG M. |
|=========================================+========================+======================|
|   0  NVIDIA RTX A500 Laptop GPU     On  |   00000000:01:00.0 Off |                  N/A |
| N/A   59C    P3              7W /   30W |     346MiB /   4096MiB |     14%      Default |
|                                         |                        |                  N/A |
+-----------------------------------------+------------------------+----------------------+

+-----------------------------------------------------------------------------------------+
| Processes:                                                                              |
|  GPU   GI   CI              PID   Type   Process name                        GPU Memory |
|        ID   ID                                                               Usage      |
|=========================================================================================|
|    0   N/A  N/A             836      G   /usr/lib/Xorg                             4MiB |
|    0   N/A  N/A            2119    C+G   .../jvm/java-25-openjdk/bin/java        335MiB |
+-----------------------------------------------------------------------------------------+
Fri May  1 04:24:07 PM IST 2026
Fri May  1 16:24:07 2026       
+-----------------------------------------------------------------------------------------+
| NVIDIA-SMI 580.142                Driver Version: 580.142        CUDA Version: 13.0     |
+-----------------------------------------+------------------------+----------------------+
| GPU  Name                 Persistence-M | Bus-Id          Disp.A | Volatile Uncorr. ECC |
| Fan  Temp   Perf          Pwr:Usage/Cap |           Memory-Usage | GPU-Util  Compute M. |
|                                         |                        |               MIG M. |
|=========================================+========================+======================|
|   0  NVIDIA RTX A500 Laptop GPU     On  |   00000000:01:00.0 Off |                  N/A |
| N/A   59C    P3              7W /   30W |     346MiB /   4096MiB |     14%      Default |
|                                         |                        |                  N/A |
+-----------------------------------------+------------------------+----------------------+

+-----------------------------------------------------------------------------------------+
| Processes:                                                                              |
|  GPU   GI   CI              PID   Type   Process name                        GPU Memory |
|        ID   ID                                                               Usage      |
|=========================================================================================|
|    0   N/A  N/A             836      G   /usr/lib/Xorg                             4MiB |
|    0   N/A  N/A            2119    C+G   .../jvm/java-25-openjdk/bin/java        335MiB |
+-----------------------------------------------------------------------------------------+
Fri May  1 04:24:08 PM IST 2026
Fri May  1 16:24:08 2026       
+-----------------------------------------------------------------------------------------+
| NVIDIA-SMI 580.142                Driver Version: 580.142        CUDA Version: 13.0     |
+-----------------------------------------+------------------------+----------------------+
| GPU  Name                 Persistence-M | Bus-Id          Disp.A | Volatile Uncorr. ECC |
| Fan  Temp   Perf          Pwr:Usage/Cap |           Memory-Usage | GPU-Util  Compute M. |
|                                         |                        |               MIG M. |
|=========================================+========================+======================|
|   0  NVIDIA RTX A500 Laptop GPU     On  |   00000000:01:00.0 Off |                  N/A |
| N/A   59C    P3              6W /   30W |     346MiB /   4096MiB |     45%      Default |
|                                         |                        |                  N/A |
+-----------------------------------------+------------------------+----------------------+

+-----------------------------------------------------------------------------------------+
| Processes:                                                                              |
|  GPU   GI   CI              PID   Type   Process name                        GPU Memory |
|        ID   ID                                                               Usage      |
|=========================================================================================|
|    0   N/A  N/A             836      G   /usr/lib/Xorg                             4MiB |
|    0   N/A  N/A            2119    C+G   .../jvm/java-25-openjdk/bin/java        335MiB |
+-----------------------------------------------------------------------------------------+
Fri May  1 04:24:08 PM IST 2026
Fri May  1 16:24:08 2026       
+-----------------------------------------------------------------------------------------+
| NVIDIA-SMI 580.142                Driver Version: 580.142        CUDA Version: 13.0     |
+-----------------------------------------+------------------------+----------------------+
| GPU  Name                 Persistence-M | Bus-Id          Disp.A | Volatile Uncorr. ECC |
| Fan  Temp   Perf          Pwr:Usage/Cap |           Memory-Usage | GPU-Util  Compute M. |
|                                         |                        |               MIG M. |
|=========================================+========================+======================|
|   0  NVIDIA RTX A500 Laptop GPU     On  |   00000000:01:00.0 Off |                  N/A |
| N/A   59C    P3              6W /   30W |     346MiB /   4096MiB |     45%      Default |
|                                         |                        |                  N/A |
+-----------------------------------------+------------------------+----------------------+

+-----------------------------------------------------------------------------------------+
| Processes:                                                                              |
|  GPU   GI   CI              PID   Type   Process name                        GPU Memory |
|        ID   ID                                                               Usage      |
|=========================================================================================|
|    0   N/A  N/A             836      G   /usr/lib/Xorg                             4MiB |
|    0   N/A  N/A            2119    C+G   .../jvm/java-25-openjdk/bin/java        335MiB |
+-----------------------------------------------------------------------------------------+
Fri May  1 04:24:09 PM IST 2026
Fri May  1 16:24:09 2026       
+-----------------------------------------------------------------------------------------+
| NVIDIA-SMI 580.142                Driver Version: 580.142        CUDA Version: 13.0     |
+-----------------------------------------+------------------------+----------------------+
| GPU  Name                 Persistence-M | Bus-Id          Disp.A | Volatile Uncorr. ECC |
| Fan  Temp   Perf          Pwr:Usage/Cap |           Memory-Usage | GPU-Util  Compute M. |
|                                         |                        |               MIG M. |
|=========================================+========================+======================|
|   0  NVIDIA RTX A500 Laptop GPU     On  |   00000000:01:00.0 Off |                  N/A |
| N/A   59C    P3              7W /   30W |     346MiB /   4096MiB |     13%      Default |
|                                         |                        |                  N/A |
+-----------------------------------------+------------------------+----------------------+

+-----------------------------------------------------------------------------------------+
| Processes:                                                                              |
|  GPU   GI   CI              PID   Type   Process name                        GPU Memory |
|        ID   ID                                                               Usage      |
|=========================================================================================|
|    0   N/A  N/A             836      G   /usr/lib/Xorg                             4MiB |
|    0   N/A  N/A            2119    C+G   .../jvm/java-25-openjdk/bin/java        335MiB |
+-----------------------------------------------------------------------------------------+
Fri May  1 04:24:09 PM IST 2026
Fri May  1 16:24:09 2026       
+-----------------------------------------------------------------------------------------+
| NVIDIA-SMI 580.142                Driver Version: 580.142        CUDA Version: 13.0     |
+-----------------------------------------+------------------------+----------------------+
| GPU  Name                 Persistence-M | Bus-Id          Disp.A | Volatile Uncorr. ECC |
| Fan  Temp   Perf          Pwr:Usage/Cap |           Memory-Usage | GPU-Util  Compute M. |
|                                         |                        |               MIG M. |
|=========================================+========================+======================|
|   0  NVIDIA RTX A500 Laptop GPU     On  |   00000000:01:00.0 Off |                  N/A |
| N/A   59C    P3              8W /   30W |     346MiB /   4096MiB |     13%      Default |
|                                         |                        |                  N/A |
+-----------------------------------------+------------------------+----------------------+

+-----------------------------------------------------------------------------------------+
| Processes:                                                                              |
|  GPU   GI   CI              PID   Type   Process name                        GPU Memory |
|        ID   ID                                                               Usage      |
|=========================================================================================|
|    0   N/A  N/A             836      G   /usr/lib/Xorg                             4MiB |
|    0   N/A  N/A            2119    C+G   .../jvm/java-25-openjdk/bin/java        335MiB |
+-----------------------------------------------------------------------------------------+
Fri May  1 04:24:10 PM IST 2026
Fri May  1 16:24:10 2026       
+-----------------------------------------------------------------------------------------+
| NVIDIA-SMI 580.142                Driver Version: 580.142        CUDA Version: 13.0     |
+-----------------------------------------+------------------------+----------------------+
| GPU  Name                 Persistence-M | Bus-Id          Disp.A | Volatile Uncorr. ECC |
| Fan  Temp   Perf          Pwr:Usage/Cap |           Memory-Usage | GPU-Util  Compute M. |
|                                         |                        |               MIG M. |
|=========================================+========================+======================|
|   0  NVIDIA RTX A500 Laptop GPU     On  |   00000000:01:00.0 Off |                  N/A |
| N/A   59C    P3              8W /   30W |     346MiB /   4096MiB |     13%      Default |
|                                         |                        |                  N/A |
+-----------------------------------------+------------------------+----------------------+

+-----------------------------------------------------------------------------------------+
| Processes:                                                                              |
|  GPU   GI   CI              PID   Type   Process name                        GPU Memory |
|        ID   ID                                                               Usage      |
|=========================================================================================|
|    0   N/A  N/A             836      G   /usr/lib/Xorg                             4MiB |
|    0   N/A  N/A            2119    C+G   .../jvm/java-25-openjdk/bin/java        335MiB |
+-----------------------------------------------------------------------------------------+
Fri May  1 04:24:10 PM IST 2026
Fri May  1 16:24:10 2026       
+-----------------------------------------------------------------------------------------+
| NVIDIA-SMI 580.142                Driver Version: 580.142        CUDA Version: 13.0     |
+-----------------------------------------+------------------------+----------------------+
| GPU  Name                 Persistence-M | Bus-Id          Disp.A | Volatile Uncorr. ECC |
| Fan  Temp   Perf          Pwr:Usage/Cap |           Memory-Usage | GPU-Util  Compute M. |
|                                         |                        |               MIG M. |
|=========================================+========================+======================|
|   0  NVIDIA RTX A500 Laptop GPU     On  |   00000000:01:00.0 Off |                  N/A |
| N/A   59C    P3              7W /   30W |     346MiB /   4096MiB |     13%      Default |
|                                         |                        |                  N/A |
+-----------------------------------------+------------------------+----------------------+

+-----------------------------------------------------------------------------------------+
| Processes:                                                                              |
|  GPU   GI   CI              PID   Type   Process name                        GPU Memory |
|        ID   ID                                                               Usage      |
|=========================================================================================|
|    0   N/A  N/A             836      G   /usr/lib/Xorg                             4MiB |
|    0   N/A  N/A            2119    C+G   .../jvm/java-25-openjdk/bin/java        335MiB |
+-----------------------------------------------------------------------------------------+
Fri May  1 04:24:11 PM IST 2026
Fri May  1 16:24:11 2026       
+-----------------------------------------------------------------------------------------+
| NVIDIA-SMI 580.142                Driver Version: 580.142        CUDA Version: 13.0     |
+-----------------------------------------+------------------------+----------------------+
| GPU  Name                 Persistence-M | Bus-Id          Disp.A | Volatile Uncorr. ECC |
| Fan  Temp   Perf          Pwr:Usage/Cap |           Memory-Usage | GPU-Util  Compute M. |
|                                         |                        |               MIG M. |
|=========================================+========================+======================|
|   0  NVIDIA RTX A500 Laptop GPU     On  |   00000000:01:00.0 Off |                  N/A |
| N/A   58C    P3              7W /   30W |     346MiB /   4096MiB |     44%      Default |
|                                         |                        |                  N/A |
+-----------------------------------------+------------------------+----------------------+

+-----------------------------------------------------------------------------------------+
| Processes:                                                                              |
|  GPU   GI   CI              PID   Type   Process name                        GPU Memory |
|        ID   ID                                                               Usage      |
|=========================================================================================|
|    0   N/A  N/A             836      G   /usr/lib/Xorg                             4MiB |
|    0   N/A  N/A            2119    C+G   .../jvm/java-25-openjdk/bin/java        335MiB |
+-----------------------------------------------------------------------------------------+
Fri May  1 04:24:11 PM IST 2026
Fri May  1 16:24:11 2026       
+-----------------------------------------------------------------------------------------+
| NVIDIA-SMI 580.142                Driver Version: 580.142        CUDA Version: 13.0     |
+-----------------------------------------+------------------------+----------------------+
| GPU  Name                 Persistence-M | Bus-Id          Disp.A | Volatile Uncorr. ECC |
| Fan  Temp   Perf          Pwr:Usage/Cap |           Memory-Usage | GPU-Util  Compute M. |
|                                         |                        |               MIG M. |
|=========================================+========================+======================|
|   0  NVIDIA RTX A500 Laptop GPU     On  |   00000000:01:00.0 Off |                  N/A |
| N/A   58C    P3              6W /   30W |     346MiB /   4096MiB |     44%      Default |
|                                         |                        |                  N/A |
+-----------------------------------------+------------------------+----------------------+

+-----------------------------------------------------------------------------------------+
| Processes:                                                                              |
|  GPU   GI   CI              PID   Type   Process name                        GPU Memory |
|        ID   ID                                                               Usage      |
|=========================================================================================|
|    0   N/A  N/A             836      G   /usr/lib/Xorg                             4MiB |
|    0   N/A  N/A            2119    C+G   .../jvm/java-25-openjdk/bin/java        335MiB |
+-----------------------------------------------------------------------------------------+
Fri May  1 04:24:12 PM IST 2026
Fri May  1 16:24:12 2026       
+-----------------------------------------------------------------------------------------+
| NVIDIA-SMI 580.142                Driver Version: 580.142        CUDA Version: 13.0     |
+-----------------------------------------+------------------------+----------------------+
| GPU  Name                 Persistence-M | Bus-Id          Disp.A | Volatile Uncorr. ECC |
| Fan  Temp   Perf          Pwr:Usage/Cap |           Memory-Usage | GPU-Util  Compute M. |
|                                         |                        |               MIG M. |
|=========================================+========================+======================|
|   0  NVIDIA RTX A500 Laptop GPU     On  |   00000000:01:00.0 Off |                  N/A |
| N/A   58C    P3              7W /   30W |     346MiB /   4096MiB |     14%      Default |
|                                         |                        |                  N/A |
+-----------------------------------------+------------------------+----------------------+

+-----------------------------------------------------------------------------------------+
| Processes:                                                                              |
|  GPU   GI   CI              PID   Type   Process name                        GPU Memory |
|        ID   ID                                                               Usage      |
|=========================================================================================|
|    0   N/A  N/A             836      G   /usr/lib/Xorg                             4MiB |
|    0   N/A  N/A            2119    C+G   .../jvm/java-25-openjdk/bin/java        335MiB |
+-----------------------------------------------------------------------------------------+
Fri May  1 04:24:12 PM IST 2026
Fri May  1 16:24:12 2026       
+-----------------------------------------------------------------------------------------+
| NVIDIA-SMI 580.142                Driver Version: 580.142        CUDA Version: 13.0     |
+-----------------------------------------+------------------------+----------------------+
| GPU  Name                 Persistence-M | Bus-Id          Disp.A | Volatile Uncorr. ECC |
| Fan  Temp   Perf          Pwr:Usage/Cap |           Memory-Usage | GPU-Util  Compute M. |
|                                         |                        |               MIG M. |
|=========================================+========================+======================|
|   0  NVIDIA RTX A500 Laptop GPU     On  |   00000000:01:00.0 Off |                  N/A |
| N/A   58C    P3              7W /   30W |     346MiB /   4096MiB |     14%      Default |
|                                         |                        |                  N/A |
+-----------------------------------------+------------------------+----------------------+

+-----------------------------------------------------------------------------------------+
| Processes:                                                                              |
|  GPU   GI   CI              PID   Type   Process name                        GPU Memory |
|        ID   ID                                                               Usage      |
|=========================================================================================|
|    0   N/A  N/A             836      G   /usr/lib/Xorg                             4MiB |
|    0   N/A  N/A            2119    C+G   .../jvm/java-25-openjdk/bin/java        335MiB |
+-----------------------------------------------------------------------------------------+
Fri May  1 04:24:13 PM IST 2026
Fri May  1 16:24:13 2026       
+-----------------------------------------------------------------------------------------+
| NVIDIA-SMI 580.142                Driver Version: 580.142        CUDA Version: 13.0     |
+-----------------------------------------+------------------------+----------------------+
| GPU  Name                 Persistence-M | Bus-Id          Disp.A | Volatile Uncorr. ECC |
| Fan  Temp   Perf          Pwr:Usage/Cap |           Memory-Usage | GPU-Util  Compute M. |
|                                         |                        |               MIG M. |
|=========================================+========================+======================|
|   0  NVIDIA RTX A500 Laptop GPU     On  |   00000000:01:00.0 Off |                  N/A |
| N/A   58C    P3              7W /   30W |     346MiB /   4096MiB |     14%      Default |
|                                         |                        |                  N/A |
+-----------------------------------------+------------------------+----------------------+

+-----------------------------------------------------------------------------------------+
| Processes:                                                                              |
|  GPU   GI   CI              PID   Type   Process name                        GPU Memory |
|        ID   ID                                                               Usage      |
|=========================================================================================|
|    0   N/A  N/A             836      G   /usr/lib/Xorg                             4MiB |
|    0   N/A  N/A            2119    C+G   .../jvm/java-25-openjdk/bin/java        335MiB |
+-----------------------------------------------------------------------------------------+
Fri May  1 04:24:13 PM IST 2026
Fri May  1 16:24:13 2026       
+-----------------------------------------------------------------------------------------+
| NVIDIA-SMI 580.142                Driver Version: 580.142        CUDA Version: 13.0     |
+-----------------------------------------+------------------------+----------------------+
| GPU  Name                 Persistence-M | Bus-Id          Disp.A | Volatile Uncorr. ECC |
| Fan  Temp   Perf          Pwr:Usage/Cap |           Memory-Usage | GPU-Util  Compute M. |
|                                         |                        |               MIG M. |
|=========================================+========================+======================|
|   0  NVIDIA RTX A500 Laptop GPU     On  |   00000000:01:00.0 Off |                  N/A |
| N/A   58C    P3              7W /   30W |     346MiB /   4096MiB |     14%      Default |
|                                         |                        |                  N/A |
+-----------------------------------------+------------------------+----------------------+

+-----------------------------------------------------------------------------------------+
| Processes:                                                                              |
|  GPU   GI   CI              PID   Type   Process name                        GPU Memory |
|        ID   ID                                                               Usage      |
|=========================================================================================|
|    0   N/A  N/A             836      G   /usr/lib/Xorg                             4MiB |
|    0   N/A  N/A            2119    C+G   .../jvm/java-25-openjdk/bin/java        335MiB |
+-----------------------------------------------------------------------------------------+
Fri May  1 04:24:14 PM IST 2026
Fri May  1 16:24:14 2026       
+-----------------------------------------------------------------------------------------+
| NVIDIA-SMI 580.142                Driver Version: 580.142        CUDA Version: 13.0     |
+-----------------------------------------+------------------------+----------------------+
| GPU  Name                 Persistence-M | Bus-Id          Disp.A | Volatile Uncorr. ECC |
| Fan  Temp   Perf          Pwr:Usage/Cap |           Memory-Usage | GPU-Util  Compute M. |
|                                         |                        |               MIG M. |
|=========================================+========================+======================|
|   0  NVIDIA RTX A500 Laptop GPU     On  |   00000000:01:00.0 Off |                  N/A |
| N/A   58C    P3              6W /   30W |     333MiB /   4096MiB |     46%      Default |
|                                         |                        |                  N/A |
+-----------------------------------------+------------------------+----------------------+

+-----------------------------------------------------------------------------------------+
| Processes:                                                                              |
|  GPU   GI   CI              PID   Type   Process name                        GPU Memory |
|        ID   ID                                                               Usage      |
|=========================================================================================|
|    0   N/A  N/A             836      G   /usr/lib/Xorg                             4MiB |
|    0   N/A  N/A            2119    C+G   .../jvm/java-25-openjdk/bin/java        322MiB |
+-----------------------------------------------------------------------------------------+
Fri May  1 04:24:14 PM IST 2026
Fri May  1 16:24:14 2026       
+-----------------------------------------------------------------------------------------+
| NVIDIA-SMI 580.142                Driver Version: 580.142        CUDA Version: 13.0     |
+-----------------------------------------+------------------------+----------------------+
| GPU  Name                 Persistence-M | Bus-Id          Disp.A | Volatile Uncorr. ECC |
| Fan  Temp   Perf          Pwr:Usage/Cap |           Memory-Usage | GPU-Util  Compute M. |
|                                         |                        |               MIG M. |
|=========================================+========================+======================|
|   0  NVIDIA RTX A500 Laptop GPU     On  |   00000000:01:00.0 Off |                  N/A |
| N/A   58C    P5              5W /   30W |     333MiB /   4096MiB |     25%      Default |
|                                         |                        |                  N/A |
+-----------------------------------------+------------------------+----------------------+

+-----------------------------------------------------------------------------------------+
| Processes:                                                                              |
|  GPU   GI   CI              PID   Type   Process name                        GPU Memory |
|        ID   ID                                                               Usage      |
|=========================================================================================|
|    0   N/A  N/A             836      G   /usr/lib/Xorg                             4MiB |
|    0   N/A  N/A            2119    C+G   .../jvm/java-25-openjdk/bin/java        322MiB |
+-----------------------------------------------------------------------------------------+
Fri May  1 04:24:15 PM IST 2026
Fri May  1 16:24:15 2026       
+-----------------------------------------------------------------------------------------+
| NVIDIA-SMI 580.142                Driver Version: 580.142        CUDA Version: 13.0     |
+-----------------------------------------+------------------------+----------------------+
| GPU  Name                 Persistence-M | Bus-Id          Disp.A | Volatile Uncorr. ECC |
| Fan  Temp   Perf          Pwr:Usage/Cap |           Memory-Usage | GPU-Util  Compute M. |
|                                         |                        |               MIG M. |
|=========================================+========================+======================|
|   0  NVIDIA RTX A500 Laptop GPU     On  |   00000000:01:00.0 Off |                  N/A |
| N/A   58C    P5              5W /   30W |     333MiB /   4096MiB |     25%      Default |
|                                         |                        |                  N/A |
+-----------------------------------------+------------------------+----------------------+

+-----------------------------------------------------------------------------------------+
| Processes:                                                                              |
|  GPU   GI   CI              PID   Type   Process name                        GPU Memory |
|        ID   ID                                                               Usage      |
|=========================================================================================|
|    0   N/A  N/A             836      G   /usr/lib/Xorg                             4MiB |
|    0   N/A  N/A            2119    C+G   .../jvm/java-25-openjdk/bin/java        322MiB |
+-----------------------------------------------------------------------------------------+
Fri May  1 04:24:15 PM IST 2026
Fri May  1 16:24:15 2026       
+-----------------------------------------------------------------------------------------+
| NVIDIA-SMI 580.142                Driver Version: 580.142        CUDA Version: 13.0     |
+-----------------------------------------+------------------------+----------------------+
| GPU  Name                 Persistence-M | Bus-Id          Disp.A | Volatile Uncorr. ECC |
| Fan  Temp   Perf          Pwr:Usage/Cap |           Memory-Usage | GPU-Util  Compute M. |
|                                         |                        |               MIG M. |
|=========================================+========================+======================|
|   0  NVIDIA RTX A500 Laptop GPU     On  |   00000000:01:00.0 Off |                  N/A |
| N/A   58C    P5              5W /   30W |     333MiB /   4096MiB |     25%      Default |
|                                         |                        |                  N/A |
+-----------------------------------------+------------------------+----------------------+

+-----------------------------------------------------------------------------------------+
| Processes:                                                                              |
|  GPU   GI   CI              PID   Type   Process name                        GPU Memory |
|        ID   ID                                                               Usage      |
|=========================================================================================|
|    0   N/A  N/A             836      G   /usr/lib/Xorg                             4MiB |
|    0   N/A  N/A            2119    C+G   .../jvm/java-25-openjdk/bin/java        322MiB |
+-----------------------------------------------------------------------------------------+
Fri May  1 04:24:16 PM IST 2026
No devices were found
Fri May  1 04:24:16 PM IST 2026
No devices were found
Fri May  1 04:24:17 PM IST 2026
No devices were found
Fri May  1 04:24:17 PM IST 2026
No devices were found
Fri May  1 04:24:18 PM IST 2026
No devices were found
Fri May  1 04:24:18 PM IST 2026
No devices were found
Fri May  1 04:24:19 PM IST 2026
No devices were found
Fri May  1 04:24:19 PM IST 2026
No devices were found

EDIT: Knowing this, I've currently alleviated the issue by forcing it into P0 via

sudo nvidia-smi -lgc 500,2100
sudo nvidia-smi -lmc 6001,6001

However if anyone knows the root cause or wants anymore info about my system for better debugging I'd love to provide it.

Last edited by ACJ990 (Yesterday 14:26:23)

Offline

#3 Yesterday 18:29:39

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 74,992

Re: NVIDIA RTX A500 Laptop GPU falls off bus (Xid 79)

That'd be https://wiki.archlinux.org/title/NVIDIA … _on_resume - apparently that's a thing but it's surprising that it also happens on AC

Offline

#4 Yesterday 20:16:26

ACJ990
Member
Registered: 2026-04-26
Posts: 5

Re: NVIDIA RTX A500 Laptop GPU falls off bus (Xid 79)

Thanks for the link, though my issue isn’t quite the same. One, it doesn’t require display power off, resume from suspend or any DPMS event to trigger. it happens anytime the GPU tries to transition from the P5 power state regardless of display state. Two, the system also doesn’t freeze, it's just the dGPU that drops off the bus, the rest of the system is entirely usable.

That said, locking the minimum clocks to prevent the dGPU from ever entering P5 DOES work as a workaround. Still unclear why P5 specifically is unstable on this card on Linux while Windows handles the same transition without issue.

Offline

#5 Today 06:12:02

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 74,992

Re: NVIDIA RTX A500 Laptop GPU falls off bus (Xid 79)

The trigger is probably more coincidental - did you verify that P5 transitions happen on windows at all?
The GPU no longer responds what sounds like it tripped into a power hole, so the particular state might see a disparity between the power it needs and actually gets - this might hinge on the power draw of some other component.

Offline

#6 Today 09:15:21

ACJ990
Member
Registered: 2026-04-26
Posts: 5

Re: NVIDIA RTX A500 Laptop GPU falls off bus (Xid 79)

Firstly to clear an earlier misconception of mine, my GPU doesn't have a P7 state, its P0, P3, P5 and P8.

EDIT:
Yes, on Windows the GPU handles a P5 perfectly fine, where as it causes a drop off on Arch.

On Arch staying in P5 for longer than a few seconds causes it to drop off.
I've tested it by forcing clock limits via nvidia-smi on both OS's

Last edited by ACJ990 (Today 09:20:39)

Offline

#7 Today 09:27:54

ACJ990
Member
Registered: 2026-04-26
Posts: 5

Re: NVIDIA RTX A500 Laptop GPU falls off bus (Xid 79)

Some more info about P5 causing the drop off. Here's a snippet of nvidia-smi -q -d PERFORMANCE -l 1

==============NVSMI LOG==============

Timestamp                                              : Sat May  2 14:49:05 2026
Driver Version                                         : 580.142
CUDA Version                                           : 13.0

Attached GPUs                                          : 1
GPU 00000000:01:00.0
    Performance State                                  : P0
    Clocks Event Reasons
        Idle                                           : Active
        Applications Clocks Setting                    : Not Active
        SW Power Cap                                   : Not Active
        HW Slowdown                                    : Not Active
            HW Thermal Slowdown                        : Not Active
            HW Power Brake Slowdown                    : Not Active
        Sync Boost                                     : Not Active
        SW Thermal Slowdown                            : Not Active
        Display Clock Setting                          : Not Active
    Clocks Event Reasons Counters
        SW Power Capping                               : 0 us
        Sync Boost                                     : 0 us
        SW Thermal Slowdown                            : 0 us
        HW Thermal Slowdown                            : 0 us
        HW Power Braking                               : 0 us
    Sparse Operation Mode                              : N/A


==============NVSMI LOG==============

Timestamp                                              : Sat May  2 14:49:06 2026
Driver Version                                         : 580.142
CUDA Version                                           : 13.0

Attached GPUs                                          : 1
GPU 00000000:01:00.0
    Performance State                                  : P0
    Clocks Event Reasons
        Idle                                           : Active
        Applications Clocks Setting                    : Not Active
        SW Power Cap                                   : Not Active
        HW Slowdown                                    : Not Active
            HW Thermal Slowdown                        : Not Active
            HW Power Brake Slowdown                    : Not Active
        Sync Boost                                     : Not Active
        SW Thermal Slowdown                            : Not Active
        Display Clock Setting                          : Not Active
    Clocks Event Reasons Counters
        SW Power Capping                               : 0 us
        Sync Boost                                     : 0 us
        SW Thermal Slowdown                            : 0 us
        HW Thermal Slowdown                            : 0 us
        HW Power Braking                               : 0 us
    Sparse Operation Mode                              : N/A


==============NVSMI LOG==============

Timestamp                                              : Sat May  2 14:49:07 2026
Driver Version                                         : 580.142
CUDA Version                                           : 13.0

Attached GPUs                                          : 1
GPU 00000000:01:00.0
    Performance State                                  : P0
    Clocks Event Reasons
        Idle                                           : Active
        Applications Clocks Setting                    : Not Active
        SW Power Cap                                   : Not Active
        HW Slowdown                                    : Not Active
            HW Thermal Slowdown                        : Not Active
            HW Power Brake Slowdown                    : Not Active
        Sync Boost                                     : Not Active
        SW Thermal Slowdown                            : Not Active
        Display Clock Setting                          : Not Active
    Clocks Event Reasons Counters
        SW Power Capping                               : 0 us
        Sync Boost                                     : 0 us
        SW Thermal Slowdown                            : 0 us
        HW Thermal Slowdown                            : 0 us
        HW Power Braking                               : 0 us
    Sparse Operation Mode                              : N/A


==============NVSMI LOG==============

Timestamp                                              : Sat May  2 14:49:08 2026
Driver Version                                         : 580.142
CUDA Version                                           : 13.0

Attached GPUs                                          : 1
GPU 00000000:01:00.0
    Performance State                                  : P5
    Clocks Event Reasons
        Idle                                           : Active
        Applications Clocks Setting                    : Not Active
        SW Power Cap                                   : Not Active
        HW Slowdown                                    : Not Active
            HW Thermal Slowdown                        : Not Active
            HW Power Brake Slowdown                    : Not Active
        Sync Boost                                     : Not Active
        SW Thermal Slowdown                            : Not Active
        Display Clock Setting                          : Not Active
    Clocks Event Reasons Counters
        SW Power Capping                               : 0 us
        Sync Boost                                     : 0 us
        SW Thermal Slowdown                            : 0 us
        HW Thermal Slowdown                            : 0 us
        HW Power Braking                               : 0 us
    Sparse Operation Mode                              : N/A


==============NVSMI LOG==============

Timestamp                                              : Sat May  2 14:49:09 2026
Driver Version                                         : 580.142
CUDA Version                                           : 13.0

Attached GPUs                                          : 1
GPU 00000000:01:00.0
    Performance State                                  : P5
    Clocks Event Reasons
        Idle                                           : Active
        Applications Clocks Setting                    : Not Active
        SW Power Cap                                   : Not Active
        HW Slowdown                                    : Not Active
            HW Thermal Slowdown                        : Not Active
            HW Power Brake Slowdown                    : Not Active
        Sync Boost                                     : Not Active
        SW Thermal Slowdown                            : Not Active
        Display Clock Setting                          : Not Active
    Clocks Event Reasons Counters
        SW Power Capping                               : 0 us
        Sync Boost                                     : 0 us
        SW Thermal Slowdown                            : 0 us
        HW Thermal Slowdown                            : 0 us
        HW Power Braking                               : 0 us
    Sparse Operation Mode                              : N/A


==============NVSMI LOG==============

Timestamp                                              : Sat May  2 14:49:10 2026
Driver Version                                         : 580.142
CUDA Version                                           : 13.0

Attached GPUs                                          : 1
GPU 00000000:01:00.0
    Performance State                                  : P5
    Clocks Event Reasons
        Idle                                           : Active
        Applications Clocks Setting                    : Not Active
        SW Power Cap                                   : Not Active
        HW Slowdown                                    : Not Active
            HW Thermal Slowdown                        : Not Active
            HW Power Brake Slowdown                    : Not Active
        Sync Boost                                     : Not Active
        SW Thermal Slowdown                            : Not Active
        Display Clock Setting                          : Not Active
    Clocks Event Reasons Counters
        SW Power Capping                               : 0 us
        Sync Boost                                     : 0 us
        SW Thermal Slowdown                            : 0 us
        HW Thermal Slowdown                            : 0 us
        HW Power Braking                               : 0 us
    Sparse Operation Mode                              : N/A


==============NVSMI LOG==============

Timestamp                                              : Sat May  2 14:49:11 2026
Driver Version                                         : 580.142
CUDA Version                                           : 13.0

Attached GPUs                                          : 1
GPU 00000000:01:00.0
    Performance State                                  : P5
    Clocks Event Reasons
        Idle                                           : Active
        Applications Clocks Setting                    : Not Active
        SW Power Cap                                   : Not Active
        HW Slowdown                                    : Not Active
            HW Thermal Slowdown                        : Not Active
            HW Power Brake Slowdown                    : Not Active
        Sync Boost                                     : Not Active
        SW Thermal Slowdown                            : Not Active
        Display Clock Setting                          : Not Active
    Clocks Event Reasons Counters
        SW Power Capping                               : 0 us
        Sync Boost                                     : 0 us
        SW Thermal Slowdown                            : 0 us
        HW Thermal Slowdown                            : 0 us
        HW Power Braking                               : 0 us
    Sparse Operation Mode                              : N/A


==============NVSMI LOG==============

Timestamp                                              : Sat May  2 14:49:12 2026
Driver Version                                         : 580.142
CUDA Version                                           : 13.0

Attached GPUs                                          : 1
GPU 00000000:01:00.0
    Performance State                                  : P5
    Clocks Event Reasons
        Idle                                           : Active
        Applications Clocks Setting                    : Not Active
        SW Power Cap                                   : Not Active
        HW Slowdown                                    : Not Active
            HW Thermal Slowdown                        : Not Active
            HW Power Brake Slowdown                    : Not Active
        Sync Boost                                     : Not Active
        SW Thermal Slowdown                            : Not Active
        Display Clock Setting                          : Not Active
    Clocks Event Reasons Counters
        SW Power Capping                               : 0 us
        Sync Boost                                     : 0 us
        SW Thermal Slowdown                            : 0 us
        HW Thermal Slowdown                            : 0 us
        HW Power Braking                               : 0 us
    Sparse Operation Mode                              : N/A


==============NVSMI LOG==============

Timestamp                                              : Sat May  2 14:49:13 2026
Driver Version                                         : 580.142
CUDA Version                                           : 13.0

Attached GPUs                                          : 1
GPU 00000000:01:00.0
    Performance State                                  : P5
    Clocks Event Reasons
        Idle                                           : Active
        Applications Clocks Setting                    : Not Active
        SW Power Cap                                   : Not Active
        HW Slowdown                                    : Not Active
            HW Thermal Slowdown                        : Not Active
            HW Power Brake Slowdown                    : Not Active
        Sync Boost                                     : Not Active
        SW Thermal Slowdown                            : Not Active
        Display Clock Setting                          : Not Active
    Clocks Event Reasons Counters
        SW Power Capping                               : 0 us
        Sync Boost                                     : 0 us
        SW Thermal Slowdown                            : 0 us
        HW Thermal Slowdown                            : 0 us
        HW Power Braking                               : 0 us
    Sparse Operation Mode                              : N/A


==============NVSMI LOG==============

Timestamp                                              : Sat May  2 14:49:14 2026
Driver Version                                         : 580.142
CUDA Version                                           : 13.0

Attached GPUs                                          : 1
GPU 00000000:01:00.0
    Performance State                                  : P5
    Clocks Event Reasons
        Idle                                           : Active
        Applications Clocks Setting                    : Not Active
        SW Power Cap                                   : Not Active
        HW Slowdown                                    : Not Active
            HW Thermal Slowdown                        : Not Active
            HW Power Brake Slowdown                    : Not Active
        Sync Boost                                     : Not Active
        SW Thermal Slowdown                            : Not Active
        Display Clock Setting                          : Not Active
    Clocks Event Reasons Counters
        SW Power Capping                               : 0 us
        Sync Boost                                     : 0 us
        SW Thermal Slowdown                            : 0 us
        HW Thermal Slowdown                            : 0 us
        HW Power Braking                               : 0 us
    Sparse Operation Mode                              : N/A


==============NVSMI LOG==============

Timestamp                                              : Sat May  2 14:49:15 2026
Driver Version                                         : 580.142
CUDA Version                                           : 13.0

Attached GPUs                                          : 1
GPU 00000000:01:00.0
    Performance State                                  : P5
    Clocks Event Reasons
        Idle                                           : Active
        Applications Clocks Setting                    : Not Active
        SW Power Cap                                   : Not Active
        HW Slowdown                                    : Not Active
            HW Thermal Slowdown                        : Not Active
            HW Power Brake Slowdown                    : Not Active
        Sync Boost                                     : Not Active
        SW Thermal Slowdown                            : Not Active
        Display Clock Setting                          : Not Active
    Clocks Event Reasons Counters
        SW Power Capping                               : 0 us
        Sync Boost                                     : 0 us
        SW Thermal Slowdown                            : 0 us
        HW Thermal Slowdown                            : 0 us
        HW Power Braking                               : 0 us
    Sparse Operation Mode                              : N/A

GPU 00000000:01:00.0: GPU Unavailable error occurred
GPU 00000000:01:00.0: GPU Recovery action event occurred

==============NVSMI LOG==============

Timestamp                                              : Sat May  2 14:49:16 2026
Driver Version                                         : 580.142
CUDA Version                                           : 13.0

Attached GPUs                                          : 1
GPU 00000000:01:00.0
    Performance State                                  : P5
    Clocks Event Reasons
        Idle                                           : Active
        Applications Clocks Setting                    : Not Active
        SW Power Cap                                   : Not Active
        HW Slowdown                                    : Not Active
            HW Thermal Slowdown                        : Not Active
            HW Power Brake Slowdown                    : Not Active
        Sync Boost                                     : Not Active
        SW Thermal Slowdown                            : Not Active
        Display Clock Setting                          : Not Active
    Clocks Event Reasons Counters
        SW Power Capping                               : 0 us
        Sync Boost                                     : 0 us
        SW Thermal Slowdown                            : 0 us
        HW Thermal Slowdown                            : 0 us
        HW Power Braking                               : 0 us
    Sparse Operation Mode                              : GPU is lost


==============NVSMI LOG==============

Timestamp                                              : Sat May  2 14:49:17 2026
Driver Version                                         : 580.142
CUDA Version                                           : 13.0

Attached GPUs                                          : 1
GPU 00000000:01:00.0
    Performance State                                  : P5
    Clocks Event Reasons
        Idle                                           : Active
        Applications Clocks Setting                    : Not Active
        SW Power Cap                                   : Not Active
        HW Slowdown                                    : Not Active
            HW Thermal Slowdown                        : Not Active
            HW Power Brake Slowdown                    : Not Active
        Sync Boost                                     : Not Active
        SW Thermal Slowdown                            : Not Active
        Display Clock Setting                          : Not Active
    Clocks Event Reasons Counters
        SW Power Capping                               : 0 us
        Sync Boost                                     : 0 us
        SW Thermal Slowdown                            : 0 us
        HW Thermal Slowdown                            : 0 us
        HW Power Braking                               : 0 us
    Sparse Operation Mode                              : GPU is lost


==============NVSMI LOG==============

Timestamp                                              : Sat May  2 14:49:18 2026
Driver Version                                         : 580.142
CUDA Version                                           : 13.0

Attached GPUs                                          : 1
GPU 00000000:01:00.0
    Performance State                                  : P5
    Clocks Event Reasons
        Idle                                           : Active
        Applications Clocks Setting                    : Not Active
        SW Power Cap                                   : Not Active
        HW Slowdown                                    : Not Active
            HW Thermal Slowdown                        : Not Active
            HW Power Brake Slowdown                    : Not Active
        Sync Boost                                     : Not Active
        SW Thermal Slowdown                            : Not Active
        Display Clock Setting                          : Not Active
    Clocks Event Reasons Counters
        SW Power Capping                               : 0 us
        Sync Boost                                     : 0 us
        SW Thermal Slowdown                            : 0 us
        HW Thermal Slowdown                            : 0 us
        HW Power Braking                               : 0 us
    Sparse Operation Mode                              : GPU is lost


==============NVSMI LOG==============

Timestamp                                              : Sat May  2 14:49:19 2026
Driver Version                                         : 580.142
CUDA Version                                           : 13.0

Attached GPUs                                          : 1
GPU 00000000:01:00.0
    Performance State                                  : P5
    Clocks Event Reasons
        Idle                                           : Active
        Applications Clocks Setting                    : Not Active
        SW Power Cap                                   : Not Active
        HW Slowdown                                    : Not Active
            HW Thermal Slowdown                        : Not Active
            HW Power Brake Slowdown                    : Not Active
        Sync Boost                                     : Not Active
        SW Thermal Slowdown                            : Not Active
        Display Clock Setting                          : Not Active
    Clocks Event Reasons Counters
        SW Power Capping                               : 0 us
        Sync Boost                                     : 0 us
        SW Thermal Slowdown                            : 0 us
        HW Thermal Slowdown                            : 0 us
        HW Power Braking                               : 0 us
    Sparse Operation Mode                              : GPU is lost

Offline

Board footer

Powered by FluxBB