Trace number 3732886

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
PB10: SCIPspx SCIP 1.2.1.3 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solverSAT15 1789.82 1790.12

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.ps.uni-sb.de/~walser/
benchmarks/radar/normalized-30:70:4.5:0.5:100.opb
MD5SUM9d611ad786b3505d4cca46af1ba2bc6d
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark9
Best CPU time to get the best result obtained on this benchmark20.5839
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 116
Optimality of the best value was proved NO
Number of variables10772
Total number of constraints12051
Number of constraints which are clauses10247
Number of constraints which are cardinality constraints (but not clauses)1804
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint31
Number of terms in the objective function 10772
Biggest coefficient in the objective function 5356
Number of bits for the biggest coefficient in the objective function 13
Sum of the numbers in the objective function 30986
Number of bits of the sum of numbers in the objective function 15
Biggest number in a constraint 5356
Number of bits of the biggest number in a constraint 13
Biggest sum of numbers in a constraint 30986
Number of bits of the biggest sum of numbers15
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c SCIP version 1.2.1.3 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.4.2]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-3732886-1338692882.opb>
0.09/0.11	c original problem has 10772 variables (10772 bin, 0 int, 0 impl, 0 cont) and 12051 constraints
0.09/0.11	c problem read
0.09/0.11	c presolving settings loaded
0.09/0.16	o 20274
0.09/0.16	c feasible solution found by trivial heuristic, objective value  2.027400e+04
0.09/0.16	c presolving:
0.09/0.19	c (round 1) 6 del vars, 6 del conss, 1 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 50216 impls, 50 clqs
0.19/0.24	c (round 2) 7 del vars, 8 del conss, 1 chg bounds, 0 chg sides, 0 chg coeffs, 11983 upgd conss, 50216 impls, 50 clqs
0.19/0.28	c (round 3) 8 del vars, 11 del conss, 1 chg bounds, 1 chg sides, 5 chg coeffs, 11983 upgd conss, 50216 impls, 50 clqs
0.19/0.29	c (round 4) 9 del vars, 13 del conss, 1 chg bounds, 1 chg sides, 5 chg coeffs, 11983 upgd conss, 50216 impls, 50 clqs
0.29/0.30	c (round 5) 9 del vars, 13 del conss, 1 chg bounds, 1 chg sides, 5 chg coeffs, 12040 upgd conss, 50216 impls, 50 clqs
0.49/0.50	c    (0.4s) probing: 296/10763 (2.8%) - 0 fixings, 0 aggregations, 134 implications, 0 bound changes
0.49/0.50	c    (0.4s) probing aborted: 100/100 successive totally useless probings
0.49/0.50	c presolving (6 rounds):
0.49/0.50	c  9 deleted vars, 13 deleted constraints, 1 tightened bounds, 0 added holes, 1 changed sides, 5 changed coefficients
0.49/0.50	c  50484 implications, 50 cliques
0.49/0.50	c presolved problem has 10763 variables (10763 bin, 0 int, 0 impl, 0 cont) and 12039 constraints
0.49/0.50	c    1752 constraints of type <knapsack>
0.49/0.50	c   10239 constraints of type <setppc>
0.49/0.50	c      48 constraints of type <logicor>
0.49/0.50	c transformed objective value is always integral (scale: 1)
0.49/0.50	c Presolving Time: 0.37
0.49/0.50	c - non default parameters ----------------------------------------------------------------------
0.49/0.50	c # SCIP version 1.2.1.3
0.49/0.50	c 
0.49/0.50	c # frequency for displaying node information lines
0.49/0.50	c # [type: int, range: [-1,2147483647], default: 100]
0.49/0.50	c display/freq = 10000
0.49/0.50	c 
0.49/0.50	c # maximal time in seconds to run
0.49/0.50	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.49/0.50	c limits/time = 1789.9
0.49/0.50	c 
0.49/0.50	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.49/0.50	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.49/0.50	c limits/memory = 13950
0.49/0.50	c 
0.49/0.50	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.49/0.50	c # [type: int, range: [1,2], default: 1]
0.49/0.50	c timing/clocktype = 2
0.49/0.50	c 
0.49/0.50	c # should presolving try to simplify inequalities
0.49/0.50	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.49/0.50	c constraints/linear/simplifyinequalities = TRUE
0.49/0.50	c 
0.49/0.50	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.49/0.50	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.49/0.50	c constraints/indicator/addCouplingCons = TRUE
0.49/0.50	c 
0.49/0.50	c # should presolving try to simplify knapsacks
0.49/0.50	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.49/0.50	c constraints/knapsack/simplifyinequalities = TRUE
0.49/0.50	c 
0.49/0.50	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.49/0.50	c # [type: int, range: [-1,2147483647], default: -1]
0.49/0.50	c separating/rapidlearning/freq = 0
0.49/0.50	c 
0.49/0.50	c -----------------------------------------------------------------------------------------------
0.49/0.50	c start solving
0.49/0.51	c 
0.49/0.52	o 20265
0.49/0.52	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.49/0.52	c t 0.4s|     1 |     0 |     0 |     - |  40M|   0 |   - |  10k|  12k|   0 |   0 |   0 |   0 |   0 |      --      | 2.026500e+04 |    Inf 
0.49/0.56	o 10405
0.49/0.56	c b 0.5s|     1 |     0 |     0 |     - |  49M|   0 |   - |  10k|  12k|  10k|  12k|   0 |   0 |   0 |      --      | 1.040500e+04 |    Inf 
31.58/31.60	c  31.5s|     1 |     0 | 21299 |     - |  49M|   0 |4343 |  10k|  12k|  10k|  12k|   0 |   0 |   0 | 8.100000e+00 | 1.040500e+04 |  Large 
31.98/32.07	o 6072
31.98/32.07	c R32.0s|     1 |     0 | 21299 |     - |  49M|   0 |4343 |  10k|  12k|  10k|  12k|   0 |   0 |   0 | 8.100000e+00 | 6.072000e+03 |  Large 
32.48/32.57	o 2050
32.48/32.57	c b32.5s|     1 |     0 | 21299 |     - |  49M|   0 |4343 |  10k|  12k|  10k|  12k|   0 |   0 |   0 | 8.100000e+00 | 2.050000e+03 |  Large 
40.39/40.46	c  40.4s|     1 |     0 | 23946 |     - |  49M|   0 |4214 |  10k|  12k|  10k|  12k|   2 |   0 |   0 | 8.500000e+00 | 2.050000e+03 |  Large 
40.99/41.00	o 726
40.99/41.00	c b40.9s|     1 |     0 | 23946 |     - |  50M|   0 |4214 |  10k|  12k|  10k|  12k|   2 |   0 |   0 | 8.500000e+00 | 7.260000e+02 |8441.18%
48.18/48.25	c  48.1s|     1 |     0 | 26259 |     - |  49M|   0 |4167 |  10k|  12k|  10k|  12k|   3 |   0 |   0 | 8.500000e+00 | 7.260000e+02 |8441.18%
48.58/48.67	o 444
48.58/48.67	c b48.6s|     1 |     0 | 26259 |     - |  50M|   0 |4167 |  10k|  12k|  10k|  12k|   3 |   0 |   0 | 8.500000e+00 | 4.440000e+02 |5123.53%
54.68/54.74	c  54.6s|     1 |     0 | 27915 |     - |  50M|   0 |4220 |  10k|  12k|  10k|  12k|   5 |   0 |   0 | 8.666667e+00 | 4.440000e+02 |5023.08%
55.08/55.14	o 390
55.08/55.14	c b55.0s|     1 |     0 | 27915 |     - |  50M|   0 |4220 |  10k|  12k|  10k|  12k|   5 |   0 |   0 | 8.666667e+00 | 3.900000e+02 |4400.00%
60.28/60.38	c  60.3s|     1 |     0 | 29100 |     - |  50M|   0 |4253 |  10k|  12k|  10k|  12k|   7 |   0 |   0 | 9.000000e+00 | 3.900000e+02 |4233.33%
60.68/60.78	o 388
60.68/60.78	c b60.7s|     1 |     0 | 29100 |     - |  50M|   0 |4253 |  10k|  12k|  10k|  12k|   7 |   0 |   0 | 9.000000e+00 | 3.880000e+02 |4211.11%
65.28/65.32	c  65.2s|     1 |     0 | 29787 |     - |  50M|   0 |4281 |  10k|  12k|  10k|  12k|  11 |   0 |   0 | 9.000000e+00 | 3.880000e+02 |4211.11%
70.38/70.49	c  70.4s|     1 |     0 | 30638 |     - |  50M|   0 |4273 |  10k|  12k|  10k|  12k|  12 |   0 |   0 | 9.000000e+00 | 3.880000e+02 |4211.11%
172.24/172.30	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
172.24/172.30	c   172s|     1 |     2 | 30638 |     - |  50M|   0 |4273 |  10k|  12k|  10k|  12k|  12 |   0 |  20 | 9.000000e+00 | 3.880000e+02 |4211.11%
921.73/921.93	o 36
921.73/921.93	c o 922s|    97 |    98 |268595 |2478.7 |  52M|  33 |   0 |  10k|  12k|  10k|  12k|  12 |   0 | 218 | 9.000000e+00 | 3.600000e+01 | 300.00%
921.73/921.96	o 29
921.73/921.96	c b 922s|    98 |    97 |268595 |2453.2 |  52M|  33 |   - |  10k|  12k|  10k|  12k|  12 |   0 | 218 | 9.000000e+00 | 2.900000e+01 | 222.22%
1421.75/1422.01	o 22
1421.75/1422.01	c C1422s|   298 |   299 |470716 |1481.7 |  53M| 205 |2652 |  10k|  12k|  10k|  12k|  12 |   0 | 346 | 9.000000e+00 | 2.200000e+01 | 144.44%
1567.84/1568.10	o 16
1567.84/1568.10	c l1568s|   431 |   432 |550687 |1209.4 |  56M| 337 |   - |  10k|  12k|  10k|  12k|  12 |   0 | 378 | 9.000000e+00 | 1.600000e+01 |  77.78%
1732.40/1732.77	o 15
1732.40/1732.77	c g1733s|   465 |   466 |623320 |1277.3 |  75M| 337 |   - |  10k|  12k|  10k|  12k|  12 |   0 | 394 | 9.000000e+00 | 1.500000e+01 |  66.67%
1789.70/1790.01	c 
1789.70/1790.01	c SCIP Status        : solving was interrupted [time limit reached]
1789.70/1790.01	c Solving Time (sec) : 1789.91
1789.70/1790.01	c Solving Nodes      : 499
1789.70/1790.01	c Primal Bound       : +1.50000000000000e+01 (16 solutions)
1789.70/1790.01	c Dual Bound         : +9.00000000000273e+00
1789.70/1790.01	c Gap                : 66.67 %
1789.70/1790.03	s SATISFIABLE
1789.70/1790.03	v x1 x2136 x7511 x10772 x10771 x3905 x9433 -x9427 -x9428 x2135 x7510 -x9984 -x9985 x2139 -x9981 x9977 -x10290 x3902 x3904 x9437 -x10289 
1789.70/1790.03	v -x8171 x3901 -x8167 x9432 -x9429 x2137 -x9983 x7512 -x9982 x2140 x2138 -x4450 -x9980 x9976 -x191 -x8602 -x3903 x9436 x10291 
1789.70/1790.03	v -x8170 x10292 x3900 -x8166 -x9430 x4793 -x8229 x8225 x7921 -x10692 x6107 -x5382 -x187 x2141 x7513 -x2130 x186 -x4449 x7505 
1789.70/1790.03	v x7504 -x9978 x10350 -x4451 -x9974 x10346 x192 -x8599 -x190 -x8601 x8598 x10770 -x9434 x9735 -x8168 x10288 x3898 -x8164 -x9431 
1789.70/1790.03	v -x7821 x10280 x10769 -x10768 -x1636 x4796 x4791 x6290 -x8231 -x8066 -x8230 -x1639 -x8317 -x1640 -x8228 x8309 x8224 x8069 
1789.70/1790.03	v -x8070 -x9696 -x7922 x10691 -x1919 -x2033 -x1920 x2034 x10693 -x2030 -x5440 x2026 -x5437 x10748 -x3841 x6111 -x5381 x6106 -x5383 
1789.70/1790.03	v -x3844 -x3845 x8345 x2134 x188 -x2129 x7509 x189 -x2127 -x9979 x10349 x193 -x4452 x7502 -x8600 -x9975 x10345 x177 -x7503 
1789.70/1790.03	v x8597 x10285 -x9435 -x9532 x9734 x10287 x7822 -x8169 x3899 -x7820 -x8165 -x9531 x9736 x10284 x10279 x451 -x1635 x4794 x454 -x6302 
1789.70/1790.03	v -x8045 -x455 -x1637 x4792 -x5484 x8076 x1642 x6294 x8075 -x8314 -x1641 x6289 x8065 -x8316 x6287 x8067 -x8313 x5487 x8072 
1789.70/1790.03	v -x8226 -x5488 x8071 x8222 -x8308 -x9483 x9715 -x9697 -x10767 x9714 x7464 -x9643 x7463 -x9486 -x9487 x1922 -x2032 x10378 x1921 
1789.70/1790.03	v -x2031 x10694 -x2029 -x5438 x2025 -x5435 -x10678 x7408 -x10677 x9786 -x8812 x10752 -x3840 x6110 x10747 x10745 -x3842 x6104 
1789.70/1790.03	v x3847 -x9464 x3846 -x5384 -x10766 x8343 x2133 x7508 -x4447 -x10347 -x2128 x4448 -x10343 x181 x4444 -x176 x4440 -x174 x10632 
1789.70/1790.03	v x8595 x10633 x10629 x10765 -x10286 x10622 -x10623 x7823 x7811 -x10594 -x9533 x9737 x10283 -x9534 -x8041 -x9721 x10277 x9518 -x9720 
1789.70/1790.03	v x450 x8040 x452 x457 -x6299 x8046 x8087 x456 x4795 -x6301 -x8044 x8088 x8084 -x1638 -x5483 x6298 x8080 -x8315 x1622 -x4842 
1789.70/1790.03	v x1621 -x5485 x6293 x8073 -x9619 -x1620 x5490 -x8074 x5489 x6288 x8068 -x8312 x8052 -x8227 x8051 -x8223 -x8306 x8050 x9622 
1789.70/1790.03	v x9482 x9623 -x7475 x7476 x9484 x9716 -x5787 x7472 x9489 x9717 x7468 x9488 -x9642 x9701 x7461 -x9644 -x7462 x10637 x10387 -x10636 
1789.70/1790.03	v x10388 x10384 x1907 -x9689 x10376 x1906 x10377 -x10689 x10690 -x2027 -x5439 x7409 x10686 x2023 -x5436 x7407 -x10682 x9692 
1789.70/1790.03	v -x8808 x9693 -x10675 x9798 -x10676 -x8807 -x4788 -x9790 x2878 -x9785 x10392 -x8813 -x9783 x10391 -x8811 x10756 -x6108 x10751 
1789.70/1790.03	v x1885 -x2881 -x2882 x3843 x6105 -x10746 x5380 -x9463 -x8344 -x4446 x2131 -x4445 x7506 -x10348 x185 -x10344 x4443 -x10631 x180 
1789.70/1790.03	v -x4439 x10630 -x175 x8596 -x10764 x10628 -x8717 x10595 x10593 x7815 x9732 x7810 x9733 x10281 x7808 x9530 x9729 x9725 -x10278 
1789.70/1790.03	v x9522 -x4838 x8042 x9517 -x9718 x8043 x8086 -x9515 -x9719 x453 -x4837 -x6300 x8047 x8085 x437 x8026 x436 x435 -x1633 x4843 
1789.70/1790.03	v -x8083 x1634 -x4841 -x6297 x8079 -x1630 x1626 -x5486 x6291 -x9618 x5470 x8063 -x1618 x5469 x5783 x8064 -x8310 -x9620 -x1619 
1789.70/1790.03	v -x5468 x8060 x9625 x5782 x8056 -x8307 x9624 -x7474 -x7473 x8048 x5788 x8049 -x5786 x9485 x7471 x9469 x9713 x7467 x9468 x9467 
1789.70/1790.03	v x9705 -x10648 x9645 x9700 x10649 x9698 -x10386 x10645 x9629 x10385 x10641 x9628 -x10634 x1918 x10383 -x10635 -x1915 -x10688 x1911 
1789.70/1790.03	v -x9688 -x10687 x1904 -x4784 x7410 -x9690 -x1905 -x2028 x7398 x9695 x10685 x2024 -x4783 x9694 -x10681 -x9795 -x9797 -x4789 
1789.70/1790.03	v x10403 -x1881 -x4787 -x8809 x9794 x10404 x8810 x10400 -x1880 x2877 -x8814 -x9789 x10396 -x8793 x2879 -x9784 -x10389 x10755 
1789.70/1790.03	v x1886 x2884 -x10390 x1884 -x2883 -x6109 x10749 -x3838 -x5379 x3839 x5378 x3835 -x9461 -x2132 x7507 x184 x8713 x4441 x178 -x4437 
1789.70/1790.03	v x8712 x8718 x10626 x8716 -x10624 x10596 x9731 -x10580 -x7819 x9730 x7458 -x9527 x7814 -x9529 -x10282 x9728 x7809 x9526 x9724 
1789.70/1790.03	v x9521 x448 -x8039 x449 x4839 x8027 -x9516 x445 -x1632 x4840 x8031 x441 -x1631 x4844 x8025 -x4823 x8023 -x8081 x433 -x6295 
1789.70/1790.03	v x8077 -x434 -x1629 -x5481 -x8062 -x1625 x5482 -x6292 -x8061 x5478 x5474 -x8311 x9621 x8059 x9605 -x5466 x5784 x8055 x9604 -x3080 
1789.70/1790.03	v -x5467 x5785 x9603 x5789 x5768 -x9480 -x9710 x9481 x9712 -x7469 x9477 -x10647 -x7465 x9473 x9709 -x10646 -x9640 -x9465 x9641 
1789.70/1790.03	v -x9704 -x9466 -x9637 x10644 x9633 -x9699 -x10640 x1917 x1916 x9626 x9627 x10381 x10379 -x1914 x1910 x9691 x7402 -x7805 x9675 
1789.70/1790.03	v -x10683 -x4785 x7397 x9674 -x9796 -x10679 -x4786 x7395 x9673 -x10402 -x4790 -x10401 -x4769 x8250 -x9793 x4586 -x8806 -x10399 
1789.70/1790.03	v -x1882 x8794 -x9787 x10395 x1883 x8798 x1887 x2880 -x8792 -x10753 x1866 x2864 -x3837 x8253 -x8790 x2863 -x3836 -x8254 -x10750 
1789.70/1790.03	v x2862 -x3834 x4028 -x9462 -x3396 x182 -x4442 x9551 x179 -x4438 x8714 -x9552 x8715 x7454 x8719 x8698 x10627 x7453 x10763 
1789.70/1790.03	v -x10625 -x4434 -x10592 x10423 x7459 x10584 x7457 -x7818 -x9395 -x9528 -x10579 -x2644 -x10577 -x7812 x9726 x10426 x9525 x9722 
1789.70/1790.03	v x10427 x447 -x8036 -x9398 x446 -x8038 -x9399 x9519 x8035 x444 x4836 x440 x4824 -x8030 x4828 -x5480 -x8082 -x3076 -x4822 -x5479 
1789.70/1790.03	v -x6296 -x8024 x8078 -x1627 -x3657 -x4820 -x1623 -x2690 -x3075 -x5477 x7918 x9616 x5473 x9617 -x3081 x8057 x9613 -x3079 -x3891 
1789.70/1790.03	v x8053 x9609 -x2693 x5781 -x9479 -x2694 x5769 -x9478 x9601 -x9711 -x5773 x9602 x5767 x6846 -x919 -x3894 -x5765 -x7470 -x9476 
1789.70/1790.03	v -x9639 -x3895 -x7466 x9472 -x9638 x9708 -x9756 x4759 -x9702 x6849 -x9636 x10642 x6850 -x9632 -x10638 -x9759 x7801 -x9760 -x2741 
1789.70/1790.03	v x4762 x10382 -x4763 x7800 x10380 -x1912 x1908 x7806 x9686 x4582 x7406 -x7804 x9687 -x10336 x9683 -x10684 x4581 x7401 x9679 
1789.70/1790.03	v -x10680 -x4782 -x4770 x7396 x9671 x4587 -x4774 -x8803 x9672 -x10339 x4585 -x4768 x8249 -x8805 -x9791 -x10340 -x4766 -x10397 
1789.70/1790.03	v -x4024 x8251 x8802 -x9788 -x10393 x502 -x1879 -x2875 x8256 x1867 -x2876 -x4023 x8255 x8797 -x10754 x1871 x2872 x1865 x2868 
1789.70/1790.03	v -x8791 x1863 x4029 x2860 x4027 x2861 -x3832 x10762 -x5137 x8190 -x3397 -x3395 x232 x9554 x183 -x4430 x9553 -x5141 x8193 x4429 
1789.70/1790.03	v x8194 x8711 -x2640 x8699 -x4435 -x8703 x10199 -x10589 x2639 -x4433 x7455 x8697 -x10591 x7456 -x8695 x7460 x10422 x10588 -x2645 
1789.70/1790.03	v x7439 -x401 -x2643 -x7816 x9394 x10424 x10583 x10429 -x7813 x9396 x10428 -x10578 -x9401 x9727 -x8037 -x9400 -x9523 x9723 x404 
1789.70/1790.03	v -x405 -x3653 x9520 -x4833 -x3652 -x4835 x7914 x8034 x442 x438 -x4832 x7913 -x8028 -x3658 -x3656 -x4827 -x1628 x7919 -x8442 
1789.70/1790.03	v x9615 -x1624 -x2689 -x2978 -x3077 -x4821 x7917 x9614 x3078 -x5475 -x915 -x2691 -x3082 x5471 -x2696 x3061 -x5778 -x8058 x9304 
1789.70/1790.03	v x9612 -x914 -x2695 -x3890 -x3949 -x5780 x8054 x9608 -x2981 -x2982 x3892 x5777 -x872 -x920 x3897 -x918 x3896 -x5772 x6845 -x3952 
1789.70/1790.03	v -x9474 -x2737 -x3953 -x5766 x6847 -x9470 x9706 -x9755 x6852 -x2736 x4758 x6851 -x9703 x9757 -x5210 -x9634 -x9762 -x10643 
1789.70/1790.03	v x4760 -x9630 -x9761 -x10639 x2742 x4765 x2740 x4764 -x6728 -x7388 x7802 -x1913 x7803 -x9685 -x10574 -x1909 x7807 -x9684 x7786 
1789.70/1790.03	v x7405 -x10335 -x4360 -x4779 -x7391 x9682 -x498 -x2332 x4583 -x4781 -x7392 x7399 x9678 -x10337 x4584 -x10342 -x497 x4588 -x4778 
1789.70/1790.03	v -x7495 -x8804 -x10341 x4567 -x4773 -x9792 x503 -x1876 x2335 -x2874 -x10398 x501 -x1878 -x2336 -x2873 -x4767 x8252 x8801 -x10394 
1789.70/1790.03	v -x3727 -x7498 x8236 x1875 x4025 -x7499 -x8235 -x8795 -x10545 x2871 x4026 -x4500 -x8234 x1870 x2867 x4030 x4009 -x1864 
1789.70/1790.03	v -x5300 -x3833 -x10548 -x10549 x7172 -x3398 x4813 -x5136 x8189 x233 -x3386 x231 x8191 -x10195 -x5142 x8196 -x5140 x8195 x9538 
1789.70/1790.03	v -x10194 -x8708 x9537 x4431 -x8710 x4432 x10200 -x4436 x8707 x10198 -x10590 x4415 x2641 -x8702 x1970 x2642 -x7452 x2646 x7440 
1789.70/1790.03	v -x8696 x10587 x2625 -x7444 -x400 x793 -x7438 -x7817 x10425 -x10581 -x5937 -x7436 x10409 -x402 x9397 x10408 x407 -x4317 x9381 
1789.70/1790.03	v -x10407 x406 -x9380 -x9524 x796 -x9379 -x797 -x4834 -x5428 -x8438 x549 x3654 x8032 -x8437 x443 x3655 x439 -x3659 -x4831 x7915 
1789.70/1790.03	v -x8029 -x9300 x3638 -x5431 x7916 x8443 -x4825 -x5432 x7920 x8441 -x9299 x7899 -x868 -x2977 x3074 -x5476 x9305 -x867 -x2692 -x2979 
1789.70/1790.03	v x3062 -x5472 -x5779 x9303 x2676 -x2932 -x2984 -x3066 x9610 -x916 -x2675 -x2983 x3060 -x3948 x9606 -x873 -x917 -x2674 -x3058 
1789.70/1790.03	v -x871 -x921 x3893 -x3950 x5206 x5776 -x9130 -x900 x3877 -x3955 x3876 -x3954 x5205 -x5770 x3875 -x9475 -x6724 x6848 -x8663 
1789.70/1790.03	v -x9471 -x9707 x5211 -x6683 x6832 -x9133 -x2738 -x5209 -x6723 x6831 -x9134 x9758 x10570 -x2739 x6830 -x9635 x9742 x2743 x4761 
1789.70/1790.03	v -x9631 -x9741 x10569 x2722 x4745 -x6729 -x8666 -x9740 -x4356 x4744 -x6727 -x8667 -x2479 x4743 -x10575 -x4355 x7387 -x10573 
1789.70/1790.03	v x7799 -x9846 x7389 x7787 x4361 x7394 x7791 -x4359 -x4780 x7393 x7403 x7785 -x7783 -x9680 -x2331 -x3723 -x7400 x9676 -x10338 x10520 
1789.70/1790.03	v x4580 x10322 x499 -x2333 -x3722 -x4496 x4568 -x4777 -x7494 -x10321 x500 x2338 -x4572 -x10320 x504 -x1877 x2337 -x4495 -x4566 
1789.70/1790.03	v -x4771 x7496 x483 -x3728 -x4564 x7501 -x8247 -x10523 -x3726 -x7500 x8248 x8799 -x10524 -x4501 x8244 x1874 -x4499 -x7168 
1789.70/1790.03	v x8240 -x8796 -x9817 -x10544 -x2869 x4022 x1868 x2865 x4010 -x7167 -x8232 -x10546 -x4014 -x8233 x10551 -x960 x4008 -x5299 -x10550 
1789.70/1790.03	v x4006 -x4688 x7173 -x9820 x5301 x7171 -x9821 -x3749 -x7714 -x10761 -x6488 x234 -x618 x4812 -x5138 x222 -x3390 -x5139 x9549 
1789.70/1790.03	v -x10049 -x3385 -x5143 x8192 x9550 -x10050 -x3383 -x4816 -x5123 x8176 -x9546 -x1966 -x2425 -x4817 x8175 -x8709 -x9542 -x10196 
1789.70/1790.03	v x8174 -x10197 -x1965 -x9535 x10201 -x3007 x4428 -x9536 x10180 -x3490 x4416 -x5933 x8706 x1971 -x2428 x4420 -x7449 -x10672 
1789.70/1790.03	v x1969 -x2429 -x4313 -x4414 -x5932 -x7451 -x8700 x2638 -x4412 x2626 -x3376 -x4312 -x7448 x10585 x2630 -x3493 -x5938 x10420 -x545 
1789.70/1790.03	v x792 -x2624 -x3494 -x5936 -x7443 x10421 -x10582 -x2622 -x4318 -x9392 -x10417 -x403 -x544 x794 -x4316 -x7071 -x7437 x9393 -x10413 
1789.70/1790.03	v x387 x799 x944 -x3379 -x9389 x386 x798 -x3380 -x9385 -x10405 x385 x550 -x10406 x548 -x5427 -x7193 -x9377 -x5737 -x7074 
1789.70/1790.03	v -x9378 -x5429 -x7075 -x8033 x8439 x3651 x5434 -x7050 x8440 -x2928 x3639 -x4829 -x5433 -x5684 x8444 x3643 -x7196 -x7912 -x8423 
1789.70/1790.03	v -x2927 -x3637 -x4826 -x7197 x7900 -x7966 -x9301 x3071 -x3635 x7904 -x9109 -x9302 x3073 -x3351 -x7898 x9306 -x2687 -x2933 x5687 
1789.70/1790.03	v -x7896 x9285 -x869 -x2688 -x2931 x2980 -x3070 -x5688 -x870 -x2684 x2964 -x7969 x9611 -x874 x2680 x2963 -x3065 -x6679 -x7970 
1789.70/1790.03	v -x9607 -x853 -x913 x2962 -x3354 x3888 x901 -x2672 -x3059 -x3355 x3889 -x3951 x5774 -x6678 -x9129 x905 -x1344 -x2673 -x3885 
1789.70/1790.03	v -x3935 -x843 -x899 -x3881 -x3934 x5207 -x5771 -x9131 -x897 -x3933 x5208 -x6684 x6843 -x9136 -x2475 x3873 x5212 -x6682 x6844 
1789.70/1790.03	v -x7429 -x8662 -x9135 x3874 x5191 -x6840 -x8161 -x9753 -x2474 -x6725 x6836 -x8664 x9754 -x9842 -x846 -x2735 -x4756 x6726 -x8669 
1789.70/1790.03	v x9750 -x10717 -x847 x2723 x4757 -x6730 -x6828 -x8668 -x9746 -x9841 x10571 -x2480 -x2727 x4753 x6709 -x6829 -x7432 x10572 -x2478 
1789.70/1790.03	v x2721 -x4749 -x7433 -x9738 -x10576 x2719 -x2807 x7796 -x9739 -x9847 -x10555 -x4357 x4741 x7798 -x9845 x4358 -x4475 x4742 
1789.70/1790.03	v x4362 x7390 x7795 -x10495 -x4341 x7374 x7373 -x7404 x7790 x4577 -x7372 -x9681 -x10333 x4579 -x7784 -x9677 -x10334 x10519 x10330 
1789.70/1790.03	v x10498 -x2334 -x3724 x4576 -x4775 x10326 -x10499 x10521 -x496 x2318 -x3725 -x8246 -x10526 x484 x2317 -x3729 -x4497 -x4571 
1789.70/1790.03	v -x4772 -x7293 x7497 -x8245 -x10318 -x10525 -x488 -x1272 x2316 -x3708 -x4498 x7481 -x10319 -x482 -x4502 -x4565 -x4684 -x5013 
1789.70/1790.03	v x7480 -x8800 -x480 -x672 -x4019 x4481 -x7479 -x8243 -x45 -x1872 x4021 -x4683 x8239 -x9816 -x2870 x7296 -x1869 x2866 x4018 -x7169 
1789.70/1790.03	v -x7297 -x7710 -x9818 -x10547 -x4689 -x5016 -x7170 -x9823 x10531 -x959 -x3745 -x4013 -x4687 -x5017 x7174 -x7709 -x9822 x10530 
1789.70/1790.03	v -x48 x7153 -x10529 -x49 -x961 x4007 x5302 -x7715 -x1087 -x2079 -x3748 x10760 -x7713 -x8762 x10759 -x6487 -x9548 -x10052 -x617 
1789.70/1790.03	v -x3003 -x3394 -x3770 x4814 -x9547 -x10051 x226 -x4819 -x5135 x8187 x221 -x3002 -x3389 -x4818 -x5124 x8188 x10668 x219 -x621 
1789.70/1790.03	v -x5128 -x6492 -x8184 -x9545 -x622 -x2424 -x3384 -x5122 x8180 -x9541 x10667 -x3008 -x3773 -x4425 -x5120 x10193 -x1967 -x2426 
1789.70/1790.03	v -x3006 -x3774 -x4427 x8172 x10181 -x1968 x2431 -x8173 x10185 -x10673 x1972 -x2430 x3489 -x4424 -x7450 x8704 -x10179 -x10671 
1789.70/1790.03	v -x1951 -x2635 -x7675 -x10177 -x940 x1243 -x2637 x3491 x4419 -x5934 -x8701 -x3496 x5935 -x10419 -x939 x2634 -x3375 -x3495 -x4314 
1789.70/1790.03	v -x4413 -x5939 -x7447 -x10418 x10586 x4315 -x5918 -x9391 x2629 -x3377 -x4319 -x5733 -x7441 -x9390 -x398 x945 -x1246 x3382 
1789.70/1790.03	v -x4298 -x10416 -x399 -x546 x795 x943 -x1247 -x2623 x3381 -x5732 -x7046 -x7070 -x10412 x395 -x547 x779 -x9388 x391 x551 -x778 
1789.70/1790.03	v -x7045 -x7072 -x9384 -x530 -x777 -x5738 -x7077 x383 -x5736 -x7076 x7192 -x9105 x384 x3648 -x7051 -x9668 x3650 x5430 -x7049 x7194 
1789.70/1790.03	v -x9104 x5414 x7199 -x7909 -x8436 -x3647 -x4830 -x5413 x5683 -x7198 -x7911 x8424 -x5412 -x8428 x9110 -x2929 x3072 -x3642 
1789.70/1790.03	v x5685 -x7908 -x7965 -x8422 x9108 -x1615 -x2686 -x2930 x5690 -x8420 x9298 -x1340 -x2685 -x2934 -x3350 -x3636 x5689 x7903 -x7967 
1789.70/1790.03	v x9286 x2913 -x2975 -x7972 -x9290 -x1339 -x2976 -x3069 -x3352 -x6391 -x7897 -x7971 x9284 x866 -x910 -x2683 x2972 -x3357 -x3887 
1789.70/1790.03	v -x9282 x854 -x912 -x2679 x2968 -x3063 -x3356 -x3886 -x8157 x858 -x1345 -x2164 -x3946 -x852 x909 -x1343 -x2960 -x3947 x5775 
1789.70/1790.03	v -x6680 -x8156 -x10713 -x850 -x2961 -x3884 -x3943 -x6394 -x6681 x6842 -x842 -x904 -x3880 -x3939 -x6395 -x6685 x6841 x9132 -x10712 
1789.70/1790.03	v -x5204 -x6664 -x8162 x9116 -x9752 x844 -x898 -x2803 -x3931 x5192 -x7428 -x8160 -x9115 -x9751 x849 -x2732 -x3932 -x4755 x5196 
1789.70/1790.03	v -x6839 x7000 -x9114 -x10718 x848 -x2476 -x2734 -x2802 -x4471 -x4754 x5190 -x6835 -x7430 x8665 -x10716 x2477 -x5188 -x6722 
1789.70/1790.03	v -x7435 x8649 -x9749 x2481 -x2731 -x4470 -x5634 x6710 -x7434 -x8648 -x9745 -x9843 x2460 -x2808 -x4752 -x6714 -x8647 -x9577 x9844 
1789.70/1790.03	v x10568 -x2726 -x2806 -x4748 -x6708 x7797 -x9848 x10556 -x3055 x4476 -x6706 -x9827 x10560 -x2720 x4474 -x10554 -x4354 -x5637 
1789.70/1790.03	v x7385 -x10552 x4342 -x5509 -x5638 x7386 -x7794 -x10494 -x4346 x7382 -x10332 -x1268 -x4340 -x4578 x7378 -x7788 -x10220 -x10331 
1789.70/1790.03	v x10496 -x4338 x10501 -x668 -x1267 -x7370 x10500 -x493 -x2329 x4199 -x5512 -x7371 x10329 -x278 -x495 x667 x2330 -x4575 -x4776 
1789.70/1790.03	v -x5513 -x10325 x10522 -x1273 -x2326 -x3721 x7492 -x10223 x10506 -x492 -x1271 x2322 -x3709 -x4569 x7292 -x7363 x7493 -x10224 
1789.70/1790.03	v -x10505 -x673 -x3713 -x4494 -x7489 -x10504 -x487 -x671 x2314 -x3707 -x4020 x4482 -x5012 x7294 -x7485 -x281 x2315 -x3705 -x4486 
1789.70/1790.03	v x7299 -x8241 -x44 -x282 -x481 -x1873 -x4480 -x4685 -x5014 -x6749 x7298 -x7477 x8237 -x4478 -x4686 -x5019 -x5613 -x7366 
1789.70/1790.03	v -x7478 x10542 x46 -x4017 -x4690 -x5018 -x7367 -x8758 -x9819 x10543 -x51 -x4669 x7166 -x9803 -x10539 -x50 -x2075 -x3744 -x4011 
1789.70/1790.03	v x7154 -x7711 -x8757 -x9802 x10535 x5297 x6752 -x7158 -x7712 -x9801 -x962 -x3746 x5298 x6753 x7152 -x7716 -x10527 -x3751 x5294 
1789.70/1790.03	v x7150 -x7694 -x8763 -x10528 x10758 -x1086 -x2078 -x3750 x5290 -x8761 -x4622 -x5134 -x6489 -x8186 x10040 x230 -x619 -x3393 -x3415 
1789.70/1790.03	v -x3769 x4815 -x5133 -x8185 -x10039 -x624 x4535 x4801 -x6493 -x10038 -x225 -x623 -x3004 -x3387 -x3771 x4536 x4800 -x5132 
1789.70/1790.03	v -x6491 -x7671 x3005 x3776 -x4799 -x8183 -x9543 -x10190 x220 -x3009 x3775 -x4426 -x5127 -x7670 -x8179 -x9539 -x10192 x10669 x2988 
1789.70/1790.03	v x10670 x2427 -x5121 -x10189 x10674 x1964 x2411 -x7676 -x10653 x1952 -x2410 -x2636 -x4423 -x5908 -x7674 x8705 x10184 -x1491 
1789.70/1790.03	v x1956 -x2409 x1242 -x1950 x3492 -x4417 -x4709 -x10178 -x1948 x3476 -x5931 -x941 x1244 -x1941 x2633 -x3475 x5919 -x7445 -x397 
1789.70/1790.03	v -x942 x1249 -x3474 -x4311 -x5911 x5923 -x396 x946 -x1248 -x2627 -x3378 x4299 -x5912 -x5917 -x7442 -x9664 x790 -x925 x3362 
1789.70/1790.03	v x4303 -x4712 -x5915 -x10414 x791 x3361 -x4297 -x4713 -x5734 -x9663 -x10410 -x394 x543 x787 -x1944 -x3105 x3360 -x4295 -x5735 
1789.70/1790.03	v -x9386 -x376 x390 x531 -x783 -x1945 -x5739 -x7047 -x7073 -x9382 -x535 -x3230 -x5718 -x7048 -x7057 -x9669 -x529 -x775 -x1611 x3649 
1789.70/1790.03	v -x7052 -x7056 -x9667 -x527 -x776 -x5425 x7031 -x7055 -x8433 -x1610 x5426 x7195 -x7910 -x8435 -x9106 -x379 x5422 x7179 -x9107 
1789.70/1790.03	v -x380 -x3646 -x5418 x7178 -x8432 x9111 x1616 x7177 x9090 -x9295 -x1614 -x2160 -x3640 -x5410 x5686 -x7907 -x8427 -x9297 -x2926 
1789.70/1790.03	v -x2974 -x5411 x5670 -x2159 x2914 -x2973 x5669 x7901 -x7968 -x8421 -x9294 x863 x2918 -x5668 x7952 x865 -x911 -x1341 x2912 
1789.70/1790.03	v -x3067 -x3353 -x6390 -x7951 -x9289 -x1342 -x2165 -x2681 x2910 x2971 x3337 -x3945 -x7950 -x862 -x1346 -x2163 -x2677 -x2967 -x3064 
1789.70/1790.03	v x3336 -x3944 -x6392 x6996 -x9283 -x1325 -x1765 -x3335 -x6397 x857 -x908 -x6396 x6995 -x8158 -x3882 -x3942 -x5201 x6677 
1789.70/1790.03	v -x8159 x9127 -x851 -x902 -x3878 -x3938 -x5203 x6665 -x8163 x9128 -x9573 -x10714 -x6669 x7001 -x8142 x9124 x10715 x845 -x2733 
1789.70/1790.03	v -x3051 -x5200 -x6663 x6999 x9120 -x9572 -x10719 x829 -x6661 -x6719 -x6837 -x8660 x10698 -x828 -x2804 -x3050 -x5195 -x6721 -x6833 
1789.70/1790.03	v -x7431 x8661 -x9112 -x827 -x2473 -x2805 x7415 -x8657 -x9113 -x9578 -x9747 x10565 x2461 -x2730 -x2809 -x4472 -x5189 -x5633 
1789.70/1790.03	v -x6718 x7414 -x8653 -x9576 -x9743 x10567 x2465 x2788 -x3056 x4473 -x4750 -x7413 -x9840 -x2459 -x2724 -x3054 x4477 -x4746 -x5635 
1789.70/1790.03	v -x6713 -x8645 x9828 -x10564 -x1541 -x2457 -x4351 -x4456 x5640 -x7384 -x8646 x9832 x4195 -x4353 -x5639 -x6707 x7383 -x9826 
1789.70/1790.03	v -x10559 -x9824 x4194 -x4350 -x5508 -x7792 -x10553 x7381 -x4345 -x5510 -x6588 -x7377 -x7789 -x10219 x10497 -x2328 x4200 -x5515 
1789.70/1790.03	v x10481 -x494 -x1269 -x2327 x4198 -x4339 -x5514 -x10221 x10480 -x332 x1270 -x3718 -x7491 x10226 x10327 -x10479 -x10517 -x277 
1789.70/1790.03	v x669 x1274 -x3720 -x4573 -x5609 -x7490 -x10225 -x10323 x10518 x670 x1253 -x2325 -x4491 -x6591 x10514 -x279 -x491 -x674 x2321 
1789.70/1790.03	v -x3717 -x4493 -x4570 -x5608 -x6592 -x7362 x10510 -x284 x653 -x7488 -x283 -x485 -x3712 -x4490 x7295 -x7364 -x7484 -x10502 x5614 
1789.70/1790.03	v x7279 -x7369 -x8242 -x10503 -x10541 -x3706 -x4485 -x5015 -x5612 -x6748 x7278 -x7368 x8238 -x10540 -x4682 x4999 -x7163 -x7277 
1789.70/1790.03	v -x7871 -x9814 x47 -x4015 -x4479 -x4670 -x4998 x6750 -x7165 -x9815 x31 -x4674 -x4997 -x5296 x6755 -x9811 -x10538 -x30 -x1083 
1789.70/1790.03	v -x2074 -x4012 -x4668 -x5295 x6754 x7162 -x8759 -x9807 x10534 -x29 -x957 -x4666 -x7708 -x8760 x958 -x1082 -x2076 -x3747 -x7157 
1789.70/1790.03	v -x7696 -x8764 -x9799 x954 -x2081 -x3730 x5293 -x7700 x8742 -x9800 x950 -x1088 -x1294 -x2080 -x3731 -x5289 x7151 -x7695 -x9458 
1789.70/1790.03	v x4538 -x4621 -x4811 -x6490 x10048 -x229 -x620 -x3391 -x3414 x4537 -x4810 -x6494 -x9275 x10044 x606 -x4809 -x6476 -x223 x605 
1789.70/1790.03	v -x1487 -x3388 -x3772 -x4805 -x5131 -x10036 -x10191 -x604 -x3001 x3418 x3756 -x4626 -x8181 -x9544 -x10037 -x1486 x2989 -x3419 
1789.70/1790.03	v x3755 -x4797 -x5125 -x7672 -x8177 -x9540 x1961 -x2422 -x2993 -x3754 -x4798 x7673 -x9278 x10666 x1963 -x2423 -x2987 x7677 -x9279 
1789.70/1790.03	v -x10188 x10654 -x1492 x2419 -x2985 -x7656 x10658 -x1490 x1960 x2415 -x4421 -x5907 x10182 -x10652 -x3487 -x5928 -x10650 
1789.70/1790.03	v x1955 -x2407 -x3101 -x3488 -x4418 -x4708 x5909 -x5930 -x2189 -x2408 x3484 -x4308 -x5914 x1245 -x1940 -x1949 x2631 -x3100 -x3226 
1789.70/1790.03	v -x3480 -x4310 -x4710 -x5913 x5927 -x7446 -x8275 x789 -x938 x1229 -x3373 -x4715 x788 x926 -x1228 -x1942 -x2628 -x3225 -x3374 
1789.70/1790.03	v -x3472 -x4307 -x4714 -x5346 -x5922 -x540 x930 -x1227 -x1947 -x3106 x3370 -x3473 -x10415 x542 -x924 -x1946 -x3104 x3366 x4302 
1789.70/1790.03	v -x5916 -x9665 -x10411 -x10615 -x392 -x786 -x922 -x3231 -x5731 -x7068 -x8278 -x9184 -x9387 x9666 -x375 x388 x539 -x782 -x1786 
1789.70/1790.03	v -x3229 x3358 -x4296 -x5719 -x7069 -x8279 -x9383 -x9670 x3359 -x5349 -x5424 -x5723 -x6875 -x7044 -x7065 -x9649 -x377 -x534 -x5350 
1789.70/1790.03	v -x5423 -x5717 x7032 -x7061 -x8434 x382 -x5715 -x6445 -x7036 -x7190 x10618 -x381 -x528 -x1612 x7030 -x7053 -x7191 x10619 
1789.70/1790.03	v -x1613 -x1789 -x5421 x7028 -x7054 x7187 x9103 -x818 x1617 -x1790 -x3644 -x5417 x7183 -x8431 x9091 -x9296 x1596 -x2923 -x5681 
1789.70/1790.03	v x9095 -x1761 -x2925 -x3641 -x5682 -x7175 -x7905 -x8425 x9089 x5678 -x7176 x7963 -x9087 -x864 -x1760 -x2161 x2922 x5674 -x7902 
1789.70/1790.03	v x7964 -x9293 -x821 -x2162 -x3348 x7960 -x822 -x2166 x2917 -x3068 x3349 -x5666 x7956 -x9287 -x1338 -x1766 -x2145 -x2682 -x2969 
1789.70/1790.03	v x3345 -x5667 -x861 -x1326 -x1764 -x2678 -x2911 -x2965 x3341 x6393 -x7243 -x7948 -x1330 -x4249 x6377 x6674 -x7949 -x9126 -x855 
1789.70/1790.03	v -x906 -x1324 -x3333 -x5202 x6376 x6676 x6997 -x9125 -x1322 -x3334 -x3883 -x3940 -x6375 x6998 -x8155 -x903 -x3879 -x3936 x6673 
1789.70/1790.03	v x7002 -x8143 -x840 x6981 -x7246 -x8147 -x8659 x9123 -x10711 x841 -x1537 x3326 -x5199 -x6668 -x6720 -x7247 -x8141 -x8658 
1789.70/1790.03	v -x9119 -x9574 x10699 x837 -x2470 -x6838 -x7426 -x8139 x9575 -x10703 x833 -x1536 -x2472 -x3052 -x5193 -x6662 -x6834 -x7427 -x8588 
1789.70/1790.03	v -x9579 -x10566 x10697 -x2801 x3053 -x7423 -x8656 -x9558 -x9748 -x9837 -x10695 -x825 x2469 -x2728 x2789 -x3057 -x6717 -x7419 
1789.70/1790.03	v -x8652 -x9155 -x9744 -x9839 -x826 -x1542 x2793 x3036 -x3329 x4469 -x4751 -x1540 -x2464 -x2725 x2787 -x3330 -x4352 x4457 -x4747 
1789.70/1790.03	v -x4863 -x5636 -x6711 -x7411 x9836 -x10563 x2785 -x4461 x5620 -x7412 -x8591 -x328 -x2458 -x4455 -x5619 -x8592 x9831 -x10557 
1789.70/1790.03	v -x4078 -x4453 -x5618 -x9158 -x327 x4196 -x4349 -x7793 -x9159 -x9825 x4197 -x4866 x7379 x10492 x4201 -x4343 -x4867 x5511 -x6587 
1789.70/1790.03	v -x7375 x10493 -x333 x4180 x5495 x10489 -x10516 -x331 -x3719 -x5494 -x6589 -x10222 x10485 -x10515 -x1266 -x5493 -x6594 x10206 
1789.70/1790.03	v x10328 x1254 -x4492 -x4574 -x6593 -x7867 -x10205 -x10324 -x10477 x666 x1258 -x2323 -x10204 -x10478 x10513 -x280 -x489 x654 
1789.70/1790.03	v x1252 -x2319 -x3716 -x5610 -x7866 x10509 x264 -x658 x1250 -x5611 -x7290 -x7486 -x263 -x486 x652 -x3710 -x4489 x5615 -x7291 
1789.70/1790.03	v -x7365 -x7482 -x262 x650 -x2519 -x4679 -x5010 -x5594 -x7287 x7349 -x7872 -x9813 -x4483 -x4681 -x5011 -x7164 x7283 x7348 -x7870 
1789.70/1790.03	v -x9812 -x42 x5007 x7347 -x43 -x4016 -x4678 x5003 x6751 -x7275 -x9454 -x39 -x956 x6735 -x7276 -x7705 -x9810 -x10536 x35 -x955 
1789.70/1790.03	v -x1290 -x4673 -x4995 x6734 -x7161 -x7707 -x9453 -x9806 x10532 -x3742 -x4996 x6733 -x8756 -x27 -x1084 x2077 -x3743 -x4667 -x7155 
1789.70/1790.03	v -x7704 x8744 -x28 -x953 x1085 x2060 -x3739 x5291 -x8748 -x9459 x949 x1089 -x1293 -x2061 -x3735 -x5287 -x7699 x8743 -x9457 
1789.70/1790.03	v -x616 x4526 -x4623 -x6486 x10047 -x227 x615 -x3026 -x3392 -x3416 -x4525 -x6477 -x9274 -x10043 -x614 -x2998 x3421 x3767 -x4524 
1789.70/1790.03	v x4627 -x4808 -x6481 -x224 -x610 -x3000 x3420 x3768 -x4625 -x4804 -x5129 -x6475 -x9276 -x2421 x3764 -x6473 -x8182 -x9281 x10663 
1789.70/1790.03	v -x602 -x1488 -x1962 -x2185 -x2420 -x2997 x3760 -x5126 -x8178 -x9280 x10665 -x603 -x1489 x7669 -x1493 -x2184 -x2992 -x3752 
1789.70/1790.03	v x7657 -x10186 x10662 -x1472 x2418 -x3486 -x3753 -x7661 -x1959 x2414 -x2986 -x3485 -x4422 -x5929 -x7655 -x10183 x10657 -x2190 
1789.70/1790.03	v -x7653 -x1953 -x2188 -x4309 x5910 -x9180 -x10651 -x935 x1240 -x3372 -x3483 x5894 -x937 x1241 x2632 -x3102 -x3371 -x3479 -x4711 
1789.70/1790.03	v x5893 -x5926 -x6871 -x8274 -x9179 -x1237 x3103 -x4695 x5892 -x212 -x541 x934 -x1233 -x1943 x3107 -x3227 -x4306 -x4694 -x5345 
1789.70/1790.03	v -x5920 -x6441 -x6870 -x8276 x1927 -x3086 -x3228 -x3369 -x4693 -x5728 -x7067 x8281 -x9185 -x9229 -x929 -x1225 -x1926 -x3232 
1789.70/1790.03	v x3365 -x4300 -x5347 -x5730 x6440 -x7066 -x8280 -x9183 -x10614 -x393 -x784 -x1226 -x1925 x3211 -x5352 -x6876 -x7041 x9662 -x9971 
1789.70/1790.03	v x389 -x538 -x780 -x923 -x1785 -x5351 -x5727 -x6874 -x7043 x9650 -x10616 -x215 x6446 -x7064 -x7189 -x9654 x10621 -x216 x378 
1789.70/1790.03	v -x532 -x1787 -x4288 -x5722 -x6444 -x7040 -x7060 -x7188 -x9648 x10620 x362 -x1792 -x9100 -x9646 -x361 -x1791 -x5716 -x7035 
1789.70/1790.03	v x9102 -x360 x1609 -x5419 -x5680 x7186 -x817 x1597 -x2924 -x3645 -x5415 -x5679 -x7029 -x7182 -x8429 x9099 -x1601 -x4291 -x7962 
1789.70/1790.03	v -x819 -x1595 -x4245 -x4292 -x7906 x7961 -x8426 x9094 -x824 -x1593 -x3347 -x5677 -x8884 -x823 -x1762 -x2921 -x3346 -x4244 x5673 
1789.70/1790.03	v -x9088 -x9291 -x1335 -x1763 -x2158 x7959 x8340 -x1337 -x1767 -x2146 -x2915 x7955 -x9288 -x1746 -x2150 -x2970 x3344 -x4250 
1789.70/1790.03	v x6388 -x7586 -x859 -x1026 -x1334 -x2144 -x2966 x3340 -x4248 x6389 x6675 -x7242 -x2142 x6385 -x8152 -x70 -x856 -x907 -x1329 x6381 
1789.70/1790.03	v -x7244 -x8154 -x839 -x3941 x6994 -x7249 -x10708 -x838 -x1323 -x3937 -x6373 x6672 x6982 -x7248 -x8151 -x10710 -x1029 -x6374 
1789.70/1790.03	v x6986 -x7425 x9121 -x1030 -x2471 x3325 -x5197 -x6666 -x6980 -x7424 -x8146 -x9117 -x10707 -x73 x836 -x2798 -x6978 x9571 -x74 
1789.70/1790.03	v -x832 -x1538 -x2800 x3327 -x4074 -x5194 -x8140 -x8587 x9559 -x9838 -x10702 -x1539 -x3049 -x3332 x4466 -x7422 -x8654 x9563 -x1543 
1789.70/1790.03	v x2468 -x2729 -x2797 x3037 -x3331 -x4073 x4468 -x6715 -x7418 -x8589 -x8650 -x9154 -x9557 -x10696 x1522 x3041 -x3255 -x5631 
1789.70/1790.03	v -x8594 -x9555 -x2462 -x2792 -x3035 x4465 -x4862 x5632 -x6712 -x8593 -x9156 -x9835 -x10561 -x3033 -x4079 x5628 -x6975 -x9161 
1789.70/1790.03	v -x1365 x2786 -x4077 -x4460 -x4864 -x5624 -x9160 x9829 -x10558 -x4869 -x10100 x10491 -x329 -x4347 -x4454 -x4868 -x5616 -x10146 
1789.70/1790.03	v x10490 -x330 x4193 -x5506 -x5617 -x6209 -x7380 -x334 x4181 -x4344 x5507 -x7376 -x313 -x1263 -x1368 -x2544 x4185 x5503 -x10217 
1789.70/1790.03	v x10488 -x1265 -x1369 -x2515 x4179 x5499 x6590 -x10218 -x10484 -x663 -x4177 x6574 -x10149 x10214 x665 -x1262 -x2514 -x5491 
1789.70/1790.03	v x6573 -x10150 -x10210 -x275 -x2324 -x4003 -x5492 -x6572 -x7289 -x10511 -x276 -x490 x662 x1257 -x2320 -x3714 -x7288 -x7868 -x10202 
1789.70/1790.03	v x10507 x272 -x2520 -x5009 -x5607 -x7360 -x7487 -x7869 -x10203 x268 -x657 -x1251 -x2518 -x3678 -x3711 -x4487 -x4680 -x5008 
1789.70/1790.03	v x5595 -x7361 -x7483 -x7873 -x41 x5599 -x7286 -x7357 -x7852 -x40 -x260 x651 -x718 -x4484 -x5593 x7282 x7353 -x261 -x5006 -x5591 
1789.70/1790.03	v -x6746 -x7846 -x4677 x5002 -x6747 x7345 -x7706 -x38 -x3681 -x3741 x6743 x7346 -x8753 -x9808 -x10537 x34 -x1289 -x3682 -x3740 
1789.70/1790.03	v -x4671 x6739 -x7159 -x8755 -x9455 -x9804 -x10533 -x721 -x2072 -x9456 -x722 -x1291 -x2073 -x6731 -x7156 -x7703 x8752 -x9460 
1789.70/1790.03	v -x951 x1081 -x1296 -x2069 -x3738 -x5292 -x6732 x9438 x947 x1077 -x1295 x2065 -x3734 -x5288 -x7697 -x8747 x3766 x4534 -x4624 
1789.70/1790.03	v x10045 -x228 -x2999 -x3025 -x3417 x3765 x4530 x4628 -x6485 -x10041 -x613 x3403 x4610 -x4806 -x609 x3402 -x4522 -x4802 -x5130 
1789.70/1790.03	v -x6480 -x9277 x10664 -x3029 -x3401 -x3763 -x4523 -x7666 x9261 -x2996 -x3030 -x3759 -x6474 -x7668 x9260 -x1485 -x9259 x1315 
1789.70/1790.03	v -x1473 -x2186 -x2990 x7665 -x10187 x10661 -x1477 x2187 -x2416 -x8959 -x1471 -x1957 -x2191 x2412 -x7660 -x9225 x10655 -x1239 -x1469 
1789.70/1790.03	v x2170 -x4738 x5905 -x936 -x1238 -x1954 x5906 -x7654 -x9224 -x9967 -x1318 -x3481 -x4706 -x5902 -x1319 -x3477 -x4707 x5898 
1789.70/1790.03	v -x5924 -x9181 -x9966 -x1236 -x1938 x2669 x3099 -x4703 -x9182 -x9230 -x211 x933 -x1232 -x1939 x3087 -x4304 -x4699 -x5729 x5890 
1789.70/1790.03	v -x5921 -x6872 -x8277 -x9186 -x9228 x1935 x3091 -x3224 -x3367 -x5891 -x6873 x8261 -x9165 -x9659 -x9972 -x213 -x927 -x1931 -x2565 
1789.70/1790.03	v -x3085 x3212 -x3363 -x4301 -x4691 -x5348 x6442 -x6877 -x7042 -x8260 x9661 -x9970 -x218 -x785 -x3083 -x3216 -x4692 x5332 
1789.70/1790.03	v -x5375 x6443 -x6856 -x8259 -x217 -x536 -x781 -x1923 -x3210 x5331 -x5726 x6447 -x7557 -x9658 -x10617 -x373 -x1924 -x3208 x5330 
1789.70/1790.03	v -x6426 -x7062 -x9084 x10601 x374 -x533 -x1788 -x2307 -x4287 -x5720 -x7039 -x7058 -x8880 -x9101 -x9653 -x10600 -x370 -x1606 
1789.70/1790.03	v x1772 -x2568 -x8492 -x10599 -x366 x1608 x1771 -x2569 -x4289 -x5459 -x7033 -x8336 -x8879 -x9647 x1770 -x4294 -x5420 x7184 -x7560 
1789.70/1790.03	v -x358 x1605 -x4293 -x5416 -x7180 -x7561 -x7582 x8335 -x8430 -x9098 -x359 -x2310 -x8885 -x820 -x1600 -x2311 -x7581 -x8883 x9092 
1789.70/1790.03	v -x804 -x2155 -x5462 -x5675 x8341 -x803 -x1336 -x1594 -x2157 -x2919 -x4246 -x5463 x5671 x8339 -x9292 -x802 -x1759 -x4247 
1789.70/1790.03	v -x6387 -x7587 x7957 -x1747 -x2154 -x2916 -x4251 -x6386 -x7585 -x7953 -x1751 -x3342 -x4230 -x860 x1025 -x1333 -x1745 -x2149 x3338 
1789.70/1790.03	v -x8153 -x1743 -x5067 x6384 -x6991 -x69 -x145 x1027 -x1327 -x2143 x6380 -x6993 -x7245 -x10709 -x1032 -x7229 x71 -x1031 -x3251 
1789.70/1790.03	v -x6670 x6990 -x7228 -x8150 x76 -x7227 -x8837 -x9122 -x9568 x75 -x2799 -x3250 -x5198 -x6057 -x6667 -x6971 x6985 -x8144 -x9118 
1789.70/1790.03	v x9570 -x10706 -x148 -x834 -x3046 -x149 -x830 -x3048 x3328 -x4467 -x6970 -x6979 x9567 -x10096 -x10700 -x1535 x3256 x3312 -x5630 
1789.70/1790.03	v -x7420 -x8655 x1523 -x2466 -x2796 x3045 x3254 -x3311 -x4075 -x5629 -x6205 -x6716 -x7416 -x8590 -x8651 -x9562 -x10095 x1527 
1789.70/1790.03	v -x3310 -x4076 -x6060 -x6976 x8574 -x1521 -x2463 -x2540 -x2790 x3040 -x4080 x4464 -x6061 -x6204 -x6974 -x8573 -x9157 -x9556 
1789.70/1790.03	v -x9833 -x10562 -x1519 -x4059 -x5627 -x8572 x9141 x10101 -x1364 -x2016 -x2539 -x3034 -x4458 -x4865 -x5623 x9140 -x9830 x10099 
1789.70/1790.03	v x4190 -x4849 -x5505 -x6210 x9139 -x9512 -x1366 -x3562 -x3999 x4192 -x4348 -x4848 -x5504 -x6208 -x10145 -x326 x1371 -x2545 -x4847 
1789.70/1790.03	v -x10216 -x303 -x314 -x1264 -x1370 -x2543 -x3998 x4189 -x10147 -x10215 -x318 -x2019 -x5502 -x6585 -x10152 x10486 -x312 -x664 
1789.70/1790.03	v -x2020 x4184 -x5498 -x5883 x6586 -x10151 -x10482 -x274 -x310 -x3565 -x4004 x6582 -x8642 x10213 -x273 -x1261 x2516 -x3566 
1789.70/1790.03	v -x4002 -x4178 x6578 -x7842 -x10209 x306 x2517 -x5604 -x7359 -x10512 x307 -x661 -x1255 -x2521 -x3715 -x5606 -x6570 -x7358 x7841 
1789.70/1790.03	v x10508 -x271 x2500 -x5886 -x6571 -x7865 x267 -x655 -x3677 -x4488 x5603 -x5887 -x7853 -x6745 -x7284 -x7356 -x7847 -x7857 -x8417 
1789.70/1790.03	v x717 -x3679 -x5598 -x6255 -x6744 -x7280 x7352 -x7845 -x7851 -x3684 -x5004 -x7849 x719 -x1218 -x3683 -x4675 x5000 -x5592 
1789.70/1790.03	v -x8754 -x36 -x724 -x2071 x6742 -x9809 x32 -x723 -x2070 -x4672 -x6738 -x7160 -x9805 x1078 -x3444 -x6258 x9452 x1080 -x1292 -x6259 
1789.70/1790.03	v -x7701 -x8751 x9440 -x952 -x1221 x1275 -x2068 -x3736 x9444 -x948 x1076 -x1222 x1276 x2064 -x3732 -x7698 -x8745 -x9439 -x3413 
1789.70/1790.03	v x4533 -x4620 x10046 x351 -x3027 x3412 -x4529 x4611 -x6484 -x8955 -x10042 -x611 x3032 -x3411 x4615 -x4807 -x9272 -x607 x3031 
1789.70/1790.03	v -x3407 x4609 x4734 -x4803 -x6478 -x7667 -x8954 -x9273 -x1482 -x3761 x4607 x9269 -x1484 -x2994 -x3399 -x3757 x4733 x9265 -x3400 
1789.70/1790.03	v -x8960 x1314 -x1481 -x1736 -x2665 -x2991 x7664 -x8958 -x9257 -x10659 x2183 -x2417 -x4739 -x5904 -x9258 x1316 -x1476 -x1958 
1789.70/1790.03	v x2171 -x2413 x2664 -x4737 -x5903 -x7658 -x10656 -x1321 x2175 -x4705 -x1320 -x1470 -x2169 -x3628 -x4704 -x5371 -x9226 -x1739 
1789.70/1790.03	v -x1937 -x2167 x2670 -x3096 -x3482 -x5901 x9227 -x1740 -x1936 x2668 -x3098 -x3478 -x5370 -x5534 -x5897 -x5925 -x9080 -x9231 
1789.70/1790.03	v -x9968 -x1234 x1516 -x3221 -x4702 -x8272 -x9178 -x9210 -x9969 x931 -x1230 x3095 -x3223 -x4305 -x4698 -x6321 -x8273 -x8488 -x9079 
1789.70/1790.03	v -x9166 -x9660 -x9973 x1934 -x3180 -x3368 -x3631 -x5343 -x5376 -x6869 x8269 -x9170 -x9952 -x214 -x928 -x1930 -x2564 -x3090 
1789.70/1790.03	v x3220 -x3364 -x3632 x5344 -x5374 -x6857 x6946 -x8265 -x8487 -x9164 -x198 -x372 -x5340 -x5537 x6439 -x6861 -x9085 -x9162 -x10612 
1789.70/1790.03	v -x197 -x371 -x537 -x2566 -x3084 -x3215 -x5336 -x5538 -x5724 x6427 -x6855 -x7556 -x8257 -x9083 -x9657 x10613 -x196 x1783 -x2571 
1789.70/1790.03	v -x6324 -x6431 -x6853 -x7063 -x8258 -x8493 -x10609 -x1607 x1784 -x2306 -x2570 -x3209 x5328 -x5721 -x6325 -x6425 -x7037 -x7059 
1789.70/1790.03	v -x7558 -x8491 -x9651 x10605 -x369 x1780 x5329 -x6423 -x6949 -x7563 -x365 x1776 -x2308 -x4290 -x5458 -x6950 -x7034 -x7562 
1789.70/1790.03	v -x8881 -x10597 -x2313 -x4274 x7185 -x8882 -x10598 -x1604 x1768 -x2312 -x4273 -x5460 -x7181 x8337 -x8886 -x9096 -x124 -x815 
1789.70/1790.03	v x1769 -x4272 -x5465 x8338 -x8865 -x816 -x1598 -x2156 -x5063 -x5464 x7583 x8342 -x9093 -x812 -x1756 -x5676 x7584 x8321 -x808 -x1758 
1789.70/1790.03	v -x2920 -x5062 x5672 -x7588 -x3591 -x4243 x7567 x7958 -x800 -x1755 -x2153 -x4231 -x7954 -x8833 -x801 -x3343 -x4235 x5068 
1789.70/1790.03	v -x5762 -x1331 -x1750 -x2147 x3339 -x4229 x5066 -x6992 -x8832 -x4227 x6382 -x7240 -x144 x1028 -x1328 -x1744 x6378 -x7241 x1012 
1789.70/1790.03	v -x7237 -x8838 x72 -x146 x1011 -x6671 x6989 -x7233 -x8148 -x8836 -x9569 x56 x151 x1010 x55 -x150 -x3047 x3252 -x6056 -x6983 
1789.70/1790.03	v -x7225 -x8145 -x10704 x54 -x835 -x1532 x3253 -x3323 -x7226 -x831 -x1534 x3257 -x3324 -x6058 -x6972 -x9508 x9566 -x10701 x3236 
1789.70/1790.03	v -x3320 -x6063 -x6973 -x7421 -x8585 x1531 -x2467 -x2794 x3044 x3316 -x3465 -x6062 -x6977 -x7417 -x8586 -x9507 -x9560 -x10097 
1789.70/1790.03	v -x4072 x6956 -x8582 -x9152 -x10098 x1526 -x1686 -x2791 x3038 -x3308 -x4060 -x4462 -x6206 -x8578 -x9153 -x9834 x10102 -x3309 -x4064 
1789.70/1790.03	v -x4860 -x5625 -x6207 x9149 -x9513 x10081 -x1520 -x2015 -x2541 -x4058 x4191 -x4459 -x4861 -x5621 -x5659 -x6211 -x8570 -x8638 
1789.70/1790.03	v -x9145 -x9511 -x323 x2542 -x3468 -x4056 -x4857 -x6190 -x8571 -x325 -x1367 -x2017 -x2546 -x3469 -x3561 -x4853 -x8637 x9137 
1789.70/1790.03	v x1351 -x1689 -x2022 x2525 -x6584 -x9138 -x302 -x322 x1350 -x1690 -x2021 -x3563 -x4000 x4188 -x4845 -x6583 -x10148 -x1349 x3568 
1789.70/1790.03	v x4001 -x4846 -x5500 x5662 -x8643 -x10132 -x10487 -x304 -x317 -x3567 x4005 -x4182 -x5496 x5663 -x5882 -x8413 -x8641 -x10131 
1789.70/1790.03	v -x10483 x309 x3984 -x6581 -x10130 -x10211 x308 -x311 -x1259 -x3537 -x5605 -x5884 -x6577 -x8412 -x10207 x2513 x5889 -x7862 -x659 
1789.70/1790.03	v -x1256 x2501 -x5888 x7843 -x7864 -x269 x2505 -x7780 x7844 -x8418 -x265 -x656 x2499 x3440 x5602 -x7848 -x7861 -x8416 x2497 
1789.70/1790.03	v -x3540 -x7285 -x7354 -x7827 x3439 -x3541 -x3680 -x5596 -x6254 -x7281 -x7350 -x7856 -x3664 -x5005 -x6234 x720 -x1066 -x1217 
1789.70/1790.03	v -x3663 -x4676 x5001 -x6256 -x7850 -x37 x704 -x3445 -x3662 x6261 x6740 -x9449 x33 -x703 -x1079 -x1219 -x3443 x6260 -x6736 x9451 
1789.70/1790.03	v -x702 -x1224 -x1287 -x8136 -x1223 x1288 -x7702 -x8749 x9448 -x1069 x1284 -x2066 -x3737 -x1070 x1075 -x1280 x2062 -x3733 -x8746 
1789.70/1790.03	v x9443 -x4531 -x8855 -x9271 x350 x3028 -x4527 x4619 -x6482 -x9270 -x612 x3014 -x3410 -x608 -x1483 -x2382 -x3013 -x3406 x4614 
1789.70/1790.03	v -x6479 -x8956 x354 -x3012 -x3762 -x8957 x9268 -x355 -x2995 -x3758 x4608 x4735 -x8961 x9264 -x2180 x4736 -x8940 -x1480 -x1512 
1789.70/1790.03	v -x1735 x2182 -x4740 -x7662 -x10660 -x2385 -x2907 x4719 x1317 -x1474 -x1511 -x1737 -x2179 -x2232 -x2386 x2666 -x3176 -x7659 
1789.70/1790.03	v -x1198 x1301 -x1742 x2667 -x1300 -x1741 -x2174 x2671 -x3097 -x3175 -x3627 -x1299 x1517 -x2650 -x5899 -x8271 -x9175 x9223 x1515 
1789.70/1790.03	v -x2168 -x3222 -x3629 -x5372 -x5533 -x5895 -x8270 -x9177 x9211 -x1235 -x2235 -x3181 -x3634 -x4700 -x5342 -x5373 -x6866 x9215 
1789.70/1790.03	v -x9965 x932 -x1231 -x2236 -x3094 -x3179 -x3633 -x4696 -x5341 -x5377 -x5535 -x6320 -x6868 -x9081 -x9174 -x9209 -x9953 -x209 
1789.70/1790.03	v x1932 -x5356 -x5540 -x6436 -x8268 -x9082 -x9207 -x9957 -x10611 -x210 -x1928 -x1991 -x3088 -x3219 -x5539 x6322 -x6438 -x6865 x6945 
1789.70/1790.03	v -x8264 -x8489 -x9086 -x9169 -x9951 -x10610 -x206 -x1782 -x5339 -x6327 -x8490 -x8692 -x9065 -x9949 -x120 -x202 -x1781 x2567 
1789.70/1790.03	v -x3213 -x5335 -x5725 -x6326 -x6435 -x6860 x6947 -x8494 -x9163 -x9655 x2551 x6952 -x8473 -x10075 -x10608 -x119 -x194 -x2550 
1789.70/1790.03	v -x6430 -x6854 x6951 -x7038 x7559 -x9652 x10604 -x195 -x367 -x1779 -x1994 -x2549 -x4285 x7543 -x363 -x1775 -x1995 -x2309 -x3587 
1789.70/1790.03	v -x4286 -x6424 -x7542 x8388 x125 -x814 -x2293 -x4282 -x5235 -x7541 -x8878 -x123 -x813 -x1602 -x2292 -x3586 -x4278 x5461 -x5758 
1789.70/1790.03	v -x8866 -x9097 -x2291 x4942 x5445 -x8334 -x8870 -x1599 -x1757 -x4270 -x5444 -x5757 x8322 -x8864 -x811 -x3205 x3592 -x4240 
1789.70/1790.03	v -x4271 -x5443 -x7580 x8326 x8391 -x8862 -x807 x3590 -x4242 -x5064 -x6774 x7568 x8320 -x8392 -x5065 -x5763 x7572 x8318 -x1754 
1789.70/1790.03	v -x2151 -x4239 x5069 -x5761 x7566 x5048 -x7239 -x7272 -x7564 -x1332 -x1748 -x2148 -x4234 -x7238 -x8834 -x9420 x1023 -x6383 x6777 
1789.70/1790.03	v -x8835 -x10033 x1024 -x4228 -x6379 -x6778 -x7941 x8839 x67 x1020 -x7236 -x8818 x68 -x147 x1016 x6987 -x7232 -x8149 x64 x131 
1789.70/1790.03	v -x3322 -x9423 x60 x130 -x1008 -x1533 -x3321 -x6280 -x6984 -x9424 -x10705 -x129 -x1009 x3249 -x7944 -x8584 -x52 x3237 -x6059 
1789.70/1790.03	v -x7945 -x8583 x9564 -x53 x3241 -x3319 -x4069 -x6043 -x6969 -x9151 x1530 -x2795 x3042 -x3235 -x3315 -x3464 -x4071 -x6042 x6957 
1789.70/1790.03	v -x9150 -x9509 -x9561 -x3233 -x4859 -x6041 -x6283 -x6961 -x7611 -x8581 -x9510 x10094 -x1524 -x1685 x3039 -x3466 -x4068 -x4463 
1789.70/1790.03	v -x4858 -x6284 -x6955 -x8577 -x9514 x10082 -x3471 -x5626 -x6203 -x6953 x9148 x9493 -x10086 -x324 -x1687 -x3470 -x4063 -x5622 
1789.70/1790.03	v -x5658 -x6191 -x9144 x10080 -x1362 -x1692 x2538 -x4856 -x6195 x10078 -x1363 -x1691 -x2018 x2526 -x4057 -x4852 -x5660 -x6189 
1789.70/1790.03	v -x8639 -x1359 x2002 -x2530 x5665 -x6187 x8640 -x10143 -x321 -x1355 -x2001 -x2524 x3564 -x4186 x5664 -x7776 -x8644 -x10144 -x2000 
1789.70/1790.03	v -x2522 -x3155 x3548 -x3997 -x5501 -x8623 -x10140 -x305 -x315 -x1347 -x3547 x3985 -x4183 -x5497 -x7775 -x10136 x289 -x1348 
1789.70/1790.03	v -x2510 -x3546 x3989 -x5563 -x6579 -x10212 -x288 -x1260 x2512 -x3536 x3983 -x5885 -x6230 -x6575 -x7863 -x8414 -x10128 -x10208 
1789.70/1790.03	v -x287 -x3981 x4053 x5869 -x7781 -x8415 -x10129 -x660 x2509 -x3538 -x5868 -x6229 -x7779 -x8419 -x270 -x3543 -x5867 x7840 -x8398 
1789.70/1790.03	v -x266 x2504 -x3542 x5600 x7828 -x7860 -x8132 -x3675 -x6235 -x7355 -x7832 -x2498 x3441 -x3676 -x5597 -x6233 -x7351 -x7826 -x7854 
1789.70/1790.03	v -x8131 x715 x3442 -x3672 -x7824 x716 -x1065 x3446 -x3668 -x6257 -x9450 x712 -x1286 -x3425 x6241 x6741 -x8137 x708 -x1067 
1789.70/1790.03	v -x1220 -x1285 -x3660 x6240 -x6737 -x8135 x1072 -x1204 -x3661 -x6239 -x700 x1071 -x1203 -x8750 x9447 -x701 -x1201 -x1283 -x2067 
1789.70/1790.03	v x1073 -x1279 -x2063 -x8617 x9441 x3024 -x4532 -x7118 -x8854 x352 -x2903 x3023 -x4528 x4618 -x5708 -x6483 x357 -x3022 -x3408 
1789.70/1790.03	v x356 -x1194 -x2381 -x2902 x3018 -x3404 x4612 -x8859 -x8953 -x9266 -x1193 -x2181 x2383 -x3010 -x8941 x9262 -x2388 -x2908 -x3011 
1789.70/1790.03	v -x4732 -x5712 -x8945 -x1478 -x2387 -x2906 x4720 -x7663 -x8939 -x1199 x1312 x4724 -x8937 -x1197 x1313 -x1475 -x1513 -x1738 
1789.70/1790.03	v -x2178 -x2231 x4718 x1309 x1514 -x1722 -x2663 x4716 -x9220 -x1305 x1518 -x1721 -x2172 -x2233 x2651 -x3177 -x8688 -x9176 -x9222 
1789.70/1790.03	v -x1497 -x1720 x2238 -x2655 -x3178 -x5900 -x9962 -x1297 x2237 -x2649 -x3182 -x3630 -x5896 x6032 -x6867 -x8687 x9219 -x9964 
1789.70/1790.03	v -x10071 -x208 -x1298 -x2647 -x3161 x3614 -x4701 -x5369 -x207 -x3092 x3613 -x4697 -x5357 -x5536 -x6437 -x9173 -x9214 -x9961 -x10070 
1789.70/1790.03	v x1933 x3612 -x5361 -x5520 -x8266 -x8693 -x9078 -x1929 -x1990 -x3089 -x3217 x5231 -x5355 -x5519 x6323 -x6864 -x8262 -x8691 
1789.70/1790.03	v -x9066 -x9167 -x9208 -x9956 -x205 -x2562 -x5337 -x5353 -x5518 -x6035 x6307 -x8486 -x9070 -x10076 -x201 -x1992 -x2563 -x3214 
1789.70/1790.03	v -x4938 x5230 -x5333 -x6036 x6306 -x6434 -x6858 x6948 -x8474 -x9064 -x9656 -x9950 -x10074 -x1997 x2559 -x4284 -x6305 x6932 
1789.70/1790.03	v -x7554 -x8478 -x9062 -x10606 -x121 -x1996 x2555 -x3201 -x4283 -x4937 -x6428 x6931 x7555 -x8472 -x10602 x122 -x368 -x1777 -x2304 
1789.70/1790.03	v -x5236 x6930 x7551 -x8470 -x8875 x126 -x364 -x1773 -x2305 -x2547 -x3200 -x5234 -x7547 x8387 -x8877 -x105 -x2301 -x2548 -x4281 
1789.70/1790.03	v x4943 -x5456 -x8331 -x1603 -x2297 -x3588 -x4277 x4941 -x5457 -x7268 -x7539 -x8333 x8389 -x8874 -x3206 x3589 x5453 -x7540 
1789.70/1790.03	v -x7577 x8394 -x2289 -x3204 x3593 -x4241 x5449 -x5759 -x7267 -x7579 -x8330 x8393 -x8869 -x10029 -x809 -x2290 x3572 -x5760 -x805 
1789.70/1790.03	v -x5441 -x5764 -x6773 x7576 x8325 -x8863 -x10028 -x10311 x5061 -x5442 -x5743 -x7273 -x1752 -x2152 -x4238 x5049 -x6775 -x7271 
1789.70/1790.03	v -x7571 x8319 x1022 -x5053 x6780 x10034 x1021 -x1749 -x2450 -x4232 -x5047 x6779 -x7565 -x9419 -x10032 -x66 -x5045 x8831 -x10314 
1789.70/1790.03	v -x65 -x7940 x8819 -x9421 -x10315 -x142 x1019 x3870 -x7234 -x8823 -x9426 -x143 x1015 x6988 -x7230 -x7607 x7942 -x8817 -x9425 
1789.70/1790.03	v -x63 x139 -x2453 -x3246 -x7147 x7947 -x8815 -x59 x135 -x2282 -x2454 -x3248 x6279 -x7606 -x7946 -x6054 -x6966 -x127 -x3245 -x4070 
1789.70/1790.03	v -x6055 x6281 -x6968 -x9565 -x128 -x3317 x3978 -x6051 x6286 -x7612 -x10091 -x1528 -x3043 -x3240 -x3313 -x6047 x6285 x6965 
1789.70/1790.03	v -x7610 -x10093 x2285 -x6200 -x8579 x9506 -x1525 -x2286 -x3151 -x3234 -x3467 -x4067 -x6039 -x6202 -x6960 -x8575 x9494 x10090 
1789.70/1790.03	v -x1361 -x2535 -x3451 -x6040 x9146 -x9254 -x9498 -x1360 -x1688 x2537 -x3150 -x3450 -x4061 -x5559 -x6199 -x6954 -x9142 x9492 -x10085 
1789.70/1790.03	v x1672 -x2013 -x3449 -x4854 x9490 -x10142 -x1671 -x2014 -x2534 -x4049 -x4850 -x5558 x5661 -x6194 x10079 -x10141 -x1358 
1789.70/1790.03	v -x1670 x2010 -x3156 -x3559 -x3994 x5645 x8636 -x319 -x1354 -x2006 -x2529 -x3154 -x3560 -x3996 -x4048 -x4187 x5644 -x6188 x8624 
1789.70/1790.03	v x300 -x3556 -x5564 x5643 x8628 -x10139 x301 -x316 -x1998 -x2511 -x2523 -x3552 -x3993 -x5562 -x7777 -x8622 -x10135 x297 -x1999 
1789.70/1790.03	v x4054 -x5880 -x6580 -x7778 -x8620 x293 -x3544 -x3988 x4052 -x5881 -x6576 -x7782 -x3545 x5877 -x7761 -x7837 -x8411 -x285 x2508 
1789.70/1790.03	v -x3539 -x3982 x5873 -x6231 x7839 -x8399 -x286 -x3523 -x3674 -x6232 -x8403 x2502 -x3522 -x3673 x5601 -x5865 -x6236 x7218 -x7836 
1789.70/1790.03	v -x7858 -x8397 x714 -x3521 -x5866 -x6215 -x8395 x713 -x7831 -x7855 -x8133 x3438 -x3671 -x6134 x6252 -x8134 x3426 -x3667 
1789.70/1790.03	v x6253 -x7825 x8138 -x711 -x747 -x1215 x3430 x6249 -x7221 x8117 x707 x1068 -x1216 -x3424 x6245 -x7222 x1052 -x1212 -x3422 x1051 
1789.70/1790.03	v -x1208 -x6237 x9445 x1049 -x1281 -x6238 x1074 -x1202 -x1277 -x7628 -x8616 x9442 x7117 -x8856 x353 x4616 x5707 x339 -x3021 -x3409 
1789.70/1790.03	v -x8860 -x8950 x338 -x2904 -x3017 -x3405 x4613 -x8858 -x8952 x337 -x2905 -x4729 -x5713 -x7122 -x9267 x1195 x2384 -x2909 
1789.70/1790.03	v -x4731 -x5038 -x5711 -x8949 x9263 x1196 x1311 x2368 -x2888 x1200 x1310 -x1479 x2367 -x4728 -x8944 -x1179 -x1733 x2366 -x2660 
1789.70/1790.03	v -x1734 -x2176 -x2662 -x2828 x4723 -x8938 -x9221 x1308 x1510 -x1730 -x5041 -x1304 x1498 -x1726 -x2173 -x2234 -x2659 x4717 -x5042 
1789.70/1790.03	v -x9963 x1502 x2218 x3174 -x3625 -x4967 -x5366 -x1496 -x1718 -x2217 -x2654 x3162 -x3626 -x5368 x6031 -x8689 x9218 -x1494 -x1719 
1789.70/1790.03	v -x2216 -x2831 x3166 -x3622 -x5531 -x8690 -x9075 -x2648 -x2832 -x3093 -x3160 x3618 -x5365 -x5532 x6033 -x8694 -x9077 -x9171 
1789.70/1790.03	v -x9212 -x9960 -x10072 -x2561 -x3158 -x5528 -x6038 -x6318 -x8267 -x8483 -x8673 x10073 -x2560 -x3218 x3610 -x5360 -x5524 -x6037 
1789.70/1790.03	v x6319 -x6862 -x8263 -x8485 -x9074 -x9168 -x9954 -x10077 -x203 x3611 -x5338 -x6315 -x6943 -x7553 -x10056 -x199 -x1993 x5232 
1789.70/1790.03	v -x5334 -x5354 -x5516 x6311 -x6432 -x6859 -x6944 -x7552 -x8482 -x9069 x1977 -x2303 x2558 x5233 -x5517 -x6940 -x8567 -x10607 
1789.70/1790.03	v -x20 -x1976 -x2302 -x2554 -x4939 x5237 -x6303 -x6429 x6936 -x8477 -x8876 -x9063 -x10603 -x118 -x1778 -x1975 -x4940 -x5216 -x5455 
1789.70/1790.03	v -x6304 x7550 x106 -x1774 -x3202 x4944 -x5454 x6523 -x6928 -x7546 -x8332 -x8471 -x110 -x2300 x3203 -x4279 x4923 -x6929 -x104 
1789.70/1790.03	v -x2296 x3207 -x4275 -x7578 x8390 -x8873 -x23 -x102 -x3186 -x3585 -x5452 x8374 -x24 x3573 -x5448 x7269 -x8329 -x8373 -x8867 
1789.70/1790.03	v -x810 -x3577 -x5058 -x5756 -x6526 x7270 -x8372 -x806 x3571 -x3866 -x5060 x5744 -x6527 -x7274 -x7575 x8323 -x9917 -x10030 -x10310 
1789.70/1790.03	v -x3280 x3569 -x5748 -x7253 x10031 -x1753 -x3865 -x4236 x5057 -x5742 -x6776 -x7143 -x7569 x10035 x10312 -x5740 x6760 -x8828 
1789.70/1790.03	v -x10014 x10317 -x2449 -x4233 -x5052 x6759 -x7142 -x8830 -x10316 -x141 x3871 -x6758 -x9920 -x140 -x2451 x3869 -x3974 -x5046 
1789.70/1790.03	v x8827 -x9422 -x9921 -x1005 -x1017 -x2456 -x7148 -x7235 -x9406 -x1013 -x2455 -x3247 -x3973 -x7146 -x7231 x7943 -x8822 -x9405 
1789.70/1790.03	v -x61 x138 -x6053 x7927 -x9404 -x57 -x134 x2281 -x6052 -x6967 -x7608 -x7926 -x8816 -x9250 -x1148 x3979 -x7609 -x7925 x2283 -x3244 
1789.70/1790.03	v x3977 x6282 -x7613 -x9249 -x10092 x2288 -x3318 -x6050 x6266 -x7592 -x9503 -x1529 x2287 -x3238 -x3314 -x6046 -x6201 -x6265 
1789.70/1790.03	v -x6964 -x9505 -x3462 -x6264 -x8580 x9255 -x2536 -x3463 -x4065 -x6958 -x8576 -x9005 -x9253 x9502 x10089 -x1683 -x2012 -x3459 
1789.70/1790.03	v -x9147 x1684 -x2011 -x3152 -x3455 -x4062 -x6198 -x9143 -x9497 -x10083 x1680 -x3153 -x3558 -x4855 x5656 -x8633 -x1676 -x2533 -x3157 
1789.70/1790.03	v -x3447 -x3557 -x3995 -x4851 -x5560 x5657 -x6192 -x8635 x9491 -x299 -x1356 x2009 -x3136 -x3448 -x5407 x5561 -x5653 -x9008 
1789.70/1790.03	v x298 -x320 -x1352 -x1668 -x2005 -x2527 -x4050 -x4123 -x5565 x5649 -x8632 -x9009 -x1669 -x3555 x4051 x5544 -x5837 -x5879 -x10137 
1789.70/1790.03	v -x3551 -x3992 x4055 x5641 -x5878 -x8627 -x10133 x296 -x4034 -x5642 -x7774 -x7995 -x8408 x292 -x3986 -x6130 -x7762 -x7838 
1789.70/1790.03	v -x8410 -x8621 -x3534 -x4126 x5876 -x7766 -x743 x2506 -x3535 -x4127 x5872 -x6129 -x7760 -x8407 -x3531 -x4174 -x6228 -x7758 -x742 
1789.70/1790.03	v -x2503 -x3527 x6216 x7217 -x7835 -x7859 -x8402 -x3435 -x6135 -x6220 -x6251 -x2120 x3437 -x3519 -x6133 -x6214 -x6250 x7219 
1789.70/1790.03	v -x7829 -x8396 -x748 -x1214 -x3520 -x3669 -x3799 -x6212 -x7224 x8130 -x746 -x1213 x3434 -x3665 -x7223 x8118 -x709 -x1063 -x5812 
1789.70/1790.03	v -x6248 x8122 x705 x1064 -x3429 x6244 -x8116 -x8613 x1060 -x1211 -x2123 -x8114 x1056 -x1207 -x2124 -x3423 x8612 -x9446 -x1282 
1789.70/1790.03	v x1050 -x1278 x7627 x8618 x349 x7119 -x8857 x348 -x1561 -x4617 x5709 -x8861 -x8951 -x347 -x3019 -x3828 x5710 x7123 -x8843 x343 
1789.70/1790.03	v -x3015 -x3829 -x4730 x5714 -x7121 x2379 -x2901 -x5694 -x335 x2380 -x2889 -x4963 -x5037 -x8948 -x10270 -x336 x1192 -x1565 
1789.70/1790.03	v -x1732 -x2376 -x2893 x1180 -x1731 x2372 -x2661 -x2887 -x4727 -x4962 -x5039 -x6921 -x8942 x1184 -x1507 -x2885 -x5044 -x1178 -x1509 
1789.70/1790.03	v -x2177 x2364 -x2827 x4721 -x5043 -x1176 x1306 -x1729 -x2229 -x2365 -x3171 -x3624 -x4968 -x10273 -x1302 x1506 -x1725 -x2230 
1789.70/1790.03	v -x2658 x2829 x3173 -x3623 -x4966 -x5367 -x6180 -x10274 -x2226 x2834 -x4224 -x5530 -x6924 x1501 -x2222 -x2652 -x2833 x3170 
1789.70/1790.03	v -x5529 -x6925 -x7318 -x8563 -x9076 -x9216 -x3621 -x6317 -x8686 -x1495 -x2214 -x2953 -x3165 -x3617 -x5364 x6034 -x6316 -x8484 
1789.70/1790.03	v -x8562 x8674 -x9172 -x9213 -x9958 -x2215 -x5527 x6018 x6183 -x6942 -x8678 -x9329 -x10069 -x3159 -x5358 -x5523 -x6017 x6184 -x6863 
1789.70/1790.03	v -x6941 -x8672 -x9073 -x9955 x10057 -x204 x1988 -x6016 -x6314 -x7321 -x8568 -x8670 x10061 -x200 x1989 -x6310 -x6433 -x7322 
1789.70/1790.03	v -x8481 -x8566 -x9067 -x10055 -x115 -x1985 x2556 -x2956 x5229 -x6939 -x10053 -x19 -x117 x1981 -x2552 -x2957 x5217 x6935 -x8475 
1789.70/1790.03	v x4936 -x5221 -x5588 -x7548 -x21 -x114 -x1973 -x3276 x4924 -x5215 x6522 -x7544 -x26 -x1974 -x2298 x3199 -x3582 -x4280 -x4928 
1789.70/1790.03	v -x5213 -x6370 -x8385 -x25 -x109 -x2294 x3187 x3275 -x3584 -x4276 -x4922 x6524 -x8386 -x8871 -x1466 x3191 -x4920 -x5450 -x5753 
1789.70/1790.03	v x6529 -x8382 -x103 -x3185 -x3581 -x5059 -x5446 -x5755 x6528 -x8327 x8378 -x8868 -x3183 x3281 -x7266 -x1001 x3279 -x3576 -x5752 
1789.70/1790.03	v x7254 -x7573 -x8324 -x8370 -x9916 -x6771 x7258 -x8371 x10027 x95 -x1000 -x3570 -x3867 -x4237 -x5056 -x5747 -x6772 -x7252 
1789.70/1790.03	v -x7570 -x8829 -x9918 x10015 x10313 -x3868 -x6768 -x7250 -x9059 -x9923 x10019 x10297 -x1144 x3872 -x5050 -x5741 -x6764 -x7144 
1789.70/1790.03	v -x9922 -x10013 x10296 -x1006 x3851 -x7145 -x9417 -x10011 x10295 -x1004 -x1143 -x2452 -x6756 -x7096 -x7149 -x8826 -x9418 -x98 
1789.70/1790.03	v -x1018 -x2436 -x6757 -x7128 x7938 -x9414 -x99 -x1014 -x2435 -x3975 x7939 -x8820 -x9410 -x62 x136 -x1149 -x2434 -x3976 x7935 
1789.70/1790.03	v -x58 -x132 -x1147 x3980 -x7931 -x9402 -x3959 -x6277 x7099 -x7605 -x9403 x2284 -x3242 -x6278 x7100 -x7593 -x7923 x9251 -x9504 
1789.70/1790.03	v x2268 -x3461 -x6048 -x6274 -x7597 -x7924 x9252 -x2267 -x3239 -x3460 x5403 -x6044 x6270 -x6962 -x7591 x9256 -x1682 -x2266 -x7589 
1789.70/1790.03	v x9235 -x1681 -x4066 x5402 -x5833 -x6262 -x6959 -x9004 -x9501 x10087 -x3458 x5655 -x6263 -x3454 x5654 -x5832 -x6196 -x7991 
1789.70/1790.03	v -x8634 -x9006 -x9495 -x10084 -x1679 -x3149 -x5408 -x9011 -x1675 -x2531 -x3137 x5256 -x5406 -x6193 -x7990 -x9010 -x1357 x2007 
1789.70/1790.03	v -x3141 x5557 -x5652 -x5838 -x1353 -x2003 -x2528 -x3135 -x4122 -x4170 -x4557 x5545 -x5648 -x5836 -x8631 -x3133 -x3553 -x4047 x5549 
1789.70/1790.03	v -x7771 -x7996 -x10138 -x3549 -x3990 x4035 -x4124 -x4169 -x5543 -x7773 -x7994 -x8409 -x8625 -x10134 x294 -x3533 -x4039 -x4129 
1789.70/1790.03	v -x5259 -x5541 x290 -x3532 -x3795 -x3987 -x4033 -x4128 -x5260 -x7770 -x4031 -x4175 x4560 x5874 -x6225 -x2507 -x3794 -x4173 
1789.70/1790.03	v x4561 -x5808 x5870 -x6131 -x6227 -x7765 -x8406 -x3530 -x4917 -x6132 -x744 -x3436 -x3526 -x4888 -x5807 -x6136 x6224 -x7759 -x7833 
1789.70/1790.03	v -x8400 -x745 -x3800 -x6115 x8127 -x749 -x2119 -x2590 -x3798 -x6219 x7220 -x7830 x8129 -x728 -x1062 -x1441 -x3670 -x5813 
1789.70/1790.03	v x7204 -x1061 -x2121 x3433 -x3666 -x5811 -x6213 x7203 -x8126 -x710 -x2126 x4891 -x6246 x7202 -x706 -x2125 -x3427 x4892 x6242 
1789.70/1790.03	v -x7624 -x8121 x1059 -x1209 -x2593 -x6900 x1055 -x1205 -x2594 -x7623 -x8115 x8614 -x647 x8615 x7629 x8619 -x10449 x3831 x7120 
1789.70/1790.03	v -x8853 -x1560 x3830 x6081 x7124 -x8513 -x8844 -x346 -x2378 -x2757 -x2898 -x3020 x5706 x7106 -x8848 x342 x2377 -x2758 -x2900 -x3016 
1789.70/1790.03	v x5695 -x8842 -x1189 -x1566 -x5699 -x8840 x1191 -x1564 -x2897 -x4220 -x5693 -x8946 -x10269 -x2375 -x5691 -x6085 x8516 x1188 
1789.70/1790.03	v -x1508 -x2371 -x2892 -x4219 -x4725 -x4964 -x5040 -x6920 x8517 -x8943 -x10271 -x2228 -x4965 -x5024 -x10276 x1183 -x2227 -x2886 
1789.70/1790.03	v -x3172 -x4722 -x4969 -x5023 -x6922 -x9325 -x10275 -x1307 -x1727 -x4225 -x4948 -x5022 x5986 -x6927 -x1177 -x1303 x1505 -x1723 
1789.70/1790.03	v -x2656 x2830 -x4223 x6179 -x6926 -x9324 -x2225 x2814 -x8683 x1499 -x1661 -x2221 -x2653 x2813 -x3169 x6181 -x7317 -x8685 
1789.70/1790.03	v -x9217 -x2812 -x3619 x6029 x6186 -x9330 -x10066 -x2952 -x3163 -x3615 -x5362 -x5584 x6030 x6185 -x7319 -x8564 -x8682 -x9328 -x9959 
1789.70/1790.03	v -x10068 x1987 -x5525 x6026 -x7324 x8565 x1986 -x2357 -x2954 -x5359 -x5521 -x5583 x6022 -x6366 -x7323 x8569 -x8677 -x9071 
1789.70/1790.03	v -x10065 -x257 -x1664 -x2959 -x5226 -x6312 -x8548 -x116 -x1462 -x1665 -x2958 x5228 -x6014 -x6308 -x6365 -x8479 -x8671 -x9068 
1789.70/1790.03	v x10060 -x1984 x2557 -x4933 -x5589 -x6015 -x6937 -x1461 x1980 -x2553 -x2853 -x4935 -x5225 -x5587 x6933 -x8476 -x10054 x2360 -x3196 
1789.70/1790.03	v -x6371 -x7549 -x8384 x22 -x113 -x2361 -x3198 -x3583 x4932 -x5220 -x6369 -x7545 -x8383 x6 -x1467 -x2299 -x5 -x107 -x1465 
1789.70/1790.03	v -x2295 x3195 x3277 -x4927 -x5214 -x5754 x6525 -x8107 -x8872 -x9055 -x4 -x2856 x3278 -x5451 x6509 -x7263 -x8381 -x9871 -x2857 
1789.70/1790.03	v -x3190 x3282 -x3580 -x4921 -x5447 -x6508 -x7265 -x8328 x8377 -x9054 x3261 -x6507 -x6770 -x10024 -x3184 -x3574 -x5751 -x6769 x7262 
1789.70/1790.03	v -x7574 x10026 x8110 -x9060 -x10308 x94 -x1002 -x5054 -x5745 x7257 -x8111 -x9058 -x9919 x10023 -x10309 -x1003 -x3864 -x6767 
1789.70/1790.03	v -x9416 -x9903 x10305 x96 -x1007 x3852 -x5051 -x6763 -x7251 -x9415 -x9902 -x10018 x10301 -x101 -x986 -x2447 x3856 -x6633 -x7141 
1789.70/1790.03	v x7937 -x9901 -x100 -x1145 -x2448 x3850 -x7095 -x7129 x7936 -x8824 -x10012 -x10293 x1146 -x2444 x3848 -x7133 -x9413 -x10294 
1789.70/1790.03	v x1150 -x2440 -x7097 -x7127 -x8821 -x9409 x137 x1129 -x3972 -x6011 -x6276 x7102 -x7125 -x7602 -x7934 -x133 -x2432 x3960 -x6275 
1789.70/1790.03	v x7101 -x7604 -x7930 -x2279 -x2433 -x3964 -x2280 -x3243 -x3958 -x7601 -x2276 -x3956 -x6049 -x6273 x9248 -x2272 -x6045 x6269 
1789.70/1790.03	v -x6963 -x7596 x9236 -x10121 x9240 -x2264 x5404 -x7590 x9234 -x9499 -x10088 -x2265 -x3146 -x3456 x5405 -x5862 x9232 -x2257 -x3148 
1789.70/1790.03	v -x3452 -x5409 x5834 -x6197 -x9007 -x9496 -x1677 -x5388 -x5554 x5835 -x8991 -x10124 -x1673 -x2532 -x3145 x5255 x5556 -x5839 
1789.70/1790.03	v -x7992 -x8990 -x10125 -x1840 x2008 -x4044 -x5650 x5818 -x7993 -x8989 -x2004 -x3140 -x4046 -x4556 -x4913 x5257 x5553 -x5646 
1789.70/1790.03	v -x7772 -x7997 -x8629 -x2260 -x3554 x5262 -x7976 -x8787 -x2261 -x3134 -x3550 -x3991 x4043 -x4125 -x4171 x4558 -x4912 -x5261 
1789.70/1790.03	v -x5548 -x8626 -x9892 x295 x4109 -x4172 x4563 x291 -x1437 -x4038 -x4108 -x4176 x4562 -x5542 -x6226 -x7769 -x4107 -x4155 -x4918 
1789.70/1790.03	v x5875 x1436 -x3796 -x4032 -x4916 x5871 -x7763 -x8016 -x8404 -x3528 -x3797 -x6128 -x9895 -x3524 -x3801 -x4887 -x5809 x6116 -x6223 
1789.70/1790.03	v -x6896 -x7834 -x8128 -x8401 -x8538 -x9896 -x741 -x1173 x1442 -x3780 -x5810 x6120 x7215 -x643 x729 -x1440 -x2589 -x4889 -x5814 
1789.70/1790.03	v -x6114 -x6217 -x6895 x7216 -x733 x4894 -x5793 -x6112 -x7212 -x8019 -x642 -x727 -x2122 -x2591 x3431 x4893 x7208 -x8020 -x8125 
1789.70/1790.03	v -x725 x2106 -x2596 -x6247 -x6901 -x8541 x2105 -x2595 -x3428 x6243 -x6899 -x7200 -x8119 -x8542 -x10445 -x648 -x1057 -x1210 
1789.70/1790.03	v x2104 -x7201 -x646 x1053 -x1206 x7625 -x430 x7626 -x8611 -x5163 x7630 x8607 -x10448 x2760 x3819 -x5705 -x7116 -x1562 -x2759 
1789.70/1790.03	v -x2899 x3818 -x5704 x6080 x7107 -x8512 -x8852 -x344 -x1563 -x3817 -x7111 -x340 -x1190 -x1567 x5703 x5982 -x7105 -x8514 -x8847 
1789.70/1790.03	v -x1547 -x6086 -x7103 x8519 -x2896 -x5698 x5981 -x6084 x8518 -x8841 -x8947 -x2373 -x5035 x1187 -x2369 -x2890 -x4221 -x4726 
1789.70/1790.03	v -x5036 -x5692 -x10272 -x4222 -x4961 -x5032 x5987 -x10256 x1181 -x4226 -x4949 -x5028 -x5113 x5985 -x6923 -x10255 -x1728 -x2825 
1789.70/1790.03	v -x4205 -x4953 x6907 -x8467 -x10254 -x253 x1503 -x1724 -x2053 -x2657 x2826 -x4947 -x5020 -x6906 -x8684 -x9326 -x2223 -x2822 -x4945 
1789.70/1790.03	v -x5021 -x6028 -x6905 x9327 -x252 x1500 -x1660 -x2219 -x2818 -x3167 -x4405 -x6027 x6182 x9331 -x10067 -x3620 -x5116 x6166 
1789.70/1790.03	v x9310 -x1662 -x2810 -x3164 -x3616 -x5117 -x5363 x6165 x7320 -x8681 -x258 x1667 -x2056 -x2811 -x5526 x6025 -x6164 x7304 -x8561 
1789.70/1790.03	v -x256 -x1666 -x2057 -x2356 -x2955 -x5227 -x5522 -x5585 x6021 x7303 x8549 -x8675 -x9072 -x10064 -x2939 -x4408 -x5586 -x6313 
1789.70/1790.03	v -x7302 -x8553 x2358 -x2938 -x4409 -x4934 -x5590 -x6309 -x6367 -x8480 -x8547 -x9867 -x10058 -x1982 x2363 -x2937 -x5569 -x6368 
1789.70/1790.03	v -x6938 -x8545 -x1463 -x1978 x2362 -x2852 -x3197 -x5224 x6372 -x6934 -x9866 x17 -x1464 -x3130 x6351 x18 -x111 -x1468 -x2854 x4931 
1789.70/1790.03	v -x5218 x14 x1447 -x2859 -x6520 -x9872 -x10 -x108 -x2858 x3194 -x4925 -x6521 -x7264 x8106 -x9870 x3274 x6517 -x8379 -x2 -x3188 
1789.70/1790.03	v x3262 -x3578 -x6513 -x6629 x8108 -x8375 -x9056 -x10025 -x3 -x3266 x8113 -x9057 -x10307 -x3260 -x3575 -x5749 -x6505 -x6628 
1789.70/1790.03	v x7261 -x7532 x8112 x9061 -x10306 -x3258 -x3861 -x6506 -x9040 -x9914 -x3863 -x5055 -x5746 -x6007 -x7255 -x9915 -x10022 -x999 
1789.70/1790.03	v -x2446 -x6634 -x6765 -x7138 -x9911 x10304 x97 -x987 -x2445 -x3860 -x6006 -x6632 -x6761 -x7140 -x9907 -x10016 x10300 x81 -x991 
1789.70/1790.03	v -x7535 -x80 -x985 -x3855 -x7137 -x7536 -x8825 -x9899 -x79 -x983 x1142 -x2443 -x3305 -x3969 x6012 -x9411 -x9900 x1130 -x2439 
1789.70/1790.03	v x3849 -x3971 x6010 -x7098 -x7132 -x7603 -x9407 -x9942 x1134 -x2278 x7082 -x7932 -x8934 -x1128 -x2277 -x3968 -x5858 x7081 -x7126 
1789.70/1790.03	v -x7928 -x1126 x7080 x9245 -x3963 -x5857 -x7600 -x8215 x9247 -x2275 -x6271 x9945 -x1811 -x1836 -x2271 -x3957 x6267 -x7594 
1789.70/1790.03	v -x9244 x9946 -x10120 -x5863 -x1835 -x3147 -x5861 -x8783 x9239 -x9500 -x10122 -x3457 x5401 -x8218 -x9002 -x10127 -x2256 -x3453 
1789.70/1790.03	v -x4988 x5389 -x5555 -x8219 -x8782 -x9003 x9233 -x10126 -x1678 -x1814 -x1841 -x5393 x5831 -x8999 -x1674 -x1815 -x1839 -x2258 
1789.70/1790.03	v -x3144 -x4045 -x5387 x5819 -x8995 -x2263 -x5385 -x5651 x5823 -x6658 x7989 -x8788 -x2262 -x3138 x5258 -x5552 -x5647 x5817 -x6416 
1789.70/1790.03	v x7977 -x8630 -x8786 -x8987 -x4120 -x4991 x5242 x5815 x7981 -x8988 -x1169 -x4042 x4121 x4559 -x4914 -x4992 x5241 -x5546 -x6821 
1789.70/1790.03	v -x7975 -x9891 -x4117 -x4168 x4543 x4915 -x5240 -x7973 -x1168 -x4036 -x4113 -x4156 x4542 x4919 -x7767 -x9893 -x4160 -x4541 
1789.70/1790.03	v x4898 -x6125 -x6419 x9898 x1438 -x4105 -x4154 -x6127 -x6420 -x7764 -x8015 -x8405 x9897 -x738 -x1174 x1439 -x3529 -x3793 -x3928 
1789.70/1790.03	v -x4106 -x4152 -x6824 x7214 -x740 -x1172 x1443 -x3525 -x3781 -x6124 -x6155 -x6221 -x6825 x7213 -x8017 -x8537 x1422 -x3785 
1789.70/1790.03	v x5806 -x8022 -x426 -x737 -x2615 -x3779 x4890 x5794 -x6119 -x6218 -x6897 -x8021 -x8539 x2117 -x3777 x4874 x5798 -x6898 -x7211 
1789.70/1790.03	v -x8544 -x10474 -x425 -x644 -x732 x2118 -x2592 x3432 -x4873 -x5792 -x6113 -x6902 x7207 -x8123 -x8543 -x645 -x2114 -x2576 -x4872 
1789.70/1790.03	v -x5790 -x6158 -x6881 -x649 -x726 -x2110 -x2575 -x5159 -x6159 -x8120 x10444 -x431 -x628 -x1058 -x2574 x2618 -x8608 -x429 x1054 
1789.70/1790.03	v -x2102 x2619 -x8610 x10446 -x2103 x7622 x10451 -x5162 x7618 x8606 x9598 -x10450 -x2490 x2748 x3827 x2747 -x3698 x3823 x6082 
1789.70/1790.03	v -x7115 -x8851 -x345 -x1559 x2746 x6083 -x341 x1548 -x3815 x5702 -x6087 -x7110 -x8463 -x8515 -x8845 -x1552 -x3816 -x5034 x6067 
1789.70/1790.03	v x8499 -x1546 -x2894 -x5033 -x5696 x5983 -x7104 -x8462 x8498 -x1544 -x2374 -x3701 -x4958 x5984 -x8497 -x10267 x1185 -x2370 
1789.70/1790.03	v -x2891 -x3702 -x4960 x5988 -x10268 -x2824 -x4218 -x5031 x5967 x6918 -x8468 -x10264 x1182 -x2823 x4206 -x4957 -x5027 -x5112 x6919 
1789.70/1790.03	v -x8466 -x10260 x4210 x6915 x1504 -x1586 -x2052 -x4204 -x4952 -x5114 x6911 -x10252 -x2224 -x2821 -x4202 -x5119 x6177 -x9323 
1789.70/1790.03	v -x10253 -x254 -x2054 -x2220 -x2817 -x3168 -x4404 -x4946 -x5118 x6178 -x6903 x9311 -x255 -x2059 -x6174 -x6904 -x7315 -x8558 
1789.70/1790.03	v -x8909 -x9315 -x259 -x1663 -x2058 -x3126 x4406 -x5321 x6170 -x7316 -x8560 -x8679 -x9309 -x238 -x1589 x1647 -x2950 -x4411 x6023 
1789.70/1790.03	v -x7312 -x9307 -x1590 x1646 -x2951 -x3125 -x4410 -x6019 -x6162 x7308 x8557 -x8676 -x10062 -x10245 x1645 -x2947 -x5582 -x6163 
1789.70/1790.03	v -x1711 x2359 -x2943 -x5570 -x7300 -x8552 -x10059 -x16 -x1983 x2343 -x3131 x5324 -x5574 -x6364 -x7301 -x15 -x1979 x2342 -x2935 
1789.70/1790.03	v -x3129 -x5222 x5325 -x5568 x6352 -x8546 -x9868 x1460 -x2341 -x2936 -x5566 -x6356 -x6519 -x9869 -x10248 -x112 x1448 -x2855 x4929 
1789.70/1790.03	v -x5219 -x6350 -x6518 -x9873 -x10249 x13 -x1452 -x1714 x2839 x3271 -x6348 -x9852 -x9 -x1446 -x1715 -x2838 -x3192 x3273 -x4926 
1789.70/1790.03	v -x9030 -x1444 -x2837 x6516 -x8380 -x3189 -x3270 -x3579 -x6512 -x7735 x8109 -x8376 x8093 -x9053 -x9913 -x3265 -x3301 -x3862 
1789.70/1790.03	v -x5750 -x6630 x7259 -x7531 x8092 x9041 -x9912 -x599 -x996 x6631 x8091 -x9033 -x9045 -x998 -x1412 -x3259 -x3300 -x6635 -x7139 
1789.70/1790.03	v -x7256 -x7533 -x8930 -x9034 -x9039 -x10020 -x92 -x5092 -x6614 -x6766 -x7538 x7738 -x9037 -x9910 x10302 -x93 -x995 -x3859 -x6008 
1789.70/1790.03	v -x6762 -x7537 x7739 -x8929 -x9350 -x9906 -x10017 x10298 x89 -x1139 x3306 -x6009 -x85 -x990 -x1141 x3304 -x3853 -x3970 x6013 
1789.70/1790.03	v -x7136 -x1415 -x2441 x5992 x7093 -x8935 -x9412 -x77 -x984 -x1138 -x1416 -x2437 x7094 -x7130 -x8933 -x9408 -x9941 -x78 x7090 
1789.70/1790.03	v -x7933 -x9353 x1133 -x3967 -x7086 -x7929 x9246 -x9354 -x9943 x9948 -x1127 -x3961 x5859 x7078 -x7598 -x8214 x9947 -x2273 x5860 
1789.70/1790.03	v -x6272 x7079 -x1810 -x2269 x5864 x6268 -x6654 -x7595 -x8216 -x9243 -x574 x5398 x5843 -x8221 -x9001 -x1812 -x1837 x5400 x6653 
1789.70/1790.03	v -x8220 -x9000 -x9237 -x10123 -x10369 -x1817 -x1838 -x5828 x10107 -x1816 -x1842 -x4987 -x5397 -x5830 -x8784 x10106 -x1821 
1789.70/1790.03	v x6659 x7986 -x8785 -x8984 -x8998 -x10105 -x2259 -x3142 -x4989 -x5392 x5827 -x6657 x7988 -x8789 -x8994 -x2243 -x4119 -x4994 x5253 
1789.70/1790.03	v -x8768 -x10372 -x693 -x2242 -x3139 -x3924 -x4118 -x4993 x5254 -x5386 -x5550 x5822 -x6415 x7985 -x10373 -x2241 -x4165 -x4554 
1789.70/1790.03	v x5250 -x3923 -x4040 -x4167 -x4555 x5246 -x5547 -x5816 x6417 -x6820 -x7980 -x10738 -x4116 x4551 x4911 x6422 -x1170 -x4037 
1789.70/1790.03	v -x4112 -x4164 -x4547 x4899 -x5238 -x6126 x6421 -x6466 -x6822 -x7768 -x7974 -x9894 -x10470 -x696 -x1171 -x3790 -x3929 -x4903 -x5239 
1789.70/1790.03	v x6827 -x7025 x9878 -x697 -x739 -x1175 -x3792 -x3927 -x4159 -x4539 -x4897 -x6826 x9877 -x10004 -x10469 -x1154 x1435 -x4540 
1789.70/1790.03	v -x4895 x5803 -x9876 -x10741 x768 x1423 -x3789 -x4153 x5805 -x6123 -x6154 -x6222 -x8018 -x10742 x1427 -x2116 -x4885 -x6469 
1789.70/1790.03	v -x8002 -x10475 -x736 -x1421 -x2115 -x2614 -x3784 x4886 -x5802 -x6117 -x6156 -x6470 -x8001 x8540 -x10473 -x1419 -x2587 x4882 -x6161 
1789.70/1790.03	v -x6894 -x7209 -x8000 x8524 -x10007 x427 -x730 -x2588 -x2616 -x3778 x4878 -x5797 -x6160 -x6882 x7205 -x8124 -x8523 -x10008 
1789.70/1790.03	v x428 -x641 -x771 -x2113 -x2584 x2621 -x6886 -x8522 -x432 x629 -x772 -x2109 -x2580 x2620 -x4870 -x5158 -x5791 -x6880 -x8609 
1789.70/1790.03	v -x9594 -x411 -x633 -x4871 -x6878 -x7619 -x627 -x2572 -x5160 -x7621 x10447 -x625 -x2573 -x5165 x10430 -x894 -x5164 x7617 -x8605 
1789.70/1790.03	v x9597 x10431 -x1558 -x2489 -x2756 x3826 -x1557 x2752 -x3697 x3822 -x7114 -x8849 x6079 x6501 -x8510 -x1556 x2744 -x3699 -x5700 
1789.70/1790.03	v x6068 -x6502 -x7108 -x8511 -x8846 -x2494 x2745 -x3704 x6072 -x8507 -x10266 -x1551 -x2895 -x3703 -x4959 -x5697 x6066 x8464 
1789.70/1790.03	v -x8503 -x10265 -x4215 x5980 x6064 -x6917 x8465 -x1186 -x1545 -x4217 x5968 -x6916 x8469 -x8495 -x8905 -x5029 x5972 x8448 -x8496 
1789.70/1790.03	v -x10263 -x4214 x4380 -x4956 -x5025 -x5966 -x8904 -x10259 -x5964 -x6176 x6914 -x9320 -x1585 -x4209 -x4950 -x5115 -x6175 x6910 
1789.70/1790.03	v -x8299 -x9322 -x2819 x5099 -x7314 x8910 -x1587 x2055 -x2815 -x4203 x5098 -x7313 -x8559 -x8908 -x9319 -x251 -x1592 -x1658 x2039 
1789.70/1790.03	v -x2949 -x4383 x5097 -x6173 x239 -x1591 -x1659 -x2038 -x2948 -x4384 x4407 -x5320 -x6169 -x8680 -x9314 x243 -x477 -x1655 -x2037 
1789.70/1790.03	v x4391 -x5579 x6024 -x7311 -x8302 -x237 x1651 -x3127 x4390 -x5322 -x5581 -x6020 -x7307 -x8303 x8556 -x9308 -x10063 -x10244 
1789.70/1790.03	v -x235 -x2354 -x2946 -x3128 -x4389 x5327 -x6361 x1643 -x1710 -x2355 -x2942 -x3132 x5326 -x5578 -x6363 -x8550 -x10246 -x1457 
1789.70/1790.03	v x1644 -x2351 -x3111 -x10251 -x1459 -x1712 x2347 -x5223 -x5573 -x6360 -x10250 -x1717 -x2850 -x7893 -x9865 -x595 -x1456 -x1716 
1789.70/1790.03	v -x2339 -x2851 x3272 -x4930 -x5567 -x6355 x9853 x11 -x2340 x2847 x9857 -x7 -x594 -x1451 x2843 -x3193 x5088 -x6349 -x8363 -x9029 
1789.70/1790.03	v -x9851 -x524 -x6514 x8104 -x9050 -x9849 -x1445 -x2835 -x3269 -x4098 x5087 -x6510 -x7734 x8105 -x9031 -x9052 x600 -x1391 -x2836 
1789.70/1790.03	v -x8101 -x9036 x598 -x997 -x3263 -x7260 x7736 x8097 -x9035 -x9049 -x91 -x5093 -x6627 x7741 -x8366 -x90 -x1411 -x2778 -x3302 
1789.70/1790.03	v -x5091 x6615 -x7534 x7740 x8089 -x8367 -x9044 -x10021 -x3303 -x4101 -x6619 x7518 x8090 -x9908 -x10303 -x994 -x1140 -x1413 
1789.70/1790.03	v x3307 -x3857 -x4102 -x6613 x7517 -x8931 -x9038 -x9349 -x9904 -x10299 -x88 -x1418 -x3286 x6005 -x6611 -x7092 x7516 -x8932 -x84 
1789.70/1790.03	v -x988 -x1417 -x3854 x5993 x7091 -x7134 -x8936 -x9351 x10170 -x2442 -x2716 -x2781 x5997 -x8915 -x9356 -x570 -x1137 -x2438 -x2782 
1789.70/1790.03	v x5991 -x7131 -x9355 -x171 x5989 x7089 -x569 x1131 -x3965 -x7085 x9944 x9928 -x10173 -x3962 -x7599 -x8980 x9927 -x10174 -x575 
1789.70/1790.03	v -x2274 -x3516 x5856 x9926 -x573 -x2270 x5399 x5844 -x8217 -x8979 -x9241 x5848 x8201 -x8739 -x10118 -x1813 -x5829 x5842 x6655 
1789.70/1790.03	v x8200 -x9238 -x10119 -x10368 -x1797 -x1834 x5840 x6656 -x7650 -x8199 -x8985 x10115 -x1796 -x1822 -x5396 -x5957 x6660 x7987 
1789.70/1790.03	v -x8983 -x10111 -x10370 -x1795 -x1826 -x2254 x5252 -x6639 -x8781 -x8996 -x10375 -x1820 -x2255 -x3143 x4990 x5251 -x5390 -x5826 
1789.70/1790.03	v -x7021 -x8769 -x8992 -x10103 -x10374 -x1818 -x2251 -x4553 x4974 -x8773 -x10104 -x692 -x2247 -x4166 -x4552 x4973 -x5551 -x5820 
1789.70/1790.03	v -x7020 -x7984 -x8767 -x4149 -x4908 -x4972 x5249 -x5960 -x8765 -x694 -x2239 -x3925 -x4041 x4910 -x5245 -x5961 x6418 -x7978 
1789.70/1790.03	v -x10737 x699 -x2240 -x3926 -x4114 x4550 x6402 -x6549 -x7026 -x9889 -x698 -x3791 -x3930 -x4110 -x4163 -x4546 -x4907 -x5280 x6401 
1789.70/1790.03	v -x6465 -x6823 -x7024 x9890 -x10739 -x1167 x1432 -x3909 -x5185 -x6400 x6807 x9886 -x10744 -x1155 x1434 -x4157 -x4902 x5804 
1789.70/1790.03	v -x6467 x6806 -x9882 -x10003 -x10471 -x10743 -x1159 -x4884 -x6472 -x6805 -x8013 -x10472 x767 -x1153 x1431 -x3788 -x4883 -x4896 
1789.70/1790.03	v -x6121 -x6471 -x8014 -x9874 x10005 -x10476 -x1151 -x2586 -x5283 -x6891 -x8010 -x8535 -x9875 x10010 -x10455 -x734 x769 -x1426 
1789.70/1790.03	v -x2585 -x3782 -x5284 -x5801 -x6118 -x6157 -x6893 -x8006 -x8536 x10009 -x638 x774 x4881 x6141 -x7210 -x8532 -x640 -x731 x773 
1789.70/1790.03	v -x890 -x1420 -x2617 -x4877 -x5795 -x6140 -x6796 -x6890 x7206 -x7998 x8528 -x424 -x2111 -x2583 x2601 -x6139 -x7999 x412 -x637 
1789.70/1790.03	v -x889 -x2107 -x2579 x2600 -x6885 -x7620 -x8520 x9593 -x416 -x2211 x2599 -x8521 -x10442 -x410 -x632 -x5161 -x6879 x9595 -x10443 
1789.70/1790.03	v -x408 x895 -x5144 -x6799 x9600 -x10439 -x626 x893 -x1046 -x3812 -x4663 -x5145 -x6800 -x7616 -x8603 x9599 x10435 -x2491 -x2755 
1789.70/1790.03	v x3824 -x6078 x6504 -x8509 -x2751 x3820 -x6077 x6503 -x7112 -x8508 -x8850 -x2495 -x1555 -x2493 -x3700 -x5701 x6076 -x7109 
1789.70/1790.03	v -x9200 -x5977 -x8506 -x1549 x3688 -x4216 x5979 x6071 -x8502 -x3687 x8461 x5976 x6065 x8449 -x5030 x8453 -x9203 -x10261 -x473 
1789.70/1790.03	v -x4213 x4379 -x4954 -x5026 x5971 x8447 -x8906 -x9204 -x9321 -x10257 x5110 -x6912 -x8445 -x8907 -x472 -x4207 x4381 -x4951 x5111 
1789.70/1790.03	v -x5965 -x6908 -x8298 x8911 -x248 -x1657 -x2050 -x2820 x4386 -x5107 -x6567 x8890 -x250 -x1588 -x1656 x2051 -x2816 -x4385 -x5103 
1789.70/1790.03	v -x8300 -x9318 x478 x1572 -x2047 x4402 -x6171 -x8305 x247 -x476 -x1571 x2043 x4403 -x5095 -x5580 -x6167 -x6699 -x7889 -x8304 
1789.70/1790.03	v -x9312 -x1570 -x1654 -x2353 -x4399 -x5096 -x7309 -x242 -x1650 -x2035 -x2352 x4395 x5323 -x6341 -x6362 -x7305 x7888 -x8554 
1789.70/1790.03	v -x2036 -x2944 -x3124 x5307 -x236 -x520 -x1458 -x2940 x3112 -x4387 x5306 -x5577 -x8551 -x10247 -x2350 -x2849 -x3116 -x4335 -x4388 
1789.70/1790.03	v x5305 x6702 -x7894 -x9862 x10231 -x519 -x1387 -x1713 x2346 -x2848 -x3110 -x5571 -x6359 x6703 -x7892 -x9370 -x9864 -x10230 
1789.70/1790.03	v x1697 -x3108 -x6344 -x10229 -x1386 -x1455 -x1696 -x1856 -x6345 -x6353 x9861 x12 x525 -x1105 -x1695 -x2846 -x8103 -x8 -x523 -x596 
1789.70/1790.03	v -x1449 x2842 x8102 -x8362 -x9051 -x9856 -x597 x1392 -x6515 -x9373 x601 -x1390 -x3267 -x4097 x5089 -x6511 -x8364 -x9032 -x9374 
1789.70/1790.03	v -x9850 x580 -x1859 x5090 -x6624 -x8100 -x8369 -x9016 -x1860 -x2712 -x3264 -x4099 -x5094 -x6626 x7737 x8096 -x8368 -x9015 
1789.70/1790.03	v -x9048 x4104 -x5073 -x7529 x7721 -x9014 -x167 -x2711 -x2777 x4103 -x6623 x7530 -x7720 -x9042 x3299 -x6002 x7526 -x7719 -x9909 
1789.70/1790.03	v -x166 -x992 x1414 -x2779 x3287 -x3858 x6004 -x6618 -x7522 -x9905 -x86 x1398 -x2717 -x2784 x3291 -x8928 -x82 -x989 -x1397 -x2715 
1789.70/1790.03	v -x2783 -x3285 -x3512 x6001 -x6612 -x7135 -x7514 x8916 -x9352 x10169 -x172 -x1396 -x3283 -x4267 -x7515 -x8920 -x9336 -x170 
1789.70/1790.03	v -x1135 -x3511 x5996 -x8735 -x8914 -x9335 x10171 x7087 -x8912 -x9334 -x9939 -x10176 -x571 x1132 -x3966 x5990 -x7083 -x7646 
1789.70/1790.03	v -x8734 x9940 -x10175 -x572 -x3517 -x5853 x9936 x576 -x3515 -x5855 -x7645 -x9776 x9932 x555 -x2404 x8212 -x8740 -x10117 x5852 
1789.70/1790.03	v -x7338 x8213 -x8738 -x8981 -x9242 -x9924 -x10116 -x1808 -x1831 x7651 x8209 -x8982 -x9925 -x1809 -x1833 -x4145 x5847 x7649 x8205 
1789.70/1790.03	v -x8986 -x1805 -x2253 -x4644 -x6652 -x8778 x8965 -x9779 -x10114 -x1801 -x1830 -x2252 -x4144 -x5394 -x5841 -x5956 x6545 x6640 
1789.70/1790.03	v -x8197 -x8780 -x9780 -x10110 -x10371 -x1123 x4985 -x6644 -x7341 -x8198 -x8997 x10355 -x1793 -x1825 -x2095 x4986 -x5181 -x5391 
1789.70/1790.03	v -x5824 -x5958 x6544 -x6638 -x7342 -x8777 -x8993 x10354 -x1794 -x2250 -x4150 -x4982 -x5963 -x6636 x10353 -x976 -x1819 -x2246 
1789.70/1790.03	v -x4148 -x4909 -x4978 -x5180 -x5821 -x5962 -x7022 -x7982 -x8772 -x5247 -x6413 -x6550 -x7023 -x9888 x695 -x4970 -x5243 -x6414 
1789.70/1790.03	v -x6548 -x7027 -x7979 -x8766 -x9887 x679 -x1164 -x2098 -x3922 -x4115 x4548 -x4971 -x5186 -x6410 -x6818 -x7006 -x678 -x1166 x1433 
1789.70/1790.03	v -x2099 -x3910 -x4111 -x4161 -x4544 -x4906 -x5184 -x5279 x6406 -x6819 x10740 -x677 -x979 -x3914 -x6815 -x8012 -x9885 x10724 
1789.70/1790.03	v -x980 -x1163 -x3908 -x4158 -x4900 -x5281 -x6398 -x6468 x6811 -x8011 -x9881 x10723 -x3906 -x5286 -x6399 -x6452 -x8534 -x10468 
1789.70/1790.03	v x10722 -x1158 x1430 -x2207 -x3786 -x5285 -x6122 -x6451 -x6803 -x6892 -x8533 x10006 -x10456 -x6152 -x6450 -x6804 -x8009 x9990 
1789.70/1790.03	v -x10460 -x639 -x735 x770 -x1152 -x1424 -x2206 -x3783 -x5799 x6153 -x8005 -x9989 -x10454 -x421 x754 -x2612 x4879 x6149 -x8531 
1789.70/1790.03	v -x9988 -x10452 -x423 x753 x2613 -x4515 -x4659 -x4875 -x5796 -x6145 -x6795 -x6889 x8527 x752 -x2112 -x2212 -x2581 -x2609 -x4604 
1789.70/1790.03	v -x10441 x420 -x636 -x891 -x1042 -x2108 -x2210 -x2577 x2605 -x4658 -x6137 -x6797 -x6883 -x10440 -x892 -x5156 -x6138 -x6802 
1789.70/1790.03	v -x415 -x630 x896 -x2597 -x5157 -x6801 x9596 -x875 -x2598 x4518 -x4664 -x5153 x9580 -x10438 -x409 -x1045 x3811 x4519 -x4662 -x5149 
1789.70/1790.03	v -x7614 -x8604 -x9581 x10434 x2492 -x2753 -x3825 -x2496 -x2749 x3821 x6498 -x7113 x2485 x3695 x6497 -x1553 x3696 -x5978 
1789.70/1790.03	v -x6075 -x9199 -x8458 -x8504 -x1550 x3692 x6069 -x6563 -x8460 -x8500 -x9201 -x9206 -x3685 x5975 -x6562 x8457 -x9205 -x3686 -x5109 
1789.70/1790.03	v -x10262 -x4211 -x4955 -x5108 -x5969 x8452 -x10258 -x2049 -x6568 -x6913 x8903 -x249 -x474 -x2048 -x4208 x4382 -x6566 -x6909 
1789.70/1790.03	v -x8446 x8891 -x475 -x1583 x4367 x4401 -x5106 -x8895 x479 -x1584 -x4331 -x4366 x4400 -x5102 x8301 -x8889 -x9316 x461 x1580 -x2046 
1789.70/1790.03	v -x4365 -x6172 x8286 -x8887 -x246 -x1576 x2042 -x4330 -x6168 -x6698 -x8285 -x9313 -x1652 -x3121 -x4398 x5318 -x7310 -x8284 
1789.70/1790.03	v -x240 -x1101 -x1568 -x1648 -x3123 -x3603 -x4394 x5319 -x6340 x6700 -x7306 x7890 -x8555 -x1569 -x2945 -x4336 x5315 x6705 x7891 
1789.70/1790.03	v -x10242 -x1100 -x2941 -x3120 -x4334 x5311 -x5575 -x6342 x6704 x7895 -x9863 -x10243 -x1708 -x2348 x6347 x7877 -x10239 -x521 
1789.70/1790.03	v -x1709 -x2344 -x3115 x5303 -x5572 -x6346 -x6357 -x9369 -x10235 -x522 -x1106 -x1705 -x3606 x5304 x526 -x1104 -x1388 -x1453 x1701 
1789.70/1790.03	v -x1855 -x3109 -x3607 -x6354 -x9371 -x9860 -x10227 x508 -x1389 -x2844 x9376 -x10228 x1393 -x1450 -x1693 -x1857 x2840 x9375 
1789.70/1790.03	v -x9854 -x593 x1375 -x1694 x1862 -x9027 x581 x1861 -x3268 -x6625 -x8365 -x9028 -x585 x5086 -x7528 -x7732 -x8098 -x8350 -x9024 
1789.70/1790.03	v -x579 -x4100 x4263 x5074 -x7527 -x7733 -x8094 -x8349 -x9020 -x9046 -x577 -x3296 x4085 -x5078 x7729 -x8348 -x2713 -x3298 x4084 
1789.70/1790.03	v x4262 -x5072 -x6003 -x6604 -x6622 x7725 -x9012 -x9043 -x1409 -x2714 -x4083 -x5070 -x7525 -x8925 -x9013 -x168 -x993 x1410 -x2718 
1789.70/1790.03	v -x2780 x3295 -x6616 -x7521 -x7717 -x8927 -x87 -x169 -x1406 x2700 -x2765 -x4268 -x7718 -x9347 -x83 -x173 -x1402 -x2400 -x2764 
1789.70/1790.03	v x3290 -x4266 x6000 -x8924 -x9348 -x155 -x2763 -x6607 -x9344 -x9938 -x1136 -x1394 -x2399 -x3284 x3513 -x5994 -x6608 -x8919 
1789.70/1790.03	v -x9340 -x9937 x10172 -x1395 x3514 -x7088 x10157 x3518 -x4640 -x5854 -x7084 -x7751 x8736 -x8913 -x9332 x10156 -x568 -x2405 
1789.70/1790.03	v -x3500 x8211 x8737 -x9333 -x9935 -x10155 x556 -x1119 -x2403 -x4639 -x7647 x8210 -x8741 -x9775 -x9931 x560 -x1807 x7648 -x8723 
1789.70/1790.03	v -x554 -x1118 -x1806 -x1832 x5851 -x7337 x7652 -x9777 -x552 -x4645 -x6649 -x7634 -x7754 x8208 x8978 -x9782 -x4643 x5845 -x6651 
1789.70/1790.03	v -x7339 -x7755 x8204 -x8779 x8966 -x9781 -x1124 -x1804 -x4984 -x7344 -x8970 -x10112 -x10366 -x1122 -x1800 -x1829 -x4146 x4983 
1789.70/1790.03	v -x5395 x6648 -x7343 -x8964 -x10108 -x10367 x4147 -x8962 x10363 -x1823 -x2094 x4151 -x5825 -x5959 x6097 x6546 -x6643 -x8776 
1789.70/1790.03	v -x10359 -x2248 -x4133 -x4981 x5944 -x6412 x6547 -x975 -x1897 -x2096 -x2244 -x4977 -x5182 x5943 -x6411 -x6551 -x6637 -x7983 -x8770 
1789.70/1790.03	v x10351 -x690 -x2101 -x3919 -x5183 -x5248 x5942 -x6533 -x6817 -x7019 x10352 -x691 -x977 -x1165 -x2100 -x3921 x5187 -x5244 
1789.70/1790.03	v -x6816 -x7007 -x7687 x687 -x982 x4549 -x5169 -x6100 -x6409 -x7011 x10735 x683 -x981 -x3918 -x4162 -x4545 -x4904 -x6101 x6405 
1789.70/1790.03	v -x7005 x10736 -x1900 -x6463 -x6814 -x7003 -x9883 -x10465 x10732 -x675 -x1162 -x1901 -x3913 -x4600 -x4901 -x5282 -x6464 x6810 
1789.70/1790.03	v -x9879 -x10467 -x10728 -x676 x5267 -x6151 -x6460 -x7690 -x10001 -x1156 x1428 -x3787 -x3907 -x4599 x5266 -x6150 -x6456 -x7691 
1789.70/1790.03	v -x10002 -x10464 -x10720 -x765 -x2611 x5265 -x8007 x9998 -x10721 -x422 x766 -x1425 -x2208 -x2610 -x5800 -x6448 -x8003 -x9994 
1789.70/1790.03	v -x10459 x762 -x2209 -x4605 x4880 x6148 -x6449 -x8529 -x758 x2213 -x4514 -x4603 -x4876 -x6144 -x6887 x8525 -x9986 -x10453 x2195 
1789.70/1790.03	v -x2582 -x2608 -x5155 -x9987 x419 -x634 -x750 -x1041 -x2578 -x2604 -x3808 -x4516 -x4660 -x5154 -x6798 -x6884 -x751 -x888 x4521 
1789.70/1790.03	v -x4661 -x6784 x9591 -x413 -x631 x877 -x1043 -x3807 x4520 -x4665 -x6783 x9592 x880 x1048 -x4647 -x5152 -x6781 -x9588 -x10436 
1789.70/1790.03	v -x876 x1047 x3813 -x5148 -x7615 -x9584 x10432 x10757 -x2754 x3694 -x2750 x3693 x2488 -x1554 x2484 -x6073 x6495 -x8459 x2482 
1789.70/1790.03	v -x6496 -x8505 x3691 x6070 -x8501 -x9202 x9191 x5973 -x6564 -x8456 x9190 -x6565 x8900 x9189 -x4212 -x5970 x6569 -x8450 x8902 
1789.70/1790.03	v -x1582 x4377 -x6555 -x1581 x4378 x8899 -x471 x4374 -x5104 x8296 x462 -x4371 -x5100 x8297 -x8894 -x9317 -x465 x1579 -x2044 -x5317 
1789.70/1790.03	v x8293 -x244 x460 -x1575 -x2040 -x3122 -x4332 -x4363 -x5316 x8290 -x8888 -x458 -x1653 x4333 -x4364 -x4396 -x10241 -x241 -x1649 
1789.70/1790.03	v -x3602 -x4337 -x4392 x6701 -x8282 -x10240 -x1707 -x4323 x5314 x6690 x7887 -x8283 -x1102 -x1706 -x3119 -x3604 -x5310 -x5576 
1789.70/1790.03	v x6343 x6689 x7878 -x1103 -x2349 x3609 x6332 x6688 -x7881 -x10238 -x1107 -x2345 -x3113 -x3608 x6331 -x6358 x7876 -x10234 -x518 
1789.70/1790.03	v -x1093 -x1704 x6330 -x7874 x509 -x1454 -x1700 -x9372 -x9858 -x512 -x590 -x1385 -x2845 -x9026 x9361 -x507 -x592 x1376 x1858 
1789.70/1790.03	v -x2841 -x9025 x9360 -x9855 -x505 x1379 x1847 -x5083 -x7731 -x8360 x9359 x589 x1374 x1846 -x5085 -x7730 -x8361 x1372 x1845 -x4095 
1789.70/1790.03	v -x8099 -x8357 -x9023 -x584 -x3297 x4096 x5082 -x8095 -x8354 -x9019 -x9047 -x1408 x4092 -x7728 -x578 -x1407 x4089 x4264 
1789.70/1790.03	v -x5077 -x6603 -x6620 x7724 -x8346 -x8926 x2710 -x2775 x4265 -x7523 -x8347 -x9346 x2701 -x2776 -x3294 -x4081 -x4269 -x5071 -x6605 
1789.70/1790.03	v -x6617 -x7519 -x9345 -x165 -x1405 x2704 -x2772 -x4082 -x4255 -x6610 -x156 -x1401 x2699 -x2769 x3288 x5998 -x6609 -x8923 -x159 
1789.70/1790.03	v x2697 -x9343 x10167 -x154 -x2401 -x2761 -x5995 -x8917 -x9339 x10168 -x152 -x565 -x2402 -x2762 x3510 x10164 -x567 x2406 x3501 
1789.70/1790.03	v -x7750 -x10161 -x2392 x3504 x8733 -x9933 x564 -x3499 -x4641 -x7752 x8724 -x9929 -x10153 -x3497 x4642 -x7644 -x7757 -x8727 
1789.70/1790.03	v -x8975 -x10154 x559 -x1120 -x4646 x5849 -x6650 x7635 -x7756 -x8722 -x8977 -x9778 -x1121 -x4632 x7638 -x8206 -x8720 -x9767 -x10365 
1789.70/1790.03	v -x553 -x1125 -x5846 -x7340 -x7633 x8202 x8974 -x9766 -x10364 -x1111 -x1802 -x7329 -x7631 -x9765 -x10113 -x1798 -x1827 
1789.70/1790.03	v x6647 -x7328 -x8969 -x10109 x4143 -x5954 -x7327 x10362 -x1824 x4134 x5955 x6096 -x6641 -x8774 -x8963 -x10358 -x689 -x2249 x4137 
1789.70/1790.03	v -x4979 x5951 -x6543 -x7016 -x688 -x1896 -x2097 -x2245 -x3920 -x4132 -x4975 -x5948 x6098 x6534 -x7018 -x8771 -x2086 -x4130 
1789.70/1790.03	v -x5179 x6103 x6537 -x10734 -x978 -x1898 -x2085 x5170 -x5940 x6102 -x6532 -x7015 -x7686 x10733 -x686 x967 -x1903 -x2084 x5173 
1789.70/1790.03	v -x5941 -x6407 -x6462 -x6530 -x682 -x966 -x1902 -x3917 -x4905 -x5168 x6403 -x6461 -x7010 -x7688 -x10466 -x965 -x5166 -x5277 -x6812 
1789.70/1790.03	v x7693 -x9884 -x10000 x10731 -x1160 -x3911 x5278 x6808 -x7004 -x7692 -x9880 -x9999 -x10727 -x764 x5274 -x6459 -x763 -x1157 
1789.70/1790.03	v x1429 -x4601 x5271 -x6455 -x10463 -x4602 -x8008 x9997 x4606 -x5263 -x8004 -x9993 -x10457 x761 -x2205 x4592 -x5264 x6146 -x8530 
1789.70/1790.03	v -x757 x2196 -x6142 -x6888 -x8526 -x885 x2199 -x2606 -x6793 -x9590 x417 -x635 -x887 x2194 -x2602 -x4517 -x6794 -x9589 x2192 
1789.70/1790.03	v x4506 -x4657 -x6790 -x414 x884 -x1044 -x3809 x4505 x4649 -x6787 x1033 -x3810 x4503 -x4650 -x5150 -x9587 -x10437 x878 -x1034 
1789.70/1790.03	v x3814 -x4648 -x5146 -x6782 -x9582 x10433 -x9196 x2486 -x6074 x6499 -x9195 x2487 x6500 -x9197 -x2483 x3689 x6559 x9198 x6558 
1789.70/1790.03	v -x8455 x9194 x3690 -x5974 x6560 -x8454 -x8901 x9192 -x4376 x6561 x8897 x9193 -x469 -x4375 x6556 -x8451 x9187 -x468 -x4373 x6557 
1789.70/1790.03	v x8295 x8896 -x9188 -x470 -x6554 x8294 x8898 x467 -x1578 x4372 -x5105 -x6552 x8292 x466 -x4327 -x4370 -x5101 -x6553 -x8892 
1789.70/1790.03	v x1577 -x2045 x4326 -x6695 x8291 -x245 -x463 -x1573 -x2041 x4328 -x4368 -x6694 x7885 -x8289 -x8893 -x464 -x3601 x4329 -x4369 -x4397 
1789.70/1790.03	v x5313 -x6337 -x6696 x7884 -x459 -x1097 -x1574 -x3600 x4324 -x4393 -x6336 -x6697 x7886 -x8287 -x1096 -x3118 -x3599 x4325 
1789.70/1790.03	v x5312 -x6338 -x6693 x7883 -x8288 -x10237 -x516 -x1098 -x3117 -x3605 -x4322 -x5308 x6339 x6691 x7882 -x515 -x1099 -x1703 x3598 
1789.70/1790.03	v -x4320 x6335 x6692 -x9366 -x10236 -x517 x1094 -x1383 -x3114 x3597 -x4321 -x5309 -x6333 x6686 -x7879 -x9365 -x10232 -x514 x1095 
1789.70/1790.03	v -x1382 -x1702 -x1852 x3596 -x6334 x6687 -x7880 -x9367 -x513 -x591 -x1092 -x1384 -x1698 -x1851 x3594 x6328 -x7875 x9368 -x9859 
1789.70/1790.03	v -x10233 -x587 -x1090 x1381 x1853 x3595 -x6329 -x8359 -x9364 -x510 -x1091 x1380 -x1699 x1854 -x5084 -x8358 x9362 -x511 -x586 
1789.70/1790.03	v x1850 -x4094 -x5080 -x8356 -x9022 x9363 -x506 -x588 x1377 x1848 -x4093 -x9357 -x1378 x1849 x4091 x5079 -x7727 -x8355 -x9021 
1789.70/1790.03	v -x9358 -x582 x1373 -x1843 -x2708 -x4259 x5081 -x8353 -x9017 -x1844 -x2707 -x2774 x4090 x4258 x6602 -x7726 -x163 -x583 -x2709 
1789.70/1790.03	v -x2773 -x4088 x4260 -x5075 x6601 -x6621 x7722 -x8351 -x9018 -x162 -x1404 x2706 -x2771 -x3293 x4261 x6600 -x7524 -x8352 -x164 
1789.70/1790.03	v x2705 -x3292 -x4086 x4256 -x5076 x6606 -x7520 -x7723 -x161 -x1403 -x2770 -x4087 x4257 x6599 -x8922 -x9342 -x10166 -x160 -x1399 
1789.70/1790.03	v -x2396 x2702 -x2768 -x3289 -x3508 -x4254 x5999 x6598 -x8921 -x10165 -x2395 x2703 -x3507 -x4252 x6597 -x9341 x10163 -x157 
1789.70/1790.03	v -x566 -x1400 -x2397 -x2698 -x2766 x3509 -x4253 -x6595 x8731 -x8918 -x9337 -x158 -x562 x2398 -x2767 -x3506 -x6596 -x7749 x8730 
1789.70/1790.03	v x10162 -x153 x2393 -x3505 -x4636 -x7642 -x7748 x8732 -x9338 -x10160 x561 x2394 -x4635 -x7641 -x7747 -x8729 -x9772 -x9934 x563 
1789.70/1790.03	v -x1115 -x2391 x3502 -x4637 -x7643 x7753 -x8728 -x8976 -x9771 -x9930 -x10158 -x1114 -x2389 -x3503 x4638 -x7334 -x7640 x7746 
1789.70/1790.03	v x8972 -x9773 -x10159 -x557 -x1116 -x2390 -x3498 x4633 x5850 -x7333 -x7639 -x7745 -x8725 -x9774 -x1117 x4634 -x7335 -x7744 -x8207 
1789.70/1790.03	v -x8726 x8971 -x9770 -x558 -x1112 -x4141 -x4631 -x7336 x7636 -x7742 -x8203 -x8721 x8973 -x9768 -x1113 -x1803 x4140 -x4629 
1789.70/1790.03	v -x5953 x6646 -x7332 x7637 -x7743 -x9769 -x10361 -x1110 -x1799 -x1828 x4142 -x4630 -x5952 -x6541 x6645 -x7330 -x7632 -x8967 -x9763 
1789.70/1790.03	v -x1108 -x2091 -x4139 x5950 x6095 -x6540 -x7331 -x9764 x10360 -x1109 -x2090 x4138 -x5177 x6094 -x6542 -x6642 -x7017 -x7325 
1789.70/1790.03	v -x8775 -x8968 -x10356 -x972 -x1895 -x2092 -x4980 -x5176 x5949 x6093 -x6539 -x7013 -x7326 x971 -x1894 -x2093 x4135 -x4976 -x5178 
1789.70/1790.03	v -x5947 x6099 -x6538 -x10357 -x685 x973 -x1893 -x2089 -x4136 -x5175 x6092 -x7012 -x7685 x974 -x1899 -x2087 -x4131 -x5174 
1789.70/1790.03	v -x5945 x6091 x6535 -x7014 -x7684 -x684 -x970 -x1892 -x2088 -x3916 -x5276 -x5946 x6090 -x6408 -x6536 x7683 -x10730 -x680 x968 
1789.70/1790.03	v -x1891 -x2082 -x3915 x5171 -x5275 x6088 -x6404 -x6531 -x7008 -x7689 -x969 -x1890 -x2083 -x5172 x5273 x6089 -x6458 -x6813 x7682 
1789.70/1790.03	v -x10729 -x681 -x963 -x1161 -x1888 -x3912 x4596 -x5167 -x6809 -x7009 -x7681 -x10725 -x964 -x1889 x4595 x5272 -x6457 -x7680 
1789.70/1790.03	v x9996 -x10462 -x2203 x4597 x5270 -x6453 -x7678 -x10461 -x10726 -x760 -x2202 x4598 -x7679 x9995 -x2204 x4593 x5268 -x6454 -x9991 
1789.70/1790.03	v -x10458 x759 x2201 -x4511 -x4594 x5269 -x6147 -x6792 -x755 -x886 x2200 x4510 x4591 -x4655 -x6143 -x6791 -x9992 x882 -x1038 
1789.70/1790.03	v -x2607 x4512 x4589 -x4654 -x6789 -x418 -x756 -x1037 -x2197 -x2603 -x3803 x4513 x4590 -x4656 x881 -x1039 -x2198 -x3802 x4509 
1789.70/1790.03	v x4653 -x6788 -x9586 x883 -x1040 -x2193 -x3804 x4507 x4652 -x6785 x1036 -x3805 x4508 -x5151 -x9585 x879 x1035 x3806 -x4504 -x4651 
1789.70/1790.03	v -x5147 -x6786 -x9583 
1789.70/1790.03	c SCIP Status        : solving was interrupted [time limit reached]
1789.70/1790.03	c Solving Time       :    1789.91
1789.70/1790.03	c Original Problem   :
1789.70/1790.03	c   Problem name     : HOME/instance-3732886-1338692882.opb
1789.70/1790.03	c   Variables        : 10772 (10772 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.70/1790.03	c   Constraints      : 12051 initial, 12051 maximal
1789.70/1790.03	c Presolved Problem  :
1789.70/1790.03	c   Problem name     : t_HOME/instance-3732886-1338692882.opb
1789.70/1790.03	c   Variables        : 10763 (10763 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.70/1790.03	c   Constraints      : 12039 initial, 12039 maximal
1789.70/1790.03	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1789.70/1790.03	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1789.70/1790.03	c   dualfix          :       0.00          3          0          0          0          0          0          0          0
1789.70/1790.03	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1789.70/1790.03	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1789.70/1790.03	c   implics          :       0.00          0          0          0          0          0          0          0          0
1789.70/1790.03	c   probing          :       0.20          0          0          0          0          0          0          0          0
1789.70/1790.03	c   knapsack         :       0.03          0          0          0          0          0          1          1          5
1789.70/1790.03	c   setppc           :       0.02          0          0          0          0          0          2          0          0
1789.70/1790.03	c   linear           :       0.07          1          5          0          1          0         10          0          0
1789.70/1790.03	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1789.70/1790.03	c   root node        :          -          0          -          -          0          -          -          -          -
1789.70/1790.03	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1789.70/1790.03	c   integral         :          0          0          0        499          0          0          0          0          0        998
1789.70/1790.03	c   knapsack         :       1752          6      10241          0          0          0          5          0          0          0
1789.70/1790.03	c   setppc           :      10239          6      10241          0          0          0       1404          0          0          0
1789.70/1790.03	c   logicor          :         48          6         36          0          0          0          1          0          0          0
1789.70/1790.03	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1789.70/1790.03	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1789.70/1790.03	c   integral         :     569.85       0.00       0.00     569.85       0.00
1789.70/1790.03	c   knapsack         :       0.73       0.20       0.53       0.00       0.00
1789.70/1790.03	c   setppc           :       2.91       0.00       2.90       0.00       0.00
1789.70/1790.03	c   logicor          :       0.00       0.00       0.00       0.00       0.00
1789.70/1790.03	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1789.70/1790.03	c Propagators        :       Time      Calls    Cutoffs    DomReds
1789.70/1790.03	c   vbounds          :       0.00          2          0          0
1789.70/1790.03	c   rootredcost      :       0.00          5          0          0
1789.70/1790.03	c   pseudoobj        :       2.05       9626          0          0
1789.70/1790.03	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1789.70/1790.03	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1789.70/1790.03	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1789.70/1790.03	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1789.70/1790.03	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1789.70/1790.03	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1789.70/1790.03	c   applied globally :          -          -          -          0        0.0          -          -          -
1789.70/1790.03	c   applied locally  :          -          -          -          0        0.0          -          -          -
1789.70/1790.03	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1789.70/1790.03	c   cut pool         :       0.00          5          -          -         22          -    (maximal pool size: 87)
1789.70/1790.03	c   redcost          :       0.17        506          0          2          0          0
1789.70/1790.03	c   impliedbounds    :       0.01          6          0          0          0          0
1789.70/1790.03	c   intobj           :       0.00          0          0          0          0          0
1789.70/1790.03	c   cgmip            :       0.00          0          0          0          0          0
1789.70/1790.03	c   gomory           :       9.50          6          0          0        444          0
1789.70/1790.03	c   strongcg         :       8.84          6          0          0        444          0
1789.70/1790.03	c   cmir             :       0.46          6          0          0          0          0
1789.70/1790.03	c   flowcover        :       0.41          6          0          0          0          0
1789.70/1790.03	c   clique           :       0.01          6          0          0          0          0
1789.70/1790.03	c   zerohalf         :       0.00          0          0          0          0          0
1789.70/1790.03	c   mcf              :       0.01          1          0          0          0          0
1789.70/1790.03	c   rapidlearning    :       0.00          0          0          0          0          0
1789.70/1790.03	c Pricers            :       Time      Calls       Vars
1789.70/1790.03	c   problem variables:       0.00          0          0
1789.70/1790.03	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1789.70/1790.03	c   relpscost        :     569.85        499          0          0          0          0        998
1789.70/1790.03	c   pscost           :       0.00          0          0          0          0          0          0
1789.70/1790.03	c   inference        :       0.00          0          0          0          0          0          0
1789.70/1790.03	c   mostinf          :       0.00          0          0          0          0          0          0
1789.70/1790.03	c   leastinf         :       0.00          0          0          0          0          0          0
1789.70/1790.03	c   fullstrong       :       0.00          0          0          0          0          0          0
1789.70/1790.03	c   allfullstrong    :       0.00          0          0          0          0          0          0
1789.70/1790.03	c   random           :       0.00          0          0          0          0          0          0
1789.70/1790.03	c Primal Heuristics  :       Time      Calls      Found
1789.70/1790.03	c   LP solutions     :       0.00          -          0
1789.70/1790.03	c   pseudo solutions :       0.00          -          0
1789.70/1790.03	c   pscostdiving     :      35.89          1          0
1789.70/1790.03	c   fracdiving       :      15.48          1          0
1789.70/1790.03	c   veclendiving     :      20.58          1          0
1789.70/1790.03	c   linesearchdiving :      33.54          1          1
1789.70/1790.03	c   guideddiving     :     108.12          1          1
1789.70/1790.03	c   oneopt           :       0.09         12          7
1789.70/1790.03	c   objpscostdiving  :     128.88          1          1
1789.70/1790.03	c   rootsoldiving    :      12.24          1          1
1789.70/1790.03	c   crossover        :       5.39          1          1
1789.70/1790.03	c   trivial          :       0.02          2          2
1789.70/1790.03	c   simplerounding   :       0.00         12          0
1789.70/1790.03	c   zirounding       :       0.26        498          0
1789.70/1790.03	c   rounding         :      50.73        505          1
1789.70/1790.03	c   shifting         :       6.91         55          0
1789.70/1790.03	c   intshifting      :       0.00          0          0
1789.70/1790.03	c   twoopt           :       0.00          0          0
1789.70/1790.03	c   fixandinfer      :       0.00          0          0
1789.70/1790.03	c   feaspump         :       0.00          0          0
1789.70/1790.03	c   coefdiving       :      39.74          2          0
1789.70/1790.03	c   intdiving        :       0.00          0          0
1789.70/1790.03	c   actconsdiving    :       0.00          0          0
1789.70/1790.03	c   octane           :       0.00          0          0
1789.70/1790.03	c   rens             :      66.13          1          1
1789.70/1790.03	c   rins             :       0.00          0          0
1789.70/1790.03	c   localbranching   :       0.00          0          0
1789.70/1790.03	c   mutation         :       0.00          0          0
1789.70/1790.03	c   dins             :       0.00          0          0
1789.70/1790.03	c   undercover       :       0.00          0          0
1789.70/1790.03	c   nlp              :       0.00          0          0
1789.70/1790.03	c   trysol           :       0.00          0          0
1789.70/1790.03	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1789.70/1790.03	c   primal LP        :       0.02          0          0       0.00       0.00
1789.70/1790.03	c   dual LP          :     673.37        505     435619     862.61     646.92
1789.70/1790.03	c   lex dual LP      :       0.00          0          0       0.00          -
1789.70/1790.03	c   barrier LP       :       0.00          0          0       0.00          -
1789.70/1790.03	c   diving/probing LP:     367.55       6642     216149      32.54     588.09
1789.70/1790.03	c   strong branching :     569.30        410     341645     833.28     600.11
1789.70/1790.03	c     (at root node) :          -         20      20000    1000.00          -
1789.70/1790.03	c   conflict analysis:       0.00          0          0       0.00          -
1789.70/1790.03	c B&B Tree           :
1789.70/1790.03	c   number of runs   :          1
1789.70/1790.03	c   nodes            :        499
1789.70/1790.03	c   nodes (total)    :        499
1789.70/1790.03	c   nodes left       :        500
1789.70/1790.03	c   max depth        :        337
1789.70/1790.03	c   max depth (total):        337
1789.70/1790.03	c   backtracks       :          8 (1.6%)
1789.70/1790.03	c   delayed cutoffs  :          0
1789.70/1790.03	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1789.70/1790.03	c   avg switch length:       1.62
1789.70/1790.03	c   switching time   :       0.19
1789.70/1790.03	c Solution           :
1789.70/1790.03	c   Solutions found  :         16 (14 improvements)
1789.70/1790.03	c   First Solution   : +2.02740000000000e+04   (in run 1, after 0 nodes, 0.04 seconds, depth 0, found by <trivial>)
1789.70/1790.03	c   Primal Bound     : +1.50000000000000e+01   (in run 1, after 465 nodes, 1732.66 seconds, depth 3340, found by <guideddiving>)
1789.70/1790.03	c   Dual Bound       : +9.00000000000273e+00
1789.70/1790.03	c   Gap              :      66.67 %
1789.70/1790.03	c   Root Dual Bound  : +9.00000000000273e+00
1789.70/1790.03	c   Root Iterations  :      30638
1789.80/1790.11	c Time complete: 1789.81.

Verifier Data

OK	15

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3732886-1338692882/watcher-3732886-1338692882 -o /tmp/evaluation-result-3732886-1338692882/solver-3732886-1338692882 -C 1800 -W 1900 -M 15500 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3732886-1338692882.opb -t 1800 -m 15500 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 10617
/proc/meminfo: memFree=26168624/32873648 swapFree=6864/6864
[pid=10617] ppid=10615 vsize=7916 CPUtime=0 cores=1,3,5,7
/proc/10617/stat : 10617 (pbscip.linux.x8) R 10615 10617 7869 0 -1 4202496 1246 0 0 0 0 0 0 0 20 0 1 0 335413653 8105984 1193 33554432000 4194304 8395647 140736883552928 140735249970216 7385025 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/10617/statm: 1979 1193 370 1026 0 949 0

[startup+0.0334501 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 10617
/proc/meminfo: memFree=26168624/32873648 swapFree=6864/6864
[pid=10617] ppid=10615 vsize=19116 CPUtime=0.02 cores=1,3,5,7
/proc/10617/stat : 10617 (pbscip.linux.x8) R 10615 10617 7869 0 -1 4202496 4069 0 0 0 2 0 0 0 20 0 1 0 335413653 19574784 4010 33554432000 4194304 8395647 140736883552928 140735249970216 7430272 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/10617/statm: 4779 4010 394 1026 0 3749 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 19116

[startup+0.100279 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 10617
/proc/meminfo: memFree=26168624/32873648 swapFree=6864/6864
[pid=10617] ppid=10615 vsize=24908 CPUtime=0.09 cores=1,3,5,7
/proc/10617/stat : 10617 (pbscip.linux.x8) R 10615 10617 7869 0 -1 4202496 5495 0 0 0 9 0 0 0 20 0 1 0 335413653 25505792 5436 33554432000 4194304 8395647 140736883552928 140735249970216 7430272 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/10617/statm: 6227 5436 394 1026 0 5197 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 24908

[startup+0.300244 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 10617
/proc/meminfo: memFree=26168624/32873648 swapFree=6864/6864
[pid=10617] ppid=10615 vsize=68956 CPUtime=0.29 cores=1,3,5,7
/proc/10617/stat : 10617 (pbscip.linux.x8) R 10615 10617 7869 0 -1 4202496 16509 0 0 0 27 2 0 0 20 0 1 0 335413653 70610944 16078 33554432000 4194304 8395647 140736883552928 140736883550168 5220191 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/10617/statm: 17239 16078 505 1026 0 16209 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 68956

[startup+0.700219 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 10617
/proc/meminfo: memFree=26168624/32873648 swapFree=6864/6864
[pid=10617] ppid=10615 vsize=92508 CPUtime=0.69 cores=1,3,5,7
/proc/10617/stat : 10617 (pbscip.linux.x8) R 10615 10617 7869 0 -1 4202496 22140 0 0 0 66 3 0 0 20 0 1 0 335413653 94728192 21391 33554432000 4194304 8395647 140736883552928 140736883550168 6728661 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/10617/statm: 23127 21391 583 1026 0 22097 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 92508

[startup+1.50021 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 10618
/proc/meminfo: memFree=26083180/32873648 swapFree=6864/6864
[pid=10617] ppid=10615 vsize=94568 CPUtime=1.49 cores=1,3,5,7
/proc/10617/stat : 10617 (pbscip.linux.x8) R 10615 10617 7869 0 -1 4202496 22975 0 0 0 146 3 0 0 20 0 1 0 335413653 96837632 22197 33554432000 4194304 8395647 140736883552928 140736883548488 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/10617/statm: 23642 22197 588 1026 0 22612 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 94568

[startup+3.1002 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 10618
/proc/meminfo: memFree=26080700/32873648 swapFree=6864/6864
[pid=10617] ppid=10615 vsize=96028 CPUtime=3.08 cores=1,3,5,7
/proc/10617/stat : 10617 (pbscip.linux.x8) R 10615 10617 7869 0 -1 4202496 23312 0 0 0 305 3 0 0 20 0 1 0 335413653 98332672 22534 33554432000 4194304 8395647 140736883552928 140736883548056 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/10617/statm: 24007 22534 588 1026 0 22977 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 96028

[startup+6.30027 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 10618
/proc/meminfo: memFree=26079780/32873648 swapFree=6864/6864
[pid=10617] ppid=10615 vsize=96608 CPUtime=6.29 cores=1,3,5,7
/proc/10617/stat : 10617 (pbscip.linux.x8) R 10615 10617 7869 0 -1 4202496 23500 0 0 0 625 4 0 0 20 0 1 0 335413653 98926592 22722 33554432000 4194304 8395647 140736883552928 140736883548056 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/10617/statm: 24152 22722 588 1026 0 23122 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 96608

[startup+12.7001 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 10618
/proc/meminfo: memFree=26079184/32873648 swapFree=6864/6864
[pid=10617] ppid=10615 vsize=97096 CPUtime=12.68 cores=1,3,5,7
/proc/10617/stat : 10617 (pbscip.linux.x8) R 10615 10617 7869 0 -1 4202496 23689 0 0 0 1264 4 0 0 20 0 1 0 335413653 99426304 22911 33554432000 4194304 8395647 140736883552928 140736883548488 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/10617/statm: 24274 22911 588 1026 0 23244 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 97096

[startup+25.5003 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 10618
/proc/meminfo: memFree=26078032/32873648 swapFree=6864/6864
[pid=10617] ppid=10615 vsize=98496 CPUtime=25.49 cores=1,3,5,7
/proc/10617/stat : 10617 (pbscip.linux.x8) R 10615 10617 7869 0 -1 4202496 24069 0 0 0 2543 6 0 0 20 0 1 0 335413653 100859904 23291 33554432000 4194304 8395647 140736883552928 140736883548056 6742683 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/10617/statm: 24624 23291 588 1026 0 23594 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 98496

[startup+51.1002 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 10656
/proc/meminfo: memFree=26180788/32873648 swapFree=6864/6864
[pid=10617] ppid=10615 vsize=103268 CPUtime=51.08 cores=1,3,5,7
/proc/10617/stat : 10617 (pbscip.linux.x8) R 10615 10617 7869 0 -1 4202496 25197 0 0 0 5099 9 0 0 20 0 1 0 335413653 105746432 24438 33554432000 4194304 8395647 140736883552928 140736883548120 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/10617/statm: 25817 24438 624 1026 0 24787 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 103268

[startup+102.306 s]
/proc/loadavg: 2.16 2.06 2.01 3/177 10695
/proc/meminfo: memFree=26081104/32873648 swapFree=6864/6864
[pid=10617] ppid=10615 vsize=166980 CPUtime=102.27 cores=1,3,5,7
/proc/10617/stat : 10617 (pbscip.linux.x8) R 10615 10617 7869 0 -1 4202496 42002 0 0 0 10203 24 0 0 20 0 1 0 335413653 170987520 40860 33554432000 4194304 8395647 140736883552928 140736883545928 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/10617/statm: 41745 40860 631 1026 0 40715 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 166980

[startup+162.3 s]
/proc/loadavg: 2.10 2.06 2.01 3/178 10698
/proc/meminfo: memFree=26139680/32873648 swapFree=6864/6864
[pid=10617] ppid=10615 vsize=105720 CPUtime=162.25 cores=1,3,5,7
/proc/10617/stat : 10617 (pbscip.linux.x8) R 10615 10617 7869 0 -1 4202496 42290 0 0 0 16188 37 0 0 20 0 1 0 335413653 108257280 25922 33554432000 4194304 8395647 140736883552928 140736883547800 6693780 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/10617/statm: 26430 25922 639 1026 0 25400 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 105720

[startup+222.3 s]
/proc/loadavg: 2.08 2.06 2.01 3/177 10698
/proc/meminfo: memFree=26138844/32873648 swapFree=6864/6864
[pid=10617] ppid=10615 vsize=105720 CPUtime=222.24 cores=1,3,5,7
/proc/10617/stat : 10617 (pbscip.linux.x8) R 10615 10617 7869 0 -1 4202496 42322 0 0 0 22182 42 0 0 20 0 1 0 335413653 108257280 25954 33554432000 4194304 8395647 140736883552928 140736883547800 6719982 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/10617/statm: 26430 25954 639 1026 0 25400 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 105720

[startup+282.3 s]
/proc/loadavg: 2.03 2.05 2.01 3/177 10736
/proc/meminfo: memFree=26088816/32873648 swapFree=6864/6864
[pid=10617] ppid=10615 vsize=105720 CPUtime=282.23 cores=1,3,5,7
/proc/10617/stat : 10617 (pbscip.linux.x8) R 10615 10617 7869 0 -1 4202496 42322 0 0 0 28176 47 0 0 20 0 1 0 335413653 108257280 25954 33554432000 4194304 8395647 140736883552928 140736883548232 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/10617/statm: 26430 25954 639 1026 0 25400 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 105720

[startup+342.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/177 10736
/proc/meminfo: memFree=26060304/32873648 swapFree=6864/6864
[pid=10617] ppid=10615 vsize=105720 CPUtime=342.22 cores=1,3,5,7
/proc/10617/stat : 10617 (pbscip.linux.x8) R 10615 10617 7869 0 -1 4202496 42322 0 0 0 34170 52 0 0 20 0 1 0 335413653 108257280 25954 33554432000 4194304 8395647 140736883552928 140736883548184 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/10617/statm: 26430 25954 639 1026 0 25400 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 105720

[startup+402.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/177 10737
/proc/meminfo: memFree=26060328/32873648 swapFree=6864/6864
[pid=10617] ppid=10615 vsize=105720 CPUtime=402.21 cores=1,3,5,7
/proc/10617/stat : 10617 (pbscip.linux.x8) R 10615 10617 7869 0 -1 4202496 42322 0 0 0 40164 57 0 0 20 0 1 0 335413653 108257280 25954 33554432000 4194304 8395647 140736883552928 140736883548232 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/10617/statm: 26430 25954 639 1026 0 25400 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 105720

[startup+462.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 10737
/proc/meminfo: memFree=26059644/32873648 swapFree=6864/6864
[pid=10617] ppid=10615 vsize=106056 CPUtime=462.2 cores=1,3,5,7
/proc/10617/stat : 10617 (pbscip.linux.x8) R 10615 10617 7869 0 -1 4202496 42370 0 0 0 46158 62 0 0 20 0 1 0 335413653 108601344 26002 33554432000 4194304 8395647 140736883552928 140736883548536 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/10617/statm: 26514 26002 639 1026 0 25484 0
Current children cumulated CPU time (s) 462.2
Current children cumulated vsize (KiB) 106056

[startup+522.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 10737
/proc/meminfo: memFree=26056792/32873648 swapFree=6864/6864
[pid=10617] ppid=10615 vsize=108508 CPUtime=522.19 cores=1,3,5,7
/proc/10617/stat : 10617 (pbscip.linux.x8) R 10615 10617 7869 0 -1 4202496 43058 0 0 0 52153 66 0 0 20 0 1 0 335413653 111112192 26690 33554432000 4194304 8395647 140736883552928 140736883547080 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/10617/statm: 27127 26690 639 1026 0 26097 0
Current children cumulated CPU time (s) 522.19
Current children cumulated vsize (KiB) 108508

[startup+582.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 10737
/proc/meminfo: memFree=26057040/32873648 swapFree=6864/6864
[pid=10617] ppid=10615 vsize=108840 CPUtime=582.18 cores=1,3,5,7
/proc/10617/stat : 10617 (pbscip.linux.x8) R 10615 10617 7869 0 -1 4202496 43068 0 0 0 58146 72 0 0 20 0 1 0 335413653 111452160 26700 33554432000 4194304 8395647 140736883552928 140736883548136 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/10617/statm: 27210 26700 639 1026 0 26180 0
Current children cumulated CPU time (s) 582.18
Current children cumulated vsize (KiB) 108840

[startup+642.3 s]

################
# More data... #
################

/proc/meminfo: memFree=26007896/32873648 swapFree=6864/6864
[pid=10617] ppid=10615 vsize=111960 CPUtime=1002.12 cores=1,3,5,7
/proc/10617/stat : 10617 (pbscip.linux.x8) R 10615 10617 7869 0 -1 4202496 43875 0 0 0 100094 118 0 0 20 0 1 0 335413653 114647040 27536 33554432000 4194304 8395647 140736883552928 140736883548536 4601642 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/10617/statm: 27990 27536 639 1026 0 26960 0
Current children cumulated CPU time (s) 1002.12
Current children cumulated vsize (KiB) 111960

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 10742
/proc/meminfo: memFree=26001016/32873648 swapFree=6864/6864
[pid=10617] ppid=10615 vsize=111960 CPUtime=1062.1 cores=1,3,5,7
/proc/10617/stat : 10617 (pbscip.linux.x8) R 10615 10617 7869 0 -1 4202496 43875 0 0 0 106086 124 0 0 20 0 1 0 335413653 114647040 27536 33554432000 4194304 8395647 140736883552928 140736883548056 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/10617/statm: 27990 27536 639 1026 0 26960 0
Current children cumulated CPU time (s) 1062.1
Current children cumulated vsize (KiB) 111960

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 10743
/proc/meminfo: memFree=25992632/32873648 swapFree=6864/6864
[pid=10617] ppid=10615 vsize=111960 CPUtime=1122.1 cores=1,3,5,7
/proc/10617/stat : 10617 (pbscip.linux.x8) R 10615 10617 7869 0 -1 4202496 43875 0 0 0 112080 130 0 0 20 0 1 0 335413653 114647040 27536 33554432000 4194304 8395647 140736883552928 140736883548536 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/10617/statm: 27990 27536 639 1026 0 26960 0
Current children cumulated CPU time (s) 1122.1
Current children cumulated vsize (KiB) 111960

[startup+1182.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/177 10743
/proc/meminfo: memFree=25989344/32873648 swapFree=6864/6864
[pid=10617] ppid=10615 vsize=111960 CPUtime=1182.09 cores=1,3,5,7
/proc/10617/stat : 10617 (pbscip.linux.x8) R 10615 10617 7869 0 -1 4202496 43875 0 0 0 118074 135 0 0 20 0 1 0 335413653 114647040 27536 33554432000 4194304 8395647 140736883552928 140736883548056 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/10617/statm: 27990 27536 639 1026 0 26960 0
Current children cumulated CPU time (s) 1182.09
Current children cumulated vsize (KiB) 111960

[startup+1242.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 10743
/proc/meminfo: memFree=25979796/32873648 swapFree=6864/6864
[pid=10617] ppid=10615 vsize=111960 CPUtime=1242.08 cores=1,3,5,7
/proc/10617/stat : 10617 (pbscip.linux.x8) R 10615 10617 7869 0 -1 4202496 43875 0 0 0 124066 142 0 0 20 0 1 0 335413653 114647040 27536 33554432000 4194304 8395647 140736883552928 140736883548536 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/10617/statm: 27990 27536 639 1026 0 26960 0
Current children cumulated CPU time (s) 1242.08
Current children cumulated vsize (KiB) 111960

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 10744
/proc/meminfo: memFree=25977316/32873648 swapFree=6864/6864
[pid=10617] ppid=10615 vsize=111960 CPUtime=1302.08 cores=1,3,5,7
/proc/10617/stat : 10617 (pbscip.linux.x8) R 10615 10617 7869 0 -1 4202496 43875 0 0 0 130061 147 0 0 20 0 1 0 335413653 114647040 27536 33554432000 4194304 8395647 140736883552928 140736883548056 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/10617/statm: 27990 27536 639 1026 0 26960 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 111960

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 10747
/proc/meminfo: memFree=25968864/32873648 swapFree=6864/6864
[pid=10617] ppid=10615 vsize=111960 CPUtime=1362.06 cores=1,3,5,7
/proc/10617/stat : 10617 (pbscip.linux.x8) R 10615 10617 7869 0 -1 4202496 43875 0 0 0 136053 153 0 0 20 0 1 0 335413653 114647040 27536 33554432000 4194304 8395647 140736883552928 140736883548056 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/10617/statm: 27990 27536 639 1026 0 26960 0
Current children cumulated CPU time (s) 1362.06
Current children cumulated vsize (KiB) 111960

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 10747
/proc/meminfo: memFree=25960504/32873648 swapFree=6864/6864
[pid=10617] ppid=10615 vsize=109428 CPUtime=1422.06 cores=1,3,5,7
/proc/10617/stat : 10617 (pbscip.linux.x8) R 10615 10617 7869 0 -1 4202496 56235 0 0 0 142042 164 0 0 20 0 1 0 335413653 112054272 26937 33554432000 4194304 8395647 140736883552928 140736883548056 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/10617/statm: 27357 26937 641 1026 0 26327 0
Current children cumulated CPU time (s) 1422.06
Current children cumulated vsize (KiB) 109428

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 10747
/proc/meminfo: memFree=25954420/32873648 swapFree=6864/6864
[pid=10617] ppid=10615 vsize=109428 CPUtime=1482.05 cores=1,3,5,7
/proc/10617/stat : 10617 (pbscip.linux.x8) R 10615 10617 7869 0 -1 4202496 56235 0 0 0 148033 172 0 0 20 0 1 0 335413653 112054272 26937 33554432000 4194304 8395647 140736883552928 140736883548056 7185507 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/10617/statm: 27357 26937 641 1026 0 26327 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 109428

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 10747
/proc/meminfo: memFree=25946856/32873648 swapFree=6864/6864
[pid=10617] ppid=10615 vsize=110256 CPUtime=1542.04 cores=1,3,5,7
/proc/10617/stat : 10617 (pbscip.linux.x8) R 10615 10617 7869 0 -1 4202496 56268 0 0 0 154026 178 0 0 20 0 1 0 335413653 112902144 26970 33554432000 4194304 8395647 140736883552928 140736883548168 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/10617/statm: 27564 26970 641 1026 0 26534 0
Current children cumulated CPU time (s) 1542.04
Current children cumulated vsize (KiB) 110256

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 10748
/proc/meminfo: memFree=25939876/32873648 swapFree=6864/6864
[pid=10617] ppid=10615 vsize=114520 CPUtime=1602.02 cores=1,3,5,7
/proc/10617/stat : 10617 (pbscip.linux.x8) R 10615 10617 7869 0 -1 4202496 57360 0 0 0 160018 184 0 0 20 0 1 0 335413653 117268480 28062 33554432000 4194304 8395647 140736883552928 140736883547800 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/10617/statm: 28630 28062 641 1026 0 27600 0
Current children cumulated CPU time (s) 1602.02
Current children cumulated vsize (KiB) 114520

[startup+1662.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/177 10748
/proc/meminfo: memFree=25937520/32873648 swapFree=6864/6864
[pid=10617] ppid=10615 vsize=115828 CPUtime=1662.02 cores=1,3,5,7
/proc/10617/stat : 10617 (pbscip.linux.x8) R 10615 10617 7869 0 -1 4202496 57734 0 0 0 166013 189 0 0 20 0 1 0 335413653 118607872 28436 33554432000 4194304 8395647 140736883552928 140736883548152 5614786 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/10617/statm: 28957 28436 641 1026 0 27927 0
Current children cumulated CPU time (s) 1662.02
Current children cumulated vsize (KiB) 115828

[startup+1722.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 10748
/proc/meminfo: memFree=25925172/32873648 swapFree=6864/6864
[pid=10617] ppid=10615 vsize=125024 CPUtime=1722 cores=1,3,5,7
/proc/10617/stat : 10617 (pbscip.linux.x8) R 10615 10617 7869 0 -1 4202496 60029 0 0 0 172005 195 0 0 20 0 1 0 335413653 128024576 30730 33554432000 4194304 8395647 140736883552928 140736883548152 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/10617/statm: 31256 30730 641 1026 0 30226 0
Current children cumulated CPU time (s) 1722
Current children cumulated vsize (KiB) 125024

[startup+1782.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/177 10748
/proc/meminfo: memFree=25929016/32873648 swapFree=6864/6864
[pid=10617] ppid=10615 vsize=117520 CPUtime=1782 cores=1,3,5,7
/proc/10617/stat : 10617 (pbscip.linux.x8) R 10615 10617 7869 0 -1 4202496 61478 0 0 0 177996 204 0 0 20 0 1 0 335413653 120340480 28818 33554432000 4194304 8395647 140736883552928 140736883548152 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/10617/statm: 29380 28818 641 1026 0 28350 0
Current children cumulated CPU time (s) 1782
Current children cumulated vsize (KiB) 117520

Solver just ended. Dumping a history of the last processes samples

[startup+1785.5 s]
/proc/loadavg: 2.02 2.02 2.00 3/177 10748
/proc/meminfo: memFree=25929140/32873648 swapFree=6864/6864
[pid=10617] ppid=10615 vsize=117520 CPUtime=1785.2 cores=1,3,5,7
/proc/10617/stat : 10617 (pbscip.linux.x8) R 10615 10617 7869 0 -1 4202496 61478 0 0 0 178316 204 0 0 20 0 1 0 335413653 120340480 28818 33554432000 4194304 8395647 140736883552928 140736883548632 6622102 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/10617/statm: 29380 28818 641 1026 0 28350 0
Current children cumulated CPU time (s) 1785.2
Current children cumulated vsize (KiB) 117520

[startup+1788.7 s]
/proc/loadavg: 2.02 2.02 2.00 3/177 10748
/proc/meminfo: memFree=25929512/32873648 swapFree=6864/6864
[pid=10617] ppid=10615 vsize=117520 CPUtime=1788.39 cores=1,3,5,7
/proc/10617/stat : 10617 (pbscip.linux.x8) R 10615 10617 7869 0 -1 4202496 61478 0 0 0 178635 204 0 0 20 0 1 0 335413653 120340480 28818 33554432000 4194304 8395647 140736883552928 140736883547880 6743261 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/10617/statm: 29380 28818 641 1026 0 28350 0
Current children cumulated CPU time (s) 1788.39
Current children cumulated vsize (KiB) 117520

[startup+1789.5 s]
/proc/loadavg: 2.02 2.02 2.00 3/177 10748
/proc/meminfo: memFree=25929512/32873648 swapFree=6864/6864
[pid=10617] ppid=10615 vsize=117520 CPUtime=1789.2 cores=1,3,5,7
/proc/10617/stat : 10617 (pbscip.linux.x8) R 10615 10617 7869 0 -1 4202496 61478 0 0 0 178715 205 0 0 20 0 1 0 335413653 120340480 28818 33554432000 4194304 8395647 140736883552928 140736883548152 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/10617/statm: 29380 28818 641 1026 0 28350 0
Current children cumulated CPU time (s) 1789.2
Current children cumulated vsize (KiB) 117520

[startup+1789.9 s]
/proc/loadavg: 2.02 2.02 2.00 3/177 10748
/proc/meminfo: memFree=25929512/32873648 swapFree=6864/6864
[pid=10617] ppid=10615 vsize=117520 CPUtime=1789.6 cores=1,3,5,7
/proc/10617/stat : 10617 (pbscip.linux.x8) R 10615 10617 7869 0 -1 4202496 61478 0 0 0 178755 205 0 0 20 0 1 0 335413653 120340480 28818 33554432000 4194304 8395647 140736883552928 140736883548152 4701297 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/10617/statm: 29380 28818 641 1026 0 28350 0
Current children cumulated CPU time (s) 1789.6
Current children cumulated vsize (KiB) 117520

[startup+1790.1 s]
/proc/loadavg: 2.02 2.02 2.00 3/177 10748
/proc/meminfo: memFree=25929512/32873648 swapFree=6864/6864
[pid=10617] ppid=10615 vsize=112352 CPUtime=1789.8 cores=1,3,5,7
/proc/10617/stat : 10617 (pbscip.linux.x8) R 10615 10617 7869 0 -1 4202496 61479 0 0 0 178775 205 0 0 20 0 1 0 335413653 115048448 27669 33554432000 4194304 8395647 140736883552928 140736883548760 6076491 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/10617/statm: 28088 27669 642 1026 0 27058 0
Current children cumulated CPU time (s) 1789.8
Current children cumulated vsize (KiB) 112352

Child status: 0
Real time (s): 1790.12
CPU time (s): 1789.82
CPU user time (s): 1787.77
CPU system time (s): 2.05969
CPU usage (%): 99.9836
Max. virtual memory (cumulated for all children) (KiB): 167136

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1787.77
system time used= 2.05969
maximum resident set size= 165216
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 61482
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 36
involuntary context switches= 1840

runsolver used 2.66659 second user time and 7.18291 second system time

The end

Launcher Data

Begin job on node125 at 2012-06-03 05:08:02
IDJOB=3732886
IDBENCH=2224
IDSOLVER=2326
FILE ID=node125/3732886-1338692882
RUNJOBID= node125-1338678622-7889
PBS_JOBID= 14636688
Free space on /tmp= 70432 MiB

SOLVER NAME= PB10: SCIPspx SCIP 1.2.1.3 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/web/www.ps.uni-sb.de/~walser/benchmarks/radar/normalized-30:70:4.5:0.5:100.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3732886-1338692882/watcher-3732886-1338692882 -o /tmp/evaluation-result-3732886-1338692882/solver-3732886-1338692882 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3732886-1338692882.opb -t 1800 -m 15500

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 9d611ad786b3505d4cca46af1ba2bc6d
RANDOM SEED=1600469974

node125.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.373
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.373
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.373
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.373
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.373
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.373
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5438.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.373
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.373
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        26169276 kB
Buffers:          604288 kB
Cached:          5040284 kB
SwapCached:         2308 kB
Active:          2637168 kB
Inactive:        3162380 kB
Active(anon):     146028 kB
Inactive(anon):     9240 kB
Active(file):    2491140 kB
Inactive(file):  3153140 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67102524 kB
Dirty:             10496 kB
Writeback:             0 kB
AnonPages:        181904 kB
Mapped:            16936 kB
Shmem:                96 kB
Slab:             766748 kB
SReclaimable:     210632 kB
SUnreclaim:       556116 kB
KernelStack:        1472 kB
PageTables:         4416 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     269668 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    155648 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70420 MiB
End job on node125 at 2012-06-03 05:37:53