+- +-
Say hello if visiting :) by Gecko
11 Jan 2023, 07:43:05 pm

Seti is down again by Mike
09 Aug 2017, 10:02:44 am

Some considerations regarding OpenCL MultiBeam app tuning from algorithm view by Raistmer
11 Dec 2016, 06:30:56 am

Loading APU to the limit: performance considerations by Mike
05 Nov 2016, 06:49:26 am

Better sleep on Windows - new round by Raistmer
26 Aug 2016, 02:02:31 pm

Author Topic: VBscript Fights Cuda  (Read 49530 times)

Offline Raistmer

  • Working Code Wizard
  • Volunteer Developer
  • Knight who says 'Ni!'
  • *****
  • Posts: 14349
Re: VBscript Fights Cuda
« Reply #30 on: 14 Jan 2009, 10:36:34 am »
[offtopic]
i hate when i update to new version and had a BUGG

Well, it's just reality of life...
Yesterday I installed some software on sister's PC and updated FlashPlayer to 10 version. And after that fullscreen flash video started to freez for every few seconds of play.
So I spend about half hour to find where I can get older flash version - found some "debug build for developers " on Adobe site... Now all work fine as before.

So, even so BIG and FAT corporations as Adobe release CRAP - be patient to independent developers who even not earn any money for their work
[/offtopic]

Archangel999

  • Guest
Re: VBscript Fights Cuda
« Reply #31 on: 14 Jan 2009, 11:50:20 am »
C:\Program Files\boinc\1\projects\setiathome.berkeley.edu

Maik

  • Guest
Re: VBscript Fights Cuda
« Reply #32 on: 14 Jan 2009, 12:27:05 pm »
I cant find a error atm.
Would pls start the script and make a copy from commandline output and PM me that.
To do a copy right-click into cmd-window, choose mark, mark all, press return -> text is now in buffer

Edit: The error occured in a part of the script which handles the copy of crashed wu's.
 If you dont need it just delete the -sam in the *.cmd-file. Otherwise send me the PM.
« Last Edit: 14 Jan 2009, 02:35:28 pm by Maik »

Offline Jason G

  • Construction Fraggle
  • Knight who says 'Ni!'
  • *****
  • Posts: 8980
Re: VBscript Fights Cuda
« Reply #33 on: 15 Jan 2009, 05:21:53 am »
I get this:

Quote
1/15/2009 8:49:29 PM > log-file handling successful
1/15/2009 8:49:29 PM > wu-file-handling successful
1/15/2009 8:49:29 PM >
1/15/2009 8:49:29 PM > --running-----------------
1/15/2009 8:49:29 PM > logFile: cuda_log_0_1152009.txt
1/15/2009 8:49:29 PM > maxLogFileSize set to: 50000 bytes
1/15/2009 8:49:32 PM >
1/15/2009 8:49:32 PM > -watching new task: ap_0
C:\cuda_log_043_with_bugfix\cuda_log_043.vbs(578, 2) Microsoft VBScript runtime
error: File not found

Any idea? i thought this file is running. [Solved with a machine restart]
« Last Edit: 15 Jan 2009, 05:33:01 am by Jason G »

Maik

  • Guest
Re: VBscript Fights Cuda
« Reply #34 on: 15 Jan 2009, 05:41:05 am »
did you set the settings ins cuda_log.ini ?

Offline Jason G

  • Construction Fraggle
  • Knight who says 'Ni!'
  • *****
  • Posts: 8980
Re: VBscript Fights Cuda
« Reply #35 on: 15 Jan 2009, 05:43:11 am »
Yep all was configured, and working now.  It seems if you accidentally close the window the wrong way, with X instead of CTRL-C, the .vbs file can remain locked until reboot, So a restart fixed it and it appears to be working.

Maik

  • Guest
Re: VBscript Fights Cuda
« Reply #36 on: 15 Jan 2009, 05:45:20 am »
Yep all was configured, and working now.  It seems if you accidentally close the window the wrong way, with X instead of CTRL-C, the .vbs file can remain locked until reboot, So a restart fixed it and it appears to be working.
If that happen open WindowsTaskManger and kill the cscript.exe. Then you dont need to reboot ;)

Offline Jason G

  • Construction Fraggle
  • Knight who says 'Ni!'
  • *****
  • Posts: 8980
Re: VBscript Fights Cuda
« Reply #37 on: 15 Jan 2009, 05:45:43 am »
Ah, gotcha.

Leopoldo

  • Guest
Re: VBscript Fights Cuda
« Reply #38 on: 16 Jan 2009, 03:15:47 pm »
Hello!

Maik, may I ask for script change due to Raistmer's V6 now not aborting but processing VLAR WUs and for that WUs crunching time is much more long. And, that is MUCH more important for script, often V6 app running at 0% (at Windows Task Manager) for up to minute at which time GPU seems very busy (many screen lags) and then app returns to several percents and job completion in BOINC Manager adds about 0.002%. Due to that Task Manager's 0% script restarts such VLAR job many times :(

For example, my first completed VLAR: http://setiathome.berkeley.edu/result.php?resultid=1123579237
After each restart BM's percentage drops near to 2%, and 28 seconds after rises to about 30%, 40%, 50% etc.

Due to difference in comparison my result from CPU-wingman's result I will revert to V5b for now...
« Last Edit: 16 Jan 2009, 03:39:22 pm by Leopoldo »

Maik

  • Guest
Re: VBscript Fights Cuda
« Reply #39 on: 16 Jan 2009, 07:08:26 pm »
Hello!

Maik, may I ask for script change due to Raistmer's V6 now not aborting but processing VLAR WUs and for that WUs crunching time is much more long. And, that is MUCH more important for script, often V6 app running at 0% (at Windows Task Manager) for up to minute at which time GPU seems very busy (many screen lags) and then app returns to several percents and job completion in BOINC Manager adds about 0.002%. Due to that Task Manager's 0% script restarts such VLAR job many times :(

I'll try to write a mod.

Maik

  • Guest
Re: VBscript Fights Cuda
« Reply #40 on: 16 Jan 2009, 07:47:51 pm »
here you go ...
 -> check last section in cuda_log.ini

external link


edit: removed file->new version
« Last Edit: 17 Jan 2009, 04:25:28 pm by Maik »

Leopoldo

  • Guest
Re: VBscript Fights Cuda
« Reply #41 on: 16 Jan 2009, 08:05:29 pm »
here you go ...
 -> check last section in cuda_log.ini

Ok, thanks!

Zoran Kirsic

  • Guest
Re: VBscript Fights Cuda
« Reply #42 on: 16 Jan 2009, 08:46:09 pm »
I installed Raistmer_s_opt_package_V6 and run script and this came out: I have to abort the WU.

17/01/2009 00:41:42||Starting BOINC client version 6.4.5 for windows_intelx86
17/01/2009 00:41:42||log flags: task, file_xfer, sched_ops
17/01/2009 00:41:42||Libraries: libcurl/7.19.0 OpenSSL/0.9.8i zlib/1.2.3
17/01/2009 00:41:42||Data directory: C:\Documents and Settings\All Users\Application Data\BOINC
17/01/2009 00:41:42||Running under account Zoran
17/01/2009 00:41:42|SETI@home|Found app_info.xml; using anonymous platform
17/01/2009 00:41:42||Processor: 2 AuthenticAMD AMD Athlon(tm) 64 X2 Dual Core Processor 6000+ [x86 Family 15 Model 67 Stepping 3]
17/01/2009 00:41:42||Processor features: fpu tsc pae nx sse sse2 3dnow mmx
17/01/2009 00:41:42||OS: Microsoft Windows XP: Professional x86 Editon, Service Pack 2, (05.01.2600.00)
17/01/2009 00:41:42||Memory: 2.00 GB physical, 3.85 GB virtual
17/01/2009 00:41:42||Disk: 21.62 GB total, 2.22 GB free
17/01/2009 00:41:42||Local time is UTC +1 hours
17/01/2009 00:41:42||Not using a proxy
17/01/2009 00:41:42||CUDA devices found
17/01/2009 00:41:42||Coprocessor: GeForce 8600 GT (1)
17/01/2009 00:41:42|Project TANPAKU|URL: http://issofty17.is.noda.tus.ac.jp/; Computer ID: 51085; location: home; project prefs: default
17/01/2009 00:41:42|SETI@home|URL: http://setiathome.berkeley.edu/; Computer ID: 4234493; location: home; project prefs: home
17/01/2009 00:41:42|PrimeGrid|URL: http://www.primegrid.com/; Computer ID: 89846; location: (none); project prefs: default
17/01/2009 00:41:42|World Community Grid|URL: http://www.worldcommunitygrid.org/; Computer ID: 782092; location: home; project prefs: home
17/01/2009 00:41:42||General prefs: from PrimeGrid (last modified 16-Jan-2009 12:49:35)
17/01/2009 00:41:42||Host location: none
17/01/2009 00:41:42||General prefs: using your defaults
17/01/2009 00:41:42||Reading preferences override file
17/01/2009 00:41:42||Preferences limit memory usage when active to 1023.21MB
17/01/2009 00:41:42||Preferences limit memory usage when idle to 1841.78MB
17/01/2009 00:41:42||Preferences limit disk usage to 0.50GB
17/01/2009 00:41:42||Preferences limit # CPUs to 3
17/01/2009 00:41:42||Suspending computation - initial delay
17/01/2009 00:41:42||Suspending network activity - user request
17/01/2009 00:42:03|SETI@home|Starting 08no08aa.2628.2936.10.8.90_0
17/01/2009 00:42:03|SETI@home|Starting task 08no08aa.2628.2936.10.8.90_0 using setiathome_enhanced version 607
17/01/2009 02:11:42|SETI@home|Task 08no08aa.2628.2936.10.8.90_0 exited with zero status but no 'finished' file
17/01/2009 02:11:42|SETI@home|If this happens repeatedly you may need to reset the project.
17/01/2009 02:11:42|SETI@home|Restarting task 08no08aa.2628.2936.10.8.90_0 using setiathome_enhanced version 607
17/01/2009 02:20:50|SETI@home|Task 08no08aa.2628.2936.10.8.90_0 exited with zero status but no 'finished' file
17/01/2009 02:20:50|SETI@home|If this happens repeatedly you may need to reset the project.
17/01/2009 02:20:51|SETI@home|Restarting task 08no08aa.2628.2936.10.8.90_0 using setiathome_enhanced version 607
17/01/2009 02:24:28|SETI@home|Task 08no08aa.2628.2936.10.8.90_0 exited with zero status but no 'finished' file
17/01/2009 02:24:28|SETI@home|If this happens repeatedly you may need to reset the project.
17/01/2009 02:24:28|SETI@home|Restarting task 08no08aa.2628.2936.10.8.90_0 using setiathome_enhanced version 607
17/01/2009 02:28:50|SETI@home|Task 08no08aa.2628.2936.10.8.90_0 exited with zero status but no 'finished' file
17/01/2009 02:28:50|SETI@home|If this happens repeatedly you may need to reset the project.
17/01/2009 02:28:50|SETI@home|Restarting task 08no08aa.2628.2936.10.8.90_0 using setiathome_enhanced version 607
17/01/2009 02:30:42|SETI@home|Computation for task 08no08aa.2628.2936.10.8.90_0 finished
17/01/2009 02:30:42|SETI@home|Starting 08no08aa.2628.2936.10.8.40_1
17/01/2009 02:30:42|SETI@home|Starting task 08no08aa.2628.2936.10.8.40_1 using setiathome_enhanced version 607
17/01/2009 02:34:38|SETI@home|Computation for task 08no08aa.2628.2936.10.8.40_1 finished
17/01/2009 02:36:20||Resuming network activity
17/01/2009 02:36:20|SETI@home|Sending scheduler request: Requested by user.  Requesting 0 seconds of work, reporting 2 completed tasks
17/01/2009 02:36:25|SETI@home|Scheduler request completed: got 0 new tasks


And CUDA_log



starting script ...
17.01.2009 1:57:45 > ============================================
17.01.2009 1:57:45 > = WU / Cuda watch script by Maik v0.44     =
17.01.2009 1:57:45 > =    maybe not working on Win 95/98/NT     =
17.01.2009 1:57:45 > =     written&tested at WinXPPRo SP3       =
17.01.2009 1:57:45 > =        with Windows Script 5.7           =
17.01.2009 1:57:45 > ============================================
17.01.2009 1:57:45 > =    option on: print to cmd-window        =
17.01.2009 1:57:45 > =    option on: copy crashed WU            =
17.01.2009 1:57:45 > ============================================
17.01.2009 1:57:45 > 
17.01.2009 1:57:45 > ini: appName > MB_6.08a_mod_VLAR_fix_CUDA.exe
17.01.2009 1:57:45 > ini: logFileName > cuda_log
17.01.2009 1:57:45 > ini: maxLogFileSize > 50000
17.01.2009 1:57:45 > ini: setiPath > D:\boinc_data\projects\setiathome.berkeley.edu\
17.01.2009 1:57:45 > ini: sspp > D:\boinc_data\KWSN Knabench 1.43\TestWUs\Reserve\
17.01.2009 1:57:45 > ini: appMinRunTime > 120
17.01.2009 1:57:45 > ini: showId > 1
17.01.2009 1:57:45 > ini: showName > 0
17.01.2009 1:57:45 > ini: showUsage > 1
17.01.2009 1:57:45 > ini: showRuntime > 1
17.01.2009 1:57:45 > ini: showARWarning > 1
17.01.2009 1:57:45 > ini: BreakPerCycle > 12
17.01.2009 1:57:45 > 
17.01.2009 1:57:45 > testing folder ...
17.01.2009 1:57:45 > debug:
17.01.2009 1:57:45 > D:\boinc_data\projects\setiathome.berkeley.edu\
17.01.2009 1:57:45 > ... folder not found!
17.01.2009 1:57:45 > no Boinc directory set, process-watching only
17.01.2009 1:57:45 > 
17.01.2009 1:57:45 > log-file handling successful
17.01.2009 1:57:45 > wu-file-handling turned off
17.01.2009 1:57:45 > 
end of startup ...
17.01.2009 1:57:45 > logFile: cuda_log_0_17012009.txt
17.01.2009 1:57:45 > maxLogFileSize set to: 50000 bytes
17.01.2009 1:57:45 > --running-----------------
17.01.2009 1:57:48 > 
17.01.2009 1:58:04 > ID: 3112 0%, running: 16s
17.01.2009 1:58:04 > MB_6.08a_mod_VLAR_fix_CUDA.exe at 0% (1. time)
17.01.2009 1:58:21 > ID: 3112 1%, running: 33s
17.01.2009 1:58:21 > resetting counter
17.01.2009 1:58:38 > ID: 3112 0%, running: 49s
17.01.2009 1:58:38 > MB_6.08a_mod_VLAR_fix_CUDA.exe at 0% (1. time)
17.01.2009 1:58:54 > ID: 3112 0%, running: 66s
17.01.2009 1:58:54 > MB_6.08a_mod_VLAR_fix_CUDA.exe at 0% (2. time)
17.01.2009 1:59:10 > ID: 3112 1%, running: 82s
17.01.2009 1:59:10 > resetting counter
17.01.2009 1:59:25 > ID: 3112 1%, running: 97s
17.01.2009 1:59:41 > ID: 3112 1%, running: 113s
17.01.2009 1:59:56 > ID: 3112 0%, running: 128s
17.01.2009 1:59:57 > MB_6.08a_mod_VLAR_fix_CUDA.exe at 0% (1. time)
17.01.2009 2:00:13 > ID: 3112 0%, running: 145s
17.01.2009 2:00:13 > MB_6.08a_mod_VLAR_fix_CUDA.exe at 0% (2. time)
17.01.2009 2:00:28 > ID: 3112 1%, running: 160s
17.01.2009 2:00:28 > resetting counter
17.01.2009 2:00:44 > ID: 3112 0%, running: 176s
17.01.2009 2:00:44 > MB_6.08a_mod_VLAR_fix_CUDA.exe at 0% (1. time)
17.01.2009 2:01:00 > ID: 3112 1%, running: 192s
17.01.2009 2:01:00 > resetting counter
17.01.2009 2:01:16 > ID: 3112 0%, running: 208s
17.01.2009 2:01:16 > MB_6.08a_mod_VLAR_fix_CUDA.exe at 0% (1. time)
17.01.2009 2:01:31 > ID: 3112 0%, running: 223s
17.01.2009 2:01:31 > MB_6.08a_mod_VLAR_fix_CUDA.exe at 0% (2. time)
starting script ...
17.01.2009 2:05:50 > ============================================
17.01.2009 2:05:50 > = WU / Cuda watch script by Maik v0.44     =
17.01.2009 2:05:50 > =    maybe not working on Win 95/98/NT     =
17.01.2009 2:05:50 > =     written&tested at WinXPPRo SP3       =
17.01.2009 2:05:50 > =        with Windows Script 5.7           =
17.01.2009 2:05:50 > ============================================
17.01.2009 2:05:50 > =    option on: print to cmd-window        =
17.01.2009 2:05:50 > =    option on: copy crashed WU            =
17.01.2009 2:05:50 > ============================================
17.01.2009 2:05:50 > 
17.01.2009 2:05:50 > ini: appName > MB_6.08a_mod_VLAR_fix_CUDA.exe
17.01.2009 2:05:50 > ini: logFileName > cuda_log
17.01.2009 2:05:50 > ini: maxLogFileSize > 50000
17.01.2009 2:05:50 > ini: setiPath > C:\Documents and Settings\All Users\Application Data\BOINC\projects\setiathome.berkeley.edu\
17.01.2009 2:05:50 > ini: sspp > D:\boinc_data\KWSN Knabench 1.43\TestWUs\Reserve\
17.01.2009 2:05:50 > ini: appMinRunTime > 120
17.01.2009 2:05:50 > ini: showId > 1
17.01.2009 2:05:50 > ini: showName > 0
17.01.2009 2:05:50 > ini: showUsage > 1
17.01.2009 2:05:50 > ini: showRuntime > 1
17.01.2009 2:05:50 > ini: showARWarning > 1
17.01.2009 2:05:50 > ini: BreakPerCycle > 12
17.01.2009 2:05:50 > 
17.01.2009 2:05:50 > testing folder ...
17.01.2009 2:05:50 > C:\Documents and Settings\All Users\Application Data\BOINC\projects\setiathome.berkeley.edu\
17.01.2009 2:05:50 > ... folder found
17.01.2009 2:05:50 > 
17.01.2009 2:05:50 > testing folder ...
17.01.2009 2:05:50 > debug:
17.01.2009 2:05:50 > D:\boinc_data\KWSN Knabench 1.43\TestWUs\Reserve\
17.01.2009 2:05:50 > ... folder not found!
17.01.2009 2:05:50 > no stand alone directory set, process/WU-watching only
17.01.2009 2:05:50 > 
17.01.2009 2:05:50 > log-file handling successful
17.01.2009 2:05:50 > wu-file-handling turned off
17.01.2009 2:05:50 > 
end of startup ...
17.01.2009 2:05:50 > logFile: cuda_log_0_17012009.txt
17.01.2009 2:05:50 > maxLogFileSize set to: 50000 bytes
17.01.2009 2:05:50 > --running-----------------
17.01.2009 2:05:54 > 
17.01.2009 2:05:54 > -watching new task: 08no08aa.2628.2936.10.8.90_0
17.01.2009 2:05:54 > -true angle range: 0.0093754101446022
17.01.2009 2:05:54 > 
17.01.2009 2:05:54 > =========================================
17.01.2009 2:05:54 > --Warning: Very Low Angle Range detected!
17.01.2009 2:05:54 > --Warning: Very Low Angle Range detected!
17.01.2009 2:05:54 > =========================================
17.01.2009 2:05:54 > 
17.01.2009 2:05:54 > MB_6.08a_mod_VLAR_fix_CUDA.exe at 0% (1. time)
17.01.2009 2:06:09 > ID: 3112 0%, running: 15s
17.01.2009 2:06:10 > MB_6.08a_mod_VLAR_fix_CUDA.exe at 0% (2. time)
17.01.2009 2:06:25 > ID: 3112 0%, running: 31s
17.01.2009 2:06:25 > MB_6.08a_mod_VLAR_fix_CUDA.exe at 0% (3. time)
17.01.2009 2:06:41 > ID: 3112 0%, running: 47s
17.01.2009 2:06:41 > MB_6.08a_mod_VLAR_fix_CUDA.exe at 0% (4. time)
17.01.2009 2:06:41 > ...
17.01.2009 2:06:41 > ...process security routine is running
17.01.2009 2:06:41 > ...last process terminating was only 51 sec ago
17.01.2009 2:06:41 > ...this ist the 1. time in a row
17.01.2009 2:06:41 > ...
17.01.2009 2:06:41 > ... - ckeck your driver
17.01.2009 2:06:41 > ... |- maybe do a reboot
17.01.2009 2:06:41 > ... - ckeck the angle range
17.01.2009 2:06:41 > ... |- maybe abort the task
17.01.2009 2:06:41 > ...
17.01.2009 2:06:41 > ... forced script timeout 5 min
17.01.2009 2:11:41 > 
17.01.2009 2:11:41 > ! terminating process MB_6.08a_mod_VLAR_fix_CUDA.exe
17.01.2009 2:11:41 > ! - crashed WU-file: 08no08aa.2628.2936.10.8.90_0
17.01.2009 2:11:41 >  --- > RunningTime: 47 --- MinRunTime: 120
17.01.2009 2:11:41 > 
17.01.2009 2:11:41 > trying to copy wu
17.01.2009 2:11:41 > File: 08no08aa.2628.2936.10.8.90.wu copied ...
17.01.2009 2:11:41 > --> trying copy of stderr ...
17.01.2009 2:11:41 > --> WU_copy_log.txt found
17.01.2009 2:11:41 > --> client_state.xml found
17.01.2009 2:11:57 > 
17.01.2009 2:11:57 > -watching new task: 08no08aa.2628.2936.10.8.90_0
17.01.2009 2:11:57 > -true angle range: 0.0093754101446022
17.01.2009 2:11:57 > 
17.01.2009 2:11:57 > =========================================
17.01.2009 2:11:57 > --Warning: Very Low Angle Range detected!
17.01.2009 2:11:57 > --Warning: Very Low Angle Range detected!
17.01.2009 2:11:57 > =========================================
17.01.2009 2:11:57 > 
17.01.2009 2:12:14 > ID: 6016 0%, running: 17s
17.01.2009 2:12:14 > MB_6.08a_mod_VLAR_fix_CUDA.exe at 0% (1. time)
17.01.2009 2:12:29 > ID: 6016 0%, running: 32s
17.01.2009 2:12:29 > MB_6.08a_mod_VLAR_fix_CUDA.exe at 0% (2. time)
17.01.2009 2:12:45 > ID: 6016 0%, running: 48s
17.01.2009 2:12:45 > MB_6.08a_mod_VLAR_fix_CUDA.exe at 0% (3. time)
17.01.2009 2:13:01 > ID: 6016 0%, running: 64s
17.01.2009 2:13:01 > MB_6.08a_mod_VLAR_fix_CUDA.exe at 0% (4. time)
17.01.2009 2:13:01 > ...
17.01.2009 2:13:01 > ...process security routine is running
17.01.2009 2:13:01 > ...last process terminating was only 80 sec ago
17.01.2009 2:13:01 > ...this ist the 2. time in a row
17.01.2009 2:13:01 > ...
17.01.2009 2:13:01 > ... - ckeck your driver
17.01.2009 2:13:01 > ... |- maybe do a reboot
17.01.2009 2:13:01 > ... - ckeck the angle range
17.01.2009 2:13:01 > ... |- maybe abort the task
17.01.2009 2:13:01 > ...
17.01.2009 2:13:01 > ... forced script timeout 30 min
starting script ...
17.01.2009 2:14:12 > ============================================
17.01.2009 2:14:12 > = WU / Cuda watch script by Maik v0.44     =
17.01.2009 2:14:12 > =    maybe not working on Win 95/98/NT     =
17.01.2009 2:14:12 > =     written&tested at WinXPPRo SP3       =
17.01.2009 2:14:12 > =        with Windows Script 5.7           =
17.01.2009 2:14:12 > ============================================
17.01.2009 2:14:12 > =    option on: print to cmd-window        =
17.01.2009 2:14:12 > =    option on: copy crashed WU            =
17.01.2009 2:14:12 > ============================================
17.01.2009 2:14:12 > 
17.01.2009 2:14:12 > ini: appName > MB_6.08a_mod_VLAR_fix_CUDA.exe
17.01.2009 2:14:12 > ini: logFileName > cuda_log
17.01.2009 2:14:12 > ini: maxLogFileSize > 50000
17.01.2009 2:14:12 > ini: setiPath > C:\Documents and Settings\All Users\Application Data\BOINC\projects\setiathome.berkeley.edu\
17.01.2009 2:14:12 > ini: sspp > C:\Documents and Settings\Zoran\Desktop\cuda_log_044\copy\
17.01.2009 2:14:12 > ini: appMinRunTime > 120
17.01.2009 2:14:12 > ini: showId > 1
17.01.2009 2:14:12 > ini: showName > 0
17.01.2009 2:14:12 > ini: showUsage > 1
17.01.2009 2:14:12 > ini: showRuntime > 1
17.01.2009 2:14:12 > ini: showARWarning > 1
17.01.2009 2:14:12 > ini: BreakPerCycle > 12
17.01.2009 2:14:12 > 
17.01.2009 2:14:12 > testing folder ...
17.01.2009 2:14:12 > C:\Documents and Settings\All Users\Application Data\BOINC\projects\setiathome.berkeley.edu\
17.01.2009 2:14:12 > ... folder found
17.01.2009 2:14:12 > 
17.01.2009 2:14:12 > testing folder ...
17.01.2009 2:14:12 > C:\Documents and Settings\Zoran\Desktop\cuda_log_044\copy\
17.01.2009 2:14:12 > ... folder found
17.01.2009 2:14:12 > 
17.01.2009 2:14:12 > log-file handling successful
17.01.2009 2:14:12 > wu-file-handling successful
17.01.2009 2:14:12 > 
end of startup ...
17.01.2009 2:14:12 > logFile: cuda_log_0_17012009.txt
17.01.2009 2:14:12 > maxLogFileSize set to: 50000 bytes
17.01.2009 2:14:12 > --running-----------------
17.01.2009 2:14:16 > 
17.01.2009 2:14:16 > -watching new task: 08no08aa.2628.2936.10.8.90_0
17.01.2009 2:14:16 > -true angle range: 0.0093754101446022
17.01.2009 2:14:16 > 
17.01.2009 2:14:16 > =========================================
17.01.2009 2:14:16 > --Warning: Very Low Angle Range detected!
17.01.2009 2:14:16 > --Warning: Very Low Angle Range detected!
17.01.2009 2:14:16 > =========================================
17.01.2009 2:14:16 > 
17.01.2009 2:14:32 > ID: 6016 2%, running: 16s
17.01.2009 2:14:47 > ID: 6016 1%, running: 31s
17.01.2009 2:15:03 > ID: 6016 0%, running: 47s
17.01.2009 2:15:03 > MB_6.08a_mod_VLAR_fix_CUDA.exe at 0% (1. time)
17.01.2009 2:15:19 > ID: 6016 0%, running: 63s
17.01.2009 2:15:19 > MB_6.08a_mod_VLAR_fix_CUDA.exe at 0% (2. time)
17.01.2009 2:15:34 > ID: 6016 0%, running: 78s
17.01.2009 2:15:34 > MB_6.08a_mod_VLAR_fix_CUDA.exe at 0% (3. time)
17.01.2009 2:15:49 > ID: 6016 0%, running: 93s
17.01.2009 2:15:49 > MB_6.08a_mod_VLAR_fix_CUDA.exe at 0% (4. time)
17.01.2009 2:15:49 > ...
17.01.2009 2:15:49 > ...process security routine is running
17.01.2009 2:15:49 > ...last process terminating was only 97 sec ago
17.01.2009 2:15:49 > ...this ist the 1. time in a row
17.01.2009 2:15:49 > ...
17.01.2009 2:15:49 > ... - ckeck your driver
17.01.2009 2:15:49 > ... |- maybe do a reboot
17.01.2009 2:15:49 > ... - ckeck the angle range
17.01.2009 2:15:49 > ... |- maybe abort the task
17.01.2009 2:15:49 > ...
17.01.2009 2:15:49 > ... forced script timeout 5 min
17.01.2009 2:20:50 > 
17.01.2009 2:20:50 > ! terminating process MB_6.08a_mod_VLAR_fix_CUDA.exe
17.01.2009 2:20:50 > ! - crashed WU-file: 08no08aa.2628.2936.10.8.90_0
17.01.2009 2:20:50 >  --- > RunningTime: 93 --- MinRunTime: 120
17.01.2009 2:20:50 > 
17.01.2009 2:20:50 > trying to copy wu
17.01.2009 2:20:50 > File: 08no08aa.2628.2936.10.8.90.wu copied ...
17.01.2009 2:20:50 > --> trying copy of stderr ...
17.01.2009 2:20:50 > --> WU_copy_log.txt found
17.01.2009 2:20:50 > --> client_state.xml found
17.01.2009 2:21:05 > 
17.01.2009 2:21:05 > -watching new task: 08no08aa.2628.2936.10.8.90_0
17.01.2009 2:21:05 > -true angle range: 0.0093754101446022
17.01.2009 2:21:05 > 
17.01.2009 2:21:05 > =========================================
17.01.2009 2:21:05 > --Warning: Very Low Angle Range detected!
17.01.2009 2:21:05 > --Warning: Very Low Angle Range detected!
17.01.2009 2:21:05 > =========================================
17.01.2009 2:21:05 > 
17.01.2009 2:21:21 > ID: 1852 1%, running: 16s
17.01.2009 2:21:36 > ID: 1852 1%, running: 31s
17.01.2009 2:21:52 > ID: 1852 1%, running: 47s
17.01.2009 2:22:07 > ID: 1852 1%, running: 62s
17.01.2009 2:22:23 > ID: 1852 1%, running: 78s
17.01.2009 2:22:38 > ID: 1852 1%, running: 93s
17.01.2009 2:22:53 > ID: 1852 1%, running: 108s
17.01.2009 2:23:08 > ID: 1852 1%, running: 123s
17.01.2009 2:23:24 > ID: 1852 2%, running: 139s
17.01.2009 2:23:39 > ID: 1852 0%, running: 154s
17.01.2009 2:23:39 > MB_6.08a_mod_VLAR_fix_CUDA.exe at 0% (1. time)
17.01.2009 2:23:55 > ID: 1852 0%, running: 170s
17.01.2009 2:23:55 > MB_6.08a_mod_VLAR_fix_CUDA.exe at 0% (2. time)
17.01.2009 2:24:11 > ID: 1852 0%, running: 186s
17.01.2009 2:24:11 > MB_6.08a_mod_VLAR_fix_CUDA.exe at 0% (3. time)
17.01.2009 2:24:26 > ID: 1852 0%, running: 201s
17.01.2009 2:24:26 > MB_6.08a_mod_VLAR_fix_CUDA.exe at 0% (4. time)
17.01.2009 2:24:27 > 
17.01.2009 2:24:27 > ! terminating process MB_6.08a_mod_VLAR_fix_CUDA.exe
17.01.2009 2:24:27 > ! - crashed WU-file: 08no08aa.2628.2936.10.8.90_0
17.01.2009 2:24:27 >  --- > RunningTime: 201 --- MinRunTime: 120
17.01.2009 2:24:27 > 
17.01.2009 2:24:27 > trying to copy wu
17.01.2009 2:24:27 > 08no08aa.2628.2936.10.8.90.wu already exists, no copy needed
17.01.2009 2:24:27 > --> trying copy of stderr ...
17.01.2009 2:24:27 > --> WU_copy_log.txt found
17.01.2009 2:24:27 > --> client_state.xml found
17.01.2009 2:24:42 > 
17.01.2009 2:24:42 > -watching new task: 08no08aa.2628.2936.10.8.90_0
17.01.2009 2:24:42 > -true angle range: 0.0093754101446022
17.01.2009 2:24:42 > 
17.01.2009 2:24:42 > =========================================
17.01.2009 2:24:42 > --Warning: Very Low Angle Range detected!
17.01.2009 2:24:42 > --Warning: Very Low Angle Range detected!
17.01.2009 2:24:42 > =========================================
17.01.2009 2:24:42 > 
17.01.2009 2:24:58 > ID: 4340 1%, running: 16s
17.01.2009 2:25:13 > ID: 4340 0%, running: 31s
17.01.2009 2:25:13 > MB_6.08a_mod_VLAR_fix_CUDA.exe at 0% (1. time)
17.01.2009 2:25:29 > ID: 4340 0%, running: 47s
17.01.2009 2:25:29 > MB_6.08a_mod_VLAR_fix_CUDA.exe at 0% (2. time)
17.01.2009 2:25:44 > ID: 4340 3%, running: 62s
17.01.2009 2:25:44 > resetting counter
17.01.2009 2:26:00 > ID: 4340 1%, running: 78s
17.01.2009 2:26:16 > ID: 4340 1%, running: 94s
17.01.2009 2:26:31 > ID: 4340 1%, running: 109s
17.01.2009 2:26:46 > ID: 4340 1%, running: 124s
17.01.2009 2:27:01 > ID: 4340 0%, running: 139s
17.01.2009 2:27:01 > MB_6.08a_mod_VLAR_fix_CUDA.exe at 0% (1. time)
17.01.2009 2:27:16 > ID: 4340 1%, running: 154s
17.01.2009 2:27:16 > resetting counter
17.01.2009 2:27:32 > ID: 4340 2%, running: 170s
17.01.2009 2:27:47 > ID: 4340 2%, running: 185s
17.01.2009 2:28:02 > ID: 4340 0%, running: 200s
17.01.2009 2:28:03 > MB_6.08a_mod_VLAR_fix_CUDA.exe at 0% (1. time)
17.01.2009 2:28:18 > ID: 4340 0%, running: 216s
17.01.2009 2:28:18 > MB_6.08a_mod_VLAR_fix_CUDA.exe at 0% (2. time)
17.01.2009 2:28:34 > ID: 4340 0%, running: 231s
17.01.2009 2:28:34 > MB_6.08a_mod_VLAR_fix_CUDA.exe at 0% (3. time)
17.01.2009 2:28:50 > ID: 4340 0%, running: 248s
17.01.2009 2:28:50 > MB_6.08a_mod_VLAR_fix_CUDA.exe at 0% (4. time)
17.01.2009 2:28:50 > 
17.01.2009 2:28:50 > ! terminating process MB_6.08a_mod_VLAR_fix_CUDA.exe
17.01.2009 2:28:50 > ! - crashed WU-file: 08no08aa.2628.2936.10.8.90_0
17.01.2009 2:28:50 >  --- > RunningTime: 248 --- MinRunTime: 120
17.01.2009 2:28:50 > 
17.01.2009 2:28:50 > trying to copy wu
17.01.2009 2:28:50 > 08no08aa.2628.2936.10.8.90.wu already exists, no copy needed
17.01.2009 2:28:50 > --> trying copy of stderr ...
17.01.2009 2:28:50 > --> WU_copy_log.txt found
17.01.2009 2:28:50 > --> client_state.xml found
17.01.2009 2:29:05 > 
17.01.2009 2:29:05 > -watching new task: 08no08aa.2628.2936.10.8.90_0
17.01.2009 2:29:05 > -true angle range: 0.0093754101446022
17.01.2009 2:29:05 > 
17.01.2009 2:29:05 > =========================================
17.01.2009 2:29:05 > --Warning: Very Low Angle Range detected!
17.01.2009 2:29:05 > --Warning: Very Low Angle Range detected!
17.01.2009 2:29:05 > =========================================
17.01.2009 2:29:05 > 
17.01.2009 2:29:20 > ID: 1448 1%, running: 15s
starting script ...
17.01.2009 2:31:26 > ============================================
17.01.2009 2:31:26 > = WU / Cuda watch script by Maik v0.44     =
17.01.2009 2:31:26 > =    maybe not working on Win 95/98/NT     =
17.01.2009 2:31:26 > =     written&tested at WinXPPRo SP3       =
17.01.2009 2:31:26 > =        with Windows Script 5.7           =
17.01.2009 2:31:26 > ============================================
17.01.2009 2:31:26 > =    option on: print to cmd-window        =
17.01.2009 2:31:26 > =    option on: copy crashed WU            =
17.01.2009 2:31:26 > ============================================
17.01.2009 2:31:26 > 
17.01.2009 2:31:26 > ini: appName > MB_6.08a_mod_VLAR_fix_CUDA.exe
17.01.2009 2:31:26 > ini: logFileName > cuda_log
17.01.2009 2:31:26 > ini: maxLogFileSize > 50000
17.01.2009 2:31:26 > ini: setiPath > C:\Documents and Settings\All Users\Application Data\BOINC\projects\setiathome.berkeley.edu\
17.01.2009 2:31:26 > ini: sspp > C:\Documents and Settings\Zoran\Desktop\cuda_log_044\copy\
17.01.2009 2:31:26 > ini: appMinRunTime > 120
17.01.2009 2:31:26 > ini: showId > 1
17.01.2009 2:31:26 > ini: showName > 0
17.01.2009 2:31:26 > ini: showUsage > 1
17.01.2009 2:31:26 > ini: showRuntime > 1
17.01.2009 2:31:26 > ini: showARWarning > 1
17.01.2009 2:31:26 > ini: BreakPerCycle > 12
17.01.2009 2:31:26 > 
17.01.2009 2:31:26 > testing folder ...
17.01.2009 2:31:26 > C:\Documents and Settings\All Users\Application Data\BOINC\projects\setiathome.berkeley.edu\
17.01.2009 2:31:26 > ... folder found
17.01.2009 2:31:26 > 
17.01.2009 2:31:26 > testing folder ...
17.01.2009 2:31:26 > C:\Documents and Settings\Zoran\Desktop\cuda_log_044\copy\
17.01.2009 2:31:26 > ... folder found
17.01.2009 2:31:26 > 
17.01.2009 2:31:27 > log-file handling successful
17.01.2009 2:31:27 > wu-file-handling successful
17.01.2009 2:31:27 > 
end of startup ...
17.01.2009 2:31:27 > logFile: cuda_log_0_17012009.txt
17.01.2009 2:31:27 > maxLogFileSize set to: 50000 bytes
17.01.2009 2:31:27 > --running-----------------
17.01.2009 2:31:31 > 
17.01.2009 2:31:31 > -watching new task: 08no08aa.2628.2936.10.8.40_1
17.01.2009 2:31:31 > -true angle range: 0.0093754101446022
17.01.2009 2:31:31 > 
17.01.2009 2:31:31 > =========================================
17.01.2009 2:31:31 > --Warning: Very Low Angle Range detected!
17.01.2009 2:31:31 > --Warning: Very Low Angle Range detected!
17.01.2009 2:31:31 > =========================================
17.01.2009 2:31:31 > 
17.01.2009 2:31:31 > MB_6.08a_mod_VLAR_fix_CUDA.exe at 0% (1. time)
17.01.2009 2:31:47 > ID: 4444 0%, running: 16s
17.01.2009 2:31:47 > MB_6.08a_mod_VLAR_fix_CUDA.exe at 0% (2. time)
17.01.2009 2:32:02 > ID: 4444 0%, running: 31s
17.01.2009 2:32:02 > MB_6.08a_mod_VLAR_fix_CUDA.exe at 0% (3. time)
17.01.2009 2:32:17 > ID: 4444 2%, running: 46s
17.01.2009 2:32:17 > resetting counter
17.01.2009 2:32:32 > ID: 4444 1%, running: 61s
17.01.2009 2:32:49 > ID: 4444 0%, running: 78s
17.01.2009 2:32:49 > MB_6.08a_mod_VLAR_fix_CUDA.exe at 0% (1. time)
17.01.2009 2:33:05 > ID: 4444 1%, running: 94s
17.01.2009 2:33:05 > resetting counter
17.01.2009 2:33:20 > ID: 4444 1%, running: 109s
17.01.2009 2:33:35 > ID: 4444 0%, running: 124s
17.01.2009 2:33:35 > MB_6.08a_mod_VLAR_fix_CUDA.exe at 0% (1. time)
17.01.2009 2:33:51 > ID: 4444 1%, running: 140s
17.01.2009 2:33:51 > resetting counter
17.01.2009 2:34:08 > ID: 4444 1%, running: 156s
17.01.2009 2:34:23 > ID: 4444 1%, running: 172s
17.01.2009 2:34:38 > ID: 4444 0%, running: 187s
17.01.2009 2:34:38 > MB_6.08a_mod_VLAR_fix_CUDA.exe at 0% (1. time)


For me is better to go back to Raistmer_s_opt_package_5b and skip WU's with VLAR!
Is this what writes in log a problem or what!??
When CUDA with V6 processing the WU, the computer is very slow,and is hard to work on him. Even the win explorer needs 4-6 seconds to open.

Maik

  • Guest
Re: VBscript Fights Cuda
« Reply #43 on: 16 Jan 2009, 08:59:31 pm »
The script is telling you what the problem is ... VLAR VLAR VLAR VALR VALR
noticed it now ?

Edit: next dont post the complete log, just attach the txt-file please

try this:

(mod_info)

 based on v044 this mod will increase BreakPerCycle with 1sec after 'resetting counter'
 to give the task better chances to crunch to 100% without terminating the process.
 you will see 'resetting counter' on script-output if it seems that the task is stuck and then running again.
 this happen very often while crunching low angle range / very low angle range tasks ...

 script does now (copy of script log):

 17.01.2009 02:41:42 > ID: 3480 0%, running: 315s
 17.01.2009 02:41:42 > MB_6.08a_mod_VLAR_fix_CUDA.exe at 0% (1. time)
 17.01.2009 02:42:22 > ID: 3480 1%, running: 355s
 17.01.2009 02:42:22 > resetting counter
 17.01.2009 02:42:22 > auto increase BreakPerCycle, now: 38 sec
 17.01.2009 02:43:03 > ID: 3480 0%, running: 396s
 17.01.2009 02:43:03 > MB_6.08a_mod_VLAR_fix_CUDA.exe at 0% (1. time)
 17.01.2009 02:43:45 > ID: 3480 1%, running: 438s
 17.01.2009 02:43:45 > resetting counter
 17.01.2009 02:43:45 > auto increase BreakPerCycle, now: 39 sec
 17.01.2009 02:44:27 > ID: 3480 2%, running: 480s
 17.01.2009 02:45:09 > ID: 3480 1%, running: 522s
 17.01.2009 02:45:51 > ID: 3480 0%, running: 564s
 17.01.2009 02:45:51 > MB_6.08a_mod_VLAR_fix_CUDA.exe at 0% (1. time)
 17.01.2009 02:46:33 > ID: 3480 0%, running: 606s
 17.01.2009 02:46:33 > MB_6.08a_mod_VLAR_fix_CUDA.exe at 0% (2. time)
 17.01.2009 02:47:15 > ID: 3480 1%, running: 648s
 17.01.2009 02:47:16 > resetting counter
 17.01.2009 02:47:16 > auto increase BreakPerCycle, now: 40 sec
 17.01.2009 02:47:59 > ID: 3480 4%, running: 692s
 17.01.2009 02:48:42 > ID: 3480 5%, running: 735s
 17.01.2009 02:49:25 > ID: 3480 1%, running: 778s


 external link

edit: removed file->new version
« Last Edit: 17 Jan 2009, 04:25:54 pm by Maik »

Zoran Kirsic

  • Guest
Re: VBscript Fights Cuda
« Reply #44 on: 16 Jan 2009, 09:26:31 pm »
Don't need to go to app V5a or b. V6 is very capable to process the WU with high or mid AR.
I don't have yet the VLAR. so testing of the mod will wait.

 

Welcome, Guest.
Please login or register.
 
 
 
Forgot your password?
Members
Total Members: 97
Latest: ToeBee
New This Month: 0
New This Week: 0
New Today: 0
Stats
Total Posts: 59559
Total Topics: 1672
Most Online Today: 29
Most Online Ever: 983
(20 Jan 2020, 03:17:55 pm)
Users Online
Members: 0
Guests: 31
Total: 31
Powered by EzPortal