You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "Leif Hedstrom (JIRA)" <ji...@apache.org> on 2013/12/19 18:34:11 UTC

[jira] [Comment Edited] (TS-2444) Failure traffic server during long running multi part post requests

    [ https://issues.apache.org/jira/browse/TS-2444?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13853050#comment-13853050 ] 

Leif Hedstrom edited comment on TS-2444 at 12/19/13 5:32 PM:
-------------------------------------------------------------

Thanks for the report. Although, I'd probably would have preferred such a long comment as an attachment, it makes it really difficult to read this report.

Now, it's slightly confusing, is the stack trace related to the "failing"? I.e. does it always segfault like this? Then what does that have to do with e.g. KA timeouts? From your description, it sounds like you are possibly hitting either of these two timeouts:

{code}
CONFIG proxy.config.http.transaction_no_activity_timeout_in INT 30
CONFIG proxy.config.http.transaction_no_activity_timeout_out INT 30
{code}

The crasher is interesting, particularly with the first line where it claims your logging is full.


was (Author: zwoop):
Thanks for the report. Although, I'd probably would have preferred such a long comment as an attachment, it makes it really difficult to read this report.

Now, it's slightly confusing, is the stack trace related to the "failing"? I.e. does it always segfault like this? Then what does that have to do with e.g. KA timeouts? From your description, it sounds like you are possibly hitting either of these two timeouts:

CONFIG proxy.config.http.transaction_no_activity_timeout_in INT 30
CONFIG proxy.config.http.transaction_no_activity_timeout_out INT 30


The crasher is interesting, particularly with the first line where it claims your logging is full.

> Failure traffic server during long running multi part post requests
> -------------------------------------------------------------------
>
>                 Key: TS-2444
>                 URL: https://issues.apache.org/jira/browse/TS-2444
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: Cache
>            Reporter: Danny Bollaert
>
> Hello,
> I am trying to set up a reverse proxy, everything appears to be working, but when I get a long running form request. Traffic server brakes.
> So far I figured out: Request within 10 seconds OK
> 30 seconds NOK
> I also tried increasing keep alives, but with no success.
> See stack trace:
> [Dec 19 13:16:51.588] Server {0x2b6294217700} DEBUG: (http) [update_stats] Logging system indicates FULL.
> NOTE: Traffic Server received Sig 11: Segmentation fault
> /opt/ats/bin/traffic_server - STACK TRACE: 
> /lib/x86_64-linux-gnu/libpthread.so.0(+0xf030)[0x2b629213c030]
> /opt/ats/bin/traffic_server(_Z14mime_mem_printPKciPciPiS2_+0x1d)[0x5c6f4d]
> /opt/ats/bin/traffic_server(_Z9url_printP7URLImplPciPiS2_+0x49)[0x5d0ef9]
> /opt/ats/bin/traffic_server(_ZN7HTTPHdr9url_printEPciPiS1_+0x9a)[0x5bd0ea]
> /opt/ats/bin/traffic_server(_ZN6HttpSM12update_statsEv+0x20c)[0x52d64c]
> /opt/ats/bin/traffic_server(_ZN6HttpSM9kill_thisEv+0x438)[0x535838]
> /opt/ats/bin/traffic_server(_ZN6HttpSM12main_handlerEiPv+0x138)[0x535ad8]
> /opt/ats/bin/traffic_server(_ZN18UnixNetVConnection9mainEventEiP5Event+0x59e)[0x69137e]
> /opt/ats/bin/traffic_server(_ZN13InactivityCop16check_inactivityEiP5Event+0x2a9)[0x6853f9]
> /opt/ats/bin/traffic_server(_ZN7EThread13process_eventEP5Eventi+0x9d)[0x6b22ad]
> /opt/ats/bin/traffic_server(_ZN7EThread7executeEv+0x700)[0x6b2e40]
> /opt/ats/bin/traffic_server[0x6b158a]
> /lib/x86_64-linux-gnu/libpthread.so.0(+0x6b50)[0x2b6292133b50]
> /lib/x86_64-linux-gnu/libc.so.6(clone+0x6d)[0x2b6292dc7a7d]
> System info:
> PRETTY_NAME="Debian GNU/Linux 7 (wheezy)"NAME="Debian GNU/Linux"VERSION_ID="7"VERSION="7 (wheezy)"
> Traffic server 
> I am running traffic server 4.2, tried also with 3.3.2 & 4.1
> I have tried using buffer_upload, but without results.
> I have included the traffic out log for the request and the manager log.
> Also the php file, I am using to test. If the response is immediate, everything works just fine.
> Please advice.
> traffic:
> [Dec 19 13:18:21.621] Server {0x2b0681642700} DEBUG: (http_ss) [1] session closed
> [Dec 19 13:18:21.621] Server {0x2b0681642700} DEBUG: (http_tunnel) [1] consumer_handler [user agent VC_EVENT_WRITE_COMPLETE]
> [Dec 19 13:18:21.621] Server {0x2b0681642700} DEBUG: (http) [1] [&HttpSM::tunnel_handler_ua, VC_EVENT_WRITE_COMPLETE]
> [Dec 19 13:18:21.621] Server {0x2b0681642700} DEBUG: (http_cs) [1] session closed
> [Dec 19 13:18:21.621] Server {0x2b0681642700} DEBUG: (http_cs) [1] session destroy
> [Dec 19 13:18:21.621] Server {0x2b0681642700} DEBUG: (http) [1] [HttpSM::main_handler, HTTP_TUNNEL_EVENT_DONE]
> [Dec 19 13:18:21.621] Server {0x2b0681642700} DEBUG: (http) [1] [&HttpSM::tunnel_handler, HTTP_TUNNEL_EVENT_DONE]
> [Dec 19 13:18:21.621] Server {0x2b0681642700} DEBUG: (http_redirect) [HttpTunnel::deallocate_postdata_copy_buffers]
> [Dec 19 13:18:21.621] Server {0x2b0681642700} DEBUG: (http_seq) Skipping cop heartbeat logging & stats due to config
> [Dec 19 13:18:21.621] Server {0x2b0681642700} DEBUG: (http) [1] deallocating sm
> [Dec 19 13:18:31.622] Server {0x2b0680d91c60} DEBUG: (http_seq) [HttpAccept:mainEvent 0x30548d0] accepted connection from 127.0.0.1:52790 transport type = 0
> [Dec 19 13:18:31.622] Server {0x2b0680d91c60} DEBUG: (http_cs) [2] session born, netvc 0x30548d0
> [Dec 19 13:18:31.622] Server {0x2b0680d91c60} DEBUG: (http_cs) [2] Starting transaction 1 using sm [2]
> [Dec 19 13:18:31.622] Server {0x2b0680d91c60} DEBUG: (http) [2] [HttpSM::main_handler, VC_EVENT_READ_READY]
> [Dec 19 13:18:31.622] Server {0x2b0680d91c60} DEBUG: (http) [2] [&HttpSM::state_read_client_request_header, VC_EVENT_READ_READY]
> [Dec 19 13:18:31.622] Server {0x2b0680d91c60} DEBUG: (http) [2] done parsing client request header
> [Dec 19 13:18:31.622] Server {0x2b0680d91c60} DEBUG: (http_trans) START HttpTransact::ModifyRequest
> [Dec 19 13:18:31.622] Server {0x2b0680d91c60} DEBUG: (http_trans) [ink_cluster_time] local: 1387455511, highest_delta: 0, cluster: 1387455511
> [Dec 19 13:18:31.622] Server {0x2b0680d91c60} DEBUG: (http_trans) END HttpTransact::ModifyRequest
> [Dec 19 13:18:31.622] Server {0x2b0680d91c60} DEBUG: (http_trans) Next action HTTP_API_READ_REQUEST_HDR; HttpTransact::StartRemapRequest
> [Dec 19 13:18:31.622] Server {0x2b0680d91c60} DEBUG: (http) [2] State Transition: STATE_UNDEFINED -> API_READ_REQUEST_HDR
> [Dec 19 13:18:31.622] Server {0x2b0680d91c60} DEBUG: (http_trans) START HttpTransact::StartRemapRequest
> [Dec 19 13:18:31.622] Server {0x2b0680d91c60} DEBUG: (http_trans) Before Remapping:
> [Dec 19 13:18:31.622] Server {0x2b0680d91c60} DEBUG: (http) HTTP_HEADER 0x2b0685167898: [T: 3, L:   48, OBJFLAGS: 0]  
> [Dec 19 13:18:31.622] Server {0x2b0680d91c60} DEBUG: (http) [TYPE: REQ, V: 10000, URL: 0x2b0685167b18, METHOD: "GET", METHOD_LEN: 3, FIELDS: 0x2b06851678c8]
> [Dec 19 13:18:31.622] Server {0x2b0680d91c60} DEBUG: (http) URL 0x2b0685167b18: [T: 2, L:  112, OBJFLAGS: 0]  
> [Dec 19 13:18:31.622] Server {0x2b0680d91c60} DEBUG: (http) [URLTYPE: 1, SWKSIDX: 94,
> [Dec 19 13:18:31.622] Server {0x2b0680d91c60} DEBUG: (http) 	SCHEME: "http", SCHEME_LEN: 4,
> [Dec 19 13:18:31.622] Server {0x2b0680d91c60} DEBUG: (http) 	USER: "", USER_LEN: 0,
> [Dec 19 13:18:31.622] Server {0x2b0680d91c60} DEBUG: (http) 	PASSWORD: "", PASSWORD_LEN: 0,
> [Dec 19 13:18:31.622] Server {0x2b0680d91c60} DEBUG: (http) 	HOST: "127.0.0.1", HOST_LEN: 9,
> [Dec 19 13:18:31.622] Server {0x2b0680d91c60} DEBUG: (http) 	PORT: "8083", PORT_LEN: 4, PORT_NUM: 8083
> [Dec 19 13:18:31.622] Server {0x2b0680d91c60} DEBUG: (http) 	PATH: "synthetic.txt", PATH_LEN: 13,
> [Dec 19 13:18:31.622] Server {0x2b0680d91c60} DEBUG: (http) 	PARAMS: "", PARAMS_LEN: 0,
> [Dec 19 13:18:31.622] Server {0x2b0680d91c60} DEBUG: (http) 	QUERY: "", QUERY_LEN: 0,
> [Dec 19 13:18:31.622] Server {0x2b0680d91c60} DEBUG: (http) 	FRAGMENT: "", FRAGMENT_LEN: 0]
> [Dec 19 13:18:31.622] Server {0x2b0680d91c60} DEBUG: (http) MIME_HEADER 0x2b06851678c8: [T: 4, L:  592, OBJFLAGS: 0]  
> [Dec 19 13:18:31.622] Server {0x2b0680d91c60} DEBUG: (http) 
> 	[PBITS: 0x0000000001000000, SLACC: 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF, HEADBLK: 0x2b0685167908, TAILBLK: 0x2b0685167908]
> [Dec 19 13:18:31.622] Server {0x2b0680d91c60} DEBUG: (http) 	[CBITS: 0x00000000, T_MAXAGE: 0, T_SMAXAGE: 0, T_MAXSTALE: 0, T_MINFRESH: 0, PNO$: 0]
> [Dec 19 13:18:31.622] Server {0x2b0680d91c60} DEBUG: (http) FIELD_BLOCK 0x2b0685167908: [T: 5, L:  528, OBJFLAGS: 0]  
> [Dec 19 13:18:31.622] Server {0x2b0680d91c60} DEBUG: (http) [FREETOP: 1, NEXTBLK: (nil)]
> [Dec 19 13:18:31.622] Server {0x2b0680d91c60} DEBUG: (http) 	SLOT # 0 (0x2b0685167918), LIVE    
> [Dec 19 13:18:31.622] Server {0x2b0680d91c60} DEBUG: (http) [N: "Host", N_LEN: 4, N_IDX: 30, 
> [Dec 19 13:18:31.622] Server {0x2b0680d91c60} DEBUG: (http) V: "127.0.0.1:8083", V_LEN: 14, 
> [Dec 19 13:18:31.622] Server {0x2b0680d91c60} DEBUG: (http) NEXTDUP: (nil), RAW: 0, RAWLEN: 18, F: 1]
> [Dec 19 13:18:31.622] Server {0x2b0680d91c60} DEBUG: (http) 
> [Dec 19 13:18:31.622] Server {0x2b0680d91c60} DEBUG: (http_trans) END HttpTransact::StartRemapRequest
> [Dec 19 13:18:31.622] Server {0x2b0680d91c60} DEBUG: (http_trans) Next action HTTP_API_PRE_REMAP; HttpTransact::PerformRemap
> [Dec 19 13:18:31.622] Server {0x2b0680d91c60} DEBUG: (http) [2] State Transition: API_READ_REQUEST_HDR -> HTTP_API_PRE_REMAP
> [Dec 19 13:18:31.622] Server {0x2b0680d91c60} DEBUG: (http_trans) Inside PerformRemap
> [Dec 19 13:18:31.622] Server {0x2b0680d91c60} DEBUG: (http_trans) Next action HTTP_REMAP_REQUEST; HttpTransact::EndRemapRequest
> [Dec 19 13:18:31.622] Server {0x2b0680d91c60} DEBUG: (http) [2] State Transition: HTTP_API_PRE_REMAP -> HTTP_REMAP_REQUEST
> [Dec 19 13:18:31.622] Server {0x2b0680d91c60} DEBUG: (http_seq) [HttpSM::do_remap_request] Remapping request
> [Dec 19 13:18:31.622] Server {0x2b0680d91c60} DEBUG: (http_trans) START HttpTransact::EndRemapRequest
> [Dec 19 13:18:31.622] Server {0x2b0680d91c60} DEBUG: (http_trans) EndRemapRequest host is 127.0.0.1
> [Dec 19 13:18:31.622] Server {0x2b0680d91c60} DEBUG: (http_trans) After Remapping:
> [Dec 19 13:18:31.622] Server {0x2b0680d91c60} DEBUG: (http) HTTP_HEADER 0x2b0685167898: [T: 3, L:   48, OBJFLAGS: 0]  
> [Dec 19 13:18:31.622] Server {0x2b0680d91c60} DEBUG: (http) [TYPE: REQ, V: 10000, URL: 0x2b0685167b18, METHOD: "GET", METHOD_LEN: 3, FIELDS: 0x2b06851678c8]
> [Dec 19 13:18:31.622] Server {0x2b0680d91c60} DEBUG: (http) URL 0x2b0685167b18: [T: 2, L:  112, OBJFLAGS: 0]  
> [Dec 19 13:18:31.622] Server {0x2b0680d91c60} DEBUG: (http) [URLTYPE: 1, SWKSIDX: 94,
> [Dec 19 13:18:31.622] Server {0x2b0680d91c60} DEBUG: (http) 	SCHEME: "http", SCHEME_LEN: 4,
> [Dec 19 13:18:31.622] Server {0x2b0680d91c60} DEBUG: (http) 	USER: "", USER_LEN: 0,
> [Dec 19 13:18:31.622] Server {0x2b0680d91c60} DEBUG: (http) 	PASSWORD: "", PASSWORD_LEN: 0,
> [Dec 19 13:18:31.622] Server {0x2b0680d91c60} DEBUG: (http) 	HOST: "127.0.0.1", HOST_LEN: 9,
> [Dec 19 13:18:31.622] Server {0x2b0680d91c60} DEBUG: (http) 	PORT: "8083", PORT_LEN: 4, PORT_NUM: 8083
> [Dec 19 13:18:31.622] Server {0x2b0680d91c60} DEBUG: (http) 	PATH: "synthetic.txt", PATH_LEN: 13,
> [Dec 19 13:18:31.622] Server {0x2b0680d91c60} DEBUG: (http) 	PARAMS: "", PARAMS_LEN: 0,
> [Dec 19 13:18:31.622] Server {0x2b0680d91c60} DEBUG: (http) 	QUERY: "", QUERY_LEN: 0,
> [Dec 19 13:18:31.622] Server {0x2b0680d91c60} DEBUG: (http) 	FRAGMENT: "", FRAGMENT_LEN: 0]
> [Dec 19 13:18:31.622] Server {0x2b0680d91c60} DEBUG: (http) MIME_HEADER 0x2b06851678c8: [T: 4, L:  592, OBJFLAGS: 0]  
> [Dec 19 13:18:31.622] Server {0x2b0680d91c60} DEBUG: (http) 
> 	[PBITS: 0x0000000001000000, SLACC: 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF, HEADBLK: 0x2b0685167908, TAILBLK: 0x2b0685167908]
> [Dec 19 13:18:31.622] Server {0x2b0680d91c60} DEBUG: (http) 	[CBITS: 0x00000000, T_MAXAGE: 0, T_SMAXAGE: 0, T_MAXSTALE: 0, T_MINFRESH: 0, PNO$: 0]
> [Dec 19 13:18:31.622] Server {0x2b0680d91c60} DEBUG: (http) FIELD_BLOCK 0x2b0685167908: [T: 5, L:  528, OBJFLAGS: 0]  
> [Dec 19 13:18:31.622] Server {0x2b0680d91c60} DEBUG: (http) [FREETOP: 1, NEXTBLK: (nil)]
> [Dec 19 13:18:31.622] Server {0x2b0680d91c60} DEBUG: (http) 	SLOT # 0 (0x2b0685167918), LIVE    
> [Dec 19 13:18:31.622] Server {0x2b0680d91c60} DEBUG: (http) [N: "Host", N_LEN: 4, N_IDX: 30, 
> [Dec 19 13:18:31.622] Server {0x2b0680d91c60} DEBUG: (http) V: "127.0.0.1:8083", V_LEN: 14, 
> [Dec 19 13:18:31.622] Server {0x2b0680d91c60} DEBUG: (http) NEXTDUP: (nil), RAW: 0, RAWLEN: 18, F: 1]
> [Dec 19 13:18:31.622] Server {0x2b0680d91c60} DEBUG: (http) 
> [Dec 19 13:18:31.622] Server {0x2b0680d91c60} DEBUG: (http_trans) END HttpTransact::EndRemapRequest
> [Dec 19 13:18:31.622] Server {0x2b0680d91c60} DEBUG: (http_trans) Next action HTTP_API_POST_REMAP; HttpTransact::HandleRequest
> [Dec 19 13:18:31.622] Server {0x2b0680d91c60} DEBUG: (http) [2] State Transition: HTTP_REMAP_REQUEST -> HTTP_API_POST_REMAP
> [Dec 19 13:18:31.622] Server {0x2b0680d91c60} DEBUG: (http_trans) START HttpTransact::HandleRequest
> [Dec 19 13:18:31.622] Server {0x2b0680d91c60} DEBUG: (http_trans) [is_request_valid]no request header errors
> [Dec 19 13:18:31.622] Server {0x2b0680d91c60} DEBUG: (http_seq) [HttpTransact::HandleRequest] request valid.
> [Dec 19 13:18:31.622] Server {0x2b0680d91c60} DEBUG: (http) HTTP_HEADER 0x2b0685167898: [T: 3, L:   48, OBJFLAGS: 0]  
> [Dec 19 13:18:31.622] Server {0x2b0680d91c60} DEBUG: (http) [TYPE: REQ, V: 10000, URL: 0x2b0685167b18, METHOD: "GET", METHOD_LEN: 3, FIELDS: 0x2b06851678c8]
> [Dec 19 13:18:31.622] Server {0x2b0680d91c60} DEBUG: (http) URL 0x2b0685167b18: [T: 2, L:  112, OBJFLAGS: 0]  
> [Dec 19 13:18:31.622] Server {0x2b0680d91c60} DEBUG: (http) [URLTYPE: 1, SWKSIDX: 94,
> [Dec 19 13:18:31.622] Server {0x2b0680d91c60} DEBUG: (http) 	SCHEME: "http", SCHEME_LEN: 4,
> [Dec 19 13:18:31.622] Server {0x2b0680d91c60} DEBUG: (http) 	USER: "", USER_LEN: 0,
> [Dec 19 13:18:31.622] Server {0x2b0680d91c60} DEBUG: (http) 	PASSWORD: "", PASSWORD_LEN: 0,
> [Dec 19 13:18:31.622] Server {0x2b0680d91c60} DEBUG: (http) 	HOST: "127.0.0.1", HOST_LEN: 9,
> [Dec 19 13:18:31.622] Server {0x2b0680d91c60} DEBUG: (http) 	PORT: "8083", PORT_LEN: 4, PORT_NUM: 8083
> [Dec 19 13:18:31.622] Server {0x2b0680d91c60} DEBUG: (http) 	PATH: "synthetic.txt", PATH_LEN: 13,
> [Dec 19 13:18:31.622] Server {0x2b0680d91c60} DEBUG: (http) 	PARAMS: "", PARAMS_LEN: 0,
> [Dec 19 13:18:31.622] Server {0x2b0680d91c60} DEBUG: (http) 	QUERY: "", QUERY_LEN: 0,
> [Dec 19 13:18:31.622] Server {0x2b0680d91c60} DEBUG: (http) 	FRAGMENT: "", FRAGMENT_LEN: 0]
> [Dec 19 13:18:31.622] Server {0x2b0680d91c60} DEBUG: (http) MIME_HEADER 0x2b06851678c8: [T: 4, L:  592, OBJFLAGS: 0]  
> [Dec 19 13:18:31.622] Server {0x2b0680d91c60} DEBUG: (http) 
> 	[PBITS: 0x0000000001000000, SLACC: 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF, HEADBLK: 0x2b0685167908, TAILBLK: 0x2b0685167908]
> [Dec 19 13:18:31.622] Server {0x2b0680d91c60} DEBUG: (http) 	[CBITS: 0x00000000, T_MAXAGE: 0, T_SMAXAGE: 0, T_MAXSTALE: 0, T_MINFRESH: 0, PNO$: 0]
> [Dec 19 13:18:31.622] Server {0x2b0680d91c60} DEBUG: (http) FIELD_BLOCK 0x2b0685167908: [T: 5, L:  528, OBJFLAGS: 0]  
> [Dec 19 13:18:31.622] Server {0x2b0680d91c60} DEBUG: (http) [FREETOP: 1, NEXTBLK: (nil)]
> [Dec 19 13:18:31.622] Server {0x2b0680d91c60} DEBUG: (http) 	SLOT # 0 (0x2b0685167918), LIVE    
> [Dec 19 13:18:31.622] Server {0x2b0680d91c60} DEBUG: (http) [N: "Host", N_LEN: 4, N_IDX: 30, 
> [Dec 19 13:18:31.622] Server {0x2b0680d91c60} DEBUG: (http) V: "127.0.0.1:8083", V_LEN: 14, 
> [Dec 19 13:18:31.622] Server {0x2b0680d91c60} DEBUG: (http) NEXTDUP: (nil), RAW: 0, RAWLEN: 18, F: 1]
> [Dec 19 13:18:31.622] Server {0x2b0680d91c60} DEBUG: (http) 
> [Dec 19 13:18:31.622] Server {0x2b0680d91c60} DEBUG: (http_trans) [init_stat_vars_from_req] set req cont length to 0
> [Dec 19 13:18:31.622] Server {0x2b0680d91c60} DEBUG: (http_trans) [DecideCacheLookup] Will NOT do cache lookup.
> [Dec 19 13:18:31.622] Server {0x2b0680d91c60} DEBUG: (http_seq) [DecideCacheLookup] Will NOT do cache lookup
> [Dec 19 13:18:31.622] Server {0x2b0680d91c60} DEBUG: (http_trans) Next action HTTP_API_CACHE_LOOKUP_COMPLETE; CallOSDNSLookup
> [Dec 19 13:18:31.622] Server {0x2b0680d91c60} DEBUG: (http) [2] State Transition: HTTP_API_POST_REMAP -> API_CACHE_LOOKUP_COMPLETE
> [Dec 19 13:18:31.622] Server {0x2b0680d91c60} DEBUG: (http_trans) Next action DNS_LOOKUP; OSDNSLookup
> [Dec 19 13:18:31.622] Server {0x2b0680d91c60} DEBUG: (http) [2] State Transition: API_CACHE_LOOKUP_COMPLETE -> DNS_LOOKUP
> [Dec 19 13:18:31.622] Server {0x2b0680d91c60} DEBUG: (http_seq) [HttpSM::do_hostdb_lookup] Doing DNS Lookup
> [Dec 19 13:18:31.623] Server {0x2b0680d91c60} DEBUG: (http_trans) [ink_cluster_time] local: 1387455511, highest_delta: 0, cluster: 1387455511
> [Dec 19 13:18:31.623] Server {0x2b0680d91c60} DEBUG: (http_trans) [HttpTransact::OSDNSLookup] This was attempt 1
> [Dec 19 13:18:31.623] Server {0x2b0680d91c60} DEBUG: (http_seq) [HttpTransact::OSDNSLookup] DNS Lookup successful
> [Dec 19 13:18:31.623] Server {0x2b0680d91c60} DEBUG: (http_trans) [OSDNSLookup] DNS lookup for O.S. successful IP: 127.0.0.1
> [Dec 19 13:18:31.623] Server {0x2b0680d91c60} DEBUG: (http_trans) Next action HttpTransact::HTTP_API_OS_DNS; LookupSkipOpenServer
> [Dec 19 13:18:31.623] Server {0x2b0680d91c60} DEBUG: (http) [2] State Transition: DNS_LOOKUP -> API_OS_DNS
> [Dec 19 13:18:31.623] Server {0x2b0680d91c60} DEBUG: (http_trans) client_ip_set = 0
> [Dec 19 13:18:31.623] Server {0x2b0680d91c60} DEBUG: (http_trans) inserted request header 'Client-ip: 127.0.0.1'
> [Dec 19 13:18:31.623] Server {0x2b0680d91c60} DEBUG: (http_trans) [add_client_ip_to_outgoing_request] Appended connecting client's (127.0.0.1) to the X-Forwards header
> [Dec 19 13:18:31.623] Server {0x2b0680d91c60} DEBUG: (http_trans) [build_request] request like cacheable and conditional headers removed
> [Dec 19 13:18:31.623] Server {0x2b0680d91c60} DEBUG: (http_trans) [ink_cluster_time] local: 1387455511, highest_delta: 0, cluster: 1387455511
> [Dec 19 13:18:31.623] Server {0x2b0680d91c60} DEBUG: (http_trans) [build_request] request_sent_time: 1387455511
> [Dec 19 13:18:31.623] Server {0x2b0680d91c60} DEBUG: (http_trans) Next action next; HttpTransact::HandleResponse
> [Dec 19 13:18:31.623] Server {0x2b0680d91c60} DEBUG: (http) [2] State Transition: API_OS_DNS -> ORIGIN_SERVER_OPEN
> [Dec 19 13:18:31.623] Server {0x2b0680d91c60} DEBUG: (http_track) entered inside do_http_server_open ][IPv4]
> [Dec 19 13:18:31.623] Server {0x2b0680d91c60} DEBUG: (http) [2] open connection to 127.0.0.1: 127.0.0.1:8083
> [Dec 19 13:18:31.623] Server {0x2b0680d91c60} DEBUG: (http_seq) [HttpSM::do_http_server_open] Sending request to server
> [Dec 19 13:18:31.623] Server {0x2b0680d91c60} DEBUG: (http) calling netProcessor.connect_re
> [Dec 19 13:18:31.623] Server {0x2b0680d91c60} DEBUG: (http) [2] [HttpSM::main_handler, NET_EVENT_OPEN]
> [Dec 19 13:18:31.623] Server {0x2b0680d91c60} DEBUG: (http_track) entered inside state_http_server_open
> [Dec 19 13:18:31.623] Server {0x2b0680d91c60} DEBUG: (http) [2] [&HttpSM::state_http_server_open, NET_EVENT_OPEN]
> [Dec 19 13:18:31.623] Server {0x2b0680d91c60} DEBUG: (http_ss) [2] session born, netvc 0x3053e50
> [Dec 19 13:18:31.623] Server {0x2b0680d91c60} DEBUG: (http) [2] [HttpSM::main_handler, VC_EVENT_WRITE_COMPLETE]
> [Dec 19 13:18:31.623] Server {0x2b0680d91c60} DEBUG: (http) [2] [&HttpSM::state_send_server_request_header, VC_EVENT_WRITE_COMPLETE]
> [Dec 19 13:18:31.623] Server {0x2b0680d91c60} DEBUG: (http) [2] [HttpSM::main_handler, VC_EVENT_READ_READY]
> [Dec 19 13:18:31.623] Server {0x2b0680d91c60} DEBUG: (http) [2] [&HttpSM::state_read_server_response_header, VC_EVENT_READ_READY]
> [Dec 19 13:18:31.623] Server {0x2b0680d91c60} DEBUG: (http_seq) Done parsing server response header
> [Dec 19 13:18:31.623] Server {0x2b0680d91c60} DEBUG: (http_trans) [HttpTransact::HandleResponse]
> [Dec 19 13:18:31.623] Server {0x2b0680d91c60} DEBUG: (http_seq) [HttpTransact::HandleResponse] Response received
> [Dec 19 13:18:31.623] Server {0x2b0680d91c60} DEBUG: (http_trans) [ink_cluster_time] local: 1387455511, highest_delta: 0, cluster: 1387455511
> [Dec 19 13:18:31.623] Server {0x2b0680d91c60} DEBUG: (http_trans) [HandleResponse] response_received_time: 1387455511
> [Dec 19 13:18:31.623] Server {0x2b0680d91c60} DEBUG: (http_trans) [is_response_valid] No errors in response
> [Dec 19 13:18:31.623] Server {0x2b0680d91c60} DEBUG: (http_seq) [HttpTransact::HandleResponse] Response valid
> [Dec 19 13:18:31.623] Server {0x2b0680d91c60} DEBUG: (http_trans) [handle_response_from_server] (hrfs)
> [Dec 19 13:18:31.623] Server {0x2b0680d91c60} DEBUG: (http_trans) [hrfs] connection alive
> [Dec 19 13:18:31.623] Server {0x2b0680d91c60} DEBUG: (http_trans) [handle_forward_server_connection_open] (hfsco)
> [Dec 19 13:18:31.624] Server {0x2b0680d91c60} DEBUG: (http_seq) [HttpTransact::handle_server_connection_open] 
> [Dec 19 13:18:31.624] Server {0x2b0680d91c60} DEBUG: (http) server info = 127.0.0.1:8083
> [Dec 19 13:18:31.624] Server {0x2b0680d91c60} DEBUG: (http_trans) [hfsco] cache action: CACHE_DO_NO_ACTION
> [Dec 19 13:18:31.624] Server {0x2b0680d91c60} DEBUG: (http_trans) [handle_no_cache_operation_on_forward_server_response] (hncoofsr)
> [Dec 19 13:18:31.624] Server {0x2b0680d91c60} DEBUG: (http_seq) [handle_no_cache_operation_on_forward_server_response]
> [Dec 19 13:18:31.624] Server {0x2b0680d91c60} DEBUG: (http_trans) [hncoofsr] server sent back 200
> [Dec 19 13:18:31.624] Server {0x2b0680d91c60} DEBUG: (http_trans) [hncoofsr] next action will be OS_READ_CACHE_NOOP
> [Dec 19 13:18:31.624] Server {0x2b0680d91c60} DEBUG: (http_age) [calculate_document_age] age_value:              0
> [Dec 19 13:18:31.624] Server {0x2b0680d91c60} DEBUG: (http_age) [calculate_document_age] date_value:             1387455511
> [Dec 19 13:18:31.624] Server {0x2b0680d91c60} DEBUG: (http_age) [calculate_document_age] response_time:          1387455511
> [Dec 19 13:18:31.624] Server {0x2b0680d91c60} DEBUG: (http_age) [calculate_document_age] now:                    1387455511
> [Dec 19 13:18:31.624] Server {0x2b0680d91c60} DEBUG: (http_age) [calculate_document_age] now (fixed):            1387455511
> [Dec 19 13:18:31.624] Server {0x2b0680d91c60} DEBUG: (http_age) [calculate_document_age] apparent_age:           0
> [Dec 19 13:18:31.624] Server {0x2b0680d91c60} DEBUG: (http_age) [calculate_document_age] corrected_received_age: 0
> [Dec 19 13:18:31.624] Server {0x2b0680d91c60} DEBUG: (http_age) [calculate_document_age] response_delay:         0
> [Dec 19 13:18:31.624] Server {0x2b0680d91c60} DEBUG: (http_age) [calculate_document_age] corrected_initial_age:  0
> [Dec 19 13:18:31.624] Server {0x2b0680d91c60} DEBUG: (http_age) [calculate_document_age] resident_time:          0
> [Dec 19 13:18:31.624] Server {0x2b0680d91c60} DEBUG: (http_age) [calculate_document_age] current_age:            0
> [Dec 19 13:18:31.624] Server {0x2b0680d91c60} DEBUG: (http_trans) [handle_content_length_header] RESPONSE cont len in hdr is 1620
> [Dec 19 13:18:31.624] Server {0x2b0680d91c60} DEBUG: (http_trans) [Squid code generation] Hit/Miss: 49, Log: 51, Hier: 50
> [Dec 19 13:18:31.624] Server {0x2b0680d91c60} DEBUG: (http_trans) Adding Server: ATS/4.2.0
> [Dec 19 13:18:31.624] Server {0x2b0680d91c60} DEBUG: (http) [2] State Transition: ORIGIN_SERVER_OPEN -> SERVER_READ
> [Dec 19 13:18:31.624] Server {0x2b0680d91c60} DEBUG: (http_tunnel) [2] adding producer 'http server'
> [Dec 19 13:18:31.624] Server {0x2b0680d91c60} DEBUG: (http_tunnel) [2] adding consumer 'user agent'
> [Dec 19 13:18:31.624] Server {0x2b0680d91c60} DEBUG: (http) [2] perform_cache_write_action CACHE_DO_NO_ACTION
> [Dec 19 13:18:31.624] Server {0x2b0680d91c60} DEBUG: (http_tunnel) tunnel_run started, p_arg is NULL
> [Dec 19 13:18:31.624] Server {0x2b0680d91c60} DEBUG: (http_cs) tcp_init_cwnd_set 0
> [Dec 19 13:18:31.624] Server {0x2b0680d91c60} DEBUG: (http_cs) desired TCP congestion window is 0
> [Dec 19 13:18:31.624] Server {0x2b0680d91c60} DEBUG: (http_tunnel) [2] [tunnel_run] producer already done
> [Dec 19 13:18:31.624] Server {0x2b0680d91c60} DEBUG: (http_tunnel) [2] producer_handler [http server HTTP_TUNNEL_EVENT_PRECOMPLETE]
> [Dec 19 13:18:31.624] Server {0x2b0680d91c60} DEBUG: (http_redirect) [HttpTunnel::producer_handler] enable_redirection: [0 0 0] event: 2302
> [Dec 19 13:18:31.624] Server {0x2b0680d91c60} DEBUG: (http) [2] [&HttpSM::tunnel_handler_server, HTTP_TUNNEL_EVENT_PRECOMPLETE]
> [Dec 19 13:18:31.624] Server {0x2b0680d91c60} DEBUG: (http_ss) [2] session closed
> [Dec 19 13:18:31.624] Server {0x2b0680d91c60} DEBUG: (http_tunnel) [2] consumer_handler [user agent VC_EVENT_WRITE_COMPLETE]
> [Dec 19 13:18:31.624] Server {0x2b0680d91c60} DEBUG: (http) [2] [&HttpSM::tunnel_handler_ua, VC_EVENT_WRITE_COMPLETE]
> [Dec 19 13:18:31.624] Server {0x2b0680d91c60} DEBUG: (http_cs) [2] session closed
> [Dec 19 13:18:31.624] Server {0x2b0680d91c60} DEBUG: (http_cs) [2] session destroy
> [Dec 19 13:18:31.624] Server {0x2b0680d91c60} DEBUG: (http) [2] [HttpSM::main_handler, HTTP_TUNNEL_EVENT_DONE]
> [Dec 19 13:18:31.624] Server {0x2b0680d91c60} DEBUG: (http) [2] [&HttpSM::tunnel_handler, HTTP_TUNNEL_EVENT_DONE]
> [Dec 19 13:18:31.625] Server {0x2b0680d91c60} DEBUG: (http_redirect) [HttpTunnel::deallocate_postdata_copy_buffers]
> [Dec 19 13:18:31.625] Server {0x2b0680d91c60} DEBUG: (http_seq) Skipping cop heartbeat logging & stats due to config
> [Dec 19 13:18:31.625] Server {0x2b0680d91c60} DEBUG: (http) [2] deallocating sm
> [Dec 19 13:18:41.625] Server {0x2b0681541700} DEBUG: (http_seq) [HttpAccept:mainEvent 0x3054630] accepted connection from 127.0.0.1:51704 transport type = 0
> [Dec 19 13:18:41.625] Server {0x2b0681541700} DEBUG: (http_cs) [3] session born, netvc 0x3054630
> [Dec 19 13:18:41.626] Server {0x2b0681541700} DEBUG: (http_cs) [3] Starting transaction 1 using sm [3]
> [Dec 19 13:18:41.626] Server {0x2b0681541700} DEBUG: (http) [3] [HttpSM::main_handler, VC_EVENT_READ_READY]
> [Dec 19 13:18:41.626] Server {0x2b0681541700} DEBUG: (http) [3] [&HttpSM::state_read_client_request_header, VC_EVENT_READ_READY]
> [Dec 19 13:18:41.626] Server {0x2b0681541700} DEBUG: (http) [3] done parsing client request header
> [Dec 19 13:18:41.626] Server {0x2b0681541700} DEBUG: (http_trans) START HttpTransact::ModifyRequest
> [Dec 19 13:18:41.626] Server {0x2b0681541700} DEBUG: (http_trans) [ink_cluster_time] local: 1387455521, highest_delta: 0, cluster: 1387455521
> [Dec 19 13:18:41.626] Server {0x2b0681541700} DEBUG: (http_trans) END HttpTransact::ModifyRequest
> [Dec 19 13:18:41.626] Server {0x2b0681541700} DEBUG: (http_trans) Next action HTTP_API_READ_REQUEST_HDR; HttpTransact::StartRemapRequest
> [Dec 19 13:18:41.626] Server {0x2b0681541700} DEBUG: (http) [3] State Transition: STATE_UNDEFINED -> API_READ_REQUEST_HDR
> [Dec 19 13:18:41.626] Server {0x2b0681541700} DEBUG: (http_trans) START HttpTransact::StartRemapRequest
> [Dec 19 13:18:41.626] Server {0x2b0681541700} DEBUG: (http_trans) Before Remapping:
> [Dec 19 13:18:41.626] Server {0x2b0681541700} DEBUG: (http) HTTP_HEADER 0x2b068516a898: [T: 3, L:   48, OBJFLAGS: 0]  
> [Dec 19 13:18:41.626] Server {0x2b0681541700} DEBUG: (http) [TYPE: REQ, V: 10000, URL: 0x2b068516ab18, METHOD: "GET", METHOD_LEN: 3, FIELDS: 0x2b068516a8c8]
> [Dec 19 13:18:41.626] Server {0x2b0681541700} DEBUG: (http) URL 0x2b068516ab18: [T: 2, L:  112, OBJFLAGS: 0]  
> [Dec 19 13:18:41.626] Server {0x2b0681541700} DEBUG: (http) [URLTYPE: 1, SWKSIDX: 94,
> [Dec 19 13:18:41.627] Server {0x2b0681541700} DEBUG: (http) 	SCHEME: "http", SCHEME_LEN: 4,
> [Dec 19 13:18:41.627] Server {0x2b0681541700} DEBUG: (http) 	USER: "", USER_LEN: 0,
> [Dec 19 13:18:41.627] Server {0x2b0681541700} DEBUG: (http) 	PASSWORD: "", PASSWORD_LEN: 0,
> [Dec 19 13:18:41.627] Server {0x2b0681541700} DEBUG: (http) 	HOST: "127.0.0.1", HOST_LEN: 9,
> [Dec 19 13:18:41.627] Server {0x2b0681541700} DEBUG: (http) 	PORT: "8083", PORT_LEN: 4, PORT_NUM: 8083
> [Dec 19 13:18:41.627] Server {0x2b0681541700} DEBUG: (http) 	PATH: "synthetic.txt", PATH_LEN: 13,
> [Dec 19 13:18:41.627] Server {0x2b0681541700} DEBUG: (http) 	PARAMS: "", PARAMS_LEN: 0,
> [Dec 19 13:18:41.627] Server {0x2b0681541700} DEBUG: (http) 	QUERY: "", QUERY_LEN: 0,
> [Dec 19 13:18:41.628] Server {0x2b0681541700} DEBUG: (http) 	FRAGMENT: "", FRAGMENT_LEN: 0]
> [Dec 19 13:18:41.628] Server {0x2b0681541700} DEBUG: (http) MIME_HEADER 0x2b068516a8c8: [T: 4, L:  592, OBJFLAGS: 0]  
> [Dec 19 13:18:41.628] Server {0x2b0681541700} DEBUG: (http) 
> 	[PBITS: 0x0000000001000000, SLACC: 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF, HEADBLK: 0x2b068516a908, TAILBLK: 0x2b068516a908]
> [Dec 19 13:18:41.628] Server {0x2b0681541700} DEBUG: (http) 	[CBITS: 0x00000000, T_MAXAGE: 0, T_SMAXAGE: 0, T_MAXSTALE: 0, T_MINFRESH: 0, PNO$: 0]
> [Dec 19 13:18:41.628] Server {0x2b0681541700} DEBUG: (http) FIELD_BLOCK 0x2b068516a908: [T: 5, L:  528, OBJFLAGS: 0]  
> [Dec 19 13:18:41.628] Server {0x2b0681541700} DEBUG: (http) [FREETOP: 1, NEXTBLK: (nil)]
> [Dec 19 13:18:41.628] Server {0x2b0681541700} DEBUG: (http) 	SLOT # 0 (0x2b068516a918), LIVE    
> [Dec 19 13:18:41.628] Server {0x2b0681541700} DEBUG: (http) [N: "Host", N_LEN: 4, N_IDX: 30, 
> [Dec 19 13:18:41.628] Server {0x2b0681541700} DEBUG: (http) V: "127.0.0.1:8083", V_LEN: 14, 
> [Dec 19 13:18:41.628] Server {0x2b0681541700} DEBUG: (http) NEXTDUP: (nil), RAW: 0, RAWLEN: 18, F: 1]
> [Dec 19 13:18:41.628] Server {0x2b0681541700} DEBUG: (http) 
> [Dec 19 13:18:41.628] Server {0x2b0681541700} DEBUG: (http_trans) END HttpTransact::StartRemapRequest
> [Dec 19 13:18:41.628] Server {0x2b0681541700} DEBUG: (http_trans) Next action HTTP_API_PRE_REMAP; HttpTransact::PerformRemap
> [Dec 19 13:18:41.628] Server {0x2b0681541700} DEBUG: (http) [3] State Transition: API_READ_REQUEST_HDR -> HTTP_API_PRE_REMAP
> [Dec 19 13:18:41.628] Server {0x2b0681541700} DEBUG: (http_trans) Inside PerformRemap
> [Dec 19 13:18:41.628] Server {0x2b0681541700} DEBUG: (http_trans) Next action HTTP_REMAP_REQUEST; HttpTransact::EndRemapRequest
> [Dec 19 13:18:41.628] Server {0x2b0681541700} DEBUG: (http) [3] State Transition: HTTP_API_PRE_REMAP -> HTTP_REMAP_REQUEST
> [Dec 19 13:18:41.628] Server {0x2b0681541700} DEBUG: (http_seq) [HttpSM::do_remap_request] Remapping request
> [Dec 19 13:18:41.628] Server {0x2b0681541700} DEBUG: (http_trans) START HttpTransact::EndRemapRequest
> [Dec 19 13:18:41.628] Server {0x2b0681541700} DEBUG: (http_trans) EndRemapRequest host is 127.0.0.1
> [Dec 19 13:18:41.628] Server {0x2b0681541700} DEBUG: (http_trans) After Remapping:
> [Dec 19 13:18:41.628] Server {0x2b0681541700} DEBUG: (http) HTTP_HEADER 0x2b068516a898: [T: 3, L:   48, OBJFLAGS: 0]  
> [Dec 19 13:18:41.628] Server {0x2b0681541700} DEBUG: (http) [TYPE: REQ, V: 10000, URL: 0x2b068516ab18, METHOD: "GET", METHOD_LEN: 3, FIELDS: 0x2b068516a8c8]
> [Dec 19 13:18:41.628] Server {0x2b0681541700} DEBUG: (http) URL 0x2b068516ab18: [T: 2, L:  112, OBJFLAGS: 0]  
> [Dec 19 13:18:41.628] Server {0x2b0681541700} DEBUG: (http) [URLTYPE: 1, SWKSIDX: 94,
> [Dec 19 13:18:41.628] Server {0x2b0681541700} DEBUG: (http) 	SCHEME: "http", SCHEME_LEN: 4,
> [Dec 19 13:18:41.628] Server {0x2b0681541700} DEBUG: (http) 	USER: "", USER_LEN: 0,
> [Dec 19 13:18:41.628] Server {0x2b0681541700} DEBUG: (http) 	PASSWORD: "", PASSWORD_LEN: 0,
> [Dec 19 13:18:41.628] Server {0x2b0681541700} DEBUG: (http) 	HOST: "127.0.0.1", HOST_LEN: 9,
> [Dec 19 13:18:41.628] Server {0x2b0681541700} DEBUG: (http) 	PORT: "8083", PORT_LEN: 4, PORT_NUM: 8083
> [Dec 19 13:18:41.629] Server {0x2b0681541700} DEBUG: (http) 	PATH: "synthetic.txt", PATH_LEN: 13,
> [Dec 19 13:18:41.629] Server {0x2b0681541700} DEBUG: (http) 	PARAMS: "", PARAMS_LEN: 0,
> [Dec 19 13:18:41.629] Server {0x2b0681541700} DEBUG: (http) 	QUERY: "", QUERY_LEN: 0,
> [Dec 19 13:18:41.629] Server {0x2b0681541700} DEBUG: (http) 	FRAGMENT: "", FRAGMENT_LEN: 0]
> [Dec 19 13:18:41.629] Server {0x2b0681541700} DEBUG: (http) MIME_HEADER 0x2b068516a8c8: [T: 4, L:  592, OBJFLAGS: 0]  
> [Dec 19 13:18:41.629] Server {0x2b0681541700} DEBUG: (http) 
> 	[PBITS: 0x0000000001000000, SLACC: 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF, HEADBLK: 0x2b068516a908, TAILBLK: 0x2b068516a908]
> [Dec 19 13:18:41.629] Server {0x2b0681541700} DEBUG: (http) 	[CBITS: 0x00000000, T_MAXAGE: 0, T_SMAXAGE: 0, T_MAXSTALE: 0, T_MINFRESH: 0, PNO$: 0]
> [Dec 19 13:18:41.629] Server {0x2b0681541700} DEBUG: (http) FIELD_BLOCK 0x2b068516a908: [T: 5, L:  528, OBJFLAGS: 0]  
> [Dec 19 13:18:41.629] Server {0x2b0681541700} DEBUG: (http) [FREETOP: 1, NEXTBLK: (nil)]
> [Dec 19 13:18:41.629] Server {0x2b0681541700} DEBUG: (http) 	SLOT # 0 (0x2b068516a918), LIVE    
> [Dec 19 13:18:41.629] Server {0x2b0681541700} DEBUG: (http) [N: "Host", N_LEN: 4, N_IDX: 30, 
> [Dec 19 13:18:41.629] Server {0x2b0681541700} DEBUG: (http) V: "127.0.0.1:8083", V_LEN: 14, 
> [Dec 19 13:18:41.629] Server {0x2b0681541700} DEBUG: (http) NEXTDUP: (nil), RAW: 0, RAWLEN: 18, F: 1]
> [Dec 19 13:18:41.629] Server {0x2b0681541700} DEBUG: (http) 
> [Dec 19 13:18:41.629] Server {0x2b0681541700} DEBUG: (http_trans) END HttpTransact::EndRemapRequest
> [Dec 19 13:18:41.629] Server {0x2b0681541700} DEBUG: (http_trans) Next action HTTP_API_POST_REMAP; HttpTransact::HandleRequest
> [Dec 19 13:18:41.629] Server {0x2b0681541700} DEBUG: (http) [3] State Transition: HTTP_REMAP_REQUEST -> HTTP_API_POST_REMAP
> [Dec 19 13:18:41.629] Server {0x2b0681541700} DEBUG: (http_trans) START HttpTransact::HandleRequest
> [Dec 19 13:18:41.629] Server {0x2b0681541700} DEBUG: (http_trans) [is_request_valid]no request header errors
> [Dec 19 13:18:41.629] Server {0x2b0681541700} DEBUG: (http_seq) [HttpTransact::HandleRequest] request valid.
> [Dec 19 13:18:41.629] Server {0x2b0681541700} DEBUG: (http) HTTP_HEADER 0x2b068516a898: [T: 3, L:   48, OBJFLAGS: 0]  
> [Dec 19 13:18:41.629] Server {0x2b0681541700} DEBUG: (http) [TYPE: REQ, V: 10000, URL: 0x2b068516ab18, METHOD: "GET", METHOD_LEN: 3, FIELDS: 0x2b068516a8c8]
> [Dec 19 13:18:41.629] Server {0x2b0681541700} DEBUG: (http) URL 0x2b068516ab18: [T: 2, L:  112, OBJFLAGS: 0]  
> [Dec 19 13:18:41.629] Server {0x2b0681541700} DEBUG: (http) [URLTYPE: 1, SWKSIDX: 94,
> [Dec 19 13:18:41.629] Server {0x2b0681541700} DEBUG: (http) 	SCHEME: "http", SCHEME_LEN: 4,
> [Dec 19 13:18:41.629] Server {0x2b0681541700} DEBUG: (http) 	USER: "", USER_LEN: 0,
> [Dec 19 13:18:41.629] Server {0x2b0681541700} DEBUG: (http) 	PASSWORD: "", PASSWORD_LEN: 0,
> [Dec 19 13:18:41.629] Server {0x2b0681541700} DEBUG: (http) 	HOST: "127.0.0.1", HOST_LEN: 9,
> [Dec 19 13:18:41.629] Server {0x2b0681541700} DEBUG: (http) 	PORT: "8083", PORT_LEN: 4, PORT_NUM: 8083
> [Dec 19 13:18:41.629] Server {0x2b0681541700} DEBUG: (http) 	PATH: "synthetic.txt", PATH_LEN: 13,
> [Dec 19 13:18:41.629] Server {0x2b0681541700} DEBUG: (http) 	PARAMS: "", PARAMS_LEN: 0,
> [Dec 19 13:18:41.629] Server {0x2b0681541700} DEBUG: (http) 	QUERY: "", QUERY_LEN: 0,
> [Dec 19 13:18:41.630] Server {0x2b0681541700} DEBUG: (http) 	FRAGMENT: "", FRAGMENT_LEN: 0]
> [Dec 19 13:18:41.630] Server {0x2b0681541700} DEBUG: (http) MIME_HEADER 0x2b068516a8c8: [T: 4, L:  592, OBJFLAGS: 0]  
> [Dec 19 13:18:41.630] Server {0x2b0681541700} DEBUG: (http) 
> 	[PBITS: 0x0000000001000000, SLACC: 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF, HEADBLK: 0x2b068516a908, TAILBLK: 0x2b068516a908]
> [Dec 19 13:18:41.630] Server {0x2b0681541700} DEBUG: (http) 	[CBITS: 0x00000000, T_MAXAGE: 0, T_SMAXAGE: 0, T_MAXSTALE: 0, T_MINFRESH: 0, PNO$: 0]
> [Dec 19 13:18:41.630] Server {0x2b0681541700} DEBUG: (http) FIELD_BLOCK 0x2b068516a908: [T: 5, L:  528, OBJFLAGS: 0]  
> [Dec 19 13:18:41.630] Server {0x2b0681541700} DEBUG: (http) [FREETOP: 1, NEXTBLK: (nil)]
> [Dec 19 13:18:41.630] Server {0x2b0681541700} DEBUG: (http) 	SLOT # 0 (0x2b068516a918), LIVE    
> [Dec 19 13:18:41.630] Server {0x2b0681541700} DEBUG: (http) [N: "Host", N_LEN: 4, N_IDX: 30, 
> [Dec 19 13:18:41.630] Server {0x2b0681541700} DEBUG: (http) V: "127.0.0.1:8083", V_LEN: 14, 
> [Dec 19 13:18:41.630] Server {0x2b0681541700} DEBUG: (http) NEXTDUP: (nil), RAW: 0, RAWLEN: 18, F: 1]
> [Dec 19 13:18:41.630] Server {0x2b0681541700} DEBUG: (http) 
> [Dec 19 13:18:41.630] Server {0x2b0681541700} DEBUG: (http_trans) [init_stat_vars_from_req] set req cont length to 0
> [Dec 19 13:18:41.630] Server {0x2b0681541700} DEBUG: (http_trans) [DecideCacheLookup] Will NOT do cache lookup.
> [Dec 19 13:18:41.630] Server {0x2b0681541700} DEBUG: (http_seq) [DecideCacheLookup] Will NOT do cache lookup
> [Dec 19 13:18:41.630] Server {0x2b0681541700} DEBUG: (http_trans) Next action HTTP_API_CACHE_LOOKUP_COMPLETE; CallOSDNSLookup
> [Dec 19 13:18:41.630] Server {0x2b0681541700} DEBUG: (http) [3] State Transition: HTTP_API_POST_REMAP -> API_CACHE_LOOKUP_COMPLETE
> [Dec 19 13:18:41.630] Server {0x2b0681541700} DEBUG: (http_trans) Next action DNS_LOOKUP; OSDNSLookup
> [Dec 19 13:18:41.630] Server {0x2b0681541700} DEBUG: (http) [3] State Transition: API_CACHE_LOOKUP_COMPLETE -> DNS_LOOKUP
> [Dec 19 13:18:41.630] Server {0x2b0681541700} DEBUG: (http_seq) [HttpSM::do_hostdb_lookup] Doing DNS Lookup
> [Dec 19 13:18:41.630] Server {0x2b0681541700} DEBUG: (http_trans) [ink_cluster_time] local: 1387455521, highest_delta: 0, cluster: 1387455521
> [Dec 19 13:18:41.630] Server {0x2b0681541700} DEBUG: (http_trans) [HttpTransact::OSDNSLookup] This was attempt 1
> [Dec 19 13:18:41.630] Server {0x2b0681541700} DEBUG: (http_seq) [HttpTransact::OSDNSLookup] DNS Lookup successful
> [Dec 19 13:18:41.630] Server {0x2b0681541700} DEBUG: (http_trans) [OSDNSLookup] DNS lookup for O.S. successful IP: 127.0.0.1
> [Dec 19 13:18:41.630] Server {0x2b0681541700} DEBUG: (http_trans) Next action HttpTransact::HTTP_API_OS_DNS; LookupSkipOpenServer
> [Dec 19 13:18:41.630] Server {0x2b0681541700} DEBUG: (http) [3] State Transition: DNS_LOOKUP -> API_OS_DNS
> [Dec 19 13:18:41.630] Server {0x2b0681541700} DEBUG: (http_trans) client_ip_set = 0
> [Dec 19 13:18:41.630] Server {0x2b0681541700} DEBUG: (http_trans) inserted request header 'Client-ip: 127.0.0.1'
> [Dec 19 13:18:41.630] Server {0x2b0681541700} DEBUG: (http_trans) [add_client_ip_to_outgoing_request] Appended connecting client's (127.0.0.1) to the X-Forwards header
> [Dec 19 13:18:41.631] Server {0x2b0681541700} DEBUG: (http_trans) [build_request] request like cacheable and conditional headers removed
> [Dec 19 13:18:41.631] Server {0x2b0681541700} DEBUG: (http_trans) [ink_cluster_time] local: 1387455521, highest_delta: 0, cluster: 1387455521
> [Dec 19 13:18:41.631] Server {0x2b0681541700} DEBUG: (http_trans) [build_request] request_sent_time: 1387455521
> [Dec 19 13:18:41.631] Server {0x2b0681541700} DEBUG: (http_trans) Next action next; HttpTransact::HandleResponse
> [Dec 19 13:18:41.631] Server {0x2b0681541700} DEBUG: (http) [3] State Transition: API_OS_DNS -> ORIGIN_SERVER_OPEN
> [Dec 19 13:18:41.631] Server {0x2b0681541700} DEBUG: (http_track) entered inside do_http_server_open ][IPv4]
> [Dec 19 13:18:41.631] Server {0x2b0681541700} DEBUG: (http) [3] open connection to 127.0.0.1: 127.0.0.1:8083
> [Dec 19 13:18:41.631] Server {0x2b0681541700} DEBUG: (http_seq) [HttpSM::do_http_server_open] Sending request to server
> [Dec 19 13:18:41.631] Server {0x2b0681541700} DEBUG: (http) calling netProcessor.connect_re
> [Dec 19 13:18:41.631] Server {0x2b0681541700} DEBUG: (http) [3] [HttpSM::main_handler, NET_EVENT_OPEN]
> [Dec 19 13:18:41.631] Server {0x2b0681541700} DEBUG: (http_track) entered inside state_http_server_open
> [Dec 19 13:18:41.631] Server {0x2b0681541700} DEBUG: (http) [3] [&HttpSM::state_http_server_open, NET_EVENT_OPEN]
> [Dec 19 13:18:41.631] Server {0x2b0681541700} DEBUG: (http_ss) [3] session born, netvc 0x3054390
> [Dec 19 13:18:41.631] Server {0x2b0681541700} DEBUG: (http) [3] [HttpSM::main_handler, VC_EVENT_WRITE_COMPLETE]
> [Dec 19 13:18:41.631] Server {0x2b0681541700} DEBUG: (http) [3] [&HttpSM::state_send_server_request_header, VC_EVENT_WRITE_COMPLETE]
> [Dec 19 13:18:41.631] Server {0x2b0681541700} DEBUG: (http) [3] [HttpSM::main_handler, VC_EVENT_READ_READY]
> [Dec 19 13:18:41.632] Server {0x2b0681541700} DEBUG: (http) [3] [&HttpSM::state_read_server_response_header, VC_EVENT_READ_READY]
> [Dec 19 13:18:41.632] Server {0x2b0681541700} DEBUG: (http_seq) Done parsing server response header
> [Dec 19 13:18:41.632] Server {0x2b0681541700} DEBUG: (http_trans) [HttpTransact::HandleResponse]
> [Dec 19 13:18:41.632] Server {0x2b0681541700} DEBUG: (http_seq) [HttpTransact::HandleResponse] Response received
> [Dec 19 13:18:41.632] Server {0x2b0681541700} DEBUG: (http_trans) [ink_cluster_time] local: 1387455521, highest_delta: 0, cluster: 1387455521
> [Dec 19 13:18:41.632] Server {0x2b0681541700} DEBUG: (http_trans) [HandleResponse] response_received_time: 1387455521
> [Dec 19 13:18:41.632] Server {0x2b0681541700} DEBUG: (http_trans) [is_response_valid] No errors in response
> [Dec 19 13:18:41.632] Server {0x2b0681541700} DEBUG: (http_seq) [HttpTransact::HandleResponse] Response valid
> [Dec 19 13:18:41.632] Server {0x2b0681541700} DEBUG: (http_trans) [handle_response_from_server] (hrfs)
> [Dec 19 13:18:41.632] Server {0x2b0681541700} DEBUG: (http_trans) [hrfs] connection alive
> [Dec 19 13:18:41.632] Server {0x2b0681541700} DEBUG: (http_trans) [handle_forward_server_connection_open] (hfsco)
> [Dec 19 13:18:41.632] Server {0x2b0681541700} DEBUG: (http_seq) [HttpTransact::handle_server_connection_open] 
> [Dec 19 13:18:41.632] Server {0x2b0681541700} DEBUG: (http) server info = 127.0.0.1:8083
> [Dec 19 13:18:41.632] Server {0x2b0681541700} DEBUG: (http_trans) [hfsco] cache action: CACHE_DO_NO_ACTION
> [Dec 19 13:18:41.632] Server {0x2b0681541700} DEBUG: (http_trans) [handle_no_cache_operation_on_forward_server_response] (hncoofsr)
> [Dec 19 13:18:41.632] Server {0x2b0681541700} DEBUG: (http_seq) [handle_no_cache_operation_on_forward_server_response]
> [Dec 19 13:18:41.632] Server {0x2b0681541700} DEBUG: (http_trans) [hncoofsr] server sent back 200
> [Dec 19 13:18:41.632] Server {0x2b0681541700} DEBUG: (http_trans) [hncoofsr] next action will be OS_READ_CACHE_NOOP
> [Dec 19 13:18:41.632] Server {0x2b0681541700} DEBUG: (http_age) [calculate_document_age] age_value:              0
> [Dec 19 13:18:41.632] Server {0x2b0681541700} DEBUG: (http_age) [calculate_document_age] date_value:             1387455521
> [Dec 19 13:18:41.632] Server {0x2b0681541700} DEBUG: (http_age) [calculate_document_age] response_time:          1387455521
> [Dec 19 13:18:41.632] Server {0x2b0681541700} DEBUG: (http_age) [calculate_document_age] now:                    1387455521
> [Dec 19 13:18:41.632] Server {0x2b0681541700} DEBUG: (http_age) [calculate_document_age] now (fixed):            1387455521
> [Dec 19 13:18:41.632] Server {0x2b0681541700} DEBUG: (http_age) [calculate_document_age] apparent_age:           0
> [Dec 19 13:18:41.632] Server {0x2b0681541700} DEBUG: (http_age) [calculate_document_age] corrected_received_age: 0
> [Dec 19 13:18:41.632] Server {0x2b0681541700} DEBUG: (http_age) [calculate_document_age] response_delay:         0
> [Dec 19 13:18:41.633] Server {0x2b0681541700} DEBUG: (http_age) [calculate_document_age] corrected_initial_age:  0
> [Dec 19 13:18:41.633] Server {0x2b0681541700} DEBUG: (http_age) [calculate_document_age] resident_time:          0
> [Dec 19 13:18:41.633] Server {0x2b0681541700} DEBUG: (http_age) [calculate_document_age] current_age:            0
> [Dec 19 13:18:41.633] Server {0x2b0681541700} DEBUG: (http_trans) [handle_content_length_header] RESPONSE cont len in hdr is 1620
> [Dec 19 13:18:41.633] Server {0x2b0681541700} DEBUG: (http_trans) [Squid code generation] Hit/Miss: 49, Log: 51, Hier: 50
> [Dec 19 13:18:41.633] Server {0x2b0681541700} DEBUG: (http_trans) Adding Server: ATS/4.2.0
> [Dec 19 13:18:41.633] Server {0x2b0681541700} DEBUG: (http) [3] State Transition: ORIGIN_SERVER_OPEN -> SERVER_READ
> [Dec 19 13:18:41.633] Server {0x2b0681541700} DEBUG: (http_tunnel) [3] adding producer 'http server'
> [Dec 19 13:18:41.633] Server {0x2b0681541700} DEBUG: (http_tunnel) [3] adding consumer 'user agent'
> [Dec 19 13:18:41.633] Server {0x2b0681541700} DEBUG: (http) [3] perform_cache_write_action CACHE_DO_NO_ACTION
> [Dec 19 13:18:41.633] Server {0x2b0681541700} DEBUG: (http_tunnel) tunnel_run started, p_arg is NULL
> [Dec 19 13:18:41.633] Server {0x2b0681541700} DEBUG: (http_cs) tcp_init_cwnd_set 0
> [Dec 19 13:18:41.633] Server {0x2b0681541700} DEBUG: (http_cs) desired TCP congestion window is 0
> [Dec 19 13:18:41.633] Server {0x2b0681541700} DEBUG: (http_tunnel) [3] [tunnel_run] producer already done
> [Dec 19 13:18:41.633] Server {0x2b0681541700} DEBUG: (http_tunnel) [3] producer_handler [http server HTTP_TUNNEL_EVENT_PRECOMPLETE]
> [Dec 19 13:18:41.633] Server {0x2b0681541700} DEBUG: (http_redirect) [HttpTunnel::producer_handler] enable_redirection: [0 0 0] event: 2302
> [Dec 19 13:18:41.633] Server {0x2b0681541700} DEBUG: (http) [3] [&HttpSM::tunnel_handler_server, HTTP_TUNNEL_EVENT_PRECOMPLETE]
> [Dec 19 13:18:41.633] Server {0x2b0681541700} DEBUG: (http_ss) [3] session closed
> [Dec 19 13:18:41.633] Server {0x2b0681541700} DEBUG: (http_tunnel) [3] consumer_handler [user agent VC_EVENT_WRITE_COMPLETE]
> [Dec 19 13:18:41.633] Server {0x2b0681541700} DEBUG: (http) [3] [&HttpSM::tunnel_handler_ua, VC_EVENT_WRITE_COMPLETE]
> [Dec 19 13:18:41.633] Server {0x2b0681541700} DEBUG: (http_cs) [3] session closed
> [Dec 19 13:18:41.633] Server {0x2b0681541700} DEBUG: (http_cs) [3] session destroy
> [Dec 19 13:18:41.633] Server {0x2b0681541700} DEBUG: (http) [3] [HttpSM::main_handler, HTTP_TUNNEL_EVENT_DONE]
> [Dec 19 13:18:41.633] Server {0x2b0681541700} DEBUG: (http) [3] [&HttpSM::tunnel_handler, HTTP_TUNNEL_EVENT_DONE]
> [Dec 19 13:18:41.633] Server {0x2b0681541700} DEBUG: (http_redirect) [HttpTunnel::deallocate_postdata_copy_buffers]
> [Dec 19 13:18:41.633] Server {0x2b0681541700} DEBUG: (http_seq) Skipping cop heartbeat logging & stats due to config
> [Dec 19 13:18:41.634] Server {0x2b0681541700} DEBUG: (http) [3] deallocating sm
> [Dec 19 13:18:51.636] Server {0x2b0681642700} DEBUG: (http_seq) [HttpAccept:mainEvent 0x30548d0] accepted connection from 127.0.0.1:42841 transport type = 0
> [Dec 19 13:18:51.636] Server {0x2b0681642700} DEBUG: (http_cs) [4] session born, netvc 0x30548d0
> [Dec 19 13:18:51.636] Server {0x2b0681642700} DEBUG: (http_cs) [4] Starting transaction 1 using sm [4]
> [Dec 19 13:18:51.636] Server {0x2b0681642700} DEBUG: (http) [4] [HttpSM::main_handler, VC_EVENT_READ_READY]
> [Dec 19 13:18:51.636] Server {0x2b0681642700} DEBUG: (http) [4] [&HttpSM::state_read_client_request_header, VC_EVENT_READ_READY]
> [Dec 19 13:18:51.636] Server {0x2b0681642700} DEBUG: (http) [4] done parsing client request header
> [Dec 19 13:18:51.636] Server {0x2b0681642700} DEBUG: (http_trans) START HttpTransact::ModifyRequest
> [Dec 19 13:18:51.636] Server {0x2b0681642700} DEBUG: (http_trans) [ink_cluster_time] local: 1387455531, highest_delta: 0, cluster: 1387455531
> [Dec 19 13:18:51.636] Server {0x2b0681642700} DEBUG: (http_trans) END HttpTransact::ModifyRequest
> [Dec 19 13:18:51.636] Server {0x2b0681642700} DEBUG: (http_trans) Next action HTTP_API_READ_REQUEST_HDR; HttpTransact::StartRemapRequest
> [Dec 19 13:18:51.636] Server {0x2b0681642700} DEBUG: (http) [4] State Transition: STATE_UNDEFINED -> API_READ_REQUEST_HDR
> [Dec 19 13:18:51.636] Server {0x2b0681642700} DEBUG: (http_trans) START HttpTransact::StartRemapRequest
> [Dec 19 13:18:51.636] Server {0x2b0681642700} DEBUG: (http_trans) Before Remapping:
> [Dec 19 13:18:51.636] Server {0x2b0681642700} DEBUG: (http) HTTP_HEADER 0x2b0685168898: [T: 3, L:   48, OBJFLAGS: 0]  
> [Dec 19 13:18:51.636] Server {0x2b0681642700} DEBUG: (http) [TYPE: REQ, V: 10000, URL: 0x2b0685168b18, METHOD: "GET", METHOD_LEN: 3, FIELDS: 0x2b06851688c8]
> [Dec 19 13:18:51.636] Server {0x2b0681642700} DEBUG: (http) URL 0x2b0685168b18: [T: 2, L:  112, OBJFLAGS: 0]  
> [Dec 19 13:18:51.636] Server {0x2b0681642700} DEBUG: (http) [URLTYPE: 1, SWKSIDX: 94,
> [Dec 19 13:18:51.636] Server {0x2b0681642700} DEBUG: (http) 	SCHEME: "http", SCHEME_LEN: 4,
> [Dec 19 13:18:51.636] Server {0x2b0681642700} DEBUG: (http) 	USER: "", USER_LEN: 0,
> [Dec 19 13:18:51.636] Server {0x2b0681642700} DEBUG: (http) 	PASSWORD: "", PASSWORD_LEN: 0,
> [Dec 19 13:18:51.637] Server {0x2b0681642700} DEBUG: (http) 	HOST: "127.0.0.1", HOST_LEN: 9,
> [Dec 19 13:18:51.637] Server {0x2b0681642700} DEBUG: (http) 	PORT: "8083", PORT_LEN: 4, PORT_NUM: 8083
> [Dec 19 13:18:51.637] Server {0x2b0681642700} DEBUG: (http) 	PATH: "synthetic.txt", PATH_LEN: 13,
> [Dec 19 13:18:51.637] Server {0x2b0681642700} DEBUG: (http) 	PARAMS: "", PARAMS_LEN: 0,
> [Dec 19 13:18:51.637] Server {0x2b0681642700} DEBUG: (http) 	QUERY: "", QUERY_LEN: 0,
> [Dec 19 13:18:51.637] Server {0x2b0681642700} DEBUG: (http) 	FRAGMENT: "", FRAGMENT_LEN: 0]
> [Dec 19 13:18:51.637] Server {0x2b0681642700} DEBUG: (http) MIME_HEADER 0x2b06851688c8: [T: 4, L:  592, OBJFLAGS: 0]  
> [Dec 19 13:18:51.637] Server {0x2b0681642700} DEBUG: (http) 
> 	[PBITS: 0x0000000001000000, SLACC: 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF, HEADBLK: 0x2b0685168908, TAILBLK: 0x2b0685168908]
> [Dec 19 13:18:51.637] Server {0x2b0681642700} DEBUG: (http) 	[CBITS: 0x00000000, T_MAXAGE: 0, T_SMAXAGE: 0, T_MAXSTALE: 0, T_MINFRESH: 0, PNO$: 0]
> [Dec 19 13:18:51.637] Server {0x2b0681642700} DEBUG: (http) FIELD_BLOCK 0x2b0685168908: [T: 5, L:  528, OBJFLAGS: 0]  
> [Dec 19 13:18:51.637] Server {0x2b0681642700} DEBUG: (http) [FREETOP: 1, NEXTBLK: (nil)]
> [Dec 19 13:18:51.637] Server {0x2b0681642700} DEBUG: (http) 	SLOT # 0 (0x2b0685168918), LIVE    
> [Dec 19 13:18:51.637] Server {0x2b0681642700} DEBUG: (http) [N: "Host", N_LEN: 4, N_IDX: 30, 
> [Dec 19 13:18:51.637] Server {0x2b0681642700} DEBUG: (http) V: "127.0.0.1:8083", V_LEN: 14, 
> [Dec 19 13:18:51.637] Server {0x2b0681642700} DEBUG: (http) NEXTDUP: (nil), RAW: 0, RAWLEN: 18, F: 1]
> [Dec 19 13:18:51.637] Server {0x2b0681642700} DEBUG: (http) 
> [Dec 19 13:18:51.637] Server {0x2b0681642700} DEBUG: (http_trans) END HttpTransact::StartRemapRequest
> [Dec 19 13:18:51.637] Server {0x2b0681642700} DEBUG: (http_trans) Next action HTTP_API_PRE_REMAP; HttpTransact::PerformRemap
> [Dec 19 13:18:51.637] Server {0x2b0681642700} DEBUG: (http) [4] State Transition: API_READ_REQUEST_HDR -> HTTP_API_PRE_REMAP
> [Dec 19 13:18:51.637] Server {0x2b0681642700} DEBUG: (http_trans) Inside PerformRemap
> [Dec 19 13:18:51.637] Server {0x2b0681642700} DEBUG: (http_trans) Next action HTTP_REMAP_REQUEST; HttpTransact::EndRemapRequest
> [Dec 19 13:18:51.637] Server {0x2b0681642700} DEBUG: (http) [4] State Transition: HTTP_API_PRE_REMAP -> HTTP_REMAP_REQUEST
> [Dec 19 13:18:51.637] Server {0x2b0681642700} DEBUG: (http_seq) [HttpSM::do_remap_request] Remapping request
> [Dec 19 13:18:51.637] Server {0x2b0681642700} DEBUG: (http_trans) START HttpTransact::EndRemapRequest
> [Dec 19 13:18:51.637] Server {0x2b0681642700} DEBUG: (http_trans) EndRemapRequest host is 127.0.0.1
> [Dec 19 13:18:51.637] Server {0x2b0681642700} DEBUG: (http_trans) After Remapping:
> [Dec 19 13:18:51.637] Server {0x2b0681642700} DEBUG: (http) HTTP_HEADER 0x2b0685168898: [T: 3, L:   48, OBJFLAGS: 0]  
> [Dec 19 13:18:51.637] Server {0x2b0681642700} DEBUG: (http) [TYPE: REQ, V: 10000, URL: 0x2b0685168b18, METHOD: "GET", METHOD_LEN: 3, FIELDS: 0x2b06851688c8]
> [Dec 19 13:18:51.637] Server {0x2b0681642700} DEBUG: (http) URL 0x2b0685168b18: [T: 2, L:  112, OBJFLAGS: 0]  
> [Dec 19 13:18:51.637] Server {0x2b0681642700} DEBUG: (http) [URLTYPE: 1, SWKSIDX: 94,
> [Dec 19 13:18:51.637] Server {0x2b0681642700} DEBUG: (http) 	SCHEME: "http", SCHEME_LEN: 4,
> [Dec 19 13:18:51.637] Server {0x2b0681642700} DEBUG: (http) 	USER: "", USER_LEN: 0,
> [Dec 19 13:18:51.637] Server {0x2b0681642700} DEBUG: (http) 	PASSWORD: "", PASSWORD_LEN: 0,
> [Dec 19 13:18:51.637] Server {0x2b0681642700} DEBUG: (http) 	HOST: "127.0.0.1", HOST_LEN: 9,
> [Dec 19 13:18:51.637] Server {0x2b0681642700} DEBUG: (http) 	PORT: "8083", PORT_LEN: 4, PORT_NUM: 8083
> [Dec 19 13:18:51.637] Server {0x2b0681642700} DEBUG: (http) 	PATH: "synthetic.txt", PATH_LEN: 13,
> [Dec 19 13:18:51.637] Server {0x2b0681642700} DEBUG: (http) 	PARAMS: "", PARAMS_LEN: 0,
> [Dec 19 13:18:51.637] Server {0x2b0681642700} DEBUG: (http) 	QUERY: "", QUERY_LEN: 0,
> [Dec 19 13:18:51.637] Server {0x2b0681642700} DEBUG: (http) 	FRAGMENT: "", FRAGMENT_LEN: 0]
> [Dec 19 13:18:51.637] Server {0x2b0681642700} DEBUG: (http) MIME_HEADER 0x2b06851688c8: [T: 4, L:  592, OBJFLAGS: 0]  
> [Dec 19 13:18:51.637] Server {0x2b0681642700} DEBUG: (http) 
> 	[PBITS: 0x0000000001000000, SLACC: 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF, HEADBLK: 0x2b0685168908, TAILBLK: 0x2b0685168908]
> [Dec 19 13:18:51.637] Server {0x2b0681642700} DEBUG: (http) 	[CBITS: 0x00000000, T_MAXAGE: 0, T_SMAXAGE: 0, T_MAXSTALE: 0, T_MINFRESH: 0, PNO$: 0]
> [Dec 19 13:18:51.637] Server {0x2b0681642700} DEBUG: (http) FIELD_BLOCK 0x2b0685168908: [T: 5, L:  528, OBJFLAGS: 0]  
> [Dec 19 13:18:51.637] Server {0x2b0681642700} DEBUG: (http) [FREETOP: 1, NEXTBLK: (nil)]
> [Dec 19 13:18:51.637] Server {0x2b0681642700} DEBUG: (http) 	SLOT # 0 (0x2b0685168918), LIVE    
> [Dec 19 13:18:51.637] Server {0x2b0681642700} DEBUG: (http) [N: "Host", N_LEN: 4, N_IDX: 30, 
> [Dec 19 13:18:51.637] Server {0x2b0681642700} DEBUG: (http) V: "127.0.0.1:8083", V_LEN: 14, 
> [Dec 19 13:18:51.637] Server {0x2b0681642700} DEBUG: (http) NEXTDUP: (nil), RAW: 0, RAWLEN: 18, F: 1]
> [Dec 19 13:18:51.637] Server {0x2b0681642700} DEBUG: (http) 
> [Dec 19 13:18:51.637] Server {0x2b0681642700} DEBUG: (http_trans) END HttpTransact::EndRemapRequest
> [Dec 19 13:18:51.637] Server {0x2b0681642700} DEBUG: (http_trans) Next action HTTP_API_POST_REMAP; HttpTransact::HandleRequest
> [Dec 19 13:18:51.637] Server {0x2b0681642700} DEBUG: (http) [4] State Transition: HTTP_REMAP_REQUEST -> HTTP_API_POST_REMAP
> [Dec 19 13:18:51.638] Server {0x2b0681642700} DEBUG: (http_trans) START HttpTransact::HandleRequest
> [Dec 19 13:18:51.638] Server {0x2b0681642700} DEBUG: (http_trans) [is_request_valid]no request header errors
> [Dec 19 13:18:51.638] Server {0x2b0681642700} DEBUG: (http_seq) [HttpTransact::HandleRequest] request valid.
> [Dec 19 13:18:51.638] Server {0x2b0681642700} DEBUG: (http) HTTP_HEADER 0x2b0685168898: [T: 3, L:   48, OBJFLAGS: 0]  
> [Dec 19 13:18:51.638] Server {0x2b0681642700} DEBUG: (http) [TYPE: REQ, V: 10000, URL: 0x2b0685168b18, METHOD: "GET", METHOD_LEN: 3, FIELDS: 0x2b06851688c8]
> [Dec 19 13:18:51.638] Server {0x2b0681642700} DEBUG: (http) URL 0x2b0685168b18: [T: 2, L:  112, OBJFLAGS: 0]  
> [Dec 19 13:18:51.638] Server {0x2b0681642700} DEBUG: (http) [URLTYPE: 1, SWKSIDX: 94,
> [Dec 19 13:18:51.638] Server {0x2b0681642700} DEBUG: (http) 	SCHEME: "http", SCHEME_LEN: 4,
> [Dec 19 13:18:51.638] Server {0x2b0681642700} DEBUG: (http) 	USER: "", USER_LEN: 0,
> [Dec 19 13:18:51.638] Server {0x2b0681642700} DEBUG: (http) 	PASSWORD: "", PASSWORD_LEN: 0,
> [Dec 19 13:18:51.638] Server {0x2b0681642700} DEBUG: (http) 	HOST: "127.0.0.1", HOST_LEN: 9,
> [Dec 19 13:18:51.638] Server {0x2b0681642700} DEBUG: (http) 	PORT: "8083", PORT_LEN: 4, PORT_NUM: 8083
> [Dec 19 13:18:51.638] Server {0x2b0681642700} DEBUG: (http) 	PATH: "synthetic.txt", PATH_LEN: 13,
> [Dec 19 13:18:51.638] Server {0x2b0681642700} DEBUG: (http) 	PARAMS: "", PARAMS_LEN: 0,
> [Dec 19 13:18:51.638] Server {0x2b0681642700} DEBUG: (http) 	QUERY: "", QUERY_LEN: 0,
> [Dec 19 13:18:51.638] Server {0x2b0681642700} DEBUG: (http) 	FRAGMENT: "", FRAGMENT_LEN: 0]
> [Dec 19 13:18:51.638] Server {0x2b0681642700} DEBUG: (http) MIME_HEADER 0x2b06851688c8: [T: 4, L:  592, OBJFLAGS: 0]  
> [Dec 19 13:18:51.638] Server {0x2b0681642700} DEBUG: (http) 
> 	[PBITS: 0x0000000001000000, SLACC: 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF, HEADBLK: 0x2b0685168908, TAILBLK: 0x2b0685168908]
> [Dec 19 13:18:51.638] Server {0x2b0681642700} DEBUG: (http) 	[CBITS: 0x00000000, T_MAXAGE: 0, T_SMAXAGE: 0, T_MAXSTALE: 0, T_MINFRESH: 0, PNO$: 0]
> [Dec 19 13:18:51.638] Server {0x2b0681642700} DEBUG: (http) FIELD_BLOCK 0x2b0685168908: [T: 5, L:  528, OBJFLAGS: 0]  
> [Dec 19 13:18:51.638] Server {0x2b0681642700} DEBUG: (http) [FREETOP: 1, NEXTBLK: (nil)]
> [Dec 19 13:18:51.638] Server {0x2b0681642700} DEBUG: (http) 	SLOT # 0 (0x2b0685168918), LIVE    
> [Dec 19 13:18:51.638] Server {0x2b0681642700} DEBUG: (http) [N: "Host", N_LEN: 4, N_IDX: 30, 
> [Dec 19 13:18:51.638] Server {0x2b0681642700} DEBUG: (http) V: "127.0.0.1:8083", V_LEN: 14, 
> [Dec 19 13:18:51.638] Server {0x2b0681642700} DEBUG: (http) NEXTDUP: (nil), RAW: 0, RAWLEN: 18, F: 1]
> [Dec 19 13:18:51.638] Server {0x2b0681642700} DEBUG: (http) 
> [Dec 19 13:18:51.638] Server {0x2b0681642700} DEBUG: (http_trans) [init_stat_vars_from_req] set req cont length to 0
> [Dec 19 13:18:51.638] Server {0x2b0681642700} DEBUG: (http_trans) [DecideCacheLookup] Will NOT do cache lookup.
> [Dec 19 13:18:51.638] Server {0x2b0681642700} DEBUG: (http_seq) [DecideCacheLookup] Will NOT do cache lookup
> [Dec 19 13:18:51.638] Server {0x2b0681642700} DEBUG: (http_trans) Next action HTTP_API_CACHE_LOOKUP_COMPLETE; CallOSDNSLookup
> [Dec 19 13:18:51.638] Server {0x2b0681642700} DEBUG: (http) [4] State Transition: HTTP_API_POST_REMAP -> API_CACHE_LOOKUP_COMPLETE
> [Dec 19 13:18:51.638] Server {0x2b0681642700} DEBUG: (http_trans) Next action DNS_LOOKUP; OSDNSLookup
> [Dec 19 13:18:51.638] Server {0x2b0681642700} DEBUG: (http) [4] State Transition: API_CACHE_LOOKUP_COMPLETE -> DNS_LOOKUP
> [Dec 19 13:18:51.638] Server {0x2b0681642700} DEBUG: (http_seq) [HttpSM::do_hostdb_lookup] Doing DNS Lookup
> [Dec 19 13:18:51.638] Server {0x2b0681642700} DEBUG: (http_trans) [ink_cluster_time] local: 1387455531, highest_delta: 0, cluster: 1387455531
> [Dec 19 13:18:51.638] Server {0x2b0681642700} DEBUG: (http_trans) [HttpTransact::OSDNSLookup] This was attempt 1
> [Dec 19 13:18:51.638] Server {0x2b0681642700} DEBUG: (http_seq) [HttpTransact::OSDNSLookup] DNS Lookup successful
> [Dec 19 13:18:51.638] Server {0x2b0681642700} DEBUG: (http_trans) [OSDNSLookup] DNS lookup for O.S. successful IP: 127.0.0.1
> [Dec 19 13:18:51.638] Server {0x2b0681642700} DEBUG: (http_trans) Next action HttpTransact::HTTP_API_OS_DNS; LookupSkipOpenServer
> [Dec 19 13:18:51.638] Server {0x2b0681642700} DEBUG: (http) [4] State Transition: DNS_LOOKUP -> API_OS_DNS
> [Dec 19 13:18:51.638] Server {0x2b0681642700} DEBUG: (http_trans) client_ip_set = 0
> [Dec 19 13:18:51.638] Server {0x2b0681642700} DEBUG: (http_trans) inserted request header 'Client-ip: 127.0.0.1'
> [Dec 19 13:18:51.638] Server {0x2b0681642700} DEBUG: (http_trans) [add_client_ip_to_outgoing_request] Appended connecting client's (127.0.0.1) to the X-Forwards header
> [Dec 19 13:18:51.639] Server {0x2b0681642700} DEBUG: (http_trans) [build_request] request like cacheable and conditional headers removed
> [Dec 19 13:18:51.639] Server {0x2b0681642700} DEBUG: (http_trans) [ink_cluster_time] local: 1387455531, highest_delta: 0, cluster: 1387455531
> [Dec 19 13:18:51.639] Server {0x2b0681642700} DEBUG: (http_trans) [build_request] request_sent_time: 1387455531
> [Dec 19 13:18:51.639] Server {0x2b0681642700} DEBUG: (http_trans) Next action next; HttpTransact::HandleResponse
> [Dec 19 13:18:51.639] Server {0x2b0681642700} DEBUG: (http) [4] State Transition: API_OS_DNS -> ORIGIN_SERVER_OPEN
> [Dec 19 13:18:51.639] Server {0x2b0681642700} DEBUG: (http_track) entered inside do_http_server_open ][IPv4]
> [Dec 19 13:18:51.639] Server {0x2b0681642700} DEBUG: (http) [4] open connection to 127.0.0.1: 127.0.0.1:8083
> [Dec 19 13:18:51.639] Server {0x2b0681642700} DEBUG: (http_seq) [HttpSM::do_http_server_open] Sending request to server
> [Dec 19 13:18:51.639] Server {0x2b0681642700} DEBUG: (http) calling netProcessor.connect_re
> [Dec 19 13:18:51.639] Server {0x2b0681642700} DEBUG: (http) [4] [HttpSM::main_handler, NET_EVENT_OPEN]
> [Dec 19 13:18:51.639] Server {0x2b0681642700} DEBUG: (http_track) entered inside state_http_server_open
> [Dec 19 13:18:51.639] Server {0x2b0681642700} DEBUG: (http) [4] [&HttpSM::state_http_server_open, NET_EVENT_OPEN]
> [Dec 19 13:18:51.639] Server {0x2b0681642700} DEBUG: (http_ss) [4] session born, netvc 0x30540f0
> [Dec 19 13:18:51.639] Server {0x2b0681642700} DEBUG: (http) [4] [HttpSM::main_handler, VC_EVENT_WRITE_COMPLETE]
> [Dec 19 13:18:51.639] Server {0x2b0681642700} DEBUG: (http) [4] [&HttpSM::state_send_server_request_header, VC_EVENT_WRITE_COMPLETE]
> [Dec 19 13:18:51.639] Server {0x2b0681642700} DEBUG: (http) [4] [HttpSM::main_handler, VC_EVENT_READ_READY]
> [Dec 19 13:18:51.639] Server {0x2b0681642700} DEBUG: (http) [4] [&HttpSM::state_read_server_response_header, VC_EVENT_READ_READY]
> [Dec 19 13:18:51.639] Server {0x2b0681642700} DEBUG: (http_seq) Done parsing server response header
> [Dec 19 13:18:51.639] Server {0x2b0681642700} DEBUG: (http_trans) [HttpTransact::HandleResponse]
> [Dec 19 13:18:51.639] Server {0x2b0681642700} DEBUG: (http_seq) [HttpTransact::HandleResponse] Response received
> [Dec 19 13:18:51.639] Server {0x2b0681642700} DEBUG: (http_trans) [ink_cluster_time] local: 1387455531, highest_delta: 0, cluster: 1387455531
> [Dec 19 13:18:51.639] Server {0x2b0681642700} DEBUG: (http_trans) [HandleResponse] response_received_time: 1387455531
> [Dec 19 13:18:51.640] Server {0x2b0681642700} DEBUG: (http_trans) [is_response_valid] No errors in response
> [Dec 19 13:18:51.640] Server {0x2b0681642700} DEBUG: (http_seq) [HttpTransact::HandleResponse] Response valid
> [Dec 19 13:18:51.640] Server {0x2b0681642700} DEBUG: (http_trans) [handle_response_from_server] (hrfs)
> [Dec 19 13:18:51.640] Server {0x2b0681642700} DEBUG: (http_trans) [hrfs] connection alive
> [Dec 19 13:18:51.640] Server {0x2b0681642700} DEBUG: (http_trans) [handle_forward_server_connection_open] (hfsco)
> [Dec 19 13:18:51.640] Server {0x2b0681642700} DEBUG: (http_seq) [HttpTransact::handle_server_connection_open] 
> [Dec 19 13:18:51.640] Server {0x2b0681642700} DEBUG: (http) server info = 127.0.0.1:8083
> [Dec 19 13:18:51.640] Server {0x2b0681642700} DEBUG: (http_trans) [hfsco] cache action: CACHE_DO_NO_ACTION
> [Dec 19 13:18:51.640] Server {0x2b0681642700} DEBUG: (http_trans) [handle_no_cache_operation_on_forward_server_response] (hncoofsr)
> [Dec 19 13:18:51.640] Server {0x2b0681642700} DEBUG: (http_seq) [handle_no_cache_operation_on_forward_server_response]
> [Dec 19 13:18:51.640] Server {0x2b0681642700} DEBUG: (http_trans) [hncoofsr] server sent back 200
> [Dec 19 13:18:51.640] Server {0x2b0681642700} DEBUG: (http_trans) [hncoofsr] next action will be OS_READ_CACHE_NOOP
> [Dec 19 13:18:51.640] Server {0x2b0681642700} DEBUG: (http_age) [calculate_document_age] age_value:              0
> [Dec 19 13:18:51.640] Server {0x2b0681642700} DEBUG: (http_age) [calculate_document_age] date_value:             1387455531
> [Dec 19 13:18:51.640] Server {0x2b0681642700} DEBUG: (http_age) [calculate_document_age] response_time:          1387455531
> [Dec 19 13:18:51.640] Server {0x2b0681642700} DEBUG: (http_age) [calculate_document_age] now:                    1387455531
> [Dec 19 13:18:51.640] Server {0x2b0681642700} DEBUG: (http_age) [calculate_document_age] now (fixed):            1387455531
> [Dec 19 13:18:51.640] Server {0x2b0681642700} DEBUG: (http_age) [calculate_document_age] apparent_age:           0
> [Dec 19 13:18:51.640] Server {0x2b0681642700} DEBUG: (http_age) [calculate_document_age] corrected_received_age: 0
> [Dec 19 13:18:51.640] Server {0x2b0681642700} DEBUG: (http_age) [calculate_document_age] response_delay:         0
> [Dec 19 13:18:51.640] Server {0x2b0681642700} DEBUG: (http_age) [calculate_document_age] corrected_initial_age:  0
> [Dec 19 13:18:51.640] Server {0x2b0681642700} DEBUG: (http_age) [calculate_document_age] resident_time:          0
> [Dec 19 13:18:51.640] Server {0x2b0681642700} DEBUG: (http_age) [calculate_document_age] current_age:            0
> [Dec 19 13:18:51.640] Server {0x2b0681642700} DEBUG: (http_trans) [handle_content_length_header] RESPONSE cont len in hdr is 1620
> [Dec 19 13:18:51.640] Server {0x2b0681642700} DEBUG: (http_trans) [Squid code generation] Hit/Miss: 49, Log: 51, Hier: 50
> [Dec 19 13:18:51.640] Server {0x2b0681642700} DEBUG: (http_trans) Adding Server: ATS/4.2.0
> [Dec 19 13:18:51.640] Server {0x2b0681642700} DEBUG: (http) [4] State Transition: ORIGIN_SERVER_OPEN -> SERVER_READ
> [Dec 19 13:18:51.640] Server {0x2b0681642700} DEBUG: (http_tunnel) [4] adding producer 'http server'
> [Dec 19 13:18:51.640] Server {0x2b0681642700} DEBUG: (http_tunnel) [4] adding consumer 'user agent'
> [Dec 19 13:18:51.640] Server {0x2b0681642700} DEBUG: (http) [4] perform_cache_write_action CACHE_DO_NO_ACTION
> [Dec 19 13:18:51.640] Server {0x2b0681642700} DEBUG: (http_tunnel) tunnel_run started, p_arg is NULL
> [Dec 19 13:18:51.640] Server {0x2b0681642700} DEBUG: (http_cs) tcp_init_cwnd_set 0
> [Dec 19 13:18:51.640] Server {0x2b0681642700} DEBUG: (http_cs) desired TCP congestion window is 0
> [Dec 19 13:18:51.641] Server {0x2b0681642700} DEBUG: (http_tunnel) [4] [tunnel_run] producer already done
> [Dec 19 13:18:51.641] Server {0x2b0681642700} DEBUG: (http_tunnel) [4] producer_handler [http server HTTP_TUNNEL_EVENT_PRECOMPLETE]
> [Dec 19 13:18:51.641] Server {0x2b0681642700} DEBUG: (http_redirect) [HttpTunnel::producer_handler] enable_redirection: [0 0 0] event: 2302
> [Dec 19 13:18:51.641] Server {0x2b0681642700} DEBUG: (http) [4] [&HttpSM::tunnel_handler_server, HTTP_TUNNEL_EVENT_PRECOMPLETE]
> [Dec 19 13:18:51.641] Server {0x2b0681642700} DEBUG: (http_ss) [4] session closed
> [Dec 19 13:18:51.641] Server {0x2b0681642700} DEBUG: (http_tunnel) [4] consumer_handler [user agent VC_EVENT_WRITE_COMPLETE]
> [Dec 19 13:18:51.641] Server {0x2b0681642700} DEBUG: (http) [4] [&HttpSM::tunnel_handler_ua, VC_EVENT_WRITE_COMPLETE]
> [Dec 19 13:18:51.641] Server {0x2b0681642700} DEBUG: (http_cs) [4] session closed
> [Dec 19 13:18:51.641] Server {0x2b0681642700} DEBUG: (http_cs) [4] session destroy
> [Dec 19 13:18:51.641] Server {0x2b0681642700} DEBUG: (http) [4] [HttpSM::main_handler, HTTP_TUNNEL_EVENT_DONE]
> [Dec 19 13:18:51.641] Server {0x2b0681642700} DEBUG: (http) [4] [&HttpSM::tunnel_handler, HTTP_TUNNEL_EVENT_DONE]
> [Dec 19 13:18:51.641] Server {0x2b0681642700} DEBUG: (http_redirect) [HttpTunnel::deallocate_postdata_copy_buffers]
> [Dec 19 13:18:51.641] Server {0x2b0681642700} DEBUG: (http_seq) Skipping cop heartbeat logging & stats due to config
> [Dec 19 13:18:51.641] Server {0x2b0681642700} DEBUG: (http) [4] deallocating sm
> [Dec 19 13:18:57.866] Server {0x2b0681c29700} DEBUG: (http_seq) [HttpAccept:mainEvent 0x306b0b0] accepted connection from 157.193.39.157:41915 transport type = 3
> [Dec 19 13:18:57.866] Server {0x2b0681c29700} DEBUG: (http_cs) [5] session born, netvc 0x306b0b0
> [Dec 19 13:18:57.866] Server {0x2b0681c29700} DEBUG: (http_cs) [5] Starting transaction 1 using sm [5]
> [Dec 19 13:18:57.867] Server {0x2b0681c29700} DEBUG: (http) [5] [HttpSM::main_handler, VC_EVENT_EOS]
> [Dec 19 13:18:57.868] Server {0x2b0681c29700} DEBUG: (http) [5] [&HttpSM::state_read_client_request_header, VC_EVENT_EOS]
> [Dec 19 13:18:57.868] Server {0x2b0681c29700} DEBUG: (http_cs) [5] session closed
> [Dec 19 13:18:57.868] Server {0x2b0681c29700} DEBUG: (http_cs) [5] session destroy
> [Dec 19 13:18:57.868] Server {0x2b0681c29700} DEBUG: (http_redirect) [HttpTunnel::deallocate_postdata_copy_buffers]
> [Dec 19 13:18:57.868] Server {0x2b0681c29700} DEBUG: (http_seq) [HttpSM::update_stats] Logging transaction
> [Dec 19 13:18:57.868] Server {0x2b0681c29700} DEBUG: (http) [update_stats] Logging system indicates FULL.
> NOTE: Traffic Server received Sig 11: Segmentation fault
> /opt/ats/bin/traffic_server - STACK TRACE: 
> /lib/x86_64-linux-gnu/libpthread.so.0(+0xf030)[0x2b067fc4f030]
> /opt/ats/bin/traffic_server(_Z14mime_mem_printPKciPciPiS2_+0x1d)[0x5c6f4d]
> /opt/ats/bin/traffic_server[0x5cd88b]
> /opt/ats/bin/traffic_server(_ZN7HTTPHdr9url_printEPciPiS1_+0x9a)[0x5bd0ea]
> /opt/ats/bin/traffic_server(_ZN6HttpSM12update_statsEv+0x20c)[0x52d64c]
> /opt/ats/bin/traffic_server(_ZN6HttpSM9kill_thisEv+0x438)[0x535838]
> /opt/ats/bin/traffic_server(_ZN6HttpSM12main_handlerEiPv+0x138)[0x535ad8]
> /opt/ats/bin/traffic_server(_ZN18UnixNetVConnection14readSignalDoneEiP10NetHandler+0x41)[0x68d971]
> /opt/ats/bin/traffic_server(_ZN17SSLNetVConnection11net_read_ioEP10NetHandlerP7EThread+0x12da)[0x67e07a]
> /opt/ats/bin/traffic_server(_ZN10NetHandler12mainNetEventEiP5Event+0x1d4)[0x684ab4]
> /opt/ats/bin/traffic_server(_ZN7EThread7executeEv+0x915)[0x6b3055]
> /opt/ats/bin/traffic_server[0x6b158a]
> /lib/x86_64-linux-gnu/libpthread.so.0(+0x6b50)[0x2b067fc46b50]
> /lib/x86_64-linux-gnu/libc.so.6(clone+0x6d)[0x2b06808daa7d]
> [E. Mgmt] log ==> [TrafficManager] using root directory '/opt/ats'
> [TrafficServer] using root directory '/opt/ats'
> [Dec 19 13:18:59.923] Server {0x2b0443004c60} DEBUG: (http_init) proxy.config.http.redirection_enabled = 1
> [Dec 19 13:18:59.923] Server {0x2b0443004c60} DEBUG: (http_init) proxy.config.http.number_of_redirections = 1
> [Dec 19 13:18:59.923] Server {0x2b0443004c60} DEBUG: (http_init) proxy.config.http.post_copy_size = 20480
> [Dec 19 13:18:59.926] Server {0x2b0443004c60} DEBUG: (dns) ink_dns_init: called with init_called = 0
> [Dec 19 13:18:59.934] Server {0x2b0443004c60} DEBUG: (dns) localhost=avitus
> [Dec 19 13:18:59.934] Server {0x2b0443004c60} DEBUG: (dns) Round-robin nameservers = 0
> [Dec 19 13:18:59.949] Server {0x2b0443004c60} DEBUG: (dns) DNSHandler::startEvent: on thread 0
> [Dec 19 13:18:59.951] Server {0x2b0443004c60} DEBUG: (dns) open_con: opening connection 157.193.43.29:53
> [Dec 19 13:18:59.989] Server {0x2b0443004c60} DEBUG: (dns) random port = 0.0.0.0:41738
> [Dec 19 13:18:59.989] Server {0x2b0443004c60} DEBUG: (dns) opening connection 157.193.43.29:53 SUCCEEDED for 0
> [Dec 19 13:19:01.505] Server {0x2b0443f9d700} DEBUG: (http_seq) [HttpAccept:mainEvent 0x14801e0] accepted connection from 157.193.39.157:41920 transport type = 3
> [Dec 19 13:19:01.505] Server {0x2b0443f9d700} DEBUG: (http_cs) [0] session born, netvc 0x14801e0
> [Dec 19 13:19:01.506] Server {0x2b0443f9d700} DEBUG: (http_cs) [0] Starting transaction 1 using sm [0]
> [Dec 19 13:19:01.506] Server {0x2b0443e9c700} DEBUG: (http_seq) [HttpAccept:mainEvent 0x14804b0] accepted connection from 157.193.39.157:41919 transport type = 3
> [Dec 19 13:19:01.506] Server {0x2b0443e9c700} DEBUG: (http_cs) [1] session born, netvc 0x14804b0
> [Dec 19 13:19:01.506] Server {0x2b0443e9c700} DEBUG: (http_cs) [1] Starting transaction 1 using sm [1]
> [Dec 19 13:19:01.507] Server {0x2b0443f9d700} DEBUG: (http) [0] [HttpSM::main_handler, VC_EVENT_EOS]
> [Dec 19 13:19:01.507] Server {0x2b0443f9d700} DEBUG: (http) [0] [&HttpSM::state_read_client_request_header, VC_EVENT_EOS]
> [Dec 19 13:19:01.507] Server {0x2b0443f9d700} DEBUG: (http_cs) [0] session closed
> [Dec 19 13:19:01.507] Server {0x2b0443f9d700} DEBUG: (http_cs) [0] session destroy
> [Dec 19 13:19:01.507] Server {0x2b0443f9d700} DEBUG: (http_redirect) [HttpTunnel::deallocate_postdata_copy_buffers]
> [Dec 19 13:19:01.507] Server {0x2b0443f9d700} DEBUG: (http_seq) [HttpSM::update_stats] Logging transaction
> [Dec 19 13:19:01.507] Server {0x2b0443f9d700} DEBUG: (http) [update_stats] Logging system indicates FULL.
> NOTE: Traffic Server received Sig 11: Segmentation fault
> /opt/ats/bin/traffic_server - STACK TRACE: 
> /lib/x86_64-linux-gnu/libpthread.so.0(+0xf030)[0x2b0441ec2030]
> /opt/ats/bin/traffic_server(_Z14mime_mem_printPKciPciPiS2_+0x1d)[0x5c6f4d]
> /opt/ats/bin/traffic_server[0x5cd88b]
> /opt/ats/bin/traffic_server(_ZN7HTTPHdr9url_printEPciPiS1_+0x9a)[0x5bd0ea]
> /opt/ats/bin/traffic_server(_ZN6HttpSM12update_statsEv+0x20c)[0x52d64c]
> /opt/ats/bin/traffic_server(_ZN6HttpSM9kill_thisEv+0x438)[0x535838]
> /opt/ats/bin/traffic_server(_ZN6HttpSM12main_handlerEiPv+0x138)[0x535ad8]
> /opt/ats/bin/traffic_server(_ZN18UnixNetVConnection14readSignalDoneEiP10NetHandler+0x41)[0x68d971]
> /opt/ats/bin/traffic_server(_ZN17SSLNetVConnection11net_read_ioEP10NetHandlerP7EThread+0x12da)[0x67e07a]
> /opt/ats/bin/traffic_server(_ZN10NetHandler12mainNetEventEiP5Event+0x1d4)[0x684ab4]
> /opt/ats/bin/traffic_server(_ZN7EThread7executeEv+0x915)[0x6b3055]
> /opt/ats/bin/traffic_server[0x6b158a]
> /lib/x86_64-linux-gnu/libpthread.so.0(+0x6b50)[0x2b0441eb9b50]
> /lib/x86_64-linux-gnu/libc.so.6(clone+0x6d)[0x2b0442b4da7d]
> [TrafficServer] using root directory '/opt/ats'
> [Dec 19 13:19:03.530] Server {0x2aeba729ec60} DEBUG: (http_init) proxy.config.http.redirection_enabled = 1
> [Dec 19 13:19:03.530] Server {0x2aeba729ec60} DEBUG: (http_init) proxy.config.http.number_of_redirections = 1
> [Dec 19 13:19:03.530] Server {0x2aeba729ec60} DEBUG: (http_init) proxy.config.http.post_copy_size = 20480
> [Dec 19 13:19:03.533] Server {0x2aeba729ec60} DEBUG: (dns) ink_dns_init: called with init_called = 0
> [Dec 19 13:19:03.541] Server {0x2aeba729ec60} DEBUG: (dns) localhost=avitus
> [Dec 19 13:19:03.541] Server {0x2aeba729ec60} DEBUG: (dns) Round-robin nameservers = 0
> [Dec 19 13:19:03.555] Server {0x2aeba729ec60} DEBUG: (dns) DNSHandler::startEvent: on thread 0
> [Dec 19 13:19:03.555] Server {0x2aeba729ec60} DEBUG: (dns) open_con: opening connection 157.193.43.29:53
> [Dec 19 13:19:03.555] Server {0x2aeba729ec60} DEBUG: (dns) random port = 0.0.0.0:24879
> [Dec 19 13:19:03.555] Server {0x2aeba729ec60} DEBUG: (dns) opening connection 157.193.43.29:53 SUCCEEDED for 0
> [Dec 19 13:19:03.564] Server {0x2aeba8136700} DEBUG: (http_seq) [HttpAccept:mainEvent 0x28854a0] accepted connection from 157.193.39.157:41921 transport type = 3
> [Dec 19 13:19:03.577] Server {0x2aeba8136700} DEBUG: (http_cs) [0] session born, netvc 0x28854a0
> [Dec 19 13:19:03.578] Server {0x2aeba8136700} DEBUG: (http_cs) [0] Starting transaction 1 using sm [0]
> [Dec 19 13:19:03.578] Server {0x2aeba8136700} DEBUG: (http) [0] [HttpSM::main_handler, VC_EVENT_READ_READY]
> [Dec 19 13:19:03.578] Server {0x2aeba8136700} DEBUG: (http) [0] [&HttpSM::state_read_client_request_header, VC_EVENT_READ_READY]
> [Dec 19 13:19:03.578] Server {0x2aeba8136700} DEBUG: (http) [0] done parsing client request header
> [Dec 19 13:19:03.578] Server {0x2aeba8136700} DEBUG: (http_trans) START HttpTransact::ModifyRequest
> [Dec 19 13:19:03.578] Server {0x2aeba8136700} DEBUG: (http_trans) [ink_cluster_time] local: 1387455543, highest_delta: 0, cluster: 1387455543
> [Dec 19 13:19:03.578] Server {0x2aeba8136700} DEBUG: (http_trans) END HttpTransact::ModifyRequest
> [Dec 19 13:19:03.578] Server {0x2aeba8136700} DEBUG: (http_trans) Next action HTTP_API_READ_REQUEST_HDR; HttpTransact::StartRemapRequest
> [Dec 19 13:19:03.578] Server {0x2aeba8136700} DEBUG: (http) [0] State Transition: STATE_UNDEFINED -> API_READ_REQUEST_HDR
> [Dec 19 13:19:03.578] Server {0x2aeba8136700} DEBUG: (http) [0] calling plugin on hook TS_HTTP_READ_REQUEST_HDR_HOOK at hook 0x2831540
> [Dec 19 13:19:03.578] Server {0x2aeba8136700} DEBUG: (http) [0] [&HttpSM::state_api_callback, HTTP_API_CONTINUE]
> [Dec 19 13:19:03.578] Server {0x2aeba8136700} DEBUG: (http) [0] [&HttpSM::state_api_callout, HTTP_API_CONTINUE]
> [Dec 19 13:19:03.578] Server {0x2aeba8136700} DEBUG: (http_trans) START HttpTransact::StartRemapRequest
> [Dec 19 13:19:03.578] Server {0x2aeba8136700} DEBUG: (http_trans) Before Remapping:
> [Dec 19 13:19:03.578] Server {0x2aeba8136700} DEBUG: (http) HTTP_HEADER 0x2aebab678898: [T: 3, L:   48, OBJFLAGS: 0]  
> [Dec 19 13:19:03.578] Server {0x2aeba8136700} DEBUG: (http) [TYPE: REQ, V: 10001, URL: 0x2aebab678b18, METHOD: "GET", METHOD_LEN: 3, FIELDS: 0x2aebab6788c8]
> [Dec 19 13:19:03.578] Server {0x2aeba8136700} DEBUG: (http) URL 0x2aebab678b18: [T: 2, L:  112, OBJFLAGS: 0]  
> [Dec 19 13:19:03.579] Server {0x2aeba8136700} DEBUG: (http) [URLTYPE: 2, SWKSIDX: 93,
> [Dec 19 13:19:03.579] Server {0x2aeba8136700} DEBUG: (http) 	SCHEME: "https", SCHEME_LEN: 5,
> [Dec 19 13:19:03.579] Server {0x2aeba8136700} DEBUG: (http) 	USER: "", USER_LEN: 0,
> [Dec 19 13:19:03.579] Server {0x2aeba8136700} DEBUG: (http) 	PASSWORD: "", PASSWORD_LEN: 0,
> [Dec 19 13:19:03.579] Server {0x2aeba8136700} DEBUG: (http) 	HOST: "", HOST_LEN: 0,
> [Dec 19 13:19:03.579] Server {0x2aeba8136700} DEBUG: (http) 	PORT: "", PORT_LEN: 0, PORT_NUM: 0
> [Dec 19 13:19:03.579] Server {0x2aeba8136700} DEBUG: (http) 	PATH: "upload.php", PATH_LEN: 10,
> [Dec 19 13:19:03.579] Server {0x2aeba8136700} DEBUG: (http) 	PARAMS: "", PARAMS_LEN: 0,
> [Dec 19 13:19:03.579] Server {0x2aeba8136700} DEBUG: (http) 	QUERY: "", QUERY_LEN: 0,
> [Dec 19 13:19:03.579] Server {0x2aeba8136700} DEBUG: (http) 	FRAGMENT: "", FRAGMENT_LEN: 0]
> [Dec 19 13:19:03.579] Server {0x2aeba8136700} DEBUG: (http) MIME_HEADER 0x2aebab6788c8: [T: 4, L:  592, OBJFLAGS: 0]  
> [Dec 19 13:19:03.579] Server {0x2aeba8136700} DEBUG: (http) 
> 	[PBITS: 0x0008000001080A0D, SLACC: 0xF2FF65F3FF7FFFF1FFFFFFFFFFF4FFFF, HEADBLK: 0x2aebab678908, TAILBLK: 0x2aebab678908]
> [Dec 19 13:19:03.579] Server {0x2aeba8136700} DEBUG: (http) 	[CBITS: 0x00000001, T_MAXAGE: 0, T_SMAXAGE: 0, T_MAXSTALE: 0, T_MINFRESH: 0, PNO$: 0]
> [Dec 19 13:19:03.579] Server {0x2aeba8136700} DEBUG: (http) FIELD_BLOCK 0x2aebab678908: [T: 5, L:  528, OBJFLAGS: 0]  
> [Dec 19 13:19:03.579] Server {0x2aeba8136700} DEBUG: (http) [FREETOP: 8, NEXTBLK: (nil)]
> [Dec 19 13:19:03.579] Server {0x2aeba8136700} DEBUG: (http) 	SLOT # 0 (0x2aebab678918), LIVE    
> [Dec 19 13:19:03.579] Server {0x2aeba8136700} DEBUG: (http) [N: "Host", N_LEN: 4, N_IDX: 30, 
> [Dec 19 13:19:03.579] Server {0x2aeba8136700} DEBUG: (http) V: "qast.oasis.ugent.be", V_LEN: 19, 
> [Dec 19 13:19:03.579] Server {0x2aeba8136700} DEBUG: (http) NEXTDUP: (nil), RAW: 1, RAWLEN: 27, F: 1]
> [Dec 19 13:19:03.579] Server {0x2aeba8136700} DEBUG: (http) 
> [Dec 19 13:19:03.579] Server {0x2aeba8136700} DEBUG: (http) 	SLOT # 1 (0x2aebab678938), LIVE    
> [Dec 19 13:19:03.579] Server {0x2aeba8136700} DEBUG: (http) [N: "Connection", N_LEN: 10, N_IDX: 12, 
> [Dec 19 13:19:03.579] Server {0x2aeba8136700} DEBUG: (http) V: "keep-alive", V_LEN: 10, 
> [Dec 19 13:19:03.579] Server {0x2aeba8136700} DEBUG: (http) NEXTDUP: (nil), RAW: 1, RAWLEN: 24, F: 1]
> [Dec 19 13:19:03.579] Server {0x2aeba8136700} DEBUG: (http) 
> [Dec 19 13:19:03.579] Server {0x2aeba8136700} DEBUG: (http) 	SLOT # 2 (0x2aebab678958), LIVE    
> [Dec 19 13:19:03.579] Server {0x2aeba8136700} DEBUG: (http) [N: "Cache-Control", N_LEN: 13, N_IDX: 10, 
> [Dec 19 13:19:03.579] Server {0x2aeba8136700} DEBUG: (http) V: "max-age=0", V_LEN: 9, 
> [Dec 19 13:19:03.579] Server {0x2aeba8136700} DEBUG: (http) NEXTDUP: (nil), RAW: 1, RAWLEN: 26, F: 3]
> [Dec 19 13:19:03.579] Server {0x2aeba8136700} DEBUG: (http) 
> [Dec 19 13:19:03.579] Server {0x2aeba8136700} DEBUG: (http) 	SLOT # 3 (0x2aebab678978), LIVE    
> [Dec 19 13:19:03.579] Server {0x2aeba8136700} DEBUG: (http) [N: "Accept", N_LEN: 6, N_IDX: 4, 
> [Dec 19 13:19:03.579] Server {0x2aeba8136700} DEBUG: (http) V: "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8", V_LEN: 63, 
> [Dec 19 13:19:03.579] Server {0x2aeba8136700} DEBUG: (http) NEXTDUP: (nil), RAW: 1, RAWLEN: 73, F: 1]
> [Dec 19 13:19:03.579] Server {0x2aeba8136700} DEBUG: (http) 
> [Dec 19 13:19:03.579] Server {0x2aeba8136700} DEBUG: (http) 	SLOT # 4 (0x2aebab678998), LIVE    
> [Dec 19 13:19:03.579] Server {0x2aeba8136700} DEBUG: (http) [N: "User-Agent", N_LEN: 10, N_IDX: 64, 
> [Dec 19 13:19:03.579] Server {0x2aeba8136700} DEBUG: (http) V: "Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/29.0.1547.62 Safari/537.36", V_LEN: 102, 
> [Dec 19 13:19:03.579] Server {0x2aeba8136700} DEBUG: (http) NEXTDUP: (nil), RAW: 1, RAWLEN: 116, F: 1]
> [Dec 19 13:19:03.579] Server {0x2aeba8136700} DEBUG: (http) 
> [Dec 19 13:19:03.579] Server {0x2aeba8136700} DEBUG: (http) 	SLOT # 5 (0x2aebab6789b8), LIVE    
> [Dec 19 13:19:03.579] Server {0x2aeba8136700} DEBUG: (http) [N: "Accept-Encoding", N_LEN: 15, N_IDX: 1, 
> [Dec 19 13:19:03.579] Server {0x2aeba8136700} DEBUG: (http) V: "gzip,deflate,sdch", V_LEN: 17, 
> [Dec 19 13:19:03.579] Server {0x2aeba8136700} DEBUG: (http) NEXTDUP: (nil), RAW: 1, RAWLEN: 36, F: 1]
> [Dec 19 13:19:03.579] Server {0x2aeba8136700} DEBUG: (http) 
> [Dec 19 13:19:03.579] Server {0x2aeba8136700} DEBUG: (http) 	SLOT # 6 (0x2aebab6789d8), LIVE    
> [Dec 19 13:19:03.579] Server {0x2aeba8136700} DEBUG: (http) [N: "Accept-Language", N_LEN: 15, N_IDX: 2, 
> [Dec 19 13:19:03.579] Server {0x2aeba8136700} DEBUG: (http) V: "en-US,en;q=0.8,nl;q=0.6", V_LEN: 23, 
> [Dec 19 13:19:03.579] Server {0x2aeba8136700} DEBUG: (http) NEXTDUP: (nil), RAW: 1, RAWLEN: 42, F: 1]
> [Dec 19 13:19:03.579] Server {0x2aeba8136700} DEBUG: (http) 
> [Dec 19 13:19:03.579] Server {0x2aeba8136700} DEBUG: (http) 	SLOT # 7 (0x2aebab6789f8), LIVE    
> [Dec 19 13:19:03.579] Server {0x2aeba8136700} DEBUG: (http) [N: "Cookie", N_LEN: 6, N_IDX: 22, 
> [Dec 19 13:19:03.579] Server {0x2aeba8136700} DEBUG: (http) V: "__utma=194700969.1508881048.1377589228.1385633807.1386604589.10; __utmc=194700969; __utmz=194700969.1385633807.9.6.utmcsr=google|utmccn=(organic)|utmcmd=organic|utmctr=(not%20provided); _ga=GA1.2.1508881048.1377589228", V_LEN: 217, 
> [Dec 19 13:19:03.579] Server {0x2aeba8136700} DEBUG: (http) NEXTDUP: (nil), RAW: 1, RAWLEN: 227, F: 1]
> [Dec 19 13:19:03.579] Server {0x2aeba8136700} DEBUG: (http) 
> [Dec 19 13:19:03.579] Server {0x2aeba8136700} DEBUG: (http_trans) END HttpTransact::StartRemapRequest
> [Dec 19 13:19:03.579] Server {0x2aeba8136700} DEBUG: (http_trans) Next action HTTP_API_PRE_REMAP; HttpTransact::PerformRemap
> [Dec 19 13:19:03.579] Server {0x2aeba8136700} DEBUG: (http) [0] State Transition: API_READ_REQUEST_HDR -> HTTP_API_PRE_REMAP
> [Dec 19 13:19:03.579] Server {0x2aeba8136700} DEBUG: (http) [0] calling plugin on hook TS_HTTP_PRE_REMAP_HOOK at hook 0x2831520
> [Dec 19 13:19:03.579] Server {0x2aeba8136700} DEBUG: (http) [0] [&HttpSM::state_api_callback, HTTP_API_CONTINUE]
> [Dec 19 13:19:03.579] Server {0x2aeba8136700} DEBUG: (http) [0] [&HttpSM::state_api_callout, HTTP_API_CONTINUE]
> [Dec 19 13:19:03.579] Server {0x2aeba8136700} DEBUG: (http_trans) Inside PerformRemap
> [Dec 19 13:19:03.579] Server {0x2aeba8136700} DEBUG: (http_trans) Next action HTTP_REMAP_REQUEST; HttpTransact::EndRemapRequest
> [Dec 19 13:19:03.579] Server {0x2aeba8136700} DEBUG: (http) [0] State Transition: HTTP_API_PRE_REMAP -> HTTP_REMAP_REQUEST
> [Dec 19 13:19:03.579] Server {0x2aeba8136700} DEBUG: (http_seq) [HttpSM::do_remap_request] Remapping request
> [Dec 19 13:19:03.579] Server {0x2aeba8136700} DEBUG: (http_trans) START HttpTransact::EndRemapRequest
> [Dec 19 13:19:03.579] Server {0x2aeba8136700} DEBUG: (http_trans) EndRemapRequest host is localhost
> [Dec 19 13:19:03.579] Server {0x2aeba8136700} DEBUG: (http_trans) After Remapping:
> [Dec 19 13:19:03.579] Server {0x2aeba8136700} DEBUG: (http) HTTP_HEADER 0x2aebab678898: [T: 3, L:   48, OBJFLAGS: 0]  
> [Dec 19 13:19:03.579] Server {0x2aeba8136700} DEBUG: (http) [TYPE: REQ, V: 10001, URL: 0x2aebab678b18, METHOD: "GET", METHOD_LEN: 3, FIELDS: 0x2aebab6788c8]
> [Dec 19 13:19:03.579] Server {0x2aeba8136700} DEBUG: (http) URL 0x2aebab678b18: [T: 2, L:  112, OBJFLAGS: 0]  
> [Dec 19 13:19:03.579] Server {0x2aeba8136700} DEBUG: (http) [URLTYPE: 2, SWKSIDX: 93,
> [Dec 19 13:19:03.579] Server {0x2aeba8136700} DEBUG: (http) 	SCHEME: "https", SCHEME_LEN: 5,
> [Dec 19 13:19:03.579] Server {0x2aeba8136700} DEBUG: (http) 	USER: "", USER_LEN: 0,
> [Dec 19 13:19:03.579] Server {0x2aeba8136700} DEBUG: (http) 	PASSWORD: "", PASSWORD_LEN: 0,
> [Dec 19 13:19:03.579] Server {0x2aeba8136700} DEBUG: (http) 	HOST: "localhost", HOST_LEN: 9,
> [Dec 19 13:19:03.579] Server {0x2aeba8136700} DEBUG: (http) 	PORT: "8899", PORT_LEN: 4, PORT_NUM: 8899
> [Dec 19 13:19:03.579] Server {0x2aeba8136700} DEBUG: (http) 	PATH: "upload.php", PATH_LEN: 10,
> [Dec 19 13:19:03.579] Server {0x2aeba8136700} DEBUG: (http) 	PARAMS: "", PARAMS_LEN: 0,
> [Dec 19 13:19:03.579] Server {0x2aeba8136700} DEBUG: (http) 	QUERY: "", QUERY_LEN: 0,
> [Dec 19 13:19:03.579] Server {0x2aeba8136700} DEBUG: (http) 	FRAGMENT: "", FRAGMENT_LEN: 0]
> [Dec 19 13:19:03.579] Server {0x2aeba8136700} DEBUG: (http) MIME_HEADER 0x2aebab6788c8: [T: 4, L:  592, OBJFLAGS: 0]  
> [Dec 19 13:19:03.579] Server {0x2aeba8136700} DEBUG: (http) 
> 	[PBITS: 0x0008000001080A0D, SLACC: 0xF2FF65F3FF7FFFF1FFFFFFFFFFF4FFFF, HEADBLK: 0x2aebab678908, TAILBLK: 0x2aebab678908]
> [Dec 19 13:19:03.579] Server {0x2aeba8136700} DEBUG: (http) 	[CBITS: 0x00000001, T_MAXAGE: 0, T_SMAXAGE: 0, T_MAXSTALE: 0, T_MINFRESH: 0, PNO$: 0]
> [Dec 19 13:19:03.579] Server {0x2aeba8136700} DEBUG: (http) FIELD_BLOCK 0x2aebab678908: [T: 5, L:  528, OBJFLAGS: 0]  
> [Dec 19 13:19:03.579] Server {0x2aeba8136700} DEBUG: (http) [FREETOP: 8, NEXTBLK: (nil)]
> [Dec 19 13:19:03.579] Server {0x2aeba8136700} DEBUG: (http) 	SLOT # 0 (0x2aebab678918), LIVE    
> [Dec 19 13:19:03.579] Server {0x2aeba8136700} DEBUG: (http) [N: "Host", N_LEN: 4, N_IDX: 30, 
> [Dec 19 13:19:03.579] Server {0x2aeba8136700} DEBUG: (http) V: "qast.oasis.ugent.be", V_LEN: 19, 
> [Dec 19 13:19:03.579] Server {0x2aeba8136700} DEBUG: (http) NEXTDUP: (nil), RAW: 1, RAWLEN: 27, F: 1]
> [Dec 19 13:19:03.579] Server {0x2aeba8136700} DEBUG: (http) 
> [Dec 19 13:19:03.579] Server {0x2aeba8136700} DEBUG: (http) 	SLOT # 1 (0x2aebab678938), LIVE    
> [Dec 19 13:19:03.579] Server {0x2aeba8136700} DEBUG: (http) [N: "Connection", N_LEN: 10, N_IDX: 12, 
> [Dec 19 13:19:03.579] Server {0x2aeba8136700} DEBUG: (http) V: "keep-alive", V_LEN: 10, 
> [Dec 19 13:19:03.579] Server {0x2aeba8136700} DEBUG: (http) NEXTDUP: (nil), RAW: 1, RAWLEN: 24, F: 1]
> [Dec 19 13:19:03.579] Server {0x2aeba8136700} DEBUG: (http) 
> [Dec 19 13:19:03.579] Server {0x2aeba8136700} DEBUG: (http) 	SLOT # 2 (0x2aebab678958), LIVE    
> [Dec 19 13:19:03.579] Server {0x2aeba8136700} DEBUG: (http) [N: "Cache-Control", N_LEN: 13, N_IDX: 10, 
> [Dec 19 13:19:03.579] Server {0x2aeba8136700} DEBUG: (http) V: "max-age=0", V_LEN: 9, 
> [Dec 19 13:19:03.579] Server {0x2aeba8136700} DEBUG: (http) NEXTDUP: (nil), RAW: 1, RAWLEN: 26, F: 3]
> [Dec 19 13:19:03.579] Server {0x2aeba8136700} DEBUG: (http) 
> [Dec 19 13:19:03.579] Server {0x2aeba8136700} DEBUG: (http) 	SLOT # 3 (0x2aebab678978), LIVE    
> [Dec 19 13:19:03.579] Server {0x2aeba8136700} DEBUG: (http) [N: "Accept", N_LEN: 6, N_IDX: 4, 
> [Dec 19 13:19:03.579] Server {0x2aeba8136700} DEBUG: (http) V: "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8", V_LEN: 63, 
> [Dec 19 13:19:03.579] Server {0x2aeba8136700} DEBUG: (http) NEXTDUP: (nil), RAW: 1, RAWLEN: 73, F: 1]
> [Dec 19 13:19:03.579] Server {0x2aeba8136700} DEBUG: (http) 
> [Dec 19 13:19:03.579] Server {0x2aeba8136700} DEBUG: (http) 	SLOT # 4 (0x2aebab678998), LIVE    
> [Dec 19 13:19:03.579] Server {0x2aeba8136700} DEBUG: (http) [N: "User-Agent", N_LEN: 10, N_IDX: 64, 
> [Dec 19 13:19:03.579] Server {0x2aeba8136700} DEBUG: (http) V: "Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/29.0.1547.62 Safari/537.36", V_LEN: 102, 
> [Dec 19 13:19:03.579] Server {0x2aeba8136700} DEBUG: (http) NEXTDUP: (nil), RAW: 1, RAWLEN: 116, F: 1]
> [Dec 19 13:19:03.579] Server {0x2aeba8136700} DEBUG: (http) 
> [Dec 19 13:19:03.579] Server {0x2aeba8136700} DEBUG: (http) 	SLOT # 5 (0x2aebab6789b8), LIVE    
> [Dec 19 13:19:03.579] Server {0x2aeba8136700} DEBUG: (http) [N: "Accept-Encoding", N_LEN: 15, N_IDX: 1, 
> [Dec 19 13:19:03.579] Server {0x2aeba8136700} DEBUG: (http) V: "gzip,deflate,sdch", V_LEN: 17, 
> [Dec 19 13:19:03.579] Server {0x2aeba8136700} DEBUG: (http) NEXTDUP: (nil), RAW: 1, RAWLEN: 36, F: 1]
> [Dec 19 13:19:03.579] Server {0x2aeba8136700} DEBUG: (http) 
> [Dec 19 13:19:03.579] Server {0x2aeba8136700} DEBUG: (http) 	SLOT # 6 (0x2aebab6789d8), LIVE    
> [Dec 19 13:19:03.579] Server {0x2aeba8136700} DEBUG: (http) [N: "Accept-Language", N_LEN: 15, N_IDX: 2, 
> [Dec 19 13:19:03.579] Server {0x2aeba8136700} DEBUG: (http) V: "en-US,en;q=0.8,nl;q=0.6", V_LEN: 23, 
> [Dec 19 13:19:03.579] Server {0x2aeba8136700} DEBUG: (http) NEXTDUP: (nil), RAW: 1, RAWLEN: 42, F: 1]
> [Dec 19 13:19:03.579] Server {0x2aeba8136700} DEBUG: (http) 
> [Dec 19 13:19:03.579] Server {0x2aeba8136700} DEBUG: (http) 	SLOT # 7 (0x2aebab6789f8), LIVE    
> [Dec 19 13:19:03.579] Server {0x2aeba8136700} DEBUG: (http) [N: "Cookie", N_LEN: 6, N_IDX: 22, 
> [Dec 19 13:19:03.579] Server {0x2aeba8136700} DEBUG: (http) V: "__utma=194700969.1508881048.1377589228.1385633807.1386604589.10; __utmc=194700969; __utmz=194700969.1385633807.9.6.utmcsr=google|utmccn=(organic)|utmcmd=organic|utmctr=(not%20provided); _ga=GA1.2.1508881048.1377589228", V_LEN: 217, 
> [Dec 19 13:19:03.579] Server {0x2aeba8136700} DEBUG: (http) NEXTDUP: (nil), RAW: 1, RAWLEN: 227, F: 1]
> [Dec 19 13:19:03.580] Server {0x2aeba8136700} DEBUG: (http) 
> [Dec 19 13:19:03.580] Server {0x2aeba8136700} DEBUG: (http_trans) END HttpTransact::EndRemapRequest
> [Dec 19 13:19:03.580] Server {0x2aeba8136700} DEBUG: (http_trans) Next action HTTP_API_POST_REMAP; HttpTransact::HandleRequest
> [Dec 19 13:19:03.580] Server {0x2aeba8136700} DEBUG: (http) [0] State Transition: HTTP_REMAP_REQUEST -> HTTP_API_POST_REMAP
> [Dec 19 13:19:03.580] Server {0x2aeba8136700} DEBUG: (http_trans) START HttpTransact::HandleRequest
> [Dec 19 13:19:03.580] Server {0x2aeba8136700} DEBUG: (http_trans) [is_request_valid]no request header errors
> [Dec 19 13:19:03.580] Server {0x2aeba8136700} DEBUG: (http_seq) [HttpTransact::HandleRequest] request valid.
> [Dec 19 13:19:03.580] Server {0x2aeba8136700} DEBUG: (http) HTTP_HEADER 0x2aebab678898: [T: 3, L:   48, OBJFLAGS: 0]  
> [Dec 19 13:19:03.580] Server {0x2aeba8136700} DEBUG: (http) [TYPE: REQ, V: 10001, URL: 0x2aebab678b18, METHOD: "GET", METHOD_LEN: 3, FIELDS: 0x2aebab6788c8]
> [Dec 19 13:19:03.580] Server {0x2aeba8136700} DEBUG: (http) URL 0x2aebab678b18: [T: 2, L:  112, OBJFLAGS: 0]  
> [Dec 19 13:19:03.580] Server {0x2aeba8136700} DEBUG: (http) [URLTYPE: 2, SWKSIDX: 93,
> [Dec 19 13:19:03.580] Server {0x2aeba8136700} DEBUG: (http) 	SCHEME: "https", SCHEME_LEN: 5,
> [Dec 19 13:19:03.580] Server {0x2aeba8136700} DEBUG: (http) 	USER: "", USER_LEN: 0,
> [Dec 19 13:19:03.580] Server {0x2aeba8136700} DEBUG: (http) 	PASSWORD: "", PASSWORD_LEN: 0,
> [Dec 19 13:19:03.580] Server {0x2aeba8136700} DEBUG: (http) 	HOST: "localhost", HOST_LEN: 9,
> [Dec 19 13:19:03.580] Server {0x2aeba8136700} DEBUG: (http) 	PORT: "8899", PORT_LEN: 4, PORT_NUM: 8899
> [Dec 19 13:19:03.580] Server {0x2aeba8136700} DEBUG: (http) 	PATH: "upload.php", PATH_LEN: 10,
> [Dec 19 13:19:03.580] Server {0x2aeba8136700} DEBUG: (http) 	PARAMS: "", PARAMS_LEN: 0,
> [Dec 19 13:19:03.580] Server {0x2aeba8136700} DEBUG: (http) 	QUERY: "", QUERY_LEN: 0,
> [Dec 19 13:19:03.580] Server {0x2aeba8136700} DEBUG: (http) 	FRAGMENT: "", FRAGMENT_LEN: 0]
> [Dec 19 13:19:03.580] Server {0x2aeba8136700} DEBUG: (http) MIME_HEADER 0x2aebab6788c8: [T: 4, L:  592, OBJFLAGS: 0]  
> [Dec 19 13:19:03.580] Server {0x2aeba8136700} DEBUG: (http) 
> 	[PBITS: 0x0008000001080A0D, SLACC: 0xF2FF65F3FF7FFFF1FFFFFFFFFFF4FFFF, HEADBLK: 0x2aebab678908, TAILBLK: 0x2aebab678908]
> [Dec 19 13:19:03.580] Server {0x2aeba8136700} DEBUG: (http) 	[CBITS: 0x00000001, T_MAXAGE: 0, T_SMAXAGE: 0, T_MAXSTALE: 0, T_MINFRESH: 0, PNO$: 0]
> [Dec 19 13:19:03.580] Server {0x2aeba8136700} DEBUG: (http) FIELD_BLOCK 0x2aebab678908: [T: 5, L:  528, OBJFLAGS: 0]  
> [Dec 19 13:19:03.580] Server {0x2aeba8136700} DEBUG: (http) [FREETOP: 8, NEXTBLK: (nil)]
> [Dec 19 13:19:03.580] Server {0x2aeba8136700} DEBUG: (http) 	SLOT # 0 (0x2aebab678918), LIVE    
> [Dec 19 13:19:03.580] Server {0x2aeba8136700} DEBUG: (http) [N: "Host", N_LEN: 4, N_IDX: 30, 
> [Dec 19 13:19:03.580] Server {0x2aeba8136700} DEBUG: (http) V: "qast.oasis.ugent.be", V_LEN: 19, 
> [Dec 19 13:19:03.580] Server {0x2aeba8136700} DEBUG: (http) NEXTDUP: (nil), RAW: 1, RAWLEN: 27, F: 1]
> [Dec 19 13:19:03.580] Server {0x2aeba8136700} DEBUG: (http) 
> [Dec 19 13:19:03.580] Server {0x2aeba8136700} DEBUG: (http) 	SLOT # 1 (0x2aebab678938), LIVE    
> [Dec 19 13:19:03.580] Server {0x2aeba8136700} DEBUG: (http) [N: "Connection", N_LEN: 10, N_IDX: 12, 
> [Dec 19 13:19:03.580] Server {0x2aeba8136700} DEBUG: (http) V: "keep-alive", V_LEN: 10, 
> [Dec 19 13:19:03.580] Server {0x2aeba8136700} DEBUG: (http) NEXTDUP: (nil), RAW: 1, RAWLEN: 24, F: 1]
> [Dec 19 13:19:03.580] Server {0x2aeba8136700} DEBUG: (http) 
> [Dec 19 13:19:03.580] Server {0x2aeba8136700} DEBUG: (http) 	SLOT # 2 (0x2aebab678958), LIVE    
> [Dec 19 13:19:03.580] Server {0x2aeba8136700} DEBUG: (http) [N: "Cache-Control", N_LEN: 13, N_IDX: 10, 
> [Dec 19 13:19:03.580] Server {0x2aeba8136700} DEBUG: (http) V: "max-age=0", V_LEN: 9, 
> [Dec 19 13:19:03.580] Server {0x2aeba8136700} DEBUG: (http) NEXTDUP: (nil), RAW: 1, RAWLEN: 26, F: 3]
> [Dec 19 13:19:03.580] Server {0x2aeba8136700} DEBUG: (http) 
> [Dec 19 13:19:03.580] Server {0x2aeba8136700} DEBUG: (http) 	SLOT # 3 (0x2aebab678978), LIVE    
> [Dec 19 13:19:03.580] Server {0x2aeba8136700} DEBUG: (http) [N: "Accept", N_LEN: 6, N_IDX: 4, 
> [Dec 19 13:19:03.580] Server {0x2aeba8136700} DEBUG: (http) V: "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8", V_LEN: 63, 
> [Dec 19 13:19:03.580] Server {0x2aeba8136700} DEBUG: (http) NEXTDUP: (nil), RAW: 1, RAWLEN: 73, F: 1]
> [Dec 19 13:19:03.580] Server {0x2aeba8136700} DEBUG: (http) 
> [Dec 19 13:19:03.580] Server {0x2aeba8136700} DEBUG: (http) 	SLOT # 4 (0x2aebab678998), LIVE    
> [Dec 19 13:19:03.580] Server {0x2aeba8136700} DEBUG: (http) [N: "User-Agent", N_LEN: 10, N_IDX: 64, 
> [Dec 19 13:19:03.580] Server {0x2aeba8136700} DEBUG: (http) V: "Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/29.0.1547.62 Safari/537.36", V_LEN: 102, 
> [Dec 19 13:19:03.580] Server {0x2aeba8136700} DEBUG: (http) NEXTDUP: (nil), RAW: 1, RAWLEN: 116, F: 1]
> [Dec 19 13:19:03.580] Server {0x2aeba8136700} DEBUG: (http) 
> [Dec 19 13:19:03.580] Server {0x2aeba8136700} DEBUG: (http) 	SLOT # 5 (0x2aebab6789b8), LIVE    
> [Dec 19 13:19:03.580] Server {0x2aeba8136700} DEBUG: (http) [N: "Accept-Encoding", N_LEN: 15, N_IDX: 1, 
> [Dec 19 13:19:03.580] Server {0x2aeba8136700} DEBUG: (http) V: "gzip,deflate,sdch", V_LEN: 17, 
> [Dec 19 13:19:03.580] Server {0x2aeba8136700} DEBUG: (http) NEXTDUP: (nil), RAW: 1, RAWLEN: 36, F: 1]
> [Dec 19 13:19:03.580] Server {0x2aeba8136700} DEBUG: (http) 
> [Dec 19 13:19:03.580] Server {0x2aeba8136700} DEBUG: (http) 	SLOT # 6 (0x2aebab6789d8), LIVE    
> [Dec 19 13:19:03.580] Server {0x2aeba8136700} DEBUG: (http) [N: "Accept-Language", N_LEN: 15, N_IDX: 2, 
> [Dec 19 13:19:03.580] Server {0x2aeba8136700} DEBUG: (http) V: "en-US,en;q=0.8,nl;q=0.6", V_LEN: 23, 
> [Dec 19 13:19:03.580] Server {0x2aeba8136700} DEBUG: (http) NEXTDUP: (nil), RAW: 1, RAWLEN: 42, F: 1]
> [Dec 19 13:19:03.580] Server {0x2aeba8136700} DEBUG: (http) 
> [Dec 19 13:19:03.580] Server {0x2aeba8136700} DEBUG: (http) 	SLOT # 7 (0x2aebab6789f8), LIVE    
> [Dec 19 13:19:03.580] Server {0x2aeba8136700} DEBUG: (http) [N: "Cookie", N_LEN: 6, N_IDX: 22, 
> [Dec 19 13:19:03.580] Server {0x2aeba8136700} DEBUG: (http) V: "__utma=194700969.1508881048.1377589228.1385633807.1386604589.10; __utmc=194700969; __utmz=194700969.1385633807.9.6.utmcsr=google|utmccn=(organic)|utmcmd=organic|utmctr=(not%20provided); _ga=GA1.2.1508881048.1377589228", V_LEN: 217, 
> [Dec 19 13:19:03.580] Server {0x2aeba8136700} DEBUG: (http) NEXTDUP: (nil), RAW: 1, RAWLEN: 227, F: 1]
> [Dec 19 13:19:03.580] Server {0x2aeba8136700} DEBUG: (http) 
> [Dec 19 13:19:03.580] Server {0x2aeba8136700} DEBUG: (http_trans) [init_stat_vars_from_req] set req cont length to 0
> +++++++++ Incoming Request +++++++++
> -- State Machine Id: 0
> GET https://localhost:8899/upload.php HTTP/1.1
> Host: qast.oasis.ugent.be
> Connection: keep-alive
> Cache-Control: max-age=0
> Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
> User-Agent: Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/29.0.1547.62 Safari/537.36
> Accept-Encoding: gzip,deflate,sdch
> Accept-Language: en-US,en;q=0.8,nl;q=0.6
> Cookie: __utma=194700969.1508881048.1377589228.1385633807.1386604589.10; __utmc=194700969; __utmz=194700969.1385633807.9.6.utmcsr=google|utmccn=(organic)|utmcmd=organic|utmctr=(not%20provided); _ga=GA1.2.1508881048.1377589228
> [Dec 19 13:19:03.580] Server {0x2aeba8136700} DEBUG: (http_trans) [DecideCacheLookup] Will do cache lookup.
> [Dec 19 13:19:03.580] Server {0x2aeba8136700} DEBUG: (http_seq) [DecideCacheLookup] Will do cache lookup
> [Dec 19 13:19:03.580] Server {0x2aeba8136700} DEBUG: (http_trans) Next action CACHE_LOOKUP; NULL
> [Dec 19 13:19:03.580] Server {0x2aeba8136700} DEBUG: (http) [0] State Transition: HTTP_API_POST_REMAP -> CACHE_LOOKUP
> [Dec 19 13:19:03.580] Server {0x2aeba8136700} DEBUG: (http_seq) [HttpSM::do_cache_lookup_and_read] [0] Issuing cache lookup for URL https://qast.oasis.ugent.be/upload.php
> [Dec 19 13:19:03.580] Server {0x2aeba8136700} DEBUG: (http_cache) [0] [&HttpCacheSM::state_cache_open_read, CACHE_EVENT_OPEN_READ_FAILED]
> [Dec 19 13:19:03.580] Server {0x2aeba8136700} DEBUG: (http) [0] [HttpSM::main_handler, CACHE_EVENT_OPEN_READ_FAILED]
> [Dec 19 13:19:03.580] Server {0x2aeba8136700} DEBUG: (http) [0] [&HttpSM::state_cache_open_read, CACHE_EVENT_OPEN_READ_FAILED]
> [Dec 19 13:19:03.580] Server {0x2aeba8136700} DEBUG: (http) [0] cache_open_read - CACHE_EVENT_OPEN_READ_FAILED
> [Dec 19 13:19:03.580] Server {0x2aeba8136700} DEBUG: (http) [state_cache_open_read] open read failed.
> [Dec 19 13:19:03.580] Server {0x2aeba8136700} DEBUG: (http_trans) [HttpTransact::HandleCacheOpenRead]
> [Dec 19 13:19:03.580] Server {0x2aeba8136700} DEBUG: (http_trans) CacheOpenRead -- miss
> [Dec 19 13:19:03.580] Server {0x2aeba8136700} DEBUG: (http_trans) Next action DNS_LOOKUP; OSDNSLookup
> [Dec 19 13:19:03.580] Server {0x2aeba8136700} DEBUG: (http) [0] State Transition: CACHE_LOOKUP -> DNS_LOOKUP
> [Dec 19 13:19:03.580] Server {0x2aeba8136700} DEBUG: (http_seq) [HttpSM::do_hostdb_lookup] Doing DNS Lookup
> [Dec 19 13:19:03.580] Server {0x2aeba8136700} DEBUG: (http_trans) [ink_cluster_time] local: 1387455543, highest_delta: 0, cluster: 1387455543
> [Dec 19 13:19:03.580] Server {0x2aeba8136700} DEBUG: (http_trans) [HttpTransact::OSDNSLookup] This was attempt 1
> [Dec 19 13:19:03.580] Server {0x2aeba8136700} DEBUG: (http_seq) [HttpTransact::OSDNSLookup] DNS Lookup successful
> [Dec 19 13:19:03.580] Server {0x2aeba8136700} DEBUG: (http_trans) [OSDNSLookup] DNS lookup for O.S. successful IP: 127.0.0.1
> [Dec 19 13:19:03.580] Server {0x2aeba8136700} DEBUG: (http_trans) Next action HttpTransact::HTTP_API_OS_DNS; HandleCacheOpenReadMiss
> [Dec 19 13:19:03.580] Server {0x2aeba8136700} DEBUG: (http) [0] State Transition: DNS_LOOKUP -> API_OS_DNS
> [Dec 19 13:19:03.580] Server {0x2aeba8136700} DEBUG: (http_trans) [HandleCacheOpenReadMiss] --- MISS
> [Dec 19 13:19:03.580] Server {0x2aeba8136700} DEBUG: (http_seq) [HttpTransact::HandleCacheOpenReadMiss] Miss in cache
> [Dec 19 13:19:03.580] Server {0x2aeba8136700} DEBUG: (http_trans) client_ip_set = 0
> [Dec 19 13:19:03.580] Server {0x2aeba8136700} DEBUG: (http_trans) inserted request header 'Client-ip: 157.193.39.157'
> [Dec 19 13:19:03.580] Server {0x2aeba8136700} DEBUG: (http_trans) [add_client_ip_to_outgoing_request] Appended connecting client's (157.193.39.157) to the X-Forwards header
> [Dec 19 13:19:03.580] Server {0x2aeba8136700} DEBUG: (http_trans) [build_request] request like cacheable and conditional headers removed
> [Dec 19 13:19:03.580] Server {0x2aeba8136700} DEBUG: (http_trans) [ink_cluster_time] local: 1387455543, highest_delta: 0, cluster: 1387455543
> [Dec 19 13:19:03.580] Server {0x2aeba8136700} DEBUG: (http_trans) [build_request] request_sent_time: 1387455543
> +++++++++ Proxy's Request +++++++++
> -- State Machine Id: 0
> GET /upload.php HTTP/1.1
> Host: qast.oasis.ugent.be
> Cache-Control: max-age=0
> Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
> User-Agent: Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/29.0.1547.62 Safari/537.36
> Accept-Encoding: gzip,deflate,sdch
> Accept-Language: en-US,en;q=0.8,nl;q=0.6
> Cookie: __utma=194700969.1508881048.1377589228.1385633807.1386604589.10; __utmc=194700969; __utmz=194700969.1385633807.9.6.utmcsr=google|utmccn=(organic)|utmcmd=organic|utmctr=(not%20provided); _ga=GA1.2.1508881048.1377589228
> Client-ip: 157.193.39.157
> X-Forwarded-For: 157.193.39.157
> Via: https/1.1 avitus[9DC12F41] (ApacheTrafficServer/4.2.0)
> [Dec 19 13:19:03.580] Server {0x2aeba8136700} DEBUG: (http) [0] State Transition: API_OS_DNS -> CACHE_ISSUE_WRITE
> [Dec 19 13:19:03.580] Server {0x2aeba8136700} DEBUG: (http_cache_write) [0] writing to cache with URL https://qast.oasis.ugent.be/upload.php
> [Dec 19 13:19:03.580] Server {0x2aeba8136700} DEBUG: (http_cache) [0] [&HttpCacheSM::state_cache_open_write, CACHE_EVENT_OPEN_WRITE_FAILED]
> [Dec 19 13:19:03.580] Server {0x2aeba8136700} DEBUG: (http) [0] [HttpSM::main_handler, CACHE_EVENT_OPEN_WRITE_FAILED]
> [Dec 19 13:19:03.580] Server {0x2aeba8136700} DEBUG: (http) [0] [&HttpSM:state_cache_open_write, CACHE_EVENT_OPEN_WRITE_FAILED]
> [Dec 19 13:19:03.580] Server {0x2aeba8136700} DEBUG: (http_trans) Next action next; NULL
> [Dec 19 13:19:03.580] Server {0x2aeba8136700} DEBUG: (http) [0] State Transition: CACHE_ISSUE_WRITE -> ORIGIN_SERVER_OPEN
> [Dec 19 13:19:03.580] Server {0x2aeba8136700} DEBUG: (http_track) entered inside do_http_server_open ][IPv4]
> [Dec 19 13:19:03.580] Server {0x2aeba8136700} DEBUG: (http) [0] open connection to localhost: 127.0.0.1:8899
> [Dec 19 13:19:03.580] Server {0x2aeba8136700} DEBUG: (http_seq) [HttpSM::do_http_server_open] Sending request to server
> [Dec 19 13:19:03.580] Server {0x2aeba8136700} DEBUG: (http) calling sslNetProcessor.connect_re
> [Dec 19 13:19:03.581] Server {0x2aeba8136700} DEBUG: (http) [0] [HttpSM::main_handler, NET_EVENT_OPEN]
> [Dec 19 13:19:03.581] Server {0x2aeba8136700} DEBUG: (http_track) entered inside state_http_server_open
> [Dec 19 13:19:03.581] Server {0x2aeba8136700} DEBUG: (http) [0] [&HttpSM::state_http_server_open, NET_EVENT_OPEN]
> [Dec 19 13:19:03.581] Server {0x2aeba8136700} DEBUG: (http_ss) [0] session born, netvc 0x2884f00
> [Dec 19 13:19:03.590] Server {0x2aeba8136700} DEBUG: (http) [0] [HttpSM::main_handler, VC_EVENT_WRITE_COMPLETE]
> [Dec 19 13:19:03.590] Server {0x2aeba8136700} DEBUG: (http) [0] [&HttpSM::state_send_server_request_header, VC_EVENT_WRITE_COMPLETE]
> [Dec 19 13:19:03.590] Server {0x2aeba8136700} DEBUG: (http) [0] [HttpSM::main_handler, VC_EVENT_READ_READY]
> [Dec 19 13:19:03.590] Server {0x2aeba8136700} DEBUG: (http) [0] [&HttpSM::state_read_server_response_header, VC_EVENT_READ_READY]
> [Dec 19 13:19:03.590] Server {0x2aeba8136700} DEBUG: (http_seq) Done parsing server response header
> [Dec 19 13:19:03.590] Server {0x2aeba8136700} DEBUG: (http_trans) [HttpTransact::HandleResponse]
> [Dec 19 13:19:03.590] Server {0x2aeba8136700} DEBUG: (http_seq) [HttpTransact::HandleResponse] Response received
> [Dec 19 13:19:03.590] Server {0x2aeba8136700} DEBUG: (http_trans) [ink_cluster_time] local: 1387455543, highest_delta: 0, cluster: 1387455543
> [Dec 19 13:19:03.590] Server {0x2aeba8136700} DEBUG: (http_trans) [HandleResponse] response_received_time: 1387455543
> +++++++++ Incoming O.S. Response +++++++++
> -- State Machine Id: 0
> HTTP/1.1 200 OK
> Date: Thu, 19 Dec 2013 12:19:03 GMT
> Server: Apache/2.2.22 (Debian)
> X-Powered-By: PHP/5.4.4-14+deb7u7
> Vary: Accept-Encoding
> Content-Encoding: gzip
> Content-Length: 181
> Content-Type: text/html
> [Dec 19 13:19:03.590] Server {0x2aeba8136700} DEBUG: (http_trans) [is_response_valid] No errors in response
> [Dec 19 13:19:03.590] Server {0x2aeba8136700} DEBUG: (http_seq) [HttpTransact::HandleResponse] Response valid
> [Dec 19 13:19:03.590] Server {0x2aeba8136700} DEBUG: (http_hdrs) [initialize_state_variables_from_response]Server is keep-alive.
> [Dec 19 13:19:03.590] Server {0x2aeba8136700} DEBUG: (http_trans) [handle_response_from_server] (hrfs)
> [Dec 19 13:19:03.590] Server {0x2aeba8136700} DEBUG: (http_trans) [hrfs] connection alive
> [Dec 19 13:19:03.590] Server {0x2aeba8136700} DEBUG: (http_trans) [handle_forward_server_connection_open] (hfsco)
> [Dec 19 13:19:03.590] Server {0x2aeba8136700} DEBUG: (http_seq) [HttpTransact::handle_server_connection_open] 
> [Dec 19 13:19:03.590] Server {0x2aeba8136700} DEBUG: (http) server info = 127.0.0.1:8899
> [Dec 19 13:19:03.590] Server {0x2aeba8136700} DEBUG: (http_trans) [hfsco] cache action: CACHE_DO_NO_ACTION
> [Dec 19 13:19:03.590] Server {0x2aeba8136700} DEBUG: (http_trans) [handle_no_cache_operation_on_forward_server_response] (hncoofsr)
> [Dec 19 13:19:03.590] Server {0x2aeba8136700} DEBUG: (http_seq) [handle_no_cache_operation_on_forward_server_response]
> [Dec 19 13:19:03.590] Server {0x2aeba8136700} DEBUG: (http_trans) [hncoofsr] server sent back 200
> [Dec 19 13:19:03.590] Server {0x2aeba8136700} DEBUG: (http_trans) [hncoofsr] next action will be OS_READ_CACHE_NOOP
> [Dec 19 13:19:03.590] Server {0x2aeba8136700} DEBUG: (http_age) [calculate_document_age] age_value:              0
> [Dec 19 13:19:03.590] Server {0x2aeba8136700} DEBUG: (http_age) [calculate_document_age] date_value:             1387455543
> [Dec 19 13:19:03.590] Server {0x2aeba8136700} DEBUG: (http_age) [calculate_document_age] response_time:          1387455543
> [Dec 19 13:19:03.590] Server {0x2aeba8136700} DEBUG: (http_age) [calculate_document_age] now:                    1387455543
> [Dec 19 13:19:03.590] Server {0x2aeba8136700} DEBUG: (http_age) [calculate_document_age] now (fixed):            1387455543
> [Dec 19 13:19:03.590] Server {0x2aeba8136700} DEBUG: (http_age) [calculate_document_age] apparent_age:           0
> [Dec 19 13:19:03.590] Server {0x2aeba8136700} DEBUG: (http_age) [calculate_document_age] corrected_received_age: 0
> [Dec 19 13:19:03.590] Server {0x2aeba8136700} DEBUG: (http_age) [calculate_document_age] response_delay:         0
> [Dec 19 13:19:03.590] Server {0x2aeba8136700} DEBUG: (http_age) [calculate_document_age] corrected_initial_age:  0
> [Dec 19 13:19:03.590] Server {0x2aeba8136700} DEBUG: (http_age) [calculate_document_age] resident_time:          0
> [Dec 19 13:19:03.590] Server {0x2aeba8136700} DEBUG: (http_age) [calculate_document_age] current_age:            0
> [Dec 19 13:19:03.590] Server {0x2aeba8136700} DEBUG: (http_trans) [handle_content_length_header] RESPONSE cont len in hdr is 181
> [Dec 19 13:19:03.590] Server {0x2aeba8136700} DEBUG: (http_trans) [Squid code generation] Hit/Miss: 49, Log: 51, Hier: 50
> [Dec 19 13:19:03.590] Server {0x2aeba8136700} DEBUG: (http_trans) Adding Server: ATS/4.2.0
> +++++++++ Base Header for Building Response +++++++++
> -- State Machine Id: 0
> HTTP/1.1 200 OK
> Date: Thu, 19 Dec 2013 12:19:03 GMT
> Server: Apache/2.2.22 (Debian)
> X-Powered-By: PHP/5.4.4-14+deb7u7
> Vary: Accept-Encoding
> Content-Encoding: gzip
> Content-Length: 181
> Content-Type: text/html
> +++++++++ Proxy's Response 2 +++++++++
> -- State Machine Id: 0
> HTTP/1.1 200 OK
> Date: Thu, 19 Dec 2013 12:19:03 GMT
> Server: ATS/4.2.0
> X-Powered-By: PHP/5.4.4-14+deb7u7
> Vary: Accept-Encoding
> Content-Encoding: gzip
> Content-Length: 181
> Content-Type: text/html
> Age: 0
> Connection: keep-alive
> [Dec 19 13:19:03.590] Server {0x2aeba8136700} DEBUG: (http) [0] State Transition: ORIGIN_SERVER_OPEN -> SERVER_READ
> [Dec 19 13:19:03.590] Server {0x2aeba8136700} DEBUG: (http_redirect) [HttpSM::do_redirect]
> [Dec 19 13:19:03.590] Server {0x2aeba8136700} DEBUG: (http_redirect) [HttpTunnel::deallocate_postdata_copy_buffers]
> [Dec 19 13:19:03.590] Server {0x2aeba8136700} DEBUG: (http_tunnel) [0] adding producer 'http server'
> [Dec 19 13:19:03.590] Server {0x2aeba8136700} DEBUG: (http_tunnel) [0] adding consumer 'user agent'
> [Dec 19 13:19:03.590] Server {0x2aeba8136700} DEBUG: (http) [0] perform_cache_write_action CACHE_DO_NO_ACTION
> [Dec 19 13:19:03.590] Server {0x2aeba8136700} DEBUG: (http_tunnel) tunnel_run started, p_arg is NULL
> [Dec 19 13:19:03.590] Server {0x2aeba8136700} DEBUG: (http_cs) tcp_init_cwnd_set 0
> [Dec 19 13:19:03.590] Server {0x2aeba8136700} DEBUG: (http_cs) desired TCP congestion window is 0
> [Dec 19 13:19:03.590] Server {0x2aeba8136700} DEBUG: (http_tunnel) [0] [tunnel_run] producer already done
> [Dec 19 13:19:03.590] Server {0x2aeba8136700} DEBUG: (http_tunnel) [0] producer_handler [http server HTTP_TUNNEL_EVENT_PRECOMPLETE]
> [Dec 19 13:19:03.590] Server {0x2aeba8136700} DEBUG: (http_redirect) [HttpTunnel::producer_handler] enable_redirection: [0 0 0] event: 2302
> [Dec 19 13:19:03.590] Server {0x2aeba8136700} DEBUG: (http) [0] [&HttpSM::tunnel_handler_server, HTTP_TUNNEL_EVENT_PRECOMPLETE]
> [Dec 19 13:19:03.590] Server {0x2aeba8136700} DEBUG: (http_ss) [0] [release session] session placed into shared pool
> [Dec 19 13:19:03.590] Server {0x2aeba8136700} DEBUG: (http_tunnel) [0] consumer_handler [user agent VC_EVENT_WRITE_COMPLETE]
> [Dec 19 13:19:03.590] Server {0x2aeba8136700} DEBUG: (http) [0] [&HttpSM::tunnel_handler_ua, VC_EVENT_WRITE_COMPLETE]
> [Dec 19 13:19:03.590] Server {0x2aeba8136700} DEBUG: (http_cs) [0] session released by sm [0]
> [Dec 19 13:19:03.590] Server {0x2aeba8136700} DEBUG: (http_cs) [0] initiating io for next header
> [Dec 19 13:19:03.590] Server {0x2aeba8136700} DEBUG: (http) [0] [HttpSM::main_handler, HTTP_TUNNEL_EVENT_DONE]
> [Dec 19 13:19:03.590] Server {0x2aeba8136700} DEBUG: (http) [0] [&HttpSM::tunnel_handler, HTTP_TUNNEL_EVENT_DONE]
> [Dec 19 13:19:03.590] Server {0x2aeba8136700} DEBUG: (http_redirect) [HttpTunnel::deallocate_postdata_copy_buffers]
> [Dec 19 13:19:03.590] Server {0x2aeba8136700} DEBUG: (http_seq) [HttpSM::update_stats] Logging transaction
> [Dec 19 13:19:03.590] Server {0x2aeba8136700} DEBUG: (http) [update_stats] Logging system indicates FULL.
> NOTE: Traffic Server received Sig 11: Segmentation fault
> /opt/ats/bin/traffic_server - STACK TRACE: 
> /lib/x86_64-linux-gnu/libpthread.so.0(+0xf030)[0x2aeba615c030]
> /opt/ats/bin/traffic_server(_Z14mime_mem_printPKciPciPiS2_+0x1d)[0x5c6f4d]
> /opt/ats/bin/traffic_server(_Z9url_printP7URLImplPciPiS2_+0x49)[0x5d0ef9]
> /opt/ats/bin/traffic_server(_ZN7HTTPHdr9url_printEPciPiS1_+0x9a)[0x5bd0ea]
> /opt/ats/bin/traffic_server(_ZN6HttpSM12update_statsEv+0x20c)[0x52d64c]
> /opt/ats/bin/traffic_server(_ZN6HttpSM9kill_thisEv+0x438)[0x535838]
> /opt/ats/bin/traffic_server(_ZN6HttpSM12main_handlerEiPv+0x138)[0x535ad8]
> /opt/ats/bin/traffic_server(_ZN10HttpTunnel12main_handlerEiPv+0xdf)[0x572f2f]
> /opt/ats/bin/traffic_server(_Z15write_to_net_ioP10NetHandlerP18UnixNetVConnectionP7EThread+0x1202)[0x690392]
> /opt/ats/bin/traffic_server(_ZN10NetHandler12mainNetEventEiP5Event+0x26b)[0x684b4b]
> /opt/ats/bin/traffic_server(_ZN7EThread7executeEv+0x915)[0x6b3055]
> /opt/ats/bin/traffic_server[0x6b158a]
> /lib/x86_64-linux-gnu/libpthread.so.0(+0x6b50)[0x2aeba6153b50]
> /lib/x86_64-linux-gnu/libc.so.6(clone+0x6d)[0x2aeba6de7a7d]
> [TrafficServer] using root directory '/opt/ats'
> [Dec 19 13:19:05.621] Server {0x2b465c397c60} DEBUG: (http_init) proxy.config.http.redirection_enabled = 1
> [Dec 19 13:19:05.621] Server {0x2b465c397c60} DEBUG: (http_init) proxy.config.http.number_of_redirections = 1
> [Dec 19 13:19:05.621] Server {0x2b465c397c60} DEBUG: (http_init) proxy.config.http.post_copy_size = 20480
> [Dec 19 13:19:05.626] Server {0x2b465c397c60} DEBUG: (dns) ink_dns_init: called with init_called = 0
> [Dec 19 13:19:05.635] Server {0x2b465c397c60} DEBUG: (dns) localhost=avitus
> [Dec 19 13:19:05.635] Server {0x2b465c397c60} DEBUG: (dns) Round-robin nameservers = 0
> [Dec 19 13:19:05.649] Server {0x2b465c397c60} DEBUG: (dns) DNSHandler::startEvent: on thread 0
> [Dec 19 13:19:05.649] Server {0x2b465c397c60} DEBUG: (dns) open_con: opening connection 157.193.43.29:53
> [Dec 19 13:19:05.649] Server {0x2b465c397c60} DEBUG: (dns) random port = 0.0.0.0:28908
> [Dec 19 13:19:05.649] Server {0x2b465c397c60} DEBUG: (dns) opening connection 157.193.43.29:53 SUCCEEDED for 0
> [Dec 19 13:19:07.877] Server {0x2b465cb47700} DEBUG: (http_seq) [HttpAccept:mainEvent 0x203dcc0] accepted connection from 127.0.0.1:34546 transport type = 0
> [Dec 19 13:19:07.877] Server {0x2b465cb47700} DEBUG: (http_cs) [0] session born, netvc 0x203dcc0
> [Dec 19 13:19:07.878] Server {0x2b465cb47700} DEBUG: (http_cs) [0] Starting transaction 1 using sm [0]
> [Dec 19 13:19:07.878] Server {0x2b465cb47700} DEBUG: (http) [0] [HttpSM::main_handler, VC_EVENT_READ_READY]
> [Dec 19 13:19:07.878] Server {0x2b465cb47700} DEBUG: (http) [0] [&HttpSM::state_read_client_request_header, VC_EVENT_READ_READY]
> [Dec 19 13:19:07.878] Server {0x2b465cb47700} DEBUG: (http) [0] done parsing client request header
> [Dec 19 13:19:07.878] Server {0x2b465cb47700} DEBUG: (http_trans) START HttpTransact::ModifyRequest
> [Dec 19 13:19:07.878] Server {0x2b465cb47700} DEBUG: (http_trans) [ink_cluster_time] local: 1387455547, highest_delta: 0, cluster: 1387455547
> [Dec 19 13:19:07.878] Server {0x2b465cb47700} DEBUG: (http_trans) END HttpTransact::ModifyRequest
> [Dec 19 13:19:07.878] Server {0x2b465cb47700} DEBUG: (http_trans) Next action HTTP_API_READ_REQUEST_HDR; HttpTransact::StartRemapRequest
> [Dec 19 13:19:07.878] Server {0x2b465cb47700} DEBUG: (http) [0] State Transition: STATE_UNDEFINED -> API_READ_REQUEST_HDR
> [Dec 19 13:19:07.878] Server {0x2b465cb47700} DEBUG: (http_trans) START HttpTransact::StartRemapRequest
> [Dec 19 13:19:07.878] Server {0x2b465cb47700} DEBUG: (http_trans) Before Remapping:
> [Dec 19 13:19:07.878] Server {0x2b465cb47700} DEBUG: (http) HTTP_HEADER 0x2b4660771898: [T: 3, L:   48, OBJFLAGS: 0]  
> [Dec 19 13:19:07.878] Server {0x2b465cb47700} DEBUG: (http) [TYPE: REQ, V: 10000, URL: 0x2b4660771b18, METHOD: "GET", METHOD_LEN: 3, FIELDS: 0x2b46607718c8]
> [Dec 19 13:19:07.878] Server {0x2b465cb47700} DEBUG: (http) URL 0x2b4660771b18: [T: 2, L:  112, OBJFLAGS: 0]  
> [Dec 19 13:19:07.878] Server {0x2b465cb47700} DEBUG: (http) [URLTYPE: 1, SWKSIDX: 94,
> [Dec 19 13:19:07.878] Server {0x2b465cb47700} DEBUG: (http) 	SCHEME: "http", SCHEME_LEN: 4,
> [Dec 19 13:19:07.878] Server {0x2b465cb47700} DEBUG: (http) 	USER: "", USER_LEN: 0,
> [Dec 19 13:19:07.878] Server {0x2b465cb47700} DEBUG: (http) 	PASSWORD: "", PASSWORD_LEN: 0,
> [Dec 19 13:19:07.878] Server {0x2b465cb47700} DEBUG: (http) 	HOST: "127.0.0.1", HOST_LEN: 9,
> [Dec 19 13:19:07.878] Server {0x2b465cb47700} DEBUG: (http) 	PORT: "8083", PORT_LEN: 4, PORT_NUM: 8083
> [Dec 19 13:19:07.878] Server {0x2b465cb47700} DEBUG: (http) 	PATH: "synthetic.txt", PATH_LEN: 13,
> [Dec 19 13:19:07.878] Server {0x2b465cb47700} DEBUG: (http) 	PARAMS: "", PARAMS_LEN: 0,
> [Dec 19 13:19:07.878] Server {0x2b465cb47700} DEBUG: (http) 	QUERY: "", QUERY_LEN: 0,
> [Dec 19 13:19:07.878] Server {0x2b465cb47700} DEBUG: (http) 	FRAGMENT: "", FRAGMENT_LEN: 0]
> [Dec 19 13:19:07.878] Server {0x2b465cb47700} DEBUG: (http) MIME_HEADER 0x2b46607718c8: [T: 4, L:  592, OBJFLAGS: 0]  
> [Dec 19 13:19:07.878] Server {0x2b465cb47700} DEBUG: (http) 
> 	[PBITS: 0x0000000001000000, SLACC: 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF, HEADBLK: 0x2b4660771908, TAILBLK: 0x2b4660771908]
> [Dec 19 13:19:07.878] Server {0x2b465cb47700} DEBUG: (http) 	[CBITS: 0x00000000, T_MAXAGE: 0, T_SMAXAGE: 0, T_MAXSTALE: 0, T_MINFRESH: 0, PNO$: 0]
> [Dec 19 13:19:07.878] Server {0x2b465cb47700} DEBUG: (http) FIELD_BLOCK 0x2b4660771908: [T: 5, L:  528, OBJFLAGS: 0]  
> [Dec 19 13:19:07.878] Server {0x2b465cb47700} DEBUG: (http) [FREETOP: 1, NEXTBLK: (nil)]
> [Dec 19 13:19:07.878] Server {0x2b465cb47700} DEBUG: (http) 	SLOT # 0 (0x2b4660771918), LIVE    
> [Dec 19 13:19:07.878] Server {0x2b465cb47700} DEBUG: (http) [N: "Host", N_LEN: 4, N_IDX: 30, 
> [Dec 19 13:19:07.878] Server {0x2b465cb47700} DEBUG: (http) V: "127.0.0.1:8083", V_LEN: 14, 
> [Dec 19 13:19:07.878] Server {0x2b465cb47700} DEBUG: (http) NEXTDUP: (nil), RAW: 0, RAWLEN: 18, F: 1]
> [Dec 19 13:19:07.878] Server {0x2b465cb47700} DEBUG: (http) 
> [Dec 19 13:19:07.878] Server {0x2b465cb47700} DEBUG: (http_trans) END HttpTransact::StartRemapRequest
> [Dec 19 13:19:07.878] Server {0x2b465cb47700} DEBUG: (http_trans) Next action HTTP_API_PRE_REMAP; HttpTransact::PerformRemap
> [Dec 19 13:19:07.878] Server {0x2b465cb47700} DEBUG: (http) [0] State Transition: API_READ_REQUEST_HDR -> HTTP_API_PRE_REMAP
> [Dec 19 13:19:07.878] Server {0x2b465cb47700} DEBUG: (http_trans) Inside PerformRemap
> [Dec 19 13:19:07.878] Server {0x2b465cb47700} DEBUG: (http_trans) Next action HTTP_REMAP_REQUEST; HttpTransact::EndRemapRequest
> [Dec 19 13:19:07.878] Server {0x2b465cb47700} DEBUG: (http) [0] State Transition: HTTP_API_PRE_REMAP -> HTTP_REMAP_REQUEST
> [Dec 19 13:19:07.878] Server {0x2b465cb47700} DEBUG: (http_seq) [HttpSM::do_remap_request] Remapping request
> [Dec 19 13:19:07.878] Server {0x2b465cb47700} DEBUG: (http_trans) START HttpTransact::EndRemapRequest
> [Dec 19 13:19:07.878] Server {0x2b465cb47700} DEBUG: (http_trans) EndRemapRequest host is 127.0.0.1
> [Dec 19 13:19:07.878] Server {0x2b465cb47700} DEBUG: (http_trans) After Remapping:
> [Dec 19 13:19:07.878] Server {0x2b465cb47700} DEBUG: (http) HTTP_HEADER 0x2b4660771898: [T: 3, L:   48, OBJFLAGS: 0]  
> [Dec 19 13:19:07.878] Server {0x2b465cb47700} DEBUG: (http) [TYPE: REQ, V: 10000, URL: 0x2b4660771b18, METHOD: "GET", METHOD_LEN: 3, FIELDS: 0x2b46607718c8]
> [Dec 19 13:19:07.878] Server {0x2b465cb47700} DEBUG: (http) URL 0x2b4660771b18: [T: 2, L:  112, OBJFLAGS: 0]  
> [Dec 19 13:19:07.878] Server {0x2b465cb47700} DEBUG: (http) [URLTYPE: 1, SWKSIDX: 94,
> [Dec 19 13:19:07.878] Server {0x2b465cb47700} DEBUG: (http) 	SCHEME: "http", SCHEME_LEN: 4,
> [Dec 19 13:19:07.878] Server {0x2b465cb47700} DEBUG: (http) 	USER: "", USER_LEN: 0,
> [Dec 19 13:19:07.878] Server {0x2b465cb47700} DEBUG: (http) 	PASSWORD: "", PASSWORD_LEN: 0,
> [Dec 19 13:19:07.878] Server {0x2b465cb47700} DEBUG: (http) 	HOST: "127.0.0.1", HOST_LEN: 9,
> [Dec 19 13:19:07.878] Server {0x2b465cb47700} DEBUG: (http) 	PORT: "8083", PORT_LEN: 4, PORT_NUM: 8083
> [Dec 19 13:19:07.878] Server {0x2b465cb47700} DEBUG: (http) 	PATH: "synthetic.txt", PATH_LEN: 13,
> [Dec 19 13:19:07.878] Server {0x2b465cb47700} DEBUG: (http) 	PARAMS: "", PARAMS_LEN: 0,
> [Dec 19 13:19:07.878] Server {0x2b465cb47700} DEBUG: (http) 	QUERY: "", QUERY_LEN: 0,
> [Dec 19 13:19:07.878] Server {0x2b465cb47700} DEBUG: (http) 	FRAGMENT: "", FRAGMENT_LEN: 0]
> [Dec 19 13:19:07.878] Server {0x2b465cb47700} DEBUG: (http) MIME_HEADER 0x2b46607718c8: [T: 4, L:  592, OBJFLAGS: 0]  
> [Dec 19 13:19:07.878] Server {0x2b465cb47700} DEBUG: (http) 
> 	[PBITS: 0x0000000001000000, SLACC: 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF, HEADBLK: 0x2b4660771908, TAILBLK: 0x2b4660771908]
> [Dec 19 13:19:07.878] Server {0x2b465cb47700} DEBUG: (http) 	[CBITS: 0x00000000, T_MAXAGE: 0, T_SMAXAGE: 0, T_MAXSTALE: 0, T_MINFRESH: 0, PNO$: 0]
> [Dec 19 13:19:07.878] Server {0x2b465cb47700} DEBUG: (http) FIELD_BLOCK 0x2b4660771908: [T: 5, L:  528, OBJFLAGS: 0]  
> [Dec 19 13:19:07.878] Server {0x2b465cb47700} DEBUG: (http) [FREETOP: 1, NEXTBLK: (nil)]
> [Dec 19 13:19:07.878] Server {0x2b465cb47700} DEBUG: (http) 	SLOT # 0 (0x2b4660771918), LIVE    
> [Dec 19 13:19:07.878] Server {0x2b465cb47700} DEBUG: (http) [N: "Host", N_LEN: 4, N_IDX: 30, 
> [Dec 19 13:19:07.878] Server {0x2b465cb47700} DEBUG: (http) V: "127.0.0.1:8083", V_LEN: 14, 
> [Dec 19 13:19:07.878] Server {0x2b465cb47700} DEBUG: (http) NEXTDUP: (nil), RAW: 0, RAWLEN: 18, F: 1]
> [Dec 19 13:19:07.878] Server {0x2b465cb47700} DEBUG: (http) 
> [Dec 19 13:19:07.878] Server {0x2b465cb47700} DEBUG: (http_trans) END HttpTransact::EndRemapRequest
> [Dec 19 13:19:07.878] Server {0x2b465cb47700} DEBUG: (http_trans) Next action HTTP_API_POST_REMAP; HttpTransact::HandleRequest
> [Dec 19 13:19:07.878] Server {0x2b465cb47700} DEBUG: (http) [0] State Transition: HTTP_REMAP_REQUEST -> HTTP_API_POST_REMAP
> [Dec 19 13:19:07.878] Server {0x2b465cb47700} DEBUG: (http_trans) START HttpTransact::HandleRequest
> [Dec 19 13:19:07.878] Server {0x2b465cb47700} DEBUG: (http_trans) [is_request_valid]no request header errors
> [Dec 19 13:19:07.878] Server {0x2b465cb47700} DEBUG: (http_seq) [HttpTransact::HandleRequest] request valid.
> [Dec 19 13:19:07.878] Server {0x2b465cb47700} DEBUG: (http) HTTP_HEADER 0x2b4660771898: [T: 3, L:   48, OBJFLAGS: 0]  
> [Dec 19 13:19:07.878] Server {0x2b465cb47700} DEBUG: (http) [TYPE: REQ, V: 10000, URL: 0x2b4660771b18, METHOD: "GET", METHOD_LEN: 3, FIELDS: 0x2b46607718c8]
> [Dec 19 13:19:07.878] Server {0x2b465cb47700} DEBUG: (http) URL 0x2b4660771b18: [T: 2, L:  112, OBJFLAGS: 0]  
> [Dec 19 13:19:07.878] Server {0x2b465cb47700} DEBUG: (http) [URLTYPE: 1, SWKSIDX: 94,
> [Dec 19 13:19:07.878] Server {0x2b465cb47700} DEBUG: (http) 	SCHEME: "http", SCHEME_LEN: 4,
> [Dec 19 13:19:07.878] Server {0x2b465cb47700} DEBUG: (http) 	USER: "", USER_LEN: 0,
> [Dec 19 13:19:07.878] Server {0x2b465cb47700} DEBUG: (http) 	PASSWORD: "", PASSWORD_LEN: 0,
> [Dec 19 13:19:07.878] Server {0x2b465cb47700} DEBUG: (http) 	HOST: "127.0.0.1", HOST_LEN: 9,
> [Dec 19 13:19:07.878] Server {0x2b465cb47700} DEBUG: (http) 	PORT: "8083", PORT_LEN: 4, PORT_NUM: 8083
> [Dec 19 13:19:07.878] Server {0x2b465cb47700} DEBUG: (http) 	PATH: "synthetic.txt", PATH_LEN: 13,
> [Dec 19 13:19:07.878] Server {0x2b465cb47700} DEBUG: (http) 	PARAMS: "", PARAMS_LEN: 0,
> [Dec 19 13:19:07.878] Server {0x2b465cb47700} DEBUG: (http) 	QUERY: "", QUERY_LEN: 0,
> [Dec 19 13:19:07.878] Server {0x2b465cb47700} DEBUG: (http) 	FRAGMENT: "", FRAGMENT_LEN: 0]
> [Dec 19 13:19:07.878] Server {0x2b465cb47700} DEBUG: (http) MIME_HEADER 0x2b46607718c8: [T: 4, L:  592, OBJFLAGS: 0]  
> [Dec 19 13:19:07.878] Server {0x2b465cb47700} DEBUG: (http) 
> 	[PBITS: 0x0000000001000000, SLACC: 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF, HEADBLK: 0x2b4660771908, TAILBLK: 0x2b4660771908]
> [Dec 19 13:19:07.878] Server {0x2b465cb47700} DEBUG: (http) 	[CBITS: 0x00000000, T_MAXAGE: 0, T_SMAXAGE: 0, T_MAXSTALE: 0, T_MINFRESH: 0, PNO$: 0]
> [Dec 19 13:19:07.879] Server {0x2b465cb47700} DEBUG: (http) FIELD_BLOCK 0x2b4660771908: [T: 5, L:  528, OBJFLAGS: 0]  
> [Dec 19 13:19:07.879] Server {0x2b465cb47700} DEBUG: (http) [FREETOP: 1, NEXTBLK: (nil)]
> [Dec 19 13:19:07.879] Server {0x2b465cb47700} DEBUG: (http) 	SLOT # 0 (0x2b4660771918), LIVE    
> [Dec 19 13:19:07.879] Server {0x2b465cb47700} DEBUG: (http) [N: "Host", N_LEN: 4, N_IDX: 30, 
> [Dec 19 13:19:07.879] Server {0x2b465cb47700} DEBUG: (http) V: "127.0.0.1:8083", V_LEN: 14, 
> [Dec 19 13:19:07.879] Server {0x2b465cb47700} DEBUG: (http) NEXTDUP: (nil), RAW: 0, RAWLEN: 18, F: 1]
> [Dec 19 13:19:07.879] Server {0x2b465cb47700} DEBUG: (http) 
> [Dec 19 13:19:07.879] Server {0x2b465cb47700} DEBUG: (http_trans) [init_stat_vars_from_req] set req cont length to 0
> [Dec 19 13:19:07.879] Server {0x2b465cb47700} DEBUG: (http_trans) [DecideCacheLookup] Will NOT do cache lookup.
> [Dec 19 13:19:07.879] Server {0x2b465cb47700} DEBUG: (http_seq) [DecideCacheLookup] Will NOT do cache lookup
> [Dec 19 13:19:07.879] Server {0x2b465cb47700} DEBUG: (http_trans) Next action HTTP_API_CACHE_LOOKUP_COMPLETE; CallOSDNSLookup
> [Dec 19 13:19:07.879] Server {0x2b465cb47700} DEBUG: (http) [0] State Transition: HTTP_API_POST_REMAP -> API_CACHE_LOOKUP_COMPLETE
> [Dec 19 13:19:07.879] Server {0x2b465cb47700} DEBUG: (http_trans) Next action DNS_LOOKUP; OSDNSLookup
> [Dec 19 13:19:07.879] Server {0x2b465cb47700} DEBUG: (http) [0] State Transition: API_CACHE_LOOKUP_COMPLETE -> DNS_LOOKUP
> [Dec 19 13:19:07.879] Server {0x2b465cb47700} DEBUG: (http_seq) [HttpSM::do_hostdb_lookup] Doing DNS Lookup
> [Dec 19 13:19:07.879] Server {0x2b465cb47700} DEBUG: (http_trans) [ink_cluster_time] local: 1387455547, highest_delta: 0, cluster: 1387455547
> [Dec 19 13:19:07.879] Server {0x2b465cb47700} DEBUG: (http_trans) [HttpTransact::OSDNSLookup] This was attempt 1
> [Dec 19 13:19:07.879] Server {0x2b465cb47700} DEBUG: (http_seq) [HttpTransact::OSDNSLookup] DNS Lookup successful
> [Dec 19 13:19:07.879] Server {0x2b465cb47700} DEBUG: (http_trans) [OSDNSLookup] DNS lookup for O.S. successful IP: 127.0.0.1
> [Dec 19 13:19:07.879] Server {0x2b465cb47700} DEBUG: (http_trans) Next action HttpTransact::HTTP_API_OS_DNS; LookupSkipOpenServer
> [Dec 19 13:19:07.879] Server {0x2b465cb47700} DEBUG: (http) [0] State Transition: DNS_LOOKUP -> API_OS_DNS
> [Dec 19 13:19:07.879] Server {0x2b465cb47700} DEBUG: (http_trans) client_ip_set = 0
> [Dec 19 13:19:07.879] Server {0x2b465cb47700} DEBUG: (http_trans) inserted request header 'Client-ip: 127.0.0.1'
> [Dec 19 13:19:07.879] Server {0x2b465cb47700} DEBUG: (http_trans) [add_client_ip_to_outgoing_request] Appended connecting client's (127.0.0.1) to the X-Forwards header
> [Dec 19 13:19:07.879] Server {0x2b465cb47700} DEBUG: (http_trans) [build_request] request like cacheable and conditional headers removed
> [Dec 19 13:19:07.879] Server {0x2b465cb47700} DEBUG: (http_trans) [ink_cluster_time] local: 1387455547, highest_delta: 0, cluster: 1387455547
> [Dec 19 13:19:07.879] Server {0x2b465cb47700} DEBUG: (http_trans) [build_request] request_sent_time: 1387455547
> [Dec 19 13:19:07.879] Server {0x2b465cb47700} DEBUG: (http_trans) Next action next; HttpTransact::HandleResponse
> [Dec 19 13:19:07.879] Server {0x2b465cb47700} DEBUG: (http) [0] State Transition: API_OS_DNS -> ORIGIN_SERVER_OPEN
> [Dec 19 13:19:07.879] Server {0x2b465cb47700} DEBUG: (http_track) entered inside do_http_server_open ][IPv4]
> [Dec 19 13:19:07.879] Server {0x2b465cb47700} DEBUG: (http) [0] open connection to 127.0.0.1: 127.0.0.1:8083
> [Dec 19 13:19:07.879] Server {0x2b465cb47700} DEBUG: (http_seq) [HttpSM::do_http_server_open] Sending request to server
> [Dec 19 13:19:07.879] Server {0x2b465cb47700} DEBUG: (http) calling netProcessor.connect_re
> [Dec 19 13:19:07.879] Server {0x2b465cb47700} DEBUG: (http) [0] [HttpSM::main_handler, NET_EVENT_OPEN]
> [Dec 19 13:19:07.879] Server {0x2b465cb47700} DEBUG: (http_track) entered inside state_http_server_open
> [Dec 19 13:19:07.879] Server {0x2b465cb47700} DEBUG: (http) [0] [&HttpSM::state_http_server_open, NET_EVENT_OPEN]
> [Dec 19 13:19:07.879] Server {0x2b465cb47700} DEBUG: (http_ss) [0] session born, netvc 0x203d780
> [Dec 19 13:19:07.879] Server {0x2b465cb47700} DEBUG: (http) [0] [HttpSM::main_handler, VC_EVENT_WRITE_COMPLETE]
> [Dec 19 13:19:07.879] Server {0x2b465cb47700} DEBUG: (http) [0] [&HttpSM::state_send_server_request_header, VC_EVENT_WRITE_COMPLETE]
> [Dec 19 13:19:07.880] Server {0x2b465cb47700} DEBUG: (http) [0] [HttpSM::main_handler, VC_EVENT_READ_READY]
> [Dec 19 13:19:07.880] Server {0x2b465cb47700} DEBUG: (http) [0] [&HttpSM::state_read_server_response_header, VC_EVENT_READ_READY]
> [Dec 19 13:19:07.880] Server {0x2b465cb47700} DEBUG: (http_seq) Done parsing server response header
> [Dec 19 13:19:07.880] Server {0x2b465cb47700} DEBUG: (http_trans) [HttpTransact::HandleResponse]
> [Dec 19 13:19:07.880] Server {0x2b465cb47700} DEBUG: (http_seq) [HttpTransact::HandleResponse] Response received
> [Dec 19 13:19:07.880] Server {0x2b465cb47700} DEBUG: (http_trans) [ink_cluster_time] local: 1387455547, highest_delta: 0, cluster: 1387455547
> [Dec 19 13:19:07.880] Server {0x2b465cb47700} DEBUG: (http_trans) [HandleResponse] response_received_time: 1387455547
> [Dec 19 13:19:07.880] Server {0x2b465cb47700} DEBUG: (http_trans) [is_response_valid] No errors in response
> [Dec 19 13:19:07.880] Server {0x2b465cb47700} DEBUG: (http_seq) [HttpTransact::HandleResponse] Response valid
> [Dec 19 13:19:07.880] Server {0x2b465cb47700} DEBUG: (http_trans) [handle_response_from_server] (hrfs)
> [Dec 19 13:19:07.880] Server {0x2b465cb47700} DEBUG: (http_trans) [hrfs] connection alive
> [Dec 19 13:19:07.880] Server {0x2b465cb47700} DEBUG: (http_trans) [handle_forward_server_connection_open] (hfsco)
> [Dec 19 13:19:07.880] Server {0x2b465cb47700} DEBUG: (http_seq) [HttpTransact::handle_server_connection_open] 
> [Dec 19 13:19:07.880] Server {0x2b465cb47700} DEBUG: (http) server info = 127.0.0.1:8083
> [Dec 19 13:19:07.880] Server {0x2b465cb47700} DEBUG: (http_trans) [hfsco] cache action: CACHE_DO_NO_ACTION
> [Dec 19 13:19:07.880] Server {0x2b465cb47700} DEBUG: (http_trans) [handle_no_cache_operation_on_forward_server_response] (hncoofsr)
> [Dec 19 13:19:07.880] Server {0x2b465cb47700} DEBUG: (http_seq) [handle_no_cache_operation_on_forward_server_response]
> [Dec 19 13:19:07.880] Server {0x2b465cb47700} DEBUG: (http_trans) [hncoofsr] server sent back 200
> [Dec 19 13:19:07.880] Server {0x2b465cb47700} DEBUG: (http_trans) [hncoofsr] next action will be OS_READ_CACHE_NOOP
> [Dec 19 13:19:07.880] Server {0x2b465cb47700} DEBUG: (http_age) [calculate_document_age] age_value:              0
> [Dec 19 13:19:07.880] Server {0x2b465cb47700} DEBUG: (http_age) [calculate_document_age] date_value:             1387455547
> [Dec 19 13:19:07.880] Server {0x2b465cb47700} DEBUG: (http_age) [calculate_document_age] response_time:          1387455547
> [Dec 19 13:19:07.880] Server {0x2b465cb47700} DEBUG: (http_age) [calculate_document_age] now:                    1387455547
> [Dec 19 13:19:07.880] Server {0x2b465cb47700} DEBUG: (http_age) [calculate_document_age] now (fixed):            1387455547
> [Dec 19 13:19:07.880] Server {0x2b465cb47700} DEBUG: (http_age) [calculate_document_age] apparent_age:           0
> [Dec 19 13:19:07.880] Server {0x2b465cb47700} DEBUG: (http_age) [calculate_document_age] corrected_received_age: 0
> [Dec 19 13:19:07.880] Server {0x2b465cb47700} DEBUG: (http_age) [calculate_document_age] response_delay:         0
> [Dec 19 13:19:07.880] Server {0x2b465cb47700} DEBUG: (http_age) [calculate_document_age] corrected_initial_age:  0
> [Dec 19 13:19:07.880] Server {0x2b465cb47700} DEBUG: (http_age) [calculate_document_age] resident_time:          0
> [Dec 19 13:19:07.880] Server {0x2b465cb47700} DEBUG: (http_age) [calculate_document_age] current_age:            0
> [Dec 19 13:19:07.880] Server {0x2b465cb47700} DEBUG: (http_trans) [handle_content_length_header] RESPONSE cont len in hdr is 1620
> [Dec 19 13:19:07.880] Server {0x2b465cb47700} DEBUG: (http_trans) [Squid code generation] Hit/Miss: 49, Log: 51, Hier: 50
> [Dec 19 13:19:07.880] Server {0x2b465cb47700} DEBUG: (http_trans) Adding Server: ATS/4.2.0
> [Dec 19 13:19:07.880] Server {0x2b465cb47700} DEBUG: (http) [0] State Transition: ORIGIN_SERVER_OPEN -> SERVER_READ
> [Dec 19 13:19:07.880] Server {0x2b465cb47700} DEBUG: (http_tunnel) [0] adding producer 'http server'
> [Dec 19 13:19:07.880] Server {0x2b465cb47700} DEBUG: (http_tunnel) [0] adding consumer 'user agent'
> [Dec 19 13:19:07.880] Server {0x2b465cb47700} DEBUG: (http) [0] perform_cache_write_action CACHE_DO_NO_ACTION
> [Dec 19 13:19:07.880] Server {0x2b465cb47700} DEBUG: (http_tunnel) tunnel_run started, p_arg is NULL
> [Dec 19 13:19:07.880] Server {0x2b465cb47700} DEBUG: (http_cs) tcp_init_cwnd_set 0
> [Dec 19 13:19:07.880] Server {0x2b465cb47700} DEBUG: (http_cs) desired TCP congestion window is 0
> [Dec 19 13:19:07.880] Server {0x2b465cb47700} DEBUG: (http_tunnel) [0] [tunnel_run] producer already done
> [Dec 19 13:19:07.880] Server {0x2b465cb47700} DEBUG: (http_tunnel) [0] producer_handler [http server HTTP_TUNNEL_EVENT_PRECOMPLETE]
> [Dec 19 13:19:07.880] Server {0x2b465cb47700} DEBUG: (http_redirect) [HttpTunnel::producer_handler] enable_redirection: [0 0 0] event: 2302
> [Dec 19 13:19:07.880] Server {0x2b465cb47700} DEBUG: (http) [0] [&HttpSM::tunnel_handler_server, HTTP_TUNNEL_EVENT_PRECOMPLETE]
> [Dec 19 13:19:07.880] Server {0x2b465cb47700} DEBUG: (http_ss) [0] session closed
> [Dec 19 13:19:07.880] Server {0x2b465cb47700} DEBUG: (http_tunnel) [0] consumer_handler [user agent VC_EVENT_WRITE_COMPLETE]
> [Dec 19 13:19:07.880] Server {0x2b465cb47700} DEBUG: (http) [0] [&HttpSM::tunnel_handler_ua, VC_EVENT_WRITE_COMPLETE]
> [Dec 19 13:19:07.880] Server {0x2b465cb47700} DEBUG: (http_cs) [0] session closed
> [Dec 19 13:19:07.880] Server {0x2b465cb47700} DEBUG: (http_cs) [0] session destroy
> [Dec 19 13:19:07.880] Server {0x2b465cb47700} DEBUG: (http) [0] [HttpSM::main_handler, HTTP_TUNNEL_EVENT_DONE]
> [Dec 19 13:19:07.880] Server {0x2b465cb47700} DEBUG: (http) [0] [&HttpSM::tunnel_handler, HTTP_TUNNEL_EVENT_DONE]
> [Dec 19 13:19:07.880] Server {0x2b465cb47700} DEBUG: (http_redirect) [HttpTunnel::deallocate_postdata_copy_buffers]
> [Dec 19 13:19:07.880] Server {0x2b465cb47700} DEBUG: (http_seq) Skipping cop heartbeat logging & stats due to config
> [Dec 19 13:19:07.880] Server {0x2b465cb47700} DEBUG: (http) [0] deallocating sm
> [Dec 19 13:19:11.668] Server {0x2b465d22f700} DEBUG: (http_seq) [HttpAccept:mainEvent 0x20544a0] accepted connection from 157.193.39.157:41923 transport type = 3
> [Dec 19 13:19:11.668] Server {0x2b465d22f700} DEBUG: (http_cs) [1] session born, netvc 0x20544a0
> [Dec 19 13:19:11.668] Server {0x2b465d22f700} DEBUG: (http_cs) [1] Starting transaction 1 using sm [1]
> [Dec 19 13:19:11.669] Server {0x2b465d22f700} DEBUG: (http) [1] [HttpSM::main_handler, VC_EVENT_EOS]
> [Dec 19 13:19:11.669] Server {0x2b465d22f700} DEBUG: (http) [1] [&HttpSM::state_read_client_request_header, VC_EVENT_EOS]
> [Dec 19 13:19:11.669] Server {0x2b465d22f700} DEBUG: (http_cs) [1] session closed
> [Dec 19 13:19:11.669] Server {0x2b465d22f700} DEBUG: (http_cs) [1] session destroy
> [Dec 19 13:19:11.669] Server {0x2b465d22f700} DEBUG: (http_redirect) [HttpTunnel::deallocate_postdata_copy_buffers]
> [Dec 19 13:19:11.669] Server {0x2b465d22f700} DEBUG: (http_seq) [HttpSM::update_stats] Logging transaction
> [Dec 19 13:19:11.669] Server {0x2b465d22f700} DEBUG: (http) [update_stats] Logging system indicates FULL.
> NOTE: Traffic Server received Sig 11: Segmentation fault
> /opt/ats/bin/traffic_server - STACK TRACE: 
> /lib/x86_64-linux-gnu/libpthread.so.0(+0xf030)[0x2b465b255030]
> /opt/ats/bin/traffic_server(_Z14mime_mem_printPKciPciPiS2_+0x1d)[0x5c6f4d]
> /opt/ats/bin/traffic_server[0x5cd88b]
> /opt/ats/bin/traffic_server(_ZN7HTTPHdr9url_printEPciPiS1_+0x9a)[0x5bd0ea]
> /opt/ats/bin/traffic_server(_ZN6HttpSM12update_statsEv+0x20c)[0x52d64c]
> /opt/ats/bin/traffic_server(_ZN6HttpSM9kill_thisEv+0x438)[0x535838]
> /opt/ats/bin/traffic_server(_ZN6HttpSM12main_handlerEiPv+0x138)[0x535ad8]
> /opt/ats/bin/traffic_server(_ZN18UnixNetVConnection14readSignalDoneEiP10NetHandler+0x41)[0x68d971]
> /opt/ats/bin/traffic_server(_ZN17SSLNetVConnection11net_read_ioEP10NetHandlerP7EThread+0x12da)[0x67e07a]
> /opt/ats/bin/traffic_server(_ZN10NetHandler12mainNetEventEiP5Event+0x1d4)[0x684ab4]
> /opt/ats/bin/traffic_server(_ZN7EThread7executeEv+0x915)[0x6b3055]
> /opt/ats/bin/traffic_server[0x6b158a]
> /lib/x86_64-linux-gnu/libpthread.so.0(+0x6b50)[0x2b465b24cb50]
> /lib/x86_64-linux-gnu/libc.so.6(clone+0x6d)[0x2b465bee0a7d]
> [TrafficServer] using root directory '/opt/ats'
> [Dec 19 13:19:13.698] Server {0x2ac7d4906c60} DEBUG: (http_init) proxy.config.http.redirection_enabled = 1
> [Dec 19 13:19:13.698] Server {0x2ac7d4906c60} DEBUG: (http_init) proxy.config.http.number_of_redirections = 1
> [Dec 19 13:19:13.698] Server {0x2ac7d4906c60} DEBUG: (http_init) proxy.config.http.post_copy_size = 20480
> [Dec 19 13:19:13.701] Server {0x2ac7d4906c60} DEBUG: (dns) ink_dns_init: called with init_called = 0
> [Dec 19 13:19:13.709] Server {0x2ac7d4906c60} DEBUG: (dns) localhost=avitus
> [Dec 19 13:19:13.709] Server {0x2ac7d4906c60} DEBUG: (dns) Round-robin nameservers = 0
> [Dec 19 13:19:13.725] Server {0x2ac7d4906c60} DEBUG: (dns) DNSHandler::startEvent: on thread 0
> [Dec 19 13:19:13.726] Server {0x2ac7d4906c60} DEBUG: (dns) open_con: opening connection 157.193.43.29:53
> [Dec 19 13:19:13.726] Server {0x2ac7d4906c60} DEBUG: (dns) random port = 0.0.0.0:58448
> [Dec 19 13:19:13.726] Server {0x2ac7d4906c60} DEBUG: (dns) opening connection 157.193.43.29:53 SUCCEEDED for 0
> [Dec 19 13:19:13.734] Server {0x2ac7d579e700} DEBUG: (http_seq) [HttpAccept:mainEvent 0x1861540] accepted connection from 157.193.39.157:41924 transport type = 3
> [Dec 19 13:19:13.821] Server {0x2ac7d579e700} DEBUG: (http_cs) [0] session born, netvc 0x1861540
> [Dec 19 13:19:13.822] Server {0x2ac7d579e700} DEBUG: (http_cs) [0] Starting transaction 1 using sm [0]
> [Dec 19 13:19:13.822] Server {0x2ac7d579e700} DEBUG: (http) [0] [HttpSM::main_handler, VC_EVENT_READ_READY]
> [Dec 19 13:19:13.822] Server {0x2ac7d579e700} DEBUG: (http) [0] [&HttpSM::state_read_client_request_header, VC_EVENT_READ_READY]
> [Dec 19 13:19:13.822] Server {0x2ac7d579e700} DEBUG: (http) [0] done parsing client request header
> [Dec 19 13:19:13.822] Server {0x2ac7d579e700} DEBUG: (http_trans) START HttpTransact::ModifyRequest
> [Dec 19 13:19:13.822] Server {0x2ac7d579e700} DEBUG: (http_trans) [ink_cluster_time] local: 1387455553, highest_delta: 0, cluster: 1387455553
> [Dec 19 13:19:13.822] Server {0x2ac7d579e700} DEBUG: (http_trans) END HttpTransact::ModifyRequest
> [Dec 19 13:19:13.822] Server {0x2ac7d579e700} DEBUG: (http_trans) Next action HTTP_API_READ_REQUEST_HDR; HttpTransact::StartRemapRequest
> [Dec 19 13:19:13.822] Server {0x2ac7d579e700} DEBUG: (http) [0] State Transition: STATE_UNDEFINED -> API_READ_REQUEST_HDR
> [Dec 19 13:19:13.822] Server {0x2ac7d579e700} DEBUG: (http) [0] calling plugin on hook TS_HTTP_READ_REQUEST_HDR_HOOK at hook 0x17ff540
> [Dec 19 13:19:13.822] Server {0x2ac7d579e700} DEBUG: (http) [0] [&HttpSM::state_api_callback, HTTP_API_CONTINUE]
> [Dec 19 13:19:13.822] Server {0x2ac7d579e700} DEBUG: (http) [0] [&HttpSM::state_api_callout, HTTP_API_CONTINUE]
> [Dec 19 13:19:13.822] Server {0x2ac7d579e700} DEBUG: (http_trans) START HttpTransact::StartRemapRequest
> [Dec 19 13:19:13.822] Server {0x2ac7d579e700} DEBUG: (http_trans) Before Remapping:
> [Dec 19 13:19:13.822] Server {0x2ac7d579e700} DEBUG: (http) HTTP_HEADER 0x2ac7d8ce0898: [T: 3, L:   48, OBJFLAGS: 0]  
> [Dec 19 13:19:13.822] Server {0x2ac7d579e700} DEBUG: (http) [TYPE: REQ, V: 10001, URL: 0x2ac7d8ce0b18, METHOD: "POST", METHOD_LEN: 4, FIELDS: 0x2ac7d8ce08c8]
> [Dec 19 13:19:13.822] Server {0x2ac7d579e700} DEBUG: (http) URL 0x2ac7d8ce0b18: [T: 2, L:  112, OBJFLAGS: 0]  
> [Dec 19 13:19:13.822] Server {0x2ac7d579e700} DEBUG: (http) [URLTYPE: 2, SWKSIDX: 93,
> [Dec 19 13:19:13.822] Server {0x2ac7d579e700} DEBUG: (http) 	SCHEME: "https", SCHEME_LEN: 5,
> [Dec 19 13:19:13.822] Server {0x2ac7d579e700} DEBUG: (http) 	USER: "", USER_LEN: 0,
> [Dec 19 13:19:13.822] Server {0x2ac7d579e700} DEBUG: (http) 	PASSWORD: "", PASSWORD_LEN: 0,
> [Dec 19 13:19:13.822] Server {0x2ac7d579e700} DEBUG: (http) 	HOST: "", HOST_LEN: 0,
> [Dec 19 13:19:13.822] Server {0x2ac7d579e700} DEBUG: (http) 	PORT: "", PORT_LEN: 0, PORT_NUM: 0
> [Dec 19 13:19:13.822] Server {0x2ac7d579e700} DEBUG: (http) 	PATH: "upload.php", PATH_LEN: 10,
> [Dec 19 13:19:13.822] Server {0x2ac7d579e700} DEBUG: (http) 	PARAMS: "", PARAMS_LEN: 0,
> [Dec 19 13:19:13.822] Server {0x2ac7d579e700} DEBUG: (http) 	QUERY: "", QUERY_LEN: 0,
> [Dec 19 13:19:13.822] Server {0x2ac7d579e700} DEBUG: (http) 	FRAGMENT: "", FRAGMENT_LEN: 0]
> [Dec 19 13:19:13.822] Server {0x2ac7d579e700} DEBUG: (http) MIME_HEADER 0x2ac7d8ce08c8: [T: 4, L:  592, OBJFLAGS: 0]  
> [Dec 19 13:19:13.822] Server {0x2ac7d579e700} DEBUG: (http) 
> 	[PBITS: 0x00080800010C4A0D, SLACC: 0xF3FFA9F4FFB72FF1FFFFFFFFFFF6FFFF, HEADBLK: 0x2ac7d8ce0908, TAILBLK: 0x2ac7d8ce0908]
> [Dec 19 13:19:13.822] Server {0x2ac7d579e700} DEBUG: (http) 	[CBITS: 0x00000001, T_MAXAGE: 0, T_SMAXAGE: 0, T_MAXSTALE: 0, T_MINFRESH: 0, PNO$: 0]
> [Dec 19 13:19:13.822] Server {0x2ac7d579e700} DEBUG: (http) FIELD_BLOCK 0x2ac7d8ce0908: [T: 5, L:  528, OBJFLAGS: 0]  
> [Dec 19 13:19:13.822] Server {0x2ac7d579e700} DEBUG: (http) [FREETOP: 12, NEXTBLK: (nil)]
> [Dec 19 13:19:13.822] Server {0x2ac7d579e700} DEBUG: (http) 	SLOT # 0 (0x2ac7d8ce0918), LIVE    
> [Dec 19 13:19:13.822] Server {0x2ac7d579e700} DEBUG: (http) [N: "Host", N_LEN: 4, N_IDX: 30, 
> [Dec 19 13:19:13.822] Server {0x2ac7d579e700} DEBUG: (http) V: "qast.oasis.ugent.be", V_LEN: 19, 
> [Dec 19 13:19:13.822] Server {0x2ac7d579e700} DEBUG: (http) NEXTDUP: (nil), RAW: 1, RAWLEN: 27, F: 1]
> [Dec 19 13:19:13.822] Server {0x2ac7d579e700} DEBUG: (http) 
> [Dec 19 13:19:13.822] Server {0x2ac7d579e700} DEBUG: (http) 	SLOT # 1 (0x2ac7d8ce0938), LIVE    
> [Dec 19 13:19:13.822] Server {0x2ac7d579e700} DEBUG: (http) [N: "Connection", N_LEN: 10, N_IDX: 12, 
> [Dec 19 13:19:13.822] Server {0x2ac7d579e700} DEBUG: (http) V: "keep-alive", V_LEN: 10, 
> [Dec 19 13:19:13.822] Server {0x2ac7d579e700} DEBUG: (http) NEXTDUP: (nil), RAW: 1, RAWLEN: 24, F: 1]
> [Dec 19 13:19:13.822] Server {0x2ac7d579e700} DEBUG: (http) 
> [Dec 19 13:19:13.822] Server {0x2ac7d579e700} DEBUG: (http) 	SLOT # 2 (0x2ac7d8ce0958), LIVE    
> [Dec 19 13:19:13.822] Server {0x2ac7d579e700} DEBUG: (http) [N: "Content-Length", N_LEN: 14, N_IDX: 16, 
> [Dec 19 13:19:13.822] Server {0x2ac7d579e700} DEBUG: (http) V: "188214", V_LEN: 6, 
> [Dec 19 13:19:13.822] Server {0x2ac7d579e700} DEBUG: (http) NEXTDUP: (nil), RAW: 1, RAWLEN: 24, F: 1]
> [Dec 19 13:19:13.822] Server {0x2ac7d579e700} DEBUG: (http) 
> [Dec 19 13:19:13.822] Server {0x2ac7d579e700} DEBUG: (http) 	SLOT # 3 (0x2ac7d8ce0978), LIVE    
> [Dec 19 13:19:13.822] Server {0x2ac7d579e700} DEBUG: (http) [N: "Cache-Control", N_LEN: 13, N_IDX: 10, 
> [Dec 19 13:19:13.823] Server {0x2ac7d579e700} DEBUG: (http) V: "max-age=0", V_LEN: 9, 
> [Dec 19 13:19:13.823] Server {0x2ac7d579e700} DEBUG: (http) NEXTDUP: (nil), RAW: 1, RAWLEN: 26, F: 3]
> [Dec 19 13:19:13.823] Server {0x2ac7d579e700} DEBUG: (http) 
> [Dec 19 13:19:13.823] Server {0x2ac7d579e700} DEBUG: (http) 	SLOT # 4 (0x2ac7d8ce0998), LIVE    
> [Dec 19 13:19:13.823] Server {0x2ac7d579e700} DEBUG: (http) [N: "Accept", N_LEN: 6, N_IDX: 4, 
> [Dec 19 13:19:13.823] Server {0x2ac7d579e700} DEBUG: (http) V: "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8", V_LEN: 63, 
> [Dec 19 13:19:13.823] Server {0x2ac7d579e700} DEBUG: (http) NEXTDUP: (nil), RAW: 1, RAWLEN: 73, F: 1]
> [Dec 19 13:19:13.823] Server {0x2ac7d579e700} DEBUG: (http) 
> [Dec 19 13:19:13.823] Server {0x2ac7d579e700} DEBUG: (http) 	SLOT # 5 (0x2ac7d8ce09b8), LIVE    
> [Dec 19 13:19:13.823] Server {0x2ac7d579e700} DEBUG: (http) [N: "Origin", N_LEN: 6, N_IDX: -1, 
> [Dec 19 13:19:13.823] Server {0x2ac7d579e700} DEBUG: (http) V: "https://qast.oasis.ugent.be", V_LEN: 27, 
> [Dec 19 13:19:13.823] Server {0x2ac7d579e700} DEBUG: (http) NEXTDUP: (nil), RAW: 1, RAWLEN: 37, F: 1]
> [Dec 19 13:19:13.823] Server {0x2ac7d579e700} DEBUG: (http) 
> [Dec 19 13:19:13.823] Server {0x2ac7d579e700} DEBUG: (http) 	SLOT # 6 (0x2ac7d8ce09d8), LIVE    
> [Dec 19 13:19:13.823] Server {0x2ac7d579e700} DEBUG: (http) [N: "User-Agent", N_LEN: 10, N_IDX: 64, 
> [Dec 19 13:19:13.823] Server {0x2ac7d579e700} DEBUG: (http) V: "Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/29.0.1547.62 Safari/537.36", V_LEN: 102, 
> [Dec 19 13:19:13.823] Server {0x2ac7d579e700} DEBUG: (http) NEXTDUP: (nil), RAW: 1, RAWLEN: 116, F: 1]
> [Dec 19 13:19:13.823] Server {0x2ac7d579e700} DEBUG: (http) 
> [Dec 19 13:19:13.823] Server {0x2ac7d579e700} DEBUG: (http) 	SLOT # 7 (0x2ac7d8ce09f8), LIVE    
> [Dec 19 13:19:13.823] Server {0x2ac7d579e700} DEBUG: (http) [N: "Content-Type", N_LEN: 12, N_IDX: 20, 
> [Dec 19 13:19:13.823] Server {0x2ac7d579e700} DEBUG: (http) V: "multipart/form-data; boundary=----WebKitFormBoundary670Auy697Pd7hX7G", V_LEN: 68, 
> [Dec 19 13:19:13.823] Server {0x2ac7d579e700} DEBUG: (http) NEXTDUP: (nil), RAW: 1, RAWLEN: 84, F: 1]
> [Dec 19 13:19:13.823] Server {0x2ac7d579e700} DEBUG: (http) 
> [Dec 19 13:19:13.823] Server {0x2ac7d579e700} DEBUG: (http) 	SLOT # 8 (0x2ac7d8ce0a18), LIVE    
> [Dec 19 13:19:13.823] Server {0x2ac7d579e700} DEBUG: (http) [N: "Referer", N_LEN: 7, N_IDX: 54, 
> [Dec 19 13:19:13.823] Server {0x2ac7d579e700} DEBUG: (http) V: "https://qast.oasis.ugent.be/upload.php", V_LEN: 38, 
> [Dec 19 13:19:13.823] Server {0x2ac7d579e700} DEBUG: (http) NEXTDUP: (nil), RAW: 1, RAWLEN: 49, F: 1]
> [Dec 19 13:19:13.823] Server {0x2ac7d579e700} DEBUG: (http) 
> [Dec 19 13:19:13.823] Server {0x2ac7d579e700} DEBUG: (http) 	SLOT # 9 (0x2ac7d8ce0a38), LIVE    
> [Dec 19 13:19:13.823] Server {0x2ac7d579e700} DEBUG: (http) [N: "Accept-Encoding", N_LEN: 15, N_IDX: 1, 
> [Dec 19 13:19:13.823] Server {0x2ac7d579e700} DEBUG: (http) V: "gzip,deflate,sdch", V_LEN: 17, 
> [Dec 19 13:19:13.823] Server {0x2ac7d579e700} DEBUG: (http) NEXTDUP: (nil), RAW: 1, RAWLEN: 36, F: 1]
> [Dec 19 13:19:13.823] Server {0x2ac7d579e700} DEBUG: (http) 
> [Dec 19 13:19:13.823] Server {0x2ac7d579e700} DEBUG: (http) 	SLOT #10 (0x2ac7d8ce0a58), LIVE    
> [Dec 19 13:19:13.823] Server {0x2ac7d579e700} DEBUG: (http) [N: "Accept-Language", N_LEN: 15, N_IDX: 2, 
> [Dec 19 13:19:13.823] Server {0x2ac7d579e700} DEBUG: (http) V: "en-US,en;q=0.8,nl;q=0.6", V_LEN: 23, 
> [Dec 19 13:19:13.823] Server {0x2ac7d579e700} DEBUG: (http) NEXTDUP: (nil), RAW: 1, RAWLEN: 42, F: 1]
> [Dec 19 13:19:13.823] Server {0x2ac7d579e700} DEBUG: (http) 
> [Dec 19 13:19:13.823] Server {0x2ac7d579e700} DEBUG: (http) 	SLOT #11 (0x2ac7d8ce0a78), LIVE    
> [Dec 19 13:19:13.823] Server {0x2ac7d579e700} DEBUG: (http) [N: "Cookie", N_LEN: 6, N_IDX: 22, 
> [Dec 19 13:19:13.823] Server {0x2ac7d579e700} DEBUG: (http) V: "__utma=194700969.1508881048.1377589228.1385633807.1386604589.10; __utmc=194700969; __utmz=194700969.1385633807.9.6.utmcsr=google|utmccn=(organic)|utmcmd=organic|utmctr=(not%20provided); _ga=GA1.2.1508881048.1377589228", V_LEN: 217, 
> [Dec 19 13:19:13.823] Server {0x2ac7d579e700} DEBUG: (http) NEXTDUP: (nil), RAW: 1, RAWLEN: 227, F: 1]
> [Dec 19 13:19:13.823] Server {0x2ac7d579e700} DEBUG: (http) 
> [Dec 19 13:19:13.823] Server {0x2ac7d579e700} DEBUG: (http_trans) END HttpTransact::StartRemapRequest
> [Dec 19 13:19:13.823] Server {0x2ac7d579e700} DEBUG: (http_trans) Next action HTTP_API_PRE_REMAP; HttpTransact::PerformRemap
> [Dec 19 13:19:13.823] Server {0x2ac7d579e700} DEBUG: (http) [0] State Transition: API_READ_REQUEST_HDR -> HTTP_API_PRE_REMAP
> [Dec 19 13:19:13.823] Server {0x2ac7d579e700} DEBUG: (http) [0] calling plugin on hook TS_HTTP_PRE_REMAP_HOOK at hook 0x17ff520
> [Dec 19 13:19:13.823] Server {0x2ac7d579e700} DEBUG: (http) [0] [&HttpSM::state_api_callback, HTTP_API_CONTINUE]
> [Dec 19 13:19:13.823] Server {0x2ac7d579e700} DEBUG: (http) [0] [&HttpSM::state_api_callout, HTTP_API_CONTINUE]
> [Dec 19 13:19:13.823] Server {0x2ac7d579e700} DEBUG: (http_trans) Inside PerformRemap
> [Dec 19 13:19:13.823] Server {0x2ac7d579e700} DEBUG: (http_trans) Next action HTTP_REMAP_REQUEST; HttpTransact::EndRemapRequest
> [Dec 19 13:19:13.823] Server {0x2ac7d579e700} DEBUG: (http) [0] State Transition: HTTP_API_PRE_REMAP -> HTTP_REMAP_REQUEST
> [Dec 19 13:19:13.823] Server {0x2ac7d579e700} DEBUG: (http_seq) [HttpSM::do_remap_request] Remapping request
> [Dec 19 13:19:13.823] Server {0x2ac7d579e700} DEBUG: (http_trans) START HttpTransact::EndRemapRequest
> [Dec 19 13:19:13.823] Server {0x2ac7d579e700} DEBUG: (http_trans) EndRemapRequest host is localhost
> [Dec 19 13:19:13.823] Server {0x2ac7d579e700} DEBUG: (http_trans) After Remapping:
> [Dec 19 13:19:13.823] Server {0x2ac7d579e700} DEBUG: (http) HTTP_HEADER 0x2ac7d8ce0898: [T: 3, L:   48, OBJFLAGS: 0]  
> [Dec 19 13:19:13.823] Server {0x2ac7d579e700} DEBUG: (http) [TYPE: REQ, V: 10001, URL: 0x2ac7d8ce0b18, METHOD: "POST", METHOD_LEN: 4, FIELDS: 0x2ac7d8ce08c8]
> [Dec 19 13:19:13.823] Server {0x2ac7d579e700} DEBUG: (http) URL 0x2ac7d8ce0b18: [T: 2, L:  112, OBJFLAGS: 0]  
> [Dec 19 13:19:13.823] Server {0x2ac7d579e700} DEBUG: (http) [URLTYPE: 2, SWKSIDX: 93,
> [Dec 19 13:19:13.823] Server {0x2ac7d579e700} DEBUG: (http) 	SCHEME: "https", SCHEME_LEN: 5,
> [Dec 19 13:19:13.823] Server {0x2ac7d579e700} DEBUG: (http) 	USER: "", USER_LEN: 0,
> [Dec 19 13:19:13.823] Server {0x2ac7d579e700} DEBUG: (http) 	PASSWORD: "", PASSWORD_LEN: 0,
> [Dec 19 13:19:13.823] Server {0x2ac7d579e700} DEBUG: (http) 	HOST: "localhost", HOST_LEN: 9,
> [Dec 19 13:19:13.823] Server {0x2ac7d579e700} DEBUG: (http) 	PORT: "8899", PORT_LEN: 4, PORT_NUM: 8899
> [Dec 19 13:19:13.823] Server {0x2ac7d579e700} DEBUG: (http) 	PATH: "upload.php", PATH_LEN: 10,
> [Dec 19 13:19:13.823] Server {0x2ac7d579e700} DEBUG: (http) 	PARAMS: "", PARAMS_LEN: 0,
> [Dec 19 13:19:13.823] Server {0x2ac7d579e700} DEBUG: (http) 	QUERY: "", QUERY_LEN: 0,
> [Dec 19 13:19:13.823] Server {0x2ac7d579e700} DEBUG: (http) 	FRAGMENT: "", FRAGMENT_LEN: 0]
> [Dec 19 13:19:13.823] Server {0x2ac7d579e700} DEBUG: (http) MIME_HEADER 0x2ac7d8ce08c8: [T: 4, L:  592, OBJFLAGS: 0]  
> [Dec 19 13:19:13.823] Server {0x2ac7d579e700} DEBUG: (http) 
> 	[PBITS: 0x00080800010C4A0D, SLACC: 0xF3FFA9F4FFB72FF1FFFFFFFFFFF6FFFF, HEADBLK: 0x2ac7d8ce0908, TAILBLK: 0x2ac7d8ce0908]
> [Dec 19 13:19:13.823] Server {0x2ac7d579e700} DEBUG: (http) 	[CBITS: 0x00000001, T_MAXAGE: 0, T_SMAXAGE: 0, T_MAXSTALE: 0, T_MINFRESH: 0, PNO$: 0]
> [Dec 19 13:19:13.823] Server {0x2ac7d579e700} DEBUG: (http) FIELD_BLOCK 0x2ac7d8ce0908: [T: 5, L:  528, OBJFLAGS: 0]  
> [Dec 19 13:19:13.823] Server {0x2ac7d579e700} DEBUG: (http) [FREETOP: 12, NEXTBLK: (nil)]
> [Dec 19 13:19:13.823] Server {0x2ac7d579e700} DEBUG: (http) 	SLOT # 0 (0x2ac7d8ce0918), LIVE    
> [Dec 19 13:19:13.823] Server {0x2ac7d579e700} DEBUG: (http) [N: "Host", N_LEN: 4, N_IDX: 30, 
> [Dec 19 13:19:13.823] Server {0x2ac7d579e700} DEBUG: (http) V: "qast.oasis.ugent.be", V_LEN: 19, 
> [Dec 19 13:19:13.823] Server {0x2ac7d579e700} DEBUG: (http) NEXTDUP: (nil), RAW: 1, RAWLEN: 27, F: 1]
> [Dec 19 13:19:13.823] Server {0x2ac7d579e700} DEBUG: (http) 
> [Dec 19 13:19:13.823] Server {0x2ac7d579e700} DEBUG: (http) 	SLOT # 1 (0x2ac7d8ce0938), LIVE    
> [Dec 19 13:19:13.823] Server {0x2ac7d579e700} DEBUG: (http) [N: "Connection", N_LEN: 10, N_IDX: 12, 
> [Dec 19 13:19:13.823] Server {0x2ac7d579e700} DEBUG: (http) V: "keep-alive", V_LEN: 10, 
> [Dec 19 13:19:13.823] Server {0x2ac7d579e700} DEBUG: (http) NEXTDUP: (nil), RAW: 1, RAWLEN: 24, F: 1]
> [Dec 19 13:19:13.823] Server {0x2ac7d579e700} DEBUG: (http) 
> [Dec 19 13:19:13.823] Server {0x2ac7d579e700} DEBUG: (http) 	SLOT # 2 (0x2ac7d8ce0958), LIVE    
> [Dec 19 13:19:13.823] Server {0x2ac7d579e700} DEBUG: (http) [N: "Content-Length", N_LEN: 14, N_IDX: 16, 
> [Dec 19 13:19:13.823] Server {0x2ac7d579e700} DEBUG: (http) V: "188214", V_LEN: 6, 
> [Dec 19 13:19:13.823] Server {0x2ac7d579e700} DEBUG: (http) NEXTDUP: (nil), RAW: 1, RAWLEN: 24, F: 1]
> [Dec 19 13:19:13.823] Server {0x2ac7d579e700} DEBUG: (http) 
> [Dec 19 13:19:13.823] Server {0x2ac7d579e700} DEBUG: (http) 	SLOT # 3 (0x2ac7d8ce0978), LIVE    
> [Dec 19 13:19:13.823] Server {0x2ac7d579e700} DEBUG: (http) [N: "Cache-Control", N_LEN: 13, N_IDX: 10, 
> [Dec 19 13:19:13.823] Server {0x2ac7d579e700} DEBUG: (http) V: "max-age=0", V_LEN: 9, 
> [Dec 19 13:19:13.823] Server {0x2ac7d579e700} DEBUG: (http) NEXTDUP: (nil), RAW: 1, RAWLEN: 26, F: 3]
> [Dec 19 13:19:13.823] Server {0x2ac7d579e700} DEBUG: (http) 
> [Dec 19 13:19:13.823] Server {0x2ac7d579e700} DEBUG: (http) 	SLOT # 4 (0x2ac7d8ce0998), LIVE    
> [Dec 19 13:19:13.823] Server {0x2ac7d579e700} DEBUG: (http) [N: "Accept", N_LEN: 6, N_IDX: 4, 
> [Dec 19 13:19:13.823] Server {0x2ac7d579e700} DEBUG: (http) V: "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8", V_LEN: 63, 
> [Dec 19 13:19:13.823] Server {0x2ac7d579e700} DEBUG: (http) NEXTDUP: (nil), RAW: 1, RAWLEN: 73, F: 1]
> [Dec 19 13:19:13.823] Server {0x2ac7d579e700} DEBUG: (http) 
> [Dec 19 13:19:13.823] Server {0x2ac7d579e700} DEBUG: (http) 	SLOT # 5 (0x2ac7d8ce09b8), LIVE    
> [Dec 19 13:19:13.823] Server {0x2ac7d579e700} DEBUG: (http) [N: "Origin", N_LEN: 6, N_IDX: -1, 
> [Dec 19 13:19:13.823] Server {0x2ac7d579e700} DEBUG: (http) V: "https://qast.oasis.ugent.be", V_LEN: 27, 
> [Dec 19 13:19:13.823] Server {0x2ac7d579e700} DEBUG: (http) NEXTDUP: (nil), RAW: 1, RAWLEN: 37, F: 1]
> [Dec 19 13:19:13.823] Server {0x2ac7d579e700} DEBUG: (http) 
> [Dec 19 13:19:13.823] Server {0x2ac7d579e700} DEBUG: (http) 	SLOT # 6 (0x2ac7d8ce09d8), LIVE    
> [Dec 19 13:19:13.823] Server {0x2ac7d579e700} DEBUG: (http) [N: "User-Agent", N_LEN: 10, N_IDX: 64, 
> [Dec 19 13:19:13.823] Server {0x2ac7d579e700} DEBUG: (http) V: "Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/29.0.1547.62 Safari/537.36", V_LEN: 102, 
> [Dec 19 13:19:13.823] Server {0x2ac7d579e700} DEBUG: (http) NEXTDUP: (nil), RAW: 1, RAWLEN: 116, F: 1]
> [Dec 19 13:19:13.823] Server {0x2ac7d579e700} DEBUG: (http) 
> [Dec 19 13:19:13.823] Server {0x2ac7d579e700} DEBUG: (http) 	SLOT # 7 (0x2ac7d8ce09f8), LIVE    
> [Dec 19 13:19:13.823] Server {0x2ac7d579e700} DEBUG: (http) [N: "Content-Type", N_LEN: 12, N_IDX: 20, 
> [Dec 19 13:19:13.823] Server {0x2ac7d579e700} DEBUG: (http) V: "multipart/form-data; boundary=----WebKitFormBoundary670Auy697Pd7hX7G", V_LEN: 68, 
> [Dec 19 13:19:13.823] Server {0x2ac7d579e700} DEBUG: (http) NEXTDUP: (nil), RAW: 1, RAWLEN: 84, F: 1]
> [Dec 19 13:19:13.823] Server {0x2ac7d579e700} DEBUG: (http) 
> [Dec 19 13:19:13.823] Server {0x2ac7d579e700} DEBUG: (http) 	SLOT # 8 (0x2ac7d8ce0a18), LIVE    
> [Dec 19 13:19:13.823] Server {0x2ac7d579e700} DEBUG: (http) [N: "Referer", N_LEN: 7, N_IDX: 54, 
> [Dec 19 13:19:13.823] Server {0x2ac7d579e700} DEBUG: (http) V: "https://qast.oasis.ugent.be/upload.php", V_LEN: 38, 
> [Dec 19 13:19:13.823] Server {0x2ac7d579e700} DEBUG: (http) NEXTDUP: (nil), RAW: 1, RAWLEN: 49, F: 1]
> [Dec 19 13:19:13.823] Server {0x2ac7d579e700} DEBUG: (http) 
> [Dec 19 13:19:13.823] Server {0x2ac7d579e700} DEBUG: (http) 	SLOT # 9 (0x2ac7d8ce0a38), LIVE    
> [Dec 19 13:19:13.823] Server {0x2ac7d579e700} DEBUG: (http) [N: "Accept-Encoding", N_LEN: 15, N_IDX: 1, 
> [Dec 19 13:19:13.823] Server {0x2ac7d579e700} DEBUG: (http) V: "gzip,deflate,sdch", V_LEN: 17, 
> [Dec 19 13:19:13.823] Server {0x2ac7d579e700} DEBUG: (http) NEXTDUP: (nil), RAW: 1, RAWLEN: 36, F: 1]
> [Dec 19 13:19:13.823] Server {0x2ac7d579e700} DEBUG: (http) 
> [Dec 19 13:19:13.823] Server {0x2ac7d579e700} DEBUG: (http) 	SLOT #10 (0x2ac7d8ce0a58), LIVE    
> [Dec 19 13:19:13.823] Server {0x2ac7d579e700} DEBUG: (http) [N: "Accept-Language", N_LEN: 15, N_IDX: 2, 
> [Dec 19 13:19:13.823] Server {0x2ac7d579e700} DEBUG: (http) V: "en-US,en;q=0.8,nl;q=0.6", V_LEN: 23, 
> [Dec 19 13:19:13.823] Server {0x2ac7d579e700} DEBUG: (http) NEXTDUP: (nil), RAW: 1, RAWLEN: 42, F: 1]
> [Dec 19 13:19:13.823] Server {0x2ac7d579e700} DEBUG: (http) 
> [Dec 19 13:19:13.824] Server {0x2ac7d579e700} DEBUG: (http) 	SLOT #11 (0x2ac7d8ce0a78), LIVE    
> [Dec 19 13:19:13.824] Server {0x2ac7d579e700} DEBUG: (http) [N: "Cookie", N_LEN: 6, N_IDX: 22, 
> [Dec 19 13:19:13.824] Server {0x2ac7d579e700} DEBUG: (http) V: "__utma=194700969.1508881048.1377589228.1385633807.1386604589.10; __utmc=194700969; __utmz=194700969.1385633807.9.6.utmcsr=google|utmccn=(organic)|utmcmd=organic|utmctr=(not%20provided); _ga=GA1.2.1508881048.1377589228", V_LEN: 217, 
> [Dec 19 13:19:13.824] Server {0x2ac7d579e700} DEBUG: (http) NEXTDUP: (nil), RAW: 1, RAWLEN: 227, F: 1]
> [Dec 19 13:19:13.824] Server {0x2ac7d579e700} DEBUG: (http) 
> [Dec 19 13:19:13.824] Server {0x2ac7d579e700} DEBUG: (http_trans) END HttpTransact::EndRemapRequest
> [Dec 19 13:19:13.824] Server {0x2ac7d579e700} DEBUG: (http_trans) Next action HTTP_API_POST_REMAP; HttpTransact::HandleRequest
> [Dec 19 13:19:13.824] Server {0x2ac7d579e700} DEBUG: (http) [0] State Transition: HTTP_REMAP_REQUEST -> HTTP_API_POST_REMAP
> [Dec 19 13:19:13.824] Server {0x2ac7d579e700} DEBUG: (http_trans) START HttpTransact::HandleRequest
> [Dec 19 13:19:13.824] Server {0x2ac7d579e700} DEBUG: (http_trans) [is_request_valid]no request header errors
> [Dec 19 13:19:13.824] Server {0x2ac7d579e700} DEBUG: (http_seq) [HttpTransact::HandleRequest] request valid.
> [Dec 19 13:19:13.824] Server {0x2ac7d579e700} DEBUG: (http) HTTP_HEADER 0x2ac7d8ce0898: [T: 3, L:   48, OBJFLAGS: 0]  
> [Dec 19 13:19:13.824] Server {0x2ac7d579e700} DEBUG: (http) [TYPE: REQ, V: 10001, URL: 0x2ac7d8ce0b18, METHOD: "POST", METHOD_LEN: 4, FIELDS: 0x2ac7d8ce08c8]
> [Dec 19 13:19:13.824] Server {0x2ac7d579e700} DEBUG: (http) URL 0x2ac7d8ce0b18: [T: 2, L:  112, OBJFLAGS: 0]  
> [Dec 19 13:19:13.824] Server {0x2ac7d579e700} DEBUG: (http) [URLTYPE: 2, SWKSIDX: 93,
> [Dec 19 13:19:13.824] Server {0x2ac7d579e700} DEBUG: (http) 	SCHEME: "https", SCHEME_LEN: 5,
> [Dec 19 13:19:13.824] Server {0x2ac7d579e700} DEBUG: (http) 	USER: "", USER_LEN: 0,
> [Dec 19 13:19:13.824] Server {0x2ac7d579e700} DEBUG: (http) 	PASSWORD: "", PASSWORD_LEN: 0,
> [Dec 19 13:19:13.824] Server {0x2ac7d579e700} DEBUG: (http) 	HOST: "localhost", HOST_LEN: 9,
> [Dec 19 13:19:13.824] Server {0x2ac7d579e700} DEBUG: (http) 	PORT: "8899", PORT_LEN: 4, PORT_NUM: 8899
> [Dec 19 13:19:13.824] Server {0x2ac7d579e700} DEBUG: (http) 	PATH: "upload.php", PATH_LEN: 10,
> [Dec 19 13:19:13.824] Server {0x2ac7d579e700} DEBUG: (http) 	PARAMS: "", PARAMS_LEN: 0,
> [Dec 19 13:19:13.824] Server {0x2ac7d579e700} DEBUG: (http) 	QUERY: "", QUERY_LEN: 0,
> [Dec 19 13:19:13.824] Server {0x2ac7d579e700} DEBUG: (http) 	FRAGMENT: "", FRAGMENT_LEN: 0]
> [Dec 19 13:19:13.824] Server {0x2ac7d579e700} DEBUG: (http) MIME_HEADER 0x2ac7d8ce08c8: [T: 4, L:  592, OBJFLAGS: 0]  
> [Dec 19 13:19:13.824] Server {0x2ac7d579e700} DEBUG: (http) 
> 	[PBITS: 0x00080800010C4A0D, SLACC: 0xF3FFA9F4FFB72FF1FFFFFFFFFFF6FFFF, HEADBLK: 0x2ac7d8ce0908, TAILBLK: 0x2ac7d8ce0908]
> [Dec 19 13:19:13.824] Server {0x2ac7d579e700} DEBUG: (http) 	[CBITS: 0x00000001, T_MAXAGE: 0, T_SMAXAGE: 0, T_MAXSTALE: 0, T_MINFRESH: 0, PNO$: 0]
> [Dec 19 13:19:13.824] Server {0x2ac7d579e700} DEBUG: (http) FIELD_BLOCK 0x2ac7d8ce0908: [T: 5, L:  528, OBJFLAGS: 0]  
> [Dec 19 13:19:13.824] Server {0x2ac7d579e700} DEBUG: (http) [FREETOP: 12, NEXTBLK: (nil)]
> [Dec 19 13:19:13.824] Server {0x2ac7d579e700} DEBUG: (http) 	SLOT # 0 (0x2ac7d8ce0918), LIVE    
> [Dec 19 13:19:13.824] Server {0x2ac7d579e700} DEBUG: (http) [N: "Host", N_LEN: 4, N_IDX: 30, 
> [Dec 19 13:19:13.824] Server {0x2ac7d579e700} DEBUG: (http) V: "qast.oasis.ugent.be", V_LEN: 19, 
> [Dec 19 13:19:13.824] Server {0x2ac7d579e700} DEBUG: (http) NEXTDUP: (nil), RAW: 1, RAWLEN: 27, F: 1]
> [Dec 19 13:19:13.824] Server {0x2ac7d579e700} DEBUG: (http) 
> [Dec 19 13:19:13.824] Server {0x2ac7d579e700} DEBUG: (http) 	SLOT # 1 (0x2ac7d8ce0938), LIVE    
> [Dec 19 13:19:13.824] Server {0x2ac7d579e700} DEBUG: (http) [N: "Connection", N_LEN: 10, N_IDX: 12, 
> [Dec 19 13:19:13.824] Server {0x2ac7d579e700} DEBUG: (http) V: "keep-alive", V_LEN: 10, 
> [Dec 19 13:19:13.824] Server {0x2ac7d579e700} DEBUG: (http) NEXTDUP: (nil), RAW: 1, RAWLEN: 24, F: 1]
> [Dec 19 13:19:13.824] Server {0x2ac7d579e700} DEBUG: (http) 
> [Dec 19 13:19:13.824] Server {0x2ac7d579e700} DEBUG: (http) 	SLOT # 2 (0x2ac7d8ce0958), LIVE    
> [Dec 19 13:19:13.824] Server {0x2ac7d579e700} DEBUG: (http) [N: "Content-Length", N_LEN: 14, N_IDX: 16, 
> [Dec 19 13:19:13.824] Server {0x2ac7d579e700} DEBUG: (http) V: "188214", V_LEN: 6, 
> [Dec 19 13:19:13.824] Server {0x2ac7d579e700} DEBUG: (http) NEXTDUP: (nil), RAW: 1, RAWLEN: 24, F: 1]
> [Dec 19 13:19:13.824] Server {0x2ac7d579e700} DEBUG: (http) 
> [Dec 19 13:19:13.824] Server {0x2ac7d579e700} DEBUG: (http) 	SLOT # 3 (0x2ac7d8ce0978), LIVE    
> [Dec 19 13:19:13.824] Server {0x2ac7d579e700} DEBUG: (http) [N: "Cache-Control", N_LEN: 13, N_IDX: 10, 
> [Dec 19 13:19:13.824] Server {0x2ac7d579e700} DEBUG: (http) V: "max-age=0", V_LEN: 9, 
> [Dec 19 13:19:13.824] Server {0x2ac7d579e700} DEBUG: (http) NEXTDUP: (nil), RAW: 1, RAWLEN: 26, F: 3]
> [Dec 19 13:19:13.824] Server {0x2ac7d579e700} DEBUG: (http) 
> [Dec 19 13:19:13.824] Server {0x2ac7d579e700} DEBUG: (http) 	SLOT # 4 (0x2ac7d8ce0998), LIVE    
> [Dec 19 13:19:13.824] Server {0x2ac7d579e700} DEBUG: (http) [N: "Accept", N_LEN: 6, N_IDX: 4, 
> [Dec 19 13:19:13.824] Server {0x2ac7d579e700} DEBUG: (http) V: "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8", V_LEN: 63, 
> [Dec 19 13:19:13.824] Server {0x2ac7d579e700} DEBUG: (http) NEXTDUP: (nil), RAW: 1, RAWLEN: 73, F: 1]
> [Dec 19 13:19:13.824] Server {0x2ac7d579e700} DEBUG: (http) 
> [Dec 19 13:19:13.824] Server {0x2ac7d579e700} DEBUG: (http) 	SLOT # 5 (0x2ac7d8ce09b8), LIVE    
> [Dec 19 13:19:13.824] Server {0x2ac7d579e700} DEBUG: (http) [N: "Origin", N_LEN: 6, N_IDX: -1, 
> [Dec 19 13:19:13.824] Server {0x2ac7d579e700} DEBUG: (http) V: "https://qast.oasis.ugent.be", V_LEN: 27, 
> [Dec 19 13:19:13.824] Server {0x2ac7d579e700} DEBUG: (http) NEXTDUP: (nil), RAW: 1, RAWLEN: 37, F: 1]
> [Dec 19 13:19:13.824] Server {0x2ac7d579e700} DEBUG: (http) 
> [Dec 19 13:19:13.824] Server {0x2ac7d579e700} DEBUG: (http) 	SLOT # 6 (0x2ac7d8ce09d8), LIVE    
> [Dec 19 13:19:13.824] Server {0x2ac7d579e700} DEBUG: (http) [N: "User-Agent", N_LEN: 10, N_IDX: 64, 
> [Dec 19 13:19:13.824] Server {0x2ac7d579e700} DEBUG: (http) V: "Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/29.0.1547.62 Safari/537.36", V_LEN: 102, 
> [Dec 19 13:19:13.824] Server {0x2ac7d579e700} DEBUG: (http) NEXTDUP: (nil), RAW: 1, RAWLEN: 116, F: 1]
> [Dec 19 13:19:13.824] Server {0x2ac7d579e700} DEBUG: (http) 
> [Dec 19 13:19:13.824] Server {0x2ac7d579e700} DEBUG: (http) 	SLOT # 7 (0x2ac7d8ce09f8), LIVE    
> [Dec 19 13:19:13.824] Server {0x2ac7d579e700} DEBUG: (http) [N: "Content-Type", N_LEN: 12, N_IDX: 20, 
> [Dec 19 13:19:13.824] Server {0x2ac7d579e700} DEBUG: (http) V: "multipart/form-data; boundary=----WebKitFormBoundary670Auy697Pd7hX7G", V_LEN: 68, 
> [Dec 19 13:19:13.824] Server {0x2ac7d579e700} DEBUG: (http) NEXTDUP: (nil), RAW: 1, RAWLEN: 84, F: 1]
> [Dec 19 13:19:13.824] Server {0x2ac7d579e700} DEBUG: (http) 
> [Dec 19 13:19:13.824] Server {0x2ac7d579e700} DEBUG: (http) 	SLOT # 8 (0x2ac7d8ce0a18), LIVE    
> [Dec 19 13:19:13.824] Server {0x2ac7d579e700} DEBUG: (http) [N: "Referer", N_LEN: 7, N_IDX: 54, 
> [Dec 19 13:19:13.824] Server {0x2ac7d579e700} DEBUG: (http) V: "https://qast.oasis.ugent.be/upload.php", V_LEN: 38, 
> [Dec 19 13:19:13.824] Server {0x2ac7d579e700} DEBUG: (http) NEXTDUP: (nil), RAW: 1, RAWLEN: 49, F: 1]
> [Dec 19 13:19:13.824] Server {0x2ac7d579e700} DEBUG: (http) 
> [Dec 19 13:19:13.824] Server {0x2ac7d579e700} DEBUG: (http) 	SLOT # 9 (0x2ac7d8ce0a38), LIVE    
> [Dec 19 13:19:13.824] Server {0x2ac7d579e700} DEBUG: (http) [N: "Accept-Encoding", N_LEN: 15, N_IDX: 1, 
> [Dec 19 13:19:13.824] Server {0x2ac7d579e700} DEBUG: (http) V: "gzip,deflate,sdch", V_LEN: 17, 
> [Dec 19 13:19:13.824] Server {0x2ac7d579e700} DEBUG: (http) NEXTDUP: (nil), RAW: 1, RAWLEN: 36, F: 1]
> [Dec 19 13:19:13.824] Server {0x2ac7d579e700} DEBUG: (http) 
> [Dec 19 13:19:13.824] Server {0x2ac7d579e700} DEBUG: (http) 	SLOT #10 (0x2ac7d8ce0a58), LIVE    
> [Dec 19 13:19:13.824] Server {0x2ac7d579e700} DEBUG: (http) [N: "Accept-Language", N_LEN: 15, N_IDX: 2, 
> [Dec 19 13:19:13.824] Server {0x2ac7d579e700} DEBUG: (http) V: "en-US,en;q=0.8,nl;q=0.6", V_LEN: 23, 
> [Dec 19 13:19:13.824] Server {0x2ac7d579e700} DEBUG: (http) NEXTDUP: (nil), RAW: 1, RAWLEN: 42, F: 1]
> [Dec 19 13:19:13.824] Server {0x2ac7d579e700} DEBUG: (http) 
> [Dec 19 13:19:13.824] Server {0x2ac7d579e700} DEBUG: (http) 	SLOT #11 (0x2ac7d8ce0a78), LIVE    
> [Dec 19 13:19:13.824] Server {0x2ac7d579e700} DEBUG: (http) [N: "Cookie", N_LEN: 6, N_IDX: 22, 
> [Dec 19 13:19:13.824] Server {0x2ac7d579e700} DEBUG: (http) V: "__utma=194700969.1508881048.1377589228.1385633807.1386604589.10; __utmc=194700969; __utmz=194700969.1385633807.9.6.utmcsr=google|utmccn=(organic)|utmcmd=organic|utmctr=(not%20provided); _ga=GA1.2.1508881048.1377589228", V_LEN: 217, 
> [Dec 19 13:19:13.824] Server {0x2ac7d579e700} DEBUG: (http) NEXTDUP: (nil), RAW: 1, RAWLEN: 227, F: 1]
> [Dec 19 13:19:13.824] Server {0x2ac7d579e700} DEBUG: (http) 
> [Dec 19 13:19:13.824] Server {0x2ac7d579e700} DEBUG: (http_trans) [init_stat_vars_from_req] set req cont length to 188214
> +++++++++ Incoming Request +++++++++
> -- State Machine Id: 0
> POST https://localhost:8899/upload.php HTTP/1.1
> Host: qast.oasis.ugent.be
> Connection: keep-alive
> Content-Length: 188214
> Cache-Control: max-age=0
> Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
> Origin: https://qast.oasis.ugent.be
> User-Agent: Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/29.0.1547.62 Safari/537.36
> Content-Type: multipart/form-data; boundary=----WebKitFormBoundary670Auy697Pd7hX7G
> Referer: https://qast.oasis.ugent.be/upload.php
> Accept-Encoding: gzip,deflate,sdch
> Accept-Language: en-US,en;q=0.8,nl;q=0.6
> Cookie: __utma=194700969.1508881048.1377589228.1385633807.1386604589.10; __utmc=194700969; __utmz=194700969.1385633807.9.6.utmcsr=google|utmccn=(organic)|utmcmd=organic|utmctr=(not%20provided); _ga=GA1.2.1508881048.1377589228
> [Dec 19 13:19:13.824] Server {0x2ac7d579e700} DEBUG: (http_trans) [DecideCacheLookup] Will do cache lookup.
> [Dec 19 13:19:13.824] Server {0x2ac7d579e700} DEBUG: (http_seq) [DecideCacheLookup] Will do cache lookup
> [Dec 19 13:19:13.824] Server {0x2ac7d579e700} DEBUG: (http_trans) Next action CACHE_LOOKUP; NULL
> [Dec 19 13:19:13.824] Server {0x2ac7d579e700} DEBUG: (http) [0] State Transition: HTTP_API_POST_REMAP -> CACHE_LOOKUP
> [Dec 19 13:19:13.824] Server {0x2ac7d579e700} DEBUG: (http_seq) [HttpSM::do_cache_lookup_and_read] [0] Issuing cache lookup for URL https://qast.oasis.ugent.be/upload.php
> [Dec 19 13:19:13.824] Server {0x2ac7d579e700} DEBUG: (http_cache) [0] [&HttpCacheSM::state_cache_open_read, CACHE_EVENT_OPEN_READ_FAILED]
> [Dec 19 13:19:13.824] Server {0x2ac7d579e700} DEBUG: (http) [0] [HttpSM::main_handler, CACHE_EVENT_OPEN_READ_FAILED]
> [Dec 19 13:19:13.824] Server {0x2ac7d579e700} DEBUG: (http) [0] [&HttpSM::state_cache_open_read, CACHE_EVENT_OPEN_READ_FAILED]
> [Dec 19 13:19:13.824] Server {0x2ac7d579e700} DEBUG: (http) [0] cache_open_read - CACHE_EVENT_OPEN_READ_FAILED
> [Dec 19 13:19:13.824] Server {0x2ac7d579e700} DEBUG: (http) [state_cache_open_read] open read failed.
> [Dec 19 13:19:13.824] Server {0x2ac7d579e700} DEBUG: (http_trans) [HttpTransact::HandleCacheOpenRead]
> [Dec 19 13:19:13.824] Server {0x2ac7d579e700} DEBUG: (http_trans) CacheOpenRead -- miss
> [Dec 19 13:19:13.824] Server {0x2ac7d579e700} DEBUG: (http_trans) Next action DNS_LOOKUP; OSDNSLookup
> [Dec 19 13:19:13.824] Server {0x2ac7d579e700} DEBUG: (http) [0] State Transition: CACHE_LOOKUP -> DNS_LOOKUP
> [Dec 19 13:19:13.824] Server {0x2ac7d579e700} DEBUG: (http_seq) [HttpSM::do_hostdb_lookup] Doing DNS Lookup
> [Dec 19 13:19:13.824] Server {0x2ac7d579e700} DEBUG: (http_trans) [ink_cluster_time] local: 1387455553, highest_delta: 0, cluster: 1387455553
> [Dec 19 13:19:13.824] Server {0x2ac7d579e700} DEBUG: (http_trans) [HttpTransact::OSDNSLookup] This was attempt 1
> [Dec 19 13:19:13.824] Server {0x2ac7d579e700} DEBUG: (http_seq) [HttpTransact::OSDNSLookup] DNS Lookup successful
> [Dec 19 13:19:13.824] Server {0x2ac7d579e700} DEBUG: (http_trans) [OSDNSLookup] DNS lookup for O.S. successful IP: 127.0.0.1
> [Dec 19 13:19:13.825] Server {0x2ac7d579e700} DEBUG: (http_trans) Next action HttpTransact::HTTP_API_OS_DNS; HandleCacheOpenReadMiss
> [Dec 19 13:19:13.825] Server {0x2ac7d579e700} DEBUG: (http) [0] State Transition: DNS_LOOKUP -> API_OS_DNS
> [Dec 19 13:19:13.825] Server {0x2ac7d579e700} DEBUG: (http_trans) [HandleCacheOpenReadMiss] --- MISS
> [Dec 19 13:19:13.825] Server {0x2ac7d579e700} DEBUG: (http_seq) [HttpTransact::HandleCacheOpenReadMiss] Miss in cache
> [Dec 19 13:19:13.825] Server {0x2ac7d579e700} DEBUG: (http_trans) client_ip_set = 0
> [Dec 19 13:19:13.825] Server {0x2ac7d579e700} DEBUG: (http_trans) inserted request header 'Client-ip: 157.193.39.157'
> [Dec 19 13:19:13.825] Server {0x2ac7d579e700} DEBUG: (http_trans) [add_client_ip_to_outgoing_request] Appended connecting client's (157.193.39.157) to the X-Forwards header
> [Dec 19 13:19:13.825] Server {0x2ac7d579e700} DEBUG: (http_trans) [build_request] request not like cacheable and conditional headers not removed
> [Dec 19 13:19:13.825] Server {0x2ac7d579e700} DEBUG: (http_trans) [ink_cluster_time] local: 1387455553, highest_delta: 0, cluster: 1387455553
> [Dec 19 13:19:13.825] Server {0x2ac7d579e700} DEBUG: (http_trans) [build_request] request_sent_time: 1387455553
> +++++++++ Proxy's Request +++++++++
> -- State Machine Id: 0
> POST /upload.php HTTP/1.1
> Host: qast.oasis.ugent.be
> Content-Length: 188214
> Cache-Control: max-age=0
> Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
> Origin: https://qast.oasis.ugent.be
> User-Agent: Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/29.0.1547.62 Safari/537.36
> Content-Type: multipart/form-data; boundary=----WebKitFormBoundary670Auy697Pd7hX7G
> Referer: https://qast.oasis.ugent.be/upload.php
> Accept-Encoding: gzip,deflate,sdch
> Accept-Language: en-US,en;q=0.8,nl;q=0.6
> Cookie: __utma=194700969.1508881048.1377589228.1385633807.1386604589.10; __utmc=194700969; __utmz=194700969.1385633807.9.6.utmcsr=google|utmccn=(organic)|utmcmd=organic|utmctr=(not%20provided); _ga=GA1.2.1508881048.1377589228
> Client-ip: 157.193.39.157
> X-Forwarded-For: 157.193.39.157
> Via: https/1.1 avitus[9DC12F41] (ApacheTrafficServer/4.2.0)
> [Dec 19 13:19:13.825] Server {0x2ac7d579e700} DEBUG: (http) [0] State Transition: API_OS_DNS -> ORIGIN_SERVER_OPEN
> [Dec 19 13:19:13.825] Server {0x2ac7d579e700} DEBUG: (http_track) entered inside do_http_server_open ][IPv4]
> [Dec 19 13:19:13.825] Server {0x2ac7d579e700} DEBUG: (http) [0] open connection to localhost: 127.0.0.1:8899
> [Dec 19 13:19:13.825] Server {0x2ac7d579e700} DEBUG: (http_seq) [HttpSM::do_http_server_open] Sending request to server
> [Dec 19 13:19:13.825] Server {0x2ac7d579e700} DEBUG: (http) calling sslNetProcessor.connect_re
> [Dec 19 13:19:13.825] Server {0x2ac7d579e700} DEBUG: (http) [0] [HttpSM::main_handler, NET_EVENT_OPEN]
> [Dec 19 13:19:13.825] Server {0x2ac7d579e700} DEBUG: (http_track) entered inside state_http_server_open
> [Dec 19 13:19:13.825] Server {0x2ac7d579e700} DEBUG: (http) [0] [&HttpSM::state_http_server_open, NET_EVENT_OPEN]
> [Dec 19 13:19:13.825] Server {0x2ac7d579e700} DEBUG: (http_ss) [0] session born, netvc 0x1860fa0
> [Dec 19 13:19:13.835] Server {0x2ac7d579e700} DEBUG: (http) [0] [HttpSM::main_handler, VC_EVENT_WRITE_COMPLETE]
> [Dec 19 13:19:13.835] Server {0x2ac7d579e700} DEBUG: (http) [0] [&HttpSM::state_send_server_request_header, VC_EVENT_WRITE_COMPLETE]
> [Dec 19 13:19:13.835] Server {0x2ac7d579e700} DEBUG: (http_tunnel) [0] adding producer 'user agent post'
> [Dec 19 13:19:13.835] Server {0x2ac7d579e700} DEBUG: (http_tunnel) [0] adding consumer 'http server post'
> [Dec 19 13:19:13.835] Server {0x2ac7d579e700} DEBUG: (http_tunnel) tunnel_run started, p_arg is provided
> [Dec 19 13:19:13.835] Server {0x2ac7d579e700} DEBUG: (http_redirect) [HttpTunnel::producer_run] client post: 3302 max size: 20480
> [Dec 19 13:19:13.835] Server {0x2ac7d579e700} DEBUG: (http_redirect) [HttpTunnel::allocate_postdata_buffers]
> [Dec 19 13:19:13.835] Server {0x2ac7d579e700} DEBUG: (http_redirect) [PostDataBuffers::PostDataBuffers]
> [Dec 19 13:19:13.835] Server {0x2ac7d579e700} DEBUG: (http_redirect) [HttpTunnel::copy_partial_post_data] wrote 3302 bytes to buffers 3302
> [Dec 19 13:19:13.835] Server {0x2ac7d579e700} DEBUG: (http_tunnel) [0] consumer_handler [http server post VC_EVENT_WRITE_READY]
> [Dec 19 13:19:13.835] Server {0x2ac7d579e700} DEBUG: (http_tunnel) [0] producer_handler [user agent post VC_EVENT_READ_READY]
> [Dec 19 13:19:13.835] Server {0x2ac7d579e700} DEBUG: (http_redirect) [HttpTunnel::producer_handler] [user agent post VC_EVENT_READ_READY]
> [Dec 19 13:19:13.835] Server {0x2ac7d579e700} DEBUG: (http_redirect) [HttpTunnel::producer_handler] post exceeds buffer limit, buffer_avail=3302 reader_avail=32768 limit=20480
> [Dec 19 13:19:13.835] Server {0x2ac7d579e700} DEBUG: (http_redirect) [HttpTunnel::deallocate_postdata_copy_buffers]
> [Dec 19 13:19:13.835] Server {0x2ac7d579e700} DEBUG: (http_redirect) [HttpTunnel::producer_handler] enable_redirection: [1 0 0] event: 100
> [Dec 19 13:19:13.835] Server {0x2ac7d579e700} DEBUG: (http_tunnel) [0] producer_handler [user agent post VC_EVENT_READ_READY]
> [Dec 19 13:19:13.835] Server {0x2ac7d579e700} DEBUG: (http_redirect) [HttpTunnel::producer_handler] enable_redirection: [1 0 0] event: 100
> [Dec 19 13:19:13.835] Server {0x2ac7d579e700} DEBUG: (http_tunnel) [0] consumer_handler [http server post VC_EVENT_WRITE_READY]
> [Dec 19 13:19:13.837] Server {0x2ac7d579e700} DEBUG: (http_tunnel) [0] producer_handler [user agent post VC_EVENT_READ_READY]
> [Dec 19 13:19:13.837] Server {0x2ac7d579e700} DEBUG: (http_redirect) [HttpTunnel::producer_handler] enable_redirection: [1 0 0] event: 100
> [Dec 19 13:19:13.837] Server {0x2ac7d579e700} DEBUG: (http_tunnel) [0] producer_handler [user agent post VC_EVENT_READ_READY]
> [Dec 19 13:19:13.837] Server {0x2ac7d579e700} DEBUG: (http_redirect) [HttpTunnel::producer_handler] enable_redirection: [1 0 0] event: 100
> [Dec 19 13:19:13.838] Server {0x2ac7d579e700} DEBUG: (http_tunnel) [0] consumer_handler [http server post VC_EVENT_WRITE_READY]
> [Dec 19 13:19:13.838] Server {0x2ac7d579e700} DEBUG: (http_tunnel) [0] producer_handler [user agent post VC_EVENT_READ_READY]
> [Dec 19 13:19:13.838] Server {0x2ac7d579e700} DEBUG: (http_redirect) [HttpTunnel::producer_handler] enable_redirection: [1 0 0] event: 100
> [Dec 19 13:19:13.838] Server {0x2ac7d579e700} DEBUG: (http_tunnel) [0] consumer_handler [http server post VC_EVENT_WRITE_READY]
> [Dec 19 13:19:13.839] Server {0x2ac7d579e700} DEBUG: (http_tunnel) [0] producer_handler [user agent post VC_EVENT_READ_READY]
> [Dec 19 13:19:13.839] Server {0x2ac7d579e700} DEBUG: (http_redirect) [HttpTunnel::producer_handler] enable_redirection: [1 0 0] event: 100
> [Dec 19 13:19:13.840] Server {0x2ac7d579e700} DEBUG: (http_tunnel) [0] producer_handler [user agent post VC_EVENT_READ_READY]
> [Dec 19 13:19:13.840] Server {0x2ac7d579e700} DEBUG: (http_redirect) [HttpTunnel::producer_handler] enable_redirection: [1 0 0] event: 100
> [Dec 19 13:19:13.840] Server {0x2ac7d579e700} DEBUG: (http_tunnel) [0] consumer_handler [http server post VC_EVENT_WRITE_READY]
> [Dec 19 13:19:13.841] Server {0x2ac7d579e700} DEBUG: (http_tunnel) [0] producer_handler [user agent post VC_EVENT_READ_READY]
> [Dec 19 13:19:13.841] Server {0x2ac7d579e700} DEBUG: (http_redirect) [HttpTunnel::producer_handler] enable_redirection: [1 0 0] event: 100
> [Dec 19 13:19:13.841] Server {0x2ac7d579e700} DEBUG: (http_tunnel) [0] consumer_handler [http server post VC_EVENT_WRITE_READY]
> [Dec 19 13:19:13.842] Server {0x2ac7d579e700} DEBUG: (http_tunnel) [0] producer_handler [user agent post VC_EVENT_READ_READY]
> [Dec 19 13:19:13.842] Server {0x2ac7d579e700} DEBUG: (http_redirect) [HttpTunnel::producer_handler] enable_redirection: [1 0 0] event: 100
> [Dec 19 13:19:13.842] Server {0x2ac7d579e700} DEBUG: (http_tunnel) [0] producer_handler [user agent post VC_EVENT_READ_READY]
> [Dec 19 13:19:13.842] Server {0x2ac7d579e700} DEBUG: (http_redirect) [HttpTunnel::producer_handler] enable_redirection: [1 0 0] event: 100
> [Dec 19 13:19:13.842] Server {0x2ac7d579e700} DEBUG: (http_tunnel) [0] consumer_handler [http server post VC_EVENT_WRITE_READY]
> [Dec 19 13:19:13.844] Server {0x2ac7d579e700} DEBUG: (http_tunnel) [0] producer_handler [user agent post VC_EVENT_READ_READY]
> [Dec 19 13:19:13.844] Server {0x2ac7d579e700} DEBUG: (http_redirect) [HttpTunnel::producer_handler] enable_redirection: [1 0 0] event: 100
> [Dec 19 13:19:13.844] Server {0x2ac7d579e700} DEBUG: (http_tunnel) [0] consumer_handler [http server post VC_EVENT_WRITE_READY]
> [Dec 19 13:19:13.845] Server {0x2ac7d579e700} DEBUG: (http_tunnel) [0] producer_handler [user agent post VC_EVENT_READ_READY]
> [Dec 19 13:19:13.845] Server {0x2ac7d579e700} DEBUG: (http_redirect) [HttpTunnel::producer_handler] enable_redirection: [1 0 0] event: 100
> [Dec 19 13:19:13.845] Server {0x2ac7d579e700} DEBUG: (http_tunnel) [0] producer_handler [user agent post VC_EVENT_READ_READY]
> [Dec 19 13:19:13.845] Server {0x2ac7d579e700} DEBUG: (http_redirect) [HttpTunnel::producer_handler] enable_redirection: [1 0 0] event: 100
> [Dec 19 13:19:13.845] Server {0x2ac7d579e700} DEBUG: (http_tunnel) [0] consumer_handler [http server post VC_EVENT_WRITE_READY]
> [Dec 19 13:19:13.846] Server {0x2ac7d579e700} DEBUG: (http_tunnel) [0] producer_handler [user agent post VC_EVENT_READ_COMPLETE]
> [Dec 19 13:19:13.846] Server {0x2ac7d579e700} DEBUG: (http_redirect) [HttpTunnel::producer_handler] enable_redirection: [1 0 0] event: 102
> [Dec 19 13:19:13.846] Server {0x2ac7d579e700} DEBUG: (http) [0] [&HttpSM::tunnel_handler_post_ua, VC_EVENT_READ_COMPLETE]
> [Dec 19 13:19:13.846] Server {0x2ac7d579e700} DEBUG: (http_tunnel) [0] consumer_handler [http server post VC_EVENT_WRITE_COMPLETE]
> [Dec 19 13:19:13.846] Server {0x2ac7d579e700} DEBUG: (http) [0] [&HttpSM::tunnel_handler_post_server, VC_EVENT_WRITE_COMPLETE]
> [Dec 19 13:19:13.846] Server {0x2ac7d579e700} DEBUG: (http) [0] [HttpSM::main_handler, HTTP_TUNNEL_EVENT_DONE]
> [Dec 19 13:19:13.846] Server {0x2ac7d579e700} DEBUG: (http) [0] [&HttpSM::tunnel_handler_post, HTTP_TUNNEL_EVENT_DONE]
> [Dec 19 13:19:17.881] Server {0x2ac7d51b7700} DEBUG: (http_seq) [HttpAccept:mainEvent 0x1840cd0] accepted connection from 127.0.0.1:54688 transport type = 0
> [Dec 19 13:19:17.881] Server {0x2ac7d51b7700} DEBUG: (http_cs) [1] session born, netvc 0x1840cd0
> [Dec 19 13:19:17.881] Server {0x2ac7d51b7700} DEBUG: (http_cs) [1] Starting transaction 1 using sm [1]
> [Dec 19 13:19:17.881] Server {0x2ac7d51b7700} DEBUG: (http) [1] [HttpSM::main_handler, VC_EVENT_READ_READY]
> [Dec 19 13:19:17.881] Server {0x2ac7d51b7700} DEBUG: (http) [1] [&HttpSM::state_read_client_request_header, VC_EVENT_READ_READY]
> [Dec 19 13:19:17.881] Server {0x2ac7d51b7700} DEBUG: (http) [1] done parsing client request header
> [Dec 19 13:19:17.881] Server {0x2ac7d51b7700} DEBUG: (http_trans) START HttpTransact::ModifyRequest
> [Dec 19 13:19:17.881] Server {0x2ac7d51b7700} DEBUG: (http_trans) [ink_cluster_time] local: 1387455557, highest_delta: 0, cluster: 1387455557
> [Dec 19 13:19:17.881] Server {0x2ac7d51b7700} DEBUG: (http_trans) END HttpTransact::ModifyRequest
> [Dec 19 13:19:17.881] Server {0x2ac7d51b7700} DEBUG: (http_trans) Next action HTTP_API_READ_REQUEST_HDR; HttpTransact::StartRemapRequest
> [Dec 19 13:19:17.881] Server {0x2ac7d51b7700} DEBUG: (http) [1] State Transition: STATE_UNDEFINED -> API_READ_REQUEST_HDR
> [Dec 19 13:19:17.881] Server {0x2ac7d51b7700} DEBUG: (http_trans) START HttpTransact::StartRemapRequest
> [Dec 19 13:19:17.881] Server {0x2ac7d51b7700} DEBUG: (http_trans) Before Remapping:
> [Dec 19 13:19:17.881] Server {0x2ac7d51b7700} DEBUG: (http) HTTP_HEADER 0x2ac7d8cde898: [T: 3, L:   48, OBJFLAGS: 0]  
> [Dec 19 13:19:17.881] Server {0x2ac7d51b7700} DEBUG: (http) [TYPE: REQ, V: 10000, URL: 0x2ac7d8cdeb18, METHOD: "GET", METHOD_LEN: 3, FIELDS: 0x2ac7d8cde8c8]
> [Dec 19 13:19:17.881] Server {0x2ac7d51b7700} DEBUG: (http) URL 0x2ac7d8cdeb18: [T: 2, L:  112, OBJFLAGS: 0]  
> [Dec 19 13:19:17.881] Server {0x2ac7d51b7700} DEBUG: (http) [URLTYPE: 1, SWKSIDX: 94,
> [Dec 19 13:19:17.881] Server {0x2ac7d51b7700} DEBUG: (http) 	SCHEME: "http", SCHEME_LEN: 4,
> [Dec 19 13:19:17.881] Server {0x2ac7d51b7700} DEBUG: (http) 	USER: "", USER_LEN: 0,
> [Dec 19 13:19:17.881] Server {0x2ac7d51b7700} DEBUG: (http) 	PASSWORD: "", PASSWORD_LEN: 0,
> [Dec 19 13:19:17.881] Server {0x2ac7d51b7700} DEBUG: (http) 	HOST: "127.0.0.1", HOST_LEN: 9,
> [Dec 19 13:19:17.881] Server {0x2ac7d51b7700} DEBUG: (http) 	PORT: "8083", PORT_LEN: 4, PORT_NUM: 8083
> [Dec 19 13:19:17.881] Server {0x2ac7d51b7700} DEBUG: (http) 	PATH: "synthetic.txt", PATH_LEN: 13,
> [Dec 19 13:19:17.881] Server {0x2ac7d51b7700} DEBUG: (http) 	PARAMS: "", PARAMS_LEN: 0,
> [Dec 19 13:19:17.881] Server {0x2ac7d51b7700} DEBUG: (http) 	QUERY: "", QUERY_LEN: 0,
> [Dec 19 13:19:17.881] Server {0x2ac7d51b7700} DEBUG: (http) 	FRAGMENT: "", FRAGMENT_LEN: 0]
> [Dec 19 13:19:17.881] Server {0x2ac7d51b7700} DEBUG: (http) MIME_HEADER 0x2ac7d8cde8c8: [T: 4, L:  592, OBJFLAGS: 0]  
> [Dec 19 13:19:17.882] Server {0x2ac7d51b7700} DEBUG: (http) 
> 	[PBITS: 0x0000000001000000, SLACC: 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF, HEADBLK: 0x2ac7d8cde908, TAILBLK: 0x2ac7d8cde908]
> [Dec 19 13:19:17.882] Server {0x2ac7d51b7700} DEBUG: (http) 	[CBITS: 0x00000000, T_MAXAGE: 0, T_SMAXAGE: 0, T_MAXSTALE: 0, T_MINFRESH: 0, PNO$: 0]
> [Dec 19 13:19:17.882] Server {0x2ac7d51b7700} DEBUG: (http) FIELD_BLOCK 0x2ac7d8cde908: [T: 5, L:  528, OBJFLAGS: 0]  
> [Dec 19 13:19:17.882] Server {0x2ac7d51b7700} DEBUG: (http) [FREETOP: 1, NEXTBLK: (nil)]
> [Dec 19 13:19:17.882] Server {0x2ac7d51b7700} DEBUG: (http) 	SLOT # 0 (0x2ac7d8cde918), LIVE    
> [Dec 19 13:19:17.882] Server {0x2ac7d51b7700} DEBUG: (http) [N: "Host", N_LEN: 4, N_IDX: 30, 
> [Dec 19 13:19:17.882] Server {0x2ac7d51b7700} DEBUG: (http) V: "127.0.0.1:8083", V_LEN: 14, 
> [Dec 19 13:19:17.882] Server {0x2ac7d51b7700} DEBUG: (http) NEXTDUP: (nil), RAW: 0, RAWLEN: 18, F: 1]
> [Dec 19 13:19:17.882] Server {0x2ac7d51b7700} DEBUG: (http) 
> [Dec 19 13:19:17.882] Server {0x2ac7d51b7700} DEBUG: (http_trans) END HttpTransact::StartRemapRequest
> [Dec 19 13:19:17.882] Server {0x2ac7d51b7700} DEBUG: (http_trans) Next action HTTP_API_PRE_REMAP; HttpTransact::PerformRemap
> [Dec 19 13:19:17.882] Server {0x2ac7d51b7700} DEBUG: (http) [1] State Transition: API_READ_REQUEST_HDR -> HTTP_API_PRE_REMAP
> [Dec 19 13:19:17.882] Server {0x2ac7d51b7700} DEBUG: (http_trans) Inside PerformRemap
> [Dec 19 13:19:17.882] Server {0x2ac7d51b7700} DEBUG: (http_trans) Next action HTTP_REMAP_REQUEST; HttpTransact::EndRemapRequest
> [Dec 19 13:19:17.882] Server {0x2ac7d51b7700} DEBUG: (http) [1] State Transition: HTTP_API_PRE_REMAP -> HTTP_REMAP_REQUEST
> [Dec 19 13:19:17.882] Server {0x2ac7d51b7700} DEBUG: (http_seq) [HttpSM::do_remap_request] Remapping request
> [Dec 19 13:19:17.882] Server {0x2ac7d51b7700} DEBUG: (http_trans) START HttpTransact::EndRemapRequest
> [Dec 19 13:19:17.882] Server {0x2ac7d51b7700} DEBUG: (http_trans) EndRemapRequest host is 127.0.0.1
> [Dec 19 13:19:17.882] Server {0x2ac7d51b7700} DEBUG: (http_trans) After Remapping:
> [Dec 19 13:19:17.882] Server {0x2ac7d51b7700} DEBUG: (http) HTTP_HEADER 0x2ac7d8cde898: [T: 3, L:   48, OBJFLAGS: 0]  
> [Dec 19 13:19:17.882] Server {0x2ac7d51b7700} DEBUG: (http) [TYPE: REQ, V: 10000, URL: 0x2ac7d8cdeb18, METHOD: "GET", METHOD_LEN: 3, FIELDS: 0x2ac7d8cde8c8]
> [Dec 19 13:19:17.882] Server {0x2ac7d51b7700} DEBUG: (http) URL 0x2ac7d8cdeb18: [T: 2, L:  112, OBJFLAGS: 0]  
> [Dec 19 13:19:17.882] Server {0x2ac7d51b7700} DEBUG: (http) [URLTYPE: 1, SWKSIDX: 94,
> [Dec 19 13:19:17.882] Server {0x2ac7d51b7700} DEBUG: (http) 	SCHEME: "http", SCHEME_LEN: 4,
> [Dec 19 13:19:17.882] Server {0x2ac7d51b7700} DEBUG: (http) 	USER: "", USER_LEN: 0,
> [Dec 19 13:19:17.882] Server {0x2ac7d51b7700} DEBUG: (http) 	PASSWORD: "", PASSWORD_LEN: 0,
> [Dec 19 13:19:17.882] Server {0x2ac7d51b7700} DEBUG: (http) 	HOST: "127.0.0.1", HOST_LEN: 9,
> [Dec 19 13:19:17.882] Server {0x2ac7d51b7700} DEBUG: (http) 	PORT: "8083", PORT_LEN: 4, PORT_NUM: 8083
> [Dec 19 13:19:17.882] Server {0x2ac7d51b7700} DEBUG: (http) 	PATH: "synthetic.txt", PATH_LEN: 13,
> [Dec 19 13:19:17.882] Server {0x2ac7d51b7700} DEBUG: (http) 	PARAMS: "", PARAMS_LEN: 0,
> [Dec 19 13:19:17.882] Server {0x2ac7d51b7700} DEBUG: (http) 	QUERY: "", QUERY_LEN: 0,
> [Dec 19 13:19:17.882] Server {0x2ac7d51b7700} DEBUG: (http) 	FRAGMENT: "", FRAGMENT_LEN: 0]
> [Dec 19 13:19:17.882] Server {0x2ac7d51b7700} DEBUG: (http) MIME_HEADER 0x2ac7d8cde8c8: [T: 4, L:  592, OBJFLAGS: 0]  
> [Dec 19 13:19:17.882] Server {0x2ac7d51b7700} DEBUG: (http) 
> 	[PBITS: 0x0000000001000000, SLACC: 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF, HEADBLK: 0x2ac7d8cde908, TAILBLK: 0x2ac7d8cde908]
> [Dec 19 13:19:17.882] Server {0x2ac7d51b7700} DEBUG: (http) 	[CBITS: 0x00000000, T_MAXAGE: 0, T_SMAXAGE: 0, T_MAXSTALE: 0, T_MINFRESH: 0, PNO$: 0]
> [Dec 19 13:19:17.882] Server {0x2ac7d51b7700} DEBUG: (http) FIELD_BLOCK 0x2ac7d8cde908: [T: 5, L:  528, OBJFLAGS: 0]  
> [Dec 19 13:19:17.882] Server {0x2ac7d51b7700} DEBUG: (http) [FREETOP: 1, NEXTBLK: (nil)]
> [Dec 19 13:19:17.882] Server {0x2ac7d51b7700} DEBUG: (http) 	SLOT # 0 (0x2ac7d8cde918), LIVE    
> [Dec 19 13:19:17.882] Server {0x2ac7d51b7700} DEBUG: (http) [N: "Host", N_LEN: 4, N_IDX: 30, 
> [Dec 19 13:19:17.882] Server {0x2ac7d51b7700} DEBUG: (http) V: "127.0.0.1:8083", V_LEN: 14, 
> [Dec 19 13:19:17.882] Server {0x2ac7d51b7700} DEBUG: (http) NEXTDUP: (nil), RAW: 0, RAWLEN: 18, F: 1]
> [Dec 19 13:19:17.882] Server {0x2ac7d51b7700} DEBUG: (http) 
> [Dec 19 13:19:17.882] Server {0x2ac7d51b7700} DEBUG: (http_trans) END HttpTransact::EndRemapRequest
> [Dec 19 13:19:17.882] Server {0x2ac7d51b7700} DEBUG: (http_trans) Next action HTTP_API_POST_REMAP; HttpTransact::HandleRequest
> [Dec 19 13:19:17.882] Server {0x2ac7d51b7700} DEBUG: (http) [1] State Transition: HTTP_REMAP_REQUEST -> HTTP_API_POST_REMAP
> [Dec 19 13:19:17.882] Server {0x2ac7d51b7700} DEBUG: (http_trans) START HttpTransact::HandleRequest
> [Dec 19 13:19:17.882] Server {0x2ac7d51b7700} DEBUG: (http_trans) [is_request_valid]no request header errors
> [Dec 19 13:19:17.882] Server {0x2ac7d51b7700} DEBUG: (http_seq) [HttpTransact::HandleRequest] request valid.
> [Dec 19 13:19:17.882] Server {0x2ac7d51b7700} DEBUG: (http) HTTP_HEADER 0x2ac7d8cde898: [T: 3, L:   48, OBJFLAGS: 0]  
> [Dec 19 13:19:17.882] Server {0x2ac7d51b7700} DEBUG: (http) [TYPE: REQ, V: 10000, URL: 0x2ac7d8cdeb18, METHOD: "GET", METHOD_LEN: 3, FIELDS: 0x2ac7d8cde8c8]
> [Dec 19 13:19:17.883] Server {0x2ac7d51b7700} DEBUG: (http) URL 0x2ac7d8cdeb18: [T: 2, L:  112, OBJFLAGS: 0]  
> [Dec 19 13:19:17.883] Server {0x2ac7d51b7700} DEBUG: (http) [URLTYPE: 1, SWKSIDX: 94,
> [Dec 19 13:19:17.883] Server {0x2ac7d51b7700} DEBUG: (http) 	SCHEME: "http", SCHEME_LEN: 4,
> [Dec 19 13:19:17.883] Server {0x2ac7d51b7700} DEBUG: (http) 	USER: "", USER_LEN: 0,
> [Dec 19 13:19:17.883] Server {0x2ac7d51b7700} DEBUG: (http) 	PASSWORD: "", PASSWORD_LEN: 0,
> [Dec 19 13:19:17.883] Server {0x2ac7d51b7700} DEBUG: (http) 	HOST: "127.0.0.1", HOST_LEN: 9,
> [Dec 19 13:19:17.883] Server {0x2ac7d51b7700} DEBUG: (http) 	PORT: "8083", PORT_LEN: 4, PORT_NUM: 8083
> [Dec 19 13:19:17.883] Server {0x2ac7d51b7700} DEBUG: (http) 	PATH: "synthetic.txt", PATH_LEN: 13,
> [Dec 19 13:19:17.883] Server {0x2ac7d51b7700} DEBUG: (http) 	PARAMS: "", PARAMS_LEN: 0,
> [Dec 19 13:19:17.883] Server {0x2ac7d51b7700} DEBUG: (http) 	QUERY: "", QUERY_LEN: 0,
> [Dec 19 13:19:17.883] Server {0x2ac7d51b7700} DEBUG: (http) 	FRAGMENT: "", FRAGMENT_LEN: 0]
> [Dec 19 13:19:17.883] Server {0x2ac7d51b7700} DEBUG: (http) MIME_HEADER 0x2ac7d8cde8c8: [T: 4, L:  592, OBJFLAGS: 0]  
> [Dec 19 13:19:17.883] Server {0x2ac7d51b7700} DEBUG: (http) 
> 	[PBITS: 0x0000000001000000, SLACC: 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF, HEADBLK: 0x2ac7d8cde908, TAILBLK: 0x2ac7d8cde908]
> [Dec 19 13:19:17.883] Server {0x2ac7d51b7700} DEBUG: (http) 	[CBITS: 0x00000000, T_MAXAGE: 0, T_SMAXAGE: 0, T_MAXSTALE: 0, T_MINFRESH: 0, PNO$: 0]
> [Dec 19 13:19:17.883] Server {0x2ac7d51b7700} DEBUG: (http) FIELD_BLOCK 0x2ac7d8cde908: [T: 5, L:  528, OBJFLAGS: 0]  
> [Dec 19 13:19:17.883] Server {0x2ac7d51b7700} DEBUG: (http) [FREETOP: 1, NEXTBLK: (nil)]
> [Dec 19 13:19:17.883] Server {0x2ac7d51b7700} DEBUG: (http) 	SLOT # 0 (0x2ac7d8cde918), LIVE    
> [Dec 19 13:19:17.883] Server {0x2ac7d51b7700} DEBUG: (http) [N: "Host", N_LEN: 4, N_IDX: 30, 
> [Dec 19 13:19:17.883] Server {0x2ac7d51b7700} DEBUG: (http) V: "127.0.0.1:8083", V_LEN: 14, 
> [Dec 19 13:19:17.883] Server {0x2ac7d51b7700} DEBUG: (http) NEXTDUP: (nil), RAW: 0, RAWLEN: 18, F: 1]
> [Dec 19 13:19:17.883] Server {0x2ac7d51b7700} DEBUG: (http) 
> [Dec 19 13:19:17.883] Server {0x2ac7d51b7700} DEBUG: (http_trans) [init_stat_vars_from_req] set req cont length to 0
> [Dec 19 13:19:17.883] Server {0x2ac7d51b7700} DEBUG: (http_trans) [DecideCacheLookup] Will NOT do cache lookup.
> [Dec 19 13:19:17.883] Server {0x2ac7d51b7700} DEBUG: (http_seq) [DecideCacheLookup] Will NOT do cache lookup
> [Dec 19 13:19:17.883] Server {0x2ac7d51b7700} DEBUG: (http_trans) Next action HTTP_API_CACHE_LOOKUP_COMPLETE; CallOSDNSLookup
> [Dec 19 13:19:17.883] Server {0x2ac7d51b7700} DEBUG: (http) [1] State Transition: HTTP_API_POST_REMAP -> API_CACHE_LOOKUP_COMPLETE
> [Dec 19 13:19:17.883] Server {0x2ac7d51b7700} DEBUG: (http_trans) Next action DNS_LOOKUP; OSDNSLookup
> [Dec 19 13:19:17.883] Server {0x2ac7d51b7700} DEBUG: (http) [1] State Transition: API_CACHE_LOOKUP_COMPLETE -> DNS_LOOKUP
> [Dec 19 13:19:17.883] Server {0x2ac7d51b7700} DEBUG: (http_seq) [HttpSM::do_hostdb_lookup] Doing DNS Lookup
> [Dec 19 13:19:17.883] Server {0x2ac7d51b7700} DEBUG: (http_trans) [ink_cluster_time] local: 1387455557, highest_delta: 0, cluster: 1387455557
> [Dec 19 13:19:17.883] Server {0x2ac7d51b7700} DEBUG: (http_trans) [HttpTransact::OSDNSLookup] This was attempt 1
> [Dec 19 13:19:17.883] Server {0x2ac7d51b7700} DEBUG: (http_seq) [HttpTransact::OSDNSLookup] DNS Lookup successful
> [Dec 19 13:19:17.883] Server {0x2ac7d51b7700} DEBUG: (http_trans) [OSDNSLookup] DNS lookup for O.S. successful IP: 127.0.0.1
> [Dec 19 13:19:17.883] Server {0x2ac7d51b7700} DEBUG: (http_trans) Next action HttpTransact::HTTP_API_OS_DNS; LookupSkipOpenServer
> [Dec 19 13:19:17.883] Server {0x2ac7d51b7700} DEBUG: (http) [1] State Transition: DNS_LOOKUP -> API_OS_DNS
> [Dec 19 13:19:17.883] Server {0x2ac7d51b7700} DEBUG: (http_trans) client_ip_set = 0
> [Dec 19 13:19:17.883] Server {0x2ac7d51b7700} DEBUG: (http_trans) inserted request header 'Client-ip: 127.0.0.1'
> [Dec 19 13:19:17.883] Server {0x2ac7d51b7700} DEBUG: (http_trans) [add_client_ip_to_outgoing_request] Appended connecting client's (127.0.0.1) to the X-Forwards header
> [Dec 19 13:19:17.883] Server {0x2ac7d51b7700} DEBUG: (http_trans) [build_request] request like cacheable and conditional headers removed
> [Dec 19 13:19:17.883] Server {0x2ac7d51b7700} DEBUG: (http_trans) [ink_cluster_time] local: 1387455557, highest_delta: 0, cluster: 1387455557
> [Dec 19 13:19:17.883] Server {0x2ac7d51b7700} DEBUG: (http_trans) [build_request] request_sent_time: 1387455557
> [Dec 19 13:19:17.883] Server {0x2ac7d51b7700} DEBUG: (http_trans) Next action next; HttpTransact::HandleResponse
> [Dec 19 13:19:17.883] Server {0x2ac7d51b7700} DEBUG: (http) [1] State Transition: API_OS_DNS -> ORIGIN_SERVER_OPEN
> [Dec 19 13:19:17.883] Server {0x2ac7d51b7700} DEBUG: (http_track) entered inside do_http_server_open ][IPv4]
> [Dec 19 13:19:17.883] Server {0x2ac7d51b7700} DEBUG: (http) [1] open connection to 127.0.0.1: 127.0.0.1:8083
> [Dec 19 13:19:17.883] Server {0x2ac7d51b7700} DEBUG: (http_seq) [HttpSM::do_http_server_open] Sending request to server
> [Dec 19 13:19:17.883] Server {0x2ac7d51b7700} DEBUG: (http) calling netProcessor.connect_re
> [Dec 19 13:19:17.884] Server {0x2ac7d51b7700} DEBUG: (http) [1] [HttpSM::main_handler, NET_EVENT_OPEN]
> [Dec 19 13:19:17.884] Server {0x2ac7d51b7700} DEBUG: (http_track) entered inside state_http_server_open
> [Dec 19 13:19:17.884] Server {0x2ac7d51b7700} DEBUG: (http) [1] [&HttpSM::state_http_server_open, NET_EVENT_OPEN]
> [Dec 19 13:19:17.884] Server {0x2ac7d51b7700} DEBUG: (http_ss) [1] session born, netvc 0x18404f0
> [Dec 19 13:19:17.884] Server {0x2ac7d51b7700} DEBUG: (http) [1] [HttpSM::main_handler, VC_EVENT_WRITE_COMPLETE]
> [Dec 19 13:19:17.884] Server {0x2ac7d51b7700} DEBUG: (http) [1] [&HttpSM::state_send_server_request_header, VC_EVENT_WRITE_COMPLETE]
> [Dec 19 13:19:17.884] Server {0x2ac7d51b7700} DEBUG: (http) [1] [HttpSM::main_handler, VC_EVENT_READ_READY]
> [Dec 19 13:19:17.884] Server {0x2ac7d51b7700} DEBUG: (http) [1] [&HttpSM::state_read_server_response_header, VC_EVENT_READ_READY]
> [Dec 19 13:19:17.884] Server {0x2ac7d51b7700} DEBUG: (http_seq) Done parsing server response header
> [Dec 19 13:19:17.884] Server {0x2ac7d51b7700} DEBUG: (http_trans) [HttpTransact::HandleResponse]
> [Dec 19 13:19:17.884] Server {0x2ac7d51b7700} DEBUG: (http_seq) [HttpTransact::HandleResponse] Response received
> [Dec 19 13:19:17.884] Server {0x2ac7d51b7700} DEBUG: (http_trans) [ink_cluster_time] local: 1387455557, highest_delta: 0, cluster: 1387455557
> [Dec 19 13:19:17.884] Server {0x2ac7d51b7700} DEBUG: (http_trans) [HandleResponse] response_received_time: 1387455557
> [Dec 19 13:19:17.884] Server {0x2ac7d51b7700} DEBUG: (http_trans) [is_response_valid] No errors in response
> [Dec 19 13:19:17.884] Server {0x2ac7d51b7700} DEBUG: (http_seq) [HttpTransact::HandleResponse] Response valid
> [Dec 19 13:19:17.884] Server {0x2ac7d51b7700} DEBUG: (http_trans) [handle_response_from_server] (hrfs)
> [Dec 19 13:19:17.884] Server {0x2ac7d51b7700} DEBUG: (http_trans) [hrfs] connection alive
> [Dec 19 13:19:17.884] Server {0x2ac7d51b7700} DEBUG: (http_trans) [handle_forward_server_connection_open] (hfsco)
> [Dec 19 13:19:17.884] Server {0x2ac7d51b7700} DEBUG: (http_seq) [HttpTransact::handle_server_connection_open] 
> [Dec 19 13:19:17.884] Server {0x2ac7d51b7700} DEBUG: (http) server info = 127.0.0.1:8083
> [Dec 19 13:19:17.884] Server {0x2ac7d51b7700} DEBUG: (http_trans) [hfsco] cache action: CACHE_DO_NO_ACTION
> [Dec 19 13:19:17.884] Server {0x2ac7d51b7700} DEBUG: (http_trans) [handle_no_cache_operation_on_forward_server_response] (hncoofsr)
> [Dec 19 13:19:17.885] Server {0x2ac7d51b7700} DEBUG: (http_seq) [handle_no_cache_operation_on_forward_server_response]
> [Dec 19 13:19:17.885] Server {0x2ac7d51b7700} DEBUG: (http_trans) [hncoofsr] server sent back 200
> [Dec 19 13:19:17.885] Server {0x2ac7d51b7700} DEBUG: (http_trans) [hncoofsr] next action will be OS_READ_CACHE_NOOP
> [Dec 19 13:19:17.885] Server {0x2ac7d51b7700} DEBUG: (http_age) [calculate_document_age] age_value:              0
> [Dec 19 13:19:17.885] Server {0x2ac7d51b7700} DEBUG: (http_age) [calculate_document_age] date_value:             1387455557
> [Dec 19 13:19:17.885] Server {0x2ac7d51b7700} DEBUG: (http_age) [calculate_document_age] response_time:          1387455557
> [Dec 19 13:19:17.885] Server {0x2ac7d51b7700} DEBUG: (http_age) [calculate_document_age] now:                    1387455557
> [Dec 19 13:19:17.885] Server {0x2ac7d51b7700} DEBUG: (http_age) [calculate_document_age] now (fixed):            1387455557
> [Dec 19 13:19:17.885] Server {0x2ac7d51b7700} DEBUG: (http_age) [calculate_document_age] apparent_age:           0
> [Dec 19 13:19:17.885] Server {0x2ac7d51b7700} DEBUG: (http_age) [calculate_document_age] corrected_received_age: 0
> [Dec 19 13:19:17.885] Server {0x2ac7d51b7700} DEBUG: (http_age) [calculate_document_age] response_delay:         0
> [Dec 19 13:19:17.885] Server {0x2ac7d51b7700} DEBUG: (http_age) [calculate_document_age] corrected_initial_age:  0
> [Dec 19 13:19:17.885] Server {0x2ac7d51b7700} DEBUG: (http_age) [calculate_document_age] resident_time:          0
> [Dec 19 13:19:17.885] Server {0x2ac7d51b7700} DEBUG: (http_age) [calculate_document_age] current_age:            0
> [Dec 19 13:19:17.885] Server {0x2ac7d51b7700} DEBUG: (http_trans) [handle_content_length_header] RESPONSE cont len in hdr is 1620
> [Dec 19 13:19:17.885] Server {0x2ac7d51b7700} DEBUG: (http_trans) [Squid code generation] Hit/Miss: 49, Log: 51, Hier: 50
> [Dec 19 13:19:17.885] Server {0x2ac7d51b7700} DEBUG: (http_trans) Adding Server: ATS/4.2.0
> [Dec 19 13:19:17.885] Server {0x2ac7d51b7700} DEBUG: (http) [1] State Transition: ORIGIN_SERVER_OPEN -> SERVER_READ
> [Dec 19 13:19:17.885] Server {0x2ac7d51b7700} DEBUG: (http_tunnel) [1] adding producer 'http server'
> [Dec 19 13:19:17.885] Server {0x2ac7d51b7700} DEBUG: (http_tunnel) [1] adding consumer 'user agent'
> [Dec 19 13:19:17.885] Server {0x2ac7d51b7700} DEBUG: (http) [1] perform_cache_write_action CACHE_DO_NO_ACTION
> [Dec 19 13:19:17.885] Server {0x2ac7d51b7700} DEBUG: (http_tunnel) tunnel_run started, p_arg is NULL
> [Dec 19 13:19:17.885] Server {0x2ac7d51b7700} DEBUG: (http_cs) tcp_init_cwnd_set 0
> [Dec 19 13:19:17.885] Server {0x2ac7d51b7700} DEBUG: (http_cs) desired TCP congestion window is 0
> [Dec 19 13:19:17.885] Server {0x2ac7d51b7700} DEBUG: (http_tunnel) [1] [tunnel_run] producer already done
> [Dec 19 13:19:17.885] Server {0x2ac7d51b7700} DEBUG: (http_tunnel) [1] producer_handler [http server HTTP_TUNNEL_EVENT_PRECOMPLETE]
> [Dec 19 13:19:17.885] Server {0x2ac7d51b7700} DEBUG: (http_redirect) [HttpTunnel::producer_handler] enable_redirection: [0 0 0] event: 2302
> [Dec 19 13:19:17.885] Server {0x2ac7d51b7700} DEBUG: (http) [1] [&HttpSM::tunnel_handler_server, HTTP_TUNNEL_EVENT_PRECOMPLETE]
> [Dec 19 13:19:17.885] Server {0x2ac7d51b7700} DEBUG: (http_ss) [1] session closed
> [Dec 19 13:19:17.885] Server {0x2ac7d51b7700} DEBUG: (http_tunnel) [1] consumer_handler [user agent VC_EVENT_WRITE_COMPLETE]
> [Dec 19 13:19:17.885] Server {0x2ac7d51b7700} DEBUG: (http) [1] [&HttpSM::tunnel_handler_ua, VC_EVENT_WRITE_COMPLETE]
> [Dec 19 13:19:17.885] Server {0x2ac7d51b7700} DEBUG: (http_cs) [1] session closed
> [Dec 19 13:19:17.885] Server {0x2ac7d51b7700} DEBUG: (http_cs) [1] session destroy
> [Dec 19 13:19:17.885] Server {0x2ac7d51b7700} DEBUG: (http) [1] [HttpSM::main_handler, HTTP_TUNNEL_EVENT_DONE]
> [Dec 19 13:19:17.885] Server {0x2ac7d51b7700} DEBUG: (http) [1] [&HttpSM::tunnel_handler, HTTP_TUNNEL_EVENT_DONE]
> [Dec 19 13:19:17.885] Server {0x2ac7d51b7700} DEBUG: (http_redirect) [HttpTunnel::deallocate_postdata_copy_buffers]
> [Dec 19 13:19:17.885] Server {0x2ac7d51b7700} DEBUG: (http_seq) Skipping cop heartbeat logging & stats due to config
> [Dec 19 13:19:17.885] Server {0x2ac7d51b7700} DEBUG: (http) [1] deallocating sm
> [Dec 19 13:19:27.886] Server {0x2ac7d4906c60} DEBUG: (http_seq) [HttpAccept:mainEvent 0x1840790] accepted connection from 127.0.0.1:60708 transport type = 0
> [Dec 19 13:19:27.886] Server {0x2ac7d4906c60} DEBUG: (http_cs) [2] session born, netvc 0x1840790
> [Dec 19 13:19:27.886] Server {0x2ac7d4906c60} DEBUG: (http_cs) [2] Starting transaction 1 using sm [2]
> [Dec 19 13:19:27.886] Server {0x2ac7d4906c60} DEBUG: (http) [2] [HttpSM::main_handler, VC_EVENT_READ_READY]
> [Dec 19 13:19:27.886] Server {0x2ac7d4906c60} DEBUG: (http) [2] [&HttpSM::state_read_client_request_header, VC_EVENT_READ_READY]
> [Dec 19 13:19:27.886] Server {0x2ac7d4906c60} DEBUG: (http) [2] done parsing client request header
> [Dec 19 13:19:27.886] Server {0x2ac7d4906c60} DEBUG: (http_trans) START HttpTransact::ModifyRequest
> [Dec 19 13:19:27.886] Server {0x2ac7d4906c60} DEBUG: (http_trans) [ink_cluster_time] local: 1387455567, highest_delta: 0, cluster: 1387455567
> [Dec 19 13:19:27.886] Server {0x2ac7d4906c60} DEBUG: (http_trans) END HttpTransact::ModifyRequest
> [Dec 19 13:19:27.886] Server {0x2ac7d4906c60} DEBUG: (http_trans) Next action HTTP_API_READ_REQUEST_HDR; HttpTransact::StartRemapRequest
> [Dec 19 13:19:27.886] Server {0x2ac7d4906c60} DEBUG: (http) [2] State Transition: STATE_UNDEFINED -> API_READ_REQUEST_HDR
> [Dec 19 13:19:27.886] Server {0x2ac7d4906c60} DEBUG: (http_trans) START HttpTransact::StartRemapRequest
> [Dec 19 13:19:27.886] Server {0x2ac7d4906c60} DEBUG: (http_trans) Before Remapping:
> [Dec 19 13:19:27.886] Server {0x2ac7d4906c60} DEBUG: (http) HTTP_HEADER 0x2ac7d8cdc898: [T: 3, L:   48, OBJFLAGS: 0]  
> [Dec 19 13:19:27.886] Server {0x2ac7d4906c60} DEBUG: (http) [TYPE: REQ, V: 10000, URL: 0x2ac7d8cdcb18, METHOD: "GET", METHOD_LEN: 3, FIELDS: 0x2ac7d8cdc8c8]
> [Dec 19 13:19:27.886] Server {0x2ac7d4906c60} DEBUG: (http) URL 0x2ac7d8cdcb18: [T: 2, L:  112, OBJFLAGS: 0]  
> [Dec 19 13:19:27.886] Server {0x2ac7d4906c60} DEBUG: (http) [URLTYPE: 1, SWKSIDX: 94,
> [Dec 19 13:19:27.886] Server {0x2ac7d4906c60} DEBUG: (http) 	SCHEME: "http", SCHEME_LEN: 4,
> [Dec 19 13:19:27.886] Server {0x2ac7d4906c60} DEBUG: (http) 	USER: "", USER_LEN: 0,
> [Dec 19 13:19:27.886] Server {0x2ac7d4906c60} DEBUG: (http) 	PASSWORD: "", PASSWORD_LEN: 0,
> [Dec 19 13:19:27.886] Server {0x2ac7d4906c60} DEBUG: (http) 	HOST: "127.0.0.1", HOST_LEN: 9,
> [Dec 19 13:19:27.886] Server {0x2ac7d4906c60} DEBUG: (http) 	PORT: "8083", PORT_LEN: 4, PORT_NUM: 8083
> [Dec 19 13:19:27.886] Server {0x2ac7d4906c60} DEBUG: (http) 	PATH: "synthetic.txt", PATH_LEN: 13,
> [Dec 19 13:19:27.886] Server {0x2ac7d4906c60} DEBUG: (http) 	PARAMS: "", PARAMS_LEN: 0,
> [Dec 19 13:19:27.886] Server {0x2ac7d4906c60} DEBUG: (http) 	QUERY: "", QUERY_LEN: 0,
> [Dec 19 13:19:27.886] Server {0x2ac7d4906c60} DEBUG: (http) 	FRAGMENT: "", FRAGMENT_LEN: 0]
> [Dec 19 13:19:27.886] Server {0x2ac7d4906c60} DEBUG: (http) MIME_HEADER 0x2ac7d8cdc8c8: [T: 4, L:  592, OBJFLAGS: 0]  
> [Dec 19 13:19:27.886] Server {0x2ac7d4906c60} DEBUG: (http) 
> 	[PBITS: 0x0000000001000000, SLACC: 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF, HEADBLK: 0x2ac7d8cdc908, TAILBLK: 0x2ac7d8cdc908]
> [Dec 19 13:19:27.886] Server {0x2ac7d4906c60} DEBUG: (http) 	[CBITS: 0x00000000, T_MAXAGE: 0, T_SMAXAGE: 0, T_MAXSTALE: 0, T_MINFRESH: 0, PNO$: 0]
> [Dec 19 13:19:27.886] Server {0x2ac7d4906c60} DEBUG: (http) FIELD_BLOCK 0x2ac7d8cdc908: [T: 5, L:  528, OBJFLAGS: 0]  
> [Dec 19 13:19:27.886] Server {0x2ac7d4906c60} DEBUG: (http) [FREETOP: 1, NEXTBLK: (nil)]
> [Dec 19 13:19:27.886] Server {0x2ac7d4906c60} DEBUG: (http) 	SLOT # 0 (0x2ac7d8cdc918), LIVE    
> [Dec 19 13:19:27.886] Server {0x2ac7d4906c60} DEBUG: (http) [N: "Host", N_LEN: 4, N_IDX: 30, 
> [Dec 19 13:19:27.886] Server {0x2ac7d4906c60} DEBUG: (http) V: "127.0.0.1:8083", V_LEN: 14, 
> [Dec 19 13:19:27.886] Server {0x2ac7d4906c60} DEBUG: (http) NEXTDUP: (nil), RAW: 0, RAWLEN: 18, F: 1]
> [Dec 19 13:19:27.887] Server {0x2ac7d4906c60} DEBUG: (http) 
> [Dec 19 13:19:27.887] Server {0x2ac7d4906c60} DEBUG: (http_trans) END HttpTransact::StartRemapRequest
> [Dec 19 13:19:27.887] Server {0x2ac7d4906c60} DEBUG: (http_trans) Next action HTTP_API_PRE_REMAP; HttpTransact::PerformRemap
> [Dec 19 13:19:27.887] Server {0x2ac7d4906c60} DEBUG: (http) [2] State Transition: API_READ_REQUEST_HDR -> HTTP_API_PRE_REMAP
> [Dec 19 13:19:27.887] Server {0x2ac7d4906c60} DEBUG: (http_trans) Inside PerformRemap
> [Dec 19 13:19:27.887] Server {0x2ac7d4906c60} DEBUG: (http_trans) Next action HTTP_REMAP_REQUEST; HttpTransact::EndRemapRequest
> [Dec 19 13:19:27.887] Server {0x2ac7d4906c60} DEBUG: (http) [2] State Transition: HTTP_API_PRE_REMAP -> HTTP_REMAP_REQUEST
> [Dec 19 13:19:27.887] Server {0x2ac7d4906c60} DEBUG: (http_seq) [HttpSM::do_remap_request] Remapping request
> [Dec 19 13:19:27.887] Server {0x2ac7d4906c60} DEBUG: (http_trans) START HttpTransact::EndRemapRequest
> [Dec 19 13:19:27.887] Server {0x2ac7d4906c60} DEBUG: (http_trans) EndRemapRequest host is 127.0.0.1
> [Dec 19 13:19:27.887] Server {0x2ac7d4906c60} DEBUG: (http_trans) After Remapping:
> [Dec 19 13:19:27.887] Server {0x2ac7d4906c60} DEBUG: (http) HTTP_HEADER 0x2ac7d8cdc898: [T: 3, L:   48, OBJFLAGS: 0]  
> [Dec 19 13:19:27.887] Server {0x2ac7d4906c60} DEBUG: (http) [TYPE: REQ, V: 10000, URL: 0x2ac7d8cdcb18, METHOD: "GET", METHOD_LEN: 3, FIELDS: 0x2ac7d8cdc8c8]
> [Dec 19 13:19:27.887] Server {0x2ac7d4906c60} DEBUG: (http) URL 0x2ac7d8cdcb18: [T: 2, L:  112, OBJFLAGS: 0]  
> [Dec 19 13:19:27.887] Server {0x2ac7d4906c60} DEBUG: (http) [URLTYPE: 1, SWKSIDX: 94,
> [Dec 19 13:19:27.887] Server {0x2ac7d4906c60} DEBUG: (http) 	SCHEME: "http", SCHEME_LEN: 4,
> [Dec 19 13:19:27.887] Server {0x2ac7d4906c60} DEBUG: (http) 	USER: "", USER_LEN: 0,
> [Dec 19 13:19:27.887] Server {0x2ac7d4906c60} DEBUG: (http) 	PASSWORD: "", PASSWORD_LEN: 0,
> [Dec 19 13:19:27.887] Server {0x2ac7d4906c60} DEBUG: (http) 	HOST: "127.0.0.1", HOST_LEN: 9,
> [Dec 19 13:19:27.887] Server {0x2ac7d4906c60} DEBUG: (http) 	PORT: "8083", PORT_LEN: 4, PORT_NUM: 8083
> [Dec 19 13:19:27.887] Server {0x2ac7d4906c60} DEBUG: (http) 	PATH: "synthetic.txt", PATH_LEN: 13,
> [Dec 19 13:19:27.887] Server {0x2ac7d4906c60} DEBUG: (http) 	PARAMS: "", PARAMS_LEN: 0,
> [Dec 19 13:19:27.887] Server {0x2ac7d4906c60} DEBUG: (http) 	QUERY: "", QUERY_LEN: 0,
> [Dec 19 13:19:27.887] Server {0x2ac7d4906c60} DEBUG: (http) 	FRAGMENT: "", FRAGMENT_LEN: 0]
> [Dec 19 13:19:27.887] Server {0x2ac7d4906c60} DEBUG: (http) MIME_HEADER 0x2ac7d8cdc8c8: [T: 4, L:  592, OBJFLAGS: 0]  
> [Dec 19 13:19:27.887] Server {0x2ac7d4906c60} DEBUG: (http) 
> 	[PBITS: 0x0000000001000000, SLACC: 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF, HEADBLK: 0x2ac7d8cdc908, TAILBLK: 0x2ac7d8cdc908]
> [Dec 19 13:19:27.887] Server {0x2ac7d4906c60} DEBUG: (http) 	[CBITS: 0x00000000, T_MAXAGE: 0, T_SMAXAGE: 0, T_MAXSTALE: 0, T_MINFRESH: 0, PNO$: 0]
> [Dec 19 13:19:27.887] Server {0x2ac7d4906c60} DEBUG: (http) FIELD_BLOCK 0x2ac7d8cdc908: [T: 5, L:  528, OBJFLAGS: 0]  
> [Dec 19 13:19:27.887] Server {0x2ac7d4906c60} DEBUG: (http) [FREETOP: 1, NEXTBLK: (nil)]
> [Dec 19 13:19:27.887] Server {0x2ac7d4906c60} DEBUG: (http) 	SLOT # 0 (0x2ac7d8cdc918), LIVE    
> [Dec 19 13:19:27.887] Server {0x2ac7d4906c60} DEBUG: (http) [N: "Host", N_LEN: 4, N_IDX: 30, 
> [Dec 19 13:19:27.887] Server {0x2ac7d4906c60} DEBUG: (http) V: "127.0.0.1:8083", V_LEN: 14, 
> [Dec 19 13:19:27.887] Server {0x2ac7d4906c60} DEBUG: (http) NEXTDUP: (nil), RAW: 0, RAWLEN: 18, F: 1]
> [Dec 19 13:19:27.887] Server {0x2ac7d4906c60} DEBUG: (http) 
> [Dec 19 13:19:27.887] Server {0x2ac7d4906c60} DEBUG: (http_trans) END HttpTransact::EndRemapRequest
> [Dec 19 13:19:27.887] Server {0x2ac7d4906c60} DEBUG: (http_trans) Next action HTTP_API_POST_REMAP; HttpTransact::HandleRequest
> [Dec 19 13:19:27.887] Server {0x2ac7d4906c60} DEBUG: (http) [2] State Transition: HTTP_REMAP_REQUEST -> HTTP_API_POST_REMAP
> [Dec 19 13:19:27.887] Server {0x2ac7d4906c60} DEBUG: (http_trans) START HttpTransact::HandleRequest
> [Dec 19 13:19:27.887] Server {0x2ac7d4906c60} DEBUG: (http_trans) [is_request_valid]no request header errors
> [Dec 19 13:19:27.887] Server {0x2ac7d4906c60} DEBUG: (http_seq) [HttpTransact::HandleRequest] request valid.
> [Dec 19 13:19:27.887] Server {0x2ac7d4906c60} DEBUG: (http) HTTP_HEADER 0x2ac7d8cdc898: [T: 3, L:   48, OBJFLAGS: 0]  
> [Dec 19 13:19:27.887] Server {0x2ac7d4906c60} DEBUG: (http) [TYPE: REQ, V: 10000, URL: 0x2ac7d8cdcb18, METHOD: "GET", METHOD_LEN: 3, FIELDS: 0x2ac7d8cdc8c8]
> [Dec 19 13:19:27.887] Server {0x2ac7d4906c60} DEBUG: (http) URL 0x2ac7d8cdcb18: [T: 2, L:  112, OBJFLAGS: 0]  
> [Dec 19 13:19:27.887] Server {0x2ac7d4906c60} DEBUG: (http) [URLTYPE: 1, SWKSIDX: 94,
> [Dec 19 13:19:27.887] Server {0x2ac7d4906c60} DEBUG: (http) 	SCHEME: "http", SCHEME_LEN: 4,
> [Dec 19 13:19:27.887] Server {0x2ac7d4906c60} DEBUG: (http) 	USER: "", USER_LEN: 0,
> [Dec 19 13:19:27.887] Server {0x2ac7d4906c60} DEBUG: (http) 	PASSWORD: "", PASSWORD_LEN: 0,
> [Dec 19 13:19:27.887] Server {0x2ac7d4906c60} DEBUG: (http) 	HOST: "127.0.0.1", HOST_LEN: 9,
> [Dec 19 13:19:27.887] Server {0x2ac7d4906c60} DEBUG: (http) 	PORT: "8083", PORT_LEN: 4, PORT_NUM: 8083
> [Dec 19 13:19:27.887] Server {0x2ac7d4906c60} DEBUG: (http) 	PATH: "synthetic.txt", PATH_LEN: 13,
> [Dec 19 13:19:27.887] Server {0x2ac7d4906c60} DEBUG: (http) 	PARAMS: "", PARAMS_LEN: 0,
> [Dec 19 13:19:27.887] Server {0x2ac7d4906c60} DEBUG: (http) 	QUERY: "", QUERY_LEN: 0,
> [Dec 19 13:19:27.887] Server {0x2ac7d4906c60} DEBUG: (http) 	FRAGMENT: "", FRAGMENT_LEN: 0]
> [Dec 19 13:19:27.887] Server {0x2ac7d4906c60} DEBUG: (http) MIME_HEADER 0x2ac7d8cdc8c8: [T: 4, L:  592, OBJFLAGS: 0]  
> [Dec 19 13:19:27.887] Server {0x2ac7d4906c60} DEBUG: (http) 
> 	[PBITS: 0x0000000001000000, SLACC: 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF, HEADBLK: 0x2ac7d8cdc908, TAILBLK: 0x2ac7d8cdc908]
> [Dec 19 13:19:27.887] Server {0x2ac7d4906c60} DEBUG: (http) 	[CBITS: 0x00000000, T_MAXAGE: 0, T_SMAXAGE: 0, T_MAXSTALE: 0, T_MINFRESH: 0, PNO$: 0]
> [Dec 19 13:19:27.887] Server {0x2ac7d4906c60} DEBUG: (http) FIELD_BLOCK 0x2ac7d8cdc908: [T: 5, L:  528, OBJFLAGS: 0]  
> [Dec 19 13:19:27.887] Server {0x2ac7d4906c60} DEBUG: (http) [FREETOP: 1, NEXTBLK: (nil)]
> [Dec 19 13:19:27.887] Server {0x2ac7d4906c60} DEBUG: (http) 	SLOT # 0 (0x2ac7d8cdc918), LIVE    
> [Dec 19 13:19:27.887] Server {0x2ac7d4906c60} DEBUG: (http) [N: "Host", N_LEN: 4, N_IDX: 30, 
> [Dec 19 13:19:27.887] Server {0x2ac7d4906c60} DEBUG: (http) V: "127.0.0.1:8083", V_LEN: 14, 
> [Dec 19 13:19:27.887] Server {0x2ac7d4906c60} DEBUG: (http) NEXTDUP: (nil), RAW: 0, RAWLEN: 18, F: 1]
> [Dec 19 13:19:27.887] Server {0x2ac7d4906c60} DEBUG: (http) 
> [Dec 19 13:19:27.887] Server {0x2ac7d4906c60} DEBUG: (http_trans) [init_stat_vars_from_req] set req cont length to 0
> [Dec 19 13:19:27.887] Server {0x2ac7d4906c60} DEBUG: (http_trans) [DecideCacheLookup] Will NOT do cache lookup.
> [Dec 19 13:19:27.887] Server {0x2ac7d4906c60} DEBUG: (http_seq) [DecideCacheLookup] Will NOT do cache lookup
> [Dec 19 13:19:27.887] Server {0x2ac7d4906c60} DEBUG: (http_trans) Next action HTTP_API_CACHE_LOOKUP_COMPLETE; CallOSDNSLookup
> [Dec 19 13:19:27.887] Server {0x2ac7d4906c60} DEBUG: (http) [2] State Transition: HTTP_API_POST_REMAP -> API_CACHE_LOOKUP_COMPLETE
> [Dec 19 13:19:27.887] Server {0x2ac7d4906c60} DEBUG: (http_trans) Next action DNS_LOOKUP; OSDNSLookup
> [Dec 19 13:19:27.887] Server {0x2ac7d4906c60} DEBUG: (http) [2] State Transition: API_CACHE_LOOKUP_COMPLETE -> DNS_LOOKUP
> [Dec 19 13:19:27.887] Server {0x2ac7d4906c60} DEBUG: (http_seq) [HttpSM::do_hostdb_lookup] Doing DNS Lookup
> [Dec 19 13:19:27.887] Server {0x2ac7d4906c60} DEBUG: (http_trans) [ink_cluster_time] local: 1387455567, highest_delta: 0, cluster: 1387455567
> [Dec 19 13:19:27.887] Server {0x2ac7d4906c60} DEBUG: (http_trans) [HttpTransact::OSDNSLookup] This was attempt 1
> [Dec 19 13:19:27.887] Server {0x2ac7d4906c60} DEBUG: (http_seq) [HttpTransact::OSDNSLookup] DNS Lookup successful
> [Dec 19 13:19:27.887] Server {0x2ac7d4906c60} DEBUG: (http_trans) [OSDNSLookup] DNS lookup for O.S. successful IP: 127.0.0.1
> [Dec 19 13:19:27.887] Server {0x2ac7d4906c60} DEBUG: (http_trans) Next action HttpTransact::HTTP_API_OS_DNS; LookupSkipOpenServer
> [Dec 19 13:19:27.887] Server {0x2ac7d4906c60} DEBUG: (http) [2] State Transition: DNS_LOOKUP -> API_OS_DNS
> [Dec 19 13:19:27.887] Server {0x2ac7d4906c60} DEBUG: (http_trans) client_ip_set = 0
> [Dec 19 13:19:27.887] Server {0x2ac7d4906c60} DEBUG: (http_trans) inserted request header 'Client-ip: 127.0.0.1'
> [Dec 19 13:19:27.887] Server {0x2ac7d4906c60} DEBUG: (http_trans) [add_client_ip_to_outgoing_request] Appended connecting client's (127.0.0.1) to the X-Forwards header
> [Dec 19 13:19:27.887] Server {0x2ac7d4906c60} DEBUG: (http_trans) [build_request] request like cacheable and conditional headers removed
> [Dec 19 13:19:27.887] Server {0x2ac7d4906c60} DEBUG: (http_trans) [ink_cluster_time] local: 1387455567, highest_delta: 0, cluster: 1387455567
> [Dec 19 13:19:27.887] Server {0x2ac7d4906c60} DEBUG: (http_trans) [build_request] request_sent_time: 1387455567
> [Dec 19 13:19:27.887] Server {0x2ac7d4906c60} DEBUG: (http_trans) Next action next; HttpTransact::HandleResponse
> [Dec 19 13:19:27.887] Server {0x2ac7d4906c60} DEBUG: (http) [2] State Transition: API_OS_DNS -> ORIGIN_SERVER_OPEN
> [Dec 19 13:19:27.887] Server {0x2ac7d4906c60} DEBUG: (http_track) entered inside do_http_server_open ][IPv4]
> [Dec 19 13:19:27.887] Server {0x2ac7d4906c60} DEBUG: (http) [2] open connection to 127.0.0.1: 127.0.0.1:8083
> [Dec 19 13:19:27.887] Server {0x2ac7d4906c60} DEBUG: (http_seq) [HttpSM::do_http_server_open] Sending request to server
> [Dec 19 13:19:27.887] Server {0x2ac7d4906c60} DEBUG: (http) calling netProcessor.connect_re
> [Dec 19 13:19:27.887] Server {0x2ac7d4906c60} DEBUG: (http) [2] [HttpSM::main_handler, NET_EVENT_OPEN]
> [Dec 19 13:19:27.887] Server {0x2ac7d4906c60} DEBUG: (http_track) entered inside state_http_server_open
> [Dec 19 13:19:27.887] Server {0x2ac7d4906c60} DEBUG: (http) [2] [&HttpSM::state_http_server_open, NET_EVENT_OPEN]
> [Dec 19 13:19:27.887] Server {0x2ac7d4906c60} DEBUG: (http_ss) [2] session born, netvc 0x1840250
> [Dec 19 13:19:27.888] Server {0x2ac7d4906c60} DEBUG: (http) [2] [HttpSM::main_handler, VC_EVENT_WRITE_COMPLETE]
> [Dec 19 13:19:27.888] Server {0x2ac7d4906c60} DEBUG: (http) [2] [&HttpSM::state_send_server_request_header, VC_EVENT_WRITE_COMPLETE]
> [Dec 19 13:19:27.888] Server {0x2ac7d4906c60} DEBUG: (http) [2] [HttpSM::main_handler, VC_EVENT_READ_READY]
> [Dec 19 13:19:27.888] Server {0x2ac7d4906c60} DEBUG: (http) [2] [&HttpSM::state_read_server_response_header, VC_EVENT_READ_READY]
> [Dec 19 13:19:27.888] Server {0x2ac7d4906c60} DEBUG: (http_seq) Done parsing server response header
> [Dec 19 13:19:27.888] Server {0x2ac7d4906c60} DEBUG: (http_trans) [HttpTransact::HandleResponse]
> [Dec 19 13:19:27.888] Server {0x2ac7d4906c60} DEBUG: (http_seq) [HttpTransact::HandleResponse] Response received
> [Dec 19 13:19:27.888] Server {0x2ac7d4906c60} DEBUG: (http_trans) [ink_cluster_time] local: 1387455567, highest_delta: 0, cluster: 1387455567
> [Dec 19 13:19:27.888] Server {0x2ac7d4906c60} DEBUG: (http_trans) [HandleResponse] response_received_time: 1387455567
> [Dec 19 13:19:27.888] Server {0x2ac7d4906c60} DEBUG: (http_trans) [is_response_valid] No errors in response
> [Dec 19 13:19:27.888] Server {0x2ac7d4906c60} DEBUG: (http_seq) [HttpTransact::HandleResponse] Response valid
> [Dec 19 13:19:27.888] Server {0x2ac7d4906c60} DEBUG: (http_trans) [handle_response_from_server] (hrfs)
> [Dec 19 13:19:27.888] Server {0x2ac7d4906c60} DEBUG: (http_trans) [hrfs] connection alive
> [Dec 19 13:19:27.888] Server {0x2ac7d4906c60} DEBUG: (http_trans) [handle_forward_server_connection_open] (hfsco)
> [Dec 19 13:19:27.888] Server {0x2ac7d4906c60} DEBUG: (http_seq) [HttpTransact::handle_server_connection_open] 
> [Dec 19 13:19:27.888] Server {0x2ac7d4906c60} DEBUG: (http) server info = 127.0.0.1:8083
> [Dec 19 13:19:27.888] Server {0x2ac7d4906c60} DEBUG: (http_trans) [hfsco] cache action: CACHE_DO_NO_ACTION
> [Dec 19 13:19:27.888] Server {0x2ac7d4906c60} DEBUG: (http_trans) [handle_no_cache_operation_on_forward_server_response] (hncoofsr)
> [Dec 19 13:19:27.888] Server {0x2ac7d4906c60} DEBUG: (http_seq) [handle_no_cache_operation_on_forward_server_response]
> [Dec 19 13:19:27.888] Server {0x2ac7d4906c60} DEBUG: (http_trans) [hncoofsr] server sent back 200
> [Dec 19 13:19:27.888] Server {0x2ac7d4906c60} DEBUG: (http_trans) [hncoofsr] next action will be OS_READ_CACHE_NOOP
> [Dec 19 13:19:27.888] Server {0x2ac7d4906c60} DEBUG: (http_age) [calculate_document_age] age_value:              0
> [Dec 19 13:19:27.888] Server {0x2ac7d4906c60} DEBUG: (http_age) [calculate_document_age] date_value:             1387455567
> [Dec 19 13:19:27.888] Server {0x2ac7d4906c60} DEBUG: (http_age) [calculate_document_age] response_time:          1387455567
> [Dec 19 13:19:27.888] Server {0x2ac7d4906c60} DEBUG: (http_age) [calculate_document_age] now:                    1387455567
> [Dec 19 13:19:27.888] Server {0x2ac7d4906c60} DEBUG: (http_age) [calculate_document_age] now (fixed):            1387455567
> [Dec 19 13:19:27.888] Server {0x2ac7d4906c60} DEBUG: (http_age) [calculate_document_age] apparent_age:           0
> [Dec 19 13:19:27.888] Server {0x2ac7d4906c60} DEBUG: (http_age) [calculate_document_age] corrected_received_age: 0
> [Dec 19 13:19:27.888] Server {0x2ac7d4906c60} DEBUG: (http_age) [calculate_document_age] response_delay:         0
> [Dec 19 13:19:27.888] Server {0x2ac7d4906c60} DEBUG: (http_age) [calculate_document_age] corrected_initial_age:  0
> [Dec 19 13:19:27.888] Server {0x2ac7d4906c60} DEBUG: (http_age) [calculate_document_age] resident_time:          0
> [Dec 19 13:19:27.888] Server {0x2ac7d4906c60} DEBUG: (http_age) [calculate_document_age] current_age:            0
> [Dec 19 13:19:27.888] Server {0x2ac7d4906c60} DEBUG: (http_trans) [handle_content_length_header] RESPONSE cont len in hdr is 1620
> [Dec 19 13:19:27.888] Server {0x2ac7d4906c60} DEBUG: (http_trans) [Squid code generation] Hit/Miss: 49, Log: 51, Hier: 50
> [Dec 19 13:19:27.888] Server {0x2ac7d4906c60} DEBUG: (http_trans) Adding Server: ATS/4.2.0
> [Dec 19 13:19:27.888] Server {0x2ac7d4906c60} DEBUG: (http) [2] State Transition: ORIGIN_SERVER_OPEN -> SERVER_READ
> [Dec 19 13:19:27.888] Server {0x2ac7d4906c60} DEBUG: (http_tunnel) [2] adding producer 'http server'
> [Dec 19 13:19:27.888] Server {0x2ac7d4906c60} DEBUG: (http_tunnel) [2] adding consumer 'user agent'
> [Dec 19 13:19:27.888] Server {0x2ac7d4906c60} DEBUG: (http) [2] perform_cache_write_action CACHE_DO_NO_ACTION
> [Dec 19 13:19:27.888] Server {0x2ac7d4906c60} DEBUG: (http_tunnel) tunnel_run started, p_arg is NULL
> [Dec 19 13:19:27.888] Server {0x2ac7d4906c60} DEBUG: (http_cs) tcp_init_cwnd_set 0
> [Dec 19 13:19:27.888] Server {0x2ac7d4906c60} DEBUG: (http_cs) desired TCP congestion window is 0
> [Dec 19 13:19:27.888] Server {0x2ac7d4906c60} DEBUG: (http_tunnel) [2] [tunnel_run] producer already done
> [Dec 19 13:19:27.888] Server {0x2ac7d4906c60} DEBUG: (http_tunnel) [2] producer_handler [http server HTTP_TUNNEL_EVENT_PRECOMPLETE]
> [Dec 19 13:19:27.888] Server {0x2ac7d4906c60} DEBUG: (http_redirect) [HttpTunnel::producer_handler] enable_redirection: [0 0 0] event: 2302
> [Dec 19 13:19:27.888] Server {0x2ac7d4906c60} DEBUG: (http) [2] [&HttpSM::tunnel_handler_server, HTTP_TUNNEL_EVENT_PRECOMPLETE]
> [Dec 19 13:19:27.888] Server {0x2ac7d4906c60} DEBUG: (http_ss) [2] session closed
> [Dec 19 13:19:27.888] Server {0x2ac7d4906c60} DEBUG: (http_tunnel) [2] consumer_handler [user agent VC_EVENT_WRITE_COMPLETE]
> [Dec 19 13:19:27.888] Server {0x2ac7d4906c60} DEBUG: (http) [2] [&HttpSM::tunnel_handler_ua, VC_EVENT_WRITE_COMPLETE]
> [Dec 19 13:19:27.888] Server {0x2ac7d4906c60} DEBUG: (http_cs) [2] session closed
> [Dec 19 13:19:27.888] Server {0x2ac7d4906c60} DEBUG: (http_cs) [2] session destroy
> [Dec 19 13:19:27.888] Server {0x2ac7d4906c60} DEBUG: (http) [2] [HttpSM::main_handler, HTTP_TUNNEL_EVENT_DONE]
> [Dec 19 13:19:27.888] Server {0x2ac7d4906c60} DEBUG: (http) [2] [&HttpSM::tunnel_handler, HTTP_TUNNEL_EVENT_DONE]
> [Dec 19 13:19:27.888] Server {0x2ac7d4906c60} DEBUG: (http_redirect) [HttpTunnel::deallocate_postdata_copy_buffers]
> [Dec 19 13:19:27.888] Server {0x2ac7d4906c60} DEBUG: (http_seq) Skipping cop heartbeat logging & stats due to config
> [Dec 19 13:19:27.888] Server {0x2ac7d4906c60} DEBUG: (http) [2] deallocating sm
> [Dec 19 13:19:37.889] Server {0x2ac7d50b6700} DEBUG: (http_seq) [HttpAccept:mainEvent 0x1840cd0] accepted connection from 127.0.0.1:36672 transport type = 0
> [Dec 19 13:19:37.889] Server {0x2ac7d50b6700} DEBUG: (http_cs) [3] session born, netvc 0x1840cd0
> [Dec 19 13:19:37.889] Server {0x2ac7d50b6700} DEBUG: (http_cs) [3] Starting transaction 1 using sm [3]
> [Dec 19 13:19:37.889] Server {0x2ac7d50b6700} DEBUG: (http) [3] [HttpSM::main_handler, VC_EVENT_READ_READY]
> [Dec 19 13:19:37.889] Server {0x2ac7d50b6700} DEBUG: (http) [3] [&HttpSM::state_read_client_request_header, VC_EVENT_READ_READY]
> [Dec 19 13:19:37.889] Server {0x2ac7d50b6700} DEBUG: (http) [3] done parsing client request header
> [Dec 19 13:19:37.889] Server {0x2ac7d50b6700} DEBUG: (http_trans) START HttpTransact::ModifyRequest
> [Dec 19 13:19:37.889] Server {0x2ac7d50b6700} DEBUG: (http_trans) [ink_cluster_time] local: 1387455577, highest_delta: 0, cluster: 1387455577
> [Dec 19 13:19:37.889] Server {0x2ac7d50b6700} DEBUG: (http_trans) END HttpTransact::ModifyRequest
> [Dec 19 13:19:37.889] Server {0x2ac7d50b6700} DEBUG: (http_trans) Next action HTTP_API_READ_REQUEST_HDR; HttpTransact::StartRemapRequest
> [Dec 19 13:19:37.889] Server {0x2ac7d50b6700} DEBUG: (http) [3] State Transition: STATE_UNDEFINED -> API_READ_REQUEST_HDR
> [Dec 19 13:19:37.890] Server {0x2ac7d50b6700} DEBUG: (http_trans) START HttpTransact::StartRemapRequest
> [Dec 19 13:19:37.890] Server {0x2ac7d50b6700} DEBUG: (http_trans) Before Remapping:
> [Dec 19 13:19:37.890] Server {0x2ac7d50b6700} DEBUG: (http) HTTP_HEADER 0x2ac7d8cda898: [T: 3, L:   48, OBJFLAGS: 0]  
> [Dec 19 13:19:37.890] Server {0x2ac7d50b6700} DEBUG: (http) [TYPE: REQ, V: 10000, URL: 0x2ac7d8cdab18, METHOD: "GET", METHOD_LEN: 3, FIELDS: 0x2ac7d8cda8c8]
> [Dec 19 13:19:37.890] Server {0x2ac7d50b6700} DEBUG: (http) URL 0x2ac7d8cdab18: [T: 2, L:  112, OBJFLAGS: 0]  
> [Dec 19 13:19:37.890] Server {0x2ac7d50b6700} DEBUG: (http) [URLTYPE: 1, SWKSIDX: 94,
> [Dec 19 13:19:37.890] Server {0x2ac7d50b6700} DEBUG: (http) 	SCHEME: "http", SCHEME_LEN: 4,
> [Dec 19 13:19:37.890] Server {0x2ac7d50b6700} DEBUG: (http) 	USER: "", USER_LEN: 0,
> [Dec 19 13:19:37.890] Server {0x2ac7d50b6700} DEBUG: (http) 	PASSWORD: "", PASSWORD_LEN: 0,
> [Dec 19 13:19:37.890] Server {0x2ac7d50b6700} DEBUG: (http) 	HOST: "127.0.0.1", HOST_LEN: 9,
> [Dec 19 13:19:37.890] Server {0x2ac7d50b6700} DEBUG: (http) 	PORT: "8083", PORT_LEN: 4, PORT_NUM: 8083
> [Dec 19 13:19:37.890] Server {0x2ac7d50b6700} DEBUG: (http) 	PATH: "synthetic.txt", PATH_LEN: 13,
> [Dec 19 13:19:37.890] Server {0x2ac7d50b6700} DEBUG: (http) 	PARAMS: "", PARAMS_LEN: 0,
> [Dec 19 13:19:37.890] Server {0x2ac7d50b6700} DEBUG: (http) 	QUERY: "", QUERY_LEN: 0,
> [Dec 19 13:19:37.890] Server {0x2ac7d50b6700} DEBUG: (http) 	FRAGMENT: "", FRAGMENT_LEN: 0]
> [Dec 19 13:19:37.890] Server {0x2ac7d50b6700} DEBUG: (http) MIME_HEADER 0x2ac7d8cda8c8: [T: 4, L:  592, OBJFLAGS: 0]  
> [Dec 19 13:19:37.890] Server {0x2ac7d50b6700} DEBUG: (http) 
> 	[PBITS: 0x0000000001000000, SLACC: 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF, HEADBLK: 0x2ac7d8cda908, TAILBLK: 0x2ac7d8cda908]
> [Dec 19 13:19:37.890] Server {0x2ac7d50b6700} DEBUG: (http) 	[CBITS: 0x00000000, T_MAXAGE: 0, T_SMAXAGE: 0, T_MAXSTALE: 0, T_MINFRESH: 0, PNO$: 0]
> [Dec 19 13:19:37.890] Server {0x2ac7d50b6700} DEBUG: (http) FIELD_BLOCK 0x2ac7d8cda908: [T: 5, L:  528, OBJFLAGS: 0]  
> [Dec 19 13:19:37.890] Server {0x2ac7d50b6700} DEBUG: (http) [FREETOP: 1, NEXTBLK: (nil)]
> [Dec 19 13:19:37.890] Server {0x2ac7d50b6700} DEBUG: (http) 	SLOT # 0 (0x2ac7d8cda918), LIVE    
> [Dec 19 13:19:37.890] Server {0x2ac7d50b6700} DEBUG: (http) [N: "Host", N_LEN: 4, N_IDX: 30, 
> [Dec 19 13:19:37.890] Server {0x2ac7d50b6700} DEBUG: (http) V: "127.0.0.1:8083", V_LEN: 14, 
> [Dec 19 13:19:37.890] Server {0x2ac7d50b6700} DEBUG: (http) NEXTDUP: (nil), RAW: 0, RAWLEN: 18, F: 1]
> [Dec 19 13:19:37.890] Server {0x2ac7d50b6700} DEBUG: (http) 
> [Dec 19 13:19:37.890] Server {0x2ac7d50b6700} DEBUG: (http_trans) END HttpTransact::StartRemapRequest
> [Dec 19 13:19:37.890] Server {0x2ac7d50b6700} DEBUG: (http_trans) Next action HTTP_API_PRE_REMAP; HttpTransact::PerformRemap
> [Dec 19 13:19:37.890] Server {0x2ac7d50b6700} DEBUG: (http) [3] State Transition: API_READ_REQUEST_HDR -> HTTP_API_PRE_REMAP
> [Dec 19 13:19:37.890] Server {0x2ac7d50b6700} DEBUG: (http_trans) Inside PerformRemap
> [Dec 19 13:19:37.890] Server {0x2ac7d50b6700} DEBUG: (http_trans) Next action HTTP_REMAP_REQUEST; HttpTransact::EndRemapRequest
> [Dec 19 13:19:37.890] Server {0x2ac7d50b6700} DEBUG: (http) [3] State Transition: HTTP_API_PRE_REMAP -> HTTP_REMAP_REQUEST
> [Dec 19 13:19:37.890] Server {0x2ac7d50b6700} DEBUG: (http_seq) [HttpSM::do_remap_request] Remapping request
> [Dec 19 13:19:37.890] Server {0x2ac7d50b6700} DEBUG: (http_trans) START HttpTransact::EndRemapRequest
> [Dec 19 13:19:37.890] Server {0x2ac7d50b6700} DEBUG: (http_trans) EndRemapRequest host is 127.0.0.1
> [Dec 19 13:19:37.890] Server {0x2ac7d50b6700} DEBUG: (http_trans) After Remapping:
> [Dec 19 13:19:37.890] Server {0x2ac7d50b6700} DEBUG: (http) HTTP_HEADER 0x2ac7d8cda898: [T: 3, L:   48, OBJFLAGS: 0]  
> [Dec 19 13:19:37.890] Server {0x2ac7d50b6700} DEBUG: (http) [TYPE: REQ, V: 10000, URL: 0x2ac7d8cdab18, METHOD: "GET", METHOD_LEN: 3, FIELDS: 0x2ac7d8cda8c8]
> [Dec 19 13:19:37.890] Server {0x2ac7d50b6700} DEBUG: (http) URL 0x2ac7d8cdab18: [T: 2, L:  112, OBJFLAGS: 0]  
> [Dec 19 13:19:37.890] Server {0x2ac7d50b6700} DEBUG: (http) [URLTYPE: 1, SWKSIDX: 94,
> [Dec 19 13:19:37.890] Server {0x2ac7d50b6700} DEBUG: (http) 	SCHEME: "http", SCHEME_LEN: 4,
> [Dec 19 13:19:37.890] Server {0x2ac7d50b6700} DEBUG: (http) 	USER: "", USER_LEN: 0,
> [Dec 19 13:19:37.890] Server {0x2ac7d50b6700} DEBUG: (http) 	PASSWORD: "", PASSWORD_LEN: 0,
> [Dec 19 13:19:37.890] Server {0x2ac7d50b6700} DEBUG: (http) 	HOST: "127.0.0.1", HOST_LEN: 9,
> [Dec 19 13:19:37.890] Server {0x2ac7d50b6700} DEBUG: (http) 	PORT: "8083", PORT_LEN: 4, PORT_NUM: 8083
> [Dec 19 13:19:37.890] Server {0x2ac7d50b6700} DEBUG: (http) 	PATH: "synthetic.txt", PATH_LEN: 13,
> [Dec 19 13:19:37.890] Server {0x2ac7d50b6700} DEBUG: (http) 	PARAMS: "", PARAMS_LEN: 0,
> [Dec 19 13:19:37.890] Server {0x2ac7d50b6700} DEBUG: (http) 	QUERY: "", QUERY_LEN: 0,
> [Dec 19 13:19:37.890] Server {0x2ac7d50b6700} DEBUG: (http) 	FRAGMENT: "", FRAGMENT_LEN: 0]
> [Dec 19 13:19:37.890] Server {0x2ac7d50b6700} DEBUG: (http) MIME_HEADER 0x2ac7d8cda8c8: [T: 4, L:  592, OBJFLAGS: 0]  
> [Dec 19 13:19:37.891] Server {0x2ac7d50b6700} DEBUG: (http) 
> 	[PBITS: 0x0000000001000000, SLACC: 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF, HEADBLK: 0x2ac7d8cda908, TAILBLK: 0x2ac7d8cda908]
> [Dec 19 13:19:37.891] Server {0x2ac7d50b6700} DEBUG: (http) 	[CBITS: 0x00000000, T_MAXAGE: 0, T_SMAXAGE: 0, T_MAXSTALE: 0, T_MINFRESH: 0, PNO$: 0]
> [Dec 19 13:19:37.891] Server {0x2ac7d50b6700} DEBUG: (http) FIELD_BLOCK 0x2ac7d8cda908: [T: 5, L:  528, OBJFLAGS: 0]  
> [Dec 19 13:19:37.891] Server {0x2ac7d50b6700} DEBUG: (http) [FREETOP: 1, NEXTBLK: (nil)]
> [Dec 19 13:19:37.891] Server {0x2ac7d50b6700} DEBUG: (http) 	SLOT # 0 (0x2ac7d8cda918), LIVE    
> [Dec 19 13:19:37.891] Server {0x2ac7d50b6700} DEBUG: (http) [N: "Host", N_LEN: 4, N_IDX: 30, 
> [Dec 19 13:19:37.891] Server {0x2ac7d50b6700} DEBUG: (http) V: "127.0.0.1:8083", V_LEN: 14, 
> [Dec 19 13:19:37.891] Server {0x2ac7d50b6700} DEBUG: (http) NEXTDUP: (nil), RAW: 0, RAWLEN: 18, F: 1]
> [Dec 19 13:19:37.891] Server {0x2ac7d50b6700} DEBUG: (http) 
> [Dec 19 13:19:37.891] Server {0x2ac7d50b6700} DEBUG: (http_trans) END HttpTransact::EndRemapRequest
> [Dec 19 13:19:37.891] Server {0x2ac7d50b6700} DEBUG: (http_trans) Next action HTTP_API_POST_REMAP; HttpTransact::HandleRequest
> [Dec 19 13:19:37.891] Server {0x2ac7d50b6700} DEBUG: (http) [3] State Transition: HTTP_REMAP_REQUEST -> HTTP_API_POST_REMAP
> [Dec 19 13:19:37.891] Server {0x2ac7d50b6700} DEBUG: (http_trans) START HttpTransact::HandleRequest
> [Dec 19 13:19:37.891] Server {0x2ac7d50b6700} DEBUG: (http_trans) [is_request_valid]no request header errors
> [Dec 19 13:19:37.891] Server {0x2ac7d50b6700} DEBUG: (http_seq) [HttpTransact::HandleRequest] request valid.
> [Dec 19 13:19:37.891] Server {0x2ac7d50b6700} DEBUG: (http) HTTP_HEADER 0x2ac7d8cda898: [T: 3, L:   48, OBJFLAGS: 0]  
> [Dec 19 13:19:37.891] Server {0x2ac7d50b6700} DEBUG: (http) [TYPE: REQ, V: 10000, URL: 0x2ac7d8cdab18, METHOD: "GET", METHOD_LEN: 3, FIELDS: 0x2ac7d8cda8c8]
> [Dec 19 13:19:37.891] Server {0x2ac7d50b6700} DEBUG: (http) URL 0x2ac7d8cdab18: [T: 2, L:  112, OBJFLAGS: 0]  
> [Dec 19 13:19:37.891] Server {0x2ac7d50b6700} DEBUG: (http) [URLTYPE: 1, SWKSIDX: 94,
> [Dec 19 13:19:37.891] Server {0x2ac7d50b6700} DEBUG: (http) 	SCHEME: "http", SCHEME_LEN: 4,
> [Dec 19 13:19:37.891] Server {0x2ac7d50b6700} DEBUG: (http) 	USER: "", USER_LEN: 0,
> [Dec 19 13:19:37.891] Server {0x2ac7d50b6700} DEBUG: (http) 	PASSWORD: "", PASSWORD_LEN: 0,
> [Dec 19 13:19:37.891] Server {0x2ac7d50b6700} DEBUG: (http) 	HOST: "127.0.0.1", HOST_LEN: 9,
> [Dec 19 13:19:37.891] Server {0x2ac7d50b6700} DEBUG: (http) 	PORT: "8083", PORT_LEN: 4, PORT_NUM: 8083
> [Dec 19 13:19:37.891] Server {0x2ac7d50b6700} DEBUG: (http) 	PATH: "synthetic.txt", PATH_LEN: 13,
> [Dec 19 13:19:37.891] Server {0x2ac7d50b6700} DEBUG: (http) 	PARAMS: "", PARAMS_LEN: 0,
> [Dec 19 13:19:37.891] Server {0x2ac7d50b6700} DEBUG: (http) 	QUERY: "", QUERY_LEN: 0,
> [Dec 19 13:19:37.891] Server {0x2ac7d50b6700} DEBUG: (http) 	FRAGMENT: "", FRAGMENT_LEN: 0]
> [Dec 19 13:19:37.891] Server {0x2ac7d50b6700} DEBUG: (http) MIME_HEADER 0x2ac7d8cda8c8: [T: 4, L:  592, OBJFLAGS: 0]  
> [Dec 19 13:19:37.891] Server {0x2ac7d50b6700} DEBUG: (http) 
> 	[PBITS: 0x0000000001000000, SLACC: 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF, HEADBLK: 0x2ac7d8cda908, TAILBLK: 0x2ac7d8cda908]
> [Dec 19 13:19:37.891] Server {0x2ac7d50b6700} DEBUG: (http) 	[CBITS: 0x00000000, T_MAXAGE: 0, T_SMAXAGE: 0, T_MAXSTALE: 0, T_MINFRESH: 0, PNO$: 0]
> [Dec 19 13:19:37.891] Server {0x2ac7d50b6700} DEBUG: (http) FIELD_BLOCK 0x2ac7d8cda908: [T: 5, L:  528, OBJFLAGS: 0]  
> [Dec 19 13:19:37.891] Server {0x2ac7d50b6700} DEBUG: (http) [FREETOP: 1, NEXTBLK: (nil)]
> [Dec 19 13:19:37.891] Server {0x2ac7d50b6700} DEBUG: (http) 	SLOT # 0 (0x2ac7d8cda918), LIVE    
> [Dec 19 13:19:37.891] Server {0x2ac7d50b6700} DEBUG: (http) [N: "Host", N_LEN: 4, N_IDX: 30, 
> [Dec 19 13:19:37.891] Server {0x2ac7d50b6700} DEBUG: (http) V: "127.0.0.1:8083", V_LEN: 14, 
> [Dec 19 13:19:37.891] Server {0x2ac7d50b6700} DEBUG: (http) NEXTDUP: (nil), RAW: 0, RAWLEN: 18, F: 1]
> [Dec 19 13:19:37.891] Server {0x2ac7d50b6700} DEBUG: (http) 
> [Dec 19 13:19:37.891] Server {0x2ac7d50b6700} DEBUG: (http_trans) [init_stat_vars_from_req] set req cont length to 0
> [Dec 19 13:19:37.891] Server {0x2ac7d50b6700} DEBUG: (http_trans) [DecideCacheLookup] Will NOT do cache lookup.
> [Dec 19 13:19:37.891] Server {0x2ac7d50b6700} DEBUG: (http_seq) [DecideCacheLookup] Will NOT do cache lookup
> [Dec 19 13:19:37.891] Server {0x2ac7d50b6700} DEBUG: (http_trans) Next action HTTP_API_CACHE_LOOKUP_COMPLETE; CallOSDNSLookup
> [Dec 19 13:19:37.891] Server {0x2ac7d50b6700} DEBUG: (http) [3] State Transition: HTTP_API_POST_REMAP -> API_CACHE_LOOKUP_COMPLETE
> [Dec 19 13:19:37.891] Server {0x2ac7d50b6700} DEBUG: (http_trans) Next action DNS_LOOKUP; OSDNSLookup
> [Dec 19 13:19:37.891] Server {0x2ac7d50b6700} DEBUG: (http) [3] State Transition: API_CACHE_LOOKUP_COMPLETE -> DNS_LOOKUP
> [Dec 19 13:19:37.891] Server {0x2ac7d50b6700} DEBUG: (http_seq) [HttpSM::do_hostdb_lookup] Doing DNS Lookup
> [Dec 19 13:19:37.891] Server {0x2ac7d50b6700} DEBUG: (http_trans) [ink_cluster_time] local: 1387455577, highest_delta: 0, cluster: 1387455577
> [Dec 19 13:19:37.892] Server {0x2ac7d50b6700} DEBUG: (http_trans) [HttpTransact::OSDNSLookup] This was attempt 1
> [Dec 19 13:19:37.892] Server {0x2ac7d50b6700} DEBUG: (http_seq) [HttpTransact::OSDNSLookup] DNS Lookup successful
> [Dec 19 13:19:37.892] Server {0x2ac7d50b6700} DEBUG: (http_trans) [OSDNSLookup] DNS lookup for O.S. successful IP: 127.0.0.1
> [Dec 19 13:19:37.892] Server {0x2ac7d50b6700} DEBUG: (http_trans) Next action HttpTransact::HTTP_API_OS_DNS; LookupSkipOpenServer
> [Dec 19 13:19:37.892] Server {0x2ac7d50b6700} DEBUG: (http) [3] State Transition: DNS_LOOKUP -> API_OS_DNS
> [Dec 19 13:19:37.892] Server {0x2ac7d50b6700} DEBUG: (http_trans) client_ip_set = 0
> [Dec 19 13:19:37.892] Server {0x2ac7d50b6700} DEBUG: (http_trans) inserted request header 'Client-ip: 127.0.0.1'
> [Dec 19 13:19:37.892] Server {0x2ac7d50b6700} DEBUG: (http_trans) [add_client_ip_to_outgoing_request] Appended connecting client's (127.0.0.1) to the X-Forwards header
> [Dec 19 13:19:37.892] Server {0x2ac7d50b6700} DEBUG: (http_trans) [build_request] request like cacheable and conditional headers removed
> [Dec 19 13:19:37.892] Server {0x2ac7d50b6700} DEBUG: (http_trans) [ink_cluster_time] local: 1387455577, highest_delta: 0, cluster: 1387455577
> [Dec 19 13:19:37.892] Server {0x2ac7d50b6700} DEBUG: (http_trans) [build_request] request_sent_time: 1387455577
> [Dec 19 13:19:37.892] Server {0x2ac7d50b6700} DEBUG: (http_trans) Next action next; HttpTransact::HandleResponse
> [Dec 19 13:19:37.892] Server {0x2ac7d50b6700} DEBUG: (http) [3] State Transition: API_OS_DNS -> ORIGIN_SERVER_OPEN
> [Dec 19 13:19:37.892] Server {0x2ac7d50b6700} DEBUG: (http_track) entered inside do_http_server_open ][IPv4]
> [Dec 19 13:19:37.892] Server {0x2ac7d50b6700} DEBUG: (http) [3] open connection to 127.0.0.1: 127.0.0.1:8083
> [Dec 19 13:19:37.892] Server {0x2ac7d50b6700} DEBUG: (http_seq) [HttpSM::do_http_server_open] Sending request to server
> [Dec 19 13:19:37.892] Server {0x2ac7d50b6700} DEBUG: (http) calling netProcessor.connect_re
> [Dec 19 13:19:37.892] Server {0x2ac7d50b6700} DEBUG: (http) [3] [HttpSM::main_handler, NET_EVENT_OPEN]
> [Dec 19 13:19:37.892] Server {0x2ac7d50b6700} DEBUG: (http_track) entered inside state_http_server_open
> [Dec 19 13:19:37.892] Server {0x2ac7d50b6700} DEBUG: (http) [3] [&HttpSM::state_http_server_open, NET_EVENT_OPEN]
> [Dec 19 13:19:37.892] Server {0x2ac7d50b6700} DEBUG: (http_ss) [3] session born, netvc 0x183ffb0
> [Dec 19 13:19:37.892] Server {0x2ac7d50b6700} DEBUG: (http) [3] [HttpSM::main_handler, VC_EVENT_WRITE_COMPLETE]
> [Dec 19 13:19:37.892] Server {0x2ac7d50b6700} DEBUG: (http) [3] [&HttpSM::state_send_server_request_header, VC_EVENT_WRITE_COMPLETE]
> [Dec 19 13:19:37.892] Server {0x2ac7d50b6700} DEBUG: (http) [3] [HttpSM::main_handler, VC_EVENT_READ_READY]
> [Dec 19 13:19:37.893] Server {0x2ac7d50b6700} DEBUG: (http) [3] [&HttpSM::state_read_server_response_header, VC_EVENT_READ_READY]
> [Dec 19 13:19:37.893] Server {0x2ac7d50b6700} DEBUG: (http_seq) Done parsing server response header
> [Dec 19 13:19:37.893] Server {0x2ac7d50b6700} DEBUG: (http_trans) [HttpTransact::HandleResponse]
> [Dec 19 13:19:37.893] Server {0x2ac7d50b6700} DEBUG: (http_seq) [HttpTransact::HandleResponse] Response received
> [Dec 19 13:19:37.893] Server {0x2ac7d50b6700} DEBUG: (http_trans) [ink_cluster_time] local: 1387455577, highest_delta: 0, cluster: 1387455577
> [Dec 19 13:19:37.893] Server {0x2ac7d50b6700} DEBUG: (http_trans) [HandleResponse] response_received_time: 1387455577
> [Dec 19 13:19:37.893] Server {0x2ac7d50b6700} DEBUG: (http_trans) [is_response_valid] No errors in response
> [Dec 19 13:19:37.893] Server {0x2ac7d50b6700} DEBUG: (http_seq) [HttpTransact::HandleResponse] Response valid
> [Dec 19 13:19:37.893] Server {0x2ac7d50b6700} DEBUG: (http_trans) [handle_response_from_server] (hrfs)
> [Dec 19 13:19:37.893] Server {0x2ac7d50b6700} DEBUG: (http_trans) [hrfs] connection alive
> [Dec 19 13:19:37.893] Server {0x2ac7d50b6700} DEBUG: (http_trans) [handle_forward_server_connection_open] (hfsco)
> [Dec 19 13:19:37.893] Server {0x2ac7d50b6700} DEBUG: (http_seq) [HttpTransact::handle_server_connection_open] 
> [Dec 19 13:19:37.893] Server {0x2ac7d50b6700} DEBUG: (http) server info = 127.0.0.1:8083
> [Dec 19 13:19:37.893] Server {0x2ac7d50b6700} DEBUG: (http_trans) [hfsco] cache action: CACHE_DO_NO_ACTION
> [Dec 19 13:19:37.893] Server {0x2ac7d50b6700} DEBUG: (http_trans) [handle_no_cache_operation_on_forward_server_response] (hncoofsr)
> [Dec 19 13:19:37.893] Server {0x2ac7d50b6700} DEBUG: (http_seq) [handle_no_cache_operation_on_forward_server_response]
> [Dec 19 13:19:37.893] Server {0x2ac7d50b6700} DEBUG: (http_trans) [hncoofsr] server sent back 200
> [Dec 19 13:19:37.893] Server {0x2ac7d50b6700} DEBUG: (http_trans) [hncoofsr] next action will be OS_READ_CACHE_NOOP
> [Dec 19 13:19:37.893] Server {0x2ac7d50b6700} DEBUG: (http_age) [calculate_document_age] age_value:              0
> [Dec 19 13:19:37.893] Server {0x2ac7d50b6700} DEBUG: (http_age) [calculate_document_age] date_value:             1387455577
> [Dec 19 13:19:37.893] Server {0x2ac7d50b6700} DEBUG: (http_age) [calculate_document_age] response_time:          1387455577
> [Dec 19 13:19:37.893] Server {0x2ac7d50b6700} DEBUG: (http_age) [calculate_document_age] now:                    1387455577
> [Dec 19 13:19:37.893] Server {0x2ac7d50b6700} DEBUG: (http_age) [calculate_document_age] now (fixed):            1387455577
> [Dec 19 13:19:37.893] Server {0x2ac7d50b6700} DEBUG: (http_age) [calculate_document_age] apparent_age:           0
> [Dec 19 13:19:37.893] Server {0x2ac7d50b6700} DEBUG: (http_age) [calculate_document_age] corrected_received_age: 0
> [Dec 19 13:19:37.893] Server {0x2ac7d50b6700} DEBUG: (http_age) [calculate_document_age] response_delay:         0
> [Dec 19 13:19:37.893] Server {0x2ac7d50b6700} DEBUG: (http_age) [calculate_document_age] corrected_initial_age:  0
> [Dec 19 13:19:37.893] Server {0x2ac7d50b6700} DEBUG: (http_age) [calculate_document_age] resident_time:          0
> [Dec 19 13:19:37.893] Server {0x2ac7d50b6700} DEBUG: (http_age) [calculate_document_age] current_age:            0
> [Dec 19 13:19:37.893] Server {0x2ac7d50b6700} DEBUG: (http_trans) [handle_content_length_header] RESPONSE cont len in hdr is 1620
> [Dec 19 13:19:37.893] Server {0x2ac7d50b6700} DEBUG: (http_trans) [Squid code generation] Hit/Miss: 49, Log: 51, Hier: 50
> [Dec 19 13:19:37.893] Server {0x2ac7d50b6700} DEBUG: (http_trans) Adding Server: ATS/4.2.0
> [Dec 19 13:19:37.893] Server {0x2ac7d50b6700} DEBUG: (http) [3] State Transition: ORIGIN_SERVER_OPEN -> SERVER_READ
> [Dec 19 13:19:37.893] Server {0x2ac7d50b6700} DEBUG: (http_tunnel) [3] adding producer 'http server'
> [Dec 19 13:19:37.893] Server {0x2ac7d50b6700} DEBUG: (http_tunnel) [3] adding consumer 'user agent'
> [Dec 19 13:19:37.893] Server {0x2ac7d50b6700} DEBUG: (http) [3] perform_cache_write_action CACHE_DO_NO_ACTION
> [Dec 19 13:19:37.893] Server {0x2ac7d50b6700} DEBUG: (http_tunnel) tunnel_run started, p_arg is NULL
> [Dec 19 13:19:37.893] Server {0x2ac7d50b6700} DEBUG: (http_cs) tcp_init_cwnd_set 0
> [Dec 19 13:19:37.893] Server {0x2ac7d50b6700} DEBUG: (http_cs) desired TCP congestion window is 0
> [Dec 19 13:19:37.893] Server {0x2ac7d50b6700} DEBUG: (http_tunnel) [3] [tunnel_run] producer already done
> [Dec 19 13:19:37.894] Server {0x2ac7d50b6700} DEBUG: (http_tunnel) [3] producer_handler [http server HTTP_TUNNEL_EVENT_PRECOMPLETE]
> [Dec 19 13:19:37.894] Server {0x2ac7d50b6700} DEBUG: (http_redirect) [HttpTunnel::producer_handler] enable_redirection: [0 0 0] event: 2302
> [Dec 19 13:19:37.894] Server {0x2ac7d50b6700} DEBUG: (http) [3] [&HttpSM::tunnel_handler_server, HTTP_TUNNEL_EVENT_PRECOMPLETE]
> [Dec 19 13:19:37.894] Server {0x2ac7d50b6700} DEBUG: (http_ss) [3] session closed
> [Dec 19 13:19:37.894] Server {0x2ac7d50b6700} DEBUG: (http_tunnel) [3] consumer_handler [user agent VC_EVENT_WRITE_COMPLETE]
> [Dec 19 13:19:37.894] Server {0x2ac7d50b6700} DEBUG: (http) [3] [&HttpSM::tunnel_handler_ua, VC_EVENT_WRITE_COMPLETE]
> [Dec 19 13:19:37.894] Server {0x2ac7d50b6700} DEBUG: (http_cs) [3] session closed
> [Dec 19 13:19:37.894] Server {0x2ac7d50b6700} DEBUG: (http_cs) [3] session destroy
> [Dec 19 13:19:37.894] Server {0x2ac7d50b6700} DEBUG: (http) [3] [HttpSM::main_handler, HTTP_TUNNEL_EVENT_DONE]
> [Dec 19 13:19:37.894] Server {0x2ac7d50b6700} DEBUG: (http) [3] [&HttpSM::tunnel_handler, HTTP_TUNNEL_EVENT_DONE]
> [Dec 19 13:19:37.894] Server {0x2ac7d50b6700} DEBUG: (http_redirect) [HttpTunnel::deallocate_postdata_copy_buffers]
> [Dec 19 13:19:37.894] Server {0x2ac7d50b6700} DEBUG: (http_seq) Skipping cop heartbeat logging & stats due to config
> [Dec 19 13:19:37.894] Server {0x2ac7d50b6700} DEBUG: (http) [3] deallocating sm
> [Dec 19 13:19:44.762] Server {0x2ac7d579e700} DEBUG: (http) [0] [HttpSM::main_handler, VC_EVENT_INACTIVITY_TIMEOUT]
> [Dec 19 13:19:44.762] Server {0x2ac7d579e700} DEBUG: (http) [0] [&HttpSM::state_watch_for_client_abort, VC_EVENT_INACTIVITY_TIMEOUT]
> [Dec 19 13:19:44.762] Server {0x2ac7d579e700} DEBUG: (http_redirect) [HttpTunnel::deallocate_postdata_copy_buffers]
> [Dec 19 13:19:44.762] Server {0x2ac7d579e700} DEBUG: (http_cs) [0] session closed
> [Dec 19 13:19:44.762] Server {0x2ac7d579e700} DEBUG: (http_cs) [0] session destroy
> [Dec 19 13:19:44.762] Server {0x2ac7d579e700} DEBUG: (http_ss) [0] session closed
> [Dec 19 13:19:44.762] Server {0x2ac7d579e700} DEBUG: (http_seq) [HttpSM::update_stats] Logging transaction
> [Dec 19 13:19:44.762] Server {0x2ac7d579e700} DEBUG: (http) [update_stats] Logging system indicates FULL.
> NOTE: Traffic Server received Sig 11: Segmentation fault
> /opt/ats/bin/traffic_server - STACK TRACE: 
> /lib/x86_64-linux-gnu/libpthread.so.0(+0xf030)[0x2ac7d37c4030]
> /opt/ats/bin/traffic_server(_Z14mime_mem_printPKciPciPiS2_+0x1d)[0x5c6f4d]
> /opt/ats/bin/traffic_server(_Z9url_printP7URLImplPciPiS2_+0x49)[0x5d0ef9]
> /opt/ats/bin/traffic_server(_ZN7HTTPHdr9url_printEPciPiS1_+0x9a)[0x5bd0ea]
> /opt/ats/bin/traffic_server(_ZN6HttpSM12update_statsEv+0x20c)[0x52d64c]
> /opt/ats/bin/traffic_server(_ZN6HttpSM9kill_thisEv+0x438)[0x535838]
> /opt/ats/bin/traffic_server(_ZN6HttpSM12main_handlerEiPv+0x138)[0x535ad8]
> /opt/ats/bin/traffic_server(_ZN18UnixNetVConnection9mainEventEiP5Event+0x59e)[0x69137e]
> /opt/ats/bin/traffic_server(_ZN13InactivityCop16check_inactivityEiP5Event+0x2a9)[0x6853f9]
> /opt/ats/bin/traffic_server(_ZN7EThread13process_eventEP5Eventi+0x9d)[0x6b22ad]
> /opt/ats/bin/traffic_server(_ZN7EThread7executeEv+0x700)[0x6b2e40]
> /opt/ats/bin/traffic_server[0x6b158a]
> /lib/x86_64-linux-gnu/libpthread.so.0(+0x6b50)[0x2ac7d37bbb50]
> /lib/x86_64-linux-gnu/libc.so.6(clone+0x6d)[0x2ac7d444fa7d]
> [E. Mgmt] log ==> [TrafficManager] using root directory '/opt/ats'
> [TrafficServer] using root directory '/opt/ats'
> [Dec 19 13:19:46.819] Server {0x2ac56f78fc60} DEBUG: (http_init) proxy.config.http.redirection_enabled = 1
> [Dec 19 13:19:46.819] Server {0x2ac56f78fc60} DEBUG: (http_init) proxy.config.http.number_of_redirections = 1
> [Dec 19 13:19:46.819] Server {0x2ac56f78fc60} DEBUG: (http_init) proxy.config.http.post_copy_size = 20480
> [Dec 19 13:19:46.822] Server {0x2ac56f78fc60} DEBUG: (dns) ink_dns_init: called with init_called = 0
> [Dec 19 13:19:46.830] Server {0x2ac56f78fc60} DEBUG: (dns) localhost=avitus
> [Dec 19 13:19:46.830] Server {0x2ac56f78fc60} DEBUG: (dns) Round-robin nameservers = 0
> [Dec 19 13:19:46.844] Server {0x2ac56f78fc60} DEBUG: (dns) DNSHandler::startEvent: on thread 0
> [Dec 19 13:19:46.844] Server {0x2ac56f78fc60} DEBUG: (dns) open_con: opening connection 157.193.43.29:53
> [Dec 19 13:19:46.844] Server {0x2ac56f78fc60} DEBUG: (dns) random port = 0.0.0.0:47187
> [Dec 19 13:19:46.844] Server {0x2ac56f78fc60} DEBUG: (dns) opening connection 157.193.43.29:53 SUCCEEDED for 0
> [Dec 19 13:19:54.772] Server {0x2ac56ff3f700} DEBUG: (http_seq) [HttpAccept:mainEvent 0x13dfcc0] accepted connection from 127.0.0.1:60293 transport type = 0
> [Dec 19 13:19:54.772] Server {0x2ac56ff3f700} DEBUG: (http_cs) [0] session born, netvc 0x13dfcc0
> [Dec 19 13:19:54.772] Server {0x2ac56ff3f700} DEBUG: (http_cs) [0] Starting transaction 1 using sm [0]
> [Dec 19 13:19:54.773] Server {0x2ac56ff3f700} DEBUG: (http) [0] [HttpSM::main_handler, VC_EVENT_READ_READY]
> [Dec 19 13:19:54.773] Server {0x2ac56ff3f700} DEBUG: (http) [0] [&HttpSM::state_read_client_request_header, VC_EVENT_READ_READY]
> [Dec 19 13:19:54.773] Server {0x2ac56ff3f700} DEBUG: (http) [0] done parsing client request header
> [Dec 19 13:19:54.773] Server {0x2ac56ff3f700} DEBUG: (http_trans) START HttpTransact::ModifyRequest
> [Dec 19 13:19:54.773] Server {0x2ac56ff3f700} DEBUG: (http_trans) [ink_cluster_time] local: 1387455594, highest_delta: 0, cluster: 1387455594
> [Dec 19 13:19:54.773] Server {0x2ac56ff3f700} DEBUG: (http_trans) END HttpTransact::ModifyRequest
> [Dec 19 13:19:54.773] Server {0x2ac56ff3f700} DEBUG: (http_trans) Next action HTTP_API_READ_REQUEST_HDR; HttpTransact::StartRemapRequest
> [Dec 19 13:19:54.773] Server {0x2ac56ff3f700} DEBUG: (http) [0] State Transition: STATE_UNDEFINED -> API_READ_REQUEST_HDR
> [Dec 19 13:19:54.773] Server {0x2ac56ff3f700} DEBUG: (http_trans) START HttpTransact::StartRemapRequest
> [Dec 19 13:19:54.773] Server {0x2ac56ff3f700} DEBUG: (http_trans) Before Remapping:
> [Dec 19 13:19:54.773] Server {0x2ac56ff3f700} DEBUG: (http) HTTP_HEADER 0x2ac573b69898: [T: 3, L:   48, OBJFLAGS: 0]  
> [Dec 19 13:19:54.773] Server {0x2ac56ff3f700} DEBUG: (http) [TYPE: REQ, V: 10000, URL: 0x2ac573b69b18, METHOD: "GET", METHOD_LEN: 3, FIELDS: 0x2ac573b698c8]
> [Dec 19 13:19:54.773] Server {0x2ac56ff3f700} DEBUG: (http) URL 0x2ac573b69b18: [T: 2, L:  112, OBJFLAGS: 0]  
> [Dec 19 13:19:54.773] Server {0x2ac56ff3f700} DEBUG: (http) [URLTYPE: 1, SWKSIDX: 94,
> [Dec 19 13:19:54.773] Server {0x2ac56ff3f700} DEBUG: (http) 	SCHEME: "http", SCHEME_LEN: 4,
> [Dec 19 13:19:54.773] Server {0x2ac56ff3f700} DEBUG: (http) 	USER: "", USER_LEN: 0,
> [Dec 19 13:19:54.773] Server {0x2ac56ff3f700} DEBUG: (http) 	PASSWORD: "", PASSWORD_LEN: 0,
> [Dec 19 13:19:54.773] Server {0x2ac56ff3f700} DEBUG: (http) 	HOST: "127.0.0.1", HOST_LEN: 9,
> [Dec 19 13:19:54.773] Server {0x2ac56ff3f700} DEBUG: (http) 	PORT: "8083", PORT_LEN: 4, PORT_NUM: 8083
> [Dec 19 13:19:54.773] Server {0x2ac56ff3f700} DEBUG: (http) 	PATH: "synthetic.txt", PATH_LEN: 13,
> [Dec 19 13:19:54.773] Server {0x2ac56ff3f700} DEBUG: (http) 	PARAMS: "", PARAMS_LEN: 0,
> [Dec 19 13:19:54.773] Server {0x2ac56ff3f700} DEBUG: (http) 	QUERY: "", QUERY_LEN: 0,
> [Dec 19 13:19:54.773] Server {0x2ac56ff3f700} DEBUG: (http) 	FRAGMENT: "", FRAGMENT_LEN: 0]
> [Dec 19 13:19:54.773] Server {0x2ac56ff3f700} DEBUG: (http) MIME_HEADER 0x2ac573b698c8: [T: 4, L:  592, OBJFLAGS: 0]  
> [Dec 19 13:19:54.773] Server {0x2ac56ff3f700} DEBUG: (http) 
> 	[PBITS: 0x0000000001000000, SLACC: 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF, HEADBLK: 0x2ac573b69908, TAILBLK: 0x2ac573b69908]
> [Dec 19 13:19:54.773] Server {0x2ac56ff3f700} DEBUG: (http) 	[CBITS: 0x00000000, T_MAXAGE: 0, T_SMAXAGE: 0, T_MAXSTALE: 0, T_MINFRESH: 0, PNO$: 0]
> [Dec 19 13:19:54.773] Server {0x2ac56ff3f700} DEBUG: (http) FIELD_BLOCK 0x2ac573b69908: [T: 5, L:  528, OBJFLAGS: 0]  
> [Dec 19 13:19:54.773] Server {0x2ac56ff3f700} DEBUG: (http) [FREETOP: 1, NEXTBLK: (nil)]
> [Dec 19 13:19:54.773] Server {0x2ac56ff3f700} DEBUG: (http) 	SLOT # 0 (0x2ac573b69918), LIVE    
> [Dec 19 13:19:54.773] Server {0x2ac56ff3f700} DEBUG: (http) [N: "Host", N_LEN: 4, N_IDX: 30, 
> [Dec 19 13:19:54.773] Server {0x2ac56ff3f700} DEBUG: (http) V: "127.0.0.1:8083", V_LEN: 14, 
> [Dec 19 13:19:54.773] Server {0x2ac56ff3f700} DEBUG: (http) NEXTDUP: (nil), RAW: 0, RAWLEN: 18, F: 1]
> [Dec 19 13:19:54.773] Server {0x2ac56ff3f700} DEBUG: (http) 
> [Dec 19 13:19:54.773] Server {0x2ac56ff3f700} DEBUG: (http_trans) END HttpTransact::StartRemapRequest
> [Dec 19 13:19:54.773] Server {0x2ac56ff3f700} DEBUG: (http_trans) Next action HTTP_API_PRE_REMAP; HttpTransact::PerformRemap
> [Dec 19 13:19:54.773] Server {0x2ac56ff3f700} DEBUG: (http) [0] State Transition: API_READ_REQUEST_HDR -> HTTP_API_PRE_REMAP
> [Dec 19 13:19:54.773] Server {0x2ac56ff3f700} DEBUG: (http_trans) Inside PerformRemap
> [Dec 19 13:19:54.773] Server {0x2ac56ff3f700} DEBUG: (http_trans) Next action HTTP_REMAP_REQUEST; HttpTransact::EndRemapRequest
> [Dec 19 13:19:54.773] Server {0x2ac56ff3f700} DEBUG: (http) [0] State Transition: HTTP_API_PRE_REMAP -> HTTP_REMAP_REQUEST
> [Dec 19 13:19:54.773] Server {0x2ac56ff3f700} DEBUG: (http_seq) [HttpSM::do_remap_request] Remapping request
> [Dec 19 13:19:54.773] Server {0x2ac56ff3f700} DEBUG: (http_trans) START HttpTransact::EndRemapRequest
> [Dec 19 13:19:54.773] Server {0x2ac56ff3f700} DEBUG: (http_trans) EndRemapRequest host is 127.0.0.1
> [Dec 19 13:19:54.773] Server {0x2ac56ff3f700} DEBUG: (http_trans) After Remapping:
> [Dec 19 13:19:54.773] Server {0x2ac56ff3f700} DEBUG: (http) HTTP_HEADER 0x2ac573b69898: [T: 3, L:   48, OBJFLAGS: 0]  
> [Dec 19 13:19:54.773] Server {0x2ac56ff3f700} DEBUG: (http) [TYPE: REQ, V: 10000, URL: 0x2ac573b69b18, METHOD: "GET", METHOD_LEN: 3, FIELDS: 0x2ac573b698c8]
> [Dec 19 13:19:54.773] Server {0x2ac56ff3f700} DEBUG: (http) URL 0x2ac573b69b18: [T: 2, L:  112, OBJFLAGS: 0]  
> [Dec 19 13:19:54.773] Server {0x2ac56ff3f700} DEBUG: (http) [URLTYPE: 1, SWKSIDX: 94,
> [Dec 19 13:19:54.773] Server {0x2ac56ff3f700} DEBUG: (http) 	SCHEME: "http", SCHEME_LEN: 4,
> [Dec 19 13:19:54.773] Server {0x2ac56ff3f700} DEBUG: (http) 	USER: "", USER_LEN: 0,
> [Dec 19 13:19:54.773] Server {0x2ac56ff3f700} DEBUG: (http) 	PASSWORD: "", PASSWORD_LEN: 0,
> [Dec 19 13:19:54.773] Server {0x2ac56ff3f700} DEBUG: (http) 	HOST: "127.0.0.1", HOST_LEN: 9,
> [Dec 19 13:19:54.773] Server {0x2ac56ff3f700} DEBUG: (http) 	PORT: "8083", PORT_LEN: 4, PORT_NUM: 8083
> [Dec 19 13:19:54.773] Server {0x2ac56ff3f700} DEBUG: (http) 	PATH: "synthetic.txt", PATH_LEN: 13,
> [Dec 19 13:19:54.773] Server {0x2ac56ff3f700} DEBUG: (http) 	PARAMS: "", PARAMS_LEN: 0,
> [Dec 19 13:19:54.773] Server {0x2ac56ff3f700} DEBUG: (http) 	QUERY: "", QUERY_LEN: 0,
> [Dec 19 13:19:54.773] Server {0x2ac56ff3f700} DEBUG: (http) 	FRAGMENT: "", FRAGMENT_LEN: 0]
> [Dec 19 13:19:54.774] Server {0x2ac56ff3f700} DEBUG: (http) MIME_HEADER 0x2ac573b698c8: [T: 4, L:  592, OBJFLAGS: 0]  
> [Dec 19 13:19:54.774] Server {0x2ac56ff3f700} DEBUG: (http) 
> 	[PBITS: 0x0000000001000000, SLACC: 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF, HEADBLK: 0x2ac573b69908, TAILBLK: 0x2ac573b69908]
> [Dec 19 13:19:54.774] Server {0x2ac56ff3f700} DEBUG: (http) 	[CBITS: 0x00000000, T_MAXAGE: 0, T_SMAXAGE: 0, T_MAXSTALE: 0, T_MINFRESH: 0, PNO$: 0]
> [Dec 19 13:19:54.774] Server {0x2ac56ff3f700} DEBUG: (http) FIELD_BLOCK 0x2ac573b69908: [T: 5, L:  528, OBJFLAGS: 0]  
> [Dec 19 13:19:54.774] Server {0x2ac56ff3f700} DEBUG: (http) [FREETOP: 1, NEXTBLK: (nil)]
> [Dec 19 13:19:54.774] Server {0x2ac56ff3f700} DEBUG: (http) 	SLOT # 0 (0x2ac573b69918), LIVE    
> [Dec 19 13:19:54.774] Server {0x2ac56ff3f700} DEBUG: (http) [N: "Host", N_LEN: 4, N_IDX: 30, 
> [Dec 19 13:19:54.774] Server {0x2ac56ff3f700} DEBUG: (http) V: "127.0.0.1:8083", V_LEN: 14, 
> [Dec 19 13:19:54.774] Server {0x2ac56ff3f700} DEBUG: (http) NEXTDUP: (nil), RAW: 0, RAWLEN: 18, F: 1]
> [Dec 19 13:19:54.774] Server {0x2ac56ff3f700} DEBUG: (http) 
> [Dec 19 13:19:54.774] Server {0x2ac56ff3f700} DEBUG: (http_trans) END HttpTransact::EndRemapRequest
> [Dec 19 13:19:54.774] Server {0x2ac56ff3f700} DEBUG: (http_trans) Next action HTTP_API_POST_REMAP; HttpTransact::HandleRequest
> [Dec 19 13:19:54.774] Server {0x2ac56ff3f700} DEBUG: (http) [0] State Transition: HTTP_REMAP_REQUEST -> HTTP_API_POST_REMAP
> [Dec 19 13:19:54.774] Server {0x2ac56ff3f700} DEBUG: (http_trans) START HttpTransact::HandleRequest
> [Dec 19 13:19:54.774] Server {0x2ac56ff3f700} DEBUG: (http_trans) [is_request_valid]no request header errors
> [Dec 19 13:19:54.774] Server {0x2ac56ff3f700} DEBUG: (http_seq) [HttpTransact::HandleRequest] request valid.
> [Dec 19 13:19:54.774] Server {0x2ac56ff3f700} DEBUG: (http) HTTP_HEADER 0x2ac573b69898: [T: 3, L:   48, OBJFLAGS: 0]  
> [Dec 19 13:19:54.774] Server {0x2ac56ff3f700} DEBUG: (http) [TYPE: REQ, V: 10000, URL: 0x2ac573b69b18, METHOD: "GET", METHOD_LEN: 3, FIELDS: 0x2ac573b698c8]
> [Dec 19 13:19:54.774] Server {0x2ac56ff3f700} DEBUG: (http) URL 0x2ac573b69b18: [T: 2, L:  112, OBJFLAGS: 0]  
> [Dec 19 13:19:54.774] Server {0x2ac56ff3f700} DEBUG: (http) [URLTYPE: 1, SWKSIDX: 94,
> [Dec 19 13:19:54.774] Server {0x2ac56ff3f700} DEBUG: (http) 	SCHEME: "http", SCHEME_LEN: 4,
> [Dec 19 13:19:54.774] Server {0x2ac56ff3f700} DEBUG: (http) 	USER: "", USER_LEN: 0,
> [Dec 19 13:19:54.774] Server {0x2ac56ff3f700} DEBUG: (http) 	PASSWORD: "", PASSWORD_LEN: 0,
> [Dec 19 13:19:54.774] Server {0x2ac56ff3f700} DEBUG: (http) 	HOST: "127.0.0.1", HOST_LEN: 9,
> [Dec 19 13:19:54.774] Server {0x2ac56ff3f700} DEBUG: (http) 	PORT: "8083", PORT_LEN: 4, PORT_NUM: 8083
> [Dec 19 13:19:54.774] Server {0x2ac56ff3f700} DEBUG: (http) 	PATH: "synthetic.txt", PATH_LEN: 13,
> [Dec 19 13:19:54.774] Server {0x2ac56ff3f700} DEBUG: (http) 	PARAMS: "", PARAMS_LEN: 0,
> [Dec 19 13:19:54.774] Server {0x2ac56ff3f700} DEBUG: (http) 	QUERY: "", QUERY_LEN: 0,
> [Dec 19 13:19:54.774] Server {0x2ac56ff3f700} DEBUG: (http) 	FRAGMENT: "", FRAGMENT_LEN: 0]
> [Dec 19 13:19:54.774] Server {0x2ac56ff3f700} DEBUG: (http) MIME_HEADER 0x2ac573b698c8: [T: 4, L:  592, OBJFLAGS: 0]  
> [Dec 19 13:19:54.774] Server {0x2ac56ff3f700} DEBUG: (http) 
> 	[PBITS: 0x0000000001000000, SLACC: 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF, HEADBLK: 0x2ac573b69908, TAILBLK: 0x2ac573b69908]
> [Dec 19 13:19:54.774] Server {0x2ac56ff3f700} DEBUG: (http) 	[CBITS: 0x00000000, T_MAXAGE: 0, T_SMAXAGE: 0, T_MAXSTALE: 0, T_MINFRESH: 0, PNO$: 0]
> [Dec 19 13:19:54.774] Server {0x2ac56ff3f700} DEBUG: (http) FIELD_BLOCK 0x2ac573b69908: [T: 5, L:  528, OBJFLAGS: 0]  
> [Dec 19 13:19:54.774] Server {0x2ac56ff3f700} DEBUG: (http) [FREETOP: 1, NEXTBLK: (nil)]
> [Dec 19 13:19:54.774] Server {0x2ac56ff3f700} DEBUG: (http) 	SLOT # 0 (0x2ac573b69918), LIVE    
> [Dec 19 13:19:54.774] Server {0x2ac56ff3f700} DEBUG: (http) [N: "Host", N_LEN: 4, N_IDX: 30, 
> [Dec 19 13:19:54.774] Server {0x2ac56ff3f700} DEBUG: (http) V: "127.0.0.1:8083", V_LEN: 14, 
> [Dec 19 13:19:54.774] Server {0x2ac56ff3f700} DEBUG: (http) NEXTDUP: (nil), RAW: 0, RAWLEN: 18, F: 1]
> [Dec 19 13:19:54.774] Server {0x2ac56ff3f700} DEBUG: (http) 
> [Dec 19 13:19:54.774] Server {0x2ac56ff3f700} DEBUG: (http_trans) [init_stat_vars_from_req] set req cont length to 0
> [Dec 19 13:19:54.774] Server {0x2ac56ff3f700} DEBUG: (http_trans) [DecideCacheLookup] Will NOT do cache lookup.
> [Dec 19 13:19:54.774] Server {0x2ac56ff3f700} DEBUG: (http_seq) [DecideCacheLookup] Will NOT do cache lookup
> [Dec 19 13:19:54.774] Server {0x2ac56ff3f700} DEBUG: (http_trans) Next action HTTP_API_CACHE_LOOKUP_COMPLETE; CallOSDNSLookup
> [Dec 19 13:19:54.774] Server {0x2ac56ff3f700} DEBUG: (http) [0] State Transition: HTTP_API_POST_REMAP -> API_CACHE_LOOKUP_COMPLETE
> [Dec 19 13:19:54.774] Server {0x2ac56ff3f700} DEBUG: (http_trans) Next action DNS_LOOKUP; OSDNSLookup
> [Dec 19 13:19:54.774] Server {0x2ac56ff3f700} DEBUG: (http) [0] State Transition: API_CACHE_LOOKUP_COMPLETE -> DNS_LOOKUP
> [Dec 19 13:19:54.774] Server {0x2ac56ff3f700} DEBUG: (http_seq) [HttpSM::do_hostdb_lookup] Doing DNS Lookup
> [Dec 19 13:19:54.774] Server {0x2ac56ff3f700} DEBUG: (http_trans) [ink_cluster_time] local: 1387455594, highest_delta: 0, cluster: 1387455594
> [Dec 19 13:19:54.774] Server {0x2ac56ff3f700} DEBUG: (http_trans) [HttpTransact::OSDNSLookup] This was attempt 1
> [Dec 19 13:19:54.774] Server {0x2ac56ff3f700} DEBUG: (http_seq) [HttpTransact::OSDNSLookup] DNS Lookup successful
> [Dec 19 13:19:54.774] Server {0x2ac56ff3f700} DEBUG: (http_trans) [OSDNSLookup] DNS lookup for O.S. successful IP: 127.0.0.1
> [Dec 19 13:19:54.774] Server {0x2ac56ff3f700} DEBUG: (http_trans) Next action HttpTransact::HTTP_API_OS_DNS; LookupSkipOpenServer
> [Dec 19 13:19:54.775] Server {0x2ac56ff3f700} DEBUG: (http) [0] State Transition: DNS_LOOKUP -> API_OS_DNS
> [Dec 19 13:19:54.775] Server {0x2ac56ff3f700} DEBUG: (http_trans) client_ip_set = 0
> [Dec 19 13:19:54.775] Server {0x2ac56ff3f700} DEBUG: (http_trans) inserted request header 'Client-ip: 127.0.0.1'
> [Dec 19 13:19:54.775] Server {0x2ac56ff3f700} DEBUG: (http_trans) [add_client_ip_to_outgoing_request] Appended connecting client's (127.0.0.1) to the X-Forwards header
> [Dec 19 13:19:54.775] Server {0x2ac56ff3f700} DEBUG: (http_trans) [build_request] request like cacheable and conditional headers removed
> [Dec 19 13:19:54.775] Server {0x2ac56ff3f700} DEBUG: (http_trans) [ink_cluster_time] local: 1387455594, highest_delta: 0, cluster: 1387455594
> [Dec 19 13:19:54.775] Server {0x2ac56ff3f700} DEBUG: (http_trans) [build_request] request_sent_time: 1387455594
> [Dec 19 13:19:54.775] Server {0x2ac56ff3f700} DEBUG: (http_trans) Next action next; HttpTransact::HandleResponse
> [Dec 19 13:19:54.775] Server {0x2ac56ff3f700} DEBUG: (http) [0] State Transition: API_OS_DNS -> ORIGIN_SERVER_OPEN
> [Dec 19 13:19:54.775] Server {0x2ac56ff3f700} DEBUG: (http_track) entered inside do_http_server_open ][IPv4]
> [Dec 19 13:19:54.775] Server {0x2ac56ff3f700} DEBUG: (http) [0] open connection to 127.0.0.1: 127.0.0.1:8083
> [Dec 19 13:19:54.775] Server {0x2ac56ff3f700} DEBUG: (http_seq) [HttpSM::do_http_server_open] Sending request to server
> [Dec 19 13:19:54.775] Server {0x2ac56ff3f700} DEBUG: (http) calling netProcessor.connect_re
> [Dec 19 13:19:54.775] Server {0x2ac56ff3f700} DEBUG: (http) [0] [HttpSM::main_handler, NET_EVENT_OPEN]
> [Dec 19 13:19:54.775] Server {0x2ac56ff3f700} DEBUG: (http_track) entered inside state_http_server_open
> [Dec 19 13:19:54.775] Server {0x2ac56ff3f700} DEBUG: (http) [0] [&HttpSM::state_http_server_open, NET_EVENT_OPEN]
> [Dec 19 13:19:54.775] Server {0x2ac56ff3f700} DEBUG: (http_ss) [0] session born, netvc 0x13df4e0
> [Dec 19 13:19:54.775] Server {0x2ac56ff3f700} DEBUG: (http) [0] [HttpSM::main_handler, VC_EVENT_WRITE_COMPLETE]
> [Dec 19 13:19:54.775] Server {0x2ac56ff3f700} DEBUG: (http) [0] [&HttpSM::state_send_server_request_header, VC_EVENT_WRITE_COMPLETE]
> [Dec 19 13:19:54.776] Server {0x2ac56ff3f700} DEBUG: (http) [0] [HttpSM::main_handler, VC_EVENT_READ_READY]
> [Dec 19 13:19:54.776] Server {0x2ac56ff3f700} DEBUG: (http) [0] [&HttpSM::state_read_server_response_header, VC_EVENT_READ_READY]
> [Dec 19 13:19:54.776] Server {0x2ac56ff3f700} DEBUG: (http_seq) Done parsing server response header
> [Dec 19 13:19:54.776] Server {0x2ac56ff3f700} DEBUG: (http_trans) [HttpTransact::HandleResponse]
> [Dec 19 13:19:54.776] Server {0x2ac56ff3f700} DEBUG: (http_seq) [HttpTransact::HandleResponse] Response received
> [Dec 19 13:19:54.776] Server {0x2ac56ff3f700} DEBUG: (http_trans) [ink_cluster_time] local: 1387455594, highest_delta: 0, cluster: 1387455594
> [Dec 19 13:19:54.776] Server {0x2ac56ff3f700} DEBUG: (http_trans) [HandleResponse] response_received_time: 1387455594
> [Dec 19 13:19:54.776] Server {0x2ac56ff3f700} DEBUG: (http_trans) [is_response_valid] No errors in response
> [Dec 19 13:19:54.776] Server {0x2ac56ff3f700} DEBUG: (http_seq) [HttpTransact::HandleResponse] Response valid
> [Dec 19 13:19:54.776] Server {0x2ac56ff3f700} DEBUG: (http_trans) [handle_response_from_server] (hrfs)
> [Dec 19 13:19:54.776] Server {0x2ac56ff3f700} DEBUG: (http_trans) [hrfs] connection alive
> [Dec 19 13:19:54.776] Server {0x2ac56ff3f700} DEBUG: (http_trans) [handle_forward_server_connection_open] (hfsco)
> [Dec 19 13:19:54.776] Server {0x2ac56ff3f700} DEBUG: (http_seq) [HttpTransact::handle_server_connection_open] 
> [Dec 19 13:19:54.776] Server {0x2ac56ff3f700} DEBUG: (http) server info = 127.0.0.1:8083
> [Dec 19 13:19:54.776] Server {0x2ac56ff3f700} DEBUG: (http_trans) [hfsco] cache action: CACHE_DO_NO_ACTION
> [Dec 19 13:19:54.776] Server {0x2ac56ff3f700} DEBUG: (http_trans) [handle_no_cache_operation_on_forward_server_response] (hncoofsr)
> [Dec 19 13:19:54.776] Server {0x2ac56ff3f700} DEBUG: (http_seq) [handle_no_cache_operation_on_forward_server_response]
> [Dec 19 13:19:54.776] Server {0x2ac56ff3f700} DEBUG: (http_trans) [hncoofsr] server sent back 200
> [Dec 19 13:19:54.776] Server {0x2ac56ff3f700} DEBUG: (http_trans) [hncoofsr] next action will be OS_READ_CACHE_NOOP
> [Dec 19 13:19:54.776] Server {0x2ac56ff3f700} DEBUG: (http_age) [calculate_document_age] age_value:              0
> [Dec 19 13:19:54.776] Server {0x2ac56ff3f700} DEBUG: (http_age) [calculate_document_age] date_value:             1387455594
> [Dec 19 13:19:54.776] Server {0x2ac56ff3f700} DEBUG: (http_age) [calculate_document_age] response_time:          1387455594
> [Dec 19 13:19:54.776] Server {0x2ac56ff3f700} DEBUG: (http_age) [calculate_document_age] now:                    1387455594
> [Dec 19 13:19:54.776] Server {0x2ac56ff3f700} DEBUG: (http_age) [calculate_document_age] now (fixed):            1387455594
> [Dec 19 13:19:54.776] Server {0x2ac56ff3f700} DEBUG: (http_age) [calculate_document_age] apparent_age:           0
> [Dec 19 13:19:54.776] Server {0x2ac56ff3f700} DEBUG: (http_age) [calculate_document_age] corrected_received_age: 0
> [Dec 19 13:19:54.776] Server {0x2ac56ff3f700} DEBUG: (http_age) [calculate_document_age] response_delay:         0
> [Dec 19 13:19:54.776] Server {0x2ac56ff3f700} DEBUG: (http_age) [calculate_document_age] corrected_initial_age:  0
> [Dec 19 13:19:54.776] Server {0x2ac56ff3f700} DEBUG: (http_age) [calculate_document_age] resident_time:          0
> [Dec 19 13:19:54.776] Server {0x2ac56ff3f700} DEBUG: (http_age) [calculate_document_age] current_age:            0
> [Dec 19 13:19:54.776] Server {0x2ac56ff3f700} DEBUG: (http_trans) [handle_content_length_header] RESPONSE cont len in hdr is 1620
> [Dec 19 13:19:54.776] Server {0x2ac56ff3f700} DEBUG: (http_trans) [Squid code generation] Hit/Miss: 49, Log: 51, Hier: 50
> [Dec 19 13:19:54.776] Server {0x2ac56ff3f700} DEBUG: (http_trans) Adding Server: ATS/4.2.0
> [Dec 19 13:19:54.776] Server {0x2ac56ff3f700} DEBUG: (http) [0] State Transition: ORIGIN_SERVER_OPEN -> SERVER_READ
> [Dec 19 13:19:54.776] Server {0x2ac56ff3f700} DEBUG: (http_tunnel) [0] adding producer 'http server'
> [Dec 19 13:19:54.776] Server {0x2ac56ff3f700} DEBUG: (http_tunnel) [0] adding consumer 'user agent'
> [Dec 19 13:19:54.776] Server {0x2ac56ff3f700} DEBUG: (http) [0] perform_cache_write_action CACHE_DO_NO_ACTION
> [Dec 19 13:19:54.776] Server {0x2ac56ff3f700} DEBUG: (http_tunnel) tunnel_run started, p_arg is NULL
> [Dec 19 13:19:54.777] Server {0x2ac56ff3f700} DEBUG: (http_cs) tcp_init_cwnd_set 0
> [Dec 19 13:19:54.777] Server {0x2ac56ff3f700} DEBUG: (http_cs) desired TCP congestion window is 0
> [Dec 19 13:19:54.777] Server {0x2ac56ff3f700} DEBUG: (http_tunnel) [0] [tunnel_run] producer already done
> [Dec 19 13:19:54.777] Server {0x2ac56ff3f700} DEBUG: (http_tunnel) [0] producer_handler [http server HTTP_TUNNEL_EVENT_PRECOMPLETE]
> [Dec 19 13:19:54.777] Server {0x2ac56ff3f700} DEBUG: (http_redirect) [HttpTunnel::producer_handler] enable_redirection: [0 0 0] event: 2302
> [Dec 19 13:19:54.777] Server {0x2ac56ff3f700} DEBUG: (http) [0] [&HttpSM::tunnel_handler_server, HTTP_TUNNEL_EVENT_PRECOMPLETE]
> [Dec 19 13:19:54.777] Server {0x2ac56ff3f700} DEBUG: (http_ss) [0] session closed
> [Dec 19 13:19:54.777] Server {0x2ac56ff3f700} DEBUG: (http_tunnel) [0] consumer_handler [user agent VC_EVENT_WRITE_COMPLETE]
> [Dec 19 13:19:54.777] Server {0x2ac56ff3f700} DEBUG: (http) [0] [&HttpSM::tunnel_handler_ua, VC_EVENT_WRITE_COMPLETE]
> [Dec 19 13:19:54.777] Server {0x2ac56ff3f700} DEBUG: (http_cs) [0] session closed
> [Dec 19 13:19:54.777] Server {0x2ac56ff3f700} DEBUG: (http_cs) [0] session destroy
> [Dec 19 13:19:54.777] Server {0x2ac56ff3f700} DEBUG: (http) [0] [HttpSM::main_handler, HTTP_TUNNEL_EVENT_DONE]
> [Dec 19 13:19:54.777] Server {0x2ac56ff3f700} DEBUG: (http) [0] [&HttpSM::tunnel_handler, HTTP_TUNNEL_EVENT_DONE]
> [Dec 19 13:19:54.777] Server {0x2ac56ff3f700} DEBUG: (http_redirect) [HttpTunnel::deallocate_postdata_copy_buffers]
> [Dec 19 13:19:54.777] Server {0x2ac56ff3f700} DEBUG: (http_seq) Skipping cop heartbeat logging & stats due to config
> [Dec 19 13:19:54.777] Server {0x2ac56ff3f700} DEBUG: (http) [0] deallocating sm
> manager.out
> [Dec 19 13:18:00.268] Manager {0x7fadcee53720} ERROR: [Alarms::signalAlarm] Server Process was reset
> [Dec 19 13:18:01.271] Manager {0x7fadcee53720} NOTE: [LocalManager::startProxy] Launching ts process
> [Dec 19 13:18:01.277] Manager {0x7fadcee53720} NOTE: [LocalManager::pollMgmtProcessServer] New process connecting fd '14'
> [Dec 19 13:18:01.277] Manager {0x7fadcee53720} NOTE: [Alarms::signalAlarm] Server Process born
> [Dec 19 13:18:02.372] Manager {0x7fadcee53720} ERROR: [LocalManager::pollMgmtProcessServer] Server Process terminated due to Sig 11: Segmentation fault
> [Dec 19 13:18:02.372] Manager {0x7fadcee53720} ERROR: [Alarms::signalAlarm] Server Process was reset
> [Dec 19 13:18:03.375] Manager {0x7fadcee53720} NOTE: [LocalManager::startProxy] Launching ts process
> [Dec 19 13:18:03.381] Manager {0x7fadcee53720} NOTE: [LocalManager::pollMgmtProcessServer] New process connecting fd '14'
> [Dec 19 13:18:03.381] Manager {0x7fadcee53720} NOTE: [Alarms::signalAlarm] Server Process born
> [Dec 19 13:18:09.391] Manager {0x7fadcee53720} NOTE: [Alarms::signalAlarm] Skipping Alarm: 'Access logging to local log directory suspended - partition space is low.'
> [Dec 19 13:18:57.873] Manager {0x7fadcee53720} FATAL: [LocalManager::pollMgmtProcessServer] Error in read (errno: 104)
> [Dec 19 13:18:57.873] Manager {0x7fadcee53720} NOTE: [LocalManager::mgmtShutdown] Executing shutdown request.
> [Dec 19 13:18:57.873] Manager {0x7fadcee53720} NOTE: [LocalManager::processShutdown] Executing process shutdown request.
> [Dec 19 13:18:57.873] Manager {0x7fadcee53720} ERROR: [LocalManager::sendMgmtMsgToProcesses] Error writing message
> [Dec 19 13:18:57.873] Manager {0x7fadcee53720} ERROR:  (last system error 32: Broken pipe)
> [Dec 19 13:18:57.886] {0x7fba4e9ed720} STATUS: opened /opt/ats/var/log/trafficserver/manager.log
> [Dec 19 13:18:57.886] {0x7fba4e9ed720} NOTE: updated diags config
> [Dec 19 13:18:57.887] Manager {0x7fba4e9ed720} NOTE: [Rollback::openFile] Open of records.config failed: Permission denied
> [Dec 19 13:18:57.887] Manager {0x7fba4e9ed720} NOTE: [Rollback::Rollback] Config file is read-only : records.config
> [Dec 19 13:18:57.887] Manager {0x7fba4e9ed720} NOTE: [Rollback::openFile] Open of remap.config failed: Permission denied
> [Dec 19 13:18:57.887] Manager {0x7fba4e9ed720} NOTE: [Rollback::Rollback] Config file is read-only : remap.config
> [Dec 19 13:18:57.887] Manager {0x7fba4e9ed720} NOTE: [Alarms::signalAlarm] Skipping Alarm: 'Config file is read-only'
> [Dec 19 13:18:57.888] Manager {0x7fba4e9ed720} NOTE: [Rollback::openFile] Open of ssl_multicert.config failed: Permission denied
> [Dec 19 13:18:57.888] Manager {0x7fba4e9ed720} NOTE: [Rollback::Rollback] Config file is read-only : ssl_multicert.config
> [Dec 19 13:18:57.888] Manager {0x7fba4e9ed720} NOTE: [Alarms::signalAlarm] Skipping Alarm: 'Config file is read-only'
> [Dec 19 13:18:57.888] Manager {0x7fba4e9ed720} NOTE: [ClusterCom::ClusterCom] Node running on OS: 'Linux' Release: '3.2.0-4-amd64'
> [Dec 19 13:18:57.889] Manager {0x7fba4e9ed720} NOTE: [LocalManager::listenForProxy] Listening on port: 80
> [Dec 19 13:18:57.889] Manager {0x7fba4e9ed720} NOTE: [LocalManager::listenForProxy] Listening on port: 443
> [Dec 19 13:18:57.889] Manager {0x7fba4e9ed720} NOTE: [TrafficManager] Setup complete
> [Dec 19 13:18:57.899] Manager {0x7fba4b9fe700} NOTE: [Rollback::internalUpdate] Link failed : Operation not permitted
> [Dec 19 13:18:58.906] Manager {0x7fba4e9ed720} NOTE: [LocalManager::startProxy] Launching ts process
> [Dec 19 13:18:58.912] Manager {0x7fba4e9ed720} NOTE: [LocalManager::pollMgmtProcessServer] New process connecting fd '11'
> [Dec 19 13:18:58.912] Manager {0x7fba4e9ed720} NOTE: [Alarms::signalAlarm] Server Process born
> [Dec 19 13:19:01.512] Manager {0x7fba4e9ed720} ERROR: [LocalManager::pollMgmtProcessServer] Server Process terminated due to Sig 11: Segmentation fault
> [Dec 19 13:19:01.512] Manager {0x7fba4e9ed720} ERROR: [Alarms::signalAlarm] Server Process was reset
> [Dec 19 13:19:02.514] Manager {0x7fba4e9ed720} NOTE: [LocalManager::startProxy] Launching ts process
> [Dec 19 13:19:02.520] Manager {0x7fba4e9ed720} NOTE: [LocalManager::pollMgmtProcessServer] New process connecting fd '11'
> [Dec 19 13:19:02.520] Manager {0x7fba4e9ed720} NOTE: [Alarms::signalAlarm] Server Process born
> [Dec 19 13:19:03.600] Manager {0x7fba4e9ed720} ERROR: [LocalManager::pollMgmtProcessServer] Server Process terminated due to Sig 11: Segmentation fault
> [Dec 19 13:19:03.600] Manager {0x7fba4e9ed720} ERROR: [Alarms::signalAlarm] Server Process was reset
> [Dec 19 13:19:04.603] Manager {0x7fba4e9ed720} NOTE: [LocalManager::startProxy] Launching ts process
> [Dec 19 13:19:04.608] Manager {0x7fba4e9ed720} NOTE: [LocalManager::pollMgmtProcessServer] New process connecting fd '11'
> [Dec 19 13:19:04.608] Manager {0x7fba4e9ed720} NOTE: [Alarms::signalAlarm] Server Process born
> [Dec 19 13:19:11.676] Manager {0x7fba4e9ed720} ERROR: [LocalManager::pollMgmtProcessServer] Server Process terminated due to Sig 11: Segmentation fault
> [Dec 19 13:19:11.676] Manager {0x7fba4e9ed720} ERROR: [Alarms::signalAlarm] Server Process was reset
> [Dec 19 13:19:12.679] Manager {0x7fba4e9ed720} NOTE: [LocalManager::startProxy] Launching ts process
> [Dec 19 13:19:12.686] Manager {0x7fba4e9ed720} NOTE: [LocalManager::pollMgmtProcessServer] New process connecting fd '11'
> [Dec 19 13:19:12.686] Manager {0x7fba4e9ed720} NOTE: [Alarms::signalAlarm] Server Process born
> [Dec 19 13:19:18.698] Manager {0x7fba4e9ed720} NOTE: [Alarms::signalAlarm] Skipping Alarm: 'Access logging to local log directory suspended - partition space is low.'
> [Dec 19 13:19:44.767] Manager {0x7fba4e9ed720} FATAL: [LocalManager::pollMgmtProcessServer] Error in read (errno: 104)
> [Dec 19 13:19:44.767] Manager {0x7fba4e9ed720} NOTE: [LocalManager::mgmtShutdown] Executing shutdown request.
> [Dec 19 13:19:44.767] Manager {0x7fba4e9ed720} NOTE: [LocalManager::processShutdown] Executing process shutdown request.
> [Dec 19 13:19:44.767] Manager {0x7fba4e9ed720} ERROR: [LocalManager::sendMgmtMsgToProcesses] Error writing message
> [Dec 19 13:19:44.767] Manager {0x7fba4e9ed720} ERROR:  (last system error 32: Broken pipe)
> [Dec 19 13:19:44.781] {0x7f9607e92720} STATUS: opened /opt/ats/var/log/trafficserver/manager.log
> [Dec 19 13:19:44.781] {0x7f9607e92720} NOTE: updated diags config
> [Dec 19 13:19:44.781] Manager {0x7f9607e92720} NOTE: [Rollback::openFile] Open of records.config failed: Permission denied
> [Dec 19 13:19:44.781] Manager {0x7f9607e92720} NOTE: [Rollback::Rollback] Config file is read-only : records.config
> [Dec 19 13:19:44.782] Manager {0x7f9607e92720} NOTE: [Rollback::openFile] Open of remap.config failed: Permission denied
> [Dec 19 13:19:44.782] Manager {0x7f9607e92720} NOTE: [Rollback::Rollback] Config file is read-only : remap.config
> [Dec 19 13:19:44.782] Manager {0x7f9607e92720} NOTE: [Alarms::signalAlarm] Skipping Alarm: 'Config file is read-only'
> [Dec 19 13:19:44.782] Manager {0x7f9607e92720} NOTE: [Rollback::openFile] Open of ssl_multicert.config failed: Permission denied
> [Dec 19 13:19:44.783] Manager {0x7f9607e92720} NOTE: [Rollback::Rollback] Config file is read-only : ssl_multicert.config
> [Dec 19 13:19:44.783] Manager {0x7f9607e92720} NOTE: [Alarms::signalAlarm] Skipping Alarm: 'Config file is read-only'
> [Dec 19 13:19:44.783] Manager {0x7f9607e92720} NOTE: [ClusterCom::ClusterCom] Node running on OS: 'Linux' Release: '3.2.0-4-amd64'
> [Dec 19 13:19:44.784] Manager {0x7f9607e92720} NOTE: [LocalManager::listenForProxy] Listening on port: 80
> [Dec 19 13:19:44.784] Manager {0x7f9607e92720} NOTE: [LocalManager::listenForProxy] Listening on port: 443
> [Dec 19 13:19:44.784] Manager {0x7f9607e92720} NOTE: [TrafficManager] Setup complete
> [Dec 19 13:19:44.803] Manager {0x7f9604ea3700} NOTE: [Rollback::internalUpdate] Link failed : Operation not permitted
> [Dec 19 13:19:45.802] Manager {0x7f9607e92720} NOTE: [LocalManager::startProxy] Launching ts process
> [Dec 19 13:19:45.808] Manager {0x7f9607e92720} NOTE: [LocalManager::pollMgmtProcessServer] New process connecting fd '11'
> [Dec 19 13:19:45.808] Manager {0x7f9607e92720} NOTE: [Alarms::signalAlarm] Server Process born
> php
> <html>
>     <body>
>         <form action="/upload.php" method="post" enctype="multipart/form-data">
>             Name: <input type="text" name="imageName" />
>             Image: <input type="file" name="image" />
>             <input type="submit" value="submit" />
>         </form>
>     </body>
> </html>
> <?php
>   if(isset($_POST['imageName'])){
>         echo $_POST['imageName'];
>   }
>   echo "<pre>";
>   if( isset($_POST['imageName']) ){
>     echo 'print start';
>     sleep(60);
>     echo var_dump($_FILES['image']);
>    echo 'print stop';
>   }
>   echo "</pre>";
> ?>



--
This message was sent by Atlassian JIRA
(v6.1.4#6159)