Xid 31: Memory Page Fault from Process Resource Exhaustion
Xid 31 occurs when the GPU attempts to access a virtual address that is not mapped in the GPU page tables. While this can be a kernel bug, it frequently happens under severe memory pressure or thrashing where memory is allocated but not properly bound, or an application uses an invalid pointer that falls outside its mapped VRAM range.
Xid 31 occurs when the GPU attempts to access a virtual address that is not mapped in the GPU page tables.
- Symptom
Syslog/dmesg displays an Xid 31 error indicating a memory page fault.- Root cause
- Xid 31 occurs when the GPU attempts to access a virtual address that is not mapped in the GPU page tables. While this can be a kernel bug, it frequently happens under severe memory pressure or thrashing where memory is allocated but not properly bound, or an application uses an invalid pointer that falls outside its mapped VRAM range.
- Recommended fix
PYTORCH_CUDA_ALLOC_CONF=max_split_size_mb:512- How Denpex helps
- Denpex matches Xid 31: Memory Page Fault from Process Resource Exhaustion across every rank in a distributed run and reports which rank failed first, so you act on the initiating node instead of the loudest one.
What this failure is
Xid 31: Memory Page Fault from Process Resource Exhaustion is a Memory failure seen during ML training runs. Xid 31 occurs when the GPU attempts to access a virtual address that is not mapped in the GPU page tables. While this can be a kernel bug, it frequently happens under severe memory pressure or thrashing where memory is allocated but not properly bound, or an application uses an invalid pointer that falls outside its mapped VRAM range. Common tags: Xid Error.
Is this what broke your run? Paste your log.
You're reading about Xid 31: Memory Page Fault from Process Resource Exhaustion. Paste your own crash log or traceback below and get the real root cause for YOUR run, not this generic entry. No account, no card. Logs are masked at ingress and never saved to account history.
Want 14 days on the Scale plan?
Request an evaluation code. A verified workplace organization activates up to 50 diagnoses a day, alerts, history, and follow-up questions. No credit card or automatic subscription.
Why it happens (the mechanism)
Page faults on CPU just result in swapped pages or simple segfaults. On GPUs, unhandled page faults can cause the entire driver channel to lock up, giving the appearance of a total hardware freeze rather than a simple out-of-bounds or out-of-memory issue.
What you'll observe
- NVRM: Xid (PCI:0000:04:00): 31, Ch 00000010, engmask 00000101, intr 10000000
- GPU memory page fault
- kernel: NVRM: unhandled page fault
Common symptoms and what they mean
| Symptom | Why it happens |
|---|---|
| The GPU process hangs indefinitely or is abruptly killed by the OS. | Xid 31 occurs when the GPU attempts to access a virtual address that is not mapped in the GPU page tables. While this can be a kernel bug, it frequently happens under severe memory pressure or thrashing where memory is allocated but not properly bound, or an application uses an invalid pointer that falls outside its mapped VRAM range. |
| Syslog/dmesg displays an Xid 31 error indicating a memory page fault. | Xid 31 occurs when the GPU attempts to access a virtual address that is not mapped in the GPU page tables. While this can be a kernel bug, it frequently happens under severe memory pressure or thrashing where memory is allocated but not properly bound, or an application uses an invalid pointer that falls outside its mapped VRAM range. |
| Often occurs during heavy multi-tenancy, extreme memory pressure, or when rapidly allocating/freeing memory across multiple processes. | Xid 31 occurs when the GPU attempts to access a virtual address that is not mapped in the GPU page tables. While this can be a kernel bug, it frequently happens under severe memory pressure or thrashing where memory is allocated but not properly bound, or an application uses an invalid pointer that falls outside its mapped VRAM range. |
Which systems are affected
- Linux Kernel
- NVIDIA Driver
- CUDA Workloads
How to confirm this is the problem
Use this checklist to test the hypothesis against a small reproduction. No single line proves the root cause, so preserve the preceding events and compare one variable at a time.
- ✓Check system logs for memory pressure events: dmesg -T | grep -i oom
- ✓Isolate the workload causing the crash and run it alone to see if multi-process memory contention is the trigger.
- ✓Generate a diagnostic report: sudo nvidia-bug-report.sh
Searchable error signature
Syslog/dmesg displays an Xid 31 error indicating a memory page fault.Use this text as a lookup key in logs and upstream issue trackers. It is not presented as a captured customer log. Confirm the cause from your own preceding events, versions, configuration and the cited references.
The fix and the prevention pattern
The root cause is on this page and stays free. A free account adds the exact remediation steps, saved history, and the fix on every entry in the encyclopedia.
Sign up free. Unlock the full analysisNo credit card. Daily allowance follows verified trust tier. Instant access.
Xid 31 in context
Xid 31 is one of a small set of codes the NVIDIA driver uses to report GPU faults, and the number is most of the diagnosis: it tells you whether you are looking at your own code, the driver, or a board that needs replacing.
Compare every Xid code side by sideDiagnose this failure in VS Code
Select the traceback or open the failed terminal, then run Denpex locally to see the initiating rank, collateral failures, exact fix, and verification command without uploading the log.
Install the free VS Code extensionRoot cause
- Xid 31 occurs when the GPU attempts to access a virtual address that is not mapped in the GPU page tables. While this can be a kernel bug, it frequently happens under severe memory pressure or thrashing where memory is allocated but not properly bound, or an application uses an invalid pointer that falls outside its mapped VRAM range.
The fix and how to prevent it
Evaluate Denpex on your own logs
Request a Scale evaluation code. A verified workplace organization activates 14 days with up to 50 diagnoses a day. Every account keeps its current diagnosis allowance and gets a verification path. No card or automatic subscription.
Don't just read the fix, diagnose your run
The encyclopedia tells you what went wrong. Denpex tells you what went wrong in YOUR training run. With your logs, your config, and your stack.