<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Dino&#039;s Anabasis</title>
	<atom:link href="http://pp19dd.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://pp19dd.com</link>
	<description>Musings of a web developer, data journalist, historian, and cat herder from Baltimore.</description>
	<lastBuildDate>Tue, 26 Mar 2013 13:31:31 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>How deep are most earthquakes?</title>
		<link>http://pp19dd.com/2013/03/how-deep-are-most-earthquakes/</link>
		<comments>http://pp19dd.com/2013/03/how-deep-are-most-earthquakes/#comments</comments>
		<pubDate>Tue, 26 Mar 2013 13:31:31 +0000</pubDate>
		<dc:creator>Dino</dc:creator>
				<category><![CDATA[world is a big place]]></category>

		<guid isPermaLink="false">http://pp19dd.com/?p=2525</guid>
		<description><![CDATA[<p>This chart below shows a scatter plot of earthquakes as reported by the USGS, magnitude versus depth over a 7 day period. Most sampled earthquakes here are not that deep &#8211; under 50 kilometers. According to USGS, shallow ones are classified as 70km or below, and that&#8217;s still pretty deep! What&#8217;s curious about the scatter [...]</p><p>The post <a href="http://pp19dd.com/2013/03/how-deep-are-most-earthquakes/">How deep are most earthquakes?</a> appeared first on <a href="http://pp19dd.com">Dino&#039;s Anabasis</a>.</p>]]></description>
				<content:encoded><![CDATA[<div id="attachment_2547" class="wp-caption alignright" style="width: 349px"><img class="size-full wp-image-2547" alt="Shallow earthquake depth distribution, 7 running days" src="http://pp19dd.com/wp-content/uploads/2013/03/earthquake-shallow-depths-2.png" width="339" height="246" /><p class="wp-caption-text">Shallow earthquake depth distribution, 7 running days</p></div>
<p>This chart below shows a scatter plot of <a href="http://earthquake.usgs.gov/earthquakes/">earthquakes as reported by the USGS</a>, magnitude versus depth over a 7 day period.</p>
<p>Most sampled earthquakes here are not that deep &#8211; <strong>under 50 kilometers</strong>. According to USGS, shallow ones are classified as 70km or below, and that&#8217;s still pretty deep!</p>
<p>What&#8217;s curious about the scatter plot below is this cluster of rather deep, powerful M4-5 quakes. They seem to stand out rather clearly.</p>
<p>As it turns out, they&#8217;re geographically near each other:  13 are near Fiji, 3 near Japan, 1 near East Timor, 5 near Vanuatu, and 2 near Indonesia.</p>
<p>USGS has a pretty neat writeup on how <a href="http://earthquake.usgs.gov/learn/topics/measure.php">they measure the depth</a> (waveform analysis.)</p>
<div style="clear: both;">
<!--

<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
-->
<script src="http://code.highcharts.com/highcharts.js"></script>
<script src="http://code.highcharts.com/modules/exporting.js"></script>

<div id="wie_container" style="width:900px; height:400px;"></div>

<script type="text/javascript">
$(function () {
    var chart;
    $(document).ready(function() {
        chart = new Highcharts.Chart({
            chart: {
                renderTo: 'wie_container',
                type: 'scatter'
            },
            title: {
                text: 'Earthquake Depth, 7 days, 7,472 samples'
            },
            /*xAxis: {
 				title: {
					text: 'Magnitude (M)'
				}
            },*/
			legend: {
				layout: 'vertical',
				align: 'left',
				verticalAlign: 'top',
				x: 150,
				y: 250,
				floating: true,
				backgroundColor: 'ghostwhite',
				borderWidth: 1
			},
            yAxis: {
                min: -800,
				max: 0,
                title: {
                    text: 'Depth (km)'
                },
                stackLabels: {
                    enabled: false,
                    style: {
                        fontWeight: 'bold',
                        color: (Highcharts.theme && Highcharts.theme.textColor) || 'gray'
                    }
                }
            },
            tooltip: {
                formatter: function() {
                    return(
						'Magnitude: <b>' + this.x +'</b><br/>'+
						'Depth: <b>' + this.y +'</b> (km)<br/>'
					);
                }
            },
            plotOptions: {
                scatter: {
					marker: {
                        radius: 5,
                        states: {
                            hover: {
                                enabled: true,
                                lineColor: 'rgb(100,100,100)'
                            }
                        }
                    },
                    states: {
                        hover: {
                            marker: {
                                enabled: false
                            }
                        }
                    }
				}
            },
            series: [ {
                name: "Typical earthquakes",
				color: 'rgba(223, 83, 83, .25)',
                data: [[0.3,-7.9],[1.2,0],[2.2,-8.9],[2.9,-28.9],[0.7,-3.7],[0,-9.6],[0.8,-2.2],[0.4,-3.5],[1,-2.8],[1.3,-125],[0.4,-2.4],[1.6,-3.3],[1.6,-3.7],[2.2,-20.9],[0.7,-7.4136],[0,-3.5],[0.6,-3.2],[1.1,0],[1.4,-1],[1.1,-101.4],[-0.6,-3.3],[1.1,-3.6],[4.5,-15.9],[0.9,-20.2],[0.6,-1.4],[1.9,-23.1],[1.13,-10.5945],[1.3,-1.8],[0.8,-0.1],[4.9,-9.6],[1.2,-2.6],[1.7,-1],[0.9,-15.2],[1.4,-13.5],[0.5,-0.1],[1.3,-13.9],[0.8,-12.9],[0.9,-12.3],[4.7,-53.38],[0.5,-3.7],[2.1,-52.9],[1.9,-0.1],[0.8,-7.6],[1,-9.7],[1.8,-2.3],[1.2,-20.7],[0.4,-1.4],[0.1,-6.4],[1.2,-5.8],[0.5,-5.9],[0.7,-3],[0.5,-13.1],[0.6,-3.5],[0.7,-6.8],[1.2,-17.6],[3.3,-15.1],[1.1,-16.4],[1.4,-8.2],[0.3,-3.6],[0.9,-2.7],[1.6,-6.7],[0.6,-9.5],[1.6,-1],[1.9,-6.7],[1,-63.1],[0.2,-9.8],[2,-6.9],[0.7,-11.3],[1.1,-11.1],[1.6,-51.3],[0.7,-15.2],[4.5,-10],[4.4,-10],[1,-2.6],[0.6,-4.5],[0.1,-2.4],[1.5,-13.7],[1.5,-13.7],[0.4,-19.2],[1.4,-28.1],[4.6,-46.2],[2,-7.3],[0.7,-3.4],[1.5,-2.1],[1.1,-91.3],[4.9,-89.5],[1.2,-2.3],[1.9,-2.1],[2.6,-1.8],[4.1,-35.6],[0.9,-36.6],[1.3,-29.9],[1,-0.9],[1.8,-99.9],[1.5,-6.6],[0.75,-4],[1.7,0],[1.7,-2.6],[0.3,-0.1],[1.9,-83.4],[2.3,-10.8],[2.8,-6.3],[1.5,-5.9],[0.1,-11.3],[2.7,-26.4],[2.1,-10.4],[0.8,-2.9],[0.4,-2.4],[0.9,-2.5],[4.9,-35],[0.4,-0.7],[0.9,-2.8],[1.1,-10.7],[0.5,-2.8],[1.2,-21.6],[0.5,-2.3],[1,-4.5],[1.3,-7.9],[4.8,-10],[2.8,-43],[1.8,-11],[5.4,-35],[1.3,-8.1],[0.9,-17.6],[4.4,-10.1],[1.8,-10.5],[1.3,-12.8],[1.4,-2.5],[1.8,-19.9],[1.4,-3.2],[0.5,-4.1],[1.3,-4.6],[1.1,-11.1],[1.4,-11.2],[2.7,-14.5],[0.2,-11],[0.3,-3.8],[1.2,-42.5],[2,-1],[0.6,-2.6],[1.7,-2.3],[4.9,-3.1],[1.25,-12],[0.4,-1.9],[0.8,-13.3],[1.73,-5.5114],[4.6,-103.6],[1.35,-5.1477],[0.8,-2.7],[0.8,-2.6],[0.7,-14.1],[0.2,-1.6],[4.4,-10],[1.6,-0.7],[1.72,-7.0961],[1.7,-33],[0.5,-4.4],[4.8,-10],[1.1,-0.1],[1.4,0],[0.5,-4],[0.2,-3.7],[1.2,-2],[0.9,-8],[0.2,-3],[0.5,-4.2],[0.3,-3.8],[0.4,-0.9],[1.7,-56.9],[0.8,-39.9],[1.8,-91.1],[1.1,-11.6],[1.7,-26],[2.4,-52.3],[1.2,-1.7],[1.2,-109.5],[0.8,-3.2],[1.1,0],[0.7,-10],[0.4,-2.3],[1.1,-6.3],[4.9,-79.1],[0.6,-2.8],[4.7,-14.34],[1.3,-12.4],[0.4,-2.9],[2.1,-25.6],[1.1,-6.4],[0.6,-2.7],[0,-5.1],[1.6,-1.3],[1.2,-13.3],[0.7,-19.5],[2.1,-42.6],[0.4,0],[1,-3.3],[1,-7.5],[1.4,-93.1],[1.1,-6.7],[4.1,-10],[0.9,-2.2],[2,-26.4],[1.11,-8.2981],[0.5,-8.8],[0.3,-10],[0.5,-9],[1.6,-1.4],[1.1,-9.2],[0.3,-6.4],[1.8,-28.8],[0.4,-2.7],[0.6,-11.2],[0.3,0],[4.9,-36.7],[0.5,-11.3],[1.6,0],[1.1,-9.2],[0.4,-1.6],[1.2,-125],[5.7,-47],[0.8,-7.1],[1.46,0],[1.8,-20.3],[0.7,-11.1],[0.2,-5.2],[2.9,-12.1],[0.6,-11.5],[0.3,-5.1],[0.8,-8.7],[0.4,-13.7],[1.1,-15.6],[0.9,-11.2],[1.5,-1.8],[5.6,-6],[1.2,0],[0.3,-10.7],[1.4,0],[0.8,-12.4],[0.5,-15.9],[0.9,-2.6],[1.4,-11.6],[1,-3.9],[0.3,-2.9],[0.1,-7.8],[0.3,-6.6],[1.3,0],[1,0],[2.1,-5.8],[0.9,-2.6],[1,-11.5],[2.5,-17.3],[1.2,-4.2],[1.3,-2.8],[2.9,-6],[2.1,-94.8],[1.8,-39.2],[1.19,-10.1136],[0.9,-1.6],[3,-20],[1.6,-3.7],[1.3,-126],[1.2,-9.8],[1,-0.8],[1,-3.5],[2,-12.2],[1.4,-3.5],[1.22,-8.1443],[2,-2.5],[1.1,-15.8],[0.8,-19.7],[1.8,-5],[1.4,-11.2],[1.6,-89.5],[1,-1.2],[1.1,-10.4],[0.9,-4.3],[4.6,-10],[0.9,-8.1],[1.4,-10.2],[1.3,-5.7],[1.6,-9.7],[0.7,-0.6],[1.3,-11.3],[0.8,-0.7],[1.1,-11],[0.4,-2],[0.9,-20],[4.3,-149.2],[1.6,-13.9],[0.8,-3.9],[0.5,-2.9],[1,-9.4],[1.52,-9.425],[1.8,-9.9],[4.2,-38.3],[0.32,0],[1,-7.4],[2.4,-54.4],[2.7,-32.2],[0.8,-0.8],[2.9,-26.8],[0.34,0],[3.6,-25.7],[5.4,-24],[1.3,-9.9],[2.3,-108],[1.7,-1.7],[0.5,-3.4],[4.5,-170.8],[1,-1.4],[1.2,-7.2],[0.7,-1.9],[1.6,-11.9],[2,-4.9],[1.9,-64.5],[4.6,-135.41],[5,-9.9],[1.1,-2.3],[0.4,-4.2],[0.2,-2.3],[3,-83],[4.2,-107.4],[1.8,-83.9],[2.6,-0.2],[1.9,-1.1],[2,-101.8],[0.3,-3.5],[1.9,-56.9],[2.2,-102.7],[5.1,-153.5],[1.5,-16.5],[0.6,-2.7],[0.3,-3],[0.9,-15.1],[4.3,-10],[0.4,-1.2],[1.5,-13.6],[0.9,-4.2],[0.3,-4.3],[1.4,-106.1],[0,-3.6],[1.2,-6.1],[1.6,-119],[1.2,-12.2],[4.7,-10],[1.3,-42.3],[4.7,-99.2],[1.6,-99.3],[1.3,-8.3],[0.8,-10.7],[1.9,-69.3],[4.7,-44.6],[2.6,-46.8],[-0.2,-3.3],[0.8,-8.2],[1.6,-2.6],[2.9,-110.4],[4.1,-10],[2.9,-46],[4,-11.4],[1.1,-1.9],[0.3,-16.2],[0.5,-13.4],[1.5,-1.5],[0.6,-3.2],[4.6,-10],[1.1,-3.1],[0.9,0],[1.9,-15.2],[2.3,-15.3],[1.7,-9.1],[1.8,-68.1],[1.1,-2.7],[1.8,-4.3],[1.6,-9.6],[1.3,-14.6],[0.7,-2.3],[1.2,-6.4],[1.3,-5.9],[1.2,-2.5],[0.7,-12.8],[3.8,-25],[4.6,-34.3],[1.1,-0.8],[1.8,0],[1.2,-10.5],[0.4,-2.9],[0.4,-11.3],[1.2,-5],[1.1,0],[1.4,0],[1.9,-23.9],[0.8,-4.6],[2.2,-65.6],[0.3,-7.7],[0.3,-1.2],[1,0],[1.7,-126.1],[1,-2],[1,-51.7],[1.4,-37.5],[2.5,-1.2],[0.5,-5.8],[1.5,-1],[0.9,-2.5],[0.8,-2.1],[1.8,-25.6],[1,-12.8],[0.9,-3.7],[1.6,-96.3],[2.2,0],[1.5,-115.1],[5.8,-15.61],[5.8,-18],[1,0],[2.4,-113.2],[1,-14.8],[0.8,-6.6],[1,-87.4],[1.5,0],[1.1,-18],[0.4,-2.2],[4,-16.9],[0.8,-17.3],[1.2,-89.5],[2.6,-16.3],[1.5,-7.35],[1.2,0],[0.5,-4.9],[1.5,0],[0.4,0],[1.7,-2],[0.8,-1.4],[1.2,-65.3],[0.35,-4.5684],[3.2,-14],[0.7,-3.4],[1.8,-9.1],[1.4,-0.8],[1.3,-9],[1.9,-3.1],[1.4,-3.1],[4,-32.7],[2.3,-10.3],[1.51,-9.3943],[2,-89.6],[1.6,-6.9],[1.81,-10.6446],[0.9,-16.8],[0.9,-2.4],[1.2,-0.2],[1.3,-120.7],[1.1,-5.1],[1.6,-7],[4.6,-133.99],[2.9,-76],[2.2,-95.6],[1.2,-2.6],[1.5,-13.9],[1.5,-6.3],[0.5,-0.5],[3.1,-19],[3.2,-9.6],[0.5,-4.4],[1.1,0],[1.5,-17.9],[1.5,-5.9],[2.9,-38.4],[1.3,-2.1],[0.8,-2.7],[1.2,-3.4],[0.5,-3],[1.8,-8],[0.8,-1.1],[1,-9.4],[0.4,-2.5],[0.7,-7.6],[1.3,-2.6],[0.3,-6.5],[1.3,-5],[2,-15.3],[0.9,-1.8],[1.9,-6.2],[2,-3],[0.5,-6.1],[4.5,-10.25],[0.3,-8.6],[1,-6.6],[1.4,-111],[1.5,-6.1],[1.6,-6.4],[2.3,-75.3],[1.3,-12],[0.55,0],[2.4,-42],[0.2,-1.8],[1.4,-19.6],[1.3,-9.5],[0.8,-0.8],[1.4,-47],[2.2,-90.4],[1.4,-7.7],[0.3,-7.8],[0.9,-7.1],[4.7,-221.13],[0.5,-3.1],[0.9,-2.1],[1.5,-13.6],[3.1,-122.5],[0.5,0],[0.6,-8.3],[2,-111.3],[1.1,-5.9],[1.9,-8.1],[1.3,-10.5],[1.6,-5],[1.29,-9.1799],[3,-16.3],[2.3,-141.9],[4.7,-10],[2.5,-43.1],[4.5,-10],[0.7,-9.4],[2,-21.4],[1.5,-3.4],[1.86,-7.2112],[0.4,-3.7],[1.85,0],[0.4,-1.9],[2.5,-53.2],[1.9,-3.5],[0.7,-3.4],[1.2,-11.1],[1.2,-102.5],[0.2,-7.5],[0.6,-7.6],[1.1,-3],[1.7,-1.5],[2.3,-12.4],[1,-4.5],[1.8,-64.6],[1.3,-93.4],[0.3,-1.8],[1.7,-10.5],[0.6,-3.9],[1.3,-43.4],[1.8,-98.5],[1.1,-7.7],[1.5,-128.9],[2.6,-15.1],[0.4,-2.6],[0.9,-62.5],[1.4,-3.2],[1.4,-2.9],[0.5,-4.3],[1.5,-119.6],[2,-100.9],[0.4,-2.3],[5.2,-21.2],[1.6,-2],[0.7,-2.7],[0.7,-8.3],[2.9,-50.2],[1.7,-5],[2.1,-3.6],[3.4,-65.7],[1.9,-5.1],[1.2,-1.4],[1.6,-10.6],[0.85,-2],[1.5,-8],[0.88,-16],[0.9,-6.9],[1.9,-80.5],[1,-8.6],[1.2,-6.5],[4.8,-68.2],[0.4,-2.1],[1.5,-52.5],[1.6,-10.6],[4.2,-188.18],[1.2,-10.9],[1.9,-5.6],[0.85,-11.9547],[1.9,-105],[0.9,-3.3],[0.3,-2.3],[1.1,-11.1],[5.2,-24.9],[4.6,-10.8],[0.9,-2.8],[0.5,-6.5],[2.7,-51.7],[0.7,-4.3],[1.5,-98.2],[4.9,-33.3],[4.5,-52.8],[0.3,-2.1],[0.5,-2.2],[1.7,-59.2],[0.5,-1.5],[2,-14.4],[1.1,-5.1],[4.9,-9],[0.6,-2.1],[0.8,-6.1],[2.7,-53.9],[5.4,-54.1],[4.9,-54.6],[1.8,-11.5],[0.5,-16.6],[1.3,-57.2],[2,-86.9],[1.5,-6.2],[3.6,-9.8],[1.3,-49.7],[1.6,-9.3],[1.5,-7],[1.7,-126.8],[1.2,-2.2],[0.9,-1.9],[1.1,-2.1],[1.4,-12.4],[1.5,-116.4],[0.9,-1.4],[0.5,-3.2],[4.3,-10],[0.7,-3.7],[0.91,0],[0.8,-1.3],[0.7,-2.8],[1.4,-12.2],[0.5,-2.1],[1.6,-10.1],[1.6,0],[0.9,-0.5],[3.5,0],[0.4,-2],[0.9,-7.1],[0.4,-7],[1,-2.5],[1.5,-119.1],[1.62,-7.2792],[4.5,-35],[0.6,-3.8],[1.8,-65],[0.6,-5.1],[0.6,0],[0.9,-20],[0.6,-2.3],[4.2,-21.4],[0.7,-17.8],[0.5,-5.7],[0.4,-3.2],[2.24,-10.1007],[0.6,-3.2],[1.5,0],[1.9,-0.3],[1.3,-120.9],[0.9,-6.2],[0.3,-2.9],[1.2,-7.7],[3.2,-6.8],[1.1,-3.1],[3.1,-47],[1.4,-127.5],[1.8,-20.8],[1.9,-6.6],[4.1,-16],[4.1,-52.5],[2.9,-19.8],[0.2,-1.9],[0.4,-15.4703],[0.5,-3.3],[0.5,-0.1],[1.5,-18],[0.6,-3],[1.59,-11.8347],[1.34,-11.5288],[0.4,-2.7],[1,-3.8],[4.1,-34.5],[1.1,-18.9],[0.4,-2.7],[1.74,0],[0,-3.9],[1.3,-5],[0.9,-1.5],[0.8,-1.8],[0.1,-15.4],[2.2,-38.5],[1.9,-5.9],[0.6,-8.1],[-0.2,-2],[4.5,-9.9],[0.3,-11.2],[0.5,-5.1],[1.7,-0.4],[0.28,-9.3277],[1.56,-4.6062],[0.2,-2.4],[1.2,-17],[1.5,-20.4],[0.5,-18.1],[0.4,-17.9],[4.6,-8.6],[4,-73],[1.8,-41.8],[1.5,-6.5],[1.5,-2.4],[0.07,-8],[2.6,-20.8],[2.4,-128.5],[1.4,-6.2],[0.8,-6.2],[0.2,-2.7],[1.1,-14.8],[2.34,0],[1.3,-18.6],[0.4,-2.1],[4.5,-198.8],[2.1,-19.4],[4,-2.3],[0.7,-13.5],[1.71,-8.5642],[4.6,-129],[4.7,-125.48],[0.02,-1.0567],[0.9,-17.6],[3,-34],[2.6,-29.5],[1.78,-10.6484],[1.2,-4.7],[0.7,-9.2],[2.2,-6.9],[1.4,-17.1],[1,-15.1],[4.5,-30.9],[3.4,-66],[2.1,-103.1],[3.6,-28.3],[2.4,-32],[3,-38.1],[1.3,-114.8],[4.7,-15.6],[1.6,-9.8],[1.8,-1.9],[2,-89.3],[1,-1.8],[0.7,-2.3],[0.4,-1.5],[0.8,-3],[1.3,-37.6],[0.6,-4],[1.2,-104.7],[1.6,-6.1],[1.3,-99],[1.1,-8.2],[1.2,-6.8],[0.8,-9.4],[0.3,-2.8],[1.5,-4.8897],[1,-51.3],[1,-4],[4.7,-9.9],[0.8,-8.6],[0.6,-7],[0.6,-3.8],[1.2,-29.7],[6.1,-585.8],[0.5,-0.9],[0.6,-4.5],[1.2,-1.4],[1.7,-10.2],[4.5,-10],[1.3,-8.1],[1.9,-7.5],[1.4,-7.9],[1,-5.8],[0.5,-1.1],[1.2,-18.3],[2.2,-7.9],[1,-1.3],[1.2,-7.8],[3.5,-141],[1.3,-7.7],[0.5,-3.5],[1.1,-15.5],[0.9,-2.7],[1,-17.6],[0.2,-5.1],[0.18,0],[0.12,-3.4168],[1.3,-115.1],[1.8,-38.8],[1.09,0],[1.1,-8.3],[1.2,-10.8],[0.7,-2.2],[1.5,-89],[1.5,-13],[1.4,-126.1],[0.4,-1.9],[1.3,-8.9],[1.9,-15],[4.9,-10.6],[0.8,-4.7],[0.3,-9.9],[1.45,-4.6704],[0.9,-2.1],[2.8,-14.7],[0.5,-0.5],[1.3,-77.3],[2.3,-2.1],[1.8,-29],[0.4,-9.9],[5.1,-35.2],[5.1,-10],[1.7,-6.9],[1.2,-9.9],[1.4,-38.3],[2,-5.2],[0.3,-1.6],[1.1,-16],[1.4,-1.6],[1.3,-13.9],[1.5,-10.5],[1.3,-2.2],[1.2,-4.9],[1,-14.6],[1.3,-1.2],[0.4,-3.8],[5.3,-22.81],[0,-2.2],[0.7,-2.6],[0.6,-0.7],[1.2,-96.6],[1.2,0],[1,-13.7],[2.1,-2.3],[1.6,-25],[0.5,-2.1],[0.5,-3.8],[1.8,-9.4],[0.7,-4.7],[0.6,-4.4],[0.3,-4.3],[1.6,0],[2.4,-123.6],[4.8,-31.1],[1.6,-2.3],[0.9,-2.9],[0,-0.4],[0.6,-3.3],[2,-1.4],[5.3,-8],[0.7,-15],[1.6,-118.1],[1.3,-11.6],[4.5,-10],[1.6,-53],[2.3,-2.4],[2.1,-36.4],[2.4,-149.1],[5.2,-18.4],[1.6,-12.3],[1.5,-17.4],[0.8,-2.4],[0.34,0],[0.8,-15.5],[1.9,-5.5],[0.9,-16],[0.7,-14.2],[1.8,-7.1],[0.6,-15.3],[4.6,-10],[5.2,-21.6],[0.9,-1.6],[1,0],[0.5,-2.2],[1.2,-9.9],[1.5,-2.5],[0.9,-1.1],[1.1,-70.1],[1.6,-3.4],[0.3,-0.9],[0.5,-1.4],[4.8,-18.5],[1.6,-16.7],[0.4,-16.1],[0.5,-14.1],[1.1,-10.4],[2.4,-4.3],[0.1,-4.2],[1.9,-3.2],[0.6,-17.1],[0.3,-4.2],[4.5,-10],[1.4,-11.8],[1.4,-123.3],[1.2,-23.3],[1.2,-112.4],[0.8,-1.8],[4.6,-45.5],[0.6,-4.1],[1.6,-39.1],[0.22,-8.1653],[0.4,-13.7],[1.3,-2.4],[1.2,-105.8],[1,-13.1],[1.2,-38.7],[0.5,-20.3],[4.7,-0.5],[1.44,-12.293],[2.2,-128.2],[1.3,-7],[1.4,-18.3],[1.1,-6.8],[0.8,-14.2],[1.1,-2.6],[0.2,-2.1],[1.89,-4.9544],[1.69,-15.05],[0.8,-79.2],[1.25,-8.132],[0.9,-11.9],[2.1,-2.5],[0.6,-3.1],[1.2,-99.4],[1.2,-6.2],[0.9,-2.9],[0.11,-5.141],[0.1,-0.7],[1.1,-16.8],[1.6,-17.2],[4,-10],[0.6,-10.5],[0.8,-2.5],[0.9,-2.5],[0.2,-6.2],[1.6,-23.1],[0.8,-9.9],[0.6,-8.9],[0.5,-2.4],[1.5,-11.4],[1.3,-6.1],[1.2,-106],[1,-8.9],[2.9,-13],[1.1,-11.1],[1.1,-11.1],[1.4,-125.6],[4.3,-159.7],[4.3,-35],[1.5,-11.1],[2.49,0],[1.2,-2.1],[1,-8.4],[1.47,0],[0.8,-8.9],[4.8,-55.5],[4.1,-106.6],[1.2,-5.8],[2.3,-9.1],[2.8,-44],[1.43,0],[2.2,-80.9],[2.2,-21.7],[0.6,-6],[1.4,-119.1],[3,-27.7],[1.5,-15],[1.4,-5.9],[1.3,-10.6],[1.8,-2.5],[1.6,-82.5],[4.2,-135.9],[2.4,-135.4],[4,-16.1],[0.9,-3.6],[2.8,-103],[5.9,-12],[1.1,-14.9],[2,-5],[1.5,-97.7],[1.5,-66.6],[0.8,-5.1],[0.5,-3],[2,-12.9],[1.4,-10],[2,-131.3],[2.5,-17],[0.5,-3.3],[4.1,-24.6],[2.1,-123.1],[3.1,-62],[1.1,-22.9],[5.9,-20],[4.8,-47.2],[3.4,-66],[4.7,-35],[0.39,-14.9132],[4.5,-35],[4.1,-38],[0.3,-7.1],[1.5,-11.2],[2.1,-72.9],[0.9,-14.8],[1.8,-122.2],[3.3,-89],[2,-3.2],[0.7,-6.9],[1.8,-104],[4.5,-10],[2.6,-7.6],[1.4,-10.6],[1.3,-8.9],[0.8,-8.6],[3.7,-37.1],[1.2,-42.1],[1.1,-5.9],[0.9,-6.2],[0.8,-4.1],[0.8,0],[1.2,-13.8],[1.3,-38.7],[2,-15.7],[1.2,-0.1],[5.6,-18.96],[2.5,-129.2],[0.5,-2.9],[1.4,-76.6],[4.7,-27.5],[4.9,-19.4],[2.5,-57],[2.8,-111],[0.5,-16.1],[1.4,-6.6],[2.1,-1],[1,-2.3],[0.9,-2.6],[1.2,-12.1],[1.1,-3.1],[1.5,-2.3],[2.7,-38.6],[0.26,-10.8665],[0.6,-2.9],[2.2,-17.6],[1.3,-90.8],[5.2,-57.8],[0.6,-6.6],[1.7,-12.3],[1.3,-12.5],[0.8,-1],[1.74,0],[1.7,-4.5],[0.8,-15.9],[0.6,-5.4],[1,-1.8],[1.1,-87.1],[0.9,-4.7],[2.1,-3.7],[0.7,-2.4],[0.01,-5.6846],[1.1,-3],[2.1,-28.6],[2.7,-3.1],[1.2,-11.5],[4.2,-10],[1.6,-7.8],[0.6,-16],[1.2,-108.8],[2.1,-61.7],[1.6,-8.6],[4.4,-60.6],[1.5,-4.6],[1.4,-15.2],[1.3,-2.9],[0.7,-2.2],[1.4,-1],[1,-11.3],[1.5,-2.4],[0.7,-3.9],[0.3,-2.7],[1.8,0],[0.5,-3.3],[5.2,-44.3],[2,-9],[0.6,-4.1],[1.1,0],[0.4,-2.3],[4.4,-131.7],[0.5,-4],[2.3,-129.3],[0.7,-5],[0.5,-1.7],[2.4,0],[1.6,-76.6],[0.9,-2.4],[2,-18.9],[1,-11.3],[1.4,-2.7],[3.6,-14.1],[0.7,-6.8],[1.4,-2.1],[1.3,-6],[2.3,-2],[0.9,-4.4],[1.9,-79.3],[0.6,-13.1],[0.9,-1.2],[0.4,-14.5],[2.2,-4],[0.8,-3.6],[2,-25.2],[2.5,-5],[0.7,-16.6],[3.6,-10],[1.3,-7.3],[1.4,-25.5],[1.3,-13],[0.9,-10],[2.2,-96.1],[1.1,-83.3],[2.6,-37.2],[1.6,-3.3],[1.4,-8.2],[2.1,-49],[1,-12.5],[2.1,-12.5],[1.15,-12],[0.9,-3.2],[0.3,-3.3],[1.9,-9.6],[1.7,-12.2],[1.3,-39.3],[1.1,-7.1],[0.8,-17.1],[0.9,-24.3],[1.3,-39.3],[1.7,0],[0.72,0],[0.8,-2.3],[0.37,-2],[0.5,-3.2],[0.4,-6.5],[1.6,-12.7],[0.27,0],[1.8,-43.1],[1.4,-22.3],[0.9,-10.3],[0.4,-2.2],[0.6,-1.7],[0.8,-14.2],[0.9,-14.7],[1.3,-10.7],[4.6,-49.9],[4.4,-221],[0.7,-2.4],[0.9,-1],[1.2,-12.2],[1.13,0],[2.5,-15.8],[2.2,-12.4],[2.5,-12.4],[0.8,-10.9],[1.8,-11.9],[1.2,2.2],[1.9,-6.3],[0.9,-8.2],[1.5,-18.3],[1.6,-15],[1.7,-11.9],[2.7,-13.2],[0.4,-2.4],[1.02,-7],[0.3,-4.6],[0.9,-0.5],[2.3,-11.7],[0.8,-8.2876],[0.9,-9.6],[1.4,-63.6],[1.4,-19.9],[3,-83],[1.9,-36.9],[1.7,-103.9],[2.2,-48.5],[0.5,-1.7],[1.2,-122.1],[1,-18.1],[0.2,-2.9],[1.1,-32.2],[0.9,-6.8],[4.5,-10],[0.5,-15.4],[4.1,-188.5],[0.5,-1.4],[0.9,-7.8],[1.3,-30.5],[1.4,-12.5],[2.9,-6.7],[1.1,-16.7],[1.1,-1.7],[0.5,-2.2],[4.6,-74.2],[1.7,-1.6],[1.2,-16.6],[4.3,-69.3],[1.7,-1.1],[0.6,-6.3],[2.5,-5],[0.5,-9.4],[1.4,-14.1],[2.2,-50],[1.1,-8.5],[0.8,-1],[1.5,-6.3],[0.5,-3.8],[1.1,-7],[0.9,-3.3],[0.8,-0.9],[1.5,-5.9],[4.2,-12.4],[2,-72.5],[1.5,-66.1],[1.1,-17.6],[0.8,-0.9],[2.3,-10.6],[0.3,-3.5],[0.5,-1.2],[0.8,-3.1],[1.1,-34],[0.9,-15.1],[1.4,-0.1],[1.3,-3.4],[2.6,-42],[2.6,-5],[0.8,-3.4],[0.7,-5.5],[5.1,-82],[2.7,-51],[2.3,-11],[1.2,-2.5],[1,-9.8],[0.4,-2.2],[1.7,-132.7],[0.58,-8],[0.4,-3],[3.52,-11.4351],[2.4,-7.1],[0.8,-1.6],[1.9,-0.1],[4.7,-19.9],[4.7,-237.5],[4.3,-69.7],[3.9,-123.5],[4.7,-144.5],[1.3,-1.1],[1.7,-88.1],[0.7,-17.3],[4.4,-67],[1.51,0],[3.5,-15.8],[1.1,-12.6],[4,-35],[1.6,-87],[1.5,-47.1],[1,-38.9],[4.3,-8],[2.3,-10],[0.9,-15.8],[2,-12],[0.1,-2.0564],[0.9,-0.5],[1,-3.4],[1.5,-2],[1.4,-7],[4.7,-93.5],[4.9,-166.1],[1.6,-62.9],[2.3,-41],[1.1,-31.1],[1.36,-4.2302],[1.5,-9.3],[1.4,-17.1],[0.6,-5.4],[0.4,-3.4],[0.9,-2.9],[0.6,-3.7],[0.5,-7.2],[2,-168.6],[1.7,-89.4],[0.5,-2.1],[0.6,0],[2.5,-156.2],[0.8,-2.1],[0.9,-5.1],[2.3,-146.2],[1.41,0],[1,-1.9],[1.5,-6.9],[2.4,-92.5],[1.8,-12.9],[2.4,-1.8],[1,-4.2],[0.8,-5.1],[2.2,-15.9],[1.7,-7],[1.6,-25.6],[1.71,-7.5653],[1,-7.9],[1.2,-17.2],[1,-2.6],[2.3,-24.7],[1.2,-80],[1,-3.5],[0.7,-5.8],[1.7,-17.7],[1,-5.1],[1.7,0.8],[2.4,-96.5],[0.5,-2.3],[0.4,-3],[2.4,-10],[1,-16.5],[0.19,-7.9706],[1.5,-14.1],[1.7,-84.5],[0.7,-5.3],[0.9,-11.1],[1.1,-6.1],[0.8,-4.4],[0.7,-6.9],[1.1,-12.5],[3.1,-0.6],[0.3,-5.2],[2.5,-3.3],[1.1,-3.2],[5.5,-9.9],[1.5,-19],[0.8,-77.1],[0.95,-7.647],[1.6,-24.8],[2.7,-5.1],[1.4,-17],[1.4,-4.6],[2,-2.4],[1.6,-10.8],[3.2,-6],[1,0],[1.7,-82.4],[3.3,-115],[0.6,-10.4],[1.3,-97.4],[0.6,-1.4],[1.1,0],[1.2,-6.5],[1.7,-94.4],[2.09,-6.5962],[2.6,-2.1],[1.3,-8.7],[0.38,-9.3558],[0.6,-17.2],[0.3,-15],[1.3,-83.9],[1.8,-1.5],[4.6,-35],[1.8,-88.9],[1.1,-19.2],[1.6,-51.9],[2.8,-8.2],[0.9,-2],[4.7,-35],[1.4,-18.8],[5.2,-35],[3,-41.3],[4.7,-35],[1.4,0],[1.2,-8.1],[3.2,-45],[1,-0.8],[1,-0.6],[0.8,-10.7],[2.9,-30.3],[0.9,-18.2],[1.8,-78.4],[0.9,-3.1],[1.5,-1.8],[2.1,-4.9],[0.4,-0.7],[0.4,-3.2],[0.8,-3.3],[0.9,-2.4],[1.5,-2.3],[1.9,-2.4],[1.1,-26.6],[4.2,-122.8],[0.9,-1.5],[1,-11.8],[0.25,-3.7007],[5.3,-10],[0.4,-12],[0.6,-7],[1,-5.9],[0.9,-3.2],[2.1,-17.8],[2.1,-60],[4.3,-43.1],[0.7,-2.1],[2.1,-25.5],[1.4,-3.2],[1.3,-8.9],[4.5,-37.7],[0.9,-7.1],[4.8,-10],[1.3,-8.4],[0.7,-8.4],[0.6,-1.3],[1.4,-17.2],[1.7,-47.7],[0.8,-41],[1.5,-128.4],[2,-9.8],[0.1,-6.6],[0.7,-13.5],[5.4,-12],[0.6,-0.7],[1,-2.6],[4.6,-10],[0.3,-4.7],[1,-17.5],[2.8,-13],[2,-20],[1.2,-73.3],[0.5,-3.5],[0.4,-3.6],[2.1,-1],[1.3,-34.8],[1.1,-3.8],[2,-113.9],[1.59,-10.9334],[1.4,-44.1],[4.2,-99.8],[5.8,-9.9],[0.4,-12.7],[4.5,-10.03],[4.6,-9.8],[1.3,-7.6],[1.4,-1.9],[4.4,-9.97],[1.5,-11.6],[4.9,-9.8],[0.2,-9.8],[2.3,-1],[0.5,-9.2],[2,-44],[1.1,-67],[0.4,-9.5],[0.8,-10.4],[0.3,-2.8],[1.4,-6],[1.5,-1.8],[1,-3.3],[1.6,-54.4],[0.6,-0.5],[1.1,-13.1],[0.3,-7.6],[2.3,-69.2],[1.8,-1],[0.6,-0.3],[1.6,-2.1],[4.8,-10],[0.13,0],[0.8,-16.1],[2.3,-85.3],[4.7,-271.16],[1.4,-128.1],[0.9,-4.3],[1.4,-44.3],[2.6,-22.7],[1.5,-2.4],[0.6,-2],[0.8,-2.4],[4.6,-22.4],[4.1,-11.7],[0.4,-2.9],[0.2,-3],[2.1,-96.7],[0.8,-5.4],[0.6,-2.3],[0.8,-2.5],[1.55,-12],[1.9,-13.8],[1.8,-6.1],[0.9,-2.5],[0.3,-6.6],[5.3,-10],[1.9,-3.5],[0.2,-6.6],[2.3,-3],[4.5,-10],[1,-11.2],[1.43,-9.8484],[4.6,-10],[0.8,-2.1],[4.5,-17.4],[1,-13.5],[1.8,-41.4],[1.2,-12.5],[5.4,-45.5],[1.5,-37],[1.6,-9.9],[2.02,0],[4.7,-65.4],[0.4,-3.6],[0.5,-4.4],[4.1,-58.9],[4.7,-10],[0.6,-7.2],[0.6,-4.5],[0.6,-4.5],[0.9,-2.9],[1,-18.5],[1.5,-8],[1.6,-20],[1.3,-13.5],[2,-4.3],[0.9,-1.2],[0.5,-2.7],[0.4,-13.1],[1.3,-2.8],[1.5,-0.6],[0.8,-16],[1,-1.7],[1.6,-12.5],[0.2,-2.6],[0.5,-2.9],[0.2,-3.5],[1.1,-2.4],[0.9,-0.8],[0.5,-1.2],[1.4,-2.1],[1.6,0],[1.7,-71.9],[2.4,-49.6],[1.7,-2.3],[2.1,-82.3],[1,-2.8],[0.3,-1.1],[0.8,-10.6],[0.4,-2.6],[4.9,-10.1],[1,-11.6],[0.8,-2.1],[2.2,-1.3],[1.1,-2.5],[0.4,-2.4],[1.7,-6.3],[0.9,-1.8],[2.3,0],[0.7,-10.1],[1.8,-2.7],[2.5,-18.1],[4.3,-5],[0.9,-1.6],[1.7,0],[1.8,0],[2.3,-7.1],[0.9,0],[5.2,-10],[1,-86.8],[1.3,-46.7],[0.5,-0.9],[0.4,-3.8],[1.3,0],[0.4,-2.9],[1.8,-106.9],[0.8,-9.2],[3.5,-10],[1.35,-11.2925],[1.1,-9.7],[2.2,-1.7],[0.51,-9.4584],[2.5,-1],[1.9,-7.4],[1.6,-98.1],[4.8,-52.7],[1,0],[1.48,-7.07],[1.8,-96],[2.4,-4.3],[0.6,-1],[0.6,-1.4],[0.7,-0.9],[1.5,-7.4],[1,-8.1],[1.5,-5.7738],[4.8,-39.1],[0.8,0],[1,-5.4],[0.4,-2.4],[0.5,-3.2],[1.6,-8.7],[0.5,-2],[1.6,-3.5],[1.1,-3.1],[1.5,-3.4],[2.6,-12],[1.5,-3.6],[0.8,-2.4488],[1.5,-54.5],[0.9,-3.6],[1.3,-8.4],[1,-8.9],[1.6,-10.7],[1.9,-14.7],[1.6,0],[1,-15.8],[1.3,-81.5],[1.4,-39],[4.7,-227.5],[1.49,-10.2948],[0.9,-0.1],[1.8,-2.1],[2.4,-86.5],[0.5,-3.7],[0.8,-2.4],[1.3,-40.6],[1.8,-14.4],[1.8,-5.2],[0.6,-1.4],[1.35,-8.7436],[1.9,-2.8],[0.9,-3.5],[0.2,-3],[0.5,-14.7],[0.9,-15],[0.5,-15.5],[0.8,-2.6],[0.8,-8.7],[1,-14.8],[0.8,-2.1],[1.6,-18.4],[2,-2.5],[0.9,-6.2],[0.3,-2.1],[0.9,-9.6],[4.6,-40.6],[2.9,-4.4],[1.6,-16.9],[4.6,-16.8],[0.2,-2.6],[4.6,-142.5],[0.65,-5.2187],[1.6,-88.1],[1.5,-7.3],[1,-4.5],[2,-12.5],[0.3,-11.9],[0.2,-15.7],[0.8,-15.3],[1.2,-7.8],[0.9,-0.6],[0.9,-18.9],[1.6,-139.4],[1.3,-5.4],[1,-2.4],[1.6,-7.7],[0.5,-7.5],[1.18,-8.6076],[0.9,-11.8],[1,-12.1],[1.1,-8.1],[0.9,-16.3],[0.4,-5.1],[0.4,-2.8],[1.1,-17.2],[1.5,-5],[0.3,-4.8],[4.6,-42.05],[1.1,-15.5],[0.3,-5.8],[0.2,-4.8],[0.3,-5.1],[0.2,-6.7],[0.4,-4.7],[0.3,-5.3],[0.6,-5.9],[1,-1.8],[0.5,-3.7],[0.7,-2.2],[1.7,0.1],[0.8,-13.2],[1.3,-12.6],[4.4,-32.9],[1.4,-38.5],[4.9,-146.2],[1.3,-15],[1.9,-2.6],[0.4,-1.7],[1.7,-23.8],[1.8,-20],[0.8,-7.6],[1,-7.6],[0.4,-5.6],[0.4,-2.8],[0.5,-2],[2.2,-82.8],[1.1,-2.2],[0.2,-2.3],[0.9,-1.8],[0.9,-0.9],[1.5,-60.2],[1.7,-2.6],[1.4,-2.5],[0.3,-2.7],[0.6,-4.4],[0.5,-5.8],[0.3,-2.2],[4.2,-48.4],[1.1,-3.5],[2.2,-3.5],[1.1,-16.2],[2.1,-10.6],[5.1,-23.6],[1.6,-21.6],[1.4,-1.7],[1.6,-200],[1.6,-78.7],[0.5,-1.9],[0.3,-12.7],[4,-8.8],[0.9,-2.8],[0.5,-14.9],[3.3,-123],[0.5,-2],[2.3,-140.8],[5.1,-8],[0.1,-1.2],[0.6,-3.5],[0.4,-2],[4.7,-57.1],[0.35,-16.1473],[3,-12.4],[1.2,-36.2],[0.9,-1.6],[1.4,-11],[0.8,-3.6],[1,-3.3],[1.19,-7],[0.7,-6.6],[1,-1.7],[0.9,-3.5],[1.6,-22.2],[1.4,-0.7],[1.1,-8.3],[0.6,-0.4],[0.5,-2.1],[1.7,-9.1],[3.2,-84],[0.9,-18],[1.4,-15.4],[1.2,0],[0.5,-14.6],[5.7,-606.7],[1.5,-3],[1.1,0],[3.6,-16.3],[1,-15.9],[3.2,-36.6],[5,-27],[2.3,-63.3],[2.8,-4.8],[1,-20.3],[0.4,-9.2],[1.9,-68.7],[1.9,-4.3],[1.5,-2.6],[1.8,-18.9],[1.7,-9.9],[5.3,-128.4],[0.6,-3],[1.3,-25.2],[1.5,-20.1],[0.6,-14.9],[2.3,-12.1],[0.3,-10],[0.5,-2.5],[0.9,-2.9],[0.8,-2.1],[1.5,-14.2],[1.6,0],[1.5,0],[2.4,-7.4],[3.8,-86],[1.5,-4.8],[1.2,-89.3],[4.3,-13],[1.4,-71.2],[3.1,-53],[1,-7],[2,-20],[0.2,-1.9],[1.5,-18.4],[0.5,-0.8],[0.6,-1.4],[3.6,-12.4],[0.6,-2.3],[1.5,-20.3],[2.3,-17.6],[3.2,-13.3],[1.3,0],[2.7,-19.2],[0.4,-2.6],[1.3,-11],[0.5,0],[0.5,-1.1],[1.5,-20.1],[1.2,-18.1],[1.4,0],[1.8,-112.6],[0.6,-17.1],[0.4,-6.7],[1.8,-15.7],[0.3,-10.4],[1.4,-10],[0.4,-2.1],[0.8,-2.1],[1.6,-81],[2.5,-160.1],[1,-2.5],[1,-13.1],[0.5,-20.3],[1.1,-2.3],[0.9,-16.4],[0.9,-2.1],[0.2,-2.6],[0.3,-2.7],[0.33,-1.8839],[1.9,-18.2],[0.5,-2.2],[0.9,-12.3],[1.5,-123.2],[0.78,-5.3759],[1.4,-2.9],[0.9,-13.7],[0.3,-10.6],[1,-7.7],[1.4,-111.4],[1.6,-2.3],[0.6,-3.6],[2.7,-1.2],[2.3,-10],[3.1,-29],[0.4,-1.1],[0.9,-8.4],[0.9,-4],[1.4,-2.8],[4.9,-35],[0.47,-9.6173],[1.7,-18.1],[0.3,-2.1],[1.1,-11.9],[2.6,-25.1],[1.8,-2.8],[0.5,-3.3],[3.8,-139],[1.2,-0.1],[1.2,-20.5],[2.5,-136.9],[1.9,-23.5],[1.2,-3.1],[0.2,-2.1],[1.3,-87.2],[1.6,-3],[0.8,-2.4],[1.9,-5.8],[0.8,-10.7],[5.1,-31],[0.1,-3.9],[2.7,-25.6],[0.8,-12.3],[1.9,-2.6],[1.4,-91.2],[0.6,-4.7],[0.6,-3.1],[2.9,-12.4],[2.4,-10.7],[0.8,-17.7],[1.2,-3.6],[0.6,-16.7],[1.4,-85.5],[2.3,-4.5],[0.7,-3.7],[1.6,-3.6],[1.1,-3.6],[1.1,-1],[0.6,-12.1],[1.6,-4.9],[4.3,-258.4],[1.2,-9.5],[1.48,-7.9165],[1.11,-4.9253],[0.9,-3.3],[1.1,-2.8],[4.6,-72.9],[2.9,-52.6],[0.9,-3.6],[1.9,-55.3],[1,-2.5],[2.1,-4.6],[0.7,-12.9],[0.9,-4],[1.97,-8.4383],[1.4,-15.9],[0.98,-8.9373],[1.5,-88.5],[1.7,-2.1],[0.4,-7.5],[4.8,-117.5],[0.17,0],[0.6,-3.4],[2,-16.6],[1.7,-58.1],[0.8,-2.3],[4.7,-10],[4.6,-126.5],[0.9,-1.9],[1.4,-46.9],[2.5,-5],[2.9,-14],[1.4,-87.9],[1.4,-1.3],[4.6,-64],[0.4,-9.3],[1.1,-0.8],[1.3,-8.1],[4.7,-72.9],[0.7,-10],[0.6,-16.5],[1,-8],[2,-71.8],[1,-9.6],[0.5,-8.8],[4.5,-10],[1.5,-117.2],[1.7,-97.5],[1.6,-25.6],[1,-18.5],[0.8,-1.8],[0.3,-8.9],[2.2,-14.2],[0.6,-3.5],[1.2,-23.7],[1,-6.4],[0.6,-4],[3.4,-102],[4.5,-93.9],[4.4,-10],[0.6,-5.3],[0.4,-2.8],[1.6,-11.5],[1.8,-9.8],[0.5,-0.9],[1.2,-12.3],[1.2,-2.8],[1.6,-3.5],[1.4,-3.7],[0.3,-4.7],[0.6,-13.6],[0.6,-0.2],[0.9,-3.1],[1.1,-14.2],[0.8,-2.8],[1.6,-19.3],[0.64,-5.8072],[1.7,-70.1],[0.12,-11.4662],[4.7,-14.97],[2.5,-128.8],[0.6,-1.5],[1.6,-13.7],[3.4,-73],[2.9,-28.3],[0.4,-2.9],[0.4,-13.9],[1,-3.6],[1.1,-12.3],[1.5,-7],[1.5,-12.3],[3.5,-5.2],[4.4,-10],[0.7,0],[2,-19.9],[0.8,-1.5],[1.6,-15.7],[0.7,-3],[0.5,-2.3],[0.4,-4],[1.2,-5],[0.4,-2.4],[0.6,-3.8],[1.2,0],[4.1,-150.4],[2.3,-17.9],[2.2,-71.3],[1.2,-102.7],[2.6,-18.7],[0.6,-18],[5.2,-10],[1.47,-8.793],[1,-0.2],[1.9,-39.5],[0.9,-10.3],[1.1,-3.9],[4.7,-10],[0.4,-3.4],[1.7,-12.8],[2.1,-20.1],[0.5,-5],[1.1,0],[1.6,0],[1.4,-126.3],[1.7,0],[4.7,-10],[1.7,0],[2.2,-15.4],[1.5,-4.4],[0.3,-0.6],[1,-8.4],[1,-3],[1.1,-7.5],[1.5,-15.8],[1.1,-3.2],[0.7,-11.5],[1.3,-14.9],[2.2,-10],[0.5,-3.2],[1.06,0],[3.1,-93],[0.9,-1.2],[0.4,-1.7],[5.9,-15.1],[4.9,-35.9],[1.1,0.6],[1.4,-12.8],[0.6,-3.1],[0.3,-4.1],[0.1,-15.4836],[1.5,-77.2],[1.9,-8.5],[0.9,-3.7],[1.4,-2.6],[2.3,-10],[2,-68.1],[2.5,-4.9],[1.8,-9],[0.8,-5.3],[2.1,-7.6],[1.5,-4.4],[1.4,-7.4],[1.1,-4.7],[1.5,-2.6],[0.9,-2.1],[2,-30.2],[0.9,-1.4],[0.9,-4.9],[0.36,0],[3.5,-18.5],[3.4,-109],[0.9,-2.3],[0.9,-2.2],[0.9,-2],[0.8,-2.8],[0.6,-3.8],[0.5,-1.5],[0.8,-1.4],[0.9,-16.6],[1.2,-81.4],[1.1,-2.6],[0.3,-14.5],[0.3,-15.1],[0.7,-2.1],[1.7,-7],[1.6,-23.3],[-0.4,-1],[0.8,-17.2],[1.5,-2.1],[2.11,-9.661],[1,-19.6],[3.8,-38.4],[3.8,-38.42],[1,-0.5],[0.3,-4.8],[1.2,-97.7],[1.7,-66.7],[0.4,-4.2],[0.9,-3.2],[0.8,-6.3],[1.8,-97.9],[0.7,-2.2],[1,-2.7],[1.34,-6.9308],[0.9,-2.8],[0.4,-19.1],[0.8,-2.9],[1.9,-5.8],[0.4,-3.9],[1,-0.7],[0.3,-4.7],[1.8,-11.8],[1.7,-46.8],[0.7,-1.3],[1.31,-14.2915],[0.9,-3.3],[1.6,-2.6],[0.88,-14.1167],[1,-11],[0.7,-10.2],[4.6,-9.9],[0.4,-2.7],[2.1,-6.1],[0.2,-13.5],[2,-60.6],[2.8,-7.5],[1.1,-6.9],[2.5,-5.9],[0.8,-3.2],[1.7,-3.6],[2.5,-16.6],[0.7,-6.8],[1.2,-7.5],[1.1,-14.9],[0.4,-6.2],[0.8,-0.8],[1.5,-3.1],[0.4,-9],[0.65,-2],[0.8,-17.6],[0.9,-2.9],[1.4,-3],[1,-19.9],[1.2,-9.2],[1.3,-5.3],[1.5,-5.2],[1.4,-5.6],[0.5,-6.3],[0.2,-7.6],[0.9,-4.9],[1,-3.2],[6.9,-41],[0.5,-3.5],[0.24,-1.9519],[1.06,-7.6616],[2.2,-66.7],[1.7,-3.5],[3.4,-5.01],[1.9,-6.2],[0.6,0],[1.3,-32.2],[2,-52],[0.4,-5.7],[0.2,-3.8],[0.4,-2.2],[2.9,-1.7],[1.25,-7.5074],[2.5,-3.7],[0.5,-0.1],[2.9,-30.3],[1.3,-77.1],[0.4,-5],[1.21,-6.2005],[0.8,-15.8],[0.7,-19.6],[2.3,-5.8],[4.05,-6.1603],[2.8,-6.2149],[0.4,-2.4],[0.5,-5.2],[0.3,-5.8],[1.9,-1.4],[1.4,-20],[0.5,-5.1],[0.5,-3.9],[0.6,-9.6],[1.1,-8],[0.6,-18.2],[2.01,-10.833],[0.1,-4],[1.7,0],[1.45,-8.8025],[1.4,-0.8],[1,-3.8],[5.8,-39],[0.7,-0.2],[1.9,-70.7],[0.9,-9.4],[2,-10.2894],[2,-6.6],[1.4,-63.4],[1.4,0],[1.2,-1.4],[0.4,-2.9],[1,-2.7],[1.3,0],[0.8,-4.5],[0.9,-2.2],[0.6,-3.8],[1.5,-0.9],[0.3,-2.3],[0.6,-3.3],[0.9,-1.7],[0.5,-1.6],[1.1,0],[1.5,-10.3],[3.5,-57],[0.6,-1.4],[0.2,-1.1],[3.63,-13.4655],[0.3,-2.9],[1.4,-19.8],[0.3,-1.9],[3,-66],[1.4,0],[0.6,-3.5],[1.3,-4.6],[1.7,-86.5],[1,-6.9],[2.4,-4],[1.4,-13.4],[0.5,-4.6],[1.5,-4.6],[0.4,-4.8],[1,-4],[0.9,-4.5],[0.4,-4.1],[0.3,-18.4],[1.9,-5],[0.4,-3.9],[0.4,-4.9],[0.8,-4.7],[0.1,-7.6],[0.7,0],[1.8,0],[0.4,-4.6],[0.3,-4.3],[0.4,-4.5],[0.6,-5.3],[0.41,-6.2766],[1.4,-11.1],[0.6,-4],[0.3,-4.2],[0.3,-4.3],[0.1,-4.3],[0.3,-4.4],[0.4,-2.2],[2.1,-7],[1.9,-8.9],[2,1.7],[0.2,-4.1],[0.7,-4.4],[3.3,-87],[0.7,-13.7],[1.2,-14.6],[0.5,-4.1],[0.8,-62.3],[0.2,-2],[0.9,-1.8],[0.9,-15.3],[1.8,-91.3],[0.9,-1.9],[1.3,-39.6],[1,-44],[0.1,-3.2],[0.9,-20.9],[0.2,-3.4],[3,-41],[1.1,-110],[2,-6.7],[0.6,-3.8],[1,-3.2],[1.2,-95.5],[1.4,0],[1.6,-9.8],[1.8,-84.4],[0.6,-2.3],[1.6,0],[4.9,-34.9],[0.7,-14.9],[1.8,-4.3],[0.6,-10.1],[0.6,-2.4],[2,0],[3.5,-34.7],[1.1,-13.6],[3.3,-50],[0.8,-8.7],[0.6,-8.7],[2.8,-99.7],[0.7,-3.7],[2.25,-7.7835],[3.2,-25],[1.7,-3.5],[1.3,-117.5],[1.7,-10],[0.8,-3.7],[1.8,-47],[0.4,-4.3],[-0.5,-0.7],[1.9,-4.9],[0.6,-5.5],[1.6,-9],[1.4,-66],[0.8,-13.1],[3.2,-27],[1.4,-52],[2.4,-63.1],[1.2,-18.3],[0.3,-15.6],[1.9,-106.1],[0.5,-2.9],[5.4,-146.5],[0.7,-1.1],[0.2,-6],[1.2,-16.5],[0.9,-1.9],[2.1,-3.3],[1,-3.1],[1.8,-8.3],[1.9,-5.5],[2.1,-21.9],[0.7,-5.9],[1,-0.9],[1.1,-4.7],[4.6,-10],[2.4,-52.1],[0.5,-3.6],[1.2,-11.7],[1.96,-10.4288],[1.3,-11.6],[1.3,-10.1254],[0.5,-2.6],[1.2,-10.1],[1.1,-3.6],[0.5,-2.3],[1.8,-145.7],[0.4,-2],[1.5,-37.3],[3.2,-47],[3.1,-124.1],[1,-1.7],[0.6,-12.9],[0.9,-4.1],[0.7,-5.8],[0.8,-18.7],[0.05,-8.6026],[2.4,-19.8],[2,-109],[0.9,-2],[2,-62.5],[1.9,-45],[0.7,-3],[0.6,-10.6],[0.9,-10.8],[1.8,-66.5],[1.2,-10.8],[1.5,-19.8],[1.2,-74.9],[1.7,-30.1],[1.5,-3.8],[1.4,-4.8],[1.3,-114.6],[0.8,-7.7],[1,-9.4],[1,-15.9],[0.9,-3.1],[3.9,-4.7],[1.8,-12.7],[1.2,-82.9],[0.7,-15],[0.9,-10.7],[0.5,-3.1],[1.4,-10.2],[1.8,-7.1],[2.1,-21.8],[0.5,-2],[0.4,-14.8],[1.7,-7.7],[0.5,-2.3],[0.6,-13.9],[0.7,-5.1],[1.4,-33.1],[1.3,-83.1],[0.7,-2.4],[1.3,-50.2],[0.4,-3.5],[1.5,-81.5],[0.2,-4.8],[2.9,-94.7],[2.1,-98.3],[1,-9.3],[1,-6.6],[0.6,-10.1],[1.9,-2.4],[2.9,-3.2],[1.5,-1.2],[0.6,-4.6],[2.8,-22.7],[0.9,-3.2],[2,-1.8],[0.7,-2.1],[3.3,-126.1],[0.9,-4.4],[2.8,-126.6],[0.5,-2.7],[0.8,-5],[0.9,-2.9],[2.4,-5],[1.1,-2.2],[0.9,-2.6],[1.5,-12.5],[4.1,-62.6],[0.6,-1.7],[0.8,-7.3],[0.4,-1.4],[3.1,-10.3],[1.2,-9],[0.9,-17.6],[6.4,-40.9],[1,-16.4],[2.29,-11.2157],[0.8,-0.1],[1.41,-6.8079],[0.7,-3.7],[6.5,-29],[1.6,-8.2],[2.6,-9.6],[1.21,-10.6647],[0.3,-2.8],[1,-11.9],[0.9,-2.5],[0.8,-2.5],[1.7,-26.4],[1.2,-102.3],[1,-9.8],[0.5,-4.2],[0.6,-3.6],[0.4,-8.6096],[1.4,-9.2],[1.4,-80],[0.2,-2.1],[0.6,-4.6],[1.2,-1.6],[2,-29.9],[0.7,-4.7],[0.9,-2.4],[2.1,-112.3],[0.9,-3.2],[0.53,-8],[1.8,-3.4],[0.6,-6.1],[1.9,-15.3],[1.6,-61.9],[0.8,-10.2],[0.6,-4.1],[4.8,-33.2],[1,-24.5],[1.1,-3.4],[1,-8.3],[0.6,-3.8],[2.7,-4.9],[1.1,-45.7],[0.9,-3.5],[0.7,-1.5],[0.4,-3],[1.6,-99.6],[1,-2.5],[1.6,-7.1417],[1.8,-32.5],[0.4,-3.8],[1.5,-5],[1.4,-2.5],[0.5,-5.9],[0.9,-1.7],[0.6,-7.3],[0.7,-8.5],[0.9,-3.4],[1.8,-71.2],[1.9,-2.6],[2.6,-21],[2.1,-21],[1.1,-5.3],[0.8,-2.6],[1.2,0],[0,-5.8],[2.4,-6.4],[1.4,-6.9],[1.6,-6.8],[1.1,-12],[1,-4.4],[1.9,-94.7],[0.8,-9],[1.4,-10.1],[2.8,-37],[1.26,-8.513],[0.9,-3.6],[0.6,-1.4],[1.3,-33],[1.7,-8.8],[1.86,-3.2168],[4.1,-8.4],[1.6,-15.7],[1.3,-4.3],[0.6,-10.3],[1.3,-6.9],[0.9,-1.9],[2,-2.7],[1,-5.5],[0.5,-13.5],[1.7,-9.7],[3,-32.6],[1.37,-4.2528],[0.8,-6.7],[1.8,-72.3],[1.3,-2.1],[2,-5.8],[1.6,-6.1],[1.1,-6.1],[1.4,-6],[1.5,-5.4],[0.6,-1.7],[1.2,-40.4],[0.8,-72.1],[3.4,-96],[5.2,-89.4],[1.5,0],[2.4,-119.7],[0.5,-12.5],[1,-2.4],[1.7,-5.4],[0.2,-12.4],[-0.3,-4.2],[0.5,-3],[3.8,-55.4],[2,-11.4955],[0.7,-2.4],[1.2,-6.4],[5.2,-35],[1.7,-14.2],[1.7,-21.4],[0.9,-2.5],[0.1,-3.6],[1.3,-6.8],[0.9,-16.1],[0.8,-80.2],[1.1,-4.3],[1.3,-102.8],[0.45,0],[0.4,-17.4],[0.6,-3.9],[0.8,-15],[0.8,-14.2],[2.8,-93.3],[1,-5],[3,-5.8],[1.5,-6.4],[0.9,-2.4],[1,-25.5],[0.3,-7.9],[0.8,-2],[0.5,-4.8],[0.3,-3.9],[0.9,-3.4],[1,-27.9],[1.8,-5.9],[2.5,-107],[0.8,-1.4],[2.6,-25.2],[1.6,-20.5],[1.1,-6.2],[2.5,-13.2],[1.3,-99],[1,-20.5],[3,-42.5],[1.36,-10.5138],[0.5,-4.8],[2,-117.5],[0.9,-24.5],[0.7,-70.7],[0.45,-11.155],[1.1,-24],[1.2,-3.8],[1,-2.2],[1.4,-74.6],[1.3,-3.6],[1.1,-9.9],[1.2,-19.4],[2,-2],[0.8,-5.6],[1.1,-5.6],[0.9,-3],[0.9,-2.6],[1.8,-140.3],[0.5,-9.8],[0.8,-7.7],[2.4,-102.9],[1.7,-8.9],[0.9,-4.6],[0.4,-3],[0.8,-10.6],[1.2,-19.5],[0.3,-1.5],[0,-9.2],[0.15,-8.5596],[1.2,-12.7],[4.8,-30.8],[1.7,-1],[1,-5.8],[3,-121.9],[4.1,-28.7],[4.3,-41.3],[1.3,-1],[1,-2.5],[0.5,-4.4],[0.3,-10.6],[1.1,-17.3],[1.6,-43],[0.3,-13.1],[0.3,-6.4],[0.4,-2.6],[-0.1,-11.6],[1.1,-8.6],[1.1,-5.2],[1,-107.8],[1.38,-8],[0.3,-2.2],[0.8,-12.7],[0.5,-2.4],[0.9,-1],[0.9,-1],[0.7,-2.3],[3.9,-147],[1.4,-2.4],[0.2,-2.4],[0.4,-2.3],[3.2,-51],[1.9,-1.7],[0.9,-8.9],[1.1,-5.9],[3.6,-40.2],[2,-77.9],[1.3,-2],[4.3,-45.8],[1.2,-8.9],[1.1,-45.3],[0.6,-5.1],[1.7,-69],[0.2,-8.4],[2.4,-49.4],[0.01,-14.6746],[4.1,-207.9],[4.9,-50.7],[0.6,-2.7],[0.5,-10.9],[1.3,-19.3],[1.4,0],[1.1,-106.4],[2.2,-34.7],[0.5,-56.3],[1.3,-5.2],[4.6,-127.3],[4.6,-237.25],[1.6,-8.6],[2.2,-52.7],[2.9,-15],[1.4,-6.5],[1,-48.2],[0.4,-7.7],[0.9,-2.5],[1.2,-51.2],[0.42,-9.7578],[1.26,-3.6101],[1,-115.8],[0.6,-4.3],[0.5,-14.6],[0.16,-7.6538],[4,-155],[1.6,-89.8],[0.9,-11.6],[1.3,-77.4],[0.42,0],[0.7,-2],[0,-2.9],[2.8,-5],[3.3,-32],[4.9,-39.7],[1.1,-3.4],[0.8,-4.8],[0.3,-4.1],[1.7,-5.1],[0.7,-24.2],[0.7,-6.7],[1.4,-47.2],[2.3,-6.2],[1,-2.2],[0.9,-3],[0.6,-2.8],[1.5,-11.3],[0.4,-4.3],[1.2,-57],[0.4,-3],[0.21,-6.1848],[0.4,-1.1],[0.6,-2.4],[1,-2.1],[1.8,-4.8],[5.1,-38.3],[2,-81.8],[2.6,-52],[1.6,-200.1],[0.8,-14],[1.3,-84.6],[1.6,-21.5],[2.12,0],[0.4,-2.3],[1.2,-0.8],[0.9,-2.6],[1.84,0],[0.5,-2.5],[0.5,-2.2],[2.3,-6],[0.9,-12.2],[1.1,-13.5],[1.3,-20.4],[4.6,-48.3],[0.3,-4],[4.5,-62.4],[0.4,-2.4],[1.8,-114.3],[1.2,-6.5],[1.2,-24.4],[2,-14.8],[2.3,-27],[0.6,-3.5],[0.8,-5.1],[0.9,-40.7],[2.3,-14.1],[0.2,-1],[0,-7.9],[0.2,-1.4],[0.5,-18.6],[0.7,-11.1],[2.2,-9.8],[1.1,-13.8],[0.8,-2.6],[0.3,-3.3],[5.4,-9.9],[1.5,-17.1],[2.6,-19.9],[1.2,-7.2],[1.64,-5.5647],[0.1,-1.9],[0.6,-3.1],[0.8,-2.5],[0.4,-1.5],[0.9,-2.3],[0.7,-7],[1.6,-2.8],[-0.1,-11.4],[1.7,-104.7],[1.69,-1.24],[1,-0.6],[2,-69.8],[1.5,-91.6],[1.1,-10.3],[0.9,-1.9],[1.7,-90],[0.17,-3.0822],[1.4,-53.7],[2.5,-8.2],[0.3,-0.1],[4.7,-35.4],[1.4,-36.3],[1.3,-46],[1.7,-123.3],[1.3,-109.2],[0.4,-3],[0.7,-3.4],[0.5,-2.5],[1.9,-2.7],[1.1,-4.7],[1,-1.6],[0.3,-13],[1.8,-19.7],[0.6,-70.5],[1.2,-8],[0.8,-12],[1.5,-61.2],[1.3,-39.2],[0.8,-11.9],[1.5,-9.9],[0.6,-2.4],[2.4,-142.7],[1.4,-1.7],[0.6,-8.4],[0.9,-2.5],[1.4,-92.7],[2.5,-9.9],[0.6,-3.2],[0.8,-1.5],[1.5,-2.1],[4.8,-105],[1.5,-4.3],[4.5,-240.4],[2.6,-76.3],[1.6,-10.8],[1.9,-9.3],[1,-2.6],[0.2,-8.8],[2.4,-155.4],[0.5,-15.1],[0.4,-2.7],[5.1,-13.4],[0.5,-4.5],[5.6,-193.6],[3.6,-107],[4.7,-10],[1.1,-3.2],[2,-4.6],[1.3,-126.4],[2.1,-74.1],[1.4,-100.1],[0.4,-10],[1.39,-9.9794],[1,-7.2],[1,-103.5],[4.5,-22.1],[1.3,-139.5],[1.5,-28.3],[0.4,-3.4],[0.3,-2.7],[5.2,-8],[2.8,-5],[1,-17.7],[1.7,-14.4],[3,-39],[2,-2.2],[0.6,-2.3],[1,-13.9],[0.9,-3.7],[0.7,-1.1],[1.1,-2.7],[0.5,-2.4],[2.9,-36],[1,-2],[0.4,-2.8],[0.1,-0.4],[1.5,-8.4],[1.6,-16.7],[0.5,-15.5],[3.2,-65],[1.4,-20],[2.2,-124],[2.2,-18.7],[1.7,-2.4],[2.2,-16.6],[0.6,-9.6],[1.7,-6.4],[1.4,-126.8],[2.2,-2.7],[0.9,-1.8],[1.7,-15.8],[0.2,-2.9],[0.8,-8.2],[1.3,-13.9],[0.65,-11.1566],[1.4,-17.2],[0.8,-3.2],[4.6,-58],[1.8,-17.5],[1.7,-14.7],[1.1,-9.3],[2.7,-24],[1.3,-94.3],[1.33,-11.2512],[1.5,-81.4],[1.1,-0.8],[0.25,-10.2393],[1.1,-15.1],[0.73,-12.5631],[0.19,-13.9549],[1.08,-10.8539],[0.17,-13.6844],[1.13,-11.0095],[0.2,-2.5],[0.91,-10.1965],[0.36,-11.6481],[0.4,-12.4],[0.3,-0.2],[0.9,-1.7],[1.2,-2.4],[0.7,-10.2261],[1.4,-111.8],[1.7,-10.515],[4.2,-42.7],[1.49,-10.4321],[2.7,-40],[4.1,-17.5],[0.05,-11.4501],[2.6,-6.4],[1.2,-9.1],[0.99,-5.1817],[0.8,-19.1],[4.4,-14.9],[0.3,-2],[2.4,-0.9],[0.4,-2.7],[1.6,-2.7],[0.6,-10.5693],[1.5,-124],[1.9,-4.4],[1.6,-1.7],[1.7,-13.9],[0.5,-3.2],[1,-2.3],[1.5,-6.5],[1.8,-5.8],[1.8,-2.7],[2.4,-11],[0.9,-8.1],[1.4,-11.2],[0.38,-11.4128],[2.4,-1.2],[1,-10.6],[1.6,-5.8],[1.5,-96.2],[0.3,-14.8],[1,-13.5],[1.1,-84.1],[1.3,-5.2],[1,-6.9],[1.5,-8.2],[1.1,-125.1],[1.3,-130.6],[3,-2.5],[0.12,-7.7687],[1.9,-7.7],[0.4,-2.4],[1.1,-13.4],[0.66,-15.089],[0.04,-12.3957],[0.9,-13.6],[0.7,-8.6],[1.4,-11.6],[0.9,-3.5],[1.7,-38.2],[1.7,-38.9],[0.25,-6.823],[0.9,-2.9],[0.3,-3.3],[1.7,-8.3],[2.8,-25.4],[1.6,-0.4],[2.8,-57],[1.2,-16.8],[1.1,-3.2],[2.2,-25],[0.8,-12.4],[4.4,-10],[3.1,-74],[0.6,-4.3],[1.6,-6.5],[2.6,-103.6],[1.3,-6.4],[3,-6.7],[1.2,-3.5],[1.1,-2.3],[1.1,-5.8],[1.2,-4.9],[0.4,-2],[2.1,-6.5],[1.1,-88.3],[0.4,-2.6],[2.7,-16.3],[2.3,-8.1],[2.8,-8.7],[0.7,-7.7],[2.1,-20.9],[1.4,-7.9],[0.6,-3.4],[4,-64.3],[2.1,-16.3],[4.2,-14.4],[2.4,-3.3],[1,-15.5],[1.4,-38.5],[1.9,-21.8],[1.2,-6.8],[2.4,-13.5],[2.1,-2.4],[2.1,-77.7],[1.2,-4.5],[2.7,-17.4],[1.1,-15.4],[0.6,-4.3],[0.8,-0.1],[2.1,-10.9],[0.8,-5.6],[1.1,-2.1],[0.7,-2.1],[0.5,-1.6],[1.8,-8.9],[2.4,-103.9],[0.9,-3],[1,-2.5],[1.19,-8.8931],[0.6,-2.4],[1,-20],[-0.3,-4.4],[1.2,-3.1],[1.4,-10.1],[2,-14.3],[0.9,-14.4],[3.8,-84.8],[1.2,-6],[1.4,-10.2],[1.4,-63.9],[0.4,-6.6],[1.4,-116.9],[1.9,-1],[0.3,-1.4],[0.5,-2.4],[0.9,-3.6],[0.9,-2.4],[1.1,-11.5],[4.9,-15.8],[0.9,-2.7],[2.7,-69.7],[2.6,-37],[1.1,-3.8],[3.9,-29.3],[1.3,-10.1],[0.9,-6.3],[2,-11.6],[1.3,-13.2],[1.2,-6.7],[0.6,-3.1],[1.9,-1.7],[1.4,-10.7],[1.2,-4.6],[1.4,-1.4],[1.1,-4.3],[1.8,-6.6],[0.7,-2.5],[1.5,-126.5],[1,-16.9],[1.3,-19.4],[1.7,0],[1.8,-98.3],[0.5,-2.6],[3.1,-45.3],[1.9,-19.7],[1.4,-50],[0.35,-3.2833],[0.7,-6.2],[1.1,-1.1],[0.6,-7],[0.5,-13.2],[1,-11.8],[0.8,-9.5],[1,-18.9],[0.9,-3.4],[0.5,-9.5],[1.1,-13.8],[0.76,-9.9383],[1.48,-10.6292],[0.9,-4.7],[0.6,-1.4],[1.4,-14.1],[1.4,-132],[0.9,-14.7],[0.6,-3.2],[0.1,-14.7],[0.4,-18.7],[2,-9.6],[2.4,-18.9],[0.7,-10.8],[1.2,-4.8],[1.1,-7.8],[4.3,-190.2],[0.6,-3.1],[0.23,-9.4623],[3,-126.5],[2.4,-17.7],[0.8,-3.5],[1.6,-10.1],[1,-6.5],[0.38,0],[1.5,-14.4],[1.6,-11.7],[0.06,-12.3622],[1.3,-14.4],[1.4,-6.2],[0.9,-6.8],[0.7,-13.2],[0.98,-6.7558],[1.49,-9.5984],[2.4,-7.7],[0.3,-7.3],[0.8,-11.2],[0.8,-2.8],[2.1,-58.3],[1.3,-107.4],[1.1,-19.5],[1.13,-9.0281],[1.3,-42.6],[1,-3.8],[4.3,-19],[1.8,-117.3],[0.5,-3.3],[1.8,-51.6],[0.7,-1.8],[1.2,-35.7],[1.1,-2.2],[1.6,-2.1],[1.5,-5.4],[1.2,-1.8],[3.6,-82],[1,-6.1],[1.5,-5],[1,-0.6],[0.9,-10],[2.4,-103.8],[0.9,-2.8],[3.5,-4.9],[1.4,-125.3],[1.7,-114.3],[2.4,-2.5],[2,0],[1.2,-7.8],[1.3,-2.5],[0.44,-9.0903],[1.3,-3.6],[2.3,-43.4],[1.6,-1.1],[1.9,-47],[3.4,-107],[2.7,-0.7],[1.8,-0.4],[1.2,0],[1.1,-15.4],[1.1,-19.5],[1.9,-71.6],[1,-36.7],[1.9,-1.7],[1,-6.9],[0.5,-1.1],[0.5,-16.9],[1.6,-17],[0.69,-10.542],[1.1,-7.7],[0.6,-12.2],[1.4,-18.6],[1.1,-0.9],[2.4,-125.3],[4.5,-62.9],[1.3,-12.9],[1.1,-10.3],[1,-1.4],[2.3,-8],[0.9,-5.9],[0.13,-4.4761],[1,-3.1],[1.4,-2.6],[1.6,-23.3],[0.9,-7.3],[1.2,-19],[1.2,-2.2],[3,-10],[1.8,-17.7],[1,-10.1],[1.4,-10],[1,-15.9],[0.8,-7.3],[1.3,-8.1],[0.8,-1.8],[4.6,-132.1],[0.6,-8.2],[0.8,-3.5],[0.4,-1.8],[1.1,-44.9],[0.4,-4.3],[4.8,-22.5],[1.4,0],[1,-7.2],[0.5,-0.8],[0.6,-1.9],[4.6,-184.03],[4.8,-27.1],[0.3,-1.3],[1.3,-3.5],[1.3,-3.1],[4.8,-10],[0.4,-2.1],[1.5,-87],[0.6,-3.4],[1.6,-6.5],[0.4,-0.6],[2.1,0],[0.9,-0.1],[0.3,-2.6],[0.7,-1.3],[0.5,-0.8],[1.2,-2.5],[2.4,-56.5],[1.2,-22.2],[1.3,-9.7],[0.9,-0.5],[1,0],[2.9,-34],[1.4,-1],[1.8,-85.4],[1.7,-6.4],[0.5,-0.9],[0.4,-0.2],[0.4,-0.2],[0.3,-1.3],[1.2,-0.1],[4.6,-144.4],[1.3,0],[1.7,-3.5],[0.3,-5.4],[1.7,-4.5],[0.4,-2.7],[0.3,-1.5],[1.2,-15.6],[0.2,-2],[0.4,-3.3],[1,-45.4],[0.7,-9.9],[0.7,-8.6],[1.4,-3.1],[2.7,-64.7],[0.4,-1.7],[0.9,-1.9],[0.9,-13.3],[0.6,-2.1],[4.5,-102.3],[1.4,-2.4],[1.8,-2.8],[0.6,-7.3],[1.1,-2.2],[1.6,3.5],[5.3,-49.9],[0.2,-6.9],[4.5,-29.8],[1.5,-5.1],[1.4,-4.8],[2.4,-21.6],[0.7,-2.3],[2.2,-2.9],[1.7,-10.5],[1.9,-0.1],[1.9,2.8],[1.9,-4.7],[0.8,-1.9],[1.4,-5.3],[2.3,-2],[0.7,-4.8],[0.9,-18.6],[2,-4.4],[0.9,-12.2],[1.2,-3.5],[0.4,-6.1],[1,-3.8],[-0.4,-4.3],[0.4,-3.5],[0.5,-1.6],[3.3,-51],[1.7,-78.7],[0.4,-16],[0.8,-17.5],[3,-223.6],[1.1,-10.8],[1.6,0],[1.7,-58.3],[0.8,-17.2],[0.6,-2.6],[1.1,-2.7],[1.8,-8.1],[2.5,0],[0.9,-0.9],[0.8,-2.5],[1.9,0],[0.8,-1.8],[3.5,-16.2],[1.3,-2.7],[0.8,-2.2],[1.8,-17.3],[1.8,-64.7],[1.5,-0.1],[1.2,0],[0.6,-2],[1.4,-5.6],[1.5,-17.2],[0.5,-2.1],[0.5,-2.2],[1.6,0],[0.37,-2.0261],[1.5,-15.8],[1.2,-5],[1.7,-24.8],[1.2,-123.4],[1.2,-64.5],[1.5,-18.8],[0.6,-3.7],[1.9,0],[1.7,-52.2],[1.6,-14.2],[2.2,-114.3],[1.36,-8.372],[0.99,0],[1.7,-9.2],[0.4,-0.4],[1,-90.2],[0.4,-1.9],[1.3,-91.1],[1.62,-6.89],[4.9,-21.3],[1.9,-88.2],[2,-13.7],[0.6,-10.3],[0.62,-9.4202],[2.2,-66.2],[0.8,-11.7],[1.6,-69.4],[2.3,-21.1],[3.2,-25.6],[1.2,-17.7],[0.2,-7],[1.5,-11.4],[1.2,-111.1],[5,-58.8],[1.9,-117.5],[0.9,-13.4],[1.04,0],[0.6,-1],[0.7,-4.8],[2.1,-16.7],[2.7,-29.4],[1.9,-7.3],[0.9,-3.2],[1.1,-2],[0.7,-2.5],[1,-64.8],[2.2,-90],[1.2,-2],[1.9,-100.3],[2.4,-30.6],[1.3,-33.4],[1,-14.9],[1.1,-13.3],[1.2,-71.3],[1.2,-73.6],[4.9,-18],[0.9,-1.4],[5.8,-28.2],[5.2,-11.6],[1.1,-16.6],[1.5,-16.5],[0.3,-2.7],[1.59,0],[0.37,-22.83],[0.9,-0.4],[1.1,-3.5],[0.8,-12.5],[1.2,-39.6],[0.9,-4.3],[1.5,-7.6],[0.8,-6.1],[4.9,-50.9],[0.6,-2],[2.4,-4.8],[1,-55.2],[1.1,-13.5],[0.8,-2.2],[5.2,-13.6],[0.5,-1.5],[1.1,-20.1],[0.8,-1.7],[0.6,-0.9],[1,0],[1.1,-0.5],[1.1,-104.4],[0.2,-0.7],[1.3,-0.6],[0.9,0],[1.1,-18.4],[0.6,-1.9],[0.8,-2.9],[1.3,-1],[0.5,-2.4],[0.3,-4.8],[1.8,-11.7],[2.2,-3.4],[1.7,-19.3],[1.9,-2.1],[0.6,-4.7],[1.6,-10.8],[1.3,-1.2],[4.2,-61.8],[1.6,-97.7],[0.9,-2.5],[0.7,-2.3],[2.6,-63.2],[0.8,-3.4],[4.4,-74.09],[1.1,-6.6],[2.1,-13.1],[4.9,-15.15],[1,-7.3],[4.3,-106],[0.8,-8.1],[0.6,-9.9],[2.8,-5.1],[0.5,-3.6],[0.6,-5.3],[1,-4],[0.7,-11.5],[2,-2.5],[2.6,-5.1],[2.1,-57.7],[0.9,-2.3],[0.4,-22.4],[0.4,-22],[1,-9.4],[1.9,-1.4],[3.7,-177],[0.6,-2.3],[1,-110.8],[1.1,-3.7],[1.9,-11.5],[1.3,-11.8],[2.9,-61],[1.4,-79.1],[2.3,-3.5],[1.9,-17.1],[0.8,-8],[1.7,-112.1],[0.6,-4.2],[0.08,-9.7113],[1.4,-0.6],[1.7,-0.2],[2,-15],[1.5,-1.5],[1.4,-2.1],[1.5,-8.6],[1,-5.4],[1.7,-127.1],[1.3,-6.6],[1.2,-5.1],[0.9,-94.6],[2.2,-93.7],[1,-6.7],[4.2,-17.8],[0.9,-7.3],[0.41,-15.3137],[1.2,-17.6],[2.2,-17.5],[1.4,-9.5],[1.2,-2.6],[3.2,-94],[0.6,-17.4],[1.6,0],[1.2,-10.3],[4.2,-122.7],[0.9,-1.4],[1.3,-78.2],[1.7,-2.9],[1.7,-93.9],[1.1,-30.9],[1,-10.4],[1.1,-16.5],[2.6,-11.5],[0.9,-2.2],[1,-5.2],[1.1,-3.2],[1.2,-9.2],[1.4,-21.5],[1.4,-4.8],[0.7,-8.5],[2.9,-9.2],[0.47,-6.8535],[0.4,-22.1],[2.6,-16.2],[1,-17.4],[2.9,-59.8],[1.1,0],[1,-20.3],[2.4,0],[2.4,0],[0.5,-16.8],[1,-17.1],[1.8,0],[2.4,-55.5],[1.6,0],[5.3,-48.1],[2.2,-124.2],[4.9,-21.7],[1.8,-15.7],[1.2,-4.4],[1.4,-2.6],[0.2,-2],[1.6,-16.6],[0.5,-1.1],[0.7,-12.4],[2.1,0],[1.7,-62.4],[0.2,-14.9],[0.8,-2.6],[4.1,-11],[1.7,-70.2],[3.4,-17.2],[1.3,-1.7],[1,-9],[1.9,-11.9],[1.1,-15.6],[0.5,-2.4],[0.6,-0.9],[1.4,0],[1.3,-35.6],[0.3,-4.3],[1,-3.3],[1.8,-10.3],[0.9,-8.3],[1.1,-20.9],[1.1,-3.5],[0.8,-9.6],[1.8,-8.5],[1.2,-11.8],[1.1,-10.9],[0.9,-16.4],[1.1,0],[2.5,0],[1.1,-1.4],[1.8,-75.8],[2.7,-25.6],[1.4,-3.8],[1,-8],[1.8,0],[1.5,-13.1],[1.5,-8],[1.1,-118.5],[0.7,-2.6],[1.2,-9.1],[1.5,-3],[1.5,-2.2],[0.2,-8.8],[0.6,-2.1],[4.7,-53.7],[2.6,-70.3],[0.7,-1.9],[1.61,-10.4335],[1.3,-80.2],[1.4,0],[1.09,-4.237],[1,-8.7],[0.8,-5.2],[0.4,-0.6],[1.9,-10],[1.7,-87.9],[2.2,-0.1],[3.6,-98.5],[2.5,-11.3],[0.5,-13],[1.3,-11.1],[1.7,-15.6],[4.7,-15],[0.8,-21.7],[0.3,-19],[0.7,-15.3],[1.9,-22],[0.9,-1.1],[1.4,-0.9],[1.1,-18.4],[2.3,-80.5],[1.4,-2.8],[0.9,-1.9],[1.4,-4.6],[1.6,-127.9],[1.2,-86.1],[1.8,-4.5],[0.6,-3.5],[2.2,-10.6],[0.15,-5.9413],[0.8,-64],[1,-15],[4.6,-25.03],[0.6,-3.3],[1.1,-9.4],[0.4,-0.3],[0.9,-40.5],[1.1,-9.5],[3.1,-14],[1.45,-9.352],[0.3,-1],[2.1,-9.4],[1.5,-9.4224],[1.4,-0.8],[1.3,-7.1],[5.1,-30.6],[1.4,-2.1],[1.2,-11.2],[1.4,-93.3],[1,-3.1],[4.3,-9.9],[1,-14.9],[2.1,-9.1],[1.44,-12.51],[2.4,-27.6],[1.8,-6.4],[0.5,-1.5],[2.4,-149.3],[1.8,-124.2],[0.7,-10.9],[0.9,-105.4],[4.5,-14.8],[2.3,-5.5],[0.2,-14.6],[0.3,-3.6],[0.1,-4.9],[1.9,-145.7],[0.4,-4.7],[4.6,-10],[0.7,-2.5],[1.1,-18.1],[5.5,-37.7],[3.1,-33.6],[0.9,-1.9],[0.9,-1.4],[2.6,-39],[4.9,-37],[5.1,-58.3],[0.6,-3.6],[0.7,-12.4],[2,-0.7],[1,-8.2],[1.7,-16.9],[0.8,-2.3],[5.2,-10],[0.8,-7.6],[1.9,-5],[1.2,-2.6],[1,-10.8],[1,-7.8],[0.9,-2.1],[1.02,-2.8522],[4.7,-195.4],[0.6,-4.4],[1.1,-2.7],[1.5,-118.1],[4.9,-10],[5.1,-10],[1.3,-17.7],[1.1,-21.9],[0.8,-2.1],[2.1,-101.8],[0.6,-4.1],[1.5,-130],[0.8,-18],[0.7,-3.4],[1.8,-149.4],[1.3,-8.2],[1.8,-17.2],[1.7,-37.3],[0.7,-14.9],[0.4,-16.3],[1.5,-11.7],[1.9,-74.6],[1.8,-13.2],[1,-124.9],[0.3,-2.6],[4.1,-10],[2.7,-37.9],[1,0],[1.7,-4],[1.6,-29.9],[1.1,-30.5],[1.8,-6.7],[1.4,-131],[1,-113],[2,-3.6],[1.3,-4.2],[1.3,-11.7],[1,-33.4],[1.2,-4.2],[1.9,-129.1],[0.5,-5],[1.3,-2],[4.6,-115.6],[0.7,-2],[1.5,-8.8],[0.5,-2.7],[1.9,-33.3],[1.6,-87.5],[2,-6.6],[1.2,-67.1],[1,-0.3],[5,-10],[0.6,0],[1.6,-3.2],[0.5,-2.1],[1.5,-6],[0.5,-4.3],[1.9,-25.5],[1.3,-17.8],[2.3,-5.5],[1.3,-51.2],[1.3,0],[1,-4.6],[3.4,-14.9],[0.8,-13.6],[2.6,-6.8],[1.1,-1.7],[1.3,-14.2],[1.5,-13.1],[1.1,-4.5],[2.5,-59],[0.9,-8.5],[1.3,0],[0.9,-1.2],[1.3,-8.2],[1.2,-40.5],[1.3,-4.3],[1.4,0],[1.3,-11.9],[1.6,-11.5],[0.6,-2.7],[1.6,-15.7],[0.6,-1.8],[0.6,-2],[0.2,-2.7],[4.5,-138.5],[1.4,-9.3],[2.3,-34.1],[0.2,-1.6],[2.6,-31],[4.9,-10],[1.5,-27.7],[4.8,-35],[0.8,-1.8],[0.9,-1.9],[1.1,-2.3],[4.5,-10],[1.4,-8.9],[0.8,-15.7],[1.1,-3.7],[0.7,-10.2],[1.4,-66.2],[1.9,-5.4],[0.8,-3.8],[1,-116.5],[1.5,-117.2],[1,-1.4],[0.6,-3.6],[1.5,-65],[1,-115.8],[0.8,-3.1],[0.4,-1.4],[2.2,-9],[1.2,-7.8],[1.1,-2.3],[0.6,-13.9],[1.6,-10],[2,-142.7],[1.5,-7.8],[1.1,-3.1],[1,-2.1],[1.1,-1.5],[1.9,-7],[0.8,-2.2],[1.3,-81.2],[0.8,-7.3],[1.2,-6.7],[0.37,-8.4575],[2.4,0],[1.4,-46.3],[0.8,-15.4],[0.21,-4.0877],[1.1,-19],[1.4,-106.9],[1.9,-7.6],[1.5,-31.1],[0.7,-3.1],[1.8,-11.8],[3.2,-51],[1.6,-14.9],[0.9,-6.7],[1,-18.1],[1.1,-54.4],[0.8,-7.9],[0.9,-4.7],[1.3,-4.9],[0.7,-4.6],[0.2,-5.1],[0.7,-4.8],[0.4,-4.6],[1,-5],[1.2,0],[2.1,-13.3],[0.6,-15.7],[1.5,-38],[1.8,-12.4],[1.2,-14.6],[1.7,-110.4],[4.3,-22.4],[2.1,-9.5],[2,-2.2],[5.5,-9.6],[2.3,-60.2],[1.5,-43.6],[1,-63.4],[0.9,-2.9],[0.7,-2],[1.8,-7.9],[1.6,-2.4],[0.1,-2.5],[1.8,-96.4],[0.8,-9.6],[1.3,-24.7],[1,-38.6],[0.8,-14.1],[0.4,-14.9],[2.6,-126.7],[0.04,-8.5278],[2.1,-116.4],[0.8,-4],[0.6,-3.5],[1.3,-2.2],[0.2,-2.1],[0.9,-4.1],[1.2,-3.7],[0.9,-2.1],[5.1,-10],[0.5,-7.1],[1.1,-10.6],[2.2,-7.6],[1,-103.9],[0.5,-9.031],[0.8,-4.4],[1.2,-3],[0.9,-4.3],[0.4,-2.7],[3.3,-76],[0.8,-5.6],[4.2,-80.7],[1.2,-2.8],[0.4,-19],[0.5,-19.2],[2.1,-18.5],[1.1,-17.9],[0.6,-2.9],[1.5,-13.6],[4.5,-10.1],[1,-2.2],[0.6,-2.3],[1,-2.4],[2.3,-20.7],[0.6,-2.7],[1.1,-3.6],[1.4,-3.4],[0.7,-1.7],[1.3,-88],[1.1,-19.1],[1.5,-7.9],[0.6,-3.1],[1.1,-4],[0.5,-2.2],[2.2,-11],[1.1,-5.8],[1.7,-11],[0.5,-3.5],[2.4,-17],[1.2,-111.5],[1.4,-17.4],[1.1,-5.6],[0.7,-2.2],[2.3,0],[0.5,-2.7],[-0.1,-6.3],[0.5,-8.9],[0.2,-3.9],[0.8,-19],[1.1,-3.4],[1.4,-11.4],[1.6,-1.3],[1.6,-46.6],[1.3,-3.8],[0.8,-16.8],[1.8,-91.1],[1,-14.8],[0.3,-12.2],[0.6,-5.2],[1.3,-14.9],[1.2,-9.9863],[1.3,-16.1],[1.4,-87.9],[1,-2.5],[2.2,-25.4],[1.4,-56.6],[1.74,-10.104],[2.4,-8],[1.1,-12.3],[0.3,-5.9],[1.3,-118.1],[0.4,-15.4],[1.4,-6.9],[0.7,-16.7],[0.8,-16.3],[0.5,-16.1],[4.2,-229.9],[1.1,-11],[4.5,-19.3],[1.1,-2],[0.5,-1.9],[1.8,-23],[0.3,-2.9],[1.5,-24],[1.4,-45.2],[0.8,-18.1],[0.5,-2],[2.3,-66.9],[1.3,-4],[0.9,-3.6],[0.9,-1.8],[1.8,-1.6],[0.5,-2.1],[1.7,-6.2],[0.5,-7],[1.6,-116.5],[1,-3.6],[1.4,-93.8],[2,-3],[1.5,-1.3],[1.3,-6.7],[1.5,-3.7],[1.1,-2.6],[3.9,-131],[0.6,-1.9],[0.1,-13],[1.3,-9.2],[1.3,-106.6],[2.3,-134.8],[1.7,-15.5],[1.2,0],[0.1,-2.7],[2.8,-1.8],[2.5,-1.2],[1.7,-1.6],[2,-0.9],[1.2,-1],[0.5,-0.1],[0.9,-1.5],[1.9,-97.4],[0.5,-1.4],[1.4,-122.1],[2.8,-5],[0.9,-7],[5.6,-241.5],[1.5,-7.2],[0.6,-8.3],[0.5,-4.1],[0.5,-2.3],[1.4,-123.2],[1,-0.6],[3.5,-118],[1.4,0],[0.6,-0.4],[0.8,-0.2],[0.8,-9.6],[0.4,-0.2],[0.5,-0.2],[0.6,-0.3],[1.9,-11.1],[1.4,-8.4],[2.1,-127.2],[2.2,-15.4],[1.5,-9.5],[1.2,-1.9],[1.1,-8.7],[2.4,-25.1],[1.19,-10.0899],[1.1,0],[1,-6.8],[0.9,-3],[1.4,-118.1],[1.6,-2],[0.5,-7.1],[0.8,-2.1],[1.4,-11.2],[1.2,-2.4],[0.7,-4.9],[4.5,-35.7],[0.4,-2.3],[0.1,-8.9538],[0.7,-4.3],[1.9,0],[1.7,-60.8],[1.2,-12.8],[1.1,-20.4],[0.6,-2.3],[1.7,-7],[2.3,-99.3],[1.2,-17.2],[2.4,-10.5],[0.6,-2.2],[0.9,-2.8],[1.4,-13.8],[0.4,-10.3],[2,-8.7],[0.3,-2.4],[0.6,-1.9],[2.4,-65.8],[2.1,-10.9],[0.5,-2.4],[4.5,-81.8],[5.1,-35],[0.6,-12.4],[1.8,-13.4],[0.5,-16.3],[0.6,-2.5],[1.2,-92.4],[1.6,-22.4],[0.8,-2.4],[1.4,-43.9],[0.6,-2.4],[0.9,-8.3],[0.9,-2],[0.8,-1.9],[2.1,-31],[2.5,-59.4],[1,-2],[1.2,-2.1],[2.7,-63],[0.6,-2.8],[0.3,-2.9],[1.6,-16],[0.9,-0.4],[0.5,-2.1],[1.1,-15.4],[0.5,-2.7],[1.1,-20.1],[-0.1,-2.1],[0.6,-6.2],[0.9,-2.2],[2.1,-23.8],[1.1,-1.8],[3.3,-1.9],[1.2,-1.4],[0.9,-1.7],[1.1,-1.4],[1.4,0],[0.2,-1.3],[0.4,-1.5],[1.6,-1.4],[0.5,-2.7],[1.2,-16.4],[0.5,0],[0.66,0],[0.3,-1.7],[1.2,-103.2],[0.8,-1.4],[0.6,-0.1],[0.9,-1.8],[0.5,-8.4],[2.2,-4.8],[0.8,-11.2],[1.4,-114.6],[2.4,-91.2],[1.6,-117.4],[0.8,-11.7],[0.8,-0.5],[1.1,-31.9],[1.6,-109.9],[0.4,-3.5],[0.6,-19.4],[1.3,-14.7],[0.4,-12.2],[0.92,0],[0.4,-1.6],[1.2,-4],[0.6,-21.5],[0.8,-3],[1.2,-3.2],[1.5,-81.6],[0.8,-3.3],[1.4,-9.3],[0.8,-12.8],[1.9,-5],[0.6,-1.7],[1.2,-3.1],[0.6,-0.2],[0.2,-2],[1.1,-2],[2.2,-18.2],[1.2,-8.2],[1.9,-65.6],[0.5,-2.3],[0.8,-3],[0.5,-8.7],[2.42,0],[1.6,-18.8],[1.5,-115.4],[1,-9],[1.9,-63.4],[3.1,-6],[1,-2.7],[1.3,-70.7],[0.6,-1.6],[1.9,0.8],[0.5,-3.9],[0.9,-2.7],[0.5,-15.2],[0.4,-13.7],[0.3,-15.2],[2.1,2.4],[1.7,-1.5],[1.6,-117.6],[2.7,-15],[1.41,-7.6045],[0.9,-3.6],[2,-57.3],[1.5,-123.6],[1.5,0],[1.2,-3],[2.1,-64.7],[1.3,-2.1],[0.7,-13.9],[1.4,-97.4],[0.8,-3.8],[1.6,-102.3],[0.4,-16.1],[1.2,-14.9],[0.8,-1.5],[1.7,-10.5],[0.9,-1.6],[0.5,-2.5],[1.3,-7.1],[2,0],[0.8,-9.8],[0.6,-2.3],[0,-3.7],[0.7,-19.5],[0.9,-2.8],[0.4,-1.8],[1.1,0],[0.6,-2.2],[2.1,-11.6],[1.7,-14],[0.8,0],[0.6,-1.2],[0.9,-1.2],[0.8,-2.5],[0.6,-6],[1.3,0],[1.5,-27.8],[1,-7.1],[0.9,-7.1],[2.7,-6.9],[1.3,-20],[5.2,-28],[1.5,0],[0.3,-12.1],[1.1,0],[0.7,-11.1],[1,-10.8],[2.4,0],[1.3,-19],[0.5,-1.8],[1.6,-2.6],[0.4,-2.8],[1.2,-19.5],[1.5,-94.2],[0.6,-4.9],[0.8,-6.3],[1.2,-2.5],[4.8,-14.5],[2.5,-7],[1.2,-19.8],[0.9,-3.8],[1.3,-10.7],[4,-10],[1.7,-2.3],[0.8,-2.7],[0.5,-2],[1.4,-3.2],[0.9,0],[0.9,-38.1],[1.8,-15.3],[0.9,-14.6],[1.2,-12.4],[1.5,-26.5],[1.63,-3.7452],[1,-3.7],[0.7,-1.3],[0.2,-14.6],[0.8,-12.7],[1.57,-8],[1,-19.3],[1.5,0],[1.2,-53.6],[0.4,-5.1],[1.68,0],[4.5,-91.7],[2.2,-8.5],[0.9,-9.1],[2.6,-3],[1.7,-6.5],[1.3,-1.7],[1.6,-2],[0.1,-6],[1.5,-46.2],[4.6,-69],[1.3,-30.9],[0.6,-7.4],[3.2,-2.5],[0.9,-12.4],[0.6,-2.1],[0.4,-10.5],[1.2,-15.1],[0.5,-1.9],[0.6,-1.8],[1.5,-10.8],[0.9,-2.6],[3.7,-61],[1.8,-2.4],[1.4,-2.9],[1,-26.4],[4.4,-68.3],[1.1,-10.9],[2,-33.1],[0.9,-59.3],[1.9,-33.7],[3.2,-49.5],[2.3,-3.6],[0.9,-19.4],[4.2,-272.4],[1.8,-3.8],[1.5,-62.3],[1.1,-10.8],[0.8,-18.6],[1.7,-1.4],[1.1,-61.2],[1.4,-90.5],[1.8,-59.4],[4.6,-107.5],[1.5,-16.8],[0.8,-16],[4.3,-42],[1.6,-12.3],[1.4,-7.2],[0.8,-5],[2.2,-20],[0.8,-19.9],[2.1,-52.5],[0.8,-3],[2,-73],[1.5,-33.3],[2.2,-20],[0.4,-5.6],[1.4,-37.5],[1.2,-17.8],[0.6,-3.5],[1.7,-15.1],[0.5,-5],[2,-45.1],[0.9,-18.6],[1.6,-29.5],[0.9,-2.2],[0.9,-2.4],[1.2,-2.4],[0.6,-3.5],[1,-6.1],[0.8,-67.5],[0.2,-9],[0.8,-10.6],[1,-18.2],[3.3,-7],[0.9,-2.7],[1.6,-66.5],[0.4,-8],[1.8,-5.9],[1.2,-132.6],[1.1,-11.8],[0.5,-2.4],[3.1,-41.7],[0.13,-8.6796],[0.4,-2.5],[3.1,-20],[1.3,-15.1],[4.9,-88.7],[4.5,-21.96],[1.5,-3.9],[1.2,-80.8],[0.9,-5],[1.1,-77],[2.1,-20],[0.7,-15.4],[0.6,-4.9],[0.5,-1.8],[1.9,-70.9],[0.6,-4.4],[1.7,-6.6],[1.6,-0.6],[4.7,-22.1],[2.2,-14.7],[1.2,-66.2],[1.8,-99.4],[5.8,-41.2],[0.5,-1.3],[2,-25.6],[1.9,-14],[0.9,-62.4],[1.3,-124.1],[2.4,-20],[1.7,-44.4],[1,-23.4],[0.6,-15.4],[0.7,-55.5],[1.1,-9.3],[0.6,-3],[1.9,-17.5],[0.5,-2.8],[2,-52.5],[1.2,-107.5],[5,-32.9],[1.2,-129.4],[4.2,-41.2],[3.8,-40.8],[2.4,-40],[0.4,-2.8],[0.9,-11.8],[1.5,-10.5],[2.4,-62.6],[1.3,-126.9],[1.4,-15],[0.7,-10.1],[1.6,-1],[0.9,-17.1],[1.2,-91.1],[1.9,-58.5],[5,-14.4],[0.9,-11],[0.22,-6.215],[0.7,-23.1],[1.9,-8.8],[1,-13.6],[1,-8.4],[1.5,-13.7],[0.8,-10.1],[0.9,-5],[2.1,-42.3],[1.6,-42.1],[0.9,-2],[5,-45.3],[0.2,-3.9],[0.7,-15.3],[0.9,-20.9],[1.6,-80.1],[1,-2.3],[1.1,-2.3],[1.4,-10.5],[1.09,-8],[0.6,-2.2],[1.1,-7.3],[1.1,-10],[2.1,-21.6],[0.3,-5.7],[0.4,-9.6],[0.9,-3],[1.5,-11.7],[2.4,-24.1],[1.1,-5.9],[0.8,-22.9],[0.3,-1.1],[1,-0.5],[0.8,-1],[1.6,-5],[2.9,-53.2],[1.6,-12.8],[1.75,0],[1.4,-14.4],[2.5,-12.5],[2.8,-26],[1.2,-4],[1.8,-1.2],[1.2,-21.3],[1.5,-3],[1.2,-12.1],[1,-8.2],[1.6,-44.9],[1,-0.9],[1.6,-15.8],[0.6,-2.5],[1.2,-6],[1.7,-8.8],[1.1,-13.8],[1.3,-29.5],[0.7,-21.4],[2,-95.8],[0.9,-2.9],[1,-2.5],[0.02,-3.832],[0.8,-10.5],[1.6,-130.6],[2.4,-39.9],[2.3,-86.5],[1.7,-9.7],[1.4,-8.1],[0.2,-6.4],[1.3,-30.8],[0.8,-8],[0.6,-2.8],[1,-2.1],[0.8,-9.2],[2.1,-133.7],[1.2,-9.5],[1.5,-4.7],[4.7,-51.2],[1.4,-13.5],[0.6,-4.8],[1.4,-66.7],[1.3,-1.6],[1,-12.5],[1.5,-63.5],[2.4,0],[1.4,-3.7],[1.4,-13.1],[0.9,-14.5],[0.8,-6.1],[0.9,-4.8],[1.6,-10.1],[1,-20.7],[1.7,-5.5],[1,-2.6],[4.5,-116.1],[4.5,-10],[1,-2.2],[1.2,-9.7],[1.7,-14],[1.3,-2.3],[2.6,-127],[1.9,-30.5],[1.1,-19.2],[0.9,-11.7],[1,0],[5,-29.2],[0.6,-14.3],[1.6,-10.4],[1.3,-39.8],[1.3,-61.3],[1.3,-3.6],[0.6,-3.8],[1,-1],[1.5,-129.4],[0.6,-1.2],[1.6,-6.7],[2.1,0],[0.78,0],[2.7,-63.3],[1.4,-65.4],[1.4,-2],[5,-35],[0.9,-90.7],[0.5,-0.5],[1.3,-115.3],[0.5,-2.9],[1.6,-77],[2.1,-3.3],[2.1,-96.3],[0.5,-2.7],[1.7,-122.3],[1.5,-6.7],[1.7,-3.6],[1.1,-121.8],[0.1,-9.5],[2.8,-5.8],[1.4,-16.2],[0.9,-3.5],[0.8,-4.9],[1.2,-17.5],[0.7,-4.6],[2.4,-131.3],[1.1,-54.6],[0.6,-19.5],[1.5,-9.3],[1.3,-1.4],[1.2,-2.4],[0.3,-14.5],[2,-12.2],[0.6,-12.2],[2.1,-130.9],[0.9,-2.5],[0.5,-16.8],[0.7,-10],[0.8,-10.5],[1.2,-10.9],[0.6,-0.9],[0.6,-2.2],[4,-4],[0.7,-1.6],[5.5,-19.8],[1.3,-1.1],[1.4,-9],[1.5,-24],[2.8,-0.1],[0.8,-10.9],[0.9,-2.3],[1.8,-0.1],[4,-50.2],[1.49,-15.9846],[1.5,-6],[2.7,-16.9],[1.9,-2.6],[1.8,-111.2],[0.9,-11.1],[1.4,-79.7],[1.8,-2.2],[2,-74.5],[0.9,-1.1],[0.4,-9.2],[1.1,-45.1],[0.5,-2.8],[1,-2.5],[1.3,-39.4],[0.8,-6.6],[2.6,-13.1],[0.8,-14.6],[1.3,-2],[1.1,-17.6],[1.9,-35.5],[2.8,-16.3],[0.1,-2.4],[2.7,-4.3],[0.1,-5.4],[0.67,-7.4674],[2.3,-8],[0.2,-2.6],[1.1,-17.7],[1.12,-16.2745],[3.6,-77],[1.2,-123.3],[2,-8],[0.6,-2],[1.3,-13.3],[0.8,-5.4],[1.6,-5.9],[0.5,-1.5],[1.3,-28.5],[1,-91.4],[0.5,-7.8],[0.8,-2.9],[1,-122.7],[1.6,-9.3],[0.8,-5.5],[5.7,-60],[5.2,-8.3],[2.3,-0.7],[0.5,-2.3],[1.3,-12.2],[0.7,-3.4],[3,-41],[1.6,-4.8],[1.7,-3.5],[0.7,-3.7],[0.7,-2.3],[0.3,0],[1.5,-5.8],[1.1,-2.4],[1.1,-14],[2.1,-4.1],[0.2,-13.7],[0.1,-5.3],[1.9,-2.5],[1.4,-69.9],[1.1,-19],[4.5,-10],[0.5,-3.7],[1.5,-7.4],[1,-2.6],[1,-13.3],[0.5,-4.1],[0.9,-15.9],[1.5,-14],[0.4,-2.8],[1.1,-113.2],[0.5,-4],[1.2,-12.7],[1.2,-8.6],[2.3,-12.1],[1.5,-20.9],[1.2,-123.8],[1.2,-3.5],[1.2,-1.1],[4.1,-59.8],[1.2,-35.1],[4.3,-103.5],[1.3,-12],[0.8,-14.1],[1.5,-17.1],[2.2,-42.3],[0.8,-3.1],[2.9,-133.5],[1.2,-3.9],[0.9,-9.7],[1.2,-64.8],[4.8,-65.6],[4.7,-52],[1.1,-10.8],[1.9,-12.4],[1.6,-20.3],[1.6,-1],[0.9,-12.5],[1.2,-13.3],[6.5,-28.9],[1.7,-75.8],[0.4,-7.7],[0.6,-5],[0.5,-12.5],[0.5,-4.7],[1.5,-9.3],[4.5,-35],[1.4,0],[1.4,-11],[1.8,-5.5],[4.8,-111.22],[4.9,-57.5],[2.4,-202.2],[2.1,-3.5],[0.8,-2.9],[0.8,-3.1],[2.1,-21.2],[0.6,-3],[2.1,-15.1],[2.5,-8.5],[2.8,-1.5],[0.9,-2.5],[0.3,-1.8],[2.3,-107.1],[0.4,-2.2],[1.7,-3],[1.2,-2.3],[4.6,-69.3],[0.2,-19.3],[5.5,-35],[0.5,-5.6],[4.6,-35],[4.5,-44.9],[0.8,-15.9],[4.9,-34.65],[0.6,-15],[4.7,-48.3],[1.6,-103.4],[4.7,-35],[1.9,-11.9],[1.8,-20.2],[5.4,-10],[2.1,-60.9],[0.61,-14.2349],[1.8,-1.3],[0.5,-3.3],[0.8,-4.5],[0.8,-4.6],[1.4,-104.4],[1.7,0],[1.2,-3.5],[1,-5.3],[0.8,-9.6],[2.7,-25.5],[1,-2.6],[0.6,-4.2],[1,-14.7],[1.1,-114.5],[1.8,-1.3],[0.3,-5],[1.7,-59.2],[2.4,-1],[0.8,-13.9],[1.2,-110.5],[3.05,-8.9658],[1.2,-50.2],[1.6,-4.7],[0.6,-13.4],[1.6,-11.4],[1.9,-4.8],[1.3,-4.6],[0.4,-3.7],[0.6,-3],[1.6,-10.3],[1.1,-6.5],[1.2,-11.3],[1.1,-108.1],[1,-10.4],[1.5,-3.5],[0.5,-2.7],[0.7,-15.7],[1,-0.8],[0.9,-2],[0.5,-2.6],[1.4,-1.9],[1.59,0],[4.8,-163.8],[0.5,-15.4],[0.9,-8.3],[1.1,-4.8],[0.9,-3.5],[2.8,0],[2.5,-64.6],[0.5,-18.2],[1.4,-13.5],[0.3,-7],[0.6,-2.5],[4.6,-183.16],[1,-10],[0.9,-3.9],[0.1,-7.1],[0.2,-15],[1.2,-6.1],[4.6,-76.8],[1.5,-72],[1.3,-115.4],[0.2,-16],[0.3,-0.6],[1.9,-2.2],[0,-2.1],[1.1,-114.8],[1.1,-6.8],[1.8,-25.3],[0.3,-5.8],[4.4,-24.6],[0.6,-19.4],[1.3,-6.8],[1.9,-3.4],[1.9,-106.4],[4.8,-6.3],[1.2,-38],[2.2,-3.9],[0.9,-3.8],[1.3,-36.6],[2.3,-107.6],[2.4,-47.7],[0.7,-9.1],[0.4,-2.3],[0.6,-0.6],[1.1,-7.3],[0.6,-7.8],[0.6,-14.6],[5.3,-32.8],[1.65,0],[0.6,-0.5],[1.2,-117.3],[4.7,-33.7],[1.2,-12.6],[3.5,-0.6],[0.8,-10.2],[3,-12],[1,-1.9],[1,-7.1],[1.2,-17.2],[1.6,-35.2],[0.7,-7.5],[0.7,-3.6],[0.6,-4.4],[0.9,-3.6],[0.5,-1.8],[0.3,-7.8],[-0.1,-2.8],[0.8,-3.5],[0.7,-13.6],[2.1,-9.5],[1.5,-14.8],[1.2,-6.8],[5,-10],[1.3,-0.8],[4.8,-27.2],[1.9,-0.5],[1.4,0],[1.1,-1],[1.8,-6.1],[1.1,-1.6],[1.5,-1.7],[0.2,-0.1],[1.1,-13.9],[1.4,-111.1],[1.8,-107.1],[4.7,-10],[2.1,-6.8],[0.7,-1.4],[4.9,-28],[2.1,-15.1],[1.1,-1.7],[0.5,-1.9],[2.2,-135.5],[2.9,-10],[4.3,-30.5],[0.8,-18.5],[0.9,-6.7],[0.5,-16.1],[1.3,-0.1],[2.2,-4.8],[0.9,-7.6],[0.4,-10.6],[1,-14.8],[2.6,-12.4],[1.2,-12.2],[1,-12.7],[0.4,-13],[0.9,-1.7],[0.5,-12.9],[1.2,-127.5],[0.3,-12.7],[1,-14.6],[1.5,-12.4],[2.2,-9.1],[2.2,-12.9],[1.4,-15],[0.5,-12.6],[0.7,-12.9],[1.1,-13.9],[1,-11.9],[1.1,-11.3],[1.7,-12.5],[2.1,-12.9],[2.3,-13.3],[4.7,-13.1],[3,-14.5],[2.2,-12.9],[2.2,-12.4],[2.1,-13.8],[2,-14],[2.4,-12],[2.4,-12.6],[2,-12.3],[1.9,-12.3],[1.6,-12.7],[1.2,-12.1],[1.5,-13.2],[1.6,-13.3],[1.8,-14.5],[1.6,-14.3],[1.7,-12.6],[1.4,-12.6],[1,-13.8],[1.1,-13.9],[1.1,-15.9],[1.7,-13.9],[1.1,-13.2],[0.8,-7],[1.2,-14.2],[1.8,-11.4],[2.4,-12.2],[1.4,-13.4],[1.7,-11.2],[1.9,-12.4],[1.8,-10.8],[1.7,-80.4],[1.4,-11.4],[1.6,-8.2],[1,-13.7],[2.1,-11],[1,-11.7],[1.9,-11.9],[5.5,-10],[1.3,-12.8],[1.2,-13.3],[2.2,-9.3],[1,-14.8],[2.3,-12.2],[1.3,-13.4],[1.1,-8.7],[1.3,-11.3],[0.9,-15],[1.2,-13.2],[1.1,0],[0.5,-12.8],[1.3,-11.8],[1.9,-12.7],[1.9,-9.5],[2,-12.5],[0.7,-10.1],[0.5,-14.6],[0.7,-12.3],[1.3,-11.8],[1,-14.3],[1.9,-9.6],[0.9,-2.8],[1,-13],[1.2,-13.7],[0.8,-14.5],[0.6,-13.8],[1.3,-12],[1.5,-13.1],[1.2,-11.5],[0.9,-13.2],[0.9,-13.3],[1.2,-12.2],[1.3,-14.2],[1,-12.6],[1,-14.6],[1,-12.1],[0.8,-13.8],[1.6,-12.4],[2.3,-103.1],[0.5,-11.8],[0.6,-12.9],[1.4,-10.7],[3.2,-5],[0.6,-7.1],[0.5,-12.8],[1.6,-13.2],[2,-11.9],[1.3,-13.5],[1.6,-12.2],[1.2,-11.7],[0.5,-12.7],[0.9,-11.6],[0.9,-14.4],[1.6,-9.8],[1.2,-13.8],[0.8,-13.4],[1.4,-9.8],[2.2,-12.4],[0.7,-14.1],[0.8,-12.4],[0.7,-12.5],[0.4,-13.8],[0.4,-13.8],[1.5,-12],[0.7,-7.1],[0.6,-13.9],[1.1,-11.9],[1.5,-11.5],[1.6,-12.1],[0.9,-12.3],[1.2,-12.5],[0.9,-12.7],[1.8,-13.3],[0.5,-13.5],[0.4,-15],[0.7,-9.5],[0.9,-12.2],[1.4,-11.4],[1.9,-11.4],[2.2,-12.5],[1.5,-10.4],[0.6,-3.7],[0.4,-13],[0.5,-13.5],[0.8,-13.6],[0.4,-13],[1.1,-13.9],[1.4,-13.5],[0.5,-14.7],[0.7,-13.2],[1,-13],[0.7,-7],[1.1,-11.5],[1,-12.7],[0.5,-14.2],[0.5,-14.2],[0.4,-14.3],[0.8,-2.4],[0.5,-12.5],[1.3,-14.5],[0.8,-11.5],[0.3,-12.7],[0.4,-1.1],[0.7,-17.9],[0.6,-13.9],[0.8,-13.5],[4.5,-122.1],[1.7,-14.3],[0.9,-15],[2.1,-14.1],[1.8,-15.5],[0.6,-11.2],[1,-6],[0.7,-9],[1.4,-13.6],[0.3,-5.2],[0.7,-14.4],[1.2,-2.8],[1.7,-13.3],[2.2,-12.9],[2,-12.6],[1.5,-12.6],[2.1,-12.3],[2.8,-11.1],[1.4,-13],[0.8,-14.1],[0.7,-16],[1.1,-6],[1.1,-1.6],[0.8,-9.9],[1,-13.1],[1.8,-3.6],[0.8,-1.6],[1.7,-12.4],[0.8,-12],[0.7,-13],[1.1,-78.1],[0.6,-11.6],[0.8,-12.4],[0.9,-0.9],[1.1,-11.5],[1.1,-6.2],[0.6,-12.1],[0.6,-13.5],[0.1,-13.1],[0.3,-11.7],[0.6,-13.7],[0.5,-15.1],[0.3,-15.6],[0.9,-12.9],[1.7,-12.3],[2.4,-81.6],[0.8,-12.7],[1.7,-16.6],[1.1,-12.4],[0.9,-13.8],[0.7,-21],[0.3,-15.2],[0.7,-13.3],[1.2,-13.4],[1,-14.8],[0.6,-12.7],[0.8,-11.8],[1.1,-12.4],[0.7,-5.6],[0.3,-12.9],[0.9,-11.9],[1.2,-14.7],[1.2,-14.9],[0.5,-2.1],[0.3,-12.6],[0.9,-13],[0.8,-13],[0.6,-8.4],[0.7,-16.8],[1.5,-13.4],[1,-13.6],[1,-12],[1.2,-13.7],[1.2,-13.1],[0.4,-12.2],[1.5,-11.5],[2.4,-12.2],[1.7,-12.6],[1.3,-11.9],[1.7,-10.1],[0.8,-8],[0.3,-17.5],[0.6,-6.9],[-0.2,-12.6],[1.6,-3.2],[0.6,-11.5],[1.1,-13.3],[1.7,-12.3],[1.6,-12.2],[1,-12],[0.6,-15.2],[0.7,-14.7],[0.6,-13.2],[0.3,-7],[1.2,-12.6],[0.9,-10.9],[1.6,-12.1],[1,-14.1],[0.7,-9.9],[0.9,-11.7],[1.3,-13.6],[0.8,-12.1],[1.2,-11.9],[1.6,-12.5],[0.3,-7.1],[0.4,-12.3],[0.2,-12.7],[1.6,-24],[0.3,-13.1],[0.7,-12.1],[0.8,-11.9],[0.5,-12.2],[2.7,-11.8],[2.2,-12.3],[2.3,-14.6],[1.5,-12.5],[1.7,-13],[0.8,-11.7],[0.8,-8.9],[0.8,-17.6],[0.7,-13.4],[0.9,-1.9],[0.3,-13.5],[1,-3.7],[1,-17.3],[0.9,-12.5],[0.7,-10.9],[1.1,-12.4],[0,-13.1],[1.9,-10.1],[0.2,-7],[1.2,-15],[0.2,-13],[0.3,-13.3],[0.3,-15.5],[0.3,-9.4],[0.8,-14],[2.1,-64.2],[0.5,-12.8],[1.1,-12.4],[0.6,-12],[0.9,-13.2],[0.8,-13.3],[2.5,-10.2],[2.5,-11.5],[0.5,-13.2],[1.1,-12],[0.9,-11.7],[0.6,-12.7],[1.6,-13],[0.8,-14.9],[0.8,-14],[0.6,-13],[0.3,-12.2],[0.91,-7],[0,-11.9],[1,-10.7],[0.3,-12],[1,-12.8],[0.7,-13.2],[0.6,0],[1.8,-11.6],[1.8,-17.5],[1.2,-3.1],[1.8,0],[1.3,-14.6],[1.1,-12.8],[1,-11.4],[0.7,-13.7],[0.3,-14.7],[1.4,-12],[0.8,-14.8],[0,-12.7],[0.6,-14.1],[1.3,-10.6],[0.8,-12.6],[0.3,-12.2],[0.1,-12.1],[1.5,-2.4],[0.1,-14],[1,-11.7],[0.8,-9.2],[1.4,-11.9],[0.1,-11.7],[2.3,0],[0.2,-12.2],[1.2,-9.5],[1.8,-11.6],[0.7,-13.4],[2.3,-120.3],[1,-14],[0.8,-12.3],[2,-11.2],[1.8,-12.8],[1.9,-11.3],[4.3,-5],[1,-13],[1.1,-10.9],[0.7,-11.3],[0.7,-14.3],[0.9,-3.9],[1.2,-13.2],[0.4,-12.3],[1.9,-10.4],[0.6,-14.5],[1.2,-10.9],[3.4,-22.6],[0.8,-11.9],[0.8,-7.5],[0.7,-5.4],[2,-13.3],[1.2,-3.1],[0.5,-12.1],[0.9,-12.1],[0.4,-2.8],[0.7,-12.3],[1,-13.5],[0.6,-13.6],[0.4,-0.1],[0.4,-12],[2.6,-15.3],[1.3,-11.9],[0.5,-15.8],[0.9,-12.1],[0.1,-12.8],[0.8,-10.6],[2.1,-11.8],[0.1,-12.1],[1.3,-12.3],[0.9,-11.7],[0.8,-12],[0.3,-13.4],[0.9,-11.7],[0.5,-13.1],[1,-13.1],[0.3,-12.4],[0.4,-12.7],[0.2,-11.8],[0.6,-11.8],[1.7,-10.4],[1,-12.6],[0.6,-12],[0.8,-11.9],[0.6,-12.5],[0.3,-11.8],[0.7,-12.1],[1.7,-10.3],[0.9,-11.6],[0.9,-13.2],[1.2,-8.8],[1.1,0],[1.3,-9.2],[0.5,-12.6],[0.7,-7.1],[0.9,-11.9],[0.2,-0.4],[0.9,-12.1],[1.4,-117.2],[0.6,-3.1],[1,-11.8],[1.3,-10.1],[0.4,-12.5],[1.1,-14.2],[2.2,0],[1.6,-10.3],[0.6,-12.3],[1.3,-12.3],[1.3,-12.6],[0,-14.4],[1.4,-0.1],[1.3,-12],[1.8,-12.9],[0.8,-12.7],[0.3,-13.3],[0.5,-14],[1,-6.8],[0.5,-13.1],[0.7,-13.7],[0.8,-14.8],[0.6,-11.7],[1.2,-12.3],[0,-14.8],[0.5,-12.6],[1.3,-16.5],[0.6,-11.7],[0.8,-10.6],[0.4,-14.2],[1.1,-82],[1.4,-2.5],[0.6,-12],[0.5,-5.1],[0.9,-11.1],[2.81,-5.7994],[1.1,-13.6],[1.2,-2.5],[0.9,-12.7],[1.05,-5.2136],[0.5,-15.2],[0.9,-7.8],[1.7,-5.1],[1.6,-1.5],[1.75,-6.3506],[2,-7],[0.83,-6.859],[0.9,-12.7],[0.7,-11.8],[0.9,-1.7],[2.13,-11.4547],[1.3,-13.8],[0.7,-15.9],[0.6,-12.3],[0.8,-15.1],[1,-13.1],[1.4,0],[0.9,-13.8],[0.4,-15.4],[0.1,-11.7],[0.93,-7.0272],[0.8,-13.9],[0.6,-3.3],[0.7,-12.3],[0.11,-6.1045],[0.1,-12.4],[0.6,-17.3],[0.1,-4.1],[0.6,-11.8],[0.9,-3.2],[0.6,-12.4],[0.5,-3],[1.2,-12.2],[0.6,-10.8],[1,-15.5],[1.2,-13.2],[1.9,-7.5],[1.6,-12.3],[0.5,-13.2],[0.7,-12.8],[0.9,-19.6],[1.3,-10.5],[1.4,-12.8],[1,-11.4],[0.9,-6.4],[2.6,-60.1],[0.8,-12.3],[0.7,-11.9],[0.6,-9.7],[0.3,-14.1],[0.5,-12],[0.6,-1.8],[0.9,-2.2],[2.1,-87.4],[0.6,-12.5],[0.4,-11.8],[1.19,-3.4459],[0.42,-8],[0.4,-10.7],[0.4,-6.6],[0.5,-12.3],[0.6,-10.4],[1.2,-11.1],[0.9,-11.7],[0.8,-18.4],[1.3,-9.4],[1.3,-2.6],[0.6,-9.2],[2.2,-1.9],[1.1,-12.1],[0,-12.6],[0.3,-13],[1.1,-10.6],[1.1,-11.6],[2,-4.8],[1.2,-11.1],[1.7,-3.3],[0.5,-11],[0.9,-20],[3.6,-20],[0.1,-11.5],[0.4,-12.4],[0.6,-11.8],[0.9,-12.7],[0.8,-12.8],[1.5,-3.1],[2.68,0],[1.3,-2.5],[1.8,-11.5],[0.3,-11.5],[0.5,-10.4],[0.9,-13.3],[2.9,-19.5],[0.3,-9.8],[0.94,-5.0022],[0.4,-11.6],[0.8,-11],[0.5,-11.2],[1.17,-16],[4.8,-86.61],[0.6,-4.3],[0.3,-11.9],[2.7,0],[0.7,-11.4],[0.5,-12.2],[0.8,-4.6],[1.9,-11.5],[0.5,-12.6],[2,-11.4],[1.9,-14.2],[1.3,-10.8],[0.5,-12.3],[0.7,-11.4],[0.8,-14.5],[2.6,-87.3],[0.8,-4.3],[0.9,-1.7],[0,-6.6],[0.6,-10.6],[0.6,-12.2],[0.3,-8.4],[0.5,-10.5],[1.4,-9.6],[0.1,-13.2],[0.2,-12.8],[0.2,-12.9],[0.3,-12.5],[2.1,-17.5],[1.5,-11],[1.9,-112.4],[1,-9.6],[0.3,-10.6],[0.6,-11.6],[1.2,-12.7],[0.3,-10.3],[1.5,-18],[0.9,-11.8],[0.6,-13.6],[0.7,-12.3],[0.9,-10.5],[1,-12.3],[0.8,-11.7],[-0.1,-9.9],[0.8,-18.9],[1.1,-2.4],[1.1,-2.8],[1.3,-11.2],[1.7,-18.8],[0.4,-12.7],[0.4,-11.7],[0.1,-2.6],[0.7,-9.6],[1,0],[0.5,-12.9],[1.4,-10.4],[0.6,-5.5],[0.6,-1.4],[0.5,-12.4],[0.8,-3.8],[1.7,1],[1.1,-11.7],[1.2,-114.7],[4.6,-110.26],[0.6,-10.7],[0.9,-2.5],[1.7,-11.7],[0.6,-4.5],[0.4,-14.2],[1.1,-36.6],[0.5,-10],[3.4,-83],[1.3,-132.5],[1.3,-100.4],[1.1,-12.9],[1.6,-11.2],[0.7,-14.6],[1.5,-2.7],[1.6,-58.5],[0.3,-9.9],[1,-10.4],[2.34,0],[0.6,-14.1],[0.6,-13.3],[1,-10.6],[2.1,0],[0.9,-14.3],[2.3,-168.2],[4.9,-22.69],[0.9,-12.1],[0.96,-11.0294],[1.1,-11.1],[0.6,-13.4],[1.53,-10.2552],[1.21,-14.1667],[1.4,-18.9],[0.5,-13.2],[0.6,-15.4],[1,-15.5],[1.4,-10.5],[0.7,-10.9],[0.5,-11.2],[2.65,-5.8701],[0.7,-12.4],[0.6,-2.6],[1.6,-4.6],[0.4,-14.5],[0.8,-63.1],[1.3,-2.2],[0.5,-11.7],[0.5,-2.1],[0.5,-13.1],[2.1,-38.7],[1.1,-12.3],[1.5,-9.6],[0.5,-12.2],[1.2,-13.7],[1.1,-10.4],[4.3,-36.18],[0.9,-12.9],[0.4,-13.2],[1,-14.8],[0.8,-11],[0.6,-2.6],[4.5,-35.11],[1.9,-10.8],[0.3,-10],[0.5,-11.5],[1.3,-14.1],[1.1,-100.2],[0.9,-4.1],[1.7,-10.8],[1.7,-12.5],[0.6,-2.4],[0.9,-3.8],[1.3,-7.7],[2,-2.3],[2.4,-25.7],[1.4,-37.9],[0.9,-2.4],[0.7,-14.3],[0.3,-9.8],[0.5,-16.6],[0.2,-9.5],[0.4,-11.1],[1.6,-17],[0.6,-1.4],[0.4,-10.8],[1.7,-50],[2.1,-13.2],[0.4,-2.8],[0.4,-8.4],[1.4,-121.8],[1.2,-11.5],[0.3,-11.9],[0.6,-1.1],[0.4,-2.4],[0.5,-1.3],[1.4,-12.2],[3,-11.2],[0.5,-9.5],[0.5,-12.4],[0.5,-9.9],[1,-2.2],[1,-78.9],[0.7,-13.2],[1.5,-7.5],[2.1,-10],[1.2,-12.3],[1,-4.8],[0.3,-12.8],[0.6,-12.1],[0.99,-16],[1.7,-5.2],[1.6,-3.2],[1.5,-0.5],[1.3,-8.3],[1.8,-9.1],[0.9,-14],[1,-8.1],[1.8,-3.3],[0.6,-3.8],[0.8,-12.4],[0.9,-11.1],[0.8,-6.6],[0.7,-14.8],[1.82,-5.5094],[0.5,-12.6],[1.2,-3.1],[1.7,-2.1],[0.5,-4.9],[0.5,-12.4],[0.96,-16],[-0.2,-10.2],[2.7,-6.9],[4,-35.05],[4.7,-10],[2.3,-12.1],[2.5,-10.6],[0.8,-10.4],[0.1,-12.4],[0.5,-6.8],[1.3,-10.2],[0.4,-13],[0.9,-12.6],[1.1,-74.1],[0.3,-13.7],[1.8,-24.3],[0.3,-12.1],[1.3,-2.3],[2.4,-84.6],[0.6,0],[0.9,-11.6],[-0.1,-1.4],[1.2,-2.3],[0.6,-13.5],[0.5,-6.3],[0.8,-14.4],[1.3,-9.9],[1.5,-12.2],[0.4,-11.5],[1.3,-8.3],[1.39,-12.6328],[2.6,-2.5],[0.4,-11.2],[1.9,-17],[0.6,-5.2],[0.8,-2.7],[0.8,-10.4],[0.5,-13.7],[0.6,-6],[1.1,-11.8],[1.2,-11.3],[2.7,-25],[0.8,-0.9],[0.8,-12.9],[1,-10.5],[0.9,-6],[1,-10.8],[1.9,-11.2],[1,-9.3],[0.6,-11.1],[2.1,-3.7],[0.7,-14.3],[0.9,-11.3],[1,-13.5],[1.6,-14.5],[1.8,-11.7],[1.9,-4.9],[0.2,-14.3],[0.3,-14.2],[1.1,-5.3],[0.7,-21.5],[0.9,-11.9],[0.4,-2.2],[2.1,-9.5],[2.1,-3.9],[1.1,-2.5],[2.1,-5.2],[2.3,-10.1],[0.5,-1.9],[0.6,-15.4],[1.5,-11.8],[1.3,-8.9],[0.2,-14.3],[0.5,-4.4],[1.5,-6.6],[0.7,-6.2],[1.7,-1.3],[1.4,-4.8],[0.3,-3.2],[1.5,0],[0.8,-14.5],[0.3,-2.6],[1.4,-9.4],[1.1,0],[2.3,-129.2],[0.8,-11.3],[1.3,-7.1],[1,-10.9],[1.8,-3.6],[4.6,-19.5],[2.7,0],[0.9,-2.2],[0.9,-2.8],[5,-49.01],[1,-9.7],[4.9,-58.63],[2.9,-7.4],[0.6,-1.2],[1.5,-11.9],[1.5,-2.3],[0.6,-15.5],[0.9,-5.7],[1,-6.5],[0.8,-10.9],[1.3,-14],[1.5,-11],[1.8,-2.8],[0.5,-8.5],[5.1,-36.94],[2.6,-8.1],[1.9,-18.8],[1.3,-2.1],[1.1,-2.8],[0.5,-13.4],[1.4,-17.7],[1.2,-19],[1,-26.4],[1,-10.6],[1.2,-2.6],[1.3,-11.6],[1.3,-12.3],[2.3,-8.8],[3.3,-16.7],[0.4,-14.1],[0.7,-8.7],[1,-16.3],[1,-14.2],[1.9,-0.3],[1.5,0],[1.1,-15.9],[0.7,-9.2],[1.7,-16],[0.3,-2.2],[1.1,-12.1],[1.3,-126],[1.22,-9.8148],[1,-12.4],[1,-10.4],[1.1,-10.9],[1.6,-0.1],[4.7,-49.99],[0.4,-8.8],[1.8,-6.2],[1.9,-13.4],[2.4,-8.4],[0.5,-21.6],[1.1,-13.3],[1.1,-117.9],[0.58,-5.4441],[0.34,-7.0821],[0.8,-5.1],[1.7,-43.6],[1.7,-12.8],[4.8,-59.55],[1.3,-11.4],[1.1,-10.7],[1.6,-22.5],[2.1,-96.2],[1.6,-1.2],[1.3,-7.7],[1.4,-11.7],[0.9,-2.9],[4,-21.6],[2.8,-12.1],[1.5,-7.2],[0.7,-8.1],[2.9,-61.1],[0.5,-3],[1,-5.8],[0.4,-2.1],[1.32,-11.3582],[1.5,-44.7],[1,-15.3],[1.4,-12.7],[1.3,-9.3],[2.2,-10],[0.97,-5.8575],[1.4,-3.5],[5.6,-14.41],[1.1,-11],[1.16,-2.6847],[1.1,-3.2],[0.14,-6.3614],[1.6,-21.9],[0.7,-5.3],[0.2,-3.8838],[0.02,-7.4981],[0.5,-15.9],[0.4,-15.6],[0.5,-16.7],[2.64,0],[2.1,-0.4],[1.6,-2.6],[0.4,-15.8],[1.7,-20],[1,-9],[3.4,-11.8],[1,-12],[1.2,-11.2],[1.1,-9.6],[0.3,-11.6],[0.6,-15.2],[2.6,-41.7],[2,-5],[1.7,0],[0.7,-10.4],[0.6,-6.4],[1.7,-7.6],[1.2,-12.5],[0.7,-4.9],[0.8,-2.7],[1.4,-1.9],[0.5,-2.7],[0.9,-5.7],[0.8,-2],[0.3,-0.4],[2,-57],[1.5,-9.1],[0.7,-18],[0.9,-3.8],[0.9,-12.5],[4.3,-9.86],[1.5,-13.1],[1.2,0],[1.2,-5.8],[1.9,-12.4],[2.1,-10],[1.7,-11.1],[0.7,-11.4],[0.6,-11],[1,-11.1],[1.6,-4.7],[1.5,-14.3],[1.7,-13.8],[0.6,-0.8],[0.6,-2],[0.7,-8.2],[0.7,-2],[0.5,-5.5],[1.2,-2.1],[1.8,-2],[4.8,-87.3],[0.27,-8.62],[0.8,-14.1],[1.3,-8.3],[0.6,-10.6],[0.8,-11],[2,-42.3],[1.2,-1.2],[1.2,-11.7],[0.9,-9.3],[1.2,-11.9],[1.1,-3.5],[1.9,-5.2],[2.1,-11.3],[1.5,-1.7],[1.58,-10.3758],[1.5,-11.4],[1,-6.2],[1.82,-4.7616],[2.8,-5],[2.4,-10.1],[0.5,-9.7],[1.3,-9.6],[0.6,-14.6],[0.5,-10.3],[0.5,-9.4],[1.27,-10.0336],[2.5,-74.5],[0.6,-14.2],[0.4,-14.8],[0.9,-1.9],[3.3,-33],[0.2,-6.8],[1.6,-5],[1,-3.5],[1.4,-11.9],[1.3,-9.3],[0.6,-1.6],[1.2,-1.4],[1.6,-7.8],[4.9,-71.9],[1.6,-14.9],[2.05,0],[1.8,-5.1],[2.1,-1.8],[0.9,-1.9],[0.9,-4.7],[4.9,-68.19],[4.6,-150.21],[2.1,-14.6],[2.2,-25],[1.2,-8.6],[1.16,-8.996],[1.7,-10.2],[4.6,-56.89],[3.5,-14.8],[1.7,-10.5],[1.7,-5],[1.9,-5],[0.4,-10.9],[1.6,-12.8],[2,-2.8],[2.3,-60.3],[2.6,-9.6],[1.5,-6.8],[1.4,-12.3],[2.1,-2],[1.3,-2.4],[1.7,-5.6],[1.9,-9.1],[0.6,-3.4],[1.1,-11.7],[1,-4.4],[4.6,-33],[0.4,-0.5],[0.9,-11.9],[1.5,-9.7],[0.8,-2.9],[1.5,-11],[1.2,-2.9],[2.2,-16.5],[1.3,-0.3],[0.5,-10],[1,-94.6],[1.3,-98.5],[2,-111],[0.9,-1.5],[1.5,-73.5],[1.1,-5.4],[0.8,-4.9],[2.83,-10.8729],[2.9,-13.8],[1.2,-2.3],[2.5,-9.3],[1.2,-16.4],[2.4,-6.9],[1.1,-14.4],[1.8,-89.3],[1.1,-11.5],[1.7,-4.8],[0.5,-1.2],[1.8,-3.6],[1.5,-4.2],[4.3,-91.16],[2,-3.8],[1.4,-62.5],[0.7,-3.7],[0.9,-3.9],[1.6,-2.9],[1,-8.3],[1.2,-3.5],[1.4,-10.1],[1,-17.6],[1.1,-12.5],[4.6,-77.65],[2.3,-10.2],[1.8,-9.5],[1.6,-6.7],[0.5,-1.6],[1,-13.8],[4.8,-73.46],[1.1,-2.1],[1.2,-19.9],[1.4,0],[2.1,-118],[1,-11.5],[2.3,-14.4],[0.9,-5.3],[1.1,-17.3],[1.5,-17.5],[1.25,-9.2966],[1.3,-8],[0.4,-2.8],[1.09,-11.2257],[1.4,0],[1.7,-0.6],[1.5,-6.7],[2.1,-72.5],[0.9,-0.6],[0.83,-3.0062],[2.3,-37.1],[0.9,-2.3],[1.6,-12.4],[1.5,-104.2],[0.9,-0.3],[2.2,-8.1],[1.1,-2.7],[2.3,-8.7],[1.5,-64.9],[1.4,-1.5],[2.5,-9.6],[2,-146.9],[1.2,0],[0.6,-12.7],[0.5,-1],[2.2,-87.4],[1.8,-17.8],[0.4,-0.9],[1,-3.1],[1.4,-3.3],[2,-7.6],[0.7,-2.9],[0.3,-1.6],[1.2,-12.2],[2.3,-96.4],[0.8,-4.3],[2.3,-5],[1.1,-14.4],[0.9,-16.5],[1.3,-83.5],[0.45,-6.7464],[0.77,-7.4758],[0.69,-6.7052],[0.55,-6.346],[2,-6.5],[1.3,-4.1],[0.83,-6.713],[0.42,-5.9159],[1.6,-10.8],[0.51,-4.9472],[0.16,-4.5895],[0.26,-3.9689],[0.31,-5.2482],[0.55,-5.4272],[0.68,-5.748],[0.34,-6.9248],[1.2,-0.3],[0.3,-5.9093],[1.3,-5.5],[0.49,-16.77],[0.57,-6.077],[0.11,-7.6027],[0.8,-5.8],[1.82,-9.1803],[1,-17],[1.4,-3.3],[0.86,-6.1875],[2.23,-11.6523],[1.3,-114.5],[0.7,-4.1438],[2.1,-5.1],[1,-6.1],[0.77,-5.9468],[2.2,-8.7],[0.5,-1.5],[2.3,-6.9],[4.7,-195.62],[0.7,-23],[0.63,-5.901],[0.8,-4.9],[1.6,-118],[1,-9],[0.7,-4.8],[5.1,-7.2],[0.6,-8.4],[1.4,-3.8],[0.9,-5.2],[1.9,-82.2],[2.9,-25.7],[1.21,-9.2345],[1.7,-6.8],[2,-2.6],[2.3,-2],[0.9,-2.2],[1.67,-11.7926],[1.8,-20.7],[1.5,-2.3],[1.4,-2.5],[0.7,-2.3],[0.5,-4.9],[2.2,-12],[2,-129.8],[0.78,-9.66],[1.4,-62.3],[1.9,-3.9],[1,-0.3],[1.7,-7.5],[1.4,-9],[1.2,-15.7],[4.6,-10.04],[3.3,-25.6],[1.9,-0.4],[1,-3.6],[2.5,-8],[1.6,-3.3],[0.6,-4],[0.9,-2.1],[2.3,-63.9],[1.3,-1],[1.4,-3.6],[0.7,-9.8],[0.67,0],[1.11,-8.1541],[1.5,-18.5],[0.5,-1.2],[1,-17.7],[1.1,-12.3],[1.5,-12.4],[1,-13.8],[0.1,-10.8],[1.6,-4.8],[0.6,-2.3],[4.5,-2.2],[3.9,-3.6],[3.4,-4.1],[3,-2.4],[1.6,-4.2],[1.4,-5.4],[1.4,0],[2,-1.3],[1.5,-1.4],[2.7,-1.1],[2.8,-1.1],[0.9,-2.3],[1.2,-1.6],[1.7,-1.1],[1.9,-1.3],[1.2,-4.7],[0.9,-3.1],[1.4,-0.7],[1.5,-0.9],[1.7,-1.8],[0.4,-2.3],[0.8,-3],[0.9,-0.5],[1,-1.6],[0.5,-1.8],[0.4,-1.2],[1,-0.5],[0.9,-2.2],[0.5,-4.1],[0.9,-2.3],[0.8,-1.1],[1.2,-3.6],[0.5,-2.3],[1.2,-1.5],[1.2,-3.6],[0.5,-2.7],[1.2,-2.3],[0.9,-12.8],[0.6,-0.8],[0.5,-1.3],[0.5,-1.9],[0.9,-3.3],[0.9,-3.1],[0.7,-1.5],[4.7,-28.08],[0.6,-1.7],[0.5,-1.8],[0.9,-2.2],[0.7,-0.2],[0.6,-3.3],[0.5,-1.6],[0.5,-2.3],[0.5,-1.8],[1.6,-79.4],[0.7,-4.1],[0.3,-3.9],[1,-1.6],[1,-2.6],[0.9,-4.5],[1,-13.3],[0,-6.8],[1,-3.8],[0.9,-4.4],[0.5,-7.9],[1.2,-4.1],[0.5,-5.6],[0.7,-13],[0.5,-4.4],[0.8,-1.2],[1.4,-2.7],[0.9,0],[0.3,-4.7],[2.2,-53.3],[0.09,-8.6345],[2.2,-1.9],[1.1,-2.9],[1.6,-20.6],[0.5,-2.4],[0.9,-3.7],[1.1,-3],[1.4,-3.6],[0.9,-2.5],[0.6,-5.8],[0.9,-2.1],[1.7,-1.4],[1.9,-0.1],[0.4,-2],[1.6,-3.9],[1.5,-10.7],[0.5,-4.1],[1.5,-8.5],[1.1,-4],[1.1,-5.3],[1.2,-3.4],[0.9,-3.6],[2.2,-51.3],[0.2,-13],[2,-41.3],[1,-11.4],[0.9,-1.9],[0.8,-4.5],[0.8,-1.8],[0.6,-1.8],[0.9,-2.6],[0.6,-2.6],[2,0],[0.5,-4],[0.5,-1.2],[1.4,-2.4],[0.9,-1.9],[1.64,0],[0.68,-7.1262],[0.5,-5.9],[2.3,-76.1],[1.3,-3.4],[1,-1.6],[1.6,-0.1],[1.7,-15.9],[1.9,-19.8],[0.6,-1.5],[3,-28],[1.6,-7.3],[0.4,-9.7],[0.7,-2],[0.5,-1.3],[0.6,-0.8],[1.6,-116.5],[2.1,-90.1],[0.9,-0.9],[4.7,-8.13],[1.05,-9.4541],[1.2,-3],[3.9,-17.79],[1.2,-0.7],[1.2,-3.8],[1,-4.9],[1.5,-1.3],[2,-101.7],[0.6,-3.3],[0.9,-0.3],[0.1,-7.8],[0.6,-8.3],[0.9,-3.4],[1.3,-62.7],[2.3,-1],[4.3,-63.37],[1,-1.1],[1.9,-15.3],[1,-6.3],[1.6,-93.5],[1.4,-118.9],[1.1,-3.6],[0.9,-2.6],[0.8,-4.7],[1.1,-7.4],[1.6,-5.8],[1.4,-1.5],[0.6,-2.4],[1.6,0],[0.8,-1.8],[0.4,-3.9],[2,-2.1],[2.2,-45],[1.3,0],[1,-12.4],[1.6,-13.2],[0.8,-3.3],[1.7,-13.6],[1.7,-1.9],[1.4,-14.5],[1.8,-3.5],[0.1,-18.7],[1.3,0],[1.1,-2.6],[2.3,-39.2],[2.8,-43.9],[1.8,-9.2],[0.5,-2.2],[1.7,-0.4],[1.9,-10],[1,-8.3],[0.4,-1.8],[0.5,-1.2],[1.4,-25.3],[1.1,-7],[1.3,-7.3],[1.1,-1.7],[1.6,-9.9],[0.9,-2.4],[1.1,-5.1],[0.8,-17.3],[1.5,-18],[0.6,-11.9],[1.5,0],[1,-12.6],[1,-16.4],[1,-0.1],[0.3,-3.1],[1.8,-8.9],[1.4,-73.1],[1.3,0],[0.9,-3.8],[0.2,-2.3],[2.1,-41.4],[1.2,-7.4],[0.5,-9.1],[1.3,-9.1],[1.6,-7.6],[2.3,0],[0.3,-4.4],[1.4,-105.5],[4.5,-10.19],[1,-15],[0.6,-11.9],[4.7,-95.85],[1.2,-6.8],[3.29,0],[0.4,-8.7],[1.9,-119.1],[1.5,0],[0.4,-12.3],[1.3,-10.5],[3.2,-60.1],[4.3,-9.92],[4.4,-3],[1.4,-121.5],[1,-1.8],[1.1,-14.2],[2.2,-6.3],[1.4,-9.1],[1.3,-5.7],[0.9,-4.8],[1.2,-19],[0.96,-7.4324],[0.1,-11.4],[0.9,-4.3],[4.5,-125.35],[0.6,-6.3],[2.6,-41.1],[0.3,-3.4],[2.2,-9],[1.5,-10],[0.6,-2.5],[0.6,-11.6],[1.2,-1.2],[1.8,-145.6],[0.2,-10.9],[0.8,-4.6],[0.2,-11.7],[1.2,-1.1],[2.1,-25.6],[0.5,-10.5],[4.5,-13.97],[1.2,-9.7],[1.5,-45.2],[0.5,-2.4],[0.98,-6.995],[0.3,-6.5],[1.2,-2.6],[1.3,-11.9],[0.9,-1.3],[0.9,-6.8],[3.1,-0.2],[0.85,-10.8505],[0.9,-16.5],[1.2,-8.2],[0.4,-8.3],[0.8,-4.3],[1.1,-3.3],[0.3,-11.4],[0.04,-8],[1.6,-127.6],[0.9,-3.8],[1.1,-59.7],[4.5,-42.04],[0.1,-11.1],[0.5,-2.2],[0.3,-11.9],[-0.1,-2.3],[0.6,-9.6],[1,-4.5],[0.6,-3.3],[2.2,-85.9],[0.9,-1.3],[0.6,-0.6],[3.1,-24.7],[4.3,-143.12],[1.9,-14.9],[0.9,-11.9],[1,-12.1],[0.7,-18.1],[0.7,-5.8],[0,-10.9],[0.3,-3.1],[2.5,-2.8],[0.7,-3.5],[0.5,-8.3],[0.51,-16],[0.7,-3.5],[1.7,-10.9],[0.6,-8.9],[1.4,-3.9],[1,-2.9],[4.2,-102.74],[0.9,-10.7],[1.4,-4.2],[0.9,-5],[1.3,-11.2],[3.1,-74.6],[1,-5.3],[1.1,-4.4],[2.3,-93.8],[0.5,-3.2],[0.4,-15.3],[0.3,-10.7],[0.4,-12],[0.6,-17.3],[0.7,-12.6],[1.2,-12.7],[0,-5],[2.4,-9.5],[1.7,-3.4],[0.3,-10.5],[0.6,-12.7],[2,-10.4],[0.5,-11.5],[0.7,-2.8],[1.8,-9.2],[0.9,-3.4],[1.6,-1.9],[2.3,-18],[1.7,-10.5],[1.1,-18.8],[0.6,-14.6],[0.8,-6.9],[0.6,-14.6],[0.6,-2.7],[1,-17.6],[0.24,-10.6875],[2.6,-4.7],[0.2,-12.7],[4.9,-9.95],[0.7,-2.4],[0.8,-7.2],[2.9,-178.6],[0.8,-10.9],[1.4,-9],[1.4,-11.8],[0.7,-10.8],[0.4,-10.2],[4.4,-94.08],[0.6,-9.9],[0.76,-12],[0.26,-16],[2.3,-5],[0.5,-2.3],[1.4,-10.3],[1.4,-123.8],[0.4,-7.2],[0.4,-12.3],[1.1,0],[0.8,-9],[1.7,-4.2],[0.1,-11.6],[2,-130.1],[0.5,-12.3],[0.3,-12.9],[0.9,-9.4],[1.3,-8.7],[0.7,-2],[0.7,-8.6],[0.7,-5.9],[0.3,-13],[1.5,-12.5],[0,-17.1],[0.7,-12.3],[0,-11.4],[0.26,-6.4466],[1.8,-91.8],[0.5,-18.3],[0.7,-9.3],[4.7,-17.5],[0.8,-4.4],[1.5,-7.2],[0.6,-9.6],[2.9,-11.2],[0.9,-17.8],[-0.3,-11.4],[0.2,-12],[3.6,-28.4],[2.3,-25.1],[0.5,-2.7],[3.4,-24.9],[1.4,-31.8],[0.8,-14],[0.2,-14],[1.7,-11.2],[1.4,-55.9],[0.3,-11.9],[1,-10.9],[1.2,-10.6],[1.2,-126.3],[4.4,-240.7],[0.7,-12],[0.9,-103.4],[0.7,-1],[1,-11.5],[2.6,-40.1],[3,-25],[2.6,-18],[1.1,-13],[0.6,-6.5],[4.8,-56.44],[1.2,-14.3],[0.9,-12.1],[0.9,-4.8],[1.7,-10.3],[0.1,-2.5],[1,-11.9],[1.1,-6.7],[0.8,-3],[2,-5.7],[0.8,-11.1],[1.9,-11.2],[1.9,-66.8],[2.1,-148.1],[0.8,-10],[0.9,-4.9],[1.4,-85.2],[0.7,-9.5],[1.4,0],[4.1,-51.57],[0.7,-13.9],[1.4,-11.6],[0.4,-17.6],[2,-9.5],[1.8,0],[0.5,-4],[1.8,-1.3],[1.5,0],[1.3,0],[1.9,-3.8],[1.1,-13.8],[1.6,-20.6],[0.3,-4.1],[1.3,-9],[2,-7],[1.1,-9.4],[1.4,-7.8],[1.3,-8.3],[1.9,-15.4],[0.7,-12.9],[0.1,-13.7],[1,-2.1],[0.1,-13.4],[0.8,-16.9],[0.8,-13.2],[1.1,-4.7],[1.3,-7.5],[3,-126.5],[0.8,-13.7],[1,-10.1],[1,-3.8],[4.4,-10],[4.4,-34.97],[2,0],[0.6,-13.7],[0.8,-18.8],[0.44,-7.2858],[0.4,-2.4],[0.6,-12.8],[2,-3],[0.4,-1.7],[2.1,-152.9],[1.4,-8.4],[0.7,-12.2],[0.9,0],[1.4,0],[1.9,-9.9],[0.5,-3.8],[4.7,-46.44],[1.6,-1.6],[1.9,-8.1],[-0.5,-4.2],[1.1,-6.1],[1.2,-4.5],[2,-0.1],[4.6,-37.72],[0.6,-12.5],[1.3,-1.4],[0.7,-12.2],[1.3,-8.7],[2.1,-23.7],[1,-2.5],[2.5,0],[1.2,-13.8],[0.5,-12.5],[2.4,-26.8],[1.1,-7.2],[1.2,-6.8],[0.4,-10.4],[2.8,-6.4],[0.6,-10.2],[0.3,-13],[2.1,-1.4],[0.4,-13.9],[1.4,-87.4],[0.7,-12],[1.1,-4.4],[0.3,-13.9],[1.2,-127.4],[0.7,-6.6],[1.7,-8.7],[3.5,-19.2],[0.3,-7.4],[0.3,-10.9],[1.4,-7.7],[1.5,-25.2],[1.5,3.4],[0.2,-6],[2,-9.7],[0.9,-8.4],[4.2,-161.93],[0.5,-4.2],[0.8,-63.2],[1,-10.6],[2.6,-25],[0.6,-2],[4.1,-170],[1.3,-108.1],[0.4,-12.2],[1,-23.3],[0.8,-2.1],[1.3,-2],[1.2,-22.8],[1.6,-2],[1.7,0],[0.95,-2],[0.6,-3.2],[1.1,-4.2],[1.8,-80.9],[0.8,-8.2],[1.3,-11.1],[0.7,-10.2],[2.1,-70.7],[0.6,-10.9],[1.4,-18.9],[1.7,-6.6],[1.9,-95.9],[0.5,-2.3],[1,-13.1],[1.2,-9.5],[1.6,-6.9],[0.6,-3.1],[1,-6.9],[1.2,-62.9],[0.6,-13.3],[0.7,-12.1],[4.6,-119.37],[0.4,-12.4],[1,-66.3],[1.2,-42.8],[1.79,-11.3175],[1.8,-65.8],[2.1,-91.4],[0.3,-10.2],[4.6,-31.86],[1,-11.1],[1.1,-8.3],[0.4,-10.7],[1.1,-10.6],[0.7,-9.8],[0.6,-11.5],[1,-15],[0.1,-4.3],[1.1,-103],[0.3,-11.6],[0.5,-1.6],[1.4,-127.6],[1.7,-13.2],[0.2,-9.6],[1,-0.9],[1,-11.2],[0.8,-10.4],[0.8,-12.3],[0.7,-15.7],[0,-15],[1.7,-10.5],[4.4,-61.5],[1.1,-11.4],[1.4,-15.8],[1.7,-52.9],[0.3,-10.9],[1.7,-5],[1.1,-13.8],[3.3,-52.1],[0.5,-2.5],[0.9,-10.3],[1,-3.4],[1.5,-3.6],[1.9,-9.7],[0.8,-19.2],[0.9,-9.1],[4.4,-10],[0.74,-8],[0,-11],[1.4,-36],[0.5,-10.3],[0.9,-9.3],[4.5,-28.76],[0.7,-4.9],[1.5,-3.1],[0.8,-3.4],[0.3,-11.5],[0.8,-11.4],[0.8,-6.7],[0.5,-11.8],[1.3,-117.3],[1.4,-34],[1.5,-13.7],[0,-14.8],[0.9,-3.4],[0.99,0],[1.1,-2.9],[1.8,-9.3],[1.7,-72.4],[1.6,-80],[1.9,-57.6],[1.8,-4.3],[0.8,-7.9],[5,-160.97],[0.5,-10.7],[1.5,-2.8],[0.8,-14.5],[1.6,-0.7],[0.7,-5.5],[0.9,-12.1],[1.2,-116.3],[1.8,-9.9],[1.1,-4.3],[0.5,-11.4],[0.4,-10.7],[1.7,-99.8],[0.7,-11.8],[0.2,-10.8],[1.1,-16],[2.5,-4.5],[2.2,-104.7],[0.6,-3.2],[0.4,-10.2],[1.1,-5],[0.4,-11],[1.6,-6.2],[0.28,-10.8725],[0.8,-14.9],[0.6,-12.5],[2.4,-122.4],[0.6,-5.1],[1,-8.7],[1.15,-6.5691],[1.2,-6],[0.6,-8.6],[1.2,-6.1],[1.07,-3.7677],[2.3,-6.3],[0.5,-9.8],[2,-12.9],[0.4,-6.8],[1.8,-2.9],[1.5,-34],[1.6,-9.2],[0.5,-12.4],[2,-9.6],[2.8,-14.7],[2,-22],[2.2,-13],[1.9,-14.4],[1.3,-79.7],[1,-13.3],[0.4,-9.2],[1.9,-2.2],[0.3,-9.9],[0.6,-4.1],[0.28,-7.1598],[5.2,-57.45],[1.4,-29.4],[0.8,-4.7],[0.6,-4],[1.1,-6.7],[1.13,-13.3256],[0.1,-2.3],[0.4,-1.3],[2.5,-6.5],[1.8,-7.1],[1.1,-4.4],[1.48,-7.6942],[0.2,-13.6],[4.9,-36.7],[0.5,-3.7],[1.5,-26.7],[0.1,-3],[3.6,-65.6],[1,-2],[1.3,-4.4],[1.2,-19.6],[0.9,-4.8],[1.1,-4.6],[2.2,-9.3],[1.3,-8.2],[0.4,-11.3],[4.9,-1.01],[0.2,-3],[0.2,-13.8],[1,-1.3],[4.5,-65.74],[0.6,-13.8],[0.9,-10.4],[0.8,-13],[0.4,-3.3],[1.4,-14.5],[1.9,-1.2],[1.6,-1.9],[1.1,-97.6],[1.4,-4.4],[1.1,-27.5],[1.1,-13.6],[2.8,-4.7],[0.5,-4.2],[1.25,-8.119],[1,-111.1],[0.7,-13.4],[0.5,-2.2],[0.2,-12.8],[2.4,-7],[1.4,0],[0.7,-15.2],[2.8,-8.3],[0.4,-16.6],[0.8,-4.7],[1.1,-7],[0.27,-10.0659],[1,-32.1],[2.7,-16.6],[1.9,-8.9],[1.3,-8.3],[0.99,-16],[0.5,-0.7],[-0.1,-10.6],[0.4,-10.1],[0.3,-10.6],[1,-7.6],[1.1,-2.4],[0.9,-7.8],[0.2,-11.2],[0.2,-10.5],[1.7,-7.5],[0.6,-2.9],[2.7,-38],[1.5,-19.7],[0.7,-0.5],[0.3,-12.4],[0.2,-2.1],[0.7,-9.9],[1,-5],[4.5,-180.17],[1.8,-7.7],[0.6,-11.7],[2.2,-0.1],[0.5,-11.7],[0.5,-12.4],[0.9,-12.1],[1.2,-6.2],[0.3,-10.5],[0.49,-3.7185],[1.1,-10.5],[1.2,-0.7],[0.8,-13.4],[0.9,-15.8],[1.9,-11.2],[1.5,-6.6],[3.4,-7.5],[2.4,0],[0.1,-13.9],[0.2,-14.2],[0.6,-3.7],[2.2,0],[1.5,-7.2],[1.12,-8.4351],[1,-18.2],[1,-11.9],[1.7,-2.7],[4.5,-67.55],[0.9,-3.2],[0.5,0],[0.9,-0.7],[2.2,-16.1],[1.4,-3],[1.1,-7],[0.5,-15.3],[1.2,-7.8],[3.1,-7.7],[3.1,-38],[0.1,-3.5],[1.4,-18.2],[1.2,-10.2],[1.5,-0.1],[1.3,-5.4],[1.5,-10.4],[0.5,-2.8],[1.4,-2.4],[1,-48.4],[0.5,-14.8],[1.1,-11.8],[1.1,-2.8],[0.4,-9.4],[0.2,-6.1],[1,-10.8],[0.3,-7.7],[0.7,-4.6],[1.7,-6.8],[0.4,-2.6],[0.9,-3.6],[1.2,-6.3],[1.5,-6.6],[0.67,-7.13],[0.6,-15.5],[1.4,-29.2],[1.3,-24.3],[0.6,-2.3],[1.5,-10.4],[0.5,-10.4],[1,-0.1],[0.3,-12.4],[4.5,-52.38],[0.4,-13.2],[0.9,-4],[1,-9.2],[0.3,-7],[1.4,-9.9],[0.7,-11.5],[2.1,-1],[1.7,0],[0.7,-9.5],[1.7,-18],[0.9,-9.1],[0.7,-2],[1.4,-53.1],[0.5,-11.5],[1.6,-11],[4.4,-32.54],[1.6,-10.1],[1.1,-10.3],[1,-8.2],[0.9,-7.7],[0.8,-20],[1.5,-10],[0.5,-4.9],[0.8,-9.1],[1.1,-20],[0.8,-10.2],[1.4,-6.5],[0.8,-11],[1.5,-25],[1,-11.6],[1,-12.2],[0.7,-10.3],[1,-14.7],[0.1,-10.9],[2.1,-6.9],[1.9,-24.7],[0.8,-2.8],[1,-4.8],[0.3,-9.3],[1,-16.6],[2.9,-14.5],[0.8,-10.5],[1.2,-34.4],[3,-9.1],[1.4,-45],[1.1,-3.1],[0.6,-3.3],[1,-14.5],[0.1,-9.3],[1,-35.5],[4.2,-40.42],[2.3,-14.5],[1.76,-10.9173],[2.1,-14.4],[1,-11.4],[0.8,-4.9],[0.8,-6.2412],[0.8,-5.1],[1.2,-5.7],[0.8,-5],[0.8,-5.1],[0.1,-5.1],[0.8,-2.8],[2.6,-4.7],[1.2,-29.8],[1.9,-2.2],[0.5,-7.5243],[0.7,-6],[0.59,-6.4042],[0.5,-6.1271],[0.5,-6.001],[1.4,-2.5],[2.7,-67.3],[0.8,-4.7],[0.81,-5.6701],[0.08,-5.7251],[0.12,-5.9242],[0.8,-4.7],[1,-5.1],[4.2,-73.8],[0.13,-5.4823],[0.33,-4.9327],[0.13,-6.3129],[0.14,-5.56],[0.3,-5.0326],[4.5,-232],[0.27,-6.2468],[0.6,-4.2],[0.35,-5.9563],[0.55,-5.3109],[0.44,-7.1187],[1.2,-26],[0.4,-4.8684],[3.1,-42],[0.58,-5.5632],[0.3,-2.7],[1.6,-5],[1.4,-4.8],[1.2,-5],[1.6,-4.6],[0.8,-4.5],[1.76,-5.3419],[0.26,-5.0388],[0.36,-6.0243],[1.8,-3.7],[1.1,-6],[1.4,-3.6],[1,-6.4],[1.8,-1.8],[1.25,-6],[4.9,-35.27],[1.4,-6],[0.76,-6],[1.05,-6],[1,-7.8],[0.9,-6.5],[1.3,-104],[2.4,-60.7],[1.1,-6.8],[2.2,-106.9],[1.2,-5.7],[1.3,-13.6],[2.6,-59.2],[0.6,-2.4],[0.87,-5.748],[1.2,-6.4],[0.32,-5.1993],[0.44,-6.2208],[0.9,-11.7],[2,-113.7],[1.5,-13.7],[0.25,-6.6418],[0.4,-5.748],[0.57,-6.2798],[0.8,-4.9],[0.83,-5.2122],[2.2,0],[0.9,-95],[1.4,-31.7],[0.42,-6.3666],[0.7,-6.1],[1.6,-12.8],[0.7,-2.6],[1.4,-13.2],[1,-4.4],[2,-11.3],[0.8,-13.8],[4.6,-63.45],[0.3,-2.2],[1.8,-0.2],[0.7,-10.2],[1.1,-2.1],[0.8,-4.2],[1.6,-16.1],[2.1,-5],[0.21,-5.7591],[2.2,-85.7],[5,-23.99],[1.2,-5.1],[2.1,-30.2],[1.9,-30],[0.4,-10.1],[1.1,0],[1.4,0],[0.9,-16],[0.56,-5.8151],[2,-5],[0.4,-11.6],[0.3,-16.2],[1.5,-6.2],[1.1,-18.1],[1.4,-6],[0.4,-2.1],[0.39,-5.9237],[0.3,-11.8],[0.8,-11.3],[1.7,-4.1],[0.15,-5.0667],[4.6,-216.4],[0.5,-13.2],[4.2,-135.37],[1.3,-7.6],[0.9,-3.8],[0.9,-12],[0.9,-3.6],[0.4,-14.8],[0.28,-5.4492],[1,-7.2],[0.21,-5.1375],[0.56,-6.1827],[0.4,-15],[0.9,-3.4],[0.8,-10.7],[0.6,-12.4],[0.9,-2.4],[0.56,-6.3956],[1.6,-5.1],[0.73,-5.7149],[2.5,-8.4],[0.6,-3.5],[3,-30.2],[0.8,-13.1],[1.8,-9.3],[0.5,-2],[1.4,-26.1],[5,-75.6],[0.38,-5.5786],[3.2,-24],[2.9,-50],[1,-16.7],[0.09,-5.0566],[0.9,-10.8],[0.46,-6.3118],[0,-2.4],[1.4,-100],[0.8,-5.8],[0.1,-17.2],[0.7,-4.8],[0,-10.4],[1.7,-28.3],[0.4,-6.2],[1,-2.6],[0.3,-4.5],[0.5,-4.3],[2,-38],[0.66,-8.2426],[0.49,-5.9159],[0.46,-5.5607],[3.3,-50],[1,-1],[0.6,-4.4],[1.7,-3],[1.1,-28.6],[1.8,-3.5],[0.9,-8.8],[0.9,-9.9],[0.4,-1.6],[1.2,-8.1],[1,-2.9],[0.7,-11.7],[0.3,-14.8],[-0.1,-11.1],[1.8,-27.5],[0.3,-9.4],[2.2,-11.8],[2.2,-53.3],[3.4,-48.7],[0.5,-16.7],[0.2,-2.2],[0.1,-3],[0.52,-6.0578],[1,-12.1],[0.7,-11],[0.3,-3.1],[1.1,-27.2],[0.4,-19.2],[0.9,-5.3],[1.1,-9.2],[1.8,-115.7],[1.6,-10.1],[0.5,-10.8],[2.3,-10],[0.8,-3.2],[1.4,-6.9],[0.5,-3.3],[2.7,-6],[0.9,-6.3362],[1.5,-6.9],[0.4,-15.9],[1.7,-9.8],[0.3,-9.9],[0.1,-6.1],[1.4,-2.6],[0.5,-10.2],[0.2,-16],[0.33,-5.961],[-0.2,-1.6],[0.7,-4.9],[0.31,-6.3936],[4.7,-123.97],[4.7,-63.01],[1,-14.5],[1.2,-2.8],[0.2,-2.8],[0.5,-2.7],[1,-13],[0.5,-10.8],[1.38,-7],[1.1,-5.7],[1.3,-2],[0.5,-2.3],[0.8,-5.2],[0.6,-13.7],[4.3,-67.3],[1.9,-8.7],[0.6,-19.9],[0.9,-6.5],[0.24,-1.9108],[1.2,-0.6],[0.7,-17.3],[0.3,-4.6],[0.3,-4.1],[-0.3,-4.4],[1,0],[1.8,-67.8],[0.8,-9.7],[0.6,-12.5],[0.28,-6.1725],[1.6,-43.9],[-0.1,-10.5],[1.7,-35.2],[2.1,-10.8],[1.1,-14.9],[1.5,0],[1.03,-10.4269],[0.27,-5.4281],[1.3,-3.4],[1.3,-7.4],[1.1,0],[0.6,-4.1],[1.3,-10.2],[1.6,-17.4],[1,-12.6],[4.7,-91.4],[0.5,-13.2],[0.6,-18.8],[1,-6.3],[1.7,-36.2],[0.5,0],[0.8,-4.7],[2.6,-35.6],[0.2,-10.9],[-0.1,-10.7],[0.6,-1.2],[1.9,-0.1],[0,-11.9],[1.1,-8.8],[0.6,-12.5],[0.1,-13.6],[2,-5],[1.7,-50],[1.9,-37.3],[0.9,-2],[0.6,-12.5],[1.3,-6.2],[1.3,-2.4],[1,-3],[2.4,-25.5],[2.7,-1.4],[1.8,-46],[1.7,-6.8],[1.6,0],[0.35,-5.5953],[5,-23.93],[2,-9.6],[1.7,-18.6],[1.6,-18.4],[0.8,-11.2],[0.1,-12],[1.65,0],[0.9,-4.9],[0.4,-11],[1.5,0],[1.1,-4.4],[1.4,-10.7],[0.8,-4.6],[0.8,-10.4],[1.2,0],[0.2,-19],[0.9,-12.1],[0.3,-12.8],[0.9,-12.4],[0.4,-11.4],[1.3,-28.6],[0.5,-11.5],[1.2,0],[1.5,-5.8],[0.7,-11.3],[1,-1.8],[0.2,-2.6],[4.3,-84],[1.3,-11.5],[0.2,-2.2],[0.9,-1.5],[0.4,-2.3],[3.4,-148.9],[1.6,-0.2],[0.4,-11.1],[0.5,-11.1],[1.1,-34],[1.1,-15.2],[0.96,-0.85],[1,-5.7],[0.6,-12.6],[1.1,-1.9],[4.4,-42.24],[2,-3.6],[2.6,-1],[1.6,-8.6],[1.2,-3.1],[2.7,-8],[0.6,-11.4],[0.4,-19],[0,-3.2],[-0.3,-2.9],[1.9,-46.2],[0.1,-3.4],[0.7,-18.8],[1.46,-0.82],[1.6,-2],[0.1,-2.3],[-0.1,-2.3],[1,-2.4],[0.9,-2.6],[1.4,-112.3],[0.33,-5.83],[0.5,-7],[1.1,-5.4],[0.8,-16.4],[1.2,-9.57],[0.6,-11.9],[6.1,-31.27],[0.4,-11.2],[0.5,-9.6],[1.3,-12.3],[0.14,-4.2554],[2.1,-20.5],[0.6,-12.8],[0.5,-4.7],[1.8,-31.6],[0.7,-3.4],[0.5,-1.3],[1.3,-3.1],[1,-13],[0.6,-12.9],[0.9,-2.3],[4.4,-43.19],[0.4,-10.1],[2.4,-5.1],[4.9,-10.01],[0.5,-3.8],[1.49,-8.03],[4.6,-89.06],[1.1,-4.9],[1.3,-11.5],[0.6,-10.3],[0.6,-17.8],[1.2,-12.1],[0.4,-0.5],[2.2,-0.1],[1.5,0],[1,-11.4],[1,-2],[1.2,-7.8],[4.3,-105.87],[4.9,-30.59],[1.6,-15.5],[0.73,-7],[1.54,-4.64],[1.8,-37.1],[1,-2.3],[1.5,-3.7],[0.43,-0.02],[0.28,-5.3162],[1,-1.8],[1.2,-3.4],[2.9,-105],[4.8,-37.1],[0.8,-0.9],[1.4,-27.6],[1.5,-71],[1.3,-19],[1.2,-1],[4.9,-30.22],[4.7,-10],[0.9,-0.8],[4.7,-42.66],[2.7,-47.8],[1.5,-75.3],[1,-7.6],[1.6,-27.3],[0.5,-3.7],[1.8,-12.9],[4.3,-17.27],[1.5,-19.1],[1.4,-18.1],[1,-8.4],[1,-13.2],[1,-11.7],[1.3,-17.1],[1.8,-2.9],[0.7,-3.4],[1.7,-6.8],[1.1,-13],[3.4,-36.5],[3.7,-117.6],[3.3,-67],[0.8,-4.8],[0.5,-5.8],[0.9,-1.7],[1,-6.9],[1.1,-0.6],[1.5,-39.1],[1.5,-14],[1.3,-5],[0.5,-6.3],[1,0],[2.1,-18.7],[1.7,-13.1],[4.6,-41.42],[1.8,-8.4],[0.8,-10.1],[1.91,-5.43],[3.5,-78.46],[5,-10],[0.9,-33.1],[2.4,-11.5],[3.2,-9.7],[5.3,-19.74],[1.3,-0.1],[5.4,-20.1],[1.9,-0.2],[2.2,-0.1],[1.5,-0.7],[4.4,-55.71],[1.2,-9.3],[0.6,-8.6],[1.4,-3.7],[1.2,-49.8],[4.4,-54.83],[1.2,-2.9],[1.57,-0.52],[4.5,-41.12],[1.7,-20.8],[1.7,-17.9],[1.01,-7],[2.3,-9.8],[1.3,-6.1],[2.4,-9],[1.6,-1.4],[1.1,-6.2]]			}, {
                name: "Curiously deep earthquakes, 4-5 magnitude",
				color: 'rgba(83, 83, 123, .5)',
                data: [[5,-531.34],[4.9,-628],[4.5,-361.15],[4.5,-378.1],[4.3,-585.5],[4.9,-534.4],[4.7,-648.7],[4.8,-645.7],[4.4,-416.3],[4.5,-577.3],[4.6,-530.8],[4.8,-642],[4.9,-645.9],[4.5,-535.3],[4.8,-543.4],[4.3,-542],[4.7,-610.5],[4.6,-489.36],[4.7,-605.64],[4.4,-585.91],[4.1,-365.42],[4.8,-388.37],[4.8,-513.61],[4.3,-607.27],[4.8,-312.11]]            } ]
        });
    });
    
});

</script>

</div>
<p>The above depth distribution shows only a partial picture of things, the most frequent and shallow earthquakes. Bigger picture is that max range goes down to 700 kilometers below the surface for some of the deepest earthquakes. Lastly, a magnitude distribution from this sample shows that big ones are few and far in between.</p>
<div id="attachment_2552" class="wp-caption alignleft" style="width: 349px"><img class="size-full wp-image-2552" alt="Earthquake magnitude distribution, 7 running days" src="http://pp19dd.com/wp-content/uploads/2013/03/earthquake-depths-2.png" width="339" height="246" /><p class="wp-caption-text">Earthquake full depth distribution, 7 running days</p></div>
<div id="attachment_2553" class="wp-caption alignleft" style="width: 349px"><img class="size-full wp-image-2553" alt="Earthquake magnitude distribution, 7 running days" src="http://pp19dd.com/wp-content/uploads/2013/03/earthquake-magnitudes-2.png" width="339" height="246" /><p class="wp-caption-text">Earthquake magnitude distribution, 7 running days</p></div>
<p>The post <a href="http://pp19dd.com/2013/03/how-deep-are-most-earthquakes/">How deep are most earthquakes?</a> appeared first on <a href="http://pp19dd.com">Dino&#039;s Anabasis</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://pp19dd.com/2013/03/how-deep-are-most-earthquakes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Did your RepRap calibration cube come out spongy? Check your extruder for slippage</title>
		<link>http://pp19dd.com/2013/03/did-your-reprap-calibration-cube-come-out-spongy-check-your-extruder-for-slippage/</link>
		<comments>http://pp19dd.com/2013/03/did-your-reprap-calibration-cube-come-out-spongy-check-your-extruder-for-slippage/#comments</comments>
		<pubDate>Mon, 18 Mar 2013 03:58:11 +0000</pubDate>
		<dc:creator>Dino</dc:creator>
				<category><![CDATA[3D printing]]></category>

		<guid isPermaLink="false">http://pp19dd.com/?p=2496</guid>
		<description><![CDATA[<p>Almost exactly a month ago, I picked up a new hobby: 3D printing. I&#8217;ve been reading about it for a long time  &#8211; years &#8211; and have only recently realized that they are now both affordable and reasonably precise for hobby work (they can make gears!) After some research, decided to go with open source [...]</p><p>The post <a href="http://pp19dd.com/2013/03/did-your-reprap-calibration-cube-come-out-spongy-check-your-extruder-for-slippage/">Did your RepRap calibration cube come out spongy? Check your extruder for slippage</a> appeared first on <a href="http://pp19dd.com">Dino&#039;s Anabasis</a>.</p>]]></description>
				<content:encoded><![CDATA[<p><a href="http://pp19dd.com/wp-content/uploads/2013/03/calibration-cube.jpg" rel="lightbox[2496]" title="Did your RepRap calibration cube come out spongy? Check your extruder for slippage"><img class="alignright size-medium wp-image-2497" alt="calibration cube" src="http://pp19dd.com/wp-content/uploads/2013/03/calibration-cube-450x337.jpg" width="450" height="337" /></a></p>
<p>Almost exactly a month ago, I picked up a new hobby: <strong>3D printing</strong>. I&#8217;ve been reading about it for a long time  &#8211; years &#8211; and have only recently realized that they are now both affordable and reasonably precise for hobby work (they can make gears!)</p>
<p>After some research, decided to go with open source and build my own; for that, I bought a <a href="http://www.makerfarm.com/index.php/3d-printer-kits/v2-linear-prusa-kit-deluxe.html">Prusa Mendel i2 kit from MakerFarm </a>- I highly recommend them should you get into this: they were helpful, and their kit price was generously fair by all considerations.</p>
<p>Since this is a kit for an open source, open hardware printer, I&#8217;m on the hook to align it and configure it properly.</p>
<p>Which brings me to this: my 20mm calibration cube ended up looking spongy. While this is a small measure of success (I produced an almost solid object instead of numerous strings of molten plastic), it was really a failure: cube shouldn&#8217;t look like this &#8212; it should be solid.</p>
<p>Freenode IRC #reprap people were very helpful. At first glance, they guessed that the filament was slipping while being fed by the extruder. After removing the device, I tried manually feeding filament by moving the large gear, and realized it was slipping. That made me realize something was wrong, so I went for a full teardown and reassembly.</p>
<p><strong>Check thickness of your washers. They can be inconsistent.</strong></p>
<p>The culprit  was traced down to just that &#8211; one of the washers was noticably thicker than the rest, and that caused a misalignment that in turn caused grip force to be distributed unevenly. Below are illustrations of the problem.</p>
<table style="width: 100%;">
<tbody>
<tr>
<td style="width: 50%;"><strong>Bad: though it&#8217;s difficult to eyeball it, hobbed bolt does not line up with feed hole exactly. Washer between the bolt head and the bearing was too thick (right side).<br />
</strong></td>
<td style="width: 50%;"><strong>Good: hobbed bolt lines up with feed hole more accurately, with a replacement washer.<br />
</strong></td>
</tr>
<tr>
<td style="width: 50%;"><a href="http://pp19dd.com/wp-content/uploads/2013/03/extruder-bad.jpg" rel="lightbox[2496]" title="Did your RepRap calibration cube come out spongy? Check your extruder for slippage"><img class="alignnone size-medium wp-image-2507" alt="extruder-bad" src="http://pp19dd.com/wp-content/uploads/2013/03/extruder-bad-450x600.jpg" width="450" height="600" /></a></td>
<td style="width: 50%;"><a href="http://pp19dd.com/wp-content/uploads/2013/03/extruder-good.jpg" rel="lightbox[2496]" title="Did your RepRap calibration cube come out spongy? Check your extruder for slippage"><img class="alignnone size-medium wp-image-2508" alt="extruder-good" src="http://pp19dd.com/wp-content/uploads/2013/03/extruder-good-450x600.jpg" width="450" height="600" /></a></td>
</tr>
<tr>
<td style="width: 50%;"><strong>Culprit: washer from a box ended up being significantly thicker than the rest: 1.86 mm<br />
</strong></td>
<td style="width: 50%;"><strong>Much better with a replaced washer: 1.57 mm<br />
</strong></td>
</tr>
<tr>
<td style="width: 50%;"><a href="http://pp19dd.com/wp-content/uploads/2013/03/extruder-washer-bad.jpg" rel="lightbox[2496]" title="Did your RepRap calibration cube come out spongy? Check your extruder for slippage"><img class="alignnone size-medium wp-image-2509" alt="extruder-washer-bad" src="http://pp19dd.com/wp-content/uploads/2013/03/extruder-washer-bad-450x600.jpg" width="450" height="600" /></a></td>
<td style="width: 50%;"><a href="http://pp19dd.com/wp-content/uploads/2013/03/extruder-bearing-good.jpg" rel="lightbox[2496]" title="Did your RepRap calibration cube come out spongy? Check your extruder for slippage"><img class="alignnone size-medium wp-image-2510" alt="extruder-bearing-good" src="http://pp19dd.com/wp-content/uploads/2013/03/extruder-bearing-good-450x600.jpg" width="450" height="600" /></a></td>
</tr>
</tbody>
</table>
<p><strong>Lesson learned</strong>: get a digital caliper, measure everything, and doubt every piece of hardware.<br />
<strong> Better lesson</strong>: there&#8217;s always a rational reason why something isn&#8217;t going your way. So long as you can identify that problem, you can solve it.</p>
<p>The post <a href="http://pp19dd.com/2013/03/did-your-reprap-calibration-cube-come-out-spongy-check-your-extruder-for-slippage/">Did your RepRap calibration cube come out spongy? Check your extruder for slippage</a> appeared first on <a href="http://pp19dd.com">Dino&#039;s Anabasis</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://pp19dd.com/2013/03/did-your-reprap-calibration-cube-come-out-spongy-check-your-extruder-for-slippage/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MinecraftSquare.com is shutdown</title>
		<link>http://pp19dd.com/2013/03/minecraftsquare-com-is-shutdown/</link>
		<comments>http://pp19dd.com/2013/03/minecraftsquare-com-is-shutdown/#comments</comments>
		<pubDate>Wed, 13 Mar 2013 03:48:05 +0000</pubDate>
		<dc:creator>Dino</dc:creator>
				<category><![CDATA[boring]]></category>

		<guid isPermaLink="false">http://pp19dd.com/?p=2479</guid>
		<description><![CDATA[<p>For the past few years, I&#8217;ve been running a minecraft server, minecraftsquare.com; and as of  January 2013, I&#8217;ve decided to shut it down. It&#8217;s been a great fun and at the same time, a great headache. First week that I played minecraft, I tried creating a server and ever since then it&#8217;s taken on a [...]</p><p>The post <a href="http://pp19dd.com/2013/03/minecraftsquare-com-is-shutdown/">MinecraftSquare.com is shutdown</a> appeared first on <a href="http://pp19dd.com">Dino&#039;s Anabasis</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>For the past few years, I&#8217;ve been running a minecraft server, <strong>minecraftsquare.com</strong>; and as of  January 2013, I&#8217;ve decided to shut it down. It&#8217;s been a great fun and at the same time, a great headache.</p>
<p>First week that I played minecraft, I tried creating a server and ever since then it&#8217;s taken on a life of its own. Simple fact that players showed up somehow created a need &#8211; a purpose, a responsibility to take care of. I&#8217;ve done my best to accommodate players over the years, but in retrospect, I&#8217;ve simply lost my passion for the game in the past year: I&#8217;ve been worn down by upkeep.</p>
<p>Since day one, I&#8217;ve tried to integrate the game with a website &#8212; through active player profiles, forums, and more. Looking at Google Analytics, you can tell just about when I gave up: January 2012.</p>
<p><img class="alignnone size-full wp-image-2480" alt="mc2-traffic" src="http://pp19dd.com/wp-content/uploads/2013/03/mc2-traffic.jpg" width="900" height="231" /></p>
<p>Stats are interesting during this time &#8211; <strong>1,294,408</strong> pageviews, <strong>88,092</strong> unique visitors. Not bad for a game that doesn&#8217;t even use the web.</p>
<p>Lesson learned: I do NOT want to manage a community. Building it up is a pleasure, dealing with it is a pain.</p>
<p><strong>Mojang:</strong> please acknowledge your limits &#8211; you guys are currently incapable or unwilling to meet demands of the greater multiplayer community. So, instead of trying to cover all your bases, enable the greater community instead: stop breaking bukkit and other remote server mods at each upgrade; at the very least, you can make different versions of server/player interoperable.  Better yet, actually synchronize bukkit releases with minecraft releases.  If I had to pick one reason as to why I gave up on thousands of players, it&#8217;s the frustrations and pressure over upgrade incompatibilities and its associated downtime. Managing a large player community with your tools is currently untenable.</p>
<p>The post <a href="http://pp19dd.com/2013/03/minecraftsquare-com-is-shutdown/">MinecraftSquare.com is shutdown</a> appeared first on <a href="http://pp19dd.com">Dino&#039;s Anabasis</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://pp19dd.com/2013/03/minecraftsquare-com-is-shutdown/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Attack of test3 from outer space</title>
		<link>http://pp19dd.com/2013/02/attack-of-test3-from-outer-space/</link>
		<comments>http://pp19dd.com/2013/02/attack-of-test3-from-outer-space/#comments</comments>
		<pubDate>Mon, 04 Feb 2013 22:56:56 +0000</pubDate>
		<dc:creator>Dino</dc:creator>
				<category><![CDATA[seriously?]]></category>

		<guid isPermaLink="false">http://pp19dd.com/?p=2213</guid>
		<description><![CDATA[<p>In this busy publishing world, it&#8217;s really impossible to take a step back and throw more fresh observers at a problem. It&#8217;s even more impossible to expect that automated publishing systems wouldn&#8217;t pass unwanted material through from time to time. Anyhow, figured I&#8217;d share some of these jewels that I&#8217;ve been hoarding over the years.  [...]</p><p>The post <a href="http://pp19dd.com/2013/02/attack-of-test3-from-outer-space/">Attack of test3 from outer space</a> appeared first on <a href="http://pp19dd.com">Dino&#039;s Anabasis</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>In this busy publishing world, it&#8217;s really impossible to take a step back and throw more fresh observers at a problem. It&#8217;s even more impossible to expect that automated publishing systems wouldn&#8217;t pass unwanted material through from time to time.</p>
<p>Anyhow, figured I&#8217;d share some of these jewels that I&#8217;ve been hoarding over the years.  They&#8217;re more or less a mismatching gallery of lost-and-found news CMS oddities and other quirks, including bizarre data reporting.</p>
<p>&nbsp;</p>
<p><a href='http://pp19dd.com/2013/02/attack-of-test3-from-outer-space/#specimen_1' name='specimen_1'><span class='num'>1</span></a> CNN&#8217;s <a href="http://www.cnn.com/cnn_adspaces/">AD SPACES listing</a>, with SSI (server side include directives). Not sure why this is left wide open, unless it&#8217;s an artifact from a successive set of migrations where protected directories became neglected.</p>
<p><img class="alignnone size-full wp-image-2220" alt="cnn-adspaces" src="http://pp19dd.com/wp-content/uploads/2012/12/cnn-adspaces1.png" width="440" height="257" /><img class="alignnone size-full wp-image-2221" style="margin-left: 10px;" alt="cnn-adspaces2" src="http://pp19dd.com/wp-content/uploads/2012/12/cnn-adspaces21.png" width="440" height="257" /></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><a href='http://pp19dd.com/2013/02/attack-of-test3-from-outer-space/#specimen_2' name='specimen_2'><span class='num'>2</span></a> The Guardian&#8217;s misuse of crowdsourcing (<a href="http://www.guardian.co.uk/lifeandstyle/interactive/2011/jun/16/world-favourite-foods-map-interactive">world&#8217;s favourite foods: interactive</a>). Their map shows favorite foods from various countries. Spoiler: favorite food in Mexico is &#8220;Mexican&#8221; food, and favorite food in India is &#8220;Indian&#8221; food.  Instead of cleaning and cooking the crowdsourced data, they&#8217;re serving it raw.  One of my other beefs with this map is that they don&#8217;t combine various types of pasta (Gnocchi, Spaghetti, Lasagna) onto a single plate.</p>
<p><img class="alignnone size-full wp-image-2225" alt="guardian-favorite-foods" src="http://pp19dd.com/wp-content/uploads/2012/12/guardian-favorite-foods.png" width="783" height="180" /></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><a href='http://pp19dd.com/2013/02/attack-of-test3-from-outer-space/#specimen_3' name='specimen_3'><span class='num'>3</span></a> Annotation tools shouldn&#8217;t need annotation tools of their own. See ProPublica&#8217;s experiment in &#8220;showing your work.&#8221;  Once you flip the &#8220;<a href="http://www.propublica.org/article/why-cant-linda-carswell-get-her-husbands-heart-back">Explore Sources</a>&#8221; switch to ON, passages with direct sources become highlighted, showing the relevant snippet.  Only problem is, for an annotation tool that&#8217;s supposed to shed light on things, is this really as straight-forward as it seems?</p>
<p><img class="size-full wp-image-2235 alignleft" style="margin-right: 15px !important;" alt="propublica" src="http://pp19dd.com/wp-content/uploads/2012/12/propublica.png" width="658" height="295" /></p>
<p>How many millions is it?</p>
<p>Is it one million, or two million?</p>
<p>Why is &#8220;two million&#8221; showing a document snippet stating &#8220;one million?&#8221;</p>
<p>Further in the article, &#8220;<em>The jury awarded Linda Carswell $2 million, including $1 million in punitive damages.</em>&#8220;  Three million?</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><a href='http://pp19dd.com/2013/02/attack-of-test3-from-outer-space/#specimen_4' name='specimen_4'><span class='num'>4</span></a> Oldie, but get your popcorn ready and watch Netflix&#8217;s 2010 masterpiece, titled &#8220;Example 2 Hour 23.976 Burned in Timecode.&#8221;</p>
<p>&nbsp;</p>
<div><a href="http://pp19dd.com/wp-content/uploads/2012/12/netflix-bug-1.jpg" rel="lightbox[2213]" title="Attack of test3 from outer space"><img class="alignnone size-medium wp-image-2245" alt="netflix bug 1" src="http://pp19dd.com/wp-content/uploads/2012/12/netflix-bug-1-450x337.jpg" width="450" height="337" /></a><a href="http://pp19dd.com/wp-content/uploads/2012/12/netflix-bug-2.jpg" rel="lightbox[2213]" title="Attack of test3 from outer space"><img class="alignnone size-medium wp-image-2246" alt="netflix bug 2" src="http://pp19dd.com/wp-content/uploads/2012/12/netflix-bug-2-450x337.jpg" width="450" height="337" /></a></div>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><a href='http://pp19dd.com/2013/02/attack-of-test3-from-outer-space/#specimen_5' name='specimen_5'><span class='num'>5</span></a> Must admit, I still can&#8217;t get my head around this one, but, something&#8217;s probably very odd. That being, Guardian&#8217;s misunderstanding of a treemap in &#8220;<a href="http://www.guardian.co.uk/news/datablog/2010/jun/17/public-spending-ageing-population-data">How our ageing population will drive up public spending.</a>&#8221; There are <strong>no totals</strong> in treemaps; way it works is that all the broken-up pieces add up to a total.  Total is the overall rectangle encompassing all the parts.</p>
<p><img class="size-full wp-image-2298 alignleft" alt="total_public_expenditure" src="http://pp19dd.com/wp-content/uploads/2012/12/total_public_expenditure.png" width="472" height="322" /></p>
<p>Think of a tree &#8212; each branch and leaf add up to the whole tree.</p>
<p>&nbsp;</p>
<p>If you disassemble the tree, branch by branch, and stack it up &#8211; that bundle would represent a total.</p>
<p>Should you happen to label each branch with its position, you might find yourself puzzled to step back and find a thick trunk labeled &#8220;total tree with all the branches in it&#8221; sitting next to disassembled pieces.</p>
<p>&nbsp;</p>
<p>And if you reassemble this, can you imagine seeing a branch on that tree that represents the entire tree combined, including the said branch?  Space would fold on itself in a recursive loop.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><a href='http://pp19dd.com/2013/02/attack-of-test3-from-outer-space/#specimen_6' name='specimen_6'><span class='num'>6</span></a> Attack of <strong>test3</strong> from outer space. Presumably there are also test1, test2, and perhaps even a test4 out there, but this one is particularly curious. Seems like someone at AP issued an original test3, and various automated wire programs published them.</p>
<p>&nbsp;</p>
<div id="attachment_2350" class="wp-caption alignleft" style="width: 450px"><a href="http://pp19dd.com/wp-content/uploads/2013/02/test3-chron.png" rel="lightbox[2213]" title="Attack of test3 from outer space"><img class="wp-image-2350" style="margin: 0px !important;" alt="test3-chron" src="http://pp19dd.com/wp-content/uploads/2013/02/test3-chron-450x288.png" width="440" height="288" /></a><p class="wp-caption-text">Houston Chronicle: <a href="http://www.chron.com/default/article/Test3-4248804.php">test3</a> with lorem ipsum from a Microsoft help page</p></div>
<div id="attachment_2351" class="wp-caption alignleft" style="width: 450px"><a href="http://pp19dd.com/wp-content/uploads/2013/02/test3-sacbee.png" rel="lightbox[2213]" title="Attack of test3 from outer space"><img class="wp-image-2351" style="margin: 0px !important;" alt="test3-sacbee" src="http://pp19dd.com/wp-content/uploads/2013/02/test3-sacbee-450x325.png" width="440" height="325" /></a><p class="wp-caption-text">Sacramento Bee also published the same <a href="http://www.sacbee.com/2013/02/04/5164146/test3.html">test3</a> &#8211; automated AP wire?</p></div>
<div id="attachment_2352" class="wp-caption alignleft" style="width: 450px"><a href="http://pp19dd.com/wp-content/uploads/2013/02/test3-latimes.png" rel="lightbox[2213]" title="Attack of test3 from outer space"><img class="wp-image-2352" style="margin: 0px ! important; background-color: orange;" alt="test3-latimes" src="http://pp19dd.com/wp-content/uploads/2013/02/test3-latimes-450x274.png" width="440" height="274" /></a><p class="wp-caption-text">Los Angeles Times: <a href="http://projects.latimes.com/dogs/name/test3/">someone named their dog test3</a>? Nah, but could you imagine?</p></div>
<div id="attachment_2362" class="wp-caption alignleft" style="width: 450px"><a href="http://pp19dd.com/wp-content/uploads/2013/02/test3-kansas-city-star.png" rel="lightbox[2213]" title="Attack of test3 from outer space"><img class="size-medium wp-image-2362" style="margin: 0px !important;" alt="test3-kansas-city-star" src="http://pp19dd.com/wp-content/uploads/2013/02/test3-kansas-city-star-450x293.png" width="440" height="293" /></a><p class="wp-caption-text">The Kansas City star also carries AP&#8217;s <a href="http://www.kansascity.com/2013/02/04/4048074/test3.html">test3</a></p></div>
<p>&nbsp;</p>
<p>Anyhow, you can find more of these by searching for the phrase &#8220;<a href="https://www.google.com/search?q=&quot;On+the+Insert+tab%2C+the+galleries+include+items+that+are+designed+to+coordinate+with+the+overall+look+of+your+document&quot;">On the insert tab, the galleries include items that are designed to coordinate with the overall look of your document</a>.&#8221;</p>
<p>Turns out there&#8217;s a microsoft macro for word, where if you start typing =rand() and hit enter, it generates random text (ala lorem ipsum, except it generates text from help). You can insert parameters to that, number of paragraphs and number of lines per paragraph, ie: =rand(4,10).</p>
<p>Many newspaper publishing systems are powered by MS-Office: the VB / .net / etc activex component, or whatever hipsters call those things these days, so I would expect them to work similarly.  Anyhow, searching for that phrase, you might see some programming tests in the wild.</p>
<p>Lastly, don&#8217;t laugh at these.  I&#8217;ve left plenty of these around, in various states. From broken templates, to things like highschools named null, and mouseover cats in article comments.</p>
<p>News world is never a perfect system &#8212; it&#8217;s volume-based, and glitches get buried under a mountain of copy.</p>
<p>The post <a href="http://pp19dd.com/2013/02/attack-of-test3-from-outer-space/">Attack of test3 from outer space</a> appeared first on <a href="http://pp19dd.com">Dino&#039;s Anabasis</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://pp19dd.com/2013/02/attack-of-test3-from-outer-space/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>C is now a dominant language?</title>
		<link>http://pp19dd.com/2013/01/c-is-now-a-dominant-language/</link>
		<comments>http://pp19dd.com/2013/01/c-is-now-a-dominant-language/#comments</comments>
		<pubDate>Wed, 09 Jan 2013 04:23:19 +0000</pubDate>
		<dc:creator>Dino</dc:creator>
				<category><![CDATA[PHP Code]]></category>

		<guid isPermaLink="false">http://pp19dd.com/?p=2306</guid>
		<description><![CDATA[<p>According to the TIOBE index, the top programming language of 2012 is &#8212; C.  Just regular, plain old C.  Not sure how that&#8217;s come about &#8211; some speculate that the index limitations make it seem so artificially, and downplay JavaScript use these days.  I&#8217;ll let smarter people figure that one out. But what that loosely [...]</p><p>The post <a href="http://pp19dd.com/2013/01/c-is-now-a-dominant-language/">C is now a dominant language?</a> appeared first on <a href="http://pp19dd.com">Dino&#039;s Anabasis</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>According to the TIOBE index, the <a href="http://www.i-programmer.info/news/98-languages/5298-the-top-languages-of-2012.html">top programming language of 2012</a> is &#8212; <strong>C</strong>.  Just regular, plain old C.  Not sure how that&#8217;s come about &#8211; some speculate that the index limitations make it seem so artificially, and downplay JavaScript use these days.  I&#8217;ll let smarter people figure that one out.</p>
<p>But what that loosely reminded me of is just how powerful C is. Or can be: some C programs can be very optimized when compared to their assembly language versions, albeit somewhat bloated in size.  Now, C is compiled into a form of assembly, and PHP is written in C and interpreted.</p>
<p>Even with those differences, I thought to compare the two latter languages by writing a simple counter program. It&#8217;s simple &#8211; doesn&#8217;t even use file locks.  The counter program opens a file, increments a number and writes it back.</p>
<h2>How does PHP stack up to C?</h2>
<p>Well, not so well. Timing the two programs (with bash time) shows the following:</p>
<table class="benchmark">
<tbody>
<tr>
<td>Language</td>
<td>real</td>
<td>user</td>
<td>sys</td>
<td>execution time</td>
<td>strace</td>
</tr>
<tr>
<td>PHP</td>
<td>0m0.018s</td>
<td>0m0.014s</td>
<td>0m0.004s</td>
<td>
<div style="background-color: #fac8c8; width: 180px;">0.018 seconds</div>
</td>
<td>
<div style="background-color: #fac8c8; width: 372.3px;">1117 lines</div>
</td>
</tr>
<tr>
<td>C</td>
<td>0m0.001s</td>
<td>0m0.000s</td>
<td>0m0.001s</td>
<td>
<div style="background-color: #c8c8fa; width: 10.0px;">0.001 seconds</div>
</td>
<td>
<div style="background-color: #c8c8fa; width: 13.0px;">39 lines</div>
</td>
</tr>
</tbody>
</table>
<p>This is defnitely a case of apples and oranges, except the orange here is made entirely of apples. And the orange is slow to increment numbers. Or something to that effect.  Anyhow, PHP is a workhorse and performs reasonably well considering how much development time it cuts, should you decide to make a site entirely in C.</p>

<style>
.derp td { font-size:12px !important; padding:1px !important; white-space: pre-wrap }
.ln { width:20px; text-align:right }
.lt { padding-left:10px }
</style>

<table width="100%" border="1">
<tr>
	<td style="width:50%"><h3>Counter program written in PHP</h3></td>
	<td style="width:50%"><h3>Counter program written in C</h3></td>
</tr>
<tr>
	<td style="width:50%"><pre style='width:400px; overflow-x:hidden'>&lt;?php
$fp = fopen( &quot;count.txt&quot;, &quot;rt&quot; );
$count = fgets( $fp );
fclose( $fp );

$count++;

$fp = fopen( &quot;count.txt&quot;, &quot;wt&quot; );
fputs( $fp, $count );
fclose( $fp );
</pre></td>
	<td style="width:50%"><pre style='width:400px; overflow-x:hidden'>#include &quot;stdio.h&quot;

void main( void ) {
	FILE *fp;
	long count;
	char line[100];

	fp = fopen( &quot;count.txt&quot;, &quot;rt&quot; );
	fgets( line, 100, fp );
	fclose( fp );

	count = atol(line);
	count++;

	fp = fopen( &quot;count.txt&quot;, &quot;wt&quot; );
	sprintf( line, &quot;%lu&quot;, count );
	fputs( line, fp );
	fclose( fp );
}</pre></td>
</tr>
<!--
<tr>
	<td style="width:50%"><pre style='width:400px; overflow-x:hidden'>
real	0m0.018s
user	0m0.014s
sys	0m0.004s
</pre></td>
	<td style="width:50%"><pre style='width:400px; overflow-x:hidden'>
real	0m0.001s
user	0m0.000s
sys	0m0.001s
</pre></td>
</tr>
-->
<tr>
	<td style="width:50%"><h3>strace php counter.php</h3></td>
	<td style="width:50%"><h3>strace ./counter</h3></td>
</tr>
<tr>
	<td style="width:50%">
<div style="height:200px; overflow-y: auto">
<pre style='width:400px; overflow-x:hidden'>execve(&quot;/usr/bin/php&quot;, [&quot;php&quot;, &quot;counter.php&quot;], [/* 21 vars */]) = 0
brk(0)                                  = 0x2361000
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f9e0c7c6000
access(&quot;/etc/ld.so.preload&quot;, R_OK)      = -1 ENOENT (No such file or directory)
open(&quot;/etc/ld.so.cache&quot;, O_RDONLY)      = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=26557, ...}) = 0
mmap(NULL, 26557, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f9e0c7bf000
close(3)                                = 0
open(&quot;/lib64/libcrypt.so.1&quot;, O_RDONLY)  = 3
read(3, &quot;\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0&gt;\0\1\0\0\0\0\f\0\0\0\0\0\0&quot;..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=40400, ...}) = 0
mmap(NULL, 2318816, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f9e0c371000
mprotect(0x7f9e0c378000, 2097152, PROT_NONE) = 0
mmap(0x7f9e0c578000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x7000) = 0x7f9e0c578000
mmap(0x7f9e0c57a000, 184800, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f9e0c57a000
close(3)                                = 0
open(&quot;/usr/lib64/libedit.so.0&quot;, O_RDONLY) = 3
read(3, &quot;\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0&gt;\0\1\0\0\0\260\263\0\0\0\0\0\0&quot;..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=178816, ...}) = 0
mmap(NULL, 2288960, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f9e0c142000
mprotect(0x7f9e0c16b000, 2097152, PROT_NONE) = 0
mmap(0x7f9e0c36b000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x29000) = 0x7f9e0c36b000
mmap(0x7f9e0c36e000, 11584, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f9e0c36e000
close(3)                                = 0
open(&quot;/lib64/libncurses.so.5&quot;, O_RDONLY) = 3
read(3, &quot;\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0&gt;\0\1\0\0\0000j\0\0\0\0\0\0&quot;..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=140096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f9e0c7be000
mmap(NULL, 2235624, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f9e0bf20000
mprotect(0x7f9e0bf42000, 2093056, PROT_NONE) = 0
mmap(0x7f9e0c141000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x21000) = 0x7f9e0c141000
close(3)                                = 0
open(&quot;/usr/lib64/libgmp.so.3&quot;, O_RDONLY) = 3
read(3, &quot;\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0&gt;\0\1\0\0\0\300\233\0\0\0\0\0\0&quot;..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=378504, ...}) = 0
mmap(NULL, 2473728, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f9e0bcc4000
mprotect(0x7f9e0bd1b000, 2097152, PROT_NONE) = 0
mmap(0x7f9e0bf1b000, 20480, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x57000) = 0x7f9e0bf1b000
close(3)                                = 0
open(&quot;/lib64/libbz2.so.1&quot;, O_RDONLY)    = 3
read(3, &quot;\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0&gt;\0\1\0\0\0000\26\0\0\0\0\0\0&quot;..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=67592, ...}) = 0
mmap(NULL, 2162768, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f9e0bab3000
mprotect(0x7f9e0bac3000, 2093056, PROT_NONE) = 0
mmap(0x7f9e0bcc2000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xf000) = 0x7f9e0bcc2000
close(3)                                = 0
open(&quot;/lib64/libz.so.1&quot;, O_RDONLY)      = 3
read(3, &quot;\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0&gt;\0\1\0\0\0\360\36\0\0\0\0\0\0&quot;..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=85800, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f9e0c7bd000
mmap(NULL, 2180976, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f9e0b89e000
mprotect(0x7f9e0b8b3000, 2093056, PROT_NONE) = 0
mmap(0x7f9e0bab2000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x14000) = 0x7f9e0bab2000
close(3)                                = 0
open(&quot;/lib64/libpcre.so.0&quot;, O_RDONLY)   = 3
read(3, &quot;\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0&gt;\0\1\0\0\0@\25\0\0\0\0\0\0&quot;..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=181448, ...}) = 0
mmap(NULL, 2276632, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f9e0b672000
mprotect(0x7f9e0b69e000, 2093056, PROT_NONE) = 0
mmap(0x7f9e0b89d000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2b000) = 0x7f9e0b89d000
close(3)                                = 0
open(&quot;/lib64/libm.so.6&quot;, O_RDONLY)      = 3
read(3, &quot;\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0&gt;\0\1\0\0\0\240&gt;\0\0\0\0\0\0&quot;..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=595824, ...}) = 0
mmap(NULL, 2633944, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f9e0b3ee000
mprotect(0x7f9e0b471000, 2093056, PROT_NONE) = 0
mmap(0x7f9e0b670000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x82000) = 0x7f9e0b670000
close(3)                                = 0
open(&quot;/lib64/libdl.so.2&quot;, O_RDONLY)     = 3
read(3, &quot;\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0&gt;\0\1\0\0\0\340\r\0\0\0\0\0\0&quot;..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=19536, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f9e0c7bc000
mmap(NULL, 2109696, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f9e0b1ea000
mprotect(0x7f9e0b1ec000, 2097152, PROT_NONE) = 0
mmap(0x7f9e0b3ec000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7f9e0b3ec000
close(3)                                = 0
open(&quot;/lib64/libnsl.so.1&quot;, O_RDONLY)    = 3
read(3, &quot;\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0&gt;\0\1\0\0\0\360?\0\0\0\0\0\0&quot;..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=113208, ...}) = 0
mmap(NULL, 2198192, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f9e0afd1000
mprotect(0x7f9e0afe7000, 2093056, PROT_NONE) = 0
mmap(0x7f9e0b1e6000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x15000) = 0x7f9e0b1e6000
mmap(0x7f9e0b1e8000, 6832, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f9e0b1e8000
close(3)                                = 0
open(&quot;/usr/lib64/libxml2.so.2&quot;, O_RDONLY) = 3
read(3, &quot;\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0&gt;\0\1\0\0\0\0\306\2\0\0\0\0\0&quot;..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=1377344, ...}) = 0
mmap(NULL, 3477816, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f9e0ac7f000
mprotect(0x7f9e0adc6000, 2097152, PROT_NONE) = 0
mmap(0x7f9e0afc6000, 36864, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x147000) = 0x7f9e0afc6000
mmap(0x7f9e0afcf000, 4408, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f9e0afcf000
close(3)                                = 0
open(&quot;/lib64/libgssapi_krb5.so.2&quot;, O_RDONLY) = 3
read(3, &quot;\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0&gt;\0\1\0\0\0\200\235\0\0\0\0\0\0&quot;..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=269472, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f9e0c7bb000
mmap(NULL, 2365152, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f9e0aa3d000
mprotect(0x7f9e0aa7c000, 2097152, PROT_NONE) = 0
mmap(0x7f9e0ac7c000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3f000) = 0x7f9e0ac7c000
close(3)                                = 0
open(&quot;/lib64/libkrb5.so.3&quot;, O_RDONLY)   = 3
read(3, &quot;\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0&gt;\0\1\0\0\0\20\246\1\0\0\0\0\0&quot;..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=912944, ...}) = 0
mmap(NULL, 3008864, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f9e0a75e000
mprotect(0x7f9e0a832000, 2097152, PROT_NONE) = 0
mmap(0x7f9e0aa32000, 45056, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xd4000) = 0x7f9e0aa32000
close(3)                                = 0
open(&quot;/lib64/libk5crypto.so.3&quot;, O_RDONLY) = 3
read(3, &quot;\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0&gt;\0\1\0\0\0\300G\0\0\0\0\0\0&quot;..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=178952, ...}) = 0
mmap(NULL, 2275296, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f9e0a532000
mprotect(0x7f9e0a55c000, 2093056, PROT_NONE) = 0
mmap(0x7f9e0a75b000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x29000) = 0x7f9e0a75b000
close(3)                                = 0
open(&quot;/lib64/libcom_err.so.2&quot;, O_RDONLY) = 3
read(3, &quot;\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0&gt;\0\1\0\0\0\360\23\0\0\0\0\0\0&quot;..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=14664, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f9e0c7ba000
mmap(NULL, 2109872, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f9e0a32e000
mprotect(0x7f9e0a331000, 2093056, PROT_NONE) = 0
mmap(0x7f9e0a530000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7f9e0a530000
close(3)                                = 0
open(&quot;/usr/lib64/libssl.so.10&quot;, O_RDONLY) = 3
read(3, &quot;\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0&gt;\0\1\0\0\0pE\1\0\0\0\0\0&quot;..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=372488, ...}) = 0
mmap(NULL, 2467888, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f9e0a0d3000
mprotect(0x7f9e0a126000, 2097152, PROT_NONE) = 0
mmap(0x7f9e0a326000, 32768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x53000) = 0x7f9e0a326000
close(3)                                = 0
open(&quot;/usr/lib64/libcrypto.so.10&quot;, O_RDONLY) = 3
read(3, &quot;\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0&gt;\0\1\0\0\0\0\312\5\0\0\0\0\0&quot;..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=1662832, ...}) = 0
mmap(NULL, 3773576, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f9e09d39000
mprotect(0x7f9e09eac000, 2097152, PROT_NONE) = 0
mmap(0x7f9e0a0ac000, 143360, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x173000) = 0x7f9e0a0ac000
mmap(0x7f9e0a0cf000, 13448, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f9e0a0cf000
close(3)                                = 0
open(&quot;/lib64/libc.so.6&quot;, O_RDONLY)      = 3
read(3, &quot;\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0&gt;\0\1\0\0\0\360\355\1\0\0\0\0\0&quot;..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=1898872, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f9e0c7b9000
mmap(NULL, 3729576, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f9e099aa000
mprotect(0x7f9e09b30000, 2093056, PROT_NONE) = 0
mmap(0x7f9e09d2f000, 20480, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x185000) = 0x7f9e09d2f000
mmap(0x7f9e09d34000, 18600, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f9e09d34000
close(3)                                = 0
open(&quot;/lib64/libresolv.so.2&quot;, O_RDONLY) = 3
read(3, &quot;\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0&gt;\0\1\0\0\0\3008\0\0\0\0\0\0&quot;..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=106808, ...}) = 0
mmap(NULL, 2198152, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f9e09791000
mprotect(0x7f9e097a7000, 2093056, PROT_NONE) = 0
mmap(0x7f9e099a6000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x15000) = 0x7f9e099a6000
mmap(0x7f9e099a8000, 6792, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f9e099a8000
close(3)                                = 0
open(&quot;/lib64/libfreebl3.so&quot;, O_RDONLY)  = 3
read(3, &quot;\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0&gt;\0\1\0\0\0p2\0\0\0\0\0\0&quot;..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=382456, ...}) = 0
mmap(NULL, 2495200, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f9e0952f000
mprotect(0x7f9e0958b000, 2097152, PROT_NONE) = 0
mmap(0x7f9e0978b000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x5c000) = 0x7f9e0978b000
mmap(0x7f9e0978c000, 17120, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f9e0978c000
close(3)                                = 0
open(&quot;/lib64/libtinfo.so.5&quot;, O_RDONLY)  = 3
read(3, &quot;\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0&gt;\0\1\0\0\0@\310\0\0\0\0\0\0&quot;..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=135896, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f9e0c7b8000
mmap(NULL, 2232320, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f9e0930e000
mprotect(0x7f9e0932b000, 2097152, PROT_NONE) = 0
mmap(0x7f9e0952b000, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1d000) = 0x7f9e0952b000
close(3)                                = 0
open(&quot;/lib64/libkrb5support.so.0&quot;, O_RDONLY) = 3
read(3, &quot;\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0&gt;\0\1\0\0\0@(\0\0\0\0\0\0&quot;..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=43696, ...}) = 0
mmap(NULL, 2139184, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f9e09103000
mprotect(0x7f9e0910d000, 2093056, PROT_NONE) = 0
mmap(0x7f9e0930c000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x9000) = 0x7f9e0930c000
close(3)                                = 0
open(&quot;/lib64/libkeyutils.so.1&quot;, O_RDONLY) = 3
read(3, &quot;\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0&gt;\0\1\0\0\0\360\v\0\0\0\0\0\0&quot;..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=10192, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f9e0c7b7000
mmap(NULL, 2105424, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f9e08f00000
mprotect(0x7f9e08f02000, 2093056, PROT_NONE) = 0
mmap(0x7f9e09101000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0x7f9e09101000
close(3)                                = 0
open(&quot;/lib64/libpthread.so.0&quot;, O_RDONLY) = 3
read(3, &quot;\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0&gt;\0\1\0\0\0\20\\\0\0\0\0\0\0&quot;..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=138328, ...}) = 0
mmap(NULL, 2208672, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f9e08ce4000
mprotect(0x7f9e08cfb000, 2093056, PROT_NONE) = 0
mmap(0x7f9e08efa000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x16000) = 0x7f9e08efa000
mmap(0x7f9e08efc000, 13216, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f9e08efc000
close(3)                                = 0
open(&quot;/lib64/libselinux.so.1&quot;, O_RDONLY) = 3
read(3, &quot;\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0&gt;\0\1\0\0\0PX\0\0\0\0\0\0&quot;..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=122040, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f9e0c7b6000
mmap(NULL, 2221912, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f9e08ac5000
mprotect(0x7f9e08ae2000, 2093056, PROT_NONE) = 0
mmap(0x7f9e08ce1000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1c000) = 0x7f9e08ce1000
mmap(0x7f9e08ce3000, 1880, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f9e08ce3000
close(3)                                = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f9e0c7b5000
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f9e0c7b4000
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f9e0c7b2000
arch_prctl(ARCH_SET_FS, 0x7f9e0c7b27c0) = 0
mprotect(0x7f9e08ce1000, 4096, PROT_READ) = 0
mprotect(0x7f9e08efa000, 4096, PROT_READ) = 0
mprotect(0x7f9e09101000, 4096, PROT_READ) = 0
mprotect(0x7f9e0930c000, 4096, PROT_READ) = 0
mprotect(0x7f9e099a6000, 4096, PROT_READ) = 0
mprotect(0x7f9e09d2f000, 16384, PROT_READ) = 0
mprotect(0x7f9e0a0ac000, 102400, PROT_READ) = 0
mprotect(0x7f9e0a326000, 12288, PROT_READ) = 0
mprotect(0x7f9e0a530000, 4096, PROT_READ) = 0
mprotect(0x7f9e0a75b000, 8192, PROT_READ) = 0
mprotect(0x7f9e0aa32000, 36864, PROT_READ) = 0
mprotect(0x7f9e0ac7c000, 4096, PROT_READ) = 0
mprotect(0x7f9e0b1e6000, 4096, PROT_READ) = 0
mprotect(0x7f9e0b3ec000, 4096, PROT_READ) = 0
mprotect(0x7f9e0b670000, 4096, PROT_READ) = 0
mprotect(0x7f9e0c578000, 4096, PROT_READ) = 0
mprotect(0x7f9e0c7c7000, 4096, PROT_READ) = 0
munmap(0x7f9e0c7bf000, 26557)           = 0
set_tid_address(0x7f9e0c7b2a90)         = 21737
set_robust_list(0x7f9e0c7b2aa0, 0x18)   = 0
futex(0x7fff2c3151bc, FUTEX_WAKE_PRIVATE, 1) = 0
futex(0x7fff2c3151bc, FUTEX_WAIT_BITSET_PRIVATE|FUTEX_CLOCK_REALTIME, 1, NULL, 7f9e0c7b27c0) = -1 EAGAIN (Resource temporarily unavailable)
rt_sigaction(SIGRTMIN, {0x7f9e08ce9a90, [], SA_RESTORER|SA_SIGINFO, 0x7f9e08cf3490}, NULL, 8) = 0
rt_sigaction(SIGRT_1, {0x7f9e08ce9b20, [], SA_RESTORER|SA_RESTART|SA_SIGINFO, 0x7f9e08cf3490}, NULL, 8) = 0
rt_sigprocmask(SIG_UNBLOCK, [RTMIN RT_1], NULL, 8) = 0
getrlimit(RLIMIT_STACK, {rlim_cur=10240*1024, rlim_max=RLIM_INFINITY}) = 0
statfs(&quot;/selinux&quot;, {f_type=&quot;EXT2_SUPER_MAGIC&quot;, f_bsize=4096, f_blocks=20156090, f_bfree=15360774, f_bavail=14344968, f_files=5079040, f_ffree=4930881, f_fsid={-2012160530, -1020097465}, f_namelen=255, f_frsize=4096}) = 0
brk(0)                                  = 0x2361000
brk(0x2382000)                          = 0x2382000
open(&quot;/proc/filesystems&quot;, O_RDONLY)     = 3
fstat(3, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f9e0c7c5000
read(3, &quot;nodev\tsysfs\nnodev\trootfs\nnodev\tb&quot;..., 1024) = 297
read(3, &quot;&quot;, 1024)                       = 0
close(3)                                = 0
munmap(0x7f9e0c7c5000, 4096)            = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [PIPE], SA_RESTORER|SA_RESTART, 0x7f9e099dc980}, {SIG_DFL, [], 0}, 8) = 0
getcwd(&quot;/var/www/pp19dd.com/projects/c-vs-php&quot;, 4096) = 38
mmap(NULL, 266240, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f9e0c771000
open(&quot;/usr/lib/locale/locale-archive&quot;, O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=99158752, ...}) = 0
mmap(NULL, 99158752, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f9e02c34000
close(3)                                = 0
open(&quot;/etc/localtime&quot;, O_RDONLY)        = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=2309, ...}) = 0
fstat(3, {st_mode=S_IFREG|0644, st_size=2309, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f9e0c7c5000
read(3, &quot;TZif2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\10\0\0\0\10\0\0\0\0&quot;..., 4096) = 2309
lseek(3, -1467, SEEK_CUR)               = 842
read(3, &quot;TZif2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\t\0\0\0\t\0\0\0\0&quot;..., 4096) = 1467
close(3)                                = 0
munmap(0x7f9e0c7c5000, 4096)            = 0
lstat(&quot;/usr/local/sbin/php&quot;, 0x7fff2c311800) = -1 ENOENT (No such file or directory)
lstat(&quot;/usr/local/bin/php&quot;, 0x7fff2c311800) = -1 ENOENT (No such file or directory)
lstat(&quot;/sbin/php&quot;, 0x7fff2c311800)      = -1 ENOENT (No such file or directory)
lstat(&quot;/bin/php&quot;, 0x7fff2c311800)       = -1 ENOENT (No such file or directory)
lstat(&quot;/usr/sbin/php&quot;, 0x7fff2c311800)  = -1 ENOENT (No such file or directory)
lstat(&quot;/usr/bin/php&quot;, {st_mode=S_IFREG|0755, st_size=3224944, ...}) = 0
lstat(&quot;/usr/bin&quot;, {st_mode=S_IFDIR|0555, st_size=20480, ...}) = 0
lstat(&quot;/usr&quot;, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
access(&quot;/usr/bin/php&quot;, X_OK)            = 0
open(&quot;/usr/bin/php-cli.ini&quot;, O_RDONLY)  = -1 ENOENT (No such file or directory)
open(&quot;/etc/php-cli.ini&quot;, O_RDONLY)      = -1 ENOENT (No such file or directory)
open(&quot;/usr/bin/php.ini&quot;, O_RDONLY)      = -1 ENOENT (No such file or directory)
open(&quot;/etc/php.ini&quot;, O_RDONLY)          = 3
lstat(&quot;/etc/php.ini&quot;, {st_mode=S_IFREG|0644, st_size=69096, ...}) = 0
lstat(&quot;/etc&quot;, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
ioctl(3, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fff2c3137f0) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(3, {st_mode=S_IFREG|0644, st_size=69096, ...}) = 0
mmap(NULL, 69128, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f9e0c760000
fstat(3, {st_mode=S_IFREG|0644, st_size=69096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f9e0c75f000
lseek(3, 0, SEEK_CUR)                   = 0
munmap(0x7f9e0c760000, 69096)           = 0
close(3)                                = 0
munmap(0x7f9e0c75f000, 4096)            = 0
open(&quot;/etc/php.d&quot;, O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 3
fcntl(3, F_GETFD)                       = 0x1 (flags FD_CLOEXEC)
getdents(3, /* 23 entries */, 32768)    = 752
getdents(3, /* 0 entries */, 32768)     = 0
close(3)                                = 0
stat(&quot;/etc/php.d/apc.ini&quot;, {st_mode=S_IFREG|0644, st_size=2784, ...}) = 0
open(&quot;/etc/php.d/apc.ini&quot;, O_RDONLY)    = 3
ioctl(3, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fff2c3137f0) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(3, {st_mode=S_IFREG|0644, st_size=2784, ...}) = 0
mmap(NULL, 2816, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f9e0c770000
fstat(3, {st_mode=S_IFREG|0644, st_size=2784, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f9e0c76f000
lseek(3, 0, SEEK_CUR)                   = 0
munmap(0x7f9e0c770000, 2784)            = 0
close(3)                                = 0
munmap(0x7f9e0c76f000, 4096)            = 0
stat(&quot;/etc/php.d/curl.ini&quot;, {st_mode=S_IFREG|0644, st_size=49, ...}) = 0
open(&quot;/etc/php.d/curl.ini&quot;, O_RDONLY)   = 3
ioctl(3, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fff2c3137f0) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(3, {st_mode=S_IFREG|0644, st_size=49, ...}) = 0
mmap(NULL, 81, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f9e0c770000
fstat(3, {st_mode=S_IFREG|0644, st_size=49, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f9e0c76f000
lseek(3, 0, SEEK_CUR)                   = 0
munmap(0x7f9e0c770000, 49)              = 0
close(3)                                = 0
munmap(0x7f9e0c76f000, 4096)            = 0
stat(&quot;/etc/php.d/dom.ini&quot;, {st_mode=S_IFREG|0644, st_size=47, ...}) = 0
open(&quot;/etc/php.d/dom.ini&quot;, O_RDONLY)    = 3
ioctl(3, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fff2c3137f0) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(3, {st_mode=S_IFREG|0644, st_size=47, ...}) = 0
mmap(NULL, 79, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f9e0c770000
fstat(3, {st_mode=S_IFREG|0644, st_size=47, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f9e0c76f000
lseek(3, 0, SEEK_CUR)                   = 0
munmap(0x7f9e0c770000, 47)              = 0
close(3)                                = 0
munmap(0x7f9e0c76f000, 4096)            = 0
stat(&quot;/etc/php.d/fileinfo.ini&quot;, {st_mode=S_IFREG|0644, st_size=57, ...}) = 0
open(&quot;/etc/php.d/fileinfo.ini&quot;, O_RDONLY) = 3
ioctl(3, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fff2c3137f0) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(3, {st_mode=S_IFREG|0644, st_size=57, ...}) = 0
mmap(NULL, 89, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f9e0c770000
fstat(3, {st_mode=S_IFREG|0644, st_size=57, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f9e0c76f000
lseek(3, 0, SEEK_CUR)                   = 0
munmap(0x7f9e0c770000, 57)              = 0
close(3)                                = 0
munmap(0x7f9e0c76f000, 4096)            = 0
stat(&quot;/etc/php.d/gd.ini&quot;, {st_mode=S_IFREG|0644, st_size=45, ...}) = 0
open(&quot;/etc/php.d/gd.ini&quot;, O_RDONLY)     = 3
ioctl(3, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fff2c3137f0) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(3, {st_mode=S_IFREG|0644, st_size=45, ...}) = 0
mmap(NULL, 77, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f9e0c770000
fstat(3, {st_mode=S_IFREG|0644, st_size=45, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f9e0c76f000
lseek(3, 0, SEEK_CUR)                   = 0
munmap(0x7f9e0c770000, 45)              = 0
close(3)                                = 0
munmap(0x7f9e0c76f000, 4096)            = 0
stat(&quot;/etc/php.d/json.ini&quot;, {st_mode=S_IFREG|0644, st_size=49, ...}) = 0
open(&quot;/etc/php.d/json.ini&quot;, O_RDONLY)   = 3
ioctl(3, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fff2c3137f0) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(3, {st_mode=S_IFREG|0644, st_size=49, ...}) = 0
mmap(NULL, 81, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f9e0c770000
fstat(3, {st_mode=S_IFREG|0644, st_size=49, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f9e0c76f000
lseek(3, 0, SEEK_CUR)                   = 0
munmap(0x7f9e0c770000, 49)              = 0
close(3)                                = 0
munmap(0x7f9e0c76f000, 4096)            = 0
stat(&quot;/etc/php.d/mbstring.ini&quot;, {st_mode=S_IFREG|0644, st_size=57, ...}) = 0
open(&quot;/etc/php.d/mbstring.ini&quot;, O_RDONLY) = 3
ioctl(3, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fff2c3137f0) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(3, {st_mode=S_IFREG|0644, st_size=57, ...}) = 0
mmap(NULL, 89, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f9e0c770000
fstat(3, {st_mode=S_IFREG|0644, st_size=57, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f9e0c76f000
lseek(3, 0, SEEK_CUR)                   = 0
munmap(0x7f9e0c770000, 57)              = 0
close(3)                                = 0
munmap(0x7f9e0c76f000, 4096)            = 0
stat(&quot;/etc/php.d/mcrypt.ini&quot;, {st_mode=S_IFREG|0644, st_size=53, ...}) = 0
open(&quot;/etc/php.d/mcrypt.ini&quot;, O_RDONLY) = 3
ioctl(3, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fff2c3137f0) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(3, {st_mode=S_IFREG|0644, st_size=53, ...}) = 0
mmap(NULL, 85, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f9e0c770000
fstat(3, {st_mode=S_IFREG|0644, st_size=53, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f9e0c76f000
lseek(3, 0, SEEK_CUR)                   = 0
munmap(0x7f9e0c770000, 53)              = 0
close(3)                                = 0
munmap(0x7f9e0c76f000, 4096)            = 0
stat(&quot;/etc/php.d/memcache.ini&quot;, {st_mode=S_IFREG|0644, st_size=1329, ...}) = 0
open(&quot;/etc/php.d/memcache.ini&quot;, O_RDONLY) = 3
ioctl(3, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fff2c3137f0) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(3, {st_mode=S_IFREG|0644, st_size=1329, ...}) = 0
mmap(NULL, 1361, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f9e0c770000
fstat(3, {st_mode=S_IFREG|0644, st_size=1329, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f9e0c76f000
lseek(3, 0, SEEK_CUR)                   = 0
munmap(0x7f9e0c770000, 1329)            = 0
close(3)                                = 0
munmap(0x7f9e0c76f000, 4096)            = 0
stat(&quot;/etc/php.d/mysql.ini&quot;, {st_mode=S_IFREG|0644, st_size=51, ...}) = 0
open(&quot;/etc/php.d/mysql.ini&quot;, O_RDONLY)  = 3
ioctl(3, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fff2c3137f0) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(3, {st_mode=S_IFREG|0644, st_size=51, ...}) = 0
mmap(NULL, 83, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f9e0c770000
fstat(3, {st_mode=S_IFREG|0644, st_size=51, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f9e0c76f000
lseek(3, 0, SEEK_CUR)                   = 0
munmap(0x7f9e0c770000, 51)              = 0
close(3)                                = 0
munmap(0x7f9e0c76f000, 4096)            = 0
stat(&quot;/etc/php.d/mysqli.ini&quot;, {st_mode=S_IFREG|0644, st_size=53, ...}) = 0
open(&quot;/etc/php.d/mysqli.ini&quot;, O_RDONLY) = 3
ioctl(3, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fff2c3137f0) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(3, {st_mode=S_IFREG|0644, st_size=53, ...}) = 0
mmap(NULL, 85, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f9e0c770000
fstat(3, {st_mode=S_IFREG|0644, st_size=53, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f9e0c76f000
lseek(3, 0, SEEK_CUR)                   = 0
munmap(0x7f9e0c770000, 53)              = 0
close(3)                                = 0
munmap(0x7f9e0c76f000, 4096)            = 0
stat(&quot;/etc/php.d/pdo.ini&quot;, {st_mode=S_IFREG|0644, st_size=47, ...}) = 0
open(&quot;/etc/php.d/pdo.ini&quot;, O_RDONLY)    = 3
ioctl(3, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fff2c3137f0) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(3, {st_mode=S_IFREG|0644, st_size=47, ...}) = 0
mmap(NULL, 79, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f9e0c770000
fstat(3, {st_mode=S_IFREG|0644, st_size=47, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f9e0c76f000
lseek(3, 0, SEEK_CUR)                   = 0
munmap(0x7f9e0c770000, 47)              = 0
close(3)                                = 0
munmap(0x7f9e0c76f000, 4096)            = 0
stat(&quot;/etc/php.d/pdo_mysql.ini&quot;, {st_mode=S_IFREG|0644, st_size=59, ...}) = 0
open(&quot;/etc/php.d/pdo_mysql.ini&quot;, O_RDONLY) = 3
ioctl(3, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fff2c3137f0) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(3, {st_mode=S_IFREG|0644, st_size=59, ...}) = 0
mmap(NULL, 91, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f9e0c770000
fstat(3, {st_mode=S_IFREG|0644, st_size=59, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f9e0c76f000
lseek(3, 0, SEEK_CUR)                   = 0
munmap(0x7f9e0c770000, 59)              = 0
close(3)                                = 0
munmap(0x7f9e0c76f000, 4096)            = 0
stat(&quot;/etc/php.d/pdo_sqlite.ini&quot;, {st_mode=S_IFREG|0644, st_size=61, ...}) = 0
open(&quot;/etc/php.d/pdo_sqlite.ini&quot;, O_RDONLY) = 3
ioctl(3, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fff2c3137f0) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(3, {st_mode=S_IFREG|0644, st_size=61, ...}) = 0
mmap(NULL, 93, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f9e0c770000
fstat(3, {st_mode=S_IFREG|0644, st_size=61, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f9e0c76f000
lseek(3, 0, SEEK_CUR)                   = 0
munmap(0x7f9e0c770000, 61)              = 0
close(3)                                = 0
munmap(0x7f9e0c76f000, 4096)            = 0
stat(&quot;/etc/php.d/phar.ini&quot;, {st_mode=S_IFREG|0644, st_size=49, ...}) = 0
open(&quot;/etc/php.d/phar.ini&quot;, O_RDONLY)   = 3
ioctl(3, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fff2c3137f0) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(3, {st_mode=S_IFREG|0644, st_size=49, ...}) = 0
mmap(NULL, 81, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f9e0c770000
fstat(3, {st_mode=S_IFREG|0644, st_size=49, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f9e0c76f000
lseek(3, 0, SEEK_CUR)                   = 0
munmap(0x7f9e0c770000, 49)              = 0
close(3)                                = 0
munmap(0x7f9e0c76f000, 4096)            = 0
stat(&quot;/etc/php.d/sqlite3.ini&quot;, {st_mode=S_IFREG|0644, st_size=55, ...}) = 0
open(&quot;/etc/php.d/sqlite3.ini&quot;, O_RDONLY) = 3
ioctl(3, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fff2c3137f0) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(3, {st_mode=S_IFREG|0644, st_size=55, ...}) = 0
mmap(NULL, 87, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f9e0c770000
fstat(3, {st_mode=S_IFREG|0644, st_size=55, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f9e0c76f000
lseek(3, 0, SEEK_CUR)                   = 0
munmap(0x7f9e0c770000, 55)              = 0
close(3)                                = 0
munmap(0x7f9e0c76f000, 4096)            = 0
stat(&quot;/etc/php.d/wddx.ini&quot;, {st_mode=S_IFREG|0644, st_size=49, ...}) = 0
open(&quot;/etc/php.d/wddx.ini&quot;, O_RDONLY)   = 3
ioctl(3, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fff2c3137f0) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(3, {st_mode=S_IFREG|0644, st_size=49, ...}) = 0
mmap(NULL, 81, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f9e0c770000
fstat(3, {st_mode=S_IFREG|0644, st_size=49, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f9e0c76f000
lseek(3, 0, SEEK_CUR)                   = 0
munmap(0x7f9e0c770000, 49)              = 0
close(3)                                = 0
munmap(0x7f9e0c76f000, 4096)            = 0
stat(&quot;/etc/php.d/xmlreader.ini&quot;, {st_mode=S_IFREG|0644, st_size=59, ...}) = 0
open(&quot;/etc/php.d/xmlreader.ini&quot;, O_RDONLY) = 3
ioctl(3, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fff2c3137f0) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(3, {st_mode=S_IFREG|0644, st_size=59, ...}) = 0
mmap(NULL, 91, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f9e0c770000
fstat(3, {st_mode=S_IFREG|0644, st_size=59, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f9e0c76f000
lseek(3, 0, SEEK_CUR)                   = 0
munmap(0x7f9e0c770000, 59)              = 0
close(3)                                = 0
munmap(0x7f9e0c76f000, 4096)            = 0
stat(&quot;/etc/php.d/xmlwriter.ini&quot;, {st_mode=S_IFREG|0644, st_size=59, ...}) = 0
open(&quot;/etc/php.d/xmlwriter.ini&quot;, O_RDONLY) = 3
ioctl(3, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fff2c3137f0) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(3, {st_mode=S_IFREG|0644, st_size=59, ...}) = 0
mmap(NULL, 91, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f9e0c770000
fstat(3, {st_mode=S_IFREG|0644, st_size=59, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f9e0c76f000
lseek(3, 0, SEEK_CUR)                   = 0
munmap(0x7f9e0c770000, 59)              = 0
close(3)                                = 0
munmap(0x7f9e0c76f000, 4096)            = 0
stat(&quot;/etc/php.d/xsl.ini&quot;, {st_mode=S_IFREG|0644, st_size=47, ...}) = 0
open(&quot;/etc/php.d/xsl.ini&quot;, O_RDONLY)    = 3
ioctl(3, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fff2c3137f0) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(3, {st_mode=S_IFREG|0644, st_size=47, ...}) = 0
mmap(NULL, 79, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f9e0c770000
fstat(3, {st_mode=S_IFREG|0644, st_size=47, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f9e0c76f000
lseek(3, 0, SEEK_CUR)                   = 0
munmap(0x7f9e0c770000, 47)              = 0
close(3)                                = 0
munmap(0x7f9e0c76f000, 4096)            = 0
stat(&quot;/etc/php.d/zip.ini&quot;, {st_mode=S_IFREG|0644, st_size=47, ...}) = 0
open(&quot;/etc/php.d/zip.ini&quot;, O_RDONLY)    = 3
ioctl(3, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fff2c3137f0) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(3, {st_mode=S_IFREG|0644, st_size=47, ...}) = 0
mmap(NULL, 79, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f9e0c770000
fstat(3, {st_mode=S_IFREG|0644, st_size=47, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f9e0c76f000
lseek(3, 0, SEEK_CUR)                   = 0
munmap(0x7f9e0c770000, 47)              = 0
close(3)                                = 0
munmap(0x7f9e0c76f000, 4096)            = 0
mmap(NULL, 323584, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f9e0c722000
brk(0x23a3000)                          = 0x23a3000
brk(0x23c4000)                          = 0x23c4000
brk(0x23e5000)                          = 0x23e5000
futex(0x7f9e0b3ed0ec, FUTEX_WAKE_PRIVATE, 2147483647) = 0
open(&quot;/usr/lib64/php/modules/apc.so&quot;, O_RDONLY) = 3
read(3, &quot;\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0&gt;\0\1\0\0\0\300\210\0\0\0\0\0\0&quot;..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=142912, ...}) = 0
mmap(NULL, 2274152, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f9e02a08000
mprotect(0x7f9e02a29000, 2093056, PROT_NONE) = 0
mmap(0x7f9e02c28000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x20000) = 0x7f9e02c28000
mmap(0x7f9e02c2b000, 33640, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f9e02c2b000
close(3)                                = 0
open(&quot;/etc/ld.so.cache&quot;, O_RDONLY)      = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=26557, ...}) = 0
mmap(NULL, 26557, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f9e0c7bf000
close(3)                                = 0
open(&quot;/lib64/librt.so.1&quot;, O_RDONLY)     = 3
read(3, &quot;\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0&gt;\0\1\0\0\0@!\0\0\0\0\0\0&quot;..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=43832, ...}) = 0
mmap(NULL, 2128816, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f9e02800000
mprotect(0x7f9e02807000, 2093056, PROT_NONE) = 0
mmap(0x7f9e02a06000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x6000) = 0x7f9e02a06000
close(3)                                = 0
mprotect(0x7f9e02a06000, 4096, PROT_READ) = 0
munmap(0x7f9e0c7bf000, 26557)           = 0
open(&quot;/usr/lib64/php/modules/curl.so&quot;, O_RDONLY) = 3
read(3, &quot;\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0&gt;\0\1\0\0\0\3001\0\0\0\0\0\0&quot;..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=66096, ...}) = 0
mmap(NULL, 2161288, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f9e025f0000
mprotect(0x7f9e025ff000, 2093056, PROT_NONE) = 0
mmap(0x7f9e027fe000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xe000) = 0x7f9e027fe000
close(3)                                = 0
open(&quot;/etc/ld.so.cache&quot;, O_RDONLY)      = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=26557, ...}) = 0
mmap(NULL, 26557, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f9e0c7bf000
close(3)                                = 0
open(&quot;/usr/lib64/libcurl.so.4&quot;, O_RDONLY) = 3
read(3, &quot;\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0&gt;\0\1\0\0\0\260\333\0\0\0\0\0\0&quot;..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=340264, ...}) = 0
mmap(NULL, 2436200, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f9e0239d000
mprotect(0x7f9e023ee000, 2093056, PROT_NONE) = 0
mmap(0x7f9e025ed000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x50000) = 0x7f9e025ed000
close(3)                                = 0
open(&quot;/lib64/libidn.so.11&quot;, O_RDONLY)   = 3
read(3, &quot;\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0&gt;\0\1\0\0\0\0/\0\0\0\0\0\0&quot;..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=206672, ...}) = 0
mmap(NULL, 2301768, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f9e0216b000
mprotect(0x7f9e0219d000, 2093056, PROT_NONE) = 0
mmap(0x7f9e0239c000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x31000) = 0x7f9e0239c000
close(3)                                = 0
open(&quot;/lib64/libldap-2.4.so.2&quot;, O_RDONLY) = 3
read(3, &quot;\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0&gt;\0\1\0\0\0\220\340\0\0\0\0\0\0&quot;..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=304576, ...}) = 0
mmap(NULL, 2399824, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f9e01f21000
mprotect(0x7f9e01f69000, 2093056, PROT_NONE) = 0
mmap(0x7f9e02168000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x47000) = 0x7f9e02168000
close(3)                                = 0
open(&quot;/usr/lib64/libssl3.so&quot;, O_RDONLY) = 3
read(3, &quot;\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0&gt;\0\1\0\0\0@|\0\0\0\0\0\0&quot;..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=214720, ...}) = 0
mmap(NULL, 2311616, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f9e01cec000
mprotect(0x7f9e01d1e000, 2097152, PROT_NONE) = 0
mmap(0x7f9e01f1e000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x32000) = 0x7f9e01f1e000
mmap(0x7f9e01f20000, 1472, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f9e01f20000
close(3)                                = 0
open(&quot;/usr/lib64/libsmime3.so&quot;, O_RDONLY) = 3
read(3, &quot;\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0&gt;\0\1\0\0\0\200\236\0\0\0\0\0\0&quot;..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=185024, ...}) = 0
mmap(NULL, 2280328, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f9e01abf000
mprotect(0x7f9e01ae8000, 2097152, PROT_NONE) = 0
mmap(0x7f9e01ce8000, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x29000) = 0x7f9e01ce8000
close(3)                                = 0
open(&quot;/usr/lib64/libnss3.so&quot;, O_RDONLY) = 3
read(3, &quot;\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0&gt;\0\1\0\0\0\20\207\1\0\0\0\0\0&quot;..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=1284848, ...}) = 0
mmap(NULL, 3385928, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f9e01784000
mprotect(0x7f9e018b8000, 2093056, PROT_NONE) = 0
mmap(0x7f9e01ab7000, 28672, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x133000) = 0x7f9e01ab7000
mmap(0x7f9e01abe000, 2632, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f9e01abe000
close(3)                                = 0
open(&quot;/usr/lib64/libnssutil3.so&quot;, O_RDONLY) = 3
read(3, &quot;\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0&gt;\0\1\0\0\0`\205\0\0\0\0\0\0&quot;..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=124936, ...}) = 0
mmap(NULL, 2221488, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f9e01565000
mprotect(0x7f9e0157f000, 2093056, PROT_NONE) = 0
mmap(0x7f9e0177e000, 24576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x19000) = 0x7f9e0177e000
close(3)                                = 0
open(&quot;/lib64/libplds4.so&quot;, O_RDONLY)    = 3
read(3, &quot;\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0&gt;\0\1\0\0\0\240\16\0\0\0\0\0\0&quot;..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=12192, ...}) = 0
mmap(NULL, 2107408, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f9e01362000
mprotect(0x7f9e01365000, 2093056, PROT_NONE) = 0
mmap(0x7f9e01564000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7f9e01564000
close(3)                                = 0
open(&quot;/lib64/libplc4.so&quot;, O_RDONLY)     = 3
read(3, &quot;\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0&gt;\0\1\0\0\0\320\23\0\0\0\0\0\0&quot;..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=16352, ...}) = 0
mmap(NULL, 2111544, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f9e0115e000
mprotect(0x7f9e01162000, 2093056, PROT_NONE) = 0
mmap(0x7f9e01361000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3000) = 0x7f9e01361000
close(3)                                = 0
open(&quot;/lib64/libnspr4.so&quot;, O_RDONLY)    = 3
read(3, &quot;\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0&gt;\0\1\0\0\0\220\317\0\0\0\0\0\0&quot;..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=239088, ...}) = 0
mmap(NULL, 2344800, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f9e00f21000
mprotect(0x7f9e00f59000, 2097152, PROT_NONE) = 0
mmap(0x7f9e01159000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x38000) = 0x7f9e01159000
mmap(0x7f9e0115b000, 10080, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f9e0115b000
close(3)                                = 0
open(&quot;/usr/lib64/libssh2.so.1&quot;, O_RDONLY) = 3
read(3, &quot;\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0&gt;\0\1\0\0\0pG\0\0\0\0\0\0&quot;..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=157472, ...}) = 0
mmap(NULL, 2252760, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f9e00cfb000
mprotect(0x7f9e00d21000, 2093056, PROT_NONE) = 0
mmap(0x7f9e00f20000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x25000) = 0x7f9e00f20000
close(3)                                = 0
open(&quot;/lib64/liblber-2.4.so.2&quot;, O_RDONLY) = 3
read(3, &quot;\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0&gt;\0\1\0\0\0\2205\0\0\0\0\0\0&quot;..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=58016, ...}) = 0
mmap(NULL, 2153320, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f9e00aed000
mprotect(0x7f9e00afb000, 2093056, PROT_NONE) = 0
mmap(0x7f9e00cfa000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xd000) = 0x7f9e00cfa000
close(3)                                = 0
open(&quot;/usr/lib64/libsasl2.so.2&quot;, O_RDONLY) = 3
read(3, &quot;\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0&gt;\0\1\0\0\0\240F\0\0\0\0\0\0&quot;..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=107152, ...}) = 0
mmap(NULL, 2202512, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f9e008d3000
mprotect(0x7f9e008ec000, 2097152, PROT_NONE) = 0
mmap(0x7f9e00aec000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x19000) = 0x7f9e00aec000
close(3)                                = 0
munmap(0x7f9e0c7bf000, 26557)           = 0
open(&quot;/usr/lib64/php/modules/dom.so&quot;, O_RDONLY) = 3
read(3, &quot;\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0&gt;\0\1\0\0\0\240\225\0\0\0\0\0\0&quot;..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=170360, ...}) = 0
mmap(NULL, 2268048, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f9e006a9000
mprotect(0x7f9e006cd000, 2097152, PROT_NONE) = 0
mmap(0x7f9e008cd000, 24576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x24000) = 0x7f9e008cd000
close(3)                                = 0
open(&quot;/usr/lib64/php/modules/fileinfo.so&quot;, O_RDONLY) = 3
read(3, &quot;\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0&gt;\0\1\0\0\0\340.\0\0\0\0\0\0&quot;..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=1843408, ...}) = 0
mmap(NULL, 3939400, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f9e002e7000
mprotect(0x7f9e004a8000, 2093056, PROT_NONE) = 0
mmap(0x7f9e006a7000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1c0000) = 0x7f9e006a7000
close(3)                                = 0
open(&quot;/usr/lib64/php/modules/gd.so&quot;, O_RDONLY) = 3
read(3, &quot;\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0&gt;\0\1\0\0\0pz\0\0\0\0\0\0&quot;..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=328368, ...}) = 0
mmap(NULL, 2440000, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f9e00093000
mprotect(0x7f9e000de000, 2093056, PROT_NONE) = 0
mmap(0x7f9e002dd000, 24576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x4a000) = 0x7f9e002dd000
mmap(0x7f9e002e3000, 15168, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f9e002e3000
close(3)                                = 0
open(&quot;/etc/ld.so.cache&quot;, O_RDONLY)      = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=26557, ...}) = 0
mmap(NULL, 26557, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f9e0c7bf000
close(3)                                = 0
open(&quot;/usr/lib64/libfreetype.so.6&quot;, O_RDONLY) = 3
read(3, &quot;\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0&gt;\0\1\0\0\0P\310\0\0\0\0\0\0&quot;..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=642440, ...}) = 0
mmap(NULL, 2737680, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f9dffdf6000
mprotect(0x7f9dffe8d000, 2097152, PROT_NONE) = 0
mmap(0x7f9e0008d000, 24576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x97000) = 0x7f9e0008d000
close(3)                                = 0
open(&quot;/usr/lib64/libX11.so.6&quot;, O_RDONLY) = 3
read(3, &quot;\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0&gt;\0\1\0\0\0\200\335\1\0\0\0\0\0&quot;..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=1306120, ...}) = 0
mmap(NULL, 3403144, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f9dffab7000
mprotect(0x7f9dffbf0000, 2097152, PROT_NONE) = 0
mmap(0x7f9dffdf0000, 24576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x139000) = 0x7f9dffdf0000
close(3)                                = 0
open(&quot;/usr/lib64/libXpm.so.4&quot;, O_RDONLY) = 3
read(3, &quot;\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0&gt;\0\1\0\0\0`/\0\0\0\0\0\0&quot;..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=70416, ...}) = 0
mmap(NULL, 2165592, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f9dff8a6000
mprotect(0x7f9dff8b7000, 2093056, PROT_NONE) = 0
mmap(0x7f9dffab6000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x10000) = 0x7f9dffab6000
close(3)                                = 0
open(&quot;/usr/lib64/libpng12.so.0&quot;, O_RDONLY) = 3
read(3, &quot;\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0&gt;\0\1\0\0\0000H\0\0\0\0\0\0&quot;..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=157224, ...}) = 0
mmap(NULL, 2252320, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f9dff680000
mprotect(0x7f9dff6a6000, 2093056, PROT_NONE) = 0
mmap(0x7f9dff8a5000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x25000) = 0x7f9dff8a5000
close(3)                                = 0
open(&quot;/usr/lib64/libjpeg.so.62&quot;, O_RDONLY) = 3
read(3, &quot;\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0&gt;\0\1\0\0\0\2404\0\0\0\0\0\0&quot;..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=147496, ...}) = 0
mmap(NULL, 2242736, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f9dff45c000
mprotect(0x7f9dff47f000, 2097152, PROT_NONE) = 0
mmap(0x7f9dff67f000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x23000) = 0x7f9dff67f000
close(3)                                = 0
open(&quot;/usr/lib64/libxcb.so.1&quot;, O_RDONLY) = 3
read(3, &quot;\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0&gt;\0\1\0\0\0P\206\0\0\0\0\0\0&quot;..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=110424, ...}) = 0
mmap(NULL, 2205704, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f9dff241000
mprotect(0x7f9dff25c000, 2093056, PROT_NONE) = 0
mmap(0x7f9dff45b000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1a000) = 0x7f9dff45b000
close(3)                                = 0
open(&quot;/usr/lib64/libXau.so.6&quot;, O_RDONLY) = 3
read(3, &quot;\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0&gt;\0\1\0\0\0\320\r\0\0\0\0\0\0&quot;..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=10856, ...}) = 0
mmap(NULL, 2106112, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f9dff03e000
mprotect(0x7f9dff040000, 2097152, PROT_NONE) = 0
mmap(0x7f9dff240000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7f9dff240000
close(3)                                = 0
munmap(0x7f9e0c7bf000, 26557)           = 0
open(&quot;/usr/lib64/php/modules/json.so&quot;, O_RDONLY) = 3
read(3, &quot;\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0&gt;\0\1\0\0\0\0\23\0\0\0\0\0\0&quot;..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=36200, ...}) = 0
mmap(NULL, 2131392, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f9dfee35000
mprotect(0x7f9dfee3d000, 2097152, PROT_NONE) = 0
mmap(0x7f9dff03d000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x8000) = 0x7f9dff03d000
close(3)                                = 0
open(&quot;/usr/lib64/php/modules/mbstring.so&quot;, O_RDONLY) = 3
read(3, &quot;\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0&gt;\0\1\0\0\0\340&lt;\1\0\0\0\0\0&quot;..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=2183496, ...}) = 0
mmap(NULL, 4278992, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f9dfea20000
mprotect(0x7f9dfec2a000, 2093056, PROT_NONE) = 0
mmap(0x7f9dfee29000, 49152, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x209000) = 0x7f9dfee29000
close(3)                                = 0
brk(0x2406000)                          = 0x2406000
open(&quot;/usr/lib64/php/modules/mcrypt.so&quot;, O_RDONLY) = 3
read(3, &quot;\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0&gt;\0\1\0\0\0\3209\0\0\0\0\0\0&quot;..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=46760, ...}) = 0
mmap(NULL, 2142056, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f9dfe815000
mprotect(0x7f9dfe81e000, 2097152, PROT_NONE) = 0
mmap(0x7f9dfea1e000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x9000) = 0x7f9dfea1e000
close(3)                                = 0
open(&quot;/etc/ld.so.cache&quot;, O_RDONLY)      = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=26557, ...}) = 0
mmap(NULL, 26557, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f9e0c7bf000
close(3)                                = 0
open(&quot;/usr/lib64/libmcrypt.so.4&quot;, O_RDONLY) = 3
read(3, &quot;\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0&gt;\0\1\0\0\0P\274\0\0\0\0\0\0&quot;..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=207160, ...}) = 0
mmap(NULL, 2325472, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f9dfe5dd000
mprotect(0x7f9dfe60c000, 2097152, PROT_NONE) = 0
mmap(0x7f9dfe80c000, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2f000) = 0x7f9dfe80c000
mmap(0x7f9dfe810000, 19424, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f9dfe810000
close(3)                                = 0
munmap(0x7f9e0c7bf000, 26557)           = 0
open(&quot;/usr/lib64/php/modules/memcache.so&quot;, O_RDONLY) = 3
read(3, &quot;\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0&gt;\0\1\0\0\0\20T\0\0\0\0\0\0&quot;..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=98632, ...}) = 0
mmap(NULL, 2193944, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f9dfe3c5000
mprotect(0x7f9dfe3dc000, 2093056, PROT_NONE) = 0
mmap(0x7f9dfe5db000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x16000) = 0x7f9dfe5db000
close(3)                                = 0
open(&quot;/usr/lib64/php/modules/mysql.so&quot;, O_RDONLY) = 3
read(3, &quot;\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0&gt;\0\1\0\0\0\240B\0\0\0\0\0\0&quot;..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=54408, ...}) = 0
mmap(NULL, 2149768, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f9dfe1b8000
mprotect(0x7f9dfe1c3000, 2097152, PROT_NONE) = 0
mmap(0x7f9dfe3c3000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xb000) = 0x7f9dfe3c3000
close(3)                                = 0
open(&quot;/etc/ld.so.cache&quot;, O_RDONLY)      = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=26557, ...}) = 0
mmap(NULL, 26557, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f9e0c7bf000
close(3)                                = 0
open(&quot;/usr/lib64/mysql/libmysqlclient.so.16&quot;, O_RDONLY) = 3
read(3, &quot;\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0&gt;\0\1\0\0\0\320\32\2\0\0\0\0\0&quot;..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=1577608, ...}) = 0
mmap(NULL, 3677864, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f9dfde36000
mprotect(0x7f9dfdf6b000, 2093056, PROT_NONE) = 0
mmap(0x7f9dfe16a000, 315392, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x134000) = 0x7f9dfe16a000
mmap(0x7f9dfe1b7000, 3752, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f9dfe1b7000
close(3)                                = 0
munmap(0x7f9e0c7bf000, 26557)           = 0
open(&quot;/usr/lib64/php/modules/mysqli.so&quot;, O_RDONLY) = 3
read(3, &quot;\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0&gt;\0\1\0\0\0\0\220\0\0\0\0\0\0&quot;..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=136032, ...}) = 0
mmap(NULL, 2232272, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f9dfdc15000
mprotect(0x7f9dfdc31000, 2093056, PROT_NONE) = 0
mmap(0x7f9dfde30000, 24576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1b000) = 0x7f9dfde30000
close(3)                                = 0
open(&quot;/usr/lib64/php/modules/pdo.so&quot;, O_RDONLY) = 3
read(3, &quot;\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0&gt;\0\1\0\0\0\260X\0\0\0\0\0\0&quot;..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=102456, ...}) = 0
mmap(NULL, 2198440, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f9dfd9fc000
mprotect(0x7f9dfda12000, 2097152, PROT_NONE) = 0
mmap(0x7f9dfdc12000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x16000) = 0x7f9dfdc12000
close(3)                                = 0
open(&quot;/usr/lib64/php/modules/pdo_mysql.so&quot;, O_RDONLY) = 3
read(3, &quot;\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0&gt;\0\1\0\0\0\320%\0\0\0\0\0\0&quot;..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=30016, ...}) = 0
mmap(NULL, 2125200, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f9dfd7f5000
mprotect(0x7f9dfd7fc000, 2093056, PROT_NONE) = 0
mmap(0x7f9dfd9fb000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x6000) = 0x7f9dfd9fb000
close(3)                                = 0
open(&quot;/usr/lib64/php/modules/pdo_sqlite.so&quot;, O_RDONLY) = 3
read(3, &quot;\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0&gt;\0\1\0\0\0\240$\0\0\0\0\0\0&quot;..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=24640, ...}) = 0
mmap(NULL, 2119816, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f9dfd5ef000
mprotect(0x7f9dfd5f5000, 2093056, PROT_NONE) = 0
mmap(0x7f9dfd7f4000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x5000) = 0x7f9dfd7f4000
close(3)                                = 0
open(&quot;/etc/ld.so.cache&quot;, O_RDONLY)      = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=26557, ...}) = 0
mmap(NULL, 26557, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f9e0c7bf000
close(3)                                = 0
open(&quot;/usr/lib64/libsqlite3.so.0&quot;, O_RDONLY) = 3
read(3, &quot;\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0&gt;\0\1\0\0\0\340\212\0\0\0\0\0\0&quot;..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=583552, ...}) = 0
mmap(NULL, 2680208, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f9dfd360000
mprotect(0x7f9dfd3ec000, 2093056, PROT_NONE) = 0
mmap(0x7f9dfd5eb000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x8b000) = 0x7f9dfd5eb000
mmap(0x7f9dfd5ee000, 1424, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f9dfd5ee000
close(3)                                = 0
munmap(0x7f9e0c7bf000, 26557)           = 0
open(&quot;/usr/lib64/php/modules/phar.so&quot;, O_RDONLY) = 3
read(3, &quot;\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0&gt;\0\1\0\0\0\260b\0\0\0\0\0\0&quot;..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=261392, ...}) = 0
mmap(NULL, 2357704, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f9dfd120000
mprotect(0x7f9dfd15d000, 2097152, PROT_NONE) = 0
mmap(0x7f9dfd35d000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3d000) = 0x7f9dfd35d000
close(3)                                = 0
open(&quot;/usr/lib64/php/modules/sqlite3.so&quot;, O_RDONLY) = 3
read(3, &quot;\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0&gt;\0\1\0\0\0\220=\0\0\0\0\0\0&quot;..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=44368, ...}) = 0
mmap(NULL, 2140264, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f9dfcf15000
mprotect(0x7f9dfcf1f000, 2093056, PROT_NONE) = 0
mmap(0x7f9dfd11e000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x9000) = 0x7f9dfd11e000
close(3)                                = 0
open(&quot;/usr/lib64/php/modules/wddx.so&quot;, O_RDONLY) = 3
read(3, &quot;\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0&gt;\0\1\0\0\0P\37\0\0\0\0\0\0&quot;..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=33320, ...}) = 0
mmap(NULL, 2128512, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f9dfcd0d000
mprotect(0x7f9dfcd15000, 2093056, PROT_NONE) = 0
mmap(0x7f9dfcf14000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x7000) = 0x7f9dfcf14000
close(3)                                = 0
open(&quot;/usr/lib64/php/modules/xmlreader.so&quot;, O_RDONLY) = 3
read(3, &quot;\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0&gt;\0\1\0\0\0\20.\0\0\0\0\0\0&quot;..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=30096, ...}) = 0
mmap(NULL, 2125616, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f9dfcb06000
mprotect(0x7f9dfcb0c000, 2093056, PROT_NONE) = 0
mmap(0x7f9dfcd0b000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x5000) = 0x7f9dfcd0b000
close(3)                                = 0
open(&quot;/usr/lib64/php/modules/xmlwriter.so&quot;, O_RDONLY) = 3
read(3, &quot;\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0&gt;\0\1\0\0\0\0D\0\0\0\0\0\0&quot;..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=46736, ...}) = 0
mmap(NULL, 2142192, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f9dfc8fb000
mprotect(0x7f9dfc903000, 2093056, PROT_NONE) = 0
mmap(0x7f9dfcb02000, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x7000) = 0x7f9dfcb02000
close(3)                                = 0
brk(0x2427000)                          = 0x2427000
open(&quot;/usr/lib64/php/modules/xsl.so&quot;, O_RDONLY) = 3
read(3, &quot;\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0&gt;\0\1\0\0\00001\0\0\0\0\0\0&quot;..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=34056, ...}) = 0
mmap(NULL, 2129488, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f9dfc6f3000
mprotect(0x7f9dfc6fa000, 2097152, PROT_NONE) = 0
mmap(0x7f9dfc8fa000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x7000) = 0x7f9dfc8fa000
close(3)                                = 0
open(&quot;/etc/ld.so.cache&quot;, O_RDONLY)      = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=26557, ...}) = 0
mmap(NULL, 26557, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f9e0c7bf000
close(3)                                = 0
open(&quot;/usr/lib64/libexslt.so.0&quot;, O_RDONLY) = 3
read(3, &quot;\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0&gt;\0\1\0\0\0\0:\0\0\0\0\0\0&quot;..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=81688, ...}) = 0
mmap(NULL, 2176864, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f9dfc4df000
mprotect(0x7f9dfc4f2000, 2097152, PROT_NONE) = 0
mmap(0x7f9dfc6f2000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x13000) = 0x7f9dfc6f2000
close(3)                                = 0
open(&quot;/usr/lib64/libxslt.so.1&quot;, O_RDONLY) = 3
read(3, &quot;\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0&gt;\0\1\0\0\0\340\251\0\0\0\0\0\0&quot;..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=246152, ...}) = 0
mmap(NULL, 2341432, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f9dfc2a3000
mprotect(0x7f9dfc2de000, 2093056, PROT_NONE) = 0
mmap(0x7f9dfc4dd000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3a000) = 0x7f9dfc4dd000
close(3)                                = 0
open(&quot;/lib64/libgcrypt.so.11&quot;, O_RDONLY) = 3
read(3, &quot;\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0&gt;\0\1\0\0\0\0m\0\0\0\0\0\0&quot;..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=476832, ...}) = 0
mmap(NULL, 2573248, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f9dfc02e000
mprotect(0x7f9dfc0a0000, 2093056, PROT_NONE) = 0
mmap(0x7f9dfc29f000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x71000) = 0x7f9dfc29f000
mmap(0x7f9dfc2a2000, 960, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f9dfc2a2000
close(3)                                = 0
open(&quot;/lib64/libgpg-error.so.0&quot;, O_RDONLY) = 3
read(3, &quot;\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0&gt;\0\1\0\0\0\360\7\0\0\0\0\0\0&quot;..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=13304, ...}) = 0
mmap(NULL, 2108544, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f9dfbe2b000
mprotect(0x7f9dfbe2e000, 2093056, PROT_NONE) = 0
mmap(0x7f9dfc02d000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7f9dfc02d000
close(3)                                = 0
munmap(0x7f9e0c7bf000, 26557)           = 0
open(&quot;/usr/lib64/php/modules/zip.so&quot;, O_RDONLY) = 3
read(3, &quot;\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0&gt;\0\1\0\0\0\220L\0\0\0\0\0\0&quot;..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=82960, ...}) = 0
mmap(NULL, 2178616, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f9dfbc17000
mprotect(0x7f9dfbc2a000, 2093056, PROT_NONE) = 0
mmap(0x7f9dfbe29000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x12000) = 0x7f9dfbe29000
close(3)                                = 0
futex(0x7f9e0afcfde0, FUTEX_WAKE_PRIVATE, 2147483647) = 0
open(&quot;/proc/sys/crypto/fips_enabled&quot;, O_RDONLY) = 3
read(3, &quot;0\n&quot;, 2)                       = 2
close(3)                                = 0
brk(0x2448000)                          = 0x2448000
ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0
rt_sigprocmask(SIG_BLOCK, [WINCH], [], 8) = 0
ioctl(1, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fff2c314040) = -1 ENOTTY (Inappropriate ioctl for device)
stat(&quot;/root/.terminfo&quot;, 0x7fff2c312fa0) = -1 ENOENT (No such file or directory)
stat(&quot;/etc/terminfo&quot;, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
access(&quot;/etc/terminfo/x/xterm&quot;, R_OK)   = -1 ENOENT (No such file or directory)
stat(&quot;/usr/share/terminfo&quot;, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
access(&quot;/usr/share/terminfo/x/xterm&quot;, R_OK) = 0
open(&quot;/usr/share/terminfo/x/xterm&quot;, O_RDONLY) = 3
read(3, &quot;\32\0010\0&amp;\0\17\0\235\1l\5xterm|xterm terminal&quot;..., 4097) = 3258
close(3)                                = 0
ioctl(2, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fff2c314040) = -1 ENOTTY (Inappropriate ioctl for device)
ioctl(2, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fff2c313fe0) = -1 ENOTTY (Inappropriate ioctl for device)
ioctl(0, TIOCGWINSZ, {ws_row=24, ws_col=80, ws_xpixel=0, ws_ypixel=0}) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0
ioctl(0, SNDCTL_TMR_STOP or TCSETSW, {B38400 opost isig icanon echo ...}) = 0
rt_sigprocmask(SIG_BLOCK, [HUP INT QUIT TERM CONT STOP TSTP WINCH], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
open(&quot;/root/.editrc&quot;, O_RDONLY)         = -1 ENOENT (No such file or directory)
brk(0x2469000)                          = 0x2469000
brk(0x248b000)                          = 0x248b000
brk(0x24ac000)                          = 0x24ac000
brk(0x24cd000)                          = 0x24cd000
brk(0x24ee000)                          = 0x24ee000
open(&quot;/etc/nsswitch.conf&quot;, O_RDONLY)    = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=1688, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f9e0c7c5000
read(3, &quot;#\n# /etc/nsswitch.conf\n#\n# An ex&quot;..., 4096) = 1688
read(3, &quot;&quot;, 4096)                       = 0
close(3)                                = 0
munmap(0x7f9e0c7c5000, 4096)            = 0
open(&quot;/etc/ld.so.cache&quot;, O_RDONLY)      = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=26557, ...}) = 0
mmap(NULL, 26557, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f9e0c7bf000
close(3)                                = 0
open(&quot;/lib64/libnss_files.so.2&quot;, O_RDONLY) = 3
read(3, &quot;\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0&gt;\0\1\0\0\0\360!\0\0\0\0\0\0&quot;..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=65928, ...}) = 0
mmap(NULL, 2151824, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f9dfba09000
mprotect(0x7f9dfba15000, 2097152, PROT_NONE) = 0
mmap(0x7f9dfbc15000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xc000) = 0x7f9dfbc15000
close(3)                                = 0
mprotect(0x7f9dfbc15000, 4096, PROT_READ) = 0
munmap(0x7f9e0c7bf000, 26557)           = 0
open(&quot;/etc/protocols&quot;, O_RDONLY|O_CLOEXEC) = 3
fcntl(3, F_GETFD)                       = 0x1 (flags FD_CLOEXEC)
fstat(3, {st_mode=S_IFREG|0644, st_size=6455, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f9e0c7c5000
read(3, &quot;# /etc/protocols:\n# $Id: protoco&quot;..., 4096) = 4096
close(3)                                = 0
munmap(0x7f9e0c7c5000, 4096)            = 0
open(&quot;/etc/protocols&quot;, O_RDONLY|O_CLOEXEC) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=6455, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f9e0c7c5000
read(3, &quot;# /etc/protocols:\n# $Id: protoco&quot;..., 4096) = 4096
close(3)                                = 0
munmap(0x7f9e0c7c5000, 4096)            = 0
brk(0x2511000)                          = 0x2511000
sched_get_priority_min(SCHED_OTHER)     = 0
sched_get_priority_max(SCHED_OTHER)     = 0
sched_getparam(21737, { 0 })            = 0
sched_getscheduler(21737)               = 0 (SCHED_OTHER)
sched_setscheduler(21737, SCHED_OTHER, { 0 }) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f9e099dc980}, NULL, 8) = 0
gettimeofday({1357703668, 760524}, NULL) = 0
brk(0x2532000)                          = 0x2532000
brk(0x2553000)                          = 0x2553000
socket(PF_FILE, SOCK_STREAM|SOCK_CLOEXEC|SOCK_NONBLOCK, 0) = 3
connect(3, {sa_family=AF_FILE, path=&quot;/var/run/nscd/socket&quot;}, 110) = -1 ENOENT (No such file or directory)
close(3)                                = 0
socket(PF_FILE, SOCK_STREAM|SOCK_CLOEXEC|SOCK_NONBLOCK, 0) = 3
connect(3, {sa_family=AF_FILE, path=&quot;/var/run/nscd/socket&quot;}, 110) = -1 ENOENT (No such file or directory)
close(3)                                = 0
open(&quot;/etc/services&quot;, O_RDONLY|O_CLOEXEC) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=640999, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f9e0c7c5000
read(3, &quot;# /etc/services:\n# $Id: services&quot;..., 4096) = 4096
read(3, &quot;ervice\nfinger          79/tcp\nfi&quot;..., 4096) = 4096
read(3, &quot;     209/udp                    &quot;..., 4096) = 4096
read(3, &quot;a-cluster      694/tcp          &quot;..., 4096) = 4096
read(3, &quot;   1494/tcp                     &quot;..., 4096) = 4096
read(3, &quot;603/udp                        #&quot;..., 4096) = 4096
close(3)                                = 0
munmap(0x7f9e0c7c5000, 4096)            = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [PIPE], SA_RESTORER|SA_RESTART, 0x7f9e099dc980}, {SIG_IGN, [], SA_RESTORER, 0x7f9e099dc980}, 8) = 0
brk(0x2574000)                          = 0x2574000
brk(0x2595000)                          = 0x2595000
brk(0x25b6000)                          = 0x25b6000
munmap(0x7f9e0c771000, 266240)          = 0
brk(0x25f6000)                          = 0x25f6000
open(&quot;counter.php&quot;, O_RDONLY)           = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=161, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f9e0c7c5000
read(3, &quot;&lt;?php\n$fp = fopen( \&quot;count.txt\&quot;, &quot;..., 4096) = 161
lseek(3, 0, SEEK_SET)                   = 0
mmap(NULL, 528384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f9e0c6a1000
rt_sigaction(SIGPROF, {0x59add0, [PROF], SA_RESTORER|SA_RESTART, 0x7f9e099dc980}, {SIG_DFL, [], 0}, 8) = 0
rt_sigprocmask(SIG_UNBLOCK, [PROF], NULL, 8) = 0
gettimeofday({1357703668, 762868}, NULL) = 0
fstat(0, {st_mode=S_IFCHR|0620, st_rdev=makedev(136, 0), ...}) = 0
fstat(0, {st_mode=S_IFCHR|0620, st_rdev=makedev(136, 0), ...}) = 0
fstat(0, {st_mode=S_IFCHR|0620, st_rdev=makedev(136, 0), ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f9e0c6a0000
lseek(0, 0, SEEK_CUR)                   = -1 ESPIPE (Illegal seek)
fstat(1, {st_mode=S_IFREG|0644, st_size=68227, ...}) = 0
fstat(1, {st_mode=S_IFREG|0644, st_size=68284, ...}) = 0
fstat(1, {st_mode=S_IFREG|0644, st_size=68341, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f9e0c69f000
lseek(1, 0, SEEK_CUR)                   = 68499
fstat(2, {st_mode=S_IFREG|0644, st_size=68536, ...}) = 0
fstat(2, {st_mode=S_IFREG|0644, st_size=68593, ...}) = 0
lseek(2, 0, SEEK_CUR)                   = 68661
getcwd(&quot;/var/www/pp19dd.com/projects/c-vs-php&quot;, 4096) = 38
gettimeofday({1357703668, 763339}, NULL) = 0
lstat(&quot;/var/www/pp19dd.com/projects/c-vs-php/counter.php&quot;, {st_mode=S_IFREG|0644, st_size=161, ...}) = 0
lstat(&quot;/var/www/pp19dd.com/projects/c-vs-php&quot;, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat(&quot;/var/www/pp19dd.com/projects&quot;, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat(&quot;/var/www/pp19dd.com&quot;, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat(&quot;/var/www&quot;, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat(&quot;/var&quot;, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
ioctl(3, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fff2c312640) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(3, {st_mode=S_IFREG|0644, st_size=161, ...}) = 0
mmap(NULL, 193, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f9e0c69e000
munmap(0x7f9e0c69e000, 161)             = 0
close(3)                                = 0
munmap(0x7f9e0c7c5000, 4096)            = 0
getcwd(&quot;/var/www/pp19dd.com/projects/c-vs-php&quot;, 4096) = 38
gettimeofday({1357703668, 763873}, NULL) = 0
lstat(&quot;/var/www/pp19dd.com/projects/c-vs-php/count.txt&quot;, {st_mode=S_IFREG|0666, st_size=2, ...}) = 0
open(&quot;/var/www/pp19dd.com/projects/c-vs-php/count.txt&quot;, O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0666, st_size=2, ...}) = 0
lseek(3, 0, SEEK_CUR)                   = 0
read(3, &quot;36&quot;, 8192)                     = 2
read(3, &quot;&quot;, 8192)                       = 0
close(3)                                = 0
getcwd(&quot;/var/www/pp19dd.com/projects/c-vs-php&quot;, 4096) = 38
gettimeofday({1357703668, 764205}, NULL) = 0
open(&quot;/var/www/pp19dd.com/projects/c-vs-php/count.txt&quot;, O_WRONLY|O_CREAT|O_TRUNC, 0666) = 3
fstat(3, {st_mode=S_IFREG|0666, st_size=0, ...}) = 0
lseek(3, 0, SEEK_CUR)                   = 0
write(3, &quot;37&quot;, 2)                       = 2
close(3)                                = 0
munmap(0x7f9e0c6a1000, 528384)          = 0
close(2)                                = 0
close(1)                                = 0
munmap(0x7f9e0c69f000, 4096)            = 0
close(0)                                = 0
munmap(0x7f9e0c6a0000, 4096)            = 0
munmap(0x7f9dfbc17000, 2178616)         = 0
munmap(0x7f9dfc6f3000, 2129488)         = 0
munmap(0x7f9dfc4df000, 2176864)         = 0
munmap(0x7f9dfc2a3000, 2341432)         = 0
munmap(0x7f9dfc02e000, 2573248)         = 0
munmap(0x7f9dfbe2b000, 2108544)         = 0
munmap(0x7f9dfc8fb000, 2142192)         = 0
munmap(0x7f9dfcb06000, 2125616)         = 0
munmap(0x7f9dfcd0d000, 2128512)         = 0
munmap(0x7f9dfcf15000, 2140264)         = 0
munmap(0x7f9dfd120000, 2357704)         = 0
munmap(0x7f9dfd5ef000, 2119816)         = 0
munmap(0x7f9dfd360000, 2680208)         = 0
munmap(0x7f9dfd7f5000, 2125200)         = 0
munmap(0x7f9dfd9fc000, 2198440)         = 0
munmap(0x7f9dfdc15000, 2232272)         = 0
munmap(0x7f9dfe1b8000, 2149768)         = 0
munmap(0x7f9dfde36000, 3677864)         = 0
munmap(0x7f9dfe3c5000, 2193944)         = 0
munmap(0x7f9dfe815000, 2142056)         = 0
munmap(0x7f9dfe5dd000, 2325472)         = 0
munmap(0x7f9dfea20000, 4278992)         = 0
munmap(0x7f9dfee35000, 2131392)         = 0
munmap(0x7f9e00093000, 2440000)         = 0
munmap(0x7f9dffdf6000, 2737680)         = 0
munmap(0x7f9dff8a6000, 2165592)         = 0
munmap(0x7f9dffab7000, 3403144)         = 0
munmap(0x7f9dff680000, 2252320)         = 0
munmap(0x7f9dff45c000, 2242736)         = 0
munmap(0x7f9dff241000, 2205704)         = 0
munmap(0x7f9dff03e000, 2106112)         = 0
munmap(0x7f9e002e7000, 3939400)         = 0
munmap(0x7f9e006a9000, 2268048)         = 0
munmap(0x7f9e025f0000, 2161288)         = 0
munmap(0x7f9e0239d000, 2436200)         = 0
munmap(0x7f9e0216b000, 2301768)         = 0
munmap(0x7f9e01f21000, 2399824)         = 0
munmap(0x7f9e00aed000, 2153320)         = 0
munmap(0x7f9e01cec000, 2311616)         = 0
munmap(0x7f9e01abf000, 2280328)         = 0
munmap(0x7f9e01784000, 3385928)         = 0
munmap(0x7f9e01565000, 2221488)         = 0
munmap(0x7f9e01362000, 2107408)         = 0
munmap(0x7f9e0115e000, 2111544)         = 0
munmap(0x7f9e00f21000, 2344800)         = 0
munmap(0x7f9e00cfb000, 2252760)         = 0
munmap(0x7f9e008d3000, 2202512)         = 0
munmap(0x7f9e02a08000, 2274152)         = 0
munmap(0x7f9e0c722000, 323584)          = 0
exit_group(0)                           = ?
</pre></div>
	</td>
	<td style="width:50%">
<div style="height:200px; overflow-y: auto">
<pre style='width:400px; overflow-x:hidden'>execve(&quot;./counter&quot;, [&quot;./counter&quot;], [/* 21 vars */]) = 0
brk(0)                                  = 0x1653000
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7ffee1f9e000
access(&quot;/etc/ld.so.preload&quot;, R_OK)      = -1 ENOENT (No such file or directory)
open(&quot;/etc/ld.so.cache&quot;, O_RDONLY)      = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=26557, ...}) = 0
mmap(NULL, 26557, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7ffee1f97000
close(3)                                = 0
open(&quot;/lib64/libc.so.6&quot;, O_RDONLY)      = 3
read(3, &quot;\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0&gt;\0\1\0\0\0\360\355\1\0\0\0\0\0&quot;..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=1898872, ...}) = 0
mmap(NULL, 3729576, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ffee19f1000
mprotect(0x7ffee1b77000, 2093056, PROT_NONE) = 0
mmap(0x7ffee1d76000, 20480, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x185000) = 0x7ffee1d76000
mmap(0x7ffee1d7b000, 18600, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7ffee1d7b000
close(3)                                = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7ffee1f96000
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7ffee1f95000
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7ffee1f94000
arch_prctl(ARCH_SET_FS, 0x7ffee1f95700) = 0
mprotect(0x7ffee1d76000, 16384, PROT_READ) = 0
mprotect(0x7ffee1f9f000, 4096, PROT_READ) = 0
munmap(0x7ffee1f97000, 26557)           = 0
brk(0)                                  = 0x1653000
brk(0x1674000)                          = 0x1674000
open(&quot;count.txt&quot;, O_RDONLY)             = 3
fstat(3, {st_mode=S_IFREG|0666, st_size=2, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7ffee1f9d000
read(3, &quot;35&quot;, 4096)                     = 2
read(3, &quot;&quot;, 4096)                       = 0
close(3)                                = 0
munmap(0x7ffee1f9d000, 4096)            = 0
open(&quot;count.txt&quot;, O_WRONLY|O_CREAT|O_TRUNC, 0666) = 3
fstat(3, {st_mode=S_IFREG|0666, st_size=0, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7ffee1f9d000
write(3, &quot;36&quot;, 2)                       = 2
close(3)                                = 0
munmap(0x7ffee1f9d000, 4096)            = 0
exit_group(0)                           = ?
</pre></div>
	</td>
</tr>
</table>
<p>The post <a href="http://pp19dd.com/2013/01/c-is-now-a-dominant-language/">C is now a dominant language?</a> appeared first on <a href="http://pp19dd.com">Dino&#039;s Anabasis</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://pp19dd.com/2013/01/c-is-now-a-dominant-language/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>George Lucas&#8217; one trick pony was a camel</title>
		<link>http://pp19dd.com/2012/12/george-lucas-one-trick-pony-was-a-camel/</link>
		<comments>http://pp19dd.com/2012/12/george-lucas-one-trick-pony-was-a-camel/#comments</comments>
		<pubDate>Fri, 21 Dec 2012 01:40:41 +0000</pubDate>
		<dc:creator>Dino</dc:creator>
				<category><![CDATA[Doodles]]></category>

		<guid isPermaLink="false">http://pp19dd.com/?p=2290</guid>
		<description><![CDATA[<p>It&#8217;s so simple. Star Wars&#8217; Desert hole monster, aka Sarlacc, is the same thing as inside of a Camel&#8217;s mouth. And the weird testicle-chin alien from the Cantina is the same thing as a camel extruding those doodads during mating season.</p><p>The post <a href="http://pp19dd.com/2012/12/george-lucas-one-trick-pony-was-a-camel/">George Lucas&#8217; one trick pony was a camel</a> appeared first on <a href="http://pp19dd.com">Dino&#039;s Anabasis</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>It&#8217;s so simple. Star Wars&#8217; Desert hole monster, aka Sarlacc, is the same thing as inside of a Camel&#8217;s mouth.  And the weird testicle-chin alien from the Cantina is the same thing as a camel extruding those doodads during mating season.</p>
<p><img class="size-full wp-image-2291" alt="one-trick-camel" src="http://pp19dd.com/wp-content/uploads/2012/12/one-trick-camel.jpg" width="900" height="800" /></p>
<p>The post <a href="http://pp19dd.com/2012/12/george-lucas-one-trick-pony-was-a-camel/">George Lucas&#8217; one trick pony was a camel</a> appeared first on <a href="http://pp19dd.com">Dino&#039;s Anabasis</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://pp19dd.com/2012/12/george-lucas-one-trick-pony-was-a-camel/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
