smartbitcoin / arc_plot

CPU & GPU plotter
20 stars 1 forks source link

[Crash] --buckets X causes plotter to crash at phase 2 if -G is specified #18

Open Motophan opened 1 year ago

Motophan commented 1 year ago

gentoo@arch5950x arc_plot]$ ./arc_plot -t /mnt/nvme01/ -r 16 -f [redacted] -c [redacted] -G --buckets 64


** ARC_PLOT CPU + GPU plotter version: 0.7-d38e551***


  Final Directory: /mnt/nvme01/ Number of Plots: 1 GPU plotting 1 out of 1 (2023/01/14 08:23:08) Found cpu ram size: 131816880 Found gpu: 1 Found gpu:0 ram size: 16319971328 GPU plotting in G24 mode: 0 using gpu 0:[ NVIDIA GeForce RTX 4080 ] for plotting. Process ID: 2722 Number of Threads: 16 Number of Buckets P1: 2^8 (256) Number of Buckets P3+P4: 2^6 (64) Pool Puzzle Hash:
ligma Farmer Public Key: ligma Working Directory: /mnt/nvme01/ Working Directory 2: /mnt/nvme01/ Plot Name: plot-k32-2023-01-14-08-23-3e12f34ce21d9275b8675207de1b2950fee4a883810b56fc7d2d47c3907052a2  


Phase 1: creating plot


[P1] Table 1 took 8.0474 sec [P1] Table 2 took 15.4777 sec, found 4294767547 matches [P1] Table 3 took 31.2029 sec, found 4293021569 matches [P1] Table 4 took 39.4789 sec, found 4290467503 matches [P1] Table 5 took 38.855 sec, found 4285942811 matches [P1] Table 6 took 29.504 sec, found 4276774648 matches [P1] Table 7 took 20.2935 sec, found 4258567544 matches Phase 1 took 186.4 sec  


Phase 2: compressing plot


[prescan] took 18.049 sec G24 MODE: 0 terminate called after throwing an instance of 'std::runtime_error' what(): thread failed with: thread failed with: Invalid argument ^C^C^C^X^C^X^C^C^X^X^C^Z^Z^Z^Z^Z^Z^Z^Z^Z^Z   ^C^X^Z^C^X^Z^C^X^Z^C^X^C ^X^C         cxza^X^C^Z^X^Z^C^X^C^Z^Z^X^C^C^X^Z^C^X^C^C^C^X^Z^Z^X^C^X^C^Z^C^X^Z^Z^X^C^C^X^Z^Z^X^C^C^X^Z^C^X^ZKilled

Tried again w/ buckets 512

[gentoo@arch5950x arc_plot]$ ./arc_plot -t /mnt/nvme01/ -r 16 -f [redacted] -c [redacted] -G -u 512 -v 512


** ARC_PLOT CPU + GPU plotter version: 0.7-d38e551***


Final Directory: /mnt/nvme01/ Number of Plots: 1 GPU plotting 1 out of 1 (2023/01/14 08:28:30) Found cpu ram size: 131816880 Found gpu: 1 Found gpu:0 ram size: 16356737024 GPU plotting in G24 mode: 0 using gpu 0:[ NVIDIA GeForce RTX 4080 ] for plotting. Process ID: 3075 Number of Threads: 16 Number of Buckets P1: 2^8 (256) Number of Buckets P3+P4: 2^9 (512) Pool Puzzle Hash:
ligma Farmer Public Key: ligma Working Directory: /mnt/nvme01/ Working Directory 2: /mnt/nvme01/ Plot Name: plot-k32-2023-01-14-08-28-6e688a8b4067ef62687134270dd6ed7f76ab395e3f026f060c54b52b7bf0e677  


Phase 1: creating plot


[P1] Table 1 took 8.35548 sec [P1] Table 2 took 15.8229 sec, found 4294604165 matches [P1] Table 3 took 31.7901 sec, found 4292582795 matches [P1] Table 4 took 39.5038 sec, found 4289805468 matches [P1] Table 5 took 39.246 sec, found 4284511277 matches [P1] Table 6 took 29.5886 sec, found 4274024448 matches [P1] Table 7 took 20.9838 sec, found 4253033818 matches Phase 1 took 188.51 sec  


Phase 2: compressing plot


[prescan] took 18.6011 sec G24 MODE: 0   Segmentation fault (core dumped) [gentoo@arch5950x arc_plot]$

smartbitcoin commented 1 year ago

use -u 256, -v 256 for gpu plotting . or just leave it blank as default. gpu plotting use --gthreads as turning parameter instead of cpu's -u -v