Re: [R] Maximum length for a -e argument to Rscript?

2017-04-21 Thread Ben Haller
  OK, thanks for the information Ben and Henrik.  It sounds like even if the 
Rscript stall were fixed, there would still be a 10k limit when using -e, as 
well as a 4K maximum line length limit when using -e or stdin, if I understand 
the section cited by Ben; so I need to switch to using a script file instead, 
to get past these various limits, I guess.  Thanks for your help.

Cheers,
-B.

Benjamin C. Haller
Messer Lab
Cornell University


> On Apr 22, 2017, at 6:59 AM, Henrik Bengtsson  
> wrote:
> 
> That Rscript stalls sounds like a bug, but not sure it's R or the
> terminal that needs to be fixed:
> 
>  Rscript -e "$long_expression"
> WARNING: '-e 
> {x~+~<-~+~c(-1.31171,~+~-0.686165,~+~1.62771,~+~0.320195,~+~-0.322011,~+~1.66518,~+~-0.271971,~+~-0.665367,~+~0.516482,~+~-0.716343,~+~-0.317471,~+~0.068046,~+~-0.100371,~+~-1.15907,~+~0.263329,~+~-0.936049,~+~-0.852444,~+~0.358817,~+~-0.233959,~+~0.209891,~+~-0.831575,~+~-0.952987,~+~-0.0420206,~+~-1.78527,~+~-0.280584,~+~-0.62353,~+~1.42597,~+~0.127994,~+~0.0751232,~+~0.896835,~+~-0.319488,~+~0.897876,~+~0.18457,~+~0.779571,~+~-0.0543194,~+~0.226722,~+~-0.769983,~+~-0.723463,~+~0.144386,~+~-0.468544,~+~-0.349417,~+~0.336786,~+~0.749212,~+~-1.62397,~+~0.683075,~+~-0.746449,~+~0.300921,~+~-0.365468,~+~0.548271,~+~1.13169,~+~-1.34042,~+~-0.0740572,~+~1.34986,~+~0.531771,~+~-0.147157,~+~0.824894,~+~-1.05816,~+~1.58867,~+~-0.885764,~+~1.11912,~+~0.361512,~+~1.77985,~+~0.585099,~+~-1.205,~+~2.44134,~+~-0.331372,~+~-0.346322,~+~0.0535267,~+~-1.75089,~+~0.0773243,~+~-1.07846,~+~-1.29632,~+~1.0622,~+~1.34867,~+~0.199777,~+~0.197516,~+~0.574185,~+~1.06555,~+~-0.885166,~+~-0.788576,~+~-1.46061,~+~-1.5402
> ^C^C
> ^C
> ^C^C^C^C^C^C
> ^\Quit (core dumped)
> 
> On my default Ubuntu 16.04 terminal, R 3.3.3 hangs and does not
> respond to user interrupts (SIGINT), but it does respond to Ctrl-\
> (SIGKILL).
> 
> A workaround is to pass the expression via standard input to R, e.g.
> 
> $ echo "$long_expression" | R --no-save
> 
> /Henrik
> 
> On Fri, Apr 21, 2017 at 11:07 AM, Ben Tupper  wrote:
>> Hi,
>> 
>> I suspect you are over the 10kb limit for the expression.  See
>> 
>> https://cran.r-project.org/doc/manuals/r-release/R-intro.html#Invoking-R-from-the-command-line
>> 
>> Cheers,
>> Ben
>> 
>>> On Apr 21, 2017, at 3:44 AM, Ben Haller  wrote:
>>> 
>>> Hi!  I’m attempting to use Rscript to do some automated plotting.  It is 
>>> working well, except that I seem to be running into a maximum line length 
>>> issue, and I’m wondering if it is a bug on your end.  Here’s an example of 
>>> the command I’m trying to run:
>>> 
>>> /usr/local/bin/Rscript -e '{x <- c(-1.31171, -0.686165, 1.62771, 0.320195, 
>>> -0.322011, 1.66518, -0.271971, -0.665367, 0.516482, -0.716343, -0.317471, 
>>> 0.068046, -0.100371, -1.15907, 0.263329, -0.936049, -0.852444, 0.358817, 
>>> -0.233959, 0.209891, -0.831575, -0.952987, -0.0420206, -1.78527, -0.280584, 
>>> -0.62353, 1.42597, 0.127994, 0.0751232, 0.896835, -0.319488, 0.897876, 
>>> 0.18457, 0.779571, -0.0543194, 0.226722, -0.769983, -0.723463, 0.144386, 
>>> -0.468544, -0.349417, 0.336786, 0.749212, -1.62397, 0.683075, -0.746449, 
>>> 0.300921, -0.365468, 0.548271, 1.13169, -1.34042, -0.0740572, 1.34986, 
>>> 0.531771, -0.147157, 0.824894, -1.05816, 1.58867, -0.885764, 1.11912, 
>>> 0.361512, 1.77985, 0.585099, -1.205, 2.44134, -0.331372, -0.346322, 
>>> 0.0535267, -1.75089, 0.0773243, -1.07846, -1.29632, 1.0622, 1.34867, 
>>> 0.199777, 0.197516, 0.574185, 1.06555, -0.885166, -0.788576, -1.46061, 
>>> -1.54026, 0.690576, -0.88821, 0.343747, -0.100751, -0.865596, -0.128504, 
>>> 0.222334, -1.18932, -0.555258, -0.557368, 0.219272, 0.298858, 0.848022, 
>>> 0.142608, 1.10082, -0.348039, 0.0566489, 0.662136, 0.50451, -0.909399, 
>>> 1.02446, 1.40592, -0.114786, -1.10718, 2.02549, 0.0818607, -1.037, 1.18961, 
>>> -0.204, 2.83165, -0.959653, -0.393082, -0.463351, 0.914054, 1.14472, 
>>> -1.32927, 1.25416, 0.372267, 0.410832, 1.04187, 1.22288, 1.27131, 
>>> 0.0949385, 0.194053, -0.226184, -0.502155, -1.36834, -0.000591861, 
>>> -0.565903, 1.14099, 1.67811, 0.331709, -0.756879, 0.889596, 0.718098, 
>>> 0.740242, -0.861818, 0.0332746, 1.01745, 0.584536, -1.14245, -0.85, 
>>> -1.34237, 0.660603, 1.16048, -0.898828, 0.965746, -1.16953, -2.33417, 
>>> 0.591078, -0.364892, 0.0719267, -1.21676, 1.12646, 1.37534, 0.0712832, 
>>> 1.22889, -0.0110024, 0.248213, -1.12013, -0.525197, -0.352156, -0.317182, 
>>> -0.89552, 1.53422, -1.36777, 1.52099, 1.18789, -3.15251, 1.24008, 
>>> -0.564289, -0.515629, -0.0920464, 2.94027, 0.895481, -0.157643, -0.347874, 
>>> -0.290823, -0.771436, 1.29285, 0.216689, -1.86856, 2.24075, 0.888635, 
>>> 0.430417, -0.585856, 1.13119, -0.243977, 0.544491, 0.921995, 0.815365, 
>>> 1.2584, -1.29347, 0.0574579, 0.990557, -1.58657, -0.264373, 0.865893, 
>>> 0.599298, -0.417531, 0.132897, 1.88597, 1.33112, -0.880904, 0.0762161, 
>>> 0.0567852, 0.593295, -0.632135, 

Re: [R] Maximum length for a -e argument to Rscript?

2017-04-21 Thread Henrik Bengtsson
That Rscript stalls sounds like a bug, but not sure it's R or the
terminal that needs to be fixed:

  Rscript -e "$long_expression"
WARNING: '-e 
{x~+~<-~+~c(-1.31171,~+~-0.686165,~+~1.62771,~+~0.320195,~+~-0.322011,~+~1.66518,~+~-0.271971,~+~-0.665367,~+~0.516482,~+~-0.716343,~+~-0.317471,~+~0.068046,~+~-0.100371,~+~-1.15907,~+~0.263329,~+~-0.936049,~+~-0.852444,~+~0.358817,~+~-0.233959,~+~0.209891,~+~-0.831575,~+~-0.952987,~+~-0.0420206,~+~-1.78527,~+~-0.280584,~+~-0.62353,~+~1.42597,~+~0.127994,~+~0.0751232,~+~0.896835,~+~-0.319488,~+~0.897876,~+~0.18457,~+~0.779571,~+~-0.0543194,~+~0.226722,~+~-0.769983,~+~-0.723463,~+~0.144386,~+~-0.468544,~+~-0.349417,~+~0.336786,~+~0.749212,~+~-1.62397,~+~0.683075,~+~-0.746449,~+~0.300921,~+~-0.365468,~+~0.548271,~+~1.13169,~+~-1.34042,~+~-0.0740572,~+~1.34986,~+~0.531771,~+~-0.147157,~+~0.824894,~+~-1.05816,~+~1.58867,~+~-0.885764,~+~1.11912,~+~0.361512,~+~1.77985,~+~0.585099,~+~-1.205,~+~2.44134,~+~-0.331372,~+~-0.346322,~+~0.0535267,~+~-1.75089,~+~0.0773243,~+~-1.07846,~+~-1.29632,~+~1.0622,~+~1.34867,~+~0.199777,~+~0.197516,~+~0.574185,~+~1.06555,~+~-0.885166,~+~-0.788576,~+~-1.46061,~+~-1.5402
^C^C
^C
^C^C^C^C^C^C
^\Quit (core dumped)

On my default Ubuntu 16.04 terminal, R 3.3.3 hangs and does not
respond to user interrupts (SIGINT), but it does respond to Ctrl-\
(SIGKILL).

A workaround is to pass the expression via standard input to R, e.g.

$ echo "$long_expression" | R --no-save

/Henrik

On Fri, Apr 21, 2017 at 11:07 AM, Ben Tupper  wrote:
> Hi,
>
> I suspect you are over the 10kb limit for the expression.  See
>
> https://cran.r-project.org/doc/manuals/r-release/R-intro.html#Invoking-R-from-the-command-line
>
> Cheers,
> Ben
>
>> On Apr 21, 2017, at 3:44 AM, Ben Haller  wrote:
>>
>>  Hi!  I’m attempting to use Rscript to do some automated plotting.  It is 
>> working well, except that I seem to be running into a maximum line length 
>> issue, and I’m wondering if it is a bug on your end.  Here’s an example of 
>> the command I’m trying to run:
>>
>> /usr/local/bin/Rscript -e '{x <- c(-1.31171, -0.686165, 1.62771, 0.320195, 
>> -0.322011, 1.66518, -0.271971, -0.665367, 0.516482, -0.716343, -0.317471, 
>> 0.068046, -0.100371, -1.15907, 0.263329, -0.936049, -0.852444, 0.358817, 
>> -0.233959, 0.209891, -0.831575, -0.952987, -0.0420206, -1.78527, -0.280584, 
>> -0.62353, 1.42597, 0.127994, 0.0751232, 0.896835, -0.319488, 0.897876, 
>> 0.18457, 0.779571, -0.0543194, 0.226722, -0.769983, -0.723463, 0.144386, 
>> -0.468544, -0.349417, 0.336786, 0.749212, -1.62397, 0.683075, -0.746449, 
>> 0.300921, -0.365468, 0.548271, 1.13169, -1.34042, -0.0740572, 1.34986, 
>> 0.531771, -0.147157, 0.824894, -1.05816, 1.58867, -0.885764, 1.11912, 
>> 0.361512, 1.77985, 0.585099, -1.205, 2.44134, -0.331372, -0.346322, 
>> 0.0535267, -1.75089, 0.0773243, -1.07846, -1.29632, 1.0622, 1.34867, 
>> 0.199777, 0.197516, 0.574185, 1.06555, -0.885166, -0.788576, -1.46061, 
>> -1.54026, 0.690576, -0.88821, 0.343747, -0.100751, -0.865596, -0.128504, 
>> 0.222334, -1.18932, -0.555258, -0.557368, 0.219272, 0.298858, 0.848022, 
>> 0.142608, 1.10082, -0.348039, 0.0566489, 0.662136, 0.50451, -0.909399, 
>> 1.02446, 1.40592, -0.114786, -1.10718, 2.02549, 0.0818607, -1.037, 1.18961, 
>> -0.204, 2.83165, -0.959653, -0.393082, -0.463351, 0.914054, 1.14472, 
>> -1.32927, 1.25416, 0.372267, 0.410832, 1.04187, 1.22288, 1.27131, 0.0949385, 
>> 0.194053, -0.226184, -0.502155, -1.36834, -0.000591861, -0.565903, 1.14099, 
>> 1.67811, 0.331709, -0.756879, 0.889596, 0.718098, 0.740242, -0.861818, 
>> 0.0332746, 1.01745, 0.584536, -1.14245, -0.85, -1.34237, 0.660603, 
>> 1.16048, -0.898828, 0.965746, -1.16953, -2.33417, 0.591078, -0.364892, 
>> 0.0719267, -1.21676, 1.12646, 1.37534, 0.0712832, 1.22889, -0.0110024, 
>> 0.248213, -1.12013, -0.525197, -0.352156, -0.317182, -0.89552, 1.53422, 
>> -1.36777, 1.52099, 1.18789, -3.15251, 1.24008, -0.564289, -0.515629, 
>> -0.0920464, 2.94027, 0.895481, -0.157643, -0.347874, -0.290823, -0.771436, 
>> 1.29285, 0.216689, -1.86856, 2.24075, 0.888635, 0.430417, -0.585856, 
>> 1.13119, -0.243977, 0.544491, 0.921995, 0.815365, 1.2584, -1.29347, 
>> 0.0574579, 0.990557, -1.58657, -0.264373, 0.865893, 0.599298, -0.417531, 
>> 0.132897, 1.88597, 1.33112, -0.880904, 0.0762161, 0.0567852, 0.593295, 
>> -0.632135, 0.885625, 0.365863, -0.17885, 0.420185, -0.508275, 0.974357, 
>> 0.628085, 0.710578, 1.72447, 1.38488, 1.01301, 1.30015, 0.260501, 0.808981, 
>> 0.440228, 0.416344, -1.66273, -0.397224, -0.512086, -0.175854, -0.663143, 
>> 0.369712, -1.01654, 0.660465, 0.124851, -1.51101, -0.95725, 2.09893, 
>> 1.26819, 1.08086, 0.493204, 0.79073, 1.49191, 0.563689, 0.414473, 2.27361, 
>> 0.871923, 0.193703, -0.185039, -0.312859, -1.42267, -2.11561, 0.311996, 
>> -0.0906527, 1.19139, 1.57502, 1.10587, 0.416333, 2.35374, -1.0531, 
>> 0.0450512, 0.979958, 0.398269, 0.0897618, -0.855305, -1.59337, -0.084904, 
>> 0.245872, 1.27115, 1.3512, 

Re: [R] Maximum length for a -e argument to Rscript?

2017-04-21 Thread Ben Tupper
Hi,

I suspect you are over the 10kb limit for the expression.  See 

https://cran.r-project.org/doc/manuals/r-release/R-intro.html#Invoking-R-from-the-command-line

Cheers,
Ben

> On Apr 21, 2017, at 3:44 AM, Ben Haller  wrote:
> 
>  Hi!  I’m attempting to use Rscript to do some automated plotting.  It is 
> working well, except that I seem to be running into a maximum line length 
> issue, and I’m wondering if it is a bug on your end.  Here’s an example of 
> the command I’m trying to run:
> 
> /usr/local/bin/Rscript -e '{x <- c(-1.31171, -0.686165, 1.62771, 0.320195, 
> -0.322011, 1.66518, -0.271971, -0.665367, 0.516482, -0.716343, -0.317471, 
> 0.068046, -0.100371, -1.15907, 0.263329, -0.936049, -0.852444, 0.358817, 
> -0.233959, 0.209891, -0.831575, -0.952987, -0.0420206, -1.78527, -0.280584, 
> -0.62353, 1.42597, 0.127994, 0.0751232, 0.896835, -0.319488, 0.897876, 
> 0.18457, 0.779571, -0.0543194, 0.226722, -0.769983, -0.723463, 0.144386, 
> -0.468544, -0.349417, 0.336786, 0.749212, -1.62397, 0.683075, -0.746449, 
> 0.300921, -0.365468, 0.548271, 1.13169, -1.34042, -0.0740572, 1.34986, 
> 0.531771, -0.147157, 0.824894, -1.05816, 1.58867, -0.885764, 1.11912, 
> 0.361512, 1.77985, 0.585099, -1.205, 2.44134, -0.331372, -0.346322, 
> 0.0535267, -1.75089, 0.0773243, -1.07846, -1.29632, 1.0622, 1.34867, 
> 0.199777, 0.197516, 0.574185, 1.06555, -0.885166, -0.788576, -1.46061, 
> -1.54026, 0.690576, -0.88821, 0.343747, -0.100751, -0.865596, -0.128504, 
> 0.222334, -1.18932, -0.555258, -0.557368, 0.219272, 0.298858, 0.848022, 
> 0.142608, 1.10082, -0.348039, 0.0566489, 0.662136, 0.50451, -0.909399, 
> 1.02446, 1.40592, -0.114786, -1.10718, 2.02549, 0.0818607, -1.037, 1.18961, 
> -0.204, 2.83165, -0.959653, -0.393082, -0.463351, 0.914054, 1.14472, 
> -1.32927, 1.25416, 0.372267, 0.410832, 1.04187, 1.22288, 1.27131, 0.0949385, 
> 0.194053, -0.226184, -0.502155, -1.36834, -0.000591861, -0.565903, 1.14099, 
> 1.67811, 0.331709, -0.756879, 0.889596, 0.718098, 0.740242, -0.861818, 
> 0.0332746, 1.01745, 0.584536, -1.14245, -0.85, -1.34237, 0.660603, 
> 1.16048, -0.898828, 0.965746, -1.16953, -2.33417, 0.591078, -0.364892, 
> 0.0719267, -1.21676, 1.12646, 1.37534, 0.0712832, 1.22889, -0.0110024, 
> 0.248213, -1.12013, -0.525197, -0.352156, -0.317182, -0.89552, 1.53422, 
> -1.36777, 1.52099, 1.18789, -3.15251, 1.24008, -0.564289, -0.515629, 
> -0.0920464, 2.94027, 0.895481, -0.157643, -0.347874, -0.290823, -0.771436, 
> 1.29285, 0.216689, -1.86856, 2.24075, 0.888635, 0.430417, -0.585856, 1.13119, 
> -0.243977, 0.544491, 0.921995, 0.815365, 1.2584, -1.29347, 0.0574579, 
> 0.990557, -1.58657, -0.264373, 0.865893, 0.599298, -0.417531, 0.132897, 
> 1.88597, 1.33112, -0.880904, 0.0762161, 0.0567852, 0.593295, -0.632135, 
> 0.885625, 0.365863, -0.17885, 0.420185, -0.508275, 0.974357, 0.628085, 
> 0.710578, 1.72447, 1.38488, 1.01301, 1.30015, 0.260501, 0.808981, 0.440228, 
> 0.416344, -1.66273, -0.397224, -0.512086, -0.175854, -0.663143, 0.369712, 
> -1.01654, 0.660465, 0.124851, -1.51101, -0.95725, 2.09893, 1.26819, 1.08086, 
> 0.493204, 0.79073, 1.49191, 0.563689, 0.414473, 2.27361, 0.871923, 0.193703, 
> -0.185039, -0.312859, -1.42267, -2.11561, 0.311996, -0.0906527, 1.19139, 
> 1.57502, 1.10587, 0.416333, 2.35374, -1.0531, 0.0450512, 0.979958, 0.398269, 
> 0.0897618, -0.855305, -1.59337, -0.084904, 0.245872, 1.27115, 1.3512, 
> -0.166962, 1.01098, -1.19854, -2.05932, -0.98, 0.704973, 0.694688, 1.20408, 
> -1.12553, 0.770056, 1.01602, 0.295223, -1.18801, 1.51707, 1.1418, -0.148787, 
> 1.28886, 1.23981, 1.67984, 0.0185941, -0.877581, 0.495042, -0.368668, 
> 1.59972, -2.20849, -1.36852, -0.972566, -1.01848, -0.366674, -2.60273, 
> -0.540706, -0.475797, 0.227651, -1.11476, 1.73452, -0.212185, 3.04994, 
> -0.251225, -0.0443482, -0.489125, 0.557936, -0.246389, -0.954287, 0.388668, 
> 0.759049, -0.501683, -1.98722, 0.158712, -0.897082, -1.17644, 0.192465, 
> -1.49901, -0.289129, -0.0460198, -0.520331, 0.432488, -0.471775, 1.21482, 
> 0.998091, -0.794933, -0.36989, 0.937091, 1.27297, 1.06108, -0.784307, 
> 0.70919, -0.309221, -0.516031, 0.479702, -0.669637, 1.60288, 0.657474, 
> -0.666286, -1.01816, -0.452818, -0.283749, 1.05511, -1.2002, 0.112269, 
> -1.37403, 1.00512, 0.664936, 0.600516, -1.08099, -0.705522, 0.103051, 
> 0.0461179, 1.74404, 0.727475, 2.41175, 1.20414, 1.71095, 0.0957544, 0.610755, 
> 0.545194, -0.936381, 0.190467, 0.485791, 0.0855697, 0.142676, 0.721754, 
> -1.84506, 2.1227, -1.1271, -1.11228, -1.2807, 0.13385, 0.228727, -0.34391, 
> 1.09837, -0.37053, 0.832574, 0.673463, 0.717732, -0.307687, 1.12486, 
> 0.159803, -1.51251, 1.403, 2.0215, 0.010914, -0.543749, 0.137119, 0.200364, 
> -0.104029, -0.930966, -1.56781, -0.526978, -0.537582, 1.11872, -0.99061, 
> -0.501421, 1.21982, 0.813201, -0.539109, 0.433523, -0.0615188, 2.04298, 
> 0.697692, 1.34515, 1.7298, 0.515137, 2.08119, 0.550985, 1.49876, 1.31187, 
> 0.920405, 0.597678, 0.884353, -0.732892, -0.143545, -0.236836, -0.330872, 
> 

[R] Maximum length for a -e argument to Rscript?

2017-04-21 Thread Ben Haller
  Hi!  I’m attempting to use Rscript to do some automated plotting.  It is 
working well, except that I seem to be running into a maximum line length 
issue, and I’m wondering if it is a bug on your end.  Here’s an example of the 
command I’m trying to run:

/usr/local/bin/Rscript -e '{x <- c(-1.31171, -0.686165, 1.62771, 0.320195, 
-0.322011, 1.66518, -0.271971, -0.665367, 0.516482, -0.716343, -0.317471, 
0.068046, -0.100371, -1.15907, 0.263329, -0.936049, -0.852444, 0.358817, 
-0.233959, 0.209891, -0.831575, -0.952987, -0.0420206, -1.78527, -0.280584, 
-0.62353, 1.42597, 0.127994, 0.0751232, 0.896835, -0.319488, 0.897876, 0.18457, 
0.779571, -0.0543194, 0.226722, -0.769983, -0.723463, 0.144386, -0.468544, 
-0.349417, 0.336786, 0.749212, -1.62397, 0.683075, -0.746449, 0.300921, 
-0.365468, 0.548271, 1.13169, -1.34042, -0.0740572, 1.34986, 0.531771, 
-0.147157, 0.824894, -1.05816, 1.58867, -0.885764, 1.11912, 0.361512, 1.77985, 
0.585099, -1.205, 2.44134, -0.331372, -0.346322, 0.0535267, -1.75089, 
0.0773243, -1.07846, -1.29632, 1.0622, 1.34867, 0.199777, 0.197516, 0.574185, 
1.06555, -0.885166, -0.788576, -1.46061, -1.54026, 0.690576, -0.88821, 
0.343747, -0.100751, -0.865596, -0.128504, 0.222334, -1.18932, -0.555258, 
-0.557368, 0.219272, 0.298858, 0.848022, 0.142608, 1.10082, -0.348039, 
0.0566489, 0.662136, 0.50451, -0.909399, 1.02446, 1.40592, -0.114786, -1.10718, 
2.02549, 0.0818607, -1.037, 1.18961, -0.204, 2.83165, -0.959653, -0.393082, 
-0.463351, 0.914054, 1.14472, -1.32927, 1.25416, 0.372267, 0.410832, 1.04187, 
1.22288, 1.27131, 0.0949385, 0.194053, -0.226184, -0.502155, -1.36834, 
-0.000591861, -0.565903, 1.14099, 1.67811, 0.331709, -0.756879, 0.889596, 
0.718098, 0.740242, -0.861818, 0.0332746, 1.01745, 0.584536, -1.14245, 
-0.85, -1.34237, 0.660603, 1.16048, -0.898828, 0.965746, -1.16953, 
-2.33417, 0.591078, -0.364892, 0.0719267, -1.21676, 1.12646, 1.37534, 
0.0712832, 1.22889, -0.0110024, 0.248213, -1.12013, -0.525197, -0.352156, 
-0.317182, -0.89552, 1.53422, -1.36777, 1.52099, 1.18789, -3.15251, 1.24008, 
-0.564289, -0.515629, -0.0920464, 2.94027, 0.895481, -0.157643, -0.347874, 
-0.290823, -0.771436, 1.29285, 0.216689, -1.86856, 2.24075, 0.888635, 0.430417, 
-0.585856, 1.13119, -0.243977, 0.544491, 0.921995, 0.815365, 1.2584, -1.29347, 
0.0574579, 0.990557, -1.58657, -0.264373, 0.865893, 0.599298, -0.417531, 
0.132897, 1.88597, 1.33112, -0.880904, 0.0762161, 0.0567852, 0.593295, 
-0.632135, 0.885625, 0.365863, -0.17885, 0.420185, -0.508275, 0.974357, 
0.628085, 0.710578, 1.72447, 1.38488, 1.01301, 1.30015, 0.260501, 0.808981, 
0.440228, 0.416344, -1.66273, -0.397224, -0.512086, -0.175854, -0.663143, 
0.369712, -1.01654, 0.660465, 0.124851, -1.51101, -0.95725, 2.09893, 1.26819, 
1.08086, 0.493204, 0.79073, 1.49191, 0.563689, 0.414473, 2.27361, 0.871923, 
0.193703, -0.185039, -0.312859, -1.42267, -2.11561, 0.311996, -0.0906527, 
1.19139, 1.57502, 1.10587, 0.416333, 2.35374, -1.0531, 0.0450512, 0.979958, 
0.398269, 0.0897618, -0.855305, -1.59337, -0.084904, 0.245872, 1.27115, 1.3512, 
-0.166962, 1.01098, -1.19854, -2.05932, -0.98, 0.704973, 0.694688, 1.20408, 
-1.12553, 0.770056, 1.01602, 0.295223, -1.18801, 1.51707, 1.1418, -0.148787, 
1.28886, 1.23981, 1.67984, 0.0185941, -0.877581, 0.495042, -0.368668, 1.59972, 
-2.20849, -1.36852, -0.972566, -1.01848, -0.366674, -2.60273, -0.540706, 
-0.475797, 0.227651, -1.11476, 1.73452, -0.212185, 3.04994, -0.251225, 
-0.0443482, -0.489125, 0.557936, -0.246389, -0.954287, 0.388668, 0.759049, 
-0.501683, -1.98722, 0.158712, -0.897082, -1.17644, 0.192465, -1.49901, 
-0.289129, -0.0460198, -0.520331, 0.432488, -0.471775, 1.21482, 0.998091, 
-0.794933, -0.36989, 0.937091, 1.27297, 1.06108, -0.784307, 0.70919, -0.309221, 
-0.516031, 0.479702, -0.669637, 1.60288, 0.657474, -0.666286, -1.01816, 
-0.452818, -0.283749, 1.05511, -1.2002, 0.112269, -1.37403, 1.00512, 0.664936, 
0.600516, -1.08099, -0.705522, 0.103051, 0.0461179, 1.74404, 0.727475, 2.41175, 
1.20414, 1.71095, 0.0957544, 0.610755, 0.545194, -0.936381, 0.190467, 0.485791, 
0.0855697, 0.142676, 0.721754, -1.84506, 2.1227, -1.1271, -1.11228, -1.2807, 
0.13385, 0.228727, -0.34391, 1.09837, -0.37053, 0.832574, 0.673463, 0.717732, 
-0.307687, 1.12486, 0.159803, -1.51251, 1.403, 2.0215, 0.010914, -0.543749, 
0.137119, 0.200364, -0.104029, -0.930966, -1.56781, -0.526978, -0.537582, 
1.11872, -0.99061, -0.501421, 1.21982, 0.813201, -0.539109, 0.433523, 
-0.0615188, 2.04298, 0.697692, 1.34515, 1.7298, 0.515137, 2.08119, 0.550985, 
1.49876, 1.31187, 0.920405, 0.597678, 0.884353, -0.732892, -0.143545, 
-0.236836, -0.330872, 1.55577, -1.74473, -0.493322, 1.46375, 1.14347, 1.76164, 
1.73099, -0.234701, -0.0546848, 0.346991, -0.393301, 1.34267, -1.58519, 
-0.381789, 0.622675, 1.34655, 2.84895, -0.371, -0.519666, -1.64944, 0.573592, 
1.06484, -0.0239894, -0.604563, 0.0680641, -0.881325, 1.07265, 0.182585, 
0.373288, 2.20228, -0.763593, -0.25659, 1.9397, -0.166943, -0.672522, -1.35983, 
0.227406, 0.49471,