-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgreplr.log
958 lines (958 loc) · 204 KB
/
greplr.log
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
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
*** Starting uWSGI 2.0.10 (64bit) on [Mon Jul 13 06:51:02 2015] ***
compiled with version: 4.8.2 on 11 June 2015 07:51:45
os: Linux-3.13.0-52-generic #85-Ubuntu SMP Wed Apr 29 16:44:17 UTC 2015
nodename: kuchbhilabs
machine: x86_64
clock source: unix
detected number of CPU cores: 1
current working directory: /home/shubham/greplr_api_server
writing pidfile to /var/run/uwsgi.pid
detected binary path: /usr/local/bin/uwsgi
!!! no internal routing support, rebuild with pcre support !!!
uWSGI running as root, you can use --uid/--gid/--chroot options
*** WARNING: you are running uWSGI as root !!! (use the --uid flag) ***
your processes number limit is 7782
your memory page size is 4096 bytes
detected max file descriptor number: 1024
lock engine: pthread robust mutexes
thunder lock: disabled (you can enable it with --thunder-lock)
uWSGI http bound on :8080 fd 4
uwsgi socket 0 bound to TCP address 127.0.0.1:46275 (port auto-assigned) fd 3
Python version: 2.7.6 (default, Mar 22 2014, 23:03:41) [GCC 4.8.2]
Python main interpreter initialized at 0x1943220
python threads support enabled
your server socket listen backlog is limited to 100 connections
your mercy for graceful operations on workers is 60 seconds
mapped 145520 bytes (142 KB) for 1 cores
*** Operational MODE: single process ***
WSGI app 0 (mountpoint='') ready in 0 seconds on interpreter 0x1943220 pid: 30348 (default app)
*** uWSGI is running in multiple interpreter mode ***
spawned uWSGI master process (pid: 30348)
spawned uWSGI worker 1 (pid: 30351, cores: 1)
spawned uWSGI http 1 (pid: 30352)
[pid: 30351|app: 0|req: 1/1] 122.162.122.210 () {28 vars in 346 bytes} [Mon Jul 13 06:53:40 2015] GET /api/events/plays => generated 76883 bytes in 257 msecs (HTTP/1.1 200) 3 headers in 146 bytes (1 switches on core 0)
[pid: 30351|app: 0|req: 2/2] 122.162.122.210 () {28 vars in 348 bytes} [Mon Jul 13 06:53:40 2015] GET /api/events/movies => generated 349047 bytes in 285 msecs (HTTP/1.1 200) 3 headers in 147 bytes (1 switches on core 0)
Mon Jul 13 06:55:00 2015 - uWSGI worker 1 screams: UAAAAAAH my master disconnected: i will kill myself !!!
*** Starting uWSGI 2.0.10 (64bit) on [Mon Jul 13 06:55:14 2015] ***
compiled with version: 4.8.2 on 11 June 2015 07:51:45
os: Linux-3.13.0-52-generic #85-Ubuntu SMP Wed Apr 29 16:44:17 UTC 2015
nodename: kuchbhilabs
machine: x86_64
clock source: unix
detected number of CPU cores: 1
current working directory: /home/shubham/greplr_api_server
writing pidfile to /var/run/uwsgi.pid
detected binary path: /usr/local/bin/uwsgi
!!! no internal routing support, rebuild with pcre support !!!
uWSGI running as root, you can use --uid/--gid/--chroot options
*** WARNING: you are running uWSGI as root !!! (use the --uid flag) ***
your processes number limit is 7782
your memory page size is 4096 bytes
detected max file descriptor number: 1024
lock engine: pthread robust mutexes
thunder lock: disabled (you can enable it with --thunder-lock)
uWSGI http bound on :8080 fd 4
uwsgi socket 0 bound to TCP address 127.0.0.1:44258 (port auto-assigned) fd 3
Python version: 2.7.6 (default, Mar 22 2014, 23:03:41) [GCC 4.8.2]
Python main interpreter initialized at 0x179c240
python threads support enabled
your server socket listen backlog is limited to 100 connections
your mercy for graceful operations on workers is 60 seconds
mapped 145520 bytes (142 KB) for 1 cores
*** Operational MODE: single process ***
WSGI app 0 (mountpoint='') ready in 0 seconds on interpreter 0x179c240 pid: 30457 (default app)
*** uWSGI is running in multiple interpreter mode ***
spawned uWSGI master process (pid: 30457)
spawned uWSGI worker 1 (pid: 30460, cores: 1)
spawned uWSGI http 1 (pid: 30461)
[pid: 30460|app: 0|req: 1/1] 122.162.122.210 () {28 vars in 345 bytes} [Mon Jul 13 06:55:40 2015] GET /api/events/plays => generated 76883 bytes in 211 msecs (HTTP/1.1 200) 3 headers in 146 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 2/2] 122.162.122.210 () {28 vars in 348 bytes} [Mon Jul 13 06:55:40 2015] GET /api/events/movies => generated 349047 bytes in 298 msecs (HTTP/1.1 200) 3 headers in 147 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 3/3] 122.162.122.210 () {28 vars in 391 bytes} [Mon Jul 13 06:55:44 2015] GET /api/travel/cabs?lat=28.7392&lng=77.1249 => generated 497 bytes in 2417 msecs (HTTP/1.1 200) 3 headers in 144 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 4/4] 122.162.122.210 () {28 vars in 385 bytes} [Mon Jul 13 06:55:49 2015] GET /api/food/bar?lat=28.7392&lng=77.1249 => generated 586 bytes in 176 msecs (HTTP/1.1 200) 3 headers in 144 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 5/5] 122.162.122.210 () {28 vars in 387 bytes} [Mon Jul 13 06:55:50 2015] GET /api/food/cafe?lat=28.7392&lng=77.1249 => generated 4941 bytes in 231 msecs (HTTP/1.1 200) 3 headers in 145 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 6/6] 122.162.122.210 () {28 vars in 401 bytes} [Mon Jul 13 06:55:50 2015] GET /api/food/restaurants?lat=28.7392&lng=77.1249 => generated 5068 bytes in 271 msecs (HTTP/1.1 200) 3 headers in 145 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 7/7] 122.162.122.210 () {28 vars in 389 bytes} [Mon Jul 13 06:55:50 2015] GET /api/food/order?lat=28.7392&lng=77.1249 => generated 76701 bytes in 935 msecs (HTTP/1.1 200) 3 headers in 146 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 8/8] 122.162.122.210 () {28 vars in 344 bytes} [Mon Jul 13 06:57:13 2015] GET /api/shop/offers => generated 171821 bytes in 1350 msecs (HTTP/1.1 200) 3 headers in 147 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 9/9] 122.162.122.210 () {28 vars in 389 bytes} [Mon Jul 13 06:57:22 2015] GET /api/food/order?lat=28.7392&lng=77.1249 => generated 76701 bytes in 617 msecs (HTTP/1.1 200) 3 headers in 146 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 10/10] 122.162.122.210 () {28 vars in 401 bytes} [Mon Jul 13 06:57:23 2015] GET /api/food/restaurants?lat=28.7392&lng=77.1249 => generated 5068 bytes in 241 msecs (HTTP/1.1 200) 3 headers in 145 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 11/11] 122.162.122.210 () {28 vars in 385 bytes} [Mon Jul 13 06:57:23 2015] GET /api/food/bar?lat=28.7392&lng=77.1249 => generated 586 bytes in 178 msecs (HTTP/1.1 200) 3 headers in 144 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 12/12] 122.162.122.210 () {28 vars in 386 bytes} [Mon Jul 13 06:57:23 2015] GET /api/food/cafe?lat=28.7392&lng=77.1249 => generated 4941 bytes in 222 msecs (HTTP/1.1 200) 3 headers in 145 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 13/13] 122.162.122.210 () {28 vars in 344 bytes} [Mon Jul 13 06:57:35 2015] GET /api/shop/offers => generated 171821 bytes in 1198 msecs (HTTP/1.1 200) 3 headers in 147 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 14/14] 122.162.122.210 () {28 vars in 346 bytes} [Mon Jul 13 06:57:40 2015] GET /api/events/plays => generated 76838 bytes in 219 msecs (HTTP/1.1 200) 3 headers in 146 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 15/15] 122.162.122.210 () {28 vars in 343 bytes} [Mon Jul 13 06:58:42 2015] GET /api/shop/offers => generated 171816 bytes in 1296 msecs (HTTP/1.1 200) 3 headers in 147 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 16/16] 122.162.122.210 () {28 vars in 346 bytes} [Mon Jul 13 06:58:48 2015] GET /api/events/plays => generated 76838 bytes in 205 msecs (HTTP/1.1 200) 3 headers in 146 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 17/17] 122.162.122.210 () {28 vars in 348 bytes} [Mon Jul 13 06:58:48 2015] GET /api/events/movies => generated 347729 bytes in 312 msecs (HTTP/1.1 200) 3 headers in 147 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 18/18] 117.21.191.204 () {32 vars in 423 bytes} [Mon Jul 13 07:00:28 2015] GET /manager/html => generated 233 bytes in 5 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 19/19] 95.25.115.96 () {34 vars in 695 bytes} [Mon Jul 13 07:03:44 2015] GET http://t7.proxy-checks.com/favicon.ico => generated 233 bytes in 0 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 20/20] 95.25.115.96 () {36 vars in 718 bytes} [Mon Jul 13 07:08:57 2015] POST http://t16.proxy-checks.com/favicon.ico => generated 233 bytes in 1 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 21/21] 61.160.213.56 () {28 vars in 376 bytes} [Mon Jul 13 07:18:10 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 3 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 22/22] 61.157.96.193 () {34 vars in 649 bytes} [Mon Jul 13 07:21:24 2015] GET http://www.baidu.com/?rands=_1838432032027629371264536 => generated 233 bytes in 1 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 23/23] 61.157.96.193 () {34 vars in 645 bytes} [Mon Jul 13 07:21:25 2015] GET http://www.sogou.com/?rands=_68946024007832165036448 => generated 233 bytes in 1 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 24/24] 61.157.96.193 () {34 vars in 648 bytes} [Mon Jul 13 07:21:27 2015] GET http://www.haosou.com/?rands=_25704736888238242098904 => generated 233 bytes in 1 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 25/25] 61.157.96.193 () {34 vars in 651 bytes} [Mon Jul 13 07:21:27 2015] GET http://reg.renren.com/?rands=_2132927624039641703315384 => generated 233 bytes in 1 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 26/26] 61.157.96.193 () {34 vars in 640 bytes} [Mon Jul 13 07:21:29 2015] GET http://www.1dvj.com/?rands=_2506499480213585199060 => generated 233 bytes in 1 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 27/27] 61.157.96.193 () {34 vars in 655 bytes} [Mon Jul 13 07:21:30 2015] GET http://www.kuaidaili.com/?rands=_16530170244589446246312 => generated 233 bytes in 1 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 28/28] 220.168.119.84 () {28 vars in 338 bytes} [Mon Jul 13 07:29:57 2015] CONNECT l.yimg.com:80 => generated 233 bytes in 2 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 29/29] 61.160.213.56 () {28 vars in 376 bytes} [Mon Jul 13 07:30:54 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 1 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 30/30] 115.245.154.158 () {28 vars in 397 bytes} [Mon Jul 13 07:32:23 2015] GET /api/foodmmx/nearme?lat=28.4852&lng=77.0757 => generated 21429 bytes in 245 msecs (HTTP/1.1 200) 3 headers in 146 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 31/31] 115.245.154.158 () {28 vars in 397 bytes} [Mon Jul 13 07:32:23 2015] GET /api/foodmmx/nearme?lat=28.4852&lng=77.0757 => generated 21429 bytes in 230 msecs (HTTP/1.1 200) 3 headers in 146 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 32/32] 115.245.154.158 () {28 vars in 389 bytes} [Mon Jul 13 07:32:23 2015] GET /api/food/order?lat=28.4852&lng=77.0757 => generated 77258 bytes in 533 msecs (HTTP/1.1 200) 3 headers in 146 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 33/33] 115.245.154.158 () {28 vars in 344 bytes} [Mon Jul 13 07:35:50 2015] GET /api/shop/offers => generated 171765 bytes in 1587 msecs (HTTP/1.1 200) 3 headers in 147 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 34/34] 115.245.154.158 () {28 vars in 367 bytes} [Mon Jul 13 07:36:13 2015] GET /api/shop/search?q=n50+mouse => generated 1408 bytes in 1157 msecs (HTTP/1.1 200) 3 headers in 145 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 35/35] 122.161.206.174 () {28 vars in 345 bytes} [Mon Jul 13 07:43:38 2015] GET /api/events/plays => generated 76838 bytes in 198 msecs (HTTP/1.1 200) 3 headers in 146 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 36/36] 122.161.206.174 () {28 vars in 348 bytes} [Mon Jul 13 07:44:12 2015] GET /api/events/movies => generated 347729 bytes in 278 msecs (HTTP/1.1 200) 3 headers in 147 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 37/37] 122.161.206.174 () {28 vars in 346 bytes} [Mon Jul 13 07:45:55 2015] GET /api/events/plays => generated 76838 bytes in 200 msecs (HTTP/1.1 200) 3 headers in 146 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 38/38] 122.161.206.174 () {28 vars in 347 bytes} [Mon Jul 13 07:46:28 2015] GET /api/events/movies => generated 347729 bytes in 375 msecs (HTTP/1.1 200) 3 headers in 147 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 39/39] 122.161.206.174 () {28 vars in 346 bytes} [Mon Jul 13 07:49:43 2015] GET /api/events/plays => generated 76838 bytes in 201 msecs (HTTP/1.1 200) 3 headers in 146 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 40/40] 122.161.206.174 () {28 vars in 348 bytes} [Mon Jul 13 07:49:43 2015] GET /api/events/movies => generated 347729 bytes in 285 msecs (HTTP/1.1 200) 3 headers in 147 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 41/41] 122.161.206.174 () {28 vars in 348 bytes} [Mon Jul 13 07:54:25 2015] GET /api/events/movies => generated 347729 bytes in 340 msecs (HTTP/1.1 200) 3 headers in 147 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 42/42] 122.161.206.174 () {28 vars in 345 bytes} [Mon Jul 13 07:54:25 2015] GET /api/events/plays => generated 76838 bytes in 205 msecs (HTTP/1.1 200) 3 headers in 146 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 43/43] 122.161.206.174 () {28 vars in 348 bytes} [Mon Jul 13 07:55:50 2015] GET /api/events/movies => generated 347729 bytes in 330 msecs (HTTP/1.1 200) 3 headers in 147 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 44/44] 122.161.206.174 () {28 vars in 346 bytes} [Mon Jul 13 07:55:50 2015] GET /api/events/plays => generated 76838 bytes in 199 msecs (HTTP/1.1 200) 3 headers in 146 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 45/45] 178.216.200.101 () {34 vars in 615 bytes} [Mon Jul 13 08:05:31 2015] GET http://testp3.pospr.waw.pl/testproxy.php => generated 233 bytes in 1 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 46/46] 58.218.213.208 () {28 vars in 377 bytes} [Mon Jul 13 08:19:19 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 2 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 47/47] 61.160.213.56 () {28 vars in 376 bytes} [Mon Jul 13 08:42:36 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 1 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 48/48] 1.39.32.246 () {28 vars in 383 bytes} [Mon Jul 13 08:46:45 2015] GET /api/food/cafe?lat=28.6328&lng=77.2197 => generated 5360 bytes in 295 msecs (HTTP/1.1 200) 3 headers in 145 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 49/49] 1.39.32.246 () {28 vars in 381 bytes} [Mon Jul 13 08:46:46 2015] GET /api/food/bar?lat=28.6328&lng=77.2197 => generated 5375 bytes in 246 msecs (HTTP/1.1 200) 3 headers in 145 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 50/50] 1.39.32.246 () {28 vars in 385 bytes} [Mon Jul 13 08:46:46 2015] GET /api/food/order?lat=28.6328&lng=77.2197 => generated 39773 bytes in 1790 msecs (HTTP/1.1 200) 3 headers in 146 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 51/51] 1.39.32.246 () {28 vars in 397 bytes} [Mon Jul 13 08:46:48 2015] GET /api/food/restaurants?lat=28.6328&lng=77.2197 => generated 5358 bytes in 266 msecs (HTTP/1.1 200) 3 headers in 145 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 52/52] 1.39.32.246 () {28 vars in 387 bytes} [Mon Jul 13 08:47:40 2015] GET /api/travel/cabs?lat=28.7162&lng=77.1137 => generated 768 bytes in 2397 msecs (HTTP/1.1 200) 3 headers in 144 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 53/53] 61.160.213.56 () {28 vars in 376 bytes} [Mon Jul 13 08:54:36 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 1 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 54/54] 202.109.143.77 () {32 vars in 423 bytes} [Mon Jul 13 08:56:19 2015] GET /manager/html => generated 233 bytes in 1 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[uwsgi-http key: client_addr: 85.241.41.198 client_port: 28103] hr_read(): Connection reset by peer [plugins/http/http.c line 916]
[pid: 30460|app: 0|req: 55/55] 45.35.20.217 () {34 vars in 644 bytes} [Mon Jul 13 08:57:29 2015] GET http://www.baidu.com/?rands=_19901120032693855448804 => generated 233 bytes in 1 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 56/56] 45.35.20.217 () {34 vars in 647 bytes} [Mon Jul 13 08:57:29 2015] GET http://www.sogou.com/?rands=_2071259910414687403647064 => generated 233 bytes in 1 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 57/57] 45.35.20.217 () {34 vars in 649 bytes} [Mon Jul 13 08:57:30 2015] GET http://reg.renren.com/?rands=_519282821220477102455280 => generated 233 bytes in 1 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 58/58] 45.35.20.217 () {34 vars in 643 bytes} [Mon Jul 13 08:57:31 2015] GET http://mail.126.com/?rands=_525010711361753380964620 => generated 233 bytes in 2 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 59/59] 45.35.20.217 () {34 vars in 642 bytes} [Mon Jul 13 08:57:31 2015] GET http://www.1dvj.com/?rands=_112387224181080964198892 => generated 233 bytes in 2 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 60/60] 45.35.20.217 () {34 vars in 660 bytes} [Mon Jul 13 08:57:32 2015] GET http://www.kuaidaili.com/?rands=_2649631052035952304511784 => generated 233 bytes in 1 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[uwsgi-http key: client_addr: 85.241.41.198 client_port: 43256] hr_read(): Connection reset by peer [plugins/http/http.c line 916]
[uwsgi-http key: client_addr: 85.241.41.198 client_port: 58838] hr_read(): Connection reset by peer [plugins/http/http.c line 916]
[uwsgi-http key: client_addr: 85.241.41.198 client_port: 6892] hr_read(): Connection reset by peer [plugins/http/http.c line 916]
[uwsgi-http key: client_addr: 85.241.41.198 client_port: 51905] hr_read(): Connection reset by peer [plugins/http/http.c line 916]
[uwsgi-http key: client_addr: 85.241.41.198 client_port: 18170] hr_read(): Connection reset by peer [plugins/http/http.c line 916]
[uwsgi-http key: client_addr: 85.241.41.198 client_port: 50940] hr_read(): Connection reset by peer [plugins/http/http.c line 916]
[uwsgi-http key: client_addr: 85.241.41.198 client_port: 37319] hr_read(): Connection reset by peer [plugins/http/http.c line 916]
[uwsgi-http key: client_addr: 85.241.41.198 client_port: 23246] hr_read(): Connection reset by peer [plugins/http/http.c line 916]
[uwsgi-http key: client_addr: 85.241.41.198 client_port: 24008] hr_read(): Connection reset by peer [plugins/http/http.c line 916]
[uwsgi-http key: client_addr: 85.241.41.198 client_port: 2299] hr_read(): Connection reset by peer [plugins/http/http.c line 916]
[pid: 30460|app: 0|req: 61/61] 61.160.213.56 () {28 vars in 376 bytes} [Mon Jul 13 09:07:22 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 1 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 62/62] 185.25.151.159 () {34 vars in 623 bytes} [Mon Jul 13 09:12:17 2015] GET http://testp5.mielno.lubin.pl/testproxy.php => generated 233 bytes in 6 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 63/63] 61.160.213.56 () {28 vars in 376 bytes} [Mon Jul 13 09:19:00 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 3 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 64/64] 58.246.131.190 () {36 vars in 662 bytes} [Mon Jul 13 09:21:17 2015] GET http://www.baidu.com/ => generated 233 bytes in 1 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 65/65] 61.160.213.56 () {28 vars in 376 bytes} [Mon Jul 13 09:31:21 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 1 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 66/66] 61.160.213.56 () {28 vars in 375 bytes} [Mon Jul 13 09:31:30 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 1 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 67/67] 222.186.21.25 () {30 vars in 453 bytes} [Mon Jul 13 09:33:40 2015] GET /manager/html => generated 233 bytes in 1 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 68/68] 61.160.213.56 () {28 vars in 376 bytes} [Mon Jul 13 09:43:15 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 3 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 69/69] 61.160.213.56 () {28 vars in 376 bytes} [Mon Jul 13 09:43:15 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 2 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 70/70] 61.160.213.56 () {28 vars in 376 bytes} [Mon Jul 13 10:07:44 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 3 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 71/71] 120.59.81.83 () {28 vars in 345 bytes} [Mon Jul 13 10:26:04 2015] GET /api/events/movies => generated 342249 bytes in 294 msecs (HTTP/1.1 200) 3 headers in 147 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 72/72] 120.59.81.83 () {28 vars in 343 bytes} [Mon Jul 13 10:26:04 2015] GET /api/events/plays => generated 76844 bytes in 189 msecs (HTTP/1.1 200) 3 headers in 146 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 73/73] 58.218.213.208 () {28 vars in 377 bytes} [Mon Jul 13 10:31:09 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 3 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 74/74] 120.59.81.83 () {28 vars in 343 bytes} [Mon Jul 13 10:34:29 2015] GET /api/events/plays => generated 76844 bytes in 199 msecs (HTTP/1.1 200) 3 headers in 146 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 75/75] 120.59.81.83 () {28 vars in 345 bytes} [Mon Jul 13 10:34:30 2015] GET /api/events/movies => generated 342249 bytes in 295 msecs (HTTP/1.1 200) 3 headers in 147 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 76/76] 1.39.35.65 () {28 vars in 385 bytes} [Mon Jul 13 10:36:05 2015] GET /api/travel/cabs?lat=28.6328&lng=77.2197 => generated 1582 bytes in 2808 msecs (HTTP/1.1 200) 3 headers in 145 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 77/77] 1.39.35.65 () {28 vars in 384 bytes} [Mon Jul 13 10:36:14 2015] GET /api/food/order?lat=28.7092&lng=77.1298 => generated 104107 bytes in 2149 msecs (HTTP/1.1 200) 3 headers in 147 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 78/78] 1.39.35.65 () {28 vars in 379 bytes} [Mon Jul 13 10:36:16 2015] GET /api/food/bar?lat=28.7092&lng=77.1298 => generated 760 bytes in 163 msecs (HTTP/1.1 200) 3 headers in 144 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 79/79] 1.39.35.65 () {28 vars in 382 bytes} [Mon Jul 13 10:36:16 2015] GET /api/food/cafe?lat=28.7092&lng=77.1298 => generated 5586 bytes in 225 msecs (HTTP/1.1 200) 3 headers in 145 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 80/80] 1.39.35.65 () {28 vars in 396 bytes} [Mon Jul 13 10:36:16 2015] GET /api/food/restaurants?lat=28.7092&lng=77.1298 => generated 5463 bytes in 259 msecs (HTTP/1.1 200) 3 headers in 145 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 81/81] 1.39.35.65 () {28 vars in 341 bytes} [Mon Jul 13 10:36:20 2015] GET /api/events/plays => generated 76844 bytes in 252 msecs (HTTP/1.1 200) 3 headers in 146 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 82/82] 1.39.35.65 () {28 vars in 343 bytes} [Mon Jul 13 10:36:21 2015] GET /api/events/movies => generated 342249 bytes in 285 msecs (HTTP/1.1 200) 3 headers in 147 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 83/83] 120.59.81.83 () {28 vars in 345 bytes} [Mon Jul 13 10:38:10 2015] GET /api/events/movies => generated 342249 bytes in 291 msecs (HTTP/1.1 200) 3 headers in 147 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 84/84] 120.59.81.83 () {28 vars in 343 bytes} [Mon Jul 13 10:38:10 2015] GET /api/events/plays => generated 76844 bytes in 191 msecs (HTTP/1.1 200) 3 headers in 146 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 85/85] 1.39.35.65 () {28 vars in 384 bytes} [Mon Jul 13 10:42:23 2015] GET /api/food/order?lat=28.7076&lng=77.1262 => generated 42680 bytes in 539 msecs (HTTP/1.1 200) 3 headers in 146 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 86/86] 1.39.35.65 () {28 vars in 382 bytes} [Mon Jul 13 10:42:23 2015] GET /api/food/cafe?lat=28.7076&lng=77.1262 => generated 5685 bytes in 293 msecs (HTTP/1.1 200) 3 headers in 145 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 87/87] 1.39.35.65 () {28 vars in 380 bytes} [Mon Jul 13 10:42:24 2015] GET /api/food/bar?lat=28.7076&lng=77.1262 => generated 499 bytes in 209 msecs (HTTP/1.1 200) 3 headers in 144 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 88/88] 1.39.35.65 () {28 vars in 396 bytes} [Mon Jul 13 10:42:24 2015] GET /api/food/restaurants?lat=28.7076&lng=77.1262 => generated 5452 bytes in 296 msecs (HTTP/1.1 200) 3 headers in 145 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 89/89] 1.39.35.65 () {28 vars in 385 bytes} [Mon Jul 13 10:42:47 2015] GET /api/travel/cabs?lat=28.7069&lng=77.1271 => generated 1189 bytes in 2907 msecs (HTTP/1.1 200) 3 headers in 145 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 90/90] 61.160.213.56 () {28 vars in 376 bytes} [Mon Jul 13 10:43:40 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 4 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 91/91] 1.39.35.65 () {28 vars in 380 bytes} [Mon Jul 13 10:43:57 2015] GET /api/food/order?lat=28.707&lng=77.127 => generated 42680 bytes in 415 msecs (HTTP/1.1 200) 3 headers in 146 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 92/92] 1.39.35.65 () {28 vars in 378 bytes} [Mon Jul 13 10:43:57 2015] GET /api/food/cafe?lat=28.707&lng=77.127 => generated 5685 bytes in 257 msecs (HTTP/1.1 200) 3 headers in 145 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 93/93] 1.39.35.65 () {28 vars in 376 bytes} [Mon Jul 13 10:43:57 2015] GET /api/food/bar?lat=28.707&lng=77.127 => generated 499 bytes in 214 msecs (HTTP/1.1 200) 3 headers in 144 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 94/94] 1.39.35.65 () {28 vars in 392 bytes} [Mon Jul 13 10:43:58 2015] GET /api/food/restaurants?lat=28.707&lng=77.127 => generated 5511 bytes in 263 msecs (HTTP/1.1 200) 3 headers in 145 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 95/95] 61.160.213.56 () {28 vars in 376 bytes} [Mon Jul 13 10:55:16 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 4 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 96/96] 61.160.213.56 () {28 vars in 376 bytes} [Mon Jul 13 11:07:25 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 7 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 97/97] 61.160.213.56 () {28 vars in 376 bytes} [Mon Jul 13 11:19:28 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 6 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 98/98] 61.160.213.56 () {28 vars in 376 bytes} [Mon Jul 13 11:31:53 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 9 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 99/99] 61.160.213.56 () {28 vars in 376 bytes} [Mon Jul 13 11:44:09 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 1 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 100/100] 61.157.96.193 () {34 vars in 645 bytes} [Mon Jul 13 11:46:15 2015] GET http://www.baidu.com/?rands=_20563065044977271411332 => generated 233 bytes in 2 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 101/101] 61.157.96.193 () {34 vars in 648 bytes} [Mon Jul 13 11:46:18 2015] GET http://www.sogou.com/?rands=_1572211489044881062218024 => generated 233 bytes in 2 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 102/102] 61.157.96.193 () {34 vars in 650 bytes} [Mon Jul 13 11:46:19 2015] GET http://www.haosou.com/?rands=_714711421001976481527240 => generated 233 bytes in 2 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 103/103] 61.157.96.193 () {34 vars in 642 bytes} [Mon Jul 13 11:46:24 2015] GET http://www.1dvj.com/?rands=_32472411208281556425568 => generated 233 bytes in 2 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 104/104] 61.157.96.193 () {34 vars in 657 bytes} [Mon Jul 13 11:46:28 2015] GET http://www.kuaidaili.com/?rands=_86809035004542903855320 => generated 233 bytes in 1 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 105/105] 61.157.96.126 () {34 vars in 645 bytes} [Mon Jul 13 11:50:31 2015] GET http://www.baidu.com/?rands=_96884952807628403129072 => generated 233 bytes in 2 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 106/106] 61.157.96.126 () {34 vars in 647 bytes} [Mon Jul 13 11:50:32 2015] GET http://www.haosou.com/?rands=_46351896128843377185024 => generated 233 bytes in 2 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 107/107] 61.157.96.126 () {34 vars in 652 bytes} [Mon Jul 13 11:50:32 2015] GET http://reg.renren.com/?rands=_2024143533626517901429552 => generated 233 bytes in 2 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 108/108] 61.157.96.126 () {34 vars in 650 bytes} [Mon Jul 13 11:50:33 2015] GET http://www.sogou.com/?rands=_55561955408798033612040760 => generated 233 bytes in 2 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 109/109] 61.157.96.126 () {34 vars in 661 bytes} [Mon Jul 13 11:50:33 2015] GET http://www.kuaidaili.com/?rands=_2473965300433684901794544 => generated 233 bytes in 2 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 110/110] 58.218.213.208 () {28 vars in 377 bytes} [Mon Jul 13 11:55:39 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 0 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 111/111] 59.178.135.180 () {28 vars in 390 bytes} [Mon Jul 13 12:11:13 2015] GET /api/travel/cabs?lat=28.4851&lng=77.0756 => generated 1870 bytes in 2503 msecs (HTTP/1.1 200) 3 headers in 145 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 112/112] 61.160.213.56 () {28 vars in 374 bytes} [Mon Jul 13 12:20:22 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 9 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 113/113] 58.218.213.208 () {28 vars in 377 bytes} [Mon Jul 13 12:32:30 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 8 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 114/114] 61.160.213.56 () {28 vars in 376 bytes} [Mon Jul 13 12:45:36 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 3 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 115/115] 58.218.213.208 () {28 vars in 377 bytes} [Mon Jul 13 12:57:01 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 1 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 116/116] 61.160.213.56 () {28 vars in 376 bytes} [Mon Jul 13 13:08:11 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 5 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 117/117] 58.218.213.208 () {28 vars in 377 bytes} [Mon Jul 13 13:32:15 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 6 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 118/118] 61.160.213.56 () {28 vars in 376 bytes} [Mon Jul 13 13:56:30 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 7 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 119/119] 58.221.66.63 () {38 vars in 694 bytes} [Mon Jul 13 14:14:02 2015] GET http://www.sogou.com/ => generated 233 bytes in 6 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 120/120] 58.218.213.208 () {28 vars in 377 bytes} [Mon Jul 13 14:21:23 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 8 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 121/121] 58.218.213.208 () {28 vars in 377 bytes} [Mon Jul 13 14:32:57 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 2 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 122/122] 61.160.213.56 () {28 vars in 376 bytes} [Mon Jul 13 14:44:40 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 3 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 123/123] 120.59.80.228 () {28 vars in 344 bytes} [Mon Jul 13 14:47:31 2015] GET /api/events/plays => generated 76830 bytes in 196 msecs (HTTP/1.1 200) 3 headers in 146 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 124/124] 120.59.80.228 () {28 vars in 346 bytes} [Mon Jul 13 14:47:31 2015] GET /api/events/movies => generated 351961 bytes in 285 msecs (HTTP/1.1 200) 3 headers in 147 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 125/125] 58.221.66.49 () {38 vars in 691 bytes} [Mon Jul 13 14:48:25 2015] GET http://www.sogou.com/ => generated 233 bytes in 2 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 126/126] 120.59.80.228 () {28 vars in 344 bytes} [Mon Jul 13 14:49:59 2015] GET /api/events/plays => generated 76830 bytes in 213 msecs (HTTP/1.1 200) 3 headers in 146 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 127/127] 120.59.80.228 () {28 vars in 346 bytes} [Mon Jul 13 14:49:59 2015] GET /api/events/movies => generated 351961 bytes in 298 msecs (HTTP/1.1 200) 3 headers in 147 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 128/128] 58.218.213.208 () {28 vars in 377 bytes} [Mon Jul 13 14:56:44 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 3 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 129/129] 120.59.80.228 () {28 vars in 344 bytes} [Mon Jul 13 15:03:39 2015] GET /api/events/plays => generated 76830 bytes in 238 msecs (HTTP/1.1 200) 3 headers in 146 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 130/130] 120.59.80.228 () {28 vars in 346 bytes} [Mon Jul 13 15:03:40 2015] GET /api/events/movies => generated 351754 bytes in 306 msecs (HTTP/1.1 200) 3 headers in 147 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 131/131] 120.59.80.228 () {28 vars in 344 bytes} [Mon Jul 13 15:05:08 2015] GET /api/events/plays => generated 76830 bytes in 191 msecs (HTTP/1.1 200) 3 headers in 146 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 132/132] 120.59.80.228 () {28 vars in 346 bytes} [Mon Jul 13 15:05:09 2015] GET /api/events/movies => generated 351754 bytes in 274 msecs (HTTP/1.1 200) 3 headers in 147 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 133/133] 120.59.80.228 () {28 vars in 344 bytes} [Mon Jul 13 15:07:24 2015] GET /api/events/plays => generated 76830 bytes in 278 msecs (HTTP/1.1 200) 3 headers in 146 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 134/134] 120.59.80.228 () {28 vars in 346 bytes} [Mon Jul 13 15:07:24 2015] GET /api/events/movies => generated 351754 bytes in 254 msecs (HTTP/1.1 200) 3 headers in 147 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 135/135] 120.59.80.228 () {28 vars in 344 bytes} [Mon Jul 13 15:09:07 2015] GET /api/events/plays => generated 76830 bytes in 244 msecs (HTTP/1.1 200) 3 headers in 146 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 136/136] 120.59.80.228 () {28 vars in 346 bytes} [Mon Jul 13 15:09:07 2015] GET /api/events/movies => generated 351754 bytes in 287 msecs (HTTP/1.1 200) 3 headers in 147 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 137/137] 120.59.80.228 () {28 vars in 345 bytes} [Mon Jul 13 15:13:16 2015] GET /api/events/movies => generated 351754 bytes in 295 msecs (HTTP/1.1 200) 3 headers in 147 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 138/138] 120.59.80.228 () {28 vars in 343 bytes} [Mon Jul 13 15:13:17 2015] GET /api/events/plays => generated 76830 bytes in 198 msecs (HTTP/1.1 200) 3 headers in 146 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 139/139] 120.59.80.228 () {28 vars in 344 bytes} [Mon Jul 13 15:16:30 2015] GET /api/events/plays => generated 76830 bytes in 210 msecs (HTTP/1.1 200) 3 headers in 146 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 140/140] 120.59.80.228 () {28 vars in 346 bytes} [Mon Jul 13 15:16:30 2015] GET /api/events/movies => generated 351754 bytes in 303 msecs (HTTP/1.1 200) 3 headers in 147 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 141/141] 120.59.80.228 () {28 vars in 346 bytes} [Mon Jul 13 15:21:14 2015] GET /api/events/movies => generated 351754 bytes in 319 msecs (HTTP/1.1 200) 3 headers in 147 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 142/142] 120.59.80.228 () {28 vars in 344 bytes} [Mon Jul 13 15:21:14 2015] GET /api/events/plays => generated 76830 bytes in 193 msecs (HTTP/1.1 200) 3 headers in 146 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 143/143] 61.160.213.56 () {28 vars in 376 bytes} [Mon Jul 13 15:21:18 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 2 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 144/144] 120.59.80.228 () {28 vars in 346 bytes} [Mon Jul 13 15:24:41 2015] GET /api/events/movies => generated 351754 bytes in 296 msecs (HTTP/1.1 200) 3 headers in 147 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 145/145] 120.59.80.228 () {28 vars in 344 bytes} [Mon Jul 13 15:24:41 2015] GET /api/events/plays => generated 76830 bytes in 203 msecs (HTTP/1.1 200) 3 headers in 146 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 146/146] 120.59.80.228 () {28 vars in 387 bytes} [Mon Jul 13 15:24:57 2015] GET /api/food/order?lat=28.6944&lng=77.2275 => generated 78546 bytes in 869 msecs (HTTP/1.1 200) 3 headers in 146 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 147/147] 120.59.80.228 () {28 vars in 395 bytes} [Mon Jul 13 15:24:58 2015] GET /api/foodmmx/nearme?lat=28.6944&lng=77.2275 => generated 22209 bytes in 199 msecs (HTTP/1.1 200) 3 headers in 146 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 148/148] 120.59.80.228 () {28 vars in 395 bytes} [Mon Jul 13 15:24:58 2015] GET /api/foodmmx/nearme?lat=28.6944&lng=77.2275 => generated 22209 bytes in 90 msecs (HTTP/1.1 200) 3 headers in 146 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 149/149] 120.59.80.228 () {28 vars in 389 bytes} [Mon Jul 13 15:24:59 2015] GET /api/travel/cabs?lat=28.6944&lng=77.2275 => generated 463 bytes in 2344 msecs (HTTP/1.1 200) 3 headers in 144 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 150/150] 120.59.80.228 () {28 vars in 389 bytes} [Mon Jul 13 15:26:44 2015] GET /api/travel/cabs?lat=28.6944&lng=77.2275 => generated 327 bytes in 2444 msecs (HTTP/1.1 200) 3 headers in 144 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 151/151] 120.59.80.228 () {28 vars in 389 bytes} [Mon Jul 13 15:28:38 2015] GET /api/travel/cabs?lat=28.6944&lng=77.2275 => generated 465 bytes in 2389 msecs (HTTP/1.1 200) 3 headers in 144 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 152/152] 120.59.80.228 () {28 vars in 343 bytes} [Mon Jul 13 15:28:47 2015] GET /api/events/plays => generated 76830 bytes in 207 msecs (HTTP/1.1 200) 3 headers in 146 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 153/153] 120.59.80.228 () {28 vars in 345 bytes} [Mon Jul 13 15:28:47 2015] GET /api/events/movies => generated 351754 bytes in 263 msecs (HTTP/1.1 200) 3 headers in 147 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 154/154] 222.186.21.181 () {28 vars in 501 bytes} [Mon Jul 13 15:38:41 2015] GET /manager/html => generated 233 bytes in 2 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 155/155] 222.186.21.181 () {28 vars in 501 bytes} [Mon Jul 13 15:38:41 2015] GET /manager/html => generated 233 bytes in 2 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 156/156] 222.186.21.181 () {28 vars in 497 bytes} [Mon Jul 13 15:38:42 2015] GET /manager/html => generated 233 bytes in 2 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 157/157] 222.186.21.181 () {28 vars in 505 bytes} [Mon Jul 13 15:38:42 2015] GET /manager/html => generated 233 bytes in 2 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 158/158] 222.186.21.181 () {28 vars in 501 bytes} [Mon Jul 13 15:38:43 2015] GET /manager/html => generated 233 bytes in 2 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 159/159] 222.186.21.181 () {28 vars in 501 bytes} [Mon Jul 13 15:38:43 2015] GET /manager/html => generated 233 bytes in 2 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 160/160] 222.186.21.181 () {28 vars in 497 bytes} [Mon Jul 13 15:38:44 2015] GET /manager/html => generated 233 bytes in 2 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 161/161] 222.186.21.181 () {28 vars in 501 bytes} [Mon Jul 13 15:38:45 2015] GET /manager/html => generated 233 bytes in 1 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 162/162] 222.186.21.181 () {28 vars in 501 bytes} [Mon Jul 13 15:38:45 2015] GET /manager/html => generated 233 bytes in 2 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 163/163] 222.186.21.181 () {28 vars in 501 bytes} [Mon Jul 13 15:38:46 2015] GET /manager/html => generated 233 bytes in 1 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 164/164] 222.186.21.181 () {28 vars in 500 bytes} [Mon Jul 13 15:38:47 2015] GET /manager/html => generated 233 bytes in 1 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 165/165] 222.186.21.181 () {28 vars in 504 bytes} [Mon Jul 13 15:38:50 2015] GET /manager/html => generated 233 bytes in 2 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 166/166] 222.186.21.181 () {28 vars in 501 bytes} [Mon Jul 13 15:38:51 2015] GET /manager/html => generated 233 bytes in 1 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 167/167] 222.186.21.181 () {28 vars in 505 bytes} [Mon Jul 13 15:38:51 2015] GET /manager/html => generated 233 bytes in 1 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 168/168] 222.186.21.181 () {28 vars in 497 bytes} [Mon Jul 13 15:38:52 2015] GET /manager/html => generated 233 bytes in 1 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 169/169] 222.186.21.181 () {28 vars in 501 bytes} [Mon Jul 13 15:38:52 2015] GET /manager/html => generated 233 bytes in 1 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 170/170] 222.186.21.181 () {28 vars in 505 bytes} [Mon Jul 13 15:38:53 2015] GET /manager/html => generated 233 bytes in 1 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 171/171] 222.186.21.181 () {28 vars in 505 bytes} [Mon Jul 13 15:38:54 2015] GET /manager/html => generated 233 bytes in 1 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 172/172] 222.186.21.181 () {28 vars in 501 bytes} [Mon Jul 13 15:38:54 2015] GET /manager/html => generated 233 bytes in 1 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 173/173] 58.218.213.208 () {28 vars in 377 bytes} [Mon Jul 13 15:45:10 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 5 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 174/174] 58.218.213.208 () {28 vars in 377 bytes} [Mon Jul 13 16:09:08 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 8 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 175/175] 219.91.194.89 () {28 vars in 389 bytes} [Mon Jul 13 16:10:54 2015] GET /api/travel/cabs?lat=28.4659&lng=77.0757 => generated 1879 bytes in 2491 msecs (HTTP/1.1 200) 3 headers in 145 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 176/176] 61.157.96.193 () {34 vars in 649 bytes} [Mon Jul 13 16:17:27 2015] GET http://www.baidu.com/?rands=_1377013246247115641129032 => generated 233 bytes in 1 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 177/177] 61.157.96.193 () {34 vars in 649 bytes} [Mon Jul 13 16:17:30 2015] GET http://www.sogou.com/?rands=_3479327793616677906359376 => generated 233 bytes in 1 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 178/178] 61.157.96.193 () {34 vars in 652 bytes} [Mon Jul 13 16:17:31 2015] GET http://www.haosou.com/?rands=_1305638231819039442072160 => generated 233 bytes in 1 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 179/179] 61.157.96.193 () {34 vars in 654 bytes} [Mon Jul 13 16:17:33 2015] GET http://reg.renren.com/?rands=_21440147800811429165090120 => generated 233 bytes in 2 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 180/180] 61.157.96.193 () {34 vars in 642 bytes} [Mon Jul 13 16:17:34 2015] GET http://www.1dvj.com/?rands=_89326527887114231810060 => generated 233 bytes in 1 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 181/181] 61.157.96.193 () {34 vars in 661 bytes} [Mon Jul 13 16:17:34 2015] GET http://www.kuaidaili.com/?rands=_2072795468415865081515744 => generated 233 bytes in 2 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 182/182] 58.218.213.208 () {28 vars in 377 bytes} [Mon Jul 13 16:21:52 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 3 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 183/183] 58.218.213.208 () {28 vars in 377 bytes} [Mon Jul 13 16:33:15 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 1 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 184/184] 61.160.213.56 () {28 vars in 376 bytes} [Mon Jul 13 16:45:21 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 7 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 185/185] 58.218.213.208 () {28 vars in 377 bytes} [Mon Jul 13 16:57:38 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 2 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 186/186] 61.160.213.56 () {28 vars in 376 bytes} [Mon Jul 13 17:09:45 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 2 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 187/187] 45.35.20.217 () {34 vars in 646 bytes} [Mon Jul 13 17:19:18 2015] GET http://www.baidu.com/?rands=_152605692689098104674912 => generated 233 bytes in 2 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 188/188] 45.35.20.217 () {34 vars in 642 bytes} [Mon Jul 13 17:19:19 2015] GET http://www.sogou.com/?rands=_2663859502421132487400 => generated 233 bytes in 2 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 189/189] 45.35.20.217 () {34 vars in 651 bytes} [Mon Jul 13 17:19:19 2015] GET http://reg.renren.com/?rands=_8106112267622084655649300 => generated 233 bytes in 2 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 190/190] 45.35.20.217 () {34 vars in 643 bytes} [Mon Jul 13 17:19:19 2015] GET http://mail.126.com/?rands=_182568774047819684149420 => generated 233 bytes in 1 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 191/191] 45.35.20.217 () {34 vars in 641 bytes} [Mon Jul 13 17:19:20 2015] GET http://www.1dvj.com/?rands=_97352960016713034620504 => generated 233 bytes in 1 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 192/192] 45.35.20.217 () {34 vars in 660 bytes} [Mon Jul 13 17:19:20 2015] GET http://www.kuaidaili.com/?rands=_8470149688612902764358216 => generated 233 bytes in 1 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 193/193] 58.218.213.208 () {28 vars in 377 bytes} [Mon Jul 13 17:21:29 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 1 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 194/194] 58.218.213.208 () {28 vars in 376 bytes} [Mon Jul 13 17:33:41 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 6 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 195/195] 95.25.115.96 () {34 vars in 695 bytes} [Mon Jul 13 17:43:59 2015] GET http://t3.proxy-checks.com/favicon.ico => generated 233 bytes in 2 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 196/196] 95.25.115.96 () {36 vars in 718 bytes} [Mon Jul 13 17:44:24 2015] POST http://t14.proxy-checks.com/favicon.ico => generated 233 bytes in 1 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 197/197] 61.160.213.56 () {28 vars in 376 bytes} [Mon Jul 13 17:45:50 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 2 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 198/198] 58.218.213.208 () {28 vars in 377 bytes} [Mon Jul 13 18:10:13 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 5 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 199/199] 58.218.213.208 () {28 vars in 377 bytes} [Mon Jul 13 18:21:49 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 5 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 200/200] 61.160.213.56 () {28 vars in 376 bytes} [Mon Jul 13 18:33:51 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 7 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 201/201] 58.218.213.208 () {28 vars in 377 bytes} [Mon Jul 13 18:33:54 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 1 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 202/202] 61.160.213.56 () {28 vars in 376 bytes} [Mon Jul 13 18:46:55 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 4 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 203/203] 58.218.213.208 () {28 vars in 377 bytes} [Mon Jul 13 18:58:07 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 4 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 204/204] 58.218.213.208 () {28 vars in 377 bytes} [Mon Jul 13 19:34:17 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 4 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 205/205] 192.187.110.98 () {34 vars in 622 bytes} [Mon Jul 13 19:52:33 2015] GET http://testp2.czar.bielawa.pl/testproxy.php => generated 233 bytes in 7 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 206/206] 61.160.213.56 () {28 vars in 376 bytes} [Mon Jul 13 19:58:32 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 1 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 207/207] 58.215.49.13 () {30 vars in 452 bytes} [Mon Jul 13 20:08:48 2015] GET /manager/html => generated 233 bytes in 2 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 208/208] 61.160.213.56 () {28 vars in 376 bytes} [Mon Jul 13 20:11:00 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 1 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 209/209] 58.218.213.208 () {28 vars in 376 bytes} [Mon Jul 13 20:34:47 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 2 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 210/210] 61.157.96.193 () {34 vars in 648 bytes} [Mon Jul 13 20:46:54 2015] GET http://www.baidu.com/?rands=_2000069619820162253769708 => generated 233 bytes in 3 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 211/211] 61.157.96.193 () {34 vars in 643 bytes} [Mon Jul 13 20:46:55 2015] GET http://www.sogou.com/?rands=_3222649324279870263620 => generated 233 bytes in 1 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 212/212] 61.157.96.193 () {34 vars in 651 bytes} [Mon Jul 13 20:47:00 2015] GET http://www.haosou.com/?rands=_1630241499026550485008648 => generated 233 bytes in 1 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 213/213] 61.157.96.193 () {34 vars in 650 bytes} [Mon Jul 13 20:47:01 2015] GET http://reg.renren.com/?rands=_418087497084118944174068 => generated 233 bytes in 1 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 214/214] 61.157.96.193 () {34 vars in 642 bytes} [Mon Jul 13 20:47:02 2015] GET http://www.1dvj.com/?rands=_12393946160479892752688 => generated 233 bytes in 2 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 215/215] 61.157.96.193 () {34 vars in 661 bytes} [Mon Jul 13 20:47:04 2015] GET http://www.kuaidaili.com/?rands=_4608162080431561984370160 => generated 233 bytes in 3 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 216/216] 61.157.96.126 () {34 vars in 649 bytes} [Mon Jul 13 20:49:41 2015] GET http://www.baidu.com/?rands=_7839132567422942502017744 => generated 233 bytes in 2 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 217/217] 61.157.96.126 () {34 vars in 653 bytes} [Mon Jul 13 20:49:51 2015] GET http://www.haosou.com/?rands=_18414177077637420294785456 => generated 233 bytes in 1 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 218/218] 61.157.96.126 () {34 vars in 655 bytes} [Mon Jul 13 20:49:52 2015] GET http://reg.renren.com/?rands=_261681590450104094723415068 => generated 233 bytes in 1 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 219/219] 61.157.96.126 () {34 vars in 651 bytes} [Mon Jul 13 20:49:54 2015] GET http://www.sogou.com/?rands=_15183115776027356284477000 => generated 233 bytes in 2 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 220/220] 61.157.96.126 () {34 vars in 661 bytes} [Mon Jul 13 20:49:54 2015] GET http://www.kuaidaili.com/?rands=_6160107170827125283434728 => generated 233 bytes in 1 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 221/221] 61.160.213.56 () {28 vars in 376 bytes} [Mon Jul 13 20:59:11 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 1 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 222/222] 58.218.213.208 () {28 vars in 377 bytes} [Mon Jul 13 21:11:32 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 1 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 223/223] 61.160.213.56 () {28 vars in 376 bytes} [Mon Jul 13 21:22:57 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 2 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 224/224] 61.160.213.56 () {28 vars in 375 bytes} [Mon Jul 13 21:35:35 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 2 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 225/225] 221.214.208.21 () {26 vars in 320 bytes} [Mon Jul 13 21:42:39 2015] CONNECT www.google.ca:443 => generated 233 bytes in 2 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 226/226] 192.187.110.98 () {34 vars in 623 bytes} [Mon Jul 13 21:43:56 2015] GET http://testp2.czar.bielawa.pl/testproxy.php => generated 233 bytes in 1 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 227/227] 61.160.213.56 () {28 vars in 376 bytes} [Mon Jul 13 21:47:02 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 3 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 228/228] 125.46.39.97 () {30 vars in 377 bytes} [Mon Jul 13 21:56:46 2015] HEAD http://www.baidu.com/ => generated 0 bytes in 5 msecs (HTTP/1.1 404) 3 headers in 136 bytes (0 switches on core 0)
[pid: 30460|app: 0|req: 229/229] 61.160.213.56 () {28 vars in 376 bytes} [Mon Jul 13 22:11:41 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 5 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 230/230] 54.212.40.67 () {26 vars in 329 bytes} [Mon Jul 13 22:46:40 2015] GET http://www.wikipedia.org/ => generated 233 bytes in 4 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 231/231] 61.160.213.56 () {28 vars in 376 bytes} [Mon Jul 13 23:24:18 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 6 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 232/232] 125.46.39.97 () {32 vars in 1416 bytes} [Mon Jul 13 23:31:26 2015] HEAD http://www.baidu.com/ => generated 0 bytes in 2 msecs (HTTP/1.1 404) 3 headers in 136 bytes (0 switches on core 0)
[pid: 30460|app: 0|req: 233/233] 58.218.213.208 () {28 vars in 377 bytes} [Mon Jul 13 23:35:40 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 3 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 234/234] 58.218.213.208 () {28 vars in 377 bytes} [Mon Jul 13 23:47:48 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 1 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 235/235] 61.157.96.126 () {34 vars in 645 bytes} [Mon Jul 13 23:50:29 2015] GET http://www.baidu.com/?rands=_71684076528548204230008 => generated 233 bytes in 1 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 236/236] 61.157.96.126 () {34 vars in 648 bytes} [Mon Jul 13 23:50:34 2015] GET http://www.haosou.com/?rands=_64611590301072176397872 => generated 233 bytes in 2 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 237/237] 61.157.96.126 () {34 vars in 648 bytes} [Mon Jul 13 23:50:34 2015] GET http://reg.renren.com/?rands=_26080628550260706673644 => generated 233 bytes in 1 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 238/238] 61.157.96.126 () {34 vars in 649 bytes} [Mon Jul 13 23:50:35 2015] GET http://www.sogou.com/?rands=_3704120775216881482974776 => generated 233 bytes in 2 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 239/239] 61.157.96.126 () {34 vars in 661 bytes} [Mon Jul 13 23:50:39 2015] GET http://www.kuaidaili.com/?rands=_1574345512423651101247056 => generated 233 bytes in 2 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 240/240] 61.160.213.56 () {28 vars in 376 bytes} [Mon Jul 13 23:59:49 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 3 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 241/241] 61.160.213.56 () {28 vars in 374 bytes} [Tue Jul 14 00:12:07 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 7 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 242/242] 173.65.55.27 () {40 vars in 715 bytes} [Tue Jul 14 00:18:46 2015] GET http://proxyjudge.info => generated 233 bytes in 2 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 243/243] 192.187.110.98 () {34 vars in 614 bytes} [Tue Jul 14 00:32:01 2015] GET http://testp3.pospr.waw.pl/testproxy.php => generated 233 bytes in 5 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 244/244] 58.218.213.208 () {28 vars in 377 bytes} [Tue Jul 14 00:36:56 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 2 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 245/245] 14.102.89.223 () {28 vars in 389 bytes} [Tue Jul 14 00:46:20 2015] GET /api/travel/cabs?lat=28.6328&lng=77.2197 => generated 906 bytes in 2391 msecs (HTTP/1.1 200) 3 headers in 144 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 246/246] 14.102.89.223 () {28 vars in 429 bytes} [Tue Jul 14 00:47:31 2015] GET /api/travel/flight?src=DEL&dest=BLR&date=01-08-2015&adults=1 => generated 19277 bytes in 2294 msecs (HTTP/1.1 200) 3 headers in 146 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 247/247] 14.102.89.223 () {28 vars in 383 bytes} [Tue Jul 14 00:48:06 2015] GET /api/food/bar?lat=28.6328&lng=77.2197 => generated 5375 bytes in 264 msecs (HTTP/1.1 200) 3 headers in 145 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 248/248] 14.102.89.223 () {28 vars in 385 bytes} [Tue Jul 14 00:48:07 2015] GET /api/food/cafe?lat=28.6328&lng=77.2197 => generated 5360 bytes in 287 msecs (HTTP/1.1 200) 3 headers in 145 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 249/249] 14.102.89.223 () {28 vars in 399 bytes} [Tue Jul 14 00:48:07 2015] GET /api/food/restaurants?lat=28.6328&lng=77.2197 => generated 5292 bytes in 258 msecs (HTTP/1.1 200) 3 headers in 145 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 250/250] 14.102.89.223 () {28 vars in 387 bytes} [Tue Jul 14 00:48:07 2015] GET /api/food/order?lat=28.6328&lng=77.2197 => generated 39776 bytes in 893 msecs (HTTP/1.1 200) 3 headers in 146 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 251/251] 61.160.213.56 () {28 vars in 376 bytes} [Tue Jul 14 00:48:15 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 1 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 252/252] 182.68.224.106 () {28 vars in 347 bytes} [Tue Jul 14 00:53:01 2015] GET /api/events/movies => generated 355911 bytes in 295 msecs (HTTP/1.1 200) 3 headers in 147 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 253/253] 182.68.224.106 () {28 vars in 345 bytes} [Tue Jul 14 00:53:02 2015] GET /api/events/plays => generated 76830 bytes in 262 msecs (HTTP/1.1 200) 3 headers in 146 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 254/254] 182.68.224.106 () {28 vars in 390 bytes} [Tue Jul 14 00:53:14 2015] GET /api/travel/cabs?lat=28.6875&lng=77.1552 => generated 637 bytes in 2388 msecs (HTTP/1.1 200) 3 headers in 144 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 255/255] 182.68.224.106 () {28 vars in 343 bytes} [Tue Jul 14 00:54:25 2015] GET /api/shop/offers => generated 2 bytes in 60314 msecs (HTTP/1.1 200) 3 headers in 142 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 256/256] 182.68.224.106 () {28 vars in 360 bytes} [Tue Jul 14 00:55:25 2015] GET /api/shop/search?q=Laptop => generated 2 bytes in 60381 msecs (HTTP/1.1 200) 3 headers in 142 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 257/257] 125.46.39.97 () {32 vars in 579 bytes} [Tue Jul 14 00:56:56 2015] HEAD http://www.baidu.com/ => generated 0 bytes in 4 msecs (HTTP/1.1 404) 3 headers in 136 bytes (0 switches on core 0)
[pid: 30460|app: 0|req: 258/258] 58.218.213.208 () {28 vars in 377 bytes} [Tue Jul 14 01:00:23 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 2 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 259/259] 192.187.110.98 () {34 vars in 623 bytes} [Tue Jul 14 01:09:00 2015] GET http://testp5.mielno.lubin.pl/testproxy.php => generated 233 bytes in 1 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 260/260] 14.102.89.223 () {28 vars in 389 bytes} [Tue Jul 14 01:12:33 2015] GET /api/travel/cabs?lat=28.5388&lng=77.2118 => generated 1607 bytes in 3258 msecs (HTTP/1.1 200) 3 headers in 145 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 261/261] 14.102.89.223 () {28 vars in 429 bytes} [Tue Jul 14 01:13:02 2015] GET /api/travel/flight?src=DEL&dest=PNQ&date=01-08-2015&adults=1 => generated 8189 bytes in 1224 msecs (HTTP/1.1 200) 3 headers in 145 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 262/262] 14.102.89.223 () {28 vars in 344 bytes} [Tue Jul 14 01:13:49 2015] GET /api/events/plays => generated 76830 bytes in 207 msecs (HTTP/1.1 200) 3 headers in 146 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 263/263] 14.102.89.223 () {28 vars in 346 bytes} [Tue Jul 14 01:13:49 2015] GET /api/events/movies => generated 355551 bytes in 286 msecs (HTTP/1.1 200) 3 headers in 147 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 264/264] 14.102.89.223 () {28 vars in 342 bytes} [Tue Jul 14 01:14:02 2015] GET /api/shop/offers => generated 2 bytes in 92908 msecs (HTTP/1.1 200) 3 headers in 142 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 265/265] 61.157.96.193 () {34 vars in 647 bytes} [Tue Jul 14 01:19:07 2015] GET http://www.baidu.com/?rands=_979237996215545163043008 => generated 233 bytes in 1 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 266/266] 61.157.96.193 () {34 vars in 647 bytes} [Tue Jul 14 01:19:09 2015] GET http://www.sogou.com/?rands=_965734041616541285212904 => generated 233 bytes in 1 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 267/267] 61.157.96.193 () {34 vars in 652 bytes} [Tue Jul 14 01:19:09 2015] GET http://www.haosou.com/?rands=_1787189950410567502210304 => generated 233 bytes in 1 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 268/268] 61.157.96.193 () {34 vars in 652 bytes} [Tue Jul 14 01:19:11 2015] GET http://reg.renren.com/?rands=_1021017131503001323768264 => generated 233 bytes in 1 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 269/269] 61.157.96.193 () {34 vars in 644 bytes} [Tue Jul 14 01:19:20 2015] GET http://www.1dvj.com/?rands=_929613659363798522945200 => generated 233 bytes in 2 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 270/270] 61.157.96.193 () {34 vars in 657 bytes} [Tue Jul 14 01:19:20 2015] GET http://www.kuaidaili.com/?rands=_21421566729001201260336 => generated 233 bytes in 2 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 271/271] 58.218.213.208 () {28 vars in 377 bytes} [Tue Jul 14 01:25:21 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 2 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 272/272] 58.218.213.208 () {28 vars in 377 bytes} [Tue Jul 14 01:36:39 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 1 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 273/273] 58.218.213.208 () {28 vars in 377 bytes} [Tue Jul 14 02:01:11 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 5 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 274/274] 61.160.213.56 () {28 vars in 376 bytes} [Tue Jul 14 02:13:15 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 2 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 275/275] 125.46.39.97 () {32 vars in 552 bytes} [Tue Jul 14 02:24:58 2015] HEAD http://www.baidu.com/ => generated 0 bytes in 6 msecs (HTTP/1.1 404) 3 headers in 136 bytes (0 switches on core 0)
[pid: 30460|app: 0|req: 276/276] 61.160.213.56 () {28 vars in 375 bytes} [Tue Jul 14 02:48:52 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 3 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 277/277] 61.157.96.126 () {34 vars in 642 bytes} [Tue Jul 14 02:51:58 2015] GET http://www.sogou.com/?rands=_4312366434408900266844 => generated 233 bytes in 2 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 278/278] 61.157.96.126 () {34 vars in 657 bytes} [Tue Jul 14 02:51:59 2015] GET http://www.kuaidaili.com/?rands=_10702030003707733184216 => generated 233 bytes in 1 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 279/279] 58.221.66.63 () {38 vars in 691 bytes} [Tue Jul 14 03:00:12 2015] GET http://www.sogou.com/ => generated 233 bytes in 2 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 280/280] 120.89.77.98 () {28 vars in 384 bytes} [Tue Jul 14 03:10:55 2015] GET /api/food/order?lat=28.7203&lng=77.124 => generated 107996 bytes in 1202 msecs (HTTP/1.1 200) 3 headers in 147 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 281/281] 120.89.77.98 () {28 vars in 396 bytes} [Tue Jul 14 03:10:56 2015] GET /api/food/restaurants?lat=28.7203&lng=77.124 => generated 5324 bytes in 287 msecs (HTTP/1.1 200) 3 headers in 145 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 282/282] 120.89.77.98 () {28 vars in 382 bytes} [Tue Jul 14 03:10:56 2015] GET /api/food/cafe?lat=28.7203&lng=77.124 => generated 5625 bytes in 288 msecs (HTTP/1.1 200) 3 headers in 145 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 283/283] 120.89.77.98 () {28 vars in 380 bytes} [Tue Jul 14 03:10:57 2015] GET /api/food/bar?lat=28.7203&lng=77.124 => generated 517 bytes in 190 msecs (HTTP/1.1 200) 3 headers in 144 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 284/284] 120.89.77.98 () {28 vars in 386 bytes} [Tue Jul 14 03:11:22 2015] GET /api/travel/cabs?lat=28.7203&lng=77.124 => generated 771 bytes in 3507 msecs (HTTP/1.1 200) 3 headers in 144 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 285/285] 58.218.213.208 () {28 vars in 377 bytes} [Tue Jul 14 03:13:16 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 2 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 286/286] 58.218.213.208 () {28 vars in 377 bytes} [Tue Jul 14 03:25:23 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 2 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 287/287] 58.218.213.208 () {28 vars in 377 bytes} [Tue Jul 14 03:37:38 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 1 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 288/288] 58.218.213.208 () {28 vars in 377 bytes} [Tue Jul 14 03:37:39 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 3 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 289/289] 125.46.39.97 () {32 vars in 1378 bytes} [Tue Jul 14 03:48:56 2015] HEAD http://www.baidu.com/ => generated 0 bytes in 4 msecs (HTTP/1.1 404) 3 headers in 136 bytes (0 switches on core 0)
[pid: 30460|app: 0|req: 290/290] 58.218.213.208 () {28 vars in 377 bytes} [Tue Jul 14 03:49:20 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 2 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 291/291] 58.218.213.208 () {28 vars in 377 bytes} [Tue Jul 14 04:01:56 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 1 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 292/292] 14.141.249.170 () {28 vars in 390 bytes} [Tue Jul 14 04:22:22 2015] GET /api/travel/cabs?lat=28.6909&lng=77.1513 => generated 499 bytes in 4756 msecs (HTTP/1.1 200) 3 headers in 144 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 293/293] 61.160.213.56 () {28 vars in 376 bytes} [Tue Jul 14 04:25:33 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 3 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 294/294] 58.218.213.208 () {28 vars in 377 bytes} [Tue Jul 14 04:50:06 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 8 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 295/295] 58.218.213.208 () {28 vars in 377 bytes} [Tue Jul 14 05:01:57 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 4 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 296/296] 125.46.39.97 () {32 vars in 1090 bytes} [Tue Jul 14 05:12:59 2015] HEAD http://www.baidu.com/ => generated 0 bytes in 4 msecs (HTTP/1.1 404) 3 headers in 136 bytes (0 switches on core 0)
[pid: 30460|app: 0|req: 297/297] 182.93.83.179 () {28 vars in 399 bytes} [Tue Jul 14 05:13:12 2015] GET /api/food/restaurants?lat=28.2516&lng=83.9873 => generated 478 bytes in 191 msecs (HTTP/1.1 200) 3 headers in 144 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 298/298] 182.93.83.179 () {28 vars in 385 bytes} [Tue Jul 14 05:13:12 2015] GET /api/food/cafe?lat=28.2516&lng=83.9873 => generated 212 bytes in 172 msecs (HTTP/1.1 200) 3 headers in 144 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 299/299] 182.93.83.179 () {28 vars in 386 bytes} [Tue Jul 14 05:13:12 2015] GET /api/food/order?lat=28.2516&lng=83.9873 => generated 127 bytes in 579 msecs (HTTP/1.1 200) 3 headers in 144 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 300/300] 182.93.83.179 () {28 vars in 382 bytes} [Tue Jul 14 05:13:13 2015] GET /api/food/bar?lat=28.2516&lng=83.9873 => generated 2 bytes in 164 msecs (HTTP/1.1 200) 3 headers in 142 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 301/301] 182.93.83.179 () {28 vars in 344 bytes} [Tue Jul 14 05:13:23 2015] GET /api/events/plays => generated 76830 bytes in 199 msecs (HTTP/1.1 200) 3 headers in 146 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 302/302] 182.93.83.179 () {28 vars in 345 bytes} [Tue Jul 14 05:13:23 2015] GET /api/events/movies => generated 356466 bytes in 363 msecs (HTTP/1.1 200) 3 headers in 147 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 303/303] 182.93.83.179 () {28 vars in 342 bytes} [Tue Jul 14 05:13:40 2015] GET /api/shop/offers => generated 180183 bytes in 1452 msecs (HTTP/1.1 200) 3 headers in 147 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 304/304] 182.93.83.179 () {28 vars in 367 bytes} [Tue Jul 14 05:13:52 2015] GET /api/shop/search?q=zara+dress => generated 23757 bytes in 1299 msecs (HTTP/1.1 200) 3 headers in 146 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 305/305] 58.218.213.208 () {28 vars in 377 bytes} [Tue Jul 14 05:13:54 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 1 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 306/306] 182.93.83.179 () {28 vars in 389 bytes} [Tue Jul 14 05:14:54 2015] GET /api/travel/cabs?lat=28.2516&lng=83.9873 => generated 2 bytes in 2450 msecs (HTTP/1.1 200) 3 headers in 142 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 307/307] 182.93.83.179 () {28 vars in 428 bytes} [Tue Jul 14 05:15:07 2015] GET /api/travel/flight?src=KTM&dest=DEL&date=02-08-2015&adults=2 => generated 13322 bytes in 8839 msecs (HTTP/1.1 200) 3 headers in 146 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 308/308] 58.218.213.208 () {28 vars in 377 bytes} [Tue Jul 14 05:25:51 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 2 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 309/309] 61.160.213.56 () {28 vars in 376 bytes} [Tue Jul 14 05:37:55 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 2 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 310/310] 61.157.96.193 () {34 vars in 649 bytes} [Tue Jul 14 05:45:54 2015] GET http://www.baidu.com/?rands=_1101651994821441604310928 => generated 233 bytes in 2 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 311/311] 61.157.96.193 () {34 vars in 643 bytes} [Tue Jul 14 05:45:57 2015] GET http://www.sogou.com/?rands=_2148499480213585199060 => generated 233 bytes in 1 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 312/312] 61.157.96.193 () {34 vars in 650 bytes} [Tue Jul 14 05:45:58 2015] GET http://www.haosou.com/?rands=_121528952203506104059264 => generated 233 bytes in 1 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 313/313] 61.157.96.193 () {34 vars in 652 bytes} [Tue Jul 14 05:46:00 2015] GET http://reg.renren.com/?rands=_1378829120025846831199688 => generated 233 bytes in 2 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 314/314] 61.157.96.193 () {34 vars in 640 bytes} [Tue Jul 14 05:46:00 2015] GET http://www.1dvj.com/?rands=_4655267102915153341140 => generated 233 bytes in 2 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 315/315] 61.157.96.193 () {34 vars in 661 bytes} [Tue Jul 14 05:46:02 2015] GET http://www.kuaidaili.com/?rands=_1715212140789477844321800 => generated 233 bytes in 2 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 316/316] 58.218.213.208 () {28 vars in 377 bytes} [Tue Jul 14 05:50:05 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 2 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 317/317] 58.221.67.83 () {38 vars in 694 bytes} [Tue Jul 14 06:02:10 2015] GET http://www.sogou.com/ => generated 233 bytes in 4 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 318/318] 58.218.213.208 () {28 vars in 377 bytes} [Tue Jul 14 06:02:10 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 1 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 319/319] 58.218.213.208 () {28 vars in 377 bytes} [Tue Jul 14 06:02:12 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 1 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 320/320] 185.49.14.190 () {34 vars in 613 bytes} [Tue Jul 14 06:04:52 2015] GET http://testp4.pospr.waw.pl/testproxy.php => generated 233 bytes in 6 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 321/321] 61.160.213.56 () {28 vars in 376 bytes} [Tue Jul 14 06:14:49 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 3 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 322/322] 58.218.213.208 () {28 vars in 377 bytes} [Tue Jul 14 06:26:17 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 16 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 323/323] 125.46.39.97 () {32 vars in 1130 bytes} [Tue Jul 14 06:33:13 2015] HEAD http://www.baidu.com/ => generated 0 bytes in 4 msecs (HTTP/1.1 404) 3 headers in 136 bytes (0 switches on core 0)
[pid: 30460|app: 0|req: 324/324] 58.218.213.208 () {28 vars in 377 bytes} [Tue Jul 14 06:38:17 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 11 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 325/325] 61.160.213.56 () {28 vars in 375 bytes} [Tue Jul 14 06:50:32 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 3 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 326/326] 182.93.83.179 () {28 vars in 344 bytes} [Tue Jul 14 07:20:40 2015] GET /api/events/plays => generated 80989 bytes in 234 msecs (HTTP/1.1 200) 3 headers in 146 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 327/327] 182.93.83.179 () {28 vars in 346 bytes} [Tue Jul 14 07:20:40 2015] GET /api/events/movies => generated 356837 bytes in 280 msecs (HTTP/1.1 200) 3 headers in 147 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 328/328] 182.93.83.179 () {28 vars in 342 bytes} [Tue Jul 14 07:20:55 2015] GET /api/shop/offers => generated 180174 bytes in 1417 msecs (HTTP/1.1 200) 3 headers in 147 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 329/329] 182.93.83.179 () {28 vars in 389 bytes} [Tue Jul 14 07:21:07 2015] GET /api/travel/cabs?lat=28.2516&lng=83.9873 => generated 2 bytes in 2416 msecs (HTTP/1.1 200) 3 headers in 142 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 330/330] 182.93.83.179 () {28 vars in 387 bytes} [Tue Jul 14 07:21:15 2015] GET /api/food/order?lat=28.2516&lng=83.9873 => generated 127 bytes in 438 msecs (HTTP/1.1 200) 3 headers in 144 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 331/331] 182.93.83.179 () {28 vars in 383 bytes} [Tue Jul 14 07:21:15 2015] GET /api/food/bar?lat=28.2516&lng=83.9873 => generated 2 bytes in 167 msecs (HTTP/1.1 200) 3 headers in 142 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 332/332] 182.93.83.179 () {28 vars in 399 bytes} [Tue Jul 14 07:21:15 2015] GET /api/food/restaurants?lat=28.2516&lng=83.9873 => generated 478 bytes in 190 msecs (HTTP/1.1 200) 3 headers in 144 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 333/333] 182.93.83.179 () {28 vars in 385 bytes} [Tue Jul 14 07:21:16 2015] GET /api/food/cafe?lat=28.2516&lng=83.9873 => generated 212 bytes in 222 msecs (HTTP/1.1 200) 3 headers in 144 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 334/334] 58.221.66.77 () {38 vars in 694 bytes} [Tue Jul 14 07:23:17 2015] GET http://www.sogou.com/ => generated 233 bytes in 1 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 335/335] 61.160.213.56 () {28 vars in 376 bytes} [Tue Jul 14 07:26:33 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 1 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 336/336] 182.93.83.179 () {28 vars in 346 bytes} [Tue Jul 14 07:27:28 2015] GET /api/events/movies => generated 356837 bytes in 393 msecs (HTTP/1.1 200) 3 headers in 147 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 337/337] 182.93.83.179 () {28 vars in 344 bytes} [Tue Jul 14 07:27:29 2015] GET /api/events/plays => generated 80989 bytes in 212 msecs (HTTP/1.1 200) 3 headers in 146 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 338/338] 182.93.83.179 () {28 vars in 389 bytes} [Tue Jul 14 07:30:42 2015] GET /api/travel/cabs?lat=28.2516&lng=83.9873 => generated 2 bytes in 2429 msecs (HTTP/1.1 200) 3 headers in 142 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 339/339] 182.93.83.179 () {28 vars in 342 bytes} [Tue Jul 14 07:30:46 2015] GET /api/shop/offers => generated 180174 bytes in 6549 msecs (HTTP/1.1 200) 3 headers in 147 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 340/340] 122.161.206.174 () {28 vars in 346 bytes} [Tue Jul 14 07:39:51 2015] GET /api/events/plays => generated 80989 bytes in 203 msecs (HTTP/1.1 200) 3 headers in 146 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 341/341] 122.161.206.174 () {28 vars in 348 bytes} [Tue Jul 14 07:39:52 2015] GET /api/events/movies => generated 356837 bytes in 301 msecs (HTTP/1.1 200) 3 headers in 147 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 342/342] 61.160.213.56 () {28 vars in 376 bytes} [Tue Jul 14 07:50:47 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 1 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 343/343] 125.46.39.97 () {32 vars in 1451 bytes} [Tue Jul 14 07:56:40 2015] HEAD http://www.baidu.com/ => generated 0 bytes in 2 msecs (HTTP/1.1 404) 3 headers in 136 bytes (0 switches on core 0)
[pid: 30460|app: 0|req: 344/344] 122.161.206.174 () {28 vars in 388 bytes} [Tue Jul 14 08:00:17 2015] GET /api/food/order?lat=28.7391&lng=77.1249 => generated 80828 bytes in 601 msecs (HTTP/1.1 200) 3 headers in 146 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 345/345] 122.161.206.174 () {28 vars in 397 bytes} [Tue Jul 14 08:00:18 2015] GET /api/foodmmx/nearme?lat=28.7391&lng=77.1249 => generated 21318 bytes in 224 msecs (HTTP/1.1 200) 3 headers in 146 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 346/346] 122.161.206.174 () {28 vars in 397 bytes} [Tue Jul 14 08:00:18 2015] GET /api/foodmmx/nearme?lat=28.7391&lng=77.1249 => generated 21318 bytes in 229 msecs (HTTP/1.1 200) 3 headers in 146 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 347/347] 122.161.206.174 () {28 vars in 397 bytes} [Tue Jul 14 08:04:01 2015] GET /api/foodmmx/nearme?lat=28.7392&lng=77.1249 => generated 21315 bytes in 191 msecs (HTTP/1.1 200) 3 headers in 146 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 348/348] 122.161.206.174 () {28 vars in 389 bytes} [Tue Jul 14 08:04:01 2015] GET /api/food/order?lat=28.7392&lng=77.1249 => generated 80828 bytes in 2028 msecs (HTTP/1.1 200) 3 headers in 146 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 349/349] 122.161.206.174 () {28 vars in 397 bytes} [Tue Jul 14 08:04:03 2015] GET /api/foodmmx/nearme?lat=28.7392&lng=77.1249 => generated 21315 bytes in 240 msecs (HTTP/1.1 200) 3 headers in 146 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 350/350] 122.161.206.174 () {28 vars in 391 bytes} [Tue Jul 14 08:04:56 2015] GET /api/travel/cabs?lat=28.7392&lng=77.1249 => generated 915 bytes in 2413 msecs (HTTP/1.1 200) 3 headers in 144 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 351/351] 61.160.213.56 () {28 vars in 376 bytes} [Tue Jul 14 08:26:56 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 7 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 352/352] 61.160.213.56 () {28 vars in 376 bytes} [Tue Jul 14 08:39:01 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 2 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 353/353] 61.157.96.126 () {34 vars in 645 bytes} [Tue Jul 14 08:54:13 2015] GET http://www.baidu.com/?rands=_15144646776840588884592 => generated 233 bytes in 6 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 354/354] 61.157.96.126 () {34 vars in 654 bytes} [Tue Jul 14 08:54:15 2015] GET http://www.haosou.com/?rands=_28630209530210222502247428 => generated 233 bytes in 1 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 355/355] 61.157.96.126 () {34 vars in 650 bytes} [Tue Jul 14 08:54:15 2015] GET http://reg.renren.com/?rands=_146659862382709723291120 => generated 233 bytes in 3 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 356/356] 61.157.96.126 () {34 vars in 659 bytes} [Tue Jul 14 08:54:29 2015] GET http://www.kuaidaili.com/?rands=_127258531228194601447740 => generated 233 bytes in 1 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 357/357] 58.218.213.208 () {28 vars in 377 bytes} [Tue Jul 14 09:03:25 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 3 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 358/358] 121.40.198.144 () {26 vars in 320 bytes} [Tue Jul 14 09:18:46 2015] CONNECT www.google.ca:443 => generated 233 bytes in 14 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 359/359] 45.35.20.217 () {34 vars in 646 bytes} [Tue Jul 14 09:25:33 2015] GET http://www.baidu.com/?rands=_346522739233446705213700 => generated 233 bytes in 1 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 360/360] 45.35.20.217 () {34 vars in 646 bytes} [Tue Jul 14 09:25:33 2015] GET http://www.sogou.com/?rands=_116973666208043001449712 => generated 233 bytes in 1 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 361/361] 45.35.20.217 () {34 vars in 645 bytes} [Tue Jul 14 09:25:34 2015] GET http://reg.renren.com/?rands=_1990196028023304753212 => generated 233 bytes in 1 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 362/362] 45.35.20.217 () {34 vars in 643 bytes} [Tue Jul 14 09:25:34 2015] GET http://mail.126.com/?rands=_641614290327078505146928 => generated 233 bytes in 1 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 363/363] 45.35.20.217 () {34 vars in 647 bytes} [Tue Jul 14 09:25:34 2015] GET http://www.1dvj.com/?rands=_17334152017631259343688800 => generated 233 bytes in 1 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 364/364] 45.35.20.217 () {34 vars in 660 bytes} [Tue Jul 14 09:25:35 2015] GET http://www.kuaidaili.com/?rands=_2436850899025834202444580 => generated 233 bytes in 1 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 365/365] 125.46.39.97 () {32 vars in 752 bytes} [Tue Jul 14 09:29:45 2015] HEAD http://www.baidu.com/ => generated 0 bytes in 1 msecs (HTTP/1.1 404) 3 headers in 136 bytes (0 switches on core 0)
[pid: 30460|app: 0|req: 366/366] 1.39.35.53 () {28 vars in 337 bytes} [Tue Jul 14 09:47:38 2015] GET /api/shop/offers => generated 179261 bytes in 1439 msecs (HTTP/1.1 200) 3 headers in 147 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 367/367] 58.218.213.208 () {28 vars in 377 bytes} [Tue Jul 14 09:52:02 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 1 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 368/368] 61.160.213.56 () {28 vars in 376 bytes} [Tue Jul 14 10:03:43 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 5 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 369/369] 61.160.213.56 () {28 vars in 376 bytes} [Tue Jul 14 10:16:22 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 2 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 370/370] 58.218.213.208 () {28 vars in 377 bytes} [Tue Jul 14 10:27:40 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 1 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 371/371] 58.218.213.208 () {28 vars in 377 bytes} [Tue Jul 14 10:40:11 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 1 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 372/372] 125.46.39.97 () {32 vars in 404 bytes} [Tue Jul 14 11:01:34 2015] HEAD http://www.baidu.com/ => generated 0 bytes in 3 msecs (HTTP/1.1 404) 3 headers in 136 bytes (0 switches on core 0)
[pid: 30460|app: 0|req: 373/373] 58.218.213.208 () {28 vars in 377 bytes} [Tue Jul 14 11:04:06 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 3 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 374/374] 58.218.213.208 () {28 vars in 377 bytes} [Tue Jul 14 11:16:06 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 6 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 375/375] 58.218.213.208 () {28 vars in 377 bytes} [Tue Jul 14 11:40:30 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 10 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 376/376] 58.218.213.208 () {28 vars in 376 bytes} [Tue Jul 14 11:40:30 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 2 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 377/377] 58.218.213.208 () {28 vars in 377 bytes} [Tue Jul 14 11:40:30 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 3 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 378/378] 61.160.213.56 () {28 vars in 376 bytes} [Tue Jul 14 11:52:22 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 3 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 379/379] 58.218.213.208 () {28 vars in 377 bytes} [Tue Jul 14 12:17:00 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 3 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 380/380] 122.161.206.174 () {28 vars in 345 bytes} [Tue Jul 14 12:27:31 2015] GET /api/events/plays => generated 84693 bytes in 225 msecs (HTTP/1.1 200) 3 headers in 146 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 381/381] 122.161.206.174 () {28 vars in 348 bytes} [Tue Jul 14 12:28:04 2015] GET /api/events/movies => generated 354715 bytes in 314 msecs (HTTP/1.1 200) 3 headers in 147 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 382/382] 61.160.213.56 () {28 vars in 376 bytes} [Tue Jul 14 12:28:29 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 2 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 383/383] 125.46.39.97 () {32 vars in 1695 bytes} [Tue Jul 14 12:34:45 2015] HEAD http://www.baidu.com/ => generated 0 bytes in 7 msecs (HTTP/1.1 404) 3 headers in 136 bytes (0 switches on core 0)
[pid: 30460|app: 0|req: 384/384] 61.160.213.56 () {28 vars in 376 bytes} [Tue Jul 14 12:40:42 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 1 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 385/385] 61.160.213.56 () {28 vars in 376 bytes} [Tue Jul 14 12:53:02 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 4 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 386/386] 192.187.110.98 () {34 vars in 623 bytes} [Tue Jul 14 12:54:06 2015] GET http://testp5.mielno.lubin.pl/testproxy.php => generated 233 bytes in 1 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 387/387] 182.64.165.179 () {38 vars in 687 bytes} [Tue Jul 14 13:04:01 2015] GET /mail/[email protected] => generated 21 bytes in 2871 msecs (HTTP/1.1 200) 3 headers in 143 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 388/388] 61.160.213.56 () {28 vars in 376 bytes} [Tue Jul 14 13:04:40 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 5 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 389/389] 122.161.206.174 () {28 vars in 346 bytes} [Tue Jul 14 13:09:01 2015] GET /api/events/plays => generated 84693 bytes in 222 msecs (HTTP/1.1 200) 3 headers in 146 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 390/390] 122.161.206.174 () {28 vars in 348 bytes} [Tue Jul 14 13:09:02 2015] GET /api/events/movies => generated 352770 bytes in 287 msecs (HTTP/1.1 200) 3 headers in 147 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 391/391] 122.161.206.174 () {28 vars in 391 bytes} [Tue Jul 14 13:09:12 2015] GET /api/travel/cabs?lat=28.6328&lng=77.2197 => generated 1867 bytes in 3428 msecs (HTTP/1.1 200) 3 headers in 145 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 392/392] 122.161.206.174 () {28 vars in 396 bytes} [Tue Jul 14 13:09:37 2015] GET /api/foodmmx/nearme?lat=28.6328&lng=77.2197 => generated 21889 bytes in 254 msecs (HTTP/1.1 200) 3 headers in 146 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 393/393] 122.161.206.174 () {28 vars in 396 bytes} [Tue Jul 14 13:09:38 2015] GET /api/foodmmx/nearme?lat=28.6328&lng=77.2197 => generated 21889 bytes in 139 msecs (HTTP/1.1 200) 3 headers in 146 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 394/394] 122.161.206.174 () {28 vars in 389 bytes} [Tue Jul 14 13:09:38 2015] GET /api/food/order?lat=28.6328&lng=77.2197 => generated 39776 bytes in 439 msecs (HTTP/1.1 200) 3 headers in 146 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 395/395] 122.161.206.174 () {28 vars in 348 bytes} [Tue Jul 14 13:10:28 2015] GET /api/events/movies => generated 352770 bytes in 403 msecs (HTTP/1.1 200) 3 headers in 147 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 396/396] 122.161.206.174 () {28 vars in 391 bytes} [Tue Jul 14 13:11:21 2015] GET /api/travel/cabs?lat=28.6328&lng=77.2197 => generated 1864 bytes in 2411 msecs (HTTP/1.1 200) 3 headers in 145 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 397/397] 122.161.206.174 () {28 vars in 346 bytes} [Tue Jul 14 13:11:47 2015] GET /api/events/plays => generated 84693 bytes in 287 msecs (HTTP/1.1 200) 3 headers in 146 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 398/398] 122.161.206.174 () {28 vars in 348 bytes} [Tue Jul 14 13:12:30 2015] GET /api/events/movies => generated 352770 bytes in 302 msecs (HTTP/1.1 200) 3 headers in 147 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 399/399] 61.160.213.56 () {28 vars in 375 bytes} [Tue Jul 14 13:28:46 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 15 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 400/400] 59.124.232.162 () {26 vars in 319 bytes} [Tue Jul 14 13:48:21 2015] CONNECT www.google.ca:443 => generated 233 bytes in 2 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 401/401] 61.160.213.56 () {28 vars in 376 bytes} [Tue Jul 14 13:53:38 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 3 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 402/402] 58.218.213.208 () {28 vars in 376 bytes} [Tue Jul 14 14:04:55 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 4 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 403/403] 125.46.39.97 () {30 vars in 377 bytes} [Tue Jul 14 14:07:27 2015] HEAD http://www.baidu.com/ => generated 0 bytes in 2 msecs (HTTP/1.1 404) 3 headers in 136 bytes (0 switches on core 0)
[pid: 30460|app: 0|req: 404/404] 61.160.213.56 () {28 vars in 376 bytes} [Tue Jul 14 14:17:30 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 1 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 405/405] 122.161.206.174 () {28 vars in 391 bytes} [Tue Jul 14 14:24:02 2015] GET /api/travel/cabs?lat=28.6328&lng=77.2197 => generated 1315 bytes in 2292 msecs (HTTP/1.1 200) 3 headers in 145 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 406/406] 122.161.206.174 () {28 vars in 389 bytes} [Tue Jul 14 14:24:09 2015] GET /api/food/order?lat=28.7392&lng=77.1249 => generated 81439 bytes in 893 msecs (HTTP/1.1 200) 3 headers in 146 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 407/407] 122.161.206.174 () {28 vars in 396 bytes} [Tue Jul 14 14:24:10 2015] GET /api/foodmmx/nearme?lat=28.7392&lng=77.1249 => generated 21315 bytes in 250 msecs (HTTP/1.1 200) 3 headers in 146 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 408/408] 122.161.206.174 () {28 vars in 397 bytes} [Tue Jul 14 14:24:10 2015] GET /api/foodmmx/nearme?lat=28.7392&lng=77.1249 => generated 21315 bytes in 160 msecs (HTTP/1.1 200) 3 headers in 146 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 409/409] 122.161.206.174 () {28 vars in 346 bytes} [Tue Jul 14 14:27:58 2015] GET /api/events/plays => generated 84693 bytes in 275 msecs (HTTP/1.1 200) 3 headers in 146 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 410/410] 122.161.206.174 () {28 vars in 348 bytes} [Tue Jul 14 14:27:59 2015] GET /api/events/movies => generated 351468 bytes in 286 msecs (HTTP/1.1 200) 3 headers in 147 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 411/411] 111.72.252.91 () {30 vars in 453 bytes} [Tue Jul 14 14:28:12 2015] GET /manager/html => generated 233 bytes in 1 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 412/412] 61.160.213.56 () {28 vars in 376 bytes} [Tue Jul 14 14:29:29 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 1 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 413/413] 61.160.213.56 () {28 vars in 375 bytes} [Tue Jul 14 14:29:35 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 1 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 414/414] 122.161.206.174 () {28 vars in 391 bytes} [Tue Jul 14 14:30:58 2015] GET /api/travel/cabs?lat=28.7391&lng=77.1249 => generated 1298 bytes in 2348 msecs (HTTP/1.1 200) 3 headers in 145 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 415/415] 122.161.206.174 () {28 vars in 397 bytes} [Tue Jul 14 14:31:10 2015] GET /api/foodmmx/nearme?lat=28.7391&lng=77.1249 => generated 21318 bytes in 128 msecs (HTTP/1.1 200) 3 headers in 146 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 416/416] 122.161.206.174 () {28 vars in 389 bytes} [Tue Jul 14 14:31:10 2015] GET /api/food/order?lat=28.7391&lng=77.1249 => generated 81438 bytes in 829 msecs (HTTP/1.1 200) 3 headers in 146 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 417/417] 122.161.206.174 () {28 vars in 396 bytes} [Tue Jul 14 14:31:11 2015] GET /api/foodmmx/nearme?lat=28.7391&lng=77.1249 => generated 21318 bytes in 230 msecs (HTTP/1.1 200) 3 headers in 146 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 418/418] 122.161.206.174 () {28 vars in 345 bytes} [Tue Jul 14 14:31:22 2015] GET /api/events/plays => generated 84693 bytes in 176 msecs (HTTP/1.1 200) 3 headers in 146 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 419/419] 122.161.206.174 () {28 vars in 348 bytes} [Tue Jul 14 14:31:23 2015] GET /api/events/movies => generated 351468 bytes in 271 msecs (HTTP/1.1 200) 3 headers in 147 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 420/420] 122.161.206.174 () {28 vars in 397 bytes} [Tue Jul 14 14:33:36 2015] GET /api/foodmmx/nearme?lat=28.7391&lng=77.1249 => generated 21318 bytes in 217 msecs (HTTP/1.1 200) 3 headers in 146 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 421/421] 122.161.206.174 () {28 vars in 388 bytes} [Tue Jul 14 14:33:36 2015] GET /api/food/order?lat=28.7391&lng=77.1249 => generated 81438 bytes in 562 msecs (HTTP/1.1 200) 3 headers in 146 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 422/422] 122.161.206.174 () {28 vars in 397 bytes} [Tue Jul 14 14:33:36 2015] GET /api/foodmmx/nearme?lat=28.7391&lng=77.1249 => generated 21318 bytes in 183 msecs (HTTP/1.1 200) 3 headers in 146 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 423/423] 61.157.96.193 () {34 vars in 648 bytes} [Tue Jul 14 14:40:38 2015] GET http://www.sogou.com/?rands=_2068236400035650801686048 => generated 233 bytes in 1 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 424/424] 61.157.96.193 () {34 vars in 650 bytes} [Tue Jul 14 14:40:45 2015] GET http://www.haosou.com/?rands=_121689167020069283563420 => generated 233 bytes in 1 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 425/425] 61.157.96.193 () {34 vars in 648 bytes} [Tue Jul 14 14:40:46 2015] GET http://reg.renren.com/?rands=_79688931122532348642736 => generated 233 bytes in 1 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 426/426] 61.157.96.193 () {34 vars in 652 bytes} [Tue Jul 14 14:40:48 2015] GET http://www.1dvj.com/?rands=_8249767253144353247001351752 => generated 233 bytes in 1 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 427/427] 61.157.96.193 () {34 vars in 660 bytes} [Tue Jul 14 14:40:50 2015] GET http://www.kuaidaili.com/?rands=_2246016595287231203392272 => generated 233 bytes in 1 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 428/428] 58.218.213.208 () {28 vars in 377 bytes} [Tue Jul 14 14:41:14 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 2 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 429/429] 122.161.206.174 () {28 vars in 391 bytes} [Tue Jul 14 14:56:06 2015] GET /api/travel/cabs?lat=28.7391&lng=77.1249 => generated 1887 bytes in 2403 msecs (HTTP/1.1 200) 3 headers in 145 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 430/430] 122.161.206.174 () {28 vars in 389 bytes} [Tue Jul 14 14:56:31 2015] GET /api/food/order?lat=28.7391&lng=77.1249 => generated 81438 bytes in 1692 msecs (HTTP/1.1 200) 3 headers in 146 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 431/431] 122.161.206.174 () {28 vars in 397 bytes} [Tue Jul 14 14:56:33 2015] GET /api/foodmmx/nearme?lat=28.7391&lng=77.1249 => generated 21318 bytes in 108 msecs (HTTP/1.1 200) 3 headers in 146 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 432/432] 122.161.206.174 () {28 vars in 397 bytes} [Tue Jul 14 14:56:33 2015] GET /api/foodmmx/nearme?lat=28.7391&lng=77.1249 => generated 21318 bytes in 186 msecs (HTTP/1.1 200) 3 headers in 146 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 433/433] 122.161.206.174 () {28 vars in 347 bytes} [Tue Jul 14 14:56:48 2015] GET /api/events/movies => generated 351468 bytes in 302 msecs (HTTP/1.1 200) 3 headers in 147 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 434/434] 122.161.206.174 () {28 vars in 346 bytes} [Tue Jul 14 14:56:48 2015] GET /api/events/plays => generated 84693 bytes in 256 msecs (HTTP/1.1 200) 3 headers in 146 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 435/435] 122.161.206.174 () {28 vars in 344 bytes} [Tue Jul 14 14:57:46 2015] GET /api/shop/offers => generated 179480 bytes in 1292 msecs (HTTP/1.1 200) 3 headers in 147 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 436/436] 122.161.206.174 () {28 vars in 391 bytes} [Tue Jul 14 15:04:37 2015] GET /api/travel/cabs?lat=28.7392&lng=77.1249 => generated 1436 bytes in 2371 msecs (HTTP/1.1 200) 3 headers in 145 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 437/437] 122.161.206.174 () {28 vars in 387 bytes} [Tue Jul 14 15:04:49 2015] GET /api/food/cafe?lat=28.7392&lng=77.1249 => generated 4941 bytes in 173 msecs (HTTP/1.1 200) 3 headers in 145 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 438/438] 122.161.206.174 () {28 vars in 401 bytes} [Tue Jul 14 15:04:49 2015] GET /api/food/restaurants?lat=28.7392&lng=77.1249 => generated 5068 bytes in 180 msecs (HTTP/1.1 200) 3 headers in 145 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 439/439] 122.161.206.174 () {28 vars in 389 bytes} [Tue Jul 14 15:04:49 2015] GET /api/food/order?lat=28.7392&lng=77.1249 => generated 81438 bytes in 645 msecs (HTTP/1.1 200) 3 headers in 146 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 440/440] 122.161.206.174 () {28 vars in 385 bytes} [Tue Jul 14 15:04:50 2015] GET /api/food/bar?lat=28.7392&lng=77.1249 => generated 586 bytes in 101 msecs (HTTP/1.1 200) 3 headers in 144 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 441/441] 122.161.206.174 () {28 vars in 346 bytes} [Tue Jul 14 15:04:57 2015] GET /api/events/plays => generated 84693 bytes in 206 msecs (HTTP/1.1 200) 3 headers in 146 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 442/442] 122.161.206.174 () {28 vars in 346 bytes} [Tue Jul 14 15:04:58 2015] GET /api/events/movies => generated 351312 bytes in 277 msecs (HTTP/1.1 200) 3 headers in 147 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 443/443] 58.218.213.208 () {28 vars in 377 bytes} [Tue Jul 14 15:05:24 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 1 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 444/444] 122.161.206.174 () {28 vars in 389 bytes} [Tue Jul 14 15:11:40 2015] GET /api/food/order?lat=28.7392&lng=77.1249 => generated 81438 bytes in 537 msecs (HTTP/1.1 200) 3 headers in 146 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 445/445] 122.161.206.174 () {28 vars in 387 bytes} [Tue Jul 14 15:11:40 2015] GET /api/food/cafe?lat=28.7392&lng=77.1249 => generated 4941 bytes in 235 msecs (HTTP/1.1 200) 3 headers in 145 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 446/446] 122.161.206.174 () {28 vars in 401 bytes} [Tue Jul 14 15:11:41 2015] GET /api/food/restaurants?lat=28.7392&lng=77.1249 => generated 5068 bytes in 176 msecs (HTTP/1.1 200) 3 headers in 145 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 447/447] 122.161.206.174 () {28 vars in 385 bytes} [Tue Jul 14 15:11:41 2015] GET /api/food/bar?lat=28.7392&lng=77.1249 => generated 586 bytes in 113 msecs (HTTP/1.1 200) 3 headers in 144 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 448/448] 122.161.206.174 () {28 vars in 344 bytes} [Tue Jul 14 15:12:31 2015] GET /api/shop/offers => generated 179169 bytes in 1465 msecs (HTTP/1.1 200) 3 headers in 147 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 449/449] 122.161.206.174 () {28 vars in 385 bytes} [Tue Jul 14 15:12:50 2015] GET /api/food/bar?lat=28.7392&lng=77.1249 => generated 586 bytes in 124 msecs (HTTP/1.1 200) 3 headers in 144 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 450/450] 122.161.206.174 () {28 vars in 389 bytes} [Tue Jul 14 15:12:50 2015] GET /api/food/order?lat=28.7392&lng=77.1249 => generated 81438 bytes in 570 msecs (HTTP/1.1 200) 3 headers in 146 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 451/451] 122.161.206.174 () {28 vars in 387 bytes} [Tue Jul 14 15:12:50 2015] GET /api/food/cafe?lat=28.7392&lng=77.1249 => generated 4941 bytes in 132 msecs (HTTP/1.1 200) 3 headers in 145 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 452/452] 122.161.206.174 () {28 vars in 401 bytes} [Tue Jul 14 15:12:50 2015] GET /api/food/restaurants?lat=28.7392&lng=77.1249 => generated 5068 bytes in 167 msecs (HTTP/1.1 200) 3 headers in 145 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 453/453] 122.161.206.174 () {28 vars in 390 bytes} [Tue Jul 14 15:13:08 2015] GET /api/travel/cabs?lat=28.7392&lng=77.1249 => generated 1437 bytes in 2394 msecs (HTTP/1.1 200) 3 headers in 145 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 454/454] 122.161.206.174 () {28 vars in 429 bytes} [Tue Jul 14 15:14:24 2015] GET /api/travel/bus?src=Chandigarh&dest=Amritsar&date=05-08-2015 => generated 2883 bytes in 4118 msecs (HTTP/1.1 200) 3 headers in 145 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 455/455] 122.161.206.174 () {28 vars in 346 bytes} [Tue Jul 14 15:16:40 2015] GET /api/events/plays => generated 84693 bytes in 208 msecs (HTTP/1.1 200) 3 headers in 146 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 456/456] 122.161.206.174 () {28 vars in 346 bytes} [Tue Jul 14 15:16:40 2015] GET /api/events/movies => generated 351312 bytes in 268 msecs (HTTP/1.1 200) 3 headers in 147 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 457/457] 122.161.206.174 () {28 vars in 390 bytes} [Tue Jul 14 15:16:50 2015] GET /api/travel/cabs?lat=28.7392&lng=77.1249 => generated 1433 bytes in 2364 msecs (HTTP/1.1 200) 3 headers in 145 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 458/458] 122.161.206.174 () {28 vars in 430 bytes} [Tue Jul 14 15:17:03 2015] GET /api/travel/flight?src=BOM&dest=CCU&date=05-08-2015&adults=2 => generated 16414 bytes in 2274 msecs (HTTP/1.1 200) 3 headers in 146 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 459/459] 58.218.213.208 () {28 vars in 377 bytes} [Tue Jul 14 15:17:26 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 1 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 460/460] 122.161.206.174 () {28 vars in 348 bytes} [Tue Jul 14 15:17:47 2015] GET /api/events/movies => generated 351312 bytes in 347 msecs (HTTP/1.1 200) 3 headers in 147 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 461/461] 122.161.206.174 () {28 vars in 346 bytes} [Tue Jul 14 15:17:47 2015] GET /api/events/plays => generated 84693 bytes in 198 msecs (HTTP/1.1 200) 3 headers in 146 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 462/462] 122.161.206.174 () {28 vars in 390 bytes} [Tue Jul 14 15:17:52 2015] GET /api/travel/cabs?lat=28.7392&lng=77.1249 => generated 1433 bytes in 2309 msecs (HTTP/1.1 200) 3 headers in 145 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 463/463] 122.161.206.174 () {28 vars in 430 bytes} [Tue Jul 14 15:18:09 2015] GET /api/travel/bus?src=Chandigarh&dest=Amritsar&date=05-08-2015 => generated 2883 bytes in 760 msecs (HTTP/1.1 200) 3 headers in 145 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 464/464] 122.161.206.174 () {40 vars in 660 bytes} [Tue Jul 14 15:22:18 2015] GET /api/events/movies => generated 351312 bytes in 313 msecs (HTTP/1.1 200) 3 headers in 147 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 465/465] 122.161.206.174 () {40 vars in 660 bytes} [Tue Jul 14 15:22:43 2015] GET /api/events/movies => generated 351312 bytes in 259 msecs (HTTP/1.1 200) 3 headers in 147 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 466/466] 58.218.213.208 () {28 vars in 376 bytes} [Tue Jul 14 15:29:26 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 1 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 467/467] 58.218.213.208 () {28 vars in 376 bytes} [Tue Jul 14 15:29:28 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 1 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 468/468] 125.46.39.97 () {32 vars in 532 bytes} [Tue Jul 14 15:38:09 2015] HEAD http://www.baidu.com/ => generated 0 bytes in 3 msecs (HTTP/1.1 404) 3 headers in 136 bytes (0 switches on core 0)
[pid: 30460|app: 0|req: 469/469] 58.218.213.208 () {28 vars in 377 bytes} [Tue Jul 14 15:53:42 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 2 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 470/470] 58.221.67.94 () {38 vars in 694 bytes} [Tue Jul 14 15:55:54 2015] GET http://www.sogou.com/ => generated 233 bytes in 1 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 471/471] 122.161.206.174 () {28 vars in 391 bytes} [Tue Jul 14 15:58:01 2015] GET /api/travel/cabs?lat=28.7391&lng=77.1249 => generated 1463 bytes in 2560 msecs (HTTP/1.1 200) 3 headers in 145 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 472/472] 61.160.213.56 () {28 vars in 376 bytes} [Tue Jul 14 16:05:51 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 2 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 473/473] 122.161.206.174 () {28 vars in 391 bytes} [Tue Jul 14 16:06:01 2015] GET /api/travel/cabs?lat=28.7392&lng=77.1249 => generated 1463 bytes in 2372 msecs (HTTP/1.1 200) 3 headers in 145 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 474/474] 122.161.206.174 () {28 vars in 389 bytes} [Tue Jul 14 16:06:16 2015] GET /api/food/order?lat=28.7392&lng=77.1249 => generated 81438 bytes in 1085 msecs (HTTP/1.1 200) 3 headers in 146 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 475/475] 122.161.206.174 () {28 vars in 385 bytes} [Tue Jul 14 16:06:17 2015] GET /api/food/bar?lat=28.7392&lng=77.1249 => generated 586 bytes in 128 msecs (HTTP/1.1 200) 3 headers in 144 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 476/476] 122.161.206.174 () {28 vars in 401 bytes} [Tue Jul 14 16:06:17 2015] GET /api/food/restaurants?lat=28.7392&lng=77.1249 => generated 5068 bytes in 215 msecs (HTTP/1.1 200) 3 headers in 145 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 477/477] 122.161.206.174 () {28 vars in 387 bytes} [Tue Jul 14 16:06:34 2015] GET /api/food/cafe?lat=28.7392&lng=77.1249 => generated 4941 bytes in 216 msecs (HTTP/1.1 200) 3 headers in 145 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 478/478] 122.161.206.174 () {28 vars in 391 bytes} [Tue Jul 14 16:07:16 2015] GET /api/travel/cabs?lat=28.7392&lng=77.1249 => generated 1463 bytes in 2382 msecs (HTTP/1.1 200) 3 headers in 145 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 479/479] 122.161.206.174 () {28 vars in 346 bytes} [Tue Jul 14 16:09:14 2015] GET /api/events/plays => generated 84693 bytes in 209 msecs (HTTP/1.1 200) 3 headers in 146 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 480/480] 122.161.206.174 () {28 vars in 348 bytes} [Tue Jul 14 16:09:15 2015] GET /api/events/movies => generated 351312 bytes in 291 msecs (HTTP/1.1 200) 3 headers in 147 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 481/481] 122.161.206.174 () {28 vars in 390 bytes} [Tue Jul 14 16:09:56 2015] GET /api/travel/cabs?lat=28.7392&lng=77.1249 => generated 1463 bytes in 2355 msecs (HTTP/1.1 200) 3 headers in 145 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 482/482] 122.161.206.174 () {28 vars in 347 bytes} [Tue Jul 14 16:11:53 2015] GET /api/events/movies => generated 351312 bytes in 381 msecs (HTTP/1.1 200) 3 headers in 147 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 483/483] 122.161.206.174 () {28 vars in 400 bytes} [Tue Jul 14 16:12:07 2015] GET /api/food/restaurants?lat=28.7391&lng=77.1249 => generated 5069 bytes in 222 msecs (HTTP/1.1 200) 3 headers in 145 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 484/484] 122.161.206.174 () {28 vars in 389 bytes} [Tue Jul 14 16:12:07 2015] GET /api/food/order?lat=28.7391&lng=77.1249 => generated 81438 bytes in 753 msecs (HTTP/1.1 200) 3 headers in 146 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 485/485] 122.161.206.174 () {28 vars in 348 bytes} [Tue Jul 14 16:15:59 2015] GET /api/events/movies => generated 351312 bytes in 344 msecs (HTTP/1.1 200) 3 headers in 147 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 486/486] 122.161.206.174 () {28 vars in 348 bytes} [Tue Jul 14 16:16:47 2015] GET /api/events/movies => generated 351312 bytes in 283 msecs (HTTP/1.1 200) 3 headers in 147 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 487/487] 122.161.206.174 () {28 vars in 346 bytes} [Tue Jul 14 16:16:47 2015] GET /api/events/plays => generated 84693 bytes in 210 msecs (HTTP/1.1 200) 3 headers in 146 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 488/488] 61.160.213.56 () {28 vars in 376 bytes} [Tue Jul 14 16:17:42 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 1 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 489/489] 58.218.213.208 () {28 vars in 377 bytes} [Tue Jul 14 16:17:43 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 1 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 490/490] 122.161.206.174 () {28 vars in 391 bytes} [Tue Jul 14 16:17:58 2015] GET /api/travel/cabs?lat=28.7391&lng=77.1249 => generated 1463 bytes in 2274 msecs (HTTP/1.1 200) 3 headers in 145 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 491/491] 122.161.206.174 () {28 vars in 425 bytes} [Tue Jul 14 16:18:17 2015] GET /api/travel/bus?src=Delhi&dest=Chandigarh&date=12-07-2015 => generated 291 bytes in 614 msecs (HTTP/1.1 500) 2 headers in 84 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 492/492] 122.161.206.174 () {28 vars in 421 bytes} [Tue Jul 14 16:18:48 2015] GET /api/travel/bus?src=New+Delhi&dest=Agra&date=15-07-2015 => generated 11979 bytes in 1652 msecs (HTTP/1.1 200) 3 headers in 146 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 493/493] 122.161.206.174 () {28 vars in 390 bytes} [Tue Jul 14 16:24:30 2015] GET /api/travel/cabs?lat=28.7392&lng=77.1249 => generated 1463 bytes in 2268 msecs (HTTP/1.1 200) 3 headers in 145 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 494/494] 122.161.206.174 () {28 vars in 421 bytes} [Tue Jul 14 16:24:44 2015] GET /api/travel/bus?src=New+Delhi&dest=Agra&date=15-07-2015 => generated 11979 bytes in 1016 msecs (HTTP/1.1 200) 3 headers in 146 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 495/495] 122.161.206.174 () {28 vars in 391 bytes} [Tue Jul 14 16:26:00 2015] GET /api/travel/cabs?lat=28.7392&lng=77.1249 => generated 1463 bytes in 2316 msecs (HTTP/1.1 200) 3 headers in 145 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 496/496] 122.161.206.174 () {28 vars in 420 bytes} [Tue Jul 14 16:26:14 2015] GET /api/travel/bus?src=Delhi&dest=Ludhiana&date=02-08-2015 => generated 17074 bytes in 1851 msecs (HTTP/1.1 200) 3 headers in 146 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 497/497] 122.161.206.174 () {28 vars in 391 bytes} [Tue Jul 14 16:27:27 2015] GET /api/travel/cabs?lat=28.7392&lng=77.1249 => generated 1599 bytes in 2314 msecs (HTTP/1.1 200) 3 headers in 145 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 498/498] 122.161.206.174 () {28 vars in 344 bytes} [Tue Jul 14 16:27:53 2015] GET /api/shop/offers => generated 182003 bytes in 1939 msecs (HTTP/1.1 200) 3 headers in 147 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 499/499] 122.161.206.174 () {28 vars in 385 bytes} [Tue Jul 14 16:27:56 2015] GET /api/food/bar?lat=28.7392&lng=77.1249 => generated 586 bytes in 128 msecs (HTTP/1.1 200) 3 headers in 144 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 500/500] 122.161.206.174 () {28 vars in 401 bytes} [Tue Jul 14 16:27:56 2015] GET /api/food/restaurants?lat=28.7392&lng=77.1249 => generated 5068 bytes in 215 msecs (HTTP/1.1 200) 3 headers in 145 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 501/501] 122.161.206.174 () {28 vars in 387 bytes} [Tue Jul 14 16:27:56 2015] GET /api/food/cafe?lat=28.7392&lng=77.1249 => generated 4941 bytes in 200 msecs (HTTP/1.1 200) 3 headers in 145 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 502/502] 122.161.206.174 () {28 vars in 435 bytes} [Tue Jul 14 16:31:06 2015] GET /api/travel/bus?src=Delhi&dest=Greater+Mumbai*&date=15-07-2015 => generated 2 bytes in 646 msecs (HTTP/1.1 200) 3 headers in 142 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 503/503] 122.161.206.174 () {28 vars in 431 bytes} [Tue Jul 14 16:31:37 2015] GET /api/travel/flight?src=DEL&dest=BOM&date=17-07-2015&adults=1 => generated 21275 bytes in 1621 msecs (HTTP/1.1 200) 3 headers in 146 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 504/504] 122.161.206.174 () {28 vars in 432 bytes} [Tue Jul 14 16:32:51 2015] GET /api/travel/bus?src=New+Delhi&dest=Chandigarh&date=05-08-2015 => generated 14428 bytes in 2591 msecs (HTTP/1.1 200) 3 headers in 146 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 505/505] 122.161.206.174 () {28 vars in 391 bytes} [Tue Jul 14 16:34:50 2015] GET /api/travel/cabs?lat=28.7391&lng=77.1249 => generated 1599 bytes in 2729 msecs (HTTP/1.1 200) 3 headers in 145 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 506/506] 122.161.206.174 () {28 vars in 401 bytes} [Tue Jul 14 16:35:05 2015] GET /api/food/restaurants?lat=28.6328&lng=77.2197 => generated 5320 bytes in 223 msecs (HTTP/1.1 200) 3 headers in 145 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 507/507] 122.161.206.174 () {28 vars in 385 bytes} [Tue Jul 14 16:35:06 2015] GET /api/food/bar?lat=28.6328&lng=77.2197 => generated 5375 bytes in 213 msecs (HTTP/1.1 200) 3 headers in 145 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 508/508] 122.161.206.174 () {28 vars in 421 bytes} [Tue Jul 14 16:35:08 2015] GET /api/travel/bus?src=New+Delhi&dest=Agra&date=17-07-2015 => generated 10563 bytes in 1760 msecs (HTTP/1.1 200) 3 headers in 146 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 509/509] 45.35.20.217 () {34 vars in 648 bytes} [Tue Jul 14 16:48:44 2015] GET http://www.baidu.com/?rands=_2791012329008273941890904 => generated 233 bytes in 3 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 510/510] 45.35.20.217 () {34 vars in 646 bytes} [Tue Jul 14 16:48:44 2015] GET http://www.sogou.com/?rands=_454386585820477102350800 => generated 233 bytes in 2 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 511/511] 45.35.20.217 () {34 vars in 648 bytes} [Tue Jul 14 16:48:44 2015] GET http://reg.renren.com/?rands=_127474785881072155190992 => generated 233 bytes in 2 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 512/512] 45.35.20.217 () {34 vars in 644 bytes} [Tue Jul 14 16:48:45 2015] GET http://mail.126.com/?rands=_2944027725030099604086144 => generated 233 bytes in 3 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 513/513] 45.35.20.217 () {34 vars in 645 bytes} [Tue Jul 14 16:48:45 2015] GET http://www.1dvj.com/?rands=_4500102244819969051071800 => generated 233 bytes in 1 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 514/514] 45.35.20.217 () {34 vars in 656 bytes} [Tue Jul 14 16:48:45 2015] GET http://www.kuaidaili.com/?rands=_12747435080980256166080 => generated 233 bytes in 1 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 515/515] 61.160.213.56 () {28 vars in 376 bytes} [Tue Jul 14 16:54:00 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 2 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 516/516] 58.218.213.208 () {28 vars in 377 bytes} [Tue Jul 14 17:05:59 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 5 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 517/517] 125.46.39.97 () {32 vars in 478 bytes} [Tue Jul 14 17:11:42 2015] HEAD http://www.baidu.com/ => generated 0 bytes in 3 msecs (HTTP/1.1 404) 3 headers in 136 bytes (0 switches on core 0)
[pid: 30460|app: 0|req: 518/518] 112.196.183.251 () {38 vars in 695 bytes} [Tue Jul 14 17:16:41 2015] GET /mail/[email protected] => generated 21 bytes in 2676 msecs (HTTP/1.1 200) 3 headers in 143 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 519/519] 58.218.213.208 () {28 vars in 376 bytes} [Tue Jul 14 17:18:05 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 1 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 520/520] 58.218.213.208 () {28 vars in 377 bytes} [Tue Jul 14 17:30:12 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 6 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 521/521] 61.160.213.56 () {28 vars in 376 bytes} [Tue Jul 14 17:42:15 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 3 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 522/522] 61.160.213.56 () {28 vars in 376 bytes} [Tue Jul 14 17:54:17 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 3 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 523/523] 61.160.213.56 () {28 vars in 376 bytes} [Tue Jul 14 18:06:21 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 6 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 524/524] 58.218.213.208 () {28 vars in 377 bytes} [Tue Jul 14 18:18:27 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 4 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 525/525] 61.160.213.56 () {28 vars in 376 bytes} [Tue Jul 14 18:30:31 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 1 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 526/526] 77.70.13.97 () {22 vars in 246 bytes} [Tue Jul 14 18:42:35 2015] GET /tmUnblock.cgi => generated 233 bytes in 2 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 527/527] 77.70.13.97 () {22 vars in 220 bytes} [Tue Jul 14 18:42:37 2015] GET / => generated 233 bytes in 1 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 528/528] 61.160.213.56 () {28 vars in 375 bytes} [Tue Jul 14 18:42:48 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 1 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 529/529] 125.46.39.97 () {32 vars in 761 bytes} [Tue Jul 14 18:46:48 2015] HEAD http://www.baidu.com/ => generated 0 bytes in 3 msecs (HTTP/1.1 404) 3 headers in 136 bytes (0 switches on core 0)
[pid: 30460|app: 0|req: 530/530] 61.160.213.56 () {28 vars in 376 bytes} [Tue Jul 14 18:55:08 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 5 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 531/531] 61.160.213.56 () {28 vars in 376 bytes} [Tue Jul 14 18:55:11 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 1 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 532/532] 58.221.67.99 () {38 vars in 694 bytes} [Tue Jul 14 18:59:36 2015] GET http://www.sogou.com/ => generated 233 bytes in 2 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 533/533] 58.218.213.208 () {28 vars in 377 bytes} [Tue Jul 14 19:07:27 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 4 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 534/534] 61.157.96.193 () {34 vars in 649 bytes} [Tue Jul 14 19:09:32 2015] GET http://www.baidu.com/?rands=_1836025429631896364683292 => generated 233 bytes in 1 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 535/535] 61.157.96.193 () {34 vars in 649 bytes} [Tue Jul 14 19:09:33 2015] GET http://www.sogou.com/?rands=_2214118209610006743793312 => generated 233 bytes in 1 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 536/536] 61.157.96.193 () {34 vars in 651 bytes} [Tue Jul 14 19:09:33 2015] GET http://www.haosou.com/?rands=_1583063375019205582722048 => generated 233 bytes in 2 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 537/537] 61.157.96.193 () {34 vars in 652 bytes} [Tue Jul 14 19:09:36 2015] GET http://reg.renren.com/?rands=_2245646310425303593594616 => generated 233 bytes in 2 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 538/538] 61.157.96.193 () {34 vars in 645 bytes} [Tue Jul 14 19:09:37 2015] GET http://www.1dvj.com/?rands=_1378834944029411911329384 => generated 233 bytes in 1 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 539/539] 61.157.96.193 () {34 vars in 645 bytes} [Tue Jul 14 19:09:42 2015] GET http://www.baidu.com/?rands=_27060381836208560278256 => generated 233 bytes in 1 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 540/540] 61.157.96.193 () {34 vars in 659 bytes} [Tue Jul 14 19:09:42 2015] GET http://www.kuaidaili.com/?rands=_171364510003989704093664 => generated 233 bytes in 1 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 541/541] 61.157.96.193 () {34 vars in 645 bytes} [Tue Jul 14 19:09:42 2015] GET http://www.sogou.com/?rands=_68945773008049725255424 => generated 233 bytes in 2 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 542/542] 61.157.96.193 () {34 vars in 654 bytes} [Tue Jul 14 19:09:44 2015] GET http://www.haosou.com/?rands=_37500142903833372005705504 => generated 233 bytes in 2 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 543/543] 61.157.96.193 () {34 vars in 652 bytes} [Tue Jul 14 19:09:44 2015] GET http://reg.renren.com/?rands=_1037425758016292343022460 => generated 233 bytes in 1 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 544/544] 61.157.96.193 () {34 vars in 648 bytes} [Tue Jul 14 19:09:49 2015] GET http://www.1dvj.com/?rands=_22977153444818176103729888 => generated 233 bytes in 1 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 545/545] 61.157.96.193 () {34 vars in 659 bytes} [Tue Jul 14 19:09:53 2015] GET http://www.kuaidaili.com/?rands=_228484715004118404201392 => generated 233 bytes in 2 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 546/546] 58.218.213.208 () {28 vars in 377 bytes} [Tue Jul 14 19:18:51 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 2 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 547/547] 61.160.213.56 () {28 vars in 376 bytes} [Tue Jul 14 19:30:53 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 2 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 548/548] 58.218.213.208 () {28 vars in 376 bytes} [Tue Jul 14 19:43:34 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 1 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 549/549] 61.160.213.56 () {28 vars in 376 bytes} [Tue Jul 14 19:55:03 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 3 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 550/550] 182.69.179.161 () {28 vars in 345 bytes} [Tue Jul 14 19:58:48 2015] GET /api/events/plays => generated 84693 bytes in 284 msecs (HTTP/1.1 200) 3 headers in 146 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 551/551] 182.69.179.161 () {28 vars in 347 bytes} [Tue Jul 14 19:58:48 2015] GET /api/events/movies => generated 364702 bytes in 301 msecs (HTTP/1.1 200) 3 headers in 147 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 552/552] 192.187.110.98 () {34 vars in 614 bytes} [Tue Jul 14 19:59:01 2015] GET http://testp3.pospr.waw.pl/testproxy.php => generated 233 bytes in 2 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 553/553] 182.69.179.161 () {28 vars in 390 bytes} [Tue Jul 14 20:00:22 2015] GET /api/travel/cabs?lat=28.6328&lng=77.2197 => generated 1870 bytes in 2386 msecs (HTTP/1.1 200) 3 headers in 145 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 554/554] 182.69.179.161 () {28 vars in 345 bytes} [Tue Jul 14 20:00:34 2015] GET /api/events/plays => generated 84693 bytes in 193 msecs (HTTP/1.1 200) 3 headers in 146 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 555/555] 182.69.179.161 () {28 vars in 347 bytes} [Tue Jul 14 20:00:57 2015] GET /api/events/movies => generated 364702 bytes in 282 msecs (HTTP/1.1 200) 3 headers in 147 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 556/556] 61.160.213.56 () {28 vars in 376 bytes} [Tue Jul 14 20:07:09 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 1 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 557/557] 61.160.213.56 () {28 vars in 375 bytes} [Tue Jul 14 20:19:47 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 6 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 558/558] 61.160.213.56 () {28 vars in 375 bytes} [Tue Jul 14 20:43:56 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 2 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 559/559] 61.157.96.126 () {34 vars in 649 bytes} [Tue Jul 14 20:51:53 2015] GET http://www.sogou.com/?rands=_9581184441631464002631840 => generated 233 bytes in 3 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 560/560] 61.157.96.126 () {34 vars in 663 bytes} [Tue Jul 14 20:51:54 2015] GET http://www.kuaidaili.com/?rands=_21618127164614191745187216 => generated 233 bytes in 1 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 561/561] 58.218.213.208 () {28 vars in 376 bytes} [Tue Jul 14 20:56:03 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 1 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 562/562] 61.160.213.56 () {28 vars in 376 bytes} [Tue Jul 14 21:19:54 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 4 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 563/563] 58.218.213.208 () {28 vars in 377 bytes} [Tue Jul 14 21:31:44 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 2 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 564/564] 58.218.213.208 () {28 vars in 377 bytes} [Tue Jul 14 21:44:27 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 3 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 565/565] 61.160.213.56 () {28 vars in 376 bytes} [Tue Jul 14 21:56:08 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 6 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 566/566] 61.160.213.56 () {28 vars in 376 bytes} [Tue Jul 14 21:56:10 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 2 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 567/567] 125.46.39.97 () {32 vars in 435 bytes} [Tue Jul 14 21:57:17 2015] HEAD http://www.baidu.com/ => generated 0 bytes in 2 msecs (HTTP/1.1 404) 3 headers in 136 bytes (0 switches on core 0)
[pid: 30460|app: 0|req: 568/568] 173.65.55.27 () {40 vars in 715 bytes} [Tue Jul 14 22:04:47 2015] GET http://proxyjudge.info => generated 233 bytes in 2 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 569/569] 58.218.213.208 () {28 vars in 377 bytes} [Tue Jul 14 22:07:53 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 2 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 570/570] 61.160.213.56 () {28 vars in 376 bytes} [Tue Jul 14 22:20:10 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 4 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 571/571] 61.160.213.56 () {28 vars in 376 bytes} [Tue Jul 14 22:33:03 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 4 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 572/572] 61.160.213.56 () {28 vars in 376 bytes} [Tue Jul 14 22:44:29 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 2 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 573/573] 61.160.213.56 () {28 vars in 375 bytes} [Tue Jul 14 22:56:14 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 2 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 574/574] 58.218.213.208 () {28 vars in 377 bytes} [Tue Jul 14 23:08:12 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 3 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 575/575] 192.187.110.98 () {34 vars in 623 bytes} [Tue Jul 14 23:19:24 2015] GET http://testp2.czar.bielawa.pl/testproxy.php => generated 233 bytes in 2 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 576/576] 58.218.213.208 () {28 vars in 376 bytes} [Tue Jul 14 23:20:31 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 3 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 577/577] 125.46.39.97 () {30 vars in 377 bytes} [Tue Jul 14 23:28:30 2015] HEAD http://www.baidu.com/ => generated 0 bytes in 2 msecs (HTTP/1.1 404) 3 headers in 136 bytes (0 switches on core 0)
[pid: 30460|app: 0|req: 578/578] 61.160.213.56 () {28 vars in 376 bytes} [Tue Jul 14 23:32:25 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 3 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 579/579] 61.157.96.193 () {34 vars in 643 bytes} [Tue Jul 14 23:36:05 2015] GET http://www.baidu.com/?rands=_5985309276978267368800 => generated 233 bytes in 1 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 580/580] 61.157.96.193 () {34 vars in 646 bytes} [Tue Jul 14 23:36:05 2015] GET http://www.sogou.com/?rands=_211232426323393571790256 => generated 233 bytes in 3 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 581/581] 58.221.66.67 () {38 vars in 694 bytes} [Tue Jul 14 23:36:07 2015] GET http://www.sogou.com/ => generated 233 bytes in 3 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 582/582] 61.157.96.193 () {34 vars in 654 bytes} [Tue Jul 14 23:36:14 2015] GET http://reg.renren.com/?rands=_30636153444818598804006176 => generated 233 bytes in 1 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 583/583] 61.157.96.193 () {34 vars in 646 bytes} [Tue Jul 14 23:36:15 2015] GET http://www.1dvj.com/?rands=_1175065582413737004126000 => generated 233 bytes in 1 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 584/584] 61.157.96.193 () {34 vars in 660 bytes} [Tue Jul 14 23:36:15 2015] GET http://www.kuaidaili.com/?rands=_1592412151269091321339380 => generated 233 bytes in 2 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 585/585] 58.218.213.208 () {28 vars in 376 bytes} [Tue Jul 14 23:44:33 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 2 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 586/586] 61.157.96.126 () {34 vars in 647 bytes} [Tue Jul 14 23:51:38 2015] GET http://www.haosou.com/?rands=_23712170962346521262368 => generated 233 bytes in 3 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 587/587] 61.157.96.126 () {34 vars in 646 bytes} [Tue Jul 14 23:51:42 2015] GET http://reg.renren.com/?rands=_8616749280395523375672 => generated 233 bytes in 2 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 588/588] 61.157.96.126 () {34 vars in 649 bytes} [Tue Jul 14 23:51:43 2015] GET http://www.sogou.com/?rands=_1336510741806877202886240 => generated 233 bytes in 2 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 589/589] 61.157.96.126 () {34 vars in 659 bytes} [Tue Jul 14 23:51:44 2015] GET http://www.kuaidaili.com/?rands=_432131987811764803911840 => generated 233 bytes in 1 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 590/590] 61.160.213.56 () {28 vars in 376 bytes} [Tue Jul 14 23:57:03 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 4 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 591/591] 45.35.20.217 () {34 vars in 648 bytes} [Wed Jul 15 00:12:49 2015] GET http://www.baidu.com/?rands=_2606448954028447084488480 => generated 233 bytes in 3 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 592/592] 45.35.20.217 () {34 vars in 648 bytes} [Wed Jul 15 00:12:49 2015] GET http://www.sogou.com/?rands=_1204022495213343221468152 => generated 233 bytes in 2 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 593/593] 45.35.20.217 () {34 vars in 653 bytes} [Wed Jul 15 00:12:50 2015] GET http://reg.renren.com/?rands=_21322553250302629213852620 => generated 233 bytes in 1 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 594/594] 45.35.20.217 () {34 vars in 649 bytes} [Wed Jul 15 00:12:50 2015] GET http://mail.126.com/?rands=_358785799874471263523001264 => generated 233 bytes in 2 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 595/595] 45.35.20.217 () {34 vars in 643 bytes} [Wed Jul 15 00:12:51 2015] GET http://www.1dvj.com/?rands=_130805150528271004249920 => generated 233 bytes in 1 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 596/596] 45.35.20.217 () {34 vars in 654 bytes} [Wed Jul 15 00:12:51 2015] GET http://www.kuaidaili.com/?rands=_3043241982038848419164 => generated 233 bytes in 2 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 597/597] 61.160.213.56 () {28 vars in 376 bytes} [Wed Jul 15 00:21:10 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 3 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 598/598] 61.160.213.56 () {28 vars in 376 bytes} [Wed Jul 15 00:21:11 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 1 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 599/599] 58.218.213.208 () {28 vars in 377 bytes} [Wed Jul 15 00:33:21 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 1 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 600/600] 58.218.213.208 () {28 vars in 377 bytes} [Wed Jul 15 00:33:23 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 2 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 601/601] 125.46.39.97 () {32 vars in 1628 bytes} [Wed Jul 15 00:58:25 2015] HEAD http://www.baidu.com/ => generated 0 bytes in 3 msecs (HTTP/1.1 404) 3 headers in 136 bytes (0 switches on core 0)
[pid: 30460|app: 0|req: 602/602] 61.160.213.56 () {28 vars in 376 bytes} [Wed Jul 15 01:21:02 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 4 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 603/603] 61.160.213.56 () {28 vars in 376 bytes} [Wed Jul 15 01:33:30 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 6 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 604/604] 120.193.206.115 () {30 vars in 455 bytes} [Wed Jul 15 01:44:35 2015] GET /manager/html => generated 233 bytes in 2 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 605/605] 61.160.213.56 () {28 vars in 376 bytes} [Wed Jul 15 01:45:30 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 1 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 606/606] 61.160.213.56 () {28 vars in 375 bytes} [Wed Jul 15 01:57:53 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 5 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 607/607] 61.160.213.56 () {28 vars in 375 bytes} [Wed Jul 15 02:21:43 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 7 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 608/608] 61.160.213.56 () {28 vars in 376 bytes} [Wed Jul 15 02:34:08 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 3 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 609/609] 125.46.39.97 () {32 vars in 720 bytes} [Wed Jul 15 02:35:51 2015] HEAD http://www.baidu.com/ => generated 0 bytes in 3 msecs (HTTP/1.1 404) 3 headers in 136 bytes (0 switches on core 0)
[pid: 30460|app: 0|req: 610/610] 61.157.96.126 () {34 vars in 648 bytes} [Wed Jul 15 02:51:05 2015] GET http://www.baidu.com/?rands=_1752812209407940162615496 => generated 233 bytes in 3 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 611/611] 61.157.96.126 () {34 vars in 648 bytes} [Wed Jul 15 02:51:05 2015] GET http://www.haosou.com/?rands=_87755667203973324919040 => generated 233 bytes in 1 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 612/612] 61.157.96.126 () {34 vars in 652 bytes} [Wed Jul 15 02:51:06 2015] GET http://reg.renren.com/?rands=_1473013307282207702472280 => generated 233 bytes in 1 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 613/613] 61.157.96.126 () {34 vars in 644 bytes} [Wed Jul 15 02:51:08 2015] GET http://www.sogou.com/?rands=_18390420840688324302080 => generated 233 bytes in 2 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 614/614] 61.157.96.126 () {34 vars in 656 bytes} [Wed Jul 15 02:51:09 2015] GET http://www.kuaidaili.com/?rands=_17037826436990693958308 => generated 233 bytes in 1 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 615/615] 41.78.37.202 () {22 vars in 221 bytes} [Wed Jul 15 02:56:13 2015] GET / => generated 233 bytes in 0 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 616/616] 58.221.61.208 () {38 vars in 695 bytes} [Wed Jul 15 02:58:29 2015] GET http://www.sogou.com/ => generated 233 bytes in 1 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 617/617] 41.237.174.53 () {34 vars in 515 bytes} [Wed Jul 15 03:00:56 2015] GET /Ringing.at.your.dorbell! => generated 233 bytes in 1 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 618/618] 41.237.174.53 () {24 vars in 269 bytes} [Wed Jul 15 03:00:57 2015] GET / => generated 233 bytes in 1 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 619/619] 41.237.174.53 () {36 vars in 501 bytes} [Wed Jul 15 03:00:58 2015] GET / => generated 233 bytes in 1 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 620/620] 41.237.174.53 () {24 vars in 299 bytes} [Wed Jul 15 03:00:58 2015] GET /Diagnostics.asp => generated 233 bytes in 1 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 621/621] 41.237.174.53 () {24 vars in 269 bytes} [Wed Jul 15 03:00:59 2015] GET / => generated 233 bytes in 2 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 622/622] 41.237.174.53 () {24 vars in 269 bytes} [Wed Jul 15 03:01:00 2015] GET / => generated 233 bytes in 2 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 623/623] 41.237.174.53 () {24 vars in 268 bytes} [Wed Jul 15 03:01:00 2015] GET / => generated 233 bytes in 2 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 624/624] 182.69.179.161 () {28 vars in 346 bytes} [Wed Jul 15 03:04:01 2015] GET /api/events/movies => generated 354976 bytes in 322 msecs (HTTP/1.1 200) 3 headers in 147 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 625/625] 182.69.179.161 () {28 vars in 345 bytes} [Wed Jul 15 03:04:01 2015] GET /api/events/plays => generated 84693 bytes in 206 msecs (HTTP/1.1 200) 3 headers in 146 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 626/626] 182.69.179.161 () {28 vars in 390 bytes} [Wed Jul 15 03:07:33 2015] GET /api/travel/cabs?lat=28.7392&lng=77.1249 => generated 496 bytes in 2249 msecs (HTTP/1.1 200) 3 headers in 144 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 627/627] 182.69.179.161 () {28 vars in 384 bytes} [Wed Jul 15 03:07:42 2015] GET /api/food/bar?lat=28.7392&lng=77.1249 => generated 586 bytes in 109 msecs (HTTP/1.1 200) 3 headers in 144 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 628/628] 182.69.179.161 () {28 vars in 386 bytes} [Wed Jul 15 03:07:42 2015] GET /api/food/cafe?lat=28.7392&lng=77.1249 => generated 4941 bytes in 156 msecs (HTTP/1.1 200) 3 headers in 145 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 629/629] 182.69.179.161 () {28 vars in 399 bytes} [Wed Jul 15 03:07:42 2015] GET /api/food/restaurants?lat=28.7392&lng=77.1249 => generated 5068 bytes in 200 msecs (HTTP/1.1 200) 3 headers in 145 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 630/630] 182.69.179.161 () {28 vars in 388 bytes} [Wed Jul 15 03:07:42 2015] GET /api/food/order?lat=28.7392&lng=77.1249 => generated 80828 bytes in 556 msecs (HTTP/1.1 200) 3 headers in 146 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 631/631] 182.69.179.161 () {28 vars in 347 bytes} [Wed Jul 15 03:08:14 2015] GET /api/events/movies => generated 354976 bytes in 408 msecs (HTTP/1.1 200) 3 headers in 147 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 632/632] 182.69.179.161 () {28 vars in 345 bytes} [Wed Jul 15 03:08:15 2015] GET /api/events/plays => generated 84693 bytes in 219 msecs (HTTP/1.1 200) 3 headers in 146 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 633/633] 182.69.179.161 () {28 vars in 390 bytes} [Wed Jul 15 03:08:39 2015] GET /api/travel/cabs?lat=28.7392&lng=77.1249 => generated 496 bytes in 2209 msecs (HTTP/1.1 200) 3 headers in 144 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 634/634] 182.69.179.161 () {28 vars in 390 bytes} [Wed Jul 15 03:47:02 2015] GET /api/travel/cabs?lat=28.7392&lng=77.1249 => generated 467 bytes in 2471 msecs (HTTP/1.1 200) 3 headers in 144 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 635/635] 1.22.246.132 () {28 vars in 388 bytes} [Wed Jul 15 03:50:05 2015] GET /api/travel/cabs?lat=28.6328&lng=77.2197 => generated 1879 bytes in 2346 msecs (HTTP/1.1 200) 3 headers in 145 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 636/636] 58.218.213.208 () {28 vars in 377 bytes} [Wed Jul 15 03:57:57 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 3 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 637/637] 111.72.252.91 () {30 vars in 453 bytes} [Wed Jul 15 04:04:05 2015] GET /manager/html => generated 233 bytes in 2 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 638/638] 61.157.96.193 () {34 vars in 649 bytes} [Wed Jul 15 04:04:23 2015] GET http://www.baidu.com/?rands=_1791978975629868722029464 => generated 233 bytes in 1 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 639/639] 61.157.96.193 () {34 vars in 644 bytes} [Wed Jul 15 04:04:23 2015] GET http://www.sogou.com/?rands=_76607279009137525802864 => generated 233 bytes in 1 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 640/640] 61.157.96.193 () {34 vars in 654 bytes} [Wed Jul 15 04:04:27 2015] GET http://www.haosou.com/?rands=_28509218766826293146471168 => generated 233 bytes in 1 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 641/641] 61.157.96.193 () {34 vars in 652 bytes} [Wed Jul 15 04:04:27 2015] GET http://reg.renren.com/?rands=_4096135938426759073641800 => generated 233 bytes in 1 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 642/642] 61.157.96.193 () {34 vars in 661 bytes} [Wed Jul 15 04:04:41 2015] GET http://www.kuaidaili.com/?rands=_1572217233567050423066092 => generated 233 bytes in 2 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 643/643] 125.46.39.97 () {32 vars in 2477 bytes} [Wed Jul 15 04:07:52 2015] HEAD http://www.baidu.com/ => generated 0 bytes in 3 msecs (HTTP/1.1 404) 3 headers in 136 bytes (0 switches on core 0)
[pid: 30460|app: 0|req: 644/644] 61.160.213.56 () {28 vars in 376 bytes} [Wed Jul 15 04:10:11 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 1 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 645/645] 61.160.213.56 () {28 vars in 376 bytes} [Wed Jul 15 04:10:11 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 1 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 646/646] 182.69.179.161 () {28 vars in 390 bytes} [Wed Jul 15 04:18:45 2015] GET /api/travel/cabs?lat=28.7392&lng=77.1249 => generated 637 bytes in 2271 msecs (HTTP/1.1 200) 3 headers in 144 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 647/647] 182.69.179.161 () {28 vars in 345 bytes} [Wed Jul 15 04:20:21 2015] GET /api/events/plays => generated 84693 bytes in 196 msecs (HTTP/1.1 200) 3 headers in 146 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 648/648] 182.69.179.161 () {28 vars in 390 bytes} [Wed Jul 15 04:21:22 2015] GET /api/travel/cabs?lat=28.7392&lng=77.1249 => generated 498 bytes in 2274 msecs (HTTP/1.1 200) 3 headers in 144 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 649/649] 61.160.213.56 () {28 vars in 376 bytes} [Wed Jul 15 04:34:21 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 1 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 650/650] 182.69.179.161 () {40 vars in 703 bytes} [Wed Jul 15 04:34:40 2015] GET /api/food/cafe?lat=28.7392&lng=77.1249 => generated 4941 bytes in 415 msecs (HTTP/1.1 200) 3 headers in 145 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 651/651] 125.46.39.97 () {32 vars in 460 bytes} [Wed Jul 15 05:10:23 2015] HEAD http://www.baidu.com/ => generated 0 bytes in 11 msecs (HTTP/1.1 404) 3 headers in 136 bytes (0 switches on core 0)
[pid: 30460|app: 0|req: 652/652] 182.69.179.161 () {28 vars in 347 bytes} [Wed Jul 15 05:11:46 2015] GET /api/events/movies => generated 367051 bytes in 270 msecs (HTTP/1.1 200) 3 headers in 147 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 653/653] 182.69.179.161 () {28 vars in 345 bytes} [Wed Jul 15 05:11:46 2015] GET /api/events/plays => generated 84693 bytes in 231 msecs (HTTP/1.1 200) 3 headers in 146 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 654/654] 182.69.179.161 () {28 vars in 390 bytes} [Wed Jul 15 05:12:54 2015] GET /api/travel/cabs?lat=28.7392&lng=77.1249 => generated 497 bytes in 2237 msecs (HTTP/1.1 200) 3 headers in 144 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 655/655] 182.69.179.161 () {28 vars in 390 bytes} [Wed Jul 15 05:15:50 2015] GET /api/travel/cabs?lat=28.7392&lng=77.1249 => generated 634 bytes in 2211 msecs (HTTP/1.1 200) 3 headers in 144 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 656/656] 58.218.213.208 () {28 vars in 377 bytes} [Wed Jul 15 05:22:25 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 2 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 657/657] 58.218.213.208 () {28 vars in 377 bytes} [Wed Jul 15 05:47:35 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 3 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 658/658] 58.218.213.208 () {28 vars in 377 bytes} [Wed Jul 15 05:58:46 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 1 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 659/659] 182.69.179.161 () {28 vars in 400 bytes} [Wed Jul 15 06:08:18 2015] GET /api/food/restaurants?lat=28.7392&lng=77.1249 => generated 5068 bytes in 399 msecs (HTTP/1.1 200) 3 headers in 145 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 660/660] 182.69.179.161 () {28 vars in 388 bytes} [Wed Jul 15 06:08:18 2015] GET /api/food/order?lat=28.7392&lng=77.1249 => generated 80828 bytes in 918 msecs (HTTP/1.1 200) 3 headers in 146 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 661/661] 182.69.179.161 () {28 vars in 386 bytes} [Wed Jul 15 06:08:19 2015] GET /api/food/cafe?lat=28.7392&lng=77.1249 => generated 4941 bytes in 396 msecs (HTTP/1.1 200) 3 headers in 145 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 662/662] 182.69.179.161 () {28 vars in 384 bytes} [Wed Jul 15 06:08:19 2015] GET /api/food/bar?lat=28.7392&lng=77.1249 => generated 586 bytes in 333 msecs (HTTP/1.1 200) 3 headers in 144 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 663/663] 61.160.213.56 () {28 vars in 376 bytes} [Wed Jul 15 06:10:45 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 1 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 664/664] 61.160.213.56 () {28 vars in 376 bytes} [Wed Jul 15 06:22:47 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 1 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 665/665] 61.160.213.56 () {28 vars in 376 bytes} [Wed Jul 15 06:22:48 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 1 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 666/666] 58.218.213.208 () {28 vars in 377 bytes} [Wed Jul 15 06:22:49 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 4 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 667/667] 125.46.39.97 () {32 vars in 537 bytes} [Wed Jul 15 06:32:54 2015] HEAD http://www.baidu.com/ => generated 0 bytes in 8 msecs (HTTP/1.1 404) 3 headers in 136 bytes (0 switches on core 0)
[pid: 30460|app: 0|req: 668/668] 58.218.213.208 () {28 vars in 377 bytes} [Wed Jul 15 06:35:28 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 2 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 669/669] 58.218.213.208 () {28 vars in 377 bytes} [Wed Jul 15 06:35:29 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 2 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 670/670] 116.211.0.90 () {28 vars in 392 bytes} [Wed Jul 15 06:45:43 2015] GET http://ddns.oray.com/checkip => generated 233 bytes in 3 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 671/671] 116.211.0.90 () {28 vars in 434 bytes} [Wed Jul 15 06:45:43 2015] GET http://apps.game.qq.com/comm-htdocs/ip/get_ip.php => generated 233 bytes in 1 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 672/672] 61.160.213.56 () {28 vars in 376 bytes} [Wed Jul 15 06:46:58 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 2 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 673/673] 182.69.179.161 () {28 vars in 390 bytes} [Wed Jul 15 06:47:38 2015] GET /api/travel/cabs?lat=28.7392&lng=77.1248 => generated 496 bytes in 2293 msecs (HTTP/1.1 200) 3 headers in 144 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 674/674] 182.69.179.161 () {28 vars in 400 bytes} [Wed Jul 15 06:48:06 2015] GET /api/food/restaurants?lat=28.7392&lng=77.1248 => generated 5068 bytes in 211 msecs (HTTP/1.1 200) 3 headers in 145 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 675/675] 182.69.179.161 () {28 vars in 384 bytes} [Wed Jul 15 06:48:06 2015] GET /api/food/bar?lat=28.7392&lng=77.1248 => generated 586 bytes in 175 msecs (HTTP/1.1 200) 3 headers in 144 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 676/676] 182.69.179.161 () {28 vars in 388 bytes} [Wed Jul 15 06:48:07 2015] GET /api/food/order?lat=28.7392&lng=77.1248 => generated 80828 bytes in 611 msecs (HTTP/1.1 200) 3 headers in 146 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 677/677] 182.69.179.161 () {28 vars in 385 bytes} [Wed Jul 15 06:48:07 2015] GET /api/food/cafe?lat=28.7392&lng=77.1248 => generated 4941 bytes in 143 msecs (HTTP/1.1 200) 3 headers in 145 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 678/678] 182.69.179.161 () {28 vars in 386 bytes} [Wed Jul 15 06:58:14 2015] GET /api/food/cafe?lat=28.7391&lng=77.1249 => generated 4941 bytes in 181 msecs (HTTP/1.1 200) 3 headers in 145 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 679/679] 182.69.179.161 () {28 vars in 388 bytes} [Wed Jul 15 06:58:14 2015] GET /api/food/order?lat=28.7391&lng=77.1249 => generated 80828 bytes in 538 msecs (HTTP/1.1 200) 3 headers in 146 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 680/680] 182.69.179.161 () {28 vars in 399 bytes} [Wed Jul 15 06:58:15 2015] GET /api/food/restaurants?lat=28.7391&lng=77.1249 => generated 5069 bytes in 203 msecs (HTTP/1.1 200) 3 headers in 145 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 681/681] 182.69.179.161 () {28 vars in 383 bytes} [Wed Jul 15 06:58:15 2015] GET /api/food/bar?lat=28.7391&lng=77.1249 => generated 586 bytes in 100 msecs (HTTP/1.1 200) 3 headers in 144 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 682/682] 185.49.14.190 () {34 vars in 613 bytes} [Wed Jul 15 06:58:48 2015] GET http://testp1.piwo.pila.pl/testproxy.php => generated 233 bytes in 1 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 683/683] 182.69.179.161 () {28 vars in 400 bytes} [Wed Jul 15 06:59:46 2015] GET /api/food/restaurants?lat=28.7391&lng=77.1249 => generated 5069 bytes in 176 msecs (HTTP/1.1 200) 3 headers in 145 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 684/684] 182.69.179.161 () {28 vars in 388 bytes} [Wed Jul 15 06:59:46 2015] GET /api/food/order?lat=28.7391&lng=77.1249 => generated 80828 bytes in 454 msecs (HTTP/1.1 200) 3 headers in 146 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 685/685] 182.69.179.161 () {28 vars in 383 bytes} [Wed Jul 15 06:59:47 2015] GET /api/food/bar?lat=28.7391&lng=77.1249 => generated 586 bytes in 100 msecs (HTTP/1.1 200) 3 headers in 144 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 686/686] 58.218.213.208 () {28 vars in 377 bytes} [Wed Jul 15 06:59:52 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 1 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 687/687] 182.69.179.161 () {28 vars in 386 bytes} [Wed Jul 15 07:00:17 2015] GET /api/food/cafe?lat=28.7392&lng=77.1248 => generated 4941 bytes in 173 msecs (HTTP/1.1 200) 3 headers in 145 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 688/688] 182.69.179.161 () {28 vars in 400 bytes} [Wed Jul 15 07:00:17 2015] GET /api/food/restaurants?lat=28.7392&lng=77.1248 => generated 5068 bytes in 192 msecs (HTTP/1.1 200) 3 headers in 145 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 689/689] 182.69.179.161 () {28 vars in 388 bytes} [Wed Jul 15 07:00:17 2015] GET /api/food/order?lat=28.7392&lng=77.1248 => generated 80828 bytes in 617 msecs (HTTP/1.1 200) 3 headers in 146 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 690/690] 182.69.179.161 () {28 vars in 384 bytes} [Wed Jul 15 07:00:18 2015] GET /api/food/bar?lat=28.7392&lng=77.1248 => generated 586 bytes in 136 msecs (HTTP/1.1 200) 3 headers in 144 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 691/691] 182.69.179.161 () {28 vars in 400 bytes} [Wed Jul 15 07:02:41 2015] GET /api/food/restaurants?lat=28.7391&lng=77.1249 => generated 5069 bytes in 211 msecs (HTTP/1.1 200) 3 headers in 145 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 692/692] 182.69.179.161 () {28 vars in 386 bytes} [Wed Jul 15 07:02:41 2015] GET /api/food/cafe?lat=28.7391&lng=77.1249 => generated 4941 bytes in 144 msecs (HTTP/1.1 200) 3 headers in 145 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 693/693] 182.69.179.161 () {28 vars in 384 bytes} [Wed Jul 15 07:02:41 2015] GET /api/food/bar?lat=28.7391&lng=77.1249 => generated 586 bytes in 95 msecs (HTTP/1.1 200) 3 headers in 144 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 694/694] 182.69.179.161 () {28 vars in 388 bytes} [Wed Jul 15 07:02:41 2015] GET /api/food/order?lat=28.7391&lng=77.1249 => generated 80828 bytes in 325 msecs (HTTP/1.1 200) 3 headers in 146 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 695/695] 182.69.179.161 () {28 vars in 400 bytes} [Wed Jul 15 07:05:00 2015] GET /api/food/restaurants?lat=28.7391&lng=77.1249 => generated 5069 bytes in 215 msecs (HTTP/1.1 200) 3 headers in 145 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 696/696] 182.69.179.161 () {28 vars in 385 bytes} [Wed Jul 15 07:05:24 2015] GET /api/food/cafe?lat=28.7391&lng=77.1249 => generated 4941 bytes in 157 msecs (HTTP/1.1 200) 3 headers in 145 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 697/697] 182.69.179.161 () {28 vars in 388 bytes} [Wed Jul 15 07:05:24 2015] GET /api/food/order?lat=28.7391&lng=77.1249 => generated 80828 bytes in 753 msecs (HTTP/1.1 200) 3 headers in 146 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 698/698] 182.69.179.161 () {28 vars in 384 bytes} [Wed Jul 15 07:05:25 2015] GET /api/food/bar?lat=28.7391&lng=77.1249 => generated 586 bytes in 140 msecs (HTTP/1.1 200) 3 headers in 144 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 699/699] 61.160.213.56 () {28 vars in 376 bytes} [Wed Jul 15 07:11:44 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 1 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 700/700] 182.69.179.161 () {28 vars in 347 bytes} [Wed Jul 15 07:15:18 2015] GET /api/events/movies => generated 364259 bytes in 317 msecs (HTTP/1.1 200) 3 headers in 147 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 701/701] 182.69.179.161 () {28 vars in 384 bytes} [Wed Jul 15 07:16:55 2015] GET /api/food/bar?lat=28.7391&lng=77.1249 => generated 586 bytes in 108 msecs (HTTP/1.1 200) 3 headers in 144 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 702/702] 182.69.179.161 () {28 vars in 386 bytes} [Wed Jul 15 07:16:55 2015] GET /api/food/cafe?lat=28.7391&lng=77.1249 => generated 4941 bytes in 219 msecs (HTTP/1.1 200) 3 headers in 145 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 703/703] 182.69.179.161 () {28 vars in 387 bytes} [Wed Jul 15 07:16:56 2015] GET /api/food/order?lat=28.7391&lng=77.1249 => generated 80828 bytes in 830 msecs (HTTP/1.1 200) 3 headers in 146 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 704/704] 182.69.179.161 () {28 vars in 400 bytes} [Wed Jul 15 07:16:57 2015] GET /api/food/restaurants?lat=28.7391&lng=77.1249 => generated 5069 bytes in 194 msecs (HTTP/1.1 200) 3 headers in 145 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 705/705] 182.69.179.161 () {28 vars in 345 bytes} [Wed Jul 15 07:17:23 2015] GET /api/events/plays => generated 88752 bytes in 207 msecs (HTTP/1.1 200) 3 headers in 146 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 706/706] 182.69.179.161 () {28 vars in 346 bytes} [Wed Jul 15 07:17:24 2015] GET /api/events/movies => generated 364259 bytes in 278 msecs (HTTP/1.1 200) 3 headers in 147 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 707/707] 182.69.179.161 () {28 vars in 346 bytes} [Wed Jul 15 07:20:31 2015] GET /api/events/movies => generated 364259 bytes in 311 msecs (HTTP/1.1 200) 3 headers in 147 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 708/708] 182.69.179.161 () {28 vars in 345 bytes} [Wed Jul 15 07:20:31 2015] GET /api/events/plays => generated 88752 bytes in 209 msecs (HTTP/1.1 200) 3 headers in 146 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 709/709] 182.69.179.161 () {28 vars in 384 bytes} [Wed Jul 15 07:22:08 2015] GET /api/food/bar?lat=28.7392&lng=77.1248 => generated 586 bytes in 123 msecs (HTTP/1.1 200) 3 headers in 144 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 710/710] 182.69.179.161 () {28 vars in 400 bytes} [Wed Jul 15 07:22:09 2015] GET /api/food/restaurants?lat=28.7392&lng=77.1248 => generated 5068 bytes in 225 msecs (HTTP/1.1 200) 3 headers in 145 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 711/711] 182.69.179.161 () {28 vars in 388 bytes} [Wed Jul 15 07:22:09 2015] GET /api/food/order?lat=28.7392&lng=77.1248 => generated 80828 bytes in 1561 msecs (HTTP/1.1 200) 3 headers in 146 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 712/712] 182.69.179.161 () {28 vars in 386 bytes} [Wed Jul 15 07:22:10 2015] GET /api/food/cafe?lat=28.7392&lng=77.1248 => generated 4941 bytes in 171 msecs (HTTP/1.1 200) 3 headers in 145 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 713/713] 182.69.179.161 () {28 vars in 390 bytes} [Wed Jul 15 07:23:02 2015] GET /api/travel/cabs?lat=28.6328&lng=77.2197 => generated 1866 bytes in 2266 msecs (HTTP/1.1 200) 3 headers in 145 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 714/714] 58.218.213.208 () {28 vars in 377 bytes} [Wed Jul 15 07:23:08 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 1 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 715/715] 182.69.179.161 () {28 vars in 347 bytes} [Wed Jul 15 07:23:31 2015] GET /api/events/movies => generated 364259 bytes in 295 msecs (HTTP/1.1 200) 3 headers in 147 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 716/716] 182.69.179.161 () {28 vars in 344 bytes} [Wed Jul 15 07:23:31 2015] GET /api/events/plays => generated 88752 bytes in 206 msecs (HTTP/1.1 200) 3 headers in 146 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 717/717] 182.69.179.161 () {28 vars in 345 bytes} [Wed Jul 15 07:28:34 2015] GET /api/events/plays => generated 88752 bytes in 258 msecs (HTTP/1.1 200) 3 headers in 146 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 718/718] 182.69.179.161 () {28 vars in 347 bytes} [Wed Jul 15 07:28:34 2015] GET /api/events/movies => generated 364259 bytes in 277 msecs (HTTP/1.1 200) 3 headers in 147 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 719/719] 182.69.179.161 () {28 vars in 400 bytes} [Wed Jul 15 07:28:36 2015] GET /api/food/restaurants?lat=28.7391&lng=77.1248 => generated 5069 bytes in 194 msecs (HTTP/1.1 200) 3 headers in 145 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 720/720] 182.69.179.161 () {28 vars in 388 bytes} [Wed Jul 15 07:28:36 2015] GET /api/food/order?lat=28.7391&lng=77.1248 => generated 80828 bytes in 618 msecs (HTTP/1.1 200) 3 headers in 146 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 721/721] 182.69.179.161 () {28 vars in 384 bytes} [Wed Jul 15 07:28:37 2015] GET /api/food/bar?lat=28.7391&lng=77.1248 => generated 586 bytes in 124 msecs (HTTP/1.1 200) 3 headers in 144 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 722/722] 182.69.179.161 () {28 vars in 390 bytes} [Wed Jul 15 07:29:03 2015] GET /api/travel/cabs?lat=28.6328&lng=77.2197 => generated 1862 bytes in 2338 msecs (HTTP/1.1 200) 3 headers in 145 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 723/723] 182.69.179.161 () {28 vars in 400 bytes} [Wed Jul 15 07:29:13 2015] GET /api/food/restaurants?lat=28.7392&lng=77.1248 => generated 5068 bytes in 251 msecs (HTTP/1.1 200) 3 headers in 145 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 724/724] 182.69.179.161 () {28 vars in 388 bytes} [Wed Jul 15 07:29:14 2015] GET /api/food/order?lat=28.7392&lng=77.1248 => generated 80828 bytes in 490 msecs (HTTP/1.1 200) 3 headers in 146 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 725/725] 182.69.179.161 () {28 vars in 386 bytes} [Wed Jul 15 07:29:14 2015] GET /api/food/cafe?lat=28.7392&lng=77.1248 => generated 4941 bytes in 174 msecs (HTTP/1.1 200) 3 headers in 145 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 726/726] 182.69.179.161 () {28 vars in 388 bytes} [Wed Jul 15 07:30:00 2015] GET /api/food/order?lat=28.7392&lng=77.1249 => generated 80828 bytes in 1448 msecs (HTTP/1.1 200) 3 headers in 146 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 727/727] 182.69.179.161 () {28 vars in 400 bytes} [Wed Jul 15 07:30:02 2015] GET /api/food/restaurants?lat=28.7392&lng=77.1249 => generated 5068 bytes in 239 msecs (HTTP/1.1 200) 3 headers in 145 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 728/728] 182.69.179.161 () {28 vars in 386 bytes} [Wed Jul 15 07:30:02 2015] GET /api/food/cafe?lat=28.7392&lng=77.1249 => generated 4941 bytes in 198 msecs (HTTP/1.1 200) 3 headers in 145 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 729/729] 182.69.179.161 () {28 vars in 386 bytes} [Wed Jul 15 07:30:21 2015] GET /api/food/cafe?lat=28.6328&lng=77.2197 => generated 5335 bytes in 195 msecs (HTTP/1.1 200) 3 headers in 145 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 730/730] 182.69.179.161 () {28 vars in 400 bytes} [Wed Jul 15 07:30:21 2015] GET /api/food/restaurants?lat=28.6328&lng=77.2197 => generated 5320 bytes in 203 msecs (HTTP/1.1 200) 3 headers in 145 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 731/731] 182.69.179.161 () {28 vars in 383 bytes} [Wed Jul 15 07:30:21 2015] GET /api/food/bar?lat=28.6328&lng=77.2197 => generated 5375 bytes in 174 msecs (HTTP/1.1 200) 3 headers in 145 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 732/732] 182.69.179.161 () {28 vars in 386 bytes} [Wed Jul 15 07:31:22 2015] GET /api/food/cafe?lat=28.7392&lng=77.1249 => generated 4941 bytes in 141 msecs (HTTP/1.1 200) 3 headers in 145 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 733/733] 182.69.179.161 () {28 vars in 384 bytes} [Wed Jul 15 07:31:22 2015] GET /api/food/bar?lat=28.7392&lng=77.1249 => generated 586 bytes in 110 msecs (HTTP/1.1 200) 3 headers in 144 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 734/734] 182.69.179.161 () {28 vars in 400 bytes} [Wed Jul 15 07:31:22 2015] GET /api/food/restaurants?lat=28.7392&lng=77.1249 => generated 5068 bytes in 190 msecs (HTTP/1.1 200) 3 headers in 145 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 735/735] 182.69.179.161 () {28 vars in 390 bytes} [Wed Jul 15 07:40:34 2015] GET /api/travel/cabs?lat=28.6328&lng=77.2197 => generated 1858 bytes in 2295 msecs (HTTP/1.1 200) 3 headers in 145 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 736/736] 182.69.179.161 () {28 vars in 345 bytes} [Wed Jul 15 07:42:05 2015] GET /api/events/plays => generated 88752 bytes in 202 msecs (HTTP/1.1 200) 3 headers in 146 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 737/737] 182.69.179.161 () {28 vars in 347 bytes} [Wed Jul 15 07:42:05 2015] GET /api/events/movies => generated 364259 bytes in 284 msecs (HTTP/1.1 200) 3 headers in 147 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 738/738] 61.160.213.56 () {28 vars in 376 bytes} [Wed Jul 15 07:47:20 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 2 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 739/739] 182.69.179.161 () {28 vars in 343 bytes} [Wed Jul 15 07:48:15 2015] GET /api/shop/offers => generated 2 bytes in 21334 msecs (HTTP/1.1 200) 3 headers in 142 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 740/740] 182.69.179.161 () {28 vars in 342 bytes} [Wed Jul 15 07:49:22 2015] GET /api/shop/offers => generated 2 bytes in 4523 msecs (HTTP/1.1 200) 3 headers in 142 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 741/741] 182.69.179.161 () {28 vars in 388 bytes} [Wed Jul 15 07:50:16 2015] GET /api/food/order?lat=28.7392&lng=77.1249 => generated 80828 bytes in 762 msecs (HTTP/1.1 200) 3 headers in 146 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 742/742] 182.69.179.161 () {28 vars in 400 bytes} [Wed Jul 15 07:50:17 2015] GET /api/food/restaurants?lat=28.7392&lng=77.1249 => generated 5068 bytes in 211 msecs (HTTP/1.1 200) 3 headers in 145 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 743/743] 182.69.179.161 () {28 vars in 343 bytes} [Wed Jul 15 07:50:27 2015] GET /api/shop/offers => generated 2 bytes in 22989 msecs (HTTP/1.1 200) 3 headers in 142 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 744/744] 182.69.179.161 () {28 vars in 360 bytes} [Wed Jul 15 07:52:20 2015] GET /api/shop/search?q=laptop => generated 2 bytes in 21348 msecs (HTTP/1.1 200) 3 headers in 142 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 745/745] 182.69.179.161 () {40 vars in 677 bytes} [Wed Jul 15 07:52:41 2015] GET /api/shop/search?q=mobile => generated 2 bytes in 21328 msecs (HTTP/1.1 200) 3 headers in 142 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 746/746] 182.69.179.161 () {40 vars in 676 bytes} [Wed Jul 15 07:54:51 2015] GET /api/shop/search?q=mobile => generated 2 bytes in 21381 msecs (HTTP/1.1 200) 3 headers in 142 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 747/747] 125.46.39.97 () {32 vars in 428 bytes} [Wed Jul 15 07:57:05 2015] HEAD http://www.baidu.com/ => generated 0 bytes in 1 msecs (HTTP/1.1 404) 3 headers in 136 bytes (0 switches on core 0)
[pid: 30460|app: 0|req: 748/748] 182.69.179.161 () {28 vars in 347 bytes} [Wed Jul 15 07:57:43 2015] GET /api/events/movies => generated 364259 bytes in 309 msecs (HTTP/1.1 200) 3 headers in 147 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 749/749] 182.69.179.161 () {28 vars in 386 bytes} [Wed Jul 15 07:57:49 2015] GET /api/food/cafe?lat=28.6328&lng=77.2197 => generated 5335 bytes in 201 msecs (HTTP/1.1 200) 3 headers in 145 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 750/750] 182.69.179.161 () {28 vars in 384 bytes} [Wed Jul 15 07:57:49 2015] GET /api/food/bar?lat=28.6328&lng=77.2197 => generated 5375 bytes in 184 msecs (HTTP/1.1 200) 3 headers in 145 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 751/751] 182.69.179.161 () {28 vars in 400 bytes} [Wed Jul 15 07:57:49 2015] GET /api/food/restaurants?lat=28.6328&lng=77.2197 => generated 5320 bytes in 217 msecs (HTTP/1.1 200) 3 headers in 145 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 752/752] 182.69.179.161 () {28 vars in 388 bytes} [Wed Jul 15 07:57:50 2015] GET /api/food/order?lat=28.6328&lng=77.2197 => generated 39776 bytes in 528 msecs (HTTP/1.1 200) 3 headers in 146 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 753/753] 182.69.179.161 () {28 vars in 388 bytes} [Wed Jul 15 07:58:34 2015] GET /api/food/order?lat=28.7391&lng=77.1249 => generated 80828 bytes in 1042 msecs (HTTP/1.1 200) 3 headers in 146 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 754/754] 182.69.179.161 () {28 vars in 385 bytes} [Wed Jul 15 07:58:35 2015] GET /api/food/cafe?lat=28.7391&lng=77.1249 => generated 4941 bytes in 180 msecs (HTTP/1.1 200) 3 headers in 145 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 755/755] 182.69.179.161 () {28 vars in 400 bytes} [Wed Jul 15 07:58:35 2015] GET /api/food/restaurants?lat=28.7391&lng=77.1249 => generated 5069 bytes in 208 msecs (HTTP/1.1 200) 3 headers in 145 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 756/756] 182.69.179.161 () {40 vars in 677 bytes} [Wed Jul 15 08:00:47 2015] GET /api/shop/search?q=mobile => generated 2 bytes in 21303 msecs (HTTP/1.1 200) 3 headers in 142 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 757/757] 192.187.110.98 () {34 vars in 622 bytes} [Wed Jul 15 08:09:15 2015] GET http://testp2.czar.bielawa.pl/testproxy.php => generated 233 bytes in 1 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 758/758] 182.69.179.161 () {40 vars in 677 bytes} [Wed Jul 15 08:13:10 2015] GET /api/shop/search?q=mobile => generated 2 bytes in 21314 msecs (HTTP/1.1 200) 3 headers in 142 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 759/759] 182.69.179.161 () {40 vars in 677 bytes} [Wed Jul 15 08:20:06 2015] GET /api/shop/search?q=mobile => generated 2 bytes in 21321 msecs (HTTP/1.1 200) 3 headers in 142 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 760/760] 58.218.213.208 () {28 vars in 377 bytes} [Wed Jul 15 08:23:42 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 6 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 761/761] 45.35.20.217 () {34 vars in 647 bytes} [Wed Jul 15 08:24:38 2015] GET http://www.baidu.com/?rands=_2355223289027591303745632 => generated 233 bytes in 2 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 762/762] 45.35.20.217 () {34 vars in 646 bytes} [Wed Jul 15 08:24:38 2015] GET http://www.sogou.com/?rands=_481212991206649504787840 => generated 233 bytes in 1 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 763/763] 45.35.20.217 () {34 vars in 653 bytes} [Wed Jul 15 08:24:39 2015] GET http://reg.renren.com/?rands=_17334119442424560912992800 => generated 233 bytes in 1 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 764/764] 45.35.20.217 () {34 vars in 645 bytes} [Wed Jul 15 08:24:39 2015] GET http://mail.126.com/?rands=_2097960187620287802563484 => generated 233 bytes in 1 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 765/765] 45.35.20.217 () {34 vars in 643 bytes} [Wed Jul 15 08:24:39 2015] GET http://www.1dvj.com/?rands=_513029811029599684257316 => generated 233 bytes in 1 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 766/766] 45.35.20.217 () {34 vars in 662 bytes} [Wed Jul 15 08:24:40 2015] GET http://www.kuaidaili.com/?rands=_13825103034433078243365576 => generated 233 bytes in 1 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 767/767] 61.157.96.126 () {34 vars in 649 bytes} [Wed Jul 15 08:51:39 2015] GET http://www.baidu.com/?rands=_8470149107239934445973440 => generated 233 bytes in 3 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 768/768] 61.157.96.126 () {34 vars in 652 bytes} [Wed Jul 15 08:51:39 2015] GET http://www.haosou.com/?rands=_1003135168411578952867968 => generated 233 bytes in 1 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 769/769] 61.157.96.126 () {34 vars in 650 bytes} [Wed Jul 15 08:51:42 2015] GET http://reg.renren.com/?rands=_216674352015239253252352 => generated 233 bytes in 1 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 770/770] 61.157.96.126 () {34 vars in 652 bytes} [Wed Jul 15 08:51:43 2015] GET http://www.sogou.com/?rands=_178921073512128455084864352 => generated 233 bytes in 1 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 771/771] 61.157.96.126 () {34 vars in 661 bytes} [Wed Jul 15 08:51:45 2015] GET http://www.kuaidaili.com/?rands=_2850368376029009283069920 => generated 233 bytes in 1 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 772/772] 182.69.179.161 () {28 vars in 390 bytes} [Wed Jul 15 08:58:02 2015] GET /api/travel/cabs?lat=28.7391&lng=77.1249 => generated 602 bytes in 2572 msecs (HTTP/1.1 200) 3 headers in 144 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 773/773] 61.160.213.56 () {28 vars in 375 bytes} [Wed Jul 15 09:00:48 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 2 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 774/774] 58.218.213.208 () {28 vars in 377 bytes} [Wed Jul 15 09:11:52 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 5 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 775/775] 182.69.179.161 () {28 vars in 390 bytes} [Wed Jul 15 09:15:58 2015] GET /api/travel/cabs?lat=28.7391&lng=77.1249 => generated 607 bytes in 2372 msecs (HTTP/1.1 200) 3 headers in 144 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 776/776] 182.69.179.161 () {28 vars in 390 bytes} [Wed Jul 15 09:16:01 2015] GET /api/travel/cabs?lat=28.7391&lng=77.1249 => generated 607 bytes in 2365 msecs (HTTP/1.1 200) 3 headers in 144 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 777/777] 182.69.179.161 () {28 vars in 390 bytes} [Wed Jul 15 09:16:27 2015] GET /api/travel/cabs?lat=28.7391&lng=77.1248 => generated 776 bytes in 3395 msecs (HTTP/1.1 200) 3 headers in 144 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 778/778] 58.218.213.208 () {28 vars in 377 bytes} [Wed Jul 15 09:23:51 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 3 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 779/779] 125.46.39.97 () {32 vars in 1266 bytes} [Wed Jul 15 09:25:49 2015] HEAD http://www.baidu.com/ => generated 0 bytes in 5 msecs (HTTP/1.1 404) 3 headers in 136 bytes (0 switches on core 0)
[pid: 30460|app: 0|req: 780/780] 58.218.213.208 () {28 vars in 377 bytes} [Wed Jul 15 09:36:00 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 1 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 781/781] 61.160.213.56 () {28 vars in 376 bytes} [Wed Jul 15 09:48:24 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 4 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 782/782] 58.218.213.208 () {28 vars in 377 bytes} [Wed Jul 15 10:00:24 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 1 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 783/783] 1.39.40.37 () {28 vars in 385 bytes} [Wed Jul 15 10:23:10 2015] GET /api/travel/cabs?lat=28.7396&lng=77.1233 => generated 1191 bytes in 2420 msecs (HTTP/1.1 200) 3 headers in 145 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 784/784] 1.39.40.37 () {28 vars in 341 bytes} [Wed Jul 15 10:23:15 2015] GET /api/events/plays => generated 88752 bytes in 222 msecs (HTTP/1.1 200) 3 headers in 146 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 785/785] 1.39.40.37 () {28 vars in 343 bytes} [Wed Jul 15 10:23:15 2015] GET /api/events/movies => generated 379535 bytes in 275 msecs (HTTP/1.1 200) 3 headers in 147 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 786/786] 58.218.213.208 () {28 vars in 377 bytes} [Wed Jul 15 10:24:41 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 2 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 787/787] 1.39.40.37 () {28 vars in 339 bytes} [Wed Jul 15 10:24:46 2015] GET /api/shop/offers => generated 2 bytes in 21324 msecs (HTTP/1.1 200) 3 headers in 142 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 788/788] 1.39.40.37 () {28 vars in 386 bytes} [Wed Jul 15 10:25:19 2015] GET /api/travel/cabs?lat=28.7396&lng=77.1233 => generated 1330 bytes in 2284 msecs (HTTP/1.1 200) 3 headers in 145 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 789/789] 1.39.40.37 () {28 vars in 412 bytes} [Wed Jul 15 10:25:57 2015] GET /api/travel/bus?src=Delhi&dest=manali&date=22-07-2015 => generated 23024 bytes in 1242 msecs (HTTP/1.1 200) 3 headers in 146 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 790/790] 1.39.40.37 () {28 vars in 381 bytes} [Wed Jul 15 10:27:49 2015] GET /api/food/cafe?lat=28.7396&lng=77.1233 => generated 5197 bytes in 209 msecs (HTTP/1.1 200) 3 headers in 145 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 791/791] 1.39.40.37 () {28 vars in 380 bytes} [Wed Jul 15 10:27:50 2015] GET /api/food/bar?lat=28.7396&lng=77.1233 => generated 586 bytes in 122 msecs (HTTP/1.1 200) 3 headers in 144 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 792/792] 1.39.40.37 () {28 vars in 396 bytes} [Wed Jul 15 10:27:50 2015] GET /api/food/restaurants?lat=28.7396&lng=77.1233 => generated 5119 bytes in 203 msecs (HTTP/1.1 200) 3 headers in 145 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 793/793] 1.39.40.37 () {28 vars in 384 bytes} [Wed Jul 15 10:27:50 2015] GET /api/food/order?lat=28.7396&lng=77.1233 => generated 80825 bytes in 1330 msecs (HTTP/1.1 200) 3 headers in 146 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 794/794] 1.39.40.37 () {28 vars in 386 bytes} [Wed Jul 15 10:27:55 2015] GET /api/travel/cabs?lat=28.7396&lng=77.1234 => generated 1329 bytes in 2444 msecs (HTTP/1.1 200) 3 headers in 145 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 795/795] 1.39.40.37 () {28 vars in 343 bytes} [Wed Jul 15 10:28:42 2015] GET /api/events/movies => generated 379535 bytes in 280 msecs (HTTP/1.1 200) 3 headers in 147 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 796/796] 1.39.40.37 () {28 vars in 341 bytes} [Wed Jul 15 10:28:42 2015] GET /api/events/plays => generated 88752 bytes in 209 msecs (HTTP/1.1 200) 3 headers in 146 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 797/797] 1.39.40.37 () {28 vars in 343 bytes} [Wed Jul 15 10:29:50 2015] GET /api/events/movies => generated 379535 bytes in 366 msecs (HTTP/1.1 200) 3 headers in 147 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 798/798] 1.39.40.37 () {28 vars in 341 bytes} [Wed Jul 15 10:29:50 2015] GET /api/events/plays => generated 88752 bytes in 198 msecs (HTTP/1.1 200) 3 headers in 146 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 799/799] 1.39.40.37 () {28 vars in 339 bytes} [Wed Jul 15 10:31:16 2015] GET /api/shop/offers => generated 2 bytes in 22743 msecs (HTTP/1.1 200) 3 headers in 142 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 800/800] 1.39.40.37 () {28 vars in 358 bytes} [Wed Jul 15 10:31:43 2015] GET /api/shop/search?q=laptop+ => generated 2 bytes in 21347 msecs (HTTP/1.1 200) 3 headers in 142 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 801/801] 1.39.40.37 () {28 vars in 386 bytes} [Wed Jul 15 10:32:04 2015] GET /api/travel/cabs?lat=28.7396&lng=77.1233 => generated 1330 bytes in 3793 msecs (HTTP/1.1 200) 3 headers in 145 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 802/802] 58.221.61.208 () {38 vars in 695 bytes} [Wed Jul 15 10:34:13 2015] GET http://www.sogou.com/ => generated 233 bytes in 2 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 803/803] 61.160.213.56 () {28 vars in 374 bytes} [Wed Jul 15 10:48:42 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 2 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 804/804] 61.160.213.56 () {28 vars in 376 bytes} [Wed Jul 15 11:01:01 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 2 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 805/805] 125.46.39.97 () {32 vars in 2432 bytes} [Wed Jul 15 11:01:56 2015] HEAD http://www.baidu.com/ => generated 0 bytes in 1 msecs (HTTP/1.1 404) 3 headers in 136 bytes (0 switches on core 0)
[pid: 30460|app: 0|req: 806/806] 58.215.49.13 () {30 vars in 452 bytes} [Wed Jul 15 11:03:19 2015] GET /manager/html => generated 233 bytes in 1 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 807/807] 58.218.213.208 () {28 vars in 376 bytes} [Wed Jul 15 11:12:29 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 2 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 808/808] 58.218.213.208 () {28 vars in 377 bytes} [Wed Jul 15 11:24:44 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 7 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 809/809] 112.196.177.73 () {28 vars in 343 bytes} [Wed Jul 15 11:25:43 2015] GET /api/shop/offers => generated 2 bytes in 21343 msecs (HTTP/1.1 200) 3 headers in 142 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 810/810] 112.196.177.73 () {40 vars in 677 bytes} [Wed Jul 15 11:31:44 2015] GET /api/shop/search?q=mobile => generated 2 bytes in 21361 msecs (HTTP/1.1 200) 3 headers in 142 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 811/811] 112.196.177.73 () {28 vars in 345 bytes} [Wed Jul 15 11:32:06 2015] GET /api/events/plays => generated 88752 bytes in 367 msecs (HTTP/1.1 200) 3 headers in 146 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 812/812] 112.196.177.73 () {28 vars in 346 bytes} [Wed Jul 15 11:32:06 2015] GET /api/events/movies => generated 379280 bytes in 370 msecs (HTTP/1.1 200) 3 headers in 147 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 813/813] 61.160.213.56 () {28 vars in 376 bytes} [Wed Jul 15 11:36:37 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 2 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 814/814] 112.196.177.73 () {28 vars in 347 bytes} [Wed Jul 15 11:39:02 2015] GET /api/events/movies => generated 379280 bytes in 337 msecs (HTTP/1.1 200) 3 headers in 147 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 815/815] 112.196.177.73 () {28 vars in 345 bytes} [Wed Jul 15 11:39:03 2015] GET /api/events/plays => generated 88752 bytes in 205 msecs (HTTP/1.1 200) 3 headers in 146 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 816/816] 112.196.177.73 () {28 vars in 347 bytes} [Wed Jul 15 11:39:24 2015] GET /api/events/movies => generated 379280 bytes in 306 msecs (HTTP/1.1 200) 3 headers in 147 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 817/817] 112.196.177.73 () {28 vars in 345 bytes} [Wed Jul 15 11:39:24 2015] GET /api/events/plays => generated 88752 bytes in 246 msecs (HTTP/1.1 200) 3 headers in 146 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 818/818] 112.196.177.73 () {28 vars in 345 bytes} [Wed Jul 15 11:39:24 2015] GET /api/events/plays => generated 88752 bytes in 204 msecs (HTTP/1.1 200) 3 headers in 146 bytes (1 switches on core 0)
[uwsgi-http key: 128.199.128.227:8080 client_addr: 112.196.177.73 client_port: 64408] hr_write(): Connection reset by peer [plugins/http/http.c line 564]
[pid: 30460|app: 0|req: 819/819] 112.196.177.73 () {28 vars in 388 bytes} [Wed Jul 15 11:39:43 2015] GET /api/travel/cabs?lat=28.7203&lng=77.124 => generated 1612 bytes in 2419 msecs (HTTP/1.1 200) 3 headers in 145 bytes (1 switches on core 0)
[uwsgi-http key: 128.199.128.227:8080 client_addr: 112.196.177.73 client_port: 38549] hr_write(): Connection reset by peer [plugins/http/http.c line 564]
[pid: 30460|app: 0|req: 820/820] 112.196.177.73 () {28 vars in 347 bytes} [Wed Jul 15 11:39:59 2015] GET /api/events/movies => generated 379280 bytes in 299 msecs (HTTP/1.1 200) 3 headers in 147 bytes (1 switches on core 0)
[uwsgi-http key: 128.199.128.227:8080 client_addr: 112.196.177.73 client_port: 48809] hr_write(): Broken pipe [plugins/http/http.c line 564]
[uwsgi-http key: 128.199.128.227:8080 client_addr: 112.196.177.73 client_port: 30917] hr_write(): Broken pipe [plugins/http/http.c line 564]
[pid: 30460|app: 0|req: 821/821] 112.196.177.73 () {40 vars in 664 bytes} [Wed Jul 15 11:40:36 2015] GET /api/event/movies/ => generated 233 bytes in 2 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 822/822] 112.196.177.73 () {40 vars in 664 bytes} [Wed Jul 15 11:40:51 2015] GET /api/event/movies/ => generated 233 bytes in 2 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 823/823] 112.196.177.73 () {40 vars in 662 bytes} [Wed Jul 15 11:40:59 2015] GET /api/event/movies => generated 233 bytes in 1 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 824/824] 112.196.177.73 () {40 vars in 664 bytes} [Wed Jul 15 11:41:17 2015] GET /api/events/movies => generated 379280 bytes in 268 msecs (HTTP/1.1 200) 3 headers in 147 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 825/825] 112.196.177.73 () {28 vars in 345 bytes} [Wed Jul 15 11:48:05 2015] GET /api/events/movies => generated 379280 bytes in 281 msecs (HTTP/1.1 200) 3 headers in 147 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 826/826] 112.196.177.73 () {28 vars in 345 bytes} [Wed Jul 15 11:48:05 2015] GET /api/events/plays => generated 88752 bytes in 206 msecs (HTTP/1.1 200) 3 headers in 146 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 827/827] 112.196.177.73 () {40 vars in 662 bytes} [Wed Jul 15 11:48:34 2015] GET /api/events/plays => generated 88752 bytes in 183 msecs (HTTP/1.1 200) 3 headers in 146 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 828/828] 61.160.213.56 () {28 vars in 376 bytes} [Wed Jul 15 11:48:40 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 2 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 829/829] 61.157.96.126 () {34 vars in 647 bytes} [Wed Jul 15 11:49:43 2015] GET http://www.baidu.com/?rands=_102404464769118084341324 => generated 233 bytes in 1 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 830/830] 61.157.96.126 () {34 vars in 651 bytes} [Wed Jul 15 11:49:43 2015] GET http://www.haosou.com/?rands=_2253613372208932683219072 => generated 233 bytes in 1 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 831/831] 61.157.96.126 () {34 vars in 645 bytes} [Wed Jul 15 11:49:52 2015] GET http://www.sogou.com/?rands=_51035638223418200249792 => generated 233 bytes in 2 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 832/832] 61.157.96.126 () {34 vars in 661 bytes} [Wed Jul 15 11:49:53 2015] GET http://www.kuaidaili.com/?rands=_1676012182943230823573216 => generated 233 bytes in 1 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 833/833] 61.157.96.126 () {34 vars in 650 bytes} [Wed Jul 15 11:49:54 2015] GET http://reg.renren.com/?rands=_138406191009662644034856 => generated 233 bytes in 1 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 834/834] 61.157.96.126 () {34 vars in 651 bytes} [Wed Jul 15 11:50:08 2015] GET http://www.baidu.com/?rands=_16874103965216211163319728 => generated 233 bytes in 1 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 835/835] 61.157.96.126 () {34 vars in 647 bytes} [Wed Jul 15 11:50:08 2015] GET http://www.haosou.com/?rands=_20748161964322623247792 => generated 233 bytes in 1 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 836/836] 61.157.96.126 () {34 vars in 652 bytes} [Wed Jul 15 11:50:09 2015] GET http://reg.renren.com/?rands=_1146442983615009753880192 => generated 233 bytes in 1 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 837/837] 112.196.177.73 () {28 vars in 345 bytes} [Wed Jul 15 11:53:42 2015] GET /api/events/plays => generated 88752 bytes in 197 msecs (HTTP/1.1 200) 3 headers in 146 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 838/838] 112.196.177.73 () {28 vars in 346 bytes} [Wed Jul 15 11:53:42 2015] GET /api/events/movies => generated 379280 bytes in 313 msecs (HTTP/1.1 200) 3 headers in 147 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 839/839] 182.69.179.161 () {38 vars in 673 bytes} [Wed Jul 15 11:54:18 2015] GET /api/shop/search?q=compass => generated 2 bytes in 21328 msecs (HTTP/1.1 200) 3 headers in 142 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 840/840] 112.196.177.73 () {28 vars in 345 bytes} [Wed Jul 15 11:59:18 2015] GET /api/events/plays => generated 88752 bytes in 213 msecs (HTTP/1.1 200) 3 headers in 146 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 841/841] 112.196.177.73 () {28 vars in 347 bytes} [Wed Jul 15 11:59:18 2015] GET /api/events/movies => generated 377631 bytes in 281 msecs (HTTP/1.1 200) 3 headers in 147 bytes (1 switches on core 0)
[pid: 30460|app: 0|req: 842/842] 185.49.14.190 () {34 vars in 613 bytes} [Wed Jul 15 12:02:26 2015] GET http://testp3.pospr.waw.pl/testproxy.php => generated 233 bytes in 5 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
Wed Jul 15 12:09:32 2015 - uWSGI worker 1 screams: UAAAAAAH my master disconnected: i will kill myself !!!
*** Starting uWSGI 2.0.10 (64bit) on [Wed Jul 15 12:09:47 2015] ***
compiled with version: 4.8.2 on 11 June 2015 07:51:45
os: Linux-3.13.0-52-generic #85-Ubuntu SMP Wed Apr 29 16:44:17 UTC 2015
nodename: kuchbhilabs
machine: x86_64
clock source: unix
detected number of CPU cores: 1
current working directory: /home/shubham/greplr_api_server
writing pidfile to /var/run/uwsgi.pid
detected binary path: /usr/local/bin/uwsgi
!!! no internal routing support, rebuild with pcre support !!!
uWSGI running as root, you can use --uid/--gid/--chroot options
*** WARNING: you are running uWSGI as root !!! (use the --uid flag) ***
your processes number limit is 7782
your memory page size is 4096 bytes
detected max file descriptor number: 1024
lock engine: pthread robust mutexes
thunder lock: disabled (you can enable it with --thunder-lock)
uWSGI http bound on :8080 fd 4
uwsgi socket 0 bound to TCP address 127.0.0.1:57408 (port auto-assigned) fd 3
Python version: 2.7.6 (default, Mar 22 2014, 23:03:41) [GCC 4.8.2]
Python main interpreter initialized at 0x11cd240
python threads support enabled
your server socket listen backlog is limited to 100 connections
your mercy for graceful operations on workers is 60 seconds
mapped 145520 bytes (142 KB) for 1 cores
*** Operational MODE: single process ***
WSGI app 0 (mountpoint='') ready in 1 seconds on interpreter 0x11cd240 pid: 5017 (default app)
*** uWSGI is running in multiple interpreter mode ***
spawned uWSGI master process (pid: 5017)
spawned uWSGI worker 1 (pid: 5020, cores: 1)
spawned uWSGI http 1 (pid: 5021)
[pid: 5020|app: 0|req: 1/1] 61.160.213.56 () {28 vars in 376 bytes} [Wed Jul 15 12:13:14 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 17 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)