Posts by Jon Fox

1) Message boards : BOINC client : macOS Sierra not telling BOINC client about idleness (Message 72609)
Posted 23 Sep 2016 by Jon Fox
Post:
I am running BOINC 7.6.33/macOS Sierra (v10.12) on a 21.5 inch, late 2013 iMac and haven't seen any anomolous idle detection behavior in the 24-hours since the OS installation.

I'll continue to monitor the client and report any issues.

--
Jon
2) Message boards : BOINC client : MacOS Sierra release today (Message 72608)
Posted 23 Sep 2016 by Jon Fox
Post:
Idle detection appears to be working in my setup, as of right now. I'll continue to monitor the behavior and report any issues.

--
Jon
3) Message boards : BOINC client : MacOS Sierra release today (Message 72591)
Posted 22 Sep 2016 by Jon Fox
Post:
I'll check on the idle detection question later today and report back here and the original thread.

--
Jon
4) Message boards : BOINC client : MacOS Sierra release today (Message 72575)
Posted 21 Sep 2016 by Jon Fox
Post:
I installed macOS Sierra/BOINC 7.6.33 and the combination have been running with no issues for approximately 16 hours. The applications I support at this time are:
    WUProp@home
    Collatz Conjecture



--
Jon

5) Message boards : BOINC client : i686 for macOSX download link broke (404 error) (Message 62750)
Posted 26 Jun 2015 by Jon Fox
Post:
The revised link worked. Thanks.

--
Jon
6) Message boards : BOINC client : i686 for macOSX download link broke (404 error) (Message 62736)
Posted 25 Jun 2015 by Jon Fox
Post:
Yes, it was referring to the link in the Change Log thread. My apologies, I should have been more specific in my original post.

I will retry the download when I get back to the device this evening and close-out this thread with a thumbs-up post.

Thanks again.
Jon
7) Message boards : BOINC client : i686 for macOSX download link broke (404 error) (Message 62723)
Posted 25 Jun 2015 by Jon Fox
Post:
Attempting to download the latest test client 7.6.3 for macOSX_i686 and receiving a 404 (not found) error.

The link on the page is: http://boinc.berkeley.edu/dl/boinc_7.6.3_macOSX_i686.zip

--
Jon
8) Message boards : BOINC client : BM Not Adhering to app_config.xml Settings for CPU and GPU Usage (Message 59939)
Posted 23 Jan 2015 by Jon Fox
Post:
I deleted and rebuilt the app_config.xml file from scratch and it is now appears to be properly processed by the client.

It appears that the file was corrupted in some way but not to the point that the client didn't recognize it as an app_config file:

    1/22/2015 4:23:17 PM | Collatz Conjecture | Found app_config.xml
    1/22/2015 4:23:17 PM | primaboinca | Found app_config.xml
    1/22/2015 4:23:17 PM | Milkyway@Home | Found app_config.xml
    1/22/2015 4:23:17 PM | Moo! Wrapper | Found app_config.xml
    1/22/2015 4:23:17 PM | Albert@Home | Found app_config.xml
    1/22/2015 4:23:17 PM | Einstein@Home | Found app_config.xml
    1/22/2015 4:23:17 PM | Asteroids@home | Found app_config.xml
    1/22/2015 4:23:17 PM | PrimeGrid | Found app_config.xml


It seems to have been treating it as an empty file. I have the unparsed_xml flag turned on and didn't see any log messages related to it. Assuming that it would produce error log messages for the app_config file as it does for an account manager such as:


    1/23/2015 11:20:36 AM | | Contacting account manager at http://bam.boincstats.com/
    1/23/2015 11:20:38 AM | | [unparsed_xml] ACCT_MGR_OP::parse: unrecognized tag <version>
    1/23/2015 11:20:38 AM | | [unparsed_xml] ACCT_MGR_OP::parse: unrecognized tag <server>



Just wanted to provide a public mea culpa and reasonable closure to my original reported issue. Thanks again to everyone for your review, troubleshooting, and suggestions.

--
jon

9) Message boards : BOINC client : BM Not Adhering to app_config.xml Settings for CPU and GPU Usage (Message 59937)
Posted 23 Jan 2015 by Jon Fox
Post:
Claggy,

Thanks for double checking my app_config settings on your system. I checked (and double checked) the location of my collatz app_config file and it is in the location that you listed. I do run collatz on a OS X machine (7.4.36 client) as well with no issues so I reported this under the possibility that there was an issue unique to the Windows version of the client.

Given your testing I will close-down this thread until I can find a more defensible root cause -- I'll report back here when I find something.

Thanks again for the troubleshoot assistance.

--
jon
10) Message boards : BOINC client : BM Not Adhering to app_config.xml Settings for CPU and GPU Usage (Message 59926)
Posted 22 Jan 2015 by Jon Fox
Post:
I recoded the app_config file per the standard but it appears the client continues to use the default cpu and gpu usage values. I am attempting to allow two solo_collatz WUs to run concurrently and reserve one (1) full cpu in support of the gpu WUs.

BTW, I also tried stopping the client (and WUs) and restarting to make sure the config files were being re-read, just in case.

Refactored app_config:

    <app_config>
    <app>
    <name>solo_collatz</name>
    <fraction_done_exact/>
    <max_concurrent>2</max_concurrent>
    <gpu_versions>
    <gpu_usage>0.50</gpu_usage>
    <cpu_usage>1.00</cpu_usage>
    </gpu_versions>
    </app>
    <app>
    <name>mini_collatz</name>
    <fraction_done_exact/>
    <max_concurrent>2</max_concurrent>
    <gpu_versions>
    <gpu_usage>0.50</gpu_usage>
    <cpu_usage>1.00</cpu_usage>
    </gpu_versions>
    </app>
    <app>
    <name>large_collatz</name>
    <fraction_done_exact/>
    <max_concurrent>2</max_concurrent>
    <gpu_versions>
    <gpu_usage>1.00</gpu_usage>
    <cpu_usage>1.00</cpu_usage>
    </gpu_versions>
    </app>
    </app_config>



Log file snippet:


    1/22/2015 4:23:17 PM | | Re-reading cc_config.xml
    1/22/2015 4:23:17 PM | | Not using a proxy
    1/22/2015 4:23:17 PM | | Config: report completed tasks immediately
    1/22/2015 4:23:17 PM | | Config: use all coprocessors
    1/22/2015 4:23:17 PM | | Config: event log limit disabled
    1/22/2015 4:23:17 PM | | log flags: file_xfer, sched_ops, task, coproc_debug, cpu_sched, cpu_sched_debug
    1/22/2015 4:23:17 PM | | log flags: statefile_debug, unparsed_xml, work_fetch_debug
    1/22/2015 4:23:17 PM | Collatz Conjecture | Found app_config.xml
    1/22/2015 4:23:17 PM | primaboinca | Found app_config.xml
    1/22/2015 4:23:17 PM | Milkyway@Home | Found app_config.xml
    1/22/2015 4:23:17 PM | Moo! Wrapper | Found app_config.xml
    1/22/2015 4:23:17 PM | Albert@Home | Found app_config.xml
    1/22/2015 4:23:17 PM | Einstein@Home | Found app_config.xml
    1/22/2015 4:23:17 PM | Asteroids@home | Found app_config.xml
    1/22/2015 4:23:17 PM | PrimeGrid | Found app_config.xml
    1/22/2015 4:23:17 PM | | [cpu_sched_debug] Request CPU reschedule: Core client configuration
    1/22/2015 4:23:17 PM | | [work_fetch] Request work fetch: Core client configuration
    1/22/2015 4:23:18 PM | | [cpu_sched_debug] schedule_cpus(): start
    1/22/2015 4:23:18 PM | Collatz Conjecture | [cpu_sched_debug] add to run list: solo_collatz_2393014943811557401715_1649267441664_0 (coprocessor job, FIFO) (prio -0.821280)
    1/22/2015 4:23:18 PM | Collatz Conjecture | [cpu_sched_debug] reserving 1.000000 of coproc NVIDIA
    1/22/2015 4:23:18 PM | PrimeGrid | [cpu_sched_debug] add to run list: genefer_1048576_421768_3 (CPU job, EDF) (prio -1000.081312)
    1/22/2015 4:23:18 PM | Collatz Conjecture | [cpu_sched_debug] add to run list: mini_collatz_2393020438268729894003_103079215104_0 (CPU job, priority order) (prio -0.851804)
    1/22/2015 4:23:18 PM | Collatz Conjecture | [cpu_sched_debug] add to run list: mini_collatz_2393020438062571463795_103079215104_0 (CPU job, priority order) (prio -0.854814)
    1/22/2015 4:23:18 PM | Collatz Conjecture | [cpu_sched_debug] add to run list: mini_collatz_2393020438990284399731_103079215104_0 (CPU job, priority order) (prio -0.857823)
    1/22/2015 4:23:18 PM | | [cpu_sched_debug] enforce_run_list(): start
    1/22/2015 4:23:18 PM | | [cpu_sched_debug] preliminary job list:
    1/22/2015 4:23:18 PM | Collatz Conjecture | [cpu_sched_debug] 0: solo_collatz_2393014943811557401715_1649267441664_0 (MD: no; UTS: yes)
    1/22/2015 4:23:18 PM | PrimeGrid | [cpu_sched_debug] 1: genefer_1048576_421768_3 (MD: yes; UTS: no)
    1/22/2015 4:23:18 PM | Collatz Conjecture | [cpu_sched_debug] 2: mini_collatz_2393020438268729894003_103079215104_0 (MD: no; UTS: no)
    1/22/2015 4:23:18 PM | Collatz Conjecture | [cpu_sched_debug] 3: mini_collatz_2393020438062571463795_103079215104_0 (MD: no; UTS: no)
    1/22/2015 4:23:18 PM | Collatz Conjecture | [cpu_sched_debug] 4: mini_collatz_2393020438990284399731_103079215104_0 (MD: no; UTS: no)
    1/22/2015 4:23:18 PM | | [cpu_sched_debug] final job list:
    1/22/2015 4:23:18 PM | PrimeGrid | [cpu_sched_debug] 0: genefer_1048576_421768_3 (MD: yes; UTS: no)
    1/22/2015 4:23:18 PM | Collatz Conjecture | [cpu_sched_debug] 1: solo_collatz_2393014943811557401715_1649267441664_0 (MD: no; UTS: yes)
    1/22/2015 4:23:18 PM | Collatz Conjecture | [cpu_sched_debug] 2: mini_collatz_2393020438268729894003_103079215104_0 (MD: no; UTS: no)
    1/22/2015 4:23:18 PM | Collatz Conjecture | [cpu_sched_debug] 3: mini_collatz_2393020438062571463795_103079215104_0 (MD: no; UTS: no)
    1/22/2015 4:23:18 PM | Collatz Conjecture | [cpu_sched_debug] 4: mini_collatz_2393020438990284399731_103079215104_0 (MD: no; UTS: no)
    1/22/2015 4:23:18 PM | Collatz Conjecture | [coproc] NVIDIA instance 0; 1.000000 pending for solo_collatz_2393014943811557401715_1649267441664_0
    1/22/2015 4:23:18 PM | Collatz Conjecture | [coproc] NVIDIA instance 0: confirming 1.000000 instance for solo_collatz_2393014943811557401715_1649267441664_0
    1/22/2015 4:23:18 PM | PrimeGrid | [cpu_sched_debug] scheduling genefer_1048576_421768_3 (high priority)
    1/22/2015 4:23:18 PM | Collatz Conjecture | [cpu_sched_debug] scheduling solo_collatz_2393014943811557401715_1649267441664_0
    1/22/2015 4:23:18 PM | Collatz Conjecture | [cpu_sched_debug] scheduling mini_collatz_2393020438268729894003_103079215104_0
    1/22/2015 4:23:18 PM | Collatz Conjecture | [cpu_sched_debug] scheduling mini_collatz_2393020438062571463795_103079215104_0
    1/22/2015 4:23:18 PM | Collatz Conjecture | [cpu_sched_debug] scheduling mini_collatz_2393020438990284399731_103079215104_0
    1/22/2015 4:23:18 PM | | [cpu_sched_debug] enforce_run_list: end



--
jon

11) Message boards : BOINC client : BM Not Adhering to app_config.xml Settings for CPU and GPU Usage (Message 59923)
Posted 22 Jan 2015 by Jon Fox
Post:
Thanks, Claggy.

Point taken on BM, my mistake.

I'll refactor the file to follow the standard you referenced and try again.

--
jon
12) Message boards : BOINC client : BM Not Adhering to app_config.xml Settings for CPU and GPU Usage (Message 59922)
Posted 22 Jan 2015 by Jon Fox
Post:
UPDATE: As it happens a new Collatz WU has recently started and is now running with what appears to be the same issue (I don't have the "user_friendly_name" tag in the Collatz app_config file.

BTW, this behavior began to appear after I upgraded to 7.4.36 -- I had not seen it in earlier releases with the same app_config file. I scanned the git files looking to see if there was anything explicitly targeting cpu and gpu usage or app_config processing but couldn't find anything in the 7.4.36 release code that seemed to fit.

Here's the app_config:

    <app_config>
    <app>
    <fraction_done_exact/>
    <gpu_versions>
    <cpu_usage>1.00</cpu_usage>
    <gpu_usage>0.75</gpu_usage>
    </gpu_versions>
    <max_concurrent>4</max_concurrent>
    <name>solo_collatz</name>
    </app>
    <app>
    <fraction_done_exact/>
    <gpu_versions>
    <cpu_usage>1.00</cpu_usage>
    <gpu_usage>0.75</gpu_usage>
    </gpu_versions>
    <max_concurrent>4</max_concurrent>
    <name>mini_collatz</name>
    </app>
    <app>
    <fraction_done_exact/>
    <gpu_versions>
    <cpu_usage>1.00</cpu_usage>
    <gpu_usage>1.00</gpu_usage>
    </gpu_versions>
    <max_concurrent>4</max_concurrent>
    <name>large_collatz</name>
    </app>
    </app_config>



Here's the log scheduling snippet:


    1/22/2015 3:46:22 PM | | [cpu_sched_debug] Request CPU reschedule: periodic CPU scheduling
    1/22/2015 3:46:22 PM | | [cpu_sched_debug] schedule_cpus(): start
    1/22/2015 3:46:22 PM | Collatz Conjecture | [cpu_sched_debug] add to run list: solo_collatz_2393014943811557401715_1649267441664_0 (coprocessor job, FIFO) (prio -0.820975)
    1/22/2015 3:46:22 PM | Collatz Conjecture | [cpu_sched_debug] reserving 1.000000 of coproc NVIDIA
    1/22/2015 3:46:22 PM | PrimeGrid | [cpu_sched_debug] add to run list: genefer_1048576_421768_3 (CPU job, EDF) (prio -1000.081342)
    1/22/2015 3:46:22 PM | Collatz Conjecture | [cpu_sched_debug] add to run list: mini_collatz_2393020438268729894003_103079215104_0 (CPU job, priority order) (prio -0.851499)
    1/22/2015 3:46:22 PM | Collatz Conjecture | [cpu_sched_debug] add to run list: mini_collatz_2393020438062571463795_103079215104_0 (CPU job, priority order) (prio -0.854508)
    1/22/2015 3:46:22 PM | Collatz Conjecture | [cpu_sched_debug] add to run list: mini_collatz_2393020438990284399731_103079215104_0 (CPU job, priority order) (prio -0.857517)
    1/22/2015 3:46:22 PM | | [cpu_sched_debug] enforce_run_list(): start
    1/22/2015 3:46:22 PM | | [cpu_sched_debug] preliminary job list:
    1/22/2015 3:46:22 PM | Collatz Conjecture | [cpu_sched_debug] 0: solo_collatz_2393014943811557401715_1649267441664_0 (MD: no; UTS: yes)
    1/22/2015 3:46:22 PM | PrimeGrid | [cpu_sched_debug] 1: genefer_1048576_421768_3 (MD: yes; UTS: no)
    1/22/2015 3:46:22 PM | Collatz Conjecture | [cpu_sched_debug] 2: mini_collatz_2393020438268729894003_103079215104_0 (MD: no; UTS: yes)
    1/22/2015 3:46:22 PM | Collatz Conjecture | [cpu_sched_debug] 3: mini_collatz_2393020438062571463795_103079215104_0 (MD: no; UTS: yes)
    1/22/2015 3:46:22 PM | Collatz Conjecture | [cpu_sched_debug] 4: mini_collatz_2393020438990284399731_103079215104_0 (MD: no; UTS: yes)
    1/22/2015 3:46:22 PM | | [cpu_sched_debug] final job list:
    1/22/2015 3:46:22 PM | PrimeGrid | [cpu_sched_debug] 0: genefer_1048576_421768_3 (MD: yes; UTS: no)
    1/22/2015 3:46:22 PM | Collatz Conjecture | [cpu_sched_debug] 1: solo_collatz_2393014943811557401715_1649267441664_0 (MD: no; UTS: yes)
    1/22/2015 3:46:22 PM | Collatz Conjecture | [cpu_sched_debug] 2: mini_collatz_2393020438062571463795_103079215104_0 (MD: no; UTS: yes)
    1/22/2015 3:46:22 PM | Collatz Conjecture | [cpu_sched_debug] 3: mini_collatz_2393020438990284399731_103079215104_0 (MD: no; UTS: yes)
    1/22/2015 3:46:22 PM | Collatz Conjecture | [cpu_sched_debug] 4: mini_collatz_2393020438268729894003_103079215104_0 (MD: no; UTS: no)
    1/22/2015 3:46:22 PM | Collatz Conjecture | [coproc] NVIDIA instance 0; 1.000000 pending for solo_collatz_2393014943811557401715_1649267441664_0
    1/22/2015 3:46:22 PM | Collatz Conjecture | [coproc] NVIDIA instance 0: confirming 1.000000 instance for solo_collatz_2393014943811557401715_1649267441664_0
    1/22/2015 3:46:22 PM | PrimeGrid | [cpu_sched_debug] scheduling genefer_1048576_421768_3 (high priority)
    1/22/2015 3:46:22 PM | Collatz Conjecture | [cpu_sched_debug] scheduling solo_collatz_2393014943811557401715_1649267441664_0
    1/22/2015 3:46:22 PM | Collatz Conjecture | [cpu_sched_debug] scheduling mini_collatz_2393020438062571463795_103079215104_0
    1/22/2015 3:46:22 PM | Collatz Conjecture | [cpu_sched_debug] scheduling mini_collatz_2393020438990284399731_103079215104_0
    1/22/2015 3:46:22 PM | Collatz Conjecture | [cpu_sched_debug] scheduling mini_collatz_2393020438268729894003_103079215104_0
    1/22/2015 3:46:22 PM | | [cpu_sched_debug] enforce_run_list: end



Thanks again for the assistance.
--
jon

13) Message boards : BOINC client : BM Not Adhering to app_config.xml Settings for CPU and GPU Usage (Message 59919)
Posted 22 Jan 2015 by Jon Fox
Post:
Thanks, Richard. I'll purge all instances of the tag and try again. Report back shortly.

--
jon
14) Message boards : BOINC client : BM Not Adhering to app_config.xml Settings for CPU and GPU Usage (Message 59916)
Posted 22 Jan 2015 by Jon Fox
Post:
It does not appear that BM is adhering to the cpu_usage and gpu_usage settings stated in the app_config.xml file. I have also created a scenario (136) in the emulator for Collatz WUs as opposed to MilkyWay WUs.

Any suggestions/observations? Thanks in advance.

Environment:
    1/20/2015 8:45:03 AM | | Starting BOINC client version 7.4.36 for windows_x86_64
    1/20/2015 8:45:03 AM | | log flags: file_xfer, sched_ops, task, cpu_sched, unparsed_xml
    1/20/2015 8:45:03 AM | | Libraries: libcurl/7.39.0 OpenSSL/1.0.1j zlib/1.2.8
    1/20/2015 8:45:03 AM | | Data directory: C:\ProgramData\BOINC
    1/20/2015 8:45:03 AM | | CUDA: NVIDIA GPU 0: NVS 4200M (driver version 341.05, CUDA version 6.5, compute capability 2.1, 1024MB, 971MB available, 156 GFLOPS peak)
    1/20/2015 8:45:03 AM | | OpenCL: NVIDIA GPU 0: NVS 4200M (driver version 341.05, device version OpenCL 1.1 CUDA, 1024MB, 971MB available, 156 GFLOPS peak)
    1/20/2015 8:45:03 AM | | OpenCL CPU: Intel(R) Core(TM) i5-2520M CPU @ 2.50GHz (OpenCL driver vendor: Intel(R) Corporation, driver version 3.0.1.15216, device version OpenCL 1.2 (Build 80752))
    1/20/2015 8:45:03 AM | | Processor: 4 GenuineIntel Intel(R) Core(TM) i5-2520M CPU @ 2.50GHz [Family 6 Model 42 Stepping 7]
    1/20/2015 8:45:03 AM | | Processor features: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss htt tm pni ssse3 cx16 sse4_1 sse4_2 popcnt aes syscall nx lm avx vmx smx tm2 pbe
    1/20/2015 8:45:03 AM | | OS: Microsoft Windows 7: Professional x64 Edition, Service Pack 1, (06.01.7601.00)
    1/20/2015 8:45:03 AM | | Memory: 7.89 GB physical, 15.77 GB virtual
    1/20/2015 8:45:03 AM | | Disk: 448.96 GB total, 252.15 GB free
    1/20/2015 8:45:03 AM | | Local time is UTC -6 hours
    1/20/2015 8:45:03 AM | Albert@Home | Found app_config.xml
    1/20/2015 8:45:03 AM | Asteroids@home | Found app_config.xml
    1/20/2015 8:45:03 AM | Collatz Conjecture | Found app_config.xml
    1/20/2015 8:45:03 AM | Einstein@Home | Found app_config.xml
    1/20/2015 8:45:03 AM | Milkyway@Home | Found app_config.xml
    1/20/2015 8:45:03 AM | Moo! Wrapper | Found app_config.xml
    1/20/2015 8:45:03 AM | primaboinca | Found app_config.xml
    1/20/2015 8:45:03 AM | PrimeGrid | Found app_config.xml
    1/20/2015 8:45:03 AM | | Config: report completed tasks immediately
    1/20/2015 8:45:03 AM | | Config: use all coprocessors
    1/20/2015 8:45:03 AM | | Config: event log limit disabled



"app_config.xml" for Milkyway:


    <app_config>
    <app>
    <fraction_done_exact />
    <gpu_versions>
    <cpu_usage>0.20</cpu_usage>
    <gpu_usage>0.50</gpu_usage>
    </gpu_versions>
    <max_concurrent>2</max_concurrent>
    <name>milkyway_separation__modified_fit</name>
    <user_friendly_name>Milkyway@Home Separation (Modified Fit)</user_friendly_name>
    </app>
    <app>
    <fraction_done_exact />
    <gpu_versions>
    <cpu_usage>0.20</cpu_usage>
    <gpu_usage>0.50</gpu_usage>
    </gpu_versions>
    <max_concurrent>2</max_concurrent>
    <name>milkyway_nbody</name>
    <user_friendly_name>MilkyWay@Home N-Body Simulation</user_friendly_name>
    </app>
    <app>
    <fraction_done_exact />
    <gpu_versions>
    <cpu_usage>0.20</cpu_usage>
    <gpu_usage>0.50</gpu_usage>
    </gpu_versions>
    <max_concurrent>2</max_concurrent>
    <name>milkyway</name>
    <user_friendly_name>MilkyWay@Home</user_friendly_name>
    </app>
    </app_config>


Config File Re-read:


    1/22/2015 2:38:31 PM | | Re-reading cc_config.xml
    1/22/2015 2:38:31 PM | | Not using a proxy
    1/22/2015 2:38:31 PM | | Config: report completed tasks immediately
    1/22/2015 2:38:31 PM | | Config: use all coprocessors
    1/22/2015 2:38:31 PM | | Config: event log limit disabled
    1/22/2015 2:38:31 PM | | log flags: file_xfer, sched_ops, task, coproc_debug, cpu_sched, cpu_sched_debug
    1/22/2015 2:38:31 PM | | log flags: statefile_debug, unparsed_xml, work_fetch_debug
    1/22/2015 2:38:31 PM | Albert@Home | Found app_config.xml
    1/22/2015 2:38:31 PM | Einstein@Home | Found app_config.xml
    1/22/2015 2:38:31 PM | Asteroids@home | Found app_config.xml
    1/22/2015 2:38:31 PM | Collatz Conjecture | Found app_config.xml
    1/22/2015 2:38:31 PM | Milkyway@Home | Found app_config.xml
    1/22/2015 2:38:31 PM | Moo! Wrapper | Found app_config.xml
    1/22/2015 2:38:31 PM | primaboinca | Found app_config.xml
    1/22/2015 2:38:31 PM | PrimeGrid | Found app_config.xml


"cpu_sched and coproc" debug:

    1/22/2015 2:39:32 PM | | [cpu_sched_debug] Request CPU reschedule: periodic CPU scheduling
    1/22/2015 2:39:32 PM | | [cpu_sched_debug] schedule_cpus(): start
    1/22/2015 2:39:32 PM | Milkyway@Home | [cpu_sched_debug] add to run list: de_modfit_fast_15_3s_136_narrow2_2_1413455402_28306712_0 (coprocessor job, FIFO) (prio 0.000000)
    1/22/2015 2:39:32 PM | Milkyway@Home | [cpu_sched_debug] reserving 1.000000 of coproc NVIDIA
    1/22/2015 2:39:32 PM | PrimeGrid | [cpu_sched_debug] add to run list: genefer_1048576_421768_3 (CPU job, EDF) (prio 0.000000)
    1/22/2015 2:39:32 PM | Moo! Wrapper | [cpu_sched_debug] add to run list: dnetc_r72_1421936572_9_9_0 (CPU job, priority order) (prio 0.000000)
    1/22/2015 2:39:32 PM | primaboinca | [cpu_sched_debug] add to run list: uc_1421654515_1036988121219_0 (CPU job, priority order) (prio 0.000000)
    1/22/2015 2:39:32 PM | Moo! Wrapper | [cpu_sched_debug] add to run list: dnetc_r72_1421945189_9_9_0 (CPU job, priority order) (prio -1000.325290)
    1/22/2015 2:39:32 PM | | [cpu_sched_debug] enforce_run_list(): start
    1/22/2015 2:39:32 PM | | [cpu_sched_debug] preliminary job list:
    1/22/2015 2:39:32 PM | Milkyway@Home | [cpu_sched_debug] 0: de_modfit_fast_15_3s_136_narrow2_2_1413455402_28306712_0 (MD: no; UTS: yes)
    1/22/2015 2:39:32 PM | PrimeGrid | [cpu_sched_debug] 1: genefer_1048576_421768_3 (MD: yes; UTS: no)
    1/22/2015 2:39:32 PM | Moo! Wrapper | [cpu_sched_debug] 2: dnetc_r72_1421936572_9_9_0 (MD: no; UTS: no)
    1/22/2015 2:39:32 PM | primaboinca | [cpu_sched_debug] 3: uc_1421654515_1036988121219_0 (MD: no; UTS: no)
    1/22/2015 2:39:32 PM | Moo! Wrapper | [cpu_sched_debug] 4: dnetc_r72_1421945189_9_9_0 (MD: no; UTS: yes)
    1/22/2015 2:39:32 PM | | [cpu_sched_debug] final job list:
    1/22/2015 2:39:32 PM | PrimeGrid | [cpu_sched_debug] 0: genefer_1048576_421768_3 (MD: yes; UTS: no)
    1/22/2015 2:39:32 PM | Milkyway@Home | [cpu_sched_debug] 1: de_modfit_fast_15_3s_136_narrow2_2_1413455402_28306712_0 (MD: no; UTS: yes)
    1/22/2015 2:39:32 PM | Moo! Wrapper | [cpu_sched_debug] 2: dnetc_r72_1421945189_9_9_0 (MD: no; UTS: yes)
    1/22/2015 2:39:32 PM | Moo! Wrapper | [cpu_sched_debug] 3: dnetc_r72_1421936572_9_9_0 (MD: no; UTS: no)
    1/22/2015 2:39:32 PM | primaboinca | [cpu_sched_debug] 4: uc_1421654515_1036988121219_0 (MD: no; UTS: no)
    1/22/2015 2:39:32 PM | Milkyway@Home | [coproc] NVIDIA instance 0; 1.000000 pending for de_modfit_fast_15_3s_136_narrow2_2_1413455402_28306712_0
    1/22/2015 2:39:32 PM | Milkyway@Home | [coproc] NVIDIA instance 0: confirming 1.000000 instance for de_modfit_fast_15_3s_136_narrow2_2_1413455402_28306712_0
    1/22/2015 2:39:32 PM | PrimeGrid | [cpu_sched_debug] scheduling genefer_1048576_421768_3 (high priority)
    1/22/2015 2:39:32 PM | Milkyway@Home | [cpu_sched_debug] scheduling de_modfit_fast_15_3s_136_narrow2_2_1413455402_28306712_0
    1/22/2015 2:39:32 PM | Moo! Wrapper | [cpu_sched_debug] scheduling dnetc_r72_1421945189_9_9_0
    1/22/2015 2:39:32 PM | Moo! Wrapper | [cpu_sched_debug] scheduling dnetc_r72_1421936572_9_9_0
    1/22/2015 2:39:32 PM | primaboinca | [cpu_sched_debug] scheduling uc_1421654515_1036988121219_0
    1/22/2015 2:39:32 PM | | [cpu_sched_debug] enforce_run_list: end



--
jon

15) Message boards : Questions and problems : "Use GPU when the computer is used" not working anymore (Message 59659)
Posted 14 Jan 2015 by Jon Fox
Post:
This may (or may not) be related but I just submitted a scenario to the simulator where since upgrading to 7.4.36 I been unable to get the client to enforce the wu preferences/definitions set in app_config.xml. I have been using the app_config file to reserve a full cpu for the collatz gpu wu (solo_collatz) -- effectively running three (3) cpu wu's on a hyperthreaded two cpu processor with the remaining cpu reserved for usage by the gpu wu.

"Read config files", when invoked, reports "found app_config.xml" with no errors (I've also turned on the "unparsed xml" log flag which is not reporting anything to the log).

--
jon
16) Message boards : BOINC client : OS X 6.13.10 Testing (Message 41236)
Posted 20 Nov 2011 by Jon Fox
Post:
Update:

Changed the running environment to no longer leave the core client and event log windows open (closed event log and minimized core client). While the memory usage continues to grow over time (days), it does not dramatically increase above 1GB in a matter of 3-4 days. In fact, it ran minimized for ten days -- increasing memory usage from a start-up amount of ~32MB to an ending/shutdown amount of ~350MB.

After upgrading to the 6.13.12 core client: I also did some monitoring of CPU utilization with and without the Event Log window open. It appears that the Event Log is the largest factor in CPU usage. With the primary and Event Log windows open, I continue to see 3-4% CPU utilization. Closing the Event Log window reduces the CPU utilization to <0.5%.


--
Jon
17) Message boards : BOINC client : OS X 6.13.10 Testing (Message 41104)
Posted 10 Nov 2011 by Jon Fox
Post:
Small addendum to previous post:

I looked at stderrdae.txt and stderrgui.txt for memory related error messages. Found this in stderrgui.txt:


2011-10-20 22:22:33.653 BOINCManager[163:b07] CFURLCreateWithString was passed this invalid URL string: '/System/Library/CoreServices/CommonCocoaPanels.bundle' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateWithFileSystemPath or CFURLCreateWithFileSystemPathRelativeToBase should be used instead.
SIGPIPE: write on a pipe with no reader
2011-10-29 08:46:55.328 BOINCManager[13908:b07] CFURLCreateWithString was passed this invalid URL string: '/System/Library/CoreServices/CommonCocoaPanels.bundle' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateWithFileSystemPath or CFURLCreateWithFileSystemPathRelativeToBase should be used instead.
2011-10-31 22:25:39.841 BOINCManager[166:b07] CFURLCreateWithString was passed this invalid URL string: '/System/Library/CoreServices/CommonCocoaPanels.bundle' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateWithFileSystemPath or CFURLCreateWithFileSystemPathRelativeToBase should be used instead.
BOINCManager(166,0xb0289000) malloc: *** mmap(size=16777216) failed (error code=12)
*** error: can't allocate region
*** set a breakpoint in malloc_error_break to debug
BOINCManager(166,0xb0289000) malloc: *** mmap(size=16777216) failed (error code=12)
*** error: can't allocate region
*** set a breakpoint in malloc_error_break to debug
ERROR: realloc() failed in MFILE::puts()
2011-11-03 20:24:16.896 BOINCManager[171:b07] CFURLCreateWithString was passed this invalid URL string: '/System/Library/CoreServices/CommonCocoaPanels.bundle' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateWithFileSystemPath or CFURLCreateWithFileSystemPathRelativeToBase should be used instead.
BOINCManager(171,0xb0103000) malloc: *** mmap(size=16777216) failed (error code=12)
*** error: can't allocate region
*** set a breakpoint in malloc_error_break to debug
BOINCManager(171,0xb0103000) malloc: *** mmap(size=16777216) failed (error code=12)
*** error: can't allocate region
*** set a breakpoint in malloc_error_break to debug
ERROR: realloc() failed in MFILE::puts()
SIGBUS: bus error

Crashed executable name: BOINCManager
built using BOINC library version 6.13.10
Machine type Intel 80486 (32-bit executable)
System version: Macintosh OS 10.7.2 build 11C74
Sun Nov 6 16:01:53 2011

BOINCManager(763,0xb0103000) malloc: *** mmap(size=16777216) failed (error code=12)
*** error: can't allocate region
*** set a breakpoint in malloc_error_break to debug
BOINCManager(763,0xb0103000) malloc: *** mmap(size=16777216) failed (error code=12)
*** error: can't allocate region
*** set a breakpoint in malloc_error_break to debug
ERROR: realloc() failed in MFILE::puts()


--
Jon
18) Message boards : BOINC client : OS X 6.13.10 Testing (Message 41102)
Posted 9 Nov 2011 by Jon Fox
Post:
Will do, Jord.

The behavior has been both consistent and reproducible. In fact, the client appears to have died today and I've seen similar terminations of this version since the initial install. I'll try to find some time to research the logs and post them as part of this thread.

Thanks,
Jon
19) Message boards : BOINC client : OS X 6.13.10 Testing (Message 41077)
Posted 9 Nov 2011 by Jon Fox
Post:
Jord, uploaded per your request -- BCE ID #32.

Please let me know if you need anything else.

Thanks.
Jon
20) Message boards : BOINC client : OS X 6.13.10 Testing (Message 41069)
Posted 8 Nov 2011 by Jon Fox
Post:
Just an update.

The core client is running at a steady state of >3.0% cpu and >1.05GB memory (Notices tab and Event Log window open). The client started at 18:10:21 CST on 7 November 2011.

Jon


Next 20

Copyright © 2024 University of California.
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation.