Ik dacht laat ik eens wat gaan proberen met Folding@home, deels vanwege de goede rede achter dit programma en om mijn PC een beetje te stress-testen voor langere periodes. Voorlopig draai ik het nog niet 24/7 en stop ik dus af en toe het programma. Ik zit echter met een paar issues;
- De ETA en PPD schommelen heel erg.
Ongeveer een half uur geleden keek ik, en stond de ETA nog op zo'n 4 uur, nu ik net even keek staat dit opeens op 12 uur. In feite idem voor de PPD.
- Mijn videokaart (HD 6990) is in feite 2 GPU's, het punt is echter dat de ETA en PPD per kaart verschillend is. Ik vind dit toch een beetje vreemd, aangezien ze de zelfde performance moeten hebben.
- GPU load zit nu op zo'n 30%, terwijl de 'folding power' toch echt op Full staat. Gister stond mijn load overigens op zo'n 70%, maar nog steeds niet tegen zijn 'max'.
Hierbij even mijn config:
Graag jullie mening wat ik eventueel fout doe, of fout gaat.
- De ETA en PPD schommelen heel erg.
Ongeveer een half uur geleden keek ik, en stond de ETA nog op zo'n 4 uur, nu ik net even keek staat dit opeens op 12 uur. In feite idem voor de PPD.
- Mijn videokaart (HD 6990) is in feite 2 GPU's, het punt is echter dat de ETA en PPD per kaart verschillend is. Ik vind dit toch een beetje vreemd, aangezien ze de zelfde performance moeten hebben.
- GPU load zit nu op zo'n 30%, terwijl de 'folding power' toch echt op Full staat. Gister stond mijn load overigens op zo'n 70%, maar nog steeds niet tegen zijn 'max'.
Hierbij even mijn config:
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
| *********************** Log Started 2013-11-03T17:45:05Z *********************** 17:45:05:************************* Folding@home Client ************************* 17:45:05: Website: http://folding.stanford.edu/ 17:45:05: Copyright: (c) 2009-2013 Stanford University 17:45:05: Author: Joseph Coffland <joseph@cauldrondevelopment.com> 17:45:05: Args: --open-web-control 17:45:05: Config: C:/Users/****/AppData/Roaming/FAHClient/config.xml 17:45:05:******************************** Build ******************************** 17:45:05: Version: 7.3.6 17:45:05: Date: Feb 18 2013 17:45:05: Time: 15:25:17 17:45:05: SVN Rev: 3923 17:45:05: Branch: fah/trunk/client 17:45:05: Compiler: Intel(R) C++ MSVC 1500 mode 1200 17:45:05: Options: /TP /nologo /EHa /Qdiag-disable:4297,4103,1786,279 /Ox -arch:SSE 17:45:05: /QaxSSE2,SSE3,SSSE3,SSE4.1,SSE4.2 /Qopenmp /Qrestrict /MT /Qmkl 17:45:05: Platform: win32 XP 17:45:05: Bits: 32 17:45:05: Mode: Release 17:45:05:******************************* System ******************************** 17:45:05: CPU: Intel(R) Core(TM) i5-2500K CPU @ 3.30GHz 17:45:05: CPU ID: GenuineIntel Family 6 Model 42 Stepping 7 17:45:05: CPUs: 4 17:45:05: Memory: 15.98GiB 17:45:05: Free Memory: 13.43GiB 17:45:05: Threads: WINDOWS_THREADS 17:45:05: Has Battery: false 17:45:05: On Battery: false 17:45:05: UTC offset: 1 17:45:05: PID: 4704 17:45:05: CWD: C:/Users/***/AppData/Roaming/FAHClient 17:45:05: OS: Windows 7 Home Premium 17:45:05: OS Arch: AMD64 17:45:05: GPUs: 2 17:45:05: GPU 0: ATI:4 Antilles [AMD Radeon HD 6990] 17:45:05: GPU 1: ATI:4 Antilles [AMD Radeon HD 6990] 17:45:05: CUDA: Not detected 17:45:05:Win32 Service: false 17:45:05:*********************************************************************** 17:45:05:<config> 17:45:05: <!-- Folding Slot Configuration --> 17:45:05: <power v='full'/> 17:45:05: 17:45:05: <!-- Network --> 17:45:05: <proxy v=':8080'/> 17:45:05: 17:45:05: <!-- User Information --> 17:45:05: <passkey v='********************************'/> 17:45:05: <team v='92'/> 17:45:05: <user v='Douweegbertje'/> 17:45:05: 17:45:05: <!-- Folding Slots --> 17:45:05: <slot id='0' type='GPU'/> 17:45:05: <slot id='1' type='GPU'/> 17:45:05: <slot id='2' type='CPU'> 17:45:05: <cpus v='4'/> 17:45:05: </slot> 17:45:05:</config> 17:45:05:Trying to access database... 17:45:05:Successfully acquired database lock 17:45:05:Enabled folding slot 00: READY gpu:0:Antilles [AMD Radeon HD 6990] 17:45:05:Enabled folding slot 01: READY gpu:1:Antilles [AMD Radeon HD 6990] 17:45:05:Enabled folding slot 02: READY cpu:4 17:45:05:WU00:FS02:Starting 17:45:05:WU00:FS02:Running FahCore: "C:\Program Files (x86)\FAHClient/FAHCoreWrapper.exe" C:/Users/****/AppData/Roaming/FAHClient/cores/www.stanford.edu/~pande/Win32/AMD64/Core_a3.fah/FahCore_a3.exe -dir 00 -suffix 01 -version 703 -lifeline 4704 -checkpoint 15 -np 4 17:45:05:WU00:FS02:Started FahCore on PID 3776 17:45:05:WU00:FS02:Core PID:6100 17:45:05:WU00:FS02:FahCore 0xa3 started 17:45:05:WU01:FS00:Starting 17:45:05:WU01:FS00:Running FahCore: "C:\Program Files (x86)\FAHClient/FAHCoreWrapper.exe" C:/Users/****/AppData/Roaming/FAHClient/cores/www.stanford.edu/~pande/Win32/AMD64/ATI/R600/Core_16.fah/FahCore_16.exe -dir 01 -suffix 01 -version 703 -lifeline 4704 -checkpoint 15 -gpu 0 -gpu-vendor ati 17:45:05:WU01:FS00:Started FahCore on PID 4504 17:45:05:WU01:FS00:Core PID:824 17:45:05:WU01:FS00:FahCore 0x16 started 17:45:05:WU02:FS01:Starting 17:45:05:WU02:FS01:Running FahCore: "C:\Program Files (x86)\FAHClient/FAHCoreWrapper.exe" C:/Users/***/AppData/Roaming/FAHClient/cores/www.stanford.edu/~pande/Win32/AMD64/ATI/R600/Core_16.fah/FahCore_16.exe -dir 02 -suffix 01 -version 703 -lifeline 4704 -checkpoint 15 -gpu 1 -gpu-vendor ati 17:45:05:WU02:FS01:Started FahCore on PID 3044 17:45:05:WU02:FS01:Core PID:4816 17:45:05:WU02:FS01:FahCore 0x16 started 17:45:06:WU00:FS02:0xa3: 17:45:06:WU00:FS02:0xa3:*------------------------------* 17:45:06:WU00:FS02:0xa3:Folding@Home Gromacs SMP Core 17:45:06:WU00:FS02:0xa3:Version 2.27 (Dec. 15, 2010) 17:45:06:WU00:FS02:0xa3: 17:45:06:WU00:FS02:0xa3:Preparing to commence simulation 17:45:06:WU00:FS02:0xa3:- Looking at optimizations... 17:45:06:WU00:FS02:0xa3:- Files status OK 17:45:06:WU00:FS02:0xa3:- Expanded 3849395 -> 4385180 (decompressed 113.9 percent) 17:45:06:WU00:FS02:0xa3:Called DecompressByteArray: compressed_data_size=3849395 data_size=4385180, decompressed_data_size=4385180 diff=0 17:45:06:WU00:FS02:0xa3:- Digital signature verified 17:45:06:WU00:FS02:0xa3: 17:45:06:WU00:FS02:0xa3:Project: 8582 (Run 0, Clone 9, Gen 283) 17:45:06:WU00:FS02:0xa3: 17:45:06:WU00:FS02:0xa3:Assembly optimizations on if available. 17:45:06:WU00:FS02:0xa3:Entering M.D. 17:45:06:WU01:FS00:0x16: 17:45:06:WU01:FS00:0x16:*------------------------------* 17:45:06:WU01:FS00:0x16:Folding@Home GPU Core 17:45:06:WU01:FS00:0x16:Version 2.11 (Thu Dec 9 15:00:14 PST 2010) 17:45:06:WU01:FS00:0x16: 17:45:06:WU01:FS00:0x16:Compiler : Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 15.00.30729.01 for 80x86 17:45:06:WU01:FS00:0x16:Build host: user-f6d030f24f 17:45:06:WU01:FS00:0x16:Board Type: AMD/OpenCL 17:45:06:WU01:FS00:0x16:Core : x=16 17:45:06:WU01:FS00:0x16: Window's signal control handler registered. 17:45:06:WU01:FS00:0x16:Preparing to commence simulation 17:45:06:WU01:FS00:0x16:- Looking at optimizations... 17:45:06:WU01:FS00:0x16:- Files status OK 17:45:06:WU01:FS00:0x16:sizeof(CORE_PACKET_HDR) = 512 file=<> 17:45:06:WU01:FS00:0x16:- Expanded 44842 -> 171163 (decompressed 381.7 percent) 17:45:06:WU01:FS00:0x16:Called DecompressByteArray: compressed_data_size=44842 data_size=171163, decompressed_data_size=171163 diff=0 17:45:06:WU01:FS00:0x16:- Digital signature verified 17:45:06:WU01:FS00:0x16: 17:45:06:WU01:FS00:0x16:Project: 11293 (Run 20, Clone 90, Gen 49) 17:45:06:WU01:FS00:0x16: 17:45:06:WU01:FS00:0x16:Assembly optimizations on if available. 17:45:06:WU01:FS00:0x16:Entering M.D. 17:45:06:WU02:FS01:0x16: 17:45:06:WU02:FS01:0x16:*------------------------------* 17:45:06:WU02:FS01:0x16:Folding@Home GPU Core 17:45:06:WU02:FS01:0x16:Version 2.11 (Thu Dec 9 15:00:14 PST 2010) 17:45:06:WU02:FS01:0x16: 17:45:06:WU02:FS01:0x16:Compiler : Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 15.00.30729.01 for 80x86 17:45:06:WU02:FS01:0x16:Build host: user-f6d030f24f 17:45:06:WU02:FS01:0x16:Board Type: AMD/OpenCL 17:45:06:WU02:FS01:0x16:Core : x=16 17:45:06:WU02:FS01:0x16: Window's signal control handler registered. 17:45:06:WU02:FS01:0x16:Preparing to commence simulation 17:45:06:WU02:FS01:0x16:- Looking at optimizations... 17:45:06:WU02:FS01:0x16:- Files status OK 17:45:06:WU02:FS01:0x16:sizeof(CORE_PACKET_HDR) = 512 file=<> 17:45:06:WU02:FS01:0x16:- Expanded 45083 -> 171163 (decompressed 379.6 percent) 17:45:06:WU02:FS01:0x16:Called DecompressByteArray: compressed_data_size=45083 data_size=171163, decompressed_data_size=171163 diff=0 17:45:06:WU02:FS01:0x16:- Digital signature verified 17:45:06:WU02:FS01:0x16: 17:45:06:WU02:FS01:0x16:Project: 11293 (Run 21, Clone 90, Gen 49) 17:45:06:WU02:FS01:0x16: 17:45:06:WU02:FS01:0x16:Assembly optimizations on if available. 17:45:06:WU02:FS01:0x16:Entering M.D. 17:45:08:WU01:FS00:0x16:Will resume from checkpoint file 01/wudata_01.ckp 17:45:08:WU01:FS00:0x16:Tpr hash 01/wudata_01.tpr: 2218473628 3604458468 3473575826 3990633253 951664477 17:45:08:WU01:FS00:0x16:Working on ALZHEIMER DISEASE AMYLOID 17:45:08:WU01:FS00:0x16:Client config unavailable. 17:45:08:WU02:FS01:0x16:Will resume from checkpoint file 02/wudata_01.ckp 17:45:08:WU02:FS01:0x16:Tpr hash 02/wudata_01.tpr: 3116416977 3987620194 2320913158 441616217 413886870 17:45:08:WU02:FS01:0x16:Working on ALZHEIMER DISEASE AMYLOID 17:45:08:WU02:FS01:0x16:Client config unavailable. 17:45:08:WU01:FS00:0x16:Starting GUI Server 17:45:08:WU02:FS01:0x16:Starting GUI Server 17:45:09:WU01:FS00:0x16:Resuming from checkpoint 17:45:09:WU01:FS00:0x16:fcCheckPointResume: retreived and current tpr file hash: 17:45:09:WU01:FS00:0x16: 0 2218473628 2218473628 17:45:09:WU01:FS00:0x16: 1 3604458468 3604458468 17:45:09:WU01:FS00:0x16: 2 3473575826 3473575826 17:45:09:WU01:FS00:0x16: 3 3990633253 3990633253 17:45:09:WU01:FS00:0x16: 4 951664477 951664477 17:45:09:WU01:FS00:0x16:fcCheckPointResume: file hashes same. 17:45:09:WU01:FS00:0x16:fcCheckPointResume: state restored. 17:45:09:WU01:FS00:0x16:fcCheckPointResume: name 01/wudata_01.log Verified 01/wudata_01.log 17:45:09:WU01:FS00:0x16:fcCheckPointResume: name 01/wudata_01.trr Verified 01/wudata_01.trr 17:45:09:WU01:FS00:0x16:fcCheckPointResume: name 01/wudata_01.xtc Verified 01/wudata_01.xtc 17:45:09:WU01:FS00:0x16:fcCheckPointResume: name 01/wudata_01.edr Verified 01/wudata_01.edr 17:45:09:WU01:FS00:0x16:fcCheckPointResume: state restored 2 17:45:09:WU01:FS00:0x16:Resumed from checkpoint 17:45:09:WU01:FS00:0x16:Setting checkpoint frequency: 500000 17:45:09:WU01:FS00:0x16:Completed 16500001 out of 50000000 steps (33%). 17:45:09:WU02:FS01:0x16:Resuming from checkpoint 17:45:09:WU02:FS01:0x16:fcCheckPointResume: retreived and current tpr file hash: 17:45:09:WU02:FS01:0x16: 0 3116416977 3116416977 17:45:09:WU02:FS01:0x16: 1 3987620194 3987620194 17:45:09:WU02:FS01:0x16: 2 2320913158 2320913158 17:45:09:WU02:FS01:0x16: 3 441616217 441616217 17:45:09:WU02:FS01:0x16: 4 413886870 413886870 17:45:09:WU02:FS01:0x16:fcCheckPointResume: file hashes same. 17:45:09:WU02:FS01:0x16:fcCheckPointResume: state restored. 17:45:09:WU02:FS01:0x16:fcCheckPointResume: name 02/wudata_01.log Verified 02/wudata_01.log 17:45:09:WU02:FS01:0x16:fcCheckPointResume: name 02/wudata_01.trr Verified 02/wudata_01.trr 17:45:09:WU02:FS01:0x16:fcCheckPointResume: name 02/wudata_01.xtc Verified 02/wudata_01.xtc 17:45:09:WU02:FS01:0x16:fcCheckPointResume: name 02/wudata_01.edr Verified 02/wudata_01.edr 17:45:09:WU02:FS01:0x16:fcCheckPointResume: state restored 2 17:45:09:WU02:FS01:0x16:Resumed from checkpoint 17:45:09:WU02:FS01:0x16:Setting checkpoint frequency: 500000 17:45:09:WU02:FS01:0x16:Completed 20500001 out of 50000000 steps (41%). 17:45:12:WU00:FS02:0xa3:Using Gromacs checkpoints 17:45:12:WU00:FS02:0xa3:Mapping NT from 4 to 4 17:45:12:4:127.0.0.1:New Web connection 17:45:13:WU00:FS02:0xa3:Resuming from checkpoint 17:45:13:WU00:FS02:0xa3:Verified 00/wudata_01.log 17:45:13:WU00:FS02:0xa3:Verified 00/wudata_01.trr 17:45:13:WU00:FS02:0xa3:Verified 00/wudata_01.edr 17:45:14:WU00:FS02:0xa3:Completed 8465 out of 500000 steps (1%) 17:48:59:WU00:FS02:0xa3:Completed 10000 out of 500000 steps (2%) 17:56:03:WU01:FS00:0x16:Completed 17000000 out of 50000000 steps (34%). 17:56:42:WU02:FS01:0x16:Completed 21000000 out of 50000000 steps (42%). 18:01:09:WU00:FS02:0xa3:Completed 15000 out of 500000 steps (3%) 18:08:20:WU01:FS00:0x16:Completed 17500000 out of 50000000 steps (35%). 18:09:42:WU02:FS01:0x16:Completed 21500000 out of 50000000 steps (43%). 18:13:14:WU00:FS02:0xa3:Completed 20000 out of 500000 steps (4%) 18:19:17:WU01:FS00:0x16:Completed 18000000 out of 50000000 steps (36%). 18:20:18:WU02:FS01:0x16:Completed 22000000 out of 50000000 steps (44%). 18:27:08:WU00:FS02:0xa3:Completed 25000 out of 500000 steps (5%) |
Graag jullie mening wat ik eventueel fout doe, of fout gaat.