Trace number 3482984

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 NameAnswerCPU timeWall clock time
SAT4J MUS 2.3.0-SNAPSHOT 2011-02-06UNSAT 329.033 330.308

General information on the benchmark

Namemus/chen/fdmus_v100/
fdmus_b21_167.cnf
MD5SUMb91c4c436ffbd4f68bda320cd2541f02
Bench CategoryMUS (MUS)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark63.6913
Satisfiable
(Un)Satisfiability was proved
Number of variables4272
Number of clauses11806
Sum of the clauses size27272
Maximum clause length3
Minimum clause length1
Number of clauses of size 16
Number of clauses of size 28134
Number of clauses of size 33666
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.01/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.01/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.07	c See www.sat4j.org for details.
0.01/0.07	c version 2.3.0.v20110206
0.01/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.01/0.07	c java.vm.version	19.1-b02
0.01/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.07	c sun.arch.data.model	64
0.01/0.07	c java.version		1.6.0_24
0.01/0.07	c os.name		Linux
0.01/0.07	c os.version		2.6.18-164.el5
0.01/0.07	c os.arch		amd64
0.01/0.07	c Free memory 		5997854704
0.01/0.07	c Max memory 		6029312000
0.01/0.07	c Total memory 		6029312000
0.01/0.07	c Number of processors 	8
0.08/0.10	c Explanation (MUS) enabled solver
0.08/0.10	c QuickXplain (AAAI 2004 version) minimization strategy
0.08/0.10	c --- Begin Solver configuration ---
0.08/0.10	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1d73831b
0.08/0.10	c Learn all clauses as in MiniSAT
0.08/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.08/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.08/0.10	c Expensive reason simplification
0.08/0.10	c Armin Biere (Picosat) restarts strategy
0.08/0.10	c Glucose learned constraints deletion strategy
0.08/0.10	c timeout=2147483647s
0.08/0.10	c DB Simplification allowed=true
0.08/0.10	c --- End Solver configuration ---
0.08/0.10	c solving HOME/instance-3482984-1307604261.cnf
0.08/0.10	c reading problem ... 
0.25/0.21	c ... done. Wall clock time 0.114s.
0.25/0.21	c #vars     16078
0.25/0.21	c #constraints  11806
0.25/0.21	c constraints type 
0.25/0.21	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 11800
0.25/0.21	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 6
1.93/1.48	c cleaning 2486 clauses out of 5000 with flag 5000/5000
4.24/3.59	c cleaning 4251 clauses out of 8514 with flag 11000/11000
7.37/6.69	c cleaning 5626 clauses out of 11263 with flag 18000/18000
11.26/10.55	c cleaning 6817 clauses out of 13637 with flag 26000/26000
17.16/16.47	c cleaning 7901 clauses out of 15821 with flag 35001/35001
20.95/20.27	c cleaning 8935 clauses out of 17920 with flag 45001/45001
22.26/21.59	c Unsat detection wall clock time (in seconds) : 21.49
22.26/21.59	c Size of initial unsat subformula: 8049
22.26/21.59	c Computing MUS ...
22.26/21.59	c initial unsat core -3050[?] 16078[?] -1626[?] 16076[?] 202[?] 16074[?] 3028[?] -180[?] 16030[?]  -3020[?] 172[?] 16013[?]  -3018[?] 170[?] 16009[?]  3011[?] -163[?] 15996[?]  3008[?] -160[?] 15990[?]  160[?] -3008[?] 15989[?]  2987[?] -139[?] 15948[?]  2950[?] -102[?] 15874[?]  2948[?] -100[?] 15870[?]  -2931[?] 83[?] 15835[?]  -2930[?] 82[?] 15833[?]  -2929[?] 81[?] 15831[?]  -2928[?] 80[?] 15829[?]  -2927[?] 79[?] 15827[?]  -2926[?] 78[?] 15825[?]  -2925[?] 77[?] 15823[?]  -2924[?] 76[?] 15821[?]  -2923[?] 75[?] 15819[?]  -2922[?] 74[?] 15817[?]  -2921[?] 73[?] 15815[?]  -2920[?] 72[?] 15813[?]  -2919[?] 71[?] 15811[?]  -2918[?] 70[?] 15809[?]  -2917[?] 69[?] 15807[?]  -2916[?] 68[?] 15805[?]  -2915[?] 67[?] 15803[?]  -2914[?] 66[?] 15801[?]  -2913[?] 65[?] 15799[?]  -2912[?] 64[?] 15797[?]  -2911[?] 63[?] 15795[?]  -2910[?] 62[?] 15793[?]  -2909[?] 61[?] 15791[?]  -2908[?] 60[?] 15789[?]  -2907[?] 59[?] 15787[?]  -2906[?] 58[?] 15785[?]  -2905[?] 57[?] 15783[?]  -2904[?] 56[?] 15781[?]  -2903[?] 55[?] 15779[?]  -2902[?] 54[?] 15777[?]  2901[?] -53[?] 15776[?]  -2900[?] 52[?] 15773[?]  2899[?] -51[?] 15772[?]  51[?] -2899[?] 15771[?]  -50[?] 2898[?] 15770[?]  -2898[?] 50[?] 15769[?]  2897[?] -49[?] 15768[?]  49[?] -2897[?] 15767[?]  2896[?] -48[?] 15766[?]  48[?] -2896[?] 15765[?]  2895[?] -47[?] 15764[?]  47[?] -2895[?] 15763[?]  2894[?] -46[?] 15762[?]  46[?] -2894[?] 15761[?]  -45[?] 2893[?] 15760[?]  -2893[?] 45[?] 15759[?]  2892[?] -44[?] 15758[?]  44[?] -2892[?] 15757[?]  2891[?] -43[?] 15756[?]  43[?] -2891[?] 15755[?]  -42[?] 2890[?] 15754[?]  -2890[?] 42[?] 15753[?]  2889[?] -41[?] 15752[?]  41[?] -2889[?] 15751[?]  -40[?] 2888[?] 15750[?]  -2888[?] 40[?] 15749[?]  -39[?] 2887[?] 15748[?]  -2887[?] 39[?] 15747[?]  -38[?] 2886[?] 15746[?]  -2886[?] 38[?] 15745[?]  -37[?] 2885[?] 15744[?]  -2885[?] 37[?] 15743[?]  2884[?] -36[?] 15742[?]  36[?] -2884[?] 15741[?]  -35[?] 2883[?] 15740[?]  -2883[?] 35[?] 15739[?]  -34[?] 2882[?] 15738[?]  -2882[?] 34[?] 15737[?]  -33[?] 2881[?] 15736[?]  -2881[?] 33[?] 15735[?]  -32[?] 2880[?] 15734[?]  -2880[?] 32[?] 15733[?]  -31[?] 2879[?] 15732[?]  -2879[?] 31[?] 15731[?]  -30[?] 2878[?] 15730[?]  -2878[?] 30[?] 15729[?]  -29[?] 2877[?] 15728[?]  -2877[?] 29[?] 15727[?]  -28[?] 2876[?] 15726[?]  -2876[?] 28[?] 15725[?]  -27[?] 2875[?] 15724[?]  -2875[?] 27[?] 15723[?]  -26[?] 2874[?] 15722[?]  -2874[?] 26[?] 15721[?]  -25[?] 2873[?] 15720[?]  -2873[?] 25[?] 15719[?]  -24[?] 2872[?] 15718[?]  -2872[?] 24[?] 15717[?]  -23[?] 2871[?] 15716[?]  -2871[?] 23[?] 15715[?]  -22[?] 2870[?] 15714[?]  -2870[?] 22[?] 15713[?]  -21[?] 2869[?] 15712[?]  -2869[?] 21[?] 15711[?]  -20[?] 2868[?] 15710[?]  -2868[?] 20[?] 15709[?]  -201[?] 1625[?] 15674[?]  -1625[?] 201[?] 15673[?]  -200[?] 1624[?] 15672[?]  -1624[?] 200[?] 15671[?]  1623[?] -199[?] 15670[?]  199[?] -1623[?] 15669[?]  1622[?] -198[?] 15668[?]  198[?] -1622[?] 15667[?]  1621[?] -197[?] 15666[?]  197[?] -1621[?] 15665[?]  1620[?] -196[?] 15664[?]  196[?] -1620[?] 15663[?]  1619[?] -195[?] 15662[?]  195[?] -1619[?] 15661[?]  1618[?] -194[?] 15660[?]  194[?] -1618[?] 15659[?]  1617[?] -193[?] 15658[?]  193[?] -1617[?] 15657[?]  1616[?] -192[?] 15656[?]  192[?] -1616[?] 15655[?]  1615[?] -191[?] 15654[?]  191[?] -1615[?] 15653[?]  1614[?] -190[?] 15652[?]  190[?] -1614[?] 15651[?]  1613[?] -189[?] 15650[?]  189[?] -1613[?] 15649[?]  -188[?] 1612[?] 15648[?]  -1612[?] 188[?] 15647[?]  -187[?] 1611[?] 15646[?]  -1611[?] 187[?] 15645[?]  -186[?] 1610[?] 15644[?]  -1610[?] 186[?] 15643[?]  -185[?] 1609[?] 15642[?]  -1609[?] 185[?] 15641[?]  -184[?] 1608[?] 15640[?]  -1608[?] 184[?] 15639[?]  1607[?] -183[?] 15638[?]  183[?] -1607[?] 15637[?]  -182[?] 1606[?] 15636[?]  -1606[?] 182[?] 15635[?]  -181[?] 1605[?] 15634[?]  -1605[?] 181[?] 15633[?]  1604[?] -180[?] 15632[?]  180[?] -1604[?] 15631[?]  -179[?] 1603[?] 15630[?]  -1603[?] 179[?] 15629[?]  1602[?] -178[?] 15628[?]  178[?] -1602[?] 15627[?]  -177[?] 1601[?] 15626[?]  -1601[?] 177[?] 15625[?]  -176[?] 1600[?] 15624[?]  -1600[?] 176[?] 15623[?]  -175[?] 1599[?] 15622[?]  -1599[?] 175[?] 15621[?]  1598[?] -174[?] 15620[?]  174[?] -1598[?] 15619[?]  1597[?] -173[?] 15618[?]  173[?] -1597[?] 15617[?]  -172[?] 1596[?] 15616[?]  -1596[?] 172[?] 15615[?]  1595[?] -171[?] 15614[?]  171[?] -1595[?] 15613[?]  -170[?] 1594[?] 15612[?]  -1594[?] 170[?] 15611[?]  1593[?] -169[?] 15610[?]  169[?] -1593[?] 15609[?]  1592[?] -168[?] 15608[?]  168[?] -1592[?] 15607[?]  -167[?] 1591[?] 15606[?]  -1591[?] 167[?] 15605[?]  -166[?] 1590[?] 15604[?]  -1590[?] 166[?] 15603[?]  -165[?] 1589[?] 15602[?]  -1589[?] 165[?] 15601[?]  1588[?] -164[?] 15600[?]  164[?] -1588[?] 15599[?]  1587[?] -163[?] 15598[?]  163[?] -1587[?] 15597[?]  1586[?] -162[?] 15596[?]  162[?] -1586[?] 15595[?]  -161[?] 1585[?] 15594[?]  -1585[?] 161[?] 15593[?]  1584[?] -160[?] 15592[?]  160[?] -1584[?] 15591[?]  -141[?] 1565[?] 15554[?]  -1565[?] 141[?] 15553[?]  1564[?] -140[?] 15552[?]  1563[?] -139[?] 15550[?]  139[?] -1563[?] 15549[?]  -138[?] 1562[?] 15548[?]  -1562[?] 138[?] 15547[?]  -137[?] 1561[?] 15546[?]  -1561[?] 137[?] 15545[?]  1560[?] -136[?] 15544[?]  136[?] -1560[?] 15543[?]  1559[?] -135[?] 15542[?]  135[?] -1559[?] 15541[?]  1558[?] -134[?] 15540[?]  134[?] -1558[?] 15539[?]  1557[?] -133[?] 15538[?]  133[?] -1557[?] 15537[?]  -132[?] 1556[?] 15536[?]  -1556[?] 132[?] 15535[?]  1555[?] -131[?] 15534[?]  131[?] -1555[?] 15533[?]  -130[?] 1554[?] 15532[?]  -1554[?] 130[?] 15531[?]  -129[?] 1553[?] 15530[?]  -1553[?] 129[?] 15529[?]  -128[?] 1552[?] 15528[?]  -1552[?] 128[?] 15527[?]  1551[?] -127[?] 15526[?]  127[?] -1551[?] 15525[?]  -126[?] 1550[?] 15524[?]  -1550[?] 126[?] 15523[?]  1549[?] -125[?] 15522[?]  125[?] -1549[?] 15521[?]  -124[?] 1548[?] 15520[?]  -1548[?] 124[?] 15519[?]  1547[?] -123[?] 15518[?]  123[?] -1547[?] 15517[?]  1546[?] -122[?] 15516[?]  122[?] -1546[?] 15515[?]  -121[?] 1545[?] 15514[?]  -120[?] 1544[?] 15512[?]  -1544[?] 120[?] 15511[?]  -119[?] 1543[?] 15510[?]  -1543[?] 119[?] 15509[?]  -118[?] 1542[?] 15508[?]  -1542[?] 118[?] 15507[?]  1541[?] -117[?] 15506[?]  117[?] -1541[?] 15505[?]  -116[?] 1540[?] 15504[?]  -1540[?] 116[?] 15503[?]  -115[?] 1539[?] 15502[?]  -1539[?] 115[?] 15501[?]  -114[?] 1538[?] 15500[?]  -1538[?] 114[?] 15499[?]  -113[?] 1537[?] 15498[?]  -1537[?] 113[?] 15497[?]  -112[?] 1536[?] 15496[?]  -1536[?] 112[?] 15495[?]  -111[?] 1535[?] 15494[?]  -1535[?] 111[?] 15493[?]  -110[?] 1534[?] 15492[?]  -1534[?] 110[?] 15491[?]  -109[?] 1533[?] 15490[?]  -1533[?] 109[?] 15489[?]  -108[?] 1532[?] 15488[?]  -1532[?] 108[?] 15487[?]  -107[?] 1531[?] 15486[?]  -1531[?] 107[?] 15485[?]  -106[?] 1530[?] 15484[?]  -1530[?] 106[?] 15483[?]  -105[?] 1529[?] 15482[?]  -1529[?] 105[?] 15481[?]  -104[?] 1528[?] 15480[?]  -1528[?] 104[?] 15479[?]  1527[?] -103[?] 15478[?]  103[?] -1527[?] 15477[?]  -101[?] 1525[?] 15476[?]  -1525[?] 101[?] 15475[?]  -100[?] 1524[?] 15474[?]  -1524[?] 100[?] 15473[?]  1523[?] -99[?] 15472[?]  99[?] -1523[?] 15471[?]  -98[?] 1522[?] 15470[?]  -1522[?] 98[?] 15469[?]  -97[?] 1521[?] 15468[?]  -1521[?] 97[?] 15467[?]  1520[?] -96[?] 15466[?]  96[?] -1520[?] 15465[?]  -95[?] 1519[?] 15464[?]  -1519[?] 95[?] 15463[?]  -94[?] 1518[?] 15462[?]  -1518[?] 94[?] 15461[?]  1517[?] -93[?] 15460[?]  93[?] -1517[?] 15459[?]  -92[?] 1516[?] 15458[?]  -1516[?] 92[?] 15457[?]  1515[?] -91[?] 15456[?]  91[?] -1515[?] 15455[?]  -90[?] 1514[?] 15454[?]  -1514[?] 90[?] 15453[?]  1513[?] -89[?] 15452[?]  89[?] -1513[?] 15451[?]  -88[?] 1512[?] 15450[?]  -1512[?] 88[?] 15449[?]  1511[?] -87[?] 15448[?]  87[?] -1511[?] 15447[?]  1510[?] -86[?] 15446[?]  86[?] -1510[?] 15445[?]  1509[?] -85[?] 15444[?]  85[?] -1509[?] 15443[?]  1508[?] -84[?] 15442[?]  84[?] -1508[?] 15441[?]  -83[?] 1507[?] 15440[?]  -1507[?] 83[?] 15439[?]  -82[?] 1506[?] 15438[?]  -1506[?] 82[?] 15437[?]  -81[?] 1505[?] 15436[?]  -1505[?] 81[?] 15435[?]  -80[?] 1504[?] 15434[?]  -1504[?] 80[?] 15433[?]  -79[?] 1503[?] 15432[?]  -1503[?] 79[?] 15431[?]  -78[?] 1502[?] 15430[?]  -1502[?] 78[?] 15429[?]  -77[?] 1501[?] 15428[?]  -1501[?] 77[?] 15427[?]  -76[?] 1500[?] 15426[?]  -1500[?] 76[?] 15425[?]  -75[?] 1499[?] 15424[?]  -1499[?] 75[?] 15423[?]  -74[?] 1498[?] 15422[?]  -1498[?] 74[?] 15421[?]  -73[?] 1497[?] 15420[?]  -1497[?] 73[?] 15419[?]  -72[?] 1496[?] 15418[?]  -1496[?] 72[?] 15417[?]  -71[?] 1495[?] 15416[?]  -1495[?] 71[?] 15415[?]  -70[?] 1494[?] 15414[?]  -1494[?] 70[?] 15413[?]  -69[?] 1493[?] 15412[?]  -1493[?] 69[?] 15411[?]  -68[?] 1492[?] 15410[?]  -1492[?] 68[?] 15409[?]  -67[?] 1491[?] 15408[?]  -1491[?] 67[?] 15407[?]  -66[?] 1490[?] 15406[?]  -1490[?] 66[?] 15405[?]  -65[?] 1489[?] 15404[?]  -1489[?] 65[?] 15403[?]  -64[?] 1488[?] 15402[?]  -1488[?] 64[?] 15401[?]  -63[?] 1487[?] 15400[?]  -1487[?] 63[?] 15399[?]  -62[?] 1486[?] 15398[?]  -1486[?] 62[?] 15397[?]  -61[?] 1485[?] 15396[?]  -1485[?] 61[?] 15395[?]  -60[?] 1484[?] 15394[?]  -1484[?] 60[?] 15393[?]  -59[?] 1483[?] 15392[?]  -1483[?] 59[?] 15391[?]  -58[?] 1482[?] 15390[?]  -1482[?] 58[?] 15389[?]  -57[?] 1481[?] 15388[?]  -1481[?] 57[?] 15387[?]  -56[?] 1480[?] 15386[?]  -1480[?] 56[?] 15385[?]  -55[?] 1479[?] 15384[?]  -1479[?] 55[?] 15383[?]  -54[?] 1478[?] 15382[?]  -1478[?] 54[?] 15381[?]  1477[?] -53[?] 15380[?]  53[?] -1477[?] 15379[?]  -52[?] 1476[?] 15378[?]  -1476[?] 52[?] 15377[?]  1475[?] -51[?] 15376[?]  51[?] -1475[?] 15375[?]  -50[?] 1474[?] 15374[?]  -1474[?] 50[?] 15373[?]  1473[?] -49[?] 15372[?]  49[?] -1473[?] 15371[?]  1472[?] -48[?] 15370[?]  48[?] -1472[?] 15369[?]  1471[?] -47[?] 15368[?]  47[?] -1471[?] 15367[?]  1470[?] -46[?] 15366[?]  46[?] -1470[?] 15365[?]  -45[?] 1469[?] 15364[?]  -1469[?] 45[?] 15363[?]  1468[?] -44[?] 15362[?]  44[?] -1468[?] 15361[?]  1467[?] -43[?] 15360[?]  43[?] -1467[?] 15359[?]  -42[?] 1466[?] 15358[?]  -1466[?] 42[?] 15357[?]  1465[?] -41[?] 15356[?]  41[?] -1465[?] 15355[?]  -40[?] 1464[?] 15354[?]  -1464[?] 40[?] 15353[?]  -39[?] 1463[?] 15352[?]  -1463[?] 39[?] 15351[?]  -38[?] 1462[?] 15350[?]  -1462[?] 38[?] 15349[?]  -37[?] 1461[?] 15348[?]  -1461[?] 37[?] 15347[?]  1460[?] -36[?] 15346[?]  36[?] -1460[?] 15345[?]  -35[?] 1459[?] 15344[?]  -1459[?] 35[?] 15343[?]  -34[?] 1458[?] 15342[?]  -1458[?] 34[?] 15341[?]  -33[?] 1457[?] 15340[?]  -1457[?] 33[?] 15339[?]  -32[?] 1456[?] 15338[?]  -1456[?] 32[?] 15337[?]  -31[?] 1455[?] 15336[?]  -1455[?] 31[?] 15335[?]  -30[?] 1454[?] 15334[?]  -1454[?] 30[?] 15333[?]  -29[?] 1453[?] 15332[?]  -1453[?] 29[?] 15331[?]  -28[?] 1452[?] 15330[?]  -1452[?] 28[?] 15329[?]  -27[?] 1451[?] 15328[?]  -1451[?] 27[?] 15327[?]  -26[?] 1450[?] 15326[?]  -1450[?] 26[?] 15325[?]  -25[?] 1449[?] 15324[?]  -1449[?] 25[?] 15323[?]  -24[?] 1448[?] 15322[?]  -1448[?] 24[?] 15321[?]  -23[?] 1447[?] 15320[?]  -1447[?] 23[?] 15319[?]  -22[?] 1446[?] 15318[?]  -1446[?] 22[?] 15317[?]  -21[?] 1445[?] 15316[?]  -1445[?] 21[?] 15315[?]  -20[?] 1444[?] 15314[?]  -1444[?] 20[?] 15313[?]  -19[?] 1443[?] 15312[?]  -1443[?] 19[?] 15311[?]  -18[?] 1442[?] 15310[?]  -1442[?] 18[?] 15309[?]  -17[?] 1441[?] 15308[?]  -1441[?] 17[?] 15307[?]  -16[?] 1440[?] 15306[?]  -1440[?] 16[?] 15305[?]  -15[?] 1439[?] 15304[?]  -1439[?] 15[?] 15303[?]  -14[?] 1438[?] 15302[?]  -1438[?] 14[?] 15301[?]  -13[?] 1437[?] 15300[?]  -1437[?] 13[?] 15299[?]  -12[?] 1436[?] 15298[?]  -1436[?] 12[?] 15297[?]  -11[?] 1435[?] 15296[?]  -1435[?] 11[?] 15295[?]  1434[?] -10[?] 15294[?]  10[?] -1434[?] 15293[?]  1433[?] -9[?] 15292[?]  9[?] -1433[?] 15291[?]  1432[?] -8[?] 15290[?]  8[?] -1432[?] 15289[?]  -7[?] 1431[?] 15288[?]  -1431[?] 7[?] 15287[?]  -6[?] 1430[?] 15286[?]  -1430[?] 6[?] 15285[?]  -5[?] 1429[?] 15284[?]  -1429[?] 5[?] 15283[?]  1428[?] -4[?] 15282[?]  4[?] -1428[?] 15281[?]  -3[?] 1427[?] 15280[?]  -1427[?] 3[?] 15279[?]  -2[?] 1426[?] 15278[?]  -1426[?] 2[?] 15277[?]  4272[?] 3050[?] 15275[?]  4271[?] -4272[?] 15273[?]  4219[?] -4272[?] 15272[?]  4270[?] -4271[?] 15270[?]  4249[?] -4271[?] 15269[?]  4269[?] -4270[?] 15267[?]  -4268[?] -4269[?] 15264[?]  -4267[?] 4265[?] 4268[?] 15262[?]  4267[?] -4266[?] -4216[?] 15259[?]  4266[?] -4071[?] -3222[?] 15256[?]  -4265[?] 4264[?] 15252[?]  -4259[?] -4265[?] 15251[?]  4263[?] -4264[?] 15249[?]  -4262[?] -4263[?] 15246[?]  -2950[?] -3181[?] 4262[?] 15244[?]  4258[?] -3159[?] 4259[?] 15235[?]  -4257[?] -4258[?] 15231[?]  4257[?] -3011[?] 4255[?] 15229[?]  -4255[?] 3172[?] 15222[?]  -4255[?] 3018[?] 15221[?]  -4243[?] -4249[?] 15203[?]  -4242[?] -4238[?] 4243[?] 15187[?]  -4241[?] 4242[?] -4216[?] 15184[?]  -4240[?] -3113[?] 4241[?] 15181[?]  -4239[?] -3094[?] 4240[?] 15178[?]  -3971[?] -3076[?] 4239[?] 15175[?]  4237[?] 4238[?] 4236[?] 15172[?]  -4235[?] -4237[?] 15168[?]  -4236[?] 3385[?] 15164[?]  -3424[?] -4234[?] 4235[?] 15163[?]  4234[?] -4233[?] -3452[?] 15160[?]  4233[?] -4231[?] -4232[?] 15157[?]  4232[?] -3485[?] -3519[?] 15154[?]  4231[?] -4230[?] -3553[?] 15151[?]  4230[?] -4229[?] -3582[?] 15148[?]  4229[?] -4227[?] -4228[?] 15145[?]  4228[?] -3613[?] -3645[?] 15142[?]  4227[?] -4226[?] -3674[?] 15139[?]  4226[?] -4225[?] -3711[?] 15136[?]  4225[?] -4223[?] -4224[?] 15133[?]  4224[?] -3746[?] -3776[?] 15130[?]  4223[?] -4222[?] -3807[?] 15127[?]  4222[?] -4221[?] -3833[?] 15124[?]  4221[?] -4220[?] -3864[?] 15121[?]  4220[?] -3918[?] -3888[?] 15118[?]  -4218[?] -4219[?] 15114[?]  -4217[?] -4219[?] 15113[?]  4216[?] -2987[?] 4218[?] 15112[?]  4076[?] -4216[?] 4217[?] 15109[?]  4216[?] 4215[?] -4134[?] 15106[?]  -4215[?] -4216[?] 15105[?]  4134[?] -4216[?] 15104[?]  4214[?] 4137[?] 4215[?] 15103[?]  -4214[?] -4215[?] 15102[?]  -4213[?] 4214[?] -4202[?] 15100[?]  -4214[?] 4213[?] 15099[?]  -4212[?] 4213[?] 4206[?] 15097[?]  4212[?] -4213[?] 15096[?]  4212[?] 4211[?] -4210[?] 15094[?]  -4211[?] -4212[?] 15093[?]  3972[?] 4211[?] -4071[?] 15091[?]  -4211[?] 4071[?] 15090[?]  -4211[?] -3972[?] 15089[?]  4210[?] 4209[?] 4207[?] 15088[?]  -4209[?] -4208[?] 15084[?]  -4209[?] -4143[?] 15083[?]  4208[?] -4112[?] -4124[?] 15082[?]  -4207[?] 4143[?] 15078[?]  -4207[?] 2900[?] 15077[?]  -4206[?] -4205[?] 15075[?]  -4206[?] -4204[?] 15074[?]  -4143[?] -2901[?] 4205[?] 15073[?]  4204[?] 4203[?] 4143[?] 15070[?]  -4203[?] 4131[?] 15065[?]  4202[?] -4172[?] -4201[?] 15064[?]  4201[?] -4200[?] -4179[?] 15061[?]  4200[?] -4199[?] -4186[?] 15058[?]  4199[?] -4198[?] -4191[?] 15055[?]  4198[?] -4197[?] 4192[?] 15052[?]  4197[?] -4196[?] 4193[?] 15049[?]  4196[?] 4195[?] 4194[?] 15046[?]  -4195[?] 4143[?] 15042[?]  -4195[?] 2920[?] 15041[?]  -4194[?] 4143[?] 15039[?]  -4194[?] 2921[?] 15038[?]  -4193[?] 4143[?] 15036[?]  -4193[?] 2919[?] 15035[?]  -4192[?] 4143[?] 15033[?]  -4192[?] 2918[?] 15032[?]  4191[?] -4190[?] 4187[?] 15031[?]  4190[?] 4189[?] 4188[?] 15028[?]  -4189[?] 4143[?] 15024[?]  -4189[?] 2922[?] 15023[?]  -4188[?] 4143[?] 15021[?]  -4188[?] 2923[?] 15020[?]  -4187[?] 4143[?] 15018[?]  -4187[?] 2924[?] 15017[?]  4186[?] -4185[?] 4180[?] 15016[?]  4185[?] -4184[?] 4181[?] 15013[?]  4184[?] 4183[?] 4182[?] 15010[?]  -4183[?] 4143[?] 15006[?]  -4183[?] 2916[?] 15005[?]  -4182[?] 4143[?] 15003[?]  -4182[?] 2917[?] 15002[?]  -4181[?] 4143[?] 15000[?]  -4181[?] 2915[?] 14999[?]  -4180[?] 4143[?] 14997[?]  -4180[?] 2914[?] 14996[?]  4179[?] -4178[?] 4173[?] 14995[?]  4178[?] -4177[?] 4174[?] 14992[?]  4177[?] 4176[?] 4175[?] 14989[?]  -4176[?] 4143[?] 14985[?]  -4176[?] 2912[?] 14984[?]  -4175[?] 4143[?] 14982[?]  -4175[?] 2913[?] 14981[?]  -4174[?] 4143[?] 14979[?]  -4174[?] 2911[?] 14978[?]  -4173[?] 4143[?] 14976[?]  -4173[?] 2910[?] 14975[?]  4172[?] -4171[?] -4150[?] 14974[?]  4171[?] -4170[?] -4157[?] 14971[?]  4170[?] -4169[?] -4162[?] 14968[?]  4169[?] -4168[?] 4163[?] 14965[?]  4168[?] -4167[?] 4164[?] 14962[?]  4167[?] 4165[?] 4166[?] 14959[?]  -4166[?] 4143[?] 14955[?]  -4166[?] 2905[?] 14954[?]  -4165[?] 4143[?] 14952[?]  -4165[?] 2906[?] 14951[?]  -4164[?] 4143[?] 14949[?]  -4164[?] 2904[?] 14948[?]  -4163[?] 4143[?] 14946[?]  -4163[?] 2903[?] 14945[?]  4162[?] -4161[?] 4158[?] 14944[?]  4161[?] 4159[?] 4160[?] 14941[?]  -4160[?] 4143[?] 14937[?]  -4160[?] 2907[?] 14936[?]  -4159[?] 4143[?] 14934[?]  -4159[?] 2908[?] 14933[?]  -4158[?] 4143[?] 14931[?]  -4158[?] 2909[?] 14930[?]  4157[?] -4156[?] 4151[?] 14929[?]  4156[?] -4155[?] 4152[?] 14926[?]  4155[?] 4154[?] 4153[?] 14923[?]  -4154[?] 4143[?] 14919[?]  -4154[?] 2930[?] 14918[?]  -4153[?] 4143[?] 14916[?]  -4153[?] 2931[?] 14915[?]  -4152[?] 4143[?] 14913[?]  -4152[?] 2902[?] 14912[?]  -4151[?] 4143[?] 14910[?]  -4151[?] 2929[?] 14909[?]  4150[?] -4149[?] 4144[?] 14908[?]  4149[?] -4148[?] 4145[?] 14905[?]  4148[?] 4146[?] 4147[?] 14902[?]  -4147[?] 4143[?] 14898[?]  -4147[?] 2927[?] 14897[?]  -4146[?] 4143[?] 14895[?]  -4146[?] 2928[?] 14894[?]  -4145[?] 4143[?] 14892[?]  -4145[?] 2926[?] 14891[?]  -4144[?] 4143[?] 14889[?]  -4144[?] 2925[?] 14888[?]  4124[?] -4142[?] 4143[?] 14887[?]  -4143[?] -4124[?] 14885[?]  4142[?] 4140[?] 4141[?] 14884[?]  -4141[?] 4125[?] 14880[?]  -4141[?] -3008[?] 14879[?]  -4140[?] 4139[?] 14877[?]  -4140[?] 3008[?] 14876[?]  -4139[?] 4138[?] 14874[?]  4112[?] -4139[?] 14873[?]  -4138[?] 4131[?] 14871[?]  -4137[?] 4136[?] 14868[?]  -4136[?] 3076[?] 14864[?]  4134[?] -4133[?] -3028[?] 14860[?]  4133[?] -4134[?] 14859[?]  4133[?] 4132[?] -4093[?] 14857[?]  -4132[?] -4133[?] 14856[?]  -4125[?] 4131[?] 4132[?] 14854[?]  -4132[?] -4131[?] 14853[?]  -4132[?] 4125[?] 14852[?]  4129[?] 4131[?] 4130[?] 14851[?]  -4130[?] -4131[?] 14850[?]  -4131[?] -4129[?] 14849[?]  -2893[?] 2899[?] 4130[?] 14848[?]  -4130[?] -2899[?] 14847[?]  -4130[?] 2893[?] 14846[?]  4129[?] -4128[?] -2899[?] 14845[?]  4128[?] -4129[?] 14844[?]  2899[?] -4129[?] 14843[?]  4128[?] 4127[?] 4126[?] 14842[?]  -4127[?] -4128[?] 14841[?]  -2893[?] 4127[?] 4108[?] 14839[?]  -4127[?] 2893[?] 14837[?]  -4126[?] 4108[?] 14835[?]  4112[?] 4124[?] 4125[?] 14833[?]  -4125[?] -4112[?] 14831[?]  4124[?] 4122[?] 4123[?] 14830[?]  -4123[?] -4124[?] 14829[?]  -4122[?] -4124[?] 14828[?]  2899[?] -2894[?] 4123[?] 14827[?]  -4123[?] -2899[?] 14826[?]  -4123[?] 2894[?] 14825[?]  -4121[?] 4122[?] -2899[?] 14824[?]  -4122[?] 4121[?] 14823[?]  2899[?] -4122[?] 14822[?]  4120[?] 4121[?] 3206[?] 14821[?]  -4121[?] -4120[?] 14820[?]  4120[?] -2894[?] 4119[?] 14818[?]  2894[?] -4120[?] 14816[?]  -4119[?] 4118[?] 14814[?]  -4119[?] 4107[?] 14813[?]  -4118[?] 4114[?] 14810[?]  -4114[?] 4113[?] 14799[?]  -4113[?] 3963[?] 14796[?]  -4113[?] -2891[?] 14795[?]  4112[?] 4110[?] 4111[?] 14794[?]  -4111[?] -4112[?] 14793[?]  -4110[?] -4112[?] 14792[?]  2899[?] -2892[?] 4111[?] 14791[?]  -4111[?] -2899[?] 14790[?]  -4111[?] 2892[?] 14789[?]  -4109[?] 4110[?] -2899[?] 14788[?]  -4110[?] 4109[?] 14787[?]  -4110[?] 2899[?] 14786[?]  4094[?] 4109[?] 4108[?] 14785[?]  -4109[?] -4094[?] 14783[?]  -4108[?] 4107[?] 14781[?]  -4108[?] 4100[?] 14780[?]  -4107[?] 4106[?] 14778[?]  -4106[?] 4105[?] 14775[?]  -4105[?] 4102[?] 14771[?]  -4102[?] 4101[?] 14763[?]  -2888[?] -4101[?] 14760[?]  -4100[?] 4096[?] 14756[?]  -4096[?] 4095[?] 14745[?]  -4095[?] -2891[?] 14742[?]  -4095[?] -2889[?] 14741[?]  4094[?] -2892[?] 4089[?] 14740[?]  2892[?] -4094[?] 14738[?]  4093[?] 4091[?] 4092[?] 14737[?]  -4092[?] -2899[?] 14733[?]  -4092[?] 2891[?] 14732[?]  -4091[?] 4090[?] 14730[?]  -4091[?] 2899[?] 14729[?]  -4090[?] -4077[?] 14726[?]  -4089[?] 4081[?] 14723[?]  -4081[?] 3123[?] 14699[?]  4077[?] -2891[?] 3967[?] 14689[?]  4075[?] -4076[?] 14685[?]  4074[?] -4075[?] 14682[?]  -4073[?] -4074[?] 14679[?]  -4072[?] 3398[?] 4073[?] 14677[?]  3222[?] -4071[?] 4072[?] 14674[?]  4071[?] 3076[?] 3971[?] 14671[?]  -3971[?] -4071[?] 14670[?]  -3076[?] -4071[?] 14669[?]  3972[?] -3094[?] -3113[?] 14374[?]  3113[?] -3972[?] 14373[?]  3094[?] -3972[?] 14372[?]  3969[?] 3971[?] 3970[?] 14371[?]  -3970[?] -3971[?] 14370[?]  -3971[?] -3969[?] 14369[?]  2899[?] -2890[?] 3970[?] 14368[?]  -3970[?] 2890[?] 14366[?]  3969[?] -3968[?] -2899[?] 14365[?]  2899[?] -3969[?] 14363[?]  3968[?] 3962[?] 3967[?] 14362[?]  -3967[?] 3966[?] 14358[?]  -3966[?] 3965[?] 14355[?]  -3966[?] 3963[?] 14354[?]  3964[?] -3965[?] 14352[?]  -2888[?] -3964[?] 14349[?]  -3963[?] -2889[?] 14345[?]  -3962[?] 2890[?] 14342[?]  3918[?] 3917[?] 3904[?] 14212[?]  -3917[?] -3223[?] 14207[?]  -3904[?] -3903[?] 14169[?]  3903[?] 3901[?] 3902[?] 14167[?]  -3902[?] 2869[?] 14162[?]  2899[?] -3901[?] 14159[?]  3888[?] 3887[?] 3880[?] 14122[?]  -3887[?] -3223[?] 14117[?]  -3880[?] -3879[?] 14097[?]  3879[?] 3877[?] 3878[?] 14095[?]  -3878[?] 2868[?] 14090[?]  2899[?] -3877[?] 14088[?]  3864[?] 3863[?] 3853[?] 14050[?]  -3863[?] -3223[?] 14045[?]  -3853[?] -3852[?] 14016[?]  3852[?] 3850[?] 3851[?] 14014[?]  -3851[?] 2870[?] 14009[?]  2899[?] -3850[?] 14006[?]  3833[?] 3832[?] 3820[?] 13957[?]  -3832[?] -3223[?] 13952[?]  -3820[?] -3819[?] 13917[?]  3819[?] 3817[?] 3818[?] 13915[?]  -3818[?] 2871[?] 13910[?]  2899[?] -3817[?] 13907[?]  3807[?] 3806[?] 3796[?] 13879[?]  -3806[?] -3223[?] 13874[?]  -3796[?] -3795[?] 13845[?]  3795[?] 3793[?] 3794[?] 13843[?]  -3794[?] 2872[?] 13838[?]  2899[?] -3793[?] 13835[?]  3776[?] 3775[?] 3763[?] 13786[?]  -3775[?] -3223[?] 13781[?]  -3763[?] -3762[?] 13746[?]  3762[?] 3760[?] 3761[?] 13744[?]  -3761[?] 2873[?] 13739[?]  2899[?] -3760[?] 13736[?]  3746[?] 3745[?] 3733[?] 13696[?]  -3745[?] -3223[?] 13691[?]  -3733[?] -3732[?] 13656[?]  3732[?] 3730[?] 3731[?] 13654[?]  -3731[?] 2874[?] 13649[?]  2899[?] -3730[?] 13646[?]  3711[?] 3710[?] 3700[?] 13591[?]  -3710[?] -3223[?] 13586[?]  -3700[?] -3699[?] 13557[?]  3699[?] 3697[?] 3698[?] 13555[?]  -3698[?] 2875[?] 13550[?]  2899[?] -3697[?] 13547[?]  3674[?] 3673[?] 3661[?] 13480[?]  -3673[?] -3223[?] 13475[?]  -3661[?] -3660[?] 13440[?]  3660[?] 3658[?] 3659[?] 13438[?]  -3659[?] 2876[?] 13433[?]  2899[?] -3658[?] 13430[?]  3645[?] 3644[?] 3632[?] 13393[?]  -3644[?] -3223[?] 13388[?]  -3632[?] -3631[?] 13353[?]  3631[?] 3629[?] 3630[?] 13351[?]  -3630[?] 2877[?] 13346[?]  2899[?] -3629[?] 13343[?]  3613[?] 3612[?] 3600[?] 13297[?]  -3612[?] -3223[?] 13292[?]  -3600[?] -3599[?] 13257[?]  3599[?] 3597[?] 3598[?] 13255[?]  -3598[?] 2878[?] 13250[?]  2899[?] -3597[?] 13247[?]  3582[?] 3581[?] 3571[?] 13204[?]  -3581[?] -3223[?] 13199[?]  -3571[?] -3570[?] 13170[?]  3570[?] 3568[?] 3569[?] 13168[?]  -3569[?] 2879[?] 13163[?]  2899[?] -3568[?] 13160[?]  3553[?] 3552[?] 3540[?] 13117[?]  -3552[?] -3223[?] 13112[?]  -3540[?] -3539[?] 13077[?]  3539[?] 3537[?] 3538[?] 13075[?]  -3538[?] 2880[?] 13070[?]  2899[?] -3537[?] 13067[?]  3519[?] 3518[?] 3506[?] 13015[?]  -3518[?] -3223[?] 13010[?]  -3506[?] -3505[?] 12975[?]  3505[?] 3503[?] 3504[?] 12973[?]  -3504[?] 2881[?] 12968[?]  2899[?] -3503[?] 12965[?]  3485[?] 3484[?] 3472[?] 12913[?]  -3484[?] -3223[?] 12908[?]  -3472[?] -3471[?] 12873[?]  3471[?] 3469[?] 3470[?] 12871[?]  -3470[?] 2882[?] 12866[?]  2899[?] -3469[?] 12863[?]  3452[?] 3451[?] 3441[?] 12814[?]  -3451[?] -3223[?] 12809[?]  -3441[?] -3440[?] 12780[?]  3440[?] 3438[?] 3439[?] 12778[?]  -3439[?] 2883[?] 12773[?]  2899[?] -3438[?] 12770[?]  3413[?] 3424[?] 3423[?] 12730[?]  -3423[?] -3223[?] 12725[?]  -3412[?] -3413[?] 12696[?]  3410[?] 3412[?] 3411[?] 12694[?]  -3411[?] 2884[?] 12689[?]  2899[?] -3410[?] 12686[?]  3397[?] -3398[?] 12651[?]  3396[?] -3397[?] 12648[?]  -3395[?] -3396[?] 12645[?]  -2948[?] -3181[?] 3395[?] 12643[?]  -3385[?] -3239[?] 12611[?]  3239[?] 3238[?] -3223[?] 12175[?]  -3237[?] -3238[?] 12171[?]  2899[?] -2885[?] 3237[?] 12169[?]  3223[?] -3212[?] -3222[?] 12127[?]  3222[?] 3220[?] 3221[?] 12124[?]  -3221[?] -2899[?] 12120[?]  -3221[?] 2896[?] 12119[?]  -3220[?] 3219[?] 12117[?]  2899[?] -3220[?] 12116[?]  -3219[?] -3218[?] 12114[?]  3218[?] 3217[?] -2896[?] 12112[?]  -3217[?] 3216[?] 12108[?]  -3217[?] 3205[?] 12107[?]  -3216[?] 3215[?] 12105[?]  -3215[?] 3214[?] 12102[?]  -3214[?] -2895[?] 12098[?]  3212[?] 3210[?] 3211[?] 12094[?]  -3211[?] 2895[?] 12089[?]  2899[?] -3210[?] 12086[?]  -3206[?] 3205[?] 12075[?]  -3205[?] 3204[?] 12072[?]  -3204[?] 3203[?] 12069[?]  -3203[?] 3199[?] 12065[?]  -3199[?] 3198[?] 12054[?]  -3199[?] -2888[?] 12053[?]  -3198[?] -2889[?] 12051[?]  -3148[?] -3158[?] 3181[?] 12001[?]  -3172[?] 3020[?] 11972[?]  3158[?] 3159[?] 3148[?] 11935[?]  3158[?] 3156[?] 3157[?] 11932[?]  -3157[?] -3158[?] 11931[?]  2899[?] -2897[?] 3157[?] 11929[?]  -3157[?] -2899[?] 11928[?]  -3157[?] 2897[?] 11927[?]  -3156[?] 3155[?] 11925[?]  2899[?] -3156[?] 11924[?]  -3155[?] -3154[?] 11922[?]  3154[?] -2897[?] 3153[?] 11920[?]  -3153[?] 3152[?] 11916[?]  -3152[?] 3151[?] 11913[?]  -3151[?] 3150[?] 11910[?]  -3150[?] -2896[?] 11906[?]  3146[?] 3148[?] 3147[?] 11902[?]  -3147[?] -3148[?] 11901[?]  2899[?] -2898[?] 3147[?] 11899[?]  -3147[?] -2899[?] 11898[?]  -3147[?] 2898[?] 11897[?]  3145[?] -3146[?] 11895[?]  2899[?] -3146[?] 11894[?]  -3144[?] -3145[?] 11892[?]  -2898[?] 3144[?] 3142[?] 11890[?]  -3142[?] 3141[?] 11883[?]  -3141[?] 3140[?] 11880[?]  -3140[?] 3139[?] 11877[?]  -3139[?] 3138[?] 11874[?]  -3138[?] 3137[?] 11871[?]  -3138[?] -2897[?] 11870[?]  -3137[?] -2896[?] 11868[?]  -3123[?] 3122[?] 11826[?]  -3123[?] -2889[?] 11825[?]  -2888[?] -3122[?] 11822[?]  3113[?] 3111[?] 3112[?] 11797[?]  -3111[?] -3113[?] 11795[?]  -3112[?] -2899[?] 11793[?]  -3112[?] 2887[?] 11792[?]  -3110[?] 3111[?] -2899[?] 11791[?]  -3111[?] 3110[?] 11790[?]  2899[?] -3111[?] 11789[?]  3110[?] 3109[?] 3089[?] 11788[?]  -3110[?] -3109[?] 11787[?]  -3110[?] -3089[?] 11786[?]  -2887[?] 3109[?] 3108[?] 11785[?]  -3109[?] -3108[?] 11784[?]  -3107[?] 3108[?] -3080[?] 11782[?]  -3108[?] 3107[?] 11781[?]  -3108[?] 3080[?] 11780[?]  -3098[?] 3107[?] -3106[?] 11779[?]  -3107[?] 3106[?] 11778[?]  -3107[?] 3098[?] 11777[?]  3106[?] -3105[?] -3101[?] 11776[?]  3105[?] -3106[?] 11775[?]  3101[?] -3106[?] 11774[?]  3105[?] -3104[?] 2870[?] 11773[?]  3104[?] -3105[?] 11772[?]  -2870[?] -3105[?] 11771[?]  3104[?] -3103[?] 2868[?] 11770[?]  3103[?] -3104[?] 11769[?]  -2868[?] -3104[?] 11768[?]  3103[?] -3102[?] 2871[?] 11767[?]  3102[?] -3103[?] 11766[?]  -2871[?] -3103[?] 11765[?]  3102[?] 2872[?] 2873[?] 11764[?]  -2873[?] -3102[?] 11763[?]  -2872[?] -3102[?] 11762[?]  3101[?] -3100[?] 2877[?] 11761[?]  3100[?] -3101[?] 11760[?]  -2877[?] -3101[?] 11759[?]  3100[?] 2876[?] -3099[?] 11758[?]  3099[?] -3100[?] 11757[?]  -2876[?] -3100[?] 11756[?]  3099[?] 2874[?] 2875[?] 11755[?]  -2875[?] -3099[?] 11754[?]  -2874[?] -3099[?] 11753[?]  -3097[?] 2884[?] 3098[?] 11752[?]  -3098[?] 3097[?] 11751[?]  -3098[?] -2884[?] 11750[?]  -3096[?] 3097[?] 2883[?] 11749[?]  -3097[?] 3096[?] 11748[?]  -3097[?] -2883[?] 11747[?]  -3095[?] 2885[?] 3096[?] 11746[?]  -3096[?] 3095[?] 11745[?]  -3096[?] -2885[?] 11744[?]  2886[?] 3095[?] 2869[?] 11743[?]  -2886[?] -3095[?] 11742[?]  -3095[?] -2869[?] 11741[?]  3094[?] 3092[?] 3093[?] 11740[?]  -3093[?] -3094[?] 11739[?]  -3092[?] -3094[?] 11738[?]  2899[?] -2888[?] 3093[?] 11737[?]  -3093[?] -2899[?] 11736[?]  -3093[?] 2888[?] 11735[?]  -3091[?] 3092[?] -2899[?] 11734[?]  -3092[?] 3091[?] 11733[?]  2899[?] -3092[?] 11732[?]  3091[?] 3090[?] 3070[?] 11731[?]  -3091[?] -3090[?] 11730[?]  -3091[?] -3070[?] 11729[?]  -2888[?] 3090[?] 3089[?] 11728[?]  -3090[?] -3089[?] 11727[?]  -3088[?] 3089[?] -3080[?] 11725[?]  -3089[?] 3088[?] 11724[?]  -3084[?] 3088[?] -3087[?] 11722[?]  -3088[?] 3084[?] 11720[?]  3087[?] -3058[?] -3086[?] 11719[?]  3086[?] -3085[?] 2868[?] 11716[?]  3085[?] -3052[?] 2869[?] 11713[?]  -3083[?] 2884[?] 3084[?] 11710[?]  -3084[?] 3083[?] 11709[?]  -3082[?] 3083[?] 2883[?] 11707[?]  -3083[?] 3082[?] 11706[?]  -3081[?] 3082[?] 2885[?] 11704[?]  3081[?] -3082[?] 11703[?]  3081[?] 2886[?] 2887[?] 11701[?]  -2887[?] -3081[?] 11700[?]  3080[?] -3079[?] 2879[?] 11698[?]  3079[?] -3080[?] 11697[?]  -2879[?] -3080[?] 11696[?]  3079[?] -3078[?] 2878[?] 11695[?]  3078[?] -3079[?] 11694[?]  -2878[?] -3079[?] 11693[?]  3078[?] 2880[?] -3077[?] 11692[?]  3077[?] -3078[?] 11691[?]  -2880[?] -3078[?] 11690[?]  3077[?] 2882[?] 2881[?] 11689[?]  -2882[?] -3077[?] 11688[?]  -2881[?] -3077[?] 11687[?]  3074[?] 3076[?] 3075[?] 11686[?]  -3075[?] -3076[?] 11685[?]  -3076[?] -3074[?] 11684[?]  2899[?] -2889[?] 3075[?] 11683[?]  -3075[?] 2889[?] 11681[?]  3074[?] -3073[?] -2899[?] 11680[?]  2899[?] -3074[?] 11678[?]  3073[?] 3072[?] 3071[?] 11677[?]  -3072[?] -3070[?] 11673[?]  -3072[?] 2889[?] 11672[?]  -3071[?] 3070[?] 11670[?]  -3071[?] -2889[?] 11669[?]  -3069[?] -3054[?] 3070[?] 11668[?]  -3070[?] 3054[?] 11666[?]  -3068[?] 3069[?] -3058[?] 11665[?]  -3062[?] 3068[?] -3067[?] 11662[?]  3067[?] -3064[?] -3066[?] 11659[?]  3066[?] -3065[?] 2879[?] 11656[?]  3065[?] 2880[?] 2878[?] 11653[?]  3064[?] -3063[?] 2882[?] 11650[?]  3063[?] 2883[?] 2881[?] 11647[?]  -3061[?] 2885[?] 3062[?] 11644[?]  -3060[?] 2884[?] 3061[?] 11641[?]  -3059[?] 2886[?] 3060[?] 11638[?]  2887[?] 3059[?] 2869[?] 11635[?]  3058[?] -3057[?] 2874[?] 11632[?]  3057[?] -3056[?] 2873[?] 11629[?]  3056[?] -3055[?] 2875[?] 11626[?]  3055[?] 2876[?] 2877[?] 11623[?]  2888[?] 3054[?] -3053[?] 11620[?]  -2888[?] -3054[?] 11618[?]  3053[?] -3052[?] 2868[?] 11617[?]  3052[?] -3051[?] 2870[?] 11614[?]  3051[?] 2872[?] 2871[?] 11611[?]  2848[?] 1626[?] 11607[?]  2847[?] -2848[?] 11605[?]  2795[?] -2848[?] 11604[?]  2846[?] -2847[?] 11602[?]  2825[?] -2847[?] 11601[?]  2845[?] -2846[?] 11599[?]  -2828[?] -2846[?] 11598[?]  -2844[?] -2845[?] 11596[?]  -2830[?] -2845[?] 11595[?]  2841[?] -2843[?] 2844[?] 11594[?]  -2842[?] 2843[?] -2792[?] 11591[?]  -2647[?] 2842[?] -1798[?] 11588[?]  2840[?] -2841[?] 11584[?]  -2835[?] -2841[?] 11583[?]  2839[?] -2840[?] 11581[?]  -2836[?] -2840[?] 11580[?]  -2837[?] -2839[?] 11577[?]  -1545[?] -1755[?] 2837[?] 11573[?]  -1564[?] 2836[?] -1753[?] 11570[?]  2834[?] -1735[?] 2835[?] 11567[?]  -2833[?] -2834[?] 11563[?]  -2832[?] -2834[?] 11562[?]  -1587[?] 2833[?] 2831[?] 11561[?]  1587[?] -2831[?] 2832[?] 11558[?]  -1594[?] -1748[?] 2831[?] 11555[?]  -2831[?] 1748[?] 11554[?]  -2831[?] 1594[?] 11553[?]  -2829[?] 1751[?] 2830[?] 11552[?]  -2713[?] 2829[?] -2792[?] 11549[?]  -2827[?] -2632[?] 2828[?] 11546[?]  -2826[?] 2827[?] -2792[?] 11543[?]  -2644[?] 1652[?] 2826[?] 11540[?]  -2826[?] 2644[?] 11539[?]  -2826[?] -1652[?] 11538[?]  -2824[?] -2825[?] 11536[?]  -2819[?] -2825[?] 11535[?]  -2823[?] 1961[?] 2824[?] 11534[?]  2822[?] 2823[?] -2792[?] 11531[?]  -2821[?] -2822[?] 11527[?]  -2820[?] -2822[?] 11526[?]  -2712[?] 1670[?] 2821[?] 11525[?]  -2821[?] 2712[?] 11524[?]  -2821[?] -1670[?] 11523[?]  -1690[?] -2815[?] 2820[?] 11522[?]  -2820[?] 2815[?] 11521[?]  -2820[?] 1690[?] 11520[?]  -2818[?] -2814[?] 2819[?] 11519[?]  -2817[?] 2818[?] -2792[?] 11516[?]  -2816[?] -1689[?] 2817[?] 11513[?]  -2817[?] 2816[?] 11512[?]  1689[?] -2817[?] 11511[?]  -2815[?] -1670[?] 2816[?] 11510[?]  -2816[?] 2815[?] 11509[?]  1670[?] -2816[?] 11508[?]  -1652[?] -2547[?] 2815[?] 11507[?]  -2815[?] 2547[?] 11506[?]  -2815[?] 1652[?] 11505[?]  2813[?] 2814[?] 2812[?] 11504[?]  -2814[?] -2813[?] 11503[?]  -2814[?] -2812[?] 11502[?]  2813[?] 1961[?] 2811[?] 11501[?]  -2811[?] -2813[?] 11500[?]  -1961[?] -2813[?] 11499[?]  -2811[?] -1961[?] 2812[?] 11498[?]  -2812[?] 2811[?] 11497[?]  -2812[?] 1961[?] 11496[?]  -2000[?] 2811[?] -2810[?] 11495[?]  -2811[?] 2810[?] 11494[?]  -2811[?] 2000[?] 11493[?]  2810[?] -2028[?] -2809[?] 11492[?]  2809[?] -2810[?] 11491[?]  2028[?] -2810[?] 11490[?]  2809[?] -2807[?] -2808[?] 11489[?]  2808[?] -2809[?] 11488[?]  2807[?] -2809[?] 11487[?]  2808[?] -2095[?] -2061[?] 11486[?]  2095[?] -2808[?] 11485[?]  2061[?] -2808[?] 11484[?]  2807[?] -2806[?] -2129[?] 11483[?]  2806[?] -2807[?] 11482[?]  2129[?] -2807[?] 11481[?]  2806[?] -2805[?] -2158[?] 11480[?]  2805[?] -2806[?] 11479[?]  2158[?] -2806[?] 11478[?]  2805[?] -2804[?] -2803[?] 11477[?]  2804[?] -2805[?] 11476[?]  2803[?] -2805[?] 11475[?]  2804[?] -2221[?] -2189[?] 11474[?]  2221[?] -2804[?] 11473[?]  2189[?] -2804[?] 11472[?]  2803[?] -2802[?] -2250[?] 11471[?]  2802[?] -2803[?] 11470[?]  2250[?] -2803[?] 11469[?]  2802[?] -2801[?] -2287[?] 11468[?]  2801[?] -2802[?] 11467[?]  2287[?] -2802[?] 11466[?]  2801[?] -2799[?] -2800[?] 11465[?]  2800[?] -2801[?] 11464[?]  2799[?] -2801[?] 11463[?]  2800[?] -2352[?] -2322[?] 11462[?]  2352[?] -2800[?] 11461[?]  2322[?] -2800[?] 11460[?]  2799[?] -2798[?] -2383[?] 11459[?]  2798[?] -2799[?] 11458[?]  2383[?] -2799[?] 11457[?]  2798[?] -2797[?] -2409[?] 11456[?]  2797[?] -2798[?] 11455[?]  2409[?] -2798[?] 11454[?]  2797[?] -2796[?] -2440[?] 11453[?]  2796[?] -2797[?] 11452[?]  2440[?] -2797[?] 11451[?]  2796[?] -2494[?] -2464[?] 11450[?]  2494[?] -2796[?] 11449[?]  2464[?] -2796[?] 11448[?]  -2794[?] -2795[?] 11446[?]  -2793[?] -2795[?] 11445[?]  2792[?] -1563[?] 2794[?] 11444[?]  2652[?] -2792[?] 2793[?] 11441[?]  2792[?] 2791[?] -2710[?] 11438[?]  -2791[?] -2792[?] 11437[?]  2710[?] -2792[?] 11436[?]  2790[?] 2713[?] 2791[?] 11435[?]  -2791[?] -2790[?] 11434[?]  -2791[?] -2713[?] 11433[?]  2790[?] -2789[?] -2778[?] 11432[?]  2789[?] -2790[?] 11431[?]  2778[?] -2790[?] 11430[?]  2789[?] 2782[?] -2788[?] 11429[?]  2788[?] -2789[?] 11428[?]  -2782[?] -2789[?] 11427[?]  2788[?] -2786[?] 2787[?] 11426[?]  -2787[?] -2788[?] 11425[?]  2786[?] -2788[?] 11424[?]  2548[?] -2647[?] 2787[?] 11423[?]  -2787[?] 2647[?] 11422[?]  -2787[?] -2548[?] 11421[?]  2786[?] 2785[?] 2783[?] 11420[?]  -2785[?] -2786[?] 11419[?]  -2783[?] -2786[?] 11418[?]  2784[?] 2719[?] 2785[?] 11417[?]  -2785[?] -2784[?] 11416[?]  -2785[?] -2719[?] 11415[?]  2784[?] -2688[?] -2700[?] 11414[?]  2700[?] -2784[?] 11413[?]  2688[?] -2784[?] 11412[?]  -1476[?] -2719[?] 2783[?] 11411[?]  -2783[?] 2719[?] 11410[?]  -2783[?] 1476[?] 11409[?]  2780[?] 2781[?] 2782[?] 11408[?]  -2782[?] -2781[?] 11407[?]  -2782[?] -2780[?] 11406[?]  -1477[?] -2719[?] 2781[?] 11405[?]  -2781[?] 2719[?] 11404[?]  1477[?] -2781[?] 11403[?]  2780[?] 2779[?] 2719[?] 11402[?]  -2779[?] -2780[?] 11401[?]  -2719[?] -2780[?] 11400[?]  -2707[?] 2779[?] 2714[?] 11399[?]  -2779[?] 2707[?] 11397[?]  2778[?] -2777[?] -2748[?] 11396[?]  2777[?] -2778[?] 11395[?]  2748[?] -2778[?] 11394[?]  2777[?] -2776[?] -2755[?] 11393[?]  2776[?] -2777[?] 11392[?]  2755[?] -2777[?] 11391[?]  2776[?] -2775[?] -2762[?] 11390[?]  2775[?] -2776[?] 11389[?]  2762[?] -2776[?] 11388[?]  2775[?] -2774[?] -2767[?] 11387[?]  2774[?] -2775[?] 11386[?]  2767[?] -2775[?] 11385[?]  2774[?] -2773[?] 2768[?] 11384[?]  2773[?] -2774[?] 11383[?]  -2768[?] -2774[?] 11382[?]  2773[?] -2772[?] 2769[?] 11381[?]  2772[?] -2773[?] 11380[?]  -2769[?] -2773[?] 11379[?]  2772[?] 2770[?] 2771[?] 11378[?]  -2771[?] -2772[?] 11377[?]  -2770[?] -2772[?] 11376[?]  -1496[?] -2719[?] 2771[?] 11375[?]  -2771[?] 2719[?] 11374[?]  -2771[?] 1496[?] 11373[?]  -1497[?] -2719[?] 2770[?] 11372[?]  -2770[?] 2719[?] 11371[?]  -2770[?] 1497[?] 11370[?]  -1495[?] -2719[?] 2769[?] 11369[?]  -2769[?] 2719[?] 11368[?]  -2769[?] 1495[?] 11367[?]  -1494[?] -2719[?] 2768[?] 11366[?]  -2768[?] 2719[?] 11365[?]  -2768[?] 1494[?] 11364[?]  2767[?] -2766[?] 2763[?] 11363[?]  2766[?] -2767[?] 11362[?]  -2763[?] -2767[?] 11361[?]  2766[?] 2764[?] 2765[?] 11360[?]  -2765[?] -2766[?] 11359[?]  -2764[?] -2766[?] 11358[?]  -1498[?] -2719[?] 2765[?] 11357[?]  -2765[?] 2719[?] 11356[?]  -2765[?] 1498[?] 11355[?]  -1499[?] -2719[?] 2764[?] 11354[?]  -2764[?] 2719[?] 11353[?]  -2764[?] 1499[?] 11352[?]  -1500[?] -2719[?] 2763[?] 11351[?]  -2763[?] 2719[?] 11350[?]  -2763[?] 1500[?] 11349[?]  2762[?] -2761[?] 2756[?] 11348[?]  2761[?] -2762[?] 11347[?]  -2756[?] -2762[?] 11346[?]  2761[?] -2760[?] 2757[?] 11345[?]  2760[?] -2761[?] 11344[?]  -2757[?] -2761[?] 11343[?]  2760[?] 2758[?] 2759[?] 11342[?]  -2759[?] -2760[?] 11341[?]  -2758[?] -2760[?] 11340[?]  -1492[?] -2719[?] 2759[?] 11339[?]  -2759[?] 2719[?] 11338[?]  -2759[?] 1492[?] 11337[?]  -1493[?] -2719[?] 2758[?] 11336[?]  -2758[?] 2719[?] 11335[?]  -2758[?] 1493[?] 11334[?]  -1491[?] -2719[?] 2757[?] 11333[?]  -2757[?] 2719[?] 11332[?]  -2757[?] 1491[?] 11331[?]  -1490[?] -2719[?] 2756[?] 11330[?]  -2756[?] 2719[?] 11329[?]  -2756[?] 1490[?] 11328[?]  2755[?] -2754[?] 2749[?] 11327[?]  2754[?] -2755[?] 11326[?]  -2749[?] -2755[?] 11325[?]  2754[?] -2753[?] 2750[?] 11324[?]  2753[?] -2754[?] 11323[?]  -2750[?] -2754[?] 11322[?]  2753[?] 2752[?] 2751[?] 11321[?]  -2752[?] -2753[?] 11320[?]  -2751[?] -2753[?] 11319[?]  -1488[?] -2719[?] 2752[?] 11318[?]  -2752[?] 2719[?] 11317[?]  -2752[?] 1488[?] 11316[?]  -1489[?] -2719[?] 2751[?] 11315[?]  -2751[?] 2719[?] 11314[?]  -2751[?] 1489[?] 11313[?]  -1487[?] -2719[?] 2750[?] 11312[?]  -2750[?] 2719[?] 11311[?]  -2750[?] 1487[?] 11310[?]  -1486[?] -2719[?] 2749[?] 11309[?]  -2749[?] 2719[?] 11308[?]  -2749[?] 1486[?] 11307[?]  2748[?] -2747[?] -2726[?] 11306[?]  2747[?] -2748[?] 11305[?]  2726[?] -2748[?] 11304[?]  2747[?] -2746[?] -2733[?] 11303[?]  2746[?] -2747[?] 11302[?]  2733[?] -2747[?] 11301[?]  2746[?] -2745[?] -2738[?] 11300[?]  2745[?] -2746[?] 11299[?]  2738[?] -2746[?] 11298[?]  2745[?] -2744[?] 2739[?] 11297[?]  2744[?] -2745[?] 11296[?]  -2739[?] -2745[?] 11295[?]  2744[?] -2743[?] 2740[?] 11294[?]  2743[?] -2744[?] 11293[?]  -2740[?] -2744[?] 11292[?]  2743[?] 2741[?] 2742[?] 11291[?]  -2742[?] -2743[?] 11290[?]  -2741[?] -2743[?] 11289[?]  -1481[?] -2719[?] 2742[?] 11288[?]  -2742[?] 2719[?] 11287[?]  -2742[?] 1481[?] 11286[?]  -1482[?] -2719[?] 2741[?] 11285[?]  -2741[?] 2719[?] 11284[?]  -2741[?] 1482[?] 11283[?]  -1480[?] -2719[?] 2740[?] 11282[?]  -2740[?] 2719[?] 11281[?]  -2740[?] 1480[?] 11280[?]  -1479[?] -2719[?] 2739[?] 11279[?]  -2739[?] 2719[?] 11278[?]  -2739[?] 1479[?] 11277[?]  2738[?] -2737[?] 2734[?] 11276[?]  2737[?] -2738[?] 11275[?]  -2734[?] -2738[?] 11274[?]  2737[?] 2735[?] 2736[?] 11273[?]  -2736[?] -2737[?] 11272[?]  -2735[?] -2737[?] 11271[?]  -1483[?] -2719[?] 2736[?] 11270[?]  -2736[?] 2719[?] 11269[?]  -2736[?] 1483[?] 11268[?]  -1484[?] -2719[?] 2735[?] 11267[?]  -2735[?] 2719[?] 11266[?]  -2735[?] 1484[?] 11265[?]  -1485[?] -2719[?] 2734[?] 11264[?]  -2734[?] 2719[?] 11263[?]  -2734[?] 1485[?] 11262[?]  2733[?] -2732[?] 2727[?] 11261[?]  2732[?] -2733[?] 11260[?]  -2727[?] -2733[?] 11259[?]  2732[?] -2731[?] 2728[?] 11258[?]  2731[?] -2732[?] 11257[?]  -2728[?] -2732[?] 11256[?]  2731[?] 2729[?] 2730[?] 11255[?]  -2730[?] -2731[?] 11254[?]  -2729[?] -2731[?] 11253[?]  -1506[?] -2719[?] 2730[?] 11252[?]  -2730[?] 2719[?] 11251[?]  -2730[?] 1506[?] 11250[?]  -1507[?] -2719[?] 2729[?] 11249[?]  -2729[?] 2719[?] 11248[?]  -2729[?] 1507[?] 11247[?]  -1478[?] -2719[?] 2728[?] 11246[?]  -2728[?] 2719[?] 11245[?]  -2728[?] 1478[?] 11244[?]  -1505[?] -2719[?] 2727[?] 11243[?]  -2727[?] 2719[?] 11242[?]  -2727[?] 1505[?] 11241[?]  2726[?] -2725[?] 2720[?] 11240[?]  2725[?] -2726[?] 11239[?]  -2720[?] -2726[?] 11238[?]  2725[?] -2724[?] 2721[?] 11237[?]  2724[?] -2725[?] 11236[?]  -2721[?] -2725[?] 11235[?]  2724[?] 2722[?] 2723[?] 11234[?]  -2723[?] -2724[?] 11233[?]  -2722[?] -2724[?] 11232[?]  -1503[?] -2719[?] 2723[?] 11231[?]  -2723[?] 2719[?] 11230[?]  -2723[?] 1503[?] 11229[?]  -1504[?] -2719[?] 2722[?] 11228[?]  -2722[?] 2719[?] 11227[?]  -2722[?] 1504[?] 11226[?]  -1502[?] -2719[?] 2721[?] 11225[?]  -2721[?] 2719[?] 11224[?]  -2721[?] 1502[?] 11223[?]  -1501[?] -2719[?] 2720[?] 11222[?]  -2720[?] 2719[?] 11221[?]  -2720[?] 1501[?] 11220[?]  2700[?] -2718[?] 2719[?] 11219[?]  2718[?] -2719[?] 11218[?]  -2719[?] -2700[?] 11217[?]  2718[?] 2716[?] 2717[?] 11216[?]  -2717[?] -2718[?] 11215[?]  -2716[?] -2718[?] 11214[?]  -2701[?] 1584[?] 2717[?] 11213[?]  -2717[?] 2701[?] 11212[?]  -2717[?] -1584[?] 11211[?]  -2715[?] -1584[?] 2716[?] 11210[?]  -2716[?] 2715[?] 11209[?]  -2716[?] 1584[?] 11208[?]  -2714[?] -2688[?] 2715[?] 11207[?]  -2715[?] 2714[?] 11206[?]  2688[?] -2715[?] 11205[?]  -2707[?] 2700[?] 2714[?] 11204[?]  -2714[?] 2707[?] 11203[?]  -2714[?] -2700[?] 11202[?]  -2712[?] -1670[?] 2713[?] 11201[?]  -2713[?] 2712[?] 11200[?]  -2713[?] 1670[?] 11199[?]  -2711[?] -1652[?] 2712[?] 11198[?]  -2712[?] 2711[?] 11197[?]  -2712[?] 1652[?] 11196[?]  1689[?] -2547[?] 2711[?] 11195[?]  -2711[?] 2547[?] 11194[?]  -2711[?] -1689[?] 11193[?]  2710[?] -2709[?] -1604[?] 11192[?]  2709[?] -2710[?] 11191[?]  1604[?] -2710[?] 11190[?]  2709[?] 2708[?] -2669[?] 11189[?]  -2708[?] -2709[?] 11188[?]  2669[?] -2709[?] 11187[?]  -2701[?] 2707[?] 2708[?] 11186[?]  -2708[?] -2707[?] 11185[?]  -2708[?] 2701[?] 11184[?]  2705[?] 2707[?] 2706[?] 11183[?]  -2706[?] -2707[?] 11182[?]  -2707[?] -2705[?] 11181[?]  -1469[?] 1475[?] 2706[?] 11180[?]  -2706[?] -1475[?] 11179[?]  -2706[?] 1469[?] 11178[?]  2705[?] -2704[?] -1475[?] 11177[?]  2704[?] -2705[?] 11176[?]  1475[?] -2705[?] 11175[?]  2704[?] 2703[?] 2702[?] 11174[?]  -2703[?] -2704[?] 11173[?]  -2702[?] -2704[?] 11172[?]  -1469[?] 2703[?] 2684[?] 11171[?]  -2684[?] -2703[?] 11170[?]  -2703[?] 1469[?] 11169[?]  -2684[?] 1469[?] 2702[?] 11168[?]  -2702[?] 2684[?] 11167[?]  -2702[?] -1469[?] 11166[?]  2688[?] 2700[?] 2701[?] 11165[?]  -2701[?] -2700[?] 11164[?]  -2701[?] -2688[?] 11163[?]  2700[?] 2698[?] 2699[?] 11162[?]  -2699[?] -2700[?] 11161[?]  -2698[?] -2700[?] 11160[?]  1475[?] -1470[?] 2699[?] 11159[?]  -2699[?] -1475[?] 11158[?]  -2699[?] 1470[?] 11157[?]  -2697[?] 2698[?] -1475[?] 11156[?]  -2698[?] 2697[?] 11155[?]  1475[?] -2698[?] 11154[?]  2696[?] 2697[?] 1782[?] 11153[?]  -2697[?] -2696[?] 11152[?]  -1782[?] -2697[?] 11151[?]  2696[?] -1470[?] 2695[?] 11150[?]  -2695[?] -2696[?] 11149[?]  1470[?] -2696[?] 11148[?]  -2694[?] -2683[?] 2695[?] 11147[?]  -2695[?] 2694[?] 11146[?]  -2695[?] 2683[?] 11145[?]  -2690[?] -2693[?] 2694[?] 11144[?]  -2694[?] 2693[?] 11143[?]  -2694[?] 2690[?] 11142[?]  -2692[?] 2693[?] -1767[?] 11141[?]  -2693[?] 2692[?] 11140[?]  -2691[?] 2692[?] 1446[?] 11138[?]  -2692[?] 2691[?] 11137[?]  1469[?] 2691[?] 1447[?] 11135[?]  -1469[?] -2691[?] 11134[?]  1468[?] -2689[?] 2690[?] 11132[?]  -2690[?] 2689[?] 11131[?]  -2690[?] -1468[?] 11130[?]  1467[?] -2539[?] 2689[?] 11129[?]  -2689[?] 2539[?] 11128[?]  -2689[?] -1467[?] 11127[?]  2688[?] 2686[?] 2687[?] 11126[?]  -2687[?] -2688[?] 11125[?]  -2686[?] -2688[?] 11124[?]  1475[?] -1468[?] 2687[?] 11123[?]  -2687[?] -1475[?] 11122[?]  -2687[?] 1468[?] 11121[?]  -2685[?] 2686[?] -1475[?] 11120[?]  -2686[?] 2685[?] 11119[?]  -2686[?] 1475[?] 11118[?]  2670[?] 2685[?] 2684[?] 11117[?]  -2684[?] -2685[?] 11116[?]  -2685[?] -2670[?] 11115[?]  -2676[?] -2683[?] 2684[?] 11114[?]  -2684[?] 2683[?] 11113[?]  -2684[?] 2676[?] 11112[?]  -2682[?] 2683[?] -1694[?] 11111[?]  -2683[?] 2682[?] 11110[?]  -2683[?] 1694[?] 11109[?]  -2681[?] -1773[?] 2682[?] 11108[?]  -2682[?] 2681[?] 11107[?]  -2682[?] 1773[?] 11106[?]  -2680[?] -2678[?] 2681[?] 11105[?]  -2681[?] 2680[?] 11104[?]  -2681[?] 2678[?] 11103[?]  1462[?] -2679[?] 2680[?] 11102[?]  -2680[?] 2679[?] 11101[?]  -1462[?] -2680[?] 11100[?]  1463[?] 2679[?] 1461[?] 11099[?]  -1463[?] -2679[?] 11098[?]  -2679[?] -1461[?] 11097[?]  -2677[?] 2678[?] 1444[?] 11096[?]  -2678[?] 2677[?] 11095[?]  -2678[?] -1444[?] 11094[?]  1464[?] 2677[?] 1445[?] 11093[?]  -1464[?] -2677[?] 11092[?]  -2677[?] -1445[?] 11091[?]  -2675[?] -2672[?] 2676[?] 11090[?]  -2676[?] 2675[?] 11089[?]  -2676[?] 2672[?] 11088[?]  -2674[?] 2675[?] -1767[?] 11087[?]  -2675[?] 2674[?] 11086[?]  -2675[?] 1767[?] 11085[?]  -2673[?] 2674[?] 1446[?] 11084[?]  -2674[?] 2673[?] 11083[?]  -2674[?] -1446[?] 11082[?]  1468[?] 2673[?] 1447[?] 11081[?]  -2673[?] -1468[?] 11080[?]  -2673[?] -1447[?] 11079[?]  -2671[?] 1466[?] 2672[?] 11078[?]  -2672[?] 2671[?] 11077[?]  -2672[?] -1466[?] 11076[?]  1467[?] 1465[?] 2671[?] 11075[?]  -2671[?] -1465[?] 11073[?]  2670[?] -1468[?] 2665[?] 11072[?]  -2665[?] -2670[?] 11071[?]  1468[?] -2670[?] 11070[?]  2669[?] 2667[?] 2668[?] 11069[?]  -2668[?] -2669[?] 11068[?]  -2667[?] -2669[?] 11067[?]  1475[?] -1467[?] 2668[?] 11066[?]  -2668[?] -1475[?] 11065[?]  -2668[?] 1467[?] 11064[?]  -2666[?] 2667[?] -1475[?] 11063[?]  -2667[?] 2666[?] 11062[?]  -2667[?] 1475[?] 11061[?]  2653[?] 2665[?] 2666[?] 11060[?]  -2666[?] -2665[?] 11059[?]  -2666[?] -2653[?] 11058[?]  -2657[?] -2664[?] 2665[?] 11057[?]  -2665[?] 2664[?] 11056[?]  -2665[?] 2657[?] 11055[?]  -2663[?] 2664[?] -1642[?] 11054[?]  -2664[?] 2663[?] 11053[?]  -2664[?] 1642[?] 11052[?]  -2662[?] 2663[?] -1640[?] 11051[?]  -2663[?] 2662[?] 11050[?]  -2663[?] 1640[?] 11049[?]  -2661[?] -2659[?] 2662[?] 11048[?]  -2662[?] 2661[?] 11047[?]  -2662[?] 2659[?] 11046[?]  -2660[?] 1461[?] 2661[?] 11045[?]  -2661[?] 2660[?] 11044[?]  -2661[?] -1461[?] 11043[?]  1462[?] 1460[?] 2660[?] 11042[?]  -1462[?] -2660[?] 11041[?]  -2660[?] -1460[?] 11040[?]  -2658[?] 2659[?] 1445[?] 11039[?]  -2659[?] 2658[?] 11038[?]  -2659[?] -1445[?] 11037[?]  1463[?] 2658[?] 1444[?] 11036[?]  -1463[?] -2658[?] 11035[?]  -2658[?] -1444[?] 11034[?]  -2656[?] -1699[?] 2657[?] 11033[?]  -2657[?] 2656[?] 11032[?]  -2657[?] 1699[?] 11031[?]  -2655[?] 2656[?] -1767[?] 11030[?]  -2656[?] 2655[?] 11029[?]  -2656[?] 1767[?] 11028[?]  -2654[?] 2655[?] 1446[?] 11027[?]  -2655[?] 2654[?] 11026[?]  -2655[?] -1446[?] 11025[?]  1467[?] 2654[?] 1447[?] 11024[?]  -2654[?] -1467[?] 11023[?]  -2654[?] -1447[?] 11022[?]  2653[?] -1467[?] 2543[?] 11021[?]  -2543[?] -2653[?] 11020[?]  1467[?] -2653[?] 11019[?]  2651[?] -2652[?] 11017[?]  2638[?] -2652[?] 11016[?]  2650[?] -2651[?] 11014[?]  2643[?] -2651[?] 11013[?]  -2649[?] -2650[?] 11011[?]  -2646[?] -2650[?] 11010[?]  -2648[?] 1974[?] 2649[?] 11009[?]  1798[?] -2647[?] 2648[?] 11006[?]  -2648[?] 2647[?] 11005[?]  -2648[?] -1798[?] 11004[?]  2547[?] 1652[?] 2647[?] 11003[?]  -2547[?] -2647[?] 11002[?]  -1652[?] -2647[?] 11001[?]  -2645[?] 2526[?] 2646[?] 11000[?]  -2644[?] 2547[?] 2645[?] 10997[?]  -2645[?] 2644[?] 10996[?]  -2645[?] -2547[?] 10995[?]  1689[?] 2644[?] -1670[?] 10994[?]  -2644[?] -1689[?] 10993[?]  -2644[?] 1670[?] 10992[?]  -2642[?] -2643[?] 10990[?]  -2640[?] -2643[?] 10989[?]  -2641[?] 2526[?] 2642[?] 10988[?]  -2528[?] 2547[?] 2641[?] 10985[?]  -2641[?] -2547[?] 10984[?]  -2641[?] 2528[?] 10983[?]  -2639[?] -2632[?] 2640[?] 10982[?]  -1690[?] 2547[?] 2639[?] 10979[?]  -2639[?] -2547[?] 10978[?]  -2639[?] 1690[?] 10977[?]  2637[?] -2638[?] 10975[?]  2531[?] -2638[?] 10974[?]  -2636[?] -2637[?] 10972[?]  -2633[?] -2637[?] 10971[?]  -2635[?] -2632[?] 2636[?] 10970[?]  -1652[?] -2634[?] 2635[?] 10967[?]  -2635[?] 2634[?] 10966[?]  -2635[?] 1652[?] 10965[?]  2634[?] -2548[?] 2547[?] 10964[?]  2548[?] -2634[?] 10963[?]  -2547[?] -2634[?] 10962[?]  -2550[?] -2632[?] 2633[?] 10961[?]  2631[?] 2632[?] 2628[?] 10958[?]  -2632[?] -2631[?] 10957[?]  -2628[?] -2632[?] 10956[?]  2631[?] -2629[?] 2630[?] 10955[?]  -2630[?] -2631[?] 10954[?]  2629[?] -2631[?] 10953[?]  2624[?] 2551[?] 2630[?] 10952[?]  -2630[?] -2624[?] 10951[?]  -2551[?] -2630[?] 10950[?]  2629[?] 2625[?] -1964[?] 10949[?]  -2625[?] -2629[?] 10948[?]  1964[?] -2629[?] 10947[?]  -2627[?] -2553[?] 2628[?] 10946[?]  -2628[?] 2627[?] 10945[?]  -2628[?] 2553[?] 10944[?]  2554[?] 2626[?] 2627[?] 10943[?]  -2627[?] -2626[?] 10942[?]  -2627[?] -2554[?] 10941[?]  2626[?] 2625[?] -2624[?] 10940[?]  -2625[?] -2626[?] 10939[?]  2624[?] -2626[?] 10938[?]  1974[?] 2625[?] 2000[?] 10937[?]  -2625[?] -2000[?] 10936[?]  -2625[?] -1974[?] 10935[?]  2624[?] 2555[?] 2623[?] 10934[?]  -2623[?] -2624[?] 10933[?]  -2555[?] -2624[?] 10932[?]  2621[?] 2622[?] 2623[?] 10931[?]  -2622[?] -2623[?] 10930[?]  -2623[?] -2621[?] 10929[?]  -2011[?] 2622[?] -2028[?] 10928[?]  -2622[?] 2028[?] 10927[?]  -2622[?] 2011[?] 10926[?]  2621[?] 2620[?] 2556[?] 10925[?]  -2620[?] -2621[?] 10924[?]  -2556[?] -2621[?] 10923[?]  2618[?] 2619[?] 2620[?] 10922[?]  -2619[?] -2620[?] 10921[?]  -2620[?] -2618[?] 10920[?]  -2041[?] 2619[?] -2061[?] 10919[?]  -2619[?] 2061[?] 10918[?]  -2619[?] 2041[?] 10917[?]  2618[?] 2566[?] 2617[?] 10916[?]  -2617[?] -2618[?] 10915[?]  -2566[?] -2618[?] 10914[?]  -2616[?] -2563[?] 2617[?] 10913[?]  -2617[?] 2616[?] 10912[?]  -2617[?] 2563[?] 10911[?]  2614[?] 2615[?] 2616[?] 10910[?]  -2616[?] -2615[?] 10909[?]  -2616[?] -2614[?] 10908[?]  -2141[?] 2615[?] -2158[?] 10907[?]  -2615[?] 2158[?] 10906[?]  -2615[?] 2141[?] 10905[?]  2614[?] 2576[?] 2613[?] 10904[?]  -2613[?] -2614[?] 10903[?]  -2576[?] -2614[?] 10902[?]  2610[?] -2612[?] 2613[?] 10901[?]  -2613[?] 2612[?] 10900[?]  -2613[?] -2610[?] 10899[?]  -2573[?] 2611[?] 2612[?] 10898[?]  -2611[?] -2612[?] 10897[?]  -2612[?] 2573[?] 10896[?]  -2260[?] 2611[?] -2250[?] 10895[?]  -2611[?] 2260[?] 10894[?]  -2611[?] 2250[?] 10893[?]  2610[?] 2609[?] -2581[?] 10892[?]  -2609[?] -2610[?] 10891[?]  2581[?] -2610[?] 10890[?]  -2608[?] 2605[?] 2609[?] 10889[?]  -2609[?] 2608[?] 10888[?]  -2609[?] -2605[?] 10887[?]  2608[?] 2606[?] 2607[?] 10886[?]  -2608[?] -2607[?] 10885[?]  -2606[?] -2608[?] 10884[?]  -2270[?] 2607[?] -2287[?] 10883[?]  -2607[?] 2287[?] 10882[?]  2270[?] -2607[?] 10881[?]  2606[?] -2302[?] -2322[?] 10880[?]  -2606[?] 2322[?] 10879[?]  -2606[?] 2302[?] 10878[?]  2605[?] 2604[?] -2586[?] 10877[?]  -2604[?] -2605[?] 10876[?]  2586[?] -2605[?] 10875[?]  2603[?] -2589[?] 2604[?] 10874[?]  -2604[?] -2603[?] 10873[?]  -2604[?] 2589[?] 10872[?]  2603[?] 2602[?] -2594[?] 10871[?]  -2602[?] -2603[?] 10870[?]  2594[?] -2603[?] 10869[?]  2599[?] -2601[?] 2602[?] 10868[?]  -2602[?] 2601[?] 10867[?]  -2602[?] -2599[?] 10866[?]  2600[?] 2601[?] 2592[?] 10865[?]  -2601[?] -2600[?] 10864[?]  -2601[?] -2592[?] 10863[?]  2600[?] -2423[?] -2440[?] 10862[?]  2440[?] -2600[?] 10861[?]  2423[?] -2600[?] 10860[?]  2599[?] 2595[?] 2598[?] 10859[?]  -2598[?] -2599[?] 10858[?]  -2595[?] -2599[?] 10857[?]  -2597[?] 2596[?] 2598[?] 10856[?]  -2598[?] 2597[?] 10855[?]  -2598[?] -2596[?] 10854[?]  2471[?] 2464[?] 2597[?] 10853[?]  -2471[?] -2597[?] 10852[?]  -2597[?] -2464[?] 10851[?]  -2452[?] 2596[?] -2494[?] 10850[?]  -2596[?] 2494[?] 10849[?]  -2596[?] 2452[?] 10848[?]  2494[?] 2452[?] 2595[?] 10847[?]  -2595[?] -2494[?] 10846[?]  -2452[?] -2595[?] 10845[?]  2594[?] 2593[?] 2590[?] 10844[?]  -2593[?] -2594[?] 10843[?]  -2590[?] -2594[?] 10842[?]  -2591[?] 2592[?] 2593[?] 10841[?]  -2593[?] -2592[?] 10840[?]  -2593[?] 2591[?] 10839[?]  -2416[?] 2592[?] -2409[?] 10838[?]  2416[?] -2592[?] 10837[?]  -2592[?] 2409[?] 10836[?]  2423[?] 2440[?] 2591[?] 10835[?]  -2591[?] -2440[?] 10834[?]  -2591[?] -2423[?] 10833[?]  2416[?] 2409[?] 2590[?] 10832[?]  -2590[?] -2416[?] 10831[?]  -2590[?] -2409[?] 10830[?]  2589[?] 2587[?] 2588[?] 10829[?]  -2588[?] -2589[?] 10828[?]  -2587[?] -2589[?] 10827[?]  -2333[?] 2588[?] -2352[?] 10826[?]  -2588[?] 2352[?] 10825[?]  -2588[?] 2333[?] 10824[?]  -2365[?] 2587[?] -2383[?] 10823[?]  -2587[?] 2383[?] 10822[?]  2365[?] -2587[?] 10821[?]  2586[?] 2585[?] 2583[?] 10820[?]  -2585[?] -2586[?] 10819[?]  -2583[?] -2586[?] 10818[?]  2584[?] 2333[?] 2585[?] 10817[?]  -2585[?] -2584[?] 10816[?]  -2333[?] -2585[?] 10815[?]  2584[?] 2582[?] -2352[?] 10814[?]  -2582[?] -2584[?] 10813[?]  2352[?] -2584[?] 10812[?]  -2582[?] 2352[?] 2583[?] 10811[?]  -2583[?] 2582[?] 10810[?]  -2583[?] -2352[?] 10809[?]  2365[?] 2383[?] 2582[?] 10808[?]  -2582[?] -2383[?] 10807[?]  -2582[?] -2365[?] 10806[?]  2581[?] 2580[?] 2578[?] 10805[?]  -2580[?] -2581[?] 10804[?]  -2578[?] -2581[?] 10803[?]  2270[?] 2579[?] 2580[?] 10802[?]  -2580[?] -2579[?] 10801[?]  -2580[?] -2270[?] 10800[?]  2579[?] 2577[?] -2287[?] 10799[?]  -2577[?] -2579[?] 10798[?]  2287[?] -2579[?] 10797[?]  -2577[?] 2287[?] 2578[?] 10796[?]  -2578[?] 2577[?] 10795[?]  -2578[?] -2287[?] 10794[?]  2302[?] 2322[?] 2577[?] 10793[?]  -2577[?] -2322[?] 10792[?]  -2577[?] -2302[?] 10791[?]  2567[?] 2575[?] 2576[?] 10790[?]  -2576[?] -2575[?] 10789[?]  -2576[?] -2567[?] 10788[?]  2575[?] -2570[?] 2574[?] 10787[?]  -2574[?] -2575[?] 10786[?]  2570[?] -2575[?] 10785[?]  -2573[?] -2571[?] 2574[?] 10784[?]  -2574[?] 2573[?] 10783[?]  -2574[?] 2571[?] 10782[?]  2567[?] 2573[?] 2572[?] 10781[?]  -2572[?] -2573[?] 10780[?]  -2573[?] -2567[?] 10779[?]  -2202[?] 2572[?] -2221[?] 10778[?]  -2572[?] 2221[?] 10777[?]  -2572[?] 2202[?] 10776[?]  2260[?] 2250[?] 2571[?] 10775[?]  -2260[?] -2571[?] 10774[?]  -2571[?] -2250[?] 10773[?]  2570[?] 2568[?] 2569[?] 10772[?]  -2569[?] -2570[?] 10771[?]  -2568[?] -2570[?] 10770[?]  2169[?] 2189[?] 2569[?] 10769[?]  -2569[?] -2189[?] 10768[?]  -2569[?] -2169[?] 10767[?]  2202[?] 2221[?] 2568[?] 10766[?]  -2568[?] -2221[?] 10765[?]  -2202[?] -2568[?] 10764[?]  2567[?] -2169[?] -2189[?] 10763[?]  -2567[?] 2189[?] 10762[?]  2169[?] -2567[?] 10761[?]  2565[?] 2557[?] 2566[?] 10760[?]  -2566[?] -2565[?] 10759[?]  -2557[?] -2566[?] 10758[?]  2565[?] 2564[?] -2560[?] 10757[?]  -2564[?] -2565[?] 10756[?]  2560[?] -2565[?] 10755[?]  -2563[?] -2561[?] 2564[?] 10754[?]  -2564[?] 2563[?] 10753[?]  -2564[?] 2561[?] 10752[?]  2563[?] 2562[?] 2557[?] 10751[?]  -2562[?] -2563[?] 10750[?]  -2563[?] -2557[?] 10749[?]  -2107[?] 2562[?] -2129[?] 10748[?]  -2562[?] 2129[?] 10747[?]  -2562[?] 2107[?] 10746[?]  2141[?] 2158[?] 2561[?] 10745[?]  -2561[?] -2158[?] 10744[?]  -2141[?] -2561[?] 10743[?]  2560[?] 2559[?] 2558[?] 10742[?]  -2559[?] -2560[?] 10741[?]  -2558[?] -2560[?] 10740[?]  2076[?] 2095[?] 2559[?] 10739[?]  -2559[?] -2095[?] 10738[?]  -2076[?] -2559[?] 10737[?]  2107[?] 2129[?] 2558[?] 10736[?]  -2558[?] -2129[?] 10735[?]  -2107[?] -2558[?] 10734[?]  -2076[?] 2557[?] -2095[?] 10733[?]  -2557[?] 2095[?] 10732[?]  -2557[?] 2076[?] 10731[?]  2041[?] 2061[?] 2556[?] 10730[?]  -2556[?] -2061[?] 10729[?]  -2041[?] -2556[?] 10728[?]  2011[?] 2028[?] 2555[?] 10727[?]  -2555[?] -2028[?] 10726[?]  -2555[?] -2011[?] 10725[?]  2554[?] 1761[?] 1961[?] 10724[?]  -1961[?] -2554[?] 10723[?]  -1761[?] -2554[?] 10722[?]  2552[?] 2553[?] 2551[?] 10721[?]  -2552[?] -2553[?] 10720[?]  -2553[?] -2551[?] 10719[?]  -1761[?] -1961[?] 2552[?] 10718[?]  -2552[?] 1961[?] 10717[?]  -2552[?] 1761[?] 10716[?]  -2000[?] -1974[?] 2551[?] 10715[?]  -2551[?] 2000[?] 10714[?]  -2551[?] 1974[?] 10713[?]  -2547[?] -2549[?] 2550[?] 10712[?]  -2550[?] 2549[?] 10711[?]  -2550[?] 2547[?] 10710[?]  2549[?] -2548[?] 1652[?] 10709[?]  2548[?] -2549[?] 10708[?]  -1652[?] -2549[?] 10707[?]  2548[?] -1670[?] -1689[?] 10706[?]  1689[?] -2548[?] 10705[?]  1670[?] -2548[?] 10704[?]  2545[?] 2547[?] 2546[?] 10703[?]  -2546[?] -2547[?] 10702[?]  -2547[?] -2545[?] 10701[?]  1475[?] -1466[?] 2546[?] 10700[?]  -2546[?] -1475[?] 10699[?]  -2546[?] 1466[?] 10698[?]  2545[?] -2544[?] -1475[?] 10697[?]  2544[?] -2545[?] 10696[?]  1475[?] -2545[?] 10695[?]  2544[?] 2538[?] 2543[?] 10694[?]  -2543[?] -2544[?] 10693[?]  -2538[?] -2544[?] 10692[?]  -2542[?] -1808[?] 2543[?] 10691[?]  -2543[?] 2542[?] 10690[?]  -2543[?] 1808[?] 10689[?]  -2539[?] -2541[?] 2542[?] 10688[?]  -2542[?] 2541[?] 10687[?]  -2542[?] 2539[?] 10686[?]  -1776[?] -2540[?] 2541[?] 10685[?]  2540[?] -2541[?] 10684[?]  -2541[?] 1776[?] 10683[?]  2540[?] 1463[?] 1464[?] 10682[?]  -1464[?] -2540[?] 10681[?]  -1463[?] -2540[?] 10680[?]  1465[?] 2539[?] 1466[?] 10679[?]  -1466[?] -2539[?] 10678[?]  -2539[?] -1465[?] 10677[?]  -1466[?] 2538[?] 2537[?] 10676[?]  -2538[?] -2537[?] 10675[?]  -2538[?] 1466[?] 10674[?]  -2536[?] 2537[?] -1643[?] 10673[?]  -2537[?] 2536[?] 10672[?]  -2537[?] 1643[?] 10671[?]  -2535[?] -1638[?] 2536[?] 10670[?]  -2536[?] 2535[?] 10669[?]  -2536[?] 1638[?] 10668[?]  -2534[?] 2535[?] -1634[?] 10667[?]  -2535[?] 2534[?] 10666[?]  -2535[?] 1634[?] 10665[?]  -1775[?] 2534[?] -2533[?] 10664[?]  -2534[?] 2533[?] 10663[?]  -2534[?] 1775[?] 10662[?]  2533[?] -2532[?] 1447[?] 10661[?]  2532[?] -2533[?] 10660[?]  -1447[?] -2533[?] 10659[?]  2532[?] 1448[?] 1446[?] 10658[?]  -1448[?] -2532[?] 10657[?]  -1446[?] -2532[?] 10656[?]  -2530[?] -2531[?] 10654[?]  -2527[?] -2531[?] 10653[?]  -2529[?] 2526[?] 2530[?] 10652[?]  -2528[?] 1652[?] 2529[?] 10649[?]  1689[?] 1670[?] 2528[?] 10646[?]  -2528[?] -1689[?] 10645[?]  -2528[?] -1670[?] 10644[?]  -1691[?] 2526[?] 2527[?] 10643[?]  2526[?] 2525[?] 2524[?] 10640[?]  -2525[?] -2526[?] 10639[?]  -2524[?] -2526[?] 10638[?]  -2523[?] 2525[?] -1964[?] 10637[?]  -2525[?] 2523[?] 10636[?]  1964[?] -2525[?] 10635[?]  1964[?] 2523[?] 2524[?] 10634[?]  -2524[?] -2523[?] 10633[?]  -2524[?] -1964[?] 10632[?]  2066[?] 2523[?] 2522[?] 10631[?]  -2522[?] -2523[?] 10630[?]  -2523[?] -2066[?] 10629[?]  2001[?] 2522[?] -2521[?] 10628[?]  -2522[?] 2521[?] 10627[?]  -2522[?] -2001[?] 10626[?]  2521[?] -2520[?] 2518[?] 10625[?]  2520[?] -2521[?] 10624[?]  -2518[?] -2521[?] 10623[?]  2520[?] 2063[?] 2519[?] 10622[?]  -2519[?] -2520[?] 10621[?]  -2063[?] -2520[?] 10620[?]  -2041[?] 2061[?] 2519[?] 10619[?]  -2519[?] -2061[?] 10618[?]  -2519[?] 2041[?] 10617[?]  2517[?] 2096[?] 2518[?] 10616[?]  -2518[?] -2517[?] 10615[?]  -2096[?] -2518[?] 10614[?]  2517[?] 2516[?] 2097[?] 10613[?]  -2516[?] -2517[?] 10612[?]  -2097[?] -2517[?] 10611[?]  2515[?] 2130[?] 2516[?] 10610[?]  -2516[?] -2515[?] 10609[?]  -2130[?] -2516[?] 10608[?]  2515[?] 2514[?] 2131[?] 10607[?]  -2514[?] -2515[?] 10606[?]  -2131[?] -2515[?] 10605[?]  2513[?] 2227[?] 2514[?] 10604[?]  -2514[?] -2513[?] 10603[?]  -2227[?] -2514[?] 10602[?]  2513[?] -2512[?] 2510[?] 10601[?]  2512[?] -2513[?] 10600[?]  -2510[?] -2513[?] 10599[?]  2512[?] -2224[?] 2511[?] 10598[?]  -2511[?] -2512[?] 10597[?]  2224[?] -2512[?] 10596[?]  -2202[?] 2221[?] 2511[?] 10595[?]  -2511[?] -2221[?] 10594[?]  -2511[?] 2202[?] 10593[?]  2509[?] -2292[?] 2510[?] 10592[?]  -2510[?] -2509[?] 10591[?]  2292[?] -2510[?] 10590[?]  2509[?] 2505[?] -2508[?] 10589[?]  2508[?] -2509[?] 10588[?]  -2505[?] -2509[?] 10587[?]  2508[?] 2506[?] 2507[?] 10586[?]  -2507[?] -2508[?] 10585[?]  -2506[?] -2508[?] 10584[?]  -2260[?] 2250[?] 2507[?] 10583[?]  -2507[?] 2260[?] 10582[?]  -2507[?] -2250[?] 10581[?]  -2270[?] 2287[?] 2506[?] 10580[?]  -2506[?] -2287[?] 10579[?]  2270[?] -2506[?] 10578[?]  2504[?] 2389[?] 2505[?] 10577[?]  -2505[?] -2504[?] 10576[?]  -2389[?] -2505[?] 10575[?]  2504[?] -2503[?] -2386[?] 10574[?]  2503[?] -2504[?] 10573[?]  2386[?] -2504[?] 10572[?]  2503[?] 2502[?] 2390[?] 10571[?]  -2502[?] -2503[?] 10570[?]  -2390[?] -2503[?] 10569[?]  2501[?] -2445[?] 2502[?] 10568[?]  -2502[?] -2501[?] 10567[?]  -2502[?] 2445[?] 10566[?]  2501[?] 2497[?] -2500[?] 10565[?]  2500[?] -2501[?] 10564[?]  -2497[?] -2501[?] 10563[?]  2500[?] 2499[?] 2498[?] 10562[?]  -2499[?] -2500[?] 10561[?]  -2498[?] -2500[?] 10560[?]  -2416[?] 2409[?] 2499[?] 10559[?]  -2499[?] 2416[?] 10558[?]  -2499[?] -2409[?] 10557[?]  2440[?] -2423[?] 2498[?] 10556[?]  -2498[?] -2440[?] 10555[?]  2423[?] -2498[?] 10554[?]  2473[?] 2496[?] 2497[?] 10553[?]  -2497[?] -2496[?] 10552[?]  -2497[?] -2473[?] 10551[?]  2496[?] 2495[?] -2494[?] 10550[?]  -2495[?] -2496[?] 10549[?]  2494[?] -2496[?] 10548[?]  -2472[?] -2452[?] 2495[?] 10547[?]  -2495[?] 2472[?] 10546[?]  -2495[?] 2452[?] 10545[?]  2494[?] 2480[?] 2493[?] 10544[?]  -2493[?] -2494[?] 10543[?]  -2480[?] -2494[?] 10542[?]  2492[?] 1799[?] 2493[?] 10541[?]  -2493[?] -2492[?] 10540[?]  -2493[?] -1799[?] 10539[?]  2492[?] 2491[?] 2481[?] 10538[?]  -2491[?] -2492[?] 10537[?]  -2481[?] -2492[?] 10536[?]  2490[?] 2491[?] 1820[?] 10535[?]  -2491[?] -2490[?] 10534[?]  -2491[?] -1820[?] 10533[?]  2490[?] -2489[?] 2482[?] 10532[?]  2489[?] -2490[?] 10531[?]  -2482[?] -2490[?] 10530[?]  2489[?] 2488[?] 2486[?] 10529[?]  -2488[?] -2489[?] 10528[?]  -2486[?] -2489[?] 10527[?]  -1442[?] -2487[?] 2488[?] 10526[?]  -2488[?] 2487[?] 10525[?]  -2488[?] 1442[?] 10524[?]  2487[?] 1912[?] -1915[?] 10523[?]  1915[?] -2487[?] 10522[?]  -1912[?] -2487[?] 10521[?]  2485[?] 1442[?] 2486[?] 10520[?]  -2486[?] -2485[?] 10519[?]  -2486[?] -1442[?] 10518[?]  2485[?] 2483[?] 2484[?] 10517[?]  -2484[?] -2485[?] 10516[?]  -2483[?] -2485[?] 10515[?]  1915[?] 1912[?] 2484[?] 10514[?]  -2484[?] -1915[?] 10513[?]  -2484[?] -1912[?] 10512[?]  -1912[?] 2483[?] -1915[?] 10511[?]  -2483[?] 1915[?] 10510[?]  -2483[?] 1912[?] 10509[?]  -1918[?] 1915[?] 2482[?] 10508[?]  -2482[?] 1918[?] 10507[?]  -2482[?] -1915[?] 10506[?]  -1608[?] -1820[?] 2481[?] 10505[?]  -2481[?] 1820[?] 10504[?]  -2481[?] 1608[?] 10503[?]  2479[?] 2480[?] -1799[?] 10502[?]  -2480[?] -2479[?] 10501[?]  1799[?] -2480[?] 10500[?]  2479[?] 2477[?] 2478[?] 10499[?]  -2478[?] -2479[?] 10498[?]  -2477[?] -2479[?] 10497[?]  1475[?] -1445[?] 2478[?] 10496[?]  -2478[?] -1475[?] 10495[?]  -2478[?] 1445[?] 10494[?]  2476[?] 2477[?] -1475[?] 10493[?]  -2477[?] -2476[?] 10492[?]  1475[?] -2477[?] 10491[?]  2476[?] 2475[?] 2474[?] 10490[?]  -2475[?] -2476[?] 10489[?]  -2474[?] -2476[?] 10488[?]  -1445[?] 2475[?] 1444[?] 10487[?]  -2475[?] 1445[?] 10486[?]  -1444[?] -2475[?] 10485[?]  -1444[?] 1445[?] 2474[?] 10484[?]  -2474[?] -1445[?] 10483[?]  -2474[?] 1444[?] 10482[?]  2473[?] 2452[?] 2472[?] 10481[?]  -2472[?] -2473[?] 10480[?]  -2452[?] -2473[?] 10479[?]  -2471[?] 2464[?] 2472[?] 10478[?]  -2472[?] 2471[?] 10477[?]  -2472[?] -2464[?] 10476[?]  -2470[?] 2471[?] 2465[?] 10475[?]  -2471[?] 2470[?] 10474[?]  -2465[?] -2471[?] 10473[?]  -2469[?] 2470[?] 2466[?] 10472[?]  -2470[?] 2469[?] 10471[?]  -2466[?] -2470[?] 10470[?]  2468[?] 2469[?] 2467[?] 10469[?]  -2469[?] -2468[?] 10468[?]  -2467[?] -2469[?] 10467[?]  2468[?] -1546[?] -1753[?] 10466[?]  1753[?] -2468[?] 10465[?]  1546[?] -2468[?] 10464[?]  -1591[?] -1735[?] 2467[?] 10463[?]  -2467[?] 1735[?] 10462[?]  -2467[?] 1591[?] 10461[?]  -1527[?] -1755[?] 2466[?] 10460[?]  -2466[?] 1755[?] 10459[?]  1527[?] -2466[?] 10458[?]  -1508[?] -1757[?] 2465[?] 10457[?]  -2465[?] 1757[?] 10456[?]  1508[?] -2465[?] 10455[?]  2464[?] 2456[?] 2463[?] 10454[?]  -2463[?] -2464[?] 10453[?]  -2456[?] -2464[?] 10452[?]  2462[?] 1799[?] 2463[?] 10451[?]  -2463[?] -2462[?] 10450[?]  -2463[?] -1799[?] 10449[?]  2462[?] 2461[?] 2457[?] 10448[?]  -2461[?] -2462[?] 10447[?]  -2457[?] -2462[?] 10446[?]  2460[?] 2461[?] 1820[?] 10445[?]  -2461[?] -2460[?] 10444[?]  -2461[?] -1820[?] 10443[?]  2460[?] 2459[?] 2458[?] 10442[?]  -2459[?] -2460[?] 10441[?]  -2458[?] -2460[?] 10440[?]  1911[?] 1443[?] 2459[?] 10439[?]  -2459[?] -1911[?] 10438[?]  -2459[?] -1443[?] 10437[?]  -1443[?] -1911[?] 2458[?] 10436[?]  -2458[?] 1911[?] 10435[?]  -2458[?] 1443[?] 10434[?]  -1607[?] -1820[?] 2457[?] 10433[?]  -2457[?] 1820[?] 10432[?]  1607[?] -2457[?] 10431[?]  2455[?] 2456[?] -1799[?] 10430[?]  -2456[?] -2455[?] 10429[?]  1799[?] -2456[?] 10428[?]  2455[?] 2453[?] 2454[?] 10427[?]  -2454[?] -2455[?] 10426[?]  -2453[?] -2455[?] 10425[?]  1475[?] -1444[?] 2454[?] 10424[?]  -2454[?] -1475[?] 10423[?]  -2454[?] 1444[?] 10422[?]  -1444[?] 2453[?] -1475[?] 10421[?]  1475[?] -2453[?] 10420[?]  -2453[?] 1444[?] 10419[?]  2446[?] 2452[?] -2451[?] 10418[?]  2451[?] -2452[?] 10417[?]  -2452[?] -2446[?] 10416[?]  2451[?] -2450[?] 2447[?] 10415[?]  2450[?] -2451[?] 10414[?]  -2447[?] -2451[?] 10413[?]  2450[?] 2448[?] 2449[?] 10412[?]  -2449[?] -2450[?] 10411[?]  -2448[?] -2450[?] 10410[?]  -1509[?] -1757[?] 2449[?] 10409[?]  -2449[?] 1757[?] 10408[?]  1509[?] -2449[?] 10407[?]  -1598[?] -1735[?] 2448[?] 10406[?]  -2448[?] 1735[?] 10405[?]  1598[?] -2448[?] 10404[?]  -1528[?] -1755[?] 2447[?] 10403[?]  -2447[?] 1755[?] 10402[?]  -2447[?] 1528[?] 10401[?]  2446[?] -1547[?] -1753[?] 10400[?]  1753[?] -2446[?] 10399[?]  1547[?] -2446[?] 10398[?]  2445[?] 2444[?] 2443[?] 10397[?]  -2444[?] -2445[?] 10396[?]  -2443[?] -2445[?] 10395[?]  -2441[?] 2416[?] 2444[?] 10394[?]  -2444[?] 2441[?] 10393[?]  -2444[?] -2416[?] 10392[?]  2442[?] 2443[?] -2409[?] 10391[?]  -2443[?] -2442[?] 10390[?]  -2443[?] 2409[?] 10389[?]  2442[?] 2441[?] -2416[?] 10388[?]  -2441[?] -2442[?] 10387[?]  2416[?] -2442[?] 10386[?]  2423[?] 2441[?] -2440[?] 10385[?]  -2441[?] 2440[?] 10384[?]  -2441[?] -2423[?] 10383[?]  2440[?] 2429[?] 2439[?] 10382[?]  -2439[?] -2440[?] 10381[?]  -2429[?] -2440[?] 10380[?]  2438[?] 1799[?] 2439[?] 10379[?]  -2439[?] -2438[?] 10378[?]  -2439[?] -1799[?] 10377[?]  2438[?] 2437[?] 2430[?] 10376[?]  -2437[?] -2438[?] 10375[?]  -2430[?] -2438[?] 10374[?]  2436[?] 2437[?] 1820[?] 10373[?]  -2437[?] -2436[?] 10372[?]  -2437[?] -1820[?] 10371[?]  2436[?] 2434[?] 2435[?] 10370[?]  -2435[?] -2436[?] 10369[?]  -2434[?] -2436[?] 10368[?]  1921[?] -2433[?] 2435[?] 10367[?]  2433[?] -2435[?] 10366[?]  -2435[?] -1921[?] 10365[?]  2433[?] -1921[?] 2434[?] 10364[?]  -2434[?] -2433[?] 10363[?]  -2434[?] 1921[?] 10362[?]  2433[?] 2431[?] 2432[?] 10361[?]  -2432[?] -2433[?] 10360[?]  -2431[?] -2433[?] 10359[?]  1900[?] 1441[?] 2432[?] 10358[?]  -2432[?] -1900[?] 10357[?]  -2432[?] -1441[?] 10356[?]  -1441[?] -1900[?] 2431[?] 10355[?]  -2431[?] 1900[?] 10354[?]  -2431[?] 1441[?] 10353[?]  -1609[?] -1820[?] 2430[?] 10352[?]  -2430[?] 1820[?] 10351[?]  -2430[?] 1609[?] 10350[?]  2428[?] 2429[?] -1799[?] 10349[?]  -2429[?] -2428[?] 10348[?]  1799[?] -2429[?] 10347[?]  2428[?] 2426[?] 2427[?] 10346[?]  -2427[?] -2428[?] 10345[?]  -2426[?] -2428[?] 10344[?]  1475[?] -1446[?] 2427[?] 10343[?]  -2427[?] -1475[?] 10342[?]  -2427[?] 1446[?] 10341[?]  -2425[?] 2426[?] -1475[?] 10340[?]  -2426[?] 2425[?] 10339[?]  1475[?] -2426[?] 10338[?]  1976[?] 2424[?] 2425[?] 10337[?]  -2424[?] -2425[?] 10336[?]  -2425[?] -1976[?] 10335[?]  -1446[?] 1975[?] 2424[?] 10334[?]  -2424[?] -1975[?] 10333[?]  -2424[?] 1446[?] 10332[?]  2423[?] 2417[?] -2422[?] 10331[?]  2422[?] -2423[?] 10330[?]  -2417[?] -2423[?] 10329[?]  2422[?] -2421[?] 2418[?] 10328[?]  2421[?] -2422[?] 10327[?]  -2418[?] -2422[?] 10326[?]  2421[?] 2419[?] 2420[?] 10325[?]  -2420[?] -2421[?] 10324[?]  -2419[?] -2421[?] 10323[?]  -1510[?] -1757[?] 2420[?] 10322[?]  -2420[?] 1757[?] 10321[?]  1510[?] -2420[?] 10320[?]  -1588[?] -1735[?] 2419[?] 10319[?]  -2419[?] 1735[?] 10318[?]  -2419[?] 1588[?] 10317[?]  -1529[?] -1755[?] 2418[?] 10316[?]  -2418[?] 1755[?] 10315[?]  -2418[?] 1529[?] 10314[?]  -1548[?] 2417[?] -1753[?] 10313[?]  1753[?] -2417[?] 10312[?]  -2417[?] 1548[?] 10311[?]  2416[?] 2410[?] -2415[?] 10310[?]  2415[?] -2416[?] 10309[?]  -2410[?] -2416[?] 10308[?]  2415[?] -2414[?] 2411[?] 10307[?]  2414[?] -2415[?] 10306[?]  -2411[?] -2415[?] 10305[?]  2414[?] 2412[?] 2413[?] 10304[?]  -2413[?] -2414[?] 10303[?]  -2412[?] -2414[?] 10302[?]  -1511[?] -1757[?] 2413[?] 10301[?]  -2413[?] 1757[?] 10300[?]  1511[?] -2413[?] 10299[?]  1600[?] -1735[?] 2412[?] 10298[?]  -2412[?] 1735[?] 10297[?]  -1600[?] -2412[?] 10296[?]  -1530[?] -1755[?] 2411[?] 10295[?]  -2411[?] 1755[?] 10294[?]  -2411[?] 1530[?] 10293[?]  2410[?] -1549[?] -1753[?] 10292[?]  1753[?] -2410[?] 10291[?]  -2410[?] 1549[?] 10290[?]  2409[?] 2396[?] 2408[?] 10289[?]  -2408[?] -2409[?] 10288[?]  -2396[?] -2409[?] 10287[?]  2407[?] 1799[?] 2408[?] 10286[?]  -2408[?] -2407[?] 10285[?]  -2408[?] -1799[?] 10284[?]  2407[?] 2406[?] 2397[?] 10283[?]  -2406[?] -2407[?] 10282[?]  -2397[?] -2407[?] 10281[?]  2405[?] 2406[?] 1820[?] 10280[?]  -2406[?] -2405[?] 10279[?]  -2406[?] -1820[?] 10278[?]  2405[?] 2404[?] 2403[?] 10277[?]  -2404[?] -2405[?] 10276[?]  -2403[?] -2405[?] 10275[?]  2399[?] -2402[?] 2404[?] 10274[?]  -2404[?] 2402[?] 10273[?]  -2404[?] -2399[?] 10272[?]  2402[?] -2399[?] 2403[?] 10271[?]  -2403[?] -2402[?] 10270[?]  -2403[?] 2399[?] 10269[?]  2402[?] 2401[?] 2400[?] 10268[?]  -2401[?] -2402[?] 10267[?]  -2400[?] -2402[?] 10266[?]  1904[?] 1440[?] 2401[?] 10265[?]  -2401[?] -1904[?] 10264[?]  -2401[?] -1440[?] 10263[?]  -1440[?] -1904[?] 2400[?] 10262[?]  -2400[?] 1904[?] 10261[?]  -2400[?] 1440[?] 10260[?]  2399[?] 1901[?] 2398[?] 10259[?]  -2398[?] -2399[?] 10258[?]  -1901[?] -2399[?] 10257[?]  1921[?] 1922[?] 2398[?] 10256[?]  -2398[?] -1922[?] 10255[?]  -2398[?] -1921[?] 10254[?]  -1610[?] -1820[?] 2397[?] 10253[?]  -2397[?] 1820[?] 10252[?]  -2397[?] 1610[?] 10251[?]  2395[?] 2396[?] -1799[?] 10250[?]  -2396[?] -2395[?] 10249[?]  1799[?] -2396[?] 10248[?]  2395[?] 2393[?] 2394[?] 10247[?]  -2394[?] -2395[?] 10246[?]  -2393[?] -2395[?] 10245[?]  1475[?] -1447[?] 2394[?] 10244[?]  -2394[?] -1475[?] 10243[?]  -2394[?] 1447[?] 10242[?]  -2392[?] 2393[?] -1475[?] 10241[?]  -2393[?] 2392[?] 10240[?]  1475[?] -2393[?] 10239[?]  2366[?] 2392[?] 2391[?] 10238[?]  -2391[?] -2392[?] 10237[?]  -2392[?] -2366[?] 10236[?]  -1447[?] 1976[?] 2391[?] 10235[?]  -2391[?] -1976[?] 10234[?]  -2391[?] 1447[?] 10233[?]  -2365[?] 2383[?] 2390[?] 10232[?]  -2390[?] -2383[?] 10231[?]  2365[?] -2390[?] 10230[?]  2388[?] 2389[?] 2323[?] 10229[?]  -2389[?] -2388[?] 10228[?]  -2389[?] -2323[?] 10227[?]  2388[?] -2355[?] 2387[?] 10226[?]  -2387[?] -2388[?] 10225[?]  2355[?] -2388[?] 10224[?]  -2384[?] 2387[?] -2386[?] 10223[?]  -2387[?] 2386[?] 10222[?]  -2387[?] 2384[?] 10221[?]  2386[?] 2385[?] 2323[?] 10220[?]  -2385[?] -2386[?] 10219[?]  -2323[?] -2386[?] 10218[?]  -2333[?] 2352[?] 2385[?] 10217[?]  -2385[?] -2352[?] 10216[?]  -2385[?] 2333[?] 10215[?]  2365[?] 2384[?] -2383[?] 10214[?]  -2384[?] 2383[?] 10213[?]  -2384[?] -2365[?] 10212[?]  2383[?] 2372[?] 2382[?] 10211[?]  -2382[?] -2383[?] 10210[?]  -2372[?] -2383[?] 10209[?]  2381[?] 1799[?] 2382[?] 10208[?]  -2382[?] -2381[?] 10207[?]  -2382[?] -1799[?] 10206[?]  2381[?] 2380[?] 2373[?] 10205[?]  -2380[?] -2381[?] 10204[?]  -2373[?] -2381[?] 10203[?]  2379[?] 2380[?] 1820[?] 10202[?]  -2380[?] -2379[?] 10201[?]  -2380[?] -1820[?] 10200[?]  2379[?] 2378[?] 2377[?] 10199[?]  -2378[?] -2379[?] 10198[?]  -2377[?] -2379[?] 10197[?]  -2376[?] 1925[?] 2378[?] 10196[?]  2376[?] -2378[?] 10195[?]  -1925[?] -2378[?] 10194[?]  2376[?] -1925[?] 2377[?] 10193[?]  -2377[?] -2376[?] 10192[?]  -2377[?] 1925[?] 10191[?]  2376[?] 2375[?] 2374[?] 10190[?]  -2375[?] -2376[?] 10189[?]  -2374[?] -2376[?] 10188[?]  1882[?] 1439[?] 2375[?] 10187[?]  -2375[?] -1882[?] 10186[?]  -2375[?] -1439[?] 10185[?]  -1439[?] -1882[?] 2374[?] 10184[?]  -2374[?] 1882[?] 10183[?]  -2374[?] 1439[?] 10182[?]  -1611[?] -1820[?] 2373[?] 10181[?]  -2373[?] 1820[?] 10180[?]  -2373[?] 1611[?] 10179[?]  2371[?] 2372[?] -1799[?] 10178[?]  -2372[?] -2371[?] 10177[?]  1799[?] -2372[?] 10176[?]  2371[?] 2369[?] 2370[?] 10175[?]  -2370[?] -2371[?] 10174[?]  -2369[?] -2371[?] 10173[?]  1475[?] -1448[?] 2370[?] 10172[?]  -2370[?] -1475[?] 10171[?]  -2370[?] 1448[?] 10170[?]  -2368[?] 2369[?] -1475[?] 10169[?]  -2369[?] 2368[?] 10168[?]  1475[?] -2369[?] 10167[?]  2228[?] 2368[?] 2367[?] 10166[?]  -2367[?] -2368[?] 10165[?]  -2368[?] -2228[?] 10164[?]  -1448[?] 2366[?] 2367[?] 10163[?]  -2367[?] -2366[?] 10162[?]  -2367[?] 1448[?] 10161[?]  2366[?] 1447[?] -1976[?] 10160[?]  1976[?] -2366[?] 10159[?]  -1447[?] -2366[?] 10158[?]  2365[?] 2356[?] -2364[?] 10157[?]  2364[?] -2365[?] 10156[?]  -2356[?] -2365[?] 10155[?]  2364[?] -2363[?] 2357[?] 10154[?]  2363[?] -2364[?] 10153[?]  -2357[?] -2364[?] 10152[?]  2363[?] 2361[?] 2362[?] 10151[?]  -2362[?] -2363[?] 10150[?]  -2361[?] -2363[?] 10149[?]  -1512[?] -1757[?] 2362[?] 10148[?]  -2362[?] 1757[?] 10147[?]  -2362[?] 1512[?] 10146[?]  2360[?] -1735[?] 2361[?] 10145[?]  -2361[?] -2360[?] 10144[?]  -2361[?] 1735[?] 10143[?]  2360[?] 2359[?] 2358[?] 10142[?]  -2359[?] -2360[?] 10141[?]  -2358[?] -2360[?] 10140[?]  2359[?] -1593[?] 1600[?] 10139[?]  -2359[?] -1600[?] 10138[?]  1593[?] -2359[?] 10137[?]  1593[?] -1600[?] 2358[?] 10136[?]  -2358[?] 1600[?] 10135[?]  -2358[?] -1593[?] 10134[?]  -1531[?] -1755[?] 2357[?] 10133[?]  -2357[?] 1755[?] 10132[?]  -2357[?] 1531[?] 10131[?]  -1550[?] 2356[?] -1753[?] 10130[?]  1753[?] -2356[?] 10129[?]  -2356[?] 1550[?] 10128[?]  2355[?] 2353[?] 2354[?] 10127[?]  -2354[?] -2355[?] 10126[?]  -2353[?] -2355[?] 10125[?]  2302[?] 2354[?] -2322[?] 10124[?]  -2354[?] 2322[?] 10123[?]  -2354[?] -2302[?] 10122[?]  2353[?] 2333[?] -2352[?] 10121[?]  -2353[?] 2352[?] 10120[?]  -2353[?] -2333[?] 10119[?]  2352[?] 2339[?] 2351[?] 10118[?]  -2351[?] -2352[?] 10117[?]  -2339[?] -2352[?] 10116[?]  2350[?] 1799[?] 2351[?] 10115[?]  -2351[?] -2350[?] 10114[?]  -2351[?] -1799[?] 10113[?]  2350[?] 2349[?] 2340[?] 10112[?]  -2349[?] -2350[?] 10111[?]  -2340[?] -2350[?] 10110[?]  2348[?] 2349[?] 1820[?] 10109[?]  -2349[?] -2348[?] 10108[?]  -2349[?] -1820[?] 10107[?]  2348[?] 2347[?] 2346[?] 10106[?]  -2347[?] -2348[?] 10105[?]  -2346[?] -2348[?] 10104[?]  2342[?] -2345[?] 2347[?] 10103[?]  -2347[?] 2345[?] 10102[?]  -2347[?] -2342[?] 10101[?]  2345[?] -2342[?] 2346[?] 10100[?]  -2346[?] -2345[?] 10099[?]  -2346[?] 2342[?] 10098[?]  2345[?] 2344[?] 2343[?] 10097[?]  -2344[?] -2345[?] 10096[?]  -2343[?] -2345[?] 10095[?]  1886[?] 1438[?] 2344[?] 10094[?]  -2344[?] -1886[?] 10093[?]  -2344[?] -1438[?] 10092[?]  -1438[?] -1886[?] 2343[?] 10091[?]  -2343[?] 1886[?] 10090[?]  -2343[?] 1438[?] 10089[?]  2342[?] 1883[?] 2341[?] 10088[?]  -2341[?] -2342[?] 10087[?]  -1883[?] -2342[?] 10086[?]  1926[?] 2341[?] 1925[?] 10085[?]  -2341[?] -1926[?] 10084[?]  -2341[?] -1925[?] 10083[?]  -1612[?] -1820[?] 2340[?] 10082[?]  -2340[?] 1820[?] 10081[?]  -2340[?] 1612[?] 10080[?]  2338[?] 2339[?] -1799[?] 10079[?]  -2339[?] -2338[?] 10078[?]  1799[?] -2339[?] 10077[?]  2338[?] 2336[?] 2337[?] 10076[?]  -2337[?] -2338[?] 10075[?]  -2336[?] -2338[?] 10074[?]  1475[?] -1449[?] 2337[?] 10073[?]  -2337[?] -1475[?] 10072[?]  -2337[?] 1449[?] 10071[?]  -2335[?] 2336[?] -1475[?] 10070[?]  -2336[?] 2335[?] 10069[?]  1475[?] -2336[?] 10068[?]  2303[?] 2335[?] 2334[?] 10067[?]  -2334[?] -2335[?] 10066[?]  -2335[?] -2303[?] 10065[?]  -1449[?] 2228[?] 2334[?] 10064[?]  -2334[?] -2228[?] 10063[?]  -2334[?] 1449[?] 10062[?]  2324[?] 2333[?] -2332[?] 10061[?]  2332[?] -2333[?] 10060[?]  -2333[?] -2324[?] 10059[?]  2332[?] -2331[?] 2325[?] 10058[?]  2331[?] -2332[?] 10057[?]  -2325[?] -2332[?] 10056[?]  2331[?] 2329[?] 2330[?] 10055[?]  -2330[?] -2331[?] 10054[?]  -2329[?] -2331[?] 10053[?]  -1513[?] -1757[?] 2330[?] 10052[?]  -2330[?] 1757[?] 10051[?]  -2330[?] 1513[?] 10050[?]  2328[?] -1735[?] 2329[?] 10049[?]  -2329[?] -2328[?] 10048[?]  -2329[?] 1735[?] 10047[?]  2328[?] 2327[?] 2326[?] 10046[?]  -2327[?] -2328[?] 10045[?]  -2326[?] -2328[?] 10044[?]  -1595[?] 1736[?] 2327[?] 10043[?]  -2327[?] -1736[?] 10042[?]  1595[?] -2327[?] 10041[?]  1595[?] -1736[?] 2326[?] 10040[?]  -2326[?] 1736[?] 10039[?]  -2326[?] -1595[?] 10038[?]  -1532[?] -1755[?] 2325[?] 10037[?]  -2325[?] 1755[?] 10036[?]  -2325[?] 1532[?] 10035[?]  2324[?] -1551[?] -1753[?] 10034[?]  1753[?] -2324[?] 10033[?]  1551[?] -2324[?] 10032[?]  2322[?] -2302[?] 2323[?] 10031[?]  -2323[?] -2322[?] 10030[?]  2302[?] -2323[?] 10029[?]  2322[?] 2309[?] 2321[?] 10028[?]  -2321[?] -2322[?] 10027[?]  -2309[?] -2322[?] 10026[?]  2320[?] 1799[?] 2321[?] 10025[?]  -2321[?] -2320[?] 10024[?]  -2321[?] -1799[?] 10023[?]  2320[?] 2319[?] 2310[?] 10022[?]  -2319[?] -2320[?] 10021[?]  -2310[?] -2320[?] 10020[?]  2318[?] 2319[?] 1820[?] 10019[?]  -2319[?] -2318[?] 10018[?]  -2319[?] -1820[?] 10017[?]  2318[?] 2317[?] 2316[?] 10016[?]  -2317[?] -2318[?] 10015[?]  -2316[?] -2318[?] 10014[?]  2312[?] -2315[?] 2317[?] 10013[?]  -2317[?] 2315[?] 10012[?]  -2317[?] -2312[?] 10011[?]  2315[?] -2312[?] 2316[?] 10010[?]  -2316[?] -2315[?] 10009[?]  -2316[?] 2312[?] 10008[?]  2315[?] 2314[?] 2313[?] 10007[?]  -2314[?] -2315[?] 10006[?]  -2313[?] -2315[?] 10005[?]  1893[?] 1437[?] 2314[?] 10004[?]  -2314[?] -1893[?] 10003[?]  -2314[?] -1437[?] 10002[?]  -1437[?] -1893[?] 2313[?] 10001[?]  -2313[?] 1893[?] 10000[?]  -2313[?] 1437[?] 9999[?]  2312[?] -1890[?] 2311[?] 9998[?]  -2311[?] -2312[?] 9997[?]  1890[?] -2312[?] 9996[?]  -1927[?] 2311[?] 1925[?] 9995[?]  -2311[?] 1927[?] 9994[?]  -2311[?] -1925[?] 9993[?]  -1613[?] -1820[?] 2310[?] 9992[?]  -2310[?] 1820[?] 9991[?]  1613[?] -2310[?] 9990[?]  2308[?] 2309[?] -1799[?] 9989[?]  -2309[?] -2308[?] 9988[?]  1799[?] -2309[?] 9987[?]  2308[?] 2306[?] 2307[?] 9986[?]  -2307[?] -2308[?] 9985[?]  -2306[?] -2308[?] 9984[?]  1475[?] -1450[?] 2307[?] 9983[?]  -2307[?] -1475[?] 9982[?]  -2307[?] 1450[?] 9981[?]  -2305[?] 2306[?] -1475[?] 9980[?]  -2306[?] 2305[?] 9979[?]  1475[?] -2306[?] 9978[?]  2230[?] 2305[?] 2304[?] 9977[?]  -2304[?] -2305[?] 9976[?]  -2305[?] -2230[?] 9975[?]  -1450[?] 2303[?] 2304[?] 9974[?]  -2304[?] -2303[?] 9973[?]  -2304[?] 1450[?] 9972[?]  2303[?] -2228[?] 1449[?] 9971[?]  2228[?] -2303[?] 9970[?]  -1449[?] -2303[?] 9969[?]  2302[?] 2293[?] -2301[?] 9968[?]  2301[?] -2302[?] 9967[?]  -2293[?] -2302[?] 9966[?]  2301[?] -2300[?] 2294[?] 9965[?]  2300[?] -2301[?] 9964[?]  -2294[?] -2301[?] 9963[?]  2300[?] 2298[?] 2299[?] 9962[?]  -2299[?] -2300[?] 9961[?]  -2298[?] -2300[?] 9960[?]  -1514[?] -1757[?] 2299[?] 9959[?]  -2299[?] 1757[?] 9958[?]  -2299[?] 1514[?] 9957[?]  2297[?] -1735[?] 2298[?] 9956[?]  -2297[?] -2298[?] 9955[?]  -2298[?] 1735[?] 9954[?]  2296[?] 2295[?] 2297[?] 9953[?]  -2296[?] -2297[?] 9952[?]  -2295[?] -2297[?] 9951[?]  2296[?] -1586[?] 1737[?] 9950[?]  -2296[?] -1737[?] 9949[?]  1586[?] -2296[?] 9948[?]  1586[?] -1737[?] 2295[?] 9947[?]  -2295[?] 1737[?] 9946[?]  -2295[?] -1586[?] 9945[?]  -1533[?] -1755[?] 2294[?] 9944[?]  -2294[?] 1755[?] 9943[?]  -2294[?] 1533[?] 9942[?]  -1552[?] 2293[?] -1753[?] 9941[?]  1753[?] -2293[?] 9940[?]  -2293[?] 1552[?] 9939[?]  2292[?] 2291[?] 2290[?] 9938[?]  -2291[?] -2292[?] 9937[?]  -2290[?] -2292[?] 9936[?]  -2288[?] 2291[?] 2260[?] 9935[?]  -2291[?] 2288[?] 9934[?]  -2291[?] -2260[?] 9933[?]  2289[?] 2290[?] -2250[?] 9932[?]  -2289[?] -2290[?] 9931[?]  -2290[?] 2250[?] 9930[?]  2288[?] 2289[?] -2260[?] 9929[?]  -2289[?] -2288[?] 9928[?]  -2289[?] 2260[?] 9927[?]  2270[?] 2288[?] -2287[?] 9926[?]  -2288[?] 2287[?] 9925[?]  -2288[?] -2270[?] 9924[?]  2287[?] 2276[?] 2286[?] 9923[?]  -2286[?] -2287[?] 9922[?]  -2276[?] -2287[?] 9921[?]  2285[?] 1799[?] 2286[?] 9920[?]  -2286[?] -2285[?] 9919[?]  -2286[?] -1799[?] 9918[?]  2285[?] 2284[?] 2277[?] 9917[?]  -2284[?] -2285[?] 9916[?]  -2277[?] -2285[?] 9915[?]  2283[?] 2284[?] 1820[?] 9914[?]  -2284[?] -2283[?] 9913[?]  -2284[?] -1820[?] 9912[?]  2283[?] 2281[?] 2282[?] 9911[?]  -2282[?] -2283[?] 9910[?]  -2281[?] -2283[?] 9909[?]  -2280[?] 1930[?] 2282[?] 9908[?]  -2282[?] 2280[?] 9907[?]  -2282[?] -1930[?] 9906[?]  2280[?] -1930[?] 2281[?] 9905[?]  -2281[?] -2280[?] 9904[?]  -2281[?] 1930[?] 9903[?]  2279[?] 2278[?] 2280[?] 9902[?]  -2279[?] -2280[?] 9901[?]  -2278[?] -2280[?] 9900[?]  1857[?] 1436[?] 2279[?] 9899[?]  -2279[?] -1857[?] 9898[?]  -2279[?] -1436[?] 9897[?]  -1436[?] -1857[?] 2278[?] 9896[?]  -2278[?] 1857[?] 9895[?]  -2278[?] 1436[?] 9894[?]  -1614[?] -1820[?] 2277[?] 9893[?]  -2277[?] 1820[?] 9892[?]  1614[?] -2277[?] 9891[?]  2275[?] 2276[?] -1799[?] 9890[?]  -2276[?] -2275[?] 9889[?]  1799[?] -2276[?] 9888[?]  2275[?] 2273[?] 2274[?] 9887[?]  -2274[?] -2275[?] 9886[?]  -2273[?] -2275[?] 9885[?]  1475[?] -1451[?] 2274[?] 9884[?]  -2274[?] -1475[?] 9883[?]  -2274[?] 1451[?] 9882[?]  -2272[?] 2273[?] -1475[?] 9881[?]  -2273[?] 2272[?] 9880[?]  1475[?] -2273[?] 9879[?]  2231[?] 2272[?] 2271[?] 9878[?]  -2271[?] -2272[?] 9877[?]  -2272[?] -2231[?] 9876[?]  -1451[?] 2230[?] 2271[?] 9875[?]  -2271[?] -2230[?] 9874[?]  -2271[?] 1451[?] 9873[?]  2270[?] 2261[?] -2269[?] 9872[?]  2269[?] -2270[?] 9871[?]  -2261[?] -2270[?] 9870[?]  2269[?] -2268[?] 2262[?] 9869[?]  2268[?] -2269[?] 9868[?]  -2262[?] -2269[?] 9867[?]  2268[?] 2266[?] 2267[?] 9866[?]  -2267[?] -2268[?] 9865[?]  -2266[?] -2268[?] 9864[?]  -1515[?] -1757[?] 2267[?] 9863[?]  -2267[?] 1757[?] 9862[?]  1515[?] -2267[?] 9861[?]  2265[?] -1735[?] 2266[?] 9860[?]  -2266[?] -2265[?] 9859[?]  -2266[?] 1735[?] 9858[?]  2265[?] 2264[?] 2263[?] 9857[?]  -2264[?] -2265[?] 9856[?]  -2263[?] -2265[?] 9855[?]  -1603[?] 2264[?] 1738[?] 9854[?]  -1738[?] -2264[?] 9853[?]  -2264[?] 1603[?] 9852[?]  -1738[?] 1603[?] 2263[?] 9851[?]  -2263[?] 1738[?] 9850[?]  -2263[?] -1603[?] 9849[?]  -1534[?] -1755[?] 2262[?] 9848[?]  -2262[?] 1755[?] 9847[?]  -2262[?] 1534[?] 9846[?]  -1553[?] 2261[?] -1753[?] 9845[?]  1753[?] -2261[?] 9844[?]  -2261[?] 1553[?] 9843[?]  2260[?] 2251[?] -2259[?] 9842[?]  2259[?] -2260[?] 9841[?]  -2251[?] -2260[?] 9840[?]  2259[?] -2258[?] 2252[?] 9839[?]  2258[?] -2259[?] 9838[?]  -2252[?] -2259[?] 9837[?]  2258[?] 2256[?] 2257[?] 9836[?]  -2257[?] -2258[?] 9835[?]  -2256[?] -2258[?] 9834[?]  -1516[?] -1757[?] 2257[?] 9833[?]  -2257[?] 1757[?] 9832[?]  -2257[?] 1516[?] 9831[?]  2255[?] -1735[?] 2256[?] 9830[?]  -2256[?] -2255[?] 9829[?]  -2256[?] 1735[?] 9828[?]  2255[?] 2254[?] 2253[?] 9827[?]  -2254[?] -2255[?] 9826[?]  -2253[?] -2255[?] 9825[?]  -1599[?] 1739[?] 2254[?] 9824[?]  -1739[?] -2254[?] 9823[?]  -2254[?] 1599[?] 9822[?]  -1739[?] 1599[?] 2253[?] 9821[?]  -2253[?] 1739[?] 9820[?]  -2253[?] -1599[?] 9819[?]  -1535[?] -1755[?] 2252[?] 9818[?]  -2252[?] 1755[?] 9817[?]  -2252[?] 1535[?] 9816[?]  -1554[?] 2251[?] -1753[?] 9815[?]  1753[?] -2251[?] 9814[?]  -2251[?] 1554[?] 9813[?]  2250[?] 2237[?] 2249[?] 9812[?]  -2249[?] -2250[?] 9811[?]  -2237[?] -2250[?] 9810[?]  2248[?] 1799[?] 2249[?] 9809[?]  -2249[?] -2248[?] 9808[?]  -2249[?] -1799[?] 9807[?]  2248[?] 2247[?] 2238[?] 9806[?]  -2247[?] -2248[?] 9805[?]  -2238[?] -2248[?] 9804[?]  2246[?] 2247[?] 1820[?] 9803[?]  -2247[?] -2246[?] 9802[?]  -2247[?] -1820[?] 9801[?]  2246[?] 2245[?] 2244[?] 9800[?]  -2245[?] -2246[?] 9799[?]  -2244[?] -2246[?] 9798[?]  -2243[?] 2240[?] 2245[?] 9797[?]  2243[?] -2245[?] 9796[?]  -2240[?] -2245[?] 9795[?]  2243[?] -2240[?] 2244[?] 9794[?]  -2244[?] -2243[?] 9793[?]  -2244[?] 2240[?] 9792[?]  2243[?] 2242[?] 2241[?] 9791[?]  -2242[?] -2243[?] 9790[?]  -2241[?] -2243[?] 9789[?]  1861[?] 1435[?] 2242[?] 9788[?]  -2242[?] -1861[?] 9787[?]  -2242[?] -1435[?] 9786[?]  -1435[?] -1861[?] 2241[?] 9785[?]  -2241[?] 1861[?] 9784[?]  -2241[?] 1435[?] 9783[?]  1858[?] 2240[?] 2239[?] 9782[?]  -2240[?] -2239[?] 9781[?]  -1858[?] -2240[?] 9780[?]  1931[?] 2239[?] 1930[?] 9779[?]  -1931[?] -2239[?] 9778[?]  -2239[?] -1930[?] 9777[?]  -1615[?] -1820[?] 2238[?] 9776[?]  -2238[?] 1820[?] 9775[?]  1615[?] -2238[?] 9774[?]  2236[?] 2237[?] -1799[?] 9773[?]  -2237[?] -2236[?] 9772[?]  1799[?] -2237[?] 9771[?]  2236[?] 2234[?] 2235[?] 9770[?]  -2235[?] -2236[?] 9769[?]  -2234[?] -2236[?] 9768[?]  1475[?] -1452[?] 2235[?] 9767[?]  -2235[?] -1475[?] 9766[?]  -2235[?] 1452[?] 9765[?]  -2233[?] 2234[?] -1475[?] 9764[?]  -2234[?] 2233[?] 9763[?]  1475[?] -2234[?] 9762[?]  1979[?] 2232[?] 2233[?] 9761[?]  -2232[?] -2233[?] 9760[?]  -2233[?] -1979[?] 9759[?]  2231[?] -1452[?] 2232[?] 9758[?]  -2232[?] -2231[?] 9757[?]  -2232[?] 1452[?] 9756[?]  2231[?] -2230[?] 1451[?] 9755[?]  2230[?] -2231[?] 9754[?]  -1451[?] -2231[?] 9753[?]  2230[?] -2229[?] -2228[?] 9752[?]  2229[?] -2230[?] 9751[?]  2228[?] -2230[?] 9750[?]  2229[?] 1449[?] 1450[?] 9749[?]  -1450[?] -2229[?] 9748[?]  -1449[?] -2229[?] 9747[?]  2228[?] -1627[?] -1976[?] 9746[?]  1976[?] -2228[?] 9745[?]  1627[?] -2228[?] 9744[?]  2226[?] 2227[?] 2159[?] 9743[?]  -2227[?] -2226[?] 9742[?]  -2227[?] -2159[?] 9741[?]  2226[?] -2192[?] 2225[?] 9740[?]  -2225[?] -2226[?] 9739[?]  2192[?] -2226[?] 9738[?]  -2222[?] 2225[?] -2224[?] 9737[?]  -2225[?] 2224[?] 9736[?]  -2225[?] 2222[?] 9735[?]  2224[?] 2159[?] 2223[?] 9734[?]  -2223[?] -2224[?] 9733[?]  -2159[?] -2224[?] 9732[?]  2189[?] -2169[?] 2223[?] 9731[?]  -2223[?] -2189[?] 9730[?]  2169[?] -2223[?] 9729[?]  2202[?] 2222[?] -2221[?] 9728[?]  -2222[?] 2221[?] 9727[?]  -2202[?] -2222[?] 9726[?]  2221[?] 2208[?] 2220[?] 9725[?]  -2220[?] -2221[?] 9724[?]  -2208[?] -2221[?] 9723[?]  2219[?] 1799[?] 2220[?] 9722[?]  -2220[?] -2219[?] 9721[?]  -2220[?] -1799[?] 9720[?]  2219[?] 2218[?] 2209[?] 9719[?]  -2218[?] -2219[?] 9718[?]  -2209[?] -2219[?] 9717[?]  2217[?] 2218[?] 1820[?] 9716[?]  -2218[?] -2217[?] 9715[?]  -2218[?] -1820[?] 9714[?]  2217[?] 2215[?] 2216[?] 9713[?]  -2216[?] -2217[?] 9712[?]  -2215[?] -2217[?] 9711[?]  2211[?] -2214[?] 2216[?] 9710[?]  -2216[?] 2214[?] 9709[?]  -2216[?] -2211[?] 9708[?]  2214[?] -2211[?] 2215[?] 9707[?]  -2215[?] -2214[?] 9706[?]  -2215[?] 2211[?] 9705[?]  2214[?] 2213[?] 2212[?] 9704[?]  -2213[?] -2214[?] 9703[?]  -2212[?] -2214[?] 9702[?]  1434[?] 2213[?] 1868[?] 9701[?]  -2213[?] -1868[?] 9700[?]  -2213[?] -1434[?] 9699[?]  -1868[?] 2212[?] -1434[?] 9698[?]  -2212[?] 1868[?] 9697[?]  -2212[?] 1434[?] 9696[?]  2211[?] -1865[?] 2210[?] 9695[?]  -2210[?] -2211[?] 9694[?]  1865[?] -2211[?] 9693[?]  -1932[?] 2210[?] 1930[?] 9692[?]  -2210[?] 1932[?] 9691[?]  -2210[?] -1930[?] 9690[?]  -1616[?] -1820[?] 2209[?] 9689[?]  -2209[?] 1820[?] 9688[?]  1616[?] -2209[?] 9687[?]  2207[?] 2208[?] -1799[?] 9686[?]  -2208[?] -2207[?] 9685[?]  1799[?] -2208[?] 9684[?]  2207[?] 2205[?] 2206[?] 9683[?]  -2206[?] -2207[?] 9682[?]  -2205[?] -2207[?] 9681[?]  1475[?] -1453[?] 2206[?] 9680[?]  -2206[?] -1475[?] 9679[?]  -2206[?] 1453[?] 9678[?]  -2204[?] 2205[?] -1475[?] 9677[?]  -2205[?] 2204[?] 9676[?]  1475[?] -2205[?] 9675[?]  2170[?] 2204[?] 2203[?] 9674[?]  -2203[?] -2204[?] 9673[?]  -2204[?] -2170[?] 9672[?]  1979[?] -1453[?] 2203[?] 9671[?]  -2203[?] -1979[?] 9670[?]  -2203[?] 1453[?] 9669[?]  -2201[?] 2202[?] 2196[?] 9668[?]  -2202[?] 2201[?] 9667[?]  -2196[?] -2202[?] 9666[?]  2197[?] 2201[?] -2200[?] 9665[?]  2200[?] -2201[?] 9664[?]  -2201[?] -2197[?] 9663[?]  2200[?] 2198[?] 2199[?] 9662[?]  -2199[?] -2200[?] 9661[?]  -2198[?] -2200[?] 9660[?]  -1517[?] -1757[?] 2199[?] 9659[?]  -2199[?] 1757[?] 9658[?]  1517[?] -2199[?] 9657[?]  -1536[?] -1755[?] 2198[?] 9656[?]  -2198[?] 1755[?] 9655[?]  -2198[?] 1536[?] 9654[?]  2197[?] -1555[?] -1753[?] 9653[?]  1753[?] -2197[?] 9652[?]  1555[?] -2197[?] 9651[?]  2195[?] -1735[?] 2196[?] 9650[?]  -2195[?] -2196[?] 9649[?]  -2196[?] 1735[?] 9648[?]  2194[?] 2193[?] 2195[?] 9647[?]  -2194[?] -2195[?] 9646[?]  -2193[?] -2195[?] 9645[?]  -1592[?] 1740[?] 2194[?] 9644[?]  -2194[?] -1740[?] 9643[?]  -2194[?] 1592[?] 9642[?]  1592[?] -1740[?] 2193[?] 9641[?]  -2193[?] 1740[?] 9640[?]  -2193[?] -1592[?] 9639[?]  2192[?] 2190[?] 2191[?] 9638[?]  -2191[?] -2192[?] 9637[?]  -2190[?] -2192[?] 9636[?]  2141[?] 2191[?] -2158[?] 9635[?]  -2191[?] 2158[?] 9634[?]  -2141[?] -2191[?] 9633[?]  2169[?] 2190[?] -2189[?] 9632[?]  -2190[?] 2189[?] 9631[?]  -2190[?] -2169[?] 9630[?]  2189[?] 2176[?] 2188[?] 9629[?]  -2188[?] -2189[?] 9628[?]  -2176[?] -2189[?] 9627[?]  2187[?] 1799[?] 2188[?] 9626[?]  -2188[?] -2187[?] 9625[?]  -2188[?] -1799[?] 9624[?]  2187[?] 2186[?] 2177[?] 9623[?]  -2186[?] -2187[?] 9622[?]  -2177[?] -2187[?] 9621[?]  2185[?] 2186[?] 1820[?] 9620[?]  -2186[?] -2185[?] 9619[?]  -2186[?] -1820[?] 9618[?]  2185[?] 2184[?] 2183[?] 9617[?]  -2184[?] -2185[?] 9616[?]  -2183[?] -2185[?] 9615[?]  2179[?] -2182[?] 2184[?] 9614[?]  2182[?] -2184[?] 9613[?]  -2179[?] -2184[?] 9612[?]  2182[?] -2179[?] 2183[?] 9611[?]  -2183[?] -2182[?] 9610[?]  -2183[?] 2179[?] 9609[?]  2182[?] 2181[?] 2180[?] 9608[?]  -2181[?] -2182[?] 9607[?]  -2180[?] -2182[?] 9606[?]  1433[?] 1875[?] 2181[?] 9605[?]  -2181[?] -1875[?] 9604[?]  -2181[?] -1433[?] 9603[?]  -1875[?] -1433[?] 2180[?] 9602[?]  -2180[?] 1875[?] 9601[?]  -2180[?] 1433[?] 9600[?]  -1872[?] 2179[?] 2178[?] 9599[?]  -2178[?] -2179[?] 9598[?]  -2179[?] 1872[?] 9597[?]  -1933[?] 2178[?] 1930[?] 9596[?]  -2178[?] 1933[?] 9595[?]  -2178[?] -1930[?] 9594[?]  -1617[?] -1820[?] 2177[?] 9593[?]  -2177[?] 1820[?] 9592[?]  1617[?] -2177[?] 9591[?]  2175[?] 2176[?] -1799[?] 9590[?]  -2176[?] -2175[?] 9589[?]  1799[?] -2176[?] 9588[?]  2175[?] 2173[?] 2174[?] 9587[?]  -2174[?] -2175[?] 9586[?]  -2173[?] -2175[?] 9585[?]  1475[?] -1454[?] 2174[?] 9584[?]  -2174[?] -1475[?] 9583[?]  -2174[?] 1454[?] 9582[?]  -2172[?] 2173[?] -1475[?] 9581[?]  -2173[?] 2172[?] 9580[?]  1475[?] -2173[?] 9579[?]  2109[?] 2171[?] 2172[?] 9578[?]  -2171[?] -2172[?] 9577[?]  -2172[?] -2109[?] 9576[?]  -1454[?] 2170[?] 2171[?] 9575[?]  -2171[?] -2170[?] 9574[?]  -2171[?] 1454[?] 9573[?]  2170[?] 1453[?] -1979[?] 9572[?]  1979[?] -2170[?] 9571[?]  -1453[?] -2170[?] 9570[?]  2169[?] -2168[?] 2163[?] 9569[?]  2168[?] -2169[?] 9568[?]  -2163[?] -2169[?] 9567[?]  2168[?] 2164[?] -2167[?] 9566[?]  2167[?] -2168[?] 9565[?]  -2164[?] -2168[?] 9564[?]  2167[?] 2165[?] 2166[?] 9563[?]  -2166[?] -2167[?] 9562[?]  -2165[?] -2167[?] 9561[?]  -1518[?] -1757[?] 2166[?] 9560[?]  -2166[?] 1757[?] 9559[?]  -2166[?] 1518[?] 9558[?]  -1537[?] -1755[?] 2165[?] 9557[?]  -2165[?] 1755[?] 9556[?]  -2165[?] 1537[?] 9555[?]  -1556[?] 2164[?] -1753[?] 9554[?]  1753[?] -2164[?] 9553[?]  -2164[?] 1556[?] 9552[?]  2162[?] -1735[?] 2163[?] 9551[?]  -2162[?] -2163[?] 9550[?]  -2163[?] 1735[?] 9549[?]  2161[?] 2160[?] 2162[?] 9548[?]  -2161[?] -2162[?] 9547[?]  -2160[?] -2162[?] 9546[?]  -1601[?] 2161[?] 1741[?] 9545[?]  -1741[?] -2161[?] 9544[?]  -2161[?] 1601[?] 9543[?]  -1741[?] 1601[?] 2160[?] 9542[?]  -2160[?] 1741[?] 9541[?]  -2160[?] -1601[?] 9540[?]  -2141[?] 2158[?] 2159[?] 9539[?]  -2159[?] -2158[?] 9538[?]  -2159[?] 2141[?] 9537[?]  2158[?] 2147[?] 2157[?] 9536[?]  -2157[?] -2158[?] 9535[?]  -2147[?] -2158[?] 9534[?]  2156[?] 1799[?] 2157[?] 9533[?]  -2157[?] -2156[?] 9532[?]  -2157[?] -1799[?] 9531[?]  2156[?] 2155[?] 2148[?] 9530[?]  -2155[?] -2156[?] 9529[?]  -2148[?] -2156[?] 9528[?]  2154[?] 2155[?] 1820[?] 9527[?]  -2155[?] -2154[?] 9526[?]  -2155[?] -1820[?] 9525[?]  2154[?] 2153[?] 2152[?] 9524[?]  -2153[?] -2154[?] 9523[?]  -2152[?] -2154[?] 9522[?]  -2151[?] 1936[?] 2153[?] 9521[?]  -2153[?] 2151[?] 9520[?]  -2153[?] -1936[?] 9519[?]  -1936[?] 2151[?] 2152[?] 9518[?]  -2152[?] -2151[?] 9517[?]  -2152[?] 1936[?] 9516[?]  2150[?] 2149[?] 2151[?] 9515[?]  -2150[?] -2151[?] 9514[?]  -2149[?] -2151[?] 9513[?]  1432[?] 1832[?] 2150[?] 9512[?]  -2150[?] -1832[?] 9511[?]  -2150[?] -1432[?] 9510[?]  -1832[?] -1432[?] 2149[?] 9509[?]  -2149[?] 1832[?] 9508[?]  -2149[?] 1432[?] 9507[?]  -1618[?] -1820[?] 2148[?] 9506[?]  -2148[?] 1820[?] 9505[?]  1618[?] -2148[?] 9504[?]  2146[?] 2147[?] -1799[?] 9503[?]  -2147[?] -2146[?] 9502[?]  1799[?] -2147[?] 9501[?]  2146[?] 2144[?] 2145[?] 9500[?]  -2145[?] -2146[?] 9499[?]  -2144[?] -2146[?] 9498[?]  1475[?] -1455[?] 2145[?] 9497[?]  -2145[?] -1475[?] 9496[?]  -2145[?] 1455[?] 9495[?]  -2143[?] 2144[?] -1475[?] 9494[?]  -2144[?] 2143[?] 9493[?]  1475[?] -2144[?] 9492[?]  2110[?] 2143[?] 2142[?] 9491[?]  -2142[?] -2143[?] 9490[?]  -2143[?] -2110[?] 9489[?]  2109[?] -1455[?] 2142[?] 9488[?]  -2142[?] -2109[?] 9487[?]  -2142[?] 1455[?] 9486[?]  -2140[?] 2141[?] 2135[?] 9485[?]  -2141[?] 2140[?] 9484[?]  -2135[?] -2141[?] 9483[?]  2136[?] 2140[?] -2139[?] 9482[?]  2139[?] -2140[?] 9481[?]  -2140[?] -2136[?] 9480[?]  2139[?] 2137[?] 2138[?] 9479[?]  -2138[?] -2139[?] 9478[?]  -2137[?] -2139[?] 9477[?]  -1519[?] -1757[?] 2138[?] 9476[?]  -2138[?] 1757[?] 9475[?]  -2138[?] 1519[?] 9474[?]  -1538[?] -1755[?] 2137[?] 9473[?]  -2137[?] 1755[?] 9472[?]  -2137[?] 1538[?] 9471[?]  2136[?] -1557[?] -1753[?] 9470[?]  1753[?] -2136[?] 9469[?]  1557[?] -2136[?] 9468[?]  2134[?] -1735[?] 2135[?] 9467[?]  -2135[?] -2134[?] 9466[?]  -2135[?] 1735[?] 9465[?]  2134[?] 2133[?] 2132[?] 9464[?]  -2133[?] -2134[?] 9463[?]  -2132[?] -2134[?] 9462[?]  -1589[?] 1742[?] 2133[?] 9461[?]  -1742[?] -2133[?] 9460[?]  -2133[?] 1589[?] 9459[?]  -1742[?] 1589[?] 2132[?] 9458[?]  -2132[?] 1742[?] 9457[?]  -2132[?] -1589[?] 9456[?]  -2107[?] 2129[?] 2131[?] 9455[?]  -2131[?] -2129[?] 9454[?]  -2131[?] 2107[?] 9453[?]  2107[?] 2130[?] -2129[?] 9452[?]  -2130[?] 2129[?] 9451[?]  -2130[?] -2107[?] 9450[?]  2129[?] 2116[?] 2128[?] 9449[?]  -2128[?] -2129[?] 9448[?]  -2116[?] -2129[?] 9447[?]  2127[?] 1799[?] 2128[?] 9446[?]  -2128[?] -2127[?] 9445[?]  -2128[?] -1799[?] 9444[?]  2127[?] 2126[?] 2117[?] 9443[?]  -2126[?] -2127[?] 9442[?]  -2117[?] -2127[?] 9441[?]  2125[?] 2126[?] 1820[?] 9440[?]  -2126[?] -2125[?] 9439[?]  -2126[?] -1820[?] 9438[?]  2125[?] 2124[?] 2123[?] 9437[?]  -2124[?] -2125[?] 9436[?]  -2123[?] -2125[?] 9435[?]  -2122[?] 2119[?] 2124[?] 9434[?]  -2124[?] 2122[?] 9433[?]  -2124[?] -2119[?] 9432[?]  -2119[?] 2122[?] 2123[?] 9431[?]  -2123[?] -2122[?] 9430[?]  -2123[?] 2119[?] 9429[?]  2121[?] 2120[?] 2122[?] 9428[?]  -2121[?] -2122[?] 9427[?]  -2120[?] -2122[?] 9426[?]  1836[?] 1431[?] 2121[?] 9425[?]  -2121[?] -1836[?] 9424[?]  -2121[?] -1431[?] 9423[?]  -1431[?] -1836[?] 2120[?] 9422[?]  -2120[?] 1836[?] 9421[?]  -2120[?] 1431[?] 9420[?]  2118[?] 1833[?] 2119[?] 9419[?]  -2119[?] -2118[?] 9418[?]  -2119[?] -1833[?] 9417[?]  2118[?] 1937[?] 1936[?] 9416[?]  -1937[?] -2118[?] 9415[?]  -1936[?] -2118[?] 9414[?]  -1619[?] -1820[?] 2117[?] 9413[?]  -2117[?] 1820[?] 9412[?]  1619[?] -2117[?] 9411[?]  2115[?] 2116[?] -1799[?] 9410[?]  -2116[?] -2115[?] 9409[?]  1799[?] -2116[?] 9408[?]  2115[?] 2113[?] 2114[?] 9407[?]  -2114[?] -2115[?] 9406[?]  -2113[?] -2115[?] 9405[?]  1475[?] -1456[?] 2114[?] 9404[?]  -2114[?] -1475[?] 9403[?]  -2114[?] 1456[?] 9402[?]  -2112[?] 2113[?] -1475[?] 9401[?]  -2113[?] 2112[?] 9400[?]  1475[?] -2113[?] 9399[?]  1981[?] 2111[?] 2112[?] 9398[?]  -2111[?] -2112[?] 9397[?]  -2112[?] -1981[?] 9396[?]  2110[?] -1456[?] 2111[?] 9395[?]  -2111[?] -2110[?] 9394[?]  -2111[?] 1456[?] 9393[?]  2110[?] 1455[?] -2109[?] 9392[?]  2109[?] -2110[?] 9391[?]  -1455[?] -2110[?] 9390[?]  2109[?] -2108[?] -1979[?] 9389[?]  2108[?] -2109[?] 9388[?]  1979[?] -2109[?] 9387[?]  2108[?] 1454[?] 1453[?] 9386[?]  -1454[?] -2108[?] 9385[?]  -1453[?] -2108[?] 9384[?]  -2106[?] 2107[?] 2101[?] 9383[?]  -2107[?] 2106[?] 9382[?]  -2101[?] -2107[?] 9381[?]  2102[?] 2106[?] -2105[?] 9380[?]  2105[?] -2106[?] 9379[?]  -2106[?] -2102[?] 9378[?]  2105[?] 2103[?] 2104[?] 9377[?]  -2104[?] -2105[?] 9376[?]  -2103[?] -2105[?] 9375[?]  -1520[?] -1757[?] 2104[?] 9374[?]  -2104[?] 1757[?] 9373[?]  1520[?] -2104[?] 9372[?]  -1539[?] -1755[?] 2103[?] 9371[?]  -2103[?] 1755[?] 9370[?]  -2103[?] 1539[?] 9369[?]  2102[?] -1558[?] -1753[?] 9368[?]  1753[?] -2102[?] 9367[?]  1558[?] -2102[?] 9366[?]  2100[?] -1735[?] 2101[?] 9365[?]  -2100[?] -2101[?] 9364[?]  -2101[?] 1735[?] 9363[?]  2100[?] 2099[?] 2098[?] 9362[?]  -2099[?] -2100[?] 9361[?]  -2098[?] -2100[?] 9360[?]  -1597[?] 1743[?] 2099[?] 9359[?]  -1743[?] -2099[?] 9358[?]  1597[?] -2099[?] 9357[?]  -1743[?] 1597[?] 2098[?] 9356[?]  -2098[?] 1743[?] 9355[?]  -2098[?] -1597[?] 9354[?]  -2076[?] 2095[?] 2097[?] 9353[?]  -2097[?] -2095[?] 9352[?]  -2097[?] 2076[?] 9351[?]  2076[?] 2096[?] -2095[?] 9350[?]  -2096[?] 2095[?] 9349[?]  -2096[?] -2076[?] 9348[?]  2095[?] 2082[?] 2094[?] 9347[?]  -2094[?] -2095[?] 9346[?]  -2082[?] -2095[?] 9345[?]  2093[?] 1799[?] 2094[?] 9344[?]  -2094[?] -2093[?] 9343[?]  -2094[?] -1799[?] 9342[?]  2093[?] 2092[?] 2083[?] 9341[?]  -2092[?] -2093[?] 9340[?]  -2083[?] -2093[?] 9339[?]  2091[?] 2092[?] 1820[?] 9338[?]  -2092[?] -2091[?] 9337[?]  -2092[?] -1820[?] 9336[?]  2091[?] 2090[?] 2089[?] 9335[?]  -2090[?] -2091[?] 9334[?]  -2089[?] -2091[?] 9333[?]  -2088[?] 2085[?] 2090[?] 9332[?]  -2090[?] 2088[?] 9331[?]  -2090[?] -2085[?] 9330[?]  -2085[?] 2088[?] 2089[?] 9329[?]  -2089[?] -2088[?] 9328[?]  -2089[?] 2085[?] 9327[?]  2087[?] 2086[?] 2088[?] 9326[?]  -2087[?] -2088[?] 9325[?]  -2086[?] -2088[?] 9324[?]  1843[?] 2087[?] 1430[?] 9323[?]  -2087[?] -1843[?] 9322[?]  -2087[?] -1430[?] 9321[?]  -1430[?] 2086[?] -1843[?] 9320[?]  -2086[?] 1843[?] 9319[?]  -2086[?] 1430[?] 9318[?]  2084[?] -1840[?] 2085[?] 9317[?]  -2085[?] -2084[?] 9316[?]  -2085[?] 1840[?] 9315[?]  2084[?] -1938[?] 1936[?] 9314[?]  1938[?] -2084[?] 9313[?]  -1936[?] -2084[?] 9312[?]  -1620[?] -1820[?] 2083[?] 9311[?]  -2083[?] 1820[?] 9310[?]  1620[?] -2083[?] 9309[?]  2081[?] 2082[?] -1799[?] 9308[?]  -2082[?] -2081[?] 9307[?]  1799[?] -2082[?] 9306[?]  2081[?] 2079[?] 2080[?] 9305[?]  -2080[?] -2081[?] 9304[?]  -2079[?] -2081[?] 9303[?]  1475[?] -1457[?] 2080[?] 9302[?]  -2080[?] -1475[?] 9301[?]  -2080[?] 1457[?] 9300[?]  -2078[?] 2079[?] -1475[?] 9299[?]  -2079[?] 2078[?] 9298[?]  1475[?] -2079[?] 9297[?]  2042[?] 2078[?] 2077[?] 9296[?]  -2077[?] -2078[?] 9295[?]  -2078[?] -2042[?] 9294[?]  1981[?] -1457[?] 2077[?] 9293[?]  -2077[?] -1981[?] 9292[?]  -2077[?] 1457[?] 9291[?]  -2075[?] 2076[?] 2070[?] 9290[?]  -2076[?] 2075[?] 9289[?]  -2070[?] -2076[?] 9288[?]  2071[?] 2075[?] -2074[?] 9287[?]  2074[?] -2075[?] 9286[?]  -2075[?] -2071[?] 9285[?]  2074[?] 2073[?] 2072[?] 9284[?]  -2073[?] -2074[?] 9283[?]  -2072[?] -2074[?] 9282[?]  -1521[?] -1757[?] 2073[?] 9281[?]  -2073[?] 1757[?] 9280[?]  -2073[?] 1521[?] 9279[?]  -1540[?] -1755[?] 2072[?] 9278[?]  -2072[?] 1755[?] 9277[?]  -2072[?] 1540[?] 9276[?]  2071[?] -1559[?] -1753[?] 9275[?]  1753[?] -2071[?] 9274[?]  1559[?] -2071[?] 9273[?]  2069[?] -1735[?] 2070[?] 9272[?]  -2069[?] -2070[?] 9271[?]  -2070[?] 1735[?] 9270[?]  2068[?] 2067[?] 2069[?] 9269[?]  -2068[?] -2069[?] 9268[?]  -2067[?] -2069[?] 9267[?]  -1590[?] 1744[?] 2068[?] 9266[?]  -1744[?] -2068[?] 9265[?]  -2068[?] 1590[?] 9264[?]  -1744[?] 1590[?] 2067[?] 9263[?]  -2067[?] 1744[?] 9262[?]  -2067[?] -1590[?] 9261[?]  2066[?] 2065[?] 2001[?] 9260[?]  -2065[?] -2066[?] 9259[?]  -2001[?] -2066[?] 9258[?]  -2031[?] 2065[?] 2064[?] 9257[?]  -2064[?] -2065[?] 9256[?]  -2065[?] 2031[?] 9255[?]  -2062[?] 2064[?] 2063[?] 9254[?]  -2064[?] -2063[?] 9253[?]  -2064[?] 2062[?] 9252[?]  -2011[?] 2028[?] 2063[?] 9251[?]  -2063[?] -2028[?] 9250[?]  2011[?] -2063[?] 9249[?]  2041[?] 2062[?] -2061[?] 9248[?]  -2062[?] 2061[?] 9247[?]  -2062[?] -2041[?] 9246[?]  2061[?] 2048[?] 2060[?] 9245[?]  -2060[?] -2061[?] 9244[?]  -2048[?] -2061[?] 9243[?]  2059[?] 1799[?] 2060[?] 9242[?]  -2060[?] -2059[?] 9241[?]  -2060[?] -1799[?] 9240[?]  2059[?] 2058[?] 2049[?] 9239[?]  -2058[?] -2059[?] 9238[?]  -2049[?] -2059[?] 9237[?]  2057[?] 2058[?] 1820[?] 9236[?]  -2058[?] -2057[?] 9235[?]  -2058[?] -1820[?] 9234[?]  2057[?] 2056[?] 2055[?] 9233[?]  -2056[?] -2057[?] 9232[?]  -2055[?] -2057[?] 9231[?]  -2054[?] 2051[?] 2056[?] 9230[?]  -2056[?] 2054[?] 9229[?]  -2056[?] -2051[?] 9228[?]  -2051[?] 2054[?] 2055[?] 9227[?]  -2055[?] -2054[?] 9226[?]  -2055[?] 2051[?] 9225[?]  2053[?] 2052[?] 2054[?] 9224[?]  -2053[?] -2054[?] 9223[?]  -2052[?] -2054[?] 9222[?]  1850[?] 2053[?] 1429[?] 9221[?]  -2053[?] -1850[?] 9220[?]  -2053[?] -1429[?] 9219[?]  -1429[?] -1850[?] 2052[?] 9218[?]  -2052[?] 1850[?] 9217[?]  -2052[?] 1429[?] 9216[?]  2050[?] -1847[?] 2051[?] 9215[?]  -2051[?] -2050[?] 9214[?]  1847[?] -2051[?] 9213[?]  2050[?] -1939[?] 1936[?] 9212[?]  1939[?] -2050[?] 9211[?]  -1936[?] -2050[?] 9210[?]  -1621[?] -1820[?] 2049[?] 9209[?]  -2049[?] 1820[?] 9208[?]  1621[?] -2049[?] 9207[?]  2047[?] 2048[?] -1799[?] 9206[?]  -2048[?] -2047[?] 9205[?]  1799[?] -2048[?] 9204[?]  2047[?] 2045[?] 2046[?] 9203[?]  -2046[?] -2047[?] 9202[?]  -2045[?] -2047[?] 9201[?]  1475[?] -1458[?] 2046[?] 9200[?]  -2046[?] -1475[?] 9199[?]  -2046[?] 1458[?] 9198[?]  -2044[?] 2045[?] -1475[?] 9197[?]  -2045[?] 2044[?] 9196[?]  1475[?] -2045[?] 9195[?]  1982[?] 2043[?] 2044[?] 9194[?]  -2043[?] -2044[?] 9193[?]  -2044[?] -1982[?] 9192[?]  2042[?] -1458[?] 2043[?] 9191[?]  -2043[?] -2042[?] 9190[?]  -2043[?] 1458[?] 9189[?]  2042[?] -1981[?] 1457[?] 9188[?]  1981[?] -2042[?] 9187[?]  -1457[?] -2042[?] 9186[?]  -2040[?] 2041[?] 2035[?] 9185[?]  -2041[?] 2040[?] 9184[?]  -2035[?] -2041[?] 9183[?]  2036[?] 2040[?] -2039[?] 9182[?]  2039[?] -2040[?] 9181[?]  -2040[?] -2036[?] 9180[?]  2039[?] 2037[?] 2038[?] 9179[?]  -2038[?] -2039[?] 9178[?]  -2037[?] -2039[?] 9177[?]  -1522[?] -1757[?] 2038[?] 9176[?]  -2038[?] 1757[?] 9175[?]  -2038[?] 1522[?] 9174[?]  -1541[?] -1755[?] 2037[?] 9173[?]  -2037[?] 1755[?] 9172[?]  1541[?] -2037[?] 9171[?]  2036[?] -1560[?] -1753[?] 9170[?]  1753[?] -2036[?] 9169[?]  1560[?] -2036[?] 9168[?]  2034[?] -1735[?] 2035[?] 9167[?]  -2034[?] -2035[?] 9166[?]  -2035[?] 1735[?] 9165[?]  2033[?] 2032[?] 2034[?] 9164[?]  -2033[?] -2034[?] 9163[?]  -2032[?] -2034[?] 9162[?]  2033[?] -1602[?] 1745[?] 9161[?]  -1745[?] -2033[?] 9160[?]  1602[?] -2033[?] 9159[?]  -1745[?] 1602[?] 2032[?] 9158[?]  -2032[?] 1745[?] 9157[?]  -2032[?] -1602[?] 9156[?]  2031[?] 2029[?] 2030[?] 9155[?]  -2031[?] -2030[?] 9154[?]  -2029[?] -2031[?] 9153[?]  -2000[?] 1974[?] 2030[?] 9152[?]  -2030[?] 2000[?] 9151[?]  -2030[?] -1974[?] 9150[?]  2011[?] 2029[?] -2028[?] 9149[?]  -2029[?] 2028[?] 9148[?]  -2029[?] -2011[?] 9147[?]  2028[?] 2017[?] 2027[?] 9146[?]  -2027[?] -2028[?] 9145[?]  -2017[?] -2028[?] 9144[?]  2026[?] 1799[?] 2027[?] 9143[?]  -2027[?] -2026[?] 9142[?]  -2027[?] -1799[?] 9141[?]  2026[?] 2025[?] 2018[?] 9140[?]  -2025[?] -2026[?] 9139[?]  -2018[?] -2026[?] 9138[?]  2024[?] 2025[?] 1820[?] 9137[?]  -2025[?] -2024[?] 9136[?]  -2025[?] -1820[?] 9135[?]  2024[?] 2023[?] 2022[?] 9134[?]  -2023[?] -2024[?] 9133[?]  -2022[?] -2024[?] 9132[?]  -2021[?] 1942[?] 2023[?] 9131[?]  -2023[?] 2021[?] 9130[?]  -2023[?] -1942[?] 9129[?]  -1942[?] 2021[?] 2022[?] 9128[?]  -2021[?] -2022[?] 9127[?]  -2022[?] 1942[?] 9126[?]  2020[?] 2019[?] 2021[?] 9125[?]  -2020[?] -2021[?] 9124[?]  -2019[?] -2021[?] 9123[?]  1428[?] 1828[?] 2020[?] 9122[?]  -2020[?] -1828[?] 9121[?]  -2020[?] -1428[?] 9120[?]  -1828[?] -1428[?] 2019[?] 9119[?]  -2019[?] 1828[?] 9118[?]  -2019[?] 1428[?] 9117[?]  -1622[?] -1820[?] 2018[?] 9116[?]  -2018[?] 1820[?] 9115[?]  1622[?] -2018[?] 9114[?]  2016[?] 2017[?] -1799[?] 9113[?]  -2017[?] -2016[?] 9112[?]  1799[?] -2017[?] 9111[?]  2016[?] 2014[?] 2015[?] 9110[?]  -2015[?] -2016[?] 9109[?]  -2014[?] -2016[?] 9108[?]  1475[?] -1459[?] 2015[?] 9107[?]  -2015[?] -1475[?] 9106[?]  -2015[?] 1459[?] 9105[?]  -2013[?] 2014[?] -1475[?] 9104[?]  -2014[?] 2013[?] 9103[?]  1475[?] -2014[?] 9102[?]  1983[?] 2013[?] 2012[?] 9101[?]  -2012[?] -2013[?] 9100[?]  -2013[?] -1983[?] 9099[?]  1982[?] -1459[?] 2012[?] 9098[?]  -2012[?] -1982[?] 9097[?]  -2012[?] 1459[?] 9096[?]  2011[?] -2010[?] 2005[?] 9095[?]  2010[?] -2011[?] 9094[?]  -2005[?] -2011[?] 9093[?]  2010[?] 2006[?] -2009[?] 9092[?]  2009[?] -2010[?] 9091[?]  -2006[?] -2010[?] 9090[?]  2009[?] 2007[?] 2008[?] 9089[?]  -2008[?] -2009[?] 9088[?]  -2007[?] -2009[?] 9087[?]  -1523[?] -1757[?] 2008[?] 9086[?]  -2008[?] 1757[?] 9085[?]  1523[?] -2008[?] 9084[?]  -1542[?] -1755[?] 2007[?] 9083[?]  -2007[?] 1755[?] 9082[?]  -2007[?] 1542[?] 9081[?]  -1561[?] 2006[?] -1753[?] 9080[?]  1753[?] -2006[?] 9079[?]  -2006[?] 1561[?] 9078[?]  2004[?] -1735[?] 2005[?] 9077[?]  -2005[?] -2004[?] 9076[?]  -2005[?] 1735[?] 9075[?]  2004[?] 2003[?] 2002[?] 9074[?]  -2003[?] -2004[?] 9073[?]  -2002[?] -2004[?] 9072[?]  -1585[?] 1746[?] 2003[?] 9071[?]  -1746[?] -2003[?] 9070[?]  -2003[?] 1585[?] 9069[?]  -1746[?] 1585[?] 2002[?] 9068[?]  -2002[?] 1746[?] 9067[?]  -2002[?] -1585[?] 9066[?]  2001[?] -1974[?] 2000[?] 9065[?]  -2001[?] -2000[?] 9064[?]  -2001[?] 1974[?] 9063[?]  1989[?] 2000[?] 1999[?] 9062[?]  -1999[?] -2000[?] 9061[?]  -2000[?] -1989[?] 9060[?]  1998[?] 1799[?] 1999[?] 9059[?]  -1999[?] -1998[?] 9058[?]  -1999[?] -1799[?] 9057[?]  1998[?] 1997[?] 1990[?] 9056[?]  -1997[?] -1998[?] 9055[?]  -1990[?] -1998[?] 9054[?]  1996[?] 1997[?] 1820[?] 9053[?]  -1997[?] -1996[?] 9052[?]  -1997[?] -1820[?] 9051[?]  1996[?] 1995[?] 1994[?] 9050[?]  -1995[?] -1996[?] 9049[?]  -1994[?] -1996[?] 9048[?]  -1993[?] 1945[?] 1995[?] 9047[?]  -1995[?] 1993[?] 9046[?]  -1995[?] -1945[?] 9045[?]  -1945[?] 1993[?] 1994[?] 9044[?]  -1993[?] -1994[?] 9043[?]  -1994[?] 1945[?] 9042[?]  1992[?] 1991[?] 1993[?] 9041[?]  -1992[?] -1993[?] 9040[?]  -1991[?] -1993[?] 9039[?]  1824[?] 1427[?] 1992[?] 9038[?]  -1992[?] -1824[?] 9037[?]  -1992[?] -1427[?] 9036[?]  -1427[?] -1824[?] 1991[?] 9035[?]  1824[?] -1991[?] 9034[?]  -1991[?] 1427[?] 9033[?]  -1623[?] -1820[?] 1990[?] 9032[?]  -1990[?] 1820[?] 9031[?]  1623[?] -1990[?] 9030[?]  1989[?] 1988[?] -1799[?] 9029[?]  -1988[?] -1989[?] 9028[?]  1799[?] -1989[?] 9027[?]  1986[?] 1988[?] 1987[?] 9026[?]  -1987[?] -1988[?] 9025[?]  -1988[?] -1986[?] 9024[?]  1475[?] -1460[?] 1987[?] 9023[?]  -1987[?] -1475[?] 9022[?]  -1987[?] 1460[?] 9021[?]  1986[?] -1985[?] -1475[?] 9020[?]  1985[?] -1986[?] 9019[?]  1475[?] -1986[?] 9018[?]  1985[?] 1808[?] 1984[?] 9017[?]  -1984[?] -1985[?] 9016[?]  -1808[?] -1985[?] 9015[?]  1983[?] -1460[?] 1984[?] 9014[?]  -1984[?] -1983[?] 9013[?]  -1984[?] 1460[?] 9012[?]  1983[?] 1459[?] -1982[?] 9011[?]  1982[?] -1983[?] 9010[?]  -1459[?] -1983[?] 9009[?]  1982[?] -1981[?] -1653[?] 9008[?]  1981[?] -1982[?] 9007[?]  1653[?] -1982[?] 9006[?]  1981[?] -1980[?] -1979[?] 9005[?]  1980[?] -1981[?] 9004[?]  1979[?] -1981[?] 9003[?]  1980[?] -1693[?] 1453[?] 9002[?]  1693[?] -1980[?] 9001[?]  -1453[?] -1980[?] 9000[?]  1979[?] -1978[?] -1709[?] 8999[?]  1978[?] -1979[?] 8998[?]  1709[?] -1979[?] 8997[?]  1978[?] -1977[?] -1976[?] 8996[?]  1977[?] -1978[?] 8995[?]  1976[?] -1978[?] 8994[?]  1977[?] 1452[?] 1451[?] 8993[?]  -1452[?] -1977[?] 8992[?]  -1451[?] -1977[?] 8991[?]  1976[?] -1975[?] 1446[?] 8990[?]  1975[?] -1976[?] 8989[?]  -1446[?] -1976[?] 8988[?]  1975[?] 1445[?] 1444[?] 8987[?]  -1445[?] -1975[?] 8986[?]  -1444[?] -1975[?] 8985[?]  1974[?] -1973[?] 1968[?] 8984[?]  1973[?] -1974[?] 8983[?]  -1968[?] -1974[?] 8982[?]  1973[?] 1969[?] -1972[?] 8981[?]  1972[?] -1973[?] 8980[?]  -1969[?] -1973[?] 8979[?]  1972[?] 1970[?] 1971[?] 8978[?]  -1971[?] -1972[?] 8977[?]  -1970[?] -1972[?] 8976[?]  -1524[?] -1757[?] 1971[?] 8975[?]  -1971[?] 1757[?] 8974[?]  -1971[?] 1524[?] 8973[?]  -1543[?] -1755[?] 1970[?] 8972[?]  -1970[?] 1755[?] 8971[?]  -1970[?] 1543[?] 8970[?]  -1562[?] 1969[?] -1753[?] 8969[?]  1753[?] -1969[?] 8968[?]  -1969[?] 1562[?] 8967[?]  1967[?] -1735[?] 1968[?] 8966[?]  -1968[?] -1967[?] 8965[?]  -1968[?] 1735[?] 8964[?]  1967[?] 1966[?] 1965[?] 8963[?]  -1966[?] -1967[?] 8962[?]  -1965[?] -1967[?] 8961[?]  -1596[?] 1747[?] 1966[?] 8960[?]  -1747[?] -1966[?] 8959[?]  -1966[?] 1596[?] 8958[?]  -1747[?] 1596[?] 1965[?] 8957[?]  -1965[?] 1747[?] 8956[?]  -1965[?] -1596[?] 8955[?]  1964[?] 1963[?] 1962[?] 8954[?]  -1963[?] -1964[?] 8953[?]  -1962[?] -1964[?] 8952[?]  -1961[?] 1761[?] 1963[?] 8951[?]  -1963[?] 1961[?] 8950[?]  -1963[?] -1761[?] 8949[?]  -1761[?] 1961[?] 1962[?] 8948[?]  -1962[?] -1961[?] 8947[?]  -1962[?] 1761[?] 8946[?]  1815[?] 1961[?] 1960[?] 8945[?]  -1960[?] -1961[?] 8944[?]  -1961[?] -1815[?] 8943[?]  1959[?] 1799[?] 1960[?] 8942[?]  -1960[?] -1959[?] 8941[?]  -1960[?] -1799[?] 8940[?]  1959[?] 1958[?] 1821[?] 8939[?]  -1958[?] -1959[?] 8938[?]  -1821[?] -1959[?] 8937[?]  1957[?] 1958[?] 1820[?] 8936[?]  -1958[?] -1957[?] 8935[?]  -1958[?] -1820[?] 8934[?]  1957[?] 1956[?] 1955[?] 8933[?]  -1956[?] -1957[?] 8932[?]  -1955[?] -1957[?] 8931[?]  -1954[?] 1948[?] 1956[?] 8930[?]  1954[?] -1956[?] 8929[?]  -1948[?] -1956[?] 8928[?]  1954[?] -1948[?] 1955[?] 8927[?]  -1955[?] -1954[?] 8926[?]  -1955[?] 1948[?] 8925[?]  1954[?] 1953[?] 1952[?] 8924[?]  -1953[?] -1954[?] 8923[?]  -1952[?] -1954[?] 8922[?]  1951[?] 1426[?] 1953[?] 8921[?]  -1953[?] -1951[?] 8920[?]  -1953[?] -1426[?] 8919[?]  -1426[?] -1951[?] 1952[?] 8918[?]  -1952[?] 1951[?] 8917[?]  -1952[?] 1426[?] 8916[?]  1951[?] 1950[?] 1949[?] 8915[?]  -1950[?] -1951[?] 8914[?]  -1624[?] 1950[?] 1820[?] 8912[?]  -1950[?] 1624[?] 8910[?]  -1949[?] 1820[?] 8908[?]  1947[?] 1948[?] 1825[?] 8906[?]  -1948[?] -1947[?] 8905[?]  -1825[?] -1948[?] 8904[?]  1947[?] 1946[?] 1945[?] 8903[?]  -1946[?] -1947[?] 8902[?]  -1945[?] -1947[?] 8901[?]  -1824[?] 1427[?] 1946[?] 8900[?]  1824[?] -1946[?] 8899[?]  -1427[?] -1946[?] 8898[?]  1944[?] 1829[?] 1945[?] 8897[?]  -1945[?] -1944[?] 8896[?]  -1829[?] -1945[?] 8895[?]  1944[?] 1943[?] 1942[?] 8894[?]  -1943[?] -1944[?] 8893[?]  -1942[?] -1944[?] 8892[?]  -1828[?] 1428[?] 1943[?] 8891[?]  -1943[?] 1828[?] 8890[?]  -1943[?] -1428[?] 8889[?]  1941[?] -1854[?] 1942[?] 8888[?]  -1942[?] -1941[?] 8887[?]  -1942[?] 1854[?] 8886[?]  1941[?] -1940[?] 1936[?] 8885[?]  1940[?] -1941[?] 8884[?]  -1936[?] -1941[?] 8883[?]  1940[?] 1851[?] -1939[?] 8882[?]  1939[?] -1940[?] 8881[?]  -1851[?] -1940[?] 8880[?]  1939[?] -1938[?] 1844[?] 8879[?]  1938[?] -1939[?] 8878[?]  -1844[?] -1939[?] 8877[?]  1938[?] 1937[?] 1837[?] 8876[?]  -1937[?] -1938[?] 8875[?]  -1837[?] -1938[?] 8874[?]  -1832[?] 1432[?] 1937[?] 8873[?]  -1937[?] 1832[?] 8872[?]  -1937[?] -1432[?] 8871[?]  1935[?] -1879[?] 1936[?] 8870[?]  -1935[?] -1936[?] 8869[?]  1879[?] -1936[?] 8868[?]  -1934[?] 1935[?] 1930[?] 8867[?]  -1935[?] 1934[?] 8866[?]  -1935[?] -1930[?] 8865[?]  -1933[?] 1934[?] 1876[?] 8864[?]  -1934[?] 1933[?] 8863[?]  -1934[?] -1876[?] 8862[?]  -1932[?] 1869[?] 1933[?] 8861[?]  -1933[?] 1932[?] 8860[?]  -1933[?] -1869[?] 8859[?]  1862[?] 1932[?] 1931[?] 8858[?]  -1932[?] -1931[?] 8857[?]  -1932[?] -1862[?] 8856[?]  -1857[?] 1436[?] 1931[?] 8855[?]  1857[?] -1931[?] 8854[?]  -1436[?] -1931[?] 8853[?]  -1897[?] 1929[?] 1930[?] 8852[?]  -1929[?] -1930[?] 8851[?]  -1930[?] 1897[?] 8850[?]  -1928[?] 1929[?] 1925[?] 8849[?]  -1929[?] 1928[?] 8848[?]  -1929[?] -1925[?] 8847[?]  1894[?] -1927[?] 1928[?] 8846[?]  -1928[?] 1927[?] 8845[?]  -1928[?] -1894[?] 8844[?]  1887[?] 1926[?] 1927[?] 8843[?]  -1927[?] -1926[?] 8842[?]  -1927[?] -1887[?] 8841[?]  1926[?] -1882[?] 1439[?] 8840[?]  1882[?] -1926[?] 8839[?]  -1439[?] -1926[?] 8838[?]  1924[?] -1908[?] 1925[?] 8837[?]  -1924[?] -1925[?] 8836[?]  1908[?] -1925[?] 8835[?]  1921[?] -1923[?] 1924[?] 8834[?]  -1924[?] 1923[?] 8833[?]  -1924[?] -1921[?] 8832[?]  1905[?] 1922[?] 1923[?] 8831[?]  -1922[?] -1923[?] 8830[?]  -1923[?] -1905[?] 8829[?]  1922[?] -1900[?] 1441[?] 8828[?]  -1922[?] 1900[?] 8827[?]  -1922[?] -1441[?] 8826[?]  1921[?] -1920[?] 1916[?] 8825[?]  1920[?] -1921[?] 8824[?]  -1916[?] -1921[?] 8823[?]  1920[?] 1919[?] 1918[?] 8822[?]  -1919[?] -1920[?] 8821[?]  -1918[?] -1920[?] 8820[?]  1915[?] -1442[?] 1919[?] 8819[?]  -1919[?] -1915[?] 8818[?]  -1919[?] 1442[?] 8817[?]  -1917[?] 1911[?] 1918[?] 8816[?]  -1918[?] 1917[?] 8815[?]  -1918[?] -1911[?] 8814[?]  -1443[?] -1442[?] 1917[?] 8813[?]  -1917[?] 1443[?] 8812[?]  -1917[?] 1442[?] 8811[?]  -1912[?] 1915[?] 1916[?] 8810[?]  -1916[?] -1915[?] 8809[?]  -1916[?] 1912[?] 8808[?]  1915[?] 1914[?] 1913[?] 8807[?]  -1914[?] -1915[?] 8806[?]  -1608[?] 1914[?] 1820[?] 8804[?]  -1914[?] 1608[?] 8802[?]  -1913[?] 1820[?] 8800[?]  -1443[?] 1911[?] 1912[?] 8798[?]  -1912[?] -1911[?] 8797[?]  -1912[?] 1443[?] 8796[?]  1911[?] 1910[?] 1909[?] 8795[?]  -1910[?] -1911[?] 8794[?]  -1607[?] 1910[?] 1820[?] 8792[?]  -1910[?] 1607[?] 8790[?]  -1909[?] 1820[?] 8788[?]  1908[?] 1906[?] 1907[?] 8786[?]  -1907[?] -1908[?] 8785[?]  -1906[?] -1908[?] 8784[?]  1904[?] -1440[?] 1907[?] 8783[?]  -1907[?] -1904[?] 8782[?]  -1907[?] 1440[?] 8781[?]  -1901[?] 1905[?] 1906[?] 8780[?]  -1906[?] -1905[?] 8779[?]  -1906[?] 1901[?] 8778[?]  1905[?] -1904[?] 1440[?] 8777[?]  1904[?] -1905[?] 8776[?]  -1440[?] -1905[?] 8775[?]  1904[?] 1903[?] 1902[?] 8774[?]  -1903[?] -1904[?] 8773[?]  -1610[?] 1903[?] 1820[?] 8771[?]  -1903[?] 1610[?] 8769[?]  -1902[?] 1820[?] 8767[?]  1900[?] -1441[?] 1901[?] 8765[?]  -1901[?] -1900[?] 8764[?]  -1901[?] 1441[?] 8763[?]  1900[?] 1899[?] 1898[?] 8762[?]  -1899[?] -1900[?] 8761[?]  -1609[?] 1899[?] 1820[?] 8759[?]  -1899[?] 1609[?] 8757[?]  -1898[?] 1820[?] 8755[?]  1895[?] 1896[?] 1897[?] 8753[?]  -1896[?] -1897[?] 8752[?]  -1895[?] -1897[?] 8751[?]  1893[?] -1437[?] 1896[?] 8750[?]  -1896[?] -1893[?] 8749[?]  -1896[?] 1437[?] 8748[?]  1890[?] 1894[?] 1895[?] 8747[?]  -1895[?] -1894[?] 8746[?]  -1895[?] -1890[?] 8745[?]  1894[?] -1893[?] 1437[?] 8744[?]  1893[?] -1894[?] 8743[?]  -1437[?] -1894[?] 8742[?]  1893[?] 1892[?] 1891[?] 8741[?]  -1892[?] -1893[?] 8740[?]  -1613[?] 1892[?] 1820[?] 8738[?]  -1892[?] 1613[?] 8736[?]  -1891[?] 1820[?] 8734[?]  1890[?] 1889[?] 1888[?] 8732[?]  -1889[?] -1890[?] 8731[?]  -1888[?] -1890[?] 8730[?]  1886[?] -1438[?] 1889[?] 8729[?]  -1889[?] -1886[?] 8728[?]  -1889[?] 1438[?] 8727[?]  -1883[?] 1887[?] 1888[?] 8726[?]  -1888[?] -1887[?] 8725[?]  -1888[?] 1883[?] 8724[?]  1887[?] -1886[?] 1438[?] 8723[?]  1886[?] -1887[?] 8722[?]  -1438[?] -1887[?] 8721[?]  1886[?] 1885[?] 1884[?] 8720[?]  -1885[?] -1886[?] 8719[?]  -1612[?] 1885[?] 1820[?] 8717[?]  -1885[?] 1612[?] 8715[?]  -1884[?] 1820[?] 8713[?]  1882[?] -1439[?] 1883[?] 8711[?]  -1883[?] -1882[?] 8710[?]  -1883[?] 1439[?] 8709[?]  1882[?] 1881[?] 1880[?] 8708[?]  -1881[?] -1882[?] 8707[?]  -1611[?] 1881[?] 1820[?] 8705[?]  -1881[?] 1611[?] 8703[?]  -1880[?] 1820[?] 8701[?]  1879[?] 1878[?] 1877[?] 8699[?]  -1878[?] -1879[?] 8698[?]  -1877[?] -1879[?] 8697[?]  1875[?] -1433[?] 1878[?] 8696[?]  -1875[?] -1878[?] 8695[?]  1433[?] -1878[?] 8694[?]  1872[?] 1877[?] 1876[?] 8693[?]  -1876[?] -1877[?] 8692[?]  -1872[?] -1877[?] 8691[?]  1433[?] -1875[?] 1876[?] 8690[?]  -1876[?] 1875[?] 8689[?]  -1876[?] -1433[?] 8688[?]  1875[?] 1874[?] 1873[?] 8687[?]  -1875[?] -1874[?] 8686[?]  -1617[?] 1874[?] 1820[?] 8684[?]  -1874[?] 1617[?] 8682[?]  -1873[?] 1820[?] 8680[?]  1871[?] 1872[?] 1870[?] 8678[?]  -1872[?] -1871[?] 8677[?]  -1870[?] -1872[?] 8676[?]  1871[?] 1868[?] -1434[?] 8675[?]  -1868[?] -1871[?] 8674[?]  1434[?] -1871[?] 8673[?]  1865[?] 1869[?] 1870[?] 8672[?]  -1870[?] -1869[?] 8671[?]  -1870[?] -1865[?] 8670[?]  -1868[?] 1434[?] 1869[?] 8669[?]  -1869[?] 1868[?] 8668[?]  -1869[?] -1434[?] 8667[?]  1868[?] 1867[?] 1866[?] 8666[?]  -1868[?] -1867[?] 8665[?]  -1616[?] 1867[?] 1820[?] 8663[?]  -1867[?] 1616[?] 8661[?]  -1866[?] 1820[?] 8659[?]  1865[?] 1864[?] 1863[?] 8657[?]  -1864[?] -1865[?] 8656[?]  -1863[?] -1865[?] 8655[?]  1861[?] -1435[?] 1864[?] 8654[?]  -1864[?] -1861[?] 8653[?]  -1864[?] 1435[?] 8652[?]  -1858[?] 1862[?] 1863[?] 8651[?]  -1863[?] -1862[?] 8650[?]  -1863[?] 1858[?] 8649[?]  1862[?] -1861[?] 1435[?] 8648[?]  1861[?] -1862[?] 8647[?]  -1435[?] -1862[?] 8646[?]  1861[?] 1860[?] 1859[?] 8645[?]  -1860[?] -1861[?] 8644[?]  -1615[?] 1860[?] 1820[?] 8642[?]  -1860[?] 1615[?] 8640[?]  -1859[?] 1820[?] 8638[?]  1857[?] -1436[?] 1858[?] 8636[?]  -1858[?] -1857[?] 8635[?]  -1858[?] 1436[?] 8634[?]  1857[?] 1856[?] 1855[?] 8633[?]  -1856[?] -1857[?] 8632[?]  -1614[?] 1856[?] 1820[?] 8630[?]  -1856[?] 1614[?] 8628[?]  -1855[?] 1820[?] 8626[?]  1854[?] 1853[?] 1852[?] 8624[?]  -1853[?] -1854[?] 8623[?]  -1852[?] -1854[?] 8622[?]  1850[?] -1429[?] 1853[?] 8621[?]  -1853[?] -1850[?] 8620[?]  -1853[?] 1429[?] 8619[?]  1847[?] 1852[?] 1851[?] 8618[?]  -1852[?] -1851[?] 8617[?]  -1852[?] -1847[?] 8616[?]  -1850[?] 1429[?] 1851[?] 8615[?]  1850[?] -1851[?] 8614[?]  -1429[?] -1851[?] 8613[?]  1850[?] 1849[?] 1848[?] 8612[?]  -1849[?] -1850[?] 8611[?]  -1621[?] 1849[?] 1820[?] 8609[?]  -1849[?] 1621[?] 8607[?]  -1848[?] 1820[?] 8605[?]  1847[?] 1845[?] 1846[?] 8603[?]  -1846[?] -1847[?] 8602[?]  -1845[?] -1847[?] 8601[?]  1843[?] -1430[?] 1846[?] 8600[?]  -1846[?] -1843[?] 8599[?]  -1846[?] 1430[?] 8598[?]  1840[?] 1845[?] 1844[?] 8597[?]  -1845[?] -1844[?] 8596[?]  -1845[?] -1840[?] 8595[?]  -1843[?] 1430[?] 1844[?] 8594[?]  1843[?] -1844[?] 8593[?]  -1430[?] -1844[?] 8592[?]  1843[?] 1842[?] 1841[?] 8591[?]  -1842[?] -1843[?] 8590[?]  -1620[?] 1842[?] 1820[?] 8588[?]  -1842[?] 1620[?] 8586[?]  -1841[?] 1820[?] 8584[?]  1840[?] 1838[?] 1839[?] 8582[?]  -1839[?] -1840[?] 8581[?]  -1838[?] -1840[?] 8580[?]  1836[?] -1431[?] 1839[?] 8579[?]  -1839[?] -1836[?] 8578[?]  -1839[?] 1431[?] 8577[?]  -1833[?] 1838[?] 1837[?] 8576[?]  -1837[?] -1838[?] 8575[?]  -1838[?] 1833[?] 8574[?]  -1836[?] 1431[?] 1837[?] 8573[?]  1836[?] -1837[?] 8572[?]  -1431[?] -1837[?] 8571[?]  1836[?] 1835[?] 1834[?] 8570[?]  -1835[?] -1836[?] 8569[?]  -1619[?] 1835[?] 1820[?] 8567[?]  -1835[?] 1619[?] 8565[?]  -1834[?] 1820[?] 8563[?]  1832[?] -1432[?] 1833[?] 8561[?]  -1832[?] -1833[?] 8560[?]  1432[?] -1833[?] 8559[?]  1832[?] 1831[?] 1830[?] 8558[?]  -1832[?] -1831[?] 8557[?]  -1618[?] 1831[?] 1820[?] 8555[?]  -1831[?] 1618[?] 8553[?]  -1830[?] 1820[?] 8551[?]  1828[?] -1428[?] 1829[?] 8549[?]  -1828[?] -1829[?] 8548[?]  1428[?] -1829[?] 8547[?]  1828[?] 1827[?] 1826[?] 8546[?]  -1828[?] -1827[?] 8545[?]  -1622[?] 1827[?] 1820[?] 8543[?]  -1827[?] 1622[?] 8541[?]  -1826[?] 1820[?] 8539[?]  1824[?] -1427[?] 1825[?] 8537[?]  -1825[?] -1824[?] 8536[?]  -1825[?] 1427[?] 8535[?]  1824[?] 1823[?] 1822[?] 8534[?]  -1823[?] -1824[?] 8533[?]  -1623[?] 1823[?] 1820[?] 8531[?]  -1823[?] 1623[?] 8529[?]  -1822[?] 1820[?] 8527[?]  -1624[?] -1820[?] 1821[?] 8525[?]  -1821[?] 1820[?] 8524[?]  -1821[?] 1624[?] 8523[?]  1819[?] 1817[?] 1820[?] 8522[?]  -1819[?] -1820[?] 8521[?]  -1817[?] -1820[?] 8520[?]  -1818[?] 1606[?] 1819[?] 8519[?]  1818[?] -1819[?] 8518[?]  -1606[?] -1819[?] 8517[?]  1818[?] 1605[?] 1565[?] 8516[?]  -1605[?] -1818[?] 8515[?]  -1565[?] -1818[?] 8514[?]  -1816[?] -1606[?] 1817[?] 8513[?]  -1817[?] 1816[?] 8512[?]  -1817[?] 1606[?] 8511[?]  -1565[?] 1625[?] 1816[?] 8510[?]  -1625[?] -1816[?] 8509[?]  -1816[?] 1565[?] 8508[?]  1815[?] 1814[?] -1799[?] 8507[?]  -1814[?] -1815[?] 8506[?]  1799[?] -1815[?] 8505[?]  1812[?] 1814[?] 1813[?] 8504[?]  -1813[?] -1814[?] 8503[?]  -1814[?] -1812[?] 8502[?]  1475[?] -1461[?] 1813[?] 8501[?]  -1813[?] -1475[?] 8500[?]  -1813[?] 1461[?] 8499[?]  1812[?] -1811[?] -1475[?] 8498[?]  1811[?] -1812[?] 8497[?]  1475[?] -1812[?] 8496[?]  1811[?] 1810[?] 1809[?] 8495[?]  -1810[?] -1811[?] 8494[?]  -1809[?] -1811[?] 8493[?]  -1461[?] 1810[?] 1808[?] 8492[?]  -1808[?] -1810[?] 8491[?]  -1810[?] 1461[?] 8490[?]  -1808[?] 1461[?] 1809[?] 8489[?]  -1809[?] 1808[?] 8488[?]  -1809[?] -1461[?] 8487[?]  -1807[?] 1808[?] -1656[?] 8486[?]  -1808[?] 1807[?] 8485[?]  -1808[?] 1656[?] 8484[?]  -1802[?] 1807[?] -1806[?] 8483[?]  1806[?] -1807[?] 8482[?]  -1807[?] 1802[?] 8481[?]  1806[?] -1677[?] -1805[?] 8480[?]  1805[?] -1806[?] 8479[?]  1677[?] -1806[?] 8478[?]  1805[?] -1804[?] 1449[?] 8477[?]  1804[?] -1805[?] 8476[?]  -1449[?] -1805[?] 8475[?]  1804[?] 1448[?] -1803[?] 8474[?]  1803[?] -1804[?] 8473[?]  -1448[?] -1804[?] 8472[?]  1803[?] 1447[?] 1446[?] 8471[?]  -1447[?] -1803[?] 8470[?]  -1446[?] -1803[?] 8469[?]  -1801[?] 1802[?] 1444[?] 8468[?]  -1802[?] 1801[?] 8467[?]  -1444[?] -1802[?] 8466[?]  -1800[?] 1801[?] 1445[?] 8465[?]  -1801[?] 1800[?] 8464[?]  -1445[?] -1801[?] 8463[?]  1460[?] 1800[?] 1459[?] 8462[?]  -1800[?] -1460[?] 8461[?]  -1800[?] -1459[?] 8460[?]  1799[?] -1798[?] -1788[?] 8459[?]  1798[?] -1799[?] 8458[?]  1788[?] -1799[?] 8457[?]  1798[?] 1796[?] 1797[?] 8456[?]  -1797[?] -1798[?] 8455[?]  -1796[?] -1798[?] 8454[?]  1475[?] -1472[?] 1797[?] 8453[?]  -1797[?] -1475[?] 8452[?]  -1797[?] 1472[?] 8451[?]  -1795[?] 1796[?] -1475[?] 8450[?]  -1796[?] 1795[?] 8449[?]  1475[?] -1796[?] 8448[?]  1794[?] 1729[?] 1795[?] 8447[?]  -1795[?] -1794[?] 8446[?]  -1729[?] -1795[?] 8445[?]  1794[?] 1793[?] -1472[?] 8444[?]  -1793[?] -1794[?] 8443[?]  1472[?] -1794[?] 8442[?]  -1792[?] -1781[?] 1793[?] 8441[?]  -1793[?] 1792[?] 8440[?]  -1793[?] 1781[?] 8439[?]  -1791[?] -1764[?] 1792[?] 8438[?]  -1792[?] 1764[?] 8436[?]  -1790[?] 1791[?] -1712[?] 8435[?]  1471[?] -1789[?] 1790[?] 8432[?]  1470[?] 1789[?] 1446[?] 8429[?]  1788[?] 1786[?] 1787[?] 8426[?]  -1787[?] -1788[?] 8425[?]  -1786[?] -1788[?] 8424[?]  1475[?] -1471[?] 1787[?] 8423[?]  -1787[?] -1475[?] 8422[?]  -1787[?] 1471[?] 8421[?]  1785[?] 1786[?] -1475[?] 8420[?]  -1786[?] -1785[?] 8419[?]  1475[?] -1786[?] 8418[?]  1785[?] 1783[?] 1784[?] 8417[?]  -1783[?] -1785[?] 8415[?]  -1784[?] 1782[?] 8413[?]  -1784[?] 1471[?] 8412[?]  1471[?] 1782[?] 1783[?] 8411[?]  -1782[?] -1783[?] 8410[?]  -1783[?] -1471[?] 8409[?]  -1771[?] -1781[?] 1782[?] 8408[?]  -1782[?] 1781[?] 8407[?]  -1782[?] 1771[?] 8406[?]  -1780[?] 1781[?] -1694[?] 8405[?]  -1781[?] 1780[?] 8404[?]  -1779[?] -1773[?] 1780[?] 8402[?]  -1780[?] 1779[?] 8401[?]  -1780[?] 1773[?] 8400[?]  -1775[?] -1778[?] 1779[?] 8399[?]  -1779[?] 1778[?] 8398[?]  -1779[?] 1775[?] 8397[?]  -1777[?] 1778[?] 1445[?] 8396[?]  -1778[?] 1777[?] 8395[?]  -1778[?] -1445[?] 8394[?]  -1776[?] 1463[?] 1777[?] 8393[?]  -1777[?] 1776[?] 8392[?]  -1463[?] -1777[?] 8391[?]  1462[?] 1776[?] 1461[?] 8390[?]  -1462[?] -1776[?] 8389[?]  -1776[?] -1461[?] 8388[?]  -1774[?] 1464[?] 1775[?] 8387[?]  -1775[?] 1774[?] 8386[?]  -1775[?] -1464[?] 8385[?]  1465[?] 1774[?] 1444[?] 8384[?]  -1774[?] -1465[?] 8383[?]  -1774[?] -1444[?] 8382[?]  -1772[?] 1773[?] 1459[?] 8381[?]  -1773[?] 1772[?] 8380[?]  -1773[?] -1459[?] 8379[?]  1460[?] 1772[?] 1458[?] 8378[?]  -1772[?] -1460[?] 8377[?]  -1458[?] -1772[?] 8376[?]  -1764[?] -1770[?] 1771[?] 8375[?]  -1771[?] 1770[?] 8374[?]  -1771[?] 1764[?] 8373[?]  -1769[?] 1770[?] -1767[?] 8372[?]  -1770[?] 1769[?] 8371[?]  -1770[?] 1767[?] 8370[?]  -1768[?] 1769[?] 1446[?] 8369[?]  -1769[?] 1768[?] 8368[?]  -1769[?] -1446[?] 8367[?]  1470[?] 1768[?] 1447[?] 8366[?]  -1768[?] -1470[?] 8365[?]  -1768[?] -1447[?] 8364[?]  1767[?] -1766[?] -1711[?] 8363[?]  1766[?] -1767[?] 8362[?]  1711[?] -1767[?] 8361[?]  1766[?] -1765[?] 1449[?] 8360[?]  1765[?] -1766[?] 8359[?]  -1449[?] -1766[?] 8358[?]  1765[?] 1448[?] 1450[?] 8357[?]  -1450[?] -1765[?] 8356[?]  -1448[?] -1765[?] 8355[?]  -1763[?] 1469[?] 1764[?] 8354[?]  -1764[?] 1763[?] 8353[?]  -1469[?] -1764[?] 8352[?]  1468[?] -1762[?] 1763[?] 8351[?]  -1763[?] 1762[?] 8350[?]  -1763[?] -1468[?] 8349[?]  1467[?] 1466[?] 1762[?] 8348[?]  -1762[?] -1467[?] 8347[?]  -1762[?] -1466[?] 8346[?]  -1760[?] 1761[?] 1752[?] 8345[?]  -1761[?] 1760[?] 8344[?]  -1752[?] -1761[?] 8343[?]  1754[?] 1760[?] -1759[?] 8342[?]  1759[?] -1760[?] 8341[?]  -1760[?] -1754[?] 8340[?]  1759[?] 1756[?] 1758[?] 8339[?]  -1758[?] -1759[?] 8338[?]  -1756[?] -1759[?] 8337[?]  -1525[?] -1757[?] 1758[?] 8336[?]  -1758[?] 1757[?] 8335[?]  -1758[?] 1525[?] 8334[?]  -1724[?] -1734[?] 1757[?] 8333[?]  -1757[?] 1734[?] 8332[?]  -1757[?] 1724[?] 8331[?]  -1544[?] -1755[?] 1756[?] 8330[?]  -1756[?] 1755[?] 8329[?]  -1756[?] 1544[?] 8328[?]  -1724[?] 1734[?] 1755[?] 8327[?]  -1755[?] -1734[?] 8326[?]  -1755[?] 1724[?] 8325[?]  1754[?] -1563[?] -1753[?] 8324[?]  1753[?] -1754[?] 8323[?]  1563[?] -1754[?] 8322[?]  1753[?] -1734[?] 1724[?] 8321[?]  1734[?] -1753[?] 8320[?]  -1724[?] -1753[?] 8319[?]  1751[?] -1735[?] 1752[?] 8318[?]  -1751[?] -1752[?] 8317[?]  -1752[?] 1735[?] 8316[?]  1750[?] 1751[?] 1749[?] 8315[?]  -1750[?] -1751[?] 8314[?]  -1749[?] -1751[?] 8313[?]  -1594[?] 1750[?] 1748[?] 8312[?]  -1750[?] -1748[?] 8311[?]  -1750[?] 1594[?] 8310[?]  -1748[?] 1594[?] 1749[?] 8309[?]  -1749[?] 1748[?] 8308[?]  -1594[?] -1749[?] 8307[?]  -1747[?] -1596[?] 1748[?] 8306[?]  -1748[?] 1747[?] 8305[?]  -1748[?] 1596[?] 8304[?]  -1746[?] -1585[?] 1747[?] 8303[?]  -1747[?] 1746[?] 8302[?]  -1747[?] 1585[?] 8301[?]  -1745[?] -1602[?] 1746[?] 8300[?]  -1746[?] 1745[?] 8299[?]  -1746[?] 1602[?] 8298[?]  -1744[?] -1590[?] 1745[?] 8297[?]  -1745[?] 1744[?] 8296[?]  -1745[?] 1590[?] 8295[?]  -1743[?] -1597[?] 1744[?] 8294[?]  -1744[?] 1743[?] 8293[?]  -1744[?] 1597[?] 8292[?]  -1742[?] -1589[?] 1743[?] 8291[?]  -1743[?] 1742[?] 8290[?]  -1743[?] 1589[?] 8289[?]  -1741[?] -1601[?] 1742[?] 8288[?]  -1742[?] 1741[?] 8287[?]  -1742[?] 1601[?] 8286[?]  -1740[?] -1592[?] 1741[?] 8285[?]  -1741[?] 1740[?] 8284[?]  1592[?] -1741[?] 8283[?]  -1739[?] -1599[?] 1740[?] 8282[?]  -1740[?] 1739[?] 8281[?]  -1740[?] 1599[?] 8280[?]  -1738[?] -1603[?] 1739[?] 8279[?]  -1739[?] 1738[?] 8278[?]  -1739[?] 1603[?] 8277[?]  -1737[?] -1586[?] 1738[?] 8276[?]  -1738[?] 1737[?] 8275[?]  1586[?] -1738[?] 8274[?]  -1736[?] -1595[?] 1737[?] 8273[?]  -1737[?] 1736[?] 8272[?]  1595[?] -1737[?] 8271[?]  -1593[?] -1600[?] 1736[?] 8270[?]  -1736[?] 1600[?] 8269[?]  1593[?] -1736[?] 8268[?]  1734[?] 1735[?] 1724[?] 8267[?]  -1735[?] -1734[?] 8266[?]  -1724[?] -1735[?] 8265[?]  1734[?] 1732[?] 1733[?] 8264[?]  -1733[?] -1734[?] 8263[?]  -1732[?] -1734[?] 8262[?]  1475[?] -1473[?] 1733[?] 8261[?]  -1733[?] -1475[?] 8260[?]  -1733[?] 1473[?] 8259[?]  -1731[?] 1732[?] -1475[?] 8258[?]  -1732[?] 1731[?] 8257[?]  1475[?] -1732[?] 8256[?]  1730[?] 1731[?] 1718[?] 8255[?]  -1731[?] -1730[?] 8254[?]  -1718[?] -1731[?] 8253[?]  1730[?] -1473[?] 1729[?] 8252[?]  -1729[?] -1730[?] 8251[?]  1473[?] -1730[?] 8250[?]  -1728[?] -1704[?] 1729[?] 8249[?]  -1729[?] 1728[?] 8248[?]  -1729[?] 1704[?] 8247[?]  -1727[?] -1707[?] 1728[?] 8246[?]  -1728[?] 1727[?] 8245[?]  -1728[?] 1707[?] 8244[?]  -1726[?] -1712[?] 1727[?] 8243[?]  -1727[?] 1726[?] 8242[?]  -1727[?] 1712[?] 8241[?]  -1725[?] 1472[?] 1726[?] 8240[?]  -1726[?] 1725[?] 8239[?]  -1726[?] -1472[?] 8238[?]  1471[?] 1725[?] 1446[?] 8237[?]  -1725[?] -1471[?] 8236[?]  -1725[?] -1446[?] 8235[?]  1722[?] 1724[?] 1723[?] 8234[?]  -1723[?] -1724[?] 8233[?]  -1724[?] -1722[?] 8232[?]  1475[?] -1474[?] 1723[?] 8231[?]  -1723[?] -1475[?] 8230[?]  -1723[?] 1474[?] 8229[?]  1722[?] -1721[?] -1475[?] 8228[?]  1721[?] -1722[?] 8227[?]  1475[?] -1722[?] 8226[?]  1721[?] 1720[?] 1719[?] 8225[?]  -1720[?] -1721[?] 8224[?]  -1719[?] -1721[?] 8223[?]  -1474[?] 1720[?] 1718[?] 8222[?]  -1718[?] -1720[?] 8221[?]  -1720[?] 1474[?] 8220[?]  -1719[?] 1718[?] 8218[?]  -1719[?] -1474[?] 8217[?]  -1717[?] -1704[?] 1718[?] 8216[?]  -1718[?] 1717[?] 8215[?]  -1718[?] 1704[?] 8214[?]  -1716[?] -1707[?] 1717[?] 8213[?]  -1717[?] 1716[?] 8212[?]  -1717[?] 1707[?] 8211[?]  -1715[?] -1712[?] 1716[?] 8210[?]  -1716[?] 1715[?] 8209[?]  -1716[?] 1712[?] 8208[?]  -1714[?] 1446[?] 1715[?] 8207[?]  -1715[?] 1714[?] 8206[?]  -1715[?] -1446[?] 8205[?]  -1713[?] 1473[?] 1714[?] 8204[?]  -1714[?] 1713[?] 8203[?]  -1714[?] -1473[?] 8202[?]  1471[?] 1472[?] 1713[?] 8201[?]  -1713[?] -1472[?] 8200[?]  -1713[?] -1471[?] 8199[?]  1712[?] -1711[?] -1709[?] 8198[?]  1711[?] -1712[?] 8197[?]  1709[?] -1712[?] 8196[?]  1711[?] -1710[?] 1452[?] 8195[?]  1710[?] -1711[?] 8194[?]  -1452[?] -1711[?] 8193[?]  1710[?] 1453[?] 1451[?] 8192[?]  -1453[?] -1710[?] 8191[?]  -1451[?] -1710[?] 8190[?]  1709[?] -1708[?] 1450[?] 8189[?]  1708[?] -1709[?] 8188[?]  -1450[?] -1709[?] 8187[?]  1708[?] -1627[?] 1449[?] 8186[?]  1627[?] -1708[?] 8185[?]  -1449[?] -1708[?] 8184[?]  -1706[?] 1470[?] 1707[?] 8183[?]  -1707[?] 1706[?] 8182[?]  -1707[?] -1470[?] 8181[?]  -1705[?] 1469[?] 1706[?] 8180[?]  -1706[?] 1705[?] 8179[?]  -1469[?] -1706[?] 8178[?]  1468[?] 1467[?] 1705[?] 8177[?]  -1705[?] -1468[?] 8176[?]  -1705[?] -1467[?] 8175[?]  -1703[?] 1704[?] -1694[?] 8174[?]  -1704[?] 1703[?] 8173[?]  -1704[?] 1694[?] 8172[?]  -1702[?] -1697[?] 1703[?] 8171[?]  -1703[?] 1702[?] 8170[?]  -1703[?] 1697[?] 8169[?]  -1699[?] -1701[?] 1702[?] 8168[?]  -1702[?] 1701[?] 8167[?]  -1702[?] 1699[?] 8166[?]  -1700[?] 1701[?] 1444[?] 8165[?]  -1701[?] 1700[?] 8164[?]  -1701[?] -1444[?] 8163[?]  -1657[?] 1700[?] 1445[?] 8162[?]  1657[?] -1700[?] 8161[?]  -1700[?] -1445[?] 8160[?]  1465[?] -1698[?] 1699[?] 8159[?]  -1699[?] 1698[?] 8158[?]  -1699[?] -1465[?] 8157[?]  1698[?] 1464[?] 1466[?] 8156[?]  -1466[?] -1698[?] 8155[?]  -1464[?] -1698[?] 8154[?]  -1696[?] 1461[?] 1697[?] 8153[?]  -1697[?] 1696[?] 8152[?]  -1697[?] -1461[?] 8151[?]  1460[?] 1696[?] -1695[?] 8150[?]  -1696[?] 1695[?] 8149[?]  -1696[?] -1460[?] 8148[?]  1695[?] 1459[?] 1458[?] 8147[?]  -1459[?] -1695[?] 8146[?]  -1458[?] -1695[?] 8145[?]  1694[?] -1693[?] 1457[?] 8144[?]  1693[?] -1694[?] 8143[?]  -1457[?] -1694[?] 8142[?]  1693[?] 1456[?] -1692[?] 8141[?]  1692[?] -1693[?] 8140[?]  -1456[?] -1693[?] 8139[?]  1692[?] 1454[?] 1455[?] 8138[?]  -1455[?] -1692[?] 8137[?]  -1454[?] -1692[?] 8136[?]  -1690[?] 1652[?] 1691[?] 8135[?]  1670[?] 1690[?] -1689[?] 8132[?]  -1690[?] 1689[?] 8131[?]  -1690[?] -1670[?] 8130[?]  1689[?] 1687[?] 1688[?] 8129[?]  -1688[?] -1689[?] 8128[?]  -1687[?] -1689[?] 8127[?]  1475[?] -1463[?] 1688[?] 8126[?]  -1688[?] -1475[?] 8125[?]  -1688[?] 1463[?] 8124[?]  -1686[?] 1687[?] -1475[?] 8123[?]  -1687[?] 1686[?] 8122[?]  1475[?] -1687[?] 8121[?]  1685[?] 1686[?] 1665[?] 8120[?]  -1686[?] -1685[?] 8119[?]  -1686[?] -1665[?] 8118[?]  -1463[?] 1685[?] 1684[?] 8117[?]  -1685[?] -1684[?] 8116[?]  -1685[?] 1463[?] 8115[?]  -1683[?] 1684[?] -1656[?] 8114[?]  -1684[?] 1683[?] 8113[?]  -1684[?] 1656[?] 8112[?]  -1674[?] 1683[?] -1682[?] 8111[?]  -1683[?] 1682[?] 8110[?]  -1683[?] 1674[?] 8109[?]  1682[?] -1681[?] -1677[?] 8108[?]  1681[?] -1682[?] 8107[?]  1677[?] -1682[?] 8106[?]  1681[?] -1680[?] 1446[?] 8105[?]  1680[?] -1681[?] 8104[?]  -1446[?] -1681[?] 8103[?]  1680[?] -1679[?] 1444[?] 8102[?]  1679[?] -1680[?] 8101[?]  -1444[?] -1680[?] 8100[?]  1679[?] -1678[?] 1447[?] 8099[?]  1678[?] -1679[?] 8098[?]  -1447[?] -1679[?] 8097[?]  1678[?] 1448[?] 1449[?] 8096[?]  -1449[?] -1678[?] 8095[?]  -1448[?] -1678[?] 8094[?]  1677[?] -1676[?] 1453[?] 8093[?]  1676[?] -1677[?] 8092[?]  -1453[?] -1677[?] 8091[?]  1676[?] 1452[?] -1675[?] 8090[?]  1675[?] -1676[?] 8089[?]  -1452[?] -1676[?] 8088[?]  1675[?] 1450[?] 1451[?] 8087[?]  -1451[?] -1675[?] 8086[?]  -1450[?] -1675[?] 8085[?]  -1673[?] 1460[?] 1674[?] 8084[?]  -1674[?] 1673[?] 8083[?]  -1674[?] -1460[?] 8082[?]  -1672[?] 1673[?] 1459[?] 8081[?]  -1673[?] 1672[?] 8080[?]  -1673[?] -1459[?] 8079[?]  -1671[?] 1461[?] 1672[?] 8078[?]  -1672[?] 1671[?] 8077[?]  -1672[?] -1461[?] 8076[?]  1462[?] 1671[?] 1445[?] 8075[?]  -1462[?] -1671[?] 8074[?]  -1671[?] -1445[?] 8073[?]  1670[?] 1668[?] 1669[?] 8072[?]  -1669[?] -1670[?] 8071[?]  -1668[?] -1670[?] 8070[?]  1475[?] -1464[?] 1669[?] 8069[?]  -1669[?] -1475[?] 8068[?]  -1669[?] 1464[?] 8067[?]  -1667[?] 1668[?] -1475[?] 8066[?]  -1668[?] 1667[?] 8065[?]  1475[?] -1668[?] 8064[?]  1666[?] 1667[?] 1646[?] 8063[?]  -1667[?] -1666[?] 8062[?]  -1667[?] -1646[?] 8061[?]  -1464[?] 1666[?] 1665[?] 8060[?]  -1666[?] -1665[?] 8059[?]  -1666[?] 1464[?] 8058[?]  -1664[?] 1665[?] -1656[?] 8057[?]  -1665[?] 1664[?] 8056[?]  -1665[?] 1656[?] 8055[?]  -1660[?] 1664[?] -1663[?] 8054[?]  -1664[?] 1663[?] 8053[?]  -1664[?] 1660[?] 8052[?]  1663[?] -1634[?] -1662[?] 8051[?]  1662[?] -1663[?] 8050[?]  1634[?] -1663[?] 8049[?]  1662[?] -1661[?] 1444[?] 8048[?]  1661[?] -1662[?] 8047[?]  -1444[?] -1662[?] 8046[?]  1661[?] -1628[?] 1445[?] 8045[?]  1628[?] -1661[?] 8044[?]  -1445[?] -1661[?] 8043[?]  -1659[?] 1460[?] 1660[?] 8042[?]  -1660[?] 1659[?] 8041[?]  -1660[?] -1460[?] 8040[?]  -1658[?] 1659[?] 1459[?] 8039[?]  -1659[?] 1658[?] 8038[?]  -1659[?] -1459[?] 8037[?]  -1657[?] 1658[?] 1461[?] 8036[?]  1657[?] -1658[?] 8035[?]  -1658[?] -1461[?] 8034[?]  1657[?] 1462[?] 1463[?] 8033[?]  -1463[?] -1657[?] 8032[?]  -1462[?] -1657[?] 8031[?]  1656[?] -1655[?] 1455[?] 8030[?]  1655[?] -1656[?] 8029[?]  -1455[?] -1656[?] 8028[?]  1655[?] -1654[?] 1454[?] 8027[?]  1654[?] -1655[?] 8026[?]  -1454[?] -1655[?] 8025[?]  1654[?] 1456[?] -1653[?] 8024[?]  1653[?] -1654[?] 8023[?]  -1456[?] -1654[?] 8022[?]  1653[?] 1458[?] 1457[?] 8021[?]  -1458[?] -1653[?] 8020[?]  -1457[?] -1653[?] 8019[?]  1650[?] 1652[?] 1651[?] 8018[?]  -1651[?] -1652[?] 8017[?]  -1652[?] -1650[?] 8016[?]  1475[?] -1465[?] 1651[?] 8015[?]  -1651[?] -1475[?] 8014[?]  -1651[?] 1465[?] 8013[?]  1650[?] -1649[?] -1475[?] 8012[?]  1649[?] -1650[?] 8011[?]  1475[?] -1650[?] 8010[?]  1649[?] 1648[?] 1647[?] 8009[?]  -1648[?] -1649[?] 8008[?]  -1647[?] -1649[?] 8007[?]  -1465[?] 1648[?] 1646[?] 8006[?]  -1648[?] -1646[?] 8005[?]  -1648[?] 1465[?] 8004[?]  1465[?] -1646[?] 1647[?] 8003[?]  -1647[?] 1646[?] 8002[?]  -1647[?] -1465[?] 8001[?]  -1645[?] -1630[?] 1646[?] 8000[?]  -1646[?] 1645[?] 7999[?]  -1646[?] 1630[?] 7998[?]  -1644[?] 1645[?] -1634[?] 7997[?]  -1645[?] 1644[?] 7996[?]  -1645[?] 1634[?] 7995[?]  -1638[?] 1644[?] -1643[?] 7994[?]  -1644[?] 1643[?] 7993[?]  -1644[?] 1638[?] 7992[?]  1643[?] -1640[?] -1642[?] 7991[?]  1642[?] -1643[?] 7990[?]  1640[?] -1643[?] 7989[?]  1642[?] -1641[?] 1455[?] 7988[?]  1641[?] -1642[?] 7987[?]  -1455[?] -1642[?] 7986[?]  1641[?] 1456[?] 1454[?] 7985[?]  -1456[?] -1641[?] 7984[?]  -1454[?] -1641[?] 7983[?]  1640[?] -1639[?] 1458[?] 7982[?]  1639[?] -1640[?] 7981[?]  -1458[?] -1640[?] 7980[?]  1639[?] 1459[?] 1457[?] 7979[?]  -1459[?] -1639[?] 7978[?]  -1457[?] -1639[?] 7977[?]  -1637[?] 1461[?] 1638[?] 7976[?]  -1638[?] 1637[?] 7975[?]  -1638[?] -1461[?] 7974[?]  -1636[?] 1460[?] 1637[?] 7973[?]  -1637[?] 1636[?] 7972[?]  -1637[?] -1460[?] 7971[?]  1462[?] -1635[?] 1636[?] 7970[?]  -1636[?] 1635[?] 7969[?]  -1462[?] -1636[?] 7968[?]  1463[?] 1635[?] 1445[?] 7967[?]  -1463[?] -1635[?] 7966[?]  -1635[?] -1445[?] 7965[?]  1634[?] -1633[?] 1450[?] 7964[?]  1633[?] -1634[?] 7963[?]  -1450[?] -1634[?] 7962[?]  1633[?] -1632[?] 1449[?] 7961[?]  1632[?] -1633[?] 7960[?]  -1449[?] -1633[?] 7959[?]  1632[?] -1631[?] 1451[?] 7958[?]  1631[?] -1632[?] 7957[?]  -1451[?] -1632[?] 7956[?]  1631[?] 1452[?] 1453[?] 7955[?]  -1453[?] -1631[?] 7954[?]  -1452[?] -1631[?] 7953[?]  1464[?] 1630[?] -1629[?] 7952[?]  -1630[?] 1629[?] 7951[?]  -1464[?] -1630[?] 7950[?]  1629[?] -1628[?] 1444[?] 7949[?]  1628[?] -1629[?] 7948[?]  -1444[?] -1629[?] 7947[?]  1628[?] 1446[?] -1627[?] 7946[?]  1627[?] -1628[?] 7945[?]  -1446[?] -1628[?] 7944[?]  1627[?] 1448[?] 1447[?] 7943[?]  -1448[?] -1627[?] 7942[?]  -1447[?] -1627[?] 7941[?]  -1424[?] -202[?] 7940[?]  -1371[?] -1423[?] 1424[?] 7938[?]  1423[?] -1422[?] -1401[?] 7935[?]  1401[?] -1423[?] 7933[?]  1422[?] 1404[?] -1421[?] 7932[?]  1421[?] 1406[?] 1420[?] 7929[?]  -1420[?] -1421[?] 7928[?]  -1406[?] -1421[?] 7927[?]  -1420[?] 1419[?] 7925[?]  -1417[?] -1420[?] 7924[?]  -1419[?] 1418[?] 7922[?]  1368[?] -1419[?] 7921[?]  -1418[?] 1223[?] 7919[?]  374[?] -1418[?] 7918[?]  1417[?] -1416[?] 1411[?] 7917[?]  1416[?] 1412[?] -1415[?] 7914[?]  1415[?] 1414[?] 1413[?] 7911[?]  -1414[?] 333[?] 7907[?]  102[?] -1414[?] 7906[?]  -1413[?] 331[?] 7904[?]  -1413[?] 121[?] 7903[?]  -1412[?] 329[?] 7901[?]  140[?] -1412[?] 7900[?]  -1410[?] -1411[?] 7898[?]  -1411[?] 311[?] 7897[?]  1409[?] 1410[?] 1408[?] 7896[?]  -1407[?] -1409[?] 7892[?]  163[?] -1409[?] 7891[?]  -1408[?] 1407[?] 7889[?]  -1408[?] -163[?] 7888[?]  -170[?] -324[?] 1407[?] 7887[?]  -1407[?] 324[?] 7886[?]  -1407[?] 170[?] 7885[?]  -1405[?] 327[?] 1406[?] 7884[?]  -1406[?] 1405[?] 7883[?]  -1406[?] -327[?] 7882[?]  -1289[?] 1405[?] -1368[?] 7881[?]  -1405[?] 1368[?] 7880[?]  -1405[?] 1289[?] 7879[?]  -1404[?] 1403[?] 7877[?]  -1404[?] 1208[?] 7876[?]  -1403[?] 1402[?] 7874[?]  1368[?] -1403[?] 7873[?]  -1220[?] 228[?] 1402[?] 7872[?]  -1402[?] 1220[?] 7871[?]  -1402[?] -228[?] 7870[?]  1401[?] 1400[?] 1395[?] 7869[?]  -1400[?] -1401[?] 7868[?]  -1395[?] -1401[?] 7867[?]  -1400[?] 1399[?] 7865[?]  -1400[?] -537[?] 7864[?]  -1399[?] -1398[?] 7862[?]  1368[?] -1399[?] 7861[?]  1398[?] 1396[?] 1397[?] 7860[?]  -1397[?] 1288[?] 7856[?]  -1397[?] -246[?] 7855[?]  -1396[?] 1391[?] 7853[?]  -1396[?] 266[?] 7852[?]  -1395[?] 1394[?] 7850[?]  -1395[?] 1390[?] 7849[?]  -1394[?] 1393[?] 7847[?]  1368[?] -1394[?] 7846[?]  -1392[?] -265[?] 1393[?] 7845[?]  -1393[?] 1392[?] 7844[?]  265[?] -1393[?] 7843[?]  -1391[?] -246[?] 1392[?] 7842[?]  -1392[?] 1391[?] 7841[?]  246[?] -1392[?] 7840[?]  -1123[?] -228[?] 1391[?] 7839[?]  -1391[?] 1123[?] 7838[?]  -1391[?] 228[?] 7837[?]  1389[?] 1390[?] 1388[?] 7836[?]  -1390[?] -1389[?] 7835[?]  -1390[?] -1388[?] 7834[?]  1389[?] 537[?] 1387[?] 7833[?]  -1387[?] -1389[?] 7832[?]  -537[?] -1389[?] 7831[?]  -537[?] -1387[?] 1388[?] 7830[?]  -1388[?] 1387[?] 7829[?]  -1388[?] 537[?] 7828[?]  -576[?] 1387[?] -1386[?] 7827[?]  -1387[?] 1386[?] 7826[?]  -1387[?] 576[?] 7825[?]  1386[?] -604[?] -1385[?] 7824[?]  1385[?] -1386[?] 7823[?]  604[?] -1386[?] 7822[?]  1385[?] -1383[?] -1384[?] 7821[?]  1384[?] -1385[?] 7820[?]  1383[?] -1385[?] 7819[?]  1384[?] -671[?] -637[?] 7818[?]  671[?] -1384[?] 7817[?]  637[?] -1384[?] 7816[?]  1383[?] -1382[?] -705[?] 7815[?]  1382[?] -1383[?] 7814[?]  705[?] -1383[?] 7813[?]  1382[?] -1381[?] -734[?] 7812[?]  1381[?] -1382[?] 7811[?]  734[?] -1382[?] 7810[?]  1381[?] -1379[?] -1380[?] 7809[?]  1380[?] -1381[?] 7808[?]  1379[?] -1381[?] 7807[?]  1380[?] -797[?] -765[?] 7806[?]  797[?] -1380[?] 7805[?]  765[?] -1380[?] 7804[?]  1379[?] -1378[?] -826[?] 7803[?]  1378[?] -1379[?] 7802[?]  826[?] -1379[?] 7801[?]  1378[?] -1377[?] -863[?] 7800[?]  1377[?] -1378[?] 7799[?]  863[?] -1378[?] 7798[?]  1377[?] -1375[?] -1376[?] 7797[?]  1376[?] -1377[?] 7796[?]  1375[?] -1377[?] 7795[?]  1376[?] -928[?] -898[?] 7794[?]  928[?] -1376[?] 7793[?]  898[?] -1376[?] 7792[?]  1375[?] -1374[?] -959[?] 7791[?]  1374[?] -1375[?] 7790[?]  959[?] -1375[?] 7789[?]  1374[?] -1373[?] -985[?] 7788[?]  1373[?] -1374[?] 7787[?]  985[?] -1374[?] 7786[?]  1373[?] -1372[?] -1016[?] 7785[?]  1372[?] -1373[?] 7784[?]  1016[?] -1373[?] 7783[?]  1372[?] -1070[?] -1040[?] 7782[?]  1070[?] -1372[?] 7781[?]  1040[?] -1372[?] 7780[?]  1369[?] 1371[?] 1370[?] 7779[?]  -1371[?] -1369[?] 7777[?]  -1370[?] -1368[?] 7775[?]  -1370[?] 139[?] 7774[?]  1369[?] 1228[?] -1368[?] 7773[?]  1368[?] -1369[?] 7772[?]  -1228[?] -1369[?] 7771[?]  1368[?] 1367[?] -1286[?] 7770[?]  -1367[?] -1368[?] 7769[?]  1286[?] -1368[?] 7768[?]  1366[?] 1289[?] 1367[?] 7767[?]  -1367[?] -1366[?] 7766[?]  -1367[?] -1289[?] 7765[?]  1366[?] -1365[?] -1354[?] 7764[?]  1365[?] -1366[?] 7763[?]  1354[?] -1366[?] 7762[?]  1365[?] -1364[?] 1358[?] 7761[?]  1364[?] -1365[?] 7760[?]  -1358[?] -1365[?] 7759[?]  1364[?] -1362[?] 1363[?] 7758[?]  -1363[?] -1364[?] 7757[?]  1362[?] -1364[?] 7756[?]  1124[?] -1223[?] 1363[?] 7755[?]  -1363[?] 1223[?] 7754[?]  -1363[?] -1124[?] 7753[?]  1362[?] 1361[?] 1359[?] 7752[?]  -1361[?] -1362[?] 7751[?]  -1359[?] -1362[?] 7750[?]  1360[?] 1295[?] 1361[?] 7749[?]  -1361[?] -1360[?] 7748[?]  -1361[?] -1295[?] 7747[?]  1360[?] -1276[?] -1264[?] 7746[?]  1276[?] -1360[?] 7745[?]  1264[?] -1360[?] 7744[?]  -52[?] -1295[?] 1359[?] 7743[?]  -1359[?] 1295[?] 7742[?]  -1359[?] 52[?] 7741[?]  1356[?] 1357[?] 1358[?] 7740[?]  -1358[?] -1357[?] 7739[?]  -1358[?] -1356[?] 7738[?]  -53[?] -1295[?] 1357[?] 7737[?]  -1357[?] 1295[?] 7736[?]  53[?] -1357[?] 7735[?]  1356[?] 1355[?] 1295[?] 7734[?]  -1355[?] -1356[?] 7733[?]  -1295[?] -1356[?] 7732[?]  -1283[?] 1290[?] 1355[?] 7731[?]  -1355[?] 1283[?] 7729[?]  1354[?] -1353[?] -1324[?] 7728[?]  1353[?] -1354[?] 7727[?]  1324[?] -1354[?] 7726[?]  1353[?] -1352[?] -1331[?] 7725[?]  1352[?] -1353[?] 7724[?]  1331[?] -1353[?] 7723[?]  1352[?] -1351[?] -1338[?] 7722[?]  1351[?] -1352[?] 7721[?]  1338[?] -1352[?] 7720[?]  1351[?] -1350[?] -1343[?] 7719[?]  1350[?] -1351[?] 7718[?]  1343[?] -1351[?] 7717[?]  1350[?] -1349[?] 1344[?] 7716[?]  1349[?] -1350[?] 7715[?]  -1344[?] -1350[?] 7714[?]  1349[?] -1348[?] 1345[?] 7713[?]  1348[?] -1349[?] 7712[?]  -1345[?] -1349[?] 7711[?]  1348[?] 1347[?] 1346[?] 7710[?]  -1347[?] -1348[?] 7709[?]  -1346[?] -1348[?] 7708[?]  -72[?] -1295[?] 1347[?] 7707[?]  -1347[?] 1295[?] 7706[?]  -1347[?] 72[?] 7705[?]  -73[?] -1295[?] 1346[?] 7704[?]  -1346[?] 1295[?] 7703[?]  -1346[?] 73[?] 7702[?]  -71[?] -1295[?] 1345[?] 7701[?]  -1345[?] 1295[?] 7700[?]  -1345[?] 71[?] 7699[?]  -70[?] -1295[?] 1344[?] 7698[?]  -1344[?] 1295[?] 7697[?]  -1344[?] 70[?] 7696[?]  1343[?] -1342[?] 1339[?] 7695[?]  1342[?] -1343[?] 7694[?]  -1339[?] -1343[?] 7693[?]  1342[?] 1341[?] 1340[?] 7692[?]  -1341[?] -1342[?] 7691[?]  -1340[?] -1342[?] 7690[?]  -74[?] -1295[?] 1341[?] 7689[?]  -1341[?] 1295[?] 7688[?]  -1341[?] 74[?] 7687[?]  -75[?] -1295[?] 1340[?] 7686[?]  -1340[?] 1295[?] 7685[?]  -1340[?] 75[?] 7684[?]  -76[?] -1295[?] 1339[?] 7683[?]  -1339[?] 1295[?] 7682[?]  -1339[?] 76[?] 7681[?]  1338[?] -1337[?] 1332[?] 7680[?]  1337[?] -1338[?] 7679[?]  -1332[?] -1338[?] 7678[?]  1337[?] -1336[?] 1333[?] 7677[?]  1336[?] -1337[?] 7676[?]  -1333[?] -1337[?] 7675[?]  1336[?] 1335[?] 1334[?] 7674[?]  -1335[?] -1336[?] 7673[?]  -1334[?] -1336[?] 7672[?]  -68[?] -1295[?] 1335[?] 7671[?]  -1335[?] 1295[?] 7670[?]  -1335[?] 68[?] 7669[?]  -69[?] -1295[?] 1334[?] 7668[?]  -1334[?] 1295[?] 7667[?]  -1334[?] 69[?] 7666[?]  -67[?] -1295[?] 1333[?] 7665[?]  -1333[?] 1295[?] 7664[?]  -1333[?] 67[?] 7663[?]  -66[?] -1295[?] 1332[?] 7662[?]  -1332[?] 1295[?] 7661[?]  -1332[?] 66[?] 7660[?]  1331[?] -1330[?] 1325[?] 7659[?]  1330[?] -1331[?] 7658[?]  -1325[?] -1331[?] 7657[?]  1330[?] -1329[?] 1326[?] 7656[?]  1329[?] -1330[?] 7655[?]  -1326[?] -1330[?] 7654[?]  1329[?] 1328[?] 1327[?] 7653[?]  -1328[?] -1329[?] 7652[?]  -1327[?] -1329[?] 7651[?]  -64[?] -1295[?] 1328[?] 7650[?]  -1328[?] 1295[?] 7649[?]  -1328[?] 64[?] 7648[?]  -65[?] -1295[?] 1327[?] 7647[?]  -1327[?] 1295[?] 7646[?]  -1327[?] 65[?] 7645[?]  -63[?] -1295[?] 1326[?] 7644[?]  -1326[?] 1295[?] 7643[?]  -1326[?] 63[?] 7642[?]  -62[?] -1295[?] 1325[?] 7641[?]  -1325[?] 1295[?] 7640[?]  -1325[?] 62[?] 7639[?]  1324[?] -1323[?] -1302[?] 7638[?]  1323[?] -1324[?] 7637[?]  1302[?] -1324[?] 7636[?]  1323[?] -1322[?] -1309[?] 7635[?]  1322[?] -1323[?] 7634[?]  1309[?] -1323[?] 7633[?]  1322[?] -1321[?] -1314[?] 7632[?]  1321[?] -1322[?] 7631[?]  1314[?] -1322[?] 7630[?]  1321[?] -1320[?] 1315[?] 7629[?]  1320[?] -1321[?] 7628[?]  -1315[?] -1321[?] 7627[?]  1320[?] -1319[?] 1316[?] 7626[?]  1319[?] -1320[?] 7625[?]  -1316[?] -1320[?] 7624[?]  1319[?] 1317[?] 1318[?] 7623[?]  -1318[?] -1319[?] 7622[?]  -1317[?] -1319[?] 7621[?]  -57[?] -1295[?] 1318[?] 7620[?]  -1318[?] 1295[?] 7619[?]  -1318[?] 57[?] 7618[?]  -58[?] -1295[?] 1317[?] 7617[?]  -1317[?] 1295[?] 7616[?]  -1317[?] 58[?] 7615[?]  -56[?] -1295[?] 1316[?] 7614[?]  -1316[?] 1295[?] 7613[?]  -1316[?] 56[?] 7612[?]  -55[?] -1295[?] 1315[?] 7611[?]  -1315[?] 1295[?] 7610[?]  -1315[?] 55[?] 7609[?]  1314[?] -1313[?] 1310[?] 7608[?]  1313[?] -1314[?] 7607[?]  -1310[?] -1314[?] 7606[?]  1313[?] 1311[?] 1312[?] 7605[?]  -1312[?] -1313[?] 7604[?]  -1311[?] -1313[?] 7603[?]  -59[?] -1295[?] 1312[?] 7602[?]  -1312[?] 1295[?] 7601[?]  -1312[?] 59[?] 7600[?]  -60[?] -1295[?] 1311[?] 7599[?]  -1311[?] 1295[?] 7598[?]  -1311[?] 60[?] 7597[?]  -61[?] -1295[?] 1310[?] 7596[?]  -1310[?] 1295[?] 7595[?]  -1310[?] 61[?] 7594[?]  1309[?] -1308[?] 1303[?] 7593[?]  1308[?] -1309[?] 7592[?]  -1303[?] -1309[?] 7591[?]  1308[?] -1307[?] 1304[?] 7590[?]  1307[?] -1308[?] 7589[?]  -1304[?] -1308[?] 7588[?]  1307[?] 1306[?] 1305[?] 7587[?]  -1306[?] -1307[?] 7586[?]  -1305[?] -1307[?] 7585[?]  -82[?] -1295[?] 1306[?] 7584[?]  -1306[?] 1295[?] 7583[?]  -1306[?] 82[?] 7582[?]  -83[?] -1295[?] 1305[?] 7581[?]  -1305[?] 1295[?] 7580[?]  -1305[?] 83[?] 7579[?]  -54[?] -1295[?] 1304[?] 7578[?]  -1304[?] 1295[?] 7577[?]  -1304[?] 54[?] 7576[?]  -81[?] -1295[?] 1303[?] 7575[?]  -1303[?] 1295[?] 7574[?]  -1303[?] 81[?] 7573[?]  1302[?] -1301[?] 1296[?] 7572[?]  1301[?] -1302[?] 7571[?]  -1296[?] -1302[?] 7570[?]  1301[?] -1300[?] 1297[?] 7569[?]  1300[?] -1301[?] 7568[?]  -1297[?] -1301[?] 7567[?]  1300[?] 1298[?] 1299[?] 7566[?]  -1299[?] -1300[?] 7565[?]  -1298[?] -1300[?] 7564[?]  -79[?] -1295[?] 1299[?] 7563[?]  -1299[?] 1295[?] 7562[?]  -1299[?] 79[?] 7561[?]  -80[?] -1295[?] 1298[?] 7560[?]  -1298[?] 1295[?] 7559[?]  -1298[?] 80[?] 7558[?]  -78[?] -1295[?] 1297[?] 7557[?]  -1297[?] 1295[?] 7556[?]  -1297[?] 78[?] 7555[?]  -77[?] -1295[?] 1296[?] 7554[?]  -1296[?] 1295[?] 7553[?]  -1296[?] 77[?] 7552[?]  1276[?] -1294[?] 1295[?] 7551[?]  1294[?] -1295[?] 7550[?]  -1295[?] -1276[?] 7549[?]  1294[?] 1292[?] 1293[?] 7548[?]  -1293[?] -1294[?] 7547[?]  -1292[?] -1294[?] 7546[?]  160[?] -1277[?] 1293[?] 7545[?]  -1293[?] 1277[?] 7544[?]  -1293[?] -160[?] 7543[?]  -1291[?] -160[?] 1292[?] 7542[?]  -1292[?] 1291[?] 7541[?]  -1292[?] 160[?] 7540[?]  -1290[?] 1291[?] -1264[?] 7539[?]  -1291[?] 1290[?] 7538[?]  -1291[?] 1264[?] 7537[?]  -1283[?] 1276[?] 1290[?] 7536[?]  -1290[?] 1283[?] 7535[?]  -1290[?] -1276[?] 7534[?]  -1288[?] -246[?] 1289[?] 7533[?]  -1289[?] 1288[?] 7532[?]  -1289[?] 246[?] 7531[?]  -1287[?] -228[?] 1288[?] 7530[?]  -1288[?] 1287[?] 7529[?]  -1288[?] 228[?] 7528[?]  265[?] -1123[?] 1287[?] 7527[?]  -1287[?] 1123[?] 7526[?]  -1287[?] -265[?] 7525[?]  1286[?] -1285[?] -180[?] 7524[?]  1285[?] -1286[?] 7523[?]  180[?] -1286[?] 7522[?]  1285[?] -1245[?] 1284[?] 7521[?]  -1284[?] -1285[?] 7520[?]  1245[?] -1285[?] 7519[?]  -1277[?] 1283[?] 1284[?] 7518[?]  -1284[?] -1283[?] 7517[?]  -1284[?] 1277[?] 7516[?]  1281[?] 1283[?] 1282[?] 7515[?]  -1282[?] -1283[?] 7514[?]  -1283[?] -1281[?] 7513[?]  -45[?] 51[?] 1282[?] 7512[?]  -1282[?] -51[?] 7511[?]  -1282[?] 45[?] 7510[?]  1281[?] -1280[?] -51[?] 7509[?]  1280[?] -1281[?] 7508[?]  51[?] -1281[?] 7507[?]  1280[?] 1279[?] 1278[?] 7506[?]  -1279[?] -1280[?] 7505[?]  -1278[?] -1280[?] 7504[?]  -45[?] 1279[?] 1260[?] 7503[?]  -1279[?] -1260[?] 7502[?]  -1279[?] 45[?] 7501[?]  -1260[?] 45[?] 1278[?] 7500[?]  -1278[?] 1260[?] 7499[?]  -45[?] -1278[?] 7498[?]  1264[?] 1276[?] 1277[?] 7497[?]  -1277[?] -1276[?] 7496[?]  -1277[?] -1264[?] 7495[?]  1276[?] 1274[?] 1275[?] 7494[?]  -1275[?] -1276[?] 7493[?]  -1274[?] -1276[?] 7492[?]  51[?] -46[?] 1275[?] 7491[?]  -1275[?] -51[?] 7490[?]  -1275[?] 46[?] 7489[?]  -1273[?] 1274[?] -51[?] 7488[?]  -1274[?] 1273[?] 7487[?]  51[?] -1274[?] 7486[?]  1272[?] 1273[?] 358[?] 7485[?]  -1273[?] -1272[?] 7484[?]  -358[?] -1273[?] 7483[?]  1272[?] -46[?] 1271[?] 7482[?]  -1271[?] -1272[?] 7481[?]  46[?] -1272[?] 7480[?]  -1270[?] -1259[?] 1271[?] 7479[?]  -1271[?] 1270[?] 7478[?]  -1271[?] 1259[?] 7477[?]  -1266[?] -1269[?] 1270[?] 7476[?]  -1270[?] 1269[?] 7475[?]  -1270[?] 1266[?] 7474[?]  -1268[?] 1269[?] -343[?] 7473[?]  -1269[?] 1268[?] 7472[?]  -1267[?] 1268[?] 22[?] 7470[?]  -1268[?] 1267[?] 7469[?]  45[?] 1267[?] 23[?] 7467[?]  -45[?] -1267[?] 7466[?]  44[?] -1265[?] 1266[?] 7464[?]  -1266[?] 1265[?] 7463[?]  -1266[?] -44[?] 7462[?]  43[?] -1115[?] 1265[?] 7461[?]  -1265[?] 1115[?] 7460[?]  -1265[?] -43[?] 7459[?]  1264[?] 1262[?] 1263[?] 7458[?]  -1263[?] -1264[?] 7457[?]  -1262[?] -1264[?] 7456[?]  51[?] -44[?] 1263[?] 7455[?]  -1263[?] -51[?] 7454[?]  -1263[?] 44[?] 7453[?]  -1261[?] 1262[?] -51[?] 7452[?]  -1262[?] 1261[?] 7451[?]  -1262[?] 51[?] 7450[?]  1246[?] 1261[?] 1260[?] 7449[?]  -1261[?] -1260[?] 7448[?]  -1261[?] -1246[?] 7447[?]  -1252[?] -1259[?] 1260[?] 7446[?]  -1260[?] 1259[?] 7445[?]  -1260[?] 1252[?] 7444[?]  -1258[?] 1259[?] -270[?] 7443[?]  -1259[?] 1258[?] 7442[?]  -1257[?] -349[?] 1258[?] 7440[?]  -1258[?] 1257[?] 7439[?]  -1254[?] -1256[?] 1257[?] 7437[?]  -1257[?] 1254[?] 7435[?]  38[?] -1255[?] 1256[?] 7434[?]  39[?] 1255[?] 37[?] 7431[?]  -1253[?] 1254[?] 20[?] 7428[?]  -1254[?] 1253[?] 7427[?]  40[?] 1253[?] 21[?] 7425[?]  -40[?] -1253[?] 7424[?]  -1251[?] -1248[?] 1252[?] 7422[?]  -1252[?] 1251[?] 7421[?]  -1252[?] 1248[?] 7420[?]  -1250[?] 1251[?] -343[?] 7419[?]  -1251[?] 1250[?] 7418[?]  -1249[?] 1250[?] 22[?] 7416[?]  -1250[?] 1249[?] 7415[?]  44[?] 1249[?] 23[?] 7413[?]  -1249[?] -44[?] 7412[?]  -1247[?] 42[?] 1248[?] 7410[?]  -1248[?] 1247[?] 7409[?]  -1248[?] -42[?] 7408[?]  43[?] 41[?] 1247[?] 7407[?]  -1247[?] -43[?] 7406[?]  -1247[?] -41[?] 7405[?]  1246[?] -44[?] 1241[?] 7404[?]  -1241[?] -1246[?] 7403[?]  44[?] -1246[?] 7402[?]  1245[?] 1243[?] 1244[?] 7401[?]  -1244[?] -1245[?] 7400[?]  -1243[?] -1245[?] 7399[?]  51[?] -43[?] 1244[?] 7398[?]  -1244[?] -51[?] 7397[?]  -1244[?] 43[?] 7396[?]  -1242[?] 1243[?] -51[?] 7395[?]  -1243[?] 1242[?] 7394[?]  -1243[?] 51[?] 7393[?]  1229[?] 1241[?] 1242[?] 7392[?]  -1242[?] -1241[?] 7391[?]  -1242[?] -1229[?] 7390[?]  -1233[?] -1240[?] 1241[?] 7389[?]  -1241[?] 1233[?] 7387[?]  -1239[?] 1240[?] -218[?] 7386[?]  -1238[?] 1239[?] -216[?] 7383[?]  -1237[?] -1235[?] 1238[?] 7380[?]  -1236[?] 37[?] 1237[?] 7377[?]  38[?] 36[?] 1236[?] 7374[?]  -1234[?] 1235[?] 21[?] 7371[?]  39[?] 1234[?] 20[?] 7368[?]  -1232[?] -275[?] 1233[?] 7365[?]  -1233[?] 1232[?] 7364[?]  -1233[?] 275[?] 7363[?]  -1231[?] 1232[?] -343[?] 7362[?]  -1232[?] 1231[?] 7361[?]  -1230[?] 1231[?] 22[?] 7359[?]  -1231[?] 1230[?] 7358[?]  -1231[?] -22[?] 7357[?]  43[?] 1230[?] 23[?] 7356[?]  -1230[?] -43[?] 7355[?]  1229[?] -43[?] 1119[?] 7353[?]  -1119[?] -1229[?] 7352[?]  43[?] -1229[?] 7351[?]  -1214[?] -1227[?] 1228[?] 7350[?]  1227[?] -1228[?] 7349[?]  1214[?] -1228[?] 7348[?]  1227[?] -1219[?] -1226[?] 7347[?]  1226[?] -1227[?] 7346[?]  1219[?] -1227[?] 7345[?]  1226[?] 1222[?] 1225[?] 7344[?]  -1225[?] -1226[?] 7343[?]  -1225[?] 1224[?] 7340[?]  -1225[?] -550[?] 7339[?]  -1224[?] 1223[?] 7337[?]  -1224[?] -374[?] 7336[?]  1123[?] 228[?] 1223[?] 7335[?]  -1123[?] -1223[?] 7334[?]  -228[?] -1223[?] 7333[?]  -1222[?] 1221[?] 7331[?]  -1222[?] -1102[?] 7330[?]  -1221[?] 1220[?] 7328[?]  -1221[?] -1123[?] 7327[?]  -1220[?] -265[?] 7325[?]  -1220[?] 246[?] 7324[?]  1219[?] 1218[?] 1216[?] 7323[?]  -1218[?] -1219[?] 7322[?]  -1216[?] -1219[?] 7321[?]  -1218[?] 1217[?] 7319[?]  -1218[?] -1102[?] 7318[?]  -1217[?] -1123[?] 7316[?]  -1217[?] 1104[?] 7315[?]  -1215[?] -1208[?] 1216[?] 7314[?]  -1216[?] 1215[?] 7313[?]  -1216[?] 1208[?] 7312[?]  -266[?] 1215[?] 1123[?] 7311[?]  -1215[?] -1123[?] 7310[?]  -1215[?] 266[?] 7309[?]  1214[?] -1107[?] -1213[?] 7308[?]  1213[?] -1214[?] 7307[?]  1107[?] -1214[?] 7306[?]  1213[?] 1212[?] 1209[?] 7305[?]  -1212[?] -1213[?] 7304[?]  -1209[?] -1213[?] 7303[?]  -1211[?] -1208[?] 1212[?] 7302[?]  -1212[?] 1211[?] 7301[?]  -1212[?] 1208[?] 7300[?]  -228[?] -1210[?] 1211[?] 7299[?]  -1211[?] 1210[?] 7298[?]  -1211[?] 228[?] 7297[?]  1210[?] -1124[?] 1123[?] 7296[?]  1124[?] -1210[?] 7295[?]  -1123[?] -1210[?] 7294[?]  -1126[?] -1208[?] 1209[?] 7293[?]  -1209[?] 1208[?] 7292[?]  -1209[?] 1126[?] 7291[?]  1207[?] 1208[?] 1204[?] 7290[?]  -1208[?] -1207[?] 7289[?]  -1204[?] -1208[?] 7288[?]  1207[?] -1205[?] 1206[?] 7287[?]  -1206[?] -1207[?] 7286[?]  1205[?] -1207[?] 7285[?]  1200[?] 1127[?] 1206[?] 7284[?]  -1206[?] -1200[?] 7283[?]  -1127[?] -1206[?] 7282[?]  1205[?] 1201[?] -540[?] 7281[?]  -1201[?] -1205[?] 7280[?]  540[?] -1205[?] 7279[?]  -1203[?] -1129[?] 1204[?] 7278[?]  -1204[?] 1203[?] 7277[?]  -1204[?] 1129[?] 7276[?]  1130[?] 1202[?] 1203[?] 7275[?]  -1203[?] -1202[?] 7274[?]  -1203[?] -1130[?] 7273[?]  1202[?] 1201[?] -1200[?] 7272[?]  -1201[?] -1202[?] 7271[?]  1200[?] -1202[?] 7270[?]  550[?] 1201[?] 576[?] 7269[?]  -576[?] -1201[?] 7268[?]  -1201[?] -550[?] 7267[?]  1200[?] 1131[?] 1199[?] 7266[?]  -1199[?] -1200[?] 7265[?]  -1131[?] -1200[?] 7264[?]  1197[?] 1198[?] 1199[?] 7263[?]  -1198[?] -1199[?] 7262[?]  -1199[?] -1197[?] 7261[?]  -587[?] 1198[?] -604[?] 7260[?]  -1198[?] 604[?] 7259[?]  -1198[?] 587[?] 7258[?]  1197[?] 1196[?] 1132[?] 7257[?]  -1196[?] -1197[?] 7256[?]  -1132[?] -1197[?] 7255[?]  1194[?] 1195[?] 1196[?] 7254[?]  -1195[?] -1196[?] 7253[?]  -1196[?] -1194[?] 7252[?]  -617[?] 1195[?] -637[?] 7251[?]  -1195[?] 637[?] 7250[?]  -1195[?] 617[?] 7249[?]  1194[?] 1193[?] 1142[?] 7248[?]  -1193[?] -1194[?] 7247[?]  -1142[?] -1194[?] 7246[?]  -1192[?] -1139[?] 1193[?] 7245[?]  -1193[?] 1192[?] 7244[?]  -1193[?] 1139[?] 7243[?]  1190[?] 1191[?] 1192[?] 7242[?]  -1191[?] -1192[?] 7241[?]  -1192[?] -1190[?] 7240[?]  -717[?] 1191[?] -734[?] 7239[?]  -1191[?] 734[?] 7238[?]  -1191[?] 717[?] 7237[?]  1190[?] 1189[?] 1152[?] 7236[?]  -1189[?] -1190[?] 7235[?]  -1152[?] -1190[?] 7234[?]  1186[?] -1188[?] 1189[?] 7233[?]  -1189[?] 1188[?] 7232[?]  -1189[?] -1186[?] 7231[?]  -1149[?] 1187[?] 1188[?] 7230[?]  -1188[?] -1187[?] 7229[?]  -1188[?] 1149[?] 7228[?]  1187[?] -836[?] -826[?] 7227[?]  836[?] -1187[?] 7226[?]  826[?] -1187[?] 7225[?]  1186[?] 1185[?] -1157[?] 7224[?]  -1185[?] -1186[?] 7223[?]  1157[?] -1186[?] 7222[?]  1181[?] -1184[?] 1185[?] 7221[?]  -1185[?] 1184[?] 7220[?]  -1185[?] -1181[?] 7219[?]  1182[?] 1183[?] 1184[?] 7218[?]  -1184[?] -1183[?] 7217[?]  -1182[?] -1184[?] 7216[?]  1183[?] -846[?] -863[?] 7215[?]  863[?] -1183[?] 7214[?]  846[?] -1183[?] 7213[?]  1182[?] -878[?] -898[?] 7212[?]  -1182[?] 898[?] 7211[?]  -1182[?] 878[?] 7210[?]  1181[?] 1180[?] -1162[?] 7209[?]  -1180[?] -1181[?] 7208[?]  1162[?] -1181[?] 7207[?]  1179[?] -1165[?] 1180[?] 7206[?]  -1180[?] -1179[?] 7205[?]  1165[?] -1180[?] 7204[?]  1179[?] 1178[?] -1170[?] 7203[?]  -1178[?] -1179[?] 7202[?]  1170[?] -1179[?] 7201[?]  1175[?] -1177[?] 1178[?] 7200[?]  -1178[?] 1177[?] 7199[?]  -1178[?] -1175[?] 7198[?]  1176[?] 1177[?] 1168[?] 7197[?]  -1177[?] -1176[?] 7196[?]  -1177[?] -1168[?] 7195[?]  1176[?] -999[?] -1016[?] 7194[?]  1016[?] -1176[?] 7193[?]  999[?] -1176[?] 7192[?]  1175[?] 1171[?] 1174[?] 7191[?]  -1174[?] -1175[?] 7190[?]  -1171[?] -1175[?] 7189[?]  -1173[?] 1172[?] 1174[?] 7188[?]  -1174[?] 1173[?] 7187[?]  -1172[?] -1174[?] 7186[?]  1047[?] 1040[?] 1173[?] 7185[?]  -1047[?] -1173[?] 7184[?]  -1173[?] -1040[?] 7183[?]  -1028[?] 1172[?] -1070[?] 7182[?]  -1172[?] 1070[?] 7181[?]  -1172[?] 1028[?] 7180[?]  1070[?] 1028[?] 1171[?] 7179[?]  -1171[?] -1070[?] 7178[?]  -1028[?] -1171[?] 7177[?]  1170[?] 1166[?] 1169[?] 7176[?]  -1169[?] -1170[?] 7175[?]  -1166[?] -1170[?] 7174[?]  -1167[?] 1168[?] 1169[?] 7173[?]  -1169[?] -1168[?] 7172[?]  -1169[?] 1167[?] 7171[?]  -992[?] 1168[?] -985[?] 7170[?]  -1168[?] 992[?] 7169[?]  -1168[?] 985[?] 7168[?]  999[?] 1016[?] 1167[?] 7167[?]  -1167[?] -1016[?] 7166[?]  -1167[?] -999[?] 7165[?]  992[?] 985[?] 1166[?] 7164[?]  -992[?] -1166[?] 7163[?]  -1166[?] -985[?] 7162[?]  1165[?] 1163[?] 1164[?] 7161[?]  -1164[?] -1165[?] 7160[?]  -1163[?] -1165[?] 7159[?]  -909[?] 1164[?] -928[?] 7158[?]  -1164[?] 928[?] 7157[?]  -1164[?] 909[?] 7156[?]  -941[?] 1163[?] -959[?] 7155[?]  -1163[?] 959[?] 7154[?]  -1163[?] 941[?] 7153[?]  1162[?] 1161[?] 1159[?] 7152[?]  -1161[?] -1162[?] 7151[?]  -1159[?] -1162[?] 7150[?]  909[?] 1160[?] 1161[?] 7149[?]  -1161[?] -1160[?] 7148[?]  -909[?] -1161[?] 7147[?]  1160[?] -928[?] 1158[?] 7146[?]  -1158[?] -1160[?] 7145[?]  928[?] -1160[?] 7144[?]  -1158[?] 928[?] 1159[?] 7143[?]  -1159[?] 1158[?] 7142[?]  -1159[?] -928[?] 7141[?]  941[?] 959[?] 1158[?] 7140[?]  -1158[?] -959[?] 7139[?]  -941[?] -1158[?] 7138[?]  1157[?] 1156[?] 1154[?] 7137[?]  -1156[?] -1157[?] 7136[?]  -1154[?] -1157[?] 7135[?]  846[?] 1155[?] 1156[?] 7134[?]  -1156[?] -1155[?] 7133[?]  -1156[?] -846[?] 7132[?]  1155[?] 1153[?] -863[?] 7131[?]  -1153[?] -1155[?] 7130[?]  863[?] -1155[?] 7129[?]  -1153[?] 863[?] 1154[?] 7128[?]  -1154[?] 1153[?] 7127[?]  -1154[?] -863[?] 7126[?]  878[?] 898[?] 1153[?] 7125[?]  -1153[?] -898[?] 7124[?]  -1153[?] -878[?] 7123[?]  1151[?] 1143[?] 1152[?] 7122[?]  -1152[?] -1151[?] 7121[?]  -1152[?] -1143[?] 7120[?]  1151[?] -1146[?] 1150[?] 7119[?]  -1150[?] -1151[?] 7118[?]  1146[?] -1151[?] 7117[?]  -1147[?] -1149[?] 1150[?] 7116[?]  -1150[?] 1149[?] 7115[?]  -1150[?] 1147[?] 7114[?]  1149[?] 1143[?] 1148[?] 7113[?]  -1148[?] -1149[?] 7112[?]  -1149[?] -1143[?] 7111[?]  -778[?] 1148[?] -797[?] 7110[?]  -1148[?] 797[?] 7109[?]  -1148[?] 778[?] 7108[?]  836[?] 826[?] 1147[?] 7107[?]  -1147[?] -836[?] 7106[?]  -1147[?] -826[?] 7105[?]  1146[?] 1144[?] 1145[?] 7104[?]  -1145[?] -1146[?] 7103[?]  -1144[?] -1146[?] 7102[?]  745[?] 765[?] 1145[?] 7101[?]  -1145[?] -765[?] 7100[?]  -1145[?] -745[?] 7099[?]  778[?] 797[?] 1144[?] 7098[?]  -1144[?] -797[?] 7097[?]  -778[?] -1144[?] 7096[?]  -745[?] 1143[?] -765[?] 7095[?]  -1143[?] 765[?] 7094[?]  745[?] -1143[?] 7093[?]  1141[?] 1133[?] 1142[?] 7092[?]  -1142[?] -1141[?] 7091[?]  -1142[?] -1133[?] 7090[?]  1141[?] 1140[?] -1136[?] 7089[?]  -1140[?] -1141[?] 7088[?]  1136[?] -1141[?] 7087[?]  -1139[?] -1137[?] 1140[?] 7086[?]  -1140[?] 1139[?] 7085[?]  -1140[?] 1137[?] 7084[?]  1139[?] 1138[?] 1133[?] 7083[?]  -1138[?] -1139[?] 7082[?]  -1139[?] -1133[?] 7081[?]  -683[?] 1138[?] -705[?] 7080[?]  -1138[?] 705[?] 7079[?]  -1138[?] 683[?] 7078[?]  717[?] 734[?] 1137[?] 7077[?]  -1137[?] -734[?] 7076[?]  -717[?] -1137[?] 7075[?]  1136[?] 1135[?] 1134[?] 7074[?]  -1135[?] -1136[?] 7073[?]  -1134[?] -1136[?] 7072[?]  652[?] 671[?] 1135[?] 7071[?]  -1135[?] -671[?] 7070[?]  -1135[?] -652[?] 7069[?]  683[?] 705[?] 1134[?] 7068[?]  -1134[?] -705[?] 7067[?]  -1134[?] -683[?] 7066[?]  -652[?] 1133[?] -671[?] 7065[?]  -1133[?] 671[?] 7064[?]  652[?] -1133[?] 7063[?]  617[?] 637[?] 1132[?] 7062[?]  -1132[?] -637[?] 7061[?]  -617[?] -1132[?] 7060[?]  587[?] 604[?] 1131[?] 7059[?]  -1131[?] -604[?] 7058[?]  -1131[?] -587[?] 7057[?]  1130[?] 537[?] 337[?] 7056[?]  -537[?] -1130[?] 7055[?]  -337[?] -1130[?] 7054[?]  1128[?] 1129[?] 1127[?] 7053[?]  -1128[?] -1129[?] 7052[?]  -1129[?] -1127[?] 7051[?]  -537[?] -337[?] 1128[?] 7050[?]  -1128[?] 537[?] 7049[?]  -1128[?] 337[?] 7048[?]  -576[?] -550[?] 1127[?] 7047[?]  -1127[?] 576[?] 7046[?]  -1127[?] 550[?] 7045[?]  -1123[?] -1125[?] 1126[?] 7044[?]  -1126[?] 1125[?] 7043[?]  -1126[?] 1123[?] 7042[?]  -1124[?] 228[?] 1125[?] 7041[?]  1124[?] -1125[?] 7040[?]  -228[?] -1125[?] 7039[?]  1124[?] -246[?] -265[?] 7038[?]  265[?] -1124[?] 7037[?]  246[?] -1124[?] 7036[?]  1121[?] 1123[?] 1122[?] 7035[?]  -1122[?] -1123[?] 7034[?]  -1123[?] -1121[?] 7033[?]  51[?] -42[?] 1122[?] 7032[?]  -1122[?] -51[?] 7031[?]  -1122[?] 42[?] 7030[?]  1121[?] -1120[?] -51[?] 7029[?]  1120[?] -1121[?] 7028[?]  51[?] -1121[?] 7027[?]  1120[?] 1114[?] 1119[?] 7026[?]  -1119[?] -1120[?] 7025[?]  -1114[?] -1120[?] 7024[?]  -1118[?] -384[?] 1119[?] 7023[?]  -1119[?] 1118[?] 7022[?]  -1119[?] 384[?] 7021[?]  -1115[?] -1117[?] 1118[?] 7020[?]  -1118[?] 1117[?] 7019[?]  -1118[?] 1115[?] 7018[?]  -352[?] -1116[?] 1117[?] 7017[?]  1116[?] -1117[?] 7016[?]  -1117[?] 352[?] 7015[?]  1116[?] 39[?] 40[?] 7014[?]  -40[?] -1116[?] 7013[?]  -39[?] -1116[?] 7012[?]  41[?] 1115[?] 42[?] 7011[?]  -42[?] -1115[?] 7010[?]  -1115[?] -41[?] 7009[?]  -42[?] 1114[?] 1113[?] 7008[?]  -1114[?] -1113[?] 7007[?]  -1114[?] 42[?] 7006[?]  -1112[?] 1113[?] -219[?] 7005[?]  -1113[?] 1112[?] 7004[?]  -1113[?] 219[?] 7003[?]  -1111[?] -214[?] 1112[?] 7002[?]  -1112[?] 1111[?] 7001[?]  -1112[?] 214[?] 7000[?]  -1110[?] 1111[?] -210[?] 6999[?]  -1111[?] 1110[?] 6998[?]  -1111[?] 210[?] 6997[?]  -351[?] 1110[?] -1109[?] 6996[?]  -1110[?] 1109[?] 6995[?]  -1110[?] 351[?] 6994[?]  1109[?] -1108[?] 23[?] 6993[?]  1108[?] -1109[?] 6992[?]  -23[?] -1109[?] 6991[?]  1108[?] 24[?] 22[?] 6990[?]  -24[?] -1108[?] 6989[?]  -22[?] -1108[?] 6988[?]  1107[?] 1106[?] 1103[?] 6987[?]  -1106[?] -1107[?] 6986[?]  -1103[?] -1107[?] 6985[?]  -1106[?] 1105[?] 6983[?]  -1106[?] -1102[?] 6982[?]  -1105[?] 1104[?] 6980[?]  -1105[?] -228[?] 6979[?]  -1104[?] -265[?] 6977[?]  -1104[?] -246[?] 6976[?]  -1103[?] -1102[?] 6974[?]  -1103[?] 267[?] 6973[?]  1101[?] 1102[?] 1100[?] 6972[?]  -1102[?] -1101[?] 6971[?]  -1100[?] -1102[?] 6970[?]  1101[?] -1099[?] -540[?] 6969[?]  1099[?] -1101[?] 6968[?]  540[?] -1101[?] 6967[?]  540[?] 1099[?] 1100[?] 6966[?]  -1100[?] -1099[?] 6965[?]  -1100[?] -540[?] 6964[?]  1099[?] 1098[?] 642[?] 6963[?]  -1098[?] -1099[?] 6962[?]  -642[?] -1099[?] 6961[?]  577[?] 1098[?] -1097[?] 6960[?]  1097[?] -1098[?] 6959[?]  -1098[?] -577[?] 6958[?]  1097[?] -1096[?] 1094[?] 6957[?]  1096[?] -1097[?] 6956[?]  -1094[?] -1097[?] 6955[?]  1096[?] 639[?] 1095[?] 6954[?]  -1095[?] -1096[?] 6953[?]  -639[?] -1096[?] 6952[?]  -617[?] 637[?] 1095[?] 6951[?]  -1095[?] -637[?] 6950[?]  -1095[?] 617[?] 6949[?]  1093[?] 672[?] 1094[?] 6948[?]  -1094[?] -1093[?] 6947[?]  -672[?] -1094[?] 6946[?]  1093[?] 1092[?] 673[?] 6945[?]  -1092[?] -1093[?] 6944[?]  -673[?] -1093[?] 6943[?]  1091[?] 706[?] 1092[?] 6942[?]  -1092[?] -1091[?] 6941[?]  -706[?] -1092[?] 6940[?]  1091[?] 1090[?] 707[?] 6939[?]  -1090[?] -1091[?] 6938[?]  -707[?] -1091[?] 6937[?]  1089[?] 803[?] 1090[?] 6936[?]  -1090[?] -1089[?] 6935[?]  -803[?] -1090[?] 6934[?]  1089[?] 1086[?] -1088[?] 6933[?]  1088[?] -1089[?] 6932[?]  -1086[?] -1089[?] 6931[?]  1088[?] -800[?] 1087[?] 6930[?]  -1087[?] -1088[?] 6929[?]  800[?] -1088[?] 6928[?]  -778[?] 797[?] 1087[?] 6927[?]  -1087[?] -797[?] 6926[?]  -1087[?] 778[?] 6925[?]  1085[?] -868[?] 1086[?] 6924[?]  -1086[?] -1085[?] 6923[?]  868[?] -1086[?] 6922[?]  1085[?] 1081[?] -1084[?] 6921[?]  1084[?] -1085[?] 6920[?]  -1081[?] -1085[?] 6919[?]  1084[?] 1082[?] 1083[?] 6918[?]  -1083[?] -1084[?] 6917[?]  -1082[?] -1084[?] 6916[?]  826[?] -836[?] 1083[?] 6915[?]  836[?] -1083[?] 6914[?]  -1083[?] -826[?] 6913[?]  863[?] -846[?] 1082[?] 6912[?]  -1082[?] -863[?] 6911[?]  846[?] -1082[?] 6910[?]  1080[?] 965[?] 1081[?] 6909[?]  -1081[?] -1080[?] 6908[?]  -965[?] -1081[?] 6907[?]  1080[?] -1079[?] -962[?] 6906[?]  1079[?] -1080[?] 6905[?]  962[?] -1080[?] 6904[?]  1079[?] 1078[?] 966[?] 6903[?]  -1078[?] -1079[?] 6902[?]  -966[?] -1079[?] 6901[?]  1077[?] -1021[?] 1078[?] 6900[?]  -1078[?] -1077[?] 6899[?]  1021[?] -1078[?] 6898[?]  1077[?] 1073[?] -1076[?] 6897[?]  1076[?] -1077[?] 6896[?]  -1073[?] -1077[?] 6895[?]  1076[?] 1075[?] 1074[?] 6894[?]  -1075[?] -1076[?] 6893[?]  -1074[?] -1076[?] 6892[?]  -992[?] 985[?] 1075[?] 6891[?]  -1075[?] 992[?] 6890[?]  -1075[?] -985[?] 6889[?]  1016[?] -999[?] 1074[?] 6888[?]  -1074[?] -1016[?] 6887[?]  999[?] -1074[?] 6886[?]  1049[?] 1072[?] 1073[?] 6885[?]  -1073[?] -1072[?] 6884[?]  -1073[?] -1049[?] 6883[?]  1072[?] -1070[?] 1071[?] 6882[?]  -1071[?] -1072[?] 6881[?]  1070[?] -1072[?] 6880[?]  -1048[?] -1028[?] 1071[?] 6879[?]  -1071[?] 1048[?] 6878[?]  -1071[?] 1028[?] 6877[?]  1070[?] 1056[?] 1069[?] 6876[?]  -1069[?] -1070[?] 6875[?]  -1056[?] -1070[?] 6874[?]  1068[?] 375[?] 1069[?] 6873[?]  -1069[?] -1068[?] 6872[?]  -1069[?] -375[?] 6871[?]  1068[?] 1067[?] 1057[?] 6870[?]  -1067[?] -1068[?] 6869[?]  -1057[?] -1068[?] 6868[?]  1066[?] 1067[?] 396[?] 6867[?]  -1067[?] -1066[?] 6866[?]  -1067[?] -396[?] 6865[?]  1066[?] -1065[?] 1058[?] 6864[?]  1065[?] -1066[?] 6863[?]  -1058[?] -1066[?] 6862[?]  1065[?] 1064[?] 1062[?] 6861[?]  -1064[?] -1065[?] 6860[?]  -1062[?] -1065[?] 6859[?]  -18[?] -1063[?] 1064[?] 6858[?]  -1064[?] 1063[?] 6857[?]  -1064[?] 18[?] 6856[?]  1063[?] -491[?] 488[?] 6855[?]  491[?] -1063[?] 6854[?]  -488[?] -1063[?] 6853[?]  1061[?] 18[?] 1062[?] 6852[?]  -1062[?] -1061[?] 6851[?]  -1062[?] -18[?] 6850[?]  1061[?] 1060[?] 1059[?] 6849[?]  -1060[?] -1061[?] 6848[?]  -1059[?] -1061[?] 6847[?]  491[?] 1060[?] 488[?] 6846[?]  -1060[?] -491[?] 6845[?]  -1060[?] -488[?] 6844[?]  -488[?] -491[?] 1059[?] 6843[?]  -1059[?] 491[?] 6842[?]  -1059[?] 488[?] 6841[?]  -494[?] 491[?] 1058[?] 6840[?]  -1058[?] 494[?] 6839[?]  -1058[?] -491[?] 6838[?]  -184[?] -396[?] 1057[?] 6837[?]  -1057[?] 396[?] 6836[?]  -1057[?] 184[?] 6835[?]  1055[?] 1056[?] -375[?] 6834[?]  -1056[?] -1055[?] 6833[?]  375[?] -1056[?] 6832[?]  1055[?] 1053[?] 1054[?] 6831[?]  -1054[?] -1055[?] 6830[?]  -1053[?] -1055[?] 6829[?]  51[?] -21[?] 1054[?] 6828[?]  -1054[?] -51[?] 6827[?]  -1054[?] 21[?] 6826[?]  1052[?] 1053[?] -51[?] 6825[?]  -1053[?] -1052[?] 6824[?]  51[?] -1053[?] 6823[?]  1052[?] 1051[?] 1050[?] 6822[?]  -1051[?] -1052[?] 6821[?]  -1050[?] -1052[?] 6820[?]  -21[?] 1051[?] 20[?] 6819[?]  -1051[?] 21[?] 6818[?]  -20[?] -1051[?] 6817[?]  -20[?] 21[?] 1050[?] 6816[?]  -1050[?] -21[?] 6815[?]  -1050[?] 20[?] 6814[?]  1049[?] 1028[?] 1048[?] 6813[?]  -1048[?] -1049[?] 6812[?]  -1028[?] -1049[?] 6811[?]  -1047[?] 1040[?] 1048[?] 6810[?]  -1048[?] 1047[?] 6809[?]  -1048[?] -1040[?] 6808[?]  -1046[?] 1047[?] 1041[?] 6807[?]  -1047[?] 1046[?] 6806[?]  -1041[?] -1047[?] 6805[?]  -1045[?] 1046[?] 1042[?] 6804[?]  -1046[?] 1045[?] 6803[?]  -1042[?] -1046[?] 6802[?]  1044[?] 1045[?] 1043[?] 6801[?]  -1045[?] -1044[?] 6800[?]  -1043[?] -1045[?] 6799[?]  1044[?] -122[?] -329[?] 6798[?]  329[?] -1044[?] 6797[?]  122[?] -1044[?] 6796[?]  -167[?] -311[?] 1043[?] 6795[?]  -1043[?] 311[?] 6794[?]  -1043[?] 167[?] 6793[?]  -103[?] -331[?] 1042[?] 6792[?]  -1042[?] 331[?] 6791[?]  103[?] -1042[?] 6790[?]  -84[?] -333[?] 1041[?] 6789[?]  -1041[?] 333[?] 6788[?]  84[?] -1041[?] 6787[?]  1040[?] 1032[?] 1039[?] 6786[?]  -1039[?] -1040[?] 6785[?]  -1032[?] -1040[?] 6784[?]  1038[?] 375[?] 1039[?] 6783[?]  -1039[?] -1038[?] 6782[?]  -1039[?] -375[?] 6781[?]  1038[?] 1037[?] 1033[?] 6780[?]  -1037[?] -1038[?] 6779[?]  -1033[?] -1038[?] 6778[?]  1036[?] 1037[?] 396[?] 6777[?]  -1037[?] -1036[?] 6776[?]  -1037[?] -396[?] 6775[?]  1036[?] 1035[?] 1034[?] 6774[?]  -1035[?] -1036[?] 6773[?]  -1034[?] -1036[?] 6772[?]  487[?] 19[?] 1035[?] 6771[?]  -1035[?] -487[?] 6770[?]  -1035[?] -19[?] 6769[?]  -19[?] -487[?] 1034[?] 6768[?]  -1034[?] 487[?] 6767[?]  -1034[?] 19[?] 6766[?]  -183[?] -396[?] 1033[?] 6765[?]  -1033[?] 396[?] 6764[?]  183[?] -1033[?] 6763[?]  1031[?] 1032[?] -375[?] 6762[?]  -1032[?] -1031[?] 6761[?]  375[?] -1032[?] 6760[?]  1031[?] 1029[?] 1030[?] 6759[?]  -1030[?] -1031[?] 6758[?]  -1029[?] -1031[?] 6757[?]  51[?] -20[?] 1030[?] 6756[?]  -1030[?] -51[?] 6755[?]  -1030[?] 20[?] 6754[?]  -20[?] 1029[?] -51[?] 6753[?]  51[?] -1029[?] 6752[?]  -1029[?] 20[?] 6751[?]  1022[?] 1028[?] -1027[?] 6750[?]  1027[?] -1028[?] 6749[?]  -1028[?] -1022[?] 6748[?]  1027[?] -1026[?] 1023[?] 6747[?]  1026[?] -1027[?] 6746[?]  -1023[?] -1027[?] 6745[?]  1026[?] 1025[?] 1024[?] 6744[?]  -1025[?] -1026[?] 6743[?]  -1024[?] -1026[?] 6742[?]  -85[?] -333[?] 1025[?] 6741[?]  -1025[?] 333[?] 6740[?]  85[?] -1025[?] 6739[?]  -174[?] -311[?] 1024[?] 6738[?]  -1024[?] 311[?] 6737[?]  174[?] -1024[?] 6736[?]  -104[?] -331[?] 1023[?] 6735[?]  -1023[?] 331[?] 6734[?]  -1023[?] 104[?] 6733[?]  1022[?] -123[?] -329[?] 6732[?]  329[?] -1022[?] 6731[?]  123[?] -1022[?] 6730[?]  1021[?] 1020[?] 1019[?] 6729[?]  -1020[?] -1021[?] 6728[?]  -1019[?] -1021[?] 6727[?]  -1017[?] 1020[?] 992[?] 6726[?]  -1020[?] 1017[?] 6725[?]  -1020[?] -992[?] 6724[?]  1018[?] 1019[?] -985[?] 6723[?]  -1019[?] -1018[?] 6722[?]  -1019[?] 985[?] 6721[?]  1017[?] -992[?] 1018[?] 6720[?]  -1017[?] -1018[?] 6719[?]  -1018[?] 992[?] 6718[?]  999[?] 1017[?] -1016[?] 6717[?]  -1017[?] 1016[?] 6716[?]  -1017[?] -999[?] 6715[?]  1016[?] 1005[?] 1015[?] 6714[?]  -1015[?] -1016[?] 6713[?]  -1005[?] -1016[?] 6712[?]  1014[?] 375[?] 1015[?] 6711[?]  -1015[?] -1014[?] 6710[?]  -1015[?] -375[?] 6709[?]  1014[?] 1013[?] 1006[?] 6708[?]  -1013[?] -1014[?] 6707[?]  -1006[?] -1014[?] 6706[?]  1012[?] 1013[?] 396[?] 6705[?]  -1013[?] -1012[?] 6704[?]  -1013[?] -396[?] 6703[?]  1012[?] 1010[?] 1011[?] 6702[?]  -1011[?] -1012[?] 6701[?]  -1010[?] -1012[?] 6700[?]  497[?] -1009[?] 1011[?] 6699[?]  1009[?] -1011[?] 6698[?]  -1011[?] -497[?] 6697[?]  1009[?] -497[?] 1010[?] 6696[?]  -1010[?] -1009[?] 6695[?]  -1010[?] 497[?] 6694[?]  1009[?] 1007[?] 1008[?] 6693[?]  -1008[?] -1009[?] 6692[?]  -1007[?] -1009[?] 6691[?]  476[?] 17[?] 1008[?] 6690[?]  -1008[?] -476[?] 6689[?]  -1008[?] -17[?] 6688[?]  -17[?] -476[?] 1007[?] 6687[?]  -1007[?] 476[?] 6686[?]  -1007[?] 17[?] 6685[?]  -185[?] -396[?] 1006[?] 6684[?]  -1006[?] 396[?] 6683[?]  -1006[?] 185[?] 6682[?]  1004[?] 1005[?] -375[?] 6681[?]  -1005[?] -1004[?] 6680[?]  375[?] -1005[?] 6679[?]  1004[?] 1002[?] 1003[?] 6678[?]  -1003[?] -1004[?] 6677[?]  -1002[?] -1004[?] 6676[?]  51[?] -22[?] 1003[?] 6675[?]  -1003[?] -51[?] 6674[?]  -1003[?] 22[?] 6673[?]  -1001[?] 1002[?] -51[?] 6672[?]  -1002[?] 1001[?] 6671[?]  51[?] -1002[?] 6670[?]  552[?] 1000[?] 1001[?] 6669[?]  -1000[?] -1001[?] 6668[?]  -1001[?] -552[?] 6667[?]  -22[?] 551[?] 1000[?] 6666[?]  -1000[?] -551[?] 6665[?]  -1000[?] 22[?] 6664[?]  999[?] 993[?] -998[?] 6663[?]  998[?] -999[?] 6662[?]  -993[?] -999[?] 6661[?]  998[?] -997[?] 994[?] 6660[?]  997[?] -998[?] 6659[?]  -994[?] -998[?] 6658[?]  997[?] 996[?] 995[?] 6657[?]  -996[?] -997[?] 6656[?]  -995[?] -997[?] 6655[?]  -86[?] -333[?] 996[?] 6654[?]  -996[?] 333[?] 6653[?]  86[?] -996[?] 6652[?]  -164[?] -311[?] 995[?] 6651[?]  -995[?] 311[?] 6650[?]  164[?] -995[?] 6649[?]  -105[?] -331[?] 994[?] 6648[?]  -994[?] 331[?] 6647[?]  -994[?] 105[?] 6646[?]  -124[?] 993[?] -329[?] 6645[?]  329[?] -993[?] 6644[?]  -993[?] 124[?] 6643[?]  986[?] 992[?] -991[?] 6642[?]  991[?] -992[?] 6641[?]  -992[?] -986[?] 6640[?]  991[?] -990[?] 987[?] 6639[?]  990[?] -991[?] 6638[?]  -987[?] -991[?] 6637[?]  990[?] 989[?] 988[?] 6636[?]  -989[?] -990[?] 6635[?]  -988[?] -990[?] 6634[?]  -87[?] -333[?] 989[?] 6633[?]  -989[?] 333[?] 6632[?]  87[?] -989[?] 6631[?]  176[?] -311[?] 988[?] 6630[?]  -988[?] 311[?] 6629[?]  -176[?] -988[?] 6628[?]  -106[?] -331[?] 987[?] 6627[?]  -987[?] 331[?] 6626[?]  -987[?] 106[?] 6625[?]  986[?] -125[?] -329[?] 6624[?]  329[?] -986[?] 6623[?]  125[?] -986[?] 6622[?]  985[?] 972[?] 984[?] 6621[?]  -984[?] -985[?] 6620[?]  -972[?] -985[?] 6619[?]  983[?] 375[?] 984[?] 6618[?]  -984[?] -983[?] 6617[?]  -984[?] -375[?] 6616[?]  983[?] 982[?] 973[?] 6615[?]  -982[?] -983[?] 6614[?]  -973[?] -983[?] 6613[?]  981[?] 982[?] 396[?] 6612[?]  -982[?] -981[?] 6611[?]  -982[?] -396[?] 6610[?]  981[?] 980[?] 979[?] 6609[?]  -980[?] -981[?] 6608[?]  -979[?] -981[?] 6607[?]  975[?] -978[?] 980[?] 6606[?]  -980[?] 978[?] 6605[?]  -980[?] -975[?] 6604[?]  978[?] -975[?] 979[?] 6603[?]  -979[?] -978[?] 6602[?]  -979[?] 975[?] 6601[?]  978[?] 977[?] 976[?] 6600[?]  -977[?] -978[?] 6599[?]  -976[?] -978[?] 6598[?]  480[?] 977[?] 16[?] 6597[?]  -977[?] -480[?] 6596[?]  -977[?] -16[?] 6595[?]  -16[?] 976[?] -480[?] 6594[?]  -976[?] 480[?] 6593[?]  -976[?] 16[?] 6592[?]  975[?] 477[?] 974[?] 6591[?]  -974[?] -975[?] 6590[?]  -477[?] -975[?] 6589[?]  497[?] 498[?] 974[?] 6588[?]  -974[?] -498[?] 6587[?]  -974[?] -497[?] 6586[?]  -186[?] -396[?] 973[?] 6585[?]  -973[?] 396[?] 6584[?]  -973[?] 186[?] 6583[?]  971[?] 972[?] -375[?] 6582[?]  -972[?] -971[?] 6581[?]  375[?] -972[?] 6580[?]  971[?] 969[?] 970[?] 6579[?]  -970[?] -971[?] 6578[?]  -969[?] -971[?] 6577[?]  51[?] -23[?] 970[?] 6576[?]  -970[?] -51[?] 6575[?]  -970[?] 23[?] 6574[?]  -968[?] 969[?] -51[?] 6573[?]  -969[?] 968[?] 6572[?]  51[?] -969[?] 6571[?]  942[?] 968[?] 967[?] 6570[?]  -967[?] -968[?] 6569[?]  -968[?] -942[?] 6568[?]  -23[?] 552[?] 967[?] 6567[?]  -967[?] -552[?] 6566[?]  -967[?] 23[?] 6565[?]  -941[?] 959[?] 966[?] 6564[?]  -966[?] -959[?] 6563[?]  -966[?] 941[?] 6562[?]  964[?] 965[?] 899[?] 6561[?]  -965[?] -964[?] 6560[?]  -965[?] -899[?] 6559[?]  964[?] -931[?] 963[?] 6558[?]  -963[?] -964[?] 6557[?]  931[?] -964[?] 6556[?]  -960[?] 963[?] -962[?] 6555[?]  -963[?] 962[?] 6554[?]  -963[?] 960[?] 6553[?]  962[?] 961[?] 899[?] 6552[?]  -961[?] -962[?] 6551[?]  -899[?] -962[?] 6550[?]  -909[?] 928[?] 961[?] 6549[?]  -961[?] -928[?] 6548[?]  -961[?] 909[?] 6547[?]  941[?] 960[?] -959[?] 6546[?]  -960[?] 959[?] 6545[?]  -960[?] -941[?] 6544[?]  959[?] 948[?] 958[?] 6543[?]  -958[?] -959[?] 6542[?]  -948[?] -959[?] 6541[?]  957[?] 375[?] 958[?] 6540[?]  -958[?] -957[?] 6539[?]  -958[?] -375[?] 6538[?]  957[?] 956[?] 949[?] 6537[?]  -956[?] -957[?] 6536[?]  -949[?] -957[?] 6535[?]  955[?] 956[?] 396[?] 6534[?]  -955[?] -956[?] 6533[?]  -956[?] -396[?] 6532[?]  954[?] 955[?] 953[?] 6531[?]  -955[?] -954[?] 6530[?]  -955[?] -953[?] 6529[?]  954[?] -952[?] 501[?] 6528[?]  952[?] -954[?] 6527[?]  -501[?] -954[?] 6526[?]  952[?] -501[?] 953[?] 6525[?]  -953[?] -952[?] 6524[?]  -953[?] 501[?] 6523[?]  952[?] 951[?] 950[?] 6522[?]  -951[?] -952[?] 6521[?]  -950[?] -952[?] 6520[?]  458[?] 15[?] 951[?] 6519[?]  -951[?] -458[?] 6518[?]  -951[?] -15[?] 6517[?]  -15[?] -458[?] 950[?] 6516[?]  -950[?] 458[?] 6515[?]  -950[?] 15[?] 6514[?]  -187[?] -396[?] 949[?] 6513[?]  -949[?] 396[?] 6512[?]  -949[?] 187[?] 6511[?]  947[?] 948[?] -375[?] 6510[?]  -948[?] -947[?] 6509[?]  375[?] -948[?] 6508[?]  947[?] 945[?] 946[?] 6507[?]  -946[?] -947[?] 6506[?]  -945[?] -947[?] 6505[?]  51[?] -24[?] 946[?] 6504[?]  -946[?] -51[?] 6503[?]  -946[?] 24[?] 6502[?]  -944[?] 945[?] -51[?] 6501[?]  -945[?] 944[?] 6500[?]  51[?] -945[?] 6499[?]  804[?] 943[?] 944[?] 6498[?]  -943[?] -944[?] 6497[?]  -944[?] -804[?] 6496[?]  -24[?] 942[?] 943[?] 6495[?]  -943[?] -942[?] 6494[?]  -943[?] 24[?] 6493[?]  942[?] 23[?] -552[?] 6492[?]  552[?] -942[?] 6491[?]  -23[?] -942[?] 6490[?]  932[?] 941[?] -940[?] 6489[?]  940[?] -941[?] 6488[?]  -941[?] -932[?] 6487[?]  940[?] -939[?] 933[?] 6486[?]  939[?] -940[?] 6485[?]  -933[?] -940[?] 6484[?]  939[?] 938[?] 937[?] 6483[?]  -938[?] -939[?] 6482[?]  -937[?] -939[?] 6481[?]  -88[?] -333[?] 938[?] 6480[?]  -938[?] 333[?] 6479[?]  -938[?] 88[?] 6478[?]  936[?] -311[?] 937[?] 6477[?]  -937[?] -936[?] 6476[?]  -937[?] 311[?] 6475[?]  936[?] 935[?] 934[?] 6474[?]  -935[?] -936[?] 6473[?]  -934[?] -936[?] 6472[?]  935[?] -169[?] 176[?] 6471[?]  -935[?] -176[?] 6470[?]  169[?] -935[?] 6469[?]  169[?] -176[?] 934[?] 6468[?]  -934[?] 176[?] 6467[?]  -934[?] -169[?] 6466[?]  -107[?] -331[?] 933[?] 6465[?]  -933[?] 331[?] 6464[?]  -933[?] 107[?] 6463[?]  -126[?] 932[?] -329[?] 6462[?]  329[?] -932[?] 6461[?]  126[?] -932[?] 6460[?]  931[?] 929[?] 930[?] 6459[?]  -930[?] -931[?] 6458[?]  -929[?] -931[?] 6457[?]  878[?] 930[?] -898[?] 6456[?]  -930[?] 898[?] 6455[?]  -930[?] -878[?] 6454[?]  929[?] 909[?] -928[?] 6453[?]  -929[?] 928[?] 6452[?]  -929[?] -909[?] 6451[?]  928[?] 915[?] 927[?] 6450[?]  -927[?] -928[?] 6449[?]  -915[?] -928[?] 6448[?]  926[?] 375[?] 927[?] 6447[?]  -927[?] -926[?] 6446[?]  -927[?] -375[?] 6445[?]  926[?] 925[?] 916[?] 6444[?]  -925[?] -926[?] 6443[?]  -916[?] -926[?] 6442[?]  924[?] 925[?] 396[?] 6441[?]  -925[?] -924[?] 6440[?]  -925[?] -396[?] 6439[?]  924[?] 922[?] 923[?] 6438[?]  -923[?] -924[?] 6437[?]  -922[?] -924[?] 6436[?]  918[?] -921[?] 923[?] 6435[?]  -923[?] 921[?] 6434[?]  -923[?] -918[?] 6433[?]  921[?] -918[?] 922[?] 6432[?]  -922[?] -921[?] 6431[?]  -922[?] 918[?] 6430[?]  921[?] 920[?] 919[?] 6429[?]  -920[?] -921[?] 6428[?]  -919[?] -921[?] 6427[?]  462[?] 14[?] 920[?] 6426[?]  -920[?] -462[?] 6425[?]  -920[?] -14[?] 6424[?]  -14[?] -462[?] 919[?] 6423[?]  -919[?] 462[?] 6422[?]  -919[?] 14[?] 6421[?]  918[?] 459[?] 917[?] 6420[?]  -917[?] -918[?] 6419[?]  -459[?] -918[?] 6418[?]  502[?] 917[?] 501[?] 6417[?]  -917[?] -502[?] 6416[?]  -917[?] -501[?] 6415[?]  -188[?] -396[?] 916[?] 6414[?]  -916[?] 396[?] 6413[?]  -916[?] 188[?] 6412[?]  914[?] 915[?] -375[?] 6411[?]  -915[?] -914[?] 6410[?]  375[?] -915[?] 6409[?]  914[?] 912[?] 913[?] 6408[?]  -913[?] -914[?] 6407[?]  -912[?] -914[?] 6406[?]  51[?] -25[?] 913[?] 6405[?]  -913[?] -51[?] 6404[?]  -913[?] 25[?] 6403[?]  -911[?] 912[?] -51[?] 6402[?]  -912[?] 911[?] 6401[?]  51[?] -912[?] 6400[?]  879[?] 911[?] 910[?] 6399[?]  -910[?] -911[?] 6398[?]  -911[?] -879[?] 6397[?]  -25[?] 804[?] 910[?] 6396[?]  -910[?] -804[?] 6395[?]  -910[?] 25[?] 6394[?]  900[?] 909[?] -908[?] 6393[?]  908[?] -909[?] 6392[?]  -909[?] -900[?] 6391[?]  908[?] -907[?] 901[?] 6390[?]  907[?] -908[?] 6389[?]  -901[?] -908[?] 6388[?]  907[?] 906[?] 905[?] 6387[?]  -906[?] -907[?] 6386[?]  -905[?] -907[?] 6385[?]  -89[?] -333[?] 906[?] 6384[?]  -906[?] 333[?] 6383[?]  89[?] -906[?] 6382[?]  904[?] -311[?] 905[?] 6381[?]  -904[?] -905[?] 6380[?]  -905[?] 311[?] 6379[?]  903[?] 902[?] 904[?] 6378[?]  -903[?] -904[?] 6377[?]  -902[?] -904[?] 6376[?]  903[?] -171[?] 312[?] 6375[?]  -903[?] -312[?] 6374[?]  171[?] -903[?] 6373[?]  171[?] -312[?] 902[?] 6372[?]  -902[?] 312[?] 6371[?]  -902[?] -171[?] 6370[?]  -108[?] -331[?] 901[?] 6369[?]  -901[?] 331[?] 6368[?]  -901[?] 108[?] 6367[?]  900[?] -127[?] -329[?] 6366[?]  329[?] -900[?] 6365[?]  127[?] -900[?] 6364[?]  898[?] -878[?] 899[?] 6363[?]  -899[?] -898[?] 6362[?]  878[?] -899[?] 6361[?]  898[?] 885[?] 897[?] 6360[?]  -897[?] -898[?] 6359[?]  -885[?] -898[?] 6358[?]  375[?] 896[?] 897[?] 6357[?]  -897[?] -896[?] 6356[?]  -897[?] -375[?] 6355[?]  896[?] 895[?] 886[?] 6354[?]  -895[?] -896[?] 6353[?]  -886[?] -896[?] 6352[?]  894[?] 895[?] 396[?] 6351[?]  -895[?] -894[?] 6350[?]  -895[?] -396[?] 6349[?]  894[?] 893[?] 892[?] 6348[?]  -893[?] -894[?] 6347[?]  -892[?] -894[?] 6346[?]  888[?] -891[?] 893[?] 6345[?]  -893[?] 891[?] 6344[?]  -893[?] -888[?] 6343[?]  891[?] -888[?] 892[?] 6342[?]  -892[?] -891[?] 6341[?]  -892[?] 888[?] 6340[?]  891[?] 890[?] 889[?] 6339[?]  -890[?] -891[?] 6338[?]  -889[?] -891[?] 6337[?]  469[?] 890[?] 13[?] 6336[?]  -890[?] -469[?] 6335[?]  -890[?] -13[?] 6334[?]  -13[?] -469[?] 889[?] 6333[?]  -889[?] 469[?] 6332[?]  -889[?] 13[?] 6331[?]  888[?] -466[?] 887[?] 6330[?]  -887[?] -888[?] 6329[?]  466[?] -888[?] 6328[?]  -503[?] 887[?] 501[?] 6327[?]  -887[?] 503[?] 6326[?]  -887[?] -501[?] 6325[?]  -189[?] -396[?] 886[?] 6324[?]  -886[?] 396[?] 6323[?]  189[?] -886[?] 6322[?]  884[?] 885[?] -375[?] 6321[?]  -885[?] -884[?] 6320[?]  375[?] -885[?] 6319[?]  884[?] 882[?] 883[?] 6318[?]  -883[?] -884[?] 6317[?]  -882[?] -884[?] 6316[?]  51[?] -26[?] 883[?] 6315[?]  -883[?] -51[?] 6314[?]  -883[?] 26[?] 6313[?]  -881[?] 882[?] -51[?] 6312[?]  -882[?] 881[?] 6311[?]  51[?] -882[?] 6310[?]  806[?] 881[?] 880[?] 6309[?]  -880[?] -881[?] 6308[?]  -881[?] -806[?] 6307[?]  -26[?] 879[?] 880[?] 6306[?]  -880[?] -879[?] 6305[?]  -880[?] 26[?] 6304[?]  879[?] -804[?] 25[?] 6303[?]  804[?] -879[?] 6302[?]  -25[?] -879[?] 6301[?]  878[?] 869[?] -877[?] 6300[?]  877[?] -878[?] 6299[?]  -869[?] -878[?] 6298[?]  877[?] 870[?] -876[?] 6297[?]  876[?] -877[?] 6296[?]  -870[?] -877[?] 6295[?]  876[?] 874[?] 875[?] 6294[?]  -875[?] -876[?] 6293[?]  -874[?] -876[?] 6292[?]  -90[?] -333[?] 875[?] 6291[?]  -875[?] 333[?] 6290[?]  -875[?] 90[?] 6289[?]  873[?] -311[?] 874[?] 6288[?]  -873[?] -874[?] 6287[?]  -874[?] 311[?] 6286[?]  872[?] 871[?] 873[?] 6285[?]  -872[?] -873[?] 6284[?]  -871[?] -873[?] 6283[?]  872[?] -162[?] 313[?] 6282[?]  -872[?] -313[?] 6281[?]  162[?] -872[?] 6280[?]  162[?] -313[?] 871[?] 6279[?]  -871[?] 313[?] 6278[?]  -871[?] -162[?] 6277[?]  -109[?] -331[?] 870[?] 6276[?]  -870[?] 331[?] 6275[?]  -870[?] 109[?] 6274[?]  -128[?] 869[?] -329[?] 6273[?]  329[?] -869[?] 6272[?]  -869[?] 128[?] 6271[?]  868[?] 867[?] 866[?] 6270[?]  -867[?] -868[?] 6269[?]  -866[?] -868[?] 6268[?]  -864[?] 836[?] 867[?] 6267[?]  -867[?] 864[?] 6266[?]  -867[?] -836[?] 6265[?]  865[?] 866[?] -826[?] 6264[?]  -866[?] -865[?] 6263[?]  -866[?] 826[?] 6262[?]  865[?] 864[?] -836[?] 6261[?]  -864[?] -865[?] 6260[?]  836[?] -865[?] 6259[?]  846[?] 864[?] -863[?] 6258[?]  -864[?] 863[?] 6257[?]  -864[?] -846[?] 6256[?]  863[?] 852[?] 862[?] 6255[?]  -862[?] -863[?] 6254[?]  -852[?] -863[?] 6253[?]  375[?] 861[?] 862[?] 6252[?]  -862[?] -861[?] 6251[?]  -862[?] -375[?] 6250[?]  861[?] 860[?] 853[?] 6249[?]  -860[?] -861[?] 6248[?]  -853[?] -861[?] 6247[?]  859[?] 860[?] 396[?] 6246[?]  -860[?] -859[?] 6245[?]  -860[?] -396[?] 6244[?]  859[?] 858[?] 857[?] 6243[?]  -858[?] -859[?] 6242[?]  -857[?] -859[?] 6241[?]  -856[?] 506[?] 858[?] 6240[?]  -858[?] 856[?] 6239[?]  -858[?] -506[?] 6238[?]  856[?] -506[?] 857[?] 6237[?]  -857[?] -856[?] 6236[?]  -857[?] 506[?] 6235[?]  855[?] 854[?] 856[?] 6234[?]  -855[?] -856[?] 6233[?]  -854[?] -856[?] 6232[?]  433[?] 12[?] 855[?] 6231[?]  -855[?] -433[?] 6230[?]  -855[?] -12[?] 6229[?]  -12[?] -433[?] 854[?] 6228[?]  -854[?] 433[?] 6227[?]  -854[?] 12[?] 6226[?]  -190[?] -396[?] 853[?] 6225[?]  -853[?] 396[?] 6224[?]  190[?] -853[?] 6223[?]  851[?] 852[?] -375[?] 6222[?]  -852[?] -851[?] 6221[?]  375[?] -852[?] 6220[?]  851[?] 849[?] 850[?] 6219[?]  -850[?] -851[?] 6218[?]  -849[?] -851[?] 6217[?]  51[?] -27[?] 850[?] 6216[?]  -850[?] -51[?] 6215[?]  -850[?] 27[?] 6214[?]  -848[?] 849[?] -51[?] 6213[?]  -849[?] 848[?] 6212[?]  51[?] -849[?] 6211[?]  807[?] 848[?] 847[?] 6210[?]  -847[?] -848[?] 6209[?]  -848[?] -807[?] 6208[?]  -27[?] 806[?] 847[?] 6207[?]  -847[?] -806[?] 6206[?]  -847[?] 27[?] 6205[?]  846[?] 837[?] -845[?] 6204[?]  845[?] -846[?] 6203[?]  -837[?] -846[?] 6202[?]  845[?] -844[?] 838[?] 6201[?]  844[?] -845[?] 6200[?]  -838[?] -845[?] 6199[?]  844[?] 843[?] 842[?] 6198[?]  -843[?] -844[?] 6197[?]  -842[?] -844[?] 6196[?]  -91[?] -333[?] 843[?] 6195[?]  -843[?] 333[?] 6194[?]  91[?] -843[?] 6193[?]  841[?] -311[?] 842[?] 6192[?]  -842[?] -841[?] 6191[?]  -842[?] 311[?] 6190[?]  841[?] 840[?] 839[?] 6189[?]  -840[?] -841[?] 6188[?]  -839[?] -841[?] 6187[?]  -179[?] 840[?] 314[?] 6186[?]  -314[?] -840[?] 6185[?]  -840[?] 179[?] 6184[?]  -314[?] 179[?] 839[?] 6183[?]  -839[?] 314[?] 6182[?]  -839[?] -179[?] 6181[?]  -110[?] -331[?] 838[?] 6180[?]  -838[?] 331[?] 6179[?]  -838[?] 110[?] 6178[?]  -129[?] 837[?] -329[?] 6177[?]  329[?] -837[?] 6176[?]  -837[?] 129[?] 6175[?]  836[?] 827[?] -835[?] 6174[?]  835[?] -836[?] 6173[?]  -827[?] -836[?] 6172[?]  835[?] -834[?] 828[?] 6171[?]  834[?] -835[?] 6170[?]  -828[?] -835[?] 6169[?]  834[?] 833[?] 832[?] 6168[?]  -833[?] -834[?] 6167[?]  -832[?] -834[?] 6166[?]  -92[?] -333[?] 833[?] 6165[?]  -833[?] 333[?] 6164[?]  -833[?] 92[?] 6163[?]  831[?] -311[?] 832[?] 6162[?]  -832[?] -831[?] 6161[?]  -832[?] 311[?] 6160[?]  831[?] 830[?] 829[?] 6159[?]  -830[?] -831[?] 6158[?]  -829[?] -831[?] 6157[?]  -175[?] 315[?] 830[?] 6156[?]  -315[?] -830[?] 6155[?]  -830[?] 175[?] 6154[?]  -315[?] 175[?] 829[?] 6153[?]  -829[?] 315[?] 6152[?]  -829[?] -175[?] 6151[?]  -111[?] -331[?] 828[?] 6150[?]  -828[?] 331[?] 6149[?]  -828[?] 111[?] 6148[?]  -130[?] 827[?] -329[?] 6147[?]  329[?] -827[?] 6146[?]  -827[?] 130[?] 6145[?]  826[?] 813[?] 825[?] 6144[?]  -825[?] -826[?] 6143[?]  -813[?] -826[?] 6142[?]  375[?] 824[?] 825[?] 6141[?]  -825[?] -824[?] 6140[?]  -825[?] -375[?] 6139[?]  824[?] 823[?] 814[?] 6138[?]  -823[?] -824[?] 6137[?]  -814[?] -824[?] 6136[?]  822[?] 823[?] 396[?] 6135[?]  -823[?] -822[?] 6134[?]  -823[?] -396[?] 6133[?]  822[?] 821[?] 820[?] 6132[?]  -821[?] -822[?] 6131[?]  -820[?] -822[?] 6130[?]  -819[?] 816[?] 821[?] 6129[?]  819[?] -821[?] 6128[?]  -816[?] -821[?] 6127[?]  819[?] -816[?] 820[?] 6126[?]  -820[?] -819[?] 6125[?]  -820[?] 816[?] 6124[?]  819[?] 818[?] 817[?] 6123[?]  -818[?] -819[?] 6122[?]  -817[?] -819[?] 6121[?]  437[?] 11[?] 818[?] 6120[?]  -818[?] -437[?] 6119[?]  -818[?] -11[?] 6118[?]  -11[?] -437[?] 817[?] 6117[?]  -817[?] 437[?] 6116[?]  -817[?] 11[?] 6115[?]  434[?] 816[?] 815[?] 6114[?]  -816[?] -815[?] 6113[?]  -434[?] -816[?] 6112[?]  507[?] 815[?] 506[?] 6111[?]  -507[?] -815[?] 6110[?]  -815[?] -506[?] 6109[?]  -191[?] -396[?] 814[?] 6108[?]  -814[?] 396[?] 6107[?]  191[?] -814[?] 6106[?]  812[?] 813[?] -375[?] 6105[?]  -813[?] -812[?] 6104[?]  375[?] -813[?] 6103[?]  812[?] 810[?] 811[?] 6102[?]  -811[?] -812[?] 6101[?]  -810[?] -812[?] 6100[?]  51[?] -28[?] 811[?] 6099[?]  -811[?] -51[?] 6098[?]  -811[?] 28[?] 6097[?]  -809[?] 810[?] -51[?] 6096[?]  -810[?] 809[?] 6095[?]  51[?] -810[?] 6094[?]  555[?] 808[?] 809[?] 6093[?]  -808[?] -809[?] 6092[?]  -809[?] -555[?] 6091[?]  807[?] -28[?] 808[?] 6090[?]  -808[?] -807[?] 6089[?]  -808[?] 28[?] 6088[?]  807[?] -806[?] 27[?] 6087[?]  806[?] -807[?] 6086[?]  -27[?] -807[?] 6085[?]  806[?] -805[?] -804[?] 6084[?]  805[?] -806[?] 6083[?]  804[?] -806[?] 6082[?]  805[?] 25[?] 26[?] 6081[?]  -26[?] -805[?] 6080[?]  -25[?] -805[?] 6079[?]  804[?] -203[?] -552[?] 6078[?]  552[?] -804[?] 6077[?]  203[?] -804[?] 6076[?]  802[?] 803[?] 735[?] 6075[?]  -803[?] -802[?] 6074[?]  -735[?] -803[?] 6073[?]  802[?] -768[?] 801[?] 6072[?]  -801[?] -802[?] 6071[?]  768[?] -802[?] 6070[?]  -798[?] 801[?] -800[?] 6069[?]  -801[?] 800[?] 6068[?]  -801[?] 798[?] 6067[?]  800[?] 735[?] 799[?] 6066[?]  -799[?] -800[?] 6065[?]  -735[?] -800[?] 6064[?]  -745[?] 765[?] 799[?] 6063[?]  -799[?] -765[?] 6062[?]  -799[?] 745[?] 6061[?]  778[?] 798[?] -797[?] 6060[?]  -798[?] 797[?] 6059[?]  -778[?] -798[?] 6058[?]  797[?] 784[?] 796[?] 6057[?]  -796[?] -797[?] 6056[?]  -784[?] -797[?] 6055[?]  375[?] 795[?] 796[?] 6054[?]  -796[?] -795[?] 6053[?]  -796[?] -375[?] 6052[?]  795[?] 794[?] 785[?] 6051[?]  -794[?] -795[?] 6050[?]  -785[?] -795[?] 6049[?]  793[?] 794[?] 396[?] 6048[?]  -794[?] -793[?] 6047[?]  -794[?] -396[?] 6046[?]  793[?] 791[?] 792[?] 6045[?]  -792[?] -793[?] 6044[?]  -791[?] -793[?] 6043[?]  787[?] -790[?] 792[?] 6042[?]  -792[?] 790[?] 6041[?]  -792[?] -787[?] 6040[?]  790[?] -787[?] 791[?] 6039[?]  -791[?] -790[?] 6038[?]  -791[?] 787[?] 6037[?]  790[?] 789[?] 788[?] 6036[?]  -789[?] -790[?] 6035[?]  -788[?] -790[?] 6034[?]  10[?] 444[?] 789[?] 6033[?]  -789[?] -444[?] 6032[?]  -789[?] -10[?] 6031[?]  -444[?] 788[?] -10[?] 6030[?]  -788[?] 444[?] 6029[?]  -788[?] 10[?] 6028[?]  787[?] -441[?] 786[?] 6027[?]  -786[?] -787[?] 6026[?]  441[?] -787[?] 6025[?]  -508[?] 786[?] 506[?] 6024[?]  -786[?] 508[?] 6023[?]  -786[?] -506[?] 6022[?]  -192[?] -396[?] 785[?] 6021[?]  -785[?] 396[?] 6020[?]  192[?] -785[?] 6019[?]  783[?] 784[?] -375[?] 6018[?]  -784[?] -783[?] 6017[?]  375[?] -784[?] 6016[?]  783[?] 781[?] 782[?] 6015[?]  -782[?] -783[?] 6014[?]  -781[?] -783[?] 6013[?]  51[?] -29[?] 782[?] 6012[?]  -782[?] -51[?] 6011[?]  -782[?] 29[?] 6010[?]  -780[?] 781[?] -51[?] 6009[?]  -781[?] 780[?] 6008[?]  51[?] -781[?] 6007[?]  746[?] 780[?] 779[?] 6006[?]  -779[?] -780[?] 6005[?]  -780[?] -746[?] 6004[?]  555[?] -29[?] 779[?] 6003[?]  -779[?] -555[?] 6002[?]  -779[?] 29[?] 6001[?]  -777[?] 778[?] 772[?] 6000[?]  -778[?] 777[?] 5999[?]  -772[?] -778[?] 5998[?]  773[?] 777[?] -776[?] 5997[?]  776[?] -777[?] 5996[?]  -777[?] -773[?] 5995[?]  776[?] 775[?] 774[?] 5994[?]  -775[?] -776[?] 5993[?]  -774[?] -776[?] 5992[?]  -93[?] -333[?] 775[?] 5991[?]  -775[?] 333[?] 5990[?]  93[?] -775[?] 5989[?]  -112[?] -331[?] 774[?] 5988[?]  -774[?] 331[?] 5987[?]  -774[?] 112[?] 5986[?]  773[?] -131[?] -329[?] 5985[?]  329[?] -773[?] 5984[?]  131[?] -773[?] 5983[?]  771[?] -311[?] 772[?] 5982[?]  -771[?] -772[?] 5981[?]  -772[?] 311[?] 5980[?]  770[?] 769[?] 771[?] 5979[?]  -770[?] -771[?] 5978[?]  -769[?] -771[?] 5977[?]  -168[?] 316[?] 770[?] 5976[?]  -770[?] -316[?] 5975[?]  -770[?] 168[?] 5974[?]  168[?] -316[?] 769[?] 5973[?]  -769[?] 316[?] 5972[?]  -769[?] -168[?] 5971[?]  768[?] 766[?] 767[?] 5970[?]  -767[?] -768[?] 5969[?]  -766[?] -768[?] 5968[?]  717[?] 767[?] -734[?] 5967[?]  -767[?] 734[?] 5966[?]  -717[?] -767[?] 5965[?]  745[?] 766[?] -765[?] 5964[?]  -766[?] 765[?] 5963[?]  -766[?] -745[?] 5962[?]  765[?] 752[?] 764[?] 5961[?]  -764[?] -765[?] 5960[?]  -752[?] -765[?] 5959[?]  375[?] 763[?] 764[?] 5958[?]  -764[?] -763[?] 5957[?]  -764[?] -375[?] 5956[?]  763[?] 762[?] 753[?] 5955[?]  -762[?] -763[?] 5954[?]  -763[?] -753[?] 5953[?]  761[?] 762[?] 396[?] 5952[?]  -762[?] -761[?] 5951[?]  -762[?] -396[?] 5950[?]  761[?] 759[?] 760[?] 5949[?]  -760[?] -761[?] 5948[?]  -759[?] -761[?] 5947[?]  755[?] -758[?] 760[?] 5946[?]  758[?] -760[?] 5945[?]  -755[?] -760[?] 5944[?]  758[?] -755[?] 759[?] 5943[?]  -759[?] -758[?] 5942[?]  -759[?] 755[?] 5941[?]  758[?] 757[?] 756[?] 5940[?]  -757[?] -758[?] 5939[?]  -756[?] -758[?] 5938[?]  9[?] 451[?] 757[?] 5937[?]  -757[?] -451[?] 5936[?]  -757[?] -9[?] 5935[?]  -451[?] -9[?] 756[?] 5934[?]  -756[?] 451[?] 5933[?]  -756[?] 9[?] 5932[?]  -448[?] 755[?] 754[?] 5931[?]  -754[?] -755[?] 5930[?]  -755[?] 448[?] 5929[?]  -509[?] 754[?] 506[?] 5928[?]  -754[?] 509[?] 5927[?]  -754[?] -506[?] 5926[?]  -193[?] -396[?] 753[?] 5925[?]  -753[?] 396[?] 5924[?]  193[?] -753[?] 5923[?]  751[?] 752[?] -375[?] 5922[?]  -752[?] -751[?] 5921[?]  375[?] -752[?] 5920[?]  751[?] 749[?] 750[?] 5919[?]  -750[?] -751[?] 5918[?]  -749[?] -751[?] 5917[?]  51[?] -30[?] 750[?] 5916[?]  -750[?] -51[?] 5915[?]  -750[?] 30[?] 5914[?]  -748[?] 749[?] -51[?] 5913[?]  -749[?] 748[?] 5912[?]  51[?] -749[?] 5911[?]  685[?] 747[?] 748[?] 5910[?]  -747[?] -748[?] 5909[?]  -748[?] -685[?] 5908[?]  -30[?] 746[?] 747[?] 5907[?]  -747[?] -746[?] 5906[?]  -747[?] 30[?] 5905[?]  746[?] 29[?] -555[?] 5904[?]  555[?] -746[?] 5903[?]  -29[?] -746[?] 5902[?]  745[?] -744[?] 739[?] 5901[?]  744[?] -745[?] 5900[?]  -739[?] -745[?] 5899[?]  744[?] 740[?] -743[?] 5898[?]  743[?] -744[?] 5897[?]  -740[?] -744[?] 5896[?]  743[?] 742[?] 741[?] 5895[?]  -742[?] -743[?] 5894[?]  -741[?] -743[?] 5893[?]  -94[?] -333[?] 742[?] 5892[?]  -742[?] 333[?] 5891[?]  -742[?] 94[?] 5890[?]  -113[?] -331[?] 741[?] 5889[?]  -741[?] 331[?] 5888[?]  -741[?] 113[?] 5887[?]  -132[?] 740[?] -329[?] 5886[?]  329[?] -740[?] 5885[?]  -740[?] 132[?] 5884[?]  738[?] -311[?] 739[?] 5883[?]  -738[?] -739[?] 5882[?]  -739[?] 311[?] 5881[?]  737[?] 736[?] 738[?] 5880[?]  -737[?] -738[?] 5879[?]  -736[?] -738[?] 5878[?]  -177[?] 737[?] 317[?] 5877[?]  -317[?] -737[?] 5876[?]  -737[?] 177[?] 5875[?]  -317[?] 177[?] 736[?] 5874[?]  -736[?] 317[?] 5873[?]  -736[?] -177[?] 5872[?]  -717[?] 734[?] 735[?] 5871[?]  -735[?] -734[?] 5870[?]  -735[?] 717[?] 5869[?]  734[?] 723[?] 733[?] 5868[?]  -733[?] -734[?] 5867[?]  -723[?] -734[?] 5866[?]  375[?] 732[?] 733[?] 5865[?]  -733[?] -732[?] 5864[?]  -733[?] -375[?] 5863[?]  732[?] 731[?] 724[?] 5862[?]  -731[?] -732[?] 5861[?]  -724[?] -732[?] 5860[?]  730[?] 731[?] 396[?] 5859[?]  -731[?] -730[?] 5858[?]  -731[?] -396[?] 5857[?]  730[?] 729[?] 728[?] 5856[?]  -729[?] -730[?] 5855[?]  -728[?] -730[?] 5854[?]  -727[?] 512[?] 729[?] 5853[?]  -729[?] 727[?] 5852[?]  -729[?] -512[?] 5851[?]  -512[?] 727[?] 728[?] 5850[?]  -728[?] -727[?] 5849[?]  -728[?] 512[?] 5848[?]  726[?] 725[?] 727[?] 5847[?]  -726[?] -727[?] 5846[?]  -725[?] -727[?] 5845[?]  8[?] 408[?] 726[?] 5844[?]  -726[?] -408[?] 5843[?]  -726[?] -8[?] 5842[?]  -408[?] -8[?] 725[?] 5841[?]  -725[?] 408[?] 5840[?]  -725[?] 8[?] 5839[?]  -194[?] -396[?] 724[?] 5838[?]  -724[?] 396[?] 5837[?]  194[?] -724[?] 5836[?]  722[?] 723[?] -375[?] 5835[?]  -723[?] -722[?] 5834[?]  375[?] -723[?] 5833[?]  722[?] 720[?] 721[?] 5832[?]  -721[?] -722[?] 5831[?]  -720[?] -722[?] 5830[?]  51[?] -31[?] 721[?] 5829[?]  -721[?] -51[?] 5828[?]  -721[?] 31[?] 5827[?]  -719[?] 720[?] -51[?] 5826[?]  -720[?] 719[?] 5825[?]  51[?] -720[?] 5824[?]  686[?] 719[?] 718[?] 5823[?]  -718[?] -719[?] 5822[?]  -719[?] -686[?] 5821[?]  685[?] -31[?] 718[?] 5820[?]  -718[?] -685[?] 5819[?]  -718[?] 31[?] 5818[?]  -716[?] 717[?] 711[?] 5817[?]  -717[?] 716[?] 5816[?]  -711[?] -717[?] 5815[?]  712[?] 716[?] -715[?] 5814[?]  715[?] -716[?] 5813[?]  -716[?] -712[?] 5812[?]  715[?] 714[?] 713[?] 5811[?]  -714[?] -715[?] 5810[?]  -713[?] -715[?] 5809[?]  -95[?] -333[?] 714[?] 5808[?]  -714[?] 333[?] 5807[?]  -714[?] 95[?] 5806[?]  -114[?] -331[?] 713[?] 5805[?]  -713[?] 331[?] 5804[?]  114[?] -713[?] 5803[?]  712[?] -133[?] -329[?] 5802[?]  329[?] -712[?] 5801[?]  133[?] -712[?] 5800[?]  710[?] -311[?] 711[?] 5799[?]  -711[?] -710[?] 5798[?]  -711[?] 311[?] 5797[?]  709[?] 710[?] 708[?] 5796[?]  -709[?] -710[?] 5795[?]  -708[?] -710[?] 5794[?]  -165[?] 709[?] 318[?] 5793[?]  -318[?] -709[?] 5792[?]  -709[?] 165[?] 5791[?]  -318[?] 165[?] 708[?] 5790[?]  -708[?] 318[?] 5789[?]  -708[?] -165[?] 5788[?]  -683[?] 705[?] 707[?] 5787[?]  -707[?] -705[?] 5786[?]  683[?] -707[?] 5785[?]  683[?] 706[?] -705[?] 5784[?]  -706[?] 705[?] 5783[?]  -683[?] -706[?] 5782[?]  705[?] 692[?] 704[?] 5781[?]  -704[?] -705[?] 5780[?]  -692[?] -705[?] 5779[?]  375[?] 703[?] 704[?] 5778[?]  -704[?] -703[?] 5777[?]  -704[?] -375[?] 5776[?]  703[?] 702[?] 693[?] 5775[?]  -702[?] -703[?] 5774[?]  -693[?] -703[?] 5773[?]  701[?] 702[?] 396[?] 5772[?]  -702[?] -701[?] 5771[?]  -702[?] -396[?] 5770[?]  701[?] 700[?] 699[?] 5769[?]  -700[?] -701[?] 5768[?]  -699[?] -701[?] 5767[?]  -698[?] 695[?] 700[?] 5766[?]  -700[?] 698[?] 5765[?]  -700[?] -695[?] 5764[?]  -695[?] 698[?] 699[?] 5763[?]  -699[?] -698[?] 5762[?]  -699[?] 695[?] 5761[?]  697[?] 696[?] 698[?] 5760[?]  -697[?] -698[?] 5759[?]  -696[?] -698[?] 5758[?]  412[?] 7[?] 697[?] 5757[?]  -697[?] -412[?] 5756[?]  -697[?] -7[?] 5755[?]  -7[?] -412[?] 696[?] 5754[?]  -696[?] 412[?] 5753[?]  -696[?] 7[?] 5752[?]  694[?] 409[?] 695[?] 5751[?]  -695[?] -694[?] 5750[?]  -695[?] -409[?] 5749[?]  694[?] 513[?] 512[?] 5748[?]  -513[?] -694[?] 5747[?]  -512[?] -694[?] 5746[?]  -195[?] -396[?] 693[?] 5745[?]  -693[?] 396[?] 5744[?]  195[?] -693[?] 5743[?]  691[?] 692[?] -375[?] 5742[?]  -692[?] -691[?] 5741[?]  375[?] -692[?] 5740[?]  691[?] 689[?] 690[?] 5739[?]  -690[?] -691[?] 5738[?]  -689[?] -691[?] 5737[?]  51[?] -32[?] 690[?] 5736[?]  -690[?] -51[?] 5735[?]  -690[?] 32[?] 5734[?]  -688[?] 689[?] -51[?] 5733[?]  -689[?] 688[?] 5732[?]  51[?] -689[?] 5731[?]  557[?] 687[?] 688[?] 5730[?]  -687[?] -688[?] 5729[?]  -688[?] -557[?] 5728[?]  686[?] -32[?] 687[?] 5727[?]  -687[?] -686[?] 5726[?]  -687[?] 32[?] 5725[?]  686[?] -685[?] 31[?] 5724[?]  685[?] -686[?] 5723[?]  -31[?] -686[?] 5722[?]  685[?] -684[?] -555[?] 5721[?]  684[?] -685[?] 5720[?]  555[?] -685[?] 5719[?]  684[?] 30[?] 29[?] 5718[?]  -30[?] -684[?] 5717[?]  -29[?] -684[?] 5716[?]  -682[?] 683[?] 677[?] 5715[?]  -683[?] 682[?] 5714[?]  -677[?] -683[?] 5713[?]  678[?] 682[?] -681[?] 5712[?]  681[?] -682[?] 5711[?]  -682[?] -678[?] 5710[?]  681[?] 680[?] 679[?] 5709[?]  -680[?] -681[?] 5708[?]  -679[?] -681[?] 5707[?]  -96[?] -333[?] 680[?] 5706[?]  -680[?] 333[?] 5705[?]  96[?] -680[?] 5704[?]  -115[?] -331[?] 679[?] 5703[?]  -679[?] 331[?] 5702[?]  -679[?] 115[?] 5701[?]  678[?] -134[?] -329[?] 5700[?]  329[?] -678[?] 5699[?]  134[?] -678[?] 5698[?]  676[?] -311[?] 677[?] 5697[?]  -677[?] -676[?] 5696[?]  -677[?] 311[?] 5695[?]  676[?] 674[?] 675[?] 5694[?]  -675[?] -676[?] 5693[?]  -674[?] -676[?] 5692[?]  -173[?] 319[?] 675[?] 5691[?]  -319[?] -675[?] 5690[?]  173[?] -675[?] 5689[?]  -319[?] 173[?] 674[?] 5688[?]  -674[?] 319[?] 5687[?]  -674[?] -173[?] 5686[?]  -652[?] 671[?] 673[?] 5685[?]  -673[?] -671[?] 5684[?]  652[?] -673[?] 5683[?]  652[?] 672[?] -671[?] 5682[?]  -672[?] 671[?] 5681[?]  -672[?] -652[?] 5680[?]  671[?] 658[?] 670[?] 5679[?]  -670[?] -671[?] 5678[?]  -658[?] -671[?] 5677[?]  375[?] 669[?] 670[?] 5676[?]  -670[?] -669[?] 5675[?]  -670[?] -375[?] 5674[?]  669[?] 668[?] 659[?] 5673[?]  -668[?] -669[?] 5672[?]  -659[?] -669[?] 5671[?]  667[?] 668[?] 396[?] 5670[?]  -668[?] -667[?] 5669[?]  -668[?] -396[?] 5668[?]  667[?] 666[?] 665[?] 5667[?]  -666[?] -667[?] 5666[?]  -665[?] -667[?] 5665[?]  -664[?] 661[?] 666[?] 5664[?]  -666[?] 664[?] 5663[?]  -666[?] -661[?] 5662[?]  -661[?] 664[?] 665[?] 5661[?]  -665[?] -664[?] 5660[?]  -665[?] 661[?] 5659[?]  663[?] 662[?] 664[?] 5658[?]  -663[?] -664[?] 5657[?]  -662[?] -664[?] 5656[?]  419[?] 663[?] 6[?] 5655[?]  -663[?] -419[?] 5654[?]  -663[?] -6[?] 5653[?]  -6[?] 662[?] -419[?] 5652[?]  -662[?] 419[?] 5651[?]  -662[?] 6[?] 5650[?]  660[?] -416[?] 661[?] 5649[?]  -661[?] -660[?] 5648[?]  -661[?] 416[?] 5647[?]  660[?] -514[?] 512[?] 5646[?]  514[?] -660[?] 5645[?]  -512[?] -660[?] 5644[?]  -196[?] -396[?] 659[?] 5643[?]  -659[?] 396[?] 5642[?]  196[?] -659[?] 5641[?]  657[?] 658[?] -375[?] 5640[?]  -658[?] -657[?] 5639[?]  375[?] -658[?] 5638[?]  657[?] 655[?] 656[?] 5637[?]  -656[?] -657[?] 5636[?]  -655[?] -657[?] 5635[?]  51[?] -33[?] 656[?] 5634[?]  -656[?] -51[?] 5633[?]  -656[?] 33[?] 5632[?]  -654[?] 655[?] -51[?] 5631[?]  -655[?] 654[?] 5630[?]  51[?] -655[?] 5629[?]  618[?] 654[?] 653[?] 5628[?]  -653[?] -654[?] 5627[?]  -654[?] -618[?] 5626[?]  557[?] -33[?] 653[?] 5625[?]  -653[?] -557[?] 5624[?]  -653[?] 33[?] 5623[?]  652[?] -651[?] 646[?] 5622[?]  651[?] -652[?] 5621[?]  -646[?] -652[?] 5620[?]  651[?] 647[?] -650[?] 5619[?]  650[?] -651[?] 5618[?]  -651[?] -647[?] 5617[?]  650[?] 649[?] 648[?] 5616[?]  -649[?] -650[?] 5615[?]  -648[?] -650[?] 5614[?]  -97[?] -333[?] 649[?] 5613[?]  -649[?] 333[?] 5612[?]  -649[?] 97[?] 5611[?]  -116[?] -331[?] 648[?] 5610[?]  -648[?] 331[?] 5609[?]  -648[?] 116[?] 5608[?]  647[?] -135[?] -329[?] 5607[?]  329[?] -647[?] 5606[?]  135[?] -647[?] 5605[?]  645[?] -311[?] 646[?] 5604[?]  -645[?] -646[?] 5603[?]  -646[?] 311[?] 5602[?]  644[?] 643[?] 645[?] 5601[?]  -644[?] -645[?] 5600[?]  -643[?] -645[?] 5599[?]  -166[?] 320[?] 644[?] 5598[?]  -320[?] -644[?] 5597[?]  -644[?] 166[?] 5596[?]  -320[?] 166[?] 643[?] 5595[?]  -643[?] 320[?] 5594[?]  -643[?] -166[?] 5593[?]  641[?] 577[?] 642[?] 5592[?]  -642[?] -641[?] 5591[?]  -642[?] -577[?] 5590[?]  641[?] -607[?] 640[?] 5589[?]  -640[?] -641[?] 5588[?]  607[?] -641[?] 5587[?]  -638[?] 640[?] 639[?] 5586[?]  -640[?] -639[?] 5585[?]  -640[?] 638[?] 5584[?]  -587[?] 604[?] 639[?] 5583[?]  -639[?] -604[?] 5582[?]  587[?] -639[?] 5581[?]  617[?] 638[?] -637[?] 5580[?]  -638[?] 637[?] 5579[?]  -638[?] -617[?] 5578[?]  637[?] 624[?] 636[?] 5577[?]  -636[?] -637[?] 5576[?]  -624[?] -637[?] 5575[?]  375[?] 635[?] 636[?] 5574[?]  -636[?] -635[?] 5573[?]  -636[?] -375[?] 5572[?]  635[?] 634[?] 625[?] 5571[?]  -634[?] -635[?] 5570[?]  -625[?] -635[?] 5569[?]  633[?] 634[?] 396[?] 5568[?]  -634[?] -633[?] 5567[?]  -634[?] -396[?] 5566[?]  633[?] 632[?] 631[?] 5565[?]  -632[?] -633[?] 5564[?]  -631[?] -633[?] 5563[?]  -630[?] 627[?] 632[?] 5562[?]  -632[?] 630[?] 5561[?]  -632[?] -627[?] 5560[?]  -627[?] 630[?] 631[?] 5559[?]  -631[?] -630[?] 5558[?]  -631[?] 627[?] 5557[?]  629[?] 628[?] 630[?] 5556[?]  -629[?] -630[?] 5555[?]  -628[?] -630[?] 5554[?]  426[?] 629[?] 5[?] 5553[?]  -629[?] -426[?] 5552[?]  -629[?] -5[?] 5551[?]  -5[?] -426[?] 628[?] 5550[?]  -628[?] 426[?] 5549[?]  -628[?] 5[?] 5548[?]  626[?] -423[?] 627[?] 5547[?]  -627[?] -626[?] 5546[?]  423[?] -627[?] 5545[?]  626[?] -515[?] 512[?] 5544[?]  515[?] -626[?] 5543[?]  -512[?] -626[?] 5542[?]  -197[?] -396[?] 625[?] 5541[?]  -625[?] 396[?] 5540[?]  197[?] -625[?] 5539[?]  623[?] 624[?] -375[?] 5538[?]  -624[?] -623[?] 5537[?]  375[?] -624[?] 5536[?]  623[?] 621[?] 622[?] 5535[?]  -622[?] -623[?] 5534[?]  -621[?] -623[?] 5533[?]  51[?] -34[?] 622[?] 5532[?]  -622[?] -51[?] 5531[?]  -622[?] 34[?] 5530[?]  -620[?] 621[?] -51[?] 5529[?]  -621[?] 620[?] 5528[?]  51[?] -621[?] 5527[?]  558[?] 619[?] 620[?] 5526[?]  -619[?] -620[?] 5525[?]  -620[?] -558[?] 5524[?]  618[?] -34[?] 619[?] 5523[?]  -619[?] -618[?] 5522[?]  -619[?] 34[?] 5521[?]  618[?] -557[?] 33[?] 5520[?]  557[?] -618[?] 5519[?]  -33[?] -618[?] 5518[?]  -616[?] 617[?] 611[?] 5517[?]  -617[?] 616[?] 5516[?]  -611[?] -617[?] 5515[?]  612[?] 616[?] -615[?] 5514[?]  615[?] -616[?] 5513[?]  -616[?] -612[?] 5512[?]  615[?] 614[?] 613[?] 5511[?]  -614[?] -615[?] 5510[?]  -613[?] -615[?] 5509[?]  -98[?] -333[?] 614[?] 5508[?]  -614[?] 333[?] 5507[?]  -614[?] 98[?] 5506[?]  -117[?] -331[?] 613[?] 5505[?]  -613[?] 331[?] 5504[?]  117[?] -613[?] 5503[?]  612[?] -136[?] -329[?] 5502[?]  329[?] -612[?] 5501[?]  136[?] -612[?] 5500[?]  610[?] -311[?] 611[?] 5499[?]  -611[?] -610[?] 5498[?]  -611[?] 311[?] 5497[?]  609[?] 608[?] 610[?] 5496[?]  -609[?] -610[?] 5495[?]  -608[?] -610[?] 5494[?]  -178[?] 321[?] 609[?] 5493[?]  -321[?] -609[?] 5492[?]  178[?] -609[?] 5491[?]  -321[?] 178[?] 608[?] 5490[?]  -608[?] 321[?] 5489[?]  -608[?] -178[?] 5488[?]  607[?] 605[?] 606[?] 5487[?]  -606[?] -607[?] 5486[?]  -605[?] -607[?] 5485[?]  -576[?] 550[?] 606[?] 5484[?]  -606[?] 576[?] 5483[?]  -606[?] -550[?] 5482[?]  587[?] 605[?] -604[?] 5481[?]  -605[?] 604[?] 5480[?]  -605[?] -587[?] 5479[?]  604[?] 593[?] 603[?] 5478[?]  -603[?] -604[?] 5477[?]  -593[?] -604[?] 5476[?]  375[?] 602[?] 603[?] 5475[?]  -603[?] -602[?] 5474[?]  -603[?] -375[?] 5473[?]  602[?] 601[?] 594[?] 5472[?]  -601[?] -602[?] 5471[?]  -594[?] -602[?] 5470[?]  600[?] 601[?] 396[?] 5469[?]  -601[?] -600[?] 5468[?]  -601[?] -396[?] 5467[?]  600[?] 599[?] 598[?] 5466[?]  -599[?] -600[?] 5465[?]  -598[?] -600[?] 5464[?]  -597[?] 518[?] 599[?] 5463[?]  -599[?] 597[?] 5462[?]  -599[?] -518[?] 5461[?]  -518[?] 597[?] 598[?] 5460[?]  -597[?] -598[?] 5459[?]  -598[?] 518[?] 5458[?]  596[?] 595[?] 597[?] 5457[?]  -596[?] -597[?] 5456[?]  -595[?] -597[?] 5455[?]  4[?] 404[?] 596[?] 5454[?]  -596[?] -404[?] 5453[?]  -596[?] -4[?] 5452[?]  -404[?] -4[?] 595[?] 5451[?]  -595[?] 404[?] 5450[?]  -595[?] 4[?] 5449[?]  -198[?] -396[?] 594[?] 5448[?]  -594[?] 396[?] 5447[?]  198[?] -594[?] 5446[?]  592[?] 593[?] -375[?] 5445[?]  -593[?] -592[?] 5444[?]  375[?] -593[?] 5443[?]  592[?] 590[?] 591[?] 5442[?]  -591[?] -592[?] 5441[?]  -590[?] -592[?] 5440[?]  51[?] -35[?] 591[?] 5439[?]  -591[?] -51[?] 5438[?]  -591[?] 35[?] 5437[?]  -589[?] 590[?] -51[?] 5436[?]  -590[?] 589[?] 5435[?]  51[?] -590[?] 5434[?]  559[?] 589[?] 588[?] 5433[?]  -588[?] -589[?] 5432[?]  -589[?] -559[?] 5431[?]  558[?] -35[?] 588[?] 5430[?]  -588[?] -558[?] 5429[?]  -588[?] 35[?] 5428[?]  587[?] -586[?] 581[?] 5427[?]  586[?] -587[?] 5426[?]  -581[?] -587[?] 5425[?]  586[?] 582[?] -585[?] 5424[?]  585[?] -586[?] 5423[?]  -582[?] -586[?] 5422[?]  585[?] 583[?] 584[?] 5421[?]  -584[?] -585[?] 5420[?]  -583[?] -585[?] 5419[?]  -99[?] -333[?] 584[?] 5418[?]  -584[?] 333[?] 5417[?]  99[?] -584[?] 5416[?]  -118[?] -331[?] 583[?] 5415[?]  -583[?] 331[?] 5414[?]  -583[?] 118[?] 5413[?]  -137[?] 582[?] -329[?] 5412[?]  329[?] -582[?] 5411[?]  -582[?] 137[?] 5410[?]  580[?] -311[?] 581[?] 5409[?]  -581[?] -580[?] 5408[?]  -581[?] 311[?] 5407[?]  580[?] 579[?] 578[?] 5406[?]  -579[?] -580[?] 5405[?]  -578[?] -580[?] 5404[?]  -161[?] 322[?] 579[?] 5403[?]  -322[?] -579[?] 5402[?]  -579[?] 161[?] 5401[?]  -322[?] 161[?] 578[?] 5400[?]  -578[?] 322[?] 5399[?]  -578[?] -161[?] 5398[?]  577[?] -550[?] 576[?] 5397[?]  -576[?] -577[?] 5396[?]  550[?] -577[?] 5395[?]  565[?] 576[?] 575[?] 5394[?]  -575[?] -576[?] 5393[?]  -576[?] -565[?] 5392[?]  375[?] 574[?] 575[?] 5391[?]  -575[?] -574[?] 5390[?]  -575[?] -375[?] 5389[?]  574[?] 573[?] 566[?] 5388[?]  -573[?] -574[?] 5387[?]  -574[?] -566[?] 5386[?]  572[?] 573[?] 396[?] 5385[?]  -573[?] -572[?] 5384[?]  -573[?] -396[?] 5383[?]  572[?] 571[?] 570[?] 5382[?]  -571[?] -572[?] 5381[?]  -570[?] -572[?] 5380[?]  -569[?] 521[?] 571[?] 5379[?]  -571[?] 569[?] 5378[?]  -571[?] -521[?] 5377[?]  -521[?] 569[?] 570[?] 5376[?]  -569[?] -570[?] 5375[?]  -570[?] 521[?] 5374[?]  568[?] 567[?] 569[?] 5373[?]  -568[?] -569[?] 5372[?]  -567[?] -569[?] 5371[?]  400[?] 3[?] 568[?] 5370[?]  -568[?] -400[?] 5369[?]  -568[?] -3[?] 5368[?]  -3[?] -400[?] 567[?] 5367[?]  400[?] -567[?] 5366[?]  -567[?] 3[?] 5365[?]  -199[?] -396[?] 566[?] 5364[?]  -566[?] 396[?] 5363[?]  199[?] -566[?] 5362[?]  565[?] 564[?] -375[?] 5361[?]  -564[?] -565[?] 5360[?]  375[?] -565[?] 5359[?]  562[?] 564[?] 563[?] 5358[?]  -563[?] -564[?] 5357[?]  -564[?] -562[?] 5356[?]  51[?] -36[?] 563[?] 5355[?]  -563[?] -51[?] 5354[?]  -563[?] 36[?] 5353[?]  562[?] -561[?] -51[?] 5352[?]  561[?] -562[?] 5351[?]  51[?] -562[?] 5350[?]  561[?] 384[?] 560[?] 5349[?]  -560[?] -561[?] 5348[?]  -384[?] -561[?] 5347[?]  559[?] -36[?] 560[?] 5346[?]  -560[?] -559[?] 5345[?]  -560[?] 36[?] 5344[?]  559[?] 35[?] -558[?] 5343[?]  558[?] -559[?] 5342[?]  -35[?] -559[?] 5341[?]  558[?] -557[?] -229[?] 5340[?]  557[?] -558[?] 5339[?]  229[?] -558[?] 5338[?]  557[?] -556[?] -555[?] 5337[?]  556[?] -557[?] 5336[?]  555[?] -557[?] 5335[?]  556[?] -269[?] 29[?] 5334[?]  269[?] -556[?] 5333[?]  -29[?] -556[?] 5332[?]  555[?] -554[?] -285[?] 5331[?]  554[?] -555[?] 5330[?]  285[?] -555[?] 5329[?]  554[?] -553[?] -552[?] 5328[?]  553[?] -554[?] 5327[?]  552[?] -554[?] 5326[?]  553[?] 28[?] 27[?] 5325[?]  -28[?] -553[?] 5324[?]  -27[?] -553[?] 5323[?]  552[?] -551[?] 22[?] 5322[?]  551[?] -552[?] 5321[?]  -22[?] -552[?] 5320[?]  551[?] 21[?] 20[?] 5319[?]  -21[?] -551[?] 5318[?]  -20[?] -551[?] 5317[?]  550[?] -549[?] 544[?] 5316[?]  549[?] -550[?] 5315[?]  -544[?] -550[?] 5314[?]  549[?] 545[?] -548[?] 5313[?]  548[?] -549[?] 5312[?]  -545[?] -549[?] 5311[?]  548[?] 546[?] 547[?] 5310[?]  -547[?] -548[?] 5309[?]  -546[?] -548[?] 5308[?]  -100[?] -333[?] 547[?] 5307[?]  -547[?] 333[?] 5306[?]  -547[?] 100[?] 5305[?]  -119[?] -331[?] 546[?] 5304[?]  -546[?] 331[?] 5303[?]  -546[?] 119[?] 5302[?]  -138[?] 545[?] -329[?] 5301[?]  329[?] -545[?] 5300[?]  -545[?] 138[?] 5299[?]  543[?] -311[?] 544[?] 5298[?]  -544[?] -543[?] 5297[?]  -544[?] 311[?] 5296[?]  543[?] 542[?] 541[?] 5295[?]  -542[?] -543[?] 5294[?]  -541[?] -543[?] 5293[?]  -172[?] 323[?] 542[?] 5292[?]  -323[?] -542[?] 5291[?]  -542[?] 172[?] 5290[?]  -323[?] 172[?] 541[?] 5289[?]  -541[?] 323[?] 5288[?]  -541[?] -172[?] 5287[?]  540[?] 539[?] 538[?] 5286[?]  -539[?] -540[?] 5285[?]  -538[?] -540[?] 5284[?]  -537[?] 337[?] 539[?] 5283[?]  -539[?] 537[?] 5282[?]  -539[?] -337[?] 5281[?]  -337[?] 537[?] 538[?] 5280[?]  -537[?] -538[?] 5279[?]  -538[?] 337[?] 5278[?]  391[?] 537[?] 536[?] 5277[?]  -536[?] -537[?] 5276[?]  -537[?] -391[?] 5275[?]  535[?] 375[?] 536[?] 5274[?]  -536[?] -535[?] 5273[?]  -536[?] -375[?] 5272[?]  535[?] 534[?] 397[?] 5271[?]  -534[?] -535[?] 5270[?]  -397[?] -535[?] 5269[?]  533[?] 534[?] 396[?] 5268[?]  -534[?] -533[?] 5267[?]  -534[?] -396[?] 5266[?]  533[?] 532[?] 531[?] 5265[?]  -532[?] -533[?] 5264[?]  -531[?] -533[?] 5263[?]  524[?] -530[?] 532[?] 5262[?]  530[?] -532[?] 5261[?]  -524[?] -532[?] 5260[?]  530[?] -524[?] 531[?] 5259[?]  -531[?] -530[?] 5258[?]  -531[?] 524[?] 5257[?]  530[?] 529[?] 528[?] 5256[?]  -529[?] -530[?] 5255[?]  -528[?] -530[?] 5254[?]  527[?] 2[?] 529[?] 5253[?]  -529[?] -527[?] 5252[?]  -529[?] -2[?] 5251[?]  -2[?] -527[?] 528[?] 5250[?]  -528[?] 527[?] 5249[?]  -528[?] 2[?] 5248[?]  527[?] 526[?] 525[?] 5247[?]  -526[?] -527[?] 5246[?]  -200[?] 526[?] 396[?] 5244[?]  -526[?] 200[?] 5242[?]  -525[?] 396[?] 5240[?]  401[?] 523[?] 524[?] 5238[?]  -524[?] -523[?] 5237[?]  -401[?] -524[?] 5236[?]  523[?] 522[?] 521[?] 5235[?]  -522[?] -523[?] 5234[?]  -521[?] -523[?] 5233[?]  -400[?] 3[?] 522[?] 5232[?]  400[?] -522[?] 5231[?]  -3[?] -522[?] 5230[?]  520[?] 521[?] 405[?] 5229[?]  -521[?] -520[?] 5228[?]  -405[?] -521[?] 5227[?]  520[?] 519[?] 518[?] 5226[?]  -519[?] -520[?] 5225[?]  -518[?] -520[?] 5224[?]  -404[?] 4[?] 519[?] 5223[?]  -519[?] 404[?] 5222[?]  -519[?] -4[?] 5221[?]  517[?] -430[?] 518[?] 5220[?]  -518[?] -517[?] 5219[?]  -518[?] 430[?] 5218[?]  517[?] -516[?] 512[?] 5217[?]  516[?] -517[?] 5216[?]  -512[?] -517[?] 5215[?]  516[?] -515[?] 427[?] 5214[?]  515[?] -516[?] 5213[?]  -427[?] -516[?] 5212[?]  515[?] -514[?] 420[?] 5211[?]  514[?] -515[?] 5210[?]  -420[?] -515[?] 5209[?]  514[?] 513[?] 413[?] 5208[?]  -513[?] -514[?] 5207[?]  -413[?] -514[?] 5206[?]  -408[?] 8[?] 513[?] 5205[?]  -513[?] 408[?] 5204[?]  -513[?] -8[?] 5203[?]  -455[?] 511[?] 512[?] 5202[?]  -511[?] -512[?] 5201[?]  455[?] -512[?] 5200[?]  -510[?] 511[?] 506[?] 5199[?]  -511[?] 510[?] 5198[?]  -511[?] -506[?] 5197[?]  -509[?] 510[?] 452[?] 5196[?]  -510[?] 509[?] 5195[?]  -510[?] -452[?] 5194[?]  -508[?] 445[?] 509[?] 5193[?]  -509[?] 508[?] 5192[?]  -509[?] -445[?] 5191[?]  438[?] 508[?] 507[?] 5190[?]  -508[?] -507[?] 5189[?]  -508[?] -438[?] 5188[?]  -433[?] 12[?] 507[?] 5187[?]  433[?] -507[?] 5186[?]  -12[?] -507[?] 5185[?]  -473[?] 505[?] 506[?] 5184[?]  -505[?] -506[?] 5183[?]  -506[?] 473[?] 5182[?]  -504[?] 505[?] 501[?] 5181[?]  -505[?] 504[?] 5180[?]  -505[?] -501[?] 5179[?]  -503[?] 470[?] 504[?] 5178[?]  -504[?] 503[?] 5177[?]  -504[?] -470[?] 5176[?]  463[?] 502[?] 503[?] 5175[?]  -503[?] -502[?] 5174[?]  -503[?] -463[?] 5173[?]  502[?] -458[?] 15[?] 5172[?]  458[?] -502[?] 5171[?]  -15[?] -502[?] 5170[?]  500[?] -484[?] 501[?] 5169[?]  -500[?] -501[?] 5168[?]  484[?] -501[?] 5167[?]  497[?] -499[?] 500[?] 5166[?]  -500[?] 499[?] 5165[?]  -500[?] -497[?] 5164[?]  498[?] 481[?] 499[?] 5163[?]  -499[?] -498[?] 5162[?]  -499[?] -481[?] 5161[?]  498[?] -476[?] 17[?] 5160[?]  476[?] -498[?] 5159[?]  -17[?] -498[?] 5158[?]  497[?] -496[?] 492[?] 5157[?]  496[?] -497[?] 5156[?]  -492[?] -497[?] 5155[?]  496[?] 495[?] 494[?] 5154[?]  -495[?] -496[?] 5153[?]  -494[?] -496[?] 5152[?]  491[?] -18[?] 495[?] 5151[?]  -495[?] -491[?] 5150[?]  -495[?] 18[?] 5149[?]  -493[?] 487[?] 494[?] 5148[?]  -494[?] 493[?] 5147[?]  -494[?] -487[?] 5146[?]  -19[?] -18[?] 493[?] 5145[?]  -493[?] 19[?] 5144[?]  -493[?] 18[?] 5143[?]  -488[?] 491[?] 492[?] 5142[?]  -492[?] -491[?] 5141[?]  -492[?] 488[?] 5140[?]  491[?] 490[?] 489[?] 5139[?]  -490[?] -491[?] 5138[?]  -184[?] 490[?] 396[?] 5136[?]  -490[?] 184[?] 5134[?]  -489[?] 396[?] 5132[?]  -19[?] 487[?] 488[?] 5130[?]  -488[?] -487[?] 5129[?]  -488[?] 19[?] 5128[?]  487[?] 486[?] 485[?] 5127[?]  -486[?] -487[?] 5126[?]  -183[?] 486[?] 396[?] 5124[?]  -486[?] 183[?] 5122[?]  -485[?] 396[?] 5120[?]  484[?] 483[?] 482[?] 5118[?]  -483[?] -484[?] 5117[?]  -482[?] -484[?] 5116[?]  480[?] -16[?] 483[?] 5115[?]  -483[?] -480[?] 5114[?]  -483[?] 16[?] 5113[?]  -477[?] 481[?] 482[?] 5112[?]  -482[?] -481[?] 5111[?]  -482[?] 477[?] 5110[?]  481[?] -480[?] 16[?] 5109[?]  480[?] -481[?] 5108[?]  -16[?] -481[?] 5107[?]  480[?] 479[?] 478[?] 5106[?]  -479[?] -480[?] 5105[?]  -186[?] 479[?] 396[?] 5103[?]  -479[?] 186[?] 5101[?]  -478[?] 396[?] 5099[?]  476[?] -17[?] 477[?] 5097[?]  -477[?] -476[?] 5096[?]  -477[?] 17[?] 5095[?]  476[?] 475[?] 474[?] 5094[?]  -475[?] -476[?] 5093[?]  -185[?] 475[?] 396[?] 5091[?]  -475[?] 185[?] 5089[?]  -474[?] 396[?] 5087[?]  472[?] 471[?] 473[?] 5085[?]  -472[?] -473[?] 5084[?]  -471[?] -473[?] 5083[?]  469[?] -13[?] 472[?] 5082[?]  -472[?] -469[?] 5081[?]  -472[?] 13[?] 5080[?]  466[?] 471[?] 470[?] 5079[?]  -471[?] -470[?] 5078[?]  -471[?] -466[?] 5077[?]  -469[?] 13[?] 470[?] 5076[?]  469[?] -470[?] 5075[?]  -13[?] -470[?] 5074[?]  469[?] 468[?] 467[?] 5073[?]  -468[?] -469[?] 5072[?]  -189[?] 468[?] 396[?] 5070[?]  -468[?] 189[?] 5068[?]  -467[?] 396[?] 5066[?]  466[?] 465[?] 464[?] 5064[?]  -465[?] -466[?] 5063[?]  -464[?] -466[?] 5062[?]  462[?] -14[?] 465[?] 5061[?]  -465[?] -462[?] 5060[?]  -465[?] 14[?] 5059[?]  -459[?] 463[?] 464[?] 5058[?]  -464[?] -463[?] 5057[?]  -464[?] 459[?] 5056[?]  463[?] -462[?] 14[?] 5055[?]  462[?] -463[?] 5054[?]  -14[?] -463[?] 5053[?]  462[?] 461[?] 460[?] 5052[?]  -461[?] -462[?] 5051[?]  -188[?] 461[?] 396[?] 5049[?]  -461[?] 188[?] 5047[?]  -460[?] 396[?] 5045[?]  458[?] -15[?] 459[?] 5043[?]  -459[?] -458[?] 5042[?]  -459[?] 15[?] 5041[?]  458[?] 457[?] 456[?] 5040[?]  -457[?] -458[?] 5039[?]  -187[?] 457[?] 396[?] 5037[?]  -457[?] 187[?] 5035[?]  -456[?] 396[?] 5033[?]  455[?] 453[?] 454[?] 5031[?]  -454[?] -455[?] 5030[?]  -453[?] -455[?] 5029[?]  451[?] -9[?] 454[?] 5028[?]  -451[?] -454[?] 5027[?]  9[?] -454[?] 5026[?]  448[?] 453[?] 452[?] 5025[?]  -452[?] -453[?] 5024[?]  -448[?] -453[?] 5023[?]  -451[?] 9[?] 452[?] 5022[?]  -452[?] 451[?] 5021[?]  -452[?] -9[?] 5020[?]  451[?] 450[?] 449[?] 5019[?]  -451[?] -450[?] 5018[?]  -193[?] 450[?] 396[?] 5016[?]  -450[?] 193[?] 5014[?]  -449[?] 396[?] 5012[?]  447[?] 448[?] 446[?] 5010[?]  -448[?] -447[?] 5009[?]  -446[?] -448[?] 5008[?]  447[?] 444[?] -10[?] 5007[?]  -444[?] -447[?] 5006[?]  10[?] -447[?] 5005[?]  441[?] 445[?] 446[?] 5004[?]  -446[?] -445[?] 5003[?]  -446[?] -441[?] 5002[?]  -444[?] 10[?] 445[?] 5001[?]  -445[?] 444[?] 5000[?]  -445[?] -10[?] 4999[?]  444[?] 443[?] 442[?] 4998[?]  -444[?] -443[?] 4997[?]  -192[?] 443[?] 396[?] 4995[?]  -443[?] 192[?] 4993[?]  -442[?] 396[?] 4991[?]  441[?] 440[?] 439[?] 4989[?]  -440[?] -441[?] 4988[?]  -439[?] -441[?] 4987[?]  437[?] -11[?] 440[?] 4986[?]  -440[?] -437[?] 4985[?]  -440[?] 11[?] 4984[?]  -434[?] 438[?] 439[?] 4983[?]  -439[?] -438[?] 4982[?]  -439[?] 434[?] 4981[?]  438[?] -437[?] 11[?] 4980[?]  437[?] -438[?] 4979[?]  -11[?] -438[?] 4978[?]  437[?] 436[?] 435[?] 4977[?]  -436[?] -437[?] 4976[?]  -191[?] 436[?] 396[?] 4974[?]  -436[?] 191[?] 4972[?]  -435[?] 396[?] 4970[?]  433[?] -12[?] 434[?] 4968[?]  -434[?] -433[?] 4967[?]  -434[?] 12[?] 4966[?]  433[?] 432[?] 431[?] 4965[?]  -432[?] -433[?] 4964[?]  -190[?] 432[?] 396[?] 4962[?]  -432[?] 190[?] 4960[?]  -431[?] 396[?] 4958[?]  430[?] 429[?] 428[?] 4956[?]  -429[?] -430[?] 4955[?]  -428[?] -430[?] 4954[?]  426[?] -5[?] 429[?] 4953[?]  -429[?] -426[?] 4952[?]  -429[?] 5[?] 4951[?]  423[?] 428[?] 427[?] 4950[?]  -428[?] -427[?] 4949[?]  -428[?] -423[?] 4948[?]  -426[?] 5[?] 427[?] 4947[?]  426[?] -427[?] 4946[?]  -5[?] -427[?] 4945[?]  426[?] 425[?] 424[?] 4944[?]  -425[?] -426[?] 4943[?]  -197[?] 425[?] 396[?] 4941[?]  -425[?] 197[?] 4939[?]  -424[?] 396[?] 4937[?]  423[?] 421[?] 422[?] 4935[?]  -422[?] -423[?] 4934[?]  -421[?] -423[?] 4933[?]  419[?] -6[?] 422[?] 4932[?]  -422[?] -419[?] 4931[?]  -422[?] 6[?] 4930[?]  416[?] 421[?] 420[?] 4929[?]  -421[?] -420[?] 4928[?]  -421[?] -416[?] 4927[?]  -419[?] 6[?] 420[?] 4926[?]  419[?] -420[?] 4925[?]  -6[?] -420[?] 4924[?]  419[?] 418[?] 417[?] 4923[?]  -418[?] -419[?] 4922[?]  -196[?] 418[?] 396[?] 4920[?]  -418[?] 196[?] 4918[?]  -417[?] 396[?] 4916[?]  416[?] 414[?] 415[?] 4914[?]  -415[?] -416[?] 4913[?]  -414[?] -416[?] 4912[?]  412[?] -7[?] 415[?] 4911[?]  -415[?] -412[?] 4910[?]  -415[?] 7[?] 4909[?]  -409[?] 414[?] 413[?] 4908[?]  -413[?] -414[?] 4907[?]  -414[?] 409[?] 4906[?]  7[?] -412[?] 413[?] 4905[?]  412[?] -413[?] 4904[?]  -7[?] -413[?] 4903[?]  412[?] 411[?] 410[?] 4902[?]  -411[?] -412[?] 4901[?]  -195[?] 411[?] 396[?] 4899[?]  -411[?] 195[?] 4897[?]  -410[?] 396[?] 4895[?]  408[?] -8[?] 409[?] 4893[?]  -408[?] -409[?] 4892[?]  8[?] -409[?] 4891[?]  408[?] 407[?] 406[?] 4890[?]  -408[?] -407[?] 4889[?]  -194[?] 407[?] 396[?] 4887[?]  -407[?] 194[?] 4885[?]  -406[?] 396[?] 4883[?]  -4[?] 404[?] 405[?] 4881[?]  -404[?] -405[?] 4880[?]  4[?] -405[?] 4879[?]  404[?] 403[?] 402[?] 4878[?]  -404[?] -403[?] 4877[?]  -198[?] 403[?] 396[?] 4875[?]  -403[?] 198[?] 4873[?]  -402[?] 396[?] 4871[?]  400[?] -3[?] 401[?] 4869[?]  -401[?] -400[?] 4868[?]  -401[?] 3[?] 4867[?]  400[?] 399[?] 398[?] 4866[?]  -399[?] -400[?] 4865[?]  -199[?] 399[?] 396[?] 4863[?]  -399[?] 199[?] 4861[?]  -398[?] 396[?] 4859[?]  -200[?] -396[?] 397[?] 4857[?]  -397[?] 396[?] 4856[?]  -397[?] 200[?] 4855[?]  395[?] 393[?] 396[?] 4854[?]  -395[?] -396[?] 4853[?]  -393[?] -396[?] 4852[?]  -394[?] 182[?] 395[?] 4851[?]  394[?] -395[?] 4850[?]  -182[?] -395[?] 4849[?]  394[?] 181[?] 141[?] 4848[?]  -181[?] -394[?] 4847[?]  -141[?] -394[?] 4846[?]  -392[?] -182[?] 393[?] 4845[?]  -393[?] 392[?] 4844[?]  -393[?] 182[?] 4843[?]  -141[?] 201[?] 392[?] 4842[?]  -201[?] -392[?] 4841[?]  -392[?] 141[?] 4840[?]  391[?] 390[?] -375[?] 4839[?]  -390[?] -391[?] 4838[?]  375[?] -391[?] 4837[?]  388[?] 390[?] 389[?] 4836[?]  -389[?] -390[?] 4835[?]  -390[?] -388[?] 4834[?]  51[?] -37[?] 389[?] 4833[?]  -389[?] -51[?] 4832[?]  -389[?] 37[?] 4831[?]  388[?] -387[?] -51[?] 4830[?]  387[?] -388[?] 4829[?]  51[?] -388[?] 4828[?]  387[?] 386[?] 385[?] 4827[?]  -386[?] -387[?] 4826[?]  -385[?] -387[?] 4825[?]  -37[?] 386[?] 384[?] 4824[?]  -386[?] -384[?] 4823[?]  -386[?] 37[?] 4822[?]  -384[?] 37[?] 385[?] 4821[?]  -385[?] 384[?] 4820[?]  -385[?] -37[?] 4819[?]  -383[?] 384[?] -232[?] 4818[?]  -384[?] 383[?] 4817[?]  -384[?] 232[?] 4816[?]  -378[?] 383[?] -382[?] 4815[?]  382[?] -383[?] 4814[?]  -383[?] 378[?] 4813[?]  382[?] -253[?] -381[?] 4812[?]  381[?] -382[?] 4811[?]  253[?] -382[?] 4810[?]  381[?] -380[?] 25[?] 4809[?]  380[?] -381[?] 4808[?]  -25[?] -381[?] 4807[?]  380[?] 24[?] -379[?] 4806[?]  379[?] -380[?] 4805[?]  -24[?] -380[?] 4804[?]  379[?] 23[?] 22[?] 4803[?]  -23[?] -379[?] 4802[?]  -22[?] -379[?] 4801[?]  -377[?] 378[?] 20[?] 4800[?]  -378[?] 377[?] 4799[?]  -20[?] -378[?] 4798[?]  -376[?] 377[?] 21[?] 4797[?]  -377[?] 376[?] 4796[?]  -21[?] -377[?] 4795[?]  36[?] 376[?] 35[?] 4794[?]  -376[?] -36[?] 4793[?]  -376[?] -35[?] 4792[?]  375[?] -374[?] -364[?] 4791[?]  374[?] -375[?] 4790[?]  364[?] -375[?] 4789[?]  374[?] 372[?] 373[?] 4788[?]  -373[?] -374[?] 4787[?]  -372[?] -374[?] 4786[?]  51[?] -48[?] 373[?] 4785[?]  -373[?] -51[?] 4784[?]  -373[?] 48[?] 4783[?]  -371[?] 372[?] -51[?] 4782[?]  -372[?] 371[?] 4781[?]  51[?] -372[?] 4780[?]  370[?] 305[?] 371[?] 4779[?]  -371[?] -370[?] 4778[?]  -305[?] -371[?] 4777[?]  370[?] 369[?] -48[?] 4776[?]  -369[?] -370[?] 4775[?]  48[?] -370[?] 4774[?]  -369[?] 368[?] 4772[?]  -369[?] 357[?] 4771[?]  -368[?] 367[?] 4769[?]  -368[?] 340[?] 4768[?]  -367[?] 366[?] 4766[?]  -367[?] 288[?] 4765[?]  -366[?] 365[?] 4763[?]  -366[?] -47[?] 4762[?]  -365[?] -22[?] 4759[?]  364[?] 362[?] 363[?] 4758[?]  -363[?] -364[?] 4757[?]  -362[?] -364[?] 4756[?]  51[?] -47[?] 363[?] 4755[?]  -363[?] -51[?] 4754[?]  -363[?] 47[?] 4753[?]  361[?] 362[?] -51[?] 4752[?]  -362[?] -361[?] 4751[?]  51[?] -362[?] 4750[?]  361[?] 360[?] 359[?] 4749[?]  -360[?] -361[?] 4748[?]  -359[?] -361[?] 4747[?]  -358[?] -47[?] 360[?] 4746[?]  -360[?] 358[?] 4745[?]  -360[?] 47[?] 4744[?]  47[?] 358[?] 359[?] 4743[?]  -358[?] -359[?] 4742[?]  -359[?] -47[?] 4741[?]  -347[?] -357[?] 358[?] 4740[?]  -358[?] 357[?] 4739[?]  -358[?] 347[?] 4738[?]  -356[?] 357[?] -270[?] 4737[?]  -357[?] 356[?] 4736[?]  -357[?] 270[?] 4735[?]  -355[?] -349[?] 356[?] 4734[?]  -356[?] 355[?] 4733[?]  -356[?] 349[?] 4732[?]  -351[?] -354[?] 355[?] 4731[?]  -355[?] 354[?] 4730[?]  -355[?] 351[?] 4729[?]  -353[?] 354[?] 21[?] 4728[?]  -354[?] 353[?] 4727[?]  -354[?] -21[?] 4726[?]  -352[?] 39[?] 353[?] 4725[?]  -353[?] 352[?] 4724[?]  -39[?] -353[?] 4723[?]  38[?] 352[?] 37[?] 4722[?]  -38[?] -352[?] 4721[?]  -352[?] -37[?] 4720[?]  -350[?] 40[?] 351[?] 4719[?]  -351[?] 350[?] 4718[?]  -351[?] -40[?] 4717[?]  41[?] 350[?] 20[?] 4716[?]  -350[?] -41[?] 4715[?]  -350[?] -20[?] 4714[?]  -348[?] 349[?] 35[?] 4713[?]  -349[?] 348[?] 4712[?]  -349[?] -35[?] 4711[?]  36[?] 348[?] 34[?] 4710[?]  -348[?] -36[?] 4709[?]  -34[?] -348[?] 4708[?]  -340[?] -346[?] 347[?] 4707[?]  -347[?] 346[?] 4706[?]  -347[?] 340[?] 4705[?]  -345[?] 346[?] -343[?] 4704[?]  -346[?] 345[?] 4703[?]  -346[?] 343[?] 4702[?]  -344[?] 345[?] 22[?] 4701[?]  -345[?] 344[?] 4700[?]  -345[?] -22[?] 4699[?]  46[?] 344[?] 23[?] 4698[?]  -344[?] -46[?] 4697[?]  -344[?] -23[?] 4696[?]  343[?] -342[?] -287[?] 4695[?]  342[?] -343[?] 4694[?]  287[?] -343[?] 4693[?]  342[?] -341[?] 25[?] 4692[?]  341[?] -342[?] 4691[?]  -25[?] -342[?] 4690[?]  341[?] 24[?] 26[?] 4689[?]  -26[?] -341[?] 4688[?]  -24[?] -341[?] 4687[?]  -339[?] 45[?] 340[?] 4686[?]  -340[?] 339[?] 4685[?]  -45[?] -340[?] 4684[?]  44[?] -338[?] 339[?] 4683[?]  -339[?] 338[?] 4682[?]  -339[?] -44[?] 4681[?]  43[?] 42[?] 338[?] 4680[?]  -338[?] -43[?] 4679[?]  -338[?] -42[?] 4678[?]  -336[?] 337[?] 328[?] 4677[?]  -337[?] 336[?] 4676[?]  -328[?] -337[?] 4675[?]  330[?] 336[?] -335[?] 4674[?]  335[?] -336[?] 4673[?]  -336[?] -330[?] 4672[?]  335[?] 334[?] 332[?] 4671[?]  -334[?] -335[?] 4670[?]  -332[?] -335[?] 4669[?]  -101[?] -333[?] 334[?] 4668[?]  -334[?] 333[?] 4667[?]  -334[?] 101[?] 4666[?]  -300[?] -310[?] 333[?] 4665[?]  -333[?] 310[?] 4664[?]  -333[?] 300[?] 4663[?]  -120[?] -331[?] 332[?] 4662[?]  -332[?] 331[?] 4661[?]  -332[?] 120[?] 4660[?]  -300[?] 310[?] 331[?] 4659[?]  -331[?] -310[?] 4658[?]  -331[?] 300[?] 4657[?]  330[?] -139[?] -329[?] 4656[?]  329[?] -330[?] 4655[?]  139[?] -330[?] 4654[?]  329[?] -310[?] 300[?] 4653[?]  310[?] -329[?] 4652[?]  -300[?] -329[?] 4651[?]  327[?] -311[?] 328[?] 4650[?]  -327[?] -328[?] 4649[?]  -328[?] 311[?] 4648[?]  326[?] 327[?] 325[?] 4647[?]  -326[?] -327[?] 4646[?]  -327[?] -325[?] 4645[?]  -170[?] 326[?] 324[?] 4644[?]  -326[?] -324[?] 4643[?]  -326[?] 170[?] 4642[?]  -324[?] 170[?] 325[?] 4641[?]  -325[?] 324[?] 4640[?]  -170[?] -325[?] 4639[?]  -323[?] -172[?] 324[?] 4638[?]  -324[?] 323[?] 4637[?]  -324[?] 172[?] 4636[?]  -322[?] -161[?] 323[?] 4635[?]  -323[?] 322[?] 4634[?]  -323[?] 161[?] 4633[?]  -321[?] -178[?] 322[?] 4632[?]  -322[?] 321[?] 4631[?]  178[?] -322[?] 4630[?]  -320[?] -166[?] 321[?] 4629[?]  -321[?] 320[?] 4628[?]  -321[?] 166[?] 4627[?]  -319[?] -173[?] 320[?] 4626[?]  -320[?] 319[?] 4625[?]  -320[?] 173[?] 4624[?]  -318[?] -165[?] 319[?] 4623[?]  -319[?] 318[?] 4622[?]  -319[?] 165[?] 4621[?]  -317[?] -177[?] 318[?] 4620[?]  -318[?] 317[?] 4619[?]  -318[?] 177[?] 4618[?]  -316[?] -168[?] 317[?] 4617[?]  -317[?] 316[?] 4616[?]  168[?] -317[?] 4615[?]  -315[?] -175[?] 316[?] 4614[?]  -316[?] 315[?] 4613[?]  -316[?] 175[?] 4612[?]  -314[?] -179[?] 315[?] 4611[?]  -315[?] 314[?] 4610[?]  -315[?] 179[?] 4609[?]  -313[?] -162[?] 314[?] 4608[?]  -314[?] 313[?] 4607[?]  162[?] -314[?] 4606[?]  -312[?] -171[?] 313[?] 4605[?]  -313[?] 312[?] 4604[?]  171[?] -313[?] 4603[?]  -169[?] -176[?] 312[?] 4602[?]  -312[?] 176[?] 4601[?]  169[?] -312[?] 4600[?]  310[?] 300[?] 311[?] 4599[?]  -311[?] -310[?] 4598[?]  -300[?] -311[?] 4597[?]  310[?] 308[?] 309[?] 4596[?]  -309[?] -310[?] 4595[?]  -308[?] -310[?] 4594[?]  51[?] -49[?] 309[?] 4593[?]  -309[?] -51[?] 4592[?]  -309[?] 49[?] 4591[?]  -307[?] 308[?] -51[?] 4590[?]  -308[?] 307[?] 4589[?]  51[?] -308[?] 4588[?]  306[?] 307[?] 294[?] 4587[?]  -307[?] -306[?] 4586[?]  -294[?] -307[?] 4585[?]  306[?] -49[?] 305[?] 4584[?]  -305[?] -306[?] 4583[?]  49[?] -306[?] 4582[?]  -304[?] -280[?] 305[?] 4581[?]  -305[?] 304[?] 4580[?]  -305[?] 280[?] 4579[?]  -303[?] -283[?] 304[?] 4578[?]  -304[?] 303[?] 4577[?]  -304[?] 283[?] 4576[?]  -302[?] -288[?] 303[?] 4575[?]  -303[?] 302[?] 4574[?]  -303[?] 288[?] 4573[?]  -301[?] 48[?] 302[?] 4572[?]  -302[?] 301[?] 4571[?]  -302[?] -48[?] 4570[?]  47[?] 301[?] 22[?] 4569[?]  -301[?] -47[?] 4568[?]  -301[?] -22[?] 4567[?]  298[?] 300[?] 299[?] 4566[?]  -299[?] -300[?] 4565[?]  -300[?] -298[?] 4564[?]  51[?] -50[?] 299[?] 4563[?]  -299[?] -51[?] 4562[?]  -299[?] 50[?] 4561[?]  298[?] -297[?] -51[?] 4560[?]  297[?] -298[?] 4559[?]  51[?] -298[?] 4558[?]  297[?] 296[?] 295[?] 4557[?]  -296[?] -297[?] 4556[?]  -295[?] -297[?] 4555[?]  -50[?] 296[?] 294[?] 4554[?]  -296[?] 50[?] 4552[?]  -294[?] 50[?] 295[?] 4551[?]  -295[?] 294[?] 4550[?]  -293[?] -280[?] 294[?] 4548[?]  -294[?] 293[?] 4547[?]  -294[?] 280[?] 4546[?]  -292[?] -283[?] 293[?] 4545[?]  -293[?] 292[?] 4544[?]  -293[?] 283[?] 4543[?]  -291[?] -288[?] 292[?] 4542[?]  -292[?] 291[?] 4541[?]  -292[?] 288[?] 4540[?]  -290[?] 22[?] 291[?] 4539[?]  -291[?] 290[?] 4538[?]  -291[?] -22[?] 4537[?]  -289[?] 49[?] 290[?] 4536[?]  -290[?] 289[?] 4535[?]  -290[?] -49[?] 4534[?]  47[?] 48[?] 289[?] 4533[?]  -289[?] -48[?] 4532[?]  -289[?] -47[?] 4531[?]  288[?] -287[?] -285[?] 4530[?]  287[?] -288[?] 4529[?]  285[?] -288[?] 4528[?]  287[?] 28[?] -286[?] 4527[?]  286[?] -287[?] 4526[?]  -28[?] -287[?] 4525[?]  286[?] 27[?] 29[?] 4524[?]  -29[?] -286[?] 4523[?]  -27[?] -286[?] 4522[?]  285[?] -284[?] 26[?] 4521[?]  284[?] -285[?] 4520[?]  -26[?] -285[?] 4519[?]  284[?] -203[?] 25[?] 4518[?]  203[?] -284[?] 4517[?]  -25[?] -284[?] 4516[?]  -282[?] 46[?] 283[?] 4515[?]  -283[?] 282[?] 4514[?]  -283[?] -46[?] 4513[?]  -281[?] 45[?] 282[?] 4512[?]  -282[?] 281[?] 4511[?]  -45[?] -282[?] 4510[?]  44[?] 43[?] 281[?] 4509[?]  -281[?] -44[?] 4508[?]  -281[?] -43[?] 4507[?]  -279[?] 280[?] -270[?] 4506[?]  -280[?] 279[?] 4505[?]  -280[?] 270[?] 4504[?]  -278[?] -273[?] 279[?] 4503[?]  -279[?] 278[?] 4502[?]  -279[?] 273[?] 4501[?]  -275[?] -277[?] 278[?] 4500[?]  -278[?] 277[?] 4499[?]  -278[?] 275[?] 4498[?]  -276[?] 277[?] 20[?] 4497[?]  -277[?] 276[?] 4496[?]  -277[?] -20[?] 4495[?]  -233[?] 276[?] 21[?] 4494[?]  233[?] -276[?] 4493[?]  -276[?] -21[?] 4492[?]  41[?] -274[?] 275[?] 4491[?]  -275[?] 274[?] 4490[?]  -275[?] -41[?] 4489[?]  274[?] 40[?] 42[?] 4488[?]  -42[?] -274[?] 4487[?]  -40[?] -274[?] 4486[?]  -272[?] 37[?] 273[?] 4485[?]  -273[?] 272[?] 4484[?]  -273[?] -37[?] 4483[?]  36[?] 272[?] -271[?] 4482[?]  -272[?] 271[?] 4481[?]  -272[?] -36[?] 4480[?]  271[?] 35[?] 34[?] 4479[?]  -35[?] -271[?] 4478[?]  -34[?] -271[?] 4477[?]  270[?] -269[?] 33[?] 4476[?]  269[?] -270[?] 4475[?]  -33[?] -270[?] 4474[?]  269[?] 32[?] -268[?] 4473[?]  268[?] -269[?] 4472[?]  -32[?] -269[?] 4471[?]  268[?] 30[?] 31[?] 4470[?]  -31[?] -268[?] 4469[?]  -30[?] -268[?] 4468[?]  -267[?] 266[?] 4466[?]  -267[?] -228[?] 4465[?]  246[?] 266[?] -265[?] 4464[?]  -266[?] 265[?] 4463[?]  -266[?] -246[?] 4462[?]  265[?] 263[?] 264[?] 4461[?]  -264[?] -265[?] 4460[?]  -263[?] -265[?] 4459[?]  51[?] -39[?] 264[?] 4458[?]  -264[?] -51[?] 4457[?]  -264[?] 39[?] 4456[?]  -262[?] 263[?] -51[?] 4455[?]  -263[?] 262[?] 4454[?]  51[?] -263[?] 4453[?]  261[?] 262[?] 241[?] 4452[?]  -262[?] -261[?] 4451[?]  -262[?] -241[?] 4450[?]  -39[?] 261[?] 260[?] 4449[?]  -261[?] -260[?] 4448[?]  -261[?] 39[?] 4447[?]  -259[?] 260[?] -232[?] 4446[?]  -260[?] 259[?] 4445[?]  -260[?] 232[?] 4444[?]  -250[?] 259[?] -258[?] 4443[?]  -259[?] 258[?] 4442[?]  -259[?] 250[?] 4441[?]  258[?] -257[?] -253[?] 4440[?]  257[?] -258[?] 4439[?]  253[?] -258[?] 4438[?]  257[?] -256[?] 22[?] 4437[?]  256[?] -257[?] 4436[?]  -22[?] -257[?] 4435[?]  256[?] -255[?] 20[?] 4434[?]  255[?] -256[?] 4433[?]  -20[?] -256[?] 4432[?]  255[?] -254[?] 23[?] 4431[?]  254[?] -255[?] 4430[?]  -23[?] -255[?] 4429[?]  254[?] 24[?] 25[?] 4428[?]  -25[?] -254[?] 4427[?]  -24[?] -254[?] 4426[?]  253[?] -252[?] 29[?] 4425[?]  252[?] -253[?] 4424[?]  -29[?] -253[?] 4423[?]  252[?] 28[?] -251[?] 4422[?]  251[?] -252[?] 4421[?]  -28[?] -252[?] 4420[?]  251[?] 26[?] 27[?] 4419[?]  -27[?] -251[?] 4418[?]  -26[?] -251[?] 4417[?]  -249[?] 36[?] 250[?] 4416[?]  -250[?] 249[?] 4415[?]  -250[?] -36[?] 4414[?]  -248[?] 249[?] 35[?] 4413[?]  -249[?] 248[?] 4412[?]  -249[?] -35[?] 4411[?]  -247[?] 37[?] 248[?] 4410[?]  -248[?] 247[?] 4409[?]  -248[?] -37[?] 4408[?]  38[?] 247[?] 21[?] 4407[?]  -38[?] -247[?] 4406[?]  -247[?] -21[?] 4405[?]  246[?] 244[?] 245[?] 4404[?]  -245[?] -246[?] 4403[?]  -244[?] -246[?] 4402[?]  51[?] -40[?] 245[?] 4401[?]  -245[?] -51[?] 4400[?]  -245[?] 40[?] 4399[?]  -243[?] 244[?] -51[?] 4398[?]  -244[?] 243[?] 4397[?]  51[?] -244[?] 4396[?]  242[?] 243[?] 222[?] 4395[?]  -243[?] -242[?] 4394[?]  -243[?] -222[?] 4393[?]  -40[?] 242[?] 241[?] 4392[?]  -242[?] -241[?] 4391[?]  -242[?] 40[?] 4390[?]  -240[?] 241[?] -232[?] 4389[?]  -241[?] 240[?] 4388[?]  -241[?] 232[?] 4387[?]  -236[?] 240[?] -239[?] 4386[?]  -240[?] 239[?] 4385[?]  -240[?] 236[?] 4384[?]  239[?] -210[?] -238[?] 4383[?]  238[?] -239[?] 4382[?]  210[?] -239[?] 4381[?]  238[?] -237[?] 20[?] 4380[?]  237[?] -238[?] 4379[?]  -20[?] -238[?] 4378[?]  237[?] -204[?] 21[?] 4377[?]  204[?] -237[?] 4376[?]  -21[?] -237[?] 4375[?]  -235[?] 36[?] 236[?] 4374[?]  -236[?] 235[?] 4373[?]  -236[?] -36[?] 4372[?]  -234[?] 235[?] 35[?] 4371[?]  -235[?] 234[?] 4370[?]  -235[?] -35[?] 4369[?]  -233[?] 234[?] 37[?] 4368[?]  233[?] -234[?] 4367[?]  -234[?] -37[?] 4366[?]  233[?] 38[?] 39[?] 4365[?]  -39[?] -233[?] 4364[?]  -38[?] -233[?] 4363[?]  232[?] -231[?] 31[?] 4362[?]  231[?] -232[?] 4361[?]  -31[?] -232[?] 4360[?]  231[?] -230[?] 30[?] 4359[?]  230[?] -231[?] 4358[?]  -30[?] -231[?] 4357[?]  230[?] 32[?] -229[?] 4356[?]  229[?] -230[?] 4355[?]  -32[?] -230[?] 4354[?]  229[?] 34[?] 33[?] 4353[?]  -34[?] -229[?] 4352[?]  -33[?] -229[?] 4351[?]  226[?] 228[?] 227[?] 4350[?]  -227[?] -228[?] 4349[?]  -228[?] -226[?] 4348[?]  51[?] -41[?] 227[?] 4347[?]  -227[?] -51[?] 4346[?]  -227[?] 41[?] 4345[?]  226[?] -225[?] -51[?] 4344[?]  225[?] -226[?] 4343[?]  51[?] -226[?] 4342[?]  225[?] 224[?] 223[?] 4341[?]  -224[?] -225[?] 4340[?]  -223[?] -225[?] 4339[?]  -41[?] 224[?] 222[?] 4338[?]  -224[?] -222[?] 4337[?]  -224[?] 41[?] 4336[?]  41[?] -222[?] 223[?] 4335[?]  -223[?] 222[?] 4334[?]  -223[?] -41[?] 4333[?]  -221[?] -206[?] 222[?] 4332[?]  -222[?] 221[?] 4331[?]  -222[?] 206[?] 4330[?]  -220[?] 221[?] -210[?] 4329[?]  -221[?] 220[?] 4328[?]  -221[?] 210[?] 4327[?]  -214[?] 220[?] -219[?] 4326[?]  -220[?] 219[?] 4325[?]  -220[?] 214[?] 4324[?]  219[?] -216[?] -218[?] 4323[?]  218[?] -219[?] 4322[?]  216[?] -219[?] 4321[?]  218[?] -217[?] 31[?] 4320[?]  217[?] -218[?] 4319[?]  -31[?] -218[?] 4318[?]  217[?] 32[?] 30[?] 4317[?]  -32[?] -217[?] 4316[?]  -30[?] -217[?] 4315[?]  216[?] -215[?] 34[?] 4314[?]  215[?] -216[?] 4313[?]  -34[?] -216[?] 4312[?]  215[?] 35[?] 33[?] 4311[?]  -35[?] -215[?] 4310[?]  -33[?] -215[?] 4309[?]  -213[?] 37[?] 214[?] 4308[?]  -214[?] 213[?] 4307[?]  -214[?] -37[?] 4306[?]  -212[?] 36[?] 213[?] 4305[?]  -213[?] 212[?] 4304[?]  -213[?] -36[?] 4303[?]  -211[?] 38[?] 212[?] 4302[?]  -212[?] 211[?] 4301[?]  -38[?] -212[?] 4300[?]  39[?] 211[?] 21[?] 4299[?]  -39[?] -211[?] 4298[?]  -211[?] -21[?] 4297[?]  210[?] -209[?] 26[?] 4296[?]  209[?] -210[?] 4295[?]  -26[?] -210[?] 4294[?]  209[?] -208[?] 25[?] 4293[?]  208[?] -209[?] 4292[?]  -25[?] -209[?] 4291[?]  208[?] -207[?] 27[?] 4290[?]  207[?] -208[?] 4289[?]  -27[?] -208[?] 4288[?]  207[?] 28[?] 29[?] 4287[?]  -29[?] -207[?] 4286[?]  -28[?] -207[?] 4285[?]  40[?] 206[?] -205[?] 4284[?]  -206[?] 205[?] 4283[?]  -40[?] -206[?] 4282[?]  205[?] -204[?] 20[?] 4281[?]  204[?] -205[?] 4280[?]  -20[?] -205[?] 4279[?]  204[?] 22[?] -203[?] 4278[?]  203[?] -204[?] 4277[?]  -22[?] -204[?] 4276[?]  203[?] 24[?] 23[?] 4275[?]  -24[?] -203[?] 4274[?]  -23[?] -203[?] 4273[?]  
22.56/21.89	c qxplain 0/8048
22.72/21.96	c qxplain 4025/8048
22.72/21.98	c qxplain 6037/8048
22.72/21.98	c qxplain 7043/8048
22.72/21.99	c qxplain 7546/8048
22.72/22.00	c qxplain 7798/8048
22.72/22.01	c qxplain 7924/8048
22.72/22.02	c qxplain 7987/8048
22.90/22.03	c qxplain 8018/8048
22.90/22.03	c qxplain 8034/8048
22.90/22.04	c qxplain 8042/8048
22.90/22.04	c qxplain 8046/8048
22.90/22.05	c qxplain 8048/8048
22.90/22.06	c 4273[?] -23[?] -203[?]  is mandatory 
22.90/22.06	c qxplain 8046/8047
22.90/22.06	c qxplain 8047/8047
22.90/22.07	c 4274[?] -24[?] -203[?]  is mandatory 
22.90/22.07	c qxplain 8046/8046
22.90/22.08	c 4275[?] 203[?] 23[?] 24[?]  is mandatory 
22.90/22.08	c qxplain 8042/8045
22.90/22.08	c qxplain 8044/8045
22.90/22.09	c qxplain 8045/8045
22.97/22.12	c 4276[?] -22[?] -204[?]  is mandatory 
22.97/22.12	c qxplain 8044/8044
22.97/22.13	c 4277[?] 203[?] -204[?]  is mandatory 
22.97/22.13	c qxplain 8042/8043
22.97/22.14	c qxplain 8043/8043
22.97/22.14	c 4278[?] 204[?] -203[?] 22[?]  is mandatory 
22.97/22.14	c qxplain 8042/8042
22.97/22.15	c 4279[?] -20[?] -205[?]  is mandatory 
22.97/22.15	c qxplain 8034/8041
22.97/22.16	c qxplain 8038/8041
22.97/22.17	c qxplain 8040/8041
22.97/22.17	c qxplain 8041/8041
22.97/22.18	c 4280[?] 204[?] -205[?]  is mandatory 
22.97/22.18	c qxplain 8040/8040
22.97/22.18	c 4281[?] 205[?] -204[?] 20[?]  is mandatory 
22.97/22.18	c qxplain 8038/8039
22.97/22.19	c qxplain 8039/8039
23.47/22.63	c cleaning 7107 clauses out of 14239 with flag 1003/50256
26.06/25.30	c cleaning 6537 clauses out of 13130 with flag 7001/56254
28.96/28.17	c cleaning 6771 clauses out of 13593 with flag 14001/63254
32.57/31.70	c cleaning 7400 clauses out of 14821 with flag 22000/71253
36.37/35.56	c 4282[?] -40[?] -206[?]  is mandatory 
36.37/35.56	c qxplain 8038/8038
36.37/35.58	c 4283[?] 205[?] -206[?]  is mandatory 
36.37/35.58	c qxplain 8034/8037
36.37/35.59	c qxplain 8036/8037
36.37/35.60	c qxplain 8037/8037
36.47/35.60	c 4284[?] 206[?] -205[?] 40[?]  is mandatory 
36.47/35.60	c qxplain 8036/8036
36.47/35.61	c 4285[?] -28[?] -207[?]  is mandatory 
36.47/35.61	c qxplain 8034/8035
36.47/35.62	c qxplain 8035/8035
36.47/35.62	c 4286[?] -207[?] -29[?]  is mandatory 
36.47/35.62	c qxplain 8034/8034
36.47/35.63	c 4287[?] 207[?] 29[?] 28[?]  is mandatory 
36.47/35.63	c qxplain 8018/8033
36.47/35.64	c qxplain 8026/8033
36.47/35.64	c qxplain 8030/8033
36.47/35.65	c qxplain 8032/8033
36.47/35.65	c qxplain 8033/8033
36.47/35.66	c 4288[?] -208[?] -27[?]  is mandatory 
36.47/35.66	c qxplain 8032/8032
36.47/35.66	c 4289[?] -208[?] 207[?]  is mandatory 
36.47/35.66	c qxplain 8030/8031
36.47/35.67	c qxplain 8031/8031
36.47/35.67	c 4290[?] 208[?] -207[?] 27[?]  is mandatory 
36.47/35.67	c qxplain 8030/8030
36.47/35.68	c 4291[?] -25[?] -209[?]  is mandatory 
36.47/35.68	c qxplain 8026/8029
36.47/35.68	c qxplain 8028/8029
36.47/35.69	c qxplain 8029/8029
36.47/35.69	c 4292[?] -209[?] 208[?]  is mandatory 
36.47/35.69	c qxplain 8028/8028
36.58/35.70	c 4293[?] 209[?] -208[?] 25[?]  is mandatory 
36.58/35.70	c qxplain 8026/8027
36.58/35.71	c qxplain 8027/8027
36.58/35.71	c 4294[?] -26[?] -210[?]  is mandatory 
36.58/35.71	c qxplain 8026/8026
36.58/35.72	c 4295[?] -210[?] 209[?]  is mandatory 
36.58/35.72	c qxplain 8018/8025
36.58/35.72	c qxplain 8022/8025
36.58/35.73	c qxplain 8024/8025
36.58/35.73	c qxplain 8025/8025
36.58/35.74	c 4296[?] 210[?] -209[?] 26[?]  is mandatory 
36.58/35.74	c qxplain 8024/8024
36.58/35.74	c 4297[?] -211[?] -21[?]  is mandatory 
36.58/35.74	c qxplain 8022/8023
36.58/35.75	c qxplain 8023/8023
36.58/35.76	c 4298[?] -39[?] -211[?]  is mandatory 
36.58/35.76	c qxplain 8022/8022
36.58/35.76	c 4299[?] 211[?] 39[?] 21[?]  is mandatory 
36.58/35.76	c qxplain 8018/8021
36.58/35.77	c qxplain 8020/8021
36.58/35.77	c qxplain 8021/8021
36.58/35.78	c 4300[?] -212[?] -38[?]  is mandatory 
36.58/35.78	c qxplain 8020/8020
36.58/35.78	c 4301[?] 211[?] -212[?]  is mandatory 
36.58/35.78	c qxplain 8018/8019
36.58/35.79	c qxplain 8019/8019
36.58/35.79	c 4302[?] 212[?] -211[?] 38[?]  is mandatory 
36.58/35.79	c qxplain 8018/8018
36.67/35.80	c 4303[?] -213[?] -36[?]  is mandatory 
36.67/35.80	c qxplain 7987/8017
36.67/35.80	c qxplain 8003/8017
36.67/35.81	c qxplain 8011/8017
36.67/35.81	c qxplain 8015/8017
36.67/35.82	c qxplain 8017/8017
36.67/35.82	c 4304[?] -213[?] 212[?]  is mandatory 
36.67/35.82	c qxplain 8015/8016
36.67/35.83	c qxplain 8016/8016
36.67/35.83	c 4305[?] 213[?] -212[?] 36[?]  is mandatory 
36.67/35.83	c qxplain 8015/8015
36.67/35.84	c 4306[?] -37[?] -214[?]  is mandatory 
36.67/35.84	c qxplain 8011/8014
36.67/35.85	c qxplain 8013/8014
36.67/35.85	c qxplain 8014/8014
36.67/35.86	c 4307[?] -214[?] 213[?]  is mandatory 
36.67/35.86	c qxplain 8013/8013
36.67/35.86	c 4308[?] 214[?] -213[?] 37[?]  is mandatory 
36.67/35.86	c qxplain 8011/8012
36.67/35.87	c qxplain 8012/8012
36.67/35.87	c 4309[?] -215[?] -33[?]  is mandatory 
36.67/35.87	c qxplain 8011/8011
36.67/35.88	c 4310[?] -215[?] -35[?]  is mandatory 
36.67/35.88	c qxplain 8003/8010
36.67/35.88	c qxplain 8007/8010
36.67/35.89	c qxplain 8009/8010
36.67/35.89	c qxplain 8010/8010
36.77/35.90	c 4311[?] 215[?] 35[?] 33[?]  is mandatory 
36.77/35.90	c qxplain 8009/8009
36.77/35.90	c 4312[?] -216[?] -34[?]  is mandatory 
36.77/35.90	c qxplain 8007/8008
36.77/35.91	c qxplain 8008/8008
36.77/35.91	c 4313[?] -216[?] 215[?]  is mandatory 
36.77/35.91	c qxplain 8007/8007
36.77/35.92	c 4314[?] 216[?] -215[?] 34[?]  is mandatory 
36.77/35.92	c qxplain 8003/8006
36.77/35.93	c qxplain 8005/8006
36.77/35.93	c qxplain 8006/8006
36.77/35.94	c 4315[?] -217[?] -30[?]  is mandatory 
36.77/35.94	c qxplain 8005/8005
36.77/35.94	c 4316[?] -217[?] -32[?]  is mandatory 
36.77/35.94	c qxplain 8003/8004
36.77/35.95	c qxplain 8004/8004
36.77/35.95	c 4317[?] 217[?] 32[?] 30[?]  is mandatory 
36.77/35.95	c qxplain 8003/8003
36.77/35.96	c 4318[?] -218[?] -31[?]  is mandatory 
36.77/35.96	c qxplain 7987/8002
36.77/35.96	c qxplain 7995/8002
36.77/35.97	c qxplain 7999/8002
36.77/35.97	c qxplain 8001/8002
36.77/35.98	c qxplain 8002/8002
36.77/35.98	c 4319[?] -218[?] 217[?]  is mandatory 
36.77/35.98	c qxplain 8001/8001
36.77/35.99	c 4320[?] 218[?] -217[?] 31[?]  is mandatory 
36.77/35.99	c qxplain 7999/8000
36.77/35.99	c qxplain 8000/8000
36.87/36.00	c 4321[?] -219[?] 216[?]  is mandatory 
36.87/36.00	c qxplain 7999/7999
36.87/36.01	c 4322[?] -219[?] 218[?]  is mandatory 
36.87/36.01	c qxplain 7995/7998
36.87/36.01	c qxplain 7997/7998
36.87/36.02	c qxplain 7998/7998
36.87/36.02	c 4323[?] 219[?] -218[?] -216[?]  is mandatory 
36.87/36.02	c qxplain 7997/7997
36.87/36.03	c 4324[?] -220[?] 214[?]  is mandatory 
36.87/36.03	c qxplain 7995/7996
36.87/36.03	c qxplain 7996/7996
36.87/36.04	c 4325[?] -220[?] 219[?]  is mandatory 
36.87/36.04	c qxplain 7995/7995
36.87/36.04	c 4326[?] 220[?] -214[?] -219[?]  is mandatory 
36.87/36.04	c qxplain 7987/7994
36.87/36.05	c qxplain 7991/7994
36.87/36.05	c qxplain 7993/7994
36.87/36.06	c qxplain 7994/7994
36.87/36.06	c 4327[?] -221[?] 210[?]  is mandatory 
36.87/36.06	c qxplain 7993/7993
36.87/36.07	c 4328[?] -221[?] 220[?]  is mandatory 
36.87/36.07	c qxplain 7991/7992
36.87/36.08	c qxplain 7992/7992
36.87/36.08	c 4329[?] 221[?] -210[?] -220[?]  is mandatory 
36.87/36.08	c qxplain 7991/7991
36.87/36.09	c 4330[?] 206[?] -222[?]  is mandatory 
36.87/36.09	c qxplain 7987/7990
36.87/36.09	c qxplain 7989/7990
36.97/36.10	c qxplain 7990/7990
36.97/36.10	c 4331[?] -222[?] 221[?]  is mandatory 
36.97/36.10	c qxplain 7989/7989
36.97/36.11	c 4332[?] 222[?] -206[?] -221[?]  is mandatory 
36.97/36.11	c qxplain 7987/7988
36.97/36.11	c qxplain 7988/7988
36.97/36.18	c 4333[?] -223[?] -41[?]  is mandatory 
36.97/36.18	c qxplain 7987/7987
36.97/36.18	c 4334[?] -223[?] 222[?]  is mandatory 
36.97/36.18	c qxplain 7924/7986
36.97/36.19	c qxplain 7956/7986
37.07/36.22	c qxplain 7972/7986
37.07/36.23	c qxplain 7980/7986
37.07/36.23	c qxplain 7984/7986
37.07/36.24	c qxplain 7986/7986
37.07/36.24	c 4335[?] 223[?] -222[?] 41[?]  is mandatory 
37.07/36.24	c qxplain 7984/7985
37.07/36.25	c qxplain 7985/7985
37.07/36.26	c 4336[?] -224[?] 41[?]  is mandatory 
37.07/36.26	c qxplain 7984/7984
37.26/36.40	c 4337[?] -224[?] -222[?]  is mandatory 
37.26/36.40	c qxplain 7980/7983
37.26/36.41	c qxplain 7982/7983
37.26/36.42	c qxplain 7983/7983
37.26/36.46	c 4338[?] 222[?] -41[?] 224[?]  is mandatory 
37.26/36.46	c qxplain 7982/7982
37.26/36.47	c 4339[?] -225[?] -223[?]  is mandatory 
37.26/36.47	c qxplain 7980/7981
37.26/36.48	c qxplain 7981/7981
37.35/36.53	c 4340[?] -224[?] -225[?]  is mandatory 
37.35/36.53	c qxplain 7980/7980
37.35/36.54	c 4341[?] 225[?] 223[?] 224[?]  is mandatory 
37.35/36.54	c qxplain 7972/7979
37.35/36.54	c qxplain 7976/7979
37.35/36.55	c qxplain 7978/7979
37.35/36.55	c qxplain 7979/7979
37.45/36.61	c 4342[?] -226[?] 51[?]  is mandatory 
37.45/36.61	c qxplain 7978/7978
37.45/36.62	c 4343[?] -226[?] 225[?]  is mandatory 
37.45/36.62	c qxplain 7976/7977
37.45/36.62	c qxplain 7977/7977
37.45/36.63	c 4344[?] 226[?] -225[?] -51[?]  is mandatory 
37.45/36.63	c qxplain 7976/7976
37.45/36.68	c 4345[?] -227[?] 41[?]  is mandatory 
37.45/36.68	c qxplain 7972/7975
37.45/36.68	c qxplain 7974/7975
37.45/36.69	c qxplain 7975/7975
37.55/36.75	c 4346[?] -227[?] -51[?]  is mandatory 
37.55/36.75	c qxplain 7974/7974
37.65/36.82	c 4347[?] 227[?] -41[?] 51[?]  is mandatory 
37.65/36.82	c qxplain 7972/7973
37.65/36.82	c qxplain 7973/7973
37.65/36.83	c 4348[?] -228[?] -226[?]  is mandatory 
37.65/36.83	c qxplain 7972/7972
37.65/36.89	c 4349[?] -228[?] -227[?]  is mandatory 
37.65/36.89	c qxplain 7956/7971
37.65/36.89	c qxplain 7964/7971
37.75/36.90	c qxplain 7968/7971
37.75/36.91	c qxplain 7970/7971
37.75/36.91	c qxplain 7971/7971
37.75/36.92	c 4350[?] 228[?] 226[?] 227[?]  is mandatory 
37.75/36.92	c qxplain 7970/7970
37.75/36.92	c 4351[?] -33[?] -229[?]  is mandatory 
37.75/36.92	c qxplain 7968/7969
37.75/36.93	c qxplain 7969/7969
37.75/36.93	c 4352[?] -34[?] -229[?]  is mandatory 
37.75/36.93	c qxplain 7968/7968
37.75/36.94	c 4353[?] 229[?] 34[?] 33[?]  is mandatory 
37.75/36.94	c qxplain 7964/7967
37.75/36.95	c qxplain 7966/7967
37.75/36.95	c qxplain 7967/7967
37.75/36.96	c 4354[?] -32[?] -230[?]  is mandatory 
37.75/36.96	c qxplain 7966/7966
37.75/36.96	c 4355[?] 229[?] -230[?]  is mandatory 
37.75/36.96	c qxplain 7964/7965
37.75/36.97	c qxplain 7965/7965
37.75/36.97	c 4356[?] 230[?] -229[?] 32[?]  is mandatory 
37.75/36.97	c qxplain 7964/7964
37.75/36.98	c 4357[?] -30[?] -231[?]  is mandatory 
37.75/36.98	c qxplain 7956/7963
37.75/36.99	c qxplain 7960/7963
37.75/36.99	c qxplain 7962/7963
37.86/37.00	c qxplain 7963/7963
37.86/37.00	c 4358[?] 230[?] -231[?]  is mandatory 
37.86/37.00	c qxplain 7962/7962
37.86/37.01	c 4359[?] 231[?] -230[?] 30[?]  is mandatory 
37.86/37.01	c qxplain 7960/7961
37.86/37.02	c qxplain 7961/7961
37.86/37.02	c 4360[?] -31[?] -232[?]  is mandatory 
37.86/37.02	c qxplain 7960/7960
37.86/37.03	c 4361[?] 231[?] -232[?]  is mandatory 
37.86/37.03	c qxplain 7956/7959
37.86/37.03	c qxplain 7958/7959
37.86/37.04	c qxplain 7959/7959
37.86/37.04	c 4362[?] 232[?] -231[?] 31[?]  is mandatory 
37.86/37.04	c qxplain 7958/7958
39.64/38.84	c 4363[?] -38[?] -233[?]  is mandatory 
39.64/38.84	c qxplain 7956/7957
39.64/38.85	c qxplain 7957/7957
39.74/38.94	c 4364[?] -233[?] -39[?]  is mandatory 
39.74/38.94	c qxplain 7956/7956
39.74/38.94	c 4365[?] 233[?] 39[?] 38[?]  is mandatory 
39.74/38.94	c qxplain 7924/7955
39.74/38.95	c qxplain 7940/7955
39.74/38.96	c qxplain 7948/7955
39.74/38.96	c qxplain 7952/7955
39.74/38.97	c qxplain 7954/7955
39.84/39.05	c qxplain 7955/7955
39.94/39.18	c 4366[?] -37[?] -234[?]  is mandatory 
39.94/39.18	c qxplain 7954/7954
40.14/39.31	c 4367[?] -234[?] 233[?]  is mandatory 
40.14/39.31	c qxplain 7952/7953
40.14/39.32	c qxplain 7953/7953
40.14/39.32	c 4368[?] 234[?] -233[?] 37[?]  is mandatory 
40.14/39.32	c qxplain 7952/7952
40.24/39.40	c 4369[?] -35[?] -235[?]  is mandatory 
40.24/39.40	c qxplain 7948/7951
40.24/39.41	c qxplain 7950/7951
40.24/39.41	c qxplain 7951/7951
40.34/39.56	c 4370[?] 234[?] -235[?]  is mandatory 
40.34/39.56	c qxplain 7950/7950
40.34/39.57	c 4371[?] 235[?] -234[?] 35[?]  is mandatory 
40.34/39.57	c qxplain 7948/7949
40.46/39.66	c qxplain 7949/7949
40.63/39.86	c 4372[?] -36[?] -236[?]  is mandatory 
40.63/39.86	c qxplain 7948/7948
40.73/39.94	c 4373[?] 235[?] -236[?]  is mandatory 
40.73/39.94	c qxplain 7940/7947
40.73/39.94	c qxplain 7944/7947
40.73/39.95	c qxplain 7946/7947
40.73/39.96	c qxplain 7947/7947
40.73/39.96	c 4374[?] 236[?] -235[?] 36[?]  is mandatory 
40.73/39.96	c qxplain 7946/7946
40.83/40.04	c 4375[?] -21[?] -237[?]  is mandatory 
40.83/40.04	c qxplain 7944/7945
40.83/40.05	c qxplain 7945/7945
40.94/40.13	c 4376[?] 204[?] -237[?]  is mandatory 
40.94/40.14	c qxplain 7944/7944
40.94/40.14	c 4377[?] 237[?] -204[?] 21[?]  is mandatory 
40.94/40.14	c qxplain 7940/7943
40.94/40.15	c qxplain 7942/7943
41.04/40.22	c qxplain 7943/7943
41.04/40.28	c 4378[?] -20[?] -238[?]  is mandatory 
41.04/40.28	c qxplain 7942/7942
41.14/40.36	c 4379[?] 237[?] -238[?]  is mandatory 
41.14/40.36	c qxplain 7940/7941
41.14/40.37	c qxplain 7941/7941
41.14/40.37	c 4380[?] 238[?] -237[?] 20[?]  is mandatory 
41.14/40.37	c qxplain 7940/7940
41.24/40.42	c 4381[?] 210[?] -239[?]  is mandatory 
41.24/40.42	c qxplain 7924/7939
41.24/40.43	c qxplain 7932/7939
41.24/40.44	c qxplain 7936/7939
41.24/40.44	c qxplain 7938/7939
41.24/40.45	c qxplain 7939/7939
41.34/40.51	c 4382[?] 238[?] -239[?]  is mandatory 
41.34/40.51	c qxplain 7938/7938
41.34/40.52	c 4383[?] 239[?] -238[?] -210[?]  is mandatory 
41.34/40.52	c qxplain 7936/7937
41.34/40.59	c qxplain 7937/7937
41.44/40.65	c 4384[?] 236[?] -240[?]  is mandatory 
41.44/40.65	c qxplain 7936/7936
41.44/40.71	c 4385[?] 239[?] -240[?]  is mandatory 
41.44/40.71	c qxplain 7932/7935
41.44/40.72	c qxplain 7934/7935
41.56/40.72	c qxplain 7935/7935
41.56/40.73	c 4386[?] 240[?] -239[?] -236[?]  is mandatory 
41.56/40.73	c qxplain 7934/7934
41.64/40.84	c 4387[?] 232[?] -241[?]  is mandatory 
41.64/40.84	c qxplain 7932/7933
41.64/40.85	c qxplain 7933/7933
41.64/40.89	c 4388[?] 240[?] -241[?]  is mandatory 
41.64/40.89	c qxplain 7932/7932
41.64/40.90	c 4389[?] 241[?] -240[?] -232[?]  is mandatory 
41.64/40.90	c qxplain 7924/7931
41.73/40.91	c qxplain 7928/7931
41.73/40.91	c qxplain 7930/7931
41.73/40.92	c qxplain 7931/7931
41.73/40.93	c 4390[?] -242[?] 40[?]  is mandatory 
41.73/40.93	c qxplain 7930/7930
41.73/40.99	c 4391[?] -241[?] -242[?]  is mandatory 
41.73/40.99	c qxplain 7928/7929
41.83/41.00	c qxplain 7929/7929
41.83/41.04	c 4392[?] 241[?] -40[?] 242[?]  is mandatory 
41.83/41.04	c qxplain 7928/7928
41.83/41.05	c 4393[?] -243[?] -222[?]  is mandatory 
41.83/41.05	c qxplain 7924/7927
41.83/41.06	c qxplain 7926/7927
41.83/41.06	c qxplain 7927/7927
41.93/41.14	c 4394[?] -242[?] -243[?]  is mandatory 
41.93/41.14	c qxplain 7926/7926
41.93/41.15	c 4395[?] 243[?] 222[?] 242[?]  is mandatory 
41.93/41.15	c qxplain 7924/7925
41.93/41.16	c qxplain 7925/7925
42.03/41.23	c 4396[?] -244[?] 51[?]  is mandatory 
42.03/41.23	c qxplain 7924/7924
42.03/41.24	c 4397[?] -244[?] 243[?]  is mandatory 
42.03/41.24	c qxplain 7798/7923
42.03/41.24	c qxplain 7861/7923
42.03/41.25	c qxplain 7893/7923
42.03/41.26	c qxplain 7909/7923
42.03/41.27	c qxplain 7917/7923
42.03/41.27	c qxplain 7921/7923
42.03/41.28	c qxplain 7923/7923
42.03/41.29	c 4398[?] 244[?] -243[?] -51[?]  is mandatory 
42.03/41.29	c qxplain 7921/7922
42.03/41.29	c qxplain 7922/7922
42.14/41.35	c 4399[?] -245[?] 40[?]  is mandatory 
42.14/41.35	c qxplain 7921/7921
42.24/41.42	c 4400[?] -245[?] -51[?]  is mandatory 
42.24/41.42	c qxplain 7917/7920
42.24/41.43	c qxplain 7919/7920
42.24/41.44	c qxplain 7920/7920
42.24/41.49	c 4401[?] 245[?] -40[?] 51[?]  is mandatory 
42.24/41.49	c qxplain 7919/7919
42.24/41.49	c 4402[?] -246[?] -244[?]  is mandatory 
42.24/41.49	c qxplain 7917/7918
42.34/41.50	c qxplain 7918/7918
42.34/41.54	c 4403[?] -245[?] -246[?]  is mandatory 
42.34/41.54	c qxplain 7917/7917
42.34/41.55	c 4404[?] 246[?] 244[?] 245[?]  is mandatory 
42.34/41.55	c qxplain 7909/7916
42.44/41.67	c qxplain 7913/7916
42.64/41.83	c qxplain 7915/7916
42.71/41.93	c qxplain 7916/7916
42.71/41.98	c 4405[?] -21[?] -247[?]  is mandatory 
42.71/41.98	c qxplain 7915/7915
42.81/42.08	c 4406[?] -38[?] -247[?]  is mandatory 
42.81/42.08	c qxplain 7913/7914
42.91/42.16	c qxplain 7914/7914
43.31/42.52	c 4407[?] 247[?] 38[?] 21[?]  is mandatory 
43.31/42.52	c qxplain 7913/7913
43.41/42.64	c 4408[?] -37[?] -248[?]  is mandatory 
43.41/42.64	c qxplain 7909/7912
43.41/42.68	c qxplain 7911/7912
43.51/42.70	c qxplain 7912/7912
43.51/42.71	c 4409[?] 247[?] -248[?]  is mandatory 
43.51/42.71	c qxplain 7911/7911
43.61/42.83	c 4410[?] 248[?] -247[?] 37[?]  is mandatory 
43.61/42.83	c qxplain 7909/7910
43.61/42.85	c qxplain 7910/7910
43.61/42.85	c 4411[?] -35[?] -249[?]  is mandatory 
43.61/42.85	c qxplain 7909/7909
43.61/42.86	c 4412[?] 248[?] -249[?]  is mandatory 
43.61/42.86	c qxplain 7893/7908
43.61/42.87	c qxplain 7901/7908
43.61/42.87	c qxplain 7905/7908
43.61/42.89	c qxplain 7907/7908
43.61/42.89	c qxplain 7908/7908
43.72/42.96	c 4413[?] 249[?] -248[?] 35[?]  is mandatory 
43.72/42.96	c qxplain 7907/7907
43.72/42.97	c 4414[?] -36[?] -250[?]  is mandatory 
43.72/42.97	c qxplain 7905/7906
43.72/42.98	c qxplain 7906/7906
43.72/42.99	c 4415[?] 249[?] -250[?]  is mandatory 
43.72/42.99	c qxplain 7905/7905
43.79/43.05	c 4416[?] 250[?] -249[?] 36[?]  is mandatory 
43.79/43.05	c qxplain 7901/7904
43.79/43.06	c qxplain 7903/7904
43.79/43.06	c qxplain 7904/7904
43.79/43.07	c 4417[?] -26[?] -251[?]  is mandatory 
43.79/43.07	c qxplain 7903/7903
43.79/43.08	c 4418[?] -27[?] -251[?]  is mandatory 
43.79/43.08	c qxplain 7901/7902
43.79/43.08	c qxplain 7902/7902
43.79/43.09	c 4419[?] 251[?] 27[?] 26[?]  is mandatory 
43.79/43.09	c qxplain 7901/7901
43.90/43.10	c 4420[?] -28[?] -252[?]  is mandatory 
43.90/43.10	c qxplain 7893/7900
43.90/43.10	c qxplain 7897/7900
43.90/43.11	c qxplain 7899/7900
43.90/43.11	c qxplain 7900/7900
43.90/43.12	c 4421[?] 251[?] -252[?]  is mandatory 
43.90/43.12	c qxplain 7899/7899
43.90/43.13	c 4422[?] 252[?] -251[?] 28[?]  is mandatory 
43.90/43.13	c qxplain 7897/7898
43.90/43.13	c qxplain 7898/7898
43.90/43.14	c 4423[?] -29[?] -253[?]  is mandatory 
43.90/43.14	c qxplain 7897/7897
43.90/43.15	c 4424[?] 252[?] -253[?]  is mandatory 
43.90/43.15	c qxplain 7893/7896
43.90/43.15	c qxplain 7895/7896
43.90/43.16	c qxplain 7896/7896
43.90/43.17	c 4425[?] 253[?] -252[?] 29[?]  is mandatory 
43.90/43.17	c qxplain 7895/7895
43.90/43.17	c 4426[?] -24[?] -254[?]  is mandatory 
43.90/43.17	c qxplain 7893/7894
43.90/43.18	c qxplain 7894/7894
43.90/43.19	c 4427[?] -25[?] -254[?]  is mandatory 
43.90/43.19	c qxplain 7893/7893
43.99/43.23	c 4428[?] 24[?] 25[?] 254[?]  is mandatory 
43.99/43.23	c qxplain 7861/7892
43.99/43.23	c qxplain 7877/7892
43.99/43.25	c qxplain 7885/7892
43.99/43.26	c qxplain 7889/7892
43.99/43.27	c qxplain 7891/7892
43.99/43.27	c qxplain 7892/7892
43.99/43.28	c 4429[?] -23[?] -255[?]  is mandatory 
43.99/43.28	c qxplain 7891/7891
43.99/43.29	c 4430[?] 254[?] -255[?]  is mandatory 
43.99/43.29	c qxplain 7889/7890
43.99/43.29	c qxplain 7890/7890
44.09/43.31	c 4431[?] 255[?] -254[?] 23[?]  is mandatory 
44.09/43.31	c qxplain 7889/7889
44.09/43.31	c 4432[?] -20[?] -256[?]  is mandatory 
44.09/43.31	c qxplain 7885/7888
44.09/43.32	c qxplain 7887/7888
44.09/43.33	c qxplain 7888/7888
44.09/43.33	c 4433[?] 255[?] -256[?]  is mandatory 
44.09/43.33	c qxplain 7887/7887
44.20/43.42	c 4434[?] 256[?] -255[?] 20[?]  is mandatory 
44.20/43.42	c qxplain 7885/7886
44.20/43.43	c qxplain 7886/7886
44.20/43.44	c 4435[?] -22[?] -257[?]  is mandatory 
44.20/43.44	c qxplain 7885/7885
44.20/43.44	c 4436[?] 256[?] -257[?]  is mandatory 
44.20/43.44	c qxplain 7877/7884
44.20/43.46	c qxplain 7881/7884
44.20/43.46	c qxplain 7883/7884
44.20/43.47	c qxplain 7884/7884
44.30/43.50	c 4437[?] 257[?] -256[?] 22[?]  is mandatory 
44.30/43.50	c qxplain 7883/7883
44.30/43.51	c 4438[?] 253[?] -258[?]  is mandatory 
44.30/43.51	c qxplain 7881/7882
44.30/43.51	c qxplain 7882/7882
44.30/43.52	c 4439[?] 257[?] -258[?]  is mandatory 
44.30/43.52	c qxplain 7881/7881
44.30/43.55	c 4440[?] 258[?] -257[?] -253[?]  is mandatory 
44.30/43.55	c qxplain 7877/7880
44.30/43.56	c qxplain 7879/7880
44.30/43.56	c qxplain 7880/7880
44.30/43.57	c 4441[?] 250[?] -259[?]  is mandatory 
44.30/43.57	c qxplain 7879/7879
44.30/43.58	c 4442[?] 258[?] -259[?]  is mandatory 
44.30/43.58	c qxplain 7877/7878
44.30/43.58	c qxplain 7878/7878
44.40/43.68	c 4443[?] 259[?] -258[?] -250[?]  is mandatory 
44.40/43.68	c qxplain 7877/7877
44.40/43.69	c 4444[?] 232[?] -260[?]  is mandatory 
44.40/43.69	c qxplain 7861/7876
44.40/43.69	c qxplain 7869/7876
44.50/43.70	c qxplain 7873/7876
44.50/43.72	c qxplain 7875/7876
44.50/43.73	c qxplain 7876/7876
44.50/43.74	c 4445[?] 259[?] -260[?]  is mandatory 
44.50/43.74	c qxplain 7875/7875
44.50/43.75	c 4446[?] 260[?] -259[?] -232[?]  is mandatory 
44.50/43.75	c qxplain 7873/7874
44.50/43.78	c qxplain 7874/7874
44.59/43.80	c 4447[?] 39[?] -261[?]  is mandatory 
44.59/43.80	c qxplain 7873/7873
44.59/43.81	c 4448[?] -261[?] -260[?]  is mandatory 
44.59/43.81	c qxplain 7869/7872
44.59/43.82	c qxplain 7871/7872
44.59/43.82	c qxplain 7872/7872
44.59/43.83	c 4449[?] 260[?] -39[?] 261[?]  is mandatory 
44.59/43.83	c qxplain 7871/7871
44.59/43.84	c 4450[?] -262[?] -241[?]  is mandatory 
44.59/43.84	c qxplain 7869/7870
44.59/43.85	c qxplain 7870/7870
44.59/43.86	c 4451[?] -261[?] -262[?]  is mandatory 
44.59/43.86	c qxplain 7869/7869
44.59/43.87	c 4452[?] 261[?] 241[?] 262[?]  is mandatory 
44.59/43.87	c qxplain 7861/7868
44.59/43.88	c qxplain 7865/7868
44.59/43.89	c qxplain 7867/7868
44.59/43.89	c qxplain 7868/7868
44.70/44.01	c 4453[?] -263[?] 51[?]  is mandatory 
44.70/44.01	c qxplain 7867/7867
44.70/44.02	c 4454[?] -263[?] 262[?]  is mandatory 
44.70/44.02	c qxplain 7865/7866
44.82/44.08	c qxplain 7866/7866
44.82/44.09	c 4455[?] -262[?] 263[?] -51[?]  is mandatory 
44.82/44.09	c qxplain 7865/7865
45.00/44.28	c 4456[?] -264[?] 39[?]  is mandatory 
45.00/44.28	c qxplain 7861/7864
45.00/44.29	c qxplain 7863/7864
45.09/44.36	c qxplain 7864/7864
45.09/44.37	c 4457[?] -264[?] -51[?]  is mandatory 
45.09/44.37	c qxplain 7863/7863
45.09/44.38	c 4458[?] -39[?] 264[?] 51[?]  is mandatory 
45.09/44.38	c qxplain 7861/7862
45.09/44.39	c qxplain 7862/7862
45.19/44.40	c 4459[?] -263[?] -265[?]  is mandatory 
45.19/44.40	c qxplain 7861/7861
45.19/44.42	c 4460[?] -264[?] -265[?]  is mandatory 
45.19/44.42	c qxplain 7798/7860
45.19/44.42	c qxplain 7830/7860
45.19/44.43	c qxplain 7846/7860
45.19/44.44	c qxplain 7854/7860
45.19/44.44	c qxplain 7858/7860
45.19/44.45	c qxplain 7860/7860
45.19/44.46	c 4461[?] 265[?] 263[?] 264[?]  is mandatory 
45.19/44.46	c qxplain 7858/7859
45.19/44.47	c qxplain 7859/7859
45.19/44.47	c 4462[?] -266[?] -246[?]  is mandatory 
45.19/44.47	c qxplain 7858/7858
45.30/44.50	c 4463[?] -266[?] 265[?]  is mandatory 
45.30/44.50	c qxplain 7854/7857
45.30/44.51	c qxplain 7856/7857
45.30/44.59	c qxplain 7857/7857
46.90/46.14	c qxplain 7856/7856
46.90/46.16	c 4465[?] -267[?] -228[?]  is mandatory 
46.90/46.16	c qxplain 7854/7855
47.03/46.27	c qxplain 7855/7855
47.22/46.42	c 4466[?] -267[?] 266[?]  is mandatory 
47.22/46.42	c qxplain 7854/7854
47.91/47.11	c 4468[?] -30[?] -268[?]  is mandatory 
47.91/47.11	c qxplain 7846/7853
47.91/47.12	c qxplain 7850/7853
47.91/47.13	c qxplain 7852/7853
47.91/47.14	c qxplain 7853/7853
47.91/47.18	c 4469[?] -268[?] -31[?]  is mandatory 
47.91/47.18	c qxplain 7852/7852
47.91/47.19	c 4470[?] 268[?] 31[?] 30[?]  is mandatory 
47.91/47.19	c qxplain 7850/7851
48.62/47.86	c cleaning 15707 clauses out of 31428 with flag 1000/95261
49.00/48.13	c qxplain 7851/7851
49.00/48.14	c 4471[?] -269[?] -32[?]  is mandatory 
49.00/48.14	c qxplain 7850/7850
49.00/48.15	c 4472[?] 268[?] -269[?]  is mandatory 
49.00/48.15	c qxplain 7846/7849
49.00/48.17	c qxplain 7848/7849
49.00/48.18	c qxplain 7849/7849
49.00/48.18	c 4473[?] 269[?] 32[?] -268[?]  is mandatory 
49.00/48.18	c qxplain 7848/7848
50.00/49.17	c qxplain 7846/7847
50.00/49.18	c qxplain 7847/7847
50.00/49.19	c qxplain 7846/7846
50.12/49.20	c 4476[?] 270[?] -269[?] 33[?]  is mandatory 
50.12/49.20	c qxplain 7830/7845
50.12/49.21	c qxplain 7838/7845
52.12/51.28	c cleaning 10957 clauses out of 21944 with flag 4000/101485
52.23/51.35	c qxplain 7830/7837
52.23/51.38	c qxplain 7834/7837
52.23/51.39	c qxplain 7836/7837
55.69/54.10	c cleaning 8055 clauses out of 16153 with flag 5001/106652
55.69/54.19	c qxplain 7837/7837
58.19/56.66	c cleaning 6649 clauses out of 13335 with flag 5000/111889
60.59/59.06	c cleaning 6317 clauses out of 12686 with flag 11000/117889
63.79/62.26	c cleaning 6657 clauses out of 13369 with flag 18000/124889
67.79/66.29	c cleaning 7335 clauses out of 14712 with flag 26000/132889
72.60/71.06	c cleaning 8175 clauses out of 16377 with flag 35000/141889
75.10/73.53	c qxplain 7836/7836
75.20/73.64	c 4486[?] -274[?] -40[?]  is mandatory 
75.20/73.64	c qxplain 7834/7835
75.20/73.65	c qxplain 7835/7835
75.20/73.66	c 4487[?] -42[?] -274[?]  is mandatory 
75.20/73.66	c qxplain 7834/7834
75.31/73.76	c 4488[?] 274[?] 42[?] 40[?]  is mandatory 
75.31/73.76	c qxplain 7830/7833
75.31/73.77	c qxplain 7832/7833
75.31/73.78	c qxplain 7833/7833
75.31/73.79	c 4489[?] -41[?] -275[?]  is mandatory 
75.31/73.79	c qxplain 7832/7832
75.31/73.80	c 4490[?] -275[?] 274[?]  is mandatory 
75.31/73.80	c qxplain 7830/7831
75.50/73.90	c qxplain 7831/7831
75.60/74.02	c 4491[?] 275[?] -274[?] 41[?]  is mandatory 
75.60/74.02	c qxplain 7830/7830
75.60/74.07	c qxplain 7798/7829
75.60/74.08	c qxplain 7814/7829
78.90/77.30	c cleaning 10627 clauses out of 21277 with flag 5000/154966
78.90/77.37	c qxplain 7822/7829
80.01/78.45	c qxplain 7814/7821
80.01/78.47	c qxplain 7818/7821
80.01/78.47	c qxplain 7814/7817
80.01/78.48	c qxplain 7816/7817
80.01/78.49	c qxplain 7814/7815
80.11/78.50	c qxplain 7815/7815
80.11/78.52	c qxplain 7814/7814
80.11/78.53	c 4508[?] -281[?] -44[?]  is mandatory 
80.11/78.53	c qxplain 7798/7813
80.11/78.54	c qxplain 7806/7813
82.03/80.45	c cleaning 8340 clauses out of 16730 with flag 3002/161048
82.11/80.59	c qxplain 7810/7813
82.21/80.60	c qxplain 7812/7813
82.21/80.61	c qxplain 7813/7813
84.51/82.95	c cleaning 6798 clauses out of 13669 with flag 5001/166327
86.61/85.05	c qxplain 7812/7812
88.71/87.19	c cleaning 8913 clauses out of 17855 with flag 5002/177312
91.82/90.26	c cleaning 7444 clauses out of 14943 with flag 11003/183313
94.81/93.22	c cleaning 7245 clauses out of 14497 with flag 18001/190311
98.31/96.71	c cleaning 7597 clauses out of 15252 with flag 26001/198311
102.93/101.36	c cleaning 8310 clauses out of 16654 with flag 35000/207310
107.51/105.95	c 4510[?] -45[?] -282[?]  is mandatory 
107.51/105.95	c qxplain 7810/7811
107.51/105.96	c qxplain 7811/7811
107.71/106.10	c 4511[?] 281[?] -282[?]  is mandatory 
107.71/106.10	c qxplain 7810/7810
108.51/106.97	c qxplain 7806/7809
108.61/107.00	c qxplain 7808/7809
108.61/107.01	c qxplain 7809/7809
108.61/107.02	c qxplain 7808/7808
108.61/107.03	c 4514[?] 282[?] -283[?]  is mandatory 
108.61/107.03	c qxplain 7806/7807
108.91/107.38	c qxplain 7807/7807
108.91/107.38	c qxplain 7806/7806
109.01/107.40	c 4516[?] -25[?] -284[?]  is mandatory 
109.01/107.40	c qxplain 7798/7805
109.01/107.41	c qxplain 7802/7805
109.01/107.42	c qxplain 7804/7805
109.01/107.42	c qxplain 7805/7805
109.31/107.72	c 4517[?] 203[?] -284[?]  is mandatory 
109.31/107.72	c qxplain 7804/7804
109.31/107.73	c 4518[?] 284[?] -203[?] 25[?]  is mandatory 
109.31/107.73	c qxplain 7802/7803
110.31/108.72	c qxplain 7803/7803
110.31/108.76	c 4519[?] -26[?] -285[?]  is mandatory 
110.31/108.76	c qxplain 7802/7802
110.41/108.86	c 4520[?] 284[?] -285[?]  is mandatory 
110.41/108.86	c qxplain 7798/7801
110.41/108.87	c qxplain 7800/7801
110.41/108.88	c qxplain 7801/7801
110.41/108.88	c 4521[?] 285[?] -284[?] 26[?]  is mandatory 
110.41/108.88	c qxplain 7800/7800
110.41/108.89	c qxplain 7798/7799
110.41/108.90	c qxplain 7799/7799
110.41/108.91	c qxplain 7798/7798
110.41/108.91	c 4524[?] 286[?] 27[?] 29[?]  is mandatory 
110.41/108.91	c qxplain 7546/7797
110.51/108.92	c qxplain 7672/7797
110.51/108.93	c qxplain 7735/7797
110.51/108.95	c qxplain 7767/7797
110.51/108.96	c qxplain 7783/7797
110.51/108.96	c qxplain 7791/7797
110.51/108.97	c qxplain 7795/7797
110.51/108.98	c qxplain 7797/7797
110.51/108.98	c qxplain 7795/7796
110.51/108.99	c qxplain 7796/7796
110.51/108.99	c qxplain 7795/7795
110.51/109.00	c 4527[?] 287[?] -286[?] 28[?]  is mandatory 
110.51/109.00	c qxplain 7791/7794
110.51/109.01	c qxplain 7783/7790
111.01/109.46	c qxplain 7767/7782
111.01/109.47	c qxplain 7775/7782
111.01/109.47	c qxplain 7779/7782
111.01/109.48	c qxplain 7781/7782
111.01/109.48	c qxplain 7779/7780
111.01/109.49	c qxplain 7780/7780
111.01/109.49	c qxplain 7779/7779
111.01/109.50	c 4543[?] -293[?] 283[?]  is mandatory 
111.01/109.50	c qxplain 7775/7778
111.11/109.50	c qxplain 7777/7778
111.11/109.50	c qxplain 7775/7776
111.11/109.51	c qxplain 7776/7776
111.11/109.51	c qxplain 7775/7775
111.11/109.52	c 4547[?] -294[?] 293[?]  is mandatory 
111.11/109.52	c qxplain 7767/7774
111.11/109.53	c qxplain 7771/7774
111.11/109.53	c qxplain 7773/7774
111.11/109.54	c qxplain 7774/7774
111.11/109.54	c qxplain 7773/7773
111.11/109.55	c 4550[?] -295[?] 294[?]  is mandatory 
111.11/109.55	c qxplain 7771/7772
111.11/109.55	c qxplain 7772/7772
111.11/109.55	c qxplain 7771/7771
111.11/109.56	c 4552[?] -296[?] 50[?]  is mandatory 
111.11/109.56	c qxplain 7767/7770
111.11/109.57	c qxplain 7769/7770
111.21/109.66	c qxplain 7770/7770
111.31/109.71	c 4554[?] -50[?] 296[?] 294[?]  is mandatory 
111.31/109.71	c qxplain 7769/7769
111.31/109.72	c qxplain 7767/7768
111.31/109.73	c qxplain 7768/7768
111.31/109.79	c 4556[?] -296[?] -297[?]  is mandatory 
111.31/109.79	c qxplain 7767/7767
111.31/109.80	c 4557[?] 297[?] 296[?] 295[?]  is mandatory 
111.31/109.80	c qxplain 7735/7766
111.41/109.80	c qxplain 7751/7766
111.41/109.81	c qxplain 7759/7766
111.41/109.81	c qxplain 7763/7766
111.41/109.82	c qxplain 7765/7766
111.41/109.88	c qxplain 7766/7766
111.51/109.90	c 4558[?] -298[?] 51[?]  is mandatory 
111.51/109.90	c qxplain 7765/7765
111.51/109.98	c 4559[?] 297[?] -298[?]  is mandatory 
111.51/109.98	c qxplain 7763/7764
111.51/109.99	c qxplain 7764/7764
111.51/109.99	c 4560[?] 298[?] -297[?] -51[?]  is mandatory 
111.51/109.99	c qxplain 7763/7763
111.61/110.02	c 4561[?] -299[?] 50[?]  is mandatory 
111.61/110.02	c qxplain 7759/7762
111.61/110.03	c qxplain 7761/7762
111.61/110.04	c qxplain 7762/7762
111.61/110.04	c 4562[?] -299[?] -51[?]  is mandatory 
111.61/110.04	c qxplain 7761/7761
111.61/110.06	c 4563[?] -50[?] 299[?] 51[?]  is mandatory 
111.61/110.06	c qxplain 7759/7760
111.61/110.07	c qxplain 7760/7760
111.61/110.07	c 4564[?] -300[?] -298[?]  is mandatory 
111.61/110.07	c qxplain 7759/7759
111.73/110.15	c 4565[?] -300[?] -299[?]  is mandatory 
111.73/110.15	c qxplain 7751/7758
111.80/110.22	c qxplain 7755/7758
111.90/110.33	c qxplain 7757/7758
111.90/110.39	c qxplain 7758/7758
112.00/110.49	c 4566[?] 300[?] 298[?] 299[?]  is mandatory 
112.00/110.49	c qxplain 7757/7757
112.10/110.52	c qxplain 7755/7756
112.10/110.53	c qxplain 7751/7754
112.10/110.54	c qxplain 7735/7750
112.10/110.57	c qxplain 7743/7750
112.20/110.66	c qxplain 7747/7750
112.30/110.73	c qxplain 7749/7750
112.30/110.73	c qxplain 7747/7748
112.30/110.76	c qxplain 7748/7748
112.30/110.77	c 4576[?] -304[?] 283[?]  is mandatory 
112.30/110.77	c qxplain 7747/7747
112.30/110.77	c qxplain 7743/7746
112.30/110.78	c qxplain 7745/7746
112.30/110.78	c qxplain 7743/7744
112.30/110.79	c qxplain 7744/7744
112.30/110.80	c 4580[?] -305[?] 304[?]  is mandatory 
112.30/110.80	c qxplain 7743/7743
112.40/110.80	c qxplain 7735/7742
112.40/110.81	c qxplain 7739/7742
112.40/110.81	c qxplain 7741/7742
112.40/110.82	c qxplain 7742/7742
112.40/110.83	c 4582[?] -306[?] 49[?]  is mandatory 
112.40/110.83	c qxplain 7741/7741
112.40/110.83	c qxplain 7739/7740
112.40/110.89	c qxplain 7740/7740
112.60/111.01	c 4584[?] -49[?] 306[?] 305[?]  is mandatory 
112.60/111.01	c qxplain 7739/7739
113.93/112.34	c cleaning 13473 clauses out of 26967 with flag 2002/225940
117.71/116.18	c cleaning 9713 clauses out of 19492 with flag 8000/231938
121.41/119.82	c cleaning 8367 clauses out of 16780 with flag 15001/238939
121.81/120.24	c qxplain 7735/7738
121.81/120.25	c qxplain 7737/7738
121.81/120.26	c qxplain 7738/7738
121.81/120.29	c 4586[?] -306[?] -307[?]  is mandatory 
121.81/120.29	c qxplain 7737/7737
121.91/120.30	c 4587[?] 307[?] 306[?] 294[?]  is mandatory 
121.91/120.30	c qxplain 7735/7736
121.91/120.33	c qxplain 7736/7736
121.91/120.34	c 4588[?] -308[?] 51[?]  is mandatory 
121.91/120.34	c qxplain 7735/7735
121.91/120.38	c 4589[?] 307[?] -308[?]  is mandatory 
121.91/120.38	c qxplain 7672/7734
121.91/120.39	c qxplain 7704/7734
121.91/120.40	c qxplain 7720/7734
122.01/120.40	c qxplain 7728/7734
122.01/120.41	c qxplain 7732/7734
122.01/120.41	c qxplain 7734/7734
122.01/120.42	c 4590[?] 308[?] -307[?] -51[?]  is mandatory 
122.01/120.42	c qxplain 7732/7733
122.01/120.47	c qxplain 7733/7733
122.01/120.48	c 4591[?] 49[?] -309[?]  is mandatory 
122.01/120.48	c qxplain 7732/7732
122.01/120.49	c 4592[?] -309[?] -51[?]  is mandatory 
122.01/120.49	c qxplain 7728/7731
122.01/120.50	c qxplain 7730/7731
122.11/120.50	c qxplain 7731/7731
122.11/120.51	c 4593[?] 309[?] -49[?] 51[?]  is mandatory 
122.11/120.51	c qxplain 7730/7730
122.11/120.51	c 4594[?] -310[?] -308[?]  is mandatory 
122.11/120.51	c qxplain 7728/7729
122.11/120.56	c qxplain 7729/7729
122.11/120.56	c 4595[?] -310[?] -309[?]  is mandatory 
122.11/120.56	c qxplain 7728/7728
122.21/120.62	c 4596[?] 310[?] 308[?] 309[?]  is mandatory 
122.21/120.62	c qxplain 7720/7727
122.21/120.63	c qxplain 7724/7727
122.21/120.64	c qxplain 7726/7727
122.31/120.74	c qxplain 7727/7727
122.41/120.84	c 4597[?] -300[?] -311[?]  is mandatory 
122.41/120.84	c qxplain 7726/7726
122.51/120.92	c 4598[?] -311[?] -310[?]  is mandatory 
122.51/120.92	c qxplain 7724/7725
122.51/120.93	c qxplain 7725/7725
122.51/121.00	c 4599[?] 311[?] 300[?] 310[?]  is mandatory 
122.51/121.00	c qxplain 7724/7724
122.51/121.01	c 4600[?] 169[?] -312[?]  is mandatory 
122.51/121.01	c qxplain 7720/7723
122.51/121.01	c qxplain 7722/7723
122.51/121.02	c qxplain 7723/7723
122.62/121.02	c 4601[?] 176[?] -312[?]  is mandatory 
122.62/121.02	c qxplain 7722/7722
122.62/121.10	c 4602[?] -176[?] 312[?] -169[?]  is mandatory 
122.62/121.10	c qxplain 7720/7721
122.62/121.11	c qxplain 7721/7721
122.62/121.11	c 4603[?] 171[?] -313[?]  is mandatory 
122.62/121.11	c qxplain 7720/7720
122.73/121.12	c 4604[?] 312[?] -313[?]  is mandatory 
122.73/121.12	c qxplain 7704/7719
122.73/121.13	c qxplain 7712/7719
122.73/121.13	c qxplain 7716/7719
122.73/121.14	c qxplain 7718/7719
122.73/121.14	c qxplain 7719/7719
122.81/121.21	c 4605[?] -312[?] 313[?] -171[?]  is mandatory 
122.81/121.21	c qxplain 7718/7718
122.81/121.22	c 4606[?] -314[?] 162[?]  is mandatory 
122.81/121.22	c qxplain 7716/7717
122.81/121.22	c qxplain 7717/7717
122.81/121.23	c 4607[?] 313[?] -314[?]  is mandatory 
122.81/121.23	c qxplain 7716/7716
122.91/121.36	c 4608[?] -313[?] 314[?] -162[?]  is mandatory 
122.91/121.36	c qxplain 7712/7715
122.91/121.37	c qxplain 7714/7715
122.91/121.38	c qxplain 7715/7715
122.91/121.38	c 4609[?] 179[?] -315[?]  is mandatory 
122.91/121.38	c qxplain 7714/7714
122.91/121.39	c 4610[?] 314[?] -315[?]  is mandatory 
122.91/121.39	c qxplain 7712/7713
122.91/121.39	c qxplain 7713/7713
123.01/121.47	c 4611[?] -314[?] 315[?] -179[?]  is mandatory 
123.01/121.47	c qxplain 7712/7712
123.01/121.48	c 4612[?] 175[?] -316[?]  is mandatory 
123.01/121.48	c qxplain 7704/7711
123.01/121.49	c qxplain 7708/7711
123.01/121.49	c qxplain 7710/7711
123.11/121.50	c qxplain 7711/7711
123.11/121.50	c 4613[?] 315[?] -316[?]  is mandatory 
123.11/121.50	c qxplain 7710/7710
123.11/121.59	c 4614[?] -175[?] 316[?] -315[?]  is mandatory 
123.11/121.59	c qxplain 7708/7709
123.11/121.60	c qxplain 7709/7709
123.21/121.60	c 4615[?] 168[?] -317[?]  is mandatory 
123.21/121.60	c qxplain 7708/7708
123.21/121.61	c 4616[?] 316[?] -317[?]  is mandatory 
123.21/121.61	c qxplain 7704/7707
123.21/121.61	c qxplain 7706/7707
123.21/121.62	c qxplain 7707/7707
123.21/121.70	c 4617[?] -168[?] 317[?] -316[?]  is mandatory 
123.21/121.70	c qxplain 7706/7706
123.31/121.70	c 4618[?] 177[?] -318[?]  is mandatory 
123.31/121.70	c qxplain 7704/7705
123.31/121.71	c qxplain 7705/7705
123.31/121.71	c 4619[?] 317[?] -318[?]  is mandatory 
123.31/121.71	c qxplain 7704/7704
123.41/121.80	c 4620[?] -317[?] -177[?] 318[?]  is mandatory 
123.41/121.80	c qxplain 7672/7703
123.41/121.81	c qxplain 7688/7703
123.41/121.81	c qxplain 7696/7703
123.41/121.82	c qxplain 7700/7703
123.41/121.82	c qxplain 7702/7703
123.41/121.83	c qxplain 7703/7703
123.41/121.84	c 4621[?] 165[?] -319[?]  is mandatory 
123.41/121.84	c qxplain 7702/7702
123.41/121.84	c 4622[?] 318[?] -319[?]  is mandatory 
123.41/121.84	c qxplain 7700/7701
123.41/121.85	c qxplain 7701/7701
123.41/121.88	c 4623[?] 319[?] -165[?] -318[?]  is mandatory 
123.41/121.88	c qxplain 7700/7700
123.41/121.89	c 4624[?] 173[?] -320[?]  is mandatory 
123.41/121.89	c qxplain 7696/7699
123.41/121.89	c qxplain 7698/7699
123.51/121.90	c qxplain 7699/7699
123.51/121.90	c 4625[?] 319[?] -320[?]  is mandatory 
123.51/121.90	c qxplain 7698/7698
123.51/121.92	c 4626[?] -173[?] 320[?] -319[?]  is mandatory 
123.51/121.92	c qxplain 7696/7697
123.51/121.93	c qxplain 7697/7697
123.51/121.93	c 4627[?] 166[?] -321[?]  is mandatory 
123.51/121.93	c qxplain 7696/7696
123.51/121.94	c 4628[?] 320[?] -321[?]  is mandatory 
123.51/121.94	c qxplain 7688/7695
123.51/121.95	c qxplain 7692/7695
123.51/121.95	c qxplain 7694/7695
123.51/121.96	c qxplain 7695/7695
123.51/121.98	c 4629[?] 321[?] -320[?] -166[?]  is mandatory 
123.51/121.98	c qxplain 7694/7694
123.51/121.99	c 4630[?] 178[?] -322[?]  is mandatory 
123.51/121.99	c qxplain 7692/7693
123.51/122.00	c qxplain 7693/7693
123.61/122.00	c 4631[?] 321[?] -322[?]  is mandatory 
123.61/122.00	c qxplain 7692/7692
123.61/122.02	c 4632[?] -321[?] -178[?] 322[?]  is mandatory 
123.61/122.02	c qxplain 7688/7691
123.61/122.02	c qxplain 7690/7691
123.61/122.03	c qxplain 7691/7691
123.61/122.04	c 4633[?] 161[?] -323[?]  is mandatory 
123.61/122.04	c qxplain 7690/7690
123.61/122.04	c 4634[?] 322[?] -323[?]  is mandatory 
123.61/122.04	c qxplain 7688/7689
123.61/122.05	c qxplain 7689/7689
123.61/122.06	c 4635[?] -322[?] 323[?] -161[?]  is mandatory 
123.61/122.06	c qxplain 7688/7688
123.61/122.07	c 4636[?] 172[?] -324[?]  is mandatory 
123.61/122.07	c qxplain 7672/7687
123.61/122.07	c qxplain 7680/7687
123.61/122.08	c qxplain 7684/7687
123.61/122.08	c qxplain 7686/7687
123.61/122.09	c qxplain 7687/7687
123.61/122.09	c 4637[?] 323[?] -324[?]  is mandatory 
123.61/122.09	c qxplain 7686/7686
123.71/122.16	c 4638[?] -323[?] -172[?] 324[?]  is mandatory 
123.71/122.16	c qxplain 7684/7685
123.71/122.16	c qxplain 7685/7685
123.83/122.22	c 4639[?] -325[?] -170[?]  is mandatory 
123.83/122.22	c qxplain 7684/7684
123.83/122.23	c 4640[?] 324[?] -325[?]  is mandatory 
123.83/122.23	c qxplain 7680/7683
123.83/122.23	c qxplain 7682/7683
123.83/122.24	c qxplain 7683/7683
123.83/122.26	c 4641[?] 325[?] -324[?] 170[?]  is mandatory 
123.83/122.26	c qxplain 7682/7682
123.83/122.27	c 4642[?] -326[?] 170[?]  is mandatory 
123.83/122.27	c qxplain 7680/7681
123.83/122.28	c qxplain 7681/7681
123.91/122.33	c 4643[?] -324[?] -326[?]  is mandatory 
123.91/122.33	c qxplain 7680/7680
123.91/122.34	c 4644[?] 326[?] 324[?] -170[?]  is mandatory 
123.91/122.34	c qxplain 7672/7679
123.91/122.34	c qxplain 7676/7679
123.91/122.35	c qxplain 7678/7679
123.91/122.35	c qxplain 7679/7679
123.91/122.37	c 4645[?] -327[?] -325[?]  is mandatory 
123.91/122.37	c qxplain 7678/7678
123.91/122.38	c 4646[?] -327[?] -326[?]  is mandatory 
123.91/122.38	c qxplain 7676/7677
123.91/122.39	c qxplain 7677/7677
123.91/122.39	c 4647[?] 325[?] 327[?] 326[?]  is mandatory 
123.91/122.39	c qxplain 7676/7676
124.01/122.45	c 4648[?] -328[?] 311[?]  is mandatory 
124.01/122.45	c qxplain 7672/7675
124.01/122.46	c qxplain 7674/7675
124.01/122.47	c qxplain 7675/7675
124.01/122.47	c 4649[?] -328[?] -327[?]  is mandatory 
124.01/122.47	c qxplain 7674/7674
124.01/122.48	c 4650[?] 328[?] 327[?] -311[?]  is mandatory 
124.01/122.48	c qxplain 7672/7673
124.01/122.49	c qxplain 7673/7673
124.61/123.09	c 4651[?] -329[?] -300[?]  is mandatory 
124.61/123.09	c qxplain 7672/7672
124.71/123.10	c 4652[?] -329[?] 310[?]  is mandatory 
124.71/123.10	c qxplain 7546/7671
124.71/123.11	c qxplain 7609/7671
124.71/123.12	c qxplain 7641/7671
124.71/123.12	c qxplain 7657/7671
124.71/123.13	c qxplain 7665/7671
124.71/123.14	c qxplain 7669/7671
124.71/123.14	c qxplain 7671/7671
124.71/123.21	c 4653[?] 329[?] 300[?] -310[?]  is mandatory 
124.71/123.21	c qxplain 7669/7670
124.71/123.22	c qxplain 7670/7670
124.81/123.30	c 4654[?] -330[?] 139[?]  is mandatory 
124.81/123.30	c qxplain 7669/7669
124.93/123.35	c 4655[?] -330[?] 329[?]  is mandatory 
124.93/123.35	c qxplain 7665/7668
124.93/123.36	c qxplain 7667/7668
124.93/123.36	c qxplain 7668/7668
125.00/123.44	c 4656[?] 330[?] -139[?] -329[?]  is mandatory 
125.00/123.44	c qxplain 7667/7667
125.00/123.45	c 4657[?] -331[?] 300[?]  is mandatory 
125.00/123.45	c qxplain 7665/7666
125.30/123.79	c qxplain 7666/7666
125.70/124.15	c 4658[?] -331[?] -310[?]  is mandatory 
125.70/124.15	c qxplain 7665/7665
125.80/124.20	c 4659[?] 331[?] -300[?] 310[?]  is mandatory 
125.80/124.20	c qxplain 7657/7664
125.80/124.21	c qxplain 7661/7664
125.80/124.22	c qxplain 7663/7664
125.80/124.22	c qxplain 7664/7664
125.80/124.23	c 4660[?] 120[?] -332[?]  is mandatory 
125.80/124.23	c qxplain 7663/7663
125.80/124.23	c 4661[?] -332[?] 331[?]  is mandatory 
125.80/124.23	c qxplain 7661/7662
125.80/124.27	c qxplain 7662/7662
125.80/124.29	c 4662[?] -120[?] 332[?] -331[?]  is mandatory 
125.80/124.29	c qxplain 7661/7661
126.03/124.48	c 4663[?] 300[?] -333[?]  is mandatory 
126.03/124.48	c qxplain 7657/7660
126.03/124.49	c qxplain 7659/7660
126.11/124.54	c qxplain 7660/7660
126.11/124.55	c 4664[?] -333[?] 310[?]  is mandatory 
126.11/124.55	c qxplain 7659/7659
127.20/125.69	c 4665[?] 333[?] -310[?] -300[?]  is mandatory 
127.20/125.69	c qxplain 7657/7658
127.20/125.70	c qxplain 7658/7658
127.20/125.71	c 4666[?] -334[?] 101[?]  is mandatory 
127.20/125.71	c qxplain 7657/7657
127.20/125.72	c 4667[?] -334[?] 333[?]  is mandatory 
127.20/125.72	c qxplain 7641/7656
127.20/125.73	c qxplain 7649/7656
127.20/125.73	c qxplain 7653/7656
127.31/125.74	c qxplain 7655/7656
127.31/125.75	c qxplain 7656/7656
127.31/125.77	c 4668[?] -101[?] 334[?] -333[?]  is mandatory 
127.31/125.77	c qxplain 7655/7655
127.31/125.78	c 4669[?] -335[?] -332[?]  is mandatory 
127.31/125.78	c qxplain 7653/7654
127.31/125.78	c qxplain 7654/7654
127.31/125.79	c 4670[?] -335[?] -334[?]  is mandatory 
127.31/125.79	c qxplain 7653/7653
127.36/125.80	c 4671[?] 335[?] 332[?] 334[?]  is mandatory 
127.36/125.80	c qxplain 7649/7652
127.36/125.80	c qxplain 7651/7652
127.36/125.81	c qxplain 7652/7652
127.46/125.92	c 4672[?] -336[?] -330[?]  is mandatory 
127.46/125.92	c qxplain 7651/7651
127.46/125.93	c 4673[?] -336[?] 335[?]  is mandatory 
127.46/125.93	c qxplain 7649/7650
127.46/125.93	c qxplain 7650/7650
127.46/125.94	c 4674[?] 336[?] -335[?] 330[?]  is mandatory 
127.46/125.94	c qxplain 7649/7649
127.46/125.95	c 4675[?] -337[?] -328[?]  is mandatory 
127.46/125.95	c qxplain 7641/7648
127.46/125.95	c qxplain 7645/7648
127.46/125.96	c qxplain 7647/7648
127.46/125.97	c qxplain 7648/7648
127.46/125.97	c 4676[?] -337[?] 336[?]  is mandatory 
127.46/125.97	c qxplain 7647/7647
127.46/125.98	c 4677[?] 328[?] 337[?] -336[?]  is mandatory 
127.46/125.98	c qxplain 7645/7646
128.16/126.61	c qxplain 7641/7644
128.16/126.62	c qxplain 7643/7644
128.16/126.63	c qxplain 7644/7644
128.16/126.64	c 4680[?] 338[?] 42[?] 43[?]  is mandatory 
128.16/126.64	c qxplain 7643/7643
128.16/126.64	c 4681[?] -339[?] -44[?]  is mandatory 
128.16/126.64	c qxplain 7641/7642
128.16/126.65	c qxplain 7642/7642
128.16/126.65	c qxplain 7641/7641
128.16/126.66	c 4683[?] 339[?] 44[?] -338[?]  is mandatory 
128.16/126.66	c qxplain 7609/7640
128.16/126.66	c qxplain 7625/7640
128.16/126.67	c qxplain 7633/7640
128.16/126.68	c qxplain 7637/7640
128.16/126.68	c qxplain 7639/7640
128.16/126.69	c qxplain 7640/7640
128.16/126.69	c 4684[?] -340[?] -45[?]  is mandatory 
128.16/126.69	c qxplain 7639/7639
128.16/126.70	c 4685[?] -340[?] 339[?]  is mandatory 
128.16/126.70	c qxplain 7637/7638
128.16/126.71	c qxplain 7638/7638
128.16/126.71	c 4686[?] 45[?] 340[?] -339[?]  is mandatory 
128.16/126.71	c qxplain 7637/7637
128.16/126.71	c qxplain 7633/7636
128.27/126.72	c qxplain 7635/7636
128.27/126.73	c qxplain 7636/7636
128.27/126.73	c qxplain 7635/7635
128.27/126.73	c 4689[?] 341[?] 24[?] 26[?]  is mandatory 
128.27/126.73	c qxplain 7633/7634
128.27/126.74	c qxplain 7625/7632
128.27/126.79	c qxplain 7629/7632
128.27/126.79	c qxplain 7631/7632
128.27/126.80	c qxplain 7632/7632
128.27/126.80	c 4692[?] 342[?] -341[?] 25[?]  is mandatory 
128.27/126.80	c qxplain 7631/7631
128.27/126.81	c qxplain 7629/7630
128.27/126.81	c qxplain 7630/7630
128.27/126.82	c qxplain 7629/7629
128.39/126.82	c 4695[?] 343[?] -342[?] -287[?]  is mandatory 
128.39/126.82	c qxplain 7625/7628
128.39/126.83	c qxplain 7627/7628
128.46/126.96	c qxplain 7628/7628
128.46/126.97	c qxplain 7627/7627
128.46/126.99	c 4697[?] -344[?] -46[?]  is mandatory 
128.46/126.99	c qxplain 7625/7626
128.56/127.00	c qxplain 7626/7626
128.56/127.00	c 4698[?] 344[?] 46[?] 23[?]  is mandatory 
128.56/127.00	c qxplain 7625/7625
128.66/127.11	c qxplain 7609/7624
128.66/127.12	c qxplain 7617/7624
128.66/127.12	c qxplain 7621/7624
128.66/127.13	c qxplain 7623/7624
128.66/127.13	c qxplain 7624/7624
128.66/127.17	c 4700[?] -345[?] 344[?]  is mandatory 
128.66/127.17	c qxplain 7623/7623
128.66/127.18	c 4701[?] 345[?] -344[?] 22[?]  is mandatory 
128.66/127.18	c qxplain 7621/7622
128.66/127.19	c qxplain 7622/7622
128.66/127.19	c qxplain 7621/7621
128.76/127.22	c 4703[?] -346[?] 345[?]  is mandatory 
128.76/127.22	c qxplain 7617/7620
128.76/127.22	c qxplain 7619/7620
128.76/127.23	c qxplain 7620/7620
128.76/127.24	c 4704[?] 346[?] -345[?] -343[?]  is mandatory 
128.76/127.24	c qxplain 7619/7619
128.76/127.25	c 4705[?] -347[?] 340[?]  is mandatory 
128.76/127.25	c qxplain 7617/7618
128.76/127.25	c qxplain 7618/7618
128.76/127.26	c 4706[?] -347[?] 346[?]  is mandatory 
128.76/127.26	c qxplain 7617/7617
128.76/127.27	c 4707[?] -340[?] -346[?] 347[?]  is mandatory 
128.76/127.27	c qxplain 7609/7616
128.86/127.35	c qxplain 7613/7616
128.86/127.36	c qxplain 7615/7616
128.86/127.36	c qxplain 7613/7614
128.86/127.37	c qxplain 7614/7614
128.86/127.37	c 4710[?] 348[?] 36[?] 34[?]  is mandatory 
128.86/127.37	c qxplain 7613/7613
128.86/127.38	c qxplain 7609/7612
128.86/127.39	c qxplain 7611/7612
128.86/127.39	c qxplain 7612/7612
128.86/127.40	c qxplain 7611/7611
128.96/127.40	c 4713[?] 349[?] -348[?] 35[?]  is mandatory 
128.96/127.40	c qxplain 7609/7610
128.96/127.46	c qxplain 7610/7610
129.06/127.56	c 4714[?] -20[?] -350[?]  is mandatory 
129.06/127.56	c qxplain 7609/7609
129.16/127.67	c 4715[?] -350[?] -41[?]  is mandatory 
129.16/127.67	c qxplain 7546/7608
129.16/127.68	c qxplain 7578/7608
129.16/127.69	c qxplain 7594/7608
129.16/127.69	c qxplain 7602/7608
129.26/127.70	c qxplain 7606/7608
129.26/127.71	c qxplain 7608/7608
129.26/127.72	c 4716[?] 350[?] 20[?] 41[?]  is mandatory 
129.26/127.72	c qxplain 7606/7607
129.26/127.73	c qxplain 7607/7607
129.48/127.96	c 4717[?] -351[?] -40[?]  is mandatory 
129.48/127.96	c qxplain 7606/7606
129.56/128.01	c 4718[?] -351[?] 350[?]  is mandatory 
129.56/128.01	c qxplain 7602/7605
129.56/128.02	c qxplain 7604/7605
129.56/128.03	c qxplain 7605/7605
129.56/128.04	c 4719[?] 351[?] -350[?] 40[?]  is mandatory 
129.56/128.04	c qxplain 7604/7604
129.56/128.04	c 4720[?] -37[?] -352[?]  is mandatory 
129.56/128.04	c qxplain 7602/7603
129.56/128.05	c qxplain 7603/7603
129.56/128.05	c 4721[?] -38[?] -352[?]  is mandatory 
129.56/128.05	c qxplain 7602/7602
129.56/128.06	c 4722[?] 352[?] 37[?] 38[?]  is mandatory 
129.56/128.06	c qxplain 7594/7601
129.56/128.07	c qxplain 7598/7601
129.66/128.13	c qxplain 7600/7601
130.26/128.70	c qxplain 7598/7599
130.26/128.71	c qxplain 7599/7599
130.26/128.72	c 4725[?] 353[?] 39[?] -352[?]  is mandatory 
130.26/128.72	c qxplain 7598/7598
130.26/128.73	c qxplain 7594/7597
130.26/128.74	c qxplain 7596/7597
130.26/128.75	c qxplain 7597/7597
130.26/128.75	c qxplain 7596/7596
130.26/128.75	c 4728[?] 354[?] -353[?] 21[?]  is mandatory 
130.26/128.75	c qxplain 7594/7595
130.26/128.76	c qxplain 7595/7595
130.26/128.77	c 4729[?] -355[?] 351[?]  is mandatory 
130.26/128.77	c qxplain 7594/7594
130.26/128.77	c qxplain 7578/7593
130.26/128.78	c qxplain 7586/7593
130.26/128.79	c qxplain 7590/7593
130.26/128.79	c qxplain 7592/7593
130.36/128.80	c qxplain 7593/7593
130.36/128.81	c 4731[?] 355[?] -351[?] -354[?]  is mandatory 
130.36/128.81	c qxplain 7592/7592
130.36/128.81	c qxplain 7590/7591
130.36/128.82	c qxplain 7591/7591
130.36/128.82	c 4733[?] -356[?] 355[?]  is mandatory 
130.36/128.82	c qxplain 7590/7590
130.36/128.83	c 4734[?] 356[?] -355[?] -349[?]  is mandatory 
130.36/128.83	c qxplain 7586/7589
130.36/128.84	c qxplain 7588/7589
130.36/128.84	c qxplain 7589/7589
130.36/128.85	c qxplain 7588/7588
130.36/128.85	c 4736[?] 356[?] -357[?]  is mandatory 
130.36/128.85	c qxplain 7586/7587
130.36/128.86	c qxplain 7587/7587
130.36/128.87	c 4737[?] 357[?] -356[?] -270[?]  is mandatory 
130.36/128.87	c qxplain 7586/7586
130.36/128.87	c 4738[?] -358[?] 347[?]  is mandatory 
130.36/128.87	c qxplain 7578/7585
130.36/128.88	c qxplain 7582/7585
130.36/128.89	c qxplain 7584/7585
130.36/128.89	c qxplain 7585/7585
130.36/128.90	c 4739[?] 357[?] -358[?]  is mandatory 
130.36/128.90	c qxplain 7584/7584
130.36/128.91	c 4740[?] -347[?] -357[?] 358[?]  is mandatory 
130.36/128.91	c qxplain 7582/7583
130.36/128.91	c qxplain 7583/7583
130.36/128.92	c 4741[?] -359[?] -47[?]  is mandatory 
130.36/128.92	c qxplain 7582/7582
130.46/128.92	c qxplain 7578/7581
130.46/128.93	c qxplain 7580/7581
130.46/128.94	c qxplain 7581/7581
130.46/128.95	c 4743[?] 47[?] 359[?] 358[?]  is mandatory 
130.46/128.95	c qxplain 7580/7580
130.46/128.95	c qxplain 7578/7579
130.46/128.96	c qxplain 7579/7579
130.46/128.97	c 4745[?] -360[?] 358[?]  is mandatory 
130.46/128.97	c qxplain 7578/7578
130.46/128.98	c qxplain 7546/7577
130.46/128.99	c qxplain 7562/7577
130.46/128.99	c qxplain 7570/7577
130.46/129.00	c qxplain 7574/7577
130.46/129.01	c qxplain 7576/7577
130.46/129.02	c qxplain 7577/7577
130.59/129.02	c 4747[?] -359[?] -361[?]  is mandatory 
130.59/129.02	c qxplain 7576/7576
130.59/129.03	c qxplain 7574/7575
130.59/129.04	c qxplain 7575/7575
130.59/129.05	c 4749[?] 361[?] 359[?] 360[?]  is mandatory 
130.59/129.05	c qxplain 7574/7574
130.59/129.06	c 4750[?] -362[?] 51[?]  is mandatory 
130.59/129.06	c qxplain 7570/7573
130.59/129.06	c qxplain 7572/7573
130.59/129.07	c qxplain 7573/7573
130.59/129.08	c 4751[?] -362[?] -361[?]  is mandatory 
130.59/129.08	c qxplain 7572/7572
130.59/129.08	c 4752[?] 361[?] 362[?] -51[?]  is mandatory 
130.59/129.08	c qxplain 7570/7571
130.59/129.09	c qxplain 7571/7571
130.87/129.36	c 4753[?] -363[?] 47[?]  is mandatory 
130.87/129.36	c qxplain 7570/7570
130.87/129.37	c 4754[?] -363[?] -51[?]  is mandatory 
130.87/129.37	c qxplain 7562/7569
130.87/129.37	c qxplain 7566/7569
130.87/129.38	c qxplain 7568/7569
130.87/129.39	c qxplain 7569/7569
130.97/129.42	c 4755[?] 363[?] -47[?] 51[?]  is mandatory 
130.97/129.42	c qxplain 7568/7568
130.97/129.43	c 4756[?] -362[?] -364[?]  is mandatory 
130.97/129.43	c qxplain 7566/7567
130.97/129.44	c qxplain 7567/7567
130.97/129.44	c 4757[?] -364[?] -363[?]  is mandatory 
130.97/129.44	c qxplain 7566/7566
130.97/129.45	c 4758[?] 364[?] 362[?] 363[?]  is mandatory 
130.97/129.45	c qxplain 7562/7565
130.97/129.46	c qxplain 7564/7565
130.97/129.46	c qxplain 7565/7565
130.97/129.46	c qxplain 7564/7564
130.97/129.47	c 4762[?] -47[?] -366[?]  is mandatory 
130.97/129.47	c qxplain 7562/7563
130.97/129.47	c qxplain 7546/7561
130.97/129.48	c qxplain 7554/7561
130.97/129.48	c qxplain 7558/7561
130.97/129.49	c qxplain 7560/7561
131.06/129.50	c qxplain 7561/7561
131.06/129.50	c 4766[?] 366[?] -367[?]  is mandatory 
131.06/129.50	c qxplain 7560/7560
131.36/129.80	c qxplain 7558/7559
131.36/129.81	c qxplain 7559/7559
131.36/129.82	c 4769[?] 367[?] -368[?]  is mandatory 
131.36/129.82	c qxplain 7558/7558
131.47/129.92	c 4771[?] -369[?] 357[?]  is mandatory 
131.47/129.92	c qxplain 7554/7557
131.47/129.93	c qxplain 7556/7557
131.47/129.93	c qxplain 7557/7557
131.47/129.94	c 4772[?] 368[?] -369[?]  is mandatory 
131.47/129.94	c qxplain 7556/7556
131.47/129.95	c 4774[?] 48[?] -370[?]  is mandatory 
131.47/129.95	c qxplain 7554/7555
131.47/129.96	c qxplain 7555/7555
131.47/129.96	c qxplain 7554/7554
131.47/129.97	c 4776[?] 370[?] 369[?] -48[?]  is mandatory 
131.47/129.97	c qxplain 7546/7553
131.47/129.97	c qxplain 7550/7553
131.47/129.98	c qxplain 7552/7553
131.47/129.98	c qxplain 7553/7553
131.57/130.04	c qxplain 7552/7552
131.57/130.05	c 4778[?] -371[?] -370[?]  is mandatory 
131.57/130.05	c qxplain 7550/7551
131.57/130.06	c qxplain 7551/7551
131.57/130.07	c 4779[?] 371[?] 370[?] 305[?]  is mandatory 
131.57/130.07	c qxplain 7550/7550
131.57/130.08	c 4780[?] -372[?] 51[?]  is mandatory 
131.57/130.08	c qxplain 7546/7549
131.57/130.09	c qxplain 7548/7549
131.57/130.09	c qxplain 7549/7549
131.57/130.10	c 4781[?] -372[?] 371[?]  is mandatory 
131.57/130.10	c qxplain 7548/7548
131.57/130.11	c 4782[?] 372[?] -371[?] -51[?]  is mandatory 
131.57/130.11	c qxplain 7546/7547
131.57/130.12	c qxplain 7547/7547
131.76/130.20	c 4783[?] 48[?] -373[?]  is mandatory 
131.76/130.20	c qxplain 7546/7546
131.76/130.21	c 4784[?] -373[?] -51[?]  is mandatory 
131.76/130.21	c qxplain 7043/7545
131.76/130.22	c qxplain 7295/7545
131.76/130.23	c qxplain 7421/7545
131.76/130.23	c qxplain 7484/7545
131.76/130.24	c qxplain 7515/7545
131.76/130.24	c qxplain 7531/7545
131.76/130.25	c qxplain 7539/7545
131.76/130.26	c qxplain 7543/7545
131.76/130.26	c qxplain 7545/7545
131.76/130.27	c 4785[?] 373[?] -48[?] 51[?]  is mandatory 
131.76/130.27	c qxplain 7543/7544
131.76/130.28	c qxplain 7544/7544
131.76/130.28	c 4786[?] -374[?] -372[?]  is mandatory 
131.76/130.28	c qxplain 7543/7543
131.76/130.29	c 4787[?] -374[?] -373[?]  is mandatory 
131.76/130.29	c qxplain 7539/7542
131.86/130.30	c qxplain 7541/7542
131.86/130.30	c qxplain 7542/7542
131.86/130.31	c 4788[?] 372[?] 374[?] 373[?]  is mandatory 
131.86/130.31	c qxplain 7541/7541
131.86/130.33	c 4789[?] 364[?] -375[?]  is mandatory 
131.86/130.33	c qxplain 7539/7540
131.86/130.34	c qxplain 7540/7540
131.86/130.35	c 4790[?] -375[?] 374[?]  is mandatory 
131.86/130.35	c qxplain 7539/7539
131.86/130.35	c 4791[?] -374[?] -364[?] 375[?]  is mandatory 
131.86/130.35	c qxplain 7531/7538
131.86/130.36	c qxplain 7535/7538
131.86/130.37	c qxplain 7537/7538
131.86/130.37	c qxplain 7538/7538
131.86/130.38	c 4792[?] -376[?] -35[?]  is mandatory 
131.86/130.38	c qxplain 7537/7537
131.86/130.39	c 4793[?] -376[?] -36[?]  is mandatory 
131.86/130.39	c qxplain 7535/7536
131.86/130.39	c qxplain 7536/7536
131.96/130.40	c 4794[?] 376[?] 36[?] 35[?]  is mandatory 
131.96/130.40	c qxplain 7535/7535
131.96/130.40	c 4795[?] -377[?] -21[?]  is mandatory 
131.96/130.40	c qxplain 7531/7534
131.96/130.41	c qxplain 7533/7534
131.96/130.42	c qxplain 7534/7534
131.96/130.42	c 4796[?] -377[?] 376[?]  is mandatory 
131.96/130.42	c qxplain 7533/7533
131.96/130.43	c 4797[?] 377[?] -376[?] 21[?]  is mandatory 
131.96/130.43	c qxplain 7531/7532
131.96/130.44	c qxplain 7532/7532
131.96/130.44	c 4798[?] -378[?] -20[?]  is mandatory 
131.96/130.44	c qxplain 7531/7531
131.96/130.45	c 4799[?] -378[?] 377[?]  is mandatory 
131.96/130.45	c qxplain 7515/7530
131.96/130.45	c qxplain 7523/7530
131.96/130.46	c qxplain 7527/7530
131.96/130.46	c qxplain 7529/7530
131.96/130.47	c qxplain 7530/7530
131.96/130.48	c 4800[?] 378[?] -377[?] 20[?]  is mandatory 
131.96/130.48	c qxplain 7529/7529
132.26/130.70	c 4801[?] -22[?] -379[?]  is mandatory 
132.26/130.70	c qxplain 7527/7528
132.26/130.71	c qxplain 7528/7528
132.26/130.72	c 4802[?] -379[?] -23[?]  is mandatory 
132.26/130.72	c qxplain 7527/7527
132.26/130.73	c 4803[?] 379[?] 23[?] 22[?]  is mandatory 
132.26/130.73	c qxplain 7523/7526
132.26/130.73	c qxplain 7525/7526
132.26/130.74	c qxplain 7526/7526
132.26/130.75	c 4804[?] -24[?] -380[?]  is mandatory 
132.26/130.75	c qxplain 7525/7525
132.26/130.75	c 4805[?] -380[?] 379[?]  is mandatory 
132.26/130.75	c qxplain 7523/7524
132.26/130.76	c qxplain 7524/7524
132.26/130.76	c 4806[?] 380[?] 24[?] -379[?]  is mandatory 
132.26/130.76	c qxplain 7523/7523
132.26/130.77	c 4807[?] -25[?] -381[?]  is mandatory 
132.26/130.77	c qxplain 7515/7522
132.26/130.78	c qxplain 7519/7522
132.26/130.78	c qxplain 7521/7522
132.26/130.79	c qxplain 7522/7522
132.26/130.79	c 4808[?] 380[?] -381[?]  is mandatory 
132.26/130.79	c qxplain 7521/7521
132.36/130.80	c 4809[?] 381[?] -380[?] 25[?]  is mandatory 
132.36/130.80	c qxplain 7519/7520
132.36/130.81	c qxplain 7520/7520
132.36/130.81	c 4810[?] 253[?] -382[?]  is mandatory 
132.36/130.81	c qxplain 7519/7519
132.36/130.82	c 4811[?] 381[?] -382[?]  is mandatory 
132.36/130.82	c qxplain 7515/7518
132.36/130.83	c qxplain 7517/7518
132.36/130.83	c qxplain 7518/7518
132.36/130.84	c 4812[?] 382[?] -253[?] -381[?]  is mandatory 
132.36/130.84	c qxplain 7517/7517
132.36/130.84	c 4813[?] -383[?] 378[?]  is mandatory 
132.36/130.84	c qxplain 7515/7516
132.36/130.85	c qxplain 7516/7516
132.36/130.86	c 4814[?] 382[?] -383[?]  is mandatory 
132.36/130.86	c qxplain 7515/7515
132.36/130.86	c 4815[?] 383[?] -382[?] -378[?]  is mandatory 
132.36/130.86	c qxplain 7484/7514
132.36/130.87	c qxplain 7500/7514
132.36/130.88	c qxplain 7508/7514
132.36/130.88	c qxplain 7512/7514
132.36/130.89	c qxplain 7514/7514
132.36/130.89	c 4816[?] -384[?] 232[?]  is mandatory 
132.36/130.89	c qxplain 7512/7513
132.46/130.90	c qxplain 7513/7513
132.46/130.90	c 4817[?] 383[?] -384[?]  is mandatory 
132.46/130.90	c qxplain 7512/7512
132.46/130.91	c 4818[?] 384[?] -383[?] -232[?]  is mandatory 
132.46/130.91	c qxplain 7508/7511
132.46/130.92	c qxplain 7510/7511
132.46/130.93	c qxplain 7511/7511
132.46/130.94	c 4819[?] -37[?] -385[?]  is mandatory 
132.46/130.94	c qxplain 7510/7510
132.46/130.95	c 4820[?] -385[?] 384[?]  is mandatory 
132.46/130.95	c qxplain 7508/7509
132.46/130.96	c qxplain 7509/7509
132.46/130.97	c 4821[?] 385[?] -384[?] 37[?]  is mandatory 
132.46/130.97	c qxplain 7508/7508
132.46/130.97	c 4822[?] -386[?] 37[?]  is mandatory 
132.46/130.97	c qxplain 7500/7507
132.46/130.98	c qxplain 7504/7507
132.46/130.99	c qxplain 7506/7507
132.57/131.00	c qxplain 7507/7507
132.57/131.01	c 4823[?] -386[?] -384[?]  is mandatory 
132.57/131.01	c qxplain 7506/7506
132.57/131.02	c 4824[?] 386[?] -37[?] 384[?]  is mandatory 
132.57/131.02	c qxplain 7504/7505
132.57/131.02	c qxplain 7505/7505
132.57/131.03	c 4825[?] -387[?] -385[?]  is mandatory 
132.57/131.03	c qxplain 7504/7504
132.57/131.04	c 4826[?] -387[?] -386[?]  is mandatory 
132.57/131.04	c qxplain 7500/7503
132.57/131.04	c qxplain 7502/7503
132.57/131.05	c qxplain 7503/7503
132.57/131.06	c 4827[?] 387[?] 385[?] 386[?]  is mandatory 
132.57/131.06	c qxplain 7502/7502
132.57/131.07	c 4828[?] -388[?] 51[?]  is mandatory 
132.57/131.07	c qxplain 7500/7501
132.57/131.08	c qxplain 7501/7501
132.57/131.09	c 4829[?] -388[?] 387[?]  is mandatory 
132.57/131.09	c qxplain 7500/7500
132.57/131.09	c 4830[?] 388[?] -387[?] -51[?]  is mandatory 
132.57/131.10	c qxplain 7484/7499
132.57/131.10	c qxplain 7492/7499
132.57/131.11	c qxplain 7496/7499
132.57/131.12	c qxplain 7498/7499
132.67/131.12	c qxplain 7499/7499
132.67/131.13	c 4831[?] -389[?] 37[?]  is mandatory 
132.67/131.13	c qxplain 7498/7498
132.67/131.14	c 4832[?] -389[?] -51[?]  is mandatory 
132.67/131.14	c qxplain 7496/7497
132.67/131.15	c qxplain 7497/7497
132.67/131.20	c 4833[?] -37[?] 389[?] 51[?]  is mandatory 
132.67/131.20	c qxplain 7496/7496
132.67/131.21	c 4834[?] -390[?] -388[?]  is mandatory 
132.67/131.21	c qxplain 7492/7495
132.79/131.22	c qxplain 7494/7495
132.79/131.23	c qxplain 7495/7495
132.87/131.38	c 4835[?] -389[?] -390[?]  is mandatory 
132.87/131.38	c qxplain 7494/7494
132.87/131.38	c 4836[?] 390[?] 388[?] 389[?]  is mandatory 
132.87/131.38	c qxplain 7492/7493
132.87/131.39	c qxplain 7493/7493
132.97/131.40	c 4837[?] -391[?] 375[?]  is mandatory 
132.97/131.40	c qxplain 7492/7492
132.97/131.41	c 4838[?] -391[?] -390[?]  is mandatory 
132.97/131.41	c qxplain 7484/7491
132.97/131.41	c qxplain 7488/7491
132.97/131.42	c qxplain 7490/7491
132.97/131.43	c qxplain 7491/7491
132.97/131.44	c 4839[?] 391[?] 390[?] -375[?]  is mandatory 
132.97/131.44	c qxplain 7490/7490
132.97/131.44	c 4840[?] -392[?] 141[?]  is mandatory 
132.97/131.44	c qxplain 7488/7489
132.97/131.45	c qxplain 7489/7489
132.97/131.46	c 4841[?] -201[?] -392[?]  is mandatory 
132.97/131.46	c qxplain 7488/7488
132.97/131.47	c 4842[?] 201[?] 392[?] -141[?]  is mandatory 
132.97/131.47	c qxplain 7484/7487
132.97/131.47	c qxplain 7486/7487
132.97/131.48	c qxplain 7487/7487
132.97/131.49	c 4843[?] 182[?] -393[?]  is mandatory 
132.97/131.49	c qxplain 7486/7486
132.97/131.49	c 4844[?] -393[?] 392[?]  is mandatory 
132.97/131.49	c qxplain 7484/7485
133.07/131.50	c qxplain 7485/7485
133.07/131.51	c 4845[?] -392[?] -182[?] 393[?]  is mandatory 
133.07/131.51	c qxplain 7484/7484
133.07/131.51	c 4846[?] -394[?] -141[?]  is mandatory 
133.07/131.51	c qxplain 7421/7483
133.07/131.52	c qxplain 7453/7483
133.07/131.53	c qxplain 7469/7483
133.07/131.53	c qxplain 7477/7483
133.07/131.54	c qxplain 7481/7483
133.07/131.55	c qxplain 7483/7483
133.07/131.55	c 4847[?] -394[?] -181[?]  is mandatory 
133.07/131.55	c qxplain 7481/7482
133.07/131.56	c qxplain 7482/7482
133.07/131.57	c 4848[?] 394[?] 181[?] 141[?]  is mandatory 
133.07/131.57	c qxplain 7481/7481
133.07/131.57	c 4849[?] -395[?] -182[?]  is mandatory 
133.07/131.57	c qxplain 7477/7480
133.07/131.58	c qxplain 7479/7480
133.07/131.58	c qxplain 7480/7480
133.07/131.59	c 4850[?] -395[?] 394[?]  is mandatory 
133.07/131.59	c qxplain 7479/7479
133.17/131.60	c 4851[?] -394[?] 182[?] 395[?]  is mandatory 
133.17/131.60	c qxplain 7477/7478
133.17/131.61	c qxplain 7478/7478
133.17/131.61	c 4852[?] -393[?] -396[?]  is mandatory 
133.17/131.61	c qxplain 7477/7477
133.17/131.62	c 4853[?] -395[?] -396[?]  is mandatory 
133.17/131.62	c qxplain 7469/7476
133.17/131.63	c qxplain 7473/7476
133.17/131.63	c qxplain 7475/7476
133.17/131.64	c qxplain 7476/7476
133.17/131.65	c 4854[?] 395[?] 396[?] 393[?]  is mandatory 
133.17/131.65	c qxplain 7475/7475
133.17/131.65	c 4855[?] -397[?] 200[?]  is mandatory 
133.17/131.65	c qxplain 7473/7474
133.17/131.66	c qxplain 7474/7474
133.17/131.67	c 4856[?] -397[?] 396[?]  is mandatory 
133.17/131.67	c qxplain 7473/7473
133.17/131.68	c 4857[?] 397[?] -200[?] -396[?]  is mandatory 
133.17/131.68	c qxplain 7469/7472
133.17/131.69	c qxplain 7471/7472
133.17/131.70	c qxplain 7472/7472
133.26/131.70	c 4859[?] -398[?] 396[?]  is mandatory 
133.26/131.70	c qxplain 7471/7471
133.26/131.71	c 4861[?] 199[?] -399[?]  is mandatory 
133.26/131.71	c qxplain 7469/7470
133.26/131.72	c qxplain 7470/7470
133.26/131.74	c 4863[?] 399[?] -199[?] 396[?]  is mandatory 
133.26/131.74	c qxplain 7469/7469
133.26/131.75	c 4865[?] -399[?] -400[?]  is mandatory 
133.26/131.75	c qxplain 7453/7468
133.26/131.76	c qxplain 7461/7468
133.26/131.77	c qxplain 7465/7468
133.26/131.77	c qxplain 7467/7468
133.26/131.78	c qxplain 7468/7468
133.26/131.79	c 4866[?] 399[?] 400[?] 398[?]  is mandatory 
133.26/131.79	c qxplain 7467/7467
133.37/131.80	c 4867[?] 3[?] -401[?]  is mandatory 
133.37/131.80	c qxplain 7465/7466
133.37/131.81	c qxplain 7466/7466
133.37/131.82	c 4868[?] -400[?] -401[?]  is mandatory 
133.37/131.82	c qxplain 7465/7465
133.37/131.83	c 4869[?] 401[?] 400[?] -3[?]  is mandatory 
133.37/131.83	c qxplain 7461/7464
133.37/131.84	c qxplain 7463/7464
133.37/131.85	c qxplain 7464/7464
133.37/131.86	c 4871[?] -402[?] 396[?]  is mandatory 
133.37/131.86	c qxplain 7463/7463
133.37/131.87	c 4873[?] 198[?] -403[?]  is mandatory 
133.37/131.87	c qxplain 7461/7462
133.37/131.88	c qxplain 7462/7462
133.37/131.89	c 4875[?] -198[?] 403[?] 396[?]  is mandatory 
133.37/131.89	c qxplain 7461/7461
133.47/131.90	c 4877[?] -403[?] -404[?]  is mandatory 
133.47/131.90	c qxplain 7453/7460
133.47/131.91	c qxplain 7457/7460
133.47/131.92	c qxplain 7459/7460
133.47/131.92	c qxplain 7460/7460
133.47/131.93	c 4878[?] 403[?] 404[?] 402[?]  is mandatory 
133.47/131.93	c qxplain 7459/7459
133.47/131.95	c 4879[?] -405[?] 4[?]  is mandatory 
133.47/131.95	c qxplain 7457/7458
133.47/131.96	c qxplain 7458/7458
133.47/131.97	c 4880[?] -404[?] -405[?]  is mandatory 
133.47/131.97	c qxplain 7457/7457
133.47/131.98	c 4881[?] 404[?] -4[?] 405[?]  is mandatory 
133.47/131.98	c qxplain 7453/7456
133.47/131.99	c qxplain 7455/7456
133.47/131.99	c qxplain 7456/7456
133.56/132.00	c 4883[?] -406[?] 396[?]  is mandatory 
133.56/132.00	c qxplain 7455/7455
133.56/132.01	c 4885[?] -407[?] 194[?]  is mandatory 
133.56/132.01	c qxplain 7453/7454
133.56/132.02	c qxplain 7454/7454
133.56/132.04	c 4887[?] -194[?] 407[?] 396[?]  is mandatory 
133.56/132.04	c qxplain 7453/7453
133.56/132.05	c 4889[?] -407[?] -408[?]  is mandatory 
133.56/132.05	c qxplain 7421/7452
133.56/132.06	c qxplain 7437/7452
133.56/132.07	c qxplain 7445/7452
133.56/132.07	c qxplain 7449/7452
133.56/132.08	c qxplain 7451/7452
133.56/132.09	c qxplain 7452/7452
133.56/132.09	c 4890[?] 407[?] 408[?] 406[?]  is mandatory 
133.56/132.09	c qxplain 7451/7451
133.66/132.11	c 4891[?] 8[?] -409[?]  is mandatory 
133.66/132.11	c qxplain 7449/7450
133.66/132.13	c qxplain 7450/7450
133.66/132.14	c 4892[?] -408[?] -409[?]  is mandatory 
133.66/132.14	c qxplain 7449/7449
133.66/132.15	c 4893[?] 408[?] 409[?] -8[?]  is mandatory 
133.66/132.15	c qxplain 7445/7448
133.66/132.16	c qxplain 7447/7448
133.66/132.16	c qxplain 7448/7448
133.66/132.17	c 4895[?] -410[?] 396[?]  is mandatory 
133.66/132.17	c qxplain 7447/7447
133.66/132.18	c 4897[?] 195[?] -411[?]  is mandatory 
133.66/132.18	c qxplain 7445/7446
133.66/132.19	c qxplain 7446/7446
133.66/132.20	c 4899[?] -195[?] 411[?] 396[?]  is mandatory 
133.66/132.20	c qxplain 7445/7445
133.66/132.22	c 4901[?] -411[?] -412[?]  is mandatory 
133.66/132.22	c qxplain 7437/7444
133.77/132.23	c qxplain 7441/7444
133.77/132.23	c qxplain 7443/7444
133.77/132.24	c qxplain 7444/7444
133.77/132.25	c 4902[?] 411[?] 412[?] 410[?]  is mandatory 
133.77/132.25	c qxplain 7443/7443
133.77/132.26	c 4903[?] -7[?] -413[?]  is mandatory 
133.77/132.26	c qxplain 7441/7442
133.77/132.28	c qxplain 7442/7442
133.77/132.29	c 4904[?] 412[?] -413[?]  is mandatory 
133.77/132.29	c qxplain 7441/7441
133.77/132.30	c 4905[?] -412[?] 413[?] 7[?]  is mandatory 
133.77/132.30	c qxplain 7437/7440
133.77/132.31	c qxplain 7439/7440
133.77/132.32	c qxplain 7440/7440
133.89/132.34	c 4906[?] 409[?] -414[?]  is mandatory 
133.89/132.34	c qxplain 7439/7439
133.89/132.35	c 4907[?] -413[?] -414[?]  is mandatory 
133.89/132.35	c qxplain 7437/7438
133.89/132.36	c qxplain 7438/7438
133.89/132.37	c 4908[?] 414[?] 413[?] -409[?]  is mandatory 
133.89/132.37	c qxplain 7437/7437
133.89/132.38	c 4909[?] 7[?] -415[?]  is mandatory 
133.89/132.38	c qxplain 7421/7436
133.89/132.39	c qxplain 7429/7436
133.89/132.40	c qxplain 7433/7436
133.96/132.41	c qxplain 7435/7436
133.96/132.42	c qxplain 7436/7436
133.96/132.43	c 4910[?] -412[?] -415[?]  is mandatory 
133.96/132.43	c qxplain 7435/7435
133.96/132.44	c 4911[?] 412[?] 415[?] -7[?]  is mandatory 
133.96/132.44	c qxplain 7433/7434
133.96/132.45	c qxplain 7434/7434
133.96/132.46	c 4912[?] -414[?] -416[?]  is mandatory 
133.96/132.46	c qxplain 7433/7433
133.96/132.46	c 4913[?] -416[?] -415[?]  is mandatory 
133.96/132.46	c qxplain 7429/7432
133.96/132.47	c qxplain 7431/7432
133.96/132.48	c qxplain 7432/7432
133.96/132.49	c 4914[?] 416[?] 415[?] 414[?]  is mandatory 
133.96/132.49	c qxplain 7431/7431
133.96/132.50	c 4916[?] -417[?] 396[?]  is mandatory 
133.96/132.50	c qxplain 7429/7430
134.06/132.50	c qxplain 7430/7430
134.06/132.51	c 4918[?] -418[?] 196[?]  is mandatory 
134.06/132.51	c qxplain 7429/7429
134.06/132.53	c 4920[?] -196[?] 418[?] 396[?]  is mandatory 
134.06/132.53	c qxplain 7421/7428
134.06/132.53	c qxplain 7425/7428
134.06/132.54	c qxplain 7427/7428
134.06/132.55	c qxplain 7428/7428
134.06/132.56	c 4922[?] -419[?] -418[?]  is mandatory 
134.06/132.56	c qxplain 7427/7427
134.06/132.57	c 4923[?] 419[?] 418[?] 417[?]  is mandatory 
134.06/132.57	c qxplain 7425/7426
134.06/132.59	c qxplain 7426/7426
134.06/132.60	c 4924[?] -6[?] -420[?]  is mandatory 
134.06/132.60	c qxplain 7425/7425
134.16/132.61	c 4925[?] 419[?] -420[?]  is mandatory 
134.16/132.61	c qxplain 7421/7424
134.16/132.62	c qxplain 7423/7424
134.16/132.63	c qxplain 7424/7424
134.16/132.64	c 4926[?] -419[?] 420[?] 6[?]  is mandatory 
134.16/132.64	c qxplain 7423/7423
134.16/132.65	c 4927[?] -421[?] -416[?]  is mandatory 
134.16/132.65	c qxplain 7421/7422
134.16/132.67	c qxplain 7422/7422
134.16/132.68	c 4928[?] -420[?] -421[?]  is mandatory 
134.16/132.68	c qxplain 7421/7421
134.16/132.69	c 4929[?] 416[?] 421[?] 420[?]  is mandatory 
134.16/132.69	c qxplain 7295/7420
134.26/132.70	c qxplain 7358/7420
134.26/132.70	c qxplain 7390/7420
134.26/132.71	c qxplain 7406/7420
134.26/132.72	c qxplain 7414/7420
134.26/132.72	c qxplain 7418/7420
134.26/132.73	c qxplain 7420/7420
134.26/132.75	c 4930[?] 6[?] -422[?]  is mandatory 
134.26/132.75	c qxplain 7418/7419
134.26/132.76	c qxplain 7419/7419
134.26/132.77	c 4931[?] -419[?] -422[?]  is mandatory 
134.26/132.77	c qxplain 7418/7418
134.26/132.78	c 4932[?] 419[?] 422[?] -6[?]  is mandatory 
134.26/132.78	c qxplain 7414/7417
134.26/132.79	c qxplain 7416/7417
134.36/132.80	c qxplain 7417/7417
134.36/132.81	c 4933[?] -421[?] -423[?]  is mandatory 
134.36/132.81	c qxplain 7416/7416
134.36/132.82	c 4934[?] -422[?] -423[?]  is mandatory 
134.36/132.82	c qxplain 7414/7415
134.36/132.83	c qxplain 7415/7415
134.36/132.84	c 4935[?] 423[?] 422[?] 421[?]  is mandatory 
134.36/132.84	c qxplain 7414/7414
134.36/132.85	c 4937[?] -424[?] 396[?]  is mandatory 
134.36/132.85	c qxplain 7406/7413
134.36/132.86	c qxplain 7410/7413
134.36/132.86	c qxplain 7412/7413
134.36/132.87	c qxplain 7413/7413
134.36/132.88	c 4939[?] 197[?] -425[?]  is mandatory 
134.36/132.88	c qxplain 7412/7412
134.36/132.89	c 4941[?] -197[?] 425[?] 396[?]  is mandatory 
134.36/132.89	c qxplain 7410/7411
134.46/132.90	c qxplain 7411/7411
134.46/132.91	c 4943[?] -425[?] -426[?]  is mandatory 
134.46/132.91	c qxplain 7410/7410
134.46/132.92	c 4944[?] 425[?] 426[?] 424[?]  is mandatory 
134.46/132.92	c qxplain 7406/7409
134.46/132.93	c qxplain 7408/7409
134.46/132.94	c qxplain 7409/7409
134.46/132.95	c 4945[?] -5[?] -427[?]  is mandatory 
134.46/132.95	c qxplain 7408/7408
134.46/132.96	c 4946[?] 426[?] -427[?]  is mandatory 
134.46/132.96	c qxplain 7406/7407
134.46/132.97	c qxplain 7407/7407
134.46/132.99	c 4947[?] -426[?] 427[?] 5[?]  is mandatory 
134.46/132.99	c qxplain 7406/7406
134.56/133.00	c 4948[?] -423[?] -428[?]  is mandatory 
134.56/133.00	c qxplain 7390/7405
134.56/133.01	c qxplain 7398/7405
134.56/133.02	c qxplain 7402/7405
134.56/133.03	c qxplain 7404/7405
134.56/133.04	c qxplain 7405/7405
134.56/133.05	c 4949[?] -427[?] -428[?]  is mandatory 
134.56/133.05	c qxplain 7404/7404
134.56/133.06	c 4950[?] 423[?] 427[?] 428[?]  is mandatory 
134.56/133.06	c qxplain 7402/7403
134.56/133.07	c qxplain 7403/7403
134.56/133.08	c 4951[?] -429[?] 5[?]  is mandatory 
134.56/133.08	c qxplain 7402/7402
134.56/133.09	c 4952[?] -426[?] -429[?]  is mandatory 
134.56/133.09	c qxplain 7398/7401
134.65/133.10	c qxplain 7400/7401
134.65/133.11	c qxplain 7401/7401
134.65/133.12	c 4953[?] 426[?] -5[?] 429[?]  is mandatory 
134.65/133.12	c qxplain 7400/7400
134.65/133.13	c 4954[?] -428[?] -430[?]  is mandatory 
134.65/133.13	c qxplain 7398/7399
134.65/133.14	c qxplain 7399/7399
134.65/133.15	c 4955[?] -429[?] -430[?]  is mandatory 
134.65/133.15	c qxplain 7398/7398
134.65/133.16	c 4956[?] 430[?] 429[?] 428[?]  is mandatory 
134.65/133.16	c qxplain 7390/7397
134.65/133.17	c qxplain 7394/7397
134.65/133.17	c qxplain 7396/7397
134.65/133.18	c qxplain 7397/7397
134.65/133.19	c 4958[?] -431[?] 396[?]  is mandatory 
134.65/133.19	c qxplain 7396/7396
134.76/133.20	c 4960[?] -432[?] 190[?]  is mandatory 
134.76/133.20	c qxplain 7394/7395
134.76/133.21	c qxplain 7395/7395
134.76/133.22	c 4962[?] -190[?] 432[?] 396[?]  is mandatory 
134.76/133.22	c qxplain 7394/7394
134.76/133.24	c 4964[?] -432[?] -433[?]  is mandatory 
134.76/133.24	c qxplain 7390/7393
134.76/133.25	c qxplain 7392/7393
134.76/133.25	c qxplain 7393/7393
134.76/133.26	c 4965[?] 432[?] 433[?] 431[?]  is mandatory 
134.76/133.26	c qxplain 7392/7392
134.76/133.28	c 4966[?] 12[?] -434[?]  is mandatory 
134.76/133.28	c qxplain 7390/7391
134.76/133.30	c qxplain 7391/7391
134.76/133.31	c 4967[?] -433[?] -434[?]  is mandatory 
134.76/133.31	c qxplain 7390/7390
134.76/133.32	c 4968[?] 433[?] 434[?] -12[?]  is mandatory 
134.76/133.32	c qxplain 7358/7389
134.86/133.33	c qxplain 7374/7389
134.86/133.33	c qxplain 7382/7389
134.86/133.34	c qxplain 7386/7389
134.86/133.35	c qxplain 7388/7389
134.86/133.36	c qxplain 7389/7389
134.86/133.36	c 4970[?] -435[?] 396[?]  is mandatory 
134.86/133.36	c qxplain 7388/7388
134.86/133.37	c 4972[?] 191[?] -436[?]  is mandatory 
134.86/133.37	c qxplain 7386/7387
134.86/133.38	c qxplain 7387/7387
134.86/133.40	c 4974[?] -191[?] 436[?] 396[?]  is mandatory 
134.86/133.40	c qxplain 7386/7386
134.86/133.41	c 4976[?] -436[?] -437[?]  is mandatory 
134.86/133.41	c qxplain 7382/7385
134.86/133.42	c qxplain 7384/7385
134.97/133.43	c qxplain 7385/7385
134.97/133.44	c 4977[?] 436[?] 437[?] 435[?]  is mandatory 
134.97/133.44	c qxplain 7384/7384
134.97/133.45	c 4978[?] -11[?] -438[?]  is mandatory 
134.97/133.45	c qxplain 7382/7383
134.97/133.46	c qxplain 7383/7383
134.97/133.47	c 4979[?] 437[?] -438[?]  is mandatory 
134.97/133.47	c qxplain 7382/7382
134.97/133.48	c 4980[?] 438[?] -437[?] 11[?]  is mandatory 
134.97/133.48	c qxplain 7374/7381
134.97/133.49	c qxplain 7378/7381
135.06/133.50	c qxplain 7380/7381
135.06/133.51	c qxplain 7381/7381
135.06/133.52	c 4981[?] 434[?] -439[?]  is mandatory 
135.06/133.52	c qxplain 7380/7380
135.06/133.52	c 4982[?] -439[?] -438[?]  is mandatory 
135.06/133.52	c qxplain 7378/7379
135.06/133.54	c qxplain 7379/7379
135.06/133.55	c 4983[?] -434[?] 438[?] 439[?]  is mandatory 
135.06/133.55	c qxplain 7378/7378
135.06/133.56	c 4984[?] -440[?] 11[?]  is mandatory 
135.06/133.56	c qxplain 7374/7377
135.06/133.58	c qxplain 7376/7377
135.06/133.58	c qxplain 7377/7377
135.06/133.59	c 4985[?] -437[?] -440[?]  is mandatory 
135.06/133.59	c qxplain 7376/7376
135.16/133.60	c 4986[?] 437[?] -11[?] 440[?]  is mandatory 
135.16/133.60	c qxplain 7374/7375
135.16/133.61	c qxplain 7375/7375
135.16/133.62	c 4987[?] -439[?] -441[?]  is mandatory 
135.16/133.62	c qxplain 7374/7374
135.16/133.63	c 4988[?] -440[?] -441[?]  is mandatory 
135.16/133.63	c qxplain 7358/7373
135.16/133.63	c qxplain 7366/7373
135.16/133.64	c qxplain 7370/7373
135.16/133.65	c qxplain 7372/7373
135.16/133.66	c qxplain 7373/7373
135.16/133.66	c 4989[?] 441[?] 440[?] 439[?]  is mandatory 
135.16/133.66	c qxplain 7372/7372
135.16/133.67	c 4991[?] -442[?] 396[?]  is mandatory 
135.16/133.67	c qxplain 7370/7371
135.16/133.68	c qxplain 7371/7371
135.16/133.69	c 4993[?] -443[?] 192[?]  is mandatory 
135.16/133.69	c qxplain 7370/7370
135.26/133.70	c 4995[?] -192[?] 443[?] 396[?]  is mandatory 
135.26/133.70	c qxplain 7366/7369
135.26/133.71	c qxplain 7368/7369
135.26/133.71	c qxplain 7369/7369
135.26/133.73	c 4997[?] -443[?] -444[?]  is mandatory 
135.26/133.73	c qxplain 7368/7368
135.26/133.74	c 4998[?] 444[?] 443[?] 442[?]  is mandatory 
135.26/133.74	c qxplain 7366/7367
135.26/133.75	c qxplain 7367/7367
135.26/133.76	c 4999[?] -10[?] -445[?]  is mandatory 
135.26/133.76	c qxplain 7366/7366
135.26/133.77	c 5000[?] 444[?] -445[?]  is mandatory 
135.26/133.77	c qxplain 7358/7365
135.26/133.78	c qxplain 7362/7365
135.26/133.78	c qxplain 7364/7365
135.26/133.79	c qxplain 7365/7365
135.35/133.81	c 5001[?] -444[?] 445[?] 10[?]  is mandatory 
135.35/133.81	c qxplain 7364/7364
135.35/133.82	c 5002[?] -446[?] -441[?]  is mandatory 
135.35/133.82	c qxplain 7362/7363
135.35/133.83	c qxplain 7363/7363
135.35/133.84	c 5003[?] -446[?] -445[?]  is mandatory 
135.35/133.84	c qxplain 7362/7362
135.35/133.85	c 5004[?] 441[?] 445[?] 446[?]  is mandatory 
135.35/133.85	c qxplain 7358/7361
135.35/133.86	c qxplain 7360/7361
135.35/133.86	c qxplain 7361/7361
135.35/133.88	c 5005[?] 10[?] -447[?]  is mandatory 
135.35/133.88	c qxplain 7360/7360
135.35/133.90	c 5006[?] -444[?] -447[?]  is mandatory 
135.35/133.90	c qxplain 7358/7359
135.45/133.90	c qxplain 7359/7359
135.45/133.91	c 5007[?] 444[?] -10[?] 447[?]  is mandatory 
135.45/133.91	c qxplain 7358/7358
135.45/133.92	c 5008[?] -446[?] -448[?]  is mandatory 
135.45/133.92	c qxplain 7295/7357
135.45/133.93	c qxplain 7327/7357
135.45/133.94	c qxplain 7343/7357
135.45/133.95	c qxplain 7351/7357
135.45/133.95	c qxplain 7355/7357
135.45/133.96	c qxplain 7357/7357
135.45/133.97	c 5009[?] -447[?] -448[?]  is mandatory 
135.45/133.97	c qxplain 7355/7356
135.45/133.97	c qxplain 7356/7356
135.45/133.98	c 5010[?] 448[?] 447[?] 446[?]  is mandatory 
135.45/133.98	c qxplain 7355/7355
135.45/133.99	c 5012[?] -449[?] 396[?]  is mandatory 
135.45/133.99	c qxplain 7351/7354
135.56/134.00	c qxplain 7353/7354
135.56/134.01	c qxplain 7354/7354
135.56/134.02	c 5014[?] 193[?] -450[?]  is mandatory 
135.56/134.02	c qxplain 7353/7353
135.56/134.03	c 5016[?] 450[?] -193[?] 396[?]  is mandatory 
135.56/134.03	c qxplain 7351/7352
135.56/134.04	c qxplain 7352/7352
135.56/134.05	c 5018[?] -451[?] -450[?]  is mandatory 
135.56/134.05	c qxplain 7351/7351
135.56/134.06	c 5019[?] 450[?] 451[?] 449[?]  is mandatory 
135.56/134.06	c qxplain 7343/7350
135.56/134.07	c qxplain 7347/7350
135.56/134.08	c qxplain 7349/7350
135.56/134.09	c qxplain 7350/7350
135.66/134.10	c 5020[?] -9[?] -452[?]  is mandatory 
135.66/134.10	c qxplain 7349/7349
135.66/134.11	c 5021[?] 451[?] -452[?]  is mandatory 
135.66/134.11	c qxplain 7347/7348
135.66/134.11	c qxplain 7348/7348
135.66/134.13	c 5022[?] -451[?] 452[?] 9[?]  is mandatory 
135.66/134.13	c qxplain 7347/7347
135.66/134.14	c 5023[?] -453[?] -448[?]  is mandatory 
135.66/134.14	c qxplain 7343/7346
135.66/134.15	c qxplain 7345/7346
135.66/134.16	c qxplain 7346/7346
135.66/134.17	c 5024[?] -453[?] -452[?]  is mandatory 
135.66/134.17	c qxplain 7345/7345
135.66/134.18	c 5025[?] 448[?] 452[?] 453[?]  is mandatory 
135.66/134.18	c qxplain 7343/7344
135.66/134.18	c qxplain 7344/7344
135.75/134.20	c 5026[?] 9[?] -454[?]  is mandatory 
135.75/134.20	c qxplain 7343/7343
135.75/134.21	c 5027[?] -451[?] -454[?]  is mandatory 
135.75/134.21	c qxplain 7327/7342
135.75/134.22	c qxplain 7335/7342
135.75/134.22	c qxplain 7339/7342
135.75/134.23	c qxplain 7341/7342
135.75/134.24	c qxplain 7342/7342
135.75/134.25	c 5028[?] 451[?] -9[?] 454[?]  is mandatory 
135.75/134.25	c qxplain 7341/7341
135.75/134.26	c 5029[?] -453[?] -455[?]  is mandatory 
135.75/134.26	c qxplain 7339/7340
135.75/134.27	c qxplain 7340/7340
135.75/134.28	c 5030[?] -454[?] -455[?]  is mandatory 
135.75/134.28	c qxplain 7339/7339
135.75/134.29	c 5031[?] 455[?] 453[?] 454[?]  is mandatory 
135.75/134.29	c qxplain 7335/7338
135.75/134.29	c qxplain 7337/7338
135.86/134.30	c qxplain 7338/7338
135.86/134.31	c 5033[?] -456[?] 396[?]  is mandatory 
135.86/134.31	c qxplain 7337/7337
135.86/134.32	c 5035[?] -457[?] 187[?]  is mandatory 
135.86/134.32	c qxplain 7335/7336
135.86/134.34	c qxplain 7336/7336
135.86/134.35	c 5037[?] 457[?] -187[?] 396[?]  is mandatory 
135.86/134.35	c qxplain 7335/7335
135.86/134.37	c 5039[?] -457[?] -458[?]  is mandatory 
135.86/134.37	c qxplain 7327/7334
135.86/134.37	c qxplain 7331/7334
135.86/134.38	c qxplain 7333/7334
135.86/134.39	c qxplain 7334/7334
135.86/134.39	c 5040[?] 458[?] 457[?] 456[?]  is mandatory 
135.86/134.39	c qxplain 7333/7333
135.96/134.42	c 5041[?] 15[?] -459[?]  is mandatory 
135.96/134.42	c qxplain 7331/7332
135.96/134.44	c qxplain 7332/7332
135.96/134.45	c 5042[?] -458[?] -459[?]  is mandatory 
135.96/134.45	c qxplain 7331/7331
135.96/134.46	c 5043[?] 458[?] -15[?] 459[?]  is mandatory 
135.96/134.46	c qxplain 7327/7330
135.96/134.47	c qxplain 7329/7330
135.96/134.48	c qxplain 7330/7330
135.96/134.48	c 5045[?] -460[?] 396[?]  is mandatory 
135.96/134.48	c qxplain 7329/7329
135.96/134.49	c 5047[?] 188[?] -461[?]  is mandatory 
135.96/134.49	c qxplain 7327/7328
135.96/134.51	c qxplain 7328/7328
135.96/134.52	c 5049[?] -188[?] 461[?] 396[?]  is mandatory 
135.96/134.52	c qxplain 7327/7327
136.08/134.53	c 5051[?] -461[?] -462[?]  is mandatory 
136.08/134.53	c qxplain 7295/7326
136.08/134.54	c qxplain 7311/7326
136.08/134.55	c qxplain 7319/7326
136.08/134.55	c qxplain 7323/7326
136.08/134.56	c qxplain 7325/7326
136.08/134.57	c qxplain 7326/7326
136.08/134.58	c 5052[?] 461[?] 462[?] 460[?]  is mandatory 
136.08/134.58	c qxplain 7325/7325
136.08/134.59	c 5053[?] -14[?] -463[?]  is mandatory 
136.08/134.59	c qxplain 7323/7324
136.15/134.61	c qxplain 7324/7324
136.15/134.62	c 5054[?] 462[?] -463[?]  is mandatory 
136.15/134.62	c qxplain 7323/7323
136.15/134.63	c 5055[?] -462[?] 463[?] 14[?]  is mandatory 
136.15/134.63	c qxplain 7319/7322
136.15/134.64	c qxplain 7321/7322
136.15/134.65	c qxplain 7322/7322
136.15/134.66	c 5056[?] -464[?] 459[?]  is mandatory 
136.15/134.66	c qxplain 7321/7321
136.15/134.67	c 5057[?] -464[?] -463[?]  is mandatory 
136.15/134.67	c qxplain 7319/7320
136.15/134.69	c qxplain 7320/7320
136.25/134.70	c 5058[?] 464[?] -459[?] 463[?]  is mandatory 
136.25/134.70	c qxplain 7319/7319
136.25/134.71	c 5059[?] 14[?] -465[?]  is mandatory 
136.25/134.71	c qxplain 7311/7318
136.25/134.71	c qxplain 7315/7318
136.25/134.73	c qxplain 7317/7318
136.25/134.74	c qxplain 7318/7318
136.25/134.75	c 5060[?] -462[?] -465[?]  is mandatory 
136.25/134.75	c qxplain 7317/7317
136.25/134.76	c 5061[?] 462[?] -14[?] 465[?]  is mandatory 
136.25/134.76	c qxplain 7315/7316
136.25/134.77	c qxplain 7316/7316
136.25/134.78	c 5062[?] -466[?] -464[?]  is mandatory 
136.25/134.78	c qxplain 7315/7315
136.25/134.79	c 5063[?] -465[?] -466[?]  is mandatory 
136.25/134.79	c qxplain 7311/7314
136.25/134.79	c qxplain 7313/7314
136.35/134.80	c qxplain 7314/7314
136.35/134.81	c 5064[?] 466[?] 465[?] 464[?]  is mandatory 
136.35/134.81	c qxplain 7313/7313
136.35/134.82	c 5066[?] -467[?] 396[?]  is mandatory 
136.35/134.82	c qxplain 7311/7312
136.35/134.83	c qxplain 7312/7312
136.35/134.84	c 5068[?] 189[?] -468[?]  is mandatory 
136.35/134.84	c qxplain 7311/7311
136.35/134.85	c 5070[?] 468[?] -189[?] 396[?]  is mandatory 
136.35/134.85	c qxplain 7295/7310
136.35/134.86	c qxplain 7303/7310
136.35/134.87	c qxplain 7307/7310
136.35/134.88	c qxplain 7309/7310
136.35/134.88	c qxplain 7310/7310
136.35/134.89	c 5072[?] -469[?] -468[?]  is mandatory 
136.35/134.89	c qxplain 7309/7309
136.46/134.90	c 5073[?] 468[?] 469[?] 467[?]  is mandatory 
136.46/134.90	c qxplain 7307/7308
136.46/134.92	c qxplain 7308/7308
136.46/134.93	c 5074[?] -13[?] -470[?]  is mandatory 
136.46/134.93	c qxplain 7307/7307
136.46/134.94	c 5075[?] 469[?] -470[?]  is mandatory 
136.46/134.94	c qxplain 7303/7306
136.46/134.95	c qxplain 7305/7306
136.46/134.96	c qxplain 7306/7306
136.46/134.98	c 5076[?] 470[?] -469[?] 13[?]  is mandatory 
136.46/134.98	c qxplain 7305/7305
136.55/135.00	c 5077[?] -471[?] -466[?]  is mandatory 
136.55/135.00	c qxplain 7303/7304
136.55/135.01	c qxplain 7304/7304
136.55/135.02	c 5078[?] -471[?] -470[?]  is mandatory 
136.55/135.02	c qxplain 7303/7303
136.55/135.03	c 5079[?] 466[?] 470[?] 471[?]  is mandatory 
136.55/135.03	c qxplain 7295/7302
136.55/135.04	c qxplain 7299/7302
136.55/135.05	c qxplain 7301/7302
136.55/135.06	c qxplain 7302/7302
136.55/135.08	c 5080[?] 13[?] -472[?]  is mandatory 
136.55/135.08	c qxplain 7301/7301
136.65/135.10	c 5081[?] -469[?] -472[?]  is mandatory 
136.65/135.10	c qxplain 7299/7300
136.65/135.11	c qxplain 7300/7300
136.65/135.12	c 5082[?] 469[?] 472[?] -13[?]  is mandatory 
136.65/135.12	c qxplain 7299/7299
136.65/135.13	c 5083[?] -471[?] -473[?]  is mandatory 
136.65/135.13	c qxplain 7295/7298
136.65/135.14	c qxplain 7297/7298
136.65/135.14	c qxplain 7298/7298
136.65/135.15	c 5084[?] -472[?] -473[?]  is mandatory 
136.65/135.15	c qxplain 7297/7297
136.65/135.16	c 5085[?] 473[?] 471[?] 472[?]  is mandatory 
136.65/135.16	c qxplain 7295/7296
136.65/135.17	c qxplain 7296/7296
136.65/135.18	c 5087[?] -474[?] 396[?]  is mandatory 
136.65/135.18	c qxplain 7295/7295
136.65/135.19	c 5089[?] -475[?] 185[?]  is mandatory 
136.65/135.19	c qxplain 7043/7294
136.75/135.20	c qxplain 7169/7294
136.75/135.20	c qxplain 7232/7294
136.75/135.21	c qxplain 7264/7294
136.75/135.22	c qxplain 7280/7294
136.75/135.23	c qxplain 7288/7294
136.75/135.23	c qxplain 7292/7294
136.75/135.24	c qxplain 7294/7294
136.75/135.26	c 5091[?] -185[?] 475[?] 396[?]  is mandatory 
136.75/135.26	c qxplain 7292/7293
136.75/135.27	c qxplain 7293/7293
136.75/135.28	c 5093[?] -475[?] -476[?]  is mandatory 
136.75/135.28	c qxplain 7292/7292
136.75/135.29	c 5094[?] 475[?] 476[?] 474[?]  is mandatory 
136.75/135.29	c qxplain 7288/7291
136.85/135.30	c qxplain 7290/7291
136.85/135.31	c qxplain 7291/7291
136.85/135.33	c 5095[?] -477[?] 17[?]  is mandatory 
136.85/135.33	c qxplain 7290/7290
136.85/135.35	c 5096[?] -476[?] -477[?]  is mandatory 
136.85/135.35	c qxplain 7288/7289
136.85/135.36	c qxplain 7289/7289
136.85/135.38	c 5097[?] 476[?] -17[?] 477[?]  is mandatory 
136.85/135.38	c qxplain 7288/7288
136.85/135.39	c 5099[?] -478[?] 396[?]  is mandatory 
136.85/135.39	c qxplain 7280/7287
136.95/135.40	c qxplain 7284/7287
136.95/135.41	c qxplain 7286/7287
136.95/135.42	c qxplain 7287/7287
136.95/135.43	c 5101[?] 186[?] -479[?]  is mandatory 
136.95/135.43	c qxplain 7286/7286
136.95/135.44	c 5103[?] -186[?] 479[?] 396[?]  is mandatory 
136.95/135.44	c qxplain 7284/7285
136.95/135.44	c qxplain 7285/7285
136.95/135.45	c 5105[?] -479[?] -480[?]  is mandatory 
136.95/135.45	c qxplain 7284/7284
136.95/135.46	c 5106[?] 479[?] 480[?] 478[?]  is mandatory 
136.95/135.46	c qxplain 7280/7283
136.95/135.47	c qxplain 7282/7283
136.95/135.48	c qxplain 7283/7283
136.95/135.49	c 5107[?] -16[?] -481[?]  is mandatory 
136.95/135.49	c qxplain 7282/7282
136.95/135.50	c 5108[?] 480[?] -481[?]  is mandatory 
136.95/135.50	c qxplain 7280/7281
136.95/135.51	c qxplain 7281/7281
137.05/135.53	c 5109[?] 481[?] -480[?] 16[?]  is mandatory 
137.05/135.53	c qxplain 7280/7280
137.05/135.54	c 5110[?] -482[?] 477[?]  is mandatory 
137.05/135.54	c qxplain 7264/7279
137.05/135.55	c qxplain 7272/7279
137.05/135.56	c qxplain 7276/7279
137.05/135.57	c qxplain 7278/7279
137.05/135.59	c qxplain 7279/7279
137.05/135.60	c 5111[?] -482[?] -481[?]  is mandatory 
137.05/135.60	c qxplain 7278/7278
137.05/135.61	c 5112[?] -477[?] 481[?] 482[?]  is mandatory 
137.05/135.61	c qxplain 7276/7277
137.05/135.62	c qxplain 7277/7277
137.17/135.63	c 5113[?] 16[?] -483[?]  is mandatory 
137.17/135.64	c qxplain 7276/7276
137.17/135.65	c 5114[?] -480[?] -483[?]  is mandatory 
137.17/135.65	c qxplain 7272/7275
137.17/135.66	c qxplain 7274/7275
137.17/135.68	c qxplain 7275/7275
137.17/135.69	c 5115[?] 480[?] -16[?] 483[?]  is mandatory 
137.17/135.69	c qxplain 7274/7274
137.17/135.69	c 5116[?] -482[?] -484[?]  is mandatory 
137.17/135.69	c qxplain 7272/7273
137.25/135.70	c qxplain 7273/7273
137.25/135.71	c 5117[?] -483[?] -484[?]  is mandatory 
137.25/135.71	c qxplain 7272/7272
137.25/135.72	c 5118[?] 484[?] 482[?] 483[?]  is mandatory 
137.25/135.72	c qxplain 7264/7271
137.25/135.73	c qxplain 7268/7271
137.25/135.74	c qxplain 7270/7271
137.25/135.75	c qxplain 7271/7271
137.25/135.76	c 5120[?] -485[?] 396[?]  is mandatory 
137.25/135.76	c qxplain 7270/7270
137.25/135.77	c 5122[?] -486[?] 183[?]  is mandatory 
137.25/135.77	c qxplain 7268/7269
137.25/135.79	c qxplain 7269/7269
137.35/135.80	c 5124[?] -183[?] 486[?] 396[?]  is mandatory 
137.35/135.80	c qxplain 7268/7268
137.35/135.81	c 5126[?] -486[?] -487[?]  is mandatory 
137.35/135.81	c qxplain 7264/7267
137.35/135.82	c qxplain 7266/7267
137.35/135.83	c qxplain 7267/7267
137.35/135.84	c 5127[?] 487[?] 486[?] 485[?]  is mandatory 
137.35/135.84	c qxplain 7266/7266
137.35/135.86	c 5128[?] 19[?] -488[?]  is mandatory 
137.35/135.86	c qxplain 7264/7265
137.35/135.86	c qxplain 7265/7265
137.35/135.88	c 5129[?] -487[?] -488[?]  is mandatory 
137.35/135.88	c qxplain 7264/7264
137.35/135.89	c 5130[?] 488[?] 487[?] -19[?]  is mandatory 
137.35/135.89	c qxplain 7232/7263
137.45/135.90	c qxplain 7248/7263
137.45/135.91	c qxplain 7256/7263
137.45/135.91	c qxplain 7260/7263
137.45/135.92	c qxplain 7262/7263
137.45/135.93	c qxplain 7263/7263
137.45/135.94	c 5132[?] -489[?] 396[?]  is mandatory 
137.45/135.94	c qxplain 7262/7262
137.45/135.94	c 5134[?] -490[?] 184[?]  is mandatory 
137.45/135.94	c qxplain 7260/7261
137.45/135.95	c qxplain 7261/7261
137.45/135.96	c 5136[?] -184[?] 490[?] 396[?]  is mandatory 
137.45/135.96	c qxplain 7260/7260
137.45/135.98	c 5138[?] -491[?] -490[?]  is mandatory 
137.45/135.98	c qxplain 7256/7259
137.45/135.98	c qxplain 7258/7259
137.45/135.99	c qxplain 7259/7259
137.55/136.00	c 5139[?] 491[?] 490[?] 489[?]  is mandatory 
137.55/136.00	c qxplain 7258/7258
137.55/136.02	c 5140[?] -492[?] 488[?]  is mandatory 
137.55/136.02	c qxplain 7256/7257
137.55/136.05	c qxplain 7257/7257
137.55/136.06	c 5141[?] -491[?] -492[?]  is mandatory 
137.55/136.06	c qxplain 7256/7256
137.55/136.07	c 5142[?] 491[?] -488[?] 492[?]  is mandatory 
137.55/136.07	c qxplain 7248/7255
137.55/136.09	c qxplain 7252/7255
137.55/136.09	c qxplain 7254/7255
137.65/136.10	c qxplain 7255/7255
137.65/136.11	c 5143[?] -493[?] 18[?]  is mandatory 
137.65/136.11	c qxplain 7254/7254
137.65/136.13	c 5144[?] -493[?] 19[?]  is mandatory 
137.65/136.13	c qxplain 7252/7253
137.65/136.15	c qxplain 7253/7253
137.65/136.16	c 5145[?] 493[?] -18[?] -19[?]  is mandatory 
137.65/136.16	c qxplain 7252/7252
137.65/136.17	c 5146[?] -487[?] -494[?]  is mandatory 
137.65/136.17	c qxplain 7248/7251
137.65/136.18	c qxplain 7250/7251
137.65/136.18	c qxplain 7251/7251
137.65/136.19	c 5147[?] -494[?] 493[?]  is mandatory 
137.65/136.19	c qxplain 7250/7250
137.75/136.20	c 5148[?] -493[?] 487[?] 494[?]  is mandatory 
137.75/136.20	c qxplain 7248/7249
137.75/136.22	c qxplain 7249/7249
137.75/136.23	c 5149[?] 18[?] -495[?]  is mandatory 
137.75/136.23	c qxplain 7248/7248
137.75/136.25	c 5150[?] -491[?] -495[?]  is mandatory 
137.75/136.25	c qxplain 7232/7247
137.75/136.26	c qxplain 7240/7247
137.75/136.27	c qxplain 7244/7247
137.75/136.28	c qxplain 7246/7247
137.75/136.30	c qxplain 7247/7247
137.85/136.31	c 5151[?] 491[?] 495[?] -18[?]  is mandatory 
137.85/136.31	c qxplain 7246/7246
137.85/136.32	c 5152[?] -494[?] -496[?]  is mandatory 
137.85/136.32	c qxplain 7244/7245
137.85/136.33	c qxplain 7245/7245
137.85/136.34	c 5153[?] -495[?] -496[?]  is mandatory 
137.85/136.34	c qxplain 7244/7244
137.85/136.35	c 5154[?] 496[?] 495[?] 494[?]  is mandatory 
137.85/136.35	c qxplain 7240/7243
137.85/136.36	c qxplain 7242/7243
137.85/136.37	c qxplain 7243/7243
137.85/136.38	c 5155[?] -492[?] -497[?]  is mandatory 
137.85/136.38	c qxplain 7242/7242
137.85/136.39	c 5156[?] 496[?] -497[?]  is mandatory 
137.85/136.39	c qxplain 7240/7241
137.95/136.40	c qxplain 7241/7241
137.95/136.41	c 5157[?] 497[?] 492[?] -496[?]  is mandatory 
137.95/136.41	c qxplain 7240/7240
137.95/136.42	c 5158[?] -17[?] -498[?]  is mandatory 
137.95/136.42	c qxplain 7232/7239
137.95/136.43	c qxplain 7236/7239
137.95/136.44	c qxplain 7238/7239
137.95/136.45	c qxplain 7239/7239
137.95/136.46	c 5159[?] 476[?] -498[?]  is mandatory 
137.95/136.46	c qxplain 7238/7238
137.95/136.47	c 5160[?] -476[?] 498[?] 17[?]  is mandatory 
137.95/136.47	c qxplain 7236/7237
137.95/136.48	c qxplain 7237/7237
137.95/136.49	c 5161[?] -499[?] -481[?]  is mandatory 
137.95/136.49	c qxplain 7236/7236
138.05/136.50	c 5162[?] -499[?] -498[?]  is mandatory 
138.05/136.50	c qxplain 7232/7235
138.05/136.51	c qxplain 7234/7235
138.05/136.52	c qxplain 7235/7235
138.05/136.53	c 5163[?] 498[?] 499[?] 481[?]  is mandatory 
138.05/136.53	c qxplain 7234/7234
138.05/136.54	c 5164[?] -500[?] -497[?]  is mandatory 
138.05/136.54	c qxplain 7232/7233
138.05/136.55	c qxplain 7233/7233
138.05/136.56	c 5165[?] -500[?] 499[?]  is mandatory 
138.05/136.56	c qxplain 7232/7232
138.05/136.57	c 5166[?] -499[?] 497[?] 500[?]  is mandatory 
138.05/136.57	c qxplain 7169/7231
138.05/136.58	c qxplain 7201/7231
138.05/136.59	c qxplain 7217/7231
138.05/136.60	c qxplain 7225/7231
138.05/136.61	c qxplain 7229/7231
138.05/136.62	c qxplain 7231/7231
138.15/136.63	c 5167[?] 484[?] -501[?]  is mandatory 
138.15/136.63	c qxplain 7229/7230
138.15/136.63	c qxplain 7230/7230
138.15/136.64	c 5168[?] -500[?] -501[?]  is mandatory 
138.15/136.64	c qxplain 7229/7229
138.15/136.65	c 5169[?] 501[?] -484[?] 500[?]  is mandatory 
138.15/136.65	c qxplain 7225/7228
138.15/136.67	c qxplain 7227/7228
138.15/136.68	c qxplain 7228/7228
138.15/136.70	c 5170[?] -15[?] -502[?]  is mandatory 
138.15/136.70	c qxplain 7227/7227
138.15/136.71	c 5171[?] 458[?] -502[?]  is mandatory 
138.15/136.71	c qxplain 7225/7226
138.15/136.72	c qxplain 7226/7226
138.27/136.73	c 5172[?] -458[?] 15[?] 502[?]  is mandatory 
138.27/136.73	c qxplain 7225/7225
138.27/136.73	c 5173[?] -503[?] -463[?]  is mandatory 
138.27/136.73	c qxplain 7217/7224
138.27/136.75	c qxplain 7221/7224
138.27/136.75	c qxplain 7223/7224
138.27/136.76	c qxplain 7224/7224
138.27/136.77	c 5174[?] -502[?] -503[?]  is mandatory 
138.27/136.77	c qxplain 7223/7223
138.27/136.78	c 5175[?] 503[?] 502[?] 463[?]  is mandatory 
138.27/136.78	c qxplain 7221/7222
138.35/136.80	c qxplain 7222/7222
138.35/136.81	c 5176[?] -504[?] -470[?]  is mandatory 
138.35/136.81	c qxplain 7221/7221
138.35/136.81	c 5177[?] 503[?] -504[?]  is mandatory 
138.35/136.81	c qxplain 7217/7220
138.35/136.82	c qxplain 7219/7220
138.35/136.84	c qxplain 7220/7220
138.35/136.85	c 5178[?] 504[?] 470[?] -503[?]  is mandatory 
138.35/136.85	c qxplain 7219/7219
138.35/136.86	c 5179[?] -505[?] -501[?]  is mandatory 
138.35/136.86	c qxplain 7217/7218
138.35/136.88	c qxplain 7218/7218
138.35/136.89	c 5180[?] -505[?] 504[?]  is mandatory 
138.35/136.89	c qxplain 7217/7217
138.45/136.90	c 5181[?] 501[?] -504[?] 505[?]  is mandatory 
138.45/136.90	c qxplain 7201/7216
138.45/136.91	c qxplain 7209/7216
138.45/136.92	c qxplain 7213/7216
138.45/136.93	c qxplain 7215/7216
138.45/136.94	c qxplain 7216/7216
138.45/136.95	c 5182[?] 473[?] -506[?]  is mandatory 
138.45/136.95	c qxplain 7215/7215
138.45/136.96	c 5183[?] -505[?] -506[?]  is mandatory 
138.45/136.96	c qxplain 7213/7214
138.45/136.96	c qxplain 7214/7214
138.45/136.97	c 5184[?] 506[?] -473[?] 505[?]  is mandatory 
138.45/136.97	c qxplain 7213/7213
138.45/136.99	c 5185[?] -12[?] -507[?]  is mandatory 
138.45/136.99	c qxplain 7209/7212
138.55/137.00	c qxplain 7211/7212
138.55/137.01	c qxplain 7212/7212
138.55/137.02	c 5186[?] 433[?] -507[?]  is mandatory 
138.55/137.02	c qxplain 7211/7211
138.55/137.03	c 5187[?] -433[?] 507[?] 12[?]  is mandatory 
138.55/137.03	c qxplain 7209/7210
138.55/137.04	c qxplain 7210/7210
138.55/137.05	c 5188[?] -438[?] -508[?]  is mandatory 
138.55/137.05	c qxplain 7209/7209
138.55/137.06	c 5189[?] -507[?] -508[?]  is mandatory 
138.55/137.06	c qxplain 7201/7208
138.55/137.07	c qxplain 7205/7208
138.55/137.08	c qxplain 7207/7208
138.55/137.09	c qxplain 7208/7208
138.64/137.11	c 5190[?] 438[?] 508[?] 507[?]  is mandatory 
138.64/137.11	c qxplain 7207/7207
138.64/137.12	c 5191[?] -509[?] -445[?]  is mandatory 
138.64/137.12	c qxplain 7205/7206
138.64/137.13	c qxplain 7206/7206
138.64/137.13	c 5192[?] 508[?] -509[?]  is mandatory 
138.64/137.13	c qxplain 7205/7205
138.64/137.15	c 5193[?] 509[?] -508[?] 445[?]  is mandatory 
138.64/137.15	c qxplain 7201/7204
138.64/137.15	c qxplain 7203/7204
138.64/137.17	c qxplain 7204/7204
138.64/137.18	c 5194[?] -510[?] -452[?]  is mandatory 
138.64/137.18	c qxplain 7203/7203
138.64/137.19	c 5195[?] 509[?] -510[?]  is mandatory 
138.64/137.19	c qxplain 7201/7202
138.64/137.19	c qxplain 7202/7202
138.75/137.21	c 5196[?] 510[?] -509[?] 452[?]  is mandatory 
138.75/137.21	c qxplain 7201/7201
138.75/137.22	c 5197[?] -506[?] -511[?]  is mandatory 
138.75/137.22	c qxplain 7169/7200
138.75/137.23	c qxplain 7185/7200
138.75/137.24	c qxplain 7193/7200
138.75/137.25	c qxplain 7197/7200
138.75/137.26	c qxplain 7199/7200
138.75/137.27	c qxplain 7200/7200
138.75/137.28	c 5198[?] -511[?] 510[?]  is mandatory 
138.75/137.28	c qxplain 7199/7199
138.75/137.29	c 5199[?] 506[?] -510[?] 511[?]  is mandatory 
138.75/137.29	c qxplain 7197/7198
138.85/137.30	c qxplain 7198/7198
138.85/137.31	c 5200[?] 455[?] -512[?]  is mandatory 
138.85/137.31	c qxplain 7197/7197
138.85/137.32	c 5201[?] -511[?] -512[?]  is mandatory 
138.85/137.32	c qxplain 7193/7196
138.85/137.33	c qxplain 7195/7196
138.85/137.34	c qxplain 7196/7196
138.85/137.34	c 5202[?] 512[?] -455[?] 511[?]  is mandatory 
138.85/137.34	c qxplain 7195/7195
138.85/137.36	c 5203[?] -8[?] -513[?]  is mandatory 
138.85/137.36	c qxplain 7193/7194
138.85/137.37	c qxplain 7194/7194
138.85/137.38	c 5204[?] 408[?] -513[?]  is mandatory 
138.85/137.38	c qxplain 7193/7193
138.85/137.39	c 5205[?] -408[?] 8[?] 513[?]  is mandatory 
138.85/137.39	c qxplain 7185/7192
138.95/137.40	c qxplain 7189/7192
138.95/137.41	c qxplain 7191/7192
138.95/137.42	c qxplain 7192/7192
138.95/137.43	c 5206[?] -413[?] -514[?]  is mandatory 
138.95/137.43	c qxplain 7191/7191
138.95/137.44	c 5207[?] -513[?] -514[?]  is mandatory 
138.95/137.44	c qxplain 7189/7190
138.95/137.45	c qxplain 7190/7190
138.95/137.46	c 5208[?] 514[?] 513[?] 413[?]  is mandatory 
138.95/137.46	c qxplain 7189/7189
138.95/137.48	c 5209[?] -515[?] -420[?]  is mandatory 
138.95/137.48	c qxplain 7185/7188
138.95/137.48	c qxplain 7187/7188
139.05/137.50	c qxplain 7188/7188
139.05/137.51	c 5210[?] 514[?] -515[?]  is mandatory 
139.05/137.51	c qxplain 7187/7187
139.05/137.52	c 5211[?] 515[?] 420[?] -514[?]  is mandatory 
139.05/137.52	c qxplain 7185/7186
139.05/137.53	c qxplain 7186/7186
139.05/137.54	c 5212[?] -516[?] -427[?]  is mandatory 
139.05/137.54	c qxplain 7185/7185
139.05/137.55	c 5213[?] -516[?] 515[?]  is mandatory 
139.05/137.55	c qxplain 7169/7184
139.05/137.56	c qxplain 7177/7184
139.05/137.57	c qxplain 7181/7184
139.05/137.58	c qxplain 7183/7184
139.05/137.59	c qxplain 7184/7184
139.15/137.61	c 5214[?] 427[?] -515[?] 516[?]  is mandatory 
139.15/137.61	c qxplain 7183/7183
139.15/137.62	c 5215[?] -517[?] -512[?]  is mandatory 
139.15/137.62	c qxplain 7181/7182
139.15/137.63	c qxplain 7182/7182
139.15/137.64	c 5216[?] -517[?] 516[?]  is mandatory 
139.15/137.64	c qxplain 7181/7181
139.15/137.65	c 5217[?] -516[?] 517[?] 512[?]  is mandatory 
139.15/137.65	c qxplain 7177/7180
139.15/137.66	c qxplain 7179/7180
139.15/137.67	c qxplain 7180/7180
139.15/137.68	c 5218[?] 430[?] -518[?]  is mandatory 
139.15/137.68	c qxplain 7179/7179
139.15/137.69	c 5219[?] -517[?] -518[?]  is mandatory 
139.15/137.69	c qxplain 7177/7178
139.15/137.70	c qxplain 7178/7178
139.15/137.71	c 5220[?] 518[?] -430[?] 517[?]  is mandatory 
139.15/137.71	c qxplain 7177/7177
139.25/137.73	c 5221[?] -4[?] -519[?]  is mandatory 
139.25/137.73	c qxplain 7169/7176
139.25/137.74	c qxplain 7173/7176
139.25/137.75	c qxplain 7175/7176
139.25/137.76	c qxplain 7176/7176
139.25/137.77	c 5222[?] 404[?] -519[?]  is mandatory 
139.25/137.77	c qxplain 7175/7175
139.25/137.78	c 5223[?] 519[?] -404[?] 4[?]  is mandatory 
139.25/137.78	c qxplain 7173/7174
139.25/137.79	c qxplain 7174/7174
139.25/137.80	c 5224[?] -520[?] -518[?]  is mandatory 
139.25/137.80	c qxplain 7173/7173
139.25/137.82	c 5225[?] -520[?] -519[?]  is mandatory 
139.25/137.82	c qxplain 7169/7172
139.36/137.83	c qxplain 7171/7172
139.36/137.84	c qxplain 7172/7172
139.36/137.85	c 5226[?] 518[?] 519[?] 520[?]  is mandatory 
139.36/137.85	c qxplain 7171/7171
139.36/137.86	c 5227[?] -405[?] -521[?]  is mandatory 
139.36/137.86	c qxplain 7169/7170
139.36/137.87	c qxplain 7170/7170
139.36/137.88	c 5228[?] -520[?] -521[?]  is mandatory 
139.36/137.88	c qxplain 7169/7169
139.36/137.89	c 5229[?] 521[?] 520[?] 405[?]  is mandatory 
139.36/137.89	c qxplain 7043/7168
139.36/137.89	c qxplain 7106/7168
139.44/137.90	c qxplain 7138/7168
139.44/137.92	c qxplain 7154/7168
139.44/137.92	c qxplain 7162/7168
139.44/137.93	c qxplain 7166/7168
139.44/137.94	c qxplain 7168/7168
139.44/137.95	c 5230[?] -522[?] -3[?]  is mandatory 
139.44/137.95	c qxplain 7166/7167
139.44/137.96	c qxplain 7167/7167
139.44/137.97	c 5231[?] 400[?] -522[?]  is mandatory 
139.44/137.97	c qxplain 7166/7166
139.44/137.98	c 5232[?] 522[?] -400[?] 3[?]  is mandatory 
139.44/137.98	c qxplain 7162/7165
139.44/137.99	c qxplain 7164/7165
139.54/138.00	c qxplain 7165/7165
139.54/138.02	c 5233[?] -523[?] -521[?]  is mandatory 
139.54/138.02	c qxplain 7164/7164
139.54/138.03	c 5234[?] -523[?] -522[?]  is mandatory 
139.54/138.03	c qxplain 7162/7163
139.54/138.04	c qxplain 7163/7163
139.54/138.05	c 5235[?] 523[?] 522[?] 521[?]  is mandatory 
139.54/138.05	c qxplain 7162/7162
139.54/138.06	c 5236[?] -401[?] -524[?]  is mandatory 
139.54/138.06	c qxplain 7154/7161
139.54/138.07	c qxplain 7158/7161
139.54/138.08	c qxplain 7160/7161
139.54/138.09	c qxplain 7161/7161
139.64/138.10	c 5237[?] -524[?] -523[?]  is mandatory 
139.64/138.10	c qxplain 7160/7160
139.64/138.11	c 5238[?] 524[?] 401[?] 523[?]  is mandatory 
139.64/138.11	c qxplain 7158/7159
139.64/138.12	c qxplain 7159/7159
139.64/138.13	c 5240[?] -525[?] 396[?]  is mandatory 
139.64/138.13	c qxplain 7158/7158
139.64/138.14	c 5242[?] -526[?] 200[?]  is mandatory 
139.64/138.14	c qxplain 7154/7157
139.64/138.15	c qxplain 7156/7157
139.64/138.16	c qxplain 7157/7157
139.64/138.17	c 5244[?] 526[?] -200[?] 396[?]  is mandatory 
139.64/138.17	c qxplain 7156/7156
139.64/138.18	c 5246[?] -526[?] -527[?]  is mandatory 
139.64/138.18	c qxplain 7154/7155
139.64/138.19	c qxplain 7155/7155
139.74/138.20	c 5247[?] 527[?] 526[?] 525[?]  is mandatory 
139.74/138.20	c qxplain 7154/7154
139.74/138.21	c 5248[?] -528[?] 2[?]  is mandatory 
139.74/138.21	c qxplain 7138/7153
139.74/138.22	c qxplain 7146/7153
139.74/138.23	c qxplain 7150/7153
139.74/138.24	c qxplain 7152/7153
139.74/138.25	c qxplain 7153/7153
139.74/138.26	c 5249[?] 527[?] -528[?]  is mandatory 
139.74/138.26	c qxplain 7152/7152
139.74/138.27	c 5250[?] -527[?] 528[?] -2[?]  is mandatory 
139.74/138.27	c qxplain 7150/7151
139.74/138.28	c qxplain 7151/7151
139.74/138.29	c 5251[?] -529[?] -2[?]  is mandatory 
139.74/138.29	c qxplain 7150/7150
139.74/138.30	c 5252[?] -527[?] -529[?]  is mandatory 
139.74/138.30	c qxplain 7146/7149
139.84/138.31	c qxplain 7148/7149
139.84/138.31	c qxplain 7149/7149
139.84/138.32	c 5253[?] 527[?] 2[?] 529[?]  is mandatory 
139.84/138.32	c qxplain 7148/7148
139.84/138.34	c 5254[?] -528[?] -530[?]  is mandatory 
139.84/138.34	c qxplain 7146/7147
139.84/138.34	c qxplain 7147/7147
139.84/138.35	c 5255[?] -529[?] -530[?]  is mandatory 
139.84/138.35	c qxplain 7146/7146
139.84/138.36	c 5256[?] 528[?] 529[?] 530[?]  is mandatory 
139.84/138.36	c qxplain 7138/7145
139.84/138.37	c qxplain 7142/7145
139.84/138.38	c qxplain 7144/7145
139.84/138.39	c qxplain 7145/7145
139.94/138.40	c 5257[?] -531[?] 524[?]  is mandatory 
139.94/138.40	c qxplain 7144/7144
139.94/138.41	c 5258[?] -531[?] -530[?]  is mandatory 
139.94/138.41	c qxplain 7142/7143
139.94/138.42	c qxplain 7143/7143
139.94/138.43	c 5259[?] 530[?] -524[?] 531[?]  is mandatory 
139.94/138.43	c qxplain 7142/7142
139.94/138.44	c 5260[?] -524[?] -532[?]  is mandatory 
139.94/138.44	c qxplain 7138/7141
139.94/138.45	c qxplain 7140/7141
139.94/138.46	c qxplain 7141/7141
139.94/138.47	c 5261[?] -532[?] 530[?]  is mandatory 
139.94/138.47	c qxplain 7140/7140
139.94/138.48	c 5262[?] 524[?] -530[?] 532[?]  is mandatory 
139.94/138.48	c qxplain 7138/7139
139.94/138.49	c qxplain 7139/7139
140.04/138.50	c 5263[?] -531[?] -533[?]  is mandatory 
140.04/138.50	c qxplain 7138/7138
140.04/138.51	c 5264[?] -532[?] -533[?]  is mandatory 
140.04/138.51	c qxplain 7106/7137
140.04/138.52	c qxplain 7122/7137
140.04/138.52	c qxplain 7130/7137
140.04/138.53	c qxplain 7134/7137
140.04/138.54	c qxplain 7136/7137
140.04/138.55	c qxplain 7137/7137
140.04/138.56	c 5265[?] 531[?] 533[?] 532[?]  is mandatory 
140.04/138.56	c qxplain 7136/7136
140.04/138.57	c 5266[?] -534[?] -396[?]  is mandatory 
140.04/138.57	c qxplain 7134/7135
140.04/138.58	c qxplain 7135/7135
140.04/138.59	c 5267[?] -534[?] -533[?]  is mandatory 
140.04/138.59	c qxplain 7134/7134
140.14/138.60	c 5268[?] 534[?] 533[?] 396[?]  is mandatory 
140.14/138.60	c qxplain 7130/7133
140.14/138.60	c qxplain 7132/7133
140.14/138.61	c qxplain 7133/7133
140.14/138.62	c 5269[?] -535[?] -397[?]  is mandatory 
140.14/138.62	c qxplain 7132/7132
140.14/138.63	c 5270[?] -535[?] -534[?]  is mandatory 
140.14/138.63	c qxplain 7130/7131
140.14/138.64	c qxplain 7131/7131
140.14/138.65	c 5271[?] 535[?] 397[?] 534[?]  is mandatory 
140.14/138.65	c qxplain 7130/7130
140.14/138.65	c 5272[?] -536[?] -375[?]  is mandatory 
140.14/138.65	c qxplain 7122/7129
140.14/138.66	c qxplain 7126/7129
140.14/138.67	c qxplain 7128/7129
140.14/138.67	c qxplain 7129/7129
140.14/138.68	c 5273[?] -536[?] -535[?]  is mandatory 
140.14/138.68	c qxplain 7128/7128
140.14/138.69	c 5274[?] 536[?] 535[?] 375[?]  is mandatory 
140.14/138.69	c qxplain 7126/7127
140.24/138.70	c qxplain 7127/7127
140.24/138.71	c 5275[?] -537[?] -391[?]  is mandatory 
140.24/138.71	c qxplain 7126/7126
140.24/138.72	c 5276[?] -537[?] -536[?]  is mandatory 
140.24/138.72	c qxplain 7122/7125
140.24/138.72	c qxplain 7124/7125
140.24/138.73	c qxplain 7125/7125
140.24/138.74	c 5277[?] 537[?] 536[?] 391[?]  is mandatory 
140.24/138.74	c qxplain 7124/7124
140.24/138.77	c 5278[?] 337[?] -538[?]  is mandatory 
140.24/138.77	c qxplain 7122/7123
140.24/138.78	c qxplain 7123/7123
140.24/138.78	c 5279[?] -538[?] -537[?]  is mandatory 
140.24/138.78	c qxplain 7122/7122
140.24/138.79	c 5280[?] 538[?] -337[?] 537[?]  is mandatory 
140.24/138.79	c qxplain 7106/7121
140.33/138.83	c qxplain 7114/7121
140.33/138.84	c qxplain 7118/7121
140.33/138.84	c qxplain 7120/7121
140.33/138.85	c qxplain 7121/7121
140.33/138.86	c 5281[?] -337[?] -539[?]  is mandatory 
140.33/138.86	c qxplain 7120/7120
140.33/138.87	c 5282[?] -539[?] 537[?]  is mandatory 
140.33/138.87	c qxplain 7118/7119
140.33/138.88	c qxplain 7119/7119
140.33/138.91	c 5283[?] 539[?] 337[?] -537[?]  is mandatory 
140.33/138.91	c qxplain 7118/7118
140.33/138.92	c 5284[?] -540[?] -538[?]  is mandatory 
140.33/138.92	c qxplain 7114/7117
140.44/138.93	c qxplain 7116/7117
140.44/138.93	c qxplain 7117/7117
140.44/138.95	c 5285[?] -539[?] -540[?]  is mandatory 
140.44/138.95	c qxplain 7116/7116
140.44/138.96	c 5286[?] 539[?] 540[?] 538[?]  is mandatory 
140.44/138.96	c qxplain 7114/7115
140.44/138.97	c qxplain 7115/7115
140.51/139.01	c 5287[?] -541[?] -172[?]  is mandatory 
140.51/139.01	c qxplain 7114/7114
140.51/139.02	c 5288[?] -541[?] 323[?]  is mandatory 
140.51/139.02	c qxplain 7106/7113
140.51/139.03	c qxplain 7110/7113
140.51/139.04	c qxplain 7112/7113
140.51/139.04	c qxplain 7113/7113
140.51/139.06	c 5289[?] -323[?] 172[?] 541[?]  is mandatory 
140.51/139.06	c qxplain 7112/7112
140.51/139.07	c 5290[?] -542[?] 172[?]  is mandatory 
140.51/139.07	c qxplain 7110/7111
140.51/139.09	c qxplain 7111/7111
140.61/139.10	c 5291[?] -542[?] -323[?]  is mandatory 
140.61/139.10	c qxplain 7110/7110
140.61/139.12	c 5292[?] -172[?] 323[?] 542[?]  is mandatory 
140.61/139.12	c qxplain 7106/7109
140.61/139.13	c qxplain 7108/7109
140.61/139.13	c qxplain 7109/7109
140.61/139.14	c 5293[?] -541[?] -543[?]  is mandatory 
140.61/139.14	c qxplain 7108/7108
140.61/139.15	c 5294[?] -542[?] -543[?]  is mandatory 
140.61/139.15	c qxplain 7106/7107
140.61/139.16	c qxplain 7107/7107
140.61/139.17	c 5295[?] 542[?] 541[?] 543[?]  is mandatory 
140.61/139.17	c qxplain 7106/7106
140.61/139.20	c 5296[?] -544[?] 311[?]  is mandatory 
140.61/139.20	c qxplain 7043/7105
140.71/139.21	c qxplain 7075/7105
140.71/139.22	c qxplain 7091/7105
140.71/139.23	c qxplain 7099/7105
140.71/139.23	c qxplain 7103/7105
140.71/139.24	c qxplain 7105/7105
140.71/139.25	c 5297[?] -543[?] -544[?]  is mandatory 
140.71/139.25	c qxplain 7103/7104
140.71/139.26	c qxplain 7104/7104
140.71/139.26	c 5298[?] 543[?] 544[?] -311[?]  is mandatory 
140.71/139.26	c qxplain 7103/7103
140.71/139.28	c 5299[?] 138[?] -545[?]  is mandatory 
140.71/139.28	c qxplain 7099/7102
140.82/139.30	c qxplain 7101/7102
140.82/139.30	c qxplain 7102/7102
140.82/139.31	c 5300[?] -545[?] 329[?]  is mandatory 
140.82/139.31	c qxplain 7101/7101
140.82/139.32	c 5301[?] -138[?] 545[?] -329[?]  is mandatory 
140.82/139.32	c qxplain 7099/7100
140.82/139.33	c qxplain 7100/7100
140.82/139.35	c 5302[?] 119[?] -546[?]  is mandatory 
140.82/139.35	c qxplain 7099/7099
140.82/139.36	c 5303[?] -546[?] 331[?]  is mandatory 
140.82/139.36	c qxplain 7091/7098
140.82/139.37	c qxplain 7095/7098
140.82/139.37	c qxplain 7097/7098
140.82/139.39	c qxplain 7098/7098
140.92/139.41	c 5304[?] -119[?] 546[?] -331[?]  is mandatory 
140.92/139.41	c qxplain 7097/7097
140.92/139.43	c 5305[?] 100[?] -547[?]  is mandatory 
140.92/139.43	c qxplain 7095/7096
140.92/139.44	c qxplain 7096/7096
140.92/139.45	c 5306[?] -547[?] 333[?]  is mandatory 
140.92/139.45	c qxplain 7095/7095
140.92/139.48	c 5307[?] 547[?] -100[?] -333[?]  is mandatory 
140.92/139.48	c qxplain 7091/7094
140.92/139.49	c qxplain 7093/7094
141.02/139.50	c qxplain 7094/7094
141.02/139.51	c 5308[?] -546[?] -548[?]  is mandatory 
141.02/139.51	c qxplain 7093/7093
141.02/139.52	c 5309[?] -548[?] -547[?]  is mandatory 
141.02/139.52	c qxplain 7091/7092
141.02/139.53	c qxplain 7092/7092
141.02/139.54	c 5310[?] 548[?] 546[?] 547[?]  is mandatory 
141.02/139.54	c qxplain 7091/7091
141.02/139.55	c 5311[?] -545[?] -549[?]  is mandatory 
141.02/139.55	c qxplain 7075/7090
141.02/139.56	c qxplain 7083/7090
141.02/139.57	c qxplain 7087/7090
141.02/139.58	c qxplain 7089/7090
141.02/139.59	c qxplain 7090/7090
141.12/139.60	c 5312[?] 548[?] -549[?]  is mandatory 
141.12/139.60	c qxplain 7089/7089
141.12/139.61	c 5313[?] 549[?] -548[?] 545[?]  is mandatory 
141.12/139.61	c qxplain 7087/7088
141.12/139.62	c qxplain 7088/7088
141.12/139.63	c 5314[?] -544[?] -550[?]  is mandatory 
141.12/139.63	c qxplain 7087/7087
141.12/139.64	c 5315[?] 549[?] -550[?]  is mandatory 
141.12/139.64	c qxplain 7083/7086
141.12/139.65	c qxplain 7085/7086
141.12/139.66	c qxplain 7086/7086
141.12/139.67	c 5316[?] 544[?] 550[?] -549[?]  is mandatory 
141.12/139.67	c qxplain 7085/7085
141.41/140.02	c 5317[?] -551[?] -20[?]  is mandatory 
141.41/140.02	c qxplain 7083/7084
141.53/140.03	c qxplain 7084/7084
141.53/140.07	c 5318[?] -551[?] -21[?]  is mandatory 
141.53/140.07	c qxplain 7083/7083
141.53/140.09	c 5319[?] 551[?] 21[?] 20[?]  is mandatory 
141.53/140.09	c qxplain 7075/7082
141.53/140.09	c qxplain 7079/7082
141.61/140.10	c qxplain 7081/7082
141.61/140.12	c qxplain 7082/7082
141.61/140.15	c 5320[?] -22[?] -552[?]  is mandatory 
141.61/140.15	c qxplain 7081/7081
141.61/140.16	c 5321[?] -552[?] 551[?]  is mandatory 
141.61/140.16	c qxplain 7079/7080
141.61/140.17	c qxplain 7080/7080
141.61/140.17	c 5322[?] 552[?] -551[?] 22[?]  is mandatory 
141.61/140.17	c qxplain 7079/7079
142.01/140.54	c 5323[?] -27[?] -553[?]  is mandatory 
142.01/140.54	c qxplain 7075/7078
142.01/140.55	c qxplain 7077/7078
142.01/140.55	c qxplain 7078/7078
142.01/140.58	c 5324[?] -28[?] -553[?]  is mandatory 
142.01/140.58	c qxplain 7077/7077
142.01/140.58	c 5325[?] 553[?] 28[?] 27[?]  is mandatory 
142.01/140.58	c qxplain 7075/7076
142.10/140.69	c qxplain 7076/7076
142.12/140.70	c 5326[?] 552[?] -554[?]  is mandatory 
142.12/140.70	c qxplain 7075/7075
142.12/140.71	c 5327[?] 553[?] -554[?]  is mandatory 
142.12/140.71	c qxplain 7043/7074
142.12/140.72	c qxplain 7059/7074
142.12/140.72	c qxplain 7067/7074
142.12/140.73	c qxplain 7071/7074
142.12/140.74	c qxplain 7073/7074
142.12/140.74	c qxplain 7074/7074
142.12/140.75	c 5328[?] 554[?] -553[?] -552[?]  is mandatory 
142.12/140.75	c qxplain 7073/7073
142.22/140.86	c 5329[?] 285[?] -555[?]  is mandatory 
142.22/140.86	c qxplain 7071/7072
142.22/140.87	c qxplain 7072/7072
142.22/140.88	c 5330[?] 554[?] -555[?]  is mandatory 
142.22/140.88	c qxplain 7071/7071
142.22/140.89	c 5331[?] 555[?] -285[?] -554[?]  is mandatory 
142.22/140.89	c qxplain 7067/7070
142.32/140.90	c qxplain 7069/7070
142.32/140.93	c qxplain 7070/7070
142.32/140.95	c 5332[?] -29[?] -556[?]  is mandatory 
142.32/140.95	c qxplain 7069/7069
142.32/140.96	c 5333[?] 269[?] -556[?]  is mandatory 
142.32/140.96	c qxplain 7067/7068
142.32/140.97	c qxplain 7068/7068
142.32/140.97	c 5334[?] 556[?] -269[?] 29[?]  is mandatory 
142.32/140.97	c qxplain 7067/7067
142.32/140.99	c 5335[?] -557[?] 555[?]  is mandatory 
142.32/140.99	c qxplain 7059/7066
142.32/141.01	c qxplain 7063/7066
142.32/141.01	c qxplain 7065/7066
142.43/141.02	c qxplain 7066/7066
142.43/141.02	c 5336[?] 556[?] -557[?]  is mandatory 
142.43/141.02	c qxplain 7065/7065
142.43/141.03	c 5337[?] 557[?] -556[?] -555[?]  is mandatory 
142.43/141.03	c qxplain 7063/7064
142.43/141.04	c qxplain 7064/7064
142.43/141.06	c 5338[?] 229[?] -558[?]  is mandatory 
142.43/141.06	c qxplain 7063/7063
142.43/141.07	c 5339[?] -558[?] 557[?]  is mandatory 
142.43/141.07	c qxplain 7059/7062
142.43/141.08	c qxplain 7061/7062
142.43/141.08	c qxplain 7062/7062
142.43/141.09	c 5340[?] 558[?] -557[?] -229[?]  is mandatory 
142.43/141.09	c qxplain 7061/7061
142.54/141.13	c 5341[?] -35[?] -559[?]  is mandatory 
142.54/141.13	c qxplain 7059/7060
142.54/141.13	c qxplain 7060/7060
142.54/141.14	c 5342[?] -559[?] 558[?]  is mandatory 
142.54/141.14	c qxplain 7059/7059
142.54/141.15	c 5343[?] 559[?] -558[?] 35[?]  is mandatory 
142.54/141.15	c qxplain 7043/7058
142.54/141.16	c qxplain 7051/7058
142.54/141.17	c qxplain 7055/7058
142.54/141.18	c qxplain 7057/7058
142.54/141.19	c qxplain 7058/7058
142.54/141.19	c 5344[?] -560[?] 36[?]  is mandatory 
142.54/141.19	c qxplain 7057/7057
142.62/141.20	c 5345[?] -560[?] -559[?]  is mandatory 
142.62/141.20	c qxplain 7055/7056
142.62/141.21	c qxplain 7056/7056
142.62/141.22	c 5346[?] 560[?] -36[?] 559[?]  is mandatory 
142.62/141.22	c qxplain 7055/7055
142.62/141.23	c 5347[?] -561[?] -384[?]  is mandatory 
142.62/141.23	c qxplain 7051/7054
142.62/141.24	c qxplain 7053/7054
142.62/141.25	c qxplain 7054/7054
142.62/141.26	c 5348[?] -561[?] -560[?]  is mandatory 
142.62/141.26	c qxplain 7053/7053
142.62/141.27	c 5349[?] 561[?] 560[?] 384[?]  is mandatory 
142.62/141.27	c qxplain 7051/7052
142.62/141.27	c qxplain 7052/7052
142.62/141.29	c 5350[?] -562[?] 51[?]  is mandatory 
142.62/141.29	c qxplain 7051/7051
142.62/141.29	c 5351[?] -562[?] 561[?]  is mandatory 
142.62/141.29	c qxplain 7043/7050
142.72/141.30	c qxplain 7047/7050
142.72/141.31	c qxplain 7049/7050
142.72/141.32	c qxplain 7050/7050
142.72/141.33	c 5352[?] 562[?] -561[?] -51[?]  is mandatory 
142.72/141.33	c qxplain 7049/7049
142.72/141.34	c 5353[?] -563[?] 36[?]  is mandatory 
142.72/141.34	c qxplain 7047/7048
142.72/141.35	c qxplain 7048/7048
142.72/141.36	c 5354[?] -563[?] -51[?]  is mandatory 
142.72/141.36	c qxplain 7047/7047
142.72/141.37	c 5355[?] 563[?] -36[?] 51[?]  is mandatory 
142.72/141.37	c qxplain 7043/7046
142.72/141.38	c qxplain 7045/7046
142.72/141.39	c qxplain 7046/7046
142.82/141.40	c 5356[?] -564[?] -562[?]  is mandatory 
142.82/141.40	c qxplain 7045/7045
142.82/141.41	c 5357[?] -564[?] -563[?]  is mandatory 
142.82/141.41	c qxplain 7043/7044
142.82/141.42	c qxplain 7044/7044
142.82/141.43	c 5358[?] 564[?] 562[?] 563[?]  is mandatory 
142.82/141.43	c qxplain 7043/7043
142.82/141.45	c 5359[?] -565[?] 375[?]  is mandatory 
142.82/141.45	c qxplain 6037/7042
142.82/141.46	c qxplain 6540/7042
142.82/141.46	c qxplain 6792/7042
142.82/141.47	c qxplain 6918/7042
142.82/141.48	c qxplain 6981/7042
142.82/141.48	c qxplain 7012/7042
142.82/141.49	c qxplain 7028/7042
142.82/141.50	c qxplain 7036/7042
142.82/141.50	c qxplain 7040/7042
142.92/141.51	c qxplain 7042/7042
142.92/141.52	c 5360[?] -565[?] -564[?]  is mandatory 
142.92/141.52	c qxplain 7040/7041
142.92/141.53	c qxplain 7041/7041
142.92/141.54	c 5361[?] 565[?] 564[?] -375[?]  is mandatory 
142.92/141.54	c qxplain 7040/7040
142.92/141.55	c 5362[?] -566[?] 199[?]  is mandatory 
142.92/141.55	c qxplain 7036/7039
142.92/141.56	c qxplain 7038/7039
142.92/141.57	c qxplain 7039/7039
142.92/141.58	c 5363[?] -566[?] 396[?]  is mandatory 
142.92/141.58	c qxplain 7038/7038
142.92/141.59	c 5364[?] -199[?] 566[?] -396[?]  is mandatory 
142.92/141.59	c qxplain 7036/7037
143.02/141.60	c qxplain 7037/7037
143.02/141.61	c 5365[?] -567[?] 3[?]  is mandatory 
143.02/141.61	c qxplain 7036/7036
143.02/141.62	c 5366[?] 400[?] -567[?]  is mandatory 
143.02/141.62	c qxplain 7028/7035
143.02/141.63	c qxplain 7032/7035
143.02/141.64	c qxplain 7034/7035
143.02/141.65	c qxplain 7035/7035
143.02/141.66	c 5367[?] -400[?] 567[?] -3[?]  is mandatory 
143.02/141.66	c qxplain 7034/7034
143.02/141.67	c 5368[?] -3[?] -568[?]  is mandatory 
143.02/141.67	c qxplain 7032/7033
143.02/141.68	c qxplain 7033/7033
143.02/141.69	c 5369[?] -568[?] -400[?]  is mandatory 
143.02/141.69	c qxplain 7032/7032
143.02/141.70	c 5370[?] 3[?] 400[?] 568[?]  is mandatory 
143.02/141.70	c qxplain 7028/7031
143.13/141.71	c qxplain 7030/7031
143.13/141.72	c qxplain 7031/7031
143.13/141.73	c 5371[?] -567[?] -569[?]  is mandatory 
143.13/141.73	c qxplain 7030/7030
143.13/141.74	c 5372[?] -568[?] -569[?]  is mandatory 
143.13/141.74	c qxplain 7028/7029
143.13/141.75	c qxplain 7029/7029
143.13/141.76	c 5373[?] 569[?] 567[?] 568[?]  is mandatory 
143.13/141.76	c qxplain 7028/7028
143.13/141.77	c 5374[?] -570[?] 521[?]  is mandatory 
143.13/141.77	c qxplain 7012/7027
143.13/141.78	c qxplain 7020/7027
143.13/141.79	c qxplain 7024/7027
143.13/141.80	c qxplain 7026/7027
143.22/141.81	c qxplain 7027/7027
143.22/141.82	c 5375[?] -570[?] -569[?]  is mandatory 
143.22/141.82	c qxplain 7026/7026
143.22/141.83	c 5376[?] 570[?] 569[?] -521[?]  is mandatory 
143.22/141.83	c qxplain 7024/7025
143.22/141.84	c qxplain 7025/7025
143.22/141.85	c 5377[?] -571[?] -521[?]  is mandatory 
143.22/141.85	c qxplain 7024/7024
143.22/141.86	c 5378[?] -571[?] 569[?]  is mandatory 
143.22/141.86	c qxplain 7020/7023
143.22/141.87	c qxplain 7022/7023
143.22/141.89	c qxplain 7023/7023
143.22/141.90	c 5379[?] -569[?] 571[?] 521[?]  is mandatory 
143.22/141.90	c qxplain 7022/7022
143.32/141.91	c 5380[?] -572[?] -570[?]  is mandatory 
143.32/141.91	c qxplain 7020/7021
143.32/141.92	c qxplain 7021/7021
143.32/141.93	c 5381[?] -571[?] -572[?]  is mandatory 
143.32/141.93	c qxplain 7020/7020
143.32/141.94	c 5382[?] 572[?] 571[?] 570[?]  is mandatory 
143.32/141.94	c qxplain 7012/7019
143.32/141.95	c qxplain 7016/7019
143.32/141.96	c qxplain 7018/7019
143.32/141.97	c qxplain 7019/7019
143.32/141.98	c 5383[?] -573[?] -396[?]  is mandatory 
143.32/141.98	c qxplain 7018/7018
143.32/141.99	c 5384[?] -573[?] -572[?]  is mandatory 
143.32/141.99	c qxplain 7016/7017
143.32/142.00	c qxplain 7017/7017
143.42/142.01	c 5385[?] 572[?] 573[?] 396[?]  is mandatory 
143.42/142.01	c qxplain 7016/7016
143.42/142.02	c 5386[?] -566[?] -574[?]  is mandatory 
143.42/142.02	c qxplain 7012/7015
143.42/142.03	c qxplain 7014/7015
143.42/142.03	c qxplain 7015/7015
143.42/142.05	c 5387[?] -573[?] -574[?]  is mandatory 
143.42/142.05	c qxplain 7014/7014
143.42/142.05	c 5388[?] 574[?] 566[?] 573[?]  is mandatory 
143.42/142.05	c qxplain 7012/7013
143.42/142.06	c qxplain 7013/7013
143.42/142.07	c 5389[?] -575[?] -375[?]  is mandatory 
143.42/142.07	c qxplain 7012/7012
143.42/142.08	c 5390[?] -575[?] -574[?]  is mandatory 
143.42/142.08	c qxplain 6981/7011
143.42/142.09	c qxplain 6997/7011
143.42/142.09	c qxplain 7005/7011
143.42/142.10	c qxplain 7009/7011
143.42/142.11	c qxplain 7011/7011
143.42/142.12	c 5391[?] 574[?] 575[?] 375[?]  is mandatory 
143.42/142.12	c qxplain 7009/7010
143.53/142.14	c qxplain 7010/7010
143.53/142.15	c 5392[?] -576[?] -565[?]  is mandatory 
143.53/142.15	c qxplain 7009/7009
143.53/142.16	c 5393[?] -576[?] -575[?]  is mandatory 
143.53/142.16	c qxplain 7005/7008
143.53/142.17	c qxplain 7007/7008
143.53/142.18	c qxplain 7008/7008
143.53/142.18	c 5394[?] 576[?] 575[?] 565[?]  is mandatory 
143.53/142.18	c qxplain 7007/7007
143.53/142.20	c 5395[?] 550[?] -577[?]  is mandatory 
143.53/142.20	c qxplain 7005/7006
143.53/142.21	c qxplain 7006/7006
143.53/142.22	c 5396[?] -577[?] -576[?]  is mandatory 
143.53/142.22	c qxplain 7005/7005
143.53/142.24	c 5397[?] 576[?] -550[?] 577[?]  is mandatory 
143.53/142.24	c qxplain 6997/7004
143.66/142.25	c qxplain 7001/7004
143.66/142.26	c qxplain 7003/7004
143.66/142.27	c qxplain 7004/7004
143.66/142.29	c 5398[?] -578[?] -161[?]  is mandatory 
143.66/142.29	c qxplain 7003/7003
143.66/142.30	c 5399[?] -578[?] 322[?]  is mandatory 
143.66/142.30	c qxplain 7001/7002
143.66/142.31	c qxplain 7002/7002
143.66/142.32	c 5400[?] 578[?] -322[?] 161[?]  is mandatory 
143.66/142.32	c qxplain 7001/7001
143.74/142.33	c 5401[?] -579[?] 161[?]  is mandatory 
143.74/142.33	c qxplain 6997/7000
143.74/142.34	c qxplain 6999/7000
143.74/142.36	c qxplain 7000/7000
143.74/142.37	c 5402[?] -579[?] -322[?]  is mandatory 
143.74/142.37	c qxplain 6999/6999
143.74/142.38	c 5403[?] -161[?] 322[?] 579[?]  is mandatory 
143.74/142.38	c qxplain 6997/6998
143.74/142.39	c qxplain 6998/6998
143.82/142.41	c 5404[?] -580[?] -578[?]  is mandatory 
143.82/142.41	c qxplain 6997/6997
143.82/142.41	c 5405[?] -579[?] -580[?]  is mandatory 
143.82/142.41	c qxplain 6981/6996
143.82/142.42	c qxplain 6989/6996
143.82/142.43	c qxplain 6993/6996
143.82/142.44	c qxplain 6995/6996
143.82/142.45	c qxplain 6996/6996
143.82/142.45	c 5406[?] 580[?] 579[?] 578[?]  is mandatory 
143.82/142.46	c qxplain 6995/6995
143.82/142.49	c 5407[?] -581[?] 311[?]  is mandatory 
143.82/142.49	c qxplain 6993/6994
143.93/142.51	c qxplain 6994/6994
143.93/142.51	c 5408[?] -581[?] -580[?]  is mandatory 
143.93/142.51	c qxplain 6993/6993
143.93/142.53	c 5409[?] 581[?] 580[?] -311[?]  is mandatory 
143.93/142.53	c qxplain 6989/6992
143.93/142.54	c qxplain 6991/6992
143.93/142.54	c qxplain 6992/6992
143.93/142.56	c 5410[?] -582[?] 137[?]  is mandatory 
143.93/142.56	c qxplain 6991/6991
143.93/142.57	c 5411[?] -582[?] 329[?]  is mandatory 
143.93/142.57	c qxplain 6989/6990
143.93/142.59	c qxplain 6990/6990
144.02/142.60	c 5412[?] 582[?] -137[?] -329[?]  is mandatory 
144.02/142.60	c qxplain 6989/6989
144.02/142.62	c 5413[?] -583[?] 118[?]  is mandatory 
144.02/142.62	c qxplain 6981/6988
144.02/142.63	c qxplain 6985/6988
144.02/142.64	c qxplain 6987/6988
144.02/142.65	c qxplain 6988/6988
144.02/142.66	c 5414[?] -583[?] 331[?]  is mandatory 
144.02/142.66	c qxplain 6987/6987
144.02/142.67	c 5415[?] 583[?] -118[?] -331[?]  is mandatory 
144.02/142.67	c qxplain 6985/6986
144.02/142.68	c qxplain 6986/6986
144.12/142.70	c 5416[?] 99[?] -584[?]  is mandatory 
144.12/142.70	c qxplain 6985/6985
144.12/142.71	c 5417[?] -584[?] 333[?]  is mandatory 
144.12/142.71	c qxplain 6981/6984
144.12/142.72	c qxplain 6983/6984
144.12/142.73	c qxplain 6984/6984
144.12/142.74	c 5418[?] 584[?] -99[?] -333[?]  is mandatory 
144.12/142.74	c qxplain 6983/6983
144.12/142.75	c 5419[?] -585[?] -583[?]  is mandatory 
144.12/142.75	c qxplain 6981/6982
144.12/142.76	c qxplain 6982/6982
144.12/142.77	c 5420[?] -585[?] -584[?]  is mandatory 
144.12/142.77	c qxplain 6981/6981
144.12/142.78	c 5421[?] 585[?] 583[?] 584[?]  is mandatory 
144.12/142.78	c qxplain 6918/6980
144.12/142.79	c qxplain 6950/6980
144.12/142.80	c qxplain 6966/6980
144.21/142.80	c qxplain 6974/6980
144.21/142.81	c qxplain 6978/6980
144.21/142.82	c qxplain 6980/6980
144.21/142.83	c 5422[?] -586[?] -582[?]  is mandatory 
144.21/142.83	c qxplain 6978/6979
144.21/142.84	c qxplain 6979/6979
144.21/142.85	c 5423[?] -586[?] 585[?]  is mandatory 
144.21/142.85	c qxplain 6978/6978
144.21/142.86	c 5424[?] 586[?] -585[?] 582[?]  is mandatory 
144.21/142.86	c qxplain 6974/6977
144.21/142.87	c qxplain 6976/6977
144.21/142.88	c qxplain 6977/6977
144.21/142.89	c 5425[?] -587[?] -581[?]  is mandatory 
144.21/142.89	c qxplain 6976/6976
144.21/142.90	c 5426[?] -587[?] 586[?]  is mandatory 
144.21/142.90	c qxplain 6974/6975
144.32/142.91	c qxplain 6975/6975
144.32/142.92	c 5427[?] 587[?] 581[?] -586[?]  is mandatory 
144.32/142.92	c qxplain 6974/6974
144.32/142.93	c 5428[?] -588[?] 35[?]  is mandatory 
144.32/142.93	c qxplain 6966/6973
144.32/142.94	c qxplain 6970/6973
144.32/142.95	c qxplain 6972/6973
144.32/142.96	c qxplain 6973/6973
144.32/142.98	c 5429[?] -588[?] -558[?]  is mandatory 
144.32/142.98	c qxplain 6972/6972
144.32/142.99	c 5430[?] 588[?] -35[?] 558[?]  is mandatory 
144.32/142.99	c qxplain 6970/6971
144.32/143.00	c qxplain 6971/6971
144.42/143.00	c 5431[?] -589[?] -559[?]  is mandatory 
144.42/143.00	c qxplain 6970/6970
144.42/143.01	c 5432[?] -589[?] -588[?]  is mandatory 
144.42/143.01	c qxplain 6966/6969
144.42/143.02	c qxplain 6968/6969
144.42/143.03	c qxplain 6969/6969
144.42/143.04	c 5433[?] 588[?] 589[?] 559[?]  is mandatory 
144.42/143.04	c qxplain 6968/6968
144.42/143.05	c 5434[?] -590[?] 51[?]  is mandatory 
144.42/143.05	c qxplain 6966/6967
144.42/143.06	c qxplain 6967/6967
144.42/143.07	c 5435[?] -590[?] 589[?]  is mandatory 
144.42/143.07	c qxplain 6966/6966
144.42/143.08	c 5436[?] -589[?] 590[?] -51[?]  is mandatory 
144.42/143.08	c qxplain 6950/6965
144.42/143.09	c qxplain 6958/6965
144.42/143.10	c qxplain 6962/6965
144.42/143.11	c qxplain 6964/6965
144.52/143.11	c qxplain 6965/6965
144.52/143.13	c 5437[?] -591[?] 35[?]  is mandatory 
144.52/143.13	c qxplain 6964/6964
144.52/143.14	c 5438[?] -591[?] -51[?]  is mandatory 
144.52/143.14	c qxplain 6962/6963
144.52/143.15	c qxplain 6963/6963
144.52/143.16	c 5439[?] 591[?] -35[?] 51[?]  is mandatory 
144.52/143.16	c qxplain 6962/6962
144.52/143.17	c 5440[?] -590[?] -592[?]  is mandatory 
144.52/143.17	c qxplain 6958/6961
144.52/143.19	c qxplain 6960/6961
144.52/143.19	c qxplain 6961/6961
144.52/143.20	c 5441[?] -592[?] -591[?]  is mandatory 
144.52/143.20	c qxplain 6960/6960
144.52/143.21	c 5442[?] 592[?] 590[?] 591[?]  is mandatory 
144.52/143.21	c qxplain 6958/6959
144.61/143.22	c qxplain 6959/6959
144.61/143.24	c 5443[?] -593[?] 375[?]  is mandatory 
144.61/143.24	c qxplain 6958/6958
144.61/143.25	c 5444[?] -593[?] -592[?]  is mandatory 
144.61/143.25	c qxplain 6950/6957
144.61/143.26	c qxplain 6954/6957
144.61/143.27	c qxplain 6956/6957
144.61/143.27	c qxplain 6957/6957
144.61/143.29	c 5445[?] 592[?] 593[?] -375[?]  is mandatory 
144.61/143.29	c qxplain 6956/6956
144.61/143.30	c 5446[?] -594[?] 198[?]  is mandatory 
144.61/143.30	c qxplain 6954/6955
144.61/143.31	c qxplain 6955/6955
144.61/143.32	c 5447[?] -594[?] 396[?]  is mandatory 
144.61/143.32	c qxplain 6954/6954
144.61/143.33	c 5448[?] -198[?] 594[?] -396[?]  is mandatory 
144.61/143.33	c qxplain 6950/6953
144.75/143.34	c qxplain 6952/6953
144.75/143.35	c qxplain 6953/6953
144.75/143.36	c 5449[?] -595[?] 4[?]  is mandatory 
144.75/143.36	c qxplain 6952/6952
144.75/143.37	c 5450[?] -595[?] 404[?]  is mandatory 
144.75/143.37	c qxplain 6950/6951
144.75/143.38	c qxplain 6951/6951
144.75/143.39	c 5451[?] -404[?] -4[?] 595[?]  is mandatory 
144.75/143.39	c qxplain 6950/6950
144.75/143.40	c 5452[?] -596[?] -4[?]  is mandatory 
144.75/143.40	c qxplain 6918/6949
144.75/143.41	c qxplain 6934/6949
144.75/143.42	c qxplain 6942/6949
144.84/143.43	c qxplain 6946/6949
144.84/143.44	c qxplain 6948/6949
144.84/143.45	c qxplain 6949/6949
144.84/143.46	c 5453[?] -596[?] -404[?]  is mandatory 
144.84/143.46	c qxplain 6948/6948
144.84/143.47	c 5454[?] 4[?] 404[?] 596[?]  is mandatory 
144.84/143.47	c qxplain 6946/6947
144.84/143.48	c qxplain 6947/6947
144.84/143.49	c 5455[?] -595[?] -597[?]  is mandatory 
144.84/143.49	c qxplain 6946/6946
144.84/143.50	c 5456[?] -596[?] -597[?]  is mandatory 
144.84/143.50	c qxplain 6942/6945
144.92/143.51	c qxplain 6944/6945
144.92/143.52	c qxplain 6945/6945
144.92/143.53	c 5457[?] 595[?] 596[?] 597[?]  is mandatory 
144.92/143.53	c qxplain 6944/6944
144.92/143.54	c 5458[?] -598[?] 518[?]  is mandatory 
144.92/143.54	c qxplain 6942/6943
144.92/143.55	c qxplain 6943/6943
144.92/143.56	c 5459[?] -598[?] -597[?]  is mandatory 
144.92/143.56	c qxplain 6942/6942
144.92/143.57	c 5460[?] 598[?] 597[?] -518[?]  is mandatory 
144.92/143.57	c qxplain 6934/6941
144.92/143.58	c qxplain 6938/6941
144.92/143.59	c qxplain 6940/6941
144.92/143.60	c qxplain 6941/6941
144.92/143.61	c 5461[?] -599[?] -518[?]  is mandatory 
144.92/143.61	c qxplain 6940/6940
144.92/143.62	c 5462[?] 597[?] -599[?]  is mandatory 
144.92/143.62	c qxplain 6938/6939
145.04/143.63	c qxplain 6939/6939
145.04/143.64	c 5463[?] -597[?] 518[?] 599[?]  is mandatory 
145.04/143.64	c qxplain 6938/6938
145.04/143.65	c 5464[?] -600[?] -598[?]  is mandatory 
145.04/143.65	c qxplain 6934/6937
145.04/143.66	c qxplain 6936/6937
145.04/143.67	c qxplain 6937/6937
145.04/143.68	c 5465[?] -599[?] -600[?]  is mandatory 
145.04/143.68	c qxplain 6936/6936
145.04/143.70	c 5466[?] 599[?] 598[?] 600[?]  is mandatory 
145.04/143.70	c qxplain 6934/6935
145.12/143.70	c qxplain 6935/6935
145.12/143.71	c 5467[?] -601[?] -396[?]  is mandatory 
145.12/143.71	c qxplain 6934/6934
145.12/143.73	c 5468[?] -601[?] -600[?]  is mandatory 
145.12/143.73	c qxplain 6918/6933
145.12/143.73	c qxplain 6926/6933
145.12/143.74	c qxplain 6930/6933
145.12/143.75	c qxplain 6932/6933
145.12/143.76	c qxplain 6933/6933
145.12/143.77	c 5469[?] 600[?] 601[?] 396[?]  is mandatory 
145.12/143.77	c qxplain 6932/6932
145.12/143.78	c 5470[?] -594[?] -602[?]  is mandatory 
145.12/143.78	c qxplain 6930/6931
145.12/143.79	c qxplain 6931/6931
145.12/143.80	c 5471[?] -601[?] -602[?]  is mandatory 
145.12/143.80	c qxplain 6930/6930
145.22/143.81	c 5472[?] 602[?] 594[?] 601[?]  is mandatory 
145.22/143.81	c qxplain 6926/6929
145.22/143.82	c qxplain 6928/6929
145.22/143.82	c qxplain 6929/6929
145.22/143.83	c 5473[?] -603[?] -375[?]  is mandatory 
145.22/143.83	c qxplain 6928/6928
145.22/143.84	c 5474[?] -603[?] -602[?]  is mandatory 
145.22/143.84	c qxplain 6926/6927
145.22/143.85	c qxplain 6927/6927
145.22/143.86	c 5475[?] 603[?] 602[?] 375[?]  is mandatory 
145.22/143.86	c qxplain 6926/6926
145.22/143.87	c 5476[?] -593[?] -604[?]  is mandatory 
145.22/143.87	c qxplain 6918/6925
145.22/143.88	c qxplain 6922/6925
145.22/143.88	c qxplain 6924/6925
145.22/143.89	c qxplain 6925/6925
145.22/143.90	c 5477[?] -604[?] -603[?]  is mandatory 
145.22/143.90	c qxplain 6924/6924
145.32/143.91	c 5478[?] 603[?] 604[?] 593[?]  is mandatory 
145.32/143.91	c qxplain 6922/6923
145.32/143.92	c qxplain 6923/6923
145.32/143.94	c 5479[?] -605[?] -587[?]  is mandatory 
145.32/143.94	c qxplain 6922/6922
145.32/143.95	c 5480[?] 604[?] -605[?]  is mandatory 
145.32/143.95	c qxplain 6918/6921
145.32/143.95	c qxplain 6920/6921
145.32/143.97	c qxplain 6921/6921
145.32/143.98	c 5481[?] -604[?] 587[?] 605[?]  is mandatory 
145.32/143.98	c qxplain 6920/6920
145.32/144.00	c 5482[?] -606[?] -550[?]  is mandatory 
145.32/144.00	c qxplain 6918/6919
145.42/144.01	c qxplain 6919/6919
145.42/144.02	c 5483[?] 576[?] -606[?]  is mandatory 
145.42/144.02	c qxplain 6918/6918
145.42/144.04	c 5484[?] -576[?] 606[?] 550[?]  is mandatory 
145.42/144.04	c qxplain 6792/6917
145.42/144.05	c qxplain 6855/6917
145.42/144.06	c qxplain 6887/6917
145.42/144.07	c qxplain 6903/6917
145.42/144.08	c qxplain 6911/6917
145.42/144.08	c qxplain 6915/6917
145.42/144.09	c qxplain 6917/6917
145.51/144.10	c 5485[?] -605[?] -607[?]  is mandatory 
145.51/144.10	c qxplain 6915/6916
145.51/144.11	c qxplain 6916/6916
145.51/144.13	c 5486[?] -606[?] -607[?]  is mandatory 
145.51/144.13	c qxplain 6915/6915
145.51/144.14	c 5487[?] 606[?] 607[?] 605[?]  is mandatory 
145.51/144.14	c qxplain 6911/6914
145.51/144.15	c qxplain 6913/6914
145.51/144.17	c qxplain 6914/6914
145.51/144.19	c 5488[?] -178[?] -608[?]  is mandatory 
145.51/144.19	c qxplain 6913/6913
145.51/144.20	c 5489[?] -608[?] 321[?]  is mandatory 
145.51/144.20	c qxplain 6911/6912
145.62/144.21	c qxplain 6912/6912
145.62/144.23	c 5490[?] -321[?] 178[?] 608[?]  is mandatory 
145.62/144.23	c qxplain 6911/6911
145.62/144.24	c 5491[?] -609[?] 178[?]  is mandatory 
145.62/144.24	c qxplain 6903/6910
145.62/144.25	c qxplain 6907/6910
145.62/144.27	c qxplain 6909/6910
145.62/144.28	c qxplain 6910/6910
145.62/144.31	c 5492[?] -609[?] -321[?]  is mandatory 
145.62/144.31	c qxplain 6909/6909
145.71/144.33	c 5493[?] -178[?] 321[?] 609[?]  is mandatory 
145.71/144.33	c qxplain 6907/6908
145.71/144.34	c qxplain 6908/6908
145.71/144.35	c 5494[?] -610[?] -608[?]  is mandatory 
145.71/144.35	c qxplain 6907/6907
145.71/144.36	c 5495[?] -610[?] -609[?]  is mandatory 
145.71/144.36	c qxplain 6903/6906
145.71/144.37	c qxplain 6905/6906
145.71/144.38	c qxplain 6906/6906
145.71/144.39	c 5496[?] 610[?] 609[?] 608[?]  is mandatory 
145.71/144.39	c qxplain 6905/6905
145.84/144.42	c 5497[?] -611[?] 311[?]  is mandatory 
145.84/144.42	c qxplain 6903/6904
145.84/144.44	c qxplain 6904/6904
145.84/144.45	c 5498[?] -611[?] -610[?]  is mandatory 
145.84/144.45	c qxplain 6903/6903
145.84/144.46	c 5499[?] 611[?] 610[?] -311[?]  is mandatory 
145.84/144.46	c qxplain 6887/6902
145.84/144.47	c qxplain 6895/6902
145.84/144.48	c qxplain 6899/6902
145.84/144.49	c qxplain 6901/6902
145.84/144.50	c qxplain 6902/6902
145.92/144.52	c 5500[?] 136[?] -612[?]  is mandatory 
145.92/144.52	c qxplain 6901/6901
145.92/144.53	c 5501[?] -612[?] 329[?]  is mandatory 
145.92/144.53	c qxplain 6899/6900
145.92/144.55	c qxplain 6900/6900
145.92/144.59	c 5502[?] -136[?] 612[?] -329[?]  is mandatory 
145.92/144.59	c qxplain 6899/6899
146.00/144.60	c 5503[?] -613[?] 117[?]  is mandatory 
146.00/144.60	c qxplain 6895/6898
146.00/144.61	c qxplain 6897/6898
146.00/144.62	c qxplain 6898/6898
146.00/144.63	c 5504[?] -613[?] 331[?]  is mandatory 
146.00/144.63	c qxplain 6897/6897
146.00/144.65	c 5505[?] -117[?] 613[?] -331[?]  is mandatory 
146.00/144.65	c qxplain 6895/6896
146.00/144.66	c qxplain 6896/6896
146.00/144.68	c 5506[?] 98[?] -614[?]  is mandatory 
146.00/144.68	c qxplain 6895/6895
146.00/144.69	c 5507[?] -614[?] 333[?]  is mandatory 
146.00/144.69	c qxplain 6887/6894
146.10/144.70	c qxplain 6891/6894
146.10/144.71	c qxplain 6893/6894
146.10/144.72	c qxplain 6894/6894
146.10/144.73	c 5508[?] -98[?] 614[?] -333[?]  is mandatory 
146.10/144.73	c qxplain 6893/6893
146.10/144.74	c 5509[?] -613[?] -615[?]  is mandatory 
146.10/144.74	c qxplain 6891/6892
146.10/144.75	c qxplain 6892/6892
146.10/144.76	c 5510[?] -614[?] -615[?]  is mandatory 
146.10/144.76	c qxplain 6891/6891
146.10/144.77	c 5511[?] 615[?] 613[?] 614[?]  is mandatory 
146.10/144.77	c qxplain 6887/6890
146.10/144.78	c qxplain 6889/6890
146.10/144.79	c qxplain 6890/6890
146.10/144.80	c 5512[?] -616[?] -612[?]  is mandatory 
146.10/144.80	c qxplain 6889/6889
146.22/144.81	c 5513[?] 615[?] -616[?]  is mandatory 
146.22/144.81	c qxplain 6887/6888
146.22/144.82	c qxplain 6888/6888
146.22/144.83	c 5514[?] 616[?] -615[?] 612[?]  is mandatory 
146.22/144.83	c qxplain 6887/6887
146.22/144.84	c 5515[?] -611[?] -617[?]  is mandatory 
146.22/144.84	c qxplain 6855/6886
146.22/144.85	c qxplain 6871/6886
146.22/144.86	c qxplain 6879/6886
146.22/144.87	c qxplain 6883/6886
146.22/144.88	c qxplain 6885/6886
146.22/144.89	c qxplain 6886/6886
146.22/144.90	c 5516[?] 616[?] -617[?]  is mandatory 
146.22/144.90	c qxplain 6885/6885
146.22/144.91	c 5517[?] 617[?] 611[?] -616[?]  is mandatory 
146.22/144.91	c qxplain 6883/6884
146.22/144.93	c qxplain 6884/6884
146.22/144.94	c 5518[?] -33[?] -618[?]  is mandatory 
146.22/144.94	c qxplain 6883/6883
146.35/144.95	c 5519[?] -618[?] 557[?]  is mandatory 
146.35/144.95	c qxplain 6879/6882
146.35/144.96	c qxplain 6881/6882
146.35/144.96	c qxplain 6882/6882
146.35/144.97	c 5520[?] 618[?] -557[?] 33[?]  is mandatory 
146.35/144.97	c qxplain 6881/6881
146.35/144.98	c 5521[?] -619[?] 34[?]  is mandatory 
146.35/144.98	c qxplain 6879/6880
146.35/144.99	c qxplain 6880/6880
146.35/145.00	c 5522[?] -619[?] -618[?]  is mandatory 
146.35/145.00	c qxplain 6879/6879
146.41/145.01	c 5523[?] 619[?] -34[?] 618[?]  is mandatory 
146.41/145.01	c qxplain 6871/6878
146.41/145.02	c qxplain 6875/6878
146.41/145.03	c qxplain 6877/6878
146.41/145.03	c qxplain 6878/6878
146.41/145.04	c 5524[?] -620[?] -558[?]  is mandatory 
146.41/145.04	c qxplain 6877/6877
146.41/145.05	c 5525[?] -620[?] -619[?]  is mandatory 
146.41/145.05	c qxplain 6875/6876
146.41/145.06	c qxplain 6876/6876
146.41/145.07	c 5526[?] 620[?] 619[?] 558[?]  is mandatory 
146.41/145.07	c qxplain 6875/6875
146.41/145.08	c 5527[?] -621[?] 51[?]  is mandatory 
146.41/145.08	c qxplain 6871/6874
146.41/145.09	c qxplain 6873/6874
146.41/145.10	c qxplain 6874/6874
146.50/145.10	c 5528[?] -621[?] 620[?]  is mandatory 
146.50/145.10	c qxplain 6873/6873
146.50/145.11	c 5529[?] 621[?] -620[?] -51[?]  is mandatory 
146.50/145.11	c qxplain 6871/6872
146.50/145.12	c qxplain 6872/6872
146.50/145.15	c 5530[?] -622[?] 34[?]  is mandatory 
146.50/145.15	c qxplain 6871/6871
146.50/145.16	c 5531[?] -622[?] -51[?]  is mandatory 
146.50/145.16	c qxplain 6855/6870
146.50/145.17	c qxplain 6863/6870
146.50/145.18	c qxplain 6867/6870
146.50/145.19	c qxplain 6869/6870
146.61/145.20	c qxplain 6870/6870
146.61/145.21	c 5532[?] 622[?] -34[?] 51[?]  is mandatory 
146.61/145.21	c qxplain 6869/6869
146.61/145.22	c 5533[?] -623[?] -621[?]  is mandatory 
146.61/145.22	c qxplain 6867/6868
146.61/145.23	c qxplain 6868/6868
146.61/145.24	c 5534[?] -623[?] -622[?]  is mandatory 
146.61/145.24	c qxplain 6867/6867
146.61/145.25	c 5535[?] 623[?] 621[?] 622[?]  is mandatory 
146.61/145.25	c qxplain 6863/6866
146.61/145.26	c qxplain 6865/6866
146.61/145.27	c qxplain 6866/6866
146.61/145.29	c 5536[?] -624[?] 375[?]  is mandatory 
146.61/145.29	c qxplain 6865/6865
146.61/145.30	c 5537[?] -624[?] -623[?]  is mandatory 
146.61/145.30	c qxplain 6863/6864
146.61/145.30	c qxplain 6864/6864
146.61/145.32	c 5538[?] 624[?] 623[?] -375[?]  is mandatory 
146.61/145.32	c qxplain 6863/6863
146.61/145.33	c 5539[?] -625[?] 197[?]  is mandatory 
146.61/145.33	c qxplain 6855/6862
146.74/145.34	c qxplain 6859/6862
146.74/145.35	c qxplain 6861/6862
146.74/145.36	c qxplain 6862/6862
146.74/145.37	c 5540[?] -625[?] 396[?]  is mandatory 
146.74/145.37	c qxplain 6861/6861
146.74/145.38	c 5541[?] -197[?] 625[?] -396[?]  is mandatory 
146.74/145.38	c qxplain 6859/6860
146.74/145.39	c qxplain 6860/6860
146.82/145.47	c 5542[?] -512[?] -626[?]  is mandatory 
146.82/145.47	c qxplain 6859/6859
146.93/145.54	c 5543[?] -626[?] 515[?]  is mandatory 
146.93/145.54	c qxplain 6855/6858
146.93/145.55	c qxplain 6857/6858
146.93/145.56	c qxplain 6858/6858
146.93/145.57	c 5544[?] 626[?] -515[?] 512[?]  is mandatory 
146.93/145.57	c qxplain 6857/6857
146.93/145.58	c 5545[?] 423[?] -627[?]  is mandatory 
146.93/145.58	c qxplain 6855/6856
146.93/145.59	c qxplain 6856/6856
146.93/145.60	c 5546[?] -627[?] -626[?]  is mandatory 
146.93/145.60	c qxplain 6855/6855
147.02/145.62	c 5547[?] 627[?] -423[?] 626[?]  is mandatory 
147.02/145.62	c qxplain 6792/6854
147.02/145.62	c qxplain 6824/6854
147.02/145.63	c qxplain 6840/6854
147.02/145.64	c qxplain 6848/6854
147.02/145.65	c qxplain 6852/6854
147.02/145.66	c qxplain 6854/6854
147.02/145.67	c 5548[?] -628[?] 5[?]  is mandatory 
147.02/145.67	c qxplain 6852/6853
147.02/145.68	c qxplain 6853/6853
147.02/145.69	c 5549[?] -628[?] 426[?]  is mandatory 
147.02/145.69	c qxplain 6852/6852
147.02/145.71	c 5550[?] -426[?] 628[?] -5[?]  is mandatory 
147.02/145.71	c qxplain 6848/6851
147.02/145.72	c qxplain 6850/6851
147.12/145.73	c qxplain 6851/6851
147.12/145.74	c 5551[?] -629[?] -5[?]  is mandatory 
147.12/145.74	c qxplain 6850/6850
147.12/145.75	c 5552[?] -629[?] -426[?]  is mandatory 
147.12/145.75	c qxplain 6848/6849
147.12/145.76	c qxplain 6849/6849
147.12/145.77	c 5553[?] 629[?] 426[?] 5[?]  is mandatory 
147.12/145.77	c qxplain 6848/6848
147.12/145.78	c 5554[?] -628[?] -630[?]  is mandatory 
147.12/145.78	c qxplain 6840/6847
147.12/145.79	c qxplain 6844/6847
147.12/145.80	c qxplain 6846/6847
147.22/145.81	c qxplain 6847/6847
147.22/145.82	c 5555[?] -630[?] -629[?]  is mandatory 
147.22/145.82	c qxplain 6846/6846
147.22/145.84	c 5556[?] 628[?] 629[?] 630[?]  is mandatory 
147.22/145.84	c qxplain 6844/6845
147.22/145.85	c qxplain 6845/6845
147.22/145.86	c 5557[?] -631[?] 627[?]  is mandatory 
147.22/145.86	c qxplain 6844/6844
147.22/145.87	c 5558[?] -630[?] -631[?]  is mandatory 
147.22/145.87	c qxplain 6840/6843
147.22/145.88	c qxplain 6842/6843
147.22/145.89	c qxplain 6843/6843
147.22/145.90	c 5559[?] 630[?] -627[?] 631[?]  is mandatory 
147.22/145.90	c qxplain 6842/6842
147.31/145.91	c 5560[?] -632[?] -627[?]  is mandatory 
147.31/145.91	c qxplain 6840/6841
147.31/145.92	c qxplain 6841/6841
147.31/145.93	c 5561[?] 630[?] -632[?]  is mandatory 
147.31/145.93	c qxplain 6840/6840
147.31/145.95	c 5562[?] -630[?] 627[?] 632[?]  is mandatory 
147.31/145.95	c qxplain 6824/6839
147.31/145.95	c qxplain 6832/6839
147.31/145.96	c qxplain 6836/6839
147.31/145.97	c qxplain 6838/6839
147.31/145.98	c qxplain 6839/6839
147.31/145.99	c 5563[?] -631[?] -633[?]  is mandatory 
147.31/145.99	c qxplain 6838/6838
147.31/146.00	c 5564[?] -632[?] -633[?]  is mandatory 
147.31/146.00	c qxplain 6836/6837
147.42/146.01	c qxplain 6837/6837
147.42/146.02	c 5565[?] 633[?] 632[?] 631[?]  is mandatory 
147.42/146.02	c qxplain 6836/6836
147.42/146.03	c 5566[?] -634[?] -396[?]  is mandatory 
147.42/146.03	c qxplain 6832/6835
147.42/146.04	c qxplain 6834/6835
147.42/146.06	c qxplain 6835/6835
147.42/146.07	c 5567[?] -634[?] -633[?]  is mandatory 
147.42/146.07	c qxplain 6834/6834
147.42/146.08	c 5568[?] 633[?] 634[?] 396[?]  is mandatory 
147.42/146.08	c qxplain 6832/6833
147.42/146.09	c qxplain 6833/6833
147.50/146.10	c 5569[?] -625[?] -635[?]  is mandatory 
147.50/146.10	c qxplain 6832/6832
147.50/146.11	c 5570[?] -634[?] -635[?]  is mandatory 
147.50/146.11	c qxplain 6824/6831
147.50/146.12	c qxplain 6828/6831
147.50/146.13	c qxplain 6830/6831
147.50/146.13	c qxplain 6831/6831
147.50/146.14	c 5571[?] 635[?] 625[?] 634[?]  is mandatory 
147.50/146.14	c qxplain 6830/6830
147.50/146.15	c 5572[?] -636[?] -375[?]  is mandatory 
147.50/146.15	c qxplain 6828/6829
147.50/146.16	c qxplain 6829/6829
147.50/146.17	c 5573[?] -636[?] -635[?]  is mandatory 
147.50/146.17	c qxplain 6828/6828
147.50/146.18	c 5574[?] 635[?] 636[?] 375[?]  is mandatory 
147.50/146.18	c qxplain 6824/6827
147.50/146.19	c qxplain 6826/6827
147.50/146.21	c qxplain 6827/6827
147.50/146.22	c 5575[?] -637[?] -624[?]  is mandatory 
147.50/146.22	c qxplain 6826/6826
147.50/146.23	c 5576[?] -636[?] -637[?]  is mandatory 
147.50/146.23	c qxplain 6824/6825
147.64/146.24	c qxplain 6825/6825
147.64/146.25	c 5577[?] 637[?] 636[?] 624[?]  is mandatory 
147.64/146.25	c qxplain 6824/6824
147.64/146.27	c 5578[?] -638[?] -617[?]  is mandatory 
147.64/146.27	c qxplain 6792/6823
147.64/146.28	c qxplain 6808/6823
147.64/146.29	c qxplain 6816/6823
147.64/146.30	c qxplain 6820/6823
147.71/146.31	c qxplain 6822/6823
147.71/146.32	c qxplain 6823/6823
147.71/146.33	c 5579[?] -638[?] 637[?]  is mandatory 
147.71/146.33	c qxplain 6822/6822
147.71/146.34	c 5580[?] 617[?] -637[?] 638[?]  is mandatory 
147.71/146.34	c qxplain 6820/6821
147.71/146.34	c qxplain 6821/6821
147.71/146.36	c 5581[?] 587[?] -639[?]  is mandatory 
147.71/146.36	c qxplain 6820/6820
147.71/146.37	c 5582[?] -639[?] -604[?]  is mandatory 
147.71/146.37	c qxplain 6816/6819
147.71/146.38	c qxplain 6818/6819
147.71/146.39	c qxplain 6819/6819
147.71/146.40	c 5583[?] 604[?] 639[?] -587[?]  is mandatory 
147.71/146.40	c qxplain 6818/6818
147.81/146.41	c 5584[?] -640[?] 638[?]  is mandatory 
147.81/146.41	c qxplain 6816/6817
147.81/146.42	c qxplain 6817/6817
147.81/146.43	c 5585[?] -640[?] -639[?]  is mandatory 
147.81/146.43	c qxplain 6816/6816
147.81/146.44	c 5586[?] -638[?] 639[?] 640[?]  is mandatory 
147.81/146.44	c qxplain 6808/6815
147.81/146.45	c qxplain 6812/6815
147.81/146.46	c qxplain 6814/6815
147.81/146.47	c qxplain 6815/6815
147.81/146.49	c 5587[?] 607[?] -641[?]  is mandatory 
147.81/146.49	c qxplain 6814/6814
147.81/146.50	c 5588[?] -640[?] -641[?]  is mandatory 
147.81/146.50	c qxplain 6812/6813
147.81/146.51	c qxplain 6813/6813
147.81/146.52	c 5589[?] 641[?] -607[?] 640[?]  is mandatory 
147.81/146.52	c qxplain 6812/6812
147.81/146.53	c 5590[?] -642[?] -577[?]  is mandatory 
147.81/146.53	c qxplain 6808/6811
147.81/146.53	c qxplain 6810/6811
147.81/146.54	c qxplain 6811/6811
147.81/146.55	c 5591[?] -642[?] -641[?]  is mandatory 
147.81/146.55	c qxplain 6810/6810
147.81/146.56	c 5592[?] 641[?] 642[?] 577[?]  is mandatory 
147.81/146.56	c qxplain 6808/6809
147.81/146.57	c qxplain 6809/6809
147.81/146.59	c 5593[?] -643[?] -166[?]  is mandatory 
147.81/146.59	c qxplain 6808/6808
147.81/146.60	c 5594[?] -643[?] 320[?]  is mandatory 
147.81/146.60	c qxplain 6792/6807
147.81/146.61	c qxplain 6800/6807
147.81/146.61	c qxplain 6804/6807
147.81/146.62	c qxplain 6806/6807
147.81/146.63	c qxplain 6807/6807
148.02/146.65	c 5595[?] 166[?] -320[?] 643[?]  is mandatory 
148.02/146.65	c qxplain 6806/6806
148.02/146.66	c 5596[?] -644[?] 166[?]  is mandatory 
148.02/146.66	c qxplain 6804/6805
148.02/146.69	c qxplain 6805/6805
148.02/146.70	c 5597[?] -644[?] -320[?]  is mandatory 
148.02/146.70	c qxplain 6804/6804
148.12/146.73	c 5598[?] -166[?] 320[?] 644[?]  is mandatory 
148.12/146.73	c qxplain 6800/6803
148.12/146.74	c qxplain 6802/6803
148.12/146.76	c qxplain 6803/6803
148.12/146.78	c 5599[?] -643[?] -645[?]  is mandatory 
148.12/146.78	c qxplain 6802/6802
148.12/146.79	c 5600[?] -645[?] -644[?]  is mandatory 
148.12/146.79	c qxplain 6800/6801
148.20/146.80	c qxplain 6801/6801
148.20/146.81	c 5601[?] 645[?] 644[?] 643[?]  is mandatory 
148.20/146.81	c qxplain 6800/6800
148.20/146.82	c 5602[?] -646[?] 311[?]  is mandatory 
148.20/146.82	c qxplain 6792/6799
148.20/146.83	c qxplain 6796/6799
148.20/146.84	c qxplain 6798/6799
148.20/146.85	c qxplain 6799/6799
148.20/146.86	c 5603[?] -646[?] -645[?]  is mandatory 
148.20/146.86	c qxplain 6798/6798
148.20/146.87	c 5604[?] 646[?] 645[?] -311[?]  is mandatory 
148.20/146.87	c qxplain 6796/6797
148.20/146.88	c qxplain 6797/6797
148.20/146.89	c 5605[?] -647[?] 135[?]  is mandatory 
148.20/146.89	c qxplain 6796/6796
148.20/146.90	c 5606[?] -647[?] 329[?]  is mandatory 
148.20/146.90	c qxplain 6792/6795
148.30/146.91	c qxplain 6794/6795
148.30/146.92	c qxplain 6795/6795
148.30/146.94	c 5607[?] -135[?] 647[?] -329[?]  is mandatory 
148.30/146.94	c qxplain 6794/6794
148.30/146.95	c 5608[?] -648[?] 116[?]  is mandatory 
148.30/146.95	c qxplain 6792/6793
148.30/146.96	c qxplain 6793/6793
148.30/146.97	c 5609[?] -648[?] 331[?]  is mandatory 
148.30/146.97	c qxplain 6792/6792
148.30/146.99	c 5610[?] -116[?] 648[?] -331[?]  is mandatory 
148.30/146.99	c qxplain 6540/6791
148.30/147.00	c qxplain 6666/6791
148.40/147.01	c qxplain 6729/6791
148.40/147.01	c qxplain 6761/6791
148.40/147.02	c qxplain 6777/6791
148.40/147.03	c qxplain 6785/6791
148.40/147.04	c qxplain 6789/6791
148.40/147.05	c qxplain 6791/6791
148.40/147.08	c 5611[?] 97[?] -649[?]  is mandatory 
148.40/147.08	c qxplain 6789/6790
148.40/147.09	c qxplain 6790/6790
148.40/147.10	c 5612[?] -649[?] 333[?]  is mandatory 
148.40/147.10	c qxplain 6789/6789
148.40/147.11	c 5613[?] 649[?] -97[?] -333[?]  is mandatory 
148.40/147.11	c qxplain 6785/6788
148.40/147.12	c qxplain 6787/6788
148.52/147.13	c qxplain 6788/6788
148.52/147.14	c 5614[?] -650[?] -648[?]  is mandatory 
148.52/147.14	c qxplain 6787/6787
148.52/147.15	c 5615[?] -650[?] -649[?]  is mandatory 
148.52/147.15	c qxplain 6785/6786
148.52/147.16	c qxplain 6786/6786
148.52/147.17	c 5616[?] 650[?] 648[?] 649[?]  is mandatory 
148.52/147.17	c qxplain 6785/6785
148.52/147.18	c 5617[?] -647[?] -651[?]  is mandatory 
148.52/147.18	c qxplain 6777/6784
148.52/147.19	c qxplain 6781/6784
148.60/147.20	c qxplain 6783/6784
148.60/147.21	c qxplain 6784/6784
148.60/147.22	c 5618[?] -651[?] 650[?]  is mandatory 
148.60/147.22	c qxplain 6783/6783
148.60/147.23	c 5619[?] 651[?] -650[?] 647[?]  is mandatory 
148.60/147.23	c qxplain 6781/6782
148.60/147.27	c qxplain 6782/6782
148.60/147.28	c 5620[?] -652[?] -646[?]  is mandatory 
148.60/147.28	c qxplain 6781/6781
148.60/147.29	c 5621[?] -652[?] 651[?]  is mandatory 
148.60/147.29	c qxplain 6777/6780
148.60/147.30	c qxplain 6779/6780
148.70/147.31	c qxplain 6780/6780
148.70/147.32	c 5622[?] 652[?] 646[?] -651[?]  is mandatory 
148.70/147.32	c qxplain 6779/6779
148.70/147.34	c 5623[?] 33[?] -653[?]  is mandatory 
148.70/147.34	c qxplain 6777/6778
148.70/147.35	c qxplain 6778/6778
148.70/147.36	c 5624[?] -653[?] -557[?]  is mandatory 
148.70/147.36	c qxplain 6777/6777
148.70/147.37	c 5625[?] 653[?] -33[?] 557[?]  is mandatory 
148.70/147.37	c qxplain 6761/6776
148.70/147.38	c qxplain 6769/6776
148.70/147.39	c qxplain 6773/6776
148.70/147.40	c qxplain 6775/6776
148.70/147.40	c qxplain 6776/6776
148.81/147.41	c 5626[?] -654[?] -618[?]  is mandatory 
148.81/147.41	c qxplain 6775/6775
148.81/147.42	c 5627[?] -654[?] -653[?]  is mandatory 
148.81/147.42	c qxplain 6773/6774
148.81/147.43	c qxplain 6774/6774
148.81/147.44	c 5628[?] 654[?] 653[?] 618[?]  is mandatory 
148.81/147.44	c qxplain 6773/6773
148.81/147.45	c 5629[?] -655[?] 51[?]  is mandatory 
148.81/147.45	c qxplain 6769/6772
148.81/147.46	c qxplain 6771/6772
148.81/147.47	c qxplain 6772/6772
148.81/147.48	c 5630[?] -655[?] 654[?]  is mandatory 
148.81/147.48	c qxplain 6771/6771
148.81/147.49	c 5631[?] 655[?] -654[?] -51[?]  is mandatory 
148.81/147.49	c qxplain 6769/6770
148.81/147.50	c qxplain 6770/6770
148.90/147.53	c 5632[?] -656[?] 33[?]  is mandatory 
148.90/147.53	c qxplain 6769/6769
148.90/147.54	c 5633[?] -656[?] -51[?]  is mandatory 
148.90/147.54	c qxplain 6761/6768
148.90/147.55	c qxplain 6765/6768
148.90/147.56	c qxplain 6767/6768
148.90/147.57	c qxplain 6768/6768
148.90/147.58	c 5634[?] 656[?] -33[?] 51[?]  is mandatory 
148.90/147.58	c qxplain 6767/6767
148.90/147.59	c 5635[?] -657[?] -655[?]  is mandatory 
148.90/147.59	c qxplain 6765/6766
148.90/147.60	c qxplain 6766/6766
149.00/147.61	c 5636[?] -657[?] -656[?]  is mandatory 
149.00/147.61	c qxplain 6765/6765
149.00/147.62	c 5637[?] 657[?] 655[?] 656[?]  is mandatory 
149.00/147.62	c qxplain 6761/6764
149.00/147.63	c qxplain 6763/6764
149.00/147.64	c qxplain 6764/6764
149.00/147.65	c 5638[?] -658[?] 375[?]  is mandatory 
149.00/147.65	c qxplain 6763/6763
149.00/147.66	c 5639[?] -658[?] -657[?]  is mandatory 
149.00/147.66	c qxplain 6761/6762
149.00/147.67	c qxplain 6762/6762
149.00/147.68	c 5640[?] 658[?] 657[?] -375[?]  is mandatory 
149.00/147.68	c qxplain 6761/6761
149.00/147.69	c 5641[?] -659[?] 196[?]  is mandatory 
149.00/147.69	c qxplain 6729/6760
149.00/147.70	c qxplain 6745/6760
149.00/147.71	c qxplain 6753/6760
149.00/147.72	c qxplain 6757/6760
149.00/147.73	c qxplain 6759/6760
149.00/147.75	c qxplain 6760/6760
149.13/147.76	c 5642[?] -659[?] 396[?]  is mandatory 
149.13/147.76	c qxplain 6759/6759
149.13/147.77	c 5643[?] -196[?] 659[?] -396[?]  is mandatory 
149.13/147.77	c qxplain 6757/6758
149.13/147.78	c qxplain 6758/6758
149.49/148.14	c 5644[?] -512[?] -660[?]  is mandatory 
149.49/148.14	c qxplain 6757/6757
149.49/148.20	c 5645[?] -660[?] 514[?]  is mandatory 
149.49/148.20	c qxplain 6753/6756
149.59/148.21	c qxplain 6755/6756
149.59/148.22	c qxplain 6756/6756
149.59/148.23	c 5646[?] 660[?] -514[?] 512[?]  is mandatory 
149.59/148.23	c qxplain 6755/6755
149.59/148.24	c 5647[?] 416[?] -661[?]  is mandatory 
149.59/148.24	c qxplain 6753/6754
149.59/148.25	c qxplain 6754/6754
149.59/148.26	c 5648[?] -661[?] -660[?]  is mandatory 
149.59/148.26	c qxplain 6753/6753
149.59/148.27	c 5649[?] 661[?] -416[?] 660[?]  is mandatory 
149.59/148.27	c qxplain 6745/6752
149.59/148.29	c qxplain 6749/6752
149.59/148.30	c qxplain 6751/6752
149.70/148.31	c qxplain 6752/6752
149.70/148.32	c 5650[?] -662[?] 6[?]  is mandatory 
149.70/148.32	c qxplain 6751/6751
149.70/148.33	c 5651[?] -662[?] 419[?]  is mandatory 
149.70/148.33	c qxplain 6749/6750
149.70/148.34	c qxplain 6750/6750
149.70/148.35	c 5652[?] -419[?] 662[?] -6[?]  is mandatory 
149.70/148.35	c qxplain 6749/6749
149.70/148.37	c 5653[?] -6[?] -663[?]  is mandatory 
149.70/148.37	c qxplain 6745/6748
149.70/148.37	c qxplain 6747/6748
149.70/148.38	c qxplain 6748/6748
149.70/148.39	c 5654[?] -663[?] -419[?]  is mandatory 
149.70/148.39	c qxplain 6747/6747
149.70/148.41	c 5655[?] 663[?] 419[?] 6[?]  is mandatory 
149.70/148.41	c qxplain 6745/6746
149.82/148.42	c qxplain 6746/6746
149.82/148.43	c 5656[?] -662[?] -664[?]  is mandatory 
149.82/148.43	c qxplain 6745/6745
149.82/148.44	c 5657[?] -664[?] -663[?]  is mandatory 
149.82/148.44	c qxplain 6729/6744
149.82/148.45	c qxplain 6737/6744
149.82/148.46	c qxplain 6741/6744
149.82/148.47	c qxplain 6743/6744
149.82/148.48	c qxplain 6744/6744
149.82/148.49	c 5658[?] 664[?] 662[?] 663[?]  is mandatory 
149.82/148.49	c qxplain 6743/6743
149.89/148.50	c 5659[?] -665[?] 661[?]  is mandatory 
149.89/148.50	c qxplain 6741/6742
149.89/148.51	c qxplain 6742/6742
149.89/148.52	c 5660[?] -665[?] -664[?]  is mandatory 
149.89/148.52	c qxplain 6741/6741
149.89/148.54	c 5661[?] 664[?] -661[?] 665[?]  is mandatory 
149.89/148.54	c qxplain 6737/6740
149.89/148.55	c qxplain 6739/6740
149.89/148.56	c qxplain 6740/6740
149.89/148.57	c 5662[?] -666[?] -661[?]  is mandatory 
149.89/148.57	c qxplain 6739/6739
149.89/148.58	c 5663[?] 664[?] -666[?]  is mandatory 
149.89/148.58	c qxplain 6737/6738
149.89/148.60	c qxplain 6738/6738
149.89/148.61	c 5664[?] -664[?] 661[?] 666[?]  is mandatory 
149.89/148.61	c qxplain 6737/6737
149.89/148.62	c 5665[?] -665[?] -667[?]  is mandatory 
149.89/148.62	c qxplain 6729/6736
149.89/148.63	c qxplain 6733/6736
149.89/148.63	c qxplain 6735/6736
149.89/148.65	c qxplain 6736/6736
149.89/148.66	c 5666[?] -666[?] -667[?]  is mandatory 
149.89/148.66	c qxplain 6735/6735
149.89/148.67	c 5667[?] 667[?] 666[?] 665[?]  is mandatory 
149.89/148.67	c qxplain 6733/6734
150.08/148.68	c qxplain 6734/6734
150.08/148.69	c 5668[?] -668[?] -396[?]  is mandatory 
150.08/148.69	c qxplain 6733/6733
150.08/148.70	c 5669[?] -668[?] -667[?]  is mandatory 
150.08/148.70	c qxplain 6729/6732
150.11/148.71	c qxplain 6731/6732
150.11/148.72	c qxplain 6732/6732
150.11/148.73	c 5670[?] 667[?] 396[?] 668[?]  is mandatory 
150.11/148.73	c qxplain 6731/6731
150.11/148.74	c 5671[?] -659[?] -669[?]  is mandatory 
150.11/148.74	c qxplain 6729/6730
150.11/148.75	c qxplain 6730/6730
150.11/148.77	c 5672[?] -668[?] -669[?]  is mandatory 
150.11/148.77	c qxplain 6729/6729
150.11/148.78	c 5673[?] 669[?] 668[?] 659[?]  is mandatory 
150.11/148.78	c qxplain 6666/6728
150.11/148.78	c qxplain 6698/6728
150.11/148.79	c qxplain 6714/6728
150.11/148.79	c qxplain 6722/6728
150.11/148.80	c qxplain 6726/6728
150.11/148.81	c qxplain 6728/6728
150.11/148.82	c 5674[?] -670[?] -375[?]  is mandatory 
150.11/148.82	c qxplain 6726/6727
150.11/148.83	c qxplain 6727/6727
150.21/148.83	c 5675[?] -670[?] -669[?]  is mandatory 
150.21/148.83	c qxplain 6726/6726
150.21/148.85	c 5676[?] 670[?] 669[?] 375[?]  is mandatory 
150.21/148.85	c qxplain 6722/6725
150.21/148.86	c qxplain 6724/6725
150.21/148.87	c qxplain 6725/6725
150.21/148.88	c 5677[?] -671[?] -658[?]  is mandatory 
150.21/148.88	c qxplain 6724/6724
150.21/148.89	c 5678[?] -670[?] -671[?]  is mandatory 
150.21/148.89	c qxplain 6722/6723
150.21/148.90	c qxplain 6723/6723
150.21/148.91	c 5679[?] 671[?] 670[?] 658[?]  is mandatory 
150.21/148.91	c qxplain 6722/6722
150.33/148.92	c 5680[?] -672[?] -652[?]  is mandatory 
150.33/148.92	c qxplain 6714/6721
150.33/148.94	c qxplain 6718/6721
150.33/148.94	c qxplain 6720/6721
150.33/148.96	c qxplain 6721/6721
150.33/148.97	c 5681[?] -672[?] 671[?]  is mandatory 
150.33/148.97	c qxplain 6720/6720
150.41/149.00	c 5682[?] -671[?] 672[?] 652[?]  is mandatory 
150.41/149.00	c qxplain 6718/6719
150.41/149.01	c qxplain 6719/6719
150.41/149.03	c 5683[?] -673[?] 652[?]  is mandatory 
150.41/149.03	c qxplain 6718/6718
150.41/149.03	c 5684[?] -673[?] -671[?]  is mandatory 
150.41/149.03	c qxplain 6714/6717
150.41/149.05	c qxplain 6716/6717
150.41/149.06	c qxplain 6717/6717
150.41/149.07	c 5685[?] 673[?] 671[?] -652[?]  is mandatory 
150.41/149.07	c qxplain 6716/6716
150.41/149.09	c 5686[?] -173[?] -674[?]  is mandatory 
150.41/149.09	c qxplain 6714/6715
150.41/149.10	c qxplain 6715/6715
150.50/149.11	c 5687[?] -674[?] 319[?]  is mandatory 
150.50/149.11	c qxplain 6714/6714
150.50/149.13	c 5688[?] 674[?] 173[?] -319[?]  is mandatory 
150.50/149.13	c qxplain 6698/6713
150.50/149.14	c qxplain 6706/6713
150.50/149.15	c qxplain 6710/6713
150.50/149.15	c qxplain 6712/6713
150.50/149.16	c qxplain 6713/6713
150.50/149.17	c 5689[?] -675[?] 173[?]  is mandatory 
150.50/149.17	c qxplain 6712/6712
150.50/149.18	c 5690[?] -675[?] -319[?]  is mandatory 
150.50/149.18	c qxplain 6710/6711
150.60/149.21	c qxplain 6711/6711
150.60/149.23	c 5691[?] 675[?] -173[?] 319[?]  is mandatory 
150.60/149.23	c qxplain 6710/6710
150.60/149.25	c 5692[?] -674[?] -676[?]  is mandatory 
150.60/149.25	c qxplain 6706/6709
150.60/149.26	c qxplain 6708/6709
150.60/149.27	c qxplain 6709/6709
150.60/149.28	c 5693[?] -676[?] -675[?]  is mandatory 
150.60/149.28	c qxplain 6708/6708
150.60/149.29	c 5694[?] 676[?] 675[?] 674[?]  is mandatory 
150.60/149.29	c qxplain 6706/6707
150.70/149.30	c qxplain 6707/6707
150.70/149.32	c 5695[?] -677[?] 311[?]  is mandatory 
150.70/149.32	c qxplain 6706/6706
150.70/149.33	c 5696[?] -677[?] -676[?]  is mandatory 
150.70/149.33	c qxplain 6698/6705
150.70/149.34	c qxplain 6702/6705
150.70/149.34	c qxplain 6704/6705
150.70/149.35	c qxplain 6705/6705
150.70/149.36	c 5697[?] 677[?] 676[?] -311[?]  is mandatory 
150.70/149.36	c qxplain 6704/6704
150.70/149.38	c 5698[?] -678[?] 134[?]  is mandatory 
150.70/149.38	c qxplain 6702/6703
150.70/149.39	c qxplain 6703/6703
150.80/149.40	c 5699[?] -678[?] 329[?]  is mandatory 
150.80/149.40	c qxplain 6702/6702
150.80/149.41	c 5700[?] 678[?] -134[?] -329[?]  is mandatory 
150.80/149.41	c qxplain 6698/6701
150.80/149.42	c qxplain 6700/6701
150.80/149.43	c qxplain 6701/6701
150.80/149.44	c 5701[?] -679[?] 115[?]  is mandatory 
150.80/149.44	c qxplain 6700/6700
150.80/149.45	c 5702[?] -679[?] 331[?]  is mandatory 
150.80/149.45	c qxplain 6698/6699
150.80/149.48	c qxplain 6699/6699
150.80/149.49	c 5703[?] 679[?] -115[?] -331[?]  is mandatory 
150.80/149.49	c qxplain 6698/6698
150.89/149.51	c 5704[?] -680[?] 96[?]  is mandatory 
150.89/149.51	c qxplain 6666/6697
150.89/149.52	c qxplain 6682/6697
150.89/149.53	c qxplain 6690/6697
150.89/149.54	c qxplain 6694/6697
150.89/149.55	c qxplain 6696/6697
150.89/149.56	c qxplain 6697/6697
150.89/149.57	c 5705[?] -680[?] 333[?]  is mandatory 
150.89/149.57	c qxplain 6696/6696
150.89/149.59	c 5706[?] 680[?] -96[?] -333[?]  is mandatory 
150.89/149.59	c qxplain 6694/6695
150.89/149.60	c qxplain 6695/6695
151.01/149.61	c 5707[?] -681[?] -679[?]  is mandatory 
151.01/149.61	c qxplain 6694/6694
151.01/149.62	c 5708[?] -681[?] -680[?]  is mandatory 
151.01/149.62	c qxplain 6690/6693
151.01/149.63	c qxplain 6692/6693
151.01/149.64	c qxplain 6693/6693
151.01/149.65	c 5709[?] 681[?] 679[?] 680[?]  is mandatory 
151.01/149.65	c qxplain 6692/6692
151.01/149.66	c 5710[?] -682[?] -678[?]  is mandatory 
151.01/149.66	c qxplain 6690/6691
151.01/149.67	c qxplain 6691/6691
151.01/149.68	c 5711[?] -682[?] 681[?]  is mandatory 
151.01/149.68	c qxplain 6690/6690
151.01/149.69	c 5712[?] 682[?] -681[?] 678[?]  is mandatory 
151.01/149.69	c qxplain 6682/6689
151.58/151.65	c qxplain 6686/6689
151.58/151.67	c qxplain 6688/6689
151.58/151.68	c qxplain 6689/6689
152.01/151.70	c 5713[?] -683[?] -677[?]  is mandatory 
152.01/151.70	c qxplain 6688/6688
152.02/151.71	c 5714[?] -683[?] 682[?]  is mandatory 
152.02/151.71	c qxplain 6686/6687
152.02/151.72	c qxplain 6687/6687
152.02/151.73	c 5715[?] 683[?] 677[?] -682[?]  is mandatory 
152.02/151.73	c qxplain 6686/6686
152.02/151.74	c 5716[?] -684[?] -29[?]  is mandatory 
152.02/151.74	c qxplain 6682/6685
152.02/151.75	c qxplain 6684/6685
152.02/151.76	c qxplain 6685/6685
152.02/151.77	c 5717[?] -30[?] -684[?]  is mandatory 
152.02/151.77	c qxplain 6684/6684
152.02/151.78	c 5718[?] 684[?] 30[?] 29[?]  is mandatory 
152.02/151.78	c qxplain 6682/6683
152.02/151.79	c qxplain 6683/6683
152.12/151.80	c 5719[?] -685[?] 555[?]  is mandatory 
152.12/151.80	c qxplain 6682/6682
152.12/151.81	c 5720[?] -685[?] 684[?]  is mandatory 
152.12/151.81	c qxplain 6666/6681
152.12/151.81	c qxplain 6674/6681
152.12/151.82	c qxplain 6678/6681
152.12/151.83	c qxplain 6680/6681
152.12/151.83	c qxplain 6681/6681
152.12/151.84	c 5721[?] 685[?] -555[?] -684[?]  is mandatory 
152.12/151.84	c qxplain 6680/6680
152.12/151.85	c 5722[?] -31[?] -686[?]  is mandatory 
152.12/151.85	c qxplain 6678/6679
152.12/151.86	c qxplain 6679/6679
152.12/151.87	c 5723[?] -686[?] 685[?]  is mandatory 
152.12/151.87	c qxplain 6678/6678
152.12/151.88	c 5724[?] 686[?] -685[?] 31[?]  is mandatory 
152.12/151.88	c qxplain 6674/6677
152.12/151.89	c qxplain 6676/6677
152.22/151.90	c qxplain 6677/6677
152.22/151.91	c 5725[?] -687[?] 32[?]  is mandatory 
152.22/151.91	c qxplain 6676/6676
152.22/151.92	c 5726[?] -687[?] -686[?]  is mandatory 
152.22/151.92	c qxplain 6674/6675
152.22/151.92	c qxplain 6675/6675
152.22/151.94	c 5727[?] 687[?] -32[?] 686[?]  is mandatory 
152.22/151.94	c qxplain 6674/6674
152.22/151.94	c 5728[?] -688[?] -557[?]  is mandatory 
152.22/151.94	c qxplain 6666/6673
152.22/151.95	c qxplain 6670/6673
152.22/151.96	c qxplain 6672/6673
152.22/151.97	c qxplain 6673/6673
152.22/151.98	c 5729[?] -688[?] -687[?]  is mandatory 
152.22/151.98	c qxplain 6672/6672
152.22/151.99	c 5730[?] 688[?] 687[?] 557[?]  is mandatory 
152.22/151.99	c qxplain 6670/6671
152.22/152.00	c qxplain 6671/6671
152.31/152.01	c 5731[?] -689[?] 51[?]  is mandatory 
152.31/152.01	c qxplain 6670/6670
152.31/152.02	c 5732[?] -689[?] 688[?]  is mandatory 
152.31/152.02	c qxplain 6666/6669
152.31/152.03	c qxplain 6668/6669
152.31/152.04	c qxplain 6669/6669
152.31/152.05	c 5733[?] 689[?] -688[?] -51[?]  is mandatory 
152.31/152.05	c qxplain 6668/6668
152.31/152.07	c 5734[?] -690[?] 32[?]  is mandatory 
152.31/152.07	c qxplain 6666/6667
152.31/152.08	c qxplain 6667/6667
152.31/152.09	c 5735[?] -690[?] -51[?]  is mandatory 
152.31/152.09	c qxplain 6666/6666
152.62/152.36	c 5736[?] 690[?] -32[?] 51[?]  is mandatory 
152.62/152.36	c qxplain 6540/6665
152.62/152.36	c qxplain 6603/6665
152.62/152.36	c qxplain 6635/6665
152.62/152.36	c qxplain 6651/6665
152.62/152.36	c qxplain 6659/6665
152.62/152.36	c qxplain 6663/6665
152.62/152.36	c qxplain 6665/6665
152.62/152.36	c 5737[?] -691[?] -689[?]  is mandatory 
152.62/152.36	c qxplain 6663/6664
152.62/152.36	c qxplain 6664/6664
152.62/152.36	c 5738[?] -691[?] -690[?]  is mandatory 
152.62/152.36	c qxplain 6663/6663
152.62/152.36	c 5739[?] 691[?] 689[?] 690[?]  is mandatory 
152.62/152.36	c qxplain 6659/6662
152.62/152.36	c qxplain 6661/6662
152.62/152.36	c qxplain 6662/6662
152.62/152.36	c 5740[?] -692[?] 375[?]  is mandatory 
152.62/152.36	c qxplain 6661/6661
152.62/152.36	c 5741[?] -692[?] -691[?]  is mandatory 
152.62/152.36	c qxplain 6659/6660
152.62/152.36	c qxplain 6660/6660
152.62/152.36	c 5742[?] 692[?] 691[?] -375[?]  is mandatory 
152.62/152.36	c qxplain 6659/6659
152.62/152.36	c 5743[?] -693[?] 195[?]  is mandatory 
152.62/152.36	c qxplain 6651/6658
152.62/152.36	c qxplain 6655/6658
152.62/152.36	c qxplain 6657/6658
152.62/152.36	c qxplain 6658/6658
152.62/152.36	c 5744[?] -693[?] 396[?]  is mandatory 
152.62/152.36	c qxplain 6657/6657
152.62/152.36	c 5745[?] -195[?] 693[?] -396[?]  is mandatory 
152.62/152.36	c qxplain 6655/6656
152.62/152.36	c qxplain 6656/6656
152.72/152.44	c 5746[?] -694[?] -512[?]  is mandatory 
152.72/152.44	c qxplain 6655/6655
152.72/152.48	c 5747[?] -513[?] -694[?]  is mandatory 
152.72/152.48	c qxplain 6651/6654
152.82/152.50	c qxplain 6653/6654
152.82/152.51	c qxplain 6654/6654
152.82/152.52	c 5748[?] 694[?] 513[?] 512[?]  is mandatory 
152.82/152.52	c qxplain 6653/6653
152.82/152.53	c 5749[?] -695[?] -409[?]  is mandatory 
152.82/152.53	c qxplain 6651/6652
152.82/152.54	c qxplain 6652/6652
152.82/152.55	c 5750[?] -695[?] -694[?]  is mandatory 
152.82/152.55	c qxplain 6651/6651
152.82/152.57	c 5751[?] 409[?] 695[?] 694[?]  is mandatory 
152.82/152.57	c qxplain 6635/6650
152.82/152.58	c qxplain 6643/6650
152.82/152.58	c qxplain 6647/6650
152.82/152.59	c qxplain 6649/6650
152.82/152.60	c qxplain 6650/6650
152.82/152.62	c 5752[?] -696[?] 7[?]  is mandatory 
152.82/152.62	c qxplain 6649/6649
152.92/152.63	c 5753[?] -696[?] 412[?]  is mandatory 
152.92/152.63	c qxplain 6647/6648
152.92/152.63	c qxplain 6648/6648
152.92/152.65	c 5754[?] -412[?] 696[?] -7[?]  is mandatory 
152.92/152.65	c qxplain 6647/6647
152.92/152.66	c 5755[?] -697[?] -7[?]  is mandatory 
152.92/152.66	c qxplain 6643/6646
152.92/152.67	c qxplain 6645/6646
152.92/152.67	c qxplain 6646/6646
152.92/152.69	c 5756[?] -412[?] -697[?]  is mandatory 
152.92/152.69	c qxplain 6645/6645
152.92/152.70	c 5757[?] 412[?] 7[?] 697[?]  is mandatory 
152.92/152.70	c qxplain 6643/6644
152.92/152.71	c qxplain 6644/6644
152.92/152.72	c 5758[?] -696[?] -698[?]  is mandatory 
152.92/152.72	c qxplain 6643/6643
153.04/152.73	c 5759[?] -697[?] -698[?]  is mandatory 
153.04/152.73	c qxplain 6635/6642
153.04/152.74	c qxplain 6639/6642
153.04/152.75	c qxplain 6641/6642
153.04/152.76	c qxplain 6642/6642
153.04/152.77	c 5760[?] 698[?] 696[?] 697[?]  is mandatory 
153.04/152.77	c qxplain 6641/6641
153.04/152.78	c 5761[?] -699[?] 695[?]  is mandatory 
153.04/152.78	c qxplain 6639/6640
153.04/152.79	c qxplain 6640/6640
153.12/152.80	c 5762[?] -699[?] -698[?]  is mandatory 
153.12/152.80	c qxplain 6639/6639
153.12/152.82	c 5763[?] 698[?] -695[?] 699[?]  is mandatory 
153.12/152.82	c qxplain 6635/6638
153.12/152.83	c qxplain 6637/6638
153.12/152.84	c qxplain 6638/6638
153.12/152.85	c 5764[?] -695[?] -700[?]  is mandatory 
153.12/152.85	c qxplain 6637/6637
153.12/152.86	c 5765[?] -700[?] 698[?]  is mandatory 
153.12/152.86	c qxplain 6635/6636
153.12/152.87	c qxplain 6636/6636
153.12/152.88	c 5766[?] -698[?] 695[?] 700[?]  is mandatory 
153.12/152.88	c qxplain 6635/6635
153.12/152.90	c 5767[?] -701[?] -699[?]  is mandatory 
153.12/152.90	c qxplain 6603/6634
153.22/152.90	c qxplain 6619/6634
153.22/152.91	c qxplain 6627/6634
153.22/152.92	c qxplain 6631/6634
153.22/152.93	c qxplain 6633/6634
153.22/152.94	c qxplain 6634/6634
153.22/152.95	c 5768[?] -700[?] -701[?]  is mandatory 
153.22/152.95	c qxplain 6633/6633
153.22/152.96	c 5769[?] 700[?] 699[?] 701[?]  is mandatory 
153.22/152.96	c qxplain 6631/6632
153.22/152.97	c qxplain 6632/6632
153.22/152.98	c 5770[?] -702[?] -396[?]  is mandatory 
153.22/152.98	c qxplain 6631/6631
153.22/152.99	c 5771[?] -702[?] -701[?]  is mandatory 
153.22/152.99	c qxplain 6627/6630
153.32/153.00	c qxplain 6629/6630
153.32/153.01	c qxplain 6630/6630
153.32/153.02	c 5772[?] 701[?] 396[?] 702[?]  is mandatory 
153.32/153.02	c qxplain 6629/6629
153.32/153.03	c 5773[?] -693[?] -703[?]  is mandatory 
153.32/153.03	c qxplain 6627/6628
153.32/153.04	c qxplain 6628/6628
153.32/153.05	c 5774[?] -702[?] -703[?]  is mandatory 
153.32/153.05	c qxplain 6627/6627
153.32/153.06	c 5775[?] 703[?] 693[?] 702[?]  is mandatory 
153.32/153.06	c qxplain 6619/6626
153.32/153.07	c qxplain 6623/6626
153.32/153.07	c qxplain 6625/6626
153.32/153.08	c qxplain 6626/6626
153.32/153.09	c 5776[?] -704[?] -375[?]  is mandatory 
153.32/153.09	c qxplain 6625/6625
153.42/153.10	c 5777[?] -703[?] -704[?]  is mandatory 
153.42/153.10	c qxplain 6623/6624
153.42/153.11	c qxplain 6624/6624
153.42/153.12	c 5778[?] 703[?] 704[?] 375[?]  is mandatory 
153.42/153.12	c qxplain 6623/6623
153.42/153.13	c 5779[?] -705[?] -692[?]  is mandatory 
153.42/153.13	c qxplain 6619/6622
153.42/153.14	c qxplain 6621/6622
153.42/153.14	c qxplain 6622/6622
153.42/153.15	c 5780[?] -704[?] -705[?]  is mandatory 
153.42/153.15	c qxplain 6621/6621
153.42/153.16	c 5781[?] 704[?] 705[?] 692[?]  is mandatory 
153.42/153.16	c qxplain 6619/6620
153.42/153.17	c qxplain 6620/6620
153.52/153.20	c 5782[?] -706[?] -683[?]  is mandatory 
153.52/153.20	c qxplain 6619/6619
153.52/153.21	c 5783[?] 705[?] -706[?]  is mandatory 
153.52/153.21	c qxplain 6603/6618
153.52/153.22	c qxplain 6611/6618
153.52/153.23	c qxplain 6615/6618
153.52/153.23	c qxplain 6617/6618
153.52/153.27	c qxplain 6618/6618
153.52/153.28	c 5784[?] -705[?] 683[?] 706[?]  is mandatory 
153.52/153.28	c qxplain 6617/6617
153.52/153.30	c 5785[?] -707[?] 683[?]  is mandatory 
153.52/153.30	c qxplain 6615/6616
153.62/153.31	c qxplain 6616/6616
153.62/153.31	c 5786[?] -707[?] -705[?]  is mandatory 
153.62/153.31	c qxplain 6615/6615
153.62/153.33	c 5787[?] 707[?] 705[?] -683[?]  is mandatory 
153.62/153.33	c qxplain 6611/6614
153.62/153.34	c qxplain 6613/6614
153.62/153.34	c qxplain 6614/6614
153.62/153.39	c 5788[?] -708[?] -165[?]  is mandatory 
153.62/153.39	c qxplain 6613/6613
153.72/153.41	c 5789[?] -708[?] 318[?]  is mandatory 
153.72/153.41	c qxplain 6611/6612
153.72/153.41	c qxplain 6612/6612
153.72/153.45	c 5790[?] -318[?] 165[?] 708[?]  is mandatory 
153.72/153.45	c qxplain 6611/6611
153.72/153.46	c 5791[?] -709[?] 165[?]  is mandatory 
153.72/153.46	c qxplain 6603/6610
153.72/153.47	c qxplain 6607/6610
153.82/153.50	c qxplain 6609/6610
153.82/153.52	c qxplain 6610/6610
153.82/153.53	c 5792[?] -709[?] -318[?]  is mandatory 
153.82/153.53	c qxplain 6609/6609
153.82/153.57	c 5793[?] -165[?] 318[?] 709[?]  is mandatory 
153.82/153.57	c qxplain 6607/6608
153.82/153.58	c qxplain 6608/6608
153.92/153.61	c 5794[?] -710[?] -708[?]  is mandatory 
153.92/153.61	c qxplain 6607/6607
153.92/153.62	c 5795[?] -710[?] -709[?]  is mandatory 
153.92/153.62	c qxplain 6603/6606
153.92/153.63	c qxplain 6605/6606
153.92/153.64	c qxplain 6606/6606
153.92/153.65	c 5796[?] 710[?] 709[?] 708[?]  is mandatory 
153.92/153.65	c qxplain 6605/6605
153.92/153.68	c 5797[?] -711[?] 311[?]  is mandatory 
153.92/153.68	c qxplain 6603/6604
153.92/153.69	c qxplain 6604/6604
153.92/153.70	c 5798[?] -711[?] -710[?]  is mandatory 
153.92/153.70	c qxplain 6603/6603
153.92/153.72	c 5799[?] 711[?] 710[?] -311[?]  is mandatory 
153.92/153.72	c qxplain 6540/6602
154.02/153.73	c qxplain 6572/6602
154.02/153.74	c qxplain 6588/6602
154.02/153.75	c qxplain 6596/6602
154.02/153.76	c qxplain 6600/6602
154.02/153.77	c qxplain 6602/6602
154.02/153.78	c 5800[?] -712[?] 133[?]  is mandatory 
154.02/153.78	c qxplain 6600/6601
154.02/153.79	c qxplain 6601/6601
154.02/153.80	c 5801[?] -712[?] 329[?]  is mandatory 
154.02/153.80	c qxplain 6600/6600
154.02/153.81	c 5802[?] 712[?] -133[?] -329[?]  is mandatory 
154.02/153.81	c qxplain 6596/6599
154.14/153.82	c qxplain 6598/6599
154.14/153.83	c qxplain 6599/6599
154.14/153.85	c 5803[?] -713[?] 114[?]  is mandatory 
154.14/153.85	c qxplain 6598/6598
154.14/153.86	c 5804[?] -713[?] 331[?]  is mandatory 
154.14/153.86	c qxplain 6596/6597
154.14/153.87	c qxplain 6597/6597
154.14/153.89	c 5805[?] 713[?] -114[?] -331[?]  is mandatory 
154.14/153.89	c qxplain 6596/6596
154.21/153.90	c 5806[?] -714[?] 95[?]  is mandatory 
154.21/153.90	c qxplain 6588/6595
154.21/153.91	c qxplain 6592/6595
154.21/153.92	c qxplain 6594/6595
154.21/153.93	c qxplain 6595/6595
154.21/153.94	c 5807[?] -714[?] 333[?]  is mandatory 
154.21/153.94	c qxplain 6594/6594
154.21/153.97	c 5808[?] 714[?] -95[?] -333[?]  is mandatory 
154.21/153.97	c qxplain 6592/6593
154.21/153.98	c qxplain 6593/6593
154.21/153.99	c 5809[?] -715[?] -713[?]  is mandatory 
154.21/153.99	c qxplain 6592/6592
154.21/153.99	c 5810[?] -715[?] -714[?]  is mandatory 
154.21/154.00	c qxplain 6588/6591
154.31/154.01	c qxplain 6590/6591
154.31/154.02	c qxplain 6591/6591
154.31/154.03	c 5811[?] 715[?] 713[?] 714[?]  is mandatory 
154.31/154.03	c qxplain 6590/6590
154.31/154.04	c 5812[?] -716[?] -712[?]  is mandatory 
154.31/154.04	c qxplain 6588/6589
154.31/154.05	c qxplain 6589/6589
154.31/154.06	c 5813[?] -716[?] 715[?]  is mandatory 
154.31/154.06	c qxplain 6588/6588
154.31/154.07	c 5814[?] 716[?] -715[?] 712[?]  is mandatory 
154.31/154.07	c qxplain 6572/6587
154.31/154.08	c qxplain 6580/6587
154.31/154.09	c qxplain 6584/6587
154.41/154.10	c qxplain 6586/6587
154.41/154.11	c qxplain 6587/6587
154.41/154.12	c 5815[?] -717[?] -711[?]  is mandatory 
154.41/154.12	c qxplain 6586/6586
154.41/154.13	c 5816[?] -717[?] 716[?]  is mandatory 
154.41/154.13	c qxplain 6584/6585
154.41/154.14	c qxplain 6585/6585
154.41/154.15	c 5817[?] 717[?] 711[?] -716[?]  is mandatory 
154.41/154.15	c qxplain 6584/6584
154.41/154.16	c 5818[?] -718[?] 31[?]  is mandatory 
154.41/154.16	c qxplain 6580/6583
154.41/154.17	c qxplain 6582/6583
154.41/154.18	c qxplain 6583/6583
154.51/154.20	c 5819[?] -718[?] -685[?]  is mandatory 
154.51/154.20	c qxplain 6582/6582
154.51/154.21	c 5820[?] 718[?] -31[?] 685[?]  is mandatory 
154.51/154.21	c qxplain 6580/6581
154.51/154.22	c qxplain 6581/6581
154.51/154.22	c 5821[?] -719[?] -686[?]  is mandatory 
154.51/154.22	c qxplain 6580/6580
154.51/154.23	c 5822[?] -719[?] -718[?]  is mandatory 
154.51/154.23	c qxplain 6572/6579
154.51/154.24	c qxplain 6576/6579
154.51/154.25	c qxplain 6578/6579
154.51/154.26	c qxplain 6579/6579
154.51/154.27	c 5823[?] 719[?] 686[?] 718[?]  is mandatory 
154.51/154.27	c qxplain 6578/6578
154.51/154.28	c 5824[?] -720[?] 51[?]  is mandatory 
154.51/154.28	c qxplain 6576/6577
154.51/154.29	c qxplain 6577/6577
154.51/154.30	c 5825[?] -720[?] 719[?]  is mandatory 
154.51/154.30	c qxplain 6576/6576
154.61/154.31	c 5826[?] 720[?] -719[?] -51[?]  is mandatory 
154.61/154.31	c qxplain 6572/6575
154.61/154.32	c qxplain 6574/6575
154.61/154.32	c qxplain 6575/6575
154.61/154.36	c 5827[?] -721[?] 31[?]  is mandatory 
154.61/154.36	c qxplain 6574/6574
154.61/154.37	c 5828[?] -721[?] -51[?]  is mandatory 
154.61/154.37	c qxplain 6572/6573
154.61/154.38	c qxplain 6573/6573
154.61/154.39	c 5829[?] 721[?] -31[?] 51[?]  is mandatory 
154.61/154.39	c qxplain 6572/6572
154.71/154.40	c 5830[?] -722[?] -720[?]  is mandatory 
154.71/154.40	c qxplain 6540/6571
154.71/154.41	c qxplain 6556/6571
154.71/154.42	c qxplain 6564/6571
154.71/154.42	c qxplain 6568/6571
154.71/154.43	c qxplain 6570/6571
154.71/154.44	c qxplain 6571/6571
154.71/154.45	c 5831[?] -722[?] -721[?]  is mandatory 
154.71/154.45	c qxplain 6570/6570
154.71/154.46	c 5832[?] 722[?] 720[?] 721[?]  is mandatory 
154.71/154.46	c qxplain 6568/6569
154.71/154.47	c qxplain 6569/6569
154.71/154.49	c 5833[?] -723[?] 375[?]  is mandatory 
154.71/154.49	c qxplain 6568/6568
154.81/154.50	c 5834[?] -723[?] -722[?]  is mandatory 
154.81/154.50	c qxplain 6564/6567
154.81/154.51	c qxplain 6566/6567
154.81/154.51	c qxplain 6567/6567
154.81/154.53	c 5835[?] 723[?] 722[?] -375[?]  is mandatory 
154.81/154.53	c qxplain 6566/6566
154.81/154.54	c 5836[?] -724[?] 194[?]  is mandatory 
154.81/154.54	c qxplain 6564/6565
154.81/154.55	c qxplain 6565/6565
154.81/154.56	c 5837[?] -724[?] 396[?]  is mandatory 
154.81/154.56	c qxplain 6564/6564
154.81/154.58	c 5838[?] -194[?] 724[?] -396[?]  is mandatory 
154.81/154.58	c qxplain 6556/6563
154.81/154.59	c qxplain 6560/6563
154.91/154.60	c qxplain 6562/6563
154.91/154.61	c qxplain 6563/6563
154.91/154.62	c 5839[?] -725[?] 8[?]  is mandatory 
154.91/154.62	c qxplain 6562/6562
154.91/154.63	c 5840[?] -725[?] 408[?]  is mandatory 
154.91/154.63	c qxplain 6560/6561
154.91/154.64	c qxplain 6561/6561
154.91/154.65	c 5841[?] -408[?] 725[?] -8[?]  is mandatory 
154.91/154.65	c qxplain 6560/6560
154.91/154.66	c 5842[?] -726[?] -8[?]  is mandatory 
154.91/154.66	c qxplain 6556/6559
154.91/154.67	c qxplain 6558/6559
154.91/154.68	c qxplain 6559/6559
154.91/154.69	c 5843[?] -726[?] -408[?]  is mandatory 
154.91/154.69	c qxplain 6558/6558
155.01/154.70	c 5844[?] 408[?] 8[?] 726[?]  is mandatory 
155.01/154.70	c qxplain 6556/6557
155.01/154.71	c qxplain 6557/6557
155.01/154.72	c 5845[?] -725[?] -727[?]  is mandatory 
155.01/154.72	c qxplain 6556/6556
155.01/154.73	c 5846[?] -726[?] -727[?]  is mandatory 
155.01/154.73	c qxplain 6540/6555
155.01/154.74	c qxplain 6548/6555
155.01/154.75	c qxplain 6552/6555
155.01/154.76	c qxplain 6554/6555
155.01/154.77	c qxplain 6555/6555
155.01/154.78	c 5847[?] 727[?] 725[?] 726[?]  is mandatory 
155.01/154.78	c qxplain 6554/6554
155.01/154.79	c 5848[?] -728[?] 512[?]  is mandatory 
155.01/154.79	c qxplain 6552/6553
155.01/154.80	c qxplain 6553/6553
155.01/154.81	c 5849[?] -728[?] -727[?]  is mandatory 
155.01/154.81	c qxplain 6552/6552
155.12/154.82	c 5850[?] 727[?] 728[?] -512[?]  is mandatory 
155.12/154.82	c qxplain 6548/6551
155.12/154.84	c qxplain 6550/6551
155.12/154.85	c qxplain 6551/6551
155.12/154.86	c 5851[?] -729[?] -512[?]  is mandatory 
155.12/154.86	c qxplain 6550/6550
155.12/154.87	c 5852[?] 727[?] -729[?]  is mandatory 
155.12/154.87	c qxplain 6548/6549
155.12/154.88	c qxplain 6549/6549
155.12/154.89	c 5853[?] -727[?] 512[?] 729[?]  is mandatory 
155.12/154.89	c qxplain 6548/6548
155.12/154.90	c 5854[?] -730[?] -728[?]  is mandatory 
155.12/154.90	c qxplain 6540/6547
155.12/154.91	c qxplain 6544/6547
155.12/154.92	c qxplain 6546/6547
155.23/154.93	c qxplain 6547/6547
155.23/154.94	c 5855[?] -729[?] -730[?]  is mandatory 
155.23/154.94	c qxplain 6546/6546
155.23/154.95	c 5856[?] 729[?] 730[?] 728[?]  is mandatory 
155.23/154.95	c qxplain 6544/6545
155.23/154.96	c qxplain 6545/6545
155.23/154.97	c 5857[?] -731[?] -396[?]  is mandatory 
155.23/154.97	c qxplain 6544/6544
155.23/154.98	c 5858[?] -731[?] -730[?]  is mandatory 
155.23/154.98	c qxplain 6540/6543
155.23/154.99	c qxplain 6542/6543
155.31/155.00	c qxplain 6543/6543
155.31/155.01	c 5859[?] 730[?] 396[?] 731[?]  is mandatory 
155.31/155.01	c qxplain 6542/6542
155.31/155.02	c 5860[?] -724[?] -732[?]  is mandatory 
155.31/155.02	c qxplain 6540/6541
155.31/155.03	c qxplain 6541/6541
155.31/155.04	c 5861[?] -731[?] -732[?]  is mandatory 
155.31/155.04	c qxplain 6540/6540
155.31/155.05	c 5862[?] 732[?] 724[?] 731[?]  is mandatory 
155.31/155.05	c qxplain 6037/6539
155.31/155.06	c qxplain 6289/6539
155.31/155.07	c qxplain 6415/6539
155.31/155.07	c qxplain 6478/6539
155.31/155.08	c qxplain 6509/6539
155.31/155.09	c qxplain 6525/6539
155.31/155.09	c qxplain 6533/6539
155.42/155.10	c qxplain 6537/6539
155.42/155.11	c qxplain 6539/6539
155.42/155.11	c 5863[?] -733[?] -375[?]  is mandatory 
155.42/155.11	c qxplain 6537/6538
155.42/155.12	c qxplain 6538/6538
155.42/155.13	c 5864[?] -733[?] -732[?]  is mandatory 
155.42/155.13	c qxplain 6537/6537
155.42/155.14	c 5865[?] 732[?] 733[?] 375[?]  is mandatory 
155.42/155.14	c qxplain 6533/6536
155.42/155.15	c qxplain 6535/6536
155.42/155.15	c qxplain 6536/6536
155.42/155.17	c 5866[?] -734[?] -723[?]  is mandatory 
155.42/155.17	c qxplain 6535/6535
155.42/155.18	c 5867[?] -734[?] -733[?]  is mandatory 
155.42/155.18	c qxplain 6533/6534
155.42/155.18	c qxplain 6534/6534
155.42/155.19	c 5868[?] 734[?] 733[?] 723[?]  is mandatory 
155.42/155.19	c qxplain 6533/6533
155.52/155.22	c 5869[?] -735[?] 717[?]  is mandatory 
155.52/155.22	c qxplain 6525/6532
155.52/155.23	c qxplain 6529/6532
155.52/155.23	c qxplain 6531/6532
155.52/155.24	c qxplain 6532/6532
155.52/155.25	c 5870[?] -735[?] -734[?]  is mandatory 
155.52/155.25	c qxplain 6531/6531
155.52/155.26	c 5871[?] 734[?] 735[?] -717[?]  is mandatory 
155.52/155.26	c qxplain 6529/6530
155.52/155.27	c qxplain 6530/6530
155.52/155.29	c 5872[?] -736[?] -177[?]  is mandatory 
155.52/155.29	c qxplain 6529/6529
155.62/155.30	c 5873[?] -736[?] 317[?]  is mandatory 
155.62/155.30	c qxplain 6525/6528
155.62/155.31	c qxplain 6527/6528
155.62/155.32	c qxplain 6528/6528
155.62/155.37	c 5874[?] 736[?] 177[?] -317[?]  is mandatory 
155.62/155.37	c qxplain 6527/6527
155.62/155.38	c 5875[?] -737[?] 177[?]  is mandatory 
155.62/155.38	c qxplain 6525/6526
155.72/155.40	c qxplain 6526/6526
155.72/155.41	c 5876[?] -737[?] -317[?]  is mandatory 
155.72/155.41	c qxplain 6525/6525
155.72/155.45	c 5877[?] -177[?] 317[?] 737[?]  is mandatory 
155.72/155.45	c qxplain 6509/6524
155.72/155.46	c qxplain 6517/6524
155.72/155.47	c qxplain 6521/6524
155.72/155.48	c qxplain 6523/6524
155.82/155.50	c qxplain 6524/6524
155.82/155.52	c 5878[?] -738[?] -736[?]  is mandatory 
155.82/155.52	c qxplain 6523/6523
155.82/155.54	c 5879[?] -738[?] -737[?]  is mandatory 
155.82/155.54	c qxplain 6521/6522
155.82/155.55	c qxplain 6522/6522
155.82/155.56	c 5880[?] 738[?] 737[?] 736[?]  is mandatory 
155.82/155.56	c qxplain 6521/6521
155.82/155.58	c 5881[?] -739[?] 311[?]  is mandatory 
155.82/155.58	c qxplain 6517/6520
155.82/155.59	c qxplain 6519/6520
155.82/155.59	c qxplain 6520/6520
155.92/155.60	c 5882[?] -739[?] -738[?]  is mandatory 
155.92/155.60	c qxplain 6519/6519
155.92/155.62	c 5883[?] 739[?] 738[?] -311[?]  is mandatory 
155.92/155.62	c qxplain 6517/6518
155.92/155.63	c qxplain 6518/6518
155.92/155.64	c 5884[?] -740[?] 132[?]  is mandatory 
155.92/155.64	c qxplain 6517/6517
155.92/155.65	c 5885[?] -740[?] 329[?]  is mandatory 
155.92/155.65	c qxplain 6509/6516
155.92/155.66	c qxplain 6513/6516
155.92/155.67	c qxplain 6515/6516
155.92/155.68	c qxplain 6516/6516
156.02/155.73	c 5886[?] -132[?] 740[?] -329[?]  is mandatory 
156.02/155.73	c qxplain 6515/6515
156.02/155.74	c 5887[?] -741[?] 113[?]  is mandatory 
156.02/155.74	c qxplain 6513/6514
156.02/155.75	c qxplain 6514/6514
156.02/155.76	c 5888[?] -741[?] 331[?]  is mandatory 
156.02/155.76	c qxplain 6513/6513
156.02/155.78	c 5889[?] -113[?] 741[?] -331[?]  is mandatory 
156.02/155.78	c qxplain 6509/6512
156.02/155.79	c qxplain 6511/6512
156.12/155.80	c qxplain 6512/6512
156.12/155.83	c 5890[?] 94[?] -742[?]  is mandatory 
156.12/155.83	c qxplain 6511/6511
156.12/155.84	c 5891[?] -742[?] 333[?]  is mandatory 
156.12/155.84	c qxplain 6509/6510
156.12/155.87	c qxplain 6510/6510
156.12/155.89	c 5892[?] 742[?] -94[?] -333[?]  is mandatory 
156.12/155.89	c qxplain 6509/6509
156.12/155.91	c 5893[?] -743[?] -741[?]  is mandatory 
156.12/155.91	c qxplain 6478/6508
156.12/155.92	c qxplain 6494/6508
156.22/155.93	c qxplain 6502/6508
156.22/155.94	c qxplain 6506/6508
156.22/155.95	c qxplain 6508/6508
156.22/155.96	c 5894[?] -743[?] -742[?]  is mandatory 
156.22/155.96	c qxplain 6506/6507
156.22/155.97	c qxplain 6507/6507
156.22/155.98	c 5895[?] 743[?] 741[?] 742[?]  is mandatory 
156.22/155.98	c qxplain 6506/6506
156.22/156.00	c 5896[?] -744[?] -740[?]  is mandatory 
156.22/156.00	c qxplain 6502/6505
156.22/156.02	c qxplain 6504/6505
156.34/156.03	c qxplain 6505/6505
156.34/156.04	c 5897[?] -744[?] 743[?]  is mandatory 
156.34/156.04	c qxplain 6504/6504
156.34/156.06	c 5898[?] 744[?] -743[?] 740[?]  is mandatory 
156.34/156.06	c qxplain 6502/6503
156.34/156.08	c qxplain 6503/6503
156.34/156.09	c 5899[?] -745[?] -739[?]  is mandatory 
156.34/156.09	c qxplain 6502/6502
156.42/156.10	c 5900[?] -745[?] 744[?]  is mandatory 
156.42/156.10	c qxplain 6494/6501
156.42/156.11	c qxplain 6498/6501
156.42/156.12	c qxplain 6500/6501
156.42/156.13	c qxplain 6501/6501
156.42/156.14	c 5901[?] 745[?] 739[?] -744[?]  is mandatory 
156.42/156.14	c qxplain 6500/6500
156.42/156.16	c 5902[?] -746[?] -29[?]  is mandatory 
156.42/156.16	c qxplain 6498/6499
156.42/156.17	c qxplain 6499/6499
156.42/156.18	c 5903[?] -746[?] 555[?]  is mandatory 
156.42/156.18	c qxplain 6498/6498
156.42/156.19	c 5904[?] 746[?] -555[?] 29[?]  is mandatory 
156.42/156.19	c qxplain 6494/6497
156.42/156.19	c qxplain 6496/6497
156.52/156.21	c qxplain 6497/6497
156.52/156.22	c 5905[?] -747[?] 30[?]  is mandatory 
156.52/156.22	c qxplain 6496/6496
156.52/156.24	c 5906[?] -747[?] -746[?]  is mandatory 
156.52/156.24	c qxplain 6494/6495
156.52/156.25	c qxplain 6495/6495
156.52/156.26	c 5907[?] 747[?] -30[?] 746[?]  is mandatory 
156.52/156.26	c qxplain 6494/6494
156.52/156.27	c 5908[?] -748[?] -685[?]  is mandatory 
156.52/156.27	c qxplain 6478/6493
156.52/156.28	c qxplain 6486/6493
156.52/156.29	c qxplain 6490/6493
156.52/156.29	c qxplain 6492/6493
156.62/156.30	c qxplain 6493/6493
156.62/156.31	c 5909[?] -748[?] -747[?]  is mandatory 
156.62/156.31	c qxplain 6492/6492
156.62/156.32	c 5910[?] 748[?] 747[?] 685[?]  is mandatory 
156.62/156.32	c qxplain 6490/6491
156.62/156.33	c qxplain 6491/6491
156.62/156.34	c 5911[?] -749[?] 51[?]  is mandatory 
156.62/156.34	c qxplain 6490/6490
156.62/156.35	c 5912[?] -749[?] 748[?]  is mandatory 
156.62/156.35	c qxplain 6486/6489
156.62/156.36	c qxplain 6488/6489
156.62/156.37	c qxplain 6489/6489
156.62/156.38	c 5913[?] 749[?] -748[?] -51[?]  is mandatory 
156.62/156.38	c qxplain 6488/6488
156.72/156.43	c 5914[?] -750[?] 30[?]  is mandatory 
156.72/156.43	c qxplain 6486/6487
156.72/156.44	c qxplain 6487/6487
156.72/156.45	c 5915[?] -750[?] -51[?]  is mandatory 
156.72/156.45	c qxplain 6486/6486
156.72/156.46	c 5916[?] 750[?] -30[?] 51[?]  is mandatory 
156.72/156.46	c qxplain 6478/6485
156.72/156.47	c qxplain 6482/6485
156.72/156.48	c qxplain 6484/6485
156.72/156.49	c qxplain 6485/6485
156.82/156.50	c 5917[?] -751[?] -749[?]  is mandatory 
156.82/156.50	c qxplain 6484/6484
156.82/156.51	c 5918[?] -751[?] -750[?]  is mandatory 
156.82/156.51	c qxplain 6482/6483
156.82/156.52	c qxplain 6483/6483
156.82/156.53	c 5919[?] 751[?] 749[?] 750[?]  is mandatory 
156.82/156.53	c qxplain 6482/6482
156.82/156.54	c 5920[?] -752[?] 375[?]  is mandatory 
156.82/156.54	c qxplain 6478/6481
156.82/156.55	c qxplain 6480/6481
156.82/156.56	c qxplain 6481/6481
156.82/156.57	c 5921[?] -752[?] -751[?]  is mandatory 
156.82/156.57	c qxplain 6480/6480
156.82/156.58	c 5922[?] 752[?] 751[?] -375[?]  is mandatory 
156.82/156.58	c qxplain 6478/6479
156.82/156.59	c qxplain 6479/6479
156.92/156.60	c 5923[?] -753[?] 193[?]  is mandatory 
156.92/156.60	c qxplain 6478/6478
156.92/156.62	c 5924[?] -753[?] 396[?]  is mandatory 
156.92/156.62	c qxplain 6415/6477
156.92/156.62	c qxplain 6447/6477
156.92/156.63	c qxplain 6463/6477
156.92/156.64	c qxplain 6471/6477
156.92/156.65	c qxplain 6475/6477
156.92/156.66	c qxplain 6477/6477
156.92/156.67	c 5925[?] -193[?] -396[?] 753[?]  is mandatory 
156.92/156.67	c qxplain 6475/6476
156.92/156.68	c qxplain 6476/6476
157.44/157.13	c 5926[?] -754[?] -506[?]  is mandatory 
157.44/157.13	c qxplain 6475/6475
157.44/157.18	c 5927[?] -754[?] 509[?]  is mandatory 
157.44/157.18	c qxplain 6471/6474
157.44/157.19	c qxplain 6473/6474
157.52/157.20	c qxplain 6474/6474
157.52/157.22	c 5928[?] -509[?] 754[?] 506[?]  is mandatory 
157.52/157.22	c qxplain 6473/6473
157.52/157.23	c 5929[?] 448[?] -755[?]  is mandatory 
157.52/157.23	c qxplain 6471/6472
157.52/157.24	c qxplain 6472/6472
157.52/157.25	c 5930[?] -754[?] -755[?]  is mandatory 
157.52/157.25	c qxplain 6471/6471
157.62/157.31	c 5931[?] 755[?] -448[?] 754[?]  is mandatory 
157.62/157.31	c qxplain 6463/6470
157.62/157.32	c qxplain 6467/6470
157.62/157.35	c qxplain 6469/6470
157.62/157.36	c qxplain 6470/6470
157.62/157.39	c 5932[?] -756[?] 9[?]  is mandatory 
157.62/157.39	c qxplain 6469/6469
157.62/157.39	c 5933[?] -756[?] 451[?]  is mandatory 
157.62/157.40	c qxplain 6467/6468
157.70/157.41	c qxplain 6468/6468
157.70/157.43	c 5934[?] -451[?] 756[?] -9[?]  is mandatory 
157.70/157.43	c qxplain 6467/6467
157.70/157.44	c 5935[?] -757[?] -9[?]  is mandatory 
157.70/157.44	c qxplain 6463/6466
157.70/157.46	c qxplain 6465/6466
157.80/157.51	c qxplain 6466/6466
157.80/157.52	c 5936[?] -757[?] -451[?]  is mandatory 
157.80/157.52	c qxplain 6465/6465
157.80/157.54	c 5937[?] 451[?] 9[?] 757[?]  is mandatory 
157.80/157.54	c qxplain 6463/6464
157.80/157.55	c qxplain 6464/6464
157.80/157.56	c 5938[?] -756[?] -758[?]  is mandatory 
157.80/157.56	c qxplain 6463/6463
157.80/157.57	c 5939[?] -757[?] -758[?]  is mandatory 
157.80/157.57	c qxplain 6447/6462
157.80/157.58	c qxplain 6455/6462
157.80/157.59	c qxplain 6459/6462
157.80/157.60	c qxplain 6461/6462
157.80/157.61	c qxplain 6462/6462
157.80/157.62	c 5940[?] 756[?] 758[?] 757[?]  is mandatory 
157.80/157.62	c qxplain 6461/6461
157.80/157.65	c 5941[?] 755[?] -759[?]  is mandatory 
157.80/157.65	c qxplain 6459/6460
157.80/157.65	c qxplain 6460/6460
157.96/157.84	c 5942[?] -758[?] -759[?]  is mandatory 
157.96/157.84	c qxplain 6459/6459
157.96/157.85	c 5943[?] -755[?] 758[?] 759[?]  is mandatory 
157.96/157.85	c qxplain 6455/6458
157.96/157.86	c qxplain 6457/6458
157.96/157.87	c qxplain 6458/6458
157.96/157.88	c 5944[?] -755[?] -760[?]  is mandatory 
157.96/157.88	c qxplain 6457/6457
157.96/157.90	c 5945[?] 758[?] -760[?]  is mandatory 
157.96/157.90	c qxplain 6455/6456
158.03/157.91	c qxplain 6456/6456
158.03/157.92	c 5946[?] 755[?] -758[?] 760[?]  is mandatory 
158.03/157.92	c qxplain 6455/6455
158.03/157.93	c 5947[?] -759[?] -761[?]  is mandatory 
158.03/157.93	c qxplain 6447/6454
158.03/157.94	c qxplain 6451/6454
158.03/157.95	c qxplain 6453/6454
158.03/157.96	c qxplain 6454/6454
158.03/157.97	c 5948[?] -760[?] -761[?]  is mandatory 
158.03/157.97	c qxplain 6453/6453
158.03/157.98	c 5949[?] 761[?] 760[?] 759[?]  is mandatory 
158.03/157.98	c qxplain 6451/6452
158.03/157.99	c qxplain 6452/6452
158.13/158.00	c 5950[?] -762[?] -396[?]  is mandatory 
158.13/158.00	c qxplain 6451/6451
158.13/158.01	c 5951[?] -762[?] -761[?]  is mandatory 
158.13/158.02	c qxplain 6447/6450
158.13/158.02	c qxplain 6449/6450
158.13/158.04	c qxplain 6450/6450
158.13/158.05	c 5952[?] 761[?] 396[?] 762[?]  is mandatory 
158.13/158.05	c qxplain 6449/6449
158.13/158.06	c 5953[?] -753[?] -763[?]  is mandatory 
158.13/158.06	c qxplain 6447/6448
158.13/158.07	c qxplain 6448/6448
158.13/158.08	c 5954[?] -762[?] -763[?]  is mandatory 
158.13/158.08	c qxplain 6447/6447
158.13/158.09	c 5955[?] 763[?] 753[?] 762[?]  is mandatory 
158.13/158.09	c qxplain 6415/6446
158.13/158.10	c qxplain 6431/6446
158.23/158.10	c qxplain 6439/6446
158.23/158.11	c qxplain 6443/6446
158.23/158.12	c qxplain 6445/6446
158.23/158.12	c qxplain 6446/6446
158.23/158.13	c 5956[?] -764[?] -375[?]  is mandatory 
158.23/158.13	c qxplain 6445/6445
158.23/158.14	c 5957[?] -764[?] -763[?]  is mandatory 
158.23/158.14	c qxplain 6443/6444
158.23/158.15	c qxplain 6444/6444
158.23/158.16	c 5958[?] 763[?] 764[?] 375[?]  is mandatory 
158.23/158.16	c qxplain 6443/6443
158.23/158.17	c 5959[?] -765[?] -752[?]  is mandatory 
158.23/158.17	c qxplain 6439/6442
158.23/158.18	c qxplain 6441/6442
158.23/158.19	c qxplain 6442/6442
158.23/158.20	c 5960[?] -764[?] -765[?]  is mandatory 
158.23/158.20	c qxplain 6441/6441
158.23/158.21	c 5961[?] 765[?] 764[?] 752[?]  is mandatory 
158.23/158.21	c qxplain 6439/6440
158.33/158.22	c qxplain 6440/6440
158.33/158.23	c 5962[?] -766[?] -745[?]  is mandatory 
158.33/158.23	c qxplain 6439/6439
158.33/158.28	c 5963[?] -766[?] 765[?]  is mandatory 
158.33/158.28	c qxplain 6431/6438
158.33/158.29	c qxplain 6435/6438
158.33/158.30	c qxplain 6437/6438
158.45/158.33	c qxplain 6438/6438
158.45/158.34	c 5964[?] 766[?] -765[?] 745[?]  is mandatory 
158.45/158.34	c qxplain 6437/6437
158.45/158.36	c 5965[?] -767[?] -717[?]  is mandatory 
158.45/158.36	c qxplain 6435/6436
158.45/158.36	c qxplain 6436/6436
158.45/158.38	c 5966[?] -767[?] 734[?]  is mandatory 
158.45/158.38	c qxplain 6435/6435
158.45/158.39	c 5967[?] -734[?] 767[?] 717[?]  is mandatory 
158.45/158.39	c qxplain 6431/6434
158.52/158.40	c qxplain 6433/6434
158.52/158.41	c qxplain 6434/6434
158.52/158.42	c 5968[?] -768[?] -766[?]  is mandatory 
158.52/158.42	c qxplain 6433/6433
158.52/158.43	c 5969[?] -768[?] -767[?]  is mandatory 
158.52/158.43	c qxplain 6431/6432
158.52/158.44	c qxplain 6432/6432
158.52/158.45	c 5970[?] 768[?] 767[?] 766[?]  is mandatory 
158.52/158.45	c qxplain 6431/6431
158.52/158.48	c 5971[?] -168[?] -769[?]  is mandatory 
158.52/158.48	c qxplain 6415/6430
158.52/158.49	c qxplain 6423/6430
158.62/158.50	c qxplain 6427/6430
158.62/158.51	c qxplain 6429/6430
158.62/158.52	c qxplain 6430/6430
158.62/158.53	c 5972[?] -769[?] 316[?]  is mandatory 
158.62/158.53	c qxplain 6429/6429
158.62/158.57	c 5973[?] 168[?] -316[?] 769[?]  is mandatory 
158.62/158.57	c qxplain 6427/6428
158.62/158.58	c qxplain 6428/6428
158.62/158.59	c 5974[?] -770[?] 168[?]  is mandatory 
158.62/158.59	c qxplain 6427/6427
158.72/158.63	c 5975[?] -770[?] -316[?]  is mandatory 
158.72/158.63	c qxplain 6423/6426
158.72/158.64	c qxplain 6425/6426
158.72/158.69	c qxplain 6426/6426
158.82/158.70	c 5976[?] 770[?] -168[?] 316[?]  is mandatory 
158.82/158.70	c qxplain 6425/6425
158.82/158.74	c 5977[?] -771[?] -769[?]  is mandatory 
158.82/158.74	c qxplain 6423/6424
158.82/158.76	c qxplain 6424/6424
158.82/158.77	c 5978[?] -771[?] -770[?]  is mandatory 
158.82/158.77	c qxplain 6423/6423
158.82/158.78	c 5979[?] 771[?] 770[?] 769[?]  is mandatory 
158.82/158.78	c qxplain 6415/6422
158.82/158.79	c qxplain 6419/6422
158.93/158.80	c qxplain 6421/6422
158.93/158.81	c qxplain 6422/6422
158.93/158.83	c 5980[?] -772[?] 311[?]  is mandatory 
158.93/158.83	c qxplain 6421/6421
158.93/158.84	c 5981[?] -772[?] -771[?]  is mandatory 
158.93/158.84	c qxplain 6419/6420
158.93/158.88	c qxplain 6420/6420
158.93/158.89	c 5982[?] 772[?] 771[?] -311[?]  is mandatory 
158.93/158.89	c qxplain 6419/6419
159.03/158.91	c 5983[?] -773[?] 131[?]  is mandatory 
159.03/158.91	c qxplain 6415/6418
159.03/158.92	c qxplain 6417/6418
159.03/158.93	c qxplain 6418/6418
159.03/158.94	c 5984[?] -773[?] 329[?]  is mandatory 
159.03/158.94	c qxplain 6417/6417
159.03/158.97	c 5985[?] -131[?] 773[?] -329[?]  is mandatory 
159.03/158.97	c qxplain 6415/6416
159.03/158.98	c qxplain 6416/6416
159.03/158.99	c 5986[?] -774[?] 112[?]  is mandatory 
159.03/158.99	c qxplain 6415/6415
159.13/159.00	c 5987[?] -774[?] 331[?]  is mandatory 
159.13/159.00	c qxplain 6289/6414
159.13/159.01	c qxplain 6352/6414
159.13/159.02	c qxplain 6384/6414
159.13/159.03	c qxplain 6400/6414
159.13/159.04	c qxplain 6408/6414
159.13/159.05	c qxplain 6412/6414
159.13/159.06	c qxplain 6414/6414
159.13/159.09	c 5988[?] -112[?] 774[?] -331[?]  is mandatory 
159.13/159.09	c qxplain 6412/6413
159.23/159.10	c qxplain 6413/6413
159.23/159.14	c 5989[?] -775[?] 93[?]  is mandatory 
159.23/159.14	c qxplain 6412/6412
159.23/159.15	c 5990[?] -775[?] 333[?]  is mandatory 
159.23/159.15	c qxplain 6408/6411
159.23/159.16	c qxplain 6410/6411
159.23/159.17	c qxplain 6411/6411
159.23/159.18	c 5991[?] 775[?] -93[?] -333[?]  is mandatory 
159.23/159.18	c qxplain 6410/6410
159.23/159.19	c 5992[?] -776[?] -774[?]  is mandatory 
159.23/159.19	c qxplain 6408/6409
159.33/159.20	c qxplain 6409/6409
159.33/159.21	c 5993[?] -776[?] -775[?]  is mandatory 
159.33/159.21	c qxplain 6408/6408
159.33/159.23	c 5994[?] 776[?] 774[?] 775[?]  is mandatory 
159.33/159.23	c qxplain 6400/6407
159.33/159.23	c qxplain 6404/6407
159.33/159.24	c qxplain 6406/6407
159.33/159.25	c qxplain 6407/6407
159.33/159.27	c 5995[?] -777[?] -773[?]  is mandatory 
159.33/159.27	c qxplain 6406/6406
159.33/159.28	c 5996[?] -777[?] 776[?]  is mandatory 
159.33/159.28	c qxplain 6404/6405
159.33/159.29	c qxplain 6405/6405
159.33/159.30	c 5997[?] 777[?] -776[?] 773[?]  is mandatory 
159.33/159.30	c qxplain 6404/6404
159.33/159.31	c 5998[?] -778[?] -772[?]  is mandatory 
159.33/159.31	c qxplain 6400/6403
159.43/159.32	c qxplain 6402/6403
159.43/159.33	c qxplain 6403/6403
159.43/159.34	c 5999[?] -778[?] 777[?]  is mandatory 
159.43/159.34	c qxplain 6402/6402
159.43/159.35	c 6000[?] 778[?] 772[?] -777[?]  is mandatory 
159.43/159.35	c qxplain 6400/6401
159.43/159.36	c qxplain 6401/6401
159.43/159.37	c 6001[?] -779[?] 29[?]  is mandatory 
159.43/159.37	c qxplain 6400/6400
159.43/159.38	c 6002[?] -779[?] -555[?]  is mandatory 
159.43/159.38	c qxplain 6384/6399
159.43/159.39	c qxplain 6392/6399
159.43/159.40	c qxplain 6396/6399
159.43/159.41	c qxplain 6398/6399
159.43/159.41	c qxplain 6399/6399
159.55/159.42	c 6003[?] 779[?] -29[?] 555[?]  is mandatory 
159.55/159.42	c qxplain 6398/6398
159.55/159.43	c 6004[?] -780[?] -746[?]  is mandatory 
159.55/159.43	c qxplain 6396/6397
159.55/159.44	c qxplain 6397/6397
159.55/159.45	c 6005[?] -780[?] -779[?]  is mandatory 
159.55/159.45	c qxplain 6396/6396
159.55/159.46	c 6006[?] 780[?] 779[?] 746[?]  is mandatory 
159.55/159.46	c qxplain 6392/6395
159.55/159.47	c qxplain 6394/6395
159.55/159.48	c qxplain 6395/6395
159.55/159.49	c 6007[?] -781[?] 51[?]  is mandatory 
159.55/159.49	c qxplain 6394/6394
159.63/159.50	c 6008[?] -781[?] 780[?]  is mandatory 
159.63/159.50	c qxplain 6392/6393
159.63/159.51	c qxplain 6393/6393
159.63/159.52	c 6009[?] 781[?] -780[?] -51[?]  is mandatory 
159.63/159.52	c qxplain 6392/6392
159.63/159.57	c 6010[?] -782[?] 29[?]  is mandatory 
159.63/159.57	c qxplain 6384/6391
159.63/159.58	c qxplain 6388/6391
159.73/159.60	c qxplain 6390/6391
159.73/159.61	c qxplain 6391/6391
159.73/159.62	c 6011[?] -782[?] -51[?]  is mandatory 
159.73/159.62	c qxplain 6390/6390
159.73/159.63	c 6012[?] 782[?] -29[?] 51[?]  is mandatory 
159.73/159.63	c qxplain 6388/6389
159.73/159.64	c qxplain 6389/6389
159.73/159.65	c 6013[?] -783[?] -781[?]  is mandatory 
159.73/159.65	c qxplain 6388/6388
159.73/159.66	c 6014[?] -783[?] -782[?]  is mandatory 
159.73/159.66	c qxplain 6384/6387
159.73/159.67	c qxplain 6386/6387
159.73/159.68	c qxplain 6387/6387
159.73/159.68	c 6015[?] 783[?] 781[?] 782[?]  is mandatory 
159.73/159.68	c qxplain 6386/6386
159.83/159.70	c 6016[?] -784[?] 375[?]  is mandatory 
159.83/159.70	c qxplain 6384/6385
159.83/159.71	c qxplain 6385/6385
159.83/159.72	c 6017[?] -784[?] -783[?]  is mandatory 
159.83/159.72	c qxplain 6384/6384
159.83/159.73	c 6018[?] 784[?] 783[?] -375[?]  is mandatory 
159.83/159.73	c qxplain 6352/6383
159.83/159.74	c qxplain 6368/6383
159.83/159.75	c qxplain 6376/6383
159.83/159.76	c qxplain 6380/6383
159.83/159.76	c qxplain 6382/6383
159.83/159.77	c qxplain 6383/6383
159.83/159.78	c 6019[?] -785[?] 192[?]  is mandatory 
159.83/159.78	c qxplain 6382/6382
159.83/159.79	c 6020[?] -785[?] 396[?]  is mandatory 
159.83/159.80	c qxplain 6380/6381
159.93/159.81	c qxplain 6381/6381
159.93/159.82	c 6021[?] -192[?] 785[?] -396[?]  is mandatory 
159.93/159.82	c qxplain 6380/6380
159.93/159.88	c 6022[?] -786[?] -506[?]  is mandatory 
159.93/159.88	c qxplain 6376/6379
159.93/159.89	c qxplain 6378/6379
160.03/159.91	c qxplain 6379/6379
160.13/160.05	c 6023[?] -786[?] 508[?]  is mandatory 
160.13/160.05	c qxplain 6378/6378
160.13/160.07	c 6024[?] 786[?] -508[?] 506[?]  is mandatory 
160.13/160.07	c qxplain 6376/6377
160.13/160.08	c qxplain 6377/6377
160.13/160.10	c 6025[?] -787[?] 441[?]  is mandatory 
160.13/160.10	c qxplain 6376/6376
160.23/160.11	c 6026[?] -787[?] -786[?]  is mandatory 
160.23/160.11	c qxplain 6368/6375
160.23/160.12	c qxplain 6372/6375
160.23/160.13	c qxplain 6374/6375
160.23/160.14	c qxplain 6375/6375
160.23/160.15	c 6027[?] 787[?] 786[?] -441[?]  is mandatory 
160.23/160.15	c qxplain 6374/6374
160.23/160.16	c 6028[?] -788[?] 10[?]  is mandatory 
160.23/160.16	c qxplain 6372/6373
160.23/160.17	c qxplain 6373/6373
160.23/160.18	c 6029[?] 444[?] -788[?]  is mandatory 
160.23/160.18	c qxplain 6372/6372
160.23/160.20	c 6030[?] -444[?] 788[?] -10[?]  is mandatory 
160.23/160.20	c qxplain 6368/6371
160.33/160.21	c qxplain 6370/6371
160.33/160.22	c qxplain 6371/6371
160.33/160.23	c 6031[?] -789[?] -10[?]  is mandatory 
160.33/160.23	c qxplain 6370/6370
160.33/160.24	c 6032[?] -444[?] -789[?]  is mandatory 
160.33/160.24	c qxplain 6368/6369
160.33/160.25	c qxplain 6369/6369
160.33/160.26	c 6033[?] 444[?] 10[?] 789[?]  is mandatory 
160.33/160.26	c qxplain 6368/6368
160.33/160.27	c 6034[?] -788[?] -790[?]  is mandatory 
160.33/160.27	c qxplain 6352/6367
160.33/160.28	c qxplain 6360/6367
160.33/160.29	c qxplain 6364/6367
160.43/160.30	c qxplain 6366/6367
160.43/160.31	c qxplain 6367/6367
160.43/160.32	c 6035[?] -789[?] -790[?]  is mandatory 
160.43/160.32	c qxplain 6366/6366
160.43/160.33	c 6036[?] 788[?] 789[?] 790[?]  is mandatory 
160.43/160.33	c qxplain 6364/6365
160.43/160.34	c qxplain 6365/6365
160.43/160.36	c 6037[?] 787[?] -791[?]  is mandatory 
160.43/160.36	c qxplain 6364/6364
160.43/160.37	c 6038[?] -791[?] -790[?]  is mandatory 
160.43/160.37	c qxplain 6360/6363
160.43/160.38	c qxplain 6362/6363
160.43/160.39	c qxplain 6363/6363
160.43/160.40	c 6039[?] 790[?] -787[?] 791[?]  is mandatory 
160.43/160.40	c qxplain 6362/6362
160.43/160.42	c 6040[?] -792[?] -787[?]  is mandatory 
160.43/160.42	c qxplain 6360/6361
160.53/160.43	c qxplain 6361/6361
160.53/160.44	c 6041[?] 790[?] -792[?]  is mandatory 
160.53/160.44	c qxplain 6360/6360
160.53/160.45	c 6042[?] 787[?] -790[?] 792[?]  is mandatory 
160.53/160.45	c qxplain 6352/6359
160.53/160.46	c qxplain 6356/6359
160.53/160.47	c qxplain 6358/6359
160.53/160.48	c qxplain 6359/6359
160.53/160.50	c 6043[?] -791[?] -793[?]  is mandatory 
160.53/160.50	c qxplain 6358/6358
160.53/160.51	c 6044[?] -792[?] -793[?]  is mandatory 
160.53/160.51	c qxplain 6356/6357
160.53/160.51	c qxplain 6357/6357
160.65/160.53	c 6045[?] 791[?] 792[?] 793[?]  is mandatory 
160.65/160.53	c qxplain 6356/6356
160.65/160.54	c 6046[?] -794[?] -396[?]  is mandatory 
160.65/160.54	c qxplain 6352/6355
160.65/160.55	c qxplain 6354/6355
160.65/160.56	c qxplain 6355/6355
160.65/160.58	c 6047[?] -794[?] -793[?]  is mandatory 
160.65/160.58	c qxplain 6354/6354
160.65/160.59	c 6048[?] 793[?] 794[?] 396[?]  is mandatory 
160.65/160.59	c qxplain 6352/6353
160.73/160.60	c qxplain 6353/6353
160.73/160.61	c 6049[?] -785[?] -795[?]  is mandatory 
160.73/160.61	c qxplain 6352/6352
160.73/160.62	c 6050[?] -794[?] -795[?]  is mandatory 
160.73/160.62	c qxplain 6289/6351
160.73/160.63	c qxplain 6321/6351
160.73/160.64	c qxplain 6337/6351
160.73/160.65	c qxplain 6345/6351
160.73/160.65	c qxplain 6349/6351
160.73/160.66	c qxplain 6351/6351
160.73/160.67	c 6051[?] 795[?] 785[?] 794[?]  is mandatory 
160.73/160.67	c qxplain 6349/6350
160.73/160.68	c qxplain 6350/6350
160.73/160.68	c 6052[?] -796[?] -375[?]  is mandatory 
160.73/160.68	c qxplain 6349/6349
160.73/160.69	c 6053[?] -796[?] -795[?]  is mandatory 
160.73/160.69	c qxplain 6345/6348
160.83/160.70	c qxplain 6347/6348
160.83/160.72	c qxplain 6348/6348
160.83/160.72	c 6054[?] 796[?] 795[?] 375[?]  is mandatory 
160.83/160.72	c qxplain 6347/6347
160.83/160.74	c 6055[?] -797[?] -784[?]  is mandatory 
160.83/160.74	c qxplain 6345/6346
160.83/160.75	c qxplain 6346/6346
160.83/160.76	c 6056[?] -796[?] -797[?]  is mandatory 
160.83/160.76	c qxplain 6345/6345
160.83/160.77	c 6057[?] 796[?] 797[?] 784[?]  is mandatory 
160.83/160.77	c qxplain 6337/6344
160.83/160.78	c qxplain 6341/6344
160.83/160.79	c qxplain 6343/6344
160.93/160.80	c qxplain 6344/6344
160.93/160.85	c 6058[?] -798[?] -778[?]  is mandatory 
160.93/160.85	c qxplain 6343/6343
160.93/160.86	c 6059[?] -798[?] 797[?]  is mandatory 
160.93/160.86	c qxplain 6341/6342
161.03/160.92	c qxplain 6342/6342
161.03/160.97	c 6060[?] -797[?] 778[?] 798[?]  is mandatory 
161.03/160.97	c qxplain 6341/6341
161.03/160.98	c 6061[?] -799[?] 745[?]  is mandatory 
161.03/160.98	c qxplain 6337/6340
161.03/160.99	c qxplain 6339/6340
161.13/161.00	c qxplain 6340/6340
161.13/161.01	c 6062[?] -799[?] -765[?]  is mandatory 
161.13/161.01	c qxplain 6339/6339
161.13/161.03	c 6063[?] 799[?] 765[?] -745[?]  is mandatory 
161.13/161.03	c qxplain 6337/6338
161.13/161.04	c qxplain 6338/6338
161.13/161.05	c 6064[?] -800[?] -735[?]  is mandatory 
161.13/161.05	c qxplain 6337/6337
161.13/161.07	c 6065[?] -800[?] -799[?]  is mandatory 
161.13/161.07	c qxplain 6321/6336
161.13/161.09	c qxplain 6329/6336
161.13/161.10	c qxplain 6333/6336
161.23/161.10	c qxplain 6335/6336
161.23/161.11	c qxplain 6336/6336
161.23/161.12	c 6066[?] 800[?] 799[?] 735[?]  is mandatory 
161.23/161.12	c qxplain 6335/6335
161.23/161.13	c 6067[?] -801[?] 798[?]  is mandatory 
161.23/161.13	c qxplain 6333/6334
161.23/161.16	c qxplain 6334/6334
161.23/161.17	c 6068[?] -801[?] 800[?]  is mandatory 
161.23/161.17	c qxplain 6333/6333
161.33/161.21	c 6069[?] -798[?] -800[?] 801[?]  is mandatory 
161.33/161.21	c qxplain 6329/6332
161.33/161.22	c qxplain 6331/6332
161.33/161.23	c qxplain 6332/6332
161.33/161.24	c 6070[?] -802[?] 768[?]  is mandatory 
161.33/161.24	c qxplain 6331/6331
161.33/161.26	c 6071[?] -801[?] -802[?]  is mandatory 
161.33/161.26	c qxplain 6329/6330
161.33/161.27	c qxplain 6330/6330
161.33/161.28	c 6072[?] 802[?] 801[?] -768[?]  is mandatory 
161.33/161.28	c qxplain 6329/6329
161.43/161.32	c 6073[?] -803[?] -735[?]  is mandatory 
161.43/161.32	c qxplain 6321/6328
161.43/161.34	c qxplain 6325/6328
161.43/161.35	c qxplain 6327/6328
161.43/161.36	c qxplain 6328/6328
161.43/161.37	c 6074[?] -803[?] -802[?]  is mandatory 
161.43/161.37	c qxplain 6327/6327
161.43/161.38	c 6075[?] 802[?] 803[?] 735[?]  is mandatory 
161.43/161.38	c qxplain 6325/6326
161.43/161.40	c qxplain 6326/6326
161.53/161.41	c 6076[?] 203[?] -804[?]  is mandatory 
161.53/161.41	c qxplain 6325/6325
161.53/161.42	c 6077[?] -804[?] 552[?]  is mandatory 
161.53/161.42	c qxplain 6321/6324
161.53/161.43	c qxplain 6323/6324
161.53/161.44	c qxplain 6324/6324
161.53/161.44	c 6078[?] 804[?] -552[?] -203[?]  is mandatory 
161.53/161.44	c qxplain 6323/6323
161.53/161.46	c 6079[?] -805[?] -25[?]  is mandatory 
161.53/161.46	c qxplain 6321/6322
161.53/161.47	c qxplain 6322/6322
161.53/161.49	c 6080[?] -26[?] -805[?]  is mandatory 
161.53/161.49	c qxplain 6321/6321
161.53/161.50	c 6081[?] 805[?] 25[?] 26[?]  is mandatory 
161.53/161.50	c qxplain 6289/6320
161.53/161.50	c qxplain 6305/6320
161.53/161.51	c qxplain 6313/6320
161.53/161.52	c qxplain 6317/6320
161.63/161.53	c qxplain 6319/6320
161.63/161.54	c qxplain 6320/6320
161.63/161.55	c 6082[?] -806[?] 804[?]  is mandatory 
161.63/161.55	c qxplain 6319/6319
161.63/161.56	c 6083[?] -806[?] 805[?]  is mandatory 
161.63/161.56	c qxplain 6317/6318
161.63/161.57	c qxplain 6318/6318
161.63/161.58	c 6084[?] 806[?] -805[?] -804[?]  is mandatory 
161.63/161.58	c qxplain 6317/6317
161.63/161.59	c 6085[?] -807[?] -27[?]  is mandatory 
161.63/161.59	c qxplain 6313/6316
161.63/161.60	c qxplain 6315/6316
161.63/161.60	c qxplain 6316/6316
161.63/161.61	c 6086[?] -807[?] 806[?]  is mandatory 
161.63/161.61	c qxplain 6315/6315
161.75/161.62	c 6087[?] 807[?] -806[?] 27[?]  is mandatory 
161.75/161.62	c qxplain 6313/6314
161.75/161.63	c qxplain 6314/6314
161.75/161.64	c 6088[?] -808[?] 28[?]  is mandatory 
161.75/161.64	c qxplain 6313/6313
161.75/161.66	c 6089[?] -808[?] -807[?]  is mandatory 
161.75/161.66	c qxplain 6305/6312
161.75/161.66	c qxplain 6309/6312
161.75/161.67	c qxplain 6311/6312
161.75/161.68	c qxplain 6312/6312
161.75/161.69	c 6090[?] 808[?] -28[?] 807[?]  is mandatory 
161.75/161.69	c qxplain 6311/6311
161.75/161.70	c 6091[?] -809[?] -555[?]  is mandatory 
161.75/161.70	c qxplain 6309/6310
161.83/161.71	c qxplain 6310/6310
161.83/161.72	c 6092[?] -809[?] -808[?]  is mandatory 
161.83/161.72	c qxplain 6309/6309
161.83/161.73	c 6093[?] 809[?] 808[?] 555[?]  is mandatory 
161.83/161.73	c qxplain 6305/6308
161.83/161.74	c qxplain 6307/6308
161.83/161.74	c qxplain 6308/6308
161.83/161.76	c 6094[?] -810[?] 51[?]  is mandatory 
161.83/161.76	c qxplain 6307/6307
161.83/161.77	c 6095[?] -810[?] 809[?]  is mandatory 
161.83/161.77	c qxplain 6305/6306
161.83/161.78	c qxplain 6306/6306
161.83/161.79	c 6096[?] 810[?] -809[?] -51[?]  is mandatory 
161.83/161.79	c qxplain 6305/6305
161.93/161.84	c 6097[?] -811[?] 28[?]  is mandatory 
161.93/161.84	c qxplain 6289/6304
161.93/161.85	c qxplain 6297/6304
161.93/161.86	c qxplain 6301/6304
161.93/161.87	c qxplain 6303/6304
161.93/161.88	c qxplain 6304/6304
161.93/161.89	c 6098[?] -811[?] -51[?]  is mandatory 
161.93/161.89	c qxplain 6303/6303
162.03/161.90	c 6099[?] 811[?] -28[?] 51[?]  is mandatory 
162.03/161.90	c qxplain 6301/6302
162.03/161.91	c qxplain 6302/6302
162.03/161.92	c 6100[?] -812[?] -810[?]  is mandatory 
162.03/161.92	c qxplain 6301/6301
162.03/161.93	c 6101[?] -812[?] -811[?]  is mandatory 
162.03/161.93	c qxplain 6297/6300
162.03/161.94	c qxplain 6299/6300
162.03/161.95	c qxplain 6300/6300
162.03/161.95	c 6102[?] 812[?] 810[?] 811[?]  is mandatory 
162.03/161.95	c qxplain 6299/6299
162.03/161.98	c 6103[?] -813[?] 375[?]  is mandatory 
162.03/161.98	c qxplain 6297/6298
162.03/161.99	c qxplain 6298/6298
162.13/162.00	c 6104[?] -813[?] -812[?]  is mandatory 
162.13/162.00	c qxplain 6297/6297
162.13/162.01	c 6105[?] 813[?] 812[?] -375[?]  is mandatory 
162.13/162.01	c qxplain 6289/6296
162.13/162.02	c qxplain 6293/6296
162.13/162.03	c qxplain 6295/6296
162.13/162.03	c qxplain 6296/6296
162.13/162.04	c 6106[?] 191[?] -814[?]  is mandatory 
162.13/162.04	c qxplain 6295/6295
162.13/162.06	c 6107[?] -814[?] 396[?]  is mandatory 
162.13/162.06	c qxplain 6293/6294
162.13/162.07	c qxplain 6294/6294
162.13/162.08	c 6108[?] -191[?] 814[?] -396[?]  is mandatory 
162.13/162.08	c qxplain 6293/6293
162.33/162.29	c 6109[?] -815[?] -506[?]  is mandatory 
162.33/162.29	c qxplain 6289/6292
162.43/162.31	c qxplain 6291/6292
162.43/162.32	c qxplain 6292/6292
162.55/162.46	c 6110[?] -815[?] -507[?]  is mandatory 
162.55/162.46	c qxplain 6291/6291
162.55/162.48	c 6111[?] 815[?] 507[?] 506[?]  is mandatory 
162.55/162.48	c qxplain 6289/6290
162.55/162.49	c qxplain 6290/6290
162.63/162.50	c 6112[?] -816[?] -434[?]  is mandatory 
162.63/162.50	c qxplain 6289/6289
162.63/162.52	c 6113[?] -816[?] -815[?]  is mandatory 
162.63/162.52	c qxplain 6037/6288
162.63/162.53	c qxplain 6163/6288
162.63/162.53	c qxplain 6226/6288
162.63/162.54	c qxplain 6258/6288
162.63/162.55	c qxplain 6274/6288
162.63/162.56	c qxplain 6282/6288
162.63/162.57	c qxplain 6286/6288
162.63/162.58	c qxplain 6288/6288
162.63/162.59	c 6114[?] 816[?] 815[?] 434[?]  is mandatory 
162.63/162.59	c qxplain 6286/6287
162.63/162.60	c qxplain 6287/6287
162.63/162.61	c 6115[?] -817[?] 11[?]  is mandatory 
162.63/162.61	c qxplain 6286/6286
162.73/162.63	c 6116[?] -817[?] 437[?]  is mandatory 
162.73/162.63	c qxplain 6282/6285
162.73/162.64	c qxplain 6284/6285
162.73/162.65	c qxplain 6285/6285
162.73/162.66	c 6117[?] 817[?] -437[?] -11[?]  is mandatory 
162.73/162.66	c qxplain 6284/6284
162.73/162.67	c 6118[?] -818[?] -11[?]  is mandatory 
162.73/162.67	c qxplain 6282/6283
162.73/162.68	c qxplain 6283/6283
162.73/162.69	c 6119[?] -437[?] -818[?]  is mandatory 
162.73/162.69	c qxplain 6282/6282
162.73/162.71	c 6120[?] 437[?] 818[?] 11[?]  is mandatory 
162.73/162.71	c qxplain 6274/6281
162.73/162.72	c qxplain 6278/6281
162.85/162.73	c qxplain 6280/6281
162.85/162.74	c qxplain 6281/6281
162.85/162.75	c 6121[?] -817[?] -819[?]  is mandatory 
162.85/162.75	c qxplain 6280/6280
162.85/162.76	c 6122[?] -818[?] -819[?]  is mandatory 
162.85/162.76	c qxplain 6278/6279
162.85/162.77	c qxplain 6279/6279
162.85/162.79	c 6123[?] 817[?] 818[?] 819[?]  is mandatory 
162.85/162.79	c qxplain 6278/6278
162.92/162.80	c 6124[?] -820[?] 816[?]  is mandatory 
162.92/162.80	c qxplain 6274/6277
162.92/162.81	c qxplain 6276/6277
162.92/162.82	c qxplain 6277/6277
162.92/162.83	c 6125[?] -820[?] -819[?]  is mandatory 
162.92/162.83	c qxplain 6276/6276
162.92/162.85	c 6126[?] 819[?] -816[?] 820[?]  is mandatory 
162.92/162.85	c qxplain 6274/6275
162.92/162.86	c qxplain 6275/6275
162.92/162.87	c 6127[?] -816[?] -821[?]  is mandatory 
162.92/162.87	c qxplain 6274/6274
162.92/162.88	c 6128[?] -821[?] 819[?]  is mandatory 
162.92/162.88	c qxplain 6258/6273
162.92/162.89	c qxplain 6266/6273
163.02/162.90	c qxplain 6270/6273
163.02/162.91	c qxplain 6272/6273
163.02/162.92	c qxplain 6273/6273
163.02/162.93	c 6129[?] -819[?] 816[?] 821[?]  is mandatory 
163.02/162.93	c qxplain 6272/6272
163.02/162.95	c 6130[?] -820[?] -822[?]  is mandatory 
163.02/162.95	c qxplain 6270/6271
163.02/162.96	c qxplain 6271/6271
163.02/162.97	c 6131[?] -821[?] -822[?]  is mandatory 
163.02/162.97	c qxplain 6270/6270
163.02/162.98	c 6132[?] 821[?] 820[?] 822[?]  is mandatory 
163.02/162.99	c qxplain 6266/6269
163.02/162.99	c qxplain 6268/6269
163.12/163.00	c qxplain 6269/6269
163.12/163.01	c 6133[?] -823[?] -396[?]  is mandatory 
163.12/163.01	c qxplain 6268/6268
163.12/163.02	c 6134[?] -823[?] -822[?]  is mandatory 
163.12/163.02	c qxplain 6266/6267
163.12/163.04	c qxplain 6267/6267
163.12/163.05	c 6135[?] 822[?] 823[?] 396[?]  is mandatory 
163.12/163.05	c qxplain 6266/6266
163.12/163.06	c 6136[?] -814[?] -824[?]  is mandatory 
163.12/163.06	c qxplain 6258/6265
163.12/163.07	c qxplain 6262/6265
163.12/163.07	c qxplain 6264/6265
163.12/163.08	c qxplain 6265/6265
163.12/163.09	c 6137[?] -823[?] -824[?]  is mandatory 
163.12/163.09	c qxplain 6264/6264
163.22/163.10	c 6138[?] 824[?] 814[?] 823[?]  is mandatory 
163.22/163.10	c qxplain 6262/6263
163.22/163.11	c qxplain 6263/6263
163.22/163.12	c 6139[?] -825[?] -375[?]  is mandatory 
163.22/163.12	c qxplain 6262/6262
163.22/163.13	c 6140[?] -824[?] -825[?]  is mandatory 
163.22/163.13	c qxplain 6258/6261
163.22/163.14	c qxplain 6260/6261
163.22/163.15	c qxplain 6261/6261
163.22/163.16	c 6141[?] 824[?] 825[?] 375[?]  is mandatory 
163.22/163.16	c qxplain 6260/6260
163.22/163.18	c 6142[?] -826[?] -813[?]  is mandatory 
163.22/163.18	c qxplain 6258/6259
163.22/163.19	c qxplain 6259/6259
163.32/163.20	c 6143[?] -825[?] -826[?]  is mandatory 
163.32/163.20	c qxplain 6258/6258
163.32/163.21	c 6144[?] 826[?] 825[?] 813[?]  is mandatory 
163.32/163.21	c qxplain 6226/6257
163.32/163.23	c qxplain 6242/6257
163.32/163.24	c qxplain 6250/6257
163.32/163.24	c qxplain 6254/6257
163.32/163.26	c qxplain 6256/6257
163.32/163.27	c qxplain 6257/6257
163.32/163.28	c 6145[?] -827[?] 130[?]  is mandatory 
163.32/163.28	c qxplain 6256/6256
163.32/163.29	c 6146[?] -827[?] 329[?]  is mandatory 
163.32/163.29	c qxplain 6254/6255
163.42/163.30	c qxplain 6255/6255
163.42/163.31	c 6147[?] 827[?] -130[?] -329[?]  is mandatory 
163.42/163.31	c qxplain 6254/6254
163.42/163.32	c 6148[?] -828[?] 111[?]  is mandatory 
163.42/163.32	c qxplain 6250/6253
163.42/163.33	c qxplain 6252/6253
163.42/163.34	c qxplain 6253/6253
163.42/163.35	c 6149[?] -828[?] 331[?]  is mandatory 
163.42/163.35	c qxplain 6252/6252
163.52/163.40	c 6150[?] -111[?] 828[?] -331[?]  is mandatory 
163.52/163.40	c qxplain 6250/6251
163.52/163.41	c qxplain 6251/6251
163.52/163.45	c 6151[?] -829[?] -175[?]  is mandatory 
163.52/163.45	c qxplain 6250/6250
163.52/163.46	c 6152[?] -829[?] 315[?]  is mandatory 
163.52/163.46	c qxplain 6242/6249
163.52/163.47	c qxplain 6246/6249
163.52/163.48	c qxplain 6248/6249
163.52/163.49	c qxplain 6249/6249
163.62/163.51	c 6153[?] -315[?] 175[?] 829[?]  is mandatory 
163.62/163.51	c qxplain 6248/6248
163.62/163.53	c 6154[?] -830[?] 175[?]  is mandatory 
163.62/163.53	c qxplain 6246/6247
163.62/163.55	c qxplain 6247/6247
163.62/163.56	c 6155[?] -830[?] -315[?]  is mandatory 
163.62/163.56	c qxplain 6246/6246
163.62/163.58	c 6156[?] 830[?] -175[?] 315[?]  is mandatory 
163.62/163.58	c qxplain 6242/6245
163.62/163.59	c qxplain 6244/6245
163.72/163.60	c qxplain 6245/6245
163.72/163.63	c 6157[?] -829[?] -831[?]  is mandatory 
163.72/163.63	c qxplain 6244/6244
163.72/163.64	c 6158[?] -831[?] -830[?]  is mandatory 
163.72/163.64	c qxplain 6242/6243
163.72/163.65	c qxplain 6243/6243
163.72/163.66	c 6159[?] 831[?] 830[?] 829[?]  is mandatory 
163.72/163.66	c qxplain 6242/6242
163.72/163.68	c 6160[?] -832[?] 311[?]  is mandatory 
163.72/163.68	c qxplain 6226/6241
163.72/163.69	c qxplain 6234/6241
163.72/163.69	c qxplain 6238/6241
163.72/163.70	c qxplain 6240/6241
163.72/163.71	c qxplain 6241/6241
163.83/163.72	c 6161[?] -832[?] -831[?]  is mandatory 
163.83/163.72	c qxplain 6240/6240
163.83/163.73	c 6162[?] 832[?] 831[?] -311[?]  is mandatory 
163.83/163.73	c qxplain 6238/6239
163.83/163.75	c qxplain 6239/6239
163.83/163.78	c 6163[?] -833[?] 92[?]  is mandatory 
163.83/163.78	c qxplain 6238/6238
163.83/163.80	c 6164[?] -833[?] 333[?]  is mandatory 
163.83/163.80	c qxplain 6234/6237
163.83/163.81	c qxplain 6236/6237
163.83/163.82	c qxplain 6237/6237
163.96/163.83	c 6165[?] 833[?] -92[?] -333[?]  is mandatory 
163.96/163.83	c qxplain 6236/6236
163.96/163.84	c 6166[?] -834[?] -832[?]  is mandatory 
163.96/163.84	c qxplain 6234/6235
163.96/163.85	c qxplain 6235/6235
163.96/163.86	c 6167[?] -834[?] -833[?]  is mandatory 
163.96/163.86	c qxplain 6234/6234
163.96/163.88	c 6168[?] 834[?] 832[?] 833[?]  is mandatory 
163.96/163.88	c qxplain 6226/6233
163.96/163.89	c qxplain 6230/6233
163.96/163.89	c qxplain 6232/6233
164.03/163.91	c qxplain 6233/6233
164.03/163.92	c 6169[?] -835[?] -828[?]  is mandatory 
164.03/163.92	c qxplain 6232/6232
164.03/163.93	c 6170[?] -835[?] 834[?]  is mandatory 
164.03/163.93	c qxplain 6230/6231
164.03/163.94	c qxplain 6231/6231
164.03/163.95	c 6171[?] 835[?] -834[?] 828[?]  is mandatory 
164.03/163.95	c qxplain 6230/6230
164.03/163.96	c 6172[?] -836[?] -827[?]  is mandatory 
164.03/163.96	c qxplain 6226/6229
164.03/163.97	c qxplain 6228/6229
164.03/163.98	c qxplain 6229/6229
164.03/163.99	c 6173[?] -836[?] 835[?]  is mandatory 
164.03/163.99	c qxplain 6228/6228
164.13/164.01	c 6174[?] 836[?] -835[?] 827[?]  is mandatory 
164.13/164.01	c qxplain 6226/6227
164.13/164.04	c qxplain 6227/6227
164.13/164.05	c 6175[?] 129[?] -837[?]  is mandatory 
164.13/164.05	c qxplain 6226/6226
164.13/164.08	c 6176[?] -837[?] 329[?]  is mandatory 
164.13/164.08	c qxplain 6163/6225
164.13/164.09	c qxplain 6195/6225
164.23/164.11	c qxplain 6211/6225
164.23/164.13	c qxplain 6219/6225
164.23/164.14	c qxplain 6223/6225
164.23/164.15	c qxplain 6225/6225
164.23/164.17	c 6177[?] 837[?] -129[?] -329[?]  is mandatory 
164.23/164.17	c qxplain 6223/6224
164.23/164.18	c qxplain 6224/6224
164.33/164.21	c 6178[?] 110[?] -838[?]  is mandatory 
164.33/164.21	c qxplain 6223/6223
164.33/164.22	c 6179[?] -838[?] 331[?]  is mandatory 
164.33/164.22	c qxplain 6219/6222
164.33/164.23	c qxplain 6221/6222
164.33/164.27	c qxplain 6222/6222
164.33/164.29	c 6180[?] 838[?] -110[?] -331[?]  is mandatory 
164.33/164.29	c qxplain 6221/6221
164.43/164.32	c 6181[?] -839[?] -179[?]  is mandatory 
164.43/164.32	c qxplain 6219/6220
164.43/164.33	c qxplain 6220/6220
164.43/164.34	c 6182[?] -839[?] 314[?]  is mandatory 
164.43/164.34	c qxplain 6219/6219
164.43/164.38	c 6183[?] 179[?] -314[?] 839[?]  is mandatory 
164.43/164.39	c qxplain 6211/6218
164.43/164.40	c qxplain 6215/6218
164.53/164.40	c qxplain 6217/6218
164.53/164.41	c qxplain 6218/6218
164.53/164.42	c 6184[?] -840[?] 179[?]  is mandatory 
164.53/164.42	c qxplain 6217/6217
164.53/164.45	c 6185[?] -840[?] -314[?]  is mandatory 
164.53/164.45	c qxplain 6215/6216
164.53/164.48	c qxplain 6216/6216
164.53/164.49	c 6186[?] 840[?] -179[?] 314[?]  is mandatory 
164.53/164.49	c qxplain 6215/6215
164.63/164.52	c 6187[?] -839[?] -841[?]  is mandatory 
164.63/164.52	c qxplain 6211/6214
164.63/164.54	c qxplain 6213/6214
164.63/164.54	c qxplain 6214/6214
164.63/164.56	c 6188[?] -841[?] -840[?]  is mandatory 
164.63/164.56	c qxplain 6213/6213
164.63/164.57	c 6189[?] 841[?] 840[?] 839[?]  is mandatory 
164.63/164.57	c qxplain 6211/6212
164.63/164.58	c qxplain 6212/6212
164.73/164.61	c 6190[?] -842[?] 311[?]  is mandatory 
164.73/164.61	c qxplain 6211/6211
164.73/164.62	c 6191[?] -842[?] -841[?]  is mandatory 
164.73/164.62	c qxplain 6195/6210
164.73/164.63	c qxplain 6203/6210
164.73/164.64	c qxplain 6207/6210
164.73/164.65	c qxplain 6209/6210
164.73/164.66	c qxplain 6210/6210
164.73/164.67	c 6192[?] 842[?] 841[?] -311[?]  is mandatory 
164.73/164.67	c qxplain 6209/6209
164.73/164.69	c 6193[?] 91[?] -843[?]  is mandatory 
164.73/164.69	c qxplain 6207/6208
164.83/164.71	c qxplain 6208/6208
164.83/164.72	c 6194[?] -843[?] 333[?]  is mandatory 
164.83/164.72	c qxplain 6207/6207
164.83/164.73	c 6195[?] 843[?] -91[?] -333[?]  is mandatory 
164.83/164.73	c qxplain 6203/6206
164.83/164.74	c qxplain 6205/6206
164.83/164.75	c qxplain 6206/6206
164.83/164.76	c 6196[?] -844[?] -842[?]  is mandatory 
164.83/164.76	c qxplain 6205/6205
164.83/164.77	c 6197[?] -844[?] -843[?]  is mandatory 
164.83/164.77	c qxplain 6203/6204
164.83/164.78	c qxplain 6204/6204
164.83/164.79	c 6198[?] 844[?] 842[?] 843[?]  is mandatory 
164.83/164.79	c qxplain 6203/6203
164.83/164.81	c 6199[?] -845[?] -838[?]  is mandatory 
164.83/164.81	c qxplain 6195/6202
164.83/164.82	c qxplain 6199/6202
164.93/164.82	c qxplain 6201/6202
164.93/164.83	c qxplain 6202/6202
164.93/164.85	c 6200[?] -845[?] 844[?]  is mandatory 
164.93/164.85	c qxplain 6201/6201
164.93/164.86	c 6201[?] 845[?] -844[?] 838[?]  is mandatory 
164.93/164.86	c qxplain 6199/6200
164.93/164.87	c qxplain 6200/6200
164.93/164.88	c 6202[?] -846[?] -837[?]  is mandatory 
164.93/164.88	c qxplain 6199/6199
164.93/164.89	c 6203[?] -846[?] 845[?]  is mandatory 
164.93/164.89	c qxplain 6195/6198
164.93/164.91	c qxplain 6197/6198
164.93/164.91	c qxplain 6198/6198
165.05/164.93	c 6204[?] 846[?] -845[?] 837[?]  is mandatory 
165.05/164.93	c qxplain 6197/6197
165.05/164.94	c 6205[?] -847[?] 27[?]  is mandatory 
165.05/164.94	c qxplain 6195/6196
165.05/164.95	c qxplain 6196/6196
165.05/164.96	c 6206[?] -847[?] -806[?]  is mandatory 
165.05/164.96	c qxplain 6195/6195
165.05/164.97	c 6207[?] 847[?] -27[?] 806[?]  is mandatory 
165.05/164.97	c qxplain 6163/6194
165.05/164.98	c qxplain 6179/6194
165.05/164.99	c qxplain 6187/6194
165.05/165.00	c qxplain 6191/6194
165.12/165.00	c qxplain 6193/6194
165.12/165.01	c qxplain 6194/6194
165.12/165.02	c 6208[?] -848[?] -807[?]  is mandatory 
165.12/165.02	c qxplain 6193/6193
165.12/165.03	c 6209[?] -848[?] -847[?]  is mandatory 
165.12/165.03	c qxplain 6191/6192
165.12/165.04	c qxplain 6192/6192
165.12/165.05	c 6210[?] 848[?] 847[?] 807[?]  is mandatory 
165.12/165.05	c qxplain 6191/6191
165.12/165.06	c 6211[?] -849[?] 51[?]  is mandatory 
165.12/165.06	c qxplain 6187/6190
165.12/165.07	c qxplain 6189/6190
165.12/165.08	c qxplain 6190/6190
165.12/165.08	c 6212[?] -849[?] 848[?]  is mandatory 
165.12/165.08	c qxplain 6189/6189
165.12/165.10	c 6213[?] 849[?] -848[?] -51[?]  is mandatory 
165.12/165.10	c qxplain 6187/6188
165.23/165.10	c qxplain 6188/6188
165.23/165.18	c 6214[?] -850[?] 27[?]  is mandatory 
165.23/165.18	c qxplain 6187/6187
165.23/165.19	c 6215[?] -850[?] -51[?]  is mandatory 
165.23/165.19	c qxplain 6179/6186
165.33/165.20	c qxplain 6183/6186
165.33/165.21	c qxplain 6185/6186
165.33/165.22	c qxplain 6186/6186
165.33/165.24	c 6216[?] 850[?] -27[?] 51[?]  is mandatory 
165.33/165.24	c qxplain 6185/6185
165.33/165.25	c 6217[?] -851[?] -849[?]  is mandatory 
165.33/165.25	c qxplain 6183/6184
165.33/165.26	c qxplain 6184/6184
165.33/165.27	c 6218[?] -851[?] -850[?]  is mandatory 
165.33/165.27	c qxplain 6183/6183
165.33/165.28	c 6219[?] 851[?] 849[?] 850[?]  is mandatory 
165.33/165.28	c qxplain 6179/6182
165.33/165.29	c qxplain 6181/6182
165.33/165.30	c qxplain 6182/6182
165.42/165.32	c 6220[?] -852[?] 375[?]  is mandatory 
165.42/165.32	c qxplain 6181/6181
165.42/165.33	c 6221[?] -852[?] -851[?]  is mandatory 
165.42/165.33	c qxplain 6179/6180
165.42/165.34	c qxplain 6180/6180
165.42/165.35	c 6222[?] 852[?] 851[?] -375[?]  is mandatory 
165.42/165.35	c qxplain 6179/6179
165.42/165.36	c 6223[?] 190[?] -853[?]  is mandatory 
165.42/165.36	c qxplain 6163/6178
165.42/165.38	c qxplain 6171/6178
165.42/165.39	c qxplain 6175/6178
165.42/165.40	c qxplain 6177/6178
165.53/165.41	c qxplain 6178/6178
165.53/165.42	c 6224[?] -853[?] 396[?]  is mandatory 
165.53/165.42	c qxplain 6177/6177
165.53/165.43	c 6225[?] -190[?] 853[?] -396[?]  is mandatory 
165.53/165.43	c qxplain 6175/6176
165.53/165.44	c qxplain 6176/6176
165.53/165.46	c 6226[?] -854[?] 12[?]  is mandatory 
165.53/165.46	c qxplain 6175/6175
165.53/165.47	c 6227[?] -854[?] 433[?]  is mandatory 
165.53/165.47	c qxplain 6171/6174
165.53/165.48	c qxplain 6173/6174
165.53/165.49	c qxplain 6174/6174
165.63/165.50	c 6228[?] -433[?] -12[?] 854[?]  is mandatory 
165.63/165.50	c qxplain 6173/6173
165.63/165.51	c 6229[?] -855[?] -12[?]  is mandatory 
165.63/165.51	c qxplain 6171/6172
165.63/165.52	c qxplain 6172/6172
165.63/165.54	c 6230[?] -855[?] -433[?]  is mandatory 
165.63/165.54	c qxplain 6171/6171
165.63/165.55	c 6231[?] 433[?] 855[?] 12[?]  is mandatory 
165.63/165.55	c qxplain 6163/6170
165.63/165.56	c qxplain 6167/6170
165.63/165.57	c qxplain 6169/6170
165.63/165.58	c qxplain 6170/6170
165.63/165.59	c 6232[?] -854[?] -856[?]  is mandatory 
165.63/165.59	c qxplain 6169/6169
165.73/165.60	c 6233[?] -855[?] -856[?]  is mandatory 
165.73/165.60	c qxplain 6167/6168
165.73/165.61	c qxplain 6168/6168
165.73/165.62	c 6234[?] 856[?] 854[?] 855[?]  is mandatory 
165.73/165.62	c qxplain 6167/6167
165.73/165.64	c 6235[?] -857[?] 506[?]  is mandatory 
165.73/165.64	c qxplain 6163/6166
165.73/165.65	c qxplain 6165/6166
165.73/165.66	c qxplain 6166/6166
165.73/165.67	c 6236[?] -857[?] -856[?]  is mandatory 
165.73/165.67	c qxplain 6165/6165
165.73/165.69	c 6237[?] 856[?] -506[?] 857[?]  is mandatory 
165.73/165.69	c qxplain 6163/6164
165.83/165.70	c qxplain 6164/6164
165.83/165.71	c 6238[?] -506[?] -858[?]  is mandatory 
165.83/165.71	c qxplain 6163/6163
165.83/165.72	c 6239[?] 856[?] -858[?]  is mandatory 
165.83/165.72	c qxplain 6037/6162
165.83/165.73	c qxplain 6100/6162
165.83/165.74	c qxplain 6132/6162
165.83/165.75	c qxplain 6148/6162
165.83/165.75	c qxplain 6156/6162
165.83/165.76	c qxplain 6160/6162
165.83/165.77	c qxplain 6162/6162
165.83/165.79	c 6240[?] -856[?] 858[?] 506[?]  is mandatory 
165.83/165.79	c qxplain 6160/6161
165.83/165.80	c qxplain 6161/6161
165.93/165.81	c 6241[?] -857[?] -859[?]  is mandatory 
165.93/165.81	c qxplain 6160/6160
165.93/165.82	c 6242[?] -858[?] -859[?]  is mandatory 
165.93/165.82	c qxplain 6156/6159
165.93/165.83	c qxplain 6158/6159
165.93/165.84	c qxplain 6159/6159
165.93/165.85	c 6243[?] 857[?] 859[?] 858[?]  is mandatory 
165.93/165.85	c qxplain 6158/6158
165.93/165.86	c 6244[?] -860[?] -396[?]  is mandatory 
165.93/165.86	c qxplain 6156/6157
165.93/165.87	c qxplain 6157/6157
165.93/165.89	c 6245[?] -860[?] -859[?]  is mandatory 
165.93/165.89	c qxplain 6156/6156
165.93/165.90	c 6246[?] 859[?] 860[?] 396[?]  is mandatory 
165.93/165.90	c qxplain 6148/6155
165.93/165.91	c qxplain 6152/6155
165.93/165.91	c qxplain 6154/6155
166.03/165.93	c qxplain 6155/6155
166.03/165.95	c 6247[?] -853[?] -861[?]  is mandatory 
166.03/165.95	c qxplain 6154/6154
166.03/165.96	c 6248[?] -860[?] -861[?]  is mandatory 
166.03/165.96	c qxplain 6152/6153
166.03/165.97	c qxplain 6153/6153
166.03/165.98	c 6249[?] 861[?] 853[?] 860[?]  is mandatory 
166.03/165.98	c qxplain 6152/6152
166.03/165.98	c 6250[?] -862[?] -375[?]  is mandatory 
166.03/165.98	c qxplain 6148/6151
166.03/165.99	c qxplain 6150/6151
166.03/166.00	c qxplain 6151/6151
166.03/166.01	c 6251[?] -862[?] -861[?]  is mandatory 
166.03/166.01	c qxplain 6150/6150
166.15/166.02	c 6252[?] 862[?] 861[?] 375[?]  is mandatory 
166.15/166.02	c qxplain 6148/6149
166.15/166.03	c qxplain 6149/6149
166.15/166.05	c 6253[?] -863[?] -852[?]  is mandatory 
166.15/166.05	c qxplain 6148/6148
166.15/166.06	c 6254[?] -863[?] -862[?]  is mandatory 
166.15/166.06	c qxplain 6132/6147
166.15/166.07	c qxplain 6140/6147
166.15/166.07	c qxplain 6144/6147
166.15/166.08	c qxplain 6146/6147
166.15/166.09	c qxplain 6147/6147
166.15/166.10	c 6255[?] 863[?] 862[?] 852[?]  is mandatory 
166.15/166.10	c qxplain 6146/6146
166.22/166.15	c 6256[?] -864[?] -846[?]  is mandatory 
166.22/166.15	c qxplain 6144/6145
166.22/166.16	c qxplain 6145/6145
166.22/166.17	c 6257[?] -864[?] 863[?]  is mandatory 
166.22/166.17	c qxplain 6144/6144
166.32/166.21	c 6258[?] -863[?] 864[?] 846[?]  is mandatory 
166.32/166.21	c qxplain 6140/6143
166.32/166.22	c qxplain 6142/6143
166.32/166.27	c qxplain 6143/6143
166.32/166.28	c 6259[?] -865[?] 836[?]  is mandatory 
166.32/166.28	c qxplain 6142/6142
166.42/166.31	c 6260[?] -864[?] -865[?]  is mandatory 
166.42/166.31	c qxplain 6140/6141
166.42/166.32	c qxplain 6141/6141
166.42/166.35	c 6261[?] 865[?] 864[?] -836[?]  is mandatory 
166.42/166.35	c qxplain 6140/6140
166.42/166.37	c 6262[?] -866[?] 826[?]  is mandatory 
166.42/166.37	c qxplain 6132/6139
166.42/166.38	c qxplain 6136/6139
166.42/166.39	c qxplain 6138/6139
166.52/166.40	c qxplain 6139/6139
166.52/166.41	c 6263[?] -866[?] -865[?]  is mandatory 
166.52/166.41	c qxplain 6138/6138
166.52/166.42	c 6264[?] 866[?] -826[?] 865[?]  is mandatory 
166.52/166.42	c qxplain 6136/6137
166.52/166.44	c qxplain 6137/6137
166.52/166.47	c 6265[?] -867[?] -836[?]  is mandatory 
166.52/166.47	c qxplain 6136/6136
166.52/166.48	c 6266[?] -867[?] 864[?]  is mandatory 
166.52/166.48	c qxplain 6132/6135
166.52/166.49	c qxplain 6134/6135
166.62/166.50	c qxplain 6135/6135
166.62/166.52	c 6267[?] -864[?] 867[?] 836[?]  is mandatory 
166.62/166.52	c qxplain 6134/6134
166.62/166.53	c 6268[?] -868[?] -866[?]  is mandatory 
166.62/166.53	c qxplain 6132/6133
166.62/166.55	c qxplain 6133/6133
166.62/166.57	c 6269[?] -868[?] -867[?]  is mandatory 
166.62/166.57	c qxplain 6132/6132
166.62/166.58	c 6270[?] 868[?] 866[?] 867[?]  is mandatory 
166.62/166.58	c qxplain 6100/6131
166.62/166.59	c qxplain 6116/6131
166.72/166.60	c qxplain 6124/6131
166.72/166.61	c qxplain 6128/6131
166.72/166.62	c qxplain 6130/6131
166.72/166.63	c qxplain 6131/6131
166.72/166.64	c 6271[?] -869[?] 128[?]  is mandatory 
166.72/166.64	c qxplain 6130/6130
166.72/166.66	c 6272[?] -869[?] 329[?]  is mandatory 
166.72/166.66	c qxplain 6128/6129
166.72/166.67	c qxplain 6129/6129
166.72/166.69	c 6273[?] 869[?] -128[?] -329[?]  is mandatory 
166.72/166.69	c qxplain 6128/6128
166.82/166.70	c 6274[?] -870[?] 109[?]  is mandatory 
166.82/166.70	c qxplain 6124/6127
166.82/166.71	c qxplain 6126/6127
166.82/166.72	c qxplain 6127/6127
166.82/166.73	c 6275[?] -870[?] 331[?]  is mandatory 
166.82/166.73	c qxplain 6126/6126
166.82/166.75	c 6276[?] -109[?] 870[?] -331[?]  is mandatory 
166.82/166.75	c qxplain 6124/6125
166.82/166.76	c qxplain 6125/6125
166.82/166.78	c 6277[?] -871[?] -162[?]  is mandatory 
166.82/166.78	c qxplain 6124/6124
166.82/166.79	c 6278[?] -871[?] 313[?]  is mandatory 
166.82/166.79	c qxplain 6116/6123
166.93/166.80	c qxplain 6120/6123
166.93/166.81	c qxplain 6122/6123
166.93/166.82	c qxplain 6123/6123
166.93/166.84	c 6279[?] -313[?] 162[?] 871[?]  is mandatory 
166.93/166.84	c qxplain 6122/6122
166.93/166.86	c 6280[?] -872[?] 162[?]  is mandatory 
166.93/166.86	c qxplain 6120/6121
166.93/166.87	c qxplain 6121/6121
166.93/166.89	c 6281[?] -872[?] -313[?]  is mandatory 
166.93/166.89	c qxplain 6120/6120
167.03/166.91	c 6282[?] -162[?] 313[?] 872[?]  is mandatory 
167.03/166.91	c qxplain 6116/6119
167.03/166.92	c qxplain 6118/6119
167.03/166.93	c qxplain 6119/6119
167.03/166.97	c 6283[?] -871[?] -873[?]  is mandatory 
167.03/166.97	c qxplain 6118/6118
167.03/166.98	c 6284[?] -873[?] -872[?]  is mandatory 
167.03/166.98	c qxplain 6116/6117
167.03/166.99	c qxplain 6117/6117
167.03/167.00	c 6285[?] 873[?] 872[?] 871[?]  is mandatory 
167.03/167.00	c qxplain 6116/6116
167.13/167.02	c 6286[?] -874[?] 311[?]  is mandatory 
167.13/167.02	c qxplain 6100/6115
167.13/167.04	c qxplain 6108/6115
167.13/167.05	c qxplain 6112/6115
167.13/167.05	c qxplain 6114/6115
167.13/167.06	c qxplain 6115/6115
167.13/167.07	c 6287[?] -874[?] -873[?]  is mandatory 
167.13/167.07	c qxplain 6114/6114
167.13/167.09	c 6288[?] 874[?] 873[?] -311[?]  is mandatory 
167.13/167.09	c qxplain 6112/6113
167.13/167.10	c qxplain 6113/6113
167.13/167.11	c 6289[?] -875[?] 90[?]  is mandatory 
167.13/167.11	c qxplain 6112/6112
167.25/167.12	c 6290[?] -875[?] 333[?]  is mandatory 
167.25/167.12	c qxplain 6108/6111
167.25/167.13	c qxplain 6110/6111
167.25/167.14	c qxplain 6111/6111
167.25/167.16	c 6291[?] 875[?] -90[?] -333[?]  is mandatory 
167.25/167.16	c qxplain 6110/6110
167.25/167.17	c 6292[?] -876[?] -874[?]  is mandatory 
167.25/167.17	c qxplain 6108/6109
167.25/167.19	c qxplain 6109/6109
167.33/167.20	c 6293[?] -876[?] -875[?]  is mandatory 
167.33/167.20	c qxplain 6108/6108
167.33/167.21	c 6294[?] 876[?] 874[?] 875[?]  is mandatory 
167.33/167.21	c qxplain 6100/6107
167.33/167.22	c qxplain 6104/6107
167.33/167.23	c qxplain 6106/6107
167.33/167.25	c qxplain 6107/6107
167.33/167.28	c 6295[?] -877[?] -870[?]  is mandatory 
167.33/167.28	c qxplain 6106/6106
167.33/167.29	c 6296[?] -877[?] 876[?]  is mandatory 
167.33/167.29	c qxplain 6104/6105
167.43/167.30	c qxplain 6105/6105
167.43/167.31	c 6297[?] 877[?] -876[?] 870[?]  is mandatory 
167.43/167.31	c qxplain 6104/6104
167.43/167.33	c 6298[?] -878[?] -869[?]  is mandatory 
167.43/167.33	c qxplain 6100/6103
167.43/167.35	c qxplain 6102/6103
167.43/167.35	c qxplain 6103/6103
167.43/167.36	c 6299[?] -878[?] 877[?]  is mandatory 
167.43/167.36	c qxplain 6102/6102
167.43/167.38	c 6300[?] 878[?] -877[?] 869[?]  is mandatory 
167.43/167.38	c qxplain 6100/6101
167.43/167.39	c qxplain 6101/6101
167.53/167.41	c 6301[?] -879[?] -25[?]  is mandatory 
167.53/167.41	c qxplain 6100/6100
167.53/167.42	c 6302[?] 804[?] -879[?]  is mandatory 
167.53/167.42	c qxplain 6037/6099
167.53/167.43	c qxplain 6069/6099
167.53/167.44	c qxplain 6085/6099
167.53/167.45	c qxplain 6093/6099
167.53/167.45	c qxplain 6097/6099
167.53/167.46	c qxplain 6099/6099
167.53/167.47	c 6303[?] 879[?] -804[?] 25[?]  is mandatory 
167.53/167.47	c qxplain 6097/6098
167.53/167.49	c qxplain 6098/6098
167.53/167.49	c 6304[?] -880[?] 26[?]  is mandatory 
167.53/167.49	c qxplain 6097/6097
167.63/167.50	c 6305[?] -880[?] -879[?]  is mandatory 
167.63/167.50	c qxplain 6093/6096
167.63/167.51	c qxplain 6095/6096
167.63/167.52	c qxplain 6096/6096
167.63/167.53	c 6306[?] 880[?] -26[?] 879[?]  is mandatory 
167.63/167.53	c qxplain 6095/6095
167.63/167.54	c 6307[?] -881[?] -806[?]  is mandatory 
167.63/167.54	c qxplain 6093/6094
167.63/167.55	c qxplain 6094/6094
167.63/167.56	c 6308[?] -881[?] -880[?]  is mandatory 
167.63/167.56	c qxplain 6093/6093
167.63/167.57	c 6309[?] 881[?] 880[?] 806[?]  is mandatory 
167.63/167.57	c qxplain 6085/6092
167.63/167.58	c qxplain 6089/6092
167.63/167.59	c qxplain 6091/6092
167.63/167.59	c qxplain 6092/6092
167.73/167.61	c 6310[?] -882[?] 51[?]  is mandatory 
167.73/167.61	c qxplain 6091/6091
167.73/167.62	c 6311[?] -882[?] 881[?]  is mandatory 
167.73/167.62	c qxplain 6089/6090
167.73/167.63	c qxplain 6090/6090
167.73/167.64	c 6312[?] 882[?] -881[?] -51[?]  is mandatory 
167.73/167.64	c qxplain 6089/6089
167.73/167.67	c 6313[?] -883[?] 26[?]  is mandatory 
167.73/167.67	c qxplain 6085/6088
167.73/167.68	c qxplain 6087/6088
167.73/167.69	c qxplain 6088/6088
167.83/167.70	c 6314[?] -883[?] -51[?]  is mandatory 
167.83/167.70	c qxplain 6087/6087
167.83/167.71	c 6315[?] 883[?] -26[?] 51[?]  is mandatory 
167.83/167.71	c qxplain 6085/6086
167.83/167.72	c qxplain 6086/6086
167.83/167.73	c 6316[?] -884[?] -882[?]  is mandatory 
167.83/167.73	c qxplain 6085/6085
167.83/167.74	c 6317[?] -884[?] -883[?]  is mandatory 
167.83/167.74	c qxplain 6069/6084
167.83/167.76	c qxplain 6077/6084
167.83/167.76	c qxplain 6081/6084
167.83/167.77	c qxplain 6083/6084
167.83/167.78	c qxplain 6084/6084
167.83/167.79	c 6318[?] 884[?] 882[?] 883[?]  is mandatory 
167.83/167.79	c qxplain 6083/6083
167.93/167.81	c 6319[?] -885[?] 375[?]  is mandatory 
167.93/167.81	c qxplain 6081/6082
167.93/167.82	c qxplain 6082/6082
167.93/167.82	c 6320[?] -885[?] -884[?]  is mandatory 
167.93/167.82	c qxplain 6081/6081
167.93/167.84	c 6321[?] 885[?] 884[?] -375[?]  is mandatory 
167.93/167.84	c qxplain 6077/6080
167.93/167.85	c qxplain 6079/6080
167.93/167.85	c qxplain 6080/6080
167.93/167.86	c 6322[?] 189[?] -886[?]  is mandatory 
167.93/167.86	c qxplain 6079/6079
167.93/167.88	c 6323[?] -886[?] 396[?]  is mandatory 
167.93/167.88	c qxplain 6077/6078
168.03/167.90	c qxplain 6078/6078
168.03/167.91	c 6324[?] -189[?] 886[?] -396[?]  is mandatory 
168.03/167.91	c qxplain 6077/6077
168.13/168.06	c 6325[?] -887[?] -501[?]  is mandatory 
168.13/168.06	c qxplain 6069/6076
168.13/168.08	c qxplain 6073/6076
168.13/168.09	c qxplain 6075/6076
168.13/168.10	c qxplain 6076/6076
168.35/168.24	c 6326[?] -887[?] 503[?]  is mandatory 
168.35/168.24	c qxplain 6075/6075
168.35/168.26	c 6327[?] 887[?] -503[?] 501[?]  is mandatory 
168.35/168.26	c qxplain 6073/6074
168.35/168.27	c qxplain 6074/6074
168.35/168.28	c 6328[?] 466[?] -888[?]  is mandatory 
168.35/168.28	c qxplain 6073/6073
168.35/168.30	c 6329[?] -888[?] -887[?]  is mandatory 
168.35/168.30	c qxplain 6069/6072
168.43/168.30	c qxplain 6071/6072
168.43/168.32	c qxplain 6072/6072
168.43/168.33	c 6330[?] 888[?] -466[?] 887[?]  is mandatory 
168.43/168.33	c qxplain 6071/6071
168.43/168.34	c 6331[?] -889[?] 13[?]  is mandatory 
168.43/168.34	c qxplain 6069/6070
168.43/168.35	c qxplain 6070/6070
168.43/168.36	c 6332[?] -889[?] 469[?]  is mandatory 
168.43/168.36	c qxplain 6069/6069
168.43/168.37	c 6333[?] -469[?] 889[?] -13[?]  is mandatory 
168.43/168.37	c qxplain 6037/6068
168.43/168.38	c qxplain 6053/6068
168.43/168.39	c qxplain 6061/6068
168.53/168.40	c qxplain 6065/6068
168.53/168.41	c qxplain 6067/6068
168.53/168.42	c qxplain 6068/6068
168.53/168.43	c 6334[?] -890[?] -13[?]  is mandatory 
168.53/168.43	c qxplain 6067/6067
168.53/168.45	c 6335[?] -890[?] -469[?]  is mandatory 
168.53/168.45	c qxplain 6065/6066
168.53/168.46	c qxplain 6066/6066
168.53/168.47	c 6336[?] 469[?] 13[?] 890[?]  is mandatory 
168.53/168.47	c qxplain 6065/6065
168.53/168.48	c 6337[?] -889[?] -891[?]  is mandatory 
168.53/168.48	c qxplain 6061/6064
168.53/168.49	c qxplain 6063/6064
168.53/168.50	c qxplain 6064/6064
168.63/168.51	c 6338[?] -890[?] -891[?]  is mandatory 
168.63/168.51	c qxplain 6063/6063
168.63/168.52	c 6339[?] 891[?] 889[?] 890[?]  is mandatory 
168.63/168.52	c qxplain 6061/6062
168.63/168.53	c qxplain 6062/6062
168.63/168.55	c 6340[?] -892[?] 888[?]  is mandatory 
168.63/168.55	c qxplain 6061/6061
168.63/168.56	c 6341[?] -892[?] -891[?]  is mandatory 
168.63/168.56	c qxplain 6053/6060
168.63/168.57	c qxplain 6057/6060
168.63/168.58	c qxplain 6059/6060
168.63/168.59	c qxplain 6060/6060
168.73/168.60	c 6342[?] 891[?] -888[?] 892[?]  is mandatory 
168.73/168.60	c qxplain 6059/6059
168.73/168.61	c 6343[?] -893[?] -888[?]  is mandatory 
168.73/168.61	c qxplain 6057/6058
168.73/168.63	c qxplain 6058/6058
168.73/168.64	c 6344[?] 891[?] -893[?]  is mandatory 
168.73/168.64	c qxplain 6057/6057
168.73/168.65	c 6345[?] -891[?] 888[?] 893[?]  is mandatory 
168.73/168.65	c qxplain 6053/6056
168.73/168.66	c qxplain 6055/6056
168.73/168.68	c qxplain 6056/6056
168.73/168.69	c 6346[?] -892[?] -894[?]  is mandatory 
168.73/168.69	c qxplain 6055/6055
168.83/168.70	c 6347[?] -893[?] -894[?]  is mandatory 
168.83/168.70	c qxplain 6053/6054
168.83/168.71	c qxplain 6054/6054
168.83/168.72	c 6348[?] 894[?] 893[?] 892[?]  is mandatory 
168.83/168.72	c qxplain 6053/6053
168.83/168.73	c 6349[?] -895[?] -396[?]  is mandatory 
168.83/168.73	c qxplain 6037/6052
168.83/168.74	c qxplain 6045/6052
168.83/168.75	c qxplain 6049/6052
168.83/168.76	c qxplain 6051/6052
168.83/168.77	c qxplain 6052/6052
168.83/168.78	c 6350[?] -895[?] -894[?]  is mandatory 
168.83/168.78	c qxplain 6051/6051
168.83/168.80	c 6351[?] 894[?] 895[?] 396[?]  is mandatory 
168.93/168.80	c qxplain 6049/6050
168.93/168.81	c qxplain 6050/6050
168.93/168.82	c 6352[?] -886[?] -896[?]  is mandatory 
168.93/168.82	c qxplain 6049/6049
168.93/168.83	c 6353[?] -895[?] -896[?]  is mandatory 
168.93/168.83	c qxplain 6045/6048
168.93/168.84	c qxplain 6047/6048
168.93/168.85	c qxplain 6048/6048
168.93/168.86	c 6354[?] 896[?] 886[?] 895[?]  is mandatory 
168.93/168.86	c qxplain 6047/6047
168.93/168.86	c 6355[?] -897[?] -375[?]  is mandatory 
168.93/168.86	c qxplain 6045/6046
168.93/168.87	c qxplain 6046/6046
168.93/168.88	c 6356[?] -896[?] -897[?]  is mandatory 
168.93/168.88	c qxplain 6045/6045
168.93/168.90	c 6357[?] 896[?] 897[?] 375[?]  is mandatory 
168.93/168.90	c qxplain 6037/6044
169.03/168.90	c qxplain 6041/6044
169.03/168.91	c qxplain 6043/6044
169.03/168.93	c qxplain 6044/6044
169.03/168.94	c 6358[?] -898[?] -885[?]  is mandatory 
169.03/168.94	c qxplain 6043/6043
169.03/168.96	c 6359[?] -897[?] -898[?]  is mandatory 
169.03/168.96	c qxplain 6041/6042
169.03/168.97	c qxplain 6042/6042
169.03/168.98	c 6360[?] 898[?] 897[?] 885[?]  is mandatory 
169.03/168.98	c qxplain 6041/6041
169.13/169.00	c 6361[?] -899[?] 878[?]  is mandatory 
169.13/169.00	c qxplain 6037/6040
169.13/169.01	c qxplain 6039/6040
169.13/169.02	c qxplain 6040/6040
169.13/169.03	c 6362[?] -899[?] -898[?]  is mandatory 
169.13/169.03	c qxplain 6039/6039
169.13/169.05	c 6363[?] -878[?] 899[?] 898[?]  is mandatory 
169.13/169.05	c qxplain 6037/6038
169.13/169.07	c qxplain 6038/6038
169.13/169.09	c 6364[?] 127[?] -900[?]  is mandatory 
169.13/169.09	c qxplain 6037/6037
169.23/169.12	c 6365[?] -900[?] 329[?]  is mandatory 
169.23/169.12	c qxplain 4025/6036
169.23/169.13	c qxplain 5031/6036
169.23/169.14	c qxplain 5534/6036
169.23/169.15	c qxplain 5786/6036
169.23/169.16	c qxplain 5912/6036
169.23/169.17	c qxplain 5975/6036
169.23/169.18	c qxplain 6006/6036
169.23/169.20	c qxplain 6022/6036
169.23/169.21	c qxplain 6030/6036
169.23/169.22	c qxplain 6034/6036
169.33/169.23	c qxplain 6036/6036
169.33/169.25	c 6366[?] -127[?] 900[?] -329[?]  is mandatory 
169.33/169.25	c qxplain 6034/6035
169.33/169.27	c qxplain 6035/6035
169.33/169.30	c 6367[?] 108[?] -901[?]  is mandatory 
169.33/169.30	c qxplain 6034/6034
169.33/169.31	c 6368[?] -901[?] 331[?]  is mandatory 
169.33/169.31	c qxplain 6030/6033
169.33/169.32	c qxplain 6032/6033
169.45/169.34	c qxplain 6033/6033
169.45/169.36	c 6369[?] 901[?] -108[?] -331[?]  is mandatory 
169.45/169.36	c qxplain 6032/6032
169.45/169.38	c 6370[?] -902[?] -171[?]  is mandatory 
169.45/169.38	c qxplain 6030/6031
169.45/169.40	c qxplain 6031/6031
169.52/169.41	c 6371[?] -902[?] 312[?]  is mandatory 
169.52/169.41	c qxplain 6030/6030
169.52/169.43	c 6372[?] -312[?] 171[?] 902[?]  is mandatory 
169.52/169.43	c qxplain 6022/6029
169.52/169.44	c qxplain 6026/6029
169.52/169.45	c qxplain 6028/6029
169.52/169.46	c qxplain 6029/6029
169.52/169.47	c 6373[?] -903[?] 171[?]  is mandatory 
169.52/169.47	c qxplain 6028/6028
169.52/169.49	c 6374[?] -903[?] -312[?]  is mandatory 
169.52/169.49	c qxplain 6026/6027
169.62/169.50	c qxplain 6027/6027
169.62/169.51	c 6375[?] 903[?] -171[?] 312[?]  is mandatory 
169.62/169.51	c qxplain 6026/6026
169.62/169.53	c 6376[?] -904[?] -902[?]  is mandatory 
169.62/169.53	c qxplain 6022/6025
169.62/169.54	c qxplain 6024/6025
169.62/169.55	c qxplain 6025/6025
169.62/169.56	c 6377[?] -904[?] -903[?]  is mandatory 
169.62/169.56	c qxplain 6024/6024
169.62/169.57	c 6378[?] 904[?] 903[?] 902[?]  is mandatory 
169.62/169.57	c qxplain 6022/6023
169.62/169.58	c qxplain 6023/6023
169.73/169.60	c 6379[?] -905[?] 311[?]  is mandatory 
169.73/169.60	c qxplain 6022/6022
169.73/169.61	c 6380[?] -905[?] -904[?]  is mandatory 
169.73/169.61	c qxplain 6006/6021
169.73/169.62	c qxplain 6014/6021
169.73/169.63	c qxplain 6018/6021
169.73/169.64	c qxplain 6020/6021
169.73/169.65	c qxplain 6021/6021
169.73/169.66	c 6381[?] 905[?] 904[?] -311[?]  is mandatory 
169.73/169.66	c qxplain 6020/6020
169.73/169.70	c 6382[?] 89[?] -906[?]  is mandatory 
169.73/169.70	c qxplain 6018/6019
169.83/169.71	c qxplain 6019/6019
169.83/169.72	c 6383[?] -906[?] 333[?]  is mandatory 
169.83/169.72	c qxplain 6018/6018
169.83/169.73	c 6384[?] 906[?] -89[?] -333[?]  is mandatory 
169.83/169.73	c qxplain 6014/6017
169.83/169.74	c qxplain 6016/6017
169.83/169.76	c qxplain 6017/6017
169.83/169.77	c 6385[?] -907[?] -905[?]  is mandatory 
169.83/169.77	c qxplain 6016/6016
169.83/169.78	c 6386[?] -907[?] -906[?]  is mandatory 
169.83/169.78	c qxplain 6014/6015
169.83/169.79	c qxplain 6015/6015
169.93/169.80	c 6387[?] 907[?] 905[?] 906[?]  is mandatory 
169.93/169.80	c qxplain 6014/6014
169.93/169.81	c 6388[?] -908[?] -901[?]  is mandatory 
169.93/169.81	c qxplain 6006/6013
169.93/169.83	c qxplain 6010/6013
169.93/169.83	c qxplain 6012/6013
169.93/169.84	c qxplain 6013/6013
169.93/169.86	c 6389[?] -908[?] 907[?]  is mandatory 
169.93/169.86	c qxplain 6012/6012
169.93/169.87	c 6390[?] 908[?] -907[?] 901[?]  is mandatory 
169.93/169.87	c qxplain 6010/6011
169.93/169.88	c qxplain 6011/6011
169.93/169.89	c 6391[?] -909[?] -900[?]  is mandatory 
169.93/169.89	c qxplain 6010/6010
170.03/169.90	c 6392[?] -909[?] 908[?]  is mandatory 
170.03/169.90	c qxplain 6006/6009
170.03/169.92	c qxplain 6008/6009
170.03/169.93	c qxplain 6009/6009
170.03/169.94	c 6393[?] 909[?] -908[?] 900[?]  is mandatory 
170.03/169.94	c qxplain 6008/6008
170.03/169.95	c 6394[?] -910[?] 25[?]  is mandatory 
170.03/169.95	c qxplain 6006/6007
170.03/169.96	c qxplain 6007/6007
170.03/169.97	c 6395[?] -910[?] -804[?]  is mandatory 
170.03/169.97	c qxplain 6006/6006
170.03/169.98	c 6396[?] 910[?] -25[?] 804[?]  is mandatory 
170.03/169.98	c qxplain 5975/6005
170.03/169.99	c qxplain 5991/6005
170.13/170.00	c qxplain 5999/6005
170.13/170.01	c qxplain 6003/6005
170.13/170.02	c qxplain 6005/6005
170.13/170.03	c 6397[?] -911[?] -879[?]  is mandatory 
170.13/170.03	c qxplain 6003/6004
170.13/170.04	c qxplain 6004/6004
170.13/170.05	c 6398[?] -911[?] -910[?]  is mandatory 
170.13/170.05	c qxplain 6003/6003
170.13/170.06	c 6399[?] 911[?] 910[?] 879[?]  is mandatory 
170.13/170.06	c qxplain 5999/6002
170.13/170.07	c qxplain 6001/6002
170.13/170.07	c qxplain 6002/6002
170.13/170.09	c 6400[?] -912[?] 51[?]  is mandatory 
170.13/170.09	c qxplain 6001/6001
170.23/170.10	c 6401[?] -912[?] 911[?]  is mandatory 
170.23/170.10	c qxplain 5999/6000
170.23/170.11	c qxplain 6000/6000
170.23/170.12	c 6402[?] 912[?] -911[?] -51[?]  is mandatory 
170.23/170.12	c qxplain 5999/5999
170.23/170.16	c 6403[?] -913[?] 25[?]  is mandatory 
170.23/170.16	c qxplain 5991/5998
170.23/170.17	c qxplain 5995/5998
170.23/170.18	c qxplain 5997/5998
170.23/170.19	c qxplain 5998/5998
170.33/170.20	c 6404[?] -913[?] -51[?]  is mandatory 
170.33/170.20	c qxplain 5997/5997
170.33/170.21	c 6405[?] 913[?] -25[?] 51[?]  is mandatory 
170.33/170.21	c qxplain 5995/5996
170.33/170.23	c qxplain 5996/5996
170.33/170.23	c 6406[?] -914[?] -912[?]  is mandatory 
170.33/170.23	c qxplain 5995/5995
170.33/170.24	c 6407[?] -914[?] -913[?]  is mandatory 
170.33/170.24	c qxplain 5991/5994
170.33/170.26	c qxplain 5993/5994
170.33/170.26	c qxplain 5994/5994
170.33/170.27	c 6408[?] 914[?] 912[?] 913[?]  is mandatory 
170.33/170.27	c qxplain 5993/5993
170.33/170.29	c 6409[?] -915[?] 375[?]  is mandatory 
170.33/170.29	c qxplain 5991/5992
170.33/170.31	c qxplain 5992/5992
170.33/170.31	c 6410[?] -915[?] -914[?]  is mandatory 
170.33/170.31	c qxplain 5991/5991
170.43/170.33	c 6411[?] 915[?] 914[?] -375[?]  is mandatory 
170.43/170.33	c qxplain 5975/5990
170.43/170.34	c qxplain 5983/5990
170.43/170.34	c qxplain 5987/5990
170.43/170.35	c qxplain 5989/5990
170.43/170.36	c qxplain 5990/5990
170.43/170.37	c 6412[?] 188[?] -916[?]  is mandatory 
170.43/170.37	c qxplain 5989/5989
170.43/170.38	c 6413[?] -916[?] 396[?]  is mandatory 
170.43/170.38	c qxplain 5987/5988
170.43/170.40	c qxplain 5988/5988
170.43/170.41	c 6414[?] 916[?] -188[?] -396[?]  is mandatory 
170.43/170.41	c qxplain 5987/5987
170.63/170.55	c 6415[?] -917[?] -501[?]  is mandatory 
170.63/170.55	c qxplain 5983/5986
170.63/170.57	c qxplain 5985/5986
170.63/170.58	c qxplain 5986/5986
171.03/170.92	c 6416[?] -917[?] -502[?]  is mandatory 
171.03/170.92	c qxplain 5985/5985
171.03/170.94	c 6417[?] 502[?] 501[?] 917[?]  is mandatory 
171.03/170.94	c qxplain 5983/5984
171.03/170.95	c qxplain 5984/5984
171.03/170.97	c 6418[?] -459[?] -918[?]  is mandatory 
171.03/170.97	c qxplain 5983/5983
171.03/170.98	c 6419[?] -918[?] -917[?]  is mandatory 
171.03/170.98	c qxplain 5975/5982
171.03/170.99	c qxplain 5979/5982
171.13/171.00	c qxplain 5981/5982
171.13/171.01	c qxplain 5982/5982
171.13/171.03	c 6420[?] 918[?] 459[?] 917[?]  is mandatory 
171.13/171.03	c qxplain 5981/5981
171.13/171.04	c 6421[?] -919[?] 14[?]  is mandatory 
171.13/171.04	c qxplain 5979/5980
171.13/171.05	c qxplain 5980/5980
171.13/171.06	c 6422[?] -919[?] 462[?]  is mandatory 
171.13/171.06	c qxplain 5979/5979
171.13/171.08	c 6423[?] -462[?] 919[?] -14[?]  is mandatory 
171.13/171.08	c qxplain 5975/5978
171.13/171.09	c qxplain 5977/5978
171.23/171.10	c qxplain 5978/5978
171.23/171.11	c 6424[?] -920[?] -14[?]  is mandatory 
171.23/171.11	c qxplain 5977/5977
171.23/171.12	c 6425[?] -920[?] -462[?]  is mandatory 
171.23/171.12	c qxplain 5975/5976
171.23/171.13	c qxplain 5976/5976
171.23/171.15	c 6426[?] 462[?] 14[?] 920[?]  is mandatory 
171.23/171.15	c qxplain 5975/5975
171.23/171.16	c 6427[?] -919[?] -921[?]  is mandatory 
171.23/171.16	c qxplain 5912/5974
171.23/171.17	c qxplain 5944/5974
171.23/171.17	c qxplain 5960/5974
171.23/171.18	c qxplain 5968/5974
171.23/171.19	c qxplain 5972/5974
171.33/171.20	c qxplain 5974/5974
171.33/171.22	c 6428[?] -920[?] -921[?]  is mandatory 
171.33/171.22	c qxplain 5972/5973
171.33/171.23	c qxplain 5973/5973
171.33/171.24	c 6429[?] 919[?] 920[?] 921[?]  is mandatory 
171.33/171.24	c qxplain 5972/5972
171.33/171.25	c 6430[?] 918[?] -922[?]  is mandatory 
171.33/171.25	c qxplain 5968/5971
171.33/171.27	c qxplain 5970/5971
171.33/171.27	c qxplain 5971/5971
171.33/171.29	c 6431[?] -921[?] -922[?]  is mandatory 
171.33/171.29	c qxplain 5970/5970
171.43/171.30	c 6432[?] -918[?] 921[?] 922[?]  is mandatory 
171.43/171.30	c qxplain 5968/5969
171.43/171.31	c qxplain 5969/5969
171.43/171.33	c 6433[?] -923[?] -918[?]  is mandatory 
171.43/171.33	c qxplain 5968/5968
171.43/171.34	c 6434[?] 921[?] -923[?]  is mandatory 
171.43/171.34	c qxplain 5960/5967
171.43/171.35	c qxplain 5964/5967
171.43/171.36	c qxplain 5966/5967
171.43/171.37	c qxplain 5967/5967
171.43/171.39	c 6435[?] -921[?] 918[?] 923[?]  is mandatory 
171.43/171.39	c qxplain 5966/5966
171.43/171.40	c 6436[?] -922[?] -924[?]  is mandatory 
171.43/171.40	c qxplain 5964/5965
171.43/171.41	c qxplain 5965/5965
171.53/171.43	c 6437[?] -923[?] -924[?]  is mandatory 
171.53/171.43	c qxplain 5964/5964
171.53/171.44	c 6438[?] 922[?] 924[?] 923[?]  is mandatory 
171.53/171.44	c qxplain 5960/5963
171.53/171.45	c qxplain 5962/5963
171.53/171.46	c qxplain 5963/5963
171.53/171.47	c 6439[?] -925[?] -396[?]  is mandatory 
171.53/171.47	c qxplain 5962/5962
171.53/171.48	c 6440[?] -924[?] -925[?]  is mandatory 
171.53/171.48	c qxplain 5960/5961
171.53/171.49	c qxplain 5961/5961
171.53/171.51	c 6441[?] 924[?] 925[?] 396[?]  is mandatory 
171.53/171.51	c qxplain 5960/5960
171.53/171.52	c 6442[?] -916[?] -926[?]  is mandatory 
171.53/171.52	c qxplain 5944/5959
171.65/171.52	c qxplain 5952/5959
171.65/171.53	c qxplain 5956/5959
171.65/171.54	c qxplain 5958/5959
171.65/171.54	c qxplain 5959/5959
171.65/171.56	c 6443[?] -925[?] -926[?]  is mandatory 
171.65/171.56	c qxplain 5958/5958
171.65/171.57	c 6444[?] 926[?] 925[?] 916[?]  is mandatory 
171.65/171.57	c qxplain 5956/5957
171.65/171.58	c qxplain 5957/5957
171.65/171.59	c 6445[?] -927[?] -375[?]  is mandatory 
171.65/171.59	c qxplain 5956/5956
171.65/171.60	c 6446[?] -927[?] -926[?]  is mandatory 
171.65/171.60	c qxplain 5952/5955
171.73/171.60	c qxplain 5954/5955
171.73/171.62	c qxplain 5955/5955
171.73/171.64	c 6447[?] 926[?] 927[?] 375[?]  is mandatory 
171.73/171.64	c qxplain 5954/5954
171.73/171.65	c 6448[?] -928[?] -915[?]  is mandatory 
171.73/171.65	c qxplain 5952/5953
171.73/171.66	c qxplain 5953/5953
171.73/171.68	c 6449[?] -928[?] -927[?]  is mandatory 
171.73/171.68	c qxplain 5952/5952
171.73/171.69	c 6450[?] 928[?] 927[?] 915[?]  is mandatory 
171.73/171.69	c qxplain 5944/5951
171.82/171.70	c qxplain 5948/5951
171.82/171.71	c qxplain 5950/5951
171.82/171.72	c qxplain 5951/5951
171.82/171.75	c 6451[?] -929[?] -909[?]  is mandatory 
171.82/171.75	c qxplain 5950/5950
171.82/171.76	c 6452[?] -929[?] 928[?]  is mandatory 
171.82/171.76	c qxplain 5948/5949
171.82/171.77	c qxplain 5949/5949
171.92/171.80	c 6453[?] 909[?] -928[?] 929[?]  is mandatory 
171.92/171.80	c qxplain 5948/5948
171.92/171.82	c 6454[?] -930[?] -878[?]  is mandatory 
171.92/171.82	c qxplain 5944/5947
171.92/171.84	c qxplain 5946/5947
171.92/171.85	c qxplain 5947/5947
171.92/171.86	c 6455[?] -930[?] 898[?]  is mandatory 
171.92/171.86	c qxplain 5946/5946
171.92/171.87	c 6456[?] 930[?] -898[?] 878[?]  is mandatory 
171.92/171.87	c qxplain 5944/5945
171.92/171.88	c qxplain 5945/5945
172.02/171.90	c 6457[?] -929[?] -931[?]  is mandatory 
172.02/171.90	c qxplain 5944/5944
172.02/171.92	c 6458[?] -931[?] -930[?]  is mandatory 
172.02/171.92	c qxplain 5912/5943
172.02/171.93	c qxplain 5928/5943
172.02/171.94	c qxplain 5936/5943
172.02/171.95	c qxplain 5940/5943
172.02/171.96	c qxplain 5942/5943
172.02/171.97	c qxplain 5943/5943
172.02/171.99	c 6459[?] 931[?] 929[?] 930[?]  is mandatory 
172.02/171.99	c qxplain 5942/5942
172.12/172.00	c 6460[?] -932[?] 126[?]  is mandatory 
172.12/172.00	c qxplain 5940/5941
172.12/172.01	c qxplain 5941/5941
172.12/172.02	c 6461[?] -932[?] 329[?]  is mandatory 
172.12/172.02	c qxplain 5940/5940
172.12/172.06	c 6462[?] -126[?] 932[?] -329[?]  is mandatory 
172.12/172.06	c qxplain 5936/5939
172.12/172.07	c qxplain 5938/5939
172.12/172.09	c qxplain 5939/5939
172.22/172.10	c 6463[?] -933[?] 107[?]  is mandatory 
172.22/172.10	c qxplain 5938/5938
172.22/172.11	c 6464[?] -933[?] 331[?]  is mandatory 
172.22/172.11	c qxplain 5936/5937
172.22/172.13	c qxplain 5937/5937
172.22/172.15	c 6465[?] -107[?] 933[?] -331[?]  is mandatory 
172.22/172.15	c qxplain 5936/5936
172.22/172.17	c 6466[?] -169[?] -934[?]  is mandatory 
172.22/172.17	c qxplain 5928/5935
172.22/172.18	c qxplain 5932/5935
172.22/172.19	c qxplain 5934/5935
172.33/172.20	c qxplain 5935/5935
172.33/172.21	c 6467[?] -934[?] 176[?]  is mandatory 
172.33/172.21	c qxplain 5934/5934
172.33/172.23	c 6468[?] 169[?] -176[?] 934[?]  is mandatory 
172.33/172.23	c qxplain 5932/5933
172.33/172.25	c qxplain 5933/5933
172.33/172.26	c 6469[?] -935[?] 169[?]  is mandatory 
172.33/172.26	c qxplain 5932/5932
172.33/172.27	c 6470[?] -935[?] -176[?]  is mandatory 
172.33/172.27	c qxplain 5928/5931
172.33/172.28	c qxplain 5930/5931
172.43/172.30	c qxplain 5931/5931
172.43/172.32	c 6471[?] -169[?] 935[?] 176[?]  is mandatory 
172.43/172.32	c qxplain 5930/5930
172.43/172.33	c 6472[?] -936[?] -934[?]  is mandatory 
172.43/172.33	c qxplain 5928/5929
172.43/172.34	c qxplain 5929/5929
172.43/172.37	c 6473[?] -935[?] -936[?]  is mandatory 
172.43/172.37	c qxplain 5928/5928
172.43/172.38	c 6474[?] 936[?] 935[?] 934[?]  is mandatory 
172.43/172.38	c qxplain 5912/5927
172.43/172.39	c qxplain 5920/5927
172.53/172.40	c qxplain 5924/5927
172.53/172.41	c qxplain 5926/5927
172.53/172.42	c qxplain 5927/5927
172.53/172.43	c 6475[?] -937[?] 311[?]  is mandatory 
172.53/172.43	c qxplain 5926/5926
172.53/172.45	c 6476[?] -937[?] -936[?]  is mandatory 
172.53/172.45	c qxplain 5924/5925
172.53/172.46	c qxplain 5925/5925
172.53/172.47	c 6477[?] 937[?] 936[?] -311[?]  is mandatory 
172.53/172.47	c qxplain 5924/5924
172.53/172.51	c 6478[?] -938[?] 88[?]  is mandatory 
172.53/172.51	c qxplain 5920/5923
172.64/172.52	c qxplain 5922/5923
172.64/172.53	c qxplain 5923/5923
172.64/172.54	c 6479[?] -938[?] 333[?]  is mandatory 
172.64/172.54	c qxplain 5922/5922
172.64/172.57	c 6480[?] -88[?] 938[?] -333[?]  is mandatory 
172.64/172.57	c qxplain 5920/5921
172.64/172.58	c qxplain 5921/5921
172.64/172.59	c 6481[?] -939[?] -937[?]  is mandatory 
172.64/172.59	c qxplain 5920/5920
172.64/172.61	c 6482[?] -939[?] -938[?]  is mandatory 
172.64/172.61	c qxplain 5912/5919
172.64/172.62	c qxplain 5916/5919
172.75/172.63	c qxplain 5918/5919
172.75/172.64	c qxplain 5919/5919
172.75/172.65	c 6483[?] 939[?] 937[?] 938[?]  is mandatory 
172.75/172.65	c qxplain 5918/5918
172.75/172.67	c 6484[?] -940[?] -933[?]  is mandatory 
172.75/172.67	c qxplain 5916/5917
172.75/172.69	c qxplain 5917/5917
172.83/172.70	c 6485[?] -940[?] 939[?]  is mandatory 
172.83/172.70	c qxplain 5916/5916
172.83/172.71	c 6486[?] 940[?] -939[?] 933[?]  is mandatory 
172.83/172.71	c qxplain 5912/5915
172.83/172.72	c qxplain 5914/5915
172.83/172.74	c qxplain 5915/5915
172.83/172.76	c 6487[?] -941[?] -932[?]  is mandatory 
172.83/172.76	c qxplain 5914/5914
172.83/172.77	c 6488[?] 940[?] -941[?]  is mandatory 
172.83/172.77	c qxplain 5912/5913
172.83/172.78	c qxplain 5913/5913
172.83/172.79	c 6489[?] 941[?] -940[?] 932[?]  is mandatory 
172.83/172.79	c qxplain 5912/5912
172.93/172.81	c 6490[?] -942[?] -23[?]  is mandatory 
172.93/172.81	c qxplain 5786/5911
172.93/172.82	c qxplain 5849/5911
172.93/172.83	c qxplain 5881/5911
172.93/172.83	c qxplain 5897/5911
172.93/172.84	c qxplain 5905/5911
172.93/172.85	c qxplain 5909/5911
172.93/172.86	c qxplain 5911/5911
172.93/172.87	c 6491[?] -942[?] 552[?]  is mandatory 
172.93/172.87	c qxplain 5909/5910
172.93/172.88	c qxplain 5910/5910
172.93/172.89	c 6492[?] 942[?] -552[?] 23[?]  is mandatory 
172.93/172.89	c qxplain 5909/5909
173.03/172.90	c 6493[?] -943[?] 24[?]  is mandatory 
173.03/172.90	c qxplain 5905/5908
173.03/172.91	c qxplain 5907/5908
173.03/172.93	c qxplain 5908/5908
173.03/172.94	c 6494[?] -943[?] -942[?]  is mandatory 
173.03/172.94	c qxplain 5907/5907
173.03/172.95	c 6495[?] 943[?] -24[?] 942[?]  is mandatory 
173.03/172.95	c qxplain 5905/5906
173.03/172.96	c qxplain 5906/5906
173.03/172.96	c 6496[?] -944[?] -804[?]  is mandatory 
173.03/172.96	c qxplain 5905/5905
173.03/172.97	c 6497[?] -944[?] -943[?]  is mandatory 
173.03/172.97	c qxplain 5897/5904
173.03/172.98	c qxplain 5901/5904
173.03/172.99	c qxplain 5903/5904
173.13/173.00	c qxplain 5904/5904
173.13/173.01	c 6498[?] 944[?] 804[?] 943[?]  is mandatory 
173.13/173.01	c qxplain 5903/5903
173.13/173.02	c 6499[?] -945[?] 51[?]  is mandatory 
173.13/173.02	c qxplain 5901/5902
173.13/173.04	c qxplain 5902/5902
173.13/173.04	c 6500[?] -945[?] 944[?]  is mandatory 
173.13/173.04	c qxplain 5901/5901
173.13/173.06	c 6501[?] 945[?] -944[?] -51[?]  is mandatory 
173.13/173.06	c qxplain 5897/5900
173.13/173.07	c qxplain 5899/5900
173.13/173.07	c qxplain 5900/5900
173.13/173.09	c 6502[?] -946[?] 24[?]  is mandatory 
173.13/173.09	c qxplain 5899/5899
173.23/173.10	c 6503[?] -946[?] -51[?]  is mandatory 
173.23/173.10	c qxplain 5897/5898
173.23/173.12	c qxplain 5898/5898
173.23/173.13	c 6504[?] 946[?] -24[?] 51[?]  is mandatory 
173.23/173.13	c qxplain 5897/5897
173.23/173.14	c 6505[?] -947[?] -945[?]  is mandatory 
173.23/173.14	c qxplain 5881/5896
173.23/173.15	c qxplain 5889/5896
173.23/173.16	c qxplain 5893/5896
173.23/173.17	c qxplain 5895/5896
173.23/173.17	c qxplain 5896/5896
173.23/173.19	c 6506[?] -947[?] -946[?]  is mandatory 
173.23/173.19	c qxplain 5895/5895
173.33/173.20	c 6507[?] 947[?] 945[?] 946[?]  is mandatory 
173.33/173.20	c qxplain 5893/5894
173.33/173.21	c qxplain 5894/5894
173.33/173.23	c 6508[?] -948[?] 375[?]  is mandatory 
173.33/173.23	c qxplain 5893/5893
173.33/173.24	c 6509[?] -948[?] -947[?]  is mandatory 
173.33/173.24	c qxplain 5889/5892
173.33/173.24	c qxplain 5891/5892
173.33/173.25	c qxplain 5892/5892
173.33/173.27	c 6510[?] 948[?] 947[?] -375[?]  is mandatory 
173.33/173.27	c qxplain 5891/5891
173.33/173.28	c 6511[?] -949[?] 187[?]  is mandatory 
173.33/173.28	c qxplain 5889/5890
173.33/173.29	c qxplain 5890/5890
173.43/173.31	c 6512[?] -949[?] 396[?]  is mandatory 
173.43/173.31	c qxplain 5889/5889
173.43/173.32	c 6513[?] -187[?] 949[?] -396[?]  is mandatory 
173.43/173.32	c qxplain 5881/5888
173.43/173.33	c qxplain 5885/5888
173.43/173.34	c qxplain 5887/5888
173.43/173.35	c qxplain 5888/5888
173.43/173.37	c 6514[?] -950[?] 15[?]  is mandatory 
173.43/173.37	c qxplain 5887/5887
173.43/173.38	c 6515[?] -950[?] 458[?]  is mandatory 
173.43/173.38	c qxplain 5885/5886
173.43/173.39	c qxplain 5886/5886
173.53/173.40	c 6516[?] -458[?] 950[?] -15[?]  is mandatory 
173.53/173.40	c qxplain 5885/5885
173.53/173.41	c 6517[?] -951[?] -15[?]  is mandatory 
173.53/173.41	c qxplain 5881/5884
173.53/173.42	c qxplain 5883/5884
173.53/173.43	c qxplain 5884/5884
173.53/173.45	c 6518[?] -951[?] -458[?]  is mandatory 
173.53/173.45	c qxplain 5883/5883
173.53/173.46	c 6519[?] 458[?] 951[?] 15[?]  is mandatory 
173.53/173.46	c qxplain 5881/5882
173.53/173.47	c qxplain 5882/5882
173.53/173.48	c 6520[?] -950[?] -952[?]  is mandatory 
173.53/173.48	c qxplain 5881/5881
173.53/173.49	c 6521[?] -951[?] -952[?]  is mandatory 
173.53/173.49	c qxplain 5849/5880
173.63/173.50	c qxplain 5865/5880
173.63/173.51	c qxplain 5873/5880
173.63/173.52	c qxplain 5877/5880
173.63/173.53	c qxplain 5879/5880
173.63/173.54	c qxplain 5880/5880
173.63/173.55	c 6522[?] 952[?] 950[?] 951[?]  is mandatory 
173.63/173.55	c qxplain 5879/5879
173.63/173.56	c 6523[?] -953[?] 501[?]  is mandatory 
173.63/173.56	c qxplain 5877/5878
173.63/173.58	c qxplain 5878/5878
173.63/173.59	c 6524[?] -953[?] -952[?]  is mandatory 
173.63/173.59	c qxplain 5877/5877
173.63/173.60	c 6525[?] 952[?] 953[?] -501[?]  is mandatory 
173.63/173.60	c qxplain 5873/5876
173.63/173.62	c qxplain 5875/5876
173.73/173.63	c qxplain 5876/5876
173.73/173.64	c 6526[?] -954[?] -501[?]  is mandatory 
173.73/173.64	c qxplain 5875/5875
173.73/173.66	c 6527[?] 952[?] -954[?]  is mandatory 
173.73/173.66	c qxplain 5873/5874
173.73/173.67	c qxplain 5874/5874
173.73/173.68	c 6528[?] -952[?] 501[?] 954[?]  is mandatory 
173.73/173.68	c qxplain 5873/5873
173.73/173.69	c 6529[?] -953[?] -955[?]  is mandatory 
173.73/173.69	c qxplain 5865/5872
173.73/173.70	c qxplain 5869/5872
173.73/173.71	c qxplain 5871/5872
173.85/173.72	c qxplain 5872/5872
173.85/173.74	c 6530[?] -954[?] -955[?]  is mandatory 
173.85/173.74	c qxplain 5871/5871
173.85/173.75	c 6531[?] 954[?] 955[?] 953[?]  is mandatory 
173.85/173.75	c qxplain 5869/5870
173.85/173.76	c qxplain 5870/5870
173.85/173.77	c 6532[?] -956[?] -396[?]  is mandatory 
173.85/173.77	c qxplain 5869/5869
173.85/173.78	c 6533[?] -956[?] -955[?]  is mandatory 
173.85/173.78	c qxplain 5865/5868
173.85/173.79	c qxplain 5867/5868
173.93/173.81	c qxplain 5868/5868
173.93/173.82	c 6534[?] 955[?] 956[?] 396[?]  is mandatory 
173.93/173.82	c qxplain 5867/5867
173.93/173.83	c 6535[?] -949[?] -957[?]  is mandatory 
173.93/173.83	c qxplain 5865/5866
173.93/173.84	c qxplain 5866/5866
173.93/173.85	c 6536[?] -956[?] -957[?]  is mandatory 
173.93/173.85	c qxplain 5865/5865
173.93/173.86	c 6537[?] 957[?] 949[?] 956[?]  is mandatory 
173.93/173.86	c qxplain 5849/5864
173.93/173.87	c qxplain 5857/5864
173.93/173.88	c qxplain 5861/5864
173.93/173.89	c qxplain 5863/5864
173.93/173.89	c qxplain 5864/5864
174.02/173.90	c 6538[?] -958[?] -375[?]  is mandatory 
174.02/173.90	c qxplain 5863/5863
174.02/173.91	c 6539[?] -958[?] -957[?]  is mandatory 
174.02/173.91	c qxplain 5861/5862
174.02/173.92	c qxplain 5862/5862
174.02/173.93	c 6540[?] 958[?] 957[?] 375[?]  is mandatory 
174.02/173.93	c qxplain 5861/5861
174.02/173.94	c 6541[?] -959[?] -948[?]  is mandatory 
174.02/173.94	c qxplain 5857/5860
174.02/173.95	c qxplain 5859/5860
174.02/173.96	c qxplain 5860/5860
174.02/173.97	c 6542[?] -959[?] -958[?]  is mandatory 
174.02/173.97	c qxplain 5859/5859
174.02/173.98	c 6543[?] 959[?] 958[?] 948[?]  is mandatory 
174.02/173.98	c qxplain 5857/5858
174.02/174.00	c qxplain 5858/5858
174.12/174.01	c 6544[?] -960[?] -941[?]  is mandatory 
174.12/174.01	c qxplain 5857/5857
174.12/174.03	c 6545[?] -960[?] 959[?]  is mandatory 
174.12/174.03	c qxplain 5849/5856
174.12/174.04	c qxplain 5853/5856
174.12/174.05	c qxplain 5855/5856
174.22/174.12	c qxplain 5856/5856
174.22/174.13	c 6546[?] 960[?] 941[?] -959[?]  is mandatory 
174.22/174.13	c qxplain 5855/5855
174.22/174.14	c 6547[?] -961[?] 909[?]  is mandatory 
174.22/174.14	c qxplain 5853/5854
174.22/174.15	c qxplain 5854/5854
174.22/174.16	c 6548[?] -961[?] -928[?]  is mandatory 
174.22/174.16	c qxplain 5853/5853
174.22/174.18	c 6549[?] 961[?] 928[?] -909[?]  is mandatory 
174.22/174.18	c qxplain 5849/5852
174.22/174.19	c qxplain 5851/5852
174.33/174.20	c qxplain 5852/5852
174.33/174.22	c 6550[?] -962[?] -899[?]  is mandatory 
174.33/174.22	c qxplain 5851/5851
174.33/174.24	c 6551[?] -962[?] -961[?]  is mandatory 
174.33/174.24	c qxplain 5849/5850
174.33/174.25	c qxplain 5850/5850
174.33/174.26	c 6552[?] 962[?] 961[?] 899[?]  is mandatory 
174.33/174.26	c qxplain 5849/5849
174.33/174.27	c 6553[?] -963[?] 960[?]  is mandatory 
174.33/174.27	c qxplain 5786/5848
174.33/174.28	c qxplain 5818/5848
174.33/174.29	c qxplain 5834/5848
174.43/174.30	c qxplain 5842/5848
174.43/174.31	c qxplain 5846/5848
174.43/174.35	c qxplain 5848/5848
174.43/174.37	c 6554[?] -963[?] 962[?]  is mandatory 
174.43/174.37	c qxplain 5846/5847
174.43/174.38	c qxplain 5847/5847
174.43/174.39	c 6555[?] 963[?] -962[?] -960[?]  is mandatory 
174.43/174.39	c qxplain 5846/5846
174.53/174.40	c 6556[?] -964[?] 931[?]  is mandatory 
174.53/174.40	c qxplain 5842/5845
174.53/174.41	c qxplain 5844/5845
174.53/174.42	c qxplain 5845/5845
174.53/174.44	c 6557[?] -964[?] -963[?]  is mandatory 
174.53/174.44	c qxplain 5844/5844
174.53/174.45	c 6558[?] 964[?] -931[?] 963[?]  is mandatory 
174.53/174.45	c qxplain 5842/5843
174.53/174.46	c qxplain 5843/5843
174.53/174.47	c 6559[?] -965[?] -899[?]  is mandatory 
174.53/174.47	c qxplain 5842/5842
174.53/174.49	c 6560[?] -965[?] -964[?]  is mandatory 
174.53/174.49	c qxplain 5834/5841
174.63/174.50	c qxplain 5838/5841
174.63/174.51	c qxplain 5840/5841
174.63/174.54	c qxplain 5841/5841
174.63/174.55	c 6561[?] 964[?] 965[?] 899[?]  is mandatory 
174.63/174.55	c qxplain 5840/5840
174.63/174.56	c 6562[?] -966[?] 941[?]  is mandatory 
174.63/174.56	c qxplain 5838/5839
174.63/174.57	c qxplain 5839/5839
174.63/174.58	c 6563[?] -966[?] -959[?]  is mandatory 
174.63/174.58	c qxplain 5838/5838
174.63/174.59	c 6564[?] 966[?] 959[?] -941[?]  is mandatory 
174.63/174.59	c qxplain 5834/5837
174.73/174.60	c qxplain 5836/5837
174.73/174.62	c qxplain 5837/5837
174.73/174.63	c 6565[?] -967[?] 23[?]  is mandatory 
174.73/174.63	c qxplain 5836/5836
174.73/174.63	c 6566[?] -967[?] -552[?]  is mandatory 
174.73/174.63	c qxplain 5834/5835
174.73/174.64	c qxplain 5835/5835
174.73/174.66	c 6567[?] 967[?] -23[?] 552[?]  is mandatory 
174.73/174.66	c qxplain 5834/5834
174.73/174.67	c 6568[?] -968[?] -942[?]  is mandatory 
174.73/174.67	c qxplain 5818/5833
174.73/174.67	c qxplain 5826/5833
174.73/174.68	c qxplain 5830/5833
174.73/174.69	c qxplain 5832/5833
174.73/174.70	c qxplain 5833/5833
174.73/174.71	c 6569[?] -968[?] -967[?]  is mandatory 
174.73/174.71	c qxplain 5832/5832
174.83/174.72	c 6570[?] 968[?] 967[?] 942[?]  is mandatory 
174.83/174.72	c qxplain 5830/5831
174.83/174.73	c qxplain 5831/5831
174.83/174.75	c 6571[?] -969[?] 51[?]  is mandatory 
174.83/174.75	c qxplain 5830/5830
174.83/174.76	c 6572[?] -969[?] 968[?]  is mandatory 
174.83/174.76	c qxplain 5826/5829
174.83/174.76	c qxplain 5828/5829
174.83/174.78	c qxplain 5829/5829
174.83/174.78	c 6573[?] 969[?] -968[?] -51[?]  is mandatory 
174.83/174.78	c qxplain 5828/5828
174.95/174.85	c 6574[?] -970[?] 23[?]  is mandatory 
174.95/174.85	c qxplain 5826/5827
174.95/174.87	c qxplain 5827/5827
174.95/174.87	c 6575[?] -970[?] -51[?]  is mandatory 
174.95/174.87	c qxplain 5826/5826
174.95/174.89	c 6576[?] 970[?] -23[?] 51[?]  is mandatory 
174.95/174.89	c qxplain 5818/5825
174.95/174.90	c qxplain 5822/5825
175.03/174.91	c qxplain 5824/5825
175.03/174.92	c qxplain 5825/5825
175.03/174.93	c 6577[?] -971[?] -969[?]  is mandatory 
175.03/174.93	c qxplain 5824/5824
175.03/174.94	c 6578[?] -971[?] -970[?]  is mandatory 
175.03/174.94	c qxplain 5822/5823
175.03/174.95	c qxplain 5823/5823
175.03/174.96	c 6579[?] 971[?] 969[?] 970[?]  is mandatory 
175.03/174.96	c qxplain 5822/5822
175.03/174.99	c 6580[?] -972[?] 375[?]  is mandatory 
175.03/174.99	c qxplain 5818/5821
175.13/175.00	c qxplain 5820/5821
175.13/175.01	c qxplain 5821/5821
175.13/175.01	c 6581[?] -972[?] -971[?]  is mandatory 
175.13/175.01	c qxplain 5820/5820
175.13/175.03	c 6582[?] 972[?] 971[?] -375[?]  is mandatory 
175.13/175.03	c qxplain 5818/5819
175.13/175.04	c qxplain 5819/5819
175.13/175.05	c 6583[?] 186[?] -973[?]  is mandatory 
175.13/175.05	c qxplain 5818/5818
175.13/175.06	c 6584[?] -973[?] 396[?]  is mandatory 
175.13/175.06	c qxplain 5786/5817
175.13/175.07	c qxplain 5802/5817
175.13/175.09	c qxplain 5810/5817
175.13/175.09	c qxplain 5814/5817
175.23/175.11	c qxplain 5816/5817
175.23/175.12	c qxplain 5817/5817
175.23/175.13	c 6585[?] -186[?] 973[?] -396[?]  is mandatory 
175.23/175.13	c qxplain 5816/5816
175.43/175.30	c 6586[?] -497[?] -974[?]  is mandatory 
175.43/175.30	c qxplain 5814/5815
175.43/175.32	c qxplain 5815/5815
175.53/175.47	c 6587[?] -498[?] -974[?]  is mandatory 
175.53/175.47	c qxplain 5814/5814
175.53/175.48	c 6588[?] 974[?] 498[?] 497[?]  is mandatory 
175.53/175.48	c qxplain 5810/5813
175.53/175.50	c qxplain 5812/5813
175.63/175.51	c qxplain 5813/5813
175.63/175.52	c 6589[?] -975[?] -477[?]  is mandatory 
175.63/175.52	c qxplain 5812/5812
175.63/175.53	c 6590[?] -975[?] -974[?]  is mandatory 
175.63/175.53	c qxplain 5810/5811
175.63/175.54	c qxplain 5811/5811
175.63/175.56	c 6591[?] 975[?] 477[?] 974[?]  is mandatory 
175.63/175.56	c qxplain 5810/5810
175.63/175.57	c 6592[?] -976[?] 16[?]  is mandatory 
175.63/175.57	c qxplain 5802/5809
175.63/175.58	c qxplain 5806/5809
175.63/175.59	c qxplain 5808/5809
175.73/175.61	c qxplain 5809/5809
175.73/175.62	c 6593[?] -976[?] 480[?]  is mandatory 
175.73/175.62	c qxplain 5808/5808
175.73/175.63	c 6594[?] 976[?] -480[?] -16[?]  is mandatory 
175.73/175.63	c qxplain 5806/5807
175.73/175.64	c qxplain 5807/5807
175.73/175.66	c 6595[?] -977[?] -16[?]  is mandatory 
175.73/175.66	c qxplain 5806/5806
175.73/175.67	c 6596[?] -977[?] -480[?]  is mandatory 
175.73/175.67	c qxplain 5802/5805
175.73/175.68	c qxplain 5804/5805
175.73/175.69	c qxplain 5805/5805
175.83/175.70	c 6597[?] 480[?] 16[?] 977[?]  is mandatory 
175.83/175.70	c qxplain 5804/5804
175.83/175.72	c 6598[?] -978[?] -976[?]  is mandatory 
175.83/175.72	c qxplain 5802/5803
175.83/175.73	c qxplain 5803/5803
175.83/175.74	c 6599[?] -977[?] -978[?]  is mandatory 
175.83/175.74	c qxplain 5802/5802
175.83/175.75	c 6600[?] 976[?] 977[?] 978[?]  is mandatory 
175.83/175.75	c qxplain 5786/5801
175.83/175.76	c qxplain 5794/5801
175.83/175.78	c qxplain 5798/5801
175.83/175.79	c qxplain 5800/5801
175.83/175.80	c qxplain 5801/5801
175.83/175.81	c 6601[?] -979[?] 975[?]  is mandatory 
175.83/175.81	c qxplain 5800/5800
175.93/175.82	c 6602[?] -979[?] -978[?]  is mandatory 
175.93/175.82	c qxplain 5798/5799
175.93/175.84	c qxplain 5799/5799
175.93/175.85	c 6603[?] -975[?] 978[?] 979[?]  is mandatory 
175.93/175.85	c qxplain 5798/5798
175.93/175.86	c 6604[?] -975[?] -980[?]  is mandatory 
175.93/175.86	c qxplain 5794/5797
175.93/175.88	c qxplain 5796/5797
175.93/175.89	c qxplain 5797/5797
175.93/175.90	c 6605[?] 978[?] -980[?]  is mandatory 
175.93/175.90	c qxplain 5796/5796
175.93/175.92	c 6606[?] -978[?] 975[?] 980[?]  is mandatory 
175.93/175.92	c qxplain 5794/5795
176.05/175.93	c qxplain 5795/5795
176.05/175.94	c 6607[?] -979[?] -981[?]  is mandatory 
176.05/175.94	c qxplain 5794/5794
176.05/175.95	c 6608[?] -980[?] -981[?]  is mandatory 
176.05/175.95	c qxplain 5786/5793
176.05/175.96	c qxplain 5790/5793
176.05/175.97	c qxplain 5792/5793
176.05/175.98	c qxplain 5793/5793
176.05/175.99	c 6609[?] 980[?] 979[?] 981[?]  is mandatory 
176.05/175.99	c qxplain 5792/5792
176.13/176.00	c 6610[?] -982[?] -396[?]  is mandatory 
176.13/176.00	c qxplain 5790/5791
176.13/176.01	c qxplain 5791/5791
176.13/176.03	c 6611[?] -982[?] -981[?]  is mandatory 
176.13/176.03	c qxplain 5790/5790
176.13/176.04	c 6612[?] 981[?] 982[?] 396[?]  is mandatory 
176.13/176.04	c qxplain 5786/5789
176.13/176.05	c qxplain 5788/5789
176.13/176.07	c qxplain 5789/5789
176.13/176.08	c 6613[?] -973[?] -983[?]  is mandatory 
176.13/176.08	c qxplain 5788/5788
176.13/176.09	c 6614[?] -982[?] -983[?]  is mandatory 
176.13/176.09	c qxplain 5786/5787
176.23/176.10	c qxplain 5787/5787
176.23/176.11	c 6615[?] 983[?] 973[?] 982[?]  is mandatory 
176.23/176.11	c qxplain 5786/5786
176.23/176.12	c 6616[?] -984[?] -375[?]  is mandatory 
176.23/176.12	c qxplain 5534/5785
176.23/176.13	c qxplain 5660/5785
176.23/176.13	c qxplain 5723/5785
176.23/176.14	c qxplain 5755/5785
176.23/176.15	c qxplain 5771/5785
176.23/176.15	c qxplain 5779/5785
176.23/176.16	c qxplain 5783/5785
176.23/176.17	c qxplain 5785/5785
176.23/176.18	c 6617[?] -984[?] -983[?]  is mandatory 
176.23/176.18	c qxplain 5783/5784
176.23/176.19	c qxplain 5784/5784
176.33/176.21	c 6618[?] 984[?] 983[?] 375[?]  is mandatory 
176.33/176.21	c qxplain 5783/5783
176.33/176.22	c 6619[?] -985[?] -972[?]  is mandatory 
176.33/176.22	c qxplain 5779/5782
176.33/176.23	c qxplain 5781/5782
176.33/176.24	c qxplain 5782/5782
176.33/176.26	c 6620[?] -985[?] -984[?]  is mandatory 
176.33/176.26	c qxplain 5781/5781
176.33/176.27	c 6621[?] 985[?] 984[?] 972[?]  is mandatory 
176.33/176.27	c qxplain 5779/5780
176.33/176.30	c qxplain 5780/5780
176.43/176.31	c 6622[?] -986[?] 125[?]  is mandatory 
176.43/176.31	c qxplain 5779/5779
176.43/176.34	c 6623[?] -986[?] 329[?]  is mandatory 
176.43/176.34	c qxplain 5771/5778
176.43/176.36	c qxplain 5775/5778
176.43/176.37	c qxplain 5777/5778
176.43/176.39	c qxplain 5778/5778
176.54/176.41	c 6624[?] -125[?] 986[?] -329[?]  is mandatory 
176.54/176.41	c qxplain 5777/5777
176.54/176.44	c 6625[?] 106[?] -987[?]  is mandatory 
176.54/176.44	c qxplain 5775/5776
176.54/176.45	c qxplain 5776/5776
176.54/176.46	c 6626[?] -987[?] 331[?]  is mandatory 
176.54/176.46	c qxplain 5775/5775
176.54/176.48	c 6627[?] -106[?] 987[?] -331[?]  is mandatory 
176.54/176.48	c qxplain 5771/5774
176.64/176.50	c qxplain 5773/5774
176.64/176.53	c qxplain 5774/5774
176.64/176.54	c 6628[?] -988[?] -176[?]  is mandatory 
176.64/176.54	c qxplain 5773/5773
176.64/176.55	c 6629[?] -988[?] 311[?]  is mandatory 
176.64/176.55	c qxplain 5771/5772
176.64/176.57	c qxplain 5772/5772
176.64/176.58	c 6630[?] 988[?] 176[?] -311[?]  is mandatory 
176.64/176.58	c qxplain 5771/5771
176.74/176.63	c 6631[?] 87[?] -989[?]  is mandatory 
176.74/176.63	c qxplain 5755/5770
176.74/176.65	c qxplain 5763/5770
176.74/176.66	c qxplain 5767/5770
176.74/176.67	c qxplain 5769/5770
176.74/176.68	c qxplain 5770/5770
176.74/176.69	c 6632[?] -989[?] 333[?]  is mandatory 
176.74/176.69	c qxplain 5769/5769
176.84/176.70	c 6633[?] 989[?] -87[?] -333[?]  is mandatory 
176.84/176.70	c qxplain 5767/5768
176.84/176.71	c qxplain 5768/5768
176.84/176.72	c 6634[?] -990[?] -988[?]  is mandatory 
176.84/176.72	c qxplain 5767/5767
176.84/176.73	c 6635[?] -990[?] -989[?]  is mandatory 
176.84/176.73	c qxplain 5763/5766
176.84/176.74	c qxplain 5765/5766
176.84/176.76	c qxplain 5766/5766
176.84/176.77	c 6636[?] 990[?] 988[?] 989[?]  is mandatory 
176.84/176.77	c qxplain 5765/5765
176.84/176.78	c 6637[?] -991[?] -987[?]  is mandatory 
176.84/176.78	c qxplain 5763/5764
176.84/176.79	c qxplain 5764/5764
176.94/176.80	c 6638[?] -991[?] 990[?]  is mandatory 
176.94/176.80	c qxplain 5763/5763
176.94/176.82	c 6639[?] 991[?] -990[?] 987[?]  is mandatory 
176.94/176.82	c qxplain 5755/5762
176.94/176.83	c qxplain 5759/5762
176.94/176.84	c qxplain 5761/5762
176.94/176.85	c qxplain 5762/5762
176.94/176.86	c 6640[?] -992[?] -986[?]  is mandatory 
176.94/176.86	c qxplain 5761/5761
176.94/176.87	c 6641[?] -992[?] 991[?]  is mandatory 
176.94/176.87	c qxplain 5759/5760
176.94/176.88	c qxplain 5760/5760
176.94/176.90	c 6642[?] 992[?] -991[?] 986[?]  is mandatory 
176.94/176.90	c qxplain 5759/5759
176.94/176.91	c 6643[?] -993[?] 124[?]  is mandatory 
176.94/176.91	c qxplain 5755/5758
176.94/176.92	c qxplain 5757/5758
177.04/176.93	c qxplain 5758/5758
177.04/176.94	c 6644[?] -993[?] 329[?]  is mandatory 
177.04/176.94	c qxplain 5757/5757
177.04/176.97	c 6645[?] 993[?] -124[?] -329[?]  is mandatory 
177.04/176.97	c qxplain 5755/5756
177.04/176.99	c qxplain 5756/5756
177.04/177.00	c 6646[?] -994[?] 105[?]  is mandatory 
177.04/177.00	c qxplain 5755/5755
177.04/177.01	c 6647[?] -994[?] 331[?]  is mandatory 
177.04/177.01	c qxplain 5723/5754
177.16/177.02	c qxplain 5739/5754
177.16/177.04	c qxplain 5747/5754
177.16/177.05	c qxplain 5751/5754
177.16/177.05	c qxplain 5753/5754
177.16/177.07	c qxplain 5754/5754
177.16/177.09	c 6648[?] -105[?] 994[?] -331[?]  is mandatory 
177.16/177.09	c qxplain 5753/5753
177.23/177.10	c 6649[?] -995[?] 164[?]  is mandatory 
177.23/177.10	c qxplain 5751/5752
177.23/177.14	c qxplain 5752/5752
177.23/177.17	c 6650[?] -995[?] 311[?]  is mandatory 
177.23/177.17	c qxplain 5751/5751
177.23/177.19	c 6651[?] 995[?] -164[?] -311[?]  is mandatory 
177.23/177.19	c qxplain 5747/5750
177.33/177.21	c qxplain 5749/5750
177.33/177.22	c qxplain 5750/5750
177.33/177.27	c 6652[?] 86[?] -996[?]  is mandatory 
177.33/177.27	c qxplain 5749/5749
177.33/177.28	c 6653[?] -996[?] 333[?]  is mandatory 
177.33/177.28	c qxplain 5747/5748
177.43/177.30	c qxplain 5748/5748
177.43/177.32	c 6654[?] 996[?] -86[?] -333[?]  is mandatory 
177.43/177.32	c qxplain 5747/5747
177.43/177.33	c 6655[?] -997[?] -995[?]  is mandatory 
177.43/177.33	c qxplain 5739/5746
177.43/177.34	c qxplain 5743/5746
177.43/177.35	c qxplain 5745/5746
177.43/177.36	c qxplain 5746/5746
177.43/177.37	c 6656[?] -997[?] -996[?]  is mandatory 
177.43/177.37	c qxplain 5745/5745
177.43/177.39	c 6657[?] 997[?] 995[?] 996[?]  is mandatory 
177.43/177.39	c qxplain 5743/5744
177.53/177.40	c qxplain 5744/5744
177.53/177.43	c 6658[?] -998[?] -994[?]  is mandatory 
177.53/177.43	c qxplain 5743/5743
177.53/177.44	c 6659[?] -998[?] 997[?]  is mandatory 
177.53/177.44	c qxplain 5739/5742
177.53/177.45	c qxplain 5741/5742
177.53/177.46	c qxplain 5742/5742
177.53/177.47	c 6660[?] 998[?] -997[?] 994[?]  is mandatory 
177.53/177.47	c qxplain 5741/5741
177.53/177.49	c 6661[?] -999[?] -993[?]  is mandatory 
177.53/177.49	c qxplain 5739/5740
177.63/177.51	c qxplain 5740/5740
177.63/177.52	c 6662[?] -999[?] 998[?]  is mandatory 
177.63/177.52	c qxplain 5739/5739
177.63/177.54	c 6663[?] 999[?] -998[?] 993[?]  is mandatory 
177.63/177.54	c qxplain 5723/5738
177.63/177.55	c qxplain 5731/5738
177.63/177.56	c qxplain 5735/5738
177.63/177.57	c qxplain 5737/5738
177.63/177.58	c qxplain 5738/5738
177.63/177.59	c 6664[?] -1000[?] 22[?]  is mandatory 
177.63/177.59	c qxplain 5737/5737
177.73/177.60	c 6665[?] -1000[?] -551[?]  is mandatory 
177.73/177.60	c qxplain 5735/5736
177.73/177.61	c qxplain 5736/5736
177.73/177.62	c 6666[?] 1000[?] -22[?] 551[?]  is mandatory 
177.73/177.62	c qxplain 5735/5735
177.73/177.63	c 6667[?] -1001[?] -552[?]  is mandatory 
177.73/177.63	c qxplain 5731/5734
177.73/177.64	c qxplain 5733/5734
177.73/177.65	c qxplain 5734/5734
177.73/177.66	c 6668[?] -1001[?] -1000[?]  is mandatory 
177.73/177.66	c qxplain 5733/5733
177.73/177.67	c 6669[?] 1001[?] 1000[?] 552[?]  is mandatory 
177.73/177.67	c qxplain 5731/5732
177.73/177.68	c qxplain 5732/5732
177.83/177.70	c 6670[?] -1002[?] 51[?]  is mandatory 
177.83/177.70	c qxplain 5731/5731
177.83/177.71	c 6671[?] -1002[?] 1001[?]  is mandatory 
177.83/177.71	c qxplain 5723/5730
177.83/177.72	c qxplain 5727/5730
177.83/177.72	c qxplain 5729/5730
177.83/177.74	c qxplain 5730/5730
177.83/177.75	c 6672[?] 1002[?] -1001[?] -51[?]  is mandatory 
177.83/177.75	c qxplain 5729/5729
177.83/177.79	c 6673[?] -1003[?] 22[?]  is mandatory 
177.83/177.79	c qxplain 5727/5728
177.93/177.80	c qxplain 5728/5728
177.93/177.81	c 6674[?] -1003[?] -51[?]  is mandatory 
177.93/177.81	c qxplain 5727/5727
177.93/177.82	c 6675[?] 1003[?] -22[?] 51[?]  is mandatory 
177.93/177.82	c qxplain 5723/5726
177.93/177.84	c qxplain 5725/5726
177.93/177.85	c qxplain 5726/5726
177.93/177.86	c 6676[?] -1004[?] -1002[?]  is mandatory 
177.93/177.86	c qxplain 5725/5725
177.93/177.87	c 6677[?] -1004[?] -1003[?]  is mandatory 
177.93/177.87	c qxplain 5723/5724
177.93/177.88	c qxplain 5724/5724
177.93/177.89	c 6678[?] 1004[?] 1002[?] 1003[?]  is mandatory 
177.93/177.89	c qxplain 5723/5723
178.03/177.92	c 6679[?] -1005[?] 375[?]  is mandatory 
178.03/177.92	c qxplain 5660/5722
178.03/177.94	c qxplain 5692/5722
178.03/177.94	c qxplain 5708/5722
178.03/177.95	c qxplain 5716/5722
178.03/177.96	c qxplain 5720/5722
178.03/177.97	c qxplain 5722/5722
178.03/177.98	c 6680[?] -1005[?] -1004[?]  is mandatory 
178.03/177.98	c qxplain 5720/5721
178.03/177.98	c qxplain 5721/5721
178.03/178.00	c 6681[?] 1005[?] 1004[?] -375[?]  is mandatory 
178.03/178.00	c qxplain 5720/5720
178.03/178.01	c 6682[?] -1006[?] 185[?]  is mandatory 
178.03/178.01	c qxplain 5716/5719
178.13/178.02	c qxplain 5718/5719
178.13/178.04	c qxplain 5719/5719
178.13/178.05	c 6683[?] -1006[?] 396[?]  is mandatory 
178.13/178.05	c qxplain 5718/5718
178.13/178.06	c 6684[?] 1006[?] -185[?] -396[?]  is mandatory 
178.13/178.06	c qxplain 5716/5717
178.13/178.08	c qxplain 5717/5717
178.13/178.09	c 6685[?] -1007[?] 17[?]  is mandatory 
178.13/178.09	c qxplain 5716/5716
178.13/178.10	c 6686[?] 476[?] -1007[?]  is mandatory 
178.13/178.10	c qxplain 5708/5715
178.13/178.11	c qxplain 5712/5715
178.25/178.12	c qxplain 5714/5715
178.25/178.14	c qxplain 5715/5715
178.25/178.15	c 6687[?] -476[?] 1007[?] -17[?]  is mandatory 
178.25/178.15	c qxplain 5714/5714
178.25/178.16	c 6688[?] -1008[?] -17[?]  is mandatory 
178.25/178.16	c qxplain 5712/5713
178.25/178.17	c qxplain 5713/5713
178.25/178.19	c 6689[?] -1008[?] -476[?]  is mandatory 
178.25/178.19	c qxplain 5712/5712
178.34/178.20	c 6690[?] 476[?] 1008[?] 17[?]  is mandatory 
178.34/178.20	c qxplain 5708/5711
178.34/178.21	c qxplain 5710/5711
178.34/178.22	c qxplain 5711/5711
178.34/178.23	c 6691[?] -1007[?] -1009[?]  is mandatory 
178.34/178.23	c qxplain 5710/5710
178.34/178.25	c 6692[?] -1008[?] -1009[?]  is mandatory 
178.34/178.25	c qxplain 5708/5709
178.34/178.26	c qxplain 5709/5709
178.34/178.27	c 6693[?] 1009[?] 1007[?] 1008[?]  is mandatory 
178.34/178.27	c qxplain 5708/5708
178.34/178.28	c 6694[?] -1010[?] 497[?]  is mandatory 
178.34/178.28	c qxplain 5692/5707
178.34/178.29	c qxplain 5700/5707
178.44/178.31	c qxplain 5704/5707
178.44/178.32	c qxplain 5706/5707
178.44/178.33	c qxplain 5707/5707
178.44/178.34	c 6695[?] -1010[?] -1009[?]  is mandatory 
178.44/178.34	c qxplain 5706/5706
178.44/178.36	c 6696[?] 1009[?] -497[?] 1010[?]  is mandatory 
178.44/178.36	c qxplain 5704/5705
178.44/178.37	c qxplain 5705/5705
178.44/178.39	c 6697[?] -1011[?] -497[?]  is mandatory 
178.44/178.39	c qxplain 5704/5704
178.54/178.40	c 6698[?] 1009[?] -1011[?]  is mandatory 
178.54/178.40	c qxplain 5700/5703
178.54/178.41	c qxplain 5702/5703
178.54/178.42	c qxplain 5703/5703
178.54/178.44	c 6699[?] -1009[?] 1011[?] 497[?]  is mandatory 
178.54/178.44	c qxplain 5702/5702
178.54/178.45	c 6700[?] -1010[?] -1012[?]  is mandatory 
178.54/178.45	c qxplain 5700/5701
178.54/178.46	c qxplain 5701/5701
178.54/178.48	c 6701[?] -1011[?] -1012[?]  is mandatory 
178.54/178.48	c qxplain 5700/5700
178.54/178.49	c 6702[?] 1011[?] 1010[?] 1012[?]  is mandatory 
178.54/178.49	c qxplain 5692/5699
178.63/178.50	c qxplain 5696/5699
178.63/178.51	c qxplain 5698/5699
178.63/178.52	c qxplain 5699/5699
178.63/178.53	c 6703[?] -1013[?] -396[?]  is mandatory 
178.63/178.53	c qxplain 5698/5698
178.63/178.54	c 6704[?] -1013[?] -1012[?]  is mandatory 
178.63/178.54	c qxplain 5696/5697
178.63/178.56	c qxplain 5697/5697
178.63/178.57	c 6705[?] 1012[?] 1013[?] 396[?]  is mandatory 
178.63/178.57	c qxplain 5696/5696
178.63/178.58	c 6706[?] -1006[?] -1014[?]  is mandatory 
178.63/178.58	c qxplain 5692/5695
178.63/178.59	c qxplain 5694/5695
178.73/178.60	c qxplain 5695/5695
178.73/178.61	c 6707[?] -1013[?] -1014[?]  is mandatory 
178.73/178.61	c qxplain 5694/5694
178.73/178.62	c 6708[?] 1014[?] 1006[?] 1013[?]  is mandatory 
178.73/178.62	c qxplain 5692/5693
178.73/178.63	c qxplain 5693/5693
178.73/178.64	c 6709[?] -1015[?] -375[?]  is mandatory 
178.73/178.64	c qxplain 5692/5692
178.73/178.65	c 6710[?] -1015[?] -1014[?]  is mandatory 
178.73/178.65	c qxplain 5660/5691
178.73/178.66	c qxplain 5676/5691
178.73/178.66	c qxplain 5684/5691
178.73/178.67	c qxplain 5688/5691
178.73/178.68	c qxplain 5690/5691
178.83/178.70	c qxplain 5691/5691
178.83/178.71	c 6711[?] 1015[?] 1014[?] 375[?]  is mandatory 
178.83/178.71	c qxplain 5690/5690
178.83/178.73	c 6712[?] -1016[?] -1005[?]  is mandatory 
178.83/178.73	c qxplain 5688/5689
178.83/178.74	c qxplain 5689/5689
178.83/178.75	c 6713[?] -1016[?] -1015[?]  is mandatory 
178.83/178.75	c qxplain 5688/5688
178.83/178.76	c 6714[?] 1016[?] 1015[?] 1005[?]  is mandatory 
178.83/178.76	c qxplain 5684/5687
178.83/178.77	c qxplain 5686/5687
178.83/178.78	c qxplain 5687/5687
178.83/178.79	c 6715[?] -1017[?] -999[?]  is mandatory 
178.83/178.79	c qxplain 5686/5686
178.93/178.82	c 6716[?] 1016[?] -1017[?]  is mandatory 
178.93/178.82	c qxplain 5684/5685
178.93/178.88	c qxplain 5685/5685
179.03/178.90	c 6717[?] 1017[?] 999[?] -1016[?]  is mandatory 
179.03/178.90	c qxplain 5684/5684
179.03/178.92	c 6718[?] -1018[?] 992[?]  is mandatory 
179.03/178.92	c qxplain 5676/5683
179.03/178.93	c qxplain 5680/5683
179.03/178.94	c qxplain 5682/5683
179.03/178.97	c qxplain 5683/5683
179.03/178.99	c 6719[?] -1017[?] -1018[?]  is mandatory 
179.03/178.99	c qxplain 5682/5682
179.13/179.00	c 6720[?] 1018[?] 1017[?] -992[?]  is mandatory 
179.13/179.00	c qxplain 5680/5681
179.13/179.01	c qxplain 5681/5681
179.13/179.03	c 6721[?] -1019[?] 985[?]  is mandatory 
179.13/179.03	c qxplain 5680/5680
179.13/179.04	c 6722[?] -1019[?] -1018[?]  is mandatory 
179.13/179.04	c qxplain 5676/5679
179.13/179.05	c qxplain 5678/5679
179.13/179.07	c qxplain 5679/5679
179.13/179.09	c 6723[?] -985[?] 1019[?] 1018[?]  is mandatory 
179.13/179.09	c qxplain 5678/5678
179.13/179.11	c 6724[?] -1020[?] -992[?]  is mandatory 
179.13/179.11	c qxplain 5676/5677
179.13/179.12	c qxplain 5677/5677
179.24/179.13	c 6725[?] -1020[?] 1017[?]  is mandatory 
179.24/179.13	c qxplain 5676/5676
179.24/179.14	c 6726[?] 1020[?] -1017[?] 992[?]  is mandatory 
179.24/179.14	c qxplain 5660/5675
179.24/179.16	c qxplain 5668/5675
179.24/179.17	c qxplain 5672/5675
179.24/179.18	c qxplain 5674/5675
179.24/179.19	c qxplain 5675/5675
179.24/179.21	c 6727[?] -1021[?] -1019[?]  is mandatory 
179.24/179.21	c qxplain 5674/5674
179.35/179.22	c 6728[?] -1021[?] -1020[?]  is mandatory 
179.35/179.22	c qxplain 5672/5673
179.35/179.24	c qxplain 5673/5673
179.35/179.25	c 6729[?] 1021[?] 1019[?] 1020[?]  is mandatory 
179.35/179.25	c qxplain 5672/5672
179.35/179.27	c 6730[?] -1022[?] 123[?]  is mandatory 
179.35/179.27	c qxplain 5668/5671
179.43/179.30	c qxplain 5670/5671
179.43/179.31	c qxplain 5671/5671
179.43/179.32	c 6731[?] -1022[?] 329[?]  is mandatory 
179.43/179.32	c qxplain 5670/5670
179.43/179.35	c 6732[?] -123[?] 1022[?] -329[?]  is mandatory 
179.43/179.35	c qxplain 5668/5669
179.43/179.37	c qxplain 5669/5669
179.43/179.39	c 6733[?] 104[?] -1023[?]  is mandatory 
179.43/179.39	c qxplain 5668/5668
179.53/179.41	c 6734[?] -1023[?] 331[?]  is mandatory 
179.53/179.41	c qxplain 5660/5667
179.53/179.42	c qxplain 5664/5667
179.53/179.43	c qxplain 5666/5667
179.53/179.45	c qxplain 5667/5667
179.53/179.47	c 6735[?] -104[?] 1023[?] -331[?]  is mandatory 
179.53/179.47	c qxplain 5666/5666
179.53/179.48	c 6736[?] -1024[?] 174[?]  is mandatory 
179.53/179.48	c qxplain 5664/5665
179.63/179.50	c qxplain 5665/5665
179.63/179.51	c 6737[?] -1024[?] 311[?]  is mandatory 
179.63/179.51	c qxplain 5664/5664
179.63/179.52	c 6738[?] 1024[?] -174[?] -311[?]  is mandatory 
179.63/179.52	c qxplain 5660/5663
179.63/179.54	c qxplain 5662/5663
179.63/179.55	c qxplain 5663/5663
179.63/179.57	c 6739[?] -1025[?] 85[?]  is mandatory 
179.63/179.57	c qxplain 5662/5662
179.63/179.58	c 6740[?] -1025[?] 333[?]  is mandatory 
179.63/179.58	c qxplain 5660/5661
179.73/179.60	c qxplain 5661/5661
179.73/179.61	c 6741[?] 1025[?] -85[?] -333[?]  is mandatory 
179.73/179.61	c qxplain 5660/5660
179.73/179.62	c 6742[?] -1026[?] -1024[?]  is mandatory 
179.73/179.62	c qxplain 5534/5659
179.73/179.63	c qxplain 5597/5659
179.73/179.64	c qxplain 5629/5659
179.73/179.65	c qxplain 5645/5659
179.73/179.65	c qxplain 5653/5659
179.73/179.67	c qxplain 5657/5659
179.73/179.68	c qxplain 5659/5659
179.73/179.69	c 6743[?] -1026[?] -1025[?]  is mandatory 
179.73/179.69	c qxplain 5657/5658
179.83/179.71	c qxplain 5658/5658
179.83/179.72	c 6744[?] 1026[?] 1024[?] 1025[?]  is mandatory 
179.83/179.72	c qxplain 5657/5657
179.83/179.73	c 6745[?] -1027[?] -1023[?]  is mandatory 
179.83/179.73	c qxplain 5653/5656
179.83/179.75	c qxplain 5655/5656
179.83/179.76	c qxplain 5656/5656
179.83/179.77	c 6746[?] -1027[?] 1026[?]  is mandatory 
179.83/179.77	c qxplain 5655/5655
179.83/179.78	c 6747[?] 1027[?] -1026[?] 1023[?]  is mandatory 
179.83/179.78	c qxplain 5653/5654
179.83/179.80	c qxplain 5654/5654
179.93/179.81	c 6748[?] -1028[?] -1022[?]  is mandatory 
179.93/179.81	c qxplain 5653/5653
179.93/179.82	c 6749[?] -1028[?] 1027[?]  is mandatory 
179.93/179.82	c qxplain 5645/5652
179.93/179.83	c qxplain 5649/5652
179.93/179.84	c qxplain 5651/5652
179.93/179.84	c qxplain 5652/5652
179.93/179.86	c 6750[?] 1028[?] -1027[?] 1022[?]  is mandatory 
179.93/179.86	c qxplain 5651/5651
179.93/179.87	c 6751[?] -1029[?] 20[?]  is mandatory 
179.93/179.87	c qxplain 5649/5650
179.93/179.89	c qxplain 5650/5650
180.13/180.15	c qxplain 5649/5649
180.13/180.16	c 6753[?] 1029[?] -20[?] -51[?]  is mandatory 
180.13/180.16	c qxplain 5645/5648
180.13/180.17	c qxplain 5647/5648
180.13/180.25	c qxplain 5648/5648
180.13/180.27	c 6754[?] -1030[?] 20[?]  is mandatory 
180.13/180.27	c qxplain 5647/5647
180.46/180.43	c qxplain 5645/5646
180.46/180.52	c qxplain 5646/5646
180.46/180.53	c 6756[?] -20[?] 1030[?] 51[?]  is mandatory 
180.46/180.53	c qxplain 5645/5645
180.46/180.57	c 6757[?] -1031[?] -1029[?]  is mandatory 
180.46/180.57	c qxplain 5629/5644
180.46/180.58	c qxplain 5637/5644
180.46/180.59	c qxplain 5641/5644
180.46/180.59	c qxplain 5643/5644
180.46/180.60	c qxplain 5644/5644
180.46/180.63	c 6758[?] -1031[?] -1030[?]  is mandatory 
180.46/180.63	c qxplain 5643/5643
180.71/181.00	c 6759[?] 1031[?] 1030[?] 1029[?]  is mandatory 
180.71/181.00	c qxplain 5641/5642
180.71/181.00	c qxplain 5642/5642
180.71/181.02	c 6760[?] -1032[?] 375[?]  is mandatory 
180.71/181.02	c qxplain 5641/5641
180.84/181.03	c 6761[?] -1032[?] -1031[?]  is mandatory 
180.84/181.03	c qxplain 5637/5640
180.84/181.08	c qxplain 5639/5640
180.84/181.09	c qxplain 5640/5640
180.84/181.10	c 6762[?] 1032[?] 1031[?] -375[?]  is mandatory 
180.84/181.10	c qxplain 5639/5639
180.89/181.40	c 6763[?] 183[?] -1033[?]  is mandatory 
180.89/181.40	c qxplain 5637/5638
180.89/181.41	c qxplain 5638/5638
180.89/181.43	c 6764[?] -1033[?] 396[?]  is mandatory 
180.89/181.43	c qxplain 5637/5637
180.96/181.64	c 6765[?] -183[?] 1033[?] -396[?]  is mandatory 
180.96/181.64	c qxplain 5629/5636
180.96/181.65	c qxplain 5633/5636
180.96/181.66	c qxplain 5635/5636
180.96/181.68	c qxplain 5636/5636
180.96/181.69	c 6766[?] -1034[?] 19[?]  is mandatory 
180.96/181.69	c qxplain 5635/5635
180.96/181.70	c 6767[?] -1034[?] 487[?]  is mandatory 
180.96/181.70	c qxplain 5633/5634
181.05/181.91	c qxplain 5634/5634
181.08/182.09	c 6768[?] -487[?] 1034[?] -19[?]  is mandatory 
181.08/182.09	c qxplain 5633/5633
181.09/182.11	c 6769[?] -1035[?] -19[?]  is mandatory 
181.09/182.11	c qxplain 5629/5632
181.09/182.12	c qxplain 5631/5632
181.09/182.12	c qxplain 5632/5632
181.09/182.14	c 6770[?] -487[?] -1035[?]  is mandatory 
181.09/182.14	c qxplain 5631/5631
181.09/182.16	c 6771[?] 487[?] 19[?] 1035[?]  is mandatory 
181.09/182.16	c qxplain 5629/5630
181.09/182.31	c qxplain 5630/5630
181.09/182.32	c 6772[?] -1034[?] -1036[?]  is mandatory 
181.09/182.32	c qxplain 5629/5629
181.09/182.33	c 6773[?] -1035[?] -1036[?]  is mandatory 
181.09/182.33	c qxplain 5597/5628
181.09/182.34	c qxplain 5613/5628
181.22/182.35	c qxplain 5621/5628
181.22/182.36	c qxplain 5625/5628
181.22/182.37	c qxplain 5627/5628
181.22/182.38	c qxplain 5628/5628
181.22/182.39	c 6774[?] 1034[?] 1036[?] 1035[?]  is mandatory 
181.22/182.39	c qxplain 5627/5627
181.22/182.40	c 6775[?] -1037[?] -396[?]  is mandatory 
181.22/182.40	c qxplain 5625/5626
181.22/182.41	c qxplain 5626/5626
181.22/182.43	c 6776[?] -1037[?] -1036[?]  is mandatory 
181.22/182.43	c qxplain 5625/5625
181.22/182.44	c 6777[?] 1036[?] 1037[?] 396[?]  is mandatory 
181.22/182.44	c qxplain 5621/5624
181.32/182.45	c qxplain 5623/5624
181.32/182.47	c qxplain 5624/5624
181.32/182.48	c 6778[?] -1033[?] -1038[?]  is mandatory 
181.32/182.48	c qxplain 5623/5623
181.32/182.49	c 6779[?] -1037[?] -1038[?]  is mandatory 
181.32/182.49	c qxplain 5621/5622
181.32/182.50	c qxplain 5622/5622
181.32/182.51	c 6780[?] 1038[?] 1033[?] 1037[?]  is mandatory 
181.32/182.51	c qxplain 5621/5621
181.38/182.52	c 6781[?] -1039[?] -375[?]  is mandatory 
181.38/182.52	c qxplain 5613/5620
181.38/182.53	c qxplain 5617/5620
181.38/182.54	c qxplain 5619/5620
181.38/182.54	c qxplain 5620/5620
181.38/182.55	c 6782[?] -1039[?] -1038[?]  is mandatory 
181.38/182.55	c qxplain 5619/5619
181.38/182.57	c 6783[?] 1039[?] 1038[?] 375[?]  is mandatory 
181.38/182.57	c qxplain 5617/5618
181.38/182.58	c qxplain 5618/5618
181.38/182.60	c 6784[?] -1040[?] -1032[?]  is mandatory 
181.38/182.60	c qxplain 5617/5617
181.38/182.61	c 6785[?] -1040[?] -1039[?]  is mandatory 
181.38/182.61	c qxplain 5613/5616
181.50/182.62	c qxplain 5615/5616
181.50/182.63	c qxplain 5616/5616
181.50/182.64	c 6786[?] 1040[?] 1039[?] 1032[?]  is mandatory 
181.50/182.64	c qxplain 5615/5615
181.50/182.66	c 6787[?] -1041[?] 84[?] [...]

#
# trace file is too large. Trace was truncated at this point.
#

 qxplain 4088/4088
229.07/230.03	c qxplain 4025/4087
229.07/230.04	c qxplain 4057/4087
229.07/230.05	c qxplain 4073/4087
229.07/230.06	c qxplain 4081/4087
229.07/230.07	c qxplain 4085/4087
229.07/230.08	c qxplain 4087/4087
229.07/230.08	c qxplain 4085/4086
229.07/230.09	c qxplain 4086/4086
229.07/230.10	c 8399[?] 1779[?] -1778[?] -1775[?]  is mandatory 
229.07/230.10	c qxplain 4085/4085
229.07/230.10	c qxplain 4081/4084
229.07/230.11	c qxplain 4083/4084
229.07/230.11	c qxplain 4084/4084
229.07/230.12	c qxplain 4083/4083
229.18/230.13	c 8402[?] 1780[?] -1779[?] -1773[?]  is mandatory 
229.18/230.13	c qxplain 4081/4082
229.18/230.13	c qxplain 4082/4082
229.18/230.14	c qxplain 4081/4081
229.18/230.14	c 8405[?] 1781[?] -1780[?] -1694[?]  is mandatory 
229.18/230.14	c qxplain 4073/4080
229.18/230.15	c qxplain 4077/4080
229.18/230.16	c qxplain 4079/4080
229.18/230.17	c qxplain 4080/4080
229.18/230.17	c 8406[?] -1782[?] 1771[?]  is mandatory 
229.18/230.17	c qxplain 4079/4079
229.18/230.18	c qxplain 4077/4078
229.18/230.19	c qxplain 4078/4078
229.18/230.19	c 8408[?] -1771[?] 1782[?] -1781[?]  is mandatory 
229.18/230.19	c qxplain 4077/4077
229.27/230.20	c 8409[?] -1783[?] -1471[?]  is mandatory 
229.27/230.20	c qxplain 4073/4076
229.27/230.21	c qxplain 4075/4076
229.27/230.22	c qxplain 4076/4076
229.27/230.22	c qxplain 4075/4075
229.27/230.23	c 8411[?] 1471[?] 1783[?] 1782[?]  is mandatory 
229.27/230.23	c qxplain 4073/4074
229.27/230.24	c qxplain 4074/4074
229.27/230.24	c qxplain 4073/4073
229.27/230.25	c 8413[?] -1784[?] 1782[?]  is mandatory 
229.27/230.25	c qxplain 4057/4072
229.27/230.26	c qxplain 4065/4072
229.27/230.26	c qxplain 4069/4072
229.27/230.27	c qxplain 4071/4072
229.27/230.28	c qxplain 4072/4072
229.27/230.28	c 8415[?] -1785[?] -1783[?]  is mandatory 
229.27/230.28	c qxplain 4071/4071
229.27/230.29	c 8417[?] 1785[?] 1783[?] 1784[?]  is mandatory 
229.27/230.29	c qxplain 4069/4070
229.37/230.30	c qxplain 4070/4070
229.37/230.32	c 8418[?] -1786[?] 1475[?]  is mandatory 
229.37/230.32	c qxplain 4069/4069
229.37/230.33	c 8419[?] -1786[?] -1785[?]  is mandatory 
229.37/230.33	c qxplain 4065/4068
229.37/230.34	c qxplain 4067/4068
229.37/230.34	c qxplain 4068/4068
229.37/230.35	c 8420[?] 1785[?] 1786[?] -1475[?]  is mandatory 
229.37/230.35	c qxplain 4067/4067
229.37/230.36	c 8421[?] -1787[?] 1471[?]  is mandatory 
229.37/230.36	c qxplain 4065/4066
229.37/230.37	c qxplain 4066/4066
229.37/230.38	c 8422[?] -1787[?] -1475[?]  is mandatory 
229.37/230.38	c qxplain 4065/4065
229.37/230.39	c 8423[?] -1471[?] 1787[?] 1475[?]  is mandatory 
229.37/230.39	c qxplain 4057/4064
229.47/230.40	c qxplain 4061/4064
229.47/230.41	c qxplain 4063/4064
229.47/230.41	c qxplain 4064/4064
229.47/230.42	c 8424[?] -1786[?] -1788[?]  is mandatory 
229.47/230.42	c qxplain 4063/4063
229.47/230.44	c 8425[?] -1787[?] -1788[?]  is mandatory 
229.47/230.44	c qxplain 4061/4062
229.47/230.45	c qxplain 4062/4062
229.47/230.46	c 8426[?] 1788[?] 1786[?] 1787[?]  is mandatory 
229.47/230.46	c qxplain 4061/4061
229.47/230.46	c qxplain 4057/4060
229.47/230.47	c qxplain 4059/4060
229.47/230.47	c qxplain 4057/4058
229.47/230.48	c qxplain 4058/4058
229.47/230.49	c 8436[?] -1792[?] 1764[?]  is mandatory 
229.47/230.49	c qxplain 4057/4057
229.47/230.49	c qxplain 4025/4056
229.57/230.50	c qxplain 4041/4056
229.57/230.51	c qxplain 4049/4056
229.57/230.51	c qxplain 4053/4056
229.57/230.52	c qxplain 4055/4056
229.57/230.53	c qxplain 4056/4056
229.57/230.53	c qxplain 4055/4055
229.57/230.54	c 8440[?] -1793[?] 1792[?]  is mandatory 
229.57/230.54	c qxplain 4053/4054
229.57/230.55	c qxplain 4054/4054
229.57/230.55	c qxplain 4053/4053
229.57/230.56	c 8442[?] 1472[?] -1794[?]  is mandatory 
229.57/230.56	c qxplain 4049/4052
229.57/230.57	c qxplain 4051/4052
229.57/230.58	c qxplain 4052/4052
229.57/230.58	c qxplain 4051/4051
229.57/230.59	c 8444[?] 1794[?] -1472[?] 1793[?]  is mandatory 
229.57/230.59	c qxplain 4049/4050
229.57/230.60	c qxplain 4050/4050
229.67/230.60	c qxplain 4049/4049
229.67/230.61	c 8446[?] -1795[?] -1794[?]  is mandatory 
229.67/230.61	c qxplain 4041/4048
229.67/230.62	c qxplain 4045/4048
229.67/230.62	c qxplain 4047/4048
229.67/230.63	c qxplain 4048/4048
229.67/230.64	c 8447[?] 1794[?] 1795[?] 1729[?]  is mandatory 
229.67/230.64	c qxplain 4047/4047
229.67/230.65	c 8448[?] -1796[?] 1475[?]  is mandatory 
229.67/230.65	c qxplain 4045/4046
229.67/230.66	c qxplain 4046/4046
229.67/230.67	c 8449[?] -1796[?] 1795[?]  is mandatory 
229.67/230.67	c qxplain 4045/4045
229.67/230.67	c 8450[?] -1795[?] 1796[?] -1475[?]  is mandatory 
229.67/230.67	c qxplain 4041/4044
229.67/230.68	c qxplain 4043/4044
229.67/230.69	c qxplain 4044/4044
229.77/230.70	c 8451[?] -1797[?] 1472[?]  is mandatory 
229.77/230.70	c qxplain 4043/4043
229.77/230.71	c 8452[?] -1797[?] -1475[?]  is mandatory 
229.77/230.71	c qxplain 4041/4042
229.77/230.72	c qxplain 4042/4042
229.77/230.73	c 8453[?] 1797[?] -1472[?] 1475[?]  is mandatory 
229.77/230.73	c qxplain 4041/4041
229.77/230.74	c 8454[?] -1796[?] -1798[?]  is mandatory 
229.77/230.74	c qxplain 4025/4040
229.77/230.75	c qxplain 4033/4040
229.77/230.75	c qxplain 4037/4040
229.77/230.76	c qxplain 4039/4040
229.77/230.77	c qxplain 4040/4040
229.77/230.78	c 8455[?] -1798[?] -1797[?]  is mandatory 
229.77/230.78	c qxplain 4039/4039
229.77/230.79	c 8456[?] 1798[?] 1796[?] 1797[?]  is mandatory 
229.77/230.79	c qxplain 4037/4038
229.87/230.80	c qxplain 4038/4038
229.87/230.81	c 8457[?] 1788[?] -1799[?]  is mandatory 
229.87/230.81	c qxplain 4037/4037
229.87/230.81	c 8458[?] 1798[?] -1799[?]  is mandatory 
229.87/230.81	c qxplain 4033/4036
229.87/230.82	c qxplain 4035/4036
229.87/230.84	c qxplain 4036/4036
229.87/230.84	c 8459[?] 1799[?] -1788[?] -1798[?]  is mandatory 
229.87/230.84	c qxplain 4035/4035
229.87/230.90	c 8460[?] -1459[?] -1800[?]  is mandatory 
229.97/230.90	c qxplain 4033/4034
229.97/230.91	c qxplain 4034/4034
229.97/230.95	c 8461[?] -1460[?] -1800[?]  is mandatory 
229.97/230.95	c qxplain 4033/4033
229.97/230.96	c 8462[?] 1800[?] 1460[?] 1459[?]  is mandatory 
229.97/230.96	c qxplain 4025/4032
229.97/230.97	c qxplain 4029/4032
229.97/230.97	c qxplain 4031/4032
230.07/231.02	c qxplain 4032/4032
230.07/231.04	c 8463[?] -1445[?] -1801[?]  is mandatory 
230.07/231.04	c qxplain 4031/4031
230.07/231.05	c 8464[?] 1800[?] -1801[?]  is mandatory 
230.07/231.05	c qxplain 4029/4030
230.07/231.06	c qxplain 4030/4030
230.07/231.06	c 8465[?] 1801[?] -1800[?] 1445[?]  is mandatory 
230.07/231.06	c qxplain 4029/4029
230.07/231.08	c 8466[?] -1444[?] -1802[?]  is mandatory 
230.07/231.08	c qxplain 4025/4028
230.07/231.09	c qxplain 4027/4028
230.07/231.09	c qxplain 4028/4028
230.07/231.10	c 8467[?] 1801[?] -1802[?]  is mandatory 
230.07/231.10	c qxplain 4027/4027
230.07/231.12	c 8468[?] 1802[?] -1801[?] 1444[?]  is mandatory 
230.07/231.12	c qxplain 4025/4026
230.17/231.12	c qxplain 4026/4026
230.17/231.13	c 8469[?] -1803[?] -1446[?]  is mandatory 
230.17/231.13	c qxplain 4025/4025
230.17/231.14	c 8470[?] -1803[?] -1447[?]  is mandatory 
230.17/231.14	c qxplain 0/4024
230.17/231.15	c qxplain 2013/4024
230.17/231.16	c qxplain 3019/4024
230.17/231.17	c qxplain 3522/4024
230.17/231.18	c qxplain 3774/4024
230.17/231.19	c qxplain 3900/4024
230.17/231.19	c qxplain 3963/4024
230.17/231.20	c qxplain 3994/4024
230.17/231.21	c qxplain 4010/4024
230.17/231.22	c qxplain 4018/4024
230.29/231.22	c qxplain 4022/4024
230.29/231.23	c qxplain 4024/4024
230.29/231.24	c 8471[?] 1803[?] 1446[?] 1447[?]  is mandatory 
230.29/231.24	c qxplain 4022/4023
230.29/231.26	c qxplain 4023/4023
230.29/231.26	c 8472[?] -1448[?] -1804[?]  is mandatory 
230.29/231.26	c qxplain 4022/4022
230.29/231.27	c 8473[?] -1804[?] 1803[?]  is mandatory 
230.29/231.27	c qxplain 4018/4021
230.29/231.28	c qxplain 4020/4021
230.29/231.29	c qxplain 4021/4021
230.36/231.30	c 8474[?] 1804[?] -1803[?] 1448[?]  is mandatory 
230.36/231.30	c qxplain 4020/4020
230.36/231.31	c 8475[?] -1449[?] -1805[?]  is mandatory 
230.36/231.31	c qxplain 4018/4019
230.36/231.32	c qxplain 4019/4019
230.36/231.33	c 8476[?] 1804[?] -1805[?]  is mandatory 
230.36/231.33	c qxplain 4018/4018
230.36/231.34	c 8477[?] 1805[?] -1804[?] 1449[?]  is mandatory 
230.36/231.34	c qxplain 4010/4017
230.36/231.34	c qxplain 4014/4017
230.36/231.35	c qxplain 4016/4017
230.36/231.36	c qxplain 4017/4017
230.36/231.37	c 8478[?] 1677[?] -1806[?]  is mandatory 
230.36/231.37	c qxplain 4016/4016
230.36/231.38	c 8479[?] 1805[?] -1806[?]  is mandatory 
230.36/231.38	c qxplain 4014/4015
230.36/231.39	c qxplain 4015/4015
230.46/231.40	c 8480[?] 1806[?] -1805[?] -1677[?]  is mandatory 
230.46/231.40	c qxplain 4014/4014
230.46/231.41	c 8481[?] 1802[?] -1807[?]  is mandatory 
230.46/231.41	c qxplain 4010/4013
230.46/231.42	c qxplain 4012/4013
230.46/231.42	c qxplain 4013/4013
230.46/231.43	c 8482[?] 1806[?] -1807[?]  is mandatory 
230.46/231.43	c qxplain 4012/4012
230.46/231.44	c 8483[?] 1807[?] -1802[?] -1806[?]  is mandatory 
230.46/231.44	c qxplain 4010/4011
230.46/231.45	c qxplain 4011/4011
230.46/231.46	c 8484[?] 1656[?] -1808[?]  is mandatory 
230.46/231.46	c qxplain 4010/4010
230.46/231.47	c 8485[?] 1807[?] -1808[?]  is mandatory 
230.46/231.47	c qxplain 3994/4009
230.46/231.48	c qxplain 4002/4009
230.46/231.49	c qxplain 4006/4009
230.46/231.49	c qxplain 4008/4009
230.56/231.50	c qxplain 4009/4009
230.56/231.51	c 8486[?] 1808[?] -1807[?] -1656[?]  is mandatory 
230.56/231.51	c qxplain 4008/4008
230.56/231.52	c 8487[?] -1809[?] -1461[?]  is mandatory 
230.56/231.52	c qxplain 4006/4007
230.56/231.53	c qxplain 4007/4007
230.56/231.54	c 8488[?] -1809[?] 1808[?]  is mandatory 
230.56/231.54	c qxplain 4006/4006
230.56/231.56	c 8489[?] 1461[?] -1808[?] 1809[?]  is mandatory 
230.56/231.56	c qxplain 4002/4005
230.56/231.58	c qxplain 4004/4005
230.56/231.58	c qxplain 4005/4005
230.56/231.59	c 8490[?] -1810[?] 1461[?]  is mandatory 
230.56/231.59	c qxplain 4004/4004
230.66/231.61	c 8491[?] -1810[?] -1808[?]  is mandatory 
230.66/231.61	c qxplain 4002/4003
230.66/231.62	c qxplain 4003/4003
230.66/231.63	c 8492[?] 1810[?] -1461[?] 1808[?]  is mandatory 
230.66/231.63	c qxplain 4002/4002
230.66/231.64	c 8493[?] -1811[?] -1809[?]  is mandatory 
230.66/231.64	c qxplain 3994/4001
230.66/231.65	c qxplain 3998/4001
230.66/231.66	c qxplain 4000/4001
230.66/231.67	c qxplain 4001/4001
230.66/231.67	c 8494[?] -1811[?] -1810[?]  is mandatory 
230.66/231.67	c qxplain 4000/4000
230.66/231.68	c 8495[?] 1811[?] 1810[?] 1809[?]  is mandatory 
230.66/231.68	c qxplain 3998/3999
230.66/231.69	c qxplain 3999/3999
230.77/231.70	c 8496[?] -1812[?] 1475[?]  is mandatory 
230.77/231.70	c qxplain 3998/3998
230.77/231.71	c 8497[?] -1812[?] 1811[?]  is mandatory 
230.77/231.71	c qxplain 3994/3997
230.77/231.72	c qxplain 3996/3997
230.77/231.72	c qxplain 3997/3997
230.77/231.73	c 8498[?] 1812[?] -1811[?] -1475[?]  is mandatory 
230.77/231.73	c qxplain 3996/3996
230.77/231.74	c 8499[?] -1813[?] 1461[?]  is mandatory 
230.77/231.74	c qxplain 3994/3995
230.77/231.75	c qxplain 3995/3995
230.77/231.76	c 8500[?] -1813[?] -1475[?]  is mandatory 
230.77/231.76	c qxplain 3994/3994
230.87/231.83	c 8501[?] -1461[?] 1813[?] 1475[?]  is mandatory 
230.87/231.83	c qxplain 3963/3993
230.87/231.84	c qxplain 3979/3993
230.87/231.84	c qxplain 3987/3993
230.87/231.86	c qxplain 3991/3993
230.87/231.87	c qxplain 3993/3993
230.87/231.88	c 8502[?] -1814[?] -1812[?]  is mandatory 
230.87/231.88	c qxplain 3991/3992
230.87/231.88	c qxplain 3992/3992
230.97/231.95	c 8503[?] -1814[?] -1813[?]  is mandatory 
230.97/231.95	c qxplain 3991/3991
230.97/231.97	c 8504[?] 1814[?] 1812[?] 1813[?]  is mandatory 
230.97/231.97	c qxplain 3987/3990
230.97/231.98	c qxplain 3989/3990
230.97/231.99	c qxplain 3990/3990
231.07/232.00	c 8505[?] -1815[?] 1799[?]  is mandatory 
231.07/232.00	c qxplain 3989/3989
231.07/232.01	c 8506[?] -1815[?] -1814[?]  is mandatory 
231.07/232.01	c qxplain 3987/3988
231.07/232.02	c qxplain 3988/3988
231.07/232.03	c 8507[?] 1815[?] 1814[?] -1799[?]  is mandatory 
231.07/232.03	c qxplain 3987/3987
231.07/232.04	c 8508[?] 1565[?] -1816[?]  is mandatory 
231.07/232.04	c qxplain 3979/3986
231.07/232.05	c qxplain 3983/3986
231.07/232.05	c qxplain 3985/3986
231.07/232.06	c qxplain 3986/3986
231.07/232.07	c 8509[?] -1625[?] -1816[?]  is mandatory 
231.07/232.07	c qxplain 3985/3985
231.07/232.08	c 8510[?] 1816[?] 1625[?] -1565[?]  is mandatory 
231.07/232.08	c qxplain 3983/3984
231.07/232.09	c qxplain 3984/3984
231.07/232.09	c 8511[?] 1606[?] -1817[?]  is mandatory 
231.07/232.09	c qxplain 3983/3983
231.17/232.10	c 8512[?] 1816[?] -1817[?]  is mandatory 
231.17/232.10	c qxplain 3979/3982
231.17/232.11	c qxplain 3981/3982
231.17/232.12	c qxplain 3982/3982
231.17/232.12	c 8513[?] -1816[?] -1606[?] 1817[?]  is mandatory 
231.17/232.12	c qxplain 3981/3981
231.17/232.13	c 8514[?] -1818[?] -1565[?]  is mandatory 
231.17/232.13	c qxplain 3979/3980
231.17/232.14	c qxplain 3980/3980
231.17/232.15	c 8515[?] -1605[?] -1818[?]  is mandatory 
231.17/232.15	c qxplain 3979/3979
231.17/232.16	c 8516[?] 1818[?] 1605[?] 1565[?]  is mandatory 
231.17/232.16	c qxplain 3963/3978
231.17/232.16	c qxplain 3971/3978
231.17/232.17	c qxplain 3975/3978
231.17/232.18	c qxplain 3977/3978
231.17/232.19	c qxplain 3978/3978
231.17/232.20	c 8517[?] -1606[?] -1819[?]  is mandatory 
231.17/232.20	c qxplain 3977/3977
231.17/232.20	c 8518[?] 1818[?] -1819[?]  is mandatory 
231.17/232.20	c qxplain 3975/3976
231.17/232.21	c qxplain 3976/3976
231.17/232.22	c 8519[?] 1606[?] -1818[?] 1819[?]  is mandatory 
231.17/232.22	c qxplain 3975/3975
231.27/232.22	c 8520[?] -1817[?] -1820[?]  is mandatory 
231.27/232.22	c qxplain 3971/3974
231.27/232.23	c qxplain 3973/3974
231.27/232.24	c qxplain 3974/3974
231.27/232.25	c 8521[?] -1819[?] -1820[?]  is mandatory 
231.27/232.25	c qxplain 3973/3973
231.27/232.25	c 8522[?] 1819[?] 1817[?] 1820[?]  is mandatory 
231.27/232.25	c qxplain 3971/3972
231.27/232.26	c qxplain 3972/3972
231.27/232.27	c 8523[?] 1624[?] -1821[?]  is mandatory 
231.27/232.27	c qxplain 3971/3971
231.27/232.28	c 8524[?] -1821[?] 1820[?]  is mandatory 
231.27/232.28	c qxplain 3963/3970
231.27/232.29	c qxplain 3967/3970
231.27/232.30	c qxplain 3969/3970
231.27/232.31	c qxplain 3970/3970
231.27/232.31	c 8525[?] -1624[?] -1820[?] 1821[?]  is mandatory 
231.27/232.31	c qxplain 3969/3969
231.39/232.33	c 8527[?] -1822[?] 1820[?]  is mandatory 
231.39/232.33	c qxplain 3967/3968
231.39/232.34	c qxplain 3968/3968
231.39/232.35	c 8529[?] 1623[?] -1823[?]  is mandatory 
231.39/232.35	c qxplain 3967/3967
231.39/232.36	c 8531[?] 1823[?] -1623[?] 1820[?]  is mandatory 
231.39/232.36	c qxplain 3963/3966
231.39/232.37	c qxplain 3965/3966
231.39/232.38	c qxplain 3966/3966
231.39/232.39	c 8533[?] -1823[?] -1824[?]  is mandatory 
231.39/232.39	c qxplain 3965/3965
231.47/232.40	c 8534[?] 1823[?] 1824[?] 1822[?]  is mandatory 
231.47/232.40	c qxplain 3963/3964
231.47/232.41	c qxplain 3964/3964
231.47/232.43	c 8535[?] 1427[?] -1825[?]  is mandatory 
231.47/232.43	c qxplain 3963/3963
231.47/232.44	c 8536[?] -1824[?] -1825[?]  is mandatory 
231.47/232.44	c qxplain 3900/3962
231.47/232.45	c qxplain 3932/3962
231.47/232.46	c qxplain 3948/3962
231.47/232.46	c qxplain 3956/3962
231.47/232.47	c qxplain 3960/3962
231.47/232.48	c qxplain 3962/3962
231.47/232.49	c 8537[?] 1824[?] -1427[?] 1825[?]  is mandatory 
231.47/232.49	c qxplain 3960/3961
231.57/232.50	c qxplain 3961/3961
231.57/232.51	c 8539[?] -1826[?] 1820[?]  is mandatory 
231.57/232.51	c qxplain 3960/3960
231.57/232.52	c 8541[?] 1622[?] -1827[?]  is mandatory 
231.57/232.52	c qxplain 3956/3959
231.57/232.53	c qxplain 3958/3959
231.57/232.54	c qxplain 3959/3959
231.57/232.55	c 8543[?] -1622[?] 1827[?] 1820[?]  is mandatory 
231.57/232.55	c qxplain 3958/3958
231.57/232.56	c 8545[?] -1827[?] -1828[?]  is mandatory 
231.57/232.56	c qxplain 3956/3957
231.57/232.57	c qxplain 3957/3957
231.57/232.58	c 8546[?] 1827[?] 1828[?] 1826[?]  is mandatory 
231.57/232.58	c qxplain 3956/3956
231.57/232.59	c 8547[?] 1428[?] -1829[?]  is mandatory 
231.57/232.59	c qxplain 3948/3955
231.67/232.60	c qxplain 3952/3955
231.67/232.61	c qxplain 3954/3955
231.67/232.62	c qxplain 3955/3955
231.67/232.63	c 8548[?] -1828[?] -1829[?]  is mandatory 
231.67/232.63	c qxplain 3954/3954
231.67/232.64	c 8549[?] 1828[?] 1829[?] -1428[?]  is mandatory 
231.67/232.64	c qxplain 3952/3953
231.67/232.66	c qxplain 3953/3953
231.67/232.67	c 8551[?] -1830[?] 1820[?]  is mandatory 
231.67/232.67	c qxplain 3952/3952
231.67/232.68	c 8553[?] 1618[?] -1831[?]  is mandatory 
231.67/232.68	c qxplain 3948/3951
231.67/232.69	c qxplain 3950/3951
231.67/232.69	c qxplain 3951/3951
231.77/232.70	c 8555[?] 1831[?] -1618[?] 1820[?]  is mandatory 
231.77/232.70	c qxplain 3950/3950
231.77/232.71	c 8557[?] -1831[?] -1832[?]  is mandatory 
231.77/232.71	c qxplain 3948/3949
231.77/232.73	c qxplain 3949/3949
231.77/232.74	c 8558[?] 1831[?] 1832[?] 1830[?]  is mandatory 
231.77/232.74	c qxplain 3948/3948
231.77/232.75	c 8559[?] 1432[?] -1833[?]  is mandatory 
231.77/232.75	c qxplain 3932/3947
231.77/232.76	c qxplain 3940/3947
231.77/232.77	c qxplain 3944/3947
231.77/232.78	c qxplain 3946/3947
231.77/232.78	c qxplain 3947/3947
231.87/232.80	c 8560[?] -1832[?] -1833[?]  is mandatory 
231.87/232.80	c qxplain 3946/3946
231.87/232.81	c 8561[?] 1833[?] 1832[?] -1432[?]  is mandatory 
231.87/232.81	c qxplain 3944/3945
231.87/232.82	c qxplain 3945/3945
231.87/232.83	c 8563[?] -1834[?] 1820[?]  is mandatory 
231.87/232.83	c qxplain 3944/3944
231.87/232.84	c 8565[?] 1619[?] -1835[?]  is mandatory 
231.87/232.84	c qxplain 3940/3943
231.87/232.85	c qxplain 3942/3943
231.87/232.86	c qxplain 3943/3943
231.87/232.87	c 8567[?] 1835[?] -1619[?] 1820[?]  is mandatory 
231.87/232.87	c qxplain 3942/3942
231.87/232.88	c 8569[?] -1835[?] -1836[?]  is mandatory 
231.87/232.88	c qxplain 3940/3941
231.87/232.88	c qxplain 3941/3941
231.87/232.90	c 8570[?] 1835[?] 1836[?] 1834[?]  is mandatory 
231.87/232.90	c qxplain 3940/3940
231.97/232.91	c 8571[?] -1837[?] -1431[?]  is mandatory 
231.97/232.91	c qxplain 3932/3939
231.97/232.91	c qxplain 3936/3939
231.97/232.92	c qxplain 3938/3939
231.97/232.93	c qxplain 3939/3939
231.97/232.94	c 8572[?] -1837[?] 1836[?]  is mandatory 
231.97/232.94	c qxplain 3938/3938
231.97/232.96	c 8573[?] -1836[?] 1837[?] 1431[?]  is mandatory 
231.97/232.96	c qxplain 3936/3937
231.97/232.97	c qxplain 3937/3937
231.97/232.98	c 8574[?] -1838[?] 1833[?]  is mandatory 
231.97/232.98	c qxplain 3936/3936
231.97/232.99	c 8575[?] -1837[?] -1838[?]  is mandatory 
231.97/232.99	c qxplain 3932/3935
231.97/233.00	c qxplain 3934/3935
232.08/233.00	c qxplain 3935/3935
232.08/233.01	c 8576[?] 1838[?] 1837[?] -1833[?]  is mandatory 
232.08/233.01	c qxplain 3934/3934
232.08/233.03	c 8577[?] 1431[?] -1839[?]  is mandatory 
232.08/233.03	c qxplain 3932/3933
232.08/233.04	c qxplain 3933/3933
232.08/233.05	c 8578[?] -1836[?] -1839[?]  is mandatory 
232.08/233.05	c qxplain 3932/3932
232.08/233.06	c 8579[?] -1431[?] 1836[?] 1839[?]  is mandatory 
232.08/233.06	c qxplain 3900/3931
232.08/233.07	c qxplain 3916/3931
232.08/233.08	c qxplain 3924/3931
232.08/233.08	c qxplain 3928/3931
232.08/233.10	c qxplain 3930/3931
232.18/233.10	c qxplain 3931/3931
232.18/233.11	c 8580[?] -1838[?] -1840[?]  is mandatory 
232.18/233.11	c qxplain 3930/3930
232.18/233.12	c 8581[?] -1839[?] -1840[?]  is mandatory 
232.18/233.12	c qxplain 3928/3929
232.18/233.13	c qxplain 3929/3929
232.18/233.15	c 8582[?] 1838[?] 1840[?] 1839[?]  is mandatory 
232.18/233.15	c qxplain 3928/3928
232.18/233.16	c 8584[?] -1841[?] 1820[?]  is mandatory 
232.18/233.16	c qxplain 3924/3927
232.18/233.17	c qxplain 3926/3927
232.18/233.18	c qxplain 3927/3927
232.18/233.19	c 8586[?] 1620[?] -1842[?]  is mandatory 
232.18/233.19	c qxplain 3926/3926
232.28/233.20	c 8588[?] -1620[?] 1842[?] 1820[?]  is mandatory 
232.28/233.20	c qxplain 3924/3925
232.28/233.21	c qxplain 3925/3925
232.28/233.22	c 8590[?] -1842[?] -1843[?]  is mandatory 
232.28/233.22	c qxplain 3924/3924
232.28/233.23	c 8591[?] 1842[?] 1843[?] 1841[?]  is mandatory 
232.28/233.23	c qxplain 3916/3923
232.28/233.24	c qxplain 3920/3923
232.28/233.24	c qxplain 3922/3923
232.28/233.25	c qxplain 3923/3923
232.28/233.26	c 8592[?] -1430[?] -1844[?]  is mandatory 
232.28/233.26	c qxplain 3922/3922
232.28/233.27	c 8593[?] -1844[?] 1843[?]  is mandatory 
232.28/233.27	c qxplain 3920/3921
232.28/233.28	c qxplain 3921/3921
232.28/233.29	c 8594[?] -1843[?] 1844[?] 1430[?]  is mandatory 
232.28/233.29	c qxplain 3920/3920
232.28/233.30	c 8595[?] -1840[?] -1845[?]  is mandatory 
232.28/233.30	c qxplain 3916/3919
232.28/233.32	c qxplain 3918/3919
232.38/233.32	c qxplain 3919/3919
232.38/233.34	c 8596[?] -1844[?] -1845[?]  is mandatory 
232.38/233.34	c qxplain 3918/3918
232.38/233.35	c 8597[?] 1844[?] 1840[?] 1845[?]  is mandatory 
232.38/233.35	c qxplain 3916/3917
232.38/233.36	c qxplain 3917/3917
232.38/233.37	c 8598[?] 1430[?] -1846[?]  is mandatory 
232.38/233.37	c qxplain 3916/3916
232.38/233.38	c 8599[?] -1843[?] -1846[?]  is mandatory 
232.38/233.38	c qxplain 3900/3915
232.38/233.39	c qxplain 3908/3915
232.38/233.40	c qxplain 3912/3915
232.38/233.41	c qxplain 3914/3915
232.38/233.41	c qxplain 3915/3915
232.50/233.42	c 8600[?] 1846[?] 1843[?] -1430[?]  is mandatory 
232.50/233.42	c qxplain 3914/3914
232.50/233.43	c 8601[?] -1845[?] -1847[?]  is mandatory 
232.50/233.43	c qxplain 3912/3913
232.50/233.44	c qxplain 3913/3913
232.50/233.45	c 8602[?] -1846[?] -1847[?]  is mandatory 
232.50/233.45	c qxplain 3912/3912
232.50/233.46	c 8603[?] 1845[?] 1846[?] 1847[?]  is mandatory 
232.50/233.46	c qxplain 3908/3911
232.50/233.47	c qxplain 3910/3911
232.50/233.49	c qxplain 3911/3911
232.57/233.50	c 8605[?] -1848[?] 1820[?]  is mandatory 
232.57/233.50	c qxplain 3910/3910
232.57/233.51	c 8607[?] 1621[?] -1849[?]  is mandatory 
232.57/233.51	c qxplain 3908/3909
232.57/233.52	c qxplain 3909/3909
232.57/233.52	c 8609[?] 1849[?] -1621[?] 1820[?]  is mandatory 
232.57/233.52	c qxplain 3908/3908
232.57/233.53	c 8611[?] -1849[?] -1850[?]  is mandatory 
232.57/233.53	c qxplain 3900/3907
232.57/233.54	c qxplain 3904/3907
232.57/233.55	c qxplain 3906/3907
232.57/233.56	c qxplain 3907/3907
232.57/233.57	c 8612[?] 1849[?] 1850[?] 1848[?]  is mandatory 
232.57/233.57	c qxplain 3906/3906
232.57/233.58	c 8613[?] -1429[?] -1851[?]  is mandatory 
232.57/233.58	c qxplain 3904/3905
232.57/233.59	c qxplain 3905/3905
232.67/233.60	c 8614[?] 1850[?] -1851[?]  is mandatory 
232.67/233.60	c qxplain 3904/3904
232.67/233.62	c 8615[?] 1851[?] -1850[?] 1429[?]  is mandatory 
232.67/233.62	c qxplain 3900/3903
232.67/233.63	c qxplain 3902/3903
232.67/233.64	c qxplain 3903/3903
232.67/233.65	c 8616[?] -1847[?] -1852[?]  is mandatory 
232.67/233.65	c qxplain 3902/3902
232.67/233.66	c 8617[?] -1851[?] -1852[?]  is mandatory 
232.67/233.66	c qxplain 3900/3901
232.67/233.66	c qxplain 3901/3901
232.67/233.67	c 8618[?] 1851[?] 1852[?] 1847[?]  is mandatory 
232.67/233.67	c qxplain 3900/3900
232.67/233.68	c 8619[?] 1429[?] -1853[?]  is mandatory 
232.67/233.68	c qxplain 3774/3899
232.67/233.69	c qxplain 3837/3899
232.77/233.70	c qxplain 3869/3899
232.77/233.71	c qxplain 3885/3899
232.77/233.72	c qxplain 3893/3899
232.77/233.73	c qxplain 3897/3899
232.77/233.74	c qxplain 3899/3899
232.77/233.75	c 8620[?] -1850[?] -1853[?]  is mandatory 
232.77/233.75	c qxplain 3897/3898
232.77/233.76	c qxplain 3898/3898
232.77/233.77	c 8621[?] 1850[?] -1429[?] 1853[?]  is mandatory 
232.77/233.77	c qxplain 3897/3897
232.77/233.78	c 8622[?] -1852[?] -1854[?]  is mandatory 
232.77/233.78	c qxplain 3893/3896
232.77/233.79	c qxplain 3895/3896
232.87/233.80	c qxplain 3896/3896
232.87/233.81	c 8623[?] -1853[?] -1854[?]  is mandatory 
232.87/233.81	c qxplain 3895/3895
232.87/233.82	c 8624[?] 1853[?] 1854[?] 1852[?]  is mandatory 
232.87/233.82	c qxplain 3893/3894
232.87/233.83	c qxplain 3894/3894
232.87/233.84	c 8626[?] -1855[?] 1820[?]  is mandatory 
232.87/233.84	c qxplain 3893/3893
232.87/233.85	c 8628[?] 1614[?] -1856[?]  is mandatory 
232.87/233.85	c qxplain 3885/3892
232.87/233.86	c qxplain 3889/3892
232.87/233.87	c qxplain 3891/3892
232.87/233.88	c qxplain 3892/3892
232.87/233.89	c 8630[?] -1614[?] 1856[?] 1820[?]  is mandatory 
232.87/233.89	c qxplain 3891/3891
232.87/233.89	c 8632[?] -1856[?] -1857[?]  is mandatory 
232.87/233.89	c qxplain 3889/3890
232.97/233.91	c qxplain 3890/3890
232.97/233.92	c 8633[?] 1856[?] 1857[?] 1855[?]  is mandatory 
232.97/233.92	c qxplain 3889/3889
232.97/233.93	c 8634[?] 1436[?] -1858[?]  is mandatory 
232.97/233.93	c qxplain 3885/3888
232.97/233.94	c qxplain 3887/3888
232.97/233.95	c qxplain 3888/3888
232.97/233.97	c 8635[?] -1857[?] -1858[?]  is mandatory 
232.97/233.97	c qxplain 3887/3887
232.97/233.98	c 8636[?] 1857[?] -1436[?] 1858[?]  is mandatory 
232.97/233.98	c qxplain 3885/3886
232.97/233.99	c qxplain 3886/3886
233.07/234.00	c 8638[?] -1859[?] 1820[?]  is mandatory 
233.07/234.00	c qxplain 3885/3885
233.07/234.01	c 8640[?] 1615[?] -1860[?]  is mandatory 
233.07/234.01	c qxplain 3869/3884
233.07/234.02	c qxplain 3877/3884
233.07/234.02	c qxplain 3881/3884
233.07/234.03	c qxplain 3883/3884
233.07/234.04	c qxplain 3884/3884
233.07/234.05	c 8642[?] -1615[?] 1860[?] 1820[?]  is mandatory 
233.07/234.05	c qxplain 3883/3883
233.07/234.06	c 8644[?] -1860[?] -1861[?]  is mandatory 
233.07/234.06	c qxplain 3881/3882
233.07/234.07	c qxplain 3882/3882
233.07/234.08	c 8645[?] 1860[?] 1861[?] 1859[?]  is mandatory 
233.07/234.08	c qxplain 3881/3881
233.07/234.08	c 8646[?] -1862[?] -1435[?]  is mandatory 
233.07/234.08	c qxplain 3877/3880
233.07/234.09	c qxplain 3879/3880
233.17/234.10	c qxplain 3880/3880
233.17/234.11	c 8647[?] -1862[?] 1861[?]  is mandatory 
233.17/234.11	c qxplain 3879/3879
233.17/234.12	c 8648[?] -1861[?] 1435[?] 1862[?]  is mandatory 
233.17/234.12	c qxplain 3877/3878
233.17/234.13	c qxplain 3878/3878
233.17/234.14	c 8649[?] -1863[?] 1858[?]  is mandatory 
233.17/234.14	c qxplain 3877/3877
233.17/234.15	c 8650[?] -1863[?] -1862[?]  is mandatory 
233.17/234.15	c qxplain 3869/3876
233.17/234.17	c qxplain 3873/3876
233.17/234.17	c qxplain 3875/3876
233.17/234.18	c qxplain 3876/3876
233.17/234.19	c 8651[?] 1862[?] 1863[?] -1858[?]  is mandatory 
233.17/234.19	c qxplain 3875/3875
233.27/234.20	c 8652[?] 1435[?] -1864[?]  is mandatory 
233.27/234.20	c qxplain 3873/3874
233.27/234.21	c qxplain 3874/3874
233.27/234.22	c 8653[?] -1861[?] -1864[?]  is mandatory 
233.27/234.22	c qxplain 3873/3873
233.27/234.23	c 8654[?] 1861[?] -1435[?] 1864[?]  is mandatory 
233.27/234.23	c qxplain 3869/3872
233.27/234.24	c qxplain 3871/3872
233.27/234.25	c qxplain 3872/3872
233.27/234.26	c 8655[?] -1863[?] -1865[?]  is mandatory 
233.27/234.26	c qxplain 3871/3871
233.27/234.27	c 8656[?] -1864[?] -1865[?]  is mandatory 
233.27/234.27	c qxplain 3869/3870
233.27/234.28	c qxplain 3870/3870
233.27/234.29	c 8657[?] 1863[?] 1864[?] 1865[?]  is mandatory 
233.27/234.29	c qxplain 3869/3869
233.37/234.30	c 8659[?] -1866[?] 1820[?]  is mandatory 
233.37/234.30	c qxplain 3837/3868
233.37/234.31	c qxplain 3853/3868
233.37/234.31	c qxplain 3861/3868
233.37/234.32	c qxplain 3865/3868
233.37/234.33	c qxplain 3867/3868
233.37/234.34	c qxplain 3868/3868
233.37/234.35	c 8661[?] 1616[?] -1867[?]  is mandatory 
233.37/234.35	c qxplain 3867/3867
233.37/234.36	c 8663[?] -1616[?] 1867[?] 1820[?]  is mandatory 
233.37/234.36	c qxplain 3865/3866
233.37/234.37	c qxplain 3866/3866
233.37/234.37	c 8665[?] -1867[?] -1868[?]  is mandatory 
233.37/234.38	c qxplain 3865/3865
233.37/234.38	c 8666[?] 1867[?] 1868[?] 1866[?]  is mandatory 
233.37/234.38	c qxplain 3861/3864
233.37/234.39	c qxplain 3863/3864
233.37/234.40	c qxplain 3864/3864
233.37/234.41	c 8667[?] -1434[?] -1869[?]  is mandatory 
233.37/234.41	c qxplain 3863/3863
233.48/234.42	c 8668[?] 1868[?] -1869[?]  is mandatory 
233.48/234.42	c qxplain 3861/3862
233.48/234.43	c qxplain 3862/3862
233.48/234.44	c 8669[?] 1869[?] -1868[?] 1434[?]  is mandatory 
233.48/234.44	c qxplain 3861/3861
233.48/234.45	c 8670[?] -1865[?] -1870[?]  is mandatory 
233.48/234.45	c qxplain 3853/3860
233.48/234.46	c qxplain 3857/3860
233.48/234.47	c qxplain 3859/3860
233.48/234.48	c qxplain 3860/3860
233.48/234.49	c 8671[?] -1870[?] -1869[?]  is mandatory 
233.48/234.49	c qxplain 3859/3859
233.48/234.50	c 8672[?] 1865[?] 1869[?] 1870[?]  is mandatory 
233.48/234.50	c qxplain 3857/3858
233.48/234.51	c qxplain 3858/3858
233.60/234.52	c 8673[?] 1434[?] -1871[?]  is mandatory 
233.60/234.52	c qxplain 3857/3857
233.60/234.53	c 8674[?] -1868[?] -1871[?]  is mandatory 
233.60/234.53	c qxplain 3853/3856
233.60/234.54	c qxplain 3855/3856
233.60/234.55	c qxplain 3856/3856
233.60/234.55	c 8675[?] 1868[?] -1434[?] 1871[?]  is mandatory 
233.60/234.55	c qxplain 3855/3855
233.60/234.56	c 8676[?] -1870[?] -1872[?]  is mandatory 
233.60/234.56	c qxplain 3853/3854
233.60/234.57	c qxplain 3854/3854
233.60/234.58	c 8677[?] -1871[?] -1872[?]  is mandatory 
233.60/234.58	c qxplain 3853/3853
233.60/234.59	c 8678[?] 1872[?] 1871[?] 1870[?]  is mandatory 
233.60/234.59	c qxplain 3837/3852
233.67/234.60	c qxplain 3845/3852
233.67/234.61	c qxplain 3849/3852
233.67/234.61	c qxplain 3851/3852
233.67/234.62	c qxplain 3852/3852
233.67/234.64	c 8680[?] -1873[?] 1820[?]  is mandatory 
233.67/234.64	c qxplain 3851/3851
233.67/234.65	c 8682[?] 1617[?] -1874[?]  is mandatory 
233.67/234.65	c qxplain 3849/3850
233.67/234.66	c qxplain 3850/3850
233.67/234.66	c 8684[?] 1874[?] -1617[?] 1820[?]  is mandatory 
233.67/234.66	c qxplain 3849/3849
233.67/234.67	c 8686[?] -1874[?] -1875[?]  is mandatory 
233.67/234.67	c qxplain 3845/3848
233.67/234.68	c qxplain 3847/3848
233.67/234.69	c qxplain 3848/3848
233.77/234.70	c 8687[?] 1874[?] 1875[?] 1873[?]  is mandatory 
233.77/234.70	c qxplain 3847/3847
233.77/234.71	c 8688[?] -1433[?] -1876[?]  is mandatory 
233.77/234.71	c qxplain 3845/3846
233.77/234.72	c qxplain 3846/3846
233.77/234.73	c 8689[?] 1875[?] -1876[?]  is mandatory 
233.77/234.73	c qxplain 3845/3845
233.77/234.74	c 8690[?] 1876[?] -1875[?] 1433[?]  is mandatory 
233.77/234.74	c qxplain 3837/3844
233.77/234.75	c qxplain 3841/3844
233.77/234.76	c qxplain 3843/3844
233.77/234.77	c qxplain 3844/3844
233.77/234.78	c 8691[?] -1877[?] -1872[?]  is mandatory 
233.77/234.78	c qxplain 3843/3843
233.77/234.78	c 8692[?] -1877[?] -1876[?]  is mandatory 
233.77/234.78	c qxplain 3841/3842
233.77/234.79	c qxplain 3842/3842
233.87/234.80	c 8693[?] 1876[?] 1872[?] 1877[?]  is mandatory 
233.87/234.80	c qxplain 3841/3841
233.87/234.81	c 8694[?] 1433[?] -1878[?]  is mandatory 
233.87/234.81	c qxplain 3837/3840
233.87/234.82	c qxplain 3839/3840
233.87/234.83	c qxplain 3840/3840
233.87/234.84	c 8695[?] -1875[?] -1878[?]  is mandatory 
233.87/234.84	c qxplain 3839/3839
233.87/234.85	c 8696[?] 1875[?] -1433[?] 1878[?]  is mandatory 
233.87/234.85	c qxplain 3837/3838
233.87/234.86	c qxplain 3838/3838
233.87/234.87	c 8697[?] -1877[?] -1879[?]  is mandatory 
233.87/234.87	c qxplain 3837/3837
233.87/234.88	c 8698[?] -1878[?] -1879[?]  is mandatory 
233.87/234.88	c qxplain 3774/3836
233.87/234.89	c qxplain 3806/3836
233.87/234.89	c qxplain 3822/3836
233.97/234.90	c qxplain 3830/3836
233.97/234.91	c qxplain 3834/3836
233.97/234.93	c qxplain 3836/3836
233.97/234.94	c 8699[?] 1878[?] 1879[?] 1877[?]  is mandatory 
233.97/234.94	c qxplain 3834/3835
233.97/234.95	c qxplain 3835/3835
233.97/234.96	c 8701[?] -1880[?] 1820[?]  is mandatory 
233.97/234.96	c qxplain 3834/3834
233.97/234.97	c 8703[?] 1611[?] -1881[?]  is mandatory 
233.97/234.97	c qxplain 3830/3833
233.97/234.98	c qxplain 3832/3833
233.97/234.99	c qxplain 3833/3833
233.97/234.99	c 8705[?] -1611[?] 1881[?] 1820[?]  is mandatory 
233.97/234.99	c qxplain 3832/3832
234.07/235.00	c 8707[?] -1881[?] -1882[?]  is mandatory 
234.07/235.00	c qxplain 3830/3831
234.07/235.03	c qxplain 3831/3831
234.07/235.04	c 8708[?] 1881[?] 1882[?] 1880[?]  is mandatory 
234.07/235.04	c qxplain 3830/3830
234.07/235.05	c 8709[?] 1439[?] -1883[?]  is mandatory 
234.07/235.05	c qxplain 3822/3829
234.07/235.06	c qxplain 3826/3829
234.07/235.07	c qxplain 3828/3829
234.07/235.08	c qxplain 3829/3829
234.17/235.10	c 8710[?] -1882[?] -1883[?]  is mandatory 
234.17/235.10	c qxplain 3828/3828
234.17/235.11	c 8711[?] 1882[?] -1439[?] 1883[?]  is mandatory 
234.17/235.11	c qxplain 3826/3827
234.17/235.12	c qxplain 3827/3827
234.17/235.13	c 8713[?] -1884[?] 1820[?]  is mandatory 
234.17/235.13	c qxplain 3826/3826
234.17/235.14	c 8715[?] 1612[?] -1885[?]  is mandatory 
234.17/235.14	c qxplain 3822/3825
234.17/235.15	c qxplain 3824/3825
234.17/235.15	c qxplain 3825/3825
234.17/235.16	c 8717[?] -1612[?] 1885[?] 1820[?]  is mandatory 
234.17/235.16	c qxplain 3824/3824
234.17/235.17	c 8719[?] -1885[?] -1886[?]  is mandatory 
234.17/235.17	c qxplain 3822/3823
234.17/235.18	c qxplain 3823/3823
234.17/235.19	c 8720[?] 1886[?] 1885[?] 1884[?]  is mandatory 
234.17/235.19	c qxplain 3822/3822
234.27/235.20	c 8721[?] -1887[?] -1438[?]  is mandatory 
234.27/235.20	c qxplain 3806/3821
234.27/235.21	c qxplain 3814/3821
234.27/235.22	c qxplain 3818/3821
234.27/235.23	c qxplain 3820/3821
234.27/235.23	c qxplain 3821/3821
234.27/235.24	c 8722[?] -1887[?] 1886[?]  is mandatory 
234.27/235.24	c qxplain 3820/3820
234.27/235.25	c 8723[?] -1886[?] 1438[?] 1887[?]  is mandatory 
234.27/235.25	c qxplain 3818/3819
234.27/235.26	c qxplain 3819/3819
234.27/235.27	c 8724[?] 1883[?] -1888[?]  is mandatory 
234.27/235.27	c qxplain 3818/3818
234.27/235.28	c 8725[?] -1887[?] -1888[?]  is mandatory 
234.27/235.28	c qxplain 3814/3817
234.27/235.29	c qxplain 3816/3817
234.37/235.30	c qxplain 3817/3817
234.37/235.31	c 8726[?] 1887[?] -1883[?] 1888[?]  is mandatory 
234.37/235.31	c qxplain 3816/3816
234.37/235.32	c 8727[?] 1438[?] -1889[?]  is mandatory 
234.37/235.32	c qxplain 3814/3815
234.37/235.33	c qxplain 3815/3815
234.37/235.34	c 8728[?] -1886[?] -1889[?]  is mandatory 
234.37/235.34	c qxplain 3814/3814
234.37/235.36	c 8729[?] 1886[?] 1889[?] -1438[?]  is mandatory 
234.37/235.36	c qxplain 3806/3813
234.37/235.37	c qxplain 3810/3813
234.37/235.37	c qxplain 3812/3813
234.37/235.38	c qxplain 3813/3813
234.37/235.39	c 8730[?] -1888[?] -1890[?]  is mandatory 
234.37/235.39	c qxplain 3812/3812
234.47/235.40	c 8731[?] -1889[?] -1890[?]  is mandatory 
234.47/235.40	c qxplain 3810/3811
234.47/235.42	c qxplain 3811/3811
234.47/235.43	c 8732[?] 1888[?] 1889[?] 1890[?]  is mandatory 
234.47/235.43	c qxplain 3810/3810
234.47/235.44	c 8734[?] -1891[?] 1820[?]  is mandatory 
234.47/235.44	c qxplain 3806/3809
234.47/235.45	c qxplain 3808/3809
234.47/235.46	c qxplain 3809/3809
234.47/235.47	c 8736[?] 1613[?] -1892[?]  is mandatory 
234.47/235.47	c qxplain 3808/3808
234.47/235.48	c 8738[?] -1613[?] 1892[?] 1820[?]  is mandatory 
234.47/235.48	c qxplain 3806/3807
234.47/235.48	c qxplain 3807/3807
234.47/235.49	c 8740[?] -1892[?] -1893[?]  is mandatory 
234.47/235.49	c qxplain 3806/3806
234.47/235.50	c 8741[?] 1892[?] 1893[?] 1891[?]  is mandatory 
234.47/235.50	c qxplain 3774/3805
234.47/235.51	c qxplain 3790/3805
234.47/235.52	c qxplain 3798/3805
234.57/235.53	c qxplain 3802/3805
234.57/235.53	c qxplain 3804/3805
234.57/235.54	c qxplain 3805/3805
234.57/235.55	c 8742[?] -1437[?] -1894[?]  is mandatory 
234.57/235.55	c qxplain 3804/3804
234.57/235.56	c 8743[?] 1893[?] -1894[?]  is mandatory 
234.57/235.56	c qxplain 3802/3803
234.57/235.57	c qxplain 3803/3803
234.57/235.58	c 8744[?] -1893[?] 1894[?] 1437[?]  is mandatory 
234.57/235.58	c qxplain 3802/3802
234.57/235.59	c 8745[?] -1895[?] -1890[?]  is mandatory 
234.57/235.59	c qxplain 3798/3801
234.57/235.60	c qxplain 3800/3801
234.57/235.61	c qxplain 3801/3801
234.69/235.62	c 8746[?] -1894[?] -1895[?]  is mandatory 
234.69/235.62	c qxplain 3800/3800
234.69/235.63	c 8747[?] 1894[?] 1890[?] 1895[?]  is mandatory 
234.69/235.63	c qxplain 3798/3799
234.69/235.64	c qxplain 3799/3799
234.69/235.65	c 8748[?] 1437[?] -1896[?]  is mandatory 
234.69/235.65	c qxplain 3798/3798
234.69/235.66	c 8749[?] -1893[?] -1896[?]  is mandatory 
234.69/235.66	c qxplain 3790/3797
234.69/235.67	c qxplain 3794/3797
234.69/235.68	c qxplain 3796/3797
234.69/235.69	c qxplain 3797/3797
234.77/235.70	c 8750[?] 1893[?] -1437[?] 1896[?]  is mandatory 
234.77/235.70	c qxplain 3796/3796
234.77/235.71	c 8751[?] -1895[?] -1897[?]  is mandatory 
234.77/235.71	c qxplain 3794/3795
234.77/235.72	c qxplain 3795/3795
234.77/235.73	c 8752[?] -1896[?] -1897[?]  is mandatory 
234.77/235.73	c qxplain 3794/3794
234.77/235.74	c 8753[?] 1895[?] 1897[?] 1896[?]  is mandatory 
234.77/235.74	c qxplain 3790/3793
234.77/235.74	c qxplain 3792/3793
234.77/235.76	c qxplain 3793/3793
234.77/235.77	c 8755[?] -1898[?] 1820[?]  is mandatory 
234.77/235.77	c qxplain 3792/3792
234.77/235.78	c 8757[?] 1609[?] -1899[?]  is mandatory 
234.77/235.78	c qxplain 3790/3791
234.77/235.79	c qxplain 3791/3791
234.77/235.79	c 8759[?] 1899[?] -1609[?] 1820[?]  is mandatory 
234.77/235.79	c qxplain 3790/3790
234.87/235.80	c 8761[?] -1899[?] -1900[?]  is mandatory 
234.87/235.80	c qxplain 3774/3789
234.87/235.81	c qxplain 3782/3789
234.87/235.82	c qxplain 3786/3789
234.87/235.83	c qxplain 3788/3789
234.87/235.84	c qxplain 3789/3789
234.87/235.85	c 8762[?] 1899[?] 1900[?] 1898[?]  is mandatory 
234.87/235.85	c qxplain 3788/3788
234.87/235.85	c 8763[?] 1441[?] -1901[?]  is mandatory 
234.87/235.85	c qxplain 3786/3787
234.87/235.86	c qxplain 3787/3787
234.87/235.88	c 8764[?] -1900[?] -1901[?]  is mandatory 
234.87/235.88	c qxplain 3786/3786
234.87/235.89	c 8765[?] 1900[?] -1441[?] 1901[?]  is mandatory 
234.87/235.89	c qxplain 3782/3785
234.97/235.90	c qxplain 3784/3785
234.97/235.91	c qxplain 3785/3785
234.97/235.92	c 8767[?] -1902[?] 1820[?]  is mandatory 
234.97/235.92	c qxplain 3784/3784
234.97/235.93	c 8769[?] 1610[?] -1903[?]  is mandatory 
234.97/235.93	c qxplain 3782/3783
234.97/235.94	c qxplain 3783/3783
234.97/235.95	c 8771[?] 1903[?] -1610[?] 1820[?]  is mandatory 
234.97/235.95	c qxplain 3782/3782
234.97/235.96	c 8773[?] -1903[?] -1904[?]  is mandatory 
234.97/235.96	c qxplain 3774/3781
234.97/235.97	c qxplain 3778/3781
234.97/235.97	c qxplain 3780/3781
234.97/235.98	c qxplain 3781/3781
234.97/235.99	c 8774[?] 1903[?] 1904[?] 1902[?]  is mandatory 
234.97/235.99	c qxplain 3780/3780
235.07/236.00	c 8775[?] -1440[?] -1905[?]  is mandatory 
235.07/236.00	c qxplain 3778/3779
235.07/236.01	c qxplain 3779/3779
235.07/236.02	c 8776[?] 1904[?] -1905[?]  is mandatory 
235.07/236.02	c qxplain 3778/3778
235.07/236.03	c 8777[?] -1904[?] 1440[?] 1905[?]  is mandatory 
235.07/236.03	c qxplain 3774/3777
235.07/236.04	c qxplain 3776/3777
235.07/236.05	c qxplain 3777/3777
235.07/236.05	c 8778[?] -1906[?] 1901[?]  is mandatory 
235.07/236.05	c qxplain 3776/3776
235.07/236.06	c 8779[?] -1906[?] -1905[?]  is mandatory 
235.07/236.06	c qxplain 3774/3775
235.07/236.07	c qxplain 3775/3775
235.07/236.08	c 8780[?] 1906[?] -1901[?] 1905[?]  is mandatory 
235.07/236.08	c qxplain 3774/3774
235.17/236.10	c 8781[?] 1440[?] -1907[?]  is mandatory 
235.17/236.10	c qxplain 3522/3773
235.17/236.11	c qxplain 3648/3773
235.17/236.12	c qxplain 3711/3773
235.17/236.12	c qxplain 3743/3773
235.17/236.13	c qxplain 3759/3773
235.17/236.14	c qxplain 3767/3773
235.17/236.15	c qxplain 3771/3773
235.17/236.16	c qxplain 3773/3773
235.17/236.17	c 8782[?] -1904[?] -1907[?]  is mandatory 
235.17/236.17	c qxplain 3771/3772
235.17/236.18	c qxplain 3772/3772
235.17/236.19	c 8783[?] 1904[?] -1440[?] 1907[?]  is mandatory 
235.17/236.19	c qxplain 3771/3771
235.27/236.20	c 8784[?] -1906[?] -1908[?]  is mandatory 
235.27/236.20	c qxplain 3767/3770
235.27/236.21	c qxplain 3769/3770
235.27/236.21	c qxplain 3770/3770
235.27/236.22	c 8785[?] -1907[?] -1908[?]  is mandatory 
235.27/236.22	c qxplain 3769/3769
235.27/236.23	c 8786[?] 1906[?] 1908[?] 1907[?]  is mandatory 
235.27/236.23	c qxplain 3767/3768
235.27/236.25	c qxplain 3768/3768
235.27/236.26	c 8788[?] -1909[?] 1820[?]  is mandatory 
235.27/236.26	c qxplain 3767/3767
235.27/236.27	c 8790[?] -1910[?] 1607[?]  is mandatory 
235.27/236.27	c qxplain 3759/3766
235.27/236.28	c qxplain 3763/3766
235.27/236.29	c qxplain 3765/3766
235.37/236.30	c qxplain 3766/3766
235.37/236.31	c 8792[?] -1607[?] 1910[?] 1820[?]  is mandatory 
235.37/236.31	c qxplain 3765/3765
235.37/236.32	c 8794[?] -1910[?] -1911[?]  is mandatory 
235.37/236.32	c qxplain 3763/3764
235.37/236.34	c qxplain 3764/3764
235.37/236.35	c 8795[?] 1911[?] 1910[?] 1909[?]  is mandatory 
235.37/236.35	c qxplain 3763/3763
235.37/236.37	c 8796[?] 1443[?] -1912[?]  is mandatory 
235.37/236.37	c qxplain 3759/3762
235.37/236.38	c qxplain 3761/3762
235.37/236.39	c qxplain 3762/3762
235.47/236.41	c 8797[?] -1911[?] -1912[?]  is mandatory 
235.47/236.41	c qxplain 3761/3761
235.47/236.42	c 8798[?] 1911[?] -1443[?] 1912[?]  is mandatory 
235.47/236.42	c qxplain 3759/3760
235.47/236.44	c qxplain 3760/3760
235.47/236.45	c 8800[?] -1913[?] 1820[?]  is mandatory 
235.47/236.45	c qxplain 3759/3759
235.47/236.46	c 8802[?] 1608[?] -1914[?]  is mandatory 
235.47/236.46	c qxplain 3743/3758
235.47/236.47	c qxplain 3751/3758
235.47/236.48	c qxplain 3755/3758
235.47/236.49	c qxplain 3757/3758
235.47/236.49	c qxplain 3758/3758
235.57/236.50	c 8804[?] -1608[?] 1914[?] 1820[?]  is mandatory 
235.57/236.50	c qxplain 3757/3757
235.57/236.51	c 8806[?] -1914[?] -1915[?]  is mandatory 
235.57/236.51	c qxplain 3755/3756
235.57/236.52	c qxplain 3756/3756
235.57/236.53	c 8807[?] 1914[?] 1915[?] 1913[?]  is mandatory 
235.57/236.53	c qxplain 3755/3755
235.57/236.55	c 8808[?] 1912[?] -1916[?]  is mandatory 
235.57/236.55	c qxplain 3751/3754
235.57/236.56	c qxplain 3753/3754
235.57/236.56	c qxplain 3754/3754
235.57/236.58	c 8809[?] -1915[?] -1916[?]  is mandatory 
235.57/236.58	c qxplain 3753/3753
235.57/236.59	c 8810[?] 1916[?] -1912[?] 1915[?]  is mandatory 
235.57/236.59	c qxplain 3751/3752
235.57/236.60	c qxplain 3752/3752
235.57/236.61	c 8811[?] -1917[?] 1442[?]  is mandatory 
235.57/236.61	c qxplain 3751/3751
235.57/236.62	c 8812[?] 1443[?] -1917[?]  is mandatory 
235.57/236.62	c qxplain 3743/3750
235.67/236.63	c qxplain 3747/3750
235.67/236.64	c qxplain 3749/3750
235.67/236.64	c qxplain 3750/3750
235.67/236.65	c 8813[?] 1917[?] -1443[?] -1442[?]  is mandatory 
235.67/236.65	c qxplain 3749/3749
235.67/236.67	c 8814[?] -1911[?] -1918[?]  is mandatory 
235.67/236.67	c qxplain 3747/3748
235.67/236.68	c qxplain 3748/3748
235.67/236.69	c 8815[?] 1917[?] -1918[?]  is mandatory 
235.67/236.69	c qxplain 3747/3747
235.67/236.70	c 8816[?] 1918[?] -1917[?] 1911[?]  is mandatory 
235.67/236.70	c qxplain 3743/3746
235.67/236.70	c qxplain 3745/3746
235.79/236.72	c qxplain 3746/3746
235.79/236.74	c 8817[?] 1442[?] -1919[?]  is mandatory 
235.79/236.74	c qxplain 3745/3745
235.79/236.75	c 8818[?] -1915[?] -1919[?]  is mandatory 
235.79/236.75	c qxplain 3743/3744
235.79/236.76	c qxplain 3744/3744
235.79/236.77	c 8819[?] 1919[?] 1915[?] -1442[?]  is mandatory 
235.79/236.77	c qxplain 3743/3743
235.79/236.78	c 8820[?] -1918[?] -1920[?]  is mandatory 
235.79/236.78	c qxplain 3711/3742
235.79/236.78	c qxplain 3727/3742
235.79/236.79	c qxplain 3735/3742
235.87/236.80	c qxplain 3739/3742
235.87/236.81	c qxplain 3741/3742
235.87/236.82	c qxplain 3742/3742
235.87/236.82	c 8821[?] -1919[?] -1920[?]  is mandatory 
235.87/236.82	c qxplain 3741/3741
235.87/236.84	c 8822[?] 1919[?] 1920[?] 1918[?]  is mandatory 
235.87/236.84	c qxplain 3739/3740
235.87/236.85	c qxplain 3740/3740
235.87/236.86	c 8823[?] -1916[?] -1921[?]  is mandatory 
235.87/236.86	c qxplain 3739/3739
235.87/236.87	c 8824[?] 1920[?] -1921[?]  is mandatory 
235.87/236.87	c qxplain 3735/3738
235.87/236.87	c qxplain 3737/3738
235.87/236.88	c qxplain 3738/3738
235.87/236.89	c 8825[?] 1921[?] -1920[?] 1916[?]  is mandatory 
235.87/236.89	c qxplain 3737/3737
235.97/236.90	c 8826[?] -1441[?] -1922[?]  is mandatory 
235.97/236.90	c qxplain 3735/3736
235.97/236.91	c qxplain 3736/3736
235.97/236.92	c 8827[?] 1900[?] -1922[?]  is mandatory 
235.97/236.92	c qxplain 3735/3735
235.97/236.93	c 8828[?] 1922[?] -1900[?] 1441[?]  is mandatory 
235.97/236.93	c qxplain 3727/3734
235.97/236.94	c qxplain 3731/3734
235.97/236.95	c qxplain 3733/3734
235.97/236.96	c qxplain 3734/3734
235.97/236.98	c 8829[?] -1905[?] -1923[?]  is mandatory 
235.97/236.98	c qxplain 3733/3733
235.97/236.99	c 8830[?] -1922[?] -1923[?]  is mandatory 
235.97/236.99	c qxplain 3731/3732
235.97/237.00	c qxplain 3732/3732
236.07/237.01	c 8831[?] 1905[?] 1922[?] 1923[?]  is mandatory 
236.07/237.01	c qxplain 3731/3731
236.07/237.02	c 8832[?] -1924[?] -1921[?]  is mandatory 
236.07/237.02	c qxplain 3727/3730
236.07/237.02	c qxplain 3729/3730
236.07/237.03	c qxplain 3730/3730
236.07/237.04	c 8833[?] 1923[?] -1924[?]  is mandatory 
236.07/237.04	c qxplain 3729/3729
236.07/237.05	c 8834[?] -1923[?] 1924[?] 1921[?]  is mandatory 
236.07/237.05	c qxplain 3727/3728
236.07/237.06	c qxplain 3728/3728
236.07/237.07	c 8835[?] 1908[?] -1925[?]  is mandatory 
236.07/237.07	c qxplain 3727/3727
236.07/237.08	c 8836[?] -1924[?] -1925[?]  is mandatory 
236.07/237.08	c qxplain 3711/3726
236.07/237.09	c qxplain 3719/3726
236.07/237.09	c qxplain 3723/3726
236.17/237.10	c qxplain 3725/3726
236.17/237.11	c qxplain 3726/3726
236.17/237.12	c 8837[?] 1924[?] -1908[?] 1925[?]  is mandatory 
236.17/237.12	c qxplain 3725/3725
236.17/237.13	c 8838[?] -1439[?] -1926[?]  is mandatory 
236.17/237.13	c qxplain 3723/3724
236.17/237.14	c qxplain 3724/3724
236.17/237.15	c 8839[?] -1926[?] 1882[?]  is mandatory 
236.17/237.15	c qxplain 3723/3723
236.17/237.16	c 8840[?] -1882[?] 1439[?] 1926[?]  is mandatory 
236.17/237.16	c qxplain 3719/3722
236.17/237.17	c qxplain 3721/3722
236.17/237.19	c qxplain 3722/3722
236.27/237.20	c 8841[?] -1887[?] -1927[?]  is mandatory 
236.27/237.20	c qxplain 3721/3721
236.27/237.21	c 8842[?] -1926[?] -1927[?]  is mandatory 
236.27/237.21	c qxplain 3719/3720
236.27/237.22	c qxplain 3720/3720
236.27/237.23	c 8843[?] 1927[?] 1887[?] 1926[?]  is mandatory 
236.27/237.23	c qxplain 3719/3719
236.27/237.24	c 8844[?] -1894[?] -1928[?]  is mandatory 
236.27/237.24	c qxplain 3711/3718
236.27/237.25	c qxplain 3715/3718
236.27/237.26	c qxplain 3717/3718
236.27/237.27	c qxplain 3718/3718
236.27/237.28	c 8845[?] 1927[?] -1928[?]  is mandatory 
236.27/237.28	c qxplain 3717/3717
236.27/237.29	c 8846[?] 1928[?] 1894[?] -1927[?]  is mandatory 
236.27/237.29	c qxplain 3715/3716
236.37/237.30	c qxplain 3716/3716
236.37/237.31	c 8847[?] -1925[?] -1929[?]  is mandatory 
236.37/237.31	c qxplain 3715/3715
236.37/237.32	c 8848[?] 1928[?] -1929[?]  is mandatory 
236.37/237.32	c qxplain 3711/3714
236.37/237.33	c qxplain 3713/3714
236.37/237.33	c qxplain 3714/3714
236.37/237.34	c 8849[?] -1928[?] 1929[?] 1925[?]  is mandatory 
236.37/237.34	c qxplain 3713/3713
236.37/237.35	c 8850[?] 1897[?] -1930[?]  is mandatory 
236.37/237.35	c qxplain 3711/3712
236.37/237.36	c qxplain 3712/3712
236.37/237.37	c 8851[?] -1929[?] -1930[?]  is mandatory 
236.37/237.37	c qxplain 3711/3711
236.37/237.38	c 8852[?] 1929[?] -1897[?] 1930[?]  is mandatory 
236.37/237.38	c qxplain 3648/3710
236.37/237.39	c qxplain 3680/3710
236.47/237.40	c qxplain 3696/3710
236.47/237.41	c qxplain 3704/3710
236.47/237.42	c qxplain 3708/3710
236.47/237.43	c qxplain 3710/3710
236.47/237.44	c 8853[?] -1436[?] -1931[?]  is mandatory 
236.47/237.44	c qxplain 3708/3709
236.47/237.44	c qxplain 3709/3709
236.47/237.45	c 8854[?] -1931[?] 1857[?]  is mandatory 
236.47/237.45	c qxplain 3708/3708
236.47/237.47	c 8855[?] -1857[?] 1931[?] 1436[?]  is mandatory 
236.47/237.47	c qxplain 3704/3707
236.47/237.48	c qxplain 3706/3707
236.47/237.49	c qxplain 3707/3707
236.57/237.50	c 8856[?] -1862[?] -1932[?]  is mandatory 
236.57/237.50	c qxplain 3706/3706
236.57/237.51	c 8857[?] -1931[?] -1932[?]  is mandatory 
236.57/237.51	c qxplain 3704/3705
236.57/237.52	c qxplain 3705/3705
236.57/237.53	c 8858[?] 1932[?] 1862[?] 1931[?]  is mandatory 
236.57/237.53	c qxplain 3704/3704
236.57/237.54	c 8859[?] -1869[?] -1933[?]  is mandatory 
236.57/237.54	c qxplain 3696/3703
236.57/237.55	c qxplain 3700/3703
236.57/237.56	c qxplain 3702/3703
236.57/237.57	c qxplain 3703/3703
236.57/237.58	c 8860[?] 1932[?] -1933[?]  is mandatory 
236.57/237.58	c qxplain 3702/3702
236.57/237.59	c 8861[?] -1932[?] 1933[?] 1869[?]  is mandatory 
236.57/237.59	c qxplain 3700/3701
236.67/237.60	c qxplain 3701/3701
236.67/237.61	c 8862[?] -1876[?] -1934[?]  is mandatory 
236.67/237.61	c qxplain 3700/3700
236.67/237.62	c 8863[?] 1933[?] -1934[?]  is mandatory 
236.67/237.62	c qxplain 3696/3699
236.67/237.63	c qxplain 3698/3699
236.67/237.64	c qxplain 3699/3699
236.67/237.65	c 8864[?] 1934[?] -1933[?] 1876[?]  is mandatory 
236.67/237.65	c qxplain 3698/3698
236.67/237.66	c 8865[?] -1930[?] -1935[?]  is mandatory 
236.67/237.66	c qxplain 3696/3697
236.67/237.67	c qxplain 3697/3697
236.67/237.68	c 8866[?] 1934[?] -1935[?]  is mandatory 
236.67/237.68	c qxplain 3696/3696
236.67/237.69	c 8867[?] -1934[?] 1930[?] 1935[?]  is mandatory 
236.67/237.69	c qxplain 3680/3695
236.67/237.70	c qxplain 3688/3695
236.67/237.71	c qxplain 3692/3695
236.67/237.71	c qxplain 3694/3695
236.77/237.72	c qxplain 3695/3695
236.77/237.73	c 8868[?] 1879[?] -1936[?]  is mandatory 
236.77/237.73	c qxplain 3694/3694
236.77/237.74	c 8869[?] -1935[?] -1936[?]  is mandatory 
236.77/237.74	c qxplain 3692/3693
236.77/237.75	c qxplain 3693/3693
236.77/237.76	c 8870[?] 1935[?] -1879[?] 1936[?]  is mandatory 
236.77/237.76	c qxplain 3692/3692
236.77/237.77	c 8871[?] -1432[?] -1937[?]  is mandatory 
236.77/237.77	c qxplain 3688/3691
236.77/237.78	c qxplain 3690/3691
236.77/237.79	c qxplain 3691/3691
236.77/237.80	c 8872[?] 1832[?] -1937[?]  is mandatory 
236.77/237.80	c qxplain 3690/3690
236.77/237.81	c 8873[?] -1832[?] 1432[?] 1937[?]  is mandatory 
236.77/237.81	c qxplain 3688/3689
236.89/237.82	c qxplain 3689/3689
236.89/237.83	c 8874[?] -1837[?] -1938[?]  is mandatory 
236.89/237.83	c qxplain 3688/3688
236.89/237.84	c 8875[?] -1937[?] -1938[?]  is mandatory 
236.89/237.84	c qxplain 3680/3687
236.89/237.85	c qxplain 3684/3687
236.89/237.86	c qxplain 3686/3687
236.89/237.87	c qxplain 3687/3687
236.89/237.88	c 8876[?] 1938[?] 1837[?] 1937[?]  is mandatory 
236.89/237.88	c qxplain 3686/3686
236.89/237.89	c 8877[?] -1844[?] -1939[?]  is mandatory 
236.89/237.89	c qxplain 3684/3685
236.97/237.90	c qxplain 3685/3685
236.97/237.91	c 8878[?] 1938[?] -1939[?]  is mandatory 
236.97/237.91	c qxplain 3684/3684
236.97/237.92	c 8879[?] 1939[?] 1844[?] -1938[?]  is mandatory 
236.97/237.92	c qxplain 3680/3683
236.97/237.93	c qxplain 3682/3683
236.97/237.94	c qxplain 3683/3683
236.97/237.95	c 8880[?] -1940[?] -1851[?]  is mandatory 
236.97/237.95	c qxplain 3682/3682
236.97/237.96	c 8881[?] 1939[?] -1940[?]  is mandatory 
236.97/237.96	c qxplain 3680/3681
236.97/237.97	c qxplain 3681/3681
236.97/237.98	c 8882[?] 1851[?] -1939[?] 1940[?]  is mandatory 
236.97/237.98	c qxplain 3680/3680
236.97/238.00	c 8883[?] -1936[?] -1941[?]  is mandatory 
236.97/238.00	c qxplain 3648/3679
237.07/238.01	c qxplain 3664/3679
237.07/238.01	c qxplain 3672/3679
237.07/238.02	c qxplain 3676/3679
237.07/238.03	c qxplain 3678/3679
237.07/238.04	c qxplain 3679/3679
237.07/238.05	c 8884[?] 1940[?] -1941[?]  is mandatory 
237.07/238.05	c qxplain 3678/3678
237.07/238.06	c 8885[?] -1940[?] 1941[?] 1936[?]  is mandatory 
237.07/238.06	c qxplain 3676/3677
237.07/238.07	c qxplain 3677/3677
237.07/238.08	c 8886[?] 1854[?] -1942[?]  is mandatory 
237.07/238.08	c qxplain 3676/3676
237.07/238.09	c 8887[?] -1941[?] -1942[?]  is mandatory 
237.07/238.09	c qxplain 3672/3675
237.17/238.10	c qxplain 3674/3675
237.17/238.11	c qxplain 3675/3675
237.17/238.12	c 8888[?] 1941[?] 1942[?] -1854[?]  is mandatory 
237.17/238.12	c qxplain 3674/3674
237.17/238.13	c 8889[?] -1943[?] -1428[?]  is mandatory 
237.17/238.13	c qxplain 3672/3673
237.17/238.14	c qxplain 3673/3673
237.17/238.15	c 8890[?] -1943[?] 1828[?]  is mandatory 
237.17/238.15	c qxplain 3672/3672
237.17/238.17	c 8891[?] 1428[?] -1828[?] 1943[?]  is mandatory 
237.17/238.17	c qxplain 3664/3671
237.17/238.18	c qxplain 3668/3671
237.17/238.19	c qxplain 3670/3671
237.27/238.20	c qxplain 3671/3671
237.27/238.21	c 8892[?] -1942[?] -1944[?]  is mandatory 
237.27/238.21	c qxplain 3670/3670
237.27/238.22	c 8893[?] -1943[?] -1944[?]  is mandatory 
237.27/238.22	c qxplain 3668/3669
237.27/238.23	c qxplain 3669/3669
237.27/238.24	c 8894[?] 1944[?] 1943[?] 1942[?]  is mandatory 
237.27/238.24	c qxplain 3668/3668
237.27/238.25	c 8895[?] -1829[?] -1945[?]  is mandatory 
237.27/238.25	c qxplain 3664/3667
237.27/238.26	c qxplain 3666/3667
237.27/238.27	c qxplain 3667/3667
237.27/238.28	c 8896[?] -1944[?] -1945[?]  is mandatory 
237.27/238.28	c qxplain 3666/3666
237.27/238.29	c 8897[?] 1944[?] 1945[?] 1829[?]  is mandatory 
237.27/238.29	c qxplain 3664/3665
237.37/238.30	c qxplain 3665/3665
237.37/238.31	c 8898[?] -1946[?] -1427[?]  is mandatory 
237.37/238.31	c qxplain 3664/3664
237.37/238.32	c 8899[?] 1824[?] -1946[?]  is mandatory 
237.37/238.32	c qxplain 3648/3663
237.37/238.33	c qxplain 3656/3663
237.37/238.34	c qxplain 3660/3663
237.37/238.35	c qxplain 3662/3663
237.37/238.36	c qxplain 3663/3663
237.37/238.38	c 8900[?] 1946[?] 1427[?] -1824[?]  is mandatory 
237.37/238.38	c qxplain 3662/3662
237.37/238.39	c 8901[?] -1947[?] -1945[?]  is mandatory 
237.37/238.39	c qxplain 3660/3661
237.47/238.40	c qxplain 3661/3661
237.47/238.41	c 8902[?] -1946[?] -1947[?]  is mandatory 
237.47/238.41	c qxplain 3660/3660
237.47/238.43	c 8903[?] 1946[?] 1947[?] 1945[?]  is mandatory 
237.47/238.43	c qxplain 3656/3659
237.47/238.44	c qxplain 3658/3659
237.47/238.45	c qxplain 3659/3659
237.47/238.46	c 8904[?] -1825[?] -1948[?]  is mandatory 
237.47/238.46	c qxplain 3658/3658
237.47/238.47	c 8905[?] -1948[?] -1947[?]  is mandatory 
237.47/238.47	c qxplain 3656/3657
237.47/238.48	c qxplain 3657/3657
237.47/238.49	c 8906[?] 1825[?] 1948[?] 1947[?]  is mandatory 
237.47/238.49	c qxplain 3656/3656
237.47/238.50	c 8908[?] -1949[?] 1820[?]  is mandatory 
237.47/238.50	c qxplain 3648/3655
237.47/238.51	c qxplain 3652/3655
237.47/238.56	c qxplain 3654/3655
237.47/238.57	c qxplain 3655/3655
237.47/238.58	c 8910[?] 1624[?] -1950[?]  is mandatory 
237.47/238.58	c qxplain 3654/3654
237.47/238.59	c 8912[?] -1624[?] 1950[?] 1820[?]  is mandatory 
237.47/238.59	c qxplain 3652/3653
237.47/238.60	c qxplain 3653/3653
237.47/238.65	c 8914[?] -1950[?] -1951[?]  is mandatory 
237.47/238.65	c qxplain 3652/3652
237.47/238.66	c 8915[?] 1950[?] 1951[?] 1949[?]  is mandatory 
237.47/238.66	c qxplain 3648/3651
237.47/238.67	c qxplain 3650/3651
237.47/238.68	c qxplain 3651/3651
237.47/238.69	c 8916[?] 1426[?] -1952[?]  is mandatory 
237.47/238.69	c qxplain 3650/3650
237.47/238.70	c 8917[?] 1951[?] -1952[?]  is mandatory 
237.47/238.70	c qxplain 3648/3649
237.47/238.71	c qxplain 3649/3649
237.47/238.81	c 8918[?] -1426[?] -1951[?] 1952[?]  is mandatory 
237.47/238.81	c qxplain 3648/3648
237.47/238.82	c 8919[?] -1426[?] -1953[?]  is mandatory 
237.47/238.82	c qxplain 3522/3647
237.47/238.83	c qxplain 3585/3647
237.47/238.97	c qxplain 3617/3647
237.47/238.98	c qxplain 3633/3647
237.47/238.99	c qxplain 3641/3647
237.47/239.00	c qxplain 3645/3647
237.47/239.01	c qxplain 3647/3647
237.47/239.02	c 8920[?] -1953[?] -1951[?]  is mandatory 
237.47/239.02	c qxplain 3645/3646
237.47/239.03	c qxplain 3646/3646
237.47/239.03	c 8921[?] 1426[?] 1951[?] 1953[?]  is mandatory 
237.47/239.03	c qxplain 3645/3645
237.47/239.04	c 8922[?] -1952[?] -1954[?]  is mandatory 
237.47/239.04	c qxplain 3641/3644
237.47/239.05	c qxplain 3643/3644
237.47/239.06	c qxplain 3644/3644
237.47/239.07	c 8923[?] -1953[?] -1954[?]  is mandatory 
237.47/239.07	c qxplain 3643/3643
237.47/239.08	c 8924[?] 1953[?] 1952[?] 1954[?]  is mandatory 
237.47/239.08	c qxplain 3641/3642
237.47/239.10	c qxplain 3642/3642
237.47/239.11	c 8925[?] 1948[?] -1955[?]  is mandatory 
237.47/239.11	c qxplain 3641/3641
237.47/239.11	c 8926[?] -1954[?] -1955[?]  is mandatory 
237.47/239.11	c qxplain 3633/3640
238.00/239.13	c qxplain 3637/3640
238.00/239.13	c qxplain 3639/3640
238.00/239.14	c qxplain 3640/3640
238.00/239.15	c 8927[?] -1948[?] 1954[?] 1955[?]  is mandatory 
238.00/239.15	c qxplain 3639/3639
238.00/239.16	c 8928[?] -1948[?] -1956[?]  is mandatory 
238.00/239.16	c qxplain 3637/3638
238.00/239.18	c qxplain 3638/3638
238.00/239.19	c 8929[?] 1954[?] -1956[?]  is mandatory 
238.00/239.19	c qxplain 3637/3637
238.08/239.20	c 8930[?] -1954[?] 1948[?] 1956[?]  is mandatory 
238.08/239.20	c qxplain 3633/3636
238.08/239.21	c qxplain 3635/3636
238.08/239.22	c qxplain 3636/3636
238.08/239.23	c 8931[?] -1955[?] -1957[?]  is mandatory 
238.08/239.23	c qxplain 3635/3635
238.08/239.24	c 8932[?] -1956[?] -1957[?]  is mandatory 
238.08/239.24	c qxplain 3633/3634
238.08/239.25	c qxplain 3634/3634
238.08/239.26	c 8933[?] 1956[?] 1955[?] 1957[?]  is mandatory 
238.08/239.26	c qxplain 3633/3633
238.08/239.27	c 8934[?] -1958[?] -1820[?]  is mandatory 
238.08/239.27	c qxplain 3617/3632
238.08/239.28	c qxplain 3625/3632
238.08/239.28	c qxplain 3629/3632
238.08/239.29	c qxplain 3631/3632
238.08/239.30	c qxplain 3632/3632
238.08/239.31	c 8935[?] -1957[?] -1958[?]  is mandatory 
238.08/239.31	c qxplain 3631/3631
238.18/239.32	c 8936[?] 1957[?] 1958[?] 1820[?]  is mandatory 
238.18/239.32	c qxplain 3629/3630
238.18/239.33	c qxplain 3630/3630
238.18/239.34	c 8937[?] -1821[?] -1959[?]  is mandatory 
238.18/239.34	c qxplain 3629/3629
238.18/239.35	c 8938[?] -1958[?] -1959[?]  is mandatory 
238.18/239.35	c qxplain 3625/3628
238.18/239.36	c qxplain 3627/3628
238.18/239.37	c qxplain 3628/3628
238.18/239.38	c 8939[?] 1821[?] 1958[?] 1959[?]  is mandatory 
238.18/239.38	c qxplain 3627/3627
238.18/239.39	c 8940[?] -1960[?] -1799[?]  is mandatory 
238.18/239.39	c qxplain 3625/3626
238.18/239.40	c qxplain 3626/3626
238.18/239.41	c 8941[?] -1959[?] -1960[?]  is mandatory 
238.18/239.41	c qxplain 3625/3625
238.18/239.42	c 8942[?] 1959[?] 1960[?] 1799[?]  is mandatory 
238.18/239.42	c qxplain 3617/3624
238.31/239.42	c qxplain 3621/3624
238.31/239.43	c qxplain 3623/3624
238.31/239.44	c qxplain 3624/3624
238.31/239.45	c 8943[?] -1961[?] -1815[?]  is mandatory 
238.31/239.45	c qxplain 3623/3623
238.31/239.46	c 8944[?] -1960[?] -1961[?]  is mandatory 
238.31/239.46	c qxplain 3621/3622
238.31/239.47	c qxplain 3622/3622
238.31/239.48	c 8945[?] 1960[?] 1961[?] 1815[?]  is mandatory 
238.31/239.48	c qxplain 3621/3621
238.31/239.49	c 8946[?] -1962[?] 1761[?]  is mandatory 
238.31/239.49	c qxplain 3617/3620
238.38/239.51	c qxplain 3619/3620
238.38/239.52	c qxplain 3620/3620
238.38/239.53	c 8947[?] -1962[?] -1961[?]  is mandatory 
238.38/239.53	c qxplain 3619/3619
238.38/239.54	c 8948[?] 1962[?] -1761[?] 1961[?]  is mandatory 
238.38/239.54	c qxplain 3617/3618
238.38/239.55	c qxplain 3618/3618
238.38/239.57	c 8949[?] -1963[?] -1761[?]  is mandatory 
238.38/239.57	c qxplain 3617/3617
238.38/239.58	c 8950[?] -1963[?] 1961[?]  is mandatory 
238.38/239.58	c qxplain 3585/3616
238.38/239.59	c qxplain 3601/3616
238.38/239.59	c qxplain 3609/3616
238.48/239.60	c qxplain 3613/3616
238.48/239.61	c qxplain 3615/3616
238.48/239.62	c qxplain 3616/3616
238.48/239.62	c 8951[?] 1761[?] 1963[?] -1961[?]  is mandatory 
238.48/239.62	c qxplain 3615/3615
238.48/239.63	c 8952[?] -1964[?] -1962[?]  is mandatory 
238.48/239.63	c qxplain 3613/3614
238.48/239.64	c qxplain 3614/3614
238.48/239.65	c 8953[?] -1963[?] -1964[?]  is mandatory 
238.48/239.65	c qxplain 3613/3613
238.48/239.66	c 8954[?] 1964[?] 1962[?] 1963[?]  is mandatory 
238.48/239.66	c qxplain 3609/3612
238.48/239.68	c qxplain 3611/3612
238.48/239.69	c qxplain 3612/3612
238.58/239.70	c 8955[?] -1596[?] -1965[?]  is mandatory 
238.58/239.70	c qxplain 3611/3611
238.58/239.71	c 8956[?] -1965[?] 1747[?]  is mandatory 
238.58/239.71	c qxplain 3609/3610
238.58/239.72	c qxplain 3610/3610
238.58/239.73	c 8957[?] -1747[?] 1596[?] 1965[?]  is mandatory 
238.58/239.73	c qxplain 3609/3609
238.58/239.74	c 8958[?] 1596[?] -1966[?]  is mandatory 
238.58/239.74	c qxplain 3601/3608
238.58/239.75	c qxplain 3605/3608
238.58/239.76	c qxplain 3607/3608
238.58/239.77	c qxplain 3608/3608
238.58/239.78	c 8959[?] -1966[?] -1747[?]  is mandatory 
238.58/239.78	c qxplain 3607/3607
238.58/239.79	c 8960[?] 1966[?] -1596[?] 1747[?]  is mandatory 
238.58/239.79	c qxplain 3605/3606
238.68/239.80	c qxplain 3606/3606
238.68/239.81	c 8961[?] -1965[?] -1967[?]  is mandatory 
238.68/239.81	c qxplain 3605/3605
238.68/239.82	c 8962[?] -1967[?] -1966[?]  is mandatory 
238.68/239.82	c qxplain 3601/3604
238.68/239.83	c qxplain 3603/3604
238.68/239.84	c qxplain 3604/3604
238.68/239.85	c 8963[?] 1966[?] 1965[?] 1967[?]  is mandatory 
238.68/239.85	c qxplain 3603/3603
238.68/239.86	c 8964[?] -1968[?] 1735[?]  is mandatory 
238.68/239.86	c qxplain 3601/3602
238.68/239.87	c qxplain 3602/3602
238.68/239.88	c 8965[?] -1967[?] -1968[?]  is mandatory 
238.68/239.88	c qxplain 3601/3601
238.68/239.89	c 8966[?] 1968[?] 1967[?] -1735[?]  is mandatory 
238.68/239.89	c qxplain 3585/3600
238.68/239.90	c qxplain 3593/3600
238.78/239.90	c qxplain 3597/3600
238.78/239.91	c qxplain 3599/3600
238.78/239.92	c qxplain 3600/3600
238.78/239.94	c 8967[?] 1562[?] -1969[?]  is mandatory 
238.78/239.94	c qxplain 3599/3599
238.78/239.95	c 8968[?] -1969[?] 1753[?]  is mandatory 
238.78/239.95	c qxplain 3597/3598
238.78/239.96	c qxplain 3598/3598
238.78/239.98	c 8969[?] 1969[?] -1562[?] -1753[?]  is mandatory 
238.78/239.98	c qxplain 3597/3597
238.88/240.00	c 8970[?] -1970[?] 1543[?]  is mandatory 
238.88/240.00	c qxplain 3593/3596
238.88/240.01	c qxplain 3595/3596
238.88/240.02	c qxplain 3596/3596
238.88/240.03	c 8971[?] -1970[?] 1755[?]  is mandatory 
238.88/240.03	c qxplain 3595/3595
238.88/240.04	c 8972[?] 1970[?] -1543[?] -1755[?]  is mandatory 
238.88/240.04	c qxplain 3593/3594
238.88/240.05	c qxplain 3594/3594
238.88/240.07	c 8973[?] 1524[?] -1971[?]  is mandatory 
238.88/240.07	c qxplain 3593/3593
238.88/240.08	c 8974[?] -1971[?] 1757[?]  is mandatory 
238.88/240.08	c qxplain 3585/3592
238.88/240.09	c qxplain 3589/3592
238.98/240.10	c qxplain 3591/3592
238.98/240.11	c qxplain 3592/3592
238.98/240.13	c 8975[?] 1971[?] -1524[?] -1757[?]  is mandatory 
238.98/240.13	c qxplain 3591/3591
238.98/240.14	c 8976[?] -1972[?] -1970[?]  is mandatory 
238.98/240.14	c qxplain 3589/3590
238.98/240.15	c qxplain 3590/3590
238.98/240.17	c 8977[?] -1972[?] -1971[?]  is mandatory 
238.98/240.17	c qxplain 3589/3589
238.98/240.18	c 8978[?] 1972[?] 1970[?] 1971[?]  is mandatory 
238.98/240.18	c qxplain 3585/3588
238.98/240.19	c qxplain 3587/3588
239.08/240.20	c qxplain 3588/3588
239.08/240.21	c 8979[?] -1973[?] -1969[?]  is mandatory 
239.08/240.21	c qxplain 3587/3587
239.08/240.22	c 8980[?] -1973[?] 1972[?]  is mandatory 
239.08/240.22	c qxplain 3585/3586
239.08/240.23	c qxplain 3586/3586
239.08/240.24	c 8981[?] 1973[?] -1972[?] 1969[?]  is mandatory 
239.08/240.24	c qxplain 3585/3585
239.08/240.25	c 8982[?] -1974[?] -1968[?]  is mandatory 
239.08/240.25	c qxplain 3522/3584
239.08/240.26	c qxplain 3554/3584
239.08/240.27	c qxplain 3570/3584
239.08/240.28	c qxplain 3578/3584
239.18/240.30	c qxplain 3582/3584
239.18/240.31	c qxplain 3584/3584
239.18/240.32	c 8983[?] -1974[?] 1973[?]  is mandatory 
239.18/240.32	c qxplain 3582/3583
239.18/240.33	c qxplain 3583/3583
239.18/240.34	c 8984[?] 1974[?] 1968[?] -1973[?]  is mandatory 
239.18/240.34	c qxplain 3582/3582
239.18/240.38	c 8985[?] -1975[?] -1444[?]  is mandatory 
239.18/240.38	c qxplain 3578/3581
239.18/240.38	c qxplain 3580/3581
239.18/240.39	c qxplain 3581/3581
239.18/240.40	c 8986[?] -1975[?] -1445[?]  is mandatory 
239.18/240.40	c qxplain 3580/3580
239.18/240.42	c 8987[?] 1975[?] 1444[?] 1445[?]  is mandatory 
239.18/240.42	c qxplain 3578/3579
239.29/240.43	c qxplain 3579/3579
239.29/240.44	c 8988[?] -1446[?] -1976[?]  is mandatory 
239.29/240.44	c qxplain 3578/3578
239.29/240.45	c 8989[?] -1976[?] 1975[?]  is mandatory 
239.29/240.45	c qxplain 3570/3577
239.29/240.46	c qxplain 3574/3577
239.29/240.47	c qxplain 3576/3577
239.29/240.48	c qxplain 3577/3577
239.29/240.48	c 8990[?] 1976[?] -1975[?] 1446[?]  is mandatory 
239.29/240.48	c qxplain 3576/3576
239.29/240.50	c 8991[?] -1451[?] -1977[?]  is mandatory 
239.29/240.50	c qxplain 3574/3575
239.29/240.51	c qxplain 3575/3575
239.40/240.52	c 8992[?] -1452[?] -1977[?]  is mandatory 
239.40/240.52	c qxplain 3574/3574
239.40/240.53	c 8993[?] 1977[?] 1451[?] 1452[?]  is mandatory 
239.40/240.53	c qxplain 3570/3573
239.40/240.54	c qxplain 3572/3573
239.40/240.57	c qxplain 3573/3573
239.40/240.58	c 8994[?] 1976[?] -1978[?]  is mandatory 
239.40/240.58	c qxplain 3572/3572
239.40/240.59	c 8995[?] 1977[?] -1978[?]  is mandatory 
239.40/240.59	c qxplain 3570/3571
239.48/240.60	c qxplain 3571/3571
239.48/240.61	c 8996[?] 1978[?] -1977[?] -1976[?]  is mandatory 
239.48/240.61	c qxplain 3570/3570
239.48/240.62	c 8997[?] -1979[?] 1709[?]  is mandatory 
239.48/240.62	c qxplain 3554/3569
239.48/240.65	c qxplain 3562/3569
239.48/240.66	c qxplain 3566/3569
239.48/240.69	c qxplain 3568/3569
239.58/240.70	c qxplain 3569/3569
239.58/240.71	c 8998[?] -1979[?] 1978[?]  is mandatory 
239.58/240.71	c qxplain 3568/3568
239.58/240.72	c 8999[?] 1979[?] -1978[?] -1709[?]  is mandatory 
239.58/240.72	c qxplain 3566/3567
239.58/240.75	c qxplain 3567/3567
239.58/240.76	c 9000[?] -1980[?] -1453[?]  is mandatory 
239.58/240.76	c qxplain 3566/3566
239.58/240.77	c 9001[?] 1693[?] -1980[?]  is mandatory 
239.58/240.77	c qxplain 3562/3565
239.58/240.78	c qxplain 3564/3565
239.58/240.79	c qxplain 3565/3565
239.69/240.81	c 9002[?] 1980[?] -1693[?] 1453[?]  is mandatory 
239.69/240.81	c qxplain 3564/3564
239.69/240.82	c 9003[?] -1981[?] 1979[?]  is mandatory 
239.69/240.82	c qxplain 3562/3563
239.69/240.83	c qxplain 3563/3563
239.69/240.83	c 9004[?] -1981[?] 1980[?]  is mandatory 
239.69/240.83	c qxplain 3562/3562
239.69/240.85	c 9005[?] 1981[?] -1980[?] -1979[?]  is mandatory 
239.69/240.85	c qxplain 3554/3561
239.69/240.86	c qxplain 3558/3561
239.69/240.87	c qxplain 3560/3561
239.69/240.88	c qxplain 3561/3561
239.69/240.89	c 9006[?] 1653[?] -1982[?]  is mandatory 
239.69/240.89	c qxplain 3560/3560
239.79/240.90	c 9007[?] -1982[?] 1981[?]  is mandatory 
239.79/240.90	c qxplain 3558/3559
239.79/240.91	c qxplain 3559/3559
239.79/240.92	c 9008[?] 1982[?] -1653[?] -1981[?]  is mandatory 
239.79/240.92	c qxplain 3558/3558
239.79/240.93	c 9009[?] -1983[?] -1459[?]  is mandatory 
239.79/240.93	c qxplain 3554/3557
239.79/240.94	c qxplain 3556/3557
239.79/240.95	c qxplain 3557/3557
239.79/240.95	c 9010[?] -1983[?] 1982[?]  is mandatory 
239.79/240.96	c qxplain 3556/3556
239.79/240.97	c 9011[?] 1983[?] 1459[?] -1982[?]  is mandatory 
239.79/240.97	c qxplain 3554/3555
239.79/240.97	c qxplain 3555/3555
239.79/240.98	c 9012[?] -1984[?] 1460[?]  is mandatory 
239.79/240.98	c qxplain 3554/3554
239.79/240.99	c 9013[?] -1984[?] -1983[?]  is mandatory 
239.79/240.99	c qxplain 3522/3553
239.89/241.00	c qxplain 3538/3553
239.89/241.01	c qxplain 3546/3553
239.89/241.02	c qxplain 3550/3553
239.89/241.03	c qxplain 3552/3553
239.89/241.04	c qxplain 3553/3553
239.89/241.05	c 9014[?] 1984[?] -1460[?] 1983[?]  is mandatory 
239.89/241.05	c qxplain 3552/3552
239.89/241.08	c 9015[?] -1985[?] -1808[?]  is mandatory 
239.89/241.08	c qxplain 3550/3551
239.89/241.09	c qxplain 3551/3551
239.99/241.10	c 9016[?] -1985[?] -1984[?]  is mandatory 
239.99/241.10	c qxplain 3550/3550
239.99/241.11	c 9017[?] 1985[?] 1984[?] 1808[?]  is mandatory 
239.99/241.11	c qxplain 3546/3549
239.99/241.12	c qxplain 3548/3549
239.99/241.13	c qxplain 3549/3549
239.99/241.14	c 9018[?] -1986[?] 1475[?]  is mandatory 
239.99/241.14	c qxplain 3548/3548
239.99/241.15	c 9019[?] -1986[?] 1985[?]  is mandatory 
239.99/241.15	c qxplain 3546/3547
239.99/241.16	c qxplain 3547/3547
239.99/241.17	c 9020[?] 1986[?] -1985[?] -1475[?]  is mandatory 
239.99/241.17	c qxplain 3546/3546
239.99/241.18	c 9021[?] -1987[?] 1460[?]  is mandatory 
239.99/241.18	c qxplain 3538/3545
239.99/241.20	c qxplain 3542/3545
240.09/241.21	c qxplain 3544/3545
240.09/241.22	c qxplain 3545/3545
240.09/241.23	c 9022[?] -1987[?] -1475[?]  is mandatory 
240.09/241.23	c qxplain 3544/3544
240.09/241.24	c 9023[?] 1987[?] -1460[?] 1475[?]  is mandatory 
240.09/241.24	c qxplain 3542/3543
240.09/241.25	c qxplain 3543/3543
240.09/241.26	c 9024[?] -1988[?] -1986[?]  is mandatory 
240.09/241.26	c qxplain 3542/3542
240.09/241.27	c 9025[?] -1988[?] -1987[?]  is mandatory 
240.09/241.27	c qxplain 3538/3541
240.09/241.28	c qxplain 3540/3541
240.09/241.29	c qxplain 3541/3541
240.09/241.30	c 9026[?] 1988[?] 1986[?] 1987[?]  is mandatory 
240.09/241.30	c qxplain 3540/3540
240.19/241.31	c 9027[?] -1989[?] 1799[?]  is mandatory 
240.19/241.31	c qxplain 3538/3539
240.19/241.32	c qxplain 3539/3539
240.19/241.33	c 9028[?] -1989[?] -1988[?]  is mandatory 
240.19/241.33	c qxplain 3538/3538
240.19/241.33	c 9029[?] 1989[?] 1988[?] -1799[?]  is mandatory 
240.19/241.33	c qxplain 3522/3537
240.19/241.34	c qxplain 3530/3537
240.19/241.35	c qxplain 3534/3537
240.19/241.36	c qxplain 3536/3537
240.19/241.37	c qxplain 3537/3537
240.19/241.37	c 9030[?] -1990[?] 1623[?]  is mandatory 
240.19/241.37	c qxplain 3536/3536
240.19/241.39	c 9031[?] -1990[?] 1820[?]  is mandatory 
240.19/241.39	c qxplain 3534/3535
240.19/241.40	c qxplain 3535/3535
240.29/241.40	c 9032[?] -1623[?] -1820[?] 1990[?]  is mandatory 
240.29/241.40	c qxplain 3534/3534
240.29/241.42	c 9033[?] -1991[?] 1427[?]  is mandatory 
240.29/241.42	c qxplain 3530/3533
240.29/241.43	c qxplain 3532/3533
240.29/241.43	c qxplain 3533/3533
240.29/241.44	c 9034[?] 1824[?] -1991[?]  is mandatory 
240.29/241.44	c qxplain 3532/3532
240.29/241.45	c 9035[?] -1427[?] -1824[?] 1991[?]  is mandatory 
240.29/241.45	c qxplain 3530/3531
240.29/241.46	c qxplain 3531/3531
240.29/241.48	c 9036[?] -1427[?] -1992[?]  is mandatory 
240.29/241.48	c qxplain 3530/3530
240.29/241.49	c 9037[?] -1824[?] -1992[?]  is mandatory 
240.29/241.49	c qxplain 3522/3529
240.29/241.49	c qxplain 3526/3529
240.29/241.50	c qxplain 3528/3529
240.29/241.51	c qxplain 3529/3529
240.39/241.52	c 9038[?] 1824[?] 1427[?] 1992[?]  is mandatory 
240.39/241.52	c qxplain 3528/3528
240.39/241.53	c 9039[?] -1991[?] -1993[?]  is mandatory 
240.39/241.53	c qxplain 3526/3527
240.39/241.54	c qxplain 3527/3527
240.39/241.55	c 9040[?] -1992[?] -1993[?]  is mandatory 
240.39/241.55	c qxplain 3526/3526
240.39/241.56	c 9041[?] 1991[?] 1992[?] 1993[?]  is mandatory 
240.39/241.56	c qxplain 3522/3525
240.39/241.57	c qxplain 3524/3525
240.39/241.59	c qxplain 3525/3525
240.39/241.60	c 9042[?] -1994[?] 1945[?]  is mandatory 
240.39/241.60	c qxplain 3524/3524
240.39/241.61	c 9043[?] -1994[?] -1993[?]  is mandatory 
240.39/241.61	c qxplain 3522/3523
240.51/241.62	c qxplain 3523/3523
240.51/241.63	c 9044[?] 1993[?] -1945[?] 1994[?]  is mandatory 
240.51/241.63	c qxplain 3522/3522
240.51/241.64	c 9045[?] -1995[?] -1945[?]  is mandatory 
240.51/241.64	c qxplain 3019/3521
240.51/241.65	c qxplain 3271/3521
240.51/241.66	c qxplain 3397/3521
240.51/241.66	c qxplain 3460/3521
240.51/241.67	c qxplain 3491/3521
240.51/241.68	c qxplain 3507/3521
240.51/241.69	c qxplain 3515/3521
240.51/241.70	c qxplain 3519/3521
240.58/241.71	c qxplain 3521/3521
240.58/241.72	c 9046[?] -1995[?] 1993[?]  is mandatory 
240.58/241.72	c qxplain 3519/3520
240.58/241.73	c qxplain 3520/3520
240.58/241.74	c 9047[?] -1993[?] 1995[?] 1945[?]  is mandatory 
240.58/241.74	c qxplain 3519/3519
240.58/241.75	c 9048[?] -1996[?] -1994[?]  is mandatory 
240.58/241.75	c qxplain 3515/3518
240.58/241.76	c qxplain 3517/3518
240.58/241.77	c qxplain 3518/3518
240.58/241.78	c 9049[?] -1995[?] -1996[?]  is mandatory 
240.58/241.78	c qxplain 3517/3517
240.58/241.79	c 9050[?] 1995[?] 1994[?] 1996[?]  is mandatory 
240.58/241.79	c qxplain 3515/3516
240.58/241.80	c qxplain 3516/3516
240.68/241.80	c 9051[?] -1997[?] -1820[?]  is mandatory 
240.68/241.80	c qxplain 3515/3515
240.68/241.82	c 9052[?] -1997[?] -1996[?]  is mandatory 
240.68/241.82	c qxplain 3507/3514
240.68/241.82	c qxplain 3511/3514
240.68/241.83	c qxplain 3513/3514
240.68/241.84	c qxplain 3514/3514
240.68/241.85	c 9053[?] 1996[?] 1820[?] 1997[?]  is mandatory 
240.68/241.85	c qxplain 3513/3513
240.68/241.86	c 9054[?] -1990[?] -1998[?]  is mandatory 
240.68/241.86	c qxplain 3511/3512
240.68/241.87	c qxplain 3512/3512
240.68/241.88	c 9055[?] -1997[?] -1998[?]  is mandatory 
240.68/241.88	c qxplain 3511/3511
240.68/241.89	c 9056[?] 1990[?] 1997[?] 1998[?]  is mandatory 
240.68/241.89	c qxplain 3507/3510
240.68/241.89	c qxplain 3509/3510
240.78/241.90	c qxplain 3510/3510
240.78/241.91	c 9057[?] -1999[?] -1799[?]  is mandatory 
240.78/241.91	c qxplain 3509/3509
240.78/241.92	c 9058[?] -1999[?] -1998[?]  is mandatory 
240.78/241.92	c qxplain 3507/3508
240.78/241.93	c qxplain 3508/3508
240.78/241.94	c 9059[?] 1998[?] 1999[?] 1799[?]  is mandatory 
240.78/241.94	c qxplain 3507/3507
240.78/241.95	c 9060[?] -2000[?] -1989[?]  is mandatory 
240.78/241.95	c qxplain 3491/3506
240.78/241.96	c qxplain 3499/3506
240.78/241.97	c qxplain 3503/3506
240.78/241.97	c qxplain 3505/3506
240.78/241.98	c qxplain 3506/3506
240.78/241.99	c 9061[?] -1999[?] -2000[?]  is mandatory 
240.78/241.99	c qxplain 3505/3505
240.78/242.00	c 9062[?] 2000[?] 1999[?] 1989[?]  is mandatory 
240.78/242.00	c qxplain 3503/3504
240.88/242.01	c qxplain 3504/3504
240.88/242.02	c 9063[?] -2001[?] 1974[?]  is mandatory 
240.88/242.02	c qxplain 3503/3503
240.88/242.03	c 9064[?] -2001[?] -2000[?]  is mandatory 
240.88/242.03	c qxplain 3499/3502
240.88/242.04	c qxplain 3501/3502
240.88/242.06	c qxplain 3502/3502
240.88/242.07	c 9065[?] 2000[?] -1974[?] 2001[?]  is mandatory 
240.88/242.07	c qxplain 3501/3501
240.88/242.08	c 9066[?] -1585[?] -2002[?]  is mandatory 
240.88/242.08	c qxplain 3499/3500
240.88/242.09	c qxplain 3500/3500
240.98/242.10	c 9067[?] -2002[?] 1746[?]  is mandatory 
240.98/242.10	c qxplain 3499/3499
240.98/242.12	c 9068[?] -1746[?] 1585[?] 2002[?]  is mandatory 
240.98/242.12	c qxplain 3491/3498
240.98/242.13	c qxplain 3495/3498
240.98/242.14	c qxplain 3497/3498
240.98/242.15	c qxplain 3498/3498
240.98/242.16	c 9069[?] 1585[?] -2003[?]  is mandatory 
240.98/242.16	c qxplain 3497/3497
240.98/242.17	c 9070[?] -2003[?] -1746[?]  is mandatory 
240.98/242.17	c qxplain 3495/3496
240.98/242.18	c qxplain 3496/3496
240.98/242.19	c 9071[?] -1585[?] 1746[?] 2003[?]  is mandatory 
240.98/242.19	c qxplain 3495/3495
241.08/242.20	c 9072[?] -2004[?] -2002[?]  is mandatory 
241.08/242.20	c qxplain 3491/3494
241.08/242.21	c qxplain 3493/3494
241.08/242.22	c qxplain 3494/3494
241.08/242.23	c 9073[?] -2003[?] -2004[?]  is mandatory 
241.08/242.23	c qxplain 3493/3493
241.08/242.24	c 9074[?] 2003[?] 2002[?] 2004[?]  is mandatory 
241.08/242.24	c qxplain 3491/3492
241.08/242.25	c qxplain 3492/3492
241.08/242.26	c 9075[?] -2005[?] 1735[?]  is mandatory 
241.08/242.26	c qxplain 3491/3491
241.08/242.27	c 9076[?] -2004[?] -2005[?]  is mandatory 
241.08/242.27	c qxplain 3460/3490
241.08/242.28	c qxplain 3476/3490
241.08/242.29	c qxplain 3484/3490
241.18/242.30	c qxplain 3488/3490
241.18/242.31	c qxplain 3490/3490
241.18/242.32	c 9077[?] 2004[?] 2005[?] -1735[?]  is mandatory 
241.18/242.32	c qxplain 3488/3489
241.18/242.33	c qxplain 3489/3489
241.18/242.35	c 9078[?] -2006[?] 1561[?]  is mandatory 
241.18/242.35	c qxplain 3488/3488
241.18/242.36	c 9079[?] -2006[?] 1753[?]  is mandatory 
241.18/242.36	c qxplain 3484/3487
241.18/242.37	c qxplain 3486/3487
241.18/242.38	c qxplain 3487/3487
241.18/242.39	c 9080[?] -1561[?] 2006[?] -1753[?]  is mandatory 
241.18/242.39	c qxplain 3486/3486
241.28/242.40	c 9081[?] 1542[?] -2007[?]  is mandatory 
241.28/242.40	c qxplain 3484/3485
241.28/242.41	c qxplain 3485/3485
241.28/242.42	c 9082[?] -2007[?] 1755[?]  is mandatory 
241.28/242.42	c qxplain 3484/3484
241.28/242.43	c 9083[?] -1542[?] 2007[?] -1755[?]  is mandatory 
241.28/242.43	c qxplain 3476/3483
241.28/242.44	c qxplain 3480/3483
241.28/242.45	c qxplain 3482/3483
241.28/242.46	c qxplain 3483/3483
241.28/242.47	c 9084[?] 1523[?] -2008[?]  is mandatory 
241.28/242.47	c qxplain 3482/3482
241.28/242.48	c 9085[?] -2008[?] 1757[?]  is mandatory 
241.28/242.48	c qxplain 3480/3481
241.28/242.49	c qxplain 3481/3481
241.38/242.50	c 9086[?] -1523[?] 2008[?] -1757[?]  is mandatory 
241.38/242.50	c qxplain 3480/3480
241.38/242.51	c 9087[?] -2007[?] -2009[?]  is mandatory 
241.38/242.51	c qxplain 3476/3479
241.38/242.52	c qxplain 3478/3479
241.38/242.53	c qxplain 3479/3479
241.38/242.54	c 9088[?] -2008[?] -2009[?]  is mandatory 
241.38/242.54	c qxplain 3478/3478
241.38/242.55	c 9089[?] 2009[?] 2007[?] 2008[?]  is mandatory 
241.38/242.55	c qxplain 3476/3477
241.38/242.56	c qxplain 3477/3477
241.38/242.57	c 9090[?] -2006[?] -2010[?]  is mandatory 
241.38/242.57	c qxplain 3476/3476
241.38/242.58	c 9091[?] 2009[?] -2010[?]  is mandatory 
241.38/242.58	c qxplain 3460/3475
241.38/242.59	c qxplain 3468/3475
241.38/242.60	c qxplain 3472/3475
241.38/242.60	c qxplain 3474/3475
241.38/242.61	c qxplain 3475/3475
241.48/242.62	c 9092[?] 2010[?] -2009[?] 2006[?]  is mandatory 
241.48/242.62	c qxplain 3474/3474
241.48/242.63	c 9093[?] -2005[?] -2011[?]  is mandatory 
241.48/242.63	c qxplain 3472/3473
241.48/242.64	c qxplain 3473/3473
241.48/242.65	c 9094[?] 2010[?] -2011[?]  is mandatory 
241.48/242.65	c qxplain 3472/3472
241.48/242.66	c 9095[?] 2005[?] 2011[?] -2010[?]  is mandatory 
241.48/242.66	c qxplain 3468/3471
241.48/242.67	c qxplain 3470/3471
241.48/242.68	c qxplain 3471/3471
241.48/242.69	c 9096[?] -2012[?] 1459[?]  is mandatory 
241.48/242.69	c qxplain 3470/3470
241.48/242.70	c 9097[?] -2012[?] -1982[?]  is mandatory 
241.48/242.70	c qxplain 3468/3469
241.48/242.71	c qxplain 3469/3469
241.48/242.72	c 9098[?] 2012[?] -1459[?] 1982[?]  is mandatory 
241.48/242.72	c qxplain 3468/3468
241.60/242.73	c 9099[?] -2013[?] -1983[?]  is mandatory 
241.60/242.73	c qxplain 3460/3467
241.60/242.74	c qxplain 3464/3467
241.60/242.74	c qxplain 3466/3467
241.60/242.75	c qxplain 3467/3467
241.60/242.76	c 9100[?] -2013[?] -2012[?]  is mandatory 
241.60/242.76	c qxplain 3466/3466
241.60/242.77	c 9101[?] 2013[?] 2012[?] 1983[?]  is mandatory 
241.60/242.77	c qxplain 3464/3465
241.60/242.78	c qxplain 3465/3465
241.60/242.79	c 9102[?] -2014[?] 1475[?]  is mandatory 
241.60/242.79	c qxplain 3464/3464
241.69/242.80	c 9103[?] -2014[?] 2013[?]  is mandatory 
241.69/242.80	c qxplain 3460/3463
241.69/242.81	c qxplain 3462/3463
241.69/242.81	c qxplain 3463/3463
241.69/242.82	c 9104[?] 2014[?] -2013[?] -1475[?]  is mandatory 
241.69/242.82	c qxplain 3462/3462
241.69/242.85	c 9105[?] -2015[?] 1459[?]  is mandatory 
241.69/242.85	c qxplain 3460/3461
241.69/242.86	c qxplain 3461/3461
241.69/242.87	c 9106[?] -2015[?] -1475[?]  is mandatory 
241.69/242.87	c qxplain 3460/3460
241.69/242.88	c 9107[?] 2015[?] -1459[?] 1475[?]  is mandatory 
241.69/242.88	c qxplain 3397/3459
241.69/242.89	c qxplain 3429/3459
241.69/242.90	c qxplain 3445/3459
241.79/242.90	c qxplain 3453/3459
241.79/242.91	c qxplain 3457/3459
241.79/242.92	c qxplain 3459/3459
241.79/242.93	c 9108[?] -2016[?] -2014[?]  is mandatory 
241.79/242.93	c qxplain 3457/3458
241.79/242.94	c qxplain 3458/3458
241.79/242.95	c 9109[?] -2016[?] -2015[?]  is mandatory 
241.79/242.95	c qxplain 3457/3457
241.79/242.96	c 9110[?] 2016[?] 2014[?] 2015[?]  is mandatory 
241.79/242.96	c qxplain 3453/3456
241.79/242.97	c qxplain 3455/3456
241.79/242.98	c qxplain 3456/3456
241.89/243.00	c 9111[?] -2017[?] 1799[?]  is mandatory 
241.89/243.00	c qxplain 3455/3455
241.89/243.01	c 9112[?] -2017[?] -2016[?]  is mandatory 
241.89/243.01	c qxplain 3453/3454
241.89/243.02	c qxplain 3454/3454
241.89/243.03	c 9113[?] 2017[?] 2016[?] -1799[?]  is mandatory 
241.89/243.03	c qxplain 3453/3453
241.89/243.04	c 9114[?] 1622[?] -2018[?]  is mandatory 
241.89/243.04	c qxplain 3445/3452
241.89/243.05	c qxplain 3449/3452
241.89/243.06	c qxplain 3451/3452
241.89/243.06	c qxplain 3452/3452
241.89/243.08	c 9115[?] -2018[?] 1820[?]  is mandatory 
241.89/243.08	c qxplain 3451/3451
241.89/243.09	c 9116[?] -1622[?] 2018[?] -1820[?]  is mandatory 
241.89/243.09	c qxplain 3449/3450
241.99/243.10	c qxplain 3450/3450
241.99/243.11	c 9117[?] -2019[?] 1428[?]  is mandatory 
241.99/243.11	c qxplain 3449/3449
241.99/243.12	c 9118[?] -2019[?] 1828[?]  is mandatory 
241.99/243.12	c qxplain 3445/3448
241.99/243.13	c qxplain 3447/3448
241.99/243.14	c qxplain 3448/3448
241.99/243.15	c 9119[?] -1428[?] -1828[?] 2019[?]  is mandatory 
241.99/243.15	c qxplain 3447/3447
241.99/243.16	c 9120[?] -1428[?] -2020[?]  is mandatory 
241.99/243.16	c qxplain 3445/3446
241.99/243.17	c qxplain 3446/3446
241.99/243.18	c 9121[?] -2020[?] -1828[?]  is mandatory 
241.99/243.18	c qxplain 3445/3445
241.99/243.19	c 9122[?] 1428[?] 1828[?] 2020[?]  is mandatory 
241.99/243.19	c qxplain 3429/3444
241.99/243.19	c qxplain 3437/3444
242.09/243.20	c qxplain 3441/3444
242.09/243.21	c qxplain 3443/3444
242.09/243.22	c qxplain 3444/3444
242.09/243.23	c 9123[?] -2019[?] -2021[?]  is mandatory 
242.09/243.23	c qxplain 3443/3443
242.09/243.24	c 9124[?] -2020[?] -2021[?]  is mandatory 
242.09/243.24	c qxplain 3441/3442
242.09/243.25	c qxplain 3442/3442
242.09/243.26	c 9125[?] 2020[?] 2019[?] 2021[?]  is mandatory 
242.09/243.26	c qxplain 3441/3441
242.09/243.27	c 9126[?] -2022[?] 1942[?]  is mandatory 
242.09/243.27	c qxplain 3437/3440
242.09/243.29	c qxplain 3439/3440
242.09/243.30	c qxplain 3440/3440
242.19/243.31	c 9127[?] -2022[?] -2021[?]  is mandatory 
242.19/243.31	c qxplain 3439/3439
242.19/243.32	c 9128[?] 2021[?] -1942[?] 2022[?]  is mandatory 
242.19/243.32	c qxplain 3437/3438
242.19/243.33	c qxplain 3438/3438
242.19/243.34	c 9129[?] -1942[?] -2023[?]  is mandatory 
242.19/243.34	c qxplain 3437/3437
242.19/243.35	c 9130[?] 2021[?] -2023[?]  is mandatory 
242.19/243.35	c qxplain 3429/3436
242.19/243.36	c qxplain 3433/3436
242.19/243.37	c qxplain 3435/3436
242.19/243.38	c qxplain 3436/3436
242.19/243.39	c 9131[?] 1942[?] -2021[?] 2023[?]  is mandatory 
242.19/243.39	c qxplain 3435/3435
242.19/243.40	c 9132[?] -2022[?] -2024[?]  is mandatory 
242.19/243.40	c qxplain 3433/3434
242.29/243.41	c qxplain 3434/3434
242.29/243.42	c 9133[?] -2023[?] -2024[?]  is mandatory 
242.29/243.42	c qxplain 3433/3433
242.29/243.43	c 9134[?] 2023[?] 2022[?] 2024[?]  is mandatory 
242.29/243.43	c qxplain 3429/3432
242.29/243.44	c qxplain 3431/3432
242.29/243.44	c qxplain 3432/3432
242.29/243.45	c 9135[?] -2025[?] -1820[?]  is mandatory 
242.29/243.45	c qxplain 3431/3431
242.29/243.46	c 9136[?] -2025[?] -2024[?]  is mandatory 
242.29/243.46	c qxplain 3429/3430
242.29/243.47	c qxplain 3430/3430
242.29/243.48	c 9137[?] 2024[?] 1820[?] 2025[?]  is mandatory 
242.29/243.48	c qxplain 3429/3429
242.29/243.49	c 9138[?] -2018[?] -2026[?]  is mandatory 
242.29/243.49	c qxplain 3397/3428
242.39/243.50	c qxplain 3413/3428
242.39/243.50	c qxplain 3421/3428
242.39/243.51	c qxplain 3425/3428
242.39/243.52	c qxplain 3427/3428
242.39/243.53	c qxplain 3428/3428
242.39/243.54	c 9139[?] -2025[?] -2026[?]  is mandatory 
242.39/243.54	c qxplain 3427/3427
242.39/243.55	c 9140[?] 2018[?] 2025[?] 2026[?]  is mandatory 
242.39/243.55	c qxplain 3425/3426
242.39/243.56	c qxplain 3426/3426
242.39/243.57	c 9141[?] -2027[?] -1799[?]  is mandatory 
242.39/243.57	c qxplain 3425/3425
242.39/243.58	c 9142[?] -2027[?] -2026[?]  is mandatory 
242.39/243.58	c qxplain 3421/3424
242.39/243.59	c qxplain 3423/3424
242.39/243.59	c qxplain 3424/3424
242.49/243.60	c 9143[?] 2026[?] 2027[?] 1799[?]  is mandatory 
242.49/243.60	c qxplain 3423/3423
242.49/243.61	c 9144[?] -2028[?] -2017[?]  is mandatory 
242.49/243.61	c qxplain 3421/3422
242.49/243.62	c qxplain 3422/3422
242.49/243.63	c 9145[?] -2027[?] -2028[?]  is mandatory 
242.49/243.63	c qxplain 3421/3421
242.49/243.64	c 9146[?] 2028[?] 2027[?] 2017[?]  is mandatory 
242.49/243.64	c qxplain 3413/3420
242.49/243.65	c qxplain 3417/3420
242.49/243.66	c qxplain 3419/3420
242.49/243.67	c qxplain 3420/3420
242.49/243.68	c 9147[?] -2029[?] -2011[?]  is mandatory 
242.49/243.68	c qxplain 3419/3419
242.49/243.69	c 9148[?] -2029[?] 2028[?]  is mandatory 
242.49/243.69	c qxplain 3417/3418
242.49/243.70	c qxplain 3418/3418
242.49/243.71	c 9149[?] -2028[?] 2011[?] 2029[?]  is mandatory 
242.49/243.71	c qxplain 3417/3417
242.59/243.73	c 9150[?] -1974[?] -2030[?]  is mandatory 
242.59/243.73	c qxplain 3413/3416
242.59/243.74	c qxplain 3415/3416
242.59/243.75	c qxplain 3416/3416
242.59/243.76	c 9151[?] 2000[?] -2030[?]  is mandatory 
242.59/243.76	c qxplain 3415/3415
242.59/243.77	c 9152[?] 2030[?] -2000[?] 1974[?]  is mandatory 
242.59/243.77	c qxplain 3413/3414
242.59/243.77	c qxplain 3414/3414
242.59/243.78	c 9153[?] -2029[?] -2031[?]  is mandatory 
242.59/243.78	c qxplain 3413/3413
242.59/243.79	c 9154[?] -2030[?] -2031[?]  is mandatory 
242.59/243.79	c qxplain 3397/3412
242.59/243.81	c qxplain 3405/3412
242.59/243.82	c qxplain 3409/3412
242.70/243.83	c qxplain 3411/3412
242.70/243.85	c qxplain 3412/3412
242.70/243.86	c 9155[?] 2031[?] 2029[?] 2030[?]  is mandatory 
242.70/243.86	c qxplain 3411/3411
242.70/243.87	c 9156[?] -2032[?] -1602[?]  is mandatory 
242.70/243.87	c qxplain 3409/3410
242.70/243.88	c qxplain 3410/3410
242.70/243.89	c 9157[?] -2032[?] 1745[?]  is mandatory 
242.70/243.89	c qxplain 3409/3409
242.78/243.90	c 9158[?] -1745[?] 2032[?] 1602[?]  is mandatory 
242.78/243.90	c qxplain 3405/3408
242.78/243.91	c qxplain 3407/3408
242.78/243.93	c qxplain 3408/3408
242.78/243.94	c 9159[?] -2033[?] 1602[?]  is mandatory 
242.78/243.94	c qxplain 3407/3407
242.78/243.95	c 9160[?] -2033[?] -1745[?]  is mandatory 
242.78/243.95	c qxplain 3405/3406
242.78/243.96	c qxplain 3406/3406
242.78/243.97	c 9161[?] -1602[?] 1745[?] 2033[?]  is mandatory 
242.78/243.97	c qxplain 3405/3405
242.78/243.98	c 9162[?] -2032[?] -2034[?]  is mandatory 
242.78/243.98	c qxplain 3397/3404
242.78/243.99	c qxplain 3401/3404
242.88/244.00	c qxplain 3403/3404
242.88/244.01	c qxplain 3404/3404
242.88/244.02	c 9163[?] -2033[?] -2034[?]  is mandatory 
242.88/244.02	c qxplain 3403/3403
242.88/244.03	c 9164[?] 2033[?] 2034[?] 2032[?]  is mandatory 
242.88/244.03	c qxplain 3401/3402
242.88/244.03	c qxplain 3402/3402
242.88/244.05	c 9165[?] -2035[?] 1735[?]  is mandatory 
242.88/244.05	c qxplain 3401/3401
242.88/244.06	c 9166[?] -2035[?] -2034[?]  is mandatory 
242.88/244.06	c qxplain 3397/3400
242.88/244.07	c qxplain 3399/3400
242.88/244.08	c qxplain 3400/3400
242.88/244.09	c 9167[?] 2035[?] 2034[?] -1735[?]  is mandatory 
242.88/244.09	c qxplain 3399/3399
242.98/244.11	c 9168[?] 1560[?] -2036[?]  is mandatory 
242.98/244.11	c qxplain 3397/3398
242.98/244.12	c qxplain 3398/3398
242.98/244.13	c 9169[?] -2036[?] 1753[?]  is mandatory 
242.98/244.13	c qxplain 3397/3397
242.98/244.15	c 9170[?] 2036[?] -1560[?] -1753[?]  is mandatory 
242.98/244.15	c qxplain 3271/3396
242.98/244.16	c qxplain 3334/3396
242.98/244.17	c qxplain 3366/3396
242.98/244.18	c qxplain 3382/3396
242.98/244.18	c qxplain 3390/3396
242.98/244.19	c qxplain 3394/3396
243.08/244.20	c qxplain 3396/3396
243.08/244.22	c 9171[?] -2037[?] 1541[?]  is mandatory 
243.08/244.22	c qxplain 3394/3395
243.08/244.23	c qxplain 3395/3395
243.08/244.24	c 9172[?] -2037[?] 1755[?]  is mandatory 
243.08/244.24	c qxplain 3394/3394
243.08/244.26	c 9173[?] 2037[?] -1541[?] -1755[?]  is mandatory 
243.08/244.26	c qxplain 3390/3393
243.08/244.27	c qxplain 3392/3393
243.08/244.28	c qxplain 3393/3393
243.08/244.29	c 9174[?] -2038[?] 1522[?]  is mandatory 
243.08/244.29	c qxplain 3392/3392
243.08/244.30	c 9175[?] -2038[?] 1757[?]  is mandatory 
243.08/244.30	c qxplain 3390/3391
243.18/244.30	c qxplain 3391/3391
243.18/244.32	c 9176[?] -1522[?] 2038[?] -1757[?]  is mandatory 
243.18/244.32	c qxplain 3390/3390
243.18/244.33	c 9177[?] -2039[?] -2037[?]  is mandatory 
243.18/244.33	c qxplain 3382/3389
243.18/244.34	c qxplain 3386/3389
243.18/244.35	c qxplain 3388/3389
243.18/244.36	c qxplain 3389/3389
243.18/244.38	c 9178[?] -2039[?] -2038[?]  is mandatory 
243.18/244.38	c qxplain 3388/3388
243.18/244.39	c 9179[?] 2039[?] 2037[?] 2038[?]  is mandatory 
243.18/244.39	c qxplain 3386/3387
243.28/244.40	c qxplain 3387/3387
243.28/244.41	c 9180[?] -2040[?] -2036[?]  is mandatory 
243.28/244.41	c qxplain 3386/3386
243.28/244.42	c 9181[?] -2040[?] 2039[?]  is mandatory 
243.28/244.42	c qxplain 3382/3385
243.28/244.43	c qxplain 3384/3385
243.28/244.44	c qxplain 3385/3385
243.28/244.45	c 9182[?] 2040[?] -2039[?] 2036[?]  is mandatory 
243.28/244.45	c qxplain 3384/3384
243.28/244.46	c 9183[?] -2041[?] -2035[?]  is mandatory 
243.28/244.46	c qxplain 3382/3383
243.28/244.47	c qxplain 3383/3383
243.28/244.48	c 9184[?] -2041[?] 2040[?]  is mandatory 
243.28/244.48	c qxplain 3382/3382
243.28/244.49	c 9185[?] 2041[?] 2035[?] -2040[?]  is mandatory 
243.28/244.49	c qxplain 3366/3381
243.38/244.50	c qxplain 3374/3381
243.38/244.51	c qxplain 3378/3381
243.38/244.52	c qxplain 3380/3381
243.38/244.53	c qxplain 3381/3381
243.38/244.54	c 9186[?] -2042[?] -1457[?]  is mandatory 
243.38/244.54	c qxplain 3380/3380
243.38/244.55	c 9187[?] -2042[?] 1981[?]  is mandatory 
243.38/244.55	c qxplain 3378/3379
243.38/244.56	c qxplain 3379/3379
243.38/244.57	c 9188[?] 2042[?] 1457[?] -1981[?]  is mandatory 
243.38/244.57	c qxplain 3378/3378
243.38/244.58	c 9189[?] -2043[?] 1458[?]  is mandatory 
243.38/244.58	c qxplain 3374/3377
243.38/244.59	c qxplain 3376/3377
243.48/244.60	c qxplain 3377/3377
243.48/244.61	c 9190[?] -2043[?] -2042[?]  is mandatory 
243.48/244.61	c qxplain 3376/3376
243.48/244.62	c 9191[?] 2043[?] -1458[?] 2042[?]  is mandatory 
243.48/244.62	c qxplain 3374/3375
243.48/244.63	c qxplain 3375/3375
243.48/244.64	c 9192[?] -2044[?] -1982[?]  is mandatory 
243.48/244.64	c qxplain 3374/3374
243.48/244.65	c 9193[?] -2044[?] -2043[?]  is mandatory 
243.48/244.65	c qxplain 3366/3373
243.48/244.66	c qxplain 3370/3373
243.48/244.66	c qxplain 3372/3373
243.48/244.67	c qxplain 3373/3373
243.48/244.68	c 9194[?] 2044[?] 2043[?] 1982[?]  is mandatory 
243.48/244.68	c qxplain 3372/3372
243.48/244.69	c 9195[?] -2045[?] 1475[?]  is mandatory 
243.48/244.69	c qxplain 3370/3371
243.58/244.70	c qxplain 3371/3371
243.58/244.71	c 9196[?] -2045[?] 2044[?]  is mandatory 
243.58/244.71	c qxplain 3370/3370
243.58/244.72	c 9197[?] 2045[?] -2044[?] -1475[?]  is mandatory 
243.58/244.72	c qxplain 3366/3369
243.58/244.73	c qxplain 3368/3369
243.58/244.74	c qxplain 3369/3369
243.58/244.77	c 9198[?] -2046[?] 1458[?]  is mandatory 
243.58/244.77	c qxplain 3368/3368
243.58/244.78	c 9199[?] -2046[?] -1475[?]  is mandatory 
243.58/244.78	c qxplain 3366/3367
243.58/244.79	c qxplain 3367/3367
243.58/244.80	c 9200[?] 2046[?] -1458[?] 1475[?]  is mandatory 
243.58/244.80	c qxplain 3366/3366
243.58/244.81	c 9201[?] -2047[?] -2045[?]  is mandatory 
243.58/244.81	c qxplain 3334/3365
243.69/244.82	c qxplain 3350/3365
243.69/244.83	c qxplain 3358/3365
243.69/244.84	c qxplain 3362/3365
243.69/244.85	c qxplain 3364/3365
243.69/244.86	c qxplain 3365/3365
243.69/244.87	c 9202[?] -2047[?] -2046[?]  is mandatory 
243.69/244.87	c qxplain 3364/3364
243.69/244.88	c 9203[?] 2047[?] 2045[?] 2046[?]  is mandatory 
243.69/244.88	c qxplain 3362/3363
243.69/244.89	c qxplain 3363/3363
243.69/244.90	c 9204[?] -2048[?] 1799[?]  is mandatory 
243.69/244.90	c qxplain 3362/3362
243.69/244.91	c 9205[?] -2048[?] -2047[?]  is mandatory 
243.69/244.91	c qxplain 3358/3361
243.81/244.92	c qxplain 3360/3361
243.81/244.93	c qxplain 3361/3361
243.81/244.94	c 9206[?] 2048[?] 2047[?] -1799[?]  is mandatory 
243.81/244.94	c qxplain 3360/3360
243.81/244.95	c 9207[?] 1621[?] -2049[?]  is mandatory 
243.81/244.95	c qxplain 3358/3359
243.81/244.96	c qxplain 3359/3359
243.81/244.97	c 9208[?] -2049[?] 1820[?]  is mandatory 
243.81/244.97	c qxplain 3358/3358
243.81/244.98	c 9209[?] -1621[?] -1820[?] 2049[?]  is mandatory 
243.81/244.98	c qxplain 3350/3357
243.81/244.99	c qxplain 3354/3357
243.88/245.00	c qxplain 3356/3357
243.88/245.01	c qxplain 3357/3357
243.98/245.18	c 9210[?] -1936[?] -2050[?]  is mandatory 
243.98/245.18	c qxplain 3356/3356
244.18/245.33	c 9211[?] 1939[?] -2050[?]  is mandatory 
244.18/245.33	c qxplain 3354/3355
244.18/245.34	c qxplain 3355/3355
244.18/245.36	c 9212[?] 2050[?] -1939[?] 1936[?]  is mandatory 
244.18/245.36	c qxplain 3354/3354
244.18/245.37	c 9213[?] 1847[?] -2051[?]  is mandatory 
244.18/245.37	c qxplain 3350/3353
244.18/245.38	c qxplain 3352/3353
244.18/245.39	c qxplain 3353/3353
244.18/245.40	c 9214[?] -2051[?] -2050[?]  is mandatory 
244.18/245.40	c qxplain 3352/3352
244.28/245.41	c 9215[?] 2051[?] 2050[?] -1847[?]  is mandatory 
244.28/245.41	c qxplain 3350/3351
244.28/245.42	c qxplain 3351/3351
244.28/245.43	c 9216[?] -2052[?] 1429[?]  is mandatory 
244.28/245.43	c qxplain 3350/3350
244.28/245.44	c 9217[?] -2052[?] 1850[?]  is mandatory 
244.28/245.44	c qxplain 3334/3349
244.28/245.45	c qxplain 3342/3349
244.28/245.46	c qxplain 3346/3349
244.28/245.47	c qxplain 3348/3349
244.28/245.48	c qxplain 3349/3349
244.28/245.49	c 9218[?] -1850[?] -1429[?] 2052[?]  is mandatory 
244.28/245.49	c qxplain 3348/3348
244.38/245.50	c 9219[?] -2053[?] -1429[?]  is mandatory 
244.38/245.50	c qxplain 3346/3347
244.38/245.51	c qxplain 3347/3347
244.38/245.52	c 9220[?] -2053[?] -1850[?]  is mandatory 
244.38/245.52	c qxplain 3346/3346
244.38/245.53	c 9221[?] 1429[?] 1850[?] 2053[?]  is mandatory 
244.38/245.53	c qxplain 3342/3345
244.38/245.54	c qxplain 3344/3345
244.38/245.55	c qxplain 3345/3345
244.38/245.56	c 9222[?] -2052[?] -2054[?]  is mandatory 
244.38/245.56	c qxplain 3344/3344
244.38/245.57	c 9223[?] -2053[?] -2054[?]  is mandatory 
244.38/245.57	c qxplain 3342/3343
244.38/245.58	c qxplain 3343/3343
244.38/245.59	c 9224[?] 2053[?] 2052[?] 2054[?]  is mandatory 
244.38/245.59	c qxplain 3342/3342
244.48/245.61	c 9225[?] 2051[?] -2055[?]  is mandatory 
244.48/245.61	c qxplain 3334/3341
244.48/245.62	c qxplain 3338/3341
244.48/245.63	c qxplain 3340/3341
244.48/245.64	c qxplain 3341/3341
244.48/245.65	c 9226[?] -2055[?] -2054[?]  is mandatory 
244.48/245.65	c qxplain 3340/3340
244.48/245.66	c 9227[?] 2054[?] 2055[?] -2051[?]  is mandatory 
244.48/245.66	c qxplain 3338/3339
244.48/245.67	c qxplain 3339/3339
244.48/245.68	c 9228[?] -2051[?] -2056[?]  is mandatory 
244.48/245.68	c qxplain 3338/3338
244.48/245.69	c 9229[?] -2056[?] 2054[?]  is mandatory 
244.48/245.69	c qxplain 3334/3337
244.58/245.70	c qxplain 3336/3337
244.58/245.71	c qxplain 3337/3337
244.58/245.72	c 9230[?] -2054[?] 2056[?] 2051[?]  is mandatory 
244.58/245.72	c qxplain 3336/3336
244.58/245.73	c 9231[?] -2055[?] -2057[?]  is mandatory 
244.58/245.73	c qxplain 3334/3335
244.58/245.74	c qxplain 3335/3335
244.58/245.75	c 9232[?] -2056[?] -2057[?]  is mandatory 
244.58/245.75	c qxplain 3334/3334
244.58/245.77	c 9233[?] 2056[?] 2055[?] 2057[?]  is mandatory 
244.58/245.77	c qxplain 3271/3333
244.58/245.78	c qxplain 3303/3333
244.58/245.78	c qxplain 3319/3333
244.58/245.79	c qxplain 3327/3333
244.58/245.80	c qxplain 3331/3333
244.68/245.81	c qxplain 3333/3333
244.68/245.82	c 9234[?] -2058[?] -1820[?]  is mandatory 
244.68/245.82	c qxplain 3331/3332
244.68/245.83	c qxplain 3332/3332
244.68/245.84	c 9235[?] -2058[?] -2057[?]  is mandatory 
244.68/245.84	c qxplain 3331/3331
244.68/245.85	c 9236[?] 2057[?] 2058[?] 1820[?]  is mandatory 
244.68/245.85	c qxplain 3327/3330
244.68/245.86	c qxplain 3329/3330
244.68/245.87	c qxplain 3330/3330
244.68/245.87	c 9237[?] -2049[?] -2059[?]  is mandatory 
244.68/245.87	c qxplain 3329/3329
244.68/245.89	c 9238[?] -2058[?] -2059[?]  is mandatory 
244.68/245.89	c qxplain 3327/3328
244.68/245.90	c qxplain 3328/3328
244.68/245.90	c 9239[?] 2049[?] 2059[?] 2058[?]  is mandatory 
244.68/245.90	c qxplain 3327/3327
244.68/245.92	c 9240[?] -2060[?] -1799[?]  is mandatory 
244.68/245.92	c qxplain 3319/3326
244.78/245.93	c qxplain 3323/3326
244.78/245.93	c qxplain 3325/3326
244.78/245.94	c qxplain 3326/3326
244.78/245.95	c 9241[?] -2060[?] -2059[?]  is mandatory 
244.78/245.95	c qxplain 3325/3325
244.78/245.96	c 9242[?] 2059[?] 2060[?] 1799[?]  is mandatory 
244.78/245.96	c qxplain 3323/3324
244.78/245.97	c qxplain 3324/3324
244.78/245.98	c 9243[?] -2061[?] -2048[?]  is mandatory 
244.78/245.98	c qxplain 3323/3323
244.78/245.99	c 9244[?] -2060[?] -2061[?]  is mandatory 
244.78/245.99	c qxplain 3319/3322
244.78/246.00	c qxplain 3321/3322
244.78/246.00	c qxplain 3322/3322
244.78/246.01	c 9245[?] 2061[?] 2060[?] 2048[?]  is mandatory 
244.78/246.01	c qxplain 3321/3321
244.90/246.03	c 9246[?] -2062[?] -2041[?]  is mandatory 
244.90/246.03	c qxplain 3319/3320
244.90/246.04	c qxplain 3320/3320
244.90/246.05	c 9247[?] -2062[?] 2061[?]  is mandatory 
244.90/246.05	c qxplain 3319/3319
244.90/246.06	c 9248[?] 2041[?] -2061[?] 2062[?]  is mandatory 
244.90/246.06	c qxplain 3303/3318
244.90/246.07	c qxplain 3311/3318
244.90/246.08	c qxplain 3315/3318
244.90/246.08	c qxplain 3317/3318
244.90/246.09	c qxplain 3318/3318
244.98/246.10	c 9249[?] -2063[?] 2011[?]  is mandatory 
244.98/246.10	c qxplain 3317/3317
244.98/246.11	c 9250[?] -2063[?] -2028[?]  is mandatory 
244.98/246.11	c qxplain 3315/3316
244.98/246.12	c qxplain 3316/3316
244.98/246.13	c 9251[?] -2011[?] 2063[?] 2028[?]  is mandatory 
244.98/246.13	c qxplain 3315/3315
244.98/246.14	c 9252[?] -2064[?] 2062[?]  is mandatory 
244.98/246.14	c qxplain 3311/3314
244.98/246.15	c qxplain 3313/3314
244.98/246.16	c qxplain 3314/3314
244.98/246.18	c 9253[?] -2064[?] -2063[?]  is mandatory 
244.98/246.18	c qxplain 3313/3313
244.98/246.19	c 9254[?] -2062[?] 2063[?] 2064[?]  is mandatory 
244.98/246.19	c qxplain 3311/3312
245.08/246.20	c qxplain 3312/3312
245.08/246.21	c 9255[?] 2031[?] -2065[?]  is mandatory 
245.08/246.21	c qxplain 3311/3311
245.08/246.22	c 9256[?] -2064[?] -2065[?]  is mandatory 
245.08/246.22	c qxplain 3303/3310
245.08/246.23	c qxplain 3307/3310
245.08/246.24	c qxplain 3309/3310
245.08/246.25	c qxplain 3310/3310
245.08/246.26	c 9257[?] 2065[?] 2064[?] -2031[?]  is mandatory 
245.08/246.26	c qxplain 3309/3309
245.08/246.27	c 9258[?] -2001[?] -2066[?]  is mandatory 
245.08/246.27	c qxplain 3307/3308
245.08/246.27	c qxplain 3308/3308
245.08/246.28	c 9259[?] -2066[?] -2065[?]  is mandatory 
245.08/246.28	c qxplain 3307/3307
245.08/246.29	c 9260[?] 2065[?] 2001[?] 2066[?]  is mandatory 
245.08/246.29	c qxplain 3303/3306
245.18/246.32	c qxplain 3305/3306
245.18/246.34	c qxplain 3306/3306
245.18/246.35	c 9261[?] -2067[?] -1590[?]  is mandatory 
245.18/246.35	c qxplain 3305/3305
245.18/246.36	c 9262[?] -2067[?] 1744[?]  is mandatory 
245.18/246.36	c qxplain 3303/3304
245.18/246.37	c qxplain 3304/3304
245.18/246.38	c 9263[?] -1744[?] 1590[?] 2067[?]  is mandatory 
245.18/246.38	c qxplain 3303/3303
245.18/246.40	c 9264[?] 1590[?] -2068[?]  is mandatory 
245.18/246.40	c qxplain 3271/3302
245.28/246.41	c qxplain 3287/3302
245.28/246.41	c qxplain 3295/3302
245.28/246.42	c qxplain 3299/3302
245.28/246.43	c qxplain 3301/3302
245.28/246.44	c qxplain 3302/3302
245.28/246.46	c 9265[?] -2068[?] -1744[?]  is mandatory 
245.28/246.46	c qxplain 3301/3301
245.28/246.47	c 9266[?] -1590[?] 1744[?] 2068[?]  is mandatory 
245.28/246.47	c qxplain 3299/3300
245.28/246.48	c qxplain 3300/3300
245.28/246.49	c 9267[?] -2067[?] -2069[?]  is mandatory 
245.28/246.49	c qxplain 3299/3299
245.37/246.50	c 9268[?] -2068[?] -2069[?]  is mandatory 
245.37/246.50	c qxplain 3295/3298
245.37/246.51	c qxplain 3297/3298
245.37/246.52	c qxplain 3298/3298
245.37/246.53	c 9269[?] 2068[?] 2069[?] 2067[?]  is mandatory 
245.37/246.53	c qxplain 3297/3297
245.37/246.55	c 9270[?] -2070[?] 1735[?]  is mandatory 
245.37/246.55	c qxplain 3295/3296
245.37/246.56	c qxplain 3296/3296
245.37/246.57	c 9271[?] -2069[?] -2070[?]  is mandatory 
245.37/246.57	c qxplain 3295/3295
245.37/246.58	c 9272[?] 2069[?] 2070[?] -1735[?]  is mandatory 
245.37/246.58	c qxplain 3287/3294
245.37/246.59	c qxplain 3291/3294
245.47/246.60	c qxplain 3293/3294
245.47/246.61	c qxplain 3294/3294
245.47/246.62	c 9273[?] -2071[?] 1559[?]  is mandatory 
245.47/246.62	c qxplain 3293/3293
245.47/246.64	c 9274[?] -2071[?] 1753[?]  is mandatory 
245.47/246.64	c qxplain 3291/3292
245.47/246.65	c qxplain 3292/3292
245.47/246.66	c 9275[?] -1559[?] 2071[?] -1753[?]  is mandatory 
245.47/246.66	c qxplain 3291/3291
245.47/246.68	c 9276[?] 1540[?] -2072[?]  is mandatory 
245.47/246.68	c qxplain 3287/3290
245.47/246.68	c qxplain 3289/3290
245.47/246.69	c qxplain 3290/3290
245.57/246.70	c 9277[?] -2072[?] 1755[?]  is mandatory 
245.57/246.70	c qxplain 3289/3289
245.57/246.71	c 9278[?] -1540[?] 2072[?] -1755[?]  is mandatory 
245.57/246.71	c qxplain 3287/3288
245.57/246.72	c qxplain 3288/3288
245.57/246.73	c 9279[?] 1521[?] -2073[?]  is mandatory 
245.57/246.73	c qxplain 3287/3287
245.57/246.74	c 9280[?] -2073[?] 1757[?]  is mandatory 
245.57/246.74	c qxplain 3271/3286
245.57/246.75	c qxplain 3279/3286
245.57/246.76	c qxplain 3283/3286
245.57/246.77	c qxplain 3285/3286
245.57/246.78	c qxplain 3286/3286
245.57/246.80	c 9281[?] -1521[?] 2073[?] -1757[?]  is mandatory 
245.57/246.80	c qxplain 3285/3285
245.67/246.81	c 9282[?] -2072[?] -2074[?]  is mandatory 
245.67/246.81	c qxplain 3283/3284
245.67/246.82	c qxplain 3284/3284
245.67/246.83	c 9283[?] -2073[?] -2074[?]  is mandatory 
245.67/246.83	c qxplain 3283/3283
245.67/246.84	c 9284[?] 2074[?] 2072[?] 2073[?]  is mandatory 
245.67/246.84	c qxplain 3279/3282
245.67/246.85	c qxplain 3281/3282
245.67/246.86	c qxplain 3282/3282
245.67/246.87	c 9285[?] -2071[?] -2075[?]  is mandatory 
245.67/246.87	c qxplain 3281/3281
245.67/246.87	c 9286[?] 2074[?] -2075[?]  is mandatory 
245.67/246.87	c qxplain 3279/3280
245.67/246.88	c qxplain 3280/3280
245.67/246.89	c 9287[?] 2075[?] -2074[?] 2071[?]  is mandatory 
245.67/246.89	c qxplain 3279/3279
245.78/246.91	c 9288[?] -2070[?] -2076[?]  is mandatory 
245.78/246.91	c qxplain 3271/3278
245.78/246.92	c qxplain 3275/3278
245.78/246.92	c qxplain 3277/3278
245.78/246.93	c qxplain 3278/3278
245.78/246.94	c 9289[?] 2075[?] -2076[?]  is mandatory 
245.78/246.94	c qxplain 3277/3277
245.78/246.95	c 9290[?] 2070[?] 2076[?] -2075[?]  is mandatory 
245.78/246.95	c qxplain 3275/3276
245.78/246.96	c qxplain 3276/3276
245.78/246.97	c 9291[?] -2077[?] 1457[?]  is mandatory 
245.78/246.97	c qxplain 3275/3275
245.78/246.99	c 9292[?] -2077[?] -1981[?]  is mandatory 
245.78/246.99	c qxplain 3271/3274
245.78/247.00	c qxplain 3273/3274
245.78/247.01	c qxplain 3274/3274
245.78/247.02	c 9293[?] 2077[?] -1457[?] 1981[?]  is mandatory 
245.78/247.02	c qxplain 3273/3273
245.88/247.03	c 9294[?] -2078[?] -2042[?]  is mandatory 
245.88/247.03	c qxplain 3271/3272
245.88/247.03	c qxplain 3272/3272
245.88/247.04	c 9295[?] -2078[?] -2077[?]  is mandatory 
245.88/247.04	c qxplain 3271/3271
245.88/247.05	c 9296[?] 2078[?] 2077[?] 2042[?]  is mandatory 
245.88/247.05	c qxplain 3019/3270
245.88/247.06	c qxplain 3145/3270
245.88/247.07	c qxplain 3208/3270
245.88/247.08	c qxplain 3240/3270
245.88/247.08	c qxplain 3256/3270
245.88/247.09	c qxplain 3264/3270
245.88/247.10	c qxplain 3268/3270
245.88/247.11	c qxplain 3270/3270
246.00/247.12	c 9297[?] -2079[?] 1475[?]  is mandatory 
246.00/247.12	c qxplain 3268/3269
246.00/247.13	c qxplain 3269/3269
246.00/247.14	c 9298[?] -2079[?] 2078[?]  is mandatory 
246.00/247.14	c qxplain 3268/3268
246.00/247.15	c 9299[?] 2079[?] -2078[?] -1475[?]  is mandatory 
246.00/247.15	c qxplain 3264/3267
246.00/247.16	c qxplain 3266/3267
246.00/247.16	c qxplain 3267/3267
246.07/247.20	c 9300[?] -2080[?] 1457[?]  is mandatory 
246.07/247.20	c qxplain 3266/3266
246.07/247.21	c 9301[?] -2080[?] -1475[?]  is mandatory 
246.07/247.21	c qxplain 3264/3265
246.07/247.22	c qxplain 3265/3265
246.07/247.23	c 9302[?] 2080[?] -1457[?] 1475[?]  is mandatory 
246.07/247.23	c qxplain 3264/3264
246.07/247.24	c 9303[?] -2081[?] -2079[?]  is mandatory 
246.07/247.24	c qxplain 3256/3263
246.07/247.25	c qxplain 3260/3263
246.07/247.26	c qxplain 3262/3263
246.07/247.28	c qxplain 3263/3263
246.07/247.29	c 9304[?] -2081[?] -2080[?]  is mandatory 
246.07/247.29	c qxplain 3262/3262
246.17/247.30	c 9305[?] 2081[?] 2079[?] 2080[?]  is mandatory 
246.17/247.30	c qxplain 3260/3261
246.17/247.31	c qxplain 3261/3261
246.17/247.32	c 9306[?] -2082[?] 1799[?]  is mandatory 
246.17/247.32	c qxplain 3260/3260
246.17/247.33	c 9307[?] -2082[?] -2081[?]  is mandatory 
246.17/247.33	c qxplain 3256/3259
246.17/247.34	c qxplain 3258/3259
246.17/247.35	c qxplain 3259/3259
246.17/247.36	c 9308[?] 2082[?] 2081[?] -1799[?]  is mandatory 
246.17/247.36	c qxplain 3258/3258
246.17/247.37	c 9309[?] 1620[?] -2083[?]  is mandatory 
246.17/247.37	c qxplain 3256/3257
246.17/247.38	c qxplain 3257/3257
246.17/247.40	c 9310[?] -2083[?] 1820[?]  is mandatory 
246.17/247.40	c qxplain 3256/3256
246.27/247.41	c 9311[?] -1620[?] -1820[?] 2083[?]  is mandatory 
246.27/247.41	c qxplain 3240/3255
246.27/247.42	c qxplain 3248/3255
246.27/247.43	c qxplain 3252/3255
246.27/247.43	c qxplain 3254/3255
246.27/247.44	c qxplain 3255/3255
246.57/247.75	c 9312[?] -1936[?] -2084[?]  is mandatory 
246.57/247.75	c qxplain 3254/3254
246.57/247.79	c 9313[?] 1938[?] -2084[?]  is mandatory 
246.57/247.79	c qxplain 3252/3253
246.67/247.80	c qxplain 3253/3253
246.67/247.81	c 9314[?] 2084[?] -1938[?] 1936[?]  is mandatory 
246.67/247.81	c qxplain 3252/3252
246.67/247.82	c 9315[?] 1840[?] -2085[?]  is mandatory 
246.67/247.82	c qxplain 3248/3251
246.67/247.83	c qxplain 3250/3251
246.67/247.84	c qxplain 3251/3251
246.67/247.86	c 9316[?] -2085[?] -2084[?]  is mandatory 
246.67/247.86	c qxplain 3250/3250
246.67/247.87	c 9317[?] 2085[?] 2084[?] -1840[?]  is mandatory 
246.67/247.87	c qxplain 3248/3249
246.67/247.88	c qxplain 3249/3249
246.67/247.89	c 9318[?] -2086[?] 1430[?]  is mandatory 
246.67/247.89	c qxplain 3248/3248
246.77/247.90	c 9319[?] -2086[?] 1843[?]  is mandatory 
246.77/247.90	c qxplain 3240/3247
246.77/247.91	c qxplain 3244/3247
246.77/247.92	c qxplain 3246/3247
246.77/247.93	c qxplain 3247/3247
248.05/248.94	c 9320[?] -1843[?] -1430[?] 2086[?]  is mandatory 
248.05/248.94	c qxplain 3246/3246
248.05/248.95	c 9321[?] -1430[?] -2087[?]  is mandatory 
248.05/248.95	c qxplain 3244/3245
248.05/248.96	c qxplain 3245/3245
248.05/248.97	c 9322[?] -1843[?] -2087[?]  is mandatory 
248.05/248.97	c qxplain 3244/3244
248.05/248.98	c 9323[?] 1843[?] 1430[?] 2087[?]  is mandatory 
248.05/248.98	c qxplain 3240/3243
248.05/248.99	c qxplain 3242/3243
248.13/249.00	c qxplain 3243/3243
248.13/249.01	c 9324[?] -2086[?] -2088[?]  is mandatory 
248.13/249.01	c qxplain 3242/3242
248.13/249.02	c 9325[?] -2087[?] -2088[?]  is mandatory 
248.13/249.02	c qxplain 3240/3241
248.13/249.03	c qxplain 3241/3241
248.13/249.04	c 9326[?] 2087[?] 2088[?] 2086[?]  is mandatory 
248.13/249.04	c qxplain 3240/3240
248.13/249.05	c 9327[?] 2085[?] -2089[?]  is mandatory 
248.13/249.05	c qxplain 3208/3239
248.13/249.06	c qxplain 3224/3239
248.13/249.07	c qxplain 3232/3239
248.13/249.08	c qxplain 3236/3239
248.13/249.09	c qxplain 3238/3239
248.23/249.10	c qxplain 3239/3239
248.23/249.11	c 9328[?] -2088[?] -2089[?]  is mandatory 
248.23/249.11	c qxplain 3238/3238
248.23/249.12	c 9329[?] 2088[?] 2089[?] -2085[?]  is mandatory 
248.23/249.13	c qxplain 3236/3237
248.23/249.14	c qxplain 3237/3237
248.23/249.15	c 9330[?] -2085[?] -2090[?]  is mandatory 
248.23/249.15	c qxplain 3236/3236
248.23/249.16	c 9331[?] 2088[?] -2090[?]  is mandatory 
248.23/249.16	c qxplain 3232/3235
248.23/249.17	c qxplain 3234/3235
248.23/249.18	c qxplain 3235/3235
248.23/249.19	c 9332[?] 2085[?] -2088[?] 2090[?]  is mandatory 
248.23/249.19	c qxplain 3234/3234
248.33/249.20	c 9333[?] -2089[?] -2091[?]  is mandatory 
248.33/249.20	c qxplain 3232/3233
248.33/249.21	c qxplain 3233/3233
248.33/249.22	c 9334[?] -2090[?] -2091[?]  is mandatory 
248.33/249.22	c qxplain 3232/3232
248.33/249.23	c 9335[?] 2091[?] 2090[?] 2089[?]  is mandatory 
248.33/249.23	c qxplain 3224/3231
248.33/249.24	c qxplain 3228/3231
248.33/249.25	c qxplain 3230/3231
248.33/249.26	c qxplain 3231/3231
248.33/249.27	c 9336[?] -2092[?] -1820[?]  is mandatory 
248.33/249.27	c qxplain 3230/3230
248.33/249.28	c 9337[?] -2092[?] -2091[?]  is mandatory 
248.33/249.28	c qxplain 3228/3229
248.33/249.29	c qxplain 3229/3229
248.43/249.30	c 9338[?] 2091[?] 1820[?] 2092[?]  is mandatory 
248.43/249.30	c qxplain 3228/3228
248.43/249.31	c 9339[?] -2083[?] -2093[?]  is mandatory 
248.43/249.31	c qxplain 3224/3227
248.43/249.32	c qxplain 3226/3227
248.43/249.33	c qxplain 3227/3227
248.43/249.34	c 9340[?] -2092[?] -2093[?]  is mandatory 
248.43/249.34	c qxplain 3226/3226
248.43/249.35	c 9341[?] 2083[?] 2092[?] 2093[?]  is mandatory 
248.43/249.35	c qxplain 3224/3225
248.43/249.36	c qxplain 3225/3225
248.43/249.37	c 9342[?] -2094[?] -1799[?]  is mandatory 
248.43/249.37	c qxplain 3224/3224
248.43/249.38	c 9343[?] -2093[?] -2094[?]  is mandatory 
248.43/249.38	c qxplain 3208/3223
248.43/249.39	c qxplain 3216/3223
248.53/249.40	c qxplain 3220/3223
248.53/249.41	c qxplain 3222/3223
248.53/249.41	c qxplain 3223/3223
248.53/249.42	c 9344[?] 2093[?] 2094[?] 1799[?]  is mandatory 
248.53/249.42	c qxplain 3222/3222
248.53/249.43	c 9345[?] -2095[?] -2082[?]  is mandatory 
248.53/249.43	c qxplain 3220/3221
248.53/249.44	c qxplain 3221/3221
248.53/249.45	c 9346[?] -2094[?] -2095[?]  is mandatory 
248.53/249.45	c qxplain 3220/3220
248.53/249.46	c 9347[?] 2094[?] 2095[?] 2082[?]  is mandatory 
248.53/249.46	c qxplain 3216/3219
248.53/249.47	c qxplain 3218/3219
248.53/249.48	c qxplain 3219/3219
248.63/249.50	c 9348[?] -2076[?] -2096[?]  is mandatory 
248.63/249.50	c qxplain 3218/3218
248.63/249.51	c 9349[?] -2096[?] 2095[?]  is mandatory 
248.63/249.51	c qxplain 3216/3217
248.63/249.53	c qxplain 3217/3217
248.63/249.54	c 9350[?] 2076[?] -2095[?] 2096[?]  is mandatory 
248.63/249.54	c qxplain 3216/3216
248.63/249.56	c 9351[?] -2097[?] 2076[?]  is mandatory 
248.63/249.56	c qxplain 3208/3215
248.63/249.57	c qxplain 3212/3215
248.63/249.57	c qxplain 3214/3215
248.63/249.58	c qxplain 3215/3215
248.63/249.59	c 9352[?] -2097[?] -2095[?]  is mandatory 
248.63/249.59	c qxplain 3214/3214
248.73/249.61	c 9353[?] -2076[?] 2097[?] 2095[?]  is mandatory 
248.73/249.61	c qxplain 3212/3213
248.73/249.62	c qxplain 3213/3213
248.73/249.64	c 9354[?] -1597[?] -2098[?]  is mandatory 
248.73/249.64	c qxplain 3212/3212
248.73/249.65	c 9355[?] -2098[?] 1743[?]  is mandatory 
248.73/249.65	c qxplain 3208/3211
248.73/249.67	c qxplain 3210/3211
248.73/249.68	c qxplain 3211/3211
248.83/249.70	c 9356[?] 2098[?] -1743[?] 1597[?]  is mandatory 
248.83/249.70	c qxplain 3210/3210
248.83/249.71	c 9357[?] 1597[?] -2099[?]  is mandatory 
248.83/249.71	c qxplain 3208/3209
248.83/249.72	c qxplain 3209/3209
248.83/249.75	c 9358[?] -2099[?] -1743[?]  is mandatory 
248.83/249.75	c qxplain 3208/3208
248.83/249.76	c 9359[?] -1597[?] 2099[?] 1743[?]  is mandatory 
248.83/249.76	c qxplain 3145/3207
248.83/249.77	c qxplain 3177/3207
248.83/249.78	c qxplain 3193/3207
248.83/249.79	c qxplain 3201/3207
248.93/249.80	c qxplain 3205/3207
248.93/249.81	c qxplain 3207/3207
248.93/249.82	c 9360[?] -2098[?] -2100[?]  is mandatory 
248.93/249.82	c qxplain 3205/3206
248.93/249.83	c qxplain 3206/3206
248.93/249.84	c 9361[?] -2099[?] -2100[?]  is mandatory 
248.93/249.84	c qxplain 3205/3205
248.93/249.85	c 9362[?] 2099[?] 2100[?] 2098[?]  is mandatory 
248.93/249.85	c qxplain 3201/3204
248.93/249.86	c qxplain 3203/3204
248.93/249.87	c qxplain 3204/3204
248.93/249.90	c 9363[?] -2101[?] 1735[?]  is mandatory 
248.93/249.90	c qxplain 3203/3203
248.93/249.91	c 9364[?] -2100[?] -2101[?]  is mandatory 
248.93/249.91	c qxplain 3201/3202
249.03/249.92	c qxplain 3202/3202
249.03/249.93	c 9365[?] 2100[?] 2101[?] -1735[?]  is mandatory 
249.03/249.93	c qxplain 3201/3201
249.03/249.95	c 9366[?] 1558[?] -2102[?]  is mandatory 
249.03/249.95	c qxplain 3193/3200
249.03/249.96	c qxplain 3197/3200
249.03/249.97	c qxplain 3199/3200
249.03/249.98	c qxplain 3200/3200
249.03/249.99	c 9367[?] -2102[?] 1753[?]  is mandatory 
249.03/249.99	c qxplain 3199/3199
249.03/250.00	c 9368[?] -1558[?] 2102[?] -1753[?]  is mandatory 
249.03/250.00	c qxplain 3197/3198
249.03/250.01	c qxplain 3198/3198
249.15/250.04	c 9369[?] -2103[?] 1539[?]  is mandatory 
249.15/250.04	c qxplain 3197/3197
249.15/250.05	c 9370[?] -2103[?] 1755[?]  is mandatory 
249.15/250.05	c qxplain 3193/3196
249.15/250.06	c qxplain 3195/3196
249.15/250.07	c qxplain 3196/3196
249.15/250.08	c 9371[?] 2103[?] -1539[?] -1755[?]  is mandatory 
249.15/250.08	c qxplain 3195/3195
249.15/250.09	c 9372[?] 1520[?] -2104[?]  is mandatory 
249.15/250.09	c qxplain 3193/3194
249.24/250.10	c qxplain 3194/3194
249.24/250.11	c 9373[?] -2104[?] 1757[?]  is mandatory 
249.24/250.11	c qxplain 3193/3193
249.24/250.13	c 9374[?] -1520[?] 2104[?] -1757[?]  is mandatory 
249.24/250.13	c qxplain 3177/3192
249.24/250.14	c qxplain 3185/3192
249.24/250.15	c qxplain 3189/3192
249.24/250.16	c qxplain 3191/3192
249.24/250.17	c qxplain 3192/3192
249.24/250.18	c 9375[?] -2105[?] -2103[?]  is mandatory 
249.24/250.18	c qxplain 3191/3191
249.24/250.19	c 9376[?] -2104[?] -2105[?]  is mandatory 
249.24/250.19	c qxplain 3189/3190
249.34/250.20	c qxplain 3190/3190
249.34/250.21	c 9377[?] 2105[?] 2103[?] 2104[?]  is mandatory 
249.34/250.21	c qxplain 3189/3189
249.34/250.22	c 9378[?] -2102[?] -2106[?]  is mandatory 
249.34/250.22	c qxplain 3185/3188
249.34/250.23	c qxplain 3187/3188
249.34/250.24	c qxplain 3188/3188
249.34/250.25	c 9379[?] -2106[?] 2105[?]  is mandatory 
249.34/250.25	c qxplain 3187/3187
249.34/250.26	c 9380[?] 2106[?] -2105[?] 2102[?]  is mandatory 
249.34/250.26	c qxplain 3185/3186
249.34/250.27	c qxplain 3186/3186
249.34/250.28	c 9381[?] -2101[?] -2107[?]  is mandatory 
249.34/250.28	c qxplain 3185/3185
249.34/250.29	c 9382[?] -2107[?] 2106[?]  is mandatory 
249.34/250.29	c qxplain 3177/3184
249.44/250.31	c qxplain 3181/3184
249.44/250.32	c qxplain 3183/3184
249.44/250.32	c qxplain 3184/3184
249.44/250.33	c 9383[?] 2101[?] 2107[?] -2106[?]  is mandatory 
249.44/250.33	c qxplain 3183/3183
249.44/250.35	c 9384[?] -2108[?] -1453[?]  is mandatory 
249.44/250.35	c qxplain 3181/3182
249.44/250.37	c qxplain 3182/3182
249.44/250.38	c 9385[?] -2108[?] -1454[?]  is mandatory 
249.44/250.38	c qxplain 3181/3181
249.44/250.39	c 9386[?] 2108[?] 1454[?] 1453[?]  is mandatory 
249.44/250.39	c qxplain 3177/3180
249.54/250.40	c qxplain 3179/3180
249.54/250.41	c qxplain 3180/3180
249.54/250.42	c 9387[?] -2109[?] 1979[?]  is mandatory 
249.54/250.42	c qxplain 3179/3179
249.54/250.43	c 9388[?] -2109[?] 2108[?]  is mandatory 
249.54/250.43	c qxplain 3177/3178
249.54/250.44	c qxplain 3178/3178
249.54/250.45	c 9389[?] 2109[?] -2108[?] -1979[?]  is mandatory 
249.54/250.45	c qxplain 3177/3177
249.54/250.46	c 9390[?] -2110[?] -1455[?]  is mandatory 
249.54/250.46	c qxplain 3145/3176
249.54/250.47	c qxplain 3161/3176
249.54/250.48	c qxplain 3169/3176
249.54/250.49	c qxplain 3173/3176
249.64/250.50	c qxplain 3175/3176
249.64/250.50	c qxplain 3176/3176
249.64/250.51	c 9391[?] -2110[?] 2109[?]  is mandatory 
249.64/250.51	c qxplain 3175/3175
249.64/250.52	c 9392[?] 2110[?] -2109[?] 1455[?]  is mandatory 
249.64/250.52	c qxplain 3173/3174
249.64/250.53	c qxplain 3174/3174
249.64/250.54	c 9393[?] -2111[?] 1456[?]  is mandatory 
249.64/250.54	c qxplain 3173/3173
249.64/250.55	c 9394[?] -2111[?] -2110[?]  is mandatory 
249.64/250.55	c qxplain 3169/3172
249.64/250.56	c qxplain 3171/3172
249.64/250.57	c qxplain 3172/3172
249.64/250.58	c 9395[?] 2111[?] -1456[?] 2110[?]  is mandatory 
249.64/250.58	c qxplain 3171/3171
249.64/250.58	c 9396[?] -2112[?] -1981[?]  is mandatory 
249.64/250.58	c qxplain 3169/3170
249.64/250.59	c qxplain 3170/3170
249.74/250.60	c 9397[?] -2112[?] -2111[?]  is mandatory 
249.74/250.60	c qxplain 3169/3169
249.74/250.61	c 9398[?] 2112[?] 2111[?] 1981[?]  is mandatory 
249.74/250.61	c qxplain 3161/3168
249.74/250.62	c qxplain 3165/3168
249.74/250.63	c qxplain 3167/3168
249.74/250.64	c qxplain 3168/3168
249.74/250.65	c 9399[?] -2113[?] 1475[?]  is mandatory 
249.74/250.65	c qxplain 3167/3167
249.74/250.66	c 9400[?] -2113[?] 2112[?]  is mandatory 
249.74/250.66	c qxplain 3165/3166
249.74/250.67	c qxplain 3166/3166
249.74/250.68	c 9401[?] 2113[?] -2112[?] -1475[?]  is mandatory 
249.74/250.68	c qxplain 3165/3165
249.84/250.72	c 9402[?] -2114[?] 1456[?]  is mandatory 
249.84/250.72	c qxplain 3161/3164
249.84/250.73	c qxplain 3163/3164
249.84/250.74	c qxplain 3164/3164
249.84/250.75	c 9403[?] -2114[?] -1475[?]  is mandatory 
249.84/250.75	c qxplain 3163/3163
249.84/250.76	c 9404[?] 2114[?] -1456[?] 1475[?]  is mandatory 
249.84/250.76	c qxplain 3161/3162
249.84/250.77	c qxplain 3162/3162
249.84/250.78	c 9405[?] -2115[?] -2113[?]  is mandatory 
249.84/250.78	c qxplain 3161/3161
249.84/250.79	c 9406[?] -2115[?] -2114[?]  is mandatory 
249.84/250.79	c qxplain 3145/3160
249.94/250.80	c qxplain 3153/3160
249.94/250.81	c qxplain 3157/3160
249.94/250.82	c qxplain 3159/3160
249.94/250.83	c qxplain 3160/3160
249.94/250.84	c 9407[?] 2115[?] 2113[?] 2114[?]  is mandatory 
249.94/250.84	c qxplain 3159/3159
249.94/250.85	c 9408[?] -2116[?] 1799[?]  is mandatory 
249.94/250.85	c qxplain 3157/3158
249.94/250.86	c qxplain 3158/3158
249.94/250.87	c 9409[?] -2116[?] -2115[?]  is mandatory 
249.94/250.87	c qxplain 3157/3157
249.94/250.88	c 9410[?] 2116[?] 2115[?] -1799[?]  is mandatory 
249.94/250.88	c qxplain 3153/3156
249.94/250.89	c qxplain 3155/3156
250.04/250.90	c qxplain 3156/3156
250.04/250.91	c 9411[?] 1619[?] -2117[?]  is mandatory 
250.04/250.91	c qxplain 3155/3155
250.04/250.92	c 9412[?] -2117[?] 1820[?]  is mandatory 
250.04/250.92	c qxplain 3153/3154
250.04/250.93	c qxplain 3154/3154
250.04/250.94	c 9413[?] 2117[?] -1619[?] -1820[?]  is mandatory 
250.04/250.94	c qxplain 3153/3153
250.04/250.99	c 9414[?] -2118[?] -1936[?]  is mandatory 
250.04/250.99	c qxplain 3145/3152
250.04/251.00	c qxplain 3149/3152
250.04/251.01	c qxplain 3151/3152
250.14/251.02	c qxplain 3152/3152
250.14/251.08	c 9415[?] -1937[?] -2118[?]  is mandatory 
250.14/251.08	c qxplain 3151/3151
250.14/251.09	c 9416[?] 1937[?] 1936[?] 2118[?]  is mandatory 
250.14/251.09	c qxplain 3149/3150
250.14/251.10	c qxplain 3150/3150
250.14/251.11	c 9417[?] -2119[?] -1833[?]  is mandatory 
250.14/251.11	c qxplain 3149/3149
250.26/251.12	c 9418[?] -2119[?] -2118[?]  is mandatory 
250.26/251.12	c qxplain 3145/3148
250.26/251.13	c qxplain 3147/3148
250.26/251.14	c qxplain 3148/3148
250.26/251.15	c 9419[?] 2119[?] 2118[?] 1833[?]  is mandatory 
250.26/251.15	c qxplain 3147/3147
250.26/251.16	c 9420[?] -2120[?] 1431[?]  is mandatory 
250.26/251.16	c qxplain 3145/3146
250.26/251.17	c qxplain 3146/3146
250.26/251.18	c 9421[?] -2120[?] 1836[?]  is mandatory 
250.26/251.18	c qxplain 3145/3145
250.26/251.19	c 9422[?] -1836[?] -1431[?] 2120[?]  is mandatory 
250.26/251.19	c qxplain 3019/3144
250.34/251.20	c qxplain 3082/3144
250.34/251.21	c qxplain 3114/3144
250.34/251.21	c qxplain 3130/3144
250.34/251.22	c qxplain 3138/3144
250.34/251.23	c qxplain 3142/3144
250.34/251.24	c qxplain 3144/3144
250.34/251.25	c 9423[?] -1431[?] -2121[?]  is mandatory 
250.34/251.25	c qxplain 3142/3143
250.34/251.26	c qxplain 3143/3143
250.34/251.27	c 9424[?] -2121[?] -1836[?]  is mandatory 
250.34/251.27	c qxplain 3142/3142
250.34/251.28	c 9425[?] 1836[?] 2121[?] 1431[?]  is mandatory 
250.34/251.28	c qxplain 3138/3141
250.34/251.29	c qxplain 3140/3141
250.44/251.30	c qxplain 3141/3141
250.44/251.31	c 9426[?] -2120[?] -2122[?]  is mandatory 
250.44/251.31	c qxplain 3140/3140
250.44/251.32	c 9427[?] -2121[?] -2122[?]  is mandatory 
250.44/251.32	c qxplain 3138/3139
250.44/251.33	c qxplain 3139/3139
250.44/251.34	c 9428[?] 2121[?] 2122[?] 2120[?]  is mandatory 
250.44/251.34	c qxplain 3138/3138
250.44/251.35	c 9429[?] 2119[?] -2123[?]  is mandatory 
250.44/251.35	c qxplain 3130/3137
250.44/251.37	c qxplain 3134/3137
250.44/251.38	c qxplain 3136/3137
250.44/251.39	c qxplain 3137/3137
250.54/251.40	c 9430[?] -2122[?] -2123[?]  is mandatory 
250.54/251.40	c qxplain 3136/3136
250.54/251.41	c 9431[?] 2122[?] -2119[?] 2123[?]  is mandatory 
250.54/251.41	c qxplain 3134/3135
250.54/251.42	c qxplain 3135/3135
250.54/251.43	c 9432[?] -2119[?] -2124[?]  is mandatory 
250.54/251.43	c qxplain 3134/3134
250.54/251.44	c 9433[?] 2122[?] -2124[?]  is mandatory 
250.54/251.44	c qxplain 3130/3133
250.54/251.45	c qxplain 3132/3133
250.54/251.46	c qxplain 3133/3133
250.54/251.47	c 9434[?] -2122[?] 2124[?] 2119[?]  is mandatory 
250.54/251.47	c qxplain 3132/3132
250.54/251.48	c 9435[?] -2123[?] -2125[?]  is mandatory 
250.54/251.48	c qxplain 3130/3131
250.54/251.49	c qxplain 3131/3131
250.64/251.51	c 9436[?] -2124[?] -2125[?]  is mandatory 
250.64/251.51	c qxplain 3130/3130
250.64/251.52	c 9437[?] 2123[?] 2124[?] 2125[?]  is mandatory 
250.64/251.52	c qxplain 3114/3129
250.64/251.53	c qxplain 3122/3129
250.64/251.53	c qxplain 3126/3129
250.64/251.54	c qxplain 3128/3129
250.64/251.55	c qxplain 3129/3129
250.64/251.56	c 9438[?] -2126[?] -1820[?]  is mandatory 
250.64/251.56	c qxplain 3128/3128
250.64/251.57	c 9439[?] -2125[?] -2126[?]  is mandatory 
250.64/251.57	c qxplain 3126/3127
250.64/251.58	c qxplain 3127/3127
250.64/251.59	c 9440[?] 2125[?] 1820[?] 2126[?]  is mandatory 
250.64/251.59	c qxplain 3126/3126
250.73/251.60	c 9441[?] -2127[?] -2117[?]  is mandatory 
250.73/251.60	c qxplain 3122/3125
250.73/251.61	c qxplain 3124/3125
250.73/251.62	c qxplain 3125/3125
250.73/251.63	c 9442[?] -2126[?] -2127[?]  is mandatory 
250.73/251.63	c qxplain 3124/3124
250.73/251.64	c 9443[?] 2117[?] 2126[?] 2127[?]  is mandatory 
250.73/251.64	c qxplain 3122/3123
250.73/251.65	c qxplain 3123/3123
250.73/251.66	c 9444[?] -2128[?] -1799[?]  is mandatory 
250.73/251.66	c qxplain 3122/3122
250.73/251.67	c 9445[?] -2128[?] -2127[?]  is mandatory 
250.73/251.67	c qxplain 3114/3121
250.73/251.68	c qxplain 3118/3121
250.73/251.69	c qxplain 3120/3121
250.73/251.70	c qxplain 3121/3121
250.83/251.70	c 9446[?] 2127[?] 2128[?] 1799[?]  is mandatory 
250.83/251.70	c qxplain 3120/3120
250.83/251.72	c 9447[?] -2129[?] -2116[?]  is mandatory 
250.83/251.72	c qxplain 3118/3119
250.83/251.73	c qxplain 3119/3119
250.83/251.73	c 9448[?] -2128[?] -2129[?]  is mandatory 
250.83/251.73	c qxplain 3118/3118
250.83/251.74	c 9449[?] 2129[?] 2128[?] 2116[?]  is mandatory 
250.83/251.74	c qxplain 3114/3117
250.83/251.76	c qxplain 3116/3117
250.83/251.77	c qxplain 3117/3117
250.83/251.78	c 9450[?] -2130[?] -2107[?]  is mandatory 
250.83/251.78	c qxplain 3116/3116
250.83/251.79	c 9451[?] -2130[?] 2129[?]  is mandatory 
250.83/251.79	c qxplain 3114/3115
250.83/251.80	c qxplain 3115/3115
250.93/251.81	c 9452[?] 2107[?] -2129[?] 2130[?]  is mandatory 
250.93/251.81	c qxplain 3114/3114
250.93/251.83	c 9453[?] -2131[?] 2107[?]  is mandatory 
250.93/251.83	c qxplain 3082/3113
250.93/251.84	c qxplain 3098/3113
250.93/251.84	c qxplain 3106/3113
250.93/251.85	c qxplain 3110/3113
250.93/251.86	c qxplain 3112/3113
250.93/251.87	c qxplain 3113/3113
250.93/251.87	c 9454[?] -2131[?] -2129[?]  is mandatory 
250.93/251.87	c qxplain 3112/3112
250.93/251.89	c 9455[?] -2107[?] 2129[?] 2131[?]  is mandatory 
250.93/251.89	c qxplain 3110/3111
251.03/251.91	c qxplain 3111/3111
251.03/251.92	c 9456[?] -2132[?] -1589[?]  is mandatory 
251.03/251.92	c qxplain 3110/3110
251.03/251.93	c 9457[?] -2132[?] 1742[?]  is mandatory 
251.03/251.93	c qxplain 3106/3109
251.03/251.94	c qxplain 3108/3109
251.03/251.96	c qxplain 3109/3109
251.03/251.98	c 9458[?] -1742[?] 1589[?] 2132[?]  is mandatory 
251.03/251.98	c qxplain 3108/3108
251.03/252.00	c 9459[?] -2133[?] 1589[?]  is mandatory 
251.03/252.00	c qxplain 3106/3107
251.13/252.01	c qxplain 3107/3107
251.13/252.03	c 9460[?] -2133[?] -1742[?]  is mandatory 
251.13/252.03	c qxplain 3106/3106
251.13/252.04	c 9461[?] 2133[?] -1589[?] 1742[?]  is mandatory 
251.13/252.04	c qxplain 3098/3105
251.13/252.05	c qxplain 3102/3105
251.13/252.06	c qxplain 3104/3105
251.13/252.07	c qxplain 3105/3105
251.13/252.08	c 9462[?] -2132[?] -2134[?]  is mandatory 
251.13/252.08	c qxplain 3104/3104
251.13/252.09	c 9463[?] -2134[?] -2133[?]  is mandatory 
251.13/252.09	c qxplain 3102/3103
251.13/252.11	c qxplain 3103/3103
251.13/252.11	c 9464[?] 2133[?] 2134[?] 2132[?]  is mandatory 
251.13/252.11	c qxplain 3102/3102
251.24/252.13	c 9465[?] -2135[?] 1735[?]  is mandatory 
251.24/252.13	c qxplain 3098/3101
251.24/252.15	c qxplain 3100/3101
251.24/252.15	c qxplain 3101/3101
251.24/252.17	c 9466[?] -2134[?] -2135[?]  is mandatory 
251.24/252.17	c qxplain 3100/3100
251.24/252.18	c 9467[?] 2135[?] 2134[?] -1735[?]  is mandatory 
251.24/252.18	c qxplain 3098/3099
251.24/252.19	c qxplain 3099/3099
251.24/252.20	c 9468[?] 1557[?] -2136[?]  is mandatory 
251.24/252.20	c qxplain 3098/3098
251.24/252.21	c 9469[?] -2136[?] 1753[?]  is mandatory 
251.24/252.21	c qxplain 3082/3097
251.35/252.22	c qxplain 3090/3097
251.35/252.23	c qxplain 3094/3097
251.35/252.24	c qxplain 3096/3097
251.35/252.26	c qxplain 3097/3097
251.35/252.27	c 9470[?] 2136[?] -1557[?] -1753[?]  is mandatory 
251.35/252.27	c qxplain 3096/3096
251.35/252.28	c 9471[?] 1538[?] -2137[?]  is mandatory 
251.35/252.28	c qxplain 3094/3095
251.35/252.29	c qxplain 3095/3095
251.43/252.30	c 9472[?] -2137[?] 1755[?]  is mandatory 
251.43/252.30	c qxplain 3094/3094
251.43/252.31	c 9473[?] 2137[?] -1538[?] -1755[?]  is mandatory 
251.43/252.31	c qxplain 3090/3093
251.43/252.32	c qxplain 3092/3093
251.43/252.33	c qxplain 3093/3093
251.43/252.34	c 9474[?] 1519[?] -2138[?]  is mandatory 
251.43/252.34	c qxplain 3092/3092
251.43/252.35	c 9475[?] -2138[?] 1757[?]  is mandatory 
251.43/252.35	c qxplain 3090/3091
251.43/252.36	c qxplain 3091/3091
251.43/252.37	c 9476[?] 2138[?] -1519[?] -1757[?]  is mandatory 
251.43/252.37	c qxplain 3090/3090
251.43/252.38	c 9477[?] -2139[?] -2137[?]  is mandatory 
251.43/252.38	c qxplain 3082/3089
251.43/252.39	c qxplain 3086/3089
251.53/252.40	c qxplain 3088/3089
251.53/252.41	c qxplain 3089/3089
251.53/252.42	c 9478[?] -2139[?] -2138[?]  is mandatory 
251.53/252.42	c qxplain 3088/3088
251.53/252.43	c 9479[?] 2139[?] 2137[?] 2138[?]  is mandatory 
251.53/252.43	c qxplain 3086/3087
251.53/252.44	c qxplain 3087/3087
251.53/252.45	c 9480[?] -2140[?] -2136[?]  is mandatory 
251.53/252.45	c qxplain 3086/3086
251.53/252.46	c 9481[?] -2140[?] 2139[?]  is mandatory 
251.53/252.46	c qxplain 3082/3085
251.53/252.47	c qxplain 3084/3085
251.53/252.48	c qxplain 3085/3085
251.53/252.49	c 9482[?] 2140[?] -2139[?] 2136[?]  is mandatory 
251.53/252.49	c qxplain 3084/3084
251.63/252.50	c 9483[?] -2141[?] -2135[?]  is mandatory 
251.63/252.50	c qxplain 3082/3083
251.63/252.51	c qxplain 3083/3083
251.63/252.52	c 9484[?] -2141[?] 2140[?]  is mandatory 
251.63/252.52	c qxplain 3082/3082
251.63/252.54	c 9485[?] 2135[?] 2141[?] -2140[?]  is mandatory 
251.63/252.54	c qxplain 3019/3081
251.63/252.55	c qxplain 3051/3081
251.63/252.55	c qxplain 3067/3081
251.63/252.57	c qxplain 3075/3081
251.63/252.57	c qxplain 3079/3081
251.63/252.58	c qxplain 3081/3081
251.63/252.59	c 9486[?] -2142[?] 1455[?]  is mandatory 
251.63/252.59	c qxplain 3079/3080
251.73/252.60	c qxplain 3080/3080
251.73/252.61	c 9487[?] -2142[?] -2109[?]  is mandatory 
251.73/252.61	c qxplain 3079/3079
251.73/252.62	c 9488[?] 2142[?] -1455[?] 2109[?]  is mandatory 
251.73/252.62	c qxplain 3075/3078
251.73/252.63	c qxplain 3077/3078
251.73/252.65	c qxplain 3078/3078
251.73/252.65	c 9489[?] -2143[?] -2110[?]  is mandatory 
251.73/252.65	c qxplain 3077/3077
251.73/252.66	c 9490[?] -2143[?] -2142[?]  is mandatory 
251.73/252.66	c qxplain 3075/3076
251.73/252.67	c qxplain 3076/3076
251.73/252.68	c 9491[?] 2143[?] 2142[?] 2110[?]  is mandatory 
251.73/252.68	c qxplain 3075/3075
251.73/252.69	c 9492[?] -2144[?] 1475[?]  is mandatory 
251.73/252.69	c qxplain 3067/3074
251.83/252.71	c qxplain 3071/3074
251.83/252.71	c qxplain 3073/3074
251.83/252.72	c qxplain 3074/3074
251.83/252.73	c 9493[?] -2144[?] 2143[?]  is mandatory 
251.83/252.73	c qxplain 3073/3073
251.83/252.74	c 9494[?] 2144[?] -2143[?] -1475[?]  is mandatory 
251.83/252.74	c qxplain 3071/3072
251.83/252.75	c qxplain 3072/3072
251.83/252.79	c 9495[?] -2145[?] 1455[?]  is mandatory 
251.83/252.79	c qxplain 3071/3071
251.94/252.80	c 9496[?] -2145[?] -1475[?]  is mandatory 
251.94/252.80	c qxplain 3067/3070
251.94/252.81	c qxplain 3069/3070
251.94/252.82	c qxplain 3070/3070
251.94/252.83	c 9497[?] 2145[?] -1455[?] 1475[?]  is mandatory 
251.94/252.83	c qxplain 3069/3069
251.94/252.84	c 9498[?] -2146[?] -2144[?]  is mandatory 
251.94/252.84	c qxplain 3067/3068
251.94/252.85	c qxplain 3068/3068
251.94/252.86	c 9499[?] -2146[?] -2145[?]  is mandatory 
251.94/252.86	c qxplain 3067/3067
251.94/252.87	c 9500[?] 2146[?] 2144[?] 2145[?]  is mandatory 
251.94/252.87	c qxplain 3051/3066
251.94/252.88	c qxplain 3059/3066
251.94/252.89	c qxplain 3063/3066
251.94/252.90	c qxplain 3065/3066
252.04/252.90	c qxplain 3066/3066
252.04/252.92	c 9501[?] -2147[?] 1799[?]  is mandatory 
252.04/252.92	c qxplain 3065/3065
252.04/252.93	c 9502[?] -2147[?] -2146[?]  is mandatory 
252.04/252.93	c qxplain 3063/3064
252.04/252.94	c qxplain 3064/3064
252.04/252.95	c 9503[?] 2147[?] 2146[?] -1799[?]  is mandatory 
252.04/252.95	c qxplain 3063/3063
252.04/252.96	c 9504[?] -2148[?] 1618[?]  is mandatory 
252.04/252.96	c qxplain 3059/3062
252.04/252.97	c qxplain 3061/3062
252.04/252.98	c qxplain 3062/3062
252.04/252.99	c 9505[?] -2148[?] 1820[?]  is mandatory 
252.04/252.99	c qxplain 3061/3061
252.14/253.00	c 9506[?] 2148[?] -1618[?] -1820[?]  is mandatory 
252.14/253.00	c qxplain 3059/3060
252.14/253.01	c qxplain 3060/3060
252.14/253.02	c 9507[?] -2149[?] 1432[?]  is mandatory 
252.14/253.02	c qxplain 3059/3059
252.14/253.03	c 9508[?] -2149[?] 1832[?]  is mandatory 
252.14/253.03	c qxplain 3051/3058
252.14/253.04	c qxplain 3055/3058
252.14/253.05	c qxplain 3057/3058
252.14/253.06	c qxplain 3058/3058
252.14/253.07	c 9509[?] -1832[?] -1432[?] 2149[?]  is mandatory 
252.14/253.07	c qxplain 3057/3057
252.14/253.08	c 9510[?] -2150[?] -1432[?]  is mandatory 
252.14/253.08	c qxplain 3055/3056
252.14/253.09	c qxplain 3056/3056
252.24/253.10	c 9511[?] -1832[?] -2150[?]  is mandatory 
252.24/253.10	c qxplain 3055/3055
252.24/253.11	c 9512[?] 1832[?] 1432[?] 2150[?]  is mandatory 
252.24/253.11	c qxplain 3051/3054
252.24/253.12	c qxplain 3053/3054
252.24/253.13	c qxplain 3054/3054
252.24/253.14	c 9513[?] -2149[?] -2151[?]  is mandatory 
252.24/253.14	c qxplain 3053/3053
252.24/253.15	c 9514[?] -2150[?] -2151[?]  is mandatory 
252.24/253.15	c qxplain 3051/3052
252.24/253.16	c qxplain 3052/3052
252.24/253.17	c 9515[?] 2150[?] 2151[?] 2149[?]  is mandatory 
252.24/253.17	c qxplain 3051/3051
252.24/253.19	c 9516[?] 1936[?] -2152[?]  is mandatory 
252.24/253.19	c qxplain 3019/3050
252.24/253.19	c qxplain 3035/3050
252.24/253.20	c qxplain 3043/3050
252.24/253.21	c qxplain 3047/3050
252.34/253.22	c qxplain 3049/3050
252.34/253.23	c qxplain 3050/3050
252.34/253.24	c 9517[?] -2152[?] -2151[?]  is mandatory 
252.34/253.24	c qxplain 3049/3049
252.34/253.26	c 9518[?] 2151[?] 2152[?] -1936[?]  is mandatory 
252.34/253.26	c qxplain 3047/3048
252.34/253.27	c qxplain 3048/3048
252.34/253.28	c 9519[?] -1936[?] -2153[?]  is mandatory 
252.34/253.28	c qxplain 3047/3047
252.34/253.29	c 9520[?] 2151[?] -2153[?]  is mandatory 
252.34/253.29	c qxplain 3043/3046
252.34/253.30	c qxplain 3045/3046
252.34/253.31	c qxplain 3046/3046
252.34/253.32	c 9521[?] -2151[?] 2153[?] 1936[?]  is mandatory 
252.34/253.32	c qxplain 3045/3045
252.46/253.33	c 9522[?] -2152[?] -2154[?]  is mandatory 
252.46/253.33	c qxplain 3043/3044
252.46/253.34	c qxplain 3044/3044
252.46/253.35	c 9523[?] -2153[?] -2154[?]  is mandatory 
252.46/253.35	c qxplain 3043/3043
252.46/253.36	c 9524[?] 2154[?] 2153[?] 2152[?]  is mandatory 
252.46/253.36	c qxplain 3035/3042
252.46/253.37	c qxplain 3039/3042
252.46/253.38	c qxplain 3041/3042
252.46/253.39	c qxplain 3042/3042
252.46/253.40	c 9525[?] -2155[?] -1820[?]  is mandatory 
252.46/253.40	c qxplain 3041/3041
252.54/253.41	c 9526[?] -2155[?] -2154[?]  is mandatory 
252.54/253.41	c qxplain 3039/3040
252.54/253.42	c qxplain 3040/3040
252.54/253.43	c 9527[?] 2154[?] 1820[?] 2155[?]  is mandatory 
252.54/253.43	c qxplain 3039/3039
252.54/253.44	c 9528[?] -2156[?] -2148[?]  is mandatory 
252.54/253.44	c qxplain 3035/3038
252.54/253.45	c qxplain 3037/3038
252.54/253.46	c qxplain 3038/3038
252.54/253.47	c 9529[?] -2155[?] -2156[?]  is mandatory 
252.54/253.47	c qxplain 3037/3037
252.54/253.48	c 9530[?] 2148[?] 2155[?] 2156[?]  is mandatory 
252.54/253.48	c qxplain 3035/3036
252.54/253.49	c qxplain 3036/3036
252.64/253.50	c 9531[?] -2157[?] -1799[?]  is mandatory 
252.64/253.50	c qxplain 3035/3035
252.64/253.51	c 9532[?] -2156[?] -2157[?]  is mandatory 
252.64/253.51	c qxplain 3019/3034
252.64/253.52	c qxplain 3027/3034
252.64/253.52	c qxplain 3031/3034
252.64/253.53	c qxplain 3033/3034
252.64/253.54	c qxplain 3034/3034
252.64/253.55	c 9533[?] 2156[?] 2157[?] 1799[?]  is mandatory 
252.64/253.55	c qxplain 3033/3033
252.64/253.56	c 9534[?] -2158[?] -2147[?]  is mandatory 
252.64/253.56	c qxplain 3031/3032
252.64/253.57	c qxplain 3032/3032
252.64/253.58	c 9535[?] -2157[?] -2158[?]  is mandatory 
252.64/253.58	c qxplain 3031/3031
252.64/253.59	c 9536[?] 2157[?] 2158[?] 2147[?]  is mandatory 
252.64/253.59	c qxplain 3027/3030
252.64/253.60	c qxplain 3029/3030
252.74/253.60	c qxplain 3030/3030
252.74/253.62	c 9537[?] 2141[?] -2159[?]  is mandatory 
252.74/253.62	c qxplain 3029/3029
252.74/253.63	c 9538[?] -2159[?] -2158[?]  is mandatory 
252.74/253.63	c qxplain 3027/3028
252.74/253.66	c qxplain 3028/3028
252.74/253.67	c 9539[?] 2158[?] -2141[?] 2159[?]  is mandatory 
252.74/253.67	c qxplain 3027/3027
252.74/253.69	c 9540[?] -1601[?] -2160[?]  is mandatory 
252.74/253.69	c qxplain 3019/3026
252.84/253.70	c qxplain 3023/3026
252.84/253.72	c qxplain 3025/3026
252.84/253.73	c qxplain 3026/3026
252.84/253.75	c 9541[?] 1741[?] -2160[?]  is mandatory 
252.84/253.75	c qxplain 3025/3025
252.84/253.76	c 9542[?] -1741[?] 1601[?] 2160[?]  is mandatory 
252.84/253.76	c qxplain 3023/3024
252.84/253.77	c qxplain 3024/3024
252.84/253.78	c 9543[?] -2161[?] 1601[?]  is mandatory 
252.84/253.78	c qxplain 3023/3023
252.84/253.79	c 9544[?] -2161[?] -1741[?]  is mandatory 
252.84/253.79	c qxplain 3019/3022
252.93/253.81	c qxplain 3021/3022
252.93/253.81	c qxplain 3022/3022
252.93/253.82	c 9545[?] -1601[?] 2161[?] 1741[?]  is mandatory 
252.93/253.82	c qxplain 3021/3021
252.93/253.84	c 9546[?] -2160[?] -2162[?]  is mandatory 
252.93/253.84	c qxplain 3019/3020
252.93/253.85	c qxplain 3020/3020
252.93/253.86	c 9547[?] -2161[?] -2162[?]  is mandatory 
252.93/253.86	c qxplain 3019/3019
252.93/253.87	c 9548[?] 2161[?] 2162[?] 2160[?]  is mandatory 
252.93/253.87	c qxplain 2013/3018
252.93/253.88	c qxplain 2516/3018
252.93/253.89	c qxplain 2768/3018
252.93/253.89	c qxplain 2894/3018
253.03/253.90	c qxplain 2957/3018
253.03/253.91	c qxplain 2988/3018
253.03/253.92	c qxplain 3004/3018
253.03/253.93	c qxplain 3012/3018
253.03/253.94	c qxplain 3016/3018
253.03/253.94	c qxplain 3018/3018
253.03/253.96	c 9549[?] -2163[?] 1735[?]  is mandatory 
253.03/253.96	c qxplain 3016/3017
253.03/253.97	c qxplain 3017/3017
253.03/253.99	c 9550[?] -2163[?] -2162[?]  is mandatory 
253.03/253.99	c qxplain 3016/3016
253.13/254.00	c 9551[?] 2162[?] 2163[?] -1735[?]  is mandatory 
253.13/254.00	c qxplain 3012/3015
253.13/254.01	c qxplain 3014/3015
253.13/254.02	c qxplain 3015/3015
253.13/254.04	c 9552[?] -2164[?] 1556[?]  is mandatory 
253.13/254.04	c qxplain 3014/3014
253.13/254.05	c 9553[?] -2164[?] 1753[?]  is mandatory 
253.13/254.05	c qxplain 3012/3013
253.13/254.07	c qxplain 3013/3013
253.13/254.09	c 9554[?] -1556[?] 2164[?] -1753[?]  is mandatory 
253.13/254.09	c qxplain 3012/3012
253.23/254.11	c 9555[?] 1537[?] -2165[?]  is mandatory 
253.23/254.11	c qxplain 3004/3011
253.23/254.12	c qxplain 3008/3011
253.23/254.13	c qxplain 3010/3011
253.23/254.13	c qxplain 3011/3011
253.23/254.14	c 9556[?] -2165[?] 1755[?]  is mandatory 
253.23/254.14	c qxplain 3010/3010
253.23/254.15	c 9557[?] -1537[?] 2165[?] -1755[?]  is mandatory 
253.23/254.15	c qxplain 3008/3009
253.23/254.17	c qxplain 3009/3009
253.23/254.18	c 9558[?] 1518[?] -2166[?]  is mandatory 
253.23/254.18	c qxplain 3008/3008
253.23/254.19	c 9559[?] -2166[?] 1757[?]  is mandatory 
253.23/254.19	c qxplain 3004/3007
253.33/254.20	c qxplain 3006/3007
253.33/254.21	c qxplain 3007/3007
253.33/254.23	c 9560[?] -1518[?] 2166[?] -1757[?]  is mandatory 
253.33/254.23	c qxplain 3006/3006
253.33/254.25	c 9561[?] -2165[?] -2167[?]  is mandatory 
253.33/254.25	c qxplain 3004/3005
253.33/254.26	c qxplain 3005/3005
253.33/254.27	c 9562[?] -2166[?] -2167[?]  is mandatory 
253.33/254.27	c qxplain 3004/3004
253.33/254.28	c 9563[?] 2167[?] 2165[?] 2166[?]  is mandatory 
253.33/254.28	c qxplain 2988/3003
253.33/254.29	c qxplain 2996/3003
253.33/254.30	c qxplain 3000/3003
253.33/254.31	c qxplain 3002/3003
253.33/254.31	c qxplain 3003/3003
253.44/254.32	c 9564[?] -2164[?] -2168[?]  is mandatory 
253.44/254.32	c qxplain 3002/3002
253.44/254.33	c 9565[?] 2167[?] -2168[?]  is mandatory 
253.44/254.33	c qxplain 3000/3001
253.44/254.34	c qxplain 3001/3001
253.44/254.35	c 9566[?] 2168[?] -2167[?] 2164[?]  is mandatory 
253.44/254.35	c qxplain 3000/3000
253.44/254.37	c 9567[?] -2163[?] -2169[?]  is mandatory 
253.44/254.37	c qxplain 2996/2999
253.44/254.38	c qxplain 2998/2999
253.44/254.38	c qxplain 2999/2999
253.44/254.40	c 9568[?] 2168[?] -2169[?]  is mandatory 
253.44/254.40	c qxplain 2998/2998
253.44/254.41	c 9569[?] 2169[?] 2163[?] -2168[?]  is mandatory 
253.44/254.41	c qxplain 2996/2997
253.44/254.42	c qxplain 2997/2997
253.56/254.43	c 9570[?] -2170[?] -1453[?]  is mandatory 
253.56/254.43	c qxplain 2996/2996
253.56/254.44	c 9571[?] -2170[?] 1979[?]  is mandatory 
253.56/254.44	c qxplain 2988/2995
253.56/254.45	c qxplain 2992/2995
253.56/254.45	c qxplain 2994/2995
253.56/254.47	c qxplain 2995/2995
253.56/254.48	c 9572[?] 2170[?] 1453[?] -1979[?]  is mandatory 
253.56/254.48	c qxplain 2994/2994
253.56/254.49	c 9573[?] -2171[?] 1454[?]  is mandatory 
253.56/254.49	c qxplain 2992/2993
253.56/254.50	c qxplain 2993/2993
253.63/254.51	c 9574[?] -2171[?] -2170[?]  is mandatory 
253.63/254.51	c qxplain 2992/2992
253.63/254.52	c 9575[?] 2171[?] -1454[?] 2170[?]  is mandatory 
253.63/254.52	c qxplain 2988/2991
253.63/254.52	c qxplain 2990/2991
253.63/254.53	c qxplain 2991/2991
253.63/254.54	c 9576[?] -2172[?] -2109[?]  is mandatory 
253.63/254.54	c qxplain 2990/2990
253.63/254.55	c 9577[?] -2172[?] -2171[?]  is mandatory 
253.63/254.55	c qxplain 2988/2989
253.63/254.56	c qxplain 2989/2989
253.63/254.57	c 9578[?] 2172[?] 2171[?] 2109[?]  is mandatory 
253.63/254.57	c qxplain 2988/2988
253.63/254.58	c 9579[?] -2173[?] 1475[?]  is mandatory 
253.63/254.58	c qxplain 2957/2987
253.63/254.59	c qxplain 2973/2987
253.74/254.60	c qxplain 2981/2987
253.74/254.61	c qxplain 2985/2987
253.74/254.62	c qxplain 2987/2987
253.74/254.63	c 9580[?] -2173[?] 2172[?]  is mandatory 
253.74/254.63	c qxplain 2985/2986
253.74/254.64	c qxplain 2986/2986
253.74/254.65	c 9581[?] 2173[?] -2172[?] -1475[?]  is mandatory 
253.74/254.65	c qxplain 2985/2985
253.84/254.71	c 9582[?] -2174[?] 1454[?]  is mandatory 
253.84/254.71	c qxplain 2981/2984
253.84/254.72	c qxplain 2983/2984
253.84/254.73	c qxplain 2984/2984
253.84/254.74	c 9583[?] -2174[?] -1475[?]  is mandatory 
253.84/254.74	c qxplain 2983/2983
253.84/254.75	c 9584[?] 2174[?] -1454[?] 1475[?]  is mandatory 
253.84/254.75	c qxplain 2981/2982
253.84/254.76	c qxplain 2982/2982
253.84/254.77	c 9585[?] -2175[?] -2173[?]  is mandatory 
253.84/254.77	c qxplain 2981/2981
253.84/254.78	c 9586[?] -2175[?] -2174[?]  is mandatory 
253.84/254.78	c qxplain 2973/2980
253.84/254.80	c qxplain 2977/2980
253.94/254.81	c qxplain 2979/2980
253.94/254.81	c qxplain 2980/2980
253.94/254.83	c 9587[?] 2175[?] 2173[?] 2174[?]  is mandatory 
253.94/254.83	c qxplain 2979/2979
253.94/254.84	c 9588[?] -2176[?] 1799[?]  is mandatory 
253.94/254.84	c qxplain 2977/2978
253.94/254.85	c qxplain 2978/2978
253.94/254.86	c 9589[?] -2176[?] -2175[?]  is mandatory 
253.94/254.86	c qxplain 2977/2977
253.94/254.87	c 9590[?] 2176[?] 2175[?] -1799[?]  is mandatory 
253.94/254.87	c qxplain 2973/2976
253.94/254.88	c qxplain 2975/2976
253.94/254.89	c qxplain 2976/2976
254.04/254.90	c 9591[?] -2177[?] 1617[?]  is mandatory 
254.04/254.90	c qxplain 2975/2975
254.04/254.91	c 9592[?] -2177[?] 1820[?]  is mandatory 
254.04/254.91	c qxplain 2973/2974
254.04/254.92	c qxplain 2974/2974
254.04/254.93	c 9593[?] -1617[?] -1820[?] 2177[?]  is mandatory 
254.04/254.93	c qxplain 2973/2973
254.14/255.03	c 9594[?] -1930[?] -2178[?]  is mandatory 
254.14/255.03	c qxplain 2957/2972
254.14/255.04	c qxplain 2965/2972
254.14/255.05	c qxplain 2969/2972
254.14/255.06	c qxplain 2971/2972
254.14/255.07	c qxplain 2972/2972
254.24/255.17	c 9595[?] 1933[?] -2178[?]  is mandatory 
254.24/255.17	c qxplain 2971/2971
254.24/255.18	c 9596[?] 2178[?] -1933[?] 1930[?]  is mandatory 
254.24/255.18	c qxplain 2969/2970
254.24/255.19	c qxplain 2970/2970
254.34/255.20	c 9597[?] 1872[?] -2179[?]  is mandatory 
254.34/255.20	c qxplain 2969/2969
254.34/255.22	c 9598[?] -2179[?] -2178[?]  is mandatory 
254.34/255.22	c qxplain 2965/2968
254.34/255.22	c qxplain 2967/2968
254.34/255.23	c qxplain 2968/2968
254.34/255.24	c 9599[?] 2178[?] 2179[?] -1872[?]  is mandatory 
254.34/255.24	c qxplain 2967/2967
254.34/255.25	c 9600[?] -2180[?] 1433[?]  is mandatory 
254.34/255.25	c qxplain 2965/2966
254.34/255.26	c qxplain 2966/2966
254.34/255.27	c 9601[?] -2180[?] 1875[?]  is mandatory 
254.34/255.27	c qxplain 2965/2965
254.34/255.28	c 9602[?] -1433[?] -1875[?] 2180[?]  is mandatory 
254.34/255.28	c qxplain 2957/2964
254.34/255.29	c qxplain 2961/2964
254.44/255.30	c qxplain 2963/2964
254.44/255.31	c qxplain 2964/2964
254.44/255.32	c 9603[?] -2181[?] -1433[?]  is mandatory 
254.44/255.32	c qxplain 2963/2963
254.44/255.33	c 9604[?] -2181[?] -1875[?]  is mandatory 
254.44/255.33	c qxplain 2961/2962
254.44/255.34	c qxplain 2962/2962
254.44/255.35	c 9605[?] 1433[?] 1875[?] 2181[?]  is mandatory 
254.44/255.35	c qxplain 2961/2961
254.44/255.36	c 9606[?] -2180[?] -2182[?]  is mandatory 
254.44/255.36	c qxplain 2957/2960
254.44/255.37	c qxplain 2959/2960
254.44/255.37	c qxplain 2960/2960
254.44/255.39	c 9607[?] -2181[?] -2182[?]  is mandatory 
254.44/255.39	c qxplain 2959/2959
254.44/255.40	c 9608[?] 2181[?] 2180[?] 2182[?]  is mandatory 
254.44/255.40	c qxplain 2957/2958
254.44/255.41	c qxplain 2958/2958
254.44/255.42	c 9609[?] 2179[?] -2183[?]  is mandatory 
254.44/255.42	c qxplain 2957/2957
254.54/255.43	c 9610[?] -2182[?] -2183[?]  is mandatory 
254.54/255.43	c qxplain 2894/2956
254.54/255.44	c qxplain 2926/2956
254.54/255.45	c qxplain 2942/2956
254.54/255.46	c qxplain 2950/2956
254.54/255.47	c qxplain 2954/2956
254.54/255.48	c qxplain 2956/2956
254.54/255.48	c 9611[?] -2179[?] 2182[?] 2183[?]  is mandatory 
254.54/255.48	c qxplain 2954/2955
254.54/255.50	c qxplain 2955/2955
254.54/255.51	c 9612[?] -2179[?] -2184[?]  is mandatory 
254.54/255.51	c qxplain 2954/2954
254.54/255.52	c 9613[?] 2182[?] -2184[?]  is mandatory 
254.54/255.52	c qxplain 2950/2953
254.66/255.53	c qxplain 2952/2953
254.66/255.54	c qxplain 2953/2953
254.66/255.55	c 9614[?] -2182[?] 2184[?] 2179[?]  is mandatory 
254.66/255.55	c qxplain 2952/2952
254.66/255.56	c 9615[?] -2183[?] -2185[?]  is mandatory 
254.66/255.56	c qxplain 2950/2951
254.66/255.57	c qxplain 2951/2951
254.66/255.58	c 9616[?] -2184[?] -2185[?]  is mandatory 
254.66/255.58	c qxplain 2950/2950
254.66/255.59	c 9617[?] 2184[?] 2183[?] 2185[?]  is mandatory 
254.66/255.59	c qxplain 2942/2949
254.74/255.60	c qxplain 2946/2949
254.74/255.61	c qxplain 2948/2949
254.74/255.62	c qxplain 2949/2949
254.74/255.63	c 9618[?] -2186[?] -1820[?]  is mandatory 
254.74/255.63	c qxplain 2948/2948
254.74/255.64	c 9619[?] -2186[?] -2185[?]  is mandatory 
254.74/255.64	c qxplain 2946/2947
254.74/255.65	c qxplain 2947/2947
254.74/255.66	c 9620[?] 2185[?] 1820[?] 2186[?]  is mandatory 
254.74/255.66	c qxplain 2946/2946
254.74/255.67	c 9621[?] -2177[?] -2187[?]  is mandatory 
254.74/255.67	c qxplain 2942/2945
254.74/255.68	c qxplain 2944/2945
254.74/255.69	c qxplain 2945/2945
254.84/255.70	c 9622[?] -2186[?] -2187[?]  is mandatory 
254.84/255.70	c qxplain 2944/2944
254.84/255.71	c 9623[?] 2177[?] 2186[?] 2187[?]  is mandatory 
254.84/255.71	c qxplain 2942/2943
254.84/255.72	c qxplain 2943/2943
254.84/255.74	c 9624[?] -2188[?] -1799[?]  is mandatory 
254.84/255.74	c qxplain 2942/2942
254.84/255.75	c 9625[?] -2188[?] -2187[?]  is mandatory 
254.84/255.75	c qxplain 2926/2941
254.84/255.75	c qxplain 2934/2941
254.84/255.76	c qxplain 2938/2941
254.84/255.77	c qxplain 2940/2941
254.84/255.78	c qxplain 2941/2941
254.84/255.78	c 9626[?] 2187[?] 2188[?] 1799[?]  is mandatory 
254.84/255.78	c qxplain 2940/2940
254.84/255.80	c 9627[?] -2189[?] -2176[?]  is mandatory 
254.84/255.80	c qxplain 2938/2939
254.94/255.81	c qxplain 2939/2939
254.94/255.81	c 9628[?] -2188[?] -2189[?]  is mandatory 
254.94/255.81	c qxplain 2938/2938
254.94/255.82	c 9629[?] 2189[?] 2188[?] 2176[?]  is mandatory 
254.94/255.82	c qxplain 2934/2937
254.94/255.85	c qxplain 2936/2937
254.94/255.86	c qxplain 2937/2937
254.94/255.87	c 9630[?] -2190[?] -2169[?]  is mandatory 
254.94/255.87	c qxplain 2936/2936
254.94/255.88	c 9631[?] -2190[?] 2189[?]  is mandatory 
254.94/255.88	c qxplain 2934/2935
254.94/255.89	c qxplain 2935/2935
255.03/255.90	c 9632[?] 2169[?] -2189[?] 2190[?]  is mandatory 
255.03/255.90	c qxplain 2934/2934
255.03/255.93	c 9633[?] -2191[?] -2141[?]  is mandatory 
255.03/255.93	c qxplain 2926/2933
255.03/255.95	c qxplain 2930/2933
255.03/255.95	c qxplain 2932/2933
255.03/255.96	c qxplain 2933/2933
255.03/255.98	c 9634[?] -2191[?] 2158[?]  is mandatory 
255.03/255.98	c qxplain 2932/2932
255.03/255.99	c 9635[?] -2158[?] 2191[?] 2141[?]  is mandatory 
255.03/255.99	c qxplain 2930/2931
255.13/256.00	c qxplain 2931/2931
255.13/256.01	c 9636[?] -2190[?] -2192[?]  is mandatory 
255.13/256.01	c qxplain 2930/2930
255.13/256.02	c 9637[?] -2191[?] -2192[?]  is mandatory 
255.13/256.02	c qxplain 2926/2929
255.13/256.03	c qxplain 2928/2929
255.13/256.06	c qxplain 2929/2929
255.13/256.08	c 9638[?] 2192[?] 2190[?] 2191[?]  is mandatory 
255.13/256.08	c qxplain 2928/2928
255.13/256.09	c 9639[?] -2193[?] -1592[?]  is mandatory 
255.13/256.09	c qxplain 2926/2927
255.23/256.10	c qxplain 2927/2927
255.23/256.12	c 9640[?] 1740[?] -2193[?]  is mandatory 
255.23/256.12	c qxplain 2926/2926
255.23/256.13	c 9641[?] 1592[?] -1740[?] 2193[?]  is mandatory 
255.23/256.13	c qxplain 2894/2925
255.23/256.14	c qxplain 2910/2925
255.23/256.15	c qxplain 2918/2925
255.23/256.16	c qxplain 2922/2925
255.23/256.17	c qxplain 2924/2925
255.23/256.20	c qxplain 2925/2925
255.33/256.21	c 9642[?] 1592[?] -2194[?]  is mandatory 
255.33/256.21	c qxplain 2924/2924
255.33/256.22	c 9643[?] -2194[?] -1740[?]  is mandatory 
255.33/256.22	c qxplain 2922/2923
255.33/256.23	c qxplain 2923/2923
255.33/256.24	c 9644[?] 2194[?] -1592[?] 1740[?]  is mandatory 
255.33/256.24	c qxplain 2922/2922
255.33/256.26	c 9645[?] -2195[?] -2193[?]  is mandatory 
255.33/256.26	c qxplain 2918/2921
255.33/256.27	c qxplain 2920/2921
255.33/256.27	c qxplain 2921/2921
255.33/256.29	c 9646[?] -2195[?] -2194[?]  is mandatory 
255.33/256.29	c qxplain 2920/2920
255.33/256.30	c 9647[?] 2194[?] 2193[?] 2195[?]  is mandatory 
255.33/256.30	c qxplain 2918/2919
255.43/256.31	c qxplain 2919/2919
255.43/256.33	c 9648[?] -2196[?] 1735[?]  is mandatory 
255.43/256.33	c qxplain 2918/2918
255.43/256.34	c 9649[?] -2195[?] -2196[?]  is mandatory 
255.43/256.34	c qxplain 2910/2917
255.43/256.36	c qxplain 2914/2917
255.43/256.37	c qxplain 2916/2917
255.43/256.38	c qxplain 2917/2917
255.43/256.39	c 9650[?] 2196[?] 2195[?] -1735[?]  is mandatory 
255.43/256.39	c qxplain 2916/2916
255.54/256.41	c 9651[?] 1555[?] -2197[?]  is mandatory 
255.54/256.41	c qxplain 2914/2915
255.54/256.42	c qxplain 2915/2915
255.54/256.43	c 9652[?] -2197[?] 1753[?]  is mandatory 
255.54/256.43	c qxplain 2914/2914
255.54/256.44	c 9653[?] 2197[?] -1555[?] -1753[?]  is mandatory 
255.54/256.44	c qxplain 2910/2913
255.54/256.45	c qxplain 2912/2913
255.54/256.46	c qxplain 2913/2913
255.54/256.48	c 9654[?] 1536[?] -2198[?]  is mandatory 
255.54/256.48	c qxplain 2912/2912
255.54/256.49	c 9655[?] -2198[?] 1755[?]  is mandatory 
255.54/256.49	c qxplain 2910/2911
255.54/256.50	c qxplain 2911/2911
255.54/256.51	c 9656[?] -1536[?] 2198[?] -1755[?]  is mandatory 
255.54/256.51	c qxplain 2910/2910
255.64/256.52	c 9657[?] 1517[?] -2199[?]  is mandatory 
255.64/256.52	c qxplain 2894/2909
255.64/256.54	c qxplain 2902/2909
255.64/256.55	c qxplain 2906/2909
255.64/256.55	c qxplain 2908/2909
255.64/256.56	c qxplain 2909/2909
255.64/256.57	c 9658[?] -2199[?] 1757[?]  is mandatory 
255.64/256.57	c qxplain 2908/2908
255.64/256.59	c 9659[?] -1517[?] 2199[?] -1757[?]  is mandatory 
255.64/256.59	c qxplain 2906/2907
255.64/256.60	c qxplain 2907/2907
255.64/256.61	c 9660[?] -2198[?] -2200[?]  is mandatory 
255.64/256.61	c qxplain 2906/2906
255.76/256.63	c 9661[?] -2199[?] -2200[?]  is mandatory 
255.76/256.63	c qxplain 2902/2905
255.76/256.64	c qxplain 2904/2905
255.76/256.65	c qxplain 2905/2905
255.76/256.66	c 9662[?] 2200[?] 2198[?] 2199[?]  is mandatory 
255.76/256.66	c qxplain 2904/2904
255.76/256.67	c 9663[?] -2201[?] -2197[?]  is mandatory 
255.76/256.67	c qxplain 2902/2903
255.76/256.68	c qxplain 2903/2903
255.76/256.69	c 9664[?] 2200[?] -2201[?]  is mandatory 
255.76/256.69	c qxplain 2902/2902
255.84/256.70	c 9665[?] 2201[?] -2200[?] 2197[?]  is mandatory 
255.84/256.70	c qxplain 2894/2901
255.84/256.71	c qxplain 2898/2901
255.84/256.72	c qxplain 2900/2901
255.84/256.74	c qxplain 2901/2901
255.84/256.74	c 9666[?] -2202[?] -2196[?]  is mandatory 
255.84/256.74	c qxplain 2900/2900
255.84/256.75	c 9667[?] 2201[?] -2202[?]  is mandatory 
255.84/256.75	c qxplain 2898/2899
255.84/256.76	c qxplain 2899/2899
255.84/256.77	c 9668[?] 2196[?] 2202[?] -2201[?]  is mandatory 
255.84/256.77	c qxplain 2898/2898
255.84/256.78	c 9669[?] -2203[?] 1453[?]  is mandatory 
255.84/256.78	c qxplain 2894/2897
255.84/256.80	c qxplain 2896/2897
255.96/256.81	c qxplain 2897/2897
255.96/256.82	c 9670[?] -2203[?] -1979[?]  is mandatory 
255.96/256.82	c qxplain 2896/2896
255.96/256.83	c 9671[?] 2203[?] -1453[?] 1979[?]  is mandatory 
255.96/256.83	c qxplain 2894/2895
255.96/256.83	c qxplain 2895/2895
255.96/256.84	c 9672[?] -2204[?] -2170[?]  is mandatory 
255.96/256.84	c qxplain 2894/2894
255.96/256.85	c 9673[?] -2204[?] -2203[?]  is mandatory 
255.96/256.85	c qxplain 2768/2893
255.96/256.86	c qxplain 2831/2893
255.96/256.87	c qxplain 2863/2893
255.96/256.88	c qxplain 2879/2893
255.96/256.89	c qxplain 2887/2893
256.06/256.90	c qxplain 2891/2893
256.06/256.91	c qxplain 2893/2893
256.06/256.92	c 9674[?] 2204[?] 2170[?] 2203[?]  is mandatory 
256.06/256.92	c qxplain 2891/2892
256.06/256.93	c qxplain 2892/2892
256.06/256.94	c 9675[?] -2205[?] 1475[?]  is mandatory 
256.06/256.94	c qxplain 2891/2891
256.06/256.95	c 9676[?] -2205[?] 2204[?]  is mandatory 
256.06/256.95	c qxplain 2887/2890
256.06/256.96	c qxplain 2889/2890
256.06/256.97	c qxplain 2890/2890
256.06/256.98	c 9677[?] 2205[?] -2204[?] -1475[?]  is mandatory 
256.06/256.98	c qxplain 2889/2889
256.16/257.03	c 9678[?] -2206[?] 1453[?]  is mandatory 
256.16/257.03	c qxplain 2887/2888
256.16/257.05	c qxplain 2888/2888
256.16/257.05	c 9679[?] -2206[?] -1475[?]  is mandatory 
256.16/257.05	c qxplain 2887/2887
256.16/257.07	c 9680[?] 2206[?] -1453[?] 1475[?]  is mandatory 
256.16/257.07	c qxplain 2879/2886
256.16/257.08	c qxplain 2883/2886
256.16/257.09	c qxplain 2885/2886
256.26/257.10	c qxplain 2886/2886
256.26/257.11	c 9681[?] -2207[?] -2205[?]  is mandatory 
256.26/257.11	c qxplain 2885/2885
256.26/257.12	c 9682[?] -2207[?] -2206[?]  is mandatory 
256.26/257.12	c qxplain 2883/2884
256.26/257.14	c qxplain 2884/2884
256.26/257.15	c 9683[?] 2207[?] 2205[?] 2206[?]  is mandatory 
256.26/257.15	c qxplain 2883/2883
256.26/257.16	c 9684[?] -2208[?] 1799[?]  is mandatory 
256.26/257.16	c qxplain 2879/2882
256.26/257.17	c qxplain 2881/2882
256.26/257.18	c qxplain 2882/2882
256.26/257.19	c 9685[?] -2208[?] -2207[?]  is mandatory 
256.26/257.19	c qxplain 2881/2881
256.36/257.20	c 9686[?] 2208[?] 2207[?] -1799[?]  is mandatory 
256.36/257.20	c qxplain 2879/2880
256.36/257.21	c qxplain 2880/2880
256.36/257.22	c 9687[?] -2209[?] 1616[?]  is mandatory 
256.36/257.22	c qxplain 2879/2879
256.36/257.24	c 9688[?] -2209[?] 1820[?]  is mandatory 
256.36/257.24	c qxplain 2863/2878
256.36/257.24	c qxplain 2871/2878
256.36/257.25	c qxplain 2875/2878
256.36/257.26	c qxplain 2877/2878
256.36/257.27	c qxplain 2878/2878
256.36/257.27	c 9689[?] -1616[?] -1820[?] 2209[?]  is mandatory 
256.36/257.27	c qxplain 2877/2877
256.56/257.46	c 9690[?] -2210[?] -1930[?]  is mandatory 
256.56/257.46	c qxplain 2875/2876
256.56/257.47	c qxplain 2876/2876
256.66/257.53	c 9691[?] 1932[?] -2210[?]  is mandatory 
256.66/257.53	c qxplain 2875/2875
256.66/257.55	c 9692[?] 2210[?] -1932[?] 1930[?]  is mandatory 
256.66/257.55	c qxplain 2871/2874
256.66/257.56	c qxplain 2873/2874
256.66/257.57	c qxplain 2874/2874
256.66/257.58	c 9693[?] 1865[?] -2211[?]  is mandatory 
256.66/257.58	c qxplain 2873/2873
256.66/257.59	c 9694[?] -2210[?] -2211[?]  is mandatory 
256.66/257.59	c qxplain 2871/2872
256.66/257.60	c qxplain 2872/2872
256.66/257.62	c 9695[?] 2211[?] -1865[?] 2210[?]  is mandatory 
256.66/257.62	c qxplain 2871/2871
256.76/257.63	c 9696[?] -2212[?] 1434[?]  is mandatory 
256.76/257.63	c qxplain 2863/2870
256.76/257.64	c qxplain 2867/2870
256.76/257.65	c qxplain 2869/2870
256.76/257.65	c qxplain 2870/2870
256.76/257.67	c 9697[?] -2212[?] 1868[?]  is mandatory 
256.76/257.67	c qxplain 2869/2869
256.76/257.68	c 9698[?] -1868[?] -1434[?] 2212[?]  is mandatory 
256.76/257.68	c qxplain 2867/2868
256.76/257.69	c qxplain 2868/2868
256.76/257.70	c 9699[?] -2213[?] -1434[?]  is mandatory 
256.76/257.70	c qxplain 2867/2867
256.76/257.71	c 9700[?] -1868[?] -2213[?]  is mandatory 
256.76/257.71	c qxplain 2863/2866
256.76/257.72	c qxplain 2865/2866
256.88/257.73	c qxplain 2866/2866
256.88/257.74	c 9701[?] 1868[?] 1434[?] 2213[?]  is mandatory 
256.88/257.74	c qxplain 2865/2865
256.88/257.75	c 9702[?] -2212[?] -2214[?]  is mandatory 
256.88/257.75	c qxplain 2863/2864
256.88/257.76	c qxplain 2864/2864
256.88/257.77	c 9703[?] -2213[?] -2214[?]  is mandatory 
256.88/257.77	c qxplain 2863/2863
256.88/257.78	c 9704[?] 2213[?] 2212[?] 2214[?]  is mandatory 
256.88/257.78	c qxplain 2831/2862
256.88/257.79	c qxplain 2847/2862
256.88/257.79	c qxplain 2855/2862
256.95/257.81	c qxplain 2859/2862
256.95/257.82	c qxplain 2861/2862
256.95/257.83	c qxplain 2862/2862
256.95/257.84	c 9705[?] 2211[?] -2215[?]  is mandatory 
256.95/257.84	c qxplain 2861/2861
256.95/257.85	c 9706[?] -2215[?] -2214[?]  is mandatory 
256.95/257.85	c qxplain 2859/2860
256.95/257.86	c qxplain 2860/2860
256.95/257.87	c 9707[?] 2214[?] -2211[?] 2215[?]  is mandatory 
256.95/257.87	c qxplain 2859/2859
256.95/257.89	c 9708[?] -2211[?] -2216[?]  is mandatory 
256.95/257.89	c qxplain 2855/2858
257.05/257.90	c qxplain 2857/2858
257.05/257.91	c qxplain 2858/2858
257.05/257.92	c 9709[?] 2214[?] -2216[?]  is mandatory 
257.05/257.92	c qxplain 2857/2857
257.05/257.93	c 9710[?] 2211[?] -2214[?] 2216[?]  is mandatory 
257.05/257.93	c qxplain 2855/2856
257.05/257.94	c qxplain 2856/2856
257.05/257.95	c 9711[?] -2215[?] -2217[?]  is mandatory 
257.05/257.95	c qxplain 2855/2855
257.05/257.97	c 9712[?] -2216[?] -2217[?]  is mandatory 
257.05/257.97	c qxplain 2847/2854
257.05/257.97	c qxplain 2851/2854
257.05/257.99	c qxplain 2853/2854
257.05/257.99	c qxplain 2854/2854
257.16/258.01	c 9713[?] 2217[?] 2216[?] 2215[?]  is mandatory 
257.16/258.01	c qxplain 2853/2853
257.16/258.02	c 9714[?] -2218[?] -1820[?]  is mandatory 
257.16/258.02	c qxplain 2851/2852
257.16/258.03	c qxplain 2852/2852
257.16/258.04	c 9715[?] -2218[?] -2217[?]  is mandatory 
257.16/258.04	c qxplain 2851/2851
257.16/258.05	c 9716[?] 2217[?] 2218[?] 1820[?]  is mandatory 
257.16/258.05	c qxplain 2847/2850
257.16/258.06	c qxplain 2849/2850
257.16/258.07	c qxplain 2850/2850
257.16/258.08	c 9717[?] -2209[?] -2219[?]  is mandatory 
257.16/258.08	c qxplain 2849/2849
257.16/258.09	c 9718[?] -2218[?] -2219[?]  is mandatory 
257.16/258.09	c qxplain 2847/2848
257.26/258.10	c qxplain 2848/2848
257.26/258.11	c 9719[?] 2209[?] 2218[?] 2219[?]  is mandatory 
257.26/258.11	c qxplain 2847/2847
257.26/258.12	c 9720[?] -2220[?] -1799[?]  is mandatory 
257.26/258.12	c qxplain 2831/2846
257.26/258.13	c qxplain 2839/2846
257.26/258.14	c qxplain 2843/2846
257.26/258.15	c qxplain 2845/2846
257.26/258.15	c qxplain 2846/2846
257.26/258.16	c 9721[?] -2220[?] -2219[?]  is mandatory 
257.26/258.16	c qxplain 2845/2845
257.26/258.17	c 9722[?] 2219[?] 2220[?] 1799[?]  is mandatory 
257.26/258.17	c qxplain 2843/2844
257.26/258.18	c qxplain 2844/2844
257.26/258.19	c 9723[?] -2221[?] -2208[?]  is mandatory 
257.26/258.19	c qxplain 2843/2843
257.36/258.20	c 9724[?] -2220[?] -2221[?]  is mandatory 
257.36/258.20	c qxplain 2839/2842
257.36/258.21	c qxplain 2841/2842
257.36/258.22	c qxplain 2842/2842
257.36/258.23	c 9725[?] 2221[?] 2220[?] 2208[?]  is mandatory 
257.36/258.23	c qxplain 2841/2841
257.36/258.25	c 9726[?] -2222[?] -2202[?]  is mandatory 
257.36/258.25	c qxplain 2839/2840
257.36/258.26	c qxplain 2840/2840
257.36/258.28	c 9727[?] -2222[?] 2221[?]  is mandatory 
257.36/258.28	c qxplain 2839/2839
257.36/258.29	c 9728[?] 2202[?] -2221[?] 2222[?]  is mandatory 
257.36/258.29	c qxplain 2831/2838
257.46/258.30	c qxplain 2835/2838
257.46/258.31	c qxplain 2837/2838
257.46/258.32	c qxplain 2838/2838
257.46/258.33	c 9729[?] -2223[?] 2169[?]  is mandatory 
257.46/258.33	c qxplain 2837/2837
257.46/258.34	c 9730[?] -2223[?] -2189[?]  is mandatory 
257.46/258.34	c qxplain 2835/2836
257.46/258.35	c qxplain 2836/2836
257.46/258.36	c 9731[?] 2189[?] 2223[?] -2169[?]  is mandatory 
257.46/258.36	c qxplain 2835/2835
257.46/258.37	c 9732[?] -2224[?] -2159[?]  is mandatory 
257.46/258.37	c qxplain 2831/2834
257.46/258.38	c qxplain 2833/2834
257.46/258.39	c qxplain 2834/2834
257.56/258.40	c 9733[?] -2223[?] -2224[?]  is mandatory 
257.56/258.40	c qxplain 2833/2833
257.56/258.41	c 9734[?] 2224[?] 2223[?] 2159[?]  is mandatory 
257.56/258.41	c qxplain 2831/2832
257.56/258.42	c qxplain 2832/2832
257.56/258.43	c 9735[?] -2225[?] 2222[?]  is mandatory 
257.56/258.43	c qxplain 2831/2831
257.56/258.45	c 9736[?] -2225[?] 2224[?]  is mandatory 
257.56/258.45	c qxplain 2768/2830
257.56/258.46	c qxplain 2800/2830
257.56/258.47	c qxplain 2816/2830
257.56/258.48	c qxplain 2824/2830
257.56/258.49	c qxplain 2828/2830
257.56/258.50	c qxplain 2830/2830
257.66/258.51	c 9737[?] -2222[?] 2225[?] -2224[?]  is mandatory 
257.66/258.51	c qxplain 2828/2829
257.66/258.52	c qxplain 2829/2829
257.66/258.53	c 9738[?] 2192[?] -2226[?]  is mandatory 
257.66/258.53	c qxplain 2828/2828
257.66/258.54	c 9739[?] -2225[?] -2226[?]  is mandatory 
257.66/258.54	c qxplain 2824/2827
257.66/258.55	c qxplain 2826/2827
257.66/258.56	c qxplain 2827/2827
257.66/258.57	c 9740[?] 2226[?] -2192[?] 2225[?]  is mandatory 
257.66/258.57	c qxplain 2826/2826
257.66/258.58	c 9741[?] -2227[?] -2159[?]  is mandatory 
257.66/258.58	c qxplain 2824/2825
257.66/258.60	c qxplain 2825/2825
257.76/258.61	c 9742[?] -2227[?] -2226[?]  is mandatory 
257.76/258.61	c qxplain 2824/2824
257.76/258.62	c 9743[?] 2226[?] 2159[?] 2227[?]  is mandatory 
257.76/258.62	c qxplain 2816/2823
257.76/258.63	c qxplain 2820/2823
257.76/258.64	c qxplain 2822/2823
257.76/258.65	c qxplain 2823/2823
257.76/258.66	c 9744[?] -2228[?] 1627[?]  is mandatory 
257.76/258.66	c qxplain 2822/2822
257.76/258.67	c 9745[?] -2228[?] 1976[?]  is mandatory 
257.76/258.67	c qxplain 2820/2821
257.76/258.70	c qxplain 2821/2821
257.76/258.71	c 9746[?] 2228[?] -1627[?] -1976[?]  is mandatory 
257.76/258.71	c qxplain 2820/2820
257.76/258.72	c 9747[?] -2229[?] -1449[?]  is mandatory 
257.76/258.72	c qxplain 2816/2819
257.86/258.73	c qxplain 2818/2819
257.86/258.74	c qxplain 2819/2819
257.86/258.75	c 9748[?] -2229[?] -1450[?]  is mandatory 
257.86/258.75	c qxplain 2818/2818
257.86/258.76	c 9749[?] 2229[?] 1450[?] 1449[?]  is mandatory 
257.86/258.76	c qxplain 2816/2817
257.86/258.77	c qxplain 2817/2817
257.86/258.78	c 9750[?] -2230[?] 2228[?]  is mandatory 
257.86/258.78	c qxplain 2816/2816
257.86/258.79	c 9751[?] -2230[?] 2229[?]  is mandatory 
257.86/258.79	c qxplain 2800/2815
257.86/258.80	c qxplain 2808/2815
257.86/258.81	c qxplain 2812/2815
257.86/258.82	c qxplain 2814/2815
257.98/258.83	c qxplain 2815/2815
257.98/258.83	c 9752[?] 2230[?] -2229[?] -2228[?]  is mandatory 
257.98/258.83	c qxplain 2814/2814
257.98/258.85	c 9753[?] -2231[?] -1451[?]  is mandatory 
257.98/258.85	c qxplain 2812/2813
257.98/258.85	c qxplain 2813/2813
257.98/258.86	c 9754[?] -2231[?] 2230[?]  is mandatory 
257.98/258.86	c qxplain 2812/2812
257.98/258.88	c 9755[?] 2231[?] 1451[?] -2230[?]  is mandatory 
257.98/258.88	c qxplain 2808/2811
257.98/258.89	c qxplain 2810/2811
258.05/258.90	c qxplain 2811/2811
258.05/258.91	c 9756[?] -2232[?] 1452[?]  is mandatory 
258.05/258.91	c qxplain 2810/2810
258.05/258.92	c 9757[?] -2232[?] -2231[?]  is mandatory 
258.05/258.92	c qxplain 2808/2809
258.05/258.92	c qxplain 2809/2809
258.05/258.93	c 9758[?] 2232[?] -1452[?] 2231[?]  is mandatory 
258.05/258.93	c qxplain 2808/2808
258.05/258.94	c 9759[?] -2233[?] -1979[?]  is mandatory 
258.05/258.94	c qxplain 2800/2807
258.05/258.95	c qxplain 2804/2807
258.05/258.96	c qxplain 2806/2807
258.05/258.97	c qxplain 2807/2807
258.05/258.98	c 9760[?] -2233[?] -2232[?]  is mandatory 
258.05/258.98	c qxplain 2806/2806
258.05/258.99	c 9761[?] 2233[?] 2232[?] 1979[?]  is mandatory 
258.05/258.99	c qxplain 2804/2805
258.05/258.99	c qxplain 2805/2805
258.15/259.01	c 9762[?] -2234[?] 1475[?]  is mandatory 
258.15/259.01	c qxplain 2804/2804
258.15/259.02	c 9763[?] -2234[?] 2233[?]  is mandatory 
258.15/259.02	c qxplain 2800/2803
258.15/259.03	c qxplain 2802/2803
258.15/259.04	c qxplain 2803/2803
258.15/259.05	c 9764[?] 2234[?] -2233[?] -1475[?]  is mandatory 
258.15/259.05	c qxplain 2802/2802
258.25/259.12	c 9765[?] -2235[?] 1452[?]  is mandatory 
258.25/259.12	c qxplain 2800/2801
258.25/259.13	c qxplain 2801/2801
258.25/259.14	c 9766[?] -2235[?] -1475[?]  is mandatory 
258.25/259.14	c qxplain 2800/2800
258.25/259.15	c 9767[?] 2235[?] -1452[?] 1475[?]  is mandatory 
258.25/259.15	c qxplain 2768/2799
258.25/259.17	c qxplain 2784/2799
258.25/259.17	c qxplain 2792/2799
258.25/259.18	c qxplain 2796/2799
258.25/259.19	c qxplain 2798/2799
258.35/259.20	c qxplain 2799/2799
258.35/259.21	c 9768[?] -2236[?] -2234[?]  is mandatory 
258.35/259.21	c qxplain 2798/2798
258.35/259.22	c 9769[?] -2236[?] -2235[?]  is mandatory 
258.35/259.22	c qxplain 2796/2797
258.35/259.24	c qxplain 2797/2797
258.35/259.25	c 9770[?] 2236[?] 2234[?] 2235[?]  is mandatory 
258.35/259.25	c qxplain 2796/2796
258.35/259.26	c 9771[?] -2237[?] 1799[?]  is mandatory 
258.35/259.26	c qxplain 2792/2795
258.35/259.27	c qxplain 2794/2795
258.35/259.29	c qxplain 2795/2795
258.35/259.30	c 9772[?] -2237[?] -2236[?]  is mandatory 
258.35/259.30	c qxplain 2794/2794
258.46/259.31	c 9773[?] 2237[?] 2236[?] -1799[?]  is mandatory 
258.46/259.31	c qxplain 2792/2793
258.46/259.32	c qxplain 2793/2793
258.46/259.33	c 9774[?] -2238[?] 1615[?]  is mandatory 
258.46/259.33	c qxplain 2792/2792
258.46/259.34	c 9775[?] -2238[?] 1820[?]  is mandatory 
258.46/259.34	c qxplain 2784/2791
258.46/259.35	c qxplain 2788/2791
258.46/259.36	c qxplain 2790/2791
258.46/259.37	c qxplain 2791/2791
258.46/259.38	c 9776[?] -1615[?] -1820[?] 2238[?]  is mandatory 
258.46/259.38	c qxplain 2790/2790
258.66/259.56	c 9777[?] -2239[?] -1930[?]  is mandatory 
258.66/259.56	c qxplain 2788/2789
258.66/259.58	c qxplain 2789/2789
258.86/259.70	c 9778[?] -2239[?] -1931[?]  is mandatory 
258.86/259.70	c qxplain 2788/2788
258.86/259.72	c 9779[?] 2239[?] 1931[?] 1930[?]  is mandatory 
258.86/259.72	c qxplain 2784/2787
258.86/259.73	c qxplain 2786/2787
258.86/259.74	c qxplain 2787/2787
258.86/259.75	c 9780[?] -2240[?] -1858[?]  is mandatory 
258.86/259.75	c qxplain 2786/2786
258.86/259.76	c 9781[?] -2240[?] -2239[?]  is mandatory 
258.86/259.76	c qxplain 2784/2785
258.86/259.77	c qxplain 2785/2785
258.86/259.78	c 9782[?] 2240[?] 2239[?] 1858[?]  is mandatory 
258.86/259.78	c qxplain 2784/2784
258.99/259.82	c 9783[?] -2241[?] 1435[?]  is mandatory 
258.99/259.82	c qxplain 2768/2783
258.99/259.82	c qxplain 2776/2783
258.99/259.82	c qxplain 2780/2783
258.99/259.83	c qxplain 2782/2783
258.99/259.84	c qxplain 2783/2783
258.99/259.85	c 9784[?] 1861[?] -2241[?]  is mandatory 
258.99/259.85	c qxplain 2782/2782
258.99/259.86	c 9785[?] -1861[?] -1435[?] 2241[?]  is mandatory 
258.99/259.86	c qxplain 2780/2781
258.99/259.87	c qxplain 2781/2781
258.99/259.88	c 9786[?] -2242[?] -1435[?]  is mandatory 
258.99/259.88	c qxplain 2780/2780
258.99/259.90	c 9787[?] -1861[?] -2242[?]  is mandatory 
258.99/259.90	c qxplain 2776/2779
258.99/259.91	c qxplain 2778/2779
258.99/259.92	c qxplain 2779/2779
259.10/259.93	c 9788[?] 1861[?] 1435[?] 2242[?]  is mandatory 
259.10/259.93	c qxplain 2778/2778
259.10/259.94	c 9789[?] -2241[?] -2243[?]  is mandatory 
259.10/259.94	c qxplain 2776/2777
259.10/259.95	c qxplain 2777/2777
259.10/259.96	c 9790[?] -2243[?] -2242[?]  is mandatory 
259.10/259.96	c qxplain 2776/2776
259.10/259.97	c 9791[?] 2241[?] 2242[?] 2243[?]  is mandatory 
259.10/259.97	c qxplain 2768/2775
259.10/259.98	c qxplain 2772/2775
259.10/259.99	c qxplain 2774/2775
259.18/260.00	c qxplain 2775/2775
259.18/260.01	c 9792[?] 2240[?] -2244[?]  is mandatory 
259.18/260.01	c qxplain 2774/2774
259.18/260.03	c 9793[?] -2243[?] -2244[?]  is mandatory 
259.18/260.03	c qxplain 2772/2773
259.18/260.04	c qxplain 2773/2773
259.18/260.05	c 9794[?] 2243[?] -2240[?] 2244[?]  is mandatory 
259.18/260.05	c qxplain 2772/2772
259.18/260.06	c 9795[?] -2240[?] -2245[?]  is mandatory 
259.18/260.06	c qxplain 2768/2771
259.18/260.07	c qxplain 2770/2771
259.18/260.08	c qxplain 2771/2771
259.18/260.09	c 9796[?] 2243[?] -2245[?]  is mandatory 
259.18/260.09	c qxplain 2770/2770
259.28/260.10	c 9797[?] -2243[?] 2245[?] 2240[?]  is mandatory 
259.28/260.10	c qxplain 2768/2769
259.28/260.11	c qxplain 2769/2769
259.28/260.13	c 9798[?] -2244[?] -2246[?]  is mandatory 
259.28/260.13	c qxplain 2768/2768
259.28/260.14	c 9799[?] -2245[?] -2246[?]  is mandatory 
259.28/260.14	c qxplain 2516/2767
259.28/260.15	c qxplain 2642/2767
259.28/260.15	c qxplain 2705/2767
259.28/260.16	c qxplain 2737/2767
259.28/260.17	c qxplain 2753/2767
259.28/260.18	c qxplain 2761/2767
259.28/260.18	c qxplain 2765/2767
259.28/260.19	c qxplain 2767/2767
259.38/260.20	c 9800[?] 2245[?] 2244[?] 2246[?]  is mandatory 
259.38/260.21	c qxplain 2765/2766
259.38/260.21	c qxplain 2766/2766
259.38/260.22	c 9801[?] -2247[?] -1820[?]  is mandatory 
259.38/260.22	c qxplain 2765/2765
259.38/260.23	c 9802[?] -2247[?] -2246[?]  is mandatory 
259.38/260.23	c qxplain 2761/2764
259.38/260.24	c qxplain 2763/2764
259.38/260.25	c qxplain 2764/2764
259.38/260.26	c 9803[?] 2246[?] 1820[?] 2247[?]  is mandatory 
259.38/260.26	c qxplain 2763/2763
259.38/260.27	c 9804[?] -2248[?] -2238[?]  is mandatory 
259.38/260.27	c qxplain 2761/2762
259.38/260.28	c qxplain 2762/2762
259.49/260.30	c 9805[?] -2247[?] -2248[?]  is mandatory 
259.49/260.30	c qxplain 2761/2761
259.49/260.31	c 9806[?] 2238[?] 2247[?] 2248[?]  is mandatory 
259.49/260.31	c qxplain 2753/2760
259.49/260.31	c qxplain 2757/2760
259.49/260.32	c qxplain 2759/2760
259.49/260.33	c qxplain 2760/2760
259.49/260.35	c 9807[?] -2249[?] -1799[?]  is mandatory 
259.49/260.35	c qxplain 2759/2759
259.49/260.36	c 9808[?] -2249[?] -2248[?]  is mandatory 
259.49/260.36	c qxplain 2757/2758
259.49/260.37	c qxplain 2758/2758
259.49/260.37	c 9809[?] 2248[?] 2249[?] 1799[?]  is mandatory 
259.49/260.37	c qxplain 2757/2757
259.49/260.39	c 9810[?] -2250[?] -2237[?]  is mandatory 
259.49/260.39	c qxplain 2753/2756
259.59/260.40	c qxplain 2755/2756
259.59/260.41	c qxplain 2756/2756
259.59/260.41	c 9811[?] -2249[?] -2250[?]  is mandatory 
259.59/260.41	c qxplain 2755/2755
259.59/260.42	c 9812[?] 2250[?] 2249[?] 2237[?]  is mandatory 
259.59/260.42	c qxplain 2753/2754
259.59/260.44	c qxplain 2754/2754
259.59/260.46	c 9813[?] 1554[?] -2251[?]  is mandatory 
259.59/260.46	c qxplain 2753/2753
259.59/260.47	c 9814[?] -2251[?] 1753[?]  is mandatory 
259.59/260.47	c qxplain 2737/2752
259.59/260.48	c qxplain 2745/2752
259.69/260.51	c qxplain 2749/2752
259.69/260.52	c qxplain 2751/2752
259.69/260.55	c qxplain 2752/2752
259.69/260.56	c 9815[?] 2251[?] -1554[?] -1753[?]  is mandatory 
259.69/260.56	c qxplain 2751/2751
259.69/260.57	c 9816[?] 1535[?] -2252[?]  is mandatory 
259.69/260.57	c qxplain 2749/2750
259.69/260.58	c qxplain 2750/2750
259.69/260.59	c 9817[?] -2252[?] 1755[?]  is mandatory 
259.69/260.59	c qxplain 2749/2749
259.79/260.60	c 9818[?] -1535[?] 2252[?] -1755[?]  is mandatory 
259.79/260.60	c qxplain 2745/2748
259.79/260.62	c qxplain 2747/2748
259.79/260.64	c qxplain 2748/2748
259.79/260.66	c 9819[?] -1599[?] -2253[?]  is mandatory 
259.79/260.66	c qxplain 2747/2747
259.79/260.67	c 9820[?] -2253[?] 1739[?]  is mandatory 
259.79/260.67	c qxplain 2745/2746
259.79/260.68	c qxplain 2746/2746
259.79/260.69	c 9821[?] -1739[?] 1599[?] 2253[?]  is mandatory 
259.79/260.69	c qxplain 2745/2745
259.89/260.71	c 9822[?] 1599[?] -2254[?]  is mandatory 
259.89/260.71	c qxplain 2737/2744
259.89/260.72	c qxplain 2741/2744
259.89/260.73	c qxplain 2743/2744
259.89/260.74	c qxplain 2744/2744
259.89/260.75	c 9823[?] -2254[?] -1739[?]  is mandatory 
259.89/260.75	c qxplain 2743/2743
259.89/260.76	c 9824[?] 2254[?] -1599[?] 1739[?]  is mandatory 
259.89/260.76	c qxplain 2741/2742
259.89/260.77	c qxplain 2742/2742
259.89/260.78	c 9825[?] -2253[?] -2255[?]  is mandatory 
259.89/260.78	c qxplain 2741/2741
259.89/260.79	c 9826[?] -2255[?] -2254[?]  is mandatory 
259.89/260.79	c qxplain 2737/2740
259.99/260.80	c qxplain 2739/2740
259.99/260.82	c qxplain 2740/2740
259.99/260.82	c 9827[?] 2254[?] 2253[?] 2255[?]  is mandatory 
259.99/260.82	c qxplain 2739/2739
259.99/260.83	c 9828[?] -2256[?] 1735[?]  is mandatory 
259.99/260.83	c qxplain 2737/2738
259.99/260.85	c qxplain 2738/2738
259.99/260.86	c 9829[?] -2255[?] -2256[?]  is mandatory 
259.99/260.86	c qxplain 2737/2737
259.99/260.87	c 9830[?] 2256[?] 2255[?] -1735[?]  is mandatory 
259.99/260.87	c qxplain 2705/2736
259.99/260.88	c qxplain 2721/2736
259.99/260.89	c qxplain 2729/2736
260.09/260.92	c qxplain 2733/2736
260.09/260.92	c qxplain 2735/2736
260.09/260.92	c qxplain 2736/2736
260.09/260.93	c 9831[?] 1516[?] -2257[?]  is mandatory 
260.09/260.93	c qxplain 2735/2735
260.09/260.94	c 9832[?] -2257[?] 1757[?]  is mandatory 
260.09/260.94	c qxplain 2733/2734
260.09/260.96	c qxplain 2734/2734
260.09/260.98	c 9833[?] -1516[?] 2257[?] -1757[?]  is mandatory 
260.09/260.98	c qxplain 2733/2733
260.09/261.00	c 9834[?] -2258[?] -2256[?]  is mandatory 
260.09/261.00	c qxplain 2729/2732
260.09/261.01	c qxplain 2731/2732
260.21/261.02	c qxplain 2732/2732
260.21/261.03	c 9835[?] -2258[?] -2257[?]  is mandatory 
260.21/261.03	c qxplain 2731/2731
260.21/261.04	c 9836[?] 2256[?] 2258[?] 2257[?]  is mandatory 
260.21/261.04	c qxplain 2729/2730
260.21/261.05	c qxplain 2730/2730
260.21/261.06	c 9837[?] -2252[?] -2259[?]  is mandatory 
260.21/261.06	c qxplain 2729/2729
260.21/261.07	c 9838[?] -2259[?] 2258[?]  is mandatory 
260.21/261.07	c qxplain 2721/2728
260.21/261.09	c qxplain 2725/2728
260.21/261.09	c qxplain 2727/2728
260.28/261.10	c qxplain 2728/2728
260.28/261.11	c 9839[?] -2258[?] 2259[?] 2252[?]  is mandatory 
260.28/261.11	c qxplain 2727/2727
260.28/261.12	c 9840[?] -2260[?] -2251[?]  is mandatory 
260.28/261.12	c qxplain 2725/2726
260.28/261.13	c qxplain 2726/2726
260.28/261.15	c 9841[?] -2260[?] 2259[?]  is mandatory 
260.28/261.15	c qxplain 2725/2725
260.28/261.16	c 9842[?] -2259[?] 2260[?] 2251[?]  is mandatory 
260.28/261.16	c qxplain 2721/2724
260.28/261.17	c qxplain 2723/2724
260.28/261.18	c qxplain 2724/2724
260.28/261.19	c 9843[?] 1553[?] -2261[?]  is mandatory 
260.28/261.19	c qxplain 2723/2723
260.38/261.20	c 9844[?] -2261[?] 1753[?]  is mandatory 
260.38/261.20	c qxplain 2721/2722
260.38/261.21	c qxplain 2722/2722
260.38/261.22	c 9845[?] 2261[?] -1553[?] -1753[?]  is mandatory 
260.38/261.22	c qxplain 2721/2721
260.38/261.23	c 9846[?] 1534[?] -2262[?]  is mandatory 
260.38/261.23	c qxplain 2705/2720
260.38/261.25	c qxplain 2713/2720
260.38/261.26	c qxplain 2717/2720
260.38/261.28	c qxplain 2719/2720
260.38/261.29	c qxplain 2720/2720
260.48/261.30	c 9847[?] -2262[?] 1755[?]  is mandatory 
260.48/261.30	c qxplain 2719/2719
260.48/261.32	c 9848[?] -1534[?] 2262[?] -1755[?]  is mandatory 
260.48/261.32	c qxplain 2717/2718
260.48/261.33	c qxplain 2718/2718
260.48/261.35	c 9849[?] -2263[?] -1603[?]  is mandatory 
260.48/261.35	c qxplain 2717/2717
260.48/261.36	c 9850[?] -2263[?] 1738[?]  is mandatory 
260.48/261.36	c qxplain 2713/2716
260.48/261.37	c qxplain 2715/2716
260.48/261.39	c qxplain 2716/2716
260.58/261.41	c 9851[?] -1738[?] 1603[?] 2263[?]  is mandatory 
260.58/261.41	c qxplain 2715/2715
260.58/261.42	c 9852[?] 1603[?] -2264[?]  is mandatory 
260.58/261.42	c qxplain 2713/2714
260.58/261.43	c qxplain 2714/2714
260.58/261.44	c 9853[?] -2264[?] -1738[?]  is mandatory 
260.58/261.44	c qxplain 2713/2713
260.58/261.46	c 9854[?] 2264[?] -1603[?] 1738[?]  is mandatory 
260.58/261.46	c qxplain 2705/2712
260.58/261.47	c qxplain 2709/2712
260.58/261.47	c qxplain 2711/2712
260.58/261.48	c qxplain 2712/2712
260.68/261.50	c 9855[?] -2263[?] -2265[?]  is mandatory 
260.68/261.50	c qxplain 2711/2711
260.68/261.51	c 9856[?] -2265[?] -2264[?]  is mandatory 
260.68/261.51	c qxplain 2709/2710
260.68/261.52	c qxplain 2710/2710
260.68/261.53	c 9857[?] 2264[?] 2263[?] 2265[?]  is mandatory 
260.68/261.53	c qxplain 2709/2709
260.68/261.54	c 9858[?] -2266[?] 1735[?]  is mandatory 
260.68/261.54	c qxplain 2705/2708
260.68/261.56	c qxplain 2707/2708
260.68/261.57	c qxplain 2708/2708
260.68/261.59	c 9859[?] -2265[?] -2266[?]  is mandatory 
260.68/261.59	c qxplain 2707/2707
260.78/261.60	c 9860[?] 2266[?] 2265[?] -1735[?]  is mandatory 
260.78/261.60	c qxplain 2705/2706
260.78/261.61	c qxplain 2706/2706
260.78/261.63	c 9861[?] -2267[?] 1515[?]  is mandatory 
260.78/261.63	c qxplain 2705/2705
260.78/261.64	c 9862[?] -2267[?] 1757[?]  is mandatory 
260.78/261.64	c qxplain 2642/2704
260.78/261.65	c qxplain 2674/2704
260.78/261.66	c qxplain 2690/2704
260.78/261.67	c qxplain 2698/2704
260.78/261.68	c qxplain 2702/2704
260.78/261.69	c qxplain 2704/2704
260.88/261.70	c 9863[?] 2267[?] -1515[?] -1757[?]  is mandatory 
260.88/261.70	c qxplain 2702/2703
260.88/261.72	c qxplain 2703/2703
260.88/261.73	c 9864[?] -2268[?] -2266[?]  is mandatory 
260.88/261.73	c qxplain 2702/2702
260.88/261.74	c 9865[?] -2268[?] -2267[?]  is mandatory 
260.88/261.74	c qxplain 2698/2701
260.88/261.75	c qxplain 2700/2701
260.88/261.76	c qxplain 2701/2701
260.88/261.77	c 9866[?] 2266[?] 2268[?] 2267[?]  is mandatory 
260.88/261.77	c qxplain 2700/2700
260.88/261.79	c 9867[?] -2262[?] -2269[?]  is mandatory 
260.88/261.79	c qxplain 2698/2699
260.98/261.80	c qxplain 2699/2699
260.98/261.81	c 9868[?] -2269[?] 2268[?]  is mandatory 
260.98/261.81	c qxplain 2698/2698
260.98/261.82	c 9869[?] -2268[?] 2269[?] 2262[?]  is mandatory 
260.98/261.82	c qxplain 2690/2697
260.98/261.84	c qxplain 2694/2697
260.98/261.84	c qxplain 2696/2697
260.98/261.85	c qxplain 2697/2697
260.98/261.87	c 9870[?] -2270[?] -2261[?]  is mandatory 
260.98/261.87	c qxplain 2696/2696
260.98/261.88	c 9871[?] -2270[?] 2269[?]  is mandatory 
260.98/261.88	c qxplain 2694/2695
260.98/261.89	c qxplain 2695/2695
261.08/261.90	c 9872[?] -2269[?] 2270[?] 2261[?]  is mandatory 
261.08/261.90	c qxplain 2694/2694
261.08/261.92	c 9873[?] -2271[?] 1451[?]  is mandatory 
261.08/261.92	c qxplain 2690/2693
261.08/261.93	c qxplain 2692/2693
261.08/261.94	c qxplain 2693/2693
261.08/261.95	c 9874[?] -2271[?] -2230[?]  is mandatory 
261.08/261.95	c qxplain 2692/2692
261.08/261.96	c 9875[?] 2271[?] -1451[?] 2230[?]  is mandatory 
261.08/261.96	c qxplain 2690/2691
261.08/261.96	c qxplain 2691/2691
261.08/261.97	c 9876[?] -2272[?] -2231[?]  is mandatory 
261.08/261.97	c qxplain 2690/2690
261.08/261.98	c 9877[?] -2272[?] -2271[?]  is mandatory 
261.08/261.98	c qxplain 2674/2689
261.08/262.00	c qxplain 2682/2689
261.20/262.02	c qxplain 2686/2689
261.20/262.02	c qxplain 2688/2689
261.20/262.03	c qxplain 2689/2689
261.20/262.03	c 9878[?] 2272[?] 2231[?] 2271[?]  is mandatory 
261.20/262.03	c qxplain 2688/2688
261.20/262.05	c 9879[?] -2273[?] 1475[?]  is mandatory 
261.20/262.05	c qxplain 2686/2687
261.20/262.06	c qxplain 2687/2687
261.20/262.07	c 9880[?] -2273[?] 2272[?]  is mandatory 
261.20/262.07	c qxplain 2686/2686
261.20/262.08	c 9881[?] 2273[?] -2272[?] -1475[?]  is mandatory 
261.20/262.08	c qxplain 2682/2685
261.20/262.09	c qxplain 2684/2685
261.20/262.10	c qxplain 2685/2685
261.31/262.14	c 9882[?] -2274[?] 1451[?]  is mandatory 
261.31/262.14	c qxplain 2684/2684
261.31/262.15	c 9883[?] -2274[?] -1475[?]  is mandatory 
261.31/262.15	c qxplain 2682/2683
261.31/262.16	c qxplain 2683/2683
261.31/262.17	c 9884[?] 2274[?] -1451[?] 1475[?]  is mandatory 
261.31/262.17	c qxplain 2682/2682
261.31/262.18	c 9885[?] -2275[?] -2273[?]  is mandatory 
261.31/262.18	c qxplain 2674/2681
261.31/262.19	c qxplain 2678/2681
261.39/262.20	c qxplain 2680/2681
261.39/262.22	c qxplain 2681/2681
261.39/262.23	c 9886[?] -2275[?] -2274[?]  is mandatory 
261.39/262.23	c qxplain 2680/2680
261.39/262.24	c 9887[?] 2275[?] 2273[?] 2274[?]  is mandatory 
261.39/262.24	c qxplain 2678/2679
261.39/262.25	c qxplain 2679/2679
261.39/262.27	c 9888[?] -2276[?] 1799[?]  is mandatory 
261.39/262.27	c qxplain 2678/2678
261.39/262.28	c 9889[?] -2276[?] -2275[?]  is mandatory 
261.39/262.28	c qxplain 2674/2677
261.39/262.29	c qxplain 2676/2677
261.49/262.30	c qxplain 2677/2677
261.49/262.31	c 9890[?] 2276[?] 2275[?] -1799[?]  is mandatory 
261.49/262.31	c qxplain 2676/2676
261.49/262.32	c 9891[?] -2277[?] 1614[?]  is mandatory 
261.49/262.32	c qxplain 2674/2675
261.49/262.33	c qxplain 2675/2675
261.49/262.35	c 9892[?] -2277[?] 1820[?]  is mandatory 
261.49/262.35	c qxplain 2674/2674
261.49/262.36	c 9893[?] 2277[?] -1614[?] -1820[?]  is mandatory 
261.49/262.36	c qxplain 2642/2673
261.49/262.36	c qxplain 2658/2673
261.49/262.38	c qxplain 2666/2673
261.49/262.39	c qxplain 2670/2673
261.49/262.40	c qxplain 2672/2673
261.59/262.41	c qxplain 2673/2673
261.59/262.42	c 9894[?] -2278[?] 1436[?]  is mandatory 
261.59/262.42	c qxplain 2672/2672
261.59/262.43	c 9895[?] -2278[?] 1857[?]  is mandatory 
261.59/262.43	c qxplain 2670/2671
261.59/262.44	c qxplain 2671/2671
261.59/262.45	c 9896[?] -1436[?] -1857[?] 2278[?]  is mandatory 
261.59/262.45	c qxplain 2670/2670
261.59/262.46	c 9897[?] -1436[?] -2279[?]  is mandatory 
261.59/262.46	c qxplain 2666/2669
261.59/262.47	c qxplain 2668/2669
261.59/262.48	c qxplain 2669/2669
261.59/262.49	c 9898[?] -2279[?] -1857[?]  is mandatory 
261.59/262.49	c qxplain 2668/2668
261.69/262.50	c 9899[?] 1436[?] 1857[?] 2279[?]  is mandatory 
261.69/262.50	c qxplain 2666/2667
261.69/262.51	c qxplain 2667/2667
261.69/262.52	c 9900[?] -2278[?] -2280[?]  is mandatory 
261.69/262.52	c qxplain 2666/2666
261.69/262.54	c 9901[?] -2279[?] -2280[?]  is mandatory 
261.69/262.54	c qxplain 2658/2665
261.69/262.55	c qxplain 2662/2665
261.69/262.56	c qxplain 2664/2665
261.69/262.57	c qxplain 2665/2665
261.69/262.58	c 9902[?] 2278[?] 2279[?] 2280[?]  is mandatory 
261.69/262.58	c qxplain 2664/2664
261.69/262.59	c 9903[?] -2281[?] 1930[?]  is mandatory 
261.69/262.59	c qxplain 2662/2663
261.79/262.60	c qxplain 2663/2663
261.79/262.61	c 9904[?] -2281[?] -2280[?]  is mandatory 
261.79/262.61	c qxplain 2662/2662
261.79/262.62	c 9905[?] 2280[?] -1930[?] 2281[?]  is mandatory 
261.79/262.62	c qxplain 2658/2661
261.79/262.64	c qxplain 2660/2661
261.79/262.65	c qxplain 2661/2661
261.79/262.66	c 9906[?] -2282[?] -1930[?]  is mandatory 
261.79/262.66	c qxplain 2660/2660
261.79/262.67	c 9907[?] -2282[?] 2280[?]  is mandatory 
261.79/262.67	c qxplain 2658/2659
261.79/262.68	c qxplain 2659/2659
261.79/262.69	c 9908[?] -2280[?] 1930[?] 2282[?]  is mandatory 
261.79/262.69	c qxplain 2658/2658
261.89/262.70	c 9909[?] -2281[?] -2283[?]  is mandatory 
261.89/262.70	c qxplain 2642/2657
261.89/262.71	c qxplain 2650/2657
261.89/262.72	c qxplain 2654/2657
261.89/262.73	c qxplain 2656/2657
261.89/262.74	c qxplain 2657/2657
261.89/262.75	c 9910[?] -2282[?] -2283[?]  is mandatory 
261.89/262.75	c qxplain 2656/2656
261.89/262.77	c 9911[?] 2282[?] 2281[?] 2283[?]  is mandatory 
261.89/262.77	c qxplain 2654/2655
261.89/262.77	c qxplain 2655/2655
261.89/262.78	c 9912[?] -2284[?] -1820[?]  is mandatory 
261.89/262.78	c qxplain 2654/2654
261.89/262.79	c 9913[?] -2284[?] -2283[?]  is mandatory 
261.89/262.79	c qxplain 2650/2653
261.99/262.80	c qxplain 2652/2653
261.99/262.81	c qxplain 2653/2653
261.99/262.82	c 9914[?] 2283[?] 1820[?] 2284[?]  is mandatory 
261.99/262.82	c qxplain 2652/2652
261.99/262.83	c 9915[?] -2285[?] -2277[?]  is mandatory 
261.99/262.83	c qxplain 2650/2651
261.99/262.84	c qxplain 2651/2651
261.99/262.86	c 9916[?] -2284[?] -2285[?]  is mandatory 
261.99/262.86	c qxplain 2650/2650
261.99/262.87	c 9917[?] 2277[?] 2284[?] 2285[?]  is mandatory 
261.99/262.87	c qxplain 2642/2649
261.99/262.87	c qxplain 2646/2649
261.99/262.88	c qxplain 2648/2649
261.99/262.89	c qxplain 2649/2649
262.09/262.90	c 9918[?] -2286[?] -1799[?]  is mandatory 
262.09/262.90	c qxplain 2648/2648
262.09/262.91	c 9919[?] -2286[?] -2285[?]  is mandatory 
262.09/262.91	c qxplain 2646/2647
262.09/262.92	c qxplain 2647/2647
262.09/262.93	c 9920[?] 2285[?] 2286[?] 1799[?]  is mandatory 
262.09/262.93	c qxplain 2646/2646
262.09/262.94	c 9921[?] -2287[?] -2276[?]  is mandatory 
262.09/262.94	c qxplain 2642/2645
262.09/262.95	c qxplain 2644/2645
262.09/262.96	c qxplain 2645/2645
262.09/262.97	c 9922[?] -2286[?] -2287[?]  is mandatory 
262.09/262.97	c qxplain 2644/2644
262.09/262.98	c 9923[?] 2287[?] 2286[?] 2276[?]  is mandatory 
262.09/262.98	c qxplain 2642/2643
262.09/262.99	c qxplain 2643/2643
262.19/263.01	c 9924[?] -2288[?] -2270[?]  is mandatory 
262.19/263.01	c qxplain 2642/2642
262.19/263.02	c 9925[?] -2288[?] 2287[?]  is mandatory 
262.19/263.02	c qxplain 2516/2641
262.19/263.03	c qxplain 2579/2641
262.19/263.04	c qxplain 2611/2641
262.19/263.05	c qxplain 2627/2641
262.19/263.06	c qxplain 2635/2641
262.19/263.07	c qxplain 2639/2641
262.19/263.08	c qxplain 2641/2641
262.19/263.09	c 9926[?] -2287[?] 2288[?] 2270[?]  is mandatory 
262.19/263.09	c qxplain 2639/2640
262.30/263.12	c qxplain 2640/2640
262.30/263.12	c 9927[?] -2289[?] 2260[?]  is mandatory 
262.30/263.12	c qxplain 2639/2639
262.30/263.14	c 9928[?] -2288[?] -2289[?]  is mandatory 
262.30/263.14	c qxplain 2635/2638
262.30/263.15	c qxplain 2637/2638
262.30/263.16	c qxplain 2638/2638
262.30/263.17	c 9929[?] 2289[?] -2260[?] 2288[?]  is mandatory 
262.30/263.17	c qxplain 2637/2637
262.30/263.19	c 9930[?] -2290[?] 2250[?]  is mandatory 
262.30/263.19	c qxplain 2635/2636
262.30/263.20	c qxplain 2636/2636
262.30/263.21	c 9931[?] -2289[?] -2290[?]  is mandatory 
262.30/263.21	c qxplain 2635/2635
262.41/263.23	c 9932[?] -2250[?] 2289[?] 2290[?]  is mandatory 
262.41/263.23	c qxplain 2627/2634
262.41/263.24	c qxplain 2631/2634
262.41/263.25	c qxplain 2633/2634
262.41/263.26	c qxplain 2634/2634
262.41/263.27	c 9933[?] -2291[?] -2260[?]  is mandatory 
262.41/263.27	c qxplain 2633/2633
262.41/263.28	c 9934[?] -2291[?] 2288[?]  is mandatory 
262.41/263.28	c qxplain 2631/2632
262.41/263.29	c qxplain 2632/2632
262.49/263.30	c 9935[?] -2288[?] 2260[?] 2291[?]  is mandatory 
262.49/263.30	c qxplain 2631/2631
262.49/263.32	c 9936[?] -2290[?] -2292[?]  is mandatory 
262.49/263.32	c qxplain 2627/2630
262.49/263.33	c qxplain 2629/2630
262.49/263.34	c qxplain 2630/2630
262.49/263.35	c 9937[?] -2291[?] -2292[?]  is mandatory 
262.49/263.35	c qxplain 2629/2629
262.49/263.36	c 9938[?] 2292[?] 2290[?] 2291[?]  is mandatory 
262.49/263.36	c qxplain 2627/2628
262.49/263.37	c qxplain 2628/2628
262.49/263.38	c 9939[?] 1552[?] -2293[?]  is mandatory 
262.49/263.38	c qxplain 2627/2627
262.49/263.39	c 9940[?] -2293[?] 1753[?]  is mandatory 
262.49/263.39	c qxplain 2611/2626
262.59/263.40	c qxplain 2619/2626
262.59/263.42	c qxplain 2623/2626
262.59/263.43	c qxplain 2625/2626
262.59/263.45	c qxplain 2626/2626
262.59/263.46	c 9941[?] -1552[?] 2293[?] -1753[?]  is mandatory 
262.59/263.46	c qxplain 2625/2625
262.59/263.48	c 9942[?] 1533[?] -2294[?]  is mandatory 
262.59/263.48	c qxplain 2623/2624
262.59/263.50	c qxplain 2624/2624
262.70/263.50	c 9943[?] -2294[?] 1755[?]  is mandatory 
262.70/263.50	c qxplain 2623/2623
262.70/263.52	c 9944[?] -1533[?] 2294[?] -1755[?]  is mandatory 
262.70/263.52	c qxplain 2619/2622
262.70/263.53	c qxplain 2621/2622
262.70/263.55	c qxplain 2622/2622
262.70/263.56	c 9945[?] -2295[?] -1586[?]  is mandatory 
262.70/263.56	c qxplain 2621/2621
262.70/263.57	c 9946[?] -2295[?] 1737[?]  is mandatory 
262.70/263.57	c qxplain 2619/2620
262.70/263.59	c qxplain 2620/2620
262.80/263.60	c 9947[?] -1737[?] 1586[?] 2295[?]  is mandatory 
262.80/263.60	c qxplain 2619/2619
262.80/263.61	c 9948[?] 1586[?] -2296[?]  is mandatory 
262.80/263.61	c qxplain 2611/2618
262.80/263.63	c qxplain 2615/2618
262.80/263.64	c qxplain 2617/2618
262.80/263.64	c qxplain 2618/2618
262.80/263.66	c 9949[?] -2296[?] -1737[?]  is mandatory 
262.80/263.66	c qxplain 2617/2617
262.80/263.67	c 9950[?] -1586[?] 1737[?] 2296[?]  is mandatory 
262.80/263.67	c qxplain 2615/2616
262.80/263.68	c qxplain 2616/2616
262.80/263.69	c 9951[?] -2295[?] -2297[?]  is mandatory 
262.80/263.69	c qxplain 2615/2615
262.90/263.71	c 9952[?] -2296[?] -2297[?]  is mandatory 
262.90/263.71	c qxplain 2611/2614
262.90/263.71	c qxplain 2613/2614
262.90/263.73	c qxplain 2614/2614
262.90/263.74	c 9953[?] 2296[?] 2295[?] 2297[?]  is mandatory 
262.90/263.74	c qxplain 2613/2613
262.90/263.75	c 9954[?] -2298[?] 1735[?]  is mandatory 
262.90/263.75	c qxplain 2611/2612
262.90/263.76	c qxplain 2612/2612
262.90/263.77	c 9955[?] -2297[?] -2298[?]  is mandatory 
262.90/263.77	c qxplain 2611/2611
262.90/263.78	c 9956[?] 2297[?] 2298[?] -1735[?]  is mandatory 
262.90/263.78	c qxplain 2579/2610
262.90/263.79	c qxplain 2595/2610
263.00/263.81	c qxplain 2603/2610
263.00/263.82	c qxplain 2607/2610
263.00/263.83	c qxplain 2609/2610
263.00/263.84	c qxplain 2610/2610
263.00/263.85	c 9957[?] 1514[?] -2299[?]  is mandatory 
263.00/263.85	c qxplain 2609/2609
263.00/263.86	c 9958[?] -2299[?] 1757[?]  is mandatory 
263.00/263.86	c qxplain 2607/2608
263.00/263.88	c qxplain 2608/2608
263.00/263.89	c 9959[?] -1514[?] 2299[?] -1757[?]  is mandatory 
263.00/263.89	c qxplain 2607/2607
263.10/263.90	c 9960[?] -2298[?] -2300[?]  is mandatory 
263.10/263.90	c qxplain 2603/2606
263.10/263.91	c qxplain 2605/2606
263.10/263.92	c qxplain 2606/2606
263.10/263.93	c 9961[?] -2299[?] -2300[?]  is mandatory 
263.10/263.93	c qxplain 2605/2605
263.10/263.94	c 9962[?] 2298[?] 2300[?] 2299[?]  is mandatory 
263.10/263.94	c qxplain 2603/2604
263.10/263.95	c qxplain 2604/2604
263.10/263.96	c 9963[?] -2294[?] -2301[?]  is mandatory 
263.10/263.96	c qxplain 2603/2603
263.10/263.98	c 9964[?] 2300[?] -2301[?]  is mandatory 
263.10/263.98	c qxplain 2595/2602
263.10/263.98	c qxplain 2599/2602
263.10/263.99	c qxplain 2601/2602
263.20/264.01	c qxplain 2602/2602
263.20/264.02	c 9965[?] -2300[?] 2301[?] 2294[?]  is mandatory 
263.20/264.02	c qxplain 2601/2601
263.20/264.04	c 9966[?] -2293[?] -2302[?]  is mandatory 
263.20/264.04	c qxplain 2599/2600
263.20/264.05	c qxplain 2600/2600
263.20/264.06	c 9967[?] 2301[?] -2302[?]  is mandatory 
263.20/264.06	c qxplain 2599/2599
263.20/264.07	c 9968[?] -2301[?] 2302[?] 2293[?]  is mandatory 
263.20/264.07	c qxplain 2595/2598
263.20/264.08	c qxplain 2597/2598
263.20/264.09	c qxplain 2598/2598
263.30/264.11	c 9969[?] -2303[?] -1449[?]  is mandatory 
263.30/264.11	c qxplain 2597/2597
263.30/264.12	c 9970[?] -2303[?] 2228[?]  is mandatory 
263.30/264.12	c qxplain 2595/2596
263.30/264.13	c qxplain 2596/2596
263.30/264.15	c 9971[?] 2303[?] -2228[?] 1449[?]  is mandatory 
263.30/264.15	c qxplain 2595/2595
263.30/264.16	c 9972[?] -2304[?] 1450[?]  is mandatory 
263.30/264.16	c qxplain 2579/2594
263.30/264.17	c qxplain 2587/2594
263.30/264.18	c qxplain 2591/2594
263.30/264.19	c qxplain 2593/2594
263.30/264.20	c qxplain 2594/2594
263.40/264.22	c 9973[?] -2304[?] -2303[?]  is mandatory 
263.40/264.22	c qxplain 2593/2593
263.40/264.22	c 9974[?] 2304[?] -1450[?] 2303[?]  is mandatory 
263.40/264.22	c qxplain 2591/2592
263.40/264.22	c qxplain 2592/2592
263.40/264.23	c 9975[?] -2305[?] -2230[?]  is mandatory 
263.40/264.23	c qxplain 2591/2591
263.40/264.24	c 9976[?] -2305[?] -2304[?]  is mandatory 
263.40/264.24	c qxplain 2587/2590
263.40/264.25	c qxplain 2589/2590
263.40/264.26	c qxplain 2590/2590
263.40/264.27	c 9977[?] 2305[?] 2304[?] 2230[?]  is mandatory 
263.40/264.27	c qxplain 2589/2589
263.40/264.28	c 9978[?] -2306[?] 1475[?]  is mandatory 
263.40/264.28	c qxplain 2587/2588
263.40/264.29	c qxplain 2588/2588
263.40/264.30	c 9979[?] -2306[?] 2305[?]  is mandatory 
263.40/264.30	c qxplain 2587/2587
263.40/264.31	c 9980[?] 2306[?] -2305[?] -1475[?]  is mandatory 
263.40/264.31	c qxplain 2579/2586
263.52/264.32	c qxplain 2583/2586
263.52/264.33	c qxplain 2585/2586
263.52/264.34	c qxplain 2586/2586
263.60/264.42	c 9981[?] 1450[?] -2307[?]  is mandatory 
263.60/264.42	c qxplain 2585/2585
263.60/264.44	c 9982[?] -2307[?] -1475[?]  is mandatory 
263.60/264.44	c qxplain 2583/2584
263.60/264.45	c qxplain 2584/2584
263.60/264.46	c 9983[?] 2307[?] -1450[?] 1475[?]  is mandatory 
263.60/264.46	c qxplain 2583/2583
263.60/264.47	c 9984[?] -2308[?] -2306[?]  is mandatory 
263.60/264.47	c qxplain 2579/2582
263.60/264.48	c qxplain 2581/2582
263.60/264.50	c qxplain 2582/2582
263.70/264.51	c 9985[?] -2308[?] -2307[?]  is mandatory 
263.70/264.51	c qxplain 2581/2581
263.70/264.52	c 9986[?] 2308[?] 2306[?] 2307[?]  is mandatory 
263.70/264.52	c qxplain 2579/2580
263.70/264.53	c qxplain 2580/2580
263.70/264.55	c 9987[?] -2309[?] 1799[?]  is mandatory 
263.70/264.55	c qxplain 2579/2579
263.70/264.56	c 9988[?] -2309[?] -2308[?]  is mandatory 
263.70/264.56	c qxplain 2516/2578
263.70/264.58	c qxplain 2548/2578
263.70/264.58	c qxplain 2564/2578
263.70/264.59	c qxplain 2572/2578
263.80/264.60	c qxplain 2576/2578
263.80/264.61	c qxplain 2578/2578
263.80/264.62	c 9989[?] 2309[?] 2308[?] -1799[?]  is mandatory 
263.80/264.62	c qxplain 2576/2577
263.80/264.63	c qxplain 2577/2577
263.80/264.64	c 9990[?] -2310[?] 1613[?]  is mandatory 
263.80/264.64	c qxplain 2576/2576
263.80/264.65	c 9991[?] -2310[?] 1820[?]  is mandatory 
263.80/264.65	c qxplain 2572/2575
263.80/264.66	c qxplain 2574/2575
263.80/264.67	c qxplain 2575/2575
263.80/264.68	c 9992[?] -1613[?] -1820[?] 2310[?]  is mandatory 
263.80/264.68	c qxplain 2574/2574
264.00/264.85	c 9993[?] -2311[?] -1925[?]  is mandatory 
264.00/264.85	c qxplain 2572/2573
264.00/264.86	c qxplain 2573/2573
264.10/264.96	c 9994[?] -2311[?] 1927[?]  is mandatory 
264.10/264.96	c qxplain 2572/2572
264.10/264.98	c 9995[?] 2311[?] -1927[?] 1925[?]  is mandatory 
264.10/264.98	c qxplain 2564/2571
264.10/264.99	c qxplain 2568/2571
264.21/265.00	c qxplain 2570/2571
264.21/265.01	c qxplain 2571/2571
264.21/265.02	c 9996[?] 1890[?] -2312[?]  is mandatory 
264.21/265.02	c qxplain 2570/2570
264.21/265.03	c 9997[?] -2312[?] -2311[?]  is mandatory 
264.21/265.03	c qxplain 2568/2569
264.21/265.04	c qxplain 2569/2569
264.21/265.05	c 9998[?] -1890[?] 2311[?] 2312[?]  is mandatory 
264.21/265.05	c qxplain 2568/2568
264.21/265.06	c 9999[?] -2313[?] 1437[?]  is mandatory 
264.21/265.06	c qxplain 2564/2567
264.21/265.07	c qxplain 2566/2567
264.21/265.08	c qxplain 2567/2567
264.21/265.09	c 10000[?] -2313[?] 1893[?]  is mandatory 
264.21/265.09	c qxplain 2566/2566
264.31/265.10	c 10001[?] -1893[?] -1437[?] 2313[?]  is mandatory 
264.31/265.10	c qxplain 2564/2565
264.31/265.11	c qxplain 2565/2565
264.31/265.12	c 10002[?] -2314[?] -1437[?]  is mandatory 
264.31/265.12	c qxplain 2564/2564
264.31/265.14	c 10003[?] -2314[?] -1893[?]  is mandatory 
264.31/265.14	c qxplain 2548/2563
264.31/265.15	c qxplain 2556/2563
264.31/265.15	c qxplain 2560/2563
264.31/265.16	c qxplain 2562/2563
264.31/265.17	c qxplain 2563/2563
264.31/265.18	c 10004[?] 1893[?] 1437[?] 2314[?]  is mandatory 
264.31/265.18	c qxplain 2562/2562
264.31/265.19	c 10005[?] -2313[?] -2315[?]  is mandatory 
264.31/265.19	c qxplain 2560/2561
264.41/265.20	c qxplain 2561/2561
264.41/265.21	c 10006[?] -2314[?] -2315[?]  is mandatory 
264.41/265.21	c qxplain 2560/2560
264.41/265.22	c 10007[?] 2314[?] 2313[?] 2315[?]  is mandatory 
264.41/265.22	c qxplain 2556/2559
264.41/265.24	c qxplain 2558/2559
264.41/265.25	c qxplain 2559/2559
264.41/265.26	c 10008[?] -2316[?] 2312[?]  is mandatory 
264.41/265.26	c qxplain 2558/2558
264.41/265.27	c 10009[?] -2316[?] -2315[?]  is mandatory 
264.41/265.27	c qxplain 2556/2557
264.41/265.28	c qxplain 2557/2557
264.41/265.30	c 10010[?] 2315[?] -2312[?] 2316[?]  is mandatory 
264.41/265.30	c qxplain 2556/2556
264.41/265.31	c 10011[?] -2312[?] -2317[?]  is mandatory 
264.41/265.31	c qxplain 2548/2555
264.51/265.32	c qxplain 2552/2555
264.51/265.33	c qxplain 2554/2555
264.51/265.34	c qxplain 2555/2555
264.51/265.35	c 10012[?] 2315[?] -2317[?]  is mandatory 
264.51/265.35	c qxplain 2554/2554
264.51/265.37	c 10013[?] -2315[?] 2317[?] 2312[?]  is mandatory 
264.51/265.37	c qxplain 2552/2553
264.51/265.38	c qxplain 2553/2553
264.51/265.39	c 10014[?] -2316[?] -2318[?]  is mandatory 
264.51/265.39	c qxplain 2552/2552
264.51/265.40	c 10015[?] -2317[?] -2318[?]  is mandatory 
264.51/265.40	c qxplain 2548/2551
264.51/265.41	c qxplain 2550/2551
264.63/265.42	c qxplain 2551/2551
264.63/265.44	c 10016[?] 2317[?] 2316[?] 2318[?]  is mandatory 
264.63/265.44	c qxplain 2550/2550
264.63/265.44	c 10017[?] -2319[?] -1820[?]  is mandatory 
264.63/265.44	c qxplain 2548/2549
264.63/265.46	c qxplain 2549/2549
264.63/265.47	c 10018[?] -2318[?] -2319[?]  is mandatory 
264.63/265.47	c qxplain 2548/2548
264.63/265.48	c 10019[?] 2318[?] 2319[?] 1820[?]  is mandatory 
264.63/265.48	c qxplain 2516/2547
264.63/265.49	c qxplain 2532/2547
264.71/265.50	c qxplain 2540/2547
264.71/265.50	c qxplain 2544/2547
264.71/265.51	c qxplain 2546/2547
264.71/265.52	c qxplain 2547/2547
264.71/265.53	c 10020[?] -2320[?] -2310[?]  is mandatory 
264.71/265.53	c qxplain 2546/2546
264.71/265.54	c 10021[?] -2319[?] -2320[?]  is mandatory 
264.71/265.54	c qxplain 2544/2545
264.71/265.55	c qxplain 2545/2545
264.71/265.56	c 10022[?] 2310[?] 2319[?] 2320[?]  is mandatory 
264.71/265.56	c qxplain 2544/2544
264.71/265.57	c 10023[?] -2321[?] -1799[?]  is mandatory 
264.71/265.57	c qxplain 2540/2543
264.71/265.59	c qxplain 2542/2543
264.71/265.59	c qxplain 2543/2543
264.81/265.60	c 10024[?] -2320[?] -2321[?]  is mandatory 
264.81/265.60	c qxplain 2542/2542
264.81/265.61	c 10025[?] 2320[?] 2321[?] 1799[?]  is mandatory 
264.81/265.61	c qxplain 2540/2541
264.81/265.62	c qxplain 2541/2541
264.81/265.63	c 10026[?] -2322[?] -2309[?]  is mandatory 
264.81/265.63	c qxplain 2540/2540
264.81/265.64	c 10027[?] -2321[?] -2322[?]  is mandatory 
264.81/265.64	c qxplain 2532/2539
264.81/265.65	c qxplain 2536/2539
264.81/265.66	c qxplain 2538/2539
264.81/265.67	c qxplain 2539/2539
264.81/265.68	c 10028[?] 2321[?] 2322[?] 2309[?]  is mandatory 
264.81/265.68	c qxplain 2538/2538
264.91/265.70	c 10029[?] -2323[?] 2302[?]  is mandatory 
264.91/265.70	c qxplain 2536/2537
264.91/265.71	c qxplain 2537/2537
264.91/265.72	c 10030[?] -2323[?] -2322[?]  is mandatory 
264.91/265.72	c qxplain 2536/2536
264.91/265.74	c 10031[?] -2302[?] 2322[?] 2323[?]  is mandatory 
264.91/265.74	c qxplain 2532/2535
264.91/265.75	c qxplain 2534/2535
264.91/265.76	c qxplain 2535/2535
264.91/265.78	c 10032[?] -2324[?] 1551[?]  is mandatory 
264.91/265.78	c qxplain 2534/2534
264.91/265.79	c 10033[?] -2324[?] 1753[?]  is mandatory 
264.91/265.79	c qxplain 2532/2533
265.01/265.80	c qxplain 2533/2533
265.01/265.81	c 10034[?] 2324[?] -1551[?] -1753[?]  is mandatory 
265.01/265.81	c qxplain 2532/2532
265.01/265.83	c 10035[?] 1532[?] -2325[?]  is mandatory 
265.01/265.83	c qxplain 2516/2531
265.01/265.84	c qxplain 2524/2531
265.01/265.86	c qxplain 2528/2531
265.01/265.87	c qxplain 2530/2531
265.01/265.89	c qxplain 2531/2531
265.01/265.89	c 10036[?] -2325[?] 1755[?]  is mandatory 
265.01/265.89	c qxplain 2530/2530
265.11/265.91	c 10037[?] 2325[?] -1532[?] -1755[?]  is mandatory 
265.11/265.91	c qxplain 2528/2529
265.11/265.92	c qxplain 2529/2529
265.11/265.94	c 10038[?] -1595[?] -2326[?]  is mandatory 
265.11/265.94	c qxplain 2528/2528
265.11/265.95	c 10039[?] -2326[?] 1736[?]  is mandatory 
265.11/265.95	c qxplain 2524/2527
265.11/265.96	c qxplain 2526/2527
265.11/265.98	c qxplain 2527/2527
265.11/265.99	c 10040[?] 1595[?] -1736[?] 2326[?]  is mandatory 
265.11/265.99	c qxplain 2526/2526
265.22/266.00	c 10041[?] 1595[?] -2327[?]  is mandatory 
265.22/266.00	c qxplain 2524/2525
265.22/266.01	c qxplain 2525/2525
265.22/266.03	c 10042[?] -2327[?] -1736[?]  is mandatory 
265.22/266.03	c qxplain 2524/2524
265.22/266.04	c 10043[?] -1595[?] 1736[?] 2327[?]  is mandatory 
265.22/266.04	c qxplain 2516/2523
265.22/266.05	c qxplain 2520/2523
265.22/266.06	c qxplain 2522/2523
265.22/266.07	c qxplain 2523/2523
265.22/266.08	c 10044[?] -2326[?] -2328[?]  is mandatory 
265.22/266.08	c qxplain 2522/2522
265.22/266.09	c 10045[?] -2327[?] -2328[?]  is mandatory 
265.22/266.09	c qxplain 2520/2521
265.32/266.10	c qxplain 2521/2521
265.32/266.11	c 10046[?] 2327[?] 2326[?] 2328[?]  is mandatory 
265.32/266.11	c qxplain 2520/2520
265.32/266.12	c 10047[?] -2329[?] 1735[?]  is mandatory 
265.32/266.12	c qxplain 2516/2519
265.32/266.13	c qxplain 2518/2519
265.32/266.14	c qxplain 2519/2519
265.32/266.15	c 10048[?] -2328[?] -2329[?]  is mandatory 
265.32/266.15	c qxplain 2518/2518
265.32/266.16	c 10049[?] 2329[?] 2328[?] -1735[?]  is mandatory 
265.32/266.16	c qxplain 2516/2517
265.32/266.18	c qxplain 2517/2517
265.32/266.19	c 10050[?] 1513[?] -2330[?]  is mandatory 
265.32/266.19	c qxplain 2516/2516
265.32/266.20	c 10051[?] -2330[?] 1757[?]  is mandatory 
265.32/266.20	c qxplain 2013/2515
265.42/266.21	c qxplain 2265/2515
265.42/266.21	c qxplain 2391/2515
265.42/266.22	c qxplain 2454/2515
265.42/266.23	c qxplain 2485/2515
265.42/266.24	c qxplain 2501/2515
265.42/266.25	c qxplain 2509/2515
265.42/266.26	c qxplain 2513/2515
265.42/266.27	c qxplain 2515/2515
265.42/266.29	c 10052[?] -1513[?] 2330[?] -1757[?]  is mandatory 
265.42/266.29	c qxplain 2513/2514
265.52/266.30	c qxplain 2514/2514
265.52/266.32	c 10053[?] -2331[?] -2329[?]  is mandatory 
265.52/266.32	c qxplain 2513/2513
265.52/266.33	c 10054[?] -2331[?] -2330[?]  is mandatory 
265.52/266.33	c qxplain 2509/2512
265.52/266.34	c qxplain 2511/2512
265.52/266.35	c qxplain 2512/2512
265.52/266.36	c 10055[?] 2329[?] 2331[?] 2330[?]  is mandatory 
265.52/266.36	c qxplain 2511/2511
265.52/266.39	c 10056[?] -2332[?] -2325[?]  is mandatory 
265.52/266.39	c qxplain 2509/2510
265.62/266.42	c qxplain 2510/2510
265.62/266.42	c 10057[?] -2332[?] 2331[?]  is mandatory 
265.62/266.42	c qxplain 2509/2509
265.62/266.42	c 10058[?] -2331[?] 2332[?] 2325[?]  is mandatory 
265.62/266.42	c qxplain 2501/2508
265.62/266.43	c qxplain 2505/2508
265.62/266.44	c qxplain 2507/2508
265.62/266.45	c qxplain 2508/2508
265.62/266.47	c 10059[?] -2333[?] -2324[?]  is mandatory 
265.62/266.47	c qxplain 2507/2507
265.62/266.48	c 10060[?] -2333[?] 2332[?]  is mandatory 
265.62/266.48	c qxplain 2505/2506
265.62/266.49	c qxplain 2506/2506
265.62/266.50	c 10061[?] -2332[?] 2333[?] 2324[?]  is mandatory 
265.62/266.50	c qxplain 2505/2505
265.62/266.51	c 10062[?] -2334[?] 1449[?]  is mandatory 
265.62/266.51	c qxplain 2501/2504
265.74/266.52	c qxplain 2503/2504
265.74/266.53	c qxplain 2504/2504
265.74/266.54	c 10063[?] -2334[?] -2228[?]  is mandatory 
265.74/266.54	c qxplain 2503/2503
265.74/266.55	c 10064[?] 2334[?] -1449[?] 2228[?]  is mandatory 
265.74/266.55	c qxplain 2501/2502
265.74/266.56	c qxplain 2502/2502
265.74/266.57	c 10065[?] -2335[?] -2303[?]  is mandatory 
265.74/266.57	c qxplain 2501/2501
265.74/266.58	c 10066[?] -2335[?] -2334[?]  is mandatory 
265.74/266.58	c qxplain 2485/2500
265.74/266.60	c qxplain 2493/2500
265.82/266.61	c qxplain 2497/2500
265.82/266.62	c qxplain 2499/2500
265.82/266.63	c qxplain 2500/2500
265.82/266.63	c 10067[?] 2335[?] 2303[?] 2334[?]  is mandatory 
265.82/266.63	c qxplain 2499/2499
265.82/266.65	c 10068[?] -2336[?] 1475[?]  is mandatory 
265.82/266.65	c qxplain 2497/2498
265.82/266.66	c qxplain 2498/2498
265.82/266.67	c 10069[?] -2336[?] 2335[?]  is mandatory 
265.82/266.67	c qxplain 2497/2497
265.82/266.68	c 10070[?] 2336[?] -2335[?] -1475[?]  is mandatory 
265.82/266.68	c qxplain 2493/2496
265.82/266.69	c qxplain 2495/2496
265.91/266.70	c qxplain 2496/2496
265.91/266.72	c 10071[?] 1449[?] -2337[?]  is mandatory 
265.91/266.72	c qxplain 2495/2495
265.91/266.74	c 10072[?] -2337[?] -1475[?]  is mandatory 
265.91/266.74	c qxplain 2493/2494
265.91/266.75	c qxplain 2494/2494
265.91/266.76	c 10073[?] 2337[?] -1449[?] 1475[?]  is mandatory 
265.91/266.76	c qxplain 2493/2493
265.91/266.77	c 10074[?] -2338[?] -2336[?]  is mandatory 
265.91/266.77	c qxplain 2485/2492
265.91/266.78	c qxplain 2489/2492
265.91/266.80	c qxplain 2491/2492
266.01/266.81	c qxplain 2492/2492
266.01/266.82	c 10075[?] -2338[?] -2337[?]  is mandatory 
266.01/266.82	c qxplain 2491/2491
266.01/266.83	c 10076[?] 2338[?] 2336[?] 2337[?]  is mandatory 
266.01/266.83	c qxplain 2489/2490
266.01/266.85	c qxplain 2490/2490
266.01/266.86	c 10077[?] -2339[?] 1799[?]  is mandatory 
266.01/266.86	c qxplain 2489/2489
266.01/266.87	c 10078[?] -2339[?] -2338[?]  is mandatory 
266.01/266.87	c qxplain 2485/2488
266.01/266.88	c qxplain 2487/2488
266.01/266.89	c qxplain 2488/2488
266.11/266.90	c 10079[?] 2339[?] 2338[?] -1799[?]  is mandatory 
266.11/266.90	c qxplain 2487/2487
266.11/266.92	c 10080[?] 1612[?] -2340[?]  is mandatory 
266.11/266.92	c qxplain 2485/2486
266.11/266.92	c qxplain 2486/2486
266.11/266.94	c 10081[?] -2340[?] 1820[?]  is mandatory 
266.11/266.94	c qxplain 2485/2485
266.11/266.95	c 10082[?] -1612[?] -1820[?] 2340[?]  is mandatory 
266.11/266.95	c qxplain 2454/2484
266.11/266.96	c qxplain 2470/2484
266.11/266.97	c qxplain 2478/2484
266.11/266.98	c qxplain 2482/2484
266.11/266.99	c qxplain 2484/2484
266.21/267.08	c 10083[?] -2341[?] -1925[?]  is mandatory 
266.21/267.08	c qxplain 2482/2483
266.21/267.09	c qxplain 2483/2483
266.41/267.20	c 10084[?] -2341[?] -1926[?]  is mandatory 
266.41/267.20	c qxplain 2482/2482
266.41/267.22	c 10085[?] 2341[?] 1925[?] 1926[?]  is mandatory 
266.41/267.22	c qxplain 2478/2481
266.41/267.23	c qxplain 2480/2481
266.41/267.24	c qxplain 2481/2481
266.41/267.25	c 10086[?] -1883[?] -2342[?]  is mandatory 
266.41/267.25	c qxplain 2480/2480
266.41/267.26	c 10087[?] -2342[?] -2341[?]  is mandatory 
266.41/267.26	c qxplain 2478/2479
266.41/267.27	c qxplain 2479/2479
266.41/267.28	c 10088[?] 2342[?] 2341[?] 1883[?]  is mandatory 
266.41/267.28	c qxplain 2478/2478
266.41/267.29	c 10089[?] 1438[?] -2343[?]  is mandatory 
266.41/267.29	c qxplain 2470/2477
266.51/267.30	c qxplain 2474/2477
266.51/267.31	c qxplain 2476/2477
266.51/267.32	c qxplain 2477/2477
266.51/267.33	c 10090[?] 1886[?] -2343[?]  is mandatory 
266.51/267.33	c qxplain 2476/2476
266.51/267.35	c 10091[?] -1886[?] -1438[?] 2343[?]  is mandatory 
266.51/267.35	c qxplain 2474/2475
266.51/267.36	c qxplain 2475/2475
266.51/267.37	c 10092[?] -1438[?] -2344[?]  is mandatory 
266.51/267.37	c qxplain 2474/2474
266.51/267.38	c 10093[?] -1886[?] -2344[?]  is mandatory 
266.51/267.38	c qxplain 2470/2473
266.51/267.39	c qxplain 2472/2473
266.61/267.40	c qxplain 2473/2473
266.61/267.41	c 10094[?] 1886[?] 1438[?] 2344[?]  is mandatory 
266.61/267.41	c qxplain 2472/2472
266.61/267.42	c 10095[?] -2343[?] -2345[?]  is mandatory 
266.61/267.42	c qxplain 2470/2471
266.61/267.43	c qxplain 2471/2471
266.61/267.45	c 10096[?] -2344[?] -2345[?]  is mandatory 
266.61/267.45	c qxplain 2470/2470
266.61/267.46	c 10097[?] 2344[?] 2345[?] 2343[?]  is mandatory 
266.61/267.46	c qxplain 2454/2469
266.61/267.47	c qxplain 2462/2469
266.61/267.48	c qxplain 2466/2469
266.61/267.49	c qxplain 2468/2469
266.71/267.52	c qxplain 2469/2469
266.71/267.52	c 10098[?] 2342[?] -2346[?]  is mandatory 
266.71/267.52	c qxplain 2468/2468
266.71/267.53	c 10099[?] -2345[?] -2346[?]  is mandatory 
266.71/267.53	c qxplain 2466/2467
266.71/267.54	c qxplain 2467/2467
266.71/267.55	c 10100[?] 2345[?] -2342[?] 2346[?]  is mandatory 
266.71/267.55	c qxplain 2466/2466
266.71/267.56	c 10101[?] -2347[?] -2342[?]  is mandatory 
266.71/267.56	c qxplain 2462/2465
266.71/267.57	c qxplain 2464/2465
266.71/267.58	c qxplain 2465/2465
266.71/267.60	c 10102[?] 2345[?] -2347[?]  is mandatory 
266.71/267.60	c qxplain 2464/2464
266.71/267.61	c 10103[?] -2345[?] 2347[?] 2342[?]  is mandatory 
266.71/267.61	c qxplain 2462/2463
266.83/267.62	c qxplain 2463/2463
266.83/267.63	c 10104[?] -2346[?] -2348[?]  is mandatory 
266.83/267.63	c qxplain 2462/2462
266.83/267.64	c 10105[?] -2347[?] -2348[?]  is mandatory 
266.83/267.64	c qxplain 2454/2461
266.83/267.65	c qxplain 2458/2461
266.83/267.66	c qxplain 2460/2461
266.83/267.67	c qxplain 2461/2461
266.83/267.69	c 10106[?] 2346[?] 2347[?] 2348[?]  is mandatory 
266.83/267.69	c qxplain 2460/2460
266.91/267.70	c 10107[?] -2349[?] -1820[?]  is mandatory 
266.91/267.70	c qxplain 2458/2459
266.91/267.71	c qxplain 2459/2459
266.91/267.72	c 10108[?] -2349[?] -2348[?]  is mandatory 
266.91/267.72	c qxplain 2458/2458
266.91/267.73	c 10109[?] 2348[?] 2349[?] 1820[?]  is mandatory 
266.91/267.73	c qxplain 2454/2457
266.91/267.74	c qxplain 2456/2457
266.91/267.75	c qxplain 2457/2457
266.91/267.76	c 10110[?] -2340[?] -2350[?]  is mandatory 
266.91/267.76	c qxplain 2456/2456
266.91/267.77	c 10111[?] -2349[?] -2350[?]  is mandatory 
266.91/267.77	c qxplain 2454/2455
266.91/267.78	c qxplain 2455/2455
266.91/267.79	c 10112[?] 2340[?] 2349[?] 2350[?]  is mandatory 
266.91/267.79	c qxplain 2454/2454
267.01/267.81	c 10113[?] -2351[?] -1799[?]  is mandatory 
267.01/267.81	c qxplain 2391/2453
267.01/267.82	c qxplain 2423/2453
267.01/267.82	c qxplain 2439/2453
267.01/267.83	c qxplain 2447/2453
267.01/267.84	c qxplain 2451/2453
267.01/267.85	c qxplain 2453/2453
267.01/267.86	c 10114[?] -2350[?] -2351[?]  is mandatory 
267.01/267.86	c qxplain 2451/2452
267.01/267.87	c qxplain 2452/2452
267.01/267.87	c 10115[?] 2350[?] 2351[?] 1799[?]  is mandatory 
267.01/267.87	c qxplain 2451/2451
267.01/267.89	c 10116[?] -2352[?] -2339[?]  is mandatory 
267.01/267.89	c qxplain 2447/2450
267.11/267.90	c qxplain 2449/2450
267.11/267.90	c qxplain 2450/2450
267.11/267.91	c 10117[?] -2351[?] -2352[?]  is mandatory 
267.11/267.91	c qxplain 2449/2449
267.11/267.92	c 10118[?] 2351[?] 2352[?] 2339[?]  is mandatory 
267.11/267.92	c qxplain 2447/2448
267.11/267.94	c qxplain 2448/2448
267.11/267.96	c 10119[?] -2353[?] -2333[?]  is mandatory 
267.11/267.96	c qxplain 2447/2447
267.11/267.97	c 10120[?] -2353[?] 2352[?]  is mandatory 
267.11/267.97	c qxplain 2439/2446
267.11/267.98	c qxplain 2443/2446
267.11/267.99	c qxplain 2445/2446
267.21/268.00	c qxplain 2446/2446
267.21/268.01	c 10121[?] -2352[?] 2353[?] 2333[?]  is mandatory 
267.21/268.01	c qxplain 2445/2445
267.21/268.06	c 10122[?] -2302[?] -2354[?]  is mandatory 
267.21/268.06	c qxplain 2443/2444
267.21/268.07	c qxplain 2444/2444
267.21/268.08	c 10123[?] -2354[?] 2322[?]  is mandatory 
267.21/268.08	c qxplain 2443/2443
267.31/268.10	c 10124[?] -2322[?] 2302[?] 2354[?]  is mandatory 
267.31/268.10	c qxplain 2439/2442
267.31/268.11	c qxplain 2441/2442
267.31/268.12	c qxplain 2442/2442
267.31/268.13	c 10125[?] -2353[?] -2355[?]  is mandatory 
267.31/268.13	c qxplain 2441/2441
267.31/268.14	c 10126[?] -2354[?] -2355[?]  is mandatory 
267.31/268.14	c qxplain 2439/2440
267.31/268.15	c qxplain 2440/2440
267.31/268.16	c 10127[?] 2355[?] 2353[?] 2354[?]  is mandatory 
267.31/268.16	c qxplain 2439/2439
267.31/268.18	c 10128[?] 1550[?] -2356[?]  is mandatory 
267.31/268.18	c qxplain 2423/2438
267.31/268.19	c qxplain 2431/2438
267.41/268.20	c qxplain 2435/2438
267.41/268.22	c qxplain 2437/2438
267.41/268.23	c qxplain 2438/2438
267.41/268.24	c 10129[?] -2356[?] 1753[?]  is mandatory 
267.41/268.24	c qxplain 2437/2437
267.41/268.25	c 10130[?] -1550[?] 2356[?] -1753[?]  is mandatory 
267.41/268.25	c qxplain 2435/2436
267.41/268.26	c qxplain 2436/2436
267.41/268.29	c 10131[?] -2357[?] 1531[?]  is mandatory 
267.41/268.29	c qxplain 2435/2435
267.52/268.30	c 10132[?] -2357[?] 1755[?]  is mandatory 
267.52/268.30	c qxplain 2431/2434
267.52/268.31	c qxplain 2433/2434
267.52/268.33	c qxplain 2434/2434
267.52/268.34	c 10133[?] -1531[?] 2357[?] -1755[?]  is mandatory 
267.52/268.34	c qxplain 2433/2433
267.52/268.36	c 10134[?] -2358[?] -1593[?]  is mandatory 
267.52/268.36	c qxplain 2431/2432
267.52/268.37	c qxplain 2432/2432
267.52/268.39	c 10135[?] -2358[?] 1600[?]  is mandatory 
267.52/268.39	c qxplain 2431/2431
267.62/268.40	c 10136[?] 1593[?] -1600[?] 2358[?]  is mandatory 
267.62/268.40	c qxplain 2423/2430
267.62/268.41	c qxplain 2427/2430
267.62/268.42	c qxplain 2429/2430
267.62/268.43	c qxplain 2430/2430
267.62/268.44	c 10137[?] 1593[?] -2359[?]  is mandatory 
267.62/268.44	c qxplain 2429/2429
267.62/268.45	c 10138[?] -2359[?] -1600[?]  is mandatory 
267.62/268.45	c qxplain 2427/2428
267.62/268.46	c qxplain 2428/2428
267.62/268.47	c 10139[?] -1593[?] 1600[?] 2359[?]  is mandatory 
267.62/268.47	c qxplain 2427/2427
267.62/268.48	c 10140[?] -2358[?] -2360[?]  is mandatory 
267.62/268.48	c qxplain 2423/2426
267.62/268.49	c qxplain 2425/2426
267.72/268.50	c qxplain 2426/2426
267.72/268.51	c 10141[?] -2359[?] -2360[?]  is mandatory 
267.72/268.51	c qxplain 2425/2425
267.72/268.52	c 10142[?] 2358[?] 2359[?] 2360[?]  is mandatory 
267.72/268.52	c qxplain 2423/2424
267.72/268.53	c qxplain 2424/2424
267.72/268.54	c 10143[?] -2361[?] 1735[?]  is mandatory 
267.72/268.54	c qxplain 2423/2423
267.72/268.55	c 10144[?] -2360[?] -2361[?]  is mandatory 
267.72/268.55	c qxplain 2391/2422
267.72/268.57	c qxplain 2407/2422
267.72/268.58	c qxplain 2415/2422
267.72/268.59	c qxplain 2419/2422
267.82/268.62	c qxplain 2421/2422
267.82/268.62	c qxplain 2422/2422
267.82/268.62	c 10145[?] 2360[?] 2361[?] -1735[?]  is mandatory 
267.82/268.62	c qxplain 2421/2421
267.82/268.64	c 10146[?] 1512[?] -2362[?]  is mandatory 
267.82/268.64	c qxplain 2419/2420
267.82/268.65	c qxplain 2420/2420
267.82/268.66	c 10147[?] -2362[?] 1757[?]  is mandatory 
267.82/268.66	c qxplain 2419/2419
267.82/268.68	c 10148[?] -1512[?] 2362[?] -1757[?]  is mandatory 
267.82/268.68	c qxplain 2415/2418
267.82/268.69	c qxplain 2417/2418
267.82/268.70	c qxplain 2418/2418
267.82/268.71	c 10149[?] -2361[?] -2363[?]  is mandatory 
267.82/268.71	c qxplain 2417/2417
267.94/268.72	c 10150[?] -2362[?] -2363[?]  is mandatory 
267.94/268.72	c qxplain 2415/2416
267.94/268.73	c qxplain 2416/2416
267.94/268.74	c 10151[?] 2361[?] 2363[?] 2362[?]  is mandatory 
267.94/268.74	c qxplain 2415/2415
267.94/268.75	c 10152[?] -2357[?] -2364[?]  is mandatory 
267.94/268.75	c qxplain 2407/2414
267.94/268.76	c qxplain 2411/2414
267.94/268.77	c qxplain 2413/2414
267.94/268.78	c qxplain 2414/2414
267.94/268.79	c 10153[?] 2363[?] -2364[?]  is mandatory 
267.94/268.79	c qxplain 2413/2413
268.02/268.80	c 10154[?] -2363[?] 2364[?] 2357[?]  is mandatory 
268.02/268.80	c qxplain 2411/2412
268.02/268.82	c qxplain 2412/2412
268.02/268.83	c 10155[?] -2356[?] -2365[?]  is mandatory 
268.02/268.83	c qxplain 2411/2411
268.02/268.84	c 10156[?] 2364[?] -2365[?]  is mandatory 
268.02/268.84	c qxplain 2407/2410
268.02/268.85	c qxplain 2409/2410
268.02/268.86	c qxplain 2410/2410
268.02/268.87	c 10157[?] -2364[?] 2365[?] 2356[?]  is mandatory 
268.02/268.87	c qxplain 2409/2409
268.02/268.88	c 10158[?] -2366[?] -1447[?]  is mandatory 
268.02/268.88	c qxplain 2407/2408
268.02/268.89	c qxplain 2408/2408
268.12/268.90	c 10159[?] -2366[?] 1976[?]  is mandatory 
268.12/268.90	c qxplain 2407/2407
268.12/268.91	c 10160[?] 2366[?] -1976[?] 1447[?]  is mandatory 
268.12/268.91	c qxplain 2391/2406
268.12/268.92	c qxplain 2399/2406
268.12/268.94	c qxplain 2403/2406
268.12/268.94	c qxplain 2405/2406
268.12/268.96	c qxplain 2406/2406
268.12/268.97	c 10161[?] -2367[?] 1448[?]  is mandatory 
268.12/268.97	c qxplain 2405/2405
268.12/268.98	c 10162[?] -2367[?] -2366[?]  is mandatory 
268.12/268.98	c qxplain 2403/2404
268.12/268.99	c qxplain 2404/2404
268.22/269.00	c 10163[?] -1448[?] 2367[?] 2366[?]  is mandatory 
268.22/269.00	c qxplain 2403/2403
268.22/269.01	c 10164[?] -2368[?] -2228[?]  is mandatory 
268.22/269.01	c qxplain 2399/2402
268.22/269.02	c qxplain 2401/2402
268.22/269.02	c qxplain 2402/2402
268.22/269.03	c 10165[?] -2367[?] -2368[?]  is mandatory 
268.22/269.03	c qxplain 2401/2401
268.22/269.04	c 10166[?] 2368[?] 2367[?] 2228[?]  is mandatory 
268.22/269.04	c qxplain 2399/2400
268.22/269.05	c qxplain 2400/2400
268.22/269.07	c 10167[?] -2369[?] 1475[?]  is mandatory 
268.22/269.07	c qxplain 2399/2399
268.22/269.08	c 10168[?] 2368[?] -2369[?]  is mandatory 
268.22/269.08	c qxplain 2391/2398
268.22/269.09	c qxplain 2395/2398
268.32/269.10	c qxplain 2397/2398
268.32/269.11	c qxplain 2398/2398
268.32/269.12	c 10169[?] 2369[?] -2368[?] -1475[?]  is mandatory 
268.32/269.12	c qxplain 2397/2397
268.42/269.20	c 10170[?] -2370[?] 1448[?]  is mandatory 
268.42/269.20	c qxplain 2395/2396
268.42/269.21	c qxplain 2396/2396
268.42/269.22	c 10171[?] -2370[?] -1475[?]  is mandatory 
268.42/269.22	c qxplain 2395/2395
268.42/269.23	c 10172[?] 2370[?] -1448[?] 1475[?]  is mandatory 
268.42/269.23	c qxplain 2391/2394
268.42/269.25	c qxplain 2393/2394
268.42/269.26	c qxplain 2394/2394
268.42/269.27	c 10173[?] -2371[?] -2369[?]  is mandatory 
268.42/269.27	c qxplain 2393/2393
268.42/269.28	c 10174[?] -2371[?] -2370[?]  is mandatory 
268.42/269.28	c qxplain 2391/2392
268.42/269.30	c qxplain 2392/2392
268.52/269.31	c 10175[?] 2369[?] 2371[?] 2370[?]  is mandatory 
268.52/269.31	c qxplain 2391/2391
268.52/269.32	c 10176[?] -2372[?] 1799[?]  is mandatory 
268.52/269.32	c qxplain 2265/2390
268.52/269.33	c qxplain 2328/2390
268.52/269.34	c qxplain 2360/2390
268.52/269.35	c qxplain 2376/2390
268.52/269.35	c qxplain 2384/2390
268.52/269.36	c qxplain 2388/2390
268.52/269.37	c qxplain 2390/2390
268.52/269.38	c 10177[?] -2371[?] -2372[?]  is mandatory 
268.52/269.38	c qxplain 2388/2389
268.52/269.39	c qxplain 2389/2389
268.62/269.41	c 10178[?] 2372[?] 2371[?] -1799[?]  is mandatory 
268.62/269.41	c qxplain 2388/2388
268.62/269.42	c 10179[?] 1611[?] -2373[?]  is mandatory 
268.62/269.42	c qxplain 2384/2387
268.62/269.43	c qxplain 2386/2387
268.62/269.44	c qxplain 2387/2387
268.62/269.45	c 10180[?] -2373[?] 1820[?]  is mandatory 
268.62/269.45	c qxplain 2386/2386
268.62/269.46	c 10181[?] -1611[?] -1820[?] 2373[?]  is mandatory 
268.62/269.46	c qxplain 2384/2385
268.62/269.47	c qxplain 2385/2385
268.62/269.48	c 10182[?] -2374[?] 1439[?]  is mandatory 
268.62/269.48	c qxplain 2384/2384
268.62/269.50	c 10183[?] -2374[?] 1882[?]  is mandatory 
268.62/269.50	c qxplain 2376/2383
268.72/269.51	c qxplain 2380/2383
268.72/269.51	c qxplain 2382/2383
268.72/269.52	c qxplain 2383/2383
268.72/269.53	c 10184[?] -1439[?] -1882[?] 2374[?]  is mandatory 
268.72/269.53	c qxplain 2382/2382
268.72/269.54	c 10185[?] -2375[?] -1439[?]  is mandatory 
268.72/269.54	c qxplain 2380/2381
268.72/269.55	c qxplain 2381/2381
268.72/269.57	c 10186[?] -1882[?] -2375[?]  is mandatory 
268.72/269.57	c qxplain 2380/2380
268.72/269.58	c 10187[?] 1882[?] 1439[?] 2375[?]  is mandatory 
268.72/269.58	c qxplain 2376/2379
268.72/269.59	c qxplain 2378/2379
268.72/269.60	c qxplain 2379/2379
268.82/269.61	c 10188[?] -2374[?] -2376[?]  is mandatory 
268.82/269.61	c qxplain 2378/2378
268.82/269.62	c 10189[?] -2375[?] -2376[?]  is mandatory 
268.82/269.62	c qxplain 2376/2377
268.82/269.63	c qxplain 2377/2377
268.82/269.64	c 10190[?] 2375[?] 2376[?] 2374[?]  is mandatory 
268.82/269.64	c qxplain 2376/2376
268.82/269.65	c 10191[?] 1925[?] -2377[?]  is mandatory 
268.82/269.65	c qxplain 2360/2375
268.82/269.66	c qxplain 2368/2375
268.82/269.67	c qxplain 2372/2375
268.82/269.68	c qxplain 2374/2375
268.82/269.69	c qxplain 2375/2375
268.82/269.72	c 10192[?] -2377[?] -2376[?]  is mandatory 
268.82/269.72	c qxplain 2374/2374
268.82/269.72	c 10193[?] 2376[?] -1925[?] 2377[?]  is mandatory 
268.82/269.72	c qxplain 2372/2373
268.92/269.72	c qxplain 2373/2373
268.92/269.74	c 10194[?] -2378[?] -1925[?]  is mandatory 
268.92/269.74	c qxplain 2372/2372
268.92/269.75	c 10195[?] 2376[?] -2378[?]  is mandatory 
268.92/269.75	c qxplain 2368/2371
268.92/269.76	c qxplain 2370/2371
268.92/269.77	c qxplain 2371/2371
268.92/269.78	c 10196[?] -2376[?] 2378[?] 1925[?]  is mandatory 
268.92/269.78	c qxplain 2370/2370
268.92/269.79	c 10197[?] -2377[?] -2379[?]  is mandatory 
268.92/269.79	c qxplain 2368/2369
268.92/269.81	c qxplain 2369/2369
268.92/269.82	c 10198[?] -2378[?] -2379[?]  is mandatory 
268.92/269.82	c qxplain 2368/2368
269.04/269.83	c 10199[?] 2378[?] 2377[?] 2379[?]  is mandatory 
269.04/269.83	c qxplain 2360/2367
269.04/269.84	c qxplain 2364/2367
269.04/269.85	c qxplain 2366/2367
269.04/269.86	c qxplain 2367/2367
269.04/269.87	c 10200[?] -2380[?] -1820[?]  is mandatory 
269.04/269.87	c qxplain 2366/2366
269.04/269.88	c 10201[?] -2380[?] -2379[?]  is mandatory 
269.04/269.88	c qxplain 2364/2365
269.04/269.89	c qxplain 2365/2365
269.12/269.90	c 10202[?] 2379[?] 1820[?] 2380[?]  is mandatory 
269.12/269.90	c qxplain 2364/2364
269.12/269.91	c 10203[?] -2373[?] -2381[?]  is mandatory 
269.12/269.91	c qxplain 2360/2363
269.12/269.92	c qxplain 2362/2363
269.12/269.93	c qxplain 2363/2363
269.12/269.94	c 10204[?] -2380[?] -2381[?]  is mandatory 
269.12/269.94	c qxplain 2362/2362
269.12/269.95	c 10205[?] 2373[?] 2380[?] 2381[?]  is mandatory 
269.12/269.95	c qxplain 2360/2361
269.12/269.96	c qxplain 2361/2361
269.12/269.98	c 10206[?] -2382[?] -1799[?]  is mandatory 
269.12/269.98	c qxplain 2360/2360
269.12/269.99	c 10207[?] -2381[?] -2382[?]  is mandatory 
269.12/269.99	c qxplain 2328/2359
269.22/270.00	c qxplain 2344/2359
269.22/270.00	c qxplain 2352/2359
269.22/270.01	c qxplain 2356/2359
269.22/270.02	c qxplain 2358/2359
269.22/270.03	c qxplain 2359/2359
269.22/270.03	c 10208[?] 2381[?] 2382[?] 1799[?]  is mandatory 
269.22/270.03	c qxplain 2358/2358
269.22/270.05	c 10209[?] -2383[?] -2372[?]  is mandatory 
269.22/270.05	c qxplain 2356/2357
269.22/270.06	c qxplain 2357/2357
269.22/270.07	c 10210[?] -2382[?] -2383[?]  is mandatory 
269.22/270.07	c qxplain 2356/2356
269.22/270.08	c 10211[?] 2383[?] 2382[?] 2372[?]  is mandatory 
269.22/270.08	c qxplain 2352/2355
269.22/270.09	c qxplain 2354/2355
269.33/270.11	c qxplain 2355/2355
269.33/270.12	c 10212[?] -2384[?] -2365[?]  is mandatory 
269.33/270.12	c qxplain 2354/2354
269.33/270.13	c 10213[?] -2384[?] 2383[?]  is mandatory 
269.33/270.13	c qxplain 2352/2353
269.33/270.14	c qxplain 2353/2353
269.33/270.15	c 10214[?] 2365[?] 2384[?] -2383[?]  is mandatory 
269.33/270.15	c qxplain 2352/2352
269.33/270.16	c 10215[?] -2385[?] 2333[?]  is mandatory 
269.33/270.16	c qxplain 2344/2351
269.33/270.18	c qxplain 2348/2351
269.33/270.18	c qxplain 2350/2351
269.33/270.19	c qxplain 2351/2351
269.43/270.20	c 10216[?] -2385[?] -2352[?]  is mandatory 
269.43/270.20	c qxplain 2350/2350
269.43/270.22	c 10217[?] -2333[?] 2385[?] 2352[?]  is mandatory 
269.43/270.22	c qxplain 2348/2349
269.43/270.23	c qxplain 2349/2349
269.43/270.24	c 10218[?] -2386[?] -2323[?]  is mandatory 
269.43/270.24	c qxplain 2348/2348
269.43/270.25	c 10219[?] -2386[?] -2385[?]  is mandatory 
269.43/270.25	c qxplain 2344/2347
269.43/270.26	c qxplain 2346/2347
269.43/270.27	c qxplain 2347/2347
269.43/270.28	c 10220[?] 2386[?] 2385[?] 2323[?]  is mandatory 
269.43/270.28	c qxplain 2346/2346
269.43/270.29	c 10221[?] -2387[?] 2384[?]  is mandatory 
269.43/270.29	c qxplain 2344/2345
269.53/270.30	c qxplain 2345/2345
269.53/270.31	c 10222[?] -2387[?] 2386[?]  is mandatory 
269.53/270.31	c qxplain 2344/2344
269.53/270.33	c 10223[?] -2384[?] -2386[?] 2387[?]  is mandatory 
269.53/270.33	c qxplain 2328/2343
269.53/270.34	c qxplain 2336/2343
269.53/270.35	c qxplain 2340/2343
269.53/270.36	c qxplain 2342/2343
269.53/270.37	c qxplain 2343/2343
269.53/270.38	c 10224[?] 2355[?] -2388[?]  is mandatory 
269.53/270.38	c qxplain 2342/2342
269.53/270.39	c 10225[?] -2387[?] -2388[?]  is mandatory 
269.53/270.39	c qxplain 2340/2341
269.63/270.40	c qxplain 2341/2341
269.63/270.41	c 10226[?] 2388[?] 2387[?] -2355[?]  is mandatory 
269.63/270.41	c qxplain 2340/2340
269.63/270.42	c 10227[?] -2389[?] -2323[?]  is mandatory 
269.63/270.42	c qxplain 2336/2339
269.63/270.43	c qxplain 2338/2339
269.63/270.44	c qxplain 2339/2339
269.63/270.46	c 10228[?] -2389[?] -2388[?]  is mandatory 
269.63/270.46	c qxplain 2338/2338
269.63/270.47	c 10229[?] 2388[?] 2389[?] 2323[?]  is mandatory 
269.63/270.47	c qxplain 2336/2337
269.63/270.48	c qxplain 2337/2337
269.73/270.50	c 10230[?] 2365[?] -2390[?]  is mandatory 
269.73/270.50	c qxplain 2336/2336
269.73/270.51	c 10231[?] -2390[?] -2383[?]  is mandatory 
269.73/270.51	c qxplain 2328/2335
269.73/270.52	c qxplain 2332/2335
269.73/270.53	c qxplain 2334/2335
269.73/270.54	c qxplain 2335/2335
269.73/270.55	c 10232[?] 2390[?] 2383[?] -2365[?]  is mandatory 
269.73/270.55	c qxplain 2334/2334
269.73/270.56	c 10233[?] -2391[?] 1447[?]  is mandatory 
269.73/270.56	c qxplain 2332/2333
269.73/270.57	c qxplain 2333/2333
269.73/270.58	c 10234[?] -2391[?] -1976[?]  is mandatory 
269.73/270.58	c qxplain 2332/2332
269.73/270.59	c 10235[?] 2391[?] -1447[?] 1976[?]  is mandatory 
269.73/270.59	c qxplain 2328/2331
269.83/270.60	c qxplain 2330/2331
269.83/270.61	c qxplain 2331/2331
269.83/270.62	c 10236[?] -2392[?] -2366[?]  is mandatory 
269.83/270.62	c qxplain 2330/2330
269.83/270.63	c 10237[?] -2392[?] -2391[?]  is mandatory 
269.83/270.63	c qxplain 2328/2329
269.83/270.64	c qxplain 2329/2329
269.83/270.65	c 10238[?] 2392[?] 2391[?] 2366[?]  is mandatory 
269.83/270.65	c qxplain 2328/2328
269.83/270.66	c 10239[?] -2393[?] 1475[?]  is mandatory 
269.83/270.66	c qxplain 2265/2327
269.83/270.68	c qxplain 2297/2327
269.83/270.68	c qxplain 2313/2327
269.83/270.69	c qxplain 2321/2327
269.93/270.70	c qxplain 2325/2327
269.93/270.71	c qxplain 2327/2327
269.93/270.72	c 10240[?] -2393[?] 2392[?]  is mandatory 
269.93/270.72	c qxplain 2325/2326
269.93/270.73	c qxplain 2326/2326
269.93/270.74	c 10241[?] 2393[?] -2392[?] -1475[?]  is mandatory 
269.93/270.74	c qxplain 2325/2325
270.04/270.84	c 10242[?] -2394[?] 1447[?]  is mandatory 
270.04/270.84	c qxplain 2321/2324
270.04/270.85	c qxplain 2323/2324
270.04/270.86	c qxplain 2324/2324
270.04/270.87	c 10243[?] -2394[?] -1475[?]  is mandatory 
270.04/270.87	c qxplain 2323/2323
270.04/270.88	c 10244[?] 2394[?] -1447[?] 1475[?]  is mandatory 
270.04/270.88	c qxplain 2321/2322
270.04/270.89	c qxplain 2322/2322
270.04/270.90	c 10245[?] -2395[?] -2393[?]  is mandatory 
270.04/270.90	c qxplain 2321/2321
270.04/270.91	c 10246[?] -2395[?] -2394[?]  is mandatory 
270.04/270.91	c qxplain 2313/2320
270.15/270.93	c qxplain 2317/2320
270.15/270.94	c qxplain 2319/2320
270.15/270.95	c qxplain 2320/2320
270.15/270.96	c 10247[?] 2395[?] 2393[?] 2394[?]  is mandatory 
270.15/270.96	c qxplain 2319/2319
270.15/270.97	c 10248[?] -2396[?] 1799[?]  is mandatory 
270.15/270.97	c qxplain 2317/2318
270.15/270.98	c qxplain 2318/2318
270.15/270.99	c 10249[?] -2396[?] -2395[?]  is mandatory 
270.15/270.99	c qxplain 2317/2317
270.23/271.00	c 10250[?] 2396[?] 2395[?] -1799[?]  is mandatory 
270.23/271.00	c qxplain 2313/2316
270.23/271.01	c qxplain 2315/2316
270.23/271.02	c qxplain 2316/2316
270.23/271.03	c 10251[?] -2397[?] 1610[?]  is mandatory 
270.23/271.03	c qxplain 2315/2315
270.23/271.05	c 10252[?] -2397[?] 1820[?]  is mandatory 
270.23/271.05	c qxplain 2313/2314
270.23/271.06	c qxplain 2314/2314
270.23/271.06	c 10253[?] 2397[?] -1610[?] -1820[?]  is mandatory 
270.23/271.06	c qxplain 2313/2313
270.33/271.17	c 10254[?] -2398[?] -1921[?]  is mandatory 
270.33/271.17	c qxplain 2297/2312
270.33/271.18	c qxplain 2305/2312
270.33/271.19	c qxplain 2309/2312
270.43/271.20	c qxplain 2311/2312
270.43/271.21	c qxplain 2312/2312
270.63/271.40	c 10255[?] -1922[?] -2398[?]  is mandatory 
270.63/271.40	c qxplain 2311/2311
270.63/271.42	c 10256[?] 2398[?] 1922[?] 1921[?]  is mandatory 
270.63/271.42	c qxplain 2309/2310
270.63/271.43	c qxplain 2310/2310
270.63/271.44	c 10257[?] -1901[?] -2399[?]  is mandatory 
270.63/271.44	c qxplain 2309/2309
270.63/271.45	c 10258[?] -2399[?] -2398[?]  is mandatory 
270.63/271.45	c qxplain 2305/2308
270.63/271.47	c qxplain 2307/2308
270.63/271.48	c qxplain 2308/2308
270.63/271.49	c 10259[?] 1901[?] 2399[?] 2398[?]  is mandatory 
270.63/271.49	c qxplain 2307/2307
270.73/271.50	c 10260[?] -2400[?] 1440[?]  is mandatory 
270.73/271.50	c qxplain 2305/2306
270.73/271.51	c qxplain 2306/2306
270.73/271.52	c 10261[?] -2400[?] 1904[?]  is mandatory 
270.73/271.52	c qxplain 2305/2305
270.73/271.53	c 10262[?] -1904[?] -1440[?] 2400[?]  is mandatory 
270.73/271.53	c qxplain 2297/2304
270.73/271.54	c qxplain 2301/2304
270.73/271.55	c qxplain 2303/2304
270.73/271.56	c qxplain 2304/2304
270.73/271.58	c 10263[?] -2401[?] -1440[?]  is mandatory 
270.73/271.58	c qxplain 2303/2303
270.73/271.59	c 10264[?] -2401[?] -1904[?]  is mandatory 
270.73/271.59	c qxplain 2301/2302
270.83/271.60	c qxplain 2302/2302
270.83/271.61	c 10265[?] 1904[?] 1440[?] 2401[?]  is mandatory 
270.83/271.61	c qxplain 2301/2301
270.83/271.62	c 10266[?] -2400[?] -2402[?]  is mandatory 
270.83/271.62	c qxplain 2297/2300
270.83/271.63	c qxplain 2299/2300
270.83/271.64	c qxplain 2300/2300
270.83/271.65	c 10267[?] -2401[?] -2402[?]  is mandatory 
270.83/271.65	c qxplain 2299/2299
270.83/271.66	c 10268[?] 2401[?] 2400[?] 2402[?]  is mandatory 
270.83/271.66	c qxplain 2297/2298
270.83/271.68	c qxplain 2298/2298
270.83/271.69	c 10269[?] -2403[?] 2399[?]  is mandatory 
270.83/271.69	c qxplain 2297/2297
270.93/271.70	c 10270[?] -2402[?] -2403[?]  is mandatory 
270.93/271.70	c qxplain 2265/2296
270.93/271.71	c qxplain 2281/2296
270.93/271.72	c qxplain 2289/2296
270.93/271.73	c qxplain 2293/2296
270.93/271.74	c qxplain 2295/2296
270.93/271.75	c qxplain 2296/2296
270.93/271.76	c 10271[?] -2399[?] 2402[?] 2403[?]  is mandatory 
270.93/271.76	c qxplain 2295/2295
270.93/271.78	c 10272[?] -2399[?] -2404[?]  is mandatory 
270.93/271.78	c qxplain 2293/2294
270.93/271.79	c qxplain 2294/2294
271.03/271.80	c 10273[?] 2402[?] -2404[?]  is mandatory 
271.03/271.80	c qxplain 2293/2293
271.03/271.81	c 10274[?] -2402[?] 2399[?] 2404[?]  is mandatory 
271.03/271.81	c qxplain 2289/2292
271.03/271.83	c qxplain 2291/2292
271.03/271.84	c qxplain 2292/2292
271.03/271.85	c 10275[?] -2403[?] -2405[?]  is mandatory 
271.03/271.85	c qxplain 2291/2291
271.03/271.86	c 10276[?] -2404[?] -2405[?]  is mandatory 
271.03/271.86	c qxplain 2289/2290
271.03/271.87	c qxplain 2290/2290
271.03/271.89	c 10277[?] 2404[?] 2403[?] 2405[?]  is mandatory 
271.03/271.89	c qxplain 2289/2289
271.03/271.90	c 10278[?] -2406[?] -1820[?]  is mandatory 
271.03/271.90	c qxplain 2281/2288
271.14/271.92	c qxplain 2285/2288
271.14/271.92	c qxplain 2287/2288
271.14/271.92	c qxplain 2288/2288
271.14/271.94	c 10279[?] -2406[?] -2405[?]  is mandatory 
271.14/271.94	c qxplain 2287/2287
271.14/271.95	c 10280[?] 2405[?] 2406[?] 1820[?]  is mandatory 
271.14/271.95	c qxplain 2285/2286
271.14/271.96	c qxplain 2286/2286
271.14/271.97	c 10281[?] -2407[?] -2397[?]  is mandatory 
271.14/271.97	c qxplain 2285/2285
271.14/271.98	c 10282[?] -2406[?] -2407[?]  is mandatory 
271.14/271.98	c qxplain 2281/2284
271.14/271.99	c qxplain 2283/2284
271.14/272.00	c qxplain 2284/2284
271.14/272.01	c 10283[?] 2397[?] 2407[?] 2406[?]  is mandatory 
271.14/272.01	c qxplain 2283/2283
271.26/272.02	c 10284[?] -2408[?] -1799[?]  is mandatory 
271.26/272.02	c qxplain 2281/2282
271.26/272.03	c qxplain 2282/2282
271.26/272.04	c 10285[?] -2407[?] -2408[?]  is mandatory 
271.26/272.04	c qxplain 2281/2281
271.26/272.05	c 10286[?] 2407[?] 2408[?] 1799[?]  is mandatory 
271.26/272.05	c qxplain 2265/2280
271.26/272.06	c qxplain 2273/2280
271.26/272.07	c qxplain 2277/2280
271.26/272.08	c qxplain 2279/2280
271.26/272.08	c qxplain 2280/2280
271.33/272.10	c 10287[?] -2409[?] -2396[?]  is mandatory 
271.33/272.10	c qxplain 2279/2279
271.33/272.11	c 10288[?] -2408[?] -2409[?]  is mandatory 
271.33/272.11	c qxplain 2277/2278
271.33/272.12	c qxplain 2278/2278
271.33/272.13	c 10289[?] 2409[?] 2408[?] 2396[?]  is mandatory 
271.33/272.13	c qxplain 2277/2277
271.33/272.15	c 10290[?] -2410[?] 1549[?]  is mandatory 
271.33/272.15	c qxplain 2273/2276
271.33/272.16	c qxplain 2275/2276
271.33/272.17	c qxplain 2276/2276
271.33/272.18	c 10291[?] -2410[?] 1753[?]  is mandatory 
271.33/272.18	c qxplain 2275/2275
271.33/272.19	c 10292[?] 2410[?] -1549[?] -1753[?]  is mandatory 
271.33/272.19	c qxplain 2273/2274
271.44/272.20	c qxplain 2274/2274
271.44/272.22	c 10293[?] -2411[?] 1530[?]  is mandatory 
271.44/272.22	c qxplain 2273/2273
271.44/272.24	c 10294[?] -2411[?] 1755[?]  is mandatory 
271.44/272.24	c qxplain 2265/2272
271.44/272.25	c qxplain 2269/2272
271.44/272.26	c qxplain 2271/2272
271.44/272.28	c qxplain 2272/2272
271.44/272.29	c 10295[?] 2411[?] -1530[?] -1755[?]  is mandatory 
271.44/272.29	c qxplain 2271/2271
271.54/272.31	c 10296[?] -1600[?] -2412[?]  is mandatory 
271.54/272.31	c qxplain 2269/2270
271.54/272.32	c qxplain 2270/2270
271.54/272.33	c 10297[?] -2412[?] 1735[?]  is mandatory 
271.54/272.33	c qxplain 2269/2269
271.54/272.35	c 10298[?] 2412[?] 1600[?] -1735[?]  is mandatory 
271.54/272.35	c qxplain 2265/2268
271.54/272.36	c qxplain 2267/2268
271.54/272.37	c qxplain 2268/2268
271.54/272.38	c 10299[?] 1511[?] -2413[?]  is mandatory 
271.54/272.38	c qxplain 2267/2267
271.54/272.39	c 10300[?] -2413[?] 1757[?]  is mandatory 
271.54/272.39	c qxplain 2265/2266
271.64/272.40	c qxplain 2266/2266
271.64/272.43	c 10301[?] -1511[?] 2413[?] -1757[?]  is mandatory 
271.64/272.43	c qxplain 2265/2265
271.64/272.44	c 10302[?] -2414[?] -2412[?]  is mandatory 
271.64/272.45	c qxplain 2013/2264
271.64/272.46	c qxplain 2139/2264
271.64/272.46	c qxplain 2202/2264
271.64/272.47	c qxplain 2234/2264
271.64/272.48	c qxplain 2250/2264
271.74/272.50	c qxplain 2258/2264
271.74/272.51	c qxplain 2262/2264
271.74/272.52	c qxplain 2264/2264
271.74/272.53	c 10303[?] -2414[?] -2413[?]  is mandatory 
271.74/272.53	c qxplain 2262/2263
271.74/272.55	c qxplain 2263/2263
271.74/272.56	c 10304[?] 2412[?] 2414[?] 2413[?]  is mandatory 
271.74/272.56	c qxplain 2262/2262
271.74/272.57	c 10305[?] -2415[?] -2411[?]  is mandatory 
271.74/272.57	c qxplain 2258/2261
271.74/272.58	c qxplain 2260/2261
271.74/272.59	c qxplain 2261/2261
271.84/272.60	c 10306[?] -2415[?] 2414[?]  is mandatory 
271.84/272.60	c qxplain 2260/2260
271.84/272.61	c 10307[?] -2414[?] 2415[?] 2411[?]  is mandatory 
271.84/272.61	c qxplain 2258/2259
271.84/272.63	c qxplain 2259/2259
271.84/272.64	c 10308[?] -2416[?] -2410[?]  is mandatory 
271.84/272.64	c qxplain 2258/2258
271.84/272.66	c 10309[?] -2416[?] 2415[?]  is mandatory 
271.84/272.66	c qxplain 2250/2257
271.84/272.70	c qxplain 2254/2257
271.84/272.71	c qxplain 2256/2257
271.84/272.72	c qxplain 2257/2257
271.84/272.73	c 10310[?] -2415[?] 2416[?] 2410[?]  is mandatory 
271.84/272.73	c qxplain 2256/2256
271.84/272.76	c 10311[?] 1548[?] -2417[?]  is mandatory 
271.84/272.76	c qxplain 2254/2255
271.84/272.77	c qxplain 2255/2255
271.84/272.83	c 10312[?] -2417[?] 1753[?]  is mandatory 
271.84/272.84	c qxplain 2254/2254
271.84/272.85	c 10313[?] -1548[?] 2417[?] -1753[?]  is mandatory 
271.84/272.85	c qxplain 2250/2253
271.84/272.87	c qxplain 2252/2253
271.84/272.88	c qxplain 2253/2253
271.84/272.92	c 10314[?] 1529[?] -2418[?]  is mandatory 
271.84/272.92	c qxplain 2252/2252
271.84/272.93	c 10315[?] -2418[?] 1755[?]  is mandatory 
271.84/272.93	c qxplain 2250/2251
272.18/272.94	c qxplain 2251/2251
272.18/272.95	c 10316[?] -1529[?] 2418[?] -1755[?]  is mandatory 
272.18/272.95	c qxplain 2250/2250
272.18/273.00	c 10317[?] 1588[?] -2419[?]  is mandatory 
272.18/273.00	c qxplain 2234/2249
272.28/273.23	c qxplain 2242/2249
272.28/273.24	c qxplain 2246/2249
272.28/273.25	c qxplain 2248/2249
272.28/273.26	c qxplain 2249/2249
272.28/273.28	c 10318[?] -2419[?] 1735[?]  is mandatory 
272.28/273.28	c qxplain 2248/2248
272.28/273.29	c 10319[?] -1588[?] 2419[?] -1735[?]  is mandatory 
272.28/273.29	c qxplain 2246/2247
272.28/273.30	c qxplain 2247/2247
272.28/273.31	c 10320[?] 1510[?] -2420[?]  is mandatory 
272.28/273.31	c qxplain 2246/2246
272.38/273.32	c 10321[?] -2420[?] 1757[?]  is mandatory 
272.38/273.32	c qxplain 2242/2245
272.38/273.34	c qxplain 2244/2245
272.44/273.62	c qxplain 2245/2245
272.44/273.64	c 10322[?] 2420[?] -1510[?] -1757[?]  is mandatory 
272.44/273.64	c qxplain 2244/2244
272.44/273.65	c 10323[?] -2419[?] -2421[?]  is mandatory 
272.44/273.65	c qxplain 2242/2243
272.44/273.66	c qxplain 2243/2243
272.44/273.67	c 10324[?] -2420[?] -2421[?]  is mandatory 
272.44/273.67	c qxplain 2242/2242
272.44/273.69	c 10325[?] 2419[?] 2421[?] 2420[?]  is mandatory 
272.44/273.69	c qxplain 2234/2241
272.44/273.70	c qxplain 2238/2241
272.52/273.71	c qxplain 2240/2241
272.52/273.72	c qxplain 2241/2241
272.52/273.73	c 10326[?] -2418[?] -2422[?]  is mandatory 
272.52/273.73	c qxplain 2240/2240
272.52/273.74	c 10327[?] 2421[?] -2422[?]  is mandatory 
272.52/273.74	c qxplain 2238/2239
272.52/273.75	c qxplain 2239/2239
272.52/273.76	c 10328[?] -2421[?] 2422[?] 2418[?]  is mandatory 
272.52/273.76	c qxplain 2238/2238
272.52/273.77	c 10329[?] -2417[?] -2423[?]  is mandatory 
272.52/273.77	c qxplain 2234/2237
272.52/273.78	c qxplain 2236/2237
272.52/273.79	c qxplain 2237/2237
272.62/273.80	c 10330[?] 2422[?] -2423[?]  is mandatory 
272.62/273.80	c qxplain 2236/2236
272.62/273.81	c 10331[?] -2422[?] 2423[?] 2417[?]  is mandatory 
272.62/273.81	c qxplain 2234/2235
272.62/273.83	c qxplain 2235/2235
272.62/273.84	c 10332[?] -2424[?] 1446[?]  is mandatory 
272.62/273.84	c qxplain 2234/2234
272.62/273.85	c 10333[?] -2424[?] -1975[?]  is mandatory 
272.62/273.85	c qxplain 2202/2233
272.62/273.86	c qxplain 2218/2233
272.62/273.87	c qxplain 2226/2233
272.62/273.88	c qxplain 2230/2233
272.62/273.89	c qxplain 2232/2233
272.72/273.90	c qxplain 2233/2233
272.72/273.91	c 10334[?] 2424[?] -1446[?] 1975[?]  is mandatory 
272.72/273.91	c qxplain 2232/2232
272.72/273.92	c 10335[?] -2425[?] -1976[?]  is mandatory 
272.72/273.92	c qxplain 2230/2231
272.72/273.93	c qxplain 2231/2231
272.72/273.94	c 10336[?] -2425[?] -2424[?]  is mandatory 
272.72/273.94	c qxplain 2230/2230
272.72/273.95	c 10337[?] 2425[?] 2424[?] 1976[?]  is mandatory 
272.72/273.95	c qxplain 2226/2229
272.72/273.96	c qxplain 2228/2229
272.72/273.97	c qxplain 2229/2229
272.72/273.98	c 10338[?] -2426[?] 1475[?]  is mandatory 
272.72/273.98	c qxplain 2228/2228
272.72/273.99	c 10339[?] -2426[?] 2425[?]  is mandatory 
272.72/273.99	c qxplain 2226/2227
272.82/274.00	c qxplain 2227/2227
272.82/274.01	c 10340[?] 2426[?] -2425[?] -1475[?]  is mandatory 
272.82/274.01	c qxplain 2226/2226
272.92/274.10	c 10341[?] -2427[?] 1446[?]  is mandatory 
272.92/274.10	c qxplain 2218/2225
272.92/274.11	c qxplain 2222/2225
272.92/274.13	c qxplain 2224/2225
272.92/274.14	c qxplain 2225/2225
272.92/274.15	c 10342[?] -2427[?] -1475[?]  is mandatory 
272.92/274.15	c qxplain 2224/2224
272.92/274.16	c 10343[?] 2427[?] -1446[?] 1475[?]  is mandatory 
272.92/274.16	c qxplain 2222/2223
272.92/274.18	c qxplain 2223/2223
272.92/274.18	c 10344[?] -2428[?] -2426[?]  is mandatory 
272.92/274.18	c qxplain 2222/2222
273.02/274.20	c 10345[?] -2428[?] -2427[?]  is mandatory 
273.02/274.20	c qxplain 2218/2221
273.02/274.21	c qxplain 2220/2221
273.02/274.22	c qxplain 2221/2221
273.02/274.23	c 10346[?] 2428[?] 2426[?] 2427[?]  is mandatory 
273.02/274.23	c qxplain 2220/2220
273.02/274.25	c 10347[?] -2429[?] 1799[?]  is mandatory 
273.02/274.25	c qxplain 2218/2219
273.02/274.26	c qxplain 2219/2219
273.02/274.27	c 10348[?] -2429[?] -2428[?]  is mandatory 
273.02/274.27	c qxplain 2218/2218
273.02/274.28	c 10349[?] 2429[?] 2428[?] -1799[?]  is mandatory 
273.02/274.28	c qxplain 2202/2217
273.02/274.29	c qxplain 2210/2217
273.02/274.30	c qxplain 2214/2217
273.02/274.30	c qxplain 2216/2217
273.02/274.31	c qxplain 2217/2217
273.12/274.32	c 10350[?] 1609[?] -2430[?]  is mandatory 
273.12/274.32	c qxplain 2216/2216
273.12/274.34	c 10351[?] -2430[?] 1820[?]  is mandatory 
273.12/274.34	c qxplain 2214/2215
273.12/274.35	c qxplain 2215/2215
273.12/274.36	c 10352[?] -1609[?] -1820[?] 2430[?]  is mandatory 
273.12/274.36	c qxplain 2214/2214
273.12/274.37	c 10353[?] -2431[?] 1441[?]  is mandatory 
273.12/274.37	c qxplain 2210/2213
273.12/274.38	c qxplain 2212/2213
273.12/274.39	c qxplain 2213/2213
273.12/274.40	c 10354[?] -2431[?] 1900[?]  is mandatory 
273.12/274.40	c qxplain 2212/2212
273.12/274.41	c 10355[?] -1441[?] -1900[?] 2431[?]  is mandatory 
273.12/274.41	c qxplain 2210/2211
273.24/274.42	c qxplain 2211/2211
273.24/274.43	c 10356[?] -1441[?] -2432[?]  is mandatory 
273.24/274.43	c qxplain 2210/2210
273.24/274.44	c 10357[?] -1900[?] -2432[?]  is mandatory 
273.24/274.44	c qxplain 2202/2209
273.24/274.45	c qxplain 2206/2209
273.24/274.46	c qxplain 2208/2209
273.24/274.47	c qxplain 2209/2209
273.24/274.48	c 10358[?] 1900[?] 1441[?] 2432[?]  is mandatory 
273.24/274.48	c qxplain 2208/2208
273.24/274.49	c 10359[?] -2431[?] -2433[?]  is mandatory 
273.24/274.49	c qxplain 2206/2207
273.32/274.50	c qxplain 2207/2207
273.32/274.51	c 10360[?] -2432[?] -2433[?]  is mandatory 
273.32/274.51	c qxplain 2206/2206
273.32/274.52	c 10361[?] 2432[?] 2433[?] 2431[?]  is mandatory 
273.32/274.52	c qxplain 2202/2205
273.32/274.53	c qxplain 2204/2205
273.32/274.55	c qxplain 2205/2205
273.32/274.56	c 10362[?] -2434[?] 1921[?]  is mandatory 
273.32/274.56	c qxplain 2204/2204
273.32/274.57	c 10363[?] -2433[?] -2434[?]  is mandatory 
273.32/274.57	c qxplain 2202/2203
273.32/274.59	c qxplain 2203/2203
273.41/274.60	c 10364[?] 2433[?] -1921[?] 2434[?]  is mandatory 
273.41/274.60	c qxplain 2202/2202
273.41/274.61	c 10365[?] -1921[?] -2435[?]  is mandatory 
273.41/274.61	c qxplain 2139/2201
273.41/274.62	c qxplain 2171/2201
273.41/274.63	c qxplain 2187/2201
273.41/274.63	c qxplain 2195/2201
273.41/274.65	c qxplain 2199/2201
273.41/274.66	c qxplain 2201/2201
273.41/274.67	c 10366[?] 2433[?] -2435[?]  is mandatory 
273.41/274.67	c qxplain 2199/2200
273.41/274.68	c qxplain 2200/2200
273.41/274.69	c 10367[?] -2433[?] 2435[?] 1921[?]  is mandatory 
273.41/274.69	c qxplain 2199/2199
273.51/274.71	c 10368[?] -2434[?] -2436[?]  is mandatory 
273.51/274.71	c qxplain 2195/2198
273.51/274.72	c qxplain 2197/2198
273.51/274.73	c qxplain 2198/2198
273.51/274.74	c 10369[?] -2435[?] -2436[?]  is mandatory 
273.51/274.74	c qxplain 2197/2197
273.51/274.75	c 10370[?] 2434[?] 2436[?] 2435[?]  is mandatory 
273.51/274.75	c qxplain 2195/2196
273.51/274.76	c qxplain 2196/2196
273.51/274.77	c 10371[?] -2437[?] -1820[?]  is mandatory 
273.51/274.77	c qxplain 2195/2195
273.51/274.78	c 10372[?] -2436[?] -2437[?]  is mandatory 
273.51/274.78	c qxplain 2187/2194
273.51/274.79	c qxplain 2191/2194
273.61/274.80	c qxplain 2193/2194
273.61/274.81	c qxplain 2194/2194
273.61/274.82	c 10373[?] 2436[?] 1820[?] 2437[?]  is mandatory 
273.61/274.82	c qxplain 2193/2193
273.61/274.83	c 10374[?] -2430[?] -2438[?]  is mandatory 
273.61/274.83	c qxplain 2191/2192
273.61/274.84	c qxplain 2192/2192
273.61/274.85	c 10375[?] -2437[?] -2438[?]  is mandatory 
273.61/274.85	c qxplain 2191/2191
273.61/274.86	c 10376[?] 2430[?] 2437[?] 2438[?]  is mandatory 
273.61/274.86	c qxplain 2187/2190
273.61/274.87	c qxplain 2189/2190
273.61/274.88	c qxplain 2190/2190
273.61/274.90	c 10377[?] -2439[?] -1799[?]  is mandatory 
273.61/274.90	c qxplain 2189/2189
273.71/274.91	c 10378[?] -2439[?] -2438[?]  is mandatory 
273.71/274.91	c qxplain 2187/2188
273.71/274.92	c qxplain 2188/2188
273.71/274.93	c 10379[?] 2438[?] 2439[?] 1799[?]  is mandatory 
273.71/274.93	c qxplain 2187/2187
273.71/274.94	c 10380[?] -2440[?] -2429[?]  is mandatory 
273.71/274.94	c qxplain 2171/2186
273.71/274.95	c qxplain 2179/2186
273.71/274.96	c qxplain 2183/2186
273.71/274.96	c qxplain 2185/2186
273.71/274.97	c qxplain 2186/2186
273.71/274.98	c 10381[?] -2439[?] -2440[?]  is mandatory 
273.71/274.98	c qxplain 2185/2185
273.71/274.99	c 10382[?] 2440[?] 2439[?] 2429[?]  is mandatory 
273.71/274.99	c qxplain 2183/2184
273.81/275.00	c qxplain 2184/2184
273.81/275.01	c 10383[?] -2441[?] -2423[?]  is mandatory 
273.81/275.01	c qxplain 2183/2183
273.81/275.02	c 10384[?] -2441[?] 2440[?]  is mandatory 
273.81/275.02	c qxplain 2179/2182
273.81/275.04	c qxplain 2181/2182
273.81/275.04	c qxplain 2182/2182
273.81/275.06	c 10385[?] -2440[?] 2423[?] 2441[?]  is mandatory 
273.81/275.06	c qxplain 2181/2181
273.81/275.07	c 10386[?] -2442[?] 2416[?]  is mandatory 
273.81/275.08	c qxplain 2179/2180
273.81/275.09	c qxplain 2180/2180
273.91/275.10	c 10387[?] -2441[?] -2442[?]  is mandatory 
273.91/275.10	c qxplain 2179/2179
273.91/275.12	c 10388[?] 2442[?] -2416[?] 2441[?]  is mandatory 
273.91/275.12	c qxplain 2171/2178
273.91/275.13	c qxplain 2175/2178
273.91/275.14	c qxplain 2177/2178
273.91/275.15	c qxplain 2178/2178
273.91/275.16	c 10389[?] -2443[?] 2409[?]  is mandatory 
273.91/275.16	c qxplain 2177/2177
273.91/275.17	c 10390[?] -2443[?] -2442[?]  is mandatory 
273.91/275.17	c qxplain 2175/2176
273.91/275.18	c qxplain 2176/2176
273.91/275.20	c 10391[?] -2409[?] 2442[?] 2443[?]  is mandatory 
273.91/275.20	c qxplain 2175/2175
274.01/275.21	c 10392[?] -2444[?] -2416[?]  is mandatory 
274.01/275.21	c qxplain 2171/2174
274.01/275.22	c qxplain 2173/2174
274.01/275.23	c qxplain 2174/2174
274.01/275.24	c 10393[?] -2444[?] 2441[?]  is mandatory 
274.01/275.24	c qxplain 2173/2173
274.01/275.26	c 10394[?] -2441[?] 2444[?] 2416[?]  is mandatory 
274.01/275.26	c qxplain 2171/2172
274.01/275.27	c qxplain 2172/2172
274.01/275.28	c 10395[?] -2443[?] -2445[?]  is mandatory 
274.01/275.28	c qxplain 2171/2171
274.01/275.29	c 10396[?] -2444[?] -2445[?]  is mandatory 
274.01/275.29	c qxplain 2139/2170
274.11/275.31	c qxplain 2155/2170
274.11/275.33	c qxplain 2163/2170
274.11/275.34	c qxplain 2167/2170
274.11/275.35	c qxplain 2169/2170
274.11/275.36	c qxplain 2170/2170
274.11/275.37	c 10397[?] 2445[?] 2444[?] 2443[?]  is mandatory 
274.11/275.37	c qxplain 2169/2169
274.11/275.39	c 10398[?] 1547[?] -2446[?]  is mandatory 
274.11/275.39	c qxplain 2167/2168
274.11/275.41	c qxplain 2168/2168
274.11/275.42	c 10399[?] -2446[?] 1753[?]  is mandatory 
274.11/275.42	c qxplain 2167/2167
274.22/275.43	c 10400[?] -1547[?] 2446[?] -1753[?]  is mandatory 
274.22/275.43	c qxplain 2163/2166
274.22/275.45	c qxplain 2165/2166
274.22/275.45	c qxplain 2166/2166
274.22/275.47	c 10401[?] -2447[?] 1528[?]  is mandatory 
274.22/275.47	c qxplain 2165/2165
274.22/275.49	c 10402[?] -2447[?] 1755[?]  is mandatory 
274.22/275.49	c qxplain 2163/2164
274.22/275.50	c qxplain 2164/2164
274.22/275.51	c 10403[?] 2447[?] -1528[?] -1755[?]  is mandatory 
274.22/275.51	c qxplain 2163/2163
274.34/275.52	c 10404[?] 1598[?] -2448[?]  is mandatory 
274.34/275.52	c qxplain 2155/2162
274.34/275.54	c qxplain 2159/2162
274.34/275.55	c qxplain 2161/2162
274.34/275.56	c qxplain 2162/2162
274.34/275.57	c 10405[?] -2448[?] 1735[?]  is mandatory 
274.34/275.57	c qxplain 2161/2161
274.34/275.58	c 10406[?] -1598[?] 2448[?] -1735[?]  is mandatory 
274.34/275.58	c qxplain 2159/2160
274.34/275.60	c qxplain 2160/2160
274.42/275.61	c 10407[?] 1509[?] -2449[?]  is mandatory 
274.42/275.61	c qxplain 2159/2159
274.42/275.62	c 10408[?] -2449[?] 1757[?]  is mandatory 
274.42/275.62	c qxplain 2155/2158
274.42/275.63	c qxplain 2157/2158
274.42/275.64	c qxplain 2158/2158
274.42/275.66	c 10409[?] -1509[?] 2449[?] -1757[?]  is mandatory 
274.42/275.66	c qxplain 2157/2157
274.42/275.67	c 10410[?] -2448[?] -2450[?]  is mandatory 
274.42/275.67	c qxplain 2155/2156
274.42/275.68	c qxplain 2156/2156
274.42/275.69	c 10411[?] -2449[?] -2450[?]  is mandatory 
274.42/275.69	c qxplain 2155/2155
274.52/275.70	c 10412[?] 2448[?] 2450[?] 2449[?]  is mandatory 
274.52/275.70	c qxplain 2139/2154
274.52/275.72	c qxplain 2147/2154
274.52/275.73	c qxplain 2151/2154
274.52/275.74	c qxplain 2153/2154
274.52/275.75	c qxplain 2154/2154
274.52/275.76	c 10413[?] -2451[?] -2447[?]  is mandatory 
274.52/275.76	c qxplain 2153/2153
274.52/275.78	c 10414[?] 2450[?] -2451[?]  is mandatory 
274.52/275.78	c qxplain 2151/2152
274.52/275.79	c qxplain 2152/2152
274.52/275.80	c 10415[?] -2450[?] 2451[?] 2447[?]  is mandatory 
274.52/275.80	c qxplain 2151/2151
274.62/275.81	c 10416[?] -2446[?] -2452[?]  is mandatory 
274.62/275.81	c qxplain 2147/2150
274.62/275.82	c qxplain 2149/2150
274.62/275.83	c qxplain 2150/2150
274.62/275.84	c 10417[?] 2451[?] -2452[?]  is mandatory 
274.62/275.84	c qxplain 2149/2149
274.62/275.85	c 10418[?] -2451[?] 2452[?] 2446[?]  is mandatory 
274.62/275.85	c qxplain 2147/2148
274.62/275.87	c qxplain 2148/2148
274.62/275.87	c 10419[?] -2453[?] 1444[?]  is mandatory 
274.62/275.87	c qxplain 2147/2147
274.92/276.19	c qxplain 2139/2146
275.02/276.20	c qxplain 2143/2146
275.02/276.21	c qxplain 2145/2146
275.02/276.23	c qxplain 2146/2146
275.02/276.23	c 10421[?] 2453[?] -1444[?] -1475[?]  is mandatory 
275.02/276.23	c qxplain 2145/2145
275.02/276.25	c 10422[?] -2454[?] 1444[?]  is mandatory 
275.02/276.25	c qxplain 2143/2144
275.02/276.29	c qxplain 2144/2144
275.22/276.45	c qxplain 2143/2143
275.22/276.51	c 10424[?] 2454[?] -1444[?] 1475[?]  is mandatory 
275.22/276.51	c qxplain 2139/2142
275.32/276.53	c qxplain 2141/2142
275.32/276.55	c qxplain 2142/2142
275.32/276.55	c 10425[?] -2455[?] -2453[?]  is mandatory 
275.32/276.55	c qxplain 2141/2141
275.32/276.57	c 10426[?] -2455[?] -2454[?]  is mandatory 
275.32/276.57	c qxplain 2139/2140
275.32/276.58	c qxplain 2140/2140
275.32/276.60	c 10427[?] 2455[?] 2454[?] 2453[?]  is mandatory 
275.32/276.60	c qxplain 2139/2139
275.32/276.61	c 10428[?] -2456[?] 1799[?]  is mandatory 
275.32/276.61	c qxplain 2013/2138
275.44/276.62	c qxplain 2076/2138
275.44/276.63	c qxplain 2108/2138
275.44/276.64	c qxplain 2124/2138
275.44/276.64	c qxplain 2132/2138
275.44/276.65	c qxplain 2136/2138
275.44/276.66	c qxplain 2138/2138
275.44/276.67	c 10429[?] -2456[?] -2455[?]  is mandatory 
275.44/276.67	c qxplain 2136/2137
275.44/276.69	c qxplain 2137/2137
275.52/276.70	c 10430[?] 2456[?] 2455[?] -1799[?]  is mandatory 
275.52/276.70	c qxplain 2136/2136
275.52/276.71	c 10431[?] -2457[?] 1607[?]  is mandatory 
275.52/276.71	c qxplain 2132/2135
275.52/276.72	c qxplain 2134/2135
275.52/276.73	c qxplain 2135/2135
275.52/276.75	c 10432[?] -2457[?] 1820[?]  is mandatory 
275.52/276.75	c qxplain 2134/2134
275.52/276.76	c 10433[?] -1607[?] -1820[?] 2457[?]  is mandatory 
275.52/276.76	c qxplain 2132/2133
275.52/276.77	c qxplain 2133/2133
275.52/276.78	c 10434[?] -2458[?] 1443[?]  is mandatory 
275.52/276.78	c qxplain 2132/2132
275.62/276.80	c 10435[?] 1911[?] -2458[?]  is mandatory 
275.62/276.80	c qxplain 2124/2131
275.62/276.81	c qxplain 2128/2131
275.62/276.82	c qxplain 2130/2131
275.62/276.83	c qxplain 2131/2131
275.62/276.84	c 10436[?] -1443[?] -1911[?] 2458[?]  is mandatory 
275.62/276.84	c qxplain 2130/2130
275.62/276.85	c 10437[?] -2459[?] -1443[?]  is mandatory 
275.62/276.85	c qxplain 2128/2129
275.62/276.86	c qxplain 2129/2129
275.62/276.88	c 10438[?] -1911[?] -2459[?]  is mandatory 
275.62/276.88	c qxplain 2128/2128
275.62/276.89	c 10439[?] 1911[?] 1443[?] 2459[?]  is mandatory 
275.62/276.89	c qxplain 2124/2127
275.72/276.90	c qxplain 2126/2127
275.72/276.91	c qxplain 2127/2127
275.72/276.92	c 10440[?] -2458[?] -2460[?]  is mandatory 
275.72/276.92	c qxplain 2126/2126
275.72/276.94	c 10441[?] -2459[?] -2460[?]  is mandatory 
275.72/276.94	c qxplain 2124/2125
275.72/276.95	c qxplain 2125/2125
275.72/276.97	c 10442[?] 2458[?] 2459[?] 2460[?]  is mandatory 
275.72/276.97	c qxplain 2124/2124
275.72/276.98	c 10443[?] -2461[?] -1820[?]  is mandatory 
275.72/276.98	c qxplain 2108/2123
275.72/276.99	c qxplain 2116/2123
275.72/276.99	c qxplain 2120/2123
275.82/277.00	c qxplain 2122/2123
275.82/277.01	c qxplain 2123/2123
275.82/277.03	c 10444[?] -2461[?] -2460[?]  is mandatory 
275.82/277.03	c qxplain 2122/2122
275.82/277.04	c 10445[?] 2460[?] 2461[?] 1820[?]  is mandatory 
275.82/277.04	c qxplain 2120/2121
275.82/277.05	c qxplain 2121/2121
275.82/277.06	c 10446[?] -2457[?] -2462[?]  is mandatory 
275.82/277.06	c qxplain 2120/2120
275.82/277.07	c 10447[?] -2461[?] -2462[?]  is mandatory 
275.82/277.07	c qxplain 2116/2119
275.82/277.08	c qxplain 2118/2119
275.82/277.09	c qxplain 2119/2119
275.92/277.10	c 10448[?] 2457[?] 2462[?] 2461[?]  is mandatory 
275.92/277.10	c qxplain 2118/2118
275.92/277.11	c 10449[?] -2463[?] -1799[?]  is mandatory 
275.92/277.11	c qxplain 2116/2117
275.92/277.12	c qxplain 2117/2117
275.92/277.13	c 10450[?] -2462[?] -2463[?]  is mandatory 
275.92/277.13	c qxplain 2116/2116
275.92/277.14	c 10451[?] 2462[?] 2463[?] 1799[?]  is mandatory 
275.92/277.14	c qxplain 2108/2115
275.92/277.15	c qxplain 2112/2115
275.92/277.16	c qxplain 2114/2115
275.92/277.17	c qxplain 2115/2115
275.92/277.18	c 10452[?] -2464[?] -2456[?]  is mandatory 
275.92/277.18	c qxplain 2114/2114
275.92/277.19	c 10453[?] -2463[?] -2464[?]  is mandatory 
275.92/277.19	c qxplain 2112/2113
276.02/277.20	c qxplain 2113/2113
276.02/277.21	c 10454[?] 2463[?] 2464[?] 2456[?]  is mandatory 
276.02/277.21	c qxplain 2112/2112
276.02/277.22	c 10455[?] -2465[?] 1508[?]  is mandatory 
276.02/277.23	c qxplain 2108/2111
276.02/277.24	c qxplain 2110/2111
276.02/277.25	c qxplain 2111/2111
276.02/277.26	c 10456[?] -2465[?] 1757[?]  is mandatory 
276.02/277.26	c qxplain 2110/2110
276.02/277.27	c 10457[?] -1508[?] 2465[?] -1757[?]  is mandatory 
276.02/277.27	c qxplain 2108/2109
276.02/277.28	c qxplain 2109/2109
276.02/277.29	c 10458[?] -2466[?] 1527[?]  is mandatory 
276.02/277.29	c qxplain 2108/2108
276.12/277.30	c 10459[?] -2466[?] 1755[?]  is mandatory 
276.12/277.30	c qxplain 2076/2107
276.12/277.33	c qxplain 2092/2107
276.12/277.35	c qxplain 2100/2107
276.12/277.36	c qxplain 2104/2107
276.12/277.37	c qxplain 2106/2107
276.12/277.38	c qxplain 2107/2107
276.12/277.40	c 10460[?] -1527[?] 2466[?] -1755[?]  is mandatory 
276.12/277.40	c qxplain 2106/2106
276.22/277.41	c 10461[?] -2467[?] 1591[?]  is mandatory 
276.22/277.41	c qxplain 2104/2105
276.22/277.42	c qxplain 2105/2105
276.22/277.43	c 10462[?] -2467[?] 1735[?]  is mandatory 
276.22/277.43	c qxplain 2104/2104
276.22/277.45	c 10463[?] -1591[?] 2467[?] -1735[?]  is mandatory 
276.22/277.45	c qxplain 2100/2103
276.22/277.46	c qxplain 2102/2103
276.22/277.47	c qxplain 2103/2103
276.22/277.49	c 10464[?] -2468[?] 1546[?]  is mandatory 
276.22/277.49	c qxplain 2102/2102
276.31/277.50	c 10465[?] -2468[?] 1753[?]  is mandatory 
276.31/277.50	c qxplain 2100/2101
276.31/277.51	c qxplain 2101/2101
276.31/277.53	c 10466[?] -1546[?] 2468[?] -1753[?]  is mandatory 
276.31/277.53	c qxplain 2100/2100
276.31/277.54	c 10467[?] -2467[?] -2469[?]  is mandatory 
276.31/277.54	c qxplain 2092/2099
276.31/277.55	c qxplain 2096/2099
276.53/277.66	c qxplain 2098/2099
276.53/277.67	c qxplain 2099/2099
276.53/277.68	c 10468[?] -2468[?] -2469[?]  is mandatory 
276.53/277.68	c qxplain 2098/2098
276.53/277.69	c 10469[?] 2469[?] 2467[?] 2468[?]  is mandatory 
276.53/277.69	c qxplain 2096/2097
276.53/277.71	c qxplain 2097/2097
276.53/277.72	c 10470[?] -2466[?] -2470[?]  is mandatory 
276.53/277.72	c qxplain 2096/2096
276.61/277.73	c 10471[?] 2469[?] -2470[?]  is mandatory 
276.61/277.73	c qxplain 2092/2095
276.61/277.74	c qxplain 2094/2095
276.61/277.75	c qxplain 2095/2095
276.61/277.76	c 10472[?] -2469[?] 2470[?] 2466[?]  is mandatory 
276.61/277.76	c qxplain 2094/2094
276.61/277.77	c 10473[?] -2465[?] -2471[?]  is mandatory 
276.61/277.77	c qxplain 2092/2093
276.61/277.78	c qxplain 2093/2093
276.61/277.79	c 10474[?] 2470[?] -2471[?]  is mandatory 
276.61/277.79	c qxplain 2092/2092
276.69/277.81	c 10475[?] -2470[?] 2471[?] 2465[?]  is mandatory 
276.69/277.81	c qxplain 2076/2091
276.69/277.83	c qxplain 2084/2091
276.69/277.84	c qxplain 2088/2091
276.69/277.85	c qxplain 2090/2091
276.69/277.85	c qxplain 2091/2091
276.69/277.86	c 10476[?] -2472[?] -2464[?]  is mandatory 
276.69/277.86	c qxplain 2090/2090
276.69/277.89	c 10477[?] 2471[?] -2472[?]  is mandatory 
276.69/277.89	c qxplain 2088/2089
276.79/277.90	c qxplain 2089/2089
276.79/277.91	c 10478[?] -2471[?] 2464[?] 2472[?]  is mandatory 
276.79/277.91	c qxplain 2088/2088
276.79/277.92	c 10479[?] -2452[?] -2473[?]  is mandatory 
276.79/277.92	c qxplain 2084/2087
276.79/277.93	c qxplain 2086/2087
276.79/277.94	c qxplain 2087/2087
276.79/277.95	c 10480[?] -2472[?] -2473[?]  is mandatory 
276.79/277.95	c qxplain 2086/2086
276.79/277.96	c 10481[?] 2472[?] 2452[?] 2473[?]  is mandatory 
276.79/277.96	c qxplain 2084/2085
276.79/277.98	c qxplain 2085/2085
276.79/277.99	c 10482[?] -2474[?] 1444[?]  is mandatory 
276.79/277.99	c qxplain 2084/2084
276.89/278.00	c 10483[?] -2474[?] -1445[?]  is mandatory 
276.89/278.00	c qxplain 2076/2083
276.89/278.01	c qxplain 2080/2083
276.89/278.02	c qxplain 2082/2083
276.89/278.03	c qxplain 2083/2083
276.89/278.08	c 10484[?] 2474[?] -1444[?] 1445[?]  is mandatory 
276.89/278.08	c qxplain 2082/2082
276.89/278.09	c 10485[?] -2475[?] -1444[?]  is mandatory 
276.89/278.09	c qxplain 2080/2081
276.99/278.10	c qxplain 2081/2081
276.99/278.11	c 10486[?] -2475[?] 1445[?]  is mandatory 
276.99/278.11	c qxplain 2080/2080
276.99/278.12	c 10487[?] 2475[?] 1444[?] -1445[?]  is mandatory 
276.99/278.12	c qxplain 2076/2079
276.99/278.13	c qxplain 2078/2079
276.99/278.14	c qxplain 2079/2079
276.99/278.15	c 10488[?] -2476[?] -2474[?]  is mandatory 
276.99/278.15	c qxplain 2078/2078
276.99/278.16	c 10489[?] -2476[?] -2475[?]  is mandatory 
276.99/278.16	c qxplain 2076/2077
276.99/278.17	c qxplain 2077/2077
276.99/278.17	c 10490[?] 2476[?] 2475[?] 2474[?]  is mandatory 
276.99/278.17	c qxplain 2076/2076
276.99/278.19	c 10491[?] -2477[?] 1475[?]  is mandatory 
276.99/278.19	c qxplain 2013/2075
277.09/278.20	c qxplain 2045/2075
277.09/278.21	c qxplain 2061/2075
277.09/278.22	c qxplain 2069/2075
277.09/278.23	c qxplain 2073/2075
277.09/278.24	c qxplain 2075/2075
277.09/278.25	c 10492[?] -2477[?] -2476[?]  is mandatory 
277.09/278.25	c qxplain 2073/2074
277.09/278.26	c qxplain 2074/2074
277.09/278.27	c 10493[?] 2477[?] 2476[?] -1475[?]  is mandatory 
277.09/278.27	c qxplain 2073/2073
277.19/278.30	c 10494[?] -2478[?] 1445[?]  is mandatory 
277.19/278.30	c qxplain 2069/2072
277.19/278.31	c qxplain 2071/2072
277.19/278.32	c qxplain 2072/2072
277.19/278.33	c 10495[?] -2478[?] -1475[?]  is mandatory 
277.19/278.33	c qxplain 2071/2071
277.19/278.35	c 10496[?] 2478[?] 1475[?] -1445[?]  is mandatory 
277.19/278.35	c qxplain 2069/2070
277.19/278.36	c qxplain 2070/2070
277.19/278.37	c 10497[?] -2479[?] -2477[?]  is mandatory 
277.19/278.37	c qxplain 2069/2069
277.19/278.38	c 10498[?] -2479[?] -2478[?]  is mandatory 
277.19/278.38	c qxplain 2061/2068
277.19/278.40	c qxplain 2065/2068
277.29/278.42	c qxplain 2067/2068
277.29/278.43	c qxplain 2068/2068
277.29/278.44	c 10499[?] 2479[?] 2477[?] 2478[?]  is mandatory 
277.29/278.44	c qxplain 2067/2067
277.29/278.45	c 10500[?] -2480[?] 1799[?]  is mandatory 
277.29/278.45	c qxplain 2065/2066
277.29/278.46	c qxplain 2066/2066
277.29/278.47	c 10501[?] -2480[?] -2479[?]  is mandatory 
277.29/278.47	c qxplain 2065/2065
277.29/278.49	c 10502[?] 2480[?] 2479[?] -1799[?]  is mandatory 
277.29/278.49	c qxplain 2061/2064
277.29/278.50	c qxplain 2063/2064
277.39/278.51	c qxplain 2064/2064
277.39/278.52	c 10503[?] 1608[?] -2481[?]  is mandatory 
277.39/278.52	c qxplain 2063/2063
277.39/278.53	c 10504[?] -2481[?] 1820[?]  is mandatory 
277.39/278.53	c qxplain 2061/2062
277.39/278.54	c qxplain 2062/2062
277.39/278.55	c 10505[?] 2481[?] -1608[?] -1820[?]  is mandatory 
277.39/278.55	c qxplain 2061/2061
277.39/278.56	c 10506[?] -1915[?] -2482[?]  is mandatory 
277.39/278.56	c qxplain 2045/2060
277.39/278.58	c qxplain 2053/2060
277.39/278.59	c qxplain 2057/2060
277.49/278.60	c qxplain 2059/2060
277.49/278.61	c qxplain 2060/2060
277.49/278.62	c 10507[?] -2482[?] 1918[?]  is mandatory 
277.49/278.62	c qxplain 2059/2059
277.49/278.64	c 10508[?] -1918[?] 1915[?] 2482[?]  is mandatory 
277.49/278.64	c qxplain 2057/2058
277.49/278.65	c qxplain 2058/2058
277.49/278.66	c 10509[?] 1912[?] -2483[?]  is mandatory 
277.49/278.66	c qxplain 2057/2057
277.49/278.68	c 10510[?] -2483[?] 1915[?]  is mandatory 
277.49/278.68	c qxplain 2053/2056
277.49/278.69	c qxplain 2055/2056
277.49/278.70	c qxplain 2056/2056
277.49/278.71	c 10511[?] -1912[?] 2483[?] -1915[?]  is mandatory 
277.49/278.71	c qxplain 2055/2055
277.59/278.72	c 10512[?] -2484[?] -1912[?]  is mandatory 
277.59/278.72	c qxplain 2053/2054
277.59/278.74	c qxplain 2054/2054
277.59/278.75	c 10513[?] -2484[?] -1915[?]  is mandatory 
277.59/278.75	c qxplain 2053/2053
277.59/278.76	c 10514[?] 1912[?] 1915[?] 2484[?]  is mandatory 
277.59/278.76	c qxplain 2045/2052
277.59/278.77	c qxplain 2049/2052
277.59/278.78	c qxplain 2051/2052
277.59/278.79	c qxplain 2052/2052
277.59/278.81	c 10515[?] -2483[?] -2485[?]  is mandatory 
277.59/278.81	c qxplain 2051/2051
277.59/278.82	c 10516[?] -2484[?] -2485[?]  is mandatory 
277.59/278.82	c qxplain 2049/2050
277.71/278.83	c qxplain 2050/2050
277.71/278.84	c 10517[?] 2483[?] 2484[?] 2485[?]  is mandatory 
277.71/278.84	c qxplain 2049/2049
277.71/278.86	c 10518[?] -1442[?] -2486[?]  is mandatory 
277.71/278.86	c qxplain 2045/2048
277.71/278.87	c qxplain 2047/2048
277.71/278.88	c qxplain 2048/2048
277.71/278.89	c 10519[?] -2485[?] -2486[?]  is mandatory 
277.71/278.89	c qxplain 2047/2047
277.78/278.91	c 10520[?] 2485[?] 1442[?] 2486[?]  is mandatory 
277.78/278.91	c qxplain 2045/2046
277.78/278.92	c qxplain 2046/2046
277.78/278.93	c 10521[?] -1912[?] -2487[?]  is mandatory 
277.78/278.93	c qxplain 2045/2045
277.78/278.94	c 10522[?] -2487[?] 1915[?]  is mandatory 
277.78/278.94	c qxplain 2013/2044
277.78/278.95	c qxplain 2029/2044
277.78/278.96	c qxplain 2037/2044
277.78/278.97	c qxplain 2041/2044
277.78/278.98	c qxplain 2043/2044
277.78/278.99	c qxplain 2044/2044
277.88/279.00	c 10523[?] -1915[?] 2487[?] 1912[?]  is mandatory 
277.88/279.00	c qxplain 2043/2043
277.88/279.02	c 10524[?] -2488[?] 1442[?]  is mandatory 
277.88/279.02	c qxplain 2041/2042
277.88/279.03	c qxplain 2042/2042
277.88/279.04	c 10525[?] 2487[?] -2488[?]  is mandatory 
277.88/279.04	c qxplain 2041/2041
277.88/279.06	c 10526[?] -2487[?] 2488[?] -1442[?]  is mandatory 
277.88/279.06	c qxplain 2037/2040
277.88/279.07	c qxplain 2039/2040
277.88/279.08	c qxplain 2040/2040
277.88/279.09	c 10527[?] -2486[?] -2489[?]  is mandatory 
277.88/279.09	c qxplain 2039/2039
277.98/279.10	c 10528[?] -2488[?] -2489[?]  is mandatory 
277.98/279.10	c qxplain 2037/2038
277.98/279.11	c qxplain 2038/2038
277.98/279.13	c 10529[?] 2486[?] 2489[?] 2488[?]  is mandatory 
277.98/279.13	c qxplain 2037/2037
277.98/279.14	c 10530[?] -2482[?] -2490[?]  is mandatory 
277.98/279.14	c qxplain 2029/2036
277.98/279.15	c qxplain 2033/2036
277.98/279.16	c qxplain 2035/2036
277.98/279.17	c qxplain 2036/2036
277.98/279.18	c 10531[?] 2489[?] -2490[?]  is mandatory 
277.98/279.18	c qxplain 2035/2035
278.08/279.20	c 10532[?] -2489[?] 2482[?] 2490[?]  is mandatory 
278.08/279.20	c qxplain 2033/2034
278.08/279.21	c qxplain 2034/2034
278.08/279.22	c 10533[?] -2491[?] -1820[?]  is mandatory 
278.08/279.22	c qxplain 2033/2033
278.08/279.23	c 10534[?] -2490[?] -2491[?]  is mandatory 
278.08/279.23	c qxplain 2029/2032
278.08/279.24	c qxplain 2031/2032
278.08/279.25	c qxplain 2032/2032
278.08/279.26	c 10535[?] 2490[?] 1820[?] 2491[?]  is mandatory 
278.08/279.26	c qxplain 2031/2031
278.08/279.27	c 10536[?] -2492[?] -2481[?]  is mandatory 
278.08/279.27	c qxplain 2029/2030
278.08/279.29	c qxplain 2030/2030
278.18/279.30	c 10537[?] -2491[?] -2492[?]  is mandatory 
278.18/279.30	c qxplain 2029/2029
278.18/279.31	c 10538[?] 2492[?] 2491[?] 2481[?]  is mandatory 
278.18/279.31	c qxplain 2013/2028
278.18/279.32	c qxplain 2021/2028
278.18/279.32	c qxplain 2025/2028
278.18/279.33	c qxplain 2027/2028
278.18/279.34	c qxplain 2028/2028
278.18/279.36	c 10539[?] -2493[?] -1799[?]  is mandatory 
278.18/279.36	c qxplain 2027/2027
278.18/279.37	c 10540[?] -2493[?] -2492[?]  is mandatory 
278.18/279.37	c qxplain 2025/2026
278.18/279.38	c qxplain 2026/2026
278.18/279.39	c 10541[?] 2492[?] 2493[?] 1799[?]  is mandatory 
278.18/279.39	c qxplain 2025/2025
278.29/279.40	c 10542[?] -2494[?] -2480[?]  is mandatory 
278.29/279.40	c qxplain 2021/2024
278.29/279.41	c qxplain 2023/2024
278.29/279.42	c qxplain 2024/2024
278.29/279.43	c 10543[?] -2493[?] -2494[?]  is mandatory 
278.29/279.43	c qxplain 2023/2023
278.29/279.44	c 10544[?] 2494[?] 2493[?] 2480[?]  is mandatory 
278.29/279.44	c qxplain 2021/2022
278.29/279.45	c qxplain 2022/2022
278.29/279.46	c 10545[?] 2452[?] -2495[?]  is mandatory 
278.29/279.46	c qxplain 2021/2021
278.29/279.47	c 10546[?] -2495[?] 2472[?]  is mandatory 
278.29/279.47	c qxplain 2013/2020
278.29/279.48	c qxplain 2017/2020
278.29/279.49	c qxplain 2019/2020
278.39/279.52	c qxplain 2020/2020
278.39/279.53	c 10547[?] -2472[?] -2452[?] 2495[?]  is mandatory 
278.39/279.53	c qxplain 2019/2019
278.39/279.54	c 10548[?] -2496[?] 2494[?]  is mandatory 
278.39/279.54	c qxplain 2017/2018
278.39/279.55	c qxplain 2018/2018
278.39/279.56	c 10549[?] -2495[?] -2496[?]  is mandatory 
278.39/279.56	c qxplain 2017/2017
278.39/279.57	c 10550[?] 2496[?] 2495[?] -2494[?]  is mandatory 
278.39/279.57	c qxplain 2013/2016
278.39/279.58	c qxplain 2015/2016
278.39/279.59	c qxplain 2016/2016
278.49/279.61	c 10551[?] -2473[?] -2497[?]  is mandatory 
278.49/279.61	c qxplain 2015/2015
278.49/279.62	c 10552[?] -2497[?] -2496[?]  is mandatory 
278.49/279.62	c qxplain 2013/2014
278.49/279.63	c qxplain 2014/2014
278.49/279.64	c 10553[?] 2473[?] 2496[?] 2497[?]  is mandatory 
278.49/279.64	c qxplain 2013/2013
278.49/279.66	c 10554[?] -2498[?] 2423[?]  is mandatory 
278.49/279.66	c qxplain 0/2012
278.49/279.67	c qxplain 1007/2012
278.49/279.68	c qxplain 1510/2012
278.49/279.68	c qxplain 1762/2012
278.49/279.69	c qxplain 1888/2012
278.59/279.70	c qxplain 1951/2012
278.59/279.71	c qxplain 1982/2012
278.59/279.72	c qxplain 1998/2012
278.59/279.73	c qxplain 2006/2012
278.59/279.74	c qxplain 2010/2012
278.59/279.75	c qxplain 2012/2012
278.59/279.76	c 10555[?] -2498[?] -2440[?]  is mandatory 
278.59/279.76	c qxplain 2010/2011
278.59/279.76	c qxplain 2011/2011
278.59/279.78	c 10556[?] -2423[?] 2440[?] 2498[?]  is mandatory 
278.59/279.78	c qxplain 2010/2010
278.59/279.79	c 10557[?] -2499[?] -2409[?]  is mandatory 
278.59/279.79	c qxplain 2006/2009
278.59/279.80	c qxplain 2008/2009
278.59/279.81	c qxplain 2009/2009
278.70/279.82	c 10558[?] -2499[?] 2416[?]  is mandatory 
278.70/279.82	c qxplain 2008/2008
278.70/279.87	c 10559[?] 2499[?] -2416[?] 2409[?]  is mandatory 
278.70/279.87	c qxplain 2006/2007
278.70/279.89	c qxplain 2007/2007
278.70/279.90	c 10560[?] -2498[?] -2500[?]  is mandatory 
278.70/279.90	c qxplain 2006/2006
278.70/279.91	c 10561[?] -2499[?] -2500[?]  is mandatory 
278.70/279.91	c qxplain 1998/2005
278.81/279.92	c qxplain 2002/2005
278.81/279.93	c qxplain 2004/2005
278.81/279.94	c qxplain 2005/2005
278.81/279.95	c 10562[?] 2500[?] 2498[?] 2499[?]  is mandatory 
278.81/279.95	c qxplain 2004/2004
278.81/279.96	c 10563[?] -2497[?] -2501[?]  is mandatory 
278.81/279.96	c qxplain 2002/2003
278.81/279.97	c qxplain 2003/2003
278.81/279.98	c 10564[?] -2501[?] 2500[?]  is mandatory 
278.81/279.98	c qxplain 2002/2002
278.81/280.00	c 10565[?] 2501[?] -2500[?] 2497[?]  is mandatory 
278.81/280.00	c qxplain 1998/2001
278.89/280.00	c qxplain 2000/2001
278.89/280.01	c qxplain 2001/2001
278.89/280.03	c 10566[?] 2445[?] -2502[?]  is mandatory 
278.89/280.03	c qxplain 2000/2000
278.89/280.04	c 10567[?] -2502[?] -2501[?]  is mandatory 
278.89/280.04	c qxplain 1998/1999
278.89/280.05	c qxplain 1999/1999
278.89/280.06	c 10568[?] 2501[?] -2445[?] 2502[?]  is mandatory 
278.89/280.06	c qxplain 1998/1998
278.89/280.07	c 10569[?] -2503[?] -2390[?]  is mandatory 
278.89/280.07	c qxplain 1982/1997
278.89/280.08	c qxplain 1990/1997
278.89/280.09	c qxplain 1994/1997
278.99/280.10	c qxplain 1996/1997
278.99/280.10	c qxplain 1997/1997
278.99/280.12	c 10570[?] -2502[?] -2503[?]  is mandatory 
278.99/280.12	c qxplain 1996/1996
278.99/280.13	c 10571[?] 2503[?] 2502[?] 2390[?]  is mandatory 
278.99/280.13	c qxplain 1994/1995
278.99/280.14	c qxplain 1995/1995
278.99/280.15	c 10572[?] -2504[?] 2386[?]  is mandatory 
278.99/280.15	c qxplain 1994/1994
278.99/280.16	c 10573[?] 2503[?] -2504[?]  is mandatory 
278.99/280.16	c qxplain 1990/1993
278.99/280.17	c qxplain 1992/1993
278.99/280.18	c qxplain 1993/1993
278.99/280.19	c 10574[?] 2504[?] -2503[?] -2386[?]  is mandatory 
278.99/280.19	c qxplain 1992/1992
279.09/280.20	c 10575[?] -2389[?] -2505[?]  is mandatory 
279.09/280.20	c qxplain 1990/1991
279.09/280.21	c qxplain 1991/1991
279.09/280.22	c 10576[?] -2505[?] -2504[?]  is mandatory 
279.09/280.22	c qxplain 1990/1990
279.09/280.24	c 10577[?] 2504[?] 2389[?] 2505[?]  is mandatory 
279.09/280.24	c qxplain 1982/1989
279.09/280.25	c qxplain 1986/1989
279.09/280.25	c qxplain 1988/1989
279.09/280.26	c qxplain 1989/1989
279.09/280.28	c 10578[?] -2506[?] 2270[?]  is mandatory 
279.09/280.28	c qxplain 1988/1988
279.09/280.29	c 10579[?] -2506[?] -2287[?]  is mandatory 
279.09/280.29	c qxplain 1986/1987
279.09/280.30	c qxplain 1987/1987
279.19/280.31	c 10580[?] 2287[?] -2270[?] 2506[?]  is mandatory 
279.19/280.31	c qxplain 1986/1986
279.19/280.32	c 10581[?] -2507[?] -2250[?]  is mandatory 
279.19/280.32	c qxplain 1982/1985
279.19/280.33	c qxplain 1984/1985
279.19/280.34	c qxplain 1985/1985
279.19/280.35	c 10582[?] -2507[?] 2260[?]  is mandatory 
279.19/280.35	c qxplain 1984/1984
279.19/280.39	c 10583[?] 2507[?] -2260[?] 2250[?]  is mandatory 
279.19/280.39	c qxplain 1982/1983
279.29/280.40	c qxplain 1983/1983
279.29/280.41	c 10584[?] -2506[?] -2508[?]  is mandatory 
279.29/280.41	c qxplain 1982/1982
279.29/280.43	c 10585[?] -2508[?] -2507[?]  is mandatory 
279.29/280.43	c qxplain 1951/1981
279.29/280.44	c qxplain 1967/1981
279.29/280.44	c qxplain 1975/1981
279.29/280.45	c qxplain 1979/1981
279.29/280.46	c qxplain 1981/1981
279.29/280.47	c 10586[?] 2508[?] 2506[?] 2507[?]  is mandatory 
279.29/280.47	c qxplain 1979/1980
279.29/280.48	c qxplain 1980/1980
279.29/280.49	c 10587[?] -2505[?] -2509[?]  is mandatory 
279.29/280.49	c qxplain 1979/1979
279.39/280.50	c 10588[?] -2509[?] 2508[?]  is mandatory 
279.39/280.50	c qxplain 1975/1978
279.39/280.51	c qxplain 1977/1978
279.39/280.52	c qxplain 1978/1978
279.39/280.53	c 10589[?] 2509[?] 2505[?] -2508[?]  is mandatory 
279.39/280.53	c qxplain 1977/1977
279.39/280.55	c 10590[?] 2292[?] -2510[?]  is mandatory 
279.39/280.55	c qxplain 1975/1976
279.39/280.56	c qxplain 1976/1976
279.39/280.57	c 10591[?] -2510[?] -2509[?]  is mandatory 
279.39/280.57	c qxplain 1975/1975
279.39/280.58	c 10592[?] 2509[?] -2292[?] 2510[?]  is mandatory 
279.39/280.58	c qxplain 1967/1974
279.39/280.59	c qxplain 1971/1974
279.39/280.60	c qxplain 1973/1974
279.49/280.60	c qxplain 1974/1974
279.49/280.62	c 10593[?] -2511[?] 2202[?]  is mandatory 
279.49/280.62	c qxplain 1973/1973
279.49/280.63	c 10594[?] -2511[?] -2221[?]  is mandatory 
279.49/280.63	c qxplain 1971/1972
279.49/280.64	c qxplain 1972/1972
279.49/280.65	c 10595[?] -2202[?] 2511[?] 2221[?]  is mandatory 
279.49/280.65	c qxplain 1971/1971
279.49/280.66	c 10596[?] -2512[?] 2224[?]  is mandatory 
279.49/280.66	c qxplain 1967/1970
279.49/280.67	c qxplain 1969/1970
279.49/280.68	c qxplain 1970/1970
279.49/280.69	c 10597[?] -2511[?] -2512[?]  is mandatory 
279.49/280.69	c qxplain 1969/1969
279.59/280.70	c 10598[?] 2512[?] 2511[?] -2224[?]  is mandatory 
279.59/280.70	c qxplain 1967/1968
279.59/280.71	c qxplain 1968/1968
279.59/280.72	c 10599[?] -2510[?] -2513[?]  is mandatory 
279.59/280.72	c qxplain 1967/1967
279.59/280.74	c 10600[?] -2513[?] 2512[?]  is mandatory 
279.59/280.74	c qxplain 1951/1966
279.59/280.75	c qxplain 1959/1966
279.59/280.75	c qxplain 1963/1966
279.59/280.76	c qxplain 1965/1966
279.59/280.77	c qxplain 1966/1966
279.59/280.78	c 10601[?] 2513[?] 2510[?] -2512[?]  is mandatory 
279.59/280.78	c qxplain 1965/1965
279.59/280.79	c 10602[?] -2227[?] -2514[?]  is mandatory 
279.59/280.79	c qxplain 1963/1964
279.69/280.80	c qxplain 1964/1964
279.69/280.81	c 10603[?] -2514[?] -2513[?]  is mandatory 
279.69/280.81	c qxplain 1963/1963
279.69/280.83	c 10604[?] 2513[?] 2227[?] 2514[?]  is mandatory 
279.69/280.83	c qxplain 1959/1962
279.69/280.84	c qxplain 1961/1962
279.69/280.85	c qxplain 1962/1962
279.69/280.86	c 10605[?] -2131[?] -2515[?]  is mandatory 
279.69/280.86	c qxplain 1961/1961
279.69/280.87	c 10606[?] -2514[?] -2515[?]  is mandatory 
279.69/280.87	c qxplain 1959/1960
279.69/280.88	c qxplain 1960/1960
279.69/280.89	c 10607[?] 2515[?] 2514[?] 2131[?]  is mandatory 
279.69/280.89	c qxplain 1959/1959
279.69/280.90	c 10608[?] -2130[?] -2516[?]  is mandatory 
279.69/280.90	c qxplain 1951/1958
279.69/280.91	c qxplain 1955/1958
279.79/280.92	c qxplain 1957/1958
279.79/280.93	c qxplain 1958/1958
279.79/280.94	c 10609[?] -2516[?] -2515[?]  is mandatory 
279.79/280.94	c qxplain 1957/1957
279.79/280.95	c 10610[?] 2515[?] 2130[?] 2516[?]  is mandatory 
279.79/280.95	c qxplain 1955/1956
279.79/280.96	c qxplain 1956/1956
279.79/280.97	c 10611[?] -2097[?] -2517[?]  is mandatory 
279.79/280.97	c qxplain 1955/1955
279.79/280.98	c 10612[?] -2516[?] -2517[?]  is mandatory 
279.79/280.98	c qxplain 1951/1954
279.79/280.99	c qxplain 1953/1954
279.79/281.00	c qxplain 1954/1954
279.79/281.01	c 10613[?] 2517[?] 2516[?] 2097[?]  is mandatory 
279.79/281.01	c qxplain 1953/1953
279.91/281.03	c 10614[?] -2096[?] -2518[?]  is mandatory 
279.91/281.03	c qxplain 1951/1952
279.91/281.04	c qxplain 1952/1952
279.91/281.04	c 10615[?] -2518[?] -2517[?]  is mandatory 
279.91/281.04	c qxplain 1951/1951
279.91/281.06	c 10616[?] 2517[?] 2518[?] 2096[?]  is mandatory 
279.91/281.06	c qxplain 1888/1950
279.91/281.07	c qxplain 1920/1950
279.91/281.08	c qxplain 1936/1950
279.91/281.09	c qxplain 1944/1950
279.91/281.09	c qxplain 1948/1950
279.99/281.10	c qxplain 1950/1950
279.99/281.12	c 10617[?] -2519[?] 2041[?]  is mandatory 
279.99/281.12	c qxplain 1948/1949
279.99/281.13	c qxplain 1949/1949
279.99/281.13	c 10618[?] -2519[?] -2061[?]  is mandatory 
279.99/281.13	c qxplain 1948/1948
279.99/281.15	c 10619[?] 2061[?] -2041[?] 2519[?]  is mandatory 
279.99/281.15	c qxplain 1944/1947
279.99/281.16	c qxplain 1946/1947
279.99/281.17	c qxplain 1947/1947
279.99/281.18	c 10620[?] -2063[?] -2520[?]  is mandatory 
279.99/281.18	c qxplain 1946/1946
279.99/281.19	c 10621[?] -2519[?] -2520[?]  is mandatory 
279.99/281.19	c qxplain 1944/1945
280.09/281.20	c qxplain 1945/1945
280.09/281.21	c 10622[?] 2520[?] 2519[?] 2063[?]  is mandatory 
280.09/281.21	c qxplain 1944/1944
280.09/281.22	c 10623[?] -2518[?] -2521[?]  is mandatory 
280.09/281.22	c qxplain 1936/1943
280.09/281.23	c qxplain 1940/1943
280.09/281.24	c qxplain 1942/1943
280.09/281.25	c qxplain 1943/1943
280.09/281.26	c 10624[?] 2520[?] -2521[?]  is mandatory 
280.09/281.26	c qxplain 1942/1942
280.09/281.27	c 10625[?] 2521[?] 2518[?] -2520[?]  is mandatory 
280.09/281.27	c qxplain 1940/1941
280.09/281.28	c qxplain 1941/1941
280.18/281.30	c 10626[?] -2522[?] -2001[?]  is mandatory 
280.18/281.30	c qxplain 1940/1940
280.18/281.31	c 10627[?] 2521[?] -2522[?]  is mandatory 
280.18/281.31	c qxplain 1936/1939
280.18/281.32	c qxplain 1938/1939
280.18/281.33	c qxplain 1939/1939
280.18/281.34	c 10628[?] 2522[?] -2521[?] 2001[?]  is mandatory 
280.18/281.34	c qxplain 1938/1938
280.18/281.35	c 10629[?] -2066[?] -2523[?]  is mandatory 
280.18/281.35	c qxplain 1936/1937
280.18/281.36	c qxplain 1937/1937
280.18/281.37	c 10630[?] -2523[?] -2522[?]  is mandatory 
280.18/281.37	c qxplain 1936/1936
280.18/281.38	c 10631[?] 2522[?] 2066[?] 2523[?]  is mandatory 
280.18/281.38	c qxplain 1920/1935
280.18/281.39	c qxplain 1928/1935
280.28/281.40	c qxplain 1932/1935
280.28/281.41	c qxplain 1934/1935
281.01/282.15	c qxplain 1932/1933
281.01/282.16	c qxplain 1933/1933
281.01/282.17	c 10634[?] 1964[?] 2523[?] 2524[?]  is mandatory 
281.01/282.17	c qxplain 1932/1932
281.28/282.49	c qxplain 1928/1931
281.38/282.50	c qxplain 1930/1931
281.38/282.52	c qxplain 1931/1931
281.48/282.67	c qxplain 1930/1930
281.48/282.68	c 10637[?] -2523[?] -1964[?] 2525[?]  is mandatory 
281.48/282.68	c qxplain 1928/1929
281.48/282.69	c qxplain 1929/1929
281.58/282.70	c 10638[?] -2524[?] -2526[?]  is mandatory 
281.58/282.70	c qxplain 1928/1928
281.58/282.71	c 10639[?] -2525[?] -2526[?]  is mandatory 
281.58/282.71	c qxplain 1920/1927
281.58/282.72	c qxplain 1924/1927
281.69/282.81	c qxplain 1926/1927
281.69/282.83	c qxplain 1927/1927
281.69/282.84	c qxplain 1926/1926
281.69/282.85	c 10643[?] 2526[?] -1691[?] 2527[?]  is mandatory 
281.69/282.85	c qxplain 1924/1925
282.11/283.28	c qxplain 1920/1923
282.11/283.29	c qxplain 1922/1923
282.11/283.30	c qxplain 1923/1923
282.19/283.30	c 10646[?] 2528[?] 1689[?] 1670[?]  is mandatory 
282.19/283.30	c qxplain 1922/1922
282.19/283.31	c 10649[?] 2529[?] -2528[?] 1652[?]  is mandatory 
282.19/283.31	c qxplain 1920/1921
282.19/283.32	c qxplain 1921/1921
282.19/283.33	c 10652[?] 2526[?] -2529[?] 2530[?]  is mandatory 
282.19/283.33	c qxplain 1920/1920
282.19/283.35	c 10653[?] -2527[?] -2531[?]  is mandatory 
282.19/283.35	c qxplain 1888/1919
282.19/283.36	c qxplain 1904/1919
282.19/283.37	c qxplain 1912/1919
282.19/283.38	c qxplain 1916/1919
282.19/283.39	c qxplain 1918/1919
282.19/283.39	c qxplain 1919/1919
282.29/283.40	c 10654[?] -2530[?] -2531[?]  is mandatory 
282.29/283.40	c qxplain 1918/1918
282.29/283.41	c 10656[?] -1446[?] -2532[?]  is mandatory 
282.29/283.41	c qxplain 1916/1917
282.29/283.42	c qxplain 1917/1917
282.29/283.43	c 10657[?] -1448[?] -2532[?]  is mandatory 
282.29/283.43	c qxplain 1916/1916
282.29/283.45	c 10658[?] 2532[?] 1448[?] 1446[?]  is mandatory 
282.29/283.45	c qxplain 1912/1915
282.29/283.46	c qxplain 1914/1915
282.29/283.46	c qxplain 1915/1915
282.29/283.47	c 10659[?] -1447[?] -2533[?]  is mandatory 
282.29/283.47	c qxplain 1914/1914
282.29/283.48	c 10660[?] 2532[?] -2533[?]  is mandatory 
282.29/283.48	c qxplain 1912/1913
282.29/283.48	c qxplain 1913/1913
282.29/283.49	c 10661[?] 2533[?] -2532[?] 1447[?]  is mandatory 
282.29/283.49	c qxplain 1912/1912
282.39/283.50	c 10662[?] 1775[?] -2534[?]  is mandatory 
282.39/283.50	c qxplain 1904/1911
282.39/283.51	c qxplain 1908/1911
282.39/283.52	c qxplain 1910/1911
282.39/283.52	c qxplain 1911/1911
282.39/283.53	c 10663[?] 2533[?] -2534[?]  is mandatory 
282.39/283.53	c qxplain 1910/1910
282.39/283.54	c 10664[?] 2534[?] -2533[?] -1775[?]  is mandatory 
282.39/283.54	c qxplain 1908/1909
282.39/283.55	c qxplain 1909/1909
282.39/283.55	c 10665[?] 1634[?] -2535[?]  is mandatory 
282.39/283.55	c qxplain 1908/1908
282.39/283.56	c 10666[?] 2534[?] -2535[?]  is mandatory 
282.39/283.56	c qxplain 1904/1907
282.39/283.57	c qxplain 1906/1907
282.39/283.58	c qxplain 1907/1907
282.39/283.59	c 10667[?] 2535[?] -2534[?] -1634[?]  is mandatory 
282.39/283.59	c qxplain 1906/1906
282.39/283.59	c 10668[?] 1638[?] -2536[?]  is mandatory 
282.39/283.59	c qxplain 1904/1905
282.49/283.60	c qxplain 1905/1905
282.49/283.61	c 10669[?] 2535[?] -2536[?]  is mandatory 
282.49/283.61	c qxplain 1904/1904
282.49/283.62	c 10670[?] 2536[?] -2535[?] -1638[?]  is mandatory 
282.49/283.62	c qxplain 1888/1903
282.49/283.63	c qxplain 1896/1903
282.49/283.64	c qxplain 1900/1903
282.49/283.65	c qxplain 1902/1903
282.49/283.66	c qxplain 1903/1903
282.49/283.67	c 10671[?] 1643[?] -2537[?]  is mandatory 
282.49/283.67	c qxplain 1902/1902
282.49/283.67	c 10672[?] 2536[?] -2537[?]  is mandatory 
282.49/283.67	c qxplain 1900/1901
282.49/283.69	c qxplain 1901/1901
282.59/283.70	c 10673[?] 2537[?] -2536[?] -1643[?]  is mandatory 
282.59/283.70	c qxplain 1900/1900
282.59/283.73	c 10674[?] -2538[?] 1466[?]  is mandatory 
282.59/283.73	c qxplain 1896/1899
282.59/283.74	c qxplain 1898/1899
282.59/283.76	c qxplain 1899/1899
282.59/283.76	c 10675[?] -2538[?] -2537[?]  is mandatory 
282.59/283.76	c qxplain 1898/1898
282.59/283.77	c 10676[?] 2538[?] 2537[?] -1466[?]  is mandatory 
282.59/283.77	c qxplain 1896/1897
282.59/283.78	c qxplain 1897/1897
282.69/283.81	c 10677[?] -2539[?] -1465[?]  is mandatory 
282.69/283.81	c qxplain 1896/1896
282.69/283.82	c 10678[?] -2539[?] -1466[?]  is mandatory 
282.69/283.82	c qxplain 1888/1895
282.69/283.83	c qxplain 1892/1895
282.69/283.84	c qxplain 1894/1895
282.69/283.85	c qxplain 1895/1895
282.69/283.86	c 10679[?] 2539[?] 1466[?] 1465[?]  is mandatory 
282.69/283.86	c qxplain 1894/1894
282.69/283.89	c qxplain 1892/1893
282.79/283.90	c qxplain 1893/1893
282.79/283.95	c 10681[?] -2540[?] -1464[?]  is mandatory 
282.79/283.95	c qxplain 1892/1892
282.79/283.96	c 10682[?] 2540[?] 1463[?] 1464[?]  is mandatory 
282.79/283.96	c qxplain 1888/1891
282.79/283.97	c qxplain 1890/1891
282.89/284.01	c qxplain 1891/1891
282.89/284.01	c qxplain 1890/1890
282.89/284.03	c 10684[?] -2541[?] 2540[?]  is mandatory 
282.89/284.03	c qxplain 1888/1889
282.89/284.05	c qxplain 1889/1889
282.89/284.05	c 10685[?] 2541[?] -2540[?] -1776[?]  is mandatory 
282.89/284.05	c qxplain 1888/1888
282.89/284.07	c 10686[?] -2542[?] 2539[?]  is mandatory 
282.89/284.07	c qxplain 1762/1887
282.89/284.08	c qxplain 1825/1887
282.89/284.08	c qxplain 1857/1887
282.89/284.09	c qxplain 1873/1887
282.98/284.10	c qxplain 1881/1887
282.98/284.11	c qxplain 1885/1887
282.98/284.12	c qxplain 1887/1887
282.98/284.14	c 10687[?] -2542[?] 2541[?]  is mandatory 
282.98/284.14	c qxplain 1885/1886
282.98/284.15	c qxplain 1886/1886
282.98/284.16	c 10688[?] 2542[?] -2539[?] -2541[?]  is mandatory 
282.98/284.16	c qxplain 1885/1885
282.98/284.19	c 10689[?] 1808[?] -2543[?]  is mandatory 
282.98/284.19	c qxplain 1881/1884
282.98/284.20	c qxplain 1883/1884
282.98/284.21	c qxplain 1884/1884
283.09/284.23	c 10690[?] -2543[?] 2542[?]  is mandatory 
283.09/284.23	c qxplain 1883/1883
283.09/284.24	c 10691[?] 2543[?] -2542[?] -1808[?]  is mandatory 
283.09/284.24	c qxplain 1881/1882
283.09/284.25	c qxplain 1882/1882
283.09/284.26	c 10692[?] -2544[?] -2538[?]  is mandatory 
283.09/284.26	c qxplain 1881/1881
283.09/284.27	c 10693[?] -2544[?] -2543[?]  is mandatory 
283.09/284.27	c qxplain 1873/1880
283.09/284.28	c qxplain 1877/1880
283.09/284.29	c qxplain 1879/1880
283.09/284.30	c qxplain 1880/1880
283.09/284.31	c 10694[?] 2544[?] 2543[?] 2538[?]  is mandatory 
283.09/284.31	c qxplain 1879/1879
283.09/284.32	c 10695[?] -2545[?] 1475[?]  is mandatory 
283.09/284.32	c qxplain 1877/1878
283.21/284.33	c qxplain 1878/1878
283.21/284.34	c 10696[?] -2545[?] 2544[?]  is mandatory 
283.21/284.34	c qxplain 1877/1877
283.21/284.35	c 10697[?] 2545[?] -2544[?] -1475[?]  is mandatory 
283.21/284.35	c qxplain 1873/1876
283.21/284.36	c qxplain 1875/1876
283.21/284.37	c qxplain 1876/1876
283.28/284.46	c 10698[?] -2546[?] 1466[?]  is mandatory 
283.28/284.46	c qxplain 1875/1875
283.28/284.48	c 10699[?] -2546[?] -1475[?]  is mandatory 
283.28/284.48	c qxplain 1873/1874
283.28/284.50	c qxplain 1874/1874
283.38/284.51	c 10700[?] 2546[?] -1466[?] 1475[?]  is mandatory 
283.38/284.51	c qxplain 1873/1873
283.38/284.52	c 10701[?] -2547[?] -2545[?]  is mandatory 
283.38/284.52	c qxplain 1857/1872
283.38/284.53	c qxplain 1865/1872
283.38/284.54	c qxplain 1869/1872
283.38/284.55	c qxplain 1871/1872
283.38/284.55	c qxplain 1872/1872
283.38/284.57	c 10702[?] -2547[?] -2546[?]  is mandatory 
283.38/284.57	c qxplain 1871/1871
283.38/284.58	c 10703[?] 2547[?] 2545[?] 2546[?]  is mandatory 
283.38/284.58	c qxplain 1869/1870
283.48/284.63	c qxplain 1870/1870
283.58/284.70	c 10704[?] -2548[?] 1670[?]  is mandatory 
283.58/284.70	c qxplain 1869/1869
283.58/284.74	c 10705[?] 1689[?] -2548[?]  is mandatory 
283.58/284.74	c qxplain 1865/1868
283.58/284.76	c qxplain 1867/1868
283.58/284.77	c qxplain 1868/1868
283.58/284.78	c 10706[?] 2548[?] -1689[?] -1670[?]  is mandatory 
283.58/284.78	c qxplain 1867/1867
283.98/285.12	c qxplain 1865/1866
283.98/285.19	c qxplain 1866/1866
284.18/285.33	c qxplain 1865/1865
284.18/285.41	c 10709[?] 2549[?] -2548[?] 1652[?]  is mandatory 
284.18/285.41	c qxplain 1857/1864
284.38/285.51	c qxplain 1861/1864
284.38/285.53	c qxplain 1863/1864
284.48/285.61	c qxplain 1861/1862
284.48/285.63	c qxplain 1862/1862
284.58/285.71	c 10712[?] -2549[?] 2550[?] -2547[?]  is mandatory 
284.58/285.71	c qxplain 1861/1861
284.58/285.73	c 10713[?] 1974[?] -2551[?]  is mandatory 
284.58/285.73	c qxplain 1857/1860
284.58/285.74	c qxplain 1859/1860
284.58/285.75	c qxplain 1860/1860
284.58/285.76	c 10714[?] 2000[?] -2551[?]  is mandatory 
284.58/285.76	c qxplain 1859/1859
284.58/285.77	c 10715[?] -2000[?] -1974[?] 2551[?]  is mandatory 
284.58/285.77	c qxplain 1857/1858
285.08/286.21	c qxplain 1825/1856
285.18/286.30	c qxplain 1841/1856
285.18/286.38	c qxplain 1849/1856
285.18/286.39	c qxplain 1853/1856
285.18/286.40	c qxplain 1855/1856
285.18/286.41	c qxplain 1856/1856
285.28/286.43	c 10718[?] -1761[?] -1961[?] 2552[?]  is mandatory 
285.28/286.43	c qxplain 1855/1855
285.28/286.44	c 10719[?] -2551[?] -2553[?]  is mandatory 
285.28/286.44	c qxplain 1853/1854
285.28/286.45	c qxplain 1854/1854
285.28/286.46	c 10720[?] -2552[?] -2553[?]  is mandatory 
285.28/286.46	c qxplain 1853/1853
285.28/286.46	c qxplain 1849/1852
285.28/286.47	c qxplain 1851/1852
285.48/286.63	c qxplain 1849/1850
285.48/286.65	c qxplain 1850/1850
285.48/286.66	c 10724[?] 1761[?] 1961[?] 2554[?]  is mandatory 
285.48/286.66	c qxplain 1849/1849
285.48/286.67	c 10725[?] -2011[?] -2555[?]  is mandatory 
285.48/286.67	c qxplain 1841/1848
285.48/286.68	c qxplain 1845/1848
285.48/286.68	c qxplain 1847/1848
285.48/286.69	c qxplain 1848/1848
285.57/286.70	c 10726[?] -2555[?] -2028[?]  is mandatory 
285.57/286.70	c qxplain 1847/1847
285.57/286.72	c 10727[?] 2028[?] 2011[?] 2555[?]  is mandatory 
285.57/286.72	c qxplain 1845/1846
285.57/286.73	c qxplain 1846/1846
285.57/286.74	c 10728[?] -2041[?] -2556[?]  is mandatory 
285.57/286.74	c qxplain 1845/1845
285.57/286.75	c 10729[?] -2556[?] -2061[?]  is mandatory 
285.57/286.75	c qxplain 1841/1844
285.57/286.77	c qxplain 1843/1844
285.57/286.78	c qxplain 1844/1844
285.57/286.79	c 10730[?] 2061[?] 2041[?] 2556[?]  is mandatory 
285.57/286.79	c qxplain 1843/1843
285.57/286.80	c 10731[?] 2076[?] -2557[?]  is mandatory 
285.57/286.80	c qxplain 1841/1842
285.67/286.80	c qxplain 1842/1842
285.67/286.81	c 10732[?] 2095[?] -2557[?]  is mandatory 
285.67/286.81	c qxplain 1841/1841
285.67/286.82	c 10733[?] -2095[?] -2076[?] 2557[?]  is mandatory 
285.67/286.82	c qxplain 1825/1840
285.67/286.88	c qxplain 1833/1840
285.67/286.89	c qxplain 1837/1840
285.77/286.90	c qxplain 1839/1840
285.77/286.91	c qxplain 1840/1840
285.77/286.92	c 10734[?] -2107[?] -2558[?]  is mandatory 
285.77/286.92	c qxplain 1839/1839
285.77/286.93	c 10735[?] -2558[?] -2129[?]  is mandatory 
285.77/286.93	c qxplain 1837/1838
285.77/286.94	c qxplain 1838/1838
285.77/286.95	c 10736[?] 2129[?] 2107[?] 2558[?]  is mandatory 
285.77/286.95	c qxplain 1837/1837
285.77/286.96	c 10737[?] -2076[?] -2559[?]  is mandatory 
285.77/286.96	c qxplain 1833/1836
285.77/286.97	c qxplain 1835/1836
285.77/286.98	c qxplain 1836/1836
285.77/286.99	c 10738[?] -2559[?] -2095[?]  is mandatory 
285.77/286.99	c qxplain 1835/1835
285.88/287.00	c 10739[?] 2095[?] 2076[?] 2559[?]  is mandatory 
285.88/287.00	c qxplain 1833/1834
285.88/287.01	c qxplain 1834/1834
285.88/287.02	c 10740[?] -2558[?] -2560[?]  is mandatory 
285.88/287.02	c qxplain 1833/1833
285.88/287.03	c 10741[?] -2559[?] -2560[?]  is mandatory 
285.88/287.03	c qxplain 1825/1832
285.88/287.04	c qxplain 1829/1832
285.88/287.05	c qxplain 1831/1832
285.88/287.06	c qxplain 1832/1832
285.88/287.06	c 10742[?] 2560[?] 2559[?] 2558[?]  is mandatory 
285.88/287.06	c qxplain 1831/1831
285.88/287.07	c 10743[?] -2141[?] -2561[?]  is mandatory 
285.88/287.07	c qxplain 1829/1830
285.88/287.08	c qxplain 1830/1830
285.88/287.09	c 10744[?] -2561[?] -2158[?]  is mandatory 
285.88/287.09	c qxplain 1829/1829
285.98/287.11	c 10745[?] 2158[?] 2141[?] 2561[?]  is mandatory 
285.98/287.11	c qxplain 1825/1828
285.98/287.12	c qxplain 1827/1828
285.98/287.14	c qxplain 1828/1828
285.98/287.15	c 10746[?] 2107[?] -2562[?]  is mandatory 
285.98/287.15	c qxplain 1827/1827
285.98/287.16	c 10747[?] 2129[?] -2562[?]  is mandatory 
285.98/287.16	c qxplain 1825/1826
285.98/287.17	c qxplain 1826/1826
285.98/287.18	c 10748[?] -2129[?] -2107[?] 2562[?]  is mandatory 
285.98/287.18	c qxplain 1825/1825
285.98/287.19	c 10749[?] -2557[?] -2563[?]  is mandatory 
285.98/287.19	c qxplain 1762/1824
286.08/287.29	c qxplain 1794/1824
286.18/287.38	c qxplain 1810/1824
286.28/287.46	c qxplain 1818/1824
286.28/287.47	c qxplain 1822/1824
286.28/287.48	c qxplain 1824/1824
286.28/287.49	c 10750[?] -2562[?] -2563[?]  is mandatory 
286.28/287.49	c qxplain 1822/1823
286.28/287.50	c qxplain 1823/1823
286.28/287.51	c 10751[?] 2563[?] 2562[?] 2557[?]  is mandatory 
286.28/287.51	c qxplain 1822/1822
286.39/287.52	c 10752[?] -2564[?] 2561[?]  is mandatory 
286.39/287.52	c qxplain 1818/1821
286.39/287.53	c qxplain 1820/1821
286.39/287.54	c qxplain 1821/1821
286.39/287.55	c 10753[?] 2563[?] -2564[?]  is mandatory 
286.39/287.55	c qxplain 1820/1820
286.39/287.56	c 10754[?] -2561[?] -2563[?] 2564[?]  is mandatory 
286.39/287.56	c qxplain 1818/1819
286.39/287.57	c qxplain 1819/1819
286.39/287.58	c 10755[?] 2560[?] -2565[?]  is mandatory 
286.39/287.58	c qxplain 1818/1818
286.39/287.59	c 10756[?] -2564[?] -2565[?]  is mandatory 
286.39/287.59	c qxplain 1810/1817
286.50/287.62	c qxplain 1814/1817
286.50/287.63	c qxplain 1816/1817
286.50/287.64	c qxplain 1817/1817
286.50/287.65	c 10757[?] 2565[?] -2560[?] 2564[?]  is mandatory 
286.50/287.65	c qxplain 1816/1816
286.50/287.66	c 10758[?] -2557[?] -2566[?]  is mandatory 
286.50/287.66	c qxplain 1814/1815
286.50/287.67	c qxplain 1815/1815
286.50/287.68	c 10759[?] -2566[?] -2565[?]  is mandatory 
286.50/287.68	c qxplain 1814/1814
286.50/287.69	c 10760[?] 2565[?] 2557[?] 2566[?]  is mandatory 
286.50/287.69	c qxplain 1810/1813
286.58/287.71	c qxplain 1812/1813
286.58/287.72	c qxplain 1813/1813
286.58/287.73	c 10761[?] 2169[?] -2567[?]  is mandatory 
286.58/287.73	c qxplain 1812/1812
286.58/287.74	c 10762[?] -2567[?] 2189[?]  is mandatory 
286.58/287.74	c qxplain 1810/1811
286.58/287.75	c qxplain 1811/1811
286.58/287.76	c 10763[?] -2169[?] -2189[?] 2567[?]  is mandatory 
286.58/287.76	c qxplain 1810/1810
286.58/287.77	c 10764[?] -2202[?] -2568[?]  is mandatory 
286.58/287.77	c qxplain 1794/1809
286.68/287.85	c qxplain 1802/1809
286.68/287.87	c qxplain 1806/1809
286.68/287.88	c qxplain 1808/1809
286.68/287.89	c qxplain 1809/1809
286.78/287.90	c 10765[?] -2568[?] -2221[?]  is mandatory 
286.78/287.90	c qxplain 1808/1808
286.78/287.92	c 10766[?] 2221[?] 2568[?] 2202[?]  is mandatory 
286.78/287.92	c qxplain 1806/1807
286.78/287.93	c qxplain 1807/1807
286.78/287.94	c 10767[?] -2169[?] -2569[?]  is mandatory 
286.78/287.94	c qxplain 1806/1806
286.78/287.95	c 10768[?] -2569[?] -2189[?]  is mandatory 
286.78/287.95	c qxplain 1802/1805
286.78/287.96	c qxplain 1804/1805
286.78/287.97	c qxplain 1805/1805
286.78/287.99	c 10769[?] 2189[?] 2169[?] 2569[?]  is mandatory 
286.78/287.99	c qxplain 1804/1804
286.88/288.01	c 10770[?] -2568[?] -2570[?]  is mandatory 
286.88/288.01	c qxplain 1802/1803
286.88/288.02	c qxplain 1803/1803
286.88/288.03	c 10771[?] -2569[?] -2570[?]  is mandatory 
286.88/288.03	c qxplain 1802/1802
286.88/288.04	c 10772[?] 2570[?] 2569[?] 2568[?]  is mandatory 
286.88/288.04	c qxplain 1794/1801
286.88/288.08	c qxplain 1798/1801
286.88/288.09	c qxplain 1800/1801
286.98/288.10	c qxplain 1801/1801
286.98/288.11	c 10773[?] -2571[?] -2250[?]  is mandatory 
286.98/288.11	c qxplain 1800/1800
286.98/288.12	c 10774[?] -2260[?] -2571[?]  is mandatory 
286.98/288.12	c qxplain 1798/1799
286.98/288.14	c qxplain 1799/1799
286.98/288.15	c 10775[?] 2250[?] 2260[?] 2571[?]  is mandatory 
286.98/288.15	c qxplain 1798/1798
286.98/288.16	c 10776[?] 2202[?] -2572[?]  is mandatory 
286.98/288.16	c qxplain 1794/1797
286.98/288.17	c qxplain 1796/1797
286.98/288.18	c qxplain 1797/1797
286.98/288.19	c 10777[?] 2221[?] -2572[?]  is mandatory 
286.98/288.19	c qxplain 1796/1796
287.08/288.20	c 10778[?] -2221[?] -2202[?] 2572[?]  is mandatory 
287.08/288.20	c qxplain 1794/1795
287.08/288.21	c qxplain 1795/1795
287.08/288.22	c 10779[?] -2567[?] -2573[?]  is mandatory 
287.08/288.22	c qxplain 1794/1794
287.08/288.23	c 10780[?] -2572[?] -2573[?]  is mandatory 
287.08/288.23	c qxplain 1762/1793
287.18/288.33	c qxplain 1778/1793
287.18/288.39	c qxplain 1786/1793
287.28/288.40	c qxplain 1790/1793
287.28/288.41	c qxplain 1792/1793
287.28/288.42	c qxplain 1793/1793
287.28/288.43	c 10781[?] 2573[?] 2572[?] 2567[?]  is mandatory 
287.28/288.43	c qxplain 1792/1792
287.28/288.44	c 10782[?] -2574[?] 2571[?]  is mandatory 
287.28/288.44	c qxplain 1790/1791
287.28/288.45	c qxplain 1791/1791
287.28/288.46	c 10783[?] 2573[?] -2574[?]  is mandatory 
287.28/288.46	c qxplain 1790/1790
287.28/288.48	c 10784[?] -2571[?] -2573[?] 2574[?]  is mandatory 
287.28/288.48	c qxplain 1786/1789
287.28/288.49	c qxplain 1788/1789
287.38/288.50	c qxplain 1789/1789
287.38/288.51	c 10785[?] 2570[?] -2575[?]  is mandatory 
287.38/288.51	c qxplain 1788/1788
287.38/288.52	c 10786[?] -2574[?] -2575[?]  is mandatory 
287.38/288.52	c qxplain 1786/1787
287.38/288.53	c qxplain 1787/1787
287.38/288.54	c 10787[?] 2575[?] 2574[?] -2570[?]  is mandatory 
287.38/288.54	c qxplain 1786/1786
287.38/288.55	c 10788[?] -2567[?] -2576[?]  is mandatory 
287.38/288.55	c qxplain 1778/1785
287.38/288.56	c qxplain 1782/1785
287.38/288.57	c qxplain 1784/1785
287.38/288.57	c qxplain 1785/1785
287.38/288.58	c 10789[?] -2576[?] -2575[?]  is mandatory 
287.38/288.58	c qxplain 1784/1784
287.38/288.59	c 10790[?] 2575[?] 2576[?] 2567[?]  is mandatory 
287.38/288.59	c qxplain 1782/1783
287.38/288.60	c qxplain 1783/1783
287.38/288.61	c 10791[?] -2302[?] -2577[?]  is mandatory 
287.38/288.61	c qxplain 1782/1782
287.48/288.63	c 10792[?] -2577[?] -2322[?]  is mandatory 
287.48/288.63	c qxplain 1778/1781
287.48/288.63	c qxplain 1780/1781
287.48/288.65	c qxplain 1781/1781
287.48/288.67	c 10793[?] 2302[?] 2577[?] 2322[?]  is mandatory 
287.48/288.67	c qxplain 1780/1780
287.48/288.68	c 10794[?] -2578[?] -2287[?]  is mandatory 
287.48/288.68	c qxplain 1778/1779
287.48/288.69	c qxplain 1779/1779
287.48/288.70	c 10795[?] -2578[?] 2577[?]  is mandatory 
287.48/288.70	c qxplain 1778/1778
287.48/288.71	c 10796[?] 2287[?] -2577[?] 2578[?]  is mandatory 
287.48/288.71	c qxplain 1762/1777
287.68/288.82	c qxplain 1770/1777
287.68/288.83	c qxplain 1774/1777
287.68/288.84	c qxplain 1776/1777
287.68/288.86	c qxplain 1777/1777
287.68/288.87	c 10797[?] 2287[?] -2579[?]  is mandatory 
287.68/288.87	c qxplain 1776/1776
287.68/288.89	c 10798[?] -2579[?] -2577[?]  is mandatory 
287.68/288.89	c qxplain 1774/1775
287.78/288.90	c qxplain 1775/1775
287.78/288.91	c 10799[?] 2579[?] 2577[?] -2287[?]  is mandatory 
287.78/288.91	c qxplain 1774/1774
287.78/288.92	c 10800[?] -2270[?] -2580[?]  is mandatory 
287.78/288.92	c qxplain 1770/1773
287.78/288.93	c qxplain 1772/1773
287.78/288.94	c qxplain 1773/1773
287.78/288.94	c 10801[?] -2580[?] -2579[?]  is mandatory 
287.78/288.94	c qxplain 1772/1772
287.78/288.95	c 10802[?] 2579[?] 2270[?] 2580[?]  is mandatory 
287.78/288.95	c qxplain 1770/1771
287.78/288.96	c qxplain 1771/1771
287.78/288.97	c 10803[?] -2578[?] -2581[?]  is mandatory 
287.78/288.97	c qxplain 1770/1770
287.78/288.98	c 10804[?] -2580[?] -2581[?]  is mandatory 
287.78/288.98	c qxplain 1762/1769
287.78/288.99	c qxplain 1766/1769
287.88/289.00	c qxplain 1768/1769
287.88/289.01	c qxplain 1769/1769
287.88/289.02	c 10805[?] 2581[?] 2580[?] 2578[?]  is mandatory 
287.88/289.02	c qxplain 1768/1768
287.88/289.03	c 10806[?] -2365[?] -2582[?]  is mandatory 
287.88/289.03	c qxplain 1766/1767
287.88/289.04	c qxplain 1767/1767
287.88/289.05	c 10807[?] -2582[?] -2383[?]  is mandatory 
287.88/289.05	c qxplain 1766/1766
287.88/289.06	c 10808[?] 2383[?] 2365[?] 2582[?]  is mandatory 
287.88/289.06	c qxplain 1762/1765
287.88/289.07	c qxplain 1764/1765
287.88/289.08	c qxplain 1765/1765
287.98/289.10	c 10809[?] -2583[?] -2352[?]  is mandatory 
287.98/289.10	c qxplain 1764/1764
287.98/289.11	c 10810[?] 2582[?] -2583[?]  is mandatory 
287.98/289.11	c qxplain 1762/1763
287.98/289.13	c qxplain 1763/1763
287.98/289.15	c 10811[?] 2352[?] -2582[?] 2583[?]  is mandatory 
287.98/289.15	c qxplain 1762/1762
287.98/289.16	c 10812[?] 2352[?] -2584[?]  is mandatory 
287.98/289.16	c qxplain 1510/1761
287.98/289.17	c qxplain 1636/1761
288.08/289.25	c qxplain 1699/1761
288.18/289.34	c qxplain 1731/1761
288.28/289.45	c qxplain 1747/1761
288.28/289.47	c qxplain 1755/1761
288.28/289.48	c qxplain 1759/1761
288.28/289.49	c qxplain 1761/1761
288.38/289.51	c 10813[?] -2584[?] -2582[?]  is mandatory 
288.38/289.51	c qxplain 1759/1760
288.38/289.52	c qxplain 1760/1760
288.38/289.53	c 10814[?] 2584[?] 2582[?] -2352[?]  is mandatory 
288.38/289.53	c qxplain 1759/1759
288.38/289.54	c 10815[?] -2333[?] -2585[?]  is mandatory 
288.38/289.54	c qxplain 1755/1758
288.38/289.55	c qxplain 1757/1758
288.38/289.56	c qxplain 1758/1758
288.38/289.57	c 10816[?] -2585[?] -2584[?]  is mandatory 
288.38/289.57	c qxplain 1757/1757
288.38/289.58	c 10817[?] 2584[?] 2333[?] 2585[?]  is mandatory 
288.38/289.58	c qxplain 1755/1756
288.38/289.58	c qxplain 1756/1756
288.47/289.60	c 10818[?] -2583[?] -2586[?]  is mandatory 
288.47/289.60	c qxplain 1755/1755
288.47/289.61	c 10819[?] -2585[?] -2586[?]  is mandatory 
288.47/289.61	c qxplain 1747/1754
288.47/289.62	c qxplain 1751/1754
288.47/289.63	c qxplain 1753/1754
288.47/289.63	c qxplain 1754/1754
288.47/289.64	c 10820[?] 2586[?] 2585[?] 2583[?]  is mandatory 
288.47/289.64	c qxplain 1753/1753
288.47/289.66	c 10821[?] 2365[?] -2587[?]  is mandatory 
288.47/289.66	c qxplain 1751/1752
288.47/289.68	c qxplain 1752/1752
288.47/289.69	c 10822[?] 2383[?] -2587[?]  is mandatory 
288.47/289.69	c qxplain 1751/1751
288.47/289.70	c 10823[?] -2365[?] -2383[?] 2587[?]  is mandatory 
288.47/289.70	c qxplain 1747/1750
288.47/289.71	c qxplain 1749/1750
288.58/289.72	c qxplain 1750/1750
288.58/289.73	c 10824[?] 2333[?] -2588[?]  is mandatory 
288.58/289.73	c qxplain 1749/1749
288.58/289.74	c 10825[?] 2352[?] -2588[?]  is mandatory 
288.58/289.74	c qxplain 1747/1748
288.58/289.75	c qxplain 1748/1748
288.58/289.76	c 10826[?] -2333[?] -2352[?] 2588[?]  is mandatory 
288.58/289.76	c qxplain 1747/1747
288.58/289.77	c 10827[?] -2587[?] -2589[?]  is mandatory 
288.58/289.77	c qxplain 1731/1746
288.58/289.78	c qxplain 1739/1746
288.58/289.79	c qxplain 1743/1746
288.58/289.80	c qxplain 1745/1746
288.58/289.81	c qxplain 1746/1746
288.70/289.82	c 10828[?] -2588[?] -2589[?]  is mandatory 
288.70/289.82	c qxplain 1745/1745
288.70/289.83	c 10829[?] 2589[?] 2588[?] 2587[?]  is mandatory 
288.70/289.83	c qxplain 1743/1744
288.70/289.84	c qxplain 1744/1744
288.70/289.85	c 10830[?] -2590[?] -2409[?]  is mandatory 
288.70/289.85	c qxplain 1743/1743
288.70/289.86	c 10831[?] -2416[?] -2590[?]  is mandatory 
288.70/289.86	c qxplain 1739/1742
288.70/289.87	c qxplain 1741/1742
288.70/289.88	c qxplain 1742/1742
288.70/289.90	c 10832[?] 2416[?] 2409[?] 2590[?]  is mandatory 
288.70/289.90	c qxplain 1741/1741
288.77/289.91	c 10833[?] -2423[?] -2591[?]  is mandatory 
288.77/289.91	c qxplain 1739/1740
288.77/289.92	c qxplain 1740/1740
288.77/289.93	c 10834[?] -2591[?] -2440[?]  is mandatory 
288.77/289.93	c qxplain 1739/1739
288.77/289.94	c 10835[?] 2440[?] 2423[?] 2591[?]  is mandatory 
288.77/289.94	c qxplain 1731/1738
288.77/289.95	c qxplain 1735/1738
288.77/289.96	c qxplain 1737/1738
288.77/289.98	c qxplain 1738/1738
288.77/289.99	c 10836[?] 2409[?] -2592[?]  is mandatory 
288.77/289.99	c qxplain 1737/1737
288.77/290.00	c 10837[?] 2416[?] -2592[?]  is mandatory 
288.77/290.00	c qxplain 1735/1736
288.87/290.01	c qxplain 1736/1736
288.87/290.02	c 10838[?] -2416[?] 2592[?] -2409[?]  is mandatory 
288.87/290.02	c qxplain 1735/1735
288.87/290.03	c 10839[?] -2593[?] 2591[?]  is mandatory 
288.87/290.03	c qxplain 1731/1734
288.87/290.04	c qxplain 1733/1734
288.87/290.05	c qxplain 1734/1734
288.87/290.06	c 10840[?] -2592[?] -2593[?]  is mandatory 
288.87/290.06	c qxplain 1733/1733
288.87/290.07	c 10841[?] -2591[?] 2592[?] 2593[?]  is mandatory 
288.87/290.07	c qxplain 1731/1732
288.87/290.08	c qxplain 1732/1732
288.87/290.08	c 10842[?] -2590[?] -2594[?]  is mandatory 
288.87/290.08	c qxplain 1731/1731
288.87/290.09	c 10843[?] -2593[?] -2594[?]  is mandatory 
288.87/290.09	c qxplain 1699/1730
288.97/290.16	c qxplain 1715/1730
288.97/290.18	c qxplain 1723/1730
288.97/290.18	c qxplain 1727/1730
288.97/290.19	c qxplain 1729/1730
289.07/290.20	c qxplain 1730/1730
289.07/290.21	c 10844[?] 2594[?] 2590[?] 2593[?]  is mandatory 
289.07/290.21	c qxplain 1729/1729
289.07/290.22	c 10845[?] -2452[?] -2595[?]  is mandatory 
289.07/290.22	c qxplain 1727/1728
289.07/290.23	c qxplain 1728/1728
289.07/290.24	c 10846[?] -2595[?] -2494[?]  is mandatory 
289.07/290.24	c qxplain 1727/1727
289.07/290.25	c 10847[?] 2494[?] 2452[?] 2595[?]  is mandatory 
289.07/290.25	c qxplain 1723/1726
289.07/290.26	c qxplain 1725/1726
289.07/290.28	c qxplain 1726/1726
289.07/290.29	c 10848[?] 2452[?] -2596[?]  is mandatory 
289.07/290.29	c qxplain 1725/1725
289.07/290.29	c 10849[?] 2494[?] -2596[?]  is mandatory 
289.07/290.29	c qxplain 1723/1724
289.17/290.30	c qxplain 1724/1724
289.17/290.32	c 10850[?] -2494[?] -2452[?] 2596[?]  is mandatory 
289.17/290.32	c qxplain 1723/1723
289.17/290.33	c 10851[?] -2597[?] -2464[?]  is mandatory 
289.17/290.33	c qxplain 1715/1722
289.17/290.33	c qxplain 1719/1722
289.17/290.34	c qxplain 1721/1722
289.17/290.35	c qxplain 1722/1722
289.17/290.36	c 10852[?] -2471[?] -2597[?]  is mandatory 
289.17/290.36	c qxplain 1721/1721
289.17/290.37	c 10853[?] 2471[?] 2464[?] 2597[?]  is mandatory 
289.17/290.37	c qxplain 1719/1720
289.17/290.38	c qxplain 1720/1720
289.17/290.39	c 10854[?] -2596[?] -2598[?]  is mandatory 
289.17/290.39	c qxplain 1719/1719
289.27/290.40	c 10855[?] -2598[?] 2597[?]  is mandatory 
289.27/290.40	c qxplain 1715/1718
289.27/290.41	c qxplain 1717/1718
289.27/290.42	c qxplain 1718/1718
289.27/290.43	c 10856[?] 2596[?] -2597[?] 2598[?]  is mandatory 
289.27/290.43	c qxplain 1717/1717
289.27/290.44	c 10857[?] -2595[?] -2599[?]  is mandatory 
289.27/290.44	c qxplain 1715/1716
289.27/290.45	c qxplain 1716/1716
289.27/290.46	c 10858[?] -2598[?] -2599[?]  is mandatory 
289.27/290.46	c qxplain 1715/1715
289.27/290.47	c 10859[?] 2599[?] 2598[?] 2595[?]  is mandatory 
289.27/290.47	c qxplain 1699/1714
289.27/290.48	c qxplain 1707/1714
289.27/290.49	c qxplain 1711/1714
289.37/290.50	c qxplain 1713/1714
289.37/290.52	c qxplain 1714/1714
289.37/290.53	c 10860[?] 2423[?] -2600[?]  is mandatory 
289.37/290.53	c qxplain 1713/1713
289.37/290.54	c 10861[?] 2440[?] -2600[?]  is mandatory 
289.37/290.54	c qxplain 1711/1712
289.37/290.55	c qxplain 1712/1712
289.37/290.55	c 10862[?] -2423[?] -2440[?] 2600[?]  is mandatory 
289.37/290.55	c qxplain 1711/1711
289.37/290.56	c 10863[?] -2592[?] -2601[?]  is mandatory 
289.37/290.56	c qxplain 1707/1710
289.37/290.57	c qxplain 1709/1710
289.37/290.59	c qxplain 1710/1710
289.48/290.60	c 10864[?] -2600[?] -2601[?]  is mandatory 
289.48/290.60	c qxplain 1709/1709
289.48/290.61	c 10865[?] 2601[?] 2600[?] 2592[?]  is mandatory 
289.48/290.61	c qxplain 1707/1708
289.48/290.62	c qxplain 1708/1708
289.48/290.63	c 10866[?] -2602[?] -2599[?]  is mandatory 
289.48/290.63	c qxplain 1707/1707
289.48/290.64	c 10867[?] 2601[?] -2602[?]  is mandatory 
289.48/290.64	c qxplain 1699/1706
289.48/290.65	c qxplain 1703/1706
289.48/290.66	c qxplain 1705/1706
289.48/290.67	c qxplain 1706/1706
289.48/290.68	c 10868[?] 2599[?] -2601[?] 2602[?]  is mandatory 
289.48/290.68	c qxplain 1705/1705
289.48/290.69	c 10869[?] 2594[?] -2603[?]  is mandatory 
289.48/290.69	c qxplain 1703/1704
289.48/290.70	c qxplain 1704/1704
289.58/290.71	c 10870[?] -2602[?] -2603[?]  is mandatory 
289.58/290.71	c qxplain 1703/1703
289.58/290.72	c 10871[?] 2602[?] 2603[?] -2594[?]  is mandatory 
289.58/290.72	c qxplain 1699/1702
289.58/290.73	c qxplain 1701/1702
289.58/290.73	c qxplain 1702/1702
289.58/290.75	c 10872[?] 2589[?] -2604[?]  is mandatory 
289.58/290.75	c qxplain 1701/1701
289.58/290.76	c 10873[?] -2603[?] -2604[?]  is mandatory 
289.58/290.76	c qxplain 1699/1700
289.58/290.77	c qxplain 1700/1700
289.58/290.78	c 10874[?] 2603[?] -2589[?] 2604[?]  is mandatory 
289.58/290.78	c qxplain 1699/1699
289.58/290.78	c 10875[?] 2586[?] -2605[?]  is mandatory 
289.58/290.78	c qxplain 1636/1698
289.68/290.87	c qxplain 1668/1698
289.80/290.96	c qxplain 1684/1698
289.80/290.97	c qxplain 1692/1698
289.80/290.98	c qxplain 1696/1698
289.80/290.99	c qxplain 1698/1698
289.87/291.00	c 10876[?] -2604[?] -2605[?]  is mandatory 
289.87/291.00	c qxplain 1696/1697
289.87/291.01	c qxplain 1697/1697
289.87/291.02	c 10877[?] 2604[?] 2605[?] -2586[?]  is mandatory 
289.87/291.02	c qxplain 1696/1696
289.87/291.03	c 10878[?] 2302[?] -2606[?]  is mandatory 
289.87/291.03	c qxplain 1692/1695
289.87/291.05	c qxplain 1694/1695
289.87/291.06	c qxplain 1695/1695
289.87/291.07	c 10879[?] 2322[?] -2606[?]  is mandatory 
289.87/291.07	c qxplain 1694/1694
289.87/291.08	c 10880[?] -2302[?] -2322[?] 2606[?]  is mandatory 
289.87/291.08	c qxplain 1692/1693
289.87/291.10	c qxplain 1693/1693
289.97/291.11	c 10881[?] 2270[?] -2607[?]  is mandatory 
289.97/291.11	c qxplain 1692/1692
289.97/291.12	c 10882[?] 2287[?] -2607[?]  is mandatory 
289.97/291.12	c qxplain 1684/1691
289.97/291.13	c qxplain 1688/1691
289.97/291.14	c qxplain 1690/1691
289.97/291.15	c qxplain 1691/1691
289.97/291.16	c 10883[?] -2287[?] 2607[?] -2270[?]  is mandatory 
289.97/291.16	c qxplain 1690/1690
289.97/291.17	c 10884[?] -2606[?] -2608[?]  is mandatory 
289.97/291.17	c qxplain 1688/1689
289.97/291.19	c qxplain 1689/1689
290.07/291.20	c 10885[?] -2607[?] -2608[?]  is mandatory 
290.07/291.20	c qxplain 1688/1688
290.07/291.21	c 10886[?] 2608[?] 2607[?] 2606[?]  is mandatory 
290.07/291.21	c qxplain 1684/1687
290.07/291.22	c qxplain 1686/1687
290.07/291.23	c qxplain 1687/1687
290.07/291.24	c 10887[?] -2605[?] -2609[?]  is mandatory 
290.07/291.24	c qxplain 1686/1686
290.07/291.25	c 10888[?] 2608[?] -2609[?]  is mandatory 
290.07/291.25	c qxplain 1684/1685
290.07/291.26	c qxplain 1685/1685
290.07/291.27	c 10889[?] 2605[?] -2608[?] 2609[?]  is mandatory 
290.07/291.27	c qxplain 1684/1684
290.07/291.28	c 10890[?] 2581[?] -2610[?]  is mandatory 
290.07/291.28	c qxplain 1668/1683
290.07/291.29	c qxplain 1676/1683
290.07/291.30	c qxplain 1680/1683
290.17/291.30	c qxplain 1682/1683
290.17/291.31	c qxplain 1683/1683
290.17/291.32	c 10891[?] -2609[?] -2610[?]  is mandatory 
290.17/291.32	c qxplain 1682/1682
290.17/291.33	c 10892[?] 2609[?] 2610[?] -2581[?]  is mandatory 
290.17/291.33	c qxplain 1680/1681
290.17/291.35	c qxplain 1681/1681
290.17/291.36	c 10893[?] 2250[?] -2611[?]  is mandatory 
290.17/291.36	c qxplain 1680/1680
290.17/291.37	c 10894[?] 2260[?] -2611[?]  is mandatory 
290.17/291.37	c qxplain 1676/1679
290.17/291.38	c qxplain 1678/1679
290.17/291.39	c qxplain 1679/1679
290.17/291.40	c 10895[?] -2260[?] 2611[?] -2250[?]  is mandatory 
290.17/291.40	c qxplain 1678/1678
290.27/291.41	c 10896[?] 2573[?] -2612[?]  is mandatory 
290.27/291.41	c qxplain 1676/1677
290.27/291.42	c qxplain 1677/1677
290.27/291.43	c 10897[?] -2611[?] -2612[?]  is mandatory 
290.27/291.43	c qxplain 1676/1676
290.27/291.44	c 10898[?] 2612[?] 2611[?] -2573[?]  is mandatory 
290.27/291.44	c qxplain 1668/1675
290.27/291.45	c qxplain 1672/1675
290.27/291.46	c qxplain 1674/1675
290.27/291.47	c qxplain 1675/1675
290.27/291.48	c 10899[?] -2613[?] -2610[?]  is mandatory 
290.27/291.48	c qxplain 1674/1674
290.27/291.49	c 10900[?] 2612[?] -2613[?]  is mandatory 
290.27/291.49	c qxplain 1672/1673
290.27/291.50	c qxplain 1673/1673
290.37/291.51	c 10901[?] 2610[?] -2612[?] 2613[?]  is mandatory 
290.37/291.51	c qxplain 1672/1672
290.37/291.51	c 10902[?] -2576[?] -2614[?]  is mandatory 
290.37/291.51	c qxplain 1668/1671
290.37/291.52	c qxplain 1670/1671
290.37/291.53	c qxplain 1671/1671
290.37/291.54	c 10903[?] -2613[?] -2614[?]  is mandatory 
290.37/291.54	c qxplain 1670/1670
290.37/291.55	c 10904[?] 2576[?] 2614[?] 2613[?]  is mandatory 
290.37/291.55	c qxplain 1668/1669
290.37/291.57	c qxplain 1669/1669
290.37/291.58	c 10905[?] 2141[?] -2615[?]  is mandatory 
290.37/291.58	c qxplain 1668/1668
290.37/291.59	c 10906[?] 2158[?] -2615[?]  is mandatory 
290.37/291.59	c qxplain 1636/1667
290.48/291.63	c qxplain 1652/1667
290.48/291.64	c qxplain 1660/1667
290.48/291.65	c qxplain 1664/1667
290.48/291.66	c qxplain 1666/1667
290.48/291.67	c qxplain 1667/1667
290.48/291.68	c 10907[?] -2141[?] 2615[?] -2158[?]  is mandatory 
290.48/291.68	c qxplain 1666/1666
290.48/291.69	c 10908[?] -2616[?] -2614[?]  is mandatory 
290.48/291.69	c qxplain 1664/1665
290.58/291.71	c qxplain 1665/1665
290.58/291.72	c 10909[?] -2615[?] -2616[?]  is mandatory 
290.58/291.72	c qxplain 1664/1664
290.58/291.73	c 10910[?] 2614[?] 2615[?] 2616[?]  is mandatory 
290.58/291.73	c qxplain 1660/1663
290.58/291.74	c qxplain 1662/1663
290.58/291.75	c qxplain 1663/1663
290.58/291.76	c 10911[?] 2563[?] -2617[?]  is mandatory 
290.58/291.76	c qxplain 1662/1662
290.58/291.77	c 10912[?] -2617[?] 2616[?]  is mandatory 
290.58/291.77	c qxplain 1660/1661
290.58/291.79	c qxplain 1661/1661
290.58/291.80	c 10913[?] -2616[?] -2563[?] 2617[?]  is mandatory 
290.58/291.80	c qxplain 1660/1660
290.68/291.81	c 10914[?] -2566[?] -2618[?]  is mandatory 
290.68/291.81	c qxplain 1652/1659
290.68/291.82	c qxplain 1656/1659
290.68/291.82	c qxplain 1658/1659
290.68/291.83	c qxplain 1659/1659
290.68/291.84	c 10915[?] -2617[?] -2618[?]  is mandatory 
290.68/291.84	c qxplain 1658/1658
290.68/291.85	c 10916[?] 2617[?] 2618[?] 2566[?]  is mandatory 
290.68/291.85	c qxplain 1656/1657
290.68/291.87	c qxplain 1657/1657
290.68/291.88	c 10917[?] 2041[?] -2619[?]  is mandatory 
290.68/291.88	c qxplain 1656/1656
290.68/291.89	c 10918[?] 2061[?] -2619[?]  is mandatory 
290.68/291.89	c qxplain 1652/1655
290.68/291.90	c qxplain 1654/1655
290.68/291.91	c qxplain 1655/1655
290.68/291.92	c 10919[?] -2061[?] -2041[?] 2619[?]  is mandatory 
290.68/291.92	c qxplain 1654/1654
290.78/291.93	c 10920[?] -2620[?] -2618[?]  is mandatory 
290.78/291.93	c qxplain 1652/1653
290.78/291.95	c qxplain 1653/1653
290.78/291.96	c 10921[?] -2620[?] -2619[?]  is mandatory 
290.78/291.96	c qxplain 1652/1652
290.78/291.97	c 10922[?] 2618[?] 2619[?] 2620[?]  is mandatory 
290.78/291.97	c qxplain 1636/1651
290.78/291.98	c qxplain 1644/1651
290.78/291.98	c qxplain 1648/1651
290.78/291.99	c qxplain 1650/1651
290.78/292.00	c qxplain 1651/1651
290.78/292.01	c 10923[?] -2556[?] -2621[?]  is mandatory 
290.78/292.01	c qxplain 1650/1650
290.89/292.02	c 10924[?] -2620[?] -2621[?]  is mandatory 
290.89/292.02	c qxplain 1648/1649
290.89/292.03	c qxplain 1649/1649
290.89/292.04	c 10925[?] 2621[?] 2620[?] 2556[?]  is mandatory 
290.89/292.04	c qxplain 1648/1648
290.89/292.05	c 10926[?] 2011[?] -2622[?]  is mandatory 
290.89/292.05	c qxplain 1644/1647
290.89/292.06	c qxplain 1646/1647
290.89/292.07	c qxplain 1647/1647
290.89/292.08	c 10927[?] 2028[?] -2622[?]  is mandatory 
290.89/292.08	c qxplain 1646/1646
290.89/292.09	c 10928[?] -2028[?] -2011[?] 2622[?]  is mandatory 
290.89/292.09	c qxplain 1644/1645
290.97/292.11	c qxplain 1645/1645
290.97/292.11	c 10929[?] -2623[?] -2621[?]  is mandatory 
290.97/292.11	c qxplain 1644/1644
290.97/292.12	c 10930[?] -2622[?] -2623[?]  is mandatory 
290.97/292.12	c qxplain 1636/1643
290.97/292.13	c qxplain 1640/1643
290.97/292.14	c qxplain 1642/1643
290.97/292.15	c qxplain 1643/1643
290.97/292.16	c 10931[?] 2621[?] 2622[?] 2623[?]  is mandatory 
290.97/292.16	c qxplain 1642/1642
290.97/292.17	c 10932[?] -2555[?] -2624[?]  is mandatory 
290.97/292.17	c qxplain 1640/1641
290.97/292.18	c qxplain 1641/1641
290.97/292.19	c 10933[?] -2623[?] -2624[?]  is mandatory 
290.97/292.19	c qxplain 1640/1640
291.07/292.20	c 10934[?] 2623[?] 2624[?] 2555[?]  is mandatory 
291.07/292.20	c qxplain 1636/1639
291.07/292.21	c qxplain 1638/1639
291.07/292.22	c qxplain 1639/1639
291.07/292.23	c 10935[?] -1974[?] -2625[?]  is mandatory 
291.07/292.23	c qxplain 1638/1638
291.07/292.24	c 10936[?] -2625[?] -2000[?]  is mandatory 
291.07/292.24	c qxplain 1636/1637
291.07/292.25	c qxplain 1637/1637
291.07/292.25	c 10937[?] 2000[?] 1974[?] 2625[?]  is mandatory 
291.07/292.25	c qxplain 1636/1636
291.27/292.42	c qxplain 1510/1635
291.27/292.43	c qxplain 1573/1635
291.27/292.45	c qxplain 1605/1635
291.27/292.46	c qxplain 1621/1635
291.27/292.47	c qxplain 1629/1635
291.27/292.48	c qxplain 1633/1635
291.27/292.48	c qxplain 1635/1635
291.47/292.62	c qxplain 1633/1634
291.47/292.64	c qxplain 1634/1634
291.47/292.64	c 10940[?] 2626[?] -2624[?] 2625[?]  is mandatory 
291.47/292.64	c qxplain 1633/1633
291.47/292.66	c 10941[?] -2554[?] -2627[?]  is mandatory 
291.47/292.66	c qxplain 1629/1632
291.47/292.67	c qxplain 1631/1632
291.47/292.67	c qxplain 1632/1632
291.47/292.68	c 10942[?] -2627[?] -2626[?]  is mandatory 
291.47/292.68	c qxplain 1631/1631
291.47/292.69	c qxplain 1629/1630
291.47/292.70	c qxplain 1630/1630
291.57/292.71	c 10944[?] 2553[?] -2628[?]  is mandatory 
291.57/292.71	c qxplain 1629/1629
291.57/292.72	c 10945[?] -2628[?] 2627[?]  is mandatory 
291.57/292.72	c qxplain 1621/1628
291.57/292.73	c qxplain 1625/1628
291.57/292.73	c qxplain 1627/1628
291.57/292.74	c qxplain 1628/1628
291.57/292.75	c qxplain 1627/1627
291.57/292.76	c 10947[?] 1964[?] -2629[?]  is mandatory 
291.57/292.76	c qxplain 1625/1626
291.57/292.77	c qxplain 1626/1626
291.57/292.77	c 10948[?] -2625[?] -2629[?]  is mandatory 
291.57/292.77	c qxplain 1625/1625
291.77/292.90	c qxplain 1621/1624
291.77/292.92	c qxplain 1623/1624
292.07/293.23	c qxplain 1621/1622
292.07/293.24	c qxplain 1622/1622
292.07/293.26	c 10952[?] 2624[?] 2630[?] 2551[?]  is mandatory 
292.07/293.26	c qxplain 1621/1621
292.07/293.27	c 10953[?] 2629[?] -2631[?]  is mandatory 
292.07/293.27	c qxplain 1605/1620
292.07/293.28	c qxplain 1613/1620
292.07/293.29	c qxplain 1617/1620
292.17/293.31	c qxplain 1619/1620
292.17/293.32	c qxplain 1620/1620
292.17/293.33	c 10954[?] -2630[?] -2631[?]  is mandatory 
292.17/293.33	c qxplain 1619/1619
292.17/293.33	c qxplain 1617/1618
292.27/293.46	c qxplain 1613/1616
292.27/293.47	c qxplain 1615/1616
292.27/293.48	c qxplain 1616/1616
292.27/293.49	c 10958[?] 2631[?] 2628[?] 2632[?]  is mandatory 
292.27/293.49	c qxplain 1615/1615
292.37/293.56	c 10961[?] -2550[?] -2632[?] 2633[?]  is mandatory 
292.37/293.56	c qxplain 1613/1614
292.47/293.61	c qxplain 1605/1612
292.47/293.62	c qxplain 1609/1612
292.47/293.63	c qxplain 1611/1612
292.47/293.64	c qxplain 1612/1612
292.47/293.65	c 10964[?] 2634[?] -2548[?] 2547[?]  is mandatory 
292.47/293.65	c qxplain 1611/1611
292.47/293.67	c qxplain 1609/1610
292.47/293.68	c qxplain 1610/1610
292.47/293.69	c qxplain 1609/1609
292.47/293.70	c 10967[?] 2635[?] -2634[?] -1652[?]  is mandatory 
292.47/293.70	c qxplain 1605/1608
292.57/293.70	c qxplain 1607/1608
292.57/293.71	c qxplain 1608/1608
292.57/293.72	c 10970[?] -2632[?] -2635[?] 2636[?]  is mandatory 
292.57/293.72	c qxplain 1607/1607
292.57/293.76	c 10971[?] -2633[?] -2637[?]  is mandatory 
292.57/293.76	c qxplain 1605/1606
292.57/293.77	c qxplain 1606/1606
292.57/293.78	c 10972[?] -2636[?] -2637[?]  is mandatory 
292.57/293.78	c qxplain 1605/1605
292.57/293.79	c 10974[?] 2531[?] -2638[?]  is mandatory 
292.57/293.79	c qxplain 1573/1604
292.67/293.80	c qxplain 1589/1604
292.67/293.82	c qxplain 1597/1604
292.67/293.83	c qxplain 1601/1604
292.67/293.84	c qxplain 1603/1604
292.67/293.85	c qxplain 1604/1604
292.67/293.86	c 10975[?] 2637[?] -2638[?]  is mandatory 
292.67/293.86	c qxplain 1603/1603
292.67/293.86	c qxplain 1601/1602
292.67/293.89	c qxplain 1602/1602
292.77/293.91	c qxplain 1601/1601
292.77/293.93	c 10979[?] -1690[?] 2639[?] 2547[?]  is mandatory 
292.77/293.93	c qxplain 1597/1600
292.77/293.96	c qxplain 1599/1600
292.77/293.97	c qxplain 1600/1600
292.77/293.98	c 10982[?] -2632[?] -2639[?] 2640[?]  is mandatory 
292.77/293.98	c qxplain 1599/1599
292.77/293.99	c qxplain 1597/1598
292.87/294.01	c qxplain 1598/1598
292.87/294.01	c qxplain 1597/1597
292.87/294.02	c 10985[?] 2641[?] -2528[?] 2547[?]  is mandatory 
292.87/294.02	c qxplain 1589/1596
292.87/294.04	c qxplain 1593/1596
292.87/294.04	c qxplain 1595/1596
292.87/294.05	c qxplain 1596/1596
292.87/294.06	c 10988[?] 2526[?] 2642[?] -2641[?]  is mandatory 
292.87/294.06	c qxplain 1595/1595
292.87/294.07	c 10989[?] -2640[?] -2643[?]  is mandatory 
292.87/294.07	c qxplain 1593/1594
292.87/294.08	c qxplain 1594/1594
292.87/294.08	c 10990[?] -2642[?] -2643[?]  is mandatory 
292.87/294.08	c qxplain 1593/1593
292.87/294.09	c qxplain 1589/1592
292.97/294.14	c qxplain 1591/1592
292.97/294.15	c qxplain 1592/1592
292.97/294.16	c qxplain 1591/1591
292.97/294.17	c 10994[?] 2644[?] 1689[?] -1670[?]  is mandatory 
292.97/294.17	c qxplain 1589/1590
292.97/294.17	c qxplain 1573/1588
292.97/294.18	c qxplain 1581/1588
292.97/294.19	c qxplain 1585/1588
292.97/294.19	c qxplain 1587/1588
292.97/294.20	c qxplain 1588/1588
292.97/294.21	c 10997[?] 2645[?] -2644[?] 2547[?]  is mandatory 
292.97/294.21	c qxplain 1587/1587
292.97/294.22	c 11000[?] 2526[?] -2645[?] 2646[?]  is mandatory 
292.97/294.22	c qxplain 1585/1586
293.09/294.22	c qxplain 1586/1586
293.09/294.26	c 11001[?] -2647[?] -1652[?]  is mandatory 
293.09/294.26	c qxplain 1585/1585
293.09/294.27	c 11002[?] -2547[?] -2647[?]  is mandatory 
293.09/294.27	c qxplain 1581/1584
293.17/294.33	c qxplain 1583/1584
293.17/294.34	c qxplain 1584/1584
293.17/294.34	c 11003[?] 2547[?] 2647[?] 1652[?]  is mandatory 
293.17/294.34	c qxplain 1583/1583
293.17/294.35	c qxplain 1581/1582
293.27/294.42	c qxplain 1582/1582
293.37/294.54	c qxplain 1581/1581
293.37/294.58	c 11006[?] 1798[?] -2647[?] 2648[?]  is mandatory 
293.37/294.58	c qxplain 1573/1580
293.37/294.60	c qxplain 1577/1580
293.47/294.61	c qxplain 1579/1580
293.47/294.61	c qxplain 1580/1580
293.57/294.71	c 11009[?] 1974[?] -2648[?] 2649[?]  is mandatory 
293.57/294.71	c qxplain 1579/1579
293.57/294.72	c 11010[?] -2646[?] -2650[?]  is mandatory 
293.57/294.72	c qxplain 1577/1578
293.57/294.73	c qxplain 1578/1578
293.67/294.80	c 11011[?] -2649[?] -2650[?]  is mandatory 
293.67/294.80	c qxplain 1577/1577
293.67/294.81	c 11013[?] 2643[?] -2651[?]  is mandatory 
293.67/294.81	c qxplain 1573/1576
293.67/294.82	c qxplain 1575/1576
293.67/294.83	c qxplain 1576/1576
293.67/294.84	c 11014[?] 2650[?] -2651[?]  is mandatory 
293.67/294.84	c qxplain 1575/1575
293.67/294.85	c 11016[?] 2638[?] -2652[?]  is mandatory 
293.67/294.85	c qxplain 1573/1574
293.67/294.87	c qxplain 1574/1574
293.67/294.88	c 11017[?] 2651[?] -2652[?]  is mandatory 
293.67/294.88	c qxplain 1573/1573
293.77/294.91	c 11019[?] 1467[?] -2653[?]  is mandatory 
293.77/294.91	c qxplain 1510/1572
293.77/294.93	c qxplain 1542/1572
293.77/294.94	c qxplain 1558/1572
293.77/294.94	c qxplain 1566/1572
293.77/294.95	c qxplain 1570/1572
293.77/294.97	c qxplain 1572/1572
293.77/294.99	c 11020[?] -2543[?] -2653[?]  is mandatory 
293.77/294.99	c qxplain 1570/1571
293.87/295.01	c qxplain 1571/1571
293.87/295.02	c 11021[?] 2653[?] 2543[?] -1467[?]  is mandatory 
293.87/295.02	c qxplain 1570/1570
293.87/295.02	c qxplain 1566/1569
293.87/295.03	c qxplain 1568/1569
293.87/295.04	c qxplain 1569/1569
293.87/295.08	c 11023[?] -1467[?] -2654[?]  is mandatory 
293.87/295.08	c qxplain 1568/1568
293.87/295.09	c 11024[?] 2654[?] 1467[?] 1447[?]  is mandatory 
293.87/295.09	c qxplain 1566/1567
293.97/295.11	c qxplain 1567/1567
293.97/295.11	c qxplain 1566/1566
293.97/295.13	c 11026[?] 2654[?] -2655[?]  is mandatory 
293.97/295.13	c qxplain 1558/1565
293.97/295.14	c qxplain 1562/1565
293.97/295.15	c qxplain 1564/1565
293.97/295.16	c qxplain 1565/1565
293.97/295.17	c 11027[?] 2655[?] -2654[?] 1446[?]  is mandatory 
293.97/295.17	c qxplain 1564/1564
293.97/295.17	c qxplain 1562/1563
293.97/295.18	c qxplain 1563/1563
293.97/295.19	c 11029[?] 2655[?] -2656[?]  is mandatory 
293.97/295.19	c qxplain 1562/1562
293.97/295.20	c 11030[?] 2656[?] -2655[?] -1767[?]  is mandatory 
293.97/295.20	c qxplain 1558/1561
293.97/295.21	c qxplain 1560/1561
294.08/295.23	c qxplain 1561/1561
294.08/295.25	c 11031[?] 1699[?] -2657[?]  is mandatory 
294.08/295.25	c qxplain 1560/1560
294.08/295.26	c 11032[?] 2656[?] -2657[?]  is mandatory 
294.08/295.26	c qxplain 1558/1559
294.08/295.28	c qxplain 1559/1559
294.08/295.28	c 11033[?] 2657[?] -1699[?] -2656[?]  is mandatory 
294.08/295.28	c qxplain 1558/1558
294.08/295.29	c qxplain 1542/1557
294.08/295.30	c qxplain 1550/1557
294.08/295.31	c qxplain 1554/1557
294.20/295.32	c qxplain 1556/1557
294.20/295.33	c qxplain 1557/1557
294.20/295.34	c 11035[?] -1463[?] -2658[?]  is mandatory 
294.20/295.34	c qxplain 1556/1556
294.20/295.35	c 11036[?] 2658[?] 1463[?] 1444[?]  is mandatory 
294.20/295.35	c qxplain 1554/1555
294.20/295.36	c qxplain 1555/1555
294.20/295.37	c qxplain 1554/1554
294.20/295.37	c 11038[?] 2658[?] -2659[?]  is mandatory 
294.20/295.37	c qxplain 1550/1553
294.20/295.39	c qxplain 1552/1553
294.20/295.39	c qxplain 1553/1553
294.27/295.40	c 11039[?] 2659[?] -2658[?] 1445[?]  is mandatory 
294.27/295.40	c qxplain 1552/1552
294.27/295.41	c qxplain 1550/1551
294.27/295.42	c qxplain 1551/1551
294.27/295.43	c 11041[?] -1462[?] -2660[?]  is mandatory 
294.27/295.43	c qxplain 1550/1550
294.27/295.44	c 11042[?] 2660[?] 1462[?] 1460[?]  is mandatory 
294.27/295.44	c qxplain 1542/1549
294.27/295.45	c qxplain 1546/1549
294.27/295.46	c qxplain 1548/1549
294.27/295.47	c qxplain 1549/1549
294.27/295.47	c 11043[?] -1461[?] -2661[?]  is mandatory 
294.27/295.47	c qxplain 1548/1548
294.27/295.48	c 11044[?] 2660[?] -2661[?]  is mandatory 
294.27/295.48	c qxplain 1546/1547
294.27/295.49	c qxplain 1547/1547
294.37/295.50	c 11045[?] 2661[?] -2660[?] 1461[?]  is mandatory 
294.37/295.50	c qxplain 1546/1546
294.37/295.51	c 11046[?] 2659[?] -2662[?]  is mandatory 
294.37/295.51	c qxplain 1542/1545
294.37/295.52	c qxplain 1544/1545
294.37/295.53	c qxplain 1545/1545
294.37/295.54	c 11047[?] 2661[?] -2662[?]  is mandatory 
294.37/295.54	c qxplain 1544/1544
294.37/295.55	c 11048[?] 2662[?] -2661[?] -2659[?]  is mandatory 
294.37/295.55	c qxplain 1542/1543
294.37/295.57	c qxplain 1543/1543
294.37/295.59	c qxplain 1542/1542
294.47/295.60	c 11050[?] 2662[?] -2663[?]  is mandatory 
294.47/295.60	c qxplain 1510/1541
294.47/295.61	c qxplain 1526/1541
294.47/295.62	c qxplain 1534/1541
294.47/295.63	c qxplain 1538/1541
294.47/295.64	c qxplain 1540/1541
294.47/295.65	c qxplain 1541/1541
294.47/295.65	c 11051[?] 2663[?] -2662[?] -1640[?]  is mandatory 
294.47/295.65	c qxplain 1540/1540
294.47/295.66	c qxplain 1538/1539
294.47/295.67	c qxplain 1539/1539
294.47/295.68	c 11053[?] 2663[?] -2664[?]  is mandatory 
294.47/295.68	c qxplain 1538/1538
294.47/295.69	c 11054[?] 2664[?] -2663[?] -1642[?]  is mandatory 
294.47/295.69	c qxplain 1534/1537
294.57/295.70	c qxplain 1536/1537
294.57/295.71	c qxplain 1537/1537
294.57/295.72	c 11055[?] -2665[?] 2657[?]  is mandatory 
294.57/295.72	c qxplain 1536/1536
294.57/295.73	c 11056[?] 2664[?] -2665[?]  is mandatory 
294.57/295.73	c qxplain 1534/1535
294.57/295.74	c qxplain 1535/1535
294.57/295.75	c 11057[?] 2665[?] -2657[?] -2664[?]  is mandatory 
294.57/295.75	c qxplain 1534/1534
294.57/295.76	c 11058[?] -2666[?] -2653[?]  is mandatory 
294.57/295.76	c qxplain 1526/1533
294.57/295.77	c qxplain 1530/1533
294.57/295.78	c qxplain 1532/1533
294.57/295.78	c qxplain 1533/1533
294.57/295.79	c 11059[?] -2666[?] -2665[?]  is mandatory 
294.57/295.79	c qxplain 1532/1532
294.67/295.81	c 11060[?] 2665[?] 2653[?] 2666[?]  is mandatory 
294.67/295.81	c qxplain 1530/1531
294.67/295.83	c qxplain 1531/1531
294.67/295.84	c 11061[?] -2667[?] 1475[?]  is mandatory 
294.67/295.84	c qxplain 1530/1530
294.67/295.85	c 11062[?] -2667[?] 2666[?]  is mandatory 
294.67/295.85	c qxplain 1526/1529
294.67/295.86	c qxplain 1528/1529
294.67/295.89	c qxplain 1529/1529
294.77/295.90	c 11063[?] 2667[?] -2666[?] -1475[?]  is mandatory 
294.77/295.90	c qxplain 1528/1528
294.77/295.91	c 11064[?] 1467[?] -2668[?]  is mandatory 
294.77/295.91	c qxplain 1526/1527
294.77/295.92	c qxplain 1527/1527
294.77/295.93	c 11065[?] -2668[?] -1475[?]  is mandatory 
294.77/295.93	c qxplain 1526/1526
294.77/295.94	c 11066[?] -1467[?] 1475[?] 2668[?]  is mandatory 
294.77/295.94	c qxplain 1510/1525
294.77/295.96	c qxplain 1518/1525
294.77/295.97	c qxplain 1522/1525
294.77/295.97	c qxplain 1524/1525
294.77/295.99	c qxplain 1525/1525
294.77/295.99	c 11067[?] -2669[?] -2667[?]  is mandatory 
294.77/295.99	c qxplain 1524/1524
294.87/296.01	c 11068[?] -2668[?] -2669[?]  is mandatory 
294.87/296.01	c qxplain 1522/1523
294.87/296.02	c qxplain 1523/1523
294.87/296.03	c 11069[?] 2669[?] 2667[?] 2668[?]  is mandatory 
294.87/296.03	c qxplain 1522/1522
294.87/296.04	c 11070[?] 1468[?] -2670[?]  is mandatory 
294.87/296.04	c qxplain 1518/1521
294.87/296.05	c qxplain 1520/1521
294.87/296.06	c qxplain 1521/1521
294.87/296.07	c 11071[?] -2670[?] -2665[?]  is mandatory 
294.87/296.07	c qxplain 1520/1520
294.87/296.08	c 11072[?] 2670[?] -1468[?] 2665[?]  is mandatory 
294.87/296.08	c qxplain 1518/1519
294.87/296.09	c qxplain 1519/1519
294.97/296.13	c 11073[?] -2671[?] -1465[?]  is mandatory 
294.97/296.13	c qxplain 1518/1518
294.97/296.14	c 11075[?] 2671[?] 1467[?] 1465[?]  is mandatory 
294.97/296.14	c qxplain 1510/1517
294.97/296.15	c qxplain 1514/1517
294.97/296.16	c qxplain 1516/1517
294.97/296.19	c qxplain 1517/1517
295.07/296.21	c 11076[?] -2672[?] -1466[?]  is mandatory 
295.07/296.21	c qxplain 1516/1516
295.07/296.22	c 11077[?] -2672[?] 2671[?]  is mandatory 
295.07/296.22	c qxplain 1514/1515
295.07/296.23	c qxplain 1515/1515
295.07/296.24	c 11078[?] 2672[?] 1466[?] -2671[?]  is mandatory 
295.07/296.24	c qxplain 1514/1514
295.07/296.25	c qxplain 1510/1513
295.07/296.26	c qxplain 1512/1513
295.07/296.27	c qxplain 1513/1513
295.07/296.30	c 11080[?] -2673[?] -1468[?]  is mandatory 
295.07/296.30	c qxplain 1512/1512
295.07/296.31	c 11081[?] 2673[?] 1468[?] 1447[?]  is mandatory 
295.07/296.31	c qxplain 1510/1511
295.07/296.32	c qxplain 1511/1511
295.17/296.32	c qxplain 1510/1510
295.17/296.33	c 11083[?] 2673[?] -2674[?]  is mandatory 
295.17/296.33	c qxplain 1007/1509
295.17/296.34	c qxplain 1259/1509
295.17/296.35	c qxplain 1385/1509
295.17/296.36	c qxplain 1448/1509
295.17/296.36	c qxplain 1479/1509
295.17/296.37	c qxplain 1495/1509
295.17/296.38	c qxplain 1503/1509
295.17/296.39	c qxplain 1507/1509
295.17/296.40	c qxplain 1509/1509
295.17/296.41	c 11084[?] 2674[?] -2673[?] 1446[?]  is mandatory 
295.17/296.41	c qxplain 1507/1508
295.17/296.42	c qxplain 1508/1508
295.29/296.42	c qxplain 1507/1507
295.29/296.43	c 11086[?] 2674[?] -2675[?]  is mandatory 
295.29/296.43	c qxplain 1503/1506
295.29/296.44	c qxplain 1505/1506
295.29/296.45	c qxplain 1506/1506
295.29/296.46	c 11087[?] 2675[?] -2674[?] -1767[?]  is mandatory 
295.29/296.46	c qxplain 1505/1505
295.29/296.48	c 11088[?] 2672[?] -2676[?]  is mandatory 
295.29/296.48	c qxplain 1503/1504
295.29/296.49	c qxplain 1504/1504
295.37/296.50	c 11089[?] 2675[?] -2676[?]  is mandatory 
295.37/296.50	c qxplain 1503/1503
295.37/296.52	c 11090[?] 2676[?] -2675[?] -2672[?]  is mandatory 
295.37/296.52	c qxplain 1495/1502
295.37/296.52	c qxplain 1499/1502
295.37/296.53	c qxplain 1501/1502
295.47/296.60	c qxplain 1499/1500
295.47/296.61	c qxplain 1500/1500
295.47/296.62	c 11093[?] 2677[?] 1445[?] 1464[?]  is mandatory 
295.47/296.62	c qxplain 1499/1499
295.47/296.62	c qxplain 1495/1498
295.47/296.64	c qxplain 1497/1498
295.47/296.64	c qxplain 1498/1498
295.47/296.65	c qxplain 1497/1497
295.47/296.66	c 11096[?] 2678[?] -2677[?] 1444[?]  is mandatory 
295.47/296.66	c qxplain 1495/1496
295.57/296.75	c qxplain 1496/1496
295.57/296.75	c qxplain 1495/1495
295.57/296.87	c 11098[?] -2679[?] -1463[?]  is mandatory 
295.57/296.87	c qxplain 1479/1494
295.57/296.88	c qxplain 1487/1494
295.70/297.07	c qxplain 1491/1494
295.70/297.07	c qxplain 1493/1494
295.70/297.08	c qxplain 1494/1494
295.70/297.09	c 11099[?] 2679[?] 1463[?] 1461[?]  is mandatory 
295.70/297.09	c qxplain 1493/1493
295.70/297.10	c qxplain 1491/1492
295.70/297.11	c qxplain 1492/1492
295.70/297.12	c 11101[?] 2679[?] -2680[?]  is mandatory 
295.70/297.12	c qxplain 1491/1491
295.70/297.16	c 11102[?] 2680[?] -2679[?] 1462[?]  is mandatory 
295.70/297.16	c qxplain 1487/1490
295.70/297.16	c qxplain 1489/1490
295.80/297.32	c qxplain 1490/1490
295.80/297.32	c qxplain 1489/1489
295.80/297.34	c 11104[?] 2680[?] -2681[?]  is mandatory 
295.80/297.34	c qxplain 1487/1488
295.80/297.35	c qxplain 1488/1488
295.80/297.35	c 11105[?] 2681[?] -2680[?] -2678[?]  is mandatory 
295.80/297.35	c qxplain 1487/1487
295.80/297.36	c qxplain 1479/1486
295.80/297.37	c qxplain 1483/1486
295.80/297.38	c qxplain 1485/1486
295.80/297.39	c qxplain 1486/1486
295.80/297.40	c 11107[?] 2681[?] -2682[?]  is mandatory 
295.80/297.40	c qxplain 1485/1485
295.80/297.41	c 11108[?] 2682[?] -2681[?] -1773[?]  is mandatory 
295.80/297.41	c qxplain 1483/1484
295.80/297.42	c qxplain 1484/1484
295.80/297.42	c qxplain 1483/1483
295.80/297.43	c 11110[?] 2682[?] -2683[?]  is mandatory 
295.80/297.43	c qxplain 1479/1482
295.80/297.44	c qxplain 1481/1482
295.80/297.45	c qxplain 1482/1482
295.80/297.46	c 11111[?] 2683[?] -2682[?] -1694[?]  is mandatory 
295.80/297.46	c qxplain 1481/1481
295.80/297.47	c 11112[?] -2684[?] 2676[?]  is mandatory 
295.80/297.47	c qxplain 1479/1480
295.80/297.48	c qxplain 1480/1480
295.80/297.49	c 11113[?] 2683[?] -2684[?]  is mandatory 
295.80/297.49	c qxplain 1479/1479
295.80/297.50	c 11114[?] 2684[?] -2676[?] -2683[?]  is mandatory 
295.80/297.50	c qxplain 1448/1478
295.80/297.51	c qxplain 1464/1478
295.80/297.52	c qxplain 1472/1478
295.80/297.53	c qxplain 1476/1478
295.80/297.71	c qxplain 1478/1478
295.80/297.72	c 11115[?] -2685[?] -2670[?]  is mandatory 
295.80/297.72	c qxplain 1476/1477
295.80/297.73	c qxplain 1477/1477
295.80/297.74	c 11116[?] -2685[?] -2684[?]  is mandatory 
295.80/297.74	c qxplain 1476/1476
295.80/297.75	c 11117[?] 2685[?] 2684[?] 2670[?]  is mandatory 
295.80/297.75	c qxplain 1472/1475
295.80/297.75	c qxplain 1474/1475
295.80/297.76	c qxplain 1475/1475
295.80/297.78	c 11118[?] -2686[?] 1475[?]  is mandatory 
295.80/297.78	c qxplain 1474/1474
295.80/297.79	c 11119[?] -2686[?] 2685[?]  is mandatory 
295.80/297.79	c qxplain 1472/1473
295.80/297.80	c qxplain 1473/1473
295.80/297.81	c 11120[?] 2686[?] -2685[?] -1475[?]  is mandatory 
295.80/297.81	c qxplain 1472/1472
295.80/297.82	c 11121[?] -2687[?] 1468[?]  is mandatory 
295.80/297.82	c qxplain 1464/1471
295.80/297.84	c qxplain 1468/1471
295.80/297.85	c qxplain 1470/1471
295.80/297.87	c qxplain 1471/1471
295.80/297.88	c 11122[?] -2687[?] -1475[?]  is mandatory 
295.80/297.88	c qxplain 1470/1470
295.80/297.89	c 11123[?] 2687[?] -1468[?] 1475[?]  is mandatory 
295.80/297.89	c qxplain 1468/1469
295.80/297.90	c qxplain 1469/1469
296.23/298.06	c 11124[?] -2688[?] -2686[?]  is mandatory 
296.23/298.06	c qxplain 1468/1468
296.23/298.07	c 11125[?] -2688[?] -2687[?]  is mandatory 
296.23/298.07	c qxplain 1464/1467
296.23/298.08	c qxplain 1466/1467
296.23/298.09	c qxplain 1467/1467
296.27/298.10	c 11126[?] 2688[?] 2686[?] 2687[?]  is mandatory 
296.27/298.10	c qxplain 1466/1466
296.27/298.16	c qxplain 1464/1465
296.27/298.17	c qxplain 1465/1465
296.27/298.19	c 11128[?] -2689[?] 2539[?]  is mandatory 
296.27/298.19	c qxplain 1464/1464
296.27/298.21	c 11129[?] 2689[?] -2539[?] 1467[?]  is mandatory 
296.27/298.21	c qxplain 1448/1463
296.27/298.21	c qxplain 1456/1463
296.27/298.22	c qxplain 1460/1463
296.27/298.24	c qxplain 1462/1463
296.27/298.26	c qxplain 1463/1463
296.38/298.37	c qxplain 1462/1462
296.38/298.39	c 11131[?] -2690[?] 2689[?]  is mandatory 
296.38/298.39	c qxplain 1460/1461
296.38/298.40	c qxplain 1461/1461
296.38/298.41	c 11132[?] 2690[?] 1468[?] -2689[?]  is mandatory 
296.38/298.41	c qxplain 1460/1460
296.38/298.42	c 11134[?] -2691[?] -1469[?]  is mandatory 
296.38/298.42	c qxplain 1456/1459
296.38/298.43	c qxplain 1458/1459
296.38/298.44	c qxplain 1459/1459
296.38/298.44	c 11135[?] 2691[?] 1469[?] 1447[?]  is mandatory 
296.38/298.44	c qxplain 1458/1458
296.38/298.45	c 11137[?] -2692[?] 2691[?]  is mandatory 
296.38/298.45	c qxplain 1456/1457
296.38/298.46	c qxplain 1457/1457
296.63/298.47	c 11138[?] 2692[?] -2691[?] 1446[?]  is mandatory 
296.63/298.47	c qxplain 1456/1456
296.63/298.48	c 11140[?] -2693[?] 2692[?]  is mandatory 
296.63/298.48	c qxplain 1448/1455
296.63/298.48	c qxplain 1452/1455
296.63/298.49	c qxplain 1454/1455
296.66/298.52	c qxplain 1455/1455
296.66/298.53	c 11141[?] 2693[?] -2692[?] -1767[?]  is mandatory 
296.66/298.53	c qxplain 1454/1454
296.69/298.69	c 11142[?] -2694[?] 2690[?]  is mandatory 
296.69/298.69	c qxplain 1452/1453
296.73/298.70	c qxplain 1453/1453
296.73/298.71	c 11143[?] -2694[?] 2693[?]  is mandatory 
296.73/298.71	c qxplain 1452/1452
296.73/298.72	c 11144[?] 2694[?] -2693[?] -2690[?]  is mandatory 
296.73/298.72	c qxplain 1448/1451
296.73/298.73	c qxplain 1450/1451
296.73/298.74	c qxplain 1451/1451
296.73/298.78	c 11145[?] -2695[?] 2683[?]  is mandatory 
296.73/298.78	c qxplain 1450/1450
296.73/298.79	c 11146[?] -2695[?] 2694[?]  is mandatory 
296.73/298.79	c qxplain 1448/1449
296.82/298.80	c qxplain 1449/1449
296.82/298.81	c 11147[?] 2695[?] -2694[?] -2683[?]  is mandatory 
296.82/298.81	c qxplain 1448/1448
296.82/298.82	c 11148[?] -2696[?] 1470[?]  is mandatory 
296.82/298.82	c qxplain 1385/1447
296.82/298.83	c qxplain 1417/1447
296.82/298.83	c qxplain 1433/1447
296.82/298.84	c qxplain 1441/1447
296.82/298.85	c qxplain 1445/1447
296.82/298.86	c qxplain 1447/1447
296.82/298.87	c 11149[?] -2696[?] -2695[?]  is mandatory 
296.82/298.87	c qxplain 1445/1446
296.82/298.87	c qxplain 1446/1446
296.82/298.88	c 11150[?] 2696[?] 2695[?] -1470[?]  is mandatory 
296.82/298.88	c qxplain 1445/1445
296.92/298.91	c 11151[?] -1782[?] -2697[?]  is mandatory 
296.92/298.91	c qxplain 1441/1444
296.92/298.92	c qxplain 1443/1444
296.92/298.93	c qxplain 1444/1444
296.92/298.94	c 11152[?] -2697[?] -2696[?]  is mandatory 
296.92/298.94	c qxplain 1443/1443
296.92/298.94	c 11153[?] 2697[?] 2696[?] 1782[?]  is mandatory 
296.92/298.94	c qxplain 1441/1442
296.92/298.95	c qxplain 1442/1442
296.92/298.97	c 11154[?] -2698[?] 1475[?]  is mandatory 
296.92/298.97	c qxplain 1441/1441
296.92/298.98	c 11155[?] -2698[?] 2697[?]  is mandatory 
296.92/298.98	c qxplain 1433/1440
296.92/298.99	c qxplain 1437/1440
296.92/298.99	c qxplain 1439/1440
297.02/299.00	c qxplain 1440/1440
297.02/299.01	c 11156[?] 2698[?] -2697[?] -1475[?]  is mandatory 
297.02/299.01	c qxplain 1439/1439
297.02/299.03	c 11157[?] -2699[?] 1470[?]  is mandatory 
297.02/299.03	c qxplain 1437/1438
297.02/299.04	c qxplain 1438/1438
297.02/299.05	c 11158[?] -2699[?] -1475[?]  is mandatory 
297.02/299.05	c qxplain 1437/1437
297.12/299.15	c 11159[?] 2699[?] -1470[?] 1475[?]  is mandatory 
297.12/299.15	c qxplain 1433/1436
297.12/299.17	c qxplain 1435/1436
297.12/299.18	c qxplain 1436/1436
297.12/299.18	c 11160[?] -2700[?] -2698[?]  is mandatory 
297.12/299.18	c qxplain 1435/1435
297.22/299.20	c 11161[?] -2700[?] -2699[?]  is mandatory 
297.22/299.20	c qxplain 1433/1434
297.22/299.21	c qxplain 1434/1434
297.22/299.22	c 11162[?] 2700[?] 2698[?] 2699[?]  is mandatory 
297.22/299.22	c qxplain 1433/1433
297.22/299.23	c 11163[?] -2701[?] -2688[?]  is mandatory 
297.22/299.23	c qxplain 1417/1432
297.22/299.24	c qxplain 1425/1432
297.22/299.24	c qxplain 1429/1432
297.22/299.25	c qxplain 1431/1432
297.22/299.27	c qxplain 1432/1432
297.22/299.29	c 11164[?] -2700[?] -2701[?]  is mandatory 
297.22/299.29	c qxplain 1431/1431
297.32/299.32	c 11165[?] 2701[?] 2688[?] 2700[?]  is mandatory 
297.32/299.32	c qxplain 1429/1430
297.32/299.33	c qxplain 1430/1430
297.32/299.34	c 11166[?] -2702[?] -1469[?]  is mandatory 
297.32/299.34	c qxplain 1429/1429
297.32/299.36	c 11167[?] -2702[?] 2684[?]  is mandatory 
297.32/299.36	c qxplain 1425/1428
297.32/299.37	c qxplain 1427/1428
297.32/299.39	c qxplain 1428/1428
297.42/299.43	c 11168[?] 2702[?] -2684[?] 1469[?]  is mandatory 
297.42/299.43	c qxplain 1427/1427
297.42/299.44	c 11169[?] -2703[?] 1469[?]  is mandatory 
297.42/299.44	c qxplain 1425/1426
297.42/299.46	c qxplain 1426/1426
297.42/299.46	c 11170[?] -2703[?] -2684[?]  is mandatory 
297.42/299.46	c qxplain 1425/1425
297.42/299.47	c 11171[?] 2703[?] 2684[?] -1469[?]  is mandatory 
297.42/299.47	c qxplain 1417/1424
297.42/299.48	c qxplain 1421/1424
297.42/299.49	c qxplain 1423/1424
297.42/299.50	c qxplain 1424/1424
297.54/299.52	c 11172[?] -2704[?] -2702[?]  is mandatory 
297.54/299.52	c qxplain 1423/1423
297.54/299.54	c 11173[?] -2704[?] -2703[?]  is mandatory 
297.54/299.54	c qxplain 1421/1422
297.54/299.54	c qxplain 1422/1422
297.54/299.55	c 11174[?] 2704[?] 2703[?] 2702[?]  is mandatory 
297.54/299.55	c qxplain 1421/1421
297.54/299.57	c 11175[?] -2705[?] 1475[?]  is mandatory 
297.54/299.57	c qxplain 1417/1420
297.54/299.58	c qxplain 1419/1420
297.54/299.58	c qxplain 1420/1420
297.54/299.59	c 11176[?] -2705[?] 2704[?]  is mandatory 
297.54/299.59	c qxplain 1419/1419
297.62/299.60	c 11177[?] 2705[?] -2704[?] -1475[?]  is mandatory 
297.62/299.60	c qxplain 1417/1418
297.62/299.61	c qxplain 1418/1418
297.62/299.62	c 11178[?] -2706[?] 1469[?]  is mandatory 
297.62/299.62	c qxplain 1417/1417
297.62/299.63	c 11179[?] -2706[?] -1475[?]  is mandatory 
297.62/299.63	c qxplain 1385/1416
297.62/299.64	c qxplain 1401/1416
297.62/299.65	c qxplain 1409/1416
297.62/299.66	c qxplain 1413/1416
297.62/299.66	c qxplain 1415/1416
297.62/299.67	c qxplain 1416/1416
297.62/299.69	c 11180[?] 2706[?] -1469[?] 1475[?]  is mandatory 
297.62/299.69	c qxplain 1415/1415
297.72/299.70	c 11181[?] -2707[?] -2705[?]  is mandatory 
297.72/299.70	c qxplain 1413/1414
297.72/299.71	c qxplain 1414/1414
297.72/299.73	c 11182[?] -2707[?] -2706[?]  is mandatory 
297.72/299.73	c qxplain 1413/1413
297.72/299.74	c 11183[?] 2707[?] 2705[?] 2706[?]  is mandatory 
297.72/299.74	c qxplain 1409/1412
297.72/299.75	c qxplain 1411/1412
297.72/299.76	c qxplain 1412/1412
297.72/299.76	c 11184[?] -2708[?] 2701[?]  is mandatory 
297.72/299.76	c qxplain 1411/1411
297.72/299.77	c 11185[?] -2707[?] -2708[?]  is mandatory 
297.72/299.77	c qxplain 1409/1410
297.82/299.81	c qxplain 1410/1410
297.82/299.83	c 11186[?] -2701[?] 2708[?] 2707[?]  is mandatory 
297.82/299.83	c qxplain 1409/1409
297.82/299.84	c 11187[?] 2669[?] -2709[?]  is mandatory 
297.82/299.84	c qxplain 1401/1408
297.82/299.85	c qxplain 1405/1408
297.82/299.86	c qxplain 1407/1408
297.82/299.87	c qxplain 1408/1408
297.82/299.88	c 11188[?] -2708[?] -2709[?]  is mandatory 
297.82/299.88	c qxplain 1407/1407
297.82/299.89	c 11189[?] 2708[?] 2709[?] -2669[?]  is mandatory 
297.82/299.89	c qxplain 1405/1406
297.93/299.90	c qxplain 1406/1406
297.93/299.91	c 11190[?] -2710[?] 1604[?]  is mandatory 
297.93/299.91	c qxplain 1405/1405
297.93/299.92	c 11191[?] 2709[?] -2710[?]  is mandatory 
297.93/299.92	c qxplain 1401/1404
297.93/299.93	c qxplain 1403/1404
297.93/299.93	c qxplain 1404/1404
297.93/299.94	c 11192[?] -2709[?] 2710[?] -1604[?]  is mandatory 
297.93/299.94	c qxplain 1403/1403
298.03/300.08	c 11193[?] -1689[?] -2711[?]  is mandatory 
298.03/300.08	c qxplain 1401/1402
298.13/300.15	c qxplain 1402/1402
298.23/300.28	c 11194[?] 2547[?] -2711[?]  is mandatory 
298.23/300.28	c qxplain 1401/1401
298.33/300.30	c 11195[?] -2547[?] 1689[?] 2711[?]  is mandatory 
298.33/300.30	c qxplain 1385/1400
298.33/300.31	c qxplain 1393/1400
298.33/300.32	c qxplain 1397/1400
298.33/300.34	c qxplain 1399/1400
298.43/300.41	c qxplain 1400/1400
298.43/300.46	c 11196[?] 1652[?] -2712[?]  is mandatory 
298.43/300.46	c qxplain 1399/1399
298.43/300.47	c 11197[?] -2712[?] 2711[?]  is mandatory 
298.43/300.47	c qxplain 1397/1398
298.43/300.49	c qxplain 1398/1398
298.53/300.52	c 11198[?] -2711[?] 2712[?] -1652[?]  is mandatory 
298.53/300.52	c qxplain 1397/1397
298.53/300.52	c 11199[?] 1670[?] -2713[?]  is mandatory 
298.53/300.52	c qxplain 1393/1396
298.53/300.53	c qxplain 1395/1396
298.53/300.55	c qxplain 1396/1396
298.53/300.58	c 11200[?] -2713[?] 2712[?]  is mandatory 
298.53/300.58	c qxplain 1395/1395
298.53/300.59	c 11201[?] -2712[?] 2713[?] -1670[?]  is mandatory 
298.53/300.59	c qxplain 1393/1394
298.53/300.60	c qxplain 1394/1394
298.65/300.62	c 11202[?] -2714[?] -2700[?]  is mandatory 
298.65/300.62	c qxplain 1393/1393
298.65/300.64	c 11203[?] -2714[?] 2707[?]  is mandatory 
298.65/300.64	c qxplain 1385/1392
298.65/300.65	c qxplain 1389/1392
298.65/300.65	c qxplain 1391/1392
298.65/300.66	c qxplain 1392/1392
298.65/300.68	c 11204[?] 2714[?] -2707[?] 2700[?]  is mandatory 
298.65/300.68	c qxplain 1391/1391
298.65/300.69	c 11205[?] -2715[?] 2688[?]  is mandatory 
298.65/300.69	c qxplain 1389/1390
298.73/300.70	c qxplain 1390/1390
298.73/300.71	c 11206[?] -2715[?] 2714[?]  is mandatory 
298.73/300.71	c qxplain 1389/1389
298.73/300.72	c 11207[?] -2714[?] -2688[?] 2715[?]  is mandatory 
298.73/300.72	c qxplain 1385/1388
298.73/300.73	c qxplain 1387/1388
298.73/300.74	c qxplain 1388/1388
298.73/300.75	c 11208[?] -2716[?] 1584[?]  is mandatory 
298.73/300.75	c qxplain 1387/1387
298.73/300.76	c 11209[?] -2716[?] 2715[?]  is mandatory 
298.73/300.76	c qxplain 1385/1386
298.73/300.77	c qxplain 1386/1386
298.73/300.78	c 11210[?] -2715[?] 2716[?] -1584[?]  is mandatory 
298.73/300.78	c qxplain 1385/1385
298.73/300.79	c 11211[?] -2717[?] -1584[?]  is mandatory 
298.73/300.79	c qxplain 1259/1384
298.73/300.80	c qxplain 1322/1384
298.83/300.80	c qxplain 1354/1384
298.83/300.81	c qxplain 1370/1384
298.83/300.82	c qxplain 1378/1384
298.83/300.83	c qxplain 1382/1384
298.83/300.84	c qxplain 1384/1384
298.83/300.85	c 11212[?] -2717[?] 2701[?]  is mandatory 
298.83/300.85	c qxplain 1382/1383
298.83/300.86	c qxplain 1383/1383
298.83/300.88	c 11213[?] 1584[?] -2701[?] 2717[?]  is mandatory 
298.83/300.88	c qxplain 1382/1382
298.83/300.89	c 11214[?] -2716[?] -2718[?]  is mandatory 
298.83/300.89	c qxplain 1378/1381
298.83/300.90	c qxplain 1380/1381
298.93/300.91	c qxplain 1381/1381
298.93/300.93	c 11215[?] -2717[?] -2718[?]  is mandatory 
298.93/300.93	c qxplain 1380/1380
298.93/300.95	c 11216[?] 2718[?] 2716[?] 2717[?]  is mandatory 
298.93/300.95	c qxplain 1378/1379
298.93/300.96	c qxplain 1379/1379
298.93/300.97	c 11217[?] -2719[?] -2700[?]  is mandatory 
298.93/300.97	c qxplain 1378/1378
298.93/300.99	c 11218[?] 2718[?] -2719[?]  is mandatory 
298.93/300.99	c qxplain 1370/1377
299.03/301.00	c qxplain 1374/1377
299.03/301.01	c qxplain 1376/1377
299.03/301.01	c qxplain 1377/1377
299.03/301.02	c 11219[?] 2719[?] 2700[?] -2718[?]  is mandatory 
299.03/301.02	c qxplain 1376/1376
299.03/301.03	c 11220[?] -2720[?] 1501[?]  is mandatory 
299.03/301.03	c qxplain 1374/1375
299.03/301.04	c qxplain 1375/1375
299.03/301.05	c 11221[?] -2720[?] 2719[?]  is mandatory 
299.03/301.05	c qxplain 1374/1374
299.03/301.06	c 11222[?] -1501[?] 2720[?] -2719[?]  is mandatory 
299.03/301.06	c qxplain 1370/1373
299.03/301.08	c qxplain 1372/1373
299.03/301.09	c qxplain 1373/1373
299.03/301.10	c 11223[?] -2721[?] 1502[?]  is mandatory 
299.03/301.10	c qxplain 1372/1372
299.13/301.11	c 11224[?] -2721[?] 2719[?]  is mandatory 
299.13/301.11	c qxplain 1370/1371
299.13/301.12	c qxplain 1371/1371
299.13/301.13	c 11225[?] -1502[?] -2719[?] 2721[?]  is mandatory 
299.13/301.13	c qxplain 1370/1370
299.13/301.14	c 11226[?] -2722[?] 1504[?]  is mandatory 
299.13/301.14	c qxplain 1354/1369
299.13/301.15	c qxplain 1362/1369
299.13/301.16	c qxplain 1366/1369
299.13/301.16	c qxplain 1368/1369
299.13/301.17	c qxplain 1369/1369
299.13/301.18	c 11227[?] -2722[?] 2719[?]  is mandatory 
299.13/301.18	c qxplain 1368/1368
299.13/301.19	c 11228[?] -1504[?] 2722[?] -2719[?]  is mandatory 
299.13/301.19	c qxplain 1366/1367
299.23/301.21	c qxplain 1367/1367
299.23/301.22	c 11229[?] -2723[?] 1503[?]  is mandatory 
299.23/301.22	c qxplain 1366/1366
299.23/301.23	c 11230[?] -2723[?] 2719[?]  is mandatory 
299.23/301.23	c qxplain 1362/1365
299.23/301.23	c qxplain 1364/1365
299.23/301.24	c qxplain 1365/1365
299.23/301.25	c 11231[?] -1503[?] 2723[?] -2719[?]  is mandatory 
299.23/301.25	c qxplain 1364/1364
299.23/301.26	c 11232[?] -2722[?] -2724[?]  is mandatory 
299.23/301.26	c qxplain 1362/1363
299.23/301.27	c qxplain 1363/1363
299.23/301.28	c 11233[?] -2723[?] -2724[?]  is mandatory 
299.23/301.28	c qxplain 1362/1362
299.23/301.29	c 11234[?] 2724[?] 2723[?] 2722[?]  is mandatory 
299.23/301.29	c qxplain 1354/1361
299.33/301.30	c qxplain 1358/1361
299.33/301.31	c qxplain 1360/1361
299.33/301.32	c qxplain 1361/1361
299.33/301.33	c 11235[?] -2721[?] -2725[?]  is mandatory 
299.33/301.33	c qxplain 1360/1360
299.33/301.34	c 11236[?] 2724[?] -2725[?]  is mandatory 
299.33/301.34	c qxplain 1358/1359
299.33/301.35	c qxplain 1359/1359
299.33/301.36	c 11237[?] 2725[?] -2724[?] 2721[?]  is mandatory 
299.33/301.36	c qxplain 1358/1358
299.33/301.37	c 11238[?] -2720[?] -2726[?]  is mandatory 
299.33/301.37	c qxplain 1354/1357
299.33/301.38	c qxplain 1356/1357
299.33/301.39	c qxplain 1357/1357
299.43/301.40	c 11239[?] 2725[?] -2726[?]  is mandatory 
299.43/301.40	c qxplain 1356/1356
299.43/301.41	c 11240[?] 2726[?] -2725[?] 2720[?]  is mandatory 
299.43/301.41	c qxplain 1354/1355
299.43/301.42	c qxplain 1355/1355
299.43/301.43	c 11241[?] -2727[?] 1505[?]  is mandatory 
299.43/301.43	c qxplain 1354/1354
299.43/301.44	c 11242[?] -2727[?] 2719[?]  is mandatory 
299.43/301.44	c qxplain 1322/1353
299.43/301.45	c qxplain 1338/1353
299.43/301.46	c qxplain 1346/1353
299.43/301.47	c qxplain 1350/1353
299.43/301.48	c qxplain 1352/1353
299.43/301.49	c qxplain 1353/1353
299.53/301.50	c 11243[?] -1505[?] -2719[?] 2727[?]  is mandatory 
299.53/301.50	c qxplain 1352/1352
299.53/301.51	c 11244[?] -2728[?] 1478[?]  is mandatory 
299.53/301.51	c qxplain 1350/1351
299.53/301.52	c qxplain 1351/1351
299.53/301.53	c 11245[?] -2728[?] 2719[?]  is mandatory 
299.53/301.53	c qxplain 1350/1350
299.53/301.54	c 11246[?] -1478[?] 2728[?] -2719[?]  is mandatory 
299.53/301.54	c qxplain 1346/1349
299.53/301.55	c qxplain 1348/1349
299.53/301.56	c qxplain 1349/1349
299.53/301.57	c 11247[?] -2729[?] 1507[?]  is mandatory 
299.53/301.57	c qxplain 1348/1348
299.53/301.58	c 11248[?] -2729[?] 2719[?]  is mandatory 
299.53/301.58	c qxplain 1346/1347
299.53/301.59	c qxplain 1347/1347
299.63/301.62	c 11249[?] -1507[?] -2719[?] 2729[?]  is mandatory 
299.63/301.62	c qxplain 1346/1346
299.63/301.62	c 11250[?] -2730[?] 1506[?]  is mandatory 
299.63/301.62	c qxplain 1338/1345
299.63/301.62	c qxplain 1342/1345
299.63/301.63	c qxplain 1344/1345
299.63/301.64	c qxplain 1345/1345
299.63/301.65	c 11251[?] -2730[?] 2719[?]  is mandatory 
299.63/301.65	c qxplain 1344/1344
299.63/301.66	c 11252[?] -1506[?] 2730[?] -2719[?]  is mandatory 
299.63/301.66	c qxplain 1342/1343
299.63/301.66	c qxplain 1343/1343
299.63/301.67	c 11253[?] -2729[?] -2731[?]  is mandatory 
299.63/301.67	c qxplain 1342/1342
299.63/301.68	c 11254[?] -2730[?] -2731[?]  is mandatory 
299.63/301.68	c qxplain 1338/1341
299.63/301.69	c qxplain 1340/1341
299.63/301.70	c qxplain 1341/1341
299.63/301.71	c 11255[?] 2731[?] 2730[?] 2729[?]  is mandatory 
299.63/301.71	c qxplain 1340/1340
299.63/301.72	c 11256[?] -2728[?] -2732[?]  is mandatory 
299.63/301.72	c qxplain 1338/1339
299.75/301.73	c qxplain 1339/1339
299.75/301.74	c 11257[?] 2731[?] -2732[?]  is mandatory 
299.75/301.74	c qxplain 1338/1338
299.75/301.75	c 11258[?] 2732[?] -2731[?] 2728[?]  is mandatory 
299.75/301.75	c qxplain 1322/1337
299.75/301.76	c qxplain 1330/1337
299.75/301.77	c qxplain 1334/1337
299.75/301.78	c qxplain 1336/1337
299.75/301.79	c qxplain 1337/1337
299.75/301.79	c 11259[?] -2727[?] -2733[?]  is mandatory 
299.75/301.79	c qxplain 1336/1336
299.83/301.80	c 11260[?] 2732[?] -2733[?]  is mandatory 
299.83/301.80	c qxplain 1334/1335
299.83/301.81	c qxplain 1335/1335
299.83/301.82	c 11261[?] 2733[?] -2732[?] 2727[?]  is mandatory 
299.83/301.82	c qxplain 1334/1334
299.83/301.83	c 11262[?] -2734[?] 1485[?]  is mandatory 
299.83/301.83	c qxplain 1330/1333
299.83/301.84	c qxplain 1332/1333
299.83/301.85	c qxplain 1333/1333
299.83/301.86	c 11263[?] -2734[?] 2719[?]  is mandatory 
299.83/301.86	c qxplain 1332/1332
299.83/301.87	c 11264[?] -1485[?] 2734[?] -2719[?]  is mandatory 
299.83/301.87	c qxplain 1330/1331
299.83/301.88	c qxplain 1331/1331
299.83/301.89	c 11265[?] -2735[?] 1484[?]  is mandatory 
299.83/301.89	c qxplain 1330/1330
299.93/301.90	c 11266[?] -2735[?] 2719[?]  is mandatory 
299.93/301.90	c qxplain 1322/1329
299.93/301.91	c qxplain 1326/1329
299.93/301.92	c qxplain 1328/1329
299.93/301.93	c qxplain 1329/1329
299.93/301.94	c 11267[?] -1484[?] -2719[?] 2735[?]  is mandatory 
299.93/301.94	c qxplain 1328/1328
299.93/301.95	c 11268[?] -2736[?] 1483[?]  is mandatory 
299.93/301.95	c qxplain 1326/1327
299.93/301.96	c qxplain 1327/1327
299.93/301.97	c 11269[?] -2736[?] 2719[?]  is mandatory 
299.93/301.97	c qxplain 1326/1326
299.93/301.98	c 11270[?] -1483[?] 2736[?] -2719[?]  is mandatory 
299.93/301.98	c qxplain 1322/1325
299.93/301.99	c qxplain 1324/1325
300.03/302.00	c qxplain 1325/1325
300.03/302.01	c 11271[?] -2735[?] -2737[?]  is mandatory 
300.03/302.01	c qxplain 1324/1324
300.03/302.02	c 11272[?] -2736[?] -2737[?]  is mandatory 
300.03/302.02	c qxplain 1322/1323
300.03/302.03	c qxplain 1323/1323
300.03/302.04	c 11273[?] 2737[?] 2736[?] 2735[?]  is mandatory 
300.03/302.04	c qxplain 1322/1322
300.03/302.05	c 11274[?] -2734[?] -2738[?]  is mandatory 
300.03/302.05	c qxplain 1259/1321
300.03/302.06	c qxplain 1291/1321
300.03/302.07	c qxplain 1307/1321
300.03/302.08	c qxplain 1315/1321
300.03/302.08	c qxplain 1319/1321
300.03/302.09	c qxplain 1321/1321
300.13/302.10	c 11275[?] 2737[?] -2738[?]  is mandatory 
300.13/302.10	c qxplain 1319/1320
300.13/302.11	c qxplain 1320/1320
300.13/302.12	c 11276[?] 2738[?] -2737[?] 2734[?]  is mandatory 
300.13/302.12	c qxplain 1319/1319
300.13/302.13	c 11277[?] -2739[?] 1479[?]  is mandatory 
300.13/302.13	c qxplain 1315/1318
300.13/302.14	c qxplain 1317/1318
300.13/302.15	c qxplain 1318/1318
300.13/302.16	c 11278[?] -2739[?] 2719[?]  is mandatory 
300.13/302.16	c qxplain 1317/1317
300.13/302.17	c 11279[?] -1479[?] 2739[?] -2719[?]  is mandatory 
300.13/302.17	c qxplain 1315/1316
300.13/302.18	c qxplain 1316/1316
300.13/302.19	c 11280[?] -2740[?] 1480[?]  is mandatory 
300.13/302.19	c qxplain 1315/1315
300.23/302.20	c 11281[?] -2740[?] 2719[?]  is mandatory 
300.23/302.20	c qxplain 1307/1314
300.23/302.21	c qxplain 1311/1314
300.23/302.22	c qxplain 1313/1314
300.23/302.23	c qxplain 1314/1314
300.23/302.24	c 11282[?] -1480[?] -2719[?] 2740[?]  is mandatory 
300.23/302.24	c qxplain 1313/1313
300.23/302.25	c 11283[?] -2741[?] 1482[?]  is mandatory 
300.23/302.25	c qxplain 1311/1312
300.23/302.26	c qxplain 1312/1312
300.23/302.27	c 11284[?] -2741[?] 2719[?]  is mandatory 
300.23/302.27	c qxplain 1311/1311
300.23/302.28	c 11285[?] -1482[?] 2741[?] -2719[?]  is mandatory 
300.23/302.28	c qxplain 1307/1310
300.23/302.29	c qxplain 1309/1310
300.34/302.30	c qxplain 1310/1310
300.34/302.31	c 11286[?] -2742[?] 1481[?]  is mandatory 
300.34/302.31	c qxplain 1309/1309
300.34/302.32	c 11287[?] -2742[?] 2719[?]  is mandatory 
300.34/302.32	c qxplain 1307/1308
300.34/302.34	c qxplain 1308/1308
300.34/302.35	c 11288[?] -1481[?] 2742[?] -2719[?]  is mandatory 
300.34/302.35	c qxplain 1307/1307
300.34/302.35	c 11289[?] -2741[?] -2743[?]  is mandatory 
300.34/302.35	c qxplain 1291/1306
300.34/302.36	c qxplain 1299/1306
300.34/302.37	c qxplain 1303/1306
300.34/302.38	c qxplain 1305/1306
300.34/302.39	c qxplain 1306/1306
300.44/302.40	c 11290[?] -2742[?] -2743[?]  is mandatory 
300.44/302.40	c qxplain 1305/1305
300.44/302.41	c 11291[?] 2743[?] 2742[?] 2741[?]  is mandatory 
300.44/302.41	c qxplain 1303/1304
300.44/302.42	c qxplain 1304/1304
300.44/302.43	c 11292[?] -2740[?] -2744[?]  is mandatory 
300.44/302.43	c qxplain 1303/1303
300.44/302.44	c 11293[?] 2743[?] -2744[?]  is mandatory 
300.44/302.44	c qxplain 1299/1302
300.44/302.45	c qxplain 1301/1302
300.44/302.46	c qxplain 1302/1302
300.44/302.47	c 11294[?] 2744[?] -2743[?] 2740[?]  is mandatory 
300.44/302.47	c qxplain 1301/1301
300.44/302.48	c 11295[?] -2739[?] -2745[?]  is mandatory 
300.44/302.48	c qxplain 1299/1300
300.44/302.49	c qxplain 1300/1300
300.54/302.50	c 11296[?] 2744[?] -2745[?]  is mandatory 
300.54/302.50	c qxplain 1299/1299
300.54/302.51	c 11297[?] 2745[?] -2744[?] 2739[?]  is mandatory 
300.54/302.51	c qxplain 1291/1298
300.54/302.52	c qxplain 1295/1298
300.54/302.53	c qxplain 1297/1298
300.54/302.54	c qxplain 1298/1298
300.54/302.55	c 11298[?] 2738[?] -2746[?]  is mandatory 
300.54/302.55	c qxplain 1297/1297
300.54/302.56	c 11299[?] 2745[?] -2746[?]  is mandatory 
300.54/302.56	c qxplain 1295/1296
300.54/302.57	c qxplain 1296/1296
300.54/302.58	c 11300[?] 2746[?] -2745[?] -2738[?]  is mandatory 
300.54/302.58	c qxplain 1295/1295
300.54/302.59	c 11301[?] 2733[?] -2747[?]  is mandatory 
300.54/302.59	c qxplain 1291/1294
300.64/302.60	c qxplain 1293/1294
300.64/302.61	c qxplain 1294/1294
300.64/302.62	c 11302[?] 2746[?] -2747[?]  is mandatory 
300.64/302.62	c qxplain 1293/1293
300.64/302.63	c 11303[?] 2747[?] -2746[?] -2733[?]  is mandatory 
300.64/302.63	c qxplain 1291/1292
300.64/302.64	c qxplain 1292/1292
300.64/302.65	c 11304[?] 2726[?] -2748[?]  is mandatory 
300.64/302.65	c qxplain 1291/1291
300.64/302.65	c 11305[?] 2747[?] -2748[?]  is mandatory 
300.64/302.65	c qxplain 1259/1290
300.64/302.66	c qxplain 1275/1290
300.64/302.67	c qxplain 1283/1290
300.64/302.68	c qxplain 1287/1290
300.64/302.69	c qxplain 1289/1290
300.64/302.70	c qxplain 1290/1290
300.74/302.72	c 11306[?] 2748[?] -2747[?] -2726[?]  is mandatory 
300.74/302.72	c qxplain 1289/1289
300.74/302.72	c 11307[?] -2749[?] 1486[?]  is mandatory 
300.74/302.72	c qxplain 1287/1288
300.74/302.73	c qxplain 1288/1288
300.74/302.74	c 11308[?] -2749[?] 2719[?]  is mandatory 
300.74/302.74	c qxplain 1287/1287
300.74/302.75	c 11309[?] -1486[?] 2749[?] -2719[?]  is mandatory 
300.74/302.75	c qxplain 1283/1286
300.74/302.76	c qxplain 1285/1286
300.74/302.77	c qxplain 1286/1286
300.74/302.78	c 11310[?] -2750[?] 1487[?]  is mandatory 
300.74/302.78	c qxplain 1285/1285
300.74/302.79	c 11311[?] -2750[?] 2719[?]  is mandatory 
300.74/302.79	c qxplain 1283/1284
300.74/302.80	c qxplain 1284/1284
300.74/302.81	c 11312[?] -1487[?] -2719[?] 2750[?]  is mandatory 
300.74/302.81	c qxplain 1283/1283
300.86/302.82	c 11313[?] -2751[?] 1489[?]  is mandatory 
300.86/302.82	c qxplain 1275/1282
300.86/302.83	c qxplain 1279/1282
300.86/302.84	c qxplain 1281/1282
300.86/302.85	c qxplain 1282/1282
300.86/302.86	c 11314[?] -2751[?] 2719[?]  is mandatory 
300.86/302.86	c qxplain 1281/1281
300.86/302.87	c 11315[?] -1489[?] 2751[?] -2719[?]  is mandatory 
300.86/302.87	c qxplain 1279/1280
300.86/302.88	c qxplain 1280/1280
300.86/302.89	c 11316[?] -2752[?] 1488[?]  is mandatory 
300.86/302.89	c qxplain 1279/1279
300.93/302.90	c 11317[?] -2752[?] 2719[?]  is mandatory 
300.93/302.90	c qxplain 1275/1278
300.93/302.91	c qxplain 1277/1278
300.93/302.92	c qxplain 1278/1278
300.93/302.93	c 11318[?] -1488[?] 2752[?] -2719[?]  is mandatory 
300.93/302.93	c qxplain 1277/1277
300.93/302.93	c 11319[?] -2751[?] -2753[?]  is mandatory 
300.93/302.93	c qxplain 1275/1276
300.93/302.95	c qxplain 1276/1276
300.93/302.96	c 11320[?] -2752[?] -2753[?]  is mandatory 
300.93/302.96	c qxplain 1275/1275
300.93/302.97	c 11321[?] 2753[?] 2752[?] 2751[?]  is mandatory 
300.93/302.97	c qxplain 1259/1274
300.93/302.98	c qxplain 1267/1274
300.93/302.98	c qxplain 1271/1274
300.93/302.99	c qxplain 1273/1274
301.04/303.00	c qxplain 1274/1274
301.04/303.01	c 11322[?] -2750[?] -2754[?]  is mandatory 
301.04/303.01	c qxplain 1273/1273
301.04/303.02	c 11323[?] 2753[?] -2754[?]  is mandatory 
301.04/303.02	c qxplain 1271/1272
301.04/303.03	c qxplain 1272/1272
301.04/303.04	c 11324[?] 2754[?] -2753[?] 2750[?]  is mandatory 
301.04/303.04	c qxplain 1271/1271
301.04/303.05	c 11325[?] -2749[?] -2755[?]  is mandatory 
301.04/303.05	c qxplain 1267/1270
301.04/303.06	c qxplain 1269/1270
301.04/303.07	c qxplain 1270/1270
301.04/303.08	c 11326[?] 2754[?] -2755[?]  is mandatory 
301.04/303.08	c qxplain 1269/1269
301.04/303.09	c 11327[?] 2755[?] -2754[?] 2749[?]  is mandatory 
301.04/303.09	c qxplain 1267/1268
301.14/303.10	c qxplain 1268/1268
301.14/303.11	c 11328[?] -2756[?] 1490[?]  is mandatory 
301.14/303.11	c qxplain 1267/1267
301.14/303.12	c 11329[?] -2756[?] 2719[?]  is mandatory 
301.14/303.12	c qxplain 1259/1266
301.14/303.13	c qxplain 1263/1266
301.14/303.14	c qxplain 1265/1266
301.14/303.15	c qxplain 1266/1266
301.14/303.16	c 11330[?] -1490[?] -2719[?] 2756[?]  is mandatory 
301.14/303.16	c qxplain 1265/1265
301.14/303.17	c 11331[?] -2757[?] 1491[?]  is mandatory 
301.14/303.17	c qxplain 1263/1264
301.14/303.18	c qxplain 1264/1264
301.14/303.19	c 11332[?] -2757[?] 2719[?]  is mandatory 
301.14/303.19	c qxplain 1263/1263
301.23/303.20	c 11333[?] -1491[?] 2757[?] -2719[?]  is mandatory 
301.23/303.20	c qxplain 1259/1262
301.23/303.21	c qxplain 1261/1262
301.23/303.22	c qxplain 1262/1262
301.23/303.23	c 11334[?] -2758[?] 1493[?]  is mandatory 
301.23/303.23	c qxplain 1261/1261
301.23/303.24	c 11335[?] -2758[?] 2719[?]  is mandatory 
301.23/303.24	c qxplain 1259/1260
301.23/303.25	c qxplain 1260/1260
301.23/303.26	c 11336[?] -1493[?] -2719[?] 2758[?]  is mandatory 
301.23/303.26	c qxplain 1259/1259
301.23/303.27	c 11337[?] -2759[?] 1492[?]  is mandatory 
301.23/303.27	c qxplain 1007/1258
301.23/303.28	c qxplain 1133/1258
301.23/303.29	c qxplain 1196/1258
301.34/303.30	c qxplain 1228/1258
301.34/303.31	c qxplain 1244/1258
301.34/303.32	c qxplain 1252/1258
301.34/303.33	c qxplain 1256/1258
301.34/303.34	c qxplain 1258/1258
301.34/303.35	c 11338[?] -2759[?] 2719[?]  is mandatory 
301.34/303.35	c qxplain 1256/1257
301.34/303.36	c qxplain 1257/1257
301.34/303.37	c 11339[?] -1492[?] 2759[?] -2719[?]  is mandatory 
301.34/303.37	c qxplain 1256/1256
301.34/303.37	c 11340[?] -2758[?] -2760[?]  is mandatory 
301.34/303.37	c qxplain 1252/1255
301.34/303.39	c qxplain 1254/1255
301.34/303.39	c qxplain 1255/1255
301.45/303.40	c 11341[?] -2759[?] -2760[?]  is mandatory 
301.45/303.40	c qxplain 1254/1254
301.45/303.42	c 11342[?] 2760[?] 2759[?] 2758[?]  is mandatory 
301.45/303.42	c qxplain 1252/1253
301.45/303.43	c qxplain 1253/1253
301.45/303.43	c 11343[?] -2757[?] -2761[?]  is mandatory 
301.45/303.43	c qxplain 1252/1252
301.45/303.44	c 11344[?] 2760[?] -2761[?]  is mandatory 
301.45/303.44	c qxplain 1244/1251
301.45/303.45	c qxplain 1248/1251
301.45/303.46	c qxplain 1250/1251
301.45/303.47	c qxplain 1251/1251
301.45/303.48	c 11345[?] 2761[?] -2760[?] 2757[?]  is mandatory 
301.45/303.48	c qxplain 1250/1250
301.45/303.49	c 11346[?] -2756[?] -2762[?]  is mandatory 
301.45/303.49	c qxplain 1248/1249
301.55/303.50	c qxplain 1249/1249
301.55/303.51	c 11347[?] 2761[?] -2762[?]  is mandatory 
301.55/303.51	c qxplain 1248/1248
301.55/303.52	c 11348[?] 2762[?] -2761[?] 2756[?]  is mandatory 
301.55/303.52	c qxplain 1244/1247
301.55/303.53	c qxplain 1246/1247
301.55/303.54	c qxplain 1247/1247
301.55/303.55	c 11349[?] -2763[?] 1500[?]  is mandatory 
301.55/303.55	c qxplain 1246/1246
301.55/303.56	c 11350[?] -2763[?] 2719[?]  is mandatory 
301.55/303.56	c qxplain 1244/1245
301.55/303.57	c qxplain 1245/1245
301.55/303.58	c 11351[?] -1500[?] -2719[?] 2763[?]  is mandatory 
301.55/303.58	c qxplain 1244/1244
301.55/303.59	c 11352[?] -2764[?] 1499[?]  is mandatory 
301.55/303.59	c qxplain 1228/1243
301.65/303.60	c qxplain 1236/1243
301.65/303.61	c qxplain 1240/1243
301.65/303.62	c qxplain 1242/1243
301.65/303.63	c qxplain 1243/1243
301.65/303.64	c 11353[?] -2764[?] 2719[?]  is mandatory 
301.65/303.64	c qxplain 1242/1242
301.65/303.65	c 11354[?] -1499[?] 2764[?] -2719[?]  is mandatory 
301.65/303.65	c qxplain 1240/1241
301.65/303.66	c qxplain 1241/1241
301.65/303.67	c 11355[?] -2765[?] 1498[?]  is mandatory 
301.65/303.67	c qxplain 1240/1240
301.65/303.68	c 11356[?] -2765[?] 2719[?]  is mandatory 
301.65/303.68	c qxplain 1236/1239
301.65/303.69	c qxplain 1238/1239
301.75/303.70	c qxplain 1239/1239
301.75/303.71	c 11357[?] -1498[?] 2765[?] -2719[?]  is mandatory 
301.75/303.71	c qxplain 1238/1238
301.75/303.71	c 11358[?] -2764[?] -2766[?]  is mandatory 
301.75/303.71	c qxplain 1236/1237
301.75/303.73	c qxplain 1237/1237
301.75/303.74	c 11359[?] -2765[?] -2766[?]  is mandatory 
301.75/303.74	c qxplain 1236/1236
301.75/303.75	c 11360[?] 2766[?] 2765[?] 2764[?]  is mandatory 
301.75/303.75	c qxplain 1228/1235
301.75/303.76	c qxplain 1232/1235
301.75/303.76	c qxplain 1234/1235
301.75/303.77	c qxplain 1235/1235
301.75/303.78	c 11361[?] -2763[?] -2767[?]  is mandatory 
301.75/303.78	c qxplain 1234/1234
301.75/303.79	c 11362[?] 2766[?] -2767[?]  is mandatory 
301.75/303.79	c qxplain 1232/1233
301.85/303.82	c qxplain 1233/1233
301.85/303.82	c 11363[?] 2767[?] -2766[?] 2763[?]  is mandatory 
301.85/303.82	c qxplain 1232/1232
301.85/303.82	c 11364[?] -2768[?] 1494[?]  is mandatory 
301.85/303.82	c qxplain 1228/1231
301.85/303.83	c qxplain 1230/1231
301.85/303.84	c qxplain 1231/1231
301.85/303.85	c 11365[?] -2768[?] 2719[?]  is mandatory 
301.85/303.85	c qxplain 1230/1230
301.85/303.86	c 11366[?] -1494[?] 2768[?] -2719[?]  is mandatory 
301.85/303.86	c qxplain 1228/1229
301.85/303.87	c qxplain 1229/1229
301.85/303.88	c 11367[?] -2769[?] 1495[?]  is mandatory 
301.85/303.88	c qxplain 1228/1228
301.85/303.89	c 11368[?] -2769[?] 2719[?]  is mandatory 
301.85/303.89	c qxplain 1196/1227
301.85/303.90	c qxplain 1212/1227
301.85/303.91	c qxplain 1220/1227
301.85/303.92	c qxplain 1224/1227
301.97/303.93	c qxplain 1226/1227
301.97/303.94	c qxplain 1227/1227
301.97/303.95	c 11369[?] -1495[?] -2719[?] 2769[?]  is mandatory 
301.97/303.95	c qxplain 1226/1226
301.97/303.96	c 11370[?] -2770[?] 1497[?]  is mandatory 
301.97/303.96	c qxplain 1224/1225
301.97/303.97	c qxplain 1225/1225
301.97/303.98	c 11371[?] -2770[?] 2719[?]  is mandatory 
301.97/303.98	c qxplain 1224/1224
301.97/303.99	c 11372[?] -1497[?] 2770[?] -2719[?]  is mandatory 
301.97/303.99	c qxplain 1220/1223
302.05/304.00	c qxplain 1222/1223
302.05/304.01	c qxplain 1223/1223
302.05/304.02	c 11373[?] -2771[?] 1496[?]  is mandatory 
302.05/304.02	c qxplain 1222/1222
302.05/304.03	c 11374[?] -2771[?] 2719[?]  is mandatory 
302.05/304.03	c qxplain 1220/1221
302.05/304.04	c qxplain 1221/1221
302.05/304.05	c 11375[?] -1496[?] 2771[?] -2719[?]  is mandatory 
302.05/304.05	c qxplain 1220/1220
302.05/304.05	c 11376[?] -2770[?] -2772[?]  is mandatory 
302.05/304.05	c qxplain 1212/1219
302.05/304.06	c qxplain 1216/1219
302.05/304.07	c qxplain 1218/1219
302.05/304.08	c qxplain 1219/1219
302.05/304.09	c 11377[?] -2771[?] -2772[?]  is mandatory 
302.05/304.09	c qxplain 1218/1218
302.15/304.10	c 11378[?] 2772[?] 2771[?] 2770[?]  is mandatory 
302.15/304.10	c qxplain 1216/1217
302.15/304.11	c qxplain 1217/1217
302.15/304.12	c 11379[?] -2769[?] -2773[?]  is mandatory 
302.15/304.12	c qxplain 1216/1216
302.15/304.13	c 11380[?] 2772[?] -2773[?]  is mandatory 
302.15/304.13	c qxplain 1212/1215
302.15/304.14	c qxplain 1214/1215
302.15/304.15	c qxplain 1215/1215
302.15/304.16	c 11381[?] 2773[?] -2772[?] 2769[?]  is mandatory 
302.15/304.16	c qxplain 1214/1214
302.15/304.17	c 11382[?] -2768[?] -2774[?]  is mandatory 
302.15/304.17	c qxplain 1212/1213
302.15/304.18	c qxplain 1213/1213
302.15/304.19	c 11383[?] 2773[?] -2774[?]  is mandatory 
302.15/304.19	c qxplain 1212/1212
302.25/304.20	c 11384[?] 2774[?] -2773[?] 2768[?]  is mandatory 
302.25/304.20	c qxplain 1196/1211
302.25/304.21	c qxplain 1204/1211
302.25/304.22	c qxplain 1208/1211
302.25/304.23	c qxplain 1210/1211
302.25/304.24	c qxplain 1211/1211
302.25/304.25	c 11385[?] 2767[?] -2775[?]  is mandatory 
302.25/304.25	c qxplain 1210/1210
302.25/304.25	c 11386[?] 2774[?] -2775[?]  is mandatory 
302.25/304.25	c qxplain 1208/1209
302.25/304.26	c qxplain 1209/1209
302.25/304.27	c 11387[?] 2775[?] -2774[?] -2767[?]  is mandatory 
302.25/304.27	c qxplain 1208/1208
302.25/304.28	c 11388[?] 2762[?] -2776[?]  is mandatory 
302.25/304.28	c qxplain 1204/1207
302.25/304.30	c qxplain 1206/1207
302.35/304.30	c qxplain 1207/1207
302.35/304.31	c 11389[?] 2775[?] -2776[?]  is mandatory 
302.35/304.31	c qxplain 1206/1206
302.35/304.33	c 11390[?] 2776[?] -2775[?] -2762[?]  is mandatory 
302.35/304.33	c qxplain 1204/1205
302.35/304.34	c qxplain 1205/1205
302.35/304.34	c 11391[?] 2755[?] -2777[?]  is mandatory 
302.35/304.34	c qxplain 1204/1204
302.35/304.35	c 11392[?] 2776[?] -2777[?]  is mandatory 
302.35/304.35	c qxplain 1196/1203
302.35/304.36	c qxplain 1200/1203
302.35/304.37	c qxplain 1202/1203
302.35/304.38	c qxplain 1203/1203
302.35/304.39	c 11393[?] 2777[?] -2776[?] -2755[?]  is mandatory 
302.35/304.39	c qxplain 1202/1202
302.45/304.40	c 11394[?] 2748[?] -2778[?]  is mandatory 
302.45/304.40	c qxplain 1200/1201
302.45/304.41	c qxplain 1201/1201
302.45/304.42	c 11395[?] 2777[?] -2778[?]  is mandatory 
302.45/304.42	c qxplain 1200/1200
302.45/304.43	c 11396[?] -2777[?] -2748[?] 2778[?]  is mandatory 
302.45/304.43	c qxplain 1196/1199
302.45/304.44	c qxplain 1198/1199
302.45/304.45	c qxplain 1199/1199
302.45/304.46	c 11397[?] -2779[?] 2707[?]  is mandatory 
302.45/304.46	c qxplain 1198/1198
302.45/304.47	c 11399[?] -2707[?] 2779[?] 2714[?]  is mandatory 
302.45/304.47	c qxplain 1196/1197
302.45/304.49	c qxplain 1197/1197
302.55/304.51	c 11400[?] -2780[?] -2719[?]  is mandatory 
302.55/304.51	c qxplain 1196/1196
302.55/304.52	c 11401[?] -2779[?] -2780[?]  is mandatory 
302.55/304.52	c qxplain 1133/1195
302.55/304.53	c qxplain 1165/1195
302.55/304.54	c qxplain 1181/1195
302.55/304.55	c qxplain 1189/1195
302.55/304.56	c qxplain 1193/1195
302.55/304.57	c qxplain 1195/1195
302.55/304.58	c 11402[?] 2780[?] 2779[?] 2719[?]  is mandatory 
302.55/304.58	c qxplain 1193/1194
302.55/304.59	c qxplain 1194/1194
302.55/304.60	c 11403[?] -2781[?] 1477[?]  is mandatory 
302.55/304.60	c qxplain 1193/1193
302.65/304.61	c 11404[?] 2719[?] -2781[?]  is mandatory 
302.65/304.61	c qxplain 1189/1192
302.65/304.63	c qxplain 1191/1192
302.65/304.64	c qxplain 1192/1192
302.65/304.65	c 11405[?] 2781[?] -2719[?] -1477[?]  is mandatory 
302.65/304.65	c qxplain 1191/1191
302.65/304.66	c 11406[?] -2782[?] -2780[?]  is mandatory 
302.65/304.66	c qxplain 1189/1190
302.65/304.67	c qxplain 1190/1190
302.65/304.68	c 11407[?] -2782[?] -2781[?]  is mandatory 
302.65/304.68	c qxplain 1189/1189
302.65/304.68	c 11408[?] 2780[?] 2782[?] 2781[?]  is mandatory 
302.65/304.69	c qxplain 1181/1188
302.75/304.70	c qxplain 1185/1188
302.75/304.71	c qxplain 1187/1188
302.75/304.71	c qxplain 1188/1188
302.75/304.73	c 11409[?] -2783[?] 1476[?]  is mandatory 
302.75/304.73	c qxplain 1187/1187
302.75/304.74	c 11410[?] -2783[?] 2719[?]  is mandatory 
302.75/304.74	c qxplain 1185/1186
302.75/304.75	c qxplain 1186/1186
302.75/304.76	c 11411[?] 2783[?] -2719[?] -1476[?]  is mandatory 
302.75/304.76	c qxplain 1185/1185
302.75/304.78	c 11412[?] 2688[?] -2784[?]  is mandatory 
302.75/304.78	c qxplain 1181/1184
302.75/304.79	c qxplain 1183/1184
302.85/304.80	c qxplain 1184/1184
302.85/304.81	c 11413[?] 2700[?] -2784[?]  is mandatory 
302.85/304.81	c qxplain 1183/1183
302.85/304.82	c 11414[?] 2784[?] -2700[?] -2688[?]  is mandatory 
302.85/304.82	c qxplain 1181/1182
302.85/304.83	c qxplain 1182/1182
302.85/304.84	c 11415[?] -2785[?] -2719[?]  is mandatory 
302.85/304.84	c qxplain 1181/1181
302.85/304.85	c 11416[?] -2785[?] -2784[?]  is mandatory 
302.85/304.85	c qxplain 1165/1180
302.85/304.86	c qxplain 1173/1180
302.85/304.87	c qxplain 1177/1180
302.85/304.88	c qxplain 1179/1180
302.85/304.88	c qxplain 1180/1180
302.85/304.89	c 11417[?] 2784[?] 2785[?] 2719[?]  is mandatory 
302.85/304.89	c qxplain 1179/1179
302.85/304.90	c 11418[?] -2786[?] -2783[?]  is mandatory 
302.85/304.90	c qxplain 1177/1178
302.85/304.92	c qxplain 1178/1178
302.95/304.93	c 11419[?] -2785[?] -2786[?]  is mandatory 
302.95/304.93	c qxplain 1177/1177
302.95/304.94	c 11420[?] 2786[?] 2785[?] 2783[?]  is mandatory 
302.95/304.94	c qxplain 1173/1176
302.95/304.95	c qxplain 1175/1176
302.95/304.96	c qxplain 1176/1176
302.95/304.99	c 11421[?] -2548[?] -2787[?]  is mandatory 
302.95/304.99	c qxplain 1175/1175
302.95/305.00	c 11422[?] -2787[?] 2647[?]  is mandatory 
302.95/305.00	c qxplain 1173/1174
302.95/305.01	c qxplain 1174/1174
302.95/305.02	c 11423[?] -2647[?] 2787[?] 2548[?]  is mandatory 
302.95/305.02	c qxplain 1173/1173
303.07/305.03	c 11424[?] 2786[?] -2788[?]  is mandatory 
303.07/305.03	c qxplain 1165/1172
303.07/305.04	c qxplain 1169/1172
303.07/305.05	c qxplain 1171/1172
303.07/305.06	c qxplain 1172/1172
303.07/305.07	c 11425[?] -2787[?] -2788[?]  is mandatory 
303.07/305.07	c qxplain 1171/1171
303.07/305.08	c 11426[?] 2788[?] -2786[?] 2787[?]  is mandatory 
303.07/305.08	c qxplain 1169/1170
303.07/305.09	c qxplain 1170/1170
303.15/305.10	c 11427[?] -2782[?] -2789[?]  is mandatory 
303.15/305.10	c qxplain 1169/1169
303.15/305.11	c 11428[?] 2788[?] -2789[?]  is mandatory 
303.15/305.11	c qxplain 1165/1168
303.15/305.12	c qxplain 1167/1168
303.15/305.13	c qxplain 1168/1168
303.15/305.14	c 11429[?] 2789[?] -2788[?] 2782[?]  is mandatory 
303.15/305.14	c qxplain 1167/1167
303.15/305.15	c 11430[?] 2778[?] -2790[?]  is mandatory 
303.15/305.15	c qxplain 1165/1166
303.15/305.16	c qxplain 1166/1166
303.15/305.17	c 11431[?] -2790[?] 2789[?]  is mandatory 
303.15/305.17	c qxplain 1165/1165
303.15/305.18	c 11432[?] -2778[?] 2790[?] -2789[?]  is mandatory 
303.15/305.18	c qxplain 1133/1164
303.15/305.19	c qxplain 1149/1164
303.25/305.20	c qxplain 1157/1164
303.25/305.21	c qxplain 1161/1164
303.25/305.22	c qxplain 1163/1164
303.25/305.23	c qxplain 1164/1164
303.25/305.24	c 11433[?] -2713[?] -2791[?]  is mandatory 
303.25/305.24	c qxplain 1163/1163
303.25/305.25	c 11434[?] -2791[?] -2790[?]  is mandatory 
303.25/305.25	c qxplain 1161/1162
303.25/305.27	c qxplain 1162/1162
303.25/305.28	c 11435[?] 2791[?] 2790[?] 2713[?]  is mandatory 
303.25/305.28	c qxplain 1161/1161
303.25/305.28	c 11436[?] 2710[?] -2792[?]  is mandatory 
303.25/305.29	c qxplain 1157/1160
303.25/305.30	c qxplain 1159/1160
303.35/305.31	c qxplain 1160/1160
303.35/305.32	c 11437[?] -2792[?] -2791[?]  is mandatory 
303.35/305.32	c qxplain 1159/1159
303.35/305.33	c 11438[?] -2710[?] 2791[?] 2792[?]  is mandatory 
303.35/305.33	c qxplain 1157/1158
303.35/305.34	c qxplain 1158/1158
303.35/305.35	c 11441[?] 2652[?] -2792[?] 2793[?]  is mandatory 
303.35/305.35	c qxplain 1157/1157
303.35/305.38	c 11444[?] 2792[?] -1563[?] 2794[?]  is mandatory 
303.35/305.38	c qxplain 1149/1156
303.35/305.39	c qxplain 1153/1156
303.45/305.40	c qxplain 1155/1156
303.45/305.42	c qxplain 1156/1156
303.45/305.43	c 11445[?] -2793[?] -2795[?]  is mandatory 
303.45/305.43	c qxplain 1155/1155
303.45/305.44	c 11446[?] -2794[?] -2795[?]  is mandatory 
303.45/305.44	c qxplain 1153/1154
303.45/305.44	c qxplain 1154/1154
303.45/305.46	c 11448[?] 2464[?] -2796[?]  is mandatory 
303.45/305.46	c qxplain 1153/1153
303.45/305.47	c 11449[?] 2494[?] -2796[?]  is mandatory 
303.45/305.47	c qxplain 1149/1152
303.45/305.47	c qxplain 1151/1152
303.45/305.48	c qxplain 1152/1152
303.45/305.50	c 11450[?] -2464[?] 2796[?] -2494[?]  is mandatory 
303.45/305.50	c qxplain 1151/1151
303.55/305.51	c 11451[?] 2440[?] -2797[?]  is mandatory 
303.55/305.51	c qxplain 1149/1150
303.55/305.52	c qxplain 1150/1150
303.55/305.53	c 11452[?] 2796[?] -2797[?]  is mandatory 
303.55/305.53	c qxplain 1149/1149
303.55/305.54	c 11453[?] 2797[?] -2796[?] -2440[?]  is mandatory 
303.55/305.54	c qxplain 1133/1148
303.55/305.55	c qxplain 1141/1148
303.55/305.56	c qxplain 1145/1148
303.55/305.57	c qxplain 1147/1148
303.55/305.58	c qxplain 1148/1148
303.55/305.59	c 11454[?] 2409[?] -2798[?]  is mandatory 
303.55/305.59	c qxplain 1147/1147
303.65/305.60	c 11455[?] 2797[?] -2798[?]  is mandatory 
303.65/305.60	c qxplain 1145/1146
303.65/305.61	c qxplain 1146/1146
303.65/305.62	c 11456[?] 2798[?] -2797[?] -2409[?]  is mandatory 
303.65/305.62	c qxplain 1145/1145
303.65/305.63	c 11457[?] 2383[?] -2799[?]  is mandatory 
303.65/305.63	c qxplain 1141/1144
303.65/305.64	c qxplain 1143/1144
303.65/305.65	c qxplain 1144/1144
303.65/305.66	c 11458[?] 2798[?] -2799[?]  is mandatory 
303.65/305.66	c qxplain 1143/1143
303.65/305.67	c 11459[?] -2798[?] 2799[?] -2383[?]  is mandatory 
303.65/305.67	c qxplain 1141/1142
303.65/305.68	c qxplain 1142/1142
303.65/305.69	c 11460[?] 2322[?] -2800[?]  is mandatory 
303.65/305.69	c qxplain 1141/1141
303.75/305.70	c 11461[?] 2352[?] -2800[?]  is mandatory 
303.75/305.70	c qxplain 1133/1140
303.75/305.71	c qxplain 1137/1140
303.75/305.72	c qxplain 1139/1140
303.75/305.73	c qxplain 1140/1140
303.75/305.75	c 11462[?] -2322[?] -2352[?] 2800[?]  is mandatory 
303.75/305.75	c qxplain 1139/1139
303.75/305.76	c 11463[?] 2799[?] -2801[?]  is mandatory 
303.75/305.76	c qxplain 1137/1138
303.75/305.77	c qxplain 1138/1138
303.75/305.78	c 11464[?] 2800[?] -2801[?]  is mandatory 
303.75/305.78	c qxplain 1137/1137
303.75/305.79	c 11465[?] -2799[?] 2801[?] -2800[?]  is mandatory 
303.75/305.79	c qxplain 1133/1136
303.85/305.81	c qxplain 1135/1136
303.85/305.81	c qxplain 1136/1136
303.85/305.83	c 11466[?] 2287[?] -2802[?]  is mandatory 
303.85/305.83	c qxplain 1135/1135
303.85/305.84	c 11467[?] 2801[?] -2802[?]  is mandatory 
303.85/305.84	c qxplain 1133/1134
303.85/305.85	c qxplain 1134/1134
303.85/305.86	c 11468[?] -2801[?] 2802[?] -2287[?]  is mandatory 
303.85/305.86	c qxplain 1133/1133
303.85/305.87	c 11469[?] 2250[?] -2803[?]  is mandatory 
303.85/305.87	c qxplain 1007/1132
303.85/305.88	c qxplain 1070/1132
303.85/305.89	c qxplain 1102/1132
303.85/305.90	c qxplain 1118/1132
303.95/305.91	c qxplain 1126/1132
303.95/305.92	c qxplain 1130/1132
303.95/305.93	c qxplain 1132/1132
303.95/305.94	c 11470[?] 2802[?] -2803[?]  is mandatory 
303.95/305.94	c qxplain 1130/1131
303.95/305.95	c qxplain 1131/1131
303.95/305.96	c 11471[?] -2802[?] 2803[?] -2250[?]  is mandatory 
303.95/305.96	c qxplain 1130/1130
303.95/305.97	c 11472[?] 2189[?] -2804[?]  is mandatory 
303.95/305.97	c qxplain 1126/1129
303.95/305.98	c qxplain 1128/1129
303.95/305.99	c qxplain 1129/1129
303.95/306.00	c 11473[?] 2221[?] -2804[?]  is mandatory 
303.95/306.00	c qxplain 1128/1128
303.95/306.01	c 11474[?] 2804[?] -2221[?] -2189[?]  is mandatory 
303.95/306.01	c qxplain 1126/1127
303.95/306.02	c qxplain 1127/1127
304.06/306.03	c 11475[?] 2803[?] -2805[?]  is mandatory 
304.06/306.03	c qxplain 1126/1126
304.06/306.04	c 11476[?] 2804[?] -2805[?]  is mandatory 
304.06/306.04	c qxplain 1118/1125
304.06/306.05	c qxplain 1122/1125
304.06/306.06	c qxplain 1124/1125
304.06/306.07	c qxplain 1125/1125
304.06/306.08	c 11477[?] -2803[?] 2805[?] -2804[?]  is mandatory 
304.06/306.08	c qxplain 1124/1124
304.06/306.09	c 11478[?] 2158[?] -2806[?]  is mandatory 
304.06/306.09	c qxplain 1122/1123
304.06/306.10	c qxplain 1123/1123
304.06/306.11	c 11479[?] 2805[?] -2806[?]  is mandatory 
304.06/306.11	c qxplain 1122/1122
304.17/306.12	c 11480[?] -2158[?] 2806[?] -2805[?]  is mandatory 
304.17/306.12	c qxplain 1118/1121
304.17/306.13	c qxplain 1120/1121
304.17/306.14	c qxplain 1121/1121
304.17/306.15	c 11481[?] 2129[?] -2807[?]  is mandatory 
304.17/306.15	c qxplain 1120/1120
304.17/306.16	c 11482[?] 2806[?] -2807[?]  is mandatory 
304.17/306.17	c qxplain 1118/1119
304.17/306.17	c qxplain 1119/1119
304.17/306.19	c 11483[?] -2806[?] 2807[?] -2129[?]  is mandatory 
304.17/306.19	c qxplain 1118/1118
304.17/306.20	c 11484[?] 2061[?] -2808[?]  is mandatory 
304.17/306.20	c qxplain 1102/1117
304.25/306.21	c qxplain 1110/1117
304.25/306.22	c qxplain 1114/1117
304.25/306.23	c qxplain 1116/1117
304.25/306.24	c qxplain 1117/1117
304.25/306.25	c 11485[?] 2095[?] -2808[?]  is mandatory 
304.25/306.25	c qxplain 1116/1116
304.25/306.26	c 11486[?] -2095[?] 2808[?] -2061[?]  is mandatory 
304.25/306.26	c qxplain 1114/1115
304.25/306.27	c qxplain 1115/1115
304.25/306.28	c 11487[?] 2807[?] -2809[?]  is mandatory 
304.25/306.28	c qxplain 1114/1114
304.25/306.30	c 11488[?] 2808[?] -2809[?]  is mandatory 
304.25/306.30	c qxplain 1110/1113
304.35/306.31	c qxplain 1112/1113
304.35/306.32	c qxplain 1113/1113
304.35/306.33	c 11489[?] -2807[?] 2809[?] -2808[?]  is mandatory 
304.35/306.33	c qxplain 1112/1112
304.35/306.34	c 11490[?] 2028[?] -2810[?]  is mandatory 
304.35/306.34	c qxplain 1110/1111
304.35/306.35	c qxplain 1111/1111
304.35/306.36	c 11491[?] 2809[?] -2810[?]  is mandatory 
304.35/306.36	c qxplain 1110/1110
304.35/306.37	c 11492[?] -2809[?] 2810[?] -2028[?]  is mandatory 
304.35/306.37	c qxplain 1102/1109
304.35/306.38	c qxplain 1106/1109
304.35/306.39	c qxplain 1108/1109
304.45/306.40	c qxplain 1109/1109
304.45/306.41	c 11493[?] 2000[?] -2811[?]  is mandatory 
304.45/306.41	c qxplain 1108/1108
304.45/306.42	c 11494[?] 2810[?] -2811[?]  is mandatory 
304.45/306.42	c qxplain 1106/1107
304.45/306.43	c qxplain 1107/1107
304.45/306.44	c 11495[?] -2810[?] 2811[?] -2000[?]  is mandatory 
304.45/306.44	c qxplain 1106/1106
304.45/306.45	c 11496[?] 1961[?] -2812[?]  is mandatory 
304.45/306.45	c qxplain 1102/1105
304.45/306.47	c qxplain 1104/1105
304.45/306.48	c qxplain 1105/1105
304.45/306.49	c 11497[?] 2811[?] -2812[?]  is mandatory 
304.45/306.49	c qxplain 1104/1104
304.45/306.49	c qxplain 1102/1103
304.55/306.51	c qxplain 1103/1103
304.55/306.52	c 11499[?] -1961[?] -2813[?]  is mandatory 
304.55/306.52	c qxplain 1102/1102
304.55/306.53	c 11500[?] -2811[?] -2813[?]  is mandatory 
304.55/306.53	c qxplain 1070/1101
304.55/306.54	c qxplain 1086/1101
304.55/306.55	c qxplain 1094/1101
304.55/306.56	c qxplain 1098/1101
304.55/306.57	c qxplain 1100/1101
304.65/306.68	c qxplain 1098/1099
304.65/306.70	c qxplain 1099/1099
304.75/306.70	c qxplain 1098/1098
304.75/306.71	c 11504[?] 2813[?] 2812[?] 2814[?]  is mandatory 
304.75/306.71	c qxplain 1094/1097
304.75/306.72	c qxplain 1096/1097
305.27/307.23	c qxplain 1094/1095
305.27/307.24	c qxplain 1095/1095
305.27/307.25	c 11507[?] 2815[?] -2547[?] -1652[?]  is mandatory 
305.27/307.25	c qxplain 1094/1094
305.35/307.36	c qxplain 1086/1093
305.35/307.38	c qxplain 1090/1093
305.35/307.38	c qxplain 1092/1093
305.35/307.39	c qxplain 1093/1093
305.44/307.45	c qxplain 1092/1092
305.44/307.46	c 11510[?] 2816[?] -2815[?] -1670[?]  is mandatory 
305.44/307.47	c qxplain 1090/1091
305.54/307.58	c qxplain 1086/1089
305.54/307.59	c qxplain 1088/1089
305.64/307.60	c qxplain 1089/1089
305.64/307.61	c 11513[?] 2817[?] -2816[?] -1689[?]  is mandatory 
305.64/307.61	c qxplain 1088/1088
305.64/307.62	c 11516[?] -2792[?] -2817[?] 2818[?]  is mandatory 
305.64/307.62	c qxplain 1086/1087
305.64/307.63	c qxplain 1087/1087
305.64/307.64	c 11519[?] -2818[?] -2814[?] 2819[?]  is mandatory 
305.64/307.64	c qxplain 1086/1086
305.74/307.75	c qxplain 1070/1085
305.74/307.76	c qxplain 1078/1085
305.84/307.80	c qxplain 1082/1085
305.84/307.81	c qxplain 1084/1085
305.84/307.83	c qxplain 1085/1085
305.84/307.85	c qxplain 1084/1084
305.84/307.87	c 11522[?] -1690[?] 2820[?] -2815[?]  is mandatory 
305.84/307.87	c qxplain 1082/1083
306.04/308.01	c qxplain 1078/1081
306.04/308.03	c qxplain 1080/1081
306.04/308.05	c qxplain 1081/1081
306.04/308.07	c 11525[?] -2712[?] 2821[?] 1670[?]  is mandatory 
306.04/308.07	c qxplain 1080/1080
306.04/308.08	c 11526[?] -2820[?] -2822[?]  is mandatory 
306.04/308.08	c qxplain 1078/1079
306.04/308.08	c qxplain 1079/1079
306.04/308.09	c 11527[?] -2821[?] -2822[?]  is mandatory 
306.04/308.09	c qxplain 1078/1078
306.14/308.10	c 11531[?] 2822[?] 2823[?] -2792[?]  is mandatory 
306.14/308.10	c qxplain 1070/1077
306.14/308.11	c qxplain 1074/1077
306.14/308.12	c qxplain 1076/1077
306.14/308.13	c qxplain 1077/1077
306.14/308.14	c 11534[?] -2823[?] 1961[?] 2824[?]  is mandatory 
306.14/308.14	c qxplain 1076/1076
306.14/308.14	c 11535[?] -2819[?] -2825[?]  is mandatory 
306.14/308.14	c qxplain 1074/1075
306.14/308.15	c qxplain 1075/1075
306.14/308.16	c 11536[?] -2824[?] -2825[?]  is mandatory 
306.14/308.16	c qxplain 1074/1074
306.14/308.17	c qxplain 1070/1073
306.14/308.18	c qxplain 1072/1073
306.14/308.19	c qxplain 1073/1073
306.14/308.19	c qxplain 1072/1072
306.14/308.20	c 11540[?] 2826[?] -2644[?] 1652[?]  is mandatory 
306.14/308.20	c qxplain 1070/1071
306.14/308.21	c qxplain 1071/1071
306.26/308.22	c 11543[?] 2827[?] -2826[?] -2792[?]  is mandatory 
306.26/308.22	c qxplain 1070/1070
306.26/308.23	c 11546[?] -2632[?] -2827[?] 2828[?]  is mandatory 
306.26/308.23	c qxplain 1007/1069
306.26/308.24	c qxplain 1039/1069
306.26/308.25	c qxplain 1055/1069
306.26/308.27	c qxplain 1063/1069
306.26/308.28	c qxplain 1067/1069
306.26/308.28	c qxplain 1069/1069
306.26/308.29	c 11549[?] -2792[?] -2713[?] 2829[?]  is mandatory 
306.26/308.29	c qxplain 1067/1068
306.26/308.30	c qxplain 1068/1068
306.26/308.30	c 11552[?] -2829[?] 1751[?] 2830[?]  is mandatory 
306.26/308.30	c qxplain 1067/1067
306.38/308.34	c 11553[?] 1594[?] -2831[?]  is mandatory 
306.38/308.34	c qxplain 1063/1066
306.38/308.36	c qxplain 1065/1066
306.38/308.38	c qxplain 1066/1066
306.45/308.40	c 11554[?] 1748[?] -2831[?]  is mandatory 
306.45/308.40	c qxplain 1065/1065
306.45/308.41	c 11555[?] -1594[?] 2831[?] -1748[?]  is mandatory 
306.45/308.41	c qxplain 1063/1064
306.45/308.42	c qxplain 1064/1064
306.45/308.43	c 11558[?] -2831[?] 2832[?] 1587[?]  is mandatory 
306.45/308.43	c qxplain 1063/1063
306.45/308.44	c 11561[?] 2833[?] 2831[?] -1587[?]  is mandatory 
306.45/308.44	c qxplain 1055/1062
306.45/308.46	c qxplain 1059/1062
306.45/308.47	c qxplain 1061/1062
306.45/308.48	c qxplain 1062/1062
306.45/308.49	c 11562[?] -2832[?] -2834[?]  is mandatory 
306.45/308.49	c qxplain 1061/1061
306.55/308.50	c 11563[?] -2834[?] -2833[?]  is mandatory 
306.55/308.50	c qxplain 1059/1060
306.55/308.51	c qxplain 1060/1060
306.55/308.52	c 11567[?] 2834[?] -1735[?] 2835[?]  is mandatory 
306.55/308.52	c qxplain 1059/1059
306.55/308.54	c 11570[?] 2836[?] -1564[?] -1753[?]  is mandatory 
306.55/308.54	c qxplain 1055/1058
306.55/308.55	c qxplain 1057/1058
306.55/308.55	c qxplain 1058/1058
306.55/308.56	c 11573[?] -1545[?] 2837[?] -1755[?]  is mandatory 
306.55/308.56	c qxplain 1057/1057
306.55/308.57	c 11577[?] -2837[?] -2839[?]  is mandatory 
306.55/308.57	c qxplain 1055/1056
306.55/308.58	c qxplain 1056/1056
306.55/308.59	c 11580[?] -2840[?] -2836[?]  is mandatory 
306.55/308.59	c qxplain 1055/1055
306.65/308.60	c 11581[?] 2839[?] -2840[?]  is mandatory 
306.65/308.60	c qxplain 1039/1054
306.65/308.61	c qxplain 1047/1054
306.65/308.63	c qxplain 1051/1054
306.65/308.64	c qxplain 1053/1054
306.65/308.65	c qxplain 1054/1054
306.65/308.66	c 11583[?] -2835[?] -2841[?]  is mandatory 
306.65/308.66	c qxplain 1053/1053
306.65/308.67	c 11584[?] 2840[?] -2841[?]  is mandatory 
306.65/308.67	c qxplain 1051/1052
306.65/308.68	c qxplain 1052/1052
306.65/308.69	c 11588[?] 2842[?] -1798[?] -2647[?]  is mandatory 
306.65/308.69	c qxplain 1051/1051
306.75/308.70	c 11591[?] 2843[?] -2842[?] -2792[?]  is mandatory 
306.75/308.70	c qxplain 1047/1050
306.75/308.71	c qxplain 1049/1050
306.75/308.71	c qxplain 1050/1050
306.75/308.73	c 11594[?] 2841[?] -2843[?] 2844[?]  is mandatory 
306.75/308.73	c qxplain 1049/1049
306.75/308.73	c 11595[?] -2830[?] -2845[?]  is mandatory 
306.75/308.73	c qxplain 1047/1048
306.75/308.75	c qxplain 1048/1048
306.75/308.76	c 11596[?] -2844[?] -2845[?]  is mandatory 
306.75/308.76	c qxplain 1047/1047
306.75/308.77	c 11598[?] -2828[?] -2846[?]  is mandatory 
306.75/308.77	c qxplain 1039/1046
306.75/308.78	c qxplain 1043/1046
306.75/308.79	c qxplain 1045/1046
306.75/308.80	c qxplain 1046/1046
306.85/308.81	c 11599[?] 2845[?] -2846[?]  is mandatory 
306.85/308.81	c qxplain 1045/1045
306.85/308.82	c 11601[?] 2825[?] -2847[?]  is mandatory 
306.85/308.82	c qxplain 1043/1044
306.85/308.83	c qxplain 1044/1044
306.85/308.84	c 11602[?] 2846[?] -2847[?]  is mandatory 
306.85/308.84	c qxplain 1043/1043
306.85/308.85	c 11604[?] 2795[?] -2848[?]  is mandatory 
306.85/308.85	c qxplain 1039/1042
306.85/308.86	c qxplain 1041/1042
306.85/308.87	c qxplain 1042/1042
306.85/308.88	c 11605[?] 2847[?] -2848[?]  is mandatory 
306.85/308.88	c qxplain 1041/1041
306.85/308.89	c 11607[?] 2848[?] 1626[?]  is mandatory 
306.85/308.89	c qxplain 1039/1040
306.94/308.91	c qxplain 1040/1040
306.94/308.92	c 11611[?] 3051[?] 2871[?] 2872[?]  is mandatory 
306.94/308.93	c qxplain 1039/1039
306.94/308.94	c 11614[?] 3052[?] -3051[?] 2870[?]  is mandatory 
306.94/308.94	c qxplain 1007/1038
306.94/308.95	c qxplain 1023/1038
306.94/308.97	c qxplain 1031/1038
306.94/308.98	c qxplain 1035/1038
306.94/308.98	c qxplain 1037/1038
306.94/308.99	c qxplain 1038/1038
307.04/309.00	c 11617[?] 3053[?] 2868[?] -3052[?]  is mandatory 
307.04/309.00	c qxplain 1037/1037
307.04/309.01	c 11618[?] -3054[?] -2888[?]  is mandatory 
307.04/309.01	c qxplain 1035/1036
307.04/309.02	c qxplain 1036/1036
307.04/309.03	c 11620[?] 3054[?] -3053[?] 2888[?]  is mandatory 
307.04/309.03	c qxplain 1035/1035
307.04/309.04	c 11623[?] 3055[?] 2876[?] 2877[?]  is mandatory 
307.04/309.04	c qxplain 1031/1034
307.04/309.05	c qxplain 1033/1034
307.04/309.05	c qxplain 1034/1034
307.04/309.06	c 11626[?] 3056[?] -3055[?] 2875[?]  is mandatory 
307.04/309.06	c qxplain 1033/1033
307.04/309.07	c 11629[?] 3057[?] -3056[?] 2873[?]  is mandatory 
307.04/309.07	c qxplain 1031/1032
307.04/309.08	c qxplain 1032/1032
307.04/309.09	c 11632[?] 3058[?] -3057[?] 2874[?]  is mandatory 
307.04/309.09	c qxplain 1031/1031
307.04/309.10	c 11635[?] 3059[?] 2887[?] 2869[?]  is mandatory 
307.04/309.10	c qxplain 1023/1030
307.14/309.10	c qxplain 1027/1030
307.14/309.11	c qxplain 1029/1030
307.14/309.12	c qxplain 1030/1030
307.14/309.13	c 11638[?] 3060[?] -3059[?] 2886[?]  is mandatory 
307.14/309.13	c qxplain 1029/1029
307.14/309.14	c 11641[?] 3061[?] -3060[?] 2884[?]  is mandatory 
307.14/309.14	c qxplain 1027/1028
307.14/309.14	c qxplain 1028/1028
307.14/309.15	c 11644[?] 3062[?] -3061[?] 2885[?]  is mandatory 
307.14/309.15	c qxplain 1027/1027
307.14/309.16	c 11647[?] 3063[?] 2883[?] 2881[?]  is mandatory 
307.14/309.16	c qxplain 1023/1026
307.14/309.17	c qxplain 1025/1026
307.14/309.18	c qxplain 1026/1026
307.14/309.19	c 11650[?] 3064[?] 2882[?] -3063[?]  is mandatory 
307.14/309.19	c qxplain 1025/1025
307.14/309.19	c 11653[?] 3065[?] 2880[?] 2878[?]  is mandatory 
307.14/309.19	c qxplain 1023/1024
307.24/309.20	c qxplain 1024/1024
307.24/309.21	c 11656[?] 3066[?] -3065[?] 2879[?]  is mandatory 
307.24/309.21	c qxplain 1023/1023
307.24/309.22	c 11659[?] 3067[?] -3066[?] -3064[?]  is mandatory 
307.24/309.22	c qxplain 1007/1022
307.24/309.23	c qxplain 1015/1022
307.24/309.24	c qxplain 1019/1022
307.24/309.25	c qxplain 1021/1022
307.24/309.26	c qxplain 1022/1022
307.24/309.27	c 11662[?] 3068[?] -3062[?] -3067[?]  is mandatory 
307.24/309.27	c qxplain 1021/1021
307.24/309.28	c 11665[?] 3069[?] -3068[?] -3058[?]  is mandatory 
307.24/309.28	c qxplain 1019/1020
307.24/309.28	c qxplain 1020/1020
307.24/309.29	c 11666[?] -3070[?] 3054[?]  is mandatory 
307.24/309.29	c qxplain 1019/1019
307.24/309.30	c 11668[?] -3069[?] -3054[?] 3070[?]  is mandatory 
307.24/309.30	c qxplain 1015/1018
307.24/309.31	c qxplain 1017/1018
307.35/309.32	c qxplain 1018/1018
307.35/309.33	c 11669[?] -3071[?] -2889[?]  is mandatory 
307.35/309.33	c qxplain 1017/1017
307.35/309.34	c 11670[?] 3070[?] -3071[?]  is mandatory 
307.35/309.34	c qxplain 1015/1016
307.35/309.35	c qxplain 1016/1016
307.35/309.36	c 11672[?] -3072[?] 2889[?]  is mandatory 
307.35/309.36	c qxplain 1015/1015
307.35/309.37	c 11673[?] -3072[?] -3070[?]  is mandatory 
307.35/309.37	c qxplain 1007/1014
307.35/309.38	c qxplain 1011/1014
307.35/309.38	c qxplain 1013/1014
307.35/309.39	c qxplain 1014/1014
307.35/309.40	c 11677[?] 3071[?] 3072[?] 3073[?]  is mandatory 
307.35/309.40	c qxplain 1013/1013
307.35/309.40	c qxplain 1011/1012
307.35/309.41	c qxplain 1012/1012
307.47/309.42	c 11680[?] 3074[?] -3073[?] -2899[?]  is mandatory 
307.47/309.42	c qxplain 1011/1011
307.47/309.42	c qxplain 1007/1010
307.47/309.44	c qxplain 1009/1010
307.47/309.45	c qxplain 1010/1010
307.47/309.46	c 11683[?] 3075[?] -2889[?] 2899[?]  is mandatory 
307.47/309.46	c qxplain 1009/1009
307.47/309.47	c 11684[?] -3076[?] -3074[?]  is mandatory 
307.47/309.47	c qxplain 1007/1008
307.47/309.48	c qxplain 1008/1008
307.47/309.49	c 11685[?] -3076[?] -3075[?]  is mandatory 
307.47/309.49	c qxplain 1007/1007
307.47/309.50	c qxplain 0/1006
307.55/309.51	c qxplain 504/1006
307.55/309.54	c qxplain 756/1006
307.55/309.58	c qxplain 882/1006
307.65/309.67	c qxplain 945/1006
307.65/309.68	c qxplain 976/1006
307.65/309.69	c qxplain 992/1006
307.75/309.70	c qxplain 1000/1006
307.75/309.71	c qxplain 1004/1006
307.75/309.72	c qxplain 1006/1006
307.75/309.73	c 11687[?] -2881[?] -3077[?]  is mandatory 
307.75/309.73	c qxplain 1004/1005
307.75/309.73	c qxplain 1005/1005
307.75/309.74	c 11688[?] -2882[?] -3077[?]  is mandatory 
307.75/309.74	c qxplain 1004/1004
307.75/309.75	c 11689[?] 3077[?] 2882[?] 2881[?]  is mandatory 
307.75/309.75	c qxplain 1000/1003
307.75/309.76	c qxplain 1002/1003
307.75/309.77	c qxplain 1003/1003
307.75/309.78	c 11690[?] -2880[?] -3078[?]  is mandatory 
307.75/309.78	c qxplain 1002/1002
307.75/309.79	c 11691[?] 3077[?] -3078[?]  is mandatory 
307.75/309.79	c qxplain 1000/1001
307.75/309.80	c qxplain 1001/1001
307.85/309.80	c 11692[?] 3078[?] -3077[?] 2880[?]  is mandatory 
307.85/309.80	c qxplain 1000/1000
307.85/309.81	c 11693[?] -2878[?] -3079[?]  is mandatory 
307.85/309.81	c qxplain 992/999
307.85/309.82	c qxplain 996/999
307.85/309.83	c qxplain 998/999
307.85/309.84	c qxplain 999/999
307.85/309.85	c 11694[?] 3078[?] -3079[?]  is mandatory 
307.85/309.85	c qxplain 998/998
307.85/309.85	c 11695[?] 3079[?] -3078[?] 2878[?]  is mandatory 
307.85/309.85	c qxplain 996/997
309.22/310.76	c qxplain 997/997
309.22/310.77	c 11696[?] -2879[?] -3080[?]  is mandatory 
309.22/310.77	c qxplain 996/996
309.22/310.77	c 11697[?] 3079[?] -3080[?]  is mandatory 
309.22/310.77	c qxplain 992/995
309.22/310.78	c qxplain 994/995
309.22/310.79	c qxplain 995/995
309.22/310.80	c 11698[?] 3080[?] -3079[?] 2879[?]  is mandatory 
309.22/310.80	c qxplain 994/994
309.22/310.82	c 11700[?] -3081[?] -2887[?]  is mandatory 
309.22/310.82	c qxplain 992/993
309.36/310.83	c qxplain 993/993
309.36/310.84	c 11701[?] 3081[?] 2887[?] 2886[?]  is mandatory 
309.36/310.84	c qxplain 992/992
309.36/310.84	c 11703[?] -3082[?] 3081[?]  is mandatory 
309.36/310.84	c qxplain 976/991
309.36/310.85	c qxplain 984/991
309.36/310.86	c qxplain 988/991
309.36/310.87	c qxplain 990/991
309.36/310.88	c qxplain 991/991
309.36/310.89	c 11704[?] 3082[?] -3081[?] 2885[?]  is mandatory 
309.36/310.89	c qxplain 990/990
309.36/310.89	c 11706[?] -3083[?] 3082[?]  is mandatory 
309.36/310.89	c qxplain 988/989
309.44/310.90	c qxplain 989/989
309.44/310.91	c 11707[?] 3083[?] -3082[?] 2883[?]  is mandatory 
309.44/310.91	c qxplain 988/988
309.44/310.92	c 11709[?] -3084[?] 3083[?]  is mandatory 
309.44/310.92	c qxplain 984/987
309.44/310.93	c qxplain 986/987
309.44/310.94	c qxplain 987/987
309.44/310.95	c 11710[?] 3084[?] -3083[?] 2884[?]  is mandatory 
309.44/310.95	c qxplain 986/986
309.44/310.95	c 11713[?] 3085[?] -3052[?] 2869[?]  is mandatory 
309.44/310.95	c qxplain 984/985
309.44/310.96	c qxplain 985/985
309.44/310.97	c 11716[?] 3086[?] -3085[?] 2868[?]  is mandatory 
309.44/310.97	c qxplain 984/984
309.44/310.98	c 11719[?] 3087[?] -3086[?] -3058[?]  is mandatory 
309.44/310.98	c qxplain 976/983
309.44/310.99	c qxplain 980/983
309.44/310.99	c qxplain 982/983
309.54/311.00	c qxplain 983/983
309.54/311.01	c 11720[?] -3088[?] 3084[?]  is mandatory 
309.54/311.01	c qxplain 982/982
309.54/311.02	c 11722[?] 3088[?] -3087[?] -3084[?]  is mandatory 
309.54/311.02	c qxplain 980/981
309.54/311.03	c qxplain 981/981
309.54/311.04	c 11724[?] 3088[?] -3089[?]  is mandatory 
309.54/311.04	c qxplain 980/980
309.54/311.05	c 11725[?] 3089[?] -3088[?] -3080[?]  is mandatory 
309.54/311.05	c qxplain 976/979
309.54/311.05	c qxplain 978/979
309.54/311.06	c qxplain 979/979
309.54/311.07	c qxplain 978/978
309.54/311.07	c 11728[?] 3089[?] -2888[?] 3090[?]  is mandatory 
309.54/311.07	c qxplain 976/977
309.54/311.08	c qxplain 977/977
309.54/311.09	c 11729[?] -3070[?] -3091[?]  is mandatory 
309.54/311.09	c qxplain 976/976
309.64/311.10	c 11730[?] -3090[?] -3091[?]  is mandatory 
309.64/311.10	c qxplain 945/975
309.64/311.11	c qxplain 961/975
309.64/311.12	c qxplain 969/975
309.74/311.23	c qxplain 973/975
309.74/311.23	c qxplain 975/975
309.74/311.23	c qxplain 973/974
309.74/311.23	c qxplain 974/974
309.74/311.23	c 11732[?] -3092[?] 2899[?]  is mandatory 
309.74/311.23	c qxplain 973/973
309.74/311.23	c 11733[?] 3091[?] -3092[?]  is mandatory 
309.74/311.23	c qxplain 969/972
309.74/311.23	c qxplain 971/972
309.74/311.23	c qxplain 972/972
309.74/311.23	c qxplain 971/971
309.74/311.23	c 11735[?] -3093[?] 2888[?]  is mandatory 
309.74/311.23	c qxplain 969/970
309.74/311.23	c qxplain 970/970
309.74/311.23	c 11736[?] -3093[?] -2899[?]  is mandatory 
309.74/311.23	c qxplain 969/969
309.74/311.23	c qxplain 961/968
309.74/311.23	c qxplain 965/968
309.74/311.24	c qxplain 967/968
309.74/311.24	c qxplain 965/966
309.74/311.25	c qxplain 966/966
309.74/311.26	c 11740[?] 3094[?] 3093[?] 3092[?]  is mandatory 
309.74/311.26	c qxplain 965/965
309.74/311.27	c 11741[?] -2869[?] -3095[?]  is mandatory 
309.74/311.27	c qxplain 961/964
309.74/311.28	c qxplain 963/964
309.74/311.29	c qxplain 964/964
309.74/311.30	c 11742[?] -2886[?] -3095[?]  is mandatory 
309.74/311.30	c qxplain 963/963
309.84/311.30	c qxplain 961/962
309.84/311.31	c qxplain 962/962
309.84/311.32	c 11744[?] -2885[?] -3096[?]  is mandatory 
309.84/311.32	c qxplain 961/961
309.84/311.33	c 11745[?] 3095[?] -3096[?]  is mandatory 
309.84/311.33	c qxplain 945/960
309.84/311.34	c qxplain 953/960
309.84/311.34	c qxplain 957/960
309.84/311.35	c qxplain 959/960
309.84/311.36	c qxplain 960/960
309.84/311.36	c qxplain 959/959
309.84/311.37	c 11747[?] -2883[?] -3097[?]  is mandatory 
309.84/311.37	c qxplain 957/958
309.84/311.38	c qxplain 958/958
309.84/311.39	c 11748[?] 3096[?] -3097[?]  is mandatory 
309.84/311.39	c qxplain 957/957
309.84/311.39	c qxplain 953/956
309.94/311.40	c qxplain 955/956
309.94/311.41	c qxplain 956/956
309.94/311.42	c 11750[?] -2884[?] -3098[?]  is mandatory 
309.94/311.42	c qxplain 955/955
309.94/311.43	c 11751[?] 3097[?] -3098[?]  is mandatory 
309.94/311.43	c qxplain 953/954
309.94/311.44	c qxplain 954/954
309.94/311.44	c qxplain 953/953
309.94/311.45	c 11753[?] -2874[?] -3099[?]  is mandatory 
309.94/311.45	c qxplain 945/952
309.94/311.46	c qxplain 949/952
309.94/311.47	c qxplain 951/952
309.94/311.47	c qxplain 952/952
309.94/311.48	c 11754[?] -2875[?] -3099[?]  is mandatory 
309.94/311.48	c qxplain 951/951
309.94/311.49	c qxplain 949/950
310.05/311.50	c qxplain 950/950
310.05/311.51	c 11756[?] -2876[?] -3100[?]  is mandatory 
310.05/311.51	c qxplain 949/949
310.05/311.51	c 11757[?] 3099[?] -3100[?]  is mandatory 
310.05/311.51	c qxplain 945/948
310.05/311.52	c qxplain 947/948
310.05/311.53	c qxplain 948/948
310.05/311.53	c qxplain 947/947
310.05/311.54	c 11759[?] -2877[?] -3101[?]  is mandatory 
310.05/311.54	c qxplain 945/946
310.05/311.55	c qxplain 946/946
310.05/311.56	c 11760[?] 3100[?] -3101[?]  is mandatory 
310.05/311.56	c qxplain 945/945
310.05/311.56	c qxplain 882/944
310.05/311.57	c qxplain 914/944
310.15/311.64	c qxplain 930/944
310.15/311.67	c qxplain 938/944
310.15/311.69	c qxplain 942/944
310.25/311.71	c qxplain 944/944
310.25/311.72	c 11762[?] -2872[?] -3102[?]  is mandatory 
310.25/311.72	c qxplain 942/943
310.25/311.75	c qxplain 943/943
310.25/311.76	c 11763[?] -2873[?] -3102[?]  is mandatory 
310.25/311.76	c qxplain 942/942
310.25/311.81	c qxplain 938/941
310.36/311.82	c qxplain 940/941
310.36/311.83	c qxplain 941/941
310.36/311.85	c 11765[?] -2871[?] -3103[?]  is mandatory 
310.36/311.85	c qxplain 940/940
310.36/311.86	c 11766[?] 3102[?] -3103[?]  is mandatory 
310.36/311.86	c qxplain 938/939
310.36/311.87	c qxplain 939/939
310.36/311.88	c qxplain 938/938
310.36/311.89	c 11768[?] -2868[?] -3104[?]  is mandatory 
310.36/311.89	c qxplain 930/937
310.36/311.90	c qxplain 934/937
310.36/311.92	c qxplain 936/937
310.47/311.93	c qxplain 937/937
310.47/311.93	c 11769[?] 3103[?] -3104[?]  is mandatory 
310.47/311.93	c qxplain 936/936
310.47/311.94	c qxplain 934/935
310.47/311.95	c qxplain 935/935
310.47/311.96	c 11771[?] -2870[?] -3105[?]  is mandatory 
310.47/311.96	c qxplain 934/934
310.47/311.96	c 11772[?] 3104[?] -3105[?]  is mandatory 
310.47/311.96	c qxplain 930/933
310.47/311.97	c qxplain 932/933
310.47/311.98	c qxplain 933/933
310.47/311.98	c qxplain 932/932
310.47/311.99	c 11774[?] 3101[?] -3106[?]  is mandatory 
310.47/311.99	c qxplain 930/931
310.55/312.00	c qxplain 931/931
310.55/312.01	c 11775[?] 3105[?] -3106[?]  is mandatory 
310.55/312.01	c qxplain 930/930
310.55/312.01	c qxplain 914/929
310.55/312.03	c qxplain 922/929
310.55/312.03	c qxplain 926/929
310.55/312.04	c qxplain 928/929
310.55/312.05	c qxplain 929/929
310.55/312.06	c 11777[?] 3098[?] -3107[?]  is mandatory 
310.55/312.06	c qxplain 928/928
310.55/312.07	c 11778[?] 3106[?] -3107[?]  is mandatory 
310.55/312.07	c qxplain 926/927
310.55/312.07	c qxplain 927/927
310.55/312.08	c qxplain 926/926
310.55/312.09	c 11780[?] 3080[?] -3108[?]  is mandatory 
310.55/312.09	c qxplain 922/925
310.55/312.10	c qxplain 924/925
310.65/312.10	c qxplain 925/925
310.65/312.11	c 11781[?] 3107[?] -3108[?]  is mandatory 
310.65/312.11	c qxplain 924/924
310.65/312.12	c qxplain 922/923
310.65/312.12	c qxplain 923/923
310.65/312.13	c qxplain 922/922
310.65/312.14	c 11785[?] 3109[?] 3108[?] -2887[?]  is mandatory 
310.65/312.14	c qxplain 914/921
310.65/312.15	c qxplain 918/921
310.65/312.16	c qxplain 920/921
310.65/312.17	c qxplain 921/921
310.65/312.19	c 11786[?] -3110[?] -3089[?]  is mandatory 
310.65/312.19	c qxplain 920/920
310.75/312.20	c 11787[?] -3110[?] -3109[?]  is mandatory 
310.75/312.20	c qxplain 918/919
310.75/312.21	c qxplain 919/919
310.75/312.22	c qxplain 918/918
310.75/312.22	c 11789[?] -3111[?] 2899[?]  is mandatory 
310.75/312.22	c qxplain 914/917
310.75/312.23	c qxplain 916/917
310.75/312.24	c qxplain 917/917
310.75/312.26	c 11790[?] -3111[?] 3110[?]  is mandatory 
310.75/312.26	c qxplain 916/916
310.75/312.26	c qxplain 914/915
310.75/312.27	c qxplain 915/915
310.75/312.28	c 11792[?] -3112[?] 2887[?]  is mandatory 
310.75/312.28	c qxplain 914/914
310.75/312.29	c 11793[?] -3112[?] -2899[?]  is mandatory 
310.75/312.29	c qxplain 882/913
310.85/312.30	c qxplain 898/913
310.85/312.31	c qxplain 906/913
310.85/312.32	c qxplain 910/913
310.85/312.33	c qxplain 912/913
310.85/312.34	c qxplain 913/913
310.85/312.34	c qxplain 912/912
310.85/312.35	c 11797[?] 3113[?] 3111[?] 3112[?]  is mandatory 
310.85/312.35	c qxplain 910/911
310.85/312.36	c qxplain 911/911
310.85/312.37	c 11822[?] -2888[?] -3122[?]  is mandatory 
310.85/312.37	c qxplain 910/910
310.85/312.38	c 11825[?] -2889[?] -3123[?]  is mandatory 
310.85/312.38	c qxplain 906/909
310.85/312.39	c qxplain 908/909
310.95/312.43	c qxplain 909/909
310.95/312.43	c 11826[?] 3122[?] -3123[?]  is mandatory 
310.95/312.43	c qxplain 908/908
311.05/312.50	c qxplain 906/907
311.05/312.53	c qxplain 907/907
311.05/312.56	c 11870[?] -3138[?] -2897[?]  is mandatory 
311.05/312.56	c qxplain 906/906
311.05/312.56	c qxplain 898/905
311.05/312.57	c qxplain 902/905
311.15/312.61	c qxplain 904/905
311.15/312.63	c qxplain 905/905
311.15/312.65	c 11874[?] -3139[?] 3138[?]  is mandatory 
311.15/312.65	c qxplain 904/904
311.15/312.66	c 11877[?] -3140[?] 3139[?]  is mandatory 
311.15/312.66	c qxplain 902/903
311.15/312.67	c qxplain 903/903
311.15/312.70	c 11880[?] -3141[?] 3140[?]  is mandatory 
311.15/312.70	c qxplain 902/902
311.25/312.71	c 11883[?] -3142[?] 3141[?]  is mandatory 
311.25/312.71	c qxplain 898/901
311.25/312.72	c qxplain 900/901
311.25/312.74	c qxplain 901/901
311.25/312.75	c 11890[?] 3144[?] 3142[?] -2898[?]  is mandatory 
311.25/312.75	c qxplain 900/900
311.25/312.76	c 11892[?] -3145[?] -3144[?]  is mandatory 
311.25/312.76	c qxplain 898/899
311.25/312.77	c qxplain 899/899
311.25/312.78	c 11894[?] -3146[?] 2899[?]  is mandatory 
311.25/312.78	c qxplain 898/898
311.25/312.79	c 11895[?] -3146[?] 3145[?]  is mandatory 
311.25/312.79	c qxplain 882/897
311.35/312.80	c qxplain 890/897
311.35/312.81	c qxplain 894/897
311.35/312.82	c qxplain 896/897
311.35/312.83	c qxplain 897/897
311.35/312.84	c 11897[?] -3147[?] 2898[?]  is mandatory 
311.35/312.84	c qxplain 896/896
311.35/312.85	c 11898[?] -3147[?] -2899[?]  is mandatory 
311.35/312.85	c qxplain 894/895
311.35/312.85	c qxplain 890/893
311.35/312.86	c qxplain 892/893
311.35/312.87	c qxplain 893/893
311.35/312.88	c 11902[?] 3148[?] 3147[?] 3146[?]  is mandatory 
311.35/312.88	c qxplain 892/892
311.35/312.90	c 11906[?] -3150[?] -2896[?]  is mandatory 
311.35/312.90	c qxplain 890/891
311.35/312.91	c qxplain 891/891
311.35/312.92	c 11910[?] -3151[?] 3150[?]  is mandatory 
311.35/312.92	c qxplain 890/890
311.45/312.93	c 11913[?] -3152[?] 3151[?]  is mandatory 
311.45/312.93	c qxplain 882/889
311.45/312.94	c qxplain 886/889
311.45/312.95	c qxplain 888/889
311.45/312.96	c qxplain 889/889
311.45/312.97	c 11916[?] -3153[?] 3152[?]  is mandatory 
311.45/312.97	c qxplain 888/888
311.45/312.98	c 11920[?] 3154[?] 3153[?] -2897[?]  is mandatory 
311.45/312.98	c qxplain 886/887
311.45/312.99	c qxplain 887/887
311.45/313.00	c 11922[?] -3155[?] -3154[?]  is mandatory 
311.45/313.00	c qxplain 886/886
311.45/313.00	c 11924[?] -3156[?] 2899[?]  is mandatory 
311.45/313.00	c qxplain 882/885
311.45/313.01	c qxplain 884/885
311.58/313.02	c qxplain 885/885
311.58/313.03	c 11925[?] -3156[?] 3155[?]  is mandatory 
311.58/313.03	c qxplain 884/884
311.58/313.04	c 11927[?] -3157[?] 2897[?]  is mandatory 
311.58/313.04	c qxplain 882/883
311.58/313.05	c qxplain 883/883
311.58/313.06	c 11928[?] -3157[?] -2899[?]  is mandatory 
311.58/313.06	c qxplain 882/882
311.58/313.06	c qxplain 756/881
311.58/313.07	c qxplain 819/881
311.58/313.08	c qxplain 851/881
311.58/313.09	c qxplain 867/881
311.65/313.10	c qxplain 875/881
311.65/313.11	c qxplain 879/881
311.65/313.12	c qxplain 881/881
311.65/313.12	c qxplain 879/880
311.65/313.13	c qxplain 880/880
311.65/313.14	c 11932[?] 3158[?] 3157[?] 3156[?]  is mandatory 
311.65/313.14	c qxplain 879/879
311.65/313.14	c qxplain 875/878
311.65/313.15	c qxplain 877/878
311.65/313.16	c qxplain 878/878
311.65/313.16	c qxplain 877/877
311.65/313.17	c 12001[?] -3148[?] 3181[?] -3158[?]  is mandatory 
311.65/313.17	c qxplain 875/876
311.75/313.20	c qxplain 876/876
311.75/313.24	c 12051[?] -3198[?] -2889[?]  is mandatory 
311.75/313.24	c qxplain 875/875
311.75/313.26	c 12053[?] -3199[?] -2888[?]  is mandatory 
311.75/313.26	c qxplain 867/874
311.75/313.27	c qxplain 871/874
311.75/313.28	c qxplain 873/874
311.75/313.29	c qxplain 874/874
311.85/313.30	c 12054[?] -3199[?] 3198[?]  is mandatory 
311.85/313.30	c qxplain 873/873
311.85/313.31	c 12065[?] -3203[?] 3199[?]  is mandatory 
311.85/313.31	c qxplain 871/872
311.85/313.32	c qxplain 872/872
311.85/313.32	c 12069[?] -3204[?] 3203[?]  is mandatory 
311.85/313.32	c qxplain 871/871
311.85/313.33	c 12072[?] -3205[?] 3204[?]  is mandatory 
311.85/313.33	c qxplain 867/870
311.85/313.34	c qxplain 869/870
311.85/313.34	c qxplain 870/870
311.85/313.35	c 12075[?] -3206[?] 3205[?]  is mandatory 
311.85/313.35	c qxplain 869/869
311.85/313.35	c qxplain 867/868
311.85/313.35	c qxplain 851/866
311.85/313.37	c qxplain 859/866
311.85/313.38	c qxplain 863/866
311.85/313.40	c qxplain 865/866
311.95/313.42	c qxplain 863/864
311.95/313.43	c qxplain 864/864
311.95/313.43	c qxplain 863/863
311.95/313.44	c 12107[?] -3217[?] 3205[?]  is mandatory 
311.95/313.44	c qxplain 859/862
311.95/313.45	c qxplain 861/862
311.95/313.46	c qxplain 862/862
311.95/313.47	c qxplain 861/861
311.95/313.48	c 12112[?] -2896[?] 3217[?] 3218[?]  is mandatory 
311.95/313.48	c qxplain 859/860
311.95/313.49	c qxplain 860/860
312.05/313.50	c 12114[?] -3218[?] -3219[?]  is mandatory 
312.05/313.50	c qxplain 859/859
312.05/313.51	c 12116[?] -3220[?] 2899[?]  is mandatory 
312.05/313.51	c qxplain 851/858
312.05/313.52	c qxplain 855/858
312.05/313.53	c qxplain 857/858
312.05/313.54	c qxplain 858/858
312.05/313.55	c 12117[?] 3219[?] -3220[?]  is mandatory 
312.05/313.55	c qxplain 857/857
312.05/313.57	c 12119[?] 2896[?] -3221[?]  is mandatory 
312.05/313.57	c qxplain 855/856
312.05/313.58	c qxplain 856/856
312.05/313.59	c 12120[?] -3221[?] -2899[?]  is mandatory 
312.05/313.59	c qxplain 855/855
312.15/313.60	c 12124[?] 3221[?] 3222[?] 3220[?]  is mandatory 
312.15/313.60	c qxplain 851/854
312.15/313.61	c qxplain 819/850
312.15/313.61	c qxplain 756/818
312.15/313.61	c qxplain 504/755
312.15/313.64	c qxplain 630/755
312.15/313.68	c qxplain 693/755
312.15/313.69	c qxplain 725/755
312.25/313.71	c qxplain 741/755
312.25/313.72	c qxplain 749/755
312.25/313.73	c qxplain 741/748
312.25/313.74	c qxplain 745/748
312.25/313.74	c qxplain 741/744
312.25/313.75	c qxplain 743/744
312.25/313.76	c qxplain 744/744
312.25/313.77	c qxplain 743/743
312.25/313.78	c 14342[?] -3962[?] 2890[?]  is mandatory 
312.25/313.78	c qxplain 741/742
312.25/313.78	c qxplain 742/742
312.25/313.79	c 14345[?] -3963[?] -2889[?]  is mandatory 
312.25/313.79	c qxplain 741/741
312.35/313.80	c 14349[?] -2888[?] -3964[?]  is mandatory 
312.35/313.80	c qxplain 725/740
312.35/313.82	c qxplain 733/740
312.35/313.83	c qxplain 737/740
312.35/313.84	c qxplain 739/740
312.35/313.85	c qxplain 740/740
312.35/313.86	c 14352[?] -3965[?] 3964[?]  is mandatory 
312.35/313.86	c qxplain 739/739
312.35/313.87	c 14354[?] -3966[?] 3963[?]  is mandatory 
312.35/313.87	c qxplain 737/738
312.35/313.87	c qxplain 738/738
312.35/313.88	c 14355[?] -3966[?] 3965[?]  is mandatory 
312.35/313.88	c qxplain 737/737
312.35/313.89	c 14358[?] -3967[?] 3966[?]  is mandatory 
312.35/313.89	c qxplain 733/736
312.45/313.91	c qxplain 735/736
312.45/313.92	c qxplain 736/736
312.45/313.93	c 14362[?] 3968[?] 3967[?] 3962[?]  is mandatory 
312.45/313.93	c qxplain 735/735
312.45/313.94	c qxplain 733/734
312.45/313.95	c qxplain 734/734
312.45/313.96	c 14365[?] 3969[?] -3968[?] -2899[?]  is mandatory 
312.45/313.96	c qxplain 733/733
312.45/313.96	c qxplain 725/732
312.45/314.01	c qxplain 729/732
312.56/314.02	c qxplain 731/732
312.56/314.04	c qxplain 732/732
312.56/314.05	c 14368[?] 3970[?] -2890[?] 2899[?]  is mandatory 
312.56/314.05	c qxplain 731/731
312.56/314.06	c 14369[?] -3971[?] -3969[?]  is mandatory 
312.56/314.06	c qxplain 729/730
312.56/314.07	c qxplain 730/730
312.56/314.08	c 14370[?] -3970[?] -3971[?]  is mandatory 
312.56/314.08	c qxplain 729/729
312.56/314.08	c qxplain 725/728
312.56/314.09	c qxplain 727/728
312.56/314.10	c qxplain 725/726
312.56/314.11	c qxplain 726/726
312.56/314.12	c 14374[?] -3094[?] 3972[?] -3113[?]  is mandatory 
312.56/314.12	c qxplain 725/725
312.67/314.12	c qxplain 693/724
312.67/314.13	c qxplain 709/724
312.67/314.15	c qxplain 717/724
312.67/314.16	c qxplain 721/724
312.67/314.18	c qxplain 723/724
312.67/314.19	c qxplain 724/724
312.67/314.19	c qxplain 723/723
312.75/314.20	c 14671[?] 4071[?] 3076[?] 3971[?]  is mandatory 
312.75/314.20	c qxplain 721/722
312.75/314.21	c qxplain 717/720
312.75/314.22	c qxplain 719/720
312.75/314.23	c qxplain 717/718
312.75/314.24	c qxplain 718/718
312.75/314.24	c qxplain 717/717
312.75/314.25	c 14689[?] 4077[?] 3967[?] -2891[?]  is mandatory 
312.75/314.25	c qxplain 709/716
312.75/314.26	c qxplain 713/716
312.75/314.26	c qxplain 715/716
312.75/314.27	c qxplain 716/716
312.75/314.28	c 14699[?] 3123[?] -4081[?]  is mandatory 
312.75/314.28	c qxplain 715/715
312.75/314.29	c 14723[?] 4081[?] -4089[?]  is mandatory 
312.75/314.29	c qxplain 713/714
312.85/314.30	c qxplain 714/714
312.85/314.31	c 14726[?] -4090[?] -4077[?]  is mandatory 
312.85/314.31	c qxplain 713/713
312.85/314.32	c 14729[?] -4091[?] 2899[?]  is mandatory 
312.85/314.32	c qxplain 709/712
312.85/314.34	c qxplain 711/712
312.85/314.34	c qxplain 712/712
312.85/314.36	c 14730[?] -4091[?] 4090[?]  is mandatory 
312.85/314.36	c qxplain 711/711
312.85/314.37	c 14732[?] -4092[?] 2891[?]  is mandatory 
312.85/314.37	c qxplain 709/710
312.85/314.38	c qxplain 710/710
312.85/314.39	c 14733[?] -4092[?] -2899[?]  is mandatory 
312.85/314.39	c qxplain 709/709
312.95/314.40	c 14737[?] 4093[?] 4092[?] 4091[?]  is mandatory 
312.95/314.40	c qxplain 693/708
312.95/314.41	c qxplain 701/708
312.95/314.42	c qxplain 705/708
312.95/314.43	c qxplain 707/708
312.95/314.44	c qxplain 708/708
312.95/314.45	c 14738[?] -4094[?] 2892[?]  is mandatory 
312.95/314.45	c qxplain 707/707
312.95/314.46	c 14740[?] 4089[?] 4094[?] -2892[?]  is mandatory 
312.95/314.46	c qxplain 705/706
312.95/314.49	c qxplain 706/706
313.05/314.51	c qxplain 705/705
313.05/314.52	c 14742[?] -4095[?] -2891[?]  is mandatory 
313.05/314.52	c qxplain 701/704
313.05/314.53	c qxplain 703/704
313.05/314.54	c qxplain 704/704
313.05/314.56	c 14745[?] -4096[?] 4095[?]  is mandatory 
313.05/314.56	c qxplain 703/703
313.05/314.56	c 14756[?] -4100[?] 4096[?]  is mandatory 
313.05/314.56	c qxplain 701/702
313.15/314.60	c qxplain 693/700
313.15/314.61	c qxplain 697/700
313.15/314.61	c qxplain 699/700
313.15/314.62	c qxplain 697/698
313.15/314.62	c qxplain 698/698
313.15/314.63	c qxplain 697/697
313.15/314.63	c 14780[?] 4100[?] -4108[?]  is mandatory 
313.15/314.63	c qxplain 693/696
313.15/314.64	c qxplain 695/696
313.15/314.66	c qxplain 696/696
313.15/314.66	c qxplain 695/695
313.15/314.67	c 14783[?] -4109[?] -4094[?]  is mandatory 
313.15/314.67	c qxplain 693/694
313.15/314.68	c qxplain 694/694
313.15/314.69	c 14785[?] 4109[?] 4094[?] 4108[?]  is mandatory 
313.15/314.69	c qxplain 693/693
313.25/314.70	c 14786[?] -4110[?] 2899[?]  is mandatory 
313.25/314.70	c qxplain 630/692
313.25/314.72	c qxplain 662/692
313.25/314.73	c qxplain 678/692
313.25/314.74	c qxplain 686/692
313.25/314.74	c qxplain 690/692
313.25/314.75	c qxplain 692/692
313.25/314.76	c 14787[?] 4109[?] -4110[?]  is mandatory 
313.25/314.76	c qxplain 690/691
313.25/314.77	c qxplain 691/691
313.25/314.78	c 14788[?] 4110[?] -4109[?] -2899[?]  is mandatory 
313.25/314.78	c qxplain 690/690
313.25/314.79	c 14789[?] 2892[?] -4111[?]  is mandatory 
313.25/314.79	c qxplain 686/689
313.35/314.80	c qxplain 688/689
313.35/314.82	c qxplain 689/689
313.35/314.83	c 14790[?] -4111[?] -2899[?]  is mandatory 
313.35/314.83	c qxplain 688/688
313.35/314.83	c 14791[?] 4111[?] -2892[?] 2899[?]  is mandatory 
313.35/314.83	c qxplain 686/687
313.35/314.85	c qxplain 687/687
313.35/314.85	c 14792[?] -4110[?] -4112[?]  is mandatory 
313.35/314.85	c qxplain 686/686
313.35/314.86	c 14793[?] -4112[?] -4111[?]  is mandatory 
313.35/314.86	c qxplain 678/685
313.35/314.88	c qxplain 682/685
313.35/314.90	c qxplain 684/685
313.45/314.90	c qxplain 685/685
313.45/314.91	c 14794[?] 4112[?] 4110[?] 4111[?]  is mandatory 
313.45/314.91	c qxplain 684/684
313.45/314.93	c 14795[?] -4113[?] -2891[?]  is mandatory 
313.45/314.93	c qxplain 682/683
313.45/314.95	c qxplain 683/683
313.45/314.95	c qxplain 682/682
313.45/314.96	c 14799[?] -4114[?] 4113[?]  is mandatory 
313.45/314.96	c qxplain 678/681
313.45/314.98	c qxplain 680/681
313.45/314.98	c qxplain 681/681
313.45/314.99	c 14810[?] -4118[?] 4114[?]  is mandatory 
313.45/314.99	c qxplain 680/680
313.45/315.00	c qxplain 678/679
313.55/315.00	c qxplain 679/679
313.55/315.01	c 14814[?] -4119[?] 4118[?]  is mandatory 
313.55/315.01	c qxplain 678/678
313.55/315.02	c 14816[?] 2894[?] -4120[?]  is mandatory 
313.55/315.02	c qxplain 662/677
313.55/315.03	c qxplain 670/677
313.55/315.04	c qxplain 674/677
313.55/315.04	c qxplain 676/677
313.55/315.05	c qxplain 677/677
313.55/315.06	c 14818[?] -2894[?] 4120[?] 4119[?]  is mandatory 
313.55/315.06	c qxplain 676/676
313.55/315.07	c 14820[?] -4120[?] -4121[?]  is mandatory 
313.55/315.07	c qxplain 674/675
313.55/315.07	c qxplain 675/675
313.55/315.08	c 14821[?] 4120[?] 4121[?] 3206[?]  is mandatory 
313.55/315.08	c qxplain 674/674
313.55/315.09	c 14822[?] -4122[?] 2899[?]  is mandatory 
313.55/315.09	c qxplain 670/673
313.55/315.10	c qxplain 672/673
313.55/315.11	c qxplain 673/673
313.65/315.12	c 14823[?] 4121[?] -4122[?]  is mandatory 
313.65/315.12	c qxplain 672/672
313.65/315.13	c 14824[?] -4121[?] 4122[?] -2899[?]  is mandatory 
313.65/315.13	c qxplain 670/671
313.65/315.14	c qxplain 671/671
313.65/315.15	c 14825[?] -4123[?] 2894[?]  is mandatory 
313.65/315.15	c qxplain 670/670
313.65/315.17	c 14826[?] -4123[?] -2899[?]  is mandatory 
313.65/315.17	c qxplain 662/669
313.65/315.18	c qxplain 666/669
313.65/315.18	c qxplain 668/669
313.65/315.19	c qxplain 669/669
313.65/315.20	c 14827[?] 4123[?] -2894[?] 2899[?]  is mandatory 
313.65/315.20	c qxplain 668/668
313.65/315.21	c 14828[?] -4122[?] -4124[?]  is mandatory 
313.65/315.21	c qxplain 666/667
313.77/315.22	c qxplain 667/667
313.77/315.23	c 14829[?] -4124[?] -4123[?]  is mandatory 
313.77/315.23	c qxplain 666/666
313.77/315.24	c 14830[?] 4123[?] 4122[?] 4124[?]  is mandatory 
313.77/315.24	c qxplain 662/665
313.77/315.25	c qxplain 664/665
313.77/315.26	c qxplain 665/665
313.77/315.27	c 14831[?] -4125[?] -4112[?]  is mandatory 
313.77/315.27	c qxplain 664/664
313.77/315.28	c 14833[?] 4124[?] 4112[?] 4125[?]  is mandatory 
313.77/315.28	c qxplain 662/663
313.77/315.29	c qxplain 663/663
313.77/315.29	c 14835[?] -4126[?] 4108[?]  is mandatory 
313.77/315.29	c qxplain 662/662
313.85/315.30	c 14837[?] -4127[?] 2893[?]  is mandatory 
313.85/315.30	c qxplain 630/661
313.85/315.31	c qxplain 646/661
313.85/315.32	c qxplain 654/661
313.85/315.32	c qxplain 658/661
313.85/315.33	c qxplain 660/661
313.85/315.37	c qxplain 661/661
313.85/315.38	c 14839[?] -2893[?] 4127[?] 4108[?]  is mandatory 
313.85/315.38	c qxplain 660/660
313.85/315.39	c 14841[?] -4127[?] -4128[?]  is mandatory 
313.85/315.39	c qxplain 658/659
313.95/315.40	c qxplain 659/659
313.95/315.41	c 14842[?] 4128[?] 4127[?] 4126[?]  is mandatory 
313.95/315.41	c qxplain 658/658
313.95/315.42	c 14843[?] -4129[?] 2899[?]  is mandatory 
313.95/315.42	c qxplain 654/657
313.95/315.43	c qxplain 656/657
313.95/315.44	c qxplain 657/657
313.95/315.45	c 14844[?] 4128[?] -4129[?]  is mandatory 
313.95/315.45	c qxplain 656/656
313.95/315.46	c 14845[?] 4129[?] -4128[?] -2899[?]  is mandatory 
313.95/315.46	c qxplain 654/655
313.95/315.47	c qxplain 655/655
313.95/315.48	c 14846[?] 2893[?] -4130[?]  is mandatory 
313.95/315.48	c qxplain 654/654
313.95/315.49	c 14847[?] -4130[?] -2899[?]  is mandatory 
313.95/315.49	c qxplain 646/653
314.05/315.50	c qxplain 650/653
314.05/315.50	c qxplain 652/653
314.05/315.51	c qxplain 653/653
314.05/315.52	c 14848[?] -2893[?] 4130[?] 2899[?]  is mandatory 
314.05/315.52	c qxplain 652/652
314.05/315.53	c 14849[?] -4131[?] -4129[?]  is mandatory 
314.05/315.53	c qxplain 650/651
314.05/315.55	c qxplain 651/651
314.05/315.55	c 14850[?] -4130[?] -4131[?]  is mandatory 
314.05/315.55	c qxplain 650/650
314.05/315.57	c 14851[?] 4129[?] 4130[?] 4131[?]  is mandatory 
314.05/315.57	c qxplain 646/649
314.05/315.58	c qxplain 648/649
314.05/315.59	c qxplain 649/649
314.15/315.60	c 14852[?] -4132[?] 4125[?]  is mandatory 
314.15/315.60	c qxplain 648/648
314.15/315.61	c 14853[?] -4132[?] -4131[?]  is mandatory 
314.15/315.61	c qxplain 646/647
314.15/315.62	c qxplain 647/647
314.15/315.63	c 14854[?] -4125[?] 4132[?] 4131[?]  is mandatory 
314.15/315.63	c qxplain 646/646
314.15/315.64	c 14856[?] -4132[?] -4133[?]  is mandatory 
314.15/315.64	c qxplain 630/645
314.15/315.65	c qxplain 638/645
314.15/315.65	c qxplain 642/645
314.15/315.66	c qxplain 644/645
314.15/315.67	c qxplain 645/645
314.15/315.68	c 14857[?] 4132[?] 4133[?] -4093[?]  is mandatory 
314.15/315.68	c qxplain 644/644
314.15/315.69	c 14859[?] 4133[?] -4134[?]  is mandatory 
314.15/315.69	c qxplain 642/643
314.25/315.71	c qxplain 643/643
314.25/315.72	c 14860[?] 4134[?] -4133[?] -3028[?]  is mandatory 
314.25/315.72	c qxplain 642/642
314.25/315.72	c qxplain 638/641
314.25/315.73	c qxplain 640/641
314.25/315.74	c qxplain 641/641
314.25/315.75	c qxplain 640/640
314.25/315.76	c 14871[?] -4138[?] 4131[?]  is mandatory 
314.25/315.76	c qxplain 638/639
314.25/315.76	c qxplain 639/639
314.25/315.77	c 14873[?] 4112[?] -4139[?]  is mandatory 
314.25/315.77	c qxplain 638/638
314.25/315.78	c 14874[?] -4139[?] 4138[?]  is mandatory 
314.25/315.78	c qxplain 630/637
314.25/315.79	c qxplain 634/637
314.35/315.80	c qxplain 636/637
314.35/315.81	c qxplain 637/637
314.35/315.81	c 14876[?] 3008[?] -4140[?]  is mandatory 
314.35/315.81	c qxplain 636/636
314.35/315.82	c 14877[?] 4139[?] -4140[?]  is mandatory 
314.35/315.82	c qxplain 634/635
314.35/315.83	c qxplain 635/635
314.35/315.84	c 14879[?] -3008[?] -4141[?]  is mandatory 
314.35/315.84	c qxplain 634/634
314.35/315.84	c 14880[?] 4125[?] -4141[?]  is mandatory 
314.35/315.84	c qxplain 630/633
314.35/315.85	c qxplain 632/633
314.35/315.86	c qxplain 633/633
314.35/315.87	c 14884[?] 4141[?] 4142[?] 4140[?]  is mandatory 
314.35/315.87	c qxplain 632/632
314.35/315.88	c 14885[?] -4124[?] -4143[?]  is mandatory 
314.35/315.88	c qxplain 630/631
314.35/315.89	c qxplain 631/631
314.45/315.90	c 14887[?] 4124[?] -4142[?] 4143[?]  is mandatory 
314.45/315.90	c qxplain 630/630
314.45/315.91	c 14888[?] -4144[?] 2925[?]  is mandatory 
314.45/315.91	c qxplain 504/629
314.45/315.92	c qxplain 567/629
314.45/315.93	c qxplain 599/629
314.45/315.95	c qxplain 615/629
314.45/315.96	c qxplain 623/629
314.45/315.97	c qxplain 627/629
314.45/315.97	c qxplain 629/629
314.45/315.99	c 14889[?] -4144[?] 4143[?]  is mandatory 
314.45/315.99	c qxplain 627/628
314.45/316.00	c qxplain 628/628
314.54/316.01	c 14891[?] -4145[?] 2926[?]  is mandatory 
314.54/316.01	c qxplain 627/627
314.54/316.02	c 14892[?] -4145[?] 4143[?]  is mandatory 
314.54/316.02	c qxplain 623/626
314.54/316.03	c qxplain 625/626
314.54/316.04	c qxplain 626/626
314.54/316.04	c 14894[?] -4146[?] 2928[?]  is mandatory 
314.54/316.04	c qxplain 625/625
314.54/316.05	c 14895[?] -4146[?] 4143[?]  is mandatory 
314.54/316.05	c qxplain 623/624
314.54/316.06	c qxplain 624/624
314.54/316.07	c 14897[?] -4147[?] 2927[?]  is mandatory 
314.54/316.07	c qxplain 623/623
314.54/316.08	c 14898[?] -4147[?] 4143[?]  is mandatory 
314.54/316.08	c qxplain 615/622
314.54/316.09	c qxplain 619/622
314.54/316.09	c qxplain 621/622
314.65/316.10	c qxplain 622/622
314.65/316.11	c 14902[?] 4148[?] 4147[?] 4146[?]  is mandatory 
314.65/316.11	c qxplain 621/621
314.65/316.12	c 14905[?] 4149[?] -4148[?] 4145[?]  is mandatory 
314.65/316.12	c qxplain 619/620
314.65/316.13	c qxplain 620/620
314.65/316.14	c 14908[?] 4150[?] -4149[?] 4144[?]  is mandatory 
314.65/316.14	c qxplain 619/619
314.65/316.15	c 14909[?] -4151[?] 2929[?]  is mandatory 
314.65/316.15	c qxplain 615/618
314.65/316.15	c qxplain 617/618
314.65/316.16	c qxplain 618/618
314.65/316.17	c 14910[?] -4151[?] 4143[?]  is mandatory 
314.65/316.17	c qxplain 617/617
314.65/316.18	c 14912[?] -4152[?] 2902[?]  is mandatory 
314.65/316.18	c qxplain 615/616
314.65/316.19	c qxplain 616/616
314.65/316.20	c 14913[?] -4152[?] 4143[?]  is mandatory 
314.65/316.20	c qxplain 615/615
314.65/316.20	c 14915[?] -4153[?] 2931[?]  is mandatory 
314.65/316.20	c qxplain 599/614
314.65/316.21	c qxplain 607/614
314.75/316.22	c qxplain 611/614
314.75/316.23	c qxplain 613/614
314.75/316.24	c qxplain 614/614
314.75/316.25	c 14916[?] -4153[?] 4143[?]  is mandatory 
314.75/316.25	c qxplain 613/613
314.75/316.26	c 14918[?] -4154[?] 2930[?]  is mandatory 
314.75/316.26	c qxplain 611/612
314.75/316.26	c qxplain 612/612
314.75/316.27	c 14919[?] -4154[?] 4143[?]  is mandatory 
314.75/316.27	c qxplain 611/611
314.75/316.28	c 14923[?] 4155[?] 4154[?] 4153[?]  is mandatory 
314.75/316.28	c qxplain 607/610
314.75/316.29	c qxplain 609/610
314.75/316.30	c qxplain 610/610
314.75/316.31	c 14926[?] 4156[?] -4155[?] 4152[?]  is mandatory 
314.75/316.31	c qxplain 609/609
314.75/316.31	c 14929[?] 4157[?] -4156[?] 4151[?]  is mandatory 
314.75/316.31	c qxplain 607/608
314.87/316.32	c qxplain 608/608
314.87/316.33	c 14930[?] -4158[?] 2909[?]  is mandatory 
314.87/316.33	c qxplain 607/607
314.87/316.34	c 14931[?] -4158[?] 4143[?]  is mandatory 
314.87/316.34	c qxplain 599/606
314.87/316.35	c qxplain 603/606
314.87/316.36	c qxplain 605/606
314.87/316.37	c qxplain 606/606
314.87/316.37	c 14933[?] -4159[?] 2908[?]  is mandatory 
314.87/316.37	c qxplain 605/605
314.87/316.38	c 14934[?] -4159[?] 4143[?]  is mandatory 
314.87/316.38	c qxplain 603/604
314.87/316.39	c qxplain 604/604
314.95/316.40	c 14936[?] -4160[?] 2907[?]  is mandatory 
314.95/316.40	c qxplain 603/603
314.95/316.41	c 14937[?] -4160[?] 4143[?]  is mandatory 
314.95/316.41	c qxplain 599/602
314.95/316.42	c qxplain 601/602
314.95/316.43	c qxplain 602/602
314.95/316.43	c 14941[?] 4161[?] 4160[?] 4159[?]  is mandatory 
314.95/316.43	c qxplain 601/601
314.95/316.44	c 14944[?] 4162[?] -4161[?] 4158[?]  is mandatory 
314.95/316.44	c qxplain 599/600
314.95/316.45	c qxplain 600/600
314.95/316.46	c 14945[?] -4163[?] 2903[?]  is mandatory 
314.95/316.46	c qxplain 599/599
314.95/316.47	c 14946[?] -4163[?] 4143[?]  is mandatory 
314.95/316.47	c qxplain 567/598
314.95/316.48	c qxplain 583/598
314.95/316.49	c qxplain 591/598
314.95/316.49	c qxplain 595/598
315.05/316.50	c qxplain 597/598
315.05/316.51	c qxplain 598/598
315.05/316.52	c 14948[?] -4164[?] 2904[?]  is mandatory 
315.05/316.52	c qxplain 597/597
315.05/316.53	c 14949[?] -4164[?] 4143[?]  is mandatory 
315.05/316.53	c qxplain 595/596
315.05/316.54	c qxplain 596/596
315.05/316.54	c 14951[?] -4165[?] 2906[?]  is mandatory 
315.05/316.55	c qxplain 595/595
315.05/316.55	c 14952[?] -4165[?] 4143[?]  is mandatory 
315.05/316.55	c qxplain 591/594
315.05/316.56	c qxplain 593/594
315.05/316.57	c qxplain 594/594
315.05/316.58	c 14954[?] -4166[?] 2905[?]  is mandatory 
315.05/316.58	c qxplain 593/593
315.05/316.59	c 14955[?] -4166[?] 4143[?]  is mandatory 
315.05/316.59	c qxplain 591/592
315.05/316.60	c qxplain 592/592
315.15/316.60	c 14959[?] 4167[?] 4166[?] 4165[?]  is mandatory 
315.15/316.60	c qxplain 591/591
315.15/316.61	c 14962[?] 4168[?] -4167[?] 4164[?]  is mandatory 
315.15/316.61	c qxplain 583/590
315.15/316.62	c qxplain 587/590
315.15/316.63	c qxplain 589/590
315.15/316.64	c qxplain 590/590
315.15/316.65	c 14965[?] 4169[?] -4168[?] 4163[?]  is mandatory 
315.15/316.65	c qxplain 589/589
315.15/316.66	c 14968[?] 4170[?] -4169[?] -4162[?]  is mandatory 
315.15/316.66	c qxplain 587/588
315.15/316.66	c qxplain 588/588
315.15/316.67	c 14971[?] 4171[?] -4170[?] -4157[?]  is mandatory 
315.15/316.67	c qxplain 587/587
315.15/316.68	c 14974[?] 4172[?] -4171[?] -4150[?]  is mandatory 
315.15/316.68	c qxplain 583/586
315.15/316.69	c qxplain 585/586
315.25/316.70	c qxplain 586/586
315.25/316.71	c 14975[?] -4173[?] 2910[?]  is mandatory 
315.25/316.71	c qxplain 585/585
315.25/316.71	c 14976[?] -4173[?] 4143[?]  is mandatory 
315.25/316.72	c qxplain 583/584
315.25/316.72	c qxplain 584/584
315.25/316.73	c 14978[?] -4174[?] 2911[?]  is mandatory 
315.25/316.73	c qxplain 583/583
315.25/316.74	c 14979[?] -4174[?] 4143[?]  is mandatory 
315.25/316.74	c qxplain 567/582
315.25/316.75	c qxplain 575/582
315.25/316.76	c qxplain 579/582
315.25/316.77	c qxplain 581/582
315.25/316.77	c qxplain 582/582
315.25/316.78	c 14981[?] -4175[?] 2913[?]  is mandatory 
315.25/316.78	c qxplain 581/581
315.25/316.79	c 14982[?] -4175[?] 4143[?]  is mandatory 
315.25/316.79	c qxplain 579/580
315.35/316.80	c qxplain 580/580
315.35/316.81	c 14984[?] -4176[?] 2912[?]  is mandatory 
315.35/316.81	c qxplain 579/579
315.35/316.82	c 14985[?] -4176[?] 4143[?]  is mandatory 
315.35/316.82	c qxplain 575/578
315.35/316.83	c qxplain 577/578
315.35/316.83	c qxplain 578/578
315.35/316.84	c 14989[?] 4177[?] 4176[?] 4175[?]  is mandatory 
315.35/316.84	c qxplain 577/577
315.35/316.85	c 14992[?] 4178[?] -4177[?] 4174[?]  is mandatory 
315.35/316.85	c qxplain 575/576
315.35/316.86	c qxplain 576/576
315.35/316.87	c 14995[?] 4179[?] -4178[?] 4173[?]  is mandatory 
315.35/316.87	c qxplain 575/575
315.35/316.88	c 14996[?] -4180[?] 2914[?]  is mandatory 
315.35/316.88	c qxplain 567/574
315.35/316.89	c qxplain 571/574
315.35/316.89	c qxplain 573/574
315.45/316.90	c qxplain 574/574
315.45/316.91	c 14997[?] -4180[?] 4143[?]  is mandatory 
315.45/316.91	c qxplain 573/573
315.45/316.92	c 14999[?] -4181[?] 2915[?]  is mandatory 
315.45/316.92	c qxplain 571/572
315.45/316.93	c qxplain 572/572
315.45/316.94	c 15000[?] -4181[?] 4143[?]  is mandatory 
315.45/316.94	c qxplain 571/571
315.45/316.94	c 15002[?] -4182[?] 2917[?]  is mandatory 
315.45/316.94	c qxplain 567/570
315.45/316.95	c qxplain 569/570
315.45/316.96	c qxplain 570/570
315.45/316.97	c 15003[?] -4182[?] 4143[?]  is mandatory 
315.45/316.97	c qxplain 569/569
315.45/316.98	c 15005[?] -4183[?] 2916[?]  is mandatory 
315.45/316.98	c qxplain 567/568
315.45/316.99	c qxplain 568/568
315.45/316.99	c 15006[?] -4183[?] 4143[?]  is mandatory 
315.45/316.99	c qxplain 567/567
315.55/317.00	c 15010[?] 4184[?] 4183[?] 4182[?]  is mandatory 
315.55/317.00	c qxplain 504/566
315.55/317.01	c qxplain 536/566
315.55/317.02	c qxplain 552/566
315.55/317.03	c qxplain 560/566
315.55/317.04	c qxplain 564/566
315.55/317.05	c qxplain 566/566
315.55/317.06	c 15013[?] 4185[?] -4184[?] 4181[?]  is mandatory 
315.55/317.06	c qxplain 564/565
315.55/317.07	c qxplain 565/565
315.55/317.07	c 15016[?] 4186[?] -4185[?] 4180[?]  is mandatory 
315.55/317.07	c qxplain 564/564
315.55/317.08	c 15017[?] -4187[?] 2924[?]  is mandatory 
315.55/317.08	c qxplain 560/563
315.55/317.09	c qxplain 562/563
315.65/317.10	c qxplain 563/563
315.65/317.11	c 15018[?] -4187[?] 4143[?]  is mandatory 
315.65/317.11	c qxplain 562/562
315.65/317.12	c 15020[?] -4188[?] 2923[?]  is mandatory 
315.65/317.12	c qxplain 560/561
315.65/317.13	c qxplain 561/561
315.65/317.13	c 15021[?] -4188[?] 4143[?]  is mandatory 
315.65/317.13	c qxplain 560/560
315.65/317.14	c 15023[?] -4189[?] 2922[?]  is mandatory 
315.65/317.14	c qxplain 552/559
315.65/317.15	c qxplain 556/559
315.65/317.16	c qxplain 558/559
315.65/317.17	c qxplain 559/559
315.65/317.18	c 15024[?] -4189[?] 4143[?]  is mandatory 
315.65/317.18	c qxplain 558/558
315.65/317.18	c 15028[?] 4190[?] 4189[?] 4188[?]  is mandatory 
315.65/317.18	c qxplain 556/557
315.65/317.19	c qxplain 557/557
315.75/317.20	c 15031[?] 4191[?] -4190[?] 4187[?]  is mandatory 
315.75/317.20	c qxplain 556/556
315.75/317.21	c 15032[?] -4192[?] 2918[?]  is mandatory 
315.75/317.21	c qxplain 552/555
315.75/317.22	c qxplain 554/555
315.75/317.23	c qxplain 555/555
315.75/317.24	c 15033[?] -4192[?] 4143[?]  is mandatory 
315.75/317.24	c qxplain 554/554
315.75/317.24	c 15035[?] -4193[?] 2919[?]  is mandatory 
315.75/317.24	c qxplain 552/553
315.75/317.25	c qxplain 553/553
315.75/317.26	c 15036[?] -4193[?] 4143[?]  is mandatory 
315.75/317.26	c qxplain 552/552
315.75/317.27	c 15038[?] -4194[?] 2921[?]  is mandatory 
315.75/317.27	c qxplain 536/551
315.75/317.28	c qxplain 544/551
315.75/317.29	c qxplain 548/551
315.75/317.30	c qxplain 550/551
315.75/317.30	c qxplain 551/551
315.75/317.31	c 15039[?] -4194[?] 4143[?]  is mandatory 
315.75/317.31	c qxplain 550/550
315.85/317.32	c 15041[?] -4195[?] 2920[?]  is mandatory 
315.85/317.32	c qxplain 548/549
315.85/317.33	c qxplain 549/549
315.85/317.34	c 15042[?] -4195[?] 4143[?]  is mandatory 
315.85/317.34	c qxplain 548/548
315.85/317.35	c 15046[?] 4196[?] 4195[?] 4194[?]  is mandatory 
315.85/317.35	c qxplain 544/547
315.85/317.36	c qxplain 546/547
315.85/317.36	c qxplain 547/547
315.85/317.37	c 15049[?] 4197[?] -4196[?] 4193[?]  is mandatory 
315.85/317.37	c qxplain 546/546
315.85/317.38	c 15052[?] 4198[?] -4197[?] 4192[?]  is mandatory 
315.85/317.38	c qxplain 544/545
315.85/317.39	c qxplain 545/545
315.85/317.40	c 15055[?] 4199[?] -4198[?] -4191[?]  is mandatory 
315.85/317.40	c qxplain 544/544
315.85/317.41	c 15058[?] 4200[?] -4199[?] -4186[?]  is mandatory 
315.85/317.41	c qxplain 536/543
315.85/317.41	c qxplain 540/543
315.97/317.42	c qxplain 542/543
315.97/317.43	c qxplain 543/543
315.97/317.44	c 15061[?] 4201[?] -4200[?] -4179[?]  is mandatory 
315.97/317.44	c qxplain 542/542
315.97/317.45	c 15064[?] -4201[?] -4172[?] 4202[?]  is mandatory 
315.97/317.45	c qxplain 540/541
315.97/317.46	c qxplain 541/541
315.97/317.47	c 15065[?] 4131[?] -4203[?]  is mandatory 
315.97/317.47	c qxplain 540/540
315.97/317.48	c 15070[?] 4203[?] 4143[?] 4204[?]  is mandatory 
315.97/317.48	c qxplain 536/539
315.97/317.48	c qxplain 538/539
315.97/317.49	c qxplain 539/539
316.05/317.50	c 15073[?] -2901[?] 4205[?] -4143[?]  is mandatory 
316.05/317.50	c qxplain 538/538
316.05/317.51	c 15074[?] -4204[?] -4206[?]  is mandatory 
316.05/317.51	c qxplain 536/537
316.05/317.52	c qxplain 537/537
316.05/317.53	c 15075[?] -4205[?] -4206[?]  is mandatory 
316.05/317.53	c qxplain 536/536
316.05/317.54	c 15077[?] 2900[?] -4207[?]  is mandatory 
316.05/317.54	c qxplain 504/535
316.05/317.55	c qxplain 520/535
316.05/317.56	c qxplain 528/535
316.05/317.57	c qxplain 532/535
316.05/317.58	c qxplain 534/535
316.05/317.59	c qxplain 535/535
316.05/317.59	c 15078[?] 4143[?] -4207[?]  is mandatory 
316.05/317.59	c qxplain 534/534
316.15/317.60	c 15082[?] -4112[?] 4208[?] -4124[?]  is mandatory 
316.15/317.60	c qxplain 532/533
316.15/317.61	c qxplain 533/533
316.15/317.62	c 15083[?] -4143[?] -4209[?]  is mandatory 
316.15/317.62	c qxplain 532/532
316.15/317.63	c 15084[?] -4208[?] -4209[?]  is mandatory 
316.15/317.63	c qxplain 528/531
316.15/317.64	c qxplain 530/531
316.15/317.64	c qxplain 531/531
316.15/317.65	c 15088[?] 4210[?] 4209[?] 4207[?]  is mandatory 
316.15/317.65	c qxplain 530/530
316.15/317.66	c 15089[?] -4211[?] -3972[?]  is mandatory 
316.15/317.66	c qxplain 528/529
316.15/317.66	c qxplain 520/527
316.15/317.67	c qxplain 524/527
316.15/317.68	c qxplain 526/527
316.15/317.69	c qxplain 527/527
316.15/317.69	c qxplain 526/526
316.24/317.70	c 15094[?] 4212[?] 4211[?] -4210[?]  is mandatory 
316.24/317.70	c qxplain 524/525
316.24/317.71	c qxplain 525/525
316.24/317.71	c qxplain 524/524
316.24/317.72	c 15097[?] 4213[?] -4212[?] 4206[?]  is mandatory 
316.24/317.72	c qxplain 520/523
316.24/317.73	c qxplain 522/523
316.24/317.74	c qxplain 523/523
316.24/317.74	c qxplain 522/522
316.24/317.75	c 15100[?] -4202[?] -4213[?] 4214[?]  is mandatory 
316.24/317.75	c qxplain 520/521
316.24/317.75	c qxplain 521/521
316.24/317.76	c 15102[?] -4215[?] -4214[?]  is mandatory 
316.24/317.76	c qxplain 520/520
316.24/317.76	c qxplain 504/519
316.24/317.77	c qxplain 512/519
316.24/317.78	c qxplain 516/519
316.24/317.79	c qxplain 518/519
316.24/317.79	c qxplain 519/519
316.34/317.80	c 15104[?] 4134[?] -4216[?]  is mandatory 
316.34/317.80	c qxplain 518/518
316.34/317.80	c qxplain 516/517
316.34/317.81	c qxplain 517/517
316.34/317.82	c 15106[?] 4215[?] -4134[?] 4216[?]  is mandatory 
316.34/317.82	c qxplain 516/516
316.34/317.82	c qxplain 512/515
316.34/317.83	c qxplain 514/515
316.34/317.84	c qxplain 515/515
316.34/317.84	c 15112[?] 4216[?] 4218[?] -2987[?]  is mandatory 
316.34/317.84	c qxplain 514/514
316.34/317.85	c qxplain 512/513
316.34/317.85	c qxplain 513/513
316.34/317.86	c 15114[?] -4218[?] -4219[?]  is mandatory 
316.34/317.86	c qxplain 512/512
316.34/317.86	c qxplain 504/511
316.34/317.86	c qxplain 0/503
316.34/317.87	c qxplain 252/503
316.34/317.88	c qxplain 378/503
316.34/317.90	c qxplain 441/503
316.44/317.91	c qxplain 473/503
316.44/317.93	c qxplain 489/503
316.44/317.93	c qxplain 473/488
316.44/317.94	c qxplain 481/488
316.44/317.96	c qxplain 485/488
316.44/317.97	c qxplain 481/484
316.44/317.99	c qxplain 483/484
316.44/317.99	c qxplain 481/482
316.54/318.00	c qxplain 482/482
316.54/318.01	c 15244[?] -2950[?] 4262[?] -3181[?]  is mandatory 
316.54/318.01	c qxplain 481/481
316.54/318.03	c 15246[?] -4262[?] -4263[?]  is mandatory 
316.54/318.03	c qxplain 473/480
316.54/318.04	c qxplain 477/480
316.54/318.05	c qxplain 479/480
316.54/318.06	c qxplain 480/480
316.54/318.07	c 15249[?] 4263[?] -4264[?]  is mandatory 
316.54/318.07	c qxplain 479/479
316.54/318.07	c qxplain 477/478
316.54/318.08	c qxplain 478/478
316.54/318.09	c 15252[?] 4264[?] -4265[?]  is mandatory 
316.54/318.09	c qxplain 477/477
316.64/318.10	c 15256[?] -3222[?] -4071[?] 4266[?]  is mandatory 
316.64/318.10	c qxplain 473/476
316.64/318.11	c qxplain 475/476
316.64/318.12	c qxplain 476/476
316.64/318.13	c 15259[?] 4267[?] -4266[?] -4216[?]  is mandatory 
316.64/318.13	c qxplain 475/475
316.64/318.14	c 15262[?] 4265[?] -4267[?] 4268[?]  is mandatory 
316.64/318.14	c qxplain 473/474
316.64/318.15	c qxplain 474/474
316.64/318.16	c 15264[?] -4268[?] -4269[?]  is mandatory 
316.64/318.16	c qxplain 473/473
316.64/318.17	c 15267[?] 4269[?] -4270[?]  is mandatory 
316.64/318.17	c qxplain 441/472
316.64/318.18	c qxplain 457/472
316.74/318.20	c qxplain 465/472
316.74/318.21	c qxplain 469/472
316.74/318.22	c qxplain 471/472
316.74/318.24	c qxplain 472/472
316.74/318.24	c qxplain 471/471
316.74/318.25	c 15270[?] 4270[?] -4271[?]  is mandatory 
316.74/318.25	c qxplain 469/470
316.74/318.26	c qxplain 470/470
316.74/318.27	c 15272[?] 4219[?] -4272[?]  is mandatory 
316.74/318.27	c qxplain 469/469
316.74/318.28	c 15273[?] 4271[?] -4272[?]  is mandatory 
316.74/318.28	c qxplain 465/468
316.84/318.30	c qxplain 467/468
316.84/318.31	c qxplain 468/468
316.84/318.32	c 15275[?] 4272[?] 3050[?]  is mandatory 
316.84/318.32	c qxplain 467/467
316.84/318.34	c 15277[?] 2[?] -1426[?]  is mandatory 
316.84/318.34	c qxplain 465/466
316.84/318.35	c qxplain 466/466
316.84/318.36	c 15278[?] -2[?] 1426[?]  is mandatory 
316.84/318.36	c qxplain 465/465
316.84/318.38	c 15279[?] -1427[?] 3[?]  is mandatory 
316.84/318.38	c qxplain 457/464
316.84/318.39	c qxplain 461/464
316.84/318.41	c qxplain 463/464
316.84/318.42	c qxplain 464/464
316.95/318.43	c 15280[?] -3[?] 1427[?]  is mandatory 
316.95/318.43	c qxplain 463/463
316.95/318.45	c 15281[?] -1428[?] 4[?]  is mandatory 
316.95/318.45	c qxplain 461/462
316.95/318.46	c qxplain 462/462
316.95/318.47	c 15282[?] -4[?] 1428[?]  is mandatory 
316.95/318.47	c qxplain 461/461
316.95/318.49	c 15283[?] 5[?] -1429[?]  is mandatory 
316.95/318.49	c qxplain 457/460
316.95/318.50	c qxplain 459/460
316.95/318.51	c qxplain 460/460
317.06/318.53	c 15284[?] 1429[?] -5[?]  is mandatory 
317.06/318.53	c qxplain 459/459
317.06/318.55	c 15285[?] -1430[?] 6[?]  is mandatory 
317.06/318.55	c qxplain 457/458
317.06/318.56	c qxplain 458/458
317.06/318.57	c 15286[?] -6[?] 1430[?]  is mandatory 
317.06/318.57	c qxplain 457/457
317.06/318.59	c 15287[?] 7[?] -1431[?]  is mandatory 
317.06/318.59	c qxplain 441/456
317.14/318.60	c qxplain 449/456
317.14/318.61	c qxplain 453/456
317.14/318.62	c qxplain 455/456
317.14/318.63	c qxplain 456/456
317.14/318.64	c 15288[?] 1431[?] -7[?]  is mandatory 
317.14/318.64	c qxplain 455/455
317.14/318.66	c 15289[?] -1432[?] 8[?]  is mandatory 
317.14/318.66	c qxplain 453/454
317.14/318.67	c qxplain 454/454
317.14/318.68	c 15290[?] 1432[?] -8[?]  is mandatory 
317.14/318.68	c qxplain 453/453
317.14/318.69	c 15291[?] 9[?] -1433[?]  is mandatory 
317.14/318.69	c qxplain 449/452
317.24/318.71	c qxplain 451/452
317.24/318.72	c qxplain 452/452
317.24/318.73	c 15292[?] 1433[?] -9[?]  is mandatory 
317.24/318.73	c qxplain 451/451
317.24/318.74	c 15293[?] 10[?] -1434[?]  is mandatory 
317.24/318.74	c qxplain 449/450
317.24/318.75	c qxplain 450/450
317.24/318.76	c 15294[?] 1434[?] -10[?]  is mandatory 
317.24/318.76	c qxplain 449/449
317.24/318.78	c 15295[?] 11[?] -1435[?]  is mandatory 
317.24/318.78	c qxplain 441/448
317.24/318.79	c qxplain 445/448
317.34/318.80	c qxplain 447/448
317.34/318.81	c qxplain 448/448
317.34/318.82	c 15296[?] -11[?] 1435[?]  is mandatory 
317.34/318.82	c qxplain 447/447
317.34/318.84	c 15297[?] -1436[?] 12[?]  is mandatory 
317.34/318.84	c qxplain 445/446
317.34/318.85	c qxplain 446/446
317.34/318.86	c 15298[?] 1436[?] -12[?]  is mandatory 
317.34/318.86	c qxplain 445/445
317.34/318.88	c 15299[?] -1437[?] 13[?]  is mandatory 
317.34/318.88	c qxplain 441/444
317.34/318.89	c qxplain 443/444
317.44/318.90	c qxplain 444/444
317.44/318.91	c 15300[?] 1437[?] -13[?]  is mandatory 
317.44/318.91	c qxplain 443/443
317.44/318.93	c 15301[?] -1438[?] 14[?]  is mandatory 
317.44/318.93	c qxplain 441/442
317.44/318.94	c qxplain 442/442
317.44/318.95	c 15302[?] 1438[?] -14[?]  is mandatory 
317.44/318.95	c qxplain 441/441
317.44/318.98	c 15303[?] 15[?] -1439[?]  is mandatory 
317.44/318.98	c qxplain 378/440
317.44/318.99	c qxplain 410/440
317.54/319.00	c qxplain 426/440
317.54/319.01	c qxplain 434/440
317.54/319.03	c qxplain 438/440
317.54/319.03	c qxplain 440/440
317.54/319.05	c 15304[?] 1439[?] -15[?]  is mandatory 
317.54/319.05	c qxplain 438/439
317.54/319.06	c qxplain 439/439
317.54/319.07	c 15305[?] 16[?] -1440[?]  is mandatory 
317.54/319.07	c qxplain 438/438
317.54/319.08	c 15306[?] 1440[?] -16[?]  is mandatory 
317.54/319.08	c qxplain 434/437
317.54/319.09	c qxplain 436/437
317.64/319.10	c qxplain 437/437
317.64/319.12	c 15307[?] -1441[?] 17[?]  is mandatory 
317.64/319.12	c qxplain 436/436
317.64/319.13	c 15308[?] 1441[?] -17[?]  is mandatory 
317.64/319.13	c qxplain 434/435
317.64/319.14	c qxplain 435/435
317.64/319.16	c 15309[?] 18[?] -1442[?]  is mandatory 
317.64/319.16	c qxplain 434/434
317.64/319.17	c 15310[?] -18[?] 1442[?]  is mandatory 
317.64/319.17	c qxplain 426/433
317.64/319.18	c qxplain 430/433
317.64/319.19	c qxplain 432/433
317.74/319.20	c qxplain 433/433
317.74/319.22	c 15311[?] 19[?] -1443[?]  is mandatory 
317.74/319.22	c qxplain 432/432
317.74/319.23	c 15312[?] -19[?] 1443[?]  is mandatory 
317.74/319.23	c qxplain 430/431
317.74/319.25	c qxplain 431/431
317.74/319.25	c 15313[?] -1444[?] 20[?]  is mandatory 
317.74/319.26	c qxplain 430/430
317.74/319.29	c 15314[?] -20[?] 1444[?]  is mandatory 
317.74/319.29	c qxplain 426/429
317.84/319.30	c qxplain 428/429
317.84/319.31	c qxplain 429/429
317.84/319.32	c 15315[?] -1445[?] 21[?]  is mandatory 
317.84/319.32	c qxplain 428/428
317.84/319.34	c 15316[?] -21[?] 1445[?]  is mandatory 
317.84/319.34	c qxplain 426/427
317.84/319.35	c qxplain 427/427
317.84/319.36	c 15317[?] -1446[?] 22[?]  is mandatory 
317.84/319.36	c qxplain 426/426
317.84/319.37	c 15318[?] -22[?] 1446[?]  is mandatory 
317.84/319.37	c qxplain 410/425
317.84/319.38	c qxplain 418/425
317.84/319.39	c qxplain 422/425
317.94/319.40	c qxplain 424/425
317.94/319.41	c qxplain 425/425
317.94/319.42	c 15319[?] -1447[?] 23[?]  is mandatory 
317.94/319.42	c qxplain 424/424
317.94/319.44	c 15320[?] -23[?] 1447[?]  is mandatory 
317.94/319.44	c qxplain 422/423
317.94/319.45	c qxplain 423/423
317.94/319.46	c 15321[?] -1448[?] 24[?]  is mandatory 
317.94/319.46	c qxplain 422/422
317.94/319.47	c 15322[?] -24[?] 1448[?]  is mandatory 
317.94/319.47	c qxplain 418/421
317.94/319.48	c qxplain 420/421
317.94/319.49	c qxplain 421/421
317.94/319.50	c 15323[?] -1449[?] 25[?]  is mandatory 
317.94/319.50	c qxplain 420/420
317.94/319.51	c 15324[?] -25[?] 1449[?]  is mandatory 
317.94/319.51	c qxplain 418/419
318.04/319.52	c qxplain 419/419
318.04/319.53	c 15325[?] -1450[?] 26[?]  is mandatory 
318.04/319.53	c qxplain 418/418
318.04/319.54	c 15326[?] -26[?] 1450[?]  is mandatory 
318.04/319.54	c qxplain 410/417
318.04/319.55	c qxplain 414/417
318.04/319.56	c qxplain 416/417
318.04/319.57	c qxplain 417/417
318.04/319.58	c 15327[?] -1451[?] 27[?]  is mandatory 
318.04/319.58	c qxplain 416/416
318.04/319.59	c 15328[?] -27[?] 1451[?]  is mandatory 
318.04/319.59	c qxplain 414/415
318.04/319.60	c qxplain 415/415
318.04/319.61	c 15329[?] -1452[?] 28[?]  is mandatory 
318.04/319.61	c qxplain 414/414
318.16/319.62	c 15330[?] -28[?] 1452[?]  is mandatory 
318.16/319.62	c qxplain 410/413
318.16/319.63	c qxplain 412/413
318.16/319.64	c qxplain 413/413
318.16/319.65	c 15331[?] -1453[?] 29[?]  is mandatory 
318.16/319.65	c qxplain 412/412
318.16/319.68	c 15332[?] -29[?] 1453[?]  is mandatory 
318.16/319.68	c qxplain 410/411
318.16/319.69	c qxplain 411/411
318.24/319.70	c 15333[?] -1454[?] 30[?]  is mandatory 
318.24/319.70	c qxplain 410/410
318.24/319.73	c 15334[?] -30[?] 1454[?]  is mandatory 
318.24/319.73	c qxplain 378/409
318.24/319.74	c qxplain 394/409
318.24/319.76	c qxplain 402/409
318.24/319.77	c qxplain 406/409
318.24/319.77	c qxplain 408/409
318.24/319.78	c qxplain 409/409
318.24/319.79	c 15335[?] -1455[?] 31[?]  is mandatory 
318.24/319.79	c qxplain 408/408
318.34/319.81	c 15336[?] -31[?] 1455[?]  is mandatory 
318.34/319.81	c qxplain 406/407
318.34/319.83	c qxplain 407/407
318.34/319.83	c 15337[?] -1456[?] 32[?]  is mandatory 
318.34/319.83	c qxplain 406/406
318.34/319.85	c 15338[?] -32[?] 1456[?]  is mandatory 
318.34/319.85	c qxplain 402/405
318.34/319.86	c qxplain 404/405
318.34/319.87	c qxplain 405/405
318.34/319.88	c 15339[?] -1457[?] 33[?]  is mandatory 
318.34/319.88	c qxplain 404/404
318.44/319.93	c 15340[?] 1457[?] -33[?]  is mandatory 
318.44/319.93	c qxplain 402/403
318.44/319.95	c qxplain 403/403
318.44/319.96	c 15341[?] -1458[?] 34[?]  is mandatory 
318.44/319.96	c qxplain 402/402
318.44/319.98	c 15342[?] -34[?] 1458[?]  is mandatory 
318.44/319.98	c qxplain 394/401
318.44/319.99	c qxplain 398/401
318.54/320.00	c qxplain 400/401
318.54/320.01	c qxplain 401/401
318.54/320.02	c 15343[?] -1459[?] 35[?]  is mandatory 
318.54/320.02	c qxplain 400/400
318.54/320.03	c 15344[?] -35[?] 1459[?]  is mandatory 
318.54/320.03	c qxplain 398/399
318.54/320.04	c qxplain 399/399
318.54/320.05	c 15345[?] -1460[?] 36[?]  is mandatory 
318.54/320.05	c qxplain 398/398
318.54/320.06	c 15346[?] -36[?] 1460[?]  is mandatory 
318.54/320.06	c qxplain 394/397
318.54/320.07	c qxplain 396/397
318.54/320.08	c qxplain 397/397
318.54/320.09	c 15347[?] -1461[?] 37[?]  is mandatory 
318.54/320.09	c qxplain 396/396
318.64/320.10	c 15348[?] -37[?] 1461[?]  is mandatory 
318.64/320.10	c qxplain 394/395
318.64/320.11	c qxplain 395/395
318.64/320.12	c 15349[?] -1462[?] 38[?]  is mandatory 
318.64/320.12	c qxplain 394/394
318.64/320.13	c 15350[?] -38[?] 1462[?]  is mandatory 
318.64/320.13	c qxplain 378/393
318.64/320.14	c qxplain 386/393
318.64/320.15	c qxplain 390/393
318.64/320.16	c qxplain 392/393
318.64/320.17	c qxplain 393/393
318.64/320.18	c 15351[?] -1463[?] 39[?]  is mandatory 
318.64/320.18	c qxplain 392/392
318.64/320.19	c 15352[?] 1463[?] -39[?]  is mandatory 
318.64/320.19	c qxplain 390/391
318.74/320.21	c qxplain 391/391
318.74/320.22	c 15353[?] -1464[?] 40[?]  is mandatory 
318.74/320.22	c qxplain 390/390
318.74/320.25	c 15354[?] 1464[?] -40[?]  is mandatory 
318.74/320.25	c qxplain 386/389
318.74/320.26	c qxplain 388/389
318.74/320.27	c qxplain 389/389
318.74/320.28	c 15355[?] -1465[?] 41[?]  is mandatory 
318.74/320.28	c qxplain 388/388
318.84/320.30	c 15356[?] 1465[?] -41[?]  is mandatory 
318.84/320.30	c qxplain 386/387
318.84/320.32	c qxplain 387/387
318.84/320.33	c 15357[?] -1466[?] 42[?]  is mandatory 
318.84/320.33	c qxplain 386/386
318.84/320.34	c 15358[?] 1466[?] -42[?]  is mandatory 
318.84/320.34	c qxplain 378/385
318.84/320.35	c qxplain 382/385
318.84/320.36	c qxplain 384/385
318.84/320.37	c qxplain 385/385
318.84/320.38	c 15359[?] -1467[?] 43[?]  is mandatory 
318.84/320.38	c qxplain 384/384
318.94/320.40	c 15360[?] 1467[?] -43[?]  is mandatory 
318.94/320.40	c qxplain 382/383
318.94/320.41	c qxplain 383/383
318.94/320.42	c 15361[?] -1468[?] 44[?]  is mandatory 
318.94/320.42	c qxplain 382/382
318.94/320.44	c 15362[?] 1468[?] -44[?]  is mandatory 
318.94/320.44	c qxplain 378/381
318.94/320.45	c qxplain 380/381
318.94/320.47	c qxplain 381/381
318.94/320.48	c 15363[?] -1469[?] 45[?]  is mandatory 
318.94/320.48	c qxplain 380/380
318.94/320.49	c 15364[?] 1469[?] -45[?]  is mandatory 
318.94/320.50	c qxplain 378/379
319.04/320.51	c qxplain 379/379
319.04/320.52	c 15365[?] -1470[?] 46[?]  is mandatory 
319.04/320.52	c qxplain 378/378
319.04/320.53	c 15366[?] 1470[?] -46[?]  is mandatory 
319.04/320.53	c qxplain 252/377
319.04/320.53	c qxplain 315/377
319.04/320.54	c qxplain 347/377
319.04/320.55	c qxplain 363/377
319.04/320.55	c qxplain 371/377
319.04/320.56	c qxplain 375/377
319.04/320.57	c qxplain 377/377
319.04/320.58	c 15367[?] 47[?] -1471[?]  is mandatory 
319.04/320.58	c qxplain 375/376
319.04/320.59	c qxplain 376/376
319.04/320.60	c 15368[?] 1471[?] -47[?]  is mandatory 
319.04/320.60	c qxplain 375/375
319.04/320.62	c 15369[?] 48[?] -1472[?]  is mandatory 
319.04/320.62	c qxplain 371/374
319.15/320.63	c qxplain 373/374
319.15/320.64	c qxplain 374/374
319.15/320.65	c 15370[?] 1472[?] -48[?]  is mandatory 
319.15/320.65	c qxplain 373/373
319.15/320.66	c 15371[?] -1473[?] 49[?]  is mandatory 
319.15/320.66	c qxplain 371/372
319.15/320.67	c qxplain 372/372
319.26/320.73	c 15372[?] 1473[?] -49[?]  is mandatory 
319.26/320.73	c qxplain 371/371
319.26/320.75	c 15373[?] -1474[?] 50[?]  is mandatory 
319.26/320.75	c qxplain 363/370
319.26/320.76	c qxplain 367/370
319.26/320.77	c qxplain 369/370
319.26/320.79	c qxplain 370/370
319.34/320.82	c 15374[?] 1474[?] -50[?]  is mandatory 
319.34/320.82	c qxplain 369/369
319.34/320.84	c 15375[?] -1475[?] 51[?]  is mandatory 
319.34/320.84	c qxplain 367/368
319.34/320.85	c qxplain 368/368
319.34/320.86	c 15376[?] 1475[?] -51[?]  is mandatory 
319.34/320.86	c qxplain 367/367
319.34/320.88	c 15377[?] -1476[?] 52[?]  is mandatory 
319.34/320.88	c qxplain 363/366
319.34/320.89	c qxplain 365/366
319.44/320.91	c qxplain 366/366
319.44/320.92	c 15378[?] 1476[?] -52[?]  is mandatory 
319.44/320.92	c qxplain 365/365
319.44/320.94	c 15379[?] 53[?] -1477[?]  is mandatory 
319.44/320.94	c qxplain 363/364
319.44/320.95	c qxplain 364/364
319.44/320.96	c 15380[?] 1477[?] -53[?]  is mandatory 
319.44/320.96	c qxplain 363/363
319.44/320.97	c 15381[?] -1478[?] 54[?]  is mandatory 
319.44/320.97	c qxplain 347/362
319.44/320.98	c qxplain 355/362
319.44/320.99	c qxplain 359/362
319.54/321.00	c qxplain 361/362
319.54/321.01	c qxplain 362/362
319.54/321.03	c 15382[?] -54[?] 1478[?]  is mandatory 
319.54/321.03	c qxplain 361/361
319.54/321.04	c 15383[?] -1479[?] 55[?]  is mandatory 
319.54/321.04	c qxplain 359/360
319.54/321.05	c qxplain 360/360
319.54/321.06	c 15384[?] -55[?] 1479[?]  is mandatory 
319.54/321.06	c qxplain 359/359
319.54/321.07	c 15385[?] -1480[?] 56[?]  is mandatory 
319.54/321.07	c qxplain 355/358
319.54/321.08	c qxplain 357/358
319.54/321.09	c qxplain 358/358
319.64/321.10	c 15386[?] -56[?] 1480[?]  is mandatory 
319.64/321.10	c qxplain 357/357
319.64/321.11	c 15387[?] -1481[?] 57[?]  is mandatory 
319.64/321.11	c qxplain 355/356
319.64/321.12	c qxplain 356/356
319.64/321.13	c 15388[?] -57[?] 1481[?]  is mandatory 
319.64/321.13	c qxplain 355/355
319.64/321.15	c 15389[?] -1482[?] 58[?]  is mandatory 
319.64/321.15	c qxplain 347/354
319.64/321.16	c qxplain 351/354
319.64/321.16	c qxplain 353/354
319.64/321.17	c qxplain 354/354
319.64/321.18	c 15390[?] -58[?] 1482[?]  is mandatory 
319.64/321.18	c qxplain 353/353
319.64/321.20	c 15391[?] -1483[?] 59[?]  is mandatory 
319.64/321.20	c qxplain 351/352
319.74/321.21	c qxplain 352/352
319.74/321.22	c 15392[?] -59[?] 1483[?]  is mandatory 
319.74/321.22	c qxplain 351/351
319.74/321.23	c 15393[?] -1484[?] 60[?]  is mandatory 
319.74/321.23	c qxplain 347/350
319.74/321.24	c qxplain 349/350
319.74/321.25	c qxplain 350/350
319.74/321.26	c 15394[?] -60[?] 1484[?]  is mandatory 
319.74/321.26	c qxplain 349/349
319.74/321.27	c 15395[?] -1485[?] 61[?]  is mandatory 
319.74/321.27	c qxplain 347/348
319.74/321.28	c qxplain 348/348
319.74/321.29	c 15396[?] -61[?] 1485[?]  is mandatory 
319.74/321.29	c qxplain 347/347
319.84/321.30	c 15397[?] -1486[?] 62[?]  is mandatory 
319.84/321.30	c qxplain 315/346
319.84/321.31	c qxplain 331/346
319.84/321.32	c qxplain 339/346
319.84/321.33	c qxplain 343/346
319.84/321.34	c qxplain 345/346
319.84/321.35	c qxplain 346/346
319.84/321.36	c 15398[?] -62[?] 1486[?]  is mandatory 
319.84/321.36	c qxplain 345/345
319.84/321.37	c 15399[?] -1487[?] 63[?]  is mandatory 
319.84/321.37	c qxplain 343/344
319.84/321.38	c qxplain 344/344
319.84/321.39	c 15400[?] -63[?] 1487[?]  is mandatory 
319.84/321.39	c qxplain 343/343
319.94/321.40	c 15401[?] -1488[?] 64[?]  is mandatory 
319.94/321.40	c qxplain 339/342
319.94/321.41	c qxplain 341/342
319.94/321.42	c qxplain 342/342
319.94/321.43	c 15402[?] -64[?] 1488[?]  is mandatory 
319.94/321.43	c qxplain 341/341
319.94/321.45	c 15403[?] -1489[?] 65[?]  is mandatory 
319.94/321.45	c qxplain 339/340
319.94/321.45	c qxplain 340/340
319.94/321.47	c 15404[?] -65[?] 1489[?]  is mandatory 
319.94/321.47	c qxplain 339/339
319.94/321.48	c 15405[?] -1490[?] 66[?]  is mandatory 
319.94/321.48	c qxplain 331/338
319.94/321.48	c qxplain 335/338
319.94/321.49	c qxplain 337/338
320.04/321.50	c qxplain 338/338
320.04/321.51	c 15406[?] -66[?] 1490[?]  is mandatory 
320.04/321.51	c qxplain 337/337
320.04/321.53	c 15407[?] -1491[?] 67[?]  is mandatory 
320.04/321.53	c qxplain 335/336
320.04/321.53	c qxplain 336/336
320.04/321.55	c 15408[?] -67[?] 1491[?]  is mandatory 
320.04/321.55	c qxplain 335/335
320.04/321.56	c 15409[?] -1492[?] 68[?]  is mandatory 
320.04/321.56	c qxplain 331/334
320.04/321.57	c qxplain 333/334
320.04/321.58	c qxplain 334/334
320.04/321.59	c 15410[?] -68[?] 1492[?]  is mandatory 
320.04/321.59	c qxplain 333/333
320.14/321.60	c 15411[?] -1493[?] 69[?]  is mandatory 
320.14/321.60	c qxplain 331/332
320.14/321.61	c qxplain 332/332
320.14/321.62	c 15412[?] -69[?] 1493[?]  is mandatory 
320.14/321.62	c qxplain 331/331
320.14/321.63	c 15413[?] -1494[?] 70[?]  is mandatory 
320.14/321.63	c qxplain 315/330
320.14/321.64	c qxplain 323/330
320.14/321.65	c qxplain 327/330
320.14/321.65	c qxplain 329/330
320.14/321.66	c qxplain 330/330
320.14/321.67	c 15414[?] -70[?] 1494[?]  is mandatory 
320.14/321.67	c qxplain 329/329
320.14/321.69	c 15415[?] -1495[?] 71[?]  is mandatory 
320.14/321.69	c qxplain 327/328
320.14/321.69	c qxplain 328/328
320.14/321.71	c 15416[?] -71[?] 1495[?]  is mandatory 
320.14/321.71	c qxplain 327/327
320.14/321.72	c 15417[?] -1496[?] 72[?]  is mandatory 
320.14/321.72	c qxplain 323/326
320.24/321.73	c qxplain 325/326
320.24/321.74	c qxplain 326/326
320.24/321.75	c 15418[?] -72[?] 1496[?]  is mandatory 
320.24/321.75	c qxplain 325/325
320.24/321.76	c 15419[?] -1497[?] 73[?]  is mandatory 
320.24/321.76	c qxplain 323/324
320.24/321.77	c qxplain 324/324
320.24/321.78	c 15420[?] -73[?] 1497[?]  is mandatory 
320.24/321.78	c qxplain 323/323
320.24/321.79	c 15421[?] -1498[?] 74[?]  is mandatory 
320.24/321.79	c qxplain 315/322
320.24/321.80	c qxplain 319/322
320.24/321.81	c qxplain 321/322
320.24/321.82	c qxplain 322/322
320.36/321.83	c 15422[?] -74[?] 1498[?]  is mandatory 
320.36/321.83	c qxplain 321/321
320.36/321.84	c 15423[?] -1499[?] 75[?]  is mandatory 
320.36/321.84	c qxplain 319/320
320.36/321.85	c qxplain 320/320
320.36/321.86	c 15424[?] -75[?] 1499[?]  is mandatory 
320.36/321.86	c qxplain 319/319
320.36/321.87	c 15425[?] -1500[?] 76[?]  is mandatory 
320.36/321.87	c qxplain 315/318
320.36/321.88	c qxplain 317/318
320.36/321.89	c qxplain 318/318
320.44/321.90	c 15426[?] -76[?] 1500[?]  is mandatory 
320.44/321.90	c qxplain 317/317
320.44/321.91	c 15427[?] -1501[?] 77[?]  is mandatory 
320.44/321.91	c qxplain 315/316
320.44/321.92	c qxplain 316/316
320.44/321.93	c 15428[?] -77[?] 1501[?]  is mandatory 
320.44/321.93	c qxplain 315/315
320.44/321.94	c 15429[?] -1502[?] 78[?]  is mandatory 
320.44/321.94	c qxplain 252/314
320.44/321.95	c qxplain 284/314
320.44/321.96	c qxplain 300/314
320.44/321.97	c qxplain 308/314
320.44/321.98	c qxplain 312/314
320.44/321.99	c qxplain 314/314
320.54/322.00	c 15430[?] -78[?] 1502[?]  is mandatory 
320.54/322.00	c qxplain 312/313
320.54/322.01	c qxplain 313/313
320.54/322.02	c 15431[?] -1503[?] 79[?]  is mandatory 
320.54/322.02	c qxplain 312/312
320.54/322.03	c 15432[?] -79[?] 1503[?]  is mandatory 
320.54/322.03	c qxplain 308/311
320.54/322.04	c qxplain 310/311
320.54/322.05	c qxplain 311/311
320.54/322.06	c 15433[?] -1504[?] 80[?]  is mandatory 
320.54/322.06	c qxplain 310/310
320.54/322.07	c 15434[?] -80[?] 1504[?]  is mandatory 
320.54/322.07	c qxplain 308/309
320.54/322.09	c qxplain 309/309
320.54/322.10	c 15435[?] -1505[?] 81[?]  is mandatory 
320.54/322.10	c qxplain 308/308
320.63/322.11	c 15436[?] -81[?] 1505[?]  is mandatory 
320.63/322.11	c qxplain 300/307
320.63/322.12	c qxplain 304/307
320.63/322.12	c qxplain 306/307
320.63/322.13	c qxplain 307/307
320.63/322.14	c 15437[?] -1506[?] 82[?]  is mandatory 
320.63/322.14	c qxplain 306/306
320.63/322.15	c 15438[?] -82[?] 1506[?]  is mandatory 
320.63/322.15	c qxplain 304/305
320.63/322.17	c qxplain 305/305
320.63/322.18	c 15439[?] -1507[?] 83[?]  is mandatory 
320.63/322.18	c qxplain 304/304
320.63/322.19	c 15440[?] -83[?] 1507[?]  is mandatory 
320.63/322.19	c qxplain 300/303
320.73/322.21	c qxplain 302/303
320.73/322.22	c qxplain 303/303
320.73/322.24	c 15441[?] -1508[?] 84[?]  is mandatory 
320.73/322.24	c qxplain 302/302
320.73/322.25	c 15442[?] -84[?] 1508[?]  is mandatory 
320.73/322.25	c qxplain 300/301
320.73/322.26	c qxplain 301/301
320.73/322.27	c 15443[?] 85[?] -1509[?]  is mandatory 
320.73/322.27	c qxplain 300/300
320.73/322.29	c 15444[?] -85[?] 1509[?]  is mandatory 
320.73/322.29	c qxplain 284/299
320.83/322.31	c qxplain 292/299
320.83/322.32	c qxplain 296/299
320.83/322.33	c qxplain 298/299
320.83/322.34	c qxplain 299/299
320.83/322.35	c 15445[?] 86[?] -1510[?]  is mandatory 
320.83/322.35	c qxplain 298/298
320.83/322.36	c 15446[?] 1510[?] -86[?]  is mandatory 
320.83/322.36	c qxplain 296/297
320.83/322.38	c qxplain 297/297
320.83/322.39	c 15447[?] 87[?] -1511[?]  is mandatory 
320.83/322.39	c qxplain 296/296
320.93/322.40	c 15448[?] -87[?] 1511[?]  is mandatory 
320.93/322.40	c qxplain 292/295
320.93/322.42	c qxplain 294/295
320.93/322.43	c qxplain 295/295
320.93/322.44	c 15449[?] 88[?] -1512[?]  is mandatory 
320.93/322.44	c qxplain 294/294
320.93/322.45	c 15450[?] -88[?] 1512[?]  is mandatory 
320.93/322.45	c qxplain 292/293
320.93/322.47	c qxplain 293/293
320.93/322.48	c 15451[?] 89[?] -1513[?]  is mandatory 
320.93/322.48	c qxplain 292/292
320.93/322.49	c 15452[?] 1513[?] -89[?]  is mandatory 
320.93/322.49	c qxplain 284/291
321.03/322.50	c qxplain 288/291
321.03/322.51	c qxplain 290/291
321.03/322.52	c qxplain 291/291
321.03/322.53	c 15453[?] 90[?] -1514[?]  is mandatory 
321.03/322.53	c qxplain 290/290
321.03/322.55	c 15454[?] 1514[?] -90[?]  is mandatory 
321.03/322.55	c qxplain 288/289
321.03/322.56	c qxplain 289/289
321.03/322.57	c 15455[?] -1515[?] 91[?]  is mandatory 
321.03/322.57	c qxplain 288/288
321.03/322.58	c 15456[?] 1515[?] -91[?]  is mandatory 
321.03/322.58	c qxplain 284/287
321.03/322.59	c qxplain 286/287
321.13/322.60	c qxplain 287/287
321.13/322.62	c 15457[?] -1516[?] 92[?]  is mandatory 
321.13/322.62	c qxplain 286/286
321.13/322.63	c 15458[?] 1516[?] -92[?]  is mandatory 
321.13/322.63	c qxplain 284/285
321.13/322.64	c qxplain 285/285
321.13/322.66	c 15459[?] 93[?] -1517[?]  is mandatory 
321.13/322.66	c qxplain 284/284
321.13/322.67	c 15460[?] -93[?] 1517[?]  is mandatory 
321.13/322.67	c qxplain 252/283
321.13/322.68	c qxplain 268/283
321.23/322.71	c qxplain 276/283
321.23/322.73	c qxplain 280/283
321.23/322.74	c qxplain 282/283
321.23/322.75	c qxplain 283/283
321.23/322.76	c 15461[?] -1518[?] 94[?]  is mandatory 
321.23/322.76	c qxplain 282/282
321.23/322.77	c 15462[?] -94[?] 1518[?]  is mandatory 
321.23/322.77	c qxplain 280/281
321.23/322.78	c qxplain 281/281
321.23/322.79	c 15463[?] 95[?] -1519[?]  is mandatory 
321.23/322.79	c qxplain 280/280
321.23/322.80	c 15464[?] 1519[?] -95[?]  is mandatory 
321.23/322.80	c qxplain 276/279
321.23/322.82	c qxplain 278/279
321.34/322.83	c qxplain 279/279
321.34/322.84	c 15465[?] 96[?] -1520[?]  is mandatory 
321.34/322.84	c qxplain 278/278
321.34/322.85	c 15466[?] -96[?] 1520[?]  is mandatory 
321.34/322.85	c qxplain 276/277
321.34/322.86	c qxplain 277/277
321.34/322.87	c 15467[?] 97[?] -1521[?]  is mandatory 
321.34/322.87	c qxplain 276/276
321.34/322.88	c 15468[?] 1521[?] -97[?]  is mandatory 
321.34/322.88	c qxplain 268/275
321.34/322.89	c qxplain 272/275
321.34/322.91	c qxplain 274/275
321.46/322.92	c qxplain 275/275
321.46/322.93	c 15469[?] -1522[?] 98[?]  is mandatory 
321.46/322.93	c qxplain 274/274
321.46/322.94	c 15470[?] -98[?] 1522[?]  is mandatory 
321.46/322.94	c qxplain 272/273
321.46/322.95	c qxplain 273/273
321.46/322.96	c 15471[?] 99[?] -1523[?]  is mandatory 
321.46/322.96	c qxplain 272/272
321.46/322.98	c 15472[?] 1523[?] -99[?]  is mandatory 
321.46/322.98	c qxplain 268/271
321.46/322.99	c qxplain 270/271
321.54/323.00	c qxplain 271/271
321.54/323.02	c 15473[?] -1524[?] 100[?]  is mandatory 
321.54/323.02	c qxplain 270/270
321.54/323.03	c 15474[?] 1524[?] -100[?]  is mandatory 
321.54/323.03	c qxplain 268/269
321.54/323.05	c qxplain 269/269
321.54/323.06	c 15475[?] -1525[?] 101[?]  is mandatory 
321.54/323.06	c qxplain 268/268
321.54/323.08	c 15476[?] -101[?] 1525[?]  is mandatory 
321.54/323.08	c qxplain 252/267
321.54/323.09	c qxplain 260/267
321.64/323.10	c qxplain 264/267
321.64/323.11	c qxplain 266/267
321.64/323.12	c qxplain 267/267
321.64/323.14	c 15477[?] -1527[?] 103[?]  is mandatory 
321.64/323.14	c qxplain 266/266
321.64/323.15	c 15478[?] -103[?] 1527[?]  is mandatory 
321.64/323.15	c qxplain 264/265
321.64/323.16	c qxplain 265/265
321.64/323.18	c 15479[?] 104[?] -1528[?]  is mandatory 
321.64/323.18	c qxplain 264/264
321.64/323.19	c 15480[?] 1528[?] -104[?]  is mandatory 
321.64/323.19	c qxplain 260/263
321.74/323.20	c qxplain 262/263
321.74/323.21	c qxplain 263/263
321.74/323.23	c 15481[?] 105[?] -1529[?]  is mandatory 
321.74/323.23	c qxplain 262/262
321.74/323.24	c 15482[?] -105[?] 1529[?]  is mandatory 
321.74/323.24	c qxplain 260/261
321.74/323.25	c qxplain 261/261
321.74/323.26	c 15483[?] 106[?] -1530[?]  is mandatory 
321.74/323.26	c qxplain 260/260
321.74/323.28	c 15484[?] 1530[?] -106[?]  is mandatory 
321.74/323.28	c qxplain 252/259
321.74/323.28	c qxplain 256/259
321.74/323.29	c qxplain 258/259
321.84/323.30	c qxplain 259/259
321.84/323.33	c 15485[?] 107[?] -1531[?]  is mandatory 
321.84/323.33	c qxplain 258/258
321.84/323.34	c 15486[?] -107[?] 1531[?]  is mandatory 
321.84/323.34	c qxplain 256/257
321.84/323.35	c qxplain 257/257
321.84/323.37	c 15487[?] 108[?] -1532[?]  is mandatory 
321.84/323.37	c qxplain 256/256
321.84/323.38	c 15488[?] 1532[?] -108[?]  is mandatory 
321.84/323.38	c qxplain 252/255
321.84/323.39	c qxplain 254/255
321.94/323.40	c qxplain 255/255
321.94/323.42	c 15489[?] -1533[?] 109[?]  is mandatory 
321.94/323.42	c qxplain 254/254
321.94/323.43	c 15490[?] -109[?] 1533[?]  is mandatory 
321.94/323.43	c qxplain 252/253
321.94/323.44	c qxplain 253/253
321.94/323.46	c 15491[?] 110[?] -1534[?]  is mandatory 
321.94/323.46	c qxplain 252/252
321.94/323.48	c 15492[?] 1534[?] -110[?]  is mandatory 
321.94/323.48	c qxplain 0/251
321.94/323.49	c qxplain 126/251
322.04/323.50	c qxplain 189/251
322.04/323.51	c qxplain 221/251
322.04/323.52	c qxplain 237/251
322.04/323.54	c qxplain 245/251
322.04/323.55	c qxplain 249/251
322.04/323.56	c qxplain 251/251
322.04/323.59	c 15493[?] -1535[?] 111[?]  is mandatory 
322.04/323.59	c qxplain 249/250
322.14/323.60	c qxplain 250/250
322.14/323.61	c 15494[?] 1535[?] -111[?]  is mandatory 
322.14/323.61	c qxplain 249/249
322.14/323.63	c 15495[?] -1536[?] 112[?]  is mandatory 
322.14/323.63	c qxplain 245/248
322.14/323.64	c qxplain 247/248
322.14/323.65	c qxplain 248/248
322.14/323.66	c 15496[?] 1536[?] -112[?]  is mandatory 
322.14/323.66	c qxplain 247/247
322.14/323.68	c 15497[?] -1537[?] 113[?]  is mandatory 
322.14/323.68	c qxplain 245/246
322.14/323.69	c qxplain 246/246
322.24/323.71	c 15498[?] -113[?] 1537[?]  is mandatory 
322.24/323.71	c qxplain 245/245
322.24/323.72	c 15499[?] 114[?] -1538[?]  is mandatory 
322.24/323.72	c qxplain 237/244
322.24/323.73	c qxplain 241/244
322.24/323.74	c qxplain 243/244
322.24/323.75	c qxplain 244/244
322.24/323.76	c 15500[?] 1538[?] -114[?]  is mandatory 
322.24/323.76	c qxplain 243/243
322.24/323.78	c 15501[?] 115[?] -1539[?]  is mandatory 
322.24/323.78	c qxplain 241/242
322.24/323.79	c qxplain 242/242
322.34/323.81	c 15502[?] 1539[?] -115[?]  is mandatory 
322.34/323.81	c qxplain 241/241
322.34/323.82	c 15503[?] -1540[?] 116[?]  is mandatory 
322.34/323.82	c qxplain 237/240
322.34/323.84	c qxplain 239/240
322.34/323.85	c qxplain 240/240
322.34/323.86	c 15504[?] 1540[?] -116[?]  is mandatory 
322.34/323.86	c qxplain 239/239
322.34/323.87	c 15505[?] -1541[?] 117[?]  is mandatory 
322.34/323.87	c qxplain 237/238
322.34/323.88	c qxplain 238/238
322.34/323.89	c 15506[?] 1541[?] -117[?]  is mandatory 
322.34/323.89	c qxplain 237/237
322.34/323.91	c 15507[?] -1542[?] 118[?]  is mandatory 
322.34/323.91	c qxplain 221/236
322.44/323.92	c qxplain 229/236
322.44/323.93	c qxplain 233/236
322.44/323.95	c qxplain 235/236
322.44/323.96	c qxplain 236/236
322.44/323.97	c 15508[?] -118[?] 1542[?]  is mandatory 
322.44/323.97	c qxplain 235/235
322.44/323.98	c 15509[?] -1543[?] 119[?]  is mandatory 
322.44/323.98	c qxplain 233/234
322.44/323.99	c qxplain 234/234
322.44/324.01	c 15510[?] 1543[?] -119[?]  is mandatory 
322.44/324.01	c qxplain 233/233
322.56/324.02	c 15511[?] -1544[?] 120[?]  is mandatory 
322.56/324.02	c qxplain 229/232
322.56/324.03	c qxplain 231/232
322.56/324.04	c qxplain 232/232
322.56/324.05	c 15512[?] 1544[?] -120[?]  is mandatory 
322.56/324.05	c qxplain 231/231
322.56/324.07	c 15514[?] -121[?] 1545[?]  is mandatory 
322.56/324.07	c qxplain 229/230
322.56/324.09	c qxplain 230/230
322.64/324.11	c 15515[?] -1546[?] 122[?]  is mandatory 
322.64/324.11	c qxplain 229/229
322.64/324.13	c 15516[?] -122[?] 1546[?]  is mandatory 
322.64/324.13	c qxplain 221/228
322.64/324.15	c qxplain 225/228
322.64/324.16	c qxplain 227/228
322.64/324.17	c qxplain 228/228
322.64/324.19	c 15517[?] 123[?] -1547[?]  is mandatory 
322.64/324.19	c qxplain 227/227
322.74/324.20	c 15518[?] 1547[?] -123[?]  is mandatory 
322.74/324.20	c qxplain 225/226
322.74/324.21	c qxplain 226/226
322.74/324.23	c 15519[?] 124[?] -1548[?]  is mandatory 
322.74/324.23	c qxplain 225/225
322.74/324.25	c 15520[?] -124[?] 1548[?]  is mandatory 
322.74/324.25	c qxplain 221/224
322.74/324.26	c qxplain 223/224
322.74/324.26	c qxplain 224/224
322.74/324.28	c 15521[?] 125[?] -1549[?]  is mandatory 
322.74/324.28	c qxplain 223/223
322.74/324.30	c 15522[?] 1549[?] -125[?]  is mandatory 
322.74/324.30	c qxplain 221/222
322.84/324.30	c qxplain 222/222
322.84/324.32	c 15523[?] 126[?] -1550[?]  is mandatory 
322.84/324.32	c qxplain 221/221
322.84/324.34	c 15524[?] -126[?] 1550[?]  is mandatory 
322.84/324.34	c qxplain 189/220
322.84/324.35	c qxplain 205/220
322.84/324.37	c qxplain 213/220
322.84/324.38	c qxplain 217/220
322.84/324.39	c qxplain 219/220
322.94/324.40	c qxplain 220/220
322.94/324.41	c 15525[?] 127[?] -1551[?]  is mandatory 
322.94/324.41	c qxplain 219/219
322.94/324.43	c 15526[?] 1551[?] -127[?]  is mandatory 
322.94/324.43	c qxplain 217/218
322.94/324.44	c qxplain 218/218
322.94/324.45	c 15527[?] 128[?] -1552[?]  is mandatory 
322.94/324.45	c qxplain 217/217
322.94/324.47	c 15528[?] -128[?] 1552[?]  is mandatory 
322.94/324.47	c qxplain 213/216
322.94/324.48	c qxplain 215/216
322.94/324.49	c qxplain 216/216
323.04/324.50	c 15529[?] 129[?] -1553[?]  is mandatory 
323.04/324.50	c qxplain 215/215
323.04/324.51	c 15530[?] 1553[?] -129[?]  is mandatory 
323.04/324.51	c qxplain 213/214
323.04/324.52	c qxplain 214/214
323.04/324.54	c 15531[?] 130[?] -1554[?]  is mandatory 
323.04/324.54	c qxplain 213/213
323.04/324.55	c 15532[?] 1554[?] -130[?]  is mandatory 
323.04/324.56	c qxplain 205/212
323.04/324.56	c qxplain 209/212
323.04/324.57	c qxplain 211/212
323.04/324.58	c qxplain 212/212
323.04/324.60	c 15533[?] 131[?] -1555[?]  is mandatory 
323.04/324.60	c qxplain 211/211
323.14/324.61	c 15534[?] 1555[?] -131[?]  is mandatory 
323.14/324.61	c qxplain 209/210
323.14/324.62	c qxplain 210/210
323.14/324.63	c 15535[?] -1556[?] 132[?]  is mandatory 
323.14/324.63	c qxplain 209/209
323.14/324.65	c 15536[?] -132[?] 1556[?]  is mandatory 
323.14/324.65	c qxplain 205/208
323.14/324.66	c qxplain 207/208
323.14/324.67	c qxplain 208/208
323.14/324.68	c 15537[?] 133[?] -1557[?]  is mandatory 
323.14/324.68	c qxplain 207/207
323.14/324.69	c 15538[?] 1557[?] -133[?]  is mandatory 
323.14/324.69	c qxplain 205/206
323.24/324.70	c qxplain 206/206
323.24/324.71	c 15539[?] 134[?] -1558[?]  is mandatory 
323.24/324.71	c qxplain 205/205
323.24/324.73	c 15540[?] -134[?] 1558[?]  is mandatory 
323.24/324.73	c qxplain 189/204
323.24/324.74	c qxplain 197/204
323.24/324.78	c qxplain 201/204
323.24/324.79	c qxplain 203/204
323.34/324.80	c qxplain 204/204
323.34/324.81	c 15541[?] 135[?] -1559[?]  is mandatory 
323.34/324.81	c qxplain 203/203
323.34/324.82	c 15542[?] -135[?] 1559[?]  is mandatory 
323.34/324.82	c qxplain 201/202
323.34/324.83	c qxplain 202/202
323.34/324.85	c 15543[?] -1560[?] 136[?]  is mandatory 
323.34/324.85	c qxplain 201/201
323.34/324.87	c 15544[?] 1560[?] -136[?]  is mandatory 
323.34/324.87	c qxplain 197/200
323.34/324.88	c qxplain 199/200
323.34/324.89	c qxplain 200/200
323.44/324.90	c 15545[?] 137[?] -1561[?]  is mandatory 
323.44/324.90	c qxplain 199/199
323.44/324.91	c 15546[?] -137[?] 1561[?]  is mandatory 
323.44/324.91	c qxplain 197/198
323.44/324.93	c qxplain 198/198
323.44/324.94	c 15547[?] -1562[?] 138[?]  is mandatory 
323.44/324.94	c qxplain 197/197
323.44/324.96	c 15548[?] 1562[?] -138[?]  is mandatory 
323.44/324.96	c qxplain 189/196
323.44/324.97	c qxplain 193/196
323.44/324.98	c qxplain 195/196
323.44/325.00	c qxplain 196/196
323.54/325.02	c 15549[?] -1563[?] 139[?]  is mandatory 
323.54/325.02	c qxplain 195/195
323.66/325.16	c 15550[?] 1563[?] -139[?]  is mandatory 
323.66/325.16	c qxplain 193/194
323.66/325.18	c qxplain 194/194
323.74/325.21	c 15552[?] -140[?] 1564[?]  is mandatory 
323.74/325.21	c qxplain 193/193
323.74/325.22	c 15553[?] 141[?] -1565[?]  is mandatory 
323.74/325.22	c qxplain 189/192
323.74/325.23	c qxplain 191/192
323.74/325.24	c qxplain 192/192
323.74/325.25	c 15554[?] -141[?] 1565[?]  is mandatory 
323.74/325.25	c qxplain 191/191
323.74/325.27	c 15591[?] -1584[?] 160[?]  is mandatory 
323.74/325.27	c qxplain 189/190
323.74/325.28	c qxplain 190/190
323.74/325.29	c 15592[?] 1584[?] -160[?]  is mandatory 
323.74/325.29	c qxplain 189/189
323.84/325.31	c 15593[?] -1585[?] 161[?]  is mandatory 
323.84/325.31	c qxplain 126/188
323.84/325.33	c qxplain 158/188
323.84/325.34	c qxplain 174/188
323.84/325.35	c qxplain 182/188
323.84/325.36	c qxplain 186/188
323.84/325.36	c qxplain 188/188
323.84/325.38	c 15594[?] 1585[?] -161[?]  is mandatory 
323.84/325.38	c qxplain 186/187
323.84/325.38	c qxplain 187/187
323.94/325.41	c 15595[?] 162[?] -1586[?]  is mandatory 
323.94/325.41	c qxplain 186/186
323.94/325.42	c 15596[?] 1586[?] -162[?]  is mandatory 
323.94/325.42	c qxplain 182/185
323.94/325.44	c qxplain 184/185
323.94/325.46	c qxplain 185/185
324.04/325.50	c 15597[?] 163[?] -1587[?]  is mandatory 
324.04/325.50	c qxplain 184/184
324.04/325.52	c 15598[?] 1587[?] -163[?]  is mandatory 
324.04/325.52	c qxplain 182/183
324.04/325.53	c qxplain 183/183
324.04/325.55	c 15599[?] 164[?] -1588[?]  is mandatory 
324.04/325.55	c qxplain 182/182
324.04/325.57	c 15600[?] -164[?] 1588[?]  is mandatory 
324.04/325.57	c qxplain 174/181
324.04/325.58	c qxplain 178/181
324.04/325.59	c qxplain 180/181
324.04/325.60	c qxplain 181/181
324.14/325.63	c 15601[?] -1589[?] 165[?]  is mandatory 
324.14/325.63	c qxplain 180/180
324.14/325.65	c 15602[?] 1589[?] -165[?]  is mandatory 
324.14/325.65	c qxplain 178/179
324.14/325.66	c qxplain 179/179
324.14/325.69	c 15603[?] -1590[?] 166[?]  is mandatory 
324.14/325.69	c qxplain 178/178
324.24/325.71	c 15604[?] 1590[?] -166[?]  is mandatory 
324.24/325.71	c qxplain 174/177
324.24/325.72	c qxplain 176/177
324.24/325.73	c qxplain 177/177
324.24/325.75	c 15605[?] 167[?] -1591[?]  is mandatory 
324.24/325.75	c qxplain 176/176
324.24/325.77	c 15606[?] -167[?] 1591[?]  is mandatory 
324.24/325.77	c qxplain 174/175
324.24/325.78	c qxplain 175/175
324.34/325.84	c 15607[?] -1592[?] 168[?]  is mandatory 
324.34/325.84	c qxplain 174/174
324.34/325.86	c 15608[?] 1592[?] -168[?]  is mandatory 
324.34/325.86	c qxplain 158/173
324.34/325.87	c qxplain 166/173
324.34/325.88	c qxplain 170/173
324.34/325.88	c qxplain 172/173
324.34/325.89	c qxplain 173/173
324.54/326.04	c 15609[?] 169[?] -1593[?]  is mandatory 
324.54/326.04	c qxplain 172/172
324.54/326.06	c 15610[?] 1593[?] -169[?]  is mandatory 
324.54/326.06	c qxplain 170/171
324.54/326.07	c qxplain 171/171
324.54/326.09	c 15611[?] 170[?] -1594[?]  is mandatory 
324.54/326.09	c qxplain 170/170
324.54/326.10	c 15612[?] -170[?] 1594[?]  is mandatory 
324.54/326.10	c qxplain 166/169
324.54/326.11	c qxplain 168/169
324.54/326.12	c qxplain 169/169
324.64/326.20	c 15613[?] 171[?] -1595[?]  is mandatory 
324.64/326.20	c qxplain 168/168
324.64/326.21	c 15614[?] 1595[?] -171[?]  is mandatory 
324.64/326.21	c qxplain 166/167
324.64/326.22	c qxplain 167/167
324.76/326.24	c 15615[?] -1596[?] 172[?]  is mandatory 
324.76/326.24	c qxplain 166/166
324.76/326.25	c 15616[?] 1596[?] -172[?]  is mandatory 
324.76/326.25	c qxplain 158/165
324.76/326.26	c qxplain 162/165
324.76/326.27	c qxplain 164/165
324.76/326.27	c qxplain 165/165
324.84/326.31	c 15617[?] -1597[?] 173[?]  is mandatory 
324.84/326.31	c qxplain 164/164
324.84/326.32	c 15618[?] 1597[?] -173[?]  is mandatory 
324.84/326.32	c qxplain 162/163
324.84/326.34	c qxplain 163/163
324.84/326.35	c 15619[?] 174[?] -1598[?]  is mandatory 
324.84/326.35	c qxplain 162/162
324.84/326.37	c 15620[?] -174[?] 1598[?]  is mandatory 
324.84/326.37	c qxplain 158/161
324.84/326.38	c qxplain 160/161
324.84/326.39	c qxplain 161/161
324.94/326.46	c 15621[?] -1599[?] 175[?]  is mandatory 
324.94/326.46	c qxplain 160/160
324.94/326.47	c 15622[?] 1599[?] -175[?]  is mandatory 
324.94/326.47	c qxplain 158/159
324.94/326.48	c qxplain 159/159
325.03/326.56	c 15623[?] 176[?] -1600[?]  is mandatory 
325.03/326.56	c qxplain 158/158
325.03/326.58	c 15624[?] 1600[?] -176[?]  is mandatory 
325.03/326.58	c qxplain 126/157
325.03/326.59	c qxplain 142/157
325.03/326.60	c qxplain 150/157
325.14/326.61	c qxplain 154/157
325.14/326.62	c qxplain 156/157
325.14/326.63	c qxplain 157/157
325.14/326.64	c 15625[?] 177[?] -1601[?]  is mandatory 
325.14/326.64	c qxplain 156/156
325.14/326.65	c 15626[?] 1601[?] -177[?]  is mandatory 
325.14/326.65	c qxplain 154/155
325.14/326.66	c qxplain 155/155
325.14/326.69	c 15627[?] -1602[?] 178[?]  is mandatory 
325.14/326.69	c qxplain 154/154
325.24/326.70	c 15628[?] 1602[?] -178[?]  is mandatory 
325.24/326.70	c qxplain 150/153
325.24/326.71	c qxplain 152/153
325.24/326.73	c qxplain 153/153
325.24/326.79	c 15629[?] -1603[?] 179[?]  is mandatory 
325.24/326.79	c qxplain 152/152
325.34/326.81	c 15630[?] 1603[?] -179[?]  is mandatory 
325.34/326.81	c qxplain 150/151
325.34/326.82	c qxplain 151/151
325.34/326.83	c 15631[?] 180[?] -1604[?]  is mandatory 
325.34/326.83	c qxplain 150/150
325.34/326.84	c 15632[?] 1604[?] -180[?]  is mandatory 
325.34/326.84	c qxplain 142/149
325.34/326.85	c qxplain 146/149
325.34/326.87	c qxplain 148/149
325.34/326.87	c qxplain 149/149
325.34/326.89	c 15633[?] -1605[?] 181[?]  is mandatory 
325.34/326.89	c qxplain 148/148
325.44/326.90	c 15634[?] -181[?] 1605[?]  is mandatory 
325.44/326.90	c qxplain 146/147
325.44/326.91	c qxplain 147/147
325.44/326.92	c 15635[?] 182[?] -1606[?]  is mandatory 
325.44/326.92	c qxplain 146/146
325.44/326.93	c 15636[?] 1606[?] -182[?]  is mandatory 
325.44/326.93	c qxplain 142/145
325.44/326.94	c qxplain 144/145
325.44/326.95	c qxplain 145/145
325.44/326.96	c 15637[?] -1607[?] 183[?]  is mandatory 
325.44/326.96	c qxplain 144/144
325.44/326.98	c 15638[?] -183[?] 1607[?]  is mandatory 
325.44/326.98	c qxplain 142/143
325.44/326.99	c qxplain 143/143
325.54/327.00	c 15639[?] -1608[?] 184[?]  is mandatory 
325.54/327.00	c qxplain 142/142
325.54/327.01	c 15640[?] -184[?] 1608[?]  is mandatory 
325.54/327.01	c qxplain 126/141
325.54/327.02	c qxplain 134/141
325.54/327.03	c qxplain 138/141
325.54/327.04	c qxplain 140/141
325.54/327.05	c qxplain 141/141
325.54/327.06	c 15641[?] 185[?] -1609[?]  is mandatory 
325.54/327.06	c qxplain 140/140
325.54/327.08	c 15642[?] -185[?] 1609[?]  is mandatory 
325.54/327.08	c qxplain 138/139
325.54/327.09	c qxplain 139/139
325.64/327.10	c 15643[?] -1610[?] 186[?]  is mandatory 
325.64/327.10	c qxplain 138/138
325.64/327.12	c 15644[?] -186[?] 1610[?]  is mandatory 
325.64/327.12	c qxplain 134/137
325.64/327.13	c qxplain 136/137
325.64/327.13	c qxplain 137/137
325.64/327.15	c 15645[?] 187[?] -1611[?]  is mandatory 
325.64/327.15	c qxplain 136/136
325.64/327.16	c 15646[?] -187[?] 1611[?]  is mandatory 
325.64/327.16	c qxplain 134/135
325.64/327.17	c qxplain 135/135
325.64/327.19	c 15647[?] 188[?] -1612[?]  is mandatory 
325.64/327.19	c qxplain 134/134
325.64/327.20	c 15648[?] -188[?] 1612[?]  is mandatory 
325.64/327.20	c qxplain 126/133
325.64/327.21	c qxplain 130/133
325.64/327.22	c qxplain 132/133
325.75/327.23	c qxplain 133/133
325.75/327.25	c 15649[?] 189[?] -1613[?]  is mandatory 
325.75/327.25	c qxplain 132/132
325.75/327.26	c 15650[?] -189[?] 1613[?]  is mandatory 
325.75/327.26	c qxplain 130/131
325.75/327.27	c qxplain 131/131
325.75/327.29	c 15651[?] 190[?] -1614[?]  is mandatory 
325.75/327.29	c qxplain 130/130
325.75/327.30	c 15652[?] -190[?] 1614[?]  is mandatory 
325.75/327.30	c qxplain 126/129
325.75/327.31	c qxplain 128/129
325.75/327.32	c qxplain 129/129
325.86/327.33	c 15653[?] 191[?] -1615[?]  is mandatory 
325.86/327.33	c qxplain 128/128
325.86/327.34	c 15654[?] -191[?] 1615[?]  is mandatory 
325.86/327.34	c qxplain 126/127
325.86/327.35	c qxplain 127/127
325.86/327.37	c 15655[?] 192[?] -1616[?]  is mandatory 
325.86/327.37	c qxplain 126/126
325.86/327.38	c 15656[?] -192[?] 1616[?]  is mandatory 
325.86/327.38	c qxplain 0/125
325.86/327.39	c qxplain 63/125
325.94/327.40	c qxplain 95/125
325.94/327.41	c qxplain 111/125
325.94/327.42	c qxplain 119/125
325.94/327.43	c qxplain 123/125
325.94/327.43	c qxplain 125/125
325.94/327.45	c 15657[?] 193[?] -1617[?]  is mandatory 
325.94/327.45	c qxplain 123/124
325.94/327.46	c qxplain 124/124
325.94/327.47	c 15658[?] -193[?] 1617[?]  is mandatory 
325.94/327.47	c qxplain 123/123
325.94/327.49	c 15659[?] 194[?] -1618[?]  is mandatory 
325.94/327.49	c qxplain 119/122
326.04/327.50	c qxplain 121/122
326.04/327.51	c qxplain 122/122
326.04/327.52	c 15660[?] -194[?] 1618[?]  is mandatory 
326.04/327.52	c qxplain 121/121
326.04/327.54	c 15661[?] 195[?] -1619[?]  is mandatory 
326.04/327.54	c qxplain 119/120
326.04/327.56	c qxplain 120/120
326.04/327.57	c 15662[?] -195[?] 1619[?]  is mandatory 
326.04/327.57	c qxplain 119/119
326.04/327.58	c 15663[?] 196[?] -1620[?]  is mandatory 
326.04/327.58	c qxplain 111/118
326.04/327.60	c qxplain 115/118
326.14/327.60	c qxplain 117/118
326.14/327.61	c qxplain 118/118
326.14/327.62	c 15664[?] -196[?] 1620[?]  is mandatory 
326.14/327.62	c qxplain 117/117
326.14/327.64	c 15665[?] 197[?] -1621[?]  is mandatory 
326.14/327.64	c qxplain 115/116
326.14/327.65	c qxplain 116/116
326.14/327.66	c 15666[?] -197[?] 1621[?]  is mandatory 
326.14/327.66	c qxplain 115/115
326.14/327.68	c 15667[?] -1622[?] 198[?]  is mandatory 
326.14/327.68	c qxplain 111/114
326.14/327.69	c qxplain 113/114
326.24/327.70	c qxplain 114/114
326.24/327.71	c 15668[?] -198[?] 1622[?]  is mandatory 
326.24/327.71	c qxplain 113/113
326.24/327.73	c 15669[?] 199[?] -1623[?]  is mandatory 
326.24/327.73	c qxplain 111/112
326.24/327.74	c qxplain 112/112
326.24/327.75	c 15670[?] -199[?] 1623[?]  is mandatory 
326.24/327.75	c qxplain 111/111
326.24/327.77	c 15671[?] 200[?] -1624[?]  is mandatory 
326.24/327.77	c qxplain 95/110
326.24/327.78	c qxplain 103/110
326.24/327.79	c qxplain 107/110
326.24/327.79	c qxplain 109/110
326.34/327.80	c qxplain 110/110
326.34/327.81	c 15672[?] -200[?] 1624[?]  is mandatory 
326.34/327.81	c qxplain 109/109
326.34/327.82	c 15673[?] -1625[?] 201[?]  is mandatory 
326.34/327.82	c qxplain 107/108
326.34/327.84	c qxplain 108/108
326.34/327.85	c 15674[?] -201[?] 1625[?]  is mandatory 
326.34/327.85	c qxplain 107/107
326.34/327.87	c 15709[?] -2868[?] 20[?]  is mandatory 
326.34/327.87	c qxplain 103/106
326.34/327.88	c qxplain 105/106
326.34/327.89	c qxplain 106/106
326.34/327.90	c 15710[?] -20[?] 2868[?]  is mandatory 
326.34/327.90	c qxplain 105/105
326.44/327.91	c 15711[?] -2869[?] 21[?]  is mandatory 
326.44/327.91	c qxplain 103/104
326.44/327.92	c qxplain 104/104
326.44/327.93	c 15712[?] -21[?] 2869[?]  is mandatory 
326.44/327.93	c qxplain 103/103
326.44/327.94	c 15713[?] -2870[?] 22[?]  is mandatory 
326.44/327.94	c qxplain 95/102
326.44/327.95	c qxplain 99/102
326.44/327.96	c qxplain 101/102
326.44/327.97	c qxplain 102/102
326.44/327.98	c 15714[?] -22[?] 2870[?]  is mandatory 
326.44/327.98	c qxplain 101/101
326.44/327.99	c 15715[?] -2871[?] 23[?]  is mandatory 
326.44/327.99	c qxplain 99/100
326.44/328.00	c qxplain 100/100
326.54/328.01	c 15716[?] -23[?] 2871[?]  is mandatory 
326.54/328.01	c qxplain 99/99
326.54/328.02	c 15717[?] -2872[?] 24[?]  is mandatory 
326.54/328.02	c qxplain 95/98
326.54/328.03	c qxplain 97/98
326.54/328.04	c qxplain 98/98
326.54/328.05	c 15718[?] -24[?] 2872[?]  is mandatory 
326.54/328.05	c qxplain 97/97
326.54/328.06	c 15719[?] -2873[?] 25[?]  is mandatory 
326.54/328.06	c qxplain 95/96
326.54/328.07	c qxplain 96/96
326.54/328.08	c 15720[?] -25[?] 2873[?]  is mandatory 
326.54/328.08	c qxplain 95/95
326.54/328.09	c 15721[?] -2874[?] 26[?]  is mandatory 
326.54/328.09	c qxplain 63/94
326.63/328.11	c qxplain 79/94
326.63/328.12	c qxplain 87/94
326.63/328.13	c qxplain 91/94
326.63/328.14	c qxplain 93/94
326.63/328.15	c qxplain 94/94
326.63/328.16	c 15722[?] -26[?] 2874[?]  is mandatory 
326.63/328.16	c qxplain 93/93
326.63/328.17	c 15723[?] -2875[?] 27[?]  is mandatory 
326.63/328.17	c qxplain 91/92
326.63/328.18	c qxplain 92/92
326.63/328.19	c 15724[?] -27[?] 2875[?]  is mandatory 
326.63/328.19	c qxplain 91/91
326.73/328.20	c 15725[?] -2876[?] 28[?]  is mandatory 
326.73/328.20	c qxplain 87/90
326.73/328.21	c qxplain 89/90
326.73/328.22	c qxplain 90/90
326.73/328.23	c 15726[?] -28[?] 2876[?]  is mandatory 
326.73/328.23	c qxplain 89/89
326.73/328.24	c 15727[?] -2877[?] 29[?]  is mandatory 
326.73/328.24	c qxplain 87/88
326.73/328.25	c qxplain 88/88
326.73/328.26	c 15728[?] -29[?] 2877[?]  is mandatory 
326.73/328.26	c qxplain 87/87
326.73/328.27	c 15729[?] -2878[?] 30[?]  is mandatory 
326.73/328.27	c qxplain 79/86
326.73/328.28	c qxplain 83/86
326.73/328.29	c qxplain 85/86
326.73/328.30	c qxplain 86/86
326.73/328.31	c 15730[?] -30[?] 2878[?]  is mandatory 
326.73/328.31	c qxplain 85/85
326.73/328.32	c 15731[?] -2879[?] 31[?]  is mandatory 
326.73/328.32	c qxplain 83/84
326.84/328.33	c qxplain 84/84
326.84/328.34	c 15732[?] -31[?] 2879[?]  is mandatory 
326.84/328.34	c qxplain 83/83
326.84/328.35	c 15733[?] -2880[?] 32[?]  is mandatory 
326.84/328.35	c qxplain 79/82
326.84/328.36	c qxplain 81/82
326.84/328.37	c qxplain 82/82
326.84/328.38	c 15734[?] -32[?] 2880[?]  is mandatory 
326.84/328.38	c qxplain 81/81
326.84/328.39	c 15735[?] -2881[?] 33[?]  is mandatory 
326.84/328.39	c qxplain 79/80
326.84/328.40	c qxplain 80/80
326.84/328.41	c 15736[?] -33[?] 2881[?]  is mandatory 
326.84/328.41	c qxplain 79/79
326.84/328.42	c 15737[?] -2882[?] 34[?]  is mandatory 
326.84/328.42	c qxplain 63/78
326.95/328.43	c qxplain 71/78
326.95/328.44	c qxplain 75/78
326.95/328.45	c qxplain 77/78
326.95/328.46	c qxplain 78/78
326.95/328.47	c 15738[?] -34[?] 2882[?]  is mandatory 
326.95/328.47	c qxplain 77/77
326.95/328.48	c 15739[?] -2883[?] 35[?]  is mandatory 
326.95/328.48	c qxplain 75/76
326.95/328.49	c qxplain 76/76
327.03/328.50	c 15740[?] -35[?] 2883[?]  is mandatory 
327.03/328.50	c qxplain 75/75
327.03/328.51	c 15741[?] -2884[?] 36[?]  is mandatory 
327.03/328.51	c qxplain 71/74
327.03/328.52	c qxplain 73/74
327.03/328.53	c qxplain 74/74
327.03/328.54	c 15742[?] -36[?] 2884[?]  is mandatory 
327.03/328.54	c qxplain 73/73
327.03/328.55	c 15743[?] -2885[?] 37[?]  is mandatory 
327.03/328.55	c qxplain 71/72
327.03/328.56	c qxplain 72/72
327.03/328.57	c 15744[?] -37[?] 2885[?]  is mandatory 
327.03/328.57	c qxplain 71/71
327.03/328.58	c 15745[?] -2886[?] 38[?]  is mandatory 
327.03/328.58	c qxplain 63/70
327.03/328.59	c qxplain 67/70
327.13/328.60	c qxplain 69/70
327.13/328.61	c qxplain 70/70
327.13/328.62	c 15746[?] -38[?] 2886[?]  is mandatory 
327.13/328.62	c qxplain 69/69
327.13/328.63	c 15747[?] -2887[?] 39[?]  is mandatory 
327.13/328.63	c qxplain 67/68
327.13/328.64	c qxplain 68/68
327.13/328.65	c 15748[?] 2887[?] -39[?]  is mandatory 
327.13/328.65	c qxplain 67/67
327.13/328.66	c 15749[?] -2888[?] 40[?]  is mandatory 
327.13/328.66	c qxplain 63/66
327.13/328.67	c qxplain 65/66
327.13/328.68	c qxplain 66/66
327.13/328.69	c 15750[?] -40[?] 2888[?]  is mandatory 
327.13/328.69	c qxplain 65/65
327.23/328.71	c 15751[?] -2889[?] 41[?]  is mandatory 
327.23/328.71	c qxplain 63/64
327.23/328.72	c qxplain 64/64
327.23/328.74	c 15752[?] 2889[?] -41[?]  is mandatory 
327.23/328.74	c qxplain 63/63
327.23/328.75	c 15753[?] -2890[?] 42[?]  is mandatory 
327.23/328.75	c qxplain 0/62
327.23/328.76	c qxplain 32/62
327.23/328.77	c qxplain 48/62
327.23/328.78	c qxplain 56/62
327.23/328.79	c qxplain 60/62
327.34/328.80	c qxplain 62/62
327.34/328.82	c 15754[?] 2890[?] -42[?]  is mandatory 
327.34/328.82	c qxplain 60/61
327.34/328.83	c qxplain 61/61
327.34/328.84	c 15755[?] -2891[?] 43[?]  is mandatory 
327.34/328.84	c qxplain 60/60
327.34/328.85	c 15756[?] 2891[?] -43[?]  is mandatory 
327.34/328.85	c qxplain 56/59
327.34/328.86	c qxplain 58/59
327.34/328.87	c qxplain 59/59
327.34/328.88	c 15757[?] -2892[?] 44[?]  is mandatory 
327.34/328.88	c qxplain 58/58
327.34/328.89	c 15758[?] 2892[?] -44[?]  is mandatory 
327.34/328.89	c qxplain 56/57
327.44/328.90	c qxplain 57/57
327.44/328.91	c 15759[?] -2893[?] 45[?]  is mandatory 
327.44/328.91	c qxplain 56/56
327.44/328.92	c 15760[?] -45[?] 2893[?]  is mandatory 
327.44/328.92	c qxplain 48/55
327.44/328.93	c qxplain 52/55
327.44/328.94	c qxplain 54/55
327.44/328.95	c qxplain 55/55
327.44/328.96	c 15761[?] -2894[?] 46[?]  is mandatory 
327.44/328.96	c qxplain 54/54
327.44/328.97	c 15762[?] 2894[?] -46[?]  is mandatory 
327.44/328.97	c qxplain 52/53
327.44/328.97	c qxplain 48/51
327.44/328.98	c qxplain 50/51
327.54/329.00	c qxplain 51/51
327.54/329.02	c 15765[?] 48[?] -2896[?]  is mandatory 
327.54/329.02	c qxplain 50/50
327.54/329.03	c 15766[?] -48[?] 2896[?]  is mandatory 
327.54/329.03	c qxplain 48/49
327.54/329.04	c qxplain 49/49
327.54/329.05	c 15767[?] -2897[?] 49[?]  is mandatory 
327.54/329.05	c qxplain 48/48
327.54/329.06	c 15768[?] 2897[?] -49[?]  is mandatory 
327.54/329.06	c qxplain 32/47
327.54/329.07	c qxplain 40/47
327.54/329.08	c qxplain 44/47
327.54/329.09	c qxplain 46/47
327.54/329.10	c qxplain 47/47
327.63/329.10	c 15769[?] -2898[?] 50[?]  is mandatory 
327.63/329.10	c qxplain 46/46
327.63/329.11	c 15770[?] 2898[?] -50[?]  is mandatory 
327.63/329.11	c qxplain 44/45
327.63/329.12	c qxplain 45/45
327.63/329.13	c 15771[?] -2899[?] 51[?]  is mandatory 
327.63/329.13	c qxplain 44/44
327.63/329.14	c 15772[?] 2899[?] -51[?]  is mandatory 
327.63/329.14	c qxplain 40/43
327.63/329.15	c qxplain 42/43
327.63/329.16	c qxplain 43/43
327.63/329.17	c 15773[?] 52[?] -2900[?]  is mandatory 
327.63/329.17	c qxplain 42/42
327.63/329.18	c 15776[?] -53[?] 2901[?]  is mandatory 
327.63/329.18	c qxplain 40/41
327.63/329.19	c qxplain 41/41
327.73/329.20	c 15777[?] -2902[?] 54[?]  is mandatory 
327.73/329.20	c qxplain 40/40
327.73/329.21	c 15779[?] -2903[?] 55[?]  is mandatory 
327.73/329.21	c qxplain 32/39
327.73/329.22	c qxplain 36/39
327.73/329.22	c qxplain 38/39
327.73/329.23	c qxplain 39/39
327.73/329.24	c 15781[?] -2904[?] 56[?]  is mandatory 
327.73/329.24	c qxplain 38/38
327.73/329.25	c 15783[?] -2905[?] 57[?]  is mandatory 
327.73/329.25	c qxplain 36/37
327.73/329.26	c qxplain 37/37
327.73/329.27	c 15785[?] -2906[?] 58[?]  is mandatory 
327.73/329.27	c qxplain 36/36
327.73/329.28	c 15787[?] -2907[?] 59[?]  is mandatory 
327.73/329.28	c qxplain 32/35
327.73/329.29	c qxplain 34/35
327.83/329.30	c qxplain 35/35
327.83/329.31	c 15789[?] -2908[?] 60[?]  is mandatory 
327.83/329.31	c qxplain 34/34
327.83/329.32	c 15791[?] -2909[?] 61[?]  is mandatory 
327.83/329.32	c qxplain 32/33
327.83/329.32	c qxplain 33/33
327.83/329.33	c 15793[?] -2910[?] 62[?]  is mandatory 
327.83/329.33	c qxplain 32/32
327.83/329.34	c 15795[?] -2911[?] 63[?]  is mandatory 
327.83/329.34	c qxplain 0/31
327.83/329.35	c qxplain 16/31
327.83/329.36	c qxplain 24/31
327.83/329.37	c qxplain 28/31
327.83/329.38	c qxplain 30/31
327.83/329.39	c qxplain 31/31
327.83/329.40	c 15797[?] -2912[?] 64[?]  is mandatory 
327.83/329.40	c qxplain 30/30
327.83/329.41	c 15799[?] -2913[?] 65[?]  is mandatory 
327.83/329.41	c qxplain 28/29
327.94/329.42	c qxplain 29/29
327.94/329.43	c 15801[?] -2914[?] 66[?]  is mandatory 
327.94/329.43	c qxplain 28/28
327.94/329.44	c 15803[?] -2915[?] 67[?]  is mandatory 
327.94/329.44	c qxplain 24/27
327.94/329.45	c qxplain 26/27
327.94/329.46	c qxplain 27/27
327.94/329.46	c 15805[?] -2916[?] 68[?]  is mandatory 
327.94/329.46	c qxplain 26/26
327.94/329.47	c 15807[?] -2917[?] 69[?]  is mandatory 
327.94/329.47	c qxplain 24/25
327.94/329.48	c qxplain 25/25
327.94/329.49	c 15809[?] -2918[?] 70[?]  is mandatory 
327.94/329.49	c qxplain 24/24
327.94/329.50	c 15811[?] -2919[?] 71[?]  is mandatory 
327.94/329.50	c qxplain 16/23
327.94/329.51	c qxplain 20/23
327.94/329.52	c qxplain 22/23
328.06/329.53	c qxplain 23/23
328.06/329.54	c 15813[?] -2920[?] 72[?]  is mandatory 
328.06/329.54	c qxplain 22/22
328.06/329.55	c 15815[?] -2921[?] 73[?]  is mandatory 
328.06/329.55	c qxplain 20/21
328.06/329.55	c qxplain 21/21
328.06/329.56	c 15817[?] -2922[?] 74[?]  is mandatory 
328.06/329.56	c qxplain 20/20
328.06/329.57	c 15819[?] -2923[?] 75[?]  is mandatory 
328.06/329.57	c qxplain 16/19
328.06/329.58	c qxplain 18/19
328.06/329.59	c qxplain 19/19
328.13/329.60	c 15821[?] -2924[?] 76[?]  is mandatory 
328.13/329.60	c qxplain 18/18
328.13/329.61	c 15823[?] -2925[?] 77[?]  is mandatory 
328.13/329.61	c qxplain 16/17
328.13/329.62	c qxplain 17/17
328.13/329.63	c 15825[?] -2926[?] 78[?]  is mandatory 
328.13/329.63	c qxplain 16/16
328.13/329.64	c 15827[?] -2927[?] 79[?]  is mandatory 
328.13/329.64	c qxplain 0/15
328.13/329.65	c qxplain 8/15
328.13/329.65	c qxplain 12/15
328.13/329.67	c qxplain 14/15
328.13/329.67	c qxplain 15/15
328.13/329.68	c 15829[?] -2928[?] 80[?]  is mandatory 
328.13/329.68	c qxplain 14/14
328.13/329.69	c 15831[?] -2929[?] 81[?]  is mandatory 
328.13/329.69	c qxplain 12/13
328.23/329.70	c qxplain 13/13
328.23/329.71	c 15833[?] -2930[?] 82[?]  is mandatory 
328.23/329.71	c qxplain 12/12
328.23/329.72	c 15835[?] -2931[?] 83[?]  is mandatory 
328.23/329.72	c qxplain 8/11
328.23/329.73	c qxplain 10/11
328.23/329.74	c qxplain 11/11
328.23/329.74	c qxplain 10/10
328.41/329.82	c 15874[?] 2950[?] -102[?]  is mandatory 
328.41/329.82	c qxplain 8/9
328.41/329.83	c qxplain 9/9
328.41/329.84	c 15948[?] 2987[?] -139[?]  is mandatory 
328.41/329.84	c qxplain 8/8
328.41/329.85	c 15989[?] 160[?] -3008[?]  is mandatory 
328.41/329.85	c qxplain 0/7
328.41/329.86	c qxplain 4/7
328.41/329.87	c qxplain 6/7
328.41/329.88	c qxplain 7/7
328.41/329.88	c 15990[?] -160[?] 3008[?]  is mandatory 
328.41/329.88	c qxplain 6/6
328.41/329.89	c qxplain 4/5
328.41/329.89	c qxplain 0/3
328.41/329.90	c qxplain 2/3
328.50/329.90	c qxplain 3/3
328.50/329.92	c 16030[?] 3028[?] -180[?]  is mandatory 
328.50/329.92	c qxplain 2/2
328.50/329.92	c 202[?] 16074[?] is mandatory 
328.50/329.92	c qxplain 0/1
328.50/329.94	c qxplain 1/1
328.50/329.95	c -1626[?] 16076[?] is mandatory 
328.50/329.95	c qxplain 0/0
328.50/329.97	c -3050[?] 16078[?] is mandatory 
328.78/330.15	c Size of the MUS: 7458
328.78/330.15	c Unsat core  computation wall clock time (in seconds) : 308.564
328.78/330.15	c starts		: 17119
328.78/330.15	c conflicts		: 312885
328.78/330.15	c decisions		: 22903594
328.78/330.15	c propagations		: 316002651
328.78/330.15	c inspects		: 776179021
328.78/330.15	c shortcuts		: 0
328.78/330.15	c learnt literals	: 0
328.78/330.15	c learnt binary clauses	: 0
328.78/330.15	c learnt ternary clauses	: 0
328.78/330.15	c learnt constraints	: 312768
328.78/330.15	c ignored constraints	: 0
328.78/330.15	c root simplifications	: 0
328.78/330.15	c removed literals (reason simplification)	: 4734327
328.78/330.15	c reason swapping (by a shorter reason)	: 0
328.78/330.15	c Calls to reduceDB	: 30
328.78/330.15	c speed (assignments/second)	: 1.5879530201005025E9
328.78/330.15	c non guided choices	22234409
328.78/330.18	c learnt constraints type 
328.78/330.18	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 63384
328.78/330.18	c constraints type 
328.78/330.18	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 11800
328.78/330.18	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 6
328.78/330.18	s UNSATISFIABLE
328.78/330.18	v 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 193 194 196 197 198 199 200 201 204 214 215 216 217 218 219 236 238 239 242 244 245 246 247 248 249 252 255 271 275 278 280 282 284 285 286 287 288 289 290 291 292 293 294 304 308 310 312 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 408 409 411 412 413 414 417 420 423 425 426 428 429 431 432 433 434 435 438 441 442 443 444 445 446 447 448 449 450 453 456 457 459 461 462 464 465 466 467 468 469 471 473 475 477 478 479 480 481 482 483 484 485 486 490 494 497 499 500 502 504 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 587 589 591 593 594 595 596 597 599 601 603 605 606 607 608 609 611 613 615 617 618 619 620 621 623 625 627 629 630 631 632 633 634 635 636 637 638 639 640 641 642 644 646 648 650 651 652 653 654 655 656 657 658 659 660 661 662 663 665 667 669 671 672 673 674 675 676 677 678 679 680 681 682 683 684 686 688 690 692 693 694 695 696 698 700 702 704 705 706 707 708 709 710 711 712 713 714 715 716 717 719 721 723 725 726 727 728 729 730 731 732 733 734 735 736 737 738 740 742 744 746 747 748 749 750 751 752 753 754 755 756 757 758 759 761 763 765 767 768 769 770 771 773 775 777 779 780 781 782 783 784 785 786 787 788 789 790 791 792 794 796 798 800 801 802 803 804 805 806 807 808 809 810 811 812 813 815 817 819 821 822 823 824 825 827 829 831 833 834 835 836 837 838 839 840 841 842 843 844 845 846 848 850 852 854 855 856 857 858 860 862 864 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 968 970 972 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 1245 1246 1247 1248 1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 1293 1294 1295 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 1322 1323 1324 1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 1346 1347 1348 1349 1350 1351 1352 1353 1354 1355 1356 1357 1358 1359 1360 1361 1362 1363 1364 1365 1366 1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 1382 1383 1384 1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 1418 1419 1420 1421 1422 1423 1424 1425 1426 1427 1428 1429 1430 1431 1432 1433 1434 1435 1436 1437 1438 1439 1440 1441 1442 1443 1444 1445 1446 1447 1448 1449 1450 1451 1452 1453 1454 1455 1456 1457 1458 1459 1460 1461 1462 1463 1464 1465 1466 1467 1468 1469 1470 1471 1472 1473 1474 1475 1476 1477 1478 1479 1480 1481 1482 1483 1484 1485 1486 1487 1488 1489 1490 1491 1492 1493 1494 1495 1496 1497 1498 1499 1500 1501 1502 1503 1504 1505 1506 1507 1508 1509 1510 1511 1512 1513 1514 1515 1516 1517 1518 1519 1520 1521 1522 1523 1524 1525 1526 1527 1528 1529 1530 1531 1532 1533 1534 1535 1536 1537 1538 1539 1540 1541 1542 1543 1544 1545 1546 1547 1548 1549 1550 1551 1552 1553 1554 1555 1556 1557 1558 1559 1560 1561 1562 1563 1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 1576 1577 1578 1579 1580 1581 1582 1583 1584 1585 1586 1587 1588 1589 1590 1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 1624 1625 1626 1627 1628 1629 1630 1631 1632 1633 1634 1635 1636 1637 1638 1639 1640 1641 1642 1643 1644 1645 1646 1647 1648 1649 1650 1651 1652 1653 1654 1655 1656 1657 1658 1659 1660 1661 1662 1663 1664 1665 1666 1667 1668 1669 1670 1671 1672 1673 1674 1675 1676 1677 1678 1679 1680 1681 1682 1683 1684 1685 1686 1687 1688 1689 1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 1700 1701 1702 1703 1704 1705 1706 1707 1708 1709 1710 1711 1712 1713 1714 1715 1716 1717 1718 1719 1720 1721 1722 1723 1724 1725 1726 1727 1728 1729 1730 1731 1732 1733 1734 1735 1736 1737 1738 1739 1740 1741 1742 1743 1744 1745 1746 1747 1748 1749 1750 1751 1752 1753 1754 1755 1756 1757 1758 1759 1760 1761 1762 1763 1764 1765 1766 1767 1768 1769 1770 1771 1772 1773 1774 1775 1776 1777 1778 1779 1780 1781 1782 1783 1784 1785 1786 1787 1788 1789 1790 1791 1792 1793 1794 1795 1796 1797 1798 1799 1800 1801 1802 1803 1804 1805 1806 1807 1808 1809 1810 1811 1812 1813 1814 1815 1816 1817 1818 1819 1820 1821 1822 1823 1824 1825 1826 1827 1828 1829 1830 1831 1832 1833 1834 1835 1836 1837 1838 1839 1840 1841 1842 1843 1844 1845 1846 1847 1848 1849 1850 1851 1852 1853 1854 1855 1856 1857 1858 1859 1860 1861 1862 1863 1864 1865 1866 1867 1868 1869 1870 1871 1872 1873 1874 1875 1876 1877 1878 1879 1880 1881 1882 1883 1884 1885 1886 1887 1888 1889 1890 1891 1892 1893 1894 1895 1896 1897 1898 1899 1900 1901 1902 1903 1904 1905 1906 1907 1908 1909 1910 1911 1912 1913 1914 1915 1916 1917 1918 1919 1920 1921 1922 1923 1924 1925 1926 1927 1928 1929 1930 1931 1932 1933 1934 1935 1936 1937 1938 1939 1940 1941 1942 1943 1944 1945 1946 1947 1948 1949 1950 1951 1952 1953 1954 1955 1956 1957 1958 1959 1960 1961 1962 1963 1964 1965 1966 1967 1968 1969 1970 1971 1972 1973 1974 1975 1976 1977 1978 1979 1980 1981 1982 1983 1984 1985 1986 1987 1988 1989 1990 1991 1992 1993 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 2026 2027 2028 2029 2030 2031 2032 2033 2034 2035 2036 2037 2038 2039 2040 2041 2042 2043 2044 2045 2046 2047 2048 2049 2050 2051 2052 2053 2054 2055 2056 2057 2058 2059 2060 2061 2062 2063 2064 2065 2066 2067 2068 2069 2070 2071 2072 2073 2074 2075 2076 2077 2078 2079 2080 2081 2082 2083 2084 2085 2086 2087 2088 2089 2090 2091 2092 2093 2094 2095 2096 2097 2098 2099 2100 2101 2102 2103 2104 2105 2106 2107 2108 2109 2110 2111 2112 2113 2114 2115 2116 2117 2118 2119 2120 2121 2122 2123 2124 2125 2126 2127 2128 2129 2130 2131 2132 2133 2134 2135 2136 2137 2138 2139 2140 2141 2142 2143 2144 2145 2146 2147 2148 2149 2150 2151 2152 2153 2154 2155 2156 2157 2158 2159 2160 2161 2162 2163 2164 2165 2166 2167 2168 2169 2170 2171 2172 2173 2174 2175 2176 2177 2178 2179 2180 2181 2182 2183 2184 2185 2186 2187 2188 2189 2190 2191 2192 2193 2194 2195 2196 2197 2198 2199 2200 2201 2202 2203 2204 2205 2206 2207 2208 2209 2210 2211 2212 2213 2214 2215 2216 2217 2218 2219 2220 2221 2222 2223 2224 2225 2226 2227 2228 2229 2230 2231 2232 2233 2234 2235 2236 2237 2238 2239 2240 2241 2242 2243 2244 2245 2246 2247 2248 2249 2250 2251 2252 2253 2254 2255 2256 2257 2258 2259 2260 2261 2262 2263 2264 2265 2266 2267 2268 2269 2270 2271 2272 2273 2274 2275 2276 2277 2278 2279 2280 2281 2282 2283 2284 2285 2286 2287 2288 2289 2290 2291 2292 2293 2294 2295 2296 2297 2298 2299 2300 2301 2302 2303 2304 2305 2306 2307 2308 2309 2310 2311 2312 2313 2314 2315 2316 2317 2318 2319 2320 2321 2322 2323 2324 2325 2326 2327 2328 2329 2330 2331 2332 2333 2334 2335 2336 2337 2338 2339 2340 2341 2342 2343 2344 2345 2346 2347 2348 2349 2350 2351 2352 2353 2354 2355 2356 2357 2358 2359 2360 2361 2362 2363 2364 2365 2366 2367 2368 2369 2370 2371 2372 2373 2374 2375 2376 2377 2378 2379 2380 2381 2382 2383 2384 2385 2386 2387 2388 2389 2390 2391 2392 2393 2394 2395 2396 2397 2398 2399 2400 2401 2402 2403 2404 2405 2406 2407 2408 2409 2410 2411 2412 2413 2414 2415 2416 2417 2418 2419 2420 2421 2422 2423 2424 2425 2426 2427 2428 2429 2430 2431 2432 2433 2434 2435 2436 2437 2438 2439 2440 2441 2442 2443 2444 2445 2446 2447 2448 2449 2450 2451 2452 2453 2454 2455 2456 2457 2458 2459 2460 2461 2462 2463 2464 2465 2466 2467 2468 2469 2470 2471 2472 2473 2474 2475 2476 2477 2478 2479 2481 2482 2484 2485 2486 2487 2488 2489 2490 2491 2492 2493 2494 2495 2496 2497 2498 2499 2500 2501 2502 2503 2504 2505 2506 2507 2508 2509 2510 2511 2512 2513 2514 2515 2516 2517 2518 2519 2520 2521 2522 2523 2524 2525 2526 2527 2528 2529 2530 2531 2532 2533 2534 2535 2536 2537 2538 2539 2540 2541 2542 2543 2544 2545 2546 2547 2548 2549 2550 2551 2552 2553 2554 2555 2556 2557 2558 2559 2560 2561 2562 2563 2564 2565 2566 2567 2568 2569 2570 2571 2572 2573 2574 2575 2576 2577 2578 2579 2580 2581 2582 2583 2584 2585 2586 2587 2588 2589 2590 2591 2592 2593 2594 2595 2596 2597 2598 2599 2600 2601 2602 2603 2604 2605 2606 2607 2608 2609 2610 2611 2612 2613 2614 2615 2616 2617 2618 2619 2620 2621 2622 2623 2624 2625 2626 2627 2628 2629 2630 2631 2632 2633 2634 2635 2636 2637 2638 2639 2640 2641 2642 2643 2644 2645 2646 2647 2648 2649 2650 2651 2652 2653 2654 2655 2656 2657 2658 2659 2660 2661 2662 2663 2664 2665 2666 2667 2668 2669 2670 2671 2672 2673 2674 2675 2676 2677 2678 2679 2680 2681 2682 2683 2684 2685 2686 2687 2688 2689 2690 2691 2692 2693 2695 2696 2700 2701 2702 2704 2705 2707 2708 2710 2711 2715 2716 2717 2718 2719 2720 2721 2722 2723 2724 2725 2726 2727 2728 2729 2730 2731 2732 2733 2734 2735 2736 2737 2738 2739 2740 2742 2743 2744 2745 2746 2747 2748 2749 2750 2751 2752 2753 2754 2755 2756 2757 2758 2759 2760 2761 2762 2763 2764 2765 2766 2767 2768 2770 2771 2773 2774 2775 2776 2777 2781 2782 2783 2785 2786 2787 2788 2789 2790 2791 2792 2793 2794 2795 2796 2797 2798 2799 2800 2801 2802 2803 2804 2805 2806 2807 2808 2809 2810 2811 2812 2813 2814 2815 2816 2817 2818 2819 2820 2821 2822 2823 2824 2825 2826 2827 2828 2829 2830 2831 2832 2833 2834 2835 2836 2837 2838 2839 2840 2841 2842 2843 2844 2845 2846 2847 2848 2849 2850 2851 2852 2853 2854 2855 2856 2857 2858 2859 2860 2861 2862 2863 2864 2865 2866 2867 2868 2869 2870 2871 2872 2873 2874 2875 2876 2877 2878 2879 2880 2881 2882 2883 2884 2885 2886 2887 2888 2889 2890 2891 2892 2893 2894 2895 2896 2897 2898 2899 2900 2901 2902 2903 2904 2905 2906 2907 2908 2909 2910 2911 2912 2913 2914 2915 2916 2917 2918 2919 2920 2921 2922 2923 2924 2925 2926 2927 2928 2929 2930 2931 2932 2933 2934 2935 2936 2937 2938 2939 2940 2941 2942 2943 2944 2945 2946 2947 2948 2949 2950 2951 2952 2953 2954 2955 2956 2957 2958 2959 2960 2961 2962 2963 2964 2965 2966 2967 2968 2969 2970 2971 2972 2973 2974 2975 2976 2977 2978 2979 2980 2981 2982 2983 2984 2985 2986 2987 2988 2989 2990 2991 2992 2993 2994 2995 2996 2997 2998 2999 3003 3006 3009 3010 3011 3015 3016 3017 3019 3020 3022 3023 3025 3026 3028 3029 3033 3036 3037 3038 3040 3041 3043 3044 3046 3047 3051 3052 3053 3055 3056 3058 3059 3061 3062 3063 3064 3065 3067 3068 3072 3075 3078 3079 3080 3081 3083 3084 3086 3087 3089 3090 3091 3092 3093 3096 3099 3102 3105 3108 3111 3114 3115 3117 3118 3119 3120 3121 3122 3123 3124 3125 3126 3127 3128 3129 3130 3131 3132 3134 3135 3137 3138 3140 3141 3143 3144 3146 3147 3148 3149 3150 3153 3156 3159 3162 3165 3168 3171 3172 3174 3175 3176 3177 3178 3179 3180 3181 3182 3183 3184 3185 3186 3188 3189 3190 3191 3192 3194 3195 3197 3198 3200 3201 3202 3203 3204 3206 3207 3208 3209 3210 3211 3212 3213 3214 3215 3216 3217 3218 3219 3220 3221 3222 3223 3224 3225 3226 3227 3228 3229 3230 3231 3232 3233 3234 3235 3236 3237 3238 3239 3240 3241 3242 3243 3244 3245 3246 3247 3248 3249 3250 3251 3252 3253 3254 3255 3256 3257 3258 3259 3260 3261 3262 3263 3264 3265 3266 3267 3268 3269 3270 3271 3272 3273 3274 3275 3276 3277 3278 3279 3280 3281 3282 3283 3284 3285 3286 3287 3288 3289 3290 3291 3292 3293 3294 3295 3296 3297 3298 3299 3300 3301 3302 3303 3304 3305 3306 3307 3308 3309 3310 3311 3312 3313 3314 3315 3316 3317 3318 3319 3320 3321 3322 3323 3324 3325 3326 3327 3328 3329 3330 3331 3332 3333 3334 3335 3336 3337 3338 3339 3340 3341 3342 3343 3344 3345 3346 3347 3348 3349 3350 3351 3352 3353 3354 3355 3356 3357 3358 3359 3360 3361 3362 3363 3364 3365 3366 3367 3368 3369 3370 3371 3372 3373 3374 3375 3376 3377 3378 3379 3380 3381 3382 3383 3384 3385 3386 3387 3388 3389 3390 3391 3392 3393 3394 3395 3396 3397 3398 3399 3400 3401 3402 3403 3404 3405 3406 3407 3408 3409 3410 3411 3412 3413 3414 3415 3416 3417 3418 3419 3420 3421 3422 3423 3424 3425 3426 3427 3428 3429 3430 3431 3432 3433 3434 3435 3436 3437 3438 3439 3440 3441 3442 3443 3444 3445 3446 3447 3448 3449 3450 3451 3452 3453 3454 3455 3456 3457 3459 3460 3461 3462 3463 3464 3465 3466 3467 3468 3469 3470 3471 3472 3473 3474 3475 3476 3477 3478 3479 3480 3481 3482 3483 3484 3485 3486 3487 3488 3489 3490 3491 3492 3493 3494 3495 3496 3497 3498 3499 3500 3502 3503 3507 3508 3509 3510 3511 3512 3513 3514 3515 3516 3517 3518 3519 3520 3521 3522 3523 3524 3525 3526 3527 3528 3529 3530 3531 3532 3533 3534 3535 3536 3537 3538 3539 3540 3541 3542 3543 3544 3545 3546 3547 3548 3549 3550 3551 3552 3553 3554 3555 3558 3561 3562 3563 3565 3566 3568 3569 3571 3572 3574 3575 3577 3578 3580 3581 3583 3584 3588 3589 3590 3592 3593 3597 3598 3599 3601 3602 3604 3605 3607 3608 3610 3611 3613 3614 3615 3616 3617 3619 3620 3624 3625 3626 3628 3629 3631 3632 3634 3635 3639 3642 3645 3646 3647 3649 3650 3652 3653 3657 3660 3663 3666 3668 3669 3670 3671 3672 3673 3674 3675 3676 3677 3678 3679 3680 3681 3682 3683 3684 3685 3686 3687 3688 3689 3690 3691 3692 3693 3694 3695 3696 3697 3698 3699 3700 3701 3702 3703 3704 3705 3706 3707 3708 3709 3710 3711 3712 3713 3714 3715 3716 3717 3718 3719 3720 3721 3722 3723 3724 3725 3726 3727 3728 3729 3730 3731 3732 3733 3734 3735 3736 3737 3738 3739 3740 3741 3742 3743 3744 3745 3746 3747 3748 3749 3750 3751 3752 3753 3754 3755 3756 3757 3758 3759 3760 3761 3762 3763 3764 3765 3766 3767 3768 3769 3770 3771 3772 3773 3774 3775 3776 3777 3778 3779 3780 3781 3782 3783 3784 3785 3786 3787 3788 3789 3790 3791 3792 3793 3794 3795 3796 3797 3798 3799 3800 3801 3802 3803 3804 3805 3806 3807 3808 3809 3810 3811 3812 3813 3814 3815 3816 3817 3818 3819 3820 3821 3822 3823 3824 3825 3826 3827 3828 3829 3830 3831 3832 3833 3834 3835 3836 3837 3838 3839 3840 3841 3842 3843 3844 3845 3846 3847 3848 3849 3850 3851 3852 3853 3854 3855 3856 3857 3860 3863 3864 3865 3866 3867 3868 3869 3872 3883 3884 3885 3886 3887 3904 3906 3907 3910 3912 3913 3914 3915 3916 3917 3920 3923 3939 3943 3946 3948 3950 3952 3953 3954 3955 3956 3957 3958 3959 3960 3961 3962 3964 3967 3970 3972 3973 3976 3978 3980 3982 3983 3984 3985 3986 3987 3988 3989 3990 3991 3992 3993 3994 3995 3996 3997 3998 3999 4000 4001 4002 4003 4004 4005 4006 4007 4008 4009 4010 4011 4012 4013 4014 4015 4016 4017 4018 4019 4020 4021 4022 4023 4024 4025 4026 4027 4028 4029 4030 4031 4032 4033 4034 4035 4036 4037 4038 4039 4040 4041 4042 4043 4044 4045 4046 4047 4048 4049 4050 4051 4052 4053 4054 4055 4056 4057 4058 4059 4060 4061 4062 4063 4064 4065 4066 4067 4068 4069 4070 4071 4072 4073 4076 4077 4079 4080 4081 4082 4085 4088 4091 4093 4094 4096 4097 4099 4100 4101 4102 4103 4106 4109 4110 4111 4112 4113 4114 4115 4118 4121 4124 4127 4130 4133 4134 4136 4137 4139 4141 4143 4145 4146 4147 4148 4149 4150 4151 4152 4153 4154 4164 4168 4170 4172 4174 4175 4176 4177 4178 4179 4180 4181 4182 4183 4184 4185 4186 4187 4188 4189 4190 4191 4192 4193 4194 4195 4196 4197 4198 4199 4200 4201 4202 4203 4204 4205 4206 4207 4208 4209 4210 4211 4212 4213 4214 4215 4216 4217 4218 4219 4220 4221 4222 4223 4224 4225 4226 4227 4228 4229 4230 4231 4232 4233 4234 4235 4236 4237 4238 4239 4240 4241 4242 4243 4244 4245 4246 4247 4248 4249 4250 4251 4252 4253 4255 4257 4259 4261 4262 4263 4264 4265 4267 4269 4271 4273 4274 4275 4276 4277 4279 4281 4283 4285 4286 4287 4288 4289 4291 4293 4295 4297 4298 4299 4300 4301 4302 4303 4304 4305 4306 4307 4308 4309 4310 4312 4314 4316 4318 4319 4320 4321 4322 4323 4324 4325 4326 4327 4328 4329 4330 4331 4333 4335 4337 4339 4340 4341 4342 4343 4344 4345 4346 4347 4348 4349 4350 4351 4352 4354 4356 4358 4360 4361 4362 4363 4364 4366 4368 4370 4372 4373 4374 4375 4376 4377 4378 4379 4380 4381 4382 4383 4384 4385 4387 4389 4391 4393 4394 4395 4396 4397 4398 4399 4400 4401 4402 4403 4404 4405 4406 4408 4410 4412 4414 4415 4416 4417 4418 4419 4420 4421 4422 4423 4424 4425 4426 4427 4429 4431 4433 4435 4436 4437 4438 4439 4441 4443 4445 4447 4448 4449 4450 4451 4452 4453 4454 4455 4456 4457 4458 4459 4460 4462 4464 4466 4468 4469 4470 4471 4472 4473 4474 4475 4476 4477 4478 4479 4480 4481 4483 4485 4487 4489 4490 4491 4492 4493 4495 4497 4499 4501 4502 4503 4504 4505 4506 4507 4508 4509 4510 4511 4512 4513 4514 4516 4518 4520 4522 4523 4524 4525 4526 4528 4530 4532 4534 4535 4536 4537 4538 4539 4540 4541 4542 4543 4544 4545 4546 4547 4548 4549 4550 4551 4552 4553 4554 4555 4556 4557 4558 4559 4560 4561 4562 4563 4564 4565 4566 4567 4568 4569 4570 4571 4572 4573 4574 4575 4576 4577 4578 4579 4580 4581 4582 4583 4584 4585 4586 4587 4588 4589 4590 4591 4592 4593 4594 4595 4596 4597 4598 4599 4600 4601 4602 4603 4604 4605 4606 4607 4608 4609 4610 4611 4612 4613 4614 4615 4616 4617 4618 4619 4620 4621 4622 4623 4624 4625 4626 4627 4628 4629 4630 4631 4632 4633 4634 4636 4638 4640 4642 4643 4644 4645 4646 4647 4648 4649 4650 4651 4652 4653 4654 4655 4656 4657 4658 4659 4660 4661 4662 4663 4664 4665 4666 4667 4668 4669 4670 4671 4672 4673 4674 4675 4676 4677 4678 4679 4680 4681 4682 4683 4684 4685 4686 4687 4688 4689 4690 4691 4692 4693 4694 4695 4696 4697 4698 4699 4700 4701 4702 4703 4704 4705 4706 4707 4708 4709 4710 4711 4712 4713 4714 4715 4716 4717 4718 4719 4720 4721 4722 4723 4724 4725 4726 4727 4728 4729 4730 4731 4732 4733 4734 4735 4736 4737 4738 4739 4740 4741 4742 4743 4744 4745 4746 4747 4748 4749 4750 4751 4752 4753 4754 4755 4756 4757 4758 4759 4760 4761 4762 4763 4764 4765 4766 4767 4768 4769 4770 4771 4772 4773 4774 4775 4776 4777 4778 4779 4780 4781 4782 4783 4784 4785 4786 4787 4788 4789 4790 4791 4792 4793 4794 4795 4796 4797 4798 4799 4800 4801 4802 4803 4804 4805 4806 4807 4808 4809 4810 4811 4812 4813 4814 4815 4816 4817 4818 4819 4820 4821 4822 4823 4824 4825 4826 4827 4828 4829 4830 4831 4832 4833 4834 4835 4836 4837 4838 4839 4840 4841 4842 4843 4844 4845 4846 4847 4848 4849 4850 4851 4852 4853 4854 4855 4856 4857 4858 4859 4860 4861 4862 4863 4864 4865 4866 4867 4868 4869 4870 4871 4872 4873 4874 4875 4876 4877 4878 4879 4880 4881 4882 4883 4884 4885 4886 4887 4888 4889 4890 4891 4892 4893 4894 4895 4896 4897 4898 4899 4900 4901 4902 4903 4904 4905 4906 4907 4908 4909 4910 4911 4912 4913 4914 4915 4916 4917 4918 4919 4920 4921 4922 4923 4924 4925 4926 4927 4928 4929 4930 4931 4932 4933 4934 4935 4936 4937 4938 4939 4940 4941 4942 4943 4944 4945 4946 4947 4948 4949 4950 4951 4952 4953 4954 4955 4956 4957 4958 4959 4960 4961 4962 4963 4964 4965 4966 4967 4968 4969 4970 4971 4972 4973 4974 4975 4976 4977 4978 4979 4980 4981 4982 4983 4984 4985 4986 4987 4988 4989 4990 4991 4992 4993 4994 4995 4996 4997 4998 4999 5000 5001 5002 5003 5004 5005 5006 5007 5008 5009 5010 5011 5012 5013 5014 5015 5016 5017 5018 5019 5020 5021 5022 5023 5024 5025 5026 5027 5028 5029 5030 5031 5032 5033 5034 5035 5036 5037 5038 5039 5040 5041 5042 5043 5044 5045 5046 5047 5048 5049 5050 5051 5052 5053 5054 5055 5056 5057 5058 5059 5060 5061 5062 5063 5064 5065 5066 5067 5068 5069 5070 5071 5072 5073 5074 5075 5076 5077 5078 5079 5080 5081 5082 5083 5084 5085 5086 5087 5088 5089 5090 5091 5092 5093 5094 5095 5096 5097 5098 5099 5100 5101 5102 5103 5104 5105 5106 5107 5108 5109 5110 5111 5112 5113 5114 5115 5116 5117 5118 5119 5120 5121 5122 5123 5124 5125 5126 5127 5128 5129 5130 5131 5132 5133 5134 5135 5136 5137 5138 5139 5140 5141 5142 5143 5144 5145 5146 5147 5148 5149 5150 5151 5152 5153 5154 5155 5156 5157 5158 5159 5160 5161 5162 5163 5164 5165 5166 5167 5168 5169 5170 5171 5172 5173 5174 5175 5176 5177 5178 5179 5180 5181 5182 5183 5184 5185 5186 5187 5188 5189 5190 5191 5192 5193 5194 5195 5196 5197 5198 5199 5200 5201 5202 5203 5204 5205 5206 5207 5208 5209 5210 5211 5212 5213 5214 5215 5216 5217 5218 5219 5220 5221 5222 5223 5224 5225 5226 5227 5228 5229 5230 5231 5232 5233 5234 5235 5236 5237 5238 5239 5240 5241 5242 5243 5244 5245 5246 5247 5248 5249 5250 5251 5252 5253 5254 5255 5256 5257 5258 5259 5260 5261 5262 5263 5264 5265 5266 5267 5268 5269 5270 5271 5272 5273 5274 5275 5276 5277 5278 5279 5280 5281 5282 5283 5284 5285 5286 5287 5288 5289 5290 5291 5292 5293 5294 5295 5296 5297 5298 5299 5300 5301 5302 5303 5304 5305 5306 5307 5308 5309 5310 5311 5312 5313 5314 5315 5316 5317 5318 5319 5320 5321 5322 5323 5324 5325 5326 5327 5328 5329 5330 5331 5332 5333 5334 5335 5336 5337 5338 5339 5340 5341 5342 5343 5344 5345 5346 5347 5348 5349 5350 5351 5352 5353 5354 5355 5356 5357 5358 5359 5360 5361 5362 5363 5364 5365 5366 5367 5368 5369 5370 5371 5372 5373 5374 5375 5376 5377 5378 5379 5380 5381 5382 5383 5384 5385 5386 5387 5388 5389 5390 5391 5392 5393 5394 5395 5396 5397 5398 5399 5400 5401 5402 5403 5404 5405 5406 5407 5408 5409 5410 5411 5412 5413 5414 5415 5416 5417 5418 5419 5420 5421 5422 5423 5424 5425 5426 5427 5428 5429 5430 5431 5432 5433 5434 5435 5436 5437 5438 5439 5440 5441 5442 5443 5444 5445 5446 5447 5448 5449 5450 5451 5452 5453 5454 5455 5456 5457 5458 5459 5460 5461 5462 5463 5464 5465 5466 5467 5468 5469 5470 5471 5472 5473 5474 5475 5476 5477 5478 5479 5480 5481 5482 5483 5484 5485 5486 5487 5488 5489 5490 5491 5492 5493 5494 5495 5496 5497 5498 5499 5500 5501 5502 5503 5504 5505 5506 5507 5508 5509 5510 5511 5512 5513 5514 5515 5516 5517 5518 5519 5520 5521 5522 5523 5524 5525 5526 5527 5528 5529 5530 5531 5532 5533 5534 5535 5536 5537 5538 5539 5540 5541 5542 5543 5544 5545 5546 5547 5548 5549 5550 5551 5552 5553 5554 5555 5556 5557 5558 5559 5560 5561 5562 5563 5564 5565 5566 5567 5568 5569 5570 5571 5572 5573 5574 5575 5576 5577 5578 5579 5580 5581 5582 5583 5584 5585 5586 5587 5588 5589 5590 5591 5592 5593 5594 5595 5596 5597 5598 5599 5600 5601 5602 5603 5604 5605 5606 5607 5608 5609 5610 5611 5612 5613 5614 5615 5616 5617 5618 5619 5620 5621 5622 5623 5624 5625 5626 5627 5628 5629 5630 5631 5632 5633 5634 5635 5636 5637 5638 5639 5640 5641 5642 5643 5644 5645 5646 5647 5648 5649 5650 5651 5652 5653 5654 5655 5656 5657 5658 5659 5660 5661 5662 5663 5664 5665 5666 5667 5668 5669 5670 5671 5672 5673 5674 5675 5676 5677 5678 5679 5680 5681 5682 5683 5684 5685 5686 5687 5688 5689 5690 5691 5692 5693 5694 5695 5696 5697 5698 5699 5700 5701 5702 5703 5704 5705 5706 5707 5708 5709 5710 5711 5712 5713 5714 5715 5716 5717 5718 5719 5720 5721 5722 5723 5724 5725 5726 5727 5728 5729 5730 5731 5732 5733 5734 5735 5736 5737 5738 5739 5740 5741 5742 5743 5744 5745 5746 5747 5748 5749 5750 5751 5752 5753 5754 5755 5756 5757 5758 5759 5760 5761 5762 5763 5764 5765 5766 5767 5768 5769 5770 5771 5772 5773 5774 5775 5776 5777 5778 5779 5780 5781 5782 5783 5784 5785 5786 5787 5788 5789 5790 5791 5792 5793 5794 5795 5796 5797 5798 5799 5800 5801 5802 5803 5804 5805 5806 5807 5808 5809 5810 5811 5812 5813 5814 5815 5816 5817 5818 5819 5820 5821 5822 5823 5824 5825 5826 5827 5828 5829 5830 5831 5832 5833 5834 5835 5836 5837 5838 5839 5840 5841 5842 5843 5844 5845 5846 5847 5848 5849 5850 5851 5852 5853 5854 5855 5856 5857 5858 5859 5860 5861 5862 5863 5864 5865 5866 5867 5868 5869 5870 5871 5872 5873 5874 5875 5876 5877 5878 5879 5880 5881 5882 5883 5884 5885 5886 5887 5888 5889 5890 5891 5892 5893 5894 5895 5896 5897 5898 5899 5900 5901 5902 5903 5904 5905 5906 5907 5908 5909 5910 5911 5912 5913 5914 5915 5916 5917 5918 5919 5920 5921 5922 5923 5924 5925 5926 5927 5928 5929 5930 5931 5932 5933 5934 5935 5936 5937 5938 5939 5940 5941 5942 5943 5944 5945 5946 5947 5948 5949 5950 5951 5952 5953 5954 5955 5956 5957 5958 5959 5960 5961 5962 5963 5964 5965 5966 5967 5968 5969 5970 5971 5972 5973 5974 5975 5976 5977 5978 5979 5980 5981 5982 5983 5984 5985 5986 5987 5988 5989 5990 5991 5992 5993 5994 5995 5996 5997 5998 5999 6000 6001 6002 6003 6004 6005 6006 6007 6008 6009 6010 6011 6012 6013 6014 6015 6016 6017 6018 6019 6020 6021 6022 6023 6024 6025 6026 6027 6028 6029 6030 6031 6032 6033 6034 6035 6036 6037 6038 6039 6040 6041 6042 6043 6044 6045 6046 6047 6048 6049 6050 6051 6052 6053 6054 6055 6056 6057 6058 6059 6060 6061 6062 6063 6064 6065 6066 6067 6068 6069 6070 6071 6072 6073 6074 6075 6076 6077 6078 6079 6080 6081 6082 6083 6084 6085 6086 6087 6088 6089 6090 6091 6092 6093 6094 6095 6096 6097 6098 6099 6100 6101 6102 6103 6104 6105 6106 6107 6108 6109 6110 6111 6112 6113 6114 6115 6116 6117 6118 6119 6120 6121 6122 6123 6124 6125 6126 6127 6128 6129 6130 6131 6132 6133 6134 6135 6136 6137 6138 6139 6140 6141 6142 6143 6144 6145 6146 6147 6149 6150 6152 6153 6154 6155 6156 6157 6158 6159 6160 6161 6162 6163 6164 6165 6166 6167 6168 6169 6170 6171 6172 6173 6174 6175 6176 6177 6178 6179 6180 6181 6182 6183 6184 6185 6186 6187 6188 6189 6190 6191 6192 6193 6194 6195 6196 6197 6198 6199 6200 6201 6202 6203 6204 6205 6206 6207 6208 6209 6210 6211 6212 6213 6214 6215 6216 6217 6218 6219 6220 6221 6222 6223 6224 6225 6226 6227 6228 6229 6230 6231 6232 6233 6234 6235 6236 6237 6238 6239 6240 6241 6242 6243 6244 6245 6246 6247 6248 6249 6250 6251 6252 6253 6254 6255 6256 6257 6258 6259 6260 6261 6262 6263 6264 6265 6266 6267 6268 6269 6270 6271 6272 6273 6274 6275 6276 6277 6278 6279 6280 6281 6282 6283 6284 6285 6286 6287 6288 6289 6290 6291 6292 6293 6294 6295 6296 6297 6298 6299 6300 6301 6302 6303 6304 6305 6306 6307 6308 6309 6310 6311 6312 6313 6314 6315 6316 6317 6318 6319 6320 6321 6322 6323 6324 6325 6326 6327 6328 6329 6330 6331 6332 6333 6334 6335 6336 6337 6338 6339 6340 6341 6342 6343 6344 6345 6346 6347 6348 6349 6350 6351 6352 6353 6354 6355 6356 6357 6358 6359 6362 6365 6366 6367 6371 6374 6377 6380 6381 6382 6384 6385 6386 6387 6388 6389 6390 6391 6392 6393 6394 6395 6396 6397 6398 6399 6400 6401 6402 6403 6404 6405 6406 6407 6409 6410 6412 6413 6414 6415 6416 6417 6418 6419 6420 6421 6422 6423 6424 6425 6426 6427 6428 6429 6430 6431 6432 6433 6434 6437 6440 6441 6442 6443 6446 6447 6448 6452 6453 6454 6455 6456 6457 6458 6459 6460 6461 6462 6463 6464 6465 6466 6467 6468 6469 6470 6471 6472 6473 6474 6475 6476 6477 6478 6479 6480 6481 6482 6483 6484 6485 6486 6487 6488 6489 6490 6491 6492 6493 6494 6495 6496 6497 6498 6499 6500 6501 6502 6503 6504 6505 6506 6507 6508 6509 6510 6511 6512 6513 6514 6515 6516 6517 6518 6519 6520 6521 6522 6523 6524 6525 6526 6527 6528 6529 6530 6531 6532 6533 6534 6535 6536 6537 6538 6539 6540 6541 6542 6543 6544 6545 6546 6547 6548 6549 6550 6551 6552 6553 6554 6555 6556 6557 6558 6559 6560 6561 6562 6563 6564 6565 6566 6567 6568 6569 6570 6571 6572 6573 6574 6575 6576 6577 6578 6579 6580 6581 6582 6583 6584 6585 6586 6587 6588 6589 6590 6591 6592 6593 6594 6595 6596 6597 6598 6599 6600 6601 6602 6603 6604 6605 6606 6607 6608 6609 6610 6611 6612 6613 6614 6615 6616 6617 6618 6619 6620 6621 6622 6623 6624 6625 6626 6627 6628 6629 6630 6631 6632 6633 6634 6635 6636 6637 6638 6639 6640 6641 6642 6643 6644 6645 6646 6647 6648 6649 6650 6651 6652 6653 6654 6655 6656 6657 6658 6659 6660 6661 6662 6663 6664 6665 6668 6669 6670 6672 6673 6675 6676 6680 6681 6682 6686 6689 6692 6695 6698 6699 6700 6702 6703 6707 6710 6713 6716 6717 6718 6722 6725 6728 6729 6730 6731 6734 6737 6738 6739 6741 6742 6744 6745 6747 6748 6749 6751 6752 6754 6755 6757 6758 6759 6760 6761 6763 6764 6766 6767 6769 6770 6771 6772 6773 6774 6775 6776 6778 6779 6781 6782 6783 6784 6785 6786 6787 6788 6789 6790 6791 6792 6793 6794 6795 6796 6797 6798 6799 6800 6801 6803 6804 6805 6806 6808 6809 6811 6812 6814 6815 6816 6817 6818 6821 6824 6826 6827 6829 6830 6832 6833 6835 6836 6838 6839 6840 6841 6842 6843 6844 6845 6846 6847 6848 6849 6850 6851 6852 6853 6854 6856 6857 6859 6860 6862 6863 6865 6866 6868 6869 6870 6871 6872 6873 6874 6875 6876 6877 6878 6879 6880 6881 6882 6883 6884 6885 6886 6887 6888 6889 6890 6891 6892 6893 6894 6895 6896 6897 6898 6899 6900 6901 6902 6903 6904 6905 6906 6907 6908 6909 6910 6911 6912 6913 6914 6915 6916 6917 6918 6919 6920 6921 6922 6923 6924 6925 6926 6927 6928 6929 6930 6931 6932 6933 6934 6935 6936 6937 6938 6939 6940 6941 6942 6943 6944 6945 6946 6947 6948 6949 6950 6951 6952 6953 6954 6955 6956 6957 6958 6959 6960 6961 6962 6963 6964 6965 6966 6967 6968 6969 6970 6971 6972 6973 6974 6975 6976 6977 6978 6979 6980 6981 6982 6983 6984 6985 6986 6987 6988 6989 6990 6991 6992 6993 6994 6995 6996 6997 6998 6999 7000 7001 7002 7003 7004 7005 7006 7007 7008 7009 7010 7011 7012 7013 7014 7015 7016 7017 7018 7019 7020 7021 7022 7023 7024 7025 7026 7027 7028 7029 7030 7031 7032 7033 7034 7035 7036 7037 7038 7039 7040 7041 7042 7043 7044 7045 7046 7047 7048 7049 7050 7051 7052 7053 7054 7055 7056 7057 7058 7059 7060 7061 7062 7063 7064 7065 7066 7067 7068 7069 7070 7071 7072 7073 7074 7075 7076 7077 7078 7079 7080 7081 7082 7083 7084 7085 7086 7087 7088 7089 7090 7091 7092 7093 7094 7095 7096 7097 7098 7099 7100 7101 7102 7103 7104 7105 7106 7107 7108 7109 7110 7111 7112 7113 7114 7115 7116 7117 7118 7119 7120 7121 7122 7123 7124 7125 7127 7128 7129 7130 7131 7132 7133 7134 7135 7136 7137 7138 7139 7140 7141 7142 7143 7144 7145 7146 7147 7148 7149 7150 7151 7152 7153 7154 7155 7156 7157 7158 7159 7160 7161 7162 7163 7164 7165 7166 7169 7172 7173 7174 7176 7177 7178 7179 7180 7181 7182 7183 7184 7185 7186 7187 7188 7189 7190 7191 7192 7193 7194 7195 7196 7197 7198 7199 7200 7201 7202 7203 7204 7205 7206 7207 7208 7209 7210 7211 7212 7213 7214 7215 7216 7217 7218 7219 7220 7221 7222 7223 7224 7225 7227 7228 7232 7235 7238 7241 7244 7247 7250 7253 7254 7255 7259 7262 7263 7264 7268 7271 7274 7277 7280 7281 7282 7283 7286 7289 7290 7291 7295 7298 7301 7305 7308 7309 7311 7312 7316 7319 7322 7323 7324 7326 7327 7329 7330 7332 7333 7335 7339 7342 7345 7346 7348 7351 7354 7357 7360 7363 7366 7369 7372 7375 7378 7381 7384 7387 7390 7393 7394 7396 7397 7398 7400 7401 7405 7408 7411 7412 7413 7415 7416 7417 7418 7419 7420 7421 7422 7423 7424 7425 7426 7428 7429 7431 7432 7434 7435 7437 7438 7441 7444 7447 7448 7450 7452 7453 7456 7457 7458 7460 7461 7463 7464 7468 7469 7470 7472 7473 7475 7476 7478 7479 7481 7482 7484 7485 7487 7488 7490 7491 7493 7494 7496 7497 7499 7500 7502 7503 7505 7506 7508 7509 7513 7514 7515 7517 7518 7520 7521 7525 7550 7553 7554 7598 7602 7605 7608 7611 7618 7620 7622 7623 7625 7626 7630 7634 7638 7641 7644 7648 7650 7652 7653 7655 7656 7660 7729 7779 7781 7782 7793 7797 7800 7803 7835 7840 7842 7844 7845 7847 7848 7852 10070 10073 10077 10080 10082 10083 10086 10090 10093 10096 10097 10098 10102 10399 10417 10427 10451 10454 10457 10458 10460 10461 10465 10466 10468 10470 10473 10484 10508 10511 10513 10514 10515 10516 10517 10518 10519 10520 10521 10522 10523 10527 10538 10542 10544 10546 10548 10549 10550 10551 10552 10553 10554 10555 10556 10557 10558 10559 10561 10563 10565 10567 10569 10570 10571 10572 10573 10574 10575 10576 10577 10578 10579 10580 10581 10582 10584 10585 10587 10588 10599 10601 10602 10604 10605 10607 10608 10612 10613 10615 10616 10617 10619 10620 10622 10623 10625 10626 10630 10633 10636 10637 10638 10640 10641 10643 10644 10646 10647 10651 10654 10657 10658 10659 10661 10662 10664 10665 10669 10672 10673 10674 10676 10677 10679 10680 10682 10683 10687 10690 10693 10696 10699 10702 10703 10704 10706 10707 10709 10710 10712 10713 10717 10720 10723 10724 10725 10727 10728 10730 10731 10733 10734 10738 10741 10744 10745 10746 10748 10749 10751 10752 10756 10759 10760 10761 10763 10764 10766 10767 10769 10770 10774 10777 10780 10783 10786 10789 10792 10793 10798 10801 10802 10803 10805 10806 10810 10811 10812 10816 10817 10822 10825 10828 10830 10832 10834 10840 10842 10972 10974 10977 10980 10984 10987 10990 10992 10995 10998 11000 11001 11003 11005 11006 11007 11008 11009 11010 11011 11012 11013 11014 11015 11016 11017 11018 11019 11020 11021 11022 11023 11024 11025 11026 11027 11028 11029 11030 11031 11032 11033 11034 11035 11036 11037 11038 11039 11040 11041 11042 11043 11044 11045 11046 11047 11048 11049 11050 11051 11052 11053 11054 11055 11056 11057 11058 11059 11060 11061 11062 11063 11064 11065 11066 11067 11068 11069 11070 11071 11072 11073 11074 11075 11076 11077 11078 11079 11080 11081 11082 11083 11084 11085 11086 11087 11088 11089 11090 11091 11092 11093 11094 11095 11096 11097 11098 11099 11100 11101 11102 11103 11104 11105 11106 11107 11108 11109 11110 11111 11112 11113 11114 11115 11116 11117 11118 11119 11120 11121 11122 11123 11124 11125 11126 11127 11128 11129 11130 11131 11132 11133 11134 11135 11136 11137 11138 11139 11140 11141 11142 11143 11144 11145 11146 11147 11148 11149 11150 11151 11152 11153 11154 11155 11156 11157 11158 11159 11160 11161 11162 11163 11164 11165 11166 11167 11168 11169 11170 11171 11172 11173 11174 11175 11176 11177 11178 11179 11180 11181 11182 11183 11184 11185 11186 11187 11188 11189 11190 11191 11192 11193 11194 11195 11196 11197 11198 11199 11200 11201 11202 11203 11204 11205 11206 11207 11208 11209 11210 11211 11212 11213 11214 11215 11216 11217 11218 11219 11220 11221 11222 11223 11224 11225 11226 11227 11228 11229 11230 11231 11232 11233 11234 11235 11236 11237 11238 11239 11240 11242 11243 11244 11245 11246 11247 11248 11249 11250 11251 11252 11253 11254 11255 11256 11257 11258 11259 11260 11261 11262 11263 11264 11265 11266 11267 11268 11269 11270 11271 11272 11273 11274 11275 11276 11277 11278 11280 11281 11282 11319 11320 11321 11322 11323 11324 11325 11326 11327 11328 11329 11330 11331 11332 11333 11334 11335 11336 11337 11338 11339 11340 11341 11342 11343 11344 11345 11346 11347 11348 11349 11350 11351 11352 11353 11354 11355 11356 11357 11358 11359 11360 11361 11362 11363 11364 11365 11366 11367 11368 11369 11370 11371 11372 11373 11374 11375 11376 11377 11378 11379 11380 11381 11382 11383 11384 11385 11386 11387 11388 11389 11390 11391 11392 11393 11394 11395 11396 11397 11398 11399 11400 11401 11402 11437 11438 11439 11440 11441 11442 11443 11444 11445 11446 11447 11448 11449 11450 11451 11452 11453 11454 11455 11456 11457 11458 11459 11460 11461 11462 11463 11464 11465 11466 11467 11468 11469 11470 11471 11472 11473 11474 11475 11476 11477 11478 11479 11480 11481 11482 11483 11484 11485 11486 11487 11488 11489 11490 11493 11494 11495 11496 11497 11498 11499 11500 11501 11504 11505 11507 11509 11511 11513 11515 11517 11519 11521 11523 11525 11527 11529 11531 11533 11535 11537 11539 11541 11543 11545 11547 11549 11551 11553 11555 11557 11559 11561 11563 11602 11676 11717 11718 11758 11802 11804 11806 0
328.78/330.19	c Total wall clock time (in seconds) : 330.055

Verifier Data

OK	7458

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3482984-1307604261/watcher-3482984-1307604261 -o /tmp/evaluation-result-3482984-1307604261/solver-3482984-1307604261 -C 1800 -W 1850 -M 7680 java -Xms6000m -Xmx6000m -jar sat4j-mus-v20110206.jar HOME/instance-3482984-1307604261.cnf 

running on 2 cores: 1,3

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


[startup+0 s]
/proc/loadavg: 4.04 1.65 0.61 5/955 908
/proc/meminfo: memFree=2314000/32950928 swapFree=26914392/67111528
[pid=908] ppid=906 vsize=9100 CPUtime=0 cores=1,3
/proc/908/stat : 908 (java) S 906 908 24287 0 -1 4202496 233 0 0 0 0 0 0 0 18 0 1 0 872022784 9318400 170 33554432000 1073741824 1073778376 140735987226976 18446744073709551615 254500687717 0 2147483391 4096 0 18446744071699199166 0 0 17 1 0 0 0
/proc/908/statm: 2275 170 130 9 0 67 0
[pid=908/tid=911] ppid=906 vsize=6343692 CPUtime=0 cores=1,3
/proc/908/task/911/stat : 911 (java) R 906 908 24287 0 -1 4202560 5580 0 1 0 0 0 0 0 18 0 10 0 872022785 6495940608 6405 33554432000 1073741824 1073778376 140733569025856 18446744073709551615 47253469896870 0 4 0 16784584 0 0 0 -1 1 0 0 0
[pid=908/tid=913] ppid=906 vsize=6343692 CPUtime=0 cores=1,3
/proc/908/task/913/stat : 913 (java) R 906 908 24287 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 10 0 872022786 6495940608 6412 33554432000 1073741824 1073778376 140733569025856 18446744073709551615 254512507801 0 4 0 16784584 0 0 0 -1 1 0 0 0
[pid=908/tid=914] ppid=906 vsize=6343692 CPUtime=0 cores=1,3
/proc/908/task/914/stat : 914 (java) R 906 908 24287 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 10 0 872022786 6495940608 6427 33554432000 1073741824 1073778376 140733569025856 18446744073709551615 254512507801 0 4 0 16784584 0 0 0 -1 1 0 0 0
[pid=908/tid=915] ppid=906 vsize=6343692 CPUtime=0 cores=1,3
/proc/908/task/915/stat : 915 (java) R 906 908 24287 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 10 0 872022786 6495940608 6441 33554432000 1073741824 1073778376 140733569025856 18446744073709551615 254512507801 0 4 0 16784584 0 0 0 -1 1 0 0 0
[pid=908/tid=916] ppid=906 vsize=6343692 CPUtime=0 cores=1,3
/proc/908/task/916/stat : 916 (java) R 906 908 24287 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 10 0 872022786 6495940608 6442 33554432000 1073741824 1073778376 140733569025856 18446744073709551615 254512507801 0 4 0 16784584 0 0 0 -1 1 0 0 0
[pid=908/tid=917] ppid=906 vsize=6343692 CPUtime=0 cores=1,3
/proc/908/task/917/stat : 917 (java) R 906 908 24287 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 10 0 872022786 6495940608 6445 33554432000 1073741824 1073778376 140733569025856 18446744073709551615 254512507801 0 4 0 16784584 0 0 0 -1 1 0 0 0
[pid=908/tid=918] ppid=906 vsize=6343692 CPUtime=0 cores=1,3
/proc/908/task/918/stat : 918 (java) R 906 908 24287 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 10 0 872022786 6495940608 6446 33554432000 1073741824 1073778376 140733569025856 18446744073709551615 254512507801 0 4 0 16784584 0 0 0 -1 1 0 0 0
[pid=908/tid=919] ppid=906 vsize=6343692 CPUtime=0 cores=1,3
/proc/908/task/919/stat : 919 (java) R 906 908 24287 0 -1 4202560 2 0 0 0 0 0 0 0 19 0 10 0 872022786 6495940608 6448 33554432000 1073741824 1073778376 140733569025856 18446744073709551615 254512507801 0 4 0 16784584 0 0 0 -1 1 0 0 0
[pid=908/tid=920] ppid=906 vsize=6343692 CPUtime=0 cores=1,3
/proc/908/task/920/stat : 920 (java) R 906 908 24287 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 10 0 872022786 6495940608 6451 33554432000 1073741824 1073778376 140733569025856 18446744073709551615 254512517813 0 4 0 16784584 0 0 0 -1 1 0 0 0

[startup+0.031621 s]
/proc/loadavg: 4.04 1.65 0.61 5/955 908
/proc/meminfo: memFree=2314000/32950928 swapFree=26914392/67111528
[pid=908] ppid=906 vsize=6356088 CPUtime=0.01 cores=1,3
/proc/908/stat : 908 (java) S 906 908 24287 0 -1 4202496 7617 0 1 0 1 0 0 0 17 0 11 0 872022784 6508634112 7317 33554432000 1073741824 1073778376 140733569025856 18446744073709551615 254512494565 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/908/statm: 1589022 7317 1600 9 0 1579770 0
[pid=908/tid=911] ppid=906 vsize=6356088 CPUtime=0.01 cores=1,3
/proc/908/task/911/stat : 911 (java) R 906 908 24287 0 -1 4202560 6493 0 1 0 1 0 0 0 20 0 11 0 872022785 6508634112 7317 33554432000 1073741824 1073778376 140733569025856 18446744073709551615 47253473253363 0 4 0 16784584 0 0 0 -1 1 0 0 0
[pid=908/tid=913] ppid=906 vsize=6356088 CPUtime=0 cores=1,3
/proc/908/task/913/stat : 913 (java) S 906 908 24287 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 11 0 872022786 6508634112 7317 33554432000 1073741824 1073778376 140733569025856 18446744073709551615 254512507801 0 4 0 16784584 18446604464951086080 0 0 -1 3 0 0 0
[pid=908/tid=914] ppid=906 vsize=6356088 CPUtime=0 cores=1,3
/proc/908/task/914/stat : 914 (java) S 906 908 24287 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 11 0 872022786 6508634112 7318 33554432000 1073741824 1073778376 140733569025856 18446744073709551615 254512507801 0 4 0 16784584 18446604464951086080 0 0 -1 1 0 0 0
[pid=908/tid=915] ppid=906 vsize=6356088 CPUtime=0 cores=1,3
/proc/908/task/915/stat : 915 (java) S 906 908 24287 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 11 0 872022786 6508634112 7319 33554432000 1073741824 1073778376 140733569025856 18446744073709551615 254512507801 0 4 0 16784584 18446604464951086080 0 0 -1 3 0 0 0
[pid=908/tid=916] ppid=906 vsize=6356088 CPUtime=0 cores=1,3
/proc/908/task/916/stat : 916 (java) S 906 908 24287 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 11 0 872022786 6508634112 7320 33554432000 1073741824 1073778376 140733569025856 18446744073709551615 254512507801 0 4 0 16784584 18446604464951086080 0 0 -1 3 0 0 0
[pid=908/tid=917] ppid=906 vsize=6356088 CPUtime=0 cores=1,3
/proc/908/task/917/stat : 917 (java) S 906 908 24287 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 11 0 872022786 6508634112 7321 33554432000 1073741824 1073778376 140733569025856 18446744073709551615 254512507801 0 4 0 16784584 18446604464951086080 0 0 -1 3 0 0 0
[pid=908/tid=918] ppid=906 vsize=6356088 CPUtime=0 cores=1,3
/proc/908/task/918/stat : 918 (java) S 906 908 24287 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 11 0 872022786 6508634112 7321 33554432000 1073741824 1073778376 140733569025856 18446744073709551615 254512507801 0 4 0 16784584 18446604464951086080 0 0 -1 3 0 0 0
[pid=908/tid=919] ppid=906 vsize=6356088 CPUtime=0 cores=1,3
/proc/908/task/919/stat : 919 (java) S 906 908 24287 0 -1 4202560 2 0 0 0 0 0 0 0 19 0 11 0 872022786 6508634112 7322 33554432000 1073741824 1073778376 140733569025856 18446744073709551615 254512507801 0 4 0 16784584 18446604464951086080 0 0 -1 3 0 0 0
[pid=908/tid=920] ppid=906 vsize=6356088 CPUtime=0 cores=1,3
/proc/908/task/920/stat : 920 (java) S 906 908 24287 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 11 0 872022786 6508634112 7322 33554432000 1073741824 1073778376 140733569025856 18446744073709551615 254512507801 0 4 0 16784584 18446604464951086080 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 6356088

[startup+0.100654 s]
/proc/loadavg: 4.04 1.65 0.61 5/955 908
/proc/meminfo: memFree=2314000/32950928 swapFree=26914392/67111528
[pid=908] ppid=906 vsize=6364156 CPUtime=0.08 cores=1,3
/proc/908/stat : 908 (java) S 906 908 24287 0 -1 4202496 8961 0 1 0 7 1 0 0 17 0 18 0 872022784 6516895744 8659 33554432000 1073741824 1073778376 140733569025856 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/908/statm: 1591039 8659 1751 9 0 1581777 0
[pid=908/tid=911] ppid=906 vsize=6364156 CPUtime=0.08 cores=1,3
/proc/908/task/911/stat : 911 (java) R 906 908 24287 0 -1 4202560 7787 0 1 0 7 1 0 0 25 0 18 0 872022785 6516895744 8660 33554432000 1073741824 1073778376 140733569025856 18446744073709551615 47253475351379 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=908/tid=913] ppid=906 vsize=6364156 CPUtime=0 cores=1,3
/proc/908/task/913/stat : 913 (java) S 906 908 24287 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 18 0 872022786 6516895744 8660 33554432000 1073741824 1073778376 140733569025856 18446744073709551615 254512507801 0 4 0 16800975 18446604464951086080 0 0 -1 3 0 0 0
[pid=908/tid=914] ppid=906 vsize=6364156 CPUtime=0 cores=1,3
/proc/908/task/914/stat : 914 (java) S 906 908 24287 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 872022786 6516895744 8661 33554432000 1073741824 1073778376 140733569025856 18446744073709551615 254512507801 0 4 0 16800975 18446604464951086080 0 0 -1 1 0 0 0
[pid=908/tid=915] ppid=906 vsize=6364156 CPUtime=0 cores=1,3
/proc/908/task/915/stat : 915 (java) S 906 908 24287 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 872022786 6516895744 8661 33554432000 1073741824 1073778376 140733569025856 18446744073709551615 254512507801 0 4 0 16800975 18446604464951086080 0 0 -1 3 0 0 0
[pid=908/tid=916] ppid=906 vsize=6364156 CPUtime=0 cores=1,3
/proc/908/task/916/stat : 916 (java) S 906 908 24287 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 872022786 6516895744 8661 33554432000 1073741824 1073778376 140733569025856 18446744073709551615 254512507801 0 4 0 16800975 18446604464951086080 0 0 -1 3 0 0 0
[pid=908/tid=917] ppid=906 vsize=6364156 CPUtime=0 cores=1,3
/proc/908/task/917/stat : 917 (java) S 906 908 24287 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 872022786 6516895744 8661 33554432000 1073741824 1073778376 140733569025856 18446744073709551615 254512507801 0 4 0 16800975 18446604464951086080 0 0 -1 3 0 0 0
[pid=908/tid=918] ppid=906 vsize=6364156 CPUtime=0 cores=1,3
/proc/908/task/918/stat : 918 (java) S 906 908 24287 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 872022786 6516895744 8661 33554432000 1073741824 1073778376 140733569025856 18446744073709551615 254512507801 0 4 0 16800975 18446604464951086080 0 0 -1 3 0 0 0
[pid=908/tid=919] ppid=906 vsize=6364156 CPUtime=0 cores=1,3
/proc/908/task/919/stat : 919 (java) S 906 908 24287 0 -1 4202560 2 0 0 0 0 0 0 0 19 0 18 0 872022786 6516895744 8661 33554432000 1073741824 1073778376 140733569025856 18446744073709551615 254512507801 0 4 0 16800975 18446604464951086080 0 0 -1 3 0 0 0
[pid=908/tid=920] ppid=906 vsize=6364156 CPUtime=0 cores=1,3
/proc/908/task/920/stat : 920 (java) S 906 908 24287 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 872022786 6516895744 8661 33554432000 1073741824 1073778376 140733569025856 18446744073709551615 254512507801 0 4 0 16800975 18446604464951086080 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 6364156

[startup+0.300558 s]
/proc/loadavg: 4.04 1.65 0.61 5/955 908
/proc/meminfo: memFree=2314000/32950928 swapFree=26914392/67111528
[pid=908] ppid=906 vsize=6430548 CPUtime=0.45 cores=1,3
/proc/908/stat : 908 (java) S 906 908 24287 0 -1 4202496 13071 0 1 0 43 2 0 0 17 0 18 0 872022784 6584881152 11989 33554432000 1073741824 1073778376 140733569025856 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/908/statm: 1607637 11989 2203 9 0 1598375 0
[pid=908/tid=911] ppid=906 vsize=6430548 CPUtime=0.27 cores=1,3
/proc/908/task/911/stat : 911 (java) R 906 908 24287 0 -1 4202560 9426 0 1 0 26 1 0 0 25 0 18 0 872022785 6584881152 11989 33554432000 1073741824 1073778376 140733569025856 18446744073709551615 46912505181646 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=908/tid=913] ppid=906 vsize=6430548 CPUtime=0 cores=1,3
/proc/908/task/913/stat : 913 (java) S 906 908 24287 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 18 0 872022786 6584881152 11989 33554432000 1073741824 1073778376 140733569025856 18446744073709551615 254512507801 0 4 0 16800975 18446604464951086080 0 0 -1 3 0 0 0
[pid=908/tid=914] ppid=906 vsize=6430548 CPUtime=0 cores=1,3
/proc/908/task/914/stat : 914 (java) S 906 908 24287 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 872022786 6584881152 11989 33554432000 1073741824 1073778376 140733569025856 18446744073709551615 254512507801 0 4 0 16800975 18446604464951086080 0 0 -1 1 0 0 0
[pid=908/tid=915] ppid=906 vsize=6430548 CPUtime=0 cores=1,3
/proc/908/task/915/stat : 915 (java) S 906 908 24287 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 872022786 6584881152 11989 33554432000 1073741824 1073778376 140733569025856 18446744073709551615 254512507801 0 4 0 16800975 18446604464951086080 0 0 -1 3 0 0 0
[pid=908/tid=916] ppid=906 vsize=6430548 CPUtime=0 cores=1,3
/proc/908/task/916/stat : 916 (java) S 906 908 24287 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 872022786 6584881152 11989 33554432000 1073741824 1073778376 140733569025856 18446744073709551615 254512507801 0 4 0 16800975 18446604464951086080 0 0 -1 3 0 0 0
[pid=908/tid=917] ppid=906 vsize=6430548 CPUtime=0 cores=1,3
/proc/908/task/917/stat : 917 (java) S 906 908 24287 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 872022786 6584881152 11989 33554432000 1073741824 1073778376 140733569025856 18446744073709551615 254512507801 0 4 0 16800975 18446604464951086080 0 0 -1 3 0 0 0
[pid=908/tid=918] ppid=906 vsize=6430548 CPUtime=0 cores=1,3
/proc/908/task/918/stat : 918 (java) S 906 908 24287 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 872022786 6584881152 11989 33554432000 1073741824 1073778376 140733569025856 18446744073709551615 254512507801 0 4 0 16800975 18446604464951086080 0 0 -1 3 0 0 0
[pid=908/tid=919] ppid=906 vsize=6430548 CPUtime=0 cores=1,3
/proc/908/task/919/stat : 919 (java) S 906 908 24287 0 -1 4202560 2 0 0 0 0 0 0 0 19 0 18 0 872022786 6584881152 11989 33554432000 1073741824 1073778376 140733569025856 18446744073709551615 254512507801 0 4 0 16800975 18446604464951086080 0 0 -1 3 0 0 0
[pid=908/tid=920] ppid=906 vsize=6430548 CPUtime=0 cores=1,3
/proc/908/task/920/stat : 920 (java) S 906 908 24287 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 872022786 6584881152 11989 33554432000 1073741824 1073778376 140733569025856 18446744073709551615 254512507801 0 4 0 16800975 18446604464951086080 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 6430548

[startup+0.700477 s]
/proc/loadavg: 4.04 1.65 0.61 5/955 908
/proc/meminfo: memFree=2314000/32950928 swapFree=26914392/67111528
[pid=908] ppid=906 vsize=6431576 CPUtime=1.22 cores=1,3
/proc/908/stat : 908 (java) S 906 908 24287 0 -1 4202496 16719 0 1 0 120 2 0 0 17 0 19 0 872022784 6585933824 13708 33554432000 1073741824 1073778376 140733569025856 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/908/statm: 1607894 13708 2221 9 0 1598632 0
[pid=908/tid=911] ppid=906 vsize=6431576 CPUtime=0.67 cores=1,3
/proc/908/task/911/stat : 911 (java) R 906 908 24287 0 -1 4202560 9664 0 1 0 66 1 0 0 25 0 19 0 872022785 6585933824 13708 33554432000 1073741824 1073778376 140733569025856 18446744073709551615 46912505757045 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=908/tid=913] ppid=906 vsize=6431576 CPUtime=0 cores=1,3
/proc/908/task/913/stat : 913 (java) S 906 908 24287 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 872022786 6585933824 13708 33554432000 1073741824 1073778376 140733569025856 18446744073709551615 254512507801 0 4 0 16800975 18446604464951086080 0 0 -1 3 0 0 0
[pid=908/tid=914] ppid=906 vsize=6431576 CPUtime=0 cores=1,3
/proc/908/task/914/stat : 914 (java) S 906 908 24287 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 872022786 6585933824 13708 33554432000 1073741824 1073778376 140733569025856 18446744073709551615 254512507801 0 4 0 16800975 18446604464951086080 0 0 -1 1 0 0 0
[pid=908/tid=915] ppid=906 vsize=6431576 CPUtime=0 cores=1,3
/proc/908/task/915/stat : 915 (java) S 906 908 24287 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 872022786 6585933824 13708 33554432000 1073741824 1073778376 140733569025856 18446744073709551615 254512507801 0 4 0 16800975 18446604464951086080 0 0 -1 3 0 0 0
[pid=908/tid=916] ppid=906 vsize=6431576 CPUtime=0 cores=1,3
/proc/908/task/916/stat : 916 (java) S 906 908 24287 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 872022786 6585933824 13708 33554432000 1073741824 1073778376 140733569025856 18446744073709551615 254512507801 0 4 0 16800975 18446604464951086080 0 0 -1 3 0 0 0
[pid=908/tid=917] ppid=906 vsize=6431576 CPUtime=0 cores=1,3
/proc/908/task/917/stat : 917 (java) S 906 908 24287 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 872022786 6585933824 13708 33554432000 1073741824 1073778376 140733569025856 18446744073709551615 254512507801 0 4 0 16800975 18446604464951086080 0 0 -1 3 0 0 0
[pid=908/tid=918] ppid=906 vsize=6431576 CPUtime=0 cores=1,3
/proc/908/task/918/stat : 918 (java) S 906 908 24287 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 872022786 6585933824 13708 33554432000 1073741824 1073778376 140733569025856 18446744073709551615 254512507801 0 4 0 16800975 18446604464951086080 0 0 -1 3 0 0 0
[pid=908/tid=919] ppid=906 vsize=6431576 CPUtime=0 cores=1,3
/proc/908/task/919/stat : 919 (java) S 906 908 24287 0 -1 4202560 2 0 0 0 0 0 0 0 19 0 19 0 872022786 6585933824 13708 33554432000 1073741824 1073778376 140733569025856 18446744073709551615 254512507801 0 4 0 16800975 18446604464951086080 0 0 -1 3 0 0 0
[pid=908/tid=920] ppid=906 vsize=6431576 CPUtime=0 cores=1,3
/proc/908/task/920/stat : 920 (java) S 906 908 24287 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 872022786 6585933824 13708 33554432000 1073741824 1073778376 140733569025856 18446744073709551615 254512507801 0 4 0 16800975 18446604464951086080 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 6431576

[startup+1.50541 s]
/proc/loadavg: 4.04 1.69 0.63 5/974 1001
/proc/meminfo: memFree=2261404/32950928 swapFree=26914392/67111528
[pid=908] ppid=906 vsize=6432268 CPUtime=2.08 cores=1,3
/proc/908/stat : 908 (java) S 906 908 24287 0 -1 4202496 22101 0 1 0 205 3 0 0 17 0 19 0 872022784 6586642432 18718 33554432000 1073741824 1073778376 140733569025856 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/908/statm: 1608067 18718 2243 9 0 1598805 0
[pid=908/tid=911] ppid=906 vsize=6432268 CPUtime=1.43 cores=1,3
/proc/908/task/911/stat : 911 (java) S 906 908 24287 0 -1 4202560 12612 0 1 0 141 2 0 0 25 0 19 0 872022785 6586642432 18718 33554432000 1073741824 1073778376 140733569025856 18446744073709551615 254512507801 0 4 0 16800975 18446604464951086080 0 0 -1 3 0 0 0
[pid=908/tid=913] ppid=906 vsize=6432268 CPUtime=0 cores=1,3
/proc/908/task/913/stat : 913 (java) S 906 908 24287 0 -1 4202560 553 0 0 0 0 0 0 0 18 0 19 0 872022786 6586642432 18718 33554432000 1073741824 1073778376 140733569025856 18446744073709551615 254512507801 0 4 0 16800975 18446604464951086080 0 0 -1 1 0 0 0
[pid=908/tid=914] ppid=906 vsize=6432268 CPUtime=0 cores=1,3
/proc/908/task/914/stat : 914 (java) S 906 908 24287 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 872022786 6586642432 18718 33554432000 1073741824 1073778376 140733569025856 18446744073709551615 254512507801 0 4 0 16800975 18446604464951086080 0 0 -1 1 0 0 0
[pid=908/tid=915] ppid=906 vsize=6432268 CPUtime=0 cores=1,3
/proc/908/task/915/stat : 915 (java) S 906 908 24287 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 872022786 6586642432 18718 33554432000 1073741824 1073778376 140733569025856 18446744073709551615 254512507801 0 4 0 16800975 18446604464951086080 0 0 -1 1 0 0 0
[pid=908/tid=916] ppid=906 vsize=6432268 CPUtime=0 cores=1,3
/proc/908/task/916/stat : 916 (java) S 906 908 24287 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 872022786 6586642432 18718 33554432000 1073741824 1073778376 140733569025856 18446744073709551615 254512507801 0 4 0 16800975 18446604464951086080 0 0 -1 1 0 0 0
[pid=908/tid=917] ppid=906 vsize=6432268 CPUtime=0 cores=1,3
/proc/908/task/917/stat : 917 (java) S 906 908 24287 0 -1 4202560 235 0 0 0 0 0 0 0 18 0 19 0 872022786 6586642432 18718 33554432000 1073741824 1073778376 140733569025856 18446744073709551615 254512507801 0 4 0 16800975 18446604464951086080 0 0 -1 1 0 0 0
[pid=908/tid=918] ppid=906 vsize=6432268 CPUtime=0 cores=1,3
/proc/908/task/918/stat : 918 (java) S 906 908 24287 0 -1 4202560 992 0 0 0 0 0 0 0 18 0 19 0 872022786 6586642432 18718 33554432000 1073741824 1073778376 140733569025856 18446744073709551615 254512507801 0 4 0 16800975 18446604464951086080 0 0 -1 1 0 0 0
[pid=908/tid=919] ppid=906 vsize=6432268 CPUtime=0 cores=1,3
/proc/908/task/919/stat : 919 (java) S 906 908 24287 0 -1 4202560 76 0 0 0 0 0 0 0 18 0 19 0 872022786 6586642432 18718 33554432000 1073741824 1073778376 140733569025856 18446744073709551615 254512507801 0 4 0 16800975 18446604464951086080 0 0 -1 1 0 0 0
[pid=908/tid=920] ppid=906 vsize=6432268 CPUtime=0 cores=1,3
/proc/908/task/920/stat : 920 (java) S 906 908 24287 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 872022786 6586642432 18718 33554432000 1073741824 1073778376 140733569025856 18446744073709551615 254512507801 0 4 0 16800975 18446604464951086080 0 0 -1 1 0 0 0
[pid=908/tid=923] ppid=906 vsize=6432268 CPUtime=0 cores=1,3
/proc/908/task/923/stat : 923 (java) R 906 908 24287 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 19 0 872022787 6586642432 18718 33554432000 1073741824 1073778376 140733569025856 18446744073709551615 47253473710492 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=908/tid=924] ppid=906 vsize=6432268 CPUtime=0 cores=1,3
/proc/908/task/924/stat : 924 (java) S 906 908 24287 0 -1 4202560 16 0 0 0 0 0 0 0 21 0 19 0 872022787 6586642432 18718 33554432000 1073741824 1073778376 140733569025856 18446744073709551615 254512507801 0 4 0 16800975 18446604464951086080 0 0 -1 1 0 0 0
[pid=908/tid=925] ppid=906 vsize=6432268 CPUtime=0 cores=1,3
/proc/908/task/925/stat : 925 (java) S 906 908 24287 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 19 0 872022787 6586642432 18718 33554432000 1073741824 1073778376 140733569025856 18446744073709551615 254512507801 0 4 0 16800975 18446604464951086080 0 0 -1 1 0 0 0
[pid=908/tid=926] ppid=906 vsize=6432268 CPUtime=0 cores=1,3
/proc/908/task/926/stat : 926 (java) S 906 908 24287 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 872022790 6586642432 18718 33554432000 1073741824 1073778376 140733569025856 18446744073709551615 254512515505 0 4 0 16800975 18446604464951086080 0 0 -1 1 0 0 0
[pid=908/tid=927] ppid=906 vsize=6432268 CPUtime=0.54 cores=1,3
/proc/908/task/927/stat : 927 (java) S 906 908 24287 0 -1 4202560 5756 0 0 0 54 0 0 0 15 0 19 0 872022790 6586642432 18718 33554432000 1073741824 1073778376 140733569025856 18446744073709551615 254512507801 0 4 0 16800975 18446604464951086080 0 0 -1 1 0 0 0
[pid=908/tid=928] ppid=906 vsize=6432268 CPUtime=0.05 cores=1,3
/proc/908/task/928/stat : 928 (java) S 906 908 24287 0 -1 4202560 709 0 0 0 5 0 0 0 18 0 19 0 872022790 6586642432 18718 33554432000 1073741824 1073778376 140733569025856 18446744073709551615 254512507801 0 4 0 16800975 18446604464951086080 0 0 -1 3 0 0 0
[pid=908/tid=929] ppid=906 vsize=6432268 CPUtime=0 cores=1,3
/proc/908/task/929/stat : 929 (java) S 906 908 24287 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 872022790 6586642432 18718 33554432000 1073741824 1073778376 140733569025856 18446744073709551615 254512507801 0 4 0 16800975 18446604464951086080 0 0 -1 1 0 0 0
[pid=908/tid=930] ppid=906 vsize=6432268 CPUtime=0 cores=1,3
/proc/908/task/930/stat : 930 (java) S 906 908 24287 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 872022790 6586642432 18718 33554432000 1073741824 1073778376 140733569025856 18446744073709551615 254512508416 0 4 0 16800975 18446604464951086080 0 0 -1 3 0 0 0
[pid=908/tid=944] ppid=906 vsize=6432268 CPUtime=0 cores=1,3
/proc/908/task/944/stat : 944 (java) S 906 908 24287 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 872022816 6586642432 18718 33554432000 1073741824 1073778376 140733569025856 18446744073709551615 254512508416 0 4 0 16800975 18446604464951086080 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2.08
Current children cumulated vsize (KiB) 6432268

[startup+3.10105 s]

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

/proc/908/task/920/stat : 920 (java) S 906 908 24287 0 -1 4202560 28746 0 0 0 22 31 0 0 16 0 19 0 872022786 6607773696 599523 33554432000 1073741824 1073778376 140733569025856 18446744073709551615 254512507801 0 4 0 16800975 18446604464951086080 0 0 -1 1 0 0 236
[pid=908/tid=923] ppid=906 vsize=6452904 CPUtime=0.88 cores=1,3
/proc/908/task/923/stat : 923 (java) S 906 908 24287 0 -1 4202560 13677 0 0 0 87 1 0 0 15 0 19 0 872022787 6607773696 599523 33554432000 1073741824 1073778376 140733569025856 18446744073709551615 254512508416 0 0 0 16800975 18446604464951086080 0 0 -1 1 0 0 0
[pid=908/tid=924] ppid=906 vsize=6452904 CPUtime=0 cores=1,3
/proc/908/task/924/stat : 924 (java) S 906 908 24287 0 -1 4202560 20 0 0 0 0 0 0 0 15 0 19 0 872022787 6607773696 599523 33554432000 1073741824 1073778376 140733569025856 18446744073709551615 254512507801 0 4 0 16800975 18446604464951086080 0 0 -1 1 0 0 0
[pid=908/tid=925] ppid=906 vsize=6452904 CPUtime=0.04 cores=1,3
/proc/908/task/925/stat : 925 (java) S 906 908 24287 0 -1 4202560 64 0 0 0 4 0 0 0 15 0 19 0 872022787 6607773696 599523 33554432000 1073741824 1073778376 140733569025856 18446744073709551615 254512507801 0 4 0 16800975 18446604464951086080 0 0 -1 3 0 0 0
[pid=908/tid=926] ppid=906 vsize=6452904 CPUtime=0 cores=1,3
/proc/908/task/926/stat : 926 (java) S 906 908 24287 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 872022790 6607773696 599523 33554432000 1073741824 1073778376 140733569025856 18446744073709551615 254512515505 0 4 0 16800975 18446604464951086080 0 0 -1 1 0 0 0
[pid=908/tid=927] ppid=906 vsize=6452904 CPUtime=1.05 cores=1,3
/proc/908/task/927/stat : 927 (java) S 906 908 24287 0 -1 4202560 11021 0 0 0 104 1 0 0 15 0 19 0 872022790 6607773696 599523 33554432000 1073741824 1073778376 140733569025856 18446744073709551615 254512507801 0 4 0 16800975 18446604464951086080 0 0 -1 1 0 0 0
[pid=908/tid=928] ppid=906 vsize=6452904 CPUtime=0.94 cores=1,3
/proc/908/task/928/stat : 928 (java) S 906 908 24287 0 -1 4202560 26022 0 0 0 91 3 0 0 15 0 19 0 872022790 6607773696 599523 33554432000 1073741824 1073778376 140733569025856 18446744073709551615 254512507801 0 4 0 16800975 18446604464951086080 0 0 -1 1 0 0 0
[pid=908/tid=929] ppid=906 vsize=6452904 CPUtime=0 cores=1,3
/proc/908/task/929/stat : 929 (java) S 906 908 24287 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 872022790 6607773696 599523 33554432000 1073741824 1073778376 140733569025856 18446744073709551615 254512507801 0 4 0 16800975 18446604464951086080 0 0 -1 1 0 0 0
[pid=908/tid=930] ppid=906 vsize=6452904 CPUtime=0 cores=1,3
/proc/908/task/930/stat : 930 (java) S 906 908 24287 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 19 0 872022790 6607773696 599523 33554432000 1073741824 1073778376 140733569025856 18446744073709551615 254512508416 0 4 0 16800975 18446604464951086080 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 324.54
Current children cumulated vsize (KiB) 6452904

[startup+327.601 s]
/proc/loadavg: 5.09 4.15 2.04 7/975 17639
/proc/meminfo: memFree=104440/32950928 swapFree=24883260/67111528
[pid=908] ppid=906 vsize=6452904 CPUtime=326.14 cores=1,3
/proc/908/stat : 908 (java) S 906 908 24287 0 -1 4202496 631975 0 1 0 32088 526 0 0 17 0 18 0 872022784 6607773696 599523 33554432000 1073741824 1073778376 140733569025856 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/908/statm: 1613226 599523 2262 9 0 1603964 0
[pid=908/tid=911] ppid=906 vsize=6452904 CPUtime=317.74 cores=1,3
/proc/908/task/911/stat : 911 (java) R 906 908 24287 0 -1 4202560 391682 0 1 0 31598 176 0 0 25 0 18 0 872022785 6607773696 599523 33554432000 1073741824 1073778376 140733569025856 18446744073709551615 46912505656353 0 4 0 16800975 0 0 0 -1 1 0 0 283
[pid=908/tid=913] ppid=906 vsize=6452904 CPUtime=0.56 cores=1,3
/proc/908/task/913/stat : 913 (java) S 906 908 24287 0 -1 4202560 31101 0 0 0 15 41 0 0 16 0 18 0 872022786 6607773696 599523 33554432000 1073741824 1073778376 140733569025856 18446744073709551615 254512507801 0 4 0 16800975 18446604464951086080 0 0 -1 3 0 0 251
[pid=908/tid=914] ppid=906 vsize=6452904 CPUtime=0.55 cores=1,3
/proc/908/task/914/stat : 914 (java) S 906 908 24287 0 -1 4202560 28058 0 0 0 25 30 0 0 15 0 18 0 872022786 6607773696 599523 33554432000 1073741824 1073778376 140733569025856 18446744073709551615 254512507801 0 4 0 16800975 18446604464951086080 0 0 -1 1 0 0 238
[pid=908/tid=915] ppid=906 vsize=6452904 CPUtime=0.63 cores=1,3
/proc/908/task/915/stat : 915 (java) S 906 908 24287 0 -1 4202560 13091 0 0 0 8 55 0 0 16 0 18 0 872022786 6607773696 599523 33554432000 1073741824 1073778376 140733569025856 18446744073709551615 254512507801 0 4 0 16800975 18446604464951086080 0 0 -1 3 0 0 236
[pid=908/tid=916] ppid=906 vsize=6452904 CPUtime=0.47 cores=1,3
/proc/908/task/916/stat : 916 (java) S 906 908 24287 0 -1 4202560 8638 0 0 0 6 41 0 0 15 0 18 0 872022786 6607773696 599523 33554432000 1073741824 1073778376 140733569025856 18446744073709551615 254512507801 0 4 0 16800975 18446604464951086080 0 0 -1 1 0 0 238
[pid=908/tid=917] ppid=906 vsize=6452904 CPUtime=0.64 cores=1,3
/proc/908/task/917/stat : 917 (java) S 906 908 24287 0 -1 4202560 36140 0 0 0 27 37 0 0 16 0 18 0 872022786 6607773696 599523 33554432000 1073741824 1073778376 140733569025856 18446744073709551615 254512507801 0 4 0 16800975 18446604464951086080 0 0 -1 1 0 0 246
[pid=908/tid=918] ppid=906 vsize=6452904 CPUtime=0.49 cores=1,3
/proc/908/task/918/stat : 918 (java) S 906 908 24287 0 -1 4202560 19059 0 0 0 20 29 0 0 16 0 18 0 872022786 6607773696 599523 33554432000 1073741824 1073778376 140733569025856 18446744073709551615 254512507801 0 4 0 16800975 18446604464951086080 0 0 -1 1 0 0 239
[pid=908/tid=919] ppid=906 vsize=6452904 CPUtime=0.51 cores=1,3
/proc/908/task/919/stat : 919 (java) S 906 908 24287 0 -1 4202560 23372 0 0 0 24 27 0 0 16 0 18 0 872022786 6607773696 599523 33554432000 1073741824 1073778376 140733569025856 18446744073709551615 254512507801 0 4 0 16800975 18446604464951086080 0 0 -1 1 0 0 226
[pid=908/tid=920] ppid=906 vsize=6452904 CPUtime=0.53 cores=1,3
/proc/908/task/920/stat : 920 (java) S 906 908 24287 0 -1 4202560 28746 0 0 0 22 31 0 0 16 0 18 0 872022786 6607773696 599523 33554432000 1073741824 1073778376 140733569025856 18446744073709551615 254512507801 0 4 0 16800975 18446604464951086080 0 0 -1 1 0 0 236
[pid=908/tid=923] ppid=906 vsize=6452904 CPUtime=0.88 cores=1,3
/proc/908/task/923/stat : 923 (java) S 906 908 24287 0 -1 4202560 13677 0 0 0 87 1 0 0 15 0 18 0 872022787 6607773696 599523 33554432000 1073741824 1073778376 140733569025856 18446744073709551615 254512508416 0 0 0 16800975 18446604464951086080 0 0 -1 1 0 0 0
[pid=908/tid=924] ppid=906 vsize=6452904 CPUtime=0 cores=1,3
/proc/908/task/924/stat : 924 (java) S 906 908 24287 0 -1 4202560 20 0 0 0 0 0 0 0 15 0 18 0 872022787 6607773696 599523 33554432000 1073741824 1073778376 140733569025856 18446744073709551615 254512507801 0 4 0 16800975 18446604464951086080 0 0 -1 1 0 0 0
[pid=908/tid=925] ppid=906 vsize=6452904 CPUtime=0.04 cores=1,3
/proc/908/task/925/stat : 925 (java) S 906 908 24287 0 -1 4202560 64 0 0 0 4 0 0 0 15 0 18 0 872022787 6607773696 599523 33554432000 1073741824 1073778376 140733569025856 18446744073709551615 254512507801 0 4 0 16800975 18446604464951086080 0 0 -1 3 0 0 0
[pid=908/tid=926] ppid=906 vsize=6452904 CPUtime=0 cores=1,3
/proc/908/task/926/stat : 926 (java) S 906 908 24287 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 18 0 872022790 6607773696 599523 33554432000 1073741824 1073778376 140733569025856 18446744073709551615 254512515505 0 4 0 16800975 18446604464951086080 0 0 -1 1 0 0 0
[pid=908/tid=927] ppid=906 vsize=6452904 CPUtime=1.05 cores=1,3
/proc/908/task/927/stat : 927 (java) S 906 908 24287 0 -1 4202560 11021 0 0 0 104 1 0 0 15 0 18 0 872022790 6607773696 599523 33554432000 1073741824 1073778376 140733569025856 18446744073709551615 254512507801 0 4 0 16800975 18446604464951086080 0 0 -1 1 0 0 0
[pid=908/tid=928] ppid=906 vsize=6452904 CPUtime=0.94 cores=1,3
/proc/908/task/928/stat : 928 (java) S 906 908 24287 0 -1 4202560 26022 0 0 0 91 3 0 0 15 0 18 0 872022790 6607773696 599523 33554432000 1073741824 1073778376 140733569025856 18446744073709551615 254512507801 0 4 0 16800975 18446604464951086080 0 0 -1 1 0 0 0
[pid=908/tid=929] ppid=906 vsize=6452904 CPUtime=0 cores=1,3
/proc/908/task/929/stat : 929 (java) S 906 908 24287 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 872022790 6607773696 599523 33554432000 1073741824 1073778376 140733569025856 18446744073709551615 254512507801 0 4 0 16800975 18446604464951086080 0 0 -1 1 0 0 0
[pid=908/tid=930] ppid=906 vsize=6452904 CPUtime=0 cores=1,3
/proc/908/task/930/stat : 930 (java) S 906 908 24287 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 18 0 872022790 6607773696 599523 33554432000 1073741824 1073778376 140733569025856 18446744073709551615 254512508416 0 4 0 16800975 18446604464951086080 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 326.14
Current children cumulated vsize (KiB) 6452904

[startup+329.201 s]
/proc/loadavg: 5.09 4.15 2.04 5/975 17843
/proc/meminfo: memFree=104556/32950928 swapFree=24883260/67111528
[pid=908] ppid=906 vsize=6452904 CPUtime=327.73 cores=1,3
/proc/908/stat : 908 (java) S 906 908 24287 0 -1 4202496 631975 0 1 0 32246 527 0 0 17 0 19 0 872022784 6607773696 599523 33554432000 1073741824 1073778376 140733569025856 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/908/statm: 1613226 599523 2262 9 0 1603964 0
[pid=908/tid=911] ppid=906 vsize=6452904 CPUtime=319.34 cores=1,3
/proc/908/task/911/stat : 911 (java) R 906 908 24287 0 -1 4202560 391682 0 1 0 31757 177 0 0 25 0 19 0 872022785 6607773696 599523 33554432000 1073741824 1073778376 140733569025856 18446744073709551615 46912505681067 0 4 0 16800975 0 0 0 -1 1 0 0 283
[pid=908/tid=913] ppid=906 vsize=6452904 CPUtime=0.56 cores=1,3
/proc/908/task/913/stat : 913 (java) S 906 908 24287 0 -1 4202560 31101 0 0 0 15 41 0 0 16 0 19 0 872022786 6607773696 599523 33554432000 1073741824 1073778376 140733569025856 18446744073709551615 254512507801 0 4 0 16800975 18446604464951086080 0 0 -1 3 0 0 251
[pid=908/tid=914] ppid=906 vsize=6452904 CPUtime=0.55 cores=1,3
/proc/908/task/914/stat : 914 (java) S 906 908 24287 0 -1 4202560 28058 0 0 0 25 30 0 0 15 0 19 0 872022786 6607773696 599523 33554432000 1073741824 1073778376 140733569025856 18446744073709551615 254512507801 0 4 0 16800975 18446604464951086080 0 0 -1 1 0 0 238
[pid=908/tid=915] ppid=906 vsize=6452904 CPUtime=0.63 cores=1,3
/proc/908/task/915/stat : 915 (java) S 906 908 24287 0 -1 4202560 13091 0 0 0 8 55 0 0 16 0 19 0 872022786 6607773696 599523 33554432000 1073741824 1073778376 140733569025856 18446744073709551615 254512507801 0 4 0 16800975 18446604464951086080 0 0 -1 3 0 0 236
[pid=908/tid=916] ppid=906 vsize=6452904 CPUtime=0.47 cores=1,3
/proc/908/task/916/stat : 916 (java) S 906 908 24287 0 -1 4202560 8638 0 0 0 6 41 0 0 15 0 19 0 872022786 6607773696 599523 33554432000 1073741824 1073778376 140733569025856 18446744073709551615 254512507801 0 4 0 16800975 18446604464951086080 0 0 -1 1 0 0 238
[pid=908/tid=917] ppid=906 vsize=6452904 CPUtime=0.64 cores=1,3
/proc/908/task/917/stat : 917 (java) S 906 908 24287 0 -1 4202560 36140 0 0 0 27 37 0 0 16 0 19 0 872022786 6607773696 599523 33554432000 1073741824 1073778376 140733569025856 18446744073709551615 254512507801 0 4 0 16800975 18446604464951086080 0 0 -1 1 0 0 246
[pid=908/tid=918] ppid=906 vsize=6452904 CPUtime=0.49 cores=1,3
/proc/908/task/918/stat : 918 (java) S 906 908 24287 0 -1 4202560 19059 0 0 0 20 29 0 0 16 0 19 0 872022786 6607773696 599523 33554432000 1073741824 1073778376 140733569025856 18446744073709551615 254512507801 0 4 0 16800975 18446604464951086080 0 0 -1 1 0 0 239
[pid=908/tid=919] ppid=906 vsize=6452904 CPUtime=0.51 cores=1,3
/proc/908/task/919/stat : 919 (java) S 906 908 24287 0 -1 4202560 23372 0 0 0 24 27 0 0 16 0 19 0 872022786 6607773696 599523 33554432000 1073741824 1073778376 140733569025856 18446744073709551615 254512507801 0 4 0 16800975 18446604464951086080 0 0 -1 1 0 0 226
[pid=908/tid=920] ppid=906 vsize=6452904 CPUtime=0.53 cores=1,3
/proc/908/task/920/stat : 920 (java) S 906 908 24287 0 -1 4202560 28746 0 0 0 22 31 0 0 16 0 19 0 872022786 6607773696 599523 33554432000 1073741824 1073778376 140733569025856 18446744073709551615 254512507801 0 4 0 16800975 18446604464951086080 0 0 -1 1 0 0 236
[pid=908/tid=923] ppid=906 vsize=6452904 CPUtime=0.88 cores=1,3
/proc/908/task/923/stat : 923 (java) S 906 908 24287 0 -1 4202560 13677 0 0 0 87 1 0 0 15 0 19 0 872022787 6607773696 599523 33554432000 1073741824 1073778376 140733569025856 18446744073709551615 254512508416 0 0 0 16800975 18446604464951086080 0 0 -1 1 0 0 0
[pid=908/tid=924] ppid=906 vsize=6452904 CPUtime=0 cores=1,3
/proc/908/task/924/stat : 924 (java) S 906 908 24287 0 -1 4202560 20 0 0 0 0 0 0 0 15 0 19 0 872022787 6607773696 599523 33554432000 1073741824 1073778376 140733569025856 18446744073709551615 254512507801 0 4 0 16800975 18446604464951086080 0 0 -1 1 0 0 0
[pid=908/tid=925] ppid=906 vsize=6452904 CPUtime=0.04 cores=1,3
/proc/908/task/925/stat : 925 (java) S 906 908 24287 0 -1 4202560 64 0 0 0 4 0 0 0 15 0 19 0 872022787 6607773696 599523 33554432000 1073741824 1073778376 140733569025856 18446744073709551615 254512507801 0 4 0 16800975 18446604464951086080 0 0 -1 3 0 0 0
[pid=908/tid=926] ppid=906 vsize=6452904 CPUtime=0 cores=1,3
/proc/908/task/926/stat : 926 (java) S 906 908 24287 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 872022790 6607773696 599523 33554432000 1073741824 1073778376 140733569025856 18446744073709551615 254512515505 0 4 0 16800975 18446604464951086080 0 0 -1 1 0 0 0
[pid=908/tid=927] ppid=906 vsize=6452904 CPUtime=1.05 cores=1,3
/proc/908/task/927/stat : 927 (java) S 906 908 24287 0 -1 4202560 11021 0 0 0 104 1 0 0 15 0 19 0 872022790 6607773696 599523 33554432000 1073741824 1073778376 140733569025856 18446744073709551615 254512507801 0 4 0 16800975 18446604464951086080 0 0 -1 1 0 0 0
[pid=908/tid=928] ppid=906 vsize=6452904 CPUtime=0.94 cores=1,3
/proc/908/task/928/stat : 928 (java) S 906 908 24287 0 -1 4202560 26022 0 0 0 91 3 0 0 15 0 19 0 872022790 6607773696 599523 33554432000 1073741824 1073778376 140733569025856 18446744073709551615 254512507801 0 4 0 16800975 18446604464951086080 0 0 -1 1 0 0 0
[pid=908/tid=929] ppid=906 vsize=6452904 CPUtime=0 cores=1,3
/proc/908/task/929/stat : 929 (java) S 906 908 24287 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 872022790 6607773696 599523 33554432000 1073741824 1073778376 140733569025856 18446744073709551615 254512507801 0 4 0 16800975 18446604464951086080 0 0 -1 1 0 0 0
[pid=908/tid=930] ppid=906 vsize=6452904 CPUtime=0 cores=1,3
/proc/908/task/930/stat : 930 (java) S 906 908 24287 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 19 0 872022790 6607773696 599523 33554432000 1073741824 1073778376 140733569025856 18446744073709551615 254512508416 0 4 0 16800975 18446604464951086080 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 327.73
Current children cumulated vsize (KiB) 6452904

[startup+330.001 s]
/proc/loadavg: 5.09 4.15 2.04 6/975 18049
/proc/meminfo: memFree=104556/32950928 swapFree=24883260/67111528
[pid=908] ppid=906 vsize=6452904 CPUtime=328.63 cores=1,3
/proc/908/stat : 908 (java) S 906 908 24287 0 -1 4202496 631990 0 1 0 32336 527 0 0 17 0 18 0 872022784 6607773696 599535 33554432000 1073741824 1073778376 140733569025856 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/908/statm: 1613226 599535 2262 9 0 1603964 0
[pid=908/tid=911] ppid=906 vsize=6452904 CPUtime=320.06 cores=1,3
/proc/908/task/911/stat : 911 (java) R 906 908 24287 0 -1 4202560 391684 0 1 0 31829 177 0 0 25 0 18 0 872022785 6607773696 599535 33554432000 1073741824 1073778376 140733569025856 18446744073709551615 47253475013504 0 4 0 16800975 0 0 0 -1 3 0 0 283
[pid=908/tid=913] ppid=906 vsize=6452904 CPUtime=0.56 cores=1,3
/proc/908/task/913/stat : 913 (java) S 906 908 24287 0 -1 4202560 31101 0 0 0 15 41 0 0 15 0 18 0 872022786 6607773696 599535 33554432000 1073741824 1073778376 140733569025856 18446744073709551615 254512507801 0 4 0 16800975 18446604464951086080 0 0 -1 3 0 0 251
[pid=908/tid=914] ppid=906 vsize=6452904 CPUtime=0.61 cores=1,3
/proc/908/task/914/stat : 914 (java) S 906 908 24287 0 -1 4202560 28058 0 0 0 31 30 0 0 16 0 18 0 872022786 6607773696 599535 33554432000 1073741824 1073778376 140733569025856 18446744073709551615 254512507801 0 4 0 16800975 18446604464951086080 0 0 -1 3 0 0 238
[pid=908/tid=915] ppid=906 vsize=6452904 CPUtime=0.69 cores=1,3
/proc/908/task/915/stat : 915 (java) S 906 908 24287 0 -1 4202560 13091 0 0 0 14 55 0 0 16 0 18 0 872022786 6607773696 599535 33554432000 1073741824 1073778376 140733569025856 18446744073709551615 254512507801 0 4 0 16800975 18446604464951086080 0 0 -1 3 0 0 236
[pid=908/tid=916] ppid=906 vsize=6452904 CPUtime=0.47 cores=1,3
/proc/908/task/916/stat : 916 (java) S 906 908 24287 0 -1 4202560 8638 0 0 0 6 41 0 0 15 0 18 0 872022786 6607773696 599535 33554432000 1073741824 1073778376 140733569025856 18446744073709551615 254512507801 0 4 0 16800975 18446604464951086080 0 0 -1 3 0 0 238
[pid=908/tid=917] ppid=906 vsize=6452904 CPUtime=0.64 cores=1,3
/proc/908/task/917/stat : 917 (java) S 906 908 24287 0 -1 4202560 36140 0 0 0 27 37 0 0 15 0 18 0 872022786 6607773696 599535 33554432000 1073741824 1073778376 140733569025856 18446744073709551615 254512507801 0 4 0 16800975 18446604464951086080 0 0 -1 3 0 0 246
[pid=908/tid=918] ppid=906 vsize=6452904 CPUtime=0.5 cores=1,3
/proc/908/task/918/stat : 918 (java) S 906 908 24287 0 -1 4202560 19059 0 0 0 21 29 0 0 15 0 18 0 872022786 6607773696 599535 33554432000 1073741824 1073778376 140733569025856 18446744073709551615 254512507801 0 4 0 16800975 18446604464951086080 0 0 -1 3 0 0 239
[pid=908/tid=919] ppid=906 vsize=6452904 CPUtime=0.51 cores=1,3
/proc/908/task/919/stat : 919 (java) S 906 908 24287 0 -1 4202560 23372 0 0 0 24 27 0 0 15 0 18 0 872022786 6607773696 599535 33554432000 1073741824 1073778376 140733569025856 18446744073709551615 254512507801 0 4 0 16800975 18446604464951086080 0 0 -1 3 0 0 226
[pid=908/tid=920] ppid=906 vsize=6452904 CPUtime=0.53 cores=1,3
/proc/908/task/920/stat : 920 (java) S 906 908 24287 0 -1 4202560 28746 0 0 0 22 31 0 0 15 0 18 0 872022786 6607773696 599535 33554432000 1073741824 1073778376 140733569025856 18446744073709551615 254512507801 0 4 0 16800975 18446604464951086080 0 0 -1 3 0 0 236
[pid=908/tid=923] ppid=906 vsize=6452904 CPUtime=0.9 cores=1,3
/proc/908/task/923/stat : 923 (java) S 906 908 24287 0 -1 4202560 13678 0 0 0 88 2 0 0 16 0 18 0 872022787 6607773696 599535 33554432000 1073741824 1073778376 140733569025856 18446744073709551615 254512508416 0 0 0 16800975 18446604464951086080 0 0 -1 1 0 0 0
[pid=908/tid=924] ppid=906 vsize=6452904 CPUtime=0.01 cores=1,3
/proc/908/task/924/stat : 924 (java) S 906 908 24287 0 -1 4202560 20 0 0 0 1 0 0 0 15 0 18 0 872022787 6607773696 599535 33554432000 1073741824 1073778376 140733569025856 18446744073709551615 254512507801 0 4 0 16800975 18446604464951086080 0 0 -1 1 0 0 0
[pid=908/tid=925] ppid=906 vsize=6452904 CPUtime=0.05 cores=1,3
/proc/908/task/925/stat : 925 (java) S 906 908 24287 0 -1 4202560 64 0 0 0 5 0 0 0 15 0 18 0 872022787 6607773696 599535 33554432000 1073741824 1073778376 140733569025856 18446744073709551615 254512507801 0 4 0 16800975 18446604464951086080 0 0 -1 3 0 0 0
[pid=908/tid=926] ppid=906 vsize=6452904 CPUtime=0 cores=1,3
/proc/908/task/926/stat : 926 (java) S 906 908 24287 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 18 0 872022790 6607773696 599535 33554432000 1073741824 1073778376 140733569025856 18446744073709551615 254512515505 0 4 0 16800975 18446604464951086080 0 0 -1 1 0 0 0
[pid=908/tid=927] ppid=906 vsize=6452904 CPUtime=1.05 cores=1,3
/proc/908/task/927/stat : 927 (java) R 906 908 24287 0 -1 4202560 11021 0 0 0 104 1 0 0 15 0 18 0 872022790 6607773696 599535 33554432000 1073741824 1073778376 140733569025856 18446744073709551615 254512507801 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=908/tid=928] ppid=906 vsize=6452904 CPUtime=0.97 cores=1,3
/proc/908/task/928/stat : 928 (java) R 906 908 24287 0 -1 4202560 26034 0 0 0 94 3 0 0 15 0 18 0 872022790 6607773696 599535 33554432000 1073741824 1073778376 140733569025856 18446744073709551615 47253473544143 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=908/tid=929] ppid=906 vsize=6452904 CPUtime=0 cores=1,3
/proc/908/task/929/stat : 929 (java) S 906 908 24287 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 872022790 6607773696 599535 33554432000 1073741824 1073778376 140733569025856 18446744073709551615 254512507801 0 4 0 16800975 18446604464951086080 0 0 -1 1 0 0 0
[pid=908/tid=930] ppid=906 vsize=6452904 CPUtime=0 cores=1,3
/proc/908/task/930/stat : 930 (java) S 906 908 24287 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 18 0 872022790 6607773696 599535 33554432000 1073741824 1073778376 140733569025856 18446744073709551615 254512508416 0 4 0 16800975 18446604464951086080 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 328.63
Current children cumulated vsize (KiB) 6452904

[startup+330.201 s]
/proc/loadavg: 5.09 4.15 2.04 6/975 18049
/proc/meminfo: memFree=104556/32950928 swapFree=24883260/67111528
[pid=908] ppid=906 vsize=0 CPUtime=328.93 cores=1,3
/proc/908/stat : 908 (java) Z 906 908 24287 0 -1 4203548 632027 0 1 0 32365 528 0 0 15 0 2 0 872022784 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/908/statm: 0 0 0 0 0 0 0
[pid=908/tid=911] ppid=906 vsize=0 CPUtime=320.18 cores=1,3
/proc/908/task/911/stat : 911 (java) R 906 908 24287 0 -1 4203588 391690 0 1 0 31840 178 0 0 25 0 2 0 872022785 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 3 0 0 287
Current children cumulated CPU time (s) 328.93
Current children cumulated vsize (KiB) 0

[startup+330.301 s]
/proc/loadavg: 5.09 4.15 2.04 6/975 18049
/proc/meminfo: memFree=104556/32950928 swapFree=24883260/67111528
[pid=908] ppid=906 vsize=0 CPUtime=329.02 cores=1,3
/proc/908/stat : 908 (java) Z 906 908 24287 0 -1 4203548 632027 0 1 0 32365 537 0 0 15 0 2 0 872022784 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/908/statm: 0 0 0 0 0 0 0
[pid=908/tid=911] ppid=906 vsize=0 CPUtime=320.27 cores=1,3
/proc/908/task/911/stat : 911 (java) D 906 908 24287 0 -1 4203588 391690 0 1 0 31840 187 0 0 25 0 2 0 872022785 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 3 0 0 287
Current children cumulated CPU time (s) 329.02
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 330.308
CPU time (s): 329.033
CPU user time (s): 323.658
CPU system time (s): 5.37518
CPU usage (%): 99.6139
Max. virtual memory (cumulated for all children) (KiB): 6510068

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 323.658
system time used= 5.37518
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 632027
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 58825
involuntary context switches= 61785

runsolver used 2.25766 second user time and 5.68713 second system time

The end

Launcher Data

Begin job on node149 at 2011-06-09 09:24:21
IDJOB=3482984
IDBENCH=88358
IDSOLVER=1972
FILE ID=node149/3482984-1307604261
RUNJOBID= node149-1307604136-24307
PBS_JOBID= 13547740
Free space on /tmp= 73208 MiB

SOLVER NAME= SAT4J MUS 2.3.0-SNAPSHOT 2011-02-06
BENCH NAME= SAT11/mus/chen/fdmus_v100/fdmus_b21_167.cnf
COMMAND LINE= java -Xms6000m -Xmx6000m -jar sat4j-mus-v20110206.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3482984-1307604261/watcher-3482984-1307604261 -o /tmp/evaluation-result-3482984-1307604261/solver-3482984-1307604261 -C 1800 -W 1850 -M 7680  java -Xms6000m -Xmx6000m -jar sat4j-mus-v20110206.jar HOME/instance-3482984-1307604261.cnf

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= b91c4c436ffbd4f68bda320cd2541f02
RANDOM SEED=1858380050

node149.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.61
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.73
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:       2314032 kB
Buffers:        168440 kB
Cached:        1031508 kB
SwapCached:      27136 kB
Active:       29602380 kB
Inactive:       639224 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       2314032 kB
SwapTotal:    67111528 kB
SwapFree:     26914392 kB
Dirty:             716 kB
Writeback:           0 kB
AnonPages:    29038852 kB
Mapped:         115128 kB
Slab:           138464 kB
PageTables:     181144 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 222348296 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73212 MiB
End job on node149 at 2011-06-09 09:29:51