Trace number 4485000

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
roundingsat-ls+pbsuma 63f22adSAT (TO)-38 3600.11 3609.81

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb45-21-opb/normalized-frb45-21-3.opb
MD5SUMa3f6b61db250b51897503d5946a188dc
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-45
Best CPU time to get the best result obtained on this benchmark432.391
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables945
Total number of constraints58245
Number of constraints which are clauses58245
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint2
Number of terms in the objective function 945
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 945
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 945
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.01	c ┌────────────────────────────────────────────────────────────────┐
0.00/0.01	c │      pbsuma -- a PB interface for satsuma                      │
0.00/0.01	c │      satsuma_version=1.2, dejavu_version=2.1                   │
0.00/0.01	c │      (c) 2025 Markus Anders                                    │
0.00/0.01	c └────────────────────────────────────────────────────────────────┘
0.00/0.01	c parse 'HOME/instance-4485000-1751297826.opb'
0.00/0.08	c 	read 1.39MB  (61.09ms)
0.00/0.08	c	 [cnf: #variables 945 #clauses 58246 #duplicates 0 #arr 117435]
0.00/0.08	c 
0.00/0.08	c make graph and approximate orbits
0.08/0.13	c	 [group: #orbits ~= 0] (49.88ms)
0.08/0.13	c 
0.08/0.13	c detect special group actions
0.08/0.13	c 	probe for Johnson action (limit=64)
0.08/0.13	c 	probe for row-column symmetry (limit=64, splits=16.78M)
0.08/0.13	c 	probe for row symmetry (limit=64, splits=16.78M)
0.08/0.13	c 	 (7.70ms)
0.08/0.13	c 
0.08/0.13	c detect symmetries on remainder
0.08/0.13	c 	[graph: #vertices 61081 #edges 238650]
0.08/0.13	c 	dejavu (support_limit=2048.00MB, budget_limit=64)
0.08/0.14	c 	 [group: #symmetries 1.00*10^0 #generators 0] (10.94ms)
0.08/0.14	c 
0.08/0.14	c finalize break order and special generators
0.08/0.14	c 
0.08/0.14	c generation finished
0.08/0.14	c 	[sbp: #constraints 0 #add_vars 0]
0.08/0.15	c 
0.08/0.15	c write result to 'HOME/instance-4485000-1751297826.opb.pre'
0.08/0.15	c 	wrote 1.39MB (9.06ms)
0.08/0.15	c ------------------------------------------------------------------
0.08/0.15	c                  61.08ms 43.66% parse
0.08/0.15	c                  49.88ms 35.65% approx_orbits
0.08/0.15	c                  10.94ms  7.82% detect_generic
0.08/0.15	c                   9.06ms  6.48% output
0.08/0.15	c                   7.70ms  5.50% detect_special
0.08/0.15	c                   1.16ms  0.83% other
0.08/0.15	c                   0.10ms  0.07% finalize_order
0.08/0.15	c         ───────────────────────────────────────────────
0.08/0.15	c                 139.92ms   100% total
0.08/0.15	c ------------------------------------------------------------------
0.08/0.18	c RoundingSat 2
0.08/0.18	c branch pb25
0.08/0.18	c commit 63f22ad
0.64/0.78	c #variables 945 #constraints 58245
0.64/0.78	c objective is ce32 
0.75/0.82	c initial watched  CF 32, 64, 128, Arb: 0 , 0 , 0 , 0
0.75/0.82	c initial counting CF 32, 64, 128, Arb: 1 , 0 , 0 , 0
0.75/0.82	c bounds -16 >= -945 @ 0.490706
1.15/1.22	c rational objective -472.5
1.54/1.67	c bounds -17 >= -945 @ 1.31636
1.54/1.67	c bounds -17 >= -944 @ 1.3167
1.54/1.67	c bounds -17 >= -943 @ 1.3169
1.54/1.67	c bounds -17 >= -942 @ 1.3171
1.54/1.67	c bounds -17 >= -941 @ 1.31729
1.54/1.67	c bounds -17 >= -940 @ 1.31748
1.54/1.67	c bounds -17 >= -939 @ 1.31768
1.54/1.67	c bounds -17 >= -938 @ 1.31788
1.54/1.67	c bounds -17 >= -937 @ 1.31807
1.54/1.67	c bounds -17 >= -936 @ 1.31827
1.54/1.67	c bounds -17 >= -935 @ 1.31845
1.54/1.67	c bounds -17 >= -934 @ 1.31863
1.54/1.67	c bounds -17 >= -933 @ 1.31881
1.54/1.67	c bounds -17 >= -932 @ 1.31899
1.54/1.67	c bounds -17 >= -931 @ 1.31916
1.54/1.67	c bounds -17 >= -930 @ 1.31935
1.54/1.67	c bounds -17 >= -929 @ 1.31952
1.54/1.67	c bounds -17 >= -928 @ 1.3197
1.54/1.67	c bounds -17 >= -927 @ 1.31987
1.54/1.67	c bounds -17 >= -926 @ 1.32005
1.54/1.67	c bounds -17 >= -925 @ 1.32022
1.54/1.67	c bounds -17 >= -924 @ 1.3204
1.54/1.67	c bounds -17 >= -923 @ 1.32058
1.54/1.67	c bounds -17 >= -922 @ 1.32076
1.54/1.67	c bounds -17 >= -921 @ 1.32093
1.54/1.67	c bounds -17 >= -920 @ 1.32111
1.54/1.67	c bounds -17 >= -919 @ 1.32129
1.54/1.67	c bounds -17 >= -918 @ 1.32147
1.54/1.67	c bounds -17 >= -917 @ 1.32165
1.54/1.67	c bounds -17 >= -916 @ 1.32184
1.54/1.67	c bounds -17 >= -915 @ 1.32202
1.54/1.67	c bounds -17 >= -914 @ 1.3222
1.54/1.67	c bounds -17 >= -913 @ 1.32238
1.54/1.67	c bounds -17 >= -912 @ 1.32255
1.54/1.67	c bounds -17 >= -911 @ 1.32273
1.54/1.68	c bounds -17 >= -910 @ 1.3229
1.54/1.68	c bounds -17 >= -909 @ 1.32308
1.54/1.68	c bounds -17 >= -908 @ 1.32326
1.54/1.68	c bounds -17 >= -907 @ 1.32344
1.54/1.68	c bounds -17 >= -906 @ 1.32361
1.54/1.69	c bounds -18 >= -906 @ 1.3353
1.64/1.77	c bounds -18 >= -905 @ 1.41479
1.64/1.77	c bounds -18 >= -904 @ 1.41496
1.64/1.77	c bounds -18 >= -903 @ 1.41511
1.64/1.77	c bounds -18 >= -902 @ 1.41526
1.64/1.77	c bounds -18 >= -901 @ 1.41541
1.64/1.77	c bounds -18 >= -900 @ 1.41555
1.64/1.77	c bounds -18 >= -899 @ 1.4157
1.64/1.77	c bounds -18 >= -898 @ 1.41584
1.64/1.77	c bounds -18 >= -897 @ 1.41598
1.64/1.77	c bounds -18 >= -896 @ 1.41612
1.64/1.77	c bounds -18 >= -895 @ 1.41627
1.64/1.77	c bounds -18 >= -894 @ 1.41641
1.64/1.77	c bounds -18 >= -893 @ 1.41656
1.64/1.77	c bounds -18 >= -892 @ 1.4167
1.64/1.77	c bounds -18 >= -891 @ 1.41684
1.64/1.77	c bounds -18 >= -890 @ 1.41698
1.64/1.77	c bounds -18 >= -889 @ 1.41712
1.64/1.77	c bounds -18 >= -888 @ 1.41726
1.64/1.77	c bounds -18 >= -887 @ 1.41741
1.64/1.77	c bounds -18 >= -886 @ 1.41755
1.64/1.77	c bounds -18 >= -885 @ 1.4177
1.64/1.77	c bounds -18 >= -884 @ 1.41784
1.64/1.77	c bounds -18 >= -883 @ 1.41798
1.64/1.77	c bounds -18 >= -882 @ 1.41813
1.64/1.77	c bounds -18 >= -881 @ 1.41828
1.64/1.77	c bounds -18 >= -880 @ 1.41843
1.64/1.77	c bounds -18 >= -879 @ 1.41857
1.64/1.77	c bounds -18 >= -878 @ 1.41871
1.64/1.77	c bounds -18 >= -877 @ 1.41885
1.64/1.77	c bounds -18 >= -876 @ 1.419
1.64/1.77	c bounds -18 >= -875 @ 1.41914
1.64/1.77	c bounds -18 >= -874 @ 1.41929
1.64/1.77	c bounds -18 >= -873 @ 1.41944
1.64/1.77	c bounds -18 >= -872 @ 1.41959
1.64/1.77	c bounds -18 >= -871 @ 1.41973
1.64/1.77	c bounds -18 >= -870 @ 1.41987
1.64/1.77	c bounds -18 >= -869 @ 1.42002
1.64/1.77	c bounds -18 >= -868 @ 1.42016
1.64/1.77	c bounds -18 >= -867 @ 1.42038
1.64/1.77	c bounds -18 >= -866 @ 1.42131
1.64/1.77	c bounds -18 >= -865 @ 1.42148
1.64/1.77	c bounds -18 >= -864 @ 1.42164
1.64/1.77	c bounds -18 >= -863 @ 1.4218
1.64/1.77	c bounds -18 >= -862 @ 1.42195
1.64/1.77	c bounds -18 >= -861 @ 1.42209
1.64/1.77	c bounds -18 >= -860 @ 1.42224
1.64/1.77	c bounds -18 >= -859 @ 1.42239
1.64/1.78	c bounds -18 >= -858 @ 1.42254
1.64/1.78	c bounds -18 >= -857 @ 1.42269
1.64/1.78	c bounds -18 >= -856 @ 1.42284
1.64/1.78	c bounds -18 >= -855 @ 1.42299
1.64/1.78	c bounds -18 >= -854 @ 1.42315
1.64/1.78	c bounds -18 >= -853 @ 1.4233
1.64/1.78	c bounds -18 >= -852 @ 1.42345
1.64/1.78	c bounds -18 >= -851 @ 1.4236
1.64/1.78	c bounds -18 >= -850 @ 1.42377
1.64/1.78	c bounds -18 >= -849 @ 1.42391
1.64/1.78	c bounds -18 >= -848 @ 1.42405
1.64/1.78	c bounds -18 >= -847 @ 1.4242
1.64/1.78	c bounds -18 >= -846 @ 1.42434
1.64/1.78	c bounds -18 >= -845 @ 1.42449
1.64/1.78	c bounds -18 >= -844 @ 1.42465
1.64/1.78	c bounds -18 >= -843 @ 1.4248
1.64/1.78	c bounds -18 >= -842 @ 1.42494
1.64/1.78	c bounds -18 >= -841 @ 1.42509
1.64/1.78	c bounds -18 >= -840 @ 1.42524
1.64/1.78	c bounds -18 >= -839 @ 1.42539
1.64/1.78	c bounds -18 >= -838 @ 1.42553
1.64/1.78	c bounds -18 >= -837 @ 1.42567
1.64/1.78	c bounds -18 >= -836 @ 1.4258
1.64/1.78	c bounds -18 >= -835 @ 1.42595
1.64/1.78	c bounds -18 >= -834 @ 1.42609
1.64/1.78	c bounds -18 >= -833 @ 1.42624
1.64/1.78	c bounds -18 >= -832 @ 1.42638
1.64/1.78	c bounds -18 >= -831 @ 1.42653
1.64/1.78	c bounds -18 >= -830 @ 1.42667
1.64/1.78	c bounds -18 >= -829 @ 1.42681
1.64/1.78	c bounds -18 >= -828 @ 1.42697
1.64/1.78	c bounds -18 >= -827 @ 1.4271
1.64/1.78	c bounds -18 >= -826 @ 1.42726
1.64/1.78	c bounds -18 >= -825 @ 1.4274
1.64/1.78	c bounds -18 >= -824 @ 1.42754
1.64/1.78	c bounds -18 >= -823 @ 1.42768
1.64/1.78	c bounds -18 >= -822 @ 1.42782
1.64/1.78	c bounds -18 >= -821 @ 1.42796
1.64/1.78	c bounds -18 >= -820 @ 1.4281
1.64/1.78	c bounds -18 >= -819 @ 1.42823
1.64/1.78	c bounds -18 >= -818 @ 1.42837
1.64/1.78	c bounds -18 >= -817 @ 1.42852
1.64/1.78	c bounds -18 >= -816 @ 1.42867
1.64/1.78	c bounds -18 >= -815 @ 1.42881
1.64/1.78	c bounds -18 >= -814 @ 1.42895
1.64/1.78	c bounds -18 >= -813 @ 1.42909
1.64/1.78	c bounds -19 >= -813 @ 1.42966
1.64/1.78	c bounds -19 >= -812 @ 1.42981
1.64/1.78	c bounds -19 >= -811 @ 1.42995
1.64/1.78	c bounds -19 >= -810 @ 1.43009
1.64/1.78	c bounds -19 >= -809 @ 1.43024
1.64/1.78	c bounds -19 >= -808 @ 1.43038
1.64/1.78	c bounds -19 >= -807 @ 1.43052
1.64/1.78	c bounds -19 >= -806 @ 1.43066
1.64/1.78	c bounds -19 >= -805 @ 1.4308
1.64/1.78	c bounds -20 >= -805 @ 1.43132
1.64/1.78	c bounds -20 >= -804 @ 1.43147
1.64/1.78	c bounds -20 >= -803 @ 1.4316
1.64/1.78	c bounds -20 >= -802 @ 1.43174
1.64/1.78	c bounds -20 >= -801 @ 1.43187
1.64/1.78	c bounds -20 >= -800 @ 1.432
1.64/1.78	c bounds -20 >= -799 @ 1.43214
1.64/1.78	c bounds -20 >= -798 @ 1.43227
1.64/1.78	c bounds -20 >= -797 @ 1.43241
1.64/1.79	c bounds -20 >= -796 @ 1.43255
1.64/1.79	c bounds -20 >= -795 @ 1.43269
1.64/1.79	c bounds -21 >= -795 @ 1.43464
1.64/1.79	c bounds -21 >= -794 @ 1.43478
1.64/1.79	c bounds -21 >= -793 @ 1.43492
1.64/1.79	c bounds -21 >= -792 @ 1.43506
1.64/1.79	c bounds -21 >= -791 @ 1.43519
1.64/1.79	c bounds -21 >= -790 @ 1.43532
1.64/1.79	c bounds -21 >= -789 @ 1.43546
1.64/1.79	c bounds -21 >= -788 @ 1.43559
1.64/1.79	c bounds -21 >= -787 @ 1.43573
1.64/1.79	c bounds -21 >= -786 @ 1.43586
1.64/1.79	c bounds -21 >= -785 @ 1.436
1.64/1.79	c bounds -21 >= -784 @ 1.43615
1.64/1.79	c bounds -21 >= -783 @ 1.4363
1.64/1.79	c bounds -21 >= -782 @ 1.43644
1.64/1.79	c bounds -21 >= -781 @ 1.43658
1.64/1.79	c bounds -21 >= -780 @ 1.43672
1.64/1.79	c bounds -21 >= -779 @ 1.43687
1.64/1.79	c bounds -21 >= -778 @ 1.43702
1.64/1.79	c bounds -21 >= -777 @ 1.43716
1.64/1.79	c bounds -21 >= -776 @ 1.43731
1.64/1.79	c bounds -21 >= -775 @ 1.43746
1.64/1.79	c bounds -21 >= -774 @ 1.4376
1.64/1.79	c bounds -21 >= -773 @ 1.43774
1.64/1.79	c bounds -21 >= -772 @ 1.43789
1.64/1.79	c bounds -21 >= -771 @ 1.43803
1.64/1.79	c bounds -21 >= -770 @ 1.43817
1.64/1.79	c bounds -21 >= -769 @ 1.43831
1.64/1.79	c bounds -21 >= -768 @ 1.43845
1.64/1.79	c bounds -21 >= -767 @ 1.43859
1.64/1.79	c bounds -21 >= -766 @ 1.43874
1.64/1.79	c bounds -21 >= -765 @ 1.43889
1.64/1.79	c bounds -21 >= -764 @ 1.43904
1.64/1.79	c bounds -21 >= -763 @ 1.43919
1.64/1.79	c bounds -21 >= -762 @ 1.43934
1.64/1.79	c bounds -21 >= -761 @ 1.43949
1.64/1.79	c bounds -21 >= -760 @ 1.43964
1.64/1.79	c bounds -21 >= -759 @ 1.43978
1.64/1.79	c bounds -21 >= -758 @ 1.43993
1.64/1.79	c bounds -21 >= -757 @ 1.44005
1.64/1.79	c bounds -21 >= -756 @ 1.44005
1.64/1.79	c bounds -21 >= -755 @ 1.44005
1.64/1.79	c bounds -21 >= -754 @ 1.44005
1.64/1.79	c bounds -21 >= -753 @ 1.44005
1.64/1.79	c bounds -21 >= -752 @ 1.44005
1.64/1.79	c bounds -21 >= -751 @ 1.44005
1.64/1.79	c bounds -21 >= -750 @ 1.4401
1.64/1.79	c bounds -21 >= -749 @ 1.44024
1.64/1.79	c bounds -21 >= -748 @ 1.4404
1.64/1.79	c bounds -21 >= -747 @ 1.44055
1.64/1.79	c bounds -21 >= -746 @ 1.44071
1.64/1.80	c bounds -22 >= -746 @ 1.4418
1.64/1.80	c bounds -22 >= -745 @ 1.44196
1.64/1.80	c bounds -22 >= -744 @ 1.4421
1.64/1.80	c bounds -22 >= -743 @ 1.44224
1.64/1.80	c bounds -22 >= -742 @ 1.4424
1.64/1.80	c bounds -22 >= -741 @ 1.44254
1.74/1.80	c bounds -22 >= -740 @ 1.4427
1.74/1.80	c bounds -22 >= -739 @ 1.44286
1.74/1.80	c bounds -22 >= -738 @ 1.44301
1.74/1.80	c bounds -22 >= -737 @ 1.44316
1.74/1.80	c bounds -22 >= -736 @ 1.44331
1.74/1.80	c bounds -22 >= -735 @ 1.44345
1.74/1.80	c bounds -22 >= -734 @ 1.4436
1.74/1.80	c bounds -22 >= -733 @ 1.44374
1.74/1.80	c bounds -22 >= -732 @ 1.44388
1.74/1.80	c bounds -22 >= -731 @ 1.44402
1.74/1.80	c bounds -22 >= -730 @ 1.44416
1.74/1.80	c bounds -22 >= -729 @ 1.4443
1.74/1.80	c bounds -22 >= -728 @ 1.44444
1.74/1.80	c bounds -22 >= -727 @ 1.44459
1.74/1.80	c bounds -22 >= -726 @ 1.44474
1.74/1.80	c bounds -22 >= -725 @ 1.44488
1.74/1.80	c bounds -22 >= -724 @ 1.44502
1.74/1.80	c bounds -22 >= -723 @ 1.44516
1.74/1.80	c bounds -22 >= -722 @ 1.44529
1.74/1.80	c bounds -22 >= -721 @ 1.44544
1.74/1.80	c bounds -22 >= -720 @ 1.44559
1.74/1.80	c bounds -22 >= -719 @ 1.44573
1.74/1.80	c bounds -22 >= -718 @ 1.44587
1.74/1.80	c bounds -22 >= -717 @ 1.44601
1.74/1.80	c bounds -22 >= -716 @ 1.44616
1.74/1.80	c bounds -22 >= -715 @ 1.4463
1.74/1.80	c bounds -22 >= -714 @ 1.44644
1.74/1.80	c bounds -22 >= -713 @ 1.44658
1.74/1.80	c bounds -22 >= -712 @ 1.44671
1.74/1.80	c bounds -22 >= -711 @ 1.44685
1.74/1.80	c bounds -22 >= -710 @ 1.44699
1.74/1.80	c bounds -22 >= -709 @ 1.44713
1.74/1.80	c bounds -22 >= -708 @ 1.44728
1.74/1.80	c bounds -22 >= -707 @ 1.44742
1.74/1.80	c bounds -22 >= -706 @ 1.44757
1.74/1.80	c bounds -22 >= -705 @ 1.44771
1.74/1.80	c bounds -22 >= -704 @ 1.44789
1.74/1.80	c bounds -22 >= -703 @ 1.44804
1.74/1.80	c bounds -22 >= -702 @ 1.44819
1.74/1.80	c bounds -22 >= -701 @ 1.44833
1.74/1.80	c bounds -22 >= -700 @ 1.44846
1.74/1.80	c bounds -22 >= -699 @ 1.4486
1.74/1.80	c bounds -22 >= -698 @ 1.44874
1.74/1.80	c bounds -22 >= -697 @ 1.44889
1.74/1.80	c bounds -22 >= -696 @ 1.44903
1.74/1.80	c bounds -22 >= -695 @ 1.44918
1.74/1.80	c bounds -22 >= -694 @ 1.44932
1.74/1.80	c bounds -22 >= -693 @ 1.44946
1.74/1.80	c bounds -22 >= -692 @ 1.44961
1.74/1.80	c bounds -22 >= -691 @ 1.44975
1.74/1.80	c bounds -22 >= -690 @ 1.4499
1.74/1.80	c bounds -22 >= -689 @ 1.45004
1.74/1.80	c bounds -22 >= -688 @ 1.45019
1.74/1.80	c bounds -22 >= -687 @ 1.45034
1.74/1.80	c bounds -22 >= -686 @ 1.45051
1.74/1.80	c bounds -22 >= -685 @ 1.45065
1.74/1.80	c bounds -22 >= -684 @ 1.45079
1.74/1.80	c bounds -22 >= -683 @ 1.45093
1.74/1.80	c bounds -22 >= -682 @ 1.45109
1.74/1.80	c bounds -22 >= -681 @ 1.45123
1.74/1.81	c bounds -22 >= -680 @ 1.45137
1.74/1.81	c bounds -22 >= -679 @ 1.45152
1.74/1.81	c bounds -23 >= -679 @ 1.45261
1.74/1.81	c bounds -23 >= -678 @ 1.45276
1.74/1.81	c bounds -23 >= -677 @ 1.45291
1.74/1.81	c bounds -23 >= -676 @ 1.45307
1.74/1.81	c bounds -23 >= -675 @ 1.45324
1.74/1.81	c bounds -23 >= -674 @ 1.45338
1.74/1.81	c bounds -23 >= -673 @ 1.45352
1.74/1.81	c bounds -23 >= -672 @ 1.45366
1.74/1.81	c bounds -23 >= -671 @ 1.45381
1.74/1.81	c bounds -23 >= -670 @ 1.45395
1.74/1.81	c bounds -23 >= -669 @ 1.45409
1.74/1.81	c bounds -23 >= -668 @ 1.45424
1.74/1.81	c bounds -23 >= -667 @ 1.45438
1.74/1.81	c bounds -23 >= -666 @ 1.45453
1.74/1.81	c bounds -23 >= -665 @ 1.45468
1.74/1.81	c bounds -23 >= -664 @ 1.45483
1.74/1.81	c bounds -23 >= -663 @ 1.45498
1.74/1.81	c bounds -23 >= -662 @ 1.45511
1.74/1.81	c bounds -23 >= -661 @ 1.45526
1.74/1.81	c bounds -23 >= -660 @ 1.45542
1.74/1.81	c bounds -23 >= -659 @ 1.45556
1.74/1.81	c bounds -23 >= -658 @ 1.45571
1.74/1.81	c bounds -23 >= -657 @ 1.45585
1.74/1.81	c bounds -23 >= -656 @ 1.456
1.74/1.81	c bounds -23 >= -655 @ 1.45615
1.74/1.81	c bounds -23 >= -654 @ 1.45629
1.74/1.81	c bounds -23 >= -653 @ 1.45644
1.74/1.81	c bounds -23 >= -652 @ 1.45659
1.74/1.81	c bounds -23 >= -651 @ 1.45673
1.74/1.81	c bounds -23 >= -650 @ 1.45688
1.74/1.81	c bounds -23 >= -649 @ 1.45703
1.74/1.81	c bounds -23 >= -648 @ 1.45718
1.74/1.81	c bounds -23 >= -647 @ 1.45732
1.74/1.81	c bounds -23 >= -646 @ 1.45747
1.74/1.81	c bounds -23 >= -645 @ 1.45762
1.74/1.81	c bounds -23 >= -644 @ 1.45776
1.74/1.81	c bounds -23 >= -643 @ 1.45791
1.74/1.81	c bounds -23 >= -642 @ 1.45805
1.74/1.81	c bounds -23 >= -641 @ 1.4582
1.74/1.81	c bounds -24 >= -641 @ 1.45867
1.74/1.81	c bounds -24 >= -640 @ 1.45882
1.74/1.81	c bounds -24 >= -639 @ 1.45897
1.74/1.81	c bounds -24 >= -638 @ 1.45912
1.74/1.81	c bounds -24 >= -637 @ 1.45926
1.74/1.81	c bounds -24 >= -636 @ 1.4594
1.74/1.81	c bounds -24 >= -635 @ 1.45955
1.74/1.81	c bounds -24 >= -634 @ 1.4597
1.74/1.81	c bounds -24 >= -633 @ 1.45984
1.74/1.81	c bounds -24 >= -632 @ 1.45998
1.74/1.81	c bounds -25 >= -632 @ 1.46104
1.74/1.81	c bounds -25 >= -631 @ 1.46119
1.74/1.82	c bounds -25 >= -630 @ 1.46134
1.74/1.82	c bounds -25 >= -629 @ 1.46148
1.74/1.82	c bounds -25 >= -628 @ 1.46163
1.74/1.82	c bounds -25 >= -627 @ 1.46178
1.74/1.82	c bounds -25 >= -626 @ 1.46193
1.74/1.82	c bounds -25 >= -625 @ 1.46193
1.74/1.82	c bounds -25 >= -624 @ 1.46193
1.74/1.82	c bounds -25 >= -623 @ 1.46193
1.74/1.82	c bounds -25 >= -622 @ 1.46193
1.74/1.82	c bounds -25 >= -621 @ 1.46193
1.74/1.82	c bounds -25 >= -620 @ 1.46193
1.74/1.82	c bounds -25 >= -619 @ 1.46202
1.74/1.82	c bounds -25 >= -618 @ 1.46218
1.74/1.82	c bounds -25 >= -617 @ 1.46233
1.74/1.82	c bounds -25 >= -616 @ 1.46248
1.74/1.82	c bounds -25 >= -615 @ 1.46263
1.74/1.82	c bounds -25 >= -614 @ 1.4628
1.74/1.82	c bounds -25 >= -613 @ 1.46295
1.74/1.82	c bounds -25 >= -612 @ 1.46309
1.74/1.82	c bounds -25 >= -611 @ 1.46327
1.74/1.82	c bounds -25 >= -610 @ 1.46343
1.74/1.82	c bounds -26 >= -610 @ 1.46408
1.74/1.82	c bounds -26 >= -609 @ 1.46424
1.74/1.82	c bounds -26 >= -608 @ 1.4644
1.74/1.82	c bounds -26 >= -607 @ 1.46456
1.74/1.82	c bounds -26 >= -606 @ 1.4647
1.74/1.82	c bounds -26 >= -605 @ 1.46484
1.74/1.82	c bounds -26 >= -604 @ 1.46498
1.74/1.82	c bounds -26 >= -603 @ 1.46514
1.74/1.82	c bounds -26 >= -602 @ 1.46528
1.74/1.82	c bounds -26 >= -601 @ 1.46543
1.74/1.82	c bounds -26 >= -600 @ 1.46558
1.74/1.82	c bounds -26 >= -599 @ 1.46574
1.74/1.82	c bounds -26 >= -598 @ 1.46589
1.74/1.82	c bounds -26 >= -597 @ 1.46604
1.74/1.82	c bounds -26 >= -596 @ 1.4662
1.74/1.82	c bounds -26 >= -595 @ 1.46635
1.74/1.82	c bounds -26 >= -594 @ 1.4665
1.74/1.82	c bounds -26 >= -593 @ 1.46666
1.74/1.82	c bounds -26 >= -592 @ 1.46681
1.74/1.82	c bounds -26 >= -591 @ 1.46697
1.74/1.82	c bounds -26 >= -590 @ 1.46712
1.74/1.82	c bounds -27 >= -590 @ 1.4686
1.74/1.82	c bounds -27 >= -589 @ 1.46876
1.74/1.82	c bounds -27 >= -588 @ 1.46892
1.74/1.82	c bounds -27 >= -587 @ 1.46908
1.74/1.82	c bounds -27 >= -586 @ 1.46923
1.74/1.82	c bounds -27 >= -585 @ 1.46938
1.74/1.82	c bounds -27 >= -584 @ 1.46954
1.74/1.82	c bounds -27 >= -583 @ 1.46969
1.74/1.82	c bounds -27 >= -582 @ 1.46984
1.74/1.82	c bounds -27 >= -581 @ 1.46998
1.74/1.82	c bounds -27 >= -580 @ 1.47012
1.74/1.82	c bounds -27 >= -579 @ 1.47027
1.74/1.83	c bounds -27 >= -578 @ 1.47042
1.74/1.83	c bounds -27 >= -577 @ 1.47056
1.74/1.83	c bounds -27 >= -576 @ 1.4707
1.74/1.83	c bounds -27 >= -575 @ 1.47084
1.74/1.83	c bounds -27 >= -574 @ 1.47097
1.74/1.83	c bounds -27 >= -573 @ 1.47111
1.74/1.83	c bounds -27 >= -572 @ 1.47125
1.74/1.83	c bounds -27 >= -571 @ 1.47139
1.74/1.83	c bounds -27 >= -570 @ 1.47154
1.74/1.83	c bounds -27 >= -569 @ 1.47168
1.74/1.83	c bounds -27 >= -568 @ 1.47183
1.74/1.83	c bounds -27 >= -567 @ 1.47197
1.74/1.83	c bounds -27 >= -566 @ 1.47211
1.74/1.83	c bounds -27 >= -565 @ 1.47225
1.74/1.83	c bounds -27 >= -564 @ 1.47239
1.74/1.83	c bounds -27 >= -563 @ 1.47253
1.74/1.83	c bounds -27 >= -562 @ 1.47266
1.74/1.83	c bounds -27 >= -561 @ 1.47279
1.74/1.83	c bounds -27 >= -560 @ 1.47293
1.74/1.83	c bounds -27 >= -559 @ 1.47309
1.74/1.83	c bounds -27 >= -558 @ 1.47324
1.74/1.83	c bounds -27 >= -557 @ 1.47338
1.74/1.83	c bounds -27 >= -556 @ 1.47353
1.74/1.83	c bounds -27 >= -555 @ 1.47368
1.74/1.83	c bounds -27 >= -554 @ 1.47381
1.74/1.83	c bounds -27 >= -553 @ 1.47396
1.74/1.83	c bounds -27 >= -552 @ 1.47409
1.74/1.83	c bounds -27 >= -551 @ 1.47423
1.74/1.83	c bounds -27 >= -550 @ 1.47437
1.74/1.83	c bounds -27 >= -549 @ 1.47451
1.74/1.83	c bounds -27 >= -548 @ 1.47465
1.74/1.83	c bounds -27 >= -547 @ 1.4748
1.74/1.83	c bounds -27 >= -546 @ 1.47496
1.74/1.83	c bounds -27 >= -545 @ 1.47511
1.74/1.83	c bounds -27 >= -544 @ 1.47526
1.74/1.83	c bounds -27 >= -543 @ 1.4754
1.74/1.83	c bounds -27 >= -542 @ 1.47554
1.74/1.83	c bounds -27 >= -541 @ 1.47569
1.74/1.83	c bounds -27 >= -540 @ 1.47583
1.74/1.83	c bounds -28 >= -540 @ 1.47716
1.74/1.83	c bounds -28 >= -539 @ 1.47732
1.74/1.83	c bounds -28 >= -538 @ 1.47746
1.74/1.83	c bounds -28 >= -537 @ 1.4776
1.74/1.83	c bounds -28 >= -536 @ 1.47776
1.74/1.83	c bounds -28 >= -535 @ 1.47791
1.74/1.83	c bounds -28 >= -534 @ 1.47806
1.74/1.83	c bounds -28 >= -533 @ 1.47822
1.74/1.83	c bounds -28 >= -532 @ 1.47836
1.74/1.83	c bounds -28 >= -531 @ 1.4785
1.74/1.83	c bounds -28 >= -530 @ 1.47866
1.74/1.83	c bounds -28 >= -529 @ 1.47881
1.74/1.83	c bounds -28 >= -528 @ 1.47896
1.74/1.83	c bounds -28 >= -527 @ 1.47911
1.74/1.83	c bounds -28 >= -526 @ 1.47925
1.74/1.83	c bounds -28 >= -525 @ 1.47942
1.74/1.83	c bounds -28 >= -524 @ 1.47957
1.74/1.83	c bounds -28 >= -523 @ 1.47971
1.74/1.83	c bounds -28 >= -522 @ 1.47985
1.74/1.83	c bounds -28 >= -521 @ 1.48
1.74/1.83	c bounds -28 >= -520 @ 1.48015
1.74/1.84	c bounds -28 >= -519 @ 1.4803
1.74/1.84	c bounds -28 >= -518 @ 1.48046
1.74/1.84	c bounds -28 >= -517 @ 1.4806
1.74/1.84	c bounds -28 >= -516 @ 1.48075
1.74/1.84	c bounds -28 >= -515 @ 1.48091
1.74/1.84	c bounds -28 >= -514 @ 1.48107
1.74/1.84	c bounds -28 >= -513 @ 1.48122
1.74/1.84	c bounds -28 >= -512 @ 1.48137
1.74/1.84	c bounds -28 >= -511 @ 1.48152
1.74/1.84	c bounds -28 >= -510 @ 1.48167
1.74/1.84	c bounds -28 >= -509 @ 1.48181
1.74/1.84	c bounds -28 >= -508 @ 1.48197
1.74/1.84	c bounds -28 >= -507 @ 1.48212
1.74/1.84	c bounds -29 >= -507 @ 1.48256
1.74/1.84	c bounds -29 >= -506 @ 1.48271
1.74/1.84	c bounds -29 >= -505 @ 1.48287
1.74/1.84	c bounds -29 >= -504 @ 1.48303
1.74/1.84	c bounds -29 >= -503 @ 1.48318
1.74/1.84	c bounds -29 >= -502 @ 1.48332
1.74/1.84	c bounds -29 >= -501 @ 1.48348
1.74/1.84	c bounds -29 >= -500 @ 1.48362
1.74/1.84	c bounds -29 >= -499 @ 1.48378
1.74/1.84	c bounds -30 >= -499 @ 1.48633
1.74/1.84	c bounds -30 >= -498 @ 1.48648
1.74/1.84	c bounds -30 >= -497 @ 1.48664
1.74/1.84	c bounds -30 >= -496 @ 1.48679
1.74/1.84	c bounds -30 >= -495 @ 1.48684
1.74/1.84	c bounds -30 >= -494 @ 1.48684
1.74/1.84	c bounds -30 >= -493 @ 1.48684
1.74/1.84	c bounds -30 >= -492 @ 1.48684
1.74/1.84	c bounds -30 >= -491 @ 1.48684
1.74/1.84	c bounds -30 >= -490 @ 1.48684
1.74/1.84	c bounds -30 >= -489 @ 1.48684
1.74/1.84	c bounds -30 >= -488 @ 1.48698
1.74/1.84	c bounds -30 >= -487 @ 1.48712
1.74/1.84	c bounds -30 >= -486 @ 1.48728
1.74/1.84	c bounds -30 >= -485 @ 1.48742
1.74/1.84	c bounds -30 >= -484 @ 1.48757
1.74/1.84	c bounds -30 >= -483 @ 1.48773
1.74/1.84	c bounds -30 >= -482 @ 1.48788
1.74/1.84	c bounds -30 >= -481 @ 1.48804
1.74/1.84	c bounds -30 >= -480 @ 1.4882
1.74/1.84	c bounds -30 >= -479 @ 1.48834
1.74/1.84	c bounds -30 >= -478 @ 1.48849
1.74/1.84	c bounds -30 >= -477 @ 1.48864
1.74/1.84	c bounds -30 >= -476 @ 1.48881
1.74/1.84	c bounds -30 >= -475 @ 1.48897
1.74/1.84	c bounds -30 >= -474 @ 1.48913
1.74/1.85	c bounds -30 >= -473 @ 1.48931
1.74/1.85	c bounds -30 >= -472 @ 1.48948
1.74/1.85	c bounds -30 >= -471 @ 1.48963
1.74/1.85	c bounds -30 >= -470 @ 1.49067
1.74/1.85	c bounds -30 >= -469 @ 1.49083
1.74/1.85	c bounds -30 >= -468 @ 1.49093
1.74/1.85	c bounds -30 >= -467 @ 1.49182
1.74/1.85	c bounds -30 >= -466 @ 1.49182
1.74/1.85	c bounds -30 >= -465 @ 1.49182
1.74/1.86	c bounds -30 >= -464 @ 1.49182
1.74/1.86	c bounds -31 >= -464 @ 1.49214
1.74/1.86	c bounds -31 >= -463 @ 1.49282
1.74/1.86	c bounds -31 >= -462 @ 1.49293
1.74/1.86	c bounds -31 >= -461 @ 1.49382
1.74/1.86	c bounds -31 >= -460 @ 1.49581
1.74/1.87	c bounds -32 >= -460 @ 1.49581
1.74/1.87	c bounds -32 >= -459 @ 1.49827
1.74/1.87	c bounds -32 >= -458 @ 1.50029
1.74/1.87	c bounds -33 >= -458 @ 1.50078
1.74/1.87	c bounds -33 >= -457 @ 1.50379
1.74/1.87	c bounds -34 >= -457 @ 1.504
1.74/1.88	c bounds -34 >= -456 @ 1.50478
1.74/1.88	c bounds -35 >= -456 @ 1.50534
1.74/1.88	c bounds -35 >= -455 @ 1.50621
1.74/1.88	c bounds -35 >= -454 @ 1.50678
2.74/2.87	c #Conflicts:       1000 | #Constraints:      60763
2.74/2.87	c #Conflicts:       2000 | #Constraints:      61804
2.74/2.87	c INPROCESSING
2.74/2.87	c GARBAGE COLLECT
2.74/2.87	c rational objective -454
3.14/3.21	c bounds -35 >= -453 @ 2.81202
3.14/3.21	c bounds -35 >= -452 @ 2.81293
3.14/3.21	c bounds -35 >= -451 @ 2.81295
3.43/3.53	c bounds -35 >= -450 @ 3.12266
3.43/3.53	c bounds -35 >= -449 @ 3.1231
3.43/3.53	c bounds -35 >= -448 @ 3.12323
3.43/3.53	c bounds -35 >= -447 @ 3.12496
3.43/3.53	c bounds -35 >= -446 @ 3.1251
3.43/3.53	c bounds -35 >= -445 @ 3.12551
3.43/3.53	c bounds -35 >= -444 @ 3.12639
3.43/3.54	c bounds -35 >= -443 @ 3.12709
3.43/3.54	c bounds -35 >= -442 @ 3.12709
3.43/3.54	c bounds -35 >= -441 @ 3.12802
3.43/3.54	c bounds -35 >= -440 @ 3.12909
3.43/3.54	c bounds -35 >= -439 @ 3.12909
3.43/3.54	c bounds -35 >= -438 @ 3.12971
3.43/3.54	c bounds -35 >= -437 @ 3.13008
3.43/3.55	c bounds -35 >= -436 @ 3.13018
3.43/3.55	c bounds -35 >= -435 @ 3.13108
3.43/3.55	c bounds -35 >= -434 @ 3.13208
3.43/3.55	c bounds -35 >= -433 @ 3.13208
3.43/3.55	c bounds -35 >= -432 @ 3.13415
3.43/3.56	c bounds -35 >= -431 @ 3.13581
3.43/3.56	c bounds -35 >= -430 @ 3.1369
3.43/3.56	c bounds -35 >= -429 @ 3.13789
3.43/3.56	c bounds -35 >= -428 @ 3.13871
3.43/3.56	c bounds -35 >= -427 @ 3.13906
3.43/3.56	c bounds -35 >= -426 @ 3.13906
3.43/3.56	c bounds -35 >= -425 @ 3.13906
3.43/3.56	c bounds -35 >= -424 @ 3.13906
3.43/3.57	c bounds -35 >= -423 @ 3.13906
3.43/3.57	c bounds -35 >= -422 @ 3.14066
3.43/3.57	c bounds -35 >= -421 @ 3.14106
3.43/3.57	c bounds -35 >= -420 @ 3.14106
3.43/3.57	c bounds -35 >= -419 @ 3.14106
3.43/3.57	c bounds -35 >= -418 @ 3.14106
3.43/3.57	c bounds -35 >= -417 @ 3.14106
3.43/3.57	c bounds -35 >= -416 @ 3.14141
3.43/3.58	c bounds -35 >= -415 @ 3.14279
3.43/3.58	c bounds -35 >= -414 @ 3.14317
3.43/3.58	c bounds -35 >= -413 @ 3.14501
3.43/3.58	c bounds -35 >= -412 @ 3.14505
3.43/3.58	c bounds -35 >= -411 @ 3.14505
3.43/3.58	c bounds -35 >= -410 @ 3.14601
3.43/3.58	c bounds -35 >= -409 @ 3.14604
3.43/3.58	c bounds -35 >= -408 @ 3.14604
3.43/3.58	c bounds -35 >= -407 @ 3.14604
3.43/3.59	c bounds -35 >= -406 @ 3.1465
3.43/3.59	c bounds -35 >= -405 @ 3.14704
3.43/3.59	c bounds -35 >= -404 @ 3.14704
3.43/3.59	c bounds -35 >= -403 @ 3.14704
3.43/3.59	c bounds -35 >= -402 @ 3.14714
3.43/3.59	c bounds -35 >= -401 @ 3.14846
3.43/3.59	c bounds -35 >= -400 @ 3.14903
3.43/3.59	c bounds -35 >= -399 @ 3.14903
3.43/3.60	c bounds -35 >= -398 @ 3.14903
3.43/3.60	c bounds -35 >= -397 @ 3.14903
3.54/3.60	c bounds -35 >= -396 @ 3.14903
3.54/3.60	c bounds -35 >= -395 @ 3.14903
3.54/3.60	c bounds -35 >= -394 @ 3.14975
3.54/3.60	c bounds -35 >= -393 @ 3.15003
3.54/3.60	c bounds -35 >= -392 @ 3.15003
3.54/3.60	c bounds -35 >= -391 @ 3.15103
3.54/3.60	c bounds -35 >= -390 @ 3.15103
3.54/3.60	c bounds -35 >= -389 @ 3.15117
3.54/3.61	c bounds -35 >= -388 @ 3.15372
3.54/3.61	c bounds -35 >= -387 @ 3.15566
3.54/3.61	c bounds -35 >= -386 @ 3.157
3.54/3.61	c bounds -35 >= -385 @ 3.15838
3.54/3.61	c bounds -35 >= -384 @ 3.16001
3.54/3.61	c bounds -35 >= -383 @ 3.16035
3.54/3.62	c bounds -35 >= -382 @ 3.162
3.54/3.62	c bounds -35 >= -381 @ 3.16399
3.54/3.62	c bounds -35 >= -380 @ 3.16605
3.54/3.63	c bounds -35 >= -379 @ 3.16699
3.54/3.63	c bounds -35 >= -378 @ 3.16732
3.54/3.63	c bounds -35 >= -377 @ 3.16799
3.54/3.63	c bounds -35 >= -376 @ 3.16893
3.54/3.63	c bounds -35 >= -375 @ 3.17034
3.54/3.63	c bounds -35 >= -374 @ 3.17177
3.54/3.63	c bounds -35 >= -373 @ 3.17198
3.54/3.64	c bounds -35 >= -372 @ 3.17198
3.54/3.64	c bounds -35 >= -371 @ 3.17198
3.54/3.64	c bounds -35 >= -370 @ 3.17293
3.54/3.64	c bounds -35 >= -369 @ 3.17297
3.54/3.64	c bounds -35 >= -368 @ 3.17394
3.54/3.65	c bounds -35 >= -367 @ 3.17535
3.54/3.65	c bounds -35 >= -366 @ 3.17819
3.54/3.65	c bounds -35 >= -365 @ 3.18125
3.54/3.65	c bounds -35 >= -364 @ 3.1826
3.54/3.66	c #Conflicts:       3000 | #Constraints:      61797
3.54/3.66	c bounds -35 >= -363 @ 3.18594
3.54/3.66	c bounds -35 >= -362 @ 3.18694
3.54/3.66	c bounds -35 >= -361 @ 3.18794
3.54/3.66	c bounds -35 >= -360 @ 3.18794
3.54/3.67	c bounds -35 >= -359 @ 3.18957
3.54/3.67	c bounds -35 >= -358 @ 3.19329
3.54/3.68	c bounds -35 >= -357 @ 3.19979
3.54/3.68	c bounds -35 >= -356 @ 3.20498
3.54/3.69	c bounds -35 >= -355 @ 3.21413
3.83/3.98	c bounds -35 >= -354 @ 3.49939
3.83/3.99	c bounds -35 >= -353 @ 3.5051
3.83/3.99	c bounds -35 >= -352 @ 3.50616
3.83/3.99	c bounds -35 >= -351 @ 3.50988
3.83/4.00	c #Conflicts:       4000 | #Constraints:      62978
3.83/4.00	c bounds -35 >= -350 @ 3.51068
3.83/4.00	c bounds -35 >= -349 @ 3.51498
4.14/4.25	c INPROCESSING
4.14/4.25	c GARBAGE COLLECT
4.14/4.25	c rational objective -349
4.44/4.52	c bounds -35 >= -348 @ 4.03436
4.44/4.53	c bounds -35 >= -347 @ 4.0429
4.44/4.54	c bounds -35 >= -346 @ 4.04998
4.44/4.56	c bounds -35 >= -345 @ 4.06713
4.44/4.58	c #Conflicts:       5000 | #Constraints:      62328
4.44/4.58	c bounds -35 >= -344 @ 4.08535
4.73/4.80	c bounds -35 >= -343 @ 4.29273
4.73/4.82	c #Conflicts:       6000 | #Constraints:      63397
4.73/4.82	c bounds -35 >= -342 @ 4.30839
4.73/4.82	c bounds -35 >= -341 @ 4.30949
4.73/4.83	c bounds -35 >= -340 @ 4.32287
4.73/4.84	c bounds -35 >= -339 @ 4.33646
4.73/4.85	c bounds -35 >= -338 @ 4.34031
4.95/5.05	c INPROCESSING
4.95/5.05	c rational objective -338
5.23/5.34	c bounds -35 >= -337 @ 4.82085
5.43/5.57	c bounds -35 >= -336 @ 5.04319
5.43/5.58	c #Conflicts:       7000 | #Constraints:      62305
5.43/5.58	c bounds -35 >= -335 @ 5.05671
5.53/5.60	c bounds -35 >= -334 @ 5.07622
5.53/5.64	c #Conflicts:       8000 | #Constraints:      63356
5.53/5.64	c bounds -35 >= -333 @ 5.11238
5.83/5.92	c bounds -35 >= -332 @ 5.38405
6.04/6.17	c #Conflicts:       9000 | #Constraints:      64410
6.04/6.17	c INPROCESSING
6.04/6.17	c GARBAGE COLLECT
6.04/6.17	c rational objective -332
6.33/6.46	c bounds -35 >= -331 @ 5.91553
6.52/6.67	c bounds -35 >= -330 @ 6.12888
6.63/6.71	c #Conflicts:      10000 | #Constraints:      62885
6.63/6.71	c bounds -35 >= -329 @ 6.16571
6.63/6.77	c #Conflicts:      11000 | #Constraints:      63921
6.63/6.77	c bounds -35 >= -328 @ 6.21819
6.93/7.04	c bounds -35 >= -327 @ 6.49061
7.13/7.27	c #Conflicts:      12000 | #Constraints:      64987
7.13/7.27	c INPROCESSING
7.13/7.27	c rational objective -327
7.43/7.56	c bounds -35 >= -326 @ 7.00447
7.43/7.57	c bounds -35 >= -325 @ 7.01326
7.43/7.58	c bounds -35 >= -324 @ 7.01844
7.82/7.94	c bounds -35 >= -323 @ 7.37013
7.82/7.94	c bounds -35 >= -322 @ 7.37523
7.82/7.95	c bounds -35 >= -321 @ 7.38387
7.82/7.98	c #Conflicts:      13000 | #Constraints:      63698
7.82/7.98	c bounds -35 >= -320 @ 7.41509
7.94/8.03	c #Conflicts:      14000 | #Constraints:      64746
7.94/8.03	c bounds -35 >= -319 @ 7.46185
8.22/8.36	c bounds -35 >= -318 @ 7.78049
8.63/8.72	c #Conflicts:      15000 | #Constraints:      65824
8.63/8.72	c INPROCESSING
8.63/8.72	c GARBAGE COLLECT
8.63/8.72	c rational objective -318
9.12/9.20	c bounds -35 >= -317 @ 8.61886
9.12/9.23	c bounds -35 >= -316 @ 8.64789
9.12/9.26	c #Conflicts:      16000 | #Constraints:      64062
9.12/9.26	c bounds -35 >= -315 @ 8.67873
9.32/9.47	c bounds -35 >= -314 @ 8.87926
9.42/9.54	c #Conflicts:      17000 | #Constraints:      65119
9.42/9.54	c bounds -35 >= -313 @ 8.94318
9.82/9.94	c #Conflicts:      18000 | #Constraints:      66152
9.82/9.94	c #Conflicts:      19000 | #Constraints:      67152
9.82/9.94	c bounds -35 >= -312 @ 9.33813
10.72/10.85	c #Conflicts:      20000 | #Constraints:      68203
10.72/10.85	c #Conflicts:      21000 | #Constraints:      69203
10.72/10.85	c bounds -35 >= -311 @ 10.2362
12.32/12.47	c #Conflicts:      22000 | #Constraints:      70245
12.32/12.47	c #Conflicts:      23000 | #Constraints:      71287
12.32/12.47	c #Conflicts:      24000 | #Constraints:      72324
12.32/12.47	c INPROCESSING
12.32/12.47	c GARBAGE COLLECT
12.32/12.47	c rational objective -311
12.81/12.95	c bounds -35 >= -310 @ 12.2874
12.81/12.96	c bounds -35 >= -309 @ 12.2986
12.81/12.99	c #Conflicts:      25000 | #Constraints:      66598
12.81/12.99	c bounds -35 >= -308 @ 12.3284
13.21/13.34	c #Conflicts:      26000 | #Constraints:      67649
13.21/13.34	c bounds -35 >= -307 @ 12.6748
13.61/13.72	c #Conflicts:      27000 | #Constraints:      68697
13.61/13.72	c #Conflicts:      28000 | #Constraints:      69697
13.61/13.72	c bounds -35 >= -306 @ 13.045
13.92/14.01	c INPROCESSING
13.92/14.01	c GARBAGE COLLECT
13.92/14.01	c rational objective -306
14.71/14.84	c #Conflicts:      29000 | #Constraints:      65683
14.71/14.84	c #Conflicts:      30000 | #Constraints:      66683
14.71/14.84	c #Conflicts:      31000 | #Constraints:      67683
14.71/14.84	c bounds -35 >= -305 @ 14.1423
15.31/15.45	c #Conflicts:      32000 | #Constraints:      68752
15.31/15.45	c #Conflicts:      33000 | #Constraints:      69752
15.31/15.45	c INPROCESSING
15.31/15.45	c GARBAGE COLLECT
15.31/15.45	c rational objective -305
15.81/15.96	c bounds -35 >= -304 @ 15.2468
17.02/17.13	c #Conflicts:      34000 | #Constraints:      66036
17.02/17.13	c #Conflicts:      35000 | #Constraints:      67036
17.02/17.13	c #Conflicts:      36000 | #Constraints:      68036
17.02/17.13	c #Conflicts:      37000 | #Constraints:      69036
17.02/17.13	c bounds -35 >= -303 @ 16.407
18.60/18.79	c #Conflicts:      38000 | #Constraints:      70093
18.60/18.79	c #Conflicts:      39000 | #Constraints:      71093
18.60/18.79	c #Conflicts:      40000 | #Constraints:      72093
18.60/18.79	c #Conflicts:      41000 | #Constraints:      73093
18.60/18.79	c bounds -35 >= -302 @ 18.0491
20.09/20.23	c #Conflicts:      42000 | #Constraints:      74123
20.09/20.23	c #Conflicts:      43000 | #Constraints:      75123
20.09/20.23	c #Conflicts:      44000 | #Constraints:      76123
20.09/20.23	c bounds -35 >= -301 @ 19.4577
21.00/21.17	c #Conflicts:      45000 | #Constraints:      77141
21.00/21.17	c #Conflicts:      46000 | #Constraints:      78141
21.00/21.17	c #Conflicts:      47000 | #Constraints:      79141
21.00/21.17	c INPROCESSING
21.00/21.17	c GARBAGE COLLECT
21.00/21.17	c rational objective -301
21.59/21.78	c bounds -36 >= -301 @ 20.9867
21.79/21.96	c bounds -37 >= -301 @ 21.1632
23.38/23.57	c #Conflicts:      48000 | #Constraints:      70809
23.38/23.57	c #Conflicts:      49000 | #Constraints:      71809
23.38/23.57	c #Conflicts:      50000 | #Constraints:      72809
23.38/23.57	c #Conflicts:      51000 | #Constraints:      73809
23.38/23.57	c bounds -37 >= -300 @ 22.7537
23.79/23.97	c #Conflicts:      52000 | #Constraints:      74848
23.79/23.97	c INPROCESSING
23.79/23.97	c GARBAGE COLLECT
23.79/23.97	c rational objective -300
28.37/28.50	c #Conflicts:      53000 | #Constraints:      68274
28.37/28.50	c #Conflicts:      54000 | #Constraints:      69328
28.37/28.50	c #Conflicts:      55000 | #Constraints:      70373
28.37/28.50	c #Conflicts:      56000 | #Constraints:      71419
28.37/28.50	c #Conflicts:      57000 | #Constraints:      72466
28.37/28.50	c #Conflicts:      58000 | #Constraints:      73506
28.37/28.50	c INPROCESSING
28.37/28.50	c GARBAGE COLLECT
28.37/28.50	c rational objective -300
28.87/29.03	c #Conflicts:      59000 | #Constraints:      67684
28.87/29.03	c bounds -37 >= -299 @ 28.1311
28.87/29.05	c bounds -37 >= -298 @ 28.1571
28.87/29.08	c #Conflicts:      60000 | #Constraints:      68756
28.87/29.08	c bounds -37 >= -297 @ 28.1827
29.16/29.30	c bounds -37 >= -296 @ 28.3937
29.37/29.58	c #Conflicts:      61000 | #Constraints:      69804
29.37/29.58	c bounds -37 >= -295 @ 28.6751
29.76/29.96	c #Conflicts:      62000 | #Constraints:      70831
29.76/29.96	c bounds -37 >= -294 @ 29.0419
30.36/30.53	c #Conflicts:      63000 | #Constraints:      71843
30.36/30.53	c #Conflicts:      64000 | #Constraints:      72843
30.36/30.53	c #Conflicts:      65000 | #Constraints:      73843
30.36/30.53	c INPROCESSING
30.36/30.53	c GARBAGE COLLECT
30.36/30.53	c rational objective -294
30.76/30.99	c bounds -37 >= -293 @ 30.0448
31.87/32.02	c #Conflicts:      66000 | #Constraints:      67852
31.87/32.02	c #Conflicts:      67000 | #Constraints:      68852
31.87/32.02	c #Conflicts:      68000 | #Constraints:      69852
31.87/32.02	c bounds -37 >= -292 @ 31.0618
33.97/34.18	c #Conflicts:      69000 | #Constraints:      70909
33.97/34.18	c #Conflicts:      70000 | #Constraints:      71909
33.97/34.18	c #Conflicts:      71000 | #Constraints:      72909
33.97/34.18	c #Conflicts:      72000 | #Constraints:      73909
33.97/34.18	c #Conflicts:      73000 | #Constraints:      74909
33.97/34.18	c bounds -37 >= -291 @ 33.1902
36.55/36.71	c #Conflicts:      74000 | #Constraints:      75951
36.55/36.71	c #Conflicts:      75000 | #Constraints:      76951
36.55/36.71	c #Conflicts:      76000 | #Constraints:      77951
36.55/36.71	c #Conflicts:      77000 | #Constraints:      78951
36.55/36.71	c #Conflicts:      78000 | #Constraints:      79951
36.55/36.71	c bounds -37 >= -290 @ 35.6885
38.73/38.91	c #Conflicts:      79000 | #Constraints:      80969
38.73/38.91	c #Conflicts:      80000 | #Constraints:      81969
38.73/38.91	c #Conflicts:      81000 | #Constraints:      82969
38.73/38.91	c bounds -37 >= -289 @ 37.8586
39.73/39.92	c #Conflicts:      82000 | #Constraints:      83996
39.73/39.92	c #Conflicts:      83000 | #Constraints:      84996
39.73/39.92	c #Conflicts:      84000 | #Constraints:      85996
39.73/39.92	c INPROCESSING
39.73/39.92	c GARBAGE COLLECT
39.73/39.92	c rational objective -289
41.43/41.65	c #Conflicts:      85000 | #Constraints:      74071
41.43/41.65	c #Conflicts:      86000 | #Constraints:      75071
41.43/41.65	c #Conflicts:      87000 | #Constraints:      76071
41.43/41.65	c bounds -37 >= -288 @ 40.5593
43.32/43.57	c #Conflicts:      88000 | #Constraints:      77116
43.32/43.57	c #Conflicts:      89000 | #Constraints:      78116
43.32/43.57	c #Conflicts:      90000 | #Constraints:      79116
43.32/43.57	c #Conflicts:      91000 | #Constraints:      80116
43.32/43.57	c INPROCESSING
43.32/43.57	c GARBAGE COLLECT
43.32/43.57	c rational objective -288
44.02/44.21	c #Conflicts:      92000 | #Constraints:      71024
44.02/44.21	c bounds -37 >= -287 @ 43.0886
46.31/46.53	c #Conflicts:      93000 | #Constraints:      72063
46.31/46.53	c #Conflicts:      94000 | #Constraints:      73063
46.31/46.53	c #Conflicts:      95000 | #Constraints:      74063
46.31/46.53	c #Conflicts:      96000 | #Constraints:      75063
46.31/46.53	c #Conflicts:      97000 | #Constraints:      76063
46.31/46.53	c bounds -37 >= -286 @ 45.3631
47.41/47.61	c #Conflicts:      98000 | #Constraints:      77102
47.41/47.61	c #Conflicts:      99000 | #Constraints:      78154
47.41/47.61	c INPROCESSING
47.41/47.61	c GARBAGE COLLECT
47.41/47.61	c rational objective -286
47.92/48.15	c #Conflicts:     100000 | #Constraints:      70056
47.92/48.15	c bounds -37 >= -285 @ 46.9643
48.20/48.48	c #Conflicts:     101000 | #Constraints:      71122
48.20/48.48	c bounds -37 >= -284 @ 47.2834
49.40/49.63	c #Conflicts:     102000 | #Constraints:      72155
49.40/49.63	c #Conflicts:     103000 | #Constraints:      73155
49.40/49.63	c bounds -37 >= -283 @ 48.4074
50.70/50.91	c #Conflicts:     104000 | #Constraints:      74194
50.70/50.91	c #Conflicts:     105000 | #Constraints:      75194
50.70/50.91	c #Conflicts:     106000 | #Constraints:      76194
50.70/50.91	c #Conflicts:     107000 | #Constraints:      77194
50.70/50.91	c INPROCESSING
50.70/50.91	c GARBAGE COLLECT
50.70/50.91	c rational objective -283
71.22/71.50	c #Conflicts:     108000 | #Constraints:      69686
71.22/71.50	c #Conflicts:     109000 | #Constraints:      70726
71.22/71.50	c #Conflicts:     110000 | #Constraints:      71772
71.22/71.50	c #Conflicts:     111000 | #Constraints:      72821
71.22/71.50	c #Conflicts:     112000 | #Constraints:      73859
71.22/71.50	c #Conflicts:     113000 | #Constraints:      74893
71.22/71.50	c #Conflicts:     114000 | #Constraints:      75929
71.22/71.50	c #Conflicts:     115000 | #Constraints:      76963
71.22/71.50	c #Conflicts:     116000 | #Constraints:      77995
71.22/71.50	c #Conflicts:     117000 | #Constraints:      79038
71.22/71.50	c #Conflicts:     118000 | #Constraints:      80078
71.22/71.50	c #Conflicts:     119000 | #Constraints:      81124
71.22/71.50	c #Conflicts:     120000 | #Constraints:      82165
71.22/71.50	c #Conflicts:     121000 | #Constraints:      83200
71.22/71.50	c #Conflicts:     122000 | #Constraints:      84240
71.22/71.50	c #Conflicts:     123000 | #Constraints:      85277
71.22/71.50	c #Conflicts:     124000 | #Constraints:      86305
71.22/71.50	c #Conflicts:     125000 | #Constraints:      87352
71.22/71.50	c #Conflicts:     126000 | #Constraints:      88399
71.22/71.50	c #Conflicts:     127000 | #Constraints:      89438
71.22/71.50	c #Conflicts:     128000 | #Constraints:      90469
71.22/71.50	c #Conflicts:     129000 | #Constraints:      91511
71.22/71.50	c bounds -38 >= -283 @ 69.9738
71.32/71.62	WSVECS04 Frhs2[1]: 6 0 1.00002 shouldn't be
71.32/71.62	WSVECS04 Frhs2[2]: 6 0 1.00006 shouldn't be
71.32/71.62	WSVECS04 Frhs2[3]: 6 0 1.00009 shouldn't be
71.32/71.62	WSVECS04 Frhs2[4]: 6 0 1.00007 shouldn't be
71.32/71.62	WSVECS04 Frhs2[5]: 6 0 1.00007 shouldn't be
71.32/71.62	WSVECS04 Frhs2[6]: 6 0 1.00002 shouldn't be
71.32/71.62	WSVECS04 Frhs2[7]: 6 0 1.00002 shouldn't be
71.32/71.62	WSVECS04 Frhs2[8]: 6 0 1.00007 shouldn't be
71.32/71.62	WSVECS04 Frhs2[9]: 6 0 1.00008 shouldn't be
71.32/71.62	WSVECS04 Frhs2[10]: 6 0 1.00009 shouldn't be
71.32/71.62	WSVECS04 Frhs2[11]: 6 0 1.00004 shouldn't be
71.32/71.62	WSVECS04 Frhs2[12]: 6 0 1.00002 shouldn't be
71.32/71.62	WSVECS04 Frhs2[13]: 6 0 1.00006 shouldn't be
71.32/71.62	WSVECS04 Frhs2[14]: 6 0 1.00006 shouldn't be
71.32/71.62	WSVECS04 Frhs2[15]: 6 0 1.00006 shouldn't be
71.32/71.62	WSVECS04 Frhs2[16]: 6 0 1.00005 shouldn't be
71.32/71.62	WSVECS04 Frhs2[17]: 6 0 1.00005 shouldn't be
71.32/71.62	WSVECS04 Frhs2[18]: 6 0 1.00002 shouldn't be
71.32/71.62	WSVECS04 Frhs2[19]: 6 0 1.00002 shouldn't be
71.32/71.62	WSVECS04 Frhs2[20]: 6 0 1.00004 shouldn't be
71.32/71.62	WSVECS04 Frhs2[21]: 6 0 1.00001 shouldn't be
71.32/71.62	WSVECS04 Frhs2[22]: 6 0 1.00006 shouldn't be
71.32/71.62	WSVECS04 Frhs2[23]: 6 0 1.00005 shouldn't be
71.32/71.62	WSVECS04 Frhs2[24]: 6 0 1.00005 shouldn't be
71.32/71.62	WSVECS04 Frhs2[25]: 6 0 1.00002 shouldn't be
71.32/71.62	WSVECS04 Frhs2[33]: 6 0 1.00001 shouldn't be
71.32/71.62	WSVECS04 Frhs2[35]: 6 0 1.0001 shouldn't be
71.32/71.62	WSVECS04 Frhs2[36]: 6 0 1.00002 shouldn't be
71.32/71.62	WSVECS04 Frhs2[41]: 6 0 1.00002 shouldn't be
71.32/71.62	WSVECS04 Frhs2[42]: 6 0 1.00005 shouldn't be
71.32/71.62	WSVECS04 Frhs2[44]: 6 0 1.00004 shouldn't be
71.32/71.62	WSVECS04 Frhs2[45]: 6 0 1.00004 shouldn't be
71.32/71.62	WSVECS04 Frhs2[46]: 6 0 1.00002 shouldn't be
71.32/71.62	WSVECS04 Frhs2[47]: 6 0 1.00007 shouldn't be
71.32/71.62	WSVECS04 Frhs2[49]: 6 0 1.00005 shouldn't be
71.32/71.62	WSVECS04 Frhs2[50]: 6 0 1.00006 shouldn't be
71.32/71.62	WSVECS04 Frhs2[51]: 6 0 1.00001 shouldn't be
71.32/71.62	WSVECS04 Frhs2[52]: 6 0 1.00005 shouldn't be
71.32/71.62	WSVECS04 Frhs2[54]: 6 0 1.00008 shouldn't be
71.32/71.62	WSVECS04 Frhs2[56]: 6 0 1.00009 shouldn't be
71.32/71.62	WSVECS04 Frhs2[57]: 6 0 1.00008 shouldn't be
71.32/71.62	WSVECS04 Frhs2[58]: 6 0 1.00002 shouldn't be
71.32/71.62	WSVECS04 Frhs2[59]: 6 0 1.00005 shouldn't be
71.32/71.62	WSVECS04 Frhs2[60]: 6 0 1.00008 shouldn't be
71.32/71.62	WSVECS04 Frhs2[61]: 6 0 1.00002 shouldn't be
71.32/71.62	WSVECS04 Frhs2[63]: 6 0 1.00007 shouldn't be
71.32/71.62	WSVECS04 Frhs2[113]: 6 0 1.00003 shouldn't be
71.32/71.62	WSVECS04 Frhs2[114]: 6 0 1.00003 shouldn't be
71.32/71.62	WSVECS04 Frhs2[115]: 6 0 1.00007 shouldn't be
71.32/71.62	WSVECS04 Frhs2[116]: 6 0 1.00002 shouldn't be
71.32/71.62	WSVECS04 Frhs2[117]: 6 0 1.00001 shouldn't be
71.32/71.62	WSVECS04 Frhs2[118]: 6 0 1.00004 shouldn't be
71.32/71.62	WSVECS04 Frhs2[119]: 6 0 1.00004 shouldn't be
71.32/71.62	WSVECS04 Frhs2[120]: 6 0 1.00006 shouldn't be
71.32/71.62	WSVECS04 Frhs2[121]: 6 0 1.00007 shouldn't be
71.32/71.62	WSVECS04 Frhs2[122]: 6 0 1.00008 shouldn't be
71.32/71.62	WSVECS04 Frhs2[123]: 6 0 1.00007 shouldn't be
71.32/71.62	WSVECS04 Frhs2[124]: 6 0 1.00009 shouldn't be
71.32/71.62	WSVECS04 Frhs2[125]: 6 0 1.00003 shouldn't be
71.32/71.62	WSVECS04 Frhs2[126]: 6 0 1.00002 shouldn't be
71.32/71.62	WSVECS04 Frhs2[127]: 6 0 1.00005 shouldn't be
71.32/71.62	WSVECS04 Frhs2[152]: 6 0 1.00006 shouldn't be
71.32/71.62	WSVECS04 Frhs2[242]: 6 0 1.00006 shouldn't be
71.32/71.62	WSVECS04 Frhs2[247]: 6 0 1.00009 shouldn't be
71.32/71.62	WSVECS04 Frhs2[255]: 6 0 1.00001 shouldn't be
71.32/71.62	WSVECS04 Frhs2[256]: 6 0 1.0001 shouldn't be
71.32/71.62	WSVECS04 Frhs2[257]: 6 0 1.00002 shouldn't be
71.32/71.62	WSVECS04 Frhs2[258]: 6 0 1.00001 shouldn't be
71.32/71.62	WSVECS04 Frhs2[259]: 6 0 1.00002 shouldn't be
71.32/71.62	WSVECS04 Frhs2[260]: 6 0 1.00008 shouldn't be
71.32/71.62	WSVECS04 Frhs2[261]: 6 0 1.00001 shouldn't be
71.32/71.62	WSVECS04 Frhs2[262]: 6 0 1.00002 shouldn't be
71.32/71.62	WSVECS04 Frhs2[263]: 6 0 1.00007 shouldn't be
71.32/71.62	WSVECS04 Frhs2[265]: 6 0 1.00009 shouldn't be
71.32/71.62	WSVECS04 Frhs2[266]: 6 0 1.00009 shouldn't be
71.32/71.62	WSVECS04 Frhs2[267]: 6 0 1.0001 shouldn't be
71.32/71.62	WSVECS04 Frhs2[268]: 6 0 1.00007 shouldn't be
71.32/71.62	WSVECS04 Frhs2[269]: 6 0 1.00003 shouldn't be
71.32/71.62	WSVECS04 Frhs2[270]: 6 0 1.00002 shouldn't be
71.32/71.62	WSVECS04 Frhs2[271]: 6 0 1.00002 shouldn't be
71.32/71.62	WSVECS04 Frhs2[273]: 6 0 1.00005 shouldn't be
71.32/71.62	WSVECS04 Frhs2[275]: 6 0 1.00001 shouldn't be
71.32/71.62	WSVECS04 Frhs2[276]: 6 0 1.00007 shouldn't be
71.32/71.62	WSVECS04 Frhs2[278]: 6 0 1.00005 shouldn't be
71.32/71.62	WSVECS04 Frhs2[279]: 6 0 1.00007 shouldn't be
71.32/71.62	WSVECS04 Frhs2[280]: 6 0 1.00005 shouldn't be
71.32/71.62	WSVECS04 Frhs2[281]: 6 0 1.00006 shouldn't be
71.32/71.62	WSVECS04 Frhs2[282]: 6 0 1.00004 shouldn't be
71.32/71.62	WSVECS04 Frhs2[283]: 6 0 1.00003 shouldn't be
71.32/71.62	WSVECS04 Frhs2[284]: 6 0 1.00006 shouldn't be
71.32/71.62	WSVECS04 Frhs2[285]: 6 0 1.00001 shouldn't be
71.32/71.62	WSVECS04 Frhs2[286]: 6 0 1.00005 shouldn't be
71.32/71.62	WSVECS04 Frhs2[289]: 6 0 1.00005 shouldn't be
71.32/71.62	WSVECS04 Frhs2[290]: 6 0 1.00007 shouldn't be
71.32/71.62	WSVECS04 Frhs2[291]: 6 0 1.00002 shouldn't be
71.32/71.62	WSVECS04 Frhs2[292]: 6 0 1.00003 shouldn't be
71.32/71.62	WSVECS04 Frhs2[293]: 6 0 1.00007 shouldn't be
71.32/71.62	WSVECS04 Frhs2[294]: 6 0 1.00004 shouldn't be
71.32/71.62	WSVECS04 Frhs2[295]: 6 0 1.00001 shouldn't be
71.32/71.62	WSVECS04 Frhs2[296]: 6 0 1.00007 shouldn't be
71.32/71.62	WSVECS04 Frhs2[297]: 6 0 1.00005 shouldn't be
71.32/71.62	WSVECS04 Frhs2[298]: 6 0 1.0001 shouldn't be
71.32/71.62	WSVECS04 Frhs2[299]: 6 0 1.00005 shouldn't be
71.32/71.62	WSVECS04 Frhs2[300]: 6 0 1.00008 shouldn't be
71.32/71.62	WSVECS04 Frhs2[301]: 6 0 1.00007 shouldn't be
71.32/71.62	WSVECS04 Frhs2[302]: 6 0 1.00006 shouldn't be
71.32/71.62	WSVECS04 Frhs2[303]: 6 0 1.00005 shouldn't be
71.32/71.62	WSVECS04 Frhs2[304]: 6 0 1.00001 shouldn't be
71.32/71.62	WSVECS04 Frhs2[305]: 6 0 1.00003 shouldn't be
71.32/71.62	WSVECS04 Frhs2[306]: 6 0 1.00008 shouldn't be
71.32/71.62	WSVECS04 Frhs2[307]: 6 0 1.00009 shouldn't be
71.32/71.62	WSVECS04 Frhs2[308]: 6 0 1.00004 shouldn't be
71.32/71.62	WSVECS04 Frhs2[310]: 6 0 1.00005 shouldn't be
71.32/71.62	WSVECS04 Frhs2[311]: 6 0 1.00009 shouldn't be
71.32/71.62	WSVECS04 Frhs2[313]: 6 0 1.00003 shouldn't be
71.32/71.62	WSVECS04 Frhs2[314]: 6 0 1.00004 shouldn't be
71.32/71.62	WSVECS04 Frhs2[315]: 6 0 1.00002 shouldn't be
71.32/71.62	WSVECS04 Frhs2[316]: 6 0 1.00002 shouldn't be
71.32/71.62	WSVECS04 Frhs2[318]: 6 0 1.00009 shouldn't be
71.32/71.62	WSVECS04 Frhs2[319]: 6 0 1.00008 shouldn't be
71.32/71.62	WSVECS04 Frhs2[320]: 6 0 1.00009 shouldn't be
71.32/71.62	WSVECS04 Frhs2[325]: 6 0 1.00004 shouldn't be
71.32/71.62	WSVECS04 Frhs2[326]: 6 0 1.0001 shouldn't be
71.32/71.62	WSVECS04 Frhs2[327]: 6 0 1.00001 shouldn't be
71.32/71.62	WSVECS04 Frhs2[328]: 6 0 1.00007 shouldn't be
71.32/71.62	WSVECS04 Frhs2[332]: 6 0 1.00008 shouldn't be
71.32/71.62	WSVECS04 Frhs2[336]: 6 0 1.00005 shouldn't be
71.32/71.62	WSVECS04 Frhs2[337]: 6 0 1.00009 shouldn't be
71.32/71.62	WSVECS04 Frhs2[340]: 6 0 1.00004 shouldn't be
71.32/71.62	WSVECS04 Frhs2[341]: 6 0 1.00008 shouldn't be
71.32/71.62	WSVECS04 Frhs2[344]: 6 0 1.00002 shouldn't be
71.32/71.62	WSVECS04 Frhs2[345]: 6 0 1.00003 shouldn't be
71.32/71.62	WSVECS04 Frhs2[346]: 6 0 1.00002 shouldn't be
71.32/71.62	WSVECS04 Frhs2[348]: 6 0 1.00008 shouldn't be
71.32/71.62	WSVECS04 Frhs2[349]: 6 0 1.00008 shouldn't be
71.32/71.62	WSVECS04 Frhs2[351]: 6 0 1.00007 shouldn't be
71.32/71.62	WSVECS04 Frhs2[355]: 6 0 1.00006 shouldn't be
71.32/71.62	WSVECS04 Frhs2[358]: 6 0 1.00004 shouldn't be
71.32/71.62	WSVECS04 Frhs2[359]: 6 0 1.00002 shouldn't be
71.32/71.62	WSVECS04 Frhs2[360]: 6 0 1.00002 shouldn't be
71.32/71.62	WSVECS04 Frhs2[361]: 6 0 1.00003 shouldn't be
71.32/71.62	WSVECS04 Frhs2[362]: 6 0 1.00008 shouldn't be
71.32/71.62	WSVECS04 Frhs2[363]: 6 0 1.00003 shouldn't be
71.32/71.62	WSVECS04 Frhs2[364]: 6 0 1.00006 shouldn't be
71.32/71.62	WSVECS04 Frhs2[365]: 6 0 1.00005 shouldn't be
71.32/71.62	WSVECS04 Frhs2[366]: 6 0 1.00007 shouldn't be
71.32/71.62	WSVECS04 Frhs2[367]: 6 0 1.00008 shouldn't be
71.32/71.62	WSVECS04 Frhs2[368]: 6 0 1.00007 shouldn't be
71.32/71.62	WSVECS04 Frhs2[369]: 6 0 1.00005 shouldn't be
71.32/71.62	WSVECS04 Frhs2[370]: 6 0 1.00009 shouldn't be
71.32/71.62	WSVECS04 Frhs2[371]: 6 0 1.00001 shouldn't be
71.32/71.62	WSVECS04 Frhs2[372]: 6 0 1.00003 shouldn't be
71.32/71.62	WSVECS04 Frhs2[373]: 6 0 1.00008 shouldn't be
71.32/71.62	WSVECS04 Frhs2[374]: 6 0 1.00006 shouldn't be
71.32/71.62	WSVECS04 Frhs2[376]: 6 0 1.00006 shouldn't be
71.32/71.62	WSVECS04 Frhs2[377]: 6 0 1.00007 shouldn't be
71.32/71.62	WSVECS04 Frhs2[378]: 6 0 1.00007 shouldn't be
71.32/71.62	WSVECS04 Frhs2[379]: 6 0 1.00008 shouldn't be
71.32/71.62	WSVECS04 Frhs2[380]: 6 0 1.00007 shouldn't be
71.32/71.62	WSVECS04 Frhs2[381]: 6 0 1.00008 shouldn't be
71.32/71.62	WSVECS04 Frhs2[382]: 6 0 1.00006 shouldn't be
71.32/71.62	WSVECS04 Frhs2[383]: 6 0 1.00004 shouldn't be
71.32/71.62	WSVECS04 Frhs2[384]: 6 0 1.00001 shouldn't be
71.32/71.62	WSVECS04 Frhs2[385]: 6 0 1.00006 shouldn't be
71.32/71.62	WSVECS04 Frhs2[386]: 6 0 1.00005 shouldn't be
71.32/71.62	WSVECS04 Frhs2[387]: 6 0 1.00003 shouldn't be
71.32/71.62	WSVECS04 Frhs2[388]: 6 0 1.00001 shouldn't be
71.32/71.62	WSVECS04 Frhs2[390]: 6 0 1.00002 shouldn't be
71.32/71.62	WSVECS04 Frhs2[391]: 6 0 1.00004 shouldn't be
71.32/71.62	WSVECS04 Frhs2[392]: 6 0 1.00003 shouldn't be
71.32/71.62	WSVECS04 Frhs2[393]: 6 0 1.00009 shouldn't be
71.32/71.62	WSVECS04 Frhs2[394]: 6 0 1.00003 shouldn't be
71.32/71.62	WSVECS04 Frhs2[395]: 6 0 1.00005 shouldn't be
71.32/71.62	WSVECS04 Frhs2[396]: 6 0 1.00006 shouldn't be
71.32/71.62	WSVECS04 Frhs2[397]: 6 0 1.00008 shouldn't be
71.32/71.62	WSVECS04 Frhs2[398]: 6 0 1.00005 shouldn't be
71.32/71.62	WSVECS04 Frhs2[399]: 6 0 1.00006 shouldn't be
71.32/71.62	WSVECS04 Frhs2[400]: 6 0 1.00004 shouldn't be
71.32/71.62	WSVECS04 Frhs2[401]: 6 0 1.00003 shouldn't be
71.32/71.62	WSVECS04 Frhs2[402]: 6 0 1.00003 shouldn't be
71.32/71.62	WSVECS04 Frhs2[403]: 6 0 1.00003 shouldn't be
71.32/71.62	WSVECS04 Frhs2[404]: 6 0 1.0001 shouldn't be
71.32/71.62	WSVECS04 Frhs2[406]: 6 0 1.00002 shouldn't be
71.32/71.62	WSVECS04 Frhs2[407]: 6 0 1.00001 shouldn't be
71.32/71.62	WSVECS04 Frhs2[409]: 6 0 1.00002 shouldn't be
71.32/71.62	WSVECS04 Frhs2[410]: 6 0 1.00004 shouldn't be
71.32/71.62	WSVECS04 Frhs2[411]: 6 0 1.00003 shouldn't be
71.32/71.62	WSVECS04 Frhs2[412]: 6 0 1.00007 shouldn't be
71.32/71.62	WSVECS04 Frhs2[416]: 6 0 1.00008 shouldn't be
71.32/71.62	WSVECS04 Frhs2[417]: 6 0 1.00009 shouldn't be
71.32/71.62	WSVECS04 Frhs2[418]: 6 0 1.0001 shouldn't be
71.32/71.62	WSVECS04 Frhs2[419]: 6 0 1.00008 shouldn't be
71.32/71.62	WSVECS04 Frhs2[420]: 6 0 1.00008 shouldn't be
71.32/71.62	WSVECS04 Frhs2[421]: 6 0 1.00007 shouldn't be
71.32/71.62	WSVECS04 Frhs2[422]: 6 0 1.00004 shouldn't be
71.32/71.62	WSVECS04 Frhs2[423]: 6 0 1.00006 shouldn't be
71.32/71.62	WSVECS04 Frhs2[424]: 6 0 1.00005 shouldn't be
71.32/71.62	WSVECS04 Frhs2[425]: 6 0 1.00002 shouldn't be
71.32/71.62	WSVECS04 Frhs2[427]: 6 0 1.00004 shouldn't be
71.32/71.62	WSVECS04 Frhs2[428]: 6 0 1.00004 shouldn't be
71.32/71.62	WSVECS04 Frhs2[429]: 6 0 1.00006 shouldn't be
71.32/71.62	WSVECS04 Frhs2[430]: 6 0 1.00009 shouldn't be
71.32/71.62	WSVECS04 Frhs2[431]: 6 0 1.00006 shouldn't be
71.32/71.62	WSVECS04 Frhs2[432]: 6 0 1.00002 shouldn't be
71.32/71.62	WSVECS04 Frhs2[433]: 6 0 1.00005 shouldn't be
71.32/71.62	WSVECS04 Frhs2[434]: 6 0 1.00007 shouldn't be
71.32/71.62	WSVECS04 Frhs2[435]: 6 0 1.00006 shouldn't be
71.32/71.62	WSVECS04 Frhs2[437]: 6 0 1.00002 shouldn't be
71.32/71.62	WSVECS04 Frhs2[438]: 6 0 1.00003 shouldn't be
71.32/71.62	WSVECS04 Frhs2[441]: 6 0 1.00003 shouldn't be
71.32/71.62	WSVECS04 Frhs2[442]: 6 0 1.00003 shouldn't be
71.32/71.62	WSVECS04 Frhs2[443]: 6 0 1.00001 shouldn't be
71.32/71.62	WSVECS04 Frhs2[445]: 6 0 1.00009 shouldn't be
71.32/71.62	WSVECS04 Frhs2[446]: 6 0 1.00005 shouldn't be
71.32/71.62	WSVECS04 Frhs2[447]: 6 0 1.00001 shouldn't be
71.32/71.62	WSVECS04 Frhs2[448]: 6 0 1.00002 shouldn't be
71.32/71.62	WSVECS04 Frhs2[449]: 6 0 1.00005 shouldn't be
71.32/71.62	WSVECS04 Frhs2[451]: 6 0 1.00003 shouldn't be
71.32/71.62	WSVECS04 Frhs2[452]: 6 0 1.00002 shouldn't be
71.32/71.62	WSVECS04 Frhs2[453]: 6 0 1.00003 shouldn't be
71.32/71.62	WSVECS04 Frhs2[457]: 6 0 1.00006 shouldn't be
71.32/71.62	WSVECS04 Frhs2[459]: 6 0 1.00003 shouldn't be
71.32/71.62	WSVECS04 Frhs2[461]: 6 0 1.0001 shouldn't be
71.32/71.62	WSVECS04 Frhs2[464]: 6 0 1.00008 shouldn't be
71.32/71.62	WSVECS04 Frhs2[465]: 6 0 1.00003 shouldn't be
71.32/71.62	WSVECS04 Frhs2[466]: 6 0 1.00007 shouldn't be
71.32/71.62	WSVECS04 Frhs2[467]: 6 0 1.00006 shouldn't be
71.32/71.62	WSVECS04 Frhs2[469]: 6 0 1.00007 shouldn't be
71.32/71.62	WSVECS04 Frhs2[470]: 6 0 1.00002 shouldn't be
71.32/71.62	WSVECS04 Frhs2[471]: 6 0 1.00001 shouldn't be
71.32/71.62	WSVECS04 Frhs2[473]: 6 0 1.00001 shouldn't be
71.32/71.62	WSVECS04 Frhs2[474]: 6 0 1.00007 shouldn't be
71.32/71.62	WSVECS04 Frhs2[475]: 6 0 1.00001 shouldn't be
71.32/71.62	WSVECS04 Frhs2[478]: 6 0 1.00008 shouldn't be
71.32/71.62	WSVECS04 Frhs2[479]: 6 0 1.00007 shouldn't be
71.32/71.62	WSVECS04 Frhs2[480]: 6 0 1.00007 shouldn't be
71.32/71.62	WSVECS04 Frhs2[482]: 6 0 1.00005 shouldn't be
71.32/71.62	WSVECS04 Frhs2[485]: 6 0 1.00002 shouldn't be
71.32/71.62	WSVECS04 Frhs2[487]: 6 0 1.00005 shouldn't be
71.32/71.62	WSVECS04 Frhs2[489]: 6 0 1.00003 shouldn't be
71.32/71.62	WSVECS04 Frhs2[491]: 6 0 1.00003 shouldn't be
71.32/71.62	WSVECS04 Frhs2[493]: 6 0 1.00006 shouldn't be
71.32/71.62	WSVECS04 Frhs2[494]: 6 0 1.00001 shouldn't be
71.32/71.62	WSVECS04 Frhs2[495]: 6 0 1.00006 shouldn't be
71.32/71.62	WSVECS04 Frhs2[497]: 6 0 1.00009 shouldn't be
71.32/71.62	WSVECS04 Frhs2[498]: 6 0 1.00004 shouldn't be
71.32/71.62	WSVECS04 Frhs2[501]: 6 0 1.00001 shouldn't be
71.32/71.62	WSVECS04 Frhs2[505]: 6 0 1.00009 shouldn't be
71.32/71.62	WSVECS04 Frhs2[506]: 6 0 1.00004 shouldn't be
71.32/71.62	WSVECS04 Frhs2[507]: 6 0 1.00005 shouldn't be
71.32/71.62	WSVECS04 Frhs2[511]: 6 0 1.00004 shouldn't be
71.32/71.62	WSVECS04 Frhs2[512]: 6 0 1.00002 shouldn't be
71.32/71.62	WSVECS04 Frhs2[515]: 6 0 1.00008 shouldn't be
71.32/71.62	WSVECS04 Frhs2[516]: 6 0 1.00006 shouldn't be
71.32/71.62	WSVECS04 Frhs2[518]: 6 0 1.00007 shouldn't be
71.32/71.62	WSVECS04 Frhs2[522]: 6 0 1.00002 shouldn't be
71.32/71.62	WSVECS04 Frhs2[523]: 6 0 1.00003 shouldn't be
71.32/71.62	WSVECS04 Frhs2[524]: 6 0 1.00005 shouldn't be
71.32/71.62	WSVECS04 Frhs2[527]: 6 0 1.00004 shouldn't be
71.32/71.62	WSVECS04 Frhs2[528]: 6 0 1.00006 shouldn't be
71.32/71.62	WSVECS04 Frhs2[529]: 6 0 1.00001 shouldn't be
71.32/71.62	WSVECS04 Frhs2[530]: 6 0 1.00008 shouldn't be
71.32/71.62	WSVECS04 Frhs2[531]: 6 0 1.00002 shouldn't be
71.32/71.62	WSVECS04 Frhs2[532]: 6 0 1.00005 shouldn't be
71.32/71.62	WSVECS04 Frhs2[533]: 6 0 1.00006 shouldn't be
71.32/71.62	WSVECS04 Frhs2[534]: 6 0 1.00001 shouldn't be
71.32/71.62	WSVECS04 Frhs2[535]: 6 0 1.00009 shouldn't be
71.32/71.62	WSVECS04 Frhs2[536]: 6 0 1.00005 shouldn't be
71.32/71.62	WSVECS04 Frhs2[537]: 6 0 1.00008 shouldn't be
71.32/71.62	WSVECS04 Frhs2[538]: 6 0 1.00008 shouldn't be
71.32/71.62	WSVECS04 Frhs2[539]: 6 0 1.00002 shouldn't be
71.32/71.62	WSVECS04 Frhs2[540]: 6 0 1.00007 shouldn't be
71.32/71.62	WSVECS04 Frhs2[541]: 6 0 1.00003 shouldn't be
71.32/71.62	WSVECS04 Frhs2[543]: 6 0 1.00005 shouldn't be
71.32/71.62	WSVECS04 Frhs2[544]: 6 0 1.00004 shouldn't be
71.32/71.62	WSVECS04 Frhs2[545]: 6 0 1.00002 shouldn't be
71.32/71.62	WSVECS04 Frhs2[546]: 6 0 1.00003 shouldn't be
71.32/71.62	WSVECS04 Frhs2[550]: 6 0 1.00004 shouldn't be
71.32/71.62	WSVECS04 Frhs2[551]: 6 0 1.00005 shouldn't be
71.32/71.62	WSVECS04 Frhs2[552]: 6 0 1.00003 shouldn't be
71.32/71.62	WSVECS04 Frhs2[553]: 6 0 1.00001 shouldn't be
71.32/71.62	WSVECS04 Frhs2[554]: 6 0 1.00004 shouldn't be
71.32/71.62	WSVECS04 Frhs2[559]: 6 0 1.00008 shouldn't be
71.32/71.62	WSVECS04 Frhs2[560]: 6 0 1.00001 shouldn't be
71.32/71.62	WSVECS04 Frhs2[564]: 6 0 1.00008 shouldn't be
71.32/71.62	WSVECS04 Frhs2[565]: 6 0 1.00008 shouldn't be
71.32/71.62	WSVECS04 Frhs2[566]: 6 0 1.00001 shouldn't be
71.32/71.62	WSVECS04 Frhs2[568]: 6 0 1.0001 shouldn't be
71.32/71.62	WSVECS04 Frhs2[570]: 6 0 1.00009 shouldn't be
71.32/71.62	WSVECS04 Frhs2[571]: 6 0 1.00007 shouldn't be
71.32/71.62	WSVECS04 Frhs2[574]: 6 0 1.00002 shouldn't be
71.32/71.62	WSVECS04 Frhs2[575]: 6 0 1.00005 shouldn't be
71.32/71.62	WSVECS04 Frhs2[576]: 6 0 1.00007 shouldn't be
71.32/71.62	WSVECS04 Frhs2[577]: 6 0 1.00002 shouldn't be
71.32/71.62	WSVECS04 Frhs2[578]: 6 0 1.00004 shouldn't be
71.32/71.62	WSVECS04 Frhs2[579]: 6 0 1.00006 shouldn't be
71.32/71.62	WSVECS04 Frhs2[580]: 6 0 1.00007 shouldn't be
71.32/71.62	WSVECS04 Frhs2[581]: 6 0 1.00007 shouldn't be
71.32/71.62	WSVECS04 Frhs2[582]: 6 0 1.00006 shouldn't be
71.32/71.62	WSVECS04 Frhs2[583]: 6 0 1.00004 shouldn't be
71.32/71.62	WSVECS04 Frhs2[584]: 6 0 1.00005 shouldn't be
71.32/71.62	WSVECS04 Frhs2[585]: 6 0 1.00006 shouldn't be
71.32/71.62	WSVECS04 Frhs2[586]: 6 0 1.00009 shouldn't be
71.32/71.62	WSVECS04 Frhs2[587]: 6 0 1.00008 shouldn't be
71.32/71.62	WSVECS04 Frhs2[588]: 6 0 1.00007 shouldn't be
71.32/71.62	WSVECS04 Frhs2[589]: 6 0 1.00009 shouldn't be
71.32/71.62	WSVECS04 Frhs2[590]: 6 0 1.00003 shouldn't be
71.32/71.62	WSVECS04 Frhs2[591]: 6 0 1.00008 shouldn't be
71.32/71.62	WSVECS04 Frhs2[592]: 6 0 1.00004 shouldn't be
71.32/71.62	WSVECS04 Frhs2[593]: 6 0 1.00007 shouldn't be
71.32/71.62	WSVECS04 Frhs2[594]: 6 0 1.00008 shouldn't be
71.32/71.62	WSVECS04 Frhs2[595]: 6 0 1.00003 shouldn't be
71.32/71.62	WSVECS04 Frhs2[596]: 6 0 1.00009 shouldn't be
71.32/71.62	WSVECS04 Frhs2[597]: 6 0 1.00009 shouldn't be
71.32/71.62	WSVECS04 Frhs2[598]: 6 0 1.00007 shouldn't be
71.32/71.62	WSVECS04 Frhs2[599]: 6 0 1.00007 shouldn't be
71.32/71.62	WSVECS04 Frhs2[600]: 6 0 1.00002 shouldn't be
71.32/71.62	WSVECS04 Frhs2[601]: 6 0 1.00001 shouldn't be
71.32/71.62	WSVECS04 Frhs2[602]: 6 0 1.00003 shouldn't be
71.32/71.62	WSVECS04 Frhs2[603]: 6 0 1.00002 shouldn't be
71.32/71.62	WSVECS04 Frhs2[604]: 6 0 1.0001 shouldn't be
71.32/71.62	WSVECS04 Frhs2[605]: 6 0 1.00003 shouldn't be
71.32/71.62	WSVECS04 Frhs2[606]: 6 0 1.00007 shouldn't be
71.32/71.62	WSVECS04 Frhs2[607]: 6 0 1.00004 shouldn't be
71.32/71.62	WSVECS04 Frhs2[608]: 6 0 1.00001 shouldn't be
71.32/71.62	WSVECS04 Frhs2[609]: 6 0 1.00001 shouldn't be
71.32/71.62	WSVECS04 Frhs2[610]: 6 0 1.00005 shouldn't be
71.32/71.62	WSVECS04 Frhs2[611]: 6 0 1.00006 shouldn't be
71.32/71.62	WSVECS04 Frhs2[614]: 6 0 1.00007 shouldn't be
71.32/71.62	WSVECS04 Frhs2[615]: 6 0 1.00002 shouldn't be
71.32/71.62	WSVECS04 Frhs2[616]: 6 0 1.00004 shouldn't be
71.32/71.62	WSVECS04 Frhs2[617]: 6 0 1.00005 shouldn't be
71.32/71.62	WSVECS04 Frhs2[618]: 6 0 1.00004 shouldn't be
71.32/71.62	WSVECS04 Frhs2[619]: 6 0 1.00007 shouldn't be
71.32/71.62	WSVECS04 Frhs2[620]: 6 0 1.00002 shouldn't be
71.32/71.62	WSVECS04 Frhs2[621]: 6 0 1.00001 shouldn't be
71.32/71.62	WSVECS04 Frhs2[622]: 6 0 1.00009 shouldn't be
71.32/71.62	WSVECS04 Frhs2[623]: 6 0 1.00003 shouldn't be
71.32/71.62	WSVECS04 Frhs2[624]: 6 0 1.00004 shouldn't be
71.32/71.62	WSVECS04 Frhs2[626]: 6 0 1.00006 shouldn't be
71.32/71.62	WSVECS04 Frhs2[627]: 6 0 1.00006 shouldn't be
71.32/71.62	WSVECS04 Frhs2[628]: 6 0 1.00005 shouldn't be
71.32/71.62	WSVECS04 Frhs2[629]: 6 0 1.00007 shouldn't be
71.32/71.62	WSVECS04 Frhs2[631]: 6 0 1.00007 shouldn't be
71.32/71.62	WSVECS04 Frhs2[632]: 6 0 1.00007 shouldn't be
71.32/71.62	WSVECS04 Frhs2[633]: 6 0 1.00009 shouldn't be
71.32/71.62	WSVECS04 Frhs2[634]: 6 0 1.00005 shouldn't be
71.32/71.62	WSVECS04 Frhs2[635]: 6 0 1.00002 shouldn't be
71.32/71.62	WSVECS04 Frhs2[636]: 6 0 1.0001 shouldn't be
71.32/71.62	WSVECS04 Frhs2[637]: 6 0 1.00008 shouldn't be
71.32/71.62	WSVECS04 Frhs2[638]: 6 0 1.00009 shouldn't be
71.32/71.62	WSVECS04 Frhs2[639]: 6 0 1.00003 shouldn't be
71.32/71.62	WSVECS04 Frhs2[640]: 6 0 1.00009 shouldn't be
71.32/71.62	WSVECS04 Frhs2[641]: 6 0 1.00007 shouldn't be
71.32/71.62	WSVECS04 Frhs2[642]: 6 0 1.00002 shouldn't be
71.32/71.62	WSVECS04 Frhs2[643]: 6 0 1.00002 shouldn't be
71.32/71.62	WSVECS04 Frhs2[644]: 6 0 1.00006 shouldn't be
71.32/71.62	WSVECS04 Frhs2[645]: 6 0 1.00001 shouldn't be
71.32/71.62	WSVECS04 Frhs2[646]: 6 0 1.00005 shouldn't be
71.32/71.62	WSVECS04 Frhs2[647]: 6 0 1.00008 shouldn't be
71.32/71.62	WSVECS04 Frhs2[648]: 6 0 1.00004 shouldn't be
71.32/71.62	WSVECS04 Frhs2[649]: 6 0 1.00009 shouldn't be
71.32/71.62	WSVECS04 Frhs2[651]: 6 0 1.00004 shouldn't be
71.32/71.62	WSVECS04 Frhs2[652]: 6 0 1.00005 shouldn't be
71.32/71.62	WSVECS04 Frhs2[653]: 6 0 1.00004 shouldn't be
71.32/71.62	WSVECS04 Frhs2[654]: 6 0 1.00004 shouldn't be
71.32/71.62	WSVECS04 Frhs2[655]: 6 0 1.0001 shouldn't be
71.32/71.62	WSVECS04 Frhs2[656]: 6 0 1.00007 shouldn't be
71.32/71.62	WSVECS04 Frhs2[657]: 6 0 1.00003 shouldn't be
71.32/71.62	WSVECS04 Frhs2[658]: 6 0 1.00007 shouldn't be
71.32/71.62	WSVECS04 Frhs2[659]: 6 0 1.00008 shouldn't be
71.32/71.62	WSVECS04 Frhs2[660]: 6 0 1.0001 shouldn't be
71.32/71.62	WSVECS04 Frhs2[661]: 6 0 1.00005 shouldn't be
71.32/71.62	WSVECS04 Frhs2[662]: 6 0 1.00005 shouldn't be
71.32/71.62	WSVECS04 Frhs2[663]: 6 0 1.00007 shouldn't be
71.32/71.62	WSVECS04 Frhs2[664]: 6 0 1.00002 shouldn't be
71.32/71.62	WSVECS04 Frhs2[665]: 6 0 1.00005 shouldn't be
71.32/71.62	WSVECS04 Frhs2[666]: 6 0 1.00005 shouldn't be
71.32/71.62	WSVECS04 Frhs2[667]: 6 0 1.00007 shouldn't be
71.32/71.62	WSVECS04 Frhs2[668]: 6 0 1.00008 shouldn't be
71.32/71.62	WSVECS04 Frhs2[669]: 6 0 1.00007 shouldn't be
71.32/71.62	WSVECS04 Frhs2[670]: 6 0 1.00005 shouldn't be
71.32/71.62	WSVECS04 Frhs2[671]: 6 0 1.0001 shouldn't be
71.32/71.62	WSVECS04 Frhs2[672]: 6 0 1.00007 shouldn't be
71.32/71.62	WSVECS04 Frhs2[673]: 6 0 1.00006 shouldn't be
71.32/71.62	WSVECS04 Frhs2[674]: 6 0 1.00001 shouldn't be
71.32/71.62	WSVECS04 Frhs2[675]: 6 0 1.00007 shouldn't be
71.32/71.62	WSVECS04 Frhs2[676]: 6 0 1.00005 shouldn't be
71.32/71.62	WSVECS04 Frhs2[677]: 6 0 1.00005 shouldn't be
71.32/71.62	WSVECS04 Frhs2[678]: 6 0 1.00008 shouldn't be
71.32/71.62	WSVECS04 Frhs2[680]: 6 0 1.00007 shouldn't be
71.32/71.62	WSVECS04 Frhs2[681]: 6 0 1.00007 shouldn't be
71.32/71.62	WSVECS04 Frhs2[682]: 6 0 1.00006 shouldn't be
71.32/71.62	WSVECS04 Frhs2[683]: 6 0 1.00007 shouldn't be
71.32/71.62	WSVECS04 Frhs2[684]: 6 0 1.0001 shouldn't be
71.32/71.62	WSVECS04 Frhs2[685]: 6 0 1.00009 shouldn't be
71.32/71.62	WSVECS04 Frhs2[686]: 6 0 1.00006 shouldn't be
71.32/71.62	WSVECS04 Frhs2[687]: 6 0 1.00005 shouldn't be
71.32/71.62	WSVECS04 Frhs2[688]: 6 0 1.00002 shouldn't be
71.32/71.62	WSVECS04 Frhs2[689]: 6 0 1.00003 shouldn't be
71.32/71.62	WSVECS04 Frhs2[690]: 6 0 1.00004 shouldn't be
71.32/71.62	WSVECS04 Frhs2[691]: 6 0 1.00009 shouldn't be
71.32/71.62	WSVECS04 Frhs2[692]: 6 0 1.00007 shouldn't be
71.32/71.62	WSVECS04 Frhs2[693]: 6 0 1.00009 shouldn't be
71.32/71.62	WSVECS04 Frhs2[694]: 6 0 1.00008 shouldn't be
71.32/71.62	WSVECS04 Frhs2[697]: 6 0 1.00005 shouldn't be
71.32/71.62	WSVECS04 Frhs2[700]: 6 0 1.00006 shouldn't be
71.32/71.62	WSVECS04 Frhs2[701]: 6 0 1.00002 shouldn't be
71.32/71.62	WSVECS04 Frhs2[702]: 6 0 1.00003 shouldn't be
71.32/71.62	WSVECS04 Frhs2[703]: 6 0 1.00002 shouldn't be
71.32/71.62	WSVECS04 Frhs2[704]: 6 0 1.00002 shouldn't be
71.32/71.62	WSVECS04 Frhs2[705]: 6 0 1.00002 shouldn't be
71.32/71.62	WSVECS04 Frhs2[706]: 6 0 1.00009 shouldn't be
71.32/71.62	WSVECS04 Frhs2[707]: 6 0 1.0001 shouldn't be
71.32/71.62	WSVECS04 Frhs2[708]: 6 0 1.00004 shouldn't be
71.32/71.62	WSVECS04 Frhs2[711]: 6 0 1.00006 shouldn't be
71.32/71.62	WSVECS04 Frhs2[712]: 6 0 1.00009 shouldn't be
71.32/71.62	WSVECS04 Frhs2[713]: 6 0 1.00005 shouldn't be
71.32/71.62	WSVECS04 Frhs2[714]: 6 0 1.00006 shouldn't be
71.32/71.62	WSVECS04 Frhs2[715]: 6 0 1.00008 shouldn't be
71.32/71.62	WSVECS04 Frhs2[716]: 6 0 1.00005 shouldn't be
71.32/71.62	WSVECS04 Frhs2[718]: 6 0 1.00004 shouldn't be
71.32/71.62	WSVECS04 Frhs2[723]: 6 0 1.00007 shouldn't be
71.32/71.62	WSVECS04 Frhs2[724]: 6 0 1.00007 shouldn't be
71.32/71.62	WSVECS04 Frhs2[727]: 6 0 1.00003 shouldn't be
71.32/71.62	WSVECS04 Frhs2[730]: 6 0 1.00001 shouldn't be
71.32/71.62	WSVECS04 Frhs2[735]: 6 0 1.00004 shouldn't be
71.32/71.62	WSVECS04 Frhs2[736]: 6 0 1.00008 shouldn't be
71.32/71.62	WSVECS04 Frhs2[737]: 6 0 1.00005 shouldn't be
71.32/71.62	WSVECS04 Frhs2[738]: 6 0 1.00004 shouldn't be
71.32/71.62	WSVECS04 Frhs2[739]: 6 0 1.00008 shouldn't be
71.32/71.62	WSVECS04 Frhs2[740]: 6 0 1.00009 shouldn't be
71.32/71.62	WSVECS04 Frhs2[741]: 6 0 1.00009 shouldn't be
71.32/71.62	WSVECS04 Frhs2[742]: 6 0 1.00002 shouldn't be
71.32/71.62	WSVECS04 Frhs2[743]: 6 0 1.00006 shouldn't be
71.32/71.62	WSVECS04 Frhs2[744]: 6 0 1.00003 shouldn't be
71.32/71.62	WSVECS04 Frhs2[745]: 6 0 1.00006 shouldn't be
71.32/71.62	WSVECS04 Frhs2[746]: 6 0 1.00006 shouldn't be
71.32/71.62	WSVECS04 Frhs2[747]: 6 0 1.00009 shouldn't be
71.32/71.62	WSVECS04 Frhs2[748]: 6 0 1.00007 shouldn't be
71.32/71.62	WSVECS04 Frhs2[749]: 6 0 1.00001 shouldn't be
71.32/71.62	WSVECS04 Frhs2[750]: 6 0 1.00003 shouldn't be
71.32/71.62	WSVECS04 Frhs2[751]: 6 0 1.00009 shouldn't be
71.32/71.62	WSVECS04 Frhs2[752]: 6 0 1.00006 shouldn't be
71.32/71.62	WSVECS04 Frhs2[753]: 6 0 1.00005 shouldn't be
71.32/71.62	WSVECS04 Frhs2[754]: 6 0 1.00008 shouldn't be
71.32/71.62	WSVECS04 Frhs2[756]: 6 0 1.00001 shouldn't be
71.32/71.62	WSVECS04 Frhs2[757]: 6 0 1.00007 shouldn't be
71.32/71.62	WSVECS04 Frhs2[759]: 6 0 1.00009 shouldn't be
71.32/71.62	WSVECS04 Frhs2[762]: 6 0 1.00004 shouldn't be
71.32/71.62	WSVECS04 Frhs2[763]: 6 0 1.00007 shouldn't be
71.32/71.62	WSVECS04 Frhs2[764]: 6 0 1.00007 shouldn't be
71.32/71.62	WSVECS04 Frhs2[765]: 6 0 1.00008 shouldn't be
71.32/71.62	WSVECS04 Frhs2[766]: 6 0 1.00009 shouldn't be
71.32/71.62	WSVECS04 Frhs2[769]: 6 0 1.0001 shouldn't be
71.32/71.62	WSVECS04 Frhs2[770]: 6 0 1.00005 shouldn't be
71.32/71.62	WSVECS04 Frhs2[771]: 6 0 1.00008 shouldn't be
71.32/71.62	WSVECS04 Frhs2[774]: 6 0 1.00008 shouldn't be
71.32/71.62	WSVECS04 Frhs2[775]: 6 0 1.00007 shouldn't be
71.32/71.62	WSVECS04 Frhs2[776]: 6 0 1.00009 shouldn't be
71.32/71.62	WSVECS04 Frhs2[777]: 6 0 1.00007 shouldn't be
71.32/71.62	WSVECS04 Frhs2[778]: 6 0 1.00007 shouldn't be
71.32/71.62	WSVECS04 Frhs2[779]: 6 0 1.00007 shouldn't be
71.32/71.62	WSVECS04 Frhs2[780]: 6 0 1.00003 shouldn't be
71.32/71.62	WSVECS04 Frhs2[781]: 6 0 1.00004 shouldn't be
71.32/71.62	WSVECS04 Frhs2[782]: 6 0 1.00007 shouldn't be
71.32/71.62	WSVECS04 Frhs2[783]: 6 0 1.00001 shouldn't be
71.32/71.62	WSVECS04 Frhs2[784]: 6 0 1.00005 shouldn't be
71.32/71.62	WSVECS04 Frhs2[785]: 6 0 1.00004 shouldn't be
71.32/71.62	WSVECS04 Frhs2[786]: 6 0 1.00004 shouldn't be
71.32/71.62	WSVECS04 Frhs2[787]: 6 0 1.0001 shouldn't be
71.32/71.62	WSVECS04 Frhs2[788]: 6 0 1.00008 shouldn't be
71.32/71.62	WSVECS04 Frhs2[789]: 6 0 1.00004 shouldn't be
71.32/71.62	WSVECS04 Frhs2[790]: 6 0 1.00005 shouldn't be
71.32/71.62	WSVECS04 Frhs2[791]: 6 0 1.00008 shouldn't be
71.32/71.62	WSVECS04 Frhs2[792]: 6 0 1.00008 shouldn't be
71.32/71.62	WSVECS04 Frhs2[793]: 6 0 1.00001 shouldn't be
71.32/71.62	WSVECS04 Frhs2[794]: 6 0 1.00003 shouldn't be
71.32/71.62	WSVECS04 Frhs2[796]: 6 0 1.00008 shouldn't be
71.32/71.62	WSVECS04 Frhs2[798]: 6 0 1.00002 shouldn't be
71.32/71.62	WSVECS04 Frhs2[799]: 6 0 1.00005 shouldn't be
71.32/71.62	WSVECS04 Frhs2[801]: 6 0 1.00001 shouldn't be
71.32/71.62	WSVECS04 Frhs2[802]: 6 0 1.00007 shouldn't be
71.32/71.62	WSVECS04 Frhs2[805]: 6 0 1.00001 shouldn't be
71.32/71.62	WSVECS04 Frhs2[806]: 6 0 1.00003 shouldn't be
71.32/71.62	WSVECS04 Frhs2[808]: 6 0 1.00004 shouldn't be
71.32/71.62	WSVECS04 Frhs2[809]: 6 0 1.00006 shouldn't be
71.32/71.62	WSVECS04 Frhs2[810]: 6 0 1.00004 shouldn't be
71.32/71.62	WSVECS04 Frhs2[811]: 6 0 1.00003 shouldn't be
71.32/71.62	WSVECS04 Frhs2[812]: 6 0 1.00002 shouldn't be
71.32/71.62	WSVECS04 Frhs2[814]: 6 0 1.00003 shouldn't be
71.32/71.62	WSVECS04 Frhs2[815]: 6 0 1.00006 shouldn't be
71.32/71.62	WSVECS04 Frhs2[816]: 6 0 1.00009 shouldn't be
71.32/71.62	WSVECS04 Frhs2[818]: 6 0 1.00005 shouldn't be
71.32/71.62	WSVECS04 Frhs2[819]: 6 0 1.00007 shouldn't be
71.32/71.62	WSVECS04 Frhs2[828]: 6 0 1.00008 shouldn't be
71.32/71.62	WSVECS04 Frhs2[833]: 6 0 1.00006 shouldn't be
71.32/71.62	WSVECS04 Frhs2[834]: 6 0 1.00009 shouldn't be
71.32/71.62	WSVECS04 Frhs2[835]: 6 0 1.00002 shouldn't be
71.32/71.62	WSVECS04 Frhs2[837]: 6 0 1.00003 shouldn't be
71.32/71.62	WSVECS04 Frhs2[839]: 6 0 1.00005 shouldn't be
71.32/71.62	WSVECS04 Frhs2[840]: 6 0 1.00003 shouldn't be
71.32/71.62	WSVECS04 Frhs2[841]: 6 0 1.00005 shouldn't be
71.32/71.62	WSVECS04 Frhs2[842]: 6 0 1.00008 shouldn't be
71.32/71.62	WSVECS04 Frhs2[843]: 6 0 1.00009 shouldn't be
71.32/71.62	WSVECS04 Frhs2[844]: 6 0 1.00009 shouldn't be
71.32/71.62	WSVECS04 Frhs2[845]: 6 0 1.00005 shouldn't be
71.32/71.62	WSVECS04 Frhs2[846]: 6 0 1.00009 shouldn't be
71.32/71.62	WSVECS04 Frhs2[847]: 6 0 1.00006 shouldn't be
71.32/71.62	WSVECS04 Frhs2[848]: 6 0 1.00003 shouldn't be
71.32/71.62	WSVECS04 Frhs2[850]: 6 0 1.00003 shouldn't be
71.32/71.62	WSVECS04 Frhs2[851]: 6 0 1.00005 shouldn't be
71.32/71.62	WSVECS04 Frhs2[852]: 6 0 1.00003 shouldn't be
71.32/71.62	WSVECS04 Frhs2[853]: 6 0 1.00002 shouldn't be
71.32/71.62	WSVECS04 Frhs2[854]: 6 0 1.00007 shouldn't be
71.32/71.62	WSVECS04 Frhs2[855]: 6 0 1.00007 shouldn't be
71.32/71.62	WSVECS04 Frhs2[856]: 6 0 1.00002 shouldn't be
71.32/71.62	WSVECS04 Frhs2[857]: 6 0 1.00001 shouldn't be
71.32/71.62	WSVECS04 Frhs2[858]: 6 0 1.00006 shouldn't be
71.32/71.62	WSVECS04 Frhs2[859]: 6 0 1.00003 shouldn't be
71.32/71.62	WSVECS04 Frhs2[860]: 6 0 1.00007 shouldn't be
71.32/71.62	WSVECS04 Frhs2[861]: 6 0 1.00008 shouldn't be
71.32/71.62	WSVECS04 Frhs2[862]: 6 0 1.00002 shouldn't be
71.32/71.62	WSVECS04 Frhs2[863]: 6 0 1.00004 shouldn't be
71.32/71.62	WSVECS04 Frhs2[864]: 6 0 1.00006 shouldn't be
71.32/71.62	WSVECS04 Frhs2[865]: 6 0 1.00007 shouldn't be
71.32/71.62	WSVECS04 Frhs2[866]: 6 0 1.00008 shouldn't be
71.32/71.62	WSVECS04 Frhs2[867]: 6 0 1.00002 shouldn't be
71.32/71.62	WSVECS04 Frhs2[869]: 6 0 1.00001 shouldn't be
71.32/71.62	WSVECS04 Frhs2[870]: 6 0 1.0001 shouldn't be
71.32/71.62	WSVECS04 Frhs2[871]: 6 0 1.00004 shouldn't be
71.32/71.62	WSVECS04 Frhs2[872]: 6 0 1.00006 shouldn't be
71.32/71.62	WSVECS04 Frhs2[873]: 6 0 1.00001 shouldn't be
71.32/71.62	WSVECS04 Frhs2[874]: 6 0 1.00009 shouldn't be
71.32/71.62	WSVECS04 Frhs2[875]: 6 0 1.00002 shouldn't be
71.32/71.62	WSVECS04 Frhs2[876]: 6 0 1.00003 shouldn't be
71.32/71.62	WSVECS04 Frhs2[877]: 6 0 1.00009 shouldn't be
71.32/71.62	WSVECS04 Frhs2[879]: 6 0 1.00006 shouldn't be
71.32/71.62	WSVECS04 Frhs2[880]: 6 0 1.00002 shouldn't be
71.32/71.62	WSVECS04 Frhs2[881]: 6 0 1.00003 shouldn't be
71.32/71.62	WSVECS04 Frhs2[882]: 6 0 1.00009 shouldn't be
71.32/71.62	WSVECS04 Frhs2[883]: 6 0 1.00006 shouldn't be
71.32/71.62	WSVECS04 Frhs2[884]: 6 0 1.00009 shouldn't be
71.32/71.62	WSVECS04 Frhs2[885]: 6 0 1.00008 shouldn't be
71.32/71.62	WSVECS04 Frhs2[887]: 6 0 1.00001 shouldn't be
71.32/71.62	WSVECS04 Frhs2[888]: 6 0 1.00003 shouldn't be
71.32/71.62	WSVECS04 Frhs2[889]: 6 0 1.00009 shouldn't be
71.32/71.62	WSVECS04 Frhs2[890]: 6 0 1.0001 shouldn't be
71.32/71.62	WSVECS04 Frhs2[891]: 6 0 1.00003 shouldn't be
71.32/71.62	WSVECS04 Frhs2[892]: 6 0 1.00006 shouldn't be
71.32/71.62	WSVECS04 Frhs2[894]: 6 0 1.00005 shouldn't be
71.32/71.62	WSVECS04 Frhs2[895]: 6 0 1.0001 shouldn't be
71.32/71.62	WSVECS04 Frhs2[896]: 6 0 1.00001 shouldn't be
71.32/71.62	WSVECS04 Frhs2[897]: 6 0 1.00006 shouldn't be
71.32/71.62	WSVECS04 Frhs2[899]: 6 0 1.00004 shouldn't be
71.32/71.62	WSVECS04 Frhs2[900]: 6 0 1.00003 shouldn't be
71.32/71.62	WSVECS04 Frhs2[901]: 6 0 1.00009 shouldn't be
71.32/71.62	WSVECS04 Frhs2[902]: 6 0 1.00007 shouldn't be
71.32/71.62	WSVECS04 Frhs2[903]: 6 0 1.0001 shouldn't be
71.32/71.62	WSVECS04 Frhs2[904]: 6 0 1.00005 shouldn't be
71.32/71.62	WSVECS04 Frhs2[905]: 6 0 1.00005 shouldn't be
71.32/71.62	WSVECS04 Frhs2[906]: 6 0 1.00003 shouldn't be
71.32/71.62	WSVECS04 Frhs2[907]: 6 0 1.0001 shouldn't be
71.32/71.62	WSVECS04 Frhs2[908]: 6 0 1.00003 shouldn't be
71.32/71.62	WSVECS04 Frhs2[909]: 6 0 1.00008 shouldn't be
71.32/71.62	WSVECS04 Frhs2[910]: 6 0 1.00009 shouldn't be
71.32/71.62	WSVECS04 Frhs2[911]: 6 0 1.00003 shouldn't be
71.32/71.62	WSVECS04 Frhs2[912]: 6 0 1.00005 shouldn't be
71.32/71.62	WSVECS04 Frhs2[913]: 6 0 1.00003 shouldn't be
71.32/71.62	WSVECS04 Frhs2[914]: 6 0 1.00002 shouldn't be
71.32/71.62	WSVECS04 Frhs2[915]: 6 0 1.00006 shouldn't be
71.32/71.62	WSVECS04 Frhs2[916]: 6 0 1.00006 shouldn't be
71.32/71.62	WSVECS04 Frhs2[917]: 6 0 1.00007 shouldn't be
71.32/71.62	WSVECS04 Frhs2[918]: 6 0 1.00005 shouldn't be
71.32/71.62	WSVECS04 Frhs2[919]: 6 0 1.00005 shouldn't be
71.32/71.62	WSVECS04 Frhs2[920]: 6 0 1.00007 shouldn't be
71.32/71.62	WSVECS04 Frhs2[921]: 6 0 1.00006 shouldn't be
71.32/71.62	WSVECS04 Frhs2[923]: 6 0 1.00009 shouldn't be
71.32/71.62	WSVECS04 Frhs2[924]: 6 0 1.00005 shouldn't be
71.32/71.62	WSVECS04 Frhs2[925]: 6 0 1.00006 shouldn't be
71.32/71.62	WSVECS04 Frhs2[926]: 6 0 1.00008 shouldn't be
71.32/71.62	WSVECS04 Frhs2[927]: 6 0 1.00009 shouldn't be
71.32/71.62	WSVECS04 Frhs2[928]: 6 0 1.00004 shouldn't be
71.32/71.62	WSVECS04 Frhs2[929]: 6 0 1.00008 shouldn't be
71.32/71.62	WSVECS04 Frhs2[930]: 6 0 1.00002 shouldn't be
71.32/71.62	WSVECS04 Frhs2[931]: 6 0 1.00008 shouldn't be
71.32/71.62	WSVECS04 Frhs2[932]: 6 0 1.00003 shouldn't be
71.32/71.62	WSVECS04 Frhs2[933]: 6 0 1.00002 shouldn't be
71.32/71.62	WSVECS04 Frhs2[934]: 6 0 1.00007 shouldn't be
71.32/71.62	WSVECS04 Frhs2[935]: 6 0 1.00009 shouldn't be
71.32/71.62	WSVECS04 Frhs2[937]: 6 0 1.00008 shouldn't be
71.32/71.62	WSVECS04 Frhs2[938]: 6 0 1.00007 shouldn't be
71.32/71.62	WSVECS04 Frhs2[939]: 6 0 1.00006 shouldn't be
71.32/71.62	WSVECS04 Frhs2[940]: 6 0 1.00004 shouldn't be
71.32/71.62	WSVECS04 Frhs2[941]: 6 0 1.00001 shouldn't be
71.32/71.62	WSVECS04 Frhs2[943]: 6 0 1.00004 shouldn't be
71.32/71.62	WSVECS04 Frhs2[944]: 6 0 1.00004 shouldn't be
71.32/71.62	WSVECS04 Frhs2[945]: 6 0 1.00007 shouldn't be
71.74/72.03	c #Conflicts:     130000 | #Constraints:      92545
71.74/72.03	c bounds -38 >= -282 @ 70.5014
73.02/73.35	c #Conflicts:     131000 | #Constraints:      93578
73.02/73.35	c INPROCESSING
73.02/73.35	c GARBAGE COLLECT
73.02/73.35	c rational objective -282
75.21/75.52	c #Conflicts:     132000 | #Constraints:      77977
75.21/75.52	c #Conflicts:     133000 | #Constraints:      78977
75.21/75.52	c #Conflicts:     134000 | #Constraints:      79977
75.21/75.52	c #Conflicts:     135000 | #Constraints:      80977
75.21/75.52	c bounds -38 >= -281 @ 73.9381
77.20/77.57	c #Conflicts:     136000 | #Constraints:      82022
77.20/77.57	c #Conflicts:     137000 | #Constraints:      83022
77.20/77.57	c bounds -38 >= -280 @ 75.965
78.41/78.70	c #Conflicts:     138000 | #Constraints:      84052
78.41/78.70	c #Conflicts:     139000 | #Constraints:      85052
78.41/78.70	c #Conflicts:     140000 | #Constraints:      86052
78.41/78.70	c bounds -38 >= -279 @ 77.0876
78.71/79.07	c INPROCESSING
78.71/79.07	c GARBAGE COLLECT
78.71/79.07	c rational objective -279
79.71/80.02	c #Conflicts:     141000 | #Constraints:      74036
79.71/80.02	c #Conflicts:     142000 | #Constraints:      75036
79.71/80.02	c bounds -38 >= -278 @ 78.3832
81.10/81.44	c #Conflicts:     143000 | #Constraints:      76063
81.10/81.44	c #Conflicts:     144000 | #Constraints:      77063
81.10/81.44	c #Conflicts:     145000 | #Constraints:      78063
81.10/81.44	c #Conflicts:     146000 | #Constraints:      79063
81.10/81.44	c bounds -38 >= -277 @ 79.7862
82.89/83.25	c #Conflicts:     147000 | #Constraints:      80087
82.89/83.25	c #Conflicts:     148000 | #Constraints:      81087
82.89/83.25	c #Conflicts:     149000 | #Constraints:      82087
82.89/83.25	c #Conflicts:     150000 | #Constraints:      83087
82.89/83.25	c INPROCESSING
82.89/83.25	c GARBAGE COLLECT
82.89/83.25	c rational objective -277
85.19/85.55	c #Conflicts:     151000 | #Constraints:      73024
85.19/85.55	c #Conflicts:     152000 | #Constraints:      74024
85.19/85.55	c #Conflicts:     153000 | #Constraints:      75024
85.19/85.55	c bounds -38 >= -276 @ 83.8563
88.48/88.88	c #Conflicts:     154000 | #Constraints:      76063
88.48/88.88	c #Conflicts:     155000 | #Constraints:      77063
88.48/88.88	c #Conflicts:     156000 | #Constraints:      78063
88.48/88.88	c #Conflicts:     157000 | #Constraints:      79063
88.48/88.88	c #Conflicts:     158000 | #Constraints:      80063
88.48/88.88	c #Conflicts:     159000 | #Constraints:      81063
88.48/88.88	c INPROCESSING
88.48/88.88	c GARBAGE COLLECT
88.48/88.88	c rational objective -276
89.88/90.24	c #Conflicts:     160000 | #Constraints:      71688
89.88/90.24	c #Conflicts:     161000 | #Constraints:      72688
89.88/90.24	c #Conflicts:     162000 | #Constraints:      73688
89.88/90.24	c bounds -38 >= -275 @ 88.4868
93.96/94.36	c #Conflicts:     163000 | #Constraints:      74733
93.96/94.36	c #Conflicts:     164000 | #Constraints:      75733
93.96/94.36	c #Conflicts:     165000 | #Constraints:      76733
93.96/94.36	c #Conflicts:     166000 | #Constraints:      77733
93.96/94.36	c #Conflicts:     167000 | #Constraints:      78733
93.96/94.36	c #Conflicts:     168000 | #Constraints:      79733
93.96/94.36	c #Conflicts:     169000 | #Constraints:      80733
93.96/94.36	c INPROCESSING
93.96/94.36	c GARBAGE COLLECT
93.96/94.36	c rational objective -275
97.76/98.17	c #Conflicts:     170000 | #Constraints:      71647
97.76/98.17	c #Conflicts:     171000 | #Constraints:      72647
97.76/98.17	c #Conflicts:     172000 | #Constraints:      73647
97.76/98.17	c #Conflicts:     173000 | #Constraints:      74647
97.76/98.17	c #Conflicts:     174000 | #Constraints:      75647
97.76/98.17	c #Conflicts:     175000 | #Constraints:      76647
97.76/98.17	c #Conflicts:     176000 | #Constraints:      77647
97.76/98.17	c bounds -38 >= -274 @ 96.3099
102.65/103.03	c #Conflicts:     177000 | #Constraints:      78710
102.65/103.03	c #Conflicts:     178000 | #Constraints:      79710
102.65/103.03	c #Conflicts:     179000 | #Constraints:      80710
102.65/103.03	c #Conflicts:     180000 | #Constraints:      81710
102.65/103.03	c #Conflicts:     181000 | #Constraints:      82710
102.65/103.03	c #Conflicts:     182000 | #Constraints:      83710
102.65/103.03	c #Conflicts:     183000 | #Constraints:      84710
102.65/103.03	c #Conflicts:     184000 | #Constraints:      85710
102.65/103.03	c #Conflicts:     185000 | #Constraints:      86710
102.65/103.03	c bounds -38 >= -273 @ 101.102
107.33/107.77	c #Conflicts:     186000 | #Constraints:      87731
107.33/107.77	c #Conflicts:     187000 | #Constraints:      88731
107.33/107.77	c #Conflicts:     188000 | #Constraints:      89731
107.33/107.77	c #Conflicts:     189000 | #Constraints:      90731
107.33/107.77	c #Conflicts:     190000 | #Constraints:      91731
107.33/107.77	c #Conflicts:     191000 | #Constraints:      92731
107.33/107.77	c #Conflicts:     192000 | #Constraints:      93731
107.33/107.77	c bounds -38 >= -272 @ 105.78
111.12/111.59	c #Conflicts:     193000 | #Constraints:      94764
111.12/111.59	c #Conflicts:     194000 | #Constraints:      95764
111.12/111.59	c #Conflicts:     195000 | #Constraints:      96764
111.12/111.59	c #Conflicts:     196000 | #Constraints:      97764
111.12/111.59	c #Conflicts:     197000 | #Constraints:      98764
111.12/111.59	c #Conflicts:     198000 | #Constraints:      99764
111.12/111.59	c bounds -38 >= -271 @ 109.577
112.42/112.84	c #Conflicts:     199000 | #Constraints:     100791
112.42/112.84	c #Conflicts:     200000 | #Constraints:     101791
112.42/112.84	c INPROCESSING
112.42/112.84	c GARBAGE COLLECT
112.42/112.84	c rational objective -271
114.11/114.50	c #Conflicts:     201000 | #Constraints:      81959
114.11/114.50	c #Conflicts:     202000 | #Constraints:      82959
114.11/114.50	c #Conflicts:     203000 | #Constraints:      83959
114.11/114.50	c bounds -38 >= -270 @ 112.435
117.61/118.09	c #Conflicts:     204000 | #Constraints:      84980
117.61/118.09	c #Conflicts:     205000 | #Constraints:      85980
117.61/118.09	c #Conflicts:     206000 | #Constraints:      86980
117.61/118.09	c #Conflicts:     207000 | #Constraints:      87980
117.61/118.09	c #Conflicts:     208000 | #Constraints:      88980
117.61/118.09	c bounds -38 >= -269 @ 115.985
118.89/119.31	c #Conflicts:     209000 | #Constraints:      90001
118.89/119.31	c #Conflicts:     210000 | #Constraints:      91001
118.89/119.31	c #Conflicts:     211000 | #Constraints:      92001
118.89/119.31	c INPROCESSING
118.89/119.31	c GARBAGE COLLECT
118.89/119.31	c rational objective -269
122.39/122.85	c #Conflicts:     212000 | #Constraints:      77306
122.39/122.85	c #Conflicts:     213000 | #Constraints:      78306
122.39/122.85	c #Conflicts:     214000 | #Constraints:      79306
122.39/122.85	c #Conflicts:     215000 | #Constraints:      80306
122.39/122.85	c #Conflicts:     216000 | #Constraints:      81306
122.39/122.85	c #Conflicts:     217000 | #Constraints:      82306
122.39/122.85	c bounds -38 >= -268 @ 120.685
125.28/125.75	c #Conflicts:     218000 | #Constraints:      83357
125.28/125.75	c #Conflicts:     219000 | #Constraints:      84357
125.28/125.75	c #Conflicts:     220000 | #Constraints:      85357
125.28/125.75	c #Conflicts:     221000 | #Constraints:      86357
125.28/125.75	c #Conflicts:     222000 | #Constraints:      87357
125.28/125.75	c INPROCESSING
125.28/125.75	c GARBAGE COLLECT
125.28/125.75	c rational objective -268
127.28/127.73	c #Conflicts:     223000 | #Constraints:      74994
127.28/127.73	c #Conflicts:     224000 | #Constraints:      75994
127.28/127.73	c #Conflicts:     225000 | #Constraints:      76994
127.28/127.73	c #Conflicts:     226000 | #Constraints:      77994
127.28/127.73	c bounds -38 >= -267 @ 125.497
131.17/131.60	c #Conflicts:     227000 | #Constraints:      79048
131.17/131.60	c #Conflicts:     228000 | #Constraints:      80048
131.17/131.60	c #Conflicts:     229000 | #Constraints:      81048
131.17/131.60	c #Conflicts:     230000 | #Constraints:      82048
131.17/131.60	c #Conflicts:     231000 | #Constraints:      83048
131.17/131.60	c #Conflicts:     232000 | #Constraints:      84048
131.17/131.60	c #Conflicts:     233000 | #Constraints:      85048
131.17/131.60	c #Conflicts:     234000 | #Constraints:      86048
131.17/131.60	c INPROCESSING
131.17/131.60	c GARBAGE COLLECT
131.17/131.60	c rational objective -267
138.66/139.16	c #Conflicts:     235000 | #Constraints:      74242
138.66/139.16	c #Conflicts:     236000 | #Constraints:      75242
138.66/139.16	c #Conflicts:     237000 | #Constraints:      76242
138.66/139.16	c #Conflicts:     238000 | #Constraints:      77242
138.66/139.16	c #Conflicts:     239000 | #Constraints:      78242
138.66/139.16	c #Conflicts:     240000 | #Constraints:      79242
138.66/139.16	c #Conflicts:     241000 | #Constraints:      80242
138.66/139.16	c #Conflicts:     242000 | #Constraints:      81242
138.66/139.16	c #Conflicts:     243000 | #Constraints:      82242
138.66/139.16	c #Conflicts:     244000 | #Constraints:      83242
138.66/139.16	c #Conflicts:     245000 | #Constraints:      84242
138.66/139.16	c #Conflicts:     246000 | #Constraints:      85242
138.66/139.16	c #Conflicts:     247000 | #Constraints:      86242
138.66/139.16	c bounds -38 >= -266 @ 136.754
146.23/146.78	c #Conflicts:     248000 | #Constraints:      87320
146.23/146.78	c #Conflicts:     249000 | #Constraints:      88320
146.23/146.78	c #Conflicts:     250000 | #Constraints:      89320
146.23/146.78	c #Conflicts:     251000 | #Constraints:      90320
146.23/146.78	c #Conflicts:     252000 | #Constraints:      91320
146.23/146.78	c #Conflicts:     253000 | #Constraints:      92320
146.23/146.78	c #Conflicts:     254000 | #Constraints:      93320
146.23/146.78	c #Conflicts:     255000 | #Constraints:      94320
146.23/146.78	c #Conflicts:     256000 | #Constraints:      95320
146.23/146.78	c #Conflicts:     257000 | #Constraints:      96320
146.23/146.78	c #Conflicts:     258000 | #Constraints:      97320
146.23/146.78	c #Conflicts:     259000 | #Constraints:      98320
146.23/146.78	c bounds -38 >= -265 @ 144.284
152.62/153.18	c #Conflicts:     260000 | #Constraints:      99350
152.62/153.18	c #Conflicts:     261000 | #Constraints:     100350
152.62/153.18	c #Conflicts:     262000 | #Constraints:     101350
152.62/153.18	c #Conflicts:     263000 | #Constraints:     102350
152.62/153.18	c #Conflicts:     264000 | #Constraints:     103350
152.62/153.18	c #Conflicts:     265000 | #Constraints:     104350
152.62/153.18	c #Conflicts:     266000 | #Constraints:     105350
152.62/153.18	c #Conflicts:     267000 | #Constraints:     106350
152.62/153.18	c #Conflicts:     268000 | #Constraints:     107350
152.62/153.18	c #Conflicts:     269000 | #Constraints:     108350
152.62/153.18	c bounds -38 >= -264 @ 150.597
153.11/153.64	c #Conflicts:     270000 | #Constraints:     109365
153.11/153.64	c INPROCESSING
153.11/153.64	c GARBAGE COLLECT
153.11/153.64	c rational objective -264
156.30/156.86	c #Conflicts:     271000 | #Constraints:      85823
156.30/156.86	c #Conflicts:     272000 | #Constraints:      86823
156.30/156.86	c #Conflicts:     273000 | #Constraints:      87823
156.30/156.86	c #Conflicts:     274000 | #Constraints:      88823
156.30/156.86	c #Conflicts:     275000 | #Constraints:      89823
156.30/156.86	c bounds -38 >= -263 @ 154.222
160.99/161.55	c #Conflicts:     276000 | #Constraints:      90865
160.99/161.55	c #Conflicts:     277000 | #Constraints:      91904
160.99/161.55	c #Conflicts:     278000 | #Constraints:      92954
160.99/161.55	c #Conflicts:     279000 | #Constraints:      93989
160.99/161.55	c #Conflicts:     280000 | #Constraints:      95032
160.99/161.55	c #Conflicts:     281000 | #Constraints:      96071
160.99/161.55	c #Conflicts:     282000 | #Constraints:      97117
160.99/161.55	c INPROCESSING
160.99/161.55	c GARBAGE COLLECT
160.99/161.55	c rational objective -263
163.89/164.41	c #Conflicts:     283000 | #Constraints:      79713
163.89/164.41	c #Conflicts:     284000 | #Constraints:      80713
163.89/164.41	c #Conflicts:     285000 | #Constraints:      81713
163.89/164.41	c #Conflicts:     286000 | #Constraints:      82713
163.89/164.41	c #Conflicts:     287000 | #Constraints:      83713
163.89/164.41	c bounds -38 >= -262 @ 161.679
166.08/166.63	c #Conflicts:     288000 | #Constraints:      84737
166.08/166.63	c #Conflicts:     289000 | #Constraints:      85737
166.08/166.63	c #Conflicts:     290000 | #Constraints:      86737
166.08/166.63	c #Conflicts:     291000 | #Constraints:      87737
166.08/166.63	c bounds -38 >= -261 @ 163.88
168.18/168.75	c #Conflicts:     292000 | #Constraints:      88767
168.18/168.75	c #Conflicts:     293000 | #Constraints:      89767
168.18/168.75	c #Conflicts:     294000 | #Constraints:      90767
168.18/168.75	c #Conflicts:     295000 | #Constraints:      91767
168.18/168.75	c INPROCESSING
168.18/168.75	c GARBAGE COLLECT
168.18/168.75	c rational objective -261
168.97/169.57	c #Conflicts:     296000 | #Constraints:      75931
168.97/169.57	c #Conflicts:     297000 | #Constraints:      76931
168.97/169.57	c bounds -38 >= -260 @ 166.783
172.86/173.40	c #Conflicts:     298000 | #Constraints:      77985
172.86/173.40	c #Conflicts:     299000 | #Constraints:      78985
172.86/173.40	c #Conflicts:     300000 | #Constraints:      79985
172.86/173.40	c #Conflicts:     301000 | #Constraints:      80985
172.86/173.40	c #Conflicts:     302000 | #Constraints:      81985
172.86/173.40	c #Conflicts:     303000 | #Constraints:      82985
172.86/173.40	c #Conflicts:     304000 | #Constraints:      83985
172.86/173.40	c bounds -38 >= -259 @ 170.539
175.06/175.68	c #Conflicts:     305000 | #Constraints:      85006
175.06/175.68	c #Conflicts:     306000 | #Constraints:      86006
175.06/175.68	c #Conflicts:     307000 | #Constraints:      87006
175.06/175.68	c #Conflicts:     308000 | #Constraints:      88006
175.06/175.68	c #Conflicts:     309000 | #Constraints:      89006
175.06/175.68	c INPROCESSING
175.06/175.68	c GARBAGE COLLECT
175.06/175.68	c rational objective -259
177.75/178.34	c #Conflicts:     310000 | #Constraints:      75939
177.75/178.34	c #Conflicts:     311000 | #Constraints:      76939
177.75/178.34	c #Conflicts:     312000 | #Constraints:      77939
177.75/178.34	c #Conflicts:     313000 | #Constraints:      78939
177.75/178.34	c #Conflicts:     314000 | #Constraints:      79939
177.75/178.34	c bounds -38 >= -258 @ 175.405
180.14/180.77	c #Conflicts:     315000 | #Constraints:      80999
180.14/180.77	c #Conflicts:     316000 | #Constraints:      81999
180.14/180.77	c #Conflicts:     317000 | #Constraints:      82999
180.14/180.77	c #Conflicts:     318000 | #Constraints:      83999
180.14/180.77	c #Conflicts:     319000 | #Constraints:      84999
180.14/180.77	c bounds -38 >= -257 @ 177.808
239.79/240.54	c #Conflicts:     320000 | #Constraints:      86020
239.79/240.54	c #Conflicts:     321000 | #Constraints:      87022
239.79/240.54	c #Conflicts:     322000 | #Constraints:      88055
239.79/240.54	c #Conflicts:     323000 | #Constraints:      89091
239.79/240.54	c #Conflicts:     324000 | #Constraints:      90135
239.79/240.54	c #Conflicts:     325000 | #Constraints:      91189
239.79/240.54	c #Conflicts:     326000 | #Constraints:      92224
239.79/240.54	c #Conflicts:     327000 | #Constraints:      93263
239.79/240.54	c #Conflicts:     328000 | #Constraints:      94308
239.79/240.54	c #Conflicts:     329000 | #Constraints:      95344
239.79/240.54	c #Conflicts:     330000 | #Constraints:      96378
239.79/240.54	c #Conflicts:     331000 | #Constraints:      97422
239.79/240.54	c #Conflicts:     332000 | #Constraints:      98465
239.79/240.54	c #Conflicts:     333000 | #Constraints:      99510
239.79/240.54	c #Conflicts:     334000 | #Constraints:     100552
239.79/240.54	c #Conflicts:     335000 | #Constraints:     101594
239.79/240.54	c #Conflicts:     336000 | #Constraints:     102637
239.79/240.54	c #Conflicts:     337000 | #Constraints:     103685
239.79/240.54	c #Conflicts:     338000 | #Constraints:     104736
239.79/240.54	c #Conflicts:     339000 | #Constraints:     105782
239.79/240.54	c #Conflicts:     340000 | #Constraints:     106828
239.79/240.54	c #Conflicts:     341000 | #Constraints:     107873
239.79/240.54	c #Conflicts:     342000 | #Constraints:     108908
239.79/240.54	c #Conflicts:     343000 | #Constraints:     109952
239.79/240.54	c #Conflicts:     344000 | #Constraints:     111000
239.79/240.54	c #Conflicts:     345000 | #Constraints:     112047
239.79/240.54	c #Conflicts:     346000 | #Constraints:     113089
239.79/240.54	c #Conflicts:     347000 | #Constraints:     114135
239.79/240.54	c #Conflicts:     348000 | #Constraints:     115186
239.79/240.54	c #Conflicts:     349000 | #Constraints:     116234
239.79/240.54	c #Conflicts:     350000 | #Constraints:     117285
239.79/240.54	c INPROCESSING
239.79/240.54	c GARBAGE COLLECT
239.79/240.54	c rational objective -257
242.58/243.34	c #Conflicts:     351000 | #Constraints:      89829
242.58/243.34	c #Conflicts:     352000 | #Constraints:      90829
242.58/243.34	c #Conflicts:     353000 | #Constraints:      91829
242.58/243.34	c #Conflicts:     354000 | #Constraints:      92829
242.58/243.34	c bounds -38 >= -256 @ 239.95
245.57/246.38	c #Conflicts:     355000 | #Constraints:      93847
245.57/246.38	c #Conflicts:     356000 | #Constraints:      94847
245.57/246.38	c #Conflicts:     357000 | #Constraints:      95847
245.57/246.38	c #Conflicts:     358000 | #Constraints:      96847
245.57/246.38	c bounds -38 >= -255 @ 242.952
248.46/249.28	c #Conflicts:     359000 | #Constraints:      97871
248.46/249.28	c #Conflicts:     360000 | #Constraints:      98871
248.46/249.28	c #Conflicts:     361000 | #Constraints:      99871
248.46/249.28	c #Conflicts:     362000 | #Constraints:     100871
248.46/249.28	c #Conflicts:     363000 | #Constraints:     101871
248.46/249.28	c bounds -38 >= -254 @ 245.815
249.55/250.34	c #Conflicts:     364000 | #Constraints:     102895
249.55/250.34	c INPROCESSING
249.55/250.34	c GARBAGE COLLECT
249.55/250.34	c rational objective -254
252.55/253.34	c #Conflicts:     365000 | #Constraints:      82410
252.55/253.34	c #Conflicts:     366000 | #Constraints:      83410
252.55/253.34	c #Conflicts:     367000 | #Constraints:      84410
252.55/253.34	c #Conflicts:     368000 | #Constraints:      85410
252.55/253.34	c #Conflicts:     369000 | #Constraints:      86410
252.55/253.34	c bounds -38 >= -253 @ 249.814
256.44/257.26	c #Conflicts:     370000 | #Constraints:      87455
256.44/257.26	c #Conflicts:     371000 | #Constraints:      88455
256.44/257.26	c #Conflicts:     372000 | #Constraints:      89455
256.44/257.26	c #Conflicts:     373000 | #Constraints:      90455
256.44/257.26	c #Conflicts:     374000 | #Constraints:      91455
256.44/257.26	c #Conflicts:     375000 | #Constraints:      92455
256.44/257.26	c bounds -38 >= -252 @ 253.691
258.43/259.28	c #Conflicts:     376000 | #Constraints:      93488
258.43/259.28	c #Conflicts:     377000 | #Constraints:      94488
258.43/259.28	c #Conflicts:     378000 | #Constraints:      95488
258.43/259.28	c #Conflicts:     379000 | #Constraints:      96488
258.43/259.28	c INPROCESSING
258.43/259.28	c GARBAGE COLLECT
258.43/259.28	c rational objective -252
261.83/262.65	c #Conflicts:     380000 | #Constraints:      79522
261.83/262.65	c #Conflicts:     381000 | #Constraints:      80522
261.83/262.65	c #Conflicts:     382000 | #Constraints:      81522
261.83/262.65	c #Conflicts:     383000 | #Constraints:      82522
261.83/262.65	c #Conflicts:     384000 | #Constraints:      83522
261.83/262.65	c bounds -38 >= -251 @ 259.021
265.62/266.48	c #Conflicts:     385000 | #Constraints:      84567
265.62/266.48	c #Conflicts:     386000 | #Constraints:      85567
265.62/266.48	c #Conflicts:     387000 | #Constraints:      86567
265.62/266.48	c #Conflicts:     388000 | #Constraints:      87567
265.62/266.48	c #Conflicts:     389000 | #Constraints:      88567
265.62/266.48	c #Conflicts:     390000 | #Constraints:      89567
265.62/266.48	c #Conflicts:     391000 | #Constraints:      90567
265.62/266.48	c #Conflicts:     392000 | #Constraints:      91567
265.62/266.48	c bounds -38 >= -250 @ 262.801
266.92/267.79	c #Conflicts:     393000 | #Constraints:      92594
266.92/267.79	c #Conflicts:     394000 | #Constraints:      93594
266.92/267.79	c INPROCESSING
266.92/267.79	c GARBAGE COLLECT
266.92/267.79	c rational objective -250
270.81/271.69	c #Conflicts:     395000 | #Constraints:      78178
270.81/271.69	c #Conflicts:     396000 | #Constraints:      79178
270.81/271.69	c #Conflicts:     397000 | #Constraints:      80178
270.81/271.69	c #Conflicts:     398000 | #Constraints:      81178
270.81/271.69	c #Conflicts:     399000 | #Constraints:      82178
270.81/271.69	c #Conflicts:     400000 | #Constraints:      83178
270.81/271.69	c #Conflicts:     401000 | #Constraints:      84178
270.81/271.69	c bounds -38 >= -249 @ 267.927
273.70/274.53	c #Conflicts:     402000 | #Constraints:      85229
273.70/274.53	c #Conflicts:     403000 | #Constraints:      86229
273.70/274.53	c #Conflicts:     404000 | #Constraints:      87229
273.70/274.53	c #Conflicts:     405000 | #Constraints:      88229
273.70/274.53	c #Conflicts:     406000 | #Constraints:      89229
273.70/274.53	c bounds -38 >= -248 @ 270.735
276.59/277.49	c #Conflicts:     407000 | #Constraints:      90244
276.59/277.49	c #Conflicts:     408000 | #Constraints:      91244
276.59/277.49	c #Conflicts:     409000 | #Constraints:      92244
276.59/277.49	c #Conflicts:     410000 | #Constraints:      93244
276.59/277.49	c #Conflicts:     411000 | #Constraints:      94244
276.59/277.49	c bounds -38 >= -247 @ 273.663
280.88/281.73	c #Conflicts:     412000 | #Constraints:      95271
280.88/281.73	c #Conflicts:     413000 | #Constraints:      96271
280.88/281.73	c #Conflicts:     414000 | #Constraints:      97271
280.88/281.73	c #Conflicts:     415000 | #Constraints:      98271
280.88/281.73	c #Conflicts:     416000 | #Constraints:      99271
280.88/281.73	c #Conflicts:     417000 | #Constraints:     100271
280.88/281.73	c bounds -38 >= -246 @ 277.852
285.07/285.94	c #Conflicts:     418000 | #Constraints:     101289
285.07/285.94	c #Conflicts:     419000 | #Constraints:     102289
285.07/285.94	c #Conflicts:     420000 | #Constraints:     103289
285.07/285.94	c #Conflicts:     421000 | #Constraints:     104289
285.07/285.94	c #Conflicts:     422000 | #Constraints:     105289
285.07/285.94	c #Conflicts:     423000 | #Constraints:     106289
285.07/285.94	c bounds -38 >= -245 @ 282.007
290.35/291.29	c #Conflicts:     424000 | #Constraints:     107307
290.35/291.29	c #Conflicts:     425000 | #Constraints:     108307
290.35/291.29	c #Conflicts:     426000 | #Constraints:     109307
290.35/291.29	c #Conflicts:     427000 | #Constraints:     110307
290.35/291.29	c #Conflicts:     428000 | #Constraints:     111307
290.35/291.29	c #Conflicts:     429000 | #Constraints:     112307
290.35/291.29	c bounds -38 >= -244 @ 287.301
298.25/299.19	c #Conflicts:     430000 | #Constraints:     113337
298.25/299.19	c #Conflicts:     431000 | #Constraints:     114337
298.25/299.19	c #Conflicts:     432000 | #Constraints:     115337
298.25/299.19	c #Conflicts:     433000 | #Constraints:     116337
298.25/299.19	c #Conflicts:     434000 | #Constraints:     117337
298.25/299.19	c #Conflicts:     435000 | #Constraints:     118337
298.25/299.19	c #Conflicts:     436000 | #Constraints:     119337
298.25/299.19	c #Conflicts:     437000 | #Constraints:     120337
298.25/299.19	c #Conflicts:     438000 | #Constraints:     121337
298.25/299.19	c bounds -38 >= -243 @ 295.134
300.43/301.34	c #Conflicts:     439000 | #Constraints:     122361
300.43/301.34	c #Conflicts:     440000 | #Constraints:     123361
300.43/301.34	c #Conflicts:     441000 | #Constraints:     124361
300.43/301.34	c INPROCESSING
300.43/301.34	c GARBAGE COLLECT
300.43/301.34	c rational objective -243
304.61/305.52	c #Conflicts:     442000 | #Constraints:      93389
304.61/305.52	c #Conflicts:     443000 | #Constraints:      94389
304.61/305.52	c #Conflicts:     444000 | #Constraints:      95389
304.61/305.52	c #Conflicts:     445000 | #Constraints:      96389
304.61/305.52	c #Conflicts:     446000 | #Constraints:      97389
304.61/305.52	c #Conflicts:     447000 | #Constraints:      98389
304.61/305.52	c bounds -38 >= -242 @ 301.398
311.50/312.40	c #Conflicts:     448000 | #Constraints:      99428
311.50/312.40	c #Conflicts:     449000 | #Constraints:     100428
311.50/312.40	c #Conflicts:     450000 | #Constraints:     101428
311.50/312.40	c #Conflicts:     451000 | #Constraints:     102428
311.50/312.40	c #Conflicts:     452000 | #Constraints:     103428
311.50/312.40	c #Conflicts:     453000 | #Constraints:     104428
311.50/312.40	c #Conflicts:     454000 | #Constraints:     105428
311.50/312.40	c #Conflicts:     455000 | #Constraints:     106428
311.50/312.40	c #Conflicts:     456000 | #Constraints:     107428
311.50/312.40	c #Conflicts:     457000 | #Constraints:     108428
311.50/312.40	c INPROCESSING
311.50/312.40	c GARBAGE COLLECT
311.50/312.40	c rational objective -242
314.89/315.85	c #Conflicts:     458000 | #Constraints:      85475
314.89/315.85	c #Conflicts:     459000 | #Constraints:      86475
314.89/315.85	c #Conflicts:     460000 | #Constraints:      87475
314.89/315.85	c #Conflicts:     461000 | #Constraints:      88475
314.89/315.85	c #Conflicts:     462000 | #Constraints:      89475
314.89/315.85	c #Conflicts:     463000 | #Constraints:      90475
314.89/315.85	c bounds -38 >= -241 @ 311.582
321.37/322.34	c #Conflicts:     464000 | #Constraints:      91523
321.37/322.34	c #Conflicts:     465000 | #Constraints:      92523
321.37/322.34	c #Conflicts:     466000 | #Constraints:      93523
321.37/322.34	c #Conflicts:     467000 | #Constraints:      94523
321.37/322.34	c #Conflicts:     468000 | #Constraints:      95523
321.37/322.34	c #Conflicts:     469000 | #Constraints:      96523
321.37/322.34	c #Conflicts:     470000 | #Constraints:      97523
321.37/322.34	c #Conflicts:     471000 | #Constraints:      98523
321.37/322.34	c #Conflicts:     472000 | #Constraints:      99523
321.37/322.34	c #Conflicts:     473000 | #Constraints:     100523
321.37/322.34	c bounds -38 >= -240 @ 317.995
321.58/322.54	c INPROCESSING
321.58/322.54	c GARBAGE COLLECT
321.58/322.54	c rational objective -240
329.26/330.22	c #Conflicts:     474000 | #Constraints:      81695
329.26/330.22	c #Conflicts:     475000 | #Constraints:      82695
329.26/330.22	c #Conflicts:     476000 | #Constraints:      83695
329.26/330.22	c #Conflicts:     477000 | #Constraints:      84695
329.26/330.22	c #Conflicts:     478000 | #Constraints:      85695
329.26/330.22	c #Conflicts:     479000 | #Constraints:      86695
329.26/330.22	c #Conflicts:     480000 | #Constraints:      87695
329.26/330.22	c #Conflicts:     481000 | #Constraints:      88695
329.26/330.22	c #Conflicts:     482000 | #Constraints:      89695
329.26/330.22	c #Conflicts:     483000 | #Constraints:      90695
329.26/330.22	c #Conflicts:     484000 | #Constraints:      91695
329.26/330.22	c #Conflicts:     485000 | #Constraints:      92695
329.26/330.22	c #Conflicts:     486000 | #Constraints:      93695
329.26/330.22	c bounds -38 >= -239 @ 325.768
340.63/341.63	c #Conflicts:     487000 | #Constraints:      94752
340.63/341.63	c #Conflicts:     488000 | #Constraints:      95752
340.63/341.63	c #Conflicts:     489000 | #Constraints:      96752
340.63/341.63	c #Conflicts:     490000 | #Constraints:      97752
340.63/341.63	c #Conflicts:     491000 | #Constraints:      98752
340.63/341.63	c #Conflicts:     492000 | #Constraints:      99752
340.63/341.63	c #Conflicts:     493000 | #Constraints:     100752
340.63/341.63	c #Conflicts:     494000 | #Constraints:     101752
340.63/341.63	c #Conflicts:     495000 | #Constraints:     102752
340.63/341.63	c #Conflicts:     496000 | #Constraints:     103752
340.63/341.63	c #Conflicts:     497000 | #Constraints:     104752
340.63/341.63	c #Conflicts:     498000 | #Constraints:     105752
340.63/341.63	c #Conflicts:     499000 | #Constraints:     106752
340.63/341.63	c #Conflicts:     500000 | #Constraints:     107752
340.63/341.63	c bounds -38 >= -238 @ 337.06
356.89/357.98	c #Conflicts:     501000 | #Constraints:     108782
356.89/357.98	c #Conflicts:     502000 | #Constraints:     109782
356.89/357.98	c #Conflicts:     503000 | #Constraints:     110782
356.89/357.98	c #Conflicts:     504000 | #Constraints:     111782
356.89/357.98	c #Conflicts:     505000 | #Constraints:     112782
356.89/357.98	c #Conflicts:     506000 | #Constraints:     113782
356.89/357.98	c #Conflicts:     507000 | #Constraints:     114782
356.89/357.98	c #Conflicts:     508000 | #Constraints:     115782
356.89/357.98	c #Conflicts:     509000 | #Constraints:     116782
356.89/357.98	c #Conflicts:     510000 | #Constraints:     117782
356.89/357.98	c #Conflicts:     511000 | #Constraints:     118782
356.89/357.98	c #Conflicts:     512000 | #Constraints:     119782
356.89/357.98	c #Conflicts:     513000 | #Constraints:     120782
356.89/357.98	c #Conflicts:     514000 | #Constraints:     121782
356.89/357.98	c #Conflicts:     515000 | #Constraints:     122782
356.89/357.98	c #Conflicts:     516000 | #Constraints:     123782
356.89/357.98	c #Conflicts:     517000 | #Constraints:     124782
356.89/357.98	c #Conflicts:     518000 | #Constraints:     125782
356.89/357.98	c bounds -38 >= -237 @ 353.245
362.67/363.79	c #Conflicts:     519000 | #Constraints:     126818
362.67/363.79	c #Conflicts:     520000 | #Constraints:     127818
362.67/363.79	c #Conflicts:     521000 | #Constraints:     128818
362.67/363.79	c #Conflicts:     522000 | #Constraints:     129818
362.67/363.79	c #Conflicts:     523000 | #Constraints:     130818
362.67/363.79	c #Conflicts:     524000 | #Constraints:     131818
362.67/363.79	c INPROCESSING
362.67/363.79	c GARBAGE COLLECT
362.67/363.79	c rational objective -237
373.54/374.63	c #Conflicts:     525000 | #Constraints:      97424
373.54/374.63	c #Conflicts:     526000 | #Constraints:      98424
373.54/374.63	c #Conflicts:     527000 | #Constraints:      99424
373.54/374.63	c #Conflicts:     528000 | #Constraints:     100424
373.54/374.63	c #Conflicts:     529000 | #Constraints:     101424
373.54/374.63	c #Conflicts:     530000 | #Constraints:     102424
373.54/374.63	c #Conflicts:     531000 | #Constraints:     103424
373.54/374.63	c #Conflicts:     532000 | #Constraints:     104424
373.54/374.63	c #Conflicts:     533000 | #Constraints:     105424
373.54/374.63	c #Conflicts:     534000 | #Constraints:     106424
373.54/374.63	c #Conflicts:     535000 | #Constraints:     107424
373.54/374.63	c #Conflicts:     536000 | #Constraints:     108424
373.54/374.63	c #Conflicts:     537000 | #Constraints:     109424
373.54/374.63	c #Conflicts:     538000 | #Constraints:     110424
373.54/374.63	c #Conflicts:     539000 | #Constraints:     111424
373.54/374.63	c bounds -38 >= -236 @ 369.696
375.14/376.20	c #Conflicts:     540000 | #Constraints:     112466
375.14/376.20	c #Conflicts:     541000 | #Constraints:     113466
375.14/376.20	c #Conflicts:     542000 | #Constraints:     114466
375.14/376.20	c INPROCESSING
375.14/376.20	c GARBAGE COLLECT
375.14/376.20	c rational objective -236
386.80/387.99	c #Conflicts:     543000 | #Constraints:      89068
386.80/387.99	c #Conflicts:     544000 | #Constraints:      90068
386.80/387.99	c #Conflicts:     545000 | #Constraints:      91068
386.80/387.99	c #Conflicts:     546000 | #Constraints:      92068
386.80/387.99	c #Conflicts:     547000 | #Constraints:      93068
386.80/387.99	c #Conflicts:     548000 | #Constraints:      94068
386.80/387.99	c #Conflicts:     549000 | #Constraints:      95068
386.80/387.99	c #Conflicts:     550000 | #Constraints:      96068
386.80/387.99	c #Conflicts:     551000 | #Constraints:      97068
386.80/387.99	c #Conflicts:     552000 | #Constraints:      98068
386.80/387.99	c #Conflicts:     553000 | #Constraints:      99068
386.80/387.99	c #Conflicts:     554000 | #Constraints:     100068
386.80/387.99	c #Conflicts:     555000 | #Constraints:     101068
386.80/387.99	c #Conflicts:     556000 | #Constraints:     102068
386.80/387.99	c #Conflicts:     557000 | #Constraints:     103068
386.80/387.99	c #Conflicts:     558000 | #Constraints:     104068
386.80/387.99	c #Conflicts:     559000 | #Constraints:     105068
386.80/387.99	c #Conflicts:     560000 | #Constraints:     106068
386.80/387.99	c INPROCESSING
386.80/387.99	c GARBAGE COLLECT
386.80/387.99	c rational objective -236
393.19/394.37	c #Conflicts:     561000 | #Constraints:      84553
393.19/394.37	c #Conflicts:     562000 | #Constraints:      85553
393.19/394.37	c #Conflicts:     563000 | #Constraints:      86553
393.19/394.37	c #Conflicts:     564000 | #Constraints:      87553
393.19/394.37	c #Conflicts:     565000 | #Constraints:      88553
393.19/394.37	c #Conflicts:     566000 | #Constraints:      89553
393.19/394.37	c #Conflicts:     567000 | #Constraints:      90553
393.19/394.37	c #Conflicts:     568000 | #Constraints:      91553
393.19/394.37	c #Conflicts:     569000 | #Constraints:      92553
393.19/394.37	c #Conflicts:     570000 | #Constraints:      93553
393.19/394.37	c bounds -38 >= -235 @ 389.179
408.97/410.14	c #Conflicts:     571000 | #Constraints:      94628
408.97/410.14	c #Conflicts:     572000 | #Constraints:      95628
408.97/410.14	c #Conflicts:     573000 | #Constraints:      96628
408.97/410.14	c #Conflicts:     574000 | #Constraints:      97628
408.97/410.14	c #Conflicts:     575000 | #Constraints:      98628
408.97/410.14	c #Conflicts:     576000 | #Constraints:      99628
408.97/410.14	c #Conflicts:     577000 | #Constraints:     100628
408.97/410.14	c #Conflicts:     578000 | #Constraints:     101628
408.97/410.14	c #Conflicts:     579000 | #Constraints:     102628
408.97/410.14	c #Conflicts:     580000 | #Constraints:     103628
408.97/410.14	c #Conflicts:     581000 | #Constraints:     104628
408.97/410.14	c #Conflicts:     582000 | #Constraints:     105628
408.97/410.14	c #Conflicts:     583000 | #Constraints:     106628
408.97/410.14	c #Conflicts:     584000 | #Constraints:     107628
408.97/410.14	c #Conflicts:     585000 | #Constraints:     108628
408.97/410.14	c #Conflicts:     586000 | #Constraints:     109628
408.97/410.14	c #Conflicts:     587000 | #Constraints:     110628
408.97/410.14	c #Conflicts:     588000 | #Constraints:     111628
408.97/410.14	c #Conflicts:     589000 | #Constraints:     112628
408.97/410.14	c #Conflicts:     590000 | #Constraints:     113628
408.97/410.14	c #Conflicts:     591000 | #Constraints:     114628
408.97/410.14	c bounds -38 >= -234 @ 404.788
423.51/424.71	c #Conflicts:     592000 | #Constraints:     115649
423.51/424.71	c #Conflicts:     593000 | #Constraints:     116649
423.51/424.71	c #Conflicts:     594000 | #Constraints:     117649
423.51/424.71	c #Conflicts:     595000 | #Constraints:     118649
423.51/424.71	c #Conflicts:     596000 | #Constraints:     119649
423.51/424.71	c #Conflicts:     597000 | #Constraints:     120649
423.51/424.71	c #Conflicts:     598000 | #Constraints:     121649
423.51/424.71	c #Conflicts:     599000 | #Constraints:     122649
423.51/424.71	c #Conflicts:     600000 | #Constraints:     123649
423.51/424.71	c #Conflicts:     601000 | #Constraints:     124649
423.51/424.71	c #Conflicts:     602000 | #Constraints:     125649
423.51/424.71	c #Conflicts:     603000 | #Constraints:     126649
423.51/424.71	c #Conflicts:     604000 | #Constraints:     127649
423.51/424.71	c #Conflicts:     605000 | #Constraints:     128649
423.51/424.71	c #Conflicts:     606000 | #Constraints:     129649
423.51/424.71	c #Conflicts:     607000 | #Constraints:     130649
423.51/424.71	c bounds -38 >= -233 @ 419.224
430.20/431.46	c #Conflicts:     608000 | #Constraints:     131667
430.20/431.46	c #Conflicts:     609000 | #Constraints:     132667
430.20/431.46	c #Conflicts:     610000 | #Constraints:     133667
430.20/431.46	c #Conflicts:     611000 | #Constraints:     134667
430.20/431.46	c #Conflicts:     612000 | #Constraints:     135667
430.20/431.46	c #Conflicts:     613000 | #Constraints:     136667
430.20/431.46	c #Conflicts:     614000 | #Constraints:     137667
430.20/431.46	c #Conflicts:     615000 | #Constraints:     138667
430.20/431.46	c INPROCESSING
430.20/431.46	c GARBAGE COLLECT
430.20/431.46	c rational objective -233
440.78/442.07	c #Conflicts:     616000 | #Constraints:     100565
440.78/442.07	c #Conflicts:     617000 | #Constraints:     101565
440.78/442.07	c #Conflicts:     618000 | #Constraints:     102565
440.78/442.07	c #Conflicts:     619000 | #Constraints:     103565
440.78/442.07	c #Conflicts:     620000 | #Constraints:     104565
440.78/442.07	c #Conflicts:     621000 | #Constraints:     105565
440.78/442.07	c #Conflicts:     622000 | #Constraints:     106565
440.78/442.07	c #Conflicts:     623000 | #Constraints:     107565
440.78/442.07	c #Conflicts:     624000 | #Constraints:     108565
440.78/442.07	c #Conflicts:     625000 | #Constraints:     109565
440.78/442.07	c #Conflicts:     626000 | #Constraints:     110565
440.78/442.07	c #Conflicts:     627000 | #Constraints:     111565
440.78/442.07	c #Conflicts:     628000 | #Constraints:     112565
440.78/442.07	c #Conflicts:     629000 | #Constraints:     113565
440.78/442.07	c bounds -38 >= -232 @ 436.409
444.56/445.85	c #Conflicts:     630000 | #Constraints:     114607
444.56/445.85	c #Conflicts:     631000 | #Constraints:     115607
444.56/445.85	c #Conflicts:     632000 | #Constraints:     116607
444.56/445.85	c #Conflicts:     633000 | #Constraints:     117607
444.56/445.85	c #Conflicts:     634000 | #Constraints:     118607
444.56/445.85	c INPROCESSING
444.56/445.85	c GARBAGE COLLECT
444.56/445.85	c rational objective -232
456.03/457.36	c #Conflicts:     635000 | #Constraints:      90943
456.03/457.36	c #Conflicts:     636000 | #Constraints:      91943
456.03/457.36	c #Conflicts:     637000 | #Constraints:      92943
456.03/457.36	c #Conflicts:     638000 | #Constraints:      93943
456.03/457.36	c #Conflicts:     639000 | #Constraints:      94943
456.03/457.36	c #Conflicts:     640000 | #Constraints:      95943
456.03/457.36	c #Conflicts:     641000 | #Constraints:      96943
456.03/457.36	c #Conflicts:     642000 | #Constraints:      97943
456.03/457.36	c #Conflicts:     643000 | #Constraints:      98943
456.03/457.36	c #Conflicts:     644000 | #Constraints:      99943
456.03/457.36	c #Conflicts:     645000 | #Constraints:     100943
456.03/457.36	c #Conflicts:     646000 | #Constraints:     101943
456.03/457.36	c #Conflicts:     647000 | #Constraints:     102943
456.03/457.36	c #Conflicts:     648000 | #Constraints:     103943
456.03/457.36	c #Conflicts:     649000 | #Constraints:     104943
456.03/457.36	c #Conflicts:     650000 | #Constraints:     105943
456.03/457.36	c #Conflicts:     651000 | #Constraints:     106943
456.03/457.36	c #Conflicts:     652000 | #Constraints:     107943
456.03/457.36	c #Conflicts:     653000 | #Constraints:     108943
456.03/457.36	c INPROCESSING
456.03/457.36	c GARBAGE COLLECT
456.03/457.36	c rational objective -232
457.02/458.30	c #Conflicts:     654000 | #Constraints:      86044
457.02/458.30	c #Conflicts:     655000 | #Constraints:      87044
457.02/458.30	c bounds -38 >= -231 @ 452.437
468.90/470.21	c #Conflicts:     656000 | #Constraints:      88122
468.90/470.21	c #Conflicts:     657000 | #Constraints:      89122
468.90/470.21	c #Conflicts:     658000 | #Constraints:      90122
468.90/470.21	c #Conflicts:     659000 | #Constraints:      91122
468.90/470.21	c #Conflicts:     660000 | #Constraints:      92122
468.90/470.21	c #Conflicts:     661000 | #Constraints:      93122
468.90/470.21	c #Conflicts:     662000 | #Constraints:      94122
468.90/470.21	c #Conflicts:     663000 | #Constraints:      95122
468.90/470.21	c #Conflicts:     664000 | #Constraints:      96122
468.90/470.21	c #Conflicts:     665000 | #Constraints:      97122
468.90/470.21	c #Conflicts:     666000 | #Constraints:      98122
468.90/470.21	c #Conflicts:     667000 | #Constraints:      99122
468.90/470.21	c #Conflicts:     668000 | #Constraints:     100122
468.90/470.21	c #Conflicts:     669000 | #Constraints:     101122
468.90/470.21	c #Conflicts:     670000 | #Constraints:     102122
468.90/470.21	c #Conflicts:     671000 | #Constraints:     103122
468.90/470.21	c #Conflicts:     672000 | #Constraints:     104122
468.90/470.21	c #Conflicts:     673000 | #Constraints:     105122
468.90/470.21	c bounds -38 >= -230 @ 464.208
479.79/481.16	c #Conflicts:     674000 | #Constraints:     106155
479.79/481.16	c #Conflicts:     675000 | #Constraints:     107155
479.79/481.16	c #Conflicts:     676000 | #Constraints:     108155
479.79/481.16	c #Conflicts:     677000 | #Constraints:     109155
479.79/481.16	c #Conflicts:     678000 | #Constraints:     110155
479.79/481.16	c #Conflicts:     679000 | #Constraints:     111155
479.79/481.16	c #Conflicts:     680000 | #Constraints:     112155
479.79/481.16	c #Conflicts:     681000 | #Constraints:     113155
479.79/481.16	c #Conflicts:     682000 | #Constraints:     114155
479.79/481.16	c #Conflicts:     683000 | #Constraints:     115155
479.79/481.16	c #Conflicts:     684000 | #Constraints:     116155
479.79/481.16	c #Conflicts:     685000 | #Constraints:     117155
479.79/481.16	c #Conflicts:     686000 | #Constraints:     118155
479.79/481.16	c #Conflicts:     687000 | #Constraints:     119155
479.79/481.16	c bounds -38 >= -229 @ 475.053
495.64/497.02	c #Conflicts:     688000 | #Constraints:     120206
495.64/497.02	c #Conflicts:     689000 | #Constraints:     121206
495.64/497.02	c #Conflicts:     690000 | #Constraints:     122206
495.64/497.02	c #Conflicts:     691000 | #Constraints:     123206
495.64/497.02	c #Conflicts:     692000 | #Constraints:     124206
495.64/497.02	c #Conflicts:     693000 | #Constraints:     125206
495.64/497.02	c #Conflicts:     694000 | #Constraints:     126206
495.64/497.02	c #Conflicts:     695000 | #Constraints:     127206
495.64/497.02	c #Conflicts:     696000 | #Constraints:     128206
495.64/497.02	c #Conflicts:     697000 | #Constraints:     129206
495.64/497.02	c #Conflicts:     698000 | #Constraints:     130206
495.64/497.02	c #Conflicts:     699000 | #Constraints:     131206
495.64/497.02	c #Conflicts:     700000 | #Constraints:     132206
495.64/497.02	c #Conflicts:     701000 | #Constraints:     133206
495.64/497.02	c #Conflicts:     702000 | #Constraints:     134206
495.64/497.02	c #Conflicts:     703000 | #Constraints:     135206
495.64/497.02	c #Conflicts:     704000 | #Constraints:     136206
495.64/497.02	c bounds -38 >= -228 @ 490.736
503.51/504.96	c #Conflicts:     705000 | #Constraints:     137227
503.51/504.96	c #Conflicts:     706000 | #Constraints:     138227
503.51/504.96	c #Conflicts:     707000 | #Constraints:     139227
503.51/504.96	c #Conflicts:     708000 | #Constraints:     140227
503.51/504.96	c #Conflicts:     709000 | #Constraints:     141227
503.51/504.96	c #Conflicts:     710000 | #Constraints:     142227
503.51/504.96	c #Conflicts:     711000 | #Constraints:     143227
503.51/504.96	c #Conflicts:     712000 | #Constraints:     144227
503.51/504.96	c INPROCESSING
503.51/504.96	c GARBAGE COLLECT
503.51/504.96	c rational objective -228
506.01/507.40	c #Conflicts:     713000 | #Constraints:     103060
506.01/507.40	c #Conflicts:     714000 | #Constraints:     104060
506.01/507.40	c #Conflicts:     715000 | #Constraints:     105060
506.01/507.40	c #Conflicts:     716000 | #Constraints:     106060
506.01/507.40	c #Conflicts:     717000 | #Constraints:     107060
506.01/507.40	c bounds -38 >= -227 @ 501.045
517.38/518.85	c #Conflicts:     718000 | #Constraints:     108108
517.38/518.85	c #Conflicts:     719000 | #Constraints:     109108
517.38/518.85	c #Conflicts:     720000 | #Constraints:     110108
517.38/518.85	c #Conflicts:     721000 | #Constraints:     111108
517.38/518.85	c #Conflicts:     722000 | #Constraints:     112108
517.38/518.85	c #Conflicts:     723000 | #Constraints:     113108
517.38/518.85	c #Conflicts:     724000 | #Constraints:     114108
517.38/518.85	c #Conflicts:     725000 | #Constraints:     115108
517.38/518.85	c #Conflicts:     726000 | #Constraints:     116108
517.38/518.85	c #Conflicts:     727000 | #Constraints:     117108
517.38/518.85	c #Conflicts:     728000 | #Constraints:     118108
517.38/518.85	c #Conflicts:     729000 | #Constraints:     119108
517.38/518.85	c #Conflicts:     730000 | #Constraints:     120108
517.38/518.85	c #Conflicts:     731000 | #Constraints:     121108
517.38/518.85	c #Conflicts:     732000 | #Constraints:     122108
517.38/518.85	c bounds -38 >= -226 @ 512.375
518.07/519.50	c #Conflicts:     733000 | #Constraints:     123138
518.07/519.50	c INPROCESSING
518.07/519.50	c GARBAGE COLLECT
518.07/519.50	c rational objective -226
533.43/534.97	c #Conflicts:     734000 | #Constraints:      93305
533.43/534.97	c #Conflicts:     735000 | #Constraints:      94305
533.43/534.97	c #Conflicts:     736000 | #Constraints:      95305
533.43/534.97	c #Conflicts:     737000 | #Constraints:      96305
533.43/534.97	c #Conflicts:     738000 | #Constraints:      97305
533.43/534.97	c #Conflicts:     739000 | #Constraints:      98305
533.43/534.97	c #Conflicts:     740000 | #Constraints:      99305
533.43/534.97	c #Conflicts:     741000 | #Constraints:     100305
533.43/534.97	c #Conflicts:     742000 | #Constraints:     101305
533.43/534.97	c #Conflicts:     743000 | #Constraints:     102305
533.43/534.97	c #Conflicts:     744000 | #Constraints:     103305
533.43/534.97	c #Conflicts:     745000 | #Constraints:     104305
533.43/534.97	c #Conflicts:     746000 | #Constraints:     105305
533.43/534.97	c #Conflicts:     747000 | #Constraints:     106305
533.43/534.97	c #Conflicts:     748000 | #Constraints:     107305
533.43/534.97	c #Conflicts:     749000 | #Constraints:     108305
533.43/534.97	c #Conflicts:     750000 | #Constraints:     109305
533.43/534.97	c #Conflicts:     751000 | #Constraints:     110305
533.43/534.97	c #Conflicts:     752000 | #Constraints:     111305
533.43/534.97	c #Conflicts:     753000 | #Constraints:     112305
533.43/534.97	c #Conflicts:     754000 | #Constraints:     113305
533.43/534.97	c INPROCESSING
533.43/534.97	c GARBAGE COLLECT
533.43/534.97	c rational objective -226
546.60/548.16	c #Conflicts:     755000 | #Constraints:      87908
546.60/548.16	c #Conflicts:     756000 | #Constraints:      88908
546.60/548.16	c #Conflicts:     757000 | #Constraints:      89908
546.60/548.16	c #Conflicts:     758000 | #Constraints:      90908
546.60/548.16	c #Conflicts:     759000 | #Constraints:      91908
546.60/548.16	c #Conflicts:     760000 | #Constraints:      92908
546.60/548.16	c #Conflicts:     761000 | #Constraints:      93908
546.60/548.16	c #Conflicts:     762000 | #Constraints:      94908
546.60/548.16	c #Conflicts:     763000 | #Constraints:      95908
546.60/548.16	c #Conflicts:     764000 | #Constraints:      96908
546.60/548.16	c #Conflicts:     765000 | #Constraints:      97908
546.60/548.16	c #Conflicts:     766000 | #Constraints:      98908
546.60/548.16	c #Conflicts:     767000 | #Constraints:      99908
546.60/548.16	c #Conflicts:     768000 | #Constraints:     100908
546.60/548.16	c #Conflicts:     769000 | #Constraints:     101908
546.60/548.16	c #Conflicts:     770000 | #Constraints:     102908
546.60/548.16	c #Conflicts:     771000 | #Constraints:     103908
546.60/548.16	c #Conflicts:     772000 | #Constraints:     104908
546.60/548.16	c #Conflicts:     773000 | #Constraints:     105908
546.60/548.16	c bounds -38 >= -225 @ 541.332
566.93/568.56	c #Conflicts:     774000 | #Constraints:     106986
566.93/568.56	c #Conflicts:     775000 | #Constraints:     107986
566.93/568.56	c #Conflicts:     776000 | #Constraints:     108986
566.93/568.56	c #Conflicts:     777000 | #Constraints:     109986
566.93/568.56	c #Conflicts:     778000 | #Constraints:     110986
566.93/568.56	c #Conflicts:     779000 | #Constraints:     111986
566.93/568.56	c #Conflicts:     780000 | #Constraints:     112986
566.93/568.56	c #Conflicts:     781000 | #Constraints:     113986
566.93/568.56	c #Conflicts:     782000 | #Constraints:     114986
566.93/568.56	c #Conflicts:     783000 | #Constraints:     115986
566.93/568.56	c #Conflicts:     784000 | #Constraints:     116986
566.93/568.56	c #Conflicts:     785000 | #Constraints:     117986
566.93/568.56	c #Conflicts:     786000 | #Constraints:     118986
566.93/568.56	c #Conflicts:     787000 | #Constraints:     119986
566.93/568.56	c #Conflicts:     788000 | #Constraints:     120986
566.93/568.56	c #Conflicts:     789000 | #Constraints:     121986
566.93/568.56	c #Conflicts:     790000 | #Constraints:     122986
566.93/568.56	c #Conflicts:     791000 | #Constraints:     123986
566.93/568.56	c #Conflicts:     792000 | #Constraints:     124986
566.93/568.56	c #Conflicts:     793000 | #Constraints:     125986
566.93/568.56	c #Conflicts:     794000 | #Constraints:     126986
566.93/568.56	c #Conflicts:     795000 | #Constraints:     127986
566.93/568.56	c #Conflicts:     796000 | #Constraints:     128986
566.93/568.56	c bounds -38 >= -224 @ 561.546
590.88/592.55	c #Conflicts:     797000 | #Constraints:     130004
590.88/592.55	c #Conflicts:     798000 | #Constraints:     131004
590.88/592.55	c #Conflicts:     799000 | #Constraints:     132004
590.88/592.55	c #Conflicts:     800000 | #Constraints:     133004
590.88/592.55	c #Conflicts:     801000 | #Constraints:     134004
590.88/592.55	c #Conflicts:     802000 | #Constraints:     135004
590.88/592.55	c #Conflicts:     803000 | #Constraints:     136004
590.88/592.55	c #Conflicts:     804000 | #Constraints:     137004
590.88/592.55	c #Conflicts:     805000 | #Constraints:     138004
590.88/592.55	c #Conflicts:     806000 | #Constraints:     139004
590.88/592.55	c #Conflicts:     807000 | #Constraints:     140004
590.88/592.55	c #Conflicts:     808000 | #Constraints:     141004
590.88/592.55	c #Conflicts:     809000 | #Constraints:     142004
590.88/592.55	c #Conflicts:     810000 | #Constraints:     143004
590.88/592.55	c #Conflicts:     811000 | #Constraints:     144004
590.88/592.55	c #Conflicts:     812000 | #Constraints:     145004
590.88/592.55	c #Conflicts:     813000 | #Constraints:     146004
590.88/592.55	c #Conflicts:     814000 | #Constraints:     147004
590.88/592.55	c #Conflicts:     815000 | #Constraints:     148004
590.88/592.55	c #Conflicts:     816000 | #Constraints:     149004
590.88/592.55	c #Conflicts:     817000 | #Constraints:     150004
590.88/592.55	c INPROCESSING
590.88/592.55	c GARBAGE COLLECT
590.88/592.55	c rational objective -224
595.86/597.50	c #Conflicts:     818000 | #Constraints:     106489
595.86/597.50	c #Conflicts:     819000 | #Constraints:     107489
595.86/597.50	c #Conflicts:     820000 | #Constraints:     108489
595.86/597.50	c #Conflicts:     821000 | #Constraints:     109489
595.86/597.50	c #Conflicts:     822000 | #Constraints:     110489
595.86/597.50	c #Conflicts:     823000 | #Constraints:     111489
595.86/597.50	c bounds -38 >= -223 @ 590.211
608.93/610.67	c #Conflicts:     824000 | #Constraints:     112525
608.93/610.67	c #Conflicts:     825000 | #Constraints:     113525
608.93/610.67	c #Conflicts:     826000 | #Constraints:     114525
608.93/610.67	c #Conflicts:     827000 | #Constraints:     115525
608.93/610.67	c #Conflicts:     828000 | #Constraints:     116525
608.93/610.67	c #Conflicts:     829000 | #Constraints:     117525
608.93/610.67	c #Conflicts:     830000 | #Constraints:     118525
608.93/610.67	c #Conflicts:     831000 | #Constraints:     119525
608.93/610.67	c #Conflicts:     832000 | #Constraints:     120525
608.93/610.67	c #Conflicts:     833000 | #Constraints:     121525
608.93/610.67	c #Conflicts:     834000 | #Constraints:     122525
608.93/610.67	c #Conflicts:     835000 | #Constraints:     123525
608.93/610.67	c #Conflicts:     836000 | #Constraints:     124525
608.93/610.67	c #Conflicts:     837000 | #Constraints:     125525
608.93/610.67	c #Conflicts:     838000 | #Constraints:     126525
608.93/610.67	c #Conflicts:     839000 | #Constraints:     127525
608.93/610.67	c #Conflicts:     840000 | #Constraints:     128525
608.93/610.67	c INPROCESSING
608.93/610.67	c GARBAGE COLLECT
608.93/610.67	c rational objective -223
623.88/625.68	c #Conflicts:     841000 | #Constraints:      96146
623.88/625.68	c #Conflicts:     842000 | #Constraints:      97146
623.88/625.68	c #Conflicts:     843000 | #Constraints:      98146
623.88/625.68	c #Conflicts:     844000 | #Constraints:      99146
623.88/625.68	c #Conflicts:     845000 | #Constraints:     100146
623.88/625.68	c #Conflicts:     846000 | #Constraints:     101146
623.88/625.68	c #Conflicts:     847000 | #Constraints:     102146
623.88/625.68	c #Conflicts:     848000 | #Constraints:     103146
623.88/625.68	c #Conflicts:     849000 | #Constraints:     104146
623.88/625.68	c #Conflicts:     850000 | #Constraints:     105146
623.88/625.68	c #Conflicts:     851000 | #Constraints:     106146
623.88/625.68	c #Conflicts:     852000 | #Constraints:     107146
623.88/625.68	c #Conflicts:     853000 | #Constraints:     108146
623.88/625.68	c #Conflicts:     854000 | #Constraints:     109146
623.88/625.68	c #Conflicts:     855000 | #Constraints:     110146
623.88/625.68	c #Conflicts:     856000 | #Constraints:     111146
623.88/625.68	c #Conflicts:     857000 | #Constraints:     112146
623.88/625.68	c #Conflicts:     858000 | #Constraints:     113146
623.88/625.68	c #Conflicts:     859000 | #Constraints:     114146
623.88/625.68	c #Conflicts:     860000 | #Constraints:     115146
623.88/625.68	c #Conflicts:     861000 | #Constraints:     116146
623.88/625.68	c #Conflicts:     862000 | #Constraints:     117146
623.88/625.68	c INPROCESSING
623.88/625.68	c GARBAGE COLLECT
623.88/625.68	c rational objective -223
626.68/628.44	c #Conflicts:     863000 | #Constraints:      90155
626.68/628.44	c #Conflicts:     864000 | #Constraints:      91155
626.68/628.44	c #Conflicts:     865000 | #Constraints:      92155
626.68/628.44	c #Conflicts:     866000 | #Constraints:      93155
626.68/628.44	c #Conflicts:     867000 | #Constraints:      94155
626.68/628.44	c bounds -38 >= -222 @ 620.767
672.46/674.37	c #Conflicts:     868000 | #Constraints:      95221
672.46/674.37	c #Conflicts:     869000 | #Constraints:      96221
672.46/674.37	c #Conflicts:     870000 | #Constraints:      97221
672.46/674.37	c #Conflicts:     871000 | #Constraints:      98221
672.46/674.37	c #Conflicts:     872000 | #Constraints:      99221
672.46/674.37	c #Conflicts:     873000 | #Constraints:     100221
672.46/674.37	c #Conflicts:     874000 | #Constraints:     101221
672.46/674.37	c #Conflicts:     875000 | #Constraints:     102221
672.46/674.37	c #Conflicts:     876000 | #Constraints:     103221
672.46/674.37	c #Conflicts:     877000 | #Constraints:     104221
672.46/674.37	c #Conflicts:     878000 | #Constraints:     105221
672.46/674.37	c #Conflicts:     879000 | #Constraints:     106221
672.46/674.37	c #Conflicts:     880000 | #Constraints:     107221
672.46/674.37	c #Conflicts:     881000 | #Constraints:     108221
672.46/674.37	c #Conflicts:     882000 | #Constraints:     109221
672.46/674.37	c #Conflicts:     883000 | #Constraints:     110221
672.46/674.37	c #Conflicts:     884000 | #Constraints:     111221
672.46/674.37	c #Conflicts:     885000 | #Constraints:     112221
672.46/674.37	c #Conflicts:     886000 | #Constraints:     113221
672.46/674.37	c #Conflicts:     887000 | #Constraints:     114221
672.46/674.37	c #Conflicts:     888000 | #Constraints:     115221
672.46/674.37	c #Conflicts:     889000 | #Constraints:     116221
672.46/674.37	c #Conflicts:     890000 | #Constraints:     117221
672.46/674.37	c #Conflicts:     891000 | #Constraints:     118221
672.46/674.37	c #Conflicts:     892000 | #Constraints:     119221
672.46/674.37	c #Conflicts:     893000 | #Constraints:     120221
672.46/674.37	c #Conflicts:     894000 | #Constraints:     121221
672.46/674.37	c #Conflicts:     895000 | #Constraints:     122221
672.46/674.37	c #Conflicts:     896000 | #Constraints:     123221
672.46/674.37	c #Conflicts:     897000 | #Constraints:     124221
672.46/674.37	c #Conflicts:     898000 | #Constraints:     125221
672.46/674.37	c #Conflicts:     899000 | #Constraints:     126221
672.46/674.37	c #Conflicts:     900000 | #Constraints:     127221
672.46/674.37	c #Conflicts:     901000 | #Constraints:     128221
672.46/674.37	c #Conflicts:     902000 | #Constraints:     129221
672.46/674.37	c #Conflicts:     903000 | #Constraints:     130221
672.46/674.37	c #Conflicts:     904000 | #Constraints:     131221
672.46/674.37	c #Conflicts:     905000 | #Constraints:     132221
672.46/674.37	c #Conflicts:     906000 | #Constraints:     133221
672.46/674.37	c #Conflicts:     907000 | #Constraints:     134221
672.46/674.37	c #Conflicts:     908000 | #Constraints:     135221
672.46/674.37	c #Conflicts:     909000 | #Constraints:     136221
672.46/674.37	c #Conflicts:     910000 | #Constraints:     137221
672.46/674.37	c #Conflicts:     911000 | #Constraints:     138221
672.46/674.37	c #Conflicts:     912000 | #Constraints:     139221
672.46/674.37	c #Conflicts:     913000 | #Constraints:     140221
672.46/674.37	c #Conflicts:     914000 | #Constraints:     141221
672.46/674.37	c #Conflicts:     915000 | #Constraints:     142221
672.46/674.37	c #Conflicts:     916000 | #Constraints:     143221
672.46/674.37	c #Conflicts:     917000 | #Constraints:     144221
672.46/674.37	c #Conflicts:     918000 | #Constraints:     145221
672.46/674.37	c bounds -38 >= -221 @ 666.213
685.23/687.19	c #Conflicts:     919000 | #Constraints:     146257
685.23/687.19	c #Conflicts:     920000 | #Constraints:     147257
685.23/687.19	c #Conflicts:     921000 | #Constraints:     148257
685.23/687.19	c #Conflicts:     922000 | #Constraints:     149257
685.23/687.19	c #Conflicts:     923000 | #Constraints:     150257
685.23/687.19	c #Conflicts:     924000 | #Constraints:     151257
685.23/687.19	c #Conflicts:     925000 | #Constraints:     152257
685.23/687.19	c #Conflicts:     926000 | #Constraints:     153257
685.23/687.19	c #Conflicts:     927000 | #Constraints:     154257
685.23/687.19	c #Conflicts:     928000 | #Constraints:     155257
685.23/687.19	c #Conflicts:     929000 | #Constraints:     156257
685.23/687.19	c #Conflicts:     930000 | #Constraints:     157257
685.23/687.19	c INPROCESSING
685.23/687.19	c GARBAGE COLLECT
685.23/687.19	c rational objective -221
704.47/706.45	c #Conflicts:     931000 | #Constraints:     110142
704.47/706.45	c #Conflicts:     932000 | #Constraints:     111142
704.47/706.45	c #Conflicts:     933000 | #Constraints:     112142
704.47/706.45	c #Conflicts:     934000 | #Constraints:     113142
704.47/706.45	c #Conflicts:     935000 | #Constraints:     114142
704.47/706.45	c #Conflicts:     936000 | #Constraints:     115142
704.47/706.45	c #Conflicts:     937000 | #Constraints:     116142
704.47/706.45	c #Conflicts:     938000 | #Constraints:     117142
704.47/706.45	c #Conflicts:     939000 | #Constraints:     118142
704.47/706.45	c #Conflicts:     940000 | #Constraints:     119142
704.47/706.45	c #Conflicts:     941000 | #Constraints:     120142
704.47/706.45	c #Conflicts:     942000 | #Constraints:     121142
704.47/706.45	c #Conflicts:     943000 | #Constraints:     122142
704.47/706.45	c #Conflicts:     944000 | #Constraints:     123142
704.47/706.45	c #Conflicts:     945000 | #Constraints:     124142
704.47/706.45	c #Conflicts:     946000 | #Constraints:     125142
704.47/706.45	c #Conflicts:     947000 | #Constraints:     126142
704.47/706.45	c #Conflicts:     948000 | #Constraints:     127142
704.47/706.45	c #Conflicts:     949000 | #Constraints:     128142
704.47/706.45	c #Conflicts:     950000 | #Constraints:     129142
704.47/706.45	c #Conflicts:     951000 | #Constraints:     130142
704.47/706.45	c #Conflicts:     952000 | #Constraints:     131142
704.47/706.45	c #Conflicts:     953000 | #Constraints:     132142
704.47/706.45	c INPROCESSING
704.47/706.45	c GARBAGE COLLECT
704.47/706.45	c rational objective -221
726.81/728.89	c #Conflicts:     954000 | #Constraints:      97716
726.81/728.89	c #Conflicts:     955000 | #Constraints:      98716
726.81/728.89	c #Conflicts:     956000 | #Constraints:      99732
726.81/728.89	c #Conflicts:     957000 | #Constraints:     100776
726.81/728.89	c #Conflicts:     958000 | #Constraints:     101807
726.81/728.89	c #Conflicts:     959000 | #Constraints:     102847
726.81/728.89	c #Conflicts:     960000 | #Constraints:     103899
726.81/728.89	c #Conflicts:     961000 | #Constraints:     104941
726.81/728.89	c #Conflicts:     962000 | #Constraints:     105985
726.81/728.89	c #Conflicts:     963000 | #Constraints:     107002
726.81/728.89	c #Conflicts:     964000 | #Constraints:     108039
726.81/728.89	c #Conflicts:     965000 | #Constraints:     109065
726.81/728.89	c #Conflicts:     966000 | #Constraints:     110088
726.81/728.89	c #Conflicts:     967000 | #Constraints:     111128
726.81/728.89	c #Conflicts:     968000 | #Constraints:     112171
726.81/728.89	c #Conflicts:     969000 | #Constraints:     113212
726.81/728.89	c #Conflicts:     970000 | #Constraints:     114253
726.81/728.89	c #Conflicts:     971000 | #Constraints:     115292
726.81/728.89	c #Conflicts:     972000 | #Constraints:     116337
726.81/728.89	c #Conflicts:     973000 | #Constraints:     117381
726.81/728.89	c #Conflicts:     974000 | #Constraints:     118425
726.81/728.89	c #Conflicts:     975000 | #Constraints:     119461
726.81/728.89	c #Conflicts:     976000 | #Constraints:     120505
726.81/728.89	c #Conflicts:     977000 | #Constraints:     121542
726.81/728.89	c INPROCESSING
726.81/728.89	c GARBAGE COLLECT
726.81/728.89	c rational objective -221
791.23/793.44	c #Conflicts:     978000 | #Constraints:      92456
791.23/793.44	c #Conflicts:     979000 | #Constraints:      93456
791.23/793.44	c #Conflicts:     980000 | #Constraints:      94456
791.23/793.44	c #Conflicts:     981000 | #Constraints:      95456
791.23/793.44	c #Conflicts:     982000 | #Constraints:      96456
791.23/793.44	c #Conflicts:     983000 | #Constraints:      97456
791.23/793.44	c #Conflicts:     984000 | #Constraints:      98456
791.23/793.44	c #Conflicts:     985000 | #Constraints:      99456
791.23/793.44	c #Conflicts:     986000 | #Constraints:     100456
791.23/793.44	c #Conflicts:     987000 | #Constraints:     101456
791.23/793.44	c #Conflicts:     988000 | #Constraints:     102456
791.23/793.44	c #Conflicts:     989000 | #Constraints:     103456
791.23/793.44	c #Conflicts:     990000 | #Constraints:     104456
791.23/793.44	c #Conflicts:     991000 | #Constraints:     105456
791.23/793.44	c #Conflicts:     992000 | #Constraints:     106456
791.23/793.44	c #Conflicts:     993000 | #Constraints:     107456
791.23/793.44	c #Conflicts:     994000 | #Constraints:     108456
791.23/793.44	c #Conflicts:     995000 | #Constraints:     109456
791.23/793.44	c #Conflicts:     996000 | #Constraints:     110456
791.23/793.44	c #Conflicts:     997000 | #Constraints:     111456
791.23/793.44	c #Conflicts:     998000 | #Constraints:     112456
791.23/793.44	c #Conflicts:     999000 | #Constraints:     113456
791.23/793.44	c #Conflicts:    1000000 | #Constraints:     114456
791.23/793.44	c #Conflicts:    1001000 | #Constraints:     115456
791.23/793.44	c #Conflicts:    1002000 | #Constraints:     116456
791.23/793.44	c #Conflicts:    1003000 | #Constraints:     117456
791.23/793.44	c #Conflicts:    1004000 | #Constraints:     118456
791.23/793.44	c #Conflicts:    1005000 | #Constraints:     119456
791.23/793.44	c #Conflicts:    1006000 | #Constraints:     120456
791.23/793.44	c #Conflicts:    1007000 | #Constraints:     121456
791.23/793.44	c #Conflicts:    1008000 | #Constraints:     122456
791.23/793.44	c #Conflicts:    1009000 | #Constraints:     123456
791.23/793.44	c #Conflicts:    1010000 | #Constraints:     124456
791.23/793.44	c #Conflicts:    1011000 | #Constraints:     125456
791.23/793.44	c #Conflicts:    1012000 | #Constraints:     126456
791.23/793.44	c #Conflicts:    1013000 | #Constraints:     127456
791.23/793.44	c #Conflicts:    1014000 | #Constraints:     128456
791.23/793.44	c #Conflicts:    1015000 | #Constraints:     129456
791.23/793.44	c #Conflicts:    1016000 | #Constraints:     130456
791.23/793.44	c #Conflicts:    1017000 | #Constraints:     131456
791.23/793.44	c #Conflicts:    1018000 | #Constraints:     132456
791.23/793.44	c #Conflicts:    1019000 | #Constraints:     133456
791.23/793.44	c #Conflicts:    1020000 | #Constraints:     134456
791.23/793.44	c #Conflicts:    1021000 | #Constraints:     135456
791.23/793.44	c #Conflicts:    1022000 | #Constraints:     136456
791.23/793.44	c #Conflicts:    1023000 | #Constraints:     137456
791.23/793.44	c #Conflicts:    1024000 | #Constraints:     138456
791.23/793.44	c #Conflicts:    1025000 | #Constraints:     139456
791.23/793.44	c #Conflicts:    1026000 | #Constraints:     140456
791.23/793.44	c #Conflicts:    1027000 | #Constraints:     141456
791.23/793.44	c #Conflicts:    1028000 | #Constraints:     142456
791.23/793.44	c #Conflicts:    1029000 | #Constraints:     143456
791.23/793.44	c #Conflicts:    1030000 | #Constraints:     144456
791.23/793.44	c #Conflicts:    1031000 | #Constraints:     145456
791.23/793.44	c #Conflicts:    1032000 | #Constraints:     146456
791.23/793.44	c #Conflicts:    1033000 | #Constraints:     147456
791.23/793.44	c #Conflicts:    1034000 | #Constraints:     148456
791.23/793.44	c #Conflicts:    1035000 | #Constraints:     149456
791.23/793.44	c #Conflicts:    1036000 | #Constraints:     150456
791.23/793.44	c #Conflicts:    1037000 | #Constraints:     151456
791.23/793.44	c #Conflicts:    1038000 | #Constraints:     152456
791.23/793.44	c #Conflicts:    1039000 | #Constraints:     153456
791.23/793.44	c #Conflicts:    1040000 | #Constraints:     154456
791.23/793.44	c #Conflicts:    1041000 | #Constraints:     155456
791.23/793.44	c #Conflicts:    1042000 | #Constraints:     156456
791.23/793.44	c #Conflicts:    1043000 | #Constraints:     157456
791.23/793.44	c #Conflicts:    1044000 | #Constraints:     158456
791.23/793.44	c #Conflicts:    1045000 | #Constraints:     159456
791.23/793.44	c #Conflicts:    1046000 | #Constraints:     160456
791.23/793.44	c #Conflicts:    1047000 | #Constraints:     161456
791.23/793.44	c #Conflicts:    1048000 | #Constraints:     162456
791.23/793.44	c #Conflicts:    1049000 | #Constraints:     163456
791.23/793.44	c INPROCESSING
791.23/793.44	c GARBAGE COLLECT
791.23/793.44	c rational objective -221
791.64/793.87	c bounds -38 >= -220 @ 784.533
810.49/812.75	c #Conflicts:    1050000 | #Constraints:     113597
810.49/812.75	c #Conflicts:    1051000 | #Constraints:     114597
810.49/812.75	c #Conflicts:    1052000 | #Constraints:     115597
810.49/812.75	c #Conflicts:    1053000 | #Constraints:     116597
810.49/812.75	c #Conflicts:    1054000 | #Constraints:     117597
810.49/812.75	c #Conflicts:    1055000 | #Constraints:     118597
810.49/812.75	c #Conflicts:    1056000 | #Constraints:     119597
810.49/812.75	c #Conflicts:    1057000 | #Constraints:     120597
810.49/812.75	c #Conflicts:    1058000 | #Constraints:     121597
810.49/812.75	c #Conflicts:    1059000 | #Constraints:     122597
810.49/812.75	c #Conflicts:    1060000 | #Constraints:     123597
810.49/812.75	c #Conflicts:    1061000 | #Constraints:     124597
810.49/812.75	c #Conflicts:    1062000 | #Constraints:     125597
810.49/812.75	c #Conflicts:    1063000 | #Constraints:     126597
810.49/812.75	c #Conflicts:    1064000 | #Constraints:     127597
810.49/812.75	c #Conflicts:    1065000 | #Constraints:     128597
810.49/812.75	c #Conflicts:    1066000 | #Constraints:     129597
810.49/812.75	c #Conflicts:    1067000 | #Constraints:     130597
810.49/812.75	c #Conflicts:    1068000 | #Constraints:     131597
810.49/812.75	c #Conflicts:    1069000 | #Constraints:     132597
810.49/812.75	c #Conflicts:    1070000 | #Constraints:     133597
810.49/812.75	c #Conflicts:    1071000 | #Constraints:     134597
810.49/812.75	c #Conflicts:    1072000 | #Constraints:     135597
810.49/812.75	c #Conflicts:    1073000 | #Constraints:     136597
810.49/812.75	c #Conflicts:    1074000 | #Constraints:     137597
810.49/812.75	c INPROCESSING
810.49/812.75	c GARBAGE COLLECT
810.49/812.75	c rational objective -220
831.03/833.32	c #Conflicts:    1075000 | #Constraints:     100511
831.03/833.32	c #Conflicts:    1076000 | #Constraints:     101511
831.03/833.32	c #Conflicts:    1077000 | #Constraints:     102511
831.03/833.32	c #Conflicts:    1078000 | #Constraints:     103512
831.03/833.32	c #Conflicts:    1079000 | #Constraints:     104547
831.03/833.32	c #Conflicts:    1080000 | #Constraints:     105586
831.03/833.32	c #Conflicts:    1081000 | #Constraints:     106624
831.03/833.32	c #Conflicts:    1082000 | #Constraints:     107662
831.03/833.32	c #Conflicts:    1083000 | #Constraints:     108695
831.03/833.32	c #Conflicts:    1084000 | #Constraints:     109739
831.03/833.32	c #Conflicts:    1085000 | #Constraints:     110776
831.03/833.32	c #Conflicts:    1086000 | #Constraints:     111818
831.03/833.32	c #Conflicts:    1087000 | #Constraints:     112853
831.03/833.32	c #Conflicts:    1088000 | #Constraints:     113882
831.03/833.32	c #Conflicts:    1089000 | #Constraints:     114923
831.03/833.32	c #Conflicts:    1090000 | #Constraints:     115964
831.03/833.32	c #Conflicts:    1091000 | #Constraints:     117007
831.03/833.32	c #Conflicts:    1092000 | #Constraints:     118040
831.03/833.32	c #Conflicts:    1093000 | #Constraints:     119069
831.03/833.32	c #Conflicts:    1094000 | #Constraints:     120095
831.03/833.32	c #Conflicts:    1095000 | #Constraints:     121130
831.03/833.32	c #Conflicts:    1096000 | #Constraints:     122171
831.03/833.32	c #Conflicts:    1097000 | #Constraints:     123219
831.03/833.32	c #Conflicts:    1098000 | #Constraints:     124252
831.03/833.32	c #Conflicts:    1099000 | #Constraints:     125286
831.03/833.32	c #Conflicts:    1100000 | #Constraints:     126333
831.03/833.32	c INPROCESSING
831.03/833.32	c GARBAGE COLLECT
831.03/833.32	c rational objective -220
865.25/867.68	c #Conflicts:    1101000 | #Constraints:      95128
865.25/867.68	c #Conflicts:    1102000 | #Constraints:      96128
865.25/867.68	c #Conflicts:    1103000 | #Constraints:      97128
865.25/867.68	c #Conflicts:    1104000 | #Constraints:      98128
865.25/867.68	c #Conflicts:    1105000 | #Constraints:      99128
865.25/867.68	c #Conflicts:    1106000 | #Constraints:     100128
865.25/867.68	c #Conflicts:    1107000 | #Constraints:     101128
865.25/867.68	c #Conflicts:    1108000 | #Constraints:     102128
865.25/867.68	c #Conflicts:    1109000 | #Constraints:     103128
865.25/867.68	c #Conflicts:    1110000 | #Constraints:     104128
865.25/867.68	c #Conflicts:    1111000 | #Constraints:     105128
865.25/867.68	c #Conflicts:    1112000 | #Constraints:     106128
865.25/867.68	c #Conflicts:    1113000 | #Constraints:     107128
865.25/867.68	c #Conflicts:    1114000 | #Constraints:     108128
865.25/867.68	c #Conflicts:    1115000 | #Constraints:     109128
865.25/867.68	c #Conflicts:    1116000 | #Constraints:     110128
865.25/867.68	c #Conflicts:    1117000 | #Constraints:     111128
865.25/867.68	c #Conflicts:    1118000 | #Constraints:     112128
865.25/867.68	c #Conflicts:    1119000 | #Constraints:     113128
865.25/867.68	c #Conflicts:    1120000 | #Constraints:     114128
865.25/867.69	c #Conflicts:    1121000 | #Constraints:     115128
865.25/867.69	c #Conflicts:    1122000 | #Constraints:     116128
865.25/867.69	c #Conflicts:    1123000 | #Constraints:     117128
865.25/867.69	c #Conflicts:    1124000 | #Constraints:     118128
865.25/867.69	c #Conflicts:    1125000 | #Constraints:     119128
865.25/867.69	c #Conflicts:    1126000 | #Constraints:     120128
865.25/867.69	c #Conflicts:    1127000 | #Constraints:     121128
865.25/867.69	c #Conflicts:    1128000 | #Constraints:     122128
865.25/867.69	c #Conflicts:    1129000 | #Constraints:     123128
865.25/867.69	c #Conflicts:    1130000 | #Constraints:     124128
865.25/867.69	c #Conflicts:    1131000 | #Constraints:     125128
865.25/867.69	c #Conflicts:    1132000 | #Constraints:     126128
865.25/867.69	c #Conflicts:    1133000 | #Constraints:     127128
865.25/867.69	c #Conflicts:    1134000 | #Constraints:     128128
865.25/867.69	c #Conflicts:    1135000 | #Constraints:     129128
865.25/867.69	c #Conflicts:    1136000 | #Constraints:     130128
865.25/867.69	c #Conflicts:    1137000 | #Constraints:     131128
865.25/867.69	c #Conflicts:    1138000 | #Constraints:     132128
865.25/867.69	c #Conflicts:    1139000 | #Constraints:     133128
865.25/867.69	c #Conflicts:    1140000 | #Constraints:     134128
865.25/867.69	c #Conflicts:    1141000 | #Constraints:     135128
865.25/867.69	c #Conflicts:    1142000 | #Constraints:     136128
865.25/867.69	c #Conflicts:    1143000 | #Constraints:     137128
865.25/867.69	c #Conflicts:    1144000 | #Constraints:     138128
865.25/867.69	c #Conflicts:    1145000 | #Constraints:     139128
865.25/867.69	c #Conflicts:    1146000 | #Constraints:     140128
865.25/867.69	c bounds -38 >= -219 @ 857.525
888.98/891.41	c #Conflicts:    1147000 | #Constraints:     141167
888.98/891.41	c #Conflicts:    1148000 | #Constraints:     142167
888.98/891.41	c #Conflicts:    1149000 | #Constraints:     143167
888.98/891.41	c #Conflicts:    1150000 | #Constraints:     144167
888.98/891.41	c #Conflicts:    1151000 | #Constraints:     145167
888.98/891.41	c #Conflicts:    1152000 | #Constraints:     146167
888.98/891.41	c #Conflicts:    1153000 | #Constraints:     147167
888.98/891.41	c #Conflicts:    1154000 | #Constraints:     148167
888.98/891.41	c #Conflicts:    1155000 | #Constraints:     149167
888.98/891.41	c #Conflicts:    1156000 | #Constraints:     150167
888.98/891.41	c #Conflicts:    1157000 | #Constraints:     151167
888.98/891.41	c #Conflicts:    1158000 | #Constraints:     152167
888.98/891.41	c #Conflicts:    1159000 | #Constraints:     153167
888.98/891.41	c #Conflicts:    1160000 | #Constraints:     154167
888.98/891.41	c #Conflicts:    1161000 | #Constraints:     155167
888.98/891.41	c #Conflicts:    1162000 | #Constraints:     156167
888.98/891.41	c #Conflicts:    1163000 | #Constraints:     157167
888.98/891.41	c #Conflicts:    1164000 | #Constraints:     158167
888.98/891.41	c #Conflicts:    1165000 | #Constraints:     159167
888.98/891.41	c #Conflicts:    1166000 | #Constraints:     160167
888.98/891.41	c #Conflicts:    1167000 | #Constraints:     161167
888.98/891.41	c #Conflicts:    1168000 | #Constraints:     162167
888.98/891.41	c #Conflicts:    1169000 | #Constraints:     163167
888.98/891.41	c #Conflicts:    1170000 | #Constraints:     164167
888.98/891.41	c bounds -38 >= -218 @ 881.008
892.88/895.31	c #Conflicts:    1171000 | #Constraints:     165185
892.88/895.31	c #Conflicts:    1172000 | #Constraints:     166207
892.88/895.31	c #Conflicts:    1173000 | #Constraints:     167252
892.88/895.31	c #Conflicts:    1174000 | #Constraints:     168304
892.88/895.31	c #Conflicts:    1175000 | #Constraints:     169352
892.88/895.31	c #Conflicts:    1176000 | #Constraints:     170400
892.88/895.31	c INPROCESSING
892.88/895.31	c GARBAGE COLLECT
892.88/895.31	c rational objective -218
917.11/919.64	c #Conflicts:    1177000 | #Constraints:     117103
917.11/919.64	c #Conflicts:    1178000 | #Constraints:     118152
917.11/919.64	c #Conflicts:    1179000 | #Constraints:     119201
917.11/919.64	c #Conflicts:    1180000 | #Constraints:     120255
917.11/919.64	c #Conflicts:    1181000 | #Constraints:     121289
917.11/919.64	c #Conflicts:    1182000 | #Constraints:     122341
917.11/919.64	c #Conflicts:    1183000 | #Constraints:     123388
917.11/919.64	c #Conflicts:    1184000 | #Constraints:     124429
917.11/919.64	c #Conflicts:    1185000 | #Constraints:     125472
917.11/919.64	c #Conflicts:    1186000 | #Constraints:     126515
917.11/919.64	c #Conflicts:    1187000 | #Constraints:     127556
917.11/919.64	c #Conflicts:    1188000 | #Constraints:     128606
917.11/919.64	c #Conflicts:    1189000 | #Constraints:     129646
917.11/919.64	c #Conflicts:    1190000 | #Constraints:     130687
917.11/919.64	c #Conflicts:    1191000 | #Constraints:     131729
917.11/919.64	c #Conflicts:    1192000 | #Constraints:     132761
917.11/919.64	c #Conflicts:    1193000 | #Constraints:     133790
917.11/919.64	c #Conflicts:    1194000 | #Constraints:     134826
917.11/919.64	c #Conflicts:    1195000 | #Constraints:     135872
917.11/919.64	c #Conflicts:    1196000 | #Constraints:     136914
917.11/919.64	c #Conflicts:    1197000 | #Constraints:     137952
917.11/919.64	c #Conflicts:    1198000 | #Constraints:     138984
917.11/919.64	c #Conflicts:    1199000 | #Constraints:     140020
917.11/919.64	c #Conflicts:    1200000 | #Constraints:     141065
917.11/919.64	c #Conflicts:    1201000 | #Constraints:     142103
917.11/919.64	c #Conflicts:    1202000 | #Constraints:     143132
917.11/919.64	c INPROCESSING
917.11/919.64	c GARBAGE COLLECT
917.11/919.64	c rational objective -218
937.65/940.23	c #Conflicts:    1203000 | #Constraints:     103203
937.65/940.23	c #Conflicts:    1204000 | #Constraints:     104203
937.65/940.23	c #Conflicts:    1205000 | #Constraints:     105203
937.65/940.23	c #Conflicts:    1206000 | #Constraints:     106203
937.65/940.23	c #Conflicts:    1207000 | #Constraints:     107203
937.65/940.23	c #Conflicts:    1208000 | #Constraints:     108203
937.65/940.23	c #Conflicts:    1209000 | #Constraints:     109203
937.65/940.23	c #Conflicts:    1210000 | #Constraints:     110203
937.65/940.23	c #Conflicts:    1211000 | #Constraints:     111203
937.65/940.23	c #Conflicts:    1212000 | #Constraints:     112203
937.65/940.23	c #Conflicts:    1213000 | #Constraints:     113203
937.65/940.23	c #Conflicts:    1214000 | #Constraints:     114203
937.65/940.23	c #Conflicts:    1215000 | #Constraints:     115203
937.65/940.23	c #Conflicts:    1216000 | #Constraints:     116203
937.65/940.23	c #Conflicts:    1217000 | #Constraints:     117203
937.65/940.23	c #Conflicts:    1218000 | #Constraints:     118203
937.65/940.23	c #Conflicts:    1219000 | #Constraints:     119203
937.65/940.23	c #Conflicts:    1220000 | #Constraints:     120203
937.65/940.23	c #Conflicts:    1221000 | #Constraints:     121203
937.65/940.23	c #Conflicts:    1222000 | #Constraints:     122203
937.65/940.23	c #Conflicts:    1223000 | #Constraints:     123203
937.65/940.23	c #Conflicts:    1224000 | #Constraints:     124203
937.65/940.23	c #Conflicts:    1225000 | #Constraints:     125203
937.65/940.23	c #Conflicts:    1226000 | #Constraints:     126203
937.65/940.23	c #Conflicts:    1227000 | #Constraints:     127203
937.65/940.23	c #Conflicts:    1228000 | #Constraints:     128203
937.65/940.23	c #Conflicts:    1229000 | #Constraints:     129203
937.65/940.23	c INPROCESSING
937.65/940.23	c GARBAGE COLLECT
937.65/940.23	c rational objective -218
962.19/964.84	c #Conflicts:    1230000 | #Constraints:      96342
962.19/964.84	c #Conflicts:    1231000 | #Constraints:      97342
962.19/964.84	c #Conflicts:    1232000 | #Constraints:      98342
962.19/964.84	c #Conflicts:    1233000 | #Constraints:      99342
962.19/964.84	c #Conflicts:    1234000 | #Constraints:     100342
962.19/964.84	c #Conflicts:    1235000 | #Constraints:     101342
962.19/964.84	c #Conflicts:    1236000 | #Constraints:     102342
962.19/964.84	c #Conflicts:    1237000 | #Constraints:     103342
962.19/964.84	c #Conflicts:    1238000 | #Constraints:     104342
962.19/964.84	c #Conflicts:    1239000 | #Constraints:     105342
962.19/964.84	c #Conflicts:    1240000 | #Constraints:     106342
962.19/964.84	c #Conflicts:    1241000 | #Constraints:     107342
962.19/964.84	c #Conflicts:    1242000 | #Constraints:     108342
962.19/964.84	c #Conflicts:    1243000 | #Constraints:     109342
962.19/964.84	c #Conflicts:    1244000 | #Constraints:     110342
962.19/964.84	c #Conflicts:    1245000 | #Constraints:     111342
962.19/964.84	c #Conflicts:    1246000 | #Constraints:     112342
962.19/964.84	c #Conflicts:    1247000 | #Constraints:     113342
962.19/964.84	c #Conflicts:    1248000 | #Constraints:     114342
962.19/964.84	c #Conflicts:    1249000 | #Constraints:     115342
962.19/964.84	c #Conflicts:    1250000 | #Constraints:     116342
962.19/964.84	c #Conflicts:    1251000 | #Constraints:     117342
962.19/964.84	c #Conflicts:    1252000 | #Constraints:     118342
962.19/964.84	c #Conflicts:    1253000 | #Constraints:     119342
962.19/964.84	c #Conflicts:    1254000 | #Constraints:     120342
962.19/964.84	c #Conflicts:    1255000 | #Constraints:     121342
962.19/964.84	c #Conflicts:    1256000 | #Constraints:     122342
962.19/964.84	c #Conflicts:    1257000 | #Constraints:     123342
962.19/964.84	c #Conflicts:    1258000 | #Constraints:     124342
962.19/964.84	c #Conflicts:    1259000 | #Constraints:     125342
962.19/964.84	c #Conflicts:    1260000 | #Constraints:     126342
962.19/964.84	c #Conflicts:    1261000 | #Constraints:     127342
962.19/964.84	c #Conflicts:    1262000 | #Constraints:     128342
962.19/964.84	c #Conflicts:    1263000 | #Constraints:     129342
962.19/964.84	c bounds -38 >= -217 @ 953.574
994.00/996.75	c #Conflicts:    1264000 | #Constraints:     130393
994.00/996.75	c #Conflicts:    1265000 | #Constraints:     131393
994.00/996.75	c #Conflicts:    1266000 | #Constraints:     132393
994.00/996.75	c #Conflicts:    1267000 | #Constraints:     133393
994.00/996.75	c #Conflicts:    1268000 | #Constraints:     134393
994.00/996.75	c #Conflicts:    1269000 | #Constraints:     135393
994.00/996.75	c #Conflicts:    1270000 | #Constraints:     136393
994.00/996.75	c #Conflicts:    1271000 | #Constraints:     137393
994.00/996.75	c #Conflicts:    1272000 | #Constraints:     138393
994.00/996.75	c #Conflicts:    1273000 | #Constraints:     139393
994.00/996.75	c #Conflicts:    1274000 | #Constraints:     140393
994.00/996.75	c #Conflicts:    1275000 | #Constraints:     141393
994.00/996.75	c #Conflicts:    1276000 | #Constraints:     142393
994.00/996.75	c #Conflicts:    1277000 | #Constraints:     143393
994.00/996.75	c #Conflicts:    1278000 | #Constraints:     144393
994.00/996.75	c #Conflicts:    1279000 | #Constraints:     145393
994.00/996.75	c #Conflicts:    1280000 | #Constraints:     146393
994.00/996.75	c #Conflicts:    1281000 | #Constraints:     147393
994.00/996.75	c #Conflicts:    1282000 | #Constraints:     148393
994.00/996.75	c #Conflicts:    1283000 | #Constraints:     149393
994.00/996.75	c #Conflicts:    1284000 | #Constraints:     150393
994.00/996.75	c #Conflicts:    1285000 | #Constraints:     151393
994.00/996.75	c #Conflicts:    1286000 | #Constraints:     152393
994.00/996.75	c #Conflicts:    1287000 | #Constraints:     153393
994.00/996.75	c #Conflicts:    1288000 | #Constraints:     154393
994.00/996.75	c #Conflicts:    1289000 | #Constraints:     155393
994.00/996.75	c #Conflicts:    1290000 | #Constraints:     156393
994.00/996.75	c #Conflicts:    1291000 | #Constraints:     157393
994.00/996.75	c #Conflicts:    1292000 | #Constraints:     158393
994.00/996.75	c #Conflicts:    1293000 | #Constraints:     159393
994.00/996.75	c #Conflicts:    1294000 | #Constraints:     160393
994.00/996.75	c #Conflicts:    1295000 | #Constraints:     161393
994.00/996.75	c bounds -38 >= -216 @ 985.165
1005.77/1008.51	c #Conflicts:    1296000 | #Constraints:     162423
1005.77/1008.51	c #Conflicts:    1297000 | #Constraints:     163473
1005.77/1008.51	c #Conflicts:    1298000 | #Constraints:     164511
1005.77/1008.51	c #Conflicts:    1299000 | #Constraints:     165549
1005.77/1008.51	c #Conflicts:    1300000 | #Constraints:     166601
1005.77/1008.51	c #Conflicts:    1301000 | #Constraints:     167647
1005.77/1008.51	c #Conflicts:    1302000 | #Constraints:     168690
1005.77/1008.51	c #Conflicts:    1303000 | #Constraints:     169729
1005.77/1008.51	c #Conflicts:    1304000 | #Constraints:     170776
1005.77/1008.51	c #Conflicts:    1305000 | #Constraints:     171815
1005.77/1008.51	c #Conflicts:    1306000 | #Constraints:     172854
1005.77/1008.51	c #Conflicts:    1307000 | #Constraints:     173898
1005.77/1008.51	c #Conflicts:    1308000 | #Constraints:     174940
1005.77/1008.51	c #Conflicts:    1309000 | #Constraints:     175981
1005.77/1008.51	c INPROCESSING
1005.77/1008.51	c GARBAGE COLLECT
1005.77/1008.51	c rational objective -216
1023.03/1025.83	c #Conflicts:    1310000 | #Constraints:     119394
1023.03/1025.83	c #Conflicts:    1311000 | #Constraints:     120394
1023.03/1025.83	c #Conflicts:    1312000 | #Constraints:     121394
1023.03/1025.83	c #Conflicts:    1313000 | #Constraints:     122394
1023.03/1025.83	c #Conflicts:    1314000 | #Constraints:     123394
1023.03/1025.83	c #Conflicts:    1315000 | #Constraints:     124394
1023.03/1025.83	c #Conflicts:    1316000 | #Constraints:     125394
1023.03/1025.83	c #Conflicts:    1317000 | #Constraints:     126394
1023.03/1025.83	c #Conflicts:    1318000 | #Constraints:     127394
1023.03/1025.83	c #Conflicts:    1319000 | #Constraints:     128394
1023.03/1025.83	c #Conflicts:    1320000 | #Constraints:     129394
1023.03/1025.83	c #Conflicts:    1321000 | #Constraints:     130394
1023.03/1025.83	c #Conflicts:    1322000 | #Constraints:     131394
1023.03/1025.83	c #Conflicts:    1323000 | #Constraints:     132394
1023.03/1025.83	c #Conflicts:    1324000 | #Constraints:     133394
1023.03/1025.83	c #Conflicts:    1325000 | #Constraints:     134394
1023.03/1025.83	c #Conflicts:    1326000 | #Constraints:     135394
1023.03/1025.83	c #Conflicts:    1327000 | #Constraints:     136394
1023.03/1025.83	c #Conflicts:    1328000 | #Constraints:     137394
1023.03/1025.83	c #Conflicts:    1329000 | #Constraints:     138394
1023.03/1025.83	c #Conflicts:    1330000 | #Constraints:     139394
1023.03/1025.83	c #Conflicts:    1331000 | #Constraints:     140394
1023.03/1025.83	c bounds -38 >= -215 @ 1013.91
1027.42/1030.23	c #Conflicts:    1332000 | #Constraints:     141418
1027.42/1030.23	c #Conflicts:    1333000 | #Constraints:     142426
1027.42/1030.23	c #Conflicts:    1334000 | #Constraints:     143460
1027.42/1030.23	c #Conflicts:    1335000 | #Constraints:     144499
1027.42/1030.23	c #Conflicts:    1336000 | #Constraints:     145537
1027.42/1030.23	c #Conflicts:    1337000 | #Constraints:     146565
1027.42/1030.23	c #Conflicts:    1338000 | #Constraints:     147597
1027.42/1030.23	c INPROCESSING
1027.42/1030.23	c GARBAGE COLLECT
1027.42/1030.23	c rational objective -215
1047.56/1050.44	c #Conflicts:    1339000 | #Constraints:     105667
1047.56/1050.44	c #Conflicts:    1340000 | #Constraints:     106667
1047.56/1050.44	c #Conflicts:    1341000 | #Constraints:     107667
1047.56/1050.44	c #Conflicts:    1342000 | #Constraints:     108667
1047.56/1050.44	c #Conflicts:    1343000 | #Constraints:     109667
1047.56/1050.44	c #Conflicts:    1344000 | #Constraints:     110667
1047.56/1050.44	c #Conflicts:    1345000 | #Constraints:     111667
1047.56/1050.44	c #Conflicts:    1346000 | #Constraints:     112667
1047.56/1050.44	c #Conflicts:    1347000 | #Constraints:     113667
1047.56/1050.44	c #Conflicts:    1348000 | #Constraints:     114667
1047.56/1050.44	c #Conflicts:    1349000 | #Constraints:     115667
1047.56/1050.44	c #Conflicts:    1350000 | #Constraints:     116667
1047.56/1050.44	c #Conflicts:    1351000 | #Constraints:     117667
1047.56/1050.44	c #Conflicts:    1352000 | #Constraints:     118667
1047.56/1050.44	c #Conflicts:    1353000 | #Constraints:     119667
1047.56/1050.44	c #Conflicts:    1354000 | #Constraints:     120667
1047.56/1050.44	c #Conflicts:    1355000 | #Constraints:     121667
1047.56/1050.44	c #Conflicts:    1356000 | #Constraints:     122667
1047.56/1050.44	c #Conflicts:    1357000 | #Constraints:     123667
1047.56/1050.44	c #Conflicts:    1358000 | #Constraints:     124667
1047.56/1050.44	c #Conflicts:    1359000 | #Constraints:     125667
1047.56/1050.44	c #Conflicts:    1360000 | #Constraints:     126667
1047.56/1050.44	c #Conflicts:    1361000 | #Constraints:     127667
1047.56/1050.44	c #Conflicts:    1362000 | #Constraints:     128667
1047.56/1050.44	c #Conflicts:    1363000 | #Constraints:     129667
1047.56/1050.44	c #Conflicts:    1364000 | #Constraints:     130667
1047.56/1050.44	c #Conflicts:    1365000 | #Constraints:     131667
1047.56/1050.44	c #Conflicts:    1366000 | #Constraints:     132667
1047.56/1050.44	c INPROCESSING
1047.56/1050.44	c GARBAGE COLLECT
1047.56/1050.44	c rational objective -215
1311.13/1314.82	c #Conflicts:    1367000 | #Constraints:      98078
1311.13/1314.82	c #Conflicts:    1368000 | #Constraints:      99078
1311.13/1314.82	c #Conflicts:    1369000 | #Constraints:     100096
1311.13/1314.82	c #Conflicts:    1370000 | #Constraints:     101142
1311.13/1314.82	c #Conflicts:    1371000 | #Constraints:     102184
1311.13/1314.82	c #Conflicts:    1372000 | #Constraints:     103229
1311.13/1314.82	c #Conflicts:    1373000 | #Constraints:     104273
1311.13/1314.82	c #Conflicts:    1374000 | #Constraints:     105314
1311.13/1314.82	c #Conflicts:    1375000 | #Constraints:     106362
1311.13/1314.82	c #Conflicts:    1376000 | #Constraints:     107405
1311.13/1314.82	c #Conflicts:    1377000 | #Constraints:     108452
1311.13/1314.82	c #Conflicts:    1378000 | #Constraints:     109499
1311.13/1314.82	c #Conflicts:    1379000 | #Constraints:     110542
1311.13/1314.82	c #Conflicts:    1380000 | #Constraints:     111586
1311.13/1314.82	c #Conflicts:    1381000 | #Constraints:     112626
1311.13/1314.82	c #Conflicts:    1382000 | #Constraints:     113667
1311.13/1314.82	c #Conflicts:    1383000 | #Constraints:     114704
1311.13/1314.82	c #Conflicts:    1384000 | #Constraints:     115740
1311.13/1314.82	c #Conflicts:    1385000 | #Constraints:     116783
1311.13/1314.82	c #Conflicts:    1386000 | #Constraints:     117819
1311.13/1314.82	c #Conflicts:    1387000 | #Constraints:     118863
1311.13/1314.82	c #Conflicts:    1388000 | #Constraints:     119900
1311.13/1314.82	c #Conflicts:    1389000 | #Constraints:     120941
1311.13/1314.82	c #Conflicts:    1390000 | #Constraints:     121971
1311.13/1314.82	c #Conflicts:    1391000 | #Constraints:     123006
1311.13/1314.82	c #Conflicts:    1392000 | #Constraints:     124041
1311.13/1314.82	c #Conflicts:    1393000 | #Constraints:     125075
1311.13/1314.82	c #Conflicts:    1394000 | #Constraints:     126113
1311.13/1314.82	c #Conflicts:    1395000 | #Constraints:     127148
1311.13/1314.82	c #Conflicts:    1396000 | #Constraints:     128186
1311.13/1314.82	c #Conflicts:    1397000 | #Constraints:     129229
1311.13/1314.82	c #Conflicts:    1398000 | #Constraints:     130263
1311.13/1314.82	c #Conflicts:    1399000 | #Constraints:     131308
1311.13/1314.82	c #Conflicts:    1400000 | #Constraints:     132352
1311.13/1314.82	c #Conflicts:    1401000 | #Constraints:     133394
1311.13/1314.82	c #Conflicts:    1402000 | #Constraints:     134433
1311.13/1314.82	c #Conflicts:    1403000 | #Constraints:     135467
1311.13/1314.82	c #Conflicts:    1404000 | #Constraints:     136507
1311.13/1314.82	c #Conflicts:    1405000 | #Constraints:     137543
1311.13/1314.82	c #Conflicts:    1406000 | #Constraints:     138574
1311.13/1314.82	c #Conflicts:    1407000 | #Constraints:     139606
1311.13/1314.82	c #Conflicts:    1408000 | #Constraints:     140637
1311.13/1314.82	c #Conflicts:    1409000 | #Constraints:     141664
1311.13/1314.82	c #Conflicts:    1410000 | #Constraints:     142694
1311.13/1314.82	c #Conflicts:    1411000 | #Constraints:     143733
1311.13/1314.82	c #Conflicts:    1412000 | #Constraints:     144778
1311.13/1314.82	c #Conflicts:    1413000 | #Constraints:     145814
1311.13/1314.82	c #Conflicts:    1414000 | #Constraints:     146839
1311.13/1314.82	c #Conflicts:    1415000 | #Constraints:     147865
1311.13/1314.82	c #Conflicts:    1416000 | #Constraints:     148905
1311.13/1314.82	c #Conflicts:    1417000 | #Constraints:     149931
1311.13/1314.82	c #Conflicts:    1418000 | #Constraints:     150963
1311.13/1314.82	c #Conflicts:    1419000 | #Constraints:     152003
1311.13/1314.82	c #Conflicts:    1420000 | #Constraints:     153049
1311.13/1314.82	c #Conflicts:    1421000 | #Constraints:     154086
1311.13/1314.82	c #Conflicts:    1422000 | #Constraints:     155130
1311.13/1314.82	c #Conflicts:    1423000 | #Constraints:     156172
1311.13/1314.82	c #Conflicts:    1424000 | #Constraints:     157207
1311.13/1314.82	c #Conflicts:    1425000 | #Constraints:     158235
1311.13/1314.82	c #Conflicts:    1426000 | #Constraints:     159261
1311.13/1314.82	c #Conflicts:    1427000 | #Constraints:     160292
1311.13/1314.82	c #Conflicts:    1428000 | #Constraints:     161319
1311.13/1314.82	c #Conflicts:    1429000 | #Constraints:     162350
1311.13/1314.82	c #Conflicts:    1430000 | #Constraints:     163379
1311.13/1314.82	c #Conflicts:    1431000 | #Constraints:     164411
1311.13/1314.82	c #Conflicts:    1432000 | #Constraints:     165440
1311.13/1314.82	c #Conflicts:    1433000 | #Constraints:     166465
1311.13/1314.82	c #Conflicts:    1434000 | #Constraints:     167490
1311.13/1314.82	c #Conflicts:    1435000 | #Constraints:     168516
1311.13/1314.82	c #Conflicts:    1436000 | #Constraints:     169547
1311.13/1314.82	c #Conflicts:    1437000 | #Constraints:     170575
1311.13/1314.82	c #Conflicts:    1438000 | #Constraints:     171615
1311.13/1314.82	c #Conflicts:    1439000 | #Constraints:     172652
1311.13/1314.82	c #Conflicts:    1440000 | #Constraints:     173686
1311.13/1314.82	c #Conflicts:    1441000 | #Constraints:     174717
1311.13/1314.82	c #Conflicts:    1442000 | #Constraints:     175757
1311.13/1314.82	c #Conflicts:    1443000 | #Constraints:     176794
1311.13/1314.82	c #Conflicts:    1444000 | #Constraints:     177829
1311.13/1314.82	c #Conflicts:    1445000 | #Constraints:     178880
1340.75/1344.58	c #Conflicts:    1446000 | #Constraints:     179925
1340.75/1344.58	c #Conflicts:    1447000 | #Constraints:     180959
1340.75/1344.58	c #Conflicts:    1448000 | #Constraints:     182000
1340.75/1344.58	c #Conflicts:    1449000 | #Constraints:     183049
1340.75/1344.58	c #Conflicts:    1450000 | #Constraints:     184093
1340.75/1344.58	c INPROCESSING
1340.75/1344.58	c GARBAGE COLLECT
1340.75/1344.58	c rational objective -215
1373.96/1377.85	c #Conflicts:    1451000 | #Constraints:     123684
1373.96/1377.85	c #Conflicts:    1452000 | #Constraints:     124684
1373.96/1377.85	c #Conflicts:    1453000 | #Constraints:     125684
1373.96/1377.85	c #Conflicts:    1454000 | #Constraints:     126684
1373.96/1377.85	c #Conflicts:    1455000 | #Constraints:     127684
1373.96/1377.85	c #Conflicts:    1456000 | #Constraints:     128684
1373.96/1377.85	c #Conflicts:    1457000 | #Constraints:     129684
1373.96/1377.85	c #Conflicts:    1458000 | #Constraints:     130684
1373.96/1377.85	c #Conflicts:    1459000 | #Constraints:     131684
1373.96/1377.85	c #Conflicts:    1460000 | #Constraints:     132684
1373.96/1377.85	c #Conflicts:    1461000 | #Constraints:     133684
1373.96/1377.85	c #Conflicts:    1462000 | #Constraints:     134684
1373.96/1377.85	c #Conflicts:    1463000 | #Constraints:     135684
1373.96/1377.85	c #Conflicts:    1464000 | #Constraints:     136684
1373.96/1377.85	c #Conflicts:    1465000 | #Constraints:     137684
1373.96/1377.85	c #Conflicts:    1466000 | #Constraints:     138684
1373.96/1377.85	c #Conflicts:    1467000 | #Constraints:     139684
1373.96/1377.85	c #Conflicts:    1468000 | #Constraints:     140684
1373.96/1377.85	c #Conflicts:    1469000 | #Constraints:     141684
1373.96/1377.85	c #Conflicts:    1470000 | #Constraints:     142684
1373.96/1377.85	c #Conflicts:    1471000 | #Constraints:     143684
1373.96/1377.85	c #Conflicts:    1472000 | #Constraints:     144684
1373.96/1377.85	c #Conflicts:    1473000 | #Constraints:     145684
1373.96/1377.85	c #Conflicts:    1474000 | #Constraints:     146684
1373.96/1377.85	c #Conflicts:    1475000 | #Constraints:     147684
1373.96/1377.85	c #Conflicts:    1476000 | #Constraints:     148684
1373.96/1377.85	c #Conflicts:    1477000 | #Constraints:     149684
1373.96/1377.85	c #Conflicts:    1478000 | #Constraints:     150684
1373.96/1377.85	c #Conflicts:    1479000 | #Constraints:     151684
1373.96/1377.85	c #Conflicts:    1480000 | #Constraints:     152684
1373.96/1377.85	c INPROCESSING
1373.96/1377.85	c GARBAGE COLLECT
1373.96/1377.85	c rational objective -215
1393.42/1397.38	c #Conflicts:    1481000 | #Constraints:     108218
1393.42/1397.38	c #Conflicts:    1482000 | #Constraints:     109218
1393.42/1397.38	c #Conflicts:    1483000 | #Constraints:     110218
1393.42/1397.38	c #Conflicts:    1484000 | #Constraints:     111218
1393.42/1397.38	c #Conflicts:    1485000 | #Constraints:     112218
1393.42/1397.38	c #Conflicts:    1486000 | #Constraints:     113218
1393.42/1397.38	c #Conflicts:    1487000 | #Constraints:     114218
1393.42/1397.38	c #Conflicts:    1488000 | #Constraints:     115218
1393.42/1397.38	c #Conflicts:    1489000 | #Constraints:     116218
1393.42/1397.38	c #Conflicts:    1490000 | #Constraints:     117218
1393.42/1397.38	c #Conflicts:    1491000 | #Constraints:     118218
1393.42/1397.38	c #Conflicts:    1492000 | #Constraints:     119218
1393.42/1397.38	c #Conflicts:    1493000 | #Constraints:     120218
1393.42/1397.38	c #Conflicts:    1494000 | #Constraints:     121218
1393.42/1397.38	c #Conflicts:    1495000 | #Constraints:     122218
1393.42/1397.38	c #Conflicts:    1496000 | #Constraints:     123218
1393.42/1397.38	c #Conflicts:    1497000 | #Constraints:     124218
1393.42/1397.38	c #Conflicts:    1498000 | #Constraints:     125218
1393.42/1397.38	c #Conflicts:    1499000 | #Constraints:     126218
1393.42/1397.38	c #Conflicts:    1500000 | #Constraints:     127218
1393.42/1397.38	c #Conflicts:    1501000 | #Constraints:     128218
1393.42/1397.38	c #Conflicts:    1502000 | #Constraints:     129218
1393.42/1397.38	c #Conflicts:    1503000 | #Constraints:     130218
1393.42/1397.38	c #Conflicts:    1504000 | #Constraints:     131218
1393.42/1397.38	c #Conflicts:    1505000 | #Constraints:     132218
1393.42/1397.38	c #Conflicts:    1506000 | #Constraints:     133218
1393.42/1397.38	c #Conflicts:    1507000 | #Constraints:     134218
1393.42/1397.38	c bounds -38 >= -214 @ 1382.94
1395.90/1399.81	c #Conflicts:    1508000 | #Constraints:     135266
1395.90/1399.81	c #Conflicts:    1509000 | #Constraints:     136266
1395.90/1399.81	c #Conflicts:    1510000 | #Constraints:     137266
1395.90/1399.81	c INPROCESSING
1395.90/1399.81	c GARBAGE COLLECT
1395.90/1399.81	c rational objective -214
1426.72/1430.74	c #Conflicts:    1511000 | #Constraints:     100554
1426.72/1430.74	c #Conflicts:    1512000 | #Constraints:     101554
1426.72/1430.74	c #Conflicts:    1513000 | #Constraints:     102554
1426.72/1430.74	c #Conflicts:    1514000 | #Constraints:     103554
1426.72/1430.74	c #Conflicts:    1515000 | #Constraints:     104554
1426.72/1430.74	c #Conflicts:    1516000 | #Constraints:     105554
1426.72/1430.74	c #Conflicts:    1517000 | #Constraints:     106554
1426.72/1430.74	c #Conflicts:    1518000 | #Constraints:     107554
1426.72/1430.74	c #Conflicts:    1519000 | #Constraints:     108554
1426.72/1430.74	c #Conflicts:    1520000 | #Constraints:     109554
1426.72/1430.74	c #Conflicts:    1521000 | #Constraints:     110554
1426.72/1430.74	c #Conflicts:    1522000 | #Constraints:     111554
1426.72/1430.74	c #Conflicts:    1523000 | #Constraints:     112554
1426.72/1430.74	c #Conflicts:    1524000 | #Constraints:     113554
1426.72/1430.74	c #Conflicts:    1525000 | #Constraints:     114554
1426.72/1430.74	c #Conflicts:    1526000 | #Constraints:     115554
1426.72/1430.74	c #Conflicts:    1527000 | #Constraints:     116554
1426.72/1430.74	c #Conflicts:    1528000 | #Constraints:     117554
1426.72/1430.74	c #Conflicts:    1529000 | #Constraints:     118554
1426.72/1430.74	c #Conflicts:    1530000 | #Constraints:     119554
1426.72/1430.74	c #Conflicts:    1531000 | #Constraints:     120554
1426.72/1430.74	c #Conflicts:    1532000 | #Constraints:     121554
1426.72/1430.74	c #Conflicts:    1533000 | #Constraints:     122554
1426.72/1430.74	c #Conflicts:    1534000 | #Constraints:     123554
1426.72/1430.74	c #Conflicts:    1535000 | #Constraints:     124554
1426.72/1430.74	c #Conflicts:    1536000 | #Constraints:     125554
1426.72/1430.74	c #Conflicts:    1537000 | #Constraints:     126554
1426.72/1430.74	c #Conflicts:    1538000 | #Constraints:     127554
1426.72/1430.74	c #Conflicts:    1539000 | #Constraints:     128554
1426.72/1430.74	c #Conflicts:    1540000 | #Constraints:     129554
1426.72/1430.74	c #Conflicts:    1541000 | #Constraints:     130554
1426.72/1430.74	c #Conflicts:    1542000 | #Constraints:     131554
1426.72/1430.74	c #Conflicts:    1543000 | #Constraints:     132554
1426.72/1430.74	c #Conflicts:    1544000 | #Constraints:     133554
1426.72/1430.74	c #Conflicts:    1545000 | #Constraints:     134554
1426.72/1430.74	c #Conflicts:    1546000 | #Constraints:     135554
1426.72/1430.74	c #Conflicts:    1547000 | #Constraints:     136554
1426.72/1430.74	c #Conflicts:    1548000 | #Constraints:     137554
1426.72/1430.74	c #Conflicts:    1549000 | #Constraints:     138554
1426.72/1430.74	c #Conflicts:    1550000 | #Constraints:     139554
1426.72/1430.74	c bounds -38 >= -213 @ 1415.92
1457.54/1461.65	c #Conflicts:    1551000 | #Constraints:     140605
1457.54/1461.65	c #Conflicts:    1552000 | #Constraints:     141605
1457.54/1461.65	c #Conflicts:    1553000 | #Constraints:     142605
1457.54/1461.65	c #Conflicts:    1554000 | #Constraints:     143605
1457.54/1461.65	c #Conflicts:    1555000 | #Constraints:     144605
1457.54/1461.65	c #Conflicts:    1556000 | #Constraints:     145605
1457.54/1461.65	c #Conflicts:    1557000 | #Constraints:     146605
1457.54/1461.65	c #Conflicts:    1558000 | #Constraints:     147605
1457.54/1461.65	c #Conflicts:    1559000 | #Constraints:     148605
1457.54/1461.65	c #Conflicts:    1560000 | #Constraints:     149605
1457.54/1461.65	c #Conflicts:    1561000 | #Constraints:     150605
1457.54/1461.65	c #Conflicts:    1562000 | #Constraints:     151605
1457.54/1461.65	c #Conflicts:    1563000 | #Constraints:     152605
1457.54/1461.65	c #Conflicts:    1564000 | #Constraints:     153605
1457.54/1461.65	c #Conflicts:    1565000 | #Constraints:     154605
1457.54/1461.65	c #Conflicts:    1566000 | #Constraints:     155605
1457.54/1461.65	c #Conflicts:    1567000 | #Constraints:     156605
1457.54/1461.65	c #Conflicts:    1568000 | #Constraints:     157605
1457.54/1461.65	c #Conflicts:    1569000 | #Constraints:     158605
1457.54/1461.65	c #Conflicts:    1570000 | #Constraints:     159605
1457.54/1461.65	c #Conflicts:    1571000 | #Constraints:     160605
1457.54/1461.65	c #Conflicts:    1572000 | #Constraints:     161605
1457.54/1461.65	c #Conflicts:    1573000 | #Constraints:     162605
1457.54/1461.65	c #Conflicts:    1574000 | #Constraints:     163605
1457.54/1461.65	c #Conflicts:    1575000 | #Constraints:     164605
1457.54/1461.65	c #Conflicts:    1576000 | #Constraints:     165605
1457.54/1461.65	c #Conflicts:    1577000 | #Constraints:     166605
1457.54/1461.65	c #Conflicts:    1578000 | #Constraints:     167605
1457.54/1461.65	c #Conflicts:    1579000 | #Constraints:     168605
1457.54/1461.65	c #Conflicts:    1580000 | #Constraints:     169605
1457.54/1461.65	c #Conflicts:    1581000 | #Constraints:     170605
1457.54/1461.65	c bounds -38 >= -212 @ 1446.55
1477.59/1481.78	c #Conflicts:    1582000 | #Constraints:     171629
1477.59/1481.78	c #Conflicts:    1583000 | #Constraints:     172629
1477.59/1481.78	c #Conflicts:    1584000 | #Constraints:     173629
1477.59/1481.78	c #Conflicts:    1585000 | #Constraints:     174629
1477.59/1481.78	c #Conflicts:    1586000 | #Constraints:     175629
1477.59/1481.78	c #Conflicts:    1587000 | #Constraints:     176629
1477.59/1481.78	c #Conflicts:    1588000 | #Constraints:     177629
1477.59/1481.78	c #Conflicts:    1589000 | #Constraints:     178629
1477.59/1481.78	c #Conflicts:    1590000 | #Constraints:     179629
1477.59/1481.78	c #Conflicts:    1591000 | #Constraints:     180629
1477.59/1481.78	c #Conflicts:    1592000 | #Constraints:     181629
1477.59/1481.78	c #Conflicts:    1593000 | #Constraints:     182629
1477.59/1481.78	c #Conflicts:    1594000 | #Constraints:     183629
1477.59/1481.78	c #Conflicts:    1595000 | #Constraints:     184629
1477.59/1481.78	c #Conflicts:    1596000 | #Constraints:     185629
1477.59/1481.78	c #Conflicts:    1597000 | #Constraints:     186629
1477.59/1481.78	c #Conflicts:    1598000 | #Constraints:     187629
1477.59/1481.78	c #Conflicts:    1599000 | #Constraints:     188629
1477.59/1481.78	c INPROCESSING
1477.59/1481.78	c GARBAGE COLLECT
1477.59/1481.78	c rational objective -212
1491.76/1495.91	c #Conflicts:    1600000 | #Constraints:     126209
1491.76/1495.91	c #Conflicts:    1601000 | #Constraints:     127209
1491.76/1495.91	c #Conflicts:    1602000 | #Constraints:     128209
1491.76/1495.91	c #Conflicts:    1603000 | #Constraints:     129209
1491.76/1495.91	c #Conflicts:    1604000 | #Constraints:     130209
1491.76/1495.91	c #Conflicts:    1605000 | #Constraints:     131209
1491.76/1495.91	c #Conflicts:    1606000 | #Constraints:     132209
1491.76/1495.91	c #Conflicts:    1607000 | #Constraints:     133209
1491.76/1495.91	c #Conflicts:    1608000 | #Constraints:     134209
1491.76/1495.91	c #Conflicts:    1609000 | #Constraints:     135209
1491.76/1495.91	c #Conflicts:    1610000 | #Constraints:     136209
1491.76/1495.91	c #Conflicts:    1611000 | #Constraints:     137209
1491.76/1495.91	c #Conflicts:    1612000 | #Constraints:     138209
1491.76/1495.91	c #Conflicts:    1613000 | #Constraints:     139209
1491.76/1495.91	c #Conflicts:    1614000 | #Constraints:     140209
1491.76/1495.91	c #Conflicts:    1615000 | #Constraints:     141209
1491.76/1495.91	c #Conflicts:    1616000 | #Constraints:     142209
1491.76/1495.91	c #Conflicts:    1617000 | #Constraints:     143209
1491.76/1495.91	c bounds -38 >= -211 @ 1480.47
1502.94/1507.15	c #Conflicts:    1618000 | #Constraints:     144236
1502.94/1507.15	c #Conflicts:    1619000 | #Constraints:     145236
1502.94/1507.15	c #Conflicts:    1620000 | #Constraints:     146236
1502.94/1507.15	c #Conflicts:    1621000 | #Constraints:     147236
1502.94/1507.15	c #Conflicts:    1622000 | #Constraints:     148236
1502.94/1507.15	c #Conflicts:    1623000 | #Constraints:     149236
1502.94/1507.15	c #Conflicts:    1624000 | #Constraints:     150236
1502.94/1507.15	c #Conflicts:    1625000 | #Constraints:     151236
1502.94/1507.15	c #Conflicts:    1626000 | #Constraints:     152236
1502.94/1507.15	c #Conflicts:    1627000 | #Constraints:     153236
1502.94/1507.15	c #Conflicts:    1628000 | #Constraints:     154236
1502.94/1507.15	c #Conflicts:    1629000 | #Constraints:     155236
1502.94/1507.15	c #Conflicts:    1630000 | #Constraints:     156236
1502.94/1507.15	c INPROCESSING
1502.94/1507.15	c GARBAGE COLLECT
1502.94/1507.15	c rational objective -211
1525.88/1530.17	c #Conflicts:    1631000 | #Constraints:     110066
1525.88/1530.17	c #Conflicts:    1632000 | #Constraints:     111066
1525.88/1530.17	c #Conflicts:    1633000 | #Constraints:     112066
1525.88/1530.17	c #Conflicts:    1634000 | #Constraints:     113066
1525.88/1530.17	c #Conflicts:    1635000 | #Constraints:     114066
1525.88/1530.17	c #Conflicts:    1636000 | #Constraints:     115066
1525.88/1530.17	c #Conflicts:    1637000 | #Constraints:     116066
1525.88/1530.17	c #Conflicts:    1638000 | #Constraints:     117066
1525.88/1530.17	c #Conflicts:    1639000 | #Constraints:     118066
1525.88/1530.17	c #Conflicts:    1640000 | #Constraints:     119066
1525.88/1530.17	c #Conflicts:    1641000 | #Constraints:     120066
1525.88/1530.17	c #Conflicts:    1642000 | #Constraints:     121066
1525.88/1530.17	c #Conflicts:    1643000 | #Constraints:     122066
1525.88/1530.17	c #Conflicts:    1644000 | #Constraints:     123066
1525.88/1530.17	c #Conflicts:    1645000 | #Constraints:     124066
1525.88/1530.17	c #Conflicts:    1646000 | #Constraints:     125066
1525.88/1530.17	c #Conflicts:    1647000 | #Constraints:     126066
1525.88/1530.17	c #Conflicts:    1648000 | #Constraints:     127066
1525.88/1530.17	c #Conflicts:    1649000 | #Constraints:     128066
1525.88/1530.17	c #Conflicts:    1650000 | #Constraints:     129066
1525.88/1530.17	c #Conflicts:    1651000 | #Constraints:     130066
1525.88/1530.17	c #Conflicts:    1652000 | #Constraints:     131066
1525.88/1530.17	c #Conflicts:    1653000 | #Constraints:     132066
1525.88/1530.17	c #Conflicts:    1654000 | #Constraints:     133066
1525.88/1530.17	c #Conflicts:    1655000 | #Constraints:     134066
1525.88/1530.17	c #Conflicts:    1656000 | #Constraints:     135066
1525.88/1530.17	c #Conflicts:    1657000 | #Constraints:     136066
1525.88/1530.17	c #Conflicts:    1658000 | #Constraints:     137066
1525.88/1530.17	c #Conflicts:    1659000 | #Constraints:     138066
1525.88/1530.17	c #Conflicts:    1660000 | #Constraints:     139066
1525.88/1530.17	c #Conflicts:    1661000 | #Constraints:     140066
1525.88/1530.17	c INPROCESSING
1525.88/1530.17	c GARBAGE COLLECT
1525.88/1530.17	c rational objective -211
1554.71/1559.07	c #Conflicts:    1662000 | #Constraints:     102623
1554.71/1559.07	c #Conflicts:    1663000 | #Constraints:     103623
1554.71/1559.07	c #Conflicts:    1664000 | #Constraints:     104623
1554.71/1559.07	c #Conflicts:    1665000 | #Constraints:     105623
1554.71/1559.07	c #Conflicts:    1666000 | #Constraints:     106623
1554.71/1559.07	c #Conflicts:    1667000 | #Constraints:     107623
1554.71/1559.07	c #Conflicts:    1668000 | #Constraints:     108623
1554.71/1559.07	c #Conflicts:    1669000 | #Constraints:     109623
1554.71/1559.07	c #Conflicts:    1670000 | #Constraints:     110623
1554.71/1559.07	c #Conflicts:    1671000 | #Constraints:     111623
1554.71/1559.07	c #Conflicts:    1672000 | #Constraints:     112623
1554.71/1559.07	c #Conflicts:    1673000 | #Constraints:     113623
1554.71/1559.07	c #Conflicts:    1674000 | #Constraints:     114623
1554.71/1559.07	c #Conflicts:    1675000 | #Constraints:     115623
1554.71/1559.07	c #Conflicts:    1676000 | #Constraints:     116623
1554.71/1559.07	c #Conflicts:    1677000 | #Constraints:     117623
1554.71/1559.07	c #Conflicts:    1678000 | #Constraints:     118623
1554.71/1559.07	c #Conflicts:    1679000 | #Constraints:     119623
1554.71/1559.07	c #Conflicts:    1680000 | #Constraints:     120623
1554.71/1559.07	c #Conflicts:    1681000 | #Constraints:     121623
1554.71/1559.07	c #Conflicts:    1682000 | #Constraints:     122623
1554.71/1559.07	c #Conflicts:    1683000 | #Constraints:     123623
1554.71/1559.07	c #Conflicts:    1684000 | #Constraints:     124623
1554.71/1559.07	c #Conflicts:    1685000 | #Constraints:     125623
1554.71/1559.07	c #Conflicts:    1686000 | #Constraints:     126623
1554.71/1559.07	c #Conflicts:    1687000 | #Constraints:     127623
1554.71/1559.07	c #Conflicts:    1688000 | #Constraints:     128623
1554.71/1559.07	c #Conflicts:    1689000 | #Constraints:     129623
1554.71/1559.07	c #Conflicts:    1690000 | #Constraints:     130623
1554.71/1559.07	c #Conflicts:    1691000 | #Constraints:     131623
1554.71/1559.07	c #Conflicts:    1692000 | #Constraints:     132623
1554.71/1559.07	c #Conflicts:    1693000 | #Constraints:     133623
1554.71/1559.07	c #Conflicts:    1694000 | #Constraints:     134623
1554.71/1559.07	c #Conflicts:    1695000 | #Constraints:     135623
1554.71/1559.07	c #Conflicts:    1696000 | #Constraints:     136623
1554.71/1559.07	c #Conflicts:    1697000 | #Constraints:     137623
1554.71/1559.07	c #Conflicts:    1698000 | #Constraints:     138623
1554.71/1559.07	c #Conflicts:    1699000 | #Constraints:     139623
1554.71/1559.07	c #Conflicts:    1700000 | #Constraints:     140623
1554.71/1559.07	c bounds -38 >= -210 @ 1542.94
1588.72/1593.12	c #Conflicts:    1701000 | #Constraints:     141704
1588.72/1593.12	c #Conflicts:    1702000 | #Constraints:     142704
1588.72/1593.12	c #Conflicts:    1703000 | #Constraints:     143704
1588.72/1593.12	c #Conflicts:    1704000 | #Constraints:     144704
1588.72/1593.12	c #Conflicts:    1705000 | #Constraints:     145704
1588.72/1593.12	c #Conflicts:    1706000 | #Constraints:     146704
1588.72/1593.12	c #Conflicts:    1707000 | #Constraints:     147704
1588.72/1593.12	c #Conflicts:    1708000 | #Constraints:     148704
1588.72/1593.12	c #Conflicts:    1709000 | #Constraints:     149704
1588.72/1593.12	c #Conflicts:    1710000 | #Constraints:     150704
1588.72/1593.12	c #Conflicts:    1711000 | #Constraints:     151704
1588.72/1593.12	c #Conflicts:    1712000 | #Constraints:     152704
1588.72/1593.12	c #Conflicts:    1713000 | #Constraints:     153704
1588.72/1593.12	c #Conflicts:    1714000 | #Constraints:     154704
1588.72/1593.12	c #Conflicts:    1715000 | #Constraints:     155704
1588.72/1593.12	c #Conflicts:    1716000 | #Constraints:     156704
1588.72/1593.12	c #Conflicts:    1717000 | #Constraints:     157704
1588.72/1593.12	c #Conflicts:    1718000 | #Constraints:     158704
1588.72/1593.12	c #Conflicts:    1719000 | #Constraints:     159704
1588.72/1593.12	c #Conflicts:    1720000 | #Constraints:     160704
1588.72/1593.12	c #Conflicts:    1721000 | #Constraints:     161704
1588.72/1593.12	c #Conflicts:    1722000 | #Constraints:     162704
1588.72/1593.12	c #Conflicts:    1723000 | #Constraints:     163704
1588.72/1593.12	c #Conflicts:    1724000 | #Constraints:     164704
1588.72/1593.12	c #Conflicts:    1725000 | #Constraints:     165704
1588.72/1593.12	c #Conflicts:    1726000 | #Constraints:     166704
1588.72/1593.12	c #Conflicts:    1727000 | #Constraints:     167704
1588.72/1593.12	c #Conflicts:    1728000 | #Constraints:     168704
1588.72/1593.12	c #Conflicts:    1729000 | #Constraints:     169704
1588.72/1593.12	c #Conflicts:    1730000 | #Constraints:     170704
1588.72/1593.12	c #Conflicts:    1731000 | #Constraints:     171704
1588.72/1593.12	c #Conflicts:    1732000 | #Constraints:     172704
1588.72/1593.12	c #Conflicts:    1733000 | #Constraints:     173704
1588.72/1593.12	c #Conflicts:    1734000 | #Constraints:     174704
1588.72/1593.12	c bounds -38 >= -209 @ 1576.67
1613.84/1618.33	c #Conflicts:    1735000 | #Constraints:     175728
1613.84/1618.33	c #Conflicts:    1736000 | #Constraints:     176728
1613.84/1618.33	c #Conflicts:    1737000 | #Constraints:     177728
1613.84/1618.33	c #Conflicts:    1738000 | #Constraints:     178728
1613.84/1618.33	c #Conflicts:    1739000 | #Constraints:     179728
1613.84/1618.33	c #Conflicts:    1740000 | #Constraints:     180728
1613.84/1618.33	c #Conflicts:    1741000 | #Constraints:     181728
1613.84/1618.33	c #Conflicts:    1742000 | #Constraints:     182728
1613.84/1618.33	c #Conflicts:    1743000 | #Constraints:     183728
1613.84/1618.33	c #Conflicts:    1744000 | #Constraints:     184728
1613.84/1618.33	c #Conflicts:    1745000 | #Constraints:     185728
1613.84/1618.33	c #Conflicts:    1746000 | #Constraints:     186728
1613.84/1618.33	c #Conflicts:    1747000 | #Constraints:     187728
1613.84/1618.33	c #Conflicts:    1748000 | #Constraints:     188728
1613.84/1618.33	c #Conflicts:    1749000 | #Constraints:     189728
1613.84/1618.33	c #Conflicts:    1750000 | #Constraints:     190728
1613.84/1618.33	c #Conflicts:    1751000 | #Constraints:     191728
1613.84/1618.33	c #Conflicts:    1752000 | #Constraints:     192728
1613.84/1618.33	c #Conflicts:    1753000 | #Constraints:     193728
1613.84/1618.33	c #Conflicts:    1754000 | #Constraints:     194728
1613.84/1618.33	c INPROCESSING
1613.84/1618.33	c GARBAGE COLLECT
1613.84/1618.33	c rational objective -209
1635.08/1639.61	c #Conflicts:    1755000 | #Constraints:     129053
1635.08/1639.61	c #Conflicts:    1756000 | #Constraints:     130053
1635.08/1639.61	c #Conflicts:    1757000 | #Constraints:     131053
1635.08/1639.61	c #Conflicts:    1758000 | #Constraints:     132053
1635.08/1639.61	c #Conflicts:    1759000 | #Constraints:     133053
1635.08/1639.61	c #Conflicts:    1760000 | #Constraints:     134053
1635.08/1639.61	c #Conflicts:    1761000 | #Constraints:     135053
1635.08/1639.61	c #Conflicts:    1762000 | #Constraints:     136053
1635.08/1639.61	c #Conflicts:    1763000 | #Constraints:     137053
1635.08/1639.61	c #Conflicts:    1764000 | #Constraints:     138053
1635.08/1639.61	c #Conflicts:    1765000 | #Constraints:     139053
1635.08/1639.61	c #Conflicts:    1766000 | #Constraints:     140053
1635.08/1639.61	c #Conflicts:    1767000 | #Constraints:     141053
1635.08/1639.61	c #Conflicts:    1768000 | #Constraints:     142053
1635.08/1639.61	c #Conflicts:    1769000 | #Constraints:     143053
1635.08/1639.61	c #Conflicts:    1770000 | #Constraints:     144053
1635.08/1639.61	c #Conflicts:    1771000 | #Constraints:     145053
1635.08/1639.61	c #Conflicts:    1772000 | #Constraints:     146053
1635.08/1639.61	c #Conflicts:    1773000 | #Constraints:     147053
1635.08/1639.61	c #Conflicts:    1774000 | #Constraints:     148053
1635.08/1639.61	c #Conflicts:    1775000 | #Constraints:     149053
1635.08/1639.61	c #Conflicts:    1776000 | #Constraints:     150053
1635.08/1639.61	c #Conflicts:    1777000 | #Constraints:     151053
1635.08/1639.61	c #Conflicts:    1778000 | #Constraints:     152053
1635.08/1639.61	c #Conflicts:    1779000 | #Constraints:     153053
1635.08/1639.61	c bounds -38 >= -208 @ 1622.73
1642.06/1646.62	c #Conflicts:    1780000 | #Constraints:     154101
1642.06/1646.62	c #Conflicts:    1781000 | #Constraints:     155101
1642.06/1646.62	c #Conflicts:    1782000 | #Constraints:     156101
1642.06/1646.62	c #Conflicts:    1783000 | #Constraints:     157101
1642.06/1646.62	c #Conflicts:    1784000 | #Constraints:     158101
1642.06/1646.62	c #Conflicts:    1785000 | #Constraints:     159101
1642.06/1646.62	c #Conflicts:    1786000 | #Constraints:     160101
1642.06/1646.62	c #Conflicts:    1787000 | #Constraints:     161101
1642.06/1646.62	c INPROCESSING
1642.06/1646.62	c GARBAGE COLLECT
1642.06/1646.62	c rational objective -208
1667.11/1671.73	c #Conflicts:    1788000 | #Constraints:     112345
1667.11/1671.73	c #Conflicts:    1789000 | #Constraints:     113345
1667.11/1671.73	c #Conflicts:    1790000 | #Constraints:     114345
1667.11/1671.73	c #Conflicts:    1791000 | #Constraints:     115345
1667.11/1671.73	c #Conflicts:    1792000 | #Constraints:     116345
1667.11/1671.73	c #Conflicts:    1793000 | #Constraints:     117345
1667.11/1671.73	c #Conflicts:    1794000 | #Constraints:     118345
1667.11/1671.73	c #Conflicts:    1795000 | #Constraints:     119345
1667.11/1671.73	c #Conflicts:    1796000 | #Constraints:     120345
1667.11/1671.73	c #Conflicts:    1797000 | #Constraints:     121345
1667.11/1671.73	c #Conflicts:    1798000 | #Constraints:     122345
1667.11/1671.73	c #Conflicts:    1799000 | #Constraints:     123345
1667.11/1671.73	c #Conflicts:    1800000 | #Constraints:     124345
1667.11/1671.73	c #Conflicts:    1801000 | #Constraints:     125345
1667.11/1671.73	c #Conflicts:    1802000 | #Constraints:     126345
1667.11/1671.73	c #Conflicts:    1803000 | #Constraints:     127345
1667.11/1671.73	c #Conflicts:    1804000 | #Constraints:     128345
1667.11/1671.73	c #Conflicts:    1805000 | #Constraints:     129345
1667.11/1671.73	c #Conflicts:    1806000 | #Constraints:     130345
1667.11/1671.73	c #Conflicts:    1807000 | #Constraints:     131345
1667.11/1671.73	c #Conflicts:    1808000 | #Constraints:     132345
1667.11/1671.73	c #Conflicts:    1809000 | #Constraints:     133345
1667.11/1671.73	c #Conflicts:    1810000 | #Constraints:     134345
1667.11/1671.73	c #Conflicts:    1811000 | #Constraints:     135345
1667.11/1671.73	c #Conflicts:    1812000 | #Constraints:     136345
1667.11/1671.73	c #Conflicts:    1813000 | #Constraints:     137345
1667.11/1671.73	c #Conflicts:    1814000 | #Constraints:     138345
1667.11/1671.73	c #Conflicts:    1815000 | #Constraints:     139345
1667.11/1671.73	c #Conflicts:    1816000 | #Constraints:     140345
1667.11/1671.73	c #Conflicts:    1817000 | #Constraints:     141345
1667.11/1671.73	c #Conflicts:    1818000 | #Constraints:     142345
1667.11/1671.73	c #Conflicts:    1819000 | #Constraints:     143345
1667.11/1671.73	c #Conflicts:    1820000 | #Constraints:     144345
1667.11/1671.73	c INPROCESSING
1667.11/1671.73	c GARBAGE COLLECT
1667.11/1671.73	c rational objective -208
1703.21/1707.97	c #Conflicts:    1821000 | #Constraints:     107321
1703.21/1707.97	c #Conflicts:    1822000 | #Constraints:     108321
1703.21/1707.97	c #Conflicts:    1823000 | #Constraints:     109321
1703.21/1707.97	c #Conflicts:    1824000 | #Constraints:     110321
1703.21/1707.97	c #Conflicts:    1825000 | #Constraints:     111321
1703.21/1707.97	c #Conflicts:    1826000 | #Constraints:     112321
1703.21/1707.97	c #Conflicts:    1827000 | #Constraints:     113321
1703.21/1707.97	c #Conflicts:    1828000 | #Constraints:     114321
1703.21/1707.97	c #Conflicts:    1829000 | #Constraints:     115321
1703.21/1707.97	c #Conflicts:    1830000 | #Constraints:     116321
1703.21/1707.97	c #Conflicts:    1831000 | #Constraints:     117321
1703.21/1707.97	c #Conflicts:    1832000 | #Constraints:     118321
1703.21/1707.97	c #Conflicts:    1833000 | #Constraints:     119321
1703.21/1707.97	c #Conflicts:    1834000 | #Constraints:     120321
1703.21/1707.97	c #Conflicts:    1835000 | #Constraints:     121321
1703.21/1707.97	c #Conflicts:    1836000 | #Constraints:     122321
1703.21/1707.97	c #Conflicts:    1837000 | #Constraints:     123321
1703.21/1707.97	c #Conflicts:    1838000 | #Constraints:     124321
1703.21/1707.97	c #Conflicts:    1839000 | #Constraints:     125321
1703.21/1707.97	c #Conflicts:    1840000 | #Constraints:     126321
1703.21/1707.97	c #Conflicts:    1841000 | #Constraints:     127321
1703.21/1707.97	c #Conflicts:    1842000 | #Constraints:     128321
1703.21/1707.97	c #Conflicts:    1843000 | #Constraints:     129321
1703.21/1707.97	c #Conflicts:    1844000 | #Constraints:     130321
1703.21/1707.97	c #Conflicts:    1845000 | #Constraints:     131321
1703.21/1707.97	c #Conflicts:    1846000 | #Constraints:     132321
1703.21/1707.97	c #Conflicts:    1847000 | #Constraints:     133321
1703.21/1707.97	c #Conflicts:    1848000 | #Constraints:     134321
1703.21/1707.97	c #Conflicts:    1849000 | #Constraints:     135321
1703.21/1707.97	c #Conflicts:    1850000 | #Constraints:     136321
1703.21/1707.97	c #Conflicts:    1851000 | #Constraints:     137321
1703.21/1707.97	c #Conflicts:    1852000 | #Constraints:     138321
1703.21/1707.97	c #Conflicts:    1853000 | #Constraints:     139321
1703.21/1707.97	c #Conflicts:    1854000 | #Constraints:     140321
1703.21/1707.97	c #Conflicts:    1855000 | #Constraints:     141321
1703.21/1707.97	c #Conflicts:    1856000 | #Constraints:     142321
1703.21/1707.97	c #Conflicts:    1857000 | #Constraints:     143321
1703.21/1707.97	c #Conflicts:    1858000 | #Constraints:     144321
1703.21/1707.97	c #Conflicts:    1859000 | #Constraints:     145321
1703.21/1707.97	c #Conflicts:    1860000 | #Constraints:     146321
1703.21/1707.97	c #Conflicts:    1861000 | #Constraints:     147321
1703.21/1707.97	c #Conflicts:    1862000 | #Constraints:     148321
1703.21/1707.97	c #Conflicts:    1863000 | #Constraints:     149321
1703.21/1707.97	c #Conflicts:    1864000 | #Constraints:     150321
1703.21/1707.97	c #Conflicts:    1865000 | #Constraints:     151321
1703.21/1707.97	c #Conflicts:    1866000 | #Constraints:     152321
1703.21/1707.97	c #Conflicts:    1867000 | #Constraints:     153321
1703.21/1707.97	c #Conflicts:    1868000 | #Constraints:     154321
1703.21/1707.97	c bounds -38 >= -207 @ 1690.29
1758.07/1762.99	c #Conflicts:    1869000 | #Constraints:     155399
1758.07/1762.99	c #Conflicts:    1870000 | #Constraints:     156399
1758.07/1762.99	c #Conflicts:    1871000 | #Constraints:     157399
1758.07/1762.99	c #Conflicts:    1872000 | #Constraints:     158399
1758.07/1762.99	c #Conflicts:    1873000 | #Constraints:     159399
1758.07/1762.99	c #Conflicts:    1874000 | #Constraints:     160399
1758.07/1762.99	c #Conflicts:    1875000 | #Constraints:     161399
1758.07/1762.99	c #Conflicts:    1876000 | #Constraints:     162399
1758.07/1762.99	c #Conflicts:    1877000 | #Constraints:     163399
1758.07/1762.99	c #Conflicts:    1878000 | #Constraints:     164399
1758.07/1762.99	c #Conflicts:    1879000 | #Constraints:     165399
1758.07/1762.99	c #Conflicts:    1880000 | #Constraints:     166399
1758.07/1762.99	c #Conflicts:    1881000 | #Constraints:     167399
1758.07/1762.99	c #Conflicts:    1882000 | #Constraints:     168399
1758.07/1762.99	c #Conflicts:    1883000 | #Constraints:     169399
1758.07/1762.99	c #Conflicts:    1884000 | #Constraints:     170399
1758.07/1762.99	c #Conflicts:    1885000 | #Constraints:     171399
1758.07/1762.99	c #Conflicts:    1886000 | #Constraints:     172399
1758.07/1762.99	c #Conflicts:    1887000 | #Constraints:     173399
1758.07/1762.99	c #Conflicts:    1888000 | #Constraints:     174399
1758.07/1762.99	c #Conflicts:    1889000 | #Constraints:     175399
1758.07/1762.99	c #Conflicts:    1890000 | #Constraints:     176399
1758.07/1762.99	c #Conflicts:    1891000 | #Constraints:     177399
1758.07/1762.99	c #Conflicts:    1892000 | #Constraints:     178399
1758.07/1762.99	c #Conflicts:    1893000 | #Constraints:     179399
1758.07/1762.99	c #Conflicts:    1894000 | #Constraints:     180399
1758.07/1762.99	c #Conflicts:    1895000 | #Constraints:     181399
1758.07/1762.99	c #Conflicts:    1896000 | #Constraints:     182399
1758.07/1762.99	c #Conflicts:    1897000 | #Constraints:     183399
1758.07/1762.99	c #Conflicts:    1898000 | #Constraints:     184399
1758.07/1762.99	c #Conflicts:    1899000 | #Constraints:     185399
1758.07/1762.99	c #Conflicts:    1900000 | #Constraints:     186399
1758.07/1762.99	c #Conflicts:    1901000 | #Constraints:     187399
1758.07/1762.99	c #Conflicts:    1902000 | #Constraints:     188399
1758.07/1762.99	c #Conflicts:    1903000 | #Constraints:     189399
1758.07/1762.99	c #Conflicts:    1904000 | #Constraints:     190399
1758.07/1762.99	c #Conflicts:    1905000 | #Constraints:     191399
1758.07/1762.99	c #Conflicts:    1906000 | #Constraints:     192399
1758.07/1762.99	c #Conflicts:    1907000 | #Constraints:     193399
1758.07/1762.99	c #Conflicts:    1908000 | #Constraints:     194399
1758.07/1762.99	c #Conflicts:    1909000 | #Constraints:     195399
1758.07/1762.99	c #Conflicts:    1910000 | #Constraints:     196399
1758.07/1762.99	c #Conflicts:    1911000 | #Constraints:     197399
1758.07/1762.99	c #Conflicts:    1912000 | #Constraints:     198399
1758.07/1762.99	c #Conflicts:    1913000 | #Constraints:     199399
1758.07/1762.99	c #Conflicts:    1914000 | #Constraints:     200399
1758.07/1762.99	c #Conflicts:    1915000 | #Constraints:     201399
1758.07/1762.99	c #Conflicts:    1916000 | #Constraints:     202399
1758.07/1762.99	c #Conflicts:    1917000 | #Constraints:     203399
1758.07/1762.99	c INPROCESSING
1758.07/1762.99	c GARBAGE COLLECT
1758.07/1762.99	c rational objective -207
1785.79/1790.79	c #Conflicts:    1918000 | #Constraints:     133938
1785.79/1790.79	c #Conflicts:    1919000 | #Constraints:     134938
1785.79/1790.79	c #Conflicts:    1920000 | #Constraints:     135938
1785.79/1790.79	c #Conflicts:    1921000 | #Constraints:     136938
1785.79/1790.79	c #Conflicts:    1922000 | #Constraints:     137938
1785.79/1790.79	c #Conflicts:    1923000 | #Constraints:     138938
1785.79/1790.79	c #Conflicts:    1924000 | #Constraints:     139938
1785.79/1790.79	c #Conflicts:    1925000 | #Constraints:     140938
1785.79/1790.79	c #Conflicts:    1926000 | #Constraints:     141938
1785.79/1790.79	c #Conflicts:    1927000 | #Constraints:     142938
1785.79/1790.79	c #Conflicts:    1928000 | #Constraints:     143938
1785.79/1790.79	c #Conflicts:    1929000 | #Constraints:     144938
1785.79/1790.79	c #Conflicts:    1930000 | #Constraints:     145938
1785.79/1790.79	c #Conflicts:    1931000 | #Constraints:     146938
1785.79/1790.79	c #Conflicts:    1932000 | #Constraints:     147938
1785.79/1790.79	c #Conflicts:    1933000 | #Constraints:     148938
1785.79/1790.79	c #Conflicts:    1934000 | #Constraints:     149938
1785.79/1790.79	c #Conflicts:    1935000 | #Constraints:     150938
1785.79/1790.79	c #Conflicts:    1936000 | #Constraints:     151938
1785.79/1790.79	c #Conflicts:    1937000 | #Constraints:     152938
1785.79/1790.79	c #Conflicts:    1938000 | #Constraints:     153938
1785.79/1790.79	c #Conflicts:    1939000 | #Constraints:     154938
1785.79/1790.79	c #Conflicts:    1940000 | #Constraints:     155938
1785.79/1790.79	c #Conflicts:    1941000 | #Constraints:     156938
1785.79/1790.79	c #Conflicts:    1942000 | #Constraints:     157938
1785.79/1790.79	c #Conflicts:    1943000 | #Constraints:     158938
1785.79/1790.79	c #Conflicts:    1944000 | #Constraints:     159938
1785.79/1790.79	c #Conflicts:    1945000 | #Constraints:     160938
1785.79/1790.79	c #Conflicts:    1946000 | #Constraints:     161938
1785.79/1790.79	c #Conflicts:    1947000 | #Constraints:     162938
1785.79/1790.79	c #Conflicts:    1948000 | #Constraints:     163938
1785.79/1790.79	c #Conflicts:    1949000 | #Constraints:     164938
1785.79/1790.79	c bounds -38 >= -206 @ 1772.35
1787.00/1791.97	c #Conflicts:    1950000 | #Constraints:     165974
1787.00/1791.97	c #Conflicts:    1951000 | #Constraints:     166974
1787.00/1791.97	c INPROCESSING
1787.00/1791.97	c GARBAGE COLLECT
1787.00/1791.97	c rational objective -206
1847.95/1853.06	c #Conflicts:    1952000 | #Constraints:     115574
1847.95/1853.06	c #Conflicts:    1953000 | #Constraints:     116574
1847.95/1853.06	c #Conflicts:    1954000 | #Constraints:     117574
1847.95/1853.06	c #Conflicts:    1955000 | #Constraints:     118574
1847.95/1853.06	c #Conflicts:    1956000 | #Constraints:     119574
1847.95/1853.06	c #Conflicts:    1957000 | #Constraints:     120574
1847.95/1853.06	c #Conflicts:    1958000 | #Constraints:     121574
1847.95/1853.06	c #Conflicts:    1959000 | #Constraints:     122574
1847.95/1853.06	c #Conflicts:    1960000 | #Constraints:     123574
1847.95/1853.06	c #Conflicts:    1961000 | #Constraints:     124574
1847.95/1853.06	c #Conflicts:    1962000 | #Constraints:     125574
1847.95/1853.06	c #Conflicts:    1963000 | #Constraints:     126574
1847.95/1853.06	c #Conflicts:    1964000 | #Constraints:     127574
1847.95/1853.06	c #Conflicts:    1965000 | #Constraints:     128574
1847.95/1853.06	c #Conflicts:    1966000 | #Constraints:     129574
1847.95/1853.06	c #Conflicts:    1967000 | #Constraints:     130574
1847.95/1853.06	c #Conflicts:    1968000 | #Constraints:     131574
1847.95/1853.06	c #Conflicts:    1969000 | #Constraints:     132574
1847.95/1853.06	c #Conflicts:    1970000 | #Constraints:     133574
1847.95/1853.06	c #Conflicts:    1971000 | #Constraints:     134574
1847.95/1853.06	c #Conflicts:    1972000 | #Constraints:     135574
1847.95/1853.06	c #Conflicts:    1973000 | #Constraints:     136574
1847.95/1853.06	c #Conflicts:    1974000 | #Constraints:     137574
1847.95/1853.06	c #Conflicts:    1975000 | #Constraints:     138574
1847.95/1853.06	c #Conflicts:    1976000 | #Constraints:     139574
1847.95/1853.06	c #Conflicts:    1977000 | #Constraints:     140574
1847.95/1853.06	c #Conflicts:    1978000 | #Constraints:     141574
1847.95/1853.06	c #Conflicts:    1979000 | #Constraints:     142574
1847.95/1853.06	c #Conflicts:    1980000 | #Constraints:     143574
1847.95/1853.06	c #Conflicts:    1981000 | #Constraints:     144574
1847.95/1853.06	c #Conflicts:    1982000 | #Constraints:     145574
1847.95/1853.06	c #Conflicts:    1983000 | #Constraints:     146574
1847.95/1853.06	c #Conflicts:    1984000 | #Constraints:     147574
1847.95/1853.06	c #Conflicts:    1985000 | #Constraints:     148574
1847.95/1853.06	c #Conflicts:    1986000 | #Constraints:     149574
1847.95/1853.06	c #Conflicts:    1987000 | #Constraints:     150574
1847.95/1853.06	c #Conflicts:    1988000 | #Constraints:     151574
1847.95/1853.06	c #Conflicts:    1989000 | #Constraints:     152574
1847.95/1853.06	c #Conflicts:    1990000 | #Constraints:     153574
1847.95/1853.06	c #Conflicts:    1991000 | #Constraints:     154574
1847.95/1853.06	c #Conflicts:    1992000 | #Constraints:     155574
1847.95/1853.06	c #Conflicts:    1993000 | #Constraints:     156574
1847.95/1853.06	c #Conflicts:    1994000 | #Constraints:     157574
1847.95/1853.06	c #Conflicts:    1995000 | #Constraints:     158574
1847.95/1853.06	c #Conflicts:    1996000 | #Constraints:     159574
1847.95/1853.06	c #Conflicts:    1997000 | #Constraints:     160574
1847.95/1853.06	c #Conflicts:    1998000 | #Constraints:     161574
1847.95/1853.06	c #Conflicts:    1999000 | #Constraints:     162574
1847.95/1853.06	c #Conflicts:    2000000 | #Constraints:     163574
1847.95/1853.06	c #Conflicts:    2001000 | #Constraints:     164574
1847.95/1853.06	c #Conflicts:    2002000 | #Constraints:     165574
1847.95/1853.06	c #Conflicts:    2003000 | #Constraints:     166574
1847.95/1853.06	c #Conflicts:    2004000 | #Constraints:     167574
1847.95/1853.06	c #Conflicts:    2005000 | #Constraints:     168574
1847.95/1853.06	c #Conflicts:    2006000 | #Constraints:     169574
1847.95/1853.06	c #Conflicts:    2007000 | #Constraints:     170574
1847.95/1853.06	c #Conflicts:    2008000 | #Constraints:     171574
1847.95/1853.06	c #Conflicts:    2009000 | #Constraints:     172574
1847.95/1853.06	c #Conflicts:    2010000 | #Constraints:     173574
1847.95/1853.06	c #Conflicts:    2011000 | #Constraints:     174574
1847.95/1853.06	c #Conflicts:    2012000 | #Constraints:     175574
1847.95/1853.06	c #Conflicts:    2013000 | #Constraints:     176574
1847.95/1853.06	c bounds -38 >= -205 @ 1833.98
1907.07/1912.36	c #Conflicts:    2014000 | #Constraints:     177637
1907.07/1912.36	c #Conflicts:    2015000 | #Constraints:     178637
1907.07/1912.36	c #Conflicts:    2016000 | #Constraints:     179637
1907.07/1912.36	c #Conflicts:    2017000 | #Constraints:     180637
1907.07/1912.36	c #Conflicts:    2018000 | #Constraints:     181637
1907.07/1912.36	c #Conflicts:    2019000 | #Constraints:     182637
1907.07/1912.36	c #Conflicts:    2020000 | #Constraints:     183637
1907.07/1912.36	c #Conflicts:    2021000 | #Constraints:     184637
1907.07/1912.36	c #Conflicts:    2022000 | #Constraints:     185637
1907.07/1912.36	c #Conflicts:    2023000 | #Constraints:     186637
1907.07/1912.36	c #Conflicts:    2024000 | #Constraints:     187637
1907.07/1912.36	c #Conflicts:    2025000 | #Constraints:     188637
1907.07/1912.36	c #Conflicts:    2026000 | #Constraints:     189637
1907.07/1912.36	c #Conflicts:    2027000 | #Constraints:     190637
1907.07/1912.36	c #Conflicts:    2028000 | #Constraints:     191637
1907.07/1912.36	c #Conflicts:    2029000 | #Constraints:     192637
1907.07/1912.36	c #Conflicts:    2030000 | #Constraints:     193637
1907.07/1912.36	c #Conflicts:    2031000 | #Constraints:     194637
1907.07/1912.36	c #Conflicts:    2032000 | #Constraints:     195637
1907.07/1912.36	c #Conflicts:    2033000 | #Constraints:     196637
1907.07/1912.36	c #Conflicts:    2034000 | #Constraints:     197637
1907.07/1912.36	c #Conflicts:    2035000 | #Constraints:     198637
1907.07/1912.36	c #Conflicts:    2036000 | #Constraints:     199637
1907.07/1912.36	c #Conflicts:    2037000 | #Constraints:     200637
1907.07/1912.36	c #Conflicts:    2038000 | #Constraints:     201637
1907.07/1912.36	c #Conflicts:    2039000 | #Constraints:     202637
1907.07/1912.36	c #Conflicts:    2040000 | #Constraints:     203637
1907.07/1912.36	c #Conflicts:    2041000 | #Constraints:     204637
1907.07/1912.36	c #Conflicts:    2042000 | #Constraints:     205637
1907.07/1912.36	c #Conflicts:    2043000 | #Constraints:     206637
1907.07/1912.36	c #Conflicts:    2044000 | #Constraints:     207637
1907.07/1912.36	c #Conflicts:    2045000 | #Constraints:     208637
1907.07/1912.36	c #Conflicts:    2046000 | #Constraints:     209637
1907.07/1912.36	c #Conflicts:    2047000 | #Constraints:     210637
1907.07/1912.36	c #Conflicts:    2048000 | #Constraints:     211637
1907.07/1912.36	c #Conflicts:    2049000 | #Constraints:     212637
1907.07/1912.36	c #Conflicts:    2050000 | #Constraints:     213637
1907.07/1912.36	c #Conflicts:    2051000 | #Constraints:     214637
1907.07/1912.36	c INPROCESSING
1907.07/1912.36	c GARBAGE COLLECT
1907.07/1912.36	c rational objective -205
1933.01/1938.34	c #Conflicts:    2052000 | #Constraints:     139410
1933.01/1938.34	c #Conflicts:    2053000 | #Constraints:     140410
1933.01/1938.34	c #Conflicts:    2054000 | #Constraints:     141410
1933.01/1938.34	c #Conflicts:    2055000 | #Constraints:     142410
1933.01/1938.34	c #Conflicts:    2056000 | #Constraints:     143410
1933.01/1938.34	c #Conflicts:    2057000 | #Constraints:     144410
1933.01/1938.34	c #Conflicts:    2058000 | #Constraints:     145410
1933.01/1938.34	c #Conflicts:    2059000 | #Constraints:     146410
1933.01/1938.34	c #Conflicts:    2060000 | #Constraints:     147410
1933.01/1938.34	c #Conflicts:    2061000 | #Constraints:     148410
1933.01/1938.34	c #Conflicts:    2062000 | #Constraints:     149410
1933.01/1938.34	c #Conflicts:    2063000 | #Constraints:     150410
1933.01/1938.34	c #Conflicts:    2064000 | #Constraints:     151410
1933.01/1938.34	c #Conflicts:    2065000 | #Constraints:     152410
1933.01/1938.34	c #Conflicts:    2066000 | #Constraints:     153410
1933.01/1938.34	c #Conflicts:    2067000 | #Constraints:     154410
1933.01/1938.34	c #Conflicts:    2068000 | #Constraints:     155410
1933.01/1938.34	c #Conflicts:    2069000 | #Constraints:     156410
1933.01/1938.34	c #Conflicts:    2070000 | #Constraints:     157410
1933.01/1938.34	c #Conflicts:    2071000 | #Constraints:     158410
1933.01/1938.34	c #Conflicts:    2072000 | #Constraints:     159410
1933.01/1938.34	c #Conflicts:    2073000 | #Constraints:     160410
1933.01/1938.34	c #Conflicts:    2074000 | #Constraints:     161410
1933.01/1938.34	c #Conflicts:    2075000 | #Constraints:     162410
1933.01/1938.34	c #Conflicts:    2076000 | #Constraints:     163410
1933.01/1938.34	c #Conflicts:    2077000 | #Constraints:     164410
1933.01/1938.34	c #Conflicts:    2078000 | #Constraints:     165410
1933.01/1938.34	c #Conflicts:    2079000 | #Constraints:     166410
1933.01/1938.34	c #Conflicts:    2080000 | #Constraints:     167410
1933.01/1938.34	c bounds -38 >= -204 @ 1918.55
1938.80/1944.17	c #Conflicts:    2081000 | #Constraints:     168443
1938.80/1944.17	c #Conflicts:    2082000 | #Constraints:     169443
1938.80/1944.17	c #Conflicts:    2083000 | #Constraints:     170443
1938.80/1944.17	c #Conflicts:    2084000 | #Constraints:     171443
1938.80/1944.17	c #Conflicts:    2085000 | #Constraints:     172443
1938.80/1944.17	c #Conflicts:    2086000 | #Constraints:     173443
1938.80/1944.17	c INPROCESSING
1938.80/1944.17	c GARBAGE COLLECT
1938.80/1944.17	c rational objective -204
1990.85/1996.39	c #Conflicts:    2087000 | #Constraints:     118416
1990.85/1996.39	c #Conflicts:    2088000 | #Constraints:     119416
1990.85/1996.39	c #Conflicts:    2089000 | #Constraints:     120416
1990.85/1996.39	c #Conflicts:    2090000 | #Constraints:     121416
1990.85/1996.39	c #Conflicts:    2091000 | #Constraints:     122416
1990.85/1996.39	c #Conflicts:    2092000 | #Constraints:     123416
1990.85/1996.39	c #Conflicts:    2093000 | #Constraints:     124416
1990.85/1996.39	c #Conflicts:    2094000 | #Constraints:     125416
1990.85/1996.39	c #Conflicts:    2095000 | #Constraints:     126416
1990.85/1996.39	c #Conflicts:    2096000 | #Constraints:     127416
1990.85/1996.39	c #Conflicts:    2097000 | #Constraints:     128416
1990.85/1996.39	c #Conflicts:    2098000 | #Constraints:     129416
1990.85/1996.39	c #Conflicts:    2099000 | #Constraints:     130416
1990.85/1996.39	c #Conflicts:    2100000 | #Constraints:     131416
1990.85/1996.39	c #Conflicts:    2101000 | #Constraints:     132416
1990.85/1996.39	c #Conflicts:    2102000 | #Constraints:     133416
1990.85/1996.39	c #Conflicts:    2103000 | #Constraints:     134416
1990.85/1996.39	c #Conflicts:    2104000 | #Constraints:     135416
1990.85/1996.39	c #Conflicts:    2105000 | #Constraints:     136416
1990.85/1996.39	c #Conflicts:    2106000 | #Constraints:     137416
1990.85/1996.39	c #Conflicts:    2107000 | #Constraints:     138416
1990.85/1996.39	c #Conflicts:    2108000 | #Constraints:     139416
1990.85/1996.39	c #Conflicts:    2109000 | #Constraints:     140416
1990.85/1996.39	c #Conflicts:    2110000 | #Constraints:     141416
1990.85/1996.39	c #Conflicts:    2111000 | #Constraints:     142416
1990.85/1996.39	c #Conflicts:    2112000 | #Constraints:     143416
1990.85/1996.39	c #Conflicts:    2113000 | #Constraints:     144416
1990.85/1996.39	c #Conflicts:    2114000 | #Constraints:     145416
1990.85/1996.39	c #Conflicts:    2115000 | #Constraints:     146416
1990.85/1996.39	c #Conflicts:    2116000 | #Constraints:     147416
1990.85/1996.39	c #Conflicts:    2117000 | #Constraints:     148416
1990.85/1996.39	c #Conflicts:    2118000 | #Constraints:     149416
1990.85/1996.39	c #Conflicts:    2119000 | #Constraints:     150416
1990.85/1996.39	c #Conflicts:    2120000 | #Constraints:     151416
1990.85/1996.39	c #Conflicts:    2121000 | #Constraints:     152416
1990.85/1996.39	c #Conflicts:    2122000 | #Constraints:     153416
1990.85/1996.39	c #Conflicts:    2123000 | #Constraints:     154416
1990.85/1996.39	c #Conflicts:    2124000 | #Constraints:     155416
1990.85/1996.39	c #Conflicts:    2125000 | #Constraints:     156416
1990.85/1996.39	c #Conflicts:    2126000 | #Constraints:     157416
1990.85/1996.39	c #Conflicts:    2127000 | #Constraints:     158416
1990.85/1996.39	c #Conflicts:    2128000 | #Constraints:     159416
1990.85/1996.39	c #Conflicts:    2129000 | #Constraints:     160416
1990.85/1996.39	c #Conflicts:    2130000 | #Constraints:     161416
1990.85/1996.39	c #Conflicts:    2131000 | #Constraints:     162416
1990.85/1996.39	c #Conflicts:    2132000 | #Constraints:     163416
1990.85/1996.39	c #Conflicts:    2133000 | #Constraints:     164416
1990.85/1996.39	c bounds -38 >= -203 @ 1976.08
2053.98/2059.62	c #Conflicts:    2134000 | #Constraints:     165470
2053.98/2059.62	c #Conflicts:    2135000 | #Constraints:     166470
2053.98/2059.62	c #Conflicts:    2136000 | #Constraints:     167470
2053.98/2059.62	c #Conflicts:    2137000 | #Constraints:     168470
2053.98/2059.62	c #Conflicts:    2138000 | #Constraints:     169470
2053.98/2059.62	c #Conflicts:    2139000 | #Constraints:     170470
2053.98/2059.62	c #Conflicts:    2140000 | #Constraints:     171470
2053.98/2059.62	c #Conflicts:    2141000 | #Constraints:     172470
2053.98/2059.62	c #Conflicts:    2142000 | #Constraints:     173470
2053.98/2059.62	c #Conflicts:    2143000 | #Constraints:     174470
2053.98/2059.62	c #Conflicts:    2144000 | #Constraints:     175470
2053.98/2059.62	c #Conflicts:    2145000 | #Constraints:     176470
2053.98/2059.62	c #Conflicts:    2146000 | #Constraints:     177470
2053.98/2059.62	c #Conflicts:    2147000 | #Constraints:     178470
2053.98/2059.62	c #Conflicts:    2148000 | #Constraints:     179470
2053.98/2059.62	c #Conflicts:    2149000 | #Constraints:     180470
2053.98/2059.62	c #Conflicts:    2150000 | #Constraints:     181470
2053.98/2059.62	c #Conflicts:    2151000 | #Constraints:     182470
2053.98/2059.62	c #Conflicts:    2152000 | #Constraints:     183470
2053.98/2059.62	c #Conflicts:    2153000 | #Constraints:     184470
2053.98/2059.62	c #Conflicts:    2154000 | #Constraints:     185470
2053.98/2059.62	c #Conflicts:    2155000 | #Constraints:     186470
2053.98/2059.62	c #Conflicts:    2156000 | #Constraints:     187470
2053.98/2059.62	c #Conflicts:    2157000 | #Constraints:     188470
2053.98/2059.62	c #Conflicts:    2158000 | #Constraints:     189470
2053.98/2059.62	c #Conflicts:    2159000 | #Constraints:     190470
2053.98/2059.62	c #Conflicts:    2160000 | #Constraints:     191470
2053.98/2059.62	c #Conflicts:    2161000 | #Constraints:     192470
2053.98/2059.62	c #Conflicts:    2162000 | #Constraints:     193470
2053.98/2059.62	c #Conflicts:    2163000 | #Constraints:     194470
2053.98/2059.62	c #Conflicts:    2164000 | #Constraints:     195470
2053.98/2059.62	c #Conflicts:    2165000 | #Constraints:     196470
2053.98/2059.62	c #Conflicts:    2166000 | #Constraints:     197470
2053.98/2059.62	c #Conflicts:    2167000 | #Constraints:     198470
2053.98/2059.62	c #Conflicts:    2168000 | #Constraints:     199470
2053.98/2059.62	c #Conflicts:    2169000 | #Constraints:     200470
2053.98/2059.62	c #Conflicts:    2170000 | #Constraints:     201470
2053.98/2059.62	c #Conflicts:    2171000 | #Constraints:     202470
2053.98/2059.62	c #Conflicts:    2172000 | #Constraints:     203470
2053.98/2059.62	c #Conflicts:    2173000 | #Constraints:     204470
2053.98/2059.62	c #Conflicts:    2174000 | #Constraints:     205470
2053.98/2059.62	c #Conflicts:    2175000 | #Constraints:     206470
2053.98/2059.62	c bounds -38 >= -202 @ 2038.86
2077.02/2082.71	c #Conflicts:    2176000 | #Constraints:     207488
2077.02/2082.71	c #Conflicts:    2177000 | #Constraints:     208488
2077.02/2082.71	c #Conflicts:    2178000 | #Constraints:     209488
2077.02/2082.71	c #Conflicts:    2179000 | #Constraints:     210488
2077.02/2082.71	c #Conflicts:    2180000 | #Constraints:     211488
2077.02/2082.71	c #Conflicts:    2181000 | #Constraints:     212488
2077.02/2082.71	c #Conflicts:    2182000 | #Constraints:     213488
2077.02/2082.71	c #Conflicts:    2183000 | #Constraints:     214488
2077.02/2082.71	c #Conflicts:    2184000 | #Constraints:     215488
2077.02/2082.71	c #Conflicts:    2185000 | #Constraints:     216488
2077.02/2082.71	c #Conflicts:    2186000 | #Constraints:     217488
2077.02/2082.71	c #Conflicts:    2187000 | #Constraints:     218488
2077.02/2082.71	c #Conflicts:    2188000 | #Constraints:     219488
2077.02/2082.71	c #Conflicts:    2189000 | #Constraints:     220488
2077.02/2082.71	c #Conflicts:    2190000 | #Constraints:     221488
2077.02/2082.71	c INPROCESSING
2077.02/2082.71	c GARBAGE COLLECT
2077.02/2082.71	c rational objective -202
2107.74/2113.57	c #Conflicts:    2191000 | #Constraints:     142521
2107.74/2113.57	c #Conflicts:    2192000 | #Constraints:     143521
2107.74/2113.57	c #Conflicts:    2193000 | #Constraints:     144521
2107.74/2113.57	c #Conflicts:    2194000 | #Constraints:     145521
2107.74/2113.57	c #Conflicts:    2195000 | #Constraints:     146521
2107.74/2113.57	c #Conflicts:    2196000 | #Constraints:     147521
2107.74/2113.57	c #Conflicts:    2197000 | #Constraints:     148521
2107.74/2113.57	c #Conflicts:    2198000 | #Constraints:     149521
2107.74/2113.57	c #Conflicts:    2199000 | #Constraints:     150521
2107.74/2113.57	c #Conflicts:    2200000 | #Constraints:     151521
2107.74/2113.57	c #Conflicts:    2201000 | #Constraints:     152521
2107.74/2113.57	c #Conflicts:    2202000 | #Constraints:     153521
2107.74/2113.57	c #Conflicts:    2203000 | #Constraints:     154521
2107.74/2113.57	c #Conflicts:    2204000 | #Constraints:     155521
2107.74/2113.57	c #Conflicts:    2205000 | #Constraints:     156521
2107.74/2113.57	c #Conflicts:    2206000 | #Constraints:     157521
2107.74/2113.57	c #Conflicts:    2207000 | #Constraints:     158521
2107.74/2113.57	c #Conflicts:    2208000 | #Constraints:     159521
2107.74/2113.57	c #Conflicts:    2209000 | #Constraints:     160521
2107.74/2113.57	c #Conflicts:    2210000 | #Constraints:     161521
2107.74/2113.57	c #Conflicts:    2211000 | #Constraints:     162521
2107.74/2113.57	c #Conflicts:    2212000 | #Constraints:     163521
2107.74/2113.57	c #Conflicts:    2213000 | #Constraints:     164521
2107.74/2113.57	c #Conflicts:    2214000 | #Constraints:     165521
2107.74/2113.57	c #Conflicts:    2215000 | #Constraints:     166521
2107.74/2113.57	c #Conflicts:    2216000 | #Constraints:     167521
2107.74/2113.57	c #Conflicts:    2217000 | #Constraints:     168521
2107.74/2113.57	c #Conflicts:    2218000 | #Constraints:     169521
2107.74/2113.57	c #Conflicts:    2219000 | #Constraints:     170521
2107.74/2113.57	c #Conflicts:    2220000 | #Constraints:     171521
2107.74/2113.57	c #Conflicts:    2221000 | #Constraints:     172521
2107.74/2113.57	c bounds -38 >= -201 @ 2092.35
2113.62/2119.42	c #Conflicts:    2222000 | #Constraints:     173566
2113.62/2119.42	c #Conflicts:    2223000 | #Constraints:     174566
2113.62/2119.42	c #Conflicts:    2224000 | #Constraints:     175566
2113.62/2119.42	c #Conflicts:    2225000 | #Constraints:     176566
2113.62/2119.42	c #Conflicts:    2226000 | #Constraints:     177566
2113.62/2119.42	c INPROCESSING
2113.62/2119.42	c GARBAGE COLLECT
2113.62/2119.42	c rational objective -201
2196.81/2202.83	c #Conflicts:    2227000 | #Constraints:     120653
2196.81/2202.83	c #Conflicts:    2228000 | #Constraints:     121653
2196.81/2202.83	c #Conflicts:    2229000 | #Constraints:     122653
2196.81/2202.83	c #Conflicts:    2230000 | #Constraints:     123653
2196.81/2202.83	c #Conflicts:    2231000 | #Constraints:     124653
2196.81/2202.83	c #Conflicts:    2232000 | #Constraints:     125653
2196.81/2202.83	c #Conflicts:    2233000 | #Constraints:     126653
2196.81/2202.83	c #Conflicts:    2234000 | #Constraints:     127653
2196.81/2202.83	c #Conflicts:    2235000 | #Constraints:     128653
2196.81/2202.83	c #Conflicts:    2236000 | #Constraints:     129653
2196.81/2202.83	c #Conflicts:    2237000 | #Constraints:     130653
2196.81/2202.83	c #Conflicts:    2238000 | #Constraints:     131653
2196.81/2202.83	c #Conflicts:    2239000 | #Constraints:     132653
2196.81/2202.83	c #Conflicts:    2240000 | #Constraints:     133653
2196.81/2202.83	c #Conflicts:    2241000 | #Constraints:     134653
2196.81/2202.83	c #Conflicts:    2242000 | #Constraints:     135653
2196.81/2202.83	c #Conflicts:    2243000 | #Constraints:     136653
2196.81/2202.83	c #Conflicts:    2244000 | #Constraints:     137653
2196.81/2202.83	c #Conflicts:    2245000 | #Constraints:     138653
2196.81/2202.83	c #Conflicts:    2246000 | #Constraints:     139653
2196.81/2202.83	c #Conflicts:    2247000 | #Constraints:     140653
2196.81/2202.83	c #Conflicts:    2248000 | #Constraints:     141653
2196.81/2202.83	c #Conflicts:    2249000 | #Constraints:     142653
2196.81/2202.83	c #Conflicts:    2250000 | #Constraints:     143653
2196.81/2202.83	c #Conflicts:    2251000 | #Constraints:     144653
2196.81/2202.83	c #Conflicts:    2252000 | #Constraints:     145653
2196.81/2202.83	c #Conflicts:    2253000 | #Constraints:     146653
2196.81/2202.83	c #Conflicts:    2254000 | #Constraints:     147653
2196.81/2202.83	c #Conflicts:    2255000 | #Constraints:     148653
2196.81/2202.83	c #Conflicts:    2256000 | #Constraints:     149653
2196.81/2202.83	c #Conflicts:    2257000 | #Constraints:     150653
2196.81/2202.83	c #Conflicts:    2258000 | #Constraints:     151653
2196.81/2202.83	c #Conflicts:    2259000 | #Constraints:     152653
2196.81/2202.83	c #Conflicts:    2260000 | #Constraints:     153653
2196.81/2202.83	c #Conflicts:    2261000 | #Constraints:     154653
2196.81/2202.83	c #Conflicts:    2262000 | #Constraints:     155653
2196.81/2202.83	c #Conflicts:    2263000 | #Constraints:     156653
2196.81/2202.83	c #Conflicts:    2264000 | #Constraints:     157653
2196.81/2202.83	c #Conflicts:    2265000 | #Constraints:     158653
2196.81/2202.83	c #Conflicts:    2266000 | #Constraints:     159653
2196.81/2202.83	c #Conflicts:    2267000 | #Constraints:     160653
2196.81/2202.83	c #Conflicts:    2268000 | #Constraints:     161653
2196.81/2202.83	c #Conflicts:    2269000 | #Constraints:     162653
2196.81/2202.83	c #Conflicts:    2270000 | #Constraints:     163653
2196.81/2202.83	c #Conflicts:    2271000 | #Constraints:     164653
2196.81/2202.83	c #Conflicts:    2272000 | #Constraints:     165653
2196.81/2202.83	c #Conflicts:    2273000 | #Constraints:     166653
2196.81/2202.83	c #Conflicts:    2274000 | #Constraints:     167653
2196.81/2202.83	c #Conflicts:    2275000 | #Constraints:     168653
2196.81/2202.83	c #Conflicts:    2276000 | #Constraints:     169653
2196.81/2202.83	c #Conflicts:    2277000 | #Constraints:     170653
2196.81/2202.83	c #Conflicts:    2278000 | #Constraints:     171653
2196.81/2202.83	c #Conflicts:    2279000 | #Constraints:     172653
2196.81/2202.83	c #Conflicts:    2280000 | #Constraints:     173653
2196.81/2202.83	c #Conflicts:    2281000 | #Constraints:     174653
2196.81/2202.83	c #Conflicts:    2282000 | #Constraints:     175653
2196.81/2202.83	c #Conflicts:    2283000 | #Constraints:     176653
2196.81/2202.83	c #Conflicts:    2284000 | #Constraints:     177653
2196.81/2202.83	c #Conflicts:    2285000 | #Constraints:     178653
2196.81/2202.83	c #Conflicts:    2286000 | #Constraints:     179653
2196.81/2202.83	c #Conflicts:    2287000 | #Constraints:     180653
2196.81/2202.83	c #Conflicts:    2288000 | #Constraints:     181653
2196.81/2202.83	c #Conflicts:    2289000 | #Constraints:     182653
2196.81/2202.83	c #Conflicts:    2290000 | #Constraints:     183653
2196.81/2202.83	c #Conflicts:    2291000 | #Constraints:     184653
2196.81/2202.83	c #Conflicts:    2292000 | #Constraints:     185653
2196.81/2202.83	c #Conflicts:    2293000 | #Constraints:     186653
2196.81/2202.83	c #Conflicts:    2294000 | #Constraints:     187653
2196.81/2202.83	c #Conflicts:    2295000 | #Constraints:     188653
2196.81/2202.83	c #Conflicts:    2296000 | #Constraints:     189653
2196.81/2202.83	c #Conflicts:    2297000 | #Constraints:     190653
2196.81/2202.83	c #Conflicts:    2298000 | #Constraints:     191653
2196.81/2202.83	c #Conflicts:    2299000 | #Constraints:     192653
2196.81/2202.83	c #Conflicts:    2300000 | #Constraints:     193653
2196.81/2202.83	c #Conflicts:    2301000 | #Constraints:     194653
2196.81/2202.83	c #Conflicts:    2302000 | #Constraints:     195653
2196.81/2202.83	c #Conflicts:    2303000 | #Constraints:     196653
2196.81/2202.83	c #Conflicts:    2304000 | #Constraints:     197653
2196.81/2202.83	c #Conflicts:    2305000 | #Constraints:     198653
2213.56/2219.69	c #Conflicts:    2306000 | #Constraints:     199653
2213.56/2219.69	c #Conflicts:    2307000 | #Constraints:     200653
2213.56/2219.69	c #Conflicts:    2308000 | #Constraints:     201653
2213.56/2219.69	c #Conflicts:    2309000 | #Constraints:     202653
2213.56/2219.69	c #Conflicts:    2310000 | #Constraints:     203653
2213.56/2219.69	c #Conflicts:    2311000 | #Constraints:     204653
2213.56/2219.69	c #Conflicts:    2312000 | #Constraints:     205653
2213.56/2219.69	c #Conflicts:    2313000 | #Constraints:     206653
2213.56/2219.69	c #Conflicts:    2314000 | #Constraints:     207653
2213.56/2219.69	c #Conflicts:    2315000 | #Constraints:     208653
2213.56/2219.69	c bounds -38 >= -200 @ 2197.54
2240.29/2246.41	c #Conflicts:    2316000 | #Constraints:     209719
2240.29/2246.41	c #Conflicts:    2317000 | #Constraints:     210719
2240.29/2246.41	c #Conflicts:    2318000 | #Constraints:     211719
2240.29/2246.41	c #Conflicts:    2319000 | #Constraints:     212719
2240.29/2246.41	c #Conflicts:    2320000 | #Constraints:     213719
2240.29/2246.41	c #Conflicts:    2321000 | #Constraints:     214719
2240.29/2246.41	c #Conflicts:    2322000 | #Constraints:     215719
2240.29/2246.41	c #Conflicts:    2323000 | #Constraints:     216719
2240.29/2246.41	c #Conflicts:    2324000 | #Constraints:     217719
2240.29/2246.41	c #Conflicts:    2325000 | #Constraints:     218719
2240.29/2246.41	c #Conflicts:    2326000 | #Constraints:     219719
2240.29/2246.41	c #Conflicts:    2327000 | #Constraints:     220719
2240.29/2246.41	c #Conflicts:    2328000 | #Constraints:     221719
2240.29/2246.41	c #Conflicts:    2329000 | #Constraints:     222719
2240.29/2246.41	c #Conflicts:    2330000 | #Constraints:     223719
2240.29/2246.41	c #Conflicts:    2331000 | #Constraints:     224719
2240.29/2246.41	c #Conflicts:    2332000 | #Constraints:     225719
2240.29/2246.41	c #Conflicts:    2333000 | #Constraints:     226719
2240.29/2246.41	c INPROCESSING
2240.29/2246.41	c GARBAGE COLLECT
2240.29/2246.41	c rational objective -200
2274.60/2280.81	c #Conflicts:    2334000 | #Constraints:     145637
2274.60/2280.81	c #Conflicts:    2335000 | #Constraints:     146637
2274.60/2280.81	c #Conflicts:    2336000 | #Constraints:     147637
2274.60/2280.81	c #Conflicts:    2337000 | #Constraints:     148637
2274.60/2280.81	c #Conflicts:    2338000 | #Constraints:     149637
2274.60/2280.81	c #Conflicts:    2339000 | #Constraints:     150637
2274.60/2280.81	c #Conflicts:    2340000 | #Constraints:     151637
2274.60/2280.81	c #Conflicts:    2341000 | #Constraints:     152637
2274.60/2280.81	c #Conflicts:    2342000 | #Constraints:     153637
2274.60/2280.81	c #Conflicts:    2343000 | #Constraints:     154637
2274.60/2280.81	c #Conflicts:    2344000 | #Constraints:     155637
2274.60/2280.81	c #Conflicts:    2345000 | #Constraints:     156637
2274.60/2280.81	c #Conflicts:    2346000 | #Constraints:     157637
2274.60/2280.81	c #Conflicts:    2347000 | #Constraints:     158637
2274.60/2280.81	c #Conflicts:    2348000 | #Constraints:     159637
2274.60/2280.81	c #Conflicts:    2349000 | #Constraints:     160637
2274.60/2280.81	c #Conflicts:    2350000 | #Constraints:     161637
2274.60/2280.81	c #Conflicts:    2351000 | #Constraints:     162637
2274.60/2280.81	c #Conflicts:    2352000 | #Constraints:     163637
2274.60/2280.81	c #Conflicts:    2353000 | #Constraints:     164637
2274.60/2280.82	c #Conflicts:    2354000 | #Constraints:     165637
2274.60/2280.82	c #Conflicts:    2355000 | #Constraints:     166637
2274.60/2280.82	c #Conflicts:    2356000 | #Constraints:     167637
2274.60/2280.82	c #Conflicts:    2357000 | #Constraints:     168637
2274.60/2280.82	c #Conflicts:    2358000 | #Constraints:     169637
2274.60/2280.82	c #Conflicts:    2359000 | #Constraints:     170637
2274.60/2280.82	c #Conflicts:    2360000 | #Constraints:     171637
2274.60/2280.82	c #Conflicts:    2361000 | #Constraints:     172637
2274.60/2280.82	c #Conflicts:    2362000 | #Constraints:     173637
2274.60/2280.82	c #Conflicts:    2363000 | #Constraints:     174637
2274.60/2280.82	c #Conflicts:    2364000 | #Constraints:     175637
2274.60/2280.82	c #Conflicts:    2365000 | #Constraints:     176637
2274.60/2280.82	c #Conflicts:    2366000 | #Constraints:     177637
2274.60/2280.82	c #Conflicts:    2367000 | #Constraints:     178637
2274.60/2280.82	c #Conflicts:    2368000 | #Constraints:     179637
2274.60/2280.82	c #Conflicts:    2369000 | #Constraints:     180637
2274.60/2280.82	c #Conflicts:    2370000 | #Constraints:     181637
2274.60/2280.82	c #Conflicts:    2371000 | #Constraints:     182637
2274.60/2280.82	c INPROCESSING
2274.60/2280.82	c GARBAGE COLLECT
2274.60/2280.82	c rational objective -200
2351.50/2358.00	c #Conflicts:    2372000 | #Constraints:     123489
2351.50/2358.00	c #Conflicts:    2373000 | #Constraints:     124489
2351.50/2358.00	c #Conflicts:    2374000 | #Constraints:     125489
2351.50/2358.00	c #Conflicts:    2375000 | #Constraints:     126489
2351.50/2358.00	c #Conflicts:    2376000 | #Constraints:     127489
2351.50/2358.00	c #Conflicts:    2377000 | #Constraints:     128489
2351.50/2358.00	c #Conflicts:    2378000 | #Constraints:     129489
2351.50/2358.00	c #Conflicts:    2379000 | #Constraints:     130489
2351.50/2358.00	c #Conflicts:    2380000 | #Constraints:     131489
2351.50/2358.00	c #Conflicts:    2381000 | #Constraints:     132489
2351.50/2358.00	c #Conflicts:    2382000 | #Constraints:     133489
2351.50/2358.00	c #Conflicts:    2383000 | #Constraints:     134489
2351.50/2358.00	c #Conflicts:    2384000 | #Constraints:     135489
2351.50/2358.00	c #Conflicts:    2385000 | #Constraints:     136489
2351.50/2358.00	c #Conflicts:    2386000 | #Constraints:     137489
2351.50/2358.00	c #Conflicts:    2387000 | #Constraints:     138489
2351.50/2358.00	c #Conflicts:    2388000 | #Constraints:     139489
2351.50/2358.00	c #Conflicts:    2389000 | #Constraints:     140489
2351.50/2358.00	c #Conflicts:    2390000 | #Constraints:     141489
2351.50/2358.00	c #Conflicts:    2391000 | #Constraints:     142489
2351.50/2358.00	c #Conflicts:    2392000 | #Constraints:     143489
2351.50/2358.00	c #Conflicts:    2393000 | #Constraints:     144489
2351.50/2358.00	c #Conflicts:    2394000 | #Constraints:     145489
2351.50/2358.00	c #Conflicts:    2395000 | #Constraints:     146489
2351.50/2358.00	c #Conflicts:    2396000 | #Constraints:     147489
2351.50/2358.00	c #Conflicts:    2397000 | #Constraints:     148489
2351.50/2358.00	c #Conflicts:    2398000 | #Constraints:     149489
2351.50/2358.00	c #Conflicts:    2399000 | #Constraints:     150489
2351.50/2358.00	c #Conflicts:    2400000 | #Constraints:     151489
2351.50/2358.00	c #Conflicts:    2401000 | #Constraints:     152489
2351.50/2358.00	c #Conflicts:    2402000 | #Constraints:     153489
2351.50/2358.00	c #Conflicts:    2403000 | #Constraints:     154489
2351.50/2358.00	c #Conflicts:    2404000 | #Constraints:     155489
2351.50/2358.00	c #Conflicts:    2405000 | #Constraints:     156489
2351.50/2358.00	c #Conflicts:    2406000 | #Constraints:     157489
2351.50/2358.00	c #Conflicts:    2407000 | #Constraints:     158489
2351.50/2358.00	c #Conflicts:    2408000 | #Constraints:     159489
2351.50/2358.00	c #Conflicts:    2409000 | #Constraints:     160489
2351.50/2358.00	c #Conflicts:    2410000 | #Constraints:     161489
2351.50/2358.00	c #Conflicts:    2411000 | #Constraints:     162489
2351.50/2358.00	c #Conflicts:    2412000 | #Constraints:     163489
2351.50/2358.00	c #Conflicts:    2413000 | #Constraints:     164489
2351.50/2358.00	c #Conflicts:    2414000 | #Constraints:     165489
2351.50/2358.00	c #Conflicts:    2415000 | #Constraints:     166489
2351.50/2358.00	c #Conflicts:    2416000 | #Constraints:     167489
2351.50/2358.00	c #Conflicts:    2417000 | #Constraints:     168489
2351.50/2358.00	c #Conflicts:    2418000 | #Constraints:     169489
2351.50/2358.00	c #Conflicts:    2419000 | #Constraints:     170489
2351.50/2358.00	c #Conflicts:    2420000 | #Constraints:     171489
2351.50/2358.00	c #Conflicts:    2421000 | #Constraints:     172489
2351.50/2358.00	c #Conflicts:    2422000 | #Constraints:     173489
2351.50/2358.00	c #Conflicts:    2423000 | #Constraints:     174489
2351.50/2358.00	c #Conflicts:    2424000 | #Constraints:     175489
2351.50/2358.00	c #Conflicts:    2425000 | #Constraints:     176489
2351.50/2358.00	c #Conflicts:    2426000 | #Constraints:     177489
2351.50/2358.00	c #Conflicts:    2427000 | #Constraints:     178489
2351.50/2358.00	c #Conflicts:    2428000 | #Constraints:     179489
2351.50/2358.00	c #Conflicts:    2429000 | #Constraints:     180489
2351.50/2358.00	c #Conflicts:    2430000 | #Constraints:     181489
2351.50/2358.00	c #Conflicts:    2431000 | #Constraints:     182489
2351.50/2358.00	c #Conflicts:    2432000 | #Constraints:     183489
2351.50/2358.00	c #Conflicts:    2433000 | #Constraints:     184489
2351.50/2358.00	c #Conflicts:    2434000 | #Constraints:     185489
2351.50/2358.00	c #Conflicts:    2435000 | #Constraints:     186489
2351.50/2358.00	c #Conflicts:    2436000 | #Constraints:     187489
2351.50/2358.00	c #Conflicts:    2437000 | #Constraints:     188489
2351.50/2358.00	c #Conflicts:    2438000 | #Constraints:     189489
2351.50/2358.00	c #Conflicts:    2439000 | #Constraints:     190489
2351.50/2358.00	c #Conflicts:    2440000 | #Constraints:     191489
2351.50/2358.00	c #Conflicts:    2441000 | #Constraints:     192489
2351.50/2358.00	c #Conflicts:    2442000 | #Constraints:     193489
2351.50/2358.00	c #Conflicts:    2443000 | #Constraints:     194489
2351.50/2358.00	c #Conflicts:    2444000 | #Constraints:     195489
2351.50/2358.00	c #Conflicts:    2445000 | #Constraints:     196489
2351.50/2358.00	c #Conflicts:    2446000 | #Constraints:     197489
2351.50/2358.00	c #Conflicts:    2447000 | #Constraints:     198489
2351.50/2358.00	c #Conflicts:    2448000 | #Constraints:     199489
2351.50/2358.00	c #Conflicts:    2449000 | #Constraints:     200489
2351.50/2358.00	c #Conflicts:    2450000 | #Constraints:     201489
2388.09/2394.63	c #Conflicts:    2451000 | #Constraints:     202489
2388.09/2394.63	c #Conflicts:    2452000 | #Constraints:     203489
2388.09/2394.63	c #Conflicts:    2453000 | #Constraints:     204489
2388.09/2394.63	c #Conflicts:    2454000 | #Constraints:     205489
2388.09/2394.63	c #Conflicts:    2455000 | #Constraints:     206489
2388.09/2394.63	c #Conflicts:    2456000 | #Constraints:     207489
2388.09/2394.63	c #Conflicts:    2457000 | #Constraints:     208489
2388.09/2394.63	c #Conflicts:    2458000 | #Constraints:     209489
2388.09/2394.63	c #Conflicts:    2459000 | #Constraints:     210489
2388.09/2394.63	c #Conflicts:    2460000 | #Constraints:     211489
2388.09/2394.63	c #Conflicts:    2461000 | #Constraints:     212489
2388.09/2394.63	c #Conflicts:    2462000 | #Constraints:     213489
2388.09/2394.63	c #Conflicts:    2463000 | #Constraints:     214489
2388.09/2394.63	c #Conflicts:    2464000 | #Constraints:     215489
2388.09/2394.63	c #Conflicts:    2465000 | #Constraints:     216489
2388.09/2394.63	c #Conflicts:    2466000 | #Constraints:     217489
2388.09/2394.63	c #Conflicts:    2467000 | #Constraints:     218489
2388.09/2394.63	c #Conflicts:    2468000 | #Constraints:     219489
2388.09/2394.63	c #Conflicts:    2469000 | #Constraints:     220489
2388.09/2394.63	c #Conflicts:    2470000 | #Constraints:     221489
2388.09/2394.63	c #Conflicts:    2471000 | #Constraints:     222489
2388.09/2394.63	c #Conflicts:    2472000 | #Constraints:     223489
2388.09/2394.63	c #Conflicts:    2473000 | #Constraints:     224489
2388.09/2394.63	c bounds -38 >= -199 @ 2370.99
2398.86/2405.48	c #Conflicts:    2474000 | #Constraints:     225549
2398.86/2405.48	c #Conflicts:    2475000 | #Constraints:     226549
2398.86/2405.48	c #Conflicts:    2476000 | #Constraints:     227549
2398.86/2405.48	c #Conflicts:    2477000 | #Constraints:     228549
2398.86/2405.48	c #Conflicts:    2478000 | #Constraints:     229549
2398.86/2405.48	c #Conflicts:    2479000 | #Constraints:     230549
2398.86/2405.48	c #Conflicts:    2480000 | #Constraints:     231549
2398.86/2405.48	c INPROCESSING
2398.86/2405.48	c GARBAGE COLLECT
2398.86/2405.48	c rational objective -199
2435.48/2442.11	c #Conflicts:    2481000 | #Constraints:     147609
2435.48/2442.11	c #Conflicts:    2482000 | #Constraints:     148609
2435.48/2442.11	c #Conflicts:    2483000 | #Constraints:     149609
2435.48/2442.11	c #Conflicts:    2484000 | #Constraints:     150609
2435.48/2442.11	c #Conflicts:    2485000 | #Constraints:     151609
2435.48/2442.11	c #Conflicts:    2486000 | #Constraints:     152609
2435.48/2442.11	c #Conflicts:    2487000 | #Constraints:     153609
2435.48/2442.11	c #Conflicts:    2488000 | #Constraints:     154609
2435.48/2442.11	c #Conflicts:    2489000 | #Constraints:     155609
2435.48/2442.11	c #Conflicts:    2490000 | #Constraints:     156609
2435.48/2442.11	c #Conflicts:    2491000 | #Constraints:     157609
2435.48/2442.11	c #Conflicts:    2492000 | #Constraints:     158609
2435.48/2442.11	c #Conflicts:    2493000 | #Constraints:     159609
2435.48/2442.11	c #Conflicts:    2494000 | #Constraints:     160609
2435.48/2442.11	c #Conflicts:    2495000 | #Constraints:     161609
2435.48/2442.11	c #Conflicts:    2496000 | #Constraints:     162609
2435.48/2442.11	c #Conflicts:    2497000 | #Constraints:     163609
2435.48/2442.11	c #Conflicts:    2498000 | #Constraints:     164609
2435.48/2442.11	c #Conflicts:    2499000 | #Constraints:     165609
2435.48/2442.11	c #Conflicts:    2500000 | #Constraints:     166609
2435.48/2442.11	c #Conflicts:    2501000 | #Constraints:     167609
2435.48/2442.11	c #Conflicts:    2502000 | #Constraints:     168609
2435.48/2442.11	c #Conflicts:    2503000 | #Constraints:     169609
2435.48/2442.11	c #Conflicts:    2504000 | #Constraints:     170609
2435.48/2442.11	c #Conflicts:    2505000 | #Constraints:     171609
2435.48/2442.11	c #Conflicts:    2506000 | #Constraints:     172609
2435.48/2442.11	c #Conflicts:    2507000 | #Constraints:     173609
2435.48/2442.11	c #Conflicts:    2508000 | #Constraints:     174609
2435.48/2442.11	c #Conflicts:    2509000 | #Constraints:     175609
2435.48/2442.11	c #Conflicts:    2510000 | #Constraints:     176609
2435.48/2442.11	c #Conflicts:    2511000 | #Constraints:     177609
2435.48/2442.11	c #Conflicts:    2512000 | #Constraints:     178609
2435.48/2442.11	c #Conflicts:    2513000 | #Constraints:     179609
2435.48/2442.11	c #Conflicts:    2514000 | #Constraints:     180609
2435.48/2442.11	c #Conflicts:    2515000 | #Constraints:     181609
2435.48/2442.11	c #Conflicts:    2516000 | #Constraints:     182609
2435.48/2442.11	c #Conflicts:    2517000 | #Constraints:     183609
2435.48/2442.11	c #Conflicts:    2518000 | #Constraints:     184609
2435.48/2442.11	c #Conflicts:    2519000 | #Constraints:     185609
2435.48/2442.11	c #Conflicts:    2520000 | #Constraints:     186609
2435.48/2442.11	c INPROCESSING
2435.48/2442.11	c GARBAGE COLLECT
2435.48/2442.11	c rational objective -199
2513.26/2520.19	c #Conflicts:    2521000 | #Constraints:     125664
2513.26/2520.19	c #Conflicts:    2522000 | #Constraints:     126664
2513.26/2520.19	c #Conflicts:    2523000 | #Constraints:     127664
2513.26/2520.19	c #Conflicts:    2524000 | #Constraints:     128664
2513.26/2520.19	c #Conflicts:    2525000 | #Constraints:     129664
2513.26/2520.19	c #Conflicts:    2526000 | #Constraints:     130664
2513.26/2520.19	c #Conflicts:    2527000 | #Constraints:     131664
2513.26/2520.19	c #Conflicts:    2528000 | #Constraints:     132664
2513.26/2520.19	c #Conflicts:    2529000 | #Constraints:     133664
2513.26/2520.19	c #Conflicts:    2530000 | #Constraints:     134664
2513.26/2520.19	c #Conflicts:    2531000 | #Constraints:     135664
2513.26/2520.19	c #Conflicts:    2532000 | #Constraints:     136664
2513.26/2520.19	c #Conflicts:    2533000 | #Constraints:     137664
2513.26/2520.19	c #Conflicts:    2534000 | #Constraints:     138664
2513.26/2520.19	c #Conflicts:    2535000 | #Constraints:     139664
2513.26/2520.19	c #Conflicts:    2536000 | #Constraints:     140664
2513.26/2520.19	c #Conflicts:    2537000 | #Constraints:     141664
2513.26/2520.19	c #Conflicts:    2538000 | #Constraints:     142664
2513.26/2520.19	c #Conflicts:    2539000 | #Constraints:     143664
2513.26/2520.19	c #Conflicts:    2540000 | #Constraints:     144664
2513.26/2520.19	c #Conflicts:    2541000 | #Constraints:     145664
2513.26/2520.19	c #Conflicts:    2542000 | #Constraints:     146664
2513.26/2520.19	c #Conflicts:    2543000 | #Constraints:     147664
2513.26/2520.19	c #Conflicts:    2544000 | #Constraints:     148664
2513.26/2520.19	c #Conflicts:    2545000 | #Constraints:     149664
2513.26/2520.19	c #Conflicts:    2546000 | #Constraints:     150664
2513.26/2520.19	c #Conflicts:    2547000 | #Constraints:     151664
2513.26/2520.19	c #Conflicts:    2548000 | #Constraints:     152664
2513.26/2520.19	c #Conflicts:    2549000 | #Constraints:     153664
2513.26/2520.19	c #Conflicts:    2550000 | #Constraints:     154664
2513.26/2520.19	c #Conflicts:    2551000 | #Constraints:     155664
2513.26/2520.19	c #Conflicts:    2552000 | #Constraints:     156664
2513.26/2520.19	c #Conflicts:    2553000 | #Constraints:     157664
2513.26/2520.19	c #Conflicts:    2554000 | #Constraints:     158664
2513.26/2520.19	c #Conflicts:    2555000 | #Constraints:     159664
2513.26/2520.19	c #Conflicts:    2556000 | #Constraints:     160664
2513.26/2520.19	c #Conflicts:    2557000 | #Constraints:     161664
2513.26/2520.19	c #Conflicts:    2558000 | #Constraints:     162664
2513.26/2520.19	c #Conflicts:    2559000 | #Constraints:     163664
2513.26/2520.19	c #Conflicts:    2560000 | #Constraints:     164664
2513.26/2520.19	c #Conflicts:    2561000 | #Constraints:     165664
2513.26/2520.19	c #Conflicts:    2562000 | #Constraints:     166664
2513.26/2520.19	c #Conflicts:    2563000 | #Constraints:     167664
2513.26/2520.19	c #Conflicts:    2564000 | #Constraints:     168664
2513.26/2520.19	c #Conflicts:    2565000 | #Constraints:     169664
2513.26/2520.19	c #Conflicts:    2566000 | #Constraints:     170664
2513.26/2520.19	c #Conflicts:    2567000 | #Constraints:     171664
2513.26/2520.19	c #Conflicts:    2568000 | #Constraints:     172664
2513.26/2520.19	c #Conflicts:    2569000 | #Constraints:     173664
2513.26/2520.19	c #Conflicts:    2570000 | #Constraints:     174664
2513.26/2520.19	c #Conflicts:    2571000 | #Constraints:     175664
2513.26/2520.19	c #Conflicts:    2572000 | #Constraints:     176664
2513.26/2520.19	c #Conflicts:    2573000 | #Constraints:     177664
2513.26/2520.19	c #Conflicts:    2574000 | #Constraints:     178664
2513.26/2520.19	c #Conflicts:    2575000 | #Constraints:     179664
2513.26/2520.19	c #Conflicts:    2576000 | #Constraints:     180664
2513.26/2520.19	c #Conflicts:    2577000 | #Constraints:     181664
2513.26/2520.19	c #Conflicts:    2578000 | #Constraints:     182664
2513.26/2520.19	c #Conflicts:    2579000 | #Constraints:     183664
2513.26/2520.19	c #Conflicts:    2580000 | #Constraints:     184664
2513.26/2520.19	c #Conflicts:    2581000 | #Constraints:     185664
2513.26/2520.19	c #Conflicts:    2582000 | #Constraints:     186664
2513.26/2520.19	c #Conflicts:    2583000 | #Constraints:     187664
2513.26/2520.19	c #Conflicts:    2584000 | #Constraints:     188664
2513.26/2520.19	c #Conflicts:    2585000 | #Constraints:     189664
2513.26/2520.19	c #Conflicts:    2586000 | #Constraints:     190664
2513.26/2520.19	c #Conflicts:    2587000 | #Constraints:     191664
2513.26/2520.19	c #Conflicts:    2588000 | #Constraints:     192664
2513.26/2520.19	c #Conflicts:    2589000 | #Constraints:     193664
2513.26/2520.19	c #Conflicts:    2590000 | #Constraints:     194664
2513.26/2520.19	c #Conflicts:    2591000 | #Constraints:     195664
2513.26/2520.19	c #Conflicts:    2592000 | #Constraints:     196664
2513.26/2520.19	c #Conflicts:    2593000 | #Constraints:     197664
2513.26/2520.19	c #Conflicts:    2594000 | #Constraints:     198664
2513.26/2520.19	c #Conflicts:    2595000 | #Constraints:     199664
2513.26/2520.19	c #Conflicts:    2596000 | #Constraints:     200664
2513.26/2520.19	c #Conflicts:    2597000 | #Constraints:     201664
2513.26/2520.19	c #Conflicts:    2598000 | #Constraints:     202664
2513.26/2520.19	c #Conflicts:    2599000 | #Constraints:     203664
2546.08/2553.03	c #Conflicts:    2600000 | #Constraints:     204664
2546.08/2553.03	c #Conflicts:    2601000 | #Constraints:     205664
2546.08/2553.03	c #Conflicts:    2602000 | #Constraints:     206664
2546.08/2553.03	c #Conflicts:    2603000 | #Constraints:     207664
2546.08/2553.03	c #Conflicts:    2604000 | #Constraints:     208664
2546.08/2553.03	c #Conflicts:    2605000 | #Constraints:     209664
2546.08/2553.03	c #Conflicts:    2606000 | #Constraints:     210664
2546.08/2553.03	c #Conflicts:    2607000 | #Constraints:     211664
2546.08/2553.03	c #Conflicts:    2608000 | #Constraints:     212664
2546.08/2553.03	c #Conflicts:    2609000 | #Constraints:     213664
2546.08/2553.03	c #Conflicts:    2610000 | #Constraints:     214664
2546.08/2553.03	c #Conflicts:    2611000 | #Constraints:     215664
2546.08/2553.03	c #Conflicts:    2612000 | #Constraints:     216664
2546.08/2553.03	c #Conflicts:    2613000 | #Constraints:     217664
2546.08/2553.03	c #Conflicts:    2614000 | #Constraints:     218664
2546.08/2553.03	c #Conflicts:    2615000 | #Constraints:     219664
2546.08/2553.03	c #Conflicts:    2616000 | #Constraints:     220664
2546.08/2553.03	c #Conflicts:    2617000 | #Constraints:     221664
2546.08/2553.03	c #Conflicts:    2618000 | #Constraints:     222664
2546.08/2553.03	c #Conflicts:    2619000 | #Constraints:     223664
2546.08/2553.03	c #Conflicts:    2620000 | #Constraints:     224664
2546.08/2553.03	c #Conflicts:    2621000 | #Constraints:     225664
2546.08/2553.03	c bounds -38 >= -198 @ 2527.98
2562.42/2569.46	c #Conflicts:    2622000 | #Constraints:     226727
2562.42/2569.46	c #Conflicts:    2623000 | #Constraints:     227727
2562.42/2569.46	c #Conflicts:    2624000 | #Constraints:     228727
2562.42/2569.46	c #Conflicts:    2625000 | #Constraints:     229727
2562.42/2569.46	c #Conflicts:    2626000 | #Constraints:     230727
2562.42/2569.46	c #Conflicts:    2627000 | #Constraints:     231727
2562.42/2569.46	c #Conflicts:    2628000 | #Constraints:     232727
2562.42/2569.46	c #Conflicts:    2629000 | #Constraints:     233727
2562.42/2569.46	c #Conflicts:    2630000 | #Constraints:     234727
2562.42/2569.46	c #Conflicts:    2631000 | #Constraints:     235727
2562.42/2569.46	c #Conflicts:    2632000 | #Constraints:     236727
2562.42/2569.46	c INPROCESSING
2562.42/2569.46	c GARBAGE COLLECT
2562.42/2569.46	c rational objective -198
2599.94/2607.05	c #Conflicts:    2633000 | #Constraints:     150076
2599.94/2607.05	c #Conflicts:    2634000 | #Constraints:     151076
2599.94/2607.05	c #Conflicts:    2635000 | #Constraints:     152076
2599.94/2607.05	c #Conflicts:    2636000 | #Constraints:     153076
2599.94/2607.05	c #Conflicts:    2637000 | #Constraints:     154076
2599.94/2607.05	c #Conflicts:    2638000 | #Constraints:     155076
2599.94/2607.05	c #Conflicts:    2639000 | #Constraints:     156076
2599.94/2607.05	c #Conflicts:    2640000 | #Constraints:     157076
2599.94/2607.05	c #Conflicts:    2641000 | #Constraints:     158076
2599.94/2607.05	c #Conflicts:    2642000 | #Constraints:     159076
2599.94/2607.05	c #Conflicts:    2643000 | #Constraints:     160076
2599.94/2607.05	c #Conflicts:    2644000 | #Constraints:     161076
2599.94/2607.05	c #Conflicts:    2645000 | #Constraints:     162076
2599.94/2607.05	c #Conflicts:    2646000 | #Constraints:     163076
2599.94/2607.05	c #Conflicts:    2647000 | #Constraints:     164076
2599.94/2607.05	c #Conflicts:    2648000 | #Constraints:     165076
2599.94/2607.05	c #Conflicts:    2649000 | #Constraints:     166076
2599.94/2607.05	c #Conflicts:    2650000 | #Constraints:     167076
2599.94/2607.05	c #Conflicts:    2651000 | #Constraints:     168076
2599.94/2607.05	c #Conflicts:    2652000 | #Constraints:     169076
2599.94/2607.05	c #Conflicts:    2653000 | #Constraints:     170076
2599.94/2607.05	c #Conflicts:    2654000 | #Constraints:     171076
2599.94/2607.05	c #Conflicts:    2655000 | #Constraints:     172076
2599.94/2607.05	c #Conflicts:    2656000 | #Constraints:     173076
2599.94/2607.05	c #Conflicts:    2657000 | #Constraints:     174076
2599.94/2607.05	c #Conflicts:    2658000 | #Constraints:     175076
2599.94/2607.05	c #Conflicts:    2659000 | #Constraints:     176076
2599.94/2607.05	c #Conflicts:    2660000 | #Constraints:     177076
2599.94/2607.05	c #Conflicts:    2661000 | #Constraints:     178076
2599.94/2607.05	c #Conflicts:    2662000 | #Constraints:     179076
2599.94/2607.05	c #Conflicts:    2663000 | #Constraints:     180076
2599.94/2607.05	c #Conflicts:    2664000 | #Constraints:     181076
2599.94/2607.05	c #Conflicts:    2665000 | #Constraints:     182076
2599.94/2607.05	c #Conflicts:    2666000 | #Constraints:     183076
2599.94/2607.05	c #Conflicts:    2667000 | #Constraints:     184076
2599.94/2607.05	c #Conflicts:    2668000 | #Constraints:     185076
2599.94/2607.05	c #Conflicts:    2669000 | #Constraints:     186076
2599.94/2607.05	c #Conflicts:    2670000 | #Constraints:     187076
2599.94/2607.05	c #Conflicts:    2671000 | #Constraints:     188076
2599.94/2607.05	c #Conflicts:    2672000 | #Constraints:     189076
2599.94/2607.05	c #Conflicts:    2673000 | #Constraints:     190076
2599.94/2607.05	c INPROCESSING
2599.94/2607.05	c GARBAGE COLLECT
2599.94/2607.05	c rational objective -198
2677.62/2684.93	c #Conflicts:    2674000 | #Constraints:     128277
2677.62/2684.93	c #Conflicts:    2675000 | #Constraints:     129277
2677.62/2684.93	c #Conflicts:    2676000 | #Constraints:     130277
2677.62/2684.93	c #Conflicts:    2677000 | #Constraints:     131277
2677.62/2684.93	c #Conflicts:    2678000 | #Constraints:     132277
2677.62/2684.93	c #Conflicts:    2679000 | #Constraints:     133277
2677.62/2684.93	c #Conflicts:    2680000 | #Constraints:     134277
2677.62/2684.93	c #Conflicts:    2681000 | #Constraints:     135277
2677.62/2684.93	c #Conflicts:    2682000 | #Constraints:     136277
2677.62/2684.93	c #Conflicts:    2683000 | #Constraints:     137277
2677.62/2684.93	c #Conflicts:    2684000 | #Constraints:     138277
2677.62/2684.93	c #Conflicts:    2685000 | #Constraints:     139277
2677.62/2684.93	c #Conflicts:    2686000 | #Constraints:     140277
2677.62/2684.93	c #Conflicts:    2687000 | #Constraints:     141277
2677.62/2684.93	c #Conflicts:    2688000 | #Constraints:     142277
2677.62/2684.93	c #Conflicts:    2689000 | #Constraints:     143277
2677.62/2684.93	c #Conflicts:    2690000 | #Constraints:     144277
2677.62/2684.93	c #Conflicts:    2691000 | #Constraints:     145277
2677.62/2684.93	c #Conflicts:    2692000 | #Constraints:     146277
2677.62/2684.93	c #Conflicts:    2693000 | #Constraints:     147277
2677.62/2684.93	c #Conflicts:    2694000 | #Constraints:     148277
2677.62/2684.93	c #Conflicts:    2695000 | #Constraints:     149277
2677.62/2684.93	c #Conflicts:    2696000 | #Constraints:     150277
2677.62/2684.93	c #Conflicts:    2697000 | #Constraints:     151277
2677.62/2684.93	c #Conflicts:    2698000 | #Constraints:     152277
2677.62/2684.93	c #Conflicts:    2699000 | #Constraints:     153277
2677.62/2684.93	c #Conflicts:    2700000 | #Constraints:     154277
2677.62/2684.93	c #Conflicts:    2701000 | #Constraints:     155277
2677.62/2684.93	c #Conflicts:    2702000 | #Constraints:     156277
2677.62/2684.93	c #Conflicts:    2703000 | #Constraints:     157277
2677.62/2684.93	c #Conflicts:    2704000 | #Constraints:     158277
2677.62/2684.93	c #Conflicts:    2705000 | #Constraints:     159277
2677.62/2684.93	c #Conflicts:    2706000 | #Constraints:     160277
2677.62/2684.93	c #Conflicts:    2707000 | #Constraints:     161277
2677.62/2684.93	c #Conflicts:    2708000 | #Constraints:     162277
2677.62/2684.93	c #Conflicts:    2709000 | #Constraints:     163277
2677.62/2684.93	c #Conflicts:    2710000 | #Constraints:     164277
2677.62/2684.93	c #Conflicts:    2711000 | #Constraints:     165277
2677.62/2684.93	c #Conflicts:    2712000 | #Constraints:     166277
2677.62/2684.93	c #Conflicts:    2713000 | #Constraints:     167277
2677.62/2684.93	c #Conflicts:    2714000 | #Constraints:     168277
2677.62/2684.93	c #Conflicts:    2715000 | #Constraints:     169277
2677.62/2684.93	c #Conflicts:    2716000 | #Constraints:     170277
2677.62/2684.93	c #Conflicts:    2717000 | #Constraints:     171277
2677.62/2684.93	c #Conflicts:    2718000 | #Constraints:     172277
2677.62/2684.93	c #Conflicts:    2719000 | #Constraints:     173277
2677.62/2684.93	c #Conflicts:    2720000 | #Constraints:     174277
2677.62/2684.93	c #Conflicts:    2721000 | #Constraints:     175277
2677.62/2684.93	c #Conflicts:    2722000 | #Constraints:     176277
2677.62/2684.93	c #Conflicts:    2723000 | #Constraints:     177277
2677.62/2684.93	c #Conflicts:    2724000 | #Constraints:     178277
2677.62/2684.93	c #Conflicts:    2725000 | #Constraints:     179277
2677.62/2684.93	c #Conflicts:    2726000 | #Constraints:     180277
2677.62/2684.93	c #Conflicts:    2727000 | #Constraints:     181277
2677.62/2684.93	c #Conflicts:    2728000 | #Constraints:     182277
2677.62/2684.93	c #Conflicts:    2729000 | #Constraints:     183277
2677.62/2684.93	c #Conflicts:    2730000 | #Constraints:     184277
2677.62/2684.93	c #Conflicts:    2731000 | #Constraints:     185277
2677.62/2684.93	c #Conflicts:    2732000 | #Constraints:     186277
2677.62/2684.93	c #Conflicts:    2733000 | #Constraints:     187277
2677.62/2684.93	c #Conflicts:    2734000 | #Constraints:     188277
2677.62/2684.93	c #Conflicts:    2735000 | #Constraints:     189277
2677.62/2684.93	c #Conflicts:    2736000 | #Constraints:     190277
2677.62/2684.93	c #Conflicts:    2737000 | #Constraints:     191277
2677.62/2684.93	c #Conflicts:    2738000 | #Constraints:     192277
2677.62/2684.93	c #Conflicts:    2739000 | #Constraints:     193277
2677.62/2684.93	c #Conflicts:    2740000 | #Constraints:     194277
2677.62/2684.93	c #Conflicts:    2741000 | #Constraints:     195277
2677.62/2684.93	c #Conflicts:    2742000 | #Constraints:     196277
2677.62/2684.93	c #Conflicts:    2743000 | #Constraints:     197277
2677.62/2684.93	c #Conflicts:    2744000 | #Constraints:     198277
2677.62/2684.93	c #Conflicts:    2745000 | #Constraints:     199277
2677.62/2684.93	c #Conflicts:    2746000 | #Constraints:     200277
2677.62/2684.93	c #Conflicts:    2747000 | #Constraints:     201277
2677.62/2684.93	c #Conflicts:    2748000 | #Constraints:     202277
2677.62/2684.93	c #Conflicts:    2749000 | #Constraints:     203277
2677.62/2684.93	c #Conflicts:    2750000 | #Constraints:     204277
2677.62/2684.93	c #Conflicts:    2751000 | #Constraints:     205277
2677.62/2684.93	c #Conflicts:    2752000 | #Constraints:     206277
2735.26/2742.77	c #Conflicts:    2753000 | #Constraints:     207277
2735.26/2742.77	c #Conflicts:    2754000 | #Constraints:     208277
2735.26/2742.77	c #Conflicts:    2755000 | #Constraints:     209277
2735.26/2742.77	c #Conflicts:    2756000 | #Constraints:     210277
2735.26/2742.77	c #Conflicts:    2757000 | #Constraints:     211277
2735.26/2742.77	c #Conflicts:    2758000 | #Constraints:     212277
2735.26/2742.77	c #Conflicts:    2759000 | #Constraints:     213277
2735.26/2742.77	c #Conflicts:    2760000 | #Constraints:     214277
2735.26/2742.77	c #Conflicts:    2761000 | #Constraints:     215277
2735.26/2742.77	c #Conflicts:    2762000 | #Constraints:     216277
2735.26/2742.77	c #Conflicts:    2763000 | #Constraints:     217277
2735.26/2742.77	c #Conflicts:    2764000 | #Constraints:     218277
2735.26/2742.77	c #Conflicts:    2765000 | #Constraints:     219277
2735.26/2742.77	c #Conflicts:    2766000 | #Constraints:     220277
2735.26/2742.77	c #Conflicts:    2767000 | #Constraints:     221277
2735.26/2742.77	c #Conflicts:    2768000 | #Constraints:     222277
2735.26/2742.77	c #Conflicts:    2769000 | #Constraints:     223277
2735.26/2742.77	c #Conflicts:    2770000 | #Constraints:     224277
2735.26/2742.77	c #Conflicts:    2771000 | #Constraints:     225277
2735.26/2742.77	c #Conflicts:    2772000 | #Constraints:     226277
2735.26/2742.77	c #Conflicts:    2773000 | #Constraints:     227277
2735.26/2742.77	c #Conflicts:    2774000 | #Constraints:     228277
2735.26/2742.77	c #Conflicts:    2775000 | #Constraints:     229277
2735.26/2742.77	c #Conflicts:    2776000 | #Constraints:     230277
2735.26/2742.77	c #Conflicts:    2777000 | #Constraints:     231277
2735.26/2742.77	c #Conflicts:    2778000 | #Constraints:     232277
2735.26/2742.77	c #Conflicts:    2779000 | #Constraints:     233277
2735.26/2742.77	c #Conflicts:    2780000 | #Constraints:     234277
2735.26/2742.77	c #Conflicts:    2781000 | #Constraints:     235277
2735.26/2742.77	c #Conflicts:    2782000 | #Constraints:     236277
2735.26/2742.77	c #Conflicts:    2783000 | #Constraints:     237277
2735.26/2742.77	c #Conflicts:    2784000 | #Constraints:     238277
2735.26/2742.77	c #Conflicts:    2785000 | #Constraints:     239277
2735.26/2742.77	c #Conflicts:    2786000 | #Constraints:     240277
2735.26/2742.77	c #Conflicts:    2787000 | #Constraints:     241277
2735.26/2742.77	c #Conflicts:    2788000 | #Constraints:     242277
2735.26/2742.77	c bounds -38 >= -197 @ 2716.03
2735.58/2743.04	c INPROCESSING
2735.58/2743.04	c GARBAGE COLLECT
2735.58/2743.04	c rational objective -197
2774.86/2782.46	c #Conflicts:    2789000 | #Constraints:     152686
2774.86/2782.46	c #Conflicts:    2790000 | #Constraints:     153686
2774.86/2782.46	c #Conflicts:    2791000 | #Constraints:     154686
2774.86/2782.46	c #Conflicts:    2792000 | #Constraints:     155686
2774.86/2782.46	c #Conflicts:    2793000 | #Constraints:     156686
2774.86/2782.46	c #Conflicts:    2794000 | #Constraints:     157686
2774.86/2782.46	c #Conflicts:    2795000 | #Constraints:     158686
2774.86/2782.46	c #Conflicts:    2796000 | #Constraints:     159686
2774.86/2782.46	c #Conflicts:    2797000 | #Constraints:     160686
2774.86/2782.46	c #Conflicts:    2798000 | #Constraints:     161686
2774.86/2782.46	c #Conflicts:    2799000 | #Constraints:     162686
2774.86/2782.46	c #Conflicts:    2800000 | #Constraints:     163686
2774.86/2782.46	c #Conflicts:    2801000 | #Constraints:     164686
2774.86/2782.46	c #Conflicts:    2802000 | #Constraints:     165686
2774.86/2782.46	c #Conflicts:    2803000 | #Constraints:     166686
2774.86/2782.46	c #Conflicts:    2804000 | #Constraints:     167686
2774.86/2782.46	c #Conflicts:    2805000 | #Constraints:     168686
2774.86/2782.46	c #Conflicts:    2806000 | #Constraints:     169686
2774.86/2782.46	c #Conflicts:    2807000 | #Constraints:     170686
2774.86/2782.46	c #Conflicts:    2808000 | #Constraints:     171686
2774.86/2782.46	c #Conflicts:    2809000 | #Constraints:     172686
2774.86/2782.46	c #Conflicts:    2810000 | #Constraints:     173686
2774.86/2782.46	c #Conflicts:    2811000 | #Constraints:     174686
2774.86/2782.46	c #Conflicts:    2812000 | #Constraints:     175686
2774.86/2782.46	c #Conflicts:    2813000 | #Constraints:     176686
2774.86/2782.46	c #Conflicts:    2814000 | #Constraints:     177686
2774.86/2782.46	c #Conflicts:    2815000 | #Constraints:     178686
2774.86/2782.46	c #Conflicts:    2816000 | #Constraints:     179686
2774.86/2782.46	c #Conflicts:    2817000 | #Constraints:     180686
2774.86/2782.46	c #Conflicts:    2818000 | #Constraints:     181686
2774.86/2782.46	c #Conflicts:    2819000 | #Constraints:     182686
2774.86/2782.46	c #Conflicts:    2820000 | #Constraints:     183686
2774.86/2782.46	c #Conflicts:    2821000 | #Constraints:     184686
2774.86/2782.46	c #Conflicts:    2822000 | #Constraints:     185686
2774.86/2782.46	c #Conflicts:    2823000 | #Constraints:     186686
2774.86/2782.46	c #Conflicts:    2824000 | #Constraints:     187686
2774.86/2782.46	c #Conflicts:    2825000 | #Constraints:     188686
2774.86/2782.46	c #Conflicts:    2826000 | #Constraints:     189686
2774.86/2782.46	c #Conflicts:    2827000 | #Constraints:     190686
2774.86/2782.46	c #Conflicts:    2828000 | #Constraints:     191686
2774.86/2782.46	c #Conflicts:    2829000 | #Constraints:     192686
2774.86/2782.46	c #Conflicts:    2830000 | #Constraints:     193686
2774.86/2782.46	c INPROCESSING
2774.86/2782.46	c GARBAGE COLLECT
2774.86/2782.46	c rational objective -197
2847.98/2855.79	c #Conflicts:    2831000 | #Constraints:     130867
2847.98/2855.79	c #Conflicts:    2832000 | #Constraints:     131867
2847.98/2855.79	c #Conflicts:    2833000 | #Constraints:     132867
2847.98/2855.79	c #Conflicts:    2834000 | #Constraints:     133867
2847.98/2855.79	c #Conflicts:    2835000 | #Constraints:     134867
2847.98/2855.79	c #Conflicts:    2836000 | #Constraints:     135867
2847.98/2855.79	c #Conflicts:    2837000 | #Constraints:     136867
2847.98/2855.79	c #Conflicts:    2838000 | #Constraints:     137867
2847.98/2855.79	c #Conflicts:    2839000 | #Constraints:     138867
2847.98/2855.79	c #Conflicts:    2840000 | #Constraints:     139867
2847.98/2855.79	c #Conflicts:    2841000 | #Constraints:     140867
2847.98/2855.79	c #Conflicts:    2842000 | #Constraints:     141867
2847.98/2855.79	c #Conflicts:    2843000 | #Constraints:     142867
2847.98/2855.79	c #Conflicts:    2844000 | #Constraints:     143867
2847.98/2855.79	c #Conflicts:    2845000 | #Constraints:     144867
2847.98/2855.79	c #Conflicts:    2846000 | #Constraints:     145867
2847.98/2855.79	c #Conflicts:    2847000 | #Constraints:     146867
2847.98/2855.79	c #Conflicts:    2848000 | #Constraints:     147867
2847.98/2855.79	c #Conflicts:    2849000 | #Constraints:     148867
2847.98/2855.79	c #Conflicts:    2850000 | #Constraints:     149867
2847.98/2855.79	c #Conflicts:    2851000 | #Constraints:     150867
2847.98/2855.79	c #Conflicts:    2852000 | #Constraints:     151867
2847.98/2855.79	c #Conflicts:    2853000 | #Constraints:     152867
2847.98/2855.79	c #Conflicts:    2854000 | #Constraints:     153867
2847.98/2855.79	c #Conflicts:    2855000 | #Constraints:     154867
2847.98/2855.79	c #Conflicts:    2856000 | #Constraints:     155867
2847.98/2855.79	c #Conflicts:    2857000 | #Constraints:     156867
2847.98/2855.79	c #Conflicts:    2858000 | #Constraints:     157867
2847.98/2855.79	c #Conflicts:    2859000 | #Constraints:     158867
2847.98/2855.79	c #Conflicts:    2860000 | #Constraints:     159867
2847.98/2855.79	c #Conflicts:    2861000 | #Constraints:     160867
2847.98/2855.79	c #Conflicts:    2862000 | #Constraints:     161867
2847.98/2855.79	c #Conflicts:    2863000 | #Constraints:     162867
2847.98/2855.79	c #Conflicts:    2864000 | #Constraints:     163867
2847.98/2855.79	c #Conflicts:    2865000 | #Constraints:     164867
2847.98/2855.79	c #Conflicts:    2866000 | #Constraints:     165867
2847.98/2855.79	c #Conflicts:    2867000 | #Constraints:     166867
2847.98/2855.79	c #Conflicts:    2868000 | #Constraints:     167867
2847.98/2855.79	c #Conflicts:    2869000 | #Constraints:     168867
2847.98/2855.79	c #Conflicts:    2870000 | #Constraints:     169867
2847.98/2855.79	c #Conflicts:    2871000 | #Constraints:     170867
2847.98/2855.79	c #Conflicts:    2872000 | #Constraints:     171867
2847.98/2855.79	c #Conflicts:    2873000 | #Constraints:     172867
2847.98/2855.79	c #Conflicts:    2874000 | #Constraints:     173867
2847.98/2855.79	c #Conflicts:    2875000 | #Constraints:     174867
2847.98/2855.79	c #Conflicts:    2876000 | #Constraints:     175867
2847.98/2855.79	c #Conflicts:    2877000 | #Constraints:     176867
2847.98/2855.79	c #Conflicts:    2878000 | #Constraints:     177867
2847.98/2855.79	c #Conflicts:    2879000 | #Constraints:     178867
2847.98/2855.79	c #Conflicts:    2880000 | #Constraints:     179867
2847.98/2855.79	c #Conflicts:    2881000 | #Constraints:     180867
2847.98/2855.79	c #Conflicts:    2882000 | #Constraints:     181867
2847.98/2855.79	c #Conflicts:    2883000 | #Constraints:     182867
2847.98/2855.79	c #Conflicts:    2884000 | #Constraints:     183867
2847.98/2855.79	c #Conflicts:    2885000 | #Constraints:     184867
2847.98/2855.79	c #Conflicts:    2886000 | #Constraints:     185867
2847.98/2855.79	c #Conflicts:    2887000 | #Constraints:     186867
2847.98/2855.79	c #Conflicts:    2888000 | #Constraints:     187867
2847.98/2855.79	c #Conflicts:    2889000 | #Constraints:     188867
2847.98/2855.79	c #Conflicts:    2890000 | #Constraints:     189867
2847.98/2855.79	c #Conflicts:    2891000 | #Constraints:     190867
2847.98/2855.79	c #Conflicts:    2892000 | #Constraints:     191867
2847.98/2855.79	c #Conflicts:    2893000 | #Constraints:     192867
2847.98/2855.79	c #Conflicts:    2894000 | #Constraints:     193867
2847.98/2855.79	c #Conflicts:    2895000 | #Constraints:     194867
2847.98/2855.79	c #Conflicts:    2896000 | #Constraints:     195867
2847.98/2855.79	c #Conflicts:    2897000 | #Constraints:     196867
2847.98/2855.79	c #Conflicts:    2898000 | #Constraints:     197867
2847.98/2855.79	c #Conflicts:    2899000 | #Constraints:     198867
2847.98/2855.79	c #Conflicts:    2900000 | #Constraints:     199867
2847.98/2855.79	c #Conflicts:    2901000 | #Constraints:     200867
2847.98/2855.79	c #Conflicts:    2902000 | #Constraints:     201867
2847.98/2855.79	c #Conflicts:    2903000 | #Constraints:     202867
2847.98/2855.79	c #Conflicts:    2904000 | #Constraints:     203867
2847.98/2855.79	c #Conflicts:    2905000 | #Constraints:     204867
2847.98/2855.79	c #Conflicts:    2906000 | #Constraints:     205867
2847.98/2855.79	c #Conflicts:    2907000 | #Constraints:     206867
2847.98/2855.79	c #Conflicts:    2908000 | #Constraints:     207867
2847.98/2855.79	c #Conflicts:    2909000 | #Constraints:     208867
2871.02/2878.88	c #Conflicts:    2910000 | #Constraints:     209867
2871.02/2878.88	c #Conflicts:    2911000 | #Constraints:     210867
2871.02/2878.88	c #Conflicts:    2912000 | #Constraints:     211867
2871.02/2878.88	c #Conflicts:    2913000 | #Constraints:     212867
2871.02/2878.88	c #Conflicts:    2914000 | #Constraints:     213867
2871.02/2878.88	c #Conflicts:    2915000 | #Constraints:     214867
2871.02/2878.88	c #Conflicts:    2916000 | #Constraints:     215867
2871.02/2878.88	c #Conflicts:    2917000 | #Constraints:     216867
2871.02/2878.88	c #Conflicts:    2918000 | #Constraints:     217867
2871.02/2878.88	c #Conflicts:    2919000 | #Constraints:     218867
2871.02/2878.88	c #Conflicts:    2920000 | #Constraints:     219867
2871.02/2878.88	c #Conflicts:    2921000 | #Constraints:     220867
2871.02/2878.88	c #Conflicts:    2922000 | #Constraints:     221867
2871.02/2878.88	c #Conflicts:    2923000 | #Constraints:     222867
2871.02/2878.88	c #Conflicts:    2924000 | #Constraints:     223867
2871.02/2878.88	c #Conflicts:    2925000 | #Constraints:     224867
2871.02/2878.88	c bounds -38 >= -196 @ 2850.91
2907.82/2915.79	c #Conflicts:    2926000 | #Constraints:     225936
2907.82/2915.79	c #Conflicts:    2927000 | #Constraints:     226936
2907.82/2915.79	c #Conflicts:    2928000 | #Constraints:     227936
2907.82/2915.79	c #Conflicts:    2929000 | #Constraints:     228936
2907.82/2915.79	c #Conflicts:    2930000 | #Constraints:     229936
2907.82/2915.79	c #Conflicts:    2931000 | #Constraints:     230936
2907.82/2915.79	c #Conflicts:    2932000 | #Constraints:     231936
2907.82/2915.79	c #Conflicts:    2933000 | #Constraints:     232936
2907.82/2915.79	c #Conflicts:    2934000 | #Constraints:     233936
2907.82/2915.79	c #Conflicts:    2935000 | #Constraints:     234936
2907.82/2915.79	c #Conflicts:    2936000 | #Constraints:     235936
2907.82/2915.79	c #Conflicts:    2937000 | #Constraints:     236936
2907.82/2915.79	c #Conflicts:    2938000 | #Constraints:     237936
2907.82/2915.79	c #Conflicts:    2939000 | #Constraints:     238936
2907.82/2915.79	c #Conflicts:    2940000 | #Constraints:     239936
2907.82/2915.79	c #Conflicts:    2941000 | #Constraints:     240936
2907.82/2915.79	c #Conflicts:    2942000 | #Constraints:     241936
2907.82/2915.79	c #Conflicts:    2943000 | #Constraints:     242936
2907.82/2915.79	c #Conflicts:    2944000 | #Constraints:     243936
2907.82/2915.79	c #Conflicts:    2945000 | #Constraints:     244936
2907.82/2915.79	c #Conflicts:    2946000 | #Constraints:     245936
2907.82/2915.79	c #Conflicts:    2947000 | #Constraints:     246936
2907.82/2915.79	c #Conflicts:    2948000 | #Constraints:     247936
2907.82/2915.79	c #Conflicts:    2949000 | #Constraints:     248936
2907.82/2915.79	c INPROCESSING
2907.82/2915.79	c GARBAGE COLLECT
2907.82/2915.79	c rational objective -196
2946.81/2954.84	c #Conflicts:    2950000 | #Constraints:     156561
2946.81/2954.84	c #Conflicts:    2951000 | #Constraints:     157561
2946.81/2954.84	c #Conflicts:    2952000 | #Constraints:     158561
2946.81/2954.84	c #Conflicts:    2953000 | #Constraints:     159561
2946.81/2954.84	c #Conflicts:    2954000 | #Constraints:     160561
2946.81/2954.84	c #Conflicts:    2955000 | #Constraints:     161561
2946.81/2954.84	c #Conflicts:    2956000 | #Constraints:     162561
2946.81/2954.84	c #Conflicts:    2957000 | #Constraints:     163561
2946.81/2954.84	c #Conflicts:    2958000 | #Constraints:     164561
2946.81/2954.84	c #Conflicts:    2959000 | #Constraints:     165561
2946.81/2954.84	c #Conflicts:    2960000 | #Constraints:     166561
2946.81/2954.84	c #Conflicts:    2961000 | #Constraints:     167561
2946.81/2954.84	c #Conflicts:    2962000 | #Constraints:     168561
2946.81/2954.84	c #Conflicts:    2963000 | #Constraints:     169561
2946.81/2954.84	c #Conflicts:    2964000 | #Constraints:     170561
2946.81/2954.84	c #Conflicts:    2965000 | #Constraints:     171561
2946.81/2954.84	c #Conflicts:    2966000 | #Constraints:     172561
2946.81/2954.84	c #Conflicts:    2967000 | #Constraints:     173561
2946.81/2954.84	c #Conflicts:    2968000 | #Constraints:     174561
2946.81/2954.84	c #Conflicts:    2969000 | #Constraints:     175561
2946.81/2954.84	c #Conflicts:    2970000 | #Constraints:     176561
2946.81/2954.84	c #Conflicts:    2971000 | #Constraints:     177561
2946.81/2954.84	c #Conflicts:    2972000 | #Constraints:     178561
2946.81/2954.84	c #Conflicts:    2973000 | #Constraints:     179561
2946.81/2954.84	c #Conflicts:    2974000 | #Constraints:     180561
2946.81/2954.84	c #Conflicts:    2975000 | #Constraints:     181561
2946.81/2954.84	c #Conflicts:    2976000 | #Constraints:     182561
2946.81/2954.84	c #Conflicts:    2977000 | #Constraints:     183561
2946.81/2954.84	c #Conflicts:    2978000 | #Constraints:     184561
2946.81/2954.84	c #Conflicts:    2979000 | #Constraints:     185561
2946.81/2954.84	c #Conflicts:    2980000 | #Constraints:     186561
2946.81/2954.84	c #Conflicts:    2981000 | #Constraints:     187561
2946.81/2954.84	c #Conflicts:    2982000 | #Constraints:     188561
2946.81/2954.84	c #Conflicts:    2983000 | #Constraints:     189561
2946.81/2954.84	c #Conflicts:    2984000 | #Constraints:     190561
2946.81/2954.84	c #Conflicts:    2985000 | #Constraints:     191561
2946.81/2954.84	c #Conflicts:    2986000 | #Constraints:     192561
2946.81/2954.84	c #Conflicts:    2987000 | #Constraints:     193561
2946.81/2954.84	c #Conflicts:    2988000 | #Constraints:     194561
2946.81/2954.84	c #Conflicts:    2989000 | #Constraints:     195561
2946.81/2954.84	c #Conflicts:    2990000 | #Constraints:     196561
2946.81/2954.84	c #Conflicts:    2991000 | #Constraints:     197561
2946.81/2954.84	c #Conflicts:    2992000 | #Constraints:     198561
2946.81/2954.84	c INPROCESSING
2946.81/2954.84	c GARBAGE COLLECT
2946.81/2954.84	c rational objective -196
3022.00/3030.29	c #Conflicts:    2993000 | #Constraints:     134066
3022.00/3030.29	c #Conflicts:    2994000 | #Constraints:     135066
3022.00/3030.29	c #Conflicts:    2995000 | #Constraints:     136066
3022.00/3030.29	c #Conflicts:    2996000 | #Constraints:     137066
3022.00/3030.29	c #Conflicts:    2997000 | #Constraints:     138066
3022.00/3030.29	c #Conflicts:    2998000 | #Constraints:     139066
3022.00/3030.29	c #Conflicts:    2999000 | #Constraints:     140066
3022.00/3030.29	c #Conflicts:    3000000 | #Constraints:     141066
3022.00/3030.29	c #Conflicts:    3001000 | #Constraints:     142066
3022.00/3030.29	c #Conflicts:    3002000 | #Constraints:     143066
3022.00/3030.29	c #Conflicts:    3003000 | #Constraints:     144066
3022.00/3030.29	c #Conflicts:    3004000 | #Constraints:     145066
3022.00/3030.29	c #Conflicts:    3005000 | #Constraints:     146066
3022.00/3030.29	c #Conflicts:    3006000 | #Constraints:     147066
3022.00/3030.29	c #Conflicts:    3007000 | #Constraints:     148066
3022.00/3030.29	c #Conflicts:    3008000 | #Constraints:     149066
3022.00/3030.29	c #Conflicts:    3009000 | #Constraints:     150066
3022.00/3030.29	c #Conflicts:    3010000 | #Constraints:     151066
3022.00/3030.29	c #Conflicts:    3011000 | #Constraints:     152066
3022.00/3030.29	c #Conflicts:    3012000 | #Constraints:     153066
3022.00/3030.29	c #Conflicts:    3013000 | #Constraints:     154066
3022.00/3030.29	c #Conflicts:    3014000 | #Constraints:     155066
3022.00/3030.29	c #Conflicts:    3015000 | #Constraints:     156066
3022.00/3030.29	c #Conflicts:    3016000 | #Constraints:     157066
3022.00/3030.29	c #Conflicts:    3017000 | #Constraints:     158066
3022.00/3030.29	c #Conflicts:    3018000 | #Constraints:     159066
3022.00/3030.29	c #Conflicts:    3019000 | #Constraints:     160066
3022.00/3030.29	c #Conflicts:    3020000 | #Constraints:     161066
3022.00/3030.29	c #Conflicts:    3021000 | #Constraints:     162066
3022.00/3030.29	c #Conflicts:    3022000 | #Constraints:     163066
3022.00/3030.29	c #Conflicts:    3023000 | #Constraints:     164066
3022.00/3030.29	c #Conflicts:    3024000 | #Constraints:     165066
3022.00/3030.29	c #Conflicts:    3025000 | #Constraints:     166066
3022.00/3030.29	c #Conflicts:    3026000 | #Constraints:     167066
3022.00/3030.29	c #Conflicts:    3027000 | #Constraints:     168066
3022.00/3030.29	c #Conflicts:    3028000 | #Constraints:     169066
3022.00/3030.29	c #Conflicts:    3029000 | #Constraints:     170066
3022.00/3030.29	c #Conflicts:    3030000 | #Constraints:     171066
3022.00/3030.29	c #Conflicts:    3031000 | #Constraints:     172066
3022.00/3030.29	c #Conflicts:    3032000 | #Constraints:     173066
3022.00/3030.29	c #Conflicts:    3033000 | #Constraints:     174066
3022.00/3030.29	c #Conflicts:    3034000 | #Constraints:     175066
3022.00/3030.29	c #Conflicts:    3035000 | #Constraints:     176066
3022.00/3030.29	c #Conflicts:    3036000 | #Constraints:     177066
3022.00/3030.29	c #Conflicts:    3037000 | #Constraints:     178066
3022.00/3030.29	c #Conflicts:    3038000 | #Constraints:     179066
3022.00/3030.29	c #Conflicts:    3039000 | #Constraints:     180066
3022.00/3030.29	c #Conflicts:    3040000 | #Constraints:     181066
3022.00/3030.29	c #Conflicts:    3041000 | #Constraints:     182066
3022.00/3030.29	c #Conflicts:    3042000 | #Constraints:     183066
3022.00/3030.29	c #Conflicts:    3043000 | #Constraints:     184066
3022.00/3030.29	c #Conflicts:    3044000 | #Constraints:     185066
3022.00/3030.29	c #Conflicts:    3045000 | #Constraints:     186066
3022.00/3030.29	c #Conflicts:    3046000 | #Constraints:     187066
3022.00/3030.29	c #Conflicts:    3047000 | #Constraints:     188066
3022.00/3030.29	c #Conflicts:    3048000 | #Constraints:     189066
3022.00/3030.29	c #Conflicts:    3049000 | #Constraints:     190066
3022.00/3030.29	c #Conflicts:    3050000 | #Constraints:     191066
3022.00/3030.29	c #Conflicts:    3051000 | #Constraints:     192066
3022.00/3030.29	c #Conflicts:    3052000 | #Constraints:     193066
3022.00/3030.29	c #Conflicts:    3053000 | #Constraints:     194066
3022.00/3030.29	c #Conflicts:    3054000 | #Constraints:     195066
3022.00/3030.29	c #Conflicts:    3055000 | #Constraints:     196066
3022.00/3030.29	c #Conflicts:    3056000 | #Constraints:     197066
3022.00/3030.29	c #Conflicts:    3057000 | #Constraints:     198066
3022.00/3030.29	c #Conflicts:    3058000 | #Constraints:     199066
3022.00/3030.29	c #Conflicts:    3059000 | #Constraints:     200066
3022.00/3030.29	c #Conflicts:    3060000 | #Constraints:     201066
3022.00/3030.29	c #Conflicts:    3061000 | #Constraints:     202066
3022.00/3030.29	c #Conflicts:    3062000 | #Constraints:     203066
3022.00/3030.29	c #Conflicts:    3063000 | #Constraints:     204066
3022.00/3030.29	c #Conflicts:    3064000 | #Constraints:     205066
3022.00/3030.29	c #Conflicts:    3065000 | #Constraints:     206066
3022.00/3030.29	c #Conflicts:    3066000 | #Constraints:     207066
3022.00/3030.29	c #Conflicts:    3067000 | #Constraints:     208066
3022.00/3030.29	c #Conflicts:    3068000 | #Constraints:     209066
3022.00/3030.29	c #Conflicts:    3069000 | #Constraints:     210066
3022.00/3030.29	c #Conflicts:    3070000 | #Constraints:     211066
3022.00/3030.29	c #Conflicts:    3071000 | #Constraints:     212066
3090.31/3098.71	c #Conflicts:    3072000 | #Constraints:     213066
3090.31/3098.71	c #Conflicts:    3073000 | #Constraints:     214066
3090.31/3098.71	c #Conflicts:    3074000 | #Constraints:     215066
3090.31/3098.71	c #Conflicts:    3075000 | #Constraints:     216066
3090.31/3098.71	c #Conflicts:    3076000 | #Constraints:     217066
3090.31/3098.71	c #Conflicts:    3077000 | #Constraints:     218066
3090.31/3098.71	c #Conflicts:    3078000 | #Constraints:     219066
3090.31/3098.71	c #Conflicts:    3079000 | #Constraints:     220066
3090.31/3098.71	c #Conflicts:    3080000 | #Constraints:     221066
3090.31/3098.71	c #Conflicts:    3081000 | #Constraints:     222066
3090.31/3098.71	c #Conflicts:    3082000 | #Constraints:     223066
3090.31/3098.71	c #Conflicts:    3083000 | #Constraints:     224066
3090.31/3098.71	c #Conflicts:    3084000 | #Constraints:     225066
3090.31/3098.71	c #Conflicts:    3085000 | #Constraints:     226066
3090.31/3098.71	c #Conflicts:    3086000 | #Constraints:     227066
3090.31/3098.71	c #Conflicts:    3087000 | #Constraints:     228066
3090.31/3098.71	c #Conflicts:    3088000 | #Constraints:     229066
3090.31/3098.71	c #Conflicts:    3089000 | #Constraints:     230066
3090.31/3098.71	c #Conflicts:    3090000 | #Constraints:     231066
3090.31/3098.71	c #Conflicts:    3091000 | #Constraints:     232066
3090.31/3098.72	c #Conflicts:    3092000 | #Constraints:     233066
3090.31/3098.72	c #Conflicts:    3093000 | #Constraints:     234066
3090.31/3098.72	c #Conflicts:    3094000 | #Constraints:     235066
3090.31/3098.72	c #Conflicts:    3095000 | #Constraints:     236066
3090.31/3098.72	c #Conflicts:    3096000 | #Constraints:     237066
3090.31/3098.72	c #Conflicts:    3097000 | #Constraints:     238066
3090.31/3098.72	c #Conflicts:    3098000 | #Constraints:     239066
3090.31/3098.72	c #Conflicts:    3099000 | #Constraints:     240066
3090.31/3098.72	c #Conflicts:    3100000 | #Constraints:     241066
3090.31/3098.72	c #Conflicts:    3101000 | #Constraints:     242066
3090.31/3098.72	c #Conflicts:    3102000 | #Constraints:     243066
3090.31/3098.72	c #Conflicts:    3103000 | #Constraints:     244066
3090.31/3098.72	c #Conflicts:    3104000 | #Constraints:     245066
3090.31/3098.72	c #Conflicts:    3105000 | #Constraints:     246066
3090.31/3098.72	c #Conflicts:    3106000 | #Constraints:     247066
3090.31/3098.72	c #Conflicts:    3107000 | #Constraints:     248066
3090.31/3098.72	c #Conflicts:    3108000 | #Constraints:     249066
3090.31/3098.72	c #Conflicts:    3109000 | #Constraints:     250066
3090.31/3098.72	c #Conflicts:    3110000 | #Constraints:     251066
3090.31/3098.72	c #Conflicts:    3111000 | #Constraints:     252066
3090.31/3098.72	c #Conflicts:    3112000 | #Constraints:     253066
3090.31/3098.72	c #Conflicts:    3113000 | #Constraints:     254066
3090.31/3098.72	c #Conflicts:    3114000 | #Constraints:     255066
3090.31/3098.72	c INPROCESSING
3090.31/3098.72	c GARBAGE COLLECT
3090.31/3098.72	c rational objective -196
3169.01/3177.64	c #Conflicts:    3115000 | #Constraints:     159633
3169.01/3177.64	c #Conflicts:    3116000 | #Constraints:     160633
3169.01/3177.64	c #Conflicts:    3117000 | #Constraints:     161638
3169.01/3177.64	c #Conflicts:    3118000 | #Constraints:     162654
3169.01/3177.64	c #Conflicts:    3119000 | #Constraints:     163702
3169.01/3177.64	c #Conflicts:    3120000 | #Constraints:     164745
3169.01/3177.64	c #Conflicts:    3121000 | #Constraints:     165792
3169.01/3177.64	c #Conflicts:    3122000 | #Constraints:     166841
3169.01/3177.64	c #Conflicts:    3123000 | #Constraints:     167885
3169.01/3177.64	c #Conflicts:    3124000 | #Constraints:     168928
3169.01/3177.64	c #Conflicts:    3125000 | #Constraints:     169969
3169.01/3177.64	c #Conflicts:    3126000 | #Constraints:     171019
3169.01/3177.64	c #Conflicts:    3127000 | #Constraints:     172054
3169.01/3177.64	c #Conflicts:    3128000 | #Constraints:     173086
3169.01/3177.64	c #Conflicts:    3129000 | #Constraints:     174131
3169.01/3177.64	c #Conflicts:    3130000 | #Constraints:     175181
3169.01/3177.64	c #Conflicts:    3131000 | #Constraints:     176217
3169.01/3177.64	c #Conflicts:    3132000 | #Constraints:     177258
3169.01/3177.64	c #Conflicts:    3133000 | #Constraints:     178299
3169.01/3177.64	c #Conflicts:    3134000 | #Constraints:     179328
3169.01/3177.64	c #Conflicts:    3135000 | #Constraints:     180364
3169.01/3177.64	c #Conflicts:    3136000 | #Constraints:     181404
3169.01/3177.64	c #Conflicts:    3137000 | #Constraints:     182446
3169.01/3177.64	c #Conflicts:    3138000 | #Constraints:     183497
3169.01/3177.64	c #Conflicts:    3139000 | #Constraints:     184547
3169.01/3177.64	c #Conflicts:    3140000 | #Constraints:     185600
3169.01/3177.64	c #Conflicts:    3141000 | #Constraints:     186647
3169.01/3177.64	c #Conflicts:    3142000 | #Constraints:     187684
3169.01/3177.64	c #Conflicts:    3143000 | #Constraints:     188720
3169.01/3177.64	c #Conflicts:    3144000 | #Constraints:     189747
3169.01/3177.64	c #Conflicts:    3145000 | #Constraints:     190778
3169.01/3177.64	c #Conflicts:    3146000 | #Constraints:     191801
3169.01/3177.64	c #Conflicts:    3147000 | #Constraints:     192831
3169.01/3177.64	c #Conflicts:    3148000 | #Constraints:     193874
3169.01/3177.64	c #Conflicts:    3149000 | #Constraints:     194915
3169.01/3177.64	c #Conflicts:    3150000 | #Constraints:     195948
3169.01/3177.64	c #Conflicts:    3151000 | #Constraints:     196989
3169.01/3177.64	c #Conflicts:    3152000 | #Constraints:     198027
3169.01/3177.64	c #Conflicts:    3153000 | #Constraints:     199069
3169.01/3177.64	c #Conflicts:    3154000 | #Constraints:     200097
3169.01/3177.64	c #Conflicts:    3155000 | #Constraints:     201125
3169.01/3177.64	c #Conflicts:    3156000 | #Constraints:     202167
3169.01/3177.64	c #Conflicts:    3157000 | #Constraints:     203218
3169.01/3177.64	c #Conflicts:    3158000 | #Constraints:     204266
3169.01/3177.64	c #Conflicts:    3159000 | #Constraints:     205319
3169.01/3177.64	c INPROCESSING
3169.01/3177.64	c GARBAGE COLLECT
3169.01/3177.64	c rational objective -196
3241.42/3250.21	c #Conflicts:    3160000 | #Constraints:     137260
3241.42/3250.21	c #Conflicts:    3161000 | #Constraints:     138260
3241.42/3250.21	c #Conflicts:    3162000 | #Constraints:     139260
3241.42/3250.21	c #Conflicts:    3163000 | #Constraints:     140260
3241.42/3250.21	c #Conflicts:    3164000 | #Constraints:     141260
3241.42/3250.21	c #Conflicts:    3165000 | #Constraints:     142260
3241.42/3250.21	c #Conflicts:    3166000 | #Constraints:     143260
3241.42/3250.21	c #Conflicts:    3167000 | #Constraints:     144260
3241.42/3250.21	c #Conflicts:    3168000 | #Constraints:     145260
3241.42/3250.21	c #Conflicts:    3169000 | #Constraints:     146260
3241.42/3250.21	c #Conflicts:    3170000 | #Constraints:     147260
3241.42/3250.21	c #Conflicts:    3171000 | #Constraints:     148260
3241.42/3250.21	c #Conflicts:    3172000 | #Constraints:     149260
3241.42/3250.21	c #Conflicts:    3173000 | #Constraints:     150260
3241.42/3250.21	c #Conflicts:    3174000 | #Constraints:     151260
3241.42/3250.21	c #Conflicts:    3175000 | #Constraints:     152260
3241.42/3250.21	c #Conflicts:    3176000 | #Constraints:     153260
3241.42/3250.21	c #Conflicts:    3177000 | #Constraints:     154260
3241.42/3250.21	c #Conflicts:    3178000 | #Constraints:     155260
3241.42/3250.21	c #Conflicts:    3179000 | #Constraints:     156260
3241.42/3250.21	c #Conflicts:    3180000 | #Constraints:     157260
3241.42/3250.21	c #Conflicts:    3181000 | #Constraints:     158260
3241.42/3250.21	c #Conflicts:    3182000 | #Constraints:     159260
3241.42/3250.21	c #Conflicts:    3183000 | #Constraints:     160260
3241.42/3250.21	c #Conflicts:    3184000 | #Constraints:     161260
3241.42/3250.21	c #Conflicts:    3185000 | #Constraints:     162260
3241.42/3250.21	c #Conflicts:    3186000 | #Constraints:     163260
3241.42/3250.21	c #Conflicts:    3187000 | #Constraints:     164260
3241.42/3250.21	c #Conflicts:    3188000 | #Constraints:     165260
3241.42/3250.21	c #Conflicts:    3189000 | #Constraints:     166260
3241.42/3250.21	c #Conflicts:    3190000 | #Constraints:     167260
3241.42/3250.21	c #Conflicts:    3191000 | #Constraints:     168260
3241.42/3250.21	c #Conflicts:    3192000 | #Constraints:     169260
3241.42/3250.21	c #Conflicts:    3193000 | #Constraints:     170260
3241.42/3250.21	c #Conflicts:    3194000 | #Constraints:     171260
3241.42/3250.21	c #Conflicts:    3195000 | #Constraints:     172260
3241.42/3250.21	c #Conflicts:    3196000 | #Constraints:     173260
3241.42/3250.21	c #Conflicts:    3197000 | #Constraints:     174260
3241.42/3250.21	c #Conflicts:    3198000 | #Constraints:     175260
3241.42/3250.21	c #Conflicts:    3199000 | #Constraints:     176260
3241.42/3250.21	c #Conflicts:    3200000 | #Constraints:     177260
3241.42/3250.21	c #Conflicts:    3201000 | #Constraints:     178260
3241.42/3250.21	c #Conflicts:    3202000 | #Constraints:     179260
3241.42/3250.21	c #Conflicts:    3203000 | #Constraints:     180260
3241.42/3250.21	c #Conflicts:    3204000 | #Constraints:     181260
3241.42/3250.21	c #Conflicts:    3205000 | #Constraints:     182260
3241.42/3250.21	c #Conflicts:    3206000 | #Constraints:     183260
3241.42/3250.21	c #Conflicts:    3207000 | #Constraints:     184260
3241.42/3250.21	c #Conflicts:    3208000 | #Constraints:     185260
3241.42/3250.21	c #Conflicts:    3209000 | #Constraints:     186260
3241.42/3250.21	c #Conflicts:    3210000 | #Constraints:     187260
3241.42/3250.21	c #Conflicts:    3211000 | #Constraints:     188260
3241.42/3250.21	c #Conflicts:    3212000 | #Constraints:     189260
3241.42/3250.21	c #Conflicts:    3213000 | #Constraints:     190260
3241.42/3250.21	c #Conflicts:    3214000 | #Constraints:     191260
3241.42/3250.21	c #Conflicts:    3215000 | #Constraints:     192260
3241.42/3250.21	c #Conflicts:    3216000 | #Constraints:     193260
3241.42/3250.21	c #Conflicts:    3217000 | #Constraints:     194260
3241.42/3250.21	c #Conflicts:    3218000 | #Constraints:     195260
3241.42/3250.21	c #Conflicts:    3219000 | #Constraints:     196260
3241.42/3250.21	c #Conflicts:    3220000 | #Constraints:     197260
3241.42/3250.21	c #Conflicts:    3221000 | #Constraints:     198260
3241.42/3250.21	c #Conflicts:    3222000 | #Constraints:     199260
3241.42/3250.21	c #Conflicts:    3223000 | #Constraints:     200260
3241.42/3250.21	c #Conflicts:    3224000 | #Constraints:     201260
3241.42/3250.21	c #Conflicts:    3225000 | #Constraints:     202260
3241.42/3250.21	c #Conflicts:    3226000 | #Constraints:     203260
3241.42/3250.21	c #Conflicts:    3227000 | #Constraints:     204260
3241.42/3250.21	c #Conflicts:    3228000 | #Constraints:     205260
3241.42/3250.21	c #Conflicts:    3229000 | #Constraints:     206260
3241.42/3250.21	c #Conflicts:    3230000 | #Constraints:     207260
3241.42/3250.21	c #Conflicts:    3231000 | #Constraints:     208260
3241.42/3250.21	c #Conflicts:    3232000 | #Constraints:     209260
3241.42/3250.21	c #Conflicts:    3233000 | #Constraints:     210260
3241.42/3250.21	c #Conflicts:    3234000 | #Constraints:     211260
3241.42/3250.21	c #Conflicts:    3235000 | #Constraints:     212260
3241.42/3250.21	c #Conflicts:    3236000 | #Constraints:     213260
3241.42/3250.21	c #Conflicts:    3237000 | #Constraints:     214260
3241.42/3250.21	c #Conflicts:    3238000 | #Constraints:     215260
3309.75/3318.73	c #Conflicts:    3239000 | #Constraints:     216260
3309.75/3318.73	c #Conflicts:    3240000 | #Constraints:     217260
3309.75/3318.73	c #Conflicts:    3241000 | #Constraints:     218260
3309.75/3318.73	c #Conflicts:    3242000 | #Constraints:     219260
3309.75/3318.73	c #Conflicts:    3243000 | #Constraints:     220260
3309.75/3318.73	c #Conflicts:    3244000 | #Constraints:     221260
3309.75/3318.73	c #Conflicts:    3245000 | #Constraints:     222260
3309.75/3318.73	c #Conflicts:    3246000 | #Constraints:     223260
3309.75/3318.73	c #Conflicts:    3247000 | #Constraints:     224260
3309.75/3318.73	c #Conflicts:    3248000 | #Constraints:     225260
3309.75/3318.73	c #Conflicts:    3249000 | #Constraints:     226260
3309.75/3318.73	c #Conflicts:    3250000 | #Constraints:     227260
3309.75/3318.73	c #Conflicts:    3251000 | #Constraints:     228260
3309.75/3318.73	c #Conflicts:    3252000 | #Constraints:     229260
3309.75/3318.73	c #Conflicts:    3253000 | #Constraints:     230260
3309.75/3318.73	c #Conflicts:    3254000 | #Constraints:     231260
3309.75/3318.73	c #Conflicts:    3255000 | #Constraints:     232260
3309.75/3318.73	c #Conflicts:    3256000 | #Constraints:     233260
3309.75/3318.73	c #Conflicts:    3257000 | #Constraints:     234260
3309.75/3318.73	c #Conflicts:    3258000 | #Constraints:     235260
3309.75/3318.73	c #Conflicts:    3259000 | #Constraints:     236260
3309.75/3318.73	c #Conflicts:    3260000 | #Constraints:     237260
3309.75/3318.73	c #Conflicts:    3261000 | #Constraints:     238260
3309.75/3318.73	c #Conflicts:    3262000 | #Constraints:     239260
3309.75/3318.73	c #Conflicts:    3263000 | #Constraints:     240260
3309.75/3318.73	c #Conflicts:    3264000 | #Constraints:     241260
3309.75/3318.73	c #Conflicts:    3265000 | #Constraints:     242260
3309.75/3318.73	c #Conflicts:    3266000 | #Constraints:     243260
3309.75/3318.73	c #Conflicts:    3267000 | #Constraints:     244260
3309.75/3318.73	c #Conflicts:    3268000 | #Constraints:     245260
3309.75/3318.73	c #Conflicts:    3269000 | #Constraints:     246260
3309.75/3318.73	c #Conflicts:    3270000 | #Constraints:     247260
3309.75/3318.73	c #Conflicts:    3271000 | #Constraints:     248260
3309.75/3318.73	c #Conflicts:    3272000 | #Constraints:     249260
3309.75/3318.73	c #Conflicts:    3273000 | #Constraints:     250260
3309.75/3318.73	c #Conflicts:    3274000 | #Constraints:     251260
3309.75/3318.73	c #Conflicts:    3275000 | #Constraints:     252260
3309.75/3318.73	c #Conflicts:    3276000 | #Constraints:     253260
3309.75/3318.73	c #Conflicts:    3277000 | #Constraints:     254260
3309.75/3318.73	c #Conflicts:    3278000 | #Constraints:     255260
3309.75/3318.73	c #Conflicts:    3279000 | #Constraints:     256260
3309.75/3318.73	c #Conflicts:    3280000 | #Constraints:     257260
3309.75/3318.73	c #Conflicts:    3281000 | #Constraints:     258260
3309.75/3318.73	c #Conflicts:    3282000 | #Constraints:     259260
3309.75/3318.73	c #Conflicts:    3283000 | #Constraints:     260260
3309.75/3318.73	c #Conflicts:    3284000 | #Constraints:     261260
3309.75/3318.73	c INPROCESSING
3309.75/3318.73	c GARBAGE COLLECT
3309.75/3318.73	c rational objective -196
3348.96/3358.11	c #Conflicts:    3285000 | #Constraints:     162937
3348.96/3358.11	c #Conflicts:    3286000 | #Constraints:     163937
3348.96/3358.11	c #Conflicts:    3287000 | #Constraints:     164937
3348.96/3358.11	c #Conflicts:    3288000 | #Constraints:     165937
3348.96/3358.11	c #Conflicts:    3289000 | #Constraints:     166937
3348.96/3358.11	c #Conflicts:    3290000 | #Constraints:     167937
3348.96/3358.11	c #Conflicts:    3291000 | #Constraints:     168937
3348.96/3358.11	c #Conflicts:    3292000 | #Constraints:     169937
3348.96/3358.11	c #Conflicts:    3293000 | #Constraints:     170937
3348.96/3358.11	c #Conflicts:    3294000 | #Constraints:     171937
3348.96/3358.11	c #Conflicts:    3295000 | #Constraints:     172937
3348.96/3358.11	c #Conflicts:    3296000 | #Constraints:     173937
3348.96/3358.11	c #Conflicts:    3297000 | #Constraints:     174937
3348.96/3358.11	c #Conflicts:    3298000 | #Constraints:     175937
3348.96/3358.11	c #Conflicts:    3299000 | #Constraints:     176937
3348.96/3358.11	c #Conflicts:    3300000 | #Constraints:     177937
3348.96/3358.11	c #Conflicts:    3301000 | #Constraints:     178937
3348.96/3358.11	c #Conflicts:    3302000 | #Constraints:     179937
3348.96/3358.11	c #Conflicts:    3303000 | #Constraints:     180937
3348.96/3358.11	c #Conflicts:    3304000 | #Constraints:     181937
3349.06/3358.11	c #Conflicts:    3305000 | #Constraints:     182937
3349.06/3358.11	c #Conflicts:    3306000 | #Constraints:     183937
3349.06/3358.11	c #Conflicts:    3307000 | #Constraints:     184937
3349.06/3358.11	c #Conflicts:    3308000 | #Constraints:     185937
3349.06/3358.11	c #Conflicts:    3309000 | #Constraints:     186937
3349.06/3358.11	c #Conflicts:    3310000 | #Constraints:     187937
3349.06/3358.11	c #Conflicts:    3311000 | #Constraints:     188937
3349.06/3358.11	c #Conflicts:    3312000 | #Constraints:     189937
3349.06/3358.11	c #Conflicts:    3313000 | #Constraints:     190937
3349.06/3358.11	c #Conflicts:    3314000 | #Constraints:     191937
3349.06/3358.11	c #Conflicts:    3315000 | #Constraints:     192937
3349.06/3358.11	c #Conflicts:    3316000 | #Constraints:     193937
3349.06/3358.11	c #Conflicts:    3317000 | #Constraints:     194937
3349.06/3358.11	c #Conflicts:    3318000 | #Constraints:     195937
3349.06/3358.11	c #Conflicts:    3319000 | #Constraints:     196937
3349.06/3358.11	c #Conflicts:    3320000 | #Constraints:     197937
3349.06/3358.11	c #Conflicts:    3321000 | #Constraints:     198937
3349.06/3358.11	c #Conflicts:    3322000 | #Constraints:     199937
3349.06/3358.11	c #Conflicts:    3323000 | #Constraints:     200937
3349.06/3358.11	c #Conflicts:    3324000 | #Constraints:     201937
3349.06/3358.11	c #Conflicts:    3325000 | #Constraints:     202937
3349.06/3358.11	c bounds -38 >= -195 @ 3326.16
3353.04/3362.18	c #Conflicts:    3326000 | #Constraints:     203988
3353.04/3362.18	c #Conflicts:    3327000 | #Constraints:     204988
3353.04/3362.18	c #Conflicts:    3328000 | #Constraints:     205988
3353.04/3362.18	c #Conflicts:    3329000 | #Constraints:     206988
3353.04/3362.18	c #Conflicts:    3330000 | #Constraints:     207988
3353.04/3362.18	c INPROCESSING
3353.04/3362.18	c GARBAGE COLLECT
3353.04/3362.18	c rational objective -195
3428.43/3437.78	c #Conflicts:    3331000 | #Constraints:     141575
3428.43/3437.78	c #Conflicts:    3332000 | #Constraints:     142575
3428.43/3437.78	c #Conflicts:    3333000 | #Constraints:     143575
3428.43/3437.78	c #Conflicts:    3334000 | #Constraints:     144575
3428.43/3437.78	c #Conflicts:    3335000 | #Constraints:     145575
3428.43/3437.78	c #Conflicts:    3336000 | #Constraints:     146575
3428.43/3437.78	c #Conflicts:    3337000 | #Constraints:     147575
3428.43/3437.78	c #Conflicts:    3338000 | #Constraints:     148575
3428.43/3437.78	c #Conflicts:    3339000 | #Constraints:     149575
3428.43/3437.78	c #Conflicts:    3340000 | #Constraints:     150575
3428.43/3437.78	c #Conflicts:    3341000 | #Constraints:     151575
3428.43/3437.78	c #Conflicts:    3342000 | #Constraints:     152575
3428.43/3437.78	c #Conflicts:    3343000 | #Constraints:     153575
3428.43/3437.78	c #Conflicts:    3344000 | #Constraints:     154575
3428.43/3437.78	c #Conflicts:    3345000 | #Constraints:     155575
3428.43/3437.78	c #Conflicts:    3346000 | #Constraints:     156575
3428.43/3437.78	c #Conflicts:    3347000 | #Constraints:     157575
3428.43/3437.78	c #Conflicts:    3348000 | #Constraints:     158575
3428.43/3437.78	c #Conflicts:    3349000 | #Constraints:     159575
3428.43/3437.78	c #Conflicts:    3350000 | #Constraints:     160575
3428.43/3437.78	c #Conflicts:    3351000 | #Constraints:     161575
3428.43/3437.78	c #Conflicts:    3352000 | #Constraints:     162575
3428.43/3437.78	c #Conflicts:    3353000 | #Constraints:     163575
3428.43/3437.78	c #Conflicts:    3354000 | #Constraints:     164575
3428.43/3437.78	c #Conflicts:    3355000 | #Constraints:     165575
3428.43/3437.78	c #Conflicts:    3356000 | #Constraints:     166575
3428.43/3437.78	c #Conflicts:    3357000 | #Constraints:     167575
3428.43/3437.78	c #Conflicts:    3358000 | #Constraints:     168575
3428.43/3437.78	c #Conflicts:    3359000 | #Constraints:     169575
3428.43/3437.78	c #Conflicts:    3360000 | #Constraints:     170575
3428.43/3437.78	c #Conflicts:    3361000 | #Constraints:     171575
3428.43/3437.78	c #Conflicts:    3362000 | #Constraints:     172575
3428.43/3437.78	c #Conflicts:    3363000 | #Constraints:     173575
3428.43/3437.78	c #Conflicts:    3364000 | #Constraints:     174575
3428.43/3437.78	c #Conflicts:    3365000 | #Constraints:     175575
3428.43/3437.78	c #Conflicts:    3366000 | #Constraints:     176575
3428.43/3437.78	c #Conflicts:    3367000 | #Constraints:     177575
3428.43/3437.78	c #Conflicts:    3368000 | #Constraints:     178575
3428.43/3437.78	c #Conflicts:    3369000 | #Constraints:     179575
3428.43/3437.78	c #Conflicts:    3370000 | #Constraints:     180575
3428.43/3437.78	c #Conflicts:    3371000 | #Constraints:     181575
3428.43/3437.78	c #Conflicts:    3372000 | #Constraints:     182575
3428.43/3437.78	c #Conflicts:    3373000 | #Constraints:     183575
3428.43/3437.78	c #Conflicts:    3374000 | #Constraints:     184575
3428.43/3437.78	c #Conflicts:    3375000 | #Constraints:     185575
3428.43/3437.78	c #Conflicts:    3376000 | #Constraints:     186575
3428.43/3437.78	c #Conflicts:    3377000 | #Constraints:     187575
3428.43/3437.78	c #Conflicts:    3378000 | #Constraints:     188575
3428.43/3437.78	c #Conflicts:    3379000 | #Constraints:     189575
3428.43/3437.78	c #Conflicts:    3380000 | #Constraints:     190575
3428.43/3437.78	c #Conflicts:    3381000 | #Constraints:     191575
3428.43/3437.78	c #Conflicts:    3382000 | #Constraints:     192575
3428.43/3437.78	c #Conflicts:    3383000 | #Constraints:     193575
3428.43/3437.78	c #Conflicts:    3384000 | #Constraints:     194575
3428.43/3437.78	c #Conflicts:    3385000 | #Constraints:     195575
3428.43/3437.78	c #Conflicts:    3386000 | #Constraints:     196575
3428.43/3437.78	c #Conflicts:    3387000 | #Constraints:     197575
3428.43/3437.78	c #Conflicts:    3388000 | #Constraints:     198575
3428.43/3437.78	c #Conflicts:    3389000 | #Constraints:     199575
3428.43/3437.78	c #Conflicts:    3390000 | #Constraints:     200575
3428.43/3437.78	c #Conflicts:    3391000 | #Constraints:     201575
3428.43/3437.78	c #Conflicts:    3392000 | #Constraints:     202575
3428.43/3437.78	c #Conflicts:    3393000 | #Constraints:     203575
3428.43/3437.78	c #Conflicts:    3394000 | #Constraints:     204575
3428.43/3437.78	c #Conflicts:    3395000 | #Constraints:     205575
3428.43/3437.78	c #Conflicts:    3396000 | #Constraints:     206575
3428.43/3437.78	c #Conflicts:    3397000 | #Constraints:     207575
3428.43/3437.78	c #Conflicts:    3398000 | #Constraints:     208575
3428.43/3437.78	c #Conflicts:    3399000 | #Constraints:     209575
3428.43/3437.78	c #Conflicts:    3400000 | #Constraints:     210575
3428.43/3437.78	c #Conflicts:    3401000 | #Constraints:     211575
3428.43/3437.78	c #Conflicts:    3402000 | #Constraints:     212575
3428.43/3437.78	c #Conflicts:    3403000 | #Constraints:     213575
3428.43/3437.78	c #Conflicts:    3404000 | #Constraints:     214575
3428.43/3437.78	c #Conflicts:    3405000 | #Constraints:     215575
3428.43/3437.78	c #Conflicts:    3406000 | #Constraints:     216575
3428.43/3437.78	c #Conflicts:    3407000 | #Constraints:     217575
3428.43/3437.78	c #Conflicts:    3408000 | #Constraints:     218575
3428.43/3437.78	c #Conflicts:    3409000 | #Constraints:     219575
3504.23/3513.70	c #Conflicts:    3410000 | #Constraints:     220575
3504.23/3513.70	c #Conflicts:    3411000 | #Constraints:     221575
3504.23/3513.70	c #Conflicts:    3412000 | #Constraints:     222575
3504.23/3513.70	c #Conflicts:    3413000 | #Constraints:     223575
3504.23/3513.70	c #Conflicts:    3414000 | #Constraints:     224575
3504.23/3513.70	c #Conflicts:    3415000 | #Constraints:     225575
3504.23/3513.70	c #Conflicts:    3416000 | #Constraints:     226575
3504.23/3513.70	c #Conflicts:    3417000 | #Constraints:     227575
3504.23/3513.70	c #Conflicts:    3418000 | #Constraints:     228575
3504.23/3513.70	c #Conflicts:    3419000 | #Constraints:     229575
3504.23/3513.70	c #Conflicts:    3420000 | #Constraints:     230575
3504.23/3513.70	c #Conflicts:    3421000 | #Constraints:     231575
3504.23/3513.70	c #Conflicts:    3422000 | #Constraints:     232575
3504.23/3513.70	c #Conflicts:    3423000 | #Constraints:     233575
3504.23/3513.70	c #Conflicts:    3424000 | #Constraints:     234575
3504.23/3513.70	c #Conflicts:    3425000 | #Constraints:     235575
3504.23/3513.70	c #Conflicts:    3426000 | #Constraints:     236575
3504.23/3513.70	c #Conflicts:    3427000 | #Constraints:     237575
3504.23/3513.70	c #Conflicts:    3428000 | #Constraints:     238575
3504.23/3513.70	c #Conflicts:    3429000 | #Constraints:     239575
3504.23/3513.70	c #Conflicts:    3430000 | #Constraints:     240575
3504.23/3513.70	c #Conflicts:    3431000 | #Constraints:     241575
3504.23/3513.70	c #Conflicts:    3432000 | #Constraints:     242575
3504.23/3513.70	c #Conflicts:    3433000 | #Constraints:     243575
3504.23/3513.70	c #Conflicts:    3434000 | #Constraints:     244575
3504.23/3513.70	c #Conflicts:    3435000 | #Constraints:     245575
3504.23/3513.70	c #Conflicts:    3436000 | #Constraints:     246575
3504.23/3513.70	c #Conflicts:    3437000 | #Constraints:     247575
3504.23/3513.70	c #Conflicts:    3438000 | #Constraints:     248575
3504.23/3513.70	c #Conflicts:    3439000 | #Constraints:     249575
3504.23/3513.70	c #Conflicts:    3440000 | #Constraints:     250575
3504.23/3513.70	c #Conflicts:    3441000 | #Constraints:     251575
3504.23/3513.70	c #Conflicts:    3442000 | #Constraints:     252575
3504.23/3513.70	c #Conflicts:    3443000 | #Constraints:     253575
3504.23/3513.70	c #Conflicts:    3444000 | #Constraints:     254575
3504.23/3513.70	c #Conflicts:    3445000 | #Constraints:     255575
3504.23/3513.70	c #Conflicts:    3446000 | #Constraints:     256575
3504.23/3513.70	c #Conflicts:    3447000 | #Constraints:     257575
3504.23/3513.70	c #Conflicts:    3448000 | #Constraints:     258575
3504.23/3513.70	c #Conflicts:    3449000 | #Constraints:     259575
3504.23/3513.70	c #Conflicts:    3450000 | #Constraints:     260575
3504.23/3513.70	c #Conflicts:    3451000 | #Constraints:     261575
3504.23/3513.70	c #Conflicts:    3452000 | #Constraints:     262575
3504.23/3513.70	c #Conflicts:    3453000 | #Constraints:     263575
3504.23/3513.70	c #Conflicts:    3454000 | #Constraints:     264575
3504.23/3513.70	c #Conflicts:    3455000 | #Constraints:     265575
3504.23/3513.70	c #Conflicts:    3456000 | #Constraints:     266575
3504.23/3513.70	c #Conflicts:    3457000 | #Constraints:     267575
3504.23/3513.70	c #Conflicts:    3458000 | #Constraints:     268575
3504.23/3513.70	c INPROCESSING
3504.23/3513.70	c GARBAGE COLLECT
3504.23/3513.70	c rational objective -195
3508.42/3517.93	c #Conflicts:    3459000 | #Constraints:     166448
3508.42/3517.93	c #Conflicts:    3460000 | #Constraints:     167448
3508.42/3517.93	c #Conflicts:    3461000 | #Constraints:     168448
3508.42/3517.93	c #Conflicts:    3462000 | #Constraints:     169448
3508.42/3517.93	c #Conflicts:    3463000 | #Constraints:     170448
3508.42/3517.93	c #Conflicts:    3464000 | #Constraints:     171451
3508.42/3517.93	WSVECS04 Frhs2[1]: 6 0 1.00006 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[2]: 6 0 1.00002 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[3]: 6 0 1.00009 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[4]: 6 0 1.00006 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[5]: 6 0 1.00002 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[6]: 6 0 1.00002 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[7]: 6 0 1.0001 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[8]: 6 0 1.00006 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[9]: 6 0 1.00002 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[10]: 6 0 1.00001 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[11]: 6 0 1.00008 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[12]: 6 0 1.00006 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[13]: 6 0 1.00009 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[14]: 6 0 1.00004 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[15]: 6 0 1.00003 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[16]: 6 0 1.00005 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[17]: 6 0 1.00003 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[18]: 6 0 1.00004 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[19]: 6 0 1.00004 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[20]: 6 0 1.00007 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[21]: 6 0 1.00006 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[25]: 6 0 1.00004 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[26]: 6 0 1.00007 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[27]: 6 0 1.00002 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[28]: 6 0 1.00006 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[30]: 6 -2.00002 0 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[33]: 6 0 1.00005 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[34]: 6 0 1.00008 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[35]: 6 0 1.00003 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[37]: 6 0 1.00008 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[38]: 6 0 1.00003 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[39]: 6 0 1.00006 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[41]: 6 0 1.00005 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[43]: 6 0 1.00008 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[44]: 6 0 1.0001 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[45]: 6 0 1.00003 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[48]: 6 0 1.00006 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[49]: 6 0 1.00009 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[50]: 6 0 1.00005 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[51]: 6 0 1.00007 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[52]: 6 0 1.00009 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[53]: 6 0 1.00009 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[54]: 6 0 1.00007 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[57]: 6 0 1.00007 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[58]: 6 0 1.00009 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[60]: 6 0 1.00001 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[61]: 6 0 1.00009 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[62]: 6 0 1.00001 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[65]: 6 0 1.00008 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[66]: 6 0 1.00005 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[67]: 6 0 1.00006 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[69]: 6 0 1.00002 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[71]: 6 0 1.00008 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[72]: 6 0 1.00008 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[73]: 6 0 1.00009 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[76]: 6 0 1.00008 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[77]: 6 0 1.0001 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[78]: 6 0 1.00009 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[80]: 6 0 1.00006 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[83]: 6 0 1.00007 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[84]: 6 0 1.00004 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[86]: 6 0 1.00004 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[87]: 6 0 1.00005 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[88]: 6 0 1.00003 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[89]: 6 0 1.00006 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[90]: 6 0 1.0001 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[91]: 6 0 1.0001 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[92]: 6 0 1.00002 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[93]: 6 0 1.00003 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[94]: 6 0 1.00001 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[95]: 6 0 1.00005 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[96]: 6 0 1.00007 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[97]: 6 0 1.00004 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[98]: 6 0 1.00008 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[99]: 6 0 1.00004 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[100]: 6 0 1.00008 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[101]: 6 0 1.00008 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[102]: 6 0 1.00001 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[103]: 6 0 1.00003 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[104]: 6 0 1.00003 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[105]: 6 0 1.00009 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[106]: 6 0 1.00007 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[108]: 6 0 1.0001 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[109]: 6 0 1.00007 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[110]: 6 0 1.00006 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[111]: 6 0 1.00007 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[112]: 6 0 1.00008 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[113]: 6 0 1.00003 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[114]: 6 0 1.00004 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[115]: 6 0 1.00002 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[116]: 6 0 1.00008 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[117]: 6 0 1.0001 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[118]: 6 0 1.00009 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[119]: 6 0 1.00009 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[121]: 6 0 1.00009 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[123]: 6 0 1.00001 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[124]: 6 0 1.00005 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[125]: 6 0 1.00009 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[126]: 6 0 1.00004 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[127]: 6 0 1.00008 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[128]: 6 0 1.00001 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[129]: 6 0 1.00006 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[130]: 6 0 1.00004 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[131]: 6 0 1.00007 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[132]: 6 0 1.00002 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[133]: 6 0 1.00003 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[134]: 6 0 1.00008 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[135]: 6 0 1.00001 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[136]: 6 0 1.00004 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[137]: 6 0 1.0001 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[138]: 6 0 1.00004 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[139]: 6 0 1.00005 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[140]: 6 0 1.00005 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[141]: 6 0 1.00009 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[142]: 6 0 1.00002 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[143]: 6 0 1.00008 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[144]: 6 0 1.00005 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[145]: 6 0 1.00009 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[146]: 6 0 1.00004 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[147]: 6 0 1.00009 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[149]: 6 0 1.00005 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[151]: 6 0 1.00002 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[153]: 6 0 1.00009 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[154]: 6 0 1.00003 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[155]: 6 0 1.00008 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[156]: 6 0 1.00005 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[157]: 6 0 1.00007 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[160]: 6 0 1.00002 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[166]: 6 0 1.00008 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[168]: 6 0 1.00009 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[169]: 6 0 1.00004 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[170]: 6 0 1.00001 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[171]: 6 0 1.00002 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[174]: 6 0 1.00008 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[175]: 6 0 1.00004 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[176]: 6 0 1.0001 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[177]: 6 0 1.0001 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[178]: 6 0 1.00009 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[179]: 6 0 1.00002 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[180]: 6 0 1.00008 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[181]: 6 0 1.00003 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[182]: 6 0 1.00002 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[183]: 6 0 1.00009 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[184]: 6 0 1.00009 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[185]: 6 0 1.00008 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[186]: 6 0 1.00007 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[187]: 6 0 1.00001 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[188]: 6 -2.00004 0 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[189]: 6 0 1.00009 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[190]: 6 0 1.00003 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[191]: 6 0 1.00008 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[192]: 6 0 1.00007 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[193]: 6 0 1.00005 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[194]: 6 0 1.00007 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[195]: 6 0 1.00009 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[196]: 6 0 1.00009 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[198]: 6 0 1.00007 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[199]: 6 0 1.00003 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[200]: 6 0 1.00001 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[201]: 6 0 1.00007 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[202]: 6 0 1.00009 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[203]: 6 0 1.00008 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[204]: 6 0 1.00007 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[205]: 6 0 1.00002 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[206]: 6 0 1.00008 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[207]: 6 0 1.00004 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[208]: 6 0 1.0001 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[209]: 6 0 1.00007 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[210]: 6 0 1.0001 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[211]: 6 0 1.00009 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[212]: 6 0 1.00008 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[213]: 6 0 1.00002 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[214]: 6 0 1.00009 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[215]: 6 0 1.00007 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[219]: 6 0 1.00006 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[221]: 6 0 1.00002 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[222]: 6 0 1.00003 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[224]: 6 0 1.0001 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[225]: 6 0 1.0001 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[227]: 6 0 1.00004 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[228]: 6 0 1.00005 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[229]: 6 0 1.0001 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[230]: 6 0 1.00005 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[232]: 6 0 1.00008 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[233]: 6 0 1.00002 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[234]: 6 0 1.00008 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[235]: 6 0 1.00007 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[236]: 6 0 1.00009 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[240]: 6 0 1.00008 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[241]: 6 0 1.00001 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[242]: 6 0 1.0001 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[243]: 6 0 1.00006 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[244]: 6 0 1.00008 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[246]: 6 0 1.00003 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[247]: 6 0 1.00004 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[249]: 6 0 1.00005 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[250]: 6 0 1.0001 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[251]: 6 0 1.00002 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[252]: 6 0 1.00009 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[253]: 6 0 1.00003 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[254]: 6 0 1.00005 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[255]: 6 0 1.00005 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[256]: 6 0 1.00004 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[257]: 6 0 1.00008 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[258]: 6 0 1.0001 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[259]: 6 0 1.00007 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[260]: 6 0 1.00006 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[261]: 6 0 1.00001 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[262]: 6 0 1.0001 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[263]: 6 0 1.00006 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[264]: 6 0 1.00004 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[265]: 6 0 1.00002 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[266]: 6 0 1.00003 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[267]: 6 0 1.00005 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[268]: 6 0 1.00009 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[269]: 6 0 1.00001 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[270]: 6 0 1.00008 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[271]: 6 0 1.00009 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[272]: 6 0 1.00009 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[273]: 6 0 1.00003 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[276]: 6 0 1.00003 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[277]: 6 0 1.00004 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[282]: 6 0 1.0001 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[286]: 6 0 1.00008 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[287]: 6 0 1.0001 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[288]: 6 0 1.00009 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[289]: 6 0 1.00009 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[291]: 6 0 1.00009 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[293]: 6 0 1.00006 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[295]: 6 0 1.00007 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[296]: 6 0 1.00009 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[297]: 6 0 1.00002 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[298]: 6 0 1.00008 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[300]: 6 0 1.00003 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[303]: 6 0 1.00002 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[304]: 6 0 1.00003 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[305]: 6 0 1.00005 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[306]: 6 0 1.00009 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[307]: 6 0 1.00002 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[308]: 6 0 1.00008 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[309]: 6 0 1.00007 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[310]: 6 0 1.00007 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[311]: 6 0 1.00004 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[313]: 6 0 1.00001 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[314]: 6 0 1.00003 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[315]: 6 0 1.00004 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[316]: 6 0 1.00009 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[317]: 6 0 1.00001 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[318]: 6 0 1.00003 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[319]: 6 0 1.00003 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[320]: 6 0 1.00002 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[321]: 6 0 1.00004 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[322]: 6 0 1.00004 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[323]: 6 0 1.0001 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[324]: 6 0 1.00009 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[325]: 6 0 1.00002 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[326]: 6 0 1.00003 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[327]: 6 0 1.00005 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[328]: 6 0 1.00007 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[329]: 6 0 1.00002 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[330]: 6 0 1.00006 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[331]: 6 0 1.00003 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[332]: 6 0 1.00006 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[333]: 6 0 1.00007 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[334]: 6 0 1.0001 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[335]: 6 0 1.00005 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[336]: 6 0 1.00006 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[337]: 6 0 1.00009 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[339]: 6 0 1.0001 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[342]: 6 0 1.0001 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[343]: 6 0 1.00004 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[344]: 6 0 1.00008 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[345]: 6 0 1.00009 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[346]: 6 0 1.00001 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[347]: 6 0 1.00002 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[348]: 6 0 1.0001 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[349]: 6 0 1.00006 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[351]: 6 0 1.00003 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[352]: 6 0 1.00009 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[353]: 6 0 1.00003 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[354]: 6 0 1.00008 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[355]: 6 0 1.00008 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[356]: 6 0 1.00004 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[357]: 6 0 1.00007 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[358]: 6 0 1.00007 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[359]: 6 0 1.00005 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[360]: 6 0 1.00008 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[361]: 6 0 1.0001 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[362]: 6 0 1.00009 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[363]: 6 0 1.00005 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[364]: 6 0 1.00002 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[365]: 6 0 1.00004 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[366]: 6 0 1.00005 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[367]: 6 0 1.00002 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[368]: 6 0 1.00005 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[369]: 6 0 1.00009 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[372]: 6 0 1.00007 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[373]: 6 0 1.00004 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[374]: 6 0 1.00005 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[375]: 6 0 1.00003 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[378]: 6 0 1.00009 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[381]: 6 0 1.00009 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[382]: 6 0 1.00007 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[384]: 6 0 1.00002 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[385]: 6 0 1.00001 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[386]: 6 0 1.00006 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[387]: 6 0 1.00008 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[388]: 6 0 1.00004 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[389]: 6 0 1.00008 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[390]: 6 0 1.00002 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[391]: 6 0 1.00004 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[393]: 6 0 1.00007 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[400]: 6 0 1.00009 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[401]: 6 0 1.00008 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[402]: 6 0 1.00002 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[403]: 6 0 1.00005 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[404]: 6 0 1.00006 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[405]: 6 0 1.00008 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[406]: 6 0 1.00003 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[407]: 6 0 1.00007 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[408]: 6 0 1.00002 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[409]: 6 0 1.00009 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[411]: 6 0 1.00004 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[412]: 6 0 1.00004 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[413]: 6 0 1.00009 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[414]: 6 0 1.00005 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[415]: 6 0 1.00006 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[416]: 6 0 1.00003 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[417]: 6 0 1.00001 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[418]: 6 0 1.00001 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[419]: 6 0 1.00008 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[420]: 6 0 1.00009 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[421]: 6 0 1.00001 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[422]: 6 0 1.00002 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[425]: 6 0 1.00001 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[427]: 6 0 1.00001 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[428]: 6 0 1.00007 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[429]: 6 0 1.00005 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[430]: 6 0 1.00009 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[431]: 6 0 1.00003 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[433]: 6 0 1.00004 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[434]: 6 0 1.00003 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[435]: 6 0 1.00007 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[436]: 6 0 1.00009 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[439]: 6 0 1.0001 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[440]: 6 0 1.00002 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[463]: 6 0 1.0001 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[467]: 6 0 1.00002 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[468]: 6 0 1.00002 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[469]: 6 0 1.00002 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[470]: 6 0 1.00008 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[473]: 6 0 1.00009 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[474]: 6 0 1.00003 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[475]: 6 0 1.00002 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[478]: 6 0 1.00001 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[480]: 6 0 1.00001 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[482]: 6 0 1.0001 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[483]: 6 0 1.00001 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[484]: 6 0 1.00005 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[486]: 6 0 1.00003 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[487]: 6 0 1.00009 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[488]: 6 0 1.00003 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[491]: 6 0 1.00002 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[492]: 6 0 1.00004 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[494]: 6 0 1.00004 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[497]: 6 0 1.00004 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[498]: 6 0 1.00005 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[499]: 6 0 1.00009 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[500]: 6 0 1.00002 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[501]: 6 0 1.00009 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[505]: 6 0 1.00009 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[507]: 6 0 1.00006 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[508]: 6 0 1.00005 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[510]: 6 0 1.00008 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[514]: 6 0 1.00003 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[517]: 6 0 1.0001 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[519]: 6 0 1.00002 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[520]: 6 0 1.00003 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[521]: 6 0 1.00005 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[522]: 6 0 1.00009 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[525]: 6 0 1.00004 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[526]: 6 0 1.00003 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[527]: 6 0 1.00005 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[530]: 6 0 1.00007 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[531]: 6 0 1.00003 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[533]: 6 0 1.0001 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[535]: 6 0 1.00009 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[536]: 6 0 1.00007 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[537]: 6 0 1.00005 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[538]: 6 0 1.00009 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[539]: 6 0 1.00005 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[540]: 6 0 1.00005 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[542]: 6 0 1.00004 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[546]: 6 0 1.00007 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[547]: 6 0 1.00009 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[548]: 6 0 1.00003 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[549]: 6 0 1.00009 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[550]: 6 0 1.00009 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[551]: 6 0 1.00007 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[552]: 6 0 1.00003 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[553]: 6 0 1.00006 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[554]: 6 0 1.00002 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[555]: 6 0 1.00003 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[556]: 6 0 1.00003 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[559]: 6 0 1.0001 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[560]: 6 0 1.00003 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[561]: 6 0 1.00006 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[562]: 6 0 1.00006 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[563]: 6 0 1.00006 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[564]: 6 0 1.00002 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[565]: 6 0 1.00008 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[566]: 6 0 1.00009 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[567]: 6 0 1.00003 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[568]: 6 0 1.00002 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[569]: 6 0 1.00002 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[571]: 6 0 1.00005 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[572]: 6 0 1.00005 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[573]: 6 0 1.00005 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[574]: 6 0 1.00006 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[575]: 6 0 1.00003 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[576]: 6 0 1.00003 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[577]: 6 0 1.00009 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[578]: 6 0 1.00004 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[579]: 6 0 1.00009 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[580]: 6 0 1.00003 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[582]: 6 0 1.00001 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[583]: 6 0 1.00008 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[584]: 6 0 1.00004 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[585]: 6 0 1.00009 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[587]: 6 0 1.00007 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[588]: 6 0 1.00002 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[590]: 6 0 1.00008 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[591]: 6 0 1.00004 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[594]: 6 0 1.00002 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[596]: 6 0 1.00007 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[598]: 6 0 1.00003 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[600]: 6 0 1.00005 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[602]: 6 0 1.00006 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[609]: 6 0 1.00008 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[612]: 6 0 1.00008 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[616]: 6 0 1.00002 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[617]: 6 0 1.00005 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[618]: 6 0 1.00005 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[620]: 6 0 1.00004 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[622]: 6 0 1.00007 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[623]: 6 0 1.00005 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[626]: 6 0 1.00003 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[627]: 6 0 1.00007 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[628]: 6 0 1.00003 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[629]: 6 0 1.00009 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[631]: 6 0 1.00009 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[632]: 6 0 1.00003 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[633]: 6 0 1.00008 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[634]: 6 0 1.00004 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[635]: 6 0 1.00006 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[636]: 6 0 1.00004 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[637]: 6 0 1.0001 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[638]: 6 0 1.00009 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[639]: 6 0 1.00004 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[640]: 6 0 1.00004 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[641]: 6 0 1.00006 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[642]: 6 0 1.0001 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[643]: 6 0 1.00006 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[644]: 6 0 1.00008 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[648]: 6 0 1.00005 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[650]: 6 0 1.0001 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[652]: 6 0 1.00008 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[653]: 6 0 1.00009 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[654]: 6 0 1.00006 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[655]: 6 0 1.00004 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[656]: 6 0 1.00009 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[657]: 6 0 1.00006 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[658]: 6 0 1.00001 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[659]: 6 0 1.00005 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[661]: 6 0 1.00009 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[662]: 6 0 1.00004 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[663]: 6 0 1.00002 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[664]: 6 0 1.00003 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[665]: 6 0 1.00007 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[666]: 6 0 1.00008 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[668]: 6 0 1.00006 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[669]: 6 0 1.00007 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[670]: 6 0 1.00004 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[671]: 6 0 1.00009 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[673]: 6 0 1.00007 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[674]: 6 0 1.00007 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[675]: 6 0 1.00005 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[676]: 6 0 1.00008 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[677]: 6 0 1.00006 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[678]: 6 0 1.00005 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[679]: 6 0 1.00008 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[680]: 6 0 1.00003 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[681]: 6 0 1.00008 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[682]: 6 0 1.00006 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[683]: 6 0 1.00006 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[684]: 6 0 1.00002 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[685]: 6 0 1.00007 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[686]: 6 0 1.00006 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[687]: 6 0 1.00001 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[689]: 6 0 1.00005 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[690]: 6 0 1.00007 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[691]: 6 0 1.0001 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[692]: 6 0 1.00003 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[693]: 6 0 1.00007 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[694]: 6 0 1.0001 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[695]: 6 0 1.00007 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[696]: 6 0 1.00007 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[699]: 6 0 1.00007 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[700]: 6 0 1.00004 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[701]: 6 0 1.00002 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[702]: 6 0 1.00006 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[703]: 6 0 1.00001 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[704]: 6 0 1.00004 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[705]: 6 0 1.00009 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[706]: 6 0 1.00006 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[707]: 6 0 1.0001 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[708]: 6 0 1.00001 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[709]: 6 0 1.00001 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[710]: 6 0 1.0001 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[711]: 6 0 1.00004 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[712]: 6 0 1.00009 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[713]: 6 0 1.00004 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[714]: 6 0 1.00004 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[715]: 6 0 1.00006 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[716]: 6 0 1.00008 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[717]: 6 0 1.00007 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[718]: 6 0 1.00003 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[719]: 6 0 1.00009 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[720]: 6 0 1.00008 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[721]: 6 0 1.00005 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[722]: 6 0 1.00001 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[723]: 6 0 1.00005 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[724]: 6 0 1.00008 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[725]: 6 0 1.00002 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[726]: 6 0 1.0001 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[727]: 6 0 1.00004 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[728]: 6 0 1.00007 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[729]: 6 0 1.00003 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[730]: 6 0 1.00009 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[731]: 6 0 1.00005 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[732]: 6 0 1.00002 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[733]: 6 0 1.00008 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[734]: 6 0 1.00009 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[735]: 6 0 1.00006 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[736]: 6 0 1.00008 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[737]: 6 0 1.00005 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[738]: 6 0 1.00002 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[739]: 6 0 1.00006 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[740]: 6 0 1.00008 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[741]: 6 0 1.00006 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[742]: 6 0 1.00003 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[743]: 6 0 1.00007 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[744]: 6 0 1.00009 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[745]: 6 0 1.00006 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[747]: 6 0 1.00005 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[748]: 6 0 1.00004 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[749]: 6 0 1.00007 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[750]: 6 0 1.00001 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[751]: 6 0 1.00008 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[753]: 6 0 1.00003 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[754]: 6 0 1.00002 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[755]: 6 0 1.00005 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[756]: 6 0 1.00004 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[757]: 6 0 1.00003 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[759]: 6 0 1.00007 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[760]: 6 0 1.00008 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[761]: 6 0 1.00006 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[762]: 6 0 1.00002 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[763]: 6 0 1.0001 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[764]: 6 0 1.00006 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[765]: 6 0 1.00002 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[766]: 6 0 1.00006 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[767]: 6 0 1.00002 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[768]: 6 0 1.00001 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[769]: 6 0 1.00009 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[770]: 6 0 1.00003 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[771]: 6 0 1.00007 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[772]: 6 0 1.00003 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[773]: 6 0 1.00009 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[774]: 6 0 1.00003 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[775]: 6 0 1.00006 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[776]: 6 0 1.00002 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[778]: 6 0 1.00002 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[779]: 6 0 1.00002 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[780]: 6 0 1.0001 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[781]: 6 0 1.00004 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[782]: 6 0 1.00009 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[783]: 6 0 1.00005 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[784]: 6 0 1.00009 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[785]: 6 0 1.00004 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[786]: 6 0 1.00007 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[787]: 6 0 1.00005 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[788]: 6 0 1.00008 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[789]: 6 0 1.00009 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[790]: 6 0 1.00008 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[791]: 6 0 1.00007 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[792]: 6 0 1.00001 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[794]: 6 0 1.00009 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[795]: 6 0 1.00004 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[796]: 6 0 1.00002 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[797]: 6 0 1.00006 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[798]: 6 0 1.00005 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[800]: 6 0 1.00008 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[801]: 6 0 1.00008 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[802]: 6 0 1.00006 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[803]: 6 0 1.00009 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[806]: 6 0 1.00003 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[807]: 6 0 1.00003 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[808]: 6 0 1.00002 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[810]: 6 0 1.00004 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[811]: 6 0 1.00003 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[812]: 6 0 1.00006 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[817]: 6 0 1.00006 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[818]: 6 0 1.00004 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[820]: 6 0 1.00007 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[822]: 6 0 1.00007 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[823]: 6 0 1.00009 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[824]: 6 0 1.00007 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[825]: 6 0 1.00005 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[826]: 6 0 1.00007 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[828]: 6 0 1.00005 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[830]: 6 0 1.00003 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[831]: 6 0 1.00008 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[832]: 6 0 1.00001 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[833]: 6 0 1.00006 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[834]: 6 0 1.00005 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[835]: 6 0 1.00002 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[836]: 6 0 1.00005 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[837]: 6 0 1.00007 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[838]: 6 0 1.00007 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[839]: 6 0 1.00005 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[840]: 6 0 1.00006 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[841]: 6 0 1.00004 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[842]: 6 0 1.00005 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[843]: 6 0 1.00003 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[844]: 6 0 1.00009 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[847]: 6 0 1.00002 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[848]: 6 0 1.00002 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[850]: 6 0 1.00009 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[851]: 6 0 1.00004 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[852]: 6 0 1.00004 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[853]: 6 0 1.00006 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[854]: 6 0 1.00002 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[855]: 6 0 1.00003 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[856]: 6 0 1.00009 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[857]: 6 0 1.00005 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[858]: 6 0 1.00002 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[859]: 6 0 1.00003 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[860]: 6 0 1.0001 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[861]: 6 0 1.00001 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[862]: 6 0 1.00003 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[863]: 6 0 1.00007 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[864]: 6 0 1.00002 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[865]: 6 0 1.00002 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[866]: 6 0 1.00006 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[869]: 6 0 1.00009 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[870]: 6 0 1.00002 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[871]: 6 0 1.0001 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[872]: 6 0 1.00008 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[873]: 6 0 1.00004 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[874]: 6 0 1.00005 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[875]: 6 0 1.00006 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[876]: 6 0 1.00005 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[877]: 6 0 1.00002 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[878]: 6 0 1.00009 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[879]: 6 0 1.00008 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[880]: 6 0 1.00007 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[881]: 6 0 1.00006 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[882]: 6 0 1.00004 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[883]: 6 0 1.00004 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[884]: 6 0 1.00005 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[885]: 6 0 1.00009 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[886]: 6 0 1.00007 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[887]: 6 0 1.00008 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[890]: 6 0 1.00004 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[891]: 6 0 1.0001 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[892]: 6 0 1.00001 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[895]: 6 0 1.00009 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[896]: 6 0 1.00001 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[898]: 6 0 1.0001 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[900]: 6 0 1.00004 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[903]: 6 0 1.00002 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[904]: 6 0 1.00003 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[905]: 6 0 1.00007 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[906]: 6 0 1.00008 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[907]: 6 0 1.00008 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[908]: 6 0 1.00002 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[909]: 6 0 1.00007 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[910]: 6 0 1.00009 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[911]: 6 0 1.00002 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[912]: 6 0 1.00009 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[913]: 6 0 1.0001 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[914]: 6 0 1.0001 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[915]: 6 0 1.00004 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[916]: 6 0 1.00005 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[918]: 6 0 1.00007 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[919]: 6 0 1.00002 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[920]: 6 0 1.00006 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[921]: 6 0 1.00002 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[922]: 6 0 1.00009 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[923]: 6 0 1.00002 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[924]: 6 0 1.00007 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[925]: 6 0 1.00005 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[926]: 6 0 1.00007 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[927]: 6 0 1.00009 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[928]: 6 0 1.00005 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[930]: 6 0 1.00008 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[932]: 6 0 1.00006 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[933]: 6 0 1.00003 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[934]: 6 0 1.00005 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[935]: 6 0 1.00008 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[936]: 6 0 1.00004 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[937]: 6 0 1.0001 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[938]: 6 0 1.00001 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[941]: 6 0 1.00007 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[942]: 6 0 1.00008 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[943]: 6 0 1.00007 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[944]: 6 0 1.00008 shouldn't be
3508.42/3517.93	WSVECS04 Frhs2[945]: 6 0 1.00004 shouldn't be
3563.87/3573.58	c #Conflicts:    3465000 | #Constraints:     172452
3563.87/3573.58	c #Conflicts:    3466000 | #Constraints:     173453
3563.87/3573.58	c #Conflicts:    3467000 | #Constraints:     174462
3563.87/3573.58	c #Conflicts:    3468000 | #Constraints:     175504
3563.87/3573.58	c #Conflicts:    3469000 | #Constraints:     176527
3563.87/3573.58	c #Conflicts:    3470000 | #Constraints:     177539
3563.87/3573.58	c #Conflicts:    3471000 | #Constraints:     178551
3563.87/3573.58	c #Conflicts:    3472000 | #Constraints:     179553
3563.87/3573.58	c #Conflicts:    3473000 | #Constraints:     180557
3563.87/3573.58	c #Conflicts:    3474000 | #Constraints:     181559
3563.87/3573.58	c #Conflicts:    3475000 | #Constraints:     182582
3563.87/3573.58	c #Conflicts:    3476000 | #Constraints:     183629
3563.87/3573.58	c #Conflicts:    3477000 | #Constraints:     184668
3563.87/3573.58	c #Conflicts:    3478000 | #Constraints:     185695
3563.87/3573.58	c #Conflicts:    3479000 | #Constraints:     186721
3563.87/3573.58	c #Conflicts:    3480000 | #Constraints:     187750
3563.87/3573.58	c #Conflicts:    3481000 | #Constraints:     188778
3563.87/3573.58	c #Conflicts:    3482000 | #Constraints:     189807
3563.87/3573.58	c #Conflicts:    3483000 | #Constraints:     190838
3563.87/3573.58	c #Conflicts:    3484000 | #Constraints:     191876
3563.87/3573.58	c #Conflicts:    3485000 | #Constraints:     192901
3563.87/3573.58	c #Conflicts:    3486000 | #Constraints:     193928
3563.87/3573.58	c #Conflicts:    3487000 | #Constraints:     194942
3563.87/3573.58	c #Conflicts:    3488000 | #Constraints:     195973
3563.87/3573.58	c #Conflicts:    3489000 | #Constraints:     197021
3563.87/3573.58	c #Conflicts:    3490000 | #Constraints:     198066
3563.87/3573.58	c #Conflicts:    3491000 | #Constraints:     199109
3563.87/3573.58	c #Conflicts:    3492000 | #Constraints:     200158
3563.87/3573.58	c #Conflicts:    3493000 | #Constraints:     201201
3563.87/3573.58	c #Conflicts:    3494000 | #Constraints:     202251
3563.87/3573.58	c #Conflicts:    3495000 | #Constraints:     203295
3563.87/3573.58	c #Conflicts:    3496000 | #Constraints:     204339
3563.87/3573.58	c #Conflicts:    3497000 | #Constraints:     205378
3563.87/3573.58	c #Conflicts:    3498000 | #Constraints:     206420
3563.87/3573.58	c #Conflicts:    3499000 | #Constraints:     207461
3563.87/3573.58	c #Conflicts:    3500000 | #Constraints:     208511
3563.87/3573.58	c #Conflicts:    3501000 | #Constraints:     209555
3563.87/3573.58	c #Conflicts:    3502000 | #Constraints:     210601
3563.87/3573.58	c #Conflicts:    3503000 | #Constraints:     211635
3563.87/3573.58	c #Conflicts:    3504000 | #Constraints:     212690
3563.87/3573.58	c #Conflicts:    3505000 | #Constraints:     213746
3563.87/3573.58	c INPROCESSING
3563.87/3573.58	c GARBAGE COLLECT
3563.87/3573.58	c rational objective -195
3600.07/3609.80	c #Conflicts:    3506000 | #Constraints:     144583
3600.07/3609.80	c #Conflicts:    3507000 | #Constraints:     145583
3600.07/3609.80	c #Conflicts:    3508000 | #Constraints:     146583
3600.07/3609.80	c #Conflicts:    3509000 | #Constraints:     147583
3600.07/3609.80	c #Conflicts:    3510000 | #Constraints:     148583
3600.07/3609.80	c #Conflicts:    3511000 | #Constraints:     149583
3600.07/3609.80	c #Conflicts:    3512000 | #Constraints:     150583
3600.07/3609.80	c #Conflicts:    3513000 | #Constraints:     151583
3600.07/3609.80	c #Conflicts:    3514000 | #Constraints:     152583
3600.07/3609.80	c #Conflicts:    3515000 | #Constraints:     153583
3600.07/3609.80	c #Conflicts:    3516000 | #Constraints:     154583
3600.07/3609.80	c #Conflicts:    3517000 | #Constraints:     155583
3600.07/3609.80	c #Conflicts:    3518000 | #Constraints:     156583
3600.07/3609.80	c #Conflicts:    3519000 | #Constraints:     157583
3600.07/3609.80	c #Conflicts:    3520000 | #Constraints:     158583
3600.07/3609.80	c #Conflicts:    3521000 | #Constraints:     159583
3600.07/3609.80	c #Conflicts:    3522000 | #Constraints:     160583
3600.07/3609.80	c #Conflicts:    3523000 | #Constraints:     161583
3600.07/3609.80	c #Conflicts:    3524000 | #Constraints:     162583
3600.07/3609.80	c #Conflicts:    3525000 | #Constraints:     163583
3600.07/3609.80	c #Conflicts:    3526000 | #Constraints:     164583
3600.07/3609.80	c #Conflicts:    3527000 | #Constraints:     165583
3600.07/3609.80	c #Conflicts:    3528000 | #Constraints:     166583
3600.07/3609.80	c #Conflicts:    3529000 | #Constraints:     167583
3600.07/3609.80	c #Conflicts:    3530000 | #Constraints:     168583
3600.07/3609.80	c #Conflicts:    3531000 | #Constraints:     169583
3600.07/3609.80	c #Conflicts:    3532000 | #Constraints:     170583
3600.07/3609.80	c #Conflicts:    3533000 | #Constraints:     171583
3600.07/3609.80	c #Conflicts:    3534000 | #Constraints:     172583
3600.07/3609.80	c #Conflicts:    3535000 | #Constraints:     173583
3600.07/3609.80	c #Conflicts:    3536000 | #Constraints:     174583
3600.07/3609.80	c #Conflicts:    3537000 | #Constraints:     175583
3600.07/3609.80	c #Conflicts:    3538000 | #Constraints:     176583
3600.07/3609.80	c #Conflicts:    3539000 | #Constraints:     177583
3600.07/3609.80	c #Conflicts:    3540000 | #Constraints:     178583
3600.07/3609.80	c #Conflicts:    3541000 | #Constraints:     179583
3600.07/3609.80	c #Conflicts:    3542000 | #Constraints:     180583
3600.07/3609.80	c #Conflicts:    3543000 | #Constraints:     181583
3600.07/3609.80	c #Conflicts:    3544000 | #Constraints:     182583
3600.07/3609.80	c #Conflicts:    3545000 | #Constraints:     183583
3600.07/3609.80	c #Conflicts:    3546000 | #Constraints:     184583
3600.07/3609.80	c #Conflicts:    3547000 | #Constraints:     185583
3600.07/3609.80	c #Conflicts:    3548000 | #Constraints:     186583
3600.07/3609.80	c #Conflicts:    3549000 | #Constraints:     187583
3600.07/3609.80	c Disabling crashed LP
3600.07/3609.80	c cpu time 3575.71 s
3600.07/3609.80	c deterministic time 200884369896 2.01e+11
3600.07/3609.80	c optimization time 35.7378 s
3600.07/3609.80	c total solve time 3539.52 s
3600.07/3609.80	c core-guided solve time 2925.41 s
3600.07/3609.80	c propagation time 2830.06 s
3600.07/3609.80	c conflict analysis time 669.305 s
3600.07/3609.80	c propagations 1240572143
3600.07/3609.80	c resolve steps 107031476
3600.07/3609.80	c decisions 6602724
3600.07/3609.80	c conflicts 3549648
3600.07/3609.80	c restarts 6141
3600.07/3609.80	c inprocessing phases 92
3600.07/3609.80	c garbage collections 90 ,( 97.83 )
3600.07/3609.80	c input clauses 60604 ,( 91.69 )
3600.07/3609.80	c input cardinalities 3614 ,( 5.47 )
3600.07/3609.80	c input general constraints 1877 ,( 2.84 )
3600.07/3609.80	c input average constraint length 14.10
3600.07/3609.80	c input average constraint degree 5.80
3600.07/3609.80	c learned clauses 3227631 ,( 90.56 )
3600.07/3609.80	c learned cardinalities 53086 ,( 1.49 )
3600.07/3609.80	c learned general constraints 283495 ,( 7.95 )
3600.07/3609.80	c learned average constraint length 233.72
3600.07/3609.80	c learned average constraint degree 6616544.37
3600.07/3609.80	c watched  CF 32, 64, 128, Arb: 137483 , 0 , 0 , 0
3600.07/3609.80	c counting CF 32, 64, 128, Arb: 147890 , 0 , 0 , 0
3600.07/3609.80	c watched   constraints 137483 ,( 48.18 ) 
3600.07/3609.80	c counting  constraints 147889 ,( 51.82 ) 
3600.07/3609.80	c loaded clauses, cards, PBs, (WATCHED, COUNTING): 7467239694 , 1555490957 , 11204076475 ,( 1113006772 , 10091069703 )
3600.07/3609.80	c gcd simplifications 85377
3600.07/3609.80	c detected cardinalities 9826
3600.07/3609.80	c weakened non-implied lits 99268238
3600.07/3609.80	c weakened non-implying lits 616549
3600.07/3609.80	c original variables 945
3600.07/3609.80	c clausal propagations 931503731
3600.07/3609.80	c cardinality propagations 76130363
3600.07/3609.80	c watched propagations 2158881
3600.07/3609.80	c counting propagations 226113428
3600.07/3609.80	c watch lookups 64275473272
3600.07/3609.80	c watch backjump lookups 0
3600.07/3609.80	c watch checks 120310349652
3600.07/3609.80	c propagation checks 11147040363
3600.07/3609.80	c constraint additions 2650049669
3600.07/3609.80	c trail pops 1250710131
3600.07/3609.80	c formula constraints 58245
3600.07/3609.80	c learned constraints 3536822
3600.07/3609.80	c bound constraints 773
3600.07/3609.80	c core-guided constraints 7077
3600.07/3609.80	c encountered formula constraints 12606959
3600.07/3609.80	c encountered learned constraints 60700732
3600.07/3609.80	c encountered bound constraints 730
3600.07/3609.80	c encountered core-guided constraints 37066477
3600.07/3609.80	c LP total time 985.702 s
3600.07/3609.80	c LP solve time 935.87 s
3600.07/3609.80	c LP constraints added 60107
3600.07/3609.80	c LP constraints removed 1832
3600.07/3609.80	c LP pivots internal 3549648
3600.07/3609.80	c LP pivots root 22293
3600.07/3609.80	c LP calls 34412
3600.07/3609.80	c LP optimalities 21578
3600.07/3609.80	c LP no pivot count 8622
3600.07/3609.80	c LP infeasibilities 12832
3600.07/3609.80	c LP valid Farkas constraints 12832
3600.07/3609.80	c LP learned Farkas constraints 12832
3600.07/3609.80	c LP basis resets 0
3600.07/3609.80	c LP cycling count 0
3600.07/3609.80	c LP singular count 0
3600.07/3609.80	c LP no primal count 0
3600.07/3609.80	c LP no farkas count 0
3600.07/3609.80	c LP other issue count 0
3600.07/3609.80	c LP Gomory cuts 1726
3600.07/3609.80	c LP learned cuts 136
3600.07/3609.80	c LP deleted cuts 1832
3600.07/3609.80	c LP encountered Gomory constraints 2
3600.07/3609.80	c LP encountered Farkas constraints 158362
3600.07/3609.80	c LP encountered learned Farkas constraints 35030
3600.07/3609.80	c CG auxiliary variables introduced 2609
3600.07/3609.80	c CG solutions found 22
3600.07/3609.80	c CG cores constructed 750
3600.07/3609.80	c CG core cardinality constraints returned 0
3600.07/3609.80	c CG unit cores 0
3600.07/3609.80	c CG single cores 750
3600.07/3609.80	c CG blocks removed during cardinality reduction 0
3600.07/3609.80	c CG first core best 0
3600.07/3609.80	c CG decision core best 0
3600.07/3609.80	c CG core reduction tie 0
3600.07/3609.80	c CG core degree average 1.00
3600.07/3609.80	c CG core slack average 3.71
3600.07/3609.80	c CG core upper bound improvements 0
3600.07/3609.80	c STR number of successful calls 0
3600.07/3609.80	c STR number of unsuccessful calls 0
3600.07/3609.80	c STR number of inconclusive calls 0
3600.07/3609.80	c STR number of successful attempts 0
3600.07/3609.80	c STR number of unsuccessful attempts 0
3600.07/3609.80	c STR number of inconclusive attempts 0
3600.07/3609.80	c STR average degree increase per successful call inf
3600.07/3609.80	c STR average degree increase per successful attempt inf
3600.07/3609.80	c STR total number of conflicts for successful attempts 0
3600.07/3609.80	c STR total number of conflicts for unsuccessful attempts 0
3600.07/3609.80	c STR total number of conflicts for inconclusive attempts 0
3600.07/3609.80	c STR average number of conflicts per successful attempt inf
3600.07/3609.80	c STR average number of conflicts per unsuccessful attempt inf
3600.07/3609.80	c STR average number of conflicts per inconclusive attempt inf
3600.07/3609.80	c AVG.sumWPerc 41.87 
3600.07/3609.80	c bigint constraints 0 
3600.07/3609.80	o -38
3600.07/3609.80	s SATISFIABLE
3600.07/3609.80	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 x185 -x186 -x187 -x188 -x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 x202 -x203 -x204 -x205 -x206 -x207 -x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 x228 -x229 -x230 -x231 -x232 -x233 -x234 x235 -x236 -x237 -x238 -x239 -x240 -x241 -x242 -x243 -x244 -x245 -x246 -x247 -x248 -x249 -x250 -x251 -x252 -x253 -x254 -x255 -x256 -x257 -x258 -x259 -x260 -x261 -x262 -x263 -x264 -x265 -x266 -x267 -x268 -x269 -x270 -x271 x272 -x273 -x274 -x275 -x276 -x277 -x278 -x279 -x280 -x281 -x282 -x283 -x284 -x285 -x286 -x287 -x288 x289 -x290 -x291 -x292 -x293 -x294 -x295 -x296 -x297 -x298 -x299 -x300 -x301 -x302 -x303 -x304 -x305 -x306 -x307 -x308 x309 -x310 -x311 -x312 -x313 -x314 -x315 -x316 -x317 -x318 -x319 -x320 -x321 -x322 -x323 -x324 -x325 -x326 -x327 -x328 -x329 -x330 -x331 -x332 -x333 -x334 x335 -x336 -x337 -x338 -x339 -x340 -x341 -x342 -x343 -x344 -x345 -x346 -x347 -x348 -x349 -x350 -x351 -x352 -x353 -x354 -x355 x356 -x357 -x358 -x359 -x360 -x361 -x362 -x363 -x364 -x365 -x366 -x367 -x368 -x369 -x370 -x371 -x372 -x373 -x374 x375 -x376 -x377 -x378 -x379 -x380 -x381 -x382 -x383 -x384 -x385 -x386 -x387 -x388 x389 -x390 -x391 -x392 -x393 -x394 -x395 -x396 -x397 -x398 -x399 -x400 -x401 -x402 -x403 -x404 -x405 x406 -x407 -x408 -x409 -x410 -x411 -x412 -x413 -x414 -x415 -x416 -x417 -x418 -x419 -x420 -x421 -x422 -x423 -x424 -x425 -x426 -x427 -x428 -x429 -x430 -x431 -x432 -x433 -x434 -x435 -x436 -x437 -x438 x439 -x440 -x441 -x442 -x443 x444 -x445 -x446 -x447 -x448 -x449 -x450 -x451 -x452 -x453 -x454 -x455 -x456 -x457 -x458 -x459 -x460 -x461 -x462 x463 -x464 -x465 -x466 -x467 -x468 -x469 -x470 -x471 -x472 -x473 -x474 -x475 -x476 -x477 -x478 -x479 -x480 -x481 -x482 -x483 -x484 -x485 -x486 -x487 x488 -x489 -x490 -x491 -x492 -x493 -x494 -x495 -x496 -x497 -x498 -x499 -x500 -x501 -x502 -x503 -x504 -x505 -x506 -x507 -x508 -x509 x510 -x511 -x512 -x513 -x514 -x515 -x516 -x517 -x518 -x519 -x520 -x521 -x522 -x523 -x524 -x525 -x526 -x527 -x528 -x529 -x530 -x531 -x532 -x533 -x534 -x535 -x536 -x537 -x538 -x539 -x540 -x541 -x542 -x543 -x544 -x545 -x546 -x547 -x548 -x549 -x550 -x551 -x552 -x553 -x554 -x555 -x556 -x557 -x558 -x559 -x560 -x561 -x562 -x563 -x564 -x565 -x566 -x567 -x568 -x569 -x570 -x571 x572 -x573 -x574 -x575 -x576 -x577 -x578 -x579 -x580 -x581 -x582 -x583 -x584 -x585 -x586 -x587 -x588 -x589 x590 -x591 -x592 -x593 -x594 -x595 -x596 -x597 -x598 -x599 -x600 -x601 -x602 -x603 -x604 -x605 -x606 -x607 -x608 -x609 -x610 -x611 -x612 -x613 -x614 -x615 -x616 -x617 -x618 -x619 -x620 -x621 -x622 -x623 -x624 -x625 -x626 -x627 -x628 x629 -x630 -x631 -x632 -x633 -x634 -x635 -x636 -x637 -x638 -x639 -x640 -x641 -x642 -x643 -x644 -x645 -x646 -x647 -x648 -x649 -x650 -x651 -x652 -x653 -x654 -x655 -x656 -x657 -x658 -x659 -x660 -x661 -x662 -x663 -x664 -x665 -x666 -x667 -x668 -x669 -x670 -x671 -x672 -x673 -x674 -x675 -x676 -x677 -x678 x679 -x680 -x681 -x682 -x683 -x684 -x685 -x686 -x687 -x688 -x689 -x690 -x691 -x692 -x693 -x694 -x695 -x696 -x697 -x698 -x699 -x700 -x701 -x702 -x703 -x704 -x705 -x706 -x707 -x708 -x709 -x710 -x711 -x712 -x713 -x714 -x715 -x716 -x717 -x718 -x719 -x720 -x721 -x722 -x723 -x724 -x725 -x726 -x727 -x728 -x729 x730 -x731 -x732 -x733 -x734 -x735 -x736 -x737 -x738 -x739 -x740 -x741 -x742 -x743 -x744 -x745 -x746 -x747 -x748 -x749 -x750 -x751 -x752 -x753 -x754 x755 -x756 -x757 -x758 -x759 -x760 -x761 -x762 -x763 -x764 -x765 -x766 -x767 -x768 -x769 -x770 -x771 x772 -x773 -x774 -x775 -x776 -x777 -x778 -x779 -x780 -x781 -x782 -x783 -x784 -x785 -x786 -x787 -x788 -x789 -x790 -x791 -x792 -x793 -x794 -x795 -x796 x797 -x798 -x799 -x800 -x801 -x802 -x803 -x804 -x805 -x806 x807 -x808 -x809 -x810 -x811 -x812 -x813 -x814 -x815 -x816 -x817 -x818 -x819 -x820 -x821 -x822 -x823 -x824 -x825 -x826 -x827 x828 -x829 -x830 -x831 -x832 -x833 -x834 -x835 -x836 -x837 -x838 -x839 -x840 -x841 -x842 -x843 -x844 -x845 -x846 -x847 -x848 x849 -x850 -x851 -x852 -x853 -x854 -x855 -x856 -x857 -x858 -x859 -x860 -x861 -x862 -x863 -x864 -x865 -x866 -x867 x868 -x869 -x870 -x871 -x872 -x873 -x874 -x875 -x876 -x877 -x878 -x879 -x880 -x881 -x882 -x883 -x884 -x885 -x886 -x887 -x888 -x889 -x890 -x891 -x892 -x893 -x894 -x895 -x896 -x897 x898 -x899 -x900 -x901 -x902 -x903 -x904 -x905 -x906 -x907 -x908 -x909 -x910 -x911 -x912 -x913 -x914 -x915 -x916 -x917 -x918 -x919 -x920 -x921 x922 -x923 -x924 -x925 -x926 -x927 -x928 -x929 -x930 -x931 -x932 -x933 -x934 -x935 -x936 -x937 -x938 -x939 -x940 -x941 x942 -x943 -x944 -x945
3600.07/3609.80	c Program interrupted by user.

Verifier Data

OK	-38

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63837 MiB (62822 MiB free)
  memory of node 1: 64465 MiB (63422 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4485000-1751297826/watcher-4485000-1751297826 -o /tmp/evaluation-result-4485000-1751297826/solver-4485000-1751297826 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC005-1751294213-42264 --watchdog 3760 run-opt-ls.sh HOME/instance-4485000-1751297826.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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

solver pid=42627, runsolver pid=42624

[startup+0.100073 s]*
/proc/loadavg: 4.11 4.11 4.05 6/249 42634
/proc/meminfo: memFree=129267340/131382112 swapFree=33010684/33010684
[pid=42627] ppid=42624 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/42627/stat : 42627 (run-opt-ls.sh) S 42624 42627 42252 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 45461979 4292608 736 18446744073709551615 94776795430912 94776796325445 140721780731840 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94776796564496 94776796612240 94776819036160 140721780738407 140721780738533 140721780738533 140721780744135 0
/proc/42627/statm: 1048 736 672 219 0 110 0
[pid=42629] ppid=42627 vsize=33360 memory=22896 CPUtime=0.08 cores=1,3
/proc/42629/stat : 42629 (pbsuma) R 42627 42627 42252 0 -1 4194304 4101 0 0 0 6 2 0 0 20 0 1 0 45461980 34160640 5724 18446744073709551615 4210688 4653049 140735987964944 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 4700520 4703148 25325568 140735987972451 140735987972658 140735987972658 140735987978223 0
/proc/42629/statm: 8340 5724 992 108 0 5748 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 37552 KiB
Current children cumulated memory: 25840 KiB

[startup+0.214677 s]*
/proc/loadavg: 4.11 4.11 4.05 5/248 42641
/proc/meminfo: memFree=129256868/131382112 swapFree=33010684/33010684
[pid=42627] ppid=42624 vsize=4192 memory=2944 CPUtime=0.13 cores=1,3
/proc/42627/stat : 42627 (run-opt-ls.sh) S 42624 42627 42252 0 -1 4194304 236 6834 0 0 0 0 10 3 20 0 1 0 45461979 4292608 736 18446744073709551615 94776795430912 94776796325445 140721780731840 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94776796564496 94776796612240 94776819036160 140721780738407 140721780738533 140721780738533 140721780744135 0
/proc/42627/statm: 1048 736 672 219 0 110 0
[pid=42636] ppid=42627 vsize=57148 memory=12244 CPUtime=0.04 cores=1,3
/proc/42636/stat : 42636 (roundingsat) R 42627 42627 42252 0 -1 4194304 843 0 0 0 3 1 0 0 20 0 1 0 45461995 58519552 3061 18446744073709551615 4227072 8923433 140735468359392 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 22118400 140735468362054 140735468362280 140735468362280 140735468367850 0
/proc/42636/statm: 14287 3061 1952 1147 0 1714 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 61340 KiB
Current children cumulated memory: 15188 KiB

[startup+0.315261 s]*
/proc/loadavg: 4.11 4.11 4.05 5/248 42648
/proc/meminfo: memFree=129256728/131382112 swapFree=33010684/33010684
[pid=42627] ppid=42624 vsize=4192 memory=2944 CPUtime=0.13 cores=1,3
/proc/42627/stat : 42627 (run-opt-ls.sh) S 42624 42627 42252 0 -1 4194304 236 6834 0 0 0 0 10 3 20 0 1 0 45461979 4292608 736 18446744073709551615 94776795430912 94776796325445 140721780731840 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94776796564496 94776796612240 94776819036160 140721780738407 140721780738533 140721780738533 140721780744135 0
/proc/42627/statm: 1048 736 672 219 0 110 0
[pid=42636] ppid=42627 vsize=60856 memory=15704 CPUtime=0.14 cores=1,3
/proc/42636/stat : 42636 (roundingsat) R 42627 42627 42252 0 -1 4194304 1815 0 0 0 11 3 0 0 20 0 1 0 45461995 62316544 3926 18446744073709551615 4227072 8923433 140735468359392 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 22118400 140735468362054 140735468362280 140735468362280 140735468367850 0
/proc/42636/statm: 15214 3926 1952 1147 0 2641 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 65048 KiB
Current children cumulated memory: 18648 KiB

[startup+0.700358 s]
/proc/loadavg: 4.11 4.11 4.05 5/250 42657
/proc/meminfo: memFree=129259768/131382112 swapFree=33010684/33010684
[pid=42627] ppid=42624 vsize=4192 memory=2944 CPUtime=0.13 cores=1,3
/proc/42627/stat : 42627 (run-opt-ls.sh) S 42624 42627 42252 0 -1 4194304 236 6834 0 0 0 0 10 3 20 0 1 0 45461979 4292608 736 18446744073709551615 94776795430912 94776796325445 140721780731840 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94776796564496 94776796612240 94776819036160 140721780738407 140721780738533 140721780738533 140721780744135 0
/proc/42627/statm: 1048 736 672 219 0 110 0
[pid=42636] ppid=42627 vsize=89744 memory=46392 CPUtime=0.51 cores=1,3
/proc/42636/stat : 42636 (roundingsat) R 42627 42627 42252 0 -1 4194304 7397 0 0 0 38 13 0 0 20 0 1 0 45461995 91897856 11598 18446744073709551615 4227072 8923433 140735468359392 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 22118400 140735468362054 140735468362280 140735468362280 140735468367850 0
/proc/42636/statm: 22436 11598 2208 1147 0 9863 0
Current children cumulated CPU time: 0.64 s
Current children cumulated vsize: 93936 KiB
Current children cumulated memory: 49336 KiB

[startup+1.50035 s]
/proc/loadavg: 4.11 4.11 4.05 6/250 42683
/proc/meminfo: memFree=129112276/131382112 swapFree=33010684/33010684
[pid=42627] ppid=42624 vsize=4192 memory=2944 CPUtime=0.13 cores=1,3
/proc/42627/stat : 42627 (run-opt-ls.sh) S 42624 42627 42252 0 -1 4194304 236 6834 0 0 0 0 10 3 20 0 1 0 45461979 4292608 736 18446744073709551615 94776795430912 94776796325445 140721780731840 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94776796564496 94776796612240 94776819036160 140721780738407 140721780738533 140721780738533 140721780744135 0
/proc/42627/statm: 1048 736 672 219 0 110 0
[pid=42636] ppid=42627 vsize=135276 memory=90580 CPUtime=1.32 cores=1,3
/proc/42636/stat : 42636 (roundingsat) R 42627 42627 42252 0 -1 4194304 12843 0 0 0 115 17 0 0 20 0 1 0 45461995 138522624 22645 18446744073709551615 4227072 8923433 140735468359392 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 22118400 140735468362054 140735468362280 140735468362280 140735468367850 0
/proc/42636/statm: 33819 22645 2336 1147 0 21246 0
Current children cumulated CPU time: 1.45 s
Current children cumulated vsize: 139468 KiB
Current children cumulated memory: 93524 KiB

[startup+3.11237 s]
/proc/loadavg: 4.10 4.11 4.05 5/255 42697
/proc/meminfo: memFree=128998432/131382112 swapFree=33010684/33010684
[pid=42627] ppid=42624 vsize=4192 memory=2944 CPUtime=0.13 cores=1,3
/proc/42627/stat : 42627 (run-opt-ls.sh) S 42624 42627 42252 0 -1 4194304 236 6834 0 0 0 0 10 3 20 0 1 0 45461979 4292608 736 18446744073709551615 94776795430912 94776796325445 140721780731840 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94776796564496 94776796612240 94776819036160 140721780738407 140721780738533 140721780738533 140721780744135 0
/proc/42627/statm: 1048 736 672 219 0 110 0
[pid=42636] ppid=42627 vsize=160680 memory=108612 CPUtime=2.92 cores=1,3
/proc/42636/stat : 42636 (roundingsat) R 42627 42627 42252 0 -1 4194304 16790 0 0 0 271 21 0 0 20 0 1 0 45461995 164536320 27153 18446744073709551615 4227072 8923433 140735468359392 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 22118400 140735468362054 140735468362280 140735468362280 140735468367850 0
/proc/42636/statm: 40170 27153 2400 1147 0 27597 0
Current children cumulated CPU time: 3.05 s
Current children cumulated vsize: 164872 KiB
Current children cumulated memory: 111556 KiB

[startup+6.30038 s]
/proc/loadavg: 4.10 4.11 4.05 5/255 42697
/proc/meminfo: memFree=128972464/131382112 swapFree=33010684/33010684
[pid=42627] ppid=42624 vsize=4192 memory=2944 CPUtime=0.13 cores=1,3
/proc/42627/stat : 42627 (run-opt-ls.sh) S 42624 42627 42252 0 -1 4194304 236 6834 0 0 0 0 10 3 20 0 1 0 45461979 4292608 736 18446744073709551615 94776795430912 94776796325445 140721780731840 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94776796564496 94776796612240 94776819036160 140721780738407 140721780738533 140721780738533 140721780744135 0
/proc/42627/statm: 1048 736 672 219 0 110 0
[pid=42636] ppid=42627 vsize=163296 memory=111140 CPUtime=6.1 cores=1,3
/proc/42636/stat : 42636 (roundingsat) R 42627 42627 42252 0 -1 4194304 16921 0 0 0 576 34 0 0 20 0 1 0 45461995 167215104 27785 18446744073709551615 4227072 8923433 140735468359392 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 22118400 140735468362054 140735468362280 140735468362280 140735468367850 0
/proc/42636/statm: 40824 27785 2400 1147 0 28251 0
Current children cumulated CPU time: 6.23 s
Current children cumulated vsize: 167488 KiB
Current children cumulated memory: 114084 KiB

[startup+12.7004 s]
/proc/loadavg: 4.09 4.10 4.05 5/255 42698
/proc/meminfo: memFree=128911856/131382112 swapFree=33010684/33010684
[pid=42627] ppid=42624 vsize=4192 memory=2944 CPUtime=0.13 cores=1,3
/proc/42627/stat : 42627 (run-opt-ls.sh) S 42624 42627 42252 0 -1 4194304 236 6834 0 0 0 0 10 3 20 0 1 0 45461979 4292608 736 18446744073709551615 94776795430912 94776796325445 140721780731840 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94776796564496 94776796612240 94776819036160 140721780738407 140721780738533 140721780738533 140721780744135 0
/proc/42627/statm: 1048 736 672 219 0 110 0
[pid=42636] ppid=42627 vsize=171996 memory=123912 CPUtime=12.48 cores=1,3
/proc/42636/stat : 42636 (roundingsat) R 42627 42627 42252 0 -1 4194304 19212 0 0 0 1204 44 0 0 20 0 1 0 45461995 176123904 30978 18446744073709551615 4227072 8923433 140735468359392 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 22118400 140735468362054 140735468362280 140735468362280 140735468367850 0
/proc/42636/statm: 42999 30978 2400 1147 0 30426 0
Current children cumulated CPU time: 12.61 s
Current children cumulated vsize: 176188 KiB
Current children cumulated memory: 126856 KiB

[startup+25.5004 s]
/proc/loadavg: 4.15 4.12 4.05 5/255 42698
/proc/meminfo: memFree=128871484/131382112 swapFree=33010684/33010684
[pid=42627] ppid=42624 vsize=4192 memory=2944 CPUtime=0.13 cores=1,3
/proc/42627/stat : 42627 (run-opt-ls.sh) S 42624 42627 42252 0 -1 4194304 236 6834 0 0 0 0 10 3 20 0 1 0 45461979 4292608 736 18446744073709551615 94776795430912 94776796325445 140721780731840 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94776796564496 94776796612240 94776819036160 140721780738407 140721780738533 140721780738533 140721780744135 0
/proc/42627/statm: 1048 736 672 219 0 110 0
[pid=42636] ppid=42627 vsize=175484 memory=127368 CPUtime=25.25 cores=1,3
/proc/42636/stat : 42636 (roundingsat) R 42627 42627 42252 0 -1 4194304 20087 0 0 0 2466 59 0 0 20 0 1 0 45461995 179695616 31842 18446744073709551615 4227072 8923433 140735468359392 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 22118400 140735468362054 140735468362280 140735468362280 140735468367850 0
/proc/42636/statm: 43871 31842 2400 1147 0 31298 0
Current children cumulated CPU time: 25.38 s
Current children cumulated vsize: 179676 KiB
Current children cumulated memory: 130312 KiB

[startup+51.1123 s]
/proc/loadavg: 4.10 4.11 4.05 5/255 42698
/proc/meminfo: memFree=128743976/131382112 swapFree=33010684/33010684
[pid=42627] ppid=42624 vsize=4192 memory=2944 CPUtime=0.13 cores=1,3
/proc/42627/stat : 42627 (run-opt-ls.sh) S 42624 42627 42252 0 -1 4194304 236 6834 0 0 0 0 10 3 20 0 1 0 45461979 4292608 736 18446744073709551615 94776795430912 94776796325445 140721780731840 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94776796564496 94776796612240 94776819036160 140721780738407 140721780738533 140721780738533 140721780744135 0
/proc/42627/statm: 1048 736 672 219 0 110 0
[pid=42636] ppid=42627 vsize=192956 memory=146640 CPUtime=50.78 cores=1,3
/proc/42636/stat : 42636 (roundingsat) R 42627 42627 42252 0 -1 4194304 22296 0 0 0 4987 91 0 0 20 0 1 0 45461995 197586944 36660 18446744073709551615 4227072 8923433 140735468359392 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 22118400 140735468362054 140735468362280 140735468362280 140735468367850 0
/proc/42636/statm: 48239 36660 2400 1147 0 35666 0
Current children cumulated CPU time: 50.91 s
Current children cumulated vsize: 197148 KiB
Current children cumulated memory: 149584 KiB

[startup+102.3 s]
/proc/loadavg: 4.43 4.19 4.08 5/256 42701
/proc/meminfo: memFree=128507512/131382112 swapFree=33010684/33010684
[pid=42627] ppid=42624 vsize=4192 memory=2944 CPUtime=0.13 cores=1,3
/proc/42627/stat : 42627 (run-opt-ls.sh) S 42624 42627 42252 0 -1 4194304 236 6834 0 0 0 0 10 3 20 0 1 0 45461979 4292608 736 18446744073709551615 94776795430912 94776796325445 140721780731840 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94776796564496 94776796612240 94776819036160 140721780738407 140721780738533 140721780738533 140721780744135 0
/proc/42627/statm: 1048 736 672 219 0 110 0
[pid=42636] ppid=42627 vsize=311936 memory=246144 CPUtime=101.81 cores=1,3
/proc/42636/stat : 42636 (roundingsat) R 42627 42627 42252 0 -1 4194304 28767 0 0 0 10038 143 0 0 20 0 1 0 45461995 319422464 61536 18446744073709551615 4227072 8923433 140735468359392 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 22118400 140735468362054 140735468362280 140735468362280 140735468367850 0
/proc/42636/statm: 77984 61536 2400 1147 0 65411 0
Current children cumulated CPU time: 101.94 s
Current children cumulated vsize: 316128 KiB
Current children cumulated memory: 249088 KiB

[startup+162.3 s]
/proc/loadavg: 4.60 4.30 4.13 5/256 42703
/proc/meminfo: memFree=128374880/131382112 swapFree=33010684/33010684
[pid=42627] ppid=42624 vsize=4192 memory=2944 CPUtime=0.13 cores=1,3
/proc/42627/stat : 42627 (run-opt-ls.sh) S 42624 42627 42252 0 -1 4194304 236 6834 0 0 0 0 10 3 20 0 1 0 45461979 4292608 736 18446744073709551615 94776795430912 94776796325445 140721780731840 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94776796564496 94776796612240 94776819036160 140721780738407 140721780738533 140721780738533 140721780744135 0
/proc/42627/statm: 1048 736 672 219 0 110 0
[pid=42636] ppid=42627 vsize=319572 memory=253568 CPUtime=161.66 cores=1,3
/proc/42636/stat : 42636 (roundingsat) R 42627 42627 42252 0 -1 4194304 30666 0 0 0 15960 206 0 0 20 0 1 0 45461995 327241728 63392 18446744073709551615 4227072 8923433 140735468359392 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 22118400 140735468362054 140735468362280 140735468362280 140735468367850 0
/proc/42636/statm: 79893 63392 2400 1147 0 67320 0
Current children cumulated CPU time: 161.79 s
Current children cumulated vsize: 323764 KiB
Current children cumulated memory: 256512 KiB

[startup+222.3 s]
/proc/loadavg: 4.27 4.26 4.12 5/255 42705
/proc/meminfo: memFree=128306168/131382112 swapFree=33010684/33010684
[pid=42627] ppid=42624 vsize=4192 memory=2944 CPUtime=0.13 cores=1,3
/proc/42627/stat : 42627 (run-opt-ls.sh) S 42624 42627 42252 0 -1 4194304 236 6834 0 0 0 0 10 3 20 0 1 0 45461979 4292608 736 18446744073709551615 94776795430912 94776796325445 140721780731840 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94776796564496 94776796612240 94776819036160 140721780738407 140721780738533 140721780738533 140721780744135 0
/proc/42627/statm: 1048 736 672 219 0 110 0
[pid=42636] ppid=42627 vsize=333948 memory=281560 CPUtime=221.5 cores=1,3
/proc/42636/stat : 42636 (roundingsat) R 42627 42627 42252 0 -1 4194304 34102 0 0 0 21904 246 0 0 20 0 1 0 45461995 341962752 70390 18446744073709551615 4227072 8923433 140735468359392 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 22118400 140735468362054 140735468362280 140735468362280 140735468367850 0
/proc/42636/statm: 83487 70390 2400 1147 0 70914 0
Current children cumulated CPU time: 221.63 s

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

/proc/42636/statm: 227208 170054 2400 1147 0 214635 0
Current children cumulated CPU time: 3034.06 s
Current children cumulated vsize: 913024 KiB
Current children cumulated memory: 683160 KiB

[startup+3102.3 s]
/proc/loadavg: 4.27 4.15 4.11 5/255 42850
/proc/meminfo: memFree=126656936/131382112 swapFree=33010684/33010684
[pid=42627] ppid=42624 vsize=4192 memory=2944 CPUtime=0.13 cores=1,3
/proc/42627/stat : 42627 (run-opt-ls.sh) S 42624 42627 42252 0 -1 4194304 236 6834 0 0 0 0 10 3 20 0 1 0 45461979 4292608 736 18446744073709551615 94776795430912 94776796325445 140721780731840 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94776796564496 94776796612240 94776819036160 140721780738407 140721780738533 140721780738533 140721780744135 0
/proc/42627/statm: 1048 736 672 219 0 110 0
[pid=42636] ppid=42627 vsize=910584 memory=682008 CPUtime=3093.78 cores=1,3
/proc/42636/stat : 42636 (roundingsat) R 42627 42627 42252 0 -1 4194304 71522 0 0 0 307243 2135 0 0 20 0 1 0 45461995 932438016 170502 18446744073709551615 4227072 8923433 140735468359392 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 22118400 140735468362054 140735468362280 140735468362280 140735468367850 0
/proc/42636/statm: 227646 170502 2400 1147 0 215073 0
Current children cumulated CPU time: 3093.91 s
Current children cumulated vsize: 914776 KiB
Current children cumulated memory: 684952 KiB

[startup+3162.3 s]
/proc/loadavg: 4.14 4.14 4.11 5/255 42852
/proc/meminfo: memFree=126644076/131382112 swapFree=33010684/33010684
[pid=42627] ppid=42624 vsize=4192 memory=2944 CPUtime=0.13 cores=1,3
/proc/42627/stat : 42627 (run-opt-ls.sh) S 42624 42627 42252 0 -1 4194304 236 6834 0 0 0 0 10 3 20 0 1 0 45461979 4292608 736 18446744073709551615 94776795430912 94776796325445 140721780731840 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94776796564496 94776796612240 94776819036160 140721780738407 140721780738533 140721780738533 140721780744135 0
/proc/42627/statm: 1048 736 672 219 0 110 0
[pid=42636] ppid=42627 vsize=919180 memory=689432 CPUtime=3153.62 cores=1,3
/proc/42636/stat : 42636 (roundingsat) R 42627 42627 42252 0 -1 4194304 73426 0 0 0 313201 2161 0 0 20 0 1 0 45461995 941240320 172358 18446744073709551615 4227072 8923433 140735468359392 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 22118400 140735468362054 140735468362280 140735468362280 140735468367850 0
/proc/42636/statm: 229795 172358 2400 1147 0 217222 0
Current children cumulated CPU time: 3153.75 s
Current children cumulated vsize: 923372 KiB
Current children cumulated memory: 692376 KiB

[startup+3222.3 s]
/proc/loadavg: 4.14 4.14 4.11 5/257 42859
/proc/meminfo: memFree=126610252/131382112 swapFree=33010684/33010684
[pid=42627] ppid=42624 vsize=4192 memory=2944 CPUtime=0.13 cores=1,3
/proc/42627/stat : 42627 (run-opt-ls.sh) S 42624 42627 42252 0 -1 4194304 236 6834 0 0 0 0 10 3 20 0 1 0 45461979 4292608 736 18446744073709551615 94776795430912 94776796325445 140721780731840 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94776796564496 94776796612240 94776819036160 140721780738407 140721780738533 140721780738533 140721780744135 0
/proc/42627/statm: 1048 736 672 219 0 110 0
[pid=42636] ppid=42627 vsize=925116 memory=695704 CPUtime=3213.47 cores=1,3
/proc/42636/stat : 42636 (roundingsat) R 42627 42627 42252 0 -1 4194304 75008 0 0 0 319144 2203 0 0 20 0 1 0 45461995 947318784 173926 18446744073709551615 4227072 8923433 140735468359392 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 22118400 140735468362054 140735468362280 140735468362280 140735468367850 0
/proc/42636/statm: 231279 173926 2400 1147 0 218706 0
Current children cumulated CPU time: 3213.6 s
Current children cumulated vsize: 929308 KiB
Current children cumulated memory: 698648 KiB

[startup+3282.3 s]
/proc/loadavg: 4.09 4.13 4.10 5/257 42861
/proc/meminfo: memFree=126611980/131382112 swapFree=33010684/33010684
[pid=42627] ppid=42624 vsize=4192 memory=2944 CPUtime=0.13 cores=1,3
/proc/42627/stat : 42627 (run-opt-ls.sh) S 42624 42627 42252 0 -1 4194304 236 6834 0 0 0 0 10 3 20 0 1 0 45461979 4292608 736 18446744073709551615 94776795430912 94776796325445 140721780731840 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94776796564496 94776796612240 94776819036160 140721780738407 140721780738533 140721780738533 140721780744135 0
/proc/42627/statm: 1048 736 672 219 0 110 0
[pid=42636] ppid=42627 vsize=925116 memory=695704 CPUtime=3273.31 cores=1,3
/proc/42636/stat : 42636 (roundingsat) R 42627 42627 42252 0 -1 4194304 75027 0 0 0 325096 2235 0 0 20 0 1 0 45461995 947318784 173926 18446744073709551615 4227072 8923433 140735468359392 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 22118400 140735468362054 140735468362280 140735468362280 140735468367850 0
/proc/42636/statm: 231279 173926 2400 1147 0 218706 0
Current children cumulated CPU time: 3273.44 s
Current children cumulated vsize: 929308 KiB
Current children cumulated memory: 698648 KiB

[startup+3342.3 s]
/proc/loadavg: 4.14 4.13 4.10 5/256 42863
/proc/meminfo: memFree=126614248/131382112 swapFree=33010684/33010684
[pid=42627] ppid=42624 vsize=4192 memory=2944 CPUtime=0.13 cores=1,3
/proc/42627/stat : 42627 (run-opt-ls.sh) S 42624 42627 42252 0 -1 4194304 236 6834 0 0 0 0 10 3 20 0 1 0 45461979 4292608 736 18446744073709551615 94776795430912 94776796325445 140721780731840 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94776796564496 94776796612240 94776819036160 140721780738407 140721780738533 140721780738533 140721780744135 0
/proc/42627/statm: 1048 736 672 219 0 110 0
[pid=42636] ppid=42627 vsize=925552 memory=696088 CPUtime=3333.15 cores=1,3
/proc/42636/stat : 42636 (roundingsat) R 42627 42627 42252 0 -1 4194304 75146 0 0 0 331046 2269 0 0 20 0 1 0 45461995 947765248 174022 18446744073709551615 4227072 8923433 140735468359392 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 22118400 140735468362054 140735468362280 140735468362280 140735468367850 0
/proc/42636/statm: 231388 174022 2400 1147 0 218815 0
Current children cumulated CPU time: 3333.28 s
Current children cumulated vsize: 929744 KiB
Current children cumulated memory: 699032 KiB

[startup+3402.3 s]
/proc/loadavg: 4.11 4.12 4.09 5/256 42865
/proc/meminfo: memFree=126616968/131382112 swapFree=33010684/33010684
[pid=42627] ppid=42624 vsize=4192 memory=2944 CPUtime=0.13 cores=1,3
/proc/42627/stat : 42627 (run-opt-ls.sh) S 42624 42627 42252 0 -1 4194304 236 6834 0 0 0 0 10 3 20 0 1 0 45461979 4292608 736 18446744073709551615 94776795430912 94776796325445 140721780731840 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94776796564496 94776796612240 94776819036160 140721780738407 140721780738533 140721780738533 140721780744135 0
/proc/42627/statm: 1048 736 672 219 0 110 0
[pid=42636] ppid=42627 vsize=925552 memory=696216 CPUtime=3393 cores=1,3
/proc/42636/stat : 42636 (roundingsat) R 42627 42627 42252 0 -1 4194304 75157 0 0 0 336988 2312 0 0 20 0 1 0 45461995 947765248 174054 18446744073709551615 4227072 8923433 140735468359392 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 22118400 140735468362054 140735468362280 140735468362280 140735468367850 0
/proc/42636/statm: 231388 174054 2400 1147 0 218815 0
Current children cumulated CPU time: 3393.13 s
Current children cumulated vsize: 929744 KiB
Current children cumulated memory: 699160 KiB

[startup+3462.3 s]
/proc/loadavg: 4.20 4.14 4.10 5/256 42867
/proc/meminfo: memFree=126618176/131382112 swapFree=33010684/33010684
[pid=42627] ppid=42624 vsize=4192 memory=2944 CPUtime=0.13 cores=1,3
/proc/42627/stat : 42627 (run-opt-ls.sh) S 42624 42627 42252 0 -1 4194304 236 6834 0 0 0 0 10 3 20 0 1 0 45461979 4292608 736 18446744073709551615 94776795430912 94776796325445 140721780731840 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94776796564496 94776796612240 94776819036160 140721780738407 140721780738533 140721780738533 140721780744135 0
/proc/42627/statm: 1048 736 672 219 0 110 0
[pid=42636] ppid=42627 vsize=925552 memory=696216 CPUtime=3452.83 cores=1,3
/proc/42636/stat : 42636 (roundingsat) R 42627 42627 42252 0 -1 4194304 75157 0 0 0 342941 2342 0 0 20 0 1 0 45461995 947765248 174054 18446744073709551615 4227072 8923433 140735468359392 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 22118400 140735468362054 140735468362280 140735468362280 140735468367850 0
/proc/42636/statm: 231388 174054 2400 1147 0 218815 0
Current children cumulated CPU time: 3452.96 s
Current children cumulated vsize: 929744 KiB
Current children cumulated memory: 699160 KiB

[startup+3522.3 s]
/proc/loadavg: 4.14 4.13 4.09 5/254 42876
/proc/meminfo: memFree=126627080/131382112 swapFree=33010684/33010684
[pid=42627] ppid=42624 vsize=4192 memory=2944 CPUtime=0.13 cores=1,3
/proc/42627/stat : 42627 (run-opt-ls.sh) S 42624 42627 42252 0 -1 4194304 236 6834 0 0 0 0 10 3 20 0 1 0 45461979 4292608 736 18446744073709551615 94776795430912 94776796325445 140721780731840 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94776796564496 94776796612240 94776819036160 140721780738407 140721780738533 140721780738533 140721780744135 0
/proc/42627/statm: 1048 736 672 219 0 110 0
[pid=42636] ppid=42627 vsize=929528 memory=699544 CPUtime=3512.68 cores=1,3
/proc/42636/stat : 42636 (roundingsat) R 42627 42627 42252 0 -1 4194304 76003 0 0 0 348894 2374 0 0 20 0 1 0 45461995 951836672 174886 18446744073709551615 4227072 8923433 140735468359392 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 22118400 140735468362054 140735468362280 140735468362280 140735468367850 0
/proc/42636/statm: 232382 174886 2400 1147 0 219809 0
Current children cumulated CPU time: 3512.81 s
Current children cumulated vsize: 933720 KiB
Current children cumulated memory: 702488 KiB

[startup+3582.3 s]
/proc/loadavg: 4.10 4.12 4.09 5/254 42878
/proc/meminfo: memFree=126589588/131382112 swapFree=33010684/33010684
[pid=42627] ppid=42624 vsize=4192 memory=2944 CPUtime=0.13 cores=1,3
/proc/42627/stat : 42627 (run-opt-ls.sh) S 42624 42627 42252 0 -1 4194304 236 6834 0 0 0 0 10 3 20 0 1 0 45461979 4292608 736 18446744073709551615 94776795430912 94776796325445 140721780731840 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94776796564496 94776796612240 94776819036160 140721780738407 140721780738533 140721780738533 140721780744135 0
/proc/42627/statm: 1048 736 672 219 0 110 0
[pid=42636] ppid=42627 vsize=950156 memory=719384 CPUtime=3572.52 cores=1,3
/proc/42636/stat : 42636 (roundingsat) R 42627 42627 42252 0 -1 4194304 81002 0 0 0 354846 2406 0 0 20 0 1 0 45461995 972959744 179846 18446744073709551615 4227072 8923433 140735468359392 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 22118400 140735468362054 140735468362280 140735468362280 140735468367850 0
/proc/42636/statm: 237539 179846 2400 1147 0 224966 0
Current children cumulated CPU time: 3572.65 s
Current children cumulated vsize: 954348 KiB
Current children cumulated memory: 722328 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.8 s]
/proc/loadavg: 4.13 4.13 4.09 5/254 42879
/proc/meminfo: memFree=126604516/131382112 swapFree=33010684/33010684
[pid=42627] ppid=42624 vsize=4192 memory=2944 CPUtime=0.13 cores=1,3
/proc/42627/stat : 42627 (run-opt-ls.sh) S 42624 42627 42252 0 -1 4194304 236 6834 0 0 0 0 10 3 20 0 1 0 45461979 4292608 736 18446744073709551615 94776795430912 94776796325445 140721780731840 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94776796564496 94776796612240 94776819036160 140721780738407 140721780738533 140721780738533 140721780744135 0
/proc/42627/statm: 1048 736 672 219 0 110 0
[pid=42636] ppid=42627 vsize=950156 memory=719384 CPUtime=3599.94 cores=1,3
/proc/42636/stat : 42636 (roundingsat) R 42627 42627 42252 0 -1 4194304 81002 0 0 0 357570 2424 0 0 20 0 1 0 45461995 972959744 179846 18446744073709551615 4227072 8923433 140735468359392 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 22118400 140735468362054 140735468362280 140735468362280 140735468367850 0
/proc/42636/statm: 237539 179846 2400 1147 0 224966 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 954348 KiB
Current children cumulated memory: 722328 KiB

Sending SIGTERM to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=0.107595 s, system=0.04305 s
Sleeping 2 seconds

[startup+3609.81 s]
# the end of solver process 42636 was just reported to runsolver
# Child status: 2

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

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

Child status: 2

Real time (s): 3609.81
CPU time (s): 3600.11
CPU user time (s): 3575.82
CPU system time (s): 24.2927
CPU usage (%): 99.7314
Max. virtual memory (cumulated for all children) (KiB): 954348
Max. memory (cumulated for all children) (KiB): 722328

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3575.82
system time used= 24.2927
maximum resident set size= 719768
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 88095
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2720
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 389
involuntary context switches= 1986


# summary of solver processes directly reported to runsolver:
#   pid: 42627,42636
#   total CPU time (s): 3600.11
#   total CPU user time (s): 3575.82
#   total CPU system time (s): 24.2927

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.1913 second user time and 36.0937 second system time

The end

Launcher Data

Begin job on nodeC005 at 2025-06-30 17:37:06
IDJOB=4485000
IDBENCH=146684
IDSOLVER=3355
FILE ID=nodeC005/4485000-1751297826
RUNJOBID= nodeC005-1751294213-42264
SLURM_JOB_ID= 9594270
Free space on /tmp= 432612 MiB

SOLVER NAME= roundingsat-ls+pbsuma 63f22ad
BENCH NAME= PB24/normalized-PB06/OPT-LIN/web/www.nlsde.buaa.edu.cn/~kexu/benchmarks/frb45-21-opb/normalized-frb45-21-3.opb
COMMAND LINE= run-opt-ls.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4485000-1751297826/watcher-4485000-1751297826 -o /tmp/evaluation-result-4485000-1751297826/solver-4485000-1751297826 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC005-1751294213-42264 --watchdog 3760  run-opt-ls.sh HOME/instance-4485000-1751297826.opb

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

MD5SUM BENCH= a3f6b61db250b51897503d5946a188dc
RANDOM SEED=1891547276

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        129291032 kB
MemAvailable:   129937656 kB
Buffers:            3280 kB
Cached:          1448448 kB
SwapCached:            0 kB
Active:           371884 kB
Inactive:        1149132 kB
Active(anon):      87248 kB
Inactive(anon):        0 kB
Active(file):     284636 kB
Inactive(file):  1149132 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             17680 kB
Writeback:             0 kB
AnonPages:         72428 kB
Mapped:           103384 kB
Shmem:             17960 kB
KReclaimable:     104964 kB
Slab:             188000 kB
SReclaimable:     104964 kB
SUnreclaim:        83036 kB
KernelStack:        3968 kB
PageTables:         2976 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     351904 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149336 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     12288 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      201544 kB
DirectMap2M:     8089600 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432608 MiB
End job on nodeC005 at 2025-06-30 18:37:16