Allow us to choose which version to run.

\n studio-striking\n

Message boards : Number crunching : Allow us to choose which version to run.
Message board moderation

To post messages, you must log in.

AuthorMessage
Skillz

Send message
Joined: 12 May 17
Posts: 11
Credit: 1,209,960,131
RAC: 3,829,257
Message 8429 - Posted: 26 Mar 2023, 2:38:02 UTC

The cuda31 app sucks. My GPUs can run on the OpenCL app much, much faster. At a rate of over 2:1. I can complete ~40 cuda31 tasks per hour while the same system can complete ~90 opencl tasks in a single hour.

Yet, the server keeps sending me cuda31 tasks. I have no way to stop it other than aborting those tasks until I get a bunch of opencl tasks.
ID: 8429 · Rating: 0 · rate: Rate + / Rate - Report as offensive
Link
Avatar

Send message
Joined: 11 Feb 14
Posts: 110
Credit: 7,631,747
RAC: 1,392
Message 8430 - Posted: 26 Mar 2023, 10:13:25 UTC - in response to Message 8429.  
Last modified: 26 Mar 2023, 10:27:33 UTC

This has been requested many times, unfortunately not implemented yet. What you can do yourself is using the Anonymous platform mechanism to force the OpenCL app. This should not cause any issues, since the applications don't change here frequently.

I posted a working app_info.xml in this message, it's for the ATI CAL app, but you can use it as reference, the correct files and their names and other information for your Nvidia OpenCl app you can find in your client_state.xml once you processed an OpenCL task (you don't need to download or modify any files, you should have them, skip those steps).
ID: 8430 · Rating: 0 · rate: Rate + / Rate - Report as offensive
Skillz

Send message
Joined: 12 May 17
Posts: 11
Credit: 1,209,960,131
RAC: 3,829,257
Message 8431 - Posted: 26 Mar 2023, 14:14:51 UTC

Appears to be for Windows, not sure it would work in Linux.

I did look that over and looked over the files in the Linux install, but I can't seem to figure out what file names to use for Linux that corresponds with the Windows file name.
ID: 8431 · Rating: 0 · rate: Rate + / Rate - Report as offensive
Link
Avatar

Send message
Joined: 11 Feb 14
Posts: 110
Credit: 7,631,747
RAC: 1,392
Message 8432 - Posted: 26 Mar 2023, 14:26:26 UTC - in response to Message 8431.  

All the information is in your client_state.xml actually, the app_info.xml isn't much different, I wrote one even for Android.

For my GTX 275 and the cuda app (and the CPU app) the relevant part is:
<app>
    <name>dnetc</name>
    <user_friendly_name>Distributed.net Client</user_friendly_name>
    <non_cpu_intensive>0</non_cpu_intensive>
</app>
<file>
    <name>dnetc_wrapper_1.3_windows_intelx86__cuda31.exe</name>
    <nbytes>418304.000000</nbytes>
    <max_nbytes>0.000000</max_nbytes>
    <status>1</status>
    <executable/>
    <signature_required/>
    <file_signature>
2231a6cdbfc3e179ba0552ea2294dc182ddfa5e68681a0adc9f133582e6fd528

a84eaaa2a90a4584daef27a6c625013a4214195553982caf87b4636734eeeee1

aab9ef3e49ab13db461030c4412b0608addb5db5176b61753d1bdb2603691b6d

9778ca62866afb452770a91f24faab7b0c6dc9041232604f9ad73df3a234702a

.
</file_signature>
    <download_url>http://moowrap.net/download/dnetc_wrapper_1.3_windows_intelx86__cuda31.exe</download_url>
</file>
<file>
    <name>dnetc518-win32-x86-cuda31.exe</name>
    <nbytes>218624.000000</nbytes>
    <max_nbytes>0.000000</max_nbytes>
    <status>1</status>
    <executable/>
    <signature_required/>
    <file_signature>
4da380667940129ec8a3eb320b633e4843b68931cf8011d86ee81bf468726c9a
3afa6bf74046a4a19ea3502e5327565320426d1748461de9cc8e42aa46788456
0b3221df05a970f307298a566c105000686e7e717133bc1898b318fa5d42c03b
b9c801449e6a45e38f9a4dfaeeacdb72b1fb2f61458772d2d346f2f315a1c1cc
.
</file_signature>
    <download_url>http://moowrap.net/download/dnetc518-win32-x86-cuda31.exe</download_url>
</file>
<file>
    <name>dnetc-gpu-1.3.ini</name>
    <nbytes>447.000000</nbytes>
    <max_nbytes>0.000000</max_nbytes>
    <status>1</status>
    <signature_required/>
    <file_signature>
7847dd20c4b99cfe4273eab4efa481f1ec7930d9a66f1aed4bdb0c25cdd3f79b

541f9eb91814491f3bdd3a821d2b6fcede5614400876f71e7c618e7fb55d7561

f880f38ac93108d012e7f20282bbc780b9351fbec599ce59c5c5034d57daf2f0

e3f6de14905430e645ce714876476749952aefa7747f47751ddf8f4b8f6cc121

.
</file_signature>
    <download_url>http://moowrap.net/download/dnetc-gpu-1.3.ini</download_url>
</file>
<file>
    <name>job-cuda31-1.00.xml</name>
    <nbytes>229.000000</nbytes>
    <max_nbytes>0.000000</max_nbytes>
    <status>1</status>
    <signature_required/>
    <file_signature>
877551c57d9f79d3523cb80b0a103db90827bd12c4d62e6488fe1753aa4cc10e

b5a74565d9a8b44db03adeaac98db89f30294075026cee1a8549abc5f6857691

4964b7aa4e48896d21aa650e193e49b9497da3d645e038fca76db89cc2f0a481

8c7a35b2b21b80e14206de880dab99bb736464722de9cc0cbaaea09ef9cd61f1

.
</file_signature>
    <download_url>http://moowrap.net/download/job-cuda31-1.00.xml</download_url>
</file>
<file>
    <name>cudart32_31_9.dll</name>
    <nbytes>250472.000000</nbytes>
    <max_nbytes>0.000000</max_nbytes>
    <status>1</status>
    <signature_required/>
    <file_signature>
7085a76c800fff1c4085294fdbd0a39b76e01660c00dc0d059faf7a69ebe0650

88a27b4ace173d3ab46f7f3cd2b68f4c595082f79d317188abb2181a186561ee

50a47e750fd3ffabcd93d9652cd9fd7d18cc8ed2431f02f40fc6a6ad0c049b2a

1e1dbfab0711adae54bc4a1953316f4603faaf3916d1dd99293367b053e44918

.
</file_signature>
    <download_url>http://moowrap.net/download/cudart32_31_9.dll</download_url>
</file>
<file>
    <name>dnetc_wrapper_1.5_windows_x86_64.exe</name>
    <nbytes>1241600.000000</nbytes>
    <max_nbytes>0.000000</max_nbytes>
    <status>1</status>
    <executable/>
    <signature_required/>
    <file_signature>
17be8a6658802c0dc31215a2b142c1d1257a6d892a5e1b62487a4aab995c96d8

23b254cc25fcebf64fd274a60fe3bec3b597d35e6e5bace2ae4937822a051348

0cb28dd04488fe4dc31359459650524851f0dc8787022eebc7b7f049f13cfc3f

3dd8f8f28807e7b38f2463d6d245364de1d1b4eedf23093aea4d47bb712e3c5a

.
</file_signature>
    <download_url>http://moowrap.net/download/dnetc_wrapper_1.5_windows_x86_64.exe</download_url>
</file>
<file>
    <name>dnetc521-win64-amd64.exe</name>
    <nbytes>1554432.000000</nbytes>
    <max_nbytes>0.000000</max_nbytes>
    <status>1</status>
    <executable/>
    <signature_required/>
    <file_signature>
0b16e1207038d1ea61004d29d80229d9783fce1d995bcc55ae1b305180049591

7456871817d536ba1c48f2b174bc768c9903c1c10b8725bbc24b133dee2f8e65

b8e8f6be5cd12f8fff202d907c7832657d7be4e601f9b78d1a7450f25409b6d5

efa52afd6447a5289a5bca89c8670e520318cde6fe3c3da7e71969effb739f42

.
</file_signature>
    <download_url>http://moowrap.net/download/dnetc521-win64-amd64.exe</download_url>
</file>
<file>
    <name>dnetc-cpu-1.4.ini</name>
    <nbytes>524.000000</nbytes>
    <max_nbytes>0.000000</max_nbytes>
    <status>1</status>
    <signature_required/>
    <file_signature>
5a8b04a4f05981f0f7313f2990e902e2b48ee499135dceba6bae7e6ebb633665

1e766e263244f2d5dd2f9fbcfbb88946625d8026cba0f877dd2398779591ab74

29040f9690680fe8aca0404c287cbb10d0c22222496ca3ad08a6169ef83be109

adf0f4246293a13e495ac787593e66dd29f41d141a254ccbb368014864204b62

.
</file_signature>
    <download_url>http://moowrap.net/download/dnetc-cpu-1.4.ini</download_url>
</file>
<file>
    <name>job-win64-521.1.xml</name>
    <nbytes>250.000000</nbytes>
    <max_nbytes>0.000000</max_nbytes>
    <status>1</status>
    <signature_required/>
    <file_signature>
2431edcf113ea61856d4c2305d55f1cc3f610f3e17bd9b7fe9e7931a1f849ff5

e539023ef1c66944d9855dc878f4e49c1bb3fecd40ed0dc3b20734f19fd45a75

fb0200c39fc803624dae0bb0e1320006a46fbf65dda8a9df7ae31e488040869d

5117bc6029c3d1da8bb02fa857794a5fb1d29a9812591f52f735c31898a48214

.
</file_signature>
    <download_url>http://moowrap.net/download/job-win64-521.1.xml</download_url>
</file>
<app_version>
    <app_name>dnetc</app_name>
    <version_num>103</version_num>
    <platform>windows_intelx86</platform>
    <avg_ncpus>1.000000</avg_ncpus>
    <flops>71085192687.983200</flops>
    <plan_class>cuda31</plan_class>
    <api_version>6.13.12</api_version>
    <file_ref>
        <file_name>dnetc_wrapper_1.3_windows_intelx86__cuda31.exe</file_name>
        <main_program/>
    </file_ref>
    <file_ref>
        <file_name>dnetc518-win32-x86-cuda31.exe</file_name>
        <copy_file/>
    </file_ref>
    <file_ref>
        <file_name>dnetc-gpu-1.3.ini</file_name>
        <open_name>dnetc.ini</open_name>
        <copy_file/>
    </file_ref>
    <file_ref>
        <file_name>job-cuda31-1.00.xml</file_name>
        <open_name>job.xml</open_name>
        <copy_file/>
    </file_ref>
    <file_ref>
        <file_name>cudart32_31_9.dll</file_name>
        <copy_file/>
    </file_ref>
    <coproc>
        <type>NVIDIA</type>
        <count>1.000000</count>
    </coproc>
    <gpu_ram>33554432.000000</gpu_ram>
    <dont_throttle/>
</app_version>
<app_version>
    <app_name>dnetc</app_name>
    <version_num>105</version_num>
    <platform>windows_x86_64</platform>
    <avg_ncpus>1.000000</avg_ncpus>
    <flops>7498889328.256757</flops>
    <api_version>7.13.0</api_version>
    <file_ref>
        <file_name>dnetc_wrapper_1.5_windows_x86_64.exe</file_name>
        <main_program/>
    </file_ref>
    <file_ref>
        <file_name>dnetc521-win64-amd64.exe</file_name>
        <copy_file/>
    </file_ref>
    <file_ref>
        <file_name>dnetc-cpu-1.4.ini</file_name>
        <open_name>dnetc.ini</open_name>
        <copy_file/>
    </file_ref>
    <file_ref>
        <file_name>job-win64-521.1.xml</file_name>
        <open_name>job.xml</open_name>
        <copy_file/>
    </file_ref>
    <is_wrapper/>
</app_version>

If you post that part of your client_state.xml, I can write for you the app_info.xml file.
ID: 8432 · Rating: 0 · rate: Rate + / Rate - Report as offensive
Skillz

Send message
Joined: 12 May 17
Posts: 11
Credit: 1,209,960,131
RAC: 3,829,257
Message 8433 - Posted: 26 Mar 2023, 16:48:40 UTC

<client_state>
<host_info>
<timezone>-14400</timezone>
<domain_name>epyc-2</domain_name>
<ip_addr>127.0.1.1</ip_addr>
<host_cpid>a82e4930039b4da5db5c648bdeb2ce4e</host_cpid>
<p_ncpus>64</p_ncpus>
<p_vendor>AuthenticAMD</p_vendor>
<p_model>AMD Eng Sample: 100-000000054-05_32/24_Y [Family 23 Model 49 Stepping 0]</p_model>
<p_features>fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl nonstop_tsc cpuid extd_apicid aperfmperf pni pclmulqdq monitor ssse3 fma cx16 sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cpb cat_l3 cdp_l3 hw_pstate sme ssbd mba sev ibrs ibpb stibp vmmcall fsgsbase bmi1 avx2 smep bmi2 cqm rdt_a rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local clzero irperf xsaveerptr wbnoinvd arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif umip rdpid overflow_recov succor smca</p_features>
<p_fpops>1000000000.000000</p_fpops>
<p_iops>1000000000.000000</p_iops>
<p_membw>1000000000.000000</p_membw>
<p_calculated>1678569620.283414</p_calculated>
<p_vm_extensions_disabled>0</p_vm_extensions_disabled>
<m_nbytes>135043411968.000000</m_nbytes>
<m_cache>524288.000000</m_cache>
<m_swap>2147479552.000000</m_swap>
<d_total>982899539968.000000</d_total>
<d_free>914710327296.000000</d_free>
<os_name>Linux Linuxmint</os_name>
<os_version>Linux Mint 20.3 [5.4.0-91-generic|libc 2.31 (Ubuntu GLIBC 2.31-0ubuntu9.2)]</os_version>
<n_usable_coprocs>6</n_usable_coprocs>
<wsl_available>0</wsl_available>
<coprocs>
<coproc_cuda>
<count>6</count>
<name>NVIDIA GeForce RTX 3070</name>
<available_ram>4150263808.000000</available_ram>
<have_cuda>1</have_cuda>
<have_opencl>1</have_opencl>
<peak_flops>10775040000000.000000</peak_flops>
<cudaVersion>11070</cudaVersion>
<drvVersion>51586</drvVersion>
<totalGlobalMem>4294967295.000000</totalGlobalMem>
<sharedMemPerBlock>49152.000000</sharedMemPerBlock>
<regsPerBlock>65536</regsPerBlock>
<warpSize>32</warpSize>
<memPitch>2147483647.000000</memPitch>
<maxThreadsPerBlock>1024</maxThreadsPerBlock>
<maxThreadsDim>1024 1024 64</maxThreadsDim>
<maxGridSize>2147483647 65535 65535</maxGridSize>
<clockRate>1830000</clockRate>
<totalConstMem>65536.000000</totalConstMem>
<major>8</major>
<minor>6</minor>
<textureAlignment>512.000000</textureAlignment>
<deviceOverlap>1</deviceOverlap>
<multiProcessorCount>46</multiProcessorCount>
<coproc_opencl>
<name>NVIDIA GeForce RTX 3070</name>
<vendor>NVIDIA Corporation</vendor>
<vendor_id>4318</vendor_id>
<available>1</available>
<half_fp_config>0</half_fp_config>
<single_fp_config>191</single_fp_config>
<double_fp_config>63</double_fp_config>
<endian_little>1</endian_little>
<execution_capabilities>1</execution_capabilities>
<extensions>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_fp64 cl_khr_3d_image_writes cl_khr_byte_addressable_store cl_khr_icd cl_khr_gl_sharing cl_nv_compiler_options cl_nv_device_attribute_query cl_nv_pragma_unroll cl_nv_copy_opts cl_nv_create_buffer cl_khr_int64_base_atomics cl_khr_int64_extended_atomics cl_khr_device_uuid cl_khr_pci_bus_info cl_khr_external_semaphore cl_khr_external_memory cl_khr_external_semaphore_opaque_fd cl_khr_external_memory_opaque_fd</extensions>
<global_mem_size>8370061312</global_mem_size>
<local_mem_size>49152</local_mem_size>
<max_clock_frequency>1830</max_clock_frequency>
<max_compute_units>46</max_compute_units>
<nv_compute_capability_major>8</nv_compute_capability_major>
<nv_compute_capability_minor>6</nv_compute_capability_minor>
<amd_simd_per_compute_unit>0</amd_simd_per_compute_unit>
<amd_simd_width>0</amd_simd_width>
<amd_simd_instruction_width>0</amd_simd_instruction_width>
<opencl_platform_version>OpenCL 3.0 CUDA 11.7.102</opencl_platform_version>
<opencl_device_version>OpenCL 3.0 CUDA</opencl_device_version>
<opencl_driver_version>515.86.01</opencl_driver_version>
</coproc_opencl>
<pci_info>
<bus_id>1</bus_id>
<device_id>0</device_id>
<domain_id>0</domain_id>
</pci_info>
<pci_info>
<bus_id>65</bus_id>
<device_id>0</device_id>
<domain_id>0</domain_id>
</pci_info>
<pci_info>
<bus_id>129</bus_id>
<device_id>0</device_id>
<domain_id>0</domain_id>
</pci_info>
<pci_info>
<bus_id>130</bus_id>
<device_id>0</device_id>
<domain_id>0</domain_id>
</pci_info>
<pci_info>
<bus_id>193</bus_id>
<device_id>0</device_id>
<domain_id>0</domain_id>
</pci_info>
<pci_info>
<bus_id>194</bus_id>
<device_id>0</device_id>
<domain_id>0</domain_id>
</pci_info>
</coproc_cuda>
</coprocs>
</host_info>
<time_stats>
<on_frac>0.991558</on_frac>
<connected_frac>-1.000000</connected_frac>
<cpu_and_network_available_frac>1.000000</cpu_and_network_available_frac>
<active_frac>1.000000</active_frac>
<gpu_active_frac>0.999977</gpu_active_frac>
<client_start_time>1679796548.411848</client_start_time>
<total_start_time>1678569666.567551</total_start_time>
<total_duration>1270658.347323</total_duration>
<total_active_duration>1270658.347323</total_active_duration>
<total_gpu_active_duration>1270576.954426</total_gpu_active_duration>
<previous_uptime>52640.260177</previous_uptime>
<last_update>1679849178.569892</last_update>
</time_stats>
<net_stats>
<bwup>326685.985977</bwup>
<avg_up>265987763.004067</avg_up>
<avg_time_up>1679849187.948746</avg_time_up>
<bwdown>73864594.000365</bwdown>
<avg_down>109380130848.531219</avg_down>
<avg_time_down>1679848287.776949</avg_time_down>
</net_stats>
<project>
<master_url>https://sech.me/boinc/Amicable/</master_url>
<project_name>Amicable Numbers</project_name>
<symstore></symstore>
<user_name>Skillz</user_name>
<team_name>TeAm AnandTech</team_name>
<host_venue></host_venue>
<email_hash>7701f3a04f7e7d1e459351c1897c3ba3</email_hash>
<cross_project_id>b032fff82f26d5964a87ce2450e52a51</cross_project_id>
<external_cpid>cc2bdbcee7976d78486beeeb937bd376</external_cpid>
<cpid_time>1524743419.000000</cpid_time>
<user_total_credit>1012112135.230008</user_total_credit>
<user_expavg_credit>16546822.839927</user_expavg_credit>
<user_create_time>1524743419.000000</user_create_time>
<rpc_seqno>35947</rpc_seqno>
<userid>10035</userid>
<teamid>174</teamid>
<hostid>200770</hostid>
<host_total_credit>143847185.783213</host_total_credit>
<host_expavg_credit>8365948.668748</host_expavg_credit>
<host_create_time>1678570194.000000</host_create_time>
<nrpc_failures>0</nrpc_failures>
<master_fetch_failures>0</master_fetch_failures>
<min_rpc_time>0.000000</min_rpc_time>
<next_rpc_time>0.000000</next_rpc_time>
<rec>7264165.630973</rec>
<rec_time>1679849153.205769</rec_time>
<resource_share>100.000000</resource_share>
<desired_disk_usage>0.000000</desired_disk_usage>
<duration_correction_factor>1.000000</duration_correction_factor>
<sched_rpc_pending>0</sched_rpc_pending>
<send_time_stats_log>0</send_time_stats_log>
<send_job_log>0</send_job_log>
<njobs_success>21568</njobs_success>
<njobs_error>0</njobs_error>
<elapsed_time>5908199.860517</elapsed_time>
<last_rpc_time>1679620978.203934</last_rpc_time>
<dont_use_dcf/>
<dont_request_more_work/>
<rsc_backoff_time>
<name>CPU</name>
<value>0.000000</value>
</rsc_backoff_time>
<rsc_backoff_interval>
<name>CPU</name>
<value>0.000000</value>
</rsc_backoff_interval>
<no_rsc_pref>CPU</no_rsc_pref>
<rsc_backoff_time>
<name>NVIDIA</name>
<value>0.000000</value>
</rsc_backoff_time>
<rsc_backoff_interval>
<name>NVIDIA</name>
<value>0.000000</value>
</rsc_backoff_interval>
<scheduler_url>https://sech.me/boinc/Amicable_cgi/cgi</scheduler_url>
<code_sign_key>
1024
d37028df9074f055fe33a61854f0d74c6ee95769317963d8b5cbb0c8d0d3c76a
99d674786f22d1ce58a48a0036c93fe43ba6df027db24980ad17d83832c3f038
fafde560b6e3917312eb8883357585b7b357a6fb54146ef54bd66786653180dd
a2aa59755766a015a43e1636bf1d403a9496e142081641c3adc43c856fea3045
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000010001
.
</code_sign_key>
<cpu_ec>10060.331906</cpu_ec>
<cpu_time>4346063.383125</cpu_time>
<gpu_ec>183378347.647988</gpu_ec>
<gpu_time>6362591.236742</gpu_time>
<disk_usage>1180544.000000</disk_usage>
<disk_share>201244905706.899994</disk_share>
</project>
<app>
<name>amicable_10_21</name>
<user_friendly_name>Amicable Numbers up to 10^21</user_friendly_name>
<non_cpu_intensive>0</non_cpu_intensive>
</app>
<file>
<name>amicable_OpenCL_v_3_02</name>
<nbytes>1180544.000000</nbytes>
<max_nbytes>0.000000</max_nbytes>
<status>1</status>
<executable/>
<signature_required/>
<file_signature>
a351bd678b16276046e4c4a3abe38663a5f80433098a21d77927e760bf326e27
53e5851bd31908891b57f22168b30b1f609648f57b2836d7e618868c454846dd
6e44df3f965d6667505e443f71018e4894e8727f84574e3544a415a9df090471
97246d73b1fd0ef55e41f1344f91ab56c014bb4edc7cbe394921faa35571d1f5
.
</file_signature>
<download_url>https://sech.me/boinc/Amicable/download/amicable_OpenCL_v_3_02</download_url>
</file>
<app_version>
<app_name>amicable_10_21</app_name>
<version_num>302</version_num>
<platform>x86_64-pc-linux-gnu</platform>
<avg_ncpus>0.683065</avg_ncpus>
<flops>352502887496.402405</flops>
<plan_class>opencl_nvidia</plan_class>
<api_version>7.7.0</api_version>
<file_ref>
<file_name>amicable_OpenCL_v_3_02</file_name>
<main_program/>
</file_ref>
<coproc>
<type>NVIDIA</type>
<count>1.000000</count>
</coproc>
<gpu_ram>838860800.000000</gpu_ram>
<dont_throttle/>
</app_version>
<project>
<master_url>https://gerasim.boinc.ru/</master_url>
<project_name>Gerasim@home</project_name>
<symstore></symstore>
<user_name>Skillz</user_name>
<team_name>TeAm AnandTech</team_name>
<host_venue>home</host_venue>
<email_hash>7701f3a04f7e7d1e459351c1897c3ba3</email_hash>
<cross_project_id>b032fff82f26d5964a87ce2450e52a51</cross_project_id>
<external_cpid></external_cpid>
<cpid_time>1497371265.000000</cpid_time>
<user_total_credit>11319783.801120</user_total_credit>
<user_expavg_credit>1833792.136131</user_expavg_credit>
<user_create_time>1497371265.000000</user_create_time>
<rpc_seqno>2685</rpc_seqno>
<userid>0</userid>
<teamid>58</teamid>
<hostid>62675</hostid>
<host_total_credit>122534.717703</host_total_credit>
<host_expavg_credit>21859.294924</host_expavg_credit>
<host_create_time>1679111042.000000</host_create_time>
<nrpc_failures>0</nrpc_failures>
<master_fetch_failures>0</master_fetch_failures>
<min_rpc_time>0.000000</min_rpc_time>
<next_rpc_time>0.000000</next_rpc_time>
<rec>3029.679592</rec>
<rec_time>1679849153.205769</rec_time>
<resource_share>100.000000</resource_share>
<desired_disk_usage>0.000000</desired_disk_usage>
<duration_correction_factor>0.163303</duration_correction_factor>
<sched_rpc_pending>0</sched_rpc_pending>
<send_time_stats_log>0</send_time_stats_log>
<send_job_log>0</send_job_log>
<njobs_success>4383</njobs_success>
<njobs_error>0</njobs_error>
<elapsed_time>27147658.764301</elapsed_time>
<last_rpc_time>1679631145.656989</last_rpc_time>
<dont_request_more_work/>
<rsc_backoff_time>
<name>CPU</name>
<value>0.000000</value>
</rsc_backoff_time>
<rsc_backoff_interval>
<name>CPU</name>
<value>0.000000</value>
</rsc_backoff_interval>
<rsc_backoff_time>
<name>NVIDIA</name>
<value>0.000000</value>
</rsc_backoff_time>
<rsc_backoff_interval>
<name>NVIDIA</name>
<value>0.000000</value>
</rsc_backoff_interval>
<scheduler_url>https://gerasim.boinc.ru/sched/gsm.sched</scheduler_url>
<code_sign_key>
1024
b3e3253211c670579d127fdd1990b39fe3ccc193d258a842dc6ef4e9f19922a6
55ea9ab6ef2ab1bd797b416780346ce1fb8db68f2361e24f4d448191e118558a
050c5bb036591d24b1300b5e646b8de2456817db933e4562c0a2514002eef123
d371a67840115b8e4533b79c9f67e1df8eac5e71a83d0d5d727195de885b5d45
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000010001
.
</code_sign_key>
<cpu_ec>63024.407558</cpu_ec>
<cpu_time>27226544.064978</cpu_time>
<gpu_ec>0.000000</gpu_ec>
<gpu_time>0.000000</gpu_time>
<disk_usage>12991742.000000</disk_usage>
<disk_share>201244905706.899994</disk_share>
</project>
<app>
<name>GetDecicFields(Linux)</name>
<user_friendly_name>Get Decic Fields (Linux)</user_friendly_name>
<non_cpu_intensive>0</non_cpu_intensive>
</app>
<file>
<name>GetDecicFields_4.06_x86_64-pc-linux-gnu</name>
<nbytes>12991584.000000</nbytes>
<max_nbytes>0.000000</max_nbytes>
<status>1</status>
<executable/>
<signature_required/>
<file_signature>
2bfc090cd313d1ffd588763de17d14e99ed1418b04752aa7c290d3a81d4f4061
325be5d5643770e1b7e2664386e9afdcc3b417f1f6815c20cfee981102fd13b3
e2f627548655ebea204525ba9ea3b97b3f86b045119d60e1e647a5ad4b443981
7419dcdd81d9d921b12c3edf0240f1f1ba0dc44ce3ed083897bbf7663d93480b
.
</file_signature>
<download_url>https://gerasim.boinc.ru/apps/GetDecicFields(Linux)/406/GetDecicFields_4.06_x86_64-pc-linux-gnu</download_url>
</file>
<app_version>
<app_name>GetDecicFields(Linux)</app_name>
<version_num>406</version_num>
<platform>x86_64-pc-linux-gnu</platform>
<avg_ncpus>1.000000</avg_ncpus>
<flops>1000000000.000000</flops>
<api_version>6.13.0</api_version>
<file_ref>
<file_name>GetDecicFields_4.06_x86_64-pc-linux-gnu</file_name>
<main_program/>
</file_ref>
</app_version>
<project>
<master_url>https://moowrap.net/</master_url>
<project_name>Moo! Wrapper</project_name>
<symstore></symstore>
<user_name>Skillz</user_name>
<team_name>TeAm AnandTech</team_name>
<host_venue></host_venue>
<email_hash>7701f3a04f7e7d1e459351c1897c3ba3</email_hash>
<cross_project_id>b032fff82f26d5964a87ce2450e52a51</cross_project_id>
<external_cpid>cc2bdbcee7976d78486beeeb937bd376</external_cpid>
<cpid_time>1494549556.000000</cpid_time>
<user_total_credit>273324848.400000</user_total_credit>
<user_expavg_credit>3337894.319661</user_expavg_credit>
<user_create_time>1494549556.000000</user_create_time>
<rpc_seqno>2728</rpc_seqno>
<userid>228594</userid>
<teamid>173</teamid>
<hostid>1324346</hostid>
<host_total_credit>18243536.000000</host_total_credit>
<host_expavg_credit>1639538.545818</host_expavg_credit>
<host_create_time>1679618072.000000</host_create_time>
<nrpc_failures>0</nrpc_failures>
<master_fetch_failures>0</master_fetch_failures>
<min_rpc_time>1679849219.672025</min_rpc_time>
<next_rpc_time>0.000000</next_rpc_time>
<rec>2065493.465686</rec>
<rec_time>1679849153.205769</rec_time>
<resource_share>100.000000</resource_share>
<desired_disk_usage>0.000000</desired_disk_usage>
<duration_correction_factor>1.000000</duration_correction_factor>
<sched_rpc_pending>0</sched_rpc_pending>
<send_time_stats_log>0</send_time_stats_log>
<send_job_log>0</send_job_log>
<njobs_success>2853</njobs_success>
<njobs_error>3</njobs_error>
<elapsed_time>703816.201336</elapsed_time>
<last_rpc_time>1679849188.672025</last_rpc_time>
<send_full_workload/>
<dont_use_dcf/>
<rsc_backoff_time>
<name>CPU</name>
<value>0.000000</value>
</rsc_backoff_time>
<rsc_backoff_interval>
<name>CPU</name>
<value>0.000000</value>
</rsc_backoff_interval>
<no_rsc_pref>CPU</no_rsc_pref>
<rsc_backoff_time>
<name>NVIDIA</name>
<value>0.000000</value>
</rsc_backoff_time>
<rsc_backoff_interval>
<name>NVIDIA</name>
<value>0.000000</value>
</rsc_backoff_interval>
<scheduler_url>http://moowrap.net/cgi/cgi</scheduler_url>
<scheduler_url>moowrap.net/cgi/cgi</scheduler_url>
<code_sign_key>
1024
cc82a491aa5b697e3f2691be2717c6d72520f5a387d7d63fce53211c964a9143
160e4413ee7e69a5a32eee02b7f0d8eee48c0273fbbf943b6d406aa483fca435
86979063dd9a383c8f58903b95d98b6b02858d8fcfac08692bc43916a8dad3a0
bfd8adbf3832559b82216fe3afd2b35e4563e667bb71168ca3ffeddf57767d6b
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000010001
.
</code_sign_key>
<cpu_ec>432.615885</cpu_ec>
<cpu_time>186890.062368</cpu_time>
<gpu_ec>32489321.900167</gpu_ec>
<gpu_time>1148500.235960</gpu_time>
<disk_usage>10367837.000000</disk_usage>
<disk_share>201244905706.899994</disk_share>
</project>
<app>
<name>dnetc</name>
<user_friendly_name>Distributed.net Client</user_friendly_name>
<non_cpu_intensive>0</non_cpu_intensive>
</app>
<file>
<name>dnetc_wrapper_1.3_x86_64-pc-linux-gnu__cuda31</name>
<nbytes>316000.000000</nbytes>
<max_nbytes>0.000000</max_nbytes>
<status>1</status>
<executable/>
<signature_required/>
<file_signature>
0b6acc9b73a1dba941ffd9700d84cae61a6baa25e12bc60a22770adde29e99cf
8df8d1c9a5c6e20e25d1da023a1a097e88750c9f446ef6f8a4b53ed28d566d79
3d8119f032b6ed26a490912ac8add84200c8f4d9812281a7618db9743e143529
e5e5dfc37042651cffdc81dad1f8c9a630cbb083098eb31030524aa93e9edcfb
.
</file_signature>
<download_url>http://moowrap.net/download/dnetc_wrapper_1.3_x86_64-pc-linux-gnu__cuda31</download_url>
</file>
<file>
<name>dnetc517-linux-amd64-cuda31</name>
<nbytes>621880.000000</nbytes>
<max_nbytes>0.000000</max_nbytes>
<status>1</status>
<executable/>
<signature_required/>
<file_signature>
c20e1fae941ea4f1cca74c2d3ce9e0f4cb9e9f5d214ecf32e9108c79192894af
a2096b43023cf8dbe804cf5a55c823af24d8829cdbc17eab86013b39dc1671ea
5cffaa4d51a5d26fbe6c895605cf28ec2583f0cb951d2572148126120e9df426
4259b5602dee12dc9938149a48c0c8033c08c67f2abe4c648d65720052b3aa9d
.
</file_signature>
<download_url>http://moowrap.net/download/dnetc517-linux-amd64-cuda31</download_url>
</file>
<file>
<name>dnetc-gpu-1.3.ini</name>
<nbytes>447.000000</nbytes>
<max_nbytes>0.000000</max_nbytes>
<status>1</status>
<signature_required/>
<file_signature>
7847dd20c4b99cfe4273eab4efa481f1ec7930d9a66f1aed4bdb0c25cdd3f79b
541f9eb91814491f3bdd3a821d2b6fcede5614400876f71e7c618e7fb55d7561
f880f38ac93108d012e7f20282bbc780b9351fbec599ce59c5c5034d57daf2f0
e3f6de14905430e645ce714876476749952aefa7747f47751ddf8f4b8f6cc121
.
</file_signature>
<download_url>http://dl.moowrap.net/dnetc-gpu-1.3.ini</download_url>
</file>
<file>
<name>job-lin64-cuda31-1.00.xml</name>
<nbytes>227.000000</nbytes>
<max_nbytes>0.000000</max_nbytes>
<status>1</status>
<signature_required/>
<file_signature>
68b25f7e510bba6cff3693e0b38f8b986d386acaafdafa8df743bf09c945afae
03ee2af8eb6aeee7474809f743a97734e9d457ecab0b93c47b776803f192b34a
bce24b7b90f2ff6cbaaab344d0441fbbbdff1b3579265f7c6022eab1458e2725
45b01647c6a89319d330b886c311e07470ca943416b735eafbed84a45d8ca8c3
.
</file_signature>
<download_url>http://moowrap.net/download/job-lin64-cuda31-1.00.xml</download_url>
</file>
<file>
<name>libcudart.so.3.1.9</name>
<nbytes>207376.000000</nbytes>
<max_nbytes>0.000000</max_nbytes>
<status>1</status>
<signature_required/>
<file_signature>
a19905c833277b18f912abe9558eef325f67bd9b50da742fa4b98c67f3ef9398
b02f987fcc310d65f59c4a7e1a84205b7be9e788475c2fb599a831f5d5d453d9
670aae74af2f5822d6e1fe4163afa9594ea27c049ab9f15be81d4ed269780eca
cc48e8a7a16fcce37061258488de03c51bab9bb60cab7e862dbb223eadeeac95
.
</file_signature>
<download_url>http://moowrap.net/download/libcudart.so.3.1.9</download_url>
</file>
<file>
<name>dnetc_wrapper_1.4_x86_64-pc-linux-gnu__cuda</name>
<nbytes>727367.000000</nbytes>
<max_nbytes>0.000000</max_nbytes>
<status>1</status>
<executable/>
<signature_required/>
<file_signature>
b4a6300c37c8954ff17db069e97a07eeb685317a89e0c88f7766585a8571f6c6
64bcf58c9c03d2bfc65bf65696bac768e1651e55b8fec92512cf90a0ca095862
496bbb0c292f2e67733427418cead474da2cf93469299c3a6bbe50b98f015ec1
9e15b54ad3407066f2fd4ce3dd3029c348f09672afd718fb60ef1041874b2e7c
.
</file_signature>
<download_url>http://moowrap.net/download/dnetc_wrapper_1.4_x86_64-pc-linux-gnu__cuda</download_url>
</file>
<file>
<name>dnetc520-linux-amd64-cuda60</name>
<nbytes>534568.000000</nbytes>
<max_nbytes>0.000000</max_nbytes>
<status>1</status>
<executable/>
<signature_required/>
<file_signature>
4fbef879f01d9d93be86dd00e5dc927e554d81d6c37775d9731ce7b9dd88eb54
2489b0a22547d9fa39f94ffe67ff068c909901d49ef19d269985a609f477698b
7e942c233a6c91d77501044c0c3caa25819bc1de735fd61d6b5040169098989f
26abe29e5eb60207cba2f0f4ceb0bde1003b4c563575baf20dd5759add6bde9b
.
</file_signature>
<download_url>http://moowrap.net/download/dnetc520-linux-amd64-cuda60</download_url>
</file>
<file>
<name>job-lin64-cuda60-520.1.xml</name>
<nbytes>220.000000</nbytes>
<max_nbytes>0.000000</max_nbytes>
<status>1</status>
<signature_required/>
<file_signature>
c527b2d8d79eb868ce2bfc4cf5e68a9cd109693b30dd61cc32622444ae6cac71
941b6909c7d47542f053836b4e75331477fefc92ee0c025d985f840506b555f5
b0105a72cf089a72bf1c8c20581307dbded344823eadb3dac01cf2f066a80cef
01cddf442f107338121b90182e69dccd94cafdd9c014e516c134ad1df1d8dbf2
.
</file_signature>
<download_url>http://moowrap.net/download/job-lin64-cuda60-520.1.xml</download_url>
</file>
<file>
<name>libcudart.so.6.0.52</name>
<nbytes>328920.000000</nbytes>
<max_nbytes>0.000000</max_nbytes>
<status>1</status>
<signature_required/>
<file_signature>
9e2f09a171ec02362bf1c762bf42768b6f79c34b6f1ff13b61d3b5747c81434e
1bec7c45c16496cec2d78dedd5a5c343a146c1c46a163e7917ba7025dc193fd2
4b7c001c37ca3df167a6fa58e1c7eec2d1bd47a64f6552e48b4907abcfbb0fb6
1bc1f5a14f5d4914a77d78f47d962b97253675ec0733e0183492114477430d01
.
</file_signature>
<download_url>http://moowrap.net/download/libcudart.so.6.0.52</download_url>
</file>
<file>
<name>dnetc520-linux-amd64-cuda70</name>
<nbytes>538632.000000</nbytes>
<max_nbytes>0.000000</max_nbytes>
<status>1</status>
<executable/>
<signature_required/>
<file_signature>
ca05fb5fc646121ce5b90caba6e6b3d187334389a1ed9c97b5a417672189620e
0475d08b4c8b2874f1c63166d0669446a019e453cc7211cb3fbafa73a86890c4
b1aab2b4d3f6288a7dc83a9dffba390596a801a6958c34a864c1d930e0c0d0b3
9635b3b3a8172425e3d514a56e34c8f18bebc5a63b0c2c4223c4e1d6d588a35b
.
</file_signature>
<download_url>http://moowrap.net/download/dnetc520-linux-amd64-cuda70</download_url>
</file>
<file>
<name>job-lin64-cuda70-520.1.xml</name>
<nbytes>220.000000</nbytes>
<max_nbytes>0.000000</max_nbytes>
<status>1</status>
<signature_required/>
<file_signature>
6dfe2bd6126eb001110135d368b4ce39cd4c2f2f99a63af5904b4b7d1d47c59f
b4c936ca61c83550544a6141915e3394cbc181a7155535fdda66caa786e26308
8631696ba3d552d4bfbdd9d9f0cd44d17b860756429a25da08e78322765775cc
d79e95b6c50ccdc23705ef7290e7fbc40dd1d0dec474f3c1680f044d16685b39
.
</file_signature>
<download_url>http://moowrap.net/download/job-lin64-cuda70-520.1.xml</download_url>
</file>
<file>
<name>libcudart.so.7.0.28</name>
<nbytes>377896.000000</nbytes>
<max_nbytes>0.000000</max_nbytes>
<status>1</status>
<signature_required/>
<file_signature>
34e0a14c4eae7b644f87ce305c71e4e160df365d2080f718d1021763fee5d6d3
efd62e737437d023df839b4ad13d1d581e8664e190b459aba50566b8130951aa
21142ceb070c51de466a6b422a5d29dd0c5dcb659e2cce4fec6e133483e0cdd6
b7fc62e307c77354009f773500c4b22f712ea5bb79cd3f0ab0fb8a06e2c3f69b
.
</file_signature>
<download_url>http://moowrap.net/download/libcudart.so.7.0.28</download_url>
</file>
<file>
<name>dnetc_wrapper_1.5_x86_64-pc-linux-gnu__opencl_nvidia_101</name>
<nbytes>928528.000000</nbytes>
<max_nbytes>0.000000</max_nbytes>
<status>1</status>
<executable/>
<signature_required/>
<file_signature>
b25af74d9dabb99bd2846c4a76a86afd3056856fdf347ac4d5275f0854d22922
bc29fc410caf2fd27703ec5e6dce0151863dd305ed05c54bb476076c17dc032b
424d5d4c525b24d95416a53f3351fd8e361e41f64bfc59303abc1f86028ba413
b655c0ff394fd0c8bc63743175dc69ea221b02a003950252750e7b3e35ef58e3
.
</file_signature>
<download_url>http://dl.moowrap.net/dnetc_wrapper_1.5_x86_64-pc-linux-gnu__opencl_nvidia_101</download_url>
</file>
<file>
<name>dnetc521-linux-amd64-opencl</name>
<nbytes>386272.000000</nbytes>
<max_nbytes>0.000000</max_nbytes>
<status>1</status>
<executable/>
<signature_required/>
<file_signature>
b6d08a18cf5a2b3e9aec3956de670275bc02854a9ea822e832c9cafff749b7ab
4eeb44b6af83f881626f242aa229230d766cc99f0b036fe3776e1507149e3e12
9d03d5904b2f0eb41834787417cddaf3f79104e07e7766e0fbad79f25ec6095a
05b59420939b75d05138ba287940c9bae29d9a2fbc8dcfc25fe689c7fc9190bc
.
</file_signature>
<download_url>http://dl.moowrap.net/dnetc521-linux-amd64-opencl</download_url>
</file>
<file>
<name>job-lin64-opencl-521.1.xml</name>
<nbytes>245.000000</nbytes>
<max_nbytes>0.000000</max_nbytes>
<status>1</status>
<signature_required/>
<file_signature>
cc2f25ac0524ce9ad739274ef33f53c79d5d00a9a4eba0166a4ef441ef8507a1
9d3f0e321b87c8d8b02e44f9469e496fecced378f02a298596833bd6a63f1b43
df632356d79c4edbcaea46f8220dfdddfe46c0fe2b83b7362e730d3c062bd363
9b077afb97bb8cb3f21fbbe61192ab78a5b60ea1782e0e8568ac533397e53cfd
.
</file_signature>
<download_url>http://dl.moowrap.net/job-lin64-opencl-521.1.xml</download_url>
</file>
<file>
<name>dnetc_r72_1679787333_13_824</name>
<nbytes>2320.000000</nbytes>
<max_nbytes>0.000000</max_nbytes>
<md5_cksum>e361968a20df50cf8965d7b7ac86f26f</md5_cksum>
<status>1</status>
<download_url>http://dl.moowrap.net/23e/dnetc_r72_1679787333_13_824</download_url>
</file>
<file>
<name>dnetc_r72_1679782023_13_823</name>
<nbytes>2320.000000</nbytes>
<max_nbytes>0.000000</max_nbytes>
<md5_cksum>08cb34df7e054fd982297ef8ffb0ebaa</md5_cksum>
<status>1</status>
<download_url>http://dl.moowrap.net/3d3/dnetc_r72_1679782023_13_823</download_url>
</file>
<file>
<name>dnetc_r72_1679782024_13_823</name>
<nbytes>2320.000000</nbytes>
<max_nbytes>0.000000</max_nbytes>
<md5_cksum>1ab213a807073a6854e9c82d8e80a5b8</md5_cksum>
<status>1</status>
<download_url>http://dl.moowrap.net/19b/dnetc_r72_1679782024_13_823</download_url>
</file>
<file>
<name>dnetc_r72_1679788704_12_768</name>
<nbytes>2144.000000</nbytes>
<max_nbytes>0.000000</max_nbytes>
<md5_cksum>539006c7ed9772ae3ec498e647d2c298</md5_cksum>
<status>1</status>
<download_url>http://dl.moowrap.net/1d2/dnetc_r72_1679788704_12_768</download_url>
</file>
<file>
<name>dnetc_r72_1679782025_13_823</name>
<nbytes>2320.000000</nbytes>
<max_nbytes>0.000000</max_nbytes>
<md5_cksum>d5024b3dc1d4941dee34fee8a73c9c93</md5_cksum>
<status>1</status>
<download_url>http://dl.moowrap.net/3cd/dnetc_r72_1679782025_13_823</download_url>
</file>
<file>
<name>dnetc_r72_1679782027_13_823</name>
<nbytes>2320.000000</nbytes>
<max_nbytes>0.000000</max_nbytes>
<md5_cksum>1f034800e1753d3b25762bf606458348</md5_cksum>
<status>1</status>
<download_url>http://dl.moowrap.net/330/dnetc_r72_1679782027_13_823</download_url>
</file>
<file>
<name>dnetc_r72_1679788706_12_768</name>
<nbytes>2144.000000</nbytes>
<max_nbytes>0.000000</max_nbytes>
<md5_cksum>45477050f3842bb0033a711eabf8841b</md5_cksum>
<status>1</status>
<download_url>http://dl.moowrap.net/33/dnetc_r72_1679788706_12_768</download_url>
</file>
<file>
<name>dnetc_r72_1679782028_13_823</name>
<nbytes>2320.000000</nbytes>
<max_nbytes>0.000000</max_nbytes>
<md5_cksum>4a264bed043a9477f3f146ad8cb56d2f</md5_cksum>
<status>1</status>
<download_url>http://dl.moowrap.net/208/dnetc_r72_1679782028_13_823</download_url>
</file>
<file>
<name>dnetc_r72_1679782030_13_823</name>
<nbytes>2320.000000</nbytes>
<max_nbytes>0.000000</max_nbytes>
<md5_cksum>e29f6d0d614260da1ddec3e0ebdd2489</md5_cksum>
<status>1</status>
<download_url>http://dl.moowrap.net/140/dnetc_r72_1679782030_13_823</download_url>
</file>
<file>
<name>dnetc_r72_1679782031_13_823</name>
<nbytes>2320.000000</nbytes>
<max_nbytes>0.000000</max_nbytes>
<md5_cksum>ffb6b2bdad590ffa2e6ec06432bff3dc</md5_cksum>
<status>1</status>
<download_url>http://dl.moowrap.net/f7/dnetc_r72_1679782031_13_823</download_url>
</file>
<file>
<name>dnetc_r72_1679782037_13_823</name>
<nbytes>2320.000000</nbytes>
<max_nbytes>0.000000</max_nbytes>
<md5_cksum>2014c9c8db6f61125db7ce8452530333</md5_cksum>
<status>1</status>
<download_url>http://dl.moowrap.net/24c/dnetc_r72_1679782037_13_823</download_url>
</file>
<file>
<name>dnetc_r72_1679782038_13_823</name>
<nbytes>2320.000000</nbytes>
<max_nbytes>0.000000</max_nbytes>
<md5_cksum>f5bc42b44430eb61d73d72d29ef7ba90</md5_cksum>
<status>1</status>
<download_url>http://dl.moowrap.net/13c/dnetc_r72_1679782038_13_823</download_url>
</file>
<file>
<name>dnetc_r72_1679788733_12_768</name>
<nbytes>2144.000000</nbytes>
<max_nbytes>0.000000</max_nbytes>
<md5_cksum>68c83373a8f115ee94435f7658ec17bb</md5_cksum>
<status>1</status>
<download_url>http://dl.moowrap.net/12b/dnetc_r72_1679788733_12_768</download_url>
</file>
<file>
<name>dnetc_r72_1679788735_12_768</name>
<nbytes>2144.000000</nbytes>
<max_nbytes>0.000000</max_nbytes>
<md5_cksum>ebc5fff5c086429f16da27b04e9360ff</md5_cksum>
<status>1</status>
<download_url>http://dl.moowrap.net/a/dnetc_r72_1679788735_12_768</download_url>
</file>
<file>
<name>dnetc_r72_1679782040_13_823</name>
<nbytes>2320.000000</nbytes>
<max_nbytes>0.000000</max_nbytes>
<md5_cksum>209eec1e0ba72c0654e043f8d81f5fb7</md5_cksum>
<status>1</status>
<download_url>http://dl.moowrap.net/3e5/dnetc_r72_1679782040_13_823</download_url>
</file>
<file>
<name>dnetc_r72_1679788778_12_768</name>
<nbytes>2144.000000</nbytes>
<max_nbytes>0.000000</max_nbytes>
<md5_cksum>757438dc9176ff61415d81c2827136f1</md5_cksum>
<status>1</status>
<download_url>http://dl.moowrap.net/15f/dnetc_r72_1679788778_12_768</download_url>
</file>
<file>
<name>dnetc_r72_1679788779_12_768</name>
<nbytes>2144.000000</nbytes>
<max_nbytes>0.000000</max_nbytes>
<md5_cksum>944f96c73ceafb3f689430eebce17862</md5_cksum>
<status>1</status>
<download_url>http://dl.moowrap.net/182/dnetc_r72_1679788779_12_768</download_url>
</file>
<file>
<name>dnetc_r72_1679785980_13_823</name>
<nbytes>2320.000000</nbytes>
<max_nbytes>0.000000</max_nbytes>
<md5_cksum>17b865f393657f772c9af2b5ad497039</md5_cksum>
<status>1</status>
<download_url>http://dl.moowrap.net/150/dnetc_r72_1679785980_13_823</download_url>
</file>
<file>
<name>dnetc_r72_1679782041_13_823</name>
<nbytes>2320.000000</nbytes>
<max_nbytes>0.000000</max_nbytes>
<md5_cksum>1dce54872306d0481de7c655b52444c9</md5_cksum>
<status>1</status>
<download_url>http://dl.moowrap.net/271/dnetc_r72_1679782041_13_823</download_url>
</file>
<file>
<name>dnetc_r72_1679788793_12_768</name>
<nbytes>2144.000000</nbytes>
<max_nbytes>0.000000</max_nbytes>
<md5_cksum>ecd8844ab51d05206833c469f0e06ba9</md5_cksum>
<status>1</status>
<download_url>http://dl.moowrap.net/176/dnetc_r72_1679788793_12_768</download_url>
</file>
<file>
<name>dnetc_r72_1679785981_13_823</name>
<nbytes>2320.000000</nbytes>
<max_nbytes>0.000000</max_nbytes>
<md5_cksum>f86c3631bd8ae428e450c2953bf81d34</md5_cksum>
<status>1</status>
<download_url>http://dl.moowrap.net/2c6/dnetc_r72_1679785981_13_823</download_url>
</file>
<file>
<name>dnetc_r72_1679788039_27_772</name>
<nbytes>4784.000000</nbytes>
<max_nbytes>0.000000</max_nbytes>
<md5_cksum>b1090675793c905e74fc014dc2b04659</md5_cksum>
<status>1</status>
<download_url>http://dl.moowrap.net/113/dnetc_r72_1679788039_27_772</download_url>
</file>
<file>
<name>dnetc_r72_1679788868_12_768</name>
<nbytes>2144.000000</nbytes>
<max_nbytes>0.000000</max_nbytes>
<md5_cksum>bddf6c3f97b5c33f9b2f7d05b06c5d13</md5_cksum>
<status>1</status>
<download_url>http://dl.moowrap.net/67/dnetc_r72_1679788868_12_768</download_url>
</file>
<file>
<name>dnetc_r72_1679788034_13_817</name>
<nbytes>2320.000000</nbytes>
<max_nbytes>0.000000</max_nbytes>
<md5_cksum>28b41958060216ef7fe537f7313e250c</md5_cksum>
<status>1</status>
<download_url>http://dl.moowrap.net/11e/dnetc_r72_1679788034_13_817</download_url>
</file>
<file>
<name>dnetc_r72_1679788869_12_768</name>
<nbytes>2144.000000</nbytes>
<max_nbytes>0.000000</max_nbytes>
<md5_cksum>79accdd039cf1b35f7b771aa0c5524aa</md5_cksum>
<status>1</status>
<download_url>http://dl.moowrap.net/33b/dnetc_r72_1679788869_12_768</download_url>
</file>
<file>
<name>dnetc_r72_1679788871_12_768</name>
<nbytes>2144.000000</nbytes>
<max_nbytes>0.000000</max_nbytes>
<md5_cksum>381dd34b7ee58f241c47cc59409f6df9</md5_cksum>
<status>1</status>
<download_url>http://dl.moowrap.net/372/dnetc_r72_1679788871_12_768</download_url>
</file>
<file>
<name>dnetc_r72_1679789337_12_768</name>
<nbytes>2144.000000</nbytes>
<max_nbytes>0.000000</max_nbytes>
<md5_cksum>175b370ee03c733d2b9db08b58ca75cc</md5_cksum>
<status>1</status>
<download_url>http://dl.moowrap.net/198/dnetc_r72_1679789337_12_768</download_url>
</file>
<file>
<name>dnetc_r72_1679789339_12_768</name>
<nbytes>2144.000000</nbytes>
<max_nbytes>0.000000</max_nbytes>
<md5_cksum>ffc4ae2bff1c9fcc5fd27411d1d7d87e</md5_cksum>
<status>1</status>
<download_url>http://dl.moowrap.net/3d1/dnetc_r72_1679789339_12_768</download_url>
</file>
<file>
<name>dnetc_r72_1679782042_13_823</name>
<nbytes>2320.000000</nbytes>
<max_nbytes>0.000000</max_nbytes>
<md5_cksum>a1ca8901f7a0c30fd9bfe131d8ed5d08</md5_cksum>
<status>1</status>
<download_url>http://dl.moowrap.net/46/dnetc_r72_1679782042_13_823</download_url>
</file>
<file>
<name>dnetc_r72_1679785982_13_823</name>
<nbytes>2320.000000</nbytes>
<max_nbytes>0.000000</max_nbytes>
<md5_cksum>8a8614c0872b5c410b27fad559d765e2</md5_cksum>
<status>1</status>
<download_url>http://dl.moowrap.net/2e4/dnetc_r72_1679785982_13_823</download_url>
</file>
<file>
<name>dnetc_r72_1679783030_13_823</name>
<nbytes>2320.000000</nbytes>
<max_nbytes>0.000000</max_nbytes>
<md5_cksum>0c43117c0b65c31488d795796195628f</md5_cksum>
<status>1</status>
<download_url>http://dl.moowrap.net/59/dnetc_r72_1679783030_13_823</download_url>
</file>
<file>
<name>dnetc_r72_1679789348_12_768</name>
<nbytes>2144.000000</nbytes>
<max_nbytes>0.000000</max_nbytes>
<md5_cksum>e944dead5c7a0e1a907c66dfda4fd984</md5_cksum>
<status>1</status>
<download_url>http://dl.moowrap.net/3cf/dnetc_r72_1679789348_12_768</download_url>
</file>
<file>
<name>dnetc_r72_1679777624_13_823</name>
<nbytes>2320.000000</nbytes>
<max_nbytes>0.000000</max_nbytes>
<md5_cksum>bca748f9c67461bd728c29a49d701f8b</md5_cksum>
<status>1</status>
<download_url>http://dl.moowrap.net/19a/dnetc_r72_1679777624_13_823</download_url>
</file>
<file>
<name>dnetc_r72_1679789349_12_768</name>
<nbytes>2144.000000</nbytes>
<max_nbytes>0.000000</max_nbytes>
<md5_cksum>5fa508bf66c7c534e82af24eb25e6d2c</md5_cksum>
<status>1</status>
<download_url>http://dl.moowrap.net/1ac/dnetc_r72_1679789349_12_768</download_url>
</file>
<file>
<name>dnetc_r72_1679778833_13_823</name>
<nbytes>2320.000000</nbytes>
<max_nbytes>0.000000</max_nbytes>
<md5_cksum>4597b678b4e342746253530e6a506ddb</md5_cksum>
<status>1</status>
<download_url>http://dl.moowrap.net/274/dnetc_r72_1679778833_13_823</download_url>
</file>
<file>
<name>dnetc_r72_1679783032_13_823</name>
<nbytes>2320.000000</nbytes>
<max_nbytes>0.000000</max_nbytes>
<md5_cksum>9d2518685b3df784f6a660e4da8e73c4</md5_cksum>
<status>1</status>
<download_url>http://dl.moowrap.net/145/dnetc_r72_1679783032_13_823</download_url>
</file>
<file>
<name>dnetc_r72_1679790446_13_823</name>
<nbytes>2320.000000</nbytes>
<max_nbytes>0.000000</max_nbytes>
<md5_cksum>55fc1c03be0c922f7c6ce334aaed644e</md5_cksum>
<status>1</status>
<download_url>http://dl.moowrap.net/28/dnetc_r72_1679790446_13_823</download_url>
</file>
<file>
<name>dnetc_r72_1679780533_13_823</name>
<nbytes>2320.000000</nbytes>
<max_nbytes>0.000000</max_nbytes>
<md5_cksum>7d89808a7c99eea9828f4aa46a3a2147</md5_cksum>
<status>1</status>
<download_url>http://dl.moowrap.net/c9/dnetc_r72_1679780533_13_823</download_url>
</file>
<file>
<name>dnetc_r72_1679787822_13_823</name>
<nbytes>2320.000000</nbytes>
<max_nbytes>0.000000</max_nbytes>
<md5_cksum>d5122cce4a088080d2245ab835de5f07</md5_cksum>
<status>1</status>
<download_url>http://dl.moowrap.net/185/dnetc_r72_1679787822_13_823</download_url>
</file>
<file>
<name>dnetc_r72_1679787826_13_823</name>
<nbytes>2320.000000</nbytes>
<max_nbytes>0.000000</max_nbytes>
<md5_cksum>1e12bd261406c8bc392ee16c0782b378</md5_cksum>
<status>1</status>
<download_url>http://dl.moowrap.net/a8/dnetc_r72_1679787826_13_823</download_url>
</file>
<file>
<name>dnetc_r72_1679766004_13_823</name>
<nbytes>2320.000000</nbytes>
<max_nbytes>0.000000</max_nbytes>
<md5_cksum>3914d9c34138adffa6476ffad569f769</md5_cksum>
<status>1</status>
<download_url>http://dl.moowrap.net/6b/dnetc_r72_1679766004_13_823</download_url>
</file>
<file>
<name>dnetc_r72_1679789351_12_768</name>
<nbytes>2144.000000</nbytes>
<max_nbytes>0.000000</max_nbytes>
<md5_cksum>22ae9884baa0b2fe5295b42c1b088cd4</md5_cksum>
<status>1</status>
<download_url>http://dl.moowrap.net/12c/dnetc_r72_1679789351_12_768</download_url>
</file>
<file>
<name>dnetc_r72_1679789357_12_768</name>
<nbytes>2144.000000</nbytes>
<max_nbytes>0.000000</max_nbytes>
<md5_cksum>b87954c495d82e73f65128d8d08f678c</md5_cksum>
<status>1</status>
<download_url>http://dl.moowrap.net/32d/dnetc_r72_1679789357_12_768</download_url>
</file>
<file>
<name>dnetc_r72_1679766005_13_823</name>
<nbytes>2320.000000</nbytes>
<max_nbytes>0.000000</max_nbytes>
<md5_cksum>db4cce888996bd5e5621954671bbfcf3</md5_cksum>
<status>1</status>
<download_url>http://dl.moowrap.net/15a/dnetc_r72_1679766005_13_823</download_url>
</file>
<file>
<name>dnetc_r72_1679766009_13_823</name>
<nbytes>2320.000000</nbytes>
<max_nbytes>0.000000</max_nbytes>
<md5_cksum>0c89419d5b9d244ddb77738d8be79a3c</md5_cksum>
<status>1</status>
<download_url>http://dl.moowrap.net/3f0/dnetc_r72_1679766009_13_823</download_url>
</file>
<file>
<name>dnetc_r72_1679769596_13_823</name>
<nbytes>2320.000000</nbytes>
<max_nbytes>0.000000</max_nbytes>
<md5_cksum>4a524fb10a34c25e5b15b6e913a601cc</md5_cksum>
<status>1</status>
<download_url>http://dl.moowrap.net/270/dnetc_r72_1679769596_13_823</download_url>
</file>
<file>
<name>dnetc_r72_1679790447_13_823</name>
<nbytes>2320.000000</nbytes>
<max_nbytes>0.000000</max_nbytes>
<md5_cksum>ca9cf5d83f3980a94bca9b008a8c27b2</md5_cksum>
<status>1</status>
<download_url>http://dl.moowrap.net/166/dnetc_r72_1679790447_13_823</download_url>
</file>
<file>
<name>dnetc_r72_1679790448_13_823</name>
<nbytes>2320.000000</nbytes>
<max_nbytes>0.000000</max_nbytes>
<md5_cksum>01bc5214ecc580f13558d9415fbc3401</md5_cksum>
<status>1</status>
<download_url>http://dl.moowrap.net/171/dnetc_r72_1679790448_13_823</download_url>
</file>
<file>
<name>dnetc_r72_1679763158_13_823</name>
<nbytes>2320.000000</nbytes>
<max_nbytes>0.000000</max_nbytes>
<md5_cksum>c8d1960d73d804a1eb63ea4704643aca</md5_cksum>
<status>1</status>
<download_url>http://dl.moowrap.net/3fb/dnetc_r72_1679763158_13_823</download_url>
</file>
<file>
<name>dnetc_r72_1679789359_12_768</name>
<nbytes>2144.000000</nbytes>
<max_nbytes>0.000000</max_nbytes>
<md5_cksum>463d8473e793eb0eefc1132b179212b6</md5_cksum>
<status>1</status>
<download_url>http://dl.moowrap.net/77/dnetc_r72_1679789359_12_768</download_url>
</file>
<file>
<name>dnetc_r72_1679769600_13_823</name>
<nbytes>2320.000000</nbytes>
<max_nbytes>0.000000</max_nbytes>
<md5_cksum>32698ab73442755210d9478c28c3585a</md5_cksum>
<status>1</status>
<download_url>http://dl.moowrap.net/3b4/dnetc_r72_1679769600_13_823</download_url>
</file>
<file>
<name>dnetc_r72_1679790449_13_823</name>
<nbytes>2320.000000</nbytes>
<max_nbytes>0.000000</max_nbytes>
<md5_cksum>f714e5de3edd00d513997790fd0581b8</md5_cksum>
<status>1</status>
<download_url>http://dl.moowrap.net/a5/dnetc_r72_1679790449_13_823</download_url>
</file>
<file>
<name>dnetc_r72_1679763175_13_823</name>
<nbytes>2320.000000</nbytes>
<max_nbytes>0.000000</max_nbytes>
<md5_cksum>9f14cea51625aef9c38ea1bc4ae203a3</md5_cksum>
<status>1</status>
<download_url>http://dl.moowrap.net/2d6/dnetc_r72_1679763175_13_823</download_url>
</file>
<file>
<name>dnetc_r72_1679788024_13_809</name>
<nbytes>2320.000000</nbytes>
<max_nbytes>0.000000</max_nbytes>
<md5_cksum>92226020e7dc51f851550c3dbb079731</md5_cksum>
<status>1</status>
<download_url>http://dl.moowrap.net/2b6/dnetc_r72_1679788024_13_809</download_url>
</file>
<file>
<name>dnetc_r72_1679778176_13_823</name>
<nbytes>2320.000000</nbytes>
<max_nbytes>0.000000</max_nbytes>
<md5_cksum>64e234a584882007fc5c6b60d1180c11</md5_cksum>
<status>1</status>
<download_url>http://dl.moowrap.net/2a1/dnetc_r72_1679778176_13_823</download_url>
</file>
<file>
<name>dnetc_r72_1679769650_13_823</name>
<nbytes>2320.000000</nbytes>
<max_nbytes>0.000000</max_nbytes>
<md5_cksum>c076652d0564ce2a737e169a058201d8</md5_cksum>
<status>1</status>
<download_url>http://dl.moowrap.net/2cb/dnetc_r72_1679769650_13_823</download_url>
</file>
<file>
<name>dnetc_r72_1679778211_13_823</name>
<nbytes>2320.000000</nbytes>
<max_nbytes>0.000000</max_nbytes>
<md5_cksum>7b267b440c9837d36c1ffa513b9ad974</md5_cksum>
<status>1</status>
<download_url>http://dl.moowrap.net/10c/dnetc_r72_1679778211_13_823</download_url>
</file>
<file>
<name>dnetc_r72_1679782043_13_823</name>
<nbytes>2320.000000</nbytes>
<max_nbytes>0.000000</max_nbytes>
<md5_cksum>c412dcb70de8b77622c8f90a45202261</md5_cksum>
<status>1</status>
<download_url>http://dl.moowrap.net/b4/dnetc_r72_1679782043_13_823</download_url>
</file>
<file>
<name>dnetc_r72_1679773276_13_823</name>
<nbytes>2320.000000</nbytes>
<max_nbytes>0.000000</max_nbytes>
<md5_cksum>1cb0da78c4d6f81a68d73abe2b2b5cc0</md5_cksum>
<status>1</status>
<download_url>http://dl.moowrap.net/27/dnetc_r72_1679773276_13_823</download_url>
</file>
<file>
<name>dnetc_r72_1679773277_13_823</name>
<nbytes>2320.000000</nbytes>
<max_nbytes>0.000000</max_nbytes>
<md5_cksum>50d40ad718c5fa7a5c3e36058514ffa6</md5_cksum>
<status>1</status>
<download_url>http://dl.moowrap.net/4f/dnetc_r72_1679773277_13_823</download_url>
</file>
<file>
<name>dnetc_r72_1679783033_13_823</name>
<nbytes>2320.000000</nbytes>
<max_nbytes>0.000000</max_nbytes>
<md5_cksum>f3de8acc2f77f6f89f9e86c849852eb7</md5_cksum>
<status>1</status>
<download_url>http://dl.moowrap.net/12e/dnetc_r72_1679783033_13_823</download_url>
</file>
<file>
<name>dnetc_r72_1679773283_13_823</name>
<nbytes>2320.000000</nbytes>
<max_nbytes>0.000000</max_nbytes>
<md5_cksum>6f197347c8ca910bd901812ae4f9b518</md5_cksum>
<status>1</status>
<download_url>http://dl.moowrap.net/e7/dnetc_r72_1679773283_13_823</download_url>
</file>
<file>
<name>dnetc_r72_1679773285_13_823</name>
<nbytes>2320.000000</nbytes>
<max_nbytes>0.000000</max_nbytes>
<md5_cksum>744c59fa3624df2f43fc4aeef578c2b9</md5_cksum>
<status>1</status>
<download_url>http://dl.moowrap.net/11b/dnetc_r72_1679773285_13_823</download_url>
</file>
<file>
<name>dnetc_r72_1679789410_13_823</name>
<nbytes>2320.000000</nbytes>
<max_nbytes>0.000000</max_nbytes>
<md5_cksum>50fb6774a947de81f0cfab44d9daaf1d</md5_cksum>
<status>1</status>
<download_url>http://dl.moowrap.net/da/dnetc_r72_1679789410_13_823</download_url>
</file>
<file>
<name>dnetc_r72_1679789411_13_823</name>
<nbytes>2320.000000</nbytes>
<max_nbytes>0.000000</max_nbytes>
<md5_cksum>b9568b5227f7ed76636e28f613dbf3f1</md5_cksum>
<status>1</status>
<download_url>http://dl.moowrap.net/cd/dnetc_r72_1679789411_13_823</download_url>
</file>
<file>
<name>dnetc_r72_1679789412_13_823</name>
<nbytes>2320.000000</nbytes>
<max_nbytes>0.000000</max_nbytes>
<md5_cksum>450294138edab2d4a33d5861ff1fe486</md5_cksum>
<status>1</status>
<download_url>http://dl.moowrap.net/102/dnetc_r72_1679789412_13_823</download_url>
</file>
<file>
<name>dnetc_r72_1679789413_13_823</name>
<nbytes>2320.000000</nbytes>
<max_nbytes>0.000000</max_nbytes>
<md5_cksum>9016894c943e92a233239815ba5c6000</md5_cksum>
<status>1</status>
<download_url>http://dl.moowrap.net/30f/dnetc_r72_1679789413_13_823</download_url>
</file>
<file>
<name>dnetc_r72_1679789414_13_823</name>
<nbytes>2320.000000</nbytes>
<max_nbytes>0.000000</max_nbytes>
<md5_cksum>6caf985809c36a64cb810b4bd78b2adc</md5_cksum>
<status>1</status>
<download_url>http://dl.moowrap.net/242/dnetc_r72_1679789414_13_823</download_url>
</file>
<file>
<name>dnetc_r72_1679767237_13_823</name>
<nbytes>2320.000000</nbytes>
<max_nbytes>0.000000</max_nbytes>
<md5_cksum>3965b7706355a1486bbe13b8a1b2eccd</md5_cksum>
<status>1</status>
<download_url>http://dl.moowrap.net/17/dnetc_r72_1679767237_13_823</download_url>
</file>
<file>
<name>dnetc_r72_1679740473_13_823</name>
<nbytes>2320.000000</nbytes>
<max_nbytes>0.000000</max_nbytes>
<md5_cksum>73c3ced15a80906caf299a3e416c129f</md5_cksum>
<status>1</status>
<download_url>http://dl.moowrap.net/af/dnetc_r72_1679740473_13_823</download_url>
</file>
<file>
<name>dnetc_r72_1679789469_13_823</name>
<nbytes>2320.000000</nbytes>
<max_nbytes>0.000000</max_nbytes>
<md5_cksum>48882fe0a8626b1e759b4b87f95b157a</md5_cksum>
<status>1</status>
<download_url>http://dl.moowrap.net/24e/dnetc_r72_1679789469_13_823</download_url>
</file>
<file>
<name>dnetc_r72_1679790450_13_823</name>
<nbytes>2320.000000</nbytes>
<max_nbytes>0.000000</max_nbytes>
<md5_cksum>f96004edc5ecc4c7fe30176dc5c985d4</md5_cksum>
<status>1</status>
<download_url>http://dl.moowrap.net/1f0/dnetc_r72_1679790450_13_823</download_url>
</file>
<file>
<name>dnetc_r72_1679790451_13_823</name>
<nbytes>2320.000000</nbytes>
<max_nbytes>0.000000</max_nbytes>
<md5_cksum>d335631c428c22427eb8747cac042520</md5_cksum>
<status>1</status>
<download_url>http://dl.moowrap.net/29f/dnetc_r72_1679790451_13_823</download_url>
</file>
<file>
<name>dnetc_r72_1679773286_13_823</name>
<nbytes>2320.000000</nbytes>
<max_nbytes>0.000000</max_nbytes>
<md5_cksum>8974b52944db5bb950ca3b7039f99339</md5_cksum>
<status>1</status>
<download_url>http://dl.moowrap.net/2bb/dnetc_r72_1679773286_13_823</download_url>
</file>
<file>
<name>dnetc_r72_1679790452_13_823</name>
<nbytes>2320.000000</nbytes>
<max_nbytes>0.000000</max_nbytes>
<md5_cksum>4aed80debccbae5cfdad8290451a8e45</md5_cksum>
<status>1</status>
<download_url>http://dl.moowrap.net/168/dnetc_r72_1679790452_13_823</download_url>
</file>
<file>
<name>dnetc_r72_1679790453_13_823</name>
<nbytes>2320.000000</nbytes>
<max_nbytes>0.000000</max_nbytes>
<md5_cksum>836faa9c8b20465f6caf92668d1d489e</md5_cksum>
<status>1</status>
<download_url>http://dl.moowrap.net/6c/dnetc_r72_1679790453_13_823</download_url>
</file>
<file>
<name>dnetc_r72_1679790454_13_823</name>
<nbytes>2320.000000</nbytes>
<max_nbytes>0.000000</max_nbytes>
<md5_cksum>68b11fcb131eaa570fdc1b7ae27cf00d</md5_cksum>
<status>1</status>
<download_url>http://dl.moowrap.net/3f6/dnetc_r72_1679790454_13_823</download_url>
</file>
<file>
<name>dnetc_r72_1679790455_13_823</name>
<nbytes>2320.000000</nbytes>
<max_nbytes>0.000000</max_nbytes>
<md5_cksum>08144844b475b09c271b16774c53dc6f</md5_cksum>
<status>1</status>
<download_url>http://dl.moowrap.net/1e1/dnetc_r72_1679790455_13_823</download_url>
</file>
<file>
<name>dnetc_r72_1679781114_13_823</name>
<nbytes>2320.000000</nbytes>
<max_nbytes>0.000000</max_nbytes>
<md5_cksum>27c12137863803d066a38d9cb3f10998</md5_cksum>
<status>1</status>
<download_url>http://dl.moowrap.net/38a/dnetc_r72_1679781114_13_823</download_url>
</file>
<file>
<name>dnetc_r72_1679790457_13_823</name>
<nbytes>2320.000000</nbytes>
<max_nbytes>0.000000</max_nbytes>
<md5_cksum>9e5c075ba95404609daece620449266a</md5_cksum>
<status>1</status>
<download_url>http://dl.moowrap.net/118/dnetc_r72_1679790457_13_823</download_url>
</file>
<file>
<name>dnetc_r72_1679788729_14_815</name>
<nbytes>2496.000000</nbytes>
<max_nbytes>0.000000</max_nbytes>
<md5_cksum>2bcf7ffe46f4f6e889d104c2aab2f1e3</md5_cksum>
<status>1</status>
<download_url>http://dl.moowrap.net/7a/dnetc_r72_1679788729_14_815</download_url>
</file>
<file>
<name>dnetc_r72_1679773287_13_823</name>
<nbytes>2320.000000</nbytes>
<max_nbytes>0.000000</max_nbytes>
<md5_cksum>6d798b85a8c43a4dae2c30583d1af309</md5_cksum>
<status>1</status>
<download_url>http://dl.moowrap.net/262/dnetc_r72_1679773287_13_823</download_url>
</file>
<file>
<name>dnetc_r72_1679779832_13_823</name>
<nbytes>2320.000000</nbytes>
<max_nbytes>0.000000</max_nbytes>
<md5_cksum>8598d9813312ab429069f2fccc534b00</md5_cksum>
<status>1</status>
<download_url>http://dl.moowrap.net/1a2/dnetc_r72_1679779832_13_823</download_url>
</file>
<file>
<name>dnetc_r72_1679789361_12_768</name>
<nbytes>2144.000000</nbytes>
<max_nbytes>0.000000</max_nbytes>
<md5_cksum>586e8368f48d16bab82d10f26e83f7a8</md5_cksum>
<status>1</status>
<download_url>http://dl.moowrap.net/35b/dnetc_r72_1679789361_12_768</download_url>
</file>
<file>
<name>dnetc_r72_1679789363_12_768</name>
<nbytes>2144.000000</nbytes>
<max_nbytes>0.000000</max_nbytes>
<md5_cksum>a7c72ae6f652b7bac2402917850dbff2</md5_cksum>
<status>1</status>
<download_url>http://dl.moowrap.net/13a/dnetc_r72_1679789363_12_768</download_url>
</file>
<file>
<name>dnetc_r72_1679790458_13_823</name>
<nbytes>2320.000000</nbytes>
<max_nbytes>0.000000</max_nbytes>
<md5_cksum>1436c2bbf4296c905f6f664352e234d9</md5_cksum>
<status>1</status>
<download_url>http://dl.moowrap.net/ac/dnetc_r72_1679790458_13_823</download_url>
</file>
<file>
<name>dnetc_r72_1679789366_12_768</name>
<nbytes>2144.000000</nbytes>
<max_nbytes>0.000000</max_nbytes>
<md5_cksum>449b2612dbfa2b8fda40ff079a51f0b3</md5_cksum>
<status>1</status>
<download_url>http://dl.moowrap.net/6c/dnetc_r72_1679789366_12_768</download_url>
</file>
<file>
<name>dnetc_r72_1679773291_13_823</name>
<nbytes>2320.000000</nbytes>
<max_nbytes>0.000000</max_nbytes>
<md5_cksum>0cbd1527d8c209bbdc8e2c82c4b576c5</md5_cksum>
<status>1</status>
<download_url>http://dl.moowrap.net/15a/dnetc_r72_1679773291_13_823</download_url>
</file>
<file>
<name>dnetc_r72_1679773292_13_823</name>
<nbytes>2320.000000</nbytes>
<max_nbytes>0.000000</max_nbytes>
<md5_cksum>a846d0fc94817172720df7b42d10c308</md5_cksum>
<status>1</status>
<download_url>http://dl.moowrap.net/30/dnetc_r72_1679773292_13_823</download_url>
</file>
<file>
<name>dnetc_r72_1679790466_13_823</name>
<nbytes>2320.000000</nbytes>
<max_nbytes>0.000000</max_nbytes>
<md5_cksum>011910caac746bbc700d2ae4841c3f53</md5_cksum>
<status>1</status>
<download_url>http://dl.moowrap.net/95/dnetc_r72_1679790466_13_823</download_url>
</file>
<file>
<name>dnetc_r72_1679773297_13_823</name>
<nbytes>2320.000000</nbytes>
<max_nbytes>0.000000</max_nbytes>
<md5_cksum>3a4460e18dbbea008bd18895f3b61925</md5_cksum>
<status>1</status>
<download_url>http://dl.moowrap.net/ff/dnetc_r72_1679773297_13_823</download_url>
</file>
<file>
<name>dnetc_r72_1679773299_13_823</name>
<nbytes>2320.000000</nbytes>
<max_nbytes>0.000000</max_nbytes>
<md5_cksum>b39c09c89f465f46f0e0ace0de46a731</md5_cksum>
<status>1</status>
<download_url>http://dl.moowrap.net/18a/dnetc_r72_1679773299_13_823</download_url>
</file>
<file>
<name>dnetc_r72_1679786057_13_823</name>
<nbytes>2320.000000</nbytes>
<max_nbytes>0.000000</max_nbytes>
<md5_cksum>b7b9363924a63a13dfa66d93c3285256</md5_cksum>
<status>1</status>
<download_url>http://dl.moowrap.net/48/dnetc_r72_1679786057_13_823</download_url>
</file>
<file>
<name>dnetc_r72_1679789369_12_768</name>
<nbytes>2144.000000</nbytes>
<max_nbytes>0.000000</max_nbytes>
<md5_cksum>c76e7a9f5f015ecc743b96ce9e3889ae</md5_cksum>
<status>1</status>
<download_url>http://dl.moowrap.net/1a4/dnetc_r72_1679789369_12_768</download_url>
</file>
<file>
<name>dnetc_r72_1679789370_12_768</name>
<nbytes>2144.000000</nbytes>
<max_nbytes>0.000000</max_nbytes>
<md5_cksum>926ee5357be31dd606b2b924275c537f</md5_cksum>
<status>1</status>
<download_url>http://dl.moowrap.net/27e/dnetc_r72_1679789370_12_768</download_url>
</file>
<file>
<name>dnetc_r72_1679781116_13_823</name>
<nbytes>2320.000000</nbytes>
<max_nbytes>0.000000</max_nbytes>
<md5_cksum>02f49e6a761c37fcc5c7ccb98d85366f</md5_cksum>
<status>1</status>
<download_url>http://dl.moowrap.net/59/dnetc_r72_1679781116_13_823</download_url>
</file>
<file>
<name>dnetc_r72_1679789372_12_768</name>
<nbytes>2144.000000</nbytes>
<max_nbytes>0.000000</max_nbytes>
<md5_cksum>6c77b73377aa64d2e05a84499a4fcc88</md5_cksum>
<status>1</status>
<download_url>http://dl.moowrap.net/fd/dnetc_r72_1679789372_12_768</download_url>
</file>
<file>
<name>dnetc_r72_1679789391_12_768</name>
<nbytes>2144.000000</nbytes>
<max_nbytes>0.000000</max_nbytes>
<md5_cksum>338909502bf0c9f2ec3605189f6ac502</md5_cksum>
<status>1</status>
<download_url>http://dl.moowrap.net/318/dnetc_r72_1679789391_12_768</download_url>
</file>
<file>
<name>dnetc_r72_1679789445_12_768</name>
<nbytes>2144.000000</nbytes>
<max_nbytes>0.000000</max_nbytes>
<md5_cksum>02127a94176fb55b2e419d27e1ccbefe</md5_cksum>
<status>1</status>
<download_url>http://dl.moowrap.net/161/dnetc_r72_1679789445_12_768</download_url>
</file>
<file>
<name>dnetc_r72_1679789451_12_768</name>
<nbytes>2144.000000</nbytes>
<max_nbytes>0.000000</max_nbytes>
<md5_cksum>9c0dcd7c4f7110e42536b93117494417</md5_cksum>
<status>1</status>
<download_url>http://dl.moowrap.net/328/dnetc_r72_1679789451_12_768</download_url>
</file>
<file>
<name>dnetc_r72_1679773361_13_823</name>
<nbytes>2320.000000</nbytes>
<max_nbytes>0.000000</max_nbytes>
<md5_cksum>8ced620aa19c0200c2c31f76903b7430</md5_cksum>
<status>1</status>
<download_url>http://dl.moowrap.net/1e6/dnetc_r72_1679773361_13_823</download_url>
</file>
<file>
<name>dnetc_r72_1679789454_12_768</name>
<nbytes>2144.000000</nbytes>
<max_nbytes>0.000000</max_nbytes>
<md5_cksum>f696cb14eaaf7f54d9444b648ec69284</md5_cksum>
<status>1</status>
<download_url>http://dl.moowrap.net/25c/dnetc_r72_1679789454_12_768</download_url>
</file>
<file>
<name>dnetc_r72_1679789459_12_768</name>
<nbytes>2144.000000</nbytes>
<max_nbytes>0.000000</max_nbytes>
<md5_cksum>eb9e5431011e14a3cb291f47ed30ecab</md5_cksum>
<status>1</status>
<download_url>http://dl.moowrap.net/25f/dnetc_r72_1679789459_12_768</download_url>
</file>
<file>
<name>dnetc_r72_1679789461_12_768</name>
<nbytes>2144.000000</nbytes>
<max_nbytes>0.000000</max_nbytes>
<md5_cksum>af8a8ea1044246f9d8c3bac4e5c2b8ac</md5_cksum>
<status>1</status>
<download_url>http://dl.moowrap.net/280/dnetc_r72_1679789461_12_768</download_url>
</file>
<file>
<name>dnetc_r72_1679789492_12_768</name>
<nbytes>2144.000000</nbytes>
<max_nbytes>0.000000</max_nbytes>
<md5_cksum>a1a808de0f91927aad42535192e891b6</md5_cksum>
<status>1</status>
<download_url>http://dl.moowrap.net/123/dnetc_r72_1679789492_12_768</download_url>
</file>
<file>
<name>dnetc_r72_1679789497_12_768</name>
<nbytes>2144.000000</nbytes>
<max_nbytes>0.000000</max_nbytes>
<md5_cksum>8773efa2a74035f3eaa22902727e3451</md5_cksum>
<status>1</status>
<download_url>http://dl.moowrap.net/12b/dnetc_r72_1679789497_12_768</download_url>
</file>
<file>
<name>dnetc_r72_1679741442_13_823</name>
<nbytes>2320.000000</nbytes>
<max_nbytes>0.000000</max_nbytes>
<md5_cksum>e9206f55d771116df68a2f7e6fa1c1ca</md5_cksum>
<status>1</status>
<download_url>http://dl.moowrap.net/334/dnetc_r72_1679741442_13_823</download_url>
</file>
<file>
<name>dnetc_r72_1679789499_12_768</name>
<nbytes>2144.000000</nbytes>
<max_nbytes>0.000000</max_nbytes>
<md5_cksum>24bae3ec9746652eef69586546c5fdaa</md5_cksum>
<status>1</status>
<download_url>http://dl.moowrap.net/1f0/dnetc_r72_1679789499_12_768</download_url>
</file>
<file>
<name>dnetc_r72_1679789501_12_768</name>
<nbytes>2144.000000</nbytes>
<max_nbytes>0.000000</max_nbytes>
<md5_cksum>62e1e4e74c84a4d6a18a233e95a2a697</md5_cksum>
<status>1</status>
<download_url>http://dl.moowrap.net/3ee/dnetc_r72_1679789501_12_768</download_url>
</file>
<file>
<name>dnetc_r72_1679789503_12_768</name>
<nbytes>2144.000000</nbytes>
<max_nbytes>0.000000</max_nbytes>
<md5_cksum>8274f84f18ddacd1a37595672ba70de1</md5_cksum>
<status>1</status>
<download_url>http://dl.moowrap.net/119/dnetc_r72_1679789503_12_768</download_url>
</file>
<file>
<name>dnetc_r72_1679788035_13_817</name>
<nbytes>2320.000000</nbytes>
<max_nbytes>0.000000</max_nbytes>
<md5_cksum>779ca0e39462a39ae0f4ebaa5c3affea</md5_cksum>
<status>1</status>
<download_url>http://dl.moowrap.net/1a/dnetc_r72_1679788035_13_817</download_url>
</file>
<file>
<name>dnetc_r72_1679773363_13_823</name>
<nbytes>2320.000000</nbytes>
<max_nbytes>0.000000</max_nbytes>
<md5_cksum>cb8da0552bab6993d7f4696b1b737cf7</md5_cksum>
<status>1</status>
<download_url>http://dl.moowrap.net/ee/dnetc_r72_1679773363_13_823</download_url>
</file>
<file>
<name>dnetc_r72_1679790469_13_823</name>
<nbytes>2320.000000</nbytes>
<max_nbytes>0.000000</max_nbytes>
<md5_cksum>feedaf6d2346315f9a3a05d504dce3a4</md5_cksum>
<status>1</status>
<download_url>http://dl.moowrap.net/24e/dnetc_r72_1679790469_13_823</download_url>
</file>
<file>
<name>dnetc_r72_1679783035_13_823</name>
<nbytes>2320.000000</nbytes>
<max_nbytes>0.000000</max_nbytes>
<md5_cksum>859cb8f226d1c627f54aed792c85e439</md5_cksum>
<status>1</status>
<download_url>http://dl.moowrap.net/2aa/dnetc_r72_1679783035_13_823</download_url>
</file>
<file>
<name>dnetc_r72_1679790470_13_823</name>
<nbytes>2320.000000</nbytes>
<max_nbytes>0.000000</max_nbytes>
<md5_cksum>b87881c906d2d8fe8a2cee84ccc86192</md5_cksum>
<status>1</status>
<download_url>http://dl.moowrap.net/65/dnetc_r72_1679790470_13_823</download_url>
</file>
<file>
<name>dnetc_r72_1679789510_12_768</name>
<nbytes>2144.000000</nbytes>
<max_nbytes>0.000000</max_nbytes>
<md5_cksum>e18f99cea02fd63d237063b66c144fcb</md5_cksum>
<status>1</status>
<download_url>http://dl.moowrap.net/113/dnetc_r72_1679789510_12_768</download_url>
</file>
<file>
<name>dnetc_r72_1679787953_13_808</name>
<nbytes>2320.000000</nbytes>
<max_nbytes>0.000000</max_nbytes>
<md5_cksum>a4e7a32659d399e2680490f228af3e58</md5_cksum>
<status>1</status>
<download_url>http://dl.moowrap.net/117/dnetc_r72_1679787953_13_808</download_url>
</file>
<file>
<name>dnetc_r72_1679787930_13_824</name>
<nbytes>2320.000000</nbytes>
<max_nbytes>0.000000</max_nbytes>
<md5_cksum>2d91002a4358af35fdc74988ea1b54c8</md5_cksum>
<status>1</status>
<download_url>http://dl.moowrap.net/310/dnetc_r72_1679787930_13_824</download_url>
</file>
<file>
<name>dnetc_r72_1679787952_13_830</name>
ID: 8433 · Rating: 0 · rate: Rate + / Rate - Report as offensive
Skillz

Send message
Joined: 12 May 17
Posts: 11
Credit: 1,209,960,131
RAC: 3,829,257
Message 8434 - Posted: 26 Mar 2023, 16:49:14 UTC

That's a huge file, not sure what parts you need.

Thank you for taking the time to get this setup for me.
ID: 8434 · Rating: 0 · rate: Rate + / Rate - Report as offensive
Link
Avatar

Send message
Joined: 11 Feb 14
Posts: 110
Credit: 7,631,747
RAC: 1,392
Message 8435 - Posted: 27 Mar 2023, 9:08:55 UTC - in response to Message 8434.  
Last modified: 27 Mar 2023, 10:04:42 UTC

I need the <app_version> parts for Moo!, they have been cut of due to the length of the file.
Must look like that:
<app_version>
    <app_name>dnetc</app_name>
...
</app_version>

You should have few of them, under all those <file> entries.
ID: 8435 · Rating: 0 · rate: Rate + / Rate - Report as offensive
Skillz

Send message
Joined: 12 May 17
Posts: 11
Credit: 1,209,960,131
RAC: 3,829,257
Message 8436 - Posted: 27 Mar 2023, 14:24:15 UTC - in response to Message 8435.  

Okay, I'll check when I get home from work.
ID: 8436 · Rating: 0 · rate: Rate + / Rate - Report as offensive
Link
Avatar

Send message
Joined: 11 Feb 14
Posts: 110
Credit: 7,631,747
RAC: 1,392
Message 8437 - Posted: 28 Mar 2023, 9:15:35 UTC
Last modified: 28 Mar 2023, 9:28:13 UTC

OK, so run down your cache first, than:

1. Delete all files in your Moo! project dir except those 4:
dnetc_wrapper_1.5_x86_64-pc-linux-gnu__opencl_nvidia_101
dnetc521-linux-amd64-opencl
dnetc-gpu-1.3.ini
job-lin64-opencl-521.1.xml

2. Save this as app_info.xml in your Moo! project dir using a plain text editor. Make sure BOINC can read that file, Linux is a bit weird with that, I used "rw-rw-rw-" on my Android device, did not try with less that that, but r--r--r-- should also probably work:
<app_info>
 <app>
  <name>dnetc</name>
  <user_friendly_name>Distributed.net Client</user_friendly_name>
 </app>
 <file_info>
  <name>dnetc_wrapper_1.5_x86_64-pc-linux-gnu__opencl_nvidia_101</name>
  <executable/>
 </file_info>
 <file_info>
  <name>dnetc521-linux-amd64-opencl</name>
  <executable/>
 </file_info>
 <file_info>
  <name>dnetc-gpu-1.3.ini</name>
 </file_info>
 <file_info>
  <name>job-lin64-opencl-521.1.xml</name>
 </file_info>
 <app_version>
  <app_name>dnetc</app_name>
  <version_num>105</version_num>
  <avg_ncpus>0.25</avg_ncpus>
  <max_ncpus>0.25</max_ncpus>
  <plan_class>opencl_nvidia_101</plan_class>
  <platform>x86_64-pc-linux-gnu</platform>
  <coproc>
   <type>NVIDIA</type>
   <count>1</count>
  </coproc>
  <file_ref>
   <file_name>dnetc_wrapper_1.5_x86_64-pc-linux-gnu__opencl_nvidia_101</file_name>
   <main_program/>
  </file_ref>
  <file_ref>
   <file_name>dnetc521-linux-amd64-opencl</file_name>
   <copy_file/>
  </file_ref>
  <file_ref>
   <file_name>dnetc-gpu-1.3.ini</file_name>
   <open_name>dnetc.ini</open_name>
   <copy_file/>
  </file_ref>
  <file_ref>
   <file_name>job-lin64-opencl-521.1.xml</file_name>
   <open_name>job.xml</open_name>
   <copy_file/>
  </file_ref>
 </app_version>
</app_info>


3. Set your cache very low and check if it works, if not I will check the std_err of the errored out tasks. But I think I didn't miss anythink and it should work. If it doesn't work, simply shut down BOINC, delete the app_info file, start BOINC and reset the project. Or remove and add again Moo!, that clears every changes too.

The values for avg_ncpus and max_ncpus you can adjust to whatever suits your computer best, if you for example need 1 core per task, than set them both to 1. If you don't run CPU tasks at all, than they don't matter and you can leave them as they are.
ID: 8437 · Rating: 0 · rate: Rate + / Rate - Report as offensive
Link
Avatar

Send message
Joined: 11 Feb 14
Posts: 110
Credit: 7,631,747
RAC: 1,392
Message 8438 - Posted: 29 Mar 2023, 11:05:02 UTC - in response to Message 8437.  

The values for avg_ncpus and max_ncpus you can adjust to whatever suits your computer best, if you for example need 1 core per task, than set them both to 1. If you don't run CPU tasks at all, than they don't matter and you can leave them as they are.
I see your computer uses 1 whole CPU core per task, so best set avg_ncpus and max_ncpus to 1 like this:

  <avg_ncpus>1.00</avg_ncpus>
  <max_ncpus>1.00</max_ncpus>

ID: 8438 · Rating: 0 · rate: Rate + / Rate - Report as offensive

Message boards : Number crunching : Allow us to choose which version to run.


 
Copyright © 2011-2024 Moo! Wrapper Project