opencl info:
Code: Select all
root@nostromo:~# clinfo -l
Platform #0: AMD Accelerated Parallel Processing
`-- Device #0: gfx902
root@nostromo:~# clinfo
Number of platforms 1
Platform Name AMD Accelerated Parallel Processing
Platform Vendor Advanced Micro Devices, Inc.
Platform Version OpenCL 2.1 AMD-APP (3075.10)
Platform Profile FULL_PROFILE
Platform Extensions cl_khr_icd cl_amd_event_callback cl_amd_offline_devices
Platform Host timer resolution 1ns
Platform Extensions function suffix AMD
Platform Name AMD Accelerated Parallel Processing
Number of devices 1
Device Name gfx902
Device Vendor Advanced Micro Devices, Inc.
Device Vendor ID 0x1002
Device Version OpenCL 2.0 AMD-APP (3075.10)
Driver Version 3075.10 (PAL,HSAIL)
Device OpenCL C Version OpenCL C 2.0
Device Type GPU
Device Board Name (AMD) Unknown AMD GPU
Device Topology (AMD) PCI-E, 07:00.0
Device Profile FULL_PROFILE
Device Available Yes
Compiler Available Yes
Linker Available Yes
Max compute units 8
SIMD per compute unit (AMD) 4
SIMD width (AMD) 16
SIMD instruction width (AMD) 1
Max clock frequency 1250MHz
Graphics IP (AMD) 9.2
Device Partition (core)
Max number of sub-devices 8
Supported partition types None
Supported affinity domains (n/a)
Max work item dimensions 3
Max work item sizes 1024x1024x1024
Max work group size 256
Preferred work group size (AMD) 256
Max work group size (AMD) 1024
Preferred work group size multiple 64
Wavefront width (AMD) 64
Preferred / native vector sizes
char 4 / 4
short 2 / 2
int 1 / 1
long 1 / 1
half 1 / 1 (cl_khr_fp16)
float 1 / 1
double 1 / 1 (cl_khr_fp64)
Half-precision Floating-point support (cl_khr_fp16)
Denormals No
Infinity and NANs No
Round to nearest No
Round to zero No
Round to infinity No
IEEE754-2008 fused multiply-add No
Support is emulated in software No
Single-precision Floating-point support (core)
Denormals No
Infinity and NANs Yes
Round to nearest Yes
Round to zero Yes
Round to infinity Yes
IEEE754-2008 fused multiply-add Yes
Support is emulated in software No
Correctly-rounded divide and sqrt operations Yes
Double-precision Floating-point support (cl_khr_fp64)
Denormals Yes
Infinity and NANs Yes
Round to nearest Yes
Round to zero Yes
Round to infinity Yes
IEEE754-2008 fused multiply-add Yes
Support is emulated in software No
Address bits 64, Little-Endian
Global memory size 3758096384 (3.5GiB)
Global free memory (AMD) 3600288 (3.434GiB)
Global memory channels (AMD) 4
Global memory banks per channel (AMD) 4
Global memory bank width (AMD) 256 bytes
Error Correction support No
Max memory allocation 1825361100 (1.7GiB)
Unified memory for Host and Device Yes
Shared Virtual Memory (SVM) capabilities (core)
Coarse-grained buffer sharing Yes
Fine-grained buffer sharing Yes
Fine-grained system sharing No
Atomics No
Minimum alignment for any data type 128 bytes
Alignment of base address 2048 bits (256 bytes)
Preferred alignment for atomics
SVM 0 bytes
Global 0 bytes
Local 0 bytes
Max size for global variable 1642824960 (1.53GiB)
Preferred total size of global vars 3758096384 (3.5GiB)
Global Memory cache type Read/Write
Global Memory cache size 16384 (16KiB)
Global Memory cache line size 64 bytes
Image support Yes
Max number of samplers per kernel 16
Max size for 1D images from buffer 134217728 pixels
Max 1D or 2D image array size 2048 images
Base address alignment for 2D image buffers 256 bytes
Pitch alignment for 2D image buffers 256 pixels
Max 2D image size 16384x16384 pixels
Max 3D image size 2048x2048x2048 pixels
Max number of read image args 128
Max number of write image args 64
Max number of read/write image args 64
Max number of pipe args 16
Max active pipe reservations 16
Max pipe packet size 1825361100 (1.7GiB)
Local memory type Local
Local memory size 65536 (64KiB)
Local memory syze per CU (AMD) 65536 (64KiB)
Local memory banks (AMD) 32
Max number of constant args 8
Max constant buffer size 1825361100 (1.7GiB)
Preferred constant buffer size (AMD) 16384 (16KiB)
Max size of kernel argument 1024
Queue properties (on host)
Out-of-order execution No
Profiling Yes
Queue properties (on device)
Out-of-order execution Yes
Profiling Yes
Preferred size 262144 (256KiB)
Max size 8388608 (8MiB)
Max queues on device 1
Max events on device 1024
Prefer user sync for interop Yes
Number of P2P devices (AMD) 0
P2P devices (AMD) <printDeviceInfo:147: get number of CL_DEVICE_P2P_DEVICES_AMD : error -30>
Profiling timer resolution 1ns
Profiling timer offset since Epoch (AMD) 1591340649430523868ns (Fri Jun 5 09:04:09 2020)
Execution capabilities
Run OpenCL kernels Yes
Run native kernels No
Thread trace supported (AMD) Yes
Number of async queues (AMD) 4
Max real-time compute queues (AMD) 0
Max real-time compute units (AMD) 0
printf() buffer size 4194304 (4MiB)
Built-in kernels (n/a)
Device Extensions cl_khr_fp64 cl_amd_fp64 cl_khr_global_int32_base_atomics cl_khr_global_int32_extended_atomics cl_khr_local_int32_base_atomics cl_khr_local_int32_extended_atomics cl_khr_int64_base_atomics cl_khr_int64_extended_atomics cl_khr_3d_image_writes cl_khr_byte_addressable_store cl_khr_fp16 cl_khr_gl_sharing cl_khr_gl_depth_images cl_amd_device_attribute_query cl_amd_vec3 cl_amd_printf cl_amd_media_ops cl_amd_media_ops2 cl_amd_popcnt cl_khr_image2d_from_buffer cl_khr_subgroups cl_khr_gl_event cl_khr_depth_images cl_khr_mipmap_image cl_khr_mipmap_image_writes cl_amd_copy_buffer_p2p
NULL platform behavior
clGetPlatformInfo(NULL, CL_PLATFORM_NAME, ...) AMD Accelerated Parallel Processing
clGetDeviceIDs(NULL, CL_DEVICE_TYPE_ALL, ...) Success [AMD]
clCreateContext(NULL, ...) [default] Success [AMD]
clCreateContextFromType(NULL, CL_DEVICE_TYPE_DEFAULT) Success (1)
Platform Name AMD Accelerated Parallel Processing
Device Name gfx902
clCreateContextFromType(NULL, CL_DEVICE_TYPE_CPU) No devices found in platform
clCreateContextFromType(NULL, CL_DEVICE_TYPE_GPU) Success (1)
Platform Name AMD Accelerated Parallel Processing
Device Name gfx902
clCreateContextFromType(NULL, CL_DEVICE_TYPE_ACCELERATOR) No devices found in platform
clCreateContextFromType(NULL, CL_DEVICE_TYPE_CUSTOM) No devices found in platform
clCreateContextFromType(NULL, CL_DEVICE_TYPE_ALL) Success (1)
Platform Name AMD Accelerated Parallel Processing
Device Name gfx902
ICD loader properties
ICD loader Name OpenCL ICD Loader
ICD loader Vendor OCL Icd free software
ICD loader Version 2.2.12
ICD loader Profile OpenCL 2.2
Code: Select all
root@nostromo:~# lspci
00:00.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Raven/Raven2 Root Complex
00:00.2 IOMMU: Advanced Micro Devices, Inc. [AMD] Raven/Raven2 IOMMU
00:01.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-1fh) PCIe Dummy Host Bridge
00:01.2 PCI bridge: Advanced Micro Devices, Inc. [AMD] Raven/Raven2 PCIe GPP Bridge [6:0]
00:01.6 PCI bridge: Advanced Micro Devices, Inc. [AMD] Raven/Raven2 PCIe GPP Bridge [6:0]
00:08.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-1fh) PCIe Dummy Host Bridge
00:08.1 PCI bridge: Advanced Micro Devices, Inc. [AMD] Raven/Raven2 Internal PCIe GPP Bridge 0 to Bus A
00:08.2 PCI bridge: Advanced Micro Devices, Inc. [AMD] Raven/Raven2 Internal PCIe GPP Bridge 0 to Bus B
00:14.0 SMBus: Advanced Micro Devices, Inc. [AMD] FCH SMBus Controller (rev 61)
00:14.3 ISA bridge: Advanced Micro Devices, Inc. [AMD] FCH LPC Bridge (rev 51)
00:18.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Raven/Raven2 Device 24: Function 0
00:18.1 Host bridge: Advanced Micro Devices, Inc. [AMD] Raven/Raven2 Device 24: Function 1
00:18.2 Host bridge: Advanced Micro Devices, Inc. [AMD] Raven/Raven2 Device 24: Function 2
00:18.3 Host bridge: Advanced Micro Devices, Inc. [AMD] Raven/Raven2 Device 24: Function 3
00:18.4 Host bridge: Advanced Micro Devices, Inc. [AMD] Raven/Raven2 Device 24: Function 4
00:18.5 Host bridge: Advanced Micro Devices, Inc. [AMD] Raven/Raven2 Device 24: Function 5
00:18.6 Host bridge: Advanced Micro Devices, Inc. [AMD] Raven/Raven2 Device 24: Function 6
00:18.7 Host bridge: Advanced Micro Devices, Inc. [AMD] Raven/Raven2 Device 24: Function 7
01:00.0 USB controller: Advanced Micro Devices, Inc. [AMD] 400 Series Chipset USB 3.1 XHCI Controller (rev 01)
01:00.1 SATA controller: Advanced Micro Devices, Inc. [AMD] 400 Series Chipset SATA Controller (rev 01)
01:00.2 PCI bridge: Advanced Micro Devices, Inc. [AMD] 400 Series Chipset PCIe Bridge (rev 01)
02:00.0 PCI bridge: Advanced Micro Devices, Inc. [AMD] 400 Series Chipset PCIe Port (rev 01)
02:01.0 PCI bridge: Advanced Micro Devices, Inc. [AMD] 400 Series Chipset PCIe Port (rev 01)
02:04.0 PCI bridge: Advanced Micro Devices, Inc. [AMD] 400 Series Chipset PCIe Port (rev 01)
03:00.0 Network controller: Intel Corporation Wireless-AC 9260 (rev 29)
04:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 15)
06:00.0 Non-Volatile memory controller: Silicon Motion, Inc. Device 2263 (rev 03)
07:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Picasso (rev c9)
07:00.1 Audio device: Advanced Micro Devices, Inc. [AMD/ATI] Raven/Raven2/Fenghuang HDMI/DP Audio Controller
07:00.2 Encryption controller: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 10h-1fh) Platform Security Processor
07:00.3 USB controller: Advanced Micro Devices, Inc. [AMD] Raven USB 3.1
07:00.4 USB controller: Advanced Micro Devices, Inc. [AMD] Raven USB 3.1
07:00.6 Audio device: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 10h-1fh) HD Audio Controller
08:00.0 SATA controller: Advanced Micro Devices, Inc. [AMD] FCH SATA Controller [AHCI mode] (rev 61)
root@nostromo:~# cd /usr/bin/
root@nostromo:/usr/bin# FAHClient --lspci
VendorID:DeviceID:PCI Bus:PCI Slot:PCI function:Vendor Name:Description
0x1022:0x15d0:0:0:0:Advanced Micro Devices, Inc. [AMD]:
0x1022:0x15d1:0:0:2:Advanced Micro Devices, Inc. [AMD]:
0x1022:0x1452:0:1:0:Advanced Micro Devices, Inc. [AMD]:
0x1022:0x15d3:0:1:2:Advanced Micro Devices, Inc. [AMD]:
0x1022:0x15d3:0:1:6:Advanced Micro Devices, Inc. [AMD]:
0x1022:0x1452:0:8:0:Advanced Micro Devices, Inc. [AMD]:
0x1022:0x15db:0:8:1:Advanced Micro Devices, Inc. [AMD]:
0x1022:0x15dc:0:8:2:Advanced Micro Devices, Inc. [AMD]:
0x1022:0x790b:0:20:0:Advanced Micro Devices, Inc. [AMD]:
0x1022:0x790e:0:20:3:Advanced Micro Devices, Inc. [AMD]:
0x1022:0x15e8:0:24:0:Advanced Micro Devices, Inc. [AMD]:
0x1022:0x15e9:0:24:1:Advanced Micro Devices, Inc. [AMD]:
0x1022:0x15ea:0:24:2:Advanced Micro Devices, Inc. [AMD]:
0x1022:0x15eb:0:24:3:Advanced Micro Devices, Inc. [AMD]:
0x1022:0x15ec:0:24:4:Advanced Micro Devices, Inc. [AMD]:
0x1022:0x15ed:0:24:5:Advanced Micro Devices, Inc. [AMD]:
0x1022:0x15ee:0:24:6:Advanced Micro Devices, Inc. [AMD]:
0x1022:0x15ef:0:24:7:Advanced Micro Devices, Inc. [AMD]:
0x1022:0x43d5:1:0:0:Advanced Micro Devices, Inc. [AMD]:
0x1022:0x43c8:1:0:1:Advanced Micro Devices, Inc. [AMD]:
0x1022:0x43c6:1:0:2:Advanced Micro Devices, Inc. [AMD]:
0x1022:0x43c7:2:0:0:Advanced Micro Devices, Inc. [AMD]:
0x1022:0x43c7:2:1:0:Advanced Micro Devices, Inc. [AMD]:
0x1022:0x43c7:2:4:0:Advanced Micro Devices, Inc. [AMD]:
0x8086:0x2526:3:0:0:Intel Corporation:
0x10ec:0x8168:4:0:0:Realtek Semiconductor Co., Ltd.:
0x126f:0x2263:6:0:0:Silicon Motion, Inc.:
0x1002:0x15d8:7:0:0:Advanced Micro Devices, Inc. [AMD/ATI]:
0x1002:0x15de:7:0:1:Advanced Micro Devices, Inc. [AMD/ATI]:
0x1022:0x15df:7:0:2:Advanced Micro Devices, Inc. [AMD]:
0x1022:0x15e0:7:0:3:Advanced Micro Devices, Inc. [AMD]:
0x1022:0x15e1:7:0:4:Advanced Micro Devices, Inc. [AMD]:
0x1022:0x15e3:7:0:6:Advanced Micro Devices, Inc. [AMD]:
0x1022:0x7901:8:0:0:Advanced Micro Devices, Inc. [AMD]:
Code: Select all
root@nostromo:/var/lib/fahclient# cat log.txt
*********************** Log Started 2020-06-05T08:45:14Z ***********************
08:45:14:Trying to access database...
08:45:14:Successfully acquired database lock
08:45:14:Read GPUs.txt
08:45:14:Enabled folding slot 00: PAUSED gpu:0:Radeon RX Vega 10 Mobile (by user)
08:45:14:ERROR:No compute devices matched GPU #0 {
08:45:14:ERROR: "vendor": 4098,
08:45:14:ERROR: "device": 5592,
08:45:14:ERROR: "type": 1,
08:45:14:ERROR: "species": 5,
08:45:14:ERROR: "description": "Radeon RX Vega 10 Mobile"
08:45:14:ERROR:}. You may need to update your graphics drivers.
08:45:14:****************************** FAHClient ******************************
08:45:14: Version: 7.6.13
08:45:14: Author: Joseph Coffland <[email protected]>
08:45:14: Copyright: 2020 foldingathome.org
08:45:14: Homepage: https://foldingathome.org/
08:45:14: Date: Apr 28 2020
08:45:14: Time: 04:20:16
08:45:14: Revision: 5a652817f46116b6e135503af97f18e094414e3b
08:45:14: Branch: master
08:45:14: Compiler: GNU 8.3.0
08:45:14: Options: -std=c++11 -ffunction-sections -fdata-sections -O3 -funroll-loops
08:45:14: -fno-pie
08:45:14: Platform: linux2 4.19.0-5-amd64
08:45:14: Bits: 64
08:45:14: Mode: Release
08:45:14: Args: /etc/fahclient/config.xml
08:45:14: Config: /etc/fahclient/config.xml
08:45:14:******************************** CBang ********************************
08:45:14: Date: Apr 25 2020
08:45:14: Time: 00:07:53
08:45:14: Revision: ea081a3b3b0f4a37c4d0440b4f1bc184197c7797
08:45:14: Branch: master
08:45:14: Compiler: GNU 8.3.0
08:45:14: Options: -std=c++11 -ffunction-sections -fdata-sections -O3 -funroll-loops
08:45:14: -fno-pie -fPIC
08:45:14: Platform: linux2 4.19.0-5-amd64
08:45:14: Bits: 64
08:45:14: Mode: Release
08:45:14:******************************* System ********************************
08:45:14: CPU: AMD Ryzen 3 3200G with Radeon Vega Graphics
08:45:14: CPU ID: AuthenticAMD Family 23 Model 24 Stepping 1
08:45:14: CPUs: 4
08:45:14: Memory: 13.66GiB
08:45:14:Free Memory: 12.51GiB
08:45:14: Threads: POSIX_THREADS
08:45:14: OS Version: 5.6
08:45:14:Has Battery: false
08:45:14: On Battery: false
08:45:14: UTC Offset: 2
08:45:14: PID: 6722
08:45:14: CWD: /var/lib/fahclient
08:45:14: OS: Linux 5.6.0-2-amd64 x86_64
08:45:14: OS Arch: AMD64
08:45:14: GPUs: 1
08:45:14: GPU 0: Bus:7 Slot:0 Func:0 AMD:5 Radeon RX Vega 10 Mobile
08:45:14: CUDA: Not detected: Failed to open dynamic library 'libcuda.so':
08:45:14: libcuda.so: cannot open shared object file: No such file or
08:45:14: directory
08:45:14: OpenCL: Not detected: clGetDeviceIDs() returned -1
08:45:14:******************************* libFAH ********************************
08:45:14: Date: Apr 15 2020
08:45:14: Time: 21:43:24
08:45:14: Revision: 216968bc7025029c841ed6e36e81a03a316890d3
08:45:14: Branch: master
08:45:14: Compiler: GNU 8.3.0
08:45:14: Options: -std=c++11 -ffunction-sections -fdata-sections -O3 -funroll-loops
08:45:14: -fno-pie
08:45:14: Platform: linux2 4.19.0-5-amd64
08:45:14: Bits: 64
08:45:14: Mode: Release
08:45:14:***********************************************************************
08:45:14:<config>
08:45:14: <!-- HTTP Server -->
08:45:14: <allow v='127.0.0.1 192.168.1.0/24'/>
08:45:14:
08:45:14: <!-- Network -->
08:45:14: <proxy v=':8080'/>
08:45:14:
08:45:14: <!-- Remote Command Server -->
08:45:14: <command-allow-no-pass v='127.0.0.1 192.168.1.0/24'/>
08:45:14:
08:45:14: <!-- User Information -->
08:45:14: <passkey v='*****'/>
08:45:14: <team v='236734'/>
08:45:14: <user v='mad_martn'/>
08:45:14:
08:45:14: <!-- Folding Slots -->
08:45:14: <slot id='0' type='GPU'>
08:45:14: <opencl-index v='0'/>
08:45:14: <paused v='true'/>
08:45:14: </slot>
08:45:14:</config>
08:46:07:FS00:Unpaused
08:46:07:WU00:FS00:Starting
08:46:07:WU00:FS00:Running FahCore: /usr/bin/FAHCoreWrapper /var/lib/fahclient/cores/cores.foldingathome.org/v7/lin/64bit/Core_22.fah/FahCore_22 -dir 00 -suffix 01 -version 706 -lifeline 6722 -checkpoint 15 -gpu-vendor amd -opencl-device 0 -gpu 0
08:46:07:WU00:FS00:Started FahCore on PID 6794
08:46:07:WU00:FS00:Core PID:6798
08:46:07:WU00:FS00:FahCore 0x22 started
08:46:07:WU00:FS00:0x22:*********************** Log Started 2020-06-05T08:46:07Z ***********************
08:46:07:WU00:FS00:0x22:*************************** Core22 Folding@home Core ***************************
08:46:07:WU00:FS00:0x22: Type: 0x22
08:46:07:WU00:FS00:0x22: Core: Core22
08:46:07:WU00:FS00:0x22: Website: https://foldingathome.org/
08:46:07:WU00:FS00:0x22: Copyright: (c) 2009-2018 foldingathome.org
08:46:07:WU00:FS00:0x22: Author: John Chodera <[email protected]> and Rafal Wiewiora
08:46:07:WU00:FS00:0x22: <[email protected]>
08:46:07:WU00:FS00:0x22: Args: -dir 00 -suffix 01 -version 706 -lifeline 6794 -checkpoint 15
08:46:07:WU00:FS00:0x22: -gpu-vendor amd -opencl-device 0 -gpu 0
08:46:07:WU00:FS00:0x22: Config: <none>
08:46:07:WU00:FS00:0x22:************************************ Build *************************************
08:46:07:WU00:FS00:0x22: Version: 0.0.5
08:46:07:WU00:FS00:0x22: Date: Apr 22 2020
08:46:07:WU00:FS00:0x22: Time: 03:57:11
08:46:07:WU00:FS00:0x22: Repository: Git
08:46:07:WU00:FS00:0x22: Revision: 2d69202c898bd9bb3e093f51cd32bf411c2a0388
08:46:07:WU00:FS00:0x22: Branch: HEAD
08:46:07:WU00:FS00:0x22: Compiler: GNU 4.8.2 20140120 (Red Hat 4.8.2-15)
08:46:07:WU00:FS00:0x22: Options: -std=c++11 -O3 -funroll-loops
08:46:07:WU00:FS00:0x22: Platform: linux2 4.19.76-linuxkit
08:46:07:WU00:FS00:0x22: Bits: 64
08:46:07:WU00:FS00:0x22: Mode: Release
08:46:07:WU00:FS00:0x22:************************************ System ************************************
08:46:07:WU00:FS00:0x22: CPU: AMD Ryzen 3 3200G with Radeon Vega Graphics
08:46:07:WU00:FS00:0x22: CPU ID: AuthenticAMD Family 23 Model 24 Stepping 1
08:46:07:WU00:FS00:0x22: CPUs: 4
08:46:07:WU00:FS00:0x22: Memory: 13.66GiB
08:46:07:WU00:FS00:0x22:Free Memory: 12.48GiB
08:46:07:WU00:FS00:0x22: Threads: POSIX_THREADS
08:46:07:WU00:FS00:0x22: OS Version: 5.6
08:46:07:WU00:FS00:0x22:Has Battery: false
08:46:07:WU00:FS00:0x22: On Battery: false
08:46:07:WU00:FS00:0x22: UTC Offset: 2
08:46:07:WU00:FS00:0x22: PID: 6798
08:46:07:WU00:FS00:0x22: CWD: /var/lib/fahclient/work
08:46:07:WU00:FS00:0x22: OS: Linux 5.6.0-2-amd64 x86_64
08:46:07:WU00:FS00:0x22: OS Arch: AMD64
08:46:07:WU00:FS00:0x22:********************************************************************************
08:46:07:WU00:FS00:0x22:Project: 11761 (Run 0, Clone 2287, Gen 82)
08:46:07:WU00:FS00:0x22:Unit: 0x000000aa80fccb0a5e6d7d3f9ad42df0
08:46:07:WU00:FS00:0x22:Reading tar file core.xml
08:46:07:WU00:FS00:0x22:Reading tar file integrator.xml
08:46:07:WU00:FS00:0x22:Reading tar file state.xml
08:46:07:WU00:FS00:0x22:Reading tar file system.xml
08:46:07:WU00:FS00:0x22:Digital signatures verified
08:46:07:WU00:FS00:0x22:Folding@home GPU Core22 Folding@home Core
08:46:07:WU00:FS00:0x22:Version 0.0.5
08:46:09:WU00:FS00:0x22:ERROR:exception: Error initializing context: clGetDeviceIDs (-1)
08:46:09:WU00:FS00:0x22:Saving result file ../logfile_01.txt
08:46:09:WU00:FS00:0x22:Saving result file science.log
08:46:09:WU00:FS00:0x22:Folding@home Core Shutdown: BAD_WORK_UNIT
08:46:09:WARNING:WU00:FS00:FahCore returned: BAD_WORK_UNIT (114 = 0x72)
08:46:09:WU00:FS00:Sending unit results: id:00 state:SEND error:FAULTY project:11761 run:0 clone:2287 gen:82 core:0x22 unit:0x000000aa80fccb0a5e6d7d3f9ad42df0
08:46:10:WU00:FS00:Uploading 7.50KiB to 128.252.203.10
08:46:10:WU00:FS00:Connecting to 128.252.203.10:8080
08:46:10:WU01:FS00:Connecting to assign1.foldingathome.org:80
08:46:10:WARNING:WU01:FS00:Failed to get assignment from 'assign1.foldingathome.org:80': No WUs available for this configuration
08:46:10:WU01:FS00:Connecting to assign2.foldingathome.org:80
08:46:10:WU01:FS00:Assigned to work server 128.252.203.10
08:46:10:WU01:FS00:Requesting new work unit for slot 00: READY gpu:0:Radeon RX Vega 10 Mobile from 128.252.203.10
08:46:10:WU01:FS00:Connecting to 128.252.203.10:8080
08:46:15:Saving configuration to /etc/fahclient/config.xml
08:46:15:<config>
08:46:15: <!-- HTTP Server -->
08:46:15: <allow v='127.0.0.1 192.168.1.0/24'/>
08:46:15:
08:46:15: <!-- Network -->
08:46:15: <proxy v=':8080'/>
08:46:15:
08:46:15: <!-- Remote Command Server -->
08:46:15: <command-allow-no-pass v='127.0.0.1 192.168.1.0/24'/>
08:46:15:
08:46:15: <!-- User Information -->
08:46:15: <passkey v='*****'/>
08:46:15: <team v='236734'/>
08:46:15: <user v='mad_martn'/>
08:46:15:
08:46:15: <!-- Folding Slots -->
08:46:15: <slot id='0' type='GPU'>
08:46:15: <opencl-index v='0'/>
08:46:15: </slot>
08:46:15:</config>