CL_OUT_OF_HOST_MEMORY - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Support (https://hashcat.net/forum/forum-3.html) +--- Forum: hashcat (https://hashcat.net/forum/forum-45.html) +--- Thread: CL_OUT_OF_HOST_MEMORY (/thread-6011.html) |
CL_OUT_OF_HOST_MEMORY - Bops - 11-04-2016 Hi I am on version 3.10 on Win 10. I ran a job that was estimated to take 15H's to complete. It ran for 15mins or more with out an issue, but when I came back the following morning there was a long list of ERROR: clEnqueueNDRangeKernel(): CL_OUT_OF_HOST_MEMORY followed by ERROR: clEnqueueReadBuffer(): CL_OUT_OF_RESOURCES I also tried a shorter job estimated to run 1H 22mins. This got to within 1m of finishing and while there were no errors the GTX1080 Core and Mem clocks were running 11x slower than for the rest of the job. Not sure if I have two seperate issues or if they are related Here is the 1H 22min job info, note the 15H job is the same except for it uses a much longer wordlist. While the 15H job created the errors the 1H 22min job eventually completed. hashcat-3.10>hashcat64 -w 3 -m 1800 -o cracked.txt -r I:\ZZZ\Hashcat-3.10\rules\T0XlC-insert_space_and_special_0_F.rule "$6$07PSYWWk$lBbhaqMhn.YUQIu7/082y2BGnD0JNH2dWiHrG2Ot9HIepc0DJvemHLa7BaxH2hj6RayvP8J8B1LJM2QM3EYGl." I:\ZZZ\Hashcat-3.10\H\wordlist.txt hashcat (v3.10) starting... OpenCL Platform #1: NVIDIA Corporation ====================================== - Device #1: GeForce GTX 1080, 2048/8192 MB allocatable, 20MCU - Device #1: WARNING! Kernel exec timeout is not disabled, it might cause you errors of code 702 See the wiki on how to disable it: https://hashcat.net/wiki/doku.php?id=timeout_patch OpenCL Platform #2: Intel(R) Corporation ======================================== - Device #2: Intel(R) HD Graphics 530, 2047/25326 MB allocatable, 24MCU - Device #3: Intel(R) Core(TM) i7-6700K CPU @ 4.00GHz, skipped Hashes: 1 hashes; 1 unique digests, 1 unique salts Bitmaps: 16 bits, 65536 entries, 0x0000ffff mask, 262144 bytes, 5/13 rotates Rules: 480 Applicable Optimizers: * Zero-Byte * Single-Hash * Single-Salt * Uses-64-Bit Watchdog: Temperature abort trigger set to 90c Watchdog: Temperature retain trigger set to 75c - Device #2: Kernel m01800.1e5fd520.kernel not found in cache! Building may take a while... - Device #2: Kernel amp_a0.1e5fd520.kernel not found in cache! Building may take a while... Cache-hit dictionary stats I:\ZZZ\Hashcat-3.10\H\wordlist.txt: 11004625 bytes, 1202867 words, 577376160 keyspace [s]tatus [p]ause [r]esume [b]ypass [c]heckpoint [q]uit => Session.Name...: hashcat Status.........: Running Rules.Type.....: File (I:\ZZZ\Hashcat-3.10\rules\T0XlC-insert_space_and_special_0_F.rule) Input.Mode.....: File (I:\ZZZ\Hashcat-3.10\H\wordlist.txt) Hash.Target....: $6$07PSYWWk$lBbhaqMhn.YUQIu7/082y2BGnD0JN... Hash.Type......: sha512crypt, SHA512(Unix) Time.Started...: Fri Nov 04 09:02:49 2016 (5 secs) Time.Estimated.: Fri Nov 04 10:25:56 2016 (1 hour, 22 mins) Speed.Dev.#1...: 113.8 kH/s (104.93ms) Speed.Dev.#2...: 2201 H/s (81.57ms) Speed.Dev.#*...: 116.0 kH/s Recovered......: 0/1 (0.00%) Digests, 0/1 (0.00%) Salts Progress.......: 629280/577376160 (0.11%) Rejected.......: 14880/629280 (2.36%) Restore.Point..: 0/1202867 (0.00%) HWMon.Dev.#1...: Temp: 53c Fan: 27% Util:100% Core:1809Mhz Mem:4513Mhz Lanes:16 HWMon.Dev.#2...: N/A [s]tatus [p]ause [r]esume [b]ypass [c]heckpoint [q]uit => Then after 1H and 46mins the following status is returned Session.Name...: hashcat Status.........: Running Rules.Type.....: File (I:\ZZZ\Hashcat-3.10\rules\T0XlC-insert_space_and_special_0_F.rule) Input.Mode.....: File (I:\ZZZ\Hashcat-3.10\H\wordlist.txt) Hash.Target....: $6$07PSYWWk$lBbhaqMhn.YUQIu7/082y2BGnD0JN... Hash.Type......: sha512crypt, SHA512(Unix) Time.Started...: Fri Nov 04 09:02:49 2016 (1 hour, 46 mins) Time.Estimated.: Fri Nov 04 10:50:40 2016 (50 secs) Speed.Dev.#1...: 64357 H/s (15.56ms) Speed.Dev.#2...: 2240 H/s (81.61ms) Speed.Dev.#*...: 66596 H/s Recovered......: 0/1 (0.00%) Digests, 0/1 (0.00%) Salts Progress.......: 574021536/577376160 (99.42%) Rejected.......: 258720/574021536 (0.05%) Restore.Point..: 0/1202867 (0.00%) HWMon.Dev.#1...: Temp: 33c Fan: 27% Util: 0% Core: 139Mhz Mem: 405Mhz Lanes:16 HWMon.Dev.#2...: N/A [s]tatus [p]ause [r]esume [b]ypass [c]heckpoint [q]uit => RE: CL_OUT_OF_HOST_MEMORY - atom - 11-04-2016 I think the Intel(R) HD Graphics 530 creates problem here. Run the command with -d 1 to select the 1080 only RE: CL_OUT_OF_HOST_MEMORY - Bops - 11-05-2016 (11-04-2016, 01:37 PM)atom Wrote: I think the Intel(R) HD Graphics 530 creates problem here. Run the command with -d 1 to select the 1080 only That fixed the problem, thanks. |