Trace number 4530493

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
SCIP-NaPS 1.00a2SAT (TO)0 3600.22 3610.7

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/multverif/
diagcomm_less/normalized-mult_diagcomm_opt_less_teq_nbits_36.opb
MD5SUMc6bac13c4e4f8552186782101ff3a61f
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark3586.2
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables7920
Total number of constraints11808
Number of constraints which are clauses7776
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints4032
Minimum length of a constraint2
Maximum length of a constraint5
Number of terms in the objective function 144
Biggest coefficient in the objective function 2361183241434822606848
Number of bits for the biggest coefficient in the objective function 72
Sum of the numbers in the objective function 9444732965739290427390
Number of bits of the sum of numbers in the objective function 73
Biggest number in a constraint 2361183241434822606848
Number of bits of the biggest number in a constraint 72
Biggest sum of numbers in a constraint 9444732965739290427390
Number of bits of the biggest sum of numbers73
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.59/0.73	c Command: HOME/scip-naps-1.00a2.py --pbsolver HOME/naps-1.03a6 --opt HOME/instance-4530493-1752261790.opb
0.59/0.73	c Solving mode: optimization
0.59/0.73	c SCIP version 9.2.1 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.3] [GitHash: NoGitInfo]
0.59/0.73	c Copyright (c) 2002-2025 Zuse Institute Berlin (ZIB)
0.59/0.73	c there might be <24> coefficients or weight out of range!
0.59/0.73	c original problem has 7920 variables (7920 bin, 0 int, 0 impl, 0 cont) and 11808 constraints
0.59/0.73	c feasible solution found by trivial heuristic after 0.1 seconds, objective value 0.000000e+00
0.59/0.73	c presolving:
0.59/0.73	c (round 1, fast)       1512 del vars, 1512 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 2664 clqs
0.59/0.73	c (round 2, exhaustive) 1512 del vars, 5400 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 2664 clqs
0.59/0.73	c (round 3, exhaustive) 1512 del vars, 5400 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 3890 upgd conss, 0 impls, 2664 clqs
0.59/0.73	c (round 4, exhaustive) 1512 del vars, 9288 del conss, 1296 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 3890 upgd conss, 0 impls, 2664 clqs
0.59/0.73	c    (0.2s) probing: 51/6408 (0.8%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.59/0.73	c    (0.2s) probing aborted: 50/50 successive totally useless probings
0.59/0.73	c    (0.2s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
0.59/0.73	c    (0.3s) no symmetry present (symcode time: 0.00)
0.59/0.73	c presolving (5 rounds: 5 fast, 4 medium, 4 exhaustive):
0.59/0.73	c  1512 deleted vars, 9288 deleted constraints, 1296 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.59/0.73	c  0 implications, 2664 cliques
0.59/0.73	c presolved problem has 6408 variables (6408 bin, 0 int, 0 impl, 0 cont) and 3816 constraints
0.59/0.73	c    1296 constraints of type <and>
0.59/0.73	c       2 constraints of type <xor>
0.59/0.73	c    2518 constraints of type <linear>
0.59/0.73	c transformed objective value is always integral (scale: 1)
0.59/0.73	c Presolving Time: 0.20
0.59/0.73	c WARNING: SCIP detected coefficients or weights that may be out of range.
0.59/0.73	c ----------------------------------------------------------------------
0.59/0.73	c executing external solver (fallback): HOME/naps-1.03a6
0.59/0.73	c ----------------------------------------------------------------------
0.59/0.73	c command: HOME/naps-1.03a6 HOME/instance-4530493-1752261790.opb
0.59/0.73	c NaPS 1.03a6.
0.59/0.73	c Input file name: HOME/instance-4530493-1752261790.opb
1.29/1.48	c single stage optimization mode
3600.09/3610.60	o 0
3600.09/3610.60	c
3600.09/3610.60	c *** TERMINATED *** by signal 15
3600.09/3610.60	c s SATISFIABLE
3600.09/3610.60	c _____________________________________________________________________________
3600.09/3610.60	c std/band forms        : 2,2520
3600.09/3610.60	c 2cl/3cl ITE-codings   : 211,12384
3600.09/3610.60	c BDD/srt/adr Max costs : 25480,0,0
3600.09/3610.60	c BDDraw/bin/mul/srt/adr: 2522,0,0,0,0
3600.09/3610.60	c BDD nodes             : 30520
3600.09/3610.60	c Es1/CC detections     : 0,0
3600.09/3610.60	c CC sort               : 0
3600.09/3610.60	c SAT/UNSAT calls       : 1,1
3600.09/3610.60	c regenrated variables  : 0
3600.09/3610.60	c eliminated fixed lits : 0
3600.09/3610.60	c goal lit flips        : 0
3600.09/3610.60	c goal stages           : 1
3600.09/3610.60	c goal shrink           : 0
3600.09/3610.60	c goal coeff separations: 18
3600.09/3610.60	c restarts              : 0
3600.09/3610.60	c conflicts             : 32             (0 /sec)
3600.09/3610.60	c decisions             : 37             (0 /sec)
3600.09/3610.60	c propagations          : 20837          (6 /sec)
3600.09/3610.60	c inspects              : 0              (0 /sec)
3600.09/3610.60	c CPU time (solving tm) : 3599 s        (3598 s, SAT 0.0144 s, UNSAT 0.004476 s)
3600.09/3610.60	c Time for Opt-base     : 0 s
3600.09/3610.60	c Steps for Opt-base    : 0
3600.09/3610.60	c Time for BDD coding   : 0.3413 s
3600.09/3610.60	c Time for srt coding   : 0 s
3600.09/3610.60	c _____________________________________________________________________________
3600.09/3610.60	c v -x7849 -x7777 -x7850 -x7778 -x7851 -x7779 -x7852 -x7780 -x7853 -x7781 -x7854 -x7782 -x7855 -x7783 -x7856 -x7784 -x7857 -x7785 -x7858 -x7786 -x7859 -x7787 -x7860 -x7788 -x7861 -x7789 -x7862 -x7790 -x7863 -x7791 -x7864 -x7792 -x7865 -x7793 -x7866 -x7794 -x7867 -x7795 -x7868 -x7796 -x7869 -x7797 -x7870 -x7798 -x7871 -x7799 -x7872 -x7800 -x7873 -x7801 -x7874 -x7802 -x7875 -x7803 -x7876 -x7804 -x7877 -x7805 -x7878 -x7806 -x7879 -x7807 -x7880 -x7808 -x7881 -x7809 -x7882 -x7810 -x7883 -x7811 -x7884 -x7812 -x7885 -x7813 -x7886 -x7814 -x7887 -x7815 -x7888 -x7816 -x7889 -x7817 -x7890 -x7818 -x7891 -x7819 -x7892 -x7820 -x7893 -x7821 -x7894 -x7822 -x7895 -x7823 -x7896 -x7824 -x7897 -x7825 -x7898 -x7826 -x7899 -x7827 -x7900 -x7828 -x7901 -x7829 -x7902 -x7830 -x7903 -x7831 -x7904 -x7832 -x7905 -x7833 -x7906 -x7834 -x7907 -x7835 -x7908 -x7836 -x7909 -x7837 -x7910 -x7838 -x7911 -x7839 -x7912 -x7840 -x7913 -x7841 -x7914 -x7842 -x7915 -x7843 -x7916 -x7844 -x7917 -x7845 -x7918 -x7846 -x7919 -x7847 -x7920 -x7848 -x73 -x1 -x37 -x5185 -x1369 -x6481 -x109 -x2 -x74 -x38 -x5221 -x2665 -x5186 -x1405 -x1370 -x6517 -x3925 -x6482 -x145 -x3 -x110 -x75 -x39 -x5257 -x2700 -x5222 -x2666 -x5187 -x1441 -x1406 -x1371 -x6553 -x3960 -x6518 -x3926 -x6483 -x181 -x4 -x146 -x111 -x76 -x40 -x5293 -x2735 -x5258 -x2701 -x5223 -x2667 -x5188 -x1477 -x1442 -x1407 -x1372 -x6589 -x3995 -x6554 -x3961 -x6519 -x3927 -x6484 -x217 -x5 -x182 -x147 -x112 -x77 -x41 -x5329 -x2770 -x5294 -x2736 -x5259 -x2702 -x5224 -x2668 -x5189 -x1513 -x1478 -x1443 -x1408 -x1373 -x6625 -x4030 -x6590 -x3996 -x6555 -x3962 -x6520 -x3928 -x6485 -x253 -x6 -x218 -x183 -x148 -x113 -x78 -x42 -x5365 -x2805 -x5330 -x2771 -x5295 -x2737 -x5260 -x2703 -x5225 -x2669 -x5190 -x1549 -x1514 -x1479 -x1444 -x1409 -x1374 -x6661 -x4065 -x6626 -x4031 -x6591 -x3997 -x6556 -x3963 -x6521 -x3929 -x6486 -x289 -x7 -x254 -x219 -x184 -x149 -x114 -x79 -x43 -x5401 -x2840 -x5366 -x2806 -x5331 -x2772 -x5296 -x2738 -x5261 -x2704 -x5226 -x2670 -x5191 -x1585 -x1550 -x1515 -x1480 -x1445 -x1410 -x1375 -x6697 -x4100 -x6662 -x4066 -x6627 -x4032 -x6592 -x3998 -x6557 -x3964 -x6522 -x3930 -x6487 -x325 -x8 -x290 -x255 -x220 -x185 -x150 -x115 -x80 -x44 -x5437 -x2875 -x5402 -x2841 -x5367 -x2807 -x5332 -x2773 -x5297 -x2739 -x5262 -x2705 -x5227 -x2671 -x5192 -x1621 -x1586 -x1551 -x1516 -x1481 -x1446 -x1411 -x1376 -x6733 -x4135 -x6698 -x4101 -x6663 -x4067 -x6628 -x4033 -x6593 -x3999 -x6558 -x3965 -x6523 -x3931 -x6488 -x361 -x9 -x326 -x291 -x256 -x221 -x186 -x151 -x116 -x81 -x45 -x5473 -x2910 -x5438 -x2876 -x5403 -x2842 -x5368 -x2808 -x5333 -x2774 -x5298 -x2740 -x5263 -x2706 -x5228 -x2672 -x5193 -x1657 -x1622 -x1587 -x1552 -x1517 -x1482 -x1447 -x1412 -x1377 -x6769 -x4170 -x6734 -x4136 -x6699 -x4102 -x6664 -x4068 -x6629 -x4034 -x6594 -x4000 -x6559 -x3966 -x6524 -x3932 -x6489 -x397 -x10 -x362 -x327 -x292 -x257 -x222 -x187 -x152 -x117 -x82 -x46 -x5509 -x2945 -x5474 -x2911 -x5439 -x2877 -x5404 -x2843 -x5369 -x2809 -x5334 -x2775 -x5299 -x2741 -x5264 -x2707 -x5229 -x2673 -x5194 -x1693 -x1658 -x1623 -x1588 -x1553 -x1518 -x1483 -x1448 -x1413 -x1378 -x6805 -x4205 -x6770 -x4171 -x6735 -x4137 -x6700 -x4103 -x6665 -x4069 -x6630 -x4035 -x6595 -x4001 -x6560 -x3967 -x6525 -x3933 -x6490 -x433 -x11 -x398 -x363 -x328 -x293 -x258 -x223 -x188 -x153 -x118 -x83 -x47 -x5545 -x2980 -x5510 -x2946 -x5475 -x2912 -x5440 -x2878 -x5405 -x2844 -x5370 -x2810 -x5335 -x2776 -x5300 -x2742 -x5265 -x2708 -x5230 -x2674 -x5195 -x1729 -x1694 -x1659 -x1624 -x1589 -x1554 -x1519 -x1484 -x1449 -x1414 -x1379 -x6841 -x4240 -x6806 -x4206 -x6771 -x4172 -x6736 -x4138 -x6701 -x4104 -x6666 -x4070 -x6631 -x4036 -x6596 -x4002 -x6561 -x3968 -x6526 -x3934 -x6491 -x469 -x12 -x434 -x399 -x364 -x329 -x294 -x259 -x224 -x189 -x154 -x119 -x84 -x48 -x5581 -x3015 -x5546 -x2981 -x5511 -x2947 -x5476 -x2913 -x5441 -x2879 -x5406 -x2845 -x5371 -x2811 -x5336 -x2777 -x5301 -x2743 -x5266 -x2709 -x5231 -x2675 -x5196 -x1765 -x1730 -x1695 -x1660 -x1625 -x1590 -x1555 -x1520 -x1485 -x1450 -x1415 -x1380 -x6877 -x4275 -x6842 -x4241 -x6807 -x4207 -x6772 -x4173 -x6737 -x4139 -x6702 -x4105 -x6667 -x4071 -x6632 -x4037 -x6597 -x4003 -x6562 -x3969 -x6527 -x3935 -x6492 -x505 -x13 -x470 -x435 -x400 -x365 -x330 -x295 -x260 -x225 -x190 -x155 -x120 -x85 -x49 -x5617 -x3050 -x5582 -x3016 -x5547 -x2982 -x5512 -x2948 -x5477 -x2914 -x5442 -x2880 -x5407 -x2846 -x5372 -x2812 -x5337 -x2778 -x5302 -x2744 -x5267 -x2710 -x5232 -x2676 -x5197 -x1801 -x1766 -x1731 -x1696 -x1661 -x1626 -x1591 -x1556 -x1521 -x1486 -x1451 -x1416 -x1381 -x6913 -x4310 -x6878 -x4276 -x6843 -x4242 -x6808 -x4208 -x6773 -x4174 -x6738 -x4140 -x6703 -x4106 -x6668 -x4072 -x6633 -x4038 -x6598 -x4004 -x6563 -x3970 -x6528 -x3936 -x6493 -x541 -x14 -x506 -x471 -x436 -x401 -x366 -x331 -x296 -x261 -x226 -x191 -x156 -x121 -x86 -x50 -x5653 -x3085 -x5618 -x3051 -x5583 -x3017 -x5548 -x2983 -x5513 -x2949 -x5478 -x2915 -x5443 -x2881 -x5408 -x2847 -x5373 -x2813 -x5338 -x2779 -x5303 -x2745 -x5268 -x2711 -x5233 -x2677 -x5198 -x1837 -x1802 -x1767 -x1732 -x1697 -x1662 -x1627 -x1592 -x1557 -x1522 -x1487 -x1452 -x1417 -x1382 -x6949 -x4345 -x6914 -x4311 -x6879 -x4277 -x6844 -x4243 -x6809 -x4209 -x6774 -x4175 -x6739 -x4141 -x6704 -x4107 -x6669 -x4073 -x6634 -x4039 -x6599 -x4005 -x6564 -x3971 -x6529 -x3937 -x6494 -x577 -x15 -x542 -x507 -x472 -x437 -x402 -x367 -x332 -x297 -x262 -x227 -x192 -x157 -x122 -x87 -x51 -x5689 -x3120 -x5654 -x3086 -x5619 -x3052 -x5584 -x3018 -x5549 -x2984 -x5514 -x2950 -x5479 -x2916 -x5444 -x2882 -x5409 -x2848 -x5374 -x2814 -x5339 -x2780 -x5304 -x2746 -x5269 -x2712 -x5234 -x2678 -x5199 -x1873 -x1838 -x1803 -x1768 -x1733 -x1698 -x1663 -x1628 -x1593 -x1558 -x1523 -x1488 -x1453 -x1418 -x1383 -x6985 -x4380 -x6950 -x4346 -x6915 -x4312 -x6880 -x4278 -x6845 -x4244 -x6810 -x4210 -x6775 -x4176 -x6740 -x4142 -x6705 -x4108 -x6670 -x4074 -x6635 -x4040 -x6600 -x4006 -x6565 -x3972 -x6530 -x3938 -x6495 -x613 -x16 -x578 -x543 -x508 -x473 -x438 -x403 -x368 -x333 -x298 -x263 -x228 -x193 -x158 -x123 -x88 -x52 -x5725 -x3155 -x5690 -x3121 -x5655 -x3087 -x5620 -x3053 -x5585 -x3019 -x5550 -x2985 -x5515 -x2951 -x5480 -x2917 -x5445 -x2883 -x5410 -x2849 -x5375 -x2815 -x5340 -x2781 -x5305 -x2747 -x5270 -x2713 -x5235 -x2679 -x5200 -x1909 -x1874 -x1839 -x1804 -x1769 -x1734 -x1699 -x1664 -x1629 -x1594 -x1559 -x1524 -x1489 -x1454 -x1419 -x1384 -x7021 -x4415 -x6986 -x4381 -x6951 -x4347 -x6916 -x4313 -x6881 -x4279 -x6846 -x4245 -x6811 -x4211 -x6776 -x4177 -x6741 -x4143 -x6706 -x4109 -x6671 -x4075 -x6636 -x4041 -x6601 -x4007 -x6566 -x3973 -x6531 -x3939 -x6496 -x649 -x17 -x614 -x579 -x544 -x509 -x474 -x439 -x404 -x369 -x334 -x299 -x264 -x229 -x194 -x159 -x124 -x89 -x53 -x5761 -x3190 -x5726 -x3156 -x5691 -x3122 -x5656 -x3088 -x5621 -x3054 -x5586 -x3020 -x5551 -x2986 -x5516 -x2952 -x5481 -x2918 -x5446 -x2884 -x5411 -x2850 -x5376 -x2816 -x5341 -x2782 -x5306 -x2748 -x5271 -x2714 -x5236 -x2680 -x5201 -x1945 -x1910 -x1875 -x1840 -x1805 -x1770 -x1735 -x1700 -x1665 -x1630 -x1595 -x1560 -x1525 -x1490 -x1455 -x1420 -x1385 -x7057 -x4450 -x7022 -x4416 -x6987 -x4382 -x6952 -x4348 -x6917 -x4314 -x6882 -x4280 -x6847 -x4246 -x6812 -x4212 -x6777 -x4178 -x6742 -x4144 -x6707 -x4110 -x6672 -x4076 -x6637 -x4042 -x6602 -x4008 -x6567 -x3974 -x6532 -x3940 -x6497 -x685 -x18 -x650 -x615 -x580 -x545 -x510 -x475 -x440 -x405 -x370 -x335 -x300 -x265 -x230 -x195 -x160 -x125 -x90 -x54 -x5797 -x3225 -x5762 -x3191 -x5727 -x3157 -x5692 -x3123 -x5657 -x3089 -x5622 -x3055 -x5587 -x3021 -x5552 -x2987 -x5517 -x2953 -x5482 -x2919 -x5447 -x2885 -x5412 -x2851 -x5377 -x2817 -x5342 -x2783 -x5307 -x2749 -x5272 -x2715 -x5237 -x2681 -x5202 -x1981 -x1946 -x1911 -x1876 -x1841 -x1806 -x1771 -x1736 -x1701 -x1666 -x1631 -x1596 -x1561 -x1526 -x1491 -x1456 -x1421 -x1386 -x7093 -x4485 -x7058 -x4451 -x7023 -x4417 -x6988 -x4383 -x6953 -x4349 -x6918 -x4315 -x6883 -x4281 -x6848 -x4247 -x6813 -x4213 -x6778 -x4179 -x6743 -x4145 -x6708 -x4111 -x6673 -x4077 -x6638 -x4043 -x6603 -x4009 -x6568 -x3975 -x6533 -x3941 -x6498 -x721 -x19 -x686 -x651 -x616 -x581 -x546 -x511 -x476 -x441 -x406 -x371 -x336 -x301 -x266 -x231 -x196 -x161 -x126 -x91 -x55 -x5833 -x3260 -x5798 -x3226 -x5763 -x3192 -x5728 -x3158 -x5693 -x3124 -x5658 -x3090 -x5623 -x3056 -x5588 -x3022 -x5553 -x2988 -x5518 -x2954 -x5483 -x2920 -x5448 -x2886 -x5413 -x2852 -x5378 -x2818 -x5343 -x2784 -x5308 -x2750 -x5273 -x2716 -x5238 -x2682 -x5203 -x2017 -x1982 -x1947 -x1912 -x1877 -x1842 -x1807 -x1772 -x1737 -x1702 -x1667 -x1632 -x1597 -x1562 -x1527 -x1492 -x1457 -x1422 -x1387 -x7129 -x4520 -x7094 -x4486 -x7059 -x4452 -x7024 -x4418 -x6989 -x4384 -x6954 -x4350 -x6919 -x4316 -x6884 -x4282 -x6849 -x4248 -x6814 -x4214 -x6779 -x4180 -x6744 -x4146 -x6709 -x4112 -x6674 -x4078 -x6639 -x4044 -x6604 -x4010 -x6569 -x3976 -x6534 -x3942 -x6499 -x757 -x20 -x722 -x687 -x652 -x617 -x582 -x547 -x512 -x477 -x442 -x407 -x372 -x337 -x302 -x267 -x232 -x197 -x162 -x127 -x92 -x56 -x5869 -x3295 -x5834 -x3261 -x5799 -x3227 -x5764 -x3193 -x5729 -x3159 -x5694 -x3125 -x5659 -x3091 -x5624 -x3057 -x5589 -x3023 -x5554 -x2989 -x5519 -x2955 -x5484 -x2921 -x5449 -x2887 -x5414 -x2853 -x5379 -x2819 -x5344 -x2785 -x5309 -x2751 -x5274 -x2717 -x5239 -x2683 -x5204 -x2053 -x2018 -x1983 -x1948 -x1913 -x1878 -x1843 -x1808 -x1773 -x1738 -x1703 -x1668 -x1633 -x1598 -x1563 -x1528 -x1493 -x1458 -x1423 -x1388 -x7165 -x4555 -x7130 -x4521 -x7095 -x4487 -x7060 -x4453 -x7025 -x4419 -x6990 -x4385 -x6955 -x4351 -x6920 -x4317 -x6885 -x4283 -x6850 -x4249 -x6815 -x4215 -x6780 -x4181 -x6745 -x4147 -x6710 -x4113 -x6675 -x4079 -x6640 -x4045 -x6605 -x4011 -x6570 -x3977 -x6535 -x3943 -x6500 -x793 -x21 -x758 -x723 -x688 -x653 -x618 -x583 -x548 -x513 -x478 -x443 -x408 -x373 -x338 -x303 -x268 -x233 -x198 -x163 -x128 -x93 -x57 -x5905 -x3330 -x5870 -x3296 -x5835 -x3262 -x5800 -x3228 -x5765 -x3194 -x5730 -x3160 -x5695 -x3126 -x5660 -x3092 -x5625 -x3058 -x5590 -x3024 -x5555 -x2990 -x5520 -x2956 -x5485 -x2922 -x5450 -x2888 -x5415 -x2854 -x5380 -x2820 -x5345 -x2786 -x5310 -x2752 -x5275 -x2718 -x5240 -x2684 -x5205 -x2089 -x2054 -x2019 -x1984 -x1949 -x1914 -x1879 -x1844 -x1809 -x1774 -x1739 -x1704 -x1669 -x1634 -x1599 -x1564 -x1529 -x1494 -x1459 -x1424 -x1389 -x7201 -x4590 -x7166 -x4556 -x7131 -x4522 -x7096 -x4488 -x7061 -x4454 -x7026 -x4420 -x6991 -x4386 -x6956 -x4352 -x6921 -x4318 -x6886 -x4284 -x6851 -x4250 -x6816 -x4216 -x6781 -x4182 -x6746 -x4148 -x6711 -x4114 -x6676 -x4080 -x6641 -x4046 -x6606 -x4012 -x6571 -x3978 -x6536 -x3944 -x6501 -x829 -x22 -x794 -x759 -x724 -x689 -x654 -x619 -x584 -x549 -x514 -x479 -x444 -x409 -x374 -x339 -x304 -x269 -x234 -x199 -x164 -x129 -x94 -x58 -x5941 -x3365 -x5906 -x3331 -x5871 -x3297 -x5836 -x3263 -x5801 -x3229 -x5766 -x3195 -x5731 -x3161 -x5696 -x3127 -x5661 -x3093 -x5626 -x3059 -x5591 -x3025 -x5556 -x2991 -x5521 -x2957 -x5486 -x2923 -x5451 -x2889 -x5416 -x2855 -x5381 -x2821 -x5346 -x2787 -x5311 -x2753 -x5276 -x2719 -x5241 -x2685 -x5206 -x2125 -x2090 -x2055 -x2020 -x1985 -x1950 -x1915 -x1880 -x1845 -x1810 -x1775 -x1740 -x1705 -x1670 -x1635 -x1600 -x1565 -x1530 -x1495 -x1460 -x1425 -x1390 -x7237 -x4625 -x7202 -x4591 -x7167 -x4557 -x7132 -x4523 -x7097 -x4489 -x7062 -x4455 -x7027 -x4421 -x6992 -x4387 -x6957 -x4353 -x6922 -x4319 -x6887 -x4285 -x6852 -x4251 -x6817 -x4217 -x6782 -x4183 -x6747 -x4149 -x6712 -x4115 -x6677 -x4081 -x6642 -x4047 -x6607 -x4013 -x6572 -x3979 -x6537 -x3945 -x6502 -x865 -x23 -x830 -x795 -x760 -x725 -x690 -x655 -x620 -x585 -x550 -x515 -x480 -x445 -x410 -x375 -x340 -x305 -x270 -x235 -x200 -x165 -x130 -x95 -x59 -x5977 -x3400 -x5942 -x3366 -x5907 -x3332 -x5872 -x3298 -x5837 -x3264 -x5802 -x3230 -x5767 -x3196 -x5732 -x3162 -x5697 -x3128 -x5662 -x3094 -x5627 -x3060 -x5592 -x3026 -x5557 -x2992 -x5522 -x2958 -x5487 -x2924 -x5452 -x2890 -x5417 -x2856 -x5382 -x2822 -x5347 -x2788 -x5312 -x2754 -x5277 -x2720 -x5242 -x2686 -x5207 -x2161 -x2126 -x2091 -x2056 -x2021 -x1986 -x1951 -x1916 -x1881 -x1846 -x1811 -x1776 -x1741 -x1706 -x1671 -x1636 -x1601 -x1566 -x1531 -x1496 -x1461 -x1426 -x1391 -x7273 -x4660 -x7238 -x4626 -x7203 -x4592 -x7168 -x4558 -x7133 -x4524 -x7098 -x4490 -x7063 -x4456 -x7028 -x4422 -x6993 -x4388 -x6958 -x4354 -x6923 -x4320 -x6888 -x4286 -x6853 -x4252 -x6818 -x4218 -x6783 -x4184 -x6748 -x4150 -x6713 -x4116 -x6678 -x4082 -x6643 -x4048 -x6608 -x4014 -x6573 -x3980 -x6538 -x3946 -x6503 -x901 -x24 -x866 -x831 -x796 -x761 -x726 -x691 -x656 -x621 -x586 -x551 -x516 -x481 -x446 -x411 -x376 -x341 -x306 -x271 -x236 -x201 -x166 -x131 -x96 -x60 -x6013 -x3435 -x5978 -x3401 -x5943 -x3367 -x5908 -x3333 -x5873 -x3299 -x5838 -x3265 -x5803 -x3231 -x5768 -x3197 -x5733 -x3163 -x5698 -x3129 -x5663 -x3095 -x5628 -x3061 -x5593 -x3027 -x5558 -x2993 -x5523 -x2959 -x5488 -x2925 -x5453 -x2891 -x5418 -x2857 -x5383 -x2823 -x5348 -x2789 -x5313 -x2755 -x5278 -x2721 -x5243 -x2687 -x5208 -x2197 -x2162 -x2127 -x2092 -x2057 -x2022 -x1987 -x1952 -x1917 -x1882 -x1847 -x1812 -x1777 -x1742 -x1707 -x1672 -x1637 -x1602 -x1567 -x1532 -x1497 -x1462 -x1427 -x1392 -x7309 -x4695 -x7274 -x4661 -x7239 -x4627 -x7204 -x4593 -x7169 -x4559 -x7134 -x4525 -x7099 -x4491 -x7064 -x4457 -x7029 -x4423 -x6994 -x4389 -x6959 -x4355 -x6924 -x4321 -x6889 -x4287 -x6854 -x4253 -x6819 -x4219 -x6784 -x4185 -x6749 -x4151 -x6714 -x4117 -x6679 -x4083 -x6644 -x4049 -x6609 -x4015 -x6574 -x3981 -x6539 -x3947 -x6504 -x937 -x25 -x902 -x867 -x832 -x797 -x762 -x727 -x692 -x657 -x622 -x587 -x552 -x517 -x482 -x447 -x412 -x377 -x342 -x307 -x272 -x237 -x202 -x167 -x132 -x97 -x61 -x6049 -x3470 -x6014 -x3436 -x5979 -x3402 -x5944 -x3368 -x5909 -x3334 -x5874 -x3300 -x5839 -x3266 -x5804 -x3232 -x5769 -x3198 -x5734 -x3164 -x5699 -x3130 -x5664 -x3096 -x5629 -x3062 -x5594 -x3028
3600.09/3610.60	c v -x5559 -x2994 -x5524 -x2960 -x5489 -x2926 -x5454 -x2892 -x5419 -x2858 -x5384 -x2824 -x5349 -x2790 -x5314 -x2756 -x5279 -x2722 -x5244 -x2688 -x5209 -x2233 -x2198 -x2163 -x2128 -x2093 -x2058 -x2023 -x1988 -x1953 -x1918 -x1883 -x1848 -x1813 -x1778 -x1743 -x1708 -x1673 -x1638 -x1603 -x1568 -x1533 -x1498 -x1463 -x1428 -x1393 -x7345 -x4730 -x7310 -x4696 -x7275 -x4662 -x7240 -x4628 -x7205 -x4594 -x7170 -x4560 -x7135 -x4526 -x7100 -x4492 -x7065 -x4458 -x7030 -x4424 -x6995 -x4390 -x6960 -x4356 -x6925 -x4322 -x6890 -x4288 -x6855 -x4254 -x6820 -x4220 -x6785 -x4186 -x6750 -x4152 -x6715 -x4118 -x6680 -x4084 -x6645 -x4050 -x6610 -x4016 -x6575 -x3982 -x6540 -x3948 -x6505 -x973 -x26 -x938 -x903 -x868 -x833 -x798 -x763 -x728 -x693 -x658 -x623 -x588 -x553 -x518 -x483 -x448 -x413 -x378 -x343 -x308 -x273 -x238 -x203 -x168 -x133 -x98 -x62 -x6085 -x3505 -x6050 -x3471 -x6015 -x3437 -x5980 -x3403 -x5945 -x3369 -x5910 -x3335 -x5875 -x3301 -x5840 -x3267 -x5805 -x3233 -x5770 -x3199 -x5735 -x3165 -x5700 -x3131 -x5665 -x3097 -x5630 -x3063 -x5595 -x3029 -x5560 -x2995 -x5525 -x2961 -x5490 -x2927 -x5455 -x2893 -x5420 -x2859 -x5385 -x2825 -x5350 -x2791 -x5315 -x2757 -x5280 -x2723 -x5245 -x2689 -x5210 -x2269 -x2234 -x2199 -x2164 -x2129 -x2094 -x2059 -x2024 -x1989 -x1954 -x1919 -x1884 -x1849 -x1814 -x1779 -x1744 -x1709 -x1674 -x1639 -x1604 -x1569 -x1534 -x1499 -x1464 -x1429 -x1394 -x7381 -x4765 -x7346 -x4731 -x7311 -x4697 -x7276 -x4663 -x7241 -x4629 -x7206 -x4595 -x7171 -x4561 -x7136 -x4527 -x7101 -x4493 -x7066 -x4459 -x7031 -x4425 -x6996 -x4391 -x6961 -x4357 -x6926 -x4323 -x6891 -x4289 -x6856 -x4255 -x6821 -x4221 -x6786 -x4187 -x6751 -x4153 -x6716 -x4119 -x6681 -x4085 -x6646 -x4051 -x6611 -x4017 -x6576 -x3983 -x6541 -x3949 -x6506 -x1009 -x27 -x974 -x939 -x904 -x869 -x834 -x799 -x764 -x729 -x694 -x659 -x624 -x589 -x554 -x519 -x484 -x449 -x414 -x379 -x344 -x309 -x274 -x239 -x204 -x169 -x134 -x99 -x63 -x6121 -x3540 -x6086 -x3506 -x6051 -x3472 -x6016 -x3438 -x5981 -x3404 -x5946 -x3370 -x5911 -x3336 -x5876 -x3302 -x5841 -x3268 -x5806 -x3234 -x5771 -x3200 -x5736 -x3166 -x5701 -x3132 -x5666 -x3098 -x5631 -x3064 -x5596 -x3030 -x5561 -x2996 -x5526 -x2962 -x5491 -x2928 -x5456 -x2894 -x5421 -x2860 -x5386 -x2826 -x5351 -x2792 -x5316 -x2758 -x5281 -x2724 -x5246 -x2690 -x5211 -x2305 -x2270 -x2235 -x2200 -x2165 -x2130 -x2095 -x2060 -x2025 -x1990 -x1955 -x1920 -x1885 -x1850 -x1815 -x1780 -x1745 -x1710 -x1675 -x1640 -x1605 -x1570 -x1535 -x1500 -x1465 -x1430 -x1395 -x7417 -x4800 -x7382 -x4766 -x7347 -x4732 -x7312 -x4698 -x7277 -x4664 -x7242 -x4630 -x7207 -x4596 -x7172 -x4562 -x7137 -x4528 -x7102 -x4494 -x7067 -x4460 -x7032 -x4426 -x6997 -x4392 -x6962 -x4358 -x6927 -x4324 -x6892 -x4290 -x6857 -x4256 -x6822 -x4222 -x6787 -x4188 -x6752 -x4154 -x6717 -x4120 -x6682 -x4086 -x6647 -x4052 -x6612 -x4018 -x6577 -x3984 -x6542 -x3950 -x6507 -x1045 -x28 -x1010 -x975 -x940 -x905 -x870 -x835 -x800 -x765 -x730 -x695 -x660 -x625 -x590 -x555 -x520 -x485 -x450 -x415 -x380 -x345 -x310 -x275 -x240 -x205 -x170 -x135 -x100 -x64 -x6157 -x3575 -x6122 -x3541 -x6087 -x3507 -x6052 -x3473 -x6017 -x3439 -x5982 -x3405 -x5947 -x3371 -x5912 -x3337 -x5877 -x3303 -x5842 -x3269 -x5807 -x3235 -x5772 -x3201 -x5737 -x3167 -x5702 -x3133 -x5667 -x3099 -x5632 -x3065 -x5597 -x3031 -x5562 -x2997 -x5527 -x2963 -x5492 -x2929 -x5457 -x2895 -x5422 -x2861 -x5387 -x2827 -x5352 -x2793 -x5317 -x2759 -x5282 -x2725 -x5247 -x2691 -x5212 -x2341 -x2306 -x2271 -x2236 -x2201 -x2166 -x2131 -x2096 -x2061 -x2026 -x1991 -x1956 -x1921 -x1886 -x1851 -x1816 -x1781 -x1746 -x1711 -x1676 -x1641 -x1606 -x1571 -x1536 -x1501 -x1466 -x1431 -x1396 -x7453 -x4835 -x7418 -x4801 -x7383 -x4767 -x7348 -x4733 -x7313 -x4699 -x7278 -x4665 -x7243 -x4631 -x7208 -x4597 -x7173 -x4563 -x7138 -x4529 -x7103 -x4495 -x7068 -x4461 -x7033 -x4427 -x6998 -x4393 -x6963 -x4359 -x6928 -x4325 -x6893 -x4291 -x6858 -x4257 -x6823 -x4223 -x6788 -x4189 -x6753 -x4155 -x6718 -x4121 -x6683 -x4087 -x6648 -x4053 -x6613 -x4019 -x6578 -x3985 -x6543 -x3951 -x6508 -x1081 -x29 -x1046 -x1011 -x976 -x941 -x906 -x871 -x836 -x801 -x766 -x731 -x696 -x661 -x626 -x591 -x556 -x521 -x486 -x451 -x416 -x381 -x346 -x311 -x276 -x241 -x206 -x171 -x136 -x101 -x65 -x6193 -x3610 -x6158 -x3576 -x6123 -x3542 -x6088 -x3508 -x6053 -x3474 -x6018 -x3440 -x5983 -x3406 -x5948 -x3372 -x5913 -x3338 -x5878 -x3304 -x5843 -x3270 -x5808 -x3236 -x5773 -x3202 -x5738 -x3168 -x5703 -x3134 -x5668 -x3100 -x5633 -x3066 -x5598 -x3032 -x5563 -x2998 -x5528 -x2964 -x5493 -x2930 -x5458 -x2896 -x5423 -x2862 -x5388 -x2828 -x5353 -x2794 -x5318 -x2760 -x5283 -x2726 -x5248 -x2692 -x5213 -x2377 -x2342 -x2307 -x2272 -x2237 -x2202 -x2167 -x2132 -x2097 -x2062 -x2027 -x1992 -x1957 -x1922 -x1887 -x1852 -x1817 -x1782 -x1747 -x1712 -x1677 -x1642 -x1607 -x1572 -x1537 -x1502 -x1467 -x1432 -x1397 -x7489 -x4870 -x7454 -x4836 -x7419 -x4802 -x7384 -x4768 -x7349 -x4734 -x7314 -x4700 -x7279 -x4666 -x7244 -x4632 -x7209 -x4598 -x7174 -x4564 -x7139 -x4530 -x7104 -x4496 -x7069 -x4462 -x7034 -x4428 -x6999 -x4394 -x6964 -x4360 -x6929 -x4326 -x6894 -x4292 -x6859 -x4258 -x6824 -x4224 -x6789 -x4190 -x6754 -x4156 -x6719 -x4122 -x6684 -x4088 -x6649 -x4054 -x6614 -x4020 -x6579 -x3986 -x6544 -x3952 -x6509 -x1117 -x30 -x1082 -x1047 -x1012 -x977 -x942 -x907 -x872 -x837 -x802 -x767 -x732 -x697 -x662 -x627 -x592 -x557 -x522 -x487 -x452 -x417 -x382 -x347 -x312 -x277 -x242 -x207 -x172 -x137 -x102 -x66 -x6229 -x3645 -x6194 -x3611 -x6159 -x3577 -x6124 -x3543 -x6089 -x3509 -x6054 -x3475 -x6019 -x3441 -x5984 -x3407 -x5949 -x3373 -x5914 -x3339 -x5879 -x3305 -x5844 -x3271 -x5809 -x3237 -x5774 -x3203 -x5739 -x3169 -x5704 -x3135 -x5669 -x3101 -x5634 -x3067 -x5599 -x3033 -x5564 -x2999 -x5529 -x2965 -x5494 -x2931 -x5459 -x2897 -x5424 -x2863 -x5389 -x2829 -x5354 -x2795 -x5319 -x2761 -x5284 -x2727 -x5249 -x2693 -x5214 -x2413 -x2378 -x2343 -x2308 -x2273 -x2238 -x2203 -x2168 -x2133 -x2098 -x2063 -x2028 -x1993 -x1958 -x1923 -x1888 -x1853 -x1818 -x1783 -x1748 -x1713 -x1678 -x1643 -x1608 -x1573 -x1538 -x1503 -x1468 -x1433 -x1398 -x7525 -x4905 -x7490 -x4871 -x7455 -x4837 -x7420 -x4803 -x7385 -x4769 -x7350 -x4735 -x7315 -x4701 -x7280 -x4667 -x7245 -x4633 -x7210 -x4599 -x7175 -x4565 -x7140 -x4531 -x7105 -x4497 -x7070 -x4463 -x7035 -x4429 -x7000 -x4395 -x6965 -x4361 -x6930 -x4327 -x6895 -x4293 -x6860 -x4259 -x6825 -x4225 -x6790 -x4191 -x6755 -x4157 -x6720 -x4123 -x6685 -x4089 -x6650 -x4055 -x6615 -x4021 -x6580 -x3987 -x6545 -x3953 -x6510 -x1153 -x31 -x1118 -x1083 -x1048 -x1013 -x978 -x943 -x908 -x873 -x838 -x803 -x768 -x733 -x698 -x663 -x628 -x593 -x558 -x523 -x488 -x453 -x418 -x383 -x348 -x313 -x278 -x243 -x208 -x173 -x138 -x103 -x67 -x6265 -x3680 -x6230 -x3646 -x6195 -x3612 -x6160 -x3578 -x6125 -x3544 -x6090 -x3510 -x6055 -x3476 -x6020 -x3442 -x5985 -x3408 -x5950 -x3374 -x5915 -x3340 -x5880 -x3306 -x5845 -x3272 -x5810 -x3238 -x5775 -x3204 -x5740 -x3170 -x5705 -x3136 -x5670 -x3102 -x5635 -x3068 -x5600 -x3034 -x5565 -x3000 -x5530 -x2966 -x5495 -x2932 -x5460 -x2898 -x5425 -x2864 -x5390 -x2830 -x5355 -x2796 -x5320 -x2762 -x5285 -x2728 -x5250 -x2694 -x5215 -x2449 -x2414 -x2379 -x2344 -x2309 -x2274 -x2239 -x2204 -x2169 -x2134 -x2099 -x2064 -x2029 -x1994 -x1959 -x1924 -x1889 -x1854 -x1819 -x1784 -x1749 -x1714 -x1679 -x1644 -x1609 -x1574 -x1539 -x1504 -x1469 -x1434 -x1399 -x7561 -x4940 -x7526 -x4906 -x7491 -x4872 -x7456 -x4838 -x7421 -x4804 -x7386 -x4770 -x7351 -x4736 -x7316 -x4702 -x7281 -x4668 -x7246 -x4634 -x7211 -x4600 -x7176 -x4566 -x7141 -x4532 -x7106 -x4498 -x7071 -x4464 -x7036 -x4430 -x7001 -x4396 -x6966 -x4362 -x6931 -x4328 -x6896 -x4294 -x6861 -x4260 -x6826 -x4226 -x6791 -x4192 -x6756 -x4158 -x6721 -x4124 -x6686 -x4090 -x6651 -x4056 -x6616 -x4022 -x6581 -x3988 -x6546 -x3954 -x6511 -x1189 -x32 -x1154 -x1119 -x1084 -x1049 -x1014 -x979 -x944 -x909 -x874 -x839 -x804 -x769 -x734 -x699 -x664 -x629 -x594 -x559 -x524 -x489 -x454 -x419 -x384 -x349 -x314 -x279 -x244 -x209 -x174 -x139 -x104 -x68 -x6301 -x3715 -x6266 -x3681 -x6231 -x3647 -x6196 -x3613 -x6161 -x3579 -x6126 -x3545 -x6091 -x3511 -x6056 -x3477 -x6021 -x3443 -x5986 -x3409 -x5951 -x3375 -x5916 -x3341 -x5881 -x3307 -x5846 -x3273 -x5811 -x3239 -x5776 -x3205 -x5741 -x3171 -x5706 -x3137 -x5671 -x3103 -x5636 -x3069 -x5601 -x3035 -x5566 -x3001 -x5531 -x2967 -x5496 -x2933 -x5461 -x2899 -x5426 -x2865 -x5391 -x2831 -x5356 -x2797 -x5321 -x2763 -x5286 -x2729 -x5251 -x2695 -x5216 -x2485 -x2450 -x2415 -x2380 -x2345 -x2310 -x2275 -x2240 -x2205 -x2170 -x2135 -x2100 -x2065 -x2030 -x1995 -x1960 -x1925 -x1890 -x1855 -x1820 -x1785 -x1750 -x1715 -x1680 -x1645 -x1610 -x1575 -x1540 -x1505 -x1470 -x1435 -x1400 -x7597 -x4975 -x7562 -x4941 -x7527 -x4907 -x7492 -x4873 -x7457 -x4839 -x7422 -x4805 -x7387 -x4771 -x7352 -x4737 -x7317 -x4703 -x7282 -x4669 -x7247 -x4635 -x7212 -x4601 -x7177 -x4567 -x7142 -x4533 -x7107 -x4499 -x7072 -x4465 -x7037 -x4431 -x7002 -x4397 -x6967 -x4363 -x6932 -x4329 -x6897 -x4295 -x6862 -x4261 -x6827 -x4227 -x6792 -x4193 -x6757 -x4159 -x6722 -x4125 -x6687 -x4091 -x6652 -x4057 -x6617 -x4023 -x6582 -x3989 -x6547 -x3955 -x6512 -x1225 -x33 -x1190 -x1155 -x1120 -x1085 -x1050 -x1015 -x980 -x945 -x910 -x875 -x840 -x805 -x770 -x735 -x700 -x665 -x630 -x595 -x560 -x525 -x490 -x455 -x420 -x385 -x350 -x315 -x280 -x245 -x210 -x175 -x140 -x105 -x69 -x6337 -x3750 -x6302 -x3716 -x6267 -x3682 -x6232 -x3648 -x6197 -x3614 -x6162 -x3580 -x6127 -x3546 -x6092 -x3512 -x6057 -x3478 -x6022 -x3444 -x5987 -x3410 -x5952 -x3376 -x5917 -x3342 -x5882 -x3308 -x5847 -x3274 -x5812 -x3240 -x5777 -x3206 -x5742 -x3172 -x5707 -x3138 -x5672 -x3104 -x5637 -x3070 -x5602 -x3036 -x5567 -x3002 -x5532 -x2968 -x5497 -x2934 -x5462 -x2900 -x5427 -x2866 -x5392 -x2832 -x5357 -x2798 -x5322 -x2764 -x5287 -x2730 -x5252 -x2696 -x5217 -x2521 -x2486 -x2451 -x2416 -x2381 -x2346 -x2311 -x2276 -x2241 -x2206 -x2171 -x2136 -x2101 -x2066 -x2031 -x1996 -x1961 -x1926 -x1891 -x1856 -x1821 -x1786 -x1751 -x1716 -x1681 -x1646 -x1611 -x1576 -x1541 -x1506 -x1471 -x1436 -x1401 -x7633 -x5010 -x7598 -x4976 -x7563 -x4942 -x7528 -x4908 -x7493 -x4874 -x7458 -x4840 -x7423 -x4806 -x7388 -x4772 -x7353 -x4738 -x7318 -x4704 -x7283 -x4670 -x7248 -x4636 -x7213 -x4602 -x7178 -x4568 -x7143 -x4534 -x7108 -x4500 -x7073 -x4466 -x7038 -x4432 -x7003 -x4398 -x6968 -x4364 -x6933 -x4330 -x6898 -x4296 -x6863 -x4262 -x6828 -x4228 -x6793 -x4194 -x6758 -x4160 -x6723 -x4126 -x6688 -x4092 -x6653 -x4058 -x6618 -x4024 -x6583 -x3990 -x6548 -x3956 -x6513 -x1261 -x34 -x1226 -x1191 -x1156 -x1121 -x1086 -x1051 -x1016 -x981 -x946 -x911 -x876 -x841 -x806 -x771 -x736 -x701 -x666 -x631 -x596 -x561 -x526 -x491 -x456 -x421 -x386 -x351 -x316 -x281 -x246 -x211 -x176 -x141 -x106 -x70 -x6373 -x3785 -x6338 -x3751 -x6303 -x3717 -x6268 -x3683 -x6233 -x3649 -x6198 -x3615 -x6163 -x3581 -x6128 -x3547 -x6093 -x3513 -x6058 -x3479 -x6023 -x3445 -x5988 -x3411 -x5953 -x3377 -x5918 -x3343 -x5883 -x3309 -x5848 -x3275 -x5813 -x3241 -x5778 -x3207 -x5743 -x3173 -x5708 -x3139 -x5673 -x3105 -x5638 -x3071 -x5603 -x3037 -x5568 -x3003 -x5533 -x2969 -x5498 -x2935 -x5463 -x2901 -x5428 -x2867 -x5393 -x2833 -x5358 -x2799 -x5323 -x2765 -x5288 -x2731 -x5253 -x2697 -x5218 -x2557 -x2522 -x2487 -x2452 -x2417 -x2382 -x2347 -x2312 -x2277 -x2242 -x2207 -x2172 -x2137 -x2102 -x2067 -x2032 -x1997 -x1962 -x1927 -x1892 -x1857 -x1822 -x1787 -x1752 -x1717 -x1682 -x1647 -x1612 -x1577 -x1542 -x1507 -x1472 -x1437 -x1402 -x7669 -x5045 -x7634 -x5011 -x7599 -x4977 -x7564 -x4943 -x7529 -x4909 -x7494 -x4875 -x7459 -x4841 -x7424 -x4807 -x7389 -x4773 -x7354 -x4739 -x7319 -x4705 -x7284 -x4671 -x7249 -x4637 -x7214 -x4603 -x7179 -x4569 -x7144 -x4535 -x7109 -x4501 -x7074 -x4467 -x7039 -x4433 -x7004 -x4399 -x6969 -x4365 -x6934 -x4331 -x6899 -x4297 -x6864 -x4263 -x6829 -x4229 -x6794 -x4195 -x6759 -x4161 -x6724 -x4127 -x6689 -x4093 -x6654 -x4059 -x6619 -x4025 -x6584 -x3991 -x6549 -x3957 -x6514 -x1297 -x35 -x1262 -x1227 -x1192 -x1157 -x1122 -x1087 -x1052 -x1017 -x982 -x947 -x912 -x877 -x842 -x807 -x772 -x737 -x702 -x667 -x632 -x597 -x562 -x527 -x492 -x457 -x422 -x387 -x352 -x317 -x282 -x247 -x212 -x177 -x142 -x107 -x71 -x6409 -x3820 -x6374 -x3786 -x6339 -x3752 -x6304 -x3718 -x6269 -x3684 -x6234 -x3650 -x6199 -x3616 -x6164 -x3582 -x6129 -x3548 -x6094 -x3514 -x6059 -x3480 -x6024 -x3446 -x5989 -x3412 -x5954 -x3378 -x5919 -x3344 -x5884 -x3310 -x5849 -x3276 -x5814 -x3242 -x5779 -x3208 -x5744 -x3174 -x5709 -x3140 -x5674 -x3106 -x5639 -x3072 -x5604 -x3038 -x5569 -x3004 -x5534 -x2970 -x5499 -x2936 -x5464 -x2902 -x5429 -x2868 -x5394 -x2834 -x5359 -x2800 -x5324 -x2766 -x5289 -x2732 -x5254 -x2698 -x5219 -x2593 -x2558 -x2523 -x2488 -x2453 -x2418 -x2383 -x2348 -x2313 -x2278 -x2243 -x2208 -x2173 -x2138 -x2103 -x2068 -x2033 -x1998 -x1963 -x1928 -x1893 -x1858 -x1823 -x1788 -x1753 -x1718 -x1683 -x1648 -x1613 -x1578 -x1543 -x1508 -x1473 -x1438 -x1403 -x7705 -x5080 -x7670 -x5046 -x7635 -x5012 -x7600 -x4978 -x7565 -x4944 -x7530 -x4910 -x7495 -x4876 -x7460 -x4842 -x7425 -x4808 -x7390 -x4774 -x7355 -x4740 -x7320 -x4706 -x7285 -x4672 -x7250 -x4638 -x7215 -x4604 -x7180 -x4570 -x7145 -x4536 -x7110 -x4502 -x7075 -x4468 -x7040 -x4434 -x7005 -x4400 -x6970 -x4366 -x6935 -x4332 -x6900 -x4298 -x6865 -x4264 -x6830 -x4230 -x6795 -x4196 -x6760 -x4162 -x6725 -x4128 -x6690 -x4094 -x6655 -x4060 -x6620 -x4026 -x6585 -x3992 -x6550 -x3958 -x6515 -x1333 -x36 -x1298 -x1263 -x1228 -x1193 -x1158 -x1123 -x1088 -x1053 -x1018 -x983 -x948 -x913 -x878 -x843 -x808 -x773 -x738 -x703 -x668 -x633 -x598 -x563 -x528 -x493 -x458 -x423 -x388 -x353 -x318 -x283 -x248 -x213 -x178 -x143 -x108 -x72 -x6445 -x3855 -x6410 -x3821 -x6375 -x3787 -x6340 -x3753 -x6305 -x3719 -x6270 -x3685 -x6235 -x3651 -x6200 -x3617 -x6165 -x3583 -x6130 -x3549 -x6095 -x3515 -x6060 -x3481 -x6025 -x3447 -x5990 -x3413 -x5955 -x3379 -x5920 -x3345 -x5885 -x3311 -x5850 -x3277 -x5815
3600.09/3610.60	c v -x3243 -x5780 -x3209 -x5745 -x3175 -x5710 -x3141 -x5675 -x3107 -x5640 -x3073 -x5605 -x3039 -x5570 -x3005 -x5535 -x2971 -x5500 -x2937 -x5465 -x2903 -x5430 -x2869 -x5395 -x2835 -x5360 -x2801 -x5325 -x2767 -x5290 -x2733 -x5255 -x2699 -x5220 -x2629 -x2594 -x2559 -x2524 -x2489 -x2454 -x2419 -x2384 -x2349 -x2314 -x2279 -x2244 -x2209 -x2174 -x2139 -x2104 -x2069 -x2034 -x1999 -x1964 -x1929 -x1894 -x1859 -x1824 -x1789 -x1754 -x1719 -x1684 -x1649 -x1614 -x1579 -x1544 -x1509 -x1474 -x1439 -x1404 -x7741 -x5115 -x7706 -x5081 -x7671 -x5047 -x7636 -x5013 -x7601 -x4979 -x7566 -x4945 -x7531 -x4911 -x7496 -x4877 -x7461 -x4843 -x7426 -x4809 -x7391 -x4775 -x7356 -x4741 -x7321 -x4707 -x7286 -x4673 -x7251 -x4639 -x7216 -x4605 -x7181 -x4571 -x7146 -x4537 -x7111 -x4503 -x7076 -x4469 -x7041 -x4435 -x7006 -x4401 -x6971 -x4367 -x6936 -x4333 -x6901 -x4299 -x6866 -x4265 -x6831 -x4231 -x6796 -x4197 -x6761 -x4163 -x6726 -x4129 -x6691 -x4095 -x6656 -x4061 -x6621 -x4027 -x6586 -x3993 -x6551 -x3959 -x6516 -x1334 -x1299 -x1264 -x1229 -x1194 -x1159 -x1124 -x1089 -x1054 -x1019 -x984 -x949 -x914 -x879 -x844 -x809 -x774 -x739 -x704 -x669 -x634 -x599 -x564 -x529 -x494 -x459 -x424 -x389 -x354 -x319 -x284 -x249 -x214 -x179 -x144 -x3890 -x6446 -x3856 -x6411 -x3822 -x6376 -x3788 -x6341 -x3754 -x6306 -x3720 -x6271 -x3686 -x6236 -x3652 -x6201 -x3618 -x6166 -x3584 -x6131 -x3550 -x6096 -x3516 -x6061 -x3482 -x6026 -x3448 -x5991 -x3414 -x5956 -x3380 -x5921 -x3346 -x5886 -x3312 -x5851 -x3278 -x5816 -x3244 -x5781 -x3210 -x5746 -x3176 -x5711 -x3142 -x5676 -x3108 -x5641 -x3074 -x5606 -x3040 -x5571 -x3006 -x5536 -x2972 -x5501 -x2938 -x5466 -x2904 -x5431 -x2870 -x5396 -x2836 -x5361 -x2802 -x5326 -x2768 -x5291 -x2734 -x5256 -x2630 -x2595 -x2560 -x2525 -x2490 -x2455 -x2420 -x2385 -x2350 -x2315 -x2280 -x2245 -x2210 -x2175 -x2140 -x2105 -x2070 -x2035 -x2000 -x1965 -x1930 -x1895 -x1860 -x1825 -x1790 -x1755 -x1720 -x1685 -x1650 -x1615 -x1580 -x1545 -x1510 -x1475 -x1440 -x5150 -x7742 -x5116 -x7707 -x5082 -x7672 -x5048 -x7637 -x5014 -x7602 -x4980 -x7567 -x4946 -x7532 -x4912 -x7497 -x4878 -x7462 -x4844 -x7427 -x4810 -x7392 -x4776 -x7357 -x4742 -x7322 -x4708 -x7287 -x4674 -x7252 -x4640 -x7217 -x4606 -x7182 -x4572 -x7147 -x4538 -x7112 -x4504 -x7077 -x4470 -x7042 -x4436 -x7007 -x4402 -x6972 -x4368 -x6937 -x4334 -x6902 -x4300 -x6867 -x4266 -x6832 -x4232 -x6797 -x4198 -x6762 -x4164 -x6727 -x4130 -x6692 -x4096 -x6657 -x4062 -x6622 -x4028 -x6587 -x3994 -x6552 -x1335 -x1300 -x1265 -x1230 -x1195 -x1160 -x1125 -x1090 -x1055 -x1020 -x985 -x950 -x915 -x880 -x845 -x810 -x775 -x740 -x705 -x670 -x635 -x600 -x565 -x530 -x495 -x460 -x425 -x390 -x355 -x320 -x285 -x250 -x215 -x180 -x3891 -x6447 -x3857 -x6412 -x3823 -x6377 -x3789 -x6342 -x3755 -x6307 -x3721 -x6272 -x3687 -x6237 -x3653 -x6202 -x3619 -x6167 -x3585 -x6132 -x3551 -x6097 -x3517 -x6062 -x3483 -x6027 -x3449 -x5992 -x3415 -x5957 -x3381 -x5922 -x3347 -x5887 -x3313 -x5852 -x3279 -x5817 -x3245 -x5782 -x3211 -x5747 -x3177 -x5712 -x3143 -x5677 -x3109 -x5642 -x3075 -x5607 -x3041 -x5572 -x3007 -x5537 -x2973 -x5502 -x2939 -x5467 -x2905 -x5432 -x2871 -x5397 -x2837 -x5362 -x2803 -x5327 -x2769 -x5292 -x2631 -x2596 -x2561 -x2526 -x2491 -x2456 -x2421 -x2386 -x2351 -x2316 -x2281 -x2246 -x2211 -x2176 -x2141 -x2106 -x2071 -x2036 -x2001 -x1966 -x1931 -x1896 -x1861 -x1826 -x1791 -x1756 -x1721 -x1686 -x1651 -x1616 -x1581 -x1546 -x1511 -x1476 -x5151 -x7743 -x5117 -x7708 -x5083 -x7673 -x5049 -x7638 -x5015 -x7603 -x4981 -x7568 -x4947 -x7533 -x4913 -x7498 -x4879 -x7463 -x4845 -x7428 -x4811 -x7393 -x4777 -x7358 -x4743 -x7323 -x4709 -x7288 -x4675 -x7253 -x4641 -x7218 -x4607 -x7183 -x4573 -x7148 -x4539 -x7113 -x4505 -x7078 -x4471 -x7043 -x4437 -x7008 -x4403 -x6973 -x4369 -x6938 -x4335 -x6903 -x4301 -x6868 -x4267 -x6833 -x4233 -x6798 -x4199 -x6763 -x4165 -x6728 -x4131 -x6693 -x4097 -x6658 -x4063 -x6623 -x4029 -x6588 -x1336 -x1301 -x1266 -x1231 -x1196 -x1161 -x1126 -x1091 -x1056 -x1021 -x986 -x951 -x916 -x881 -x846 -x811 -x776 -x741 -x706 -x671 -x636 -x601 -x566 -x531 -x496 -x461 -x426 -x391 -x356 -x321 -x286 -x251 -x216 -x3892 -x6448 -x3858 -x6413 -x3824 -x6378 -x3790 -x6343 -x3756 -x6308 -x3722 -x6273 -x3688 -x6238 -x3654 -x6203 -x3620 -x6168 -x3586 -x6133 -x3552 -x6098 -x3518 -x6063 -x3484 -x6028 -x3450 -x5993 -x3416 -x5958 -x3382 -x5923 -x3348 -x5888 -x3314 -x5853 -x3280 -x5818 -x3246 -x5783 -x3212 -x5748 -x3178 -x5713 -x3144 -x5678 -x3110 -x5643 -x3076 -x5608 -x3042 -x5573 -x3008 -x5538 -x2974 -x5503 -x2940 -x5468 -x2906 -x5433 -x2872 -x5398 -x2838 -x5363 -x2804 -x5328 -x2632 -x2597 -x2562 -x2527 -x2492 -x2457 -x2422 -x2387 -x2352 -x2317 -x2282 -x2247 -x2212 -x2177 -x2142 -x2107 -x2072 -x2037 -x2002 -x1967 -x1932 -x1897 -x1862 -x1827 -x1792 -x1757 -x1722 -x1687 -x1652 -x1617 -x1582 -x1547 -x1512 -x5152 -x7744 -x5118 -x7709 -x5084 -x7674 -x5050 -x7639 -x5016 -x7604 -x4982 -x7569 -x4948 -x7534 -x4914 -x7499 -x4880 -x7464 -x4846 -x7429 -x4812 -x7394 -x4778 -x7359 -x4744 -x7324 -x4710 -x7289 -x4676 -x7254 -x4642 -x7219 -x4608 -x7184 -x4574 -x7149 -x4540 -x7114 -x4506 -x7079 -x4472 -x7044 -x4438 -x7009 -x4404 -x6974 -x4370 -x6939 -x4336 -x6904 -x4302 -x6869 -x4268 -x6834 -x4234 -x6799 -x4200 -x6764 -x4166 -x6729 -x4132 -x6694 -x4098 -x6659 -x4064 -x6624 -x1337 -x1302 -x1267 -x1232 -x1197 -x1162 -x1127 -x1092 -x1057 -x1022 -x987 -x952 -x917 -x882 -x847 -x812 -x777 -x742 -x707 -x672 -x637 -x602 -x567 -x532 -x497 -x462 -x427 -x392 -x357 -x322 -x287 -x252 -x3893 -x6449 -x3859 -x6414 -x3825 -x6379 -x3791 -x6344 -x3757 -x6309 -x3723 -x6274 -x3689 -x6239 -x3655 -x6204 -x3621 -x6169 -x3587 -x6134 -x3553 -x6099 -x3519 -x6064 -x3485 -x6029 -x3451 -x5994 -x3417 -x5959 -x3383 -x5924 -x3349 -x5889 -x3315 -x5854 -x3281 -x5819 -x3247 -x5784 -x3213 -x5749 -x3179 -x5714 -x3145 -x5679 -x3111 -x5644 -x3077 -x5609 -x3043 -x5574 -x3009 -x5539 -x2975 -x5504 -x2941 -x5469 -x2907 -x5434 -x2873 -x5399 -x2839 -x5364 -x2633 -x2598 -x2563 -x2528 -x2493 -x2458 -x2423 -x2388 -x2353 -x2318 -x2283 -x2248 -x2213 -x2178 -x2143 -x2108 -x2073 -x2038 -x2003 -x1968 -x1933 -x1898 -x1863 -x1828 -x1793 -x1758 -x1723 -x1688 -x1653 -x1618 -x1583 -x1548 -x5153 -x7745 -x5119 -x7710 -x5085 -x7675 -x5051 -x7640 -x5017 -x7605 -x4983 -x7570 -x4949 -x7535 -x4915 -x7500 -x4881 -x7465 -x4847 -x7430 -x4813 -x7395 -x4779 -x7360 -x4745 -x7325 -x4711 -x7290 -x4677 -x7255 -x4643 -x7220 -x4609 -x7185 -x4575 -x7150 -x4541 -x7115 -x4507 -x7080 -x4473 -x7045 -x4439 -x7010 -x4405 -x6975 -x4371 -x6940 -x4337 -x6905 -x4303 -x6870 -x4269 -x6835 -x4235 -x6800 -x4201 -x6765 -x4167 -x6730 -x4133 -x6695 -x4099 -x6660 -x1338 -x1303 -x1268 -x1233 -x1198 -x1163 -x1128 -x1093 -x1058 -x1023 -x988 -x953 -x918 -x883 -x848 -x813 -x778 -x743 -x708 -x673 -x638 -x603 -x568 -x533 -x498 -x463 -x428 -x393 -x358 -x323 -x288 -x3894 -x6450 -x3860 -x6415 -x3826 -x6380 -x3792 -x6345 -x3758 -x6310 -x3724 -x6275 -x3690 -x6240 -x3656 -x6205 -x3622 -x6170 -x3588 -x6135 -x3554 -x6100 -x3520 -x6065 -x3486 -x6030 -x3452 -x5995 -x3418 -x5960 -x3384 -x5925 -x3350 -x5890 -x3316 -x5855 -x3282 -x5820 -x3248 -x5785 -x3214 -x5750 -x3180 -x5715 -x3146 -x5680 -x3112 -x5645 -x3078 -x5610 -x3044 -x5575 -x3010 -x5540 -x2976 -x5505 -x2942 -x5470 -x2908 -x5435 -x2874 -x5400 -x2634 -x2599 -x2564 -x2529 -x2494 -x2459 -x2424 -x2389 -x2354 -x2319 -x2284 -x2249 -x2214 -x2179 -x2144 -x2109 -x2074 -x2039 -x2004 -x1969 -x1934 -x1899 -x1864 -x1829 -x1794 -x1759 -x1724 -x1689 -x1654 -x1619 -x1584 -x5154 -x7746 -x5120 -x7711 -x5086 -x7676 -x5052 -x7641 -x5018 -x7606 -x4984 -x7571 -x4950 -x7536 -x4916 -x7501 -x4882 -x7466 -x4848 -x7431 -x4814 -x7396 -x4780 -x7361 -x4746 -x7326 -x4712 -x7291 -x4678 -x7256 -x4644 -x7221 -x4610 -x7186 -x4576 -x7151 -x4542 -x7116 -x4508 -x7081 -x4474 -x7046 -x4440 -x7011 -x4406 -x6976 -x4372 -x6941 -x4338 -x6906 -x4304 -x6871 -x4270 -x6836 -x4236 -x6801 -x4202 -x6766 -x4168 -x6731 -x4134 -x6696 -x1339 -x1304 -x1269 -x1234 -x1199 -x1164 -x1129 -x1094 -x1059 -x1024 -x989 -x954 -x919 -x884 -x849 -x814 -x779 -x744 -x709 -x674 -x639 -x604 -x569 -x534 -x499 -x464 -x429 -x394 -x359 -x324 -x3895 -x6451 -x3861 -x6416 -x3827 -x6381 -x3793 -x6346 -x3759 -x6311 -x3725 -x6276 -x3691 -x6241 -x3657 -x6206 -x3623 -x6171 -x3589 -x6136 -x3555 -x6101 -x3521 -x6066 -x3487 -x6031 -x3453 -x5996 -x3419 -x5961 -x3385 -x5926 -x3351 -x5891 -x3317 -x5856 -x3283 -x5821 -x3249 -x5786 -x3215 -x5751 -x3181 -x5716 -x3147 -x5681 -x3113 -x5646 -x3079 -x5611 -x3045 -x5576 -x3011 -x5541 -x2977 -x5506 -x2943 -x5471 -x2909 -x5436 -x2635 -x2600 -x2565 -x2530 -x2495 -x2460 -x2425 -x2390 -x2355 -x2320 -x2285 -x2250 -x2215 -x2180 -x2145 -x2110 -x2075 -x2040 -x2005 -x1970 -x1935 -x1900 -x1865 -x1830 -x1795 -x1760 -x1725 -x1690 -x1655 -x1620 -x5155 -x7747 -x5121 -x7712 -x5087 -x7677 -x5053 -x7642 -x5019 -x7607 -x4985 -x7572 -x4951 -x7537 -x4917 -x7502 -x4883 -x7467 -x4849 -x7432 -x4815 -x7397 -x4781 -x7362 -x4747 -x7327 -x4713 -x7292 -x4679 -x7257 -x4645 -x7222 -x4611 -x7187 -x4577 -x7152 -x4543 -x7117 -x4509 -x7082 -x4475 -x7047 -x4441 -x7012 -x4407 -x6977 -x4373 -x6942 -x4339 -x6907 -x4305 -x6872 -x4271 -x6837 -x4237 -x6802 -x4203 -x6767 -x4169 -x6732 -x1340 -x1305 -x1270 -x1235 -x1200 -x1165 -x1130 -x1095 -x1060 -x1025 -x990 -x955 -x920 -x885 -x850 -x815 -x780 -x745 -x710 -x675 -x640 -x605 -x570 -x535 -x500 -x465 -x430 -x395 -x360 -x3896 -x6452 -x3862 -x6417 -x3828 -x6382 -x3794 -x6347 -x3760 -x6312 -x3726 -x6277 -x3692 -x6242 -x3658 -x6207 -x3624 -x6172 -x3590 -x6137 -x3556 -x6102 -x3522 -x6067 -x3488 -x6032 -x3454 -x5997 -x3420 -x5962 -x3386 -x5927 -x3352 -x5892 -x3318 -x5857 -x3284 -x5822 -x3250 -x5787 -x3216 -x5752 -x3182 -x5717 -x3148 -x5682 -x3114 -x5647 -x3080 -x5612 -x3046 -x5577 -x3012 -x5542 -x2978 -x5507 -x2944 -x5472 -x2636 -x2601 -x2566 -x2531 -x2496 -x2461 -x2426 -x2391 -x2356 -x2321 -x2286 -x2251 -x2216 -x2181 -x2146 -x2111 -x2076 -x2041 -x2006 -x1971 -x1936 -x1901 -x1866 -x1831 -x1796 -x1761 -x1726 -x1691 -x1656 -x5156 -x7748 -x5122 -x7713 -x5088 -x7678 -x5054 -x7643 -x5020 -x7608 -x4986 -x7573 -x4952 -x7538 -x4918 -x7503 -x4884 -x7468 -x4850 -x7433 -x4816 -x7398 -x4782 -x7363 -x4748 -x7328 -x4714 -x7293 -x4680 -x7258 -x4646 -x7223 -x4612 -x7188 -x4578 -x7153 -x4544 -x7118 -x4510 -x7083 -x4476 -x7048 -x4442 -x7013 -x4408 -x6978 -x4374 -x6943 -x4340 -x6908 -x4306 -x6873 -x4272 -x6838 -x4238 -x6803 -x4204 -x6768 -x1341 -x1306 -x1271 -x1236 -x1201 -x1166 -x1131 -x1096 -x1061 -x1026 -x991 -x956 -x921 -x886 -x851 -x816 -x781 -x746 -x711 -x676 -x641 -x606 -x571 -x536 -x501 -x466 -x431 -x396 -x3897 -x6453 -x3863 -x6418 -x3829 -x6383 -x3795 -x6348 -x3761 -x6313 -x3727 -x6278 -x3693 -x6243 -x3659 -x6208 -x3625 -x6173 -x3591 -x6138 -x3557 -x6103 -x3523 -x6068 -x3489 -x6033 -x3455 -x5998 -x3421 -x5963 -x3387 -x5928 -x3353 -x5893 -x3319 -x5858 -x3285 -x5823 -x3251 -x5788 -x3217 -x5753 -x3183 -x5718 -x3149 -x5683 -x3115 -x5648 -x3081 -x5613 -x3047 -x5578 -x3013 -x5543 -x2979 -x5508 -x2637 -x2602 -x2567 -x2532 -x2497 -x2462 -x2427 -x2392 -x2357 -x2322 -x2287 -x2252 -x2217 -x2182 -x2147 -x2112 -x2077 -x2042 -x2007 -x1972 -x1937 -x1902 -x1867 -x1832 -x1797 -x1762 -x1727 -x1692 -x5157 -x7749 -x5123 -x7714 -x5089 -x7679 -x5055 -x7644 -x5021 -x7609 -x4987 -x7574 -x4953 -x7539 -x4919 -x7504 -x4885 -x7469 -x4851 -x7434 -x4817 -x7399 -x4783 -x7364 -x4749 -x7329 -x4715 -x7294 -x4681 -x7259 -x4647 -x7224 -x4613 -x7189 -x4579 -x7154 -x4545 -x7119 -x4511 -x7084 -x4477 -x7049 -x4443 -x7014 -x4409 -x6979 -x4375 -x6944 -x4341 -x6909 -x4307 -x6874 -x4273 -x6839 -x4239 -x6804 -x1342 -x1307 -x1272 -x1237 -x1202 -x1167 -x1132 -x1097 -x1062 -x1027 -x992 -x957 -x922 -x887 -x852 -x817 -x782 -x747 -x712 -x677 -x642 -x607 -x572 -x537 -x502 -x467 -x432 -x3898 -x6454 -x3864 -x6419 -x3830 -x6384 -x3796 -x6349 -x3762 -x6314 -x3728 -x6279 -x3694 -x6244 -x3660 -x6209 -x3626 -x6174 -x3592 -x6139 -x3558 -x6104 -x3524 -x6069 -x3490 -x6034 -x3456 -x5999 -x3422 -x5964 -x3388 -x5929 -x3354 -x5894 -x3320 -x5859 -x3286 -x5824 -x3252 -x5789 -x3218 -x5754 -x3184 -x5719 -x3150 -x5684 -x3116 -x5649 -x3082 -x5614 -x3048 -x5579 -x3014 -x5544 -x2638 -x2603 -x2568 -x2533 -x2498 -x2463 -x2428 -x2393 -x2358 -x2323 -x2288 -x2253 -x2218 -x2183 -x2148 -x2113 -x2078 -x2043 -x2008 -x1973 -x1938 -x1903 -x1868 -x1833 -x1798 -x1763 -x1728 -x5158 -x7750 -x5124 -x7715 -x5090 -x7680 -x5056 -x7645 -x5022 -x7610 -x4988 -x7575 -x4954 -x7540 -x4920 -x7505 -x4886 -x7470 -x4852 -x7435 -x4818 -x7400 -x4784 -x7365 -x4750 -x7330 -x4716 -x7295 -x4682 -x7260 -x4648 -x7225 -x4614 -x7190 -x4580 -x7155 -x4546 -x7120 -x4512 -x7085 -x4478 -x7050 -x4444 -x7015 -x4410 -x6980 -x4376 -x6945 -x4342 -x6910 -x4308 -x6875 -x4274 -x6840 -x1343 -x1308 -x1273 -x1238 -x1203 -x1168 -x1133 -x1098 -x1063 -x1028 -x993 -x958 -x923 -x888 -x853 -x818 -x783 -x748 -x713 -x678 -x643 -x608 -x573 -x538 -x503 -x468 -x3899 -x6455 -x3865 -x6420 -x3831 -x6385 -x3797 -x6350 -x3763 -x6315 -x3729 -x6280 -x3695 -x6245 -x3661 -x6210 -x3627 -x6175 -x3593 -x6140 -x3559 -x6105 -x3525 -x6070 -x3491 -x6035 -x3457 -x6000 -x3423 -x5965 -x3389 -x5930 -x3355 -x5895 -x3321 -x5860 -x3287 -x5825 -x3253 -x5790 -x3219 -x5755 -x3185 -x5720 -x3151 -x5685 -x3117 -x5650 -x3083 -x5615 -x3049 -x5580 -x2639 -x2604 -x2569 -x2534 -x2499 -x2464 -x2429 -x2394 -x2359 -x2324 -x2289 -x2254 -x2219 -x2184 -x2149 -x2114 -x2079 -x2044 -x2009 -x1974 -x1939 -x1904 -x1869 -x1834 -x1799 -x1764 -x5159 -x7751 -x5125 -x7716 -x5091 -x7681 -x5057 -x7646 -x5023 -x7611 -x4989 -x7576 -x4955 -x7541 -x4921 -x7506 -x4887 -x7471 -x4853 -x7436 -x4819 -x7401 -x4785 -x7366 -x4751 -x7331 -x4717 -x7296 -x4683 -x7261 -x4649 -x7226 -x4615 -x7191 -x4581 -x7156 -x4547 -x7121 -x4513 -x7086 -x4479 -x7051 -x4445 -x7016 -x4411 -x6981 -x4377 -x6946 -x4343 -x6911 -x4309 -x6876 -x1344 -x1309 -x1274 -x1239 -x1204 -x1169 -x1134 -x1099 -x1064 -x1029 -x994 -x959 -x924 -x889 -x854 -x819 -x784 -x749 -x714 -x679 -x644 -x609 -x574 -x539 -x504 -x3900 -x6456 -x3866 -x6421
3600.09/3610.60	c v -x3832 -x6386 -x3798 -x6351 -x3764 -x6316 -x3730 -x6281 -x3696 -x6246 -x3662 -x6211 -x3628 -x6176 -x3594 -x6141 -x3560 -x6106 -x3526 -x6071 -x3492 -x6036 -x3458 -x6001 -x3424 -x5966 -x3390 -x5931 -x3356 -x5896 -x3322 -x5861 -x3288 -x5826 -x3254 -x5791 -x3220 -x5756 -x3186 -x5721 -x3152 -x5686 -x3118 -x5651 -x3084 -x5616 -x2640 -x2605 -x2570 -x2535 -x2500 -x2465 -x2430 -x2395 -x2360 -x2325 -x2290 -x2255 -x2220 -x2185 -x2150 -x2115 -x2080 -x2045 -x2010 -x1975 -x1940 -x1905 -x1870 -x1835 -x1800 -x5160 -x7752 -x5126 -x7717 -x5092 -x7682 -x5058 -x7647 -x5024 -x7612 -x4990 -x7577 -x4956 -x7542 -x4922 -x7507 -x4888 -x7472 -x4854 -x7437 -x4820 -x7402 -x4786 -x7367 -x4752 -x7332 -x4718 -x7297 -x4684 -x7262 -x4650 -x7227 -x4616 -x7192 -x4582 -x7157 -x4548 -x7122 -x4514 -x7087 -x4480 -x7052 -x4446 -x7017 -x4412 -x6982 -x4378 -x6947 -x4344 -x6912 -x1345 -x1310 -x1275 -x1240 -x1205 -x1170 -x1135 -x1100 -x1065 -x1030 -x995 -x960 -x925 -x890 -x855 -x820 -x785 -x750 -x715 -x680 -x645 -x610 -x575 -x540 -x3901 -x6457 -x3867 -x6422 -x3833 -x6387 -x3799 -x6352 -x3765 -x6317 -x3731 -x6282 -x3697 -x6247 -x3663 -x6212 -x3629 -x6177 -x3595 -x6142 -x3561 -x6107 -x3527 -x6072 -x3493 -x6037 -x3459 -x6002 -x3425 -x5967 -x3391 -x5932 -x3357 -x5897 -x3323 -x5862 -x3289 -x5827 -x3255 -x5792 -x3221 -x5757 -x3187 -x5722 -x3153 -x5687 -x3119 -x5652 -x2641 -x2606 -x2571 -x2536 -x2501 -x2466 -x2431 -x2396 -x2361 -x2326 -x2291 -x2256 -x2221 -x2186 -x2151 -x2116 -x2081 -x2046 -x2011 -x1976 -x1941 -x1906 -x1871 -x1836 -x5161 -x7753 -x5127 -x7718 -x5093 -x7683 -x5059 -x7648 -x5025 -x7613 -x4991 -x7578 -x4957 -x7543 -x4923 -x7508 -x4889 -x7473 -x4855 -x7438 -x4821 -x7403 -x4787 -x7368 -x4753 -x7333 -x4719 -x7298 -x4685 -x7263 -x4651 -x7228 -x4617 -x7193 -x4583 -x7158 -x4549 -x7123 -x4515 -x7088 -x4481 -x7053 -x4447 -x7018 -x4413 -x6983 -x4379 -x6948 -x1346 -x1311 -x1276 -x1241 -x1206 -x1171 -x1136 -x1101 -x1066 -x1031 -x996 -x961 -x926 -x891 -x856 -x821 -x786 -x751 -x716 -x681 -x646 -x611 -x576 -x3902 -x6458 -x3868 -x6423 -x3834 -x6388 -x3800 -x6353 -x3766 -x6318 -x3732 -x6283 -x3698 -x6248 -x3664 -x6213 -x3630 -x6178 -x3596 -x6143 -x3562 -x6108 -x3528 -x6073 -x3494 -x6038 -x3460 -x6003 -x3426 -x5968 -x3392 -x5933 -x3358 -x5898 -x3324 -x5863 -x3290 -x5828 -x3256 -x5793 -x3222 -x5758 -x3188 -x5723 -x3154 -x5688 -x2642 -x2607 -x2572 -x2537 -x2502 -x2467 -x2432 -x2397 -x2362 -x2327 -x2292 -x2257 -x2222 -x2187 -x2152 -x2117 -x2082 -x2047 -x2012 -x1977 -x1942 -x1907 -x1872 -x5162 -x7754 -x5128 -x7719 -x5094 -x7684 -x5060 -x7649 -x5026 -x7614 -x4992 -x7579 -x4958 -x7544 -x4924 -x7509 -x4890 -x7474 -x4856 -x7439 -x4822 -x7404 -x4788 -x7369 -x4754 -x7334 -x4720 -x7299 -x4686 -x7264 -x4652 -x7229 -x4618 -x7194 -x4584 -x7159 -x4550 -x7124 -x4516 -x7089 -x4482 -x7054 -x4448 -x7019 -x4414 -x6984 -x1347 -x1312 -x1277 -x1242 -x1207 -x1172 -x1137 -x1102 -x1067 -x1032 -x997 -x962 -x927 -x892 -x857 -x822 -x787 -x752 -x717 -x682 -x647 -x612 -x3903 -x6459 -x3869 -x6424 -x3835 -x6389 -x3801 -x6354 -x3767 -x6319 -x3733 -x6284 -x3699 -x6249 -x3665 -x6214 -x3631 -x6179 -x3597 -x6144 -x3563 -x6109 -x3529 -x6074 -x3495 -x6039 -x3461 -x6004 -x3427 -x5969 -x3393 -x5934 -x3359 -x5899 -x3325 -x5864 -x3291 -x5829 -x3257 -x5794 -x3223 -x5759 -x3189 -x5724 -x2643 -x2608 -x2573 -x2538 -x2503 -x2468 -x2433 -x2398 -x2363 -x2328 -x2293 -x2258 -x2223 -x2188 -x2153 -x2118 -x2083 -x2048 -x2013 -x1978 -x1943 -x1908 -x5163 -x7755 -x5129 -x7720 -x5095 -x7685 -x5061 -x7650 -x5027 -x7615 -x4993 -x7580 -x4959 -x7545 -x4925 -x7510 -x4891 -x7475 -x4857 -x7440 -x4823 -x7405 -x4789 -x7370 -x4755 -x7335 -x4721 -x7300 -x4687 -x7265 -x4653 -x7230 -x4619 -x7195 -x4585 -x7160 -x4551 -x7125 -x4517 -x7090 -x4483 -x7055 -x4449 -x7020 -x1348 -x1313 -x1278 -x1243 -x1208 -x1173 -x1138 -x1103 -x1068 -x1033 -x998 -x963 -x928 -x893 -x858 -x823 -x788 -x753 -x718 -x683 -x648 -x3904 -x6460 -x3870 -x6425 -x3836 -x6390 -x3802 -x6355 -x3768 -x6320 -x3734 -x6285 -x3700 -x6250 -x3666 -x6215 -x3632 -x6180 -x3598 -x6145 -x3564 -x6110 -x3530 -x6075 -x3496 -x6040 -x3462 -x6005 -x3428 -x5970 -x3394 -x5935 -x3360 -x5900 -x3326 -x5865 -x3292 -x5830 -x3258 -x5795 -x3224 -x5760 -x2644 -x2609 -x2574 -x2539 -x2504 -x2469 -x2434 -x2399 -x2364 -x2329 -x2294 -x2259 -x2224 -x2189 -x2154 -x2119 -x2084 -x2049 -x2014 -x1979 -x1944 -x5164 -x7756 -x5130 -x7721 -x5096 -x7686 -x5062 -x7651 -x5028 -x7616 -x4994 -x7581 -x4960 -x7546 -x4926 -x7511 -x4892 -x7476 -x4858 -x7441 -x4824 -x7406 -x4790 -x7371 -x4756 -x7336 -x4722 -x7301 -x4688 -x7266 -x4654 -x7231 -x4620 -x7196 -x4586 -x7161 -x4552 -x7126 -x4518 -x7091 -x4484 -x7056 -x1349 -x1314 -x1279 -x1244 -x1209 -x1174 -x1139 -x1104 -x1069 -x1034 -x999 -x964 -x929 -x894 -x859 -x824 -x789 -x754 -x719 -x684 -x3905 -x6461 -x3871 -x6426 -x3837 -x6391 -x3803 -x6356 -x3769 -x6321 -x3735 -x6286 -x3701 -x6251 -x3667 -x6216 -x3633 -x6181 -x3599 -x6146 -x3565 -x6111 -x3531 -x6076 -x3497 -x6041 -x3463 -x6006 -x3429 -x5971 -x3395 -x5936 -x3361 -x5901 -x3327 -x5866 -x3293 -x5831 -x3259 -x5796 -x2645 -x2610 -x2575 -x2540 -x2505 -x2470 -x2435 -x2400 -x2365 -x2330 -x2295 -x2260 -x2225 -x2190 -x2155 -x2120 -x2085 -x2050 -x2015 -x1980 -x5165 -x7757 -x5131 -x7722 -x5097 -x7687 -x5063 -x7652 -x5029 -x7617 -x4995 -x7582 -x4961 -x7547 -x4927 -x7512 -x4893 -x7477 -x4859 -x7442 -x4825 -x7407 -x4791 -x7372 -x4757 -x7337 -x4723 -x7302 -x4689 -x7267 -x4655 -x7232 -x4621 -x7197 -x4587 -x7162 -x4553 -x7127 -x4519 -x7092 -x1350 -x1315 -x1280 -x1245 -x1210 -x1175 -x1140 -x1105 -x1070 -x1035 -x1000 -x965 -x930 -x895 -x860 -x825 -x790 -x755 -x720 -x3906 -x6462 -x3872 -x6427 -x3838 -x6392 -x3804 -x6357 -x3770 -x6322 -x3736 -x6287 -x3702 -x6252 -x3668 -x6217 -x3634 -x6182 -x3600 -x6147 -x3566 -x6112 -x3532 -x6077 -x3498 -x6042 -x3464 -x6007 -x3430 -x5972 -x3396 -x5937 -x3362 -x5902 -x3328 -x5867 -x3294 -x5832 -x2646 -x2611 -x2576 -x2541 -x2506 -x2471 -x2436 -x2401 -x2366 -x2331 -x2296 -x2261 -x2226 -x2191 -x2156 -x2121 -x2086 -x2051 -x2016 -x5166 -x7758 -x5132 -x7723 -x5098 -x7688 -x5064 -x7653 -x5030 -x7618 -x4996 -x7583 -x4962 -x7548 -x4928 -x7513 -x4894 -x7478 -x4860 -x7443 -x4826 -x7408 -x4792 -x7373 -x4758 -x7338 -x4724 -x7303 -x4690 -x7268 -x4656 -x7233 -x4622 -x7198 -x4588 -x7163 -x4554 -x7128 -x1351 -x1316 -x1281 -x1246 -x1211 -x1176 -x1141 -x1106 -x1071 -x1036 -x1001 -x966 -x931 -x896 -x861 -x826 -x791 -x756 -x3907 -x6463 -x3873 -x6428 -x3839 -x6393 -x3805 -x6358 -x3771 -x6323 -x3737 -x6288 -x3703 -x6253 -x3669 -x6218 -x3635 -x6183 -x3601 -x6148 -x3567 -x6113 -x3533 -x6078 -x3499 -x6043 -x3465 -x6008 -x3431 -x5973 -x3397 -x5938 -x3363 -x5903 -x3329 -x5868 -x2647 -x2612 -x2577 -x2542 -x2507 -x2472 -x2437 -x2402 -x2367 -x2332 -x2297 -x2262 -x2227 -x2192 -x2157 -x2122 -x2087 -x2052 -x5167 -x7759 -x5133 -x7724 -x5099 -x7689 -x5065 -x7654 -x5031 -x7619 -x4997 -x7584 -x4963 -x7549 -x4929 -x7514 -x4895 -x7479 -x4861 -x7444 -x4827 -x7409 -x4793 -x7374 -x4759 -x7339 -x4725 -x7304 -x4691 -x7269 -x4657 -x7234 -x4623 -x7199 -x4589 -x7164 -x1352 -x1317 -x1282 -x1247 -x1212 -x1177 -x1142 -x1107 -x1072 -x1037 -x1002 -x967 -x932 -x897 -x862 -x827 -x792 -x3908 -x6464 -x3874 -x6429 -x3840 -x6394 -x3806 -x6359 -x3772 -x6324 -x3738 -x6289 -x3704 -x6254 -x3670 -x6219 -x3636 -x6184 -x3602 -x6149 -x3568 -x6114 -x3534 -x6079 -x3500 -x6044 -x3466 -x6009 -x3432 -x5974 -x3398 -x5939 -x3364 -x5904 -x2648 -x2613 -x2578 -x2543 -x2508 -x2473 -x2438 -x2403 -x2368 -x2333 -x2298 -x2263 -x2228 -x2193 -x2158 -x2123 -x2088 -x5168 -x7760 -x5134 -x7725 -x5100 -x7690 -x5066 -x7655 -x5032 -x7620 -x4998 -x7585 -x4964 -x7550 -x4930 -x7515 -x4896 -x7480 -x4862 -x7445 -x4828 -x7410 -x4794 -x7375 -x4760 -x7340 -x4726 -x7305 -x4692 -x7270 -x4658 -x7235 -x4624 -x7200 -x1353 -x1318 -x1283 -x1248 -x1213 -x1178 -x1143 -x1108 -x1073 -x1038 -x1003 -x968 -x933 -x898 -x863 -x828 -x3909 -x6465 -x3875 -x6430 -x3841 -x6395 -x3807 -x6360 -x3773 -x6325 -x3739 -x6290 -x3705 -x6255 -x3671 -x6220 -x3637 -x6185 -x3603 -x6150 -x3569 -x6115 -x3535 -x6080 -x3501 -x6045 -x3467 -x6010 -x3433 -x5975 -x3399 -x5940 -x2649 -x2614 -x2579 -x2544 -x2509 -x2474 -x2439 -x2404 -x2369 -x2334 -x2299 -x2264 -x2229 -x2194 -x2159 -x2124 -x5169 -x7761 -x5135 -x7726 -x5101 -x7691 -x5067 -x7656 -x5033 -x7621 -x4999 -x7586 -x4965 -x7551 -x4931 -x7516 -x4897 -x7481 -x4863 -x7446 -x4829 -x7411 -x4795 -x7376 -x4761 -x7341 -x4727 -x7306 -x4693 -x7271 -x4659 -x7236 -x1354 -x1319 -x1284 -x1249 -x1214 -x1179 -x1144 -x1109 -x1074 -x1039 -x1004 -x969 -x934 -x899 -x864 -x3910 -x6466 -x3876 -x6431 -x3842 -x6396 -x3808 -x6361 -x3774 -x6326 -x3740 -x6291 -x3706 -x6256 -x3672 -x6221 -x3638 -x6186 -x3604 -x6151 -x3570 -x6116 -x3536 -x6081 -x3502 -x6046 -x3468 -x6011 -x3434 -x5976 -x2650 -x2615 -x2580 -x2545 -x2510 -x2475 -x2440 -x2405 -x2370 -x2335 -x2300 -x2265 -x2230 -x2195 -x2160 -x5170 -x7762 -x5136 -x7727 -x5102 -x7692 -x5068 -x7657 -x5034 -x7622 -x5000 -x7587 -x4966 -x7552 -x4932 -x7517 -x4898 -x7482 -x4864 -x7447 -x4830 -x7412 -x4796 -x7377 -x4762 -x7342 -x4728 -x7307 -x4694 -x7272 -x1355 -x1320 -x1285 -x1250 -x1215 -x1180 -x1145 -x1110 -x1075 -x1040 -x1005 -x970 -x935 -x900 -x3911 -x6467 -x3877 -x6432 -x3843 -x6397 -x3809 -x6362 -x3775 -x6327 -x3741 -x6292 -x3707 -x6257 -x3673 -x6222 -x3639 -x6187 -x3605 -x6152 -x3571 -x6117 -x3537 -x6082 -x3503 -x6047 -x3469 -x6012 -x2651 -x2616 -x2581 -x2546 -x2511 -x2476 -x2441 -x2406 -x2371 -x2336 -x2301 -x2266 -x2231 -x2196 -x5171 -x7763 -x5137 -x7728 -x5103 -x7693 -x5069 -x7658 -x5035 -x7623 -x5001 -x7588 -x4967 -x7553 -x4933 -x7518 -x4899 -x7483 -x4865 -x7448 -x4831 -x7413 -x4797 -x7378 -x4763 -x7343 -x4729 -x7308 -x1356 -x1321 -x1286 -x1251 -x1216 -x1181 -x1146 -x1111 -x1076 -x1041 -x1006 -x971 -x936 -x3912 -x6468 -x3878 -x6433 -x3844 -x6398 -x3810 -x6363 -x3776 -x6328 -x3742 -x6293 -x3708 -x6258 -x3674 -x6223 -x3640 -x6188 -x3606 -x6153 -x3572 -x6118 -x3538 -x6083 -x3504 -x6048 -x2652 -x2617 -x2582 -x2547 -x2512 -x2477 -x2442 -x2407 -x2372 -x2337 -x2302 -x2267 -x2232 -x5172 -x7764 -x5138 -x7729 -x5104 -x7694 -x5070 -x7659 -x5036 -x7624 -x5002 -x7589 -x4968 -x7554 -x4934 -x7519 -x4900 -x7484 -x4866 -x7449 -x4832 -x7414 -x4798 -x7379 -x4764 -x7344 -x1357 -x1322 -x1287 -x1252 -x1217 -x1182 -x1147 -x1112 -x1077 -x1042 -x1007 -x972 -x3913 -x6469 -x3879 -x6434 -x3845 -x6399 -x3811 -x6364 -x3777 -x6329 -x3743 -x6294 -x3709 -x6259 -x3675 -x6224 -x3641 -x6189 -x3607 -x6154 -x3573 -x6119 -x3539 -x6084 -x2653 -x2618 -x2583 -x2548 -x2513 -x2478 -x2443 -x2408 -x2373 -x2338 -x2303 -x2268 -x5173 -x7765 -x5139 -x7730 -x5105 -x7695 -x5071 -x7660 -x5037 -x7625 -x5003 -x7590 -x4969 -x7555 -x4935 -x7520 -x4901 -x7485 -x4867 -x7450 -x4833 -x7415 -x4799 -x7380 -x1358 -x1323 -x1288 -x1253 -x1218 -x1183 -x1148 -x1113 -x1078 -x1043 -x1008 -x3914 -x6470 -x3880 -x6435 -x3846 -x6400 -x3812 -x6365 -x3778 -x6330 -x3744 -x6295 -x3710 -x6260 -x3676 -x6225 -x3642 -x6190 -x3608 -x6155 -x3574 -x6120 -x2654 -x2619 -x2584 -x2549 -x2514 -x2479 -x2444 -x2409 -x2374 -x2339 -x2304 -x5174 -x7766 -x5140 -x7731 -x5106 -x7696 -x5072 -x7661 -x5038 -x7626 -x5004 -x7591 -x4970 -x7556 -x4936 -x7521 -x4902 -x7486 -x4868 -x7451 -x4834 -x7416 -x1359 -x1324 -x1289 -x1254 -x1219 -x1184 -x1149 -x1114 -x1079 -x1044 -x3915 -x6471 -x3881 -x6436 -x3847 -x6401 -x3813 -x6366 -x3779 -x6331 -x3745 -x6296 -x3711 -x6261 -x3677 -x6226 -x3643 -x6191 -x3609 -x6156 -x2655 -x2620 -x2585 -x2550 -x2515 -x2480 -x2445 -x2410 -x2375 -x2340 -x5175 -x7767 -x5141 -x7732 -x5107 -x7697 -x5073 -x7662 -x5039 -x7627 -x5005 -x7592 -x4971 -x7557 -x4937 -x7522 -x4903 -x7487 -x4869 -x7452 -x1360 -x1325 -x1290 -x1255 -x1220 -x1185 -x1150 -x1115 -x1080 -x3916 -x6472 -x3882 -x6437 -x3848 -x6402 -x3814 -x6367 -x3780 -x6332 -x3746 -x6297 -x3712 -x6262 -x3678 -x6227 -x3644 -x6192 -x2656 -x2621 -x2586 -x2551 -x2516 -x2481 -x2446 -x2411 -x2376 -x5176 -x7768 -x5142 -x7733 -x5108 -x7698 -x5074 -x7663 -x5040 -x7628 -x5006 -x7593 -x4972 -x7558 -x4938 -x7523 -x4904 -x7488 -x1361 -x1326 -x1291 -x1256 -x1221 -x1186 -x1151 -x1116 -x3917 -x6473 -x3883 -x6438 -x3849 -x6403 -x3815 -x6368 -x3781 -x6333 -x3747 -x6298 -x3713 -x6263 -x3679 -x6228 -x2657 -x2622 -x2587 -x2552 -x2517 -x2482 -x2447 -x2412 -x5177 -x7769 -x5143 -x7734 -x5109 -x7699 -x5075 -x7664 -x5041 -x7629 -x5007 -x7594 -x4973 -x7559 -x4939 -x7524 -x1362 -x1327 -x1292 -x1257 -x1222 -x1187 -x1152 -x3918 -x6474 -x3884 -x6439 -x3850 -x6404 -x3816 -x6369 -x3782 -x6334 -x3748 -x6299 -x3714 -x6264 -x2658 -x2623 -x2588 -x2553 -x2518 -x2483 -x2448 -x5178 -x7770 -x5144 -x7735 -x5110 -x7700 -x5076 -x7665 -x5042 -x7630 -x5008 -x7595 -x4974 -x7560 -x1363 -x1328 -x1293 -x1258 -x1223 -x1188 -x3919 -x6475 -x3885 -x6440 -x3851 -x6405 -x3817 -x6370 -x3783 -x6335 -x3749 -x6300 -x2659 -x2624 -x2589 -x2554 -x2519 -x2484 -x5179 -x7771 -x5145 -x7736 -x5111 -x7701 -x5077 -x7666 -x5043 -x7631 -x5009 -x7596 -x1364 -x1329 -x1294 -x1259 -x1224 -x3920 -x6476 -x3886 -x6441 -x3852 -x6406 -x3818 -x6371 -x3784 -x6336 -x2660 -x2625 -x2590 -x2555 -x2520 -x5180 -x7772 -x5146 -x7737 -x5112 -x7702 -x5078 -x7667 -x5044 -x7632 -x1365 -x1330 -x1295 -x1260 -x3921 -x6477 -x3887 -x6442 -x3853 -x6407 -x3819 -x6372 -x2661 -x2626 -x2591 -x2556 -x5181 -x7773 -x5147 -x7738 -x5113 -x7703 -x5079 -x7668 -x1366 -x1331 -x1296 -x3922 -x6478 -x3888 -x6443 -x3854 -x6408 -x2662 -x2627 -x2592 -x5182 -x7774 -x5148 -x7739 -x5114 -x7704 -x1367 -x1332 -x3923 -x6479 -x3889 -x6444 -x2663 -x2628 -x5183 -x7775 -x5149 -x7740 -x1368 -x3924 -x6480 -x2664 -x5184 -x7776
3600.09/3610.60	s SATISFIABLE
3600.09/3610.60	v -x7849 -x7777 -x7850 -x7778 -x7851 -x7779 -x7852 -x7780 -x7853 -x7781 -x7854 -x7782 -x7855 -x7783 -x7856 -x7784 -x7857 -x7785 -x7858 -x7786 -x7859 -x7787 -x7860 -x7788 -x7861 -x7789 -x7862 -x7790 -x7863 -x7791 -x7864 -x7792 -x7865 -x7793 -x7866 -x7794 -x7867 -x7795 -x7868 -x7796 -x7869 -x7797 -x7870 -x7798 -x7871 -x7799 -x7872 -x7800 -x7873 -x7801 -x7874 -x7802 -x7875 -x7803 -x7876 -x7804 -x7877 -x7805 -x7878 -x7806 -x7879 -x7807 -x7880 -x7808 -x7881 -x7809 -x7882 -x7810 -x7883 -x7811 -x7884 -x7812 -x7885 -x7813 -x7886 -x7814 -x7887 -x7815 -x7888 -x7816 -x7889 -x7817 -x7890 -x7818 -x7891 -x7819 -x7892 -x7820 -x7893 -x7821 -x7894 -x7822 -x7895 -x7823 -x7896 -x7824 -x7897 -x7825 -x7898 -x7826 -x7899 -x7827 -x7900 -x7828 -x7901 -x7829 -x7902 -x7830 -x7903 -x7831 -x7904 -x7832 -x7905 -x7833 -x7906 -x7834 -x7907 -x7835 -x7908 -x7836 -x7909 -x7837 -x7910 -x7838 -x7911 -x7839 -x7912 -x7840 -x7913 -x7841 -x7914 -x7842 -x7915 -x7843 -x7916 -x7844 -x7917 -x7845 -x7918 -x7846 -x7919 -x7847 -x7920 -x7848 -x73 -x1 -x37 -x5185 -x1369 -x6481 -x109 -x2 -x74 -x38 -x5221 -x2665 -x5186 -x1405 -x1370 -x6517 -x3925 -x6482 -x145 -x3 -x110 -x75 -x39 -x5257 -x2700 -x5222 -x2666 -x5187 -x1441 -x1406 -x1371 -x6553 -x3960 -x6518 -x3926 -x6483 -x181 -x4 -x146 -x111 -x76 -x40 -x5293 -x2735 -x5258 -x2701 -x5223 -x2667 -x5188 -x1477 -x1442 -x1407 -x1372 -x6589 -x3995 -x6554 -x3961 -x6519 -x3927 -x6484 -x217 -x5 -x182 -x147 -x112 -x77 -x41 -x5329 -x2770 -x5294 -x2736 -x5259 -x2702 -x5224 -x2668 -x5189 -x1513 -x1478 -x1443 -x1408 -x1373 -x6625 -x4030 -x6590 -x3996 -x6555 -x3962 -x6520 -x3928 -x6485 -x253 -x6 -x218 -x183 -x148 -x113 -x78 -x42 -x5365 -x2805 -x5330 -x2771 -x5295 -x2737 -x5260 -x2703 -x5225 -x2669 -x5190 -x1549 -x1514 -x1479 -x1444 -x1409 -x1374 -x6661 -x4065 -x6626 -x4031 -x6591 -x3997 -x6556 -x3963 -x6521 -x3929 -x6486 -x289 -x7 -x254 -x219 -x184 -x149 -x114 -x79 -x43 -x5401 -x2840 -x5366 -x2806 -x5331 -x2772 -x5296 -x2738 -x5261 -x2704 -x5226 -x2670 -x5191 -x1585 -x1550 -x1515 -x1480 -x1445 -x1410 -x1375 -x6697 -x4100 -x6662 -x4066 -x6627 -x4032 -x6592 -x3998 -x6557 -x3964 -x6522 -x3930 -x6487 -x325 -x8 -x290 -x255 -x220 -x185 -x150 -x115 -x80 -x44 -x5437 -x2875 -x5402 -x2841 -x5367 -x2807 -x5332 -x2773 -x5297 -x2739 -x5262 -x2705 -x5227 -x2671 -x5192 -x1621 -x1586 -x1551 -x1516 -x1481 -x1446 -x1411 -x1376 -x6733 -x4135 -x6698 -x4101 -x6663 -x4067 -x6628 -x4033 -x6593 -x3999 -x6558 -x3965 -x6523 -x3931 -x6488 -x361 -x9 -x326 -x291 -x256 -x221 -x186 -x151 -x116 -x81 -x45 -x5473 -x2910 -x5438 -x2876 -x5403 -x2842 -x5368 -x2808 -x5333 -x2774 -x5298 -x2740 -x5263 -x2706 -x5228 -x2672 -x5193 -x1657 -x1622 -x1587 -x1552 -x1517 -x1482 -x1447 -x1412 -x1377 -x6769 -x4170 -x6734 -x4136 -x6699 -x4102 -x6664 -x4068 -x6629 -x4034 -x6594 -x4000 -x6559 -x3966 -x6524 -x3932 -x6489 -x397 -x10 -x362 -x327 -x292 -x257 -x222 -x187 -x152 -x117 -x82 -x46 -x5509 -x2945 -x5474 -x2911 -x5439 -x2877 -x5404 -x2843 -x5369 -x2809 -x5334 -x2775 -x5299 -x2741 -x5264 -x2707 -x5229 -x2673 -x5194 -x1693 -x1658 -x1623 -x1588 -x1553 -x1518 -x1483 -x1448 -x1413 -x1378 -x6805 -x4205 -x6770 -x4171 -x6735 -x4137 -x6700 -x4103 -x6665 -x4069 -x6630 -x4035 -x6595 -x4001 -x6560 -x3967 -x6525 -x3933 -x6490 -x433 -x11 -x398 -x363 -x328 -x293 -x258 -x223 -x188 -x153 -x118 -x83 -x47 -x5545 -x2980 -x5510 -x2946 -x5475 -x2912 -x5440 -x2878 -x5405 -x2844 -x5370 -x2810 -x5335 -x2776 -x5300 -x2742 -x5265 -x2708 -x5230 -x2674 -x5195 -x1729 -x1694 -x1659 -x1624 -x1589 -x1554 -x1519 -x1484 -x1449 -x1414 -x1379 -x6841 -x4240 -x6806 -x4206 -x6771 -x4172 -x6736 -x4138 -x6701 -x4104 -x6666 -x4070 -x6631 -x4036 -x6596 -x4002 -x6561 -x3968 -x6526 -x3934 -x6491 -x469 -x12 -x434 -x399 -x364 -x329 -x294 -x259 -x224 -x189 -x154 -x119 -x84 -x48 -x5581 -x3015 -x5546 -x2981 -x5511 -x2947 -x5476 -x2913 -x5441 -x2879 -x5406 -x2845 -x5371 -x2811 -x5336 -x2777 -x5301 -x2743 -x5266 -x2709 -x5231 -x2675 -x5196 -x1765 -x1730 -x1695 -x1660 -x1625 -x1590 -x1555 -x1520 -x1485 -x1450 -x1415 -x1380 -x6877 -x4275 -x6842 -x4241 -x6807 -x4207 -x6772 -x4173 -x6737 -x4139 -x6702 -x4105 -x6667 -x4071 -x6632 -x4037 -x6597 -x4003 -x6562 -x3969 -x6527 -x3935 -x6492 -x505 -x13 -x470 -x435 -x400 -x365 -x330 -x295 -x260 -x225 -x190 -x155 -x120 -x85 -x49 -x5617 -x3050 -x5582 -x3016 -x5547 -x2982 -x5512 -x2948 -x5477 -x2914 -x5442 -x2880 -x5407 -x2846 -x5372 -x2812 -x5337 -x2778 -x5302 -x2744 -x5267 -x2710 -x5232 -x2676 -x5197 -x1801 -x1766 -x1731 -x1696 -x1661 -x1626 -x1591 -x1556 -x1521 -x1486 -x1451 -x1416 -x1381 -x6913 -x4310 -x6878 -x4276 -x6843 -x4242 -x6808 -x4208 -x6773 -x4174 -x6738 -x4140 -x6703 -x4106 -x6668 -x4072 -x6633 -x4038 -x6598 -x4004 -x6563 -x3970 -x6528 -x3936 -x6493 -x541 -x14 -x506 -x471 -x436 -x401 -x366 -x331 -x296 -x261 -x226 -x191 -x156 -x121 -x86 -x50 -x5653 -x3085 -x5618 -x3051 -x5583 -x3017 -x5548 -x2983 -x5513 -x2949 -x5478 -x2915 -x5443 -x2881 -x5408 -x2847 -x5373 -x2813 -x5338 -x2779 -x5303 -x2745 -x5268 -x2711 -x5233 -x2677 -x5198 -x1837 -x1802 -x1767 -x1732 -x1697 -x1662 -x1627 -x1592 -x1557 -x1522 -x1487 -x1452 -x1417 -x1382 -x6949 -x4345 -x6914 -x4311 -x6879 -x4277 -x6844 -x4243 -x6809 -x4209 -x6774 -x4175 -x6739 -x4141 -x6704 -x4107 -x6669 -x4073 -x6634 -x4039 -x6599 -x4005 -x6564 -x3971 -x6529 -x3937 -x6494 -x577 -x15 -x542 -x507 -x472 -x437 -x402 -x367 -x332 -x297 -x262 -x227 -x192 -x157 -x122 -x87 -x51 -x5689 -x3120 -x5654 -x3086 -x5619 -x3052 -x5584 -x3018 -x5549 -x2984 -x5514 -x2950 -x5479 -x2916 -x5444 -x2882 -x5409 -x2848 -x5374 -x2814 -x5339 -x2780 -x5304 -x2746 -x5269 -x2712 -x5234 -x2678 -x5199 -x1873 -x1838 -x1803 -x1768 -x1733 -x1698 -x1663 -x1628 -x1593 -x1558 -x1523 -x1488 -x1453 -x1418 -x1383 -x6985 -x4380 -x6950 -x4346 -x6915 -x4312 -x6880 -x4278 -x6845 -x4244 -x6810 -x4210 -x6775 -x4176 -x6740 -x4142 -x6705 -x4108 -x6670 -x4074 -x6635 -x4040 -x6600 -x4006 -x6565 -x3972 -x6530 -x3938 -x6495 -x613 -x16 -x578 -x543 -x508 -x473 -x438 -x403 -x368 -x333 -x298 -x263 -x228 -x193 -x158 -x123 -x88 -x52 -x5725 -x3155 -x5690 -x3121 -x5655 -x3087 -x5620 -x3053 -x5585 -x3019 -x5550 -x2985 -x5515 -x2951 -x5480 -x2917 -x5445 -x2883 -x5410 -x2849 -x5375 -x2815 -x5340 -x2781 -x5305 -x2747 -x5270 -x2713 -x5235 -x2679 -x5200 -x1909 -x1874 -x1839 -x1804 -x1769 -x1734 -x1699 -x1664 -x1629 -x1594 -x1559 -x1524 -x1489 -x1454 -x1419 -x1384 -x7021 -x4415 -x6986 -x4381 -x6951 -x4347 -x6916 -x4313 -x6881 -x4279 -x6846 -x4245 -x6811 -x4211 -x6776 -x4177 -x6741 -x4143 -x6706 -x4109 -x6671 -x4075 -x6636 -x4041 -x6601 -x4007 -x6566 -x3973 -x6531 -x3939 -x6496 -x649 -x17 -x614 -x579 -x544 -x509 -x474 -x439 -x404 -x369 -x334 -x299 -x264 -x229 -x194 -x159 -x124 -x89 -x53 -x5761 -x3190 -x5726 -x3156 -x5691 -x3122 -x5656 -x3088 -x5621 -x3054 -x5586 -x3020 -x5551 -x2986 -x5516 -x2952 -x5481 -x2918 -x5446 -x2884 -x5411 -x2850 -x5376 -x2816 -x5341 -x2782 -x5306 -x2748 -x5271 -x2714 -x5236 -x2680 -x5201 -x1945 -x1910 -x1875 -x1840 -x1805 -x1770 -x1735 -x1700 -x1665 -x1630 -x1595 -x1560 -x1525 -x1490 -x1455 -x1420 -x1385 -x7057 -x4450 -x7022 -x4416 -x6987 -x4382 -x6952 -x4348 -x6917 -x4314 -x6882 -x4280 -x6847 -x4246 -x6812 -x4212 -x6777 -x4178 -x6742 -x4144 -x6707 -x4110 -x6672 -x4076 -x6637 -x4042 -x6602 -x4008 -x6567 -x3974 -x6532 -x3940 -x6497 -x685 -x18 -x650 -x615 -x580 -x545 -x510 -x475 -x440 -x405 -x370 -x335 -x300 -x265 -x230 -x195 -x160 -x125 -x90 -x54 -x5797 -x3225 -x5762 -x3191 -x5727 -x3157 -x5692 -x3123 -x5657 -x3089 -x5622 -x3055 -x5587 -x3021 -x5552 -x2987 -x5517 -x2953 -x5482 -x2919 -x5447 -x2885 -x5412 -x2851 -x5377 -x2817 -x5342 -x2783 -x5307 -x2749 -x5272 -x2715 -x5237 -x2681 -x5202 -x1981 -x1946 -x1911 -x1876 -x1841 -x1806 -x1771 -x1736 -x1701 -x1666 -x1631 -x1596 -x1561 -x1526 -x1491 -x1456 -x1421 -x1386 -x7093 -x4485 -x7058 -x4451 -x7023 -x4417 -x6988 -x4383 -x6953 -x4349 -x6918 -x4315 -x6883 -x4281 -x6848 -x4247 -x6813 -x4213 -x6778 -x4179 -x6743 -x4145 -x6708 -x4111 -x6673 -x4077 -x6638 -x4043 -x6603 -x4009 -x6568 -x3975 -x6533 -x3941 -x6498 -x721 -x19 -x686 -x651 -x616 -x581 -x546 -x511 -x476 -x441 -x406 -x371 -x336 -x301 -x266 -x231 -x196 -x161 -x126 -x91 -x55 -x5833 -x3260 -x5798 -x3226 -x5763 -x3192 -x5728 -x3158 -x5693 -x3124 -x5658 -x3090 -x5623 -x3056 -x5588 -x3022 -x5553 -x2988 -x5518 -x2954 -x5483 -x2920 -x5448 -x2886 -x5413 -x2852 -x5378 -x2818 -x5343 -x2784 -x5308 -x2750 -x5273 -x2716 -x5238 -x2682 -x5203 -x2017 -x1982 -x1947 -x1912 -x1877 -x1842 -x1807 -x1772 -x1737 -x1702 -x1667 -x1632 -x1597 -x1562 -x1527 -x1492 -x1457 -x1422 -x1387 -x7129 -x4520 -x7094 -x4486 -x7059 -x4452 -x7024 -x4418 -x6989 -x4384 -x6954 -x4350 -x6919 -x4316 -x6884 -x4282 -x6849 -x4248 -x6814 -x4214 -x6779 -x4180 -x6744 -x4146 -x6709 -x4112 -x6674 -x4078 -x6639 -x4044 -x6604 -x4010 -x6569 -x3976 -x6534 -x3942 -x6499 -x757 -x20 -x722 -x687 -x652 -x617 -x582 -x547 -x512 -x477 -x442 -x407 -x372 -x337 -x302 -x267 -x232 -x197 -x162 -x127 -x92 -x56 -x5869 -x3295 -x5834 -x3261 -x5799 -x3227 -x5764 -x3193 -x5729 -x3159 -x5694 -x3125 -x5659 -x3091 -x5624 -x3057 -x5589 -x3023 -x5554 -x2989 -x5519 -x2955 -x5484 -x2921 -x5449 -x2887 -x5414 -x2853 -x5379 -x2819 -x5344 -x2785 -x5309 -x2751 -x5274 -x2717 -x5239 -x2683 -x5204 -x2053 -x2018 -x1983 -x1948 -x1913 -x1878 -x1843 -x1808 -x1773 -x1738 -x1703 -x1668 -x1633 -x1598 -x1563 -x1528 -x1493 -x1458 -x1423 -x1388 -x7165 -x4555 -x7130 -x4521 -x7095 -x4487 -x7060 -x4453 -x7025 -x4419 -x6990 -x4385 -x6955 -x4351 -x6920 -x4317 -x6885 -x4283 -x6850 -x4249 -x6815 -x4215 -x6780 -x4181 -x6745 -x4147 -x6710 -x4113 -x6675 -x4079 -x6640 -x4045 -x6605 -x4011 -x6570 -x3977 -x6535 -x3943 -x6500 -x793 -x21 -x758 -x723 -x688 -x653 -x618 -x583 -x548 -x513 -x478 -x443 -x408 -x373 -x338 -x303 -x268 -x233 -x198 -x163 -x128 -x93 -x57 -x5905 -x3330 -x5870 -x3296 -x5835 -x3262 -x5800 -x3228 -x5765 -x3194 -x5730 -x3160 -x5695 -x3126 -x5660 -x3092 -x5625 -x3058 -x5590 -x3024 -x5555 -x2990 -x5520 -x2956 -x5485 -x2922 -x5450 -x2888 -x5415 -x2854 -x5380 -x2820 -x5345 -x2786 -x5310 -x2752 -x5275 -x2718 -x5240 -x2684 -x5205 -x2089 -x2054 -x2019 -x1984 -x1949 -x1914 -x1879 -x1844 -x1809 -x1774 -x1739 -x1704 -x1669 -x1634 -x1599 -x1564 -x1529 -x1494 -x1459 -x1424 -x1389 -x7201 -x4590 -x7166 -x4556 -x7131 -x4522 -x7096 -x4488 -x7061 -x4454 -x7026 -x4420 -x6991 -x4386 -x6956 -x4352 -x6921 -x4318 -x6886 -x4284 -x6851 -x4250 -x6816 -x4216 -x6781 -x4182 -x6746 -x4148 -x6711 -x4114 -x6676 -x4080 -x6641 -x4046 -x6606 -x4012 -x6571 -x3978 -x6536 -x3944 -x6501 -x829 -x22 -x794 -x759 -x724 -x689 -x654 -x619 -x584 -x549 -x514 -x479 -x444 -x409 -x374 -x339 -x304 -x269 -x234 -x199 -x164 -x129 -x94 -x58 -x5941 -x3365 -x5906 -x3331 -x5871 -x3297 -x5836 -x3263 -x5801 -x3229 -x5766 -x3195 -x5731 -x3161 -x5696 -x3127 -x5661 -x3093 -x5626 -x3059 -x5591 -x3025 -x5556 -x2991 -x5521 -x2957 -x5486 -x2923 -x5451 -x2889 -x5416 -x2855 -x5381 -x2821 -x5346 -x2787 -x5311 -x2753 -x5276 -x2719 -x5241 -x2685 -x5206 -x2125 -x2090 -x2055 -x2020 -x1985 -x1950 -x1915 -x1880 -x1845 -x1810 -x1775 -x1740 -x1705 -x1670 -x1635 -x1600 -x1565 -x1530 -x1495 -x1460 -x1425 -x1390 -x7237 -x4625 -x7202 -x4591 -x7167 -x4557 -x7132 -x4523 -x7097 -x4489 -x7062 -x4455 -x7027 -x4421 -x6992 -x4387 -x6957 -x4353 -x6922 -x4319 -x6887 -x4285 -x6852 -x4251 -x6817 -x4217 -x6782 -x4183 -x6747 -x4149 -x6712 -x4115 -x6677 -x4081 -x6642 -x4047 -x6607 -x4013 -x6572 -x3979 -x6537 -x3945 -x6502 -x865 -x23 -x830 -x795 -x760 -x725 -x690 -x655 -x620 -x585 -x550 -x515 -x480 -x445 -x410 -x375 -x340 -x305 -x270 -x235 -x200 -x165 -x130 -x95 -x59 -x5977 -x3400 -x5942 -x3366 -x5907 -x3332 -x5872 -x3298 -x5837 -x3264 -x5802 -x3230 -x5767 -x3196 -x5732 -x3162 -x5697 -x3128 -x5662 -x3094 -x5627 -x3060 -x5592 -x3026 -x5557 -x2992 -x5522 -x2958 -x5487 -x2924 -x5452 -x2890 -x5417 -x2856 -x5382 -x2822 -x5347 -x2788 -x5312 -x2754 -x5277 -x2720 -x5242 -x2686 -x5207 -x2161 -x2126 -x2091 -x2056 -x2021 -x1986 -x1951 -x1916 -x1881 -x1846 -x1811 -x1776 -x1741 -x1706 -x1671 -x1636 -x1601 -x1566 -x1531 -x1496 -x1461 -x1426 -x1391 -x7273 -x4660 -x7238 -x4626 -x7203 -x4592 -x7168 -x4558 -x7133 -x4524 -x7098 -x4490 -x7063 -x4456 -x7028 -x4422 -x6993 -x4388 -x6958 -x4354 -x6923 -x4320 -x6888 -x4286 -x6853 -x4252 -x6818 -x4218 -x6783 -x4184 -x6748 -x4150 -x6713 -x4116 -x6678 -x4082 -x6643 -x4048 -x6608 -x4014 -x6573 -x3980 -x6538 -x3946 -x6503 -x901 -x24 -x866 -x831 -x796 -x761 -x726 -x691 -x656 -x621 -x586 -x551 -x516 -x481 -x446 -x411 -x376 -x341 -x306 -x271 -x236 -x201 -x166 -x131 -x96 -x60 -x6013 -x3435 -x5978 -x3401 -x5943 -x3367 -x5908 -x3333 -x5873 -x3299 -x5838 -x3265 -x5803 -x3231 -x5768 -x3197 -x5733 -x3163 -x5698 -x3129 -x5663 -x3095 -x5628 -x3061 -x5593 -x3027 -x5558 -x2993 -x5523 -x2959 -x5488 -x2925 -x5453 -x2891 -x5418 -x2857 -x5383 -x2823 -x5348 -x2789 -x5313 -x2755 -x5278 -x2721 -x5243 -x2687 -x5208 -x2197 -x2162 -x2127 -x2092 -x2057 -x2022 -x1987 -x1952 -x1917 -x1882 -x1847 -x1812 -x1777 -x1742 -x1707 -x1672 -x1637 -x1602 -x1567 -x1532 -x1497 -x1462 -x1427 -x1392 -x7309 -x4695 -x7274 -x4661 -x7239 -x4627 -x7204 -x4593 -x7169 -x4559 -x7134 -x4525 -x7099 -x4491 -x7064 -x4457 -x7029 -x4423 -x6994 -x4389 -x6959 -x4355 -x6924 -x4321 -x6889 -x4287 -x6854 -x4253 -x6819 -x4219 -x6784 -x4185 -x6749 -x4151 -x6714 -x4117 -x6679 -x4083 -x6644 -x4049 -x6609 -x4015 -x6574 -x3981 -x6539 -x3947 -x6504 -x937 -x25 -x902 -x867 -x832 -x797 -x762 -x727 -x692 -x657 -x622 -x587 -x552 -x517 -x482 -x447 -x412 -x377 -x342 -x307 -x272 -x237 -x202 -x167 -x132 -x97 -x61 -x6049 -x3470 -x6014 -x3436 -x5979 -x3402 -x5944 -x3368 -x5909 -x3334 -x5874 -x3300 -x5839 -x3266 -x5804 -x3232 -x5769 -x3198 -x5734 -x3164 -x5699 -x3130 -x5664 -x3096 -x5629 -x3062 -x5594 -x3028
3600.09/3610.60	v -x5559 -x2994 -x5524 -x2960 -x5489 -x2926 -x5454 -x2892 -x5419 -x2858 -x5384 -x2824 -x5349 -x2790 -x5314 -x2756 -x5279 -x2722 -x5244 -x2688 -x5209 -x2233 -x2198 -x2163 -x2128 -x2093 -x2058 -x2023 -x1988 -x1953 -x1918 -x1883 -x1848 -x1813 -x1778 -x1743 -x1708 -x1673 -x1638 -x1603 -x1568 -x1533 -x1498 -x1463 -x1428 -x1393 -x7345 -x4730 -x7310 -x4696 -x7275 -x4662 -x7240 -x4628 -x7205 -x4594 -x7170 -x4560 -x7135 -x4526 -x7100 -x4492 -x7065 -x4458 -x7030 -x4424 -x6995 -x4390 -x6960 -x4356 -x6925 -x4322 -x6890 -x4288 -x6855 -x4254 -x6820 -x4220 -x6785 -x4186 -x6750 -x4152 -x6715 -x4118 -x6680 -x4084 -x6645 -x4050 -x6610 -x4016 -x6575 -x3982 -x6540 -x3948 -x6505 -x973 -x26 -x938 -x903 -x868 -x833 -x798 -x763 -x728 -x693 -x658 -x623 -x588 -x553 -x518 -x483 -x448 -x413 -x378 -x343 -x308 -x273 -x238 -x203 -x168 -x133 -x98 -x62 -x6085 -x3505 -x6050 -x3471 -x6015 -x3437 -x5980 -x3403 -x5945 -x3369 -x5910 -x3335 -x5875 -x3301 -x5840 -x3267 -x5805 -x3233 -x5770 -x3199 -x5735 -x3165 -x5700 -x3131 -x5665 -x3097 -x5630 -x3063 -x5595 -x3029 -x5560 -x2995 -x5525 -x2961 -x5490 -x2927 -x5455 -x2893 -x5420 -x2859 -x5385 -x2825 -x5350 -x2791 -x5315 -x2757 -x5280 -x2723 -x5245 -x2689 -x5210 -x2269 -x2234 -x2199 -x2164 -x2129 -x2094 -x2059 -x2024 -x1989 -x1954 -x1919 -x1884 -x1849 -x1814 -x1779 -x1744 -x1709 -x1674 -x1639 -x1604 -x1569 -x1534 -x1499 -x1464 -x1429 -x1394 -x7381 -x4765 -x7346 -x4731 -x7311 -x4697 -x7276 -x4663 -x7241 -x4629 -x7206 -x4595 -x7171 -x4561 -x7136 -x4527 -x7101 -x4493 -x7066 -x4459 -x7031 -x4425 -x6996 -x4391 -x6961 -x4357 -x6926 -x4323 -x6891 -x4289 -x6856 -x4255 -x6821 -x4221 -x6786 -x4187 -x6751 -x4153 -x6716 -x4119 -x6681 -x4085 -x6646 -x4051 -x6611 -x4017 -x6576 -x3983 -x6541 -x3949 -x6506 -x1009 -x27 -x974 -x939 -x904 -x869 -x834 -x799 -x764 -x729 -x694 -x659 -x624 -x589 -x554 -x519 -x484 -x449 -x414 -x379 -x344 -x309 -x274 -x239 -x204 -x169 -x134 -x99 -x63 -x6121 -x3540 -x6086 -x3506 -x6051 -x3472 -x6016 -x3438 -x5981 -x3404 -x5946 -x3370 -x5911 -x3336 -x5876 -x3302 -x5841 -x3268 -x5806 -x3234 -x5771 -x3200 -x5736 -x3166 -x5701 -x3132 -x5666 -x3098 -x5631 -x3064 -x5596 -x3030 -x5561 -x2996 -x5526 -x2962 -x5491 -x2928 -x5456 -x2894 -x5421 -x2860 -x5386 -x2826 -x5351 -x2792 -x5316 -x2758 -x5281 -x2724 -x5246 -x2690 -x5211 -x2305 -x2270 -x2235 -x2200 -x2165 -x2130 -x2095 -x2060 -x2025 -x1990 -x1955 -x1920 -x1885 -x1850 -x1815 -x1780 -x1745 -x1710 -x1675 -x1640 -x1605 -x1570 -x1535 -x1500 -x1465 -x1430 -x1395 -x7417 -x4800 -x7382 -x4766 -x7347 -x4732 -x7312 -x4698 -x7277 -x4664 -x7242 -x4630 -x7207 -x4596 -x7172 -x4562 -x7137 -x4528 -x7102 -x4494 -x7067 -x4460 -x7032 -x4426 -x6997 -x4392 -x6962 -x4358 -x6927 -x4324 -x6892 -x4290 -x6857 -x4256 -x6822 -x4222 -x6787 -x4188 -x6752 -x4154 -x6717 -x4120 -x6682 -x4086 -x6647 -x4052 -x6612 -x4018 -x6577 -x3984 -x6542 -x3950 -x6507 -x1045 -x28 -x1010 -x975 -x940 -x905 -x870 -x835 -x800 -x765 -x730 -x695 -x660 -x625 -x590 -x555 -x520 -x485 -x450 -x415 -x380 -x345 -x310 -x275 -x240 -x205 -x170 -x135 -x100 -x64 -x6157 -x3575 -x6122 -x3541 -x6087 -x3507 -x6052 -x3473 -x6017 -x3439 -x5982 -x3405 -x5947 -x3371 -x5912 -x3337 -x5877 -x3303 -x5842 -x3269 -x5807 -x3235 -x5772 -x3201 -x5737 -x3167 -x5702 -x3133 -x5667 -x3099 -x5632 -x3065 -x5597 -x3031 -x5562 -x2997 -x5527 -x2963 -x5492 -x2929 -x5457 -x2895 -x5422 -x2861 -x5387 -x2827 -x5352 -x2793 -x5317 -x2759 -x5282 -x2725 -x5247 -x2691 -x5212 -x2341 -x2306 -x2271 -x2236 -x2201 -x2166 -x2131 -x2096 -x2061 -x2026 -x1991 -x1956 -x1921 -x1886 -x1851 -x1816 -x1781 -x1746 -x1711 -x1676 -x1641 -x1606 -x1571 -x1536 -x1501 -x1466 -x1431 -x1396 -x7453 -x4835 -x7418 -x4801 -x7383 -x4767 -x7348 -x4733 -x7313 -x4699 -x7278 -x4665 -x7243 -x4631 -x7208 -x4597 -x7173 -x4563 -x7138 -x4529 -x7103 -x4495 -x7068 -x4461 -x7033 -x4427 -x6998 -x4393 -x6963 -x4359 -x6928 -x4325 -x6893 -x4291 -x6858 -x4257 -x6823 -x4223 -x6788 -x4189 -x6753 -x4155 -x6718 -x4121 -x6683 -x4087 -x6648 -x4053 -x6613 -x4019 -x6578 -x3985 -x6543 -x3951 -x6508 -x1081 -x29 -x1046 -x1011 -x976 -x941 -x906 -x871 -x836 -x801 -x766 -x731 -x696 -x661 -x626 -x591 -x556 -x521 -x486 -x451 -x416 -x381 -x346 -x311 -x276 -x241 -x206 -x171 -x136 -x101 -x65 -x6193 -x3610 -x6158 -x3576 -x6123 -x3542 -x6088 -x3508 -x6053 -x3474 -x6018 -x3440 -x5983 -x3406 -x5948 -x3372 -x5913 -x3338 -x5878 -x3304 -x5843 -x3270 -x5808 -x3236 -x5773 -x3202 -x5738 -x3168 -x5703 -x3134 -x5668 -x3100 -x5633 -x3066 -x5598 -x3032 -x5563 -x2998 -x5528 -x2964 -x5493 -x2930 -x5458 -x2896 -x5423 -x2862 -x5388 -x2828 -x5353 -x2794 -x5318 -x2760 -x5283 -x2726 -x5248 -x2692 -x5213 -x2377 -x2342 -x2307 -x2272 -x2237 -x2202 -x2167 -x2132 -x2097 -x2062 -x2027 -x1992 -x1957 -x1922 -x1887 -x1852 -x1817 -x1782 -x1747 -x1712 -x1677 -x1642 -x1607 -x1572 -x1537 -x1502 -x1467 -x1432 -x1397 -x7489 -x4870 -x7454 -x4836 -x7419 -x4802 -x7384 -x4768 -x7349 -x4734 -x7314 -x4700 -x7279 -x4666 -x7244 -x4632 -x7209 -x4598 -x7174 -x4564 -x7139 -x4530 -x7104 -x4496 -x7069 -x4462 -x7034 -x4428 -x6999 -x4394 -x6964 -x4360 -x6929 -x4326 -x6894 -x4292 -x6859 -x4258 -x6824 -x4224 -x6789 -x4190 -x6754 -x4156 -x6719 -x4122 -x6684 -x4088 -x6649 -x4054 -x6614 -x4020 -x6579 -x3986 -x6544 -x3952 -x6509 -x1117 -x30 -x1082 -x1047 -x1012 -x977 -x942 -x907 -x872 -x837 -x802 -x767 -x732 -x697 -x662 -x627 -x592 -x557 -x522 -x487 -x452 -x417 -x382 -x347 -x312 -x277 -x242 -x207 -x172 -x137 -x102 -x66 -x6229 -x3645 -x6194 -x3611 -x6159 -x3577 -x6124 -x3543 -x6089 -x3509 -x6054 -x3475 -x6019 -x3441 -x5984 -x3407 -x5949 -x3373 -x5914 -x3339 -x5879 -x3305 -x5844 -x3271 -x5809 -x3237 -x5774 -x3203 -x5739 -x3169 -x5704 -x3135 -x5669 -x3101 -x5634 -x3067 -x5599 -x3033 -x5564 -x2999 -x5529 -x2965 -x5494 -x2931 -x5459 -x2897 -x5424 -x2863 -x5389 -x2829 -x5354 -x2795 -x5319 -x2761 -x5284 -x2727 -x5249 -x2693 -x5214 -x2413 -x2378 -x2343 -x2308 -x2273 -x2238 -x2203 -x2168 -x2133 -x2098 -x2063 -x2028 -x1993 -x1958 -x1923 -x1888 -x1853 -x1818 -x1783 -x1748 -x1713 -x1678 -x1643 -x1608 -x1573 -x1538 -x1503 -x1468 -x1433 -x1398 -x7525 -x4905 -x7490 -x4871 -x7455 -x4837 -x7420 -x4803 -x7385 -x4769 -x7350 -x4735 -x7315 -x4701 -x7280 -x4667 -x7245 -x4633 -x7210 -x4599 -x7175 -x4565 -x7140 -x4531 -x7105 -x4497 -x7070 -x4463 -x7035 -x4429 -x7000 -x4395 -x6965 -x4361 -x6930 -x4327 -x6895 -x4293 -x6860 -x4259 -x6825 -x4225 -x6790 -x4191 -x6755 -x4157 -x6720 -x4123 -x6685 -x4089 -x6650 -x4055 -x6615 -x4021 -x6580 -x3987 -x6545 -x3953 -x6510 -x1153 -x31 -x1118 -x1083 -x1048 -x1013 -x978 -x943 -x908 -x873 -x838 -x803 -x768 -x733 -x698 -x663 -x628 -x593 -x558 -x523 -x488 -x453 -x418 -x383 -x348 -x313 -x278 -x243 -x208 -x173 -x138 -x103 -x67 -x6265 -x3680 -x6230 -x3646 -x6195 -x3612 -x6160 -x3578 -x6125 -x3544 -x6090 -x3510 -x6055 -x3476 -x6020 -x3442 -x5985 -x3408 -x5950 -x3374 -x5915 -x3340 -x5880 -x3306 -x5845 -x3272 -x5810 -x3238 -x5775 -x3204 -x5740 -x3170 -x5705 -x3136 -x5670 -x3102 -x5635 -x3068 -x5600 -x3034 -x5565 -x3000 -x5530 -x2966 -x5495 -x2932 -x5460 -x2898 -x5425 -x2864 -x5390 -x2830 -x5355 -x2796 -x5320 -x2762 -x5285 -x2728 -x5250 -x2694 -x5215 -x2449 -x2414 -x2379 -x2344 -x2309 -x2274 -x2239 -x2204 -x2169 -x2134 -x2099 -x2064 -x2029 -x1994 -x1959 -x1924 -x1889 -x1854 -x1819 -x1784 -x1749 -x1714 -x1679 -x1644 -x1609 -x1574 -x1539 -x1504 -x1469 -x1434 -x1399 -x7561 -x4940 -x7526 -x4906 -x7491 -x4872 -x7456 -x4838 -x7421 -x4804 -x7386 -x4770 -x7351 -x4736 -x7316 -x4702 -x7281 -x4668 -x7246 -x4634 -x7211 -x4600 -x7176 -x4566 -x7141 -x4532 -x7106 -x4498 -x7071 -x4464 -x7036 -x4430 -x7001 -x4396 -x6966 -x4362 -x6931 -x4328 -x6896 -x4294 -x6861 -x4260 -x6826 -x4226 -x6791 -x4192 -x6756 -x4158 -x6721 -x4124 -x6686 -x4090 -x6651 -x4056 -x6616 -x4022 -x6581 -x3988 -x6546 -x3954 -x6511 -x1189 -x32 -x1154 -x1119 -x1084 -x1049 -x1014 -x979 -x944 -x909 -x874 -x839 -x804 -x769 -x734 -x699 -x664 -x629 -x594 -x559 -x524 -x489 -x454 -x419 -x384 -x349 -x314 -x279 -x244 -x209 -x174 -x139 -x104 -x68 -x6301 -x3715 -x6266 -x3681 -x6231 -x3647 -x6196 -x3613 -x6161 -x3579 -x6126 -x3545 -x6091 -x3511 -x6056 -x3477 -x6021 -x3443 -x5986 -x3409 -x5951 -x3375 -x5916 -x3341 -x5881 -x3307 -x5846 -x3273 -x5811 -x3239 -x5776 -x3205 -x5741 -x3171 -x5706 -x3137 -x5671 -x3103 -x5636 -x3069 -x5601 -x3035 -x5566 -x3001 -x5531 -x2967 -x5496 -x2933 -x5461 -x2899 -x5426 -x2865 -x5391 -x2831 -x5356 -x2797 -x5321 -x2763 -x5286 -x2729 -x5251 -x2695 -x5216 -x2485 -x2450 -x2415 -x2380 -x2345 -x2310 -x2275 -x2240 -x2205 -x2170 -x2135 -x2100 -x2065 -x2030 -x1995 -x1960 -x1925 -x1890 -x1855 -x1820 -x1785 -x1750 -x1715 -x1680 -x1645 -x1610 -x1575 -x1540 -x1505 -x1470 -x1435 -x1400 -x7597 -x4975 -x7562 -x4941 -x7527 -x4907 -x7492 -x4873 -x7457 -x4839 -x7422 -x4805 -x7387 -x4771 -x7352 -x4737 -x7317 -x4703 -x7282 -x4669 -x7247 -x4635 -x7212 -x4601 -x7177 -x4567 -x7142 -x4533 -x7107 -x4499 -x7072 -x4465 -x7037 -x4431 -x7002 -x4397 -x6967 -x4363 -x6932 -x4329 -x6897 -x4295 -x6862 -x4261 -x6827 -x4227 -x6792 -x4193 -x6757 -x4159 -x6722 -x4125 -x6687 -x4091 -x6652 -x4057 -x6617 -x4023 -x6582 -x3989 -x6547 -x3955 -x6512 -x1225 -x33 -x1190 -x1155 -x1120 -x1085 -x1050 -x1015 -x980 -x945 -x910 -x875 -x840 -x805 -x770 -x735 -x700 -x665 -x630 -x595 -x560 -x525 -x490 -x455 -x420 -x385 -x350 -x315 -x280 -x245 -x210 -x175 -x140 -x105 -x69 -x6337 -x3750 -x6302 -x3716 -x6267 -x3682 -x6232 -x3648 -x6197 -x3614 -x6162 -x3580 -x6127 -x3546 -x6092 -x3512 -x6057 -x3478 -x6022 -x3444 -x5987 -x3410 -x5952 -x3376 -x5917 -x3342 -x5882 -x3308 -x5847 -x3274 -x5812 -x3240 -x5777 -x3206 -x5742 -x3172 -x5707 -x3138 -x5672 -x3104 -x5637 -x3070 -x5602 -x3036 -x5567 -x3002 -x5532 -x2968 -x5497 -x2934 -x5462 -x2900 -x5427 -x2866 -x5392 -x2832 -x5357 -x2798 -x5322 -x2764 -x5287 -x2730 -x5252 -x2696 -x5217 -x2521 -x2486 -x2451 -x2416 -x2381 -x2346 -x2311 -x2276 -x2241 -x2206 -x2171 -x2136 -x2101 -x2066 -x2031 -x1996 -x1961 -x1926 -x1891 -x1856 -x1821 -x1786 -x1751 -x1716 -x1681 -x1646 -x1611 -x1576 -x1541 -x1506 -x1471 -x1436 -x1401 -x7633 -x5010 -x7598 -x4976 -x7563 -x4942 -x7528 -x4908 -x7493 -x4874 -x7458 -x4840 -x7423 -x4806 -x7388 -x4772 -x7353 -x4738 -x7318 -x4704 -x7283 -x4670 -x7248 -x4636 -x7213 -x4602 -x7178 -x4568 -x7143 -x4534 -x7108 -x4500 -x7073 -x4466 -x7038 -x4432 -x7003 -x4398 -x6968 -x4364 -x6933 -x4330 -x6898 -x4296 -x6863 -x4262 -x6828 -x4228 -x6793 -x4194 -x6758 -x4160 -x6723 -x4126 -x6688 -x4092 -x6653 -x4058 -x6618 -x4024 -x6583 -x3990 -x6548 -x3956 -x6513 -x1261 -x34 -x1226 -x1191 -x1156 -x1121 -x1086 -x1051 -x1016 -x981 -x946 -x911 -x876 -x841 -x806 -x771 -x736 -x701 -x666 -x631 -x596 -x561 -x526 -x491 -x456 -x421 -x386 -x351 -x316 -x281 -x246 -x211 -x176 -x141 -x106 -x70 -x6373 -x3785 -x6338 -x3751 -x6303 -x3717 -x6268 -x3683 -x6233 -x3649 -x6198 -x3615 -x6163 -x3581 -x6128 -x3547 -x6093 -x3513 -x6058 -x3479 -x6023 -x3445 -x5988 -x3411 -x5953 -x3377 -x5918 -x3343 -x5883 -x3309 -x5848 -x3275 -x5813 -x3241 -x5778 -x3207 -x5743 -x3173 -x5708 -x3139 -x5673 -x3105 -x5638 -x3071 -x5603 -x3037 -x5568 -x3003 -x5533 -x2969 -x5498 -x2935 -x5463 -x2901 -x5428 -x2867 -x5393 -x2833 -x5358 -x2799 -x5323 -x2765 -x5288 -x2731 -x5253 -x2697 -x5218 -x2557 -x2522 -x2487 -x2452 -x2417 -x2382 -x2347 -x2312 -x2277 -x2242 -x2207 -x2172 -x2137 -x2102 -x2067 -x2032 -x1997 -x1962 -x1927 -x1892 -x1857 -x1822 -x1787 -x1752 -x1717 -x1682 -x1647 -x1612 -x1577 -x1542 -x1507 -x1472 -x1437 -x1402 -x7669 -x5045 -x7634 -x5011 -x7599 -x4977 -x7564 -x4943 -x7529 -x4909 -x7494 -x4875 -x7459 -x4841 -x7424 -x4807 -x7389 -x4773 -x7354 -x4739 -x7319 -x4705 -x7284 -x4671 -x7249 -x4637 -x7214 -x4603 -x7179 -x4569 -x7144 -x4535 -x7109 -x4501 -x7074 -x4467 -x7039 -x4433 -x7004 -x4399 -x6969 -x4365 -x6934 -x4331 -x6899 -x4297 -x6864 -x4263 -x6829 -x4229 -x6794 -x4195 -x6759 -x4161 -x6724 -x4127 -x6689 -x4093 -x6654 -x4059 -x6619 -x4025 -x6584 -x3991 -x6549 -x3957 -x6514 -x1297 -x35 -x1262 -x1227 -x1192 -x1157 -x1122 -x1087 -x1052 -x1017 -x982 -x947 -x912 -x877 -x842 -x807 -x772 -x737 -x702 -x667 -x632 -x597 -x562 -x527 -x492 -x457 -x422 -x387 -x352 -x317 -x282 -x247 -x212 -x177 -x142 -x107 -x71 -x6409 -x3820 -x6374 -x3786 -x6339 -x3752 -x6304 -x3718 -x6269 -x3684 -x6234 -x3650 -x6199 -x3616 -x6164 -x3582 -x6129 -x3548 -x6094 -x3514 -x6059 -x3480 -x6024 -x3446 -x5989 -x3412 -x5954 -x3378 -x5919 -x3344 -x5884 -x3310 -x5849 -x3276 -x5814 -x3242 -x5779 -x3208 -x5744 -x3174 -x5709 -x3140 -x5674 -x3106 -x5639 -x3072 -x5604 -x3038 -x5569 -x3004 -x5534 -x2970 -x5499 -x2936 -x5464 -x2902 -x5429 -x2868 -x5394 -x2834 -x5359 -x2800 -x5324 -x2766 -x5289 -x2732 -x5254 -x2698 -x5219 -x2593 -x2558 -x2523 -x2488 -x2453 -x2418 -x2383 -x2348 -x2313 -x2278 -x2243 -x2208 -x2173 -x2138 -x2103 -x2068 -x2033 -x1998 -x1963 -x1928 -x1893 -x1858 -x1823 -x1788 -x1753 -x1718 -x1683 -x1648 -x1613 -x1578 -x1543 -x1508 -x1473 -x1438 -x1403 -x7705 -x5080 -x7670 -x5046 -x7635 -x5012 -x7600 -x4978 -x7565 -x4944 -x7530 -x4910 -x7495 -x4876 -x7460 -x4842 -x7425 -x4808 -x7390 -x4774 -x7355 -x4740 -x7320 -x4706 -x7285 -x4672 -x7250 -x4638 -x7215 -x4604 -x7180 -x4570 -x7145 -x4536 -x7110 -x4502 -x7075 -x4468 -x7040 -x4434 -x7005 -x4400 -x6970 -x4366 -x6935 -x4332 -x6900 -x4298 -x6865 -x4264 -x6830 -x4230 -x6795 -x4196 -x6760 -x4162 -x6725 -x4128 -x6690 -x4094 -x6655 -x4060 -x6620 -x4026 -x6585 -x3992 -x6550 -x3958 -x6515 -x1333 -x36 -x1298 -x1263 -x1228 -x1193 -x1158 -x1123 -x1088 -x1053 -x1018 -x983 -x948 -x913 -x878 -x843 -x808 -x773 -x738 -x703 -x668 -x633 -x598 -x563 -x528 -x493 -x458 -x423 -x388 -x353 -x318 -x283 -x248 -x213 -x178 -x143 -x108 -x72 -x6445 -x3855 -x6410 -x3821 -x6375 -x3787 -x6340 -x3753 -x6305 -x3719 -x6270 -x3685 -x6235 -x3651 -x6200 -x3617 -x6165 -x3583 -x6130 -x3549 -x6095 -x3515 -x6060 -x3481 -x6025 -x3447 -x5990 -x3413 -x5955 -x3379 -x5920 -x3345 -x5885 -x3311 -x5850 -x3277 -x5815
3600.09/3610.60	v -x3243 -x5780 -x3209 -x5745 -x3175 -x5710 -x3141 -x5675 -x3107 -x5640 -x3073 -x5605 -x3039 -x5570 -x3005 -x5535 -x2971 -x5500 -x2937 -x5465 -x2903 -x5430 -x2869 -x5395 -x2835 -x5360 -x2801 -x5325 -x2767 -x5290 -x2733 -x5255 -x2699 -x5220 -x2629 -x2594 -x2559 -x2524 -x2489 -x2454 -x2419 -x2384 -x2349 -x2314 -x2279 -x2244 -x2209 -x2174 -x2139 -x2104 -x2069 -x2034 -x1999 -x1964 -x1929 -x1894 -x1859 -x1824 -x1789 -x1754 -x1719 -x1684 -x1649 -x1614 -x1579 -x1544 -x1509 -x1474 -x1439 -x1404 -x7741 -x5115 -x7706 -x5081 -x7671 -x5047 -x7636 -x5013 -x7601 -x4979 -x7566 -x4945 -x7531 -x4911 -x7496 -x4877 -x7461 -x4843 -x7426 -x4809 -x7391 -x4775 -x7356 -x4741 -x7321 -x4707 -x7286 -x4673 -x7251 -x4639 -x7216 -x4605 -x7181 -x4571 -x7146 -x4537 -x7111 -x4503 -x7076 -x4469 -x7041 -x4435 -x7006 -x4401 -x6971 -x4367 -x6936 -x4333 -x6901 -x4299 -x6866 -x4265 -x6831 -x4231 -x6796 -x4197 -x6761 -x4163 -x6726 -x4129 -x6691 -x4095 -x6656 -x4061 -x6621 -x4027 -x6586 -x3993 -x6551 -x3959 -x6516 -x1334 -x1299 -x1264 -x1229 -x1194 -x1159 -x1124 -x1089 -x1054 -x1019 -x984 -x949 -x914 -x879 -x844 -x809 -x774 -x739 -x704 -x669 -x634 -x599 -x564 -x529 -x494 -x459 -x424 -x389 -x354 -x319 -x284 -x249 -x214 -x179 -x144 -x3890 -x6446 -x3856 -x6411 -x3822 -x6376 -x3788 -x6341 -x3754 -x6306 -x3720 -x6271 -x3686 -x6236 -x3652 -x6201 -x3618 -x6166 -x3584 -x6131 -x3550 -x6096 -x3516 -x6061 -x3482 -x6026 -x3448 -x5991 -x3414 -x5956 -x3380 -x5921 -x3346 -x5886 -x3312 -x5851 -x3278 -x5816 -x3244 -x5781 -x3210 -x5746 -x3176 -x5711 -x3142 -x5676 -x3108 -x5641 -x3074 -x5606 -x3040 -x5571 -x3006 -x5536 -x2972 -x5501 -x2938 -x5466 -x2904 -x5431 -x2870 -x5396 -x2836 -x5361 -x2802 -x5326 -x2768 -x5291 -x2734 -x5256 -x2630 -x2595 -x2560 -x2525 -x2490 -x2455 -x2420 -x2385 -x2350 -x2315 -x2280 -x2245 -x2210 -x2175 -x2140 -x2105 -x2070 -x2035 -x2000 -x1965 -x1930 -x1895 -x1860 -x1825 -x1790 -x1755 -x1720 -x1685 -x1650 -x1615 -x1580 -x1545 -x1510 -x1475 -x1440 -x5150 -x7742 -x5116 -x7707 -x5082 -x7672 -x5048 -x7637 -x5014 -x7602 -x4980 -x7567 -x4946 -x7532 -x4912 -x7497 -x4878 -x7462 -x4844 -x7427 -x4810 -x7392 -x4776 -x7357 -x4742 -x7322 -x4708 -x7287 -x4674 -x7252 -x4640 -x7217 -x4606 -x7182 -x4572 -x7147 -x4538 -x7112 -x4504 -x7077 -x4470 -x7042 -x4436 -x7007 -x4402 -x6972 -x4368 -x6937 -x4334 -x6902 -x4300 -x6867 -x4266 -x6832 -x4232 -x6797 -x4198 -x6762 -x4164 -x6727 -x4130 -x6692 -x4096 -x6657 -x4062 -x6622 -x4028 -x6587 -x3994 -x6552 -x1335 -x1300 -x1265 -x1230 -x1195 -x1160 -x1125 -x1090 -x1055 -x1020 -x985 -x950 -x915 -x880 -x845 -x810 -x775 -x740 -x705 -x670 -x635 -x600 -x565 -x530 -x495 -x460 -x425 -x390 -x355 -x320 -x285 -x250 -x215 -x180 -x3891 -x6447 -x3857 -x6412 -x3823 -x6377 -x3789 -x6342 -x3755 -x6307 -x3721 -x6272 -x3687 -x6237 -x3653 -x6202 -x3619 -x6167 -x3585 -x6132 -x3551 -x6097 -x3517 -x6062 -x3483 -x6027 -x3449 -x5992 -x3415 -x5957 -x3381 -x5922 -x3347 -x5887 -x3313 -x5852 -x3279 -x5817 -x3245 -x5782 -x3211 -x5747 -x3177 -x5712 -x3143 -x5677 -x3109 -x5642 -x3075 -x5607 -x3041 -x5572 -x3007 -x5537 -x2973 -x5502 -x2939 -x5467 -x2905 -x5432 -x2871 -x5397 -x2837 -x5362 -x2803 -x5327 -x2769 -x5292 -x2631 -x2596 -x2561 -x2526 -x2491 -x2456 -x2421 -x2386 -x2351 -x2316 -x2281 -x2246 -x2211 -x2176 -x2141 -x2106 -x2071 -x2036 -x2001 -x1966 -x1931 -x1896 -x1861 -x1826 -x1791 -x1756 -x1721 -x1686 -x1651 -x1616 -x1581 -x1546 -x1511 -x1476 -x5151 -x7743 -x5117 -x7708 -x5083 -x7673 -x5049 -x7638 -x5015 -x7603 -x4981 -x7568 -x4947 -x7533 -x4913 -x7498 -x4879 -x7463 -x4845 -x7428 -x4811 -x7393 -x4777 -x7358 -x4743 -x7323 -x4709 -x7288 -x4675 -x7253 -x4641 -x7218 -x4607 -x7183 -x4573 -x7148 -x4539 -x7113 -x4505 -x7078 -x4471 -x7043 -x4437 -x7008 -x4403 -x6973 -x4369 -x6938 -x4335 -x6903 -x4301 -x6868 -x4267 -x6833 -x4233 -x6798 -x4199 -x6763 -x4165 -x6728 -x4131 -x6693 -x4097 -x6658 -x4063 -x6623 -x4029 -x6588 -x1336 -x1301 -x1266 -x1231 -x1196 -x1161 -x1126 -x1091 -x1056 -x1021 -x986 -x951 -x916 -x881 -x846 -x811 -x776 -x741 -x706 -x671 -x636 -x601 -x566 -x531 -x496 -x461 -x426 -x391 -x356 -x321 -x286 -x251 -x216 -x3892 -x6448 -x3858 -x6413 -x3824 -x6378 -x3790 -x6343 -x3756 -x6308 -x3722 -x6273 -x3688 -x6238 -x3654 -x6203 -x3620 -x6168 -x3586 -x6133 -x3552 -x6098 -x3518 -x6063 -x3484 -x6028 -x3450 -x5993 -x3416 -x5958 -x3382 -x5923 -x3348 -x5888 -x3314 -x5853 -x3280 -x5818 -x3246 -x5783 -x3212 -x5748 -x3178 -x5713 -x3144 -x5678 -x3110 -x5643 -x3076 -x5608 -x3042 -x5573 -x3008 -x5538 -x2974 -x5503 -x2940 -x5468 -x2906 -x5433 -x2872 -x5398 -x2838 -x5363 -x2804 -x5328 -x2632 -x2597 -x2562 -x2527 -x2492 -x2457 -x2422 -x2387 -x2352 -x2317 -x2282 -x2247 -x2212 -x2177 -x2142 -x2107 -x2072 -x2037 -x2002 -x1967 -x1932 -x1897 -x1862 -x1827 -x1792 -x1757 -x1722 -x1687 -x1652 -x1617 -x1582 -x1547 -x1512 -x5152 -x7744 -x5118 -x7709 -x5084 -x7674 -x5050 -x7639 -x5016 -x7604 -x4982 -x7569 -x4948 -x7534 -x4914 -x7499 -x4880 -x7464 -x4846 -x7429 -x4812 -x7394 -x4778 -x7359 -x4744 -x7324 -x4710 -x7289 -x4676 -x7254 -x4642 -x7219 -x4608 -x7184 -x4574 -x7149 -x4540 -x7114 -x4506 -x7079 -x4472 -x7044 -x4438 -x7009 -x4404 -x6974 -x4370 -x6939 -x4336 -x6904 -x4302 -x6869 -x4268 -x6834 -x4234 -x6799 -x4200 -x6764 -x4166 -x6729 -x4132 -x6694 -x4098 -x6659 -x4064 -x6624 -x1337 -x1302 -x1267 -x1232 -x1197 -x1162 -x1127 -x1092 -x1057 -x1022 -x987 -x952 -x917 -x882 -x847 -x812 -x777 -x742 -x707 -x672 -x637 -x602 -x567 -x532 -x497 -x462 -x427 -x392 -x357 -x322 -x287 -x252 -x3893 -x6449 -x3859 -x6414 -x3825 -x6379 -x3791 -x6344 -x3757 -x6309 -x3723 -x6274 -x3689 -x6239 -x3655 -x6204 -x3621 -x6169 -x3587 -x6134 -x3553 -x6099 -x3519 -x6064 -x3485 -x6029 -x3451 -x5994 -x3417 -x5959 -x3383 -x5924 -x3349 -x5889 -x3315 -x5854 -x3281 -x5819 -x3247 -x5784 -x3213 -x5749 -x3179 -x5714 -x3145 -x5679 -x3111 -x5644 -x3077 -x5609 -x3043 -x5574 -x3009 -x5539 -x2975 -x5504 -x2941 -x5469 -x2907 -x5434 -x2873 -x5399 -x2839 -x5364 -x2633 -x2598 -x2563 -x2528 -x2493 -x2458 -x2423 -x2388 -x2353 -x2318 -x2283 -x2248 -x2213 -x2178 -x2143 -x2108 -x2073 -x2038 -x2003 -x1968 -x1933 -x1898 -x1863 -x1828 -x1793 -x1758 -x1723 -x1688 -x1653 -x1618 -x1583 -x1548 -x5153 -x7745 -x5119 -x7710 -x5085 -x7675 -x5051 -x7640 -x5017 -x7605 -x4983 -x7570 -x4949 -x7535 -x4915 -x7500 -x4881 -x7465 -x4847 -x7430 -x4813 -x7395 -x4779 -x7360 -x4745 -x7325 -x4711 -x7290 -x4677 -x7255 -x4643 -x7220 -x4609 -x7185 -x4575 -x7150 -x4541 -x7115 -x4507 -x7080 -x4473 -x7045 -x4439 -x7010 -x4405 -x6975 -x4371 -x6940 -x4337 -x6905 -x4303 -x6870 -x4269 -x6835 -x4235 -x6800 -x4201 -x6765 -x4167 -x6730 -x4133 -x6695 -x4099 -x6660 -x1338 -x1303 -x1268 -x1233 -x1198 -x1163 -x1128 -x1093 -x1058 -x1023 -x988 -x953 -x918 -x883 -x848 -x813 -x778 -x743 -x708 -x673 -x638 -x603 -x568 -x533 -x498 -x463 -x428 -x393 -x358 -x323 -x288 -x3894 -x6450 -x3860 -x6415 -x3826 -x6380 -x3792 -x6345 -x3758 -x6310 -x3724 -x6275 -x3690 -x6240 -x3656 -x6205 -x3622 -x6170 -x3588 -x6135 -x3554 -x6100 -x3520 -x6065 -x3486 -x6030 -x3452 -x5995 -x3418 -x5960 -x3384 -x5925 -x3350 -x5890 -x3316 -x5855 -x3282 -x5820 -x3248 -x5785 -x3214 -x5750 -x3180 -x5715 -x3146 -x5680 -x3112 -x5645 -x3078 -x5610 -x3044 -x5575 -x3010 -x5540 -x2976 -x5505 -x2942 -x5470 -x2908 -x5435 -x2874 -x5400 -x2634 -x2599 -x2564 -x2529 -x2494 -x2459 -x2424 -x2389 -x2354 -x2319 -x2284 -x2249 -x2214 -x2179 -x2144 -x2109 -x2074 -x2039 -x2004 -x1969 -x1934 -x1899 -x1864 -x1829 -x1794 -x1759 -x1724 -x1689 -x1654 -x1619 -x1584 -x5154 -x7746 -x5120 -x7711 -x5086 -x7676 -x5052 -x7641 -x5018 -x7606 -x4984 -x7571 -x4950 -x7536 -x4916 -x7501 -x4882 -x7466 -x4848 -x7431 -x4814 -x7396 -x4780 -x7361 -x4746 -x7326 -x4712 -x7291 -x4678 -x7256 -x4644 -x7221 -x4610 -x7186 -x4576 -x7151 -x4542 -x7116 -x4508 -x7081 -x4474 -x7046 -x4440 -x7011 -x4406 -x6976 -x4372 -x6941 -x4338 -x6906 -x4304 -x6871 -x4270 -x6836 -x4236 -x6801 -x4202 -x6766 -x4168 -x6731 -x4134 -x6696 -x1339 -x1304 -x1269 -x1234 -x1199 -x1164 -x1129 -x1094 -x1059 -x1024 -x989 -x954 -x919 -x884 -x849 -x814 -x779 -x744 -x709 -x674 -x639 -x604 -x569 -x534 -x499 -x464 -x429 -x394 -x359 -x324 -x3895 -x6451 -x3861 -x6416 -x3827 -x6381 -x3793 -x6346 -x3759 -x6311 -x3725 -x6276 -x3691 -x6241 -x3657 -x6206 -x3623 -x6171 -x3589 -x6136 -x3555 -x6101 -x3521 -x6066 -x3487 -x6031 -x3453 -x5996 -x3419 -x5961 -x3385 -x5926 -x3351 -x5891 -x3317 -x5856 -x3283 -x5821 -x3249 -x5786 -x3215 -x5751 -x3181 -x5716 -x3147 -x5681 -x3113 -x5646 -x3079 -x5611 -x3045 -x5576 -x3011 -x5541 -x2977 -x5506 -x2943 -x5471 -x2909 -x5436 -x2635 -x2600 -x2565 -x2530 -x2495 -x2460 -x2425 -x2390 -x2355 -x2320 -x2285 -x2250 -x2215 -x2180 -x2145 -x2110 -x2075 -x2040 -x2005 -x1970 -x1935 -x1900 -x1865 -x1830 -x1795 -x1760 -x1725 -x1690 -x1655 -x1620 -x5155 -x7747 -x5121 -x7712 -x5087 -x7677 -x5053 -x7642 -x5019 -x7607 -x4985 -x7572 -x4951 -x7537 -x4917 -x7502 -x4883 -x7467 -x4849 -x7432 -x4815 -x7397 -x4781 -x7362 -x4747 -x7327 -x4713 -x7292 -x4679 -x7257 -x4645 -x7222 -x4611 -x7187 -x4577 -x7152 -x4543 -x7117 -x4509 -x7082 -x4475 -x7047 -x4441 -x7012 -x4407 -x6977 -x4373 -x6942 -x4339 -x6907 -x4305 -x6872 -x4271 -x6837 -x4237 -x6802 -x4203 -x6767 -x4169 -x6732 -x1340 -x1305 -x1270 -x1235 -x1200 -x1165 -x1130 -x1095 -x1060 -x1025 -x990 -x955 -x920 -x885 -x850 -x815 -x780 -x745 -x710 -x675 -x640 -x605 -x570 -x535 -x500 -x465 -x430 -x395 -x360 -x3896 -x6452 -x3862 -x6417 -x3828 -x6382 -x3794 -x6347 -x3760 -x6312 -x3726 -x6277 -x3692 -x6242 -x3658 -x6207 -x3624 -x6172 -x3590 -x6137 -x3556 -x6102 -x3522 -x6067 -x3488 -x6032 -x3454 -x5997 -x3420 -x5962 -x3386 -x5927 -x3352 -x5892 -x3318 -x5857 -x3284 -x5822 -x3250 -x5787 -x3216 -x5752 -x3182 -x5717 -x3148 -x5682 -x3114 -x5647 -x3080 -x5612 -x3046 -x5577 -x3012 -x5542 -x2978 -x5507 -x2944 -x5472 -x2636 -x2601 -x2566 -x2531 -x2496 -x2461 -x2426 -x2391 -x2356 -x2321 -x2286 -x2251 -x2216 -x2181 -x2146 -x2111 -x2076 -x2041 -x2006 -x1971 -x1936 -x1901 -x1866 -x1831 -x1796 -x1761 -x1726 -x1691 -x1656 -x5156 -x7748 -x5122 -x7713 -x5088 -x7678 -x5054 -x7643 -x5020 -x7608 -x4986 -x7573 -x4952 -x7538 -x4918 -x7503 -x4884 -x7468 -x4850 -x7433 -x4816 -x7398 -x4782 -x7363 -x4748 -x7328 -x4714 -x7293 -x4680 -x7258 -x4646 -x7223 -x4612 -x7188 -x4578 -x7153 -x4544 -x7118 -x4510 -x7083 -x4476 -x7048 -x4442 -x7013 -x4408 -x6978 -x4374 -x6943 -x4340 -x6908 -x4306 -x6873 -x4272 -x6838 -x4238 -x6803 -x4204 -x6768 -x1341 -x1306 -x1271 -x1236 -x1201 -x1166 -x1131 -x1096 -x1061 -x1026 -x991 -x956 -x921 -x886 -x851 -x816 -x781 -x746 -x711 -x676 -x641 -x606 -x571 -x536 -x501 -x466 -x431 -x396 -x3897 -x6453 -x3863 -x6418 -x3829 -x6383 -x3795 -x6348 -x3761 -x6313 -x3727 -x6278 -x3693 -x6243 -x3659 -x6208 -x3625 -x6173 -x3591 -x6138 -x3557 -x6103 -x3523 -x6068 -x3489 -x6033 -x3455 -x5998 -x3421 -x5963 -x3387 -x5928 -x3353 -x5893 -x3319 -x5858 -x3285 -x5823 -x3251 -x5788 -x3217 -x5753 -x3183 -x5718 -x3149 -x5683 -x3115 -x5648 -x3081 -x5613 -x3047 -x5578 -x3013 -x5543 -x2979 -x5508 -x2637 -x2602 -x2567 -x2532 -x2497 -x2462 -x2427 -x2392 -x2357 -x2322 -x2287 -x2252 -x2217 -x2182 -x2147 -x2112 -x2077 -x2042 -x2007 -x1972 -x1937 -x1902 -x1867 -x1832 -x1797 -x1762 -x1727 -x1692 -x5157 -x7749 -x5123 -x7714 -x5089 -x7679 -x5055 -x7644 -x5021 -x7609 -x4987 -x7574 -x4953 -x7539 -x4919 -x7504 -x4885 -x7469 -x4851 -x7434 -x4817 -x7399 -x4783 -x7364 -x4749 -x7329 -x4715 -x7294 -x4681 -x7259 -x4647 -x7224 -x4613 -x7189 -x4579 -x7154 -x4545 -x7119 -x4511 -x7084 -x4477 -x7049 -x4443 -x7014 -x4409 -x6979 -x4375 -x6944 -x4341 -x6909 -x4307 -x6874 -x4273 -x6839 -x4239 -x6804 -x1342 -x1307 -x1272 -x1237 -x1202 -x1167 -x1132 -x1097 -x1062 -x1027 -x992 -x957 -x922 -x887 -x852 -x817 -x782 -x747 -x712 -x677 -x642 -x607 -x572 -x537 -x502 -x467 -x432 -x3898 -x6454 -x3864 -x6419 -x3830 -x6384 -x3796 -x6349 -x3762 -x6314 -x3728 -x6279 -x3694 -x6244 -x3660 -x6209 -x3626 -x6174 -x3592 -x6139 -x3558 -x6104 -x3524 -x6069 -x3490 -x6034 -x3456 -x5999 -x3422 -x5964 -x3388 -x5929 -x3354 -x5894 -x3320 -x5859 -x3286 -x5824 -x3252 -x5789 -x3218 -x5754 -x3184 -x5719 -x3150 -x5684 -x3116 -x5649 -x3082 -x5614 -x3048 -x5579 -x3014 -x5544 -x2638 -x2603 -x2568 -x2533 -x2498 -x2463 -x2428 -x2393 -x2358 -x2323 -x2288 -x2253 -x2218 -x2183 -x2148 -x2113 -x2078 -x2043 -x2008 -x1973 -x1938 -x1903 -x1868 -x1833 -x1798 -x1763 -x1728 -x5158 -x7750 -x5124 -x7715 -x5090 -x7680 -x5056 -x7645 -x5022 -x7610 -x4988 -x7575 -x4954 -x7540 -x4920 -x7505 -x4886 -x7470 -x4852 -x7435 -x4818 -x7400 -x4784 -x7365 -x4750 -x7330 -x4716 -x7295 -x4682 -x7260 -x4648 -x7225 -x4614 -x7190 -x4580 -x7155 -x4546 -x7120 -x4512 -x7085 -x4478 -x7050 -x4444 -x7015 -x4410 -x6980 -x4376 -x6945 -x4342 -x6910 -x4308 -x6875 -x4274 -x6840 -x1343 -x1308 -x1273 -x1238 -x1203 -x1168 -x1133 -x1098 -x1063 -x1028 -x993 -x958 -x923 -x888 -x853 -x818 -x783 -x748 -x713 -x678 -x643 -x608 -x573 -x538 -x503 -x468 -x3899 -x6455 -x3865 -x6420 -x3831 -x6385 -x3797 -x6350 -x3763 -x6315 -x3729 -x6280 -x3695 -x6245 -x3661 -x6210 -x3627 -x6175 -x3593 -x6140 -x3559 -x6105 -x3525 -x6070 -x3491 -x6035 -x3457 -x6000 -x3423 -x5965 -x3389 -x5930 -x3355 -x5895 -x3321 -x5860 -x3287 -x5825 -x3253 -x5790 -x3219 -x5755 -x3185 -x5720 -x3151 -x5685 -x3117 -x5650 -x3083 -x5615 -x3049 -x5580 -x2639 -x2604 -x2569 -x2534 -x2499 -x2464 -x2429 -x2394 -x2359 -x2324 -x2289 -x2254 -x2219 -x2184 -x2149 -x2114 -x2079 -x2044 -x2009 -x1974 -x1939 -x1904 -x1869 -x1834 -x1799 -x1764 -x5159 -x7751 -x5125 -x7716 -x5091 -x7681 -x5057 -x7646 -x5023 -x7611 -x4989 -x7576 -x4955 -x7541 -x4921 -x7506 -x4887 -x7471 -x4853 -x7436 -x4819 -x7401 -x4785 -x7366 -x4751 -x7331 -x4717 -x7296 -x4683 -x7261 -x4649 -x7226 -x4615 -x7191 -x4581 -x7156 -x4547 -x7121 -x4513 -x7086 -x4479 -x7051 -x4445 -x7016 -x4411 -x6981 -x4377 -x6946 -x4343 -x6911 -x4309 -x6876 -x1344 -x1309 -x1274 -x1239 -x1204 -x1169 -x1134 -x1099 -x1064 -x1029 -x994 -x959 -x924 -x889 -x854 -x819 -x784 -x749 -x714 -x679 -x644 -x609 -x574 -x539 -x504 -x3900 -x6456 -x3866 -x6421
3600.09/3610.60	v -x3832 -x6386 -x3798 -x6351 -x3764 -x6316 -x3730 -x6281 -x3696 -x6246 -x3662 -x6211 -x3628 -x6176 -x3594 -x6141 -x3560 -x6106 -x3526 -x6071 -x3492 -x6036 -x3458 -x6001 -x3424 -x5966 -x3390 -x5931 -x3356 -x5896 -x3322 -x5861 -x3288 -x5826 -x3254 -x5791 -x3220 -x5756 -x3186 -x5721 -x3152 -x5686 -x3118 -x5651 -x3084 -x5616 -x2640 -x2605 -x2570 -x2535 -x2500 -x2465 -x2430 -x2395 -x2360 -x2325 -x2290 -x2255 -x2220 -x2185 -x2150 -x2115 -x2080 -x2045 -x2010 -x1975 -x1940 -x1905 -x1870 -x1835 -x1800 -x5160 -x7752 -x5126 -x7717 -x5092 -x7682 -x5058 -x7647 -x5024 -x7612 -x4990 -x7577 -x4956 -x7542 -x4922 -x7507 -x4888 -x7472 -x4854 -x7437 -x4820 -x7402 -x4786 -x7367 -x4752 -x7332 -x4718 -x7297 -x4684 -x7262 -x4650 -x7227 -x4616 -x7192 -x4582 -x7157 -x4548 -x7122 -x4514 -x7087 -x4480 -x7052 -x4446 -x7017 -x4412 -x6982 -x4378 -x6947 -x4344 -x6912 -x1345 -x1310 -x1275 -x1240 -x1205 -x1170 -x1135 -x1100 -x1065 -x1030 -x995 -x960 -x925 -x890 -x855 -x820 -x785 -x750 -x715 -x680 -x645 -x610 -x575 -x540 -x3901 -x6457 -x3867 -x6422 -x3833 -x6387 -x3799 -x6352 -x3765 -x6317 -x3731 -x6282 -x3697 -x6247 -x3663 -x6212 -x3629 -x6177 -x3595 -x6142 -x3561 -x6107 -x3527 -x6072 -x3493 -x6037 -x3459 -x6002 -x3425 -x5967 -x3391 -x5932 -x3357 -x5897 -x3323 -x5862 -x3289 -x5827 -x3255 -x5792 -x3221 -x5757 -x3187 -x5722 -x3153 -x5687 -x3119 -x5652 -x2641 -x2606 -x2571 -x2536 -x2501 -x2466 -x2431 -x2396 -x2361 -x2326 -x2291 -x2256 -x2221 -x2186 -x2151 -x2116 -x2081 -x2046 -x2011 -x1976 -x1941 -x1906 -x1871 -x1836 -x5161 -x7753 -x5127 -x7718 -x5093 -x7683 -x5059 -x7648 -x5025 -x7613 -x4991 -x7578 -x4957 -x7543 -x4923 -x7508 -x4889 -x7473 -x4855 -x7438 -x4821 -x7403 -x4787 -x7368 -x4753 -x7333 -x4719 -x7298 -x4685 -x7263 -x4651 -x7228 -x4617 -x7193 -x4583 -x7158 -x4549 -x7123 -x4515 -x7088 -x4481 -x7053 -x4447 -x7018 -x4413 -x6983 -x4379 -x6948 -x1346 -x1311 -x1276 -x1241 -x1206 -x1171 -x1136 -x1101 -x1066 -x1031 -x996 -x961 -x926 -x891 -x856 -x821 -x786 -x751 -x716 -x681 -x646 -x611 -x576 -x3902 -x6458 -x3868 -x6423 -x3834 -x6388 -x3800 -x6353 -x3766 -x6318 -x3732 -x6283 -x3698 -x6248 -x3664 -x6213 -x3630 -x6178 -x3596 -x6143 -x3562 -x6108 -x3528 -x6073 -x3494 -x6038 -x3460 -x6003 -x3426 -x5968 -x3392 -x5933 -x3358 -x5898 -x3324 -x5863 -x3290 -x5828 -x3256 -x5793 -x3222 -x5758 -x3188 -x5723 -x3154 -x5688 -x2642 -x2607 -x2572 -x2537 -x2502 -x2467 -x2432 -x2397 -x2362 -x2327 -x2292 -x2257 -x2222 -x2187 -x2152 -x2117 -x2082 -x2047 -x2012 -x1977 -x1942 -x1907 -x1872 -x5162 -x7754 -x5128 -x7719 -x5094 -x7684 -x5060 -x7649 -x5026 -x7614 -x4992 -x7579 -x4958 -x7544 -x4924 -x7509 -x4890 -x7474 -x4856 -x7439 -x4822 -x7404 -x4788 -x7369 -x4754 -x7334 -x4720 -x7299 -x4686 -x7264 -x4652 -x7229 -x4618 -x7194 -x4584 -x7159 -x4550 -x7124 -x4516 -x7089 -x4482 -x7054 -x4448 -x7019 -x4414 -x6984 -x1347 -x1312 -x1277 -x1242 -x1207 -x1172 -x1137 -x1102 -x1067 -x1032 -x997 -x962 -x927 -x892 -x857 -x822 -x787 -x752 -x717 -x682 -x647 -x612 -x3903 -x6459 -x3869 -x6424 -x3835 -x6389 -x3801 -x6354 -x3767 -x6319 -x3733 -x6284 -x3699 -x6249 -x3665 -x6214 -x3631 -x6179 -x3597 -x6144 -x3563 -x6109 -x3529 -x6074 -x3495 -x6039 -x3461 -x6004 -x3427 -x5969 -x3393 -x5934 -x3359 -x5899 -x3325 -x5864 -x3291 -x5829 -x3257 -x5794 -x3223 -x5759 -x3189 -x5724 -x2643 -x2608 -x2573 -x2538 -x2503 -x2468 -x2433 -x2398 -x2363 -x2328 -x2293 -x2258 -x2223 -x2188 -x2153 -x2118 -x2083 -x2048 -x2013 -x1978 -x1943 -x1908 -x5163 -x7755 -x5129 -x7720 -x5095 -x7685 -x5061 -x7650 -x5027 -x7615 -x4993 -x7580 -x4959 -x7545 -x4925 -x7510 -x4891 -x7475 -x4857 -x7440 -x4823 -x7405 -x4789 -x7370 -x4755 -x7335 -x4721 -x7300 -x4687 -x7265 -x4653 -x7230 -x4619 -x7195 -x4585 -x7160 -x4551 -x7125 -x4517 -x7090 -x4483 -x7055 -x4449 -x7020 -x1348 -x1313 -x1278 -x1243 -x1208 -x1173 -x1138 -x1103 -x1068 -x1033 -x998 -x963 -x928 -x893 -x858 -x823 -x788 -x753 -x718 -x683 -x648 -x3904 -x6460 -x3870 -x6425 -x3836 -x6390 -x3802 -x6355 -x3768 -x6320 -x3734 -x6285 -x3700 -x6250 -x3666 -x6215 -x3632 -x6180 -x3598 -x6145 -x3564 -x6110 -x3530 -x6075 -x3496 -x6040 -x3462 -x6005 -x3428 -x5970 -x3394 -x5935 -x3360 -x5900 -x3326 -x5865 -x3292 -x5830 -x3258 -x5795 -x3224 -x5760 -x2644 -x2609 -x2574 -x2539 -x2504 -x2469 -x2434 -x2399 -x2364 -x2329 -x2294 -x2259 -x2224 -x2189 -x2154 -x2119 -x2084 -x2049 -x2014 -x1979 -x1944 -x5164 -x7756 -x5130 -x7721 -x5096 -x7686 -x5062 -x7651 -x5028 -x7616 -x4994 -x7581 -x4960 -x7546 -x4926 -x7511 -x4892 -x7476 -x4858 -x7441 -x4824 -x7406 -x4790 -x7371 -x4756 -x7336 -x4722 -x7301 -x4688 -x7266 -x4654 -x7231 -x4620 -x7196 -x4586 -x7161 -x4552 -x7126 -x4518 -x7091 -x4484 -x7056 -x1349 -x1314 -x1279 -x1244 -x1209 -x1174 -x1139 -x1104 -x1069 -x1034 -x999 -x964 -x929 -x894 -x859 -x824 -x789 -x754 -x719 -x684 -x3905 -x6461 -x3871 -x6426 -x3837 -x6391 -x3803 -x6356 -x3769 -x6321 -x3735 -x6286 -x3701 -x6251 -x3667 -x6216 -x3633 -x6181 -x3599 -x6146 -x3565 -x6111 -x3531 -x6076 -x3497 -x6041 -x3463 -x6006 -x3429 -x5971 -x3395 -x5936 -x3361 -x5901 -x3327 -x5866 -x3293 -x5831 -x3259 -x5796 -x2645 -x2610 -x2575 -x2540 -x2505 -x2470 -x2435 -x2400 -x2365 -x2330 -x2295 -x2260 -x2225 -x2190 -x2155 -x2120 -x2085 -x2050 -x2015 -x1980 -x5165 -x7757 -x5131 -x7722 -x5097 -x7687 -x5063 -x7652 -x5029 -x7617 -x4995 -x7582 -x4961 -x7547 -x4927 -x7512 -x4893 -x7477 -x4859 -x7442 -x4825 -x7407 -x4791 -x7372 -x4757 -x7337 -x4723 -x7302 -x4689 -x7267 -x4655 -x7232 -x4621 -x7197 -x4587 -x7162 -x4553 -x7127 -x4519 -x7092 -x1350 -x1315 -x1280 -x1245 -x1210 -x1175 -x1140 -x1105 -x1070 -x1035 -x1000 -x965 -x930 -x895 -x860 -x825 -x790 -x755 -x720 -x3906 -x6462 -x3872 -x6427 -x3838 -x6392 -x3804 -x6357 -x3770 -x6322 -x3736 -x6287 -x3702 -x6252 -x3668 -x6217 -x3634 -x6182 -x3600 -x6147 -x3566 -x6112 -x3532 -x6077 -x3498 -x6042 -x3464 -x6007 -x3430 -x5972 -x3396 -x5937 -x3362 -x5902 -x3328 -x5867 -x3294 -x5832 -x2646 -x2611 -x2576 -x2541 -x2506 -x2471 -x2436 -x2401 -x2366 -x2331 -x2296 -x2261 -x2226 -x2191 -x2156 -x2121 -x2086 -x2051 -x2016 -x5166 -x7758 -x5132 -x7723 -x5098 -x7688 -x5064 -x7653 -x5030 -x7618 -x4996 -x7583 -x4962 -x7548 -x4928 -x7513 -x4894 -x7478 -x4860 -x7443 -x4826 -x7408 -x4792 -x7373 -x4758 -x7338 -x4724 -x7303 -x4690 -x7268 -x4656 -x7233 -x4622 -x7198 -x4588 -x7163 -x4554 -x7128 -x1351 -x1316 -x1281 -x1246 -x1211 -x1176 -x1141 -x1106 -x1071 -x1036 -x1001 -x966 -x931 -x896 -x861 -x826 -x791 -x756 -x3907 -x6463 -x3873 -x6428 -x3839 -x6393 -x3805 -x6358 -x3771 -x6323 -x3737 -x6288 -x3703 -x6253 -x3669 -x6218 -x3635 -x6183 -x3601 -x6148 -x3567 -x6113 -x3533 -x6078 -x3499 -x6043 -x3465 -x6008 -x3431 -x5973 -x3397 -x5938 -x3363 -x5903 -x3329 -x5868 -x2647 -x2612 -x2577 -x2542 -x2507 -x2472 -x2437 -x2402 -x2367 -x2332 -x2297 -x2262 -x2227 -x2192 -x2157 -x2122 -x2087 -x2052 -x5167 -x7759 -x5133 -x7724 -x5099 -x7689 -x5065 -x7654 -x5031 -x7619 -x4997 -x7584 -x4963 -x7549 -x4929 -x7514 -x4895 -x7479 -x4861 -x7444 -x4827 -x7409 -x4793 -x7374 -x4759 -x7339 -x4725 -x7304 -x4691 -x7269 -x4657 -x7234 -x4623 -x7199 -x4589 -x7164 -x1352 -x1317 -x1282 -x1247 -x1212 -x1177 -x1142 -x1107 -x1072 -x1037 -x1002 -x967 -x932 -x897 -x862 -x827 -x792 -x3908 -x6464 -x3874 -x6429 -x3840 -x6394 -x3806 -x6359 -x3772 -x6324 -x3738 -x6289 -x3704 -x6254 -x3670 -x6219 -x3636 -x6184 -x3602 -x6149 -x3568 -x6114 -x3534 -x6079 -x3500 -x6044 -x3466 -x6009 -x3432 -x5974 -x3398 -x5939 -x3364 -x5904 -x2648 -x2613 -x2578 -x2543 -x2508 -x2473 -x2438 -x2403 -x2368 -x2333 -x2298 -x2263 -x2228 -x2193 -x2158 -x2123 -x2088 -x5168 -x7760 -x5134 -x7725 -x5100 -x7690 -x5066 -x7655 -x5032 -x7620 -x4998 -x7585 -x4964 -x7550 -x4930 -x7515 -x4896 -x7480 -x4862 -x7445 -x4828 -x7410 -x4794 -x7375 -x4760 -x7340 -x4726 -x7305 -x4692 -x7270 -x4658 -x7235 -x4624 -x7200 -x1353 -x1318 -x1283 -x1248 -x1213 -x1178 -x1143 -x1108 -x1073 -x1038 -x1003 -x968 -x933 -x898 -x863 -x828 -x3909 -x6465 -x3875 -x6430 -x3841 -x6395 -x3807 -x6360 -x3773 -x6325 -x3739 -x6290 -x3705 -x6255 -x3671 -x6220 -x3637 -x6185 -x3603 -x6150 -x3569 -x6115 -x3535 -x6080 -x3501 -x6045 -x3467 -x6010 -x3433 -x5975 -x3399 -x5940 -x2649 -x2614 -x2579 -x2544 -x2509 -x2474 -x2439 -x2404 -x2369 -x2334 -x2299 -x2264 -x2229 -x2194 -x2159 -x2124 -x5169 -x7761 -x5135 -x7726 -x5101 -x7691 -x5067 -x7656 -x5033 -x7621 -x4999 -x7586 -x4965 -x7551 -x4931 -x7516 -x4897 -x7481 -x4863 -x7446 -x4829 -x7411 -x4795 -x7376 -x4761 -x7341 -x4727 -x7306 -x4693 -x7271 -x4659 -x7236 -x1354 -x1319 -x1284 -x1249 -x1214 -x1179 -x1144 -x1109 -x1074 -x1039 -x1004 -x969 -x934 -x899 -x864 -x3910 -x6466 -x3876 -x6431 -x3842 -x6396 -x3808 -x6361 -x3774 -x6326 -x3740 -x6291 -x3706 -x6256 -x3672 -x6221 -x3638 -x6186 -x3604 -x6151 -x3570 -x6116 -x3536 -x6081 -x3502 -x6046 -x3468 -x6011 -x3434 -x5976 -x2650 -x2615 -x2580 -x2545 -x2510 -x2475 -x2440 -x2405 -x2370 -x2335 -x2300 -x2265 -x2230 -x2195 -x2160 -x5170 -x7762 -x5136 -x7727 -x5102 -x7692 -x5068 -x7657 -x5034 -x7622 -x5000 -x7587 -x4966 -x7552 -x4932 -x7517 -x4898 -x7482 -x4864 -x7447 -x4830 -x7412 -x4796 -x7377 -x4762 -x7342 -x4728 -x7307 -x4694 -x7272 -x1355 -x1320 -x1285 -x1250 -x1215 -x1180 -x1145 -x1110 -x1075 -x1040 -x1005 -x970 -x935 -x900 -x3911 -x6467 -x3877 -x6432 -x3843 -x6397 -x3809 -x6362 -x3775 -x6327 -x3741 -x6292 -x3707 -x6257 -x3673 -x6222 -x3639 -x6187 -x3605 -x6152 -x3571 -x6117 -x3537 -x6082 -x3503 -x6047 -x3469 -x6012 -x2651 -x2616 -x2581 -x2546 -x2511 -x2476 -x2441 -x2406 -x2371 -x2336 -x2301 -x2266 -x2231 -x2196 -x5171 -x7763 -x5137 -x7728 -x5103 -x7693 -x5069 -x7658 -x5035 -x7623 -x5001 -x7588 -x4967 -x7553 -x4933 -x7518 -x4899 -x7483 -x4865 -x7448 -x4831 -x7413 -x4797 -x7378 -x4763 -x7343 -x4729 -x7308 -x1356 -x1321 -x1286 -x1251 -x1216 -x1181 -x1146 -x1111 -x1076 -x1041 -x1006 -x971 -x936 -x3912 -x6468 -x3878 -x6433 -x3844 -x6398 -x3810 -x6363 -x3776 -x6328 -x3742 -x6293 -x3708 -x6258 -x3674 -x6223 -x3640 -x6188 -x3606 -x6153 -x3572 -x6118 -x3538 -x6083 -x3504 -x6048 -x2652 -x2617 -x2582 -x2547 -x2512 -x2477 -x2442 -x2407 -x2372 -x2337 -x2302 -x2267 -x2232 -x5172 -x7764 -x5138 -x7729 -x5104 -x7694 -x5070 -x7659 -x5036 -x7624 -x5002 -x7589 -x4968 -x7554 -x4934 -x7519 -x4900 -x7484 -x4866 -x7449 -x4832 -x7414 -x4798 -x7379 -x4764 -x7344 -x1357 -x1322 -x1287 -x1252 -x1217 -x1182 -x1147 -x1112 -x1077 -x1042 -x1007 -x972 -x3913 -x6469 -x3879 -x6434 -x3845 -x6399 -x3811 -x6364 -x3777 -x6329 -x3743 -x6294 -x3709 -x6259 -x3675 -x6224 -x3641 -x6189 -x3607 -x6154 -x3573 -x6119 -x3539 -x6084 -x2653 -x2618 -x2583 -x2548 -x2513 -x2478 -x2443 -x2408 -x2373 -x2338 -x2303 -x2268 -x5173 -x7765 -x5139 -x7730 -x5105 -x7695 -x5071 -x7660 -x5037 -x7625 -x5003 -x7590 -x4969 -x7555 -x4935 -x7520 -x4901 -x7485 -x4867 -x7450 -x4833 -x7415 -x4799 -x7380 -x1358 -x1323 -x1288 -x1253 -x1218 -x1183 -x1148 -x1113 -x1078 -x1043 -x1008 -x3914 -x6470 -x3880 -x6435 -x3846 -x6400 -x3812 -x6365 -x3778 -x6330 -x3744 -x6295 -x3710 -x6260 -x3676 -x6225 -x3642 -x6190 -x3608 -x6155 -x3574 -x6120 -x2654 -x2619 -x2584 -x2549 -x2514 -x2479 -x2444 -x2409 -x2374 -x2339 -x2304 -x5174 -x7766 -x5140 -x7731 -x5106 -x7696 -x5072 -x7661 -x5038 -x7626 -x5004 -x7591 -x4970 -x7556 -x4936 -x7521 -x4902 -x7486 -x4868 -x7451 -x4834 -x7416 -x1359 -x1324 -x1289 -x1254 -x1219 -x1184 -x1149 -x1114 -x1079 -x1044 -x3915 -x6471 -x3881 -x6436 -x3847 -x6401 -x3813 -x6366 -x3779 -x6331 -x3745 -x6296 -x3711 -x6261 -x3677 -x6226 -x3643 -x6191 -x3609 -x6156 -x2655 -x2620 -x2585 -x2550 -x2515 -x2480 -x2445 -x2410 -x2375 -x2340 -x5175 -x7767 -x5141 -x7732 -x5107 -x7697 -x5073 -x7662 -x5039 -x7627 -x5005 -x7592 -x4971 -x7557 -x4937 -x7522 -x4903 -x7487 -x4869 -x7452 -x1360 -x1325 -x1290 -x1255 -x1220 -x1185 -x1150 -x1115 -x1080 -x3916 -x6472 -x3882 -x6437 -x3848 -x6402 -x3814 -x6367 -x3780 -x6332 -x3746 -x6297 -x3712 -x6262 -x3678 -x6227 -x3644 -x6192 -x2656 -x2621 -x2586 -x2551 -x2516 -x2481 -x2446 -x2411 -x2376 -x5176 -x7768 -x5142 -x7733 -x5108 -x7698 -x5074 -x7663 -x5040 -x7628 -x5006 -x7593 -x4972 -x7558 -x4938 -x7523 -x4904 -x7488 -x1361 -x1326 -x1291 -x1256 -x1221 -x1186 -x1151 -x1116 -x3917 -x6473 -x3883 -x6438 -x3849 -x6403 -x3815 -x6368 -x3781 -x6333 -x3747 -x6298 -x3713 -x6263 -x3679 -x6228 -x2657 -x2622 -x2587 -x2552 -x2517 -x2482 -x2447 -x2412 -x5177 -x7769 -x5143 -x7734 -x5109 -x7699 -x5075 -x7664 -x5041 -x7629 -x5007 -x7594 -x4973 -x7559 -x4939 -x7524 -x1362 -x1327 -x1292 -x1257 -x1222 -x1187 -x1152 -x3918 -x6474 -x3884 -x6439 -x3850 -x6404 -x3816 -x6369 -x3782 -x6334 -x3748 -x6299 -x3714 -x6264 -x2658 -x2623 -x2588 -x2553 -x2518 -x2483 -x2448 -x5178 -x7770 -x5144 -x7735 -x5110 -x7700 -x5076 -x7665 -x5042 -x7630 -x5008 -x7595 -x4974 -x7560 -x1363 -x1328 -x1293 -x1258 -x1223 -x1188 -x3919 -x6475 -x3885 -x6440 -x3851 -x6405 -x3817 -x6370 -x3783 -x6335 -x3749 -x6300 -x2659 -x2624 -x2589 -x2554 -x2519 -x2484 -x5179 -x7771 -x5145 -x7736 -x5111 -x7701 -x5077 -x7666 -x5043 -x7631 -x5009 -x7596 -x1364 -x1329 -x1294 -x1259 -x1224 -x3920 -x6476 -x3886 -x6441 -x3852 -x6406 -x3818 -x6371 -x3784 -x6336 -x2660 -x2625 -x2590 -x2555 -x2520 -x5180 -x7772 -x5146 -x7737 -x5112 -x7702 -x5078 -x7667 -x5044 -x7632 -x1365 -x1330 -x1295 -x1260 -x3921 -x6477 -x3887 -x6442 -x3853 -x6407 -x3819 -x6372 -x2661 -x2626 -x2591 -x2556 -x5181 -x7773 -x5147 -x7738 -x5113 -x7703 -x5079 -x7668 -x1366 -x1331 -x1296 -x3922 -x6478 -x3888 -x6443 -x3854 -x6408 -x2662 -x2627 -x2592 -x5182 -x7774 -x5148 -x7739 -x5114 -x7704 -x1367 -x1332 -x3923 -x6479 -x3889 -x6444 -x2663 -x2628 -x5183 -x7775 -x5149 -x7740 -x1368 -x3924 -x6480 -x2664 -x5184 -x7776
3600.09/3610.65	c received SIGTERM, forwarding to pbsolver...
3600.09/3610.65	c failed to send SIGTERM to pbsolver: [Errno 3] No such process

Verifier Data

OK	0

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

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.

NUMA information:
  number of nodes: 2
  memory of node 0: 63794 MiB (62436 MiB free)
  memory of node 1: 64507 MiB (60458 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4530493-1752261790/watcher-4530493-1752261790 -o /tmp/evaluation-result-4530493-1752261790/solver-4530493-1752261790 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC012-1752253269-119229 --watchdog 3760 ./scip-naps-1.00a2.sh HOME/instance-4530493-1752261790.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=122524, runsolver pid=122521

[startup+0.100079 s]*
/proc/loadavg: 4.07 4.08 4.09 5/258 122529
/proc/meminfo: memFree=125839012/131382112 swapFree=33010416/33010684
[pid=122524] ppid=122521 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/122524/stat : 122524 (scip-naps-1.00a) S 122521 122524 119216 0 -1 4194304 261 341 0 0 0 0 0 0 20 0 1 0 141858755 4292608 736 18446744073709551615 94858561654784 94858562549317 140723808307600 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94858562788368 94858562836112 94858595831808 140723808311707 140723808311806 140723808311806 140723808317410 0
/proc/122524/statm: 1048 736 672 219 0 110 0
[pid=122529] ppid=122524 vsize=19328 memory=14464 CPUtime=0.07 cores=5,7
/proc/122529/stat : 122529 (python3) D 122524 122524 119216 0 -1 4456448 1889 0 0 0 6 1 0 0 20 0 1 0 141858758 19791872 3616 18446744073709551615 94176521236480 94176521236857 140721884313264 0 0 0 0 16781312 2 1 0 0 17 5 0 0 0 0 0 94176521248152 94176521248772 94176550645760 140721884322142 140721884322336 140721884322336 140721884327911 0
/proc/122529/statm: 4832 3616 2016 1 0 1586 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 23520 KiB
Current children cumulated memory: 17408 KiB

[startup+0.213824 s]*
/proc/loadavg: 4.07 4.08 4.09 5/258 122529
/proc/meminfo: memFree=125838760/131382112 swapFree=33010416/33010684
[pid=122524] ppid=122521 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/122524/stat : 122524 (scip-naps-1.00a) S 122521 122524 119216 0 -1 4194304 261 341 0 0 0 0 0 0 20 0 1 0 141858755 4292608 736 18446744073709551615 94858561654784 94858562549317 140723808307600 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94858562788368 94858562836112 94858595831808 140723808311707 140723808311806 140723808311806 140723808317410 0
/proc/122524/statm: 1048 736 672 219 0 110 0
[pid=122529] ppid=122524 vsize=1186552 memory=31312 CPUtime=0.16 cores=5,7
/proc/122529/stat : 122529 (python3) R 122524 122524 119216 0 -1 4194304 3624 0 0 0 14 2 0 0 20 0 1 0 141858758 1215029248 7828 18446744073709551615 94176521236480 94176521236857 140721884313264 0 0 0 0 16781312 2 0 0 0 17 7 0 0 0 0 0 94176521248152 94176521248772 94176550645760 140721884322142 140721884322336 140721884322336 140721884327911 0
/proc/122529/statm: 296638 7828 4852 1 0 268660 0
Current children cumulated CPU time: 0.16 s
Current children cumulated vsize: 1190744 KiB
Current children cumulated memory: 34256 KiB

[startup+0.317996 s]*
/proc/loadavg: 4.07 4.08 4.09 5/258 122529
/proc/meminfo: memFree=125843752/131382112 swapFree=33010416/33010684
[pid=122524] ppid=122521 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/122524/stat : 122524 (scip-naps-1.00a) S 122521 122524 119216 0 -1 4194304 261 341 0 0 0 0 0 0 20 0 1 0 141858755 4292608 736 18446744073709551615 94858561654784 94858562549317 140723808307600 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94858562788368 94858562836112 94858595831808 140723808311707 140723808311806 140723808311806 140723808317410 0
/proc/122524/statm: 1048 736 672 219 0 110 0
[pid=122529] ppid=122524 vsize=1190448 memory=35280 CPUtime=0.25 cores=5,7
/proc/122529/stat : 122529 (python3) R 122524 122524 119216 0 -1 4194304 4462 0 0 0 22 3 0 0 20 0 1 0 141858758 1219018752 8820 18446744073709551615 94176521236480 94176521236857 140721884313264 0 0 0 0 16781312 2 0 0 0 17 7 0 0 0 0 0 94176521248152 94176521248772 94176550645760 140721884322142 140721884322336 140721884322336 140721884327911 0
/proc/122529/statm: 297612 8820 5044 1 0 269521 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 1194640 KiB
Current children cumulated memory: 38224 KiB

[startup+0.700336 s]
/proc/loadavg: 4.07 4.08 4.09 5/258 122529
/proc/meminfo: memFree=125783508/131382112 swapFree=33010416/33010684
[pid=122524] ppid=122521 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/122524/stat : 122524 (scip-naps-1.00a) S 122521 122524 119216 0 -1 4194304 261 341 0 0 0 0 0 0 20 0 1 0 141858755 4292608 736 18446744073709551615 94858561654784 94858562549317 140723808307600 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94858562788368 94858562836112 94858595831808 140723808311707 140723808311806 140723808311806 140723808317410 0
/proc/122524/statm: 1048 736 672 219 0 110 0
[pid=122529] ppid=122524 vsize=1239072 memory=90960 CPUtime=0.59 cores=5,7
/proc/122529/stat : 122529 (python3) R 122524 122524 119216 0 -1 4194304 15692 0 0 0 53 6 0 0 20 0 1 0 141858758 1268809728 22740 18446744073709551615 94176521236480 94176521236857 140721884313264 0 0 0 0 16781312 16386 0 0 0 17 7 0 0 0 0 0 94176521248152 94176521248772 94176550645760 140721884322142 140721884322336 140721884322336 140721884327911 0
/proc/122529/statm: 309768 22740 7956 1 0 281126 0
Current children cumulated CPU time: 0.59 s
Current children cumulated vsize: 1243264 KiB
Current children cumulated memory: 93904 KiB

[startup+1.50047 s]
/proc/loadavg: 4.07 4.08 4.09 5/259 122530
/proc/meminfo: memFree=125758860/131382112 swapFree=33010416/33010684
[pid=122524] ppid=122521 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/122524/stat : 122524 (scip-naps-1.00a) S 122521 122524 119216 0 -1 4194304 261 341 0 0 0 0 0 0 20 0 1 0 141858755 4292608 736 18446744073709551615 94858561654784 94858562549317 140723808307600 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94858562788368 94858562836112 94858595831808 140723808311707 140723808311806 140723808311806 140723808317410 0
/proc/122524/statm: 1048 736 672 219 0 110 0
[pid=122529] ppid=122524 vsize=1252744 memory=94824 CPUtime=0.63 cores=5,7
/proc/122529/stat : 122529 (python3) S 122524 122524 119216 0 -1 4194304 17128 0 0 0 56 7 0 0 20 0 1 0 141858758 1282809856 23706 18446744073709551615 94176521236480 94176521236857 140721884313264 0 0 0 0 16781312 16386 1 0 0 17 7 0 0 0 0 0 94176521248152 94176521248772 94176550645760 140721884322142 140721884322336 140721884322336 140721884327911 0
/proc/122529/statm: 313186 23706 7988 1 0 284544 0
[pid=122530] ppid=122529 vsize=24044 memory=22308 CPUtime=0.75 cores=5,7
/proc/122530/stat : 122530 (naps-1.03a6) R 122529 122530 122530 0 -1 4194304 5908 0 0 0 72 3 0 0 20 0 1 0 141858829 24621056 5577 18446744073709551615 4198400 7047149 140727412125520 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 27045888 140727412128127 140727412128241 140727412128241 140727412133833 0
/proc/122530/statm: 6011 5577 608 696 0 5172 0
Current children cumulated CPU time: 1.38 s
Current children cumulated vsize: 1280980 KiB
Current children cumulated memory: 120076 KiB

[startup+3.11362 s]
/proc/loadavg: 4.07 4.08 4.09 5/259 122530
/proc/meminfo: memFree=125738556/131382112 swapFree=33010416/33010684
[pid=122524] ppid=122521 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/122524/stat : 122524 (scip-naps-1.00a) S 122521 122524 119216 0 -1 4194304 261 341 0 0 0 0 0 0 20 0 1 0 141858755 4292608 736 18446744073709551615 94858561654784 94858562549317 140723808307600 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94858562788368 94858562836112 94858595831808 140723808311707 140723808311806 140723808311806 140723808317410 0
/proc/122524/statm: 1048 736 672 219 0 110 0
[pid=122529] ppid=122524 vsize=1252744 memory=94824 CPUtime=0.63 cores=5,7
/proc/122529/stat : 122529 (python3) S 122524 122524 119216 0 -1 4194304 17128 0 0 0 56 7 0 0 20 0 1 0 141858758 1282809856 23706 18446744073709551615 94176521236480 94176521236857 140721884313264 0 0 0 0 16781312 16386 1 0 0 17 7 0 0 0 0 0 94176521248152 94176521248772 94176550645760 140721884322142 140721884322336 140721884322336 140721884327911 0
/proc/122529/statm: 313186 23706 7988 1 0 284544 0
[pid=122530] ppid=122529 vsize=32020 memory=29540 CPUtime=2.36 cores=5,7
/proc/122530/stat : 122530 (naps-1.03a6) R 122529 122530 122530 0 -1 4194304 11290 0 0 0 232 4 0 0 20 0 1 0 141858829 32788480 7385 18446744073709551615 4198400 7047149 140727412125520 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 27045888 140727412128127 140727412128241 140727412128241 140727412133833 0
/proc/122530/statm: 8005 7385 640 696 0 7166 0
Current children cumulated CPU time: 2.99 s
Current children cumulated vsize: 1288956 KiB
Current children cumulated memory: 127308 KiB

[startup+6.3005 s]
/proc/loadavg: 4.07 4.08 4.09 5/259 122530
/proc/meminfo: memFree=125753052/131382112 swapFree=33010416/33010684
[pid=122524] ppid=122521 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/122524/stat : 122524 (scip-naps-1.00a) S 122521 122524 119216 0 -1 4194304 261 341 0 0 0 0 0 0 20 0 1 0 141858755 4292608 736 18446744073709551615 94858561654784 94858562549317 140723808307600 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94858562788368 94858562836112 94858595831808 140723808311707 140723808311806 140723808311806 140723808317410 0
/proc/122524/statm: 1048 736 672 219 0 110 0
[pid=122529] ppid=122524 vsize=1252744 memory=94824 CPUtime=0.63 cores=5,7
/proc/122529/stat : 122529 (python3) S 122524 122524 119216 0 -1 4194304 17128 0 0 0 56 7 0 0 20 0 1 0 141858758 1282809856 23706 18446744073709551615 94176521236480 94176521236857 140721884313264 0 0 0 0 16781312 16386 1 0 0 17 7 0 0 0 0 0 94176521248152 94176521248772 94176550645760 140721884322142 140721884322336 140721884322336 140721884327911 0
/proc/122529/statm: 313186 23706 7988 1 0 284544 0
[pid=122530] ppid=122529 vsize=37992 memory=35008 CPUtime=5.54 cores=5,7
/proc/122530/stat : 122530 (naps-1.03a6) R 122529 122530 122530 0 -1 4194304 14311 0 0 0 549 5 0 0 20 0 1 0 141858829 38903808 8752 18446744073709551615 4198400 7047149 140727412125520 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 27045888 140727412128127 140727412128241 140727412128241 140727412133833 0
/proc/122530/statm: 9498 8752 640 696 0 8659 0
Current children cumulated CPU time: 6.17 s
Current children cumulated vsize: 1294928 KiB
Current children cumulated memory: 132776 KiB

[startup+12.7005 s]
/proc/loadavg: 4.13 4.09 4.09 5/259 122530
/proc/meminfo: memFree=125706084/131382112 swapFree=33010416/33010684
[pid=122524] ppid=122521 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/122524/stat : 122524 (scip-naps-1.00a) S 122521 122524 119216 0 -1 4194304 261 341 0 0 0 0 0 0 20 0 1 0 141858755 4292608 736 18446744073709551615 94858561654784 94858562549317 140723808307600 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94858562788368 94858562836112 94858595831808 140723808311707 140723808311806 140723808311806 140723808317410 0
/proc/122524/statm: 1048 736 672 219 0 110 0
[pid=122529] ppid=122524 vsize=1252744 memory=94824 CPUtime=0.63 cores=5,7
/proc/122529/stat : 122529 (python3) S 122524 122524 119216 0 -1 4194304 17128 0 0 0 56 7 0 0 20 0 1 0 141858758 1282809856 23706 18446744073709551615 94176521236480 94176521236857 140721884313264 0 0 0 0 16781312 16386 1 0 0 17 7 0 0 0 0 0 94176521248152 94176521248772 94176550645760 140721884322142 140721884322336 140721884322336 140721884327911 0
/proc/122529/statm: 313186 23706 7988 1 0 284544 0
[pid=122530] ppid=122529 vsize=35924 memory=33188 CPUtime=11.92 cores=5,7
/proc/122530/stat : 122530 (naps-1.03a6) R 122529 122530 122530 0 -1 4194304 16818 0 0 0 1187 5 0 0 20 0 1 0 141858829 36786176 8297 18446744073709551615 4198400 7047149 140727412125520 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 27045888 140727412128127 140727412128241 140727412128241 140727412133833 0
/proc/122530/statm: 8981 8297 640 696 0 8142 0
Current children cumulated CPU time: 12.55 s
Current children cumulated vsize: 1292860 KiB
Current children cumulated memory: 130956 KiB

[startup+25.5005 s]
/proc/loadavg: 4.11 4.09 4.09 5/259 122530
/proc/meminfo: memFree=125701892/131382112 swapFree=33010416/33010684
[pid=122524] ppid=122521 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/122524/stat : 122524 (scip-naps-1.00a) S 122521 122524 119216 0 -1 4194304 261 341 0 0 0 0 0 0 20 0 1 0 141858755 4292608 736 18446744073709551615 94858561654784 94858562549317 140723808307600 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94858562788368 94858562836112 94858595831808 140723808311707 140723808311806 140723808311806 140723808317410 0
/proc/122524/statm: 1048 736 672 219 0 110 0
[pid=122529] ppid=122524 vsize=1252744 memory=94824 CPUtime=0.63 cores=5,7
/proc/122529/stat : 122529 (python3) S 122524 122524 119216 0 -1 4194304 17128 0 0 0 56 7 0 0 20 0 1 0 141858758 1282809856 23706 18446744073709551615 94176521236480 94176521236857 140721884313264 0 0 0 0 16781312 16386 1 0 0 17 7 0 0 0 0 0 94176521248152 94176521248772 94176550645760 140721884322142 140721884322336 140721884322336 140721884327911 0
/proc/122529/statm: 313186 23706 7988 1 0 284544 0
[pid=122530] ppid=122529 vsize=40092 memory=37344 CPUtime=24.68 cores=5,7
/proc/122530/stat : 122530 (naps-1.03a6) R 122529 122530 122530 0 -1 4194304 19003 0 0 0 2462 6 0 0 20 0 1 0 141858829 41054208 9336 18446744073709551615 4198400 7047149 140727412125520 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 27045888 140727412128127 140727412128241 140727412128241 140727412133833 0
/proc/122530/statm: 10023 9336 640 696 0 9184 0
Current children cumulated CPU time: 25.31 s
Current children cumulated vsize: 1297028 KiB
Current children cumulated memory: 135112 KiB

[startup+51.1137 s]
/proc/loadavg: 4.07 4.08 4.09 5/260 122533
/proc/meminfo: memFree=125767432/131382112 swapFree=33010416/33010684
[pid=122524] ppid=122521 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/122524/stat : 122524 (scip-naps-1.00a) S 122521 122524 119216 0 -1 4194304 261 341 0 0 0 0 0 0 20 0 1 0 141858755 4292608 736 18446744073709551615 94858561654784 94858562549317 140723808307600 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94858562788368 94858562836112 94858595831808 140723808311707 140723808311806 140723808311806 140723808317410 0
/proc/122524/statm: 1048 736 672 219 0 110 0
[pid=122529] ppid=122524 vsize=1252744 memory=94824 CPUtime=0.63 cores=5,7
/proc/122529/stat : 122529 (python3) S 122524 122524 119216 0 -1 4194304 17128 0 0 0 56 7 0 0 20 0 1 0 141858758 1282809856 23706 18446744073709551615 94176521236480 94176521236857 140721884313264 0 0 0 0 16781312 16386 1 0 0 17 7 0 0 0 0 0 94176521248152 94176521248772 94176550645760 140721884322142 140721884322336 140721884322336 140721884327911 0
/proc/122529/statm: 313186 23706 7988 1 0 284544 0
[pid=122530] ppid=122529 vsize=36380 memory=34024 CPUtime=50.22 cores=5,7
/proc/122530/stat : 122530 (naps-1.03a6) R 122529 122530 122530 0 -1 4194304 20626 0 0 0 5015 7 0 0 20 0 1 0 141858829 37253120 8506 18446744073709551615 4198400 7047149 140727412125520 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 27045888 140727412128127 140727412128241 140727412128241 140727412133833 0
/proc/122530/statm: 9095 8506 640 696 0 8256 0
Current children cumulated CPU time: 50.85 s
Current children cumulated vsize: 1293316 KiB
Current children cumulated memory: 131792 KiB

[startup+102.301 s]
/proc/loadavg: 4.14 4.10 4.09 5/259 122535
/proc/meminfo: memFree=125672604/131382112 swapFree=33010416/33010684
[pid=122524] ppid=122521 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/122524/stat : 122524 (scip-naps-1.00a) S 122521 122524 119216 0 -1 4194304 261 341 0 0 0 0 0 0 20 0 1 0 141858755 4292608 736 18446744073709551615 94858561654784 94858562549317 140723808307600 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94858562788368 94858562836112 94858595831808 140723808311707 140723808311806 140723808311806 140723808317410 0
/proc/122524/statm: 1048 736 672 219 0 110 0
[pid=122529] ppid=122524 vsize=1252744 memory=94824 CPUtime=0.63 cores=5,7
/proc/122529/stat : 122529 (python3) S 122524 122524 119216 0 -1 4194304 17128 0 0 0 56 7 0 0 20 0 1 0 141858758 1282809856 23706 18446744073709551615 94176521236480 94176521236857 140721884313264 0 0 0 0 16781312 16386 1 0 0 17 7 0 0 0 0 0 94176521248152 94176521248772 94176550645760 140721884322142 140721884322336 140721884322336 140721884327911 0
/proc/122529/statm: 313186 23706 7988 1 0 284544 0
[pid=122530] ppid=122529 vsize=62476 memory=60076 CPUtime=101.25 cores=5,7
/proc/122530/stat : 122530 (naps-1.03a6) R 122529 122530 122530 0 -1 4194304 24328 0 0 0 10117 8 0 0 20 0 1 0 141858829 63975424 15019 18446744073709551615 4198400 7047149 140727412125520 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 27045888 140727412128127 140727412128241 140727412128241 140727412133833 0
/proc/122530/statm: 15619 15019 640 696 0 14780 0
Current children cumulated CPU time: 101.88 s
Current children cumulated vsize: 1319412 KiB
Current children cumulated memory: 157844 KiB

[startup+162.3 s]
/proc/loadavg: 4.15 4.11 4.09 5/258 122537
/proc/meminfo: memFree=125598236/131382112 swapFree=33010416/33010684

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

[pid=122530] ppid=122529 vsize=152528 memory=150364 CPUtime=3152.48 cores=5,7
/proc/122530/stat : 122530 (naps-1.03a6) R 122529 122530 122530 0 -1 4194304 65522 0 0 0 315188 60 0 0 20 0 1 0 141858829 156188672 37591 18446744073709551615 4198400 7047149 140727412125520 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 27045888 140727412128127 140727412128241 140727412128241 140727412133833 0
/proc/122530/statm: 38132 37591 640 696 0 37293 0
Current children cumulated CPU time: 3153.11 s
Current children cumulated vsize: 1409464 KiB
Current children cumulated memory: 248900 KiB

[startup+3222.3 s]
/proc/loadavg: 4.25 4.13 4.10 5/258 122740
/proc/meminfo: memFree=126364112/131382112 swapFree=33010416/33010684
[pid=122524] ppid=122521 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/122524/stat : 122524 (scip-naps-1.00a) S 122521 122524 119216 0 -1 4194304 261 341 0 0 0 0 0 0 20 0 1 0 141858755 4292608 736 18446744073709551615 94858561654784 94858562549317 140723808307600 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94858562788368 94858562836112 94858595831808 140723808311707 140723808311806 140723808311806 140723808317410 0
/proc/122524/statm: 1048 736 672 219 0 110 0
[pid=122529] ppid=122524 vsize=1252744 memory=95592 CPUtime=0.63 cores=5,7
/proc/122529/stat : 122529 (python3) S 122524 122524 119216 0 -1 4194304 17128 0 0 0 56 7 0 0 20 0 1 0 141858758 1282809856 23898 18446744073709551615 94176521236480 94176521236857 140721884313264 0 0 0 0 16781312 16386 1 0 0 17 7 0 0 0 0 0 94176521248152 94176521248772 94176550645760 140721884322142 140721884322336 140721884322336 140721884327911 0
/proc/122529/statm: 313186 23898 7988 1 0 284544 0
[pid=122530] ppid=122529 vsize=160920 memory=158812 CPUtime=3212.31 cores=5,7
/proc/122530/stat : 122530 (naps-1.03a6) R 122529 122530 122530 0 -1 4194304 66087 0 0 0 321170 61 0 0 20 0 1 0 141858829 164782080 39703 18446744073709551615 4198400 7047149 140727412125520 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 27045888 140727412128127 140727412128241 140727412128241 140727412133833 0
/proc/122530/statm: 40230 39703 640 696 0 39391 0
Current children cumulated CPU time: 3212.94 s
Current children cumulated vsize: 1417856 KiB
Current children cumulated memory: 257348 KiB

[startup+3282.3 s]
/proc/loadavg: 4.83 4.32 4.17 5/258 122742
/proc/meminfo: memFree=126340844/131382112 swapFree=33010416/33010684
[pid=122524] ppid=122521 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/122524/stat : 122524 (scip-naps-1.00a) S 122521 122524 119216 0 -1 4194304 261 341 0 0 0 0 0 0 20 0 1 0 141858755 4292608 736 18446744073709551615 94858561654784 94858562549317 140723808307600 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94858562788368 94858562836112 94858595831808 140723808311707 140723808311806 140723808311806 140723808317410 0
/proc/122524/statm: 1048 736 672 219 0 110 0
[pid=122529] ppid=122524 vsize=1252744 memory=95592 CPUtime=0.63 cores=5,7
/proc/122529/stat : 122529 (python3) S 122524 122524 119216 0 -1 4194304 17128 0 0 0 56 7 0 0 20 0 1 0 141858758 1282809856 23898 18446744073709551615 94176521236480 94176521236857 140721884313264 0 0 0 0 16781312 16386 1 0 0 17 7 0 0 0 0 0 94176521248152 94176521248772 94176550645760 140721884322142 140721884322336 140721884322336 140721884327911 0
/proc/122529/statm: 313186 23898 7988 1 0 284544 0
[pid=122530] ppid=122529 vsize=160920 memory=158812 CPUtime=3272.14 cores=5,7
/proc/122530/stat : 122530 (naps-1.03a6) R 122529 122530 122530 0 -1 4194304 66087 0 0 0 327153 61 0 0 20 0 1 0 141858829 164782080 39703 18446744073709551615 4198400 7047149 140727412125520 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 27045888 140727412128127 140727412128241 140727412128241 140727412133833 0
/proc/122530/statm: 40230 39703 640 696 0 39391 0
Current children cumulated CPU time: 3272.77 s
Current children cumulated vsize: 1417856 KiB
Current children cumulated memory: 257348 KiB

[startup+3342.3 s]
/proc/loadavg: 4.30 4.26 4.16 5/258 122744
/proc/meminfo: memFree=126390944/131382112 swapFree=33010416/33010684
[pid=122524] ppid=122521 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/122524/stat : 122524 (scip-naps-1.00a) S 122521 122524 119216 0 -1 4194304 261 341 0 0 0 0 0 0 20 0 1 0 141858755 4292608 736 18446744073709551615 94858561654784 94858562549317 140723808307600 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94858562788368 94858562836112 94858595831808 140723808311707 140723808311806 140723808311806 140723808317410 0
/proc/122524/statm: 1048 736 672 219 0 110 0
[pid=122529] ppid=122524 vsize=1252744 memory=95592 CPUtime=0.63 cores=5,7
/proc/122529/stat : 122529 (python3) S 122524 122524 119216 0 -1 4194304 17128 0 0 0 56 7 0 0 20 0 1 0 141858758 1282809856 23898 18446744073709551615 94176521236480 94176521236857 140721884313264 0 0 0 0 16781312 16386 1 0 0 17 7 0 0 0 0 0 94176521248152 94176521248772 94176550645760 140721884322142 140721884322336 140721884322336 140721884327911 0
/proc/122529/statm: 313186 23898 7988 1 0 284544 0
[pid=122530] ppid=122529 vsize=105216 memory=103244 CPUtime=3331.96 cores=5,7
/proc/122530/stat : 122530 (naps-1.03a6) R 122529 122530 122530 0 -1 4194304 66711 0 0 0 333134 62 0 0 20 0 1 0 141858829 107741184 25811 18446744073709551615 4198400 7047149 140727412125520 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 27045888 140727412128127 140727412128241 140727412128241 140727412133833 0
/proc/122530/statm: 26304 25811 640 696 0 25465 0
Current children cumulated CPU time: 3332.59 s
Current children cumulated vsize: 1362152 KiB
Current children cumulated memory: 201780 KiB

[startup+3402.3 s]
/proc/loadavg: 4.23 4.24 4.16 5/258 122746
/proc/meminfo: memFree=126340324/131382112 swapFree=33010416/33010684
[pid=122524] ppid=122521 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/122524/stat : 122524 (scip-naps-1.00a) S 122521 122524 119216 0 -1 4194304 261 341 0 0 0 0 0 0 20 0 1 0 141858755 4292608 736 18446744073709551615 94858561654784 94858562549317 140723808307600 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94858562788368 94858562836112 94858595831808 140723808311707 140723808311806 140723808311806 140723808317410 0
/proc/122524/statm: 1048 736 672 219 0 110 0
[pid=122529] ppid=122524 vsize=1252744 memory=95592 CPUtime=0.63 cores=5,7
/proc/122529/stat : 122529 (python3) S 122524 122524 119216 0 -1 4194304 17128 0 0 0 56 7 0 0 20 0 1 0 141858758 1282809856 23898 18446744073709551615 94176521236480 94176521236857 140721884313264 0 0 0 0 16781312 16386 1 0 0 17 7 0 0 0 0 0 94176521248152 94176521248772 94176550645760 140721884322142 140721884322336 140721884322336 140721884327911 0
/proc/122529/statm: 313186 23898 7988 1 0 284544 0
[pid=122530] ppid=122529 vsize=136676 memory=134488 CPUtime=3391.79 cores=5,7
/proc/122530/stat : 122530 (naps-1.03a6) R 122529 122530 122530 0 -1 4194304 69497 0 0 0 339114 65 0 0 20 0 1 0 141858829 139956224 33622 18446744073709551615 4198400 7047149 140727412125520 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 27045888 140727412128127 140727412128241 140727412128241 140727412133833 0
/proc/122530/statm: 34169 33622 640 696 0 33330 0
Current children cumulated CPU time: 3392.42 s
Current children cumulated vsize: 1393612 KiB
Current children cumulated memory: 233024 KiB

[startup+3462.3 s]
/proc/loadavg: 4.14 4.21 4.15 5/258 122748
/proc/meminfo: memFree=126367396/131382112 swapFree=33010416/33010684
[pid=122524] ppid=122521 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/122524/stat : 122524 (scip-naps-1.00a) S 122521 122524 119216 0 -1 4194304 261 341 0 0 0 0 0 0 20 0 1 0 141858755 4292608 736 18446744073709551615 94858561654784 94858562549317 140723808307600 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94858562788368 94858562836112 94858595831808 140723808311707 140723808311806 140723808311806 140723808317410 0
/proc/122524/statm: 1048 736 672 219 0 110 0
[pid=122529] ppid=122524 vsize=1252744 memory=95592 CPUtime=0.63 cores=5,7
/proc/122529/stat : 122529 (python3) S 122524 122524 119216 0 -1 4194304 17128 0 0 0 56 7 0 0 20 0 1 0 141858758 1282809856 23898 18446744073709551615 94176521236480 94176521236857 140721884313264 0 0 0 0 16781312 16386 1 0 0 17 7 0 0 0 0 0 94176521248152 94176521248772 94176550645760 140721884322142 140721884322336 140721884322336 140721884327911 0
/proc/122529/statm: 313186 23898 7988 1 0 284544 0
[pid=122530] ppid=122529 vsize=136676 memory=134488 CPUtime=3451.63 cores=5,7
/proc/122530/stat : 122530 (naps-1.03a6) R 122529 122530 122530 0 -1 4194304 69497 0 0 0 345097 66 0 0 20 0 1 0 141858829 139956224 33622 18446744073709551615 4198400 7047149 140727412125520 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 27045888 140727412128127 140727412128241 140727412128241 140727412133833 0
/proc/122530/statm: 34169 33622 640 696 0 33330 0
Current children cumulated CPU time: 3452.26 s
Current children cumulated vsize: 1393612 KiB
Current children cumulated memory: 233024 KiB

[startup+3522.3 s]
/proc/loadavg: 4.10 4.19 4.15 5/258 122756
/proc/meminfo: memFree=126338832/131382112 swapFree=33010416/33010684
[pid=122524] ppid=122521 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/122524/stat : 122524 (scip-naps-1.00a) S 122521 122524 119216 0 -1 4194304 261 341 0 0 0 0 0 0 20 0 1 0 141858755 4292608 736 18446744073709551615 94858561654784 94858562549317 140723808307600 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94858562788368 94858562836112 94858595831808 140723808311707 140723808311806 140723808311806 140723808317410 0
/proc/122524/statm: 1048 736 672 219 0 110 0
[pid=122529] ppid=122524 vsize=1252744 memory=95592 CPUtime=0.63 cores=5,7
/proc/122529/stat : 122529 (python3) S 122524 122524 119216 0 -1 4194304 17128 0 0 0 56 7 0 0 20 0 1 0 141858758 1282809856 23898 18446744073709551615 94176521236480 94176521236857 140721884313264 0 0 0 0 16781312 16386 1 0 0 17 7 0 0 0 0 0 94176521248152 94176521248772 94176550645760 140721884322142 140721884322336 140721884322336 140721884327911 0
/proc/122529/statm: 313186 23898 7988 1 0 284544 0
[pid=122530] ppid=122529 vsize=136676 memory=134488 CPUtime=3511.45 cores=5,7
/proc/122530/stat : 122530 (naps-1.03a6) R 122529 122530 122530 0 -1 4194304 69497 0 0 0 351079 66 0 0 20 0 1 0 141858829 139956224 33622 18446744073709551615 4198400 7047149 140727412125520 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 27045888 140727412128127 140727412128241 140727412128241 140727412133833 0
/proc/122530/statm: 34169 33622 640 696 0 33330 0
Current children cumulated CPU time: 3512.08 s
Current children cumulated vsize: 1393612 KiB
Current children cumulated memory: 233024 KiB

[startup+3582.3 s]
/proc/loadavg: 4.10 4.17 4.14 5/258 122758
/proc/meminfo: memFree=126328692/131382112 swapFree=33010416/33010684
[pid=122524] ppid=122521 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/122524/stat : 122524 (scip-naps-1.00a) S 122521 122524 119216 0 -1 4194304 261 341 0 0 0 0 0 0 20 0 1 0 141858755 4292608 736 18446744073709551615 94858561654784 94858562549317 140723808307600 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94858562788368 94858562836112 94858595831808 140723808311707 140723808311806 140723808311806 140723808317410 0
/proc/122524/statm: 1048 736 672 219 0 110 0
[pid=122529] ppid=122524 vsize=1252744 memory=95592 CPUtime=0.63 cores=5,7
/proc/122529/stat : 122529 (python3) S 122524 122524 119216 0 -1 4194304 17128 0 0 0 56 7 0 0 20 0 1 0 141858758 1282809856 23898 18446744073709551615 94176521236480 94176521236857 140721884313264 0 0 0 0 16781312 16386 1 0 0 17 7 0 0 0 0 0 94176521248152 94176521248772 94176550645760 140721884322142 140721884322336 140721884322336 140721884327911 0
/proc/122529/statm: 313186 23898 7988 1 0 284544 0
[pid=122530] ppid=122529 vsize=169392 memory=167236 CPUtime=3571.29 cores=5,7
/proc/122530/stat : 122530 (naps-1.03a6) R 122529 122530 122530 0 -1 4194304 70011 0 0 0 357061 68 0 0 20 0 1 0 141858829 173457408 41809 18446744073709551615 4198400 7047149 140727412125520 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 27045888 140727412128127 140727412128241 140727412128241 140727412133833 0
/proc/122530/statm: 42348 41809 640 696 0 41509 0
Current children cumulated CPU time: 3571.92 s
Current children cumulated vsize: 1426328 KiB
Current children cumulated memory: 265772 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.6 s]
/proc/loadavg: 3.83 4.10 4.12 3/242 122821
/proc/meminfo: memFree=128251044/131382112 swapFree=33010416/33010684
[pid=122524] ppid=122521 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/122524/stat : 122524 (scip-naps-1.00a) S 122521 122524 119216 0 -1 4194304 261 341 0 0 0 0 0 0 20 0 1 0 141858755 4292608 736 18446744073709551615 94858561654784 94858562549317 140723808307600 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94858562788368 94858562836112 94858595831808 140723808311707 140723808311806 140723808311806 140723808317410 0
/proc/122524/statm: 1048 736 672 219 0 110 0
[pid=122529] ppid=122524 vsize=1252744 memory=95592 CPUtime=0.63 cores=5,7
/proc/122529/stat : 122529 (python3) S 122524 122524 119216 0 -1 4194304 17128 0 0 0 56 7 0 0 20 0 1 0 141858758 1282809856 23898 18446744073709551615 94176521236480 94176521236857 140721884313264 0 0 0 0 16781312 16386 1 0 0 17 7 0 0 0 0 0 94176521248152 94176521248772 94176550645760 140721884322142 140721884322336 140721884322336 140721884327911 0
/proc/122529/statm: 313186 23898 7988 1 0 284544 0
[pid=122530] ppid=122529 vsize=136676 memory=134576 CPUtime=3599.46 cores=5,7
/proc/122530/stat : 122530 (naps-1.03a6) R 122529 122530 122530 0 -1 4194304 70011 0 0 0 359872 74 0 0 20 0 1 0 141858829 139956224 33644 18446744073709551615 4198400 7047149 140727412125520 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 27045888 140727412128127 140727412128241 140727412128241 140727412133833 0
/proc/122530/statm: 34169 33644 640 696 0 33330 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 1393612 KiB
Current children cumulated memory: 233112 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+3610.62 s]
# the end of solver process 122524 was just reported to runsolver
# Child ended because it received signal 15 (SIGTERM)

# cumulated CPU time of all completed processes:  user=0.004179 s, system=0.009739 s

[startup+3610.7 s]
# the end of solver process 122529 was just reported to runsolver
# Child status: 0

# cumulated CPU time of all completed processes:  user=3599.36 s, system=0.853017 s
# this solver process was not waited by its parent and was adopted by runsolver

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 0

Real time (s): 3610.7
CPU time (s): 3600.22
CPU user time (s): 3599.36
CPU system time (s): 0.853017
CPU usage (%): 99.7098
Max. virtual memory (cumulated for all children) (KiB): 1450896
Max. memory (cumulated for all children) (KiB): 290340

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.36
system time used= 0.853017
maximum resident set size= 191804
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 97672
page faults= 0
swaps= 0
block input operations= 0
block output operations= 8
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 370
involuntary context switches= 1530


# summary of solver processes directly reported to runsolver:
#   pid: 122524,122529
#   total CPU time (s): 3600.22
#   total CPU user time (s): 3599.36
#   total CPU system time (s): 0.853017

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.6483 second user time and 40.2273 second system time

The end

Launcher Data

Begin job on nodeC012 at 2025-07-11 21:23:10
IDJOB=4530493
IDBENCH=177138
IDSOLVER=3388
FILE ID=nodeC012/4530493-1752261790
RUNJOBID= nodeC012-1752253269-119229
SLURM_JOB_ID= 9682583
Free space on /tmp= 431556 MiB

SOLVER NAME= SCIP-NaPS 1.00a2
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/multverif/diagcomm_less/normalized-mult_diagcomm_opt_less_teq_nbits_36.opb
COMMAND LINE= ./scip-naps-1.00a2.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4530493-1752261790/watcher-4530493-1752261790 -o /tmp/evaluation-result-4530493-1752261790/solver-4530493-1752261790 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC012-1752253269-119229 --watchdog 3760  ./scip-naps-1.00a2.sh HOME/instance-4530493-1752261790.opb

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 2

MD5SUM BENCH= c6bac13c4e4f8552186782101ff3a61f
RANDOM SEED=2110983303

nodeC012 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3661.342
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.39
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3491.769
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.39
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.162
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.39
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.249
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.39
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3662.154
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.39
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.235
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.39
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.528
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.39
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.154
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.39
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        125843548 kB
MemAvailable:   126612756 kB
Buffers:            2136 kB
Cached:          1565696 kB
SwapCached:           16 kB
Active:          3871696 kB
Inactive:         941712 kB
Active(anon):    3258576 kB
Inactive(anon):     4948 kB
Active(file):     613120 kB
Inactive(file):   936764 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             18512 kB
Writeback:            12 kB
AnonPages:       3248612 kB
Mapped:           131292 kB
Shmem:             17944 kB
KReclaimable:     117516 kB
Slab:             206536 kB
SReclaimable:     117516 kB
SUnreclaim:        89020 kB
KernelStack:        4192 kB
PageTables:        10680 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    7294908 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149512 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1462272 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      187208 kB
DirectMap2M:     8103936 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 431560 MiB
End job on nodeC012 at 2025-07-11 22:23:21