hashcat Forum

Full Version: CL_OUT_OF_HOST_MEMORY
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi.
I got troubles trying 15700 algorithm on Intel Xeon CPU E5-2696 v3.
Any attempts results with CL_OUT_OF_HOST_MEMORY.
I have Win10 and RAM size is 32GB.
So I try hashcat.exe -I and this what I got (Memory.Free....: 0 MB).
Kindly help.

hashcat (v6.2.6) starting in backend information mode

Successfully initialized the NVIDIA main driver CUDA runtime library.

Failed to initialize NVIDIA RTC library.

* Device #1: CUDA SDK Toolkit not installed or incorrectly installed.
            CUDA SDK Toolkit required for proper device support and utilization.
            Falling back to OpenCL runtime.

OpenCL Info:
============

OpenCL Platform ID #1
  Vendor..: NVIDIA Corporation
  Name....: NVIDIA CUDA
  Version.: OpenCL 3.0 CUDA 12.2.128

  Backend Device ID #1
    Type...........: GPU
    Vendor.ID......: 32
    Vendor.........: NVIDIA Corporation
    Name...........: NVIDIA GeForce GT 1030
    Version........: OpenCL 3.0 CUDA
    Processor(s)...: 3
    Clock..........: 1468
    Memory.Total...: 2047 MB (limited to 511 MB allocatable in one block)
    Memory.Free....: 1920 MB
    Local.Memory...: 48 KB
    OpenCL.Version.: OpenCL C 1.2
    Driver.Version.: 536.67
    PCI.Addr.BDF...: 03:00.0

OpenCL Platform ID #2
  Vendor..: Intel(R) Corporation
  Name....: Intel(R) OpenCL
  Version.: OpenCL 2.1 WINDOWS

  Backend Device ID #2
    Type...........: CPU
    Vendor.ID......: 8
    Vendor.........: Intel(R) Corporation
    Name...........: Intel(R) Xeon(R) CPU E5-2696 v3 @ 2.30GHz
    Version........: OpenCL 2.1 (Build 0)
    Processor(s)...: 36
    Clock..........: 2300
    Memory.Total...: 32609 MB (limited to 4076 MB allocatable in one block)
    Memory.Free....: 0 MB
    Local.Memory...: 32 KB
    OpenCL.Version.: OpenCL C 2.0
    Driver.Version.: 2020.11.11.0.13_160000
Looks to be an issue with OpenCL Drivers. One portion shows version 2.1 (build 0) and other shows Open CL 2.0. So might have to reinstall the proper OpenCL drivers for Intel Xeon Processors.


Otherwise, if you limit the attack to use strictly your GPU by using -d 1 does the attack work?
Hi. Your idea was right.
I uninstalled all Nvidia and Intel OpenCl software. Cleaned up the registry.
Then replaced the video card with a Radeon.
Installed Intel OpenCl (w_opencl_runtime_p_2021.1.1.1.191.exe) and everything worked fine.
The previous system based on Intel Core i7 5820K gave 19H/s for 15700.
The current system based on Xeon E5-2696 v3 gives 28H/s.
There is room for improvement I hope.
Thanks for your help.