-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathapuracao.sql
266 lines (233 loc) · 103 KB
/
apuracao.sql
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
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
-- MySQL dump 10.13 Distrib 5.7.17, for Win64 (x86_64)
--
-- Host: 127.0.0.1 Database: eleicao
-- ------------------------------------------------------
-- Server version 5.6.15-log
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;
--
-- Table structure for table `candidato`
--
DROP TABLE IF EXISTS `candidato`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `candidato` (
`id_candidato` int(11) NOT NULL,
`nome` varchar(255) DEFAULT NULL,
`sqcand` varchar(255) DEFAULT NULL,
`numero` int(11) DEFAULT NULL,
`coligacao` varchar(255) DEFAULT NULL,
`vice` varchar(255) DEFAULT NULL,
PRIMARY KEY (`id_candidato`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `candidato`
--
LOCK TABLES `candidato` WRITE;
/*!40000 ALTER TABLE `candidato` DISABLE KEYS */;
INSERT INTO `candidato` VALUES (2,'FERNANDO HADDAD','280000629808',13,'PT - PT / PC do B / PROS','MANUELA'),(1,'JAIR BOLSONARO','280000614517',17,'PSL - PSL / PRTB','GENERAL MOURÃO');
/*!40000 ALTER TABLE `candidato` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `estatisticas_brasil`
--
DROP TABLE IF EXISTS `estatisticas_brasil`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `estatisticas_brasil` (
`id_estatisticas` int(11) NOT NULL AUTO_INCREMENT,
`eleitorado` int(11) DEFAULT NULL,
`e_apurado` int(11) DEFAULT NULL,
`e_nao_apurado` int(11) DEFAULT NULL,
`e_abstencao` int(11) DEFAULT NULL,
`e_comparecimento` int(11) DEFAULT NULL,
`secoes` int(11) DEFAULT NULL,
`s_totalizadas` int(11) DEFAULT NULL,
`s_nao_totalizadas` int(11) DEFAULT NULL,
`v_total` int(11) DEFAULT NULL,
`v_brancos` int(11) DEFAULT NULL,
`v_nulos` int(11) DEFAULT NULL,
`v_anulados` int(11) DEFAULT NULL,
`v_pendentes` int(11) DEFAULT NULL,
`validos` int(11) DEFAULT NULL,
`timestamp` timestamp NULL DEFAULT NULL,
PRIMARY KEY (`id_estatisticas`),
UNIQUE KEY `brasil` (`eleitorado`,`e_apurado`,`e_nao_apurado`,`e_abstencao`,`e_comparecimento`,`secoes`,`s_totalizadas`,`s_nao_totalizadas`,`v_total`,`v_brancos`,`v_nulos`,`v_anulados`,`v_pendentes`,`validos`)
) ENGINE=MyISAM AUTO_INCREMENT=25 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `estatisticas_brasil`
--
LOCK TABLES `estatisticas_brasil` WRITE;
/*!40000 ALTER TABLE `estatisticas_brasil` DISABLE KEYS */;
INSERT INTO `estatisticas_brasil` VALUES (1,147306294,0,147306294,0,0,454490,40,454450,0,0,0,0,0,0,'2018-10-28 16:07:47'),(2,147306294,27055,147279239,7656,19399,454490,143,454347,19399,256,986,0,0,18157,'2018-10-28 20:19:13'),(3,147306294,25275580,122030714,5255781,20019799,454490,78767,375723,20339599,430693,1295960,0,0,18612946,'2018-10-28 20:52:24'),(4,147306294,44984671,102321623,9466629,35518042,454490,139472,315018,36126893,772431,2445773,0,0,32908689,'2018-10-28 20:55:18'),(5,147306294,67608670,79697624,14260000,53348670,454490,208851,245639,55176716,1182800,3892216,0,0,50101700,'2018-10-28 21:08:54'),(6,147306294,83703726,63602568,17659499,66044227,454490,257944,196546,66169711,1414261,4748363,0,0,60007087,'2018-10-28 21:20:28'),(7,147306294,111322373,35983921,23442822,87879551,454490,341941,112549,87879551,1897870,6450324,0,0,79531357,'2018-10-28 21:35:16'),(8,147306294,113522866,33783428,23901977,89620889,454490,348983,105507,89730645,1933696,6577712,0,0,81219237,'2018-10-28 21:39:18'),(9,147306294,119173525,28132769,25103266,94070259,454490,366294,88196,94070259,2029596,6927315,0,0,85113348,'2018-10-28 21:43:56'),(10,147306294,122609084,24697210,25834712,96774372,454490,377057,77433,96774372,2084736,7112430,0,0,87577206,'2018-10-28 21:48:53'),(11,147306294,130699534,16606760,27610196,103089338,454490,401968,52522,103089338,2221109,7603548,0,0,93264681,'2018-10-28 22:02:05'),(12,147306294,136059417,11246877,28772078,107287339,454490,418483,36007,107287339,2315434,7956932,0,0,97014973,'2018-10-28 22:11:17'),(13,147306294,139456850,7849444,29519904,109936946,454490,429230,25260,109936946,2371683,8166100,0,0,99399163,'2018-10-28 22:21:32'),(14,147306294,142122302,5183992,30113461,112008841,454490,437545,16945,112008841,2417745,8335710,0,0,101255386,'2018-10-28 22:31:20'),(15,147306294,143671079,3635215,30487103,113183976,454490,442562,11928,113183976,2440718,8424820,0,0,102318438,'2018-10-28 22:42:04'),(16,147306294,147080949,225345,31308796,115772153,454490,453706,784,115772153,2484636,8599212,0,0,104688305,'2018-10-29 00:00:05'),(17,147306294,147145229,161065,31323152,115822077,454490,453944,546,115822077,2485257,8601926,0,0,104734894,'2018-10-29 00:05:36'),(18,147306294,147183861,122433,31331995,115851866,454490,454079,411,115851866,2485623,8603858,0,0,104762385,'2018-10-29 00:13:23'),(19,147306294,147224406,81888,31341852,115882554,454490,454229,261,115882554,2485907,8605468,0,0,104791179,'2018-10-29 00:23:41'),(20,147306294,147237352,68942,31344773,115892579,454490,454274,216,115892579,2485992,8606104,0,0,104800483,'2018-10-29 00:34:03'),(21,147306294,147251090,55204,31348520,115902570,454490,454326,164,115902570,2486096,8606388,0,0,104810086,'2018-10-29 00:44:01'),(22,147306294,147264832,41462,31355527,115909305,454490,454361,129,115909305,2486236,8606898,0,0,104816171,'2018-10-29 00:54:00'),(23,147306294,147280791,25503,31364530,115916261,454490,454396,94,115916261,2486385,8607171,0,0,104822705,'2018-10-29 01:04:00'),(24,147306294,147287139,19155,31366204,115920935,454490,454423,67,115920935,2486434,8607400,0,0,104827101,'2018-10-29 01:14:00');
/*!40000 ALTER TABLE `estatisticas_brasil` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `estatisticas_estados`
--
DROP TABLE IF EXISTS `estatisticas_estados`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `estatisticas_estados` (
`id_estatisticas_uf` int(11) NOT NULL AUTO_INCREMENT,
`uf` varchar(255) DEFAULT NULL,
`eleitorado` int(11) DEFAULT NULL,
`e_apurado` int(11) DEFAULT NULL,
`e_nao_apurado` int(11) DEFAULT NULL,
`e_abstencao` int(11) DEFAULT NULL,
`e_comparecimento` int(11) DEFAULT NULL,
`secoes` int(11) DEFAULT NULL,
`s_totalizadas` int(11) DEFAULT NULL,
`s_nao_totalizadas` int(11) DEFAULT NULL,
`v_total` int(11) DEFAULT NULL,
`v_brancos` int(11) DEFAULT NULL,
`v_nulos` int(11) DEFAULT NULL,
`v_anulados` int(11) DEFAULT NULL,
`v_pendentes` int(11) DEFAULT NULL,
`validos` int(11) DEFAULT NULL,
`timestamp` timestamp NULL DEFAULT NULL,
PRIMARY KEY (`id_estatisticas_uf`),
UNIQUE KEY `brasil` (`uf`,`eleitorado`,`e_apurado`,`e_nao_apurado`,`e_abstencao`,`e_comparecimento`,`secoes`,`s_totalizadas`,`s_nao_totalizadas`,`v_total`,`v_brancos`,`v_nulos`,`v_anulados`,`v_pendentes`,`validos`)
) ENGINE=MyISAM AUTO_INCREMENT=595 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `estatisticas_estados`
--
LOCK TABLES `estatisticas_estados` WRITE;
/*!40000 ALTER TABLE `estatisticas_estados` DISABLE KEYS */;
INSERT INTO `estatisticas_estados` VALUES (1,'ac',547590,0,547590,0,0,1924,0,1924,0,0,0,0,0,0,'2018-10-28 16:07:41'),(2,'al',2187735,0,2187735,0,0,6387,0,6387,0,0,0,0,0,0,'2018-10-28 16:07:42'),(3,'ap',512117,0,512117,0,0,1632,0,1632,0,0,0,0,0,0,'2018-10-28 16:07:42'),(4,'am',2428821,0,2428821,0,0,7017,0,7017,0,0,0,0,0,0,'2018-10-28 16:07:42'),(5,'ba',10391945,0,10391945,0,0,31192,0,31192,0,0,0,0,0,0,'2018-10-28 16:07:42'),(6,'ce',6343848,0,6343848,0,0,21449,0,21449,0,0,0,0,0,0,'2018-10-28 16:07:43'),(7,'df',2086086,0,2086086,0,0,6732,0,6732,0,0,0,0,0,0,'2018-10-28 16:07:43'),(8,'es',2754749,0,2754749,0,0,8725,0,8725,0,0,0,0,0,0,'2018-10-28 16:07:43'),(9,'go',4454429,0,4454429,0,0,13995,0,13995,0,0,0,0,0,0,'2018-10-28 16:07:43'),(10,'ma',4536973,0,4536973,0,0,15830,0,15830,0,0,0,0,0,0,'2018-10-28 16:07:43'),(11,'mt',2330011,0,2330011,0,0,7247,0,7247,0,0,0,0,0,0,'2018-10-28 16:07:44'),(12,'ms',1877747,0,1877747,0,0,6529,0,6529,0,0,0,0,0,0,'2018-10-28 16:07:44'),(13,'mg',15699063,0,15699063,0,0,48166,0,48166,0,0,0,0,0,0,'2018-10-28 16:07:44'),(14,'pa',5498812,0,5498812,0,0,17286,0,17286,0,0,0,0,0,0,'2018-10-28 16:07:44'),(15,'pb',2868023,0,2868023,0,0,9955,0,9955,0,0,0,0,0,0,'2018-10-28 16:07:44'),(16,'pr',7972415,0,7972415,0,0,26137,0,26137,0,0,0,0,0,0,'2018-10-28 16:07:45'),(17,'pe',6569316,0,6569316,0,0,19797,0,19797,0,0,0,0,0,0,'2018-10-28 16:07:45'),(18,'pi',2370422,0,2370422,0,0,8930,0,8930,0,0,0,0,0,0,'2018-10-28 16:07:45'),(19,'rj',12406861,0,12406861,0,0,33901,0,33901,0,0,0,0,0,0,'2018-10-28 16:07:45'),(20,'rn',2373876,0,2373876,0,0,7389,0,7389,0,0,0,0,0,0,'2018-10-28 16:07:46'),(21,'rs',8353814,0,8353814,0,0,27274,0,27274,0,0,0,0,0,0,'2018-10-28 16:07:46'),(22,'ro',1175634,0,1175634,0,0,4181,0,4181,0,0,0,0,0,0,'2018-10-28 16:07:46'),(23,'rr',333576,0,333576,0,0,1172,0,1172,0,0,0,0,0,0,'2018-10-28 16:07:46'),(24,'sc',5073146,0,5073146,0,0,15562,0,15562,0,0,0,0,0,0,'2018-10-28 16:07:47'),(25,'sp',33042569,0,33042569,0,0,96328,0,96328,0,0,0,0,0,0,'2018-10-28 16:07:47'),(26,'se',1577191,0,1577191,0,0,5137,0,5137,0,0,0,0,0,0,'2018-10-28 16:07:47'),(27,'to',1039178,0,1039178,0,0,3832,0,3832,0,0,0,0,0,0,'2018-10-28 16:07:47'),(28,'ap',512117,2615,509502,725,1890,1632,15,1617,1890,16,94,0,0,1780,'2018-10-28 20:19:09'),(29,'ba',10391945,24892,10367053,6080,18812,31192,76,31116,18812,222,1168,0,0,17422,'2018-10-28 20:19:10'),(30,'ce',6343848,11475,6332373,2540,8935,21449,39,21410,8935,163,500,0,0,8272,'2018-10-28 20:19:10'),(31,'df',2086086,107950,1978136,21573,86377,6732,391,6341,86377,2288,5590,0,0,78499,'2018-10-28 20:19:10'),(32,'es',2754749,9758,2744991,2414,7344,8725,32,8693,7344,167,305,0,0,6872,'2018-10-28 20:19:10'),(33,'go',4454429,1557,4452872,441,1116,13995,9,13986,1116,13,48,0,0,1055,'2018-10-28 20:19:10'),(34,'ma',4536973,3901,4533072,1262,2639,15830,21,15809,2639,18,57,0,0,2564,'2018-10-28 20:19:10'),(35,'mg',15699063,95266,15603797,23223,72043,48166,264,47902,72043,1654,6951,0,0,63438,'2018-10-28 20:19:11'),(36,'pa',5498812,136266,5362546,37465,98801,17286,489,16797,98801,1181,7019,0,0,90601,'2018-10-28 20:19:11'),(37,'pb',2868023,4738,2863285,838,3900,9955,18,9937,3900,56,216,0,0,3628,'2018-10-28 20:19:11'),(38,'pr',7972415,300873,7671542,54761,246112,26137,1058,25079,246112,4764,10857,0,0,230491,'2018-10-28 20:19:11'),(39,'pe',6569316,7918,6561398,2541,5377,19797,25,19772,5377,73,259,0,0,5045,'2018-10-28 20:19:11'),(40,'pi',2370422,5102,2365320,949,4153,8930,22,8908,4153,46,183,0,0,3924,'2018-10-28 20:19:11'),(41,'rj',12406861,1041,12405820,335,706,33901,4,33897,706,26,58,0,0,622,'2018-10-28 20:19:11'),(42,'rn',2373876,7985,2365891,1604,6381,7389,28,7361,6381,75,430,0,0,5876,'2018-10-28 20:19:11'),(43,'rs',8353814,74046,8279768,14080,59966,27274,242,27032,59966,1696,3799,0,0,54471,'2018-10-28 20:19:12'),(44,'sc',5073146,159315,4913831,27242,132073,15562,477,15085,132073,3134,8592,0,0,120347,'2018-10-28 20:19:12'),(45,'sp',33042569,63616,32978953,14984,48632,96328,193,96135,48632,1291,4592,0,0,42749,'2018-10-28 20:19:12'),(46,'to',1039178,183822,855356,45995,137827,3832,708,3124,137827,1437,7644,0,0,128746,'2018-10-28 20:19:13'),(47,'al',2187735,337922,1849813,91354,246568,6387,1003,5384,246568,3365,13100,0,0,230103,'2018-10-28 20:52:19'),(48,'ap',512117,261970,250147,61134,200836,1632,838,794,200836,3269,9950,0,0,187617,'2018-10-28 20:52:19'),(49,'ba',10391945,2780337,7611608,552541,2227796,31192,7999,23193,2227796,30749,157877,0,0,2039170,'2018-10-28 20:52:20'),(50,'ce',6343848,1890802,4453046,372535,1518267,21449,6108,15341,1518267,24299,86144,0,0,1407824,'2018-10-28 20:52:20'),(51,'df',2086086,1982507,103579,375109,1607398,6732,6393,339,1607398,42421,97892,0,0,1467085,'2018-10-28 20:52:20'),(52,'es',2754749,2051290,703459,431773,1619517,8725,6482,2243,1619517,38139,75321,0,0,1506057,'2018-10-28 20:52:20'),(53,'go',4454429,1695741,2758688,367970,1327771,13995,5337,8658,1327771,22178,71867,0,0,1233726,'2018-10-28 20:52:20'),(54,'ma',4536973,691165,3845808,173633,517532,15830,2346,13484,517532,6205,17966,0,0,493361,'2018-10-28 20:52:21'),(55,'mg',15699063,4885443,10813620,1161990,3723453,48166,14124,34042,3723453,95574,371981,0,0,3255898,'2018-10-28 20:52:21'),(56,'pa',5498812,3091444,2407368,676542,2414902,17286,9212,8074,2414902,38124,179370,0,0,2197408,'2018-10-28 20:52:21'),(57,'pb',2868023,613404,2254619,102802,510602,9955,2199,7756,510602,7767,28678,0,0,474157,'2018-10-28 20:52:21'),(58,'pr',7972415,6772149,1200266,1181759,5590390,26137,22063,4074,5590390,110697,245563,0,0,5234130,'2018-10-28 20:52:21'),(59,'pe',6569316,1179997,5389319,259918,920079,19797,3597,16200,920079,12381,52829,0,0,854869,'2018-10-28 20:52:22'),(60,'pi',2370422,1082310,1288112,199713,882597,8930,3991,4939,882597,10025,40546,0,0,832026,'2018-10-28 20:52:22'),(61,'rj',12406861,1978902,10427959,480886,1498016,33901,5688,28213,1498016,33203,131585,0,0,1333228,'2018-10-28 20:52:22'),(62,'rn',2373876,1150048,1223828,210376,939672,7389,3544,3845,939672,14334,61943,0,0,863395,'2018-10-28 20:52:22'),(63,'rs',8353814,4061085,4292729,756383,3304702,27274,13150,14124,3304702,96942,196611,0,0,3011149,'2018-10-28 20:52:22'),(64,'sc',5073146,951054,4122092,166514,784540,15562,2857,12705,784540,17160,43043,0,0,724337,'2018-10-28 20:52:23'),(65,'sp',33042569,6725852,26316717,1522020,5203832,96328,19981,76347,5203832,149683,494635,0,0,4559514,'2018-10-28 20:52:23'),(66,'se',1577191,285643,1291548,56170,229473,5137,961,4176,229473,3662,20591,0,0,205220,'2018-10-28 20:52:23'),(67,'to',1039178,987220,51958,245272,741948,3832,3627,205,741948,7347,43095,0,0,691506,'2018-10-28 20:52:24'),(68,'al',2187735,473825,1713910,127381,346444,6387,1421,4966,346444,4923,18873,0,0,322648,'2018-10-28 20:55:16'),(69,'pb',2868023,836013,2032010,139046,696967,9955,2981,6974,696967,10637,39086,0,0,647244,'2018-10-28 20:55:17'),(70,'pr',7972415,7036976,935439,1224754,5812222,26137,22937,3200,5812222,115305,254878,0,0,5442039,'2018-10-28 20:55:17'),(71,'pe',6569316,1698380,4870936,363094,1335286,19797,5153,14644,1335286,18189,78272,0,0,1238825,'2018-10-28 20:55:17'),(72,'sc',5073146,1289231,3783915,225636,1063595,15562,3884,11678,1063595,22722,57218,0,0,983655,'2018-10-28 20:55:18'),(73,'se',1577191,402481,1174710,79077,323404,5137,1374,3763,323404,5277,29654,0,0,288473,'2018-10-28 20:55:18'),(74,'ap',512117,293312,218805,68345,224967,1632,944,688,224967,3638,11135,0,0,210194,'2018-10-28 20:55:51'),(75,'ma',4536973,1013516,3523457,247049,766467,15830,3419,12411,766467,9721,26853,0,0,729893,'2018-10-28 20:55:52'),(76,'rn',2373876,1317854,1056022,241042,1076812,7389,4054,3335,1076812,16484,71571,0,0,988757,'2018-10-28 20:55:53'),(77,'ba',10391945,3331634,7060311,669049,2662585,31192,9646,21546,2662585,36447,186933,0,0,2439205,'2018-10-28 20:57:41'),(78,'ce',6343848,2249067,4094781,440933,1808134,21449,7235,14214,1808134,28995,102847,0,0,1676292,'2018-10-28 20:57:41'),(79,'df',2086086,2031818,54268,384348,1647470,6732,6559,173,1647470,43495,100270,0,0,1503705,'2018-10-28 20:57:41'),(80,'es',2754749,2281840,472909,479610,1802230,8725,7191,1534,1802230,42491,84223,0,0,1675516,'2018-10-28 20:57:41'),(81,'go',4454429,2067181,2387248,450558,1616623,13995,6470,7525,1616623,27140,87793,0,0,1501690,'2018-10-28 20:57:41'),(82,'mg',15699063,5988105,9710958,1426938,4561167,48166,17523,30643,4561167,117155,459987,0,0,3984025,'2018-10-28 20:57:41'),(83,'pa',5498812,3426336,2072476,762283,2664053,17286,10255,7031,2664053,41408,196514,0,0,2426131,'2018-10-28 20:57:41'),(84,'pb',2868023,1098737,1769286,182020,916717,9955,3852,6103,916717,14054,51715,0,0,850948,'2018-10-28 20:57:42'),(85,'pe',6569316,2165362,4403954,456806,1708556,19797,6565,13232,1708556,23127,101170,0,0,1584259,'2018-10-28 20:57:42'),(86,'pi',2370422,1242184,1128238,227733,1014451,8930,4565,4365,1014451,11502,46536,0,0,956413,'2018-10-28 20:57:42'),(87,'rs',8353814,4525074,3828740,846793,3678281,27274,14648,12626,3678281,108644,219381,0,0,3350256,'2018-10-28 20:57:42'),(88,'to',1039178,997820,41358,248037,749783,3832,3668,164,749783,7416,43545,0,0,698822,'2018-10-28 20:57:42'),(89,'al',2187735,591820,1595915,159940,431880,6387,1775,4612,431880,6131,23686,0,0,402063,'2018-10-28 20:59:40'),(90,'df',2086086,2049878,36208,387706,1662172,6732,6613,119,1662172,43873,101179,0,0,1517120,'2018-10-28 20:59:41'),(91,'pr',7972415,7252236,720179,1260300,5991936,26137,23680,2457,5991936,119152,262996,0,0,5609788,'2018-10-28 20:59:41'),(92,'rj',12406861,3058826,9348035,742484,2316342,33901,8683,25218,2316342,51993,207848,0,0,2056501,'2018-10-28 20:59:41'),(93,'sp',33042569,9670757,23371812,2176884,7493873,96328,28634,67694,7493873,215502,717873,0,0,6560498,'2018-10-28 20:59:42'),(94,'se',1577191,648960,928231,128251,520709,5137,2141,2996,520709,8737,48994,0,0,462978,'2018-10-28 20:59:42'),(95,'ap',512117,317533,194584,73724,243809,1632,1023,609,243809,3932,12129,0,0,227748,'2018-10-28 21:01:06'),(96,'es',2754749,2425824,328925,511080,1914744,8725,7645,1080,1914744,45130,89670,0,0,1779944,'2018-10-28 21:01:06'),(97,'ma',4536973,1251340,3285633,296090,955250,15830,4217,11613,955250,12508,33656,0,0,909086,'2018-10-28 21:01:06'),(98,'mg',15699063,6579740,9119323,1564540,5015200,48166,19395,28771,5015200,128898,508154,0,0,4378148,'2018-10-28 21:01:07'),(99,'rn',2373876,1470056,903820,269500,1200556,7389,4518,2871,1200556,18414,79653,0,0,1102489,'2018-10-28 21:01:08'),(100,'sc',5073146,1547461,3525685,267284,1280177,15562,4665,10897,1280177,27300,68092,0,0,1184785,'2018-10-28 21:01:09'),(101,'ba',10391945,4001699,6390246,815624,3186075,31192,11638,19554,3186075,43159,220704,0,0,2922212,'2018-10-28 21:01:40'),(102,'df',2086086,2061963,24123,389931,1672032,6732,6652,80,1672032,44153,101777,0,0,1526102,'2018-10-28 21:01:40'),(103,'go',4454429,2450461,2003968,535384,1915077,13995,7667,6328,1915077,32273,104036,0,0,1778768,'2018-10-28 21:01:41'),(104,'pa',5498812,3795827,1702985,858421,2937406,17286,11413,5873,2937406,45252,215598,0,0,2676556,'2018-10-28 21:01:41'),(105,'rs',8353814,5082492,3271322,955389,4127103,27274,16488,10786,4127103,122893,247260,0,0,3756950,'2018-10-28 21:01:42'),(106,'ce',6343848,2733660,3610188,531831,2201829,21449,8789,12660,2201829,35122,125092,0,0,2041615,'2018-10-28 21:02:58'),(107,'pb',2868023,1315838,1552185,216905,1098933,9955,4609,5346,1098933,16792,62174,0,0,1019967,'2018-10-28 21:03:00'),(108,'pi',2370422,1426607,943815,261152,1165455,8930,5226,3704,1165455,13149,53430,0,0,1098876,'2018-10-28 21:03:00'),(109,'to',1039178,1008050,31128,250761,757289,3832,3713,119,757289,7491,43932,0,0,705866,'2018-10-28 21:03:02'),(110,'al',2187735,700338,1487397,189352,510986,6387,2114,4273,510986,7133,27764,0,0,476089,'2018-10-28 21:04:45'),(111,'pr',7972415,7390960,581455,1282473,6108487,26137,24150,1987,6108487,121749,268241,0,0,5718497,'2018-10-28 21:04:46'),(112,'pe',6569316,2726395,3842921,559319,2167076,19797,8276,11521,2167076,29769,130533,0,0,2006774,'2018-10-28 21:04:46'),(113,'rj',12406861,4197600,8209261,1010222,3187378,33901,11882,22019,3187378,72414,287525,0,0,2827439,'2018-10-28 21:04:46'),(114,'se',1577191,796061,781130,156997,639064,5137,2617,2520,639064,10803,60166,0,0,568095,'2018-10-28 21:04:47'),(115,'ap',512117,348886,163231,80585,268301,1632,1120,512,268301,4353,13347,0,0,250601,'2018-10-28 21:07:02'),(116,'ba',10391945,4495276,5896669,917246,3578030,31192,13119,18073,3578030,48248,245955,0,0,3283827,'2018-10-28 21:07:02'),(117,'ce',6343848,3091666,3252182,595535,2496131,21449,9954,11495,2496131,39707,141629,0,0,2314795,'2018-10-28 21:07:02'),(118,'es',2754749,2522799,231950,529459,1993340,8725,7967,758,1993340,47046,93646,0,0,1852648,'2018-10-28 21:07:02'),(119,'go',4454429,2745814,1708615,600009,2145805,13995,8587,5408,2145805,36213,116618,0,0,1992974,'2018-10-28 21:07:03'),(120,'ma',4536973,1583888,2953085,371860,1212028,15830,5319,10511,1212028,16080,42915,0,0,1153033,'2018-10-28 21:07:03'),(121,'mg',15699063,7603764,8095299,1799671,5804093,48166,22595,25571,5804093,149245,591804,0,0,5063044,'2018-10-28 21:07:03'),(122,'pa',5498812,4019118,1479694,914556,3104562,17286,12132,5154,3104562,47407,226614,0,0,2830541,'2018-10-28 21:07:03'),(123,'pe',6569316,3084488,3484828,621810,2462678,19797,9329,10468,2462678,33994,149087,0,0,2279597,'2018-10-28 21:07:03'),(124,'pi',2370422,1525776,844646,278246,1247530,8930,5592,3338,1247530,14042,57071,0,0,1176417,'2018-10-28 21:07:03'),(125,'rn',2373876,1635225,738651,299731,1335494,7389,5022,2367,1335494,20434,88497,0,0,1226563,'2018-10-28 21:07:03'),(126,'rs',8353814,5409604,2944210,1021693,4387911,27274,17553,9721,4387911,131060,263047,0,0,3993804,'2018-10-28 21:07:04'),(127,'sc',5073146,1969395,3103751,338691,1630704,15562,5964,9598,1630704,34642,86110,0,0,1509952,'2018-10-28 21:07:04'),(128,'sp',33042569,12497808,20544761,2793038,9704770,96328,36855,59473,9704770,278904,937068,0,0,8488798,'2018-10-28 21:07:04'),(129,'to',1039178,1012384,26794,251709,760675,3832,3731,101,760675,7519,44093,0,0,709063,'2018-10-28 21:07:04'),(130,'df',2086086,2069726,16360,391310,1678416,6732,6678,54,1678416,44333,102213,0,0,1531870,'2018-10-28 21:08:51'),(131,'mt',2330011,1111,2328900,372,739,7247,4,7243,739,17,10,0,0,712,'2018-10-28 21:08:51'),(132,'pb',2868023,1534177,1333846,252983,1281194,9955,5375,4580,1281194,19491,71656,0,0,1190047,'2018-10-28 21:08:52'),(133,'pr',7972415,7535353,437062,1305523,6229830,26137,24640,1497,6229830,124354,273606,0,0,5831870,'2018-10-28 21:08:53'),(134,'al',2187735,912047,1275688,245768,666279,6387,2759,3628,666279,9195,36150,0,0,620934,'2018-10-28 21:20:25'),(135,'ap',512117,416217,95900,94404,321813,1632,1332,300,321813,5285,15973,0,0,300555,'2018-10-28 21:20:25'),(136,'ba',10391945,5613669,4778276,1154620,4459049,31192,16490,14702,4459049,59496,303064,0,0,4096489,'2018-10-28 21:20:25'),(137,'ce',6343848,3819969,2523879,722588,3097381,21449,12334,9115,3097381,49058,177691,0,0,2870632,'2018-10-28 21:20:26'),(138,'df',2086086,2078458,7628,392996,1685462,6732,6707,25,1685462,44500,102636,0,0,1538326,'2018-10-28 21:20:26'),(139,'es',2754749,2636627,118122,549202,2087425,8725,8339,386,2087425,49367,97949,0,0,1940109,'2018-10-28 21:20:26'),(140,'go',4454429,3416774,1037655,742776,2673998,13995,10665,3330,2673998,45351,144993,0,0,2483654,'2018-10-28 21:20:26'),(141,'ma',4536973,2117357,2419616,485198,1632159,15830,7076,8754,1632159,22370,58452,0,0,1551337,'2018-10-28 21:20:26'),(142,'mt',2330011,173356,2156655,43824,129532,7247,565,6682,129532,1718,4912,0,0,122902,'2018-10-28 21:20:27'),(143,'ms',1877747,70860,1806887,18850,52010,6529,269,6260,52010,908,3120,0,0,47982,'2018-10-28 21:20:27'),(144,'mg',15699063,9134467,6564596,2151696,6982771,48166,27381,20785,6982771,179189,717633,0,0,6085949,'2018-10-28 21:20:27'),(145,'pa',5498812,4400580,1098232,1009476,3391104,17286,13383,3903,3391104,51242,246456,0,0,3093406,'2018-10-28 21:20:27'),(146,'pb',2868023,1982649,885374,325808,1656841,9955,6864,3091,1656841,25053,93913,0,0,1537875,'2018-10-28 21:20:27'),(147,'pr',7972415,7737819,234596,1339079,6398740,26137,25332,805,6398740,127936,281205,0,0,5989599,'2018-10-28 21:20:27'),(148,'pe',6569316,3998708,2570608,779240,3219468,19797,12091,7706,3219468,44953,198553,0,0,2975962,'2018-10-28 21:20:27'),(149,'pi',2370422,1777933,592489,321649,1456284,8930,6513,2417,1456284,16192,66276,0,0,1373816,'2018-10-28 21:20:27'),(150,'rj',12406861,6575241,5831620,1584838,4990403,33901,18271,15630,4990403,115283,455540,0,0,4419580,'2018-10-28 21:20:27'),(151,'rn',2373876,1847018,526858,338295,1508723,7389,5685,1704,1508723,23137,99968,0,0,1385618,'2018-10-28 21:20:27'),(152,'rs',8353814,6393052,1960762,1210043,5183009,27274,20684,6590,5183009,155727,311484,0,0,4715798,'2018-10-28 21:20:28'),(153,'ro',1175634,38476,1137158,9013,29463,4181,143,4038,29463,479,1577,0,0,27407,'2018-10-28 21:20:28'),(154,'rr',333576,3708,329868,659,3049,1172,20,1152,3049,16,134,0,0,2899,'2018-10-28 21:20:28'),(155,'sc',5073146,3065868,2007278,523079,2542789,15562,9311,6251,2542789,53601,133691,0,0,2355497,'2018-10-28 21:20:28'),(156,'sp',33042569,18327468,14715101,4051333,14276135,96328,53738,42590,14276135,410088,1398842,0,0,12467205,'2018-10-28 21:20:28'),(157,'se',1577191,1105475,471716,216839,888636,5137,3612,1525,888636,14922,83984,0,0,789730,'2018-10-28 21:20:28'),(158,'to',1039178,1030559,8619,255929,774630,3832,3800,32,774630,7640,44750,0,0,722240,'2018-10-28 21:20:28'),(159,'al',2187735,1068597,1119138,284117,784480,6387,3236,3151,784480,10915,42674,0,0,730891,'2018-10-28 21:22:41'),(160,'ba',10391945,6162199,4229746,1272420,4889779,31192,18138,13054,4889779,64869,331162,0,0,4493748,'2018-10-28 21:22:41'),(161,'df',2086086,2081358,4728,393669,1687689,6732,6717,15,1687689,44555,102740,0,0,1540394,'2018-10-28 21:22:42'),(162,'es',2754749,2665694,89055,554825,2110869,8725,8441,284,2110869,49963,99070,0,0,1961836,'2018-10-28 21:22:42'),(163,'mt',2330011,337705,1992306,83753,253952,7247,1063,6184,253952,3366,9573,0,0,241013,'2018-10-28 21:22:42'),(164,'pa',5498812,4545339,953473,1047100,3498239,17286,13865,3421,3498239,52576,253728,0,0,3191935,'2018-10-28 21:22:42'),(165,'rj',12406861,7715353,4691508,1851430,5863923,33901,21320,12581,5863923,136001,535071,0,0,5192851,'2018-10-28 21:22:43'),(166,'rn',2373876,1938341,435535,355046,1583295,7389,5985,1404,1583295,24320,104987,0,0,1453988,'2018-10-28 21:22:43'),(167,'ro',1175634,156502,1019132,36085,120417,4181,560,3621,120417,2005,6609,0,0,111803,'2018-10-28 21:22:43'),(168,'rr',333576,6150,327426,1092,5058,1172,31,1141,5058,21,216,0,0,4821,'2018-10-28 21:22:44'),(169,'se',1577191,1175932,401259,231801,944131,5137,3862,1275,944131,15795,89565,0,0,838771,'2018-10-28 21:22:44'),(170,'to',1039178,1033236,5942,256644,776592,3832,3811,21,776592,7654,44885,0,0,724053,'2018-10-28 21:22:44'),(171,'go',4454429,3628455,825974,789330,2839125,13995,11317,2678,2839125,48238,153750,0,0,2637137,'2018-10-28 21:23:14'),(172,'ms',1877747,230472,1647275,59982,170490,6529,821,5708,170490,3036,10170,0,0,157284,'2018-10-28 21:25:09'),(173,'mg',15699063,10016872,5682191,2343027,7673845,48166,30176,17990,7673845,197072,792597,0,0,6684176,'2018-10-28 21:25:09'),(174,'pr',7972415,7793610,178805,1347863,6445747,26137,25533,604,6445747,128974,283364,0,0,6033409,'2018-10-28 21:25:09'),(175,'rs',8353814,6767513,1586301,1282604,5484909,27274,21866,5408,5484909,165573,330654,0,0,4988682,'2018-10-28 21:25:09'),(176,'al',2187735,1189946,997789,311840,878106,6387,3564,2823,878106,12468,48196,0,0,817442,'2018-10-28 21:26:26'),(177,'ap',512117,440715,71402,99539,341176,1632,1406,226,341176,5631,16918,0,0,318627,'2018-10-28 21:26:26'),(178,'ba',10391945,6454855,3937090,1331912,5122943,31192,19040,12152,5122943,67843,347122,0,0,4707978,'2018-10-28 21:26:26'),(179,'ce',6343848,4176019,2167829,786677,3389342,21449,13555,7894,3389342,53379,193911,0,0,3142052,'2018-10-28 21:26:26'),(180,'df',2086086,2084240,1846,394369,1689871,6732,6726,6,1689871,44621,102891,0,0,1542359,'2018-10-28 21:26:26'),(181,'ma',4536973,2406385,2130588,548303,1858082,15830,8058,7772,1858082,25299,66448,0,0,1766335,'2018-10-28 21:26:26'),(182,'pa',5498812,4704529,794283,1087561,3616968,17286,14394,2892,3616968,54107,261821,0,0,3301040,'2018-10-28 21:26:27'),(183,'pb',2868023,2158934,709089,352710,1806224,9955,7454,2501,1806224,27436,102964,0,0,1675824,'2018-10-28 21:26:27'),(184,'pe',6569316,4475105,2094211,860385,3614720,19797,13555,6242,3614720,50542,223965,0,0,3340213,'2018-10-28 21:26:27'),(185,'pi',2370422,1861214,509208,335705,1525509,8930,6836,2094,1525509,16890,69088,0,0,1439531,'2018-10-28 21:26:27'),(186,'rn',2373876,2036494,337382,372761,1663733,7389,6294,1095,1663733,25624,110448,0,0,1527661,'2018-10-28 21:26:27'),(187,'sc',5073146,3426481,1646665,581143,2845338,15562,10438,5124,2845338,59748,148901,0,0,2636689,'2018-10-28 21:26:28'),(188,'sp',33042569,20731283,12311286,4559888,16171395,96328,60805,35523,16171395,463760,1580360,0,0,14127275,'2018-10-28 21:26:28'),(189,'se',1577191,1280067,297124,252435,1027632,5137,4200,937,1027632,17142,96762,0,0,913728,'2018-10-28 21:26:28'),(190,'mt',2330011,574082,1755929,143204,430878,7247,1769,5478,430878,5774,15825,0,0,409279,'2018-10-28 21:28:24'),(191,'ms',1877747,549271,1328476,134981,414290,6529,1933,4596,414290,7353,24617,0,0,382320,'2018-10-28 21:28:24'),(192,'mg',15699063,10509135,5189928,2452613,8056522,48166,31697,16469,8056522,207293,833976,0,0,7015253,'2018-10-28 21:28:24'),(193,'pi',2370422,1926689,443733,347421,1579268,8930,7104,1826,1579268,17407,71267,0,0,1490594,'2018-10-28 21:28:25'),(194,'ro',1175634,265576,910058,62331,203245,4181,921,3260,203245,3312,10944,0,0,188989,'2018-10-28 21:28:25'),(195,'rr',333576,9683,323893,1842,7841,1172,49,1123,7841,36,310,0,0,7495,'2018-10-28 21:28:25'),(196,'to',1039178,1034383,4795,256902,777481,3832,3816,16,777481,7660,44916,0,0,724905,'2018-10-28 21:28:26'),(197,'al',2187735,1464067,723668,379956,1084111,6387,4389,1998,1084111,15835,60653,0,0,1007623,'2018-10-28 21:35:12'),(198,'ap',512117,469295,42822,105655,363640,1632,1493,139,363640,6065,18042,0,0,339533,'2018-10-28 21:35:12'),(199,'am',2428821,1318318,1110503,236688,1081630,7017,3643,3374,1081630,18672,69036,0,0,993922,'2018-10-28 21:35:12'),(200,'ba',10391945,6895711,3496234,1430966,5464745,31192,20389,10803,5464745,72169,369591,0,0,5022985,'2018-10-28 21:35:12'),(201,'ce',6343848,4740812,1603036,888261,3852551,21449,15543,5906,3852551,60002,219044,0,0,3573505,'2018-10-28 21:35:13'),(202,'df',2086086,2084886,1200,394492,1690394,6732,6728,4,1690394,44631,102921,0,0,1542842,'2018-10-28 21:35:13'),(203,'es',2754749,2700075,54674,560889,2139186,8725,8558,167,2139186,50689,100471,0,0,1988026,'2018-10-28 21:35:13'),(204,'go',4454429,3931174,523255,853600,3077574,13995,12271,1724,3077574,52277,166676,0,0,2858621,'2018-10-28 21:35:13'),(205,'ma',4536973,2880503,1656470,652404,2228099,15830,9676,6154,2228099,30130,80309,0,0,2117660,'2018-10-28 21:35:13'),(206,'mt',2330011,793735,1536276,200391,593344,7247,2447,4800,593344,7937,21249,0,0,564158,'2018-10-28 21:35:13'),(207,'ms',1877747,827580,1050167,200439,627141,6529,2919,3610,627141,11207,36766,0,0,579168,'2018-10-28 21:35:13'),(208,'mg',15699063,11300999,4398064,2631525,8669474,48166,34161,14005,8669474,223315,899676,0,0,7546483,'2018-10-28 21:35:13'),(209,'pa',5498812,4836099,662713,1119748,3716351,17286,14865,2421,3716351,55382,268966,0,0,3392003,'2018-10-28 21:35:14'),(210,'pb',2868023,2404013,464010,392053,2011960,9955,8307,1648,2011960,30618,114421,0,0,1866921,'2018-10-28 21:35:14'),(211,'pr',7972415,7870191,102224,1359760,6510431,26137,25779,358,6510431,130481,286168,0,0,6093782,'2018-10-28 21:35:14'),(212,'pe',6569316,5224543,1344773,978981,4245562,19797,15789,4008,4245562,60013,266061,0,0,3919488,'2018-10-28 21:35:15'),(213,'pi',2370422,2016645,353777,363154,1653491,8930,7441,1489,1653491,18159,74643,0,0,1560689,'2018-10-28 21:35:15'),(214,'rj',12406861,9539210,2867651,2285350,7253860,33901,26222,7679,7253860,168030,659830,0,0,6426000,'2018-10-28 21:35:15'),(215,'rn',2373876,2085798,288078,380905,1704893,7389,6449,940,1704893,26284,112924,0,0,1565685,'2018-10-28 21:35:15'),(216,'rs',8353814,7293496,1060318,1378404,5915092,27274,23621,3653,5915092,179476,357684,0,0,5377932,'2018-10-28 21:35:15'),(217,'ro',1175634,354428,821206,84022,270406,4181,1234,2947,270406,4406,14290,0,0,251710,'2018-10-28 21:35:15'),(218,'rr',333576,15192,318384,2940,12252,1172,72,1100,12252,73,534,0,0,11645,'2018-10-28 21:35:15'),(219,'sc',5073146,3801975,1271171,643997,3157978,15562,11582,3980,3157978,66413,165686,0,0,2925879,'2018-10-28 21:35:16'),(220,'sp',33042569,23876154,9166415,5230909,18645245,96328,69951,26377,18645245,536058,1836651,0,0,16272536,'2018-10-28 21:35:16'),(221,'se',1577191,1387784,189407,274582,1113202,5137,4559,578,1113202,18451,104495,0,0,990256,'2018-10-28 21:35:16'),(222,'ap',512117,476362,35755,107370,368992,1632,1513,119,368992,6172,18364,0,0,344456,'2018-10-28 21:36:55'),(223,'ba',10391945,7277195,3114750,1512825,5764370,31192,21540,9652,5764370,76129,388720,0,0,5299521,'2018-10-28 21:36:55'),(224,'df',2086086,2085423,663,394595,1690828,6732,6730,2,1690828,44642,102952,0,0,1543234,'2018-10-28 21:36:55'),(225,'es',2754749,2715171,39578,564118,2151053,8725,8602,123,2151053,50969,101042,0,0,1999042,'2018-10-28 21:36:55'),(226,'ms',1877747,1081070,796677,257328,823742,6529,3797,2732,823742,14853,48190,0,0,760699,'2018-10-28 21:36:56'),(227,'mg',15699063,11770477,3928586,2736909,9033568,48166,35636,12530,9033568,232933,939182,0,0,7861453,'2018-10-28 21:36:56'),(228,'pa',5498812,4939077,559735,1145635,3793442,17286,15235,2051,3793442,56299,274265,0,0,3462878,'2018-10-28 21:36:56'),(229,'pe',6569316,5363478,1205838,1000650,4362828,19797,16198,3599,4362828,61604,273224,0,0,4028000,'2018-10-28 21:36:56'),(230,'rn',2373876,2167284,206592,395026,1772258,7389,6707,682,1772258,27337,117293,0,0,1627628,'2018-10-28 21:36:56'),(231,'ro',1175634,451837,723797,109951,341886,4181,1573,2608,341886,5474,17945,0,0,318467,'2018-10-28 21:36:56'),(232,'rr',333576,26812,306764,5191,21621,1172,113,1059,21621,208,900,0,0,20513,'2018-10-28 21:36:56'),(233,'sc',5073146,4085968,987178,690799,3395169,15562,12448,3114,3395169,71513,178295,0,0,3145361,'2018-10-28 21:36:56'),(234,'rs',8353814,7446512,907302,1406811,6039701,27274,24131,3143,6039701,183762,365391,0,0,5490548,'2018-10-28 21:37:11'),(235,'pb',2868023,2532072,335951,410356,2121716,9955,8731,1224,2121716,32359,120316,0,0,1969041,'2018-10-28 21:37:27'),(236,'rn',2373876,2179475,194401,397129,1782346,7389,6747,642,1782346,27481,118017,0,0,1636848,'2018-10-28 21:37:31'),(237,'pi',2370422,2058859,311563,370126,1688733,8930,7617,1313,1688733,18462,76076,0,0,1594195,'2018-10-28 21:37:41'),(238,'ap',512117,484405,27712,109044,375361,1632,1535,97,375361,6295,18697,0,0,350369,'2018-10-28 21:37:50'),(239,'to',1039178,1037489,1689,257776,779713,3832,3826,6,779713,7678,45051,0,0,726984,'2018-10-28 21:37:57'),(240,'pr',7972415,7902513,69902,1364944,6537569,26137,25899,238,6537569,131071,287456,0,0,6119042,'2018-10-28 21:38:16'),(241,'ap',512117,485204,26913,109489,375715,1632,1538,94,375715,6303,18718,0,0,350694,'2018-10-28 21:39:03'),(242,'ce',6343848,5088208,1255640,951580,4136628,21449,16765,4684,4136628,64036,234465,0,0,3838127,'2018-10-28 21:39:03'),(243,'ma',4536973,3089960,1447013,699633,2390327,15830,10394,5436,2390327,32039,85866,0,0,2272422,'2018-10-28 21:39:16'),(244,'mt',2330011,1076630,1253381,275403,801227,7247,3329,3918,801227,10733,28862,0,0,761632,'2018-10-28 21:39:16'),(245,'se',1577191,1423750,153441,281916,1141834,5137,4681,456,1141834,18903,107281,0,0,1015650,'2018-10-28 21:39:18'),(246,'go',4454429,4055443,398986,879161,3176282,13995,12673,1322,3176282,53944,172277,0,0,2950061,'2018-10-28 21:39:31'),(247,'ap',512117,485515,26602,109535,375980,1632,1539,93,375980,6309,18729,0,0,350942,'2018-10-28 21:39:46'),(248,'al',2187735,1622857,564878,416408,1206449,6387,4831,1556,1206449,17939,68492,0,0,1120018,'2018-10-28 21:40:46'),(249,'es',2754749,2720445,34304,565811,2154634,8725,8618,107,2154634,51041,101215,0,0,2002378,'2018-10-28 21:40:47'),(250,'to',1039178,1038352,826,257933,780419,3832,3829,3,780419,7682,45081,0,0,727656,'2018-10-28 21:40:50'),(251,'rn',2373876,2197426,176450,400316,1797110,7389,6804,585,1797110,27718,119011,0,0,1650381,'2018-10-28 21:41:03'),(252,'sp',33042569,26349318,6693251,5759122,20590196,96328,77075,19253,20590196,592685,2032987,0,0,17964524,'2018-10-28 21:41:03'),(253,'mg',15699063,12263625,3435438,2845254,9418371,48166,37150,11016,9418371,243477,982090,0,0,8192804,'2018-10-28 21:41:17'),(254,'rr',333576,38141,295435,7309,30832,1172,154,1018,30832,336,1249,0,0,29247,'2018-10-28 21:41:18'),(255,'go',4454429,4119427,335002,891830,3227597,13995,12873,1122,3227597,54956,175396,0,0,2997245,'2018-10-28 21:41:31'),(256,'ro',1175634,557904,617730,136273,421631,4181,1942,2239,421631,6729,22099,0,0,392803,'2018-10-28 21:41:32'),(257,'ba',10391945,7608366,2783579,1581021,6027345,31192,22523,8669,6027345,79660,407261,0,0,5540424,'2018-10-28 21:41:46'),(258,'pi',2370422,2121596,248826,380856,1740740,8930,7876,1054,1740740,18937,78177,0,0,1643626,'2018-10-28 21:42:02'),(259,'pa',5498812,5057156,441656,1173656,3883500,17286,15651,1635,3883500,57396,280524,0,0,3545580,'2018-10-28 21:42:50'),(260,'ap',512117,498779,13338,112259,386520,1632,1580,52,386520,6491,19217,0,0,360812,'2018-10-28 21:43:01'),(261,'mt',2330011,1269564,1060447,326619,942945,7247,3925,3322,942945,12681,34072,0,0,896192,'2018-10-28 21:43:04'),(262,'al',2187735,1682793,504942,430242,1252551,6387,5006,1381,1252551,18751,71420,0,0,1162380,'2018-10-28 21:43:16'),(263,'pb',2868023,2595877,272146,421288,2174589,9955,8968,987,2174589,33082,123218,0,0,2018289,'2018-10-28 21:43:33'),(264,'pe',6569316,5720313,849003,1059369,4660944,19797,17280,2517,4660944,65873,292670,0,0,4302401,'2018-10-28 21:43:33'),(265,'rj',12406861,10628914,1777947,2550318,8078596,33901,29135,4766,8078596,187964,735953,0,0,7154679,'2018-10-28 21:44:22'),(266,'se',1577191,1465994,111197,290631,1175363,5137,4808,329,1175363,19486,110641,0,0,1045236,'2018-10-28 21:44:25'),(267,'ce',6343848,5361648,982200,1001268,4360380,21449,17752,3697,4360380,67292,246829,0,0,4046259,'2018-10-28 21:44:33'),(268,'ma',4536973,3239920,1297053,737214,2502706,15830,10947,4883,2502706,33171,89747,0,0,2379788,'2018-10-28 21:44:34'),(269,'ap',512117,499868,12249,112638,387230,1632,1585,47,387230,6497,19267,0,0,361466,'2018-10-28 21:45:16'),(270,'sc',5073146,4570228,502918,767459,3802769,15562,13932,1630,3802769,79785,199804,0,0,3523180,'2018-10-28 21:46:09'),(271,'ba',10391945,7855345,2536600,1635995,6219350,31192,23284,7908,6219350,82200,420605,0,0,5716545,'2018-10-28 21:46:17'),(272,'ms',1877747,1574514,303233,365653,1208861,6529,5490,1039,1208861,22200,71027,0,0,1115634,'2018-10-28 21:46:20'),(273,'rr',333576,60978,272598,12241,48737,1172,242,930,48737,544,1976,0,0,46217,'2018-10-28 21:46:23'),(274,'pa',5498812,5134249,364563,1193342,3940907,17286,15933,1353,3940907,58059,284300,0,0,3598548,'2018-10-28 21:46:33'),(275,'rs',8353814,7763017,590797,1466157,6296860,27274,25188,2086,6296860,192188,381376,0,0,5723296,'2018-10-28 21:47:02'),(276,'df',2086086,2086086,0,394690,1691396,6732,6732,0,1691396,44657,102988,0,0,1543751,'2018-10-28 21:48:19'),(277,'mt',2330011,1494481,835530,384383,1110098,7247,4611,2636,1110098,14916,40270,0,0,1054912,'2018-10-28 21:48:21'),(278,'pi',2370422,2161241,209181,387642,1773599,8930,8036,894,1773599,19226,79559,0,0,1674814,'2018-10-28 21:48:22'),(279,'ce',6343848,5431543,912305,1013356,4418187,21449,18017,3432,4418187,68054,249580,0,0,4100553,'2018-10-28 21:48:32'),(280,'rn',2373876,2260430,113446,411042,1849388,7389,7004,385,1849388,28564,122987,0,0,1697837,'2018-10-28 21:48:37'),(281,'se',1577191,1490423,86768,295284,1195139,5137,4882,255,1195139,19836,112655,0,0,1062648,'2018-10-28 21:48:53'),(282,'to',1039178,1038604,574,258009,780595,3832,3830,2,780595,7682,45095,0,0,727818,'2018-10-28 21:49:08'),(283,'ap',512117,501481,10636,113283,388198,1632,1591,41,388198,6507,19311,0,0,362380,'2018-10-28 21:49:17'),(284,'es',2754749,2739088,15661,571355,2167733,8725,8675,50,2167733,51344,101942,0,0,2014447,'2018-10-28 21:50:32'),(285,'pr',7972415,7948928,23487,1372249,6576679,26137,26053,84,6576679,131977,289480,0,0,6155222,'2018-10-28 21:50:32'),(286,'ap',512117,503128,8989,113877,389251,1632,1597,35,389251,6521,19344,0,0,363386,'2018-10-28 21:51:02'),(287,'ba',10391945,8180219,2211726,1709209,6471010,31192,24271,6921,6471010,85753,436217,0,0,5949040,'2018-10-28 21:51:17'),(288,'rr',333576,82687,250889,16128,66559,1172,324,848,66559,792,2668,0,0,63099,'2018-10-28 21:51:26'),(289,'ro',1175634,709001,466633,176711,532290,4181,2489,1692,532290,8449,27315,0,0,496526,'2018-10-28 21:51:52'),(290,'sp',33042569,28544115,4498454,6235223,22308892,96328,83395,12933,22308892,643168,2208763,0,0,19456961,'2018-10-28 21:52:18'),(291,'go',4454429,4256866,197563,920351,3336515,13995,13336,659,3336515,56863,181463,0,0,3098189,'2018-10-28 21:52:31'),(292,'mt',2330011,1629830,700181,419976,1209854,7247,5038,2209,1209854,16217,43940,0,0,1149697,'2018-10-28 21:52:31'),(293,'mg',15699063,13215987,2483076,3056159,10159828,48166,40129,8037,10159828,262437,1063556,0,0,8833835,'2018-10-28 21:52:46'),(294,'pa',5498812,5192804,306008,1207789,3985015,17286,16162,1124,3985015,58558,287177,0,0,3639280,'2018-10-28 21:53:17'),(295,'ap',512117,505001,7116,114753,390248,1632,1603,29,390248,6535,19403,0,0,364310,'2018-10-28 21:53:31'),(296,'rj',12406861,11389945,1016916,2736059,8653886,33901,31206,2695,8653886,201626,788861,0,0,7663399,'2018-10-28 21:54:17'),(297,'pi',2370422,2205708,164714,394863,1810845,8930,8217,713,1810845,19622,81116,0,0,1710107,'2018-10-28 21:54:33'),(298,'se',1577191,1525453,51738,303075,1222378,5137,4990,147,1222378,20295,115326,0,0,1086757,'2018-10-28 21:54:35'),(299,'al',2187735,1888394,299341,480019,1408375,6387,5603,784,1408375,21524,80536,0,0,1306315,'2018-10-28 21:54:46'),(300,'ma',4536973,3422660,1114313,782066,2640594,15830,11614,4216,2640594,34596,94359,0,0,2511639,'2018-10-28 21:54:46'),(301,'pb',2868023,2683340,184683,434526,2248814,9955,9283,672,2248814,34219,127308,0,0,2087287,'2018-10-28 21:54:47'),(302,'pe',6569316,6076058,493258,1115854,4960204,19797,18335,1462,4960204,70352,313354,0,0,4576498,'2018-10-28 21:54:50'),(303,'rn',2373876,2293271,80605,416892,1876379,7389,7114,275,1876379,28932,124894,0,0,1722553,'2018-10-28 21:54:50'),(304,'sc',5073146,4800226,272920,805305,3994921,15562,14650,912,3994921,83858,210539,0,0,3700524,'2018-10-28 21:56:17'),(305,'pa',5498812,5249307,249505,1220030,4029277,17286,16369,917,4029277,59034,290246,0,0,3679997,'2018-10-28 21:56:31'),(306,'ap',512117,505994,6123,115211,390783,1632,1607,25,390783,6543,19426,0,0,364814,'2018-10-28 21:56:46'),(307,'ms',1877747,1791189,86558,408795,1382394,6529,6233,296,1382394,25813,81659,0,0,1274922,'2018-10-28 21:56:46'),(308,'rs',8353814,7971175,382639,1505554,6465621,27274,25893,1381,6465621,197790,391929,0,0,5875902,'2018-10-28 21:56:46'),(309,'rr',333576,108758,224818,21203,87555,1172,408,764,87555,1078,3526,0,0,82951,'2018-10-28 21:56:47'),(310,'to',1039178,1038911,267,258056,780855,3832,3831,1,780855,7688,45110,0,0,728057,'2018-10-28 21:56:47'),(311,'ap',512117,506831,5286,115481,391350,1632,1610,22,391350,6555,19447,0,0,365348,'2018-10-28 21:57:16'),(312,'am',2428821,1841670,587151,352406,1489264,7017,5145,1872,1489264,24983,94287,0,0,1369994,'2018-10-28 21:57:31'),(313,'mt',2330011,1783611,546400,461519,1322092,7247,5515,1732,1322092,17759,47966,0,0,1256367,'2018-10-28 21:57:46'),(314,'pr',7972415,7960902,11513,1374307,6586595,26137,26096,41,6586595,132176,289919,0,0,6164500,'2018-10-28 21:59:47'),(315,'ap',512117,507871,4246,115908,391963,1632,1615,17,391963,6565,19492,0,0,365906,'2018-10-28 22:00:46'),(316,'es',2754749,2753241,1508,575548,2177693,8725,8720,5,2177693,51558,102492,0,0,2023643,'2018-10-28 22:00:47'),(317,'ba',10391945,8549432,1842513,1791410,6758022,31192,25401,5791,6758022,89232,454232,0,0,6214558,'2018-10-28 22:01:16'),(318,'am',2428821,1924662,504159,377033,1547629,7017,5403,1614,1547629,25569,97457,0,0,1424603,'2018-10-28 22:01:46'),(319,'pa',5498812,5313899,184913,1235009,4078890,17286,16597,689,4078890,59596,293449,0,0,3725845,'2018-10-28 22:01:47'),(320,'ro',1175634,841392,334242,209698,631694,4181,2961,1220,631694,9949,32224,0,0,589521,'2018-10-28 22:01:48'),(321,'rr',333576,135181,198395,26214,108967,1172,499,673,108967,1402,4372,0,0,103193,'2018-10-28 22:01:49'),(322,'mt',2330011,1871909,458102,484455,1387454,7247,5775,1472,1387454,18676,50093,0,0,1318685,'2018-10-28 22:02:31'),(323,'sp',33042569,30340055,2702514,6618346,23721709,96328,88580,7748,23721709,684691,2360759,0,0,20676259,'2018-10-28 22:02:47'),(324,'ap',512117,509387,2730,116397,392990,1632,1621,11,392990,6570,19548,0,0,366872,'2018-10-28 22:03:31'),(325,'go',4454429,4333083,121346,935921,3397162,13995,13598,397,3397162,57921,184774,0,0,3154467,'2018-10-28 22:03:31'),(326,'rj',12406861,11910589,496272,2861439,9049150,33901,32559,1342,9049150,211134,825622,0,0,8012394,'2018-10-28 22:03:33'),(327,'mg',15699063,13977409,1721654,3219932,10757477,48166,42560,5606,10757477,277116,1130170,0,0,9350191,'2018-10-28 22:04:16'),(328,'al',2187735,2042221,145514,511920,1530301,6387,6024,363,1530301,23647,88200,0,0,1418454,'2018-10-28 22:04:45'),(329,'se',1577191,1543789,33402,306596,1237193,5137,5043,94,1237193,20575,116963,0,0,1099655,'2018-10-28 22:04:47'),(330,'ce',6343848,5909531,434317,1104400,4805131,21449,19791,1658,4805131,73330,269701,0,0,4462100,'2018-10-28 22:05:01'),(331,'pb',2868023,2783364,84659,449099,2334265,9955,9653,302,2334265,35686,132724,0,0,2165855,'2018-10-28 22:05:01'),(332,'pi',2370422,2250194,120228,402262,1847932,8930,8390,540,1847932,20039,82787,0,0,1745106,'2018-10-28 22:05:02'),(333,'rn',2373876,2323259,50617,422068,1901191,7389,7218,171,1901191,29331,126708,0,0,1745152,'2018-10-28 22:05:02'),(334,'ma',4536973,3719190,817783,857098,2862092,15830,12717,3113,2862092,36664,101225,0,0,2724203,'2018-10-28 22:05:16'),(335,'pe',6569316,6297041,272275,1148534,5148507,19797,18991,806,5148507,73238,325657,0,0,4749612,'2018-10-28 22:05:17'),(336,'pa',5498812,5338116,160696,1240389,4097727,17286,16685,601,4097727,59789,294681,0,0,3743257,'2018-10-28 22:06:16'),(337,'sc',5073146,4921402,151744,826733,4094669,15562,15047,515,4094669,86036,215622,0,0,3793011,'2018-10-28 22:06:17'),(338,'ms',1877747,1842130,35617,419165,1422965,6529,6406,123,1422965,26566,84080,0,0,1312319,'2018-10-28 22:06:31'),(339,'am',2428821,1978751,450070,391129,1587622,7017,5569,1448,1587622,26117,99755,0,0,1461750,'2018-10-28 22:06:46'),(340,'rr',333576,162396,171180,31266,131130,1172,592,580,131130,1723,5205,0,0,124202,'2018-10-28 22:06:47'),(341,'rs',8353814,8150790,203024,1539320,6611470,27274,26502,772,6611470,202956,401398,0,0,6007116,'2018-10-28 22:07:05'),(342,'mt',2330011,1993200,336811,517846,1475354,7247,6150,1097,1475354,19845,53193,0,0,1402316,'2018-10-28 22:08:01'),(343,'pr',7972415,7968988,3427,1375678,6593310,26137,26126,11,6593310,132289,290184,0,0,6170837,'2018-10-28 22:08:46'),(344,'ap',512117,509835,2282,116465,393370,1632,1623,9,393370,6578,19567,0,0,367225,'2018-10-28 22:09:46'),(345,'ma',4536973,3799546,737427,876028,2923518,15830,13019,2811,2923518,37288,103272,0,0,2782958,'2018-10-28 22:10:01'),(346,'rn',2373876,2334279,39597,423876,1910403,7389,7253,136,1910403,29488,127421,0,0,1753494,'2018-10-28 22:10:02'),(347,'se',1577191,1552736,24455,308239,1244497,5137,5067,70,1244497,20725,117685,0,0,1106087,'2018-10-28 22:10:02'),(348,'al',2187735,2054147,133588,514113,1540034,6387,6063,324,1540034,23847,88857,0,0,1427330,'2018-10-28 22:10:15'),(349,'pi',2370422,2259662,110760,404159,1855503,8930,8427,503,1855503,20122,83087,0,0,1752294,'2018-10-28 22:10:16'),(350,'ba',10391945,8870202,1521743,1860231,7009971,31192,26432,4760,7009971,92324,469803,0,0,6447844,'2018-10-28 22:10:46'),(351,'es',2754749,2753961,788,575772,2178189,8725,8722,3,2178189,51574,102522,0,0,2024093,'2018-10-28 22:10:47'),(352,'mg',15699063,14614276,1084787,3361419,11252857,48166,44565,3601,11252857,289314,1182277,0,0,9781266,'2018-10-28 22:11:02'),(353,'am',2428821,2024820,404001,403677,1621143,7017,5710,1307,1621143,26421,101486,0,0,1493236,'2018-10-28 22:11:16'),(354,'al',2187735,2082965,104770,520951,1562014,6387,6143,244,1562014,24219,90364,0,0,1447431,'2018-10-28 22:11:46'),(355,'ap',512117,509976,2141,116514,393462,1632,1624,8,393462,6579,19570,0,0,367313,'2018-10-28 22:11:46'),(356,'pa',5498812,5366639,132173,1246920,4119719,17286,16789,497,4119719,60006,296021,0,0,3763692,'2018-10-28 22:11:47'),(357,'rn',2373876,2344310,29566,425532,1918778,7389,7285,104,1918778,29614,128015,0,0,1761149,'2018-10-28 22:11:47'),(358,'pb',2868023,2849656,18367,458238,2391418,9955,9884,71,2391418,36644,135964,0,0,2218810,'2018-10-28 22:12:02'),(359,'ro',1175634,960662,214972,240919,719743,4181,3387,794,719743,11331,36508,0,0,671904,'2018-10-28 22:12:02'),(360,'rr',333576,178668,154908,34302,144366,1172,646,526,144366,1886,5737,0,0,136743,'2018-10-28 22:12:02'),(361,'pe',6569316,6421466,147850,1170407,5251059,19797,19350,447,5251059,74711,332629,0,0,4843719,'2018-10-28 22:12:32'),(362,'ce',6343848,6094703,249145,1138223,4956480,21449,20479,970,4956480,75377,277642,0,0,4603461,'2018-10-28 22:12:46'),(363,'ma',4536973,3871582,665391,893663,2977919,15830,13286,2544,2977919,37816,104915,0,0,2835188,'2018-10-28 22:12:46'),(364,'mt',2330011,2066606,263405,537948,1528658,7247,6384,863,1528658,20518,54771,0,0,1453369,'2018-10-28 22:13:01'),(365,'pi',2370422,2279488,90934,407866,1871622,8930,8501,429,1871622,20272,83805,0,0,1767545,'2018-10-28 22:13:02'),(366,'go',4454429,4385046,69383,946537,3438509,13995,13770,225,3438509,58721,186900,0,0,3192888,'2018-10-28 22:14:01'),(367,'se',1577191,1561576,15615,309754,1251822,5137,5093,44,1251822,20851,118413,0,0,1112558,'2018-10-28 22:14:02'),(368,'rj',12406861,12178816,228045,2927665,9251151,33901,33291,610,9251151,215939,844377,0,0,8190835,'2018-10-28 22:14:17'),(369,'rn',2373876,2351921,21955,426839,1925082,7389,7313,76,1925082,29692,128390,0,0,1767000,'2018-10-28 22:15:03'),(370,'sp',33042569,31141397,1901172,6791746,24349651,96328,90887,5441,24349651,703867,2427292,0,0,21218492,'2018-10-28 22:15:03'),(371,'rr',333576,202733,130843,39062,163671,1172,728,444,163671,2165,6501,0,0,155005,'2018-10-28 22:15:47'),(372,'sc',5073146,5008798,64348,843624,4165174,15562,15335,227,4165174,87521,219205,0,0,3858448,'2018-10-28 22:15:47'),(373,'al',2187735,2120051,67684,529532,1590519,6387,6231,156,1590519,24815,92481,0,0,1473223,'2018-10-28 22:16:16'),(374,'pi',2370422,2292539,77883,410010,1882529,8930,8569,361,1882529,20380,84241,0,0,1777908,'2018-10-28 22:16:17'),(375,'pa',5498812,5380787,118025,1250465,4130322,17286,16848,438,4130322,60102,296762,0,0,3773458,'2018-10-28 22:16:31'),(376,'am',2428821,2072140,356681,415387,1656753,7017,5857,1160,1656753,26851,103658,0,0,1526244,'2018-10-28 22:16:46'),(377,'ms',1877747,1872653,5094,426692,1445961,6529,6510,19,1445961,26939,85654,0,0,1333368,'2018-10-28 22:16:46'),(378,'ac',547590,9714,537876,4245,5469,1924,40,1884,5469,47,149,0,0,5273,'2018-10-28 22:17:01'),(379,'rs',8353814,8252529,101285,1557924,6694605,27274,26880,394,6694605,205746,406549,0,0,6082310,'2018-10-28 22:17:17'),(380,'mt',2330011,2120510,209501,552800,1567710,7247,6555,692,1567710,21062,56108,0,0,1490540,'2018-10-28 22:17:46'),(381,'se',1577191,1568926,8265,311042,1257884,5137,5113,24,1257884,20972,119111,0,0,1117801,'2018-10-28 22:18:02'),(382,'pr',7972415,7971154,1261,1376088,6595066,26137,26133,4,6595066,132327,290266,0,0,6172473,'2018-10-28 22:18:19'),(383,'ma',4536973,3947023,589950,910897,3036126,15830,13569,2261,3036126,38427,106874,0,0,2890825,'2018-10-28 22:18:31'),(384,'sp',33042569,31970266,1072303,6966838,25003428,96328,93230,3098,25003428,723118,2495565,0,0,21784745,'2018-10-28 22:20:33'),(385,'es',2754749,2754319,430,575901,2178418,8725,8723,2,2178418,51580,102534,0,0,2024304,'2018-10-28 22:20:47'),(386,'rn',2373876,2355846,18030,427674,1928172,7389,7326,63,1928172,29740,128582,0,0,1769850,'2018-10-28 22:20:48'),(387,'mg',15699063,14974377,724686,3438827,11535550,48166,45740,2426,11535550,297097,1213868,0,0,10024585,'2018-10-28 22:21:01'),(388,'ac',547590,24568,523022,9984,14584,1924,95,1829,14584,151,410,0,0,14023,'2018-10-28 22:21:15'),(389,'ba',10391945,9124093,1267852,1914494,7209599,31192,27249,3943,7209599,94864,482258,0,0,6632477,'2018-10-28 22:21:16'),(390,'rr',333576,215361,118215,41425,173936,1172,771,401,173936,2327,6917,0,0,164692,'2018-10-28 22:21:17'),(391,'am',2428821,2108936,319885,426235,1682701,7017,5980,1037,1682701,27128,105185,0,0,1550388,'2018-10-28 22:21:31'),(392,'pb',2868023,2866583,1440,460540,2406043,9955,9950,5,2406043,36910,136843,0,0,2232290,'2018-10-28 22:21:31'),(393,'ce',6343848,6184423,159425,1155392,5029031,21449,20823,626,5029031,76308,281419,0,0,4671304,'2018-10-28 22:22:01'),(394,'pa',5498812,5399909,98903,1256751,4143158,17286,16918,368,4143158,60203,297556,0,0,3785399,'2018-10-28 22:22:02'),(395,'pi',2370422,2299075,71347,411102,1887973,8930,8597,333,1887973,20428,84440,0,0,1783105,'2018-10-28 22:22:02'),(396,'al',2187735,2146571,41164,534512,1612059,6387,6300,87,1612059,25238,94007,0,0,1492814,'2018-10-28 22:22:16'),(397,'mt',2330011,2165795,164216,565472,1600323,7247,6712,535,1600323,21484,57185,0,0,1521654,'2018-10-28 22:22:16'),(398,'pe',6569316,6527474,41842,1185062,5342412,19797,19663,134,5342412,76018,338998,0,0,4927396,'2018-10-28 22:22:17'),(399,'ro',1175634,1030063,145571,258635,771428,4181,3638,543,771428,12136,38994,0,0,720298,'2018-10-28 22:22:20'),(400,'ma',4536973,4026768,510205,931543,3095225,15830,13858,1972,3095225,38946,108577,0,0,2947702,'2018-10-28 22:24:16'),(401,'rj',12406861,12338105,68756,2967633,9370472,33901,33707,194,9370472,218677,855087,0,0,8296708,'2018-10-28 22:24:17'),(402,'se',1577191,1573469,3722,311735,1261734,5137,5126,11,1261734,21037,119449,0,0,1121248,'2018-10-28 22:24:18'),(403,'sp',33042569,32128350,914219,7000983,25127367,96328,93687,2641,25127367,726581,2507480,0,0,21893306,'2018-10-28 22:24:47'),(404,'sc',5073146,5049362,23784,851150,4198212,15562,15471,91,4198212,88280,220980,0,0,3888952,'2018-10-28 22:25:32'),(405,'pa',5498812,5407639,91173,1258395,4149244,17286,16948,338,4149244,60259,297832,0,0,3791153,'2018-10-28 22:26:16'),(406,'rn',2373876,2365098,8778,429165,1935933,7389,7357,32,1935933,29902,129267,0,0,1776764,'2018-10-28 22:26:16'),(407,'ms',1877747,1875621,2126,427229,1448392,6529,6521,8,1448392,26991,85799,0,0,1335602,'2018-10-28 22:26:47'),(408,'go',4454429,4437381,17048,958116,3479265,13995,13940,55,3479265,59411,188916,0,0,3230938,'2018-10-28 22:27:01'),(409,'rs',8353814,8298196,55618,1566469,6731727,27274,27054,220,6731727,207050,408728,0,0,6115949,'2018-10-28 22:27:32'),(410,'ac',547590,53029,494561,19870,33159,1924,195,1729,33159,384,905,0,0,31870,'2018-10-28 22:28:01'),(411,'am',2428821,2158099,270722,440983,1717116,7017,6139,878,1717116,27507,107342,0,0,1582267,'2018-10-28 22:28:05'),(412,'ma',4536973,4079383,457590,944984,3134399,15830,14044,1786,3134399,39272,109756,0,0,2985371,'2018-10-28 22:28:12'),(413,'mt',2330011,2204776,125235,576301,1628475,7247,6838,409,1628475,21876,58111,0,0,1548488,'2018-10-28 22:28:12'),(414,'rr',333576,236192,97384,45563,190629,1172,840,332,190629,2565,7600,0,0,180464,'2018-10-28 22:28:20'),(415,'se',1577191,1574136,3055,311853,1262283,5137,5128,9,1262283,21050,119505,0,0,1121728,'2018-10-28 22:28:22'),(416,'pi',2370422,2309602,60820,413089,1896513,8930,8647,283,1896513,20490,84806,0,0,1791217,'2018-10-28 22:28:34'),(417,'pr',7972415,7971726,689,1376166,6595560,26137,26135,2,6595560,132340,290286,0,0,6172934,'2018-10-28 22:28:47'),(418,'ap',512117,511109,1008,116796,394313,1632,1628,4,394313,6583,19610,0,0,368120,'2018-10-28 22:30:49'),(419,'mg',15699063,15249555,449508,3503298,11746257,48166,46655,1511,11746257,302056,1237962,0,0,10206239,'2018-10-28 22:30:50'),(420,'ac',547590,74047,473543,26890,47157,1924,274,1650,47157,603,1285,0,0,45269,'2018-10-28 22:31:16'),(421,'am',2428821,2199088,229733,453907,1745181,7017,6273,744,1745181,27808,108970,0,0,1608403,'2018-10-28 22:31:16'),(422,'ba',10391945,9358290,1033655,1968135,7390155,31192,27976,3216,7390155,97195,493604,0,0,6799356,'2018-10-28 22:31:16'),(423,'go',4454429,4446333,8096,960517,3485816,13995,13970,25,3485816,59500,189165,0,0,3237151,'2018-10-28 22:31:33'),(424,'rn',2373876,2365361,8515,429217,1936144,7389,7358,31,1936144,29907,129281,0,0,1776956,'2018-10-28 22:31:39'),(425,'sc',5073146,5054827,18319,852542,4202285,15562,15487,75,4202285,88363,221182,0,0,3892740,'2018-10-28 22:31:39'),(426,'pa',5498812,5421748,77064,1262044,4159704,17286,17000,286,4159704,60383,298464,0,0,3800857,'2018-10-28 22:32:03'),(427,'ro',1175634,1088427,87207,272759,815668,4181,3858,323,815668,12789,41094,0,0,761785,'2018-10-28 22:32:21'),(428,'rr',333576,249521,84055,48028,201493,1172,887,285,201493,2726,8101,0,0,190666,'2018-10-28 22:32:21'),(429,'mt',2330011,2224552,105459,581349,1643203,7247,6900,347,1643203,22040,58429,0,0,1562734,'2018-10-28 22:33:09'),(430,'pe',6569316,6547597,21719,1188608,5358989,19797,19730,67,5358989,76249,340260,0,0,4942480,'2018-10-28 22:33:20'),(431,'pi',2370422,2318542,51880,414594,1903948,8930,8691,239,1903948,20562,85066,0,0,1798320,'2018-10-28 22:33:21'),(432,'al',2187735,2147063,40672,534622,1612441,6387,6301,86,1612441,25247,94032,0,0,1493162,'2018-10-28 22:33:31'),(433,'ce',6343848,6250302,93546,1168347,5081955,21449,21078,371,5081955,77085,284180,0,0,4720690,'2018-10-28 22:33:34'),(434,'go',4454429,4452129,2300,961952,3490177,13995,13987,8,3490177,59547,189382,0,0,3241248,'2018-10-28 22:33:34'),(435,'ma',4536973,4118050,418923,955938,3162112,15830,14195,1635,3162112,39485,110667,0,0,3011960,'2018-10-28 22:33:34'),(436,'ap',512117,511409,708,116928,394481,1632,1629,3,394481,6585,19617,0,0,368279,'2018-10-28 22:34:46'),(437,'rj',12406861,12367337,39524,2974880,9392457,33901,33788,113,9392457,219147,856840,0,0,8316470,'2018-10-28 22:34:59'),(438,'sp',33042569,32543838,498731,7092842,25450996,96328,94876,1452,25450996,735737,2539355,0,0,22175904,'2018-10-28 22:35:32'),(439,'se',1577191,1574538,2653,311931,1262607,5137,5129,8,1262607,21054,119530,0,0,1122023,'2018-10-28 22:35:32'),(440,'pb',2868023,2866943,1080,460586,2406357,9955,9951,4,2406357,36918,136862,0,0,2232577,'2018-10-28 22:35:47'),(441,'rn',2373876,2365536,8340,429270,1936266,7389,7359,30,1936266,29909,129285,0,0,1777072,'2018-10-28 22:35:47'),(442,'rr',333576,261141,72435,50266,210875,1172,926,246,210875,2877,8472,0,0,199526,'2018-10-28 22:36:03'),(443,'ac',547590,101488,446102,35524,65964,1924,373,1551,65964,911,1788,0,0,63265,'2018-10-28 22:36:16'),(444,'pa',5498812,5436970,61842,1265738,4171232,17286,17058,228,4171232,60466,299243,0,0,3811523,'2018-10-28 22:36:17'),(445,'ms',1877747,1876708,1039,427478,1449230,6529,6525,4,1449230,27009,85854,0,0,1336367,'2018-10-28 22:36:35'),(446,'pi',2370422,2324897,45525,415772,1909125,8930,8716,214,1909125,20614,85264,0,0,1803247,'2018-10-28 22:36:36'),(447,'sc',5073146,5063089,10057,854151,4208938,15562,15524,38,4208938,88532,221478,0,0,3898928,'2018-10-28 22:36:36'),(448,'am',2428821,2255653,173168,470316,1785337,7017,6446,571,1785337,28263,111433,0,0,1645641,'2018-10-28 22:36:50'),(449,'rs',8353814,8327048,26766,1571820,6755228,27274,27168,106,6755228,207836,410158,0,0,6137234,'2018-10-28 22:36:55'),(450,'go',4454429,4453258,1171,962317,3490941,13995,13990,5,3490941,59554,189408,0,0,3241979,'2018-10-28 22:37:48'),(451,'mt',2330011,2247599,82412,587641,1659958,7247,6970,277,1659958,22283,58897,0,0,1578778,'2018-10-28 22:37:49'),(452,'pr',7972415,7972080,335,1376226,6595854,26137,26136,1,6595854,132345,290303,0,0,6173206,'2018-10-28 22:37:49'),(453,'ma',4536973,4189795,347178,973988,3215807,15830,14462,1368,3215807,39964,112342,0,0,3063501,'2018-10-28 22:38:03'),(454,'ms',1877747,1877747,0,427770,1449977,6529,6529,0,1449977,27014,85889,0,0,1337074,'2018-10-28 22:38:32'),(455,'mg',15699063,15354047,345016,3530453,11823594,48166,47017,1149,11823594,303903,1246837,0,0,10272854,'2018-10-28 22:40:48'),(456,'ac',547590,139656,407934,46349,93307,1924,507,1417,93307,1362,2603,0,0,89342,'2018-10-28 22:41:01'),(457,'rn',2373876,2367466,6410,429754,1937712,7389,7364,25,1937712,29929,129367,0,0,1778416,'2018-10-28 22:41:05'),(458,'ba',10391945,9563796,828149,2012271,7551525,31192,28625,2567,7551525,99283,504547,0,0,6947695,'2018-10-28 22:41:16'),(459,'pa',5498812,5446923,51889,1268067,4178856,17286,17092,194,4178856,60526,299795,0,0,3818535,'2018-10-28 22:41:32'),(460,'rr',333576,269694,63882,51771,217923,1172,958,214,217923,2983,8772,0,0,206168,'2018-10-28 22:41:32'),(461,'ro',1175634,1121075,54559,280854,840221,4181,3979,202,840221,13161,42204,0,0,784856,'2018-10-28 22:41:53'),(462,'sc',5073146,5065390,7756,854594,4210796,15562,15534,28,4210796,88564,221568,0,0,3900664,'2018-10-28 22:41:53'),(463,'al',2187735,2156986,30749,536705,1620281,6387,6321,66,1620281,25415,94634,0,0,1500232,'2018-10-28 22:42:01'),(464,'am',2428821,2282510,146311,478694,1803816,7017,6531,486,1803816,28472,112637,0,0,1662707,'2018-10-28 22:42:01'),(465,'go',4454429,4453561,868,962395,3491166,13995,13991,4,3491166,59559,189421,0,0,3242186,'2018-10-28 22:42:01'),(466,'pi',2370422,2329570,40852,416585,1912985,8930,8741,189,1912985,20644,85399,0,0,1806942,'2018-10-28 22:42:02'),(467,'ce',6343848,6301148,42700,1178091,5123057,21449,21283,166,5123057,77640,286479,0,0,4758938,'2018-10-28 22:42:30'),(468,'ma',4536973,4228325,308648,983344,3244981,15830,14612,1218,3244981,40196,113120,0,0,3091665,'2018-10-28 22:42:31'),(469,'mt',2330011,2259085,70926,590772,1668313,7247,7011,236,1668313,22398,59176,0,0,1586739,'2018-10-28 22:42:31'),(470,'pb',2868023,2867159,864,460626,2406533,9955,9952,3,2406533,36923,136867,0,0,2232743,'2018-10-28 22:42:32'),(471,'pe',6569316,6558918,10398,1190082,5368836,19797,19765,32,5368836,76390,341118,0,0,4951328,'2018-10-28 22:42:32'),(472,'ac',547590,535580,12010,145396,390184,1924,1872,52,390184,6486,10458,0,0,373240,'2018-10-29 00:00:03'),(473,'al',2187735,2187735,0,543276,1644459,6387,6387,0,1644459,25919,96413,0,0,1522127,'2018-10-29 00:00:03'),(474,'ap',512117,512117,0,117178,394939,1632,1632,0,394939,6589,19638,0,0,368712,'2018-10-29 00:00:04'),(475,'am',2428821,2414134,14687,514725,1899409,7017,6963,54,1899409,29302,118131,0,0,1751976,'2018-10-29 00:00:04'),(476,'ba',10391945,10329022,62923,2178179,8150843,31192,30990,202,8150843,106690,544800,0,0,7499353,'2018-10-29 00:00:04'),(477,'ce',6343848,6343758,90,1185493,5158265,21449,21448,1,5158265,78178,288047,0,0,4792040,'2018-10-29 00:00:04'),(478,'es',2754749,2754415,334,575920,2178495,8725,8725,0,2178495,51580,102536,0,0,2024379,'2018-10-29 00:00:04'),(479,'go',4454429,4454234,195,962557,3491677,13995,13994,1,3491677,59568,189448,0,0,3242661,'2018-10-29 00:00:04'),(480,'ma',4536973,4499238,37735,1050845,3448393,15830,15662,168,3448393,42054,119054,0,0,3287285,'2018-10-29 00:00:04'),(481,'mt',2330011,2330011,0,611134,1718877,7247,7247,0,1718877,23071,60981,0,0,1634825,'2018-10-29 00:00:04'),(482,'mg',15699063,15679966,19097,3625899,12054067,48166,48102,64,12054067,308839,1273723,0,0,10471505,'2018-10-29 00:00:04'),(483,'pa',5498812,5498310,502,1280575,4217735,17286,17283,3,4217735,60905,302159,0,0,3854671,'2018-10-29 00:00:04'),(484,'pb',2868023,2868023,0,460754,2407269,9955,9955,0,2407269,36933,136900,0,0,2233436,'2018-10-29 00:00:04'),(485,'pr',7972415,7972080,335,1376226,6595854,26137,26137,0,6595854,132345,290303,0,0,6173206,'2018-10-29 00:00:04'),(486,'pe',6569316,6569316,0,1191872,5377444,19797,19797,0,5377444,76515,341822,0,0,4959107,'2018-10-29 00:00:05'),(487,'pi',2370422,2368450,1972,423109,1945341,8930,8919,11,1945341,20908,86785,0,0,1837648,'2018-10-29 00:00:05'),(488,'rj',12406861,12406861,0,2985349,9421512,33901,33901,0,9421512,219829,859238,0,0,8342445,'2018-10-29 00:00:05'),(489,'rn',2373876,2373876,0,430545,1943331,7389,7389,0,1943331,29990,129752,0,0,1783589,'2018-10-29 00:00:05'),(490,'rs',8353814,8353814,0,1576396,6777418,27274,27274,0,6777418,208909,411601,0,0,6156908,'2018-10-29 00:00:05'),(491,'ro',1175634,1175634,0,293413,882221,4181,4181,0,882221,13856,44054,0,0,824311,'2018-10-29 00:00:05'),(492,'rr',333576,331765,1811,62755,269010,1172,1164,8,269010,3694,10760,0,0,254556,'2018-10-29 00:00:05'),(493,'sc',5073146,5073146,0,855612,4217534,15562,15562,0,4217534,88680,221888,0,0,3906966,'2018-10-29 00:00:05'),(494,'sp',33042569,33042185,384,7196347,25845838,96328,96327,1,25845838,746943,2581017,0,0,22517878,'2018-10-29 00:00:05'),(495,'se',1577191,1577191,0,312437,1264754,5137,5137,0,1264754,21087,119746,0,0,1123921,'2018-10-29 00:00:05'),(496,'to',1039178,1039178,0,258102,781076,3832,3832,0,781076,7688,45111,0,0,728277,'2018-10-29 00:00:05'),(497,'ac',547590,536418,11172,145625,390793,1924,1876,48,390793,6491,10473,0,0,373829,'2018-10-29 00:05:34'),(498,'am',2428821,2416052,12769,515469,1900583,7017,6970,47,1900583,29303,118172,0,0,1753108,'2018-10-29 00:05:34'),(499,'ba',10391945,10352275,39670,2183488,8168787,31192,31066,126,8168787,106874,545832,0,0,7516081,'2018-10-29 00:05:34'),(500,'ma',4536973,4507756,29217,1052599,3455157,15830,15698,132,3455157,42116,119267,0,0,3293774,'2018-10-29 00:05:34'),(501,'mg',15699063,15688985,10078,3628210,12060775,48166,48131,35,12060775,308965,1274379,0,0,10477431,'2018-10-29 00:05:35'),(502,'ac',547590,537488,10102,145954,391534,1924,1882,42,391534,6496,10502,0,0,374536,'2018-10-29 00:06:04'),(503,'am',2428821,2418449,10372,516043,1902406,7017,6978,39,1902406,29317,118301,0,0,1754788,'2018-10-29 00:06:04'),(504,'mg',15699063,15689202,9861,3628309,12060893,48166,48132,34,12060893,308970,1274399,0,0,10477524,'2018-10-29 00:11:06'),(505,'pi',2370422,2368554,1868,423130,1945424,8930,8920,10,1945424,20909,86791,0,0,1837724,'2018-10-29 00:11:06'),(506,'rr',333576,332099,1477,62807,269292,1172,1165,7,269292,3696,10773,0,0,254823,'2018-10-29 00:11:07'),(507,'ba',10391945,10359493,32452,2184837,8174656,31192,31088,104,8174656,106947,546252,0,0,7521457,'2018-10-29 00:11:20'),(508,'ac',547590,538494,9096,146207,392287,1924,1888,36,392287,6500,10524,0,0,375263,'2018-10-29 00:11:35'),(509,'am',2428821,2418676,10145,516091,1902585,7017,6979,38,1902585,29317,118304,0,0,1754964,'2018-10-29 00:11:35'),(510,'ma',4536973,4514962,22011,1054330,3460632,15830,15731,99,3460632,42156,119384,0,0,3299092,'2018-10-29 00:15:20'),(511,'ba',10391945,10368931,23014,2186897,8182034,31192,31116,76,8182034,107036,546768,0,0,7528230,'2018-10-29 00:15:35'),(512,'am',2428821,2418915,9906,516202,1902713,7017,6980,37,1902713,29317,118311,0,0,1755085,'2018-10-29 00:16:20'),(513,'pi',2370422,2369770,652,423328,1946442,8930,8926,4,1946442,20912,86824,0,0,1838706,'2018-10-29 00:17:06'),(514,'mg',15699063,15694087,4976,3629969,12064118,48166,48147,19,12064118,309006,1274750,0,0,10480362,'2018-10-29 00:18:31'),(515,'ma',4536973,4523643,13330,1056166,3467477,15830,15770,60,3467477,42209,119570,0,0,3305698,'2018-10-29 00:19:40'),(516,'ba',10391945,10373984,17961,2187843,8186141,31192,31131,61,8186141,107077,547050,0,0,7532014,'2018-10-29 00:20:55'),(517,'ac',547590,539471,8119,146651,392820,1924,1892,32,392820,6507,10532,0,0,375781,'2018-10-29 00:21:24'),(518,'am',2428821,2421765,7056,517073,1904692,7017,6989,28,1904692,29332,118421,0,0,1756939,'2018-10-29 00:21:40'),(519,'mg',15699063,15694515,4548,3630195,12064320,48166,48149,17,12064320,309011,1274783,0,0,10480526,'2018-10-29 00:22:25'),(520,'rr',333576,333127,449,62891,270236,1172,1170,2,270236,3698,10801,0,0,255737,'2018-10-29 00:24:41'),(521,'ba',10391945,10378303,13642,2188399,8189904,31192,31142,50,8189904,107120,547357,0,0,7535427,'2018-10-29 00:25:09'),(522,'ac',547590,540417,7173,146879,393538,1924,1895,29,393538,6522,10545,0,0,376471,'2018-10-29 00:26:24'),(523,'rr',333576,333454,122,62921,270533,1172,1171,1,270533,3700,10809,0,0,256024,'2018-10-29 00:26:27'),(524,'am',2428821,2424147,4674,517953,1906194,7017,6996,21,1906194,29334,118514,0,0,1758346,'2018-10-29 00:26:39'),(525,'ma',4536973,4525359,11614,1056728,3468631,15830,15779,51,3468631,42214,119594,0,0,3306823,'2018-10-29 00:30:10'),(526,'ba',10391945,10379343,12602,2188560,8190783,31192,31145,47,8190783,107128,547438,0,0,7536217,'2018-10-29 00:31:25'),(527,'am',2428821,2424649,4172,518093,1906556,7017,6998,19,1906556,29334,118544,0,0,1758678,'2018-10-29 00:32:09'),(528,'pi',2370422,2369917,505,423357,1946560,8930,8927,3,1946560,20913,86833,0,0,1838814,'2018-10-29 00:32:10'),(529,'ma',4536973,4525673,11300,1056789,3468884,15830,15780,50,3468884,42217,119596,0,0,3307071,'2018-10-29 00:34:32'),(530,'ac',547590,540737,6853,147022,393715,1924,1896,28,393715,6525,10549,0,0,376641,'2018-10-29 00:35:59'),(531,'ba',10391945,10381540,10405,2189166,8192374,31192,31153,39,8192374,107136,547488,0,0,7537750,'2018-10-29 00:35:59'),(532,'ac',547590,547590,0,148461,399129,1924,1924,0,399129,6594,10659,0,0,381876,'2018-10-29 00:41:40'),(533,'am',2428821,2426618,2203,518669,1907949,7017,7006,11,1907949,29341,118613,0,0,1759995,'2018-10-29 00:41:40'),(534,'ba',10391945,10382740,9205,2189560,8193180,31192,31156,36,8193180,107144,547522,0,0,7538514,'2018-10-29 00:41:40'),(535,'ma',4536973,4526060,10913,1056918,3469142,15830,15782,48,3469142,42221,119603,0,0,3307318,'2018-10-29 00:44:43'),(536,'ba',10391945,10383036,8909,2189638,8193398,31192,31157,35,8193398,107147,547530,0,0,7538721,'2018-10-29 00:45:13'),(537,'ce',6343848,6343848,0,1185505,5158343,21449,21449,0,5158343,78178,288048,0,0,4792117,'2018-10-29 00:47:20'),(538,'mg',15699063,15699063,0,3631561,12067502,48166,48166,0,12067502,309050,1275157,0,0,10483295,'2018-10-29 00:48:05'),(539,'ma',4536973,4526727,10246,1057155,3469572,15830,15785,45,3469572,42222,119604,0,0,3307746,'2018-10-29 00:49:20'),(540,'pi',2370422,2370029,393,423390,1946639,8930,8928,2,1946639,20913,86836,0,0,1838890,'2018-10-29 00:52:06');
/*!40000 ALTER TABLE `estatisticas_estados` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `estatisticas_exterior`
--
DROP TABLE IF EXISTS `estatisticas_exterior`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `estatisticas_exterior` (
`id_estatisticas_ex` int(11) NOT NULL AUTO_INCREMENT,
`eleitorado` int(11) DEFAULT NULL,
`e_apurado` int(11) DEFAULT NULL,
`e_nao_apurado` int(11) DEFAULT NULL,
`e_abstencao` int(11) DEFAULT NULL,
`e_comparecimento` int(11) DEFAULT NULL,
`secoes` int(11) DEFAULT NULL,
`s_totalizadas` int(11) DEFAULT NULL,
`s_nao_totalizadas` int(11) DEFAULT NULL,
`v_total` int(11) DEFAULT NULL,
`v_brancos` int(11) DEFAULT NULL,
`v_nulos` int(11) DEFAULT NULL,
`v_anulados` int(11) DEFAULT NULL,
`v_pendentes` int(11) DEFAULT NULL,
`validos` int(11) DEFAULT NULL,
`timestamp` timestamp NULL DEFAULT NULL,
PRIMARY KEY (`id_estatisticas_ex`),
UNIQUE KEY `brasil` (`eleitorado`,`e_apurado`,`e_nao_apurado`,`e_abstencao`,`e_comparecimento`,`secoes`,`s_totalizadas`,`s_nao_totalizadas`,`v_total`,`v_brancos`,`v_nulos`,`v_anulados`,`v_pendentes`,`validos`)
) ENGINE=MyISAM AUTO_INCREMENT=27 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `estatisticas_exterior`
--
LOCK TABLES `estatisticas_exterior` WRITE;
/*!40000 ALTER TABLE `estatisticas_exterior` DISABLE KEYS */;
INSERT INTO `estatisticas_exterior` VALUES (1,500347,0,500347,0,0,784,40,744,0,0,0,0,0,0,'2018-10-28 16:07:47'),(2,500347,284394,215953,167392,117002,784,438,346,117002,4907,5186,0,0,106909,'2018-10-28 20:52:24'),(3,500347,292487,207860,171574,120913,784,450,334,120913,4975,5284,0,0,110654,'2018-10-28 21:20:28'),(4,500347,303649,196698,179234,124415,784,465,319,124415,5059,5382,0,0,113974,'2018-10-28 21:25:10'),(5,500347,321700,178647,190810,130890,784,490,294,130890,5285,5671,0,0,119934,'2018-10-28 21:35:17'),(6,500347,333447,166900,198298,135149,784,505,279,135149,5392,5794,0,0,123963,'2018-10-28 21:39:48'),(7,500347,336443,163904,200240,136203,784,509,275,136203,5431,5822,0,0,124950,'2018-10-28 21:44:26'),(8,500347,352399,147948,207949,144450,784,530,254,144450,5676,6188,0,0,132586,'2018-10-28 21:50:03'),(9,500347,362719,137628,214553,148166,784,544,240,148166,5762,6287,0,0,136117,'2018-10-28 21:56:33'),(10,500347,365928,134419,216427,149501,784,557,227,149501,5789,6331,0,0,137381,'2018-10-28 21:59:49'),(11,500347,367737,132610,217540,150197,784,564,220,150197,5799,6345,0,0,138053,'2018-10-28 22:05:17'),(12,500347,373305,127042,220599,152706,784,577,207,152706,5865,6472,0,0,140369,'2018-10-28 22:09:33'),(13,500347,374978,125369,221633,153345,784,580,204,153345,5873,6489,0,0,140983,'2018-10-28 22:14:33'),(14,500347,380214,120133,224880,155334,784,595,189,155334,5911,6569,0,0,142854,'2018-10-28 22:19:48'),(15,500347,385594,114753,228260,157334,784,609,175,157334,5976,6647,0,0,144711,'2018-10-28 22:24:34'),(16,500347,392462,107885,232822,159640,784,620,164,159640,6034,6718,0,0,146888,'2018-10-28 22:29:20'),(17,500347,396784,103563,235660,161124,784,626,158,161124,6080,6766,0,0,148278,'2018-10-28 22:34:38'),(18,500347,410163,90184,244721,165442,784,648,136,165442,6163,6892,0,0,152387,'2018-10-28 22:39:40'),(19,500347,472508,27839,281580,190928,784,736,48,190928,6903,7991,0,0,176034,'2018-10-29 00:00:06'),(20,500347,473870,26477,282369,191501,784,740,44,191501,6912,8017,0,0,176572,'2018-10-29 00:05:37'),(21,500347,473981,26366,282394,191587,784,741,43,191587,6914,8027,0,0,176646,'2018-10-29 00:24:26'),(22,500347,474866,25481,282922,191944,784,744,40,191944,6920,8042,0,0,176982,'2018-10-29 00:41:43'),(23,500347,482508,17839,288074,194434,784,754,30,194434,7013,8158,0,0,179263,'2018-10-29 00:49:38'),(24,500347,482903,17444,288394,194509,784,755,29,194509,7018,8161,0,0,179330,'2018-10-29 00:54:15'),(25,500347,494725,5622,296209,198516,784,772,12,198516,7141,8356,0,0,183019,'2018-10-29 00:59:15'),(26,500347,495406,4941,296504,198902,784,774,10,198902,7149,8378,0,0,183375,'2018-10-29 01:09:30');
/*!40000 ALTER TABLE `estatisticas_exterior` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `votos_brasil`
--
DROP TABLE IF EXISTS `votos_brasil`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `votos_brasil` (
`id_votos` int(11) NOT NULL AUTO_INCREMENT,
`id_candidato` int(11) DEFAULT NULL,
`votos_raw` varchar(255) DEFAULT NULL,
`votos_int` int(11) DEFAULT NULL,
`timestamp` timestamp NULL DEFAULT NULL,
PRIMARY KEY (`id_votos`),
UNIQUE KEY `brasil_v` (`id_candidato`,`votos_raw`,`votos_int`)
) ENGINE=MyISAM AUTO_INCREMENT=31 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `votos_brasil`
--
LOCK TABLES `votos_brasil` WRITE;
/*!40000 ALTER TABLE `votos_brasil` DISABLE KEYS */;
INSERT INTO `votos_brasil` VALUES (1,2,'0',0,'2018-10-28 20:19:13'),(2,1,'0',0,'2018-10-28 20:19:13'),(3,1,'51945420',51945420,'2018-10-28 22:02:05'),(4,2,'41319261',41319261,'2018-10-28 22:02:05'),(5,1,'53967345',53967345,'2018-10-28 22:11:17'),(6,2,'43047628',43047628,'2018-10-28 22:11:17'),(7,1,'55205640',55205640,'2018-10-28 22:21:32'),(8,2,'44193523',44193523,'2018-10-28 22:21:32'),(9,1,'56188851',56188851,'2018-10-28 22:31:20'),(10,2,'45066535',45066535,'2018-10-28 22:31:20'),(11,1,'56704850',56704850,'2018-10-28 22:42:04'),(12,2,'45613588',45613588,'2018-10-28 22:42:04'),(13,1,'57751280',57751280,'2018-10-29 00:00:05'),(14,2,'46937025',46937025,'2018-10-29 00:00:05'),(15,1,'57765131',57765131,'2018-10-29 00:05:36'),(16,2,'46969763',46969763,'2018-10-29 00:05:36'),(17,1,'57774302',57774302,'2018-10-29 00:13:23'),(18,2,'46988083',46988083,'2018-10-29 00:13:23'),(19,1,'57780490',57780490,'2018-10-29 00:23:41'),(20,2,'47010689',47010689,'2018-10-29 00:23:41'),(21,1,'57782731',57782731,'2018-10-29 00:34:03'),(22,2,'47017752',47017752,'2018-10-29 00:34:03'),(23,1,'57787869',57787869,'2018-10-29 00:44:01'),(24,2,'47022217',47022217,'2018-10-29 00:44:01'),(25,1,'57790455',57790455,'2018-10-29 00:54:00'),(26,2,'47025716',47025716,'2018-10-29 00:54:00'),(27,1,'57793695',57793695,'2018-10-29 01:04:00'),(28,2,'47029010',47029010,'2018-10-29 01:04:00'),(29,1,'57794703',57794703,'2018-10-29 01:14:00'),(30,2,'47032398',47032398,'2018-10-29 01:14:00');
/*!40000 ALTER TABLE `votos_brasil` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `votos_estados`
--
DROP TABLE IF EXISTS `votos_estados`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `votos_estados` (
`id_votos_uf` int(11) NOT NULL AUTO_INCREMENT,
`id_candidato` int(11) DEFAULT NULL,
`uf` varchar(45) DEFAULT NULL,
`votos_raw` varchar(45) DEFAULT NULL,
`votos_int` int(11) DEFAULT NULL,
`timestamp` timestamp NULL DEFAULT NULL,
PRIMARY KEY (`id_votos_uf`),
UNIQUE KEY `brasil_v` (`uf`,`id_candidato`,`votos_raw`,`votos_int`)
) ENGINE=MyISAM AUTO_INCREMENT=509 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `votos_estados`
--
LOCK TABLES `votos_estados` WRITE;
/*!40000 ALTER TABLE `votos_estados` DISABLE KEYS */;
INSERT INTO `votos_estados` VALUES (1,2,'ac','0',0,'2018-10-28 20:19:09'),(2,1,'ac','0',0,'2018-10-28 20:19:09'),(3,2,'al','0',0,'2018-10-28 20:19:09'),(4,1,'al','0',0,'2018-10-28 20:19:09'),(5,2,'ap','0',0,'2018-10-28 20:19:09'),(6,1,'ap','0',0,'2018-10-28 20:19:09'),(7,2,'am','0',0,'2018-10-28 20:19:09'),(8,1,'am','0',0,'2018-10-28 20:19:09'),(9,2,'ba','0',0,'2018-10-28 20:19:10'),(10,1,'ba','0',0,'2018-10-28 20:19:10'),(11,2,'ce','0',0,'2018-10-28 20:19:10'),(12,1,'ce','0',0,'2018-10-28 20:19:10'),(13,2,'df','0',0,'2018-10-28 20:19:10'),(14,1,'df','0',0,'2018-10-28 20:19:10'),(15,2,'es','0',0,'2018-10-28 20:19:10'),(16,1,'es','0',0,'2018-10-28 20:19:10'),(17,2,'go','0',0,'2018-10-28 20:19:10'),(18,1,'go','0',0,'2018-10-28 20:19:10'),(19,2,'ma','0',0,'2018-10-28 20:19:10'),(20,1,'ma','0',0,'2018-10-28 20:19:10'),(21,2,'mt','0',0,'2018-10-28 20:19:10'),(22,1,'mt','0',0,'2018-10-28 20:19:10'),(23,2,'ms','0',0,'2018-10-28 20:19:11'),(24,1,'ms','0',0,'2018-10-28 20:19:11'),(25,2,'mg','0',0,'2018-10-28 20:19:11'),(26,1,'mg','0',0,'2018-10-28 20:19:11'),(27,2,'pa','0',0,'2018-10-28 20:19:11'),(28,1,'pa','0',0,'2018-10-28 20:19:11'),(29,2,'pb','0',0,'2018-10-28 20:19:11'),(30,1,'pb','0',0,'2018-10-28 20:19:11'),(31,2,'pr','0',0,'2018-10-28 20:19:11'),(32,1,'pr','0',0,'2018-10-28 20:19:11'),(33,2,'pe','0',0,'2018-10-28 20:19:11'),(34,1,'pe','0',0,'2018-10-28 20:19:11'),(35,2,'pi','0',0,'2018-10-28 20:19:11'),(36,1,'pi','0',0,'2018-10-28 20:19:11'),(37,2,'rj','0',0,'2018-10-28 20:19:11'),(38,1,'rj','0',0,'2018-10-28 20:19:11'),(39,2,'rn','0',0,'2018-10-28 20:19:11'),(40,1,'rn','0',0,'2018-10-28 20:19:11'),(41,2,'rs','0',0,'2018-10-28 20:19:12'),(42,1,'rs','0',0,'2018-10-28 20:19:12'),(43,2,'ro','0',0,'2018-10-28 20:19:12'),(44,1,'ro','0',0,'2018-10-28 20:19:12'),(45,2,'rr','0',0,'2018-10-28 20:19:12'),(46,1,'rr','0',0,'2018-10-28 20:19:12'),(47,2,'sc','0',0,'2018-10-28 20:19:12'),(48,1,'sc','0',0,'2018-10-28 20:19:12'),(49,2,'sp','0',0,'2018-10-28 20:19:12'),(50,1,'sp','0',0,'2018-10-28 20:19:12'),(51,2,'se','0',0,'2018-10-28 20:19:13'),(52,1,'se','0',0,'2018-10-28 20:19:13'),(53,2,'to','0',0,'2018-10-28 20:19:13'),(54,1,'to','0',0,'2018-10-28 20:19:13'),(55,1,'ap','184343',184343,'2018-10-28 22:00:46'),(56,2,'ap','181563',181563,'2018-10-28 22:00:46'),(57,1,'es','1276386',1276386,'2018-10-28 22:00:47'),(58,2,'es','747257',747257,'2018-10-28 22:00:47'),(59,2,'ba','1731837',1731837,'2018-10-28 22:01:16'),(60,1,'ba','4482721',4482721,'2018-10-28 22:01:16'),(61,1,'am','785333',785333,'2018-10-28 22:01:46'),(62,2,'am','639270',639270,'2018-10-28 22:01:46'),(63,2,'pa','1705160',1705160,'2018-10-28 22:01:47'),(64,1,'pa','2020685',2020685,'2018-10-28 22:01:47'),(65,1,'ro','418594',418594,'2018-10-28 22:01:48'),(66,2,'ro','170927',170927,'2018-10-28 22:01:48'),(67,1,'rr','71749',71749,'2018-10-28 22:01:49'),(68,2,'rr','31444',31444,'2018-10-28 22:01:49'),(69,1,'mt','883312',883312,'2018-10-28 22:02:31'),(70,2,'mt','435373',435373,'2018-10-28 22:02:31'),(71,1,'sp','14085974',14085974,'2018-10-28 22:02:47'),(72,2,'sp','6590285',6590285,'2018-10-28 22:02:47'),(73,1,'ap','184471',184471,'2018-10-28 22:03:31'),(74,2,'ap','182401',182401,'2018-10-28 22:03:31'),(75,1,'go','2072588',2072588,'2018-10-28 22:03:31'),(76,2,'go','1081879',1081879,'2018-10-28 22:03:31'),(77,1,'rj','5435364',5435364,'2018-10-28 22:03:33'),(78,2,'rj','2577030',2577030,'2018-10-28 22:03:33'),(79,1,'mg','5490715',5490715,'2018-10-28 22:04:16'),(80,2,'mg','3859476',3859476,'2018-10-28 22:04:16'),(81,2,'al','550027',550027,'2018-10-28 22:04:45'),(82,1,'al','868427',868427,'2018-10-28 22:04:45'),(83,2,'se','354601',354601,'2018-10-28 22:04:47'),(84,1,'se','745054',745054,'2018-10-28 22:04:47'),(85,2,'ce','1320840',1320840,'2018-10-28 22:05:01'),(86,1,'ce','3141260',3141260,'2018-10-28 22:05:01'),(87,2,'pb','762128',762128,'2018-10-28 22:05:01'),(88,1,'pb','1403727',1403727,'2018-10-28 22:05:01'),(89,2,'pi','410253',410253,'2018-10-28 22:05:02'),(90,1,'pi','1334853',1334853,'2018-10-28 22:05:02'),(91,2,'rn','639352',639352,'2018-10-28 22:05:02'),(92,1,'rn','1105800',1105800,'2018-10-28 22:05:02'),(93,2,'ma','783017',783017,'2018-10-28 22:05:16'),(94,1,'ma','1941186',1941186,'2018-10-28 22:05:16'),(95,2,'pe','1589697',1589697,'2018-10-28 22:05:17'),(96,1,'pe','3159915',3159915,'2018-10-28 22:05:17'),(97,2,'pa','1711252',1711252,'2018-10-28 22:06:16'),(98,1,'pa','2032005',2032005,'2018-10-28 22:06:16'),(99,1,'sc','2884126',2884126,'2018-10-28 22:06:17'),(100,2,'sc','908885',908885,'2018-10-28 22:06:17'),(101,1,'ms','857549',857549,'2018-10-28 22:06:31'),(102,2,'ms','454770',454770,'2018-10-28 22:06:31'),(103,1,'am','799113',799113,'2018-10-28 22:06:46'),(104,2,'am','662637',662637,'2018-10-28 22:06:46'),(105,1,'rr','86663',86663,'2018-10-28 22:06:47'),(106,2,'rr','37539',37539,'2018-10-28 22:06:47'),(107,1,'rs','3805848',3805848,'2018-10-28 22:07:05'),(108,2,'rs','2201268',2201268,'2018-10-28 22:07:05'),(109,1,'mt','936136',936136,'2018-10-28 22:08:01'),(110,2,'mt','466180',466180,'2018-10-28 22:08:01'),(111,1,'pr','4222991',4222991,'2018-10-28 22:08:46'),(112,2,'pr','1947846',1947846,'2018-10-28 22:08:46'),(113,1,'ap','184651',184651,'2018-10-28 22:09:46'),(114,2,'ap','182574',182574,'2018-10-28 22:09:46'),(115,2,'ma','794290',794290,'2018-10-28 22:10:01'),(116,1,'ma','1988668',1988668,'2018-10-28 22:10:01'),(117,2,'rn','642591',642591,'2018-10-28 22:10:02'),(118,1,'rn','1110903',1110903,'2018-10-28 22:10:02'),(119,2,'se','357317',357317,'2018-10-28 22:10:02'),(120,1,'se','748770',748770,'2018-10-28 22:10:02'),(121,2,'al','555212',555212,'2018-10-28 22:10:16'),(122,1,'al','872118',872118,'2018-10-28 22:10:16'),(123,2,'pi','411302',411302,'2018-10-28 22:10:16'),(124,1,'pi','1340992',1340992,'2018-10-28 22:10:16'),(125,2,'ba','1787110',1787110,'2018-10-28 22:10:46'),(126,1,'ba','4660734',4660734,'2018-10-28 22:10:46'),(127,1,'es','1276510',1276510,'2018-10-28 22:10:47'),(128,2,'es','747583',747583,'2018-10-28 22:10:47'),(129,1,'mg','5742791',5742791,'2018-10-28 22:11:02'),(130,2,'mg','4038475',4038475,'2018-10-28 22:11:02'),(131,1,'am','808508',808508,'2018-10-28 22:11:16'),(132,2,'am','684728',684728,'2018-10-28 22:11:16'),(133,2,'al','565197',565197,'2018-10-28 22:11:46'),(134,1,'al','882234',882234,'2018-10-28 22:11:46'),(135,1,'ap','184670',184670,'2018-10-28 22:11:46'),(136,2,'ap','182643',182643,'2018-10-28 22:11:46'),(137,2,'pa','1717850',1717850,'2018-10-28 22:11:47'),(138,1,'pa','2045842',2045842,'2018-10-28 22:11:47'),(139,2,'rn','645022',645022,'2018-10-28 22:11:47'),(140,1,'rn','1116127',1116127,'2018-10-28 22:11:47'),(141,2,'pb','778214',778214,'2018-10-28 22:12:02'),(142,1,'pb','1440596',1440596,'2018-10-28 22:12:02'),(143,1,'ro','480271',480271,'2018-10-28 22:12:02'),(144,2,'ro','191633',191633,'2018-10-28 22:12:02'),(145,1,'rr','95658',95658,'2018-10-28 22:12:02'),(146,2,'rr','41085',41085,'2018-10-28 22:12:02'),(147,2,'pe','1622322',1622322,'2018-10-28 22:12:32'),(148,1,'pe','3221397',3221397,'2018-10-28 22:12:32'),(149,2,'ce','1348770',1348770,'2018-10-28 22:12:46'),(150,1,'ce','3254691',3254691,'2018-10-28 22:12:46'),(151,2,'ma','804005',804005,'2018-10-28 22:12:46'),(152,1,'ma','2031183',2031183,'2018-10-28 22:12:46'),(153,1,'mt','971320',971320,'2018-10-28 22:13:01'),(154,2,'mt','482049',482049,'2018-10-28 22:13:01'),(155,2,'pi','413673',413673,'2018-10-28 22:13:02'),(156,1,'pi','1353872',1353872,'2018-10-28 22:13:02'),(157,1,'go','2095828',2095828,'2018-10-28 22:14:01'),(158,2,'go','1097060',1097060,'2018-10-28 22:14:01'),(159,2,'se','359828',359828,'2018-10-28 22:14:02'),(160,1,'se','752730',752730,'2018-10-28 22:14:02'),(161,1,'rj','5559596',5559596,'2018-10-28 22:14:17'),(162,2,'rj','2631239',2631239,'2018-10-28 22:14:17'),(163,2,'rn','646841',646841,'2018-10-28 22:15:03'),(164,1,'rn','1120159',1120159,'2018-10-28 22:15:03'),(165,1,'sp','14447210',14447210,'2018-10-28 22:15:03'),(166,2,'sp','6771282',6771282,'2018-10-28 22:15:03'),(167,1,'rr','109209',109209,'2018-10-28 22:15:47'),(168,2,'rr','45796',45796,'2018-10-28 22:15:47'),(169,1,'sc','2931930',2931930,'2018-10-28 22:15:47'),(170,2,'sc','926518',926518,'2018-10-28 22:15:47'),(171,2,'al','580917',580917,'2018-10-28 22:16:16'),(172,1,'al','892306',892306,'2018-10-28 22:16:16'),(173,2,'pi','414746',414746,'2018-10-28 22:16:17'),(174,1,'pi','1363162',1363162,'2018-10-28 22:16:17'),(175,2,'pa','1720664',1720664,'2018-10-28 22:16:31'),(176,1,'pa','2052794',2052794,'2018-10-28 22:16:31'),(177,1,'am','821237',821237,'2018-10-28 22:16:46'),(178,2,'am','705007',705007,'2018-10-28 22:16:46'),(179,1,'ms','869922',869922,'2018-10-28 22:16:46'),(180,2,'ms','463446',463446,'2018-10-28 22:16:46'),(181,1,'ac','2902',2902,'2018-10-28 22:17:01'),(182,2,'ac','2371',2371,'2018-10-28 22:17:01'),(183,1,'rs','3850486',3850486,'2018-10-28 22:17:17'),(184,2,'rs','2231824',2231824,'2018-10-28 22:17:17'),(185,1,'mt','994393',994393,'2018-10-28 22:17:46'),(186,2,'mt','496147',496147,'2018-10-28 22:17:46'),(187,2,'se','362230',362230,'2018-10-28 22:18:02'),(188,1,'se','755571',755571,'2018-10-28 22:18:02'),(189,1,'pr','4224054',4224054,'2018-10-28 22:18:19'),(190,2,'pr','1948419',1948419,'2018-10-28 22:18:19'),(191,2,'ma','816725',816725,'2018-10-28 22:18:31'),(192,1,'ma','2074100',2074100,'2018-10-28 22:18:31'),(193,1,'sp','14811260',14811260,'2018-10-28 22:20:33'),(194,2,'sp','6973485',6973485,'2018-10-28 22:20:33'),(195,1,'es','1276571',1276571,'2018-10-28 22:20:47'),(196,2,'es','747733',747733,'2018-10-28 22:20:47'),(197,2,'rn','647518',647518,'2018-10-28 22:20:48'),(198,1,'rn','1122332',1122332,'2018-10-28 22:20:48'),(199,1,'mg','5878567',5878567,'2018-10-28 22:21:01'),(200,2,'mg','4146018',4146018,'2018-10-28 22:21:01'),(201,1,'ac','8839',8839,'2018-10-28 22:21:15'),(202,2,'ac','5184',5184,'2018-10-28 22:21:15'),(203,2,'ba','1829941',1829941,'2018-10-28 22:21:16'),(204,1,'ba','4802536',4802536,'2018-10-28 22:21:16'),(205,1,'rr','116673',116673,'2018-10-28 22:21:17'),(206,2,'rr','48019',48019,'2018-10-28 22:21:17'),(207,1,'am','829008',829008,'2018-10-28 22:21:31'),(208,2,'am','721380',721380,'2018-10-28 22:21:31'),(209,2,'pb','781901',781901,'2018-10-28 22:21:31'),(210,1,'pb','1450389',1450389,'2018-10-28 22:21:31'),(211,2,'ce','1362867',1362867,'2018-10-28 22:22:01'),(212,1,'ce','3308437',3308437,'2018-10-28 22:22:01'),(213,2,'pa','1724017',1724017,'2018-10-28 22:22:02'),(214,1,'pa','2061382',2061382,'2018-10-28 22:22:02'),(215,2,'pi','415428',415428,'2018-10-28 22:22:02'),(216,1,'pi','1367677',1367677,'2018-10-28 22:22:02'),(217,2,'al','592920',592920,'2018-10-28 22:22:16'),(218,1,'al','899894',899894,'2018-10-28 22:22:16'),(219,1,'mt','1014954',1014954,'2018-10-28 22:22:16'),(220,2,'mt','506700',506700,'2018-10-28 22:22:16'),(221,2,'pe','1653076',1653076,'2018-10-28 22:22:17'),(222,1,'pe','3274320',3274320,'2018-10-28 22:22:17'),(223,1,'ro','516388',516388,'2018-10-28 22:22:20'),(224,2,'ro','203910',203910,'2018-10-28 22:22:20'),(225,2,'to','356681',356681,'2018-10-28 22:23:19'),(226,1,'to','371376',371376,'2018-10-28 22:23:19'),(227,2,'ma','827239',827239,'2018-10-28 22:24:16'),(228,1,'ma','2120463',2120463,'2018-10-28 22:24:16'),(229,1,'rj','5635273',5635273,'2018-10-28 22:24:17'),(230,2,'rj','2661435',2661435,'2018-10-28 22:24:17'),(231,2,'se','363907',363907,'2018-10-28 22:24:18'),(232,1,'se','757341',757341,'2018-10-28 22:24:18'),(233,1,'sp','14887477',14887477,'2018-10-28 22:24:47'),(234,2,'sp','7005829',7005829,'2018-10-28 22:24:47'),(235,1,'sc','2954554',2954554,'2018-10-28 22:25:32'),(236,2,'sc','934398',934398,'2018-10-28 22:25:32'),(237,1,'df','1080411',1080411,'2018-10-28 22:26:01'),(238,2,'df','463340',463340,'2018-10-28 22:26:01'),(239,2,'pa','1725220',1725220,'2018-10-28 22:26:16'),(240,1,'pa','2065933',2065933,'2018-10-28 22:26:16'),(241,2,'rn','649859',649859,'2018-10-28 22:26:16'),(242,1,'rn','1126905',1126905,'2018-10-28 22:26:16'),(243,1,'ms','871481',871481,'2018-10-28 22:26:47'),(244,2,'ms','464121',464121,'2018-10-28 22:26:47'),(245,1,'go','2118567',2118567,'2018-10-28 22:27:01'),(246,2,'go','1112371',1112371,'2018-10-28 22:27:01'),(247,1,'rs','3870577',3870577,'2018-10-28 22:27:32'),(248,2,'rs','2245372',2245372,'2018-10-28 22:27:32'),(249,1,'ac','21621',21621,'2018-10-28 22:28:01'),(250,2,'ac','10249',10249,'2018-10-28 22:28:01'),(251,1,'am','838790',838790,'2018-10-28 22:28:05'),(252,2,'am','743477',743477,'2018-10-28 22:28:05'),(253,2,'ma','833390',833390,'2018-10-28 22:28:12'),(254,1,'ma','2151981',2151981,'2018-10-28 22:28:12'),(255,1,'mt','1033023',1033023,'2018-10-28 22:28:12'),(256,2,'mt','515465',515465,'2018-10-28 22:28:12'),(257,1,'rr','128178',128178,'2018-10-28 22:28:20'),(258,2,'rr','52286',52286,'2018-10-28 22:28:20'),(259,2,'se','364092',364092,'2018-10-28 22:28:22'),(260,1,'se','757636',757636,'2018-10-28 22:28:22'),(261,2,'pi','416187',416187,'2018-10-28 22:28:34'),(262,1,'pi','1375030',1375030,'2018-10-28 22:28:34'),(263,1,'pr','4224272',4224272,'2018-10-28 22:28:47'),(264,2,'pr','1948662',1948662,'2018-10-28 22:28:47'),(265,1,'ap','184929',184929,'2018-10-28 22:30:49'),(266,2,'ap','183191',183191,'2018-10-28 22:30:49'),(267,1,'mg','5974695',5974695,'2018-10-28 22:30:50'),(268,2,'mg','4231544',4231544,'2018-10-28 22:30:50'),(269,1,'ac','31220',31220,'2018-10-28 22:31:16'),(270,2,'ac','14049',14049,'2018-10-28 22:31:16'),(271,1,'am','845240',845240,'2018-10-28 22:31:16'),(272,2,'am','763163',763163,'2018-10-28 22:31:16'),(273,2,'ba','1871397',1871397,'2018-10-28 22:31:16'),(274,1,'ba','4927959',4927959,'2018-10-28 22:31:16'),(275,1,'go','2121379',2121379,'2018-10-28 22:31:33'),(276,2,'go','1115772',1115772,'2018-10-28 22:31:33'),(277,2,'rn','649937',649937,'2018-10-28 22:31:39'),(278,1,'rn','1127019',1127019,'2018-10-28 22:31:39'),(279,1,'sc','2957359',2957359,'2018-10-28 22:31:39'),(280,2,'sc','935381',935381,'2018-10-28 22:31:39'),(281,2,'pa','1727634',1727634,'2018-10-28 22:32:03'),(282,1,'pa','2073223',2073223,'2018-10-28 22:32:03'),(283,1,'ro','547884',547884,'2018-10-28 22:32:21'),(284,2,'ro','213901',213901,'2018-10-28 22:32:21'),(285,1,'rr','135138',135138,'2018-10-28 22:32:21'),(286,2,'rr','55528',55528,'2018-10-28 22:32:21'),(287,1,'mt','1042604',1042604,'2018-10-28 22:33:09'),(288,2,'mt','520130',520130,'2018-10-28 22:33:09'),(289,2,'pe','1656677',1656677,'2018-10-28 22:33:20'),(290,1,'pe','3285803',3285803,'2018-10-28 22:33:20'),(291,2,'pi','416793',416793,'2018-10-28 22:33:21'),(292,1,'pi','1381527',1381527,'2018-10-28 22:33:21'),(293,2,'al','593140',593140,'2018-10-28 22:33:31'),(294,1,'al','900022',900022,'2018-10-28 22:33:31'),(295,2,'ce','1372368',1372368,'2018-10-28 22:33:34'),(296,1,'ce','3348322',3348322,'2018-10-28 22:33:34'),(297,1,'go','2123985',2123985,'2018-10-28 22:33:34'),(298,2,'go','1117263',1117263,'2018-10-28 22:33:34'),(299,2,'ma','837190',837190,'2018-10-28 22:33:34'),(300,1,'ma','2174770',2174770,'2018-10-28 22:33:34'),(301,1,'ap','184988',184988,'2018-10-28 22:34:46'),(302,2,'ap','183291',183291,'2018-10-28 22:34:46'),(303,1,'rj','5649994',5649994,'2018-10-28 22:34:59'),(304,2,'rj','2666476',2666476,'2018-10-28 22:34:59'),(305,1,'sp','15081317',15081317,'2018-10-28 22:35:32'),(306,2,'sp','7094587',7094587,'2018-10-28 22:35:32'),(307,2,'se','364107',364107,'2018-10-28 22:35:32'),(308,1,'se','757916',757916,'2018-10-28 22:35:32'),(309,2,'pb','781990',781990,'2018-10-28 22:35:47'),(310,1,'pb','1450587',1450587,'2018-10-28 22:35:47'),(311,2,'rn','649953',649953,'2018-10-28 22:35:47'),(312,1,'rn','1127119',1127119,'2018-10-28 22:35:47'),(313,1,'rr','141797',141797,'2018-10-28 22:36:03'),(314,2,'rr','57729',57729,'2018-10-28 22:36:03'),(315,1,'ac','44767',44767,'2018-10-28 22:36:16'),(316,2,'ac','18498',18498,'2018-10-28 22:36:16'),(317,2,'pa','1730512',1730512,'2018-10-28 22:36:17'),(318,1,'pa','2081011',2081011,'2018-10-28 22:36:17'),(319,1,'ms','871987',871987,'2018-10-28 22:36:35'),(320,2,'ms','464380',464380,'2018-10-28 22:36:35'),(321,2,'pi','417394',417394,'2018-10-28 22:36:36'),(322,1,'pi','1385853',1385853,'2018-10-28 22:36:36'),(323,1,'sc','2960488',2960488,'2018-10-28 22:36:36'),(324,2,'sc','938440',938440,'2018-10-28 22:36:36'),(325,1,'am','856500',856500,'2018-10-28 22:36:50'),(326,2,'am','789141',789141,'2018-10-28 22:36:50'),(327,1,'rs','3882886',3882886,'2018-10-28 22:36:55'),(328,2,'rs','2254348',2254348,'2018-10-28 22:36:55'),(329,1,'go','2124481',2124481,'2018-10-28 22:37:48'),(330,2,'go','1117498',1117498,'2018-10-28 22:37:48'),(331,1,'mt','1053779',1053779,'2018-10-28 22:37:49'),(332,2,'mt','524999',524999,'2018-10-28 22:37:49'),(333,1,'pr','4224416',4224416,'2018-10-28 22:37:49'),(334,2,'pr','1948790',1948790,'2018-10-28 22:37:49'),(335,2,'ma','846826',846826,'2018-10-28 22:38:03'),(336,1,'ma','2216675',2216675,'2018-10-28 22:38:03'),(337,1,'ms','872049',872049,'2018-10-28 22:38:32'),(338,2,'ms','465025',465025,'2018-10-28 22:38:32'),(339,1,'mg','6005483',6005483,'2018-10-28 22:40:48'),(340,2,'mg','4267371',4267371,'2018-10-28 22:40:48'),(341,1,'ac','64402',64402,'2018-10-28 22:41:01'),(342,2,'ac','24940',24940,'2018-10-28 22:41:01'),(343,2,'rn','650428',650428,'2018-10-28 22:41:05'),(344,1,'rn','1127988',1127988,'2018-10-28 22:41:05'),(345,2,'ba','1910329',1910329,'2018-10-28 22:41:16'),(346,1,'ba','5037366',5037366,'2018-10-28 22:41:16'),(347,2,'pa','1732222',1732222,'2018-10-28 22:41:32'),(348,1,'pa','2086313',2086313,'2018-10-28 22:41:32'),(349,1,'rr','146514',146514,'2018-10-28 22:41:32'),(350,2,'rr','59654',59654,'2018-10-28 22:41:32'),(351,1,'ro','565410',565410,'2018-10-28 22:41:53'),(352,2,'ro','219446',219446,'2018-10-28 22:41:53'),(353,1,'sc','2961394',2961394,'2018-10-28 22:41:53'),(354,2,'sc','939270',939270,'2018-10-28 22:41:53'),(355,2,'al','597484',597484,'2018-10-28 22:42:01'),(356,1,'al','902748',902748,'2018-10-28 22:42:01'),(357,1,'am','861399',861399,'2018-10-28 22:42:01'),(358,2,'am','801308',801308,'2018-10-28 22:42:01'),(359,1,'go','2124589',2124589,'2018-10-28 22:42:01'),(360,2,'go','1117597',1117597,'2018-10-28 22:42:01'),(361,2,'pi','417728',417728,'2018-10-28 22:42:02'),(362,1,'pi','1389214',1389214,'2018-10-28 22:42:02'),(363,2,'ce','1378963',1378963,'2018-10-28 22:42:30'),(364,1,'ce','3379975',3379975,'2018-10-28 22:42:30'),(365,2,'ma','851225',851225,'2018-10-28 22:42:31'),(366,1,'ma','2240440',2240440,'2018-10-28 22:42:31'),(367,1,'mt','1058913',1058913,'2018-10-28 22:42:31'),(368,2,'mt','527826',527826,'2018-10-28 22:42:31'),(369,2,'pb','782034',782034,'2018-10-28 22:42:32'),(370,1,'pb','1450709',1450709,'2018-10-28 22:42:32'),(371,2,'pe','1659036',1659036,'2018-10-28 22:42:32'),(372,1,'pe','3292292',3292292,'2018-10-28 22:42:32'),(373,1,'ac','288296',288296,'2018-10-29 00:00:03'),(374,2,'ac','84944',84944,'2018-10-29 00:00:03'),(375,2,'al','610093',610093,'2018-10-29 00:00:03'),(376,1,'al','912034',912034,'2018-10-29 00:00:03'),(377,1,'ap','185096',185096,'2018-10-29 00:00:04'),(378,2,'ap','183616',183616,'2018-10-29 00:00:04'),(379,1,'am','883701',883701,'2018-10-29 00:00:04'),(380,2,'am','868275',868275,'2018-10-29 00:00:04'),(381,2,'ba','2050416',2050416,'2018-10-29 00:00:04'),(382,1,'ba','5448937',5448937,'2018-10-29 00:00:04'),(383,2,'ce','1384586',1384586,'2018-10-29 00:00:04'),(384,1,'ce','3407454',3407454,'2018-10-29 00:00:04'),(385,1,'es','1276611',1276611,'2018-10-29 00:00:04'),(386,2,'es','747768',747768,'2018-10-29 00:00:04'),(387,1,'go','2124738',2124738,'2018-10-29 00:00:04'),(388,2,'go','1117923',1117923,'2018-10-29 00:00:04'),(389,2,'ma','882119',882119,'2018-10-29 00:00:04'),(390,1,'ma','2405166',2405166,'2018-10-29 00:00:04'),(391,1,'mt','1085824',1085824,'2018-10-29 00:00:04'),(392,2,'mt','549001',549001,'2018-10-29 00:00:04'),(393,1,'mg','6095235',6095235,'2018-10-29 00:00:04'),(394,2,'mg','4376270',4376270,'2018-10-29 00:00:04'),(395,2,'pa','1742094',1742094,'2018-10-29 00:00:04'),(396,1,'pa','2112577',2112577,'2018-10-29 00:00:04'),(397,2,'pb','782143',782143,'2018-10-29 00:00:04'),(398,1,'pb','1451293',1451293,'2018-10-29 00:00:04'),(399,2,'pe','1661163',1661163,'2018-10-29 00:00:05'),(400,1,'pe','3297944',3297944,'2018-10-29 00:00:05'),(401,2,'pi','421959',421959,'2018-10-29 00:00:05'),(402,1,'pi','1415689',1415689,'2018-10-29 00:00:05'),(403,1,'rj','5669059',5669059,'2018-10-29 00:00:05'),(404,2,'rj','2673386',2673386,'2018-10-29 00:00:05'),(405,2,'rn','652562',652562,'2018-10-29 00:00:05'),(406,1,'rn','1131027',1131027,'2018-10-29 00:00:05'),(407,1,'rs','3893737',3893737,'2018-10-29 00:00:05'),(408,2,'rs','2263171',2263171,'2018-10-29 00:00:05'),(409,1,'ro','594968',594968,'2018-10-29 00:00:05'),(410,2,'ro','229343',229343,'2018-10-29 00:00:05'),(411,1,'rr','182978',182978,'2018-10-29 00:00:05'),(412,2,'rr','71578',71578,'2018-10-29 00:00:05'),(413,1,'sc','2966242',2966242,'2018-10-29 00:00:05'),(414,2,'sc','940724',940724,'2018-10-29 00:00:05'),(415,1,'sp','15305786',15305786,'2018-10-29 00:00:05'),(416,2,'sp','7212092',7212092,'2018-10-29 00:00:05'),(417,2,'se','364860',364860,'2018-10-29 00:00:05'),(418,1,'se','759061',759061,'2018-10-29 00:00:05'),(419,2,'to','356684',356684,'2018-10-29 00:00:05'),(420,1,'to','371593',371593,'2018-10-29 00:00:05'),(421,1,'ac','288681',288681,'2018-10-29 00:05:34'),(422,2,'ac','85148',85148,'2018-10-29 00:05:34'),(423,1,'am','883799',883799,'2018-10-29 00:05:34'),(424,2,'am','869309',869309,'2018-10-29 00:05:34'),(425,2,'ba','2053477',2053477,'2018-10-29 00:05:34'),(426,1,'ba','5462604',5462604,'2018-10-29 00:05:34'),(427,2,'ma','883101',883101,'2018-10-29 00:05:34'),(428,1,'ma','2410673',2410673,'2018-10-29 00:05:34'),(429,1,'mg','6098580',6098580,'2018-10-29 00:05:35'),(430,2,'mg','4378851',4378851,'2018-10-29 00:05:35'),(431,1,'ac','289145',289145,'2018-10-29 00:06:04'),(432,2,'ac','85391',85391,'2018-10-29 00:06:04'),(433,1,'am','884359',884359,'2018-10-29 00:06:04'),(434,2,'am','870429',870429,'2018-10-29 00:06:04'),(435,1,'mg','6098627',6098627,'2018-10-29 00:11:06'),(436,2,'mg','4378897',4378897,'2018-10-29 00:11:06'),(437,2,'pi','421961',421961,'2018-10-29 00:11:06'),(438,1,'pi','1415763',1415763,'2018-10-29 00:11:06'),(439,1,'rr','183179',183179,'2018-10-29 00:11:07'),(440,2,'rr','71644',71644,'2018-10-29 00:11:07'),(441,2,'ba','2054816',2054816,'2018-10-29 00:11:20'),(442,1,'ba','5466641',5466641,'2018-10-29 00:11:20'),(443,1,'ac','289650',289650,'2018-10-29 00:11:35'),(444,2,'ac','85613',85613,'2018-10-29 00:11:35'),(445,1,'am','884378',884378,'2018-10-29 00:11:35'),(446,2,'am','870586',870586,'2018-10-29 00:11:35'),(447,2,'ma','883862',883862,'2018-10-29 00:15:20'),(448,1,'ma','2415230',2415230,'2018-10-29 00:15:20'),(449,2,'ba','2056784',2056784,'2018-10-29 00:15:35'),(450,1,'ba','5471446',5471446,'2018-10-29 00:15:35'),(451,1,'am','884381',884381,'2018-10-29 00:16:20'),(452,2,'am','870704',870704,'2018-10-29 00:16:20'),(453,2,'pi','422046',422046,'2018-10-29 00:17:06'),(454,1,'pi','1416660',1416660,'2018-10-29 00:17:06'),(455,1,'mg','6099283',6099283,'2018-10-29 00:18:31'),(456,2,'mg','4381079',4381079,'2018-10-29 00:18:31'),(457,2,'ma','884805',884805,'2018-10-29 00:19:40'),(458,1,'ma','2420893',2420893,'2018-10-29 00:19:40'),(459,2,'ba','2057810',2057810,'2018-10-29 00:20:55'),(460,1,'ba','5474204',5474204,'2018-10-29 00:20:55'),(461,1,'ac','289983',289983,'2018-10-29 00:21:24'),(462,2,'ac','85798',85798,'2018-10-29 00:21:24'),(463,1,'am','884794',884794,'2018-10-29 00:21:40'),(464,2,'am','872145',872145,'2018-10-29 00:21:40'),(465,1,'mg','6099309',6099309,'2018-10-29 00:22:25'),(466,2,'mg','4381217',4381217,'2018-10-29 00:22:25'),(467,1,'rr','183221',183221,'2018-10-29 00:24:41'),(468,2,'rr','72516',72516,'2018-10-29 00:24:41'),(469,2,'ba','2058763',2058763,'2018-10-29 00:25:09'),(470,1,'ba','5476664',5476664,'2018-10-29 00:25:09'),(471,1,'ac','290512',290512,'2018-10-29 00:26:24'),(472,2,'ac','85959',85959,'2018-10-29 00:26:24'),(473,1,'rr','183233',183233,'2018-10-29 00:26:27'),(474,2,'rr','72791',72791,'2018-10-29 00:26:27'),(475,1,'am','884903',884903,'2018-10-29 00:26:39'),(476,2,'am','873443',873443,'2018-10-29 00:26:39'),(477,2,'ma','885019',885019,'2018-10-29 00:30:10'),(478,1,'ma','2421804',2421804,'2018-10-29 00:30:10'),(479,2,'ba','2059007',2059007,'2018-10-29 00:31:25'),(480,1,'ba','5477210',5477210,'2018-10-29 00:31:25'),(481,1,'am','884979',884979,'2018-10-29 00:32:09'),(482,2,'am','873699',873699,'2018-10-29 00:32:09'),(483,2,'pi','422052',422052,'2018-10-29 00:32:10'),(484,1,'pi','1416762',1416762,'2018-10-29 00:32:10'),(485,2,'ma','885045',885045,'2018-10-29 00:34:32'),(486,1,'ma','2422026',2422026,'2018-10-29 00:34:32'),(487,1,'ac','290632',290632,'2018-10-29 00:35:59'),(488,2,'ac','86009',86009,'2018-10-29 00:35:59'),(489,2,'ba','2059133',2059133,'2018-10-29 00:35:59'),(490,1,'ba','5478617',5478617,'2018-10-29 00:35:59'),(491,1,'ac','294899',294899,'2018-10-29 00:41:40'),(492,2,'ac','86977',86977,'2018-10-29 00:41:40'),(493,1,'am','885137',885137,'2018-10-29 00:41:40'),(494,2,'am','874858',874858,'2018-10-29 00:41:40'),(495,2,'ba','2059283',2059283,'2018-10-29 00:41:40'),(496,1,'ba','5479231',5479231,'2018-10-29 00:41:40'),(497,2,'ma','885072',885072,'2018-10-29 00:44:43'),(498,1,'ma','2422246',2422246,'2018-10-29 00:44:43'),(499,2,'ba','2059316',2059316,'2018-10-29 00:45:13'),(500,1,'ba','5479405',5479405,'2018-10-29 00:45:13'),(501,2,'ce','1384591',1384591,'2018-10-29 00:47:20'),(502,1,'ce','3407526',3407526,'2018-10-29 00:47:20'),(503,1,'mg','6100196',6100196,'2018-10-29 00:48:05'),(504,2,'mg','4383099',4383099,'2018-10-29 00:48:05'),(505,2,'ma','885097',885097,'2018-10-29 00:49:20'),(506,1,'ma','2422649',2422649,'2018-10-29 00:49:20'),(507,2,'pi','422058',422058,'2018-10-29 00:52:06'),(508,1,'pi','1416832',1416832,'2018-10-29 00:52:06');
/*!40000 ALTER TABLE `votos_estados` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `votos_exterior`
--
DROP TABLE IF EXISTS `votos_exterior`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `votos_exterior` (
`id_votos_ex` int(11) NOT NULL AUTO_INCREMENT,
`id_candidato` int(11) DEFAULT NULL,
`votos_raw` varchar(255) DEFAULT NULL,
`votos_int` int(11) DEFAULT NULL,
`timestamp` timestamp NULL DEFAULT NULL,
PRIMARY KEY (`id_votos_ex`),
UNIQUE KEY `brasil_v` (`id_candidato`,`votos_raw`,`votos_int`)
) ENGINE=MyISAM AUTO_INCREMENT=35 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `votos_exterior`
--
LOCK TABLES `votos_exterior` WRITE;
/*!40000 ALTER TABLE `votos_exterior` DISABLE KEYS */;
INSERT INTO `votos_exterior` VALUES (1,2,'0',0,'2018-10-28 20:19:13'),(2,1,'0',0,'2018-10-28 20:19:13'),(3,1,'95368',95368,'2018-10-28 22:05:17'),(4,2,'42685',42685,'2018-10-28 22:05:17'),(5,1,'97089',97089,'2018-10-28 22:09:33'),(6,2,'43280',43280,'2018-10-28 22:09:33'),(7,1,'97607',97607,'2018-10-28 22:14:33'),(8,2,'43376',43376,'2018-10-28 22:14:33'),(9,1,'99000',99000,'2018-10-28 22:19:48'),(10,2,'43854',43854,'2018-10-28 22:19:48'),(11,1,'100429',100429,'2018-10-28 22:24:34'),(12,2,'44282',44282,'2018-10-28 22:24:34'),(13,1,'102244',102244,'2018-10-28 22:29:20'),(14,2,'44644',44644,'2018-10-28 22:29:20'),(15,1,'103267',103267,'2018-10-28 22:34:38'),(16,2,'45011',45011,'2018-10-28 22:34:38'),(17,1,'106782',106782,'2018-10-28 22:39:40'),(18,2,'45605',45605,'2018-10-28 22:39:40'),(19,1,'125037',125037,'2018-10-29 00:00:06'),(20,2,'50997',50997,'2018-10-29 00:00:06'),(21,1,'125468',125468,'2018-10-29 00:05:37'),(22,2,'51104',51104,'2018-10-29 00:05:37'),(23,1,'125498',125498,'2018-10-29 00:24:26'),(24,2,'51148',51148,'2018-10-29 00:24:26'),(25,1,'125789',125789,'2018-10-29 00:41:43'),(26,2,'51193',51193,'2018-10-29 00:41:43'),(27,1,'127392',127392,'2018-10-29 00:49:38'),(28,2,'51871',51871,'2018-10-29 00:49:38'),(29,1,'127436',127436,'2018-10-29 00:54:15'),(30,2,'51894',51894,'2018-10-29 00:54:15'),(31,1,'130016',130016,'2018-10-29 00:59:15'),(32,2,'53003',53003,'2018-10-29 00:59:15'),(33,1,'130258',130258,'2018-10-29 01:09:30'),(34,2,'53117',53117,'2018-10-29 01:09:30');
/*!40000 ALTER TABLE `votos_exterior` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Dumping events for database 'eleicao'
--
--
-- Dumping routines for database 'eleicao'
--
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;
/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2018-10-29 1:33:28